]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - gdb/testsuite/ChangeLog
gdb/testsuite: make test names unique in gdb.arch/*.exp
[thirdparty/binutils-gdb.git] / gdb / testsuite / ChangeLog
1 2020-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
2
3 * gdb.arch/amd64-byte.exp: Make test names unique, use
4 gdb_breakpoint, and fix typo 'forth' -> 'fourth'.
5 * gdb.arch/amd64-dword.exp: Likewise.
6 * gdb.arch/amd64-pseudo.c: Fix typo 'forth' -> 'fourth'.
7 * gdb.arch/amd64-stap-special-operands.exp: Make test names
8 unique.
9 * gdb.arch/amd64-tailcall-ret.exp: Likewise.
10 * gdb.arch/amd64-word.exp: Make test names unique, use
11 gdb_breakpoint, and fix typo 'forth' -> 'fourth'.
12 * gdb.arch/i386-byte.exp: Make test names unique, use
13 gdb_breakpoint.
14 * gdb.arch/i386-word.exp: Likewise.
15
16 2020-08-25 Shahab Vahedi <shahab@synopsys.com>
17
18 * gdb.arch/arc-tdesc-cpu.xml: Use new feature names.
19
20 2020-08-25 Simon Marchi <simon.marchi@polymtl.ca>
21
22 PR gdb/26532
23 * gdb.threads/stepi-random-signal.exp: Update pattern.
24
25 2020-08-25 Simon Marchi <simon.marchi@efficios.com>
26
27 PR gdb/26532
28 * gdb.base/ui-redirect.exp: Update pattern.
29
30 2020-08-25 Gary Benson <gbenson@redhat.com>
31
32 * gdb.dwarf2/dw2-dir-file-name.exp: Use system assembler
33 when compiling with clang.
34 * gdb.dwarf2/dw2-restore.exp: Likewise.
35
36 2020-08-25 Gary Benson <gbenson@redhat.com>
37
38 * gdb.cp/ambiguous.exp: Enable test when compiling with GCC.
39 Add additional_flags=-Wno-inaccessible-base when compiling
40 with GCC >= 10.1 or clang. Add additional_flags=-w when
41 compiling with GCC < 10.
42
43 2020-08-25 Gaius Mulley <gaiusmod2@gmail.com>
44
45 PR m2/26372
46 * gdb.modula2/multidim.c: New file.
47 * gdb.modula2/multidim.exp: New file.
48
49 2020-08-24 Simon Marchi <simon.marchi@polymtl.ca>
50
51 * lib/gdb.exp (runto): Always emit fail on internal error.
52
53 2020-08-24 Simon Marchi <simon.marchi@efficios.com>
54
55 * gdb.base/gdb-sigterm.exp (do_test): Update expected regexp.
56 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
57 Likewise.
58 * gdb.threads/stepi-random-signal.exp: Likewise.
59
60 2020-08-20 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
61
62 * gdb.base/print-file-var.exp: Fix typo "breapoint".
63 * gdb.trace/strace.exp: Ditto.
64
65 2020-08-19 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
66
67 * gdb.fortran/vla-type.exp: Skip commands not required for
68 the Flang compiled binaries after prologue fix.
69
70 2020-08-17 Tom de Vries <tdevries@suse.de>
71 Tom Tromey <tromey@adacore.com>
72
73 PR rust/26197:
74 * gdb.rust/simple.exp (xfail_pattern): Update for new failure.
75
76 2020-08-17 Tom Tromey <tromey@adacore.com>
77
78 * gdb.ada/mi_var_access.exp: New file.
79 * gdb.ada/mi_var_access/mi_access.adb: New file.
80 * gdb.ada/mi_var_access/pck.adb: New file.
81 * gdb.ada/mi_var_access/pck.ads: New file.
82
83 2020-08-16 Tom de Vries <tdevries@suse.de>
84
85 PR gdb/25350
86 * gdb.base/eh_return.c: New test.
87 * gdb.base/eh_return.exp: New file.
88
89 2020-08-15 Tom de Vries <tdevries@suse.de>
90
91 * gdb.fortran/mixed-lang-stack.c (fortran_charlen_t): New type.
92 (mixed_func_1d_): Use fortran_charlen_t in decl.
93
94 2020-08-15 Tom de Vries <tdevries@suse.de>
95
96 PR backtrace/26390
97 * gdb.fortran/mixed-lang-stack.exp: Call bt with -frame-arguments all.
98 Update expected pattern.
99
100 2020-08-13 Pedro Alves <pedro@palves.net>
101
102 * gdb.fortran/complex.exp: Check skip_fortran_tests.
103 * gdb.fortran/library-module.exp: Likewise.
104 * gdb.fortran/logical.exp: Likewise.
105 * gdb.fortran/module.exp: Likewise.
106 * gdb.fortran/print_type.exp: Likewise.
107 * gdb.fortran/vla-alloc-assoc.exp: Likewise.
108 * gdb.fortran/vla-datatypes.exp: Likewise.
109 * gdb.fortran/vla-history.exp: Likewise.
110 * gdb.fortran/vla-ptr-info.exp: Likewise.
111 * gdb.fortran/vla-ptype-sub.exp: Likewise.
112 * gdb.fortran/vla-ptype.exp: Likewise.
113 * gdb.fortran/vla-sizeof.exp: Likewise.
114 * gdb.fortran/vla-type.exp: Likewise.
115 * gdb.fortran/vla-value-sub-arbitrary.exp: Likewise.
116 * gdb.fortran/vla-value-sub-finish.exp: Likewise.
117 * gdb.fortran/vla-value-sub.exp: Likewise.
118 * gdb.fortran/vla-value.exp: Likewise.
119
120 2020-08-13 Pedro Alves <pedro@palves.net>
121
122 * gdb.ada/access_tagged_param.exp: Check skip_ada_tests.
123 * gdb.ada/access_to_packed_array.exp: Likewise.
124 * gdb.ada/access_to_unbounded_array.exp: Likewise.
125 * gdb.ada/addr_arith.exp: Likewise.
126 * gdb.ada/arr_acc_idx_w_gap.exp: Likewise.
127 * gdb.ada/arr_arr.exp: Likewise.
128 * gdb.ada/arr_enum_idx_w_gap.exp: Likewise.
129 * gdb.ada/array_bounds.exp: Likewise.
130 * gdb.ada/array_of_variable_length.exp: Likewise.
131 * gdb.ada/array_ptr_renaming.exp: Likewise.
132 * gdb.ada/array_subscript_addr.exp: Likewise.
133 * gdb.ada/arraydim.exp: Likewise.
134 * gdb.ada/arrayparam.exp: Likewise.
135 * gdb.ada/arrayptr.exp: Likewise.
136 * gdb.ada/assign_1.exp: Likewise.
137 * gdb.ada/assign_arr.exp: Likewise.
138 * gdb.ada/atomic_enum.exp: Likewise.
139 * gdb.ada/attr_ref_and_charlit.exp: Likewise.
140 * gdb.ada/bad-task-bp-keyword.exp: Likewise.
141 * gdb.ada/bias.exp: Likewise.
142 * gdb.ada/boolean_expr.exp: Likewise.
143 * gdb.ada/bp_c_mixed_case.exp: Likewise.
144 * gdb.ada/bp_enum_homonym.exp: Likewise.
145 * gdb.ada/bp_inlined_func.exp: Likewise.
146 * gdb.ada/bp_on_var.exp: Likewise.
147 * gdb.ada/bp_range_type.exp: Likewise.
148 * gdb.ada/bp_reset.exp: Likewise.
149 * gdb.ada/call_pn.exp: Likewise.
150 * gdb.ada/catch_assert_if.exp: Likewise.
151 * gdb.ada/catch_ex.exp: Likewise.
152 * gdb.ada/catch_ex_std.exp: Likewise.
153 * gdb.ada/char_enum.exp: Likewise.
154 * gdb.ada/char_param.exp: Likewise.
155 * gdb.ada/complete.exp: Likewise.
156 * gdb.ada/cond_lang.exp: Likewise.
157 * gdb.ada/convvar_comp.exp: Likewise.
158 * gdb.ada/dgopt.exp: Likewise.
159 * gdb.ada/disc_arr_bound.exp: Likewise.
160 * gdb.ada/display_nested.exp: Likewise.
161 * gdb.ada/dot_all.exp: Likewise.
162 * gdb.ada/dyn_loc.exp: Likewise.
163 * gdb.ada/dyn_stride.exp: Likewise.
164 * gdb.ada/excep_handle.exp: Likewise.
165 * gdb.ada/expr_delims.exp: Likewise.
166 * gdb.ada/expr_with_funcall.exp: Likewise.
167 * gdb.ada/exprs.exp: Likewise.
168 * gdb.ada/fin_fun_out.exp: Likewise.
169 * gdb.ada/fixed_cmp.exp: Likewise.
170 * gdb.ada/formatted_ref.exp: Likewise.
171 * gdb.ada/frame_arg_lang.exp: Likewise.
172 * gdb.ada/frame_args.exp: Likewise.
173 * gdb.ada/fullname_bp.exp: Likewise.
174 * gdb.ada/fun_addr.exp: Likewise.
175 * gdb.ada/fun_in_declare.exp: Likewise.
176 * gdb.ada/fun_overload_menu.exp: Likewise.
177 * gdb.ada/fun_renaming.exp: Likewise.
178 * gdb.ada/funcall_char.exp: Likewise.
179 * gdb.ada/funcall_param.exp: Likewise.
180 * gdb.ada/funcall_ptr.exp: Likewise.
181 * gdb.ada/funcall_ref.exp: Likewise.
182 * gdb.ada/homonym.exp: Likewise.
183 * gdb.ada/info_addr_mixed_case.exp: Likewise.
184 * gdb.ada/info_auto_lang.exp: Likewise.
185 * gdb.ada/info_exc.exp: Likewise.
186 * gdb.ada/info_types.exp: Likewise.
187 * gdb.ada/int_deref.exp: Likewise.
188 * gdb.ada/interface.exp: Likewise.
189 * gdb.ada/iwide.exp: Likewise.
190 * gdb.ada/lang_switch.exp: Likewise.
191 * gdb.ada/length_cond.exp: Likewise.
192 * gdb.ada/maint_with_ada.exp: Likewise.
193 * gdb.ada/mi_catch_assert.exp: Likewise.
194 * gdb.ada/mi_catch_ex.exp: Likewise.
195 * gdb.ada/mi_catch_ex_hand.exp: Likewise.
196 * gdb.ada/mi_dyn_arr.exp: Likewise.
197 * gdb.ada/mi_ex_cond.exp: Likewise.
198 * gdb.ada/mi_exc_info.exp: Likewise.
199 * gdb.ada/mi_interface.exp: Likewise.
200 * gdb.ada/mi_prot.exp: Likewise.
201 * gdb.ada/mi_ref_changeable.exp: Likewise.
202 * gdb.ada/mi_string_access.exp: Likewise.
203 * gdb.ada/mi_task_arg.exp: Likewise.
204 * gdb.ada/mi_task_info.exp: Likewise.
205 * gdb.ada/mi_var_array.exp: Likewise.
206 * gdb.ada/mi_var_union.exp: Likewise.
207 * gdb.ada/mi_variant.exp: Likewise.
208 * gdb.ada/minsyms.exp: Likewise.
209 * gdb.ada/mod_from_name.exp: Likewise.
210 * gdb.ada/nested.exp: Likewise.
211 * gdb.ada/null_array.exp: Likewise.
212 * gdb.ada/optim_drec.exp: Likewise.
213 * gdb.ada/out_of_line_in_inlined.exp: Likewise.
214 * gdb.ada/packed_array_assign.exp: Likewise.
215 * gdb.ada/packed_tagged.exp: Likewise.
216 * gdb.ada/pp-rec-component.exp: Likewise.
217 * gdb.ada/print_chars.exp: Likewise.
218 * gdb.ada/print_pc.exp: Likewise.
219 * gdb.ada/ptr_typedef.exp: Likewise.
220 * gdb.ada/ptype_arith_binop.exp: Likewise.
221 * gdb.ada/ptype_array.exp: Likewise.
222 * gdb.ada/ptype_field.exp: Likewise.
223 * gdb.ada/ptype_tagged_param.exp: Likewise.
224 * gdb.ada/ptype_union.exp: Likewise.
225 * gdb.ada/py_range.exp: Likewise.
226 * gdb.ada/py_taft.exp: Likewise.
227 * gdb.ada/rdv_wait.exp: Likewise.
228 * gdb.ada/rec_comp.exp: Likewise.
229 * gdb.ada/rec_return.exp: Likewise.
230 * gdb.ada/ref_param.exp: Likewise.
231 * gdb.ada/ref_tick_size.exp: Likewise.
232 * gdb.ada/rename_subscript_param.exp: Likewise.
233 * gdb.ada/repeat_dyn.exp: Likewise.
234 * gdb.ada/same_component_name.exp: Likewise.
235 * gdb.ada/same_enum.exp: Likewise.
236 * gdb.ada/scalar_storage.exp: Likewise.
237 * gdb.ada/set_wstr.exp: Likewise.
238 * gdb.ada/small_reg_param.exp: Likewise.
239 * gdb.ada/str_binop_equal.exp: Likewise.
240 * gdb.ada/str_ref_cmp.exp: Likewise.
241 * gdb.ada/str_uninit.exp: Likewise.
242 * gdb.ada/sub_variant.exp: Likewise.
243 * gdb.ada/sym_print_name.exp: Likewise.
244 * gdb.ada/taft_type.exp: Likewise.
245 * gdb.ada/tagged.exp: Likewise.
246 * gdb.ada/tagged_access.exp: Likewise.
247 * gdb.ada/task_bp.exp: Likewise.
248 * gdb.ada/task_switch_in_core.exp: Likewise.
249 * gdb.ada/tasks.exp: Likewise.
250 * gdb.ada/tick_last_segv.exp: Likewise.
251 * gdb.ada/tick_length_array_enum_idx.exp: Likewise.
252 * gdb.ada/type_coercion.exp: Likewise.
253 * gdb.ada/unc_arr_ptr_in_var_rec.exp: Likewise.
254 * gdb.ada/unchecked_union.exp: Likewise.
255 * gdb.ada/uninitialized_vars.exp: Likewise.
256 * gdb.ada/var_arr_attrs.exp: Likewise.
257 * gdb.ada/var_arr_typedef.exp: Likewise.
258 * gdb.ada/var_rec_arr.exp: Likewise.
259 * gdb.ada/variant-record.exp: Likewise.
260 * gdb.ada/variant.exp: Likewise.
261 * gdb.ada/variant_record_packed_array.exp: Likewise.
262 * gdb.ada/varsize_limit.exp: Likewise.
263 * gdb.ada/whatis_array_val.exp: Likewise.
264 * gdb.ada/widewide.exp: Likewise.
265 * gdb.ada/win_fu_syms.exp: Likewise.
266
267 2020-08-12 Gary Benson <gbenson@redhat.com>
268
269 * gdb.dwarf2/dw2-op-out-param.S (.Ltext5): Fix duplicate label.
270
271 2020-08-04 Andrew Burgess <andrew.burgess@embecosm.com>
272
273 * lib/check-test-names.exp (do_reset_vars): Use 'array unset' to
274 unset the array variable.
275
276 2020-08-03 Tom de Vries <tdevries@suse.de>
277
278 PR symtab/26333
279 * lib/dwarf.exp (DW_LNE_user): New proc.
280 * gdb.dwarf2/dw2-vendor-extended-opcode.c: New test.
281 * gdb.dwarf2/dw2-vendor-extended-opcode.exp: New file.
282
283 2020-07-31 Kevin Buettner <kevinb@redhat.com>
284
285 * gdb.base/coremaker2.c: Change all uses of 'unsigned long long'
286 to 'uintptr_t'
287 (inttypes.h): Include.
288
289 2020-07-31 Kevin Buettner <kevinb@redhat.com>
290
291 * gdb.base/coremaker2.c (buf_rw): Increase size to 256 KiB.
292 (C5_24k): Delete.
293 (C5_8k, C5_64k, C5_256k): New macros.
294 (buf_ro): Allocate 256 KiB of initialized data.
295
296 2020-07-30 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
297
298 * gdb.base/condbreak-bad.exp: Extend the test with scenarios
299 that attempt to overwrite an existing condition with a condition
300 that fails parsing and also with a condition that parses fine
301 but contains junk at the end.
302
303 2020-07-30 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
304
305 * gdb.base/condbreak-bad.c: New test.
306 * gdb.base/condbreak-bad.exp: New file.
307
308 2020-07-30 Tom de Vries <tdevries@suse.de>
309
310 * lib/sym-info-cmds.exp (GDBInfoModuleSymbols::check_entry_1): Factor
311 out of ...
312 (GDBInfoModuleSymbols::check_entry): ... here.
313 (GDBInfoModuleSymbols::check_optional_entry): New proc.
314 * gdb.fortran/info-modules.exp: Use check_optional_entry for entries
315 related to __def_init_mod1_M1t1 / __vtype_mod1_M1t1 / __copy_mod1_M1t1.
316
317 2020-07-30 Tom de Vries <tdevries@suse.de>
318
319 * gdb.fortran/ptype-on-functions.exp: Make "_t" suffix on
320 "__class_some_module_Number_t" optional.
321
322 2020-07-29 Tom de Vries <tdevries@suse.de>
323
324 * lib/selftest-support.exp (selftest_setup): Allow breakpoint at
325 multiple locations.
326
327 2020-07-29 Tom de Vries <tdevries@suse.de>
328
329 * gdb.dwarf2/dw2-line-number-zero.exp: Set breakpoints on lines
330 rather than function name.
331
332 2020-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
333
334 PR symtab/26270:
335 * gdb.cp/disasm-func-name.cc: New file.
336 * gdb.cp/disasm-func-name.exp: New file.
337
338 2020-07-28 Tom Tromey <tromey@adacore.com>
339
340 * gdb.dwarf2/varval.exp (setup_exec): Add 'or' instruction to
341 'varval' location.
342
343 2020-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
344
345 * gdb.python/py-unwind.py: Update to make use of a register
346 descriptor.
347
348 2020-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
349
350 * gdb.python/py-arch-reg-names.exp: Add additional tests.
351
352 2020-07-25 Andrew Burgess <andrew.burgess@embecosm.com>
353
354 PR fortran/23051
355 PR fortran/26139
356 * gdb.fortran/class-allocatable-array.exp: New file.
357 * gdb.fortran/class-allocatable-array.f90: New file.
358 * gdb.fortran/pointer-to-pointer.exp: New file.
359 * gdb.fortran/pointer-to-pointer.f90: New file.
360
361 2020-07-25 Tom de Vries <tdevries@suse.de>
362
363 PR symtab/26243
364 * gdb.dwarf2/dw2-line-number-zero.c: New test.
365 * gdb.dwarf2/dw2-line-number-zero.exp: New file.
366
367 2020-07-24 Tom de Vries <tdevries@suse.de>
368
369 PR testsuite/26293
370 * gdb.ada/mi_prot.exp: Require gnatmake-8.
371
372 2020-07-23 Pedro Alves <pedro@palves.net>
373
374 * gdb.server/server-kill.exp (prepare): New, factored out from the
375 top level.
376 (kill_server): New.
377 (test_tstatus, test_unwind_nosyms, test_unwind_syms): New.
378 (top level) : Call test_tstatus, test_unwind_nosyms, test_unwind_syms.
379
380 2020-07-23 Andrew Burgess <andrew.burgess@embecosm.com>
381
382 * gdb.dwarf2/dw2-disasm-over-non-stmt.exp: New file.
383
384 2020-07-22 Sandra Loosemore <sandra@codesourcery.com>
385
386 * lib/gdb.exp (gdb_wrapper_file, gdb_wrapper_flags):
387 Initialize to empty string at top level.
388 (gdb_wrapper_init): Revert check for file existence on build.
389 Build the wrapper in its default place, not a build-specific
390 location. When host == build, make the pathname absolute.
391 (gdb_compile): Delete leftover declaration of
392 gdb_wrapper_initialized. Check gdb_wrapper_file being an empty
393 string instead of uninitialized.
394
395 2020-07-22 Kevin Buettner <kevinb@redhat.com>
396
397 * gdb.base/corefile2.exp: New file.
398 * gdb.base/coremaker2.exp: New file.
399
400 2020-07-22 Kevin Buettner <kevinb@redhat.com>
401
402 * gdb.base/coredump-filter.exp: Add second
403 non-Private-Shared-Anon-File test.
404 (test_disasm): Rename binfile for test which is expected
405 to fail.
406
407 2020-07-22 Kevin Buettner <kevinb@redhat.com>
408
409 * gdb.base/corefile.exp: Add test "accessing read-only mmapped
410 data in core file".
411 * gdb.base/coremaker.c (buf2ro): New global.
412 (mmapdata): Add a read-only mmap mapping.
413
414 2020-07-22 Kevin Buettner <kevinb@redhat.com>
415
416 PR corefiles/25631
417 * gdb.base/corefile.exp (accessing anonymous, unwritten-to mmap data):
418 New test.
419 * gdb.base/coremaker.c (buf3): New global.
420 (mmapdata): Add mmap call which uses MAP_ANONYMOUS and MAP_PRIVATE
421 flags.
422
423 2020-07-22 Kevin Buettner <kevinb@redhat.com>
424
425 * gdb.base/coremaker.c (filler_ro): New global constant.
426
427 2020-07-22 Tom Tromey <tromey@adacore.com>
428
429 * gdb.ada/mi_prot.exp: New file.
430 * gdb.ada/mi_prot/pkg.adb: New file.
431 * gdb.ada/mi_prot/pkg.ads: New file.
432 * gdb.ada/mi_prot/prot.adb: New file.
433
434 2020-07-22 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
435
436 * gdb.base/jit-reader-simple.exp: Add a scenario for a binary that
437 loads two JITers.
438
439 2020-07-21 Andrew Burgess <andrew.burgess@embecosm.com>
440
441 * gdb.python/py-arch-reg-groups.exp: Additional tests.
442
443 2020-07-21 Andrew Burgess <andrew.burgess@embecosm.com>
444
445 * gdb.python/py-arch-reg-names.exp: Additional tests.
446
447 2020-07-21 Tom de Vries <tdevries@suse.de>
448
449 * gdb.reverse/solib-precsave.exp: Handle additional "recommended
450 breakpoint locations".
451 * gdb.reverse/solib-reverse.exp: Same.
452
453 2020-07-21 Tom de Vries <tdevries@suse.de>
454
455 * gdb.reverse/step-reverse.c (callee): Merge statements.
456
457 2020-07-21 Tom de Vries <tdevries@suse.de>
458
459 * gdb.fortran/info-modules.exp (info module variables): Allow missing
460 line numbers for some variables.
461
462 2020-07-21 Tom de Vries <tdevries@suse.de>
463
464 * gdb.opt/inline-locals.c (init_array): New func.
465 (func1): Use init_array.
466 * gdb.opt/inline-locals.exp: Update pattern.
467
468 2020-07-21 Tom de Vries <tdevries@suse.de>
469
470 * gdb.debuginfod/fetch_src_and_symbols.exp: Use save_vars for env
471 vars. Fix PATH and DUPLICATE errors. Cleanup whitespace.
472
473 2020-07-20 Ludovic Courtès <ludo@gnu.org>
474
475 * gdb.guile/source2.scm: Add #f first argument to 'format'.
476 * gdb.guile/types-module.exp: Remove "ERROR:" from
477 regexps since Guile 3.0 no longer prints that.
478
479 2020-07-20 Ludovic Courtès <ludo@gnu.org>
480
481 * gdb.guile/scm-error.exp ("source $remote_guile_file_1"): Relax
482 error regexp to match on Guile 2.2.
483
484 2020-07-20 Gary Benson <gbenson@redhat.com>
485
486 * gdb.cp/align.exp: Fix "alignof (void)" tests when compiling
487 with clang.
488
489 2020-07-20 Tom de Vries <tdevries@suse.de>
490
491 * gdb.threads/omp-par-scope.c (lock, lock2): New variable.
492 (omp_set_lock_in_order): New function.
493 (single_scope, multi_scope, nested_func, nested_parallel): Use
494 omp_set_lock_in_order and omp_unset_lock.
495 (main): Init and destroy lock and lock2.
496
497 2020-07-20 Tom de Vries <tdevries@suse.de>
498
499 * gdb.base/valgrind-infcall-2.exp: Handle printf unknown return type.
500
501 2020-07-20 Tom de Vries <tdevries@suse.de>
502
503 * gdb.threads/attach-slow-waitpid.exp: Bail out if gdb_start fails.
504
505 2020-07-17 Tom de Vries <tdevries@suse.de>
506
507 * gdb.base/valgrind-infcall-2.c: New test.
508 * gdb.base/valgrind-infcall-2.exp: New file.
509 * lib/valgrind.exp (vgdb_start): Add and handle active_at_startup.
510
511 2020-07-17 Tom de Vries <tdevries@suse.de>
512
513 * gdb.dlang/circular.c (found): Use found_label as label name.
514 * gdb.dwarf2/arr-subrange.c (main): Use main_label as label name.
515 * gdb.dwarf2/comp-unit-lang.c (func): Use func_label as label name.
516 * gdb.dlang/circular.exp: Use MACRO_AT_func and MACRO_AT_range.
517 * gdb.dwarf2/ada-linkage-name.exp: Same.
518 * gdb.dwarf2/arr-subrange.exp: Same.
519 * gdb.dwarf2/atomic-type.exp: Same.
520 * gdb.dwarf2/comp-unit-lang.exp: Same.
521 * gdb.dwarf2/cpp-linkage-name.exp: Same.
522 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Same.
523 * gdb.dwarf2/dw2-lexical-block-bare.exp: Same.
524 * gdb.dwarf2/dw2-regno-invalid.exp: Same.
525 * gdb.dwarf2/implptr-64bit.exp: Same.
526 * gdb.dwarf2/imported-unit-abstract-const-value.exp: Same.
527 * gdb.dwarf2/imported-unit-runto-main.exp: Same.
528 * gdb.dwarf2/imported-unit.exp: Same.
529 * gdb.dwarf2/main-subprogram.exp: Same.
530 * gdb.dwarf2/missing-type-name.exp: Same.
531 * gdb.dwarf2/nonvar-access.exp: Same.
532 * gdb.dwarf2/struct-with-sig.exp: Same.
533 * gdb.dwarf2/typedef-void-finish.exp: Same.
534 * gdb.dwarf2/void-type.exp: Same.
535
536 2020-07-17 Tom de Vries <tdevries@suse.de>
537
538 * lib/dwarf.exp (Dwarf::MACRO_AT_func, Dwarf::MACRO_AT_range): Drop
539 src parameter.
540 * gdb.dlang/watch-loc.exp: Update MACRO_AT_{func,range} calls.
541 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Same.
542 * gdb.dwarf2/dw2-ifort-parameter.exp: Same.
543 * gdb.dwarf2/dw2-opt-structptr.exp: Same.
544 * gdb.dwarf2/dwz.exp: Same.
545 * gdb.dwarf2/implptr-optimized-out.exp: Same.
546 * gdb.dwarf2/implref-array.exp: Same.
547 * gdb.dwarf2/implref-const.exp: Same.
548 * gdb.dwarf2/implref-global.exp: Same.
549 * gdb.dwarf2/implref-struct.exp: Same.
550 * gdb.dwarf2/info-locals-optimized-out.exp: Same.
551 * gdb.dwarf2/opaque-type-lookup.exp: Same.
552 * gdb.dwarf2/var-access.exp: Same.
553 * gdb.dwarf2/varval.exp: Same.
554 * gdb.trace/entry-values.exp: Same.
555
556 2020-07-17 Tom de Vries <tdevries@suse.de>
557
558 * lib/dwarf.exp (Dwarf::extern): Remove.
559 * gdb.compile/compile-ops.exp: Remove use of Dwarf::extern.
560 * gdb.dlang/circular.exp: Same.
561 * gdb.dwarf2/comp-unit-lang.exp: Same.
562 * gdb.dwarf2/dw2-ifort-parameter.exp: Same.
563 * gdb.dwarf2/dw2-symtab-includes.exp: Same.
564 * gdb.dwarf2/dwz.exp: Same.
565 * gdb.dwarf2/imported-unit-abstract-const-value.exp: Same.
566 * gdb.dwarf2/imported-unit-runto-main.exp: Same.
567 * gdb.dwarf2/imported-unit.exp: Same.
568 * gdb.dwarf2/opaque-type-lookup.exp: Same.
569
570 2020-07-16 Sandra Loosemore <sandra@codesourcery.com>
571
572 * gdb.base/shell.exp: Skip pipe tests dependent on sh on Windows host.
573 Use double quotes instead of single quotes.
574
575 2020-07-16 Caroline Tice <cmtice@google.com>
576
577 * gdb.dwarf2/dw5-rnglist-test.cc: New file.
578 * gdb.dwarf2/dw5-rnglist-test.exp: New file.
579
580 2020-07-16 Tom de Vries <tdevries@suse.de>
581
582 * lib/dwarf.exp (program): Initialize _line.
583 (DW_LNE_end_sequence): Reinitialize _line.
584 (DW_LNS_advance_line): Update _line.
585 (line): New proc.
586 * gdb.dwarf2/dw2-inline-many-frames.exp: Use line.
587 * gdb.dwarf2/dw2-inline-small-func.exp: Same.
588 * gdb.dwarf2/dw2-inline-stepping.exp: Same.
589 * gdb.dwarf2/dw2-is-stmt-2.exp: Same.
590 * gdb.dwarf2/dw2-is-stmt.exp: Same.
591 * gdb.dwarf2/dw2-ranges-func.exp: Same.
592
593 2020-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
594
595 * gdb.fortran/ptype-on-functions.exp: Make the result pattern more
596 generic.
597
598 2020-07-15 Tom de Vries <tdevries@suse.de>
599
600 * gdb.trace/entry-values.exp: Expect "call" instead of "callq" if
601 is_amd64_regs_target.
602
603 2020-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
604
605 * gdb.fortran/ptype-on-functions.exp: Add more tests.
606 * gdb.fortran/ptype-on-functions.f90: Likewise.
607
608 2020-07-14 Simon Marchi <simon.marchi@polymtl.ca>
609
610 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu, Dwarf::lines): Change valid
611 values in documentation for addr_size to 4 and 8.
612
613 2020-07-14 Andrew Burgess <andrew.burgess@embecosm.com>
614
615 * gdb.arch/amd64-osabi.exp: Update.
616 * gdb.arch/arm-disassembler-options.exp: Update.
617 * gdb.arch/powerpc-disassembler-options.exp: Update.
618 * gdb.arch/ppc64-symtab-cordic.exp: Update.
619 * gdb.arch/s390-disassembler-options.exp: Update.
620 * gdb.base/all-architectures.exp.tcl: Update.
621 * gdb.base/attach-pie-noexec.exp: Update.
622 * gdb.base/catch-syscall.exp: Update.
623 * gdb.xml/tdesc-arch.exp: Update.
624
625 2020-07-14 Tom de Vries <tdevries@suse.de>
626
627 * gdb.threads/clone-new-thread-event.c (gettid): Rename to ...
628 (local_gettid): ... this.
629 (fn): Update.
630
631 2020-07-13 Sandra Loosemore <sandra@codesourcery.com>
632
633 * gdb.base/info_sources.exp: Skip directory match tests on
634 remote hosts.
635
636 2020-07-13 Gary Benson <gbenson@redhat.com>
637
638 * gdb.base/savedregs.exp (caller): Use parentheses to
639 make expected expression evaluation ordering explicit.
640
641 2020-07-13 Gary Benson <gbenson@redhat.com>
642
643 * gdb.arch/i386-sse.c (have_sse) <edx>: Make unsigned.
644
645 2020-07-13 Gary Benson <gbenson@redhat.com>
646
647 * gdb.base/bigcore.c (main): Use a volatile pointer when
648 attempting to trigger a SIGSEGV.
649 * gdb.base/gcore-relro-pie.c (break_here): Likewise.
650 * gdb.base/gcore-tls-pie.c (break_here): Likewise.
651 * gdb.base/savedregs.c (thrower): Likewise.
652 * gdb.mi/mi-syn-frame.c (bar): Likewise.
653
654 2020-07-13 Gary Benson <gbenson@redhat.com>
655
656 * gdb.base/vla-datatypes.c (vla_factory): Factor out sections
657 defining and using VLA structure fields into...
658 * gdb.base/vla-struct-fields.c: New file.
659 * gdb.base/vla-datatypes.exp: Factor out VLA structure field
660 tests into...
661 * gdb.base/vla-struct-fields.exp: New file.
662
663 2020-07-13 Tom de Vries <tdevries@suse.de>
664
665 * lib/gdb.exp (have_fuse_ld_gold): New caching proc.
666 * gdb.base/gcore-tls-pie.exp: Use have_fuse_ld_gold.
667 * gdb.base/gold-gdb-index.exp: Same.
668 * gdb.base/morestack.exp: Same.
669
670 2020-07-11 Daniel Xu <dxu@dxuuu.xyz>
671
672 PR rust/26121
673 * gdb.rust/modules.rs: Prevent linker from discarding test
674 symbol.
675
676 2020-07-10 Pedro Alves <pedro@palves.net>
677
678 PR gdb/26199
679 * gdb.multi/multi-target.c (exit_thread): New.
680 (thread_start): Break loop if EXIT_THREAD.
681 * gdb.multi/multi-target.exp (test_no_unwaited_for): New proc.
682 (top level) Call test_no_resumed.
683
684 2020-07-08 Tom Tromey <tromey@adacore.com>
685
686 * gdb.ada/catch_ex/foo.adb: Pass string to raise.
687 * gdb.ada/catch_ex.exp: Examine catchpoint text.
688
689 2020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
690
691 PR python/22748
692 * gdb.opt/inline-frame-tailcall.c: New file.
693 * gdb.opt/inline-frame-tailcall.exp: New file.
694 * gdb.python/py-unwind-inline.c: New file.
695 * gdb.python/py-unwind-inline.exp: New file.
696 * gdb.python/py-unwind-inline.py: New file.
697
698 2020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
699
700 * gdb.python/py-arch-reg-groups.exp: New file.
701
702 2020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
703
704 * gdb.python/py-arch-reg-names.exp: New file.
705
706 2020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
707
708 * gdb.python/py-unwind.py (TestUnwinder::__call__): Add test for
709 gdb.PendingFrame.architecture method.
710
711 2020-07-06 Tom de Vries <tdevries@suse.de>
712
713 * gdb.dwarf2/dw2-ranges-base.exp: Test line-table order.
714
715 2020-07-03 Pedro Alves <palves@redhat.com>
716
717 * gdb.base/structs2.c (main): Adjust second parem_reg call to
718 explicitly write negative numbers.
719 * gdb.base/structs2.exp: Adjust expected output.
720
721 2020-07-03 Pedro Alves <palves@redhat.com>
722
723 * gdb.base/charset.c (init_string): Change all char parameters to
724 unsigned char parameters.
725
726 2020-07-03 Pedro Alves <palves@redhat.com>
727
728 * gdb.base/call-sc.exp (start_scalars_test): Use
729 prepare_for_testing and don't try compiling with -DNO_PROTOTYPES.
730 * gdb.base/overlays.c: Remove references to PARAMS.
731 * gdb.base/ovlymgr.h (PARAMS): Delete, and remove all references.
732 * gdb.base/reread.exp: Don't set 'prototypes' global.
733 * gdb.base/structs.exp (start_structs_test): Use
734 prepare_for_testing and don't try compiling with -DNO_PROTOTYPES.
735 * gdb.base/structs2.exp: Don't set 'prototypes' global. Use
736 prepare_for_testing and don't try compiling with -DNO_PROTOTYPES.
737 Don't issue "set width 0". Remove gdb_stop_suppressing_tests
738 call.
739 * gdb.base/varargs.exp: Don't set 'prototypes' global.
740
741 2020-07-03 Pedro Alves <palves@redhat.com>
742
743 * gdb.base/m32rovly.c: Delete.
744 * gdb.base/ovlymgr.c: Remove all code guarded by __D10V__.
745
746 2020-06-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
747
748 * gdb.python/py-breakpoint.exp: use gdb_test_multiline instead
749 of gdb_py_test_multiple.
750 * gdb.python/py-cmd.exp: Likewise.
751 * gdb.python/py-events.exp: Likewise.
752 * gdb.python/py-function.exp: Likewise.
753 * gdb.python/py-inferior.exp: Likewise.
754 * gdb.python/py-infthread.exp: Likewise.
755 * gdb.python/py-linetable.exp: Likewise.
756 * gdb.python/py-parameter.exp: Likewise.
757 * gdb.python/py-value.exp: Likewise.
758
759 2020-06-30 Tom de Vries <tdevries@suse.de>
760
761 PR testsuite/26175
762 * lib/future.exp (gdb_default_target_compile): Detect and handle
763 early_flags.
764
765 2020-06-29 Simon Marchi <simon.marchi@efficios.com>
766
767 * boards/simavr.exp (gdb_load): Catch errors when closing
768 previous connection. Close connection, wait for process and
769 unset simavr_spawn_id on failure.
770
771 2020-06-29 Tom de Vries <tdevries@suse.de>
772
773 * lib/gdb.exp (unknown): Make test-case unresolved.
774
775 2020-06-29 Tom de Vries <tdevries@suse.de>
776
777 PR gdb/25475
778 * gdb.server/solib-list.exp: Verify that the symbol reload
779 confirmation question is asked.
780
781 2020-06-26 Philippe Waroquiers <philippe.waroquiers@skynet.be>
782
783 * lib/gdb.exp (gdb_test_multiline): New, moved from gdb-guile.exp,
784 have a input seq nr in each pass message.
785 * lib/gdb-guile.exp (gdb_test_multiline): Move to gdb.exp.
786 * lib/gdb-python.exp (gdb_py_test_multiple): Remove.
787 * gdb.python/python.exp: Make test names unique,
788 use gdb_test_multiline instead of gdb_py_test_multiple,
789 use $gdb_test_name.
790 * gdb.guile/guile.exp: Make test names unique, use $gdb_test_name
791
792 2020-06-26 Nick Alcock <nick.alcock@oracle.com>
793
794 * configure.ac: Add --enable-libctf.
795 * aclocal.m4: sinclude ../config/enable.m4.
796 * Makefile.in (site.exp): Add enable_libctf to site.exp.
797 * lib/gdb.exp (skip_ctf_tests): Use it.
798 * gdb.base/ctf-constvars.exp: Error message tweak.
799 * gdb.base/ctf-ptype.exp: Likewise.
800 * configure: Regenerate.
801
802 2020-06-26 Gary Benson <gbenson@redhat.com>
803
804 * gdb.cp/try_catch.cc: Include string.h.
805 (main): Replace comparison against string literal with
806 strcmp, avoiding build failure with -Wstring-compare.
807 Add "marker test-complete".
808 * gdb.cp/try_catch.exp: Run the test to the above marker,
809 then verify that the value of "test" is still true.
810
811 2020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
812
813 * gdb.arch/riscv-tdesc-regs.exp: New test cases.
814
815 2020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
816
817 * gdb.arch/riscv-tdesc-regs.exp: Extend test case.
818
819 2020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
820
821 * gdb.arch/riscv-tdesc-loading-01.xml: New file.
822 * gdb.arch/riscv-tdesc-loading-02.xml: New file.
823 * gdb.arch/riscv-tdesc-loading-03.xml: New file.
824 * gdb.arch/riscv-tdesc-loading-04.xml: New file.
825 * gdb.arch/riscv-tdesc-loading.exp: New file.
826
827 2020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
828
829 * gdb.arch/riscv-tdesc-regs.exp: Extend test case.
830
831 2020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
832
833 * gdb.arch/riscv-tdesc-regs-32.xml: New file.
834 * gdb.arch/riscv-tdesc-regs-64.xml: New file.
835 * gdb.arch/riscv-tdesc-regs.c: New file.
836 * gdb.arch/riscv-tdesc-regs.exp: New file.
837
838 2020-06-24 Pedro Alves <palves@redhat.com>
839
840 * gdb.arch/amd64-entry-value-paramref.exp: Use
841 prepare_for_testing_full and don't pass "c++" for the .S file
842 build spec.
843 * gdb.compile/compile-cplus.exp: Don't compile $srcfile3 with
844 $options, since it's an assembly file. Remove -Wno-deprecated.
845 * lib/gdb.exp (gdb_compile): Pass "-x c++" explicitly when
846 compiling C++ programs.
847
848 2020-06-24 Pedro Alves <palves@redhat.com>
849
850 * lib/gdb.exp (gdb_compile): Update intro comment. If C/C++ with
851 Clang, add "-Wno-unknown-warning-option" to the options.
852
853 2020-06-23 Andrew Burgess <andrew.burgess@embecosm.com>
854
855 * gdb.xml/tdesc-reload.c: New file.
856 * gdb.xml/tdesc-reload.exp: New file.
857 * gdb.xml/maint-xml-dump-01.xml: New file.
858 * gdb.xml/maint-xml-dump-02.xml: New file.
859 * gdb.xml/maint-xml-dump.exp: New file.
860
861 2020-06-23 Sandra Loosemore <sandra@codesourcery.com>
862
863 * lib/completion-support.exp (test_gdb_completion_offers_commands):
864 Adjust for omitted commands when TUI is disabled.
865
866 2020-06-23 Gary Benson <gbenson@redhat.com>
867 Pedro Alves <palves@redhat.com>
868
869 * gdb.cp/namespace.cc: Improve -Wunused-value fix.
870 * gdb.cp/nsimport.cc: Likewise.
871 * gdb.cp/nsnested.cc: Likewise.
872 * gdb.cp/nsnoimports.cc: Likewise.
873 * gdb.cp/nsusing.cc: Likewise.
874 * gdb.cp/smartp.cc: Likewise.
875 * gdb.python/py-pp-integral.c: Likewise.
876 * gdb.python/py-pp-re-notag.c: Likewise.
877
878 2020-06-23 Gary Benson <gbenson@redhat.com>
879
880 * gdb.cp/namespace.cc: Avoid build failure with -Wunused-value.
881 * gdb.cp/nsimport.cc: Likewise.
882 * gdb.cp/nsnested.cc: Likewise.
883 * gdb.cp/nsnoimports.cc: Likewise.
884 * gdb.cp/nsusing.cc: Likewise.
885 * gdb.cp/smartp.cc: Likewise.
886 * gdb.python/py-pp-integral.c: Likewise.
887 * gdb.python/py-pp-re-notag.c: Likewise.
888
889 2020-06-22 Philippe Waroquiers <philippe.waroquiers@skynet.be>
890
891 * gdb.base/default-args.exp: New test.
892 * gdb.base/default-args.c: New file.
893 * gdb.base/alias.exp: Update expected error msg for alias foo=bar.
894 * gdb.base/default.exp: Update to new help text.
895 * gdb.base/help.exp: Likewise.
896 * gdb.base/page.exp: Likewise.
897 * gdb.base/style.exp: Likewise.
898 * gdb.guile/guile.exp: Likewise.
899 * gdb.python/python.exp: Likewise.
900
901 2020-06-22 Sandra Loosemore <sandra@codesourcery.com>
902
903 * gdb.base/source-dir.exp (test_truncated_comp_dir): Skip on
904 remote host. Fix search path syntax on Windows host.
905
906 2020-06-21 Philippe Waroquiers <philippe.waroquiers@skynet.be>
907
908 * gdb.base/attach.exp: Test priority of 'exec-file' changed
909 over 'exec-file-mismatch'.
910 * gdb.base/attach.c: Mark should_exit volatile.
911 * gdb.base/attach2.c: Likewise. Add a comment explaining
912 why the sleep cannot be big.
913 * gdb.base/attach3.c: New file.
914
915 2020-06-20 Sandra Loosemore <sandra@codesourcery.com>
916
917 * gdb.mi/mi-sym-info.exp: Adjust filename patterns to make directory
918 prefix optional.
919
920 2020-06-20 Sandra Loosemore <sandra@codesourcery.com>
921
922 * gdb.base/list-missing-source.exp: Correct $srcfile manipulation
923 for remote host.
924
925 2020-06-19 Sandra Loosemore <sandra@codesourcery.com>
926 Hafiz Abid Qadeer <abidh@codesourcery.com>
927
928 * gdb.xml/tdesc-regs.exp (load_description): Correct pathname of
929 file sent to remote host.
930 (top level): Allow int32_t as type of 32-bit register.
931
932 2020-06-19 Tom de Vries <tdevries@suse.de>
933
934 * lib/gdb.exp (gdb_note): New proc.
935 * lib/future.exp (gdb_default_target_compile_1): Factor out of ...
936 (gdb_default_target_compile): ... here. Only call
937 gdb_default_target_compile_1 if use_gdb_compile(<lang>) is set.
938 (use_gdb_compile): Change to array.
939 (toplevel): Update sets of use_gdb_compile to specify language.
940 Warn about default_target_compile override. Store dejagnu's version
941 of default_target_compile in dejagnu_default_target_compile.
942
943 2020-06-18 Tom de Vries <tdevries@suse.de>
944
945 * lib/gdb.exp (gdb_init): Move all but call to default_gdb_init to ...
946 (default_gdb_init): ... here.
947
948 2020-06-17 Sandra Loosemore <sandra@codesourcery.com>
949
950 Fix TUI support checks in gdb.tui tests.
951
952 * gdb.tui/basic.exp: Skip test when TUI is unsupported, don't
953 just say UNSUPPORTED.
954 * gdb.tui/corefile-run.exp: Likewise.
955 * gdb.tui/empty.exp: Likewise.
956 * gdb.tui/list-before.exp: Likewise.
957 * gdb.tui/list.exp: Likewise.
958 * gdb.tui/main.exp: Likewise.
959 * gdb.tui/regs.exp: Likewise.
960 * gdb.tui/resize.exp: Likewise.
961 * gdb.tui/tui-layout-asm-short-prog.exp: Likewise.
962 * gdb.tui/tui-layout-asm.exp: Likewise.
963 * gdb.tui/tui-missing-src.exp: Likewise.
964 * gdb.tui/winheight.exp: Likewise.
965 * gdb.tui/new-layout.exp: Likewise. Also move check earlier.
966
967 2020-06-17 Sandra Loosemore <sandra@codesourcery.com>
968
969 Fix TCL error in gdb.python/py-format-string.exp.
970
971 * gdb.python/py-format-string.exp: Move test for python support
972 earlier, out of function body.
973
974 2020-06-15 Simon Marchi <simon.marchi@efficios.com>
975
976 * gdb.base/index-cache-load-twice.c: New.
977 * gdb.base/index-cache-load-twice.exp: New.
978
979 2020-06-17 Keith Seitz <keiths@redhat.com>
980
981 * gdb.debuginfod/fetch_src_and_symbols.exp: Pass INTERNAL_GDBFLAGS
982 when executing "gdb --configuration".
983
984 2020-06-17 Tom de Vries <tdevries@suse.de>
985
986 * lib/gdb.exp (gdb_tcl_unknown): New proc.
987 (gdb_init): Use gdb_tcl_unknown for ::unknown override. Make override
988 conditional on presence of gdb_tcl_unknown.
989 (gdb_finish): Make override undo conditional on presence of
990 gdb_tcl_unknown.
991
992 2020-06-16 Tom Tromey <tom@tromey.com>
993
994 * gdb.python/tui-window.py (failwin): New function. Register it
995 as a TUI window type.
996 * gdb.python/tui-window.exp: Create new "fail" layout. Test it.
997
998 2020-06-16 Gary Benson <gbenson@redhat.com>
999
1000 * gdb.python/py-nested-maps.c (create_map): Add missing return
1001 value.
1002 (create_map_map): Likewise.
1003
1004 2020-06-15 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1005
1006 * gdb.base/jit-elf-so.exp: Refer to the global main_loader_basename
1007 variable.
1008 * gdb.base/jit-reader-simple.exp: Fix typo ("Built" -> "Build"),
1009 and use the already-defined 'options' variable.
1010
1011 2020-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
1012 Tom de Vries <tdevries@suse.de>
1013
1014 * lib/gdb.exp (gdb_known_globals, gdb_persistent_globals): New global.
1015 (gdb_persistent_global, gdb_persistent_global_no_decl): New proc.
1016 (gdb_setup_known_globals): New proc.
1017 (gdb_cleanup_globals): New proc.
1018 * lib/gdb.exp (load_lib): New override proc.
1019 (gdb_stdin_log_init): Set var in_file as persistent global.
1020 * lib/pascal.exp (gdb_stdin_log_init): Set vars
1021 pascal_compiler_is_gpc, pascal_compiler_is_fpc, gpc_compiler and
1022 fpc_compiler as persistent global.
1023
1024 2020-06-12 Tom de Vries <tdevries@suse.de>
1025
1026 * lib/tuiterm.exp (spawn): Rename to ...
1027 (tui_spawn): ... this.
1028 (toplevel): Move rename of spawn ...
1029 (gdb_init_tuiterm): ... here. New proc.
1030 (gdb_finish_tuiterm): New proc.
1031 * lib/gdb.exp (gdb_finish_hooks): New global var.
1032 (gdb_finish): Handle gdb_finish_hooks.
1033 (tuiterm_env): New proc.
1034 * gdb.python/tui-window.exp: Replace load_lib tuiterm.exp with
1035 tuiterm_env.
1036 * gdb.tui/basic.exp: Same.
1037 * gdb.tui/corefile-run.exp: Same.
1038 * gdb.tui/empty.exp: Same.
1039 * gdb.tui/list-before.exp: Same.
1040 * gdb.tui/list.exp: Same.
1041 * gdb.tui/main.exp: Same.
1042 * gdb.tui/new-layout.exp: Same.
1043 * gdb.tui/regs.exp: Same.
1044 * gdb.tui/resize.exp: Same.
1045 * gdb.tui/tui-layout-asm-short-prog.exp: Same.
1046 * gdb.tui/tui-layout-asm.exp: Same.
1047 * gdb.tui/tui-missing-src.exp: Same.
1048 * gdb.tui/winheight.exp: Same.
1049
1050 2020-06-12 Tom de Vries <tdevries@suse.de>
1051
1052 PR testsuite/26110
1053 * lib/gdb.exp (gdb_init): Revert dejagnu's override of ::unknown.
1054 (gdb_finish): Reinstall dejagnu's override of ::unknown.
1055
1056 2020-06-11 Tom Tromey <tom@tromey.com>
1057
1058 PR gdb/18318:
1059 * gdb.base/printcmds.exp (test_float_accepted): Add more hex
1060 floating point tests.
1061
1062 2020-06-11 Keith Seitz <keiths@redhat.com>
1063
1064 PR gdb/21356
1065 * gdb.base/vla-datatypes.c (vla_factory): Add typedef for struct
1066 vla_struct.
1067 Add new struct vla_typedef and union vla_typedef_union and
1068 corresponding instantiation objects.
1069 Initialize new objects.
1070 * gdb.base/vla-datatypes.exp: Add tests for vla_typedef_struct_object
1071 and vla_typedef_union_object.
1072 Fixup type for vla_struct_object.
1073
1074 2020-06-11 Tom de Vries <tdevries@suse.de>
1075
1076 * lib/gdb.exp (with_override): New proc, factored out of ...
1077 * gdb.base/dbx.exp: ... here. Use with_override and save_vars.
1078
1079 2020-06-10 Tom de Vries <tdevries@suse.de>
1080
1081 * gdb.ada/ptype_union.exp: Remove PR24713 workaround.
1082
1083 2020-06-09 Simon Marchi <simon.marchi@polymtl.ca>
1084
1085 * gdb.base/index-cache.exp (test_cache_disabled): Add test_prefix
1086 parameter, update callers.
1087
1088 2020-06-04 Simon Marchi <simon.marchi@efficios.com>
1089
1090 * gdb.dwarf2/share-psymtabs-bt.exp: New file.
1091 * gdb.dwarf2/share-psymtabs-bt.c: New file.
1092 * gdb.dwarf2/share-psymtabs-bt-2.c: New file.
1093
1094 2020-06-04 Tom de Vries <tdevries@suse.de>
1095
1096 * lib/gdb.exp (gdb_file_cmd): Avoid path names in error messages.
1097
1098 2020-06-04 Tom de Vries <tdevries@suse.de>
1099
1100 * lib/gdb.exp (gdb_file_cmd): Replace incomplete gdb_expect by
1101 exp_continue.
1102
1103 2020-06-04 Tom de Vries <tdevries@suse.de>
1104
1105 * lib/gdb.exp (gdb_file_cmd): Use perror instead of fail.
1106
1107 2020-06-03 Tom de Vries <tdevries@suse.de>
1108
1109 PR symtab/26046
1110 * gdb.cp/breakpoint-locs-2.cc: New test.
1111 * gdb.cp/breakpoint-locs.cc: New test.
1112 * gdb.cp/breakpoint-locs.exp: New file.
1113 * gdb.cp/breakpoint-locs.h: New test.
1114
1115 2020-06-03 Tom de Vries <tdevries@suse.de>
1116
1117 PR testsuite/25609
1118 * gdb.base/jit-elf-so.exp: Don't modify testing behaviour based on
1119 value of global verbose.
1120 * gdb.base/jit-elf.exp: Same.
1121 * gdb.base/jit-reader.exp: Same.
1122
1123 2020-06-02 Tom de Vries <tdevries@suse.de>
1124
1125 * gdb.dwarf2/multidictionary.exp: Don't use
1126 gdb_spawn_with_cmdline_opts.
1127
1128 2020-06-01 Andrew Burgess <andrew.burgess@embecosm.com>
1129
1130 * gdb.cp/step-and-next-inline.exp (do_test): Skip all tests in the
1131 use_header case.
1132 * gdb.dwarf2/dw2-inline-header-1.exp: New file.
1133 * gdb.dwarf2/dw2-inline-header-2.exp: New file.
1134 * gdb.dwarf2/dw2-inline-header-3.exp: New file.
1135 * gdb.dwarf2/dw2-inline-header-lbls.c: New file.
1136 * gdb.dwarf2/dw2-inline-header.c: New file.
1137 * gdb.dwarf2/dw2-inline-header.h: New file.
1138
1139 2020-05-30 Pedro Alves <palves@redhat.com>
1140
1141 * gdb.linespec/cp-replace-typedefs-ns-template.cc: New.
1142 * gdb.linespec/cp-replace-typedefs-ns-template.exp: New.
1143
1144 2020-05-29 Gary Benson <gbenson@redhat.com>
1145
1146 * gdb.compile/compile-cplus.exp (additional_flags): Also
1147 set when building with clang.
1148 (additional_flags, srcfilesoptions): Pass -Wno-deprecated
1149 when building with clang.
1150
1151 2020-05-29 Gary Benson <gbenson@redhat.com>
1152
1153 * gdb.arch/i386-avx.exp (additional_flags): Also set when
1154 building with clang.
1155 * gdb.arch/i386-sse.exp (additional_flags): Likewise.
1156
1157 2020-05-29 Gary Benson <gbenson@redhat.com>
1158
1159 * gdb.cp/koenig.exp (prepare_for_testing): Add
1160 additional_flags=-Wno-unused-comparison.
1161 * gdb.cp/operator.exp (prepare_for_testing): Likewise.
1162
1163 2020-05-28 Gary Benson <gbenson@redhat.com>
1164
1165 * gdb.base/sigaltstack.c (catcher): Add default case to switch
1166 statement.
1167
1168 2020-05-28 Gary Benson <gbenson@redhat.com>
1169
1170 * gdb.cp/classes.exp (prepare_for_testing): Add
1171 additional_flags=-Wno-deprecated-register.
1172 * gdb.cp/inherit.exp (prepare_for_testing): Likewise.
1173 * gdb.cp/misc.exp: Likewise.
1174
1175 2020-05-28 Gary Benson <gbenson@redhat.com>
1176
1177 * gdb.linespec/cpls-ops.cc (dummy): New static global.
1178 (test_op_new::operator new): Add return statement.
1179 (test_op_new_array::operator new[]): Likewise.
1180
1181 2020-05-27 Pedro Alves <palves@redhat.com>
1182
1183 * gdb.linespec/cp-completion-aliases.exp: Remove readline_is_used
1184 check. Use test_gdb_complete_unique instead of
1185 test_gdb_complete_tab_unique + test_gdb_complete_cmd_unique. Use
1186 test_gdb_complete_multiple instead of
1187 test_gdb_complete_tab_multiple + test_gdb_complete_cmd_multiple.
1188
1189 2020-05-27 Luis Machado <luis.machado@linaro.org>
1190
1191 * gdb.arch/aarch64-sighandler-regs.exp: Fix duplicated test names.
1192 * gdb.arch/aarch64-tagged-pointer.exp: Likewise.
1193 * gdb.arch/arm-disassembler-options.exp: Likewise.
1194 * gdb.arch/arm-disp-step.exp: Likewise.
1195 * gdb.arch/thumb-prologue.exp: Likewise.
1196 * gdb.base/async.exp: Likewise.
1197 * gdb.base/auxv.exp: Likewise.
1198 * gdb.base/complex-parts.exp: Likewise.
1199 * gdb.base/ena-dis-br.exp: Likewise.
1200 * gdb.base/foll-exec.exp: Likewise.
1201 * gdb.base/permissions.exp: Likewise.
1202 * gdb.base/relocate.exp: Likewise.
1203 * gdb.base/return2.exp: Likewise.
1204 * gdb.base/sigbpt.exp: Likewise.
1205 * gdb.base/siginfo-obj.exp: Likewise.
1206 * gdb.cp/converts.exp: Likewise.
1207 * gdb.cp/exceptprint.exp: Likewise.
1208 * gdb.cp/inherit.exp: Likewise.
1209 * gdb.cp/nsnoimports.exp: Likewise.
1210 * gdb.cp/virtbase2.exp: Likewise.
1211 * gdb.mi/mi-var-cmd.exp: Likewise.
1212 * gdb.mi/var-cmd.c: Likewise.
1213
1214 2020-05-26 Tom Tromey <tromey@adacore.com>
1215
1216 * gdb.ada/arr_acc_idx_w_gap.exp: Add tests.
1217
1218 2020-05-26 Tom Tromey <tromey@adacore.com>
1219
1220 * gdb.ada/arr_acc_idx_w_gap.exp: Add enum subrange tests.
1221 * gdb.ada/arr_acc_idx_w_gap/enum_with_gap.ads (Enum_Subrange): New
1222 type.
1223 * gdb.ada/arr_acc_idx_w_gap/enum_with_gap_main.adb (V): New
1224 variable.
1225
1226 2020-05-26 Christian Biesinger <cbiesinger@google.com>
1227
1228 * Makefile.in: Use = instead of == for the test command
1229 for portability.
1230
1231 2020-05-26 Tom de Vries <tdevries@suse.de>
1232
1233 * gdb.base/gold-gdb-index-2.c: New test.
1234 * gdb.base/gold-gdb-index.c: New test.
1235 * gdb.base/gold-gdb-index.exp: New file.
1236 * gdb.base/gold-gdb-index.h: New test.
1237
1238 2020-05-25 Tom de Vries <tdevries@suse.de>
1239
1240 * boards/gold-gdb-index.exp: New file.
1241
1242 2020-05-25 Simon Marchi <simon.marchi@efficios.com>
1243
1244 * boards/simavr.exp: New file.
1245
1246 2020-05-25 Simon Marchi <simon.marchi@efficios.com>
1247
1248 * lib/gdb.exp (gdb_run_cmd): Return success or failure.
1249 * gdb.base/inferior-args.exp: New file.
1250 * gdb.base/inferior-args.c: New file.
1251
1252 2020-05-25 Simon Marchi <simon.marchi@efficios.com>
1253
1254 * lib/gdb.exp (gdb_run_cmd): Change argument from args to
1255 inferior_args. Pass it to gdb_reload.
1256 (gdb_start_cmd, gdb_starti_cmd): Change argument from args to
1257 inferior_args.
1258 (gdb_reload): Add inferior_args argument.
1259 * config/gdbserver.exp (gdb_reload): Add inferior_args argument,
1260 pass it to gdbserver_run.
1261 * boards/native-gdbserver.exp: Do not set noargs.
1262 * boards/native-extended-gdbserver.exp (gdb_reload): Add
1263 inferior_args argument.
1264 * boards/stdio-gdbserver-base.exp (gdb_reload): Likewise.
1265 * gdb.base/a2-run.exp: Check for use_gdb_stub.
1266 * gdb.base/args.exp: Likewise.
1267
1268 2020-05-25 Tom de Vries <tdevries@suse.de>
1269
1270 * lib/gdb.exp (exec_is_pie): Add comment.
1271
1272 2020-05-25 Tom de Vries <tdevries@suse.de>
1273
1274 * lib/jit-elf-helpers.exp (compile_and_download_n_jit_so): Use $f
1275 instead of $binfile in the untested message.
1276
1277 2020-05-25 Tom de Vries <tdevries@suse.de>
1278
1279 PR testsuite/26031
1280 * lib/gdb.exp (exec_is_pie): Test readelf -h output.
1281
1282 2020-05-25 Tom de Vries <tdevries@suse.de>
1283
1284 * boards/gold.exp: New file.
1285
1286 2020-05-23 Tom Tromey <tom@tromey.com>
1287
1288 * gdb.base/style.exp: Remove completion styling test.
1289 * lib/gdb-utils.exp (style): Remove completion styles.
1290
1291 2020-05-23 Tom Tromey <tom@tromey.com>
1292
1293 * gdb.base/style.exp: Add completion styling test.
1294 * lib/gdb-utils.exp (style): Add completion styles.
1295
1296 2020-05-22 Andrew Burgess <andrew.burgess@embecosm.com>
1297
1298 * gdb.base/annota1.exp: Update expected results.
1299 * gdb.cp/annota2.exp: Update expected results, remove duplicate
1300 test name.
1301 * gdb.cp/annota3.exp: Update expected results.
1302
1303 2020-05-20 Simon Marchi <simon.marchi@efficios.com>
1304
1305 PR gdb/26016
1306 * gdb.base/coredump-filter.c (do_mmap): Check mmap ret val
1307 against MAP_FAILED.
1308 * gdb.base/coremaker.c (mmapdata): Likewise.
1309 * gdb.base/jit-reader-host.c (main): Likewise.
1310 * gdb.base/sym-file-loader.c (load): Likewise.
1311 (load_shlib): Likewise.
1312
1313 2020-05-20 Tom Tromey <tromey@adacore.com>
1314
1315 * gdb.ada/array_char_idx.exp: Recognize initialized array.
1316
1317 2020-05-20 Tom de Vries <tdevries@suse.de>
1318
1319 PR symtab/25833
1320 * gdb.base/with-mf-inc.c: New test.
1321 * gdb.base/with-mf-main.c: New test.
1322 * gdb.base/with-mf.exp: New file.
1323
1324 2020-05-19 Tom Tromey <tromey@adacore.com>
1325
1326 * gdb.rust/simple.exp: Restore missing test result.
1327
1328 2020-05-19 Tom de Vries <tdevries@suse.de>
1329
1330 * gdb.base/gdb-caching-proc.exp: Fix typo.
1331
1332 2020-05-19 Tom Tromey <tromey@adacore.com>
1333
1334 * gdb.rust/simple.exp: Add some test descriptions.
1335 (test_one_slice): Use with_test_prefix.
1336
1337 2020-05-18 Tom de Vries <tdevries@suse.de>
1338
1339 * gdb.base/gdb-caching-proc.exp: Use with_test_prefix.
1340
1341 2020-05-17 Pedro Alves <palves@redhat.com>
1342
1343 PR gdb/25741
1344 * gdb.base/hw-sw-break-same-address.exp: New file.
1345
1346 2020-05-16 Pedro Alves <palves@redhat.com>
1347
1348 * gdb.multi/multi-re-run.exp (test_re_run): Switch
1349 LAST_LOADED_FILE accordingly.
1350
1351 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1352
1353 * gdb.base/alias.exp: Verify 'help aliases' shows user defined aliases.
1354
1355 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1356
1357 * gdb.base/help.exp: Test apropos and help for commands
1358 having aliases. Fixed comments not starting with an
1359 upper-case letter or not finishing with a dot.
1360
1361 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1362
1363 * gdb.base/alias.exp: Update help output check.
1364
1365 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1366
1367 * gdb.base/default.exp: Update output following fixes.
1368
1369 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1370
1371 * gdb.base/alias.exp: Test aliases starting with a prefix of
1372 another alias.
1373
1374 2020-05-15 Gary Benson <gbenson@redhat.com>
1375
1376 * gdb.base/info-os.c (main): Add return statement.
1377 * gdb.base/info_minsym.c (minsym_fun): Likewise.
1378 * gdb.base/large-frame-2.c (func): Likewise.
1379 * gdb.base/pr10179-a.c (foo1, bar1): Likewise.
1380 * gdb.base/pr10179-b.c (foo2): Likewise.
1381 * gdb.base/valgrind-disp-step.c (foo): Likewise.
1382 * gdb.base/watch-cond.c (func): Likewise.
1383 * gdb.multi/goodbye.c (verylongfun): Likewise.
1384 * gdb.multi/hello.c (commonfun): Likewise.
1385 * gdb.python/py-finish-breakpoint.c (call_longjmp): Likewise.
1386 * gdb.threads/fork-plus-threads.c (thread_func): Likewise.
1387 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
1388 Likewise.
1389 * gdb.threads/hand-call-new-thread.c (foo): Likewise.
1390 * gdb.threads/interrupt-while-step-over.c (child_function):
1391 Likewise.
1392 * gdb.trace/actions-changed.c (end): Likewise.
1393
1394 2020-05-15 Gary Benson <gbenson@redhat.com>
1395
1396 * gdb.opencl/callfuncs.exp: Report when test skipped.
1397 * gdb.opencl/convs_casts.exp: Likewise.
1398 * gdb.opencl/datatypes.exp: Likewise.
1399 * gdb.opencl/operators.exp: Likewise.
1400 * gdb.opencl/vec_comps.exp: Likewise.
1401
1402 2020-05-15 Tom de Vries <tdevries@suse.de>
1403
1404 * gdb.base/align.exp.in: Rename to ...
1405 * gdb.base/align.exp.tcl: ... this.
1406 * gdb.base/align-c++.exp: Update.
1407 * gdb.base/align-c.exp: Update.
1408 * gdb.base/all-architectures.exp.in: Rename to ...
1409 * gdb.base/all-architectures.exp: ... this.
1410 * gdb.base/all-architectures-0.exp: Update.
1411 * gdb.base/all-architectures-1.exp: Update.
1412 * gdb.base/all-architectures-2.exp: Update.
1413 * gdb.base/all-architectures-3.exp: Update.
1414 * gdb.base/all-architectures-4.exp: Update.
1415 * gdb.base/all-architectures-5.exp: Update.
1416 * gdb.base/all-architectures-6.exp: Update.
1417 * gdb.base/all-architectures-7.exp: Update.
1418 * gdb.base/infcall-nested-structs.exp.in: Rename to ...
1419 * gdb.base/infcall-nested-structs.exp.tcl: ... this.
1420 * gdb.base/infcall-nested-structs-c++.exp: Update.
1421 * gdb.base/infcall-nested-structs-c.exp: Update.
1422 * gdb.base/info-types.exp.in: Rename to ...
1423 * gdb.base/info-types.exp.tcl: ... this.
1424 * gdb.base/info-types-c++.exp: Update.
1425 * gdb.base/info-types-c.exp: Update.
1426 * gdb.base/max-depth.exp.in: Rename to ...
1427 * gdb.base/max-depth.exp.tcl: ... this.
1428 * gdb.base/max-depth-c++.exp: Update.
1429 * gdb.base/max-depth-c.exp: Update.
1430 * gdb.cp/cpexprs.exp.in: Rename to ...
1431 * gdb.cp/cpexprs.exp.tcl: ... this.
1432 * gdb.cp/cpexprs-debug-types.exp: Update.
1433 * gdb.cp/cpexprs.exp: Update.
1434 * gdb.cp/infcall-nodebug.exp.in: Rename to ...
1435 * gdb.cp/infcall-nodebug.exp.tcl: ... this.
1436 * gdb.cp/infcall-nodebug-c++-d0.exp: Update.
1437 * gdb.cp/infcall-nodebug-c++-d1.exp: Update.
1438 * gdb.cp/infcall-nodebug-c-d0.exp: Update.
1439 * gdb.cp/infcall-nodebug-c-d1.exp: Update.
1440 * gdb.dwarf2/clang-debug-names.exp.in: Rename to ...
1441 * gdb.dwarf2/clang-debug-names.exp.tcl: ... this.
1442 * gdb.dwarf2/clang-debug-names-2.exp: Update.
1443 * gdb.dwarf2/clang-debug-names.exp: Update.
1444
1445 2020-05-15 Andrew Burgess <andrew.burgess@embecosm.com>
1446
1447 * lib/check-test-names.exp: Remove code that prevents this file
1448 loading when tests are run in parallel.
1449
1450 2020-05-15 Pedro Alves <palves@redhat.com>
1451
1452 * gdb.multi/multi-kill.exp (start_inferior): Remove
1453 'testpid' parameter. Refer to namespace variable directly.
1454 (testpid): Declare as namespace variable.
1455
1456 2020-05-15 Pedro Alves <palves@redhat.com>
1457
1458 * gdb.multi/multi-kill.exp: Wrap in namespace.
1459 (start_inferior): Add TESTPID parameter. Use it instead of the
1460 testpid global.
1461 (top level): Define empty TESTPID array, and pass it down to
1462 start_inferior.
1463
1464 2020-05-14 Tom de Vries <tdevries@suse.de>
1465
1466 * gdb.fortran/nested-funcs-2.exp: Use gdb_test_stdio to test inferior
1467 output.
1468
1469 2020-05-14 Tom de Vries <tdevries@suse.de>
1470
1471 * gdb.base/align.exp: Split into ...
1472 * gdb.base/align.exp.in: ...
1473 * gdb.base/align-c++.exp: ...
1474 * gdb.base/align-c.exp: ... these.
1475 * gdb.base/infcall-nested-structs.exp: Split into ...
1476 * gdb.base/infcall-nested-structs.exp.in: ...
1477 * gdb.base/infcall-nested-structs-c++.exp: ...
1478 * gdb.base/infcall-nested-structs-c.exp: ... these.
1479 * gdb.base/info-types.exp: Split into ...
1480 * gdb.base/info-types.exp.in: ...
1481 * gdb.base/info-types-c++.exp: ...
1482 * gdb.base/info-types-c.exp: ... these.
1483 * gdb.base/max-depth.exp: Split into ...
1484 * gdb.base/max-depth.exp.in: ...
1485 * gdb.base/max-depth-c++.exp: ...
1486 * gdb.base/max-depth-c.exp: ... these.
1487 * gdb.cp/infcall-nodebug.exp: Split into ...
1488 * gdb.cp/infcall-nodebug.exp.in: ...
1489 * gdb.cp/infcall-nodebug-c++-d0.exp: ...
1490 * gdb.cp/infcall-nodebug-c++-d1.exp: ...
1491 * gdb.cp/infcall-nodebug-c-d0.exp: ...
1492 * gdb.cp/infcall-nodebug-c-d1.exp: ... these.
1493
1494 2020-05-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1495 Pedro Alves <palves@redhat.com>
1496
1497 * gdb.multi/multi-exit.c: New file.
1498 * gdb.multi/multi-exit.exp: New file.
1499 * gdb.multi/multi-kill.c: New file.
1500 * gdb.multi/multi-kill.exp: New file.
1501
1502 2020-05-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1503
1504 * gdb.base/annota1.exp: Update the expected output.
1505 * gdb.cp/annota2.exp: Ditto.
1506
1507 2020-05-12 Andrew Burgess <andrew.burgess@embecosm.com>
1508
1509 * lib/check-test-names.exp: Disable when testing is being run in
1510 parallel.
1511
1512 2020-05-12 Tom de Vries <tdevries@suse.de>
1513
1514 * gdb.base/jit-elf.exp: Fix string concat.
1515
1516 2020-05-12 Tom de Vries <tdevries@suse.de>
1517
1518 * lib/jit-elf-helpers.exp: Don't use undefined variables in untested
1519 messages.
1520
1521 2020-05-12 Tom de Vries <tdevries@suse.de>
1522
1523 * gdb.multi/multi-term-settings.exp: Use with_test_prefix.
1524
1525 2020-05-12 Tom de Vries <tdevries@suse.de>
1526
1527 * gdb.ada/catch_ex.exp: Use with_test_prefix.
1528 * gdb.ada/mi_catch_ex.exp: Same.
1529 * gdb.ada/mi_catch_ex_hand.exp: Same.
1530
1531 2020-05-12 Tom de Vries <tdevries@suse.de>
1532
1533 * gdb.fortran/complex.exp: Use with_test_prefix.
1534
1535 2020-05-12 Tom de Vries <tdevries@suse.de>
1536
1537 * gdb.trace/passcount.exp: Fix test-names.
1538
1539 2020-05-12 Tom de Vries <tdevries@suse.de>
1540
1541 * gdb.pascal/gdb11492.exp: Use with_test_prefix.
1542
1543 2020-05-12 Tom de Vries <tdevries@suse.de>
1544
1545 * gdb.gdb/complaints.exp: Use with_test_prefix.
1546 * gdb.xml/tdesc-regs.exp: Same.
1547 * gdb.opt/inline-locals.exp: Fix test name.
1548
1549 2020-05-12 Tom de Vries <tdevries@suse.de>
1550
1551 * gdb.dwarf2/comp-unit-lang.exp: Use with_test_prefix.
1552 * gdb.dwarf2/dw2-bad-parameter-type.exp: Same.
1553 * gdb.dwarf2/implref-struct.exp: Same.
1554 * gdb.dwarf2/varval.exp: Ensure get_sizeof is called once per type.
1555 * gdb.dwarf2/data-loc.exp: Same. Remove duplicate test.
1556
1557 2020-05-11 Simon Marchi <simon.marchi@polymtl.ca>
1558
1559 * gdb.base/jit-so.exp (one_jit_test): Change test name.
1560
1561 2020-05-11 Andrew Burgess <andrew.burgess@embecosm.com>
1562
1563 * lib/check-test-names.exp (all_test_names): New module variable.
1564 (counts): Add 'duplicates' field.
1565 (_check_duplicates): New procedure.
1566 (check): Also check for duplicates.
1567 (do_log_summary): Print duplicates count.
1568 (do_reset_vars): Reset counter for duplicate test names, and
1569 discard all know test names.
1570
1571 2020-05-11 Andrew Burgess <andrew.burgess@embecosm.com>
1572
1573 * lib/gdb.exp: Include check-test-names.exp library.
1574 * lib/check-test-names.exp: New file.
1575
1576 2020-05-11 Tom de Vries <tdevries@suse.de>
1577
1578 * gdb.ada/packed_tagged.exp: Change kfail into xfail.
1579
1580 2020-05-11 Keith Seitz <keiths@redhat.com>
1581
1582 * gdb.ada/attr_ref_and_charlit.exp: Fix typo.
1583
1584 2020-05-11 Tom de Vries <tdevries@suse.de>
1585
1586 * gdb.cp/cpexprs.exp: Move everything except flags setting ...
1587 * gdb.cp/cpexprs.exp.in: .. here.
1588 * gdb.cp/cpexprs-debug-types.exp: Include cpexprs.exp.in instead of
1589 cpexprs.exp.
1590
1591 2020-05-11 Keith Seitz <keiths@redhat.com>
1592
1593 * gdb.ada/arrayparam.exp: Resolve duplicate and tail parentheses
1594 test names.
1595 * gdb.ada/arrayptr.exp: Likewise.
1596 * gdb.ada/assign_arr.exp: Likewise.
1597 * gdb.ada/attr_ref_and_charlit.exp: Likewise.
1598 * gdb.ada/bp_on_var.exp: Likewise.
1599 * gdb.ada/call_pn.exp: Likewise.
1600 * gdb.ada/complete.exp: Likewise.
1601 * gdb.ada/fun_overload_menu.exp: Likewise.
1602 * gdb.ada/funcall_param.exp: Likewise.
1603 * gdb.ada/funcall_ref.exp: Likewise.
1604 * gdb.ada/packed_array_assign.exp: Likewise.
1605 * gdb.ada/same_component_name.exp: Likewise.
1606 * gdb.ada/type_coercion.exp: Likewise.
1607 * gdb.ada/unc_arr_ptr_in_var_rec.exp: Likewise.
1608 * gdb.ada/variant_record_packed_array.exp: Likewise.
1609
1610 2020-05-11 Tom de Vries <tdevries@suse.de>
1611
1612 PR symtab/25941
1613 * gdb.dwarf2/clang-debug-names.exp.in: New include exp file, factored
1614 out of ...
1615 * gdb.dwarf2/clang-debug-names.exp: ... here.
1616 * gdb.dwarf2/clang-debug-names-2.exp: New file. Include
1617 clang-debug-names.exp.in.
1618 * gdb.dwarf2/clang-debug-names-2-foo.c: New test.
1619 * gdb.dwarf2/clang-debug-names-2.c: New test.
1620
1621 2020-05-10 Alok Kumar Sharma <alokkumar.sharma@amd.com>
1622
1623 * lib/fortran.exp (fortran_main): New Proc, handle flang MAIN_,
1624 (fortran_runto_main): New Proc, fortran version of runto_main.
1625 * gdb.fortran/array-bounds-high.exp: Handle flang MAIN_
1626 * gdb.fortran/array-bounds.exp: Likewise.
1627 * gdb.fortran/array-slices.exp: Likewise.
1628 * gdb.fortran/block-data.exp: Likewise.
1629 * gdb.fortran/charset.exp: Likewise.
1630 * gdb.fortran/common-block.exp: Likewise.
1631 * gdb.fortran/complex.exp: Likewise.
1632 * gdb.fortran/derived-type-function.exp: Likewise.
1633 * gdb.fortran/derived-type.exp: Likewise.
1634 * gdb.fortran/info-modules.exp: Likewise.
1635 * gdb.fortran/info-types.exp: Likewise.
1636 * gdb.fortran/intrinsics.exp: Likewise.
1637 * gdb.fortran/library-module.exp: Likewise.
1638 * gdb.fortran/logical.exp: Likewise.
1639 * gdb.fortran/max-depth.exp: Likewise.
1640 * gdb.fortran/module.exp: Likewise.
1641 * gdb.fortran/multi-dim.exp: Likewise.
1642 * gdb.fortran/nested-funcs.exp: Likewise.
1643 * gdb.fortran/print-formatted.exp: Likewise.
1644 * gdb.fortran/print_type.exp: Likewise.
1645 * gdb.fortran/printing-types.exp: Likewise.
1646 * gdb.fortran/ptr-indentation.exp: Likewise.
1647 * gdb.fortran/ptype-on-functions.exp: Likewise.
1648 * gdb.fortran/subarray.exp: Likewise.
1649 * gdb.fortran/vla-alloc-assoc.exp: Likewise.
1650 * gdb.fortran/vla-datatypes.exp: Likewise.
1651 * gdb.fortran/vla-history.exp: Likewise.
1652 * gdb.fortran/vla-ptr-info.exp: Likewise.
1653 * gdb.fortran/vla-ptype-sub.exp: Likewise.
1654 * gdb.fortran/vla-ptype.exp: Likewise.
1655 * gdb.fortran/vla-sizeof.exp: Likewise.
1656 * gdb.fortran/vla-type.exp: Likewise.
1657 * gdb.fortran/vla-value-sub-arbitrary.exp: Likewise.
1658 * gdb.fortran/vla-value-sub-finish.exp: Likewise.
1659 * gdb.fortran/vla-value-sub.exp: Likewise.
1660 * gdb.fortran/vla-value.exp: Likewise.
1661 * gdb.fortran/whatis_type.exp: Likewise.
1662 * gdb.mi/mi-var-child-f.exp: Likewise.
1663
1664 2020-05-09 Tom de Vries <tdevries@suse.de>
1665
1666 * gdb.dwarf2/clang-debug-names.exp: Remove PR25952 kfail.
1667
1668 2020-05-08 Tom de Vries <tdevries@suse.de>
1669
1670 * gdb.dwarf2/clang-debug-names.c: New test.
1671 * gdb.dwarf2/clang-debug-names.exp: New file.
1672
1673 2020-05-06 Simon Marchi <simon.marchi@efficios.com>
1674
1675 * gdb.arch/amd64-prologue-skip-cf-protection.exp: New file.
1676 * gdb.arch/amd64-prologue-skip-cf-protection.c: New file.
1677
1678 2020-05-06 Tom de Vries <tdevries@suse.de>
1679
1680 * gdb.reverse/consecutive-precsave.exp: Handle if instruction after
1681 breakpoint is at a "recommended breakpoint location".
1682 * gdb.reverse/consecutive-reverse.exp: Same.
1683
1684 2020-05-06 Tom de Vries <tdevries@suse.de>
1685
1686 * gdb.base/watchpoint-reuse-slot.exp (stepi): Print $pc to get current
1687 address.
1688
1689 2020-05-06 Tom de Vries <tdevries@suse.de>
1690
1691 * gdb.base/watchpoint-reuse-slot.exp: Fix incorrect assignment.
1692
1693 2020-05-06 Tom de Vries <tdevries@suse.de>
1694
1695 * gdb.base/store.exp (check_set, up_set): Allowing missing location
1696 info for r.
1697
1698 2020-05-06 Tom de Vries <tdevries@suse.de>
1699
1700 * gdb.base/shlib-call.exp: Add extra step to reach shmain.c:42, if
1701 necessary.
1702
1703 2020-05-06 Tom de Vries <tdevries@suse.de>
1704
1705 * lib/unbuffer_output.c (gdb_unbuffer_output): Change return type to
1706 void.
1707
1708 2020-05-06 Tom de Vries <tdevries@suse.de>
1709
1710 * lib/gdb.exp (is_stmt_addresses, hex_in_list): New proc, factored out
1711 of ...
1712 * gdb.base/async.exp: ... here.
1713 * gdb.base/consecutive.exp: Handle if 2nd breakpoint is at a
1714 "recommended breakpoint location".
1715
1716 2020-05-06 Tom de Vries <tdevries@suse.de>
1717
1718 * gdb.compile/compile-ifunc.exp: Use -Wno-attribute-alias.
1719
1720 2020-05-04 Tom de Vries <tdevries@suse.de>
1721
1722 * gdb.base/async.exp: Check whether instruction addresses are a
1723 "recommended breakpoint location".
1724
1725 2020-05-03 Tom Tromey <tom@tromey.com>
1726
1727 * gdb.base/sepdebug.exp: Remove "catch" test.
1728 * gdb.base/break.exp: Remove "catch" test.
1729 * gdb.base/default.exp: Update expected output.
1730
1731 2020-05-02 Tom de Vries <tdevries@suse.de>
1732
1733 * lib/gdb.exp (supports_mpx_check_pointer_bounds): New proc.
1734 * gdb.arch/i386-mpx-call.exp: Use supports_mpx_check_pointer_bounds.
1735 * gdb.arch/i386-mpx-map.exp: Same.
1736 * gdb.arch/i386-mpx-sigsegv.exp: Same.
1737 * gdb.arch/i386-mpx-simple_segv.exp: Same.
1738 * gdb.arch/i386-mpx.exp: Same.
1739
1740 2020-05-02 Tom de Vries <tdevries@suse.de>
1741
1742 * gdb.base/psym-external-decl.c (main): Add use of variable aaa.
1743
1744 2020-05-01 Tom de Vries <tdevries@suse.de>
1745
1746 * gdb.ada/operator_bp.exp: Allow more than required amount of
1747 breakpoint.
1748
1749 2020-05-01 Tom de Vries <tdevries@suse.de>
1750
1751 * gdb.reverse/until-reverse.c (main): Fix Wunused-result warning.
1752
1753 2020-04-30 Hannes Domani <ssbssa@yahoo.de>
1754
1755 PR gdb/18706
1756 * gdb.cp/stub-array-size.cc: New test.
1757 * gdb.cp/stub-array-size.exp: New file.
1758 * gdb.cp/stub-array-size.h: New test.
1759 * gdb.cp/stub-array-size2.cc: New test.
1760
1761 2020-04-30 Hannes Domani <ssbssa@yahoo.de>
1762
1763 * gdb.python/py-format-string.exp: Adjust pretty_arrays expected
1764 output to the new format.
1765
1766 2020-04-29 Simon Marchi <simon.marchi@efficios.com>
1767
1768 * gdb.base/break.exp: Use with_test_prefix.
1769
1770 2020-04-29 Tom de Vries <tdevries@suse.de>
1771
1772 * lib/gdb.exp (debug_types): New proc.
1773 * gdb.guile/scm-symtab.exp: Add xfail for PR gcc/90232.
1774 * gdb.python/py-symtab.exp: Same.
1775
1776 2020-04-29 Hannes Domani <ssbssa@yahoo.de>
1777
1778 PR gdb/17320
1779 * gdb.base/pretty-array.c: New test.
1780 * gdb.base/pretty-array.exp: New file.
1781
1782 2020-04-29 Tom de Vries <tdevries@suse.de>
1783
1784 PR symtab/25889
1785 * gdb.cp/cpexprs.exp: Adapt for inclusion.
1786 * gdb.cp/cpexprs-debug-types.exp: New file. Set -fdebug-types-section
1787 and include cpexprs.exp.
1788
1789 2020-04-28 Mark Williams <mark@myosotissp.com>
1790
1791 PR gdb/24480
1792 * dw4-toplevel-types.exp: Test for top level types.
1793 * dw4-toplevel-types.cc: Test for top level types.
1794
1795 2020-04-28 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1796
1797 * gdb.threads/stop-with-handle.exp: Fix typo in comment
1798 (theads -> threads).
1799
1800 2020-04-28 Tom de Vries <tdevries@suse.de>
1801
1802 * gdb.opt/inline-cmds.exp: Set KFAIL PR.
1803
1804 2020-04-28 Tom de Vries <tdevries@suse.de>
1805
1806 * gdb.base/info-macros.exp: Remove KFAIL. Add missing trailing ".*".
1807
1808 2020-04-28 Tom de Vries <tdevries@suse.de>
1809
1810 * gdb.ada/array_ptr_renaming.exp: Add PR number in KFAIL.
1811
1812 2020-04-28 Tom de Vries <tdevries@suse.de>
1813
1814 * gdb.dwarf2/main-foo.c: New test.
1815 * gdb.dwarf2/struct-with-sig.exp: New file.
1816
1817 2020-04-25 Tom de Vries <tdevries@suse.de>
1818
1819 * boards/debug-types.exp: New file.
1820
1821 2020-04-25 Andrew Burgess <andrew.burgess@embecosm.com>
1822
1823 * gdb.btrace/multi-inferior.exp: Avoid paths in test names.
1824
1825 2020-04-24 Tom Tromey <tom@tromey.com>
1826
1827 PR symtab/12707:
1828 * gdb.python/py-symbol.exp: Update expected results for
1829 linkage_name test.
1830 * gdb.cp/print-demangle.exp: New file.
1831 * gdb.base/c-linkage-name.exp: Fix test.
1832 * gdb.guile/scm-symbol.exp: Update expected results for
1833 linkage_name test.
1834
1835 2020-04-24 Tom Tromey <tom@tromey.com>
1836
1837 * gdb.dwarf2/dw2-namespaceless-anonymous.S: Remove.
1838 * gdb.dwarf2/dw2-namespaceless-anonymous.c: New file.
1839 * gdb.dwarf2/dw2-namespaceless-anonymous.exp: Use DWARF
1840 assembler.
1841
1842 2020-04-24 Tom de Vries <tdevries@suse.de>
1843
1844 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Set language of CU to
1845 C++.
1846
1847 2020-04-24 Tom Tromey <tromey@adacore.com>
1848
1849 * gdb.ada/frame_arg_lang.exp: Run with multiple -fgnat-encodings
1850 values.
1851 * gdb.ada/funcall_ref.exp: Run with multiple -fgnat-encodings
1852 values. Update test for minimal encodings.
1853 * gdb.ada/lang_switch.exp: Update test for minimal encodings.
1854 * gdb.ada/var_rec_arr.exp: Run with multiple -fgnat-encodings
1855 values. Update test for minimal encodings.
1856
1857 2020-04-24 Tom Tromey <tromey@adacore.com>
1858
1859 PR python/23662:
1860 * gdb.ada/variant.exp: Add Python checks.
1861 * gdb.rust/simple.exp: Add dynamic type checks.
1862
1863 2020-04-24 Tom Tromey <tromey@adacore.com>
1864
1865 * gdb.ada/mi_var_array.exp: Try all -fgnat-encodings settings.
1866 Make array type matching more lax.
1867 * gdb.ada/mi_var_union.exp: Try all -fgnat-encodings settings.
1868 * gdb.ada/mi_variant.exp: New file.
1869 * gdb.ada/mi_variant/pck.ads: New file.
1870 * gdb.ada/mi_variant/pkg.adb: New file.
1871 * gdb.ada/packed_tagged.exp: Try all -fgnat-encodings settings.
1872 * gdb.ada/unchecked_union.exp: Try all -fgnat-encodings settings.
1873
1874 2020-04-24 Tom Tromey <tromey@adacore.com>
1875
1876 * gdb.ada/variant.exp: Add dynamic field offset tests.
1877 * gdb.ada/variant/pck.ads (Nested_And_Variable): New type.
1878 * gdb.ada/variant/pkg.adb: Add new variables.
1879
1880 2020-04-24 Tom Tromey <tromey@adacore.com>
1881
1882 * gdb.ada/variant.exp: New file
1883 * gdb.ada/variant/pkg.adb: New file
1884 * gdb.ada/variant/pck.adb: New file
1885
1886 2020-04-24 Tom de Vries <tdevries@suse.de>
1887
1888 * lib/gdb.exp (clean_restart): Reset errcnt and warncnt.
1889
1890 2020-04-24 Tom de Vries <tdevries@suse.de>
1891
1892 * gdb.dwarf2/dwzbuildid.exp: Add quiet to dwzbuildid-mismatch compile
1893 flags.
1894
1895 2020-04-24 Tom de Vries <tdevries@suse.de>
1896
1897 * gdb.dwarf2/dw2-error.exp: Add quiet to compile flags.
1898
1899 2020-04-24 Tom de Vries <tdevries@suse.de>
1900
1901 * lib/gdb.exp (default_gdb_start): Handle eof.
1902 (clean_restart): Detect and handle gdb_start failure. Return -1 upon
1903 failure.
1904 * gdb.base/readnever.exp: Handle clean_restart failure.
1905
1906 2020-04-23 Tom de Vries <tdevries@suse.de>
1907
1908 * gdb.base/decl-before-def.exp: Run to main and print a again.
1909
1910 2020-04-23 Tom de Vries <tdevries@suse.de>
1911
1912 * gdb.base/decl-before-def-decl.c: New test.
1913 * gdb.base/decl-before-def-def.c: New test.
1914 * gdb.base/decl-before-def.exp: New file.
1915
1916 2020-04-23 Tom de Vries <tdevries@suse.de>
1917
1918 * gdb.base/readnever.exp: Skip if GDBFLAGS contain -readnow/--readnow.
1919
1920 2020-04-22 Tom de Vries <tdevries@suse.de>
1921
1922 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): Fix
1923 debug_info_offset.
1924 * gdb.mi/dw2-ref-missing-frame.exp: Make sure $objfuncfile comes
1925 before $objsfile in the line line.
1926
1927 2020-04-22 Tom de Vries <tdevries@suse.de>
1928
1929 * gdb.dlang/watch-loc.c (.debug_aranges): Fix _Dmain length.
1930
1931 2020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
1932
1933 * gdb.base/jit-attach-pie.c: Use jit-protocol.h.
1934 * gdb.base/jit-elf-main.c: Use jit-protocol.h.
1935 * gdb.base/jit-reader-host.c: Use jit-protocol.h.
1936 * gdb.base/jit-reader-simple-jit.c: Use jit-protocol.h.
1937 * gdb.base/jit-protocol.h: Update definitions to match all usage
1938 contexts.
1939
1940 2020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
1941
1942 * gdb.base: Rename all jit related test and source files.
1943
1944 2020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
1945
1946 * gdb.base/jit-reader.exp: Relax register output check.
1947
1948 2020-04-22 Tom de Vries <tdevries@suse.de>
1949
1950 PR symtab/25764
1951 * gdb.base/psym-external-decl-2.c: New test.
1952 * gdb.base/psym-external-decl.c: New test.
1953 * gdb.base/psym-external-decl.exp: New file.
1954 * gdb.threads/tls.exp: Add PR25807 kfail.
1955
1956 2020-04-22 Tom de Vries <tdevries@suse.de>
1957
1958 PR symtab/25801
1959 * gdb.dwarf2/imported-unit.exp: Test that we can get imported_unit.c
1960 in "info source" output.
1961
1962 2020-04-22 Tom de Vries <tdevries@suse.de>
1963
1964 PR symtab/25700
1965 * gdb.dwarf2/imported-unit.exp: Verify that there's only one partial
1966 symtab for imported_unit.c.
1967
1968 2020-04-21 Gary Benson <gbenson@redhat.com>
1969
1970 * gdb.base/advance.c (func): New argument, to match call site.
1971 (func2, func3): Add return statements.
1972
1973 2020-04-21 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1974
1975 * gdb.multi/run-only-second-inf.c: New file.
1976 * gdb.multi/run-only-second-inf.exp: New file.
1977
1978 2020-04-21 Markus Metzger <markus.t.metzger@intel.com>
1979
1980 * gdb.btrace/multi-inferior.c: New test.
1981 * gdb.btrace/multi-inferior.exp: New file.
1982
1983 2020-04-21 Markus Metzger <markus.t.metzger@intel.com>
1984
1985 * gdb.btrace/enable-new-thread.c: New test.
1986 * gdb.btrace/enable-new-thread.exp: New file.
1987
1988 2020-04-21 Tom de Vries <tdevries@suse.de>
1989
1990 PR gdb/25471
1991 * gdb.threads/killed-outside.c: New test.
1992 * gdb.threads/killed-outside.exp: New file.
1993
1994 2020-04-20 Gary Benson <gbenson@redhat.com>
1995
1996 * gdb.base/nested-subp1.exp: Use support_nested_function_tests.
1997 * gdb.base/nested-subp2.exp: Likewise.
1998 * gdb.base/nested-subp3.exp: Likewise.
1999
2000 2020-04-20 Gary Benson <gbenson@redhat.com>
2001
2002 * gdb.base/nested-subp1.exp: Disable test when using clang.
2003 * gdb.base/nested-subp2.exp: Likewise.
2004 * gdb.base/nested-subp3.exp: Likewise.
2005
2006 2020-04-20 Gary Benson <gbenson@redhat.com>
2007
2008 * gdb.cp/exception.cc: Fix compilation error with clang.
2009
2010 2020-04-20 Gary Benson <gbenson@redhat.com>
2011
2012 * gdb.trace/tspeed.c: Fix compilation error with clang.
2013
2014 2020-04-20 Gary Benson <gbenson@redhat.com>
2015
2016 * gdb.base/jit-main.c: Fix compilation error with clang.
2017
2018 2020-04-17 Kamil Rytarowski <n54@gmx.com>
2019
2020 * gdb.base/attach-twice.c: Include "sys/types.h".
2021 (PTRACE_ATTACH): Add fallback definition.
2022 (main): Pass `0' to the 4th argument of `ptrace'.
2023
2024 2020-04-17 Kamil Rytarowski <n54@gmx.com>
2025
2026 * gdb.base/fork-running-state.c: Include "signal.h".
2027
2028 2020-04-17 Tom Tromey <tromey@adacore.com>
2029
2030 * gdb.cp/maint.exp (test_help): Simplify multiple_help_body.
2031 Update tests.
2032 * gdb.btrace/cpu.exp: Update tests.
2033 * gdb.base/maint.exp: Update tests.
2034 * gdb.base/default.exp: Update tests.
2035 * gdb.base/completion.exp: Update tests.
2036
2037 2020-04-16 Tom de Vries <tdevries@suse.de>
2038
2039 PR symtab/25791
2040 * gdb.dwarf2/gdb-add-index.exp (add_gdb_index): Move ...
2041 (ensure_gdb_index): and factor out and move ...
2042 * lib/gdb.exp (add_gdb_index, ensure_gdb_index): ... here.
2043 * gdb.dwarf2/imported-unit-runto-main.exp: New file.
2044
2045 2020-04-16 Tom de Vries <tdevries@suse.de>
2046
2047 * gdb.base/maint-expand-symbols-header-file.exp: Set language before
2048 loading exec.
2049
2050 2020-04-15 Andrew Burgess <andrew.burgess@embecosm.com>
2051
2052 * gdb.base/many-completions.exp: New file.
2053
2054 2020-04-14 Tom de Vries <tdevries@suse.de>
2055
2056 PR symtab/25718
2057 * gdb.dwarf2/dw2-symtab-includes.exp: New file.
2058
2059 2020-04-14 Tom de Vries <tdevries@suse.de>
2060
2061 PR symtab/25720
2062 * gdb.base/maint-expand-symbols-header-file.c: New test.
2063 * gdb.base/maint-expand-symbols-header-file.exp: New file.
2064 * gdb.base/maint-expand-symbols-header-file.h: New test.
2065
2066 2020-04-14 Andrew Burgess <andrew.burgess@embecosm.com>
2067
2068 * gdb.dwarf2/dw2-inline-many-frames.exp (get_func_info): Delete.
2069 * gdb.dwarf2/dw2-inline-small-func.exp: Pass options to
2070 get_func_info.
2071 (get_func_info): Delete.
2072 * gdb.dwarf2/dw2-is-stmt-2.exp (get_func_info): Delete.
2073 * gdb.dwarf2/dw2-is-stmt.exp (get_func_info): Delete.
2074 * lib/dwarf.exp (get_func_info): New function.
2075
2076 2020-04-13 Tom de Vries <tdevries@suse.de>
2077
2078 * lib/ada.exp (find_ada_tool): Pass --GCC and -B to gnatlink, similar
2079 to what find_gnatmake does.
2080
2081 2020-04-10 Tom de Vries <tdevries@suse.de>
2082
2083 * gdb.base/style.exp: Expect "Expanding full symbols" message for
2084 -readnow.
2085
2086 2020-04-10 Tom de Vries <tdevries@suse.de>
2087
2088 PR cli/25808
2089 * gdb.base/style.c: Add leading newlines.
2090 * gdb.base/style.exp: Use gdb_get_line_number to get specific lines.
2091 Check listing of main's one-line body.
2092
2093 2020-04-08 Tom de Vries <tdevries@suse.de>
2094
2095 * lib/gdb.exp (psymtabs_p): New proc.
2096 * gdb.dwarf2/imported-unit.exp: Mark "no static partial symbols in
2097 importing unit" unsupported if there are no partial symbols.
2098
2099 2020-04-08 Tom de Vries <tdevries@suse.de>
2100
2101 PR testsuite/25760
2102 * gdb.ada/call_pn.exp: Call "maint expand-symtabs". Add xfails.
2103
2104 2020-04-07 Tom de Vries <tdevries@suse.de>
2105
2106 PR symtab/25796
2107 * gdb.dwarf2/imported-unit-abstract-const-value.exp: New file.
2108
2109 2020-04-07 Tom de Vries <tdevries@suse.de>
2110
2111 * gdb.base/check-psymtab.c: New test.
2112 * gdb.base/check-psymtab.exp: New file.
2113
2114 2020-04-06 Tom Tromey <tromey@adacore.com>
2115
2116 * gdb.ada/variant-record/proc.adb: New file.
2117 * gdb.ada/variant-record/value.adb: New file.
2118 * gdb.ada/variant-record/value.s: New file.
2119 * gdb.ada/variant-record.exp: New file.
2120
2121 2020-04-03 Hannes Domani <ssbssa@yahoo.de>
2122
2123 PR gdb/25325
2124 * gdb.cp/typed-enum.cc: New test.
2125 * gdb.cp/typed-enum.exp: New file.
2126
2127 2020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
2128
2129 * gdb.dwarf2/dw2-inline-small-func-lbls.c: New file.
2130 * gdb.dwarf2/dw2-inline-small-func.c: New file.
2131 * gdb.dwarf2/dw2-inline-small-func.exp: New file.
2132 * gdb.dwarf2/dw2-inline-small-func.h: New file.
2133 * gdb.opt/inline-small-func.c: New file.
2134 * gdb.opt/inline-small-func.exp: New file.
2135 * gdb.opt/inline-small-func.h: New file.
2136
2137 2020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
2138
2139 * lib/dwarf.exp (Dwarf::lines::program::DW_LNS_set_file): New
2140 function.
2141
2142 2020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
2143
2144 * lib/dwarf.exp (function_range): Allow compiler options to be
2145 specified.
2146
2147 2020-04-02 Tom de Vries <tdevries@suse.de>
2148
2149 * gdb.dwarf2/break-inline-psymtab-2.c (bar): Add
2150 __attribute__((always_inline)).
2151 * gdb.dwarf2/break-inline-psymtab.exp: Don't use -O2.
2152
2153 2020-04-02 Tom de Vries <tdevries@suse.de>
2154
2155 * lib/gdbserver-support.exp (gdbserver_exit): Factor out of ...
2156 (gdbserver_gdb_exit): ... here. Add timeout warning.
2157 * gdb.multi/multi-target.exp (server_spawn_ids): New global var.
2158 (connect_target_extended_remote): Append new server_spawn_id to
2159 server_spawn_ids.
2160 (cleanup): New proc.
2161 (setup, <toplevel>): Call cleanup.
2162
2163 2020-04-02 Tom de Vries <tdevries@suse.de>
2164
2165 * gdb.base/main-psymtab.exp: New file.
2166
2167 2020-04-02 Tom de Vries <tdevries@suse.de>
2168
2169 * gdb.fortran/mixed-lang-stack.exp: Accept new complex printing style.
2170
2171 2020-04-01 Tom Tromey <tom@tromey.com>
2172
2173 * gdb.base/complex-parts.exp: Add type tests.
2174
2175 2020-04-01 Tom Tromey <tom@tromey.com>
2176
2177 * gdb.base/complex-parts.exp: Add arithmetic tests.
2178
2179 2020-04-01 Tom Tromey <tom@tromey.com>
2180
2181 * gdb.compile/compile.exp: Update.
2182 * gdb.compile/compile-cplus.exp: Update.
2183 * gdb.base/varargs.exp: Update.
2184 * gdb.base/floatn.exp: Update.
2185 * gdb.base/endianity.exp: Update.
2186 * gdb.base/callfuncs.exp (do_function_calls): Update.
2187 * gdb.base/funcargs.exp (complex_args, complex_integral_args)
2188 (complex_float_integral_args): Update.
2189 * gdb.base/complex.exp: Update.
2190 * gdb.base/complex-parts.exp: Update.
2191
2192 2020-04-01 Tom Tromey <tromey@adacore.com>
2193
2194 * gdb.rust/union.rs: New file.
2195 * gdb.rust/union.exp: New file.
2196 * gdb.rust/simple.rs (Union, Union2): Move to union.rs.
2197 (main): Update.
2198 * gdb.rust/simple.exp: Move union tests to union.exp.
2199
2200 2020-04-01 Tom Tromey <tromey@adacore.com>
2201
2202 * gdb.rust/simple.rs (main): Remove "y0".
2203
2204 2020-04-01 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2205
2206 * gdb.multi/stop-all-on-exit.c: New test.
2207 * gdb.multi/stop-all-on-exit.exp: New file.
2208
2209 2020-04-01 Hannes Domani <ssbssa@yahoo.de>
2210
2211 PR gdb/24789
2212 * gdb.cp/misc.cc: Add integer reference variable.
2213 * gdb.cp/misc.exp: Add test.
2214
2215 2020-04-01 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2216
2217 * gdb.server/stop-reply-no-thread.exp: Enhance the test
2218 scenario to cover execution until the end and also the case
2219
2220 2020-03-31 Tom de Vries <tdevries@suse.de>
2221
2222 * gdb.base/c-linkage-name.exp: Fix test-case comment. Set language to
2223 c. Use "maint info symtabs" to check symtab expansion.
2224
2225 2020-03-30 Tom de Vries <tdevries@suse.de>
2226
2227 * gdb.base/c-linkage-name.exp: Use readnow call to mark a test
2228 unsupported.
2229 (verify_psymtab_expanded): Move ...
2230 * lib/gdb.exp (verify_psymtab_expanded): ... here. Add unsupported
2231 test.
2232 (readnow): New proc.
2233
2234 2020-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
2235
2236 * gdb.fortran/mixed-lang-stack.exp: Replace two hard coded address
2237 with $hex.
2238
2239 2020-03-20 Tom Tromey <tromey@adacore.com>
2240
2241 * gdb.dwarf2/dw2-ranges-base.exp: Update regular expressions.
2242
2243 2020-03-20 Tom Tromey <tromey@adacore.com>
2244
2245 * gdb.ada/sub_variant/subv.adb: New file.
2246 * gdb.ada/sub_variant.exp: New file.
2247
2248 2020-03-20 Tom de Vries <tdevries@suse.de>
2249
2250 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Bail out if
2251 first break fails.
2252 * gdb.threads/step-over-trips-on-watchpoint.exp: (do_test): Same.
2253
2254 2020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
2255
2256 * gdb.server/exit-multiple-threads.c: New file.
2257 * gdb.server/exit-multiple-threads.exp: New file.
2258
2259 2020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
2260
2261 * gdb.fortran/mixed-lang-stack.c: New file.
2262 * gdb.fortran/mixed-lang-stack.cpp: New file.
2263 * gdb.fortran/mixed-lang-stack.exp: New file.
2264 * gdb.fortran/mixed-lang-stack.f90: New file.
2265
2266 2020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
2267
2268 * gdb.linespec/cp-completion-aliases.cc: New file.
2269 * gdb.linespec/cp-completion-aliases.exp: New file.
2270
2271 2020-03-19 Tom de Vries <tdevries@suse.de>
2272
2273 * gdb.opt/inline-locals.exp: Add kfail PR number. Make kfail matching
2274 more precise.
2275
2276 2020-03-18 Tom de Vries <tdevries@suse.de>
2277
2278 * gdb.dwarf2/break-inline-psymtab-2.c: New test.
2279 * gdb.dwarf2/break-inline-psymtab.c: New test.
2280 * gdb.dwarf2/break-inline-psymtab.exp: New file.
2281
2282 2020-03-16 Tom de Vries <tdevries@suse.de>
2283
2284 * lib/cache.exp (gdb_do_cache): Add and handle local variables
2285 cache_verify and cache_verify_proc.
2286
2287 2020-03-15 Tom de Vries <tdevries@suse.de>
2288
2289 * gdb.server/solib-list.exp: Handle
2290 'Load new symbol table from "/lib64/ld-2.26.so"? (y or n)'.
2291
2292 2020-03-15 Tom de Vries <tdevries@suse.de>
2293
2294 * gdb.base/maint.exp: Use exp_continue in long lines for "maint print
2295 objfiles".
2296
2297 2020-03-14 Tom Tromey <tom@tromey.com>
2298
2299 * gdb.base/cvexpr.exp: Add test for _Atomic and restrict.
2300
2301 2020-03-14 Tom de Vries <tdevries@suse.de>
2302
2303 * gdb.mi/mi-fortran-modules.exp: Use exp_continue.
2304
2305 2020-03-14 Tom de Vries <tdevries@suse.de>
2306
2307 * gdb.threads/attach-many-short-lived-threads.exp: Read "info threads"
2308 result in line-by-line fashion.
2309
2310 2020-03-14 Tom de Vries <tdevries@suse.de>
2311
2312 * lib/gdb.exp (supports_statement_frontiers): New proc.
2313 * gdb.cp/step-and-next-inline.exp: Use supports_statement_frontiers.
2314
2315 2020-03-14 Tom de Vries <tdevries@suse.de>
2316
2317 * gdb.base/printcmds.exp: Add missing quoting for "print
2318 teststring2".
2319
2320 2020-03-13 Tom Tromey <tom@tromey.com>
2321
2322 * gdb.base/printcmds.exp (test_print_strings): Add regression
2323 test.
2324 * gdb.base/printcmds.c (charptr): New typedef.
2325 (teststring2): New global.
2326
2327 2020-03-13 Andrew Burgess <andrew.burgess@embecosm.com>
2328
2329 * gdb.base/break-interp.exp: Use the tail of the filename, not the
2330 full path in the test name.
2331 (test_ld): Add some with_test_prefix blocks to make test names
2332 unique.
2333
2334 2020-03-13 Tom de Vries <tdevries@suse.de>
2335
2336 * gdb.mi/mi-sym-info.exp: Fix buffer full errors, and timeouts.
2337
2338 2020-03-13 Tom de Vries <tdevries@suse.de>
2339
2340 * gdb.mi/mi-sym-info.exp: Make matching more precise.
2341
2342 2020-03-13 Tom de Vries <tdevries@suse.de>
2343
2344 PR symtab/25646
2345 * gdb.dwarf2/imported-unit.exp: Add test.
2346
2347 2020-03-13 Tom de Vries <tdevries@suse.de>
2348
2349 * gdb.mi/mi-sym-info-2.c (another_char_t, another_short_t): New typedef.
2350 (var1, var2): New variable.
2351 * gdb.mi/mi-sym-info.exp: Add --name to various commands to restrict
2352 matching symbols.
2353
2354 2020-03-13 Tom de Vries <tdevries@suse.de>
2355
2356 * lib/tuiterm.exp (Term::command_no_prompt_prefix): New proc.
2357 (Term::command): Use prompt prefix.
2358 (Term::enter_tui): Use command_no_prompt_prefix instead of prefix.
2359 * gdb.tui/tui-layout-asm-short-prog.exp: Use
2360 command_no_prompt_prefix instead of prefix.
2361 * gdb.tui/tui-layout-asm.exp: Same.
2362
2363 2020-03-12 Simon Marchi <simon.marchi@efficios.com>
2364
2365 * gdb.base/break-interp.exp: Use foreach_with_prefix.
2366
2367 2020-03-12 Simon Marchi <simon.marchi@efficios.com>
2368
2369 * gdb.arch/amd64-disp-step-avx.S: Add nops after _start.
2370 * gdb.arch/amd64-disp-step-avx.exp: Enable "set debug displaced
2371 on" while stepping over the test instruction, match printed
2372 message.
2373
2374 2020-03-12 Tom de Vries <tdevries@suse.de>
2375
2376 * gdb.base/info-types.exp: Use exp_continue during matching of output
2377 of "info types".
2378
2379 2020-03-12 Tom de Vries <tdevries@suse.de>
2380
2381 * gdb.threads/execl.exp: Delete breakpoint after hitting it.
2382
2383 2020-03-12 Tom de Vries <tdevries@suse.de>
2384
2385 * gdb.fortran/module.exp: Use exp_continue during matching of output
2386 of "info variable -n".
2387
2388 2020-03-12 Tom de Vries <tdevries@suse.de>
2389
2390 * gdb.dwarf2/dw2-ranges-base.exp: Limit "maint info line-table" to
2391 gdb.dwarf2/dw2-ranges-base.c.
2392
2393 2020-03-12 Tom de Vries <tdevries@suse.de>
2394
2395 * gdb.linespec/explicit.exp: Fix "complete non-unique file name" test
2396 in presence of GLIBC debuginfo.
2397
2398 2020-03-12 Tom de Vries <tdevries@suse.de>
2399
2400 * lib/gdb.exp (gdb_core_cmd): Use string_to_regexp for regexp-matching
2401 $core.
2402
2403 2020-03-12 Tom de Vries <tdevries@suse.de>
2404
2405 * lib/gdb.exp (gdb_core_cmd): Make "No such file or directory" regexp
2406 more precise.
2407
2408 2020-03-11 Simon Marchi <simon.marchi@efficios.com>
2409
2410 * lib/gdb.exp (standard_output_file): Use `pwd -W` to convert
2411 from Unix to Windows path.
2412
2413 2020-03-11 Tom de Vries <tdevries@suse.de>
2414
2415 * gdb.ada/minsyms.exp: Set language to ada.
2416
2417 2020-03-11 Tom de Vries <tdevries@suse.de>
2418
2419 * gdb.server/sysroot.exp: Allow GLIBC's printf alias __printf.
2420
2421 2020-03-11 Tom de Vries <tdevries@suse.de>
2422
2423 * gdb.btrace/reconnect.exp: Allow source line pattern after stepi.
2424
2425 2020-03-11 Tom Tromey <tromey@adacore.com>
2426
2427 * gdb.dwarf2/variant.exp: Mark discriminants as artificial.
2428
2429 2020-03-11 Tom de Vries <tdevries@suse.de>
2430
2431 * gdb.base/foll-fork.exp: Allow "Reading in symbols" messages.
2432
2433 2020-03-11 Tom de Vries <tdevries@suse.de>
2434
2435 * gdb.base/break-interp.exp: Limit verbose scope.
2436
2437 2020-03-11 Tom de Vries <tdevries@suse.de>
2438
2439 * gdb.fortran/logical.f90: Define variable with character type.
2440 * gdb.fortran/logical.exp: Use character type instead of uint8_t.
2441
2442 2020-03-11 Tom de Vries <tdevries@suse.de>
2443
2444 * gdb.base/list-ambiguous.exp: Set EDITOR to true.
2445
2446 2020-03-11 Tom de Vries <tdevries@suse.de>
2447
2448 * gdb.ada/access_to_packed_array.exp: Test printing of expanded
2449 symtabs.
2450
2451 2020-03-10 Andrew Burgess <andrew.burgess@embecosm.com>
2452 Bernd Edlinger <bernd.edlinger@hotmail.de>
2453
2454 * gdb.cp/step-and-next-inline.cc: New file.
2455 * gdb.cp/step-and-next-inline.exp: New file.
2456 * gdb.cp/step-and-next-inline.h: New file.
2457 * gdb.dwarf2/dw2-is-stmt.c: New file.
2458 * gdb.dwarf2/dw2-is-stmt.exp: New file.
2459 * gdb.dwarf2/dw2-is-stmt-2.c: New file.
2460 * gdb.dwarf2/dw2-is-stmt-2.exp: New file.
2461 * gdb.dwarf2/dw2-ranges-base.exp: Update line table pattern.
2462
2463 2020-03-10 Andrew Burgess <andrew.burgess@embecosm.com>
2464
2465 * lib/dwarf.exp (Dwarf::lines) Add support for modifying the
2466 is-stmt flag in the line table.
2467
2468 2020-03-09 Tom de Vries <tdevries@suse.de>
2469
2470 * lib/gdb.exp (cached_file): Create cache dir.
2471
2472 2020-03-07 Tom de Vries <tdevries@suse.de>
2473
2474 * gdb.cp/ref-params.exp: Compare build_executable result with -1.
2475 * gdb.cp/rvalue-ref-params.exp: Same.
2476
2477 2020-03-06 Tom de Vries <tdevries@suse.de>
2478
2479 * lib/gdb.exp (tentative_rename, cached_file): New proc.
2480 * boards/cc-with-tweaks.exp: Use cached_file to create gdb.sh.
2481
2482 2020-03-06 Tom de Vries <tdevries@suse.de>
2483
2484 * README: Fix "the the".
2485 * gdb.base/dprintf.exp: Same.
2486
2487 2020-03-05 Tom de Vries <tdevries@suse.de>
2488
2489 * gdb.base/maint.exp: Update "main print statistics" expected output.
2490
2491 2020-03-04 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
2492
2493 * lib/fortran.exp (fortran_int4): Handle flang kind printing.
2494 (fortran_int8): Likewise.
2495 (fortran_real4): Likewise.
2496 (fortran_real8): Likewise.
2497 (fortran_complex4): Likewise.
2498 (fortran_logical4): Likewise.
2499 (fortran_character1): Likewise.
2500
2501 2020-03-03 Andrew Burgess <andrew.burgess@embecosm.com>
2502
2503 * gdb.fortran/logical.exp: Add tests that any non-zero value is
2504 printed as true.
2505
2506 2020-03-03 Sergio Durigan Junior <sergiodj@redhat.com>
2507
2508 * gdb.base/printcmds.exp: Add test to verify printf of a
2509 variable holding an address.
2510
2511 2020-03-03 Tom de Vries <tdevries@suse.de>
2512
2513 * gdb.mi/gdb2549.exp: Fix "register values t" check-read1 timeout.
2514
2515 2020-03-03 Tom de Vries <tdevries@suse.de>
2516
2517 * gdb.mi/list-thread-groups-available.exp: Use -prompt syntax for
2518 gdb_test_multiple call.
2519
2520 2020-03-03 Tom de Vries <tdevries@suse.de>
2521
2522 * gdb.mi/mi-sym-info.exp: Add missing -prompt "$mi_gdb_prompt$" to
2523 gdb_test_multiple calls.
2524
2525 2020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
2526
2527 * gdb.base/default.exp: Remove test of 'set history filename'.
2528 * gdb.base/gdbinit-history.exp: Add tests for setting the history
2529 filename to the empty string.
2530 * lib/gdb.exp (gdb_init): Unset environment variables GDBHISTFILE
2531 and GDBHISTSIZE.
2532
2533 2020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
2534
2535 * gdb.server/stop-reply-no-thread.exp: Add test where T packet is
2536 disabled.
2537
2538 2020-03-02 Pedro Alves <palves@redhat.com>
2539 Tom de Vries <tdevries@suse.de>
2540
2541 * lib/gdb.exp (gdb_test_multiple): Handle prompt_regexp option using
2542 -prompt prefix, before user_code argument. Add -lbl option likewise.
2543 (skip_python_tests_prompt, skip_libstdcxx_probe_tests_prompt)
2544 (gdb_is_target_1): Add -prompt prefix and move to before user_code
2545 argument.
2546 * gdb.base/corefile-buildid.exp: Use -lbl option. Rewrite regexps to
2547 have "\r\n" at start-of-line, instead of at end-of-line.
2548
2549 2020-02-28 Simon Marchi <simon.marchi@efficios.com>
2550
2551 * lib/trace-support.exp (get_in_proc_agent): Adjust path to
2552 libinproctrace.so.
2553
2554 2020-02-28 Luis Machado <luis.machado@linaro.org>
2555
2556 * gdb.arch/aarch64-fp.exp: Switch from "info registers" command
2557 to "p/x".
2558
2559 2020-02-28 Luis Machado <luis.machado@linaro.org>
2560
2561 * gdb.arch/aarch64-dbreg-contents.c: Include stdlib.h, unistd.h,
2562 asm/ptrace.h and error.h.
2563
2564 2020-02-28 Tom de Vries <tdevries@suse.de>
2565
2566 * gdb.base/c-linkage-name.c (main): Call do_something_other_cu.
2567 (struct wrapper, do_something, mundane/symada__cS): Move ...
2568 * gdb.base/c-linkage-name-2.c: ... here. New source file.
2569 * gdb.base/c-linkage-name.exp: Add verification of psymtab expansion.
2570 Update "print symada__cS before partial symtab expansion" regexp.
2571 Update breakpoint location. Flush symbol cache after expansion.
2572
2573 2020-02-28 Luis Machado <luis.machado@linaro.org>
2574
2575 * gdb.arch/aarch64-pauth.exp: Recognize optional PAC output.
2576
2577 2020-02-27 Tom de Vries <tdevries@suse.de>
2578
2579 * config/sid.exp: Remove unused globals.
2580 * gdb.base/attach.exp: Same.
2581 * gdb.base/catch-load.exp: Same.
2582 * gdb.base/dbx.exp: Same.
2583 * lib/gdb.exp: Same.
2584 * lib/mi-support.exp: Same.
2585 * lib/prompt.exp: Same.
2586
2587 2020-02-27 Tom de Vries <tdevries@suse.de>
2588
2589 * lib/tuiterm.exp (spawn): Handle case that spawn_out(slave,name) is
2590 not set.
2591
2592 2020-02-26 Aaron Merey <amerey@redhat.com>
2593
2594 * gdb.debuginfod: New directory for debuginfod tests.
2595 * gdb.debuginfod/main.c: New test file.
2596 * gdb.debuginfod/fetch_src_and_symbols.exp: New tests.
2597
2598 2020-02-26 Tom de Vries <tdevries@suse.de>
2599
2600 PR gdb/25603
2601 * gdb.base/persistent-lang.cc: New test.
2602 * gdb.base/persistent-lang.exp: New file.
2603
2604 2020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
2605
2606 * gdb.fortran/derived-type-striding.exp: Add a new test.
2607 * gdb.fortran/derived-type-striding.f90: Add pointer variable for
2608 new test.
2609
2610 2020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
2611
2612 * gdb.base/cached-source-file.exp: Avoid source file paths in test
2613 names.
2614
2615 2020-02-25 Tom de Vries <tdevries@suse.de>
2616
2617 PR go/18926
2618 * gdb.go/methods.exp: Remove gcc/93866 xfail.
2619
2620 2020-02-24 Tom de Vries <tdevries@suse.de>
2621
2622 PR gdb/25592
2623 * gdb.base/info-locals-unused-static-var.c: New test.
2624 * gdb.base/info-locals-unused-static-var.exp: New file.
2625
2626 2020-02-22 Tom Tromey <tom@tromey.com>
2627
2628 * gdb.python/tui-window.exp: New file.
2629 * gdb.python/tui-window.py: New file.
2630
2631 2020-02-22 Tom Tromey <tom@tromey.com>
2632
2633 PR tui/17850:
2634 * gdb.tui/new-layout.exp: Add horizontal layout and winheight
2635 tests.
2636
2637 2020-02-22 Tom Tromey <tom@tromey.com>
2638
2639 * gdb.tui/new-layout.exp: Add sub-layout tests.
2640
2641 2020-02-22 Tom Tromey <tom@tromey.com>
2642
2643 * gdb.tui/new-layout.exp: New file.
2644
2645 2020-02-22 Tom Tromey <tom@tromey.com>
2646
2647 * gdb.rust/rust-style.rs: New file.
2648 * gdb.rust/rust-style.exp: New file.
2649 * gdb.base/style.exp: Test structure printing.
2650 * gdb.base/style.c (struct some_struct): New type.
2651 (enum etype): New type.
2652 (struct_value): New global.
2653
2654 2020-02-21 Tom de Vries <tdevries@suse.de>
2655
2656 PR go/18926
2657 * lib/gdb.exp (bp_location2/bp_location2_regexp): Fix.
2658 Remove blanket xfails. Use message argument for gdb_breakpoint.
2659 Make continuing to breakpoint test conditional on setting breakpoint.
2660 Fix continuing to breakpoint regexp. Add xfails for gccgo-6/7
2661 DW_AT_name attribute. Add xfail for GCC PR93866.
2662
2663 2020-02-21 Andrew Burgess <andrew.burgess@embecosm.com>
2664
2665 * gdb.dwarf2/cpp-linkage-name.c: New file.
2666 * gdb.dwarf2/cpp-linkage-name.exp: New file.
2667
2668 2020-02-21 Shahab Vahedi <shahab@synopsys.com>
2669
2670 * lib/gdb.exp (gdb_wrapper_init): Reset
2671 "gdb_wrapper_initialized" to 0 if "wrapper_file" does
2672 not exist.
2673
2674 2020-02-20 Tom de Vries <tdevries@suse.de>
2675
2676 PR go/17018
2677 * gdb.go/hello.exp: Copy ...
2678 * gdb.go/global-local-var-shadow.exp: ... here. New file. Expect
2679 print of st to print value of global definition. Add xfail for GCC
2680 PR93844.
2681 * gdb.go/hello.exp: Remove printing of st before definition.
2682 * gdb.go/hello.go: Copy ...
2683 * gdb.go/global-local-var-shadow.go: ... here. New test. Rename myst
2684 to st.
2685 * gdb.go/hello.go: Remove myst. Remove comment about shadowing.
2686
2687 2020-02-20 Tom de Vries <tdevries@suse.de>
2688
2689 * lib/gdb.exp (support_go_compile): New gdb_caching_proc.
2690 (gdb_simple_compile): Handle compile_flags go by using .go extension
2691 for source file.
2692 * gdb.go/chan.exp: Use support_go_compile.
2693 * gdb.go/handcall.exp: Same.
2694 * gdb.go/hello.exp: Same.
2695 * gdb.go/integers.exp: Same.
2696 * gdb.go/max-depth.exp: Same.
2697 * gdb.go/methods.exp: Same.
2698 * gdb.go/package.exp: Same.
2699 * gdb.go/strings.exp: Same.
2700 * gdb.go/types.exp: Same.
2701 * gdb.go/unsafe.exp: Same.
2702
2703 2020-02-19 Tom de Vries <tdevries@suse.de>
2704
2705 * gdb.python/lib-types.exp: Make xfail more strict.
2706
2707 2020-02-19 Tom de Vries <tdevries@suse.de>
2708
2709 * gdb.ada/funcall_ref.exp: Replace xfail setup by unsupported check.
2710
2711 2020-02-19 Doug Evans <dje@google.com>
2712
2713 PR rust/25535
2714 * gdb.rust/simple.exp: Add test.
2715 * gdb.rust/simple.rs: Add test.
2716
2717 2020-02-19 Tom de Vries <tdevries@suse.de>
2718
2719 * gdb.base/corefile-buildid.exp (check_exec_file): Match info files
2720 output line-by-line.
2721
2722 2020-02-19 Tom de Vries <tdevries@suse.de>
2723
2724 * gdb.cp/cpexprs.exp: Remove c++/14186 kfail.
2725
2726 2020-02-19 Tom de Vries <tdevries@suse.de>
2727
2728 * gdb.base/solib-overlap.exp: Use exec instead of system to execute
2729 prelink.
2730
2731 2020-02-19 Tom de Vries <tdevries@suse.de>
2732
2733 * lib/cache.exp (ignore_pass, gdb_do_cache_wrap): New proc.
2734 (gdb_do_cache): Use gdb_do_cache_wrap.
2735 * gdb.base/gdb-caching-proc.exp (test_proc): Use gdb_do_cache_wrap.
2736
2737 2020-02-19 Tom de Vries <tdevries@suse.de>
2738
2739 * lib/dtrace.exp (dtrace_build_usdt_test_program): Use quiet as
2740 gdb_compile option.
2741
2742 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
2743
2744 * gdb.base/printcmds.exp (test_print_enums): Update expected
2745 output.
2746
2747 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
2748
2749 * gdb.base/printcmds.exp (test_print_enums): Expect hex values
2750 for "unknown".
2751
2752 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
2753
2754 * gdb.base/printcmds.c (enum flag_enum): Add FE_TWO_LEGACY
2755 enumerator.
2756
2757 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
2758
2759 * gdb.base/printcmds.c (enum flag_enum): Prefix enumerators with
2760 FE_, add FE_NONE.
2761 (three): Update.
2762 (enum flag_enum_without_zero): New enum.
2763 (flag_enum_without_zero): New variable.
2764 (enum not_flag_enum): New enum.
2765 (three_not_flag): New variable.
2766 * gdb.base/printcmds.exp (test_artificial_arrays): Update.
2767 (test_print_enums): Add more tests for printing flag enums.
2768
2769 2020-02-18 Tom de Vries <tdevries@suse.de>
2770
2771 * lib/ada.exp (gdb_compile_ada_1): Factor out of ...
2772 (gdb_compile_ada): ... here.
2773 (gnat_runtime_has_debug_info): Remove fail call for gdb_compile_ada
2774 failure. Use gdb_compile_ada_1 instead of gdb_compile_ada.
2775
2776 2020-02-14 Tom Tromey <tom@tromey.com>
2777
2778 * lib/gdbserver-support.exp (find_gdbserver): Find gdbserver in
2779 build directory.
2780 * boards/gdbserver-base.exp: Update path to gdbserver.
2781
2782 2020-02-13 Tom de Vries <tdevries@suse.de>
2783
2784 * lib/ada.exp (gdb_compile_ada): Delete stale exec before compilation.
2785
2786 2020-02-13 Tom de Vries <tdevries@suse.de>
2787
2788 * gdb.ada/catch_ex_std.exp: Indicate unsupported if gnatbind/gnatlink
2789 are missing.
2790
2791 2020-02-13 Tom de Vries <tdevries@suse.de>
2792
2793 * lib/ada.exp (gnatmake_version_at_least): Wrap exec call in a catch
2794 call.
2795
2796 2020-02-11 Sergio Durigan Junior <sergiodj@redhat.com>
2797
2798 PR tui/25126
2799 https://bugzilla.redhat.com/show_bug.cgi?id=1784210
2800 * gdb.base/cached-source-file.c: New file.
2801 * gdb.base/cached-source-file.exp: New file.
2802
2803 2020-02-11 Tom de Vries <tdevries@suse.de>
2804
2805 PR testsuite/25488
2806 * lib/gdb.exp (gdb_init): Unset $file_last_loaded.
2807
2808 2020-02-10 Tom de Vries <tdevries@suse.de>
2809
2810 * gdb.multi/multi-target.exp: Skip if skip_gdbserver_tests.
2811
2812 2020-02-10 Maciej W. Rozycki <macro@wdc.com>
2813
2814 * gdb.base/step-over-no-symbols.exp: Verify that $before_addr
2815 and $after_addr are both integers before making a comparison.
2816
2817 2020-02-09 Tom de Vries <tdevries@suse.de>
2818
2819 * gdb.base/many-headers.exp: Echo gdb command to gdb.log. Capture gdb
2820 command output and paste it into gdb.log. If any, paste catch message
2821 to gdb.log.
2822
2823 2020-02-07 Tom Tromey <tromey@adacore.com>
2824
2825 PR breakpoints/24915:
2826 * gdb.base/annotate-symlink.exp: Use setup_xfail.
2827
2828 2020-02-06 Shahab Vahedi <shahab@synopsys.com>
2829
2830 * gdb.tui/tui-missing-src.exp: Add the "missing source
2831 file" test for the TUI.
2832
2833 2020-02-06 Andrew Burgess <andrew.burgess@embecosm.com>
2834
2835 * gdb.server/multi-ui-errors.exp: Give a test a real name to avoid
2836 including a port number in the output.
2837
2838 2020-02-04 Alok Kumar Sharma <alokkumar.sharma@amd.com>
2839
2840 * lib/fortran.exp (fortran_int4): Handle clang.
2841 (fortran_int8): Likewise.
2842 (fortran_real4): Likewise.
2843 (fortran_real8): Likewise.
2844 (fortran_complex4): Likewise.
2845 (fortran_logical4): Likewise.
2846 (fortran_character1): Likewise.
2847
2848 2020-02-04 Tom de Vries <tdevries@suse.de>
2849
2850 * README (Race detection): Add note.
2851
2852 2020-02-04 Tom de Vries <tdevries@suse.de>
2853
2854 * lib/gdb.exp (inferior_exited_re): Use "\[^\n\r\]*" instead of ".*".
2855
2856 2020-02-04 Tom de Vries <tdevries@suse.de>
2857
2858 * lib/gdb.exp (inferior_exited_re): Use non-capturing parentheses.
2859
2860 2020-02-03 Rogerio A. Cardoso <rcardoso@linux.ibm.com>
2861
2862 * gdb.arch/powerpc-power8.exp: Delete trailing whitespace of
2863 tbegin., tend. instructions. Replace bctar-, bctar+, bctarl-,
2864 bctarl+ extended mnemonics when avaliable by bgttar, bnstarl,
2865 blttar, bnetarl.
2866 * gdb.arch/powerpc-power8.s: Fix comments. Fix instructions
2867 binary for blttar, bnetarl.
2868 * gdb.arch/powerpc-power9.exp: Delete trailing whitespace of
2869 wait instruction. Delete ldmx test.
2870 * gdb.arch/powerpc-power9.s: Delete ldmx instruction.
2871
2872 2020-02-03 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
2873
2874 * gdb.fortran/array-bounds-high.exp: New file.
2875 * gdb.fortran/array-bounds-high.f90: New file.
2876
2877 2020-02-03 Lukas Durfina <ldurfina@tachyum.com> (tiny change)
2878
2879 * gdb.base/fileio.c: Remove #include of <sys/errno.h>.
2880 Replace #include of <sys/fcntl.h> by <fcntl.h>.
2881
2882 2020-02-01 Tom de Vries <tdevries@suse.de>
2883
2884 * gdb.server/server-kill-python.exp: Fix $gdb_tst_name typo.
2885
2886 2020-01-31 Andrew Burgess <andrew.burgess@embecosm.com>
2887
2888 PR tui/9765
2889 * gdb.tui/tui-layout-asm-short-prog.S: New file.
2890 * gdb.tui/tui-layout-asm-short-prog.exp: New file.
2891
2892 2020-01-29 Luis Machado <luis.machado@linaro.org>
2893
2894 * gdb.arch/aarch64-brk-patterns.c: New source file.
2895 * gdb.arch/aarch64-brk-patterns.exp: New test.
2896
2897 2020-01-29 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2898
2899 * gdb.cp/pass-by-ref-2.exp: Mark some tests as XFAIL based on the
2900 GCC/Clang version.
2901 * gdb.cp/pass-by-ref.exp: Ditto.
2902
2903 2020-01-29 Tom de Vries <tdevries@suse.de>
2904
2905 * gdb.threads/watchpoint-fork-child.c: Guard prints with #if DEBUG.
2906 * gdb.threads/watchpoint-fork-mt.c: Same.
2907 * gdb.threads/watchpoint-fork-parent.c: Same.
2908 * gdb.threads/watchpoint-fork-st.c: Same.
2909 * gdb.threads/watchpoint-fork.exp: Compile with DEBUG=0.
2910
2911 2020-01-27 Luis Machado <luis.machado@linaro.org>
2912
2913 * gdb.base/step-over-syscall.exp (setup): Check if we're already
2914 sitting at a syscall instruction when we hit the syscall function's
2915 breakpoint.
2916 Check PC against one obtained with the x command.
2917 Validate syscall number.
2918 (step_over_syscall): Don't continue to the syscall instruction if
2919 we're already there.
2920
2921 2020-01-25 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2922
2923 * gdb.base/attach.exp: Test 'set exec-file-mismatch'.
2924
2925 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
2926
2927 * gdb.dwarf2/dw2-inline-many-frames.c: New file.
2928 * gdb.dwarf2/dw2-inline-many-frames.exp: New file.
2929
2930 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
2931
2932 * gdb.dwarf2/dw2-inline-stepping.c: New file.
2933 * gdb.dwarf2/dw2-inline-stepping.exp: New file.
2934
2935 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
2936
2937 * gdb.base/maint.exp: Update line table parsing test.
2938 * gdb.dwarf2/dw2-ranges-base.exp: Add new line table parsing test.
2939
2940 2020-01-24 Pedro Alves <palves@redhat.com>
2941
2942 PR gdb/25410
2943 * gdb.multi/multi-re-run-1.c: New.
2944 * gdb.multi/multi-re-run-2.c: New.
2945 * gdb.multi/multi-re-run.exp: New.
2946
2947 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
2948
2949 PR gdb/23718
2950 * gdb.server/server-kill-python.exp: New file.
2951
2952 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
2953
2954 * gdb.server/multi-ui-errors.c: New file.
2955 * gdb.server/multi-ui-errors.exp: New file.
2956
2957 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
2958
2959 PR tui/9765
2960 * gdb.tui/tui-layout-asm.exp: Add scrolling test for asm window.
2961
2962 2020-01-19 Tom Tromey <tom@tromey.com>
2963
2964 * gdb.tui/main.exp: Add check for plain "file".
2965
2966 2020-01-16 Christian Biesinger <cbiesinger@google.com>
2967
2968 * lib/gdb.exp: Fix spelling error (seperatelly).
2969
2970 2020-01-14 Tom Tromey <tom@tromey.com>
2971
2972 PR symtab/12535:
2973 * gdb.python/python.exp: Test decode_line with empty string
2974 argument.
2975
2976 2020-01-14 Bernd Edlinger <bernd.edlinger@hotmail.de>
2977
2978 * gdb.base/skip-inline.exp: Extend test.
2979
2980 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
2981
2982 * gdb.dwarf2/dw2-bad-elf-other.S: New file.
2983 * gdb.dwarf2/dw2-bad-elf.c: New file.
2984 * gdb.dwarf2/dw2-bad-elf.exp: New file.
2985
2986 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
2987
2988 * lib/dwarf.exp (Dwarf::lines): Reset _line_saw_program and
2989 _line_saw_file.
2990
2991 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
2992
2993 * lib/tuiterm.exp (Term::_check_box): Check some parts of the top
2994 border.
2995
2996 2020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2997
2998 * gdb.multi/multi-target.exp (setup): Factor out "info
2999 connections" and "info inferiors" tests to ...
3000 (test_info_inferiors): ... this new procedure.
3001 (top level): Run new "info-inferiors" tests.
3002
3003 2020-01-10 Pedro Alves <palves@redhat.com>
3004
3005 * gdb.server/bkpt-other-inferior.exp: New file.
3006
3007 2020-01-10 Pedro Alves <palves@redhat.com>
3008
3009 * gdb.base/kill-detach-inferiors-cmd.exp: Adjust expected output
3010 of "add-inferior".
3011 * gdb.base/quit-live.exp: Likewise.
3012 * gdb.base/remote-exec-file.exp: Likewise.
3013 * gdb.guile/scm-progspace.exp: Likewise.
3014 * gdb.linespec/linespec.exp: Likewise.
3015 * gdb.mi/new-ui-mi-sync.exp: Likewise.
3016 * gdb.mi/user-selected-context-sync.exp: Likewise.
3017 * gdb.multi/multi-target.exp (setup): Add "info connection" and
3018 "info inferiors" tests.
3019 * gdb.multi/remove-inferiors.exp: Adjust expected output of
3020 "add-inferior".
3021 * gdb.multi/watchpoint-multi.exp: Likewise.
3022 * gdb.python/py-inferior.exp: Likewise.
3023 * gdb.server/extended-remote-restart.exp: Likewise.
3024 * gdb.threads/fork-plus-threads.exp: Adjust expected output of
3025 "info inferiors".
3026 * gdb.threads/forking-threads-plus-breakpoint.exp: Likewise.
3027 * gdb.trace/report.exp: Likewise.
3028
3029 2020-01-10 Pedro Alves <palves@redhat.com>
3030
3031 * gdb.multi/multi-target.c: New file.
3032 * gdb.multi/multi-target.exp: New file.
3033 * lib/gdbserver-support.exp (gdb_target_cmd): Handle "Non-stop
3034 mode requested, but remote does not support non-stop".
3035
3036 2020-01-10 Pedro Alves <palves@redhat.com>
3037
3038 * gdb.server/extended-remote-restart.exp (test_reload): Explicitly
3039 disconnect before reconnecting.
3040
3041 2020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
3042 Pedro Alves <palves@redhat.com>
3043
3044 * gdb.server/connect-without-multi-process.exp: Also test
3045 continuing to end.
3046
3047 2020-01-10 Pedro Alves <palves@redhat.com>
3048
3049 * gdb.base/remote-exec-file.exp: New file.
3050
3051 2020-01-10 Pedro Alves <palves@redhat.com>
3052
3053 * gdb.base/fork-running-state.exp (do_test): Adjust expected
3054 output.
3055 * gdb.threads/async.c: New.
3056 * gdb.threads/async.exp: New.
3057 * gdb.multi/tids-gid-reset.c: New.
3058 * gdb.multi/tids-gid-reset.exp: New.
3059
3060 2020-01-10 George Barrett <bob@bob131.so>
3061
3062 * gdb.base/stap-probe.c (relocation_marker): Add dummy variable
3063 to help in finding the image relocation offset.
3064 * gdb.base/stap-probe.exp (stap_test): Accept arbitrary compile
3065 options in arguments.
3066 (stap_test_no_debuginfo): Likewise.
3067 (stap-probe-nosem-noopt-pie, stap-probe-nosem-noopt-nopie): Add
3068 test variants.
3069 (stap_test): Add null semaphore relocation test.
3070
3071 2020-01-10 George Barrett <bob@bob131.so>
3072
3073 * gdb.base/stap-probe.c: Rename USE_PROBES to USE_SEMAPHORES.
3074 * gdb.base/stap-probe.exp: Likewise.
3075 (stap_test): Pass argument as an additional flag.
3076 (stap_test_no_debuginfo): Likewise.
3077 (stap_test): Check `info probes stap' output for semaphore
3078 addresses if the test binary is supposed to have them.
3079
3080 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
3081
3082 * gdb.tui/basic.exp: Add more scrolling tests.
3083
3084 2020-01-09 Tom Tromey <tom@tromey.com>
3085
3086 PR tui/18932:
3087 * lib/tuiterm.exp (Term::wait_for): Rename from _accept. Return a
3088 meangingful value.
3089 (Term::command, Term::resize): Update.
3090 * gdb.tui/basic.exp: Add scrolling test.
3091
3092 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
3093
3094 * gdb.tui/tui-layout-asm.exp: New file.
3095
3096 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
3097
3098 * lib/tuiterm.exp (Term::check_box_contents): New proc.
3099
3100 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
3101
3102 * lib/tuiterm.exp (Term::prepare_for_tui): New proc.
3103 (Term::enter_tui): Use Term::prepare_for_tui.
3104
3105 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
3106
3107 * lib/tuiterm.exp (Term::dump_screen): Always dump the screen when
3108 called.
3109
3110 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
3111
3112 * gdb.base/skip.exp: Fix race condition in test.
3113
3114 2020-01-06 Andrew Burgess <andrew.burgess@embecosm.com>
3115
3116 * gdb.base/backtrace.c: New file.
3117 * gdb.base/backtrace.exp: New file.
3118
3119 2020-01-05 Andrew Burgess <andrew.burgess@embecosm.com>
3120
3121 * gdb.tui/list.exp: Test 'focus next' after 'list main'.
3122
3123 2020-01-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3124
3125 * gdb.base/style.exp: Test that warnings are styled.
3126
3127 2019-12-29 Bernd Edlinger <bernd.edlinger@hotmail.de>
3128
3129 * gdb.base/line65535.exp: New file.
3130 * gdb.base/line65535.c: New file.
3131
3132 2019-12-27 Simon Marchi <simon.marchi@polymtl.ca>
3133
3134 * lib/ada.exp (gnat_runtime_has_debug_info): New proc.
3135 * lib/gnat_debug_info_test.adb: New file.
3136 * gdb.ada/ptype_tagged_param.exp: Use
3137 gnat_runtime_has_debug_info, expect a different output if
3138 runtime does not have debug info.
3139
3140 2019-12-20 Simon Marchi <simon.marchi@efficios.com>
3141
3142 * lib/sym-info-cmds.exp (GDBInfoSymbols::check_no_entry): Add
3143 (another) quote in test name.
3144
3145 2019-12-20 Simon Marchi <simon.marchi@efficios.com>
3146
3147 * lib/sym-info-cmds.exp (GDBInfoModuleSymbols::check_no_entry):
3148 Add quote in test name.
3149
3150 2019-12-20 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
3151
3152 * gdb.cp/pass-by-ref.cc: Delete. Generated in the output
3153 directory instead.
3154 * gdb.cp/pass-by-ref.exp: Extend with more cases.
3155 * gdb.cp/pass-by-ref-2.cc: New file.
3156 * gdb.cp/pass-by-ref-2.exp: New file.
3157
3158 2019-12-20 Tom Tromey <tom@tromey.com>
3159
3160 * gdb.tui/list-before.exp: New file.
3161
3162 2019-12-20 Tom Tromey <tom@tromey.com>
3163
3164 * gdb.tui/list.exp: Check for source on initial listing.
3165
3166 2019-12-11 Tom Tromey <tromey@adacore.com>
3167
3168 * gdb.xml/tdesc-arch.exp (set_arch): Add "trans_mode" parameter.
3169 Add crlf test.
3170
3171 2019-12-18 Simon Marchi <simon.marchi@efficios.com>
3172
3173 * gdb.base/default.exp: Update value of $_gdb_major.
3174
3175 2019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
3176
3177 * gdb.base/skip.exp: Fix test failure observed with gcc-9.2.0.
3178
3179 2019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
3180
3181 * gdb.base/skip.exp: Whitespace fix.
3182
3183 2019-12-16 Bernd Edlinger <bernd.edlinger@hotmail.de>
3184
3185 * gdb.base/skip-inline.c: New file.
3186 * gdb.base/skip-inline.exp: New file.
3187
3188 2019-12-16 Simon Marchi <simon.marchi@polymtl.ca>
3189
3190 * gdb.base/jit-reader.exp (jit_reader_test): Rename
3191 jit_function_00 to jit_function_stack_mangle.
3192 * gdb.base/jithost.c (jit_function_t): Rename to...
3193 (jit_function_stack_mangle_t): ... this.
3194 (jit_function_add_t): New typedef.
3195 (jit_function_00_code): Rename to...
3196 (jit_function_stack_mangle_code): ... this, make static.
3197 (jit_function_add_code): New.
3198 (main): Generate "add" function and call it. Adjust to changes
3199 in jithost_abi.
3200 * gdb.base/jithost.h (struct jithost_abi_bounds): New.
3201 (struct jithost_abi) <begin, end>: Remove fields.
3202 <object, function_stack_mangle, function_add>: New fields.
3203 * gdb.base/jitreader.c (struct reader_state) <code_begin,
3204 code_end>: Remove fields.
3205 <func_stack_mangle>: New field.
3206 (read_debug_info): Adjust to renaming, create block for "add"
3207 function.
3208 (read_sp, unwind_frame, get_frame_id): Adjust to other changes.
3209
3210 2019-12-11 Tom Tromey <tom@tromey.com>
3211
3212 * gdb.tui/resize.exp: Fix regexp.
3213 * gdb.tui/regs.exp: Fix regexps.
3214 * gdb.tui/main.exp: Fix regexp.
3215
3216 2019-12-11 Tom Tromey <tom@tromey.com>
3217
3218 * gdb.tui/resize.exp: Update.
3219 * gdb.tui/empty.exp (layouts): Update.
3220
3221 2019-12-11 Tom Tromey <tom@tromey.com>
3222
3223 * gdb.tui/regs.exp: Update.
3224 * gdb.tui/empty.exp (layouts): Update.
3225 * gdb.tui/basic.exp: Update.
3226 * lib/tuiterm.exp (_check_box): Don't check bottom border.
3227
3228 2019-12-11 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3229
3230 * gdb.base/options.exp: Add -raw-values in the print completion list.
3231 * gdb.python/py-prettyprint.exp: Add tests for -raw-values.
3232
3233 2019-12-10 Kevin Buettner <kevinb@redhat.com>
3234
3235 * gdb.threads/omp-par-scope.c: New file.
3236 * gdb/threads/omp-par-scope.exp: New file.
3237
3238 2019-12-10 Kevin Buettner <kevinb@redhat.com>
3239
3240 * lib/gdb.exp (support_nested_function_tests): New proc.
3241
3242 2019-12-10 Kevin Buettner <kevinb@redhat.com>
3243
3244 * lib/gdb.exp (gdb_compile_openmp): New proc.
3245 (build_executable_from_specs): Add an "openmp" option.
3246 (gdb_compile_pthreads): Add non-executable case.
3247
3248 2019-12-10 Tom Tromey <tromey@adacore.com>
3249
3250 * gdb.ada/unchecked_union.exp: New file.
3251 * gdb.ada/unchecked_union/pck.adb: New file.
3252 * gdb.ada/unchecked_union/pck.ads: New file.
3253 * gdb.ada/unchecked_union/unchecked_union.adb: New file.
3254 * gdb-utils.exp (string_to_regexp): Also quote "?".
3255
3256 2019-12-10 George Barrett <bob@bob131.so>
3257
3258 Test scripted probe breakpoints.
3259 * gdb.guile/scm-breakpoint.c (main): Add probe point.
3260 * gdb.python/py-breakpoint.c (main): Likewise.
3261 * gdb.guile/scm-breakpoint.exp (test_bkpt_probe): Add probe
3262 specifier test.
3263 * gdb.python/py-breakpoint.exp (test_bkpt_probe): Likewise.
3264
3265 2019-12-09 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
3266
3267 * gdb.cp/rvalue-ref-overload.cc (g): New function that takes
3268 an rvalue parameter.
3269 * gdb.cp/rvalue-ref-overload.exp: Test calling it with an lvalue
3270 parameter.
3271
3272 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
3273
3274 * gdb.mi/mi-fortran-modules.exp: Add patterns to skip system
3275 modules.
3276
3277 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
3278
3279 * gdb.fortran/derived-type-striding.exp: KFAIL if we are using a
3280 broken version of GCC.
3281
3282 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
3283
3284 * gdb.fortran/info-modules.exp: Rewrite to make use of new
3285 sym-info-cmds library.
3286 * gdb.fortran/info-types.exp: Likewise.
3287 * lib/sym-info-cmds.exp: New file.
3288
3289 2019-12-08 Tom de Vries <tdevries@suse.de>
3290
3291 * gdb.dwarf2/imported-unit.exp: Fix inter-CU references.
3292
3293 2019-12-07 Keith Seitz <keiths@redhat.com>
3294
3295 * gdb.base/corefile-buildid-shlib-shr.c: New file.
3296 * gdb.base/corefile-buildid-shlib.c: New file.
3297 * gdb.base/corefile-buildid.c: New file.
3298 * gdb.base/corefile-buildid.exp: New file.
3299
3300 2019-12-06 Tom de Vries <tdevries@suse.de>
3301
3302 * gdb.dwarf2/varval.exp: Add decl before def test.
3303
3304 2019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
3305
3306 * gdb.cp/rvalue-ref-overload.exp: Minor cleanup.
3307
3308 2019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
3309
3310 * gdb.cp/rvalue-ref-overload.cc: Add a case that involves both
3311 CV and reference conversion for overload resolution.
3312 * gdb.cp/rvalue-ref-overload.exp: Test it.
3313
3314 2019-12-06 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3315
3316 * gdb.threads/pthreads.exp: Test taas and tfaas without command.
3317 * gdb.base/frameapply.exp: Test faas without command.
3318
3319 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
3320
3321 * lib/gdb.exp (gdb_compile): Add -J compiler option when building
3322 Fortran tests.
3323 * gdb.mi/mi-fortran-modules.exp: Compile source files in correct
3324 order.
3325
3326 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
3327
3328 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Handle
3329 casting to type with no kind specified.
3330 (test_basic_parsing_of_type_kinds): Additional tests for types
3331 with no kind specified, and add tests for single/double
3332 precision/complex types.
3333
3334 2019-12-04 Tom Tromey <tromey@adacore.com>
3335
3336 * gdb.base/endianity.c (struct other) <x>: New field.
3337 (main): Initialize it.
3338 * gdb.base/endianity.exp: Update.
3339
3340 2019-12-04 Tom Tromey <tromey@adacore.com>
3341
3342 * gdb.ada/scalar_storage/storage.adb: New file.
3343 * gdb.ada/scalar_storage/pck.adb: New file.
3344 * gdb.ada/scalar_storage/pck.ads: New file.
3345 * gdb.ada/scalar_storage.exp: New file.
3346
3347 2019-12-04 Tom Tromey <tromey@adacore.com>
3348
3349 * gdb.base/endianity.c (struct otherendian) <f>: New field.
3350 (main): Initialize it.
3351 * gdb.base/endianity.exp: Update.
3352
3353 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
3354
3355 * gdb.mi/mi-sym-info.exp: Add tests for -max-results parameter.
3356
3357 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
3358
3359 * gdb.mi/mi-fortran-modules.exp: Add additional tests for
3360 -symbol-info-module-functions and -symbol-info-module-variables.
3361
3362 2019-12-01 Andrew Burgess <andrew.burgess@embecosm.com>
3363
3364 * gdb.fortran/array-slices.exp: Add test for dynamic strings.
3365
3366 2019-12-01 Richard Bunt <richard.bunt@arm.com>
3367 Andrew Burgess <andrew.burgess@embecosm.com>
3368
3369 * gdb.fortran/derived-type-striding.exp: New file.
3370 * gdb.fortran/derived-type-striding.f90: New file.
3371 * gdb.fortran/array-slices.exp: New file.
3372 * gdb.fortran/array-slices.f90: New file.
3373
3374 2019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3375
3376 * gdb.base/define.exp: Test . in command names.
3377 * gdb.base/setshow.exp: Update test, as . is now part of
3378 command name.
3379
3380 2019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3381
3382 * gdb.base/define-prefix.exp: New file.
3383
3384 2019-11-28 Andrew Burgess <andrew.burgess@embecosm.com>
3385
3386 * lib/gdb.exp (skip_btrace_tests): Return 1 if the test fails to
3387 compile.
3388 (skip_btrace_pt_tests): Likewise.
3389
3390 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
3391
3392 * gdb.fortran/info-modules.exp: Compile source files in correct
3393 order.
3394
3395 2019-11-27 Kevin Buettner <kevinb@redhat.com>
3396
3397 * gdb.dwarf2/imported-unit.exp: New file.
3398 * gdb.dwarf2/imported-unit.c: New file.
3399
3400 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
3401
3402 * gdb.mi/mi-fortran-modules-2.f90: New file.
3403 * gdb.mi/mi-fortran-modules.exp: New file.
3404 * gdb.mi/mi-fortran-modules.f90: New file.
3405
3406 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
3407
3408 * gdb.mi/mi-sym-info-1.c: New file.
3409 * gdb.mi/mi-sym-info-2.c: New file.
3410 * gdb.mi/mi-sym-info.exp: New file.
3411
3412 2019-11-22 Tom Tromey <tromey@adacore.com>
3413
3414 * gdb.ada/tasks.exp: Add -ada-task-info regression test.
3415 * gdb.ada/tasks/foo.adb: Add another stopping location.
3416
3417 2019-11-21 Peeter Joot <peeter.joot@lzlabs.com>
3418
3419 * gdb.base/endianity.c: New test.
3420 * gdb.base/endianity.exp: New file.
3421
3422 2019-11-21 Lukas Durfina <ldurfina@tachyum.com>
3423
3424 * gdb.arch/amd64-eval.exp: Skip test if target is not x86-64.
3425
3426 2019-11-21 Tom de Vries <tdevries@suse.de>
3427
3428 PR gdb/24956
3429 * gdb.base/ui-redirect.exp: Test output of user-defined command.
3430
3431 2019-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
3432
3433 * gdb.python/py-progspace.exp: Add missing parentheses on some
3434 'print' commands.
3435
3436 2019-11-19 Tom Tromey <tom@tromey.com>
3437
3438 * gdb.tui/winheight.exp: New file.
3439
3440 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
3441
3442 * gdb.base/ctf-whatis.c: Delete.
3443 * gdb.base/ctf-whatis.exp: Delete.
3444 * gdb.base/whatis.exp: Rewrite to compile as both dwarf and ctf.
3445
3446 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
3447
3448 * gdb.base/ctf-cvexpr.exp: Delete.
3449 * gdb.base/cvexpr.exp: Rewrite to compile as both dwarf and ctf.
3450
3451 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
3452
3453 * gdb.base/ctf-constvars.exp: Skip test if CTF is not supported in
3454 the compiler. Clean up header comment a little.
3455 * gdb.base/ctf-ptype.exp: Likewise.
3456 * gdb.base/ctf-whatis.exp: Likewise.
3457 * lib/gdb.exp (skip_ctf_tests): New proc.
3458
3459 2019-11-18 Sergio Durigan Junior <sergiodj@redhat.com>
3460
3461 https://bugzilla.redhat.com/show_bug.cgi?id=1765117
3462 * gdb.tui/corefile-run.exp: New file.
3463
3464 2019-11-14 Tom Tromey <tromey@adacore.com>
3465
3466 * gdb.base/gdbvars.exp (test_convenience_variables): Add
3467 regression tests.
3468
3469 2019-11-12 Tom Tromey <tom@tromey.com>
3470
3471 * lib/tuiterm.exp (_accept): Add wait_for parameter. Check output
3472 after any command. Expect prompt after WAIT_FOR is seen.
3473 (enter_tui): Enable resize messages.
3474 (command): Expect command in output.
3475 (get_line): Avoid error when cursor appears to be off-screen.
3476 (dump_screen): Include screen size in title.
3477 (_do_resize): New proc, from "resize".
3478 (resize): Rewrite. Do resize in two steps.
3479 * gdb.tui/empty.exp (layouts): Fix entries.
3480 (check_boxes): Remove xfail.
3481 (check_text): Dump screen on failure.
3482
3483 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
3484
3485 * gdb.python/py-symbol.exp: Add test for
3486 gdb.lookup_static_symbols.
3487
3488 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
3489
3490 * gdb.python/py-symbol.c: Declare and call function from new
3491 py-symbol-2.c file.
3492 * gdb.python/py-symbol.exp: Compile both source files, and add new
3493 tests for gdb.lookup_static_symbol.
3494 * gdb.python/py-symbol-2.c: New file.
3495
3496 2019-11-02 Tom de Vries <tdevries@suse.de>
3497
3498 * gdb.base/advance.exp: Drop superfluous 3rd argument to gdb_test.
3499 * gdb.base/anon.exp: Same.
3500 * gdb.base/auto-connect-native-target.exp: Same.
3501 * gdb.base/call-ar-st.exp: Same.
3502 * gdb.base/catch-syscall.exp: Same.
3503 * gdb.base/commands.exp: Same.
3504 * gdb.base/default.exp: Same.
3505 * gdb.base/display.exp: Same.
3506 * gdb.base/float.exp: Same.
3507 * gdb.base/foll-fork.exp: Same.
3508 * gdb.base/help.exp: Same.
3509 * gdb.base/info-macros.exp: Same.
3510 * gdb.base/info-proc.exp: Same.
3511 * gdb.base/info-target.exp: Same.
3512 * gdb.base/long_long.exp: Same.
3513 * gdb.base/macscp.exp: Same.
3514 * gdb.base/memattr.exp: Same.
3515 * gdb.base/nofield.exp: Same.
3516 * gdb.base/pointers.exp: Same.
3517 * gdb.base/printcmds.exp: Same.
3518 * gdb.base/ptype.exp: Same.
3519 * gdb.base/restore.exp: Same.
3520 * gdb.base/return.exp: Same.
3521 * gdb.base/scope.exp: Same.
3522 * gdb.base/set-noassign.exp: Same.
3523 * gdb.base/setshow.exp: Same.
3524 * gdb.base/shlib-call.exp: Same.
3525 * gdb.base/signals.exp: Same.
3526 * gdb.base/sigstep.exp: Same.
3527 * gdb.base/skip.exp: Same.
3528 * gdb.base/solib-symbol.exp: Same.
3529 * gdb.base/stap-probe.exp: Same.
3530 * gdb.base/step-line.exp: Same.
3531 * gdb.base/step-test.exp: Same.
3532 * gdb.base/style.exp: Same.
3533 * gdb.base/varargs.exp: Same.
3534 * gdb.base/vla-datatypes.exp: Same.
3535 * gdb.base/vla-ptr.exp: Same.
3536 * gdb.base/vla-sideeffect.exp: Same.
3537 * gdb.base/volatile.exp: Same.
3538 * gdb.base/watch-cond-infcall.exp: Same.
3539 * gdb.base/watchpoint.exp: Same.
3540
3541 2019-11-02 Tom de Vries <tdevries@suse.de>
3542
3543 * gdb.cp/anon-union.exp: Drop superfluous 3rd argument to gdb_test.
3544 * gdb.cp/cpexprs.exp: Same.
3545 * gdb.cp/except-multi-location.exp: Same.
3546 * gdb.cp/exceptprint.exp: Same.
3547 * gdb.cp/gdb2384.exp: Same.
3548 * gdb.cp/inherit.exp: Same.
3549 * gdb.cp/m-static.exp: Same.
3550 * gdb.cp/meth-typedefs.exp: Same.
3551 * gdb.cp/misc.exp: Same.
3552 * gdb.cp/namespace.exp: Same.
3553 * gdb.cp/non-trivial-retval.exp: Same.
3554 * gdb.cp/overload.exp: Same.
3555 * gdb.cp/pr17132.exp: Same.
3556 * gdb.cp/re-set-overloaded.exp: Same.
3557 * gdb.cp/rvalue-ref-types.exp: Same.
3558 * gdb.cp/templates.exp: Same.
3559
3560 2019-11-01 Luis Machado <luis.machado@linaro.org>
3561
3562 PR gdb/25124
3563
3564 * gdb.arch/pr25124.S: New file.
3565 * gdb.arch/pr25124.exp: New file.
3566
3567 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
3568
3569 * gdb.fortran/info-modules.exp: Update expected results, and add
3570 additional tests for 'info module functinos', and 'info module
3571 variables'.
3572 * gdb.fortran/info-types.exp: Update expected results.
3573 * gdb.fortran/info-types.f90: Extend testcase with additional
3574 module variables and functions.
3575
3576 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
3577
3578 * gdb.fortran/info-modules.exp: New file.
3579 * gdb.fortran/info-types.exp: Build with new file.
3580 * gdb.fortran/info-types.f90: Include and use new module.
3581 * gdb.fortran/info-types-2.f90: New file.
3582
3583 2019-10-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3584
3585 * gdb.base/setshow.exp: Test $_gdb_setting and $_gdb_setting_str.
3586 * gdb.base/settings.exp: Test all settings types using
3587 $_gdb_maint_setting and $_gdb_maint_setting_str in proc_show_setting,
3588 that now verifies that the value of "maint show" is the same as
3589 returned by the settings functions. Test the type of the
3590 maintenance settings.
3591 * gdb.base/default.exp: Update show_conv_list.
3592
3593 2019-10-31 Tom de Vries <tdevries@suse.de>
3594
3595 * gdb.arch/amd64-disp-step-avx.exp: Drop superfluous 3rd argument to
3596 gdb_test.
3597 * gdb.arch/amd64-disp-step.exp: Same.
3598 * gdb.asm/asm-source.exp: Same.
3599 * gdb.btrace/buffer-size.exp: Same.
3600 * gdb.btrace/cpu.exp: Same.
3601 * gdb.btrace/enable.exp: Same.
3602 * gdb.dwarf2/count.exp: Same.
3603 * gdb.dwarf2/dw2-ranges-func.exp: Same.
3604 * gdb.dwarf2/dw2-ranges-psym.exp: Same.
3605 * gdb.fortran/vla-datatypes.exp: Same.
3606 * gdb.fortran/vla-history.exp: Same.
3607 * gdb.fortran/vla-ptype.exp: Same.
3608 * gdb.fortran/vla-value.exp: Same.
3609 * gdb.fortran/whatis_type.exp: Same.
3610 * gdb.guile/guile.exp: Same.
3611 * gdb.multi/tids.exp: Same.
3612 * gdb.python/py-finish-breakpoint.exp: Same.
3613 * gdb.python/py-framefilter.exp: Same.
3614 * gdb.python/py-pp-registration.exp: Same.
3615 * gdb.python/py-xmethods.exp: Same.
3616 * gdb.python/python.exp: Same.
3617 * gdb.server/connect-with-no-symbol-file.exp: Same.
3618 * gdb.server/no-thread-db.exp: Same.
3619 * gdb.server/run-without-local-binary.exp: Same.
3620 * gdb.stabs/weird.exp: Same.
3621 * gdb.threads/attach-many-short-lived-threads.exp: Same.
3622 * gdb.threads/thread-find.exp: Same.
3623 * gdb.threads/tls-shared.exp: Same.
3624 * gdb.threads/tls.exp: Same.
3625 * gdb.threads/wp-replication.exp: Same.
3626 * gdb.trace/ax.exp: Same.
3627 * lib/gdb.exp (gdb_test_exact, help_test_raw): Same.
3628
3629 2019-10-31 Tom de Vries <tdevries@suse.de>
3630
3631 * gdb.ada/array_bounds.exp: Drop superfluous 3rd argument to gdb_test.
3632 * gdb.ada/array_subscript_addr.exp: Same.
3633 * gdb.ada/arrayidx.exp: Same.
3634 * gdb.ada/arrayparam.exp: Same.
3635 * gdb.ada/arrayptr.exp: Same.
3636 * gdb.ada/boolean_expr.exp: Same.
3637 * gdb.ada/call_pn.exp: Same.
3638 * gdb.ada/complete.exp: Same.
3639 * gdb.ada/fixed_cmp.exp: Same.
3640 * gdb.ada/fun_addr.exp: Same.
3641 * gdb.ada/funcall_param.exp: Same.
3642 * gdb.ada/interface.exp: Same.
3643 * gdb.ada/mod_from_name.exp: Same.
3644 * gdb.ada/null_array.exp: Same.
3645 * gdb.ada/packed_array.exp: Same.
3646 * gdb.ada/packed_tagged.exp: Same.
3647 * gdb.ada/print_chars.exp: Same.
3648 * gdb.ada/print_pc.exp: Same.
3649 * gdb.ada/ptype_arith_binop.exp: Same.
3650 * gdb.ada/ptype_field.exp: Same.
3651 * gdb.ada/ptype_tagged_param.exp: Same.
3652 * gdb.ada/rec_return.exp: Same.
3653 * gdb.ada/ref_tick_size.exp: Same.
3654 * gdb.ada/str_ref_cmp.exp: Same.
3655 * gdb.ada/taft_type.exp: Same.
3656 * gdb.ada/tagged.exp: Same.
3657 * gdb.ada/type_coercion.exp: Same.
3658 * gdb.ada/uninitialized_vars.exp: Same.
3659
3660 2019-10-30 Tom de Vries <tdevries@suse.de>
3661
3662 * lib/gdb.exp (gdb_test_multiple): Handle -early pattern flag.
3663
3664 2019-10-26 Tom de Vries <tdevries@suse.de>
3665
3666 * gdb.base/bigcore.c: Fix typos in comments.
3667 * gdb.base/ctf-ptype.c: Same.
3668 * gdb.base/long_long.c: Same.
3669 * gdb.dwarf2/dw2-op-out-param.S: Same.
3670 * gdb.python/py-evthreads.c: Same.
3671 * gdb.reverse/i387-stack-reverse.c: Same.
3672 * gdb.trace/tfile.c: Same.
3673 * lib/compiler.c: Same.
3674 * lib/compiler.cc: Same.
3675
3676 2019-10-25 Tom de Vries <tdevries@suse.de>
3677
3678 * gdb.reverse/sigall-precsave.exp: Use -wrap and $gdb_test_name in
3679 gdb_test_multiple calls.
3680 * gdb.reverse/sigall-reverse.exp: Same.
3681 * gdb.reverse/solib-precsave.exp: Same.
3682 * gdb.reverse/solib-reverse.exp: Same.
3683 * gdb.reverse/until-precsave.exp: Same.
3684 * gdb.reverse/until-reverse.exp: Same.
3685
3686 2019-10-24 Tom de Vries <tdevries@suse.de>
3687
3688 * lib/gdb.exp (gdb_test_multiple): Add -wrap pattern flag.
3689 * gdb.reverse/step-precsave.exp: Rewrite gdb_test_multiple containing
3690 kfail using -wrap pattern flag and convenience variable
3691 gdb_test_name.
3692
3693 2019-10-24 Andrew Burgess <andrew.burgess@embecosm.com>
3694
3695 * gdb.python/py-progspace.exp: Add tests for the
3696 Progspace.block_for_pc method.
3697
3698 2019-10-23 Tom Tromey <tom@tromey.com>
3699
3700 * configure: Rebuild.
3701 * aclocal.m4: Use m4_include, not sinclude.
3702
3703 2019-10-21 Tom de Vries <tdevries@suse.de>
3704
3705 * gdb.base/infcall-nested-structs.c: Add
3706 __attribute__((noinline,noclone)) to all functions.
3707 (call_all): Add missing variable initialization. Simplify return value.
3708 (breakpt): Increment volatile variable, to prevent call from being
3709 optimized out.
3710 * gdb.base/infcall-nested-structs.exp: Compile with -O2.
3711
3712 2019-10-17 Tom de Vries <tdevries@suse.de>
3713
3714 * gdb.fortran/module.exp: Allow info variables to print info for files
3715 other than module.f90.
3716
3717 2019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
3718
3719 * gdb.fortran/module.exp: Extend with 'info variables' test.
3720
3721 2019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
3722
3723 * boards/cc-with-tweaks.exp: Setup F90_FOR_TARGET and
3724 F77_FOR_TARGET.
3725
3726 2019-10-16 Tom de Vries <tdevries@suse.de>
3727
3728 PR tdep/25096
3729 * gdb.base/infcall-nested-structs.exp: Remove PR25096 KFAILs.
3730
3731 2019-10-16 Tom de Vries <tdevries@suse.de>
3732
3733 PR tdep/24104
3734 * gdb.base/infcall-nested-structs.exp: Remove XFAIL for PR tdep/24104.
3735 Add KFAIL for PR tdep/25096.
3736
3737 2019-10-16 Tom de Vries <tdevries@suse.de>
3738
3739 PR testsuite/25059
3740 * gdb.cp/local-static.exp (do_test): Add xfails for gcc PR debug/55541.
3741
3742 2019-10-16 Tom de Vries <tdevries@suse.de>
3743
3744 * gdb.base/jit-reader.exp: Allow non-pointer registers to be printed
3745 as signed.
3746
3747 2019-10-14 Simon Marchi <simon.marchi@polymtl.ca>
3748
3749 * gdb.mi/list-thread-groups-available.exp: Read entries one by
3750 one instead of increasing timeout.
3751
3752 2019-10-13 Tom de Vries <tdevries@suse.de>
3753
3754 PR record/25038
3755 * gdb.reverse/sigall-precsave.exp: Add PR record/25038 KFAIL.
3756 * gdb.reverse/sigall-reverse.exp: Same.
3757 * gdb.reverse/solib-precsave.exp: Same.
3758 * gdb.reverse/solib-reverse.exp: Same.
3759 * gdb.reverse/step-precsave.exp: Same.
3760 * gdb.reverse/until-precsave.exp: Same.
3761 * gdb.reverse/until-reverse.exp: Same.
3762 * lib/gdb.exp (gdb_continue_to_breakpoint): Same.
3763
3764 2019-10-10 Andreas Arnez <arnez@linux.ibm.com>
3765
3766 * gdb.base/infcall-nested-structs.c (cmp_struct_02_01)
3767 (cmp_struct_02_02, cmp_struct_04_01, cmp_struct_04_02)
3768 (cmp_struct_05_01, cmp_struct_static_02_01)
3769 (cmp_struct_static_04_01, cmp_struct_static_06_01): Fix redundant
3770 comparisons.
3771
3772 2019-10-10 Tom de Vries <tdevries@suse.de>
3773
3774 PR testsuite/24888
3775 * lib/ada.exp (target_compile_ada_from_dir): Route -pie/-no-pie to
3776 gnatlink.
3777
3778 2019-10-09 Tom de Vries <tdevries@suse.de>
3779
3780 PR testsuite/25048
3781 * gdb.rust/simple.exp: Add xfails for incorrect DWARF.
3782
3783 2019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
3784
3785 * gdb.ada/catch_ex_std.exp: Handle being unabled to catch Ada
3786 exceptions due to missing debug information.
3787
3788 2019-10-07 Tom de Vries <tdevries@suse.de>
3789
3790 * gdb.base/default.exp: Expect _gdb_major/_gdb_minor to be 9.1.
3791
3792 2019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
3793
3794 * lib/gdb.exp (gdb_test_multiple): Add gdb_test_name mechanism.
3795 * gdb.base/annota1.exp: Update to use gdb_test_name.
3796
3797 2019-10-07 Weimin Pan <weimin.pan@oracle.com>
3798
3799 * gdb.base/ctf-whatis.exp: New file.
3800 * gdb.base/ctf-whatis.c: New file.
3801 * gdb.base/ctf-ptype.exp: New file.
3802 * gdb.base/ctf-ptype.c: New file.
3803 * gdb.base/ctf-constvars.exp: New file.
3804 * gdb.base/ctf-constvars.c: New file.
3805 * gdb.base/ctf-cvexpr.exp: New file.
3806
3807 2019-10-04 Tom de Vries <tdevries@suse.de>
3808
3809 * gdb.cp/local-static.c (main): Move declaration of int i out of the
3810 for loop.
3811
3812 2019-10-03 Tom Tromey <tom@tromey.com>
3813
3814 PR rust/24976:
3815 * gdb.rust/simple.rs (Union2): New type.
3816 (main): Use Union2.
3817 * gdb.rust/simple.exp: Add test.
3818
3819 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
3820
3821 * gdb.fortran/nested-funcs-2.exp: Run tests with and without the
3822 nested function prefix.
3823
3824 2019-10-03 Bernhard Heckel <bernhard.heckel@intel.com>
3825 Richard Bunt <richard.bunt@arm.com>
3826 Andrew Burgess <andrew.burgess@embecosm.com>
3827
3828 * gdb.fortran/nested-funcs.exp: Tests for placing breakpoints on
3829 nested functions.
3830 * gdb.fortran/nested-funcs.f90: Update expected results.
3831 * gdb.fortran/nested-funcs-2.exp: New file.
3832 * gdb.fortran/nested-funcs-2.f90: New file.
3833
3834 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
3835
3836 * gdb.python/py-parameter.exp: Make test names unique.
3837 * gdb.python/py-template.exp: Likewise.
3838 * gdb.python/py-value.exp: Likewise.
3839
3840 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
3841
3842 * gdb.base/break-interp.exp: Reduce test name duplication.
3843 * gdb.base/call-sc.exp: Likewise.
3844 * gdb.base/callfuncs.exp: Likewise.
3845 * gdb.base/charset.exp: Likewise.
3846 * gdb.base/dump.exp: Likewise.
3847 * gdb.base/ena-dis-br.exp: Likewise.
3848 * gdb.base/relational.exp: Likewise.
3849 * gdb.base/step-over-syscall.exp: Likewise.
3850 * gdb.base/structs.exp: Likewise.
3851
3852 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
3853
3854 * gdb.linespec/explicit.exp: Make test names unique.
3855 * gdb.linespec/ls-errs.exp: Likewise.
3856
3857 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
3858
3859 * gdb.reverse/break-precsave.exp: Make test names unique.
3860 * gdb.reverse/break-reverse.exp: Likewise.
3861 * gdb.reverse/finish-precsave.exp: Likewise.
3862 * gdb.reverse/finish-reverse.exp: Likewise.
3863 * gdb.reverse/machinestate-precsave.exp: Likewise.
3864 * gdb.reverse/machinestate.exp: Likewise.
3865 * gdb.reverse/readv-reverse.exp: Likewise.
3866 * gdb.reverse/recvmsg-reverse.exp: Likewise.
3867 * gdb.reverse/sigall-precsave.exp: Likewise.
3868 * gdb.reverse/sigall-reverse.exp: Likewise.
3869 * gdb.reverse/step-indirect-call-thunk.exp: Likewise.
3870 * gdb.reverse/watch-precsave.exp: Likewise.
3871 * gdb.reverse/watch-reverse.exp: Likewise.
3872
3873 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
3874
3875 * gdb.threads/stop-with-handle.c: New file.
3876 * gdb.threads/stop-with-handle.exp: New file.
3877
3878 2019-10-03 Tom de Vries <tdevries@suse.de>
3879
3880 PR testsuite/25059
3881 * gdb.base/list-missing-source.exp: Allowing the "Compilation
3882 directory" line to be missing.
3883
3884 2019-10-03 Tom de Vries <tdevries@suse.de>
3885
3886 PR testsuite/25059
3887 * gdb.base/info-types.exp: Make the presence of the 'unsigned int'
3888 type optional.
3889
3890 2019-10-02 Andreas Arnez <arnez@linux.ibm.com>
3891
3892 * gdb.python/py-format-string.c (string.h): New include.
3893 (main): Fill a_struct_with_union.the_union.an_int with bytes of
3894 the same value, for endianness-independence.
3895 * gdb.python/py-format-string.exp (default_regexp_dict)
3896 (test_pretty_structs, test_format): Adjust expected output to the
3897 changed initialization.
3898
3899 2019-10-02 Tom Tromey <tromey@adacore.com>
3900
3901 * gdb.ada/catch_ex_std.exp: Add $_ada_exception test.
3902
3903 2019-10-02 Pedro Alves <palves@redhat.com>
3904 Andrew Burgess <andrew.burgess@embecosm.com>
3905
3906 * gdb.base/print-file-var-lib1.c: Include <stdio.h> and
3907 "print-file-var.h".
3908 (this_version_id) Use ATTRIBUTE_VISIBILITY.
3909 (get_version_1): Print this_version_id and its address.
3910 Add extern "C" wrappers around interface functions.
3911 * gdb.base/print-file-var-lib2.c: Include <stdio.h> and
3912 "print-file-var.h".
3913 (this_version_id) Use ATTRIBUTE_VISIBILITY.
3914 (get_version_2): Print this_version_id and its address.
3915 Add extern "C" wrappers around interface functions.
3916 * gdb.base/print-file-var-main.c: Include <dlfcn.h>, <assert.h>,
3917 <stddef.h> and "print-file-var.h".
3918 Add extern "C" wrappers around interface functions.
3919 [VERSION_ID_MAIN] (this_version_id): Define.
3920 (main): Define v0. Use dlopen if SHLIB_NAME is defined.
3921 * gdb.base/print-file-var.h: Add some #defines to simplify setting
3922 up extern "C" blocks.
3923 * gdb.base/print-file-var.exp (test): New, factored out from top
3924 level.
3925 (top level): Test all combinations of attribute hidden or not,
3926 dlopen or not, and this_version_id symbol in main file or not.
3927 Compile tests as both C++ and C, make test names unique.
3928
3929 2019-10-01 Tom Tromey <tom@tromey.com>
3930
3931 * gdb.base/style.exp: Test "show logging filename".
3932
3933 2019-10-01 Tom Tromey <tom@tromey.com>
3934
3935 * lib/gdb-utils.exp (style): Handle "metadata" argument.
3936 * gdb.base/style.exp: Add metadata style test.
3937
3938 2019-10-01 Tom Tromey <tom@tromey.com>
3939
3940 * gdb.base/style.exp: Test "pwd".
3941
3942 2019-10-01 Tom Tromey <tom@tromey.com>
3943
3944 * gdb.base/style.exp: Update tests.
3945
3946 2019-10-01 Andreas Arnez <arnez@linux.ibm.com>
3947
3948 * gdb.base/pretty-print.c (struct s1_t): Change fields 'three' and
3949 'six' to unsigned.
3950 (s1): Initialize fields 'four' and 'six' instead of 'three' and
3951 'five'. Use an all-ones bit pattern for each.
3952 * gdb.base/pretty-print.exp: Adjust expected output of "print s1"
3953 to its changed values.
3954
3955 2019-09-30 Tom Tromey <tromey@adacore.com>
3956
3957 * gdb.rust/traits.rs: Disable all warnings.
3958
3959 2019-09-29 Tom de Vries <tdevries@suse.de>
3960
3961 * gdb.dwarf2/gdb-index.exp: Handle new location of .dwz file.
3962
3963 2019-09-29 Tom de Vries <tdevries@suse.de>
3964
3965 * gdb.dwarf2/gdb-index.exp: Use with_test_prefix for second objcopy.
3966
3967 2019-09-27 Tom de Vries <tdevries@suse.de>
3968
3969 * gdb.reverse/step-precsave.exp: Add missing $gdb_prompt in regexps.
3970
3971 2019-09-27 Tom de Vries <tdevries@suse.de>
3972
3973 PR record/23188
3974 * gdb.reverse/step-precsave.exp: Add kfail for PR record/23188.
3975
3976 2019-09-26 Tom Tromey <tromey@adacore.com>
3977
3978 * gdb.ada/py_taft.exp: New file.
3979 * gdb.ada/py_taft/main.adb: New file.
3980 * gdb.ada/py_taft/pkg.adb: New file.
3981 * gdb.ada/py_taft/pkg.ads: New file.
3982
3983 2019-09-24 Tom de Vries <tdevries@suse.de>
3984
3985 PR gdb/24598
3986 * gdb.arch/amd64-init-x87-values.exp: Add xfail.
3987
3988 2019-09-22 Tom de Vries <tdevries@suse.de>
3989
3990 * gdb.base/restore.exp: Allow register variables to be optimized out at
3991 -O0.
3992
3993 2019-09-20 Ulrich Weigand <uweigand@de.ibm.com>
3994
3995 * gdb.arch/spu-info.exp: Remove file.
3996 * gdb.arch/spu-info.c: Remove file.
3997 * gdb.arch/spu-ls.exp: Remove file.
3998 * gdb.arch/spu-ls.c: Remove file.
3999
4000 * gdb.asm/asm-source.exp: Remove support for spu*-*-*.
4001 * gdb.asm/spu.inc: Remove file.
4002
4003 * gdb.base/dump.exp: Remove support for spu*-*-*.
4004 * gdb.base/stack-checking.exp: Likewise.
4005 * gdb.base/overlays.exp: Likewise.
4006 * gdb.base/ovlymgr.c: Likewise.
4007 * gdb.base/spu.ld: Remove file.
4008
4009 * gdb.cp/bs15503.exp: Remove support for spu*-*-*.
4010 * gdb.cp/cpexprs.exp: Likewise.
4011 * gdb.cp/exception.exp: Likewise.
4012 * gdb.cp/gdb2495.exp: Likewise.
4013 * gdb.cp/mb-templates.exp: Likewise.
4014 * gdb.cp/pr9167.exp: Likewise.
4015 * gdb.cp/userdef.exp: Likewise.
4016
4017 * gdb.xml/tdesc-regs.exp: Remove support for spu*-*-*.
4018
4019 * gdb.cell: Remove directory.
4020 * lib/cell.exp: Remove file.
4021
4022 2019-09-19 Tom de Vries <tdevries@suse.de>
4023
4024 * lib/gdb.exp (gdb_test): Eliminate "^FOOBAR$" pattern.
4025
4026 2019-09-19 Tom de Vries <tdevries@suse.de>
4027
4028 * lib/gdbserver-support.exp (gdb_target_cmd): Fix argument passing.
4029
4030 2019-09-19 Tom de Vries <tdevries@suse.de>
4031
4032 * lib/gdbserver-support.exp (gdb_target_cmd_ext): Return 2 (meaning
4033 UNSUPPORTED) for 'Network is unreachable' message. Factor out of ...
4034 (gdb_target_cmd): ... here.
4035 * gdb.server/server-connect.exp: Use gdb_target_cmd_ext, handle return
4036 value 2.
4037
4038 2019-09-18 Andrew Burgess <andrew.burgess@embecosm.com>
4039
4040 * gdb.base/source-dir.exp: Avoid having directory names in test
4041 names.
4042
4043 2019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
4044
4045 * gdb.base/source-dir.exp: Add extra test for mapped compilation
4046 directory.
4047
4048 2019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
4049
4050 * gdb.base/list-missing-source.exp: New file.
4051
4052 2019-09-14 Tom de Vries <tdevries@suse.de>
4053
4054 PR teststuite/24599
4055 * gdb.ada/rename_subscript_param.exp: Require gnatmake 8.
4056 * lib/ada.exp (gnatmake_version_at_least): New proc.
4057
4058 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
4059
4060 * gdb.base/maint.exp: Use exec_has_index_section.
4061
4062 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
4063
4064 * gdb.base/maint.exp: Add test for 'maint info sections'.
4065
4066 2019-09-12 Tom de Vries <tdevries@suse.de>
4067
4068 * gdb.base/store.exp: Allow register variables to be optimized out at
4069 -O0.
4070
4071 2019-09-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4072
4073 * gdb.ada/rdv_wait.exp: Update to new task names.
4074 * gdb.base/task_switch_in_core.exp: Likewise.
4075 * gdb.base/info_sources_base.c: Likewise.
4076
4077 2019-09-10 Tom Tromey <tromey@adacore.com>
4078
4079 * boards/cc-with-tweaks.exp: Set GNATMAKE_FOR_TARGET.
4080
4081 2019-09-10 Tom Tromey <tromey@adacore.com>
4082
4083 * gdb.ada/dgopt.exp: New file.
4084 * gdb.ada/dgopt/x.adb: New file.
4085
4086 2019-09-08 Tom Tromey <tom@tromey.com>
4087
4088 * gdb.tui/resize.exp: Remove setup_xfail.
4089 * gdb.tui/regs.exp: Remove setup_xfail.
4090 * gdb.tui/basic.exp: Remove setup_xfail.
4091
4092 2019-09-06 David Blaikie <dblaikie@gmail.com>
4093
4094 * gdb.base/label.exp: un-XFAIL label related tests under Clang.
4095 * gdb.cp/cplabel.exp: Ditto.
4096 * gdb.linespec/ls-errs.exp: Ditto.
4097
4098 2019-09-05 Tom de Vries <tdevries@suse.de>
4099
4100 * lib/gdb.exp (cmp_file_string): New proc.
4101 * gdb.base/ui-redirect.exp: Replace "gdb_breakpoint main" with
4102 runto_main. Verify save breakpoints output.
4103
4104 2019-09-04 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4105
4106 * gdb.base/info-var.exp: Test info variables without running
4107 to main, to avoid expect's buffer overflow.
4108
4109 2019-09-03 Tom Tromey <tromey@adacore.com>
4110
4111 * gdb.ada/bias.exp: New file.
4112 * gdb.ada/bias/bias.adb: New file.
4113 * gdb.ada/print_chars.exp: Add regression test.
4114 * gdb.ada/print_chars/foo.adb (My_Character): New type.
4115 (MC): New variable.
4116
4117 2019-08-29 Sandra Loosemore <sandra@codesourcery.com>
4118
4119 * gdb.base/argv0-symlink.exp: Run only on native target
4120 and local host.
4121
4122 2019-08-29 Tom de Vries <tdevries@suse.de>
4123
4124 * gdb.fortran/info-types.exp: Fix gdb_test regexp to allow more
4125 diverse debug info.
4126 * lib/fortran.exp (fortran_int8): New proc, based on fortran_int4.
4127
4128 2019-08-28 Tom de Vries <tdevries@suse.de>
4129
4130 * gdb.base/info-var.exp: Allow info variables to print info for files
4131 other than info-var-f1.c and info-var-f2.c.
4132
4133 2019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
4134
4135 * gdb.fortran/info-types.exp: Add module.
4136 * gdb.fortran/info-types.f90: Update expected results.
4137
4138 2019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
4139
4140 * gdb.fortran/info-types.exp: New file.
4141 * gdb.fortran/info-types.f90: New file.
4142 * lib/fortran.exp (fortran_character1): New proc.
4143
4144 2019-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
4145
4146 * gdb.base/info-fun.exp: Extend to test the -n flag for 'info
4147 functions'. Reindent as needed.
4148 * gdb.base/info-var-f1.c: New file.
4149 * gdb.base/info-var-f2.c: New file.
4150 * gdb.base/info-var.exp: New file.
4151 * gdb.base/info-var.h: New file.
4152
4153 2019-08-26 Tom de Vries <tdevries@suse.de>
4154
4155 PR c++/24852
4156 * gdb.cp/no-libstdcxx-probe.exp: New test.
4157
4158 2019-08-26 Tom de Vries <tdevries@suse.de>
4159
4160 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Return 1 if probe
4161 * tests need to be skipped.
4162 * gdb.cp/exceptprint.exp: Update call to skip_libstdcxx_probe_tests.
4163 * gdb.mi/mi-catch-cpp-exceptions.exp: Update call to
4164 mi_skip_libstdcxx_probe_tests.
4165
4166 2019-08-26 Sergio Durigan Junior <sergiodj@redhat.com>
4167
4168 * gdb.python/py-xmethods.exp: Use raw strings when passing
4169 arguments to SimpleXMethodMatcher.
4170
4171 2019-08-22 Tom de Vries <tdevries@suse.de>
4172
4173 * gdb.multi/multi-term-settings.exp (coretest): Make gdb_test messages
4174 more informative.
4175
4176 2019-08-21 Pedro Alves <palves@redhat.com>
4177
4178 * gdb.base/with.exp: Test "with" with no arguments.
4179
4180 2019-08-21 Tom de Vries <tdevries@suse.de>
4181
4182 * gdb.base/gdb-caching-proc.exp: Sort files.
4183
4184 2019-08-20 Tom de Vries <tdevries@suse.de>
4185
4186 * lib/pascal.exp (gdb_compile_pascal): Remove $destfile before
4187 compilation.
4188
4189 2019-08-16 Tom de Vries <tdevries@suse.de>
4190
4191 * gdb.base/compare-sections.exp ("after run to main"): Allow
4192 mismatched read-only sections for PIE executables.
4193
4194 2019-08-16 Tom Tromey <tom@tromey.com>
4195
4196 * lib/tuiterm.exp (_csi_Z): New proc.
4197 * gdb.tui/basic.exp: Update window positions.
4198 * gdb.tui/empty.exp: Update window positions.
4199
4200 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
4201
4202 * gdb.base/examine-backward.exp: Correct regexp for
4203 "examine 3 bytes backward from ${address_zero}".
4204
4205 2019-08-15 Tom Tromey <tom@tromey.com>
4206
4207 * gdb.tui/empty.exp: Enable resizing tests.
4208
4209 2019-08-15 Tom Tromey <tromey@adacore.com>
4210
4211 * gdb.ada/char_enum.exp: Add regression tests.
4212 * gdb.ada/char_enum/foo.adb (Char_Enum_Type): Use '_'
4213 and '0'.
4214 (Char, Gchar): Update.
4215 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): Use '+'.
4216
4217 2019-08-15 Christian Biesinger <cbiesinger@google.com>
4218
4219 * gdb.python/python.exp: Expect a leading underscore on
4220 GdbOutput{,Error}File.
4221
4222 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
4223
4224 * gdb.dwarf2/dw2-dir-file-name.exp: Skip on remote or
4225 Windows host.
4226
4227 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
4228
4229 * gdb.base/batch-preserve-term-settings.exp
4230 (test_terminal_settings_preserved_after_sigterm): Skip on Windows.
4231
4232 2019-08-15 Christian Biesinger <cbiesinger@google.com>
4233
4234 * lib/gdb.exp: When running on a mingw target, replace
4235 /x/ with x:/.
4236
4237 2019-08-14 Alan Hayward <alan.hayward@arm.com>
4238
4239 * gdb.arch/aarch64-prologue.c: New test.
4240 * gdb.arch/aarch64-prologue.exp: New file.
4241
4242 2019-08-13 Tom de Vries <tdevries@suse.de>
4243
4244 * gdb.gdb/selftest.exp (send ^C to child process again): Accept also
4245 Thread.
4246
4247 2019-08-13 Sandra Loosemore <sandra@codesourcery.com>
4248
4249 * gdb.python/py-completion.exp: Download the .py file to the host
4250 and use its host pathname. Conditionalize tests that use
4251 tab completion and manipulate files on the build machine.
4252 * gdb.python/py-events.exp: Download the .py file to the host
4253 and use its host pathname.
4254 * gdb.python/py-evsignal.exp: Likewise.
4255 * gdb.python/py-evthreads.exp: Likewise.
4256 * gdb.python/py-framefilter-invalidarg.exp: Match Windows
4257 pathname syntax.
4258 * gdb.python/py-framefilter.exp: Download the .py file to the right
4259 place on the host. Match Windows pathname syntax.
4260 * gdb.python/py-mi-var-info-path-expression.exp: Download the
4261 .py file to the host and use its host pathname.
4262 * gdb.python/py-objfile-script.exp: Match Windows pathname syntax.
4263 * gdb.python/py-objfile.exp: Expect a host pathname, not a
4264 build pathname. Skip symlink test on Windows host. Add missing
4265 newline at end of file.
4266 * gdb.python/py-pp-maint.exp: Download the .py file to the host
4267 and use its host pathname.
4268 * gdb.python/py-pp-registration.exp: Match Windows pathname syntax.
4269 * gdb.python/py-section-script.exp: Use host location of binfile
4270 on safe-path. Use correct path separator on Windows host.
4271 Reorder alternatives in gdb_test_multiple to prevent matching
4272 the wrong alternative on success.
4273 * gdb.python/py-symtab.exp: Match Windows pathname syntax.
4274
4275 2019-08-12 Patrick Palka <patrick@parcs.ath.cx>
4276
4277 * gdb.gdb/selftest.exp (test_with_self): Update test to now
4278 expect the GDB inferior to no longer immediately stop after
4279 being resumed with "signal SIGINT".
4280
4281 2019-08-09 Sandra Loosemore <sandra@codesourcery.com>
4282
4283 * gdb.linespec/break-ask.exp: Generalize regexps to match
4284 Windows pathnames too.
4285
4286 2019-08-08 Tom de Vries <tdevries@suse.de>
4287
4288 PR testsuite/24862
4289 * lib/tuiterm.exp (_accept): Fix CSI regexp.
4290
4291 2019-08-07 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4292
4293 * gdb.base/style.exp: Update tests for help doc new invariants.
4294 * gdb.base/help.exp: Likewise.
4295
4296 2019-08-06 Tom Tromey <tom@tromey.com>
4297
4298 * gdb.base/style.exp: Add disassemble test.
4299 * gdb.base/style.c (some_called_function): New function.
4300 (main): Use it.
4301
4302 2019-08-05 Christian Biesinger <cbiesinger@google.com>
4303
4304 * gdb.python/py-block.exp: Test dictionary access on blocks.
4305
4306 2019-08-05 Simon Marchi <simon.marchi@efficios.com>
4307
4308 PR gdb/24863
4309 * gdb.mi/list-thread-groups-available.exp: Increase timeout for
4310 -list-thread-groups --available test when running under
4311 check-read1.
4312
4313 2019-08-05 Tom de Vries <tdevries@suse.de>
4314
4315 PR testsuite/24863
4316 * lib/gdb.exp (with_read1_timeout_factor): New proc.
4317 * gdb.base/help.exp: Use with_read1_timeout_factor.
4318 * gdb.base/info-macros.exp: Same.
4319 * gdb.cp/nested-types.exp: Same.
4320
4321 2019-08-05 Tom de Vries <tdevries@suse.de>
4322
4323 * lib/gdb.exp (version_at_least): Factor out of ...
4324 (tcl_version_at_least): ... here.
4325 (gdb_compile): Fail if pie results in non-PIE executable.
4326 (readelf_version, readelf_prints_pie): New proc.
4327 (exec_is_pie): Return -1 if unknown.
4328
4329 2019-08-05 Tom de Vries <tdevries@suse.de>
4330
4331 * lib/gdb.exp (tcl_version_at_least): Fix typo.
4332
4333 2019-08-04 Sandra Loosemore <sandra@codesourcery.com>
4334
4335 * gdb.server/reconnect-ctrl-c.exp: Skip if nointerrupts.
4336
4337 2019-08-04 Sandra Loosemore <sandra@codesourcery.com>
4338
4339 * lib/completion-support.exp (test_gdb_complete_none): Skip
4340 tab completion tests if no readline support.
4341 (test_gdb_complete_unique_re): Likewise.
4342 (test_gdb_complete_multiple): Likewise.
4343
4344 2019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4345
4346 * gdb.base/info_sources.exp: New file.
4347 * gdb.base/info_sources.c: New file.
4348 * gdb.base/info_sources_base.c: New file.
4349
4350 2019-08-01 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
4351
4352 * gdb.base/batch-exit-status.exp: Call test_exit_status with
4353 prefix argument.
4354 (test_exit_status): Add prefix argument.
4355
4356 2019-08-01 Tom de Vries <tdevries@suse.de>
4357
4358 PR testsuite/24863
4359 * gdb.threads/fork-plus-threads.exp: Fix check-run1 timeout by
4360 calling exp_continue for new thread and thread exited messages.
4361
4362 2019-08-01 Tom de Vries <tdevries@suse.de>
4363
4364 PR testsuite/24863
4365 * gdb.base/structs.exp: Fix check-read1 timeout using
4366 gdb_test_sequence.
4367 * lib/gdb.exp (tcl_version_at_least, lrepeat): New proc.
4368
4369 2019-08-01 Tom de Vries <tdevries@suse.de>
4370
4371 PR testsuite/24863
4372 * gdb.base/break-interp.exp: Use exp_continue after each "info files"
4373 line.
4374
4375 2019-08-01 Tom de Vries <tdevries@suse.de>
4376
4377 PR testsuite/24863
4378 * gdb.base/signals.exp: Fix check-read1 timeout using gdb_test_sequence.
4379
4380 2019-07-30 Tom Tromey <tromey@adacore.com>
4381
4382 * gdb.ada/display_nested.exp: New file.
4383 * gdb.ada/display_nested/foo.adb: New file.
4384 * gdb.ada/display_nested/pack.adb: New file.
4385 * gdb.ada/display_nested/pack.ads: New file.
4386
4387 2019-07-30 Christian Biesinger <cbiesinger@google.com>
4388
4389 * gdb.python/py-symbol.c: Add a static variable and one in an anonymous
4390 namespace.
4391 * gdb.python/py-symbol.exp: Test gdb.lookup_static_symbol.
4392
4393 2019-07-30 Tom de Vries <tdevries@suse.de>
4394
4395 * lib/read1.c (read): Don't use unsetenv (v), use setenv (v, "", 1)
4396 instead.
4397
4398 2019-07-30 Tom de Vries <tdevries@suse.de>
4399
4400 PR testsuite/24834
4401 * lib/gdb.exp (gdb_compile): Fail if nopie results in PIE executable.
4402 (exec_is_pie): New proc.
4403
4404 2019-07-29 Christian Biesinger <cbiesinger@google.com>
4405
4406 * gdb.python/py-objfile.exp: Fix misspelling (nonexistant -> nonexistent)
4407
4408 2019-07-29 Christian Biesinger <cbiesinger@google.com>
4409
4410 * gdb.python/py-objfile.c: Add global and static vars.
4411 * gdb.python/py-objfile.exp: Test new functions Objfile.
4412 lookup_global_symbol and lookup_static_symbol.
4413
4414 2019-07-29 Tom Tromey <tom@tromey.com>
4415
4416 * lib/tuiterm.exp (Term::_csi_@): New proc.
4417 (Term::_csi_X): Don't move cursor.
4418
4419 2019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4420
4421 * gdb.base/options.exp: Update backtrace - completion to
4422 new option -frame-info.
4423 * gdb.base/frame-args.exp: Test new 'frame-arguments presence'.
4424 Test new 'set print frame-info'. Test backtrace -frame-info
4425 overriding 'set print frame-info'.
4426 * gdb.python/py-framefilter.exp: Test new 'frame-arguments presence'.
4427 Test new 'set print frame-info'.
4428 Verify consistency of backtrace with and without filters, with and
4429 without -no-filters.
4430 * gdb.python/py-framefilter-invalidarg.exp: Update to new print_what
4431 default.
4432
4433 2019-07-29 Tom de Vries <tdevries@suse.de>
4434
4435 * gdb.linespec/explicit.exp: Fix completion trigger for "complete with
4436 no arguments".
4437
4438 2019-07-29 Tom de Vries <tdevries@suse.de>
4439
4440 * gdb.linespec/explicit.exp: Fix gdb_test_multiple regexps where second
4441 is a substring of the first for "complete non-unique file name".
4442
4443 2019-07-29 Tom de Vries <tdevries@suse.de>
4444
4445 * gdb.python/python.exp: Don't terminate gdb_test_multiple regexp
4446 with ".*".
4447
4448 2019-07-29 Tom de Vries <tdevries@suse.de>
4449
4450 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt, gdb_is_target_1):
4451 Pass prompt_regexp parameter to gdb_test_multiple calls.
4452
4453 2019-07-29 Tom de Vries <tdevries@suse.de>
4454
4455 * gdb.base/maint.exp: Use "\r\n" instead of "\[\r\n\]+" in "maint
4456 print registers" regexps.
4457
4458 2019-07-29 Tom de Vries <tdevries@suse.de>
4459
4460 * gdb.base/define.exp: Add "\r\n" to "reset gdb_prompt" regexp.
4461
4462 2019-07-29 Tom de Vries <tdevries@suse.de>
4463
4464 PR gdb/24855
4465 * lib/gdb.exp (gdb_test_multiple): Add prompt_regexp parameter.
4466 (skip_python_tests_prompt): Add prompt_regexp argument to
4467 gdb_test_multiple calls.
4468
4469 2019-07-27 Tom Tromey <tom@tromey.com>
4470
4471 * gdb.tui/main.exp: New file.
4472
4473 2019-07-27 Tom Tromey <tom@tromey.com>
4474
4475 * lib/tuiterm.exp (Term::clean_restart): Make "executable"
4476 optional.
4477 * gdb.tui/empty.exp: New file.
4478
4479 2019-07-27 Tom Tromey <tom@tromey.com>
4480
4481 * lib/tuiterm.exp (spawn): New proc.
4482 (Term::resize): New proc.
4483 * gdb.tui/resize.exp: New file.
4484
4485 2019-07-27 Tom Tromey <tom@tromey.com>
4486
4487 * gdb.tui/list.exp: New file.
4488
4489 2019-07-27 Tom Tromey <tom@tromey.com>
4490
4491 * gdb.tui/regs.exp: New file.
4492
4493 2019-07-27 Tom Tromey <tom@tromey.com>
4494
4495 * gdb.tui/basic.exp: Add "layout split" test.
4496
4497 2019-07-27 Tom Tromey <tom@tromey.com>
4498
4499 * gdb.tui/basic.exp: Add "layout asm" test.
4500
4501 2019-07-27 Tom Tromey <tom@tromey.com>
4502
4503 * lib/tuiterm.exp: New file.
4504 * gdb.tui/basic.exp: New file.
4505
4506 2019-07-27 Kevin Buettner <kevinb@redhat.com>
4507
4508 * gdb.dwarf2/dw2-ranges-func.exp (enable_foo_cold_stepping):
4509 Enable tests associated with this flag. Adjust regex
4510 referencing "foo_low" to now refer to "foo_cold" instead.
4511
4512 2019-07-27 Kevin Buettner <kevinb@redhat.com>
4513
4514 * gdb.dwarf2/dw2-ranges-func.c: Rename to...
4515 * gdb.dwarf2/dw2-ranges-func-lo-cold.c: ...this.
4516 * gdb.dwarf2/dw2-ranges-func-lo-cold.c (foo_low): Change name to
4517 foo_cold. Revise comments to match.
4518 * gdb.dwarf2/dw2-ranges-func-hi-cold.c: New file.
4519 * gdb.dwarf2/dw2-ranges-func.exp (do_test): New proc. Existing tests
4520 were wrapped into this proc; Call do_test in loop from outermost
4521 level.
4522 (foo_low): Rename all occurrences to "foo_cold".
4523 (backtrace from baz): New test.
4524 (x2/i foo_cold): New test.
4525 (info line *foo_cold): New test.
4526
4527 2019-07-26 Tom de Vries <tdevries@suse.de>
4528
4529 * gdb.arch/i386-pkru.exp: Fix unterminated string.
4530
4531 2019-07-25 Tom de Vries <tdevries@suse.de>
4532
4533 PR testsuite/24830
4534 * gdb.mi/mi-catch-cpp-exceptions.exp: Call
4535 mi_skip_libstdcxx_probe_tests, and skip unsupported tests.
4536 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Factor out of ...
4537 (skip_libstdcxx_probe_tests): ... here.
4538 * lib/mi-support.exp (mi_skip_libstdcxx_probe_tests): New proc.
4539
4540 2019-07-24 Tom de Vries <tdevries@suse.de>
4541
4542 PR testsuite/24807
4543 * gdb.objc/basicclass.m: Include stdio.h.
4544 * gdb.objc/nondebug.m: Same.
4545 * gdb.objc/objcdecode.m: Same.
4546
4547 2019-07-24 Tom de Vries <tdevries@suse.de>
4548
4549 PR testsuite/24612
4550 * gdb.base/infoline-reloc-main-from-zero.exp: Add -Wl,-N to
4551 additional_flags.
4552
4553 2019-07-24 Tom de Vries <tdevries@suse.de>
4554
4555 PR testsuite/24831
4556 * gdb.multi/tids.exp: Update error messages for info threads.
4557
4558 2019-07-24 Tom de Vries <tdevries@suse.de>
4559
4560 * gdb.base/info-types.exp: Allow info types to print info for more than
4561 one file.
4562
4563 2019-07-23 Tom de Vries <tdevries@suse.de>
4564
4565 PR testsuite/24842
4566 * gdb.dwarf2/multidictionary.exp: Consume initial prompt after
4567 gdb_spawn_with_cmdline_opts.
4568
4569 2019-07-23 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
4570
4571 * gdb.arch/arm-cmse-sgstubs.c: New test.
4572 * gdb.arch/arm-cmse-sgstubs.exp: New file.
4573
4574 2019-07-23 Tom de Vries <tdevries@suse.de>
4575
4576 PR testsuite/24711
4577 * gdb.mi/mi-complete.exp: Wait for "set max-completions" result before
4578 issuing next command.
4579
4580 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
4581
4582 * gdb.ada/info_auto_lang.exp: Update expected results.
4583 * gdb.base/info-types.c: Add additional types to check.
4584 * gdb.base/info-types.exp: Update expected results.
4585
4586 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
4587
4588 * gdb.base/info-types.c: New file.
4589 * gdb.base/info-types.exp: New file.
4590
4591 2019-07-19 Andrew Burgess <andrew.burgess@embecosm.com>
4592
4593 * gdb.arch/riscv-bp-infcall.c: New file.
4594 * gdb.arch/riscv-bp-infcall.exp: New file.
4595
4596 2019-07-17 Andrew Burgess <andrew.burgess@embecosm.com>
4597
4598 PR breakpoints/24541
4599 * gdb.mi/mi-catch-cpp-exceptions.exp: Remove kfail due to 24541.
4600
4601 2019-07-14 Tom de Vries <tdevries@suse.de>
4602
4603 PR testsuite/24760
4604 * gdb.objc/basicclass.exp: Fix unterminated string.
4605
4606 2019-07-12 Bernhard Heckel <bernhard.heckel@intel.com>
4607 Andrew Burgess <andrew.burgess@embecosm.com>
4608
4609 * gdb.fortran/vla-ptype.exp: Print array with negative bounds.
4610 * gdb.fortran/vla-sizeof.exp: Print the size of an array with
4611 negative bounds.
4612 * gdb.fortran/vla-value.exp: Print elements of an array with
4613 negative bounds.
4614 * gdb.fortran/vla.f90: Setup an array with negative bounds for
4615 testing.
4616
4617 2019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
4618
4619 * gdb.base/options.exp (expect_string): Dequote strings in
4620 results.
4621 (test-string): Test strings with different quoting and reindent.
4622
4623 2019-07-10 Tom Tromey <tromey@adacore.com>
4624
4625 * gdb.ada/mi_ex_cond.exp: Update expected results.
4626 * gdb.ada/mi_catch_ex_hand.exp: Update expected results.
4627 * gdb.ada/mi_catch_ex.exp: Update expected results.
4628 * gdb.ada/mi_catch_assert.exp: Update expected results.
4629 * gdb.ada/catch_ex.exp (catch_exception_info)
4630 (catch_exception_entry, catch_assert_entry)
4631 (catch_unhandled_entry): Update.
4632 * gdb.ada/catch_assert_if.exp: Update expected results.
4633
4634 2019-07-10 Richard Bunt <richard.bunt@arm.com>
4635 Stephen Roberts <stephen.roberts@arm.com>
4636
4637 * gdb.base/define.exp: Restore original prompt.
4638
4639 2019-07-09 Pedro Alves <palves@redhat.com>
4640
4641 * gdb.cp/catch-multi-stdlib.exp: Adjust expected "info
4642 breakpoints" output.
4643 * gdb.cp/exception.exp: Adjust expected "info breakpoints" output.
4644 * gdb.python/py-breakpoint.exp: No longer expect that "catch
4645 throw" creates breakpoint.
4646 * gdb.mi/mi-catch-cpp-exceptions.exp (setup_catchpoint): Expect
4647 'type="catchpoint"'.
4648
4649 2019-07-09 Pedro Alves <palves@redhat.com>
4650
4651 PR c++/15468
4652 * gdb.cp/except-multi-location-lib.cc: New.
4653 * gdb.cp/except-multi-location-main.cc: New.
4654 * gdb.cp/except-multi-location.exp: New.
4655
4656 2019-07-09 Sergio Durigan Junior <sergiodj@redhat.com>
4657
4658 * gdb.base/printcmds.exp (test_printf_convenience_var): Set
4659 language to "c++" before dealing with wchar_t. Remove DO_WSTRING
4660 argument and update callers.
4661
4662 2019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
4663
4664 * gdb.arch/amd64-break-on-asm-line.S: New file.
4665 * gdb.arch/amd64-break-on-asm-line.exp: New file.
4666
4667 2019-07-08 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4668
4669 * gdb.base/printcmds.exp: Test printing C string and
4670 C wide string convenience vars without transiting via the inferior.
4671 Also make test names unique.
4672
4673 2019-07-08 Alan Hayward <alan.hayward@arm.com>
4674
4675 PR breakpoints/25011
4676 * gdb.base/break-idempotent.exp: Test both PIE and non PIE.
4677
4678 2019-07-04 Pedro Alves <palves@redhat.com>
4679
4680 * lib/gdb.exp (foreach_with_prefix): Don't return early if
4681 body returned ok(0), break(3) or continue(4).
4682 * gdb.testsuite/foreach_with_prefix.exp: New file.
4683
4684 2019-07-04 Alan Hayward <alan.hayward@arm.com>
4685
4686 * gdb.server/unittest.exp: Allow 0 unit tests to run.
4687
4688 2019-07-03 Pedro Alves <palves@redhat.com>
4689
4690 * lib/gdb.exp (foreach_with_prefix): Use "catch" and
4691 "return -code".
4692
4693 2019-07-03 Pedro Alves <palves@redhat.com>
4694
4695 PR cli/24732
4696 * gdb.base/shell.exp: Load completion-support.exp.
4697 Adjust expected error output. Add completion tests.
4698
4699 2019-07-03 Pedro Alves <palves@redhat.com>
4700
4701 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Use
4702 string_to_regexp.
4703
4704 2019-07-03 Pedro Alves <palves@redhat.com>
4705
4706 * gdb.base/options.exp (expect_none, expect_flag, expect_bool)
4707 (expect_integer): Adjust to expect "-string".
4708 (expect_string): New.
4709 (all_options): Expect "-string".
4710 (test-flag, test-boolean): Adjust to expect "-string".
4711 (test-string): New proc.
4712 (top level): Call it.
4713
4714 2019-07-03 Pedro Alves <palves@redhat.com>
4715
4716 * gdb.base/options.exp (test-misc, test-flag, test-boolean)
4717 (test-uinteger, test-enum): Adjust res_test_gdb_... calls to pass
4718 the expected output in the success.
4719
4720 2019-07-03 Pedro Alves <palves@redhat.com>
4721
4722 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
4723 Split one gdb_test_multiple call in two to avoid a race.
4724
4725 2019-07-03 Pedro Alves <palves@redhat.com>
4726
4727 * gdb.base/with.c: New file.
4728 * gdb.base/with.exp: New file.
4729
4730 2019-07-03 Pedro Alves <palves@redhat.com>
4731
4732 * gdb.base/settings.exp: Replace all references to "maint
4733 test-settings set" with references to "maint set test-settings",
4734 and all references to "maint test-settings show" with references
4735 to "maint show test-settings".
4736
4737 2019-07-03 Pedro Alves <palves@redhat.com>
4738
4739 * gdb.base/settings.exp (test-string): Adjust expected out when
4740 testing "maint test-settings show filename"
4741
4742 2019-07-02 Pedro Alves <palves@redhat.com>
4743
4744 * gdb.base/options.exp (test-info-threads): New procedure.
4745 (top level): Call it.
4746
4747 2019-06-28 Tom Tromey <tromey@adacore.com>
4748
4749 * gdb.dwarf2/ada-linkage-name.c: New file.
4750 * gdb.dwarf2/ada-linkage-name.exp: New file.
4751
4752 2019-06-27 Tom Tromey <tromey@adacore.com>
4753
4754 PR c++/20020:
4755 * gdb.cp/constexpr-field.exp: Use setup_xfail.
4756
4757 2019-06-26 Tom de Vries <tdevries@suse.de>
4758
4759 * gdb.dwarf2/varval.exp: Compile twice, once without bad DWARF.
4760
4761 2019-06-26 Tom de Vries <tdevries@suse.de>
4762
4763 * gdb.base/index-cache.exp: Add back missing debug option.
4764
4765 2019-06-23 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4766
4767 * gdb.base/alias.exp: Test non matching/non existing prefixes.
4768
4769 2019-06-25 Tom de Vries <tdevries@suse.de>
4770
4771 PR testsuite/24727
4772 * gdb.dwarf2/dw2-restrict.S: Regenerate using clang 5.0.1.
4773
4774 2019-06-24 Tom de Vries <tdevries@suse.de>
4775
4776 * gdb.dwarf2/implptr-64bit.exp: Fix intra-CU '%' label reference.
4777
4778 2019-06-24 Tom de Vries <tdevries@suse.de>
4779
4780 * gdb.trace/entry-values.exp: Use DW_FORM_udata instead of
4781 DW_FOR_sdata for DW_AT_decl_file. Use 0 for DW_AT_decl_file.
4782 * gdb.trace/unavailable-dwarf-piece.exp: Same.
4783
4784 2019-06-24 Tom de Vries <tdevries@suse.de>
4785
4786 * gdb.dwarf2/inlined_subroutine-inheritance.exp:
4787
4788 2019-06-21 Tom de Vries <tdevries@suse.de>
4789
4790 * gdb.base/index-cache.exp: Add additional_flags=-Wl,--build-id.
4791
4792 2019-06-21 Tom de Vries <tdevries@suse.de>
4793
4794 PR testsuite/24518
4795 PR ada/24713
4796 * gdb.ada/ptype_union.exp: Mark as unsupported if executable contains
4797 index.
4798
4799 2019-06-19 Tom Tromey <tromey@adacore.com>
4800
4801 * gdb.ada/length_cond.exp: Add intro comment.
4802
4803 2019-06-19 Tom Tromey <tromey@adacore.com>
4804
4805 * gdb.ada/length_cond.exp: New file.
4806 * gdb.ada/length_cond/length_cond.adb: New file.
4807 * gdb.ada/length_cond/pck.adb: New file.
4808 * gdb.ada/length_cond/pck.ads: New file.
4809
4810 2019-06-18 Tom de Vries <tdevries@suse.de>
4811
4812 * boards/fission.exp (debug_flags): Add "-fuse-ld=gold".
4813
4814 2019-06-18 Tom Tromey <tromey@adacore.com>
4815
4816 * gdb.base/list0.h: Add comment explaining control character.
4817
4818 2019-06-18 Tom de Vries <tdevries@suse.de>
4819
4820 * boards/fission.exp: Break up long debug_flags line.
4821
4822 2019-06-16 Tom de Vries <tdevries@suse.de>
4823
4824 PR gdb/24445
4825 * gdb.dwarf2/gdb-index.exp (add_gdb_index): Update dwz file with
4826 generated index.
4827
4828 2019-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
4829
4830 PR gdb/24686
4831 * gdb.mi/mi-catch-cpp-exceptions.exp: Add an extra pattern to
4832 improve detection of bug gdb/24541.
4833
4834 2019-06-16 Simon Marchi <simon.marchi@polymtl.ca>
4835
4836 PR gdb/24669
4837 * gdb.base/index-cache.exp (uses_readnow,
4838 expecting_index_cache_use): Define global variable.
4839 (test_cache_enabled_miss, test_cache_enabled_hit): Use
4840 expecting_index_cache_use.
4841
4842 2019-06-16 Bernhard Heckel <bernhard.heckel@intel.com>
4843 Andrew Burgess <andrew.burgess@embecosm.com>
4844
4845 * gdb.fortran/pointers.f90: New file.
4846 * gdb.fortran/print_type.exp: New file.
4847 * gdb.fortran/vla-ptype.exp: Adapt expected results.
4848 * gdb.fortran/vla-type.exp: Likewise.
4849 * gdb.fortran/vla-value.exp: Likewise.
4850 * gdb.mi/mi-vla-fortran.exp: Likewise.
4851
4852 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
4853
4854 * gdb.mi/mi-catch-cpp-exceptions.cc: New file.
4855 * gdb.mi/mi-catch-cpp-exceptions.exp: New file.
4856 * lib/mi-support.exp (mi_expect_stop): Handle 'exception-caught'
4857 as a stop reason.
4858
4859 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
4860
4861 * gdb.base/annota1.exp: Update expected results.
4862 * gdb.cp/annota2.exp: Likewise.
4863 * gdb.cp/annota3.exp: Likewise.
4864
4865 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
4866
4867 * gdb.base/style-logging.exp: Remove path from test name.
4868
4869 2019-06-14 Tom Tromey <tromey@adacore.com>
4870
4871 PR gdb/24502:
4872 * gdb.base/style-logging.exp: New file.
4873
4874 2019-06-14 Tom Tromey <tromey@adacore.com>
4875
4876 * gdb.base/symfile-warn.exp: New file.
4877 * gdb.base/symfile-warn.c: New file.
4878
4879 2019-06-14 Tom Tromey <tromey@adacore.com>
4880
4881 * gdb.base/annotate-symlink.exp: New file.
4882
4883 2019-06-14 Tom Tromey <tromey@adacore.com>
4884
4885 * gdb.ada/set_wstr.exp: Add reassignment test.
4886
4887 2019-06-14 Tom Tromey <tromey@adacore.com>
4888
4889 * gdb.ada/formatted_ref.exp (test_p_x_addr): Check
4890 'unchecked_access and 'unrestricted_access as well.
4891
4892 2019-06-14 Tom Tromey <tromey@adacore.com>
4893
4894 PR ada/24539:
4895 * gdb.ada/vla.exp: Update tests.
4896 * gdb.ada/vla/vla.adb (Record_Type): Use No_Component_Reordering
4897 pragma.
4898
4899 2019-06-13 Pedro Alves <palves@redhat.com>
4900
4901 * gdb.base/settings.exp (test-integer): Test junk after
4902 "unlimited".
4903
4904 2019-06-13 Pedro Alves <palves@redhat.com>
4905
4906 * gdb.base/options.exp (test-thread-apply): New.
4907 (top level): Call it.
4908
4909 2019-06-13 Pedro Alves <palves@redhat.com>
4910
4911 * gdb.base/options.exp (test-frame-apply): New.
4912 (top level): Test print commands with different "frame apply"
4913 prefixes.
4914
4915 2019-06-13 Pedro Alves <palves@redhat.com>
4916
4917 * lib/completion-support.exp (test_gdb_complete_tab_multiple)
4918 (test_gdb_complete_cmd_multiple, test_gdb_complete_multiple): Add
4919 'max_completions' parameter and handle it.
4920 (test_gdb_completion_offers_commands): New.
4921
4922 2019-06-13 Pedro Alves <palves@redhat.com>
4923
4924 * gdb.base/options.exp (test-backtrace): Test completing qualifiers.
4925
4926 2019-06-13 Pedro Alves <palves@redhat.com>
4927
4928 * gdb.base/options.exp (test-backtrace): New.
4929 (top level): Call it.
4930
4931 2019-06-13 Pedro Alves <palves@redhat.com>
4932
4933 * gdb.guile/scm-frame-args.exp: Use "set print
4934 raw-frame-arguments" instead of "set print raw frame-arguments".
4935 * gdb.python/py-frame-args.exp: Likewise.
4936
4937 2019-06-13 Pedro Alves <palves@redhat.com>
4938
4939 * gdb.compile/compile.exp: Adjust expected output to option
4940 processing changes.
4941
4942 2019-06-13 Pedro Alves <palves@redhat.com>
4943
4944 * gdb.base/options.exp: Build executable.
4945 (test-print): New procedure.
4946 (top level): Call it, once for "print" and another for "compile
4947 print".
4948
4949 2019-06-13 Pedro Alves <palves@redhat.com>
4950
4951 * gdb.base/options.c: New file.
4952 * gdb.base/options.exp: New file.
4953
4954 2019-06-13 Pedro Alves <palves@redhat.com>
4955
4956 * gdb.base/settings.exp (test-boolean, test-auto-boolean): Check
4957 that "o" is ambiguous.
4958
4959 2019-06-13 Pedro Alves <palves@redhat.com>
4960
4961 * gdb.base/settings.c: New file.
4962 * gdb.base/settings.exp: New file.
4963
4964 2019-06-13 Pedro Alves <palves@redhat.com>
4965
4966 * gdb.base/completion.exp: Fix comment typo.
4967
4968 2019-06-13 Pedro Alves <palves@redhat.com>
4969
4970 * gdb.multi/tids.exp: Adjust expected output. Add "thread apply 1
4971 foo --1" test.
4972
4973 2019-06-11 Bernhard Heckel <bernhard.heckel@intel.com>
4974
4975 * gdb.fortran/block-data.f: New.
4976 * gdb.fortran/block-data.exp: New.
4977
4978 2019-06-11 Tom de Vries <tdevries@suse.de>
4979
4980 PR testsuite/24521
4981 * gdb.multi/remove-inferiors.exp: Allow "Expanding full symbols"
4982 message.
4983
4984 2019-06-11 Tom de Vries <tdevries@suse.de>
4985
4986 PR testsuite/24521
4987 * gdb.dwarf2/nonvar-access.exp: Fix main high_pc.
4988
4989 2019-06-11 Tom de Vries <tdevries@suse.de>
4990
4991 * boards/readnow.exp: New file.
4992
4993 2019-06-10 Andrew Burgess <andrew.burgess@embecosm.com>
4994
4995 * gdb.fortran/vla-sizeof.exp: Update expected results.
4996
4997 2019-06-06 Amos Bird <amosbird@gmail.com>
4998
4999 * gdb.base/annota1.exp (thread_switch): Add test for
5000 thread-exited annotation.
5001
5002 2019-06-06 Tom Tromey <tromey@adacore.com>
5003
5004 * gdb.base/maint.exp: Expect command started/finished output.
5005
5006 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
5007
5008 * gdb.arch/riscv-unwind-long-insn-6.s: Remove use of 'I' in
5009 comment.
5010 * gdb.arch/riscv-unwind-long-insn-8.s: Likewise.
5011
5012 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
5013
5014 * gdb.arch/riscv-unwind-long-insn-6.s: New file.
5015 * gdb.arch/riscv-unwind-long-insn-8.s: New file.
5016 * gdb.arch/riscv-unwind-long-insn.c: New file.
5017 * gdb.arch/riscv-unwind-long-insn.exp: New file.
5018
5019 2019-06-04 Christian Biesinger <cbiesinger@google.com>
5020
5021 * gdb.python/py-type.exp: Test for new gdb.Type.objfile property.
5022
5023 2019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5024
5025 * lib/gdb.exp (help_list_trailer): New regexp variable
5026 factorizing the help trailer message.
5027 (test_class_help): Use help_list_trailer. Add LIST_OF_COMMANDS
5028 arg to allow to better factorize various tests.
5029 (test_user_defined_class_help): Factorizes testing 'help user-defined'.
5030 (test_prefix_command_help): Use help_list_trailer.
5031 * gdb.python/py-cmd.exp: Use test_user_defined_class_help.
5032 * gdb.guile/scm-cmd.exp: Likewise.
5033 * gdb.trace/tracecmd.exp: Update caller of test_class_help.
5034 * gdb.base/help.exp: Use test_user_defined_class_help.
5035 * gdb.base/style.exp: Add tests for styling of help and apropos.
5036 * lib/gdb-utils.exp (style): Add title and highlight styles.
5037
5038 2019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5039
5040 * gdb.base/shell.exp: Test pipe command, $_shell_exitcode,
5041 $_shell_exitsignal.
5042 * gdb.base/default.exp: Update for new convenience variables.
5043
5044 2019-05-29 Tom Tromey <tromey@adacore.com>
5045
5046 * gdb.ada/complete.exp (test_gdb_no_completion): Add "/" and "-"
5047 to "break complete ada" test case's regexp.
5048
5049 2019-05-29 Tom Tromey <tromey@adacore.com>
5050
5051 PR c++/20020:
5052 * gdb.cp/constexpr-field.exp: New file.
5053 * gdb.cp/constexpr-field.cc: New file.
5054
5055 2019-05-29 Tom Tromey <tromey@adacore.com>
5056
5057 * gdb.base/finish.exp (finish_no_print): New proc.
5058 (finish_tests): Call it.
5059
5060 2019-05-24 Tom de Vries <tdevries@suse.de>
5061
5062 * gdb.dwarf2/gdb-add-index.exp: New file.
5063
5064 2019-05-22 Tom Tromey <tromey@adacore.com>
5065
5066 * gdb.base/info-shared.exp (check_info_shared): Use "style".
5067 * gdb.base/style.exp: Use "style".
5068 * lib/gdb-utils.exp (style): New proc.
5069
5070 2019-05-22 Tom de Vries <tdevries@suse.de>
5071
5072 * gdb.base/align.exp: Require c++11.
5073
5074 2019-05-22 Tom de Vries <tdevries@suse.de>
5075
5076 PR testsuite/24586
5077 * gdb.python/py-mi-var-info-path-expression.exp: Call
5078 mi_skip_python_tests to check if python is supported.
5079
5080 2019-05-22 Alan Hayward <alan.hayward@arm.com>
5081
5082 * gdb.arch/aarch64-pauth.c: New test.
5083 * gdb.arch/aarch64-pauth.exp: New file.
5084
5085 2019-05-22 Alan Hayward <alan.hayward@arm.com>
5086
5087 * README (Re-running Tests Outside The Testsuite): New section.
5088
5089 2019-05-21 Tom de Vries <tdevries@suse.de>
5090
5091 * gdb.arch/amd64-eval.exp: Require c++11.
5092 * gdb.base/max-depth.exp: Same.
5093 * gdb.compile/compile-cplus-array-decay.exp: Same.
5094 * gdb.cp/meth-typedefs.exp: Same.
5095 * gdb.cp/subtypes.exp: Same.
5096 * gdb.cp/temargs.exp: Same.
5097
5098 2019-05-21 Alan Hayward <alan.hayward@arm.com>
5099
5100 * lib/gdbserver-support.exp (gdbserver_run): Mark kill as optional.
5101
5102 2019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
5103
5104 PR gdb/18644
5105 * gdb.fortran/complex.exp: Remove setup_kfail calls.
5106 * gdb.fortran/printing-types.exp: Add new test.
5107 * gdb.fortran/printing-types.f90: Add 16-byte real variable for
5108 testing.
5109 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Remove
5110 setup_kfail call.
5111
5112 2019-05-17 Alan Hayward <alan.hayward@arm.com>
5113
5114 * README (Running the Testsuite): Change example.
5115 (Testsuite Parameters): Remove TRANSCRIPT.
5116 * lib/gdb.exp: Remove TRANSCRIPT check.
5117
5118 2019-05-17 Alan Hayward <alan.hayward@arm.com>
5119
5120 * README (Testsuite Parameters): Add replay logging to
5121 GDBSERVER_DEBUG.
5122 (gdbserver,debug): Refer to GDBSERVER_DEBUG.
5123 * lib/gdbserver-support.exp (gdbserver_start): Treat gdbserverdebug
5124 as a comma separated list.
5125 (gdb_debug_init): Override procedure.
5126
5127 2019-05-17 Alan Hayward <alan.hayward@arm.com>
5128
5129 * lib/gdb.exp (default_gdb_spawn): Call gdb_write_cmd_file.
5130 (gdb_write_cmd_file): New procedure.
5131 * lib/gdbserver-support.exp (gdbserver_start): Call
5132 gdbserver_write_cmd_file.
5133 (gdbserver_write_cmd_file): New procedure.
5134
5135 2019-05-17 Alan Hayward <alan.hayward@arm.com>
5136
5137 * lib/gdb.exp (gdb_unload): Mark Y as an answer.
5138 (delete_breakpoints): Likewise.
5139 (gdb_run_cmd): Likewise.
5140 (gdb_start_cmd): Likewise.
5141 (gdb_starti_cmd): Likewise.
5142 (gdb_internal_error_resync): Likewise.
5143 (gdb_test_multiple): Likewise.
5144 (gdb_reinitialize_dir): Likewise.
5145 (default_gdb_exit): Likewise.
5146 (gdb_file_cmd): Mark kill as optional.
5147 (default_gdb_start): Call gdb_stdin_log_init.
5148 (send_gdb): Call gdb_stdin_log_write.
5149 (rerun_to_main): Mark Y as an answer.
5150 (gdb_stdin_log_init): New function.
5151 (gdb_stdin_log_write): Likewise.
5152
5153 2019-05-17 Alan Hayward <alan.hayward@arm.com>
5154
5155 * gdb.base/breakpoint-in-ro-region.exp: Disable when debugging.
5156 * gdb.base/debug-expr.exp: Likewise.
5157 * gdb.base/foll-fork.exp: Likewise.
5158 * gdb.base/foll-vfork.exp: Likewise.
5159 * gdb.base/fork-print-inferior-events.exp: Likewise.
5160 * gdb.base/gdb-sigterm.exp: Likewise.
5161 * gdb.base/gdbinit-history.exp: Likewise.
5162 * gdb.base/osabi.exp: Likewise.
5163 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
5164 * gdb.base/ui-redirect.exp: Likewise.
5165 * gdb.gdb/unittest.exp: Likewise.
5166 * gdb.mi/mi-break.exp: Disable separate-mi-tty when debugging.
5167 * gdb.mi/mi-watch.exp: Likewise.
5168 * gdb.mi/new-ui-mi-sync.exp: Likewise.
5169 * gdb.mi/user-selected-context-sync.exp: Likewise.
5170 * gdb.python/python.exp: Disable debug test when debugging.
5171 * gdb.threads/check-libthread-db.exp: Disable when debugging.
5172 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
5173 Likewise.
5174 * gdb.threads/stepi-random-signal.exp: Likewise.
5175
5176 2019-05-17 Alan Hayward <alan.hayward@arm.com>
5177
5178 * Makefile.in: Pass through GDB_DEBUG.
5179 * README (Testsuite Parameters): Add GDB_DEBUG.
5180 (gdb,debug): Add board setting.
5181 * lib/gdb.exp (default_gdb_start): Start debugging.
5182 (gdb_debug_enabled): New procedure.
5183 (gdb_debug_init): Likewise.
5184
5185 2019-05-17 Alan Hayward <alan.hayward@arm.com>
5186
5187 * Makefile.in: Pass through GDB_DEBUG.
5188 * README (Testsuite Parameters): Add GDB_DEBUG.
5189 (gdb,debug): Add board setting.
5190 * lib/gdb.exp (default_gdb_start): Start debugging.
5191 (gdb_debug_enabled): New procedure.
5192 (gdb_debug_init): Likewise.
5193
5194 2019-05-17 Alan Hayward <alan.hayward@arm.com>
5195
5196 * gdb.base/ui-redirect.exp: Add debug redirect tests.
5197
5198 2019-05-17 Alan Hayward <alan.hayward@arm.com>
5199
5200 * gdb.base/ui-redirect.exp: Test redirection.
5201
5202 2019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
5203
5204 * gdb.mi/mi-complete.exp: New file.
5205 * gdb.mi/mi-complete.cc: Likewise.
5206
5207 2019-05-15 Bernhard Heckel <bernhard.heckel@intel.com>
5208
5209 * gdb.fortran/vla-sizeof.exp: Add tests of sizeof applied to
5210 indexed and sliced arrays, and pointers to arrays.
5211
5212 2019-05-14 Tom Tromey <tromey@adacore.com>
5213
5214 * gdb.base/info-shared.exp (check_info_shared): Add "info shared"
5215 styling test.
5216
5217 2019-05-14 Tom de Vries <tdevries@suse.de>
5218
5219 * gdb.dwarf2/dw2-skip-prologue.S (.debug_loc): Fix base address
5220 selection entry encoding.
5221
5222 2019-05-10 Tom Tromey <tromey@adacore.com>
5223
5224 * gdb.ada/info_exc.exp: Add "complete" test.
5225
5226 2019-05-09 Tom de Vries <tdevries@suse.de>
5227
5228 * gdb.arch/amd64-tailcall-self.S: Make DW_FORM_ref4 references
5229 CU-relative.
5230
5231 2019-05-09 Tom de Vries <tdevries@suse.de>
5232
5233 * gdb.arch/amd64-entry-value-paramref.S: Make DW_FORM_ref4 references
5234 CU-relative.
5235
5236 2019-05-08 Joel Brobecker <brobecker@adacore.com>
5237
5238 * gdb.ada/frame_arg_lang.exp: New testcase.
5239 * gdb.ada/frame_arg_lang/bla.adb: New file.
5240 * gdb.ada/frame_arg_lang/pck.ads: New file.
5241 * gdb.ada/frame_arg_lang/pck.adb: New file.
5242 * gdb.ada/frame_arg_lang/foo.c: New file.
5243
5244 2019-05-08 Tom Tromey <tromey@adacore.com>
5245
5246 * gdb.python/py-value.exp (test_value_in_inferior): Add Ada test.
5247
5248 2019-05-08 Tom Tromey <tromey@adacore.com>
5249
5250 * gdb.base/ptype-offsets.exp: Update tests.
5251
5252 2019-05-08 Tom Tromey <tromey@adacore.com>
5253
5254 * gdb.base/ptype-offsets.exp: Use string_to_regexp. Fix test
5255 cases.
5256 * gdb.base/ptype-offsets.cc (struct abc) <my_int_type>: Now
5257 "short".
5258
5259 2019-05-08 Tom Tromey <tromey@adacore.com>
5260
5261 * gdb.ada/vla.exp: New file.
5262 * gdb.ada/vla/vla.adb: New file.
5263
5264 2019-05-07 Tom de Vries <tdevries@suse.de>
5265
5266 * gdb.base/index-cache.exp (ls_host): Fix return statement.
5267
5268 2019-05-07 Tom de Vries <tdevries@suse.de>
5269
5270 PR testsuite/24522
5271 * gdb.dlang/watch-loc.c: Fix debug_info_offset in .debug_aranges
5272 section.
5273
5274 2019-05-07 Tom de Vries <tdevries@suse.de>
5275
5276 PR testsuite/24522
5277 * gdb.dwarf2/dw2-case-insensitive-debug.S: Fix debug_info_offset in
5278 .debug_aranges section.
5279
5280 2019-05-07 Tom de Vries <tdevries@suse.de>
5281
5282 PR testsuite/24159
5283 * lib/dwarf.exp: Fix handling of DW_FORM_ref_addr.
5284
5285 2019-05-06 Tom de Vries <tdevries@suse.de>
5286
5287 * lib/gdb.exp (exec_has_index_section): New proc.
5288 * gdb.base/index-cache.exp: Handle case that binfile contains an index
5289 section.
5290
5291 2019-05-04 Tom de Vries <tdevries@suse.de>
5292
5293 * boards/cc-with-debug-names.exp: New file.
5294
5295 2019-05-03 Tom Tromey <tromey@adacore.com>
5296
5297 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): New type.
5298 * gdb.ada/char_enum/foo.adb: Use Global_Enum_Type.
5299 * gdb.ada/char_enum.exp: Add test.
5300
5301 2019-05-03 Tom de Vries <tdevries@suse.de>
5302
5303 * boards/cc-with-gdb-index.exp: New file.
5304
5305 2019-05-02 Andrew Burgess <andrew.burgess@embecosm.com>
5306
5307 * gdb.rust/simple.exp: Add new test case.
5308 * gdb.rust/simple.rs (struct StringAtOffset): New struct.
5309 (main): Initialise an instance of the new struct.
5310
5311 2019-05-01 Tom Tromey <tromey@adacore.com>
5312
5313 * gdb.ada/packed_array_assign/aggregates.ads (Nested_Packed): New
5314 record.
5315 (NPR): New variable.
5316 * gdb.ada/packed_array_assign.exp: Add nested packed assignment
5317 test.
5318
5319 2019-05-01 Tom Tromey <tromey@adacore.com>
5320
5321 * gdb.ada/packed_array_assign.exp: Add packed assignment
5322 regression test.
5323
5324 2019-05-01 Tom de Vries <tdevries@suse.de>
5325
5326 * boards/cc-with-tweaks.exp: Generate gdb.sh, and pass it in env(GDB).
5327
5328 2019-05-01 Tom de Vries <tdevries@suse.de>
5329
5330 * boards/dwarf4-gdb-index.exp: Use cc-with-tweaks.exp.
5331
5332 2019-04-30 Ali Tamur <tamur@google.com>
5333
5334 * lib/dwarf.exp(): Added DW_FORM_strx1-4.
5335
5336 2019-04-30 Tom Tromey <tromey@adacore.com>
5337
5338 * lib/ada.exp (find_ada_tool): New proc.
5339 * lib/gdb.exp (gdb_compile_shlib): Allow .o files as inputs.
5340 * gdb.ada/catch_ex_std.exp: New file.
5341 * gdb.ada/catch_ex_std/foo.adb: New file.
5342 * gdb.ada/catch_ex_std/some_package.adb: New file.
5343 * gdb.ada/catch_ex_std/some_package.ads: New file.
5344
5345 2019-04-30 Tom Tromey <tromey@adacore.com>
5346
5347 PR c++/24470:
5348 * gdb.cp/temargs.cc: Add test code from PR.
5349
5350 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
5351
5352 * gdb.fortran/vla-datatypes.exp: Update expected results.
5353 * gdb.fortran/vla-ptype.exp: Likewise.
5354 * gdb.fortran/vla-type.exp: Likewise.
5355 * gdb.fortran/vla-value.exp: Likewise.
5356
5357 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
5358
5359 * gdb.fortran/ptr-indentation.exp: Update expected results.
5360 * gdb.fortran/ptype-on-functions.exp: Likewise.
5361 * gdb.fortran/vla-ptr-info.exp: Likewise.
5362 * gdb.fortran/vla-value.exp: Likewise.
5363
5364 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
5365
5366 * gdb.fortran/ptype-on-functions.exp: New file.
5367 * gdb.fortran/ptype-on-functions.f90: New file.
5368
5369 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
5370
5371 * gdb.fortran/exprs.exp (test_convenience_variables): Expect lower
5372 case void string.
5373
5374 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
5375
5376 * gdb.fortran/complex.exp: Expand.
5377 * gdb.fortran/complex.f: Renamed to...
5378 * gdb.fortran/complex.f90: ...this, and extended to add more
5379 complex values.
5380
5381 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
5382
5383 * gdb.fortran/intrinsics.exp: Extend to cover MOD, CEILING, FLOOR,
5384 MODULO, CMPLX.
5385
5386 2019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
5387 Richard Bunt <richard.bunt@arm.com>
5388
5389 * gdb.base/max-depth.c: New file.
5390 * gdb.base/max-depth.exp: New file.
5391 * gdb.python/py-nested-maps.c: New file.
5392 * gdb.python/py-nested-maps.exp: New file.
5393 * gdb.python/py-nested-maps.py: New file.
5394 * gdb.python/py-format-string.exp (test_max_depth): New proc.
5395 (test_all_common): Call test_max_depth.
5396 * gdb.fortran/max-depth.exp: New file.
5397 * gdb.fortran/max-depth.f90: New file.
5398 * gdb.go/max-depth.exp: New file.
5399 * gdb.go/max-depth.go: New file.
5400 * gdb.modula2/max-depth.exp: New file.
5401 * gdb.modula2/max-depth.c: New file.
5402 * lib/gdb.exp (get_print_expr_at_depths): New proc.
5403
5404 2019-04-29 Tom de Vries <tdevries@suse.de>
5405
5406 * lib/opencl.exp (skip_opencl_tests): Add missing "with" in regexp.
5407
5408 2019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5409
5410 * gdb.base/callexit.exp: Test may-call-functions off.
5411
5412 2019-04-25 Keith Seitz <keiths@redhat.com>
5413
5414 PR c++/24367
5415 * gdb.cp/meth-typedefs.cc (incomplete_struct)
5416 (another_incomplete_struct, test_incomplete): New definitions.
5417 (main): Use new definitions.
5418 * gdb.cp/meth-typedefs.exp: Add new tests for `test_incomplete'
5419 functions.
5420
5421 2019-04-25 Ali Tamur <tamur@google.com>
5422
5423 * lib/dwarf.exp (_handle_DW_FORM): Add DW_FORM_strx.
5424
5425 2019-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
5426
5427 PR corefiles/11608
5428 PR corefiles/18187
5429 * gdb.base/coredump-filter-build-id.exp: New file.
5430
5431 2019-04-25 Alan Hayward <alan.hayward@arm.com>
5432
5433 * Makefile.in: Pass through GDBSERVER_DEBUG.
5434 * README (Testsuite Parameters): Add GDBSERVER_DEBUG.
5435 (gdbserver,debug): Add board setting.
5436 * gdb.trace/tspeed.exp: Skip when debugging.
5437 * lib/gdb.exp (gdbserver_debug_enabled): New procedure.
5438 * lib/gdbserver-support.exp: Likewise
5439
5440 2019-04-24 Tom Tromey <tromey@adacore.com>
5441
5442 * lib/gdb.exp (gdb_compile): Don't add -fno-stack-protector for
5443 Rust.
5444
5445 2019-04-24 Tom Tromey <tromey@adacore.com>
5446
5447 * gdb.arch/amd64-eval.exp: Test bitfield return.
5448 * gdb.arch/amd64-eval.cc (struct Bitfields): New.
5449 (class Foo) <return_bitfields>: New method.
5450 (main): Call it.
5451
5452 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
5453
5454 * gdb.cp/many-args.cc: New file.
5455 * gdb.cp/many-args.exp: New file.
5456
5457 2019-04-23 Tom de Vries <tdevries@suse.de>
5458
5459 PR gdb/24433
5460 * gdb.btrace/reconnect.exp: Fix stepi 19 pattern.
5461
5462 2019-04-23 Alan Hayward <alan.hayward@arm.com>
5463
5464 * gdb.trace/backtrace.exp: Use nopie flag.
5465 * gdb.trace/circ.exp: Likewise.
5466 * gdb.trace/collection.exp: Likewise.
5467 * gdb.trace/ftrace.exp: Likewise.
5468 * gdb.trace/mi-trace-unavailable.exp: Likewise.
5469 * gdb.trace/mi-traceframe-changed.exp: Likewise.
5470 * gdb.trace/qtro.exp: Likewise.
5471 * gdb.trace/read-memory.exp: Likewise.
5472 * gdb.trace/report.exp: Likewise.
5473 * gdb.trace/tfile.exp: Likewise.
5474 * gdb.trace/tfind.exp: Likewise.
5475 * gdb.trace/unavailable.exp: Likewise.
5476
5477 2019-04-22 Pedro Alves <palves@redhat.com>
5478
5479 * gdb.base/solib-probes-nosharedlibrary.c,
5480 gdb.base/solib-probes-nosharedlibrary.exp: New files.
5481
5482 2019-04-19 Tom Tromey <tromey@adacore.com>
5483
5484 * gdb.ada/ptype_union.c: New file.
5485 * gdb.ada/ptype_union.exp: New file.
5486
5487 2019-04-19 Tom Tromey <tromey@adacore.com>
5488
5489 PR symtab/24423:
5490 * gdb.base/list0.h (foo): Add a control-l character.
5491
5492 2019-04-18 Tom de Vries <tdevries@suse.de>
5493
5494 PR gdb/24433
5495 * boards/local-board.exp: Set sysroot to "".
5496
5497 2019-04-18 Tom de Vries <tdevries@suse.de>
5498 Pedro Alves <palves@redhat.com>
5499
5500 PR gdb/24454
5501 * gdb.threads/vfork-follow-child-exec.c: New file.
5502 * gdb.threads/vfork-follow-child-exec.exp: New file.
5503 * gdb.threads/vfork-follow-child-exit.c: New file.
5504 * gdb.threads/vfork-follow-child-exit.exp: New file.
5505
5506 2019-04-15 Leszek Swirski <leszeks@google.com>
5507
5508 * gdb.arch/amd64-eval.cc: New file.
5509 * gdb.arch/amd64-eval.exp: New file.
5510
5511 2019-04-11 Alan Hayward <alan.hayward@arm.com>
5512
5513 * gdb.server/sysroot.c: New test.
5514 * gdb.server/sysroot.exp: New file.
5515 * lib/gdbserver-support.exp (gdb_target_cmd): Add additional text
5516 matching param.
5517
5518 2019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
5519
5520 * gdb.base/align.exp: Extend test to cover structures containing
5521 only static fields.
5522
5523 2019-04-11 Tom de Vries <tdevries@suse.de>
5524
5525 * boards/cc-with-dwz-m.exp: New file.
5526 * boards/cc-with-dwz.exp: New file.
5527 * boards/cc-with-tweaks.exp: Note that check-gdb doesn't work.
5528
5529 2019-04-09 Simon Marchi <simon.marchi@efficios.com>
5530
5531 * gdb.base/start-cpp.exp: New file.
5532 * gdb.base/start-cpp.cc: New file.
5533
5534 2019-04-08 Kevin Buettner <kevinb@redhat.com>
5535
5536 * gdb.python/py-thrhandle.exp: Adjust tests to call
5537 thread_from_handle instead of thread_from_thread_handle.
5538
5539 2019-04-08 Kevin Buettner <kevinb@redhat.com>
5540
5541 * gdb.python/py-thrhandle.exp: Add tests for
5542 gdb.InferiorThread.handle.
5543
5544 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
5545
5546 * gdb.python/py-function.exp: Check calling helper function from
5547 all languages.
5548 * lib/gdb.exp (gdb_supported_languages): New proc.
5549
5550 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
5551
5552 * gdb.base/complex-parts.c: New file.
5553 * gdb.base/complex-parts.exp: New file.
5554
5555 2019-04-01 Tom Tromey <tromey@adacore.com>
5556
5557 PR symtab/23331:
5558 * gdb.dwarf2/dw2-ranges-main.c: New file.
5559 * gdb.dwarf2/dw2-ranges-psym.c: New file.
5560 * gdb.dwarf2/dw2-ranges-psym.exp: New file.
5561
5562 2019-03-30 Simon Marchi <simark@simark.ca>
5563
5564 * gdb.base/default.exp: Add values for $_gdb_major and
5565 $_gdb_minor.
5566
5567 2019-03-29 Tom Tromey <tromey@adacore.com>
5568
5569 * gdb.base/help.exp: Tighten apropos regexp.
5570
5571 2019-03-29 Keith Seitz <keiths@redhat.com>
5572
5573 * gdb.fortran/array-bounds.exp: New file.
5574 * gdb.fortran/array-bounds.f90: New file.
5575
5576 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5577
5578 * gdb.multi/multi-term-settings.c (main): Increase alarm timer.
5579
5580 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5581
5582 * gdb.multi/hello.c (main): Increase alarm timer.
5583
5584 2019-03-28 Sandra Loosemore <sandra@codesourcery.com>
5585
5586 * gdb.threads/watchpoint-fork.exp (test): Use large timeout
5587 factor when no hardware watchpoint support.
5588
5589 2019-03-28 Alan Hayward <alan.hayward@arm.com>
5590 Pedro Alves <palves@redhat.com>
5591
5592 * boards/local-board.exp: set sysroot to /.
5593
5594 2019-03-27 Alan Hayward <alan.hayward@arm.com>
5595
5596 * gdb.base/interrupt-daemon-attach.c (main): Add alarm and sleep
5597 in child.
5598
5599 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
5600
5601 * gdb.python/py-prettyprint.c (struct container) <is_map_p>: New
5602 field.
5603 (make_container): Initialise new field.
5604 * gdb.python/py-prettyprint.exp: Add new tests.
5605 * gdb.python/py-prettyprint.py (class ContainerPrinter)
5606 <display_hint>: New method.
5607
5608 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
5609
5610 * gdb.python/py-prettyprint.exp: Use gdb_breakpoint and
5611 gdb_continue_to_breakpoint more throughout this test.
5612 (run_lang_tests) Supply unique test names, and use
5613 gdb_test_no_output.
5614
5615 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
5616
5617 * gdb.base/finish-pretty.exp: Update expected results.
5618 * gdb.base/pretty-print.c: New file.
5619 * gdb.base/pretty-print.exp: New file.
5620
5621 2019-03-25 Pedro Alves <palves@redhat.com>
5622
5623 * lib/gdb.exp (gdb_test_multiple): Split appends to $code and
5624 move comments outside list. Append '-i "" eof' section.
5625
5626 2019-03-22 Alan Hayward <alan.hayward@arm.com>
5627
5628 PR testsuite/25016
5629 * README: Add pie options.
5630 * gdb.base/break-interp.exp: Ensure pie is disabled.
5631 * gdb.base/dump.exp: Likewise.
5632 * lib/gdb.exp (gdb_compile): Add pie option.
5633
5634 2019-03-19 Tom Tromey <tromey@adacore.com>
5635
5636 * gdb.mi/mi2-cli-display.c: New file.
5637 * gdb.mi/mi2-cli-display.exp: New file.
5638
5639 2019-03-18 Joel Brobecker <brobecker@adacore.com>
5640 Tom Tromey <tromey@adacore.com>
5641
5642 * gdb.ada/ptype_array/pck.adb: New file.
5643 * gdb.ada/ptype_array/pck.ads: New file.
5644 * gdb.ada/ptype_array/foo.adb: New file.
5645 * gdb.ada/ptype_array.exp: New file.
5646
5647 2019-03-14 Tom Tromey <tromey@adacore.com>
5648
5649 * gdb.base/style.exp: Add "set style sources" test.
5650
5651 2019-03-13 Simon Marchi <simon.marchi@ericsson.com>
5652
5653 * mi-breakpoint-location-ena-dis.exp: Rename to ...
5654 * mi-breakpoint-multiple-locations.exp: ... this.
5655 (make_breakpoints_pattern): New proc.
5656 (do_test): Add mi_version parameter, test -break-insert,
5657 -break-info and =breakpoint-created.
5658
5659 2019-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
5660
5661 * config/default.exp: Remove 'load_lib gdb.exp'.
5662 * config/monitor.exp: Likewise.
5663 * config/sid.exp: Likewise.
5664 * config/sim.exp: Likewise.
5665 * config/slite.exp: Likewise.
5666 * config/unix.exp: Likewise.
5667 * gdb.base/default.exp: Remove unhelpful comment.
5668
5669 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5670
5671 * gdb.fortran/type-kinds.exp: Extend to cover TYPE*SIZE cases.
5672
5673 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5674
5675 * gdb.fortran/intrinsics.exp: Extend to cover ABS.
5676
5677 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5678
5679 * gdb.fortran/type-kinds.exp: Update expected results.
5680
5681 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5682
5683 * gdb.fortran/type-kinds.exp: Test new integer type kind.
5684
5685 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5686
5687 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): New
5688 function.
5689 (test_basic_parsing_of_type_kinds): Expand types tested.
5690 (test_parsing_invalid_type_kinds): New function.
5691
5692 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5693
5694 * gdb.fortran/intrinsics.exp: New file.
5695 * gdb.fortran/intrinsics.f90: New file.
5696 * gdb.fortran/type-kinds.exp: New file.
5697
5698 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5699
5700 * gdb.fortran/dot-ops.exp: New file.
5701
5702 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5703
5704 * gdb.fortran/types.exp (test_logical_literal_types_accepted):
5705 Check upper and lower case logical literals.
5706
5707 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5708
5709 * gdb.fortran/types.exp (test_float_literal_types_accepted):
5710 Remove duplicate tests.
5711
5712 2019-03-06 Alan Hayward <alan.hayward@arm.com>
5713
5714 * lib/gdb.exp (builtin_cd): rename of cd.
5715 (cd): Override builtin.
5716
5717 2019-03-06 Richard Bunt <richard.bunt@arm.com>
5718
5719 * gdb.fortran/function-calls.exp: New file.
5720 * gdb.fortran/function-calls.f90: New test.
5721
5722 2019-03-04 Richard Bunt <richard.bunt@arm.com>
5723
5724 * gdb.fortran/short-circuit-argument-list.exp: Remove reliance
5725 on user program standard output.
5726 * gdb.fortran/short-circuit-argument-list.f90: Record function
5727 calls.
5728
5729 2019-02-28 Alan Hayward <alan.hayward@arm.com>
5730
5731 * lib/gdbserver-support.exp (gdbserver_start): Check for listen
5732 failure.
5733
5734 2019-02-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
5735
5736 PR gdb/8527
5737 * gdb.base/interrupt-daemon-attach.c,
5738 gdb.base/interrupt-daemon-attach.exp: New test.
5739
5740 2019-02-27 Pedro Alves <palves@redhat.com>
5741
5742 * gdb.base/page.exp: Add tests for "set width/height -1".
5743
5744 2019-02-27 Pedro Alves <palves@redhat.com>
5745
5746 * gdb.base/page.exp: Add tests for "set/show width/height" with
5747 "infinite" values.
5748
5749 2019-02-27 Tom Tromey <tromey@adacore.com>
5750
5751 * lib/gdb.exp (skip_python_tests_prompt): Don't check for Python
5752 2.4.
5753 * gdb.python/py-finish-breakpoint.exp: Remove Python 2.4
5754 workaround.
5755
5756 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
5757
5758 * gdb.base/align.exp: Extend to compile in both C and C++, and add
5759 tests for structs with static members.
5760
5761 2019-02-26 Tom Tromey <tromey@adacore.com>
5762
5763 * gdb.python/py-value.exp (test_value_from_buffer): Check for
5764 ValueError, not TypeError.
5765
5766 2019-02-26 Kevin Buettner <kevinb@redhat.com>
5767
5768 * gdb.python/py-value.exp (test_value_from_buffer): New proc with
5769 call from main program.
5770
5771 2019-02-23 Joel Brobecker <brobecker@adacore.com>
5772
5773 * gdb.ada/mi_ref_changeable.exp: Update copyright year range.
5774 * gdb.ada/mi_ref_changeable/foo_rb20_056.adb: Likewise.
5775 * gdb.ada/mi_ref_changeable/pck.adb: Likewise.
5776 * gdb.ada/mi_ref_changeable/pck.ads: Likewise.
5777 * gdb.dwarf2/inlined_subroutine-inheritance.exp: Likewise.
5778
5779 2019-02-22 Keith Seitz <keiths@redhat.com>
5780
5781 PR symtab/23853
5782 * gdb.base/symlink-sourcefile.c: New file.
5783 * gdb.base/symlink-sourcefile.exp: New file.
5784
5785 2019-02-20 Tom Tromey <tom@tromey.com>
5786
5787 * gdb.base/info_qt.exp: Update.
5788
5789 2019-02-19 Simon Marchi <simon.marchi@polymtl.ca>
5790
5791 * gdb.base/source.exp: Move "error in sourced script" code to
5792 the end.
5793 * gdb.base/source-error.gdb: Move contents to
5794 source-error-1.gdb. Add new code to source source-error-1.gdb.
5795 * gdb.base/source-error-1.gdb: New file, from previous
5796 source-error.gdb.
5797
5798 2019-02-17 Tom Tromey <tom@tromey.com>
5799
5800 * gdb.base/style.exp: Use -g3 to compile when possible. Add test
5801 for macro styling.
5802 * gdb.base/style.c (SOME_MACRO): New macro.
5803
5804 2019-02-17 Tom Tromey <tom@tromey.com>
5805
5806 * gdb.base/style.exp: Add line-wrapping tests.
5807 * gdb.base/page.exp: Add test for quitting during pagination.
5808
5809 2019-02-17 Joel Brobecker <brobecker@adacore.com>
5810
5811 * gdb.ada/big_packed_array: New testcase.
5812 * gdb.ada/homonym.exp: Fix incorrect expected output for
5813 "break <homonym__get_value>" test.
5814
5815 2019-02-13 Weimin Pan <weimin.pan@oracle.com>
5816
5817 PR breakpoints/21870
5818 * gdb.arch/aarch64-dbreg-contents.exp: Use runto_main + continue
5819 and prepare_for_testing. Add comment.
5820 * gdb.arch/aarch64-dbreg-contents.c: Remove SET_WATCHPOINT and
5821 redundant cleanup call. Clean up comment.
5822
5823 2019-02-12 Weimin Pan <weimin.pan@oracle.com>
5824
5825 PR breakpoints/21870
5826 * gdb.arch/aarch64-dbreg-contents.exp: New file.
5827 * gdb.arch/aarch64-dbreg-contents.c: New file.
5828
5829 2019-02-10 Joel Brobecker <brobecker@adacore.com>
5830
5831 * gdb.ada/mi_ref_changeable: New testcase.
5832
5833 2019-02-07 Alan Hayward <alan.hayward@arm.com>
5834
5835 * gdb.base/attach.exp: Add double attach test.
5836
5837 2019-02-07 Simon Marchi <simon.marchi@polymtl.ca>
5838
5839 * lib/gdb.exp (default_gdb_start): Don't match pagination
5840 prompt.
5841 (gdb_init): Set stty_init.
5842
5843 2019-01-27 Tom Tromey <tom@tromey.com>
5844
5845 * gdb.python/py-finish-breakpoint.exp: Remove duplicate call to
5846 skip_python_tests.
5847
5848 2019-01-24 Alan Hayward <alan.hayward@arm.com>
5849
5850 * gdb.base/infcall-nested-structs.c (struct struct_static_02_01):
5851 New structure.
5852 (struct struct_static_02_02): Likewise.
5853 (struct struct_static_02_03): Likewise.
5854 (struct struct_static_02_04): Likewise.
5855 (struct struct_static_04_01): Likewise.
5856 (struct struct_static_04_02): Likewise.
5857 (struct struct_static_04_03): Likewise.
5858 (struct struct_static_04_04): Likewise.
5859 (struct struct_static_06_01): Likewise.
5860 (struct struct_static_06_02): Likewise.
5861 (struct struct_static_06_03): Likewise.
5862 (struct struct_static_06_04): Likewise.
5863 (cmp_struct_static_02_01): Likewise.
5864 (cmp_struct_static_02_02): Likewise.
5865 (cmp_struct_static_02_03): Likewise.
5866 (cmp_struct_static_02_04): Likewise.
5867 (cmp_struct_static_04_01): Likewise.
5868 (cmp_struct_static_04_02): Likewise.
5869 (cmp_struct_static_04_03): Likewise.
5870 (cmp_struct_static_04_04): Likewise.
5871 (cmp_struct_static_06_01): Likewise.
5872 (cmp_struct_static_06_02): Likewise.
5873 (cmp_struct_static_06_03): Likewise.
5874 (cmp_struct_static_06_04): Likewise.
5875 (call_all): Test new structs.
5876 * gdb.base/infcall-nested-structs.exp: Likewise.
5877
5878 2019-01-21 Alan Hayward <alan.hayward@arm.com>
5879 * gdb.base/infcall-nested-structs.exp: Test C++ in addition to C.
5880
5881 2019-01-21 Alan Hayward <alan.hayward@arm.com>
5882 * gdb.base/stack-protector.c: New test.
5883 * gdb.base/stack-protector.exp: New file.
5884 * gdb.cp/ovldbreak.exp: Only allow a single break line.
5885 * lib/gdb.exp (get_compiler_info): Use getting_compiler_info
5886 option.
5887 (gdb_compile): Remove stack protector for GCC and prevent
5888 recursion.
5889
5890 2019-01-16 Keith Seitz <keiths@redhat.com>
5891
5892 PR gdb/23773
5893 * gdb.dwarf2/inlined_subroutine-inheritance.exp: New file.
5894
5895 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
5896
5897 * gdb.arch/vsx-regs.exp: Add tests that use the vector register
5898 aliases.
5899 * gdb.arch/altivec-regs.exp: Likewise. Fix indentation of two
5900 tests.
5901 * gdb.arch/powerpc-vector-regs.c: New file.
5902 * gdb.arch/powerpc-vector-regs.exp: New file.
5903
5904 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
5905
5906 * gdb.arch/altivec-regs.exp: Fix the list passed to
5907 gdb_expect_list when testing "info vector".
5908
5909 2019-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
5910
5911 * gdb.base/style.exp: Don't include path in testname.
5912
5913 2019-01-10 Keith Seitz <keiths@redhat.com>
5914
5915 PR gdb/23712
5916 PR symtab/23010
5917 * gdb.dwarf2/multidictionary.exp: New file.
5918
5919 2019-01-09 Simon Marchi <simon.marchi@ericsson.com>
5920
5921 * gdb.cp/demangle.exp (test_gnu_style_demangling): Rename to...
5922 (test_gnuv3_style_demangling): ... this.
5923 (test_lucid_style_demangling): Remove.
5924 (test_arm_style_demangling): Remove.
5925 (test_hp_style_demangling): Remove.
5926 (do_tests): Remove calls to the above.
5927
5928 2019-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
5929
5930 * lib/mi-support.exp (mi_gdb_test): Remove interactive prompt
5931 case.
5932
5933 2019-01-06 Tom Tromey <tom@tromey.com>
5934
5935 PR gdb/28155:
5936 * gdb.dwarf2/typedef-void-finish.exp: New file.
5937
5938 2018-12-28 Tom Tromey <tom@tromey.com>
5939 Simon Marchi <simark@simark.ca>
5940
5941 * gdb.base/jit-exec.exp: New file.
5942 * gdb.base/jit-exec.c: New file.
5943 * gdb.base/jit-execd.c: New file.
5944
5945 2018-12-28 Tom Tromey <tom@tromey.com>
5946
5947 * gdb.base/style.exp: Update test to check for address styling.
5948
5949 2018-12-28 Tom Tromey <tom@tromey.com>
5950
5951 * gdb.base/style.exp: Add test for styling of "Reading symbols"
5952 message.
5953
5954 2018-12-28 Tom Tromey <tom@tromey.com>
5955
5956 * gdb.base/style.exp: Add test for version number styling.
5957
5958 2018-12-28 Tom Tromey <tom@tromey.com>
5959
5960 * gdb.base/style.exp: Add test for print_address_symbolic.
5961
5962 2018-12-28 Tom Tromey <tom@tromey.com>
5963
5964 * gdb.base/style.exp: Add test for breakpoint setting.
5965
5966 2018-12-28 Tom Tromey <tom@tromey.com>
5967
5968 * gdb.base/style.exp: Add test for variable names.
5969
5970 2018-12-28 Tom Tromey <tom@tromey.com>
5971
5972 * gdb.base/style.exp: New file.
5973 * gdb.base/style.c: New file.
5974
5975 2018-12-28 Tom Tromey <tom@tromey.com>
5976
5977 * lib/gdb.exp (gdb_init): Set the TERM environment variable to
5978 "dumb".
5979 * gdb.base/readline.exp (operate_and_get_next): Save and restore
5980 the TERM environment variable.
5981
5982 2018-12-27 Tom Tromey <tom@tromey.com>
5983
5984 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add
5985 pagination test.
5986
5987 2018-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
5988
5989 * gdb.dwarf2/dw2-unusual-field-names.c: New file.
5990 * gdb.dwarf2/dw2-unusual-field-names.exp: New file.
5991
5992 2018-12-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5993
5994 * gdb.ada/bp_fun_addr/a.adb (a): Rename to bp_fun_addr.
5995 Filename a.adb changed to bp_fun_addr.adb.
5996 gdb.ada/bp_fun_addr.exp: Update test accordingly.
5997
5998 2018-12-21 Jan Vrany <jan.vrany@fit.cvut.cz>
5999
6000 * lib/gdb.exp (gdb_compile): Add new nopie flag enforce
6001 non-PIE executables.
6002 * README: Mention the gdb,nopie_flag board setting.
6003 * gdb.arch/amd64-disp-step.exp: Use nopie flag to enforce
6004 non-PIE executable.
6005 * gdb.arch/amd64-entry-value.exp: Likewise.
6006 * gdb.arch/amd64-invalid-stack-middle.exp: Likewise.
6007 * gdb.arch/i386-float.exp: Likewise.
6008 * gdb.arch/i386-signal.exp: Likewise.
6009 * gdb.mi/mi-reg-undefined.exp: Likewise.
6010
6011 2018-12-21 Paul Marechal <paul.marechal@ericsson.com>
6012
6013 PR gdb/23974
6014 * gdb.base/info-os.exp: Check return for unknown "info os" type.
6015
6016 2018-12-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6017
6018 * gdb.ada/info_auto_lang.exp: Normalize some_c source file.
6019 Update order of results accordingly.
6020
6021 2018-12-12 Andrew Burgess <andrew.burgess@embecosm.com>
6022
6023 * gdb.base/annota1.exp: Update a test regexp.
6024
6025 2018-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
6026
6027 * gdb.base/float.exp: Handle RISC-V targets without an FPU.
6028
6029 2018-12-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6030
6031 * gdb.threads/tid-reuse.c (REUSE_TIME_CAP): Declare as 60.
6032 (reuse_time): Initialize to REUSE_TIME_CAP.
6033 (check_rc): New function.
6034 (main): Use REUSE_TIME_CAP instead of hardcoded 60.
6035 Check pthread_create rc.
6036 (spawner_thread_func): Check pthread_create and pthread_join rc.
6037
6038 2018-12-08 Pedro Alves <palves@redhat.com>
6039
6040 * gdb.base/list.exp (test_forward_search): Rename to ...
6041 (test_forward_reverse_search): ... this. Also test reverse-search
6042 and the forward-search alias.
6043
6044 2018-12-05 Andrew Burgess <andrew.burgess@embecosm.com>
6045
6046 * config/sim.exp (gdb_target_sim): Remove redundant adjustment of
6047 local timeout variable before return, and remove all local timeout
6048 variable entirely.
6049 (gdb_load): Likewise.
6050
6051 2018-12-01 Tom de Vries <tdevries@suse.de>
6052
6053 * gdb.base/gdb-caching-proc.exp: New file.
6054
6055 2018-11-25 Sergio Durigan Junior <sergiodj@redhat.com>
6056
6057 * Makefile.in (TIMESTAMP): New variable.
6058 (check-single): Add $(TIMESTAMP) to the end of $(DO_RUNTEST)
6059 command.
6060 (check-single-racy): Likewise.
6061 (check/%.exp): Likewise.
6062 (check-racy/%.exp): Likewise.
6063 (workers/%.worker): Likewise.
6064 (build-perf): Likewise.
6065 (check-perf): Likewise.
6066 * README: Describe new "TS" and "TS_FORMAT" variables.
6067 * print-ts.py: New file.
6068
6069 2018-11-21 Benno Fünfstück <benno.fuenfstueck@gmail.com>
6070
6071 PR python/23714
6072 * gdb.python/python.exp: Test command repetition after
6073 gdb.execute.
6074
6075 2018-11-20 Andrew Burgess <andrew.burgess@embecosm.com>
6076
6077 * gdb.opt/inline-break.exp: Add test that info breakpoint output
6078 is correctly aligned.
6079
6080 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6081
6082 * gdb.ada/info_auto_lang.exp: New testcase.
6083 * gdb.ada/info_auto_lang/global_pack.ads: New file.
6084 * gdb.ada/info_auto_lang/proc_in_ada.adb: New file.
6085 * gdb.ada/info_auto_lang/some_c.c: New file.
6086
6087 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6088
6089 * gdb.dwarf2/dw2-case-insensitive.exp: Update due to auto switch to
6090 FUNC_lang language syntax.
6091
6092 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6093
6094 * gdb.base/info_minsym.c: New file.
6095 * gdb.base/info_minsym.exp: New file.
6096
6097 2018-11-19 Tom Tromey <tom@tromey.com>
6098
6099 PR rust/23625:
6100 * gdb.rust/simple.exp: Add ptype test. Update expected output.
6101 * gdb.rust/expr.exp: Update expected output. Change one test.
6102
6103 2018-11-19 Tom Tromey <tom@tromey.com>
6104
6105 * gdb.rust/simple.rs: Don't initialize empty_enum_value.
6106
6107 2018-11-19 Pedro Alves <palves@redhat.com>
6108
6109 * gdb.base/warning.exp: Don't override INTERNAL_FLAGS. Use
6110 gdb_spawn_with_cmdline_opts instead of gdb_start. Check that we
6111 see the expected warning.
6112
6113 2018-11-16 Alan Hayward <alan.hayward@arm.com>
6114
6115 PR gdb/22736:
6116 * gdb.cp/infcall-nodebug-lib.c: New test.
6117 * gdb.cp/infcall-nodebug-main.c: New test.
6118 * gdb.cp/infcall-nodebug.exp: New file.
6119
6120 2018-11-12 Simon Marchi <simon.marchi@polymtl.ca>
6121
6122 * gdb.base/skip.exp: Add standard_testfile. Add "skip delete"
6123 completer tests.
6124
6125 2018-11-09 Tom de Vries <tdevries@suse.de>
6126
6127 * gdb.base/msym-lang.c: New test.
6128 * gdb.base/msym-lang.exp: New file.
6129 * gdb.base/msym-lang-main.c: New test.
6130
6131 2018-11-08 Tom Tromey <tom@tromey.com>
6132
6133 PR gdb/23555:
6134 PR gdb/23838:
6135 * gdb.base/warning.exp: New file.
6136
6137 2018-11-08 Jan Beulich <jbeulich@suse.com>
6138
6139 * testsuite/gdb.arch/i386-avx512.c,
6140 testsuite/gdb.arch/i386-avx512.exp: Add 7th test.
6141
6142 2018-11-08 Andrew Burgess <andrew.burgess@embecosm.com>
6143
6144 * gdb.arch/riscv-reg-aliases.exp: Handle targets without floating
6145 point hardware.
6146
6147 2018-11-07 Andrew Burgess <andrew.burgess@embecosm.com>
6148
6149 * gdb.dwarf2/void-type.exp: Rename types, and make var_a an 'int'.
6150 * gdb.dwarf2/missing-type-name.exp: New file.
6151
6152 2018-11-06 Tom de Vries <tdevries@suse.de>
6153
6154 * gdb.base/many-headers.c: New test.
6155 * gdb.base/many-headers.exp: New file.
6156
6157 2018-11-06 Jim Wilson <jimw@sifive.com>
6158
6159 * gdb.base/code_elim.exp: For riscv, set additional_flags
6160 to include -msmall-data-limit=0.
6161
6162 2018-11-01 Joel Brobecker <brobecker@adacore.com>
6163
6164 * gdb.ada/watch_minus_l: New testcase.
6165
6166 2018-11-01 Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
6167
6168 * gdb.arch/aix-sighandle.c: New file.
6169 * gdb.arch/aix-sighandle.exp: New file.
6170
6171 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
6172
6173 * gdb.arch/riscv-reg-aliases.exp: Rewrite to take account of float
6174 registers being unions.
6175
6176 2018-10-31 Tom de Vries <tdevries@suse.de>
6177
6178 * lib/valgrind.exp: New file.
6179 (vgdb_start, vgdb_stop): New procs, factored out of ...
6180 * gdb.base/valgrind-bt.exp: ... here, ...
6181 * gdb.base/valgrind-disp-step.exp: ... here and ...
6182 * gdb.base/valgrind-infcall.exp: ... here.
6183
6184 2018-10-31 Tom de Vries <tdevries@suse.de>
6185
6186 * lib/gdb.exp (get_valueof): Don't output read value in test name.
6187
6188 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
6189
6190 * gdb.dwarf2/void-type.c: New file.
6191 * gdb.dwarf2/void-type.exp: New file.
6192
6193 2018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6194
6195 * gdb.base/info_qt.c: New file.
6196 * gdb.base/info_qt.exp: New file.
6197
6198 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
6199
6200 * gdb.arch/powerpc-htm-regs.c: New file.
6201 * gdb.arch/powerpc-htm-regs.exp: New file.
6202
6203 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
6204
6205 * gdb.arch/powerpc-tar.c: New file.
6206 * gdb.arch/powerpc-tar.exp: New file.
6207
6208 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
6209
6210 * gdb.arch/powerpc-ppr-dscr.c: New file.
6211 * gdb.arch/powerpc-ppr-dscr.exp: New file.
6212
6213 2018-10-25 Tom de Vries <tdevries@suse.de>
6214
6215 * gdb.base/valgrind-db-attach.exp: Rewrite to use vgdb.
6216
6217 2018-10-24 Tom de Vries <tdevries@suse.de>
6218
6219 * lib/gdb.exp (gdb_test_multiple): Log wait status on process no
6220 longer exists error.
6221
6222 2018-10-24 Tom de Vries <tdevries@suse.de>
6223
6224 * gdb.base/catch-follow-exec.exp: Rewrite using gdb_test.
6225
6226 2018-10-24 Tom de Vries <tdevries@suse.de>
6227
6228 * gdb.base/valgrind-db-attach.exp: Handle removed support for
6229 --db-attach in valgrind.
6230
6231 2018-10-23 Andrew Burgess <andrew.burgess@embecosm.com>
6232
6233 * gdb.arch/riscv-reg-aliases.c: New file.
6234 * gdb.arch/riscv-reg-aliases.exp: New file.
6235
6236 2018-10-19 Alan Hayward <alan.hayward@arm.com>
6237
6238 * gdb.python/py-cmd.exp: Check for gdb_prompt.
6239
6240 2018-10-19 Alan Hayward <alan.hayward@arm.com>
6241
6242 * gdb.base/vla-optimized-out.exp: Allow either optimized out or 6.
6243
6244 2018-10-19 Alan Hayward <alan.hayward@arm.com>
6245
6246 * gdb.cp/ovldbreak.exp: Fix regexps.
6247
6248 2018-10-19 Alan Hayward <alan.hayward@arm.com>
6249
6250 * gdb.compile/compile-cplus-print.exp: Start inferior earlier.
6251
6252 2018-10-18 Sergio Durigan Junior <sergiodj@redhat.com>
6253
6254 PR cli/23785
6255 * gdb.base/restore.exp: New test to check if "restore" with an
6256 invalid file doesn't segfault.
6257
6258 2018-10-18 Tom de Vries <tdevries@suse.de>
6259
6260 * gdb.ada/bp_inlined_func.exp: Fix capitalized test name.
6261 * gdb.ada/excep_handle.exp: Same.
6262 * gdb.ada/mi_string_access.exp: Same.
6263 * gdb.ada/mi_var_union.exp: Same.
6264 * gdb.arch/arc-analyze-prologue.exp: Same.
6265 * gdb.arch/arc-decode-insn.exp: Same.
6266 * gdb.base/readnever.exp: Same.
6267 * gdb.fortran/printing-types.exp: Same.
6268 * gdb.guile/scm-lazy-string.exp: Same.
6269
6270 2018-10-16 Tom de Vries <tdevries@suse.de>
6271
6272 PR gdb/23730
6273 * gdb.base/catch-follow-exec.c: Add copyright notice.
6274 * gdb.base/catch-follow-exec.exp: Rewrite to use
6275 gdb_spawn_with_cmdline_opts. Require gdb-native.
6276
6277 2018-10-12 Sandra Loosemore <sandra@codesourcery.com>
6278
6279 * gdb.trace/actions-changed.exp: Check for arch support.
6280 * gdb.trace/actions.exp: Likewise.
6281 * gdb.trace/ax.exp: Likewise.
6282 * gdb.trace/backtrace.exp: Likewise.
6283 * gdb.trace/change-loc.exp: Likewise.
6284 * gdb.trace/deltrace.exp: Likewise.
6285 * gdb.trace/ftrace-lock.exp: Check for shlib and arch support.
6286 * gdb.trace/ftrace.exp: Likewise.
6287 * gdb.trace/infotrace.exp: Check for arch support.
6288 * gdb.trace/mi-trace-frame-collected.exp: Likewise.
6289 * gdb.trace/mi-tracepoint-changed.exp: Likewise.
6290 * gdb.trace/mi-tsv-changed.exp: Likewise.
6291 * gdb.trace/packetlen.exp: Likewise.
6292 * gdb.trace/passc-dyn.exp: Likewise.
6293 * gdb.trace/passcount.exp: Likewise.
6294 * gdb.trace/pending.exp: Likewise.
6295 * gdb.trace/range-stepping.exp: Check for shlib support.
6296 * gdb.trace/report.exp: Check for arch support.
6297 * gdb.trace/save-trace.exp: Likewise.
6298 * gdb.trace/signal.exp: Check for signal support.
6299 * gdb.trace/tfind.exp: Check for arch support.
6300 * gdb.trace/trace-break.exp: Check for arch and shlib support.
6301 * gdb.trace/trace-common.h: Add comment.
6302 * gdb.trace/trace-condition.exp: Check for shlib and arch support.
6303 * gdb.trace/trace-enable-disable.exp: Likewise.
6304 * gdb.trace/trace-mt.exp: Likewise. Remove redundant untested call.
6305 * gdb.trace/tracecmd.exp: Check for arch support.
6306 * gdb.trace/tspeed.exp: Check for shlib and target support.
6307 * gdb.trace/tstatus.exp: Check for arch support.
6308 * gdb.trace/tsv.exp: Likewise.
6309 * gdb.trace/while-dyn.exp: Likewise.
6310 * gdb.trace/while-stepping.exp: Likewise.
6311 * lib/trace-support.exp (gdb_trace_common_supports_arch): New.
6312
6313 2018-10-12 Simon Marchi <simon.marchi@ericsson.com>
6314
6315 * gdb.trace/tspeed.exp: Remove nowarnings.
6316 (prepare_for_trace_test): Declare "global ipalib".
6317 * gdb.trace/tspeed.c: Include unistd.h.
6318 (main): Remove superfluous printf argument.
6319
6320 2018-10-11 Sandra Loosemore <sandra@codesourcery.com>
6321
6322 * gdb.base/solib-vanish.exp: Fix regexp not to require a POSIX
6323 directory prefix on the filename.
6324
6325 2018-10-10 Sergio Durigan Junior <sergiodj@redhat.com>
6326
6327 * gdb.gdb/unittest.exp: Update expected message informing that
6328 selftests have been disabled.
6329 * gdb.server/unittest.exp: Likewise.
6330
6331 2018-10-09 Tom de Vries <tdevries@suse.de>
6332
6333 * lib/gdb.exp (target_supports_scheduler_locking): Replace gdb_start_cmd
6334 with runto_main.
6335
6336 2018-10-08 Weimin Pan <weimin.pan@oracle.com>
6337
6338 PR c++/16841
6339 * gdb.cp/virtbase2.cc: New file.
6340 * gdb.cp/virtbase2.exp: New file.
6341
6342 2018-10-06 Tom Tromey <tom@tromey.com>
6343
6344 PR python/19399:
6345 * gdb.python/py-inferior.exp: Add architecture test.
6346
6347 2018-10-06 Tom Tromey <tom@tromey.com>
6348
6349 * gdb.base/gnu-ifunc.exp (build): Use standard_output_file.
6350 * gdb.trace/unavailable-dwarf-piece.exp: Use standard_output_file.
6351
6352 2018-10-06 Tom Tromey <tom@tromey.com>
6353
6354 * gdb.python/py-breakpoint.exp (check_last_event): Check location
6355 of a "throw" catchpoint.
6356
6357 2018-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
6358
6359 * gdb.base/info-proc.exp: Update string expected from "help info
6360 proc".
6361
6362 2018-10-04 Tom Tromey <tom@tromey.com>
6363
6364 * gdb.cp/maint.exp (test_invalid_name): Update expected output.
6365 * gdb.gdb/complaints.exp (test_short_complaints): Remove.
6366 (test_initial_complaints, test_empty_complaints): Update.
6367 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
6368
6369 2018-10-04 Tom Tromey <tom@tromey.com>
6370
6371 PR cli/19551:
6372 * lib/mi-support.exp (mi_gdb_file_cmd): Update.
6373 * lib/gdb.exp (gdb_file_cmd): Update.
6374 * gdb.stabs/weird.exp (print_weird_var): Update.
6375 * gdb.server/solib-list.exp: Update.
6376 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Update.
6377 * gdb.mi/mi-cli.exp: Update.
6378 * gdb.linespec/linespec.exp: Update.
6379 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
6380 * gdb.dwarf2/dw2-objfile-overlap.exp: Update.
6381 * gdb.cp/cp-relocate.exp: Update.
6382 * gdb.base/sym-file.exp: Update.
6383 * gdb.base/relocate.exp: Update.
6384 * gdb.base/readnever.exp: Update.
6385 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
6386 * gdb.base/kill-detach-inferiors-cmd.exp: Update.
6387 * gdb.base/dbx.exp (gdb_file_cmd): Update.
6388 * gdb.base/code_elim.exp: Update.
6389 * gdb.base/break-unload-file.exp (test_break): Update.
6390 * gdb.base/break-interp.exp (test_attach_gdb): Update.
6391 * gdb.base/break-idempotent.exp (force_breakpoint_re_set):
6392 Update.
6393 * gdb.base/attach.exp (do_attach_tests): Update.
6394 * gdb.base/sepdebug.exp: Update.
6395 * gdb.python/py-section-script.exp: Update.
6396
6397 2018-10-04 Tom Tromey <tom@tromey.com>
6398
6399 PR cli/22234:
6400 * gdb.dwarf2/dw2-stack-boundary.exp: Update expected output.
6401 * gdb.gdb/complaints.exp (test_short_complaints): Update expected
6402 output.
6403
6404 2018-10-04 Tom Tromey <tom@tromey.com>
6405
6406 * gdb.base/attach.exp (test_command_line_attach_run): Use -quiet;
6407 set width and height to 0.
6408 (test_command_line_attach_run): Use -quiet.
6409
6410 2018-10-03 Sandra Loosemore <sandra@codesourcery.com>
6411
6412 * lib/gdb.exp (skip_ifunc_tests): New.
6413 * gdb.base/gnu-ifunc.exp: Skip if no ifunc support. Handle
6414 other compile failures.
6415 * gdb.compile/compile-ifunc.exp: Skip if no ifunc support.
6416
6417 2018-10-01 Simon Marchi <simon.marchi@ericsson.com>
6418
6419 * gdb.arch/i386-avx512.exp: Fix setting of nr_regs based on
6420 is_amd64_regs_target.
6421
6422 2018-10-01 Alan Hayward <alan.hayward@arm.com>
6423
6424 * gdb.arch/aarch64-sighandler-regs.c: New test.
6425 * gdb.arch/aarch64-sighandler-regs.exp: New file.
6426 * lib/gdb.exp (skip_aarch64_sve_tests): New proc.
6427
6428 2018-10-01 Markus Metzger <markus.t.metzger@intel.com>
6429
6430 * lib/gdb.exp (is_amd64_regs_target): Change assembly to C inline
6431 assembly.
6432
6433 2018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
6434
6435 * gdb.base/frame-selection.exp: New file.
6436 * gdb.base/frame-selection.c: New file.
6437
6438 2018-09-27 Alan Hayward <alan.hayward@arm.com>
6439
6440 * gdb.threads/check-libthread-db.c (thread_routine): Use a
6441 pthread barrier.
6442 (main): Likewise.
6443
6444 2018-09-26 Andrew Burgess <andrew.burgess@embecosm.com>
6445
6446 * gdb.base/large-frame-1.c: New file.
6447 * gdb.base/large-frame-2.c: New file.
6448 * gdb.base/large-frame.exp: New file.
6449 * gdb.base/large-frame.h: New file.
6450
6451 2018-09-24 Jozef Lawrynowicz <jozef.l@mittosystems.com>
6452
6453 PR gdb/20948
6454 * gdb.base/write_mem.exp: New test.
6455 * gdb.base/write_mem.c: Likewise.
6456
6457 2018-09-23 Tom Tromey <tom@tromey.com>
6458
6459 PR python/18852:
6460 * gdb.python/py-parameter.exp: Add test for parameter that throws
6461 on "set".
6462
6463 2018-09-23 Tom Tromey <tom@tromey.com>
6464
6465 PR python/17284:
6466 * gdb.python/py-template.exp (test_template_arg): Add test for
6467 negative template argument number.
6468
6469 2018-09-23 Tom Tromey <tom@tromey.com>
6470
6471 PR python/14062:
6472 * gdb.python/python.exp: Add test for post_event error.
6473
6474 2018-09-23 Tom Tromey <tom@tromey.com>
6475
6476 PR python/18170:
6477 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests to
6478 convert pointers to int and long.
6479
6480 2018-09-23 Tom Tromey <tom@tromey.com>
6481
6482 PR python/20126:
6483 * gdb.python/py-value.exp (test_value_numeric_ops): Add
6484 signed-ness conversion tests.
6485
6486 2018-09-23 Tom Tromey <tom@tromey.com>
6487
6488 PR python/18352;
6489 * gdb.python/py-value.exp (test_float_conversion): New proc.
6490 Use it.
6491
6492 2018-09-20 Hafiz Abid Qadeer <abidh@codesourcery.com>
6493
6494 gdb.base/reggroups.exp (fetch_reggroups): Add '_' in match pattern.
6495
6496 2018-09-18 Sandra Loosemore <sandra@codesourcery.com>
6497
6498 * gdb.base/complete-empty.exp: Skip tab-completion tests if
6499 no readline.
6500 * gdb.base/utf8-identifiers.exp: Likewise.
6501 * gdb.cp/cpcompletion.exp: Likewise.
6502 * gdb.linespec/cpcompletion.exp: Likewise.
6503 * gdb.linespec/cpls-abi-tag.exp: Likewise.
6504 * gdb.linespec/cpls-ops.exp: Likewise.
6505
6506 2018-09-19 Richard Bunt <richard.bunt@arm.com>
6507 Chris January <chris.january@arm.com>
6508
6509 * gdb.cp/koenig.exp: Extend to test logical short circuiting.
6510 * gdb.fortran/short-circuit-argument-list.exp: New file.
6511 * gdb.fortran/short-circuit-argument-list.f90: New test.
6512
6513 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
6514
6515 * gdb.arch/amd64-invalid-stack-top.exp: Expect optional
6516 "arch=" keyword when executing "-stack-list-frames".
6517
6518 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
6519
6520 * gdb.arch/amd64-invalid-stack-middle.exp: Expect optional
6521 "arch=" keyword when executing "-stack-list-frames".
6522
6523 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
6524
6525 * gdb.ada/complete.exp: Expect for "@" when doing "complete
6526 break ada".
6527
6528 2018-09-17 Simon Marchi <simon.marchi@polymtl.ca>
6529
6530 PR python/23669
6531 * gdb.python/python.exp: Test gdb.execute("show commands").
6532
6533 2018-09-16 Tom Tromey <tom@tromey.com>
6534
6535 * gdb.base/new-ui.exp (do_execution_tests): Update.
6536 * gdb.base/dbx.exp (test_breakpoints): Update.
6537
6538 2018-09-14 Alan Hayward <alan.hayward@arm.com>
6539
6540 * lib/gdb.exp (gdb_simple_compile): Add proc.
6541 (is_elf_target): Use gdb_simple_compile.
6542 (skip_altivec_tests): Likewise.
6543 (skip_vsx_tests): Likewise.
6544 (skip_tsx_tests): Likewise.
6545 (skip_btrace_tests): Likewise.
6546 (skip_btrace_pt_tests): Likewise.
6547 (gdb_can_simple_compile): Likewise.
6548 (gdb_has_argv0): Likewise.
6549 (gdb_target_symbol_prefix): Likewise.
6550 (target_supports_scheduler_locking): Likewise.
6551
6552 2018-09-13 Tom Tromey <tom@tromey.com>
6553
6554 * Makefile.in (TAGS): Recognize proc_with_prefix and
6555 gdb_caching_proc.
6556
6557 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
6558
6559 * gdb.python/py-progspace.exp: Test the Progspace.objfiles
6560 method.
6561
6562 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
6563
6564 * gdb.python/py-inferior.exp: Add tests for Inferior.progspace
6565 and a few other Inferior properties when the Inferior is no
6566 longer valid.
6567
6568 2018-09-13 Tom Tromey <tom@tromey.com>
6569
6570 PR rust/23650:
6571 * gdb.rust/simple.exp: Add test for enum field access error.
6572
6573 2018-09-13 Tom Tromey <tom@tromey.com>
6574
6575 PR rust/23626:
6576 * gdb.rust/simple.rs (EmptyEnum): New type.
6577 (main): Use it.
6578 * gdb.rust/simple.exp (test_one_slice): Add empty enum test.
6579
6580 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
6581
6582 * gdb.python/py-inferior.exp: Test repr() of gdb.Inferior.
6583 * gdb.python/py-objfile.exp: Test repr() of gdb.Objfile.
6584 * gdb.python/py-symtab.exp: Update test printing an objfile.
6585
6586 2018-09-12 Simon Marchi <simon.marchi@ericsson.com>
6587
6588 * gdb.python/py-inferior.exp: Test using an invalid gdb.Inferior
6589 object.
6590
6591 2018-09-12 Alan Hayward <alan.hayward@arm.com>
6592
6593 * lib/gdb.exp (gdb_can_simple_compile): Add proc.
6594 (support_complex_tests): Use gdb_can_simple_compile.
6595 (is_ilp32_target): Likewise.
6596 (is_lp64_target): Likewise.
6597 (is_64_target): Likewise.
6598 (is_amd64_regs_target): Likewise.
6599 (is_aarch32_target): Likewise.
6600 (gdb_int128_helper): Likewise.
6601
6602 2018-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
6603
6604 * Makefile.in (check-parallel-racy): Fix dg-extract-results.sh path.
6605
6606 2018-09-10 Jerome Guitton <guitton@adacore.com>
6607
6608 * gdb.ada/same_component_name: Add test for case of tagged record
6609 with variable-length fields.
6610
6611 2018-09-10 Xavier Roirand <roirand@adacore.com>
6612
6613 * gdb.ada/access_to_unbounded_array.exp: New testcase.
6614 * gdb.ada/access_to_unbounded_array/foo.adb: New file.
6615 * gdb.ada/access_to_unbounded_array/pack.adb: New file.
6616 * gdb.ada/access_to_unbounded_array/pack.ads: New file.
6617
6618 2018-09-10 Xavier Roirand <roirand@adacore.com>
6619
6620 * gdb.ada/mi_string_access.exp: New testcase.
6621 * gdb.ada/mi_string_access/bar.adb: New file.
6622 * gdb.ada/mi_string_access/pck.adb: New file.
6623 * gdb.ada/mi_string_access/pck.asd: New file.
6624
6625 2018-09-10 Xavier Roirand <roirand@adacore.com>
6626
6627 * gdb.ada/mi_var_union.exp: New testcase.
6628 * gdb.ada/mi_var_union/bar.adb: New file.
6629 * gdb.ada/mi_var_union/pck.adb: New file.
6630 * gdb.ada/mi_var_union/pck.asd: New file.
6631
6632 2018-09-08 Tom Tromey <tom@tromey.com>
6633
6634 * gdb.python/py-prettyprint.exp: Use with_test_prefix.
6635
6636 2018-09-08 Tom Tromey <tom@tromey.com>
6637
6638 PR python/16047:
6639 * gdb.python/py-prettyprint.py (pp_int_typedef3): New class.
6640 (register_pretty_printers): Register new printer.
6641 * gdb.python/py-prettyprint.exp (run_lang_tests): Add int_type3
6642 test.
6643 * gdb.python/py-prettyprint.c (int_type3): New typedef.
6644 (an_int_type3): New global.
6645
6646 2018-09-08 Joel Brobecker <brobecker@adacore.com>
6647
6648 * gdb.ada/expr_with_funcall: New testcase.
6649
6650 2018-09-08 Joel Brobecker <brobecker@adacore.com>
6651
6652 * gdb.ada/packed_array_assign: New testcase.
6653
6654 2018-09-07 Andrew Burgess <andrew.burgess@embecosm.com>
6655
6656 * gdb.base/watchpoint.exp (test_complex_watchpoint): Extend test
6657 names, and add test prefixes to make test names unique.
6658
6659 2018-09-05 Tom de Vries <tdevries@suse.de>
6660
6661 * gdb.dwarf2/varval.exp: Add test.
6662
6663 2018-09-04 Gary Benson <gbenson@redhat.com>
6664
6665 * gdb.base/batch-exit-status.exp: Use gdb_test_multiple and expect
6666 'eof' before 'wait -i'. Use remote_close and clear_gdb_spawn_id.
6667
6668 2018-08-31 Tom Tromey <tom@tromey.com>
6669
6670 * gdb.rust/simple.rs: Rename second variable "v".
6671
6672 2018-08-30 Andrew Burgess <andrew.burgess@embecosm.com>
6673
6674 * gdb.base/funcargs.c (use_a): New function.
6675 (recurse): Call use_a.
6676
6677 2018-08-29 Keith Seitz <keiths@redhat.com>
6678
6679 * gdb.compile/compile-cplus-anonymous.cc: New file.
6680 * gdb.compile/compile-cplus-anonymous.exp: New file.
6681 * gdb.compile/compile-cplus-array-decay.cc: New file.
6682 * gdb.compile/compile-cplus-array-decay.exp: New file.
6683 * gdb.compile/compile-cplus-inherit.cc: New file.
6684 * gdb.compile/compile-cplus-inherit.exp: New file.
6685 * gdb.compile/compile-cplus-member.cc: New file.
6686 * gdb.compile/compile-cplus-member.exp: New file.
6687 * gdb.compile/compile-cplus-method.cc: New file.
6688 * gdb.compile/compile-cplus-method.exp: New file.
6689 * gdb.compile/compile-cplus-mod.c: "New" file.
6690 * gdb.compile/compile-cplus-namespace.cc: New file.
6691 * gdb.compile/compile-cplus-namespace.exp: New file.
6692 * gdb.compile/compile-cplus-nested.cc: New file.
6693 * gdb.compile/compile-cplus-nested.exp: New file.
6694 * gdb.compile/compile-cplus-print.c: "New" file.
6695 * gdb.compile/compile-cplus-print.exp: "New" file.
6696 * gdb.compile/compile-cplus-virtual.cc: New file.
6697 * gdb.compile/compile-cplus-virtual.exp: New file.
6698 * gdb.compile/compile-cplus.c: "New" file.
6699 * gdb.compile/compile-cplus.exp: "New" file.
6700 * lib/compile-support.exp: New file.
6701
6702 2018-08-16 Gary Benson <gbenson@redhat.com>
6703
6704 PR gdb/13000:
6705 * gdb.base/batch-exit-status.exp: New file.
6706 * gdb.base/batch-exit-status.good-commands: Likewise.
6707 * gdb.base/batch-exit-status.bad-commands: Likewise.
6708
6709 2018-08-29 Alan Hayward <alan.hayward@arm.com>
6710
6711 * gdb.base/infcall-nested-structs.c (struct struct01): Remove.
6712 (struct struct02): Likewise.
6713 (struct struct03): Likewise.
6714 (struct struct04): Likewise.
6715 (struct struct_01_01): New struct.
6716 (struct struct_01_02): Likewise.
6717 (struct struct_01_03): Likewise.
6718 (struct struct_01_04): Likewise.
6719 (struct struct_02_01): Likewise.
6720 (struct struct_02_02): Likewise.
6721 (struct struct_02_03): Likewise.
6722 (struct struct_02_04): Likewise.
6723 (struct struct_04_01): Likewise.
6724 (struct struct_04_02): Likewise.
6725 (struct struct_04_03): Likewise.
6726 (struct struct_04_04): Likewise.
6727 (struct struct_05_01): Likewise.
6728 (struct struct_05_02): Likewise.
6729 (struct struct_05_03): Likewise.
6730 (struct struct_05_04): Likewise.
6731 (cmp_struct01): Remove function.
6732 (cmp_struct02): Likewise.
6733 (cmp_struct03): Likewise.
6734 (cmp_struct04): Likewise.
6735 (cmp_struct_01_01): Add Function.
6736 (cmp_struct_01_02): Likewise.
6737 (cmp_struct_01_03): Likewise.
6738 (cmp_struct_01_04): Likewise.
6739 (cmp_struct_02_01): Likewise.
6740 (cmp_struct_02_02): Likewise.
6741 (cmp_struct_02_03): Likewise.
6742 (cmp_struct_02_04): Likewise.
6743 (cmp_struct_04_01): Likewise.
6744 (cmp_struct_04_02): Likewise.
6745 (cmp_struct_04_03): Likewise.
6746 (cmp_struct_04_04): Likewise.
6747 (cmp_struct_05_01): Likewise.
6748 (cmp_struct_05_02): Likewise.
6749 (cmp_struct_05_03): Likewise.
6750 (cmp_struct_05_04): Likewise.
6751 (call_all): Add new structs.
6752 * gdb.base/infcall-nested-structs.exp: Likewise.
6753
6754 2018-08-27 Jan Vrany <jan.vrany@fit.cvut.cz>
6755
6756 * gdb.python/py-framefilter-mi.exp: Update regexp to
6757 check for "arch" field in frame output.
6758
6759 2018-08-23 Kevin Buettner <kevinb@redhat.com>
6760
6761 * gdb.dwarf2/dw2-ranges-func.c: New file.
6762 * gdb.dwarf2/dw2-ranges-func.exp: New file.
6763
6764 2018-08-22 Simon Marchi <simon.marchi@polymtl.ca>
6765
6766 * gdb.base/term.exp: Compare terminal settings with values from
6767 the inferior.
6768 * gdb.base/term.c: Get and set terminal settings.
6769
6770 2018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
6771
6772 * lib/mi-support.exp (mi_expect_stop): Update regexp to
6773 accommodate new "arch" field in frame output.
6774 * gdb.mi/mi-return.exp: Likewise.
6775 * gdb.mi/mi-stack.exp: Likewise.
6776 * gdb.mi/mi-syn-frame.exp: Likewise.
6777 * gdb.mi/user-selected-context-sync.exp: Likewise.
6778
6779 2018-08-19 Michael Spang <spang@google.com>
6780
6781 PR gdb/11786
6782 * gdb.base/gcore-tls-pie.c: New file.
6783 * gdb.base/gcore-tls-pie.exp: New file.
6784
6785 2018-08-18 Kevin Buettner <kevinb@redhat.com>
6786
6787 * lib/dwarf.exp: Add support for DW_OP_GNU_variable_value.
6788 * gdb.dwarf2/varval.c: New file.
6789 * gdb.dwarf2/varval.exp: New file.
6790
6791 2018-08-17 Alan Hayward <alan.hayward@arm.com>
6792
6793 PR gdb/18931
6794 * gdb.arch/aarch64-fp.c (main): Fix asm registers.
6795
6796 2018-08-16 Keith Seitz <keiths@redhat.com>
6797
6798 * gdb.compile/compile.exp: Use gdb_test_no_output for "compile code"
6799 tests expected to pass.
6800
6801 2018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
6802
6803 * gdb.mi/mi-disassemble.exp (test_disassembly_only): Add tests for
6804 -data-disassemble -a.
6805 (test_disassembly_bogus_args): Likewise.
6806
6807 2018-08-14 Andrew Burgess <andrew.burgess@embecosm.com>
6808
6809 * gdb.mi/list-thread-groups-available.exp: Update test regexp.
6810
6811 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
6812
6813 * gdb.base/vla-optimized-out.exp: Add new test.
6814
6815 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
6816
6817 * gdb.base/vla-optimized-out-o3.exp: Delete.
6818 * gdb.base/vla-optimized-out-o3-strict.exp: Delete.
6819 * gdb.base/vla-optimized-out.exp: Extend to cover all of the
6820 deleted tests.
6821
6822 2018-08-08 Andrew Burgess <andrew.burgess@embecosm.com>
6823
6824 PR gdb/18050:
6825 * gdb.server/extended-remote-restart.c: New file.
6826 * gdb.server/extended-remote-restart.exp: New file.
6827
6828 2018-08-07 Simon Marchi <simon.marchi@polymtl.ca>
6829
6830 * gdb.fortran/nested-funcs.exp: Replace "set index = 42" with
6831 "set variable index = 42".
6832
6833 2018-08-07 Simon Marchi <simon.marchi@ericsson.com>
6834
6835 * boards/index-cache-gdb.exp: New file.
6836 * gdb.dwarf2/index-cache.exp: New file.
6837 * gdb.dwarf2/index-cache.c: New file.
6838 * gdb.base/maint.exp: Check if we are using the index cache.
6839
6840 2018-08-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
6841
6842 * Makefile.in (saw_dash_j): Allow for GNU make 4.2+ passing -jN in
6843 MAKEFLAGS.
6844
6845 2018-08-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
6846
6847 * dg-extract-results.sh: Move to toplevel contrib.
6848 * Makefile.in (check-parallel): Reflect dg-extract-results.sh move.
6849 * Makefile.in (check-parallel-racy): Likewise.
6850
6851 2018-08-06 Andrew Burgess <andrew.burgess@embecosm.com>
6852
6853 * lib/gdb.exp (target_supports_scheduler_locking): New proc.
6854 * gdb.mi/mi-cmd-param-changed.exp: Only run scheduler locking
6855 tests if the target supports scheduler locking.
6856
6857 2018-08-04 Tom de Vries <tdevries@suse.de>
6858
6859 * gdb.python/py-rbreak.exp: Fix rbreak regexp.
6860
6861 2018-08-02 Tom Tromey <tom@tromey.com>
6862
6863 PR symtab/16842.
6864 * gdb.cp/temargs.exp: Test "info address" of a template
6865 parameter.
6866
6867 2018-07-31 Jan Vrany <jan.vrany@fit.cvut.cz>
6868
6869 * gdb.python/py-mi-var-info-path-expression.c: New file.
6870 * gdb.python/py-mi-var-info-path-expression.py: New file.
6871 * gdb.python/py-mi-var-info-path-expression.exp: New file.
6872
6873 2018-07-30 Sergio Durigan Junior <sergiodj@redhat.com>
6874
6875 * lib/gdbserver-support.exp (gdbserver_start): Match any kind of
6876 error after "cannot resolve name" string.
6877
6878 2018-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
6879
6880 * gdb.trace/tspeed.exp: Only call gdb_load_shlib after gdb has
6881 started.
6882 * lib/gdb.exp (gdb_load_shlib): Call perror if GDB is not running.
6883
6884 2018-07-28 Tom de Vries <tdevries@suse.de>
6885
6886 * gdb.base/vla-optimized-out-o3-strict.exp: New file.
6887
6888 2018-07-26 Tom de Vries <tdevries@suse.de>
6889
6890 * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
6891
6892 2018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
6893
6894 * gdb.base/maint.exp: Add check that dwarf unwinders control flag
6895 is visible.
6896
6897 2018-07-26 Tom de Vries <tdevries@suse.de>
6898
6899 PR breakpoints/23366
6900 * gdb.base/catch-follow-exec.c: New test.
6901 * gdb.base/catch-follow-exec.exp: New file.
6902
6903 2018-07-25 Tom de Vries <tdevries@suse.de>
6904
6905 * gdb.base/vla-optimized-out-o3.exp: New file. Reuse
6906 vla-optimized-out.c.
6907
6908 2018-07-25 Jan Vrany <jan.vrany@fit.cvut.cz>
6909
6910 * gdb.mi/mi-breakpoint-location-ena-dis.cc: New file.
6911 * gdb.mi/mi-breakpoint-location-ena-dis.exp: New file.
6912
6913 2018-07-20 Tom de Vries <tdevries@suse.de>
6914
6915 * gdb.base/vla-optimized-out.c: Make noclone attribute conditional on
6916 NOCLONE macro.
6917 * gdb.base/vla-optimized-out.exp: Use additional_flags -DNOCLONE.
6918
6919 2018-07-19 Tom de Vries <tdevries@suse.de>
6920
6921 * gdb.mi/list-thread-groups-available.exp (cores_re): Fix quoting in
6922 regular expression.
6923
6924 2018-07-18 Tom de Vries <tdevries@suse.de>
6925
6926 * gdb.base/vla-optimized-out.c: New test.
6927 * gdb.base/vla-optimized-out.exp: New file.
6928
6929 2018-07-13 Sergio Durigan Junior <sergiodj@redhat.com>
6930
6931 * lib/gdbserver-support.exp (gdbserver_start): Expect for the
6932 message "No address associated with hostname" when gdbserver
6933 cannot resolve the hostname.
6934
6935 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6936
6937 * gdb.threads/pthreads.exp: Test qcs FLAG arguments.
6938 Add some test prefixes to make tests unique.
6939
6940 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6941
6942 * gdb.base/frameapply.c: New file.
6943 * gdb.base/frameapply.exp: New file.
6944
6945 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6946
6947 * gdb.base/skip.exp: Update expected error message.
6948
6949 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
6950 Jan Kratochvil <jan.kratochvil@redhat.com>
6951 Paul Fertser <fercerpav@gmail.com>
6952 Tsutomu Seki <sekiriki@gmail.com>
6953
6954 * README (Testsuite Parameters): Mention new 'GDB_TEST_SOCKETHOST'
6955 parameter.
6956 * boards/native-extended-gdbserver.exp: Do not set 'sockethost'
6957 by default.
6958 * boards/native-gdbserver.exp: Likewise.
6959 * gdb.server/run-without-local-binary.exp: Improve regexp used
6960 for detecting when a remote debugging connection succeeds.
6961 * gdb.server/server-connect.exp: New file.
6962 * lib/gdbserver-support.exp (gdbserver_default_get_comm_port):
6963 Do not prefix the port number with ":".
6964 (gdbserver_start): New global GDB_TEST_SOCKETHOST. Implement
6965 support for detecting and using it. Add '$debughost_gdbserver'
6966 to the list of arguments used to start gdbserver. Handle case
6967 when gdbserver cannot resolve a network name.
6968
6969 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
6970
6971 PR c++/23373
6972 * gdb.base/ptype-offsets.cc (struct static_member): New
6973 struct.
6974 (main) <stmember>: New variable.
6975 * gdb.base/ptype-offsets.exp: Add test for printing a struct
6976 with a static member in it.
6977
6978 2018-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
6979
6980 * gdb.base/watchpoint-reuse-slot.exp: Test with hardware
6981 watchpoints enabled and disabled.
6982
6983 2018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
6984
6985 * gdb.base/examine-backward.exp: Still run tests around address
6986 0x0, even if address 0x0 is not readable. Update the pattern for
6987 matching address 0x0 in expected output.
6988
6989 2018-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
6990
6991 * gdb.base/share-env-with-gdbserver.c (main): Add call to
6992 malloc/free.
6993
6994 2018-07-04 Tom de Vries <tdevries@suse.de>
6995
6996 * gdb.dwarf2/dw2-error.exp: Update expected error message.
6997
6998 2018-07-02 Maciej W. Rozycki <macro@mips.com>
6999
7000 PR tdep/8282
7001 * gdb.arch/mips-disassembler-options.exp: New test.
7002 * gdb.arch/mips-disassembler-options.s: New test source.
7003
7004 2018-06-29 Pedro Alves <palves@redhat.com>
7005
7006 * gdb.threads/names.exp: Adjust expected "info threads" output.
7007
7008 2018-06-29 Pedro Alves <palves@redhat.com>
7009
7010 * gdb.opt/inline-break.exp (line number, address): Add "info
7011 break" tests.
7012
7013 2018-06-29 Pedro Alves <palves@redhat.com>
7014
7015 * gdb.opt/inline-break.c (func1): Add "break here" marker.
7016 * gdb.opt/inline-break.exp: Test setting breakpoints by line
7017 number and address and running to them.
7018
7019 2018-06-29 Richard Bunt <richard.bunt@arm.com>
7020
7021 * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
7022
7023 2018-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
7024
7025 * lib/compiler.c: Remove executable permission flag.
7026
7027 2018-06-28 Richard Bunt <richard.bunt@arm.com>
7028
7029 * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
7030 code.
7031 * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
7032
7033 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
7034
7035 * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
7036
7037 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
7038
7039 * gdb.base/relocate.exp: Test add-symbol-file behavior when the
7040 address argument is omitted.
7041
7042 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
7043
7044 * gdb.base/relocate.exp: Add test for "symbol-file -o ".
7045
7046 2018-06-27 Omair Javaid <omair.javaid@linaro.org>
7047
7048 PR gdb/21695
7049 * gdb.base/infoline-reloc-main-from-zero.exp: New test.
7050 * gdb.base/infoline-reloc-main-from-zero.c: New file.
7051
7052 2018-06-26 Tom Tromey <tom@tromey.com>
7053
7054 PR rust/22574:
7055 * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
7056 * gdb.rust/simple.rs (struct SimpleLayout): New.
7057
7058 2018-06-22 Simon Marchi <simon.marchi@ericsson.com>
7059
7060 * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
7061 "info registers" output.
7062
7063 2018-06-21 Richard Bunt <richard.bunt@arm.com>
7064
7065 * gdb.base/watchpoint-hw-attach.c: New test.
7066 * gdb.base/watchpoint-hw-attach.exp: New file.
7067
7068 2018-06-20 Simon Marchi <simon.marchi@ericsson.com>
7069
7070 * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
7071 through /bin/sh.
7072 * boards/dwarf4-gdb-index.exp: Likewise.
7073 * boards/fission-dwp.exp: Likewise.
7074
7075 2018-06-20 Ulrich Weigand <uweigand@de.ibm.com>
7076
7077 * gdb.base/float128.exp: Add comment and improved fail message
7078 to the failure case of "print large128" test.
7079
7080 2018-06-19 Simon Marchi <simon.marchi@ericsson.com>
7081
7082 * configure.ac: Remove AC_PREREQ.
7083 * configure: Re-generate.
7084
7085 2018-06-19 Pedro Alves <palves@redhat.com>
7086
7087 * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
7088 (func_extern_caller): New.
7089 (main): Call func_extern_caller.
7090 * gdb.opt/inline-break.exp: Add tests for inline frame skipping
7091 logic change.
7092
7093 2018-06-18 Weimin Pan <weimin.pan@oracle.com>
7094
7095 PR gdb/16841
7096 * gdb.cp/typedef-base.cc: New file.
7097 * gdb.cp/typedef-base.exp: New file.
7098
7099 2018-06-18 Tom de Vries <tdevries@suse.de>
7100
7101 * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
7102
7103 2018-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
7104 Richard Bunt <Richard.Bunt@arm.com>
7105
7106 * gdb.threads/attach-slow-waitpid.c: New file.
7107 * gdb.threads/attach-slow-waitpid.exp: New file.
7108 * gdb.threads/slow-waitpid.c: New file.
7109
7110 2018-06-14 Pedro Alves <palves@redhat.com>
7111
7112 * gdb.base/fork-running-state.c: Include <errno.h>.
7113 (exit_if_relative_exits): New.
7114 (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
7115 exits.
7116 (fork_parent): If 'exit_if_relative_exits' is true, exit if the
7117 child exits.
7118
7119 2018-06-14 Tom de Vries <tdevries@suse.de>
7120
7121 PR cli/22573
7122 * gdb.base/finish-pretty.c: New test.
7123 * gdb.base/finish-pretty.exp: New file.
7124
7125 2018-06-14 Pedro Alves <palves@redhat.com>
7126
7127 * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
7128 gdb's expected startup output.
7129
7130 2018-06-14 Pedro Alves <palves@redhat.com>
7131
7132 * lib/selftest-support.exp (selftest_setup): Remove inlined
7133 function handling.
7134
7135 2018-06-14 Tom de Vries <tdevries@suse.de>
7136
7137 * lib/selftest-support.exp (selftest_setup): Allow function arguments in
7138 matching of breakpoint printing.
7139
7140 2018-06-13 Tom de Vries <tdevries@suse.de>
7141
7142 PR testsuite/23269
7143 * gdb.base/fork-running-state.c (main): Move setting of alarm ...
7144 (fork_child): ... here, and ...
7145 (fork_parent): ... here.
7146
7147 2018-06-12 Tom de Vries <tdevries@suse.de>
7148
7149 * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
7150
7151 2018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
7152 Stephen Roberts <stephen.roberts@arm.com>
7153
7154 * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
7155 rewrite test to describe action performed, rather than possible
7156 failure.
7157
7158 2018-06-08 Gary Benson <gbenson@redhat.com>
7159
7160 * gdb.threads/check-libthread-db.exp: New file.
7161 * gdb.threads/check-libthread-db.c: Likewise.
7162
7163 2018-06-05 Tom Tromey <tom@tromey.com>
7164
7165 * gdb.base/default.exp: Update expected "show version" output.
7166
7167 2018-06-05 Tom Tromey <tom@tromey.com>
7168
7169 PR cli/12326:
7170 * gdb.cp/static-print-quit.exp: Update.
7171 * lib/gdb.exp (pagination_prompt): Update.
7172 * gdb.base/page.exp: Use pagination_prompt. Add new tests.
7173 * gdb.python/python.exp: Update.
7174
7175 2018-06-04 Joel Brobecker <brobecker@adacore.com>
7176
7177 * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
7178
7179 2018-06-01 Joel Brobecker <brobecker@adacore.com>
7180
7181 * gdb.ada/bp_fun_addr: New testcase.
7182
7183 2018-06-01 Tom Tromey <tom@tromey.com>
7184
7185 * gdb.xml/tdesc-regs.exp (load_description): Update expected
7186 results.
7187 * gdb.dwarf2/method-ptr.exp: Set language to C++.
7188 * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
7189 * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
7190 * gdb.base/maint.exp (maint_pass_if): Update.
7191
7192 2018-05-31 Maciej W. Rozycki <macro@mips.com>
7193
7194 * gdb.base/endian.exp: New test.
7195 * gdb.base/endian.c: New test source.
7196
7197 2018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
7198
7199 PR gdb/23203
7200 * gdb.base/bt-selected-frame.c: New file.
7201 * gdb.base/bt-selected-frame.exp: New file.
7202 * lib/gdb.exp (get_current_frame_number): New function.
7203
7204 2018-05-24 Maciej W. Rozycki <macro@mips.com>
7205 Pedro Alves <palves@redhat.com>
7206
7207 * gdb.threads/tls-core.c: Include <stdlib.h>
7208 (thread_proc): Call `abort'.
7209 * gdb.threads/tls-core.exp: Generate a core with core_find too.
7210 (tls_core_test): New procedure, bits factored out from ...
7211 (top level): ... here. Test both native cores and gcore cores.
7212
7213 2018-05-23 Tom Tromey <tom@tromey.com>
7214
7215 * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
7216
7217 2018-05-23 Tom Tromey <tom@tromey.com>
7218
7219 * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
7220 symfile_complaints.
7221 (test_short_complaints): Likewise.
7222 (test_empty_complaints): Likewise.
7223 (test_initial_complaints): Update.
7224
7225 2018-05-23 Tom Tromey <tom@tromey.com>
7226
7227 * gdb.gdb/complaints.exp (test_empty_complaints): Update.
7228
7229 2018-05-23 Tom Tromey <tom@tromey.com>
7230
7231 * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
7232 (test_short_complaints): Update.
7233
7234 2018-05-22 Pedro Alves <palves@redhat.com>
7235
7236 * gdb.base/remote.exp: Only gdb_start after compiling the
7237 testcase. Issue "disconnect" before testing "set remote" command
7238 defaults. Issue clean_restart before running to main.
7239
7240 2018-05-22 Pedro Alves <palves@redhat.com>
7241
7242 * gdb.base/remote.exp: Adjust expected output of "show remote
7243 memory-write-packet-size". Add tests for "set remote
7244 memory-write-packet-size 0" and "set remote
7245 memory-write-packet-size fixed/limit".
7246
7247 2018-05-22 Pedro Alves <palves@redhat.com>
7248
7249 PR gdb/22973
7250 * gdb.base/utf8-identifiers.c: New file.
7251 * gdb.base/utf8-identifiers.exp: New file.
7252
7253 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
7254
7255 * gdb.arch/powerpc-fpscr-gcore.exp: New file.
7256
7257 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
7258
7259 * gdb.arch/powerpc-vsx-gcore.exp: New file.
7260
7261 2018-05-18 Tom Tromey <tom@tromey.com>
7262
7263 * gdb.base/ptype-offsets.exp: Update.
7264
7265 2018-05-17 Keith Seitz <keiths@redhat.com>
7266
7267 * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
7268 in expected breakpoint stop locations.
7269 * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
7270 move to proper scope to test variable values.
7271 * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
7272 (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
7273 New functions.
7274 (main): Call not_inline_func3.
7275 * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
7276 inline_func1, inline_func2, and inline_func3. Test that when each
7277 breakpoint is hit, GDB properly reports both the stop location
7278 and the backtrace. Repeat tests for temporary breakpoints.
7279
7280 2018-05-15 Maciej W. Rozycki <macro@mips.com>
7281
7282 * gdb.server/server-kill.exp: Verify whether `server_pid' exists
7283 rather then trying to access it in determining whether the PID
7284 of `gdbserver' could have been retrieved.
7285
7286 2018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
7287
7288 * gdb.arch/amd64-init-x87-values.S: New file.
7289 * gdb.arch/amd64-init-x87-values.exp: New file.
7290
7291 2018-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
7292
7293 * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
7294
7295 2018-05-04 Tom Tromey <tom@tromey.com>
7296
7297 PR python/22730:
7298 * gdb.python/python.exp: Test multi-line execute.
7299
7300 2018-05-04 Tom Tromey <tom@tromey.com>
7301
7302 PR python/22731:
7303 * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
7304
7305 2018-05-04 Tom Tromey <tom@tromey.com>
7306
7307 PR gdb/11750:
7308 * gdb.base/define.exp: Test defining a user command inside a user
7309 command.
7310 * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
7311
7312 2018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
7313 Pedro Alves <palves@redhat.com>
7314
7315 PR breakpoints/19806 and support for PR external/20207.
7316 * gdb.base/watchpoint-unaligned.c: New file.
7317 * gdb.base/watchpoint-unaligned.exp: New file.
7318
7319 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
7320
7321 * gdb.base/maint.exp: Make test names unique, use
7322 test_prefix_command_help to test 'help maint info', and remove
7323 repeated test of 'help maint'.
7324
7325 2018-05-04 Tom Tromey <tom@tromey.com>
7326
7327 PR gdb/22619:
7328 * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
7329 behavior.
7330
7331 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
7332
7333 * gdb.base/maint.exp: Process output from 'maint print registers'
7334 line at a time.
7335
7336 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
7337
7338 * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
7339 timeout.
7340
7341 2018-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
7342
7343 * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
7344 filter pattern.
7345
7346 2018-05-02 Pedro Alves <palves@redhat.com>
7347
7348 * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
7349 to_log_command renames.
7350 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
7351
7352 2018-05-02 Tom Tromey <tom@tromey.com>
7353
7354 * gdb.python/py-parameter.exp: Set test message.
7355
7356 2018-05-02 Tom Tromey <tom@tromey.com>
7357
7358 PR python/20084:
7359 * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
7360 PARAM_ZUINTEGER_UNLIMITED tests.
7361
7362 2018-04-28 Dan Robertson <danlrobertson89@gmail.com>
7363
7364 PR rust/23124
7365 * gdb.rust/expr.exp: Test that the unit type is correctly parsed
7366 when casting.
7367
7368 2018-04-30 Tom Tromey <tom@tromey.com>
7369
7370 * gdb.python/py-type.exp: Check align attribute.
7371 * gdb.python/py-type.c: New "aligncheck" global.
7372
7373 2018-04-30 Tom Tromey <tom@tromey.com>
7374
7375 PR exp/17095:
7376 * gdb.dwarf2/dw2-align.exp: New file.
7377 * gdb.cp/align.exp: New file.
7378 * gdb.base/align.exp: New file.
7379 * lib/gdb.exp (gdb_int128_helper): New proc.
7380 (has_int128_c, has_int128_cxx): New caching procs.
7381
7382 2018-04-27 Tom Tromey <tom@tromey.com>
7383
7384 PR rust/22545:
7385 * gdb.rust/simple.exp: Add inclusive range tests.
7386
7387 2018-04-26 Pedro Alves <palves@redhat.com>
7388
7389 * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
7390 ifunc breakpoint locations correctly of ifunc breakpoints set
7391 while the program resolves the ifunc.
7392
7393 2018-04-26 Pedro Alves <palves@redhat.com>
7394
7395 * gdb.base/gnu-ifunc-final.c: New file.
7396 * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
7397 * gdb.base/gnu-ifunc.exp (executable): Delete.
7398 (staticexecutable): Adjust.
7399 (lib_opts, exec_opts): Delete.
7400 (make_binsuffix, build, set-break): New procedures.
7401 (misc_tests): New, with tests factored out from the top level.
7402 (top level): Test different combinations of ifunc resolver name,
7403 resolver with and with debug info, and ifunc target with and
7404 without debug info. Wrap static tests with with_target_prefix.
7405
7406 2018-04-26 Pedro Alves <palves@redhat.com>
7407
7408 * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
7409 return type" warnings.
7410
7411 2018-04-25 Pedro Alves <palves@redhat.com>
7412
7413 * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
7414 killed".
7415 * gdb.base/kill-after-signal.exp: Likewise.
7416 * gdb.threads/kill.exp: Likewise.
7417
7418 2018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
7419 Sergio Durigan Junior <sergiodj@redhat.com>
7420 Pedro Alves <palves@redhat.com>
7421
7422 * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
7423 regexps to expect for '[Inferior ... detached]' as well.
7424 * gdb.base/attach.exp: Likewise.
7425 * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
7426 "gdb_continue_to_end".
7427 (test_catch_syscall_with_wrong_args): Likewise.
7428 * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
7429 ']'. Don't set 'verbose' on.
7430 * gdb.base/foll-vfork.exp: Likewise.
7431 * gdb.base/fork-print-inferior-events.c: New file.
7432 * gdb.base/fork-print-inferior-events.exp: New file.
7433 * gdb.base/hook-stop.exp: Adjust regexps to expect for new
7434 '[Inferior ... has been killed]' message.
7435 * gdb.base/kill-after-signal.exp: Likewise.
7436 * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
7437 detach message.
7438 * gdb.threads/kill.exp: Adjust regexps to expect for new kill
7439 message.
7440 * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
7441 regexps to expect for '[Inferior ... detached]' as well.
7442 * gdb.threads/process-dies-while-detaching.exp: Likewise.
7443
7444 2018-04-24 Simon Marchi <simon.marchi@ericsson.com>
7445
7446 PR gdb/23104
7447 * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
7448
7449 2018-04-22 Rajendra SY <rajendra.sy@gmail.com>
7450
7451 PR gdb/23095
7452 * gdb.base/break-probes.exp: Pass shlib_load to
7453 prepare_for_testing. Set normal_bp to r_debug_state if target is
7454 bsd.
7455
7456 2018-04-19 Richard Bunt <richard.bunt@arm.com>
7457
7458 * gdb.threads/multiple-successive-infcall.c: New test.
7459 * gdb.threads/multiple-successive-infcall.exp: New file.
7460
7461 2018-04-17 Tom Tromey <tom@tromey.com>
7462
7463 * gdb.rust/simple.rs (Union): New type.
7464 (main): New local "u".
7465 * gdb.rust/simple.exp (test_one_slice): Add new test case.
7466
7467 2018-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
7468
7469 * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
7470 number information in output of "whereis" command.
7471 * gdb.base/info-fun.exp: Likewise, for "info fun" command.
7472
7473 2018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
7474
7475 * gdb.ada/info_types.exp: Adjust expected output to the line
7476 numbers now printed by "info var/func/type".
7477 * gdb.base/completion.exp: Likewise.
7478 * gdb.base/included.exp: Likewise.
7479 * gdb.cp/cp-relocate.exp: Likewise.
7480 * gdb.cp/cplusfuncs.exp: Likewise.
7481 * gdb.cp/namespace.exp: Likewise.
7482 * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
7483
7484 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
7485
7486 * gdb.btrace/cpu.exp: New.
7487
7488 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
7489
7490 * gdb.base/step-indirect-call-thunk.exp: New.
7491 * gdb.base/step-indirect-call-thunk.c: New.
7492 * gdb.reverse/step-indirect-call-thunk.exp: New.
7493 * gdb.reverse/step-indirect-call-thunk.c: New.
7494
7495 2018-04-11 Simon Marchi <simon.marchi@ericsson.com>
7496
7497 * gdb.base/pie-fork.c: New file.
7498 * gdb.base/pie-fork.exp: New file.
7499
7500 2018-04-11 Tom Tromey <tom@tromey.com>
7501
7502 * gdb.rust/simple.exp: Add test for ".." struct initializer.
7503
7504 2018-04-10 Pedro Alves <palves@redhat.com>
7505
7506 * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
7507 exits. Instead loop running forever.
7508 (fork_parent): Run forever too.
7509
7510 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
7511
7512 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
7513 mi_continue_to_line.
7514 * gdb.mi/mi-stack.c (callee4): Add comment.
7515
7516 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
7517
7518 * gdb.mi/mi-stack.exp: Fix indentation.
7519
7520 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
7521
7522 PR gdb/22979
7523 * gdb.arch/amd64-osabi.exp: New file.
7524
7525 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
7526
7527 PR gdb/22980
7528 * gdb.base/osabi.exp: New file.
7529
7530 2018-04-02 Weimin Pan <weimin.pan@oracle.com>
7531
7532 * gdb.cp/static-typedef-print.exp: New file.
7533 * gdb.cp/static-typedef-print.cc: New file.
7534
7535 2018-03-27 Joel Brobecker <brobecker@adacore.com>
7536
7537 * gdb.ada/varsize_limit: New testcase.
7538
7539 2018-03-27 Joel Brobecker <brobecker@adacore.com>
7540
7541 * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
7542
7543 * gdb.ada/notcplusplus: New testcase.
7544
7545 * gdb.base/c-linkage-name.c: New file.
7546 * gdb.base/c-linkage-name.exp: New testcase.
7547
7548 2018-03-26 Tom Tromey <tom@tromey.com>
7549
7550 * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
7551 * gdb.python/py-framefilter.py (name_error): New global.
7552 (ErrorInName.function): Use name_error.
7553
7554 2018-03-26 Tom Tromey <tom@tromey.com>
7555
7556 PR backtrace/15582:
7557 * gdb.python/py-framefilter.exp: Add "bt hide" test.
7558
7559 2018-03-23 Keith Seitz <keiths@redhat.com>
7560
7561 PR c++/22968
7562 * gdb.cp/subtypes.exp: New file.
7563 * gdb.cp/subtypes.h: New file.
7564 * gdb.cp/subtypes.cc: New file.
7565 * gdb.cp/subtypes-2.cc: New file.
7566
7567 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
7568
7569 * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
7570 (done): Call '_exit' not 'exit' to avoid atexit handlers.
7571 * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
7572 -nostartfiles when compiling the test. Confirm that all registers
7573 xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
7574
7575 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
7576
7577 * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
7578 option, syntax was wrong anyway.
7579 * gdb.arch/arm-disp-step.exp: Likewise.
7580 * gdb.arch/sparc64-regs.exp: Likewise.
7581 * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
7582 option, syntax was wrong anyway, switch to use
7583 prepare_for_testing.
7584 * gdb.arch/i386-disp-step.exp: Likewise.
7585
7586 2018-03-23 Andreas Arnez <arnez@linux.vnet.ibm.com>
7587
7588 * gdb.ada/exec_changed.exp: Replace "target_info exists
7589 use_gdb_stub" by "use_gdb_stub".
7590 * gdb.ada/start.exp: Likewise.
7591 * gdb.base/async-shell.exp: Likewise.
7592 * gdb.base/attach-pie-misread.exp: Likewise.
7593 * gdb.base/attach-wait-input.exp: Likewise.
7594 * gdb.base/break-entry.exp: Likewise.
7595 * gdb.base/break-interp.exp: Likewise.
7596 * gdb.base/dprintf-detach.exp: Likewise.
7597 * gdb.base/nostdlib.exp: Likewise.
7598 * gdb.base/solib-nodir.exp: Likewise.
7599 * gdb.base/statistics.exp: Likewise.
7600 * gdb.base/testenv.exp: Likewise.
7601 * gdb.mi/mi-exec-run.exp: Likewise.
7602 * gdb.mi/mi-start.exp: Likewise.
7603 * gdb.multi/dummy-frame-restore.exp: Likewise.
7604 * gdb.multi/multi-arch-exec.exp: Likewise.
7605 * gdb.multi/multi-arch.exp: Likewise.
7606 * gdb.multi/tids.exp: Likewise.
7607 * gdb.multi/watchpoint-multi.exp: Likewise.
7608 * gdb.python/py-events.exp: Likewise.
7609 * gdb.threads/attach-into-signal.exp: Likewise.
7610 * gdb.threads/attach-stopped.exp: Likewise.
7611 * gdb.threads/threadapply.exp: Likewise.
7612 * lib/selftest-support.exp: Likewise.
7613
7614 2018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
7615
7616 * gdb.base/info-proc.exp: Add test for "info proc cmdline".
7617
7618 2018-03-20 Stephen Roberts <stephen.roberts@arm.com>
7619
7620 * gdb.perf/template-breakpoints.cc: New file.
7621 * gdb.perf/template-breakpoints.exp: New file.
7622 * gdb.perf/template-breakpoints.py: New file.
7623
7624 2018-03-19 Tom Tromey <tom@tromey.com>
7625
7626 * gdb.rust/simple.rs (main): Add local variables field1, field2,
7627 y0.
7628 * gdb.rust/simple.exp: Test bare identifier form of struct
7629 initializer.
7630
7631 2018-03-19 Tom Tromey <tom@tromey.com>
7632
7633 * gdb.gdb/observer.exp: Remove.
7634
7635 2018-03-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
7636
7637 * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
7638 "qualified" option when setting breakpoints.
7639 * gdb.trace/backtrace.exp: Likewise.
7640 * gdb.trace/circ.exp: Likewise.
7641 * gdb.trace/collection.exp: Likewise.
7642 * gdb.trace/disconnected-tracing.exp: Likewise.
7643 * gdb.trace/ftrace-lock.exp: Likewise.
7644 * gdb.trace/ftrace.exp: Likewise.
7645 * gdb.trace/infotrace.exp: Likewise.
7646 * gdb.trace/packetlen.exp: Likewise.
7647 * gdb.trace/passc-dyn.exp: Likewise.
7648 * gdb.trace/qtro.exp: Likewise.
7649 * gdb.trace/read-memory.exp: Likewise.
7650 * gdb.trace/report.exp: Likewise.
7651 * gdb.trace/signal.exp: Likewise.
7652 * gdb.trace/status-stop.exp: Likewise.
7653 * gdb.trace/strace.exp: Likewise.
7654 * gdb.trace/tfind.exp: Likewise.
7655 * gdb.trace/trace-break.exp: Likewise.
7656 * gdb.trace/trace-condition.exp: Likewise.
7657 * gdb.trace/trace-mt.exp: Likewise.
7658 * gdb.trace/tstatus.exp: Likewise.
7659 * gdb.trace/tsv.exp: Likewise.
7660 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
7661 * gdb.trace/unavailable.exp: Likewise.
7662 * gdb.trace/while-dyn.exp: Likewise.
7663
7664 2018-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
7665
7666 * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
7667 that libinproctrace is copied to the target.
7668
7669 2018-03-14 Tom Tromey <tom@tromey.com>
7670
7671 PR cli/14977:
7672 * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
7673 a null pointer.
7674 * gdb.base/wchar.exp: Likewise.
7675
7676 2018-03-14 Tom Tromey <tom@tromey.com>
7677
7678 PR cli/19918:
7679 * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
7680 flag.
7681
7682 2018-03-08 Simon Marchi <simon.marchi@ericsson.com>
7683
7684 PR gdb/22841
7685 * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
7686 "target" to remote_exec.
7687
7688 2018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
7689
7690 PR gdb/22841
7691 * boards/gdbserver-base.exp (${board}_file, ${board}_download,
7692 ${board}_upload): Remove.
7693
7694 2018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
7695
7696 * gdb.cp/watch-cp.cc: New test.
7697 * gdb.cp/watch-cp.exp: New file.
7698
7699 2018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
7700
7701 * gdb.base/infcall-nested-structs.exp: New file.
7702 * gdb.base/infcall-nested-structs.c: New file.
7703 * gdb.base/float.exp: Add riscv support.
7704
7705 2018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
7706
7707 * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
7708 * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
7709
7710 2018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
7711
7712 * gdb.server/abspath.exp: New file.
7713 * lib/gdb.exp (with_cwd): New procedure.
7714
7715 2018-02-28 Simon Marchi <simon.marchi@ericsson.com>
7716
7717 * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
7718 use it.
7719 (gdb_is_target_remote_prompt): New proc.
7720 (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
7721 (gdb_is_target_native): Pass prompt parameter to
7722 gdb_is_target_1.
7723
7724 2018-02-26 Simon Marchi <simon.marchi@polymtl.ca>
7725
7726 * gdb.base/load-command.c: New file.
7727 * gdb.base/load-command.exp: New file.
7728 * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
7729 (gdb_is_target_1): ...this, and generalize for other targets
7730 than just remote.
7731 (gdb_is_target_remote): Use gdb_is_target_1.
7732 (gdb_is_target_native): use gdb_is_target_1.
7733
7734 2018-02-26 Tom Tromey <tom@tromey.com>
7735
7736 PR python/16497:
7737 * gdb.python/py-framefilter.exp: Update test.
7738
7739 2018-02-26 Tom Tromey <tom@tromey.com>
7740
7741 * gdb.dwarf2/variant.c: New file.
7742 * gdb.dwarf2/variant.exp: New file.
7743
7744 2018-02-26 Tom Tromey <tom@tromey.com>
7745
7746 * gdb.rust/simple.exp: Accept more possible results in enum test.
7747
7748 2018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
7749
7750 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
7751 parentheses.
7752
7753 2018-02-23 Maciej W. Rozycki <macro@mips.com>
7754
7755 * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
7756 name of a variable: $actual_linejj -> $actual_line.
7757
7758 2018-02-21 John Baldwin <jhb@FreeBSD.org>
7759
7760 * gdb.arch/amd64-i386-address.exp: Fix a typo.
7761
7762 2018-02-20 Markus Metzger <markus.t.metzger@intel.com>
7763
7764 * gdb.btrace/buffer-size.exp: Do not force BTS.
7765
7766 2018-02-14 Pedro Alves <palves@redhat.com>
7767
7768 * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
7769 getting a "Quit".
7770
7771 2018-02-09 Markus Metzger <markus.t.metzger@intel.com>
7772
7773 * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
7774 Fix test name.
7775
7776 2018-02-07 Simon Marchi <simon.marchi@ericsson.com>
7777
7778 * gdb.cp/m-static.exp: Check type of optimized out static
7779 member.
7780
7781 2018-02-03 Andrew Burgess <andrew.burgess@embecosm.com>
7782
7783 * config/sid.exp (gdb_target_sid): Remove use of cleanup.
7784 * config/sim.exp (gdb_target_sim): Remove use of cleanup.
7785
7786 2018-02-01 Simon Marchi <simon.marchi@polymtl.ca>
7787 Leszek Swirski <leszeks@google.com>
7788
7789 * gdb.python/py-prettyprint.c
7790 (struct to_string_returns_value_inner,
7791 struct to_string_returns_value_wrapper): New.
7792 (main): Add tsrvw variable.
7793 * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
7794 ToStringReturnsValueWrapper): New classes.
7795 (register_pretty_printers): Register new pretty-printers.
7796 * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
7797 recursive pretty printer.
7798 * gdb.python/py-mi.exp: Likewise.
7799
7800 2018-02-01 Leszek Swirski <leszeks@google.com>
7801
7802 * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
7803 functions with the same name as an include file are parsed
7804 correctly.
7805
7806 2018-02-01 Yao Qi <yao.qi@linaro.org>
7807
7808 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
7809 "\[^\r\n\]*".
7810
7811 2018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
7812
7813 * gdb.arch/powerpc-prologue-frame.s: New file.
7814 * gdb.arch/powerpc-prologue-frame.c: Likewise.
7815 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
7816
7817 2018-01-31 Joel Brobecker <brobecker@adacore.com>
7818
7819 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
7820
7821 2018-01-30 Pedro Alves <palves@redhat.com>
7822
7823 PR gdb/13211
7824 * gdb.base/interrupt-daemon.c: New.
7825 * gdb.base/interrupt-daemon.exp: New.
7826 * gdb.multi/multi-term-settings.c: New.
7827 * gdb.multi/multi-term-settings.exp: New.
7828
7829 2018-01-30 Joel Brobecker <brobecker@adacore.com>
7830
7831 * gdb.base/break.exp: Save the location where the breakpoint
7832 on break.c:47 was actually inserted when debugging the version
7833 compiled at -O2 and use it in the expected output of the "info
7834 break" test performed soon after.
7835
7836 2018-01-22 Pedro Alves <palves@redhat.com>
7837 Sergio Durigan Junior <sergiodj@redhat.com>
7838
7839 * gdb.base/whatis.exp: Add tests for 'set print object on' +
7840 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
7841
7842 2018-01-22 Joel Brobecker <brobecker@adacore.com>
7843
7844 * gdb.base/break-include.c, gdb.base/break-include.inc,
7845 gdb.base/break-include.exp: New files.
7846 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
7847 line number now being the actual line number where the breakpoint
7848 was inserted.
7849 * gdb.mi/mi-break.exp: Likewise.
7850 * gdb.mi/mi-reverse.exp: Likewise.
7851 * gdb.mi/mi-simplerun.exp: Ditto.
7852
7853 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
7854
7855 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
7856 varobj.
7857 * gdb.mi/mi-var-create-rtti.exp: Likewise.
7858
7859 2018-01-21 Don Breazeal <donb@codesourcery.com>
7860 Andrew Burgess <andrew.burgess@embecosm.com>
7861
7862 * gdb.mi/basics.c: Add new global.
7863 * gdb.mi/mi-frame-regs.exp: New file.
7864 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
7865 case.
7866
7867 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
7868
7869 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
7870 non-parameter, and on an unknown symbol.
7871
7872 2018-01-19 Tom Tromey <tom@tromey.com>
7873
7874 * gdb.rust/modules.rs (TWENTY_THREE): New global.
7875 * gdb.rust/modules.exp: Add ::-qualified lookup test.
7876
7877 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
7878
7879 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
7880 setrlimit and chdir to int.
7881
7882 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
7883
7884 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
7885 function.
7886 (my_tend): Likewise.
7887 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
7888 rationale of avoiding FP- and vector instructions.
7889
7890 2018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
7891
7892 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
7893 "info reg" with "\[ \t\]*".
7894 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
7895 "\[ \t\]+".
7896 * gdb.arch/s390-multiarch.exp: Ditto.
7897 * gdb.base/pc-fp.exp: Ditto.
7898 * gdb.reverse/i386-precsave.exp: Ditto.
7899 * gdb.reverse/i386-reverse.exp: Ditto.
7900 * gdb.reverse/i387-env-reverse.exp: Ditto.
7901 * gdb.reverse/i387-stack-reverse.exp: Ditto.
7902
7903 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
7904
7905 * lib/gdb.exp (gdb_compile): Re-enable use of
7906 universal_compile_options for languages other than Rust.
7907
7908 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
7909
7910 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
7911
7912 2018-01-17 Mike Gulick <mgulick@mathworks.com>
7913
7914 PR gdb/16577
7915 * gdb.base/solib-vanish.exp: New.
7916 * gdb.base/solib-vanish-main.c: New.
7917 * gdb.base/solib-vanish-lib1.c: New.
7918 * gdb.base/solib-vanish-lib2.c: New.
7919
7920 2018-01-17 Yao Qi <yao.qi@linaro.org>
7921
7922 * gdb.compile/compile.exp: Match the address printed for
7923 frame in the output of command "bt".
7924
7925 2018-01-15 Tom Tromey <tom@tromey.com>
7926
7927 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
7928 compute sp_reg.
7929
7930 2018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
7931
7932 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
7933 to prepare.
7934 (prepare): Return 0 on error, 1 on success.
7935
7936 2018-01-12 Pedro Alves <palves@redhat.com>
7937
7938 * gdb.base/continue-after-aborted-step-over.c: New.
7939 * gdb.base/continue-after-aborted-step-over.exp: New.
7940
7941 2018-01-11 Simon Marchi <simon.marchi@ericsson.com>
7942
7943 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
7944 options when not creating an executable.
7945
7946 2018-01-11 Pedro Alves <palves@redhat.com>
7947
7948 PR remote/22597
7949 * gdb.server/stop-reply-no-thread.c: New file.
7950 * gdb.server/stop-reply-no-thread.exp: New file.
7951
7952 2018-01-10 Pedro Alves <palves@redhat.com>
7953
7954 PR gdb/22670
7955 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
7956 functions too. Test setting breakpoints and printing C functions
7957 with no debug info too.
7958 * gdb.ada/bp_c_mixed_case/qux.c: New file.
7959
7960 2018-01-10 Pedro Alves <palves@redhat.com>
7961
7962 PR gdb/22670
7963 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
7964 a fail.
7965
7966 2018-01-10 Pedro Alves <palves@redhat.com>
7967
7968 PR gdb/22670
7969 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
7970
7971 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
7972
7973 * gdb.server/unittest.exp: Match the output in non-development
7974 mode.
7975
7976 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
7977
7978 * gdb.gdb/unittest.exp: Match output in non-development mode.
7979
7980 2018-01-08 Joel Brobecker <brobecker@adacore.com>
7981
7982 * gdb.ada/access_tagged_param.exp: Relax expected output
7983 for value of "ObjL" in "continue" to pck.inspect breakpoint
7984 test.
7985
7986 2018-01-08 Joel Brobecker <brobecker@adacore.com>
7987
7988 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
7989 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
7990
7991 2018-01-05 Pedro Alves <palves@redhat.com>
7992
7993 PR gdb/18653
7994 * gdb.base/libsegfault.exp: New.
7995
7996 2018-01-05 Joel Brobecker <brobecker@adacore.com>
7997
7998 PR gdb/22670
7999 * gdb.ada/access_tagged_param.exp: New file.
8000 * gdb.ada/access_tagged_param/foo.adb: New file.
8001
8002 2018-01-05 Pedro Alves <palves@redhat.com>
8003
8004 PR gdb/22670
8005 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
8006 exercise lower case too, and to exercise both full matching and
8007 wild matching.
8008
8009 2018-01-05 Joel Brobecker <brobecker@adacore.com>
8010
8011 * gdb.ada/rename_subscript_param: New testcase.
8012
8013 2018-01-05 Jerome Guitton <guitton@adacore.com>
8014
8015 * gdb.ada/arr_acc_idx_w_gap: New testcase.
8016
8017 2018-01-05 Joel Brobecker <brobecker@adacore.com>
8018
8019 * gdb.ada/convvar_comp: New testcase.
8020
8021 2018-01-05 Xavier Roirand <roirand@adacore.com>
8022
8023 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
8024 (My_Table): New global variable.
8025 * testsuite/gdb.ada/array_char_idx.exp: Add test.
8026
8027 2018-01-04 Joel Brobecker <brobecker@adacore.com>
8028
8029 PR gdb/22670
8030 * gdb.ada/maint_with_ada: New testcase.
8031
8032 2018-01-04 Joel Brobecker <brobecker@adacore.com>
8033
8034 PR gdb/22670
8035 * gdb.ada/bp_c_mixed_case: New testcase.
8036
8037 2018-01-04 Joel Brobecker <brobecker@adacore.com>
8038
8039 PR gdb/22670
8040 * gdb.ada/complete.exp: Add "complete break ada" test.
8041
8042 2018-01-04 Joel Brobecker <brobecker@adacore.com>
8043
8044 PR gdb/22670
8045 * gdb.ada/info_addr_mixed_case: New testcase.
8046
8047 2018-01-03 Xavier Roirand <roirand@adacore.com>
8048
8049 * gdb.ada/excep_handle.exp: New testcase.
8050 * gdb.ada/excep_handle/foo.adb: New file.
8051 * gdb.ada/excep_handle/pck.ads: New file.
8052
8053 2018-01-03 Joel Brobecker <brobecker@adacore.com>
8054
8055 * gdb.base/step-line.c: Add extra empty line in copyright header.
8056 * gdb.base/step-line.inp: Likewise.
8057
8058 2018-01-02 Joel Brobecker <brobecker@adacore.com>
8059
8060 * gdb.ada/dyn_stride.exp: Add slice test.
8061
8062 2018-01-02 Joel Brobecker <brobecker@adacore.com>
8063
8064 * gdb.ada/dyn_stride: New testcase.
8065
8066 2017-12-27 Stafford Horne <shorne@gmail.com>
8067
8068 * gdb.xml/extra-regs.xml: Add example foo reggroup.
8069 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
8070
8071 2017-12-27 Stafford Horne <shorne@gmail.com>
8072
8073 * gdb.base/reggroups.c: New file.
8074 * gdb.base/reggroups.exp: New file.
8075
8076 2017-12-18 Joel Brobecker <brobecker@adacore.com>
8077
8078 * gdb.dwarf2/ada-valprint-error.c: New file.
8079 * gdb.dwarf2/ada-valprint-error.exp: New file.
8080
8081 2017-12-18 Joel Brobecker <brobecker@adacore.com>
8082
8083 * gdb.ada/assign_arr: New testcase.
8084
8085 2017-12-18 Xavier Roirand <roirand@adacore.com>
8086
8087 * gdb.ada/funcall_ptr: New testcase.
8088
8089 2017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
8090
8091 PR cli/16224
8092 * gdb.base/ptype-offsets.cc: New file.
8093 * gdb.base/ptype-offsets.exp: New file.
8094
8095 2017-12-15 Yao Qi <yao.qi@linaro.org>
8096
8097 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
8098 if XML is disabled.
8099
8100 2017-12-15 Xavier Roirand <roirand@adacore.com>
8101
8102 * gdb.ada/same_component_name: New testcase.
8103
8104 2017-12-14 Joel Brobecker <brobecker@adacore.com>
8105
8106 * gdb.ada/str_binop_equal: New testcase.
8107
8108 2017-12-14 Joel Brobecker <brobecker@adacore.com>
8109
8110 * gdb.ada/task_switch_in_core: New testcase.
8111
8112 2017-12-13 Simon Marchi <simon.marchi@ericsson.com>
8113
8114 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
8115 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
8116 call test_bkpt_qualified.
8117 (test_bkpt_qualified): New proc.
8118
8119 2017-12-13 Pedro Alves <palves@redhat.com>
8120
8121 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
8122 Tighten regexp by matching with an anchor.
8123
8124 2017-12-13 Pedro Alves <palves@redhat.com>
8125
8126 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
8127 ("expression with namespace"): New set of tests.
8128 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
8129 (Nested::Test_NS::qux): New.
8130 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
8131 defaults to 'start_quote_char' and 'end_quote_char' parameters.
8132
8133 2017-12-13 Joel Brobecker <brobecker@adacore.com>
8134
8135 * gdb.base/server-del-break.c: New file.
8136 * gdb.base/server-del-break.exp: New file.
8137
8138 2017-12-12 Stafford Horne <shorne@gmail.com>
8139
8140 * gdb.xml/tdesc-regs.exp: Add or1k support.
8141
8142 2017-12-12 Stafford Horne <shorne@gmail.com>
8143
8144 * gdb.base/bp-permanent.c: Define nop of or1k.
8145
8146 2017-12-11 Joel Brobecker <brobecker@adacore.com>
8147
8148 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
8149 output with components being reordered.
8150
8151 2017-12-11 Joel Brobecker <brobecker@adacore.com>
8152
8153 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
8154 output with components being reordered.
8155
8156 2017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
8157 Pedro Alves <palves@redhat.com>
8158
8159 * gdb.base/maint.exp (check for .gdb_index): Check also for
8160 .debug_names.
8161 * gdb.dlang/watch-loc.c (.debug_aranges): New.
8162 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
8163 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
8164 (.gdb_index used after symbol reloading): Support also .debug_names.
8165 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
8166
8167 2017-12-08 Yao Qi <yao.qi@linaro.org>
8168
8169 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
8170 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
8171
8172 2017-12-08 Yao Qi <yao.qi@linaro.org>
8173
8174 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
8175 * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
8176
8177 2017-12-08 Yao Qi <yao.qi@linaro.org>
8178
8179 * gdb.arch/aarch64-tagged-pointer.c: New file.
8180 * gdb.arch/aarch64-tagged-pointer.exp: New file.
8181
8182 2017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
8183
8184 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
8185 "int".
8186
8187 2017-12-07 Keith Seitz <keiths@redhat.com>
8188
8189 PR breakpoints/22569
8190 * gdb.linespec/ls-errs.exp: Change expected result of "break
8191 -source this file has spaces.c -line 3".
8192 Check that an explicit source file followed by whitespace is
8193 identified as an invalid explicit location.
8194
8195 2017-12-07 Keith Seitz <keiths@redhat.com>
8196
8197 * gdb.cp/nested-types.cc: New file.
8198 * gdb.cp/nested-types.exp: New file.
8199 * lib/cp-support.exp: Load data-structures.exp library.
8200 (debug_cp_test_ptype_class): New global.
8201 (cp_ptype_class_verbose, next_line): New procedures.
8202 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
8203 Add and document new return value.
8204 Switch the list of lines to a queue.
8205 Add support for new `type' key for nested type definitions.
8206 Add debugging/troubleshooting messages.
8207 * lib/data-structures.exp: New file.
8208
8209 2017-12-07 Simon Marchi <simon.marchi@ericsson.com>
8210
8211 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
8212 with proc_with_prefix, don't use with_test_prefix.
8213
8214 2017-12-07 Tom Tromey <tom@tromey.com>
8215
8216 * gdb.base/break.exp: Add test for empty "commands".
8217
8218 2017-12-07 Yao Qi <yao.qi@linaro.org>
8219
8220 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
8221 malloc and catch syscall.
8222
8223 2017-12-07 Phil Muldoon <pmuldoon@redhat.com>
8224
8225 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
8226 tests for explicit locations.
8227
8228 2017-12-06 Pedro Alves <palves@redhat.com>
8229
8230 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
8231 force-disabling XML descriptions.
8232
8233 2017-12-04 Pedro Alves <palves@redhat.com>
8234
8235 PR gdb/22499
8236 * gdb.arch/amd64-disp-step-avx.S: New file.
8237 * gdb.arch/amd64-disp-step-avx.exp: New file.
8238
8239 2017-12-03 Pedro Alves <palves@redhat.com>
8240
8241 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
8242 and <string.h>.
8243 (parent_function): Print distinct messages when waitpid fails, or
8244 the child exits with a signal, or the child exits for an unhandled
8245 reason.
8246 * gdb.threads/process-dies-while-detaching.exp
8247 (detach_and_expect_exit): New 'inf_output_re' parameter and use
8248 it. Wait for both inferior output and GDB's prompt. Use an
8249 indirect spawn id list.
8250 (do_detach): New parameter 'child_exit'. Use it to compute
8251 expected inferior output.
8252 (test_detach, test_detach_watch, test_detach_killed_outside):
8253 Adjust to pass down the expected child exit kind.
8254
8255 2017-12-01 Joel Brobecker <brobecker@adacore.com>
8256 Sergio Durigan Junior <sergiodj@redhat.com>
8257 Pedro Alves <palves@redhat.com>
8258
8259 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
8260
8261 2017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
8262
8263 * gdb.base/relocate.exp: Add tests to guarantee that arguments
8264 to 'symbol-file' and 'add-symbol-file' can be
8265 position-independent.
8266
8267 2017-12-01 Yao Qi <yao.qi@linaro.org>
8268
8269 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
8270 the URL in copyright header.
8271 * gdb.arch/aarch64-fp.exp: Likewise.
8272 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
8273 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
8274 * gdb.base/expand-psymtabs.exp: Likewise.
8275 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
8276 * gdb.fortran/common-block.exp: Likewise.
8277 * gdb.fortran/common-block.f90: Likewise.
8278 * gdb.fortran/logical.exp: Likewise.
8279 * gdb.fortran/vla-datatypes.f90: Likewise.
8280 * gdb.fortran/vla-sub.f90: Likewise.
8281
8282 2017-11-30 Joel Brobecker <brobecker@adacore.com>
8283
8284 * gdb.ada/repeat_dyn: New testcase.
8285
8286 2017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
8287
8288 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
8289 Update for changed thread numbering.
8290 * gdb.cell/bt.exp: Update for changed GDB output.
8291
8292 2017-11-30 Simon Marchi <simon.marchi@ericsson.com>
8293
8294 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
8295 setting isremote by hand.
8296 * boards/dwarf4-gdb-index.exp: Likewise.
8297 * boards/fission.exp: Likewise.
8298 * boards/stabs.exp: Likewise.
8299
8300 2017-11-30 Pedro Alves <palves@redhat.com>
8301
8302 * gdb.linespec/cpls-ops.exp
8303 (check_explicit_skips_function_argument): Extract the underlying
8304 type of size_t instead of hardcoding it.
8305
8306 2017-11-29 Pedro Alves <palves@redhat.com>
8307
8308 PR c++/19436
8309 * gdb.linespec/cpls-abi-tag.cc: New file.
8310 * gdb.linespec/cpls-abi-tag.exp: New file.
8311
8312 2017-11-29 Pedro Alves <palves@redhat.com>
8313
8314 * gdb.base/langs.exp: Use -qualified.
8315 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
8316 it.
8317 * gdb.cp/namespace.exp: Use -qualified.
8318 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
8319 (overload-3, template-overload, template-ret-type, const-overload)
8320 (const-overload-quoted, anon-ns, ambiguous-prefix): New
8321 procedures.
8322 (test_driver): Call them.
8323 * gdb.cp/save-bp-qualified.cc: New.
8324 * gdb.cp/save-bp-qualified.exp: New.
8325 * gdb.linespec/explicit.exp: Test -qualified.
8326 * lib/completion-support.exp (completion::explicit_opts_list): Add
8327 "-qualified".
8328 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
8329
8330 2017-11-29 Phil Muldoon <pmuldoon@redhat.com>
8331
8332 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
8333
8334 2017-11-29 Tom Tromey <tom@tromey.com>
8335
8336 * gdb.base/relocate.exp: Update invalid argument test.
8337 Add new tests for invalid arguments.
8338
8339 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
8340
8341 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
8342 Return 0 as a long.
8343 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
8344
8345 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
8346
8347 * gdb.cp/breakpoint.cc (bar): Set return type to void.
8348 * gdb.cp/psymtab-parameter.cc (func): Likewise.
8349 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
8350 func ().
8351 * gdb.cp/shadow.cc (B.func): Return 0.
8352
8353 2017-11-27 Joel Brobecker <brobecker@adacore.com>
8354
8355 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
8356 expected output in gdb_expect call to allow the exception
8357 message to be present as well. Fix syntax confusion to avoid
8358 TCL thinking that exception_name is an array.
8359
8360 2017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
8361
8362 * gdb.arch/spu-info.c: Include <unistd.h>.
8363 (do_signal_test): Fix broken calls to write.
8364 * gdb.arch/spu-info.exp: Use prepare_for_testing.
8365 Fix checks for empty mailboxes. Update signal tests for corrected
8366 do_signal_test routine. Allow nonzero event status.
8367 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
8368 * gdb.cell/arch.exp: Use standard_output_file.
8369 * gdb.cell/break.exp: Likewise.
8370 * gdb.cell/bt.exp: Likewise.
8371 * gdb.cell/core.exp: Likewise.
8372 * gdb.cell/dwarfaddr.exp: Likewise.
8373 * gdb.cell/ea-cache.exp: Likewise.
8374 * gdb.cell/ea-standalone.exp: Likewise.
8375 * gdb.cell/f-regs.exp: Likewise.
8376 * gdb.cell/fork.exp: Likewise.
8377 * gdb.cell/gcore.exp: Likewise.
8378 * gdb.cell/mem-access.exp: Likewise.
8379 * gdb.cell/ptype.exp: Likewise.
8380 * gdb.cell/registers.exp: Likewise.
8381 * gdb.cell/sizeof.exp: Likewise.
8382 * gdb.cell/solib-symbol.exp: Likewise.
8383 * gdb.cell/solib.exp: Likewise.
8384
8385 2017-11-25 Pedro Alves <palves@redhat.com>
8386
8387 * gdb.base/complete-empty.exp: New file.
8388 * gdb.base/completion.exp: Adjust.
8389
8390 2017-11-25 Pedro Alves <palves@redhat.com>
8391
8392 * gdb.linespec/cpls-ops.cc: New file.
8393 * gdb.linespec/cpls-ops.exp: New file.
8394 * lib/completion-support.exp (test_complete_prefix_range_re): New,
8395 factored out from ...
8396 (test_complete_prefix_range): ... this.
8397
8398 2017-11-24 Pedro Alves <palves@redhat.com>
8399
8400 * gdb.linespec/cpcompletion.exp: New file.
8401 * gdb.linespec/cpls-hyphen.cc: New file.
8402 * gdb.linespec/cpls.cc: New file.
8403 * gdb.linespec/cpls2.cc: New file.
8404 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
8405 test to use test_gdb_complete_unique. Add label completion,
8406 keyword completion and explicit location completion tests.
8407 * lib/completion-support.exp: New file.
8408
8409 2017-11-24 Joel Brobecker <brobecker@adacore.com>
8410
8411 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
8412 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
8413 when hitting an exception catchpoint.
8414
8415 2017-11-22 Yao Qi <yao.qi@linaro.org>
8416
8417 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
8418
8419 2017-11-22 Simon Marchi <simon.marchi@ericsson.com>
8420
8421 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
8422 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
8423 * gdb.dwarf2/info-locals-optimized-out.c: New file.
8424
8425 2017-11-22 Yao Qi <yao.qi@linaro.org>
8426
8427 * gdb.base/info-os.exp: Pass pthreads.
8428 * gdb.multi/multi-attach.exp: Likewise.
8429
8430 2017-11-22 Yao Qi <yao.qi@linaro.org>
8431
8432 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
8433 compiler.
8434
8435 2017-11-22 Yao Qi <yao.qi@linaro.org>
8436
8437 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
8438 * gdb.base/break-interp.exp: Likewise.
8439 * gdb.base/jit-attach-pie.exp: Likewise.
8440
8441 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
8442
8443 * gdb.base/float128.c (large128): New variable.
8444 * gdb.base/float128.exp: Add test to print largest __float128 value.
8445
8446 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
8447
8448 * gdb.arch/vsx-regs.exp: Update register content checks.
8449
8450 2017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
8451
8452 * gdb.arch/ppc-longdouble.exp: New file.
8453 * gdb.arch/ppc-longdouble.c: Likewise.
8454
8455 2017-11-21 Pedro Alves <palves@redhat.com>
8456
8457 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
8458
8459 2017-11-20 Pedro Alves <palves@redhat.com>
8460
8461 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
8462 (long_double_typedef): New typedefs.
8463 Use DEF on double and long double.
8464 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
8465 cases.
8466 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
8467 and 'long_double_ptr_same_size' locals. Use them to decide
8468 whether cast from array/function to float is valid/invalid.
8469
8470 2017-11-17 Tom Tromey <tom@tromey.com>
8471
8472 * gdb.rust/traits.rs: New file.
8473 * gdb.rust/traits.exp: New file.
8474
8475 2017-11-17 Joel Brobecker <brobecker@adacore.com>
8476
8477 * gdb.ada/minsyms: New testcase.
8478
8479 2017-11-16 Pedro Alves <palves@redhat.com>
8480
8481 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
8482 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
8483
8484 2017-11-16 Pedro Alves <palves@redhat.com>
8485
8486 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
8487 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
8488
8489 2017-11-16 Pedro Alves <palves@redhat.com>
8490
8491 * gdb.server/reconnect-ctrl-c.c: New file.
8492 * gdb.server/reconnect-ctrl-c.exp: New file.
8493
8494 2017-11-16 Phil Muldoon <pmuldoon@redhat.com>
8495
8496 * gdb.python/py-rbreak.exp: New file.
8497 * gdb.python/py-rbreak.c: New file.
8498 * gdb.python/py-rbreak-func2.c: New file.
8499
8500 2017-11-16 Pedro Alves <palves@redhat.com>
8501
8502 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
8503 pattern.
8504 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
8505 GDB.
8506
8507 2017-11-15 Simon Marchi <simon.marchi@ericsson.com>
8508
8509 * gdb.tui/completionn.exp (test_tab_completion): Add space in
8510 regex.
8511
8512 2017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
8513
8514 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
8515 test names.
8516
8517 2017-11-09 Pedro Alves <palves@redhat.com>
8518
8519 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
8520 factored out from ...
8521 (top level): ... here, and adjusted to avoid expecting beyond the
8522 prompt in a single gdb_test_multiple.
8523
8524 2017-11-09 Pedro Alves <palves@redhat.com>
8525
8526 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
8527 output.
8528 * gdb.server/ext-attach.exp ("kill" test): Likewise.
8529 * gdb.server/ext-restart.exp ("kill" test): Likewise.
8530 * gdb.server/ext-run.exp ("kill" test): Likewise.
8531 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
8532
8533 2017-11-09 Pedro Alves <palves@redhat.com>
8534
8535 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
8536 match till end of line.
8537
8538 2017-11-09 Pedro Alves <palves@redhat.com>
8539
8540 * gdb.base/memattr.exp: Tighten regexes to match the end line.
8541
8542 2017-11-09 Pedro Alves <palves@redhat.com>
8543
8544 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
8545 New procedures, factored out from ...
8546 (top level): ... here, and adjusted to avoid expecting beyond the
8547 prompt in one go.
8548
8549 2017-11-09 Pedro Alves <palves@redhat.com>
8550
8551 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
8552 output. Fix '?' match.
8553
8554 2017-11-08 Joel Brobecker <brobecker@adacore.com>
8555
8556 * gdb.ada/scoped_watch: New testcase.
8557 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
8558 which is actually correct.
8559 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
8560 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
8561
8562 2017-11-08 Pedro Alves <palves@redhat.com>
8563
8564 * gdb.gdb/complaints.exp (test_initial_complaints)
8565 (test_serial_complaints, test_short_complaints): Call
8566 complaint_internal instead of complaint.
8567
8568 2017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
8569
8570 * gdb.threads/tls-core.c: New file.
8571 * gdb.threads/tls-core.exp: Likewise.
8572
8573 2017-11-08 Pedro Alves <palves@redhat.com>
8574
8575 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
8576 (p Exported_Capitalized): New test.
8577 (p exported_capitalized): New test.
8578
8579 2017-11-07 Pedro Alves <palves@redhat.com>
8580
8581 * gdb.cp/ena-dis-br-range.exp: Add more tests.
8582
8583 2017-11-07 Pedro Alves <palves@redhat.com>
8584
8585 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
8586 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
8587 (disable_invalid, disable_inverted, disable_negative): New
8588 procedures.
8589 ("bad numbers"): New set of tests.
8590
8591 2017-11-07 Pedro Alves <palves@redhat.com>
8592
8593 * gdb.cp/ena-dis-br-range.exp: Add tests.
8594
8595 2017-11-07 Pedro Alves <palves@redhat.com>
8596
8597 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
8598
8599 2017-11-07 Xavier Roirand <roirand@adacore.com>
8600 Pedro Alves <palves@redhat.com>
8601
8602 * gdb.base/ena-dis-br.exp: Add reference to
8603 gdb.cp/ena-dis-br-range.exp.
8604 * gdb.cp/ena-dis-br-range.exp: New file.
8605 * gdb.cp/ena-dis-br-range.cc: New file.
8606
8607 2017-11-06 Pedro Alves <palves@redhat.com>
8608
8609 * gdb.base/attach-non-pgrp-leader.c: New.
8610 * gdb.base/attach-non-pgrp-leader.exp: New.
8611
8612 2017-11-06 Pedro Alves <palves@redhat.com>
8613
8614 * configure.ac: No longer check for termio.h and sgtty.h.
8615 * configure: Regenerate.
8616 * remote-utils.c: Include termios.h instead of gdb_termios.h.
8617 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
8618 Remove termio and sgtty code.
8619
8620 2017-11-03 Yao Qi <yao.qi@linaro.org>
8621
8622 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
8623 in GDB is disabled.
8624
8625 2017-11-03 Yao Qi <yao.qi@linaro.org>
8626
8627 * gdb.python/py-thrhandle.exp: Skip it if python is not
8628 enabled.
8629
8630 2017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
8631
8632 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
8633 as a breakpoint command.
8634
8635 2017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
8636
8637 PR python/21213
8638 * gdb.python/py-infthread.exp: Test calling
8639 InferiorThread.inferior () multiple times in a row.
8640
8641 2017-10-27 Keith Seitz <keiths@redhat.com>
8642
8643 * gdb.opt/inline-break.exp (break_info_1): New procedure.
8644 Test "info break" for every inlined function breakpoint.
8645
8646 2017-10-27 Yao Qi <yao.qi@linaro.org>
8647
8648 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
8649
8650 2017-10-26 Patrick Frants <osscontribute@gmail.com>
8651
8652 * gdb.cp/classes.exp (test_static_members): Test printing
8653 Outer::instance.
8654 * gdb.cp/classes.c (struct Inner, struct Outer): New.
8655 (Inner::instance, Outer::instance): New.
8656
8657 2017-10-24 Pedro Alves <palves@redhat.com>
8658
8659 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
8660 extra console" test in two stages.
8661
8662 2017-10-24 Pedro Alves <palves@redhat.com>
8663
8664 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
8665
8666 2017-10-24 Pedro Alves <palves@redhat.com>
8667
8668 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
8669 loop.
8670
8671 2017-10-24 Pedro Alves <palves@redhat.com>
8672
8673 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
8674 $attempt" and "stoppedtry $stoppedtry" test prefixes.
8675
8676 2017-10-24 Pedro Alves <palves@redhat.com>
8677
8678 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
8679 parameter and handle it. Don't output read value in test name.
8680
8681 2017-10-24 Pedro Alves <palves@redhat.com>
8682
8683 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
8684 custom test name.
8685
8686 2017-10-24 Pedro Alves <palves@redhat.com>
8687
8688 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
8689 include the unstable output directory name in the test's name.
8690 (initial_setup_simple) <'set args'>: Use custom test name.
8691
8692 2017-10-24 Pedro Alves <palves@redhat.com>
8693
8694 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
8695 with explicit test name.
8696
8697 2017-10-20 Pedro Alves <palves@redhat.com>
8698
8699 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
8700 'wait -i'. Use gdb_assert and remote_close.
8701
8702 2017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
8703
8704 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
8705 number from variable rather than hard-coded.
8706
8707 2017-10-19 Pedro Alves <palves@redhat.com>
8708
8709 * gdb.base/long-inferior-output.c: New file.
8710 * gdb.base/long-inferior-output.exp: New file.
8711
8712 2017-11-18 Keith Seitz <keiths@redhat.com>
8713
8714 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
8715 method.
8716 (main): Call it.
8717 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
8718 Add additional user-defined conversion operator tests.
8719
8720 2017-10-17 Pedro Alves <palves@redhat.com>
8721
8722 * boards/native-stdio-gdbserver.exp: Load "local-board".
8723
8724 2017-10-17 Pedro Alves <palves@redhat.com>
8725
8726 * gdb.base/quit-live.c: New file.
8727 * gdb.base/quit-live.exp: New file.
8728
8729 2017-10-16 Keith Seitz <keiths@redhat.com>
8730
8731 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
8732 (class_with_protected_typedef, class_with_private_typedef)
8733 (struct_with_public_typedef, struct_with_protected_typedef)
8734 (struct_with_private_typedef): New classes/structs.
8735 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
8736 typedefs and access specifiers.
8737
8738 2017-10-16 Pedro Alves <palves@redhat.com>
8739 Simon Marchi <simon.marchi@polymtl.ca>
8740
8741 * README (Local vs Remote vs Native): New section.
8742 * boards/local-board.exp: New file, with bits factored out from
8743 ...
8744 * boards/native-extended-gdbserver.exp: ... here. Load
8745 "local-board".
8746 * boards/native-gdbserver.exp: Load "local-board".
8747 (${board}_spawn, ${board}_exec): Delete.
8748 * boards/native-stdio-gdbserver.exp: Most contents factored out to
8749 ...
8750 * boards/stdio-gdbserver-base.exp: ... this new file.
8751 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
8752 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
8753 procedure.
8754 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
8755 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
8756 stdio_gdbserver_command.
8757 (${board}_get_remote_address, ${board}_get_comm_port)
8758 (${board}_download, ${board}_upload): Delete.
8759 (get_target_remote_pipe_cmd): New.
8760
8761 2017-10-16 Simon Marchi <simon.marchi@ericsson.com>
8762
8763 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
8764 test_bkpt_deletion, test_bkpt_cond_and_cmds,
8765 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
8766 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
8767 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
8768 remove with_test_prefix.
8769
8770 2017-10-13 Pedro Alves <palves@redhat.com>
8771
8772 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
8773 * gdb.base/annota1.exp: Use it instead of is_remote.
8774 * gdb.base/annota3.exp: Use it instead of is_remote.
8775 * gdb.cp/annota2.exp: Use it instead of is_remote.
8776 * gdb.cp/annota3.exp: Use it instead of is_remote.
8777 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
8778
8779 2017-10-13 Pedro Alves <palves@redhat.com>
8780
8781 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
8782 (test_num_test_vars, run_and_count_vars, find_env)
8783 (test_set_unset_env, test_inherit_env_var): New procedures.
8784 (top level): Use them.
8785
8786 2017-10-13 Pedro Alves <palves@redhat.com>
8787
8788 * lib/selftest-support.exp (selftest_setup): Extend comments, and
8789 also skip on stub-like targets.
8790
8791 2017-10-13 Pedro Alves <palves@redhat.com>
8792
8793 PR gdb/22293
8794 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
8795 (top level): Move some tests to ...
8796 (test_not_found): ... this new procedure.
8797 (top level): Call it.
8798
8799 2017-10-13 Pedro Alves <palves@redhat.com>
8800
8801 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
8802 expect different "info terminal" output if testing with a
8803 non-native target.
8804
8805 2017-10-13 Pedro Alves <palves@redhat.com>
8806 Simon Marchi <simon.marchi@polymtl.ca>
8807
8808 PR python/12966
8809 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
8810
8811 2017-10-13 Pedro Alves <palves@redhat.com>
8812
8813 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
8814 already.
8815
8816 2017-10-13 Pedro Alves <palves@redhat.com>
8817
8818 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
8819 is_remote.
8820
8821 2017-10-13 Pedro Alves <palves@redhat.com>
8822
8823 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
8824 is_remote.
8825
8826 2017-10-13 Pedro Alves <palves@redhat.com>
8827
8828 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
8829 is set.
8830 (corefile_test_attach): Likewise. Check can_spawn_for_attach
8831 instead of is_remote.
8832
8833 2017-10-13 Pedro Alves <palves@redhat.com>
8834
8835 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
8836 (top level): Add comment.
8837
8838 2017-10-13 Pedro Alves <palves@redhat.com>
8839
8840 * gdb.base/remote.exp (top level): Fix comment typo and add
8841 missing return.
8842
8843 2017-10-13 Pedro Alves <palves@redhat.com>
8844 Simon Marchi <simon.marchi@polymtl.ca>
8845
8846 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
8847 calls and add comments. Skip test if use_gdb_stub is set.
8848 (top level): Use "set cwd" command instead of "cd" command.
8849
8850 2017-10-13 Pedro Alves <palves@redhat.com>
8851
8852 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
8853 is_remote target check.
8854
8855 2017-10-13 Pedro Alves <palves@redhat.com>
8856
8857 * gdb.base/scope.exp: Use build_executable + clean_restart +
8858 gdb_file_cmd instead of prepare_for_testing and no longer skip
8859 "before run" tests on is_remote target boards. Update comments.
8860 * boards/native-extended-gdbserver.exp
8861 (extended_gdbserver_load_last_file): New, factored out from ...
8862 (gdb_load): ... this. Move further below and add comment.
8863 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
8864
8865 2017-10-12 Pedro Alves <palves@redhat.com>
8866
8867 * gdb.base/attach.exp: Remove references to gdb64.
8868 * gdb.base/dbx.exp: Remove references to gdb64.
8869
8870 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
8871 Pedro Alves <palves@redhat.com>
8872
8873 * gdb.base/label.exp: Remove is_remote target check.
8874
8875 2017-10-12 Pedro Alves <palves@redhat.com>
8876
8877 * gdb.base/auvx.exp (coredir): Update comment.
8878 (top level) <core_works>: Use "set cwd" command instead of "cd"
8879 command.
8880
8881 2017-10-12 Pedro Alves <palves@redhat.com>
8882 Simon Marchi <simon.marchi@polymtl.ca>
8883
8884 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
8885 target boards.
8886
8887 2017-10-12 Pedro Alves <palves@redhat.com>
8888 Simon Marchi <simon.marchi@polymtl.ca>
8889
8890 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
8891 Instead skip if there's any gdb_protocol set.
8892
8893 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
8894 Pedro Alves <palves@redhat.com>
8895
8896 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
8897
8898 2017-10-12 Pedro Alves <palves@redhat.com>
8899 Simon Marchi <simon.marchi@polymtl.ca>
8900
8901 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
8902 instead of on dejagnu remote boards.
8903
8904 2017-10-12 Pedro Alves <palves@redhat.com>
8905 Simon Marchi <simon.marchi@polymtl.ca>
8906
8907 * gdb.base/inferior-died.exp: Remove is_remote and isnative
8908 checks. Use build_executable + clean_restart instead of
8909 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
8910 of enabling non-stop after starting gdb.
8911
8912 2017-10-12 Pedro Alves <palves@redhat.com>
8913
8914 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
8915 * gdb.threads/non-ldr-exc-2.exp: Ditto.
8916 * gdb.threads/non-ldr-exc-3.exp: Ditto.
8917 * gdb.threads/non-ldr-exc-4.exp: Ditto.
8918
8919 2017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
8920
8921 * gdb.arch/arc-tdesc-cpu.exp: New file.
8922 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
8923
8924 2017-10-10 Simon Marchi <simon.marchi@ericsson.com>
8925
8926 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
8927
8928 2017-10-10 Pedro Alves <palves@redhat.com>
8929
8930 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
8931 expect CLI output.
8932
8933 2017-10-10 Pedro Alves <palves@redhat.com>
8934
8935 * lib/selftest-support.exp (selftest_setup): Update for
8936 captured_command_loop's prototype change.
8937
8938 2017-10-09 Pedro Alves <palves@redhat.com>
8939
8940 Test both arch1=>arch2 and arch2=>arch1.
8941
8942 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
8943 (srcfile2, binfile2, march1, march2): Remove globals. Largely
8944 factored out to...
8945 (append_arch1_options, append_arch2_options, append_arch_options)
8946 (build_executables): New procedures.
8947 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
8948 local.
8949 (top level): Add new 'first_arch' testing axis.
8950
8951 2017-10-09 Pedro Alves <palves@redhat.com>
8952
8953 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
8954 (barrier): New.
8955 (thread_start, all_started): New functions.
8956 (main): Spawn new thread and wait until it is scheduled.
8957 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
8958 option.
8959 (do_test): Add 'selected_thread' parameter. Run to all_started
8960 instead of main. Explicitly set the breakpoint at main. Switch
8961 to the SELECTED_THREAD thread.
8962 (top level): Test handling the exec event with either the main
8963 thread or the second thread selected.
8964
8965 2017-10-09 Pedro Alves <palves@redhat.com>
8966
8967 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
8968 logic. Move STOP marker after the value checks.
8969 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
8970 regexp.
8971
8972 2017-10-06 Sandra Loosemore <sandra@codesourcery.com>
8973
8974 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
8975
8976 2017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
8977
8978 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
8979 integer-to-dfp conversion.
8980 * gdb.base/dfp-test.exp: Likewise.
8981
8982 2017-10-04 Pedro Alves <palves@redhat.com>
8983
8984 * gdb.multi/hangout.c: Include <unistd.h>.
8985 (hangout_loop): New function.
8986 (main): Call alarm. Call hangout_loop in a loop.
8987 * gdb.multi/hello.c: Include <unistd.h>.
8988 (hello_loop): New function.
8989 (main): Call alarm. Call hangout_loop in a loop.
8990 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
8991 inferior with the other selected.
8992
8993 2017-10-04 Simon Marchi <simon.marchi@ericsson.com>
8994
8995 * gdb.mi/list-thread-groups-available.exp: New file.
8996 * gdb.mi/list-thread-groups-available.c: New file.
8997
8998 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
8999
9000 * gdb.base/set-cwd.exp: Make it available on
9001 native-extended-gdbserver.
9002
9003 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
9004
9005 * gdb.base/set-cwd.c: New file.
9006 * gdb.base/set-cwd.exp: Likewise.
9007
9008 2017-10-02 Tom Tromey <tom@tromey.com>
9009
9010 PR rust/22236:
9011 * gdb.rust/simple.rs (main): New variable "fslice".
9012 * gdb.rust/simple.exp: Add slice tests. Update string tests.
9013
9014 2017-10-02 Tom Tromey <tom@tromey.com>
9015
9016 * gdb.rust/simple.exp: Test ptype of a slice.
9017
9018 2017-10-02 Tom Tromey <tom@tromey.com>
9019
9020 * gdb.rust/simple.exp: Test index of slice.
9021
9022 2017-09-27 Tom Tromey <tom@tromey.com>
9023
9024 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
9025
9026 2017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
9027 Pedro Alves <palves@redhat.com>
9028
9029 * gdb.base/compare-sections.exp (get value of read-only section): Read
9030 as unsigned value.
9031 (corrupt read-only section): Likewise and don't set written if patching
9032 failed.
9033
9034 2017-09-21 Kevin Buettner <kevinb@redhat.com>
9035
9036 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
9037 files.
9038
9039 2017-09-20 Pedro Alves <palves@redhat.com>
9040
9041 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
9042 symbol names in gdb's output.
9043 * gdb.cp/overload.exp ("list all overloads"): Likewise.
9044
9045 2017-09-20 Pedro Alves <palves@redhat.com>
9046
9047 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
9048 Rename to ...
9049 (test_list_ambiguous_symbol): ... this and add a symbol name
9050 parameter. Adjust.
9051 (test_list_ambiguous_function): Reimplement on top of
9052 test_list_ambiguous_symbol and also test listing ambiguous
9053 variables.
9054 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
9055 (ambiguous_fun): ... this.
9056 (ambiguous_var): New.
9057 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
9058 (ambiguous_fun): ... this.
9059 (ambiguous_var): New.
9060
9061 2017-09-19 John Baldwin <jhb@FreeBSD.org>
9062
9063 * gdb.base/starti.c: New file.
9064 * gdb.base/starti.exp: New file.
9065 * lib/gdb.exp (gdb_starti_cmd): New procedure.
9066
9067 2017-09-14 Pedro Alves <palves@redhat.com>
9068
9069 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
9070 (top level): Use it instead of runto.
9071
9072 2017-09-11 Tom Tromey <tom@tromey.com>
9073
9074 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
9075
9076 2017-09-11 Tom Tromey <tom@tromey.com>
9077
9078 * gdb.python/py-infthread.exp: Add tests for new_thread event.
9079 * gdb.python/py-inferior.exp: Add tests for new inferior events.
9080
9081 2017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
9082
9083 * gdb.fortran/printing-types.exp: New file.
9084 * gdb.fortran/printing-types.exp: New file.
9085
9086 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
9087
9088 * gdb.fortran/vla-ptype.exp: Fix typos.
9089 * gdb.fortran/vla-value.exp: Same.
9090
9091 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
9092
9093 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
9094 * gdb.mi/mi-var-child-f.exp: Likewise.
9095 * gdb.mi/mi-vla-fortran.exp: Likewise.
9096
9097 2017-09-08 Frank Penczek <frank.penczek@intel.com>
9098 Christoph Weinmann <christoph.t.weinmann@intel.com>
9099 Bernhard Heckel <bernhard.heckel@intel.com>
9100
9101 * gdb.fortran/ptr-indentation.f90: New file.
9102 * gdb.fortran/ptr-indentation.exp: New file.
9103
9104 2017-09-05 Tom Tromey <tom@tromey.com>
9105
9106 PR gdb/22010:
9107 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
9108
9109 2017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
9110
9111 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
9112
9113 2017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
9114
9115 * gdb.threads/tls-nodebug-pie.c: New file.
9116 * gdb.threads/tls-nodebug-pie.exp: New file.
9117
9118 2017-09-05 Tom Tromey <tom@tromey.com>
9119
9120 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
9121 for rust.
9122
9123 2017-09-05 Simon Marchi <simon.marchi@ericsson.com>
9124
9125 * gdb.multi/multi-arch-exec.exp: Test with different
9126 "follow-exec-mode" settings.
9127 (do_test): New procedure.
9128
9129 2017-09-04 Pedro Alves <palves@redhat.com>
9130
9131 * gdb.base/func-static.c (S::method const, S::method volatile)
9132 (S::method volatile const): New methods.
9133 (c_s, v_s, cv_s): New instances.
9134 (main): Call method() on them.
9135 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
9136 (cannot_resolve): New procedure.
9137 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
9138 print-quote-unquoted columns.
9139 (do_test): Test printing each scope too.
9140
9141 2017-09-04 Pedro Alves <palves@redhat.com>
9142
9143 * gdb.base/local-static.exp: Also test with
9144 class::method::variable wholly quoted.
9145 * gdb.cp/m-static.exp (class::method::variable): Remove test.
9146
9147 2017-09-04 Pedro Alves <palves@redhat.com>
9148
9149 * gdb.base/local-static.c: New.
9150 * gdb.base/local-static.cc: New.
9151 * gdb.base/local-static.exp: New.
9152
9153 2017-09-04 Pedro Alves <palves@redhat.com>
9154
9155 * gdb.asm/asm-source.exp: Add casts to int.
9156 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
9157 (dataglobal64_1, dataglobal64_2): New globals.
9158 * gdb.base/nodebug.exp: Test different expressions involving the
9159 new globals, with print, whatis and ptype. Add casts to int.
9160 * gdb.base/solib-display.exp: Add casts to int.
9161 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
9162 * gdb.cp/m-static.exp: Add cast to int.
9163 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
9164 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
9165 tls variable with no debug info without a cast. Test with a cast
9166 to int too.
9167 * gdb.trace/entry-values.exp: Add casts.
9168
9169 2017-09-04 Pedro Alves <palves@redhat.com>
9170
9171 * gdb.base/nodebug.exp: Test that ptype's error about functions
9172 with unknown return type includes the function name too.
9173
9174 2017-09-04 Pedro Alves <palves@redhat.com>
9175
9176 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
9177 return type of munmap in infcall.
9178 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
9179 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
9180 type of ftell in infcall.
9181 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
9182 type of getpid in infcall.
9183 * gdb.base/infcall-exec.exp: Cast return type of execlp in
9184 infcall.
9185 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
9186 Bail on failure to extract the pid.
9187 * gdb.base/nodebug.c: #include <stdint.h>.
9188 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
9189 New functions.
9190 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
9191 Change expected output of print/whatis/ptype with functions with
9192 no debug info. Test all supported languages. Call
9193 test_call_promotion.
9194 * gdb.compile/compile.exp: Adjust expected output to expect
9195 warning.
9196 * gdb.threads/siginfo-threads.exp: Likewise.
9197
9198 2017-09-04 Pedro Alves <palves@redhat.com>
9199
9200 * gdb.base/callfuncs.exp (do_function_calls): New parameter
9201 "prototypes". Test calling float functions via prototyped and
9202 unprototyped function pointers.
9203 (perform_all_tests): New parameter "prototypes". Pass it down.
9204 (top level): Pass down "prototypes" parameter to
9205 perform_all_tests.
9206
9207 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
9208
9209 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
9210 Test with nested loops.
9211
9212 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
9213
9214 * gdb.base/commands.exp: Call the new procedures.
9215 (loop_break_test, loop_continue_test): New procedures.
9216
9217 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
9218
9219 * gdb.base/commands.exp: Call new procedure.
9220 (define_if_without_arg_test): New procedure.
9221
9222 2017-09-04 Pedro Alves <palves@redhat.com>
9223
9224 * gdb.base/list-ambiguous.exp: New file.
9225 * gdb.base/list-ambiguous0.c: New file.
9226 * gdb.base/list-ambiguous1.c: New file.
9227 * gdb.base/list.exp (test_list_range): Adjust expected output.
9228
9229 2017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
9230
9231 * gdb.base/share-env-with-gdbserver.c: New file.
9232 * gdb.base/share-env-with-gdbserver.exp: Likewise.
9233
9234 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
9235
9236 * gdb.base/commands.exp (gdbvar_simple_if_test,
9237 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
9238 progvar_simple_if_test, progvar_simple_while_test,
9239 progvar_complex_if_while_test, user_defined_command_test,
9240 user_defined_command_args_eval,
9241 user_defined_command_args_stack_test,
9242 user_defined_command_manyargs_test, bp_deleted_in_command_test,
9243 temporary_breakpoint_commands,
9244 gdb_test_no_prompt, redefine_hook_test,
9245 redefine_backtrace_test): Remove "global gdb_prompt".
9246
9247 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
9248
9249 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
9250 New proc, call it from toplevel.
9251
9252 2017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
9253
9254 PR remote/21852
9255 * gdb.server/normal.c: New file, copied from gdb.base.
9256 * gdb.server/run-without-local-binary.exp: New file.
9257
9258 2017-08-07 Weimin Pan <weimin.pan@oracle.com>
9259
9260 * gdb.arch/sparc64-adi.exp: New file.
9261 * gdb.arch/sparc64-adi.c: New file.
9262
9263 2017-08-22 Pedro Alves <palves@redhat.com>
9264
9265 * gdb.cp/overload.exp (line_range_pattern): New procedure.
9266 (top level): Add "list all overloads" tests.
9267
9268 2017-08-22 Tom Tromey <tom@tromey.com>
9269
9270 * gdb.gdb/xfullpath.exp: Remove.
9271
9272 2017-08-21 Pedro Alves <palves@redhat.com>
9273
9274 PR gdb/19487
9275 * gdb.base/symbol-alias.c: New.
9276 * gdb.base/symbol-alias2.c: New.
9277 * gdb.base/symbol-alias.exp: New.
9278
9279 2017-08-21 Pedro Alves <palves@redhat.com>
9280
9281 * gdb.base/dfp-test.c
9282 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
9283 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
9284 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
9285 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
9286 * gdb.base/whatis-ptype-typedefs.c: New.
9287 * gdb.base/whatis-ptype-typedefs.exp: New.
9288 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
9289 (an_int, an_int_type, an_int_type2): New globals.
9290 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
9291 involving typedefs and cast expressions.
9292 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
9293 (lookup_typedefs_function): New.
9294 (typedefs_pretty_printers_dict): New.
9295 (top level): Register lookup_typedefs_function in
9296 gdb.pretty_printers.
9297
9298 2017-08-18 Yao Qi <yao.qi@linaro.org>
9299
9300 * gdb.server/unittest.exp: New.
9301
9302 2017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
9303
9304 PR gdb/21954
9305 * gdb.base/environ.exp: Add test to check if 'unset environment'
9306 works.
9307
9308 2017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
9309
9310 * lib/gdb.exp (universal_compile_options): New caching proc.
9311 (gdb_compile): Suppress GCC's coloring of messages.
9312
9313 2017-08-14 Tom Tromey <tom@tromey.com>
9314
9315 PR gdb/21675:
9316 * gdb.base/printcmds.exp (test_radices): New function.
9317 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
9318 * gdb.base/sizeof.exp (check_valueof): Use p/d.
9319 * lib/gdb.exp (get_integer_valueof): Use p/d.
9320
9321 2017-08-12 Simon Marchi <simon.marchi@ericsson.com>
9322
9323 * lib/gdb.exp (get_valueof): Don't capture end-of-line
9324 characters.
9325
9326 2017-08-05 Tom Tromey <tom@tromey.com>
9327
9328 * gdb.rust/simple.exp: Allow String to appear in a different
9329 namespace.
9330
9331 2017-07-26 Yao Qi <yao.qi@linaro.org>
9332
9333 * gdb.gdb/unittest.exp: Invoke command
9334 "maintenance check xml-descriptions".
9335
9336 2017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
9337
9338 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
9339 calling context.
9340 (hex128): Drop erroneous calculation of parameters.
9341
9342 2017-07-22 Simon Marchi <simon.marchi@ericsson.com>
9343
9344 * gdb.python/py-unwind.exp: Disable stack protection when
9345 building test file.
9346
9347 2017-07-20 Pedro Alves <palves@redhat.com>
9348
9349 * gdb.base/default.exp (set language): Adjust expected output.
9350
9351 2017-07-20 Pedro Alves <palves@redhat.com>
9352
9353 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
9354 (test_minsym): ... this, and make static.
9355 (get_pck__foo__bar__minsym): Rename to ...
9356 (get_test_minsym): ... this.
9357 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
9358 symbol names and comments.
9359 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
9360 (get_test_minsym): ... this.
9361 (pck__foo__bar__minsym__2): Rename to ...
9362 (test_minsym): ... this.
9363 (main): Adjust.
9364
9365 2017-07-17 Pedro Alves <palves@redhat.com>
9366
9367 * gdb.base/completion.exp: Adjust expected output.
9368 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
9369 the completer works.
9370
9371 2017-07-17 Pedro Alves <palves@redhat.com>
9372
9373 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
9374
9375 2017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
9376
9377 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
9378
9379 2017-07-14 Tom Tromey <tom@tromey.com>
9380
9381 PR rust/21764:
9382 * gdb.rust/simple.exp: Add tests.
9383
9384 2017-07-14 Tom Tromey <tom@tromey.com>
9385
9386 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
9387
9388 2017-07-14 Pedro Alves <palves@redhat.com>
9389
9390 * gdb.linespec/base/one/thefile.cc (z1): New function.
9391 * gdb.linespec/base/two/thefile.cc (z2): New function.
9392 * gdb.linespec/linespec.exp: Add tests.
9393
9394 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
9395
9396 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
9397 to mi_create_breakpoint.
9398
9399 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
9400
9401 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
9402 mi_create_breakpoint.
9403
9404 2017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
9405
9406 * gdb.dlang/demangle.exp: Update for demangling changes.
9407
9408 2017-07-09 Tom Tromey <tom@tromey.com>
9409
9410 * gdb.dwarf2/shortpiece.exp: New file.
9411
9412 2017-07-06 David Blaikie <dblaikie@gmail.com>
9413
9414 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
9415 built from fissiont-multi-cu{1,2}.c.
9416 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
9417 except putting 'main' and 'func' in separate CUs in the same DWO file.
9418 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
9419 test.
9420 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
9421 test.
9422
9423 2017-07-06 Pedro Alves <palves@redhat.com>
9424
9425 * gdb.python/py-unwind.exp: Test flushregs.
9426
9427 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
9428
9429 PR cli/21688
9430 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
9431 tests for alias commands and trailing whitespace.
9432
9433 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
9434
9435 PR cli/21688
9436 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
9437 procedure. Call it.
9438
9439 2017-06-29 Pedro Alves <palves@redhat.com>
9440
9441 * gdb.base/printcmds.exp: Add tests.
9442
9443 2017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
9444
9445 PR gdb/21337
9446 * gdb.base/reread-readsym.exp: New file.
9447 * gdb.base/reread-readsym.c: New file.
9448
9449 2017-06-21 Kevin Buettner <kevinb@redhat.com>
9450
9451 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
9452 subpattern.
9453
9454 2017-06-19 Peter Bergner <bergner@vnet.ibm.com>
9455
9456 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
9457 extended mnemonic.
9458 * gdb.arch/powerpc-power9.s: Likewise.
9459
9460 2017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
9461
9462 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
9463 on 32-bit x86 targets. Exploit is_*_target macros where
9464 appropriate.
9465
9466 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9467
9468 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
9469 register pieces.
9470
9471 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9472
9473 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
9474 located in one or more DWARF pieces.
9475
9476 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9477
9478 * lib/gdb.exp (get_endianness): New proc.
9479 * gdb.arch/aarch64-fp.exp: Use it.
9480 * gdb.arch/altivec-regs.exp: Likewise.
9481 * gdb.arch/e500-regs.exp: Likewise.
9482 * gdb.arch/vsx-regs.exp: Likewise.
9483 * gdb.base/dump.exp: Likewise.
9484 * gdb.base/funcargs.exp: Likewise.
9485 * gdb.base/gnu_vector.exp: Likewise.
9486 * gdb.dwarf2/formdata16.exp: Likewise.
9487 * gdb.dwarf2/implptrpiece.exp: Likewise.
9488 * gdb.dwarf2/nonvar-access.exp: Likewise.
9489 * gdb.python/py-inferior.exp: Likewise.
9490 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
9491
9492 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9493
9494 PR gdb/21226
9495 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
9496 stack value pieces are taken from the LSB end.
9497
9498 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9499
9500 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
9501 variable at nonzero offset.
9502
9503 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9504
9505 * gdb.dwarf2/var-access.c: New file.
9506 * gdb.dwarf2/var-access.exp: New test.
9507 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
9508
9509 2017-06-12 Tom Tromey <tom@tromey.com>
9510
9511 * gdb.dwarf2/formdata16.exp: Add tests.
9512
9513 2017-06-12 Tom Tromey <tom@tromey.com>
9514
9515 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
9516
9517 2017-06-12 Tom Tromey <tom@tromey.com>
9518
9519 PR exp/16225:
9520 * gdb.reverse/i386-sse-reverse.exp: Update tests.
9521 * gdb.arch/vsx-regs.exp: Update tests.
9522 * gdb.arch/s390-vregs.exp (hex128): New proc.
9523 Update test.
9524 * gdb.arch/altivec-regs.exp: Update tests.
9525
9526 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
9527
9528 * gdb.base/startup-with-shell.c: New file.
9529 * gdb.base/startup-with-shell.exp: Likewise.
9530
9531 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
9532
9533 * gdb.server/non-existing-program.exp: Update regex in order to
9534 reflect the fact that gdbserver is now using fork_inferior (with a
9535 shell) to startup the inferior.
9536
9537 2017-05-30 Simon Marchi <simon.marchi@ericsson.com>
9538
9539 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
9540 support function calls from GDB.
9541
9542 2017-05-21 Tom Tromey <tom@tromey.com>
9543
9544 PR rust/21466:
9545 * gdb.rust/unsized.exp: New file.
9546 * gdb.rust/unsized.rs: New file.
9547
9548 2017-05-19 Tom Tromey <tom@tromey.com>
9549
9550 PR rust/21484:
9551 * gdb.rust/watch.exp: New file.
9552 * gdb.rust/watch.rs: New file.
9553
9554 2017-05-18 Tom Tromey <tom@tromey.com>
9555
9556 * gdb.rust/simple.exp: Allow Box to be qualified.
9557
9558 2017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
9559
9560 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
9561
9562 2017-05-18 Pedro Alves <palves@redhat.com>
9563
9564 * gdb.base/fileio.c (test_write, test_read, test_close)
9565 (test_fstat): Don't print 'ret' in the fail path.
9566
9567 2017-05-18 Pedro Alves <palves@redhat.com>
9568
9569 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
9570 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
9571 (test_system, test_rename, test_unlink, test_time): Change
9572 prototypes.
9573 * gdb.base/fileio.exp (stop_msg): Adjust.
9574
9575 2017-05-18 Pedro Alves <palves@redhat.com>
9576
9577 * gdb.base/fileio.c (null_str): New global.
9578 (test_stat): Use it.
9579 * gdb.base/fileio.exp: Remove nowarnings.
9580
9581 2017-05-17 Yao Qi <yao.qi@linaro.org>
9582
9583 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
9584
9585 2017-05-17 Simon Marchi <simon.marchi@ericsson.com>
9586
9587 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
9588 argument command.
9589 (top-level): Invoke test_set_inferior_tty.
9590
9591 2017-05-04 Pedro Alves <palves@redhat.com>
9592
9593 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
9594 Add parens to print call for Python 3.
9595
9596 2017-05-03 Keith Seitz <keiths@redhat.com>
9597
9598 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
9599 (main): Call it.
9600
9601 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
9602
9603 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
9604 to prev and next.
9605
9606 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
9607
9608 * gdb.python/py-record-btrace.exp: Remove test for
9609 gdb.BtraceInstruction.error.
9610
9611 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
9612
9613 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
9614
9615 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
9616
9617 * gdb.python/py-record-btrace-threads.c: New file.
9618 * gdb.python/py-record-btrace-threads.exp: New file.
9619
9620 2017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
9621
9622 PR testsuite/8595
9623 * gdb.base/environ.exp: Make test available in all architectures.
9624 Move bits related to "info program" testing to
9625 gdb.base/info-program.exp. Rewrite tests to use the two new
9626 procedures mentione below.
9627 (test_set_show_env_var) New procedure.
9628 (test_set_show_env_var_equal): Likewise.
9629 * gdb.base/info-program.exp: New file.
9630
9631 2017-04-27 Keith Seitz <keiths@redhat.com>
9632
9633 * gdb.cp/oranking.cc (test15): New function.
9634 (main): Call test15 and declare additional variables for testing.
9635 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
9636 "p foo101('abc')" tests.
9637 Add tests for cv qualifier overloads.
9638 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
9639 "lvalue reference overload" test.
9640 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
9641 "print value of f1 on Child&& in f2" test.
9642
9643 2017-04-19 Pedro Alves <palves@redhat.com>
9644
9645 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
9646 procedure.
9647 (top level): Call it.
9648 * lib/gdb.exp (gdb_define_cmd): New procedure.
9649
9650 2017-04-12 Pedro Alves <palves@redhat.com>
9651
9652 PR gdb/21323
9653 * gdb.cp/wide_char_types.c: Include <wchar.h>.
9654 (wchar): New global.
9655 * gdb.cp/wide_char_types.exp (wide_char_types_program)
9656 (do_test_wide_char, wide_char_types_no_program, top level): Add
9657 wchar_t testing.
9658
9659 2017-04-12 Pedro Alves <palves@redhat.com>
9660
9661 PR c++/21323
9662 * gdb.cp/wide_char_types.c: New file.
9663 * gdb.cp/wide_char_types.exp: New file.
9664
9665 2017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
9666
9667 PR gdb/21352
9668 * gdb.trace/tsv.exp: Add test for "tsave -r".
9669
9670 2017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
9671
9672 * gdb.dlang/watch-loc.c: New file.
9673 * gdb.dlang/watch-loc.exp: New file.
9674
9675 2017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
9676
9677 * gdb.python/py-section-script.exp (sepdebug): New testcases.
9678
9679 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
9680
9681 * gdb.arch/arc-analyze-prologue.S: New file.
9682 * gdb.arch/arc-analyze-prologue.exp: Likewise.
9683
9684 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
9685
9686 * gdb.arch/arc-decode-insn.S: New file.
9687 * gdb.arch/arc-decode-insn.exp: Likewise.
9688
9689 2017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
9690
9691 PR tdep/20928
9692 * gdb.arch/sparc64-regs.exp: New file.
9693 * gdb.arch/sparc64-regs.S: Likewise.
9694
9695 2017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
9696
9697 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
9698 and memory view on Python 3.
9699
9700 2017-03-20 Artemiy Volkov <artemiyv@acm.org>
9701 Keith Seitz <keiths@redhat.com>
9702
9703 PR gdb/14441
9704 * gdb.cp/demangle.exp: Add rvalue reference tests.
9705 * gdb.cp/rvalue-ref-casts.cc: New file.
9706 * gdb.cp/rvalue-ref-casts.exp: New file.
9707 * gdb.cp/rvalue-ref-overload.cc: New file.
9708 * gdb.cp/rvalue-ref-overload.exp: New file.
9709 * gdb.cp/rvalue-ref-params.cc: New file.
9710 * gdb.cp/rvalue-ref-params.exp: New file.
9711 * gdb.cp/rvalue-ref-sizeof.cc: New file.
9712 * gdb.cp/rvalue-ref-sizeof.exp: New file.
9713 * gdb.cp/rvalue-ref-types.cc: New file.
9714 * gdb.cp/rvalue-ref-types.exp: New file.
9715 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
9716 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
9717
9718 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
9719
9720 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
9721 New procedure.
9722
9723 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
9724
9725 * lib/mi-support.exp (mi_gdb_test): Add additional message
9726 for unexpected output.
9727
9728 2017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
9729
9730 * gdb.base/examine-backward.c (Barrier): New character array
9731 constant, to ensure that TestStrings is preceded by a string
9732 terminator.
9733
9734 2017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
9735
9736 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
9737 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
9738 and implicit pointer into such a location.
9739
9740 2017-03-16 Doug Evans <dje@google.com>
9741
9742 * gdb.python/py-lazy-string (pointer): Really add new typedef.
9743
9744 2017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
9745
9746 * gdb.cp/m-static.exp: Fix expectation for prototype of
9747 test5.single_constructor and single_constructor::single_constructor.
9748
9749 2017-03-16 Doug Evans <dje@google.com>
9750
9751 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
9752 * gdb.guile/scm-lazy-string.c: New file.
9753 * gdb.guile/scm-value.exp: Move lazy string tests to ...
9754 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
9755 for pointer, array, typedef lazy strings.
9756
9757 2017-03-16 Doug Evans <dje@google.com>
9758
9759 PR python/17728, python/18439, python/18779
9760 * gdb.python/py-value.c (main) Delete locals sptr, sn.
9761 * gdb.python/py-lazy-string.c (pointer): New typedef.
9762 (main): New locals ptr, array, typedef_ptr.
9763 * gdb.python/py-value.exp: Move lazy string tests to ...
9764 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
9765 array, typedef lazy strings.
9766
9767 2017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
9768
9769 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
9770 Add optional 'test' parameter.
9771
9772 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
9773
9774 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
9775 Skip for versions of DejaGnu < 1.5.
9776
9777 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
9778
9779 * lib/gdb.exp (dejagnu_version): New proc.
9780 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
9781 Use dejagnu_version.
9782
9783 2017-03-10 Keith Seitz <keiths@redhat.com>
9784
9785 PR c++/8128
9786 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
9787 type from destructor regexps.
9788 Add a branch which actually passes the test.
9789 Adjust "ptype t5i" test names.
9790
9791 2017-03-08 Pedro Alves <palves@redhat.com>
9792
9793 * gdb.base/step-over-exit.exp: Add explicit test message.
9794
9795 2017-03-08 Pedro Alves <palves@redhat.com>
9796
9797 PR gdb/18360
9798 * gdb.threads/interrupt-while-step-over.c: New file.
9799 * gdb.threads/interrupt-while-step-over.exp: New file.
9800
9801 2017-03-08 Pedro Alves <palves@redhat.com>
9802
9803 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
9804 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
9805
9806 2017-03-08 Pedro Alves <palves@redhat.com>
9807
9808 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
9809 PKRU as not supported as a PASS.
9810
9811 2017-03-08 Pedro Alves <palves@redhat.com>
9812
9813 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
9814 prefix instead of $binfile1/$binfile2.
9815 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
9816 in test message.
9817 * gdb.python/py-completion.exp: Use "load python file" as test
9818 messages instead of unstable path names.
9819
9820 2017-03-08 Pedro Alves <palves@redhat.com>
9821 Jan Kratochvil <jan.kratochvil@redhat.com>
9822
9823 PR cli/21218
9824 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
9825 New proc.
9826 (top level): Call it.
9827
9828 2017-03-08 Pedro Alves <palves@redhat.com>
9829
9830 PR tui/21216
9831 * gdb.tui/tui-nl-filtered-output.exp: New file.
9832
9833 2017-03-08 Pedro Alves <palves@redhat.com>
9834
9835 * gdb.base/completion.exp: Move TUI completion tests to ...
9836 * gdb.tui/completion.exp: ... this new file.
9837
9838 2017-03-08 Pedro Alves <palves@redhat.com>
9839
9840 * gdb.base/tui-disasm-long-lines.c,
9841 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
9842 gdb.base/tui-layout.exp: Move to ...
9843 * gdb.tui/: ... this new directory.
9844
9845 2017-03-07 Pedro Alves <palves@redhat.com>
9846
9847 * gdb.base/tui-layout.c: New file.
9848 * gdb.base/tui-layout.exp: New file.
9849
9850 2017-03-07 Pedro Alves <palves@redhat.com>
9851
9852 * gdb.base/tui-layout.c: Rename to ...
9853 * gdb.base/tui-disasm-long-lines.c: ... this.
9854 * gdb.base/tui-layout.exp: Rename to ...
9855 * gdb.base/tui-disasm-long-lines.exp: ... this.
9856
9857 2017-03-07 Pedro Alves <palves@redhat.com>
9858
9859 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
9860
9861 2017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
9862
9863 * i386-mpx-call.c: New file.
9864 * i386-mpx-call.exp: New file.
9865
9866 2017-02-28 Peter Bergner <bergner@vnet.ibm.com>
9867
9868 * gdb.arch/powerpc-power.exp: Delete test.
9869 * gdb.arch/powerpc-power.s: Likewise.
9870 * gdb.disasm/disassembler-options.exp: New test.
9871 * gdb.arch/powerpc-altivec.exp: Likewise.
9872 * gdb.arch/powerpc-altivec.s: Likewise.
9873 * gdb.arch/powerpc-altivec2.exp: Likewise.
9874 * gdb.arch/powerpc-altivec2.s: Likewise.
9875 * gdb.arch/powerpc-altivec3.exp: Likewise.
9876 * gdb.arch/powerpc-altivec3.s: Likewise.
9877 * gdb.arch/powerpc-power7.exp: Likewise.
9878 * gdb.arch/powerpc-power7.s: Likewise.
9879 * gdb.arch/powerpc-power8.exp: Likewise.
9880 * gdb.arch/powerpc-power8.s: Likewise.
9881 * gdb.arch/powerpc-power9.exp: Likewise.
9882 * gdb.arch/powerpc-power9.s: Likewise.
9883 * gdb.arch/powerpc-vsx.exp: Likewise.
9884 * gdb.arch/powerpc-vsx.s: Likewise.
9885 * gdb.arch/powerpc-vsx2.exp: Likewise.
9886 * gdb.arch/powerpc-vsx2.s: Likewise.
9887 * gdb.arch/powerpc-vsx3.exp: Likewise.
9888 * gdb.arch/powerpc-vsx3.s: Likewise.
9889 * gdb.arch/arm-disassembler-options.exp: Likewise.
9890 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
9891 * gdb.arch/s390-disassembler-options.exp: Likewise.
9892
9893 2017-02-23 Luis Machado <lgustavo@codesourcery.com>
9894
9895 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
9896 (check_supported_features): ... this. Changed return type to void.
9897 (supports_rdseed): New static global.
9898 (rdseed): Check supports_rdseed.
9899 (initialize): Call check_supported_features.
9900
9901 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
9902
9903 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
9904 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
9905 and lqarx/stqcx.
9906 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
9907 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
9908
9909 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
9910
9911 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
9912 uppercase.
9913
9914 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9915
9916 * gdb.dwarf2/formdata16.c: New file.
9917 * gdb.dwarf2/formdata16.exp: New file.
9918 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
9919
9920 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9921
9922 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
9923 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
9924 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
9925 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
9926 DW_AT_GNU_*.
9927
9928 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9929
9930 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
9931
9932 2017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
9933
9934 PR gdb/21164
9935 * gdb.base/maint.exp: Add testcases for when the commands do
9936 not have arguments.
9937
9938 2017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
9939
9940 * gdb.cp/chained-calls.exp: Use p instead of P.
9941
9942 2017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
9943
9944 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
9945 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
9946
9947 2017-02-14 Tom Tromey <tom@tromey.com>
9948
9949 PR python/13598:
9950 * gdb.python/py-events.exp: Add before_prompt event tests.
9951
9952 2017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
9953
9954 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
9955
9956 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
9957
9958 * gdb.linespec/explicit.c (my_unique_function_name): New function.
9959 (main): Call my_unique_function_name.
9960 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
9961 completion of patterns with a single match.
9962 Add missing -re switches to gdb_test_multiple calls.
9963
9964 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
9965
9966 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
9967 return if core file is not recognized.
9968
9969 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
9970
9971 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
9972 and extra UIs.
9973
9974 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
9975
9976 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
9977 proc_with_prefix.
9978
9979 2017-02-10 Tom Tromey <tom@tromey.com>
9980
9981 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
9982
9983 2017-02-10 Martin Galvan <martingalvan@sourceware.org>
9984
9985 PR gdb/21122
9986 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
9987
9988 2017-02-08 Jerome Guitton <guitton@adacore.com>
9989
9990 * gdb.base/define.exp: Add test for command abbreviations
9991 in define.
9992
9993 2017-02-06 Luis Machado <lgustavo@codesourcery.com>
9994
9995 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
9996 * gdb.reverse/insn-reverse-x86.c: New file.
9997
9998 2017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
9999
10000 PR tdep/20936
10001 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
10002
10003 2017-02-03 Tom Tromey <tom@tromey.com>
10004
10005 PR rust/21097:
10006 * gdb.rust/simple.exp: Add new tests.
10007
10008 2017-02-02 Pedro Alves <palves@redhat.com>
10009
10010 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
10011 tests.
10012
10013 2017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
10014
10015 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
10016 taking a 2-byte value out of a 4-byte DWARF implicit value on
10017 big-endian targets.
10018 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
10019 logic. Add test cases for DW_OP_implicit.
10020
10021 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
10022
10023 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
10024
10025 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
10026
10027 * gdb.btrace/enable.exp: Call gdb_exit before
10028 skip_gdbserver_tests.
10029
10030 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
10031
10032 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
10033 GDBFLAGS.
10034
10035 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
10036
10037 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
10038 the test is skipped.
10039 * gdb.btrace/data.exp: Likewise.
10040 * gdb.btrace/delta.exp: Likewise.
10041 * gdb.btrace/dlopen.exp: Likewise.
10042 * gdb.btrace/enable-running.exp: Likewise.
10043 * gdb.btrace/enable.exp: Likewise.
10044 * gdb.btrace/exception.exp: Likewise.
10045 * gdb.btrace/function_call_history.exp: Likewise.
10046 * gdb.btrace/gcore.exp: Likewise.
10047 * gdb.btrace/instruction_history.exp: Likewise.
10048 * gdb.btrace/multi-thread-step.exp: Likewise.
10049 * gdb.btrace/nohist.exp: Likewise.
10050 * gdb.btrace/non-stop.exp: Likewise.
10051 * gdb.btrace/reconnect.exp: Likewise.
10052 * gdb.btrace/record_goto-step.exp: Likewise.
10053 * gdb.btrace/record_goto.exp: Likewise.
10054 * gdb.btrace/rn-dl-bind.exp: Likewise.
10055 * gdb.btrace/segv.exp: Likewise.
10056 * gdb.btrace/step.exp: Likewise.
10057 * gdb.btrace/stepi.exp: Likewise.
10058 * gdb.btrace/tailcall-only.exp: Likewise.
10059 * gdb.btrace/tailcall.exp: Likewise.
10060 * gdb.btrace/tsx.exp: Likewise.
10061 * gdb.btrace/unknown_functions.exp: Likewise.
10062 * gdb.btrace/vdso.exp: Likewise.
10063
10064 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
10065
10066 * gdb.btrace/enable-running.c: New.
10067 * gdb.btrace/enable-running.exp: New.
10068
10069 2017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
10070
10071 * gdb.arch/amd64-gs_base.c: New file.
10072 * gdb.arch/amd64-gs_base.exp: New file.
10073
10074 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
10075
10076 * lib/memory.exp: Remove spurious empty newlines.
10077
10078 2017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
10079
10080 * gdb.python/py-bad-printers.exp: Load python file using "source".
10081 * gdb.python/py-events.exp: Likewise.
10082 * gdb.python/py-evsignal.exp: Likewise.
10083 * gdb.python/py-evthreads.exp: Likewise.
10084 * gdb.python/py-frame-args.exp: Likewise.
10085 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
10086 * gdb.python/py-framefilter-mi.exp: Likewise.
10087 * gdb.python/py-framefilter.exp: Likewise.
10088 * gdb.python/py-mi.exp: Likewise.
10089 * gdb.python/py-pp-maint.exp: Likewise.
10090 * gdb.python/py-pp-registration.exp: Likewise.
10091 * gdb.python/py-prettyprint.exp: Likewise.
10092 (run_lang_tests): Likewise.
10093 * gdb.python/py-typeprint.exp: Likewise.
10094
10095 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
10096
10097 * lib/memory.exp: New file.
10098 * lib/gdb.exp: Load memory.exp.
10099 * gdb.base/memattr.exp (delete_memory): Move proc to
10100 lib/memory.exp and rename to delete_memory_regions.
10101 Replace delete_memory with delete_memory_regions.
10102 Cleanup memory regions before tests.
10103 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
10104 before tests.
10105
10106 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
10107
10108 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
10109 files.
10110 (initialize): New function conditionally defined.
10111 (testcases): Move within conditional block.
10112 (main): Call initialize.
10113 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
10114 of gdb.reverse/insn-reverse.c.
10115 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
10116 gdb.reverse/insn-reverse.c.
10117
10118 2017-01-26 Yao Qi <yao.qi@linaro.org>
10119
10120 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
10121 disassemble on address 0.
10122
10123 2017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
10124 Yao Qi <yao.qi@linaro.org>
10125
10126 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
10127 * gdb.dwarf2/implptr-64bit.S: Remove.
10128 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
10129 variables in caller's context. Add DW_OP_implicit_value.
10130
10131 2017-01-25 Yao Qi <yao.qi@linaro.org>
10132
10133 * lib/dwarf.exp (Dwarf::_location): Handle
10134 DW_OP_GNU_implicit_pointer with proper size.
10135
10136 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
10137
10138 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
10139 and add untested calls.
10140
10141 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
10142
10143 * gdb.python/python.exp: Check line number against what GDB thinks
10144 the line number is for func1.
10145
10146 2017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
10147
10148 * gdb.dlang/debug-expr.exp: New file.
10149
10150 2016-12-23 Luis Machado <lgustavo@codesourcery.com>
10151
10152 Fix test names for the following files:
10153
10154 * gdb.ada/exec_changed.exp
10155 * gdb.ada/info_types.exp
10156 * gdb.arch/aarch64-atomic-inst.exp
10157 * gdb.arch/aarch64-fp.exp
10158 * gdb.arch/altivec-abi.exp
10159 * gdb.arch/altivec-regs.exp
10160 * gdb.arch/amd64-byte.exp
10161 * gdb.arch/amd64-disp-step.exp
10162 * gdb.arch/amd64-dword.exp
10163 * gdb.arch/amd64-entry-value-inline.exp
10164 * gdb.arch/amd64-entry-value-param.exp
10165 * gdb.arch/amd64-entry-value-paramref.exp
10166 * gdb.arch/amd64-entry-value.exp
10167 * gdb.arch/amd64-i386-address.exp
10168 * gdb.arch/amd64-invalid-stack-middle.exp
10169 * gdb.arch/amd64-invalid-stack-top.exp
10170 * gdb.arch/amd64-optimout-repeat.exp
10171 * gdb.arch/amd64-prologue-skip.exp
10172 * gdb.arch/amd64-prologue-xmm.exp
10173 * gdb.arch/amd64-stap-special-operands.exp
10174 * gdb.arch/amd64-stap-wrong-subexp.exp
10175 * gdb.arch/amd64-tailcall-cxx.exp
10176 * gdb.arch/amd64-tailcall-noret.exp
10177 * gdb.arch/amd64-tailcall-ret.exp
10178 * gdb.arch/amd64-tailcall-self.exp
10179 * gdb.arch/amd64-word.exp
10180 * gdb.arch/arm-bl-branch-dest.exp
10181 * gdb.arch/arm-disp-step.exp
10182 * gdb.arch/arm-neon.exp
10183 * gdb.arch/arm-single-step-kernel-helper.exp
10184 * gdb.arch/avr-flash-qualifier.exp
10185 * gdb.arch/disp-step-insn-reloc.exp
10186 * gdb.arch/e500-abi.exp
10187 * gdb.arch/e500-regs.exp
10188 * gdb.arch/ftrace-insn-reloc.exp
10189 * gdb.arch/i386-avx512.exp
10190 * gdb.arch/i386-bp_permanent.exp
10191 * gdb.arch/i386-byte.exp
10192 * gdb.arch/i386-cfi-notcurrent.exp
10193 * gdb.arch/i386-disp-step.exp
10194 * gdb.arch/i386-dr3-watch.exp
10195 * gdb.arch/i386-float.exp
10196 * gdb.arch/i386-gnu-cfi.exp
10197 * gdb.arch/i386-mpx-map.exp
10198 * gdb.arch/i386-mpx-sigsegv.exp
10199 * gdb.arch/i386-mpx-simple_segv.exp
10200 * gdb.arch/i386-mpx.exp
10201 * gdb.arch/i386-permbkpt.exp
10202 * gdb.arch/i386-prologue.exp
10203 * gdb.arch/i386-signal.exp
10204 * gdb.arch/i386-size-overlap.exp
10205 * gdb.arch/i386-unwind.exp
10206 * gdb.arch/i386-word.exp
10207 * gdb.arch/mips-fcr.exp
10208 * gdb.arch/powerpc-d128-regs.exp
10209 * gdb.arch/powerpc-stackless.exp
10210 * gdb.arch/ppc64-atomic-inst.exp
10211 * gdb.arch/s390-stackless.exp
10212 * gdb.arch/s390-tdbregs.exp
10213 * gdb.arch/s390-vregs.exp
10214 * gdb.arch/sparc-sysstep.exp
10215 * gdb.arch/thumb-bx-pc.exp
10216 * gdb.arch/thumb-singlestep.exp
10217 * gdb.arch/thumb2-it.exp
10218 * gdb.arch/vsx-regs.exp
10219 * gdb.asm/asm-source.exp
10220 * gdb.base/a2-run.exp
10221 * gdb.base/advance.exp
10222 * gdb.base/all-bin.exp
10223 * gdb.base/anon.exp
10224 * gdb.base/args.exp
10225 * gdb.base/arithmet.exp
10226 * gdb.base/async-shell.exp
10227 * gdb.base/async.exp
10228 * gdb.base/attach-pie-noexec.exp
10229 * gdb.base/attach-twice.exp
10230 * gdb.base/auto-load.exp
10231 * gdb.base/bang.exp
10232 * gdb.base/bitfields.exp
10233 * gdb.base/break-always.exp
10234 * gdb.base/break-caller-line.exp
10235 * gdb.base/break-entry.exp
10236 * gdb.base/break-inline.exp
10237 * gdb.base/break-on-linker-gcd-function.exp
10238 * gdb.base/break-probes.exp
10239 * gdb.base/break.exp
10240 * gdb.base/breakpoint-shadow.exp
10241 * gdb.base/call-ar-st.exp
10242 * gdb.base/call-sc.exp
10243 * gdb.base/call-signal-resume.exp
10244 * gdb.base/call-strs.exp
10245 * gdb.base/callfuncs.exp
10246 * gdb.base/catch-fork-static.exp
10247 * gdb.base/catch-gdb-caused-signals.exp
10248 * gdb.base/catch-load.exp
10249 * gdb.base/catch-signal-fork.exp
10250 * gdb.base/catch-signal.exp
10251 * gdb.base/catch-syscall.exp
10252 * gdb.base/charset.exp
10253 * gdb.base/checkpoint.exp
10254 * gdb.base/chng-syms.exp
10255 * gdb.base/code-expr.exp
10256 * gdb.base/code_elim.exp
10257 * gdb.base/commands.exp
10258 * gdb.base/completion.exp
10259 * gdb.base/complex.exp
10260 * gdb.base/cond-expr.exp
10261 * gdb.base/condbreak.exp
10262 * gdb.base/consecutive.exp
10263 * gdb.base/continue-all-already-running.exp
10264 * gdb.base/coredump-filter.exp
10265 * gdb.base/corefile.exp
10266 * gdb.base/dbx.exp
10267 * gdb.base/debug-expr.exp
10268 * gdb.base/define.exp
10269 * gdb.base/del.exp
10270 * gdb.base/disabled-location.exp
10271 * gdb.base/disasm-end-cu.exp
10272 * gdb.base/disasm-optim.exp
10273 * gdb.base/display.exp
10274 * gdb.base/duplicate-bp.exp
10275 * gdb.base/ena-dis-br.exp
10276 * gdb.base/ending-run.exp
10277 * gdb.base/enumval.exp
10278 * gdb.base/environ.exp
10279 * gdb.base/eu-strip-infcall.exp
10280 * gdb.base/eval-avoid-side-effects.exp
10281 * gdb.base/eval-skip.exp
10282 * gdb.base/exitsignal.exp
10283 * gdb.base/expand-psymtabs.exp
10284 * gdb.base/filesym.exp
10285 * gdb.base/find-unmapped.exp
10286 * gdb.base/finish.exp
10287 * gdb.base/float.exp
10288 * gdb.base/foll-exec-mode.exp
10289 * gdb.base/foll-exec.exp
10290 * gdb.base/foll-fork.exp
10291 * gdb.base/fortran-sym-case.exp
10292 * gdb.base/freebpcmd.exp
10293 * gdb.base/func-ptr.exp
10294 * gdb.base/func-ptrs.exp
10295 * gdb.base/funcargs.exp
10296 * gdb.base/gcore-buffer-overflow.exp
10297 * gdb.base/gcore-relro-pie.exp
10298 * gdb.base/gcore-relro.exp
10299 * gdb.base/gcore.exp
10300 * gdb.base/gdb1090.exp
10301 * gdb.base/gdb11530.exp
10302 * gdb.base/gdb11531.exp
10303 * gdb.base/gdb1821.exp
10304 * gdb.base/gdbindex-stabs.exp
10305 * gdb.base/gdbvars.exp
10306 * gdb.base/hbreak.exp
10307 * gdb.base/hbreak2.exp
10308 * gdb.base/included.exp
10309 * gdb.base/infcall-input.exp
10310 * gdb.base/inferior-died.exp
10311 * gdb.base/infnan.exp
10312 * gdb.base/info-macros.exp
10313 * gdb.base/info-os.exp
10314 * gdb.base/info-proc.exp
10315 * gdb.base/info-shared.exp
10316 * gdb.base/info-target.exp
10317 * gdb.base/infoline.exp
10318 * gdb.base/interp.exp
10319 * gdb.base/interrupt.exp
10320 * gdb.base/jit-reader.exp
10321 * gdb.base/jit-simple.exp
10322 * gdb.base/kill-after-signal.exp
10323 * gdb.base/kill-detach-inferiors-cmd.exp
10324 * gdb.base/label.exp
10325 * gdb.base/langs.exp
10326 * gdb.base/ldbl_e308.exp
10327 * gdb.base/line-symtabs.exp
10328 * gdb.base/linespecs.exp
10329 * gdb.base/list.exp
10330 * gdb.base/long_long.exp
10331 * gdb.base/longest-types.exp
10332 * gdb.base/maint.exp
10333 * gdb.base/max-value-size.exp
10334 * gdb.base/memattr.exp
10335 * gdb.base/mips_pro.exp
10336 * gdb.base/morestack.exp
10337 * gdb.base/moribund-step.exp
10338 * gdb.base/multi-forks.exp
10339 * gdb.base/nested-addr.exp
10340 * gdb.base/nextoverexit.exp
10341 * gdb.base/noreturn-finish.exp
10342 * gdb.base/noreturn-return.exp
10343 * gdb.base/nostdlib.exp
10344 * gdb.base/offsets.exp
10345 * gdb.base/opaque.exp
10346 * gdb.base/pc-fp.exp
10347 * gdb.base/permissions.exp
10348 * gdb.base/print-symbol-loading.exp
10349 * gdb.base/prologue-include.exp
10350 * gdb.base/psymtab.exp
10351 * gdb.base/ptype.exp
10352 * gdb.base/random-signal.exp
10353 * gdb.base/randomize.exp
10354 * gdb.base/range-stepping.exp
10355 * gdb.base/readline-ask.exp
10356 * gdb.base/recpar.exp
10357 * gdb.base/recurse.exp
10358 * gdb.base/relational.exp
10359 * gdb.base/restore.exp
10360 * gdb.base/return-nodebug.exp
10361 * gdb.base/return.exp
10362 * gdb.base/run-after-attach.exp
10363 * gdb.base/save-bp.exp
10364 * gdb.base/scope.exp
10365 * gdb.base/sect-cmd.exp
10366 * gdb.base/set-lang-auto.exp
10367 * gdb.base/set-noassign.exp
10368 * gdb.base/setvar.exp
10369 * gdb.base/sigall.exp
10370 * gdb.base/sigbpt.exp
10371 * gdb.base/siginfo-addr.exp
10372 * gdb.base/siginfo-infcall.exp
10373 * gdb.base/siginfo-obj.exp
10374 * gdb.base/siginfo.exp
10375 * gdb.base/signals-state-child.exp
10376 * gdb.base/signest.exp
10377 * gdb.base/sigstep.exp
10378 * gdb.base/sizeof.exp
10379 * gdb.base/skip.exp
10380 * gdb.base/solib-corrupted.exp
10381 * gdb.base/solib-nodir.exp
10382 * gdb.base/solib-search.exp
10383 * gdb.base/stack-checking.exp
10384 * gdb.base/stale-infcall.exp
10385 * gdb.base/stap-probe.exp
10386 * gdb.base/start.exp
10387 * gdb.base/step-break.exp
10388 * gdb.base/step-bt.exp
10389 * gdb.base/step-line.exp
10390 * gdb.base/step-over-exit.exp
10391 * gdb.base/step-over-syscall.exp
10392 * gdb.base/step-resume-infcall.exp
10393 * gdb.base/step-test.exp
10394 * gdb.base/store.exp
10395 * gdb.base/structs3.exp
10396 * gdb.base/sym-file.exp
10397 * gdb.base/symbol-without-target_section.exp
10398 * gdb.base/term.exp
10399 * gdb.base/testenv.exp
10400 * gdb.base/ui-redirect.exp
10401 * gdb.base/until.exp
10402 * gdb.base/unwindonsignal.exp
10403 * gdb.base/value-double-free.exp
10404 * gdb.base/vla-datatypes.exp
10405 * gdb.base/vla-ptr.exp
10406 * gdb.base/vla-sideeffect.exp
10407 * gdb.base/volatile.exp
10408 * gdb.base/watch-cond-infcall.exp
10409 * gdb.base/watch-cond.exp
10410 * gdb.base/watch-non-mem.exp
10411 * gdb.base/watch-read.exp
10412 * gdb.base/watch-vfork.exp
10413 * gdb.base/watchpoint-cond-gone.exp
10414 * gdb.base/watchpoint-delete.exp
10415 * gdb.base/watchpoint-hw-hit-once.exp
10416 * gdb.base/watchpoint-hw.exp
10417 * gdb.base/watchpoint-stops-at-right-insn.exp
10418 * gdb.base/watchpoints.exp
10419 * gdb.base/wchar.exp
10420 * gdb.base/whatis-exp.exp
10421 * gdb.btrace/buffer-size.exp
10422 * gdb.btrace/data.exp
10423 * gdb.btrace/delta.exp
10424 * gdb.btrace/dlopen.exp
10425 * gdb.btrace/enable.exp
10426 * gdb.btrace/exception.exp
10427 * gdb.btrace/function_call_history.exp
10428 * gdb.btrace/gcore.exp
10429 * gdb.btrace/instruction_history.exp
10430 * gdb.btrace/nohist.exp
10431 * gdb.btrace/reconnect.exp
10432 * gdb.btrace/record_goto-step.exp
10433 * gdb.btrace/record_goto.exp
10434 * gdb.btrace/rn-dl-bind.exp
10435 * gdb.btrace/segv.exp
10436 * gdb.btrace/step.exp
10437 * gdb.btrace/stepi.exp
10438 * gdb.btrace/tailcall-only.exp
10439 * gdb.btrace/tailcall.exp
10440 * gdb.btrace/tsx.exp
10441 * gdb.btrace/unknown_functions.exp
10442 * gdb.btrace/vdso.exp
10443 * gdb.compile/compile-ifunc.exp
10444 * gdb.compile/compile-ops.exp
10445 * gdb.compile/compile-print.exp
10446 * gdb.compile/compile-setjmp.exp
10447 * gdb.cp/abstract-origin.exp
10448 * gdb.cp/ambiguous.exp
10449 * gdb.cp/annota2.exp
10450 * gdb.cp/annota3.exp
10451 * gdb.cp/anon-ns.exp
10452 * gdb.cp/anon-struct.exp
10453 * gdb.cp/anon-union.exp
10454 * gdb.cp/arg-reference.exp
10455 * gdb.cp/baseenum.exp
10456 * gdb.cp/bool.exp
10457 * gdb.cp/breakpoint.exp
10458 * gdb.cp/bs15503.exp
10459 * gdb.cp/call-c.exp
10460 * gdb.cp/casts.exp
10461 * gdb.cp/chained-calls.exp
10462 * gdb.cp/class2.exp
10463 * gdb.cp/classes.exp
10464 * gdb.cp/cmpd-minsyms.exp
10465 * gdb.cp/converts.exp
10466 * gdb.cp/cp-relocate.exp
10467 * gdb.cp/cpcompletion.exp
10468 * gdb.cp/cpexprs.exp
10469 * gdb.cp/cplabel.exp
10470 * gdb.cp/cplusfuncs.exp
10471 * gdb.cp/cpsizeof.exp
10472 * gdb.cp/ctti.exp
10473 * gdb.cp/derivation.exp
10474 * gdb.cp/destrprint.exp
10475 * gdb.cp/dispcxx.exp
10476 * gdb.cp/enum-class.exp
10477 * gdb.cp/exception.exp
10478 * gdb.cp/exceptprint.exp
10479 * gdb.cp/expand-psymtabs-cxx.exp
10480 * gdb.cp/expand-sals.exp
10481 * gdb.cp/extern-c.exp
10482 * gdb.cp/filename.exp
10483 * gdb.cp/formatted-ref.exp
10484 * gdb.cp/fpointer.exp
10485 * gdb.cp/gdb1355.exp
10486 * gdb.cp/gdb2495.exp
10487 * gdb.cp/hang.exp
10488 * gdb.cp/impl-this.exp
10489 * gdb.cp/infcall-dlopen.exp
10490 * gdb.cp/inherit.exp
10491 * gdb.cp/iostream.exp
10492 * gdb.cp/koenig.exp
10493 * gdb.cp/local.exp
10494 * gdb.cp/m-data.exp
10495 * gdb.cp/m-static.exp
10496 * gdb.cp/mb-ctor.exp
10497 * gdb.cp/mb-inline.exp
10498 * gdb.cp/mb-templates.exp
10499 * gdb.cp/member-name.exp
10500 * gdb.cp/member-ptr.exp
10501 * gdb.cp/meth-typedefs.exp
10502 * gdb.cp/method.exp
10503 * gdb.cp/method2.exp
10504 * gdb.cp/minsym-fallback.exp
10505 * gdb.cp/misc.exp
10506 * gdb.cp/namelessclass.exp
10507 * gdb.cp/namespace-enum.exp
10508 * gdb.cp/namespace-nested-import.exp
10509 * gdb.cp/namespace.exp
10510 * gdb.cp/nextoverthrow.exp
10511 * gdb.cp/no-dmgl-verbose.exp
10512 * gdb.cp/non-trivial-retval.exp
10513 * gdb.cp/noparam.exp
10514 * gdb.cp/nsdecl.exp
10515 * gdb.cp/nsimport.exp
10516 * gdb.cp/nsnested.exp
10517 * gdb.cp/nsnoimports.exp
10518 * gdb.cp/nsrecurs.exp
10519 * gdb.cp/nsstress.exp
10520 * gdb.cp/nsusing.exp
10521 * gdb.cp/operator.exp
10522 * gdb.cp/oranking.exp
10523 * gdb.cp/overload-const.exp
10524 * gdb.cp/overload.exp
10525 * gdb.cp/ovldbreak.exp
10526 * gdb.cp/ovsrch.exp
10527 * gdb.cp/paren-type.exp
10528 * gdb.cp/parse-lang.exp
10529 * gdb.cp/pass-by-ref.exp
10530 * gdb.cp/pr-1023.exp
10531 * gdb.cp/pr-1210.exp
10532 * gdb.cp/pr-574.exp
10533 * gdb.cp/pr10687.exp
10534 * gdb.cp/pr12028.exp
10535 * gdb.cp/pr17132.exp
10536 * gdb.cp/pr17494.exp
10537 * gdb.cp/pr9067.exp
10538 * gdb.cp/pr9167.exp
10539 * gdb.cp/pr9631.exp
10540 * gdb.cp/printmethod.exp
10541 * gdb.cp/psmang.exp
10542 * gdb.cp/psymtab-parameter.exp
10543 * gdb.cp/ptype-cv-cp.exp
10544 * gdb.cp/ptype-flags.exp
10545 * gdb.cp/re-set-overloaded.exp
10546 * gdb.cp/ref-types.exp
10547 * gdb.cp/rtti.exp
10548 * gdb.cp/scope-err.exp
10549 * gdb.cp/shadow.exp
10550 * gdb.cp/smartp.exp
10551 * gdb.cp/static-method.exp
10552 * gdb.cp/static-print-quit.exp
10553 * gdb.cp/temargs.exp
10554 * gdb.cp/templates.exp
10555 * gdb.cp/try_catch.exp
10556 * gdb.cp/typedef-operator.exp
10557 * gdb.cp/typeid.exp
10558 * gdb.cp/userdef.exp
10559 * gdb.cp/using-crash.exp
10560 * gdb.cp/var-tag.exp
10561 * gdb.cp/virtbase.exp
10562 * gdb.cp/virtfunc.exp
10563 * gdb.cp/virtfunc2.exp
10564 * gdb.cp/vla-cxx.exp
10565 * gdb.disasm/t01_mov.exp
10566 * gdb.disasm/t02_mova.exp
10567 * gdb.disasm/t03_add.exp
10568 * gdb.disasm/t04_sub.exp
10569 * gdb.disasm/t05_cmp.exp
10570 * gdb.disasm/t06_ari2.exp
10571 * gdb.disasm/t07_ari3.exp
10572 * gdb.disasm/t08_or.exp
10573 * gdb.disasm/t09_xor.exp
10574 * gdb.disasm/t10_and.exp
10575 * gdb.disasm/t11_logs.exp
10576 * gdb.disasm/t12_bit.exp
10577 * gdb.disasm/t13_otr.exp
10578 * gdb.dlang/circular.exp
10579 * gdb.dwarf2/arr-stride.exp
10580 * gdb.dwarf2/arr-subrange.exp
10581 * gdb.dwarf2/atomic-type.exp
10582 * gdb.dwarf2/bad-regnum.exp
10583 * gdb.dwarf2/bitfield-parent-optimized-out.exp
10584 * gdb.dwarf2/callframecfa.exp
10585 * gdb.dwarf2/clztest.exp
10586 * gdb.dwarf2/corrupt.exp
10587 * gdb.dwarf2/data-loc.exp
10588 * gdb.dwarf2/dup-psym.exp
10589 * gdb.dwarf2/dw2-anon-mptr.exp
10590 * gdb.dwarf2/dw2-anonymous-func.exp
10591 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
10592 * gdb.dwarf2/dw2-bad-unresolved.exp
10593 * gdb.dwarf2/dw2-basic.exp
10594 * gdb.dwarf2/dw2-canonicalize-type.exp
10595 * gdb.dwarf2/dw2-case-insensitive.exp
10596 * gdb.dwarf2/dw2-common-block.exp
10597 * gdb.dwarf2/dw2-compdir-oldgcc.exp
10598 * gdb.dwarf2/dw2-compressed.exp
10599 * gdb.dwarf2/dw2-const.exp
10600 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
10601 * gdb.dwarf2/dw2-cu-size.exp
10602 * gdb.dwarf2/dw2-dup-frame.exp
10603 * gdb.dwarf2/dw2-entry-value.exp
10604 * gdb.dwarf2/dw2-icycle.exp
10605 * gdb.dwarf2/dw2-ifort-parameter.exp
10606 * gdb.dwarf2/dw2-inline-break.exp
10607 * gdb.dwarf2/dw2-inline-param.exp
10608 * gdb.dwarf2/dw2-intercu.exp
10609 * gdb.dwarf2/dw2-intermix.exp
10610 * gdb.dwarf2/dw2-lexical-block-bare.exp
10611 * gdb.dwarf2/dw2-linkage-name-trust.exp
10612 * gdb.dwarf2/dw2-minsym-in-cu.exp
10613 * gdb.dwarf2/dw2-noloc.exp
10614 * gdb.dwarf2/dw2-op-call.exp
10615 * gdb.dwarf2/dw2-op-out-param.exp
10616 * gdb.dwarf2/dw2-opt-structptr.exp
10617 * gdb.dwarf2/dw2-param-error.exp
10618 * gdb.dwarf2/dw2-producer.exp
10619 * gdb.dwarf2/dw2-ranges-base.exp
10620 * gdb.dwarf2/dw2-ref-missing-frame.exp
10621 * gdb.dwarf2/dw2-reg-undefined.exp
10622 * gdb.dwarf2/dw2-regno-invalid.exp
10623 * gdb.dwarf2/dw2-restore.exp
10624 * gdb.dwarf2/dw2-restrict.exp
10625 * gdb.dwarf2/dw2-single-line-discriminators.exp
10626 * gdb.dwarf2/dw2-strp.exp
10627 * gdb.dwarf2/dw2-undefined-ret-addr.exp
10628 * gdb.dwarf2/dw2-unresolved.exp
10629 * gdb.dwarf2/dw2-var-zero-addr.exp
10630 * gdb.dwarf2/dw4-sig-types.exp
10631 * gdb.dwarf2/dwz.exp
10632 * gdb.dwarf2/dynarr-ptr.exp
10633 * gdb.dwarf2/enum-type.exp
10634 * gdb.dwarf2/gdb-index.exp
10635 * gdb.dwarf2/implptr-64bit.exp
10636 * gdb.dwarf2/implptr-optimized-out.exp
10637 * gdb.dwarf2/implptr.exp
10638 * gdb.dwarf2/implref-array.exp
10639 * gdb.dwarf2/implref-const.exp
10640 * gdb.dwarf2/implref-global.exp
10641 * gdb.dwarf2/implref-struct.exp
10642 * gdb.dwarf2/mac-fileno.exp
10643 * gdb.dwarf2/main-subprogram.exp
10644 * gdb.dwarf2/member-ptr-forwardref.exp
10645 * gdb.dwarf2/method-ptr.exp
10646 * gdb.dwarf2/missing-sig-type.exp
10647 * gdb.dwarf2/nonvar-access.exp
10648 * gdb.dwarf2/opaque-type-lookup.exp
10649 * gdb.dwarf2/pieces-optimized-out.exp
10650 * gdb.dwarf2/pieces.exp
10651 * gdb.dwarf2/pr10770.exp
10652 * gdb.dwarf2/pr13961.exp
10653 * gdb.dwarf2/staticvirtual.exp
10654 * gdb.dwarf2/subrange.exp
10655 * gdb.dwarf2/symtab-producer.exp
10656 * gdb.dwarf2/trace-crash.exp
10657 * gdb.dwarf2/typeddwarf.exp
10658 * gdb.dwarf2/valop.exp
10659 * gdb.dwarf2/watch-notconst.exp
10660 * gdb.fortran/array-element.exp
10661 * gdb.fortran/charset.exp
10662 * gdb.fortran/common-block.exp
10663 * gdb.fortran/complex.exp
10664 * gdb.fortran/derived-type-function.exp
10665 * gdb.fortran/derived-type.exp
10666 * gdb.fortran/logical.exp
10667 * gdb.fortran/module.exp
10668 * gdb.fortran/multi-dim.exp
10669 * gdb.fortran/nested-funcs.exp
10670 * gdb.fortran/print-formatted.exp
10671 * gdb.fortran/subarray.exp
10672 * gdb.fortran/vla-alloc-assoc.exp
10673 * gdb.fortran/vla-datatypes.exp
10674 * gdb.fortran/vla-history.exp
10675 * gdb.fortran/vla-ptr-info.exp
10676 * gdb.fortran/vla-ptype-sub.exp
10677 * gdb.fortran/vla-ptype.exp
10678 * gdb.fortran/vla-sizeof.exp
10679 * gdb.fortran/vla-type.exp
10680 * gdb.fortran/vla-value-sub-arbitrary.exp
10681 * gdb.fortran/vla-value-sub-finish.exp
10682 * gdb.fortran/vla-value-sub.exp
10683 * gdb.fortran/vla-value.exp
10684 * gdb.fortran/whatis_type.exp
10685 * gdb.go/chan.exp
10686 * gdb.go/handcall.exp
10687 * gdb.go/hello.exp
10688 * gdb.go/integers.exp
10689 * gdb.go/methods.exp
10690 * gdb.go/package.exp
10691 * gdb.go/strings.exp
10692 * gdb.go/types.exp
10693 * gdb.go/unsafe.exp
10694 * gdb.guile/scm-arch.exp
10695 * gdb.guile/scm-block.exp
10696 * gdb.guile/scm-breakpoint.exp
10697 * gdb.guile/scm-cmd.exp
10698 * gdb.guile/scm-disasm.exp
10699 * gdb.guile/scm-equal.exp
10700 * gdb.guile/scm-frame-args.exp
10701 * gdb.guile/scm-frame-inline.exp
10702 * gdb.guile/scm-frame.exp
10703 * gdb.guile/scm-iterator.exp
10704 * gdb.guile/scm-math.exp
10705 * gdb.guile/scm-objfile.exp
10706 * gdb.guile/scm-ports.exp
10707 * gdb.guile/scm-symbol.exp
10708 * gdb.guile/scm-symtab.exp
10709 * gdb.guile/scm-value-cc.exp
10710 * gdb.guile/types-module.exp
10711 * gdb.linespec/break-ask.exp
10712 * gdb.linespec/cpexplicit.exp
10713 * gdb.linespec/explicit.exp
10714 * gdb.linespec/keywords.exp
10715 * gdb.linespec/linespec.exp
10716 * gdb.linespec/ls-dollar.exp
10717 * gdb.linespec/ls-errs.exp
10718 * gdb.linespec/skip-two.exp
10719 * gdb.linespec/thread.exp
10720 * gdb.mi/mi-async.exp
10721 * gdb.mi/mi-basics.exp
10722 * gdb.mi/mi-break.exp
10723 * gdb.mi/mi-catch-load.exp
10724 * gdb.mi/mi-cli.exp
10725 * gdb.mi/mi-cmd-param-changed.exp
10726 * gdb.mi/mi-console.exp
10727 * gdb.mi/mi-detach.exp
10728 * gdb.mi/mi-disassemble.exp
10729 * gdb.mi/mi-eval.exp
10730 * gdb.mi/mi-file-transfer.exp
10731 * gdb.mi/mi-file.exp
10732 * gdb.mi/mi-fill-memory.exp
10733 * gdb.mi/mi-inheritance-syntax-error.exp
10734 * gdb.mi/mi-linespec-err-cp.exp
10735 * gdb.mi/mi-logging.exp
10736 * gdb.mi/mi-memory-changed.exp
10737 * gdb.mi/mi-read-memory.exp
10738 * gdb.mi/mi-record-changed.exp
10739 * gdb.mi/mi-reg-undefined.exp
10740 * gdb.mi/mi-regs.exp
10741 * gdb.mi/mi-return.exp
10742 * gdb.mi/mi-reverse.exp
10743 * gdb.mi/mi-simplerun.exp
10744 * gdb.mi/mi-solib.exp
10745 * gdb.mi/mi-stack.exp
10746 * gdb.mi/mi-stepi.exp
10747 * gdb.mi/mi-syn-frame.exp
10748 * gdb.mi/mi-until.exp
10749 * gdb.mi/mi-var-block.exp
10750 * gdb.mi/mi-var-child.exp
10751 * gdb.mi/mi-var-cmd.exp
10752 * gdb.mi/mi-var-cp.exp
10753 * gdb.mi/mi-var-display.exp
10754 * gdb.mi/mi-var-invalidate.exp
10755 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
10756 * gdb.mi/mi-vla-fortran.exp
10757 * gdb.mi/mi-watch.exp
10758 * gdb.mi/mi2-var-child.exp
10759 * gdb.mi/user-selected-context-sync.exp
10760 * gdb.modula2/unbounded-array.exp
10761 * gdb.multi/dummy-frame-restore.exp
10762 * gdb.multi/multi-arch-exec.exp
10763 * gdb.multi/multi-arch.exp
10764 * gdb.multi/tids.exp
10765 * gdb.multi/watchpoint-multi.exp
10766 * gdb.opencl/callfuncs.exp
10767 * gdb.opencl/convs_casts.exp
10768 * gdb.opencl/datatypes.exp
10769 * gdb.opencl/operators.exp
10770 * gdb.opencl/vec_comps.exp
10771 * gdb.opt/clobbered-registers-O2.exp
10772 * gdb.opt/inline-break.exp
10773 * gdb.opt/inline-bt.exp
10774 * gdb.opt/inline-cmds.exp
10775 * gdb.opt/inline-locals.exp
10776 * gdb.pascal/case-insensitive-symbols.exp
10777 * gdb.pascal/floats.exp
10778 * gdb.pascal/gdb11492.exp
10779 * gdb.python/lib-types.exp
10780 * gdb.python/py-arch.exp
10781 * gdb.python/py-as-string.exp
10782 * gdb.python/py-bad-printers.exp
10783 * gdb.python/py-block.exp
10784 * gdb.python/py-breakpoint-create-fail.exp
10785 * gdb.python/py-breakpoint.exp
10786 * gdb.python/py-caller-is.exp
10787 * gdb.python/py-cmd.exp
10788 * gdb.python/py-explore-cc.exp
10789 * gdb.python/py-explore.exp
10790 * gdb.python/py-finish-breakpoint.exp
10791 * gdb.python/py-finish-breakpoint2.exp
10792 * gdb.python/py-frame-args.exp
10793 * gdb.python/py-frame-inline.exp
10794 * gdb.python/py-frame.exp
10795 * gdb.python/py-framefilter-mi.exp
10796 * gdb.python/py-infthread.exp
10797 * gdb.python/py-lazy-string.exp
10798 * gdb.python/py-linetable.exp
10799 * gdb.python/py-mi-events.exp
10800 * gdb.python/py-mi-objfile.exp
10801 * gdb.python/py-mi.exp
10802 * gdb.python/py-objfile.exp
10803 * gdb.python/py-pp-integral.exp
10804 * gdb.python/py-pp-maint.exp
10805 * gdb.python/py-pp-re-notag.exp
10806 * gdb.python/py-pp-registration.exp
10807 * gdb.python/py-recurse-unwind.exp
10808 * gdb.python/py-strfns.exp
10809 * gdb.python/py-symbol.exp
10810 * gdb.python/py-symtab.exp
10811 * gdb.python/py-sync-interp.exp
10812 * gdb.python/py-typeprint.exp
10813 * gdb.python/py-unwind-maint.exp
10814 * gdb.python/py-unwind.exp
10815 * gdb.python/py-value-cc.exp
10816 * gdb.python/py-xmethods.exp
10817 * gdb.reverse/amd64-tailcall-reverse.exp
10818 * gdb.reverse/break-precsave.exp
10819 * gdb.reverse/break-reverse.exp
10820 * gdb.reverse/consecutive-precsave.exp
10821 * gdb.reverse/consecutive-reverse.exp
10822 * gdb.reverse/finish-precsave.exp
10823 * gdb.reverse/finish-reverse-bkpt.exp
10824 * gdb.reverse/finish-reverse.exp
10825 * gdb.reverse/fstatat-reverse.exp
10826 * gdb.reverse/getresuid-reverse.exp
10827 * gdb.reverse/i386-precsave.exp
10828 * gdb.reverse/i386-reverse.exp
10829 * gdb.reverse/i386-sse-reverse.exp
10830 * gdb.reverse/i387-env-reverse.exp
10831 * gdb.reverse/i387-stack-reverse.exp
10832 * gdb.reverse/insn-reverse.exp
10833 * gdb.reverse/machinestate-precsave.exp
10834 * gdb.reverse/machinestate.exp
10835 * gdb.reverse/next-reverse-bkpt-over-sr.exp
10836 * gdb.reverse/pipe-reverse.exp
10837 * gdb.reverse/readv-reverse.exp
10838 * gdb.reverse/recvmsg-reverse.exp
10839 * gdb.reverse/rerun-prec.exp
10840 * gdb.reverse/s390-mvcle.exp
10841 * gdb.reverse/step-precsave.exp
10842 * gdb.reverse/step-reverse.exp
10843 * gdb.reverse/time-reverse.exp
10844 * gdb.reverse/until-precsave.exp
10845 * gdb.reverse/until-reverse.exp
10846 * gdb.reverse/waitpid-reverse.exp
10847 * gdb.reverse/watch-precsave.exp
10848 * gdb.reverse/watch-reverse.exp
10849 * gdb.rust/generics.exp
10850 * gdb.rust/methods.exp
10851 * gdb.rust/modules.exp
10852 * gdb.rust/simple.exp
10853 * gdb.server/connect-with-no-symbol-file.exp
10854 * gdb.server/ext-attach.exp
10855 * gdb.server/ext-restart.exp
10856 * gdb.server/ext-wrapper.exp
10857 * gdb.server/file-transfer.exp
10858 * gdb.server/server-exec-info.exp
10859 * gdb.server/server-kill.exp
10860 * gdb.server/server-mon.exp
10861 * gdb.server/wrapper.exp
10862 * gdb.stabs/exclfwd.exp
10863 * gdb.stabs/gdb11479.exp
10864 * gdb.threads/clone-new-thread-event.exp
10865 * gdb.threads/corethreads.exp
10866 * gdb.threads/current-lwp-dead.exp
10867 * gdb.threads/dlopen-libpthread.exp
10868 * gdb.threads/gcore-thread.exp
10869 * gdb.threads/sigstep-threads.exp
10870 * gdb.threads/watchpoint-fork.exp
10871 * gdb.trace/actions-changed.exp
10872 * gdb.trace/backtrace.exp
10873 * gdb.trace/change-loc.exp
10874 * gdb.trace/circ.exp
10875 * gdb.trace/collection.exp
10876 * gdb.trace/disconnected-tracing.exp
10877 * gdb.trace/ftrace.exp
10878 * gdb.trace/mi-trace-frame-collected.exp
10879 * gdb.trace/mi-trace-unavailable.exp
10880 * gdb.trace/mi-traceframe-changed.exp
10881 * gdb.trace/mi-tsv-changed.exp
10882 * gdb.trace/no-attach-trace.exp
10883 * gdb.trace/passc-dyn.exp
10884 * gdb.trace/qtro.exp
10885 * gdb.trace/range-stepping.exp
10886 * gdb.trace/read-memory.exp
10887 * gdb.trace/save-trace.exp
10888 * gdb.trace/signal.exp
10889 * gdb.trace/status-stop.exp
10890 * gdb.trace/tfile.exp
10891 * gdb.trace/trace-break.exp
10892 * gdb.trace/trace-buffer-size.exp
10893 * gdb.trace/trace-condition.exp
10894 * gdb.trace/tracefile-pseudo-reg.exp
10895 * gdb.trace/tstatus.exp
10896 * gdb.trace/unavailable.exp
10897 * gdb.trace/while-dyn.exp
10898 * gdb.trace/while-stepping.exp
10899
10900 2016-12-22 Doug Evans <xdje42@gmail.com>
10901
10902 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
10903 and msymbols.
10904
10905 2016-12-19 Yao Qi <yao.qi@linaro.org>
10906
10907 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
10908 (test_with_self): Don't call do_steps_and_nexts, and remove
10909 code about stepping into xmalloc.
10910
10911 2016-12-09 Yao Qi <yao.qi@linaro.org>
10912
10913 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
10914
10915 2016-12-09 Yao Qi <yao.qi@linaro.org>
10916
10917 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
10918
10919 2016-12-09 Pedro Alves <palves@redhat.com>
10920
10921 * gdb.base/all-architectures-0.exp: New file.
10922 * gdb.base/all-architectures-1.exp: New file.
10923 * gdb.base/all-architectures-2.exp: New file.
10924 * gdb.base/all-architectures-3.exp: New file.
10925 * gdb.base/all-architectures-4.exp: New file.
10926 * gdb.base/all-architectures-5.exp: New file.
10927 * gdb.base/all-architectures-6.exp: New file.
10928 * gdb.base/all-architectures-7.exp: New file.
10929 * gdb.base/all-architectures.exp.in: New file.
10930
10931 2016-12-09 Yao Qi <yao.qi@linaro.org>
10932
10933 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
10934
10935 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
10936
10937 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
10938 possible.
10939 Remove useless pattern-matching code.
10940
10941 2016-12-02 Pedro Alves <palves@redhat.com>
10942
10943 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
10944 procedure.
10945 (top level): Call it.
10946
10947 2016-12-02 Pedro Alves <palves@redhat.com>
10948
10949 * gdb.base/commands.exp (user_defined_command_args_stack_test):
10950 New procedure.
10951 (top level): Call it.
10952
10953 2016-12-02 Pedro Alves <palves@redhat.com>
10954
10955 PR cli/20559
10956 * gdb.base/commands.exp (user_defined_command_args_eval): New
10957 procedure.
10958 (top level): Call it.
10959
10960 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
10961
10962 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
10963 timeout handling.
10964
10965 2016-12-02 Tom Tromey <tom@tromey.com>
10966
10967 * gdb.dwarf2/main-subprogram.c: New file.
10968 * gdb.dwarf2/main-subprogram.exp: New file.
10969
10970 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
10971
10972 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
10973 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
10974 gdb_test_no_output for a couple of cases.
10975 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
10976
10977 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
10978
10979 Fix test names and standardize compilation error messages throughout
10980 the following files:
10981
10982 * gdb.ada/start.exp
10983 * gdb.arch/alpha-step.exp
10984 * gdb.arch/e500-prologue.exp
10985 * gdb.arch/ftrace-insn-reloc.exp
10986 * gdb.arch/gdb1291.exp
10987 * gdb.arch/gdb1431.exp
10988 * gdb.arch/gdb1558.exp
10989 * gdb.arch/i386-dr3-watch.exp
10990 * gdb.arch/i386-sse-stack-align.exp
10991 * gdb.arch/ia64-breakpoint-shadow.exp
10992 * gdb.arch/pa-nullify.exp
10993 * gdb.arch/powerpc-aix-prologue.exp
10994 * gdb.arch/thumb-bx-pc.exp
10995 * gdb.base/annota1.exp
10996 * gdb.base/annota3.exp
10997 * gdb.base/arrayidx.exp
10998 * gdb.base/assign.exp
10999 * gdb.base/attach.exp
11000 * gdb.base/auxv.exp
11001 * gdb.base/bang.exp
11002 * gdb.base/bfp-test.exp
11003 * gdb.base/bigcore.exp
11004 * gdb.base/bitfields2.exp
11005 * gdb.base/break-fun-addr.exp
11006 * gdb.base/break-probes.exp
11007 * gdb.base/call-rt-st.exp
11008 * gdb.base/callexit.exp
11009 * gdb.base/catch-fork-kill.exp
11010 * gdb.base/charset.exp
11011 * gdb.base/checkpoint.exp
11012 * gdb.base/comprdebug.exp
11013 * gdb.base/constvars.exp
11014 * gdb.base/coredump-filter.exp
11015 * gdb.base/cursal.exp
11016 * gdb.base/cvexpr.exp
11017 * gdb.base/detach.exp
11018 * gdb.base/display.exp
11019 * gdb.base/dmsym.exp
11020 * gdb.base/dprintf-pending.exp
11021 * gdb.base/dso2dso.exp
11022 * gdb.base/dtrace-probe.exp
11023 * gdb.base/dump.exp
11024 * gdb.base/enum_cond.exp
11025 * gdb.base/exe-lock.exp
11026 * gdb.base/exec-invalid-sysroot.exp
11027 * gdb.base/execl-update-breakpoints.exp
11028 * gdb.base/exprs.exp
11029 * gdb.base/fileio.exp
11030 * gdb.base/find.exp
11031 * gdb.base/finish.exp
11032 * gdb.base/fixsection.exp
11033 * gdb.base/foll-vfork.exp
11034 * gdb.base/frame-args.exp
11035 * gdb.base/gcore.exp
11036 * gdb.base/gdb1250.exp
11037 * gdb.base/global-var-nested-by-dso.exp
11038 * gdb.base/gnu-ifunc.exp
11039 * gdb.base/hashline1.exp
11040 * gdb.base/hashline2.exp
11041 * gdb.base/hashline3.exp
11042 * gdb.base/hbreak-in-shr-unsupported.exp
11043 * gdb.base/huge.exp
11044 * gdb.base/infcall-input.exp
11045 * gdb.base/info-fun.exp
11046 * gdb.base/info-shared.exp
11047 * gdb.base/jit-simple.exp
11048 * gdb.base/jit-so.exp
11049 * gdb.base/jit.exp
11050 * gdb.base/jump.exp
11051 * gdb.base/label.exp
11052 * gdb.base/lineinc.exp
11053 * gdb.base/logical.exp
11054 * gdb.base/longjmp.exp
11055 * gdb.base/macscp.exp
11056 * gdb.base/miscexprs.exp
11057 * gdb.base/new-ui-echo.exp
11058 * gdb.base/new-ui-pending-input.exp
11059 * gdb.base/new-ui.exp
11060 * gdb.base/nodebug.exp
11061 * gdb.base/nofield.exp
11062 * gdb.base/offsets.exp
11063 * gdb.base/overlays.exp
11064 * gdb.base/pending.exp
11065 * gdb.base/pointers.exp
11066 * gdb.base/pr11022.exp
11067 * gdb.base/printcmds.exp
11068 * gdb.base/prologue.exp
11069 * gdb.base/ptr-typedef.exp
11070 * gdb.base/realname-expand.exp
11071 * gdb.base/relativedebug.exp
11072 * gdb.base/relocate.exp
11073 * gdb.base/remote.exp
11074 * gdb.base/reread.exp
11075 * gdb.base/return2.exp
11076 * gdb.base/savedregs.exp
11077 * gdb.base/sep.exp
11078 * gdb.base/sepdebug.exp
11079 * gdb.base/sepsymtab.exp
11080 * gdb.base/set-inferior-tty.exp
11081 * gdb.base/setshow.exp
11082 * gdb.base/shlib-call.exp
11083 * gdb.base/sigaltstack.exp
11084 * gdb.base/siginfo-addr.exp
11085 * gdb.base/signals.exp
11086 * gdb.base/signull.exp
11087 * gdb.base/sigrepeat.exp
11088 * gdb.base/so-impl-ld.exp
11089 * gdb.base/solib-display.exp
11090 * gdb.base/solib-overlap.exp
11091 * gdb.base/solib-search.exp
11092 * gdb.base/solib-symbol.exp
11093 * gdb.base/structs.exp
11094 * gdb.base/structs2.exp
11095 * gdb.base/symtab-search-order.exp
11096 * gdb.base/twice.exp
11097 * gdb.base/unload.exp
11098 * gdb.base/varargs.exp
11099 * gdb.base/watchpoint-solib.exp
11100 * gdb.base/watchpoint.exp
11101 * gdb.base/whatis.exp
11102 * gdb.base/wrong_frame_bt_full.exp
11103 * gdb.btrace/dlopen.exp
11104 * gdb.cell/ea-standalone.exp
11105 * gdb.cell/ea-test.exp
11106 * gdb.cp/dispcxx.exp
11107 * gdb.cp/gdb2384.exp
11108 * gdb.cp/method2.exp
11109 * gdb.cp/nextoverthrow.exp
11110 * gdb.cp/pr10728.exp
11111 * gdb.disasm/am33.exp
11112 * gdb.disasm/h8300s.exp
11113 * gdb.disasm/mn10300.exp
11114 * gdb.disasm/sh3.exp
11115 * gdb.dwarf2/dw2-dir-file-name.exp
11116 * gdb.fortran/complex.exp
11117 * gdb.fortran/library-module.exp
11118 * gdb.guile/scm-pretty-print.exp
11119 * gdb.guile/scm-symbol.exp
11120 * gdb.guile/scm-type.exp
11121 * gdb.guile/scm-value.exp
11122 * gdb.linespec/linespec.exp
11123 * gdb.mi/gdb701.exp
11124 * gdb.mi/gdb792.exp
11125 * gdb.mi/mi-breakpoint-changed.exp
11126 * gdb.mi/mi-dprintf-pending.exp
11127 * gdb.mi/mi-dprintf.exp
11128 * gdb.mi/mi-exit-code.exp
11129 * gdb.mi/mi-pending.exp
11130 * gdb.mi/mi-solib.exp
11131 * gdb.mi/new-ui-mi-sync.exp
11132 * gdb.mi/pr11022.exp
11133 * gdb.mi/user-selected-context-sync.exp
11134 * gdb.opt/solib-intra-step.exp
11135 * gdb.python/py-events.exp
11136 * gdb.python/py-finish-breakpoint.exp
11137 * gdb.python/py-mi.exp
11138 * gdb.python/py-prettyprint.exp
11139 * gdb.python/py-shared.exp
11140 * gdb.python/py-symbol.exp
11141 * gdb.python/py-template.exp
11142 * gdb.python/py-type.exp
11143 * gdb.python/py-value.exp
11144 * gdb.reverse/solib-precsave.exp
11145 * gdb.reverse/solib-reverse.exp
11146 * gdb.server/solib-list.exp
11147 * gdb.stabs/weird.exp
11148 * gdb.threads/reconnect-signal.exp
11149 * gdb.threads/stepi-random-signal.exp
11150 * gdb.trace/actions.exp
11151 * gdb.trace/ax.exp
11152 * gdb.trace/backtrace.exp
11153 * gdb.trace/change-loc.exp
11154 * gdb.trace/deltrace.exp
11155 * gdb.trace/ftrace-lock.exp
11156 * gdb.trace/ftrace.exp
11157 * gdb.trace/infotrace.exp
11158 * gdb.trace/mi-tracepoint-changed.exp
11159 * gdb.trace/packetlen.exp
11160 * gdb.trace/passcount.exp
11161 * gdb.trace/pending.exp
11162 * gdb.trace/range-stepping.exp
11163 * gdb.trace/report.exp
11164 * gdb.trace/stap-trace.exp
11165 * gdb.trace/tfind.exp
11166 * gdb.trace/trace-break.exp
11167 * gdb.trace/trace-condition.exp
11168 * gdb.trace/trace-enable-disable.exp
11169 * gdb.trace/trace-mt.exp
11170 * gdb.trace/tracecmd.exp
11171 * gdb.trace/tspeed.exp
11172 * gdb.trace/tsv.exp
11173 * lib/perftest.exp
11174
11175 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
11176
11177 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
11178 with gdb_test_no_output.
11179 Use command as test name.
11180
11181 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
11182
11183 Fix test names starting with uppercase throughout the files.
11184
11185 * gdb.ada/assign_1.exp
11186 * gdb.ada/boolean_expr.exp
11187 * gdb.base/arrayidx.exp
11188 * gdb.base/del.exp
11189 * gdb.base/gcore-buffer-overflow.exp
11190 * gdb.base/testenv.exp
11191 * gdb.compile/compile.exp
11192 * gdb.python/py-framefilter-invalidarg.exp
11193 * gdb.python/py-framefilter.exp
11194
11195 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
11196
11197 Fix test names starting with uppercase throughout the files.
11198
11199 * gdb.ada/array_return.exp
11200 * gdb.ada/expr_delims.exp
11201 * gdb.ada/mi_dyn_arr.exp
11202 * gdb.ada/mi_interface.exp
11203 * gdb.ada/mi_var_array.exp
11204 * gdb.ada/watch_arg.exp
11205 * gdb.arch/alpha-step.exp
11206 * gdb.arch/altivec-regs.exp
11207 * gdb.arch/e500-regs.exp
11208 * gdb.arch/powerpc-d128-regs.exp
11209 * gdb.base/arrayidx.exp
11210 * gdb.base/break.exp
11211 * gdb.base/checkpoint.exp
11212 * gdb.base/debug-expr.exp
11213 * gdb.base/dmsym.exp
11214 * gdb.base/radix.exp
11215 * gdb.base/sepdebug.exp
11216 * gdb.base/testenv.exp
11217 * gdb.base/watch_thread_num.exp
11218 * gdb.base/watchpoint-cond-gone.exp
11219 * gdb.cell/break.exp
11220 * gdb.cell/ea-cache.exp
11221 * gdb.compile/compile.exp
11222 * gdb.cp/gdb2495.exp
11223 * gdb.gdb/selftest.exp
11224 * gdb.gdb/xfullpath.exp
11225 * gdb.go/hello.exp
11226 * gdb.go/integers.exp
11227 * gdb.objc/basicclass.exp
11228 * gdb.pascal/hello.exp
11229 * gdb.pascal/integers.exp
11230 * gdb.python/py-breakpoint.exp
11231 * gdb.python/py-cmd.exp
11232 * gdb.python/py-linetable.exp
11233 * gdb.python/py-xmethods.exp
11234 * gdb.python/python.exp
11235 * gdb.reverse/consecutive-precsave.exp
11236 * gdb.reverse/finish-precsave.exp
11237 * gdb.reverse/i386-precsave.exp
11238 * gdb.reverse/machinestate-precsave.exp
11239 * gdb.reverse/sigall-precsave.exp
11240 * gdb.reverse/solib-precsave.exp
11241 * gdb.reverse/step-precsave.exp
11242 * gdb.reverse/until-precsave.exp
11243 * gdb.reverse/watch-precsave.exp
11244 * gdb.threads/leader-exit.exp
11245 * gdb.threads/pthreads.exp
11246 * gdb.threads/wp-replication.exp
11247 * gdb.trace/actions.exp
11248 * gdb.trace/mi-tsv-changed.exp
11249 * gdb.trace/tsv.exp
11250
11251 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
11252
11253 Fix test names starting with uppercase throughout the files.
11254
11255 * gdb.arch/i386-bp_permanent.exp
11256 * gdb.arch/i386-gnu-cfi.exp
11257 * gdb.base/disasm-end-cu.exp
11258 * gdb.base/macscp.exp
11259 * gdb.base/pending.exp
11260 * gdb.base/watch_thread_num.exp
11261 * gdb.cp/exception.exp
11262 * gdb.cp/gdb2495.exp
11263 * gdb.cp/local.exp
11264 * gdb.python/py-evsignal.exp
11265 * gdb.python/python.exp
11266 * gdb.trace/tracecmd.exp
11267
11268 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
11269
11270 Fix test names starting with uppercase throughout the files.
11271
11272 * gdb.base/charset.exp
11273 * gdb.base/eval.exp
11274 * gdb.base/multi-forks.exp
11275 * gdb.guile/scm-progspace.exp
11276 * gdb.opencl/datatypes.exp
11277 * gdb.python/py-block.exp
11278 * gdb.python/py-function.exp
11279 * gdb.python/py-symbol.exp
11280 * gdb.python/py-symtab.exp
11281 * gdb.python/py-xmethods.exp
11282 * gdb.reverse/break-precsave.exp
11283 * gdb.reverse/break-reverse.exp
11284 * gdb.reverse/consecutive-precsave.exp
11285 * gdb.reverse/consecutive-reverse.exp
11286 * gdb.reverse/finish-precsave.exp
11287 * gdb.reverse/finish-reverse-bkpt.exp
11288 * gdb.reverse/finish-reverse.exp
11289 * gdb.reverse/fstatat-reverse.exp
11290 * gdb.reverse/getresuid-reverse.exp
11291 * gdb.reverse/i386-precsave.exp
11292 * gdb.reverse/i386-reverse.exp
11293 * gdb.reverse/i386-sse-reverse.exp
11294 * gdb.reverse/i387-stack-reverse.exp
11295 * gdb.reverse/insn-reverse.exp
11296 * gdb.reverse/machinestate-precsave.exp
11297 * gdb.reverse/machinestate.exp
11298 * gdb.reverse/next-reverse-bkpt-over-sr.exp
11299 * gdb.reverse/pipe-reverse.exp
11300 * gdb.reverse/readv-reverse.exp
11301 * gdb.reverse/recvmsg-reverse.exp
11302 * gdb.reverse/rerun-prec.exp
11303 * gdb.reverse/s390-mvcle.exp
11304 * gdb.reverse/sigall-precsave.exp
11305 * gdb.reverse/sigall-reverse.exp
11306 * gdb.reverse/solib-precsave.exp
11307 * gdb.reverse/solib-reverse.exp
11308 * gdb.reverse/step-precsave.exp
11309 * gdb.reverse/step-reverse.exp
11310 * gdb.reverse/time-reverse.exp
11311 * gdb.reverse/until-precsave.exp
11312 * gdb.reverse/until-reverse.exp
11313 * gdb.reverse/waitpid-reverse.exp
11314 * gdb.reverse/watch-precsave.exp
11315 * gdb.reverse/watch-reverse.exp
11316
11317 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
11318
11319 Fix test names starting with uppercase throughout the files.
11320
11321 * gdb.arch/i386-mpx-simple_segv.exp
11322 * gdb.arch/i386-mpx.exp
11323 * gdb.arch/i386-permbkpt.exp
11324 * gdb.arch/pa-nullify.exp
11325 * gdb.arch/powerpc-d128-regs.exp
11326 * gdb.arch/vsx-regs.exp
11327 * gdb.base/bfp-test.exp
11328 * gdb.base/break.exp
11329 * gdb.base/breakpoint-shadow.exp
11330 * gdb.base/callfuncs.exp
11331 * gdb.base/charset.exp
11332 * gdb.base/commands.exp
11333 * gdb.base/completion.exp
11334 * gdb.base/dfp-test.exp
11335 * gdb.base/echo.exp
11336 * gdb.base/ending-run.exp
11337 * gdb.base/eval.exp
11338 * gdb.base/expand-psymtabs.exp
11339 * gdb.base/float128.exp
11340 * gdb.base/floatn.exp
11341 * gdb.base/foll-exec-mode.exp
11342 * gdb.base/gdb1056.exp
11343 * gdb.base/gdb11531.exp
11344 * gdb.base/kill-after-signal.exp
11345 * gdb.base/multi-forks.exp
11346 * gdb.base/overlays.exp
11347 * gdb.base/pending.exp
11348 * gdb.base/sepdebug.exp
11349 * gdb.base/testenv.exp
11350 * gdb.base/valgrind-db-attach.exp
11351 * gdb.base/watch_thread_num.exp
11352 * gdb.base/watchpoint-cond-gone.exp
11353 * gdb.base/watchpoint.exp
11354 * gdb.base/watchpoints.exp
11355 * gdb.cp/arg-reference.exp
11356 * gdb.cp/baseenum.exp
11357 * gdb.cp/operator.exp
11358 * gdb.cp/shadow.exp
11359 * gdb.dwarf2/dw2-op-out-param.exp
11360 * gdb.dwarf2/dw2-reg-undefined.exp
11361 * gdb.go/chan.exp
11362 * gdb.go/hello.exp
11363 * gdb.go/integers.exp
11364 * gdb.go/methods.exp
11365 * gdb.go/package.exp
11366 * gdb.guile/scm-parameter.exp
11367 * gdb.guile/scm-progspace.exp
11368 * gdb.guile/scm-value.exp
11369 * gdb.mi/mi-pending.exp
11370 * gdb.mi/user-selected-context-sync.exp
11371 * gdb.multi/multi-attach.exp
11372 * gdb.multi/tids.exp
11373 * gdb.opt/clobbered-registers-O2.exp
11374 * gdb.pascal/floats.exp
11375 * gdb.pascal/integers.exp
11376 * gdb.python/py-block.exp
11377 * gdb.python/py-events.exp
11378 * gdb.python/py-parameter.exp
11379 * gdb.python/py-symbol.exp
11380 * gdb.python/py-symtab.exp
11381 * gdb.python/py-type.exp
11382 * gdb.python/py-value.exp
11383 * gdb.python/py-xmethods.exp
11384 * gdb.python/python.exp
11385 * gdb.reverse/break-precsave.exp
11386 * gdb.reverse/consecutive-precsave.exp
11387 * gdb.reverse/finish-precsave.exp
11388 * gdb.reverse/i386-precsave.exp
11389 * gdb.reverse/machinestate-precsave.exp
11390 * gdb.reverse/sigall-precsave.exp
11391 * gdb.reverse/solib-precsave.exp
11392 * gdb.reverse/step-precsave.exp
11393 * gdb.reverse/until-precsave.exp
11394 * gdb.reverse/watch-precsave.exp
11395 * gdb.server/ext-attach.exp
11396 * gdb.server/ext-restart.exp
11397 * gdb.server/ext-run.exp
11398 * gdb.server/ext-wrapper.exp
11399 * gdb.stabs/gdb11479.exp
11400 * gdb.stabs/weird.exp
11401 * gdb.threads/attach-many-short-lived-threads.exp
11402 * gdb.threads/kill.exp
11403 * gdb.threads/watchpoint-fork.exp
11404
11405 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
11406
11407 Fix test names starting with uppercase throughout all the files below.
11408
11409 * gdb.ada/array_return.exp
11410 * gdb.ada/catch_ex.exp
11411 * gdb.ada/info_exc.exp
11412 * gdb.ada/mi_catch_ex.exp
11413 * gdb.ada/mi_dyn_arr.exp
11414 * gdb.ada/mi_ex_cond.exp
11415 * gdb.ada/mi_exc_info.exp
11416 * gdb.ada/mi_interface.exp
11417 * gdb.ada/mi_task_arg.exp
11418 * gdb.ada/mi_task_info.exp
11419 * gdb.ada/mi_var_array.exp
11420 * gdb.arch/alpha-step.exp
11421 * gdb.arch/amd64-disp-step.exp
11422 * gdb.arch/arm-disp-step.exp
11423 * gdb.arch/disp-step-insn-reloc.exp
11424 * gdb.arch/e500-prologue.exp
11425 * gdb.arch/ftrace-insn-reloc.exp
11426 * gdb.arch/gdb1558.exp
11427 * gdb.arch/i386-bp_permanent.exp
11428 * gdb.arch/i386-disp-step.exp
11429 * gdb.arch/i386-float.exp
11430 * gdb.arch/i386-gnu-cfi.exp
11431 * gdb.arch/ia64-breakpoint-shadow.exp
11432 * gdb.arch/mips16-thunks.exp
11433 * gdb.arch/pa-nullify.exp
11434 * gdb.arch/powerpc-aix-prologue.exp
11435 * gdb.arch/powerpc-power.exp
11436 * gdb.arch/ppc-dfp.exp
11437 * gdb.arch/s390-tdbregs.exp
11438 * gdb.arch/spu-info.exp
11439 * gdb.arch/spu-ls.exp
11440 * gdb.arch/thumb-bx-pc.exp
11441 * gdb.base/advance.exp
11442 * gdb.base/annota-input-while-running.exp
11443 * gdb.base/arrayidx.exp
11444 * gdb.base/asmlabel.exp
11445 * gdb.base/async.exp
11446 * gdb.base/attach-wait-input.exp
11447 * gdb.base/auto-connect-native-target.exp
11448 * gdb.base/batch-preserve-term-settings.exp
11449 * gdb.base/bfp-test.exp
11450 * gdb.base/bigcore.exp
11451 * gdb.base/bp-permanent.exp
11452 * gdb.base/break-always.exp
11453 * gdb.base/break-fun-addr.exp
11454 * gdb.base/break-idempotent.exp
11455 * gdb.base/break-main-file-remove-fail.exp
11456 * gdb.base/break-probes.exp
11457 * gdb.base/break-unload-file.exp
11458 * gdb.base/break.exp
11459 * gdb.base/call-ar-st.exp
11460 * gdb.base/call-rt-st.exp
11461 * gdb.base/call-sc.exp
11462 * gdb.base/call-signal-resume.exp
11463 * gdb.base/call-strs.exp
11464 * gdb.base/callexit.exp
11465 * gdb.base/callfuncs.exp
11466 * gdb.base/catch-gdb-caused-signals.exp
11467 * gdb.base/catch-signal-siginfo-cond.exp
11468 * gdb.base/catch-syscall.exp
11469 * gdb.base/compare-sections.exp
11470 * gdb.base/cond-eval-mode.exp
11471 * gdb.base/condbreak-call-false.exp
11472 * gdb.base/consecutive-step-over.exp
11473 * gdb.base/cursal.exp
11474 * gdb.base/disabled-location.exp
11475 * gdb.base/disasm-end-cu.exp
11476 * gdb.base/display.exp
11477 * gdb.base/double-prompt-target-event-error.exp
11478 * gdb.base/dprintf-bp-same-addr.exp
11479 * gdb.base/dprintf-detach.exp
11480 * gdb.base/dprintf-next.exp
11481 * gdb.base/dprintf-non-stop.exp
11482 * gdb.base/dprintf-pending.exp
11483 * gdb.base/dso2dso.exp
11484 * gdb.base/ending-run.exp
11485 * gdb.base/enum_cond.exp
11486 * gdb.base/examine-backward.exp
11487 * gdb.base/exe-lock.exp
11488 * gdb.base/exec-invalid-sysroot.exp
11489 * gdb.base/execl-update-breakpoints.exp
11490 * gdb.base/execution-termios.exp
11491 * gdb.base/fileio.exp
11492 * gdb.base/fixsection.exp
11493 * gdb.base/foll-exec-mode.exp
11494 * gdb.base/foll-exec.exp
11495 * gdb.base/fork-running-state.exp
11496 * gdb.base/frame-args.exp
11497 * gdb.base/fullpath-expand.exp
11498 * gdb.base/func-ptr.exp
11499 * gdb.base/gcore-relro-pie.exp
11500 * gdb.base/gdb1090.exp
11501 * gdb.base/gdb1555.exp
11502 * gdb.base/global-var-nested-by-dso.exp
11503 * gdb.base/gnu-ifunc.exp
11504 * gdb.base/hbreak-in-shr-unsupported.exp
11505 * gdb.base/hbreak-unmapped.exp
11506 * gdb.base/hook-stop.exp
11507 * gdb.base/infcall-input.exp
11508 * gdb.base/info-fun.exp
11509 * gdb.base/info-shared.exp
11510 * gdb.base/interrupt-noterm.exp
11511 * gdb.base/jit-so.exp
11512 * gdb.base/jit.exp
11513 * gdb.base/line-symtabs.exp
11514 * gdb.base/list.exp
11515 * gdb.base/longjmp.exp
11516 * gdb.base/macscp.exp
11517 * gdb.base/max-value-size.exp
11518 * gdb.base/nodebug.exp
11519 * gdb.base/nofield.exp
11520 * gdb.base/overlays.exp
11521 * gdb.base/paginate-after-ctrl-c-running.exp
11522 * gdb.base/paginate-bg-execution.exp
11523 * gdb.base/paginate-inferior-exit.exp
11524 * gdb.base/pending.exp
11525 * gdb.base/pr11022.exp
11526 * gdb.base/printcmds.exp
11527 * gdb.base/ptr-typedef.exp
11528 * gdb.base/ptype.exp
11529 * gdb.base/randomize.exp
11530 * gdb.base/range-stepping.exp
11531 * gdb.base/realname-expand.exp
11532 * gdb.base/relativedebug.exp
11533 * gdb.base/remote.exp
11534 * gdb.base/savedregs.exp
11535 * gdb.base/sepdebug.exp
11536 * gdb.base/set-noassign.exp
11537 * gdb.base/shlib-call.exp
11538 * gdb.base/shreloc.exp
11539 * gdb.base/sigaltstack.exp
11540 * gdb.base/sigbpt.exp
11541 * gdb.base/siginfo-addr.exp
11542 * gdb.base/siginfo-obj.exp
11543 * gdb.base/siginfo-thread.exp
11544 * gdb.base/signest.exp
11545 * gdb.base/signull.exp
11546 * gdb.base/sigrepeat.exp
11547 * gdb.base/skip.exp
11548 * gdb.base/so-impl-ld.exp
11549 * gdb.base/solib-corrupted.exp
11550 * gdb.base/solib-disc.exp
11551 * gdb.base/solib-display.exp
11552 * gdb.base/solib-overlap.exp
11553 * gdb.base/solib-search.exp
11554 * gdb.base/solib-symbol.exp
11555 * gdb.base/source-execution.exp
11556 * gdb.base/sss-bp-on-user-bp-2.exp
11557 * gdb.base/sss-bp-on-user-bp.exp
11558 * gdb.base/stack-checking.exp
11559 * gdb.base/stale-infcall.exp
11560 * gdb.base/step-break.exp
11561 * gdb.base/step-line.exp
11562 * gdb.base/step-over-exit.exp
11563 * gdb.base/step-test.exp
11564 * gdb.base/structs.exp
11565 * gdb.base/sym-file.exp
11566 * gdb.base/symtab-search-order.exp
11567 * gdb.base/term.exp
11568 * gdb.base/type-opaque.exp
11569 * gdb.base/unload.exp
11570 * gdb.base/until-nodebug.exp
11571 * gdb.base/until.exp
11572 * gdb.base/unwindonsignal.exp
11573 * gdb.base/watch-cond.exp
11574 * gdb.base/watch-non-mem.exp
11575 * gdb.base/watch_thread_num.exp
11576 * gdb.base/watchpoint-reuse-slot.exp
11577 * gdb.base/watchpoint-solib.exp
11578 * gdb.base/watchpoint.exp
11579 * gdb.btrace/dlopen.exp
11580 * gdb.cell/arch.exp
11581 * gdb.cell/break.exp
11582 * gdb.cell/bt.exp
11583 * gdb.cell/core.exp
11584 * gdb.cell/data.exp
11585 * gdb.cell/dwarfaddr.exp
11586 * gdb.cell/ea-cache.exp
11587 * gdb.cell/ea-standalone.exp
11588 * gdb.cell/ea-test.exp
11589 * gdb.cell/f-regs.exp
11590 * gdb.cell/fork.exp
11591 * gdb.cell/gcore.exp
11592 * gdb.cell/mem-access.exp
11593 * gdb.cell/ptype.exp
11594 * gdb.cell/registers.exp
11595 * gdb.cell/sizeof.exp
11596 * gdb.cell/solib-symbol.exp
11597 * gdb.cell/solib.exp
11598 * gdb.compile/compile-tls.exp
11599 * gdb.cp/exception.exp
11600 * gdb.cp/gdb2495.exp
11601 * gdb.cp/local.exp
11602 * gdb.cp/mb-inline.exp
11603 * gdb.cp/mb-templates.exp
11604 * gdb.cp/pr10687.exp
11605 * gdb.cp/pr9167.exp
11606 * gdb.cp/scope-err.exp
11607 * gdb.cp/templates.exp
11608 * gdb.cp/virtfunc.exp
11609 * gdb.dwarf2/dw2-dir-file-name.exp
11610 * gdb.dwarf2/dw2-single-line-discriminators.exp
11611 * gdb.fortran/complex.exp
11612 * gdb.fortran/library-module.exp
11613 * gdb.guile/guile.exp
11614 * gdb.guile/scm-cmd.exp
11615 * gdb.guile/scm-frame-inline.exp
11616 * gdb.guile/scm-objfile.exp
11617 * gdb.guile/scm-pretty-print.exp
11618 * gdb.guile/scm-symbol.exp
11619 * gdb.guile/scm-type.exp
11620 * gdb.guile/scm-value.exp
11621 * gdb.linespec/keywords.exp
11622 * gdb.linespec/ls-errs.exp
11623 * gdb.linespec/macro-relative.exp
11624 * gdb.linespec/thread.exp
11625 * gdb.mi/mi-breakpoint-changed.exp
11626 * gdb.mi/mi-dprintf-pending.exp
11627 * gdb.mi/mi-fullname-deleted.exp
11628 * gdb.mi/mi-logging.exp
11629 * gdb.mi/mi-pending.exp
11630 * gdb.mi/mi-solib.exp
11631 * gdb.mi/new-ui-mi-sync.exp
11632 * gdb.mi/user-selected-context-sync.exp
11633 * gdb.multi/dummy-frame-restore.exp
11634 * gdb.multi/multi-arch-exec.exp
11635 * gdb.multi/remove-inferiors.exp
11636 * gdb.multi/watchpoint-multi-exit.exp
11637 * gdb.opt/solib-intra-step.exp
11638 * gdb.perf/backtrace.exp
11639 * gdb.perf/single-step.exp
11640 * gdb.perf/skip-command.exp
11641 * gdb.perf/skip-prologue.exp
11642 * gdb.perf/solib.exp
11643 * gdb.python/lib-types.exp
11644 * gdb.python/py-as-string.exp
11645 * gdb.python/py-bad-printers.exp
11646 * gdb.python/py-block.exp
11647 * gdb.python/py-breakpoint.exp
11648 * gdb.python/py-cmd.exp
11649 * gdb.python/py-events.exp
11650 * gdb.python/py-evthreads.exp
11651 * gdb.python/py-finish-breakpoint.exp
11652 * gdb.python/py-finish-breakpoint2.exp
11653 * gdb.python/py-frame-inline.exp
11654 * gdb.python/py-frame.exp
11655 * gdb.python/py-inferior.exp
11656 * gdb.python/py-infthread.exp
11657 * gdb.python/py-mi.exp
11658 * gdb.python/py-objfile.exp
11659 * gdb.python/py-pp-maint.exp
11660 * gdb.python/py-pp-registration.exp
11661 * gdb.python/py-prettyprint.exp
11662 * gdb.python/py-recurse-unwind.exp
11663 * gdb.python/py-shared.exp
11664 * gdb.python/py-symbol.exp
11665 * gdb.python/py-symtab.exp
11666 * gdb.python/py-template.exp
11667 * gdb.python/py-type.exp
11668 * gdb.python/py-unwind-maint.exp
11669 * gdb.python/py-unwind.exp
11670 * gdb.python/py-value.exp
11671 * gdb.python/python.exp
11672 * gdb.reverse/finish-reverse-bkpt.exp
11673 * gdb.reverse/insn-reverse.exp
11674 * gdb.reverse/next-reverse-bkpt-over-sr.exp
11675 * gdb.reverse/solib-precsave.exp
11676 * gdb.reverse/solib-reverse.exp
11677 * gdb.stabs/gdb11479.exp
11678 * gdb.stabs/weird.exp
11679 * gdb.threads/fork-child-threads.exp
11680 * gdb.threads/fork-plus-threads.exp
11681 * gdb.threads/fork-thread-pending.exp
11682 * gdb.threads/forking-threads-plus-breakpoint.exp
11683 * gdb.threads/hand-call-in-threads.exp
11684 * gdb.threads/interrupted-hand-call.exp
11685 * gdb.threads/linux-dp.exp
11686 * gdb.threads/local-watch-wrong-thread.exp
11687 * gdb.threads/next-while-other-thread-longjmps.exp
11688 * gdb.threads/non-ldr-exit.exp
11689 * gdb.threads/pending-step.exp
11690 * gdb.threads/print-threads.exp
11691 * gdb.threads/process-dies-while-detaching.exp
11692 * gdb.threads/process-dies-while-handling-bp.exp
11693 * gdb.threads/pthreads.exp
11694 * gdb.threads/queue-signal.exp
11695 * gdb.threads/reconnect-signal.exp
11696 * gdb.threads/signal-command-handle-nopass.exp
11697 * gdb.threads/signal-command-multiple-signals-pending.exp
11698 * gdb.threads/signal-delivered-right-thread.exp
11699 * gdb.threads/signal-sigtrap.exp
11700 * gdb.threads/sigthread.exp
11701 * gdb.threads/staticthreads.exp
11702 * gdb.threads/stepi-random-signal.exp
11703 * gdb.threads/thread-unwindonsignal.exp
11704 * gdb.threads/thread_check.exp
11705 * gdb.threads/thread_events.exp
11706 * gdb.threads/tid-reuse.exp
11707 * gdb.threads/tls-nodebug.exp
11708 * gdb.threads/tls-shared.exp
11709 * gdb.threads/tls-so_extern.exp
11710 * gdb.threads/tls.exp
11711 * gdb.threads/wp-replication.exp
11712 * gdb.trace/actions-changed.exp
11713 * gdb.trace/actions.exp
11714 * gdb.trace/backtrace.exp
11715 * gdb.trace/change-loc.exp
11716 * gdb.trace/collection.exp
11717 * gdb.trace/deltrace.exp
11718 * gdb.trace/disconnected-tracing.exp
11719 * gdb.trace/entry-values.exp
11720 * gdb.trace/ftrace-lock.exp
11721 * gdb.trace/ftrace.exp
11722 * gdb.trace/infotrace.exp
11723 * gdb.trace/mi-trace-frame-collected.exp
11724 * gdb.trace/mi-trace-unavailable.exp
11725 * gdb.trace/mi-traceframe-changed.exp
11726 * gdb.trace/mi-tracepoint-changed.exp
11727 * gdb.trace/mi-tsv-changed.exp
11728 * gdb.trace/no-attach-trace.exp
11729 * gdb.trace/packetlen.exp
11730 * gdb.trace/passc-dyn.exp
11731 * gdb.trace/passcount.exp
11732 * gdb.trace/pending.exp
11733 * gdb.trace/pr16508.exp
11734 * gdb.trace/qtro.exp
11735 * gdb.trace/range-stepping.exp
11736 * gdb.trace/read-memory.exp
11737 * gdb.trace/report.exp
11738 * gdb.trace/save-trace.exp
11739 * gdb.trace/signal.exp
11740 * gdb.trace/stap-trace.exp
11741 * gdb.trace/status-stop.exp
11742 * gdb.trace/strace.exp
11743 * gdb.trace/tfile.exp
11744 * gdb.trace/tfind.exp
11745 * gdb.trace/trace-break.exp
11746 * gdb.trace/trace-condition.exp
11747 * gdb.trace/trace-enable-disable.exp
11748 * gdb.trace/trace-mt.exp
11749 * gdb.trace/tracecmd.exp
11750 * gdb.trace/tracefile-pseudo-reg.exp
11751 * gdb.trace/tspeed.exp
11752 * gdb.trace/tstatus.exp
11753 * gdb.trace/tsv.exp
11754 * gdb.trace/unavailable.exp
11755 * gdb.trace/while-dyn.exp
11756 * gdb.trace/while-stepping.exp
11757 * lib/gdb-guile.exp
11758 * lib/gdb.exp
11759 * lib/mi-support.exp
11760 * lib/pascal.exp
11761 * lib/perftest.exp
11762 * lib/prelink-support.exp
11763 * lib/selftest-support.exp
11764
11765 2016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
11766
11767 * Makefile.in: Include disable-implicit-rules.mk.
11768
11769 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
11770
11771 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
11772 non-byte-aligned bit fields.
11773
11774 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
11775
11776 PR gdb/12616
11777 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
11778 respects the DW_AT_data_bit_offset attribute.
11779
11780 2016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
11781
11782 * gdb.base/default.exp: Fix output of "set language".
11783
11784 2016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
11785
11786 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
11787 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
11788 make.
11789 * configure.ac: Remove checks for the make program.
11790 * configure: Re-generate.
11791
11792 2016-11-16 Kevin Buettner <kevinb@redhat.com>
11793
11794 * gdb.python/py-recurse-unwind.c (main): Add loop.
11795 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
11796 to read_register() and gdb.parse_and_eval(). Make each code
11797 call a separate case that can be individually tested.
11798 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
11799 proc. Call cont_and_backtrace for each of the code paths that
11800 we want to test in the unwinder.
11801
11802 2016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
11803
11804 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
11805 the definition of struct S.
11806
11807 2016-11-11 Catherine Moore <clm@codesourcery.com>
11808
11809 * gdb.base/dump.exp: Identify verilog format dump tests as such.
11810
11811 2016-11-09 Pedro Alves <palves@redhat.com>
11812
11813 * gdb.base/commands.exp (runto_or_return): New procedure.
11814 (gdbvar_simple_if_test, gdbvar_simple_while_test)
11815 (gdbvar_complex_if_while_test, progvar_simple_if_test)
11816 (progvar_simple_while_test, progvar_complex_if_while_test)
11817 (if_while_breakpoint_command_test)
11818 (infrun_breakpoint_command_test, breakpoint_command_test)
11819 (user_defined_command_test, watchpoint_command_test)
11820 (test_command_prompt_position, redefine_hook_test)
11821 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
11822 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
11823 multi_line_input and multi_line. Remove gdb_expect and
11824 gdb_stop_suppressing_tests uses.
11825 * lib/gdb.exp (valnum_re): New global.
11826 (multi_line_input): New procedure.
11827
11828 2016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
11829
11830 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
11831 Remove.
11832 (test_setup): Define with proc_with_prefix.
11833 (test_cli_inferior): Likewise.
11834 (test_cli_thread): Likewise.
11835 (test_cli_frame): Likewise.
11836 (test_cli_select_frame): Likewise.
11837 (test_cli_up_down): Likewise.
11838 (test_mi_thread_select): Likewise.
11839 (test_mi_stack_select_frame): Likewise.
11840 (test_cli_in_mi_inferior): Likewise.
11841 (test_cli_in_mi_thread): Likewise.
11842 (test_cli_in_mi_frame): Likewise.
11843 (top level): Do not use with_test_prefix_procname.
11844
11845 2016-11-09 Pedro Alves <palves@redhat.com>
11846
11847 * gdb.base/commands.exp (gdbvar_simple_if_test)
11848 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
11849 (progvar_simple_if_test, progvar_simple_while_test)
11850 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
11851 (infrun_breakpoint_command_test, breakpoint_command_test)
11852 (user_defined_command_test, watchpoint_command_test)
11853 (test_command_prompt_position, deprecated_command_test)
11854 (bp_deleted_in_command, temporary_breakpoint_commands)
11855 (stray_arg0_test, source_file_with_indented_comment)
11856 (recursive_source_test, if_commands_test)
11857 (error_clears_commands_left, redefine_hook_test)
11858 (redefine_backtrace_test): Use proc_with_prefix.
11859 * lib/gdb.exp (proc_with_prefix): New proc.
11860
11861 2016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
11862
11863 * gdb.base/tui-layout.c: New file.
11864 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
11865 disassembly window contains very long lines.
11866
11867 2016-11-08 Tom Tromey <tom@tromey.com>
11868
11869 * gdb.python/py-value.exp (test_value_creation): Make "long" test
11870 depend on Python 2.
11871
11872 2016-11-08 Tom Tromey <tom@tromey.com>
11873
11874 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
11875 New method.
11876
11877 2016-10-29 Manish Goregaokar <manish@mozilla.com>
11878
11879 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
11880
11881 2016-10-27 Manish Goregaokar <manish@mozilla.com>
11882
11883 * gdb.rust/simple.rs: Add test for univariant enums without
11884 discriminants and for encoded struct-like enums.
11885
11886 2016-10-28 Pedro Alves <palves@redhat.com>
11887
11888 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
11889 gdb_test_multiple, tighten regexps and match symtabs and line
11890 tables incrementally.
11891
11892 2016-10-28 Luis Machado <lgustavo@codesourcery.com>
11893
11894 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
11895 general.
11896
11897 2016-10-25 Luis Machado <lgustavo@codesourcery.com>
11898
11899 * gdb.base/exec-invalid-sysroot.exp: New file.
11900
11901 2016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
11902
11903 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
11904
11905 2016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11906
11907 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
11908
11909 2016-10-19 Maciej W. Rozycki <macro@imgtec.com>
11910
11911 * gdb.base/killed-outside.exp: Remove $options from a call to
11912 `prepare_for_testing'.
11913
11914 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
11915
11916 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
11917 Change test message.
11918
11919 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
11920
11921 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
11922 Update comment.
11923
11924 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
11925
11926 * gdb.trace/mi-trace-save.exp: New file.
11927
11928 2016-10-13 Yao Qi <yao.qi@linaro.org>
11929
11930 * gdb.base/code_elim.exp (get_var_address): Remove.
11931 * gdb.base/relocate.exp: Likewise.
11932 * gdb.base/shreloc.exp: Likewise.
11933 * lib/gdb.exp (get_var_address): New.
11934
11935 2016-10-13 Yao Qi <yao.qi@linaro.org>
11936
11937 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
11938 floating point tests if $skip_float_test is false.
11939
11940 2016-10-12 Luis Machado <lgustavo@codesourcery.com>
11941
11942 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
11943 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
11944 argc values.
11945 Add 1 to argc so we guarantee distinct initial/modified argc values.
11946
11947 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11948
11949 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
11950
11951 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11952
11953 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
11954 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
11955 * gdb.arch/vsx-regs.exp: Likewise.
11956
11957 2016-10-07 Yao Qi <yao.qi@linaro.org>
11958
11959 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
11960
11961 2016-10-07 Markus Metzger <markus.t.metzger@intel.com>
11962
11963 * gdb.python/python.exp: Test decode_line("*0").
11964
11965 2016-10-06 Doug Evans <dje@google.com>
11966
11967 * gdb.python/py-value.exp (test_value_creation): Add test for large
11968 unsigned 64-bit value.
11969
11970 2016-10-06 Tom Tromey <tom@tromey.com>
11971
11972 * gdb.compile/compile.exp: Change java tests to rust.
11973 * gdb.base/setshow.exp: Change java tests to rust.
11974 * gdb.base/default.exp: Remove java from language list.
11975 * README (Examples): Update language example.
11976 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
11977 test.
11978 * lib/gdb.exp (skip_java_tests): Remove.
11979 * lib/java.exp: Remove.
11980 * gdb.java: Remove.
11981
11982 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
11983
11984 * gdb.arch/mips-fcr.exp: New test.
11985 * gdb.arch/mips-fcr.c: Source for the new test.
11986
11987 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
11988
11989 * gdb.base/solib-disc.exp: Use `standard_output_file'
11990 throughout.
11991
11992 2016-10-06 Pedro Alves <palves@redhat.com>
11993
11994 * gdb.base/jit-simple-dl.c: New file.
11995 * gdb.base/jit-simple-jit.c: New file, factored out from ...
11996 * gdb.base/jit-simple.c: ... this.
11997 * gdb.base/jit-simple.exp (jit_run): Delete.
11998 (build_jit): New proc.
11999 (jit_test_reread): Recompile either the main program or the shared
12000 library, depending on what is being tested. Skip changing address
12001 if caller wants to. Compare before/after addresses. If testing
12002 standalone, explicitly load the binary. Test "maint info
12003 breakpoints".
12004 (top level): Add "standalone vs shared lib" and "change address"
12005 vs "same address" axes.
12006
12007 2016-10-06 Pedro Alves <palves@redhat.com>
12008
12009 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
12010 call.
12011 (jit_run): Delete.
12012 (jit_test_reread): Use with_test_prefix. Reload the main binary
12013 explicitly. Compare the before/after addresses of the JIT
12014 descriptor.
12015
12016 2016-08-15 Doug Evans <dje@google.com>
12017
12018 * gdb.xml/extra-regs.xml: Update, end field now required, default type
12019 for single bitfields is bool.
12020 * gdb.xml/tdesc-regs.exp: Ditto.
12021
12022 2016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
12023
12024 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
12025
12026 2016-10-05 Yao Qi <yao.qi@linaro.org>
12027
12028 * lib/gdb.exp (support_complex_tests): Return zero if
12029 gdb_skip_float_test return true.
12030
12031 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
12032 Simon Marchi <simon.marchi@ericsson.com>
12033
12034 PR gdb/20487
12035 * gdb.mi/user-selected-context-sync.exp: New file.
12036 * gdb.mi/user-selected-context-sync.c: New file.
12037
12038 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
12039 Simon Marchi <simon.marchi@ericsson.com>
12040
12041 PR gdb/20487
12042 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
12043 =thread-select-event check.
12044
12045 2016-09-29 Peter Bergner <bergner@vnet.ibm.com>
12046
12047 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
12048 the compulsory L operand changes.
12049 * gdb.arch/powerpc-power.s: Likewise.
12050
12051 2016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
12052
12053 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
12054 * gdb.base/jit-attach-pie.c: New file.
12055 * gdb.base/jit-attach-pie.exp: New file.
12056
12057 2016-09-28 Pedro Alves <palves@redhat.com>
12058
12059 * gdb.base/infcall-input.c: New file.
12060 * gdb.base/infcall-input.exp: New file.
12061
12062 2016-09-22 Yao Qi <yao.qi@linaro.org>
12063
12064 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
12065 (gdb_exit): Rename it to ...
12066 (gdbserver_gdb_exit): ... Close GDBserver.
12067 (gdb_exit): New proc, call gdbserver_gdb_exit.
12068 (mi_gdb_exit): Likewise.
12069
12070 2016-09-22 Yao Qi <yao.qi@linaro.org>
12071
12072 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
12073 path.
12074 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
12075 Remove duplication.
12076
12077 2016-09-22 Yao Qi <yao.qi@linaro.org>
12078
12079 * lib/gdbserver-support.exp: Check the existence of
12080 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
12081
12082 2016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
12083
12084 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
12085
12086 2016-09-21 Tom Tromey <tom@tromey.com>
12087
12088 PR gdb/20604:
12089 * gdb.base/quit.exp: New file.
12090
12091 2016-09-21 Simon Marchi <simon.marchi@ericsson.com>
12092
12093 * .gitignore: New file.
12094
12095 2016-09-21 Maciej W. Rozycki <macro@imgtec.com>
12096
12097 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
12098 throughout.
12099
12100 2016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
12101
12102 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
12103
12104 2016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
12105
12106 * gdb.cp/casts.cc (decltype): Move it ...
12107 (main): ... with its call to ...
12108 * gdb.cp/casts03.cc: ... a new file.
12109 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
12110
12111 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
12112
12113 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
12114
12115 2016-09-15 Peter Bergner <bergner@vnet.ibm.com>
12116
12117 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
12118 and sync up the test with tests in gas/testsuite/gas/ppc.
12119 * gdb.arch/powerpc-power.exp: Likewise.
12120
12121 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
12122
12123 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
12124
12125 2016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
12126 Jan Kratochvil <jan.kratochvil@redhat.com>
12127
12128 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
12129 make m1's definition to be different from m2's. Use 'dummy' as an
12130 argument for probe 'two'.
12131
12132 2016-09-10 Jon Beniston <jon@beniston.com>
12133
12134 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
12135 for sim target.
12136
12137 2016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
12138
12139 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
12140 variable declaration.
12141 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
12142 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
12143 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
12144 received HWCAP as its argument.
12145
12146 2016-09-06 Pedro Alves <palves@redhat.com>
12147
12148 * gdb.base/new-ui-pending-input.c: New file.
12149 * gdb.base/new-ui-pending-input.exp: New file.
12150 * gdb.exp (clear_gdb_spawn_id): New procedure.
12151 (with_spawn_id): Check whether gdb_spawn_id exists before
12152 referencing it. If gdb_spawn_id didn't exist on entry, clear it
12153 on exit.
12154
12155 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
12156
12157 * gdb.base/float128.c: New file.
12158 * gdb.base/float128.exp: Likewise.
12159 * gdb.base/floatn.c: Likewise.
12160 * gdb.base/floatn.exp: Likewise.
12161
12162 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
12163
12164 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
12165
12166 2016-09-05 Pedro Alves <palves@redhat.com>
12167
12168 PR backtrace/19927
12169 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
12170 unwinders are immediately called as side effect of "source" or
12171 "disable unwinder" commands.
12172 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
12173
12174 2016-09-02 Yao Qi <yao.qi@linaro.org>
12175
12176 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
12177 is true and $type is "float" or "double".
12178
12179 2016-09-02 Yao Qi <yao.qi@linaro.org>
12180
12181 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
12182 true.
12183 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
12184 * gdb.base/call-rt-st.exp: Likewise.
12185 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
12186 return value instead of gdb,skip_float_test.
12187 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
12188 (do_function_calls): Use its return value instead of
12189 gdb,skip_float_test.
12190 * gdb.base/finish.exp: Likewise.
12191 * gdb.base/funcargs.exp: Likewise.
12192 * gdb.base/return.exp: Likewise.
12193 * gdb.base/return2.exp: Likewise.
12194 * gdb.base/varargs.exp: Likewise.
12195 * lib/gdb.exp (gdb_skip_float_test): Change it to
12196 gdb_caching_proc. Detect the broken ptrace on arm-linux.
12197
12198 2016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
12199
12200 * gdb.multi/tids.exp: Test "thread apply all".
12201
12202 2016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
12203
12204 * gdb.base/default.exp (tty): Remove.
12205
12206 2016-08-24 Kevin Buettner <kevinb@redhat.com>
12207
12208 * gdb.python/py-recurse-unwind.c: New file.
12209 * gdb.python/py-recurse-unwind.py: New file.
12210 * gdb.python/py-recurse-unwind.exp: New file.
12211
12212 2016-08-24 Simon Marchi <simon.marchi@ericsson.com>
12213
12214 * gdb.base/set-inferior-tty.exp: New file.
12215 * gdb.base/set-inferior-tty.c: New file.
12216
12217 2016-08-23 Pedro Alves <palves@redhat.com>
12218
12219 PR gdb/20494
12220 * gdb.base/new-ui-echo.c: New file.
12221 * gdb.base/new-ui-echo.exp: New file.
12222
12223 2016-08-23 Yao Qi <yao.qi@linaro.org>
12224
12225 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
12226 gdbserver_spawn.
12227 * gdb.server/connect-without-multi-process.exp (do_test):
12228 Likewise.
12229
12230 2016-08-23 Yao Qi <yao.qi@linaro.org>
12231
12232 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
12233 standalone_txt. Delete gdb_txt and standalone_txt on host
12234 and target. Spawn the binary on target. Copy files from
12235 target to host.
12236
12237 2016-08-22 Pedro Alves <palves@redhat.com>
12238
12239 PR gdb/20505
12240 * gdb.base/vdso-warning.exp: Test core dumps too. Use
12241 with_test_prefix. Factor out bits to ...
12242 (test_no_vdso): ... this new procedure.
12243
12244 2016-08-19 Carl Love <cel@us.ibm.com>
12245
12246 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
12247 maintaining separate logic for constructing the output path.
12248 * gdb.arch/powerpc-d128-regs.exp: Likewise.
12249 * gdb.arch/ppc-dfp.exp: Likewise.
12250 * gdb.arch/ppc-fp.exp: Likewise.
12251 * gdb.arch/vsx-regs.exp: Likewise.
12252 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
12253 binprefix for generating the additional binary files.
12254
12255 2016-08-19 Pedro Alves <palves@redhat.com>
12256
12257 * gdb.trace/mi-trace-frame-collected.exp
12258 (test_trace_frame_collected): On x32, expect two registers.
12259
12260 2016-08-18 Carl Love <cel@us.ibm.com>
12261
12262 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
12263 and sync up the test with tests in gas/testsuite/gas/ppc.
12264 * gdb.arch/powerpc-power.exp: Likewise.
12265
12266 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
12267
12268 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
12269 expected error message.
12270
12271 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
12272
12273 * gdb.multi/remove-inferiors.exp: New file.
12274 * gdb.multi/remove-inferiors.c: New file.
12275
12276 2016-08-12 Yao Qi <yao.qi@linaro.org>
12277
12278 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
12279 argument list.
12280
12281 2016-08-10 Pedro Alves <palves@redhat.com>
12282
12283 PR gdb/19187
12284 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
12285 setup_kfails.
12286
12287 2016-08-09 Pedro Alves <palves@redhat.com>
12288 Simon Marchi <simon.marchi@ericsson.com>
12289
12290 PR gdb/20418
12291 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
12292 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
12293
12294 2016-08-09 Pedro Alves <palves@redhat.com>
12295
12296 PR mi/20431
12297 * gdb.mi/mi-cmd-error.exp: New file.
12298
12299 2016-08-09 Pedro Alves <palves@redhat.com>
12300
12301 PR gdb/18653
12302 * gdb.base/signals-state-child.c: New file.
12303 * gdb.base/signals-state-child.exp: New file.
12304 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
12305
12306 2016-08-09 Pedro Alves <palves@redhat.com>
12307
12308 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
12309
12310 2016-08-03 Tom Tromey <tom@tromey.com>
12311
12312 PR python/18565:
12313 * gdb.python/py-frame-inline.exp: Add Frame.function test.
12314
12315 2016-08-01 Yao Qi <yao.qi@linaro.org>
12316
12317 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
12318 variable mode to "multi-process" if $multi_process is 1, otherwise
12319 set it to "single-process".
12320
12321 2016-08-01 Yao Qi <yao.qi@linaro.org>
12322
12323 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
12324 * gdb.cp/cpexprs.exp: Likewise.
12325 * gdb.cp/m-static.exp: Likewise.
12326
12327 2016-07-26 Tom Tromey <tom@tromey.com>
12328
12329 PR python/20190:
12330 * gdb.threads/tls.exp (check_thread_local): Add python symbol
12331 test.
12332
12333 2016-07-26 Markus Metzger <markus.t.metzger@intel.com>
12334
12335 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
12336 selecting assembly source files.
12337 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
12338 assembly source files.
12339 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
12340 assembly source files.
12341 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
12342 selecting assembly source files.
12343
12344 2016-07-25 Simon Marchi <simon.marchi@ericsson.com>
12345
12346 * gdb.base/new-ui.exp (do_test_invalid_args): New
12347 procedure.
12348
12349 2016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
12350
12351 * gdb.btrace/reconnect.c: New file.
12352 * gdb.btrace/reconnect.exp: New file.
12353
12354 2016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
12355
12356 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
12357 to test_catch_syscall_group.
12358 (test_catch_syscall_group): New.
12359
12360 2016-07-21 Tom Tromey <tom@tromey.com>
12361
12362 * gdb.rust/simple.rs (main): Use empty struct expression.
12363 * gdb.rust/simple.exp: Add tests for empty struct expression.
12364
12365 2016-07-21 Yao Qi <yao.qi@linaro.org>
12366
12367 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
12368 if gdb_skip_xml_test is true on some targets.
12369
12370 2016-07-21 Yao Qi <yao.qi@linaro.org>
12371
12372 * gdb.server/solib-list.exp: Unset last_loaded_file.
12373
12374 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
12375
12376 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
12377 "step into captured_main (args)".
12378
12379 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
12380
12381 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
12382
12383 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
12384
12385 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
12386
12387 2016-07-19 Pedro Alves <palves@redhat.com>
12388
12389 * gdb.opt/inline-break.exp: Remove optimize=-O2.
12390 * gdb.opt/inline-bt.exp: Likewise.
12391 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
12392 additional_flags=-Winline.
12393 * gdb.opt/inline-locals.exp: Likewise.
12394 * gdb.opt/inline-markers.c (ATTR): Define.
12395 (inlined_fn): Use it.
12396
12397 2016-07-19 Yao Qi <yao.qi@linaro.org>
12398
12399 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
12400 (test_with_self): Remove some code. Remove argument executable.
12401 (top-level): Use do_self_tests.
12402
12403 2016-07-15 Zachary Welch <zwelch@codesourcery.com>
12404 Don Breazeal <donb@codesourcery.com>
12405
12406 * gdb.base/maint.exp: Escape paths used in regular expressions.
12407 * gdb.stabs/weird.exp: Likewise.
12408
12409 2016-07-13 Tom Tromey <tom@tromey.com>
12410
12411 PR python/15620, PR python/18620:
12412 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
12413 (test_bkpt_events): New procs.
12414
12415 2016-07-13 Tom Tromey <tom@tromey.com>
12416
12417 PR python/17698:
12418 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
12419 test.
12420 (test_watchpoints): Likewise.
12421 (test_bkpt_pending): New proc.
12422
12423 2016-07-13 Tom Tromey <tom@tromey.com>
12424
12425 PR cli/18053:
12426 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
12427 completion test.
12428
12429 2016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
12430
12431 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
12432 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
12433 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
12434 f_label.
12435 (g): Rename g_end_lbl to g_label.
12436 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
12437 low_pc and high_pc.
12438 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
12439
12440 2016-07-12 Tom Tromey <tom@tromey.com>
12441
12442 PR python/19293:
12443 * gdb.python/py-unwind-maint.exp: Update tests.
12444
12445 2016-07-12 Yao Qi <yao.qi@linaro.org>
12446
12447 * lib/selftest-support.exp (selftest_setup): Match the output
12448 when captured_main is inlined.
12449
12450 2016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
12451
12452 * gdb.fortran/derived-types.exp (result_line, result_line_2):
12453 New variables.
12454 (print this%a, print this%b, print this): New tests.
12455 * gdb.fortran/derived-types.f90 (this): New object and
12456 initialization.
12457
12458 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
12459
12460 * gdb.ada/arraydim.exp: Remove extra directory level in build
12461 directory.
12462
12463 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
12464
12465 * lib/ada.exp: Remove extra directory level in build directory.
12466 * gdb.ada/cond_lang.exp: Likewise.
12467 * gdb.ada/exec_changed.exp: Likewise.
12468 * gdb.ada/lang_switch.exp: Likewise.
12469
12470 2016-07-06 Manish Goregaokar <manish@mozilla.com>
12471
12472 * simple.rs: Add test for raw pointer subscripting.
12473 * simple.exp: Add test expectations.
12474
12475 2016-07-05 Yao Qi <yao.qi@linaro.org>
12476
12477 * gdb.mi/mi-reverse.exp: Match =record-started output.
12478
12479 2016-07-01 Pedro Alves <palves@redhat.com>
12480
12481 * gdb.base/jit-reader.exp (info_registers_current_frame): New
12482 procedure.
12483 (jit_reader_test): Test the jit reader's unwinder.
12484 * gdb.base/jithost.c (jit_function_00_code): New global.
12485 (main): Use memcpy to fill in the mmapped code, instead of poking
12486 bytes manually here.
12487 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
12488 value.
12489 (read_debug_info): Save the function's range.
12490 (read_sp): New function.
12491 (unwind_frame): Use it. Also unwind RBP.
12492 (get_frame_id): Use read_sp.
12493 (gdb_init_reader): Use calloc instead of malloc.
12494 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
12495 parameter. Use gdb_test_multiple.
12496
12497 2016-07-01 Pedro Alves <palves@redhat.com>
12498 Antoine Tremblay <antoine.tremblay@ericsson.com>
12499
12500 * gdb.threads/process-dies-while-detaching.c: New file.
12501 * gdb.threads/process-dies-while-detaching.exp: New file.
12502
12503 2016-07-01 Pedro Alves <palves@redhat.com>
12504
12505 * gdb.multi/watchpoint-multi-exit.c: New file.
12506 * gdb.multi/watchpoint-multi-exit.exp: New file.
12507
12508 2016-06-30 Pedro Alves <palves@redhat.com>
12509
12510 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
12511 unset inferior_spawn_id.
12512
12513 2016-06-30 Pedro Alves <palves@redhat.com>
12514
12515 * lib/mi-support.exp (default_mi_gdb_start): Declare global
12516 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
12517
12518 2016-06-29 Yao Qi <yao.qi@linaro.org>
12519
12520 * gdb.base/return.c: Add copyright header.
12521
12522 2016-06-29 Tom Tromey <tom@tromey.com>
12523
12524 PR python/20129:
12525 * gdb.python/py-framefilter.exp: Add tests for setting priority
12526 and disabling of non-existent frame filter.
12527
12528 2016-06-29 Yao Qi <yao.qi@linaro.org>
12529
12530 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
12531 0x0f07ff.
12532
12533 2016-06-28 Yao Qi <yao.qi@linaro.org>
12534
12535 * gdb.base/catch-syscall.exp: Remove check on isnative and target
12536 triplets. Start gdb, execute catch syscall, and continue. Check
12537 gdb's output to determine catch syscall is supported.
12538
12539 2016-06-27 Manish Goregaokar <manish@mozilla.com>
12540
12541 * gdb.rust/simple.rs: Add test for returning unit in a function.
12542 * gdb.rust/simple.exp: Add expectation for functions returning
12543 unit.
12544
12545 2016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
12546
12547 * gdb.python/py-breakpoint-create-fail.c,
12548 gdb.python/py-breakpoint-create-fail.exp,
12549 gdb.python/py-breakpoint-create-fail.py: New testcase.
12550
12551 2016-06-25 Manish Goregaokar <manish@mozilla.com>
12552
12553 PR gdb/20239
12554 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
12555 * gdb.rust/simple.exp: Add test expectations for new NonZero
12556 tests.
12557
12558 2016-06-24 David Taylor <dtaylor@emc.com>
12559
12560 * gdb.base/offsets.exp: New file.
12561 * gdb.base/offsets.c: New file.
12562
12563 2016-06-23 Tom Tromey <tom@tromey.com>
12564
12565 PR gdb/16483:
12566 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
12567 before any filters are loaded.
12568
12569 2016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
12570
12571 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
12572 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
12573 structs.
12574 * gdb.fortran/derived-type-function.exp: New file.
12575 * gdb.fortran/derived-type-function.f90: New file.
12576
12577
12578 2016-06-21 Pedro Alves <palves@redhat.com>
12579
12580 * gdb.base/new-ui.exp: New file.
12581 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
12582 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
12583 (with_spawn_id): New procedure.
12584
12585 2016-06-21 Pedro Alves <palves@redhat.com>
12586
12587 * gdb.mi/mi-exec-run.exp: New file.
12588
12589 2016-06-21 Pedro Alves <palves@redhat.com>
12590
12591 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
12592 breakpoint command's output on the main UI.
12593 (test_break): New procedure, factored out from calls in the top
12594 level.
12595 (top level): Use foreach_with_prefix to test MI as main UI and as
12596 separate UI.
12597
12598 2016-06-21 Pedro Alves <palves@redhat.com>
12599
12600 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
12601 (test_awatch_creation_and_listing)
12602 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
12603 Remove 'type' parameter.
12604 (test_watchpoint_all): New parameter mi_mode. Remove
12605 with_test_prefix.
12606 (top level): Use foreach_with_prefix, and add main/separate UI MI
12607 testing axis.
12608
12609 2016-06-21 Pedro Alves <palves@redhat.com>
12610
12611 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
12612 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
12613 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
12614 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
12615 (gdb_main_spawn_id, mi_spawn_id): Declare and
12616 comment.
12617 (mi_create_inferior_pty): New procedure,
12618 factored out from default_mi_gdb_start.
12619 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
12620 procedures.
12621 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
12622 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
12623 Use mi_create_inferior_pty.
12624 (mi_gdb_start): Use eval to pass down args list.
12625
12626 2016-06-21 Pedro Alves <palves@redhat.com>
12627
12628 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
12629 * gdb.opt/inline-cmds.exp: Add MI tests.
12630
12631 2016-06-21 Pedro Alves <palves@redhat.com>
12632
12633 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
12634
12635 2016-06-21 Pedro Alves <palves@redhat.com>
12636
12637 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
12638 (top level): Use it instead of mi_execute_to.
12639
12640 2016-06-21 Pedro Alves <palves@redhat.com>
12641
12642 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
12643 (cont_handler_str): New.
12644 (signal_stop_handler): Set stop_handler_str instead of printing to
12645 stdout.
12646 (continue_handler): Set cont_handler_str instead of printing to
12647 stdout.
12648 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
12649 mi_send_resuming_command. Print stop_handler_str and
12650 cont_handler_str instead of expecting the python events print
12651 directly.
12652
12653 2016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
12654
12655 * gdb.base/jit-reader.exp: New file.
12656 * gdb.base/jithost.c: New file.
12657 * gdb.base/jithost.h: New file.
12658 * gdb.base/jitreader.c : New file.
12659 * gdb.base/jit-protocol.h: New file.
12660
12661 2016-06-17 Yao Qi <yao.qi@linaro.org>
12662
12663 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
12664 parameters follow_fork and detach_on_fork. Set follow-fork-mode
12665 and detach-on-fork. Adjust tests.
12666 (top level): Invoke break_cond_on_syscall with combinations of
12667 syscall, follow-fork-mode and detach-on-fork.
12668
12669 2016-06-17 Yao Qi <yao.qi@linaro.org>
12670
12671 * gdb.base/step-over-exit.c: New.
12672 * gdb.base/step-over-exit.exp: New.
12673
12674 2016-06-17 Yan-Ting Lin <currygt52@gmail.com>
12675
12676 * gdb.base/float.exp: Add target check for nds32*-*-*.
12677 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
12678
12679 2016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
12680
12681 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
12682 for unsupported target features.
12683 * gdb.base/call-rt-st.exp: Likewise.
12684 * gdb.base/call-sc.exp: Likewise.
12685 * gdb.base/call-signal-resume.exp: Likewise.
12686 * gdb.base/call-strs.exp: Likewise.
12687 * gdb.base/callexit.exp: Likewise.
12688 * gdb.base/callfuncs.exp: Likewise.
12689 * gdb.base/nodebug.exp: Likewise.
12690 * gdb.base/printcmds.exp: Likewise.
12691 * gdb.base/ptype.exp: Likewise.
12692 * gdb.base/structs.exp: Likewise.
12693 * gdb.base/unwindonsignal.exp: Likewise.
12694 * gdb.cp/gdb2495.exp: Likewise.
12695 * gdb.cp/templates.exp: Likewise.
12696 * gdb.cp/virtfunc.exp: Likewise.
12697 * gdb.threads/hand-call-in-threads.exp: Likewise.
12698 * gdb.threads/interrupted-hand-call.exp: Likewise.
12699 * gdb.threads/thread-unwindonsignal.exp: Likewise.
12700
12701 2016-06-10 Tom Tromey <tom@tromey.com>
12702
12703 PR rust/20110:
12704 * gdb.rust/expr.exp: Add test for integer constant larger than
12705 i32.
12706
12707 2016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
12708
12709 * gdb.fortran/nested-funcs.exp: New.
12710 * gdb.fortran/nested-funcs.f90: New.
12711
12712 2016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
12713
12714 * gdb.base/examine-backward.c: New file.
12715 * gdb.base/examine-backward.exp: New file.
12716
12717 2016-06-06 Simon Marchi <simon.marchi@ericsson.com>
12718
12719 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
12720 matching.
12721
12722 2016-06-02 Tom Tromey <tom@tromey.com>
12723
12724 PR python/18984:
12725 * gdb.python/py-shared.exp: Add solib_name test.
12726
12727 2016-06-02 Simon Marchi <simon.marchi@ericsson.com>
12728
12729 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
12730
12731 2016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
12732
12733 PR c++/19893
12734 * gdb.dwarf2/implref.exp: Rename to...
12735 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
12736 * gdb.dwarf2/implref-array.c: New file.
12737 * gdb.dwarf2/implref-array.exp: Likewise.
12738 * gdb.dwarf2/implref-global.c: Likewise.
12739 * gdb.dwarf2/implref-global.exp: Likewise.
12740 * gdb.dwarf2/implref-struct.c: Likewise.
12741 * gdb.dwarf2/implref-struct.exp: Likewise.
12742
12743 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
12744
12745 * gdb.trace/trace-condition.exp: Add 64bit tests.
12746
12747 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
12748
12749 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
12750 bits types.
12751 (main): Adapt to 8 to 64 bits types.
12752 * gdb.trace/trace-condition.exp: Add new tests.
12753
12754 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
12755
12756 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
12757
12758 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
12759
12760 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
12761 Move condition tests...
12762 * gdb.trace/trace-condition.exp: Here.
12763
12764 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
12765
12766 * gdb.trace/trace-condition.exp: Add counter-case tests.
12767
12768 2016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
12769
12770 PR c++/15231
12771 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
12772 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
12773
12774 2016-05-27 Pedro Alves <palves@redhat.com>
12775
12776 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
12777 New procedure.
12778 (top level): Call it, and bail out of DejaGnu is known to be bad.
12779
12780 2016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
12781
12782 * gdb.base/whatis.c: Extend the test case.
12783 * gdb.base/whatis.exp: Add additional tests.
12784
12785 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
12786
12787 * gdb.fortran/type.f90: Add pointer variable.
12788 * gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
12789
12790 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
12791
12792 * gdb.fortran/vla-type.exp: Fix testcase name.
12793
12794 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
12795
12796 * gdb.fortran/vla-type.exp: Access elements in nested structs.
12797
12798 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
12799
12800 * gdb.fortran/type.f90: Add nested structures.
12801 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
12802 * gdb.fortran/derived-type.exp: Adapt expected output.
12803 * gdb.fortran/vla-type.exp: Adapt expected output.
12804
12805 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
12806
12807 * gdb.fortran/whatis_type.exp: Adapt expected output.
12808
12809 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
12810
12811 * gdb.fortran/print_type.exp: Fix expected output.
12812 * gdb.fortran/whatis_type.exp: Fix expected output.
12813
12814 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
12815
12816 * gdb.fortran/whatis_type.exp: Use multi_line.
12817
12818 2016-05-24 Tom Tromey <tom@tromey.com>
12819
12820 PR python/17386:
12821 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
12822 use value as an index.
12823
12824 2016-05-23 Tom Tromey <tom@tromey.com>
12825
12826 PR python/17981:
12827 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
12828 no-breakpoint case.
12829
12830 2016-05-24 Pedro Alves <palves@redhat.com>
12831
12832 PR gdb/19828
12833 * gdb.threads/clone-attach-detach.c: New file.
12834 * gdb.threads/clone-attach-detach.exp: New file.
12835
12836 2016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
12837
12838 * gdb.base/annota-input-while-running.exp: Fix syntax error.
12839
12840 2016-05-23 Tom Tromey <tom@tromey.com>
12841
12842 PR python/19438, PR python/18393:
12843 * gdb.python/py-progspace.exp: Add "dir" test.
12844 * gdb.python/py-objfile.exp: Add "dir" test.
12845
12846 2016-05-23 Yao Qi <yao.qi@linaro.org>
12847
12848 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
12849 * gdb.arch/thumb2-it.exp: Likewise.
12850
12851 2016-05-18 Simon Marchi <simon.marchi@ericsson.com>
12852
12853 * gdb.mi/mi-threads-interrupt.c: New file.
12854 * gdb.mi/mi-threads-interrupt.exp: New file.
12855
12856 2016-05-17 Simon Marchi <simon.marchi@ericsson.com>
12857
12858 PR gdb/18077
12859 * gdb.mi/mi-async-run.exp: New file.
12860 * gdb.mi/mi-async-run.c: New file.
12861
12862 2016-05-17 Tom Tromey <tom@tromey.com>
12863 Manish Goregaokar <manishsmail@gmail.com>
12864
12865 * lib/rust-support.exp: New file.
12866 * lib/gdb.exp (skip_rust_tests): New proc.
12867 (build_executable_from_specs): Handle rust.
12868 * lib/future.exp (gdb_find_rustc): New proc.
12869 (gdb_default_target_compile): Handle rust.
12870 * gdb.rust/expr.exp: New file.
12871 * gdb.rust/generics.exp: New file.
12872 * gdb.rust/generics.rs: New file.
12873 * gdb.rust/methods.exp: New file.
12874 * gdb.rust/methods.rs: New file.
12875 * gdb.rust/modules.exp: New file.
12876 * gdb.rust/modules.rs: New file.
12877 * gdb.rust/simple.exp: New file.
12878 * gdb.rust/simple.rs: New file.
12879
12880 2016-05-17 Tom Tromey <tom@tromey.com>
12881
12882 * gdb.base/default.exp (set language): Add rust.
12883
12884 2016-05-17 Tom Tromey <tom@tromey.com>
12885
12886 * gdb.gdb/unittest.exp: New file.
12887
12888 2016-05-16 Yao Qi <yao.qi@linaro.org>
12889
12890 * gdb.base/batch-preserve-term-settings.exp: Remove variable
12891 shell_prompt. Update shell_prompt_re.
12892
12893 2016-05-12 Doug Evans <dje@google.com>
12894
12895 PR symtab/19999
12896 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
12897 $options when building executable.
12898 * gdb.dwarf2/fission-loclists-pie.S: New file.
12899 * gdb.dwarf2/fission-loclists-pie.exp: New file.
12900
12901 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
12902
12903 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
12904 of [is_remote target],
12905
12906 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
12907
12908 * lib/gdb.exp (use_gdb_stub): New procedure.
12909
12910 2016-05-03 Yunlian Jiang <yunlian@google.com>
12911 Doug Evans <dje@google.com>
12912
12913 PR symtab/19914
12914 * gdb.dwarf2/dwp-sepdebug.c: New file.
12915 * gdb.dwarf2/dwp-sepdebug.exp: New file.
12916
12917 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
12918
12919 * gdb.base/detach.exp: Remove is_remote check.
12920
12921 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
12922
12923 * gdb.base/annota-input-while-running.exp: Don't check for
12924 [is_remote target]. Enable annotations after running to main.
12925 Remove unused "set test..." line.
12926
12927 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
12928
12929 * gdb.trace/trace-enable-disable.exp: New file.
12930 * gdb.trace/trace-enable-disable.c: New file.
12931
12932 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
12933
12934 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
12935 use it in info sharedlibrary test.
12936 * gdb.trace/ftrace-lock.exp: Likewise.
12937 * gdb.trace/ftrace.exp: Likewise.
12938 * gdb.trace/range-stepping.exp: Likewise.
12939 * gdb.trace/trace-break.exp: Likewise.
12940 * gdb.trace/trace-condition.exp: Likewise.
12941 * gdb.trace/trace-mt.exp: Likewise.
12942
12943 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
12944
12945 * lib/gdb.exp (gdb_load_shlibs): Rename to...
12946 (gdb_load_shlib): ... this.
12947 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
12948 gdb_load_shlib.
12949 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
12950 * gdb.base/ctxobj.exp: Likewise.
12951 * gdb.base/dprintf-pending.exp: Likewise.
12952 * gdb.base/dso2dso.exp: Likewise.
12953 * gdb.base/fixsection.exp: Likewise.
12954 * gdb.base/gcore-relro.exp: Likewise.
12955 * gdb.base/gdb1555.exp: Likewise.
12956 * gdb.base/global-var-nested-by-dso.exp: Likewise.
12957 * gdb.base/gnu-ifunc.exp: Likewise.
12958 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
12959 * gdb.base/jit-so.exp (one_jit_test): Likewise.
12960 * gdb.base/pending.exp: Likewise.
12961 * gdb.base/print-file-var.exp: Likewise.
12962 * gdb.base/print-symbol-loading.exp: Likewise.
12963 * gdb.base/shlib-call.exp: Likewise.
12964 * gdb.base/shreloc.exp: Likewise.
12965 * gdb.base/so-impl-ld.exp: Likewise.
12966 * gdb.base/solib-disc.exp: Likewise.
12967 * gdb.base/solib-nodir.exp: Likewise.
12968 * gdb.base/solib-overlap.exp: Likewise.
12969 * gdb.base/solib-symbol.exp: Likewise.
12970 * gdb.base/solib-weak.exp (do_test): Likewise.
12971 * gdb.base/sym-file.exp: Likewise.
12972 * gdb.base/symtab-search-order.exp: Likewise.
12973 * gdb.base/type-opaque.exp: Likewise.
12974 * gdb.base/unload.exp: Likewise.
12975 * gdb.base/watchpoint-solib.exp: Likewise.
12976 * gdb.compile/compile.exp: Likewise.
12977 * gdb.cp/gdb2384.exp: Likewise.
12978 * gdb.cp/infcall-dlopen.exp: Likewise.
12979 * gdb.cp/re-set-overloaded.exp: Likewise.
12980 * gdb.fortran/library-module.exp: Likewise.
12981 * gdb.opt/solib-intra-step.exp: Likewise.
12982 * gdb.python/py-finish-breakpoint.exp: Likewise.
12983 * gdb.python/py-shared.exp: Likewise.
12984 * gdb.reverse/solib-precsave.exp: Likewise.
12985 * gdb.reverse/solib-reverse.exp: Likewise.
12986 * gdb.server/solib-list.exp: Likewise.
12987 * gdb.threads/dlopen-libpthread.exp: Likewise.
12988 * gdb.threads/tls-shared.exp: Likewise.
12989 * gdb.threads/tls-so_extern.exp: Likewise.
12990 * gdb.trace/change-loc.exp: Likewise.
12991 * gdb.trace/ftrace-lock.exp: Likewise.
12992 * gdb.trace/ftrace.exp: Likewise.
12993 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
12994 * gdb.trace/pending.exp: Likewise.
12995 * gdb.trace/range-stepping.exp: Likewise.
12996 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
12997 (strace_info_marker): Likewise.
12998 (strace_probe_marker): Likewise.
12999 (strace_trace_on_same_addr): Likewise.
13000 (strace_trace_on_diff_addr): Likewise.
13001 * gdb.trace/trace-break.exp: Likewise.
13002 * gdb.trace/trace-condition.exp: Likewise.
13003 * gdb.trace/trace-mt.exp: Likewise.
13004
13005 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
13006
13007 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
13008 result of gdb_remote_download.
13009 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
13010 * gdb.base/dso2dso.exp: Likewise.
13011 * gdb.base/global-var-nested-by-dso.exp: Likewise.
13012 * gdb.base/print-file-var.exp: Likewise.
13013 * gdb.base/shlib-call.exp: Likewise.
13014 * gdb.base/shreloc.exp: Likewise.
13015 * gdb.base/solib-overlap.exp: Likewise.
13016 * gdb.base/solib-weak.exp (do_test): Likewise.
13017 * gdb.base/unload.exp: Likewise.
13018
13019 2016-04-27 Yao Qi <yao.qi@linaro.org>
13020
13021 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
13022 exists.
13023
13024 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
13025
13026 * vla-type.exp: Print structure from toplevel.
13027
13028 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
13029
13030 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
13031 of dynamic types.
13032 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
13033 of dynamic types.
13034
13035 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
13036
13037 * gdb.fortran/vla-type.f90: New file.
13038 * gdb.fortran/vla-type.exp: New file.
13039
13040 2016-04-25 Yao Qi <yao.qi@linaro.org>
13041
13042 * gdb.base/branch-to-self.c: New file.
13043 * gdb.base/branch-to-self.exp: New file.
13044
13045 2016-04-22 Yao Qi <yao.qi@linaro.org>
13046
13047 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
13048 more after $hex.
13049
13050 2016-04-22 Yao Qi <yao.qi@linaro.org>
13051
13052 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
13053 * gdb.base/annota3.exp: Likewise.
13054
13055 2016-04-22 Yao Qi <yao.qi@linaro.org>
13056
13057 * gdb.reverse/step-precsave.exp: Do one step and test program
13058 stops in "callee" and do multiple steps until program goes out
13059 of "callee".
13060 * gdb.reverse/step-reverse.exp: Likewise.
13061
13062 2016-04-22 Yao Qi <yao.qi@linaro.org>
13063
13064 * gdb.trace/signal.exp: Also pass if
13065 $tracepoint_hits($i) > $iterations.
13066
13067 2016-04-22 Yao Qi <yao.qi@linaro.org>
13068
13069 * gdb.trace/signal.c: New file.
13070 * gdb.trace/signal.exp: New file.
13071
13072 2016-04-19 Doug Evans <xdje42@gmail.com>
13073
13074 * gdb.base/bad-file.exp: New file.
13075
13076 2016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
13077
13078 * gdb.dwarf2/implref.exp: New file.
13079
13080 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
13081
13082 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
13083 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
13084 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
13085 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
13086 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
13087 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
13088 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
13089 * lib/fortran.exp (fortran_int4): New procedure.
13090 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
13091 (fortran_logical4): Likewise.
13092
13093 2016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
13094
13095 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
13096
13097 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
13098
13099 * lib/compiler.c: Add Intel specific preprocessor macros.
13100 * lib/compiler.cc: Likewise.
13101
13102 2016-04-13 Luis Machado <lgustavo@codesourcery.com>
13103
13104 * gdb.server/connect-with-no-symbol-file.c: New file.
13105 * gdb.server/connect-with-no-symbol-file.exp: New file.
13106
13107 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
13108
13109 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
13110
13111 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
13112
13113 * boards/gdbserver-base.exp (${board}_download): Copy source file to
13114 standard output directory.
13115
13116 2016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
13117
13118 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
13119
13120 2016-04-13 Markus Metzger <markus.t.metzger@intel.com>
13121
13122 * gdb.btrace/instruction_history.c (loop): Add declaration.
13123
13124 2016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
13125
13126 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
13127
13128 2016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
13129
13130 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
13131 parentheses to print.
13132 (continue_handler): Likewise.
13133
13134 2016-04-08 Simon Marchi <simon.marchi@ericsson.com>
13135
13136 * gdb.server/solib-list.exp: Remove is_remote check.
13137 Pass shlib= to gdb_compile. Don't link shared library with
13138 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
13139 Run binary filename through "readlink -f" on the target.
13140
13141 2016-04-08 Pedro Alves <palves@redhat.com>
13142
13143 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
13144 interpreter filename as argument to gdbserver_spawn.
13145 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
13146 Return empty if $last_loaded_file does not exist.
13147
13148 2016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
13149
13150 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
13151 * gdb.base/jit-main.c: Use exit after usage.
13152
13153 2016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
13154
13155 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
13156 GDBHISTSIZE prior to the tests.
13157 * gdb.base/gdbinit-history.exp: Likewise.
13158
13159 2016-04-07 Pedro Alves <palves@redhat.com>
13160
13161 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
13162 instead of build_executable. Use gdb_load_shlibs.
13163
13164 2016-04-07 Yao Qi <yao.qi@linaro.org>
13165
13166 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
13167 Execute "si" command.
13168
13169 2016-04-07 Yao Qi <yao.qi@linaro.org>
13170
13171 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
13172 number instead of the comments on some line.
13173
13174 2016-04-06 Don Breazeal <donb@codesourcery.com>
13175
13176 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
13177 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
13178
13179 2016-04-06 Simon Marchi <simon.marchi@ericsson.com>
13180
13181 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
13182 standard_output_file. Remove unused binfile variable.
13183
13184 2016-04-05 Catalin Udma <catalin.udma@freescale.com>
13185
13186 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
13187 * gdb.python/py-mi-objfile.exp: Match "list main" output
13188 in console format.
13189
13190 2016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
13191
13192 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
13193 absolute.
13194
13195 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
13196
13197 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
13198 absolute.
13199 * gdb.trace/ftrace.exp: Likewise.
13200 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
13201 targets as well.
13202 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
13203 (gdb_load_shlibs): Copy libraries to test directory when testing
13204 natively. Only set solib-search-path if testing remotely.
13205 * lib/mi-support.exp (mi_load_shlibs): Likewise.
13206
13207 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
13208
13209 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
13210 gdb_download. Use it even if the target is not remote.
13211 * gdb.base/jit.exp (compile_jit_test): Likewise.
13212 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
13213 output directory if the destination board is local, otherwise use
13214 the standard remote_download from DejaGnu.
13215 (gdb_download): Remove.
13216 (gdb_load_shlibs): Use gdb_remote_download instead of
13217 gdb_download.
13218 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
13219 Use gdb_remote_download instead of gdb_download. Use it even if
13220 the target is not remote.
13221 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
13222 instead of gdb_download.
13223
13224 2016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
13225
13226 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
13227 (test_insert_delete_modify): Call mi_load_shlibs before trying to
13228 run.
13229
13230 2016-04-01 Artemiy Volkov <artemiyv@acm.org>
13231
13232 PR gdb/19820
13233 * gdb.base/printcmds.exp: Add artificial arrays tests.
13234
13235 2016-03-31 Pedro Alves <palves@redhat.com>
13236
13237 PR gdb/19858
13238 * gdb.base/jit-main.c: Include unistd.h.
13239 (ATTACH): Define to 0 if not already defined.
13240 (wait_for_gdb, mypid): New globals.
13241 (WAIT_FOR_GDB): New macro.
13242 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
13243 some breakpoint locations.
13244 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
13245 New procedures.
13246 (one_jit_test): Add REATTACH parameter, and handle it. Use
13247 continue_to_test_location.
13248 (top level): Test attach, and adjusts calls to one_jit_test.
13249
13250 2016-03-31 Pedro Alves <palves@redhat.com>
13251
13252 PR gdb/19858
13253 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
13254 BINSUFFIX parameter, and handle it.
13255 (top level): Adjust calls compile_jit_test.
13256
13257 2016-03-31 Catalin Udma <catalin.udma@freescale.com>
13258
13259 PR python/19743
13260 * gdb.python/py-mi-events-gdb.py: New file.
13261 * gdb.python/py-mi-events.c: New file.
13262 * gdb.python/py-mi-events.exp: New file.
13263
13264 2016-03-30 Yao Qi <yao.qi@linaro.org>
13265
13266 * gdb.reverse/until-precsave.exp: Match function name only.
13267 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
13268 Move malloc to a condition block.
13269 * gdb.reverse/until-reverse.exp: Match function name only.
13270
13271 2016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
13272
13273 * gdb.trace/ftrace.exp: Set arg0exp for s390.
13274 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
13275 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
13276 variable for GPR 0 instead of assuming it is register 0.
13277 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
13278 * lib/trace-support.exp: Add s390 registers.
13279
13280 2016-03-29 Yao Qi <yao.qi@linaro.org>
13281
13282 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
13283
13284 2016-03-24 Yao Qi <yao.qi@linaro.org>
13285
13286 * gdb.reverse/break-reverse.exp: Add quotation mark in the
13287 test message.
13288
13289 2016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
13290
13291 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
13292 maintaining separate logic for constructing the output path.
13293
13294 2016-03-16 Don Breazeal <donb@codesourcery.com>
13295
13296 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
13297 Retry fork and waitpid on interrupted system call errors.
13298 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
13299 Use with_timeout_factor to increase timeout by factor of 10.
13300
13301 2016-03-15 Don Breazeal <donb@codesourcery.com>
13302
13303 * gdb.cp/scope-err.cc: New test program.
13304 * gdb.cp/scope-err.exp: New test script.
13305 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
13306 lines and "set breakpoint here" comment.
13307 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
13308 Fixed some whitespace and format issues.
13309 * gdb.mi/mi-linespec-err-cp.cc: New test program.
13310 * gdb.mi/mi-linespec-err-cp.exp: New test script.
13311
13312 2016-03-15 Doug Evans <dje@google.com>
13313
13314 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
13315 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
13316 All callers updated. Add tests for enums, mixed flags register.
13317
13318 2016-03-15 Doug Evans <dje@google.com>
13319
13320 * gdb.base/skip.c (main): Call test_skip_file_and_function.
13321 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
13322
13323 2016-03-14 Simon Marchi <simon.marchi@ericsson.com>
13324
13325 * gdb.base/default.exp: Add $_as_string to the list of expected
13326 convenience functions.
13327
13328 2016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
13329
13330 * gdb.base/maint.exp: New tests for 'maint info line-table'.
13331
13332 2016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
13333
13334 * gdb.python/py-as-string.exp: New file.
13335 * gdb.python/py-as-string.c: New file.
13336
13337 2016-03-09 Pedro Alves <palves@redhat.com>
13338
13339 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
13340 signal" -> "Thread NN received signal" output change.
13341 * gdb.threads/ia64-sigill.exp: Likewise.
13342 * gdb.threads/linux-dp.exp: Likewise.
13343 * gdb.threads/manythreads.exp: Likewise.
13344 * gdb.threads/pending-step.exp: Likewise.
13345 * gdb.threads/print-threads.exp: Likewise.
13346 * gdb.threads/sigstep-threads.exp: Likewise.
13347 * gdb.threads/staticthreads.exp: Likewise.
13348 * gdb.threads/tls.exp: Likewise.
13349
13350 2016-03-09 Pedro Alves <palves@redhat.com>
13351
13352 * gdb.base/command-line-input.exp: New file.
13353
13354 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
13355
13356 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
13357 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
13358 * gdb.trace/pending.exp: Accept leading dot before function name.
13359 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
13360 * lib/trace-support.exp: Set registers for ppc.
13361
13362 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
13363
13364 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
13365 use it for disassembly; accept .main in addition to main in backtrace.
13366
13367 2016-03-09 Wei-cheng Wang <cole945@gmail.com>
13368 Marcin Kościelnicki <koriakin@0x04.net>
13369
13370 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
13371 (gdb_recursion_test_ptr): New global variable.
13372 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
13373 gdb_recursion_test.
13374 (gdb_c_test): Ditto.
13375
13376 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
13377
13378 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
13379 ordering.
13380
13381 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
13382
13383 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
13384 (bar): Add bar_start_lbl label.
13385 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
13386 of foo/bar for emitting DWARF and tracing.
13387
13388 2016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
13389
13390 * analyze-racy-logs.py: Set executable bit.
13391
13392 2016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
13393
13394 * Makefile.in (DEFAULT_RACY_ITER): New variable.
13395 (CHECK_TARGET_TMP): Likewise.
13396 (check-single-racy): New rule.
13397 (check-parallel-racy): Likewise.
13398 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
13399 (do-check-parallel-racy): New rule.
13400 (check-racy/%.exp): Likewise.
13401 * README (Racy testcases): New section.
13402 * analyze-racy-logs.py: New file.
13403
13404 2016-03-03 Doug Evans <dje@google.com>
13405
13406 * gdb.base/skip.exp: Use with_test_prefix.
13407
13408 2016-03-03 Yao Qi <yao.qi@linaro.org>
13409
13410 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
13411 Invoke step_over_syscall "clone" and break_cond_on_syscall
13412 "clone".
13413 * gdb.base/step-over-clone.c: New file.
13414
13415 2016-03-03 Yao Qi <yao.qi@linaro.org>
13416
13417 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
13418 code format.
13419
13420 2016-03-03 Yao Qi <yao.qi@linaro.org>
13421
13422 * gdb.base/disp-step-fork.c: Rename to ...
13423 * gdb.base/step-over-fork.c: ... it. New file.
13424 * gdb.base/disp-step-vfork.c: Rename to ...
13425 * gdb.base/step-over-vfork.c: ... it. New file.
13426 * gdb.base/disp-step-syscall.exp: Rename to ...
13427 * gdb.base/step-over-syscall.exp: ... it. New file.
13428 (disp_step_cross_syscall): Rename to ...
13429 (step_over_syscall): ... it.
13430
13431 2016-03-03 Yao Qi <yao.qi@linaro.org>
13432
13433 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
13434 If target supports condition evaluation on target, invoke
13435 break_cond_on_syscall for fork and vfork.
13436
13437 2016-03-03 Yao Qi <yao.qi@linaro.org>
13438
13439 * gdb.base/disp-step-syscall.exp: Don't invoke
13440 support_displaced_stepping.
13441 (disp_step_cross_syscall): Test with displaced stepping off and
13442 on if supported.
13443
13444 2016-03-03 Yao Qi <yao.qi@linaro.org>
13445
13446 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
13447 proc.
13448 (setup): New proc.
13449 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
13450 and setup.
13451
13452 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
13453
13454 * gdb.fortran/vla-history.exp: Remove breakpoint.
13455
13456 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
13457
13458 * gdb.fortran/vla-history.exp: Lookup array elements and printing
13459 exceeds timeout.
13460
13461 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
13462
13463 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
13464 breakpoint.
13465
13466 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
13467
13468 * gdb.mi/vla.f90: Nullify pointer after declaration.
13469
13470 2016-03-01 Pedro Alves <palves@redhat.com>
13471
13472 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
13473
13474 2016-03-01 Pedro Alves <palves@redhat.com>
13475
13476 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
13477 before anything else.
13478 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
13479 _GNU_SOURCE here.
13480 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
13481 before anything else.
13482 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
13483
13484 2016-03-01 Pedro Alves <palves@redhat.com>
13485
13486 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
13487
13488 2016-03-01 Yao Qi <yao.qi@linaro.org>
13489
13490 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
13491 prepare_for_testing.
13492
13493 2016-03-01 Yao Qi <yao.qi@linaro.org>
13494
13495 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
13496
13497 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
13498
13499 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
13500 manually constructing the output path.
13501
13502 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
13503
13504 * gdb.arch/s390-stackless.S: New.
13505 * gdb.arch/s390-stackless.exp: New.
13506
13507 2016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
13508
13509 * gdb.dlang/circular.c: New file.
13510 * gdb.dlang/circular.exp: New file.
13511
13512 2016-02-26 Yao Qi <yao.qi@linaro.org>
13513
13514 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
13515 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
13516 (testcases): Update.
13517
13518 2016-02-26 Yao Qi <yao.qi@linaro.org>
13519
13520 * gdb.reverse/aarch64.c: Rename to ...
13521 * gdb.reverse/insn-reverse.c: ... it.
13522 * gdb.reverse/aarch64.exp: Rename to ...
13523 * gdb.reverse/insn-reverse.exp: ... it.
13524
13525 2016-02-26 Yao Qi <yao.qi@linaro.org>
13526
13527 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
13528 (testcase_ftype): New.
13529 (testcases): New array.
13530 (n_testcases): New.
13531 (main): Call each element in testcases.
13532 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
13533 (read_testcase): New.
13534 Do the tests in a loop.
13535
13536 2016-02-25 Yao Qi <yao.qi@linaro.org>
13537
13538 * gdb.base/branches.c: Remove.
13539
13540 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
13541
13542 PR gdb/13808
13543 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
13544
13545 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
13546
13547 * gdb.trace/ftrace.exp: Remove unnecessary target check.
13548
13549 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
13550
13551 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
13552 change x86_64 call_insn to 'callq'.
13553
13554 2016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
13555
13556 * gdb.trace/tfile-avx.c: Move to...
13557 * gdb.trace/tracefile-pseudo-reg.c: Here.
13558 * gdb.trace/tfile-avx.exp: Move to...
13559 * gdb.trace/tracefile-pseudo-reg.exp: Here.
13560
13561 2016-02-24 Gary Benson <gbenson@redhat.com>
13562
13563 * gdb.base/attach-pie-noexec.exp: Do not expect an error
13564 message on attach.
13565
13566 2016-02-23 Doug Evans <dje@google.com>
13567
13568 * gdb.base/skip.c (test_skip): New function.
13569 (end_test_skip_file_and_function): New function.
13570 (test_skip_file_and_function): New function.
13571 * gdb.base/skip1.c (test_skip): New function.
13572 (skip1_test_skip_file_and_function): New function.
13573 * gdb.base/skip.exp: Add tests for new skip options.
13574 * gdb.base/skip-solib.exp: Update expected output.
13575 * gdb.perf/skip-command.cc: New file.
13576 * gdb.perf/skip-command.exp: New file.
13577 * gdb.perf/skip-command.py: New file.
13578
13579 2016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
13580
13581 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
13582 info registers pattern.
13583
13584 2016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
13585
13586 * lib/future.exp: Add D support.
13587 (gdb_find_gdc): New proc.
13588 (gdb_default_target_compile): Add D support.
13589
13590 2016-02-18 Wei-cheng Wang <cole945@gmail.com>
13591
13592 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
13593 user+system time.
13594 (trace_speed_test): Determine the iteration count for a time
13595 between 15..30 seconds.
13596
13597 2016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
13598
13599 * gdb.arch/i386-mpx-sigsegv.c: New file.
13600 * gdb.arch/i386-mpx-sigsegv.exp: New file.
13601 * gdb.arch/i386-mpx-simple_segv.c: New file.
13602 * gdb.arch/i386-mpx-simple_segv.exp: New file.
13603
13604 2016-02-18 Yao Qi <yao.qi@linaro.org>
13605
13606 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
13607 Don't call setup_kfail.
13608
13609 2016-02-18 Yao Qi <yao.qi@linaro.org>
13610
13611 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
13612 Set "set breakpoint condition-evaluation" per $cond_bp_target.
13613
13614 2016-02-16 Doug Evans <dje@google.com>
13615
13616 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
13617 * gdb.base/skip1.c: Ditto.
13618 * gdb.base/skip.exp: Whitespace cleanup.
13619
13620 2016-02-16 Don Breazeal <donb@codesourcery.com>
13621
13622 PR remote/19496
13623 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
13624 Remove kfail for PR remote/19496.
13625
13626 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
13627
13628 * lib/gdb.exp (standard_temp_file): Return a path specific to
13629 the runtest invocation.
13630
13631 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
13632
13633 * gdb.trace/save-trace.exp: Change relative path to be in the
13634 standard output directory.
13635
13636 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
13637
13638 * gdb.arch/i386-prologue.c: Add missing prototypes.
13639
13640 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
13641
13642 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
13643 * gdb.arch/i386-prologue.exp: Likewise.
13644 * gdb.arch/i386-size.exp: Likewise.
13645
13646 2016-02-15 Simon Marchi <simon.marchi@ericsson.com>
13647
13648 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
13649 define object file path.
13650 * gdb.btrace/gcore.exp: Use standard_output_file to define core
13651 file path.
13652 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
13653 standard_output_file to define binfile.
13654
13655 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
13656
13657 Fix compatibility with recent gfortran-5.3.1.
13658 * gdb.fortran/vla-history.exp (print vla1 allocated)
13659 (print vla2 allocated, print $2, print $3): Remove
13660 (print $4): Rename to ...
13661 (print $2): ... here.
13662 (print $9): Rename to ...
13663 (print $5): ... here.
13664 (print $10): Rename to ...
13665 (print $6): ... here.
13666 * gdb.fortran/vla.f90: Add pvla initialization.
13667
13668 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
13669
13670 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
13671 New test.
13672 * gdb.fortran/vla-value-sub.exp: Likewise.
13673
13674 2016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
13675
13676 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
13677
13678 2016-02-12 Simon Marchi <simon.marchi@ericsson.com>
13679
13680 * i386-biarch-core.exp: Define corefile using
13681 standard_output_file.
13682
13683 2016-02-12 Yao Qi <yao.qi@linaro.org>
13684
13685 * gdb.arch/arm-single-step-kernel-helper.c: New.
13686 * gdb.arch/arm-single-step-kernel-helper.exp: New.
13687
13688 2016-02-12 Markus Metzger <markus.t.metzger@intel.com>
13689
13690 * gdb.btrace/tailcall-only.exp: New.
13691 * gdb.btrace/tailcall-only.c: New.
13692 * gdb.btrace/x86_64-tailcall-only.S: New.
13693 * gdb.btrace/i686-tailcall-only.S: New.
13694
13695 2016-02-11 Pedro Alves <palves@redhat.com>
13696
13697 * README (Parallel testing): Add missing double quotes.
13698
13699 2016-02-11 Pedro Alves <palves@redhat.com>
13700
13701 * README (Parallel testing): New section.
13702 (GDB_PARALLEL): Rewrite.
13703 (FORCE_PARALLEL): Document.
13704
13705 2016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
13706
13707 * gdb.trace/tfile-avx.c: New test.
13708 * gdb.trace/tfile-avx.exp: New test.
13709
13710 2016-02-09 Keith Seitz <keiths@redhat.com>
13711
13712 PR breakpoints/19546
13713 * gdb.base/infcall-exec.c: New file.
13714 * gdb.base/infcall-exec2.c: New file.
13715 * gdb.base/infcall-exec.exp: New file.
13716
13717 2016-02-09 Keith Seitz <keiths@redhat.com>
13718
13719 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
13720 (toplevel): Call test_bkpt_address.
13721
13722 2016-02-09 Keith Seitz <keiths@redhat.com>
13723
13724 PR python/19506
13725 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
13726 (toplevel): Call test_bkpt_address.
13727
13728 2016-02-09 Simon Marchi <simon.marchi@ericsson.com>
13729
13730 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
13731 to AC_OUTPUT.
13732 * configure: Regenerate.
13733
13734 2016-02-09 Pedro Alves <palves@redhat.com>
13735
13736 PR breakpoints/19548
13737 * gdb.base/execl-update-breakpoints.c (some_function): New
13738 function.
13739 (main): Call it.
13740 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
13741 Tighten expected GDB output.
13742
13743 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
13744
13745 * Makefile.in (ALL_SUBDIRS): Remove.
13746 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
13747 (distclean maintainer-clean realclean): Likewise.
13748 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
13749 * configure: Regenerate.
13750 * gdb.ada/Makefile.in: Delete.
13751 * gdb.arch/Makefile.in: Likewise.
13752 * gdb.asm/Makefile.in: Likewise.
13753 * gdb.base/Makefile.in: Likewise.
13754 * gdb.btrace/Makefile.in: Likewise.
13755 * gdb.cell/Makefile.in: Likewise.
13756 * gdb.compile/Makefile.in: Likewise.
13757 * gdb.cp/Makefile.in: Likewise.
13758 * gdb.disasm/Makefile.in: Likewise.
13759 * gdb.dlang/Makefile.in: Likewise.
13760 * gdb.dwarf2/Makefile.in: Likewise.
13761 * gdb.fortran/Makefile.in: Likewise.
13762 * gdb.gdb/Makefile.in: Likewise.
13763 * gdb.go/Makefile.in: Likewise.
13764 * gdb.guile/Makefile.in: Likewise.
13765 * gdb.java/Makefile.in: Likewise.
13766 * gdb.linespec/Makefile.in: Likewise.
13767 * gdb.mi/Makefile.in: Likewise.
13768 * gdb.modula2/Makefile.in: Likewise.
13769 * gdb.multi/Makefile.in: Likewise.
13770 * gdb.objc/Makefile.in: Likewise.
13771 * gdb.opencl/Makefile.in: Likewise.
13772 * gdb.opt/Makefile.in: Likewise.
13773 * gdb.pascal/Makefile.in: Likewise.
13774 * gdb.perf/Makefile.in: Likewise.
13775 * gdb.python/Makefile.in: Likewise.
13776 * gdb.reverse/Makefile.in: Likewise.
13777 * gdb.server/Makefile.in: Likewise.
13778 * gdb.stabs/Makefile.in: Likewise.
13779 * gdb.threads/Makefile.in: Likewise.
13780 * gdb.trace/Makefile.in: Likewise.
13781 * gdb.xml/Makefile.in: Likewise.
13782 * lib/gdb.exp (make_gdb_parallel_path): Add check for
13783 GDB_PARALLEL.
13784 (standard_output_file): Remove check for GDB_PARALLEL, always
13785 return path in outputs/$subdir/$testname.
13786
13787 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
13788
13789 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
13790 (site.exp): Assign abs_srcdir to tcl's srcdir.
13791
13792 2016-02-04 Yao Qi <yao.qi@linaro.org>
13793
13794 * gdb.base/foll-exec-mode.c: Include limits.h.
13795 (main): Add parameters argc and argv. Get directory from
13796 argv[0].
13797 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
13798 compilation.
13799 * gdb.base/foll-exec.c: Include limits.h.
13800 (main): Add parameters argc and argv.
13801 Get directory from argv[0].
13802 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
13803 Adjust tests on the number of lines as source code changed.
13804 * gdb.base/foll-vfork-exit.c: Include limits.h.
13805 (main): Add one line of statement before vfork.
13806 * gdb.base/foll-vfork.c: Include limits.h and string.h.
13807 (main): Add parameters argc and argv. Get directory from
13808 argv[0].
13809 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
13810 (setup_gdb): Set tbreak to skip some source lines.
13811 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
13812 (main): Add parameters argc and argv. Get directory from
13813 argv[0].
13814 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
13815 compilation.
13816 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
13817 (main): Add parameters argc and argv. Get directory from
13818 argv[0].
13819 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
13820 compilation.
13821
13822 2016-02-01 Doug Evans <dje@google.com>
13823
13824 * gdb.base/skip.exp: Clean up multiple references to same test name.
13825
13826 2016-02-01 Pedro Alves <palves@redhat.com>
13827
13828 PR remote/19496
13829 * gdb.threads/forking-threads-plus-breakpoint.exp
13830 (displaced_stepping_supported): New global.
13831 (probe_displaced_stepping_support): New procedure.
13832 (do_test): Add 'displaced' parameter, and use it.
13833 (top level): Check for displaced stepping support. Add displaced
13834 stepping on/off testing axis.
13835
13836 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
13837
13838 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
13839 pointer. Don't perform further tests on the unassociated pointer
13840 if the first test fails.
13841
13842 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
13843
13844 * gdb.base/max-value-size.c: New file.
13845 * gdb.base/max-value-size.exp: New file.
13846 * gdb.base/huge.exp: Disable max-value-size for this test.
13847
13848 2016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
13849
13850 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
13851
13852 2016-01-28 Yao Qi <yao.qi@linaro.org>
13853
13854 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
13855
13856 2016-01-25 Pedro Alves <palves@redhat.com>
13857
13858 PR threads/19461
13859 * gdb.base/fork-running-state.c: New file.
13860 * gdb.base/fork-running-state.exp: New file.
13861
13862 2016-01-25 Pedro Alves <palves@redhat.com>
13863
13864 PR gdb/19494
13865 * gdb.base/catch-fork-kill.c: New file.
13866 * gdb.base/catch-fork-kill.exp: New file.
13867
13868 2016-01-25 Pedro Alves <palves@redhat.com>
13869
13870 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
13871 Delete, moved to lib/gdb.exp.
13872 * gdb.threads/forking-threads-plus-breakpoint.exp
13873 (foreach_with_prefix): Likewise.
13874 * gdb.threads/process-dies-while-handling-bp.exp
13875 (foreach_with_prefix): Likewise.
13876 * lib/gdb.exp (foreach_with_prefix): New procedure.
13877
13878 2016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
13879
13880 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
13881 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
13882
13883 2016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
13884
13885 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
13886 endian targets.
13887
13888 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
13889 Pedro Alves <palves@redhat.com>
13890
13891 Fix testsuite compatibility with Guile.
13892 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
13893 number.
13894
13895 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
13896
13897 Fix testsuite compatibility with Guile.
13898 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
13899 (thread 1): New test for backtrace through signal handler.
13900
13901 2016-01-22 Yao Qi <yao.qi@linaro.org>
13902
13903 PR testsuite/19491
13904 * gdb.base/multi-forks.c: Include
13905 ../lib/unbuffer_output.c
13906 (main): Call gdb_unbuffer_output.
13907
13908 2016-01-21 Doug Evans <dje@google.com>
13909
13910 * lib/ada.exp (gdb_compile_ada): Fix typo.
13911
13912 2016-01-21 Joel Brobecker <brobecker@adacore.com>
13913
13914 * gdb.base/break-fun-addr.exp: New file.
13915 * gdb.base/break-fun-addr1.c: New file.
13916 * gdb.base/break-fun-addr2.c: New file.
13917
13918 2016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
13919
13920 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
13921 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
13922 enum flag values.
13923
13924 2016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
13925
13926 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
13927 when GDB can not set the vector return value. Add more comments
13928 for clarification.
13929
13930 2016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
13931
13932 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
13933 command.
13934
13935 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
13936
13937 * Makefile.in (DO_RUNTEST): Add --status and update usages.
13938
13939 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
13940
13941 * Makefile.in (check-single): Pass --status to runtest.
13942 (check/%.exp): Likewise.
13943
13944 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
13945
13946 * Makefile.in (check-parallel): Propagate return code from make
13947 do-check-parallel.
13948
13949 2016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
13950
13951 * gdb.trace/ftrace.exp: Fix expected message on continue.
13952 * gdb.trace/pending.exp: Fix expected message on continue.
13953 * gdb.trace/trace-break.exp: Fix expected message on continue.
13954
13955 2016-01-18 Simon Marchi <simon.marchi@ericsson.com>
13956
13957 * lib/gdb.exp (gdb_test): Remove unused global references.
13958
13959 2016-01-18 Pedro Alves <palves@redhat.com>
13960
13961 * gdb.base/async-shell.exp: Adjust expected output.
13962 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
13963 * gdb.base/siginfo-thread.exp: Adjust expected output.
13964 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
13965 * gdb.java/jnpe.exp: Adjust expected output.
13966 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
13967 * gdb.threads/continue-pending-status.exp: Adjust expected output.
13968 * gdb.threads/leader-exit.exp: Adjust expected output.
13969 * gdb.threads/manythreads.exp: Adjust expected output.
13970 * gdb.threads/pthreads.exp: Adjust expected output.
13971 * gdb.threads/schedlock.exp: Adjust expected output.
13972 * gdb.threads/siginfo-threads.exp: Adjust expected output.
13973 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
13974 expected output.
13975 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
13976 output.
13977 * gdb.threads/sigthread.exp: Adjust expected output.
13978 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
13979
13980 2016-01-18 Yao Qi <yao.qi@linaro.org>
13981
13982 * gdb.guile/scm-section-script.c: Replace @progbits with
13983 %progbits.
13984 * gdb.python/py-section-script.c: Likewise.
13985
13986 2016-01-15 Pedro Alves <palves@redhat.com>
13987
13988 * gdb.multi/tids.exp: Test star wildcard ranges.
13989
13990 2016-01-15 Pedro Alves <palves@redhat.com>
13991
13992 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
13993 command from "thread apply" invocation.
13994 (thr_apply_info_thr_invalid): Default the expected output to the
13995 input tid list.
13996 (top level): Add tests that use convenience variables. Add tests
13997 for "thread apply" with a valid TID list, but missing the command.
13998
13999 2016-01-13 Pedro Alves <palves@redhat.com>
14000
14001 * gdb.base/default.exp: Expect $_gthread as well.
14002 * gdb.multi/tids.exp: Test $_gthread.
14003 * gdb.threads/thread-specific.exp: Test $_gthread.
14004
14005 2016-01-13 Pedro Alves <palves@redhat.com>
14006
14007 * gdb.multi/tids.exp: Test "info threads -gid".
14008
14009 2016-01-13 Pedro Alves <palves@redhat.com>
14010
14011 * gdb.multi/tids.exp: Test InferiorThread.global_num and
14012 Breakpoint.thread.
14013 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
14014
14015 2016-01-07 Pedro Alves <palves@redhat.com>
14016
14017 * gdb.base/break.exp: Adjust to output changes.
14018 * gdb.base/hbreak2.exp: Likewise.
14019 * gdb.base/sepdebug.exp: Likewise.
14020 * gdb.base/watch_thread_num.exp: Likewise.
14021 * gdb.linespec/keywords.exp: Likewise.
14022 * gdb.multi/info-threads.exp: Likewise.
14023 * gdb.threads/thread-find.exp: Likewise.
14024 * gdb.multi/tids.c: New file.
14025 * gdb.multi/tids.exp: New file.
14026
14027 2016-01-13 Pedro Alves <palves@redhat.com>
14028
14029 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
14030
14031 2016-01-13 Pedro Alves <palves@redhat.com>
14032
14033 * gdb.base/default.exp: Expect $_inferior as well.
14034 * gdb.multi/base.exp: Test $_inferior.
14035
14036 2016-01-13 Pedro Alves <palves@redhat.com>
14037
14038 PR breakpoints/19388
14039 * gdb.base/catch-signal-siginfo-cond.c: New file.
14040 * gdb.base/catch-signal-siginfo-cond.exp: New file.
14041
14042 2016-01-12 Josh Stone <jistone@redhat.com>
14043 Philippe Waroquiers <philippe.waroquiers@skynet.be>
14044
14045 * gdb.base/catch-syscall.c (do_execve): New variable.
14046 (main): Conditionally trigger an execve.
14047 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
14048 (test_catch_syscall_execve): New, check entry/return across execve.
14049 (do_syscall_tests): Call test_catch_syscall_execve.
14050
14051 2016-01-12 Pedro Alves <palves@redhat.com>
14052
14053 * gdb.base/random-signal.exp (do_test): New procedure, with body
14054 of testcase moved in.
14055
14056 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
14057 Pedro Alves <palves@redhat.com>
14058
14059 * gdb.base/funcargs.exp (finish from indirectly called function):
14060 Reintroduce the case for 'First'.
14061
14062 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
14063 Pedro Alves <palves@redhat.com>
14064
14065 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
14066 (tcatch_vfork_then_child_follow_exec)
14067 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
14068 identification.
14069
14070 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
14071
14072 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
14073 and repeats to unlimited.
14074 * gdb.python/py-value.exp: Likewise.
14075 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
14076 and repeats to unlimited.
14077
14078 2016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
14079
14080 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
14081 and reordering the functions.
14082 * gdb.multi/hangout.c: Likewise.
14083 * gdb.multi/hello.c: Likewise.
14084
14085 2016-01-08 Simon Marchi <simon.marchi@ericsson.com>
14086
14087 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
14088 absolute.
14089 (SingleStatisticTestResult.report): Use dict.keys instead of
14090 dict.iterkeys.
14091
14092 2016-01-06 Pedro Alves <palves@redhat.com>
14093
14094 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
14095
14096 2016-01-04 Markus Metzger <markus.t.metzger@intel.com>
14097
14098 * gdb.btrace/dlopen.exp: New.
14099 * gdb.btrace/dlopen.c: New.
14100 * gdb.btrace/dlopen-dso.c: New.
14101
14102 2015-12-25 Sandra Loosemore <sandra@codesourcery.com>
14103
14104 * lib/gdb.exp (gdb_test): Update comments to clarify that the
14105 PATTERN argument is optional.
14106
14107 2015-12-24 Joel Brobecker <brobecker@adacore.com>
14108
14109 * lib/ada.exp (target_compile_ada_from_dir): New function.
14110 (gdb_compile_ada): Reimplement avoiding the use of project files.
14111 * gdb.ada/gnat_ada.gpr: Delete.
14112 * gdb.ada/cond_lang.exp: Adjust test to make path before
14113 filename optional.
14114 * gdb.ada/small_reg_param.exp: Likewise.
14115
14116 2015-12-22 Simon Marchi <simon.marchi@ericsson.com>
14117
14118 * gdb.base/foll-vork.exp: Remove HP-UX special case.
14119
14120 2015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
14121
14122 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
14123 case.
14124
14125 2015-12-21 Simon Marchi <simon.marchi@ericsson.com>
14126
14127 * gdb.base/break.exp: Remove dead code.
14128 * gdb.base/sepdebug.exp: Likewise.
14129
14130 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
14131
14132 * gdb.asm/asm-source.exp: Remove HP-UX references.
14133 * gdb.base/annota1.exp: Likewise.
14134 * gdb.base/annota3.exp: Likewise.
14135 * gdb.base/attach.exp: Likewise.
14136 * gdb.base/bigcore.exp: Likewise.
14137 * gdb.base/break.exp: Likewise.
14138 * gdb.base/call-ar-st.exp: Likewise.
14139 * gdb.base/callfuncs.exp: Likewise.
14140 * gdb.base/catch-fork-static.exp: Likewise.
14141 * gdb.base/display.exp: Likewise.
14142 * gdb.base/foll-exec-mode.exp: Likewise.
14143 * gdb.base/foll-exec.exp: Likewise.
14144 * gdb.base/foll-fork.exp: Likewise.
14145 * gdb.base/foll-vfork.exp: Likewise.
14146 * gdb.base/funcargs.exp: Likewise.
14147 * gdb.base/hbreak2.exp: Likewise.
14148 * gdb.base/inferior-died.exp: Likewise.
14149 * gdb.base/interrupt.exp: Likewise.
14150 * gdb.base/multi-forks.exp: Likewise.
14151 * gdb.base/nodebug.exp: Likewise.
14152 * gdb.base/sepdebug.exp: Likewise.
14153 * gdb.base/solib1.c: Likewise.
14154 * gdb.base/step-test.exp: Likewise.
14155 * gdb.mi/non-stop.c: Likewise.
14156 * gdb.mi/pthreads.c: Likewise.
14157 * gdb.multi/bkpt-multi-exec.ex: Likewise.
14158 * gdb.threads/pthreads.c: Likewise.
14159 * gdb.threads/staticthreads.exp: Likewise.
14160 * lib/future.exp: Likewise.
14161 * lib/gdb.exp: Likewise.
14162 * gdb.base/so-indr-cl.c: Remove.
14163 * gdb.base/so-indr-cl.exp: Likewise.
14164 * gdb.base/solib.c: Likewise.
14165 * gdb.base/solib.exp: Likewise.
14166 * gdb.base/solib2.c: Likewise.
14167
14168 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
14169
14170 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
14171 * gdb.base/call-ar-st.exp: Likewise.
14172 * gdb.base/callfuncs.exp: Likewise.
14173 * gdb.base/condbreak.exp: Likewise.
14174 * gdb.base/constvars.exp: Likewise.
14175 * gdb.base/hbreak2.exp: Likewise.
14176 * gdb.base/langs.exp: Likewise.
14177 * gdb.base/list.exp: Likewise.
14178 * gdb.base/long_long.exp: Likewise.
14179 * gdb.base/ptype.exp: Likewise.
14180 * gdb.base/scope.exp: Likewise.
14181 * gdb.base/signals.exp: Likewise.
14182 * gdb.base/so-impl-ld.exp: Likewise.
14183 * gdb.base/varargs.exp: Likewise.
14184 * gdb.base/volatile.exp: Likewise.
14185 * gdb.base/whatis.exp: Likewise.
14186 * gdb.cp/cplusfuncs.exp: Likewise.
14187 * gdb.cp/inherit.exp: Likewise.
14188 * gdb.cp/local.exp: Likewise.
14189 * gdb.cp/member-ptr.exp: Likewise.
14190 * gdb.cp/method.exp: Likewise.
14191 * gdb.cp/overload.exp: Likewise.
14192 * gdb.cp/templates.exp: Likewise.
14193 * gdb.stabs/weird.exp: Likewise.
14194 * lib/compiler.c: Likewise.
14195 * lib/compiler.cc: Likewise.
14196 * lib/cp-support.exp: Likewise.
14197 * lib/gdb.exp: Likewise.
14198
14199 2015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
14200
14201 * configure.ac: Remove HP-UX case.
14202 * configure: Regenerate.
14203
14204 2015-12-18 Simon Marchi <simon.marchi@ericsson.com>
14205
14206 * lib/gdb.exp (gdb_compile): Add function doc.
14207
14208 2015-12-17 Pedro Alves <palves@redhat.com>
14209
14210 PR threads/19354
14211 * gdb.multi/info-threads.exp: New file.
14212
14213 2015-12-15 Yao Qi <yao.qi@linaro.org>
14214
14215 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
14216 is aarch64*-*-*.
14217
14218 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
14219
14220 * gdb.base/history-duplicates.exp: Skip if no readline support.
14221
14222 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
14223
14224 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
14225
14226 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
14227
14228 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
14229
14230 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
14231
14232 * gdb.base/completion.exp: Skip tests that interrupt GDB with
14233 ctrl-C if nointerrupts target property is set.
14234 * gdb.base/double-prompt-target-event-error.exp: Likewise.
14235 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
14236 * gdb.base/paginate-bg-execution.exp: Likewise.
14237 * gdb.base/paginate-execution-startup.exp: Likewise.
14238 * gdb.base/random-signal.exp: Likewise.
14239 * gdb.base/range-stepping.exp: Likewise.
14240 * gdb.cp/annota2.exp: Likewise.
14241 * gdb.cp/annota3.exp: Likewise.
14242 * gdb.gdb/selftest.exp: Likewise.
14243 * gdb.threads/continue-pending-status.exp: Likewise.
14244 * gdb.threads/leader-exit.exp: Likewise.
14245 * gdb.threads/manythreads.exp: Likewise.
14246 * gdb.threads/pthreads.exp: Likewise.
14247 * gdb.threads/schedlock.exp: Likewise.
14248 * gdb.threads/sigthread.exp: Likewise.
14249
14250 2015-12-11 Don Breazeal <donb@codesourcery.com>
14251
14252 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
14253 remote.
14254 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
14255 * gdb.base/foll-exec.exp (main): Enable for target remote.
14256 * gdb.base/foll-fork.exp (main): Likewise.
14257 * gdb.base/foll-vfork.exp (main): Likewise.
14258 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
14259 (proc continue_to_exit_bp_loc): Use clean_restart.
14260 * gdb.base/pie-execl.exp (main): Disable for target remote.
14261 * gdb.base/watch-vfork.exp (main): Enable for target remote.
14262 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
14263 * gdb.threads/execl.exp (main): Likewise.
14264 * gdb.threads/fork-child-threads.exp (main): Likewise.
14265 * gdb.threads/fork-plus-threads.exp (main): Disable for target
14266 remote.
14267 * gdb.threads/fork-thread-pending.exp (main): Enable for target
14268 remote.
14269 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
14270 pid.tid style ptids, instead of just tid.
14271 * gdb.threads/thread-execl.exp (main): Enable for target remote.
14272 * gdb.threads/watchpoint-fork.exp (main): Likewise.
14273 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
14274 ptids, instead of just tid.
14275
14276 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
14277
14278 * gdb.base/list.exp (test_list_forward): Add end of file error
14279 test.
14280 (test_repeat_list_command): Add end of file error test.
14281 (test_list_backwards): Add beginning of file error test.
14282
14283 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
14284
14285 * gdb.base/list.exp (test_list_invalid_args): New function,
14286 defined, and called.
14287
14288 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
14289
14290 * gdb.base/list.exp (test_list): Make test names unique.
14291
14292 2015-12-11 Yao Qi <yao.qi@linaro.org>
14293
14294 * gdb.base/coremaker2.c: Remove.
14295
14296 2015-12-10 Pedro Alves <palves@redhat.com>
14297
14298 * gdb.multi/base.exp: Remove stale "spaces" references.
14299
14300 2015-12-10 Pedro Alves <palves@redhat.com>
14301
14302 * gdb.multi/base.exp: Don't use nowarnings.
14303 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
14304 * gdb.multi/hangout.c: Include stdio.h.
14305 * gdb.multi/hello.c: Include stdlib.h.
14306 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
14307 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
14308 * gdb.multi/multi-arch.exp: Don't use nowarnings.
14309
14310 2015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
14311
14312 * gdb.dwarf2/dw2-ranges-base.c: New file.
14313 * gdb.dwarf2/dw2-ranges-base.exp: New file.
14314 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
14315 support additional line table, and debug ranges generation.
14316 (Dwarf::ranges): New function, generate .debug_ranges.
14317 (Dwarf::lines): Support generating simple line table programs.
14318 (Dwarf::assemble): Initialise new namespace variables.
14319
14320 2015-12-09 Kevin Buettner <kevinb@redhat.com>
14321
14322 * gdb.base/async.exp (proc test_background): Add case for
14323 asynchronous execution not supported.
14324
14325 2015-12-09 Luis Machado <lgustavo@codesourcery.com>
14326
14327 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
14328 format and change test names to make them unique.
14329
14330 2015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
14331 Pedro Alves <pedro@redhat.com>
14332
14333 PR gdb/18702
14334 Add checking of floatformats setup on x86_64 hosts.
14335 * gdb.arch/i386-float.S (main): Load bigval and smallval.
14336 (smallval, bigval): New labels/constants.
14337 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
14338 float" after loading bigval and smallval.
14339
14340 2015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
14341
14342 * gdb.ada/fun_overload_menu.exp: New testcase.
14343 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
14344
14345 2015-12-04 Josh Stone <jistone@redhat.com>
14346
14347 * gdb.base/catch-fork-static.exp: New.
14348
14349 2015-12-03 Yao Qi <yao.qi@linaro.org>
14350
14351 * gdb.base/sizeof.c: Don't include stdio.h and
14352 ../lib/unbuffer_output.c.
14353 (main): New variable 'size' and 'value'. Remove printf and
14354 gdb_unbuffer_output. Assign return value to size and value.
14355 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
14356 at the beginning.
14357 (check_sizeof): Check the result by printing variable 'size'.
14358 (check_valueof): Check the result by printing variable 'value'.
14359
14360 2015-12-01 Yao Qi <yao.qi@linaro.org>
14361
14362 * gdb.base/disp-step-syscall.exp: Define syscall instruction
14363 for aarch64*-*-linux* target.
14364
14365 2015-11-30 Pedro Alves <palves@redhat.com>
14366
14367 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
14368
14369 2015-11-30 Pedro Alves <palves@redhat.com>
14370
14371 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
14372 Handle non-stop mode vCont replies.
14373
14374 2015-11-30 Pedro Alves <palves@redhat.com>
14375
14376 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
14377 prepare_for_testing. Start gdb with "set non-stop on" appended to
14378 GDBFLAGS. Lax expected stop output.
14379
14380 2015-11-27 Yao Qi <yao.qi@linaro.org>
14381
14382 * gdb.arch/arm-neon.exp: New.
14383 * gdb.arch/arm-neon.c: New.
14384
14385 2015-11-27 Yao Qi <yao.qi@linaro.org>
14386
14387 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
14388
14389 2015-11-27 Yao Qi <yao.qi@linaro.org>
14390
14391 * gdb.cp/annota2.exp: Allow multiple occurrences of the
14392 frames-invalid annotation.
14393
14394 2015-11-27 Yao Qi <yao.qi@linaro.org>
14395
14396 * gdb.cp/annota2.exp: Use ${frames_invalid}.
14397
14398 2015-11-26 Simon Marchi <simon.marchi@ericsson.com>
14399
14400 * gdb.threads/names.exp: New file.
14401 * gdb.threads/names.c: New file.
14402 * README: Mention gdb,no_thread_names.
14403
14404 2015-11-26 Markus Metzger <markus.t.metzger@intel.com>
14405
14406 PR 19297
14407 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
14408 support" error.
14409
14410 2015-11-24 Pedro Alves <palves@redhat.com>
14411
14412 PR 17539
14413 * gdb.base/display.exp: Expect displays to be sorted in ascending
14414 order. Use multi_line.
14415 * gdb.base/solib-display.exp: Likewise.
14416
14417 2015-11-24 Pedro Alves <palves@redhat.com>
14418
14419 PR 17539
14420 * gdb.base/display.exp: Expect displays to be sorted in ascending
14421 order. Use multi_line.
14422 * gdb.base/solib-display.exp: Likewise.
14423
14424 2015-11-24 Pedro Alves <palves@redhat.com>
14425
14426 PR 17539
14427 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
14428 threads in ascending order.
14429 * gdb.base/foll-fork.exp: Likewise.
14430 * gdb.base/foll-vfork.exp: Likewise.
14431 * gdb.base/multi-forks.exp: Likewise.
14432 * gdb.mi/mi-nonstop.exp: Likewise.
14433 * gdb.mi/mi-nsintrall.exp: Likewise.
14434 * gdb.multi/base.exp: Likewise.
14435 * gdb.multi/multi-arch.exp: Likewise.
14436 * gdb.python/py-inferior.exp: Likewise.
14437 * gdb.threads/break-while-running.exp: Likewise.
14438 * gdb.threads/execl.exp: Likewise.
14439 * gdb.threads/gcore-thread.exp: Likewise.
14440 * gdb.threads/info-threads-cur-sal.exp: Likewise.
14441 * gdb.threads/kill.exp: Likewise.
14442 * gdb.threads/linux-dp.exp: Likewise.
14443 * gdb.threads/multiple-step-overs.exp: Likewise.
14444 * gdb.threads/next-bp-other-thread.exp: Likewise.
14445 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
14446 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
14447 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
14448 * gdb.threads/thread-find.exp: Likewise.
14449 * gdb.threads/tls.exp: Likewise.
14450 * lib/mi-support.exp (mi_reverse_list): Delete.
14451 (mi_check_thread_states): No longer reverse list.
14452
14453 2015-11-24 Pedro Alves <palves@redhat.com>
14454
14455 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
14456 use lowercase.
14457
14458 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
14459
14460 * gdb.trace/actions.c: Include trace-common.h.
14461 (main): Add a location for a fast tracepoint.
14462 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
14463 the normal tracepoints.
14464 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
14465
14466 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
14467
14468 * save-trace.exp: Factor out code to these...
14469 (gdb_save_tracepoints): New.
14470 (gdb_load_tracepoints): New.
14471 (do_save_load_test): New.
14472
14473 2015-11-23 Kevin Buettner <kevinb@redhat.com>
14474
14475 * gdb.base/asmlabel.exp: New test.
14476 * gdb.base/asmlabel.c: New test case.
14477
14478 2015-11-23 Joel Brobecker <brobecker@adacore.com>
14479
14480 * gdb.base/wrong_frame_bt_full-main.c: New file.
14481 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
14482 * gdb.base/wrong_frame_bt_full.exp: New file.
14483
14484 2015-11-23 Joel Brobecker <brobecker@adacore.com>
14485
14486 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
14487
14488 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
14489
14490 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
14491 pstate register when comparing registers values in
14492 sparc64-*-linux-gnu targets to avoid spurious differences.
14493
14494 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
14495
14496 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
14497
14498 2015-11-19 Sandra Loosemore <sandra@codesourcery.com>
14499
14500 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
14501 as type argument to gdb_compile.
14502 * gdb.base/nested-subp2.exp: Likewise.
14503 * gdb.base/nested-subp3.exp: Likewise.
14504
14505 2015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
14506
14507 * lib/dwarf.exp (_note): Fix left shift of negative value.
14508 * gdb.trace/trace-condition.exp: Likewise.
14509
14510 2015-11-13 Yao Qi <yao.qi@linaro.org>
14511
14512 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
14513 comments about d10v.
14514 (test_scalar_returns): Likewise.
14515 * gdb.base/d10v.ld: Remove.
14516 * gdb.base/overlays.exp: Remove the target triplet checking for
14517 d10v-*-*.
14518 * gdb.base/structs.exp (test_struct_returns): Remove the
14519 comments about d10v.
14520 (test_struct_calls): Likewise.
14521
14522 2015-11-13 Yao Qi <yao.qi@linaro.org>
14523
14524 * gdb.base/gnu_vector.exp: Check the return value by "p res".
14525 * gdb.base/gnu_vector.c: Don't include stdio.h.
14526 (main): Don't print res and call add_some_intvecs.
14527
14528 2015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
14529
14530 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
14531 macro.
14532 (func5): Removed.
14533 (func4): Use FAST_TRACEPOINT_LABEL.
14534 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
14535 macro.
14536 (func): Removed.
14537 (thread_function): Use FAST_TRACEPOINT_LABEL.
14538 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
14539 (func): Remove.
14540 (marker): Use FAST_TRACEPOINT_LABEL.
14541 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
14542 (pendfunc1): Remove.
14543 (pendfunc): Use FAST_TRACEPOINT_LABEL.
14544 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
14545 (foo): Remove.
14546 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
14547 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
14548 macro.
14549 (func): Remove.
14550 (marker): Use FAST_TRACEPOINT_LABEL.
14551 * gdb.trace/trace-common.h: New header.
14552 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
14553 macro.
14554 (func): Remove.
14555 (marker): Use FAST_TRACEPOINT_LABEL.
14556 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
14557 (func): Remove.
14558 (thread_function): Use FAST_TRACEPOINT_LABEL.
14559
14560 2015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
14561
14562 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
14563 in front.
14564 * gdb.trace/change-loc.exp: Use global pcreg definition.
14565 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
14566 * gdb.trace/entry-values.exp: Use global spreg definition, add $
14567 in front.
14568 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
14569 * gdb.trace/pending.exp: Likewise.
14570 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
14571 * gdb.trace/trace-break.exp: Likewise.
14572 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
14573 in front.
14574 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
14575 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
14576 in front.
14577 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
14578
14579 2015-11-09 Joel Brobecker <brobecker@adacore.com>
14580
14581 * gdb.ada/fin_fun_out: New testcase.
14582
14583 2015-11-07 Kevin Buettner <kevinb@redhat.com>
14584
14585 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
14586 value associated with DW_AT_byte_size.
14587 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
14588 constants for DW_AT_byte_size, DW_AT_lower_bound, and
14589 DW_AT_upper_bound.
14590
14591 2015-11-07 Kevin Buettner <kevinb@redhat.com>
14592
14593 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
14594 (gdb_target_symbol_prefix_flags): Define in terms of _asm
14595 version.
14596 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
14597 gdb.dwarf2/dw2-canonicalize-type.exp,
14598 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
14599 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
14600 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
14601 provided by gdb_target_symbol_prefix_flags_asm.
14602 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
14603 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
14604 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
14605 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
14606 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
14607 macros where needed). Use this macro for symbols which require
14608 the prefix provided by SYMBOL_PREFIX.
14609
14610 2015-11-05 Kevin Buettner <kevinb@redhat.com>
14611
14612 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
14613 New procs.
14614 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
14615 representing expressions, of more than one list element.
14616 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
14617 to prepend linker symbol prefix to f.
14618 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
14619 table_1 and table_2.
14620 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
14621 Likewise, for f and g.
14622 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
14623 for ptr.
14624 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
14625 for main.
14626 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
14627 table_1_ptr and table_2_ptr.
14628
14629 2015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
14630 Joel Brobecker <brobecker@adacore.com>
14631
14632 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
14633
14634 2015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
14635
14636 * gdb.reverse/s390-mvcle.c: New test.
14637 * gdb.reverse/s390-mvcle.exp: New file.
14638 * lib/gdb.exp: Enable reverse tests on s390*-linux.
14639
14640 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
14641
14642 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
14643
14644 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
14645
14646 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
14647 reaching marker2.
14648 * gdb.reverse/getresuid-reverse.exp: Likewise.
14649 * gdb.reverse/pipe-reverse.exp: Likewise.
14650 * gdb.reverse/readv-reverse.exp: Likewise.
14651 * gdb.reverse/recvmsg-reverse.exp: Likewise.
14652 * gdb.reverse/time-reverse.exp: Likewise.
14653 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
14654
14655 2015-10-30 Yao Qi <yao.qi@linaro.org>
14656
14657 * gdb.threads/wp-replication.c (watch_count_done): Remove.
14658 (empty_cycle): Remove.
14659 (main): Don't call empty_cycle. Don't use watch_count_done.
14660 * gdb.threads/wp-replication.exp: Don't set breakpoint on
14661 empty_cycle. Rewrite the code counting HW watchpoints.
14662
14663 2015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
14664
14665 * gdb.reverse/fstatat-reverse.c: New test.
14666 * gdb.reverse/fstatat-reverse.exp: New file.
14667 * gdb.reverse/getresuid-reverse.c: New test.
14668 * gdb.reverse/getresuid-reverse.exp: New file.
14669 * gdb.reverse/pipe-reverse.c: New test.
14670 * gdb.reverse/pipe-reverse.exp: New file.
14671 * gdb.reverse/readv-reverse.c: New test.
14672 * gdb.reverse/readv-reverse.exp: New file.
14673 * gdb.reverse/recvmsg-reverse.c: New test.
14674 * gdb.reverse/recvmsg-reverse.exp: New file.
14675 * gdb.reverse/time-reverse.c: New test.
14676 * gdb.reverse/time-reverse.exp: New file.
14677 * gdb.reverse/waitpid-reverse.c: New test.
14678 * gdb.reverse/waitpid-reverse.exp: New file.
14679
14680 2015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
14681
14682 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
14683
14684 2015-10-26 Doug Evans <dje@google.com>
14685
14686 PR symtab/17391
14687 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
14688 * gdb.dwarf2/bad-regnum.c: New file.
14689 * gdb.dwarf2/bad-regnum.exp: New file.
14690
14691 2015-10-26 Doug Evans <dje@google.com>
14692
14693 PR python/18938
14694 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
14695 file.
14696
14697 2015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
14698
14699 * gdb.compile/compile.exp (compile code globalvar): Update expectation
14700 for a change by "Mention language in compile error message".
14701
14702 2015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
14703
14704 PR python/18073
14705 * gdb.python/py-type.c (C::a_method): New.
14706 (C::a_const_method): New.
14707 (C::a_static_method): New.
14708 (a_function): New.
14709 * gdb.python/py-type.exp (test_fields): Test getting fields
14710 from function and method.
14711
14712 2015-10-21 Keven Boell <keven.boell@intel.com>
14713
14714 * gdb.fortran/vla-alloc-assoc.exp: New file.
14715 * gdb.fortran/vla-datatypes.exp: New file.
14716 * gdb.fortran/vla-datatypes.f90: New file.
14717 * gdb.fortran/vla-history.exp: New file.
14718 * gdb.fortran/vla-ptype-sub.exp: New file.
14719 * gdb.fortran/vla-ptype.exp: New file.
14720 * gdb.fortran/vla-sizeof.exp: New file.
14721 * gdb.fortran/vla-sub.f90: New file.
14722 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
14723 * gdb.fortran/vla-value-sub-finish.exp: New file.
14724 * gdb.fortran/vla-value-sub.exp: New file.
14725 * gdb.fortran/vla-value.exp: New file.
14726 * gdb.fortran/vla-ptr-info.exp: New file.
14727 * gdb.mi/mi-vla-fortran.exp: New file.
14728 * gdb.mi/vla.f90: New file.
14729
14730 2015-10-21 Sandra Loosemore <sandra@codesourcery.com>
14731
14732 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
14733 of hardwired timeout value.
14734
14735 2015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
14736 Pedro Alves <palves@redhat.com>
14737
14738 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
14739 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
14740
14741 2015-10-19 Josh Stone <jistone@redhat.com>
14742
14743 * gdb.base/catch-syscall.c: Include <sched.h>.
14744 (unknown_syscall): New variable.
14745 (main): Trigger a vfork and an unknown syscall.
14746 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
14747 (unknown_syscall_number): Likewise.
14748 (check_call_to_syscall): Accept an optional syscall pattern.
14749 (check_return_from_syscall): Likewise.
14750 (check_continue): Likewise.
14751 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
14752 (test_catch_syscall_skipping_return): New test toggling off 'catch
14753 syscall' to step over the syscall return, then toggling back on.
14754 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
14755 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
14756 (do_syscall_tests): Call test_catch_syscall_without_args and
14757 test_catch_syscall_mid_vfork.
14758 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
14759 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
14760
14761 2015-10-19 Andrew Stubbs <ams@codesourcery.com>
14762
14763 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
14764 print g_vE): Add new pass patterns.
14765 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
14766 print various symbol names for vptr fields.
14767
14768 2015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
14769
14770 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
14771 results.
14772
14773 2015-10-12 Yao Qi <yao.qi@linaro.org>
14774
14775 * gdb.arch/disp-step-insn-reloc.exp: New test case.
14776
14777 2015-10-12 Yao Qi <yao.qi@linaro.org>
14778
14779 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
14780 is aarch64*-*-linux*.
14781
14782 2015-10-12 Yao Qi <yao.qi@linaro.org>
14783
14784 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
14785 (can_relocate_bcond_true): ... it.
14786 (can_relocate_bcond_false): New function.
14787 (foo): Likewise.
14788 (can_relocate_bl): Likewise.
14789 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
14790 can_relocate_bl.
14791
14792 2015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
14793
14794 * gdb.base/nested-addr.c: New file.
14795 * gdb.base/nested-addr.exp: New testcase.
14796
14797 2015-10-09 Markus Metzger <markus.t.metzger@intel.com>
14798
14799 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
14800 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
14801 its output. Ignore the output of "record goto begin" and instead
14802 check that GDB is replaying.
14803
14804 2015-10-09 Pedro Alves <palves@redhat.com>
14805
14806 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
14807 (top level): Use it in the run with no args test.
14808
14809 2015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
14810
14811 * gdb.dlang/properties.exp: New file.
14812
14813 2015-10-02 Sandra Loosemore <sandra@codesourcery.com>
14814
14815 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
14816 whether or not address 0x1000 is mapped on the target.
14817
14818 2015-09-30 Simon Marchi <simon.marchi@ericsson.com>
14819
14820 * gdb.python/py-type.exp: Do not run tests if binaries fail to
14821 build.
14822
14823 2015-09-30 Markus Metzger <markus.t.metzger@intel.com>
14824
14825 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
14826 instruction-history test.
14827
14828 2015-09-28 Doug Evans <dje@google.com>
14829
14830 * gdb.base/gcore.c (array_func): Add reference to static_array.
14831
14832 2015-09-25 Simon Marchi <simon.marchi@ericsson.com>
14833
14834 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
14835 source line.
14836
14837 2015-09-24 Sandra Loosemore <sandra@codesourcery.com>
14838
14839 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
14840 short or char as base type.
14841
14842 2015-09-23 Sandra Loosemore <sandra@codesourcery.com>
14843
14844 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
14845 to allow any size enum.
14846
14847 2015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
14848
14849 * gdb.ada/array_ptr_renaming.exp: New testcase.
14850 * gdb.ada/array_ptr_renaming/foo.adb: New file.
14851 * gdb.ada/array_ptr_renaming/pack.ads: New file.
14852
14853 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
14854
14855 * gdb.trace/ftrace-lock.c: New file.
14856 * gdb.trace/ftrace-lock.exp: New file.
14857
14858 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
14859
14860 * gdb.arch/insn-reloc.c: New file.
14861 * gdb.arch/ftrace-insn-reloc.exp: New file.
14862
14863 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
14864
14865 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
14866 instruction.
14867 * gdb.trace/pendshr1.c (pendfunc): Likewise.
14868 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
14869 * gdb.trace/range-stepping.c: Likewise.
14870 * gdb.trace/trace-break.c: Likewise.
14871 * gdb.trace/trace-mt.c (thread_function): Likewise.
14872 * gdb.trace/ftrace.c (marker): Likewise.
14873 * gdb.trace/trace-condition.c (marker): Likewise.
14874 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
14875 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
14876 is_aarch64_target.
14877
14878 2015-09-18 Doug Evans <xdje42@gmail.com>
14879
14880 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
14881 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
14882
14883 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
14884
14885 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
14886 the breakpoint.
14887
14888 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
14889
14890 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
14891 the pending breakpoint. Remove timeout override for "Run till
14892 MI pending breakpoint on pendfunc3 on thread 2" test.
14893
14894 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
14895
14896 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
14897 filename pattern.
14898
14899 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
14900
14901 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
14902 in breakpoint filename pattern.
14903
14904 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
14905
14906 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
14907
14908 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
14909
14910 * gdb.linespec/explicit.exp: Check for readline support for
14911 tab-completion tests. Fix obvious typo.
14912
14913 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
14914
14915 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
14916 and replay.
14917
14918 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
14919
14920 * gdb.btrace/non-stop.c: New.
14921 * gdb.btrace/non-stop.exp: New.
14922
14923 2015-09-17 Pierre Langlois <pierre.langlois@arm.com>
14924 Yao Qi <yao.qi@linaro.org>
14925
14926 * gdb.trace/trace-condition.c: New file.
14927 * gdb.trace/trace-condition.exp: New file.
14928
14929 2015-09-16 Wei-cheng Wang <cole945@gmail.com>
14930
14931 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
14932 for testing bytecode compilation.
14933
14934 2015-09-16 Pedro Alves <palves@redhat.com>
14935 Sandra Loosemore <sandra@codesourcery.com>
14936
14937 * gdb.threads/non-stop-fair-events.c (timeout): New global.
14938 (SECONDS): Redefine.
14939 (main): Call pthread_kill and alarm early.
14940 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
14941 support.
14942 (test): If the target can't hardware step and doesn't support
14943 displaced stepping, increase the timeout.
14944
14945 2015-09-16 Pedro Alves <palves@redhat.com>
14946
14947 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
14948 (enable_debug): New procedures.
14949 (test): Use them. Bail out if waiting for threads fails.
14950 (top level): Bail out if a test fails.
14951
14952 2015-09-16 Yao Qi <yao.qi@linaro.org>
14953
14954 * gdb.asm/asm-source.exp: Set asm-arch for
14955 aarch64*-*-* target.
14956 * gdb.asm/aarch64.inc: New file.
14957
14958 2015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
14959
14960 * gdb.ada/array_of_variable_length.exp: New testcase.
14961 * gdb.ada/array_of_variable_length/foo.adb: New file.
14962 * gdb.ada/array_of_variable_length/pck.adb: New file.
14963 * gdb.ada/array_of_variable_length/pck.ads: New file.
14964
14965 2015-09-15 Doug Evans <dje@google.com>
14966
14967 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
14968 of function static local variable.
14969
14970 2015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
14971
14972 * gdb.threads/tls-so_extern.exp: New test file.
14973 * gdb.threads/tls-so_extern.c: New test file.
14974 * gdb.threads/tls-so_extern_main.c: New test file.
14975
14976 2015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
14977
14978 * gdb.opt/solib-intra-step-lib.c: New file.
14979 * gdb.opt/solib-intra-step-main.c: New file.
14980 * gdb.opt/solib-intra-step.exp: New file.
14981
14982 2015-09-15 Pedro Alves <palves@redhat.com>
14983
14984 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
14985 gdb_continue_to_breakpoint instead of gdb_test_multiple.
14986
14987 2015-09-14 Pedro Alves <palves@redhat.com>
14988
14989 * gdb.base/hook-stop-continue.c: Delete.
14990 * gdb.base/hook-stop-continue.exp: Delete.
14991 * gdb.base/hook-stop-frame.c: Delete.
14992 * gdb.base/hook-stop-frame.exp: Delete.
14993 * gdb.base/hook-stop.c: New file.
14994 * gdb.base/hook-stop.exp: New file.
14995
14996 2015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
14997
14998 * gdb.ada/access_to_packed_array.exp: New testcase.
14999 * gdb.ada/access_to_packed_array/foo.adb: New file.
15000 * gdb.ada/access_to_packed_array/pack.adb: New file.
15001 * gdb.ada/access_to_packed_array/pack.ads: New file.
15002
15003 2015-09-14 Markus Metzger <markus.t.metzger@intel.com>
15004
15005 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
15006 buffer size test.
15007
15008 2015-09-11 Don Breazeal <donb@codesourcery.com>
15009
15010 * gdb.base/foll-exec.c: Add copyright header. Fix
15011 formatting issues.
15012 * gdb.base/foll-exec.exp (zap_session): Delete proc.
15013 (do_exec_tests): Use clean_restart in place of zap_session,
15014 and for test initialization. Fix formatting issues. Use
15015 fail in place of perror.
15016 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
15017 an expect statement to match an expression with output from
15018 the program under debug.
15019 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
15020 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
15021 * gdb.threads/non-ldr-exc-2.exp: Likewise.
15022 * gdb.threads/non-ldr-exc-3.exp: Likewise.
15023 * gdb.threads/non-ldr-exc-4.exp: Likewise.
15024
15025 2015-09-09 Doug Evans <dje@google.com>
15026
15027 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
15028
15029 2015-09-09 Doug Evans <dje@google.com>
15030
15031 * gdb.base/pie-execl.exp: Fix result test of build_executable.
15032
15033 2015-09-09 Doug Evans <dje@google.com>
15034
15035 * gdb.base/savedregs.exp: Fix typo.
15036
15037 2015-09-09 Pedro Alves <palves@redhat.com>
15038
15039 * gdb.mi/mi-cli.exp: Add CLI finish tests.
15040
15041 2015-09-08 Sandra Loosemore <sandra@codesourcery.com>
15042
15043 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
15044 command actually switches threads. Give up on remaining
15045 tests if target fails to stop at breakpoint.
15046
15047 2015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
15048
15049 * gdb.ada/funcall_char.exp: New testcase.
15050 * gdb.ada/funcall_char/foo.adb: New file.
15051
15052 2015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
15053
15054 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
15055 expected outputs. Add two testcases for completing ambiguous
15056 functions.
15057 * gdb.ada/complete/aux_pck.adb: New file.
15058 * gdb.ada/complete/aux_pck.ads: New file.
15059 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
15060 Ambiguous_Func functions.
15061 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
15062 * gdb.ada/complete/pck.adb: Likewise.
15063
15064 2015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
15065
15066 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
15067 failures to run the test program under GDB.
15068
15069 2015-08-26 Luis Machado <lgustavo@codesourcery.com>
15070
15071 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
15072 to C.
15073
15074 2015-08-26 Patrick Palka <patrick@parcs.ath.cx>
15075
15076 * gdb.base/run-after-attach.exp: New test file.
15077 * gdb.base/run-after-attach.c: New test file.
15078
15079 2015-08-26 Don Breazeal <donb@codesourcery.com>
15080
15081 * gdb.base/foll-exec-2.c: New test program.
15082 * gdb.base/foll-exec-2.exp: New test.
15083
15084 2015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
15085
15086 * gdb.base/nested-subp1.exp: New file.
15087 * gdb.base/nested-subp1.c: New file.
15088 * gdb.base/nested-subp2.exp: New file.
15089 * gdb.base/nested-subp2.c: New file.
15090 * gdb.base/nested-subp3.exp: New file.
15091 * gdb.base/nested-subp3.c: New file.
15092
15093 2015-08-24 Pedro Alves <palves@redhat.com>
15094
15095 * gdb.server/connect-without-multi-process.c: New file.
15096 * gdb.server/connect-without-multi-process.exp: New file.
15097
15098 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
15099
15100 * gdb.opt/inline-markers.c: Make z int.
15101
15102 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
15103
15104 * gdb.opt/inline-markers.c: Make z volatile.
15105
15106 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
15107
15108 * gdb.opt/inline-bt.c: New volatile global z.
15109 * gdb.opt/inline-cmds.c: Likewise.
15110 * gdb.opt/inline-locals.c: Likewise.
15111 * gdb.opt/inline-markers.c: New extern global z.
15112 (marker): Use z.
15113 (inline_fn): Likewise.
15114
15115 2015-08-24 Pedro Alves <palves@redhat.com>
15116
15117 * config/m32r-stub.exp: Remove file.
15118 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
15119 * gdb.base/call-rt-st.exp: Likewise.
15120 * gdb.base/call-strs.exp: Likewise.
15121 * gdb.base/default.exp: Remove references to h8300-*-hms and
15122 *-*-udi*.
15123 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
15124
15125 2015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
15126
15127 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
15128 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
15129 and "return" use KFAIL when GDB can not read/write the vector
15130 return value.
15131
15132 2015-08-21 Gary Benson <gbenson@redhat.com>
15133
15134 * gdb.trace/pending.exp: Cope with remote transfer warnings.
15135
15136 2015-08-20 Pedro Alves <palves@redhat.com>
15137
15138 * gdb.server/solib-list.exp: No longer expect an interior stop in
15139 non-stop mode.
15140
15141 2015-08-20 Pedro Alves <palves@redhat.com>
15142
15143 * gdb.server/connect-stopped-target.c: New file.
15144 * gdb.server/connect-stopped-target.exp: New file.
15145
15146 2015-08-20 Pedro Alves <palves@redhat.com>
15147
15148 * gdb.dwarf2/comp-unit-lang.exp: New file.
15149 * gdb.dwarf2/comp-unit-lang.c: New file.
15150
15151 2015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
15152
15153 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
15154 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
15155
15156 2015-08-19 Kevin Buettner <kevinb@redhat.com>
15157
15158 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
15159 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
15160
15161 2015-08-18 Doug Evans <dje@google.com>
15162 Adrian Sendroiu <adrian.sendroiu@freescale.com>
15163
15164 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
15165 skip_python_tests. New arg prompt_regexp.
15166 (skip_python_tests): New function.
15167 * lib/mi-support.exp (mi_skip_python_tests): New function.
15168 * gdb.python/py-mi-objfile-gdb.py: New file.
15169 * gdb.python/py-mi-objfile.c: New file.
15170 * gdb.python/py-mi-objfile.exp: New file.
15171
15172 2015-08-17 Keith Seitz <keiths@redhat.com>
15173
15174 * gdb.linespec/explicit.exp: Move strace test from here ...
15175 * gdb.trace/strace.exp: ... to here.
15176
15177 2015-08-15 Patrick Palka <patrick@parcs.ath.cx>
15178
15179 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
15180 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
15181
15182 2015-08-14 Doug Evans <xdje42@gmail.com>
15183
15184 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
15185 inferior before selecting a new file.
15186
15187 2015-08-14 Doug Evans <xdje42@gmail.com>
15188
15189 * gdb.mi/mi-disassemble.exp: Update.
15190 * gdb.base/disasm-optim.S: New file.
15191 * gdb.base/disasm-optim.c: New file.
15192 * gdb.base/disasm-optim.h: New file.
15193 * gdb.base/disasm-optim.exp: New file.
15194
15195 2015-08-14 Keith Seitz <keiths@redhat.com>
15196
15197 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
15198 "evaluated-by".
15199
15200 2015-08-13 Joel Brobecker <brobecker@adacore.com>
15201
15202 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
15203
15204 2015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
15205
15206 * gdb.ada/fun_renaming.exp: New testcase.
15207 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
15208 * gdb.ada/fun_renaming/pack.adb: New file.
15209 * gdb.ada/fun_renaming/pack.ads: New file.
15210
15211 2015-08-12 Keith Seitz <keiths@redhat.com>
15212
15213 * gdb.base/dso2dso.exp: Pass basename of source file in call to
15214 gdb_get_line_number.
15215
15216 2015-08-12 Joel Brobecker <brobecker@adacore.com>
15217
15218 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
15219 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
15220 gdb.base/dso2dso.exp: New files.
15221
15222 2015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
15223 Pedro Alves <palves@redhat.com>
15224 Keith Seitz <keiths@redhat.com>
15225
15226 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
15227 GDBFLAGS.
15228
15229 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
15230
15231 * gdb.base/gdbhistsize-history.exp
15232 (test_histsize_history_setting): Use save_vars.
15233 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
15234 Use save_vars.
15235 (test_no_truncation_of_unlimited_history_file): Use save_vars.
15236 * gdb.base/readline.exp: Use save_vars.
15237
15238 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
15239
15240 * lib/gdb.exp (save_vars): New proc.
15241
15242 2015-08-11 Keith Seitz <keiths@redhat.com>
15243
15244 * gdb.base/help.exp: Update help_breakpoint_text.
15245
15246 2015-08-11 Keith Seitz <keiths@redhat.com>
15247
15248 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
15249 (at toplevel): Call test_explicit_breakpoints.
15250 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
15251 breakpoints.
15252 * lib/mi-support.exp (mi_make_breakpoint): Add support for
15253 breakpoint conditions, "-cond".
15254
15255 2015-08-11 Keith Seitz <keiths@redhat.com>
15256
15257 * gdb.linespec/3explicit.c: New file.
15258 * gdb.linespec/cpexplicit.cc: New file.
15259 * gdb.linespec/cpexplicit.exp: New file.
15260 * gdb.linespec/explicit.c: New file.
15261 * gdb.linespec/explicit.exp: New file.
15262 * gdb.linespec/explicit2.c: New file.
15263 * gdb.linespec/ls-errs.exp: Add explicit location tests.
15264 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
15265 before using in the matching pattern.
15266 Clarify that `prefix' is a regular expression.
15267
15268 2015-08-11 Keith Seitz <keiths@redhat.com>
15269
15270 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
15271 test.
15272 Add tests for missing ",FMT" and ",".
15273
15274 2015-08-10 Doug Evans <dje@google.com>
15275 Keith Seitz <keiths@redhat.com>
15276
15277 PR gdb/17960
15278 * gdb.base/completion.exp: Add location completer tests.
15279
15280 2015-08-07 Pedro Alves <palves@redhat.com>
15281
15282 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
15283 tests here.
15284 (top level): Run do_test with and without displaced stepping.
15285
15286 2015-08-07 Pedro Alves <palves@redhat.com>
15287
15288 * gdb.base/valgrind-disp-step.c: New file.
15289 * gdb.base/valgrind-disp-step.exp: New file.
15290
15291 2015-08-07 Pedro Alves <palves@redhat.com>
15292
15293 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
15294 Delete function.
15295 (main): Add alarm. Run an infinite loop instead of calling
15296 wait_threads.
15297 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
15298 comment.
15299 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
15300 Delete function.
15301 (main): Add alarm. Run an infinite loop instead of calling
15302 wait_threads.
15303 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
15304 comment.
15305
15306 2015-08-07 Pedro Alves <palves@redhat.com>
15307
15308 * gdb.base/checkpoint-ns.exp: New file.
15309 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
15310 standard_testfile.
15311
15312 2015-08-07 Markus Metzger <markus.t.metzger@intel.com>
15313
15314 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
15315 * gdb.btrace/instruction_history.exp: Update.
15316 * gdb.btrace/tsx.exp: New.
15317 * gdb.btrace/tsx.c: New.
15318
15319 2015-08-06 Pedro Alves <palves@redhat.com>
15320
15321 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
15322 increase timeout.
15323 * gdb.reverse/until-precsave.exp: Bump timeouts.
15324
15325 2015-08-06 Pedro Alves <palves@redhat.com>
15326
15327 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
15328
15329 2015-08-06 Pedro Alves <palves@redhat.com>
15330
15331 PR gdb/18749
15332 * gdb.threads/process-dies-while-handling-bp.c: New file.
15333 * gdb.threads/process-dies-while-handling-bp.exp: New file.
15334
15335 2015-08-06 Pedro Alves <palves@redhat.com>
15336
15337 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
15338 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
15339
15340 2015-08-05 Pedro Alves <palves@redhat.com>
15341
15342 * gdb.threads/next-while-other-thread-longjmps.c: New file.
15343 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
15344
15345 2015-08-03 Sandra Loosemore <sandra@codesourcery.com>
15346
15347 * gdb.base/bp-permanent.exp: Report test as unsupported if
15348 the target cannot stop at the permanent breakpoint.
15349
15350 2015-08-03 Doug Evans <dje@google.com>
15351
15352 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
15353 10000.
15354
15355 2015-08-03 Doug Evans <dje@google.com>
15356
15357 * Makefile.in (workers/%.worker, build-perf): New rule.
15358 (GDB_PERFTEST_MODE): New variable.
15359 (check-perf): Use it.
15360 (clean): Clean up gdb.perf parallel build subdirs.
15361 * lib/build-piece.exp: New file.
15362 * lib/gdb.exp (make_gdb_parallel_path): New function
15363 (standard_output_file, standard_temp_file): Call it.
15364 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
15365 of $GDB_PARALLEL.
15366 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
15367
15368 2015-08-03 Doug Evans <dje@google.com>
15369
15370 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
15371 (LOG_FILE_NAME): New global.
15372 (TextReporter.__init__): Initialize self.txt_sum.
15373 (TextReporter.report): Add support for multiple data-points.
15374 Move report to perftest.sum, put raw data in perftest.log.
15375 (TextReporter.start): Open sum and log files.
15376 (TextReporter.end): Close sum and log files.
15377 * gdb.perf/lib/perftest/testresult.py
15378 (SingleStatisticTestResult.record): Handle multiple data-points.
15379
15380 2015-07-31 Pedro Alves <palves@redhat.com>
15381
15382 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
15383 Use spawn_id_get_pid. Wait for spawn id after eof. Use
15384 kill_wait_spawned_process instead of explicit "kill -9".
15385 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
15386 returning a spawn id instead of a pid. Use spawn_id_get_pid and
15387 kill_wait_spawned_process.
15388 * gdb.base/attach-twice.exp: Likewise.
15389 * gdb.base/attach.exp: Likewise.
15390 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
15391 gdb_test_multiple.
15392 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
15393 returning a spawn id instead of a pid. Use spawn_id_get_pid and
15394 kill_wait_spawned_process.
15395 * gdb.base/valgrind-infcall.exp: Likewise.
15396 * gdb.multi/multi-attach.exp: Likewise.
15397 * gdb.python/py-prompt.exp: Likewise.
15398 * gdb.python/py-sync-interp.exp: Likewise.
15399 * gdb.server/ext-attach.exp: Likewise.
15400 * gdb.threads/attach-into-signal.exp (corefunc): Use
15401 spawn_wait_for_attach, spawn_id_get_pid and
15402 kill_wait_spawned_process.
15403 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
15404 spawn_wait_for_attach returning a spawn id instead of a pid. Use
15405 spawn_id_get_pid and kill_wait_spawned_process.
15406 * gdb.threads/attach-stopped.exp (corefunc): Use
15407 spawn_wait_for_attach, spawn_id_get_pid and
15408 kill_wait_spawned_process.
15409 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
15410 Use spawn_id_get_pid. Wait for spawn id after eof. Use
15411 kill_wait_spawned_process instead of explicit "kill -9".
15412 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
15413 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
15414 (spawn_wait_for_attach): Use spawn instead of exec to spawn
15415 processes. Don't map cygwin/windows pids here. Now returns a
15416 spawn id list.
15417
15418 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
15419
15420 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
15421 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
15422 correct patch.
15423
15424 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
15425
15426 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
15427
15428 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
15429
15430 Reapply:
15431 2014-05-21 Mark Wielaard <mjw@redhat.com>
15432
15433 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
15434
15435 2015-07-30 Pedro Alves <palves@redhat.com>
15436
15437 * linux-low.c (handle_extended_wait): Set the child's last
15438 reported status to TARGET_WAITKIND_STOPPED.
15439
15440 2015-07-30 Pedro Alves <palves@redhat.com>
15441
15442 PR threads/18600
15443 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
15444 only shows inferior 1.
15445
15446 2015-07-30 Simon Marchi <simon.marchi@ericsson.com>
15447 Pedro Alves <palves@redhat.com>
15448
15449 PR threads/18600
15450 * gdb.threads/fork-plus-threads.c: New file.
15451 * gdb.threads/fork-plus-threads.exp: New file.
15452
15453 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
15454
15455 * gdb.base/batch-preserve-term-settings.exp
15456 (test_terminal_settings_preserved_after_cli_exit): Use
15457 send_quit_command.
15458
15459 2015-07-29 Pedro Alves <palves@redhat.com>
15460 Don Breazeal <donb@codesourcery.com>
15461
15462 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
15463 output from both inferior_spawn_id and gdb_spawn_id.
15464
15465 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
15466
15467 * gdb.threads/attach-into-signal.exp (corefunc): Use
15468 with_test_prefix on nested loops, uniquefying the test messages.
15469
15470 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
15471
15472 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
15473 commit.
15474
15475 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
15476
15477 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
15478 New proc.
15479 (test_terminal_settings_preserved_after_sigterm): New test.
15480
15481 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
15482
15483 * gdb.base/batch-preserve-term-settings.exp
15484 (test_terminal_settings_preserved_after_cli_exit): New test.
15485
15486 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
15487
15488 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
15489 manipulation of saved_gdbflags.
15490 (test_terminal_settings_preserved): Remove global declaration of
15491 the unused variable pagination_prompt. Remove manipulation of
15492 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
15493 GDBFLAGS.
15494
15495 2015-07-29 Pedro Alves <palves@redhat.com>
15496
15497 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
15498
15499 2015-07-29 Pedro Alves <palves@redhat.com>
15500
15501 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
15502 at the top.
15503
15504 2015-07-29 Pedro Alves <palves@redhat.com>
15505
15506 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
15507 (main): Call gdb_unbuffer_output.
15508 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
15509 (main): Call gdb_unbuffer_output.
15510 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
15511 (main): Call gdb_unbuffer_output.
15512 * gdb.base/call-strs.exp: Adjust to step over the
15513 gdb_unbuffer_output call.
15514 * gdb.base/catch-gdb-caused-signals.c: Include
15515 "../lib/unbuffer_output.c".
15516 (main): Call gdb_unbuffer_output.
15517 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
15518 (main): Call gdb_unbuffer_output.
15519 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
15520 (main): Call gdb_unbuffer_output.
15521 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
15522 (main): Call gdb_unbuffer_output.
15523 * gdb.base/shlib-call.exp: Adjust to step over the
15524 gdb_unbuffer_output call.
15525 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
15526 (main): Call gdb_unbuffer_output.
15527 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
15528 (main): Call gdb_unbuffer_output.
15529 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
15530 (main): Rename to ...
15531 (test): ... this.
15532 (main): Reimplement.
15533 * gdb.base/varargs.exp: Run to test instead of to main.
15534 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
15535 (main): Call gdb_unbuffer_output.
15536
15537 2015-07-29 Pedro Alves <palves@redhat.com>
15538
15539 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
15540 factore out from mi_continue_dprintf. For call-style dprintfs,
15541 expect dprintf output out of $inferior_spawn_id.
15542 (mi_continue_dprintf): Use mi_expect_dprintf.
15543 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
15544 (main): Call gdb_unbuffer_output.
15545
15546 2015-07-29 Pedro Alves <palves@redhat.com>
15547
15548 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
15549 (default_mi_gdb_start): Set inferior_spawn_id instead of
15550 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
15551 gdb_spawn_id.
15552 (mi_gdb_test): Always expect inferior output from both
15553 $inferior_spawn_id and $gdb_spawn_id.
15554
15555 2015-07-29 Pedro Alves <palves@redhat.com>
15556
15557 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
15558 send_inferior and $inferior_spawn_id.
15559
15560 2015-07-29 Pedro Alves <palves@redhat.com>
15561
15562 * gdb.gdb/complaints.exp (test_initial_complaints)
15563 (test_serial_complaints, test_short_complaints): Use
15564 gdb_test_stdio.
15565 (test_empty_complaint): Handle $inferior_spawn_id !=
15566 $gdb_spawn_id.
15567
15568 2015-07-29 Pedro Alves <palves@redhat.com>
15569
15570 * gdb.base/varargs.exp: Use gdb_test_stdio.
15571
15572 2015-07-29 Pedro Alves <palves@redhat.com>
15573
15574 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
15575
15576 2015-07-29 Pedro Alves <palves@redhat.com>
15577
15578 * gdb.base/ending-run.exp: Use gdb_test_stdio.
15579
15580 2015-07-29 Pedro Alves <palves@redhat.com>
15581
15582 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
15583 parameter into two new parameters, "inf_result" and "gdb_result".
15584 Expect inferior output and gdb output from $inferior_spawn_id and
15585 $gdb_spawn_id, respectively. Adjust all callers.
15586
15587 2015-07-29 Pedro Alves <palves@redhat.com>
15588
15589 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
15590 of gdb_test_sequence.
15591
15592 2015-07-29 Pedro Alves <palves@redhat.com>
15593
15594 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
15595 (saw_spurious_output): Expect inferior output from
15596 $inferior_spawn_id. Use gdb_test_stdio.
15597
15598 2015-07-29 Pedro Alves <palves@redhat.com>
15599
15600 * gdb.base/dprintf.exp: Use standard_testfile. Change
15601 prepare_for_testing call.
15602 (srcfile): Don't set.
15603 (restart): New procedure.
15604 (test_dprintf): New procecure, use to continue over dprintfs.
15605 (test_call, test_agent): New procedures, tests moved here.
15606 Restart gdb and recreate dprintfs. Adjust expected output.
15607
15608 2015-07-29 Pedro Alves <palves@redhat.com>
15609
15610 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
15611
15612 2015-07-29 Pedro Alves <palves@redhat.com>
15613
15614 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
15615
15616 2015-07-29 Pedro Alves <palves@redhat.com>
15617
15618 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
15619 gdb_test_stdio.
15620
15621 2015-07-29 Pedro Alves <palves@redhat.com>
15622
15623 * lib/gdb.exp (gdb_test_stdio): New procedure.
15624
15625 2015-07-29 Pedro Alves <palves@redhat.com>
15626
15627 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
15628
15629 2015-07-29 Pedro Alves <palves@redhat.com>
15630
15631 * gdb.base/call-signal-resume.exp: Remove check for
15632 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
15633 * gdb.base/unwindonsignal.exp: Likewise.
15634 * gdb.base/call-signals.c (gen_signal): Remove printf call.
15635 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
15636
15637 2015-07-29 Pedro Alves <palves@redhat.com>
15638
15639 * gdb.base/siginfo-addr.c (pass): New function.
15640 (handler): Call it iff si_addr is correct.
15641 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
15642 Set a breakpoint at "pass" and continue to it.
15643
15644 2015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
15645
15646 * gdb.python/py-objfile.exp: Make some tests have unique names.
15647 * gdb.python/py-pp-registration.exp: Likewise.
15648
15649 2015-07-28 Pedro Alves <palves@redhat.com>
15650
15651 * gdb.server/server-exec-info.exp: Issue a "disconnect".
15652
15653 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
15654
15655 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
15656
15657 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
15658
15659 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
15660
15661 2015-07-27 Patrick Palka <patrick@parcs.ath.cx>
15662
15663 * gdb.base/gdb-sigterm-2.exp: New test.
15664
15665 2015-07-25 Doug Evans <xdje42@gmail.com>
15666
15667 Revert:
15668 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
15669 (workers/%.worker, build-perf): New rule.
15670 (GDB_PERFTEST_MODE): New variable.
15671 (check-perf): Use it.
15672 (clean): Clean up gdb.perf parallel build subdirs.
15673 * lib/build-piece.exp: New file.
15674 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
15675 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
15676 name.
15677 (standard_temp_file): Ditto.
15678 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
15679 of $GDB_PARALLEL.
15680
15681 2015-07-24 Doug Evans <dje@google.com>
15682
15683 * gdb.perf/lib/perftest/utils.py: New file.
15684 * gdb.perf/gm-hello.cc: New file.
15685 * gdb.perf/gm-pervasive-typedef.cc: New file.
15686 * gdb.perf/gm-pervasive-typedef.h: New file.
15687 * gdb.perf/gm-std.cc: New file.
15688 * gdb.perf/gm-std.h: New file.
15689 * gdb.perf/gm-use-cerr.cc: New file.
15690 * gdb.perf/gm-utils.h: New file.
15691 * gdb.perf/gmonster-null-lookup.py: New file.
15692 * gdb.perf/gmonster-pervasive-typedef.py: New file.
15693 * gdb.perf/gmonster-print-cerr.py: New file.
15694 * gdb.perf/gmonster-ptype-string.py: New file.
15695 * gdb.perf/gmonster-runto-main.py: New file.
15696 * gdb.perf/gmonster-select-file.py: New file.
15697 * gdb.perf/gmonster1-null-lookup.exp: New file.
15698 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
15699 * gdb.perf/gmonster1-print-cerr.exp: New file.
15700 * gdb.perf/gmonster1-ptype-string.exp: New file.
15701 * gdb.perf/gmonster1-runto-main.exp: New file.
15702 * gdb.perf/gmonster1-select-file.exp: New file.
15703 * gdb.perf/gmonster1.cc: New file.
15704 * gdb.perf/gmonster1.exp: New file.
15705 * gdb.perf/gmonster2-null-lookup.exp: New file.
15706 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
15707 * gdb.perf/gmonster2-print-cerr.exp: New file.
15708 * gdb.perf/gmonster2-ptype-string.exp: New file.
15709 * gdb.perf/gmonster2-runto-main.exp: New file.
15710 * gdb.perf/gmonster2-select-file.exp: New file.
15711 * gdb.perf/gmonster2.cc: New file.
15712 * gdb.perf/gmonster2.exp: New file.
15713
15714 2015-07-24 Doug Evans <dje@google.com>
15715
15716 * gdb.perf/README: New file.
15717 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
15718 * lib/gen-perf-test.exp: New file.
15719
15720 2015-07-24 Doug Evans <dje@google.com>
15721
15722 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
15723 (PerfTest::startup): New function.
15724 (PerfTest::run): Return result of calling body.
15725 (PerfTest::assemble): Rewrite.
15726 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
15727 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
15728 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
15729 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
15730 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
15731
15732 2015-07-24 Doug Evans <dje@google.com>
15733
15734 * lib/gdb.exp (clean_restart): Make executable optional.
15735
15736 2015-07-24 Doug Evans <dje@google.com>
15737
15738 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
15739 compiler_info references.
15740 * gdb.cp/temargs.exp: Ditto.
15741 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
15742 (get_compiler_info): Early exit if already computed. Set compiler_info
15743 to "unknown" if there was a problem.
15744 (test_compiler_info): Add function comment. Call get_compiler_info.
15745
15746 2015-07-24 Doug Evans <dje@google.com>
15747
15748 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
15749 (workers/%.worker, build-perf): New rule.
15750 (GDB_PERFTEST_MODE): New variable.
15751 (check-perf): Use it.
15752 (clean): Clean up gdb.perf parallel build subdirs.
15753 * lib/build-piece.exp: New file.
15754 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
15755 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
15756 name.
15757 (standard_temp_file): Ditto.
15758 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
15759 of $GDB_PARALLEL.
15760
15761 2015-07-24 Doug Evans <dje@google.com>
15762
15763 * lib/future.exp (gdb_default_target_compile): New option
15764 "early_flags".
15765 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
15766 --as-needed.
15767
15768 2015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
15769
15770 * gdb.base/catch-syscall.exp: Call gdb_exit before
15771 gdb_skip_xml_test.
15772
15773 2015-07-24 Pedro Alves <palves@redhat.com>
15774
15775 * gdb.python/py-events.exp: Accept output between the stop event
15776 and the prompt.
15777 * gdb.python/py-evsignal.exp: Likewise.
15778 * gdb.python/py-evthreads.exp: Likewise.
15779
15780 2015-07-24 Pedro Alves <palves@redhat.com>
15781
15782 PR gdb/18717
15783 * gdb.threads/non-ldr-exit.c: New file.
15784 * gdb.threads/non-ldr-exit.exp: New file.
15785
15786 2015-07-24 Yao Qi <yao.qi@linaro.org>
15787
15788 * gdb.server/ext-wrapper.exp: Test --wrapper option when
15789 restarting process.
15790
15791 2015-07-24 Yao Qi <yao.qi@linaro.org>
15792
15793 * gdb.server/ext-restart.exp: New file.
15794
15795 2015-07-24 Yao Qi <yao.qi@linaro.org>
15796
15797 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
15798 argument options.
15799 * gdb.server/ext-wrapper.exp: New file.
15800
15801 2015-07-23 Doug Evans <dje@google.com>
15802
15803 * gdb.dwarf2/dw2-dummy-cu.S: New file.
15804 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
15805
15806 2015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
15807
15808 * gdb.ada/var_arr_typedef.exp: New testcase.
15809 * gdb.ada/var_arr_typedef/pack.adb: New file.
15810 * gdb.ada/var_arr_typedef/pack.ads: New file.
15811 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
15812
15813 2015-07-20 Joel Brobecker <brobecker@adacore.com>
15814
15815 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
15816
15817 2015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
15818
15819 * gdb.arch/i386-biarch-core.exp: Replace istarget
15820 by "complete set gnutarget". Remove expectation for the "core-file"
15821 command.
15822
15823 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
15824
15825 Revert the previous commit:
15826 Tests for validate symbol file using build-id.
15827
15828 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
15829
15830 Tests for validate symbol file using build-id.
15831 * gdb.base/solib-mismatch-lib.c: New file.
15832 * gdb.base/solib-mismatch-libmod.c: New file.
15833 * gdb.base/solib-mismatch.c: New file.
15834 * gdb.base/solib-mismatch.exp: New file.
15835
15836 2015-07-15 Sandra Loosemore <sandra@codesourcery.com>
15837
15838 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
15839 nios2-*-linux*.
15840 * gdb.base/sigbpt.exp (stepi_out): Likewise.
15841 * gdb.base/siginfo.exp: Likewise.
15842 * gdb.base/sigstep.exp (advance, advancei): Likewise.
15843
15844 2015-07-15 Pierre Langlois <pierre.langlois@arm.com>
15845
15846 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
15847 Move it to ...
15848 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
15849 ... here.
15850 * gdb.trace/range-stepping.exp: Check that the target supports
15851 range stepping.
15852
15853 2015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
15854
15855 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
15856
15857 2015-07-14 Pedro Alves <palves@redhat.com>
15858
15859 * gdb.base/killed-outside.exp: New file.
15860 * gdb.base/killed-outside.c: New file.
15861
15862 2015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
15863
15864 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
15865 (n at main): New.
15866 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
15867
15868 2015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
15869
15870 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
15871 infcall tests instead of setting up for KFAIL.
15872
15873 2015-07-10 Markus Metzger <markus.t.metzger@intel.com>
15874
15875 * gdb.btrace/record_goto-step.exp: New.
15876
15877 2015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
15878
15879 PR compile/18484
15880 * gdb.compile/compile.c (struct struct_type): Add volatile to
15881 selffield's type.
15882 * gdb.compile/compile.exp
15883 (compile code struct_object.selffield = &struct_object): Skip further
15884 struct_object tests if this one xfails.
15885
15886 2015-07-08 Robert O'Callahan <robert@ocallahan.org>
15887
15888 PR exp/18617
15889 * gdb.trace/ax.exp: Add test.
15890
15891 2015-07-07 Yao Qi <yao.qi@linaro.org>
15892
15893 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
15894 instead of istarget "aarch64*-*-*".
15895 * gdb.arch/aarch64-fp.exp: Likewise.
15896 * gdb.base/float.exp: Likewise.
15897 * gdb.reverse/aarch64.exp: Likewise.
15898 * lib/gdb.exp (is_aarch64_target): New proc.
15899
15900 2015-07-07 Yao Qi <yao.qi@linaro.org>
15901
15902 * lib/gdb.exp (is_aarch32_target): New proc.
15903 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
15904 instead of "istarget "arm*-*-*"".
15905 * gdb.arch/arm-disp-step.exp: Likewise.
15906 * gdb.arch/thumb-bx-pc.exp: Likewise.
15907 * gdb.arch/thumb-prologue.exp: Likewise.
15908 * gdb.arch/thumb-singlestep.exp: Likewise.
15909 * gdb.base/disp-step-syscall.exp: Likewise.
15910 * gdb.base/float.exp: Likewise.
15911
15912 2015-07-07 Yao Qi <yao.qi@linaro.org>
15913
15914 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
15915 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
15916
15917 2015-07-07 Yao Qi <yao.qi@linaro.org>
15918
15919 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
15920 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
15921 if it exists.
15922 * gdb.multi/multi-arch.exp: Likewise.
15923
15924 2015-07-07 Simon Marchi <simon.marchi@ericsson.com>
15925
15926 * gdb.python/py-lazy-string.exp: Add missing parentheses to
15927 print.
15928
15929 2015-07-07 Yao Qi <yao.qi@linaro.org>
15930
15931 * gdb.arch/thumb-singlestep.exp: Do one more single step.
15932
15933 2015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
15934
15935 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
15936 '[' and ']' characters.
15937
15938 2015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
15939
15940 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
15941
15942 2015-06-29 Pedro Alves <palves@redhat.com>
15943
15944 PR threads/18127
15945 * gdb.threads/hand-call-new-thread.c: New file.
15946 * gdb.threads/hand-call-new-thread.c: New file.
15947
15948 2015-06-26 Keith Seitz <keiths@redhat.com>
15949 Doug Evans <dje@google.com>
15950
15951 PR 16253
15952 * gdb.cp/var-tag-2.cc: New file.
15953 * gdb.cp/var-tag-3.cc: New file.
15954 * gdb.cp/var-tag-4.cc: New file.
15955 * gdb.cp/var-tag.cc: New file.
15956 * gdb.cp/var-tag.exp: New file.
15957
15958 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
15959
15960 * gdb.base/history-duplicates.exp: New test.
15961
15962 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
15963
15964 * gdb.base/completion.exp: Test the completion of the "focus"
15965 command.
15966
15967 2015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
15968
15969 * gdb.arch/amd64-prologue-skip.S: New file.
15970 * gdb.arch/amd64-prologue-skip.exp: New file.
15971
15972 2015-06-25 Simon Marchi <simon.marchi@ericsson.com>
15973
15974 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
15975 is_address_zero_readable check.
15976
15977 2015-06-24 Peter Bergner <bergner@vnet.ibm.com>
15978
15979 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
15980 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
15981
15982 2015-06-24 Yao Qi <yao.qi@linaro.org>
15983
15984 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
15985 linux targets.
15986
15987 2015-06-24 Yao Qi <yao.qi@linaro.org>
15988
15989 * lib/gdb.exp (supports_get_siginfo_type): New proc.
15990 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
15991 * gdb.base/siginfo-thread.exp: Likewise.
15992
15993 2015-06-22 Yao Qi <yao.qi@linaro.org>
15994
15995 * boards/remote-gdbserver-on-localhost.exp: Add comments.
15996
15997 2015-06-22 Yao Qi <yao.qi@linaro.org>
15998
15999 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
16000 aarch64*-*-*.
16001 (skip_hw_watchpoint_tests): Likewise.
16002
16003 2015-06-18 Patrick Palka <patrick@parcs.ath.cx>
16004
16005 * gdb.base/gdbinit-history.exp: Test the interaction between
16006 setting GDBHISTSIZE and setting the history size via .gdbinit.
16007
16008 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
16009
16010 PR gdb/16999
16011 * gdb.base/gdbhistsize-history.exp: New test.
16012
16013 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
16014
16015 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
16016 with GDBHISTSIZE.
16017 * gdb.base/readline.exp: Likewise.
16018
16019 2015-06-17 Yao Qi <yao.qi@linaro.org>
16020
16021 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
16022 line.
16023
16024 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
16025
16026 * gdb.base/gdbinit-history.exp: Add test case to check that
16027 an unlimited history file does not get truncated on exit.
16028
16029 2015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
16030
16031 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
16032 (VECTOR): New macro. Use it...
16033 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
16034 ...for these typedefs.
16035 (int8, char1, int1, double1): New typedefs.
16036 (struct just_int2, struct two_int2): New structures.
16037 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
16038 (add_structvecs, add_singlevecs): New functions.
16039 (main): Call add_some_intvecs twice.
16040 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
16041 the compile and exit upon failure. Try compiling for the "native"
16042 architecture. Test inferior function calls with vector arguments
16043 and vector return value handling with "finish" and "return".
16044
16045 2015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
16046
16047 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
16048 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
16049 PE file.
16050 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
16051
16052 2015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
16053
16054 PR breakpoints/16465
16055 * gdb.mi/mi-dprintf-pending.c: New file.
16056 * gdb.mi/mi-dprintf-pending.exp: New test.
16057 * gdb.mi/mi-dprintf-pendshr.c: New file.
16058
16059 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
16060 Mircea Gherzan <mircea.gherzan@intel.com>
16061
16062 * gdb.arch/i386-mpx-map.c: New file.
16063 * gdb.arch/i386-mpx-map.exp: New File.
16064
16065 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
16066
16067 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
16068 * gdb.arch/i386-mpx.exp: Indentation fixed.
16069
16070 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
16071
16072 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
16073 function and improved indentation.
16074 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
16075 gdb_test_multiple. Added additional tests to skip the test.
16076
16077 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
16078
16079 * gdb.arch/i386-avx512.c: Change path in include file.
16080 * gdb.arch/i386-avx512.exp: Change include dir path
16081 compilation flag.
16082 * gdb.arch/i386-mpx.c: Change path in include file.
16083 * gdb.arch/i386-mpx.exp: Change include dir path compilation
16084 flag.
16085
16086 2015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
16087
16088 * gdb.compile/compile-print.exp (compile print *vararray@3)
16089 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
16090
16091 2015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
16092
16093 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
16094 (do not keep jit in memory): ... this.
16095 (expect 5): Change it to ...
16096 (expect no 5): ... this.
16097
16098 2015-06-02 Simon Marchi <simon.marchi@ericsson.com>
16099
16100 PR gdb/15564
16101 * gdb.mi/mi-detach.exp: New file.
16102
16103 2015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
16104
16105 PR symtab/18392
16106 * gdb.arch/amd64-tailcall-self.S: New file.
16107 * gdb.arch/amd64-tailcall-self.c: New file.
16108 * gdb.arch/amd64-tailcall-self.exp: New file.
16109
16110 2015-05-28 Don Breazeal <donb@codesourcery.com>
16111
16112 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
16113 tests for remote targets by checking is_target_gdbserver.
16114
16115 2015-05-27 Doug Evans <dje@google.com>
16116
16117 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
16118 * gdb.dwarf2/opaque-type-lookup.c: New file.
16119 * gdb.dwarf2/opaque-type-lookup.exp: New file.
16120
16121 2015-05-26 Doug Evans <dje@google.com>
16122
16123 * gdb.cp/iostream.cc: New file.
16124 * gdb.cp/iostream.exp: New file.
16125
16126 2015-05-26 Doug Evans <dje@google.com>
16127
16128 * gdb.dwarf2/dw2-op-call.exp: Update.
16129 * gdb.dwarf2/dw4-sig-types.exp: Update.
16130 * gdb.dwarf2/implptr.exp: Update.
16131 * gdb.mi/mi-cmd-param-changed.exp: Update.
16132
16133 2015-05-26 Doug Evans <dje@google.com>
16134
16135 * gdb.python/py-lazy-string.c: New file.
16136 * gdb.python/py-lazy-string.exp: New file.
16137 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
16138 (main): Update. Add estring3.
16139 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
16140 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
16141
16142 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
16143 Yao Qi <yao.qi@linaro.org>
16144
16145 * gdb.reverse/aarch64.c: New.
16146 * gdb.reverse/aarch64.exp: New.
16147
16148 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
16149
16150 * lib/gdb.exp (supports_process_record): Return true for
16151 aarch64*-linux*.
16152 (supports_reverse): Likewise.
16153
16154 2015-05-22 Patrick Palka <patrick@parcs.ath.cx>
16155
16156 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
16157 Use with_test_prefix.
16158
16159 2015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
16160
16161 * gdb.base/completion.exp: Add test for completion of layout
16162 names.
16163
16164 2015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
16165
16166 * lib/gdb.exp (skip_tui_tests): New proc.
16167 * gdb.base/tui-layout.exp: Check skip_tui_tests.
16168
16169 2015-05-19 Pedro Alves <palves@redhat.com>
16170
16171 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
16172 Save the whole env array instead of just HOME. Unset HISTSIZE in
16173 the environment while testing. Restore whole environment
16174 afterwards.
16175
16176 2015-05-16 Doug Evans <xdje42@gmail.com>
16177
16178 * gdb.guile/scm-ports.c: New file.
16179 * gdb.guile/scm-ports.exp: Add memory port tests.
16180
16181 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
16182
16183 * gdb.compile/compile-print.c: New file.
16184 * gdb.compile/compile-print.exp: New file.
16185
16186 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
16187
16188 * gdb.compile/compile-ops.exp: Cast param to void.
16189 * gdb.compile/compile.exp: Complete type for _gdb_expr.
16190 (compile code struct_object.selffield = &struct_object): Add xfail.
16191
16192 2015-05-15 Joel Brobecker <brobecker@adacore.com>
16193
16194 * gdb.ada/arr_enum_with_gap: New testcase.
16195
16196 2015-05-15 Joel Brobecker <brobecker@adacore.com>
16197
16198 * gdb.ada/byte_packed_arr: New testcase.
16199
16200 2015-05-15 Joel Brobecker <brobecker@adacore.com>
16201
16202 * gdb.ada/pckd_neg: New testcase.
16203
16204 2015-05-13 Patrick Palka <patrick@parcs.ath.cx>
16205
16206 PR gdb/17820
16207 * gdb.base/gdbinit-history.exp: New test.
16208 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
16209 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
16210
16211 2015-05-09 Siva Chandra Reddy <sivachandra@google.com>
16212
16213 * gdb.python/py-xmethods.cc: Enhance test case.
16214 * gdb.python/py-xmethods.exp: New tests.
16215 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
16216 function.
16217 (B_indexoper): Likewise.
16218 (global_dm_list) : Add new xmethod worker functions.
16219
16220 2015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
16221
16222 * gdb.base/coredump-filter.exp: Correctly unset
16223 "coredump_var_addr" array.
16224
16225 2015-05-08 Pedro Alves <palves@redhat.com>
16226
16227 * gdb.server/non-existing-program.exp: Unset spawn_id.
16228
16229 2015-05-08 Siva Chandra Reddy <sivachandra@google.com>
16230
16231 PR python/18291
16232 * gdb.python/py-xmethods.exp: Add tests.
16233
16234 2015-05-08 Yao Qi <yao.qi@linaro.org>
16235
16236 PR gdb/18208
16237 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
16238 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
16239 function set_coredump_filter, and remove remote_exec call.
16240 Remove argument ipid. Callers update.
16241 (top level): Don't get inferior's PID.
16242
16243 2015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
16244
16245 * gdb.base/watch_thread_num.exp: Skip test on targets without
16246 access watchpoints.
16247
16248 2015-05-06 Pedro Alves <palves@redhat.com>
16249
16250 PR server/18081
16251 * gdb.server/non-existing-program.exp: New file.
16252
16253 2015-05-05 Joel Brobecker <brobecker@adacore.com>
16254
16255 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
16256
16257 2015-05-05 Joel Brobecker <brobecker@adacore.com>
16258
16259 * gdb.ada/out_of_line_in_inlined: New testcase.
16260
16261 2015-05-05 Joel Brobecker <brobecker@adacore.com>
16262
16263 * gdb.ada/var_rec_arr: New testcase.
16264
16265 2015-04-30 Yao Qi <yao.qi@linaro.org>
16266
16267 * gdb.base/break-idempotent.exp: If
16268 skip_hw_watchpoint_multi_tests returns true, skip the tests
16269 on "rwatch" and "awatch".
16270
16271 2015-04-30 Yao Qi <yao.qi@linaro.org>
16272
16273 * gdb.base/relativedebug.exp: Invoke gdb command
16274 "info sharedlibrary", and if libc.so doesn't have debug info,
16275 skip the test.
16276
16277 2015-04-29 Doug Evans <dje@google.com>
16278
16279 * gdb.python/py-xmethods.exp: Add ptype tests.
16280 * gdb.python/py-xmethods.py (E_method_char_worker): Add
16281 get_result_type method.
16282
16283 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
16284
16285 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
16286 the target does not support hardware watchpoints.
16287
16288 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
16289
16290 * gdb.base/break-always.exp: Abort testing if writing to memory
16291 causes an error.
16292
16293 2015-04-28 Doug Evans <dje@google.com>
16294
16295 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
16296 * gdb.python/py-pp-registration.exp: ... here. New file.
16297 * gdb.python/py-pp-registration.c: New file.
16298 * gdb.python/py-pp-registration.py: New file.
16299
16300 2015-04-28 Doug Evans <dje@google.com>
16301
16302 * gdb.python/py-bad-printers.c: New file.
16303 * gdb.python/py-bad-printers.py: New file.
16304 * gdb.python/py-bad-printers.exp: New file.
16305
16306 2015-04-28 Sasha Smundak <asmundak@google.com>
16307
16308 * gdb.python/py-type.exp: New test.
16309
16310 2015-04-28 Andy Wingo <wingo@igalia.com>
16311
16312 * gdb.python/py-parameter.exp:
16313 * gdb.guile/scm-parameter.exp: Escape the path that we are
16314 matching against, as it might contain characters that are special
16315 to regular expressions.
16316
16317 2015-04-27 Joel Brobecker <brobecker@adacore.com>
16318
16319 * gdb.ada/rec_comp: New testcase.
16320
16321 2015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
16322
16323 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
16324 before using it.
16325
16326 2015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
16327
16328 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
16329 new tests for verilog output.
16330
16331 2015-04-24 Yao Qi <yao.qi@linaro.org>
16332
16333 * boards/remote-gdbserver-on-localhost.exp: New file.
16334
16335 2015-04-23 Pedro Alves <palves@redhat.com>
16336
16337 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
16338 $inferior_spawn_id instead of $inferior_spawn_id directly. On
16339 "end of file", remove $inferior_spawn_id from the indirect list.
16340
16341 2015-04-23 Pedro Alves <palves@redhat.com>
16342
16343 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
16344
16345 2015-04-23 Pedro Alves <palves@redhat.com>
16346
16347 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
16348 on $any_spawn_id instead of only on $gdb_spawn_id.
16349
16350 2015-04-21 Pierre Muller <muller@sourceware.org>
16351
16352 PR pascal/17815
16353 * lib/pascal.exp (gpc_compile): Add new option "class".
16354 (fpc_compile): Likewise.
16355 * gdb.pascal/case-insensitive-symbols.pas: New file.
16356 * gdb.pascal/case-insensitive-symbols.exp: New file.
16357
16358 2015-04-20 Gary Benson <gbenson@redhat.com>
16359
16360 * gdb.base/attach.exp: Fix three extended remote failures.
16361
16362 2015-04-17 Gary Benson <gbenson@redhat.com>
16363
16364 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
16365 the main executable over the remote protocol.
16366
16367 2015-04-16 Pedro Alves <palves@redhat.com>
16368
16369 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
16370 a new gdbserver if gdbserver_reconnect_p is set.
16371
16372 2015-04-16 Pedro Alves <palves@redhat.com>
16373
16374 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
16375 is set, don't exit gdbserver.
16376
16377 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
16378
16379 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
16380 appropriate .insn, such that an older assembler can be used.
16381 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
16382 the z/Architecture instruction set on 31-bit targets as well.
16383
16384 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
16385
16386 * gdb.go/handcall.exp: Remove all logic related to the first
16387 breakpoint and rely on go_runto_main instead.
16388 * gdb.go/strings.exp: Likewise.
16389 * gdb.go/unsafe.exp: Likewise.
16390 * gdb.go/hello.exp: Likewise. Also rename the remaining
16391 breakpoint marker to "breakpoint 1".
16392 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
16393 * gdb.go/strings.go: Likewise.
16394 * gdb.go/unsafe.go: Likewise.
16395 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
16396 "set breakpoint 2 here" and rename the remaining breakpoint marker
16397 to "breakpoint 1".
16398
16399 2015-04-15 Simon Marchi <simon.marchi@ericsson.com>
16400
16401 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
16402 if itertools.imap is not present.
16403 * gdb.python/py-objfile.exp: Add parentheses.
16404 * gdb.python/py-type.exp: Same.
16405 * gdb.python/py-unwind-maint.py: Same.
16406
16407 2015-04-15 Yao Qi <yao.qi@linaro.org>
16408
16409 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
16410 of ":$ptr_size" and set its form explicitly.
16411
16412 2015-04-15 Pedro Alves <palves@redhat.com>
16413 Yao Qi <yao.qi@linaro.org>
16414
16415 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
16416 timeout by factor of 4.
16417 (test_regular_watch): Likewise.
16418 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
16419 * gdb.reverse/sigall-reverse.exp: Likewise.
16420 * gdb.reverse/until-precsave.exp: Likewise.
16421 * lib/gdb.exp (with_timeout_factor): New proc.
16422 (gdb_expect): Move some code to ...
16423 (get_largest_timeout): ... here. New procedure.
16424
16425 2015-04-14 Luis Machado <lgustavo@codesourcery.com>
16426
16427 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
16428
16429 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
16430
16431 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
16432 to write to the .text section.
16433
16434 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
16435
16436 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
16437 Handle the case of targets that do not provide PID information.
16438
16439 2015-04-13 Yao Qi <yao.qi@linaro.org>
16440
16441 * lib/gdbserver-support.exp (gdb_exit): Catch exception
16442 and use expect instead of gdb_expect.
16443
16444 2015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
16445
16446 * gdb.base/coredump-filter.exp: Rename variable "addr" to
16447 "coredump_var_addr" to avoid naming conflict with other testcases.
16448
16449 2015-04-10 Pedro Alves <palves@redhat.com>
16450
16451 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
16452 gdb_test_sequence and gdb_assert.
16453
16454 2015-04-10 Pedro Alves <palves@redhat.com>
16455
16456 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
16457 test messages that don't include the breakpoint address.
16458
16459 2015-04-10 Yao Qi <yao.qi@linaro.org>
16460
16461 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
16462 false for some offset and width combinations which aren't
16463 supported by linux kernel.
16464
16465 2015-04-10 Pedro Alves <palves@redhat.com>
16466
16467 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
16468 procedure, factored out from ...
16469 (top level): ... here. Add "set displaced-stepping" testing axis.
16470 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
16471 parameter "displaced". Use it.
16472 (top level): Use foreach and add "set displaced-stepping" testing
16473 axis.
16474
16475 2015-04-10 Pedro Alves <palves@redhat.com>
16476
16477 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
16478 Remove comment.
16479 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
16480 both the address of the instruction that triggers the watchpoint
16481 and the address of the instruction immediately after, and use
16482 those addresses for the test. Fix comment.
16483
16484 2015-04-10 Pedro Alves <palves@redhat.com>
16485
16486 * gdb.base/sigstep.exp (breakpoint_to_handler)
16487 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
16488 Test "backtrace" in handler.
16489 (breakpoint_over_handler): New parameter 'displaced'. Use it.
16490 (top level): Add new "displaced" test axis to
16491 breakpoint_to_handler, breakpoint_to_handler_entry and
16492 breakpoint_over_handler.
16493
16494 2015-04-10 Pedro Alves <palves@redhat.com>
16495
16496 PR gdb/18216
16497 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
16498
16499 2015-04-10 Yao Qi <yao.qi@linaro.org>
16500
16501 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
16502 (test_add_rn_pc): New function.
16503 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
16504 (top level): Invoke test_add_rn_pc.
16505
16506 2015-04-10 Pedro Alves <palves@redhat.com>
16507
16508 PR gdb/13858
16509 * gdb.base/step-over-no-symbols.exp: New file.
16510
16511 2015-04-09 Andy Wingo <wingo@igalia.com>
16512
16513 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
16514 after the Python tests.
16515
16516 2015-04-08 Keith Seitz <keiths@redhat.com>
16517
16518 PR python/16699
16519 * gdb.python/py-completion.exp: New tests for completion.
16520 * gdb.python/py-completion.py (CompleteLimit1): New class.
16521 (CompleteLimit2): Likewise.
16522 (CompleteLimit3): Likewise.
16523 (CompleteLimit4): Likewise.
16524 (CompleteLimit5): Likewise.
16525 (CompleteLimit6): Likewise.
16526 (CompleteLimit7): Likewise.
16527
16528 2015-04-08 Pedro Alves <palves@redhat.com>
16529
16530 PR gdb/18214
16531 PR gdb/18216
16532 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
16533 function.
16534 (main): Install it as SIGUSR1 handler.
16535 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
16536 parameter. Always use "setup" as prefix. Toggle "set
16537 displaced-stepping" off/on depending on global. Don't switch to
16538 thread 1 here.
16539 (top level): Add displaced stepping "off/on" test axis. Update
16540 "setup" calls. Wrap each subtest with with_test_prefix. Test
16541 continuing with a queued signal in each thread.
16542
16543 2015-04-08 Pedro Alves <palves@redhat.com>
16544
16545 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
16546 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
16547 gdb_breakpoint instead of gdb_test that doesn't expect anything.
16548 Return early if running to main fails.
16549 * gdb.trace/while-stepping.exp: Likewise.
16550
16551 2015-04-07 Pedro Alves <palves@redhat.com>
16552
16553 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
16554 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
16555 interact with inferior program.
16556
16557 2015-04-07 Pedro Alves <palves@redhat.com>
16558
16559 * lib/gdb.exp (inferior_spawn_id): New global.
16560 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
16561 spawn id after processing the user code.
16562 (default_gdb_start): Set inferior_spawn_id.
16563 (send_inferior): New procedure.
16564 * lib/gdbserver-support.exp (gdbserver_start): Set
16565 inferior_spawn_id.
16566 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
16567
16568 2015-04-07 Pedro Alves <palves@redhat.com>
16569
16570 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
16571 * lib/gdbserver-support.exp (gdbserver_start): Make
16572 $server_spawn_id global.
16573 (gdbserver_start): Don't wait for gdbserver's spawn id with
16574 expect_background.
16575 (close_gdbserver): New procedure.
16576 (gdb_exit): Rename the default version and reimplement.
16577
16578 2015-04-07 Pedro Alves <palves@redhat.com>
16579
16580 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
16581 append the substituted item, not the original item.
16582
16583 2015-04-07 Pedro Alves <palves@redhat.com>
16584
16585 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
16586 gdb_expect.
16587
16588 2015-04-07 Pedro Alves <palves@redhat.com>
16589
16590 * gdb.base/interrupt.exp: Don't handle the case of the inferior
16591 output appearing once only.
16592
16593 2015-04-07 Pedro Alves <palves@redhat.com>
16594
16595 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
16596 that doesn't expect anything. Return early if running to main
16597 fails.
16598
16599 2015-04-07 Yao Qi <yao.qi@linaro.org>
16600
16601 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
16602 (child_function): Call alarm.
16603 (main): Move call to alarm into the loop.
16604 * gdb.threads/non-stop-fair-events.exp: Build program with
16605 -DTIMEOUT=$timeout.
16606
16607 2015-04-06 Doug Evans <xdje42@gmail.com>
16608
16609 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
16610 Fix dest parameter to board_info.
16611 (fpc_compile): Ditto.
16612 (gdb_compile_pascal): Rename dest arg to destfile.
16613
16614 2015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
16615
16616 * gdb.ada/funcall_ref.exp: New file.
16617 * gdb.ada/funcall_ref/foo.adb: New file.
16618
16619 2015-04-02 Yao Qi <yao.qi@linaro.org>
16620
16621 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
16622 is remote.
16623
16624 2015-04-02 Gary Benson <gbenson@redhat.com>
16625
16626 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
16627
16628 2015-04-01 Sasha Smundak <asmundak@google.com>
16629
16630 * gdb.python/py-unwind-maint.c: New file.
16631 * gdb.python/py-unwind-maint.exp: New test.
16632 * gdb.python/py-unwind-maint.py: New file.
16633 * gdb.python/py-unwind.c: New file.
16634 * gdb.python/py-unwind.exp: New test.
16635 * gdb.python/py-unwind.py: New test.
16636
16637 2015-04-01 Pedro Alves <palves@redhat.com>
16638
16639 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
16640 to fail instead of non-existent $test.
16641
16642 2015-04-01 Pedro Alves <palves@redhat.com>
16643
16644 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
16645 GDBFLAGS if not empty.
16646
16647 2015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
16648
16649 * gdb.ada/complete.exp: Remove "multi_line".
16650 * gdb.ada/info_exc.exp: Remove "multi_line".
16651 * gdb.ada/packed_tagged.exp: Remove "multi_line".
16652 * gdb.ada/ptype_field.exp: Remove "multi_line".
16653 * gdb.ada/sym_print_name.exp: Remove "multi_line".
16654 * gdb.ada/tagged.exp: Remove "multi_line".
16655 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
16656 [multi_line ...]
16657 * gdb.btrace/delta.exp: Likewise.
16658 * gdb.btrace/exception.exp: Likewise.
16659 * gdb.btrace/function_call_history.exp: Likewise.
16660 * gdb.btrace/instruction_history.exp: Likewise.
16661 * gdb.btrace/nohist.exp: Likewise.
16662 * gdb.btrace/record_goto.exp: Likewise.
16663 * gdb.btrace/segv.exp: Likewise.
16664 * gdb.btrace/stepi.exp: Likewise.
16665 * gdb.btrace/tailcall.exp: Likewise.
16666 * gdb.btrace/unknown_functions.exp: Likewise.
16667 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
16668 * lib/gdb.exp: Add the "multi_line" helper.
16669
16670 2015-04-01 Pedro Alves <palves@redhat.com>
16671
16672 * gdb.threads/tid-reuse.c: New file.
16673 * gdb.threads/tid-reuse.exp: New file.
16674
16675 2015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
16676
16677 PR corefiles/16092
16678 * gdb.base/coredump-filter.c: New file.
16679 * gdb.base/coredump-filter.exp: Likewise.
16680
16681 2015-03-27 Petr Machata <pmachata@redhat.com>
16682
16683 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
16684 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
16685 (Dwarf::assemble): Initialize them.
16686 (Dwarf::lines): New function.
16687
16688 2015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
16689
16690 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
16691 SYMBOL_PREFIX for x86_64-*-cygwin.
16692
16693 2015-03-26 Andy Wingo <wingo@igalia.com>
16694
16695 PR symtab/18148
16696 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
16697 const_value but not a location.
16698 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
16699 location defined in non-main CUs are visible.
16700
16701 2015-03-26 Yao Qi <yao.qi@linaro.org>
16702
16703 PR testsuite/18139
16704 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
16705 Add a line number entry for the same line.
16706 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
16707 Add a line number entry for the same line.
16708
16709 2015-03-26 Yao Qi <yao.qi@linaro.org>
16710
16711 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
16712 .int 0.
16713 (func): Likewise. Add .Lfunc_1 label.
16714 Use .Lfunc_1 label.
16715 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
16716 .int 0.
16717 (func): Likewise.
16718 Use .Lfunc_1 label.
16719
16720 2015-03-26 Yao Qi <yao.qi@linaro.org>
16721
16722 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
16723 Call gdb_compile instead to compile each .s files without debug
16724 information.
16725
16726 2015-03-26 Yao Qi <yao.qi@linaro.org>
16727
16728 * gdb.base/savedregs.exp (process_saved_regs): Make
16729 "Saved registers:" optional in the pattern.
16730
16731 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
16732
16733 * gdb.btrace/next.exp: Merged into step.exp.
16734 * gdb.btrace/finish.exp: Merged into step.exp.
16735 * gdb.btrace/nexti.exp: Merged into stepi.exp.
16736 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
16737 "record goto" and checking the exact replay position.
16738 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
16739 check for "Recording format" in "info record" output.
16740 * gdb.btrace/record_goto.exp: Choose test file based on target.
16741 * gdb.btrace/x86-record_goto.S: Renamed into ...
16742 * gdb.btrace/x86_64-record_goto.S: ... this.
16743 * gdb.btrace/i686-record_goto.S: New.
16744 * gdb.btrace/x86-tailcall.S: Renamed into ...
16745 * gdb.btrace/x86_64-tailcall.S: ... this.
16746 * gdb.btrace/i686-tailcall.S: New.
16747 * gdb.btrace/x86-tailcall.c: Renamed into ...
16748 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
16749 separate statements. Update test.
16750 * gdb.btrace/delta.exp: Use record_goto.c as test file.
16751 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
16752 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
16753 * gdb.btrace/tailcall.exp: Choose test file based on target.
16754 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
16755
16756 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
16757
16758 * gdb.btrace/exception.exp: Increase BTS buffer size.
16759
16760 2015-03-24 Pedro Alves <palves@redhat.com>
16761
16762 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
16763
16764 2015-03-24 Pedro Alves <palves@redhat.com>
16765
16766 * gdb.threads/schedlock.exp (test_step): No longer expect that
16767 "set scheduler-locking step" with "next" over a function call runs
16768 threads unlocked.
16769
16770 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
16771
16772 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
16773
16774 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
16775
16776 PR breakpoints/16466
16777 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
16778 * gdb.mi/mi-pending.c (thread_func): New function.
16779 (int main): Add threading support required.
16780 * gdb.mi/mi-pending.exp: Add tests for this issue.
16781 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
16782 (pendfunc2): Remove stdio dependency.
16783 * gdb.mi/mi-pendshr2.c: New file.
16784
16785 2015-03-23 Keith Seitz <keiths@redhat.com>
16786
16787 * gdb.linespec/keywords.c: New file.
16788 * gdb.linespec/keywords.exp: New file.
16789
16790 2015-03-23 Keith Seitz <keiths@redhat.com>
16791
16792 PR gdb/18021
16793 * gdb.dwarf2/staticvirtual.exp: New test.
16794
16795 2015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
16796
16797 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
16798 * README: Remove HP-UX and gdb.hp.
16799 (configuration):
16800 * configure: Regenerate.
16801 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
16802 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
16803 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
16804 gdb.hp/gdb.defects/Makefile.
16805 * gdb.hp/Makefile.in: File deleted.
16806 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
16807 * gdb.hp/gdb.aCC/optimize.c: File deleted.
16808 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
16809 * gdb.hp/gdb.aCC/run.c: File deleted.
16810 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
16811 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
16812 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
16813 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
16814 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
16815 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
16816 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
16817 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
16818 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
16819 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
16820 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
16821 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
16822 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
16823 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
16824 * gdb.hp/gdb.base-hp/reg.s: File deleted.
16825 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
16826 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
16827 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
16828 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
16829 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
16830 * gdb.hp/gdb.compat/Makefile.in: File deleted.
16831 * gdb.hp/gdb.compat/average.c: File deleted.
16832 * gdb.hp/gdb.compat/sum.c: File deleted.
16833 * gdb.hp/gdb.compat/xdb.c: File deleted.
16834 * gdb.hp/gdb.compat/xdb0.c: File deleted.
16835 * gdb.hp/gdb.compat/xdb0.h: File deleted.
16836 * gdb.hp/gdb.compat/xdb1.c: File deleted.
16837 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
16838 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
16839 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
16840 * gdb.hp/gdb.defects/Makefile.in: File deleted.
16841 * gdb.hp/gdb.defects/bs14602.c: File deleted.
16842 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
16843 * gdb.hp/gdb.defects/solib-d.c: File deleted.
16844 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
16845 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
16846 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
16847 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
16848 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
16849 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
16850 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
16851 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
16852 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
16853 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
16854 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
16855 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
16856 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
16857 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
16858 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
16859 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
16860 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
16861 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
16862 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
16863 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
16864 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
16865 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
16866 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
16867 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
16868 * gdb.hp/tools/odump: File deleted.
16869
16870 2015-03-19 Pedro Alves <palves@redhat.com>
16871
16872 * gdb.threads/continue-pending-status.exp (saw_thread_2)
16873 (saw_thread_3): New globals.
16874 (top level): Increment them when an event for the corresponding
16875 thread is seen.
16876 (no thread starvation): New test.
16877
16878 2015-03-19 Pedro Alves <palves@redhat.com>
16879
16880 * gdb.threads/continue-pending-status.c: New file.
16881 * gdb.threads/continue-pending-status.exp: New file.
16882
16883 2015-03-18 Pedro Alves <palves@redhat.com>
16884
16885 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
16886 Use gdb_is_target_remote instead of is_remote. Use
16887 gdb_test_multiple instead of gdb_expect. Exit early if
16888 gdb_test_multiple hits its internal matches. Tighten stepi tests
16889 expected output. Fail on exit with any signal, instead of just
16890 SIGILL.
16891
16892 2015-03-18 Yao Qi <yao.qi@linaro.org>
16893
16894 PR tdep/18107
16895 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
16896 variable.
16897 * gdb.base/catch-syscall.exp: Don't skip it on
16898 aarch64*-*-linux* target. Remove elements in all_syscalls.
16899 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
16900 target.
16901 (setup_all_syscalls): New proc.
16902
16903 2015-03-16 Yao Qi <yao.qi@linaro.org>
16904
16905 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
16906 (top level): Skip tests if valid_addr_p returns false for
16907 $cmd1 or $cmd2.
16908
16909 2015-03-11 Andy Wingo <wingo@igalia.com>
16910
16911 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
16912
16913 2015-03-11 Yao Qi <yao.qi@linaro.org>
16914
16915 * gdb.base/catch-syscall.exp: Fix typo in comments.
16916
16917 2015-03-11 Yao Qi <yao.qi@linaro.org>
16918
16919 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
16920
16921 2015-03-09 Pedro Alves <palves@redhat.com>
16922
16923 * dg-extract-results.py: Delete.
16924
16925 2015-03-09 Pedro Alves <palves@redhat.com>
16926
16927 Merge dg-extract-results.sh from GCC upstream (r218843).
16928
16929 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
16930 * dg-extract-results.sh: Use --text with grep to avoid issues with
16931 binary files. Fall back to cat -v, if that doesn't work.
16932
16933 2015-03-05 Pedro Alves <palves@redhat.com>
16934
16935 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
16936
16937 2015-03-04 Simon Marchi <simon.marchi@ericsson.com>
16938
16939 * lib/mi-support.exp (mi_expect_interrupt): Accept
16940 alternative event for when in all-stop mode.
16941
16942 2015-03-04 Pedro Alves <palves@redhat.com>
16943
16944 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
16945
16946 2015-03-04 Mark Kettenis <kettenis@gnu.org>
16947
16948 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
16949
16950 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
16951
16952 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
16953 regexps for GDB's current line display, accept a hex address
16954 preceding the line number.
16955
16956 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
16957
16958 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
16959 the 'arch1' variable for "s390*-linux*" targets.
16960
16961 2015-03-04 Pedro Alves <palves@redhat.com>
16962
16963 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
16964 (main): Pass missing retval argument to pthread_join call.
16965
16966 2015-03-02 Pedro Alves <palves@redhat.com>
16967
16968 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
16969 (top level): Call do_test with non-stop as well.
16970
16971 2015-03-02 Pedro Alves <palves@redhat.com>
16972
16973 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
16974 -1.
16975
16976 2015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
16977
16978 * gdb.arch/s390-vregs.exp: New test.
16979 * gdb.arch/s390-vregs.S: New file.
16980
16981 2015-02-27 Pedro Alves <palves@redhat.com>
16982
16983 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
16984 call to catch_command_errors.
16985 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
16986 catch_command_errors.
16987
16988 2015-02-27 Pedro Alves <palves@redhat.com>
16989
16990 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
16991 "true" for boolean result.
16992 * gdb.gdb/selftest.exp (test_with_self): Also accept full
16993 prototype of main.
16994
16995 2015-02-27 Pedro Alves <palves@redhat.com>
16996
16997 * lib/unbuffer_output.c: New file.
16998 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
16999 (main): Call gdb_unbuffer_output.
17000
17001 2015-02-27 Yao Qi <yao.qi@linaro.org>
17002
17003 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
17004 target.
17005
17006 2015-02-26 Doug Evans <dje@google.com>
17007
17008 * gdb.cp/class2.cc (Dbase, D): New classes.
17009 (main): New local delta.
17010 * gdb.cp/class2.exp: Test printing delta.
17011 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
17012 (dynbar): New global.
17013 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
17014
17015 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
17016
17017 * gdb.compile/compile-ifunc.c: New file.
17018 * gdb.compile/compile-ifunc.exp: New file.
17019
17020 2015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
17021
17022 * gdb.base/structs.exp: Check for correct struct on finish.
17023
17024 2015-02-26 Yao Qi <yao.qi@linaro.org>
17025
17026 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
17027 is zero.
17028
17029 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
17030
17031 * gdb.arch/cordic.ko.bz2: New file.
17032 * gdb.arch/cordic.ko.debug.bz2: New file.
17033 * gdb.arch/ppc64-symtab-cordic.exp: New file.
17034
17035 2015-02-25 Yao Qi <yao.qi@linaro.org>
17036
17037 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
17038 aarch64*-*-* target.
17039
17040 2015-02-23 Pedro Alves <palves@redhat.com>
17041
17042 * lib/gdb.exp (delete_breakpoints): Rewrite using
17043 gdb_test_multiple.
17044
17045 2015-02-23 Pedro Alves <palves@redhat.com>
17046
17047 * gdb.base/info-os.c: Include stdlib.h.
17048
17049 2015-02-22 Doug Evans <xdje42@gmail.com>
17050
17051 PR symtab/17855
17052 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
17053 is read after symbols have been re-read.
17054 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
17055 * gdb.ada/exec_changed/second.adb (Second): Ditto.
17056
17057 2015-02-21 Doug Evans <dje@google.com>
17058
17059 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
17060
17061 2015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
17062
17063 PR corefiles/17808
17064 * gdb.arch/i386-biarch-core.core.bz2: New file.
17065 * gdb.arch/i386-biarch-core.exp: New file.
17066
17067 2015-02-21 Pedro Alves <palves@redhat.com>
17068
17069 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
17070 runto_main fails.
17071
17072 2015-02-20 Pedro Alves <palves@redhat.com>
17073
17074 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
17075 info probes.
17076
17077 2015-02-20 Pedro Alves <palves@redhat.com>
17078
17079 * gdb.threads/multi-create-ns-info-thr.exp: New file.
17080
17081 2015-02-20 Pedro Alves <palves@redhat.com>
17082
17083 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
17084 clean_restart before gdb_target_supports_trace.
17085
17086 2015-02-20 Pedro Alves <palves@redhat.com>
17087
17088 PR threads/18006
17089 * gdb.threads/clone-thread_db.c: New file.
17090 * gdb.threads/clone-thread_db.exp: New file.
17091
17092 2015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
17093
17094 PR breakpoints/16812
17095 * gdb.base/catch-gdb-caused-signals.c: New file.
17096 * gdb.base/catch-gdb-caused-signals.exp: New file.
17097
17098 2015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
17099
17100 * configure: Regenerated.
17101 * configure.ac: Use GDB_AC_TRANSFORM.
17102 * aclocal.m4: sinclude ../transform.m4.
17103
17104 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
17105
17106 * lib/dtrace.exp: New file.
17107 * gdb.base/dtrace-probe.exp: Likewise.
17108 * gdb.base/dtrace-probe.d: Likewise.
17109 * gdb.base/dtrace-probe.c: Likewise.
17110 * lib/pdtrace.in: Likewise.
17111 * configure.ac: Output variables with the transformed names of
17112 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
17113 * configure: Regenerated.
17114
17115 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
17116
17117 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
17118 expected message when trying to access $_probe_* convenience
17119 variables while not on a probe.
17120
17121 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
17122
17123 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
17124
17125 2015-02-11 Pedro Alves <pedro@codesourcery.com>
17126
17127 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
17128 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
17129
17130 2015-02-10 Doug Evans <xdje42@gmail.com>
17131
17132 * lib/gdb.exp (gdb_load): Always return a result.
17133
17134 2015-02-10 Pedro Alves <palves@redhat.com>
17135
17136 * gdb.threads/signal-sigtrap.c: New file.
17137 * gdb.threads/signal-sigtrap.exp: New file.
17138
17139 2015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
17140
17141 * gdb.trace/no-attach-trace.c: New file.
17142 * gdb.trace/no-attach-trace.exp: New file.
17143
17144 2015-02-09 Mark Wielaard <mjw@redhat.com>
17145
17146 * gdb.dwarf2/atomic.c: New file.
17147 * gdb.dwarf2/atomic-type.exp: Likewise.
17148
17149 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
17150
17151 * gdb.btrace/buffer-size.exp: Update "info record" output.
17152 * gdb.btrace/delta.exp: Update "info record" output.
17153 * gdb.btrace/enable.exp: Update "info record" output.
17154 * gdb.btrace/finish.exp: Update "info record" output.
17155 * gdb.btrace/instruction_history.exp: Update "info record" output.
17156 * gdb.btrace/next.exp: Update "info record" output.
17157 * gdb.btrace/nexti.exp: Update "info record" output.
17158 * gdb.btrace/step.exp: Update "info record" output.
17159 * gdb.btrace/stepi.exp: Update "info record" output.
17160 * gdb.btrace/nohist.exp: Update "info record" output.
17161
17162 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
17163
17164 * gdb.btrace/buffer-size: New.
17165
17166 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
17167
17168 * gdb.btrace/delta.exp: Update "info record" output.
17169 * gdb.btrace/enable.exp: Update "info record" output.
17170 * gdb.btrace/finish.exp: Update "info record" output.
17171 * gdb.btrace/instruction_history.exp: Update "info record" output.
17172 * gdb.btrace/next.exp: Update "info record" output.
17173 * gdb.btrace/nexti.exp: Update "info record" output.
17174 * gdb.btrace/step.exp: Update "info record" output.
17175 * gdb.btrace/stepi.exp: Update "info record" output.
17176 * gdb.btrace/nohist.exp: Update "info record" output.
17177
17178 2015-02-06 Simon Marchi <simon.marchi@ericsson.com>
17179
17180 PR gdb/15678
17181 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
17182
17183 2015-02-06 Pedro Alves <palves@redhat.com>
17184
17185 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
17186 macro.
17187 (seconds_left, again): New globals.
17188 (main): Wait seconds_left in a 1-second sleep loop instead of
17189 sleeping 180 seconds. If 'again' is set, reset the seconds
17190 counter.
17191 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
17192 'again' in the inferior before detaching. Print the seconds left.
17193 (options): New global.
17194 (top level): Build program with -DTIMEOUT=$timeout.
17195
17196 2015-02-06 Pedro Alves <palves@redhat.com>
17197
17198 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
17199 determine how many seconds to pass to 'alarm'.
17200 * gdb.base/gdb-sigterm.exp (top level): Build program with
17201 -DTIMEOUT=$timeout.
17202 (do_test): Return success/failure indication. Add more verbose
17203 logging. Don't fail if 200 single steps are seen. Instead, fail
17204 when the test times out.
17205 (passes): New global.
17206 (top level): Break the testing loop if testing fails on any
17207 iteration. Use gdb_assert.
17208
17209 2015-02-04 Don Breazeal <donb@codesourcery.com>
17210
17211 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
17212 and initialize them.
17213 (ipc_cleanup): New function.
17214 (main): Don't declare shmid, semid, and msqid. Add a call to
17215 atexit so that we call ipc_cleanup on exit.
17216
17217 2015-02-04 Pedro Alves <palves@redhat.com>
17218
17219 * boards/native-extended-gdbserver.exp: Remove any target variant
17220 specifications from the board name before clearing the isremote
17221 flag from board_info.
17222
17223 2015-01-31 Doug Evans <xdje42@gmail.com>
17224
17225 * gdb.base/maint.exp <maint print type argc>: Update expected output.
17226
17227 2015-01-31 Gary Benson <gbenson@redhat.com>
17228
17229 * gdb.base/completion.exp: Disable completion limiting for
17230 existing tests. Add new tests to check completion limiting.
17231 * gdb.linespec/ls-errs.exp: Disable completion limiting.
17232
17233 2015-01-31 Doug Evans <xdje42@gmail.com>
17234
17235 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
17236
17237 2015-01-31 Doug Evans <xdje42@gmail.com>
17238
17239 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
17240 entries. Duplicate file section script entries.
17241 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
17242 inlined entries. Add test for safe-path rejection.
17243 * gdb.python/py-section-script.c: Add duplicate inlined section script
17244 entries. Duplicate file section script entries.
17245 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
17246 inlined entries. Add test for safe-path rejection.
17247
17248 2015-01-29 Joel Brobecker <brobecker@adacore.com>
17249
17250 * gdb.ada/disc_arr_bound: New testcase.
17251
17252 2015-01-29 Joel Brobecker <brobecker@adacore.com>
17253
17254 * gdb.ada/mi_var_array: New testcase.
17255
17256 2015-01-27 Doug Evans <dje@google.com>
17257
17258 * gdb.python/py-objfile.exp: Add tests for objfile.username.
17259 Add test for objfile.filename, objfile.username after objfile
17260 has been unloaded.
17261
17262 2015-01-26 Joel Brobecker <brobecker@adacore.com>
17263
17264 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
17265 the second test to print the name attribute of value
17266 returned by the call to gdb.lookup_type, and adjust
17267 the expected output accordingly.
17268
17269 2015-01-25 Mark Wielaard <mjw@redhat.com>
17270
17271 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
17272 * gdb.base/disp-step-fork.c: Include unistd.h.
17273 * gdb.base/siginfo-obj.c: Include stdio.h.
17274 * gdb.base/siginfo-thread.c: Likewise.
17275 * gdb.mi/non-stop.c: Include unistd.h.
17276 * gdb.mi/nsthrexec.c: Include stdio.h.
17277 * gdb.mi/pthreads.c: Include unistd.h.
17278 * gdb.modula2/unbounded1.c (main): Declare returns int.
17279 * gdb.reverse/consecutive-reverse.c: Likewise.
17280 * gdb.threads/create-fail.c: Include unistd.h.
17281 * gdb.threads/killed.c: Likewise.
17282 * gdb.threads/linux-dp.c: Likewise.
17283 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
17284 * gdb.threads/non-ldr-exc-2.c: Likewise.
17285 * gdb.threads/non-ldr-exc-3.c: Likewise.
17286 * gdb.threads/non-ldr-exc-4.c: Likewise.
17287 * gdb.threads/pthreads.c: Include unistd.h.
17288 (main): Declare returns int.
17289 * gdb.threads/tls-main.c (foo): New declaration.
17290 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
17291
17292 2015-01-23 Simon Marchi <simon.marchi@ericsson.com>
17293
17294 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
17295 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
17296
17297 2015-01-15 Mark Wielaard <mjw@redhat.com>
17298
17299 * gdb.base/noreturn-return.c: New file.
17300 * gdb.base/noreturn-return.exp: New file.
17301 * gdb.base/noreturn-finish.c: New file.
17302 * gdb.base/noreturn-finish.exp: New file.
17303
17304 2015-01-23 Pedro Alves <palves@redhat.com>
17305
17306 * gdb.threads/continue-pending-after-query.c: New file.
17307 * gdb.threads/continue-pending-after-query.exp: New file.
17308
17309 2015-01-22 Anders Granlund <anders.granlund@ericsson.com>
17310 Simon Marchi <simon.marchi@ericsson.com>
17311
17312 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
17313 * gdb.base/valgrind-db-attach.exp: Same.
17314 * gdb.base/valgrind-infcall.exp: Same.
17315 * lib/mi-support.exp (default_mi_gdb_start): Same.
17316 * lib/prompt.exp (default_prompt_gdb_start): Same.
17317 * lib/gdb.exp (default_gdb_spawn): Same.
17318 (gdb_interact): New.
17319
17320
17321 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
17322
17323 * gdb.compile/compile.exp (pointer to jit function): New test.
17324
17325 2015-01-17 Wei-cheng Wang <cole945@gmail.com>
17326
17327 * lib/gdb.exp (supports_process_record): Return true for
17328 powerpc*-*-linux*.
17329 (supports_reverse): Likewise.
17330
17331 2015-01-15 Don Breazeal <donb@codesourcery.com>
17332
17333 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
17334 instead of checking whether the target board is remote and
17335 use spawn_wait_for_attach instead of exec/sleep.
17336 * gdb.base/attach-twice.exp: Likewise.
17337
17338 2015-01-15 Joel Brobecker <brobecker@adacore.com>
17339
17340 * gdb.ada/var_arr_attrs: New testcase.
17341
17342 2015-01-14 Pedro Alves <palves@redhat.com>
17343 Joel Brobecker <brobecker@adacore.com>
17344
17345 PR gdb/17525
17346 * gdb.base/bp-cmds-execution-x-script.c: New file.
17347 * gdb.base/bp-cmds-execution-x-script.exp: New file.
17348 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
17349
17350 2015-01-14 Pedro Alves <palves@redhat.com>
17351
17352 PR cli/17828
17353 * gdb.base/batch-preserve-term-settings.c: New file.
17354 * gdb.base/batch-preserve-term-settings.exp: New file.
17355
17356 2015-01-13 Doug Evans <dje@google.com>
17357
17358 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
17359 binary.
17360
17361 2015-01-13 Joel Brobecker <brobecker@adacore.com>
17362
17363 * Makefile.in (clean mostlyclean): Do not delete *.py.
17364
17365 2015-01-13 Joel Brobecker <brobecker@adacore.com>
17366
17367 * gdb.python/py-lookup-type.exp: New file.
17368
17369 2015-01-12 Pedro Alves <palves@redhat.com>
17370
17371 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
17372 restore GDBFLAGS before returning.
17373
17374 2015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
17375
17376 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
17377 is_amd64_regs_target and is_x86_like_target.
17378
17379 2015-01-11 Doug Evans <xdje42@gmail.com>
17380
17381 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
17382 is given without an explicit form.
17383 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
17384 attributes.
17385 * gdb.dwarf/corrupt.exp: Ditto.
17386 * gdb.dwarf2/enum-type.exp: Ditto.
17387 * gdb.trace/entry-values.exp: Ditto.
17388 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
17389
17390 2015-01-11 Doug Evans <xdje42@gmail.com>
17391
17392 PR gdb/15830
17393 * gdb.base/maint.exp: Remove references to "maint demangle".
17394 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
17395 Add tests for explicitly specifying language to demangle.
17396 * gdb.dlang/demangle.exp: Ditto.
17397
17398 2015-01-09 Pedro Alves <palves@redhat.com>
17399
17400 * gdb.threads/non-stop-fair-events.c: New file.
17401 * gdb.threads/non-stop-fair-events.exp: New file.
17402
17403 2015-01-09 Pedro Alves <palves@redhat.com>
17404
17405 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
17406 the global scope. Set a breakpoint after all threads are started
17407 rather than stepping over two source lines. Expect the prompt.
17408 * gdb.base/watch_thread_num.c (threads_started_barrier): New
17409 global.
17410 (NUM): Now 15.
17411 (main): Use threads_started_barrier to wait for all threads to
17412 start. Main thread no longer calls thread_function. Exit after
17413 180 seconds.
17414 (loop): New function.
17415 (thread_function): Wait on threads_started_barrier barrier. Call
17416 'loop' at each iteration.
17417 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
17418 threads have started, instead of hardcoding number of "next"
17419 steps. Use an access watchpoint instead of a write watchpoint.
17420
17421 2015-01-09 Pedro Alves <palves@redhat.com>
17422
17423 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
17424 (thread_func): Wait on barrier.
17425 (main): Wait for all threads to start before stopping GDB.
17426 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
17427 global.
17428 (thread1_func, thread2_func): Wait on barrier.
17429 (main): Wait for all threads to start before stopping GDB.
17430 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
17431 New global.
17432 (thread1_func, thread2_func): Wait on barrier.
17433 (main): Wait for all threads to start before stopping GDB.
17434
17435 2015-01-09 Pedro Alves <palves@redhat.com>
17436
17437 * gdb.threads/attach-many-short-lived-threads.c: New file.
17438 * gdb.threads/attach-many-short-lived-threads.exp: New file.
17439
17440 2014-01-09 Pedro Alves <palves@redhat.com>
17441
17442 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
17443 instead of to thread 2.
17444 * gdb.threads/signal-command-multiple-signals-pending.c (main):
17445 Add barrier around each pthread_create call instead of around all
17446 calls.
17447 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
17448 Set a break on thread_function and have the child threads hit it
17449 one at at a time.
17450
17451 2015-01-09 Pedro Alves <palves@redhat.com>
17452
17453 * lib/gdb.exp (can_spawn_for_attach): New procedure.
17454 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
17455 false.
17456 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
17457 checking whether the target board is remote.
17458 * gdb.multi/multi-attach.exp: Likewise.
17459 * gdb.python/py-sync-interp.exp: Likewise.
17460 * gdb.server/ext-attach.exp: Likewise.
17461 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
17462 tests that need to attach, instead of checking whether the target
17463 board is remote at the top of the file.
17464
17465 2015-01-08 Yao Qi <yao@codesourcery.com>
17466
17467 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
17468
17469 2015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
17470
17471 Fix testcase compilation.
17472 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
17473
17474 2015-01-06 Joel Brobecker <brobecker@adacore.com>
17475
17476 * gdb.python/py-type.exp: Add a couple test about empty
17477 array creation, and negative-length array creation.
17478
17479 2015-01-02 Doug Evans <xdje42@gmail.com>
17480
17481 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
17482
17483 2015-01-02 Doug Evans <dje@google.com>
17484
17485 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
17486
17487 2014-12-29 Yao Qi <yao@codesourcery.com>
17488
17489 * gdb.trace/entry-values.exp: Update comments. Rename variable
17490 bar_call_foo to returned_from_foo.
17491
17492 2014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
17493
17494 PR gdb/17394
17495 * gdb.linespec/break-asm-file.c: New file.
17496 * gdb.linespec/break-asm-file.exp: New file.
17497 * gdb.linespec/break-asm-file0.s: New file.
17498 * gdb.linespec/break-asm-file1.s: New file.
17499
17500 2014-12-18 Nigel Stephens <nigel@mips.com>
17501 Maciej W. Rozycki <macro@codesourcery.com>
17502
17503 * gdb.base/float.exp: Handle the new output from "info float" on
17504 MIPS targets.
17505
17506 2014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
17507
17508 Fix MinGW compilation.
17509 * gdb.compile/compile-ops.exp: Update untested message if
17510 !skip_compile_feature_tests.
17511 * gdb.compile/compile-setjmp.exp: Likewise.
17512 * gdb.compile/compile-tls.exp: Likewise.
17513 * gdb.compile/compile.exp: Likewise.
17514 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
17515 supported on this host".
17516
17517 2014-12-16 Doug Evans <xdje42@gmail.com>
17518
17519 * boards/stabs.exp: New file.
17520
17521 2014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
17522
17523 * gdb.base/completion.exp: Adjust to format changes of "maint
17524 print user-registers".
17525
17526 2014-12-16 Catalin Udma <catalin.udma@freescale.com>
17527
17528 PR server/17457
17529 * gdb.arch/aarch64-fp.c: New file.
17530 * gdb.arch/aarch64-fp.exp: New file.
17531
17532 2014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
17533
17534 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
17535 r210637, r210913, r211666, r215400, r215817).
17536
17537 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
17538 * dg-extract-results.py: New file.
17539 * dg-extract-results.sh: Use it if the environment seems
17540 suitable.
17541
17542 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
17543
17544 * dg-extract-results.py (parse_run): Handle warnings that
17545 are printed before a test harness is run.
17546
17547 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
17548
17549 * dg-extract-results.py (Named): Remove __cmp__ method.
17550 (output_variation): Use a key to sort variation.harnesses.
17551
17552 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
17553
17554 * dg-extract-results.py: For Python 3, force sys.stdout to
17555 handle surrogate escape sequences.
17556 (safe_open): New function.
17557 (output_segment, main): Use it.
17558
17559 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
17560
17561 * dg-extract-results.py (Prog.result_re): Include options
17562 in test name.
17563
17564 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
17565
17566 * dg-extract-results.py (output_variation): Always sort if
17567 do_sum.
17568
17569 2014-12-15 Simon Marchi <simon.marchi@ericsson.com>
17570
17571 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
17572 as long as we get pagination notifications.
17573
17574 2014-12-15 Jason Merrill <jason@redhat.com>
17575
17576 * Makefile.in (check-gdb.%): Restore.
17577 * README: Mention it.
17578
17579 2014-12-13 Joel Brobecker <brobecker@adacore.com>
17580
17581 * gdb.ada/str_uninit: New testcase.
17582
17583 2014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
17584
17585 PR symtab/17642
17586 * gdb.base/vla-stub-define.c: New file.
17587 * gdb.base/vla-stub.c: New file.
17588 * gdb.base/vla-stub.exp: New file.
17589
17590 2014-12-12 Phil Muldoon <pmuldoon@redhat.com>
17591 Jan Kratochvil <jan.kratochvil@redhat.com>
17592 Tom Tromey <tromey@redhat.com>
17593
17594 * configure.ac: Add gdb.compile/.
17595 * configure: Regenerate.
17596 * gdb.compile/Makefile.in: New file.
17597 * gdb.compile/compile-ops.exp: New file.
17598 * gdb.compile/compile-ops.c: New file.
17599 * gdb.compile/compile-tls.c: New file.
17600 * gdb.compile/compile-tls.exp: New file.
17601 * gdb.compile/compile-constvar.S: New file.
17602 * gdb.compile/compile-constvar.c: New file.
17603 * gdb.compile/compile-mod.c: New file.
17604 * gdb.compile/compile-nodebug.c: New file.
17605 * gdb.compile/compile-setjmp-mod.c: New file.
17606 * gdb.compile/compile-setjmp.c: New file.
17607 * gdb.compile/compile-setjmp.exp: New file.
17608 * gdb.compile/compile-shlib.c: New file.
17609 * gdb.compile/compile.c: New file.
17610 * gdb.compile/compile.exp: New file.
17611 * lib/gdb.exp (skip_compile_feature_tests): New proc.
17612
17613 2014-12-12 Tom Tromey <tromey@redhat.com>
17614
17615 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
17616 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
17617
17618 2014-12-12 Doug Evans <dje@google.com>
17619
17620 * lib/gdb-python.exp (get_python_valueof): New function.
17621 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
17622
17623 2014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
17624
17625 * gdb.base/completion.exp: Add test for completion of "info
17626 registers ".
17627
17628 2014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
17629
17630 * gdb.base/func-ptrs.c: New file.
17631 * gdb.base/func-ptrs.exp: New file.
17632
17633 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
17634
17635 PR breakpoints/17012
17636 * gdb.base/dprintf-detach.c: New file.
17637 * gdb.base/dprintf-detach.exp: New file.
17638
17639 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
17640
17641 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
17642 * lib/gdb.exp (target_is_gdbserver): New procedure.
17643
17644 2014-12-08 Doug Evans <dje@google.com>
17645
17646 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
17647
17648 2014-12-05 Yao Qi <yao@codesourcery.com>
17649
17650 * gdb.guile/scm-error.exp: Remove the third argument to
17651 gdb_remote_download.
17652 * gdb.guile/scm-frame-args.exp: Likewise.
17653 * gdb.guile/scm-section-script.exp: Likewise.
17654
17655 2014-12-05 Yao Qi <yao@codesourcery.com>
17656
17657 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
17658
17659 2014-12-04 Doug Evans <dje@google.com>
17660
17661 * gdb.python/py-objfile.exp: Add tests for
17662 objfile.add_separate_debug_file.
17663
17664 2014-12-04 Doug Evans <dje@google.com>
17665
17666 * lib/gdb.exp (get_build_id): New function.
17667 (build_id_debug_filename_get): Rewrite to use it.
17668 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
17669
17670 2014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
17671
17672 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
17673 `method(long)', not just 0x0.
17674 * gdb.cp/nsalias.exp: Align code labels to 4.
17675 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
17676 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
17677 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
17678 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
17679 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
17680 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
17681
17682 2014-12-02 Doug Evans <dje@google.com>
17683
17684 PR symtab/17602
17685 * gdb.cp/anon-ns.cc: Move guts of this file to ...
17686 * gdb.cp/anon-ns2.cc: ... here. New file.
17687 * gdb.cp/anon-ns.exp: Update.
17688
17689 2014-12-02 Nick Bull <nicholaspbull@gmail.com>
17690
17691 * gdb.python/py-events.py (inferior_call_handler): New.
17692 (register_changed_handler, memory_changed_handler): New.
17693 (test_events.invoke): Register new handlers.
17694 * gdb.python/py-events.exp: Add tests for inferior call,
17695 memory_changed and register_changed events.
17696
17697 2014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
17698
17699 * gdb.base/execl-update-breakpoints.exp: Specify the link address
17700 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
17701 if the linker doesn't understand this.
17702
17703 2014-12-01 Simon Marchi <simon.marchi@ericsson.com>
17704
17705 * gdb.python/python.exp: Change expected reply to help().
17706
17707 2014-12-01 Yao Qi <yao@codesourcery.com>
17708
17709 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
17710 AC_CONFIG_SUBDIRS(gdb.gdbtk).
17711 * configure: Re-generated.
17712
17713 2014-11-28 Siva Chandra Reddy <sivachandra@google.com>
17714
17715 * gdb.cp/chained-calls.cc: New file.
17716 * gdb.cp/chained-calls.exp: New file.
17717 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
17718
17719 2014-11-28 Simon Marchi <simon.marchi@ericsson.com>
17720
17721 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
17722 * gdb.dwarf2/symtab-producer.exp: Same.
17723 * gdb.gdb/python-interrupts.exp: Same.
17724 * gdb.gdb/python-selftest.exp: Same.
17725 * gdb.python/py-linetable.exp: Same.
17726 * gdb.python/py-type.exp: Same.
17727 * gdb.python/py-value-cc.exp: Same.
17728 * gdb.python/py-value.exp: Same.
17729
17730 2014-11-28 Yao Qi <yao@codesourcery.com>
17731
17732 * gdb.base/break-probes.exp: Match library name prefixed with
17733 sysroot.
17734
17735 2014-11-27 Simon Marchi <simon.marchi@ericsson.com>
17736
17737 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
17738 test expected output. Add parentheses for the call to print.
17739 Remove L suffix from integers.
17740
17741 2014-11-26 Doug Evans <dje@google.com>
17742
17743 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
17744
17745 2014-11-22 Yao Qi <yao@codesourcery.com>
17746
17747 * gdb.trace/entry-values.c: Remove asms.
17748 (foo): Add foo_label.
17749 (bar): Add bar_label.
17750 * gdb.trace/entry-values.exp: Remove code computing foo's
17751 length and bar's length.
17752 (Dwarf::assemble): Invoke function_range for bar and use
17753 MACRO_AT_func for foo.
17754
17755 2014-11-22 Yao Qi <yao@codesourcery.com>
17756
17757 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
17758 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
17759 Use .Lgcc43_procstart instead of gcc43.
17760
17761 2014-11-21 Joel Brobecker <brobecker@adacore.com>
17762
17763 * gdb.ada/n_arr_bound: New testcase.
17764
17765 2014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
17766
17767 PR breakpoints/10737
17768 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
17769 test_catch_syscall_multi_arch.
17770 (test_catch_syscall_multi_arch): New function.
17771
17772 2014-11-20 Doug Evans <xdje42@gmail.com>
17773
17774 * gdb.base/maint.exp: Update expected output.
17775
17776 2014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
17777
17778 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
17779 4-byte instruction on S390.
17780
17781 2014-11-19 Joel Brobecker <brobecker@adacore.com>
17782
17783 * gdb.ada/arr_arr: New testcase.
17784
17785 2014-11-19 Joel Brobecker <brobecker@adacore.com>
17786
17787 * gdb.ada/pkd_arr_elem: New Testcase.
17788
17789 2014-11-18 Luis Machado <lgustavo@codesourcery.com>
17790
17791 * gdb.reverse/break-precsave: Expect completion message for
17792 core file reads.
17793 * gdb.reverse/consecutive-precsave.exp: Likewise.
17794 * gdb.reverse/finish-precsave.exp: Likewise.
17795 * gdb.reverse/i386-precsave.exp: Likewise.
17796 * gdb.reverse/machinestate-precsave.exp: Likewise.
17797 * gdb.reverse/sigall-precsave.exp: Likewise.
17798 * gdb.reverse/solib-precsave.exp: Likewise.
17799 * gdb.reverse/step-precsave.exp: Likewise.
17800 * gdb.reverse/until-precsave.exp: Likewise.
17801 * gdb.reverse/watch-precsave.exp: Likewise.
17802
17803 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
17804
17805 * gdb.base/bp-permanent.c: Include unistd.h.
17806 * gdb.python/py-framefilter-mi.c (main): Add return type.
17807 * gdb.python/py-framefilter.c (main): Likewise.
17808 * gdb.trace/actions-changed.c (main): Likewise.
17809
17810 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
17811
17812 * gdb.mi/until.c: Add eye-catchers.
17813 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
17814 line numbers.
17815
17816 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
17817
17818 * gdb.base/condbreak.exp: Drop references to removed non-prototype
17819 function header variants in break1.c.
17820 * gdb.base/ena-dis-br.exp: Likewise.
17821 * gdb.base/hbreak2.exp: Likewise.
17822 * gdb.reverse/until-precsave.exp: Drop references to removed
17823 non-prototype function header variants in ur1.c.
17824 * gdb.reverse/until-reverse.exp: Likewise.
17825
17826 2014-11-17 Petr Machata <pmachata@redhat.com>
17827
17828 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
17829 ${_cu_offset_size} bytes abbrev offset.
17830
17831 2014-11-15 Doug Evans <xdje42@gmail.com>
17832
17833 PR symtab/17559
17834 * gdb.base/line-symtabs.exp: New file.
17835 * gdb.base/line-symtabs.c: New file.
17836 * gdb.base/line-symtabs.h: New file.
17837
17838 2014-11-14 Yao Qi <yao@codesourcery.com>
17839
17840 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
17841 (func): Add label func_label.
17842 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
17843 Replace low_pc and high_pc with MACRO_AT_range.
17844 Replace name, low_pc and high_pc with MACRO_AT_func.
17845
17846 2014-11-14 Yao Qi <yao@codesourcery.com>
17847
17848 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
17849 Replace name, low_pc and high_pc with MACRO_AT_func.
17850
17851 2014-11-14 Yao Qi <yao@codesourcery.com>
17852
17853 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
17854 produce debug information.
17855 * gdb.dwarf2/implptr-optimized-out.S: Removed.
17856
17857 2014-11-14 Yao Qi <yao@codesourcery.com>
17858
17859 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
17860 object and get function length.
17861 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
17862 with MACRO_AT_func.
17863 (top-level): Replace gdb_compile and clean_restart with
17864 prepare_for_testing.
17865 * gdb.dwarf2/main.c (main): Add label main_label.
17866
17867 2014-11-14 Yao Qi <yao@codesourcery.com>
17868
17869 * lib/dwarf.exp (function_range): New procedure.
17870 (Dwarf::_handle_macro_at_func): New procedure.
17871 (Dwarf::_handle_macro_at_range): New procedure.
17872 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
17873
17874 2014-11-14 Yao Qi <yao@codesourcery.com>
17875
17876 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
17877 (_handle_attribute): New procedure.
17878
17879 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17880
17881 * gdb.ada/cond_lang/foo.c (callme): Add return type.
17882 * gdb.base/call-sc.c (zed): Likewise.
17883 * gdb.base/checkpoint.c (main): Likewise.
17884 * gdb.base/dump.c (main): Likewise.
17885 * gdb.base/gcore.c (main): Likewise.
17886 * gdb.base/huge.c (main): Likewise.
17887 * gdb.base/multi-forks.c (main): Likewise.
17888 * gdb.base/pr10179-a.c (main): Likewise.
17889 * gdb.base/savedregs.c (main): Likewise.
17890 * gdb.base/sigaltstack.c (main): Likewise.
17891 * gdb.base/siginfo.c (main): Likewise.
17892 * gdb.base/structs.c (zed): Likewise.
17893 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
17894 * gdb.mi/mi-syn-frame.c (main): Likewise.
17895 * gdb.mi/until.c (foo, main): Likewise.
17896 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
17897 * gdb.base/solib-weak.c (foo): Declare.
17898 * gdb.base/attach-twice.c: Include stdio.h.
17899 * gdb.base/weaklib1.c: Likewise.
17900 * gdb.base/weaklib2.c: Likewise.
17901 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
17902 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
17903 unistd.h.
17904 * gdb.base/attach-pie-misread.c: Include stdlib.h.
17905 * gdb.mi/mi-exit-code.c: Likewise.
17906 * gdb.base/break-interp-lib.c: Include string.h.
17907 * gdb.base/coremaker.c: Likewise.
17908 * gdb.base/testenv.c: Likewise.
17909 * gdb.python/py-finish-breakpoint.c: Likewise.
17910 * gdb.base/inferior-died.c: Include sys/wait.h.
17911 * gdb.base/fileio.c: Include time.h.
17912 * gdb.base/async-shell.c: Include unistd.h.
17913 * gdb.base/dprintf-non-stop.c: Likewise.
17914 * gdb.base/info-os.c: Likewise.
17915 * gdb.mi/mi-console.c: Likewise.
17916 * gdb.mi/watch-nonstop.c: Likewise.
17917 * gdb.python/py-events.c: Likewise.
17918 * gdb.base/async.c (baz): Move up before its invocation.
17919 * gdb.base/code_elim2.c (my_global_func): Likewise.
17920 * gdb.base/skip-solib-lib.c (multiply): Likewise.
17921 * gdb.base/advance.c (func2): Likewise.
17922
17923 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17924
17925 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
17926 variant.
17927 * gdb.base/annota3.c: Likewise.
17928 * gdb.base/async.c: Likewise.
17929 * gdb.base/average.c: Likewise.
17930 * gdb.base/call-ar-st.c: Likewise.
17931 * gdb.base/call-rt-st.c: Likewise.
17932 * gdb.base/call-sc.c: Likewise.
17933 * gdb.base/call-strs.c: Likewise.
17934 * gdb.base/ending-run.c: Likewise.
17935 * gdb.base/execd-prog.c: Likewise.
17936 * gdb.base/exprs.c: Likewise.
17937 * gdb.base/foll-exec.c: Likewise.
17938 * gdb.base/foll-fork.c: Likewise.
17939 * gdb.base/foll-vfork.c: Likewise.
17940 * gdb.base/funcargs.c: Likewise.
17941 * gdb.base/gcore.c: Likewise.
17942 * gdb.base/jump.c: Likewise.
17943 * gdb.base/langs0.c: Likewise.
17944 * gdb.base/langs1.c: Likewise.
17945 * gdb.base/langs2.c: Likewise.
17946 * gdb.base/mips_pro.c: Likewise.
17947 * gdb.base/nodebug.c: Likewise.
17948 * gdb.base/opaque0.c: Likewise.
17949 * gdb.base/opaque1.c: Likewise.
17950 * gdb.base/recurse.c: Likewise.
17951 * gdb.base/run.c: Likewise.
17952 * gdb.base/scope0.c: Likewise.
17953 * gdb.base/scope1.c: Likewise.
17954 * gdb.base/setshow.c: Likewise.
17955 * gdb.base/setvar.c: Likewise.
17956 * gdb.base/shmain.c: Likewise.
17957 * gdb.base/shr1.c: Likewise.
17958 * gdb.base/shr2.c: Likewise.
17959 * gdb.base/sigall.c: Likewise.
17960 * gdb.base/signals.c: Likewise.
17961 * gdb.base/so-indr-cl.c: Likewise.
17962 * gdb.base/solib2.c: Likewise.
17963 * gdb.base/structs.c: Likewise.
17964 * gdb.base/sum.c: Likewise.
17965 * gdb.base/vforked-prog.c: Likewise.
17966 * gdb.base/watchpoint.c: Likewise.
17967 * gdb.reverse/shr2.c: Likewise.
17968 * gdb.reverse/until-reverse.c: Likewise.
17969 * gdb.reverse/ur1.c: Likewise.
17970 * gdb.reverse/watch-reverse.c: Likewise.
17971
17972 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17973
17974 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
17975 variant.
17976 * gdb.base/sepdebug.exp: Drop references to removed code.
17977
17978 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17979
17980 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
17981 variant. Preserve original line numbering.
17982 * gdb.base/list1.c: Likewise.
17983
17984 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17985
17986 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
17987 variant.
17988 * gdb.base/break1.c: Likewise.
17989 * gdb.base/break.exp: Drop references to removed code.
17990
17991 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17992
17993 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
17994 variant.
17995
17996 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17997
17998 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
17999
18000 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18001
18002 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
18003 logic into perform_all_tests() and invoke it with and without
18004 function header prototypes.
18005 (do_function_calls): Remove conditional XFAIL for PR 5318.
18006 (rerun_and_prepare): Remove duplicate code.
18007 (perform_all_tests): New. Main logic moved here.
18008
18009 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18010
18011 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
18012 code guarded by #ifdef NO_PROTOTYPES.
18013 (t_double_many_args): Likewise.
18014 (DEF_FUNC_MANY_ARGS_1): Likewise.
18015 (DEF_FUNC_VALUES_1): Likewise.
18016 (t_structs_ldc): Renamed from t_structs_fc in conditional code
18017 guarded by #ifdef PROTOTYPES.
18018
18019 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18020
18021 * gdb.mi/mi-console.c: Add eye-catcher.
18022 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
18023 instead of literal line number.
18024
18025 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18026
18027 * gdb.base/shr2.c: Add eye-catcher.
18028 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
18029 line number.
18030
18031 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18032
18033 * gdb.base/jump.c: Add eye-catchers.
18034 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
18035 numbers.
18036
18037 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18038
18039 * gdb.base/execd-prog.c: Add eye-catchers.
18040 * gdb.base/foll-exec.c: Likewise.
18041 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
18042 line numbers.
18043
18044 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18045
18046 * gdb.base/ending-run.c: Add eye-catchers.
18047 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
18048 literal line numbers.
18049
18050 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18051
18052 * gdb.base/call-rt-st.c: Add eye-catchers.
18053 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
18054 literal line numbers.
18055
18056 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18057
18058 * gdb.base/call-ar-st.c: Add eye-catchers.
18059 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
18060 literal line numbers.
18061
18062 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18063
18064 * gdb.base/average.c: Add eye-catchers.
18065 * gdb.base/sum.c: Likewise.
18066 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
18067 regexps dynamically.
18068
18069 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18070
18071 * gdb.base/solib1.c: Add eye-catchers.
18072 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
18073 literal line numbers.
18074
18075 2014-11-12 Pedro Alves <palves@redhat.com>
18076
18077 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
18078 leader has exited.
18079
18080 2014-11-12 Pedro Alves <palves@redhat.com>
18081
18082 * gdb.arch/i386-bp_permanent.c: New file.
18083 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
18084 (srcfile): Set to i386-bp_permanent.c.
18085 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
18086 that stepi does not execute the 'leave' instruction, instead of
18087 testing it does execute.
18088 * gdb.base/bp-permanent.c: New file.
18089 * gdb.base/bp-permanent.exp: New file.
18090
18091 2014-11-10 Doug Evans <xdje42@gmail.com>
18092
18093 PR symtab/17564
18094 * gdb.base/symtab-search-order.exp: New file.
18095 * gdb.base/symtab-search-order.c: New file.
18096 * gdb.base/symtab-search-order-1.c: New file.
18097 * gdb.base/symtab-search-order-shlib-1.c: New file.
18098
18099 2014-11-07 Pedro Alves <palves@redhat.com>
18100
18101 PR gdb/17511
18102 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
18103 i?86-*-linux*.
18104
18105 2014-11-03 Siva Chandra Reddy <sivachandra@google.com>
18106
18107 PR c++/17494
18108 * gdb.cp/pr17494.cc: New file.
18109 * gdb.cp/pr17494.exp: New file.
18110
18111 2014-11-02 Yao Qi <yao@codesourcery.com>
18112
18113 * gdb.python/python.exp: Get working directory and match the
18114 output of "set extended-prompt \\w " with it.
18115
18116 2014-10-30 Doug Evans <dje@google.com>
18117
18118 * gdb.python/py-objfile.exp: Add tests for setting random attributes
18119 in objfiles.
18120 * gdb.python/py-progspace.exp: Add tests for setting random attributes
18121 in progspaces.
18122
18123 2014-10-30 Janis Johnson <janisjo@codesourcery.com>
18124
18125 * gdb.base/fullpath-expand.exp: Skip for a remote host.
18126 * gdb.base/realname-expand.exp: Likewise.
18127 * gdb.linespec/macro-relative.exp: Likewise.
18128
18129 2014-10-29 Pedro Alves <palves@redhat.com>
18130
18131 PR gdb/17408
18132 * gdb.threads/schedlock.c (some_function): New function.
18133 (call_function): New global.
18134 (MAYBE_CALL_SOME_FUNCTION): New macro.
18135 (thread_function): Call it.
18136 * gdb.threads/schedlock.exp (get_args): Add description parameter,
18137 and use it instead of a global counter. Adjust all callers.
18138 (get_current_thread): Use "find current thread" for test message
18139 here rather than having all callers pass down the same string.
18140 (goto_loop): New procedure, factored out from ...
18141 (my_continue): ... this.
18142 (step_ten_loops): Change parameter from test message to command to
18143 use. Adjust.
18144 (list_count): Delete global.
18145 (check_result): New procedure, factored out from duplicate top
18146 level code.
18147 (continue tests): Wrap in with_test_prefix.
18148 (test_step): New procedure, factored out from duplicate top level
18149 code.
18150 (top level): Test "step" in combination with all scheduler-locking
18151 modes. Test "next" in combination with all scheduler-locking
18152 modes, and in combination with stepping over a function call or
18153 not.
18154 * gdb.threads/next-bp-other-thread.c: New file.
18155 * gdb.threads/next-bp-other-thread.exp: New file.
18156
18157 2014-10-29 Pedro Alves <palves@redhat.com>
18158
18159 PR python/17372
18160 * gdb.python/python.exp: Test a multi-line command that spawns
18161 interactive Python.
18162 * gdb.base/multi-line-starts-subshell.exp: New file.
18163
18164 2014-10-29 Yao Qi <yao@codesourcery.com>
18165
18166 * gdb.base/fileio.exp: Make directories on host.
18167
18168 2014-10-29 Yao Qi <yao@codesourcery.com>
18169
18170 * gdb.base/fileio.c (test_write): Close the file.
18171
18172 2014-10-28 Pedro Alves <palves@redhat.com>
18173
18174 PR gdb/12623
18175 * gdb.base/sigstep.c (no_handler): New global.
18176 (main): If 'no_handler is true, set the signal handlers to
18177 SIG_IGN.
18178 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
18179 with_sw_watch and no_handler parameters. Handle them.
18180 (top level) <stepping over handler when stopped at a breakpoint
18181 test>: Add a test axis for testing with a software watchpoint, and
18182 another for testing with the signal handler set to SIG_IGN.
18183 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
18184 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
18185
18186 2014-10-28 Pedro Alves <palves@redhat.com>
18187
18188 PR gdb/17511
18189 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
18190 * gdb.base/sigstep.exp (other_handler_location): New global.
18191 (advance): Support stepping into the signal handler, and running
18192 commands while in the handler.
18193 (in_handler_map): New global.
18194 (top level): In the advance test, add combinations for getting
18195 into the handler with stepping commands, and for running commands
18196 in the handler. Add comment descripting the advancei tests.
18197
18198 2014-10-28 Pedro Alves <palves@redhat.com>
18199
18200 * gdb.base/sigstep.exp: Use build_executable instead of
18201 prepare_for_testing.
18202 (top level): Move code that starts GDB, runs to main and creates a
18203 display to ...
18204 (restart): ... this new procedure.
18205 (top level): Move backtrace from signal handler test to ...
18206 (validate_backtrace): ... this new procedure.
18207 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
18208 with_test_prefix. Always restart GDB.
18209 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
18210 with_test_prefix. Always restart GDB. No need to delete
18211 breakpoints after the test.
18212 (test_skip_handler): Remove prefix parameter.
18213 (skip_over_handler, breakpoint_to_handler)
18214 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
18215 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
18216 restart GDB. No need to delete breakpoints after the test.
18217 (top level): Use foreach to call the test procedures with
18218 different commands.
18219
18220 2014-10-28 Pedro Alves <palves@redhat.com>
18221
18222 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
18223 instead of GNATS numbers.
18224 * gdb.base/sigbpt.exp: Likewise.
18225 * gdb.base/siginfo.exp: Likewise.
18226 * gdb.base/sigstep.exp: Likewise.
18227
18228 2014-10-27 Pedro Alves <palves@redhat.com>
18229
18230 * gdb.base/sigstep.c (dummy): New global.
18231 (main): Issue a couple writes to the new global.
18232 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
18233 procedures.
18234 (skip_over_handler): Use test_skip_handler.
18235 (top level): Call skip_over_handler for stepi and nexti too.
18236 (breakpoint_over_handler): Use test_skip_handler.
18237 (top level): Call breakpoint_over_handler for stepi and nexti too.
18238
18239 2014-10-27 Yao Qi <yao@codesourcery.com>
18240
18241 * gdb.trace/tfile.c (adjust_function_address)
18242 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
18243 function descriptor.
18244
18245 2014-10-24 Don Breazeal <donb@codesourcery.com>
18246
18247 * gdb.base/foll-fork.exp (test_follow_fork,
18248 catch_fork_child_follow): Check for updated fork messages emitted
18249 from infrun.c.
18250 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
18251 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
18252 vfork_and_exec_child_follow_through_step): Check for updated vfork
18253 messages emitted from infrun.c.
18254
18255 2014-10-24 Pedro Alves <palves@redhat.com>
18256
18257 * gdb.base/corefile.exp: Remove references to ultrix.
18258 * gdb.base/interrupt.exp: Likewise.
18259 * gdb.base/whatis.exp: Likewise.
18260 * gdb.gdb/selftest.exp: Likewise.
18261 * gdb.threads/manythreads.exp: Likewise.
18262 * gdb.threads/print-threads.exp: Likewise.
18263 * gdb.threads/pthreads.exp:: Likewise.
18264 * gdb.threads/schedlock.exp: Likewise.
18265
18266 2014-10-24 Siva Chandra Reddy <sivachandra@google.com>
18267
18268 * gdb.cp/non-trivial-retval.cc: Add a test case.
18269 * gdb.cp/non-trivial-retval.exp: Add a test.
18270
18271 2014-10-20 Yao Qi <yao@codesourcery.com>
18272
18273 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
18274 * gdb.python/py-objfile-script-gdb.py: New file.
18275 * gdb.python/py-objfile-script.exp: Update reference to
18276 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
18277 of remote_download. Remove the dest file.
18278
18279 2014-10-20 Yao Qi <yao@codesourcery.com>
18280
18281 * gdb.base/checkpoint.exp: Don't remove file copied on host.
18282 * gdb.base/step-line.exp: Likewise.
18283 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
18284 * gdb.dwarf2/dw2-basic.exp: Likewise.
18285 * gdb.dwarf2/dw2-compressed.exp: Likewise.
18286 * gdb.dwarf2/dw2-filename.exp: Likewise.
18287 * gdb.dwarf2/dw2-intercu.exp: Likewise.
18288 * gdb.dwarf2/dw2-intermix.exp: Likewise.
18289 * gdb.dwarf2/dw2-producer.exp: Likewise.
18290 * gdb.dwarf2/mac-fileno.exp: Likewise.
18291 * gdb.python/py-frame-args.exp: Likewise.
18292 * gdb.python/py-framefilter.exp: Likewise.
18293 * gdb.python/py-mi.exp: Likewise.
18294 * gdb.python/py-objfile-script.exp: Likewise
18295 * gdb.python/py-pp-integral.exp: Likewise.
18296 * gdb.python/py-pp-re-notag.exp: Likewise.
18297 * gdb.python/py-prettyprint.exp: Likewise.
18298 * gdb.python/py-section-script.exp: Likewise.
18299 * gdb.python/py-typeprint.exp: Likewise.
18300 * gdb.python/py-xmethods.exp: Likewise.
18301 * gdb.stabs/weird.exp: Likewise.
18302 * gdb.xml/tdesc-regs.exp: Likewise.
18303
18304 2014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
18305
18306 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
18307 (out_cu): Use addr_len for the size of addresses.
18308 (out_line): Likewise. Size DW_LNE_set_address instruction
18309 according to addr_len.
18310 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
18311 (FUNC): Add START_INSNS to definition.
18312
18313 2014-10-18 Yao Qi <yao@codesourcery.com>
18314
18315 * gdb.base/argv0-symlink.exp: Check argv[0] value if
18316 gdb_has_argv0 return true.
18317 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
18318 check [target_info exists noargs], check [gdb_has_argv0]
18319 instead.
18320 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
18321 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
18322 procedures.
18323
18324 2014-10-17 Doug Evans <dje@google.com>
18325
18326 * gdb.python/py-events.exp: Update expected output for clear_objfiles
18327 event.
18328 * gdb.python/py-events.py: Add clear_objfiles event.
18329
18330 2014-10-17 Doug Evans <dje@google.com>
18331
18332 * gdb.python/py-objfile.exp: Test progspace attribute.
18333
18334 2014-10-17 Luis Machado <lgustavo@codesourcery.com>
18335
18336 * gdb.guile/scm-breakpoint.exp: Do not assume any
18337 directory separators when matching source file paths.
18338 * gdb.python/py-breakpoint.exp: Likewise.
18339 * gdb.reverse/break-precsave.exp: Likewise.
18340 * gdb.reverse/break-reverse.exp: Likewise.
18341 * gdb.reverse/consecutive-precsave.exp: Likewise.
18342 * gdb.reverse/finish-precsave.exp: Likewise.
18343 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
18344 * gdb.reverse/finish-reverse.exp: Likewise.
18345 * gdb.reverse/i386-precsave.exp: Likewise.
18346 * gdb.reverse/i387-env-reverse.exp: Likewise.
18347 * gdb.reverse/i387-stack-reverse.exp: Likewise.
18348 * gdb.reverse/machinestate-precsave.exp: Likewise.
18349 * gdb.reverse/machinestate.exp: Likewise.
18350 * gdb.reverse/sigall-precsave.exp: Likewise.
18351 * gdb.reverse/solib-precsave.exp: Likewise.
18352 * gdb.reverse/step-precsave.exp: Likewise.
18353 * gdb.reverse/until-precsave.exp: Likewise.
18354 * gdb.reverse/watch-precsave.exp: Likewise.
18355 * gdb.reverse/watch-reverse.exp: Likewise.
18356
18357 2014-10-17 Yao Qi <yao@codesourcery.com>
18358
18359 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
18360 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
18361
18362 2014-10-17 Pedro Alves <palves@redhat.com>
18363
18364 PR gdb/17471
18365 * gdb.base/bg-execution-repeat.c: New file.
18366 * gdb.base/bg-execution-repeat.exp: New file.
18367
18368 2014-10-17 Pedro Alves <palves@redhat.com>
18369
18370 PR gdb/17300
18371 * gdb.base/continue-all-already-running.c: New file.
18372 * gdb.base/continue-all-already-running.exp: New file.
18373
18374 2014-10-17 Pedro Alves <palves@redhat.com>
18375
18376 PR gdb/17472
18377 * gdb.base/annota-input-while-running.c: New file.
18378 * gdb.base/annota-input-while-running.exp: New file.
18379
18380 2014-10-17 Pedro Alves <palves@redhat.com>
18381
18382 * gdb.base/callfuncs.exp: emove references to osf.
18383 * gdb.base/sigall.exp: Likewise.
18384 * gdb.gdb/selftest.exp: Likewise.
18385 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
18386 * gdb.mi/non-stop.c: Likewise.
18387 * gdb.mi/pthreads.c: Likewise.
18388 * gdb.reverse/sigall-precsave.exp: Likewise.
18389 * gdb.reverse/sigall-reverse.exp: Likewise.
18390 * gdb.threads/pthreads.c: Likewise.
18391 * gdb.threads/pthreads.exp: Likewise.
18392
18393 2014-10-17 Yao Qi <yao@codesourcery.com>
18394
18395 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
18396 check 'target_info exists noargs'.
18397 (test_command_prompt_position): Likewise.
18398 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
18399 Remove "set args".
18400 (progvar_simple_while_test): Likewise.
18401 (progvar_complex_if_while_test): Likewise.
18402 (if_while_breakpoint_command_test): Likewise.
18403 (infrun_breakpoint_command_test): Likewise.
18404 (breakpoint_command_test): Likewise.
18405 (watchpoint_command_test): Likewise.
18406 (bp_deleted_in_command_test): Likewise.
18407 (temporary_breakpoint_commands): Likewise.
18408
18409 2014-10-16 Yao Qi <yao@codesourcery.com>
18410
18411 * gdb.base/remotetimeout.exp: Remove noargs checking.
18412
18413 2014-10-15 Pedro Alves <palves@redhat.com>
18414
18415 PR breakpoints/9649
18416 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
18417 * gdb.base/breakpoint-in-ro-region.exp
18418 (probe_target_hardware_step): New procedure.
18419 (top level): Probe hardware stepping and hardware breakpoint
18420 support. Test stepping through a read-only region, with both
18421 "breakpoint auto-hw" on and off and both "always-inserted" on and
18422 off.
18423
18424 2014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
18425
18426 * gdb.dlang/demangle.exp: Update for demangling changes.
18427
18428 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
18429
18430 * gdb.cp/non-trivial-retval.cc: Add new test cases.
18431 * gdb.cp/non-trivial-retval.exp: Add new tests.
18432
18433 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
18434
18435 PR c++/13403
18436 PR c++/15154
18437 * gdb.cp/non-trivial-retval.cc: New file.
18438 * gdb.cp/non-trivial-retval.exp: New file.
18439
18440 2014-10-15 Yao Qi <yao@codesourcery.com>
18441
18442 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
18443 remote host.
18444
18445 2014-10-15 Yao Qi <yao@codesourcery.com>
18446
18447 * gdb.python/py-symbol.exp: Match file base name if host is
18448 remote, otherwise match file name with dir name.
18449 * gdb.python/py-symtab.exp: Likewise.
18450 * gdb.python/python.exp: Likewise.
18451
18452 2014-10-15 Yao Qi <yao@codesourcery.com>
18453
18454 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
18455 pattern.
18456 * gdb.python/py-symtab.exp: Likewise.
18457 * gdb.python/python.exp: Remove trailing ".*". Fix typo
18458 locationn.
18459
18460 2014-10-14 Joel Brobecker <brobecker@adacore.com>
18461
18462 * gdb.ada/addr_arith: New testcase.
18463
18464 2014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
18465
18466 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
18467 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
18468 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
18469 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
18470
18471 2014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
18472
18473 * gdb.arch/stap-eval-lang-ada.S: Likewise.
18474 * gdb.arch/stap-eval-lang-ada.c: Likewise.
18475 * gdb.arch/stap-eval-lang-ada.exp: New file.
18476
18477 2014-10-14 Yao Qi <yao@codesourcery.com>
18478
18479 * gdb.mi/mi-var-child.c (nothing1): New function.
18480 (nothing2): New function.
18481 (do_children_tests): Set function pointers by nothing1 and
18482 nothing2.
18483 * gdb.mi/mi-var-child.exp: Step over new added statements.
18484 Update test to match the new output.
18485 * gdb.mi/var-cmd.c (nothing1): New function.
18486 (nothing2): New function.
18487 (do_children_tests): Set function pointers by nothing1 and
18488 nothing2.
18489 * gdb.mi/mi-var-display.exp: Update test to match output.
18490 Step to the line specified by $line_dct_nothing.
18491 Increase the number of lines to step.
18492
18493 2014-10-14 Yao Qi <yao@codesourcery.com>
18494
18495 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
18496 tests.
18497 * gdb.mi/mi2-var-child.exp: Likewise.
18498
18499 2014-10-13 Doug Evans <dje@google.com>
18500
18501 * gdb.python/py-objfile.exp: Change name of file name test.
18502
18503 2014-10-13 Doug Evans <dje@google.com>
18504
18505 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
18506 from the start of the CU.
18507
18508 2014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
18509 Yao Qi <yao@codesourcery.com>
18510
18511 Fix "save breakpoints" for "catch" command.
18512 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
18513 Remove -nonewline. Match also the added "main" line.
18514
18515 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
18516
18517 Fix "save breakpoints" for "disable $bpnum" command.
18518 * gdb.base/save-bp.c (main): Add label.
18519 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
18520
18521 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
18522
18523 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
18524
18525 2014-10-11 Yao Qi <yao@codesourcery.com>
18526
18527 * gdb.server/server-kill.exp: Execute command
18528 "set remote trace-status-packet on" before "tstatus".
18529
18530 2014-10-11 Yao Qi <yao@codesourcery.com>
18531
18532 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
18533 (main): Call getppid.
18534 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
18535 and continue to it. Read variable "server_pid".
18536
18537 2014-10-11 Yao Qi <yao@codesourcery.com>
18538
18539 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
18540
18541 2014-10-11 Yao Qi <yao@codesourcery.com>
18542
18543 * gdb.threads/thread-find.exp: Don't execute command
18544 "info threads".
18545 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
18546 * gdb.threads/linux-dp.exp: Don't check the condition
18547 $threads_created equals to zero.
18548
18549 2014-10-10 Pedro Alves <palves@redhat.com>
18550
18551 * gdb.base/bigcore.exp: Remove references to IRIX.
18552 * gdb.base/funcargs.exp: Likewise.
18553 * gdb.base/interrupt.exp: Likewise.
18554 * gdb.base/mips_pro.exp: Likewise.
18555 * gdb.base/nodebug.exp: Likewise.
18556 * gdb.base/setvar.exp: Likewise.
18557 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
18558
18559 2014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
18560 Pedro Alves <palves@redhat.com>
18561
18562 PR symtab/14466
18563 * gdb.base/vdso-warning.c: New file.
18564 * gdb.base/vdso-warning.exp: New file.
18565
18566 2014-10-02 Doug Evans <dje@google.com>
18567
18568 * gdb.base/structs.c (main): Don't run forever.
18569
18570 2014-10-02 Pedro Alves <palves@redhat.com>
18571
18572 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
18573 (top level) <stop threads 1, stop threads 2>: Use it.
18574
18575 2014-10-02 Pedro Alves <palves@redhat.com>
18576
18577 * gdb.threads/break-while-running.exp (test): Add new
18578 'update_thread_list' argument. Skip "info threads" if false.
18579 (top level): Add new 'update_thread_list' axis.
18580
18581 2014-10-02 Pedro Alves <palves@redhat.com>
18582
18583 PR breakpoints/17431
18584 * gdb.base/execl-update-breakpoints.c: New file.
18585 * gdb.base/execl-update-breakpoints.exp: New file.
18586
18587 2014-10-01 Pedro Alves <palves@redhat.com>
18588
18589 * gdb.base/breakpoint-in-ro-region.c: New file.
18590 * gdb.base/breakpoint-in-ro-region.exp: New file.
18591
18592 2014-10-01 Simon Marchi <simon.marchi@ericsson.com>
18593
18594 * gdb.mi/mi-exit-code.exp: New file.
18595 * gdb.mi/mi-exit-code.c: New file.
18596
18597 2014-09-30 Yao Qi <yao@codesourcery.com>
18598
18599 * lib/prelink-support.exp (build_executable_own_libs): Error if
18600 the target isn't native.
18601
18602 2014-09-30 Yao Qi <yao@codesourcery.com>
18603
18604 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
18605 false.
18606
18607 2014-09-22 Pedro Alves <palves@redhat.com>
18608
18609 * gdb.threads/break-while-running.exp: New file.
18610 * gdb.threads/break-while-running.c: New file.
18611
18612 2014-09-19 Yao Qi <yao@codesourcery.com>
18613
18614 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
18615 Invoke test. Restart GDB with --readnow and invoke test again.
18616
18617 2014-09-19 Yao Qi <yao@codesourcery.com>
18618
18619 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
18620 proc set_breakpoint_on_gcd_function. Invoke
18621 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
18622 invoke set_breakpoint_on_gcd_function again.
18623
18624 2014-09-18 Doug Evans <dje@google.com>
18625
18626 * gdb.dwarf2/symtab-producer.exp: New file.
18627
18628 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
18629
18630 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
18631 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
18632 * gdb.base/global-var-nested-by-dso.c: Likewise.
18633 * gdb.base/global-var-nested-by-dso.exp: Likewise.
18634
18635 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
18636 Pedro Alves <palves@redhat.com>
18637
18638 * gdb.base/watch-bitfields.exp: Pass string other than test file
18639 name to prepare_for_testing.
18640 (watch): New procedure.
18641 (expect_watchpoint): Use with_test_prefix.
18642 (top level): Factor out tests to ...
18643 (test_watch_location, test_regular_watch): ... these new
18644 procedures, and use with_test_prefix and gdb_continue_to_end.
18645
18646 2014-09-16 Patrick Palka <patrick@parcs.ath.cx>
18647
18648 PR breakpoints/12526
18649 * gdb.base/watch-bitfields.exp: New file.
18650 * gdb.base/watch-bitfields.c: New file.
18651
18652 2014-09-16 Pedro Alves <palves@redhat.com>
18653
18654 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
18655 software and hardware addresses, not software address against
18656 itself.
18657
18658 2014-09-16 Pedro Alves <palves@redhat.com>
18659
18660 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
18661 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
18662
18663 2014-09-16 Pedro Alves <palves@redhat.com>
18664
18665 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
18666 files.
18667 * gdb.base/a2-run.exp: Remove all code guarded by istarget
18668 "*-*-vxworks*" throughout.
18669 * gdb.base/break.exp: Likewise.
18670 * gdb.base/default.exp: Likewise.
18671 * gdb.base/scope.exp: Likewise.
18672 * gdb.base/sepdebug.exp: Likewise.
18673 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
18674 throughout.
18675 * gdb.base/run.c: Likewise.
18676 * gdb.base/sepdebug.c: Likewise.
18677 * gdb.hp/gdb.aCC/run.c: Likewise.
18678 * gdb.reverse/until-reverse.c: Likewise.
18679 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
18680
18681 2014-09-16 Yao Qi <yao@codesourcery.com>
18682
18683 * boards/local-remote-host-native.exp: New file.
18684
18685 2014-09-14 Doug Evans <xdje42@gmail.com>
18686
18687 * gdb.threads/queue-signal.c (thread_count): New variable.
18688 (thread_count_mutex, thread_count_condvar): New variables.
18689 (incr_thread_count, wait_all_threads_running): New functions.
18690 (main): Wait for all threads to be in their thread functions.
18691
18692 2014-09-13 Doug Evans <xdje42@gmail.com>
18693
18694 * gdb.threads/queue-signal.c: New file.
18695 * gdb.threads/queue-signal.exp: New file.
18696
18697 2014-09-13 Doug Evans <xdje42@gmail.com>
18698
18699 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
18700 be consistent with what default_gdb_init uses.
18701 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
18702 the plain text of the prompt. Add some logging printfs.
18703 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
18704
18705 2014-09-12 Pedro Alves <palves@redhat.com>
18706
18707 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
18708 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
18709 * gdb.arch/i386-size-overlap.exp: Likewise.
18710 * gdb.arch/i386-size.exp: Likewise.
18711 * gdb.arch/i386-unwind.exp: Likewise.
18712 * gdb.base/a2-run.exp: Likewise.
18713 * gdb.base/break.exp: Likewise.
18714 * gdb.base/charset.exp: Likewise.
18715 * gdb.base/chng-syms.exp: Likewise.
18716 * gdb.base/commands.exp: Likewise.
18717 * gdb.base/dbx.exp: Likewise.
18718 * gdb.base/find.exp: Likewise.
18719 * gdb.base/funcargs.exp: Likewise.
18720 * gdb.base/jit-simple.exp: Likewise.
18721 * gdb.base/reread.exp: Likewise.
18722 * gdb.base/sepdebug.exp: Likewise.
18723 * gdb.base/step-bt.exp: Likewise.
18724 * gdb.cp/mb-inline.exp: Likewise.
18725 * gdb.cp/mb-templates.exp: Likewise.
18726 * gdb.objc/basicclass.exp: Likewise.
18727 * gdb.threads/killed.exp: Likewise.
18728
18729 2014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
18730
18731 PR tdep/17379
18732 * gdb.arch/powerpc-stackless.S: New file.
18733 * gdb.arch/powerpc-stackless.exp: New file.
18734
18735 2014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
18736
18737 * gdb.base/attach.c: Include unistd.h.
18738 (main): Call alarm. Add label postloop.
18739 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
18740 gdb_breakpoint, gdb_continue_to_breakpoint.
18741 (test_command_line_attach_run): Kill ${testpid} in one exit path.
18742
18743 2014-09-11 Pedro Alves <palves@redhat.com>
18744
18745 PR gdb/17347
18746 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
18747 * gdb.base/attach.exp (test_command_line_attach_run): New
18748 procedure.
18749 (top level): Call it.
18750
18751 2014-09-11 Pedro Alves <palves@redhat.com>
18752
18753 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
18754 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
18755 (do_command_attach_tests): Use spawn_wait_for_attach.
18756 * gdb.base/solib-overlap.exp: Likewise.
18757 * gdb.multi/multi-attach.exp: Likewise.
18758 * gdb.python/py-prompt.exp: Likewise.
18759 * gdb.python/py-sync-interp.exp: Likewise.
18760 * gdb.server/ext-attach.exp: Likewise.
18761
18762 2014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
18763
18764 * gdb.fortran/array-element.exp: Remove unexpected "continue"
18765 command in testcase. Simplify testcase.
18766
18767 2014-09-10 Joel Brobecker <brobecker@adacore.com>
18768
18769 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
18770
18771 2014-09-10 Joel Brobecker <brobecker@adacore.com>
18772
18773 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
18774
18775 2014-09-10 Joel Brobecker <brobecker@adacore.com>
18776
18777 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
18778
18779 2014-09-10 Joel Brobecker <brobecker@adacore.com>
18780
18781 * gdb.dwarf2/dynarr-ptr.c: New file.
18782 * gdb.dwarf2/dynarr-ptr.exp: New file.
18783
18784 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
18785
18786 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
18787 of 30 rather than hardcoding 120 for a slow test case. Take the
18788 `gdb,timeout' target setting into account for this calculation.
18789 Don't extend the timeout for the test cases that don't need it.
18790
18791 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
18792
18793 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
18794 a factor of 2 for a slow test case. Take the `gdb,timeout'
18795 target setting into account for this calculation.
18796 * gdb.reverse/until-precsave.exp: Increase the timeout by
18797 a factor of 15 and 3 respectively rather than adding 120
18798 for a pair of slow test cases. Take the `gdb,timeout'
18799 target setting into account for this calculation.
18800
18801 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
18802
18803 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
18804 timeout, don't pass one down to gdb_expect.
18805 (gdb_expect): Rework timeout selection.
18806
18807 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
18808
18809 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
18810 exception on timeout.
18811 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
18812 (gdbserver_start_extended): Catch any `gdbserver_start' error
18813 exceptions.
18814 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
18815 * lib/mi-support.exp (mi_gdb_target_load): Catch any
18816 `gdbserver_gdb_load' error exceptions.
18817
18818 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
18819
18820 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
18821 120 on waiting for the TCP socket to open.
18822
18823 2014-09-09 Doug Evans <xdje42@gmail.com>
18824
18825 * gdb.base/default.exp (show_conv_list): Add _caller_is,
18826 _caller_matches, _any_caller_is, _any_caller_matches.
18827
18828 2014-09-09 Doug Evans <xdje42@gmail.com>
18829
18830 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
18831
18832 2014-09-09 Yao Qi <yao@codesourcery.com>
18833
18834 * gdb.mi/mi-var-display.exp: Set print symbol off.
18835
18836 2014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
18837
18838 PR gdb/17035
18839 * gdb.base/commands.exp: Add tests to verify user-defined
18840 commands with empty bodies.
18841 * gdb.python/py-cmd.exp: Test that we don't show user-defined
18842 python commands in `show user command`.
18843 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
18844 scheme commands in `show user command`.
18845
18846 2014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
18847
18848 PR python/17355
18849 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
18850 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
18851 * gdb.python/py-framefilter-invalidarg.exp: New file.
18852 * gdb.python/py-framefilter-invalidarg.py: New file.
18853
18854 2014-09-06 Doug Evans <xdje42@gmail.com>
18855
18856 PR 15276
18857 * gdb.python/py-caller-is.c: New file.
18858 * gdb.python/py-caller-is.exp: New file.
18859
18860 2014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
18861
18862 PR gdb/17235
18863 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
18864 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
18865
18866 2014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
18867
18868 PR fortran/17237
18869 * gdb.fortran/print-formatted.exp: New file.
18870 * gdb.fortran/print-formatted.f90: Likewise.
18871
18872 2014-09-03 Sasha Smundak <asmundak@google.com>
18873
18874 * gdb.python/py-frame.exp: Test Frame.read_register.
18875
18876 2014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
18877
18878 PR python/16699
18879 * gdb.python/py-completion.exp: New file.
18880 * gdb.python/py-completion.py: Likewise.
18881
18882 2014-08-28 Doug Evans <dje@google.com>
18883
18884 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
18885 eax,etc. are live with values set by gdb and thus the compiler can't
18886 use them.
18887 * gdb.arch/i386-pseudo.c (main): Ditto.
18888
18889 2014-08-27 Doug Evans <dje@google.com>
18890
18891 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
18892
18893 2014-08-25 Doug Evans <dje@google.com>
18894
18895 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
18896 (main): Ditto.
18897
18898 2014-08-25 Doug Evans <dje@google.com>
18899
18900 * gdb.threads/thread-execl.exp: #include <stdio.h>.
18901
18902 2014-08-24 Yao Qi <yao@codesourcery.com>
18903
18904 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
18905 symbol off.
18906 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
18907
18908 2014-08-22 Doug Evans <dje@google.com>
18909
18910 PR 17276
18911 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
18912 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
18913 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
18914
18915 2014-08-22 Yao Qi <yao@codesourcery.com>
18916
18917 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
18918 * gdb.python/py-finish-breakpoint2.exp: Likewise.
18919 * gdb.python/python.exp: Likewise. Use .py file on the host
18920 instead of the build.
18921
18922 2014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
18923
18924 * gdb.threads/gcore-stale-thread.c: New file.
18925 * gdb.threads/gcore-stale-thread.exp: New file.
18926
18927 2014-08-21 Pedro Alves <palves@redhat.com>
18928
18929 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
18930 * gdb.base/gcore-relro-pie.exp: Likewise.
18931 * gdb.base/gcore-relro.exp: Likewise.
18932 * gdb.base/gcore.exp: Likewise.
18933 * gdb.base/print-symbol-loading.exp: Likewise.
18934 * gdb.threads/gcore-thread.exp: Likewise.
18935 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
18936
18937 2014-08-20 Pedro Alves <palves@redhat.com>
18938 Jan Kratochvil <jan.kratochvil@redhat.com>
18939
18940 * Makefile.in (EXTRA_RULES, CC): New variables, get from
18941 configure.
18942 (EXPECT): Handle READ1 being set.
18943 (all): Depend on EXTRA_RULES.
18944 (check-read1, expect-read1, read1.so, read1): New rules.
18945 * README (Testsuite Parameters): Document the READ1 make variable.
18946 (Race detection): New section.
18947 * configure: Regenerate.
18948 * configure.ac: If build==host==target, and running under a
18949 GNU/glibc system, add read1 to the extra Makefile rules.
18950 (EXTRA_RULES): AC_SUBST it.
18951 * lib/read1.c: New file.
18952
18953 2014-08-20 Joel Brobecker <brobecker@adacore.com>
18954
18955 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
18956 the handling of variables declared as a typedef to an array
18957 which a DW_AT_data_location attribute.
18958
18959 2014-08-19 Andrew Burgess <aburgess@broadcom.com>
18960 Pedro Alves <palves@redhat.com>
18961
18962 PR symtab/14604
18963 PR symtab/14605
18964 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
18965 gdb_test.
18966
18967 2014-08-19 Pedro Alves <palves@redhat.com>
18968
18969 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
18970
18971 2014-08-19 Yao Qi <yao@codesourcery.com>
18972
18973 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
18974 right line.
18975
18976 2014-08-18 David Blaikie <dblaikie@gmail.com>
18977
18978 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
18979
18980 2014-08-18 Joel Brobecker <brobecker@adacore.com>
18981
18982 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
18983 attribute in array range.
18984
18985 2014-08-18 Joel Brobecker <brobecker@adacore.com>
18986
18987 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
18988
18989 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
18990
18991 PR c++/17132
18992 * gdb.cp/pr17132.cc: New file.
18993 * gdb.cp/pr17132.exp: New file.
18994
18995 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
18996
18997 * gdb.python/py-xmethods.py (A_getarrayind)
18998 (E_method_char_worker.__call__, E_method_int_worker.__call__):
18999 Use 'print' with function call syntax.
19000 (E_method_matcher.match): Fix tab vs space indentation mixup.
19001
19002 2014-08-15 Yao Qi <yao@codesourcery.com>
19003
19004 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
19005 false.
19006
19007 2014-08-15 Yao Qi <yao@codesourcery.com>
19008
19009 * gdb.cp/casts.exp: Set print symbol off.
19010 * gdb.cp/class2.exp: Likewise.
19011 * gdb.cp/overload.exp: Likewise.
19012 * gdb.cp/templates.exp: Likewise.
19013
19014 2014-08-11 Doug Evans <dje@google.com>
19015
19016 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
19017 (test_load_shlib): Update.
19018
19019 2014-08-09 Yao Qi <yao@codesourcery.com>
19020
19021 * gdb.base/display.exp: Invoke is_address_zero_readable.
19022 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
19023 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
19024 * gdb.base/hbreak-unmapped.exp: Return if
19025 is_address_zero_readable returns true.
19026 * gdb.base/signest.exp: Likewise.
19027 * gdb.base/signull.exp: Likewise.
19028 * gdb.base/sigbpt.exp: Likewise.
19029 * gdb.guile/scm-disasm.exp: Do the test if
19030 is_address_zero_readable returns false.
19031 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
19032 * gdb.python/py-arch.exp: Likewise.
19033 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
19034 * lib/gdb.exp (is_address_zero_readable): New proc.
19035
19036 2014-08-09 Yao Qi <yao@codesourcery.com>
19037
19038 PR testsuite/13443
19039 * gdb.mi/mi-var-display.exp: Make test messages unique.
19040
19041 2014-08-04 Tom Tromey <tromey@redhat.com>
19042
19043 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
19044 target 0".
19045
19046 2014-08-04 Tom Tromey <tromey@redhat.com>
19047
19048 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
19049 "target_resume".
19050
19051 2014-08-01 Joel Brobecker <brobecker@adacore.com>
19052
19053 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
19054 inner_vla_struct_object_size.
19055 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
19056 as xfail.
19057
19058 2014-07-30 Pedro Alves <palves@redhat.com>
19059
19060 * gdb.threads/signal-command-handle-nopass.exp (test): Add
19061 comment.
19062
19063 2014-07-29 Yao Qi <yao@codesourcery.com>
19064
19065 PR gdb/17206
19066 * gdb.base/until-nodebug.exp: New.
19067
19068 2014-07-28 Doug Evans <xdje42@gmail.com>
19069
19070 PR guile/17203
19071 * gdb.guile/scm-parameter.exp: Add tests for trying to create
19072 previously existing parameter, and previously ambiguously spelled
19073 parameter.
19074
19075 2014-07-28 Will Newton <will.newton@linaro.org>
19076
19077 * gdb.base/varargs.exp: Remove KFAILs for ARM.
19078
19079 2014-07-26 Ludovic Courtès <ludo@gnu.org>
19080 Doug Evans <xdje42@gmail.com>
19081
19082 PR guile/17146
19083 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
19084
19085 2014-07-25 Pedro Alves <palves@redhat.com>
19086
19087 * gdb.threads/signal-command-handle-nopass.c: New file.
19088 * gdb.threads/signal-command-handle-nopass.exp: New file.
19089 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
19090 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
19091 * gdb.threads/signal-delivered-right-thread.c: New file.
19092 * gdb.threads/signal-delivered-right-thread.exp: New file.
19093
19094 2014-07-25 Pedro Alves <palves@redhat.com>
19095
19096 * gdb.base/double-prompt-target-event-error.exp
19097 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
19098 match.
19099 (cancel_pagination_in_target_event): Rework double prompt
19100 detection.
19101 * gdb.base/paginate-after-ctrl-c-running.exp
19102 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
19103 <return>' match.
19104 * gdb.base/paginate-bg-execution.exp
19105 (test_bg_execution_pagination_return)
19106 (test_bg_execution_pagination_cancel): Remove '-notransfer
19107 <return>' matches.
19108 * gdb.base/paginate-execution-startup.exp
19109 (test_fg_execution_pagination_return)
19110 (test_fg_execution_pagination_cancel): Remove '-notransfer
19111 <return>' matches.
19112 * gdb.base/paginate-inferior-exit.exp
19113 (test_paginate_inferior_exited): Remove '-notransfer <return>'
19114 match.
19115 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
19116 * lib/gdb.exp (pagination_prompt): Run text through
19117 string_to_regexp.
19118 (gdb_test_multiple): Match $pagination_prompt instead of
19119 "<return>".
19120 (string_to_regexp): Move to lib/gdb-utils.exp.
19121
19122 2014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
19123
19124 * gdb.arch/amd64-entry-value-paramref.S: New file.
19125 * gdb.arch/amd64-entry-value-paramref.cc: New file.
19126 * gdb.arch/amd64-entry-value-paramref.exp: New file.
19127 * gdb.arch/amd64-optimout-repeat.S: New file.
19128 * gdb.arch/amd64-optimout-repeat.c: New file.
19129 * gdb.arch/amd64-optimout-repeat.exp: New file.
19130
19131 2014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
19132
19133 PR gdb/17170
19134 * gdb.base/statistics.exp: New file.
19135
19136 2014-07-17 Doug Evans <dje@google.com>
19137
19138 PR gdb/17170
19139 * gdb.base/maint.exp: Update testing of per-command stats.
19140
19141 2014-07-16 Pedro Alves <palves@redhat.com>
19142
19143 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
19144 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
19145 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
19146 (tfile_write_buf): New functions.
19147 (add_memory_block): Rewrite using the above.
19148 (adjust_function_address): New function.
19149 (FUNCTION_ADDRESS): New macro.
19150 (write_basic_trace_file): Remove short_x local, and use
19151 tfile_write_16. Change type of func_addr local to unsigned long
19152 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
19153 here. Cast argument of add_memory_block to char pointer.
19154 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
19155 (main): Remove parameters.
19156 * gdb.trace/tfile.exp: Remove nowarnings.
19157
19158 2014-07-15 Simon Marchi <simon.marchi@ericsson.com>
19159
19160 * gdb.base/debug-expr.exp: Test string evaluation with
19161 "debug expression" on.
19162
19163 2014-07-15 Pedro Alves <palves@redhat.com>
19164
19165 * gdb.base/reread.exp: Use clean_restart.
19166
19167 2014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
19168
19169 * gdb.arch/avr-flash-qualifer.c: New.
19170 * gdb.arch/avr-flash-qualifer.exp: New.
19171
19172 2014-07-14 Pedro Alves <palves@redhat.com>
19173
19174 * gdb.base/paginate-after-ctrl-c-running.c: New file.
19175 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
19176
19177 2014-07-14 Pedro Alves <palves@redhat.com>
19178
19179 * gdb.base/double-prompt-target-event-error.c: New file.
19180 * gdb.base/double-prompt-target-event-error.exp: New file.
19181
19182 2014-07-14 Pedro Alves <palves@redhat.com>
19183
19184 PR gdb/17072
19185 * gdb.base/paginate-inferior-exit.c: New file.
19186 * gdb.base/paginate-inferior-exit.exp: New file.
19187
19188 2014-07-14 Pedro Alves <palves@redhat.com>
19189
19190 PR gdb/17072
19191 * gdb.base/paginate-bg-execution.c: New file.
19192 * gdb.base/paginate-bg-execution.exp: New file.
19193
19194 2014-07-14 Pedro Alves <palves@redhat.com>
19195
19196 PR gdb/17072
19197 * gdb.base/paginate-execution-startup.c: New file.
19198 * gdb.base/paginate-execution-startup.exp: New file.
19199 * lib/gdb.exp (pagination_prompt): New global.
19200 (default_gdb_spawn): New procedure, factored out from
19201 default_gdb_spawn.
19202 (default_gdb_start): Adjust to call default_gdb_spawn.
19203 (gdb_spawn): New procedure.
19204
19205 2014-07-14 Pedro Alves <palves@redhat.com>
19206
19207 * lib/gdb.exp (gdb_assert): New procedure.
19208 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
19209
19210 2014-07-14 Pedro Alves <palves@redhat.com>
19211
19212 * gdb.base/execution-termios.c: New file.
19213 * gdb.base/execution-termios.exp: New file.
19214
19215 2014-07-14 Tom Tromey <tromey@redhat.com>
19216
19217 * gdb.cp/vla-cxx.cc: New file.
19218 * gdb.cp/vla-cxx.exp: New file.
19219
19220 2014-07-14 Tom Tromey <tromey@redhat.com>
19221
19222 * gdb.reverse/rerun-prec.c: New file.
19223 * gdb.reverse/rerun-prec.exp: New file.
19224
19225 2014-07-12 Maciej W. Rozycki <macro@mips.com>
19226 Maciej W. Rozycki <macro@codesourcery.com>
19227
19228 * lib/gdb-utils.exp: New file.
19229 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
19230 inline `gdb_init_command' processing.
19231 (gdb_start_cmd): Likewise.
19232 * lib/mi-support.exp (mi_run_cmd): Likewise.
19233 * README: Document `gdb_init_command' and `gdb_init_commands'.
19234
19235 2014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
19236
19237 Fix false FAIL running under a very long directory name.
19238 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
19239 and "set print elements 10000". Twice.
19240
19241 2014-07-11 Yao Qi <yao@codesourcery.com>
19242
19243 * gdb.base/exprs.exp: "set print symbol off".
19244
19245 2014-07-11 Pedro Alves <palves@redhat.com>
19246
19247 * gdb.threads/kill.c: New file.
19248 * gdb.threads/kill.exp: New file.
19249
19250 2014-07-10 Yao Qi <yao@codesourcery.com>
19251
19252 * gdb.trace/tfile.c (write_basic_trace_file)
19253 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
19254 address written to trace file.
19255
19256 2014-07-09 Pedro Alves <palves@redhat.com>
19257
19258 * gdb.base/attach-wait-input.exp: New file.
19259 * gdb.base/attach-wait-input.c: New file.
19260
19261 2014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
19262
19263 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
19264 setting up test structures.
19265 (main): Call new test function.
19266 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
19267 test function, continue into test function and walk test
19268 structures.
19269
19270 2014-07-02 Yao Qi <yao@codesourcery.com>
19271
19272 * gdb.trace/entry-values.c: Define labels 'foo_start' and
19273 'bar_start' at the beginning of functions 'foo' and 'bar'
19274 respectively.
19275 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
19276 instead of 'foo' and 'bar'.
19277
19278 2014-07-08 Markus Metzger <markus.t.metzger@intel.com>
19279
19280 * gdb.btrace/segv.exp: New.
19281 * gdb.btrace/segv.c: New.
19282
19283 2014-07-02 Luis Machado <lgustavo@codesourcery.com>
19284
19285 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
19286 instruction.
19287
19288 2014-06-30 Mark Wielaard <mjw@redhat.com>
19289
19290 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
19291 vulture, vilify, villar): New volatile array constants.
19292 (vindictive, vegetation): New const volatile array constants.
19293 * gdb.base/volatile.exp: Test volatile and const volatile array
19294 types.
19295
19296 2014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
19297
19298 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
19299 target lacks support for awatch, rwatch, or hbreak.
19300
19301 2014-06-27 Yao Qi <yao@codesourcery.com>
19302
19303 * gdb.multi/dummy-frame-restore.exp: New.
19304 * gdb.multi/dummy-frame-restore.c: New.
19305
19306 2014-06-25 Markus Metzger <markus.t.metzger@intel.com>
19307
19308 * gdb.btrace/gcore.exp: New.
19309
19310 2014-06-23 Pedro Alves <palves@redhat.com>
19311
19312 * gdb.base/watchpoint-reuse-slot.c: New file.
19313 * gdb.base/watchpoint-reuse-slot.exp: New file.
19314
19315 2014-06-23 Siva Chandra Reddy <sivachandra@google.com>
19316
19317 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
19318 progspace's filename in 'info', 'enable' and 'disable' command
19319 tests.
19320
19321 2014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
19322
19323 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
19324 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
19325 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
19326
19327 2014-06-20 Gary Benson <gbenson@redhat.com>
19328
19329 * gdb.arch/i386-avx.exp: Fix include file location.
19330 * gdb.arch/i386-sse.exp: Likewise.
19331
19332 2014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
19333
19334 * gdb.dlang/expression.exp: New file.
19335
19336 2014-06-19 Pedro Alves <palves@redhat.com>
19337
19338 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
19339 out from ...
19340 (top level): ... here. Iterate running tests under different
19341 scheduler-locking settings.
19342
19343 2014-06-18 Luis Machado <lgustavo@codesourcery.com>
19344
19345 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
19346 to DW_FORM_addr and use non-zero addresses.
19347
19348 2014-06-18 Siva Chandra Reddy <sivachandra@google.com>
19349
19350 PR gdb/17017
19351 * gdb.python/py-xmethods.cc: Add global function call counters and
19352 increment them in their respective functions. Remove "cout"
19353 statements.
19354 * gdb.python/py-xmethods.exp: Make tests check the global function
19355 call counters instead of depending on inferior IO.
19356
19357 2014-06-18 Don Breazeal <donb@codesourcery.com>
19358
19359 * gdb.base/foll-fork.exp (default_fork_parent_follow):
19360 Deleted procedure.
19361 (explicit_fork_parent_follow): Deleted procedure.
19362 (explicit_fork_child_follow): Deleted procedure.
19363 (test_follow_fork): New procedure.
19364 (do_fork_tests): Replace calls to deleted procedures with
19365 calls to test_follow_fork and reset GDB for subsequent
19366 procedure calls.
19367
19368 2014-06-17 Yao Qi <yao@codesourcery.com>
19369
19370 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
19371 CP1252.
19372
19373 2014-06-17 Luis Machado <lgustavo@codesourcery.com>
19374
19375 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
19376 Initialize ptr and S explicitly.
19377 (skip_type_update_when_not_use_rtti_test): Likewise.
19378
19379 2014-06-16 Keith Seitz <keiths@redhat.com>
19380
19381 PR mi/15863
19382 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
19383 the inferior is started.
19384
19385 2014-06-16 Pedro Alves <palves@redhat.com>
19386
19387 * gdb.base/break-main-file-remove-fail.c: New file.
19388 * gdb.base/break-main-file-remove-fail.exp: New file.
19389 * gdb.base/break-unload-file.exp: Use build_executable instead of
19390 prepare_for_testing.
19391 (test_break): New parameter "initial_load". Handle it.
19392 (top level): Add initial_load cmdline/file axis.
19393
19394 2014-06-12 Tom Tromey <tromey@redhat.com>
19395
19396 * gdb.base/completion.exp: Don't use directory name in test.
19397
19398 2014-06-09 Gary Benson <gbenson@redhat.com>
19399
19400 * gdb.base/sigall.c [Functions to send signals]: Reorder to
19401 separate the always-available ANSI-standard signals from the
19402 signals that require checking.
19403 (main): Likewise.
19404 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
19405 Likewise.
19406 (main): Likewise.
19407
19408 2014-06-07 Keith Seitz <keiths@redhat.com>
19409
19410 Revert:
19411 PR c++/16253
19412 * gdb.cp/var-tag.cc: New file.
19413 * gdb.cp/var-tag.exp: New file.
19414 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
19415 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
19416 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
19417 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
19418
19419 2014-06-06 Doug Evans <xdje42@gmail.com>
19420
19421 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
19422
19423 2014-06-06 Pedro Alves <palves@redhat.com>
19424
19425 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
19426 in target debug output instead of looking at RSP packets,
19427 disabling the test on any target that uses hardware stepping.
19428 Update comments.
19429
19430 2014-06-06 Pedro Alves <palves@redhat.com>
19431
19432 * gdb.base/break-unload-file.exp: Fix typo.
19433
19434 2014-06-06 Yao Qi <yao@codesourcery.com>
19435
19436 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
19437 from "jit_function" to "^jit_function".
19438
19439 2014-06-06 Yao Qi <yao@codesourcery.com>
19440
19441 * gdb.base/async.c (foo): Add one statement.
19442 * gdb.base/async.exp: Get the next instruction address and
19443 match the output of "nexti" by instruction address. Match
19444 the hex address in the output of "finish".
19445
19446 2014-06-06 Gary Benson <gbenson@redhat.com>
19447
19448 * gdb.base/call-signals.c: Remove preprocessor conditionals
19449 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
19450 SIGSEGV and SIGTERM.
19451 * gdb.base/sigall.c: Likewise.
19452 * gdb.base/unwindonsignal.c: Likewise.
19453 * gdb.reverse/sigall-reverse.c: Likewise.
19454
19455 2014-06-06 Yao Qi <yao@codesourcery.com>
19456
19457 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
19458 readable, skip the test.
19459
19460 2014-06-06 Yao Qi <yao@codesourcery.com>
19461
19462 * gdb.threads/staticthreads.c (thread_function): Move the line
19463 setting breakpoint on forward.
19464 * gdb.threads/staticthreads.exp: Update comments.
19465
19466 2014-06-05 Ludovic Courtès <ludo@gnu.org>
19467
19468 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
19469 "history-append! type error".
19470
19471 2014-06-05 Simon Marchi <simon.marchi@ericsson.com>
19472
19473 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
19474 erroneous dprintf expected input.
19475
19476 2014-06-04 Doug Evans <xdje42@gmail.com>
19477
19478 * gdb.guile/scm-generics.exp: Delete.
19479
19480 2014-06-04 Doug Evans <xdje42@gmail.com>
19481
19482 * gdb.guile/scm-breakpoint.exp: Update.
19483 Add tests for breakpoint registration.
19484
19485 2014-06-04 Tom Tromey <tromey@redhat.com>
19486
19487 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
19488 VLA-in-union.
19489 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
19490 inner_vla_struct, vla_union types. Initialize objects of those
19491 types and compute their sizes.
19492
19493 2014-06-04 Nathan Sidwell <nathan@codesourcery.com>
19494 Hui Zhu <hui@codesourcery.com>
19495
19496 * gdb.base/fileio.exp: Add test for shell not available as well as
19497 available.
19498 * gdb.base/fileio.c (test_system): Check for shell twice.
19499
19500 2014-06-04 Yao Qi <yao@codesourcery.com>
19501
19502 * gdb.base/auto-connect-native-target.exp: Remove redundant
19503 space from the regexp pattern.
19504
19505 2014-06-04 Yao Qi <yao@codesourcery.com>
19506
19507 * gdb.base/default.exp: Replace "child" with "native" in
19508 regexp pattern.
19509
19510 2014-06-03 Siva Chandra Reddy <sivachandra@google.com>
19511
19512 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
19513 * gdb.python/py-xmethods.exp: New tests to test xmethods.
19514 * gdb.python/py-xmethods.py: Python script supporting the
19515 new testcase and tests.
19516
19517 2014-06-03 Joel Brobecker <brobecker@adacore.com>
19518 Pedro Alves <palves@redhat.com>
19519
19520 PR breakpoints/17000
19521 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
19522 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
19523
19524 2014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
19525
19526 * gdb.base/subst.exp: Add tests to verify partial path matching
19527 output.
19528
19529 2014-06-03 Pedro Alves <palves@redhat.com>
19530
19531 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
19532 target that doesn't use software single-stepping.
19533
19534 2014-06-03 Pedro Alves <palves@redhat.com>
19535
19536 PR breakpoints/17000
19537 * gdb.base/sss-bp-on-user-bp-2.c: New file.
19538 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
19539
19540 2014-06-02 Doug Evans <xdje42@gmail.com>
19541
19542 * gdb.guile/scm-parameter.exp: New file.
19543
19544 2014-06-02 Doug Evans <xdje42@gmail.com>
19545
19546 * gdb.guile/scm-cmd.c: New file.
19547 * gdb.guile/scm-cmd.exp: New file.
19548
19549 2014-06-02 Doug Evans <xdje42@gmail.com>
19550
19551 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
19552 pretty-printer lookup.
19553 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
19554 (make-pp_s-printer): Call it.
19555 (make-pretty-printer-from-dict): New function.
19556 (lookup-pretty-printer-maker-from-dict): New function.
19557 (*pretty-printer*): Simplify.
19558 (make-objfile-pp_s-printer): New function.
19559 (install-objfile-pretty-printers!): New function.
19560 (make-progspace-pp_s-printer): New function.
19561 (install-progspace-pretty-printers!): New function.
19562 * gdb.guile/scm-progspace.c: New file.
19563 * gdb.guile/scm-progspace.exp: New file.
19564
19565 2014-06-02 Pedro Alves <palves@redhat.com>
19566
19567 * gdb.base/dprintf-bp-same-addr.c: New file.
19568 * gdb.base/dprintf-bp-same-addr.exp: New file.
19569
19570 2014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
19571
19572 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
19573 * gdb.arch/powerpc-power.s: Likewise.
19574
19575 2014-06-02 Joel Brobecker <brobecker@adacore.com>
19576
19577 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
19578
19579 2014-06-01 Yao Qi <yao@codesourcery.com>
19580
19581 * gdb.base/watchpoint.exp (test_watch_location): Check null
19582 pointer can be dereferenced. If not, do the test, otherwise
19583 skip it.
19584
19585 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
19586
19587 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
19588 results.
19589 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
19590
19591 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
19592
19593 * gdb.arch/amd64-invalid-stack-middle.S: New file.
19594 * gdb.arch/amd64-invalid-stack-middle.c: New file.
19595 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
19596 * gdb.arch/amd64-invalid-stack-top.c: New file.
19597 * gdb.arch/amd64-invalid-stack-top.exp: New file.
19598
19599 2014-05-30 Pedro Alves <palves@redhat.com>
19600
19601 PR breakpoints/17000
19602 * gdb.base/sss-bp-on-user-bp.c: New file.
19603 * gdb.base/sss-bp-on-user-bp.exp: New file.
19604
19605 2014-05-30 David Blaikie <dblaikie@gmail.com>
19606
19607 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
19608 gnu_inline semantics via attribute.
19609 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
19610 source explicitly specifies the required semantics.
19611
19612 2014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
19613
19614 * gdb.reverse/sigall-reverse.exp: Fix a typo.
19615
19616 2014-05-29 Pedro Alves <palves@redhat.com>
19617 Tom Tromey <tromey@redhat.com>
19618
19619 * gdb.base/async-shell.exp: Don't enable target-async.
19620 * gdb.base/async.exp
19621 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
19622 parameter. Adjust.
19623 (top level): Don't test with "target-async".
19624 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
19625 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
19626 * gdb.base/inferior-died.exp: Don't enable target-async.
19627 * gdb.base/interrupt-noterm.exp: Likewise.
19628 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
19629 * gdb.mi/mi-nonstop-exit.exp: Likewise.
19630 * gdb.mi/mi-nonstop.exp: Likewise.
19631 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
19632 * gdb.mi/mi-nsintrall.exp: Likewise.
19633 * gdb.mi/mi-nsmoribund.exp: Likewise.
19634 * gdb.mi/mi-nsthrexec.exp: Likewise.
19635 * gdb.mi/mi-watch-nonstop.exp: Likewise.
19636 * gdb.multi/watchpoint-multi.exp: Adjust comment.
19637 * gdb.python/py-evsignal.exp: Don't enable target-async.
19638 * gdb.python/py-evthreads.exp: Likewise.
19639 * gdb.python/py-prompt.exp: Likewise.
19640 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
19641 * gdb.server/solib-list.exp: Don't enable target-async.
19642 * gdb.threads/thread-specific-bp.exp: Likewise.
19643 * lib/mi-support.exp: Adjust to use mi-async.
19644
19645 2014-05-29 Pedro Alves <palves@redhat.com>
19646
19647 PR gdb/13860
19648 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
19649 reason, even in sync mode.
19650
19651 2014-05-29 Pedro Alves <palves@redhat.com>
19652 Hui Zhu <hui@codesourcery.com>
19653
19654 PR PR15693
19655 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
19656 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
19657 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
19658 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
19659
19660 2014-05-28 Joel Brobecker <brobecker@adacore.com>
19661
19662 * config/monitor.exp (gdb_target_monitor): Replace use of
19663 "set remotebaud" by "set serial baud".
19664
19665 2014-05-26 Andy Wingo <wingo@igalia.com>
19666
19667 * gdb.guile/scm-breakpoint.exp:
19668 * gdb.guile/scm-gsmob.exp: Update to use plain old object
19669 properties instead of gdb-object-properties.
19670
19671 2014-05-26 Yao Qi <yao@codesourcery.com>
19672
19673 * gdb.server/no-thread-db.exp: Specify source file name
19674 explicitly when setting a breakpoint.
19675
19676 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
19677
19678 * gdb.btrace/vdso.c: New.
19679 * gdb.btrace/vdso.exp: New.
19680
19681 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
19682
19683 * gdb.base/gcore.exp (capture_command_output): Move ...
19684 * lib/gdb.exp (capture_command_output): ... here.
19685
19686 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
19687
19688 * gdb.btrace/data.exp: Test memory access during btrace replay.
19689
19690 2014-05-22 Simon Marchi <simon.marchi@ericsson.com>
19691
19692 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
19693
19694 2014-05-21 Pedro Alves <palves@redhat.com>
19695
19696 PR gdb/13860
19697 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
19698 (top level): Test that output related to execution commands is
19699 sent to the console with CLI commands, but not with MI commands.
19700 Test that breakpoint events are always mirrored to the console.
19701 Also expect the new source line to be output after a "next" in
19702 async mode too. Make it a pass/fail test.
19703 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
19704 output.
19705 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
19706
19707 2014-05-21 Pedro Alves <palves@redhat.com>
19708
19709 * gdb.base/list.exp (build_pattern, test_list): New procedures.
19710 Use them to test variations of "list" after reaching a breakpoint.
19711 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
19712 Test "list" with listsize 10 after reaching a breakpoint.
19713 * gdb.python/python.exp (decode_line current location line
19714 number): Adjust expected line number.
19715
19716 2014-05-21 Simon Marchi <simon.marchi@ericsson.com>
19717
19718 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
19719 behavior for $args, pass it directly to "run".
19720
19721 2014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
19722
19723 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
19724 30000 to 65536.
19725
19726 2014-05-21 Pedro Alves <palves@redhat.com>
19727
19728 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
19729 auto-connect-native-target off".
19730 * gdb.base/auto-connect-native-target.c: New file.
19731 * gdb.base/auto-connect-native-target.exp: New file.
19732
19733 2014-05-21 Pedro Alves <palves@redhat.com>
19734
19735 * gdb.base/default.exp: Test "target native" instead of "target
19736 child".
19737
19738 2014-05-21 Mark Wielaard <mjw@redhat.com>
19739
19740 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
19741
19742 2014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
19743
19744 Fix TLS access for -static -pthread.
19745 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
19746 <HAVE_TLS> (thread_function, main): Initialize it.
19747 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
19748 Add clean_restart.
19749 <$have_tls != "">: Check TLSVAR.
19750
19751 2014-05-21 Pedro Alves <palves@redhat.com>
19752
19753 * gdb.base/dcache-line-read-error.c: New.
19754 * gdb.base/dcache-line-read-error.exp: New.
19755
19756 2014-05-20 Pedro Alves <palves@redhat.com>
19757
19758 * gdb.base/compare-sections.c: New file.
19759 * gdb.base/compare-sections.exp: New file.
19760
19761 2014-05-20 Pedro Alves <palves@redhat.com>
19762
19763 * gdb.base/break-idempotent.c: New file.
19764 * gdb.base/break-idempotent.exp: New file.
19765
19766 2014-05-20 Markus Metzger <markus.t.metzger@intel.com>
19767
19768 * gdb.btrace/nohist.exp: New.
19769
19770 2014-05-20 Yao Qi <yao@codesourcery.com>
19771
19772 * lib/gdb.exp (gdb_init): Set timeout if test file is under
19773 gdb.reverse directory and gdb_reverse_timeout exists in board
19774 setting.
19775 * README: Document gdb_reverse_timeout.
19776
19777 2014-05-20 Yao Qi <yao@codesourcery.com>
19778
19779 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
19780 'test_file_name'. Treat args as a string instead of a list.
19781 (gdb_init): Rename argument 'args' by 'test_file_name'.
19782
19783 2014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
19784
19785 * gdb.arch/powerpc-power.exp: New file.
19786 * gdb.arch/powerpc-power.s: New file.
19787
19788 2014-05-16 Doug Evans <dje@google.com>
19789
19790 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
19791 * gdb.base/completion.exp: Check that all expected files exist
19792 before doing file completion.
19793
19794 2014-05-16 Doug Evans <dje@google.com>
19795
19796 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
19797 Update.
19798 (do_syscall_tests_without_xml): Update.
19799
19800 2014-05-16 Pedro Alves <palves@redhat.com>
19801
19802 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
19803 instead of "unknown output after running".
19804
19805 2014-05-16 Yao Qi <yao@codesourcery.com>
19806
19807 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
19808 file1.txt from host at the end.
19809 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
19810
19811 2014-05-15 Doug Evans <dje@google.com>
19812
19813 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
19814 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
19815 loading file. Add test for TU lookup.
19816
19817 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
19818
19819 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
19820 calling "-exec-arguments" or "set args" before running the
19821 inferior.
19822
19823 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
19824
19825 * lib/mi-support.exp (mi_expect_stop): Expect message for
19826 inferiors that exit with non-zero exit code.
19827
19828 2014-05-14 Yao Qi <yao@codesourcery.com>
19829
19830 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
19831 match absolute path on remote host.
19832 (test_file_list_exec_source_files): Remove "/" from the
19833 pattern.
19834
19835 2014-05-14 Yao Qi <yao@codesourcery.com>
19836
19837 * boards/local-remote-host-notty.exp (${board}_file): New
19838 proc.
19839
19840 2014-05-07 Kyle McMartin <kyle@redhat.com>
19841
19842 Pushed by Joel Brobecker <brobecker@adacore.com>.
19843 * gdb.arch/aarch64-atomic-inst.c: New file.
19844 * gdb.arch/aarch64-atomic-inst.exp: New file.
19845
19846 2014-05-07 Yao Qi <yao@codesourcery.com>
19847
19848 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
19849 in current context" too.
19850
19851 2014-05-05 Keith Seitz <keiths@redhat.com>
19852
19853 * gdb.linespec/ls-dollar.exp: Add test for linespec
19854 file:convenience_variable.
19855
19856 2014-05-05 Yao Qi <yao@codesourcery.com>
19857
19858 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
19859 traceframes into tfile and ctf trace files. Read data from
19860 trace file and test collected data.
19861 (gdb_collect_locals_test): Likewise.
19862 (gdb_unavailable_registers_test): Likewise.
19863 (gdb_unavailable_floats): Likewise.
19864 (gdb_collect_globals_test): Likewise.
19865 (top-level): Append "ctf" to trace_file_targets if GDB
19866 supports.
19867
19868 2014-05-05 Yao Qi <yao@codesourcery.com>
19869
19870 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
19871 code to ...
19872 (gdb_collect_args_test_1): ... it. New proc.
19873 (gdb_collect_locals_test): Move some code to ...
19874 (gdb_collect_locals_test_1): ... it. New proc.
19875 (gdb_unavailable_registers_test): Move some code to ...
19876 (gdb_unavailable_registers_test_1): ... it. New proc.
19877 (gdb_unavailable_floats): Move some code to ...
19878 (gdb_unavailable_floats_1): ... it. New proc.
19879
19880 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
19881
19882 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
19883 probes to test for bitness recognition.
19884 * gdb.arch/amd64-stap-optional-prefix.exp
19885 (test_probe_value_without_reg): New procedure.
19886 Add code to test for different kinds of bitness.
19887
19888 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
19889
19890 PR breakpoints/16889
19891 * gdb.arch/amd64-stap-optional-prefix.S: New file.
19892 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
19893
19894 2014-05-01 Pedro Alves <palves@redhat.com>
19895
19896 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
19897 gdb_file_cmd if no file is specified.
19898 * boards/native-extended-gdbserver.exp (gdb_load): Use the
19899 last_loaded_file to set the remote exec-file.
19900
19901 2014-05-01 Pedro Alves <palves@redhat.com>
19902
19903 * boards/local-remote-host.exp: New file.
19904
19905 2014-05-01 Pedro Alves <palves@redhat.com>
19906
19907 * boards/local-remote-host.exp: Rename to ...
19908 * boards/local-remote-host-notty.exp: ... this.
19909
19910 2014-04-28 Joel Brobecker <brobecker@adacore.com>
19911
19912 * gdb.ada/dyn_arrayidx: New testcase.
19913
19914 2014-04-26 Yao Qi <yao@codesourcery.com>
19915
19916 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
19917 and compute the length of function main. Save it in
19918 $main_length.
19919 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
19920 (top-level): Use gdb_compile to compile objects into
19921 executable and restart GDB. Remove invocation to
19922 prepare_for_testing.
19923
19924 2014-04-25 Simon Marchi <simon.marchi@ericsson.com>
19925 Pedro Alves <palves@redhat.com>
19926
19927 PR server/16255
19928 * gdb.multi/multi-attach.c: New file.
19929 * gdb.multi/multi-attach.exp: New file.
19930
19931 2014-04-25 Pedro Alves <palves@redhat.com>
19932
19933 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
19934 user.
19935 (top level): Test that "set remote conditional-breakpoints-packet
19936 off" works as intended.
19937 * gdb.base/dprintf.exp: Test that "set remote
19938 breakpoint-commands-packet off" works as intended.
19939 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
19940 New function.
19941 (top level): Call it.
19942 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
19943 remote fast-tracepoints-packet off" works as intended.
19944 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
19945 * lib/gdb.exp (gdb_is_target_remote): ... here.
19946
19947 2014-04-24 David Blaikie <dblaikie@gmail.com>
19948
19949 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
19950 ensure clang would not discard them.
19951 * gdb.base/gdbvars.c: Ditto.
19952 * gdb.base/memattr.c: Ditto.
19953 * gdb.base/whatis.c: Ditto.
19954 * gdb.python/py-prettyprint.c: Ditto.
19955 * gdb.trace/actions.c: Ditto.
19956 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
19957 ensure clang would not discard it.
19958
19959 2014-04-24 David Blaikie <dblaikie@gmail.com>
19960
19961 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
19962 clang to emit the full definition of type required by the test
19963 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
19964
19965 2014-04-24 David Blaikie <dblaikie@gmail.com>
19966
19967 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
19968 coax Clang into emitting the definition of the type.
19969 * gdb.cp/pr10728-x.h (y): Ditto.
19970 * gdb.cp/pr10728-y.cc (y): Ditto.
19971
19972 2014-04-24 David Blaikie <dblaikie@gmail.com>
19973
19974 * gdb.base/label.exp: XFAIL label related tests under Clang.
19975 * gdb.cp/cplabel.exp: Ditto.
19976 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
19977 under Clang those using labels.
19978
19979 2014-04-25 Yao Qi <yao@codesourcery.com>
19980
19981 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
19982 double_label.
19983 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
19984 partial_label and double_label.
19985
19986 2014-04-24 David Blaikie <dblaikie@gmail.com>
19987
19988 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
19989
19990 2014-04-24 David Blaikie <dblaikie@gmail.com>
19991
19992 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
19993 of the function to work across GCC and Clang.
19994 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
19995 pointer types (const void ** const V void **).
19996
19997 2014-04-24 Michael Sturm <michael.sturm@mintel.com>
19998 Walfred Tedeschi <walfred.tedeschi@intel.com>
19999
20000 * Makefile.in (EXECUTABLES): Added i386-avx512.
20001 * gdb.arch/i386-avx512.c: New file.
20002 * gdb.arch/i386-avx512.exp: Likewise.
20003
20004 2014-04-23 Keith Seitz <keiths@redhat.com>
20005
20006 * lib/mi-support.exp (mi_list_breakpoints): Delete.
20007 (mi_make_breakpoint_table): New procedure.
20008 (mi_create_breakpoint): Use mi_make_breakpoint
20009 and return the result.
20010 (mi_make_breakpoint): New procedure.
20011 (mi_build_kv_pairs): New procedure.
20012
20013 * gdb.mi/mi-break.exp: Remove unused globals,
20014 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
20015 All callers updated.
20016 * gdb.mi/mi-dprintf.exp: Use variable to track command
20017 number.
20018 Update all callers of mi_create_breakpoint and use
20019 mi_make_breakpoint_table.
20020 Remove any unused global variables.
20021 * gdb.mi/mi-nonstop.exp: Likewise.
20022 * gdb.mi/mi-nsintrall.exp: Likewise.
20023 * gdb.mi/mi-nsmoribund.exp: Likewise.
20024 * gdb.mi/mi-nsthrexec.exp: Likewise.
20025 * gdb.mi/mi-reverse.exp: Likewise.
20026 * gdb.mi/mi-simplerun.exp: Likewise.
20027 * gdb.mi/mi-stepn.exp: Likewise.
20028 * gdb.mi/mi-syn-frame.exp: Likewise.
20029 * gdb.mi/mi-until.exp: Likewise.
20030 * gdb.mi/mi-var-cp.exp: Likewise.
20031 * gdb.mi/mi-var-display.exp: Likewise.
20032 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
20033 * gdb.mi/mi2-var-child.exp: Likewise.
20034 * gdb.mi/mi-vla-c99.exp: Likewise.
20035 * lib/mi-support.exp: Likewise.
20036
20037 From Ian Lance Taylor <iant@cygnus.com>:
20038 * lib/gdb.exp (parse_args): New procedure.
20039
20040 2014-04-23 Pedro Alves <palves@redhat.com>
20041
20042 * gdb.base/break-unload-file.c: New file.
20043 * gdb.base/break-unload-file.exp: New file.
20044 * gdb.base/sym-file-lib.c (baz): New function.
20045 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
20046 field.
20047 (load): Store the segment's mapped size.
20048 (unload): New function.
20049 (unload_shlib): New function.
20050 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
20051 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
20052 set a breakpoint at baz, and call it.
20053 * gdb.base/sym-file.exp: New tests for stale breakpoint
20054 instructions.
20055
20056 2014-04-23 Pedro Alves <palves@redhat.com>
20057
20058 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
20059 * gdb.base/hbreak-in-shr-unsupported.c: New file.
20060 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
20061 * gdb.base/hbreak-unmapped.c: New file.
20062 * gdb.base/hbreak-unmapped.exp: New file.
20063 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
20064 * lib/gdb.exp (gdb_is_target_remote): ... here.
20065
20066 2014-04-22 Pedro Alves <palves@redhat.com>
20067
20068 * gdb.base/consecutive-step-over.c: New file.
20069 * gdb.base/consecutive-step-over.exp: New file.
20070
20071 2014-04-22 Pedro Alves <palves@redhat.com>
20072
20073 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
20074 instead of send_gdb/gdb_expect.
20075
20076 2014-04-22 Yao Qi <yao@codesourcery.com>
20077
20078 * lib/trace-support.exp (generate_tracefile): New procedure.
20079 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
20080 return 0.
20081 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
20082 if generate_tracefile returns 1.
20083
20084 2014-04-18 Tom Tromey <palves@redhat.com>
20085 Pedro alves <tromey@redhat.com>
20086
20087 PR backtrace/15558
20088 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
20089 with a backtrace limit.
20090 * gdb.python/py-frame-inline.exp: Test running to an inline
20091 function with a backtrace limit, and printing the newest frame.
20092 * gdb.python/py-frame-inline.c (main): Call f.
20093
20094 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
20095
20096 * gdb.java/jnpe.exp: Drop srcdir from untested path.
20097
20098 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
20099
20100 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
20101 Drop prefix from unsupported source file path.
20102
20103 2014-04-17 Yao Qi <yao@codesourcery.com>
20104
20105 * lib/gdb.exp (with_target_charset): New proc.
20106 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
20107 with_target_charset.
20108 (test_print_strings): Likewise.
20109 (test_repeat_bytes): Likewise.
20110 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
20111 for some tests.
20112
20113 2014-04-16 Keith Seitz <keiths@redhat.com>
20114
20115 PR gdb/15827
20116 * gdb.dwarf2/corrupt.c: New file.
20117 * gdb.dwarf2/corrupt.exp: New file.
20118
20119 2014-04-16 Keith Seitz <keiths@redhat.com>
20120
20121 PR c++/16597
20122 * gdb.cp/namelessclass.cc: New file.
20123 * gdb.cp/namelessclass.exp: New file.
20124 * gdb.cp/namelessclass.S: New file.
20125
20126 2014-04-16 Doug Evans <dje@google.com>
20127
20128 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
20129 Add comment.
20130 (gdbserver_default_get_comm_port): New function.
20131 (gdbserver_start): Check if board file provided
20132 "gdbserver,get_comm_port" and use it if so.
20133 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
20134 (gdb,socketport): Set to "stdio".
20135 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
20136 (stdio_gdbserver_template): Delete.
20137 (${board}_get_remote_address): Update.
20138 (${board}_build_remote_cmd): Delete.
20139 (${board}_get_comm_port): New function.
20140 (${board}_spawn): Update.
20141 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
20142 Delete.
20143 (${board}_get_remote_address): Update.
20144 (${board}_get_comm_port): New function.
20145
20146 2014-04-16 Andrew Burgess <aburgess@broadcom.com>
20147
20148 * gdb.base/memattr.exp: Improve regexps to handle memory regions
20149 appearing in any order.
20150
20151 2014-04-15 Doug Evans <dje@google.com>
20152
20153 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
20154 uninitialized value of "description".
20155
20156 2014-04-15 Keith Seitz <keiths@redhat.com>
20157
20158 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
20159 Remove unused globals.
20160 (test_running_the_program): Likewise.
20161 (test_controlled_execution): Likewise.
20162 (test_controlling_breakpoints): Likewise.
20163 (test_program_termination): Likewise.
20164
20165 2014-04-15 Keith Seitz <keiths@redhat.com>
20166
20167 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
20168 unused globals.
20169 (test_rbreak_creation_and_listing): Likewise.
20170 (test_ignore_count): Likewise.
20171 (test_error): Likewise.
20172
20173 2014-04-15 Pedro Alves <palves@redhat.com>
20174
20175 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
20176 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
20177 sym-file-loader.c.
20178 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
20179 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
20180 to sym-file-loader.c.
20181 (struct library): Forward declare.
20182 (load_shlib, lookup_function): Change prototypes.
20183 (find_shstrtab, find_strtab, find_shdr, find_symtab)
20184 (translate_offset): Remove declarations.
20185 (get_text_addr): New declaration.
20186 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
20187 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
20188 sym-file-loader.h.
20189 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
20190 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
20191 here from sym-file-loader.h.
20192 (struct library): New structure.
20193 (load_shlib, lookup_function): Change prototypes and adjust to
20194 work with a struct library.
20195 (find_shstrtab, find_strtab, find_shdr, find_symtab)
20196 (translate_offset): Make static.
20197 (get_text_addr): New function.
20198 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
20199
20200 2014-04-15 Pedro Alves <palves@redhat.com>
20201
20202 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
20203
20204 2014-04-15 Pedro Alves <palves@redhat.com>
20205
20206 * gdb.base/sym-file-loader.c: Include <limits.h>.
20207 (SELF_LINK): New define.
20208 (get_origin): New function.
20209 (load_shlib): Use it.
20210 * gdb.base/sym-file.exp: Don't early return if the target is
20211 remote. Use runto_main, and issue fail is that fails. Use
20212 gdb_load_shlibs.
20213 (shlib_name): Delete.
20214 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
20215
20216 2014-04-15 Pedro Alves <palves@redhat.com>
20217
20218 * gdb.base/sym-file.exp: Remove regex characters from test
20219 message. Don't refer to breakpoint numbers in test messages.
20220
20221 2014-04-14 Keith Seitz <keiths@redhat.com>
20222
20223 PR c++/16253
20224 * gdb.cp/var-tag.cc: New file.
20225 * gdb.cp/var-tag.exp: New file.
20226 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
20227 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
20228 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
20229 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
20230
20231 2014-04-14 Tom Tromey <tromey@redhat.com>
20232
20233 * gdb.cp/classes.exp (test_enums): Handle underlying type.
20234 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
20235 type.
20236 * gdb.cp/enum-class.exp: New file.
20237 * gdb.cp/enum-class.cc: New file.
20238
20239 2014-04-14 Tom Tromey <tromey@redhat.com>
20240
20241 * gdb.dwarf2/enum-type.exp: New file.
20242
20243 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
20244
20245 * gdb.mi/mi-vla-c99.exp: New file.
20246 * gdb.mi/vla.c: New file.
20247
20248 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
20249
20250 * gdb.base/vla-datatypes.c: New file.
20251 * gdb.base/vla-datatypes.exp: New file.
20252
20253 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
20254
20255 * gdb.base/vla-ptr.c: New file.
20256 * gdb.base/vla-ptr.exp: New file.
20257
20258 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
20259
20260 * gdb.dwarf2/count.exp: New file.
20261
20262 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
20263
20264 * gdb.base/vla-sideeffect.c: New file.
20265 * gdb.base/vla-sideeffect.exp: New file.
20266
20267 2014-04-14 David Blaikie <dblaikie@gmail.com>
20268
20269 * gdb.mi/non-stop.c: Add return value for non-void function return
20270 statement.
20271 * gdb.threads/staticthreads.c: Ditto.
20272
20273 2014-04-12 Siva Chandra Reddy <sivachandra@google.com>
20274 Doug Evans <xdje42@gmail.com>
20275
20276 * gdb.guile/scm-value.c: Improve test case.
20277 * gdb.guile/scm-value.exp: Add new test.
20278
20279 2014-04-11 David Blaikie <dblaikie@gmail.com>
20280
20281 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
20282 override Clang's default.
20283
20284 2014-04-11 Joel Brobecker <brobecker@adacore.com>
20285
20286 Revert the following changes (regressions):
20287
20288 * gdb.base/vla-sideeffect.c: New file.
20289 * gdb.base/vla-sideeffect.exp: New file.
20290
20291 * gdb.dwarf2/count.exp: New file.
20292
20293 * gdb.base/vla-multi.c: New file.
20294 * gdb.base/vla-multi.exp: New file.
20295
20296 * gdb.base/vla-ptr.c: New file.
20297 * gdb.base/vla-ptr.exp: New file.
20298
20299 * gdb.base/vla-datatypes.c: New file.
20300 * gdb.base/vla-datatypes.exp: New file.
20301
20302 * gdb.mi/mi-vla-c99.exp: New file.
20303 * gdb.mi/vla.c: New file.
20304
20305 2014-04-11 Keith Seitz <keiths@redhat.com>
20306
20307 PR c++/16675
20308 * gdb.cp/cpsizeof.exp: New file.
20309 * gdb.cp/cpsizeof.cc: New file.
20310
20311 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
20312
20313 * gdb.mi/mi-vla-c99.exp: New file.
20314 * gdb.mi/vla.c: New file.
20315
20316 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
20317
20318 * gdb.base/vla-datatypes.c: New file.
20319 * gdb.base/vla-datatypes.exp: New file.
20320
20321 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
20322
20323 * gdb.base/vla-ptr.c: New file.
20324 * gdb.base/vla-ptr.exp: New file.
20325
20326 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
20327
20328 * gdb.base/vla-multi.c: New file.
20329 * gdb.base/vla-multi.exp: New file.
20330
20331 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
20332
20333 * gdb.dwarf2/count.exp: New file.
20334
20335 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
20336
20337 * gdb.base/vla-sideeffect.c: New file.
20338 * gdb.base/vla-sideeffect.exp: New file.
20339
20340 2014-04-11 Yao Qi <yao@codesourcery.com>
20341
20342 * gdb.base/completion.exp: Check file exists before running tests
20343 on file completion.
20344
20345 2014-04-10 Pedro Alves <palves@redhat.com>
20346
20347 * gdb.base/cond-eval-mode.c: New file.
20348 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
20349 prepare_for_testing to build the new file. Check result of
20350 runto_main.
20351 (test_break, test_watch): New procedures.
20352 (top level): Use them.
20353
20354 2014-04-08 Pierre Muller <muller@sourceware.org>
20355
20356 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
20357 Ctrl-V use for mingw hosts.
20358
20359 2014-04-07 Siva Chandra Reddy <sivachandra@google.com>
20360
20361 * gdb.python/py-value.c: Improve test case.
20362 * gdb.python/py-value.exp: Add new test.
20363
20364 2014-04-07 David Blaikie <dblaikie@gmail.com>
20365
20366 * lib/compiler.c: Identify the clang compiler.
20367 * lib/compiler.cc: Ditto.
20368
20369 2014-04-03 Yao Qi <yao@codesourcery.com>
20370
20371 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
20372
20373 2014-04-01 Anton Blanchard <anton@samba.org>
20374
20375 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
20376 messages unique.
20377
20378 2014-04-01 Anton Blanchard <anton@samba.org>
20379
20380 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
20381 prepare_for_testing.
20382
20383 2014-04-01 Anton Blanchard <anton@samba.org>
20384
20385 * gdb.arch/ppc64-atomic-inst.c: Remove.
20386 * gdb.arch/ppc64-atomic-inst.S: New file.
20387 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
20388
20389 2014-03-31 Doug Evans <dje@google.com>
20390
20391 * gdb.base/print-symbol-loading-lib.c: New file.
20392 * gdb.base/print-symbol-loading-main.c: New file.
20393 * gdb.base/print-symbol-loading.exp: New file.
20394
20395 2014-03-31 Yao Qi <yao@codesourcery.com>
20396
20397 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
20398
20399 2014-03-28 Joel Brobecker <brobecker@adacore.com>
20400
20401 * gdb.ada/mi_dyn_arr: New testcase.
20402
20403 2014-03-27 Doug Evans <dje@google.com>
20404
20405 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
20406
20407 2014-03-27 Yao Qi <yao@codesourcery.com>
20408
20409 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
20410 if target is nios2-*-*.
20411
20412 2014-03-26 Yao Qi <yao@codesourcery.com>
20413
20414 * lib/gdb.exp (readline_is_used): New proc.
20415 * gdb.base/completion.exp: Move tests on command complete up.
20416 Skip the rest of tests if readline is not used.
20417 * gdb.ada/complete.exp: Skp the test if readline is not
20418 used.
20419 * gdb.base/filesym.exp: Likewise.
20420 * gdb.base/macscp.exp: Likewise.
20421 * gdb.base/readline-ask.exp: Likewise.
20422 * gdb.base/readline.exp: Likewise.
20423 * gdb.python/py-cmd.exp: Likewise.
20424 * gdb.trace/tfile.exp: Likewise.
20425
20426 2014-03-26 Yao Qi <yao@codesourcery.com>
20427
20428 * gdb.base/macscp.exp: Fix code format issues.
20429
20430 2014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
20431
20432 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
20433 * gdb.asm/powerpc64le.inc: New file.
20434
20435 2014-03-25 Pedro Alves <palves@redhat.com>
20436 Doug Evans <dje@google.com>
20437
20438 * gdb.base/source-execution.c: New file.
20439 * gdb.base/source-execution.exp: New file.
20440 * gdb.base/source-execution.gdb: New file.
20441
20442 2014-03-24 Doug Evans <dje@google.com>
20443
20444 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
20445 using fission.
20446
20447 2014-03-24 Hui Zhu <hui@codesourcery.com>
20448 Pedro Alves <palves@redhat.com>
20449
20450 PR breakpoints/16101
20451 * gdb.base/dprintf.exp: Use unsupported rather than changing the
20452 test pass/fail messages. Detect missing support for dprintf when
20453 breakpoints are actually inserted.
20454 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
20455 breakpoints are actually inserted.
20456 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
20457 fails.
20458
20459 2014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
20460
20461 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
20462
20463 2014-03-22 Doug Evans <xdje42@gmail.com>
20464
20465 * gdb.python/python.exp (python not supported): Verify multi-line
20466 python command issues an error.
20467 * gdb.guile/guile.exp (guile not supported): Verify multi-line
20468 guile command issues an error.
20469
20470 2014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
20471
20472 * gdb.threads/thread-specific.exp: Handle the lack of usable
20473 $this_breakpoint and $this_thread.
20474
20475 2014-03-21 Hui Zhu <hui@codesourcery.com>
20476
20477 * gdb.base/attach.exp (do_command_attach_tests): New.
20478
20479 2014-03-20 Tom Tromey <tromey@redhat.com>
20480 Pedro Alves <palves@redhat.com>
20481
20482 PR cli/15718
20483 * gdb.base/condbreak-call-false.c: New file.
20484 * gdb.base/condbreak-call-false.exp: New file.
20485
20486 2014-03-20 Pedro Alves <palves@redhat.com>
20487
20488 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
20489 Delete.
20490 (block_signals, unblock_signals): Delete.
20491 (child_function_2, main): Remove references to deleted variable
20492 and functions.
20493
20494 2014-03-20 Pedro Alves <palves@redhat.com>
20495
20496 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
20497 Use pthread_kill to signal thread 2.
20498 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
20499 Adjust to make the test send itself a signal rather than using the
20500 host's "kill" command.
20501
20502 2014-03-20 Pedro Alves <palves@redhat.com>
20503
20504 * gdb.threads/multiple-step-overs.c: New file.
20505 * gdb.threads/multiple-step-overs.exp: New file.
20506 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
20507 Adjust expected infrun debug output.
20508
20509 2014-03-20 Pedro Alves <palves@redhat.com>
20510
20511 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
20512 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
20513
20514 2014-03-20 Pedro Alves <palves@redhat.com>
20515
20516 PR breakpoints/7143
20517 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
20518 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
20519 of gdb_test_multiple.
20520 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
20521 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
20522
20523 2014-03-20 Pedro Alves <palves@redhat.com>
20524
20525 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
20526 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
20527
20528 2014-03-19 Pedro Alves <palves@redhat.com>
20529
20530 * gdb.base/async.exp: Remove early return.
20531
20532 2014-03-19 Pedro Alves <palves@redhat.com>
20533
20534 * gdb.base/async.exp (step& tests): Pass explicit test messages.
20535
20536 2014-03-19 Pedro Alves <palves@redhat.com>
20537
20538 * gdb.base/async.exp (test_background): Expect \r\n after
20539 "completed." in the fail pattern.
20540
20541 2014-03-19 Pedro Alves <palves@redhat.com>
20542
20543 * gdb.base/async.exp (test_background): New procedure.
20544 Use it for all background execution command tests.
20545
20546 2014-03-19 Pedro Alves <palves@redhat.com>
20547
20548 * gdb.base/async.exp: Use prepare_for_testing.
20549
20550 2014-03-19 Pedro Alves <palves@redhat.com>
20551
20552 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
20553 the same line.
20554
20555 2014-03-19 Pedro Alves <palves@redhat.com>
20556
20557 * gdb.base/async.c (main): Add "jump here" and "until here" line
20558 marker comments.
20559 * gdb.base/async.exp (jump_here): New global.
20560 (jump& test): Use it.
20561 (until_here): New global.
20562 (until& test): Use it.
20563
20564 2014-03-19 Pedro Alves <palves@redhat.com>
20565
20566 * gdb.base/async.exp: Don't frob gdb_protocol.
20567
20568 2014-03-18 Doug Evans <xdje42@gmail.com>
20569
20570 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
20571 Fix spelling of exec-done-display.
20572
20573 2014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
20574
20575 PR gdb/15358
20576 * gdb.base/gdb-sigterm.c: New file.
20577 * gdb.base/gdb-sigterm.exp: New file.
20578
20579 2014-03-18 Pedro Alves <palves@redhat.com>
20580
20581 PR gdb/13860
20582 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
20583 * lib/mi-support.exp (mi_expect_stop): Add special handling for
20584 solib-event.
20585
20586 2014-03-17 Joel Brobecker <brobecker@adacore.com>
20587
20588 * gdb.ada/pckd_arr_ren: New testcase.
20589
20590 2014-03-13 Doug Evans <xdje42@gmail.com>
20591
20592 PR guile/16612
20593 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
20594 collect after discarding symbols.
20595
20596 2014-03-13 Ludovic Courtès <ludo@gnu.org>
20597 Doug Evans <xdje42@gmail.com>
20598
20599 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
20600 to history survives a gc.
20601
20602 2014-03-13 Pedro Alves <palves@redhat.com>
20603
20604 * gdb.base/default.exp: Don't test "target procfs".
20605
20606 2014-03-13 Pedro Alves <palves@redhat.com>
20607
20608 * gdb.base/default.exp: Update "target child" and "target procfs"
20609 tests to not expect "Unix".
20610
20611 2014-03-12 Tom Tromey <tromey@redhat.com>
20612
20613 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
20614 New procs. Add target-async tests.
20615 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
20616 Add target-async tests.
20617
20618 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
20619
20620 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
20621 'func_start' and 'func_end' for the beginning and end of the
20622 function code, respectively.
20623 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
20624 'func_end' instead of 'func' and 'main'.
20625
20626 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
20627
20628 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
20629 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
20630 generate the debug info assembler source.
20631
20632 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
20633
20634 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
20635 * gdb.dwarf2/arr-subrange.exp: Likewise.
20636 * gdb.dwarf2/dwz.exp: Likewise.
20637 * gdb.dwarf2/method-ptr.exp: Likewise.
20638 * gdb.dwarf2/missing-sig-type.exp: Likewise.
20639 * gdb.dwarf2/subrange.exp: Likewise.
20640 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
20641 * gdb.dwarf2/implptrpiece.exp: Likewise.
20642 * gdb.dwarf2/nostaticblock.exp: Likewise.
20643
20644 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
20645
20646 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
20647 directory to absolute path name arguments.
20648
20649 2014-03-10 Joel Brobecker <brobecker@adacore.com>
20650
20651 * gdb.ada/tagged_access: New testcase.
20652
20653 2014-03-07 Markus Metzger <markus.t.metzger@intel.com>
20654
20655 * gdb.btrace/data.exp: Update expected output.
20656
20657 2014-03-06 Yao Qi <yao@codesourcery.com>
20658
20659 * gdb.trace/pr16508.exp: New file.
20660
20661 2014-03-05 Pedro Alves <palves@redhat.com>
20662
20663 PR gdb/16575
20664 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
20665 procedure.
20666 (top level): Adjust to use it. Add tests that exercise breakpoint
20667 interaction with the code-cache.
20668
20669 2014-02-26 Ludovic Courtès <ludo@gnu.org>
20670
20671 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
20672 test for 'history-append!'.
20673
20674 2014-02-26 Joel Brobecker <brobecker@adacore.com>
20675
20676 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
20677 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
20678 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
20679 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
20680 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
20681 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
20682
20683 2014-02-26 Joel Brobecker <brobecker@adacore.com>
20684
20685 * testsuite/gdb.python/py-pp-re-notag.c: New file.
20686 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
20687 * testsuite/gdb.python/py-pp-re-notag.p: New file.
20688
20689 2014-02-26 Joel Brobecker <brobecker@adacore.com>
20690
20691 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
20692
20693 2014-02-26 Joel Brobecker <brobecker@adacore.com>
20694
20695 * gdb.dwarf2/arr-stride.c: New file.
20696 * gdb.dwarf2/arr-stride.exp: New file.
20697
20698 2014-02-26 Pedro Alves <palves@redhat.com>
20699
20700 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
20701 that won't ever trigger. Make sure that GDB reports the correct
20702 breakpoint that caused the stop.
20703
20704 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
20705
20706 PR gdb/16626
20707 * gdb.base/auto-load-script: New file.
20708 * gdb.base/auto-load.c: New file.
20709 * gdb.base/auto-load.exp: New file.
20710
20711 PR gdb/16626
20712 * gdb.base/auto-load.exp: Fix out-of-srctree run.
20713
20714 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
20715
20716 Fix dw2-icycle.exp -fsanitize=address GDB crash.
20717 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
20718
20719 2014-02-24 Doug Evans <dje@google.com>
20720
20721 * lib/gdb.exp (run_on_host): Log error output if program fails.
20722
20723 2014-02-21 Pedro Alves <palves@redhat.com>
20724
20725 * gdb.threads/step-after-sr-lock.c: Rename to ...
20726 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
20727 * gdb.threads/step-after-sr-lock.exp: Rename to ...
20728 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
20729 ... this.
20730
20731 2014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
20732
20733 PR tdep/16397
20734 * gdb.arch/amd64-stap-special-operands.exp: New file.
20735 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
20736 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
20737 * gdb.arch/amd64-stap-triplet.S: Likewise.
20738 * gdb.arch/amd64-stap-triplet.c: Likewise.
20739
20740 2014-02-20 Joel Brobecker <brobecker@adacore.com>
20741
20742 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
20743 in .section pseudo-op.
20744
20745 2014-02-20 lin zuojian <manjian2006@gmail.com>
20746 Joel Brobecker <brobecker@adacore.com>
20747 Doug Evans <xdje42@gmail.com>
20748
20749 PR symtab/16581
20750 * gdb.dwarf2/dw2-icycle.S: New file.
20751 * gdb.dwarf2/dw2-icycle.c: New file.
20752 * gdb.dwarf2/dw2-icycle.exp: New file.
20753
20754 2014-02-19 Siva Chandra Reddy <sivachandra@google.com>
20755
20756 * gdb.python/py-value-cc.cc: Improve test case to enable testing
20757 operations on gdb.Value objects.
20758 * gdb.python/py-value-cc.exp: Add new test to test operations on
20759 gdb.Value objects.
20760
20761 2014-02-18 Doug Evans <dje@google.com>
20762
20763 * Makefile.in (TESTS): New variable.
20764 (expanded_tests, expanded_tests_or_none): New variables
20765 (check-single): Pass $(expanded_tests_or_none) to runtest.
20766 (check-parallel): Only run tests in $(TESTS) if non-empty.
20767 (check/no-matching-tests-found): New rule.
20768 * README: Document TESTS makefile variable.
20769
20770 2014-02-18 Doug Evans <dje@google.com>
20771
20772 * Makefile.in (check-parallel): rm -rf outputs temp.
20773
20774 2014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
20775
20776 Fix "ERROR: no fileid for" in the testsuite.
20777 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
20778
20779 2014-02-12 Doug Evans <dje@google.com>
20780
20781 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
20782 (MISCELLANEOUS): New variable.
20783 (clean): rm -rf $(MISCELLANEOUS).
20784 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
20785 dwp live in the same directory as symlinks, with each symlink pointed
20786 to a differently named file in a different directory.
20787
20788 2014-02-11 Doug Evans <dje@google.com>
20789
20790 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
20791 of Tcl file commands.
20792
20793 2014-02-10 Mark Kettenis <kettenis@gnu.org>
20794
20795 * gdb.threads/step-after-sr-lock.exp: Avoid executing
20796 "kill -SIGUSR1 -1".
20797
20798 2014-02-10 Joel Brobecker <brobecker@adacore.com>
20799
20800 * gdb.ada/tick_length_array_enum_idx: New testcase.
20801
20802 2014-02-10 Doug Evans <xdje42@gmail.com>
20803
20804 * configure.ac (AC_OUTPUT): Add gdb.guile.
20805 * configure: Regenerate.
20806 * lib/gdb-guile.exp: New file.
20807 * lib/gdb.exp (get_target_charset): New function.
20808 * gdb.base/help.exp: Update expected output from "apropos apropos".
20809 * gdb.guile/Makefile.in: New file.
20810 * gdb.guile/guile.exp: New file.
20811 * gdb.guile/scm-arch.c: New file.
20812 * gdb.guile/scm-arch.exp: New file.
20813 * gdb.guile/scm-block.c: New file.
20814 * gdb.guile/scm-block.exp: New file.
20815 * gdb.guile/scm-breakpoint.c: New file.
20816 * gdb.guile/scm-breakpoint.exp: New file.
20817 * gdb.guile/scm-disasm.c: New file.
20818 * gdb.guile/scm-disasm.exp: New file.
20819 * gdb.guile/scm-equal.c: New file.
20820 * gdb.guile/scm-equal.exp: New file.
20821 * gdb.guile/scm-error.exp: New file.
20822 * gdb.guile/scm-error.scm: New file.
20823 * gdb.guile/scm-frame-args.c: New file.
20824 * gdb.guile/scm-frame-args.exp: New file.
20825 * gdb.guile/scm-frame-args.scm: New file.
20826 * gdb.guile/scm-frame-inline.c: New file.
20827 * gdb.guile/scm-frame-inline.exp: New file.
20828 * gdb.guile/scm-frame.c: New file.
20829 * gdb.guile/scm-frame.exp: New file.
20830 * gdb.guile/scm-generics.exp: New file.
20831 * gdb.guile/scm-gsmob.exp: New file.
20832 * gdb.guile/scm-iterator.c: New file.
20833 * gdb.guile/scm-iterator.exp: New file.
20834 * gdb.guile/scm-math.c: New file.
20835 * gdb.guile/scm-math.exp: New file.
20836 * gdb.guile/scm-objfile-script-gdb.in: New file.
20837 * gdb.guile/scm-objfile-script.c: New file.
20838 * gdb.guile/scm-objfile-script.exp: New file.
20839 * gdb.guile/scm-objfile.c: New file.
20840 * gdb.guile/scm-objfile.exp: New file.
20841 * gdb.guile/scm-ports.exp: New file.
20842 * gdb.guile/scm-pretty-print.c: New file.
20843 * gdb.guile/scm-pretty-print.exp: New file.
20844 * gdb.guile/scm-pretty-print.scm: New file.
20845 * gdb.guile/scm-section-script.c: New file.
20846 * gdb.guile/scm-section-script.exp: New file.
20847 * gdb.guile/scm-section-script.scm: New file.
20848 * gdb.guile/scm-symbol.c: New file.
20849 * gdb.guile/scm-symbol.exp: New file.
20850 * gdb.guile/scm-symtab-2.c: New file.
20851 * gdb.guile/scm-symtab.c: New file.
20852 * gdb.guile/scm-symtab.exp: New file.
20853 * gdb.guile/scm-type.c: New file.
20854 * gdb.guile/scm-type.exp: New file.
20855 * gdb.guile/scm-value-cc.cc: New file.
20856 * gdb.guile/scm-value-cc.exp: New file.
20857 * gdb.guile/scm-value.c: New file.
20858 * gdb.guile/scm-value.exp: New file.
20859 * gdb.guile/source2.scm: New file.
20860 * gdb.guile/types-module.cc: New file.
20861 * gdb.guile/types-module.exp: New file.
20862
20863 2014-02-10 Yao Qi <yao@codesourcery.com>
20864
20865 PR testsuite/16543
20866 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
20867 * configure: Regenerated.
20868 * Makefile.in: New file.
20869
20870 2014-02-08 Andreas Schwab <schwab@linux-m68k.org>
20871
20872 * gdb.python/py-framefilter.exp: Fix typo.
20873
20874 2014-02-08 Yao Qi <yao@codesourcery.com>
20875
20876 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
20877 that no =breakpoint-modified is emitted when breakpoints are
20878 modified through MI commands.
20879
20880 2014-02-07 Pedro Alves <pedro@codesourcery.com>
20881 Pedro Alves <palves@redhat.com>
20882
20883 * gdb.threads/step-after-sr-lock.c: New file.
20884 * gdb.threads/step-after-sr-lock.exp: New file.
20885
20886 2014-02-07 Pedro Alves <palves@redhat.com>
20887
20888 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
20889
20890 2014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
20891
20892 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
20893 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
20894
20895 2014-02-06 Doug Evans <xdje42@gmail.com>
20896
20897 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
20898 output.
20899
20900 * gdb.gdb/python-interrupts.exp: New file.
20901
20902 2014-02-05 Yao Qi <yao@codesourcery.com>
20903
20904 * gdb.trace/report.exp (use_collected_data): Test the output
20905 of "info threads" and "info inferiors".
20906
20907 2014-02-05 Yao Qi <yao@codesourcery.com>
20908
20909 Revert this patch:
20910
20911 2013-05-24 Yao Qi <yao@codesourcery.com>
20912
20913 * gdb.trace/tfile.exp: Test inferior and thread.
20914
20915 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
20916
20917 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
20918 on a function.
20919 * gdb.base/step-bt.c: Call hello via function pointer to make
20920 sure its first instruction is executed on powerpc64le-linux.
20921
20922 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
20923
20924 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
20925
20926 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
20927
20928 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
20929 of the test patterns for use on little-endian systems.
20930
20931 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
20932
20933 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
20934 (decimal_vector): Fix for little-endian.
20935
20936 2014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
20937
20938 * gdb.arch/sparc-sysstep.exp: New file.
20939 * gdb.arch/sparc-sysstep.c: Likewise.
20940
20941 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
20942
20943 2014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
20944
20945 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
20946
20947 2014-01-23 Tom Tromey <tromey@redhat.com>
20948
20949 * gdb.ada/array_char_idx: New testcase.
20950
20951 2014-01-23 Tom Tromey <tromey@redhat.com>
20952
20953 PR python/16487:
20954 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
20955 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
20956 classes.
20957
20958 2014-01-23 Tom Tromey <tromey@redhat.com>
20959
20960 PR python/16491:
20961 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
20962 string from an inferior frame.
20963 * gdb.python/py-framefilter-mi.exp: Update.
20964
20965 2014-01-22 Doug Evans <dje@google.com>
20966
20967 * gdb.server/server-mon.exp: Add tests for "set debug-format".
20968
20969 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
20970
20971 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
20972
20973 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
20974
20975 * gdb.trace/entry-values.exp: Remove excess space character from
20976 regex patterns. Handle s390 call instruction.
20977
20978 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
20979
20980 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
20981 define "*_start" label. Make "name" static.
20982 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
20983 ${name} by references to ${name}_start.
20984
20985 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
20986
20987 * gdb.base/info-macros.exp: Remove "debug" from the compile
20988 options.
20989
20990 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
20991
20992 * gdb.dlang/demangle.exp: New file.
20993
20994 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
20995
20996 * gdb.dlang/primitive-types.exp: New file.
20997
20998 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
20999
21000 * configure.ac: Create gdb.dlang/Makefile.
21001 * configure: Regenerate.
21002 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
21003 * gdb.dlang/Makefile.in: New file.
21004 * lib/d-support.exp: New file.
21005 * lib/gdb.exp (skip_d_tests): New proc.
21006
21007 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
21008
21009 * gdb.btrace/delta.exp: Check reverse stepi.
21010 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
21011 * gdb.btrace/finish.exp: New.
21012 * gdb.btrace/next.exp: New.
21013 * gdb.btrace/nexti.exp: New.
21014 * gdb.btrace/record_goto.c: Add comments.
21015 * gdb.btrace/step.exp: New.
21016 * gdb.btrace/stepi.exp: New.
21017 * gdb.btrace/multi-thread-step.c: New.
21018 * gdb.btrace/multi-thread-step.exp: New.
21019 * gdb.btrace/rn-dl-bind.c: New.
21020 * gdb.btrace/rn-dl-bind.exp: New.
21021 * gdb.btrace/data.c: New.
21022 * gdb.btrace/data.exp: New.
21023 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
21024
21025 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
21026
21027 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
21028 * gdb.btrace/exception.exp: Update.
21029 * gdb.btrace/instruction_history.exp: Update.
21030 * gdb.btrace/record_goto.exp: Update.
21031 * gdb.btrace/tailcall.exp: Update.
21032 * gdb.btrace/unknown_functions.exp: Update.
21033 * gdb.btrace/delta.exp: New.
21034
21035 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
21036
21037 * gdb.btrace/record_goto.exp: Add backtrace test.
21038 * gdb.btrace/tailcall.exp: Add backtrace test.
21039
21040 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
21041
21042 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
21043 * gdb.btrace/record_goto.c: New.
21044 * gdb.btrace/record_goto.exp: New.
21045 * gdb.btrace/x86-record_goto.S: New.
21046
21047 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
21048
21049 * gdb.btrace/function_call_history.exp: Update tests.
21050 * gdb.btrace/instruction_history.exp: Update tests.
21051
21052 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
21053
21054 * gdb.btrace/function_call_history.exp: Fix expected field
21055 order for "record function-call-history".
21056 Add new tests for "record function-call-history /c".
21057 * gdb.btrace/exception.cc: New.
21058 * gdb.btrace/exception.exp: New.
21059 * gdb.btrace/tailcall.exp: New.
21060 * gdb.btrace/x86-tailcall.S: New.
21061 * gdb.btrace/x86-tailcall.c: New.
21062 * gdb.btrace/unknown_functions.c: New.
21063 * gdb.btrace/unknown_functions.exp: New.
21064 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
21065
21066 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
21067
21068 * gdb.btrace/instruction_history.exp: Update.
21069 * gdb.btrace/function_call_history.exp: Update.
21070
21071 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
21072
21073 * gdb.btrace/function_call_history.exp: Fix expected function
21074 trace.
21075 * gdb.btrace/instruction_history.exp: Initialize traced.
21076 Remove traced_functions.
21077
21078 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
21079
21080 * gdb.btrace/function_call_history.exp: Update
21081 * gdb.btrace/instruction_history.exp: Update.
21082
21083 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
21084
21085 * gdb.btrace/enable.exp: Update expected text.
21086
21087 2014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
21088
21089 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
21090 bytes.
21091
21092 2014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
21093
21094 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
21095
21096 2014-01-15 Omair Javaid <omair.javaid@linaro.org>
21097
21098 * lib/gdb.exp (supports_process_record): Return true for
21099 arm*-linux*. (supports_reverse): Likewise.
21100
21101 2014-01-13 Siva Chandra Reddy <sivachandra@google.com>
21102
21103 PR python/15464
21104 PR python/16113
21105 * gdb.python/py-type.c: Enhance test case.
21106 * gdb.python/py-value-cc.cc: Likewise
21107 * gdb.python/py-type.exp: Add new tests.
21108 * gdb.python/py-value-cc.exp: Likewise
21109
21110 2014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
21111 Pedro Alves <palves@redhat.com>
21112
21113 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
21114 Make "name" extern.
21115 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
21116 references to ${name}_start by references to ${name}.
21117
21118 2014-01-10 Joel Brobecker <brobecker@adacore.com>
21119
21120 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
21121
21122 2014-01-10 Joel Brobecker <brobecker@adacore.com>
21123
21124 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
21125
21126 2014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
21127 Pedro Alves <palves@redhat.com>
21128
21129 * gdb.mi/mi-info-os.exp: Connect to the target with
21130 mi_gdb_target_load.
21131
21132 2014-01-08 Pedro Alves <palves@redhat.com>
21133
21134 * gdb.threads/reconnect-signal.c: New file.
21135 * gdb.threads/reconnect-signal.exp: New file.
21136
21137 2014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
21138
21139 * gdb.base/source-dir.exp: New file.
21140
21141 2014-01-07 Joel Brobecker <brobecker@adacore.com>
21142
21143 * gdb.ada/mi_interface: New testcase.
21144
21145 2014-01-07 Joel Brobecker <brobecker@adacore.com>
21146
21147 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
21148 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
21149 gdb.ada/pp-rec-component/pck.ads: New files.
21150
21151 2014-01-07 Joel Brobecker <brobecker@adacore.com>
21152
21153 * gdb.python/py-pp-integral.c: New file.
21154 * gdb.python/py-pp-integral.py: New file.
21155 * gdb.python/py-pp-integral.exp: New file.
21156
21157 For older changes see ChangeLog-1993-2013.
21158 \f
21159 ;; Local Variables:
21160 ;; mode: change-log
21161 ;; left-margin: 8
21162 ;; fill-column: 74
21163 ;; version-control: never
21164 ;; End:
21165
21166 Copyright 2014-2020 Free Software Foundation, Inc.
21167 Copying and distribution of this file, with or without modification,
21168 are permitted provided the copyright notice and this notice are preserved.