Add bfloat16 support for AVX512 register view.
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
1 2020-09-11 Moritz Riesterer <moritz.riesterer@intel.com>
2 Felix Willgerodt <Felix.Willgerodt@intel.com>
3
4 * x86-avx512bf16.c: New file.
5 * x86-avx512bf16.exp: Likewise.
6 * lib/gdb.exp (skip_avx512bf16_tests): New function.
7
8 2020-09-11 Tom de Vries <tdevries@suse.de>
9
10 PR exp/26602
11 * gdb.cp/ambiguous.exp: Add KFAILs for PR26602.
12
13 2020-09-11 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
14
15 * gdb.base/bp-cmds-execution-x-script.exp: Remove a stale comment.
16
17 2020-09-10 Alan Modra <amodra@gmail.com>
18
19 PR 26597
20 * gdb.dlang/demangle.exp: Update tests as per gcc commit 387d0773f3.
21
22 2020-09-08 Tom de Vries <tdevries@suse.de>
23
24 * gdb.dwarf2/frame-inlined-in-outer-frame.exp: Consume gdb prompt
25 after gdb_starti_cmd.
26
27 2020-09-03 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
28
29 * lib/fortran.exp (fortran_complex8): New proc.
30 (fortran_complex16): New proc.
31 * gdb.fortran/complex.exp: Use routines from fortran.exp
32 * gdb.fortran/pointer-to-pointer.exp: Likewise.
33 * gdb.fortran/vla-ptr-info.exp: Likewise.
34
35 2020-09-03 Tom de Vries <tdevries@suse.de>
36
37 PR breakpoint/26546
38 * gdb.base/label-without-address.exp: Runto main first.
39
40 2020-09-02 Tom Tromey <tromey@adacore.com>
41
42 * gdb.ada/mi_var_access.exp: Test children of access variable.
43 * gdb.ada/mi_var_access/mi_access.adb: Add new stop markers.
44 * gdb.ada/mi_var_array.exp: Update.
45
46 2020-08-31 Kevin Buettner <kevinb@redhat.com>
47
48 * gdb.base/corefile.exp (warning-free): XFAIL test when running
49 on docker w/ AUFS storage driver.
50
51 2020-08-31 Kevin Buettner <kevinb@redhat.com>
52
53 * gdb.base/corefile2.exp (renamed binfile): New tests.
54
55 2020-08-31 Simon Marchi <simon.marchi@efficios.com>
56
57 * gdb.dwarf2/dw2-reg-undefined.exp: Remove spurious #.
58
59 2020-08-31 Simon Marchi <simon.marchi@efficios.com>
60
61 * gdb.dwarf2/frame-inlined-in-outer-frame.exp: New file.
62 * gdb.dwarf2/frame-inlined-in-outer-frame.S: New file.
63
64 2020-08-31 Simon Marchi <simon.marchi@efficios.com>
65
66 * gdb.dwarf2/dw2-reg-undefined.exp: Test "set debug frame 1"
67 output, printing a "not saved" value from history and printing a
68 convenience variable created from a "not saved" value.
69
70 2020-08-31 Tom de Vries <tdevries@suse.de>
71
72 * gdb.base/eh_return.exp: Use nopie.
73
74 2020-08-28 Pedro Alves <pedro@palves.net>
75
76 * gdb.base/advance-until-multiple-locations.exp
77 (advance_overload, until_overload): Adjust to match the
78 frame/function header instead of the source line text.
79
80 2020-08-28 Tom de Vries <tdevries@suse.de>
81
82 * gdb.base/label-without-address.c: New test.
83 * gdb.base/label-without-address.exp: New file.
84
85 2020-08-27 Pedro Alves <pedro@palves.net>
86
87 PR gdb/26523
88 PR gdb/26524
89 * gdb.base/advance-until-multiple-locations.cc: New.
90 * gdb.base/advance-until-multiple-locations.exp: New.
91
92 2020-08-27 Simon Marchi <simon.marchi@polymtl.ca>
93
94 * gdb.dwarf2/dw2-reg-undefined.exp: Use multi_line.
95
96 2020-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
97
98 * gdb.arch/amd64-byte.exp: Make test names unique, use
99 gdb_breakpoint, and fix typo 'forth' -> 'fourth'.
100 * gdb.arch/amd64-dword.exp: Likewise.
101 * gdb.arch/amd64-pseudo.c: Fix typo 'forth' -> 'fourth'.
102 * gdb.arch/amd64-stap-special-operands.exp: Make test names
103 unique.
104 * gdb.arch/amd64-tailcall-ret.exp: Likewise.
105 * gdb.arch/amd64-word.exp: Make test names unique, use
106 gdb_breakpoint, and fix typo 'forth' -> 'fourth'.
107 * gdb.arch/i386-byte.exp: Make test names unique, use
108 gdb_breakpoint.
109 * gdb.arch/i386-word.exp: Likewise.
110
111 2020-08-25 Shahab Vahedi <shahab@synopsys.com>
112
113 * gdb.arch/arc-tdesc-cpu.xml: Use new feature names.
114
115 2020-08-25 Simon Marchi <simon.marchi@polymtl.ca>
116
117 PR gdb/26532
118 * gdb.threads/stepi-random-signal.exp: Update pattern.
119
120 2020-08-25 Simon Marchi <simon.marchi@efficios.com>
121
122 PR gdb/26532
123 * gdb.base/ui-redirect.exp: Update pattern.
124
125 2020-08-25 Gary Benson <gbenson@redhat.com>
126
127 * gdb.dwarf2/dw2-dir-file-name.exp: Use system assembler
128 when compiling with clang.
129 * gdb.dwarf2/dw2-restore.exp: Likewise.
130
131 2020-08-25 Gary Benson <gbenson@redhat.com>
132
133 * gdb.cp/ambiguous.exp: Enable test when compiling with GCC.
134 Add additional_flags=-Wno-inaccessible-base when compiling
135 with GCC >= 10.1 or clang. Add additional_flags=-w when
136 compiling with GCC < 10.
137
138 2020-08-25 Gaius Mulley <gaiusmod2@gmail.com>
139
140 PR m2/26372
141 * gdb.modula2/multidim.c: New file.
142 * gdb.modula2/multidim.exp: New file.
143
144 2020-08-24 Simon Marchi <simon.marchi@polymtl.ca>
145
146 * lib/gdb.exp (runto): Always emit fail on internal error.
147
148 2020-08-24 Simon Marchi <simon.marchi@efficios.com>
149
150 * gdb.base/gdb-sigterm.exp (do_test): Update expected regexp.
151 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
152 Likewise.
153 * gdb.threads/stepi-random-signal.exp: Likewise.
154
155 2020-08-20 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
156
157 * gdb.base/print-file-var.exp: Fix typo "breapoint".
158 * gdb.trace/strace.exp: Ditto.
159
160 2020-08-19 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
161
162 * gdb.fortran/vla-type.exp: Skip commands not required for
163 the Flang compiled binaries after prologue fix.
164
165 2020-08-17 Tom de Vries <tdevries@suse.de>
166 Tom Tromey <tromey@adacore.com>
167
168 PR rust/26197:
169 * gdb.rust/simple.exp (xfail_pattern): Update for new failure.
170
171 2020-08-17 Tom Tromey <tromey@adacore.com>
172
173 * gdb.ada/mi_var_access.exp: New file.
174 * gdb.ada/mi_var_access/mi_access.adb: New file.
175 * gdb.ada/mi_var_access/pck.adb: New file.
176 * gdb.ada/mi_var_access/pck.ads: New file.
177
178 2020-08-16 Tom de Vries <tdevries@suse.de>
179
180 PR gdb/25350
181 * gdb.base/eh_return.c: New test.
182 * gdb.base/eh_return.exp: New file.
183
184 2020-08-15 Tom de Vries <tdevries@suse.de>
185
186 * gdb.fortran/mixed-lang-stack.c (fortran_charlen_t): New type.
187 (mixed_func_1d_): Use fortran_charlen_t in decl.
188
189 2020-08-15 Tom de Vries <tdevries@suse.de>
190
191 PR backtrace/26390
192 * gdb.fortran/mixed-lang-stack.exp: Call bt with -frame-arguments all.
193 Update expected pattern.
194
195 2020-08-13 Pedro Alves <pedro@palves.net>
196
197 * gdb.fortran/complex.exp: Check skip_fortran_tests.
198 * gdb.fortran/library-module.exp: Likewise.
199 * gdb.fortran/logical.exp: Likewise.
200 * gdb.fortran/module.exp: Likewise.
201 * gdb.fortran/print_type.exp: Likewise.
202 * gdb.fortran/vla-alloc-assoc.exp: Likewise.
203 * gdb.fortran/vla-datatypes.exp: Likewise.
204 * gdb.fortran/vla-history.exp: Likewise.
205 * gdb.fortran/vla-ptr-info.exp: Likewise.
206 * gdb.fortran/vla-ptype-sub.exp: Likewise.
207 * gdb.fortran/vla-ptype.exp: Likewise.
208 * gdb.fortran/vla-sizeof.exp: Likewise.
209 * gdb.fortran/vla-type.exp: Likewise.
210 * gdb.fortran/vla-value-sub-arbitrary.exp: Likewise.
211 * gdb.fortran/vla-value-sub-finish.exp: Likewise.
212 * gdb.fortran/vla-value-sub.exp: Likewise.
213 * gdb.fortran/vla-value.exp: Likewise.
214
215 2020-08-13 Pedro Alves <pedro@palves.net>
216
217 * gdb.ada/access_tagged_param.exp: Check skip_ada_tests.
218 * gdb.ada/access_to_packed_array.exp: Likewise.
219 * gdb.ada/access_to_unbounded_array.exp: Likewise.
220 * gdb.ada/addr_arith.exp: Likewise.
221 * gdb.ada/arr_acc_idx_w_gap.exp: Likewise.
222 * gdb.ada/arr_arr.exp: Likewise.
223 * gdb.ada/arr_enum_idx_w_gap.exp: Likewise.
224 * gdb.ada/array_bounds.exp: Likewise.
225 * gdb.ada/array_of_variable_length.exp: Likewise.
226 * gdb.ada/array_ptr_renaming.exp: Likewise.
227 * gdb.ada/array_subscript_addr.exp: Likewise.
228 * gdb.ada/arraydim.exp: Likewise.
229 * gdb.ada/arrayparam.exp: Likewise.
230 * gdb.ada/arrayptr.exp: Likewise.
231 * gdb.ada/assign_1.exp: Likewise.
232 * gdb.ada/assign_arr.exp: Likewise.
233 * gdb.ada/atomic_enum.exp: Likewise.
234 * gdb.ada/attr_ref_and_charlit.exp: Likewise.
235 * gdb.ada/bad-task-bp-keyword.exp: Likewise.
236 * gdb.ada/bias.exp: Likewise.
237 * gdb.ada/boolean_expr.exp: Likewise.
238 * gdb.ada/bp_c_mixed_case.exp: Likewise.
239 * gdb.ada/bp_enum_homonym.exp: Likewise.
240 * gdb.ada/bp_inlined_func.exp: Likewise.
241 * gdb.ada/bp_on_var.exp: Likewise.
242 * gdb.ada/bp_range_type.exp: Likewise.
243 * gdb.ada/bp_reset.exp: Likewise.
244 * gdb.ada/call_pn.exp: Likewise.
245 * gdb.ada/catch_assert_if.exp: Likewise.
246 * gdb.ada/catch_ex.exp: Likewise.
247 * gdb.ada/catch_ex_std.exp: Likewise.
248 * gdb.ada/char_enum.exp: Likewise.
249 * gdb.ada/char_param.exp: Likewise.
250 * gdb.ada/complete.exp: Likewise.
251 * gdb.ada/cond_lang.exp: Likewise.
252 * gdb.ada/convvar_comp.exp: Likewise.
253 * gdb.ada/dgopt.exp: Likewise.
254 * gdb.ada/disc_arr_bound.exp: Likewise.
255 * gdb.ada/display_nested.exp: Likewise.
256 * gdb.ada/dot_all.exp: Likewise.
257 * gdb.ada/dyn_loc.exp: Likewise.
258 * gdb.ada/dyn_stride.exp: Likewise.
259 * gdb.ada/excep_handle.exp: Likewise.
260 * gdb.ada/expr_delims.exp: Likewise.
261 * gdb.ada/expr_with_funcall.exp: Likewise.
262 * gdb.ada/exprs.exp: Likewise.
263 * gdb.ada/fin_fun_out.exp: Likewise.
264 * gdb.ada/fixed_cmp.exp: Likewise.
265 * gdb.ada/formatted_ref.exp: Likewise.
266 * gdb.ada/frame_arg_lang.exp: Likewise.
267 * gdb.ada/frame_args.exp: Likewise.
268 * gdb.ada/fullname_bp.exp: Likewise.
269 * gdb.ada/fun_addr.exp: Likewise.
270 * gdb.ada/fun_in_declare.exp: Likewise.
271 * gdb.ada/fun_overload_menu.exp: Likewise.
272 * gdb.ada/fun_renaming.exp: Likewise.
273 * gdb.ada/funcall_char.exp: Likewise.
274 * gdb.ada/funcall_param.exp: Likewise.
275 * gdb.ada/funcall_ptr.exp: Likewise.
276 * gdb.ada/funcall_ref.exp: Likewise.
277 * gdb.ada/homonym.exp: Likewise.
278 * gdb.ada/info_addr_mixed_case.exp: Likewise.
279 * gdb.ada/info_auto_lang.exp: Likewise.
280 * gdb.ada/info_exc.exp: Likewise.
281 * gdb.ada/info_types.exp: Likewise.
282 * gdb.ada/int_deref.exp: Likewise.
283 * gdb.ada/interface.exp: Likewise.
284 * gdb.ada/iwide.exp: Likewise.
285 * gdb.ada/lang_switch.exp: Likewise.
286 * gdb.ada/length_cond.exp: Likewise.
287 * gdb.ada/maint_with_ada.exp: Likewise.
288 * gdb.ada/mi_catch_assert.exp: Likewise.
289 * gdb.ada/mi_catch_ex.exp: Likewise.
290 * gdb.ada/mi_catch_ex_hand.exp: Likewise.
291 * gdb.ada/mi_dyn_arr.exp: Likewise.
292 * gdb.ada/mi_ex_cond.exp: Likewise.
293 * gdb.ada/mi_exc_info.exp: Likewise.
294 * gdb.ada/mi_interface.exp: Likewise.
295 * gdb.ada/mi_prot.exp: Likewise.
296 * gdb.ada/mi_ref_changeable.exp: Likewise.
297 * gdb.ada/mi_string_access.exp: Likewise.
298 * gdb.ada/mi_task_arg.exp: Likewise.
299 * gdb.ada/mi_task_info.exp: Likewise.
300 * gdb.ada/mi_var_array.exp: Likewise.
301 * gdb.ada/mi_var_union.exp: Likewise.
302 * gdb.ada/mi_variant.exp: Likewise.
303 * gdb.ada/minsyms.exp: Likewise.
304 * gdb.ada/mod_from_name.exp: Likewise.
305 * gdb.ada/nested.exp: Likewise.
306 * gdb.ada/null_array.exp: Likewise.
307 * gdb.ada/optim_drec.exp: Likewise.
308 * gdb.ada/out_of_line_in_inlined.exp: Likewise.
309 * gdb.ada/packed_array_assign.exp: Likewise.
310 * gdb.ada/packed_tagged.exp: Likewise.
311 * gdb.ada/pp-rec-component.exp: Likewise.
312 * gdb.ada/print_chars.exp: Likewise.
313 * gdb.ada/print_pc.exp: Likewise.
314 * gdb.ada/ptr_typedef.exp: Likewise.
315 * gdb.ada/ptype_arith_binop.exp: Likewise.
316 * gdb.ada/ptype_array.exp: Likewise.
317 * gdb.ada/ptype_field.exp: Likewise.
318 * gdb.ada/ptype_tagged_param.exp: Likewise.
319 * gdb.ada/ptype_union.exp: Likewise.
320 * gdb.ada/py_range.exp: Likewise.
321 * gdb.ada/py_taft.exp: Likewise.
322 * gdb.ada/rdv_wait.exp: Likewise.
323 * gdb.ada/rec_comp.exp: Likewise.
324 * gdb.ada/rec_return.exp: Likewise.
325 * gdb.ada/ref_param.exp: Likewise.
326 * gdb.ada/ref_tick_size.exp: Likewise.
327 * gdb.ada/rename_subscript_param.exp: Likewise.
328 * gdb.ada/repeat_dyn.exp: Likewise.
329 * gdb.ada/same_component_name.exp: Likewise.
330 * gdb.ada/same_enum.exp: Likewise.
331 * gdb.ada/scalar_storage.exp: Likewise.
332 * gdb.ada/set_wstr.exp: Likewise.
333 * gdb.ada/small_reg_param.exp: Likewise.
334 * gdb.ada/str_binop_equal.exp: Likewise.
335 * gdb.ada/str_ref_cmp.exp: Likewise.
336 * gdb.ada/str_uninit.exp: Likewise.
337 * gdb.ada/sub_variant.exp: Likewise.
338 * gdb.ada/sym_print_name.exp: Likewise.
339 * gdb.ada/taft_type.exp: Likewise.
340 * gdb.ada/tagged.exp: Likewise.
341 * gdb.ada/tagged_access.exp: Likewise.
342 * gdb.ada/task_bp.exp: Likewise.
343 * gdb.ada/task_switch_in_core.exp: Likewise.
344 * gdb.ada/tasks.exp: Likewise.
345 * gdb.ada/tick_last_segv.exp: Likewise.
346 * gdb.ada/tick_length_array_enum_idx.exp: Likewise.
347 * gdb.ada/type_coercion.exp: Likewise.
348 * gdb.ada/unc_arr_ptr_in_var_rec.exp: Likewise.
349 * gdb.ada/unchecked_union.exp: Likewise.
350 * gdb.ada/uninitialized_vars.exp: Likewise.
351 * gdb.ada/var_arr_attrs.exp: Likewise.
352 * gdb.ada/var_arr_typedef.exp: Likewise.
353 * gdb.ada/var_rec_arr.exp: Likewise.
354 * gdb.ada/variant-record.exp: Likewise.
355 * gdb.ada/variant.exp: Likewise.
356 * gdb.ada/variant_record_packed_array.exp: Likewise.
357 * gdb.ada/varsize_limit.exp: Likewise.
358 * gdb.ada/whatis_array_val.exp: Likewise.
359 * gdb.ada/widewide.exp: Likewise.
360 * gdb.ada/win_fu_syms.exp: Likewise.
361
362 2020-08-12 Gary Benson <gbenson@redhat.com>
363
364 * gdb.dwarf2/dw2-op-out-param.S (.Ltext5): Fix duplicate label.
365
366 2020-08-04 Andrew Burgess <andrew.burgess@embecosm.com>
367
368 * lib/check-test-names.exp (do_reset_vars): Use 'array unset' to
369 unset the array variable.
370
371 2020-08-03 Tom de Vries <tdevries@suse.de>
372
373 PR symtab/26333
374 * lib/dwarf.exp (DW_LNE_user): New proc.
375 * gdb.dwarf2/dw2-vendor-extended-opcode.c: New test.
376 * gdb.dwarf2/dw2-vendor-extended-opcode.exp: New file.
377
378 2020-07-31 Kevin Buettner <kevinb@redhat.com>
379
380 * gdb.base/coremaker2.c: Change all uses of 'unsigned long long'
381 to 'uintptr_t'
382 (inttypes.h): Include.
383
384 2020-07-31 Kevin Buettner <kevinb@redhat.com>
385
386 * gdb.base/coremaker2.c (buf_rw): Increase size to 256 KiB.
387 (C5_24k): Delete.
388 (C5_8k, C5_64k, C5_256k): New macros.
389 (buf_ro): Allocate 256 KiB of initialized data.
390
391 2020-07-30 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
392
393 * gdb.base/condbreak-bad.exp: Extend the test with scenarios
394 that attempt to overwrite an existing condition with a condition
395 that fails parsing and also with a condition that parses fine
396 but contains junk at the end.
397
398 2020-07-30 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
399
400 * gdb.base/condbreak-bad.c: New test.
401 * gdb.base/condbreak-bad.exp: New file.
402
403 2020-07-30 Tom de Vries <tdevries@suse.de>
404
405 * lib/sym-info-cmds.exp (GDBInfoModuleSymbols::check_entry_1): Factor
406 out of ...
407 (GDBInfoModuleSymbols::check_entry): ... here.
408 (GDBInfoModuleSymbols::check_optional_entry): New proc.
409 * gdb.fortran/info-modules.exp: Use check_optional_entry for entries
410 related to __def_init_mod1_M1t1 / __vtype_mod1_M1t1 / __copy_mod1_M1t1.
411
412 2020-07-30 Tom de Vries <tdevries@suse.de>
413
414 * gdb.fortran/ptype-on-functions.exp: Make "_t" suffix on
415 "__class_some_module_Number_t" optional.
416
417 2020-07-29 Tom de Vries <tdevries@suse.de>
418
419 * lib/selftest-support.exp (selftest_setup): Allow breakpoint at
420 multiple locations.
421
422 2020-07-29 Tom de Vries <tdevries@suse.de>
423
424 * gdb.dwarf2/dw2-line-number-zero.exp: Set breakpoints on lines
425 rather than function name.
426
427 2020-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
428
429 PR symtab/26270:
430 * gdb.cp/disasm-func-name.cc: New file.
431 * gdb.cp/disasm-func-name.exp: New file.
432
433 2020-07-28 Tom Tromey <tromey@adacore.com>
434
435 * gdb.dwarf2/varval.exp (setup_exec): Add 'or' instruction to
436 'varval' location.
437
438 2020-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
439
440 * gdb.python/py-unwind.py: Update to make use of a register
441 descriptor.
442
443 2020-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
444
445 * gdb.python/py-arch-reg-names.exp: Add additional tests.
446
447 2020-07-25 Andrew Burgess <andrew.burgess@embecosm.com>
448
449 PR fortran/23051
450 PR fortran/26139
451 * gdb.fortran/class-allocatable-array.exp: New file.
452 * gdb.fortran/class-allocatable-array.f90: New file.
453 * gdb.fortran/pointer-to-pointer.exp: New file.
454 * gdb.fortran/pointer-to-pointer.f90: New file.
455
456 2020-07-25 Tom de Vries <tdevries@suse.de>
457
458 PR symtab/26243
459 * gdb.dwarf2/dw2-line-number-zero.c: New test.
460 * gdb.dwarf2/dw2-line-number-zero.exp: New file.
461
462 2020-07-24 Tom de Vries <tdevries@suse.de>
463
464 PR testsuite/26293
465 * gdb.ada/mi_prot.exp: Require gnatmake-8.
466
467 2020-07-23 Pedro Alves <pedro@palves.net>
468
469 * gdb.server/server-kill.exp (prepare): New, factored out from the
470 top level.
471 (kill_server): New.
472 (test_tstatus, test_unwind_nosyms, test_unwind_syms): New.
473 (top level) : Call test_tstatus, test_unwind_nosyms, test_unwind_syms.
474
475 2020-07-23 Andrew Burgess <andrew.burgess@embecosm.com>
476
477 * gdb.dwarf2/dw2-disasm-over-non-stmt.exp: New file.
478
479 2020-07-22 Sandra Loosemore <sandra@codesourcery.com>
480
481 * lib/gdb.exp (gdb_wrapper_file, gdb_wrapper_flags):
482 Initialize to empty string at top level.
483 (gdb_wrapper_init): Revert check for file existence on build.
484 Build the wrapper in its default place, not a build-specific
485 location. When host == build, make the pathname absolute.
486 (gdb_compile): Delete leftover declaration of
487 gdb_wrapper_initialized. Check gdb_wrapper_file being an empty
488 string instead of uninitialized.
489
490 2020-07-22 Kevin Buettner <kevinb@redhat.com>
491
492 * gdb.base/corefile2.exp: New file.
493 * gdb.base/coremaker2.exp: New file.
494
495 2020-07-22 Kevin Buettner <kevinb@redhat.com>
496
497 * gdb.base/coredump-filter.exp: Add second
498 non-Private-Shared-Anon-File test.
499 (test_disasm): Rename binfile for test which is expected
500 to fail.
501
502 2020-07-22 Kevin Buettner <kevinb@redhat.com>
503
504 * gdb.base/corefile.exp: Add test "accessing read-only mmapped
505 data in core file".
506 * gdb.base/coremaker.c (buf2ro): New global.
507 (mmapdata): Add a read-only mmap mapping.
508
509 2020-07-22 Kevin Buettner <kevinb@redhat.com>
510
511 PR corefiles/25631
512 * gdb.base/corefile.exp (accessing anonymous, unwritten-to mmap data):
513 New test.
514 * gdb.base/coremaker.c (buf3): New global.
515 (mmapdata): Add mmap call which uses MAP_ANONYMOUS and MAP_PRIVATE
516 flags.
517
518 2020-07-22 Kevin Buettner <kevinb@redhat.com>
519
520 * gdb.base/coremaker.c (filler_ro): New global constant.
521
522 2020-07-22 Tom Tromey <tromey@adacore.com>
523
524 * gdb.ada/mi_prot.exp: New file.
525 * gdb.ada/mi_prot/pkg.adb: New file.
526 * gdb.ada/mi_prot/pkg.ads: New file.
527 * gdb.ada/mi_prot/prot.adb: New file.
528
529 2020-07-22 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
530
531 * gdb.base/jit-reader-simple.exp: Add a scenario for a binary that
532 loads two JITers.
533
534 2020-07-21 Andrew Burgess <andrew.burgess@embecosm.com>
535
536 * gdb.python/py-arch-reg-groups.exp: Additional tests.
537
538 2020-07-21 Andrew Burgess <andrew.burgess@embecosm.com>
539
540 * gdb.python/py-arch-reg-names.exp: Additional tests.
541
542 2020-07-21 Tom de Vries <tdevries@suse.de>
543
544 * gdb.reverse/solib-precsave.exp: Handle additional "recommended
545 breakpoint locations".
546 * gdb.reverse/solib-reverse.exp: Same.
547
548 2020-07-21 Tom de Vries <tdevries@suse.de>
549
550 * gdb.reverse/step-reverse.c (callee): Merge statements.
551
552 2020-07-21 Tom de Vries <tdevries@suse.de>
553
554 * gdb.fortran/info-modules.exp (info module variables): Allow missing
555 line numbers for some variables.
556
557 2020-07-21 Tom de Vries <tdevries@suse.de>
558
559 * gdb.opt/inline-locals.c (init_array): New func.
560 (func1): Use init_array.
561 * gdb.opt/inline-locals.exp: Update pattern.
562
563 2020-07-21 Tom de Vries <tdevries@suse.de>
564
565 * gdb.debuginfod/fetch_src_and_symbols.exp: Use save_vars for env
566 vars. Fix PATH and DUPLICATE errors. Cleanup whitespace.
567
568 2020-07-20 Ludovic Courtès <ludo@gnu.org>
569
570 * gdb.guile/source2.scm: Add #f first argument to 'format'.
571 * gdb.guile/types-module.exp: Remove "ERROR:" from
572 regexps since Guile 3.0 no longer prints that.
573
574 2020-07-20 Ludovic Courtès <ludo@gnu.org>
575
576 * gdb.guile/scm-error.exp ("source $remote_guile_file_1"): Relax
577 error regexp to match on Guile 2.2.
578
579 2020-07-20 Gary Benson <gbenson@redhat.com>
580
581 * gdb.cp/align.exp: Fix "alignof (void)" tests when compiling
582 with clang.
583
584 2020-07-20 Tom de Vries <tdevries@suse.de>
585
586 * gdb.threads/omp-par-scope.c (lock, lock2): New variable.
587 (omp_set_lock_in_order): New function.
588 (single_scope, multi_scope, nested_func, nested_parallel): Use
589 omp_set_lock_in_order and omp_unset_lock.
590 (main): Init and destroy lock and lock2.
591
592 2020-07-20 Tom de Vries <tdevries@suse.de>
593
594 * gdb.base/valgrind-infcall-2.exp: Handle printf unknown return type.
595
596 2020-07-20 Tom de Vries <tdevries@suse.de>
597
598 * gdb.threads/attach-slow-waitpid.exp: Bail out if gdb_start fails.
599
600 2020-07-17 Tom de Vries <tdevries@suse.de>
601
602 * gdb.base/valgrind-infcall-2.c: New test.
603 * gdb.base/valgrind-infcall-2.exp: New file.
604 * lib/valgrind.exp (vgdb_start): Add and handle active_at_startup.
605
606 2020-07-17 Tom de Vries <tdevries@suse.de>
607
608 * gdb.dlang/circular.c (found): Use found_label as label name.
609 * gdb.dwarf2/arr-subrange.c (main): Use main_label as label name.
610 * gdb.dwarf2/comp-unit-lang.c (func): Use func_label as label name.
611 * gdb.dlang/circular.exp: Use MACRO_AT_func and MACRO_AT_range.
612 * gdb.dwarf2/ada-linkage-name.exp: Same.
613 * gdb.dwarf2/arr-subrange.exp: Same.
614 * gdb.dwarf2/atomic-type.exp: Same.
615 * gdb.dwarf2/comp-unit-lang.exp: Same.
616 * gdb.dwarf2/cpp-linkage-name.exp: Same.
617 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Same.
618 * gdb.dwarf2/dw2-lexical-block-bare.exp: Same.
619 * gdb.dwarf2/dw2-regno-invalid.exp: Same.
620 * gdb.dwarf2/implptr-64bit.exp: Same.
621 * gdb.dwarf2/imported-unit-abstract-const-value.exp: Same.
622 * gdb.dwarf2/imported-unit-runto-main.exp: Same.
623 * gdb.dwarf2/imported-unit.exp: Same.
624 * gdb.dwarf2/main-subprogram.exp: Same.
625 * gdb.dwarf2/missing-type-name.exp: Same.
626 * gdb.dwarf2/nonvar-access.exp: Same.
627 * gdb.dwarf2/struct-with-sig.exp: Same.
628 * gdb.dwarf2/typedef-void-finish.exp: Same.
629 * gdb.dwarf2/void-type.exp: Same.
630
631 2020-07-17 Tom de Vries <tdevries@suse.de>
632
633 * lib/dwarf.exp (Dwarf::MACRO_AT_func, Dwarf::MACRO_AT_range): Drop
634 src parameter.
635 * gdb.dlang/watch-loc.exp: Update MACRO_AT_{func,range} calls.
636 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Same.
637 * gdb.dwarf2/dw2-ifort-parameter.exp: Same.
638 * gdb.dwarf2/dw2-opt-structptr.exp: Same.
639 * gdb.dwarf2/dwz.exp: Same.
640 * gdb.dwarf2/implptr-optimized-out.exp: Same.
641 * gdb.dwarf2/implref-array.exp: Same.
642 * gdb.dwarf2/implref-const.exp: Same.
643 * gdb.dwarf2/implref-global.exp: Same.
644 * gdb.dwarf2/implref-struct.exp: Same.
645 * gdb.dwarf2/info-locals-optimized-out.exp: Same.
646 * gdb.dwarf2/opaque-type-lookup.exp: Same.
647 * gdb.dwarf2/var-access.exp: Same.
648 * gdb.dwarf2/varval.exp: Same.
649 * gdb.trace/entry-values.exp: Same.
650
651 2020-07-17 Tom de Vries <tdevries@suse.de>
652
653 * lib/dwarf.exp (Dwarf::extern): Remove.
654 * gdb.compile/compile-ops.exp: Remove use of Dwarf::extern.
655 * gdb.dlang/circular.exp: Same.
656 * gdb.dwarf2/comp-unit-lang.exp: Same.
657 * gdb.dwarf2/dw2-ifort-parameter.exp: Same.
658 * gdb.dwarf2/dw2-symtab-includes.exp: Same.
659 * gdb.dwarf2/dwz.exp: Same.
660 * gdb.dwarf2/imported-unit-abstract-const-value.exp: Same.
661 * gdb.dwarf2/imported-unit-runto-main.exp: Same.
662 * gdb.dwarf2/imported-unit.exp: Same.
663 * gdb.dwarf2/opaque-type-lookup.exp: Same.
664
665 2020-07-16 Sandra Loosemore <sandra@codesourcery.com>
666
667 * gdb.base/shell.exp: Skip pipe tests dependent on sh on Windows host.
668 Use double quotes instead of single quotes.
669
670 2020-07-16 Caroline Tice <cmtice@google.com>
671
672 * gdb.dwarf2/dw5-rnglist-test.cc: New file.
673 * gdb.dwarf2/dw5-rnglist-test.exp: New file.
674
675 2020-07-16 Tom de Vries <tdevries@suse.de>
676
677 * lib/dwarf.exp (program): Initialize _line.
678 (DW_LNE_end_sequence): Reinitialize _line.
679 (DW_LNS_advance_line): Update _line.
680 (line): New proc.
681 * gdb.dwarf2/dw2-inline-many-frames.exp: Use line.
682 * gdb.dwarf2/dw2-inline-small-func.exp: Same.
683 * gdb.dwarf2/dw2-inline-stepping.exp: Same.
684 * gdb.dwarf2/dw2-is-stmt-2.exp: Same.
685 * gdb.dwarf2/dw2-is-stmt.exp: Same.
686 * gdb.dwarf2/dw2-ranges-func.exp: Same.
687
688 2020-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
689
690 * gdb.fortran/ptype-on-functions.exp: Make the result pattern more
691 generic.
692
693 2020-07-15 Tom de Vries <tdevries@suse.de>
694
695 * gdb.trace/entry-values.exp: Expect "call" instead of "callq" if
696 is_amd64_regs_target.
697
698 2020-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
699
700 * gdb.fortran/ptype-on-functions.exp: Add more tests.
701 * gdb.fortran/ptype-on-functions.f90: Likewise.
702
703 2020-07-14 Simon Marchi <simon.marchi@polymtl.ca>
704
705 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu, Dwarf::lines): Change valid
706 values in documentation for addr_size to 4 and 8.
707
708 2020-07-14 Andrew Burgess <andrew.burgess@embecosm.com>
709
710 * gdb.arch/amd64-osabi.exp: Update.
711 * gdb.arch/arm-disassembler-options.exp: Update.
712 * gdb.arch/powerpc-disassembler-options.exp: Update.
713 * gdb.arch/ppc64-symtab-cordic.exp: Update.
714 * gdb.arch/s390-disassembler-options.exp: Update.
715 * gdb.base/all-architectures.exp.tcl: Update.
716 * gdb.base/attach-pie-noexec.exp: Update.
717 * gdb.base/catch-syscall.exp: Update.
718 * gdb.xml/tdesc-arch.exp: Update.
719
720 2020-07-14 Tom de Vries <tdevries@suse.de>
721
722 * gdb.threads/clone-new-thread-event.c (gettid): Rename to ...
723 (local_gettid): ... this.
724 (fn): Update.
725
726 2020-07-13 Sandra Loosemore <sandra@codesourcery.com>
727
728 * gdb.base/info_sources.exp: Skip directory match tests on
729 remote hosts.
730
731 2020-07-13 Gary Benson <gbenson@redhat.com>
732
733 * gdb.base/savedregs.exp (caller): Use parentheses to
734 make expected expression evaluation ordering explicit.
735
736 2020-07-13 Gary Benson <gbenson@redhat.com>
737
738 * gdb.arch/i386-sse.c (have_sse) <edx>: Make unsigned.
739
740 2020-07-13 Gary Benson <gbenson@redhat.com>
741
742 * gdb.base/bigcore.c (main): Use a volatile pointer when
743 attempting to trigger a SIGSEGV.
744 * gdb.base/gcore-relro-pie.c (break_here): Likewise.
745 * gdb.base/gcore-tls-pie.c (break_here): Likewise.
746 * gdb.base/savedregs.c (thrower): Likewise.
747 * gdb.mi/mi-syn-frame.c (bar): Likewise.
748
749 2020-07-13 Gary Benson <gbenson@redhat.com>
750
751 * gdb.base/vla-datatypes.c (vla_factory): Factor out sections
752 defining and using VLA structure fields into...
753 * gdb.base/vla-struct-fields.c: New file.
754 * gdb.base/vla-datatypes.exp: Factor out VLA structure field
755 tests into...
756 * gdb.base/vla-struct-fields.exp: New file.
757
758 2020-07-13 Tom de Vries <tdevries@suse.de>
759
760 * lib/gdb.exp (have_fuse_ld_gold): New caching proc.
761 * gdb.base/gcore-tls-pie.exp: Use have_fuse_ld_gold.
762 * gdb.base/gold-gdb-index.exp: Same.
763 * gdb.base/morestack.exp: Same.
764
765 2020-07-11 Daniel Xu <dxu@dxuuu.xyz>
766
767 PR rust/26121
768 * gdb.rust/modules.rs: Prevent linker from discarding test
769 symbol.
770
771 2020-07-10 Pedro Alves <pedro@palves.net>
772
773 PR gdb/26199
774 * gdb.multi/multi-target.c (exit_thread): New.
775 (thread_start): Break loop if EXIT_THREAD.
776 * gdb.multi/multi-target.exp (test_no_unwaited_for): New proc.
777 (top level) Call test_no_resumed.
778
779 2020-07-08 Tom Tromey <tromey@adacore.com>
780
781 * gdb.ada/catch_ex/foo.adb: Pass string to raise.
782 * gdb.ada/catch_ex.exp: Examine catchpoint text.
783
784 2020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
785
786 PR python/22748
787 * gdb.opt/inline-frame-tailcall.c: New file.
788 * gdb.opt/inline-frame-tailcall.exp: New file.
789 * gdb.python/py-unwind-inline.c: New file.
790 * gdb.python/py-unwind-inline.exp: New file.
791 * gdb.python/py-unwind-inline.py: New file.
792
793 2020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
794
795 * gdb.python/py-arch-reg-groups.exp: New file.
796
797 2020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
798
799 * gdb.python/py-arch-reg-names.exp: New file.
800
801 2020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
802
803 * gdb.python/py-unwind.py (TestUnwinder::__call__): Add test for
804 gdb.PendingFrame.architecture method.
805
806 2020-07-06 Tom de Vries <tdevries@suse.de>
807
808 * gdb.dwarf2/dw2-ranges-base.exp: Test line-table order.
809
810 2020-07-03 Pedro Alves <palves@redhat.com>
811
812 * gdb.base/structs2.c (main): Adjust second parem_reg call to
813 explicitly write negative numbers.
814 * gdb.base/structs2.exp: Adjust expected output.
815
816 2020-07-03 Pedro Alves <palves@redhat.com>
817
818 * gdb.base/charset.c (init_string): Change all char parameters to
819 unsigned char parameters.
820
821 2020-07-03 Pedro Alves <palves@redhat.com>
822
823 * gdb.base/call-sc.exp (start_scalars_test): Use
824 prepare_for_testing and don't try compiling with -DNO_PROTOTYPES.
825 * gdb.base/overlays.c: Remove references to PARAMS.
826 * gdb.base/ovlymgr.h (PARAMS): Delete, and remove all references.
827 * gdb.base/reread.exp: Don't set 'prototypes' global.
828 * gdb.base/structs.exp (start_structs_test): Use
829 prepare_for_testing and don't try compiling with -DNO_PROTOTYPES.
830 * gdb.base/structs2.exp: Don't set 'prototypes' global. Use
831 prepare_for_testing and don't try compiling with -DNO_PROTOTYPES.
832 Don't issue "set width 0". Remove gdb_stop_suppressing_tests
833 call.
834 * gdb.base/varargs.exp: Don't set 'prototypes' global.
835
836 2020-07-03 Pedro Alves <palves@redhat.com>
837
838 * gdb.base/m32rovly.c: Delete.
839 * gdb.base/ovlymgr.c: Remove all code guarded by __D10V__.
840
841 2020-06-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
842
843 * gdb.python/py-breakpoint.exp: use gdb_test_multiline instead
844 of gdb_py_test_multiple.
845 * gdb.python/py-cmd.exp: Likewise.
846 * gdb.python/py-events.exp: Likewise.
847 * gdb.python/py-function.exp: Likewise.
848 * gdb.python/py-inferior.exp: Likewise.
849 * gdb.python/py-infthread.exp: Likewise.
850 * gdb.python/py-linetable.exp: Likewise.
851 * gdb.python/py-parameter.exp: Likewise.
852 * gdb.python/py-value.exp: Likewise.
853
854 2020-06-30 Tom de Vries <tdevries@suse.de>
855
856 PR testsuite/26175
857 * lib/future.exp (gdb_default_target_compile): Detect and handle
858 early_flags.
859
860 2020-06-29 Simon Marchi <simon.marchi@efficios.com>
861
862 * boards/simavr.exp (gdb_load): Catch errors when closing
863 previous connection. Close connection, wait for process and
864 unset simavr_spawn_id on failure.
865
866 2020-06-29 Tom de Vries <tdevries@suse.de>
867
868 * lib/gdb.exp (unknown): Make test-case unresolved.
869
870 2020-06-29 Tom de Vries <tdevries@suse.de>
871
872 PR gdb/25475
873 * gdb.server/solib-list.exp: Verify that the symbol reload
874 confirmation question is asked.
875
876 2020-06-26 Philippe Waroquiers <philippe.waroquiers@skynet.be>
877
878 * lib/gdb.exp (gdb_test_multiline): New, moved from gdb-guile.exp,
879 have a input seq nr in each pass message.
880 * lib/gdb-guile.exp (gdb_test_multiline): Move to gdb.exp.
881 * lib/gdb-python.exp (gdb_py_test_multiple): Remove.
882 * gdb.python/python.exp: Make test names unique,
883 use gdb_test_multiline instead of gdb_py_test_multiple,
884 use $gdb_test_name.
885 * gdb.guile/guile.exp: Make test names unique, use $gdb_test_name
886
887 2020-06-26 Nick Alcock <nick.alcock@oracle.com>
888
889 * configure.ac: Add --enable-libctf.
890 * aclocal.m4: sinclude ../config/enable.m4.
891 * Makefile.in (site.exp): Add enable_libctf to site.exp.
892 * lib/gdb.exp (skip_ctf_tests): Use it.
893 * gdb.base/ctf-constvars.exp: Error message tweak.
894 * gdb.base/ctf-ptype.exp: Likewise.
895 * configure: Regenerate.
896
897 2020-06-26 Gary Benson <gbenson@redhat.com>
898
899 * gdb.cp/try_catch.cc: Include string.h.
900 (main): Replace comparison against string literal with
901 strcmp, avoiding build failure with -Wstring-compare.
902 Add "marker test-complete".
903 * gdb.cp/try_catch.exp: Run the test to the above marker,
904 then verify that the value of "test" is still true.
905
906 2020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
907
908 * gdb.arch/riscv-tdesc-regs.exp: New test cases.
909
910 2020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
911
912 * gdb.arch/riscv-tdesc-regs.exp: Extend test case.
913
914 2020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
915
916 * gdb.arch/riscv-tdesc-loading-01.xml: New file.
917 * gdb.arch/riscv-tdesc-loading-02.xml: New file.
918 * gdb.arch/riscv-tdesc-loading-03.xml: New file.
919 * gdb.arch/riscv-tdesc-loading-04.xml: New file.
920 * gdb.arch/riscv-tdesc-loading.exp: New file.
921
922 2020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
923
924 * gdb.arch/riscv-tdesc-regs.exp: Extend test case.
925
926 2020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
927
928 * gdb.arch/riscv-tdesc-regs-32.xml: New file.
929 * gdb.arch/riscv-tdesc-regs-64.xml: New file.
930 * gdb.arch/riscv-tdesc-regs.c: New file.
931 * gdb.arch/riscv-tdesc-regs.exp: New file.
932
933 2020-06-24 Pedro Alves <palves@redhat.com>
934
935 * gdb.arch/amd64-entry-value-paramref.exp: Use
936 prepare_for_testing_full and don't pass "c++" for the .S file
937 build spec.
938 * gdb.compile/compile-cplus.exp: Don't compile $srcfile3 with
939 $options, since it's an assembly file. Remove -Wno-deprecated.
940 * lib/gdb.exp (gdb_compile): Pass "-x c++" explicitly when
941 compiling C++ programs.
942
943 2020-06-24 Pedro Alves <palves@redhat.com>
944
945 * lib/gdb.exp (gdb_compile): Update intro comment. If C/C++ with
946 Clang, add "-Wno-unknown-warning-option" to the options.
947
948 2020-06-23 Andrew Burgess <andrew.burgess@embecosm.com>
949
950 * gdb.xml/tdesc-reload.c: New file.
951 * gdb.xml/tdesc-reload.exp: New file.
952 * gdb.xml/maint-xml-dump-01.xml: New file.
953 * gdb.xml/maint-xml-dump-02.xml: New file.
954 * gdb.xml/maint-xml-dump.exp: New file.
955
956 2020-06-23 Sandra Loosemore <sandra@codesourcery.com>
957
958 * lib/completion-support.exp (test_gdb_completion_offers_commands):
959 Adjust for omitted commands when TUI is disabled.
960
961 2020-06-23 Gary Benson <gbenson@redhat.com>
962 Pedro Alves <palves@redhat.com>
963
964 * gdb.cp/namespace.cc: Improve -Wunused-value fix.
965 * gdb.cp/nsimport.cc: Likewise.
966 * gdb.cp/nsnested.cc: Likewise.
967 * gdb.cp/nsnoimports.cc: Likewise.
968 * gdb.cp/nsusing.cc: Likewise.
969 * gdb.cp/smartp.cc: Likewise.
970 * gdb.python/py-pp-integral.c: Likewise.
971 * gdb.python/py-pp-re-notag.c: Likewise.
972
973 2020-06-23 Gary Benson <gbenson@redhat.com>
974
975 * gdb.cp/namespace.cc: Avoid build failure with -Wunused-value.
976 * gdb.cp/nsimport.cc: Likewise.
977 * gdb.cp/nsnested.cc: Likewise.
978 * gdb.cp/nsnoimports.cc: Likewise.
979 * gdb.cp/nsusing.cc: Likewise.
980 * gdb.cp/smartp.cc: Likewise.
981 * gdb.python/py-pp-integral.c: Likewise.
982 * gdb.python/py-pp-re-notag.c: Likewise.
983
984 2020-06-22 Philippe Waroquiers <philippe.waroquiers@skynet.be>
985
986 * gdb.base/default-args.exp: New test.
987 * gdb.base/default-args.c: New file.
988 * gdb.base/alias.exp: Update expected error msg for alias foo=bar.
989 * gdb.base/default.exp: Update to new help text.
990 * gdb.base/help.exp: Likewise.
991 * gdb.base/page.exp: Likewise.
992 * gdb.base/style.exp: Likewise.
993 * gdb.guile/guile.exp: Likewise.
994 * gdb.python/python.exp: Likewise.
995
996 2020-06-22 Sandra Loosemore <sandra@codesourcery.com>
997
998 * gdb.base/source-dir.exp (test_truncated_comp_dir): Skip on
999 remote host. Fix search path syntax on Windows host.
1000
1001 2020-06-21 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1002
1003 * gdb.base/attach.exp: Test priority of 'exec-file' changed
1004 over 'exec-file-mismatch'.
1005 * gdb.base/attach.c: Mark should_exit volatile.
1006 * gdb.base/attach2.c: Likewise. Add a comment explaining
1007 why the sleep cannot be big.
1008 * gdb.base/attach3.c: New file.
1009
1010 2020-06-20 Sandra Loosemore <sandra@codesourcery.com>
1011
1012 * gdb.mi/mi-sym-info.exp: Adjust filename patterns to make directory
1013 prefix optional.
1014
1015 2020-06-20 Sandra Loosemore <sandra@codesourcery.com>
1016
1017 * gdb.base/list-missing-source.exp: Correct $srcfile manipulation
1018 for remote host.
1019
1020 2020-06-19 Sandra Loosemore <sandra@codesourcery.com>
1021 Hafiz Abid Qadeer <abidh@codesourcery.com>
1022
1023 * gdb.xml/tdesc-regs.exp (load_description): Correct pathname of
1024 file sent to remote host.
1025 (top level): Allow int32_t as type of 32-bit register.
1026
1027 2020-06-19 Tom de Vries <tdevries@suse.de>
1028
1029 * lib/gdb.exp (gdb_note): New proc.
1030 * lib/future.exp (gdb_default_target_compile_1): Factor out of ...
1031 (gdb_default_target_compile): ... here. Only call
1032 gdb_default_target_compile_1 if use_gdb_compile(<lang>) is set.
1033 (use_gdb_compile): Change to array.
1034 (toplevel): Update sets of use_gdb_compile to specify language.
1035 Warn about default_target_compile override. Store dejagnu's version
1036 of default_target_compile in dejagnu_default_target_compile.
1037
1038 2020-06-18 Tom de Vries <tdevries@suse.de>
1039
1040 * lib/gdb.exp (gdb_init): Move all but call to default_gdb_init to ...
1041 (default_gdb_init): ... here.
1042
1043 2020-06-17 Sandra Loosemore <sandra@codesourcery.com>
1044
1045 Fix TUI support checks in gdb.tui tests.
1046
1047 * gdb.tui/basic.exp: Skip test when TUI is unsupported, don't
1048 just say UNSUPPORTED.
1049 * gdb.tui/corefile-run.exp: Likewise.
1050 * gdb.tui/empty.exp: Likewise.
1051 * gdb.tui/list-before.exp: Likewise.
1052 * gdb.tui/list.exp: Likewise.
1053 * gdb.tui/main.exp: Likewise.
1054 * gdb.tui/regs.exp: Likewise.
1055 * gdb.tui/resize.exp: Likewise.
1056 * gdb.tui/tui-layout-asm-short-prog.exp: Likewise.
1057 * gdb.tui/tui-layout-asm.exp: Likewise.
1058 * gdb.tui/tui-missing-src.exp: Likewise.
1059 * gdb.tui/winheight.exp: Likewise.
1060 * gdb.tui/new-layout.exp: Likewise. Also move check earlier.
1061
1062 2020-06-17 Sandra Loosemore <sandra@codesourcery.com>
1063
1064 Fix TCL error in gdb.python/py-format-string.exp.
1065
1066 * gdb.python/py-format-string.exp: Move test for python support
1067 earlier, out of function body.
1068
1069 2020-06-15 Simon Marchi <simon.marchi@efficios.com>
1070
1071 * gdb.base/index-cache-load-twice.c: New.
1072 * gdb.base/index-cache-load-twice.exp: New.
1073
1074 2020-06-17 Keith Seitz <keiths@redhat.com>
1075
1076 * gdb.debuginfod/fetch_src_and_symbols.exp: Pass INTERNAL_GDBFLAGS
1077 when executing "gdb --configuration".
1078
1079 2020-06-17 Tom de Vries <tdevries@suse.de>
1080
1081 * lib/gdb.exp (gdb_tcl_unknown): New proc.
1082 (gdb_init): Use gdb_tcl_unknown for ::unknown override. Make override
1083 conditional on presence of gdb_tcl_unknown.
1084 (gdb_finish): Make override undo conditional on presence of
1085 gdb_tcl_unknown.
1086
1087 2020-06-16 Tom Tromey <tom@tromey.com>
1088
1089 * gdb.python/tui-window.py (failwin): New function. Register it
1090 as a TUI window type.
1091 * gdb.python/tui-window.exp: Create new "fail" layout. Test it.
1092
1093 2020-06-16 Gary Benson <gbenson@redhat.com>
1094
1095 * gdb.python/py-nested-maps.c (create_map): Add missing return
1096 value.
1097 (create_map_map): Likewise.
1098
1099 2020-06-15 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1100
1101 * gdb.base/jit-elf-so.exp: Refer to the global main_loader_basename
1102 variable.
1103 * gdb.base/jit-reader-simple.exp: Fix typo ("Built" -> "Build"),
1104 and use the already-defined 'options' variable.
1105
1106 2020-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
1107 Tom de Vries <tdevries@suse.de>
1108
1109 * lib/gdb.exp (gdb_known_globals, gdb_persistent_globals): New global.
1110 (gdb_persistent_global, gdb_persistent_global_no_decl): New proc.
1111 (gdb_setup_known_globals): New proc.
1112 (gdb_cleanup_globals): New proc.
1113 * lib/gdb.exp (load_lib): New override proc.
1114 (gdb_stdin_log_init): Set var in_file as persistent global.
1115 * lib/pascal.exp (gdb_stdin_log_init): Set vars
1116 pascal_compiler_is_gpc, pascal_compiler_is_fpc, gpc_compiler and
1117 fpc_compiler as persistent global.
1118
1119 2020-06-12 Tom de Vries <tdevries@suse.de>
1120
1121 * lib/tuiterm.exp (spawn): Rename to ...
1122 (tui_spawn): ... this.
1123 (toplevel): Move rename of spawn ...
1124 (gdb_init_tuiterm): ... here. New proc.
1125 (gdb_finish_tuiterm): New proc.
1126 * lib/gdb.exp (gdb_finish_hooks): New global var.
1127 (gdb_finish): Handle gdb_finish_hooks.
1128 (tuiterm_env): New proc.
1129 * gdb.python/tui-window.exp: Replace load_lib tuiterm.exp with
1130 tuiterm_env.
1131 * gdb.tui/basic.exp: Same.
1132 * gdb.tui/corefile-run.exp: Same.
1133 * gdb.tui/empty.exp: Same.
1134 * gdb.tui/list-before.exp: Same.
1135 * gdb.tui/list.exp: Same.
1136 * gdb.tui/main.exp: Same.
1137 * gdb.tui/new-layout.exp: Same.
1138 * gdb.tui/regs.exp: Same.
1139 * gdb.tui/resize.exp: Same.
1140 * gdb.tui/tui-layout-asm-short-prog.exp: Same.
1141 * gdb.tui/tui-layout-asm.exp: Same.
1142 * gdb.tui/tui-missing-src.exp: Same.
1143 * gdb.tui/winheight.exp: Same.
1144
1145 2020-06-12 Tom de Vries <tdevries@suse.de>
1146
1147 PR testsuite/26110
1148 * lib/gdb.exp (gdb_init): Revert dejagnu's override of ::unknown.
1149 (gdb_finish): Reinstall dejagnu's override of ::unknown.
1150
1151 2020-06-11 Tom Tromey <tom@tromey.com>
1152
1153 PR gdb/18318:
1154 * gdb.base/printcmds.exp (test_float_accepted): Add more hex
1155 floating point tests.
1156
1157 2020-06-11 Keith Seitz <keiths@redhat.com>
1158
1159 PR gdb/21356
1160 * gdb.base/vla-datatypes.c (vla_factory): Add typedef for struct
1161 vla_struct.
1162 Add new struct vla_typedef and union vla_typedef_union and
1163 corresponding instantiation objects.
1164 Initialize new objects.
1165 * gdb.base/vla-datatypes.exp: Add tests for vla_typedef_struct_object
1166 and vla_typedef_union_object.
1167 Fixup type for vla_struct_object.
1168
1169 2020-06-11 Tom de Vries <tdevries@suse.de>
1170
1171 * lib/gdb.exp (with_override): New proc, factored out of ...
1172 * gdb.base/dbx.exp: ... here. Use with_override and save_vars.
1173
1174 2020-06-10 Tom de Vries <tdevries@suse.de>
1175
1176 * gdb.ada/ptype_union.exp: Remove PR24713 workaround.
1177
1178 2020-06-09 Simon Marchi <simon.marchi@polymtl.ca>
1179
1180 * gdb.base/index-cache.exp (test_cache_disabled): Add test_prefix
1181 parameter, update callers.
1182
1183 2020-06-04 Simon Marchi <simon.marchi@efficios.com>
1184
1185 * gdb.dwarf2/share-psymtabs-bt.exp: New file.
1186 * gdb.dwarf2/share-psymtabs-bt.c: New file.
1187 * gdb.dwarf2/share-psymtabs-bt-2.c: New file.
1188
1189 2020-06-04 Tom de Vries <tdevries@suse.de>
1190
1191 * lib/gdb.exp (gdb_file_cmd): Avoid path names in error messages.
1192
1193 2020-06-04 Tom de Vries <tdevries@suse.de>
1194
1195 * lib/gdb.exp (gdb_file_cmd): Replace incomplete gdb_expect by
1196 exp_continue.
1197
1198 2020-06-04 Tom de Vries <tdevries@suse.de>
1199
1200 * lib/gdb.exp (gdb_file_cmd): Use perror instead of fail.
1201
1202 2020-06-03 Tom de Vries <tdevries@suse.de>
1203
1204 PR symtab/26046
1205 * gdb.cp/breakpoint-locs-2.cc: New test.
1206 * gdb.cp/breakpoint-locs.cc: New test.
1207 * gdb.cp/breakpoint-locs.exp: New file.
1208 * gdb.cp/breakpoint-locs.h: New test.
1209
1210 2020-06-03 Tom de Vries <tdevries@suse.de>
1211
1212 PR testsuite/25609
1213 * gdb.base/jit-elf-so.exp: Don't modify testing behaviour based on
1214 value of global verbose.
1215 * gdb.base/jit-elf.exp: Same.
1216 * gdb.base/jit-reader.exp: Same.
1217
1218 2020-06-02 Tom de Vries <tdevries@suse.de>
1219
1220 * gdb.dwarf2/multidictionary.exp: Don't use
1221 gdb_spawn_with_cmdline_opts.
1222
1223 2020-06-01 Andrew Burgess <andrew.burgess@embecosm.com>
1224
1225 * gdb.cp/step-and-next-inline.exp (do_test): Skip all tests in the
1226 use_header case.
1227 * gdb.dwarf2/dw2-inline-header-1.exp: New file.
1228 * gdb.dwarf2/dw2-inline-header-2.exp: New file.
1229 * gdb.dwarf2/dw2-inline-header-3.exp: New file.
1230 * gdb.dwarf2/dw2-inline-header-lbls.c: New file.
1231 * gdb.dwarf2/dw2-inline-header.c: New file.
1232 * gdb.dwarf2/dw2-inline-header.h: New file.
1233
1234 2020-05-30 Pedro Alves <palves@redhat.com>
1235
1236 * gdb.linespec/cp-replace-typedefs-ns-template.cc: New.
1237 * gdb.linespec/cp-replace-typedefs-ns-template.exp: New.
1238
1239 2020-05-29 Gary Benson <gbenson@redhat.com>
1240
1241 * gdb.compile/compile-cplus.exp (additional_flags): Also
1242 set when building with clang.
1243 (additional_flags, srcfilesoptions): Pass -Wno-deprecated
1244 when building with clang.
1245
1246 2020-05-29 Gary Benson <gbenson@redhat.com>
1247
1248 * gdb.arch/i386-avx.exp (additional_flags): Also set when
1249 building with clang.
1250 * gdb.arch/i386-sse.exp (additional_flags): Likewise.
1251
1252 2020-05-29 Gary Benson <gbenson@redhat.com>
1253
1254 * gdb.cp/koenig.exp (prepare_for_testing): Add
1255 additional_flags=-Wno-unused-comparison.
1256 * gdb.cp/operator.exp (prepare_for_testing): Likewise.
1257
1258 2020-05-28 Gary Benson <gbenson@redhat.com>
1259
1260 * gdb.base/sigaltstack.c (catcher): Add default case to switch
1261 statement.
1262
1263 2020-05-28 Gary Benson <gbenson@redhat.com>
1264
1265 * gdb.cp/classes.exp (prepare_for_testing): Add
1266 additional_flags=-Wno-deprecated-register.
1267 * gdb.cp/inherit.exp (prepare_for_testing): Likewise.
1268 * gdb.cp/misc.exp: Likewise.
1269
1270 2020-05-28 Gary Benson <gbenson@redhat.com>
1271
1272 * gdb.linespec/cpls-ops.cc (dummy): New static global.
1273 (test_op_new::operator new): Add return statement.
1274 (test_op_new_array::operator new[]): Likewise.
1275
1276 2020-05-27 Pedro Alves <palves@redhat.com>
1277
1278 * gdb.linespec/cp-completion-aliases.exp: Remove readline_is_used
1279 check. Use test_gdb_complete_unique instead of
1280 test_gdb_complete_tab_unique + test_gdb_complete_cmd_unique. Use
1281 test_gdb_complete_multiple instead of
1282 test_gdb_complete_tab_multiple + test_gdb_complete_cmd_multiple.
1283
1284 2020-05-27 Luis Machado <luis.machado@linaro.org>
1285
1286 * gdb.arch/aarch64-sighandler-regs.exp: Fix duplicated test names.
1287 * gdb.arch/aarch64-tagged-pointer.exp: Likewise.
1288 * gdb.arch/arm-disassembler-options.exp: Likewise.
1289 * gdb.arch/arm-disp-step.exp: Likewise.
1290 * gdb.arch/thumb-prologue.exp: Likewise.
1291 * gdb.base/async.exp: Likewise.
1292 * gdb.base/auxv.exp: Likewise.
1293 * gdb.base/complex-parts.exp: Likewise.
1294 * gdb.base/ena-dis-br.exp: Likewise.
1295 * gdb.base/foll-exec.exp: Likewise.
1296 * gdb.base/permissions.exp: Likewise.
1297 * gdb.base/relocate.exp: Likewise.
1298 * gdb.base/return2.exp: Likewise.
1299 * gdb.base/sigbpt.exp: Likewise.
1300 * gdb.base/siginfo-obj.exp: Likewise.
1301 * gdb.cp/converts.exp: Likewise.
1302 * gdb.cp/exceptprint.exp: Likewise.
1303 * gdb.cp/inherit.exp: Likewise.
1304 * gdb.cp/nsnoimports.exp: Likewise.
1305 * gdb.cp/virtbase2.exp: Likewise.
1306 * gdb.mi/mi-var-cmd.exp: Likewise.
1307 * gdb.mi/var-cmd.c: Likewise.
1308
1309 2020-05-26 Tom Tromey <tromey@adacore.com>
1310
1311 * gdb.ada/arr_acc_idx_w_gap.exp: Add tests.
1312
1313 2020-05-26 Tom Tromey <tromey@adacore.com>
1314
1315 * gdb.ada/arr_acc_idx_w_gap.exp: Add enum subrange tests.
1316 * gdb.ada/arr_acc_idx_w_gap/enum_with_gap.ads (Enum_Subrange): New
1317 type.
1318 * gdb.ada/arr_acc_idx_w_gap/enum_with_gap_main.adb (V): New
1319 variable.
1320
1321 2020-05-26 Christian Biesinger <cbiesinger@google.com>
1322
1323 * Makefile.in: Use = instead of == for the test command
1324 for portability.
1325
1326 2020-05-26 Tom de Vries <tdevries@suse.de>
1327
1328 * gdb.base/gold-gdb-index-2.c: New test.
1329 * gdb.base/gold-gdb-index.c: New test.
1330 * gdb.base/gold-gdb-index.exp: New file.
1331 * gdb.base/gold-gdb-index.h: New test.
1332
1333 2020-05-25 Tom de Vries <tdevries@suse.de>
1334
1335 * boards/gold-gdb-index.exp: New file.
1336
1337 2020-05-25 Simon Marchi <simon.marchi@efficios.com>
1338
1339 * boards/simavr.exp: New file.
1340
1341 2020-05-25 Simon Marchi <simon.marchi@efficios.com>
1342
1343 * lib/gdb.exp (gdb_run_cmd): Return success or failure.
1344 * gdb.base/inferior-args.exp: New file.
1345 * gdb.base/inferior-args.c: New file.
1346
1347 2020-05-25 Simon Marchi <simon.marchi@efficios.com>
1348
1349 * lib/gdb.exp (gdb_run_cmd): Change argument from args to
1350 inferior_args. Pass it to gdb_reload.
1351 (gdb_start_cmd, gdb_starti_cmd): Change argument from args to
1352 inferior_args.
1353 (gdb_reload): Add inferior_args argument.
1354 * config/gdbserver.exp (gdb_reload): Add inferior_args argument,
1355 pass it to gdbserver_run.
1356 * boards/native-gdbserver.exp: Do not set noargs.
1357 * boards/native-extended-gdbserver.exp (gdb_reload): Add
1358 inferior_args argument.
1359 * boards/stdio-gdbserver-base.exp (gdb_reload): Likewise.
1360 * gdb.base/a2-run.exp: Check for use_gdb_stub.
1361 * gdb.base/args.exp: Likewise.
1362
1363 2020-05-25 Tom de Vries <tdevries@suse.de>
1364
1365 * lib/gdb.exp (exec_is_pie): Add comment.
1366
1367 2020-05-25 Tom de Vries <tdevries@suse.de>
1368
1369 * lib/jit-elf-helpers.exp (compile_and_download_n_jit_so): Use $f
1370 instead of $binfile in the untested message.
1371
1372 2020-05-25 Tom de Vries <tdevries@suse.de>
1373
1374 PR testsuite/26031
1375 * lib/gdb.exp (exec_is_pie): Test readelf -h output.
1376
1377 2020-05-25 Tom de Vries <tdevries@suse.de>
1378
1379 * boards/gold.exp: New file.
1380
1381 2020-05-23 Tom Tromey <tom@tromey.com>
1382
1383 * gdb.base/style.exp: Remove completion styling test.
1384 * lib/gdb-utils.exp (style): Remove completion styles.
1385
1386 2020-05-23 Tom Tromey <tom@tromey.com>
1387
1388 * gdb.base/style.exp: Add completion styling test.
1389 * lib/gdb-utils.exp (style): Add completion styles.
1390
1391 2020-05-22 Andrew Burgess <andrew.burgess@embecosm.com>
1392
1393 * gdb.base/annota1.exp: Update expected results.
1394 * gdb.cp/annota2.exp: Update expected results, remove duplicate
1395 test name.
1396 * gdb.cp/annota3.exp: Update expected results.
1397
1398 2020-05-20 Simon Marchi <simon.marchi@efficios.com>
1399
1400 PR gdb/26016
1401 * gdb.base/coredump-filter.c (do_mmap): Check mmap ret val
1402 against MAP_FAILED.
1403 * gdb.base/coremaker.c (mmapdata): Likewise.
1404 * gdb.base/jit-reader-host.c (main): Likewise.
1405 * gdb.base/sym-file-loader.c (load): Likewise.
1406 (load_shlib): Likewise.
1407
1408 2020-05-20 Tom Tromey <tromey@adacore.com>
1409
1410 * gdb.ada/array_char_idx.exp: Recognize initialized array.
1411
1412 2020-05-20 Tom de Vries <tdevries@suse.de>
1413
1414 PR symtab/25833
1415 * gdb.base/with-mf-inc.c: New test.
1416 * gdb.base/with-mf-main.c: New test.
1417 * gdb.base/with-mf.exp: New file.
1418
1419 2020-05-19 Tom Tromey <tromey@adacore.com>
1420
1421 * gdb.rust/simple.exp: Restore missing test result.
1422
1423 2020-05-19 Tom de Vries <tdevries@suse.de>
1424
1425 * gdb.base/gdb-caching-proc.exp: Fix typo.
1426
1427 2020-05-19 Tom Tromey <tromey@adacore.com>
1428
1429 * gdb.rust/simple.exp: Add some test descriptions.
1430 (test_one_slice): Use with_test_prefix.
1431
1432 2020-05-18 Tom de Vries <tdevries@suse.de>
1433
1434 * gdb.base/gdb-caching-proc.exp: Use with_test_prefix.
1435
1436 2020-05-17 Pedro Alves <palves@redhat.com>
1437
1438 PR gdb/25741
1439 * gdb.base/hw-sw-break-same-address.exp: New file.
1440
1441 2020-05-16 Pedro Alves <palves@redhat.com>
1442
1443 * gdb.multi/multi-re-run.exp (test_re_run): Switch
1444 LAST_LOADED_FILE accordingly.
1445
1446 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1447
1448 * gdb.base/alias.exp: Verify 'help aliases' shows user defined aliases.
1449
1450 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1451
1452 * gdb.base/help.exp: Test apropos and help for commands
1453 having aliases. Fixed comments not starting with an
1454 upper-case letter or not finishing with a dot.
1455
1456 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1457
1458 * gdb.base/alias.exp: Update help output check.
1459
1460 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1461
1462 * gdb.base/default.exp: Update output following fixes.
1463
1464 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1465
1466 * gdb.base/alias.exp: Test aliases starting with a prefix of
1467 another alias.
1468
1469 2020-05-15 Gary Benson <gbenson@redhat.com>
1470
1471 * gdb.base/info-os.c (main): Add return statement.
1472 * gdb.base/info_minsym.c (minsym_fun): Likewise.
1473 * gdb.base/large-frame-2.c (func): Likewise.
1474 * gdb.base/pr10179-a.c (foo1, bar1): Likewise.
1475 * gdb.base/pr10179-b.c (foo2): Likewise.
1476 * gdb.base/valgrind-disp-step.c (foo): Likewise.
1477 * gdb.base/watch-cond.c (func): Likewise.
1478 * gdb.multi/goodbye.c (verylongfun): Likewise.
1479 * gdb.multi/hello.c (commonfun): Likewise.
1480 * gdb.python/py-finish-breakpoint.c (call_longjmp): Likewise.
1481 * gdb.threads/fork-plus-threads.c (thread_func): Likewise.
1482 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
1483 Likewise.
1484 * gdb.threads/hand-call-new-thread.c (foo): Likewise.
1485 * gdb.threads/interrupt-while-step-over.c (child_function):
1486 Likewise.
1487 * gdb.trace/actions-changed.c (end): Likewise.
1488
1489 2020-05-15 Gary Benson <gbenson@redhat.com>
1490
1491 * gdb.opencl/callfuncs.exp: Report when test skipped.
1492 * gdb.opencl/convs_casts.exp: Likewise.
1493 * gdb.opencl/datatypes.exp: Likewise.
1494 * gdb.opencl/operators.exp: Likewise.
1495 * gdb.opencl/vec_comps.exp: Likewise.
1496
1497 2020-05-15 Tom de Vries <tdevries@suse.de>
1498
1499 * gdb.base/align.exp.in: Rename to ...
1500 * gdb.base/align.exp.tcl: ... this.
1501 * gdb.base/align-c++.exp: Update.
1502 * gdb.base/align-c.exp: Update.
1503 * gdb.base/all-architectures.exp.in: Rename to ...
1504 * gdb.base/all-architectures.exp: ... this.
1505 * gdb.base/all-architectures-0.exp: Update.
1506 * gdb.base/all-architectures-1.exp: Update.
1507 * gdb.base/all-architectures-2.exp: Update.
1508 * gdb.base/all-architectures-3.exp: Update.
1509 * gdb.base/all-architectures-4.exp: Update.
1510 * gdb.base/all-architectures-5.exp: Update.
1511 * gdb.base/all-architectures-6.exp: Update.
1512 * gdb.base/all-architectures-7.exp: Update.
1513 * gdb.base/infcall-nested-structs.exp.in: Rename to ...
1514 * gdb.base/infcall-nested-structs.exp.tcl: ... this.
1515 * gdb.base/infcall-nested-structs-c++.exp: Update.
1516 * gdb.base/infcall-nested-structs-c.exp: Update.
1517 * gdb.base/info-types.exp.in: Rename to ...
1518 * gdb.base/info-types.exp.tcl: ... this.
1519 * gdb.base/info-types-c++.exp: Update.
1520 * gdb.base/info-types-c.exp: Update.
1521 * gdb.base/max-depth.exp.in: Rename to ...
1522 * gdb.base/max-depth.exp.tcl: ... this.
1523 * gdb.base/max-depth-c++.exp: Update.
1524 * gdb.base/max-depth-c.exp: Update.
1525 * gdb.cp/cpexprs.exp.in: Rename to ...
1526 * gdb.cp/cpexprs.exp.tcl: ... this.
1527 * gdb.cp/cpexprs-debug-types.exp: Update.
1528 * gdb.cp/cpexprs.exp: Update.
1529 * gdb.cp/infcall-nodebug.exp.in: Rename to ...
1530 * gdb.cp/infcall-nodebug.exp.tcl: ... this.
1531 * gdb.cp/infcall-nodebug-c++-d0.exp: Update.
1532 * gdb.cp/infcall-nodebug-c++-d1.exp: Update.
1533 * gdb.cp/infcall-nodebug-c-d0.exp: Update.
1534 * gdb.cp/infcall-nodebug-c-d1.exp: Update.
1535 * gdb.dwarf2/clang-debug-names.exp.in: Rename to ...
1536 * gdb.dwarf2/clang-debug-names.exp.tcl: ... this.
1537 * gdb.dwarf2/clang-debug-names-2.exp: Update.
1538 * gdb.dwarf2/clang-debug-names.exp: Update.
1539
1540 2020-05-15 Andrew Burgess <andrew.burgess@embecosm.com>
1541
1542 * lib/check-test-names.exp: Remove code that prevents this file
1543 loading when tests are run in parallel.
1544
1545 2020-05-15 Pedro Alves <palves@redhat.com>
1546
1547 * gdb.multi/multi-kill.exp (start_inferior): Remove
1548 'testpid' parameter. Refer to namespace variable directly.
1549 (testpid): Declare as namespace variable.
1550
1551 2020-05-15 Pedro Alves <palves@redhat.com>
1552
1553 * gdb.multi/multi-kill.exp: Wrap in namespace.
1554 (start_inferior): Add TESTPID parameter. Use it instead of the
1555 testpid global.
1556 (top level): Define empty TESTPID array, and pass it down to
1557 start_inferior.
1558
1559 2020-05-14 Tom de Vries <tdevries@suse.de>
1560
1561 * gdb.fortran/nested-funcs-2.exp: Use gdb_test_stdio to test inferior
1562 output.
1563
1564 2020-05-14 Tom de Vries <tdevries@suse.de>
1565
1566 * gdb.base/align.exp: Split into ...
1567 * gdb.base/align.exp.in: ...
1568 * gdb.base/align-c++.exp: ...
1569 * gdb.base/align-c.exp: ... these.
1570 * gdb.base/infcall-nested-structs.exp: Split into ...
1571 * gdb.base/infcall-nested-structs.exp.in: ...
1572 * gdb.base/infcall-nested-structs-c++.exp: ...
1573 * gdb.base/infcall-nested-structs-c.exp: ... these.
1574 * gdb.base/info-types.exp: Split into ...
1575 * gdb.base/info-types.exp.in: ...
1576 * gdb.base/info-types-c++.exp: ...
1577 * gdb.base/info-types-c.exp: ... these.
1578 * gdb.base/max-depth.exp: Split into ...
1579 * gdb.base/max-depth.exp.in: ...
1580 * gdb.base/max-depth-c++.exp: ...
1581 * gdb.base/max-depth-c.exp: ... these.
1582 * gdb.cp/infcall-nodebug.exp: Split into ...
1583 * gdb.cp/infcall-nodebug.exp.in: ...
1584 * gdb.cp/infcall-nodebug-c++-d0.exp: ...
1585 * gdb.cp/infcall-nodebug-c++-d1.exp: ...
1586 * gdb.cp/infcall-nodebug-c-d0.exp: ...
1587 * gdb.cp/infcall-nodebug-c-d1.exp: ... these.
1588
1589 2020-05-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1590 Pedro Alves <palves@redhat.com>
1591
1592 * gdb.multi/multi-exit.c: New file.
1593 * gdb.multi/multi-exit.exp: New file.
1594 * gdb.multi/multi-kill.c: New file.
1595 * gdb.multi/multi-kill.exp: New file.
1596
1597 2020-05-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1598
1599 * gdb.base/annota1.exp: Update the expected output.
1600 * gdb.cp/annota2.exp: Ditto.
1601
1602 2020-05-12 Andrew Burgess <andrew.burgess@embecosm.com>
1603
1604 * lib/check-test-names.exp: Disable when testing is being run in
1605 parallel.
1606
1607 2020-05-12 Tom de Vries <tdevries@suse.de>
1608
1609 * gdb.base/jit-elf.exp: Fix string concat.
1610
1611 2020-05-12 Tom de Vries <tdevries@suse.de>
1612
1613 * lib/jit-elf-helpers.exp: Don't use undefined variables in untested
1614 messages.
1615
1616 2020-05-12 Tom de Vries <tdevries@suse.de>
1617
1618 * gdb.multi/multi-term-settings.exp: Use with_test_prefix.
1619
1620 2020-05-12 Tom de Vries <tdevries@suse.de>
1621
1622 * gdb.ada/catch_ex.exp: Use with_test_prefix.
1623 * gdb.ada/mi_catch_ex.exp: Same.
1624 * gdb.ada/mi_catch_ex_hand.exp: Same.
1625
1626 2020-05-12 Tom de Vries <tdevries@suse.de>
1627
1628 * gdb.fortran/complex.exp: Use with_test_prefix.
1629
1630 2020-05-12 Tom de Vries <tdevries@suse.de>
1631
1632 * gdb.trace/passcount.exp: Fix test-names.
1633
1634 2020-05-12 Tom de Vries <tdevries@suse.de>
1635
1636 * gdb.pascal/gdb11492.exp: Use with_test_prefix.
1637
1638 2020-05-12 Tom de Vries <tdevries@suse.de>
1639
1640 * gdb.gdb/complaints.exp: Use with_test_prefix.
1641 * gdb.xml/tdesc-regs.exp: Same.
1642 * gdb.opt/inline-locals.exp: Fix test name.
1643
1644 2020-05-12 Tom de Vries <tdevries@suse.de>
1645
1646 * gdb.dwarf2/comp-unit-lang.exp: Use with_test_prefix.
1647 * gdb.dwarf2/dw2-bad-parameter-type.exp: Same.
1648 * gdb.dwarf2/implref-struct.exp: Same.
1649 * gdb.dwarf2/varval.exp: Ensure get_sizeof is called once per type.
1650 * gdb.dwarf2/data-loc.exp: Same. Remove duplicate test.
1651
1652 2020-05-11 Simon Marchi <simon.marchi@polymtl.ca>
1653
1654 * gdb.base/jit-so.exp (one_jit_test): Change test name.
1655
1656 2020-05-11 Andrew Burgess <andrew.burgess@embecosm.com>
1657
1658 * lib/check-test-names.exp (all_test_names): New module variable.
1659 (counts): Add 'duplicates' field.
1660 (_check_duplicates): New procedure.
1661 (check): Also check for duplicates.
1662 (do_log_summary): Print duplicates count.
1663 (do_reset_vars): Reset counter for duplicate test names, and
1664 discard all know test names.
1665
1666 2020-05-11 Andrew Burgess <andrew.burgess@embecosm.com>
1667
1668 * lib/gdb.exp: Include check-test-names.exp library.
1669 * lib/check-test-names.exp: New file.
1670
1671 2020-05-11 Tom de Vries <tdevries@suse.de>
1672
1673 * gdb.ada/packed_tagged.exp: Change kfail into xfail.
1674
1675 2020-05-11 Keith Seitz <keiths@redhat.com>
1676
1677 * gdb.ada/attr_ref_and_charlit.exp: Fix typo.
1678
1679 2020-05-11 Tom de Vries <tdevries@suse.de>
1680
1681 * gdb.cp/cpexprs.exp: Move everything except flags setting ...
1682 * gdb.cp/cpexprs.exp.in: .. here.
1683 * gdb.cp/cpexprs-debug-types.exp: Include cpexprs.exp.in instead of
1684 cpexprs.exp.
1685
1686 2020-05-11 Keith Seitz <keiths@redhat.com>
1687
1688 * gdb.ada/arrayparam.exp: Resolve duplicate and tail parentheses
1689 test names.
1690 * gdb.ada/arrayptr.exp: Likewise.
1691 * gdb.ada/assign_arr.exp: Likewise.
1692 * gdb.ada/attr_ref_and_charlit.exp: Likewise.
1693 * gdb.ada/bp_on_var.exp: Likewise.
1694 * gdb.ada/call_pn.exp: Likewise.
1695 * gdb.ada/complete.exp: Likewise.
1696 * gdb.ada/fun_overload_menu.exp: Likewise.
1697 * gdb.ada/funcall_param.exp: Likewise.
1698 * gdb.ada/funcall_ref.exp: Likewise.
1699 * gdb.ada/packed_array_assign.exp: Likewise.
1700 * gdb.ada/same_component_name.exp: Likewise.
1701 * gdb.ada/type_coercion.exp: Likewise.
1702 * gdb.ada/unc_arr_ptr_in_var_rec.exp: Likewise.
1703 * gdb.ada/variant_record_packed_array.exp: Likewise.
1704
1705 2020-05-11 Tom de Vries <tdevries@suse.de>
1706
1707 PR symtab/25941
1708 * gdb.dwarf2/clang-debug-names.exp.in: New include exp file, factored
1709 out of ...
1710 * gdb.dwarf2/clang-debug-names.exp: ... here.
1711 * gdb.dwarf2/clang-debug-names-2.exp: New file. Include
1712 clang-debug-names.exp.in.
1713 * gdb.dwarf2/clang-debug-names-2-foo.c: New test.
1714 * gdb.dwarf2/clang-debug-names-2.c: New test.
1715
1716 2020-05-10 Alok Kumar Sharma <alokkumar.sharma@amd.com>
1717
1718 * lib/fortran.exp (fortran_main): New Proc, handle flang MAIN_,
1719 (fortran_runto_main): New Proc, fortran version of runto_main.
1720 * gdb.fortran/array-bounds-high.exp: Handle flang MAIN_
1721 * gdb.fortran/array-bounds.exp: Likewise.
1722 * gdb.fortran/array-slices.exp: Likewise.
1723 * gdb.fortran/block-data.exp: Likewise.
1724 * gdb.fortran/charset.exp: Likewise.
1725 * gdb.fortran/common-block.exp: Likewise.
1726 * gdb.fortran/complex.exp: Likewise.
1727 * gdb.fortran/derived-type-function.exp: Likewise.
1728 * gdb.fortran/derived-type.exp: Likewise.
1729 * gdb.fortran/info-modules.exp: Likewise.
1730 * gdb.fortran/info-types.exp: Likewise.
1731 * gdb.fortran/intrinsics.exp: Likewise.
1732 * gdb.fortran/library-module.exp: Likewise.
1733 * gdb.fortran/logical.exp: Likewise.
1734 * gdb.fortran/max-depth.exp: Likewise.
1735 * gdb.fortran/module.exp: Likewise.
1736 * gdb.fortran/multi-dim.exp: Likewise.
1737 * gdb.fortran/nested-funcs.exp: Likewise.
1738 * gdb.fortran/print-formatted.exp: Likewise.
1739 * gdb.fortran/print_type.exp: Likewise.
1740 * gdb.fortran/printing-types.exp: Likewise.
1741 * gdb.fortran/ptr-indentation.exp: Likewise.
1742 * gdb.fortran/ptype-on-functions.exp: Likewise.
1743 * gdb.fortran/subarray.exp: Likewise.
1744 * gdb.fortran/vla-alloc-assoc.exp: Likewise.
1745 * gdb.fortran/vla-datatypes.exp: Likewise.
1746 * gdb.fortran/vla-history.exp: Likewise.
1747 * gdb.fortran/vla-ptr-info.exp: Likewise.
1748 * gdb.fortran/vla-ptype-sub.exp: Likewise.
1749 * gdb.fortran/vla-ptype.exp: Likewise.
1750 * gdb.fortran/vla-sizeof.exp: Likewise.
1751 * gdb.fortran/vla-type.exp: Likewise.
1752 * gdb.fortran/vla-value-sub-arbitrary.exp: Likewise.
1753 * gdb.fortran/vla-value-sub-finish.exp: Likewise.
1754 * gdb.fortran/vla-value-sub.exp: Likewise.
1755 * gdb.fortran/vla-value.exp: Likewise.
1756 * gdb.fortran/whatis_type.exp: Likewise.
1757 * gdb.mi/mi-var-child-f.exp: Likewise.
1758
1759 2020-05-09 Tom de Vries <tdevries@suse.de>
1760
1761 * gdb.dwarf2/clang-debug-names.exp: Remove PR25952 kfail.
1762
1763 2020-05-08 Tom de Vries <tdevries@suse.de>
1764
1765 * gdb.dwarf2/clang-debug-names.c: New test.
1766 * gdb.dwarf2/clang-debug-names.exp: New file.
1767
1768 2020-05-06 Simon Marchi <simon.marchi@efficios.com>
1769
1770 * gdb.arch/amd64-prologue-skip-cf-protection.exp: New file.
1771 * gdb.arch/amd64-prologue-skip-cf-protection.c: New file.
1772
1773 2020-05-06 Tom de Vries <tdevries@suse.de>
1774
1775 * gdb.reverse/consecutive-precsave.exp: Handle if instruction after
1776 breakpoint is at a "recommended breakpoint location".
1777 * gdb.reverse/consecutive-reverse.exp: Same.
1778
1779 2020-05-06 Tom de Vries <tdevries@suse.de>
1780
1781 * gdb.base/watchpoint-reuse-slot.exp (stepi): Print $pc to get current
1782 address.
1783
1784 2020-05-06 Tom de Vries <tdevries@suse.de>
1785
1786 * gdb.base/watchpoint-reuse-slot.exp: Fix incorrect assignment.
1787
1788 2020-05-06 Tom de Vries <tdevries@suse.de>
1789
1790 * gdb.base/store.exp (check_set, up_set): Allowing missing location
1791 info for r.
1792
1793 2020-05-06 Tom de Vries <tdevries@suse.de>
1794
1795 * gdb.base/shlib-call.exp: Add extra step to reach shmain.c:42, if
1796 necessary.
1797
1798 2020-05-06 Tom de Vries <tdevries@suse.de>
1799
1800 * lib/unbuffer_output.c (gdb_unbuffer_output): Change return type to
1801 void.
1802
1803 2020-05-06 Tom de Vries <tdevries@suse.de>
1804
1805 * lib/gdb.exp (is_stmt_addresses, hex_in_list): New proc, factored out
1806 of ...
1807 * gdb.base/async.exp: ... here.
1808 * gdb.base/consecutive.exp: Handle if 2nd breakpoint is at a
1809 "recommended breakpoint location".
1810
1811 2020-05-06 Tom de Vries <tdevries@suse.de>
1812
1813 * gdb.compile/compile-ifunc.exp: Use -Wno-attribute-alias.
1814
1815 2020-05-04 Tom de Vries <tdevries@suse.de>
1816
1817 * gdb.base/async.exp: Check whether instruction addresses are a
1818 "recommended breakpoint location".
1819
1820 2020-05-03 Tom Tromey <tom@tromey.com>
1821
1822 * gdb.base/sepdebug.exp: Remove "catch" test.
1823 * gdb.base/break.exp: Remove "catch" test.
1824 * gdb.base/default.exp: Update expected output.
1825
1826 2020-05-02 Tom de Vries <tdevries@suse.de>
1827
1828 * lib/gdb.exp (supports_mpx_check_pointer_bounds): New proc.
1829 * gdb.arch/i386-mpx-call.exp: Use supports_mpx_check_pointer_bounds.
1830 * gdb.arch/i386-mpx-map.exp: Same.
1831 * gdb.arch/i386-mpx-sigsegv.exp: Same.
1832 * gdb.arch/i386-mpx-simple_segv.exp: Same.
1833 * gdb.arch/i386-mpx.exp: Same.
1834
1835 2020-05-02 Tom de Vries <tdevries@suse.de>
1836
1837 * gdb.base/psym-external-decl.c (main): Add use of variable aaa.
1838
1839 2020-05-01 Tom de Vries <tdevries@suse.de>
1840
1841 * gdb.ada/operator_bp.exp: Allow more than required amount of
1842 breakpoint.
1843
1844 2020-05-01 Tom de Vries <tdevries@suse.de>
1845
1846 * gdb.reverse/until-reverse.c (main): Fix Wunused-result warning.
1847
1848 2020-04-30 Hannes Domani <ssbssa@yahoo.de>
1849
1850 PR gdb/18706
1851 * gdb.cp/stub-array-size.cc: New test.
1852 * gdb.cp/stub-array-size.exp: New file.
1853 * gdb.cp/stub-array-size.h: New test.
1854 * gdb.cp/stub-array-size2.cc: New test.
1855
1856 2020-04-30 Hannes Domani <ssbssa@yahoo.de>
1857
1858 * gdb.python/py-format-string.exp: Adjust pretty_arrays expected
1859 output to the new format.
1860
1861 2020-04-29 Simon Marchi <simon.marchi@efficios.com>
1862
1863 * gdb.base/break.exp: Use with_test_prefix.
1864
1865 2020-04-29 Tom de Vries <tdevries@suse.de>
1866
1867 * lib/gdb.exp (debug_types): New proc.
1868 * gdb.guile/scm-symtab.exp: Add xfail for PR gcc/90232.
1869 * gdb.python/py-symtab.exp: Same.
1870
1871 2020-04-29 Hannes Domani <ssbssa@yahoo.de>
1872
1873 PR gdb/17320
1874 * gdb.base/pretty-array.c: New test.
1875 * gdb.base/pretty-array.exp: New file.
1876
1877 2020-04-29 Tom de Vries <tdevries@suse.de>
1878
1879 PR symtab/25889
1880 * gdb.cp/cpexprs.exp: Adapt for inclusion.
1881 * gdb.cp/cpexprs-debug-types.exp: New file. Set -fdebug-types-section
1882 and include cpexprs.exp.
1883
1884 2020-04-28 Mark Williams <mark@myosotissp.com>
1885
1886 PR gdb/24480
1887 * dw4-toplevel-types.exp: Test for top level types.
1888 * dw4-toplevel-types.cc: Test for top level types.
1889
1890 2020-04-28 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1891
1892 * gdb.threads/stop-with-handle.exp: Fix typo in comment
1893 (theads -> threads).
1894
1895 2020-04-28 Tom de Vries <tdevries@suse.de>
1896
1897 * gdb.opt/inline-cmds.exp: Set KFAIL PR.
1898
1899 2020-04-28 Tom de Vries <tdevries@suse.de>
1900
1901 * gdb.base/info-macros.exp: Remove KFAIL. Add missing trailing ".*".
1902
1903 2020-04-28 Tom de Vries <tdevries@suse.de>
1904
1905 * gdb.ada/array_ptr_renaming.exp: Add PR number in KFAIL.
1906
1907 2020-04-28 Tom de Vries <tdevries@suse.de>
1908
1909 * gdb.dwarf2/main-foo.c: New test.
1910 * gdb.dwarf2/struct-with-sig.exp: New file.
1911
1912 2020-04-25 Tom de Vries <tdevries@suse.de>
1913
1914 * boards/debug-types.exp: New file.
1915
1916 2020-04-25 Andrew Burgess <andrew.burgess@embecosm.com>
1917
1918 * gdb.btrace/multi-inferior.exp: Avoid paths in test names.
1919
1920 2020-04-24 Tom Tromey <tom@tromey.com>
1921
1922 PR symtab/12707:
1923 * gdb.python/py-symbol.exp: Update expected results for
1924 linkage_name test.
1925 * gdb.cp/print-demangle.exp: New file.
1926 * gdb.base/c-linkage-name.exp: Fix test.
1927 * gdb.guile/scm-symbol.exp: Update expected results for
1928 linkage_name test.
1929
1930 2020-04-24 Tom Tromey <tom@tromey.com>
1931
1932 * gdb.dwarf2/dw2-namespaceless-anonymous.S: Remove.
1933 * gdb.dwarf2/dw2-namespaceless-anonymous.c: New file.
1934 * gdb.dwarf2/dw2-namespaceless-anonymous.exp: Use DWARF
1935 assembler.
1936
1937 2020-04-24 Tom de Vries <tdevries@suse.de>
1938
1939 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Set language of CU to
1940 C++.
1941
1942 2020-04-24 Tom Tromey <tromey@adacore.com>
1943
1944 * gdb.ada/frame_arg_lang.exp: Run with multiple -fgnat-encodings
1945 values.
1946 * gdb.ada/funcall_ref.exp: Run with multiple -fgnat-encodings
1947 values. Update test for minimal encodings.
1948 * gdb.ada/lang_switch.exp: Update test for minimal encodings.
1949 * gdb.ada/var_rec_arr.exp: Run with multiple -fgnat-encodings
1950 values. Update test for minimal encodings.
1951
1952 2020-04-24 Tom Tromey <tromey@adacore.com>
1953
1954 PR python/23662:
1955 * gdb.ada/variant.exp: Add Python checks.
1956 * gdb.rust/simple.exp: Add dynamic type checks.
1957
1958 2020-04-24 Tom Tromey <tromey@adacore.com>
1959
1960 * gdb.ada/mi_var_array.exp: Try all -fgnat-encodings settings.
1961 Make array type matching more lax.
1962 * gdb.ada/mi_var_union.exp: Try all -fgnat-encodings settings.
1963 * gdb.ada/mi_variant.exp: New file.
1964 * gdb.ada/mi_variant/pck.ads: New file.
1965 * gdb.ada/mi_variant/pkg.adb: New file.
1966 * gdb.ada/packed_tagged.exp: Try all -fgnat-encodings settings.
1967 * gdb.ada/unchecked_union.exp: Try all -fgnat-encodings settings.
1968
1969 2020-04-24 Tom Tromey <tromey@adacore.com>
1970
1971 * gdb.ada/variant.exp: Add dynamic field offset tests.
1972 * gdb.ada/variant/pck.ads (Nested_And_Variable): New type.
1973 * gdb.ada/variant/pkg.adb: Add new variables.
1974
1975 2020-04-24 Tom Tromey <tromey@adacore.com>
1976
1977 * gdb.ada/variant.exp: New file
1978 * gdb.ada/variant/pkg.adb: New file
1979 * gdb.ada/variant/pck.adb: New file
1980
1981 2020-04-24 Tom de Vries <tdevries@suse.de>
1982
1983 * lib/gdb.exp (clean_restart): Reset errcnt and warncnt.
1984
1985 2020-04-24 Tom de Vries <tdevries@suse.de>
1986
1987 * gdb.dwarf2/dwzbuildid.exp: Add quiet to dwzbuildid-mismatch compile
1988 flags.
1989
1990 2020-04-24 Tom de Vries <tdevries@suse.de>
1991
1992 * gdb.dwarf2/dw2-error.exp: Add quiet to compile flags.
1993
1994 2020-04-24 Tom de Vries <tdevries@suse.de>
1995
1996 * lib/gdb.exp (default_gdb_start): Handle eof.
1997 (clean_restart): Detect and handle gdb_start failure. Return -1 upon
1998 failure.
1999 * gdb.base/readnever.exp: Handle clean_restart failure.
2000
2001 2020-04-23 Tom de Vries <tdevries@suse.de>
2002
2003 * gdb.base/decl-before-def.exp: Run to main and print a again.
2004
2005 2020-04-23 Tom de Vries <tdevries@suse.de>
2006
2007 * gdb.base/decl-before-def-decl.c: New test.
2008 * gdb.base/decl-before-def-def.c: New test.
2009 * gdb.base/decl-before-def.exp: New file.
2010
2011 2020-04-23 Tom de Vries <tdevries@suse.de>
2012
2013 * gdb.base/readnever.exp: Skip if GDBFLAGS contain -readnow/--readnow.
2014
2015 2020-04-22 Tom de Vries <tdevries@suse.de>
2016
2017 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): Fix
2018 debug_info_offset.
2019 * gdb.mi/dw2-ref-missing-frame.exp: Make sure $objfuncfile comes
2020 before $objsfile in the line line.
2021
2022 2020-04-22 Tom de Vries <tdevries@suse.de>
2023
2024 * gdb.dlang/watch-loc.c (.debug_aranges): Fix _Dmain length.
2025
2026 2020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
2027
2028 * gdb.base/jit-attach-pie.c: Use jit-protocol.h.
2029 * gdb.base/jit-elf-main.c: Use jit-protocol.h.
2030 * gdb.base/jit-reader-host.c: Use jit-protocol.h.
2031 * gdb.base/jit-reader-simple-jit.c: Use jit-protocol.h.
2032 * gdb.base/jit-protocol.h: Update definitions to match all usage
2033 contexts.
2034
2035 2020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
2036
2037 * gdb.base: Rename all jit related test and source files.
2038
2039 2020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
2040
2041 * gdb.base/jit-reader.exp: Relax register output check.
2042
2043 2020-04-22 Tom de Vries <tdevries@suse.de>
2044
2045 PR symtab/25764
2046 * gdb.base/psym-external-decl-2.c: New test.
2047 * gdb.base/psym-external-decl.c: New test.
2048 * gdb.base/psym-external-decl.exp: New file.
2049 * gdb.threads/tls.exp: Add PR25807 kfail.
2050
2051 2020-04-22 Tom de Vries <tdevries@suse.de>
2052
2053 PR symtab/25801
2054 * gdb.dwarf2/imported-unit.exp: Test that we can get imported_unit.c
2055 in "info source" output.
2056
2057 2020-04-22 Tom de Vries <tdevries@suse.de>
2058
2059 PR symtab/25700
2060 * gdb.dwarf2/imported-unit.exp: Verify that there's only one partial
2061 symtab for imported_unit.c.
2062
2063 2020-04-21 Gary Benson <gbenson@redhat.com>
2064
2065 * gdb.base/advance.c (func): New argument, to match call site.
2066 (func2, func3): Add return statements.
2067
2068 2020-04-21 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2069
2070 * gdb.multi/run-only-second-inf.c: New file.
2071 * gdb.multi/run-only-second-inf.exp: New file.
2072
2073 2020-04-21 Markus Metzger <markus.t.metzger@intel.com>
2074
2075 * gdb.btrace/multi-inferior.c: New test.
2076 * gdb.btrace/multi-inferior.exp: New file.
2077
2078 2020-04-21 Markus Metzger <markus.t.metzger@intel.com>
2079
2080 * gdb.btrace/enable-new-thread.c: New test.
2081 * gdb.btrace/enable-new-thread.exp: New file.
2082
2083 2020-04-21 Tom de Vries <tdevries@suse.de>
2084
2085 PR gdb/25471
2086 * gdb.threads/killed-outside.c: New test.
2087 * gdb.threads/killed-outside.exp: New file.
2088
2089 2020-04-20 Gary Benson <gbenson@redhat.com>
2090
2091 * gdb.base/nested-subp1.exp: Use support_nested_function_tests.
2092 * gdb.base/nested-subp2.exp: Likewise.
2093 * gdb.base/nested-subp3.exp: Likewise.
2094
2095 2020-04-20 Gary Benson <gbenson@redhat.com>
2096
2097 * gdb.base/nested-subp1.exp: Disable test when using clang.
2098 * gdb.base/nested-subp2.exp: Likewise.
2099 * gdb.base/nested-subp3.exp: Likewise.
2100
2101 2020-04-20 Gary Benson <gbenson@redhat.com>
2102
2103 * gdb.cp/exception.cc: Fix compilation error with clang.
2104
2105 2020-04-20 Gary Benson <gbenson@redhat.com>
2106
2107 * gdb.trace/tspeed.c: Fix compilation error with clang.
2108
2109 2020-04-20 Gary Benson <gbenson@redhat.com>
2110
2111 * gdb.base/jit-main.c: Fix compilation error with clang.
2112
2113 2020-04-17 Kamil Rytarowski <n54@gmx.com>
2114
2115 * gdb.base/attach-twice.c: Include "sys/types.h".
2116 (PTRACE_ATTACH): Add fallback definition.
2117 (main): Pass `0' to the 4th argument of `ptrace'.
2118
2119 2020-04-17 Kamil Rytarowski <n54@gmx.com>
2120
2121 * gdb.base/fork-running-state.c: Include "signal.h".
2122
2123 2020-04-17 Tom Tromey <tromey@adacore.com>
2124
2125 * gdb.cp/maint.exp (test_help): Simplify multiple_help_body.
2126 Update tests.
2127 * gdb.btrace/cpu.exp: Update tests.
2128 * gdb.base/maint.exp: Update tests.
2129 * gdb.base/default.exp: Update tests.
2130 * gdb.base/completion.exp: Update tests.
2131
2132 2020-04-16 Tom de Vries <tdevries@suse.de>
2133
2134 PR symtab/25791
2135 * gdb.dwarf2/gdb-add-index.exp (add_gdb_index): Move ...
2136 (ensure_gdb_index): and factor out and move ...
2137 * lib/gdb.exp (add_gdb_index, ensure_gdb_index): ... here.
2138 * gdb.dwarf2/imported-unit-runto-main.exp: New file.
2139
2140 2020-04-16 Tom de Vries <tdevries@suse.de>
2141
2142 * gdb.base/maint-expand-symbols-header-file.exp: Set language before
2143 loading exec.
2144
2145 2020-04-15 Andrew Burgess <andrew.burgess@embecosm.com>
2146
2147 * gdb.base/many-completions.exp: New file.
2148
2149 2020-04-14 Tom de Vries <tdevries@suse.de>
2150
2151 PR symtab/25718
2152 * gdb.dwarf2/dw2-symtab-includes.exp: New file.
2153
2154 2020-04-14 Tom de Vries <tdevries@suse.de>
2155
2156 PR symtab/25720
2157 * gdb.base/maint-expand-symbols-header-file.c: New test.
2158 * gdb.base/maint-expand-symbols-header-file.exp: New file.
2159 * gdb.base/maint-expand-symbols-header-file.h: New test.
2160
2161 2020-04-14 Andrew Burgess <andrew.burgess@embecosm.com>
2162
2163 * gdb.dwarf2/dw2-inline-many-frames.exp (get_func_info): Delete.
2164 * gdb.dwarf2/dw2-inline-small-func.exp: Pass options to
2165 get_func_info.
2166 (get_func_info): Delete.
2167 * gdb.dwarf2/dw2-is-stmt-2.exp (get_func_info): Delete.
2168 * gdb.dwarf2/dw2-is-stmt.exp (get_func_info): Delete.
2169 * lib/dwarf.exp (get_func_info): New function.
2170
2171 2020-04-13 Tom de Vries <tdevries@suse.de>
2172
2173 * lib/ada.exp (find_ada_tool): Pass --GCC and -B to gnatlink, similar
2174 to what find_gnatmake does.
2175
2176 2020-04-10 Tom de Vries <tdevries@suse.de>
2177
2178 * gdb.base/style.exp: Expect "Expanding full symbols" message for
2179 -readnow.
2180
2181 2020-04-10 Tom de Vries <tdevries@suse.de>
2182
2183 PR cli/25808
2184 * gdb.base/style.c: Add leading newlines.
2185 * gdb.base/style.exp: Use gdb_get_line_number to get specific lines.
2186 Check listing of main's one-line body.
2187
2188 2020-04-08 Tom de Vries <tdevries@suse.de>
2189
2190 * lib/gdb.exp (psymtabs_p): New proc.
2191 * gdb.dwarf2/imported-unit.exp: Mark "no static partial symbols in
2192 importing unit" unsupported if there are no partial symbols.
2193
2194 2020-04-08 Tom de Vries <tdevries@suse.de>
2195
2196 PR testsuite/25760
2197 * gdb.ada/call_pn.exp: Call "maint expand-symtabs". Add xfails.
2198
2199 2020-04-07 Tom de Vries <tdevries@suse.de>
2200
2201 PR symtab/25796
2202 * gdb.dwarf2/imported-unit-abstract-const-value.exp: New file.
2203
2204 2020-04-07 Tom de Vries <tdevries@suse.de>
2205
2206 * gdb.base/check-psymtab.c: New test.
2207 * gdb.base/check-psymtab.exp: New file.
2208
2209 2020-04-06 Tom Tromey <tromey@adacore.com>
2210
2211 * gdb.ada/variant-record/proc.adb: New file.
2212 * gdb.ada/variant-record/value.adb: New file.
2213 * gdb.ada/variant-record/value.s: New file.
2214 * gdb.ada/variant-record.exp: New file.
2215
2216 2020-04-03 Hannes Domani <ssbssa@yahoo.de>
2217
2218 PR gdb/25325
2219 * gdb.cp/typed-enum.cc: New test.
2220 * gdb.cp/typed-enum.exp: New file.
2221
2222 2020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
2223
2224 * gdb.dwarf2/dw2-inline-small-func-lbls.c: New file.
2225 * gdb.dwarf2/dw2-inline-small-func.c: New file.
2226 * gdb.dwarf2/dw2-inline-small-func.exp: New file.
2227 * gdb.dwarf2/dw2-inline-small-func.h: New file.
2228 * gdb.opt/inline-small-func.c: New file.
2229 * gdb.opt/inline-small-func.exp: New file.
2230 * gdb.opt/inline-small-func.h: New file.
2231
2232 2020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
2233
2234 * lib/dwarf.exp (Dwarf::lines::program::DW_LNS_set_file): New
2235 function.
2236
2237 2020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
2238
2239 * lib/dwarf.exp (function_range): Allow compiler options to be
2240 specified.
2241
2242 2020-04-02 Tom de Vries <tdevries@suse.de>
2243
2244 * gdb.dwarf2/break-inline-psymtab-2.c (bar): Add
2245 __attribute__((always_inline)).
2246 * gdb.dwarf2/break-inline-psymtab.exp: Don't use -O2.
2247
2248 2020-04-02 Tom de Vries <tdevries@suse.de>
2249
2250 * lib/gdbserver-support.exp (gdbserver_exit): Factor out of ...
2251 (gdbserver_gdb_exit): ... here. Add timeout warning.
2252 * gdb.multi/multi-target.exp (server_spawn_ids): New global var.
2253 (connect_target_extended_remote): Append new server_spawn_id to
2254 server_spawn_ids.
2255 (cleanup): New proc.
2256 (setup, <toplevel>): Call cleanup.
2257
2258 2020-04-02 Tom de Vries <tdevries@suse.de>
2259
2260 * gdb.base/main-psymtab.exp: New file.
2261
2262 2020-04-02 Tom de Vries <tdevries@suse.de>
2263
2264 * gdb.fortran/mixed-lang-stack.exp: Accept new complex printing style.
2265
2266 2020-04-01 Tom Tromey <tom@tromey.com>
2267
2268 * gdb.base/complex-parts.exp: Add type tests.
2269
2270 2020-04-01 Tom Tromey <tom@tromey.com>
2271
2272 * gdb.base/complex-parts.exp: Add arithmetic tests.
2273
2274 2020-04-01 Tom Tromey <tom@tromey.com>
2275
2276 * gdb.compile/compile.exp: Update.
2277 * gdb.compile/compile-cplus.exp: Update.
2278 * gdb.base/varargs.exp: Update.
2279 * gdb.base/floatn.exp: Update.
2280 * gdb.base/endianity.exp: Update.
2281 * gdb.base/callfuncs.exp (do_function_calls): Update.
2282 * gdb.base/funcargs.exp (complex_args, complex_integral_args)
2283 (complex_float_integral_args): Update.
2284 * gdb.base/complex.exp: Update.
2285 * gdb.base/complex-parts.exp: Update.
2286
2287 2020-04-01 Tom Tromey <tromey@adacore.com>
2288
2289 * gdb.rust/union.rs: New file.
2290 * gdb.rust/union.exp: New file.
2291 * gdb.rust/simple.rs (Union, Union2): Move to union.rs.
2292 (main): Update.
2293 * gdb.rust/simple.exp: Move union tests to union.exp.
2294
2295 2020-04-01 Tom Tromey <tromey@adacore.com>
2296
2297 * gdb.rust/simple.rs (main): Remove "y0".
2298
2299 2020-04-01 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2300
2301 * gdb.multi/stop-all-on-exit.c: New test.
2302 * gdb.multi/stop-all-on-exit.exp: New file.
2303
2304 2020-04-01 Hannes Domani <ssbssa@yahoo.de>
2305
2306 PR gdb/24789
2307 * gdb.cp/misc.cc: Add integer reference variable.
2308 * gdb.cp/misc.exp: Add test.
2309
2310 2020-04-01 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2311
2312 * gdb.server/stop-reply-no-thread.exp: Enhance the test
2313 scenario to cover execution until the end and also the case
2314
2315 2020-03-31 Tom de Vries <tdevries@suse.de>
2316
2317 * gdb.base/c-linkage-name.exp: Fix test-case comment. Set language to
2318 c. Use "maint info symtabs" to check symtab expansion.
2319
2320 2020-03-30 Tom de Vries <tdevries@suse.de>
2321
2322 * gdb.base/c-linkage-name.exp: Use readnow call to mark a test
2323 unsupported.
2324 (verify_psymtab_expanded): Move ...
2325 * lib/gdb.exp (verify_psymtab_expanded): ... here. Add unsupported
2326 test.
2327 (readnow): New proc.
2328
2329 2020-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
2330
2331 * gdb.fortran/mixed-lang-stack.exp: Replace two hard coded address
2332 with $hex.
2333
2334 2020-03-20 Tom Tromey <tromey@adacore.com>
2335
2336 * gdb.dwarf2/dw2-ranges-base.exp: Update regular expressions.
2337
2338 2020-03-20 Tom Tromey <tromey@adacore.com>
2339
2340 * gdb.ada/sub_variant/subv.adb: New file.
2341 * gdb.ada/sub_variant.exp: New file.
2342
2343 2020-03-20 Tom de Vries <tdevries@suse.de>
2344
2345 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Bail out if
2346 first break fails.
2347 * gdb.threads/step-over-trips-on-watchpoint.exp: (do_test): Same.
2348
2349 2020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
2350
2351 * gdb.server/exit-multiple-threads.c: New file.
2352 * gdb.server/exit-multiple-threads.exp: New file.
2353
2354 2020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
2355
2356 * gdb.fortran/mixed-lang-stack.c: New file.
2357 * gdb.fortran/mixed-lang-stack.cpp: New file.
2358 * gdb.fortran/mixed-lang-stack.exp: New file.
2359 * gdb.fortran/mixed-lang-stack.f90: New file.
2360
2361 2020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
2362
2363 * gdb.linespec/cp-completion-aliases.cc: New file.
2364 * gdb.linespec/cp-completion-aliases.exp: New file.
2365
2366 2020-03-19 Tom de Vries <tdevries@suse.de>
2367
2368 * gdb.opt/inline-locals.exp: Add kfail PR number. Make kfail matching
2369 more precise.
2370
2371 2020-03-18 Tom de Vries <tdevries@suse.de>
2372
2373 * gdb.dwarf2/break-inline-psymtab-2.c: New test.
2374 * gdb.dwarf2/break-inline-psymtab.c: New test.
2375 * gdb.dwarf2/break-inline-psymtab.exp: New file.
2376
2377 2020-03-16 Tom de Vries <tdevries@suse.de>
2378
2379 * lib/cache.exp (gdb_do_cache): Add and handle local variables
2380 cache_verify and cache_verify_proc.
2381
2382 2020-03-15 Tom de Vries <tdevries@suse.de>
2383
2384 * gdb.server/solib-list.exp: Handle
2385 'Load new symbol table from "/lib64/ld-2.26.so"? (y or n)'.
2386
2387 2020-03-15 Tom de Vries <tdevries@suse.de>
2388
2389 * gdb.base/maint.exp: Use exp_continue in long lines for "maint print
2390 objfiles".
2391
2392 2020-03-14 Tom Tromey <tom@tromey.com>
2393
2394 * gdb.base/cvexpr.exp: Add test for _Atomic and restrict.
2395
2396 2020-03-14 Tom de Vries <tdevries@suse.de>
2397
2398 * gdb.mi/mi-fortran-modules.exp: Use exp_continue.
2399
2400 2020-03-14 Tom de Vries <tdevries@suse.de>
2401
2402 * gdb.threads/attach-many-short-lived-threads.exp: Read "info threads"
2403 result in line-by-line fashion.
2404
2405 2020-03-14 Tom de Vries <tdevries@suse.de>
2406
2407 * lib/gdb.exp (supports_statement_frontiers): New proc.
2408 * gdb.cp/step-and-next-inline.exp: Use supports_statement_frontiers.
2409
2410 2020-03-14 Tom de Vries <tdevries@suse.de>
2411
2412 * gdb.base/printcmds.exp: Add missing quoting for "print
2413 teststring2".
2414
2415 2020-03-13 Tom Tromey <tom@tromey.com>
2416
2417 * gdb.base/printcmds.exp (test_print_strings): Add regression
2418 test.
2419 * gdb.base/printcmds.c (charptr): New typedef.
2420 (teststring2): New global.
2421
2422 2020-03-13 Andrew Burgess <andrew.burgess@embecosm.com>
2423
2424 * gdb.base/break-interp.exp: Use the tail of the filename, not the
2425 full path in the test name.
2426 (test_ld): Add some with_test_prefix blocks to make test names
2427 unique.
2428
2429 2020-03-13 Tom de Vries <tdevries@suse.de>
2430
2431 * gdb.mi/mi-sym-info.exp: Fix buffer full errors, and timeouts.
2432
2433 2020-03-13 Tom de Vries <tdevries@suse.de>
2434
2435 * gdb.mi/mi-sym-info.exp: Make matching more precise.
2436
2437 2020-03-13 Tom de Vries <tdevries@suse.de>
2438
2439 PR symtab/25646
2440 * gdb.dwarf2/imported-unit.exp: Add test.
2441
2442 2020-03-13 Tom de Vries <tdevries@suse.de>
2443
2444 * gdb.mi/mi-sym-info-2.c (another_char_t, another_short_t): New typedef.
2445 (var1, var2): New variable.
2446 * gdb.mi/mi-sym-info.exp: Add --name to various commands to restrict
2447 matching symbols.
2448
2449 2020-03-13 Tom de Vries <tdevries@suse.de>
2450
2451 * lib/tuiterm.exp (Term::command_no_prompt_prefix): New proc.
2452 (Term::command): Use prompt prefix.
2453 (Term::enter_tui): Use command_no_prompt_prefix instead of prefix.
2454 * gdb.tui/tui-layout-asm-short-prog.exp: Use
2455 command_no_prompt_prefix instead of prefix.
2456 * gdb.tui/tui-layout-asm.exp: Same.
2457
2458 2020-03-12 Simon Marchi <simon.marchi@efficios.com>
2459
2460 * gdb.base/break-interp.exp: Use foreach_with_prefix.
2461
2462 2020-03-12 Simon Marchi <simon.marchi@efficios.com>
2463
2464 * gdb.arch/amd64-disp-step-avx.S: Add nops after _start.
2465 * gdb.arch/amd64-disp-step-avx.exp: Enable "set debug displaced
2466 on" while stepping over the test instruction, match printed
2467 message.
2468
2469 2020-03-12 Tom de Vries <tdevries@suse.de>
2470
2471 * gdb.base/info-types.exp: Use exp_continue during matching of output
2472 of "info types".
2473
2474 2020-03-12 Tom de Vries <tdevries@suse.de>
2475
2476 * gdb.threads/execl.exp: Delete breakpoint after hitting it.
2477
2478 2020-03-12 Tom de Vries <tdevries@suse.de>
2479
2480 * gdb.fortran/module.exp: Use exp_continue during matching of output
2481 of "info variable -n".
2482
2483 2020-03-12 Tom de Vries <tdevries@suse.de>
2484
2485 * gdb.dwarf2/dw2-ranges-base.exp: Limit "maint info line-table" to
2486 gdb.dwarf2/dw2-ranges-base.c.
2487
2488 2020-03-12 Tom de Vries <tdevries@suse.de>
2489
2490 * gdb.linespec/explicit.exp: Fix "complete non-unique file name" test
2491 in presence of GLIBC debuginfo.
2492
2493 2020-03-12 Tom de Vries <tdevries@suse.de>
2494
2495 * lib/gdb.exp (gdb_core_cmd): Use string_to_regexp for regexp-matching
2496 $core.
2497
2498 2020-03-12 Tom de Vries <tdevries@suse.de>
2499
2500 * lib/gdb.exp (gdb_core_cmd): Make "No such file or directory" regexp
2501 more precise.
2502
2503 2020-03-11 Simon Marchi <simon.marchi@efficios.com>
2504
2505 * lib/gdb.exp (standard_output_file): Use `pwd -W` to convert
2506 from Unix to Windows path.
2507
2508 2020-03-11 Tom de Vries <tdevries@suse.de>
2509
2510 * gdb.ada/minsyms.exp: Set language to ada.
2511
2512 2020-03-11 Tom de Vries <tdevries@suse.de>
2513
2514 * gdb.server/sysroot.exp: Allow GLIBC's printf alias __printf.
2515
2516 2020-03-11 Tom de Vries <tdevries@suse.de>
2517
2518 * gdb.btrace/reconnect.exp: Allow source line pattern after stepi.
2519
2520 2020-03-11 Tom Tromey <tromey@adacore.com>
2521
2522 * gdb.dwarf2/variant.exp: Mark discriminants as artificial.
2523
2524 2020-03-11 Tom de Vries <tdevries@suse.de>
2525
2526 * gdb.base/foll-fork.exp: Allow "Reading in symbols" messages.
2527
2528 2020-03-11 Tom de Vries <tdevries@suse.de>
2529
2530 * gdb.base/break-interp.exp: Limit verbose scope.
2531
2532 2020-03-11 Tom de Vries <tdevries@suse.de>
2533
2534 * gdb.fortran/logical.f90: Define variable with character type.
2535 * gdb.fortran/logical.exp: Use character type instead of uint8_t.
2536
2537 2020-03-11 Tom de Vries <tdevries@suse.de>
2538
2539 * gdb.base/list-ambiguous.exp: Set EDITOR to true.
2540
2541 2020-03-11 Tom de Vries <tdevries@suse.de>
2542
2543 * gdb.ada/access_to_packed_array.exp: Test printing of expanded
2544 symtabs.
2545
2546 2020-03-10 Andrew Burgess <andrew.burgess@embecosm.com>
2547 Bernd Edlinger <bernd.edlinger@hotmail.de>
2548
2549 * gdb.cp/step-and-next-inline.cc: New file.
2550 * gdb.cp/step-and-next-inline.exp: New file.
2551 * gdb.cp/step-and-next-inline.h: New file.
2552 * gdb.dwarf2/dw2-is-stmt.c: New file.
2553 * gdb.dwarf2/dw2-is-stmt.exp: New file.
2554 * gdb.dwarf2/dw2-is-stmt-2.c: New file.
2555 * gdb.dwarf2/dw2-is-stmt-2.exp: New file.
2556 * gdb.dwarf2/dw2-ranges-base.exp: Update line table pattern.
2557
2558 2020-03-10 Andrew Burgess <andrew.burgess@embecosm.com>
2559
2560 * lib/dwarf.exp (Dwarf::lines) Add support for modifying the
2561 is-stmt flag in the line table.
2562
2563 2020-03-09 Tom de Vries <tdevries@suse.de>
2564
2565 * lib/gdb.exp (cached_file): Create cache dir.
2566
2567 2020-03-07 Tom de Vries <tdevries@suse.de>
2568
2569 * gdb.cp/ref-params.exp: Compare build_executable result with -1.
2570 * gdb.cp/rvalue-ref-params.exp: Same.
2571
2572 2020-03-06 Tom de Vries <tdevries@suse.de>
2573
2574 * lib/gdb.exp (tentative_rename, cached_file): New proc.
2575 * boards/cc-with-tweaks.exp: Use cached_file to create gdb.sh.
2576
2577 2020-03-06 Tom de Vries <tdevries@suse.de>
2578
2579 * README: Fix "the the".
2580 * gdb.base/dprintf.exp: Same.
2581
2582 2020-03-05 Tom de Vries <tdevries@suse.de>
2583
2584 * gdb.base/maint.exp: Update "main print statistics" expected output.
2585
2586 2020-03-04 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
2587
2588 * lib/fortran.exp (fortran_int4): Handle flang kind printing.
2589 (fortran_int8): Likewise.
2590 (fortran_real4): Likewise.
2591 (fortran_real8): Likewise.
2592 (fortran_complex4): Likewise.
2593 (fortran_logical4): Likewise.
2594 (fortran_character1): Likewise.
2595
2596 2020-03-03 Andrew Burgess <andrew.burgess@embecosm.com>
2597
2598 * gdb.fortran/logical.exp: Add tests that any non-zero value is
2599 printed as true.
2600
2601 2020-03-03 Sergio Durigan Junior <sergiodj@redhat.com>
2602
2603 * gdb.base/printcmds.exp: Add test to verify printf of a
2604 variable holding an address.
2605
2606 2020-03-03 Tom de Vries <tdevries@suse.de>
2607
2608 * gdb.mi/gdb2549.exp: Fix "register values t" check-read1 timeout.
2609
2610 2020-03-03 Tom de Vries <tdevries@suse.de>
2611
2612 * gdb.mi/list-thread-groups-available.exp: Use -prompt syntax for
2613 gdb_test_multiple call.
2614
2615 2020-03-03 Tom de Vries <tdevries@suse.de>
2616
2617 * gdb.mi/mi-sym-info.exp: Add missing -prompt "$mi_gdb_prompt$" to
2618 gdb_test_multiple calls.
2619
2620 2020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
2621
2622 * gdb.base/default.exp: Remove test of 'set history filename'.
2623 * gdb.base/gdbinit-history.exp: Add tests for setting the history
2624 filename to the empty string.
2625 * lib/gdb.exp (gdb_init): Unset environment variables GDBHISTFILE
2626 and GDBHISTSIZE.
2627
2628 2020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
2629
2630 * gdb.server/stop-reply-no-thread.exp: Add test where T packet is
2631 disabled.
2632
2633 2020-03-02 Pedro Alves <palves@redhat.com>
2634 Tom de Vries <tdevries@suse.de>
2635
2636 * lib/gdb.exp (gdb_test_multiple): Handle prompt_regexp option using
2637 -prompt prefix, before user_code argument. Add -lbl option likewise.
2638 (skip_python_tests_prompt, skip_libstdcxx_probe_tests_prompt)
2639 (gdb_is_target_1): Add -prompt prefix and move to before user_code
2640 argument.
2641 * gdb.base/corefile-buildid.exp: Use -lbl option. Rewrite regexps to
2642 have "\r\n" at start-of-line, instead of at end-of-line.
2643
2644 2020-02-28 Simon Marchi <simon.marchi@efficios.com>
2645
2646 * lib/trace-support.exp (get_in_proc_agent): Adjust path to
2647 libinproctrace.so.
2648
2649 2020-02-28 Luis Machado <luis.machado@linaro.org>
2650
2651 * gdb.arch/aarch64-fp.exp: Switch from "info registers" command
2652 to "p/x".
2653
2654 2020-02-28 Luis Machado <luis.machado@linaro.org>
2655
2656 * gdb.arch/aarch64-dbreg-contents.c: Include stdlib.h, unistd.h,
2657 asm/ptrace.h and error.h.
2658
2659 2020-02-28 Tom de Vries <tdevries@suse.de>
2660
2661 * gdb.base/c-linkage-name.c (main): Call do_something_other_cu.
2662 (struct wrapper, do_something, mundane/symada__cS): Move ...
2663 * gdb.base/c-linkage-name-2.c: ... here. New source file.
2664 * gdb.base/c-linkage-name.exp: Add verification of psymtab expansion.
2665 Update "print symada__cS before partial symtab expansion" regexp.
2666 Update breakpoint location. Flush symbol cache after expansion.
2667
2668 2020-02-28 Luis Machado <luis.machado@linaro.org>
2669
2670 * gdb.arch/aarch64-pauth.exp: Recognize optional PAC output.
2671
2672 2020-02-27 Tom de Vries <tdevries@suse.de>
2673
2674 * config/sid.exp: Remove unused globals.
2675 * gdb.base/attach.exp: Same.
2676 * gdb.base/catch-load.exp: Same.
2677 * gdb.base/dbx.exp: Same.
2678 * lib/gdb.exp: Same.
2679 * lib/mi-support.exp: Same.
2680 * lib/prompt.exp: Same.
2681
2682 2020-02-27 Tom de Vries <tdevries@suse.de>
2683
2684 * lib/tuiterm.exp (spawn): Handle case that spawn_out(slave,name) is
2685 not set.
2686
2687 2020-02-26 Aaron Merey <amerey@redhat.com>
2688
2689 * gdb.debuginfod: New directory for debuginfod tests.
2690 * gdb.debuginfod/main.c: New test file.
2691 * gdb.debuginfod/fetch_src_and_symbols.exp: New tests.
2692
2693 2020-02-26 Tom de Vries <tdevries@suse.de>
2694
2695 PR gdb/25603
2696 * gdb.base/persistent-lang.cc: New test.
2697 * gdb.base/persistent-lang.exp: New file.
2698
2699 2020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
2700
2701 * gdb.fortran/derived-type-striding.exp: Add a new test.
2702 * gdb.fortran/derived-type-striding.f90: Add pointer variable for
2703 new test.
2704
2705 2020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
2706
2707 * gdb.base/cached-source-file.exp: Avoid source file paths in test
2708 names.
2709
2710 2020-02-25 Tom de Vries <tdevries@suse.de>
2711
2712 PR go/18926
2713 * gdb.go/methods.exp: Remove gcc/93866 xfail.
2714
2715 2020-02-24 Tom de Vries <tdevries@suse.de>
2716
2717 PR gdb/25592
2718 * gdb.base/info-locals-unused-static-var.c: New test.
2719 * gdb.base/info-locals-unused-static-var.exp: New file.
2720
2721 2020-02-22 Tom Tromey <tom@tromey.com>
2722
2723 * gdb.python/tui-window.exp: New file.
2724 * gdb.python/tui-window.py: New file.
2725
2726 2020-02-22 Tom Tromey <tom@tromey.com>
2727
2728 PR tui/17850:
2729 * gdb.tui/new-layout.exp: Add horizontal layout and winheight
2730 tests.
2731
2732 2020-02-22 Tom Tromey <tom@tromey.com>
2733
2734 * gdb.tui/new-layout.exp: Add sub-layout tests.
2735
2736 2020-02-22 Tom Tromey <tom@tromey.com>
2737
2738 * gdb.tui/new-layout.exp: New file.
2739
2740 2020-02-22 Tom Tromey <tom@tromey.com>
2741
2742 * gdb.rust/rust-style.rs: New file.
2743 * gdb.rust/rust-style.exp: New file.
2744 * gdb.base/style.exp: Test structure printing.
2745 * gdb.base/style.c (struct some_struct): New type.
2746 (enum etype): New type.
2747 (struct_value): New global.
2748
2749 2020-02-21 Tom de Vries <tdevries@suse.de>
2750
2751 PR go/18926
2752 * lib/gdb.exp (bp_location2/bp_location2_regexp): Fix.
2753 Remove blanket xfails. Use message argument for gdb_breakpoint.
2754 Make continuing to breakpoint test conditional on setting breakpoint.
2755 Fix continuing to breakpoint regexp. Add xfails for gccgo-6/7
2756 DW_AT_name attribute. Add xfail for GCC PR93866.
2757
2758 2020-02-21 Andrew Burgess <andrew.burgess@embecosm.com>
2759
2760 * gdb.dwarf2/cpp-linkage-name.c: New file.
2761 * gdb.dwarf2/cpp-linkage-name.exp: New file.
2762
2763 2020-02-21 Shahab Vahedi <shahab@synopsys.com>
2764
2765 * lib/gdb.exp (gdb_wrapper_init): Reset
2766 "gdb_wrapper_initialized" to 0 if "wrapper_file" does
2767 not exist.
2768
2769 2020-02-20 Tom de Vries <tdevries@suse.de>
2770
2771 PR go/17018
2772 * gdb.go/hello.exp: Copy ...
2773 * gdb.go/global-local-var-shadow.exp: ... here. New file. Expect
2774 print of st to print value of global definition. Add xfail for GCC
2775 PR93844.
2776 * gdb.go/hello.exp: Remove printing of st before definition.
2777 * gdb.go/hello.go: Copy ...
2778 * gdb.go/global-local-var-shadow.go: ... here. New test. Rename myst
2779 to st.
2780 * gdb.go/hello.go: Remove myst. Remove comment about shadowing.
2781
2782 2020-02-20 Tom de Vries <tdevries@suse.de>
2783
2784 * lib/gdb.exp (support_go_compile): New gdb_caching_proc.
2785 (gdb_simple_compile): Handle compile_flags go by using .go extension
2786 for source file.
2787 * gdb.go/chan.exp: Use support_go_compile.
2788 * gdb.go/handcall.exp: Same.
2789 * gdb.go/hello.exp: Same.
2790 * gdb.go/integers.exp: Same.
2791 * gdb.go/max-depth.exp: Same.
2792 * gdb.go/methods.exp: Same.
2793 * gdb.go/package.exp: Same.
2794 * gdb.go/strings.exp: Same.
2795 * gdb.go/types.exp: Same.
2796 * gdb.go/unsafe.exp: Same.
2797
2798 2020-02-19 Tom de Vries <tdevries@suse.de>
2799
2800 * gdb.python/lib-types.exp: Make xfail more strict.
2801
2802 2020-02-19 Tom de Vries <tdevries@suse.de>
2803
2804 * gdb.ada/funcall_ref.exp: Replace xfail setup by unsupported check.
2805
2806 2020-02-19 Doug Evans <dje@google.com>
2807
2808 PR rust/25535
2809 * gdb.rust/simple.exp: Add test.
2810 * gdb.rust/simple.rs: Add test.
2811
2812 2020-02-19 Tom de Vries <tdevries@suse.de>
2813
2814 * gdb.base/corefile-buildid.exp (check_exec_file): Match info files
2815 output line-by-line.
2816
2817 2020-02-19 Tom de Vries <tdevries@suse.de>
2818
2819 * gdb.cp/cpexprs.exp: Remove c++/14186 kfail.
2820
2821 2020-02-19 Tom de Vries <tdevries@suse.de>
2822
2823 * gdb.base/solib-overlap.exp: Use exec instead of system to execute
2824 prelink.
2825
2826 2020-02-19 Tom de Vries <tdevries@suse.de>
2827
2828 * lib/cache.exp (ignore_pass, gdb_do_cache_wrap): New proc.
2829 (gdb_do_cache): Use gdb_do_cache_wrap.
2830 * gdb.base/gdb-caching-proc.exp (test_proc): Use gdb_do_cache_wrap.
2831
2832 2020-02-19 Tom de Vries <tdevries@suse.de>
2833
2834 * lib/dtrace.exp (dtrace_build_usdt_test_program): Use quiet as
2835 gdb_compile option.
2836
2837 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
2838
2839 * gdb.base/printcmds.exp (test_print_enums): Update expected
2840 output.
2841
2842 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
2843
2844 * gdb.base/printcmds.exp (test_print_enums): Expect hex values
2845 for "unknown".
2846
2847 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
2848
2849 * gdb.base/printcmds.c (enum flag_enum): Add FE_TWO_LEGACY
2850 enumerator.
2851
2852 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
2853
2854 * gdb.base/printcmds.c (enum flag_enum): Prefix enumerators with
2855 FE_, add FE_NONE.
2856 (three): Update.
2857 (enum flag_enum_without_zero): New enum.
2858 (flag_enum_without_zero): New variable.
2859 (enum not_flag_enum): New enum.
2860 (three_not_flag): New variable.
2861 * gdb.base/printcmds.exp (test_artificial_arrays): Update.
2862 (test_print_enums): Add more tests for printing flag enums.
2863
2864 2020-02-18 Tom de Vries <tdevries@suse.de>
2865
2866 * lib/ada.exp (gdb_compile_ada_1): Factor out of ...
2867 (gdb_compile_ada): ... here.
2868 (gnat_runtime_has_debug_info): Remove fail call for gdb_compile_ada
2869 failure. Use gdb_compile_ada_1 instead of gdb_compile_ada.
2870
2871 2020-02-14 Tom Tromey <tom@tromey.com>
2872
2873 * lib/gdbserver-support.exp (find_gdbserver): Find gdbserver in
2874 build directory.
2875 * boards/gdbserver-base.exp: Update path to gdbserver.
2876
2877 2020-02-13 Tom de Vries <tdevries@suse.de>
2878
2879 * lib/ada.exp (gdb_compile_ada): Delete stale exec before compilation.
2880
2881 2020-02-13 Tom de Vries <tdevries@suse.de>
2882
2883 * gdb.ada/catch_ex_std.exp: Indicate unsupported if gnatbind/gnatlink
2884 are missing.
2885
2886 2020-02-13 Tom de Vries <tdevries@suse.de>
2887
2888 * lib/ada.exp (gnatmake_version_at_least): Wrap exec call in a catch
2889 call.
2890
2891 2020-02-11 Sergio Durigan Junior <sergiodj@redhat.com>
2892
2893 PR tui/25126
2894 https://bugzilla.redhat.com/show_bug.cgi?id=1784210
2895 * gdb.base/cached-source-file.c: New file.
2896 * gdb.base/cached-source-file.exp: New file.
2897
2898 2020-02-11 Tom de Vries <tdevries@suse.de>
2899
2900 PR testsuite/25488
2901 * lib/gdb.exp (gdb_init): Unset $file_last_loaded.
2902
2903 2020-02-10 Tom de Vries <tdevries@suse.de>
2904
2905 * gdb.multi/multi-target.exp: Skip if skip_gdbserver_tests.
2906
2907 2020-02-10 Maciej W. Rozycki <macro@wdc.com>
2908
2909 * gdb.base/step-over-no-symbols.exp: Verify that $before_addr
2910 and $after_addr are both integers before making a comparison.
2911
2912 2020-02-09 Tom de Vries <tdevries@suse.de>
2913
2914 * gdb.base/many-headers.exp: Echo gdb command to gdb.log. Capture gdb
2915 command output and paste it into gdb.log. If any, paste catch message
2916 to gdb.log.
2917
2918 2020-02-07 Tom Tromey <tromey@adacore.com>
2919
2920 PR breakpoints/24915:
2921 * gdb.base/annotate-symlink.exp: Use setup_xfail.
2922
2923 2020-02-06 Shahab Vahedi <shahab@synopsys.com>
2924
2925 * gdb.tui/tui-missing-src.exp: Add the "missing source
2926 file" test for the TUI.
2927
2928 2020-02-06 Andrew Burgess <andrew.burgess@embecosm.com>
2929
2930 * gdb.server/multi-ui-errors.exp: Give a test a real name to avoid
2931 including a port number in the output.
2932
2933 2020-02-04 Alok Kumar Sharma <alokkumar.sharma@amd.com>
2934
2935 * lib/fortran.exp (fortran_int4): Handle clang.
2936 (fortran_int8): Likewise.
2937 (fortran_real4): Likewise.
2938 (fortran_real8): Likewise.
2939 (fortran_complex4): Likewise.
2940 (fortran_logical4): Likewise.
2941 (fortran_character1): Likewise.
2942
2943 2020-02-04 Tom de Vries <tdevries@suse.de>
2944
2945 * README (Race detection): Add note.
2946
2947 2020-02-04 Tom de Vries <tdevries@suse.de>
2948
2949 * lib/gdb.exp (inferior_exited_re): Use "\[^\n\r\]*" instead of ".*".
2950
2951 2020-02-04 Tom de Vries <tdevries@suse.de>
2952
2953 * lib/gdb.exp (inferior_exited_re): Use non-capturing parentheses.
2954
2955 2020-02-03 Rogerio A. Cardoso <rcardoso@linux.ibm.com>
2956
2957 * gdb.arch/powerpc-power8.exp: Delete trailing whitespace of
2958 tbegin., tend. instructions. Replace bctar-, bctar+, bctarl-,
2959 bctarl+ extended mnemonics when avaliable by bgttar, bnstarl,
2960 blttar, bnetarl.
2961 * gdb.arch/powerpc-power8.s: Fix comments. Fix instructions
2962 binary for blttar, bnetarl.
2963 * gdb.arch/powerpc-power9.exp: Delete trailing whitespace of
2964 wait instruction. Delete ldmx test.
2965 * gdb.arch/powerpc-power9.s: Delete ldmx instruction.
2966
2967 2020-02-03 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
2968
2969 * gdb.fortran/array-bounds-high.exp: New file.
2970 * gdb.fortran/array-bounds-high.f90: New file.
2971
2972 2020-02-03 Lukas Durfina <ldurfina@tachyum.com> (tiny change)
2973
2974 * gdb.base/fileio.c: Remove #include of <sys/errno.h>.
2975 Replace #include of <sys/fcntl.h> by <fcntl.h>.
2976
2977 2020-02-01 Tom de Vries <tdevries@suse.de>
2978
2979 * gdb.server/server-kill-python.exp: Fix $gdb_tst_name typo.
2980
2981 2020-01-31 Andrew Burgess <andrew.burgess@embecosm.com>
2982
2983 PR tui/9765
2984 * gdb.tui/tui-layout-asm-short-prog.S: New file.
2985 * gdb.tui/tui-layout-asm-short-prog.exp: New file.
2986
2987 2020-01-29 Luis Machado <luis.machado@linaro.org>
2988
2989 * gdb.arch/aarch64-brk-patterns.c: New source file.
2990 * gdb.arch/aarch64-brk-patterns.exp: New test.
2991
2992 2020-01-29 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2993
2994 * gdb.cp/pass-by-ref-2.exp: Mark some tests as XFAIL based on the
2995 GCC/Clang version.
2996 * gdb.cp/pass-by-ref.exp: Ditto.
2997
2998 2020-01-29 Tom de Vries <tdevries@suse.de>
2999
3000 * gdb.threads/watchpoint-fork-child.c: Guard prints with #if DEBUG.
3001 * gdb.threads/watchpoint-fork-mt.c: Same.
3002 * gdb.threads/watchpoint-fork-parent.c: Same.
3003 * gdb.threads/watchpoint-fork-st.c: Same.
3004 * gdb.threads/watchpoint-fork.exp: Compile with DEBUG=0.
3005
3006 2020-01-27 Luis Machado <luis.machado@linaro.org>
3007
3008 * gdb.base/step-over-syscall.exp (setup): Check if we're already
3009 sitting at a syscall instruction when we hit the syscall function's
3010 breakpoint.
3011 Check PC against one obtained with the x command.
3012 Validate syscall number.
3013 (step_over_syscall): Don't continue to the syscall instruction if
3014 we're already there.
3015
3016 2020-01-25 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3017
3018 * gdb.base/attach.exp: Test 'set exec-file-mismatch'.
3019
3020 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
3021
3022 * gdb.dwarf2/dw2-inline-many-frames.c: New file.
3023 * gdb.dwarf2/dw2-inline-many-frames.exp: New file.
3024
3025 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
3026
3027 * gdb.dwarf2/dw2-inline-stepping.c: New file.
3028 * gdb.dwarf2/dw2-inline-stepping.exp: New file.
3029
3030 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
3031
3032 * gdb.base/maint.exp: Update line table parsing test.
3033 * gdb.dwarf2/dw2-ranges-base.exp: Add new line table parsing test.
3034
3035 2020-01-24 Pedro Alves <palves@redhat.com>
3036
3037 PR gdb/25410
3038 * gdb.multi/multi-re-run-1.c: New.
3039 * gdb.multi/multi-re-run-2.c: New.
3040 * gdb.multi/multi-re-run.exp: New.
3041
3042 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
3043
3044 PR gdb/23718
3045 * gdb.server/server-kill-python.exp: New file.
3046
3047 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
3048
3049 * gdb.server/multi-ui-errors.c: New file.
3050 * gdb.server/multi-ui-errors.exp: New file.
3051
3052 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
3053
3054 PR tui/9765
3055 * gdb.tui/tui-layout-asm.exp: Add scrolling test for asm window.
3056
3057 2020-01-19 Tom Tromey <tom@tromey.com>
3058
3059 * gdb.tui/main.exp: Add check for plain "file".
3060
3061 2020-01-16 Christian Biesinger <cbiesinger@google.com>
3062
3063 * lib/gdb.exp: Fix spelling error (seperatelly).
3064
3065 2020-01-14 Tom Tromey <tom@tromey.com>
3066
3067 PR symtab/12535:
3068 * gdb.python/python.exp: Test decode_line with empty string
3069 argument.
3070
3071 2020-01-14 Bernd Edlinger <bernd.edlinger@hotmail.de>
3072
3073 * gdb.base/skip-inline.exp: Extend test.
3074
3075 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
3076
3077 * gdb.dwarf2/dw2-bad-elf-other.S: New file.
3078 * gdb.dwarf2/dw2-bad-elf.c: New file.
3079 * gdb.dwarf2/dw2-bad-elf.exp: New file.
3080
3081 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
3082
3083 * lib/dwarf.exp (Dwarf::lines): Reset _line_saw_program and
3084 _line_saw_file.
3085
3086 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
3087
3088 * lib/tuiterm.exp (Term::_check_box): Check some parts of the top
3089 border.
3090
3091 2020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
3092
3093 * gdb.multi/multi-target.exp (setup): Factor out "info
3094 connections" and "info inferiors" tests to ...
3095 (test_info_inferiors): ... this new procedure.
3096 (top level): Run new "info-inferiors" tests.
3097
3098 2020-01-10 Pedro Alves <palves@redhat.com>
3099
3100 * gdb.server/bkpt-other-inferior.exp: New file.
3101
3102 2020-01-10 Pedro Alves <palves@redhat.com>
3103
3104 * gdb.base/kill-detach-inferiors-cmd.exp: Adjust expected output
3105 of "add-inferior".
3106 * gdb.base/quit-live.exp: Likewise.
3107 * gdb.base/remote-exec-file.exp: Likewise.
3108 * gdb.guile/scm-progspace.exp: Likewise.
3109 * gdb.linespec/linespec.exp: Likewise.
3110 * gdb.mi/new-ui-mi-sync.exp: Likewise.
3111 * gdb.mi/user-selected-context-sync.exp: Likewise.
3112 * gdb.multi/multi-target.exp (setup): Add "info connection" and
3113 "info inferiors" tests.
3114 * gdb.multi/remove-inferiors.exp: Adjust expected output of
3115 "add-inferior".
3116 * gdb.multi/watchpoint-multi.exp: Likewise.
3117 * gdb.python/py-inferior.exp: Likewise.
3118 * gdb.server/extended-remote-restart.exp: Likewise.
3119 * gdb.threads/fork-plus-threads.exp: Adjust expected output of
3120 "info inferiors".
3121 * gdb.threads/forking-threads-plus-breakpoint.exp: Likewise.
3122 * gdb.trace/report.exp: Likewise.
3123
3124 2020-01-10 Pedro Alves <palves@redhat.com>
3125
3126 * gdb.multi/multi-target.c: New file.
3127 * gdb.multi/multi-target.exp: New file.
3128 * lib/gdbserver-support.exp (gdb_target_cmd): Handle "Non-stop
3129 mode requested, but remote does not support non-stop".
3130
3131 2020-01-10 Pedro Alves <palves@redhat.com>
3132
3133 * gdb.server/extended-remote-restart.exp (test_reload): Explicitly
3134 disconnect before reconnecting.
3135
3136 2020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
3137 Pedro Alves <palves@redhat.com>
3138
3139 * gdb.server/connect-without-multi-process.exp: Also test
3140 continuing to end.
3141
3142 2020-01-10 Pedro Alves <palves@redhat.com>
3143
3144 * gdb.base/remote-exec-file.exp: New file.
3145
3146 2020-01-10 Pedro Alves <palves@redhat.com>
3147
3148 * gdb.base/fork-running-state.exp (do_test): Adjust expected
3149 output.
3150 * gdb.threads/async.c: New.
3151 * gdb.threads/async.exp: New.
3152 * gdb.multi/tids-gid-reset.c: New.
3153 * gdb.multi/tids-gid-reset.exp: New.
3154
3155 2020-01-10 George Barrett <bob@bob131.so>
3156
3157 * gdb.base/stap-probe.c (relocation_marker): Add dummy variable
3158 to help in finding the image relocation offset.
3159 * gdb.base/stap-probe.exp (stap_test): Accept arbitrary compile
3160 options in arguments.
3161 (stap_test_no_debuginfo): Likewise.
3162 (stap-probe-nosem-noopt-pie, stap-probe-nosem-noopt-nopie): Add
3163 test variants.
3164 (stap_test): Add null semaphore relocation test.
3165
3166 2020-01-10 George Barrett <bob@bob131.so>
3167
3168 * gdb.base/stap-probe.c: Rename USE_PROBES to USE_SEMAPHORES.
3169 * gdb.base/stap-probe.exp: Likewise.
3170 (stap_test): Pass argument as an additional flag.
3171 (stap_test_no_debuginfo): Likewise.
3172 (stap_test): Check `info probes stap' output for semaphore
3173 addresses if the test binary is supposed to have them.
3174
3175 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
3176
3177 * gdb.tui/basic.exp: Add more scrolling tests.
3178
3179 2020-01-09 Tom Tromey <tom@tromey.com>
3180
3181 PR tui/18932:
3182 * lib/tuiterm.exp (Term::wait_for): Rename from _accept. Return a
3183 meangingful value.
3184 (Term::command, Term::resize): Update.
3185 * gdb.tui/basic.exp: Add scrolling test.
3186
3187 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
3188
3189 * gdb.tui/tui-layout-asm.exp: New file.
3190
3191 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
3192
3193 * lib/tuiterm.exp (Term::check_box_contents): New proc.
3194
3195 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
3196
3197 * lib/tuiterm.exp (Term::prepare_for_tui): New proc.
3198 (Term::enter_tui): Use Term::prepare_for_tui.
3199
3200 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
3201
3202 * lib/tuiterm.exp (Term::dump_screen): Always dump the screen when
3203 called.
3204
3205 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
3206
3207 * gdb.base/skip.exp: Fix race condition in test.
3208
3209 2020-01-06 Andrew Burgess <andrew.burgess@embecosm.com>
3210
3211 * gdb.base/backtrace.c: New file.
3212 * gdb.base/backtrace.exp: New file.
3213
3214 2020-01-05 Andrew Burgess <andrew.burgess@embecosm.com>
3215
3216 * gdb.tui/list.exp: Test 'focus next' after 'list main'.
3217
3218 2020-01-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3219
3220 * gdb.base/style.exp: Test that warnings are styled.
3221
3222 2019-12-29 Bernd Edlinger <bernd.edlinger@hotmail.de>
3223
3224 * gdb.base/line65535.exp: New file.
3225 * gdb.base/line65535.c: New file.
3226
3227 2019-12-27 Simon Marchi <simon.marchi@polymtl.ca>
3228
3229 * lib/ada.exp (gnat_runtime_has_debug_info): New proc.
3230 * lib/gnat_debug_info_test.adb: New file.
3231 * gdb.ada/ptype_tagged_param.exp: Use
3232 gnat_runtime_has_debug_info, expect a different output if
3233 runtime does not have debug info.
3234
3235 2019-12-20 Simon Marchi <simon.marchi@efficios.com>
3236
3237 * lib/sym-info-cmds.exp (GDBInfoSymbols::check_no_entry): Add
3238 (another) quote in test name.
3239
3240 2019-12-20 Simon Marchi <simon.marchi@efficios.com>
3241
3242 * lib/sym-info-cmds.exp (GDBInfoModuleSymbols::check_no_entry):
3243 Add quote in test name.
3244
3245 2019-12-20 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
3246
3247 * gdb.cp/pass-by-ref.cc: Delete. Generated in the output
3248 directory instead.
3249 * gdb.cp/pass-by-ref.exp: Extend with more cases.
3250 * gdb.cp/pass-by-ref-2.cc: New file.
3251 * gdb.cp/pass-by-ref-2.exp: New file.
3252
3253 2019-12-20 Tom Tromey <tom@tromey.com>
3254
3255 * gdb.tui/list-before.exp: New file.
3256
3257 2019-12-20 Tom Tromey <tom@tromey.com>
3258
3259 * gdb.tui/list.exp: Check for source on initial listing.
3260
3261 2019-12-11 Tom Tromey <tromey@adacore.com>
3262
3263 * gdb.xml/tdesc-arch.exp (set_arch): Add "trans_mode" parameter.
3264 Add crlf test.
3265
3266 2019-12-18 Simon Marchi <simon.marchi@efficios.com>
3267
3268 * gdb.base/default.exp: Update value of $_gdb_major.
3269
3270 2019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
3271
3272 * gdb.base/skip.exp: Fix test failure observed with gcc-9.2.0.
3273
3274 2019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
3275
3276 * gdb.base/skip.exp: Whitespace fix.
3277
3278 2019-12-16 Bernd Edlinger <bernd.edlinger@hotmail.de>
3279
3280 * gdb.base/skip-inline.c: New file.
3281 * gdb.base/skip-inline.exp: New file.
3282
3283 2019-12-16 Simon Marchi <simon.marchi@polymtl.ca>
3284
3285 * gdb.base/jit-reader.exp (jit_reader_test): Rename
3286 jit_function_00 to jit_function_stack_mangle.
3287 * gdb.base/jithost.c (jit_function_t): Rename to...
3288 (jit_function_stack_mangle_t): ... this.
3289 (jit_function_add_t): New typedef.
3290 (jit_function_00_code): Rename to...
3291 (jit_function_stack_mangle_code): ... this, make static.
3292 (jit_function_add_code): New.
3293 (main): Generate "add" function and call it. Adjust to changes
3294 in jithost_abi.
3295 * gdb.base/jithost.h (struct jithost_abi_bounds): New.
3296 (struct jithost_abi) <begin, end>: Remove fields.
3297 <object, function_stack_mangle, function_add>: New fields.
3298 * gdb.base/jitreader.c (struct reader_state) <code_begin,
3299 code_end>: Remove fields.
3300 <func_stack_mangle>: New field.
3301 (read_debug_info): Adjust to renaming, create block for "add"
3302 function.
3303 (read_sp, unwind_frame, get_frame_id): Adjust to other changes.
3304
3305 2019-12-11 Tom Tromey <tom@tromey.com>
3306
3307 * gdb.tui/resize.exp: Fix regexp.
3308 * gdb.tui/regs.exp: Fix regexps.
3309 * gdb.tui/main.exp: Fix regexp.
3310
3311 2019-12-11 Tom Tromey <tom@tromey.com>
3312
3313 * gdb.tui/resize.exp: Update.
3314 * gdb.tui/empty.exp (layouts): Update.
3315
3316 2019-12-11 Tom Tromey <tom@tromey.com>
3317
3318 * gdb.tui/regs.exp: Update.
3319 * gdb.tui/empty.exp (layouts): Update.
3320 * gdb.tui/basic.exp: Update.
3321 * lib/tuiterm.exp (_check_box): Don't check bottom border.
3322
3323 2019-12-11 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3324
3325 * gdb.base/options.exp: Add -raw-values in the print completion list.
3326 * gdb.python/py-prettyprint.exp: Add tests for -raw-values.
3327
3328 2019-12-10 Kevin Buettner <kevinb@redhat.com>
3329
3330 * gdb.threads/omp-par-scope.c: New file.
3331 * gdb/threads/omp-par-scope.exp: New file.
3332
3333 2019-12-10 Kevin Buettner <kevinb@redhat.com>
3334
3335 * lib/gdb.exp (support_nested_function_tests): New proc.
3336
3337 2019-12-10 Kevin Buettner <kevinb@redhat.com>
3338
3339 * lib/gdb.exp (gdb_compile_openmp): New proc.
3340 (build_executable_from_specs): Add an "openmp" option.
3341 (gdb_compile_pthreads): Add non-executable case.
3342
3343 2019-12-10 Tom Tromey <tromey@adacore.com>
3344
3345 * gdb.ada/unchecked_union.exp: New file.
3346 * gdb.ada/unchecked_union/pck.adb: New file.
3347 * gdb.ada/unchecked_union/pck.ads: New file.
3348 * gdb.ada/unchecked_union/unchecked_union.adb: New file.
3349 * gdb-utils.exp (string_to_regexp): Also quote "?".
3350
3351 2019-12-10 George Barrett <bob@bob131.so>
3352
3353 Test scripted probe breakpoints.
3354 * gdb.guile/scm-breakpoint.c (main): Add probe point.
3355 * gdb.python/py-breakpoint.c (main): Likewise.
3356 * gdb.guile/scm-breakpoint.exp (test_bkpt_probe): Add probe
3357 specifier test.
3358 * gdb.python/py-breakpoint.exp (test_bkpt_probe): Likewise.
3359
3360 2019-12-09 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
3361
3362 * gdb.cp/rvalue-ref-overload.cc (g): New function that takes
3363 an rvalue parameter.
3364 * gdb.cp/rvalue-ref-overload.exp: Test calling it with an lvalue
3365 parameter.
3366
3367 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
3368
3369 * gdb.mi/mi-fortran-modules.exp: Add patterns to skip system
3370 modules.
3371
3372 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
3373
3374 * gdb.fortran/derived-type-striding.exp: KFAIL if we are using a
3375 broken version of GCC.
3376
3377 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
3378
3379 * gdb.fortran/info-modules.exp: Rewrite to make use of new
3380 sym-info-cmds library.
3381 * gdb.fortran/info-types.exp: Likewise.
3382 * lib/sym-info-cmds.exp: New file.
3383
3384 2019-12-08 Tom de Vries <tdevries@suse.de>
3385
3386 * gdb.dwarf2/imported-unit.exp: Fix inter-CU references.
3387
3388 2019-12-07 Keith Seitz <keiths@redhat.com>
3389
3390 * gdb.base/corefile-buildid-shlib-shr.c: New file.
3391 * gdb.base/corefile-buildid-shlib.c: New file.
3392 * gdb.base/corefile-buildid.c: New file.
3393 * gdb.base/corefile-buildid.exp: New file.
3394
3395 2019-12-06 Tom de Vries <tdevries@suse.de>
3396
3397 * gdb.dwarf2/varval.exp: Add decl before def test.
3398
3399 2019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
3400
3401 * gdb.cp/rvalue-ref-overload.exp: Minor cleanup.
3402
3403 2019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
3404
3405 * gdb.cp/rvalue-ref-overload.cc: Add a case that involves both
3406 CV and reference conversion for overload resolution.
3407 * gdb.cp/rvalue-ref-overload.exp: Test it.
3408
3409 2019-12-06 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3410
3411 * gdb.threads/pthreads.exp: Test taas and tfaas without command.
3412 * gdb.base/frameapply.exp: Test faas without command.
3413
3414 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
3415
3416 * lib/gdb.exp (gdb_compile): Add -J compiler option when building
3417 Fortran tests.
3418 * gdb.mi/mi-fortran-modules.exp: Compile source files in correct
3419 order.
3420
3421 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
3422
3423 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Handle
3424 casting to type with no kind specified.
3425 (test_basic_parsing_of_type_kinds): Additional tests for types
3426 with no kind specified, and add tests for single/double
3427 precision/complex types.
3428
3429 2019-12-04 Tom Tromey <tromey@adacore.com>
3430
3431 * gdb.base/endianity.c (struct other) <x>: New field.
3432 (main): Initialize it.
3433 * gdb.base/endianity.exp: Update.
3434
3435 2019-12-04 Tom Tromey <tromey@adacore.com>
3436
3437 * gdb.ada/scalar_storage/storage.adb: New file.
3438 * gdb.ada/scalar_storage/pck.adb: New file.
3439 * gdb.ada/scalar_storage/pck.ads: New file.
3440 * gdb.ada/scalar_storage.exp: New file.
3441
3442 2019-12-04 Tom Tromey <tromey@adacore.com>
3443
3444 * gdb.base/endianity.c (struct otherendian) <f>: New field.
3445 (main): Initialize it.
3446 * gdb.base/endianity.exp: Update.
3447
3448 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
3449
3450 * gdb.mi/mi-sym-info.exp: Add tests for -max-results parameter.
3451
3452 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
3453
3454 * gdb.mi/mi-fortran-modules.exp: Add additional tests for
3455 -symbol-info-module-functions and -symbol-info-module-variables.
3456
3457 2019-12-01 Andrew Burgess <andrew.burgess@embecosm.com>
3458
3459 * gdb.fortran/array-slices.exp: Add test for dynamic strings.
3460
3461 2019-12-01 Richard Bunt <richard.bunt@arm.com>
3462 Andrew Burgess <andrew.burgess@embecosm.com>
3463
3464 * gdb.fortran/derived-type-striding.exp: New file.
3465 * gdb.fortran/derived-type-striding.f90: New file.
3466 * gdb.fortran/array-slices.exp: New file.
3467 * gdb.fortran/array-slices.f90: New file.
3468
3469 2019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3470
3471 * gdb.base/define.exp: Test . in command names.
3472 * gdb.base/setshow.exp: Update test, as . is now part of
3473 command name.
3474
3475 2019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3476
3477 * gdb.base/define-prefix.exp: New file.
3478
3479 2019-11-28 Andrew Burgess <andrew.burgess@embecosm.com>
3480
3481 * lib/gdb.exp (skip_btrace_tests): Return 1 if the test fails to
3482 compile.
3483 (skip_btrace_pt_tests): Likewise.
3484
3485 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
3486
3487 * gdb.fortran/info-modules.exp: Compile source files in correct
3488 order.
3489
3490 2019-11-27 Kevin Buettner <kevinb@redhat.com>
3491
3492 * gdb.dwarf2/imported-unit.exp: New file.
3493 * gdb.dwarf2/imported-unit.c: New file.
3494
3495 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
3496
3497 * gdb.mi/mi-fortran-modules-2.f90: New file.
3498 * gdb.mi/mi-fortran-modules.exp: New file.
3499 * gdb.mi/mi-fortran-modules.f90: New file.
3500
3501 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
3502
3503 * gdb.mi/mi-sym-info-1.c: New file.
3504 * gdb.mi/mi-sym-info-2.c: New file.
3505 * gdb.mi/mi-sym-info.exp: New file.
3506
3507 2019-11-22 Tom Tromey <tromey@adacore.com>
3508
3509 * gdb.ada/tasks.exp: Add -ada-task-info regression test.
3510 * gdb.ada/tasks/foo.adb: Add another stopping location.
3511
3512 2019-11-21 Peeter Joot <peeter.joot@lzlabs.com>
3513
3514 * gdb.base/endianity.c: New test.
3515 * gdb.base/endianity.exp: New file.
3516
3517 2019-11-21 Lukas Durfina <ldurfina@tachyum.com>
3518
3519 * gdb.arch/amd64-eval.exp: Skip test if target is not x86-64.
3520
3521 2019-11-21 Tom de Vries <tdevries@suse.de>
3522
3523 PR gdb/24956
3524 * gdb.base/ui-redirect.exp: Test output of user-defined command.
3525
3526 2019-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
3527
3528 * gdb.python/py-progspace.exp: Add missing parentheses on some
3529 'print' commands.
3530
3531 2019-11-19 Tom Tromey <tom@tromey.com>
3532
3533 * gdb.tui/winheight.exp: New file.
3534
3535 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
3536
3537 * gdb.base/ctf-whatis.c: Delete.
3538 * gdb.base/ctf-whatis.exp: Delete.
3539 * gdb.base/whatis.exp: Rewrite to compile as both dwarf and ctf.
3540
3541 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
3542
3543 * gdb.base/ctf-cvexpr.exp: Delete.
3544 * gdb.base/cvexpr.exp: Rewrite to compile as both dwarf and ctf.
3545
3546 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
3547
3548 * gdb.base/ctf-constvars.exp: Skip test if CTF is not supported in
3549 the compiler. Clean up header comment a little.
3550 * gdb.base/ctf-ptype.exp: Likewise.
3551 * gdb.base/ctf-whatis.exp: Likewise.
3552 * lib/gdb.exp (skip_ctf_tests): New proc.
3553
3554 2019-11-18 Sergio Durigan Junior <sergiodj@redhat.com>
3555
3556 https://bugzilla.redhat.com/show_bug.cgi?id=1765117
3557 * gdb.tui/corefile-run.exp: New file.
3558
3559 2019-11-14 Tom Tromey <tromey@adacore.com>
3560
3561 * gdb.base/gdbvars.exp (test_convenience_variables): Add
3562 regression tests.
3563
3564 2019-11-12 Tom Tromey <tom@tromey.com>
3565
3566 * lib/tuiterm.exp (_accept): Add wait_for parameter. Check output
3567 after any command. Expect prompt after WAIT_FOR is seen.
3568 (enter_tui): Enable resize messages.
3569 (command): Expect command in output.
3570 (get_line): Avoid error when cursor appears to be off-screen.
3571 (dump_screen): Include screen size in title.
3572 (_do_resize): New proc, from "resize".
3573 (resize): Rewrite. Do resize in two steps.
3574 * gdb.tui/empty.exp (layouts): Fix entries.
3575 (check_boxes): Remove xfail.
3576 (check_text): Dump screen on failure.
3577
3578 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
3579
3580 * gdb.python/py-symbol.exp: Add test for
3581 gdb.lookup_static_symbols.
3582
3583 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
3584
3585 * gdb.python/py-symbol.c: Declare and call function from new
3586 py-symbol-2.c file.
3587 * gdb.python/py-symbol.exp: Compile both source files, and add new
3588 tests for gdb.lookup_static_symbol.
3589 * gdb.python/py-symbol-2.c: New file.
3590
3591 2019-11-02 Tom de Vries <tdevries@suse.de>
3592
3593 * gdb.base/advance.exp: Drop superfluous 3rd argument to gdb_test.
3594 * gdb.base/anon.exp: Same.
3595 * gdb.base/auto-connect-native-target.exp: Same.
3596 * gdb.base/call-ar-st.exp: Same.
3597 * gdb.base/catch-syscall.exp: Same.
3598 * gdb.base/commands.exp: Same.
3599 * gdb.base/default.exp: Same.
3600 * gdb.base/display.exp: Same.
3601 * gdb.base/float.exp: Same.
3602 * gdb.base/foll-fork.exp: Same.
3603 * gdb.base/help.exp: Same.
3604 * gdb.base/info-macros.exp: Same.
3605 * gdb.base/info-proc.exp: Same.
3606 * gdb.base/info-target.exp: Same.
3607 * gdb.base/long_long.exp: Same.
3608 * gdb.base/macscp.exp: Same.
3609 * gdb.base/memattr.exp: Same.
3610 * gdb.base/nofield.exp: Same.
3611 * gdb.base/pointers.exp: Same.
3612 * gdb.base/printcmds.exp: Same.
3613 * gdb.base/ptype.exp: Same.
3614 * gdb.base/restore.exp: Same.
3615 * gdb.base/return.exp: Same.
3616 * gdb.base/scope.exp: Same.
3617 * gdb.base/set-noassign.exp: Same.
3618 * gdb.base/setshow.exp: Same.
3619 * gdb.base/shlib-call.exp: Same.
3620 * gdb.base/signals.exp: Same.
3621 * gdb.base/sigstep.exp: Same.
3622 * gdb.base/skip.exp: Same.
3623 * gdb.base/solib-symbol.exp: Same.
3624 * gdb.base/stap-probe.exp: Same.
3625 * gdb.base/step-line.exp: Same.
3626 * gdb.base/step-test.exp: Same.
3627 * gdb.base/style.exp: Same.
3628 * gdb.base/varargs.exp: Same.
3629 * gdb.base/vla-datatypes.exp: Same.
3630 * gdb.base/vla-ptr.exp: Same.
3631 * gdb.base/vla-sideeffect.exp: Same.
3632 * gdb.base/volatile.exp: Same.
3633 * gdb.base/watch-cond-infcall.exp: Same.
3634 * gdb.base/watchpoint.exp: Same.
3635
3636 2019-11-02 Tom de Vries <tdevries@suse.de>
3637
3638 * gdb.cp/anon-union.exp: Drop superfluous 3rd argument to gdb_test.
3639 * gdb.cp/cpexprs.exp: Same.
3640 * gdb.cp/except-multi-location.exp: Same.
3641 * gdb.cp/exceptprint.exp: Same.
3642 * gdb.cp/gdb2384.exp: Same.
3643 * gdb.cp/inherit.exp: Same.
3644 * gdb.cp/m-static.exp: Same.
3645 * gdb.cp/meth-typedefs.exp: Same.
3646 * gdb.cp/misc.exp: Same.
3647 * gdb.cp/namespace.exp: Same.
3648 * gdb.cp/non-trivial-retval.exp: Same.
3649 * gdb.cp/overload.exp: Same.
3650 * gdb.cp/pr17132.exp: Same.
3651 * gdb.cp/re-set-overloaded.exp: Same.
3652 * gdb.cp/rvalue-ref-types.exp: Same.
3653 * gdb.cp/templates.exp: Same.
3654
3655 2019-11-01 Luis Machado <luis.machado@linaro.org>
3656
3657 PR gdb/25124
3658
3659 * gdb.arch/pr25124.S: New file.
3660 * gdb.arch/pr25124.exp: New file.
3661
3662 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
3663
3664 * gdb.fortran/info-modules.exp: Update expected results, and add
3665 additional tests for 'info module functinos', and 'info module
3666 variables'.
3667 * gdb.fortran/info-types.exp: Update expected results.
3668 * gdb.fortran/info-types.f90: Extend testcase with additional
3669 module variables and functions.
3670
3671 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
3672
3673 * gdb.fortran/info-modules.exp: New file.
3674 * gdb.fortran/info-types.exp: Build with new file.
3675 * gdb.fortran/info-types.f90: Include and use new module.
3676 * gdb.fortran/info-types-2.f90: New file.
3677
3678 2019-10-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3679
3680 * gdb.base/setshow.exp: Test $_gdb_setting and $_gdb_setting_str.
3681 * gdb.base/settings.exp: Test all settings types using
3682 $_gdb_maint_setting and $_gdb_maint_setting_str in proc_show_setting,
3683 that now verifies that the value of "maint show" is the same as
3684 returned by the settings functions. Test the type of the
3685 maintenance settings.
3686 * gdb.base/default.exp: Update show_conv_list.
3687
3688 2019-10-31 Tom de Vries <tdevries@suse.de>
3689
3690 * gdb.arch/amd64-disp-step-avx.exp: Drop superfluous 3rd argument to
3691 gdb_test.
3692 * gdb.arch/amd64-disp-step.exp: Same.
3693 * gdb.asm/asm-source.exp: Same.
3694 * gdb.btrace/buffer-size.exp: Same.
3695 * gdb.btrace/cpu.exp: Same.
3696 * gdb.btrace/enable.exp: Same.
3697 * gdb.dwarf2/count.exp: Same.
3698 * gdb.dwarf2/dw2-ranges-func.exp: Same.
3699 * gdb.dwarf2/dw2-ranges-psym.exp: Same.
3700 * gdb.fortran/vla-datatypes.exp: Same.
3701 * gdb.fortran/vla-history.exp: Same.
3702 * gdb.fortran/vla-ptype.exp: Same.
3703 * gdb.fortran/vla-value.exp: Same.
3704 * gdb.fortran/whatis_type.exp: Same.
3705 * gdb.guile/guile.exp: Same.
3706 * gdb.multi/tids.exp: Same.
3707 * gdb.python/py-finish-breakpoint.exp: Same.
3708 * gdb.python/py-framefilter.exp: Same.
3709 * gdb.python/py-pp-registration.exp: Same.
3710 * gdb.python/py-xmethods.exp: Same.
3711 * gdb.python/python.exp: Same.
3712 * gdb.server/connect-with-no-symbol-file.exp: Same.
3713 * gdb.server/no-thread-db.exp: Same.
3714 * gdb.server/run-without-local-binary.exp: Same.
3715 * gdb.stabs/weird.exp: Same.
3716 * gdb.threads/attach-many-short-lived-threads.exp: Same.
3717 * gdb.threads/thread-find.exp: Same.
3718 * gdb.threads/tls-shared.exp: Same.
3719 * gdb.threads/tls.exp: Same.
3720 * gdb.threads/wp-replication.exp: Same.
3721 * gdb.trace/ax.exp: Same.
3722 * lib/gdb.exp (gdb_test_exact, help_test_raw): Same.
3723
3724 2019-10-31 Tom de Vries <tdevries@suse.de>
3725
3726 * gdb.ada/array_bounds.exp: Drop superfluous 3rd argument to gdb_test.
3727 * gdb.ada/array_subscript_addr.exp: Same.
3728 * gdb.ada/arrayidx.exp: Same.
3729 * gdb.ada/arrayparam.exp: Same.
3730 * gdb.ada/arrayptr.exp: Same.
3731 * gdb.ada/boolean_expr.exp: Same.
3732 * gdb.ada/call_pn.exp: Same.
3733 * gdb.ada/complete.exp: Same.
3734 * gdb.ada/fixed_cmp.exp: Same.
3735 * gdb.ada/fun_addr.exp: Same.
3736 * gdb.ada/funcall_param.exp: Same.
3737 * gdb.ada/interface.exp: Same.
3738 * gdb.ada/mod_from_name.exp: Same.
3739 * gdb.ada/null_array.exp: Same.
3740 * gdb.ada/packed_array.exp: Same.
3741 * gdb.ada/packed_tagged.exp: Same.
3742 * gdb.ada/print_chars.exp: Same.
3743 * gdb.ada/print_pc.exp: Same.
3744 * gdb.ada/ptype_arith_binop.exp: Same.
3745 * gdb.ada/ptype_field.exp: Same.
3746 * gdb.ada/ptype_tagged_param.exp: Same.
3747 * gdb.ada/rec_return.exp: Same.
3748 * gdb.ada/ref_tick_size.exp: Same.
3749 * gdb.ada/str_ref_cmp.exp: Same.
3750 * gdb.ada/taft_type.exp: Same.
3751 * gdb.ada/tagged.exp: Same.
3752 * gdb.ada/type_coercion.exp: Same.
3753 * gdb.ada/uninitialized_vars.exp: Same.
3754
3755 2019-10-30 Tom de Vries <tdevries@suse.de>
3756
3757 * lib/gdb.exp (gdb_test_multiple): Handle -early pattern flag.
3758
3759 2019-10-26 Tom de Vries <tdevries@suse.de>
3760
3761 * gdb.base/bigcore.c: Fix typos in comments.
3762 * gdb.base/ctf-ptype.c: Same.
3763 * gdb.base/long_long.c: Same.
3764 * gdb.dwarf2/dw2-op-out-param.S: Same.
3765 * gdb.python/py-evthreads.c: Same.
3766 * gdb.reverse/i387-stack-reverse.c: Same.
3767 * gdb.trace/tfile.c: Same.
3768 * lib/compiler.c: Same.
3769 * lib/compiler.cc: Same.
3770
3771 2019-10-25 Tom de Vries <tdevries@suse.de>
3772
3773 * gdb.reverse/sigall-precsave.exp: Use -wrap and $gdb_test_name in
3774 gdb_test_multiple calls.
3775 * gdb.reverse/sigall-reverse.exp: Same.
3776 * gdb.reverse/solib-precsave.exp: Same.
3777 * gdb.reverse/solib-reverse.exp: Same.
3778 * gdb.reverse/until-precsave.exp: Same.
3779 * gdb.reverse/until-reverse.exp: Same.
3780
3781 2019-10-24 Tom de Vries <tdevries@suse.de>
3782
3783 * lib/gdb.exp (gdb_test_multiple): Add -wrap pattern flag.
3784 * gdb.reverse/step-precsave.exp: Rewrite gdb_test_multiple containing
3785 kfail using -wrap pattern flag and convenience variable
3786 gdb_test_name.
3787
3788 2019-10-24 Andrew Burgess <andrew.burgess@embecosm.com>
3789
3790 * gdb.python/py-progspace.exp: Add tests for the
3791 Progspace.block_for_pc method.
3792
3793 2019-10-23 Tom Tromey <tom@tromey.com>
3794
3795 * configure: Rebuild.
3796 * aclocal.m4: Use m4_include, not sinclude.
3797
3798 2019-10-21 Tom de Vries <tdevries@suse.de>
3799
3800 * gdb.base/infcall-nested-structs.c: Add
3801 __attribute__((noinline,noclone)) to all functions.
3802 (call_all): Add missing variable initialization. Simplify return value.
3803 (breakpt): Increment volatile variable, to prevent call from being
3804 optimized out.
3805 * gdb.base/infcall-nested-structs.exp: Compile with -O2.
3806
3807 2019-10-17 Tom de Vries <tdevries@suse.de>
3808
3809 * gdb.fortran/module.exp: Allow info variables to print info for files
3810 other than module.f90.
3811
3812 2019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
3813
3814 * gdb.fortran/module.exp: Extend with 'info variables' test.
3815
3816 2019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
3817
3818 * boards/cc-with-tweaks.exp: Setup F90_FOR_TARGET and
3819 F77_FOR_TARGET.
3820
3821 2019-10-16 Tom de Vries <tdevries@suse.de>
3822
3823 PR tdep/25096
3824 * gdb.base/infcall-nested-structs.exp: Remove PR25096 KFAILs.
3825
3826 2019-10-16 Tom de Vries <tdevries@suse.de>
3827
3828 PR tdep/24104
3829 * gdb.base/infcall-nested-structs.exp: Remove XFAIL for PR tdep/24104.
3830 Add KFAIL for PR tdep/25096.
3831
3832 2019-10-16 Tom de Vries <tdevries@suse.de>
3833
3834 PR testsuite/25059
3835 * gdb.cp/local-static.exp (do_test): Add xfails for gcc PR debug/55541.
3836
3837 2019-10-16 Tom de Vries <tdevries@suse.de>
3838
3839 * gdb.base/jit-reader.exp: Allow non-pointer registers to be printed
3840 as signed.
3841
3842 2019-10-14 Simon Marchi <simon.marchi@polymtl.ca>
3843
3844 * gdb.mi/list-thread-groups-available.exp: Read entries one by
3845 one instead of increasing timeout.
3846
3847 2019-10-13 Tom de Vries <tdevries@suse.de>
3848
3849 PR record/25038
3850 * gdb.reverse/sigall-precsave.exp: Add PR record/25038 KFAIL.
3851 * gdb.reverse/sigall-reverse.exp: Same.
3852 * gdb.reverse/solib-precsave.exp: Same.
3853 * gdb.reverse/solib-reverse.exp: Same.
3854 * gdb.reverse/step-precsave.exp: Same.
3855 * gdb.reverse/until-precsave.exp: Same.
3856 * gdb.reverse/until-reverse.exp: Same.
3857 * lib/gdb.exp (gdb_continue_to_breakpoint): Same.
3858
3859 2019-10-10 Andreas Arnez <arnez@linux.ibm.com>
3860
3861 * gdb.base/infcall-nested-structs.c (cmp_struct_02_01)
3862 (cmp_struct_02_02, cmp_struct_04_01, cmp_struct_04_02)
3863 (cmp_struct_05_01, cmp_struct_static_02_01)
3864 (cmp_struct_static_04_01, cmp_struct_static_06_01): Fix redundant
3865 comparisons.
3866
3867 2019-10-10 Tom de Vries <tdevries@suse.de>
3868
3869 PR testsuite/24888
3870 * lib/ada.exp (target_compile_ada_from_dir): Route -pie/-no-pie to
3871 gnatlink.
3872
3873 2019-10-09 Tom de Vries <tdevries@suse.de>
3874
3875 PR testsuite/25048
3876 * gdb.rust/simple.exp: Add xfails for incorrect DWARF.
3877
3878 2019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
3879
3880 * gdb.ada/catch_ex_std.exp: Handle being unabled to catch Ada
3881 exceptions due to missing debug information.
3882
3883 2019-10-07 Tom de Vries <tdevries@suse.de>
3884
3885 * gdb.base/default.exp: Expect _gdb_major/_gdb_minor to be 9.1.
3886
3887 2019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
3888
3889 * lib/gdb.exp (gdb_test_multiple): Add gdb_test_name mechanism.
3890 * gdb.base/annota1.exp: Update to use gdb_test_name.
3891
3892 2019-10-07 Weimin Pan <weimin.pan@oracle.com>
3893
3894 * gdb.base/ctf-whatis.exp: New file.
3895 * gdb.base/ctf-whatis.c: New file.
3896 * gdb.base/ctf-ptype.exp: New file.
3897 * gdb.base/ctf-ptype.c: New file.
3898 * gdb.base/ctf-constvars.exp: New file.
3899 * gdb.base/ctf-constvars.c: New file.
3900 * gdb.base/ctf-cvexpr.exp: New file.
3901
3902 2019-10-04 Tom de Vries <tdevries@suse.de>
3903
3904 * gdb.cp/local-static.c (main): Move declaration of int i out of the
3905 for loop.
3906
3907 2019-10-03 Tom Tromey <tom@tromey.com>
3908
3909 PR rust/24976:
3910 * gdb.rust/simple.rs (Union2): New type.
3911 (main): Use Union2.
3912 * gdb.rust/simple.exp: Add test.
3913
3914 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
3915
3916 * gdb.fortran/nested-funcs-2.exp: Run tests with and without the
3917 nested function prefix.
3918
3919 2019-10-03 Bernhard Heckel <bernhard.heckel@intel.com>
3920 Richard Bunt <richard.bunt@arm.com>
3921 Andrew Burgess <andrew.burgess@embecosm.com>
3922
3923 * gdb.fortran/nested-funcs.exp: Tests for placing breakpoints on
3924 nested functions.
3925 * gdb.fortran/nested-funcs.f90: Update expected results.
3926 * gdb.fortran/nested-funcs-2.exp: New file.
3927 * gdb.fortran/nested-funcs-2.f90: New file.
3928
3929 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
3930
3931 * gdb.python/py-parameter.exp: Make test names unique.
3932 * gdb.python/py-template.exp: Likewise.
3933 * gdb.python/py-value.exp: Likewise.
3934
3935 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
3936
3937 * gdb.base/break-interp.exp: Reduce test name duplication.
3938 * gdb.base/call-sc.exp: Likewise.
3939 * gdb.base/callfuncs.exp: Likewise.
3940 * gdb.base/charset.exp: Likewise.
3941 * gdb.base/dump.exp: Likewise.
3942 * gdb.base/ena-dis-br.exp: Likewise.
3943 * gdb.base/relational.exp: Likewise.
3944 * gdb.base/step-over-syscall.exp: Likewise.
3945 * gdb.base/structs.exp: Likewise.
3946
3947 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
3948
3949 * gdb.linespec/explicit.exp: Make test names unique.
3950 * gdb.linespec/ls-errs.exp: Likewise.
3951
3952 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
3953
3954 * gdb.reverse/break-precsave.exp: Make test names unique.
3955 * gdb.reverse/break-reverse.exp: Likewise.
3956 * gdb.reverse/finish-precsave.exp: Likewise.
3957 * gdb.reverse/finish-reverse.exp: Likewise.
3958 * gdb.reverse/machinestate-precsave.exp: Likewise.
3959 * gdb.reverse/machinestate.exp: Likewise.
3960 * gdb.reverse/readv-reverse.exp: Likewise.
3961 * gdb.reverse/recvmsg-reverse.exp: Likewise.
3962 * gdb.reverse/sigall-precsave.exp: Likewise.
3963 * gdb.reverse/sigall-reverse.exp: Likewise.
3964 * gdb.reverse/step-indirect-call-thunk.exp: Likewise.
3965 * gdb.reverse/watch-precsave.exp: Likewise.
3966 * gdb.reverse/watch-reverse.exp: Likewise.
3967
3968 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
3969
3970 * gdb.threads/stop-with-handle.c: New file.
3971 * gdb.threads/stop-with-handle.exp: New file.
3972
3973 2019-10-03 Tom de Vries <tdevries@suse.de>
3974
3975 PR testsuite/25059
3976 * gdb.base/list-missing-source.exp: Allowing the "Compilation
3977 directory" line to be missing.
3978
3979 2019-10-03 Tom de Vries <tdevries@suse.de>
3980
3981 PR testsuite/25059
3982 * gdb.base/info-types.exp: Make the presence of the 'unsigned int'
3983 type optional.
3984
3985 2019-10-02 Andreas Arnez <arnez@linux.ibm.com>
3986
3987 * gdb.python/py-format-string.c (string.h): New include.
3988 (main): Fill a_struct_with_union.the_union.an_int with bytes of
3989 the same value, for endianness-independence.
3990 * gdb.python/py-format-string.exp (default_regexp_dict)
3991 (test_pretty_structs, test_format): Adjust expected output to the
3992 changed initialization.
3993
3994 2019-10-02 Tom Tromey <tromey@adacore.com>
3995
3996 * gdb.ada/catch_ex_std.exp: Add $_ada_exception test.
3997
3998 2019-10-02 Pedro Alves <palves@redhat.com>
3999 Andrew Burgess <andrew.burgess@embecosm.com>
4000
4001 * gdb.base/print-file-var-lib1.c: Include <stdio.h> and
4002 "print-file-var.h".
4003 (this_version_id) Use ATTRIBUTE_VISIBILITY.
4004 (get_version_1): Print this_version_id and its address.
4005 Add extern "C" wrappers around interface functions.
4006 * gdb.base/print-file-var-lib2.c: Include <stdio.h> and
4007 "print-file-var.h".
4008 (this_version_id) Use ATTRIBUTE_VISIBILITY.
4009 (get_version_2): Print this_version_id and its address.
4010 Add extern "C" wrappers around interface functions.
4011 * gdb.base/print-file-var-main.c: Include <dlfcn.h>, <assert.h>,
4012 <stddef.h> and "print-file-var.h".
4013 Add extern "C" wrappers around interface functions.
4014 [VERSION_ID_MAIN] (this_version_id): Define.
4015 (main): Define v0. Use dlopen if SHLIB_NAME is defined.
4016 * gdb.base/print-file-var.h: Add some #defines to simplify setting
4017 up extern "C" blocks.
4018 * gdb.base/print-file-var.exp (test): New, factored out from top
4019 level.
4020 (top level): Test all combinations of attribute hidden or not,
4021 dlopen or not, and this_version_id symbol in main file or not.
4022 Compile tests as both C++ and C, make test names unique.
4023
4024 2019-10-01 Tom Tromey <tom@tromey.com>
4025
4026 * gdb.base/style.exp: Test "show logging filename".
4027
4028 2019-10-01 Tom Tromey <tom@tromey.com>
4029
4030 * lib/gdb-utils.exp (style): Handle "metadata" argument.
4031 * gdb.base/style.exp: Add metadata style test.
4032
4033 2019-10-01 Tom Tromey <tom@tromey.com>
4034
4035 * gdb.base/style.exp: Test "pwd".
4036
4037 2019-10-01 Tom Tromey <tom@tromey.com>
4038
4039 * gdb.base/style.exp: Update tests.
4040
4041 2019-10-01 Andreas Arnez <arnez@linux.ibm.com>
4042
4043 * gdb.base/pretty-print.c (struct s1_t): Change fields 'three' and
4044 'six' to unsigned.
4045 (s1): Initialize fields 'four' and 'six' instead of 'three' and
4046 'five'. Use an all-ones bit pattern for each.
4047 * gdb.base/pretty-print.exp: Adjust expected output of "print s1"
4048 to its changed values.
4049
4050 2019-09-30 Tom Tromey <tromey@adacore.com>
4051
4052 * gdb.rust/traits.rs: Disable all warnings.
4053
4054 2019-09-29 Tom de Vries <tdevries@suse.de>
4055
4056 * gdb.dwarf2/gdb-index.exp: Handle new location of .dwz file.
4057
4058 2019-09-29 Tom de Vries <tdevries@suse.de>
4059
4060 * gdb.dwarf2/gdb-index.exp: Use with_test_prefix for second objcopy.
4061
4062 2019-09-27 Tom de Vries <tdevries@suse.de>
4063
4064 * gdb.reverse/step-precsave.exp: Add missing $gdb_prompt in regexps.
4065
4066 2019-09-27 Tom de Vries <tdevries@suse.de>
4067
4068 PR record/23188
4069 * gdb.reverse/step-precsave.exp: Add kfail for PR record/23188.
4070
4071 2019-09-26 Tom Tromey <tromey@adacore.com>
4072
4073 * gdb.ada/py_taft.exp: New file.
4074 * gdb.ada/py_taft/main.adb: New file.
4075 * gdb.ada/py_taft/pkg.adb: New file.
4076 * gdb.ada/py_taft/pkg.ads: New file.
4077
4078 2019-09-24 Tom de Vries <tdevries@suse.de>
4079
4080 PR gdb/24598
4081 * gdb.arch/amd64-init-x87-values.exp: Add xfail.
4082
4083 2019-09-22 Tom de Vries <tdevries@suse.de>
4084
4085 * gdb.base/restore.exp: Allow register variables to be optimized out at
4086 -O0.
4087
4088 2019-09-20 Ulrich Weigand <uweigand@de.ibm.com>
4089
4090 * gdb.arch/spu-info.exp: Remove file.
4091 * gdb.arch/spu-info.c: Remove file.
4092 * gdb.arch/spu-ls.exp: Remove file.
4093 * gdb.arch/spu-ls.c: Remove file.
4094
4095 * gdb.asm/asm-source.exp: Remove support for spu*-*-*.
4096 * gdb.asm/spu.inc: Remove file.
4097
4098 * gdb.base/dump.exp: Remove support for spu*-*-*.
4099 * gdb.base/stack-checking.exp: Likewise.
4100 * gdb.base/overlays.exp: Likewise.
4101 * gdb.base/ovlymgr.c: Likewise.
4102 * gdb.base/spu.ld: Remove file.
4103
4104 * gdb.cp/bs15503.exp: Remove support for spu*-*-*.
4105 * gdb.cp/cpexprs.exp: Likewise.
4106 * gdb.cp/exception.exp: Likewise.
4107 * gdb.cp/gdb2495.exp: Likewise.
4108 * gdb.cp/mb-templates.exp: Likewise.
4109 * gdb.cp/pr9167.exp: Likewise.
4110 * gdb.cp/userdef.exp: Likewise.
4111
4112 * gdb.xml/tdesc-regs.exp: Remove support for spu*-*-*.
4113
4114 * gdb.cell: Remove directory.
4115 * lib/cell.exp: Remove file.
4116
4117 2019-09-19 Tom de Vries <tdevries@suse.de>
4118
4119 * lib/gdb.exp (gdb_test): Eliminate "^FOOBAR$" pattern.
4120
4121 2019-09-19 Tom de Vries <tdevries@suse.de>
4122
4123 * lib/gdbserver-support.exp (gdb_target_cmd): Fix argument passing.
4124
4125 2019-09-19 Tom de Vries <tdevries@suse.de>
4126
4127 * lib/gdbserver-support.exp (gdb_target_cmd_ext): Return 2 (meaning
4128 UNSUPPORTED) for 'Network is unreachable' message. Factor out of ...
4129 (gdb_target_cmd): ... here.
4130 * gdb.server/server-connect.exp: Use gdb_target_cmd_ext, handle return
4131 value 2.
4132
4133 2019-09-18 Andrew Burgess <andrew.burgess@embecosm.com>
4134
4135 * gdb.base/source-dir.exp: Avoid having directory names in test
4136 names.
4137
4138 2019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
4139
4140 * gdb.base/source-dir.exp: Add extra test for mapped compilation
4141 directory.
4142
4143 2019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
4144
4145 * gdb.base/list-missing-source.exp: New file.
4146
4147 2019-09-14 Tom de Vries <tdevries@suse.de>
4148
4149 PR teststuite/24599
4150 * gdb.ada/rename_subscript_param.exp: Require gnatmake 8.
4151 * lib/ada.exp (gnatmake_version_at_least): New proc.
4152
4153 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
4154
4155 * gdb.base/maint.exp: Use exec_has_index_section.
4156
4157 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
4158
4159 * gdb.base/maint.exp: Add test for 'maint info sections'.
4160
4161 2019-09-12 Tom de Vries <tdevries@suse.de>
4162
4163 * gdb.base/store.exp: Allow register variables to be optimized out at
4164 -O0.
4165
4166 2019-09-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4167
4168 * gdb.ada/rdv_wait.exp: Update to new task names.
4169 * gdb.base/task_switch_in_core.exp: Likewise.
4170 * gdb.base/info_sources_base.c: Likewise.
4171
4172 2019-09-10 Tom Tromey <tromey@adacore.com>
4173
4174 * boards/cc-with-tweaks.exp: Set GNATMAKE_FOR_TARGET.
4175
4176 2019-09-10 Tom Tromey <tromey@adacore.com>
4177
4178 * gdb.ada/dgopt.exp: New file.
4179 * gdb.ada/dgopt/x.adb: New file.
4180
4181 2019-09-08 Tom Tromey <tom@tromey.com>
4182
4183 * gdb.tui/resize.exp: Remove setup_xfail.
4184 * gdb.tui/regs.exp: Remove setup_xfail.
4185 * gdb.tui/basic.exp: Remove setup_xfail.
4186
4187 2019-09-06 David Blaikie <dblaikie@gmail.com>
4188
4189 * gdb.base/label.exp: un-XFAIL label related tests under Clang.
4190 * gdb.cp/cplabel.exp: Ditto.
4191 * gdb.linespec/ls-errs.exp: Ditto.
4192
4193 2019-09-05 Tom de Vries <tdevries@suse.de>
4194
4195 * lib/gdb.exp (cmp_file_string): New proc.
4196 * gdb.base/ui-redirect.exp: Replace "gdb_breakpoint main" with
4197 runto_main. Verify save breakpoints output.
4198
4199 2019-09-04 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4200
4201 * gdb.base/info-var.exp: Test info variables without running
4202 to main, to avoid expect's buffer overflow.
4203
4204 2019-09-03 Tom Tromey <tromey@adacore.com>
4205
4206 * gdb.ada/bias.exp: New file.
4207 * gdb.ada/bias/bias.adb: New file.
4208 * gdb.ada/print_chars.exp: Add regression test.
4209 * gdb.ada/print_chars/foo.adb (My_Character): New type.
4210 (MC): New variable.
4211
4212 2019-08-29 Sandra Loosemore <sandra@codesourcery.com>
4213
4214 * gdb.base/argv0-symlink.exp: Run only on native target
4215 and local host.
4216
4217 2019-08-29 Tom de Vries <tdevries@suse.de>
4218
4219 * gdb.fortran/info-types.exp: Fix gdb_test regexp to allow more
4220 diverse debug info.
4221 * lib/fortran.exp (fortran_int8): New proc, based on fortran_int4.
4222
4223 2019-08-28 Tom de Vries <tdevries@suse.de>
4224
4225 * gdb.base/info-var.exp: Allow info variables to print info for files
4226 other than info-var-f1.c and info-var-f2.c.
4227
4228 2019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
4229
4230 * gdb.fortran/info-types.exp: Add module.
4231 * gdb.fortran/info-types.f90: Update expected results.
4232
4233 2019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
4234
4235 * gdb.fortran/info-types.exp: New file.
4236 * gdb.fortran/info-types.f90: New file.
4237 * lib/fortran.exp (fortran_character1): New proc.
4238
4239 2019-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
4240
4241 * gdb.base/info-fun.exp: Extend to test the -n flag for 'info
4242 functions'. Reindent as needed.
4243 * gdb.base/info-var-f1.c: New file.
4244 * gdb.base/info-var-f2.c: New file.
4245 * gdb.base/info-var.exp: New file.
4246 * gdb.base/info-var.h: New file.
4247
4248 2019-08-26 Tom de Vries <tdevries@suse.de>
4249
4250 PR c++/24852
4251 * gdb.cp/no-libstdcxx-probe.exp: New test.
4252
4253 2019-08-26 Tom de Vries <tdevries@suse.de>
4254
4255 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Return 1 if probe
4256 * tests need to be skipped.
4257 * gdb.cp/exceptprint.exp: Update call to skip_libstdcxx_probe_tests.
4258 * gdb.mi/mi-catch-cpp-exceptions.exp: Update call to
4259 mi_skip_libstdcxx_probe_tests.
4260
4261 2019-08-26 Sergio Durigan Junior <sergiodj@redhat.com>
4262
4263 * gdb.python/py-xmethods.exp: Use raw strings when passing
4264 arguments to SimpleXMethodMatcher.
4265
4266 2019-08-22 Tom de Vries <tdevries@suse.de>
4267
4268 * gdb.multi/multi-term-settings.exp (coretest): Make gdb_test messages
4269 more informative.
4270
4271 2019-08-21 Pedro Alves <palves@redhat.com>
4272
4273 * gdb.base/with.exp: Test "with" with no arguments.
4274
4275 2019-08-21 Tom de Vries <tdevries@suse.de>
4276
4277 * gdb.base/gdb-caching-proc.exp: Sort files.
4278
4279 2019-08-20 Tom de Vries <tdevries@suse.de>
4280
4281 * lib/pascal.exp (gdb_compile_pascal): Remove $destfile before
4282 compilation.
4283
4284 2019-08-16 Tom de Vries <tdevries@suse.de>
4285
4286 * gdb.base/compare-sections.exp ("after run to main"): Allow
4287 mismatched read-only sections for PIE executables.
4288
4289 2019-08-16 Tom Tromey <tom@tromey.com>
4290
4291 * lib/tuiterm.exp (_csi_Z): New proc.
4292 * gdb.tui/basic.exp: Update window positions.
4293 * gdb.tui/empty.exp: Update window positions.
4294
4295 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
4296
4297 * gdb.base/examine-backward.exp: Correct regexp for
4298 "examine 3 bytes backward from ${address_zero}".
4299
4300 2019-08-15 Tom Tromey <tom@tromey.com>
4301
4302 * gdb.tui/empty.exp: Enable resizing tests.
4303
4304 2019-08-15 Tom Tromey <tromey@adacore.com>
4305
4306 * gdb.ada/char_enum.exp: Add regression tests.
4307 * gdb.ada/char_enum/foo.adb (Char_Enum_Type): Use '_'
4308 and '0'.
4309 (Char, Gchar): Update.
4310 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): Use '+'.
4311
4312 2019-08-15 Christian Biesinger <cbiesinger@google.com>
4313
4314 * gdb.python/python.exp: Expect a leading underscore on
4315 GdbOutput{,Error}File.
4316
4317 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
4318
4319 * gdb.dwarf2/dw2-dir-file-name.exp: Skip on remote or
4320 Windows host.
4321
4322 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
4323
4324 * gdb.base/batch-preserve-term-settings.exp
4325 (test_terminal_settings_preserved_after_sigterm): Skip on Windows.
4326
4327 2019-08-15 Christian Biesinger <cbiesinger@google.com>
4328
4329 * lib/gdb.exp: When running on a mingw target, replace
4330 /x/ with x:/.
4331
4332 2019-08-14 Alan Hayward <alan.hayward@arm.com>
4333
4334 * gdb.arch/aarch64-prologue.c: New test.
4335 * gdb.arch/aarch64-prologue.exp: New file.
4336
4337 2019-08-13 Tom de Vries <tdevries@suse.de>
4338
4339 * gdb.gdb/selftest.exp (send ^C to child process again): Accept also
4340 Thread.
4341
4342 2019-08-13 Sandra Loosemore <sandra@codesourcery.com>
4343
4344 * gdb.python/py-completion.exp: Download the .py file to the host
4345 and use its host pathname. Conditionalize tests that use
4346 tab completion and manipulate files on the build machine.
4347 * gdb.python/py-events.exp: Download the .py file to the host
4348 and use its host pathname.
4349 * gdb.python/py-evsignal.exp: Likewise.
4350 * gdb.python/py-evthreads.exp: Likewise.
4351 * gdb.python/py-framefilter-invalidarg.exp: Match Windows
4352 pathname syntax.
4353 * gdb.python/py-framefilter.exp: Download the .py file to the right
4354 place on the host. Match Windows pathname syntax.
4355 * gdb.python/py-mi-var-info-path-expression.exp: Download the
4356 .py file to the host and use its host pathname.
4357 * gdb.python/py-objfile-script.exp: Match Windows pathname syntax.
4358 * gdb.python/py-objfile.exp: Expect a host pathname, not a
4359 build pathname. Skip symlink test on Windows host. Add missing
4360 newline at end of file.
4361 * gdb.python/py-pp-maint.exp: Download the .py file to the host
4362 and use its host pathname.
4363 * gdb.python/py-pp-registration.exp: Match Windows pathname syntax.
4364 * gdb.python/py-section-script.exp: Use host location of binfile
4365 on safe-path. Use correct path separator on Windows host.
4366 Reorder alternatives in gdb_test_multiple to prevent matching
4367 the wrong alternative on success.
4368 * gdb.python/py-symtab.exp: Match Windows pathname syntax.
4369
4370 2019-08-12 Patrick Palka <patrick@parcs.ath.cx>
4371
4372 * gdb.gdb/selftest.exp (test_with_self): Update test to now
4373 expect the GDB inferior to no longer immediately stop after
4374 being resumed with "signal SIGINT".
4375
4376 2019-08-09 Sandra Loosemore <sandra@codesourcery.com>
4377
4378 * gdb.linespec/break-ask.exp: Generalize regexps to match
4379 Windows pathnames too.
4380
4381 2019-08-08 Tom de Vries <tdevries@suse.de>
4382
4383 PR testsuite/24862
4384 * lib/tuiterm.exp (_accept): Fix CSI regexp.
4385
4386 2019-08-07 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4387
4388 * gdb.base/style.exp: Update tests for help doc new invariants.
4389 * gdb.base/help.exp: Likewise.
4390
4391 2019-08-06 Tom Tromey <tom@tromey.com>
4392
4393 * gdb.base/style.exp: Add disassemble test.
4394 * gdb.base/style.c (some_called_function): New function.
4395 (main): Use it.
4396
4397 2019-08-05 Christian Biesinger <cbiesinger@google.com>
4398
4399 * gdb.python/py-block.exp: Test dictionary access on blocks.
4400
4401 2019-08-05 Simon Marchi <simon.marchi@efficios.com>
4402
4403 PR gdb/24863
4404 * gdb.mi/list-thread-groups-available.exp: Increase timeout for
4405 -list-thread-groups --available test when running under
4406 check-read1.
4407
4408 2019-08-05 Tom de Vries <tdevries@suse.de>
4409
4410 PR testsuite/24863
4411 * lib/gdb.exp (with_read1_timeout_factor): New proc.
4412 * gdb.base/help.exp: Use with_read1_timeout_factor.
4413 * gdb.base/info-macros.exp: Same.
4414 * gdb.cp/nested-types.exp: Same.
4415
4416 2019-08-05 Tom de Vries <tdevries@suse.de>
4417
4418 * lib/gdb.exp (version_at_least): Factor out of ...
4419 (tcl_version_at_least): ... here.
4420 (gdb_compile): Fail if pie results in non-PIE executable.
4421 (readelf_version, readelf_prints_pie): New proc.
4422 (exec_is_pie): Return -1 if unknown.
4423
4424 2019-08-05 Tom de Vries <tdevries@suse.de>
4425
4426 * lib/gdb.exp (tcl_version_at_least): Fix typo.
4427
4428 2019-08-04 Sandra Loosemore <sandra@codesourcery.com>
4429
4430 * gdb.server/reconnect-ctrl-c.exp: Skip if nointerrupts.
4431
4432 2019-08-04 Sandra Loosemore <sandra@codesourcery.com>
4433
4434 * lib/completion-support.exp (test_gdb_complete_none): Skip
4435 tab completion tests if no readline support.
4436 (test_gdb_complete_unique_re): Likewise.
4437 (test_gdb_complete_multiple): Likewise.
4438
4439 2019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4440
4441 * gdb.base/info_sources.exp: New file.
4442 * gdb.base/info_sources.c: New file.
4443 * gdb.base/info_sources_base.c: New file.
4444
4445 2019-08-01 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
4446
4447 * gdb.base/batch-exit-status.exp: Call test_exit_status with
4448 prefix argument.
4449 (test_exit_status): Add prefix argument.
4450
4451 2019-08-01 Tom de Vries <tdevries@suse.de>
4452
4453 PR testsuite/24863
4454 * gdb.threads/fork-plus-threads.exp: Fix check-run1 timeout by
4455 calling exp_continue for new thread and thread exited messages.
4456
4457 2019-08-01 Tom de Vries <tdevries@suse.de>
4458
4459 PR testsuite/24863
4460 * gdb.base/structs.exp: Fix check-read1 timeout using
4461 gdb_test_sequence.
4462 * lib/gdb.exp (tcl_version_at_least, lrepeat): New proc.
4463
4464 2019-08-01 Tom de Vries <tdevries@suse.de>
4465
4466 PR testsuite/24863
4467 * gdb.base/break-interp.exp: Use exp_continue after each "info files"
4468 line.
4469
4470 2019-08-01 Tom de Vries <tdevries@suse.de>
4471
4472 PR testsuite/24863
4473 * gdb.base/signals.exp: Fix check-read1 timeout using gdb_test_sequence.
4474
4475 2019-07-30 Tom Tromey <tromey@adacore.com>
4476
4477 * gdb.ada/display_nested.exp: New file.
4478 * gdb.ada/display_nested/foo.adb: New file.
4479 * gdb.ada/display_nested/pack.adb: New file.
4480 * gdb.ada/display_nested/pack.ads: New file.
4481
4482 2019-07-30 Christian Biesinger <cbiesinger@google.com>
4483
4484 * gdb.python/py-symbol.c: Add a static variable and one in an anonymous
4485 namespace.
4486 * gdb.python/py-symbol.exp: Test gdb.lookup_static_symbol.
4487
4488 2019-07-30 Tom de Vries <tdevries@suse.de>
4489
4490 * lib/read1.c (read): Don't use unsetenv (v), use setenv (v, "", 1)
4491 instead.
4492
4493 2019-07-30 Tom de Vries <tdevries@suse.de>
4494
4495 PR testsuite/24834
4496 * lib/gdb.exp (gdb_compile): Fail if nopie results in PIE executable.
4497 (exec_is_pie): New proc.
4498
4499 2019-07-29 Christian Biesinger <cbiesinger@google.com>
4500
4501 * gdb.python/py-objfile.exp: Fix misspelling (nonexistant -> nonexistent)
4502
4503 2019-07-29 Christian Biesinger <cbiesinger@google.com>
4504
4505 * gdb.python/py-objfile.c: Add global and static vars.
4506 * gdb.python/py-objfile.exp: Test new functions Objfile.
4507 lookup_global_symbol and lookup_static_symbol.
4508
4509 2019-07-29 Tom Tromey <tom@tromey.com>
4510
4511 * lib/tuiterm.exp (Term::_csi_@): New proc.
4512 (Term::_csi_X): Don't move cursor.
4513
4514 2019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4515
4516 * gdb.base/options.exp: Update backtrace - completion to
4517 new option -frame-info.
4518 * gdb.base/frame-args.exp: Test new 'frame-arguments presence'.
4519 Test new 'set print frame-info'. Test backtrace -frame-info
4520 overriding 'set print frame-info'.
4521 * gdb.python/py-framefilter.exp: Test new 'frame-arguments presence'.
4522 Test new 'set print frame-info'.
4523 Verify consistency of backtrace with and without filters, with and
4524 without -no-filters.
4525 * gdb.python/py-framefilter-invalidarg.exp: Update to new print_what
4526 default.
4527
4528 2019-07-29 Tom de Vries <tdevries@suse.de>
4529
4530 * gdb.linespec/explicit.exp: Fix completion trigger for "complete with
4531 no arguments".
4532
4533 2019-07-29 Tom de Vries <tdevries@suse.de>
4534
4535 * gdb.linespec/explicit.exp: Fix gdb_test_multiple regexps where second
4536 is a substring of the first for "complete non-unique file name".
4537
4538 2019-07-29 Tom de Vries <tdevries@suse.de>
4539
4540 * gdb.python/python.exp: Don't terminate gdb_test_multiple regexp
4541 with ".*".
4542
4543 2019-07-29 Tom de Vries <tdevries@suse.de>
4544
4545 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt, gdb_is_target_1):
4546 Pass prompt_regexp parameter to gdb_test_multiple calls.
4547
4548 2019-07-29 Tom de Vries <tdevries@suse.de>
4549
4550 * gdb.base/maint.exp: Use "\r\n" instead of "\[\r\n\]+" in "maint
4551 print registers" regexps.
4552
4553 2019-07-29 Tom de Vries <tdevries@suse.de>
4554
4555 * gdb.base/define.exp: Add "\r\n" to "reset gdb_prompt" regexp.
4556
4557 2019-07-29 Tom de Vries <tdevries@suse.de>
4558
4559 PR gdb/24855
4560 * lib/gdb.exp (gdb_test_multiple): Add prompt_regexp parameter.
4561 (skip_python_tests_prompt): Add prompt_regexp argument to
4562 gdb_test_multiple calls.
4563
4564 2019-07-27 Tom Tromey <tom@tromey.com>
4565
4566 * gdb.tui/main.exp: New file.
4567
4568 2019-07-27 Tom Tromey <tom@tromey.com>
4569
4570 * lib/tuiterm.exp (Term::clean_restart): Make "executable"
4571 optional.
4572 * gdb.tui/empty.exp: New file.
4573
4574 2019-07-27 Tom Tromey <tom@tromey.com>
4575
4576 * lib/tuiterm.exp (spawn): New proc.
4577 (Term::resize): New proc.
4578 * gdb.tui/resize.exp: New file.
4579
4580 2019-07-27 Tom Tromey <tom@tromey.com>
4581
4582 * gdb.tui/list.exp: New file.
4583
4584 2019-07-27 Tom Tromey <tom@tromey.com>
4585
4586 * gdb.tui/regs.exp: New file.
4587
4588 2019-07-27 Tom Tromey <tom@tromey.com>
4589
4590 * gdb.tui/basic.exp: Add "layout split" test.
4591
4592 2019-07-27 Tom Tromey <tom@tromey.com>
4593
4594 * gdb.tui/basic.exp: Add "layout asm" test.
4595
4596 2019-07-27 Tom Tromey <tom@tromey.com>
4597
4598 * lib/tuiterm.exp: New file.
4599 * gdb.tui/basic.exp: New file.
4600
4601 2019-07-27 Kevin Buettner <kevinb@redhat.com>
4602
4603 * gdb.dwarf2/dw2-ranges-func.exp (enable_foo_cold_stepping):
4604 Enable tests associated with this flag. Adjust regex
4605 referencing "foo_low" to now refer to "foo_cold" instead.
4606
4607 2019-07-27 Kevin Buettner <kevinb@redhat.com>
4608
4609 * gdb.dwarf2/dw2-ranges-func.c: Rename to...
4610 * gdb.dwarf2/dw2-ranges-func-lo-cold.c: ...this.
4611 * gdb.dwarf2/dw2-ranges-func-lo-cold.c (foo_low): Change name to
4612 foo_cold. Revise comments to match.
4613 * gdb.dwarf2/dw2-ranges-func-hi-cold.c: New file.
4614 * gdb.dwarf2/dw2-ranges-func.exp (do_test): New proc. Existing tests
4615 were wrapped into this proc; Call do_test in loop from outermost
4616 level.
4617 (foo_low): Rename all occurrences to "foo_cold".
4618 (backtrace from baz): New test.
4619 (x2/i foo_cold): New test.
4620 (info line *foo_cold): New test.
4621
4622 2019-07-26 Tom de Vries <tdevries@suse.de>
4623
4624 * gdb.arch/i386-pkru.exp: Fix unterminated string.
4625
4626 2019-07-25 Tom de Vries <tdevries@suse.de>
4627
4628 PR testsuite/24830
4629 * gdb.mi/mi-catch-cpp-exceptions.exp: Call
4630 mi_skip_libstdcxx_probe_tests, and skip unsupported tests.
4631 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Factor out of ...
4632 (skip_libstdcxx_probe_tests): ... here.
4633 * lib/mi-support.exp (mi_skip_libstdcxx_probe_tests): New proc.
4634
4635 2019-07-24 Tom de Vries <tdevries@suse.de>
4636
4637 PR testsuite/24807
4638 * gdb.objc/basicclass.m: Include stdio.h.
4639 * gdb.objc/nondebug.m: Same.
4640 * gdb.objc/objcdecode.m: Same.
4641
4642 2019-07-24 Tom de Vries <tdevries@suse.de>
4643
4644 PR testsuite/24612
4645 * gdb.base/infoline-reloc-main-from-zero.exp: Add -Wl,-N to
4646 additional_flags.
4647
4648 2019-07-24 Tom de Vries <tdevries@suse.de>
4649
4650 PR testsuite/24831
4651 * gdb.multi/tids.exp: Update error messages for info threads.
4652
4653 2019-07-24 Tom de Vries <tdevries@suse.de>
4654
4655 * gdb.base/info-types.exp: Allow info types to print info for more than
4656 one file.
4657
4658 2019-07-23 Tom de Vries <tdevries@suse.de>
4659
4660 PR testsuite/24842
4661 * gdb.dwarf2/multidictionary.exp: Consume initial prompt after
4662 gdb_spawn_with_cmdline_opts.
4663
4664 2019-07-23 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
4665
4666 * gdb.arch/arm-cmse-sgstubs.c: New test.
4667 * gdb.arch/arm-cmse-sgstubs.exp: New file.
4668
4669 2019-07-23 Tom de Vries <tdevries@suse.de>
4670
4671 PR testsuite/24711
4672 * gdb.mi/mi-complete.exp: Wait for "set max-completions" result before
4673 issuing next command.
4674
4675 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
4676
4677 * gdb.ada/info_auto_lang.exp: Update expected results.
4678 * gdb.base/info-types.c: Add additional types to check.
4679 * gdb.base/info-types.exp: Update expected results.
4680
4681 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
4682
4683 * gdb.base/info-types.c: New file.
4684 * gdb.base/info-types.exp: New file.
4685
4686 2019-07-19 Andrew Burgess <andrew.burgess@embecosm.com>
4687
4688 * gdb.arch/riscv-bp-infcall.c: New file.
4689 * gdb.arch/riscv-bp-infcall.exp: New file.
4690
4691 2019-07-17 Andrew Burgess <andrew.burgess@embecosm.com>
4692
4693 PR breakpoints/24541
4694 * gdb.mi/mi-catch-cpp-exceptions.exp: Remove kfail due to 24541.
4695
4696 2019-07-14 Tom de Vries <tdevries@suse.de>
4697
4698 PR testsuite/24760
4699 * gdb.objc/basicclass.exp: Fix unterminated string.
4700
4701 2019-07-12 Bernhard Heckel <bernhard.heckel@intel.com>
4702 Andrew Burgess <andrew.burgess@embecosm.com>
4703
4704 * gdb.fortran/vla-ptype.exp: Print array with negative bounds.
4705 * gdb.fortran/vla-sizeof.exp: Print the size of an array with
4706 negative bounds.
4707 * gdb.fortran/vla-value.exp: Print elements of an array with
4708 negative bounds.
4709 * gdb.fortran/vla.f90: Setup an array with negative bounds for
4710 testing.
4711
4712 2019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
4713
4714 * gdb.base/options.exp (expect_string): Dequote strings in
4715 results.
4716 (test-string): Test strings with different quoting and reindent.
4717
4718 2019-07-10 Tom Tromey <tromey@adacore.com>
4719
4720 * gdb.ada/mi_ex_cond.exp: Update expected results.
4721 * gdb.ada/mi_catch_ex_hand.exp: Update expected results.
4722 * gdb.ada/mi_catch_ex.exp: Update expected results.
4723 * gdb.ada/mi_catch_assert.exp: Update expected results.
4724 * gdb.ada/catch_ex.exp (catch_exception_info)
4725 (catch_exception_entry, catch_assert_entry)
4726 (catch_unhandled_entry): Update.
4727 * gdb.ada/catch_assert_if.exp: Update expected results.
4728
4729 2019-07-10 Richard Bunt <richard.bunt@arm.com>
4730 Stephen Roberts <stephen.roberts@arm.com>
4731
4732 * gdb.base/define.exp: Restore original prompt.
4733
4734 2019-07-09 Pedro Alves <palves@redhat.com>
4735
4736 * gdb.cp/catch-multi-stdlib.exp: Adjust expected "info
4737 breakpoints" output.
4738 * gdb.cp/exception.exp: Adjust expected "info breakpoints" output.
4739 * gdb.python/py-breakpoint.exp: No longer expect that "catch
4740 throw" creates breakpoint.
4741 * gdb.mi/mi-catch-cpp-exceptions.exp (setup_catchpoint): Expect
4742 'type="catchpoint"'.
4743
4744 2019-07-09 Pedro Alves <palves@redhat.com>
4745
4746 PR c++/15468
4747 * gdb.cp/except-multi-location-lib.cc: New.
4748 * gdb.cp/except-multi-location-main.cc: New.
4749 * gdb.cp/except-multi-location.exp: New.
4750
4751 2019-07-09 Sergio Durigan Junior <sergiodj@redhat.com>
4752
4753 * gdb.base/printcmds.exp (test_printf_convenience_var): Set
4754 language to "c++" before dealing with wchar_t. Remove DO_WSTRING
4755 argument and update callers.
4756
4757 2019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
4758
4759 * gdb.arch/amd64-break-on-asm-line.S: New file.
4760 * gdb.arch/amd64-break-on-asm-line.exp: New file.
4761
4762 2019-07-08 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4763
4764 * gdb.base/printcmds.exp: Test printing C string and
4765 C wide string convenience vars without transiting via the inferior.
4766 Also make test names unique.
4767
4768 2019-07-08 Alan Hayward <alan.hayward@arm.com>
4769
4770 PR breakpoints/25011
4771 * gdb.base/break-idempotent.exp: Test both PIE and non PIE.
4772
4773 2019-07-04 Pedro Alves <palves@redhat.com>
4774
4775 * lib/gdb.exp (foreach_with_prefix): Don't return early if
4776 body returned ok(0), break(3) or continue(4).
4777 * gdb.testsuite/foreach_with_prefix.exp: New file.
4778
4779 2019-07-04 Alan Hayward <alan.hayward@arm.com>
4780
4781 * gdb.server/unittest.exp: Allow 0 unit tests to run.
4782
4783 2019-07-03 Pedro Alves <palves@redhat.com>
4784
4785 * lib/gdb.exp (foreach_with_prefix): Use "catch" and
4786 "return -code".
4787
4788 2019-07-03 Pedro Alves <palves@redhat.com>
4789
4790 PR cli/24732
4791 * gdb.base/shell.exp: Load completion-support.exp.
4792 Adjust expected error output. Add completion tests.
4793
4794 2019-07-03 Pedro Alves <palves@redhat.com>
4795
4796 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Use
4797 string_to_regexp.
4798
4799 2019-07-03 Pedro Alves <palves@redhat.com>
4800
4801 * gdb.base/options.exp (expect_none, expect_flag, expect_bool)
4802 (expect_integer): Adjust to expect "-string".
4803 (expect_string): New.
4804 (all_options): Expect "-string".
4805 (test-flag, test-boolean): Adjust to expect "-string".
4806 (test-string): New proc.
4807 (top level): Call it.
4808
4809 2019-07-03 Pedro Alves <palves@redhat.com>
4810
4811 * gdb.base/options.exp (test-misc, test-flag, test-boolean)
4812 (test-uinteger, test-enum): Adjust res_test_gdb_... calls to pass
4813 the expected output in the success.
4814
4815 2019-07-03 Pedro Alves <palves@redhat.com>
4816
4817 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
4818 Split one gdb_test_multiple call in two to avoid a race.
4819
4820 2019-07-03 Pedro Alves <palves@redhat.com>
4821
4822 * gdb.base/with.c: New file.
4823 * gdb.base/with.exp: New file.
4824
4825 2019-07-03 Pedro Alves <palves@redhat.com>
4826
4827 * gdb.base/settings.exp: Replace all references to "maint
4828 test-settings set" with references to "maint set test-settings",
4829 and all references to "maint test-settings show" with references
4830 to "maint show test-settings".
4831
4832 2019-07-03 Pedro Alves <palves@redhat.com>
4833
4834 * gdb.base/settings.exp (test-string): Adjust expected out when
4835 testing "maint test-settings show filename"
4836
4837 2019-07-02 Pedro Alves <palves@redhat.com>
4838
4839 * gdb.base/options.exp (test-info-threads): New procedure.
4840 (top level): Call it.
4841
4842 2019-06-28 Tom Tromey <tromey@adacore.com>
4843
4844 * gdb.dwarf2/ada-linkage-name.c: New file.
4845 * gdb.dwarf2/ada-linkage-name.exp: New file.
4846
4847 2019-06-27 Tom Tromey <tromey@adacore.com>
4848
4849 PR c++/20020:
4850 * gdb.cp/constexpr-field.exp: Use setup_xfail.
4851
4852 2019-06-26 Tom de Vries <tdevries@suse.de>
4853
4854 * gdb.dwarf2/varval.exp: Compile twice, once without bad DWARF.
4855
4856 2019-06-26 Tom de Vries <tdevries@suse.de>
4857
4858 * gdb.base/index-cache.exp: Add back missing debug option.
4859
4860 2019-06-23 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4861
4862 * gdb.base/alias.exp: Test non matching/non existing prefixes.
4863
4864 2019-06-25 Tom de Vries <tdevries@suse.de>
4865
4866 PR testsuite/24727
4867 * gdb.dwarf2/dw2-restrict.S: Regenerate using clang 5.0.1.
4868
4869 2019-06-24 Tom de Vries <tdevries@suse.de>
4870
4871 * gdb.dwarf2/implptr-64bit.exp: Fix intra-CU '%' label reference.
4872
4873 2019-06-24 Tom de Vries <tdevries@suse.de>
4874
4875 * gdb.trace/entry-values.exp: Use DW_FORM_udata instead of
4876 DW_FOR_sdata for DW_AT_decl_file. Use 0 for DW_AT_decl_file.
4877 * gdb.trace/unavailable-dwarf-piece.exp: Same.
4878
4879 2019-06-24 Tom de Vries <tdevries@suse.de>
4880
4881 * gdb.dwarf2/inlined_subroutine-inheritance.exp:
4882
4883 2019-06-21 Tom de Vries <tdevries@suse.de>
4884
4885 * gdb.base/index-cache.exp: Add additional_flags=-Wl,--build-id.
4886
4887 2019-06-21 Tom de Vries <tdevries@suse.de>
4888
4889 PR testsuite/24518
4890 PR ada/24713
4891 * gdb.ada/ptype_union.exp: Mark as unsupported if executable contains
4892 index.
4893
4894 2019-06-19 Tom Tromey <tromey@adacore.com>
4895
4896 * gdb.ada/length_cond.exp: Add intro comment.
4897
4898 2019-06-19 Tom Tromey <tromey@adacore.com>
4899
4900 * gdb.ada/length_cond.exp: New file.
4901 * gdb.ada/length_cond/length_cond.adb: New file.
4902 * gdb.ada/length_cond/pck.adb: New file.
4903 * gdb.ada/length_cond/pck.ads: New file.
4904
4905 2019-06-18 Tom de Vries <tdevries@suse.de>
4906
4907 * boards/fission.exp (debug_flags): Add "-fuse-ld=gold".
4908
4909 2019-06-18 Tom Tromey <tromey@adacore.com>
4910
4911 * gdb.base/list0.h: Add comment explaining control character.
4912
4913 2019-06-18 Tom de Vries <tdevries@suse.de>
4914
4915 * boards/fission.exp: Break up long debug_flags line.
4916
4917 2019-06-16 Tom de Vries <tdevries@suse.de>
4918
4919 PR gdb/24445
4920 * gdb.dwarf2/gdb-index.exp (add_gdb_index): Update dwz file with
4921 generated index.
4922
4923 2019-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
4924
4925 PR gdb/24686
4926 * gdb.mi/mi-catch-cpp-exceptions.exp: Add an extra pattern to
4927 improve detection of bug gdb/24541.
4928
4929 2019-06-16 Simon Marchi <simon.marchi@polymtl.ca>
4930
4931 PR gdb/24669
4932 * gdb.base/index-cache.exp (uses_readnow,
4933 expecting_index_cache_use): Define global variable.
4934 (test_cache_enabled_miss, test_cache_enabled_hit): Use
4935 expecting_index_cache_use.
4936
4937 2019-06-16 Bernhard Heckel <bernhard.heckel@intel.com>
4938 Andrew Burgess <andrew.burgess@embecosm.com>
4939
4940 * gdb.fortran/pointers.f90: New file.
4941 * gdb.fortran/print_type.exp: New file.
4942 * gdb.fortran/vla-ptype.exp: Adapt expected results.
4943 * gdb.fortran/vla-type.exp: Likewise.
4944 * gdb.fortran/vla-value.exp: Likewise.
4945 * gdb.mi/mi-vla-fortran.exp: Likewise.
4946
4947 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
4948
4949 * gdb.mi/mi-catch-cpp-exceptions.cc: New file.
4950 * gdb.mi/mi-catch-cpp-exceptions.exp: New file.
4951 * lib/mi-support.exp (mi_expect_stop): Handle 'exception-caught'
4952 as a stop reason.
4953
4954 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
4955
4956 * gdb.base/annota1.exp: Update expected results.
4957 * gdb.cp/annota2.exp: Likewise.
4958 * gdb.cp/annota3.exp: Likewise.
4959
4960 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
4961
4962 * gdb.base/style-logging.exp: Remove path from test name.
4963
4964 2019-06-14 Tom Tromey <tromey@adacore.com>
4965
4966 PR gdb/24502:
4967 * gdb.base/style-logging.exp: New file.
4968
4969 2019-06-14 Tom Tromey <tromey@adacore.com>
4970
4971 * gdb.base/symfile-warn.exp: New file.
4972 * gdb.base/symfile-warn.c: New file.
4973
4974 2019-06-14 Tom Tromey <tromey@adacore.com>
4975
4976 * gdb.base/annotate-symlink.exp: New file.
4977
4978 2019-06-14 Tom Tromey <tromey@adacore.com>
4979
4980 * gdb.ada/set_wstr.exp: Add reassignment test.
4981
4982 2019-06-14 Tom Tromey <tromey@adacore.com>
4983
4984 * gdb.ada/formatted_ref.exp (test_p_x_addr): Check
4985 'unchecked_access and 'unrestricted_access as well.
4986
4987 2019-06-14 Tom Tromey <tromey@adacore.com>
4988
4989 PR ada/24539:
4990 * gdb.ada/vla.exp: Update tests.
4991 * gdb.ada/vla/vla.adb (Record_Type): Use No_Component_Reordering
4992 pragma.
4993
4994 2019-06-13 Pedro Alves <palves@redhat.com>
4995
4996 * gdb.base/settings.exp (test-integer): Test junk after
4997 "unlimited".
4998
4999 2019-06-13 Pedro Alves <palves@redhat.com>
5000
5001 * gdb.base/options.exp (test-thread-apply): New.
5002 (top level): Call it.
5003
5004 2019-06-13 Pedro Alves <palves@redhat.com>
5005
5006 * gdb.base/options.exp (test-frame-apply): New.
5007 (top level): Test print commands with different "frame apply"
5008 prefixes.
5009
5010 2019-06-13 Pedro Alves <palves@redhat.com>
5011
5012 * lib/completion-support.exp (test_gdb_complete_tab_multiple)
5013 (test_gdb_complete_cmd_multiple, test_gdb_complete_multiple): Add
5014 'max_completions' parameter and handle it.
5015 (test_gdb_completion_offers_commands): New.
5016
5017 2019-06-13 Pedro Alves <palves@redhat.com>
5018
5019 * gdb.base/options.exp (test-backtrace): Test completing qualifiers.
5020
5021 2019-06-13 Pedro Alves <palves@redhat.com>
5022
5023 * gdb.base/options.exp (test-backtrace): New.
5024 (top level): Call it.
5025
5026 2019-06-13 Pedro Alves <palves@redhat.com>
5027
5028 * gdb.guile/scm-frame-args.exp: Use "set print
5029 raw-frame-arguments" instead of "set print raw frame-arguments".
5030 * gdb.python/py-frame-args.exp: Likewise.
5031
5032 2019-06-13 Pedro Alves <palves@redhat.com>
5033
5034 * gdb.compile/compile.exp: Adjust expected output to option
5035 processing changes.
5036
5037 2019-06-13 Pedro Alves <palves@redhat.com>
5038
5039 * gdb.base/options.exp: Build executable.
5040 (test-print): New procedure.
5041 (top level): Call it, once for "print" and another for "compile
5042 print".
5043
5044 2019-06-13 Pedro Alves <palves@redhat.com>
5045
5046 * gdb.base/options.c: New file.
5047 * gdb.base/options.exp: New file.
5048
5049 2019-06-13 Pedro Alves <palves@redhat.com>
5050
5051 * gdb.base/settings.exp (test-boolean, test-auto-boolean): Check
5052 that "o" is ambiguous.
5053
5054 2019-06-13 Pedro Alves <palves@redhat.com>
5055
5056 * gdb.base/settings.c: New file.
5057 * gdb.base/settings.exp: New file.
5058
5059 2019-06-13 Pedro Alves <palves@redhat.com>
5060
5061 * gdb.base/completion.exp: Fix comment typo.
5062
5063 2019-06-13 Pedro Alves <palves@redhat.com>
5064
5065 * gdb.multi/tids.exp: Adjust expected output. Add "thread apply 1
5066 foo --1" test.
5067
5068 2019-06-11 Bernhard Heckel <bernhard.heckel@intel.com>
5069
5070 * gdb.fortran/block-data.f: New.
5071 * gdb.fortran/block-data.exp: New.
5072
5073 2019-06-11 Tom de Vries <tdevries@suse.de>
5074
5075 PR testsuite/24521
5076 * gdb.multi/remove-inferiors.exp: Allow "Expanding full symbols"
5077 message.
5078
5079 2019-06-11 Tom de Vries <tdevries@suse.de>
5080
5081 PR testsuite/24521
5082 * gdb.dwarf2/nonvar-access.exp: Fix main high_pc.
5083
5084 2019-06-11 Tom de Vries <tdevries@suse.de>
5085
5086 * boards/readnow.exp: New file.
5087
5088 2019-06-10 Andrew Burgess <andrew.burgess@embecosm.com>
5089
5090 * gdb.fortran/vla-sizeof.exp: Update expected results.
5091
5092 2019-06-06 Amos Bird <amosbird@gmail.com>
5093
5094 * gdb.base/annota1.exp (thread_switch): Add test for
5095 thread-exited annotation.
5096
5097 2019-06-06 Tom Tromey <tromey@adacore.com>
5098
5099 * gdb.base/maint.exp: Expect command started/finished output.
5100
5101 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
5102
5103 * gdb.arch/riscv-unwind-long-insn-6.s: Remove use of 'I' in
5104 comment.
5105 * gdb.arch/riscv-unwind-long-insn-8.s: Likewise.
5106
5107 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
5108
5109 * gdb.arch/riscv-unwind-long-insn-6.s: New file.
5110 * gdb.arch/riscv-unwind-long-insn-8.s: New file.
5111 * gdb.arch/riscv-unwind-long-insn.c: New file.
5112 * gdb.arch/riscv-unwind-long-insn.exp: New file.
5113
5114 2019-06-04 Christian Biesinger <cbiesinger@google.com>
5115
5116 * gdb.python/py-type.exp: Test for new gdb.Type.objfile property.
5117
5118 2019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5119
5120 * lib/gdb.exp (help_list_trailer): New regexp variable
5121 factorizing the help trailer message.
5122 (test_class_help): Use help_list_trailer. Add LIST_OF_COMMANDS
5123 arg to allow to better factorize various tests.
5124 (test_user_defined_class_help): Factorizes testing 'help user-defined'.
5125 (test_prefix_command_help): Use help_list_trailer.
5126 * gdb.python/py-cmd.exp: Use test_user_defined_class_help.
5127 * gdb.guile/scm-cmd.exp: Likewise.
5128 * gdb.trace/tracecmd.exp: Update caller of test_class_help.
5129 * gdb.base/help.exp: Use test_user_defined_class_help.
5130 * gdb.base/style.exp: Add tests for styling of help and apropos.
5131 * lib/gdb-utils.exp (style): Add title and highlight styles.
5132
5133 2019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5134
5135 * gdb.base/shell.exp: Test pipe command, $_shell_exitcode,
5136 $_shell_exitsignal.
5137 * gdb.base/default.exp: Update for new convenience variables.
5138
5139 2019-05-29 Tom Tromey <tromey@adacore.com>
5140
5141 * gdb.ada/complete.exp (test_gdb_no_completion): Add "/" and "-"
5142 to "break complete ada" test case's regexp.
5143
5144 2019-05-29 Tom Tromey <tromey@adacore.com>
5145
5146 PR c++/20020:
5147 * gdb.cp/constexpr-field.exp: New file.
5148 * gdb.cp/constexpr-field.cc: New file.
5149
5150 2019-05-29 Tom Tromey <tromey@adacore.com>
5151
5152 * gdb.base/finish.exp (finish_no_print): New proc.
5153 (finish_tests): Call it.
5154
5155 2019-05-24 Tom de Vries <tdevries@suse.de>
5156
5157 * gdb.dwarf2/gdb-add-index.exp: New file.
5158
5159 2019-05-22 Tom Tromey <tromey@adacore.com>
5160
5161 * gdb.base/info-shared.exp (check_info_shared): Use "style".
5162 * gdb.base/style.exp: Use "style".
5163 * lib/gdb-utils.exp (style): New proc.
5164
5165 2019-05-22 Tom de Vries <tdevries@suse.de>
5166
5167 * gdb.base/align.exp: Require c++11.
5168
5169 2019-05-22 Tom de Vries <tdevries@suse.de>
5170
5171 PR testsuite/24586
5172 * gdb.python/py-mi-var-info-path-expression.exp: Call
5173 mi_skip_python_tests to check if python is supported.
5174
5175 2019-05-22 Alan Hayward <alan.hayward@arm.com>
5176
5177 * gdb.arch/aarch64-pauth.c: New test.
5178 * gdb.arch/aarch64-pauth.exp: New file.
5179
5180 2019-05-22 Alan Hayward <alan.hayward@arm.com>
5181
5182 * README (Re-running Tests Outside The Testsuite): New section.
5183
5184 2019-05-21 Tom de Vries <tdevries@suse.de>
5185
5186 * gdb.arch/amd64-eval.exp: Require c++11.
5187 * gdb.base/max-depth.exp: Same.
5188 * gdb.compile/compile-cplus-array-decay.exp: Same.
5189 * gdb.cp/meth-typedefs.exp: Same.
5190 * gdb.cp/subtypes.exp: Same.
5191 * gdb.cp/temargs.exp: Same.
5192
5193 2019-05-21 Alan Hayward <alan.hayward@arm.com>
5194
5195 * lib/gdbserver-support.exp (gdbserver_run): Mark kill as optional.
5196
5197 2019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
5198
5199 PR gdb/18644
5200 * gdb.fortran/complex.exp: Remove setup_kfail calls.
5201 * gdb.fortran/printing-types.exp: Add new test.
5202 * gdb.fortran/printing-types.f90: Add 16-byte real variable for
5203 testing.
5204 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Remove
5205 setup_kfail call.
5206
5207 2019-05-17 Alan Hayward <alan.hayward@arm.com>
5208
5209 * README (Running the Testsuite): Change example.
5210 (Testsuite Parameters): Remove TRANSCRIPT.
5211 * lib/gdb.exp: Remove TRANSCRIPT check.
5212
5213 2019-05-17 Alan Hayward <alan.hayward@arm.com>
5214
5215 * README (Testsuite Parameters): Add replay logging to
5216 GDBSERVER_DEBUG.
5217 (gdbserver,debug): Refer to GDBSERVER_DEBUG.
5218 * lib/gdbserver-support.exp (gdbserver_start): Treat gdbserverdebug
5219 as a comma separated list.
5220 (gdb_debug_init): Override procedure.
5221
5222 2019-05-17 Alan Hayward <alan.hayward@arm.com>
5223
5224 * lib/gdb.exp (default_gdb_spawn): Call gdb_write_cmd_file.
5225 (gdb_write_cmd_file): New procedure.
5226 * lib/gdbserver-support.exp (gdbserver_start): Call
5227 gdbserver_write_cmd_file.
5228 (gdbserver_write_cmd_file): New procedure.
5229
5230 2019-05-17 Alan Hayward <alan.hayward@arm.com>
5231
5232 * lib/gdb.exp (gdb_unload): Mark Y as an answer.
5233 (delete_breakpoints): Likewise.
5234 (gdb_run_cmd): Likewise.
5235 (gdb_start_cmd): Likewise.
5236 (gdb_starti_cmd): Likewise.
5237 (gdb_internal_error_resync): Likewise.
5238 (gdb_test_multiple): Likewise.
5239 (gdb_reinitialize_dir): Likewise.
5240 (default_gdb_exit): Likewise.
5241 (gdb_file_cmd): Mark kill as optional.
5242 (default_gdb_start): Call gdb_stdin_log_init.
5243 (send_gdb): Call gdb_stdin_log_write.
5244 (rerun_to_main): Mark Y as an answer.
5245 (gdb_stdin_log_init): New function.
5246 (gdb_stdin_log_write): Likewise.
5247
5248 2019-05-17 Alan Hayward <alan.hayward@arm.com>
5249
5250 * gdb.base/breakpoint-in-ro-region.exp: Disable when debugging.
5251 * gdb.base/debug-expr.exp: Likewise.
5252 * gdb.base/foll-fork.exp: Likewise.
5253 * gdb.base/foll-vfork.exp: Likewise.
5254 * gdb.base/fork-print-inferior-events.exp: Likewise.
5255 * gdb.base/gdb-sigterm.exp: Likewise.
5256 * gdb.base/gdbinit-history.exp: Likewise.
5257 * gdb.base/osabi.exp: Likewise.
5258 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
5259 * gdb.base/ui-redirect.exp: Likewise.
5260 * gdb.gdb/unittest.exp: Likewise.
5261 * gdb.mi/mi-break.exp: Disable separate-mi-tty when debugging.
5262 * gdb.mi/mi-watch.exp: Likewise.
5263 * gdb.mi/new-ui-mi-sync.exp: Likewise.
5264 * gdb.mi/user-selected-context-sync.exp: Likewise.
5265 * gdb.python/python.exp: Disable debug test when debugging.
5266 * gdb.threads/check-libthread-db.exp: Disable when debugging.
5267 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
5268 Likewise.
5269 * gdb.threads/stepi-random-signal.exp: Likewise.
5270
5271 2019-05-17 Alan Hayward <alan.hayward@arm.com>
5272
5273 * Makefile.in: Pass through GDB_DEBUG.
5274 * README (Testsuite Parameters): Add GDB_DEBUG.
5275 (gdb,debug): Add board setting.
5276 * lib/gdb.exp (default_gdb_start): Start debugging.
5277 (gdb_debug_enabled): New procedure.
5278 (gdb_debug_init): Likewise.
5279
5280 2019-05-17 Alan Hayward <alan.hayward@arm.com>
5281
5282 * Makefile.in: Pass through GDB_DEBUG.
5283 * README (Testsuite Parameters): Add GDB_DEBUG.
5284 (gdb,debug): Add board setting.
5285 * lib/gdb.exp (default_gdb_start): Start debugging.
5286 (gdb_debug_enabled): New procedure.
5287 (gdb_debug_init): Likewise.
5288
5289 2019-05-17 Alan Hayward <alan.hayward@arm.com>
5290
5291 * gdb.base/ui-redirect.exp: Add debug redirect tests.
5292
5293 2019-05-17 Alan Hayward <alan.hayward@arm.com>
5294
5295 * gdb.base/ui-redirect.exp: Test redirection.
5296
5297 2019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
5298
5299 * gdb.mi/mi-complete.exp: New file.
5300 * gdb.mi/mi-complete.cc: Likewise.
5301
5302 2019-05-15 Bernhard Heckel <bernhard.heckel@intel.com>
5303
5304 * gdb.fortran/vla-sizeof.exp: Add tests of sizeof applied to
5305 indexed and sliced arrays, and pointers to arrays.
5306
5307 2019-05-14 Tom Tromey <tromey@adacore.com>
5308
5309 * gdb.base/info-shared.exp (check_info_shared): Add "info shared"
5310 styling test.
5311
5312 2019-05-14 Tom de Vries <tdevries@suse.de>
5313
5314 * gdb.dwarf2/dw2-skip-prologue.S (.debug_loc): Fix base address
5315 selection entry encoding.
5316
5317 2019-05-10 Tom Tromey <tromey@adacore.com>
5318
5319 * gdb.ada/info_exc.exp: Add "complete" test.
5320
5321 2019-05-09 Tom de Vries <tdevries@suse.de>
5322
5323 * gdb.arch/amd64-tailcall-self.S: Make DW_FORM_ref4 references
5324 CU-relative.
5325
5326 2019-05-09 Tom de Vries <tdevries@suse.de>
5327
5328 * gdb.arch/amd64-entry-value-paramref.S: Make DW_FORM_ref4 references
5329 CU-relative.
5330
5331 2019-05-08 Joel Brobecker <brobecker@adacore.com>
5332
5333 * gdb.ada/frame_arg_lang.exp: New testcase.
5334 * gdb.ada/frame_arg_lang/bla.adb: New file.
5335 * gdb.ada/frame_arg_lang/pck.ads: New file.
5336 * gdb.ada/frame_arg_lang/pck.adb: New file.
5337 * gdb.ada/frame_arg_lang/foo.c: New file.
5338
5339 2019-05-08 Tom Tromey <tromey@adacore.com>
5340
5341 * gdb.python/py-value.exp (test_value_in_inferior): Add Ada test.
5342
5343 2019-05-08 Tom Tromey <tromey@adacore.com>
5344
5345 * gdb.base/ptype-offsets.exp: Update tests.
5346
5347 2019-05-08 Tom Tromey <tromey@adacore.com>
5348
5349 * gdb.base/ptype-offsets.exp: Use string_to_regexp. Fix test
5350 cases.
5351 * gdb.base/ptype-offsets.cc (struct abc) <my_int_type>: Now
5352 "short".
5353
5354 2019-05-08 Tom Tromey <tromey@adacore.com>
5355
5356 * gdb.ada/vla.exp: New file.
5357 * gdb.ada/vla/vla.adb: New file.
5358
5359 2019-05-07 Tom de Vries <tdevries@suse.de>
5360
5361 * gdb.base/index-cache.exp (ls_host): Fix return statement.
5362
5363 2019-05-07 Tom de Vries <tdevries@suse.de>
5364
5365 PR testsuite/24522
5366 * gdb.dlang/watch-loc.c: Fix debug_info_offset in .debug_aranges
5367 section.
5368
5369 2019-05-07 Tom de Vries <tdevries@suse.de>
5370
5371 PR testsuite/24522
5372 * gdb.dwarf2/dw2-case-insensitive-debug.S: Fix debug_info_offset in
5373 .debug_aranges section.
5374
5375 2019-05-07 Tom de Vries <tdevries@suse.de>
5376
5377 PR testsuite/24159
5378 * lib/dwarf.exp: Fix handling of DW_FORM_ref_addr.
5379
5380 2019-05-06 Tom de Vries <tdevries@suse.de>
5381
5382 * lib/gdb.exp (exec_has_index_section): New proc.
5383 * gdb.base/index-cache.exp: Handle case that binfile contains an index
5384 section.
5385
5386 2019-05-04 Tom de Vries <tdevries@suse.de>
5387
5388 * boards/cc-with-debug-names.exp: New file.
5389
5390 2019-05-03 Tom Tromey <tromey@adacore.com>
5391
5392 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): New type.
5393 * gdb.ada/char_enum/foo.adb: Use Global_Enum_Type.
5394 * gdb.ada/char_enum.exp: Add test.
5395
5396 2019-05-03 Tom de Vries <tdevries@suse.de>
5397
5398 * boards/cc-with-gdb-index.exp: New file.
5399
5400 2019-05-02 Andrew Burgess <andrew.burgess@embecosm.com>
5401
5402 * gdb.rust/simple.exp: Add new test case.
5403 * gdb.rust/simple.rs (struct StringAtOffset): New struct.
5404 (main): Initialise an instance of the new struct.
5405
5406 2019-05-01 Tom Tromey <tromey@adacore.com>
5407
5408 * gdb.ada/packed_array_assign/aggregates.ads (Nested_Packed): New
5409 record.
5410 (NPR): New variable.
5411 * gdb.ada/packed_array_assign.exp: Add nested packed assignment
5412 test.
5413
5414 2019-05-01 Tom Tromey <tromey@adacore.com>
5415
5416 * gdb.ada/packed_array_assign.exp: Add packed assignment
5417 regression test.
5418
5419 2019-05-01 Tom de Vries <tdevries@suse.de>
5420
5421 * boards/cc-with-tweaks.exp: Generate gdb.sh, and pass it in env(GDB).
5422
5423 2019-05-01 Tom de Vries <tdevries@suse.de>
5424
5425 * boards/dwarf4-gdb-index.exp: Use cc-with-tweaks.exp.
5426
5427 2019-04-30 Ali Tamur <tamur@google.com>
5428
5429 * lib/dwarf.exp(): Added DW_FORM_strx1-4.
5430
5431 2019-04-30 Tom Tromey <tromey@adacore.com>
5432
5433 * lib/ada.exp (find_ada_tool): New proc.
5434 * lib/gdb.exp (gdb_compile_shlib): Allow .o files as inputs.
5435 * gdb.ada/catch_ex_std.exp: New file.
5436 * gdb.ada/catch_ex_std/foo.adb: New file.
5437 * gdb.ada/catch_ex_std/some_package.adb: New file.
5438 * gdb.ada/catch_ex_std/some_package.ads: New file.
5439
5440 2019-04-30 Tom Tromey <tromey@adacore.com>
5441
5442 PR c++/24470:
5443 * gdb.cp/temargs.cc: Add test code from PR.
5444
5445 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
5446
5447 * gdb.fortran/vla-datatypes.exp: Update expected results.
5448 * gdb.fortran/vla-ptype.exp: Likewise.
5449 * gdb.fortran/vla-type.exp: Likewise.
5450 * gdb.fortran/vla-value.exp: Likewise.
5451
5452 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
5453
5454 * gdb.fortran/ptr-indentation.exp: Update expected results.
5455 * gdb.fortran/ptype-on-functions.exp: Likewise.
5456 * gdb.fortran/vla-ptr-info.exp: Likewise.
5457 * gdb.fortran/vla-value.exp: Likewise.
5458
5459 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
5460
5461 * gdb.fortran/ptype-on-functions.exp: New file.
5462 * gdb.fortran/ptype-on-functions.f90: New file.
5463
5464 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
5465
5466 * gdb.fortran/exprs.exp (test_convenience_variables): Expect lower
5467 case void string.
5468
5469 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
5470
5471 * gdb.fortran/complex.exp: Expand.
5472 * gdb.fortran/complex.f: Renamed to...
5473 * gdb.fortran/complex.f90: ...this, and extended to add more
5474 complex values.
5475
5476 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
5477
5478 * gdb.fortran/intrinsics.exp: Extend to cover MOD, CEILING, FLOOR,
5479 MODULO, CMPLX.
5480
5481 2019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
5482 Richard Bunt <richard.bunt@arm.com>
5483
5484 * gdb.base/max-depth.c: New file.
5485 * gdb.base/max-depth.exp: New file.
5486 * gdb.python/py-nested-maps.c: New file.
5487 * gdb.python/py-nested-maps.exp: New file.
5488 * gdb.python/py-nested-maps.py: New file.
5489 * gdb.python/py-format-string.exp (test_max_depth): New proc.
5490 (test_all_common): Call test_max_depth.
5491 * gdb.fortran/max-depth.exp: New file.
5492 * gdb.fortran/max-depth.f90: New file.
5493 * gdb.go/max-depth.exp: New file.
5494 * gdb.go/max-depth.go: New file.
5495 * gdb.modula2/max-depth.exp: New file.
5496 * gdb.modula2/max-depth.c: New file.
5497 * lib/gdb.exp (get_print_expr_at_depths): New proc.
5498
5499 2019-04-29 Tom de Vries <tdevries@suse.de>
5500
5501 * lib/opencl.exp (skip_opencl_tests): Add missing "with" in regexp.
5502
5503 2019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5504
5505 * gdb.base/callexit.exp: Test may-call-functions off.
5506
5507 2019-04-25 Keith Seitz <keiths@redhat.com>
5508
5509 PR c++/24367
5510 * gdb.cp/meth-typedefs.cc (incomplete_struct)
5511 (another_incomplete_struct, test_incomplete): New definitions.
5512 (main): Use new definitions.
5513 * gdb.cp/meth-typedefs.exp: Add new tests for `test_incomplete'
5514 functions.
5515
5516 2019-04-25 Ali Tamur <tamur@google.com>
5517
5518 * lib/dwarf.exp (_handle_DW_FORM): Add DW_FORM_strx.
5519
5520 2019-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
5521
5522 PR corefiles/11608
5523 PR corefiles/18187
5524 * gdb.base/coredump-filter-build-id.exp: New file.
5525
5526 2019-04-25 Alan Hayward <alan.hayward@arm.com>
5527
5528 * Makefile.in: Pass through GDBSERVER_DEBUG.
5529 * README (Testsuite Parameters): Add GDBSERVER_DEBUG.
5530 (gdbserver,debug): Add board setting.
5531 * gdb.trace/tspeed.exp: Skip when debugging.
5532 * lib/gdb.exp (gdbserver_debug_enabled): New procedure.
5533 * lib/gdbserver-support.exp: Likewise
5534
5535 2019-04-24 Tom Tromey <tromey@adacore.com>
5536
5537 * lib/gdb.exp (gdb_compile): Don't add -fno-stack-protector for
5538 Rust.
5539
5540 2019-04-24 Tom Tromey <tromey@adacore.com>
5541
5542 * gdb.arch/amd64-eval.exp: Test bitfield return.
5543 * gdb.arch/amd64-eval.cc (struct Bitfields): New.
5544 (class Foo) <return_bitfields>: New method.
5545 (main): Call it.
5546
5547 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
5548
5549 * gdb.cp/many-args.cc: New file.
5550 * gdb.cp/many-args.exp: New file.
5551
5552 2019-04-23 Tom de Vries <tdevries@suse.de>
5553
5554 PR gdb/24433
5555 * gdb.btrace/reconnect.exp: Fix stepi 19 pattern.
5556
5557 2019-04-23 Alan Hayward <alan.hayward@arm.com>
5558
5559 * gdb.trace/backtrace.exp: Use nopie flag.
5560 * gdb.trace/circ.exp: Likewise.
5561 * gdb.trace/collection.exp: Likewise.
5562 * gdb.trace/ftrace.exp: Likewise.
5563 * gdb.trace/mi-trace-unavailable.exp: Likewise.
5564 * gdb.trace/mi-traceframe-changed.exp: Likewise.
5565 * gdb.trace/qtro.exp: Likewise.
5566 * gdb.trace/read-memory.exp: Likewise.
5567 * gdb.trace/report.exp: Likewise.
5568 * gdb.trace/tfile.exp: Likewise.
5569 * gdb.trace/tfind.exp: Likewise.
5570 * gdb.trace/unavailable.exp: Likewise.
5571
5572 2019-04-22 Pedro Alves <palves@redhat.com>
5573
5574 * gdb.base/solib-probes-nosharedlibrary.c,
5575 gdb.base/solib-probes-nosharedlibrary.exp: New files.
5576
5577 2019-04-19 Tom Tromey <tromey@adacore.com>
5578
5579 * gdb.ada/ptype_union.c: New file.
5580 * gdb.ada/ptype_union.exp: New file.
5581
5582 2019-04-19 Tom Tromey <tromey@adacore.com>
5583
5584 PR symtab/24423:
5585 * gdb.base/list0.h (foo): Add a control-l character.
5586
5587 2019-04-18 Tom de Vries <tdevries@suse.de>
5588
5589 PR gdb/24433
5590 * boards/local-board.exp: Set sysroot to "".
5591
5592 2019-04-18 Tom de Vries <tdevries@suse.de>
5593 Pedro Alves <palves@redhat.com>
5594
5595 PR gdb/24454
5596 * gdb.threads/vfork-follow-child-exec.c: New file.
5597 * gdb.threads/vfork-follow-child-exec.exp: New file.
5598 * gdb.threads/vfork-follow-child-exit.c: New file.
5599 * gdb.threads/vfork-follow-child-exit.exp: New file.
5600
5601 2019-04-15 Leszek Swirski <leszeks@google.com>
5602
5603 * gdb.arch/amd64-eval.cc: New file.
5604 * gdb.arch/amd64-eval.exp: New file.
5605
5606 2019-04-11 Alan Hayward <alan.hayward@arm.com>
5607
5608 * gdb.server/sysroot.c: New test.
5609 * gdb.server/sysroot.exp: New file.
5610 * lib/gdbserver-support.exp (gdb_target_cmd): Add additional text
5611 matching param.
5612
5613 2019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
5614
5615 * gdb.base/align.exp: Extend test to cover structures containing
5616 only static fields.
5617
5618 2019-04-11 Tom de Vries <tdevries@suse.de>
5619
5620 * boards/cc-with-dwz-m.exp: New file.
5621 * boards/cc-with-dwz.exp: New file.
5622 * boards/cc-with-tweaks.exp: Note that check-gdb doesn't work.
5623
5624 2019-04-09 Simon Marchi <simon.marchi@efficios.com>
5625
5626 * gdb.base/start-cpp.exp: New file.
5627 * gdb.base/start-cpp.cc: New file.
5628
5629 2019-04-08 Kevin Buettner <kevinb@redhat.com>
5630
5631 * gdb.python/py-thrhandle.exp: Adjust tests to call
5632 thread_from_handle instead of thread_from_thread_handle.
5633
5634 2019-04-08 Kevin Buettner <kevinb@redhat.com>
5635
5636 * gdb.python/py-thrhandle.exp: Add tests for
5637 gdb.InferiorThread.handle.
5638
5639 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
5640
5641 * gdb.python/py-function.exp: Check calling helper function from
5642 all languages.
5643 * lib/gdb.exp (gdb_supported_languages): New proc.
5644
5645 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
5646
5647 * gdb.base/complex-parts.c: New file.
5648 * gdb.base/complex-parts.exp: New file.
5649
5650 2019-04-01 Tom Tromey <tromey@adacore.com>
5651
5652 PR symtab/23331:
5653 * gdb.dwarf2/dw2-ranges-main.c: New file.
5654 * gdb.dwarf2/dw2-ranges-psym.c: New file.
5655 * gdb.dwarf2/dw2-ranges-psym.exp: New file.
5656
5657 2019-03-30 Simon Marchi <simark@simark.ca>
5658
5659 * gdb.base/default.exp: Add values for $_gdb_major and
5660 $_gdb_minor.
5661
5662 2019-03-29 Tom Tromey <tromey@adacore.com>
5663
5664 * gdb.base/help.exp: Tighten apropos regexp.
5665
5666 2019-03-29 Keith Seitz <keiths@redhat.com>
5667
5668 * gdb.fortran/array-bounds.exp: New file.
5669 * gdb.fortran/array-bounds.f90: New file.
5670
5671 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5672
5673 * gdb.multi/multi-term-settings.c (main): Increase alarm timer.
5674
5675 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5676
5677 * gdb.multi/hello.c (main): Increase alarm timer.
5678
5679 2019-03-28 Sandra Loosemore <sandra@codesourcery.com>
5680
5681 * gdb.threads/watchpoint-fork.exp (test): Use large timeout
5682 factor when no hardware watchpoint support.
5683
5684 2019-03-28 Alan Hayward <alan.hayward@arm.com>
5685 Pedro Alves <palves@redhat.com>
5686
5687 * boards/local-board.exp: set sysroot to /.
5688
5689 2019-03-27 Alan Hayward <alan.hayward@arm.com>
5690
5691 * gdb.base/interrupt-daemon-attach.c (main): Add alarm and sleep
5692 in child.
5693
5694 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
5695
5696 * gdb.python/py-prettyprint.c (struct container) <is_map_p>: New
5697 field.
5698 (make_container): Initialise new field.
5699 * gdb.python/py-prettyprint.exp: Add new tests.
5700 * gdb.python/py-prettyprint.py (class ContainerPrinter)
5701 <display_hint>: New method.
5702
5703 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
5704
5705 * gdb.python/py-prettyprint.exp: Use gdb_breakpoint and
5706 gdb_continue_to_breakpoint more throughout this test.
5707 (run_lang_tests) Supply unique test names, and use
5708 gdb_test_no_output.
5709
5710 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
5711
5712 * gdb.base/finish-pretty.exp: Update expected results.
5713 * gdb.base/pretty-print.c: New file.
5714 * gdb.base/pretty-print.exp: New file.
5715
5716 2019-03-25 Pedro Alves <palves@redhat.com>
5717
5718 * lib/gdb.exp (gdb_test_multiple): Split appends to $code and
5719 move comments outside list. Append '-i "" eof' section.
5720
5721 2019-03-22 Alan Hayward <alan.hayward@arm.com>
5722
5723 PR testsuite/25016
5724 * README: Add pie options.
5725 * gdb.base/break-interp.exp: Ensure pie is disabled.
5726 * gdb.base/dump.exp: Likewise.
5727 * lib/gdb.exp (gdb_compile): Add pie option.
5728
5729 2019-03-19 Tom Tromey <tromey@adacore.com>
5730
5731 * gdb.mi/mi2-cli-display.c: New file.
5732 * gdb.mi/mi2-cli-display.exp: New file.
5733
5734 2019-03-18 Joel Brobecker <brobecker@adacore.com>
5735 Tom Tromey <tromey@adacore.com>
5736
5737 * gdb.ada/ptype_array/pck.adb: New file.
5738 * gdb.ada/ptype_array/pck.ads: New file.
5739 * gdb.ada/ptype_array/foo.adb: New file.
5740 * gdb.ada/ptype_array.exp: New file.
5741
5742 2019-03-14 Tom Tromey <tromey@adacore.com>
5743
5744 * gdb.base/style.exp: Add "set style sources" test.
5745
5746 2019-03-13 Simon Marchi <simon.marchi@ericsson.com>
5747
5748 * mi-breakpoint-location-ena-dis.exp: Rename to ...
5749 * mi-breakpoint-multiple-locations.exp: ... this.
5750 (make_breakpoints_pattern): New proc.
5751 (do_test): Add mi_version parameter, test -break-insert,
5752 -break-info and =breakpoint-created.
5753
5754 2019-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
5755
5756 * config/default.exp: Remove 'load_lib gdb.exp'.
5757 * config/monitor.exp: Likewise.
5758 * config/sid.exp: Likewise.
5759 * config/sim.exp: Likewise.
5760 * config/slite.exp: Likewise.
5761 * config/unix.exp: Likewise.
5762 * gdb.base/default.exp: Remove unhelpful comment.
5763
5764 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5765
5766 * gdb.fortran/type-kinds.exp: Extend to cover TYPE*SIZE cases.
5767
5768 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5769
5770 * gdb.fortran/intrinsics.exp: Extend to cover ABS.
5771
5772 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5773
5774 * gdb.fortran/type-kinds.exp: Update expected results.
5775
5776 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5777
5778 * gdb.fortran/type-kinds.exp: Test new integer type kind.
5779
5780 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5781
5782 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): New
5783 function.
5784 (test_basic_parsing_of_type_kinds): Expand types tested.
5785 (test_parsing_invalid_type_kinds): New function.
5786
5787 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5788
5789 * gdb.fortran/intrinsics.exp: New file.
5790 * gdb.fortran/intrinsics.f90: New file.
5791 * gdb.fortran/type-kinds.exp: New file.
5792
5793 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5794
5795 * gdb.fortran/dot-ops.exp: New file.
5796
5797 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5798
5799 * gdb.fortran/types.exp (test_logical_literal_types_accepted):
5800 Check upper and lower case logical literals.
5801
5802 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5803
5804 * gdb.fortran/types.exp (test_float_literal_types_accepted):
5805 Remove duplicate tests.
5806
5807 2019-03-06 Alan Hayward <alan.hayward@arm.com>
5808
5809 * lib/gdb.exp (builtin_cd): rename of cd.
5810 (cd): Override builtin.
5811
5812 2019-03-06 Richard Bunt <richard.bunt@arm.com>
5813
5814 * gdb.fortran/function-calls.exp: New file.
5815 * gdb.fortran/function-calls.f90: New test.
5816
5817 2019-03-04 Richard Bunt <richard.bunt@arm.com>
5818
5819 * gdb.fortran/short-circuit-argument-list.exp: Remove reliance
5820 on user program standard output.
5821 * gdb.fortran/short-circuit-argument-list.f90: Record function
5822 calls.
5823
5824 2019-02-28 Alan Hayward <alan.hayward@arm.com>
5825
5826 * lib/gdbserver-support.exp (gdbserver_start): Check for listen
5827 failure.
5828
5829 2019-02-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
5830
5831 PR gdb/8527
5832 * gdb.base/interrupt-daemon-attach.c,
5833 gdb.base/interrupt-daemon-attach.exp: New test.
5834
5835 2019-02-27 Pedro Alves <palves@redhat.com>
5836
5837 * gdb.base/page.exp: Add tests for "set width/height -1".
5838
5839 2019-02-27 Pedro Alves <palves@redhat.com>
5840
5841 * gdb.base/page.exp: Add tests for "set/show width/height" with
5842 "infinite" values.
5843
5844 2019-02-27 Tom Tromey <tromey@adacore.com>
5845
5846 * lib/gdb.exp (skip_python_tests_prompt): Don't check for Python
5847 2.4.
5848 * gdb.python/py-finish-breakpoint.exp: Remove Python 2.4
5849 workaround.
5850
5851 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
5852
5853 * gdb.base/align.exp: Extend to compile in both C and C++, and add
5854 tests for structs with static members.
5855
5856 2019-02-26 Tom Tromey <tromey@adacore.com>
5857
5858 * gdb.python/py-value.exp (test_value_from_buffer): Check for
5859 ValueError, not TypeError.
5860
5861 2019-02-26 Kevin Buettner <kevinb@redhat.com>
5862
5863 * gdb.python/py-value.exp (test_value_from_buffer): New proc with
5864 call from main program.
5865
5866 2019-02-23 Joel Brobecker <brobecker@adacore.com>
5867
5868 * gdb.ada/mi_ref_changeable.exp: Update copyright year range.
5869 * gdb.ada/mi_ref_changeable/foo_rb20_056.adb: Likewise.
5870 * gdb.ada/mi_ref_changeable/pck.adb: Likewise.
5871 * gdb.ada/mi_ref_changeable/pck.ads: Likewise.
5872 * gdb.dwarf2/inlined_subroutine-inheritance.exp: Likewise.
5873
5874 2019-02-22 Keith Seitz <keiths@redhat.com>
5875
5876 PR symtab/23853
5877 * gdb.base/symlink-sourcefile.c: New file.
5878 * gdb.base/symlink-sourcefile.exp: New file.
5879
5880 2019-02-20 Tom Tromey <tom@tromey.com>
5881
5882 * gdb.base/info_qt.exp: Update.
5883
5884 2019-02-19 Simon Marchi <simon.marchi@polymtl.ca>
5885
5886 * gdb.base/source.exp: Move "error in sourced script" code to
5887 the end.
5888 * gdb.base/source-error.gdb: Move contents to
5889 source-error-1.gdb. Add new code to source source-error-1.gdb.
5890 * gdb.base/source-error-1.gdb: New file, from previous
5891 source-error.gdb.
5892
5893 2019-02-17 Tom Tromey <tom@tromey.com>
5894
5895 * gdb.base/style.exp: Use -g3 to compile when possible. Add test
5896 for macro styling.
5897 * gdb.base/style.c (SOME_MACRO): New macro.
5898
5899 2019-02-17 Tom Tromey <tom@tromey.com>
5900
5901 * gdb.base/style.exp: Add line-wrapping tests.
5902 * gdb.base/page.exp: Add test for quitting during pagination.
5903
5904 2019-02-17 Joel Brobecker <brobecker@adacore.com>
5905
5906 * gdb.ada/big_packed_array: New testcase.
5907 * gdb.ada/homonym.exp: Fix incorrect expected output for
5908 "break <homonym__get_value>" test.
5909
5910 2019-02-13 Weimin Pan <weimin.pan@oracle.com>
5911
5912 PR breakpoints/21870
5913 * gdb.arch/aarch64-dbreg-contents.exp: Use runto_main + continue
5914 and prepare_for_testing. Add comment.
5915 * gdb.arch/aarch64-dbreg-contents.c: Remove SET_WATCHPOINT and
5916 redundant cleanup call. Clean up comment.
5917
5918 2019-02-12 Weimin Pan <weimin.pan@oracle.com>
5919
5920 PR breakpoints/21870
5921 * gdb.arch/aarch64-dbreg-contents.exp: New file.
5922 * gdb.arch/aarch64-dbreg-contents.c: New file.
5923
5924 2019-02-10 Joel Brobecker <brobecker@adacore.com>
5925
5926 * gdb.ada/mi_ref_changeable: New testcase.
5927
5928 2019-02-07 Alan Hayward <alan.hayward@arm.com>
5929
5930 * gdb.base/attach.exp: Add double attach test.
5931
5932 2019-02-07 Simon Marchi <simon.marchi@polymtl.ca>
5933
5934 * lib/gdb.exp (default_gdb_start): Don't match pagination
5935 prompt.
5936 (gdb_init): Set stty_init.
5937
5938 2019-01-27 Tom Tromey <tom@tromey.com>
5939
5940 * gdb.python/py-finish-breakpoint.exp: Remove duplicate call to
5941 skip_python_tests.
5942
5943 2019-01-24 Alan Hayward <alan.hayward@arm.com>
5944
5945 * gdb.base/infcall-nested-structs.c (struct struct_static_02_01):
5946 New structure.
5947 (struct struct_static_02_02): Likewise.
5948 (struct struct_static_02_03): Likewise.
5949 (struct struct_static_02_04): Likewise.
5950 (struct struct_static_04_01): Likewise.
5951 (struct struct_static_04_02): Likewise.
5952 (struct struct_static_04_03): Likewise.
5953 (struct struct_static_04_04): Likewise.
5954 (struct struct_static_06_01): Likewise.
5955 (struct struct_static_06_02): Likewise.
5956 (struct struct_static_06_03): Likewise.
5957 (struct struct_static_06_04): Likewise.
5958 (cmp_struct_static_02_01): Likewise.
5959 (cmp_struct_static_02_02): Likewise.
5960 (cmp_struct_static_02_03): Likewise.
5961 (cmp_struct_static_02_04): Likewise.
5962 (cmp_struct_static_04_01): Likewise.
5963 (cmp_struct_static_04_02): Likewise.
5964 (cmp_struct_static_04_03): Likewise.
5965 (cmp_struct_static_04_04): Likewise.
5966 (cmp_struct_static_06_01): Likewise.
5967 (cmp_struct_static_06_02): Likewise.
5968 (cmp_struct_static_06_03): Likewise.
5969 (cmp_struct_static_06_04): Likewise.
5970 (call_all): Test new structs.
5971 * gdb.base/infcall-nested-structs.exp: Likewise.
5972
5973 2019-01-21 Alan Hayward <alan.hayward@arm.com>
5974 * gdb.base/infcall-nested-structs.exp: Test C++ in addition to C.
5975
5976 2019-01-21 Alan Hayward <alan.hayward@arm.com>
5977 * gdb.base/stack-protector.c: New test.
5978 * gdb.base/stack-protector.exp: New file.
5979 * gdb.cp/ovldbreak.exp: Only allow a single break line.
5980 * lib/gdb.exp (get_compiler_info): Use getting_compiler_info
5981 option.
5982 (gdb_compile): Remove stack protector for GCC and prevent
5983 recursion.
5984
5985 2019-01-16 Keith Seitz <keiths@redhat.com>
5986
5987 PR gdb/23773
5988 * gdb.dwarf2/inlined_subroutine-inheritance.exp: New file.
5989
5990 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
5991
5992 * gdb.arch/vsx-regs.exp: Add tests that use the vector register
5993 aliases.
5994 * gdb.arch/altivec-regs.exp: Likewise. Fix indentation of two
5995 tests.
5996 * gdb.arch/powerpc-vector-regs.c: New file.
5997 * gdb.arch/powerpc-vector-regs.exp: New file.
5998
5999 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
6000
6001 * gdb.arch/altivec-regs.exp: Fix the list passed to
6002 gdb_expect_list when testing "info vector".
6003
6004 2019-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
6005
6006 * gdb.base/style.exp: Don't include path in testname.
6007
6008 2019-01-10 Keith Seitz <keiths@redhat.com>
6009
6010 PR gdb/23712
6011 PR symtab/23010
6012 * gdb.dwarf2/multidictionary.exp: New file.
6013
6014 2019-01-09 Simon Marchi <simon.marchi@ericsson.com>
6015
6016 * gdb.cp/demangle.exp (test_gnu_style_demangling): Rename to...
6017 (test_gnuv3_style_demangling): ... this.
6018 (test_lucid_style_demangling): Remove.
6019 (test_arm_style_demangling): Remove.
6020 (test_hp_style_demangling): Remove.
6021 (do_tests): Remove calls to the above.
6022
6023 2019-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
6024
6025 * lib/mi-support.exp (mi_gdb_test): Remove interactive prompt
6026 case.
6027
6028 2019-01-06 Tom Tromey <tom@tromey.com>
6029
6030 PR gdb/28155:
6031 * gdb.dwarf2/typedef-void-finish.exp: New file.
6032
6033 2018-12-28 Tom Tromey <tom@tromey.com>
6034 Simon Marchi <simark@simark.ca>
6035
6036 * gdb.base/jit-exec.exp: New file.
6037 * gdb.base/jit-exec.c: New file.
6038 * gdb.base/jit-execd.c: New file.
6039
6040 2018-12-28 Tom Tromey <tom@tromey.com>
6041
6042 * gdb.base/style.exp: Update test to check for address styling.
6043
6044 2018-12-28 Tom Tromey <tom@tromey.com>
6045
6046 * gdb.base/style.exp: Add test for styling of "Reading symbols"
6047 message.
6048
6049 2018-12-28 Tom Tromey <tom@tromey.com>
6050
6051 * gdb.base/style.exp: Add test for version number styling.
6052
6053 2018-12-28 Tom Tromey <tom@tromey.com>
6054
6055 * gdb.base/style.exp: Add test for print_address_symbolic.
6056
6057 2018-12-28 Tom Tromey <tom@tromey.com>
6058
6059 * gdb.base/style.exp: Add test for breakpoint setting.
6060
6061 2018-12-28 Tom Tromey <tom@tromey.com>
6062
6063 * gdb.base/style.exp: Add test for variable names.
6064
6065 2018-12-28 Tom Tromey <tom@tromey.com>
6066
6067 * gdb.base/style.exp: New file.
6068 * gdb.base/style.c: New file.
6069
6070 2018-12-28 Tom Tromey <tom@tromey.com>
6071
6072 * lib/gdb.exp (gdb_init): Set the TERM environment variable to
6073 "dumb".
6074 * gdb.base/readline.exp (operate_and_get_next): Save and restore
6075 the TERM environment variable.
6076
6077 2018-12-27 Tom Tromey <tom@tromey.com>
6078
6079 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add
6080 pagination test.
6081
6082 2018-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
6083
6084 * gdb.dwarf2/dw2-unusual-field-names.c: New file.
6085 * gdb.dwarf2/dw2-unusual-field-names.exp: New file.
6086
6087 2018-12-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6088
6089 * gdb.ada/bp_fun_addr/a.adb (a): Rename to bp_fun_addr.
6090 Filename a.adb changed to bp_fun_addr.adb.
6091 gdb.ada/bp_fun_addr.exp: Update test accordingly.
6092
6093 2018-12-21 Jan Vrany <jan.vrany@fit.cvut.cz>
6094
6095 * lib/gdb.exp (gdb_compile): Add new nopie flag enforce
6096 non-PIE executables.
6097 * README: Mention the gdb,nopie_flag board setting.
6098 * gdb.arch/amd64-disp-step.exp: Use nopie flag to enforce
6099 non-PIE executable.
6100 * gdb.arch/amd64-entry-value.exp: Likewise.
6101 * gdb.arch/amd64-invalid-stack-middle.exp: Likewise.
6102 * gdb.arch/i386-float.exp: Likewise.
6103 * gdb.arch/i386-signal.exp: Likewise.
6104 * gdb.mi/mi-reg-undefined.exp: Likewise.
6105
6106 2018-12-21 Paul Marechal <paul.marechal@ericsson.com>
6107
6108 PR gdb/23974
6109 * gdb.base/info-os.exp: Check return for unknown "info os" type.
6110
6111 2018-12-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6112
6113 * gdb.ada/info_auto_lang.exp: Normalize some_c source file.
6114 Update order of results accordingly.
6115
6116 2018-12-12 Andrew Burgess <andrew.burgess@embecosm.com>
6117
6118 * gdb.base/annota1.exp: Update a test regexp.
6119
6120 2018-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
6121
6122 * gdb.base/float.exp: Handle RISC-V targets without an FPU.
6123
6124 2018-12-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6125
6126 * gdb.threads/tid-reuse.c (REUSE_TIME_CAP): Declare as 60.
6127 (reuse_time): Initialize to REUSE_TIME_CAP.
6128 (check_rc): New function.
6129 (main): Use REUSE_TIME_CAP instead of hardcoded 60.
6130 Check pthread_create rc.
6131 (spawner_thread_func): Check pthread_create and pthread_join rc.
6132
6133 2018-12-08 Pedro Alves <palves@redhat.com>
6134
6135 * gdb.base/list.exp (test_forward_search): Rename to ...
6136 (test_forward_reverse_search): ... this. Also test reverse-search
6137 and the forward-search alias.
6138
6139 2018-12-05 Andrew Burgess <andrew.burgess@embecosm.com>
6140
6141 * config/sim.exp (gdb_target_sim): Remove redundant adjustment of
6142 local timeout variable before return, and remove all local timeout
6143 variable entirely.
6144 (gdb_load): Likewise.
6145
6146 2018-12-01 Tom de Vries <tdevries@suse.de>
6147
6148 * gdb.base/gdb-caching-proc.exp: New file.
6149
6150 2018-11-25 Sergio Durigan Junior <sergiodj@redhat.com>
6151
6152 * Makefile.in (TIMESTAMP): New variable.
6153 (check-single): Add $(TIMESTAMP) to the end of $(DO_RUNTEST)
6154 command.
6155 (check-single-racy): Likewise.
6156 (check/%.exp): Likewise.
6157 (check-racy/%.exp): Likewise.
6158 (workers/%.worker): Likewise.
6159 (build-perf): Likewise.
6160 (check-perf): Likewise.
6161 * README: Describe new "TS" and "TS_FORMAT" variables.
6162 * print-ts.py: New file.
6163
6164 2018-11-21 Benno Fünfstück <benno.fuenfstueck@gmail.com>
6165
6166 PR python/23714
6167 * gdb.python/python.exp: Test command repetition after
6168 gdb.execute.
6169
6170 2018-11-20 Andrew Burgess <andrew.burgess@embecosm.com>
6171
6172 * gdb.opt/inline-break.exp: Add test that info breakpoint output
6173 is correctly aligned.
6174
6175 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6176
6177 * gdb.ada/info_auto_lang.exp: New testcase.
6178 * gdb.ada/info_auto_lang/global_pack.ads: New file.
6179 * gdb.ada/info_auto_lang/proc_in_ada.adb: New file.
6180 * gdb.ada/info_auto_lang/some_c.c: New file.
6181
6182 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6183
6184 * gdb.dwarf2/dw2-case-insensitive.exp: Update due to auto switch to
6185 FUNC_lang language syntax.
6186
6187 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6188
6189 * gdb.base/info_minsym.c: New file.
6190 * gdb.base/info_minsym.exp: New file.
6191
6192 2018-11-19 Tom Tromey <tom@tromey.com>
6193
6194 PR rust/23625:
6195 * gdb.rust/simple.exp: Add ptype test. Update expected output.
6196 * gdb.rust/expr.exp: Update expected output. Change one test.
6197
6198 2018-11-19 Tom Tromey <tom@tromey.com>
6199
6200 * gdb.rust/simple.rs: Don't initialize empty_enum_value.
6201
6202 2018-11-19 Pedro Alves <palves@redhat.com>
6203
6204 * gdb.base/warning.exp: Don't override INTERNAL_FLAGS. Use
6205 gdb_spawn_with_cmdline_opts instead of gdb_start. Check that we
6206 see the expected warning.
6207
6208 2018-11-16 Alan Hayward <alan.hayward@arm.com>
6209
6210 PR gdb/22736:
6211 * gdb.cp/infcall-nodebug-lib.c: New test.
6212 * gdb.cp/infcall-nodebug-main.c: New test.
6213 * gdb.cp/infcall-nodebug.exp: New file.
6214
6215 2018-11-12 Simon Marchi <simon.marchi@polymtl.ca>
6216
6217 * gdb.base/skip.exp: Add standard_testfile. Add "skip delete"
6218 completer tests.
6219
6220 2018-11-09 Tom de Vries <tdevries@suse.de>
6221
6222 * gdb.base/msym-lang.c: New test.
6223 * gdb.base/msym-lang.exp: New file.
6224 * gdb.base/msym-lang-main.c: New test.
6225
6226 2018-11-08 Tom Tromey <tom@tromey.com>
6227
6228 PR gdb/23555:
6229 PR gdb/23838:
6230 * gdb.base/warning.exp: New file.
6231
6232 2018-11-08 Jan Beulich <jbeulich@suse.com>
6233
6234 * testsuite/gdb.arch/i386-avx512.c,
6235 testsuite/gdb.arch/i386-avx512.exp: Add 7th test.
6236
6237 2018-11-08 Andrew Burgess <andrew.burgess@embecosm.com>
6238
6239 * gdb.arch/riscv-reg-aliases.exp: Handle targets without floating
6240 point hardware.
6241
6242 2018-11-07 Andrew Burgess <andrew.burgess@embecosm.com>
6243
6244 * gdb.dwarf2/void-type.exp: Rename types, and make var_a an 'int'.
6245 * gdb.dwarf2/missing-type-name.exp: New file.
6246
6247 2018-11-06 Tom de Vries <tdevries@suse.de>
6248
6249 * gdb.base/many-headers.c: New test.
6250 * gdb.base/many-headers.exp: New file.
6251
6252 2018-11-06 Jim Wilson <jimw@sifive.com>
6253
6254 * gdb.base/code_elim.exp: For riscv, set additional_flags
6255 to include -msmall-data-limit=0.
6256
6257 2018-11-01 Joel Brobecker <brobecker@adacore.com>
6258
6259 * gdb.ada/watch_minus_l: New testcase.
6260
6261 2018-11-01 Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
6262
6263 * gdb.arch/aix-sighandle.c: New file.
6264 * gdb.arch/aix-sighandle.exp: New file.
6265
6266 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
6267
6268 * gdb.arch/riscv-reg-aliases.exp: Rewrite to take account of float
6269 registers being unions.
6270
6271 2018-10-31 Tom de Vries <tdevries@suse.de>
6272
6273 * lib/valgrind.exp: New file.
6274 (vgdb_start, vgdb_stop): New procs, factored out of ...
6275 * gdb.base/valgrind-bt.exp: ... here, ...
6276 * gdb.base/valgrind-disp-step.exp: ... here and ...
6277 * gdb.base/valgrind-infcall.exp: ... here.
6278
6279 2018-10-31 Tom de Vries <tdevries@suse.de>
6280
6281 * lib/gdb.exp (get_valueof): Don't output read value in test name.
6282
6283 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
6284
6285 * gdb.dwarf2/void-type.c: New file.
6286 * gdb.dwarf2/void-type.exp: New file.
6287
6288 2018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6289
6290 * gdb.base/info_qt.c: New file.
6291 * gdb.base/info_qt.exp: New file.
6292
6293 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
6294
6295 * gdb.arch/powerpc-htm-regs.c: New file.
6296 * gdb.arch/powerpc-htm-regs.exp: New file.
6297
6298 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
6299
6300 * gdb.arch/powerpc-tar.c: New file.
6301 * gdb.arch/powerpc-tar.exp: New file.
6302
6303 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
6304
6305 * gdb.arch/powerpc-ppr-dscr.c: New file.
6306 * gdb.arch/powerpc-ppr-dscr.exp: New file.
6307
6308 2018-10-25 Tom de Vries <tdevries@suse.de>
6309
6310 * gdb.base/valgrind-db-attach.exp: Rewrite to use vgdb.
6311
6312 2018-10-24 Tom de Vries <tdevries@suse.de>
6313
6314 * lib/gdb.exp (gdb_test_multiple): Log wait status on process no
6315 longer exists error.
6316
6317 2018-10-24 Tom de Vries <tdevries@suse.de>
6318
6319 * gdb.base/catch-follow-exec.exp: Rewrite using gdb_test.
6320
6321 2018-10-24 Tom de Vries <tdevries@suse.de>
6322
6323 * gdb.base/valgrind-db-attach.exp: Handle removed support for
6324 --db-attach in valgrind.
6325
6326 2018-10-23 Andrew Burgess <andrew.burgess@embecosm.com>
6327
6328 * gdb.arch/riscv-reg-aliases.c: New file.
6329 * gdb.arch/riscv-reg-aliases.exp: New file.
6330
6331 2018-10-19 Alan Hayward <alan.hayward@arm.com>
6332
6333 * gdb.python/py-cmd.exp: Check for gdb_prompt.
6334
6335 2018-10-19 Alan Hayward <alan.hayward@arm.com>
6336
6337 * gdb.base/vla-optimized-out.exp: Allow either optimized out or 6.
6338
6339 2018-10-19 Alan Hayward <alan.hayward@arm.com>
6340
6341 * gdb.cp/ovldbreak.exp: Fix regexps.
6342
6343 2018-10-19 Alan Hayward <alan.hayward@arm.com>
6344
6345 * gdb.compile/compile-cplus-print.exp: Start inferior earlier.
6346
6347 2018-10-18 Sergio Durigan Junior <sergiodj@redhat.com>
6348
6349 PR cli/23785
6350 * gdb.base/restore.exp: New test to check if "restore" with an
6351 invalid file doesn't segfault.
6352
6353 2018-10-18 Tom de Vries <tdevries@suse.de>
6354
6355 * gdb.ada/bp_inlined_func.exp: Fix capitalized test name.
6356 * gdb.ada/excep_handle.exp: Same.
6357 * gdb.ada/mi_string_access.exp: Same.
6358 * gdb.ada/mi_var_union.exp: Same.
6359 * gdb.arch/arc-analyze-prologue.exp: Same.
6360 * gdb.arch/arc-decode-insn.exp: Same.
6361 * gdb.base/readnever.exp: Same.
6362 * gdb.fortran/printing-types.exp: Same.
6363 * gdb.guile/scm-lazy-string.exp: Same.
6364
6365 2018-10-16 Tom de Vries <tdevries@suse.de>
6366
6367 PR gdb/23730
6368 * gdb.base/catch-follow-exec.c: Add copyright notice.
6369 * gdb.base/catch-follow-exec.exp: Rewrite to use
6370 gdb_spawn_with_cmdline_opts. Require gdb-native.
6371
6372 2018-10-12 Sandra Loosemore <sandra@codesourcery.com>
6373
6374 * gdb.trace/actions-changed.exp: Check for arch support.
6375 * gdb.trace/actions.exp: Likewise.
6376 * gdb.trace/ax.exp: Likewise.
6377 * gdb.trace/backtrace.exp: Likewise.
6378 * gdb.trace/change-loc.exp: Likewise.
6379 * gdb.trace/deltrace.exp: Likewise.
6380 * gdb.trace/ftrace-lock.exp: Check for shlib and arch support.
6381 * gdb.trace/ftrace.exp: Likewise.
6382 * gdb.trace/infotrace.exp: Check for arch support.
6383 * gdb.trace/mi-trace-frame-collected.exp: Likewise.
6384 * gdb.trace/mi-tracepoint-changed.exp: Likewise.
6385 * gdb.trace/mi-tsv-changed.exp: Likewise.
6386 * gdb.trace/packetlen.exp: Likewise.
6387 * gdb.trace/passc-dyn.exp: Likewise.
6388 * gdb.trace/passcount.exp: Likewise.
6389 * gdb.trace/pending.exp: Likewise.
6390 * gdb.trace/range-stepping.exp: Check for shlib support.
6391 * gdb.trace/report.exp: Check for arch support.
6392 * gdb.trace/save-trace.exp: Likewise.
6393 * gdb.trace/signal.exp: Check for signal support.
6394 * gdb.trace/tfind.exp: Check for arch support.
6395 * gdb.trace/trace-break.exp: Check for arch and shlib support.
6396 * gdb.trace/trace-common.h: Add comment.
6397 * gdb.trace/trace-condition.exp: Check for shlib and arch support.
6398 * gdb.trace/trace-enable-disable.exp: Likewise.
6399 * gdb.trace/trace-mt.exp: Likewise. Remove redundant untested call.
6400 * gdb.trace/tracecmd.exp: Check for arch support.
6401 * gdb.trace/tspeed.exp: Check for shlib and target support.
6402 * gdb.trace/tstatus.exp: Check for arch support.
6403 * gdb.trace/tsv.exp: Likewise.
6404 * gdb.trace/while-dyn.exp: Likewise.
6405 * gdb.trace/while-stepping.exp: Likewise.
6406 * lib/trace-support.exp (gdb_trace_common_supports_arch): New.
6407
6408 2018-10-12 Simon Marchi <simon.marchi@ericsson.com>
6409
6410 * gdb.trace/tspeed.exp: Remove nowarnings.
6411 (prepare_for_trace_test): Declare "global ipalib".
6412 * gdb.trace/tspeed.c: Include unistd.h.
6413 (main): Remove superfluous printf argument.
6414
6415 2018-10-11 Sandra Loosemore <sandra@codesourcery.com>
6416
6417 * gdb.base/solib-vanish.exp: Fix regexp not to require a POSIX
6418 directory prefix on the filename.
6419
6420 2018-10-10 Sergio Durigan Junior <sergiodj@redhat.com>
6421
6422 * gdb.gdb/unittest.exp: Update expected message informing that
6423 selftests have been disabled.
6424 * gdb.server/unittest.exp: Likewise.
6425
6426 2018-10-09 Tom de Vries <tdevries@suse.de>
6427
6428 * lib/gdb.exp (target_supports_scheduler_locking): Replace gdb_start_cmd
6429 with runto_main.
6430
6431 2018-10-08 Weimin Pan <weimin.pan@oracle.com>
6432
6433 PR c++/16841
6434 * gdb.cp/virtbase2.cc: New file.
6435 * gdb.cp/virtbase2.exp: New file.
6436
6437 2018-10-06 Tom Tromey <tom@tromey.com>
6438
6439 PR python/19399:
6440 * gdb.python/py-inferior.exp: Add architecture test.
6441
6442 2018-10-06 Tom Tromey <tom@tromey.com>
6443
6444 * gdb.base/gnu-ifunc.exp (build): Use standard_output_file.
6445 * gdb.trace/unavailable-dwarf-piece.exp: Use standard_output_file.
6446
6447 2018-10-06 Tom Tromey <tom@tromey.com>
6448
6449 * gdb.python/py-breakpoint.exp (check_last_event): Check location
6450 of a "throw" catchpoint.
6451
6452 2018-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
6453
6454 * gdb.base/info-proc.exp: Update string expected from "help info
6455 proc".
6456
6457 2018-10-04 Tom Tromey <tom@tromey.com>
6458
6459 * gdb.cp/maint.exp (test_invalid_name): Update expected output.
6460 * gdb.gdb/complaints.exp (test_short_complaints): Remove.
6461 (test_initial_complaints, test_empty_complaints): Update.
6462 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
6463
6464 2018-10-04 Tom Tromey <tom@tromey.com>
6465
6466 PR cli/19551:
6467 * lib/mi-support.exp (mi_gdb_file_cmd): Update.
6468 * lib/gdb.exp (gdb_file_cmd): Update.
6469 * gdb.stabs/weird.exp (print_weird_var): Update.
6470 * gdb.server/solib-list.exp: Update.
6471 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Update.
6472 * gdb.mi/mi-cli.exp: Update.
6473 * gdb.linespec/linespec.exp: Update.
6474 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
6475 * gdb.dwarf2/dw2-objfile-overlap.exp: Update.
6476 * gdb.cp/cp-relocate.exp: Update.
6477 * gdb.base/sym-file.exp: Update.
6478 * gdb.base/relocate.exp: Update.
6479 * gdb.base/readnever.exp: Update.
6480 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
6481 * gdb.base/kill-detach-inferiors-cmd.exp: Update.
6482 * gdb.base/dbx.exp (gdb_file_cmd): Update.
6483 * gdb.base/code_elim.exp: Update.
6484 * gdb.base/break-unload-file.exp (test_break): Update.
6485 * gdb.base/break-interp.exp (test_attach_gdb): Update.
6486 * gdb.base/break-idempotent.exp (force_breakpoint_re_set):
6487 Update.
6488 * gdb.base/attach.exp (do_attach_tests): Update.
6489 * gdb.base/sepdebug.exp: Update.
6490 * gdb.python/py-section-script.exp: Update.
6491
6492 2018-10-04 Tom Tromey <tom@tromey.com>
6493
6494 PR cli/22234:
6495 * gdb.dwarf2/dw2-stack-boundary.exp: Update expected output.
6496 * gdb.gdb/complaints.exp (test_short_complaints): Update expected
6497 output.
6498
6499 2018-10-04 Tom Tromey <tom@tromey.com>
6500
6501 * gdb.base/attach.exp (test_command_line_attach_run): Use -quiet;
6502 set width and height to 0.
6503 (test_command_line_attach_run): Use -quiet.
6504
6505 2018-10-03 Sandra Loosemore <sandra@codesourcery.com>
6506
6507 * lib/gdb.exp (skip_ifunc_tests): New.
6508 * gdb.base/gnu-ifunc.exp: Skip if no ifunc support. Handle
6509 other compile failures.
6510 * gdb.compile/compile-ifunc.exp: Skip if no ifunc support.
6511
6512 2018-10-01 Simon Marchi <simon.marchi@ericsson.com>
6513
6514 * gdb.arch/i386-avx512.exp: Fix setting of nr_regs based on
6515 is_amd64_regs_target.
6516
6517 2018-10-01 Alan Hayward <alan.hayward@arm.com>
6518
6519 * gdb.arch/aarch64-sighandler-regs.c: New test.
6520 * gdb.arch/aarch64-sighandler-regs.exp: New file.
6521 * lib/gdb.exp (skip_aarch64_sve_tests): New proc.
6522
6523 2018-10-01 Markus Metzger <markus.t.metzger@intel.com>
6524
6525 * lib/gdb.exp (is_amd64_regs_target): Change assembly to C inline
6526 assembly.
6527
6528 2018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
6529
6530 * gdb.base/frame-selection.exp: New file.
6531 * gdb.base/frame-selection.c: New file.
6532
6533 2018-09-27 Alan Hayward <alan.hayward@arm.com>
6534
6535 * gdb.threads/check-libthread-db.c (thread_routine): Use a
6536 pthread barrier.
6537 (main): Likewise.
6538
6539 2018-09-26 Andrew Burgess <andrew.burgess@embecosm.com>
6540
6541 * gdb.base/large-frame-1.c: New file.
6542 * gdb.base/large-frame-2.c: New file.
6543 * gdb.base/large-frame.exp: New file.
6544 * gdb.base/large-frame.h: New file.
6545
6546 2018-09-24 Jozef Lawrynowicz <jozef.l@mittosystems.com>
6547
6548 PR gdb/20948
6549 * gdb.base/write_mem.exp: New test.
6550 * gdb.base/write_mem.c: Likewise.
6551
6552 2018-09-23 Tom Tromey <tom@tromey.com>
6553
6554 PR python/18852:
6555 * gdb.python/py-parameter.exp: Add test for parameter that throws
6556 on "set".
6557
6558 2018-09-23 Tom Tromey <tom@tromey.com>
6559
6560 PR python/17284:
6561 * gdb.python/py-template.exp (test_template_arg): Add test for
6562 negative template argument number.
6563
6564 2018-09-23 Tom Tromey <tom@tromey.com>
6565
6566 PR python/14062:
6567 * gdb.python/python.exp: Add test for post_event error.
6568
6569 2018-09-23 Tom Tromey <tom@tromey.com>
6570
6571 PR python/18170:
6572 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests to
6573 convert pointers to int and long.
6574
6575 2018-09-23 Tom Tromey <tom@tromey.com>
6576
6577 PR python/20126:
6578 * gdb.python/py-value.exp (test_value_numeric_ops): Add
6579 signed-ness conversion tests.
6580
6581 2018-09-23 Tom Tromey <tom@tromey.com>
6582
6583 PR python/18352;
6584 * gdb.python/py-value.exp (test_float_conversion): New proc.
6585 Use it.
6586
6587 2018-09-20 Hafiz Abid Qadeer <abidh@codesourcery.com>
6588
6589 gdb.base/reggroups.exp (fetch_reggroups): Add '_' in match pattern.
6590
6591 2018-09-18 Sandra Loosemore <sandra@codesourcery.com>
6592
6593 * gdb.base/complete-empty.exp: Skip tab-completion tests if
6594 no readline.
6595 * gdb.base/utf8-identifiers.exp: Likewise.
6596 * gdb.cp/cpcompletion.exp: Likewise.
6597 * gdb.linespec/cpcompletion.exp: Likewise.
6598 * gdb.linespec/cpls-abi-tag.exp: Likewise.
6599 * gdb.linespec/cpls-ops.exp: Likewise.
6600
6601 2018-09-19 Richard Bunt <richard.bunt@arm.com>
6602 Chris January <chris.january@arm.com>
6603
6604 * gdb.cp/koenig.exp: Extend to test logical short circuiting.
6605 * gdb.fortran/short-circuit-argument-list.exp: New file.
6606 * gdb.fortran/short-circuit-argument-list.f90: New test.
6607
6608 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
6609
6610 * gdb.arch/amd64-invalid-stack-top.exp: Expect optional
6611 "arch=" keyword when executing "-stack-list-frames".
6612
6613 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
6614
6615 * gdb.arch/amd64-invalid-stack-middle.exp: Expect optional
6616 "arch=" keyword when executing "-stack-list-frames".
6617
6618 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
6619
6620 * gdb.ada/complete.exp: Expect for "@" when doing "complete
6621 break ada".
6622
6623 2018-09-17 Simon Marchi <simon.marchi@polymtl.ca>
6624
6625 PR python/23669
6626 * gdb.python/python.exp: Test gdb.execute("show commands").
6627
6628 2018-09-16 Tom Tromey <tom@tromey.com>
6629
6630 * gdb.base/new-ui.exp (do_execution_tests): Update.
6631 * gdb.base/dbx.exp (test_breakpoints): Update.
6632
6633 2018-09-14 Alan Hayward <alan.hayward@arm.com>
6634
6635 * lib/gdb.exp (gdb_simple_compile): Add proc.
6636 (is_elf_target): Use gdb_simple_compile.
6637 (skip_altivec_tests): Likewise.
6638 (skip_vsx_tests): Likewise.
6639 (skip_tsx_tests): Likewise.
6640 (skip_btrace_tests): Likewise.
6641 (skip_btrace_pt_tests): Likewise.
6642 (gdb_can_simple_compile): Likewise.
6643 (gdb_has_argv0): Likewise.
6644 (gdb_target_symbol_prefix): Likewise.
6645 (target_supports_scheduler_locking): Likewise.
6646
6647 2018-09-13 Tom Tromey <tom@tromey.com>
6648
6649 * Makefile.in (TAGS): Recognize proc_with_prefix and
6650 gdb_caching_proc.
6651
6652 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
6653
6654 * gdb.python/py-progspace.exp: Test the Progspace.objfiles
6655 method.
6656
6657 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
6658
6659 * gdb.python/py-inferior.exp: Add tests for Inferior.progspace
6660 and a few other Inferior properties when the Inferior is no
6661 longer valid.
6662
6663 2018-09-13 Tom Tromey <tom@tromey.com>
6664
6665 PR rust/23650:
6666 * gdb.rust/simple.exp: Add test for enum field access error.
6667
6668 2018-09-13 Tom Tromey <tom@tromey.com>
6669
6670 PR rust/23626:
6671 * gdb.rust/simple.rs (EmptyEnum): New type.
6672 (main): Use it.
6673 * gdb.rust/simple.exp (test_one_slice): Add empty enum test.
6674
6675 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
6676
6677 * gdb.python/py-inferior.exp: Test repr() of gdb.Inferior.
6678 * gdb.python/py-objfile.exp: Test repr() of gdb.Objfile.
6679 * gdb.python/py-symtab.exp: Update test printing an objfile.
6680
6681 2018-09-12 Simon Marchi <simon.marchi@ericsson.com>
6682
6683 * gdb.python/py-inferior.exp: Test using an invalid gdb.Inferior
6684 object.
6685
6686 2018-09-12 Alan Hayward <alan.hayward@arm.com>
6687
6688 * lib/gdb.exp (gdb_can_simple_compile): Add proc.
6689 (support_complex_tests): Use gdb_can_simple_compile.
6690 (is_ilp32_target): Likewise.
6691 (is_lp64_target): Likewise.
6692 (is_64_target): Likewise.
6693 (is_amd64_regs_target): Likewise.
6694 (is_aarch32_target): Likewise.
6695 (gdb_int128_helper): Likewise.
6696
6697 2018-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
6698
6699 * Makefile.in (check-parallel-racy): Fix dg-extract-results.sh path.
6700
6701 2018-09-10 Jerome Guitton <guitton@adacore.com>
6702
6703 * gdb.ada/same_component_name: Add test for case of tagged record
6704 with variable-length fields.
6705
6706 2018-09-10 Xavier Roirand <roirand@adacore.com>
6707
6708 * gdb.ada/access_to_unbounded_array.exp: New testcase.
6709 * gdb.ada/access_to_unbounded_array/foo.adb: New file.
6710 * gdb.ada/access_to_unbounded_array/pack.adb: New file.
6711 * gdb.ada/access_to_unbounded_array/pack.ads: New file.
6712
6713 2018-09-10 Xavier Roirand <roirand@adacore.com>
6714
6715 * gdb.ada/mi_string_access.exp: New testcase.
6716 * gdb.ada/mi_string_access/bar.adb: New file.
6717 * gdb.ada/mi_string_access/pck.adb: New file.
6718 * gdb.ada/mi_string_access/pck.asd: New file.
6719
6720 2018-09-10 Xavier Roirand <roirand@adacore.com>
6721
6722 * gdb.ada/mi_var_union.exp: New testcase.
6723 * gdb.ada/mi_var_union/bar.adb: New file.
6724 * gdb.ada/mi_var_union/pck.adb: New file.
6725 * gdb.ada/mi_var_union/pck.asd: New file.
6726
6727 2018-09-08 Tom Tromey <tom@tromey.com>
6728
6729 * gdb.python/py-prettyprint.exp: Use with_test_prefix.
6730
6731 2018-09-08 Tom Tromey <tom@tromey.com>
6732
6733 PR python/16047:
6734 * gdb.python/py-prettyprint.py (pp_int_typedef3): New class.
6735 (register_pretty_printers): Register new printer.
6736 * gdb.python/py-prettyprint.exp (run_lang_tests): Add int_type3
6737 test.
6738 * gdb.python/py-prettyprint.c (int_type3): New typedef.
6739 (an_int_type3): New global.
6740
6741 2018-09-08 Joel Brobecker <brobecker@adacore.com>
6742
6743 * gdb.ada/expr_with_funcall: New testcase.
6744
6745 2018-09-08 Joel Brobecker <brobecker@adacore.com>
6746
6747 * gdb.ada/packed_array_assign: New testcase.
6748
6749 2018-09-07 Andrew Burgess <andrew.burgess@embecosm.com>
6750
6751 * gdb.base/watchpoint.exp (test_complex_watchpoint): Extend test
6752 names, and add test prefixes to make test names unique.
6753
6754 2018-09-05 Tom de Vries <tdevries@suse.de>
6755
6756 * gdb.dwarf2/varval.exp: Add test.
6757
6758 2018-09-04 Gary Benson <gbenson@redhat.com>
6759
6760 * gdb.base/batch-exit-status.exp: Use gdb_test_multiple and expect
6761 'eof' before 'wait -i'. Use remote_close and clear_gdb_spawn_id.
6762
6763 2018-08-31 Tom Tromey <tom@tromey.com>
6764
6765 * gdb.rust/simple.rs: Rename second variable "v".
6766
6767 2018-08-30 Andrew Burgess <andrew.burgess@embecosm.com>
6768
6769 * gdb.base/funcargs.c (use_a): New function.
6770 (recurse): Call use_a.
6771
6772 2018-08-29 Keith Seitz <keiths@redhat.com>
6773
6774 * gdb.compile/compile-cplus-anonymous.cc: New file.
6775 * gdb.compile/compile-cplus-anonymous.exp: New file.
6776 * gdb.compile/compile-cplus-array-decay.cc: New file.
6777 * gdb.compile/compile-cplus-array-decay.exp: New file.
6778 * gdb.compile/compile-cplus-inherit.cc: New file.
6779 * gdb.compile/compile-cplus-inherit.exp: New file.
6780 * gdb.compile/compile-cplus-member.cc: New file.
6781 * gdb.compile/compile-cplus-member.exp: New file.
6782 * gdb.compile/compile-cplus-method.cc: New file.
6783 * gdb.compile/compile-cplus-method.exp: New file.
6784 * gdb.compile/compile-cplus-mod.c: "New" file.
6785 * gdb.compile/compile-cplus-namespace.cc: New file.
6786 * gdb.compile/compile-cplus-namespace.exp: New file.
6787 * gdb.compile/compile-cplus-nested.cc: New file.
6788 * gdb.compile/compile-cplus-nested.exp: New file.
6789 * gdb.compile/compile-cplus-print.c: "New" file.
6790 * gdb.compile/compile-cplus-print.exp: "New" file.
6791 * gdb.compile/compile-cplus-virtual.cc: New file.
6792 * gdb.compile/compile-cplus-virtual.exp: New file.
6793 * gdb.compile/compile-cplus.c: "New" file.
6794 * gdb.compile/compile-cplus.exp: "New" file.
6795 * lib/compile-support.exp: New file.
6796
6797 2018-08-16 Gary Benson <gbenson@redhat.com>
6798
6799 PR gdb/13000:
6800 * gdb.base/batch-exit-status.exp: New file.
6801 * gdb.base/batch-exit-status.good-commands: Likewise.
6802 * gdb.base/batch-exit-status.bad-commands: Likewise.
6803
6804 2018-08-29 Alan Hayward <alan.hayward@arm.com>
6805
6806 * gdb.base/infcall-nested-structs.c (struct struct01): Remove.
6807 (struct struct02): Likewise.
6808 (struct struct03): Likewise.
6809 (struct struct04): Likewise.
6810 (struct struct_01_01): New struct.
6811 (struct struct_01_02): Likewise.
6812 (struct struct_01_03): Likewise.
6813 (struct struct_01_04): Likewise.
6814 (struct struct_02_01): Likewise.
6815 (struct struct_02_02): Likewise.
6816 (struct struct_02_03): Likewise.
6817 (struct struct_02_04): Likewise.
6818 (struct struct_04_01): Likewise.
6819 (struct struct_04_02): Likewise.
6820 (struct struct_04_03): Likewise.
6821 (struct struct_04_04): Likewise.
6822 (struct struct_05_01): Likewise.
6823 (struct struct_05_02): Likewise.
6824 (struct struct_05_03): Likewise.
6825 (struct struct_05_04): Likewise.
6826 (cmp_struct01): Remove function.
6827 (cmp_struct02): Likewise.
6828 (cmp_struct03): Likewise.
6829 (cmp_struct04): Likewise.
6830 (cmp_struct_01_01): Add Function.
6831 (cmp_struct_01_02): Likewise.
6832 (cmp_struct_01_03): Likewise.
6833 (cmp_struct_01_04): Likewise.
6834 (cmp_struct_02_01): Likewise.
6835 (cmp_struct_02_02): Likewise.
6836 (cmp_struct_02_03): Likewise.
6837 (cmp_struct_02_04): Likewise.
6838 (cmp_struct_04_01): Likewise.
6839 (cmp_struct_04_02): Likewise.
6840 (cmp_struct_04_03): Likewise.
6841 (cmp_struct_04_04): Likewise.
6842 (cmp_struct_05_01): Likewise.
6843 (cmp_struct_05_02): Likewise.
6844 (cmp_struct_05_03): Likewise.
6845 (cmp_struct_05_04): Likewise.
6846 (call_all): Add new structs.
6847 * gdb.base/infcall-nested-structs.exp: Likewise.
6848
6849 2018-08-27 Jan Vrany <jan.vrany@fit.cvut.cz>
6850
6851 * gdb.python/py-framefilter-mi.exp: Update regexp to
6852 check for "arch" field in frame output.
6853
6854 2018-08-23 Kevin Buettner <kevinb@redhat.com>
6855
6856 * gdb.dwarf2/dw2-ranges-func.c: New file.
6857 * gdb.dwarf2/dw2-ranges-func.exp: New file.
6858
6859 2018-08-22 Simon Marchi <simon.marchi@polymtl.ca>
6860
6861 * gdb.base/term.exp: Compare terminal settings with values from
6862 the inferior.
6863 * gdb.base/term.c: Get and set terminal settings.
6864
6865 2018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
6866
6867 * lib/mi-support.exp (mi_expect_stop): Update regexp to
6868 accommodate new "arch" field in frame output.
6869 * gdb.mi/mi-return.exp: Likewise.
6870 * gdb.mi/mi-stack.exp: Likewise.
6871 * gdb.mi/mi-syn-frame.exp: Likewise.
6872 * gdb.mi/user-selected-context-sync.exp: Likewise.
6873
6874 2018-08-19 Michael Spang <spang@google.com>
6875
6876 PR gdb/11786
6877 * gdb.base/gcore-tls-pie.c: New file.
6878 * gdb.base/gcore-tls-pie.exp: New file.
6879
6880 2018-08-18 Kevin Buettner <kevinb@redhat.com>
6881
6882 * lib/dwarf.exp: Add support for DW_OP_GNU_variable_value.
6883 * gdb.dwarf2/varval.c: New file.
6884 * gdb.dwarf2/varval.exp: New file.
6885
6886 2018-08-17 Alan Hayward <alan.hayward@arm.com>
6887
6888 PR gdb/18931
6889 * gdb.arch/aarch64-fp.c (main): Fix asm registers.
6890
6891 2018-08-16 Keith Seitz <keiths@redhat.com>
6892
6893 * gdb.compile/compile.exp: Use gdb_test_no_output for "compile code"
6894 tests expected to pass.
6895
6896 2018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
6897
6898 * gdb.mi/mi-disassemble.exp (test_disassembly_only): Add tests for
6899 -data-disassemble -a.
6900 (test_disassembly_bogus_args): Likewise.
6901
6902 2018-08-14 Andrew Burgess <andrew.burgess@embecosm.com>
6903
6904 * gdb.mi/list-thread-groups-available.exp: Update test regexp.
6905
6906 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
6907
6908 * gdb.base/vla-optimized-out.exp: Add new test.
6909
6910 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
6911
6912 * gdb.base/vla-optimized-out-o3.exp: Delete.
6913 * gdb.base/vla-optimized-out-o3-strict.exp: Delete.
6914 * gdb.base/vla-optimized-out.exp: Extend to cover all of the
6915 deleted tests.
6916
6917 2018-08-08 Andrew Burgess <andrew.burgess@embecosm.com>
6918
6919 PR gdb/18050:
6920 * gdb.server/extended-remote-restart.c: New file.
6921 * gdb.server/extended-remote-restart.exp: New file.
6922
6923 2018-08-07 Simon Marchi <simon.marchi@polymtl.ca>
6924
6925 * gdb.fortran/nested-funcs.exp: Replace "set index = 42" with
6926 "set variable index = 42".
6927
6928 2018-08-07 Simon Marchi <simon.marchi@ericsson.com>
6929
6930 * boards/index-cache-gdb.exp: New file.
6931 * gdb.dwarf2/index-cache.exp: New file.
6932 * gdb.dwarf2/index-cache.c: New file.
6933 * gdb.base/maint.exp: Check if we are using the index cache.
6934
6935 2018-08-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
6936
6937 * Makefile.in (saw_dash_j): Allow for GNU make 4.2+ passing -jN in
6938 MAKEFLAGS.
6939
6940 2018-08-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
6941
6942 * dg-extract-results.sh: Move to toplevel contrib.
6943 * Makefile.in (check-parallel): Reflect dg-extract-results.sh move.
6944 * Makefile.in (check-parallel-racy): Likewise.
6945
6946 2018-08-06 Andrew Burgess <andrew.burgess@embecosm.com>
6947
6948 * lib/gdb.exp (target_supports_scheduler_locking): New proc.
6949 * gdb.mi/mi-cmd-param-changed.exp: Only run scheduler locking
6950 tests if the target supports scheduler locking.
6951
6952 2018-08-04 Tom de Vries <tdevries@suse.de>
6953
6954 * gdb.python/py-rbreak.exp: Fix rbreak regexp.
6955
6956 2018-08-02 Tom Tromey <tom@tromey.com>
6957
6958 PR symtab/16842.
6959 * gdb.cp/temargs.exp: Test "info address" of a template
6960 parameter.
6961
6962 2018-07-31 Jan Vrany <jan.vrany@fit.cvut.cz>
6963
6964 * gdb.python/py-mi-var-info-path-expression.c: New file.
6965 * gdb.python/py-mi-var-info-path-expression.py: New file.
6966 * gdb.python/py-mi-var-info-path-expression.exp: New file.
6967
6968 2018-07-30 Sergio Durigan Junior <sergiodj@redhat.com>
6969
6970 * lib/gdbserver-support.exp (gdbserver_start): Match any kind of
6971 error after "cannot resolve name" string.
6972
6973 2018-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
6974
6975 * gdb.trace/tspeed.exp: Only call gdb_load_shlib after gdb has
6976 started.
6977 * lib/gdb.exp (gdb_load_shlib): Call perror if GDB is not running.
6978
6979 2018-07-28 Tom de Vries <tdevries@suse.de>
6980
6981 * gdb.base/vla-optimized-out-o3-strict.exp: New file.
6982
6983 2018-07-26 Tom de Vries <tdevries@suse.de>
6984
6985 * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
6986
6987 2018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
6988
6989 * gdb.base/maint.exp: Add check that dwarf unwinders control flag
6990 is visible.
6991
6992 2018-07-26 Tom de Vries <tdevries@suse.de>
6993
6994 PR breakpoints/23366
6995 * gdb.base/catch-follow-exec.c: New test.
6996 * gdb.base/catch-follow-exec.exp: New file.
6997
6998 2018-07-25 Tom de Vries <tdevries@suse.de>
6999
7000 * gdb.base/vla-optimized-out-o3.exp: New file. Reuse
7001 vla-optimized-out.c.
7002
7003 2018-07-25 Jan Vrany <jan.vrany@fit.cvut.cz>
7004
7005 * gdb.mi/mi-breakpoint-location-ena-dis.cc: New file.
7006 * gdb.mi/mi-breakpoint-location-ena-dis.exp: New file.
7007
7008 2018-07-20 Tom de Vries <tdevries@suse.de>
7009
7010 * gdb.base/vla-optimized-out.c: Make noclone attribute conditional on
7011 NOCLONE macro.
7012 * gdb.base/vla-optimized-out.exp: Use additional_flags -DNOCLONE.
7013
7014 2018-07-19 Tom de Vries <tdevries@suse.de>
7015
7016 * gdb.mi/list-thread-groups-available.exp (cores_re): Fix quoting in
7017 regular expression.
7018
7019 2018-07-18 Tom de Vries <tdevries@suse.de>
7020
7021 * gdb.base/vla-optimized-out.c: New test.
7022 * gdb.base/vla-optimized-out.exp: New file.
7023
7024 2018-07-13 Sergio Durigan Junior <sergiodj@redhat.com>
7025
7026 * lib/gdbserver-support.exp (gdbserver_start): Expect for the
7027 message "No address associated with hostname" when gdbserver
7028 cannot resolve the hostname.
7029
7030 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7031
7032 * gdb.threads/pthreads.exp: Test qcs FLAG arguments.
7033 Add some test prefixes to make tests unique.
7034
7035 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7036
7037 * gdb.base/frameapply.c: New file.
7038 * gdb.base/frameapply.exp: New file.
7039
7040 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7041
7042 * gdb.base/skip.exp: Update expected error message.
7043
7044 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
7045 Jan Kratochvil <jan.kratochvil@redhat.com>
7046 Paul Fertser <fercerpav@gmail.com>
7047 Tsutomu Seki <sekiriki@gmail.com>
7048
7049 * README (Testsuite Parameters): Mention new 'GDB_TEST_SOCKETHOST'
7050 parameter.
7051 * boards/native-extended-gdbserver.exp: Do not set 'sockethost'
7052 by default.
7053 * boards/native-gdbserver.exp: Likewise.
7054 * gdb.server/run-without-local-binary.exp: Improve regexp used
7055 for detecting when a remote debugging connection succeeds.
7056 * gdb.server/server-connect.exp: New file.
7057 * lib/gdbserver-support.exp (gdbserver_default_get_comm_port):
7058 Do not prefix the port number with ":".
7059 (gdbserver_start): New global GDB_TEST_SOCKETHOST. Implement
7060 support for detecting and using it. Add '$debughost_gdbserver'
7061 to the list of arguments used to start gdbserver. Handle case
7062 when gdbserver cannot resolve a network name.
7063
7064 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
7065
7066 PR c++/23373
7067 * gdb.base/ptype-offsets.cc (struct static_member): New
7068 struct.
7069 (main) <stmember>: New variable.
7070 * gdb.base/ptype-offsets.exp: Add test for printing a struct
7071 with a static member in it.
7072
7073 2018-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
7074
7075 * gdb.base/watchpoint-reuse-slot.exp: Test with hardware
7076 watchpoints enabled and disabled.
7077
7078 2018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
7079
7080 * gdb.base/examine-backward.exp: Still run tests around address
7081 0x0, even if address 0x0 is not readable. Update the pattern for
7082 matching address 0x0 in expected output.
7083
7084 2018-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
7085
7086 * gdb.base/share-env-with-gdbserver.c (main): Add call to
7087 malloc/free.
7088
7089 2018-07-04 Tom de Vries <tdevries@suse.de>
7090
7091 * gdb.dwarf2/dw2-error.exp: Update expected error message.
7092
7093 2018-07-02 Maciej W. Rozycki <macro@mips.com>
7094
7095 PR tdep/8282
7096 * gdb.arch/mips-disassembler-options.exp: New test.
7097 * gdb.arch/mips-disassembler-options.s: New test source.
7098
7099 2018-06-29 Pedro Alves <palves@redhat.com>
7100
7101 * gdb.threads/names.exp: Adjust expected "info threads" output.
7102
7103 2018-06-29 Pedro Alves <palves@redhat.com>
7104
7105 * gdb.opt/inline-break.exp (line number, address): Add "info
7106 break" tests.
7107
7108 2018-06-29 Pedro Alves <palves@redhat.com>
7109
7110 * gdb.opt/inline-break.c (func1): Add "break here" marker.
7111 * gdb.opt/inline-break.exp: Test setting breakpoints by line
7112 number and address and running to them.
7113
7114 2018-06-29 Richard Bunt <richard.bunt@arm.com>
7115
7116 * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
7117
7118 2018-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
7119
7120 * lib/compiler.c: Remove executable permission flag.
7121
7122 2018-06-28 Richard Bunt <richard.bunt@arm.com>
7123
7124 * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
7125 code.
7126 * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
7127
7128 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
7129
7130 * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
7131
7132 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
7133
7134 * gdb.base/relocate.exp: Test add-symbol-file behavior when the
7135 address argument is omitted.
7136
7137 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
7138
7139 * gdb.base/relocate.exp: Add test for "symbol-file -o ".
7140
7141 2018-06-27 Omair Javaid <omair.javaid@linaro.org>
7142
7143 PR gdb/21695
7144 * gdb.base/infoline-reloc-main-from-zero.exp: New test.
7145 * gdb.base/infoline-reloc-main-from-zero.c: New file.
7146
7147 2018-06-26 Tom Tromey <tom@tromey.com>
7148
7149 PR rust/22574:
7150 * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
7151 * gdb.rust/simple.rs (struct SimpleLayout): New.
7152
7153 2018-06-22 Simon Marchi <simon.marchi@ericsson.com>
7154
7155 * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
7156 "info registers" output.
7157
7158 2018-06-21 Richard Bunt <richard.bunt@arm.com>
7159
7160 * gdb.base/watchpoint-hw-attach.c: New test.
7161 * gdb.base/watchpoint-hw-attach.exp: New file.
7162
7163 2018-06-20 Simon Marchi <simon.marchi@ericsson.com>
7164
7165 * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
7166 through /bin/sh.
7167 * boards/dwarf4-gdb-index.exp: Likewise.
7168 * boards/fission-dwp.exp: Likewise.
7169
7170 2018-06-20 Ulrich Weigand <uweigand@de.ibm.com>
7171
7172 * gdb.base/float128.exp: Add comment and improved fail message
7173 to the failure case of "print large128" test.
7174
7175 2018-06-19 Simon Marchi <simon.marchi@ericsson.com>
7176
7177 * configure.ac: Remove AC_PREREQ.
7178 * configure: Re-generate.
7179
7180 2018-06-19 Pedro Alves <palves@redhat.com>
7181
7182 * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
7183 (func_extern_caller): New.
7184 (main): Call func_extern_caller.
7185 * gdb.opt/inline-break.exp: Add tests for inline frame skipping
7186 logic change.
7187
7188 2018-06-18 Weimin Pan <weimin.pan@oracle.com>
7189
7190 PR gdb/16841
7191 * gdb.cp/typedef-base.cc: New file.
7192 * gdb.cp/typedef-base.exp: New file.
7193
7194 2018-06-18 Tom de Vries <tdevries@suse.de>
7195
7196 * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
7197
7198 2018-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
7199 Richard Bunt <Richard.Bunt@arm.com>
7200
7201 * gdb.threads/attach-slow-waitpid.c: New file.
7202 * gdb.threads/attach-slow-waitpid.exp: New file.
7203 * gdb.threads/slow-waitpid.c: New file.
7204
7205 2018-06-14 Pedro Alves <palves@redhat.com>
7206
7207 * gdb.base/fork-running-state.c: Include <errno.h>.
7208 (exit_if_relative_exits): New.
7209 (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
7210 exits.
7211 (fork_parent): If 'exit_if_relative_exits' is true, exit if the
7212 child exits.
7213
7214 2018-06-14 Tom de Vries <tdevries@suse.de>
7215
7216 PR cli/22573
7217 * gdb.base/finish-pretty.c: New test.
7218 * gdb.base/finish-pretty.exp: New file.
7219
7220 2018-06-14 Pedro Alves <palves@redhat.com>
7221
7222 * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
7223 gdb's expected startup output.
7224
7225 2018-06-14 Pedro Alves <palves@redhat.com>
7226
7227 * lib/selftest-support.exp (selftest_setup): Remove inlined
7228 function handling.
7229
7230 2018-06-14 Tom de Vries <tdevries@suse.de>
7231
7232 * lib/selftest-support.exp (selftest_setup): Allow function arguments in
7233 matching of breakpoint printing.
7234
7235 2018-06-13 Tom de Vries <tdevries@suse.de>
7236
7237 PR testsuite/23269
7238 * gdb.base/fork-running-state.c (main): Move setting of alarm ...
7239 (fork_child): ... here, and ...
7240 (fork_parent): ... here.
7241
7242 2018-06-12 Tom de Vries <tdevries@suse.de>
7243
7244 * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
7245
7246 2018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
7247 Stephen Roberts <stephen.roberts@arm.com>
7248
7249 * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
7250 rewrite test to describe action performed, rather than possible
7251 failure.
7252
7253 2018-06-08 Gary Benson <gbenson@redhat.com>
7254
7255 * gdb.threads/check-libthread-db.exp: New file.
7256 * gdb.threads/check-libthread-db.c: Likewise.
7257
7258 2018-06-05 Tom Tromey <tom@tromey.com>
7259
7260 * gdb.base/default.exp: Update expected "show version" output.
7261
7262 2018-06-05 Tom Tromey <tom@tromey.com>
7263
7264 PR cli/12326:
7265 * gdb.cp/static-print-quit.exp: Update.
7266 * lib/gdb.exp (pagination_prompt): Update.
7267 * gdb.base/page.exp: Use pagination_prompt. Add new tests.
7268 * gdb.python/python.exp: Update.
7269
7270 2018-06-04 Joel Brobecker <brobecker@adacore.com>
7271
7272 * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
7273
7274 2018-06-01 Joel Brobecker <brobecker@adacore.com>
7275
7276 * gdb.ada/bp_fun_addr: New testcase.
7277
7278 2018-06-01 Tom Tromey <tom@tromey.com>
7279
7280 * gdb.xml/tdesc-regs.exp (load_description): Update expected
7281 results.
7282 * gdb.dwarf2/method-ptr.exp: Set language to C++.
7283 * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
7284 * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
7285 * gdb.base/maint.exp (maint_pass_if): Update.
7286
7287 2018-05-31 Maciej W. Rozycki <macro@mips.com>
7288
7289 * gdb.base/endian.exp: New test.
7290 * gdb.base/endian.c: New test source.
7291
7292 2018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
7293
7294 PR gdb/23203
7295 * gdb.base/bt-selected-frame.c: New file.
7296 * gdb.base/bt-selected-frame.exp: New file.
7297 * lib/gdb.exp (get_current_frame_number): New function.
7298
7299 2018-05-24 Maciej W. Rozycki <macro@mips.com>
7300 Pedro Alves <palves@redhat.com>
7301
7302 * gdb.threads/tls-core.c: Include <stdlib.h>
7303 (thread_proc): Call `abort'.
7304 * gdb.threads/tls-core.exp: Generate a core with core_find too.
7305 (tls_core_test): New procedure, bits factored out from ...
7306 (top level): ... here. Test both native cores and gcore cores.
7307
7308 2018-05-23 Tom Tromey <tom@tromey.com>
7309
7310 * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
7311
7312 2018-05-23 Tom Tromey <tom@tromey.com>
7313
7314 * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
7315 symfile_complaints.
7316 (test_short_complaints): Likewise.
7317 (test_empty_complaints): Likewise.
7318 (test_initial_complaints): Update.
7319
7320 2018-05-23 Tom Tromey <tom@tromey.com>
7321
7322 * gdb.gdb/complaints.exp (test_empty_complaints): Update.
7323
7324 2018-05-23 Tom Tromey <tom@tromey.com>
7325
7326 * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
7327 (test_short_complaints): Update.
7328
7329 2018-05-22 Pedro Alves <palves@redhat.com>
7330
7331 * gdb.base/remote.exp: Only gdb_start after compiling the
7332 testcase. Issue "disconnect" before testing "set remote" command
7333 defaults. Issue clean_restart before running to main.
7334
7335 2018-05-22 Pedro Alves <palves@redhat.com>
7336
7337 * gdb.base/remote.exp: Adjust expected output of "show remote
7338 memory-write-packet-size". Add tests for "set remote
7339 memory-write-packet-size 0" and "set remote
7340 memory-write-packet-size fixed/limit".
7341
7342 2018-05-22 Pedro Alves <palves@redhat.com>
7343
7344 PR gdb/22973
7345 * gdb.base/utf8-identifiers.c: New file.
7346 * gdb.base/utf8-identifiers.exp: New file.
7347
7348 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
7349
7350 * gdb.arch/powerpc-fpscr-gcore.exp: New file.
7351
7352 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
7353
7354 * gdb.arch/powerpc-vsx-gcore.exp: New file.
7355
7356 2018-05-18 Tom Tromey <tom@tromey.com>
7357
7358 * gdb.base/ptype-offsets.exp: Update.
7359
7360 2018-05-17 Keith Seitz <keiths@redhat.com>
7361
7362 * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
7363 in expected breakpoint stop locations.
7364 * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
7365 move to proper scope to test variable values.
7366 * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
7367 (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
7368 New functions.
7369 (main): Call not_inline_func3.
7370 * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
7371 inline_func1, inline_func2, and inline_func3. Test that when each
7372 breakpoint is hit, GDB properly reports both the stop location
7373 and the backtrace. Repeat tests for temporary breakpoints.
7374
7375 2018-05-15 Maciej W. Rozycki <macro@mips.com>
7376
7377 * gdb.server/server-kill.exp: Verify whether `server_pid' exists
7378 rather then trying to access it in determining whether the PID
7379 of `gdbserver' could have been retrieved.
7380
7381 2018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
7382
7383 * gdb.arch/amd64-init-x87-values.S: New file.
7384 * gdb.arch/amd64-init-x87-values.exp: New file.
7385
7386 2018-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
7387
7388 * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
7389
7390 2018-05-04 Tom Tromey <tom@tromey.com>
7391
7392 PR python/22730:
7393 * gdb.python/python.exp: Test multi-line execute.
7394
7395 2018-05-04 Tom Tromey <tom@tromey.com>
7396
7397 PR python/22731:
7398 * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
7399
7400 2018-05-04 Tom Tromey <tom@tromey.com>
7401
7402 PR gdb/11750:
7403 * gdb.base/define.exp: Test defining a user command inside a user
7404 command.
7405 * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
7406
7407 2018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
7408 Pedro Alves <palves@redhat.com>
7409
7410 PR breakpoints/19806 and support for PR external/20207.
7411 * gdb.base/watchpoint-unaligned.c: New file.
7412 * gdb.base/watchpoint-unaligned.exp: New file.
7413
7414 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
7415
7416 * gdb.base/maint.exp: Make test names unique, use
7417 test_prefix_command_help to test 'help maint info', and remove
7418 repeated test of 'help maint'.
7419
7420 2018-05-04 Tom Tromey <tom@tromey.com>
7421
7422 PR gdb/22619:
7423 * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
7424 behavior.
7425
7426 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
7427
7428 * gdb.base/maint.exp: Process output from 'maint print registers'
7429 line at a time.
7430
7431 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
7432
7433 * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
7434 timeout.
7435
7436 2018-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
7437
7438 * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
7439 filter pattern.
7440
7441 2018-05-02 Pedro Alves <palves@redhat.com>
7442
7443 * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
7444 to_log_command renames.
7445 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
7446
7447 2018-05-02 Tom Tromey <tom@tromey.com>
7448
7449 * gdb.python/py-parameter.exp: Set test message.
7450
7451 2018-05-02 Tom Tromey <tom@tromey.com>
7452
7453 PR python/20084:
7454 * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
7455 PARAM_ZUINTEGER_UNLIMITED tests.
7456
7457 2018-04-28 Dan Robertson <danlrobertson89@gmail.com>
7458
7459 PR rust/23124
7460 * gdb.rust/expr.exp: Test that the unit type is correctly parsed
7461 when casting.
7462
7463 2018-04-30 Tom Tromey <tom@tromey.com>
7464
7465 * gdb.python/py-type.exp: Check align attribute.
7466 * gdb.python/py-type.c: New "aligncheck" global.
7467
7468 2018-04-30 Tom Tromey <tom@tromey.com>
7469
7470 PR exp/17095:
7471 * gdb.dwarf2/dw2-align.exp: New file.
7472 * gdb.cp/align.exp: New file.
7473 * gdb.base/align.exp: New file.
7474 * lib/gdb.exp (gdb_int128_helper): New proc.
7475 (has_int128_c, has_int128_cxx): New caching procs.
7476
7477 2018-04-27 Tom Tromey <tom@tromey.com>
7478
7479 PR rust/22545:
7480 * gdb.rust/simple.exp: Add inclusive range tests.
7481
7482 2018-04-26 Pedro Alves <palves@redhat.com>
7483
7484 * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
7485 ifunc breakpoint locations correctly of ifunc breakpoints set
7486 while the program resolves the ifunc.
7487
7488 2018-04-26 Pedro Alves <palves@redhat.com>
7489
7490 * gdb.base/gnu-ifunc-final.c: New file.
7491 * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
7492 * gdb.base/gnu-ifunc.exp (executable): Delete.
7493 (staticexecutable): Adjust.
7494 (lib_opts, exec_opts): Delete.
7495 (make_binsuffix, build, set-break): New procedures.
7496 (misc_tests): New, with tests factored out from the top level.
7497 (top level): Test different combinations of ifunc resolver name,
7498 resolver with and with debug info, and ifunc target with and
7499 without debug info. Wrap static tests with with_target_prefix.
7500
7501 2018-04-26 Pedro Alves <palves@redhat.com>
7502
7503 * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
7504 return type" warnings.
7505
7506 2018-04-25 Pedro Alves <palves@redhat.com>
7507
7508 * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
7509 killed".
7510 * gdb.base/kill-after-signal.exp: Likewise.
7511 * gdb.threads/kill.exp: Likewise.
7512
7513 2018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
7514 Sergio Durigan Junior <sergiodj@redhat.com>
7515 Pedro Alves <palves@redhat.com>
7516
7517 * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
7518 regexps to expect for '[Inferior ... detached]' as well.
7519 * gdb.base/attach.exp: Likewise.
7520 * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
7521 "gdb_continue_to_end".
7522 (test_catch_syscall_with_wrong_args): Likewise.
7523 * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
7524 ']'. Don't set 'verbose' on.
7525 * gdb.base/foll-vfork.exp: Likewise.
7526 * gdb.base/fork-print-inferior-events.c: New file.
7527 * gdb.base/fork-print-inferior-events.exp: New file.
7528 * gdb.base/hook-stop.exp: Adjust regexps to expect for new
7529 '[Inferior ... has been killed]' message.
7530 * gdb.base/kill-after-signal.exp: Likewise.
7531 * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
7532 detach message.
7533 * gdb.threads/kill.exp: Adjust regexps to expect for new kill
7534 message.
7535 * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
7536 regexps to expect for '[Inferior ... detached]' as well.
7537 * gdb.threads/process-dies-while-detaching.exp: Likewise.
7538
7539 2018-04-24 Simon Marchi <simon.marchi@ericsson.com>
7540
7541 PR gdb/23104
7542 * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
7543
7544 2018-04-22 Rajendra SY <rajendra.sy@gmail.com>
7545
7546 PR gdb/23095
7547 * gdb.base/break-probes.exp: Pass shlib_load to
7548 prepare_for_testing. Set normal_bp to r_debug_state if target is
7549 bsd.
7550
7551 2018-04-19 Richard Bunt <richard.bunt@arm.com>
7552
7553 * gdb.threads/multiple-successive-infcall.c: New test.
7554 * gdb.threads/multiple-successive-infcall.exp: New file.
7555
7556 2018-04-17 Tom Tromey <tom@tromey.com>
7557
7558 * gdb.rust/simple.rs (Union): New type.
7559 (main): New local "u".
7560 * gdb.rust/simple.exp (test_one_slice): Add new test case.
7561
7562 2018-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
7563
7564 * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
7565 number information in output of "whereis" command.
7566 * gdb.base/info-fun.exp: Likewise, for "info fun" command.
7567
7568 2018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
7569
7570 * gdb.ada/info_types.exp: Adjust expected output to the line
7571 numbers now printed by "info var/func/type".
7572 * gdb.base/completion.exp: Likewise.
7573 * gdb.base/included.exp: Likewise.
7574 * gdb.cp/cp-relocate.exp: Likewise.
7575 * gdb.cp/cplusfuncs.exp: Likewise.
7576 * gdb.cp/namespace.exp: Likewise.
7577 * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
7578
7579 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
7580
7581 * gdb.btrace/cpu.exp: New.
7582
7583 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
7584
7585 * gdb.base/step-indirect-call-thunk.exp: New.
7586 * gdb.base/step-indirect-call-thunk.c: New.
7587 * gdb.reverse/step-indirect-call-thunk.exp: New.
7588 * gdb.reverse/step-indirect-call-thunk.c: New.
7589
7590 2018-04-11 Simon Marchi <simon.marchi@ericsson.com>
7591
7592 * gdb.base/pie-fork.c: New file.
7593 * gdb.base/pie-fork.exp: New file.
7594
7595 2018-04-11 Tom Tromey <tom@tromey.com>
7596
7597 * gdb.rust/simple.exp: Add test for ".." struct initializer.
7598
7599 2018-04-10 Pedro Alves <palves@redhat.com>
7600
7601 * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
7602 exits. Instead loop running forever.
7603 (fork_parent): Run forever too.
7604
7605 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
7606
7607 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
7608 mi_continue_to_line.
7609 * gdb.mi/mi-stack.c (callee4): Add comment.
7610
7611 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
7612
7613 * gdb.mi/mi-stack.exp: Fix indentation.
7614
7615 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
7616
7617 PR gdb/22979
7618 * gdb.arch/amd64-osabi.exp: New file.
7619
7620 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
7621
7622 PR gdb/22980
7623 * gdb.base/osabi.exp: New file.
7624
7625 2018-04-02 Weimin Pan <weimin.pan@oracle.com>
7626
7627 * gdb.cp/static-typedef-print.exp: New file.
7628 * gdb.cp/static-typedef-print.cc: New file.
7629
7630 2018-03-27 Joel Brobecker <brobecker@adacore.com>
7631
7632 * gdb.ada/varsize_limit: New testcase.
7633
7634 2018-03-27 Joel Brobecker <brobecker@adacore.com>
7635
7636 * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
7637
7638 * gdb.ada/notcplusplus: New testcase.
7639
7640 * gdb.base/c-linkage-name.c: New file.
7641 * gdb.base/c-linkage-name.exp: New testcase.
7642
7643 2018-03-26 Tom Tromey <tom@tromey.com>
7644
7645 * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
7646 * gdb.python/py-framefilter.py (name_error): New global.
7647 (ErrorInName.function): Use name_error.
7648
7649 2018-03-26 Tom Tromey <tom@tromey.com>
7650
7651 PR backtrace/15582:
7652 * gdb.python/py-framefilter.exp: Add "bt hide" test.
7653
7654 2018-03-23 Keith Seitz <keiths@redhat.com>
7655
7656 PR c++/22968
7657 * gdb.cp/subtypes.exp: New file.
7658 * gdb.cp/subtypes.h: New file.
7659 * gdb.cp/subtypes.cc: New file.
7660 * gdb.cp/subtypes-2.cc: New file.
7661
7662 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
7663
7664 * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
7665 (done): Call '_exit' not 'exit' to avoid atexit handlers.
7666 * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
7667 -nostartfiles when compiling the test. Confirm that all registers
7668 xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
7669
7670 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
7671
7672 * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
7673 option, syntax was wrong anyway.
7674 * gdb.arch/arm-disp-step.exp: Likewise.
7675 * gdb.arch/sparc64-regs.exp: Likewise.
7676 * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
7677 option, syntax was wrong anyway, switch to use
7678 prepare_for_testing.
7679 * gdb.arch/i386-disp-step.exp: Likewise.
7680
7681 2018-03-23 Andreas Arnez <arnez@linux.vnet.ibm.com>
7682
7683 * gdb.ada/exec_changed.exp: Replace "target_info exists
7684 use_gdb_stub" by "use_gdb_stub".
7685 * gdb.ada/start.exp: Likewise.
7686 * gdb.base/async-shell.exp: Likewise.
7687 * gdb.base/attach-pie-misread.exp: Likewise.
7688 * gdb.base/attach-wait-input.exp: Likewise.
7689 * gdb.base/break-entry.exp: Likewise.
7690 * gdb.base/break-interp.exp: Likewise.
7691 * gdb.base/dprintf-detach.exp: Likewise.
7692 * gdb.base/nostdlib.exp: Likewise.
7693 * gdb.base/solib-nodir.exp: Likewise.
7694 * gdb.base/statistics.exp: Likewise.
7695 * gdb.base/testenv.exp: Likewise.
7696 * gdb.mi/mi-exec-run.exp: Likewise.
7697 * gdb.mi/mi-start.exp: Likewise.
7698 * gdb.multi/dummy-frame-restore.exp: Likewise.
7699 * gdb.multi/multi-arch-exec.exp: Likewise.
7700 * gdb.multi/multi-arch.exp: Likewise.
7701 * gdb.multi/tids.exp: Likewise.
7702 * gdb.multi/watchpoint-multi.exp: Likewise.
7703 * gdb.python/py-events.exp: Likewise.
7704 * gdb.threads/attach-into-signal.exp: Likewise.
7705 * gdb.threads/attach-stopped.exp: Likewise.
7706 * gdb.threads/threadapply.exp: Likewise.
7707 * lib/selftest-support.exp: Likewise.
7708
7709 2018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
7710
7711 * gdb.base/info-proc.exp: Add test for "info proc cmdline".
7712
7713 2018-03-20 Stephen Roberts <stephen.roberts@arm.com>
7714
7715 * gdb.perf/template-breakpoints.cc: New file.
7716 * gdb.perf/template-breakpoints.exp: New file.
7717 * gdb.perf/template-breakpoints.py: New file.
7718
7719 2018-03-19 Tom Tromey <tom@tromey.com>
7720
7721 * gdb.rust/simple.rs (main): Add local variables field1, field2,
7722 y0.
7723 * gdb.rust/simple.exp: Test bare identifier form of struct
7724 initializer.
7725
7726 2018-03-19 Tom Tromey <tom@tromey.com>
7727
7728 * gdb.gdb/observer.exp: Remove.
7729
7730 2018-03-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
7731
7732 * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
7733 "qualified" option when setting breakpoints.
7734 * gdb.trace/backtrace.exp: Likewise.
7735 * gdb.trace/circ.exp: Likewise.
7736 * gdb.trace/collection.exp: Likewise.
7737 * gdb.trace/disconnected-tracing.exp: Likewise.
7738 * gdb.trace/ftrace-lock.exp: Likewise.
7739 * gdb.trace/ftrace.exp: Likewise.
7740 * gdb.trace/infotrace.exp: Likewise.
7741 * gdb.trace/packetlen.exp: Likewise.
7742 * gdb.trace/passc-dyn.exp: Likewise.
7743 * gdb.trace/qtro.exp: Likewise.
7744 * gdb.trace/read-memory.exp: Likewise.
7745 * gdb.trace/report.exp: Likewise.
7746 * gdb.trace/signal.exp: Likewise.
7747 * gdb.trace/status-stop.exp: Likewise.
7748 * gdb.trace/strace.exp: Likewise.
7749 * gdb.trace/tfind.exp: Likewise.
7750 * gdb.trace/trace-break.exp: Likewise.
7751 * gdb.trace/trace-condition.exp: Likewise.
7752 * gdb.trace/trace-mt.exp: Likewise.
7753 * gdb.trace/tstatus.exp: Likewise.
7754 * gdb.trace/tsv.exp: Likewise.
7755 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
7756 * gdb.trace/unavailable.exp: Likewise.
7757 * gdb.trace/while-dyn.exp: Likewise.
7758
7759 2018-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
7760
7761 * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
7762 that libinproctrace is copied to the target.
7763
7764 2018-03-14 Tom Tromey <tom@tromey.com>
7765
7766 PR cli/14977:
7767 * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
7768 a null pointer.
7769 * gdb.base/wchar.exp: Likewise.
7770
7771 2018-03-14 Tom Tromey <tom@tromey.com>
7772
7773 PR cli/19918:
7774 * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
7775 flag.
7776
7777 2018-03-08 Simon Marchi <simon.marchi@ericsson.com>
7778
7779 PR gdb/22841
7780 * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
7781 "target" to remote_exec.
7782
7783 2018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
7784
7785 PR gdb/22841
7786 * boards/gdbserver-base.exp (${board}_file, ${board}_download,
7787 ${board}_upload): Remove.
7788
7789 2018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
7790
7791 * gdb.cp/watch-cp.cc: New test.
7792 * gdb.cp/watch-cp.exp: New file.
7793
7794 2018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
7795
7796 * gdb.base/infcall-nested-structs.exp: New file.
7797 * gdb.base/infcall-nested-structs.c: New file.
7798 * gdb.base/float.exp: Add riscv support.
7799
7800 2018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
7801
7802 * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
7803 * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
7804
7805 2018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
7806
7807 * gdb.server/abspath.exp: New file.
7808 * lib/gdb.exp (with_cwd): New procedure.
7809
7810 2018-02-28 Simon Marchi <simon.marchi@ericsson.com>
7811
7812 * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
7813 use it.
7814 (gdb_is_target_remote_prompt): New proc.
7815 (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
7816 (gdb_is_target_native): Pass prompt parameter to
7817 gdb_is_target_1.
7818
7819 2018-02-26 Simon Marchi <simon.marchi@polymtl.ca>
7820
7821 * gdb.base/load-command.c: New file.
7822 * gdb.base/load-command.exp: New file.
7823 * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
7824 (gdb_is_target_1): ...this, and generalize for other targets
7825 than just remote.
7826 (gdb_is_target_remote): Use gdb_is_target_1.
7827 (gdb_is_target_native): use gdb_is_target_1.
7828
7829 2018-02-26 Tom Tromey <tom@tromey.com>
7830
7831 PR python/16497:
7832 * gdb.python/py-framefilter.exp: Update test.
7833
7834 2018-02-26 Tom Tromey <tom@tromey.com>
7835
7836 * gdb.dwarf2/variant.c: New file.
7837 * gdb.dwarf2/variant.exp: New file.
7838
7839 2018-02-26 Tom Tromey <tom@tromey.com>
7840
7841 * gdb.rust/simple.exp: Accept more possible results in enum test.
7842
7843 2018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
7844
7845 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
7846 parentheses.
7847
7848 2018-02-23 Maciej W. Rozycki <macro@mips.com>
7849
7850 * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
7851 name of a variable: $actual_linejj -> $actual_line.
7852
7853 2018-02-21 John Baldwin <jhb@FreeBSD.org>
7854
7855 * gdb.arch/amd64-i386-address.exp: Fix a typo.
7856
7857 2018-02-20 Markus Metzger <markus.t.metzger@intel.com>
7858
7859 * gdb.btrace/buffer-size.exp: Do not force BTS.
7860
7861 2018-02-14 Pedro Alves <palves@redhat.com>
7862
7863 * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
7864 getting a "Quit".
7865
7866 2018-02-09 Markus Metzger <markus.t.metzger@intel.com>
7867
7868 * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
7869 Fix test name.
7870
7871 2018-02-07 Simon Marchi <simon.marchi@ericsson.com>
7872
7873 * gdb.cp/m-static.exp: Check type of optimized out static
7874 member.
7875
7876 2018-02-03 Andrew Burgess <andrew.burgess@embecosm.com>
7877
7878 * config/sid.exp (gdb_target_sid): Remove use of cleanup.
7879 * config/sim.exp (gdb_target_sim): Remove use of cleanup.
7880
7881 2018-02-01 Simon Marchi <simon.marchi@polymtl.ca>
7882 Leszek Swirski <leszeks@google.com>
7883
7884 * gdb.python/py-prettyprint.c
7885 (struct to_string_returns_value_inner,
7886 struct to_string_returns_value_wrapper): New.
7887 (main): Add tsrvw variable.
7888 * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
7889 ToStringReturnsValueWrapper): New classes.
7890 (register_pretty_printers): Register new pretty-printers.
7891 * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
7892 recursive pretty printer.
7893 * gdb.python/py-mi.exp: Likewise.
7894
7895 2018-02-01 Leszek Swirski <leszeks@google.com>
7896
7897 * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
7898 functions with the same name as an include file are parsed
7899 correctly.
7900
7901 2018-02-01 Yao Qi <yao.qi@linaro.org>
7902
7903 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
7904 "\[^\r\n\]*".
7905
7906 2018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
7907
7908 * gdb.arch/powerpc-prologue-frame.s: New file.
7909 * gdb.arch/powerpc-prologue-frame.c: Likewise.
7910 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
7911
7912 2018-01-31 Joel Brobecker <brobecker@adacore.com>
7913
7914 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
7915
7916 2018-01-30 Pedro Alves <palves@redhat.com>
7917
7918 PR gdb/13211
7919 * gdb.base/interrupt-daemon.c: New.
7920 * gdb.base/interrupt-daemon.exp: New.
7921 * gdb.multi/multi-term-settings.c: New.
7922 * gdb.multi/multi-term-settings.exp: New.
7923
7924 2018-01-30 Joel Brobecker <brobecker@adacore.com>
7925
7926 * gdb.base/break.exp: Save the location where the breakpoint
7927 on break.c:47 was actually inserted when debugging the version
7928 compiled at -O2 and use it in the expected output of the "info
7929 break" test performed soon after.
7930
7931 2018-01-22 Pedro Alves <palves@redhat.com>
7932 Sergio Durigan Junior <sergiodj@redhat.com>
7933
7934 * gdb.base/whatis.exp: Add tests for 'set print object on' +
7935 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
7936
7937 2018-01-22 Joel Brobecker <brobecker@adacore.com>
7938
7939 * gdb.base/break-include.c, gdb.base/break-include.inc,
7940 gdb.base/break-include.exp: New files.
7941 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
7942 line number now being the actual line number where the breakpoint
7943 was inserted.
7944 * gdb.mi/mi-break.exp: Likewise.
7945 * gdb.mi/mi-reverse.exp: Likewise.
7946 * gdb.mi/mi-simplerun.exp: Ditto.
7947
7948 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
7949
7950 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
7951 varobj.
7952 * gdb.mi/mi-var-create-rtti.exp: Likewise.
7953
7954 2018-01-21 Don Breazeal <donb@codesourcery.com>
7955 Andrew Burgess <andrew.burgess@embecosm.com>
7956
7957 * gdb.mi/basics.c: Add new global.
7958 * gdb.mi/mi-frame-regs.exp: New file.
7959 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
7960 case.
7961
7962 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
7963
7964 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
7965 non-parameter, and on an unknown symbol.
7966
7967 2018-01-19 Tom Tromey <tom@tromey.com>
7968
7969 * gdb.rust/modules.rs (TWENTY_THREE): New global.
7970 * gdb.rust/modules.exp: Add ::-qualified lookup test.
7971
7972 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
7973
7974 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
7975 setrlimit and chdir to int.
7976
7977 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
7978
7979 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
7980 function.
7981 (my_tend): Likewise.
7982 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
7983 rationale of avoiding FP- and vector instructions.
7984
7985 2018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
7986
7987 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
7988 "info reg" with "\[ \t\]*".
7989 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
7990 "\[ \t\]+".
7991 * gdb.arch/s390-multiarch.exp: Ditto.
7992 * gdb.base/pc-fp.exp: Ditto.
7993 * gdb.reverse/i386-precsave.exp: Ditto.
7994 * gdb.reverse/i386-reverse.exp: Ditto.
7995 * gdb.reverse/i387-env-reverse.exp: Ditto.
7996 * gdb.reverse/i387-stack-reverse.exp: Ditto.
7997
7998 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
7999
8000 * lib/gdb.exp (gdb_compile): Re-enable use of
8001 universal_compile_options for languages other than Rust.
8002
8003 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
8004
8005 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
8006
8007 2018-01-17 Mike Gulick <mgulick@mathworks.com>
8008
8009 PR gdb/16577
8010 * gdb.base/solib-vanish.exp: New.
8011 * gdb.base/solib-vanish-main.c: New.
8012 * gdb.base/solib-vanish-lib1.c: New.
8013 * gdb.base/solib-vanish-lib2.c: New.
8014
8015 2018-01-17 Yao Qi <yao.qi@linaro.org>
8016
8017 * gdb.compile/compile.exp: Match the address printed for
8018 frame in the output of command "bt".
8019
8020 2018-01-15 Tom Tromey <tom@tromey.com>
8021
8022 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
8023 compute sp_reg.
8024
8025 2018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
8026
8027 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
8028 to prepare.
8029 (prepare): Return 0 on error, 1 on success.
8030
8031 2018-01-12 Pedro Alves <palves@redhat.com>
8032
8033 * gdb.base/continue-after-aborted-step-over.c: New.
8034 * gdb.base/continue-after-aborted-step-over.exp: New.
8035
8036 2018-01-11 Simon Marchi <simon.marchi@ericsson.com>
8037
8038 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
8039 options when not creating an executable.
8040
8041 2018-01-11 Pedro Alves <palves@redhat.com>
8042
8043 PR remote/22597
8044 * gdb.server/stop-reply-no-thread.c: New file.
8045 * gdb.server/stop-reply-no-thread.exp: New file.
8046
8047 2018-01-10 Pedro Alves <palves@redhat.com>
8048
8049 PR gdb/22670
8050 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
8051 functions too. Test setting breakpoints and printing C functions
8052 with no debug info too.
8053 * gdb.ada/bp_c_mixed_case/qux.c: New file.
8054
8055 2018-01-10 Pedro Alves <palves@redhat.com>
8056
8057 PR gdb/22670
8058 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
8059 a fail.
8060
8061 2018-01-10 Pedro Alves <palves@redhat.com>
8062
8063 PR gdb/22670
8064 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
8065
8066 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
8067
8068 * gdb.server/unittest.exp: Match the output in non-development
8069 mode.
8070
8071 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
8072
8073 * gdb.gdb/unittest.exp: Match output in non-development mode.
8074
8075 2018-01-08 Joel Brobecker <brobecker@adacore.com>
8076
8077 * gdb.ada/access_tagged_param.exp: Relax expected output
8078 for value of "ObjL" in "continue" to pck.inspect breakpoint
8079 test.
8080
8081 2018-01-08 Joel Brobecker <brobecker@adacore.com>
8082
8083 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
8084 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
8085
8086 2018-01-05 Pedro Alves <palves@redhat.com>
8087
8088 PR gdb/18653
8089 * gdb.base/libsegfault.exp: New.
8090
8091 2018-01-05 Joel Brobecker <brobecker@adacore.com>
8092
8093 PR gdb/22670
8094 * gdb.ada/access_tagged_param.exp: New file.
8095 * gdb.ada/access_tagged_param/foo.adb: New file.
8096
8097 2018-01-05 Pedro Alves <palves@redhat.com>
8098
8099 PR gdb/22670
8100 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
8101 exercise lower case too, and to exercise both full matching and
8102 wild matching.
8103
8104 2018-01-05 Joel Brobecker <brobecker@adacore.com>
8105
8106 * gdb.ada/rename_subscript_param: New testcase.
8107
8108 2018-01-05 Jerome Guitton <guitton@adacore.com>
8109
8110 * gdb.ada/arr_acc_idx_w_gap: New testcase.
8111
8112 2018-01-05 Joel Brobecker <brobecker@adacore.com>
8113
8114 * gdb.ada/convvar_comp: New testcase.
8115
8116 2018-01-05 Xavier Roirand <roirand@adacore.com>
8117
8118 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
8119 (My_Table): New global variable.
8120 * testsuite/gdb.ada/array_char_idx.exp: Add test.
8121
8122 2018-01-04 Joel Brobecker <brobecker@adacore.com>
8123
8124 PR gdb/22670
8125 * gdb.ada/maint_with_ada: New testcase.
8126
8127 2018-01-04 Joel Brobecker <brobecker@adacore.com>
8128
8129 PR gdb/22670
8130 * gdb.ada/bp_c_mixed_case: New testcase.
8131
8132 2018-01-04 Joel Brobecker <brobecker@adacore.com>
8133
8134 PR gdb/22670
8135 * gdb.ada/complete.exp: Add "complete break ada" test.
8136
8137 2018-01-04 Joel Brobecker <brobecker@adacore.com>
8138
8139 PR gdb/22670
8140 * gdb.ada/info_addr_mixed_case: New testcase.
8141
8142 2018-01-03 Xavier Roirand <roirand@adacore.com>
8143
8144 * gdb.ada/excep_handle.exp: New testcase.
8145 * gdb.ada/excep_handle/foo.adb: New file.
8146 * gdb.ada/excep_handle/pck.ads: New file.
8147
8148 2018-01-03 Joel Brobecker <brobecker@adacore.com>
8149
8150 * gdb.base/step-line.c: Add extra empty line in copyright header.
8151 * gdb.base/step-line.inp: Likewise.
8152
8153 2018-01-02 Joel Brobecker <brobecker@adacore.com>
8154
8155 * gdb.ada/dyn_stride.exp: Add slice test.
8156
8157 2018-01-02 Joel Brobecker <brobecker@adacore.com>
8158
8159 * gdb.ada/dyn_stride: New testcase.
8160
8161 2017-12-27 Stafford Horne <shorne@gmail.com>
8162
8163 * gdb.xml/extra-regs.xml: Add example foo reggroup.
8164 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
8165
8166 2017-12-27 Stafford Horne <shorne@gmail.com>
8167
8168 * gdb.base/reggroups.c: New file.
8169 * gdb.base/reggroups.exp: New file.
8170
8171 2017-12-18 Joel Brobecker <brobecker@adacore.com>
8172
8173 * gdb.dwarf2/ada-valprint-error.c: New file.
8174 * gdb.dwarf2/ada-valprint-error.exp: New file.
8175
8176 2017-12-18 Joel Brobecker <brobecker@adacore.com>
8177
8178 * gdb.ada/assign_arr: New testcase.
8179
8180 2017-12-18 Xavier Roirand <roirand@adacore.com>
8181
8182 * gdb.ada/funcall_ptr: New testcase.
8183
8184 2017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
8185
8186 PR cli/16224
8187 * gdb.base/ptype-offsets.cc: New file.
8188 * gdb.base/ptype-offsets.exp: New file.
8189
8190 2017-12-15 Yao Qi <yao.qi@linaro.org>
8191
8192 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
8193 if XML is disabled.
8194
8195 2017-12-15 Xavier Roirand <roirand@adacore.com>
8196
8197 * gdb.ada/same_component_name: New testcase.
8198
8199 2017-12-14 Joel Brobecker <brobecker@adacore.com>
8200
8201 * gdb.ada/str_binop_equal: New testcase.
8202
8203 2017-12-14 Joel Brobecker <brobecker@adacore.com>
8204
8205 * gdb.ada/task_switch_in_core: New testcase.
8206
8207 2017-12-13 Simon Marchi <simon.marchi@ericsson.com>
8208
8209 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
8210 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
8211 call test_bkpt_qualified.
8212 (test_bkpt_qualified): New proc.
8213
8214 2017-12-13 Pedro Alves <palves@redhat.com>
8215
8216 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
8217 Tighten regexp by matching with an anchor.
8218
8219 2017-12-13 Pedro Alves <palves@redhat.com>
8220
8221 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
8222 ("expression with namespace"): New set of tests.
8223 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
8224 (Nested::Test_NS::qux): New.
8225 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
8226 defaults to 'start_quote_char' and 'end_quote_char' parameters.
8227
8228 2017-12-13 Joel Brobecker <brobecker@adacore.com>
8229
8230 * gdb.base/server-del-break.c: New file.
8231 * gdb.base/server-del-break.exp: New file.
8232
8233 2017-12-12 Stafford Horne <shorne@gmail.com>
8234
8235 * gdb.xml/tdesc-regs.exp: Add or1k support.
8236
8237 2017-12-12 Stafford Horne <shorne@gmail.com>
8238
8239 * gdb.base/bp-permanent.c: Define nop of or1k.
8240
8241 2017-12-11 Joel Brobecker <brobecker@adacore.com>
8242
8243 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
8244 output with components being reordered.
8245
8246 2017-12-11 Joel Brobecker <brobecker@adacore.com>
8247
8248 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
8249 output with components being reordered.
8250
8251 2017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
8252 Pedro Alves <palves@redhat.com>
8253
8254 * gdb.base/maint.exp (check for .gdb_index): Check also for
8255 .debug_names.
8256 * gdb.dlang/watch-loc.c (.debug_aranges): New.
8257 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
8258 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
8259 (.gdb_index used after symbol reloading): Support also .debug_names.
8260 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
8261
8262 2017-12-08 Yao Qi <yao.qi@linaro.org>
8263
8264 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
8265 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
8266
8267 2017-12-08 Yao Qi <yao.qi@linaro.org>
8268
8269 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
8270 * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
8271
8272 2017-12-08 Yao Qi <yao.qi@linaro.org>
8273
8274 * gdb.arch/aarch64-tagged-pointer.c: New file.
8275 * gdb.arch/aarch64-tagged-pointer.exp: New file.
8276
8277 2017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
8278
8279 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
8280 "int".
8281
8282 2017-12-07 Keith Seitz <keiths@redhat.com>
8283
8284 PR breakpoints/22569
8285 * gdb.linespec/ls-errs.exp: Change expected result of "break
8286 -source this file has spaces.c -line 3".
8287 Check that an explicit source file followed by whitespace is
8288 identified as an invalid explicit location.
8289
8290 2017-12-07 Keith Seitz <keiths@redhat.com>
8291
8292 * gdb.cp/nested-types.cc: New file.
8293 * gdb.cp/nested-types.exp: New file.
8294 * lib/cp-support.exp: Load data-structures.exp library.
8295 (debug_cp_test_ptype_class): New global.
8296 (cp_ptype_class_verbose, next_line): New procedures.
8297 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
8298 Add and document new return value.
8299 Switch the list of lines to a queue.
8300 Add support for new `type' key for nested type definitions.
8301 Add debugging/troubleshooting messages.
8302 * lib/data-structures.exp: New file.
8303
8304 2017-12-07 Simon Marchi <simon.marchi@ericsson.com>
8305
8306 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
8307 with proc_with_prefix, don't use with_test_prefix.
8308
8309 2017-12-07 Tom Tromey <tom@tromey.com>
8310
8311 * gdb.base/break.exp: Add test for empty "commands".
8312
8313 2017-12-07 Yao Qi <yao.qi@linaro.org>
8314
8315 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
8316 malloc and catch syscall.
8317
8318 2017-12-07 Phil Muldoon <pmuldoon@redhat.com>
8319
8320 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
8321 tests for explicit locations.
8322
8323 2017-12-06 Pedro Alves <palves@redhat.com>
8324
8325 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
8326 force-disabling XML descriptions.
8327
8328 2017-12-04 Pedro Alves <palves@redhat.com>
8329
8330 PR gdb/22499
8331 * gdb.arch/amd64-disp-step-avx.S: New file.
8332 * gdb.arch/amd64-disp-step-avx.exp: New file.
8333
8334 2017-12-03 Pedro Alves <palves@redhat.com>
8335
8336 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
8337 and <string.h>.
8338 (parent_function): Print distinct messages when waitpid fails, or
8339 the child exits with a signal, or the child exits for an unhandled
8340 reason.
8341 * gdb.threads/process-dies-while-detaching.exp
8342 (detach_and_expect_exit): New 'inf_output_re' parameter and use
8343 it. Wait for both inferior output and GDB's prompt. Use an
8344 indirect spawn id list.
8345 (do_detach): New parameter 'child_exit'. Use it to compute
8346 expected inferior output.
8347 (test_detach, test_detach_watch, test_detach_killed_outside):
8348 Adjust to pass down the expected child exit kind.
8349
8350 2017-12-01 Joel Brobecker <brobecker@adacore.com>
8351 Sergio Durigan Junior <sergiodj@redhat.com>
8352 Pedro Alves <palves@redhat.com>
8353
8354 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
8355
8356 2017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
8357
8358 * gdb.base/relocate.exp: Add tests to guarantee that arguments
8359 to 'symbol-file' and 'add-symbol-file' can be
8360 position-independent.
8361
8362 2017-12-01 Yao Qi <yao.qi@linaro.org>
8363
8364 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
8365 the URL in copyright header.
8366 * gdb.arch/aarch64-fp.exp: Likewise.
8367 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
8368 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
8369 * gdb.base/expand-psymtabs.exp: Likewise.
8370 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
8371 * gdb.fortran/common-block.exp: Likewise.
8372 * gdb.fortran/common-block.f90: Likewise.
8373 * gdb.fortran/logical.exp: Likewise.
8374 * gdb.fortran/vla-datatypes.f90: Likewise.
8375 * gdb.fortran/vla-sub.f90: Likewise.
8376
8377 2017-11-30 Joel Brobecker <brobecker@adacore.com>
8378
8379 * gdb.ada/repeat_dyn: New testcase.
8380
8381 2017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
8382
8383 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
8384 Update for changed thread numbering.
8385 * gdb.cell/bt.exp: Update for changed GDB output.
8386
8387 2017-11-30 Simon Marchi <simon.marchi@ericsson.com>
8388
8389 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
8390 setting isremote by hand.
8391 * boards/dwarf4-gdb-index.exp: Likewise.
8392 * boards/fission.exp: Likewise.
8393 * boards/stabs.exp: Likewise.
8394
8395 2017-11-30 Pedro Alves <palves@redhat.com>
8396
8397 * gdb.linespec/cpls-ops.exp
8398 (check_explicit_skips_function_argument): Extract the underlying
8399 type of size_t instead of hardcoding it.
8400
8401 2017-11-29 Pedro Alves <palves@redhat.com>
8402
8403 PR c++/19436
8404 * gdb.linespec/cpls-abi-tag.cc: New file.
8405 * gdb.linespec/cpls-abi-tag.exp: New file.
8406
8407 2017-11-29 Pedro Alves <palves@redhat.com>
8408
8409 * gdb.base/langs.exp: Use -qualified.
8410 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
8411 it.
8412 * gdb.cp/namespace.exp: Use -qualified.
8413 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
8414 (overload-3, template-overload, template-ret-type, const-overload)
8415 (const-overload-quoted, anon-ns, ambiguous-prefix): New
8416 procedures.
8417 (test_driver): Call them.
8418 * gdb.cp/save-bp-qualified.cc: New.
8419 * gdb.cp/save-bp-qualified.exp: New.
8420 * gdb.linespec/explicit.exp: Test -qualified.
8421 * lib/completion-support.exp (completion::explicit_opts_list): Add
8422 "-qualified".
8423 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
8424
8425 2017-11-29 Phil Muldoon <pmuldoon@redhat.com>
8426
8427 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
8428
8429 2017-11-29 Tom Tromey <tom@tromey.com>
8430
8431 * gdb.base/relocate.exp: Update invalid argument test.
8432 Add new tests for invalid arguments.
8433
8434 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
8435
8436 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
8437 Return 0 as a long.
8438 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
8439
8440 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
8441
8442 * gdb.cp/breakpoint.cc (bar): Set return type to void.
8443 * gdb.cp/psymtab-parameter.cc (func): Likewise.
8444 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
8445 func ().
8446 * gdb.cp/shadow.cc (B.func): Return 0.
8447
8448 2017-11-27 Joel Brobecker <brobecker@adacore.com>
8449
8450 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
8451 expected output in gdb_expect call to allow the exception
8452 message to be present as well. Fix syntax confusion to avoid
8453 TCL thinking that exception_name is an array.
8454
8455 2017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
8456
8457 * gdb.arch/spu-info.c: Include <unistd.h>.
8458 (do_signal_test): Fix broken calls to write.
8459 * gdb.arch/spu-info.exp: Use prepare_for_testing.
8460 Fix checks for empty mailboxes. Update signal tests for corrected
8461 do_signal_test routine. Allow nonzero event status.
8462 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
8463 * gdb.cell/arch.exp: Use standard_output_file.
8464 * gdb.cell/break.exp: Likewise.
8465 * gdb.cell/bt.exp: Likewise.
8466 * gdb.cell/core.exp: Likewise.
8467 * gdb.cell/dwarfaddr.exp: Likewise.
8468 * gdb.cell/ea-cache.exp: Likewise.
8469 * gdb.cell/ea-standalone.exp: Likewise.
8470 * gdb.cell/f-regs.exp: Likewise.
8471 * gdb.cell/fork.exp: Likewise.
8472 * gdb.cell/gcore.exp: Likewise.
8473 * gdb.cell/mem-access.exp: Likewise.
8474 * gdb.cell/ptype.exp: Likewise.
8475 * gdb.cell/registers.exp: Likewise.
8476 * gdb.cell/sizeof.exp: Likewise.
8477 * gdb.cell/solib-symbol.exp: Likewise.
8478 * gdb.cell/solib.exp: Likewise.
8479
8480 2017-11-25 Pedro Alves <palves@redhat.com>
8481
8482 * gdb.base/complete-empty.exp: New file.
8483 * gdb.base/completion.exp: Adjust.
8484
8485 2017-11-25 Pedro Alves <palves@redhat.com>
8486
8487 * gdb.linespec/cpls-ops.cc: New file.
8488 * gdb.linespec/cpls-ops.exp: New file.
8489 * lib/completion-support.exp (test_complete_prefix_range_re): New,
8490 factored out from ...
8491 (test_complete_prefix_range): ... this.
8492
8493 2017-11-24 Pedro Alves <palves@redhat.com>
8494
8495 * gdb.linespec/cpcompletion.exp: New file.
8496 * gdb.linespec/cpls-hyphen.cc: New file.
8497 * gdb.linespec/cpls.cc: New file.
8498 * gdb.linespec/cpls2.cc: New file.
8499 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
8500 test to use test_gdb_complete_unique. Add label completion,
8501 keyword completion and explicit location completion tests.
8502 * lib/completion-support.exp: New file.
8503
8504 2017-11-24 Joel Brobecker <brobecker@adacore.com>
8505
8506 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
8507 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
8508 when hitting an exception catchpoint.
8509
8510 2017-11-22 Yao Qi <yao.qi@linaro.org>
8511
8512 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
8513
8514 2017-11-22 Simon Marchi <simon.marchi@ericsson.com>
8515
8516 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
8517 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
8518 * gdb.dwarf2/info-locals-optimized-out.c: New file.
8519
8520 2017-11-22 Yao Qi <yao.qi@linaro.org>
8521
8522 * gdb.base/info-os.exp: Pass pthreads.
8523 * gdb.multi/multi-attach.exp: Likewise.
8524
8525 2017-11-22 Yao Qi <yao.qi@linaro.org>
8526
8527 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
8528 compiler.
8529
8530 2017-11-22 Yao Qi <yao.qi@linaro.org>
8531
8532 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
8533 * gdb.base/break-interp.exp: Likewise.
8534 * gdb.base/jit-attach-pie.exp: Likewise.
8535
8536 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
8537
8538 * gdb.base/float128.c (large128): New variable.
8539 * gdb.base/float128.exp: Add test to print largest __float128 value.
8540
8541 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
8542
8543 * gdb.arch/vsx-regs.exp: Update register content checks.
8544
8545 2017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
8546
8547 * gdb.arch/ppc-longdouble.exp: New file.
8548 * gdb.arch/ppc-longdouble.c: Likewise.
8549
8550 2017-11-21 Pedro Alves <palves@redhat.com>
8551
8552 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
8553
8554 2017-11-20 Pedro Alves <palves@redhat.com>
8555
8556 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
8557 (long_double_typedef): New typedefs.
8558 Use DEF on double and long double.
8559 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
8560 cases.
8561 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
8562 and 'long_double_ptr_same_size' locals. Use them to decide
8563 whether cast from array/function to float is valid/invalid.
8564
8565 2017-11-17 Tom Tromey <tom@tromey.com>
8566
8567 * gdb.rust/traits.rs: New file.
8568 * gdb.rust/traits.exp: New file.
8569
8570 2017-11-17 Joel Brobecker <brobecker@adacore.com>
8571
8572 * gdb.ada/minsyms: New testcase.
8573
8574 2017-11-16 Pedro Alves <palves@redhat.com>
8575
8576 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
8577 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
8578
8579 2017-11-16 Pedro Alves <palves@redhat.com>
8580
8581 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
8582 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
8583
8584 2017-11-16 Pedro Alves <palves@redhat.com>
8585
8586 * gdb.server/reconnect-ctrl-c.c: New file.
8587 * gdb.server/reconnect-ctrl-c.exp: New file.
8588
8589 2017-11-16 Phil Muldoon <pmuldoon@redhat.com>
8590
8591 * gdb.python/py-rbreak.exp: New file.
8592 * gdb.python/py-rbreak.c: New file.
8593 * gdb.python/py-rbreak-func2.c: New file.
8594
8595 2017-11-16 Pedro Alves <palves@redhat.com>
8596
8597 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
8598 pattern.
8599 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
8600 GDB.
8601
8602 2017-11-15 Simon Marchi <simon.marchi@ericsson.com>
8603
8604 * gdb.tui/completionn.exp (test_tab_completion): Add space in
8605 regex.
8606
8607 2017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
8608
8609 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
8610 test names.
8611
8612 2017-11-09 Pedro Alves <palves@redhat.com>
8613
8614 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
8615 factored out from ...
8616 (top level): ... here, and adjusted to avoid expecting beyond the
8617 prompt in a single gdb_test_multiple.
8618
8619 2017-11-09 Pedro Alves <palves@redhat.com>
8620
8621 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
8622 output.
8623 * gdb.server/ext-attach.exp ("kill" test): Likewise.
8624 * gdb.server/ext-restart.exp ("kill" test): Likewise.
8625 * gdb.server/ext-run.exp ("kill" test): Likewise.
8626 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
8627
8628 2017-11-09 Pedro Alves <palves@redhat.com>
8629
8630 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
8631 match till end of line.
8632
8633 2017-11-09 Pedro Alves <palves@redhat.com>
8634
8635 * gdb.base/memattr.exp: Tighten regexes to match the end line.
8636
8637 2017-11-09 Pedro Alves <palves@redhat.com>
8638
8639 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
8640 New procedures, factored out from ...
8641 (top level): ... here, and adjusted to avoid expecting beyond the
8642 prompt in one go.
8643
8644 2017-11-09 Pedro Alves <palves@redhat.com>
8645
8646 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
8647 output. Fix '?' match.
8648
8649 2017-11-08 Joel Brobecker <brobecker@adacore.com>
8650
8651 * gdb.ada/scoped_watch: New testcase.
8652 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
8653 which is actually correct.
8654 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
8655 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
8656
8657 2017-11-08 Pedro Alves <palves@redhat.com>
8658
8659 * gdb.gdb/complaints.exp (test_initial_complaints)
8660 (test_serial_complaints, test_short_complaints): Call
8661 complaint_internal instead of complaint.
8662
8663 2017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
8664
8665 * gdb.threads/tls-core.c: New file.
8666 * gdb.threads/tls-core.exp: Likewise.
8667
8668 2017-11-08 Pedro Alves <palves@redhat.com>
8669
8670 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
8671 (p Exported_Capitalized): New test.
8672 (p exported_capitalized): New test.
8673
8674 2017-11-07 Pedro Alves <palves@redhat.com>
8675
8676 * gdb.cp/ena-dis-br-range.exp: Add more tests.
8677
8678 2017-11-07 Pedro Alves <palves@redhat.com>
8679
8680 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
8681 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
8682 (disable_invalid, disable_inverted, disable_negative): New
8683 procedures.
8684 ("bad numbers"): New set of tests.
8685
8686 2017-11-07 Pedro Alves <palves@redhat.com>
8687
8688 * gdb.cp/ena-dis-br-range.exp: Add tests.
8689
8690 2017-11-07 Pedro Alves <palves@redhat.com>
8691
8692 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
8693
8694 2017-11-07 Xavier Roirand <roirand@adacore.com>
8695 Pedro Alves <palves@redhat.com>
8696
8697 * gdb.base/ena-dis-br.exp: Add reference to
8698 gdb.cp/ena-dis-br-range.exp.
8699 * gdb.cp/ena-dis-br-range.exp: New file.
8700 * gdb.cp/ena-dis-br-range.cc: New file.
8701
8702 2017-11-06 Pedro Alves <palves@redhat.com>
8703
8704 * gdb.base/attach-non-pgrp-leader.c: New.
8705 * gdb.base/attach-non-pgrp-leader.exp: New.
8706
8707 2017-11-06 Pedro Alves <palves@redhat.com>
8708
8709 * configure.ac: No longer check for termio.h and sgtty.h.
8710 * configure: Regenerate.
8711 * remote-utils.c: Include termios.h instead of gdb_termios.h.
8712 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
8713 Remove termio and sgtty code.
8714
8715 2017-11-03 Yao Qi <yao.qi@linaro.org>
8716
8717 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
8718 in GDB is disabled.
8719
8720 2017-11-03 Yao Qi <yao.qi@linaro.org>
8721
8722 * gdb.python/py-thrhandle.exp: Skip it if python is not
8723 enabled.
8724
8725 2017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
8726
8727 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
8728 as a breakpoint command.
8729
8730 2017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
8731
8732 PR python/21213
8733 * gdb.python/py-infthread.exp: Test calling
8734 InferiorThread.inferior () multiple times in a row.
8735
8736 2017-10-27 Keith Seitz <keiths@redhat.com>
8737
8738 * gdb.opt/inline-break.exp (break_info_1): New procedure.
8739 Test "info break" for every inlined function breakpoint.
8740
8741 2017-10-27 Yao Qi <yao.qi@linaro.org>
8742
8743 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
8744
8745 2017-10-26 Patrick Frants <osscontribute@gmail.com>
8746
8747 * gdb.cp/classes.exp (test_static_members): Test printing
8748 Outer::instance.
8749 * gdb.cp/classes.c (struct Inner, struct Outer): New.
8750 (Inner::instance, Outer::instance): New.
8751
8752 2017-10-24 Pedro Alves <palves@redhat.com>
8753
8754 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
8755 extra console" test in two stages.
8756
8757 2017-10-24 Pedro Alves <palves@redhat.com>
8758
8759 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
8760
8761 2017-10-24 Pedro Alves <palves@redhat.com>
8762
8763 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
8764 loop.
8765
8766 2017-10-24 Pedro Alves <palves@redhat.com>
8767
8768 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
8769 $attempt" and "stoppedtry $stoppedtry" test prefixes.
8770
8771 2017-10-24 Pedro Alves <palves@redhat.com>
8772
8773 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
8774 parameter and handle it. Don't output read value in test name.
8775
8776 2017-10-24 Pedro Alves <palves@redhat.com>
8777
8778 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
8779 custom test name.
8780
8781 2017-10-24 Pedro Alves <palves@redhat.com>
8782
8783 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
8784 include the unstable output directory name in the test's name.
8785 (initial_setup_simple) <'set args'>: Use custom test name.
8786
8787 2017-10-24 Pedro Alves <palves@redhat.com>
8788
8789 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
8790 with explicit test name.
8791
8792 2017-10-20 Pedro Alves <palves@redhat.com>
8793
8794 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
8795 'wait -i'. Use gdb_assert and remote_close.
8796
8797 2017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
8798
8799 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
8800 number from variable rather than hard-coded.
8801
8802 2017-10-19 Pedro Alves <palves@redhat.com>
8803
8804 * gdb.base/long-inferior-output.c: New file.
8805 * gdb.base/long-inferior-output.exp: New file.
8806
8807 2017-11-18 Keith Seitz <keiths@redhat.com>
8808
8809 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
8810 method.
8811 (main): Call it.
8812 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
8813 Add additional user-defined conversion operator tests.
8814
8815 2017-10-17 Pedro Alves <palves@redhat.com>
8816
8817 * boards/native-stdio-gdbserver.exp: Load "local-board".
8818
8819 2017-10-17 Pedro Alves <palves@redhat.com>
8820
8821 * gdb.base/quit-live.c: New file.
8822 * gdb.base/quit-live.exp: New file.
8823
8824 2017-10-16 Keith Seitz <keiths@redhat.com>
8825
8826 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
8827 (class_with_protected_typedef, class_with_private_typedef)
8828 (struct_with_public_typedef, struct_with_protected_typedef)
8829 (struct_with_private_typedef): New classes/structs.
8830 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
8831 typedefs and access specifiers.
8832
8833 2017-10-16 Pedro Alves <palves@redhat.com>
8834 Simon Marchi <simon.marchi@polymtl.ca>
8835
8836 * README (Local vs Remote vs Native): New section.
8837 * boards/local-board.exp: New file, with bits factored out from
8838 ...
8839 * boards/native-extended-gdbserver.exp: ... here. Load
8840 "local-board".
8841 * boards/native-gdbserver.exp: Load "local-board".
8842 (${board}_spawn, ${board}_exec): Delete.
8843 * boards/native-stdio-gdbserver.exp: Most contents factored out to
8844 ...
8845 * boards/stdio-gdbserver-base.exp: ... this new file.
8846 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
8847 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
8848 procedure.
8849 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
8850 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
8851 stdio_gdbserver_command.
8852 (${board}_get_remote_address, ${board}_get_comm_port)
8853 (${board}_download, ${board}_upload): Delete.
8854 (get_target_remote_pipe_cmd): New.
8855
8856 2017-10-16 Simon Marchi <simon.marchi@ericsson.com>
8857
8858 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
8859 test_bkpt_deletion, test_bkpt_cond_and_cmds,
8860 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
8861 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
8862 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
8863 remove with_test_prefix.
8864
8865 2017-10-13 Pedro Alves <palves@redhat.com>
8866
8867 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
8868 * gdb.base/annota1.exp: Use it instead of is_remote.
8869 * gdb.base/annota3.exp: Use it instead of is_remote.
8870 * gdb.cp/annota2.exp: Use it instead of is_remote.
8871 * gdb.cp/annota3.exp: Use it instead of is_remote.
8872 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
8873
8874 2017-10-13 Pedro Alves <palves@redhat.com>
8875
8876 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
8877 (test_num_test_vars, run_and_count_vars, find_env)
8878 (test_set_unset_env, test_inherit_env_var): New procedures.
8879 (top level): Use them.
8880
8881 2017-10-13 Pedro Alves <palves@redhat.com>
8882
8883 * lib/selftest-support.exp (selftest_setup): Extend comments, and
8884 also skip on stub-like targets.
8885
8886 2017-10-13 Pedro Alves <palves@redhat.com>
8887
8888 PR gdb/22293
8889 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
8890 (top level): Move some tests to ...
8891 (test_not_found): ... this new procedure.
8892 (top level): Call it.
8893
8894 2017-10-13 Pedro Alves <palves@redhat.com>
8895
8896 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
8897 expect different "info terminal" output if testing with a
8898 non-native target.
8899
8900 2017-10-13 Pedro Alves <palves@redhat.com>
8901 Simon Marchi <simon.marchi@polymtl.ca>
8902
8903 PR python/12966
8904 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
8905
8906 2017-10-13 Pedro Alves <palves@redhat.com>
8907
8908 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
8909 already.
8910
8911 2017-10-13 Pedro Alves <palves@redhat.com>
8912
8913 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
8914 is_remote.
8915
8916 2017-10-13 Pedro Alves <palves@redhat.com>
8917
8918 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
8919 is_remote.
8920
8921 2017-10-13 Pedro Alves <palves@redhat.com>
8922
8923 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
8924 is set.
8925 (corefile_test_attach): Likewise. Check can_spawn_for_attach
8926 instead of is_remote.
8927
8928 2017-10-13 Pedro Alves <palves@redhat.com>
8929
8930 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
8931 (top level): Add comment.
8932
8933 2017-10-13 Pedro Alves <palves@redhat.com>
8934
8935 * gdb.base/remote.exp (top level): Fix comment typo and add
8936 missing return.
8937
8938 2017-10-13 Pedro Alves <palves@redhat.com>
8939 Simon Marchi <simon.marchi@polymtl.ca>
8940
8941 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
8942 calls and add comments. Skip test if use_gdb_stub is set.
8943 (top level): Use "set cwd" command instead of "cd" command.
8944
8945 2017-10-13 Pedro Alves <palves@redhat.com>
8946
8947 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
8948 is_remote target check.
8949
8950 2017-10-13 Pedro Alves <palves@redhat.com>
8951
8952 * gdb.base/scope.exp: Use build_executable + clean_restart +
8953 gdb_file_cmd instead of prepare_for_testing and no longer skip
8954 "before run" tests on is_remote target boards. Update comments.
8955 * boards/native-extended-gdbserver.exp
8956 (extended_gdbserver_load_last_file): New, factored out from ...
8957 (gdb_load): ... this. Move further below and add comment.
8958 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
8959
8960 2017-10-12 Pedro Alves <palves@redhat.com>
8961
8962 * gdb.base/attach.exp: Remove references to gdb64.
8963 * gdb.base/dbx.exp: Remove references to gdb64.
8964
8965 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
8966 Pedro Alves <palves@redhat.com>
8967
8968 * gdb.base/label.exp: Remove is_remote target check.
8969
8970 2017-10-12 Pedro Alves <palves@redhat.com>
8971
8972 * gdb.base/auvx.exp (coredir): Update comment.
8973 (top level) <core_works>: Use "set cwd" command instead of "cd"
8974 command.
8975
8976 2017-10-12 Pedro Alves <palves@redhat.com>
8977 Simon Marchi <simon.marchi@polymtl.ca>
8978
8979 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
8980 target boards.
8981
8982 2017-10-12 Pedro Alves <palves@redhat.com>
8983 Simon Marchi <simon.marchi@polymtl.ca>
8984
8985 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
8986 Instead skip if there's any gdb_protocol set.
8987
8988 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
8989 Pedro Alves <palves@redhat.com>
8990
8991 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
8992
8993 2017-10-12 Pedro Alves <palves@redhat.com>
8994 Simon Marchi <simon.marchi@polymtl.ca>
8995
8996 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
8997 instead of on dejagnu remote boards.
8998
8999 2017-10-12 Pedro Alves <palves@redhat.com>
9000 Simon Marchi <simon.marchi@polymtl.ca>
9001
9002 * gdb.base/inferior-died.exp: Remove is_remote and isnative
9003 checks. Use build_executable + clean_restart instead of
9004 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
9005 of enabling non-stop after starting gdb.
9006
9007 2017-10-12 Pedro Alves <palves@redhat.com>
9008
9009 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
9010 * gdb.threads/non-ldr-exc-2.exp: Ditto.
9011 * gdb.threads/non-ldr-exc-3.exp: Ditto.
9012 * gdb.threads/non-ldr-exc-4.exp: Ditto.
9013
9014 2017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
9015
9016 * gdb.arch/arc-tdesc-cpu.exp: New file.
9017 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
9018
9019 2017-10-10 Simon Marchi <simon.marchi@ericsson.com>
9020
9021 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
9022
9023 2017-10-10 Pedro Alves <palves@redhat.com>
9024
9025 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
9026 expect CLI output.
9027
9028 2017-10-10 Pedro Alves <palves@redhat.com>
9029
9030 * lib/selftest-support.exp (selftest_setup): Update for
9031 captured_command_loop's prototype change.
9032
9033 2017-10-09 Pedro Alves <palves@redhat.com>
9034
9035 Test both arch1=>arch2 and arch2=>arch1.
9036
9037 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
9038 (srcfile2, binfile2, march1, march2): Remove globals. Largely
9039 factored out to...
9040 (append_arch1_options, append_arch2_options, append_arch_options)
9041 (build_executables): New procedures.
9042 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
9043 local.
9044 (top level): Add new 'first_arch' testing axis.
9045
9046 2017-10-09 Pedro Alves <palves@redhat.com>
9047
9048 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
9049 (barrier): New.
9050 (thread_start, all_started): New functions.
9051 (main): Spawn new thread and wait until it is scheduled.
9052 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
9053 option.
9054 (do_test): Add 'selected_thread' parameter. Run to all_started
9055 instead of main. Explicitly set the breakpoint at main. Switch
9056 to the SELECTED_THREAD thread.
9057 (top level): Test handling the exec event with either the main
9058 thread or the second thread selected.
9059
9060 2017-10-09 Pedro Alves <palves@redhat.com>
9061
9062 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
9063 logic. Move STOP marker after the value checks.
9064 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
9065 regexp.
9066
9067 2017-10-06 Sandra Loosemore <sandra@codesourcery.com>
9068
9069 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
9070
9071 2017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
9072
9073 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
9074 integer-to-dfp conversion.
9075 * gdb.base/dfp-test.exp: Likewise.
9076
9077 2017-10-04 Pedro Alves <palves@redhat.com>
9078
9079 * gdb.multi/hangout.c: Include <unistd.h>.
9080 (hangout_loop): New function.
9081 (main): Call alarm. Call hangout_loop in a loop.
9082 * gdb.multi/hello.c: Include <unistd.h>.
9083 (hello_loop): New function.
9084 (main): Call alarm. Call hangout_loop in a loop.
9085 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
9086 inferior with the other selected.
9087
9088 2017-10-04 Simon Marchi <simon.marchi@ericsson.com>
9089
9090 * gdb.mi/list-thread-groups-available.exp: New file.
9091 * gdb.mi/list-thread-groups-available.c: New file.
9092
9093 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
9094
9095 * gdb.base/set-cwd.exp: Make it available on
9096 native-extended-gdbserver.
9097
9098 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
9099
9100 * gdb.base/set-cwd.c: New file.
9101 * gdb.base/set-cwd.exp: Likewise.
9102
9103 2017-10-02 Tom Tromey <tom@tromey.com>
9104
9105 PR rust/22236:
9106 * gdb.rust/simple.rs (main): New variable "fslice".
9107 * gdb.rust/simple.exp: Add slice tests. Update string tests.
9108
9109 2017-10-02 Tom Tromey <tom@tromey.com>
9110
9111 * gdb.rust/simple.exp: Test ptype of a slice.
9112
9113 2017-10-02 Tom Tromey <tom@tromey.com>
9114
9115 * gdb.rust/simple.exp: Test index of slice.
9116
9117 2017-09-27 Tom Tromey <tom@tromey.com>
9118
9119 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
9120
9121 2017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
9122 Pedro Alves <palves@redhat.com>
9123
9124 * gdb.base/compare-sections.exp (get value of read-only section): Read
9125 as unsigned value.
9126 (corrupt read-only section): Likewise and don't set written if patching
9127 failed.
9128
9129 2017-09-21 Kevin Buettner <kevinb@redhat.com>
9130
9131 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
9132 files.
9133
9134 2017-09-20 Pedro Alves <palves@redhat.com>
9135
9136 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
9137 symbol names in gdb's output.
9138 * gdb.cp/overload.exp ("list all overloads"): Likewise.
9139
9140 2017-09-20 Pedro Alves <palves@redhat.com>
9141
9142 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
9143 Rename to ...
9144 (test_list_ambiguous_symbol): ... this and add a symbol name
9145 parameter. Adjust.
9146 (test_list_ambiguous_function): Reimplement on top of
9147 test_list_ambiguous_symbol and also test listing ambiguous
9148 variables.
9149 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
9150 (ambiguous_fun): ... this.
9151 (ambiguous_var): New.
9152 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
9153 (ambiguous_fun): ... this.
9154 (ambiguous_var): New.
9155
9156 2017-09-19 John Baldwin <jhb@FreeBSD.org>
9157
9158 * gdb.base/starti.c: New file.
9159 * gdb.base/starti.exp: New file.
9160 * lib/gdb.exp (gdb_starti_cmd): New procedure.
9161
9162 2017-09-14 Pedro Alves <palves@redhat.com>
9163
9164 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
9165 (top level): Use it instead of runto.
9166
9167 2017-09-11 Tom Tromey <tom@tromey.com>
9168
9169 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
9170
9171 2017-09-11 Tom Tromey <tom@tromey.com>
9172
9173 * gdb.python/py-infthread.exp: Add tests for new_thread event.
9174 * gdb.python/py-inferior.exp: Add tests for new inferior events.
9175
9176 2017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
9177
9178 * gdb.fortran/printing-types.exp: New file.
9179 * gdb.fortran/printing-types.exp: New file.
9180
9181 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
9182
9183 * gdb.fortran/vla-ptype.exp: Fix typos.
9184 * gdb.fortran/vla-value.exp: Same.
9185
9186 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
9187
9188 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
9189 * gdb.mi/mi-var-child-f.exp: Likewise.
9190 * gdb.mi/mi-vla-fortran.exp: Likewise.
9191
9192 2017-09-08 Frank Penczek <frank.penczek@intel.com>
9193 Christoph Weinmann <christoph.t.weinmann@intel.com>
9194 Bernhard Heckel <bernhard.heckel@intel.com>
9195
9196 * gdb.fortran/ptr-indentation.f90: New file.
9197 * gdb.fortran/ptr-indentation.exp: New file.
9198
9199 2017-09-05 Tom Tromey <tom@tromey.com>
9200
9201 PR gdb/22010:
9202 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
9203
9204 2017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
9205
9206 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
9207
9208 2017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
9209
9210 * gdb.threads/tls-nodebug-pie.c: New file.
9211 * gdb.threads/tls-nodebug-pie.exp: New file.
9212
9213 2017-09-05 Tom Tromey <tom@tromey.com>
9214
9215 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
9216 for rust.
9217
9218 2017-09-05 Simon Marchi <simon.marchi@ericsson.com>
9219
9220 * gdb.multi/multi-arch-exec.exp: Test with different
9221 "follow-exec-mode" settings.
9222 (do_test): New procedure.
9223
9224 2017-09-04 Pedro Alves <palves@redhat.com>
9225
9226 * gdb.base/func-static.c (S::method const, S::method volatile)
9227 (S::method volatile const): New methods.
9228 (c_s, v_s, cv_s): New instances.
9229 (main): Call method() on them.
9230 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
9231 (cannot_resolve): New procedure.
9232 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
9233 print-quote-unquoted columns.
9234 (do_test): Test printing each scope too.
9235
9236 2017-09-04 Pedro Alves <palves@redhat.com>
9237
9238 * gdb.base/local-static.exp: Also test with
9239 class::method::variable wholly quoted.
9240 * gdb.cp/m-static.exp (class::method::variable): Remove test.
9241
9242 2017-09-04 Pedro Alves <palves@redhat.com>
9243
9244 * gdb.base/local-static.c: New.
9245 * gdb.base/local-static.cc: New.
9246 * gdb.base/local-static.exp: New.
9247
9248 2017-09-04 Pedro Alves <palves@redhat.com>
9249
9250 * gdb.asm/asm-source.exp: Add casts to int.
9251 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
9252 (dataglobal64_1, dataglobal64_2): New globals.
9253 * gdb.base/nodebug.exp: Test different expressions involving the
9254 new globals, with print, whatis and ptype. Add casts to int.
9255 * gdb.base/solib-display.exp: Add casts to int.
9256 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
9257 * gdb.cp/m-static.exp: Add cast to int.
9258 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
9259 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
9260 tls variable with no debug info without a cast. Test with a cast
9261 to int too.
9262 * gdb.trace/entry-values.exp: Add casts.
9263
9264 2017-09-04 Pedro Alves <palves@redhat.com>
9265
9266 * gdb.base/nodebug.exp: Test that ptype's error about functions
9267 with unknown return type includes the function name too.
9268
9269 2017-09-04 Pedro Alves <palves@redhat.com>
9270
9271 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
9272 return type of munmap in infcall.
9273 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
9274 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
9275 type of ftell in infcall.
9276 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
9277 type of getpid in infcall.
9278 * gdb.base/infcall-exec.exp: Cast return type of execlp in
9279 infcall.
9280 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
9281 Bail on failure to extract the pid.
9282 * gdb.base/nodebug.c: #include <stdint.h>.
9283 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
9284 New functions.
9285 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
9286 Change expected output of print/whatis/ptype with functions with
9287 no debug info. Test all supported languages. Call
9288 test_call_promotion.
9289 * gdb.compile/compile.exp: Adjust expected output to expect
9290 warning.
9291 * gdb.threads/siginfo-threads.exp: Likewise.
9292
9293 2017-09-04 Pedro Alves <palves@redhat.com>
9294
9295 * gdb.base/callfuncs.exp (do_function_calls): New parameter
9296 "prototypes". Test calling float functions via prototyped and
9297 unprototyped function pointers.
9298 (perform_all_tests): New parameter "prototypes". Pass it down.
9299 (top level): Pass down "prototypes" parameter to
9300 perform_all_tests.
9301
9302 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
9303
9304 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
9305 Test with nested loops.
9306
9307 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
9308
9309 * gdb.base/commands.exp: Call the new procedures.
9310 (loop_break_test, loop_continue_test): New procedures.
9311
9312 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
9313
9314 * gdb.base/commands.exp: Call new procedure.
9315 (define_if_without_arg_test): New procedure.
9316
9317 2017-09-04 Pedro Alves <palves@redhat.com>
9318
9319 * gdb.base/list-ambiguous.exp: New file.
9320 * gdb.base/list-ambiguous0.c: New file.
9321 * gdb.base/list-ambiguous1.c: New file.
9322 * gdb.base/list.exp (test_list_range): Adjust expected output.
9323
9324 2017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
9325
9326 * gdb.base/share-env-with-gdbserver.c: New file.
9327 * gdb.base/share-env-with-gdbserver.exp: Likewise.
9328
9329 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
9330
9331 * gdb.base/commands.exp (gdbvar_simple_if_test,
9332 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
9333 progvar_simple_if_test, progvar_simple_while_test,
9334 progvar_complex_if_while_test, user_defined_command_test,
9335 user_defined_command_args_eval,
9336 user_defined_command_args_stack_test,
9337 user_defined_command_manyargs_test, bp_deleted_in_command_test,
9338 temporary_breakpoint_commands,
9339 gdb_test_no_prompt, redefine_hook_test,
9340 redefine_backtrace_test): Remove "global gdb_prompt".
9341
9342 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
9343
9344 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
9345 New proc, call it from toplevel.
9346
9347 2017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
9348
9349 PR remote/21852
9350 * gdb.server/normal.c: New file, copied from gdb.base.
9351 * gdb.server/run-without-local-binary.exp: New file.
9352
9353 2017-08-07 Weimin Pan <weimin.pan@oracle.com>
9354
9355 * gdb.arch/sparc64-adi.exp: New file.
9356 * gdb.arch/sparc64-adi.c: New file.
9357
9358 2017-08-22 Pedro Alves <palves@redhat.com>
9359
9360 * gdb.cp/overload.exp (line_range_pattern): New procedure.
9361 (top level): Add "list all overloads" tests.
9362
9363 2017-08-22 Tom Tromey <tom@tromey.com>
9364
9365 * gdb.gdb/xfullpath.exp: Remove.
9366
9367 2017-08-21 Pedro Alves <palves@redhat.com>
9368
9369 PR gdb/19487
9370 * gdb.base/symbol-alias.c: New.
9371 * gdb.base/symbol-alias2.c: New.
9372 * gdb.base/symbol-alias.exp: New.
9373
9374 2017-08-21 Pedro Alves <palves@redhat.com>
9375
9376 * gdb.base/dfp-test.c
9377 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
9378 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
9379 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
9380 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
9381 * gdb.base/whatis-ptype-typedefs.c: New.
9382 * gdb.base/whatis-ptype-typedefs.exp: New.
9383 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
9384 (an_int, an_int_type, an_int_type2): New globals.
9385 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
9386 involving typedefs and cast expressions.
9387 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
9388 (lookup_typedefs_function): New.
9389 (typedefs_pretty_printers_dict): New.
9390 (top level): Register lookup_typedefs_function in
9391 gdb.pretty_printers.
9392
9393 2017-08-18 Yao Qi <yao.qi@linaro.org>
9394
9395 * gdb.server/unittest.exp: New.
9396
9397 2017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
9398
9399 PR gdb/21954
9400 * gdb.base/environ.exp: Add test to check if 'unset environment'
9401 works.
9402
9403 2017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
9404
9405 * lib/gdb.exp (universal_compile_options): New caching proc.
9406 (gdb_compile): Suppress GCC's coloring of messages.
9407
9408 2017-08-14 Tom Tromey <tom@tromey.com>
9409
9410 PR gdb/21675:
9411 * gdb.base/printcmds.exp (test_radices): New function.
9412 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
9413 * gdb.base/sizeof.exp (check_valueof): Use p/d.
9414 * lib/gdb.exp (get_integer_valueof): Use p/d.
9415
9416 2017-08-12 Simon Marchi <simon.marchi@ericsson.com>
9417
9418 * lib/gdb.exp (get_valueof): Don't capture end-of-line
9419 characters.
9420
9421 2017-08-05 Tom Tromey <tom@tromey.com>
9422
9423 * gdb.rust/simple.exp: Allow String to appear in a different
9424 namespace.
9425
9426 2017-07-26 Yao Qi <yao.qi@linaro.org>
9427
9428 * gdb.gdb/unittest.exp: Invoke command
9429 "maintenance check xml-descriptions".
9430
9431 2017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
9432
9433 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
9434 calling context.
9435 (hex128): Drop erroneous calculation of parameters.
9436
9437 2017-07-22 Simon Marchi <simon.marchi@ericsson.com>
9438
9439 * gdb.python/py-unwind.exp: Disable stack protection when
9440 building test file.
9441
9442 2017-07-20 Pedro Alves <palves@redhat.com>
9443
9444 * gdb.base/default.exp (set language): Adjust expected output.
9445
9446 2017-07-20 Pedro Alves <palves@redhat.com>
9447
9448 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
9449 (test_minsym): ... this, and make static.
9450 (get_pck__foo__bar__minsym): Rename to ...
9451 (get_test_minsym): ... this.
9452 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
9453 symbol names and comments.
9454 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
9455 (get_test_minsym): ... this.
9456 (pck__foo__bar__minsym__2): Rename to ...
9457 (test_minsym): ... this.
9458 (main): Adjust.
9459
9460 2017-07-17 Pedro Alves <palves@redhat.com>
9461
9462 * gdb.base/completion.exp: Adjust expected output.
9463 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
9464 the completer works.
9465
9466 2017-07-17 Pedro Alves <palves@redhat.com>
9467
9468 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
9469
9470 2017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
9471
9472 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
9473
9474 2017-07-14 Tom Tromey <tom@tromey.com>
9475
9476 PR rust/21764:
9477 * gdb.rust/simple.exp: Add tests.
9478
9479 2017-07-14 Tom Tromey <tom@tromey.com>
9480
9481 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
9482
9483 2017-07-14 Pedro Alves <palves@redhat.com>
9484
9485 * gdb.linespec/base/one/thefile.cc (z1): New function.
9486 * gdb.linespec/base/two/thefile.cc (z2): New function.
9487 * gdb.linespec/linespec.exp: Add tests.
9488
9489 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
9490
9491 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
9492 to mi_create_breakpoint.
9493
9494 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
9495
9496 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
9497 mi_create_breakpoint.
9498
9499 2017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
9500
9501 * gdb.dlang/demangle.exp: Update for demangling changes.
9502
9503 2017-07-09 Tom Tromey <tom@tromey.com>
9504
9505 * gdb.dwarf2/shortpiece.exp: New file.
9506
9507 2017-07-06 David Blaikie <dblaikie@gmail.com>
9508
9509 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
9510 built from fissiont-multi-cu{1,2}.c.
9511 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
9512 except putting 'main' and 'func' in separate CUs in the same DWO file.
9513 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
9514 test.
9515 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
9516 test.
9517
9518 2017-07-06 Pedro Alves <palves@redhat.com>
9519
9520 * gdb.python/py-unwind.exp: Test flushregs.
9521
9522 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
9523
9524 PR cli/21688
9525 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
9526 tests for alias commands and trailing whitespace.
9527
9528 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
9529
9530 PR cli/21688
9531 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
9532 procedure. Call it.
9533
9534 2017-06-29 Pedro Alves <palves@redhat.com>
9535
9536 * gdb.base/printcmds.exp: Add tests.
9537
9538 2017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
9539
9540 PR gdb/21337
9541 * gdb.base/reread-readsym.exp: New file.
9542 * gdb.base/reread-readsym.c: New file.
9543
9544 2017-06-21 Kevin Buettner <kevinb@redhat.com>
9545
9546 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
9547 subpattern.
9548
9549 2017-06-19 Peter Bergner <bergner@vnet.ibm.com>
9550
9551 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
9552 extended mnemonic.
9553 * gdb.arch/powerpc-power9.s: Likewise.
9554
9555 2017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
9556
9557 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
9558 on 32-bit x86 targets. Exploit is_*_target macros where
9559 appropriate.
9560
9561 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9562
9563 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
9564 register pieces.
9565
9566 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9567
9568 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
9569 located in one or more DWARF pieces.
9570
9571 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9572
9573 * lib/gdb.exp (get_endianness): New proc.
9574 * gdb.arch/aarch64-fp.exp: Use it.
9575 * gdb.arch/altivec-regs.exp: Likewise.
9576 * gdb.arch/e500-regs.exp: Likewise.
9577 * gdb.arch/vsx-regs.exp: Likewise.
9578 * gdb.base/dump.exp: Likewise.
9579 * gdb.base/funcargs.exp: Likewise.
9580 * gdb.base/gnu_vector.exp: Likewise.
9581 * gdb.dwarf2/formdata16.exp: Likewise.
9582 * gdb.dwarf2/implptrpiece.exp: Likewise.
9583 * gdb.dwarf2/nonvar-access.exp: Likewise.
9584 * gdb.python/py-inferior.exp: Likewise.
9585 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
9586
9587 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9588
9589 PR gdb/21226
9590 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
9591 stack value pieces are taken from the LSB end.
9592
9593 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9594
9595 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
9596 variable at nonzero offset.
9597
9598 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9599
9600 * gdb.dwarf2/var-access.c: New file.
9601 * gdb.dwarf2/var-access.exp: New test.
9602 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
9603
9604 2017-06-12 Tom Tromey <tom@tromey.com>
9605
9606 * gdb.dwarf2/formdata16.exp: Add tests.
9607
9608 2017-06-12 Tom Tromey <tom@tromey.com>
9609
9610 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
9611
9612 2017-06-12 Tom Tromey <tom@tromey.com>
9613
9614 PR exp/16225:
9615 * gdb.reverse/i386-sse-reverse.exp: Update tests.
9616 * gdb.arch/vsx-regs.exp: Update tests.
9617 * gdb.arch/s390-vregs.exp (hex128): New proc.
9618 Update test.
9619 * gdb.arch/altivec-regs.exp: Update tests.
9620
9621 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
9622
9623 * gdb.base/startup-with-shell.c: New file.
9624 * gdb.base/startup-with-shell.exp: Likewise.
9625
9626 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
9627
9628 * gdb.server/non-existing-program.exp: Update regex in order to
9629 reflect the fact that gdbserver is now using fork_inferior (with a
9630 shell) to startup the inferior.
9631
9632 2017-05-30 Simon Marchi <simon.marchi@ericsson.com>
9633
9634 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
9635 support function calls from GDB.
9636
9637 2017-05-21 Tom Tromey <tom@tromey.com>
9638
9639 PR rust/21466:
9640 * gdb.rust/unsized.exp: New file.
9641 * gdb.rust/unsized.rs: New file.
9642
9643 2017-05-19 Tom Tromey <tom@tromey.com>
9644
9645 PR rust/21484:
9646 * gdb.rust/watch.exp: New file.
9647 * gdb.rust/watch.rs: New file.
9648
9649 2017-05-18 Tom Tromey <tom@tromey.com>
9650
9651 * gdb.rust/simple.exp: Allow Box to be qualified.
9652
9653 2017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
9654
9655 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
9656
9657 2017-05-18 Pedro Alves <palves@redhat.com>
9658
9659 * gdb.base/fileio.c (test_write, test_read, test_close)
9660 (test_fstat): Don't print 'ret' in the fail path.
9661
9662 2017-05-18 Pedro Alves <palves@redhat.com>
9663
9664 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
9665 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
9666 (test_system, test_rename, test_unlink, test_time): Change
9667 prototypes.
9668 * gdb.base/fileio.exp (stop_msg): Adjust.
9669
9670 2017-05-18 Pedro Alves <palves@redhat.com>
9671
9672 * gdb.base/fileio.c (null_str): New global.
9673 (test_stat): Use it.
9674 * gdb.base/fileio.exp: Remove nowarnings.
9675
9676 2017-05-17 Yao Qi <yao.qi@linaro.org>
9677
9678 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
9679
9680 2017-05-17 Simon Marchi <simon.marchi@ericsson.com>
9681
9682 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
9683 argument command.
9684 (top-level): Invoke test_set_inferior_tty.
9685
9686 2017-05-04 Pedro Alves <palves@redhat.com>
9687
9688 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
9689 Add parens to print call for Python 3.
9690
9691 2017-05-03 Keith Seitz <keiths@redhat.com>
9692
9693 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
9694 (main): Call it.
9695
9696 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
9697
9698 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
9699 to prev and next.
9700
9701 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
9702
9703 * gdb.python/py-record-btrace.exp: Remove test for
9704 gdb.BtraceInstruction.error.
9705
9706 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
9707
9708 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
9709
9710 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
9711
9712 * gdb.python/py-record-btrace-threads.c: New file.
9713 * gdb.python/py-record-btrace-threads.exp: New file.
9714
9715 2017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
9716
9717 PR testsuite/8595
9718 * gdb.base/environ.exp: Make test available in all architectures.
9719 Move bits related to "info program" testing to
9720 gdb.base/info-program.exp. Rewrite tests to use the two new
9721 procedures mentione below.
9722 (test_set_show_env_var) New procedure.
9723 (test_set_show_env_var_equal): Likewise.
9724 * gdb.base/info-program.exp: New file.
9725
9726 2017-04-27 Keith Seitz <keiths@redhat.com>
9727
9728 * gdb.cp/oranking.cc (test15): New function.
9729 (main): Call test15 and declare additional variables for testing.
9730 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
9731 "p foo101('abc')" tests.
9732 Add tests for cv qualifier overloads.
9733 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
9734 "lvalue reference overload" test.
9735 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
9736 "print value of f1 on Child&& in f2" test.
9737
9738 2017-04-19 Pedro Alves <palves@redhat.com>
9739
9740 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
9741 procedure.
9742 (top level): Call it.
9743 * lib/gdb.exp (gdb_define_cmd): New procedure.
9744
9745 2017-04-12 Pedro Alves <palves@redhat.com>
9746
9747 PR gdb/21323
9748 * gdb.cp/wide_char_types.c: Include <wchar.h>.
9749 (wchar): New global.
9750 * gdb.cp/wide_char_types.exp (wide_char_types_program)
9751 (do_test_wide_char, wide_char_types_no_program, top level): Add
9752 wchar_t testing.
9753
9754 2017-04-12 Pedro Alves <palves@redhat.com>
9755
9756 PR c++/21323
9757 * gdb.cp/wide_char_types.c: New file.
9758 * gdb.cp/wide_char_types.exp: New file.
9759
9760 2017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
9761
9762 PR gdb/21352
9763 * gdb.trace/tsv.exp: Add test for "tsave -r".
9764
9765 2017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
9766
9767 * gdb.dlang/watch-loc.c: New file.
9768 * gdb.dlang/watch-loc.exp: New file.
9769
9770 2017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
9771
9772 * gdb.python/py-section-script.exp (sepdebug): New testcases.
9773
9774 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
9775
9776 * gdb.arch/arc-analyze-prologue.S: New file.
9777 * gdb.arch/arc-analyze-prologue.exp: Likewise.
9778
9779 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
9780
9781 * gdb.arch/arc-decode-insn.S: New file.
9782 * gdb.arch/arc-decode-insn.exp: Likewise.
9783
9784 2017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
9785
9786 PR tdep/20928
9787 * gdb.arch/sparc64-regs.exp: New file.
9788 * gdb.arch/sparc64-regs.S: Likewise.
9789
9790 2017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
9791
9792 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
9793 and memory view on Python 3.
9794
9795 2017-03-20 Artemiy Volkov <artemiyv@acm.org>
9796 Keith Seitz <keiths@redhat.com>
9797
9798 PR gdb/14441
9799 * gdb.cp/demangle.exp: Add rvalue reference tests.
9800 * gdb.cp/rvalue-ref-casts.cc: New file.
9801 * gdb.cp/rvalue-ref-casts.exp: New file.
9802 * gdb.cp/rvalue-ref-overload.cc: New file.
9803 * gdb.cp/rvalue-ref-overload.exp: New file.
9804 * gdb.cp/rvalue-ref-params.cc: New file.
9805 * gdb.cp/rvalue-ref-params.exp: New file.
9806 * gdb.cp/rvalue-ref-sizeof.cc: New file.
9807 * gdb.cp/rvalue-ref-sizeof.exp: New file.
9808 * gdb.cp/rvalue-ref-types.cc: New file.
9809 * gdb.cp/rvalue-ref-types.exp: New file.
9810 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
9811 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
9812
9813 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
9814
9815 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
9816 New procedure.
9817
9818 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
9819
9820 * lib/mi-support.exp (mi_gdb_test): Add additional message
9821 for unexpected output.
9822
9823 2017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
9824
9825 * gdb.base/examine-backward.c (Barrier): New character array
9826 constant, to ensure that TestStrings is preceded by a string
9827 terminator.
9828
9829 2017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
9830
9831 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
9832 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
9833 and implicit pointer into such a location.
9834
9835 2017-03-16 Doug Evans <dje@google.com>
9836
9837 * gdb.python/py-lazy-string (pointer): Really add new typedef.
9838
9839 2017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
9840
9841 * gdb.cp/m-static.exp: Fix expectation for prototype of
9842 test5.single_constructor and single_constructor::single_constructor.
9843
9844 2017-03-16 Doug Evans <dje@google.com>
9845
9846 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
9847 * gdb.guile/scm-lazy-string.c: New file.
9848 * gdb.guile/scm-value.exp: Move lazy string tests to ...
9849 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
9850 for pointer, array, typedef lazy strings.
9851
9852 2017-03-16 Doug Evans <dje@google.com>
9853
9854 PR python/17728, python/18439, python/18779
9855 * gdb.python/py-value.c (main) Delete locals sptr, sn.
9856 * gdb.python/py-lazy-string.c (pointer): New typedef.
9857 (main): New locals ptr, array, typedef_ptr.
9858 * gdb.python/py-value.exp: Move lazy string tests to ...
9859 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
9860 array, typedef lazy strings.
9861
9862 2017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
9863
9864 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
9865 Add optional 'test' parameter.
9866
9867 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
9868
9869 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
9870 Skip for versions of DejaGnu < 1.5.
9871
9872 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
9873
9874 * lib/gdb.exp (dejagnu_version): New proc.
9875 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
9876 Use dejagnu_version.
9877
9878 2017-03-10 Keith Seitz <keiths@redhat.com>
9879
9880 PR c++/8128
9881 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
9882 type from destructor regexps.
9883 Add a branch which actually passes the test.
9884 Adjust "ptype t5i" test names.
9885
9886 2017-03-08 Pedro Alves <palves@redhat.com>
9887
9888 * gdb.base/step-over-exit.exp: Add explicit test message.
9889
9890 2017-03-08 Pedro Alves <palves@redhat.com>
9891
9892 PR gdb/18360
9893 * gdb.threads/interrupt-while-step-over.c: New file.
9894 * gdb.threads/interrupt-while-step-over.exp: New file.
9895
9896 2017-03-08 Pedro Alves <palves@redhat.com>
9897
9898 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
9899 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
9900
9901 2017-03-08 Pedro Alves <palves@redhat.com>
9902
9903 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
9904 PKRU as not supported as a PASS.
9905
9906 2017-03-08 Pedro Alves <palves@redhat.com>
9907
9908 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
9909 prefix instead of $binfile1/$binfile2.
9910 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
9911 in test message.
9912 * gdb.python/py-completion.exp: Use "load python file" as test
9913 messages instead of unstable path names.
9914
9915 2017-03-08 Pedro Alves <palves@redhat.com>
9916 Jan Kratochvil <jan.kratochvil@redhat.com>
9917
9918 PR cli/21218
9919 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
9920 New proc.
9921 (top level): Call it.
9922
9923 2017-03-08 Pedro Alves <palves@redhat.com>
9924
9925 PR tui/21216
9926 * gdb.tui/tui-nl-filtered-output.exp: New file.
9927
9928 2017-03-08 Pedro Alves <palves@redhat.com>
9929
9930 * gdb.base/completion.exp: Move TUI completion tests to ...
9931 * gdb.tui/completion.exp: ... this new file.
9932
9933 2017-03-08 Pedro Alves <palves@redhat.com>
9934
9935 * gdb.base/tui-disasm-long-lines.c,
9936 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
9937 gdb.base/tui-layout.exp: Move to ...
9938 * gdb.tui/: ... this new directory.
9939
9940 2017-03-07 Pedro Alves <palves@redhat.com>
9941
9942 * gdb.base/tui-layout.c: New file.
9943 * gdb.base/tui-layout.exp: New file.
9944
9945 2017-03-07 Pedro Alves <palves@redhat.com>
9946
9947 * gdb.base/tui-layout.c: Rename to ...
9948 * gdb.base/tui-disasm-long-lines.c: ... this.
9949 * gdb.base/tui-layout.exp: Rename to ...
9950 * gdb.base/tui-disasm-long-lines.exp: ... this.
9951
9952 2017-03-07 Pedro Alves <palves@redhat.com>
9953
9954 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
9955
9956 2017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
9957
9958 * i386-mpx-call.c: New file.
9959 * i386-mpx-call.exp: New file.
9960
9961 2017-02-28 Peter Bergner <bergner@vnet.ibm.com>
9962
9963 * gdb.arch/powerpc-power.exp: Delete test.
9964 * gdb.arch/powerpc-power.s: Likewise.
9965 * gdb.disasm/disassembler-options.exp: New test.
9966 * gdb.arch/powerpc-altivec.exp: Likewise.
9967 * gdb.arch/powerpc-altivec.s: Likewise.
9968 * gdb.arch/powerpc-altivec2.exp: Likewise.
9969 * gdb.arch/powerpc-altivec2.s: Likewise.
9970 * gdb.arch/powerpc-altivec3.exp: Likewise.
9971 * gdb.arch/powerpc-altivec3.s: Likewise.
9972 * gdb.arch/powerpc-power7.exp: Likewise.
9973 * gdb.arch/powerpc-power7.s: Likewise.
9974 * gdb.arch/powerpc-power8.exp: Likewise.
9975 * gdb.arch/powerpc-power8.s: Likewise.
9976 * gdb.arch/powerpc-power9.exp: Likewise.
9977 * gdb.arch/powerpc-power9.s: Likewise.
9978 * gdb.arch/powerpc-vsx.exp: Likewise.
9979 * gdb.arch/powerpc-vsx.s: Likewise.
9980 * gdb.arch/powerpc-vsx2.exp: Likewise.
9981 * gdb.arch/powerpc-vsx2.s: Likewise.
9982 * gdb.arch/powerpc-vsx3.exp: Likewise.
9983 * gdb.arch/powerpc-vsx3.s: Likewise.
9984 * gdb.arch/arm-disassembler-options.exp: Likewise.
9985 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
9986 * gdb.arch/s390-disassembler-options.exp: Likewise.
9987
9988 2017-02-23 Luis Machado <lgustavo@codesourcery.com>
9989
9990 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
9991 (check_supported_features): ... this. Changed return type to void.
9992 (supports_rdseed): New static global.
9993 (rdseed): Check supports_rdseed.
9994 (initialize): Call check_supported_features.
9995
9996 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
9997
9998 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
9999 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
10000 and lqarx/stqcx.
10001 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
10002 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
10003
10004 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
10005
10006 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
10007 uppercase.
10008
10009 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10010
10011 * gdb.dwarf2/formdata16.c: New file.
10012 * gdb.dwarf2/formdata16.exp: New file.
10013 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
10014
10015 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10016
10017 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
10018 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
10019 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
10020 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
10021 DW_AT_GNU_*.
10022
10023 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10024
10025 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
10026
10027 2017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
10028
10029 PR gdb/21164
10030 * gdb.base/maint.exp: Add testcases for when the commands do
10031 not have arguments.
10032
10033 2017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
10034
10035 * gdb.cp/chained-calls.exp: Use p instead of P.
10036
10037 2017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
10038
10039 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
10040 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
10041
10042 2017-02-14 Tom Tromey <tom@tromey.com>
10043
10044 PR python/13598:
10045 * gdb.python/py-events.exp: Add before_prompt event tests.
10046
10047 2017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
10048
10049 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
10050
10051 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
10052
10053 * gdb.linespec/explicit.c (my_unique_function_name): New function.
10054 (main): Call my_unique_function_name.
10055 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
10056 completion of patterns with a single match.
10057 Add missing -re switches to gdb_test_multiple calls.
10058
10059 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
10060
10061 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
10062 return if core file is not recognized.
10063
10064 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
10065
10066 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
10067 and extra UIs.
10068
10069 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
10070
10071 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
10072 proc_with_prefix.
10073
10074 2017-02-10 Tom Tromey <tom@tromey.com>
10075
10076 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
10077
10078 2017-02-10 Martin Galvan <martingalvan@sourceware.org>
10079
10080 PR gdb/21122
10081 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
10082
10083 2017-02-08 Jerome Guitton <guitton@adacore.com>
10084
10085 * gdb.base/define.exp: Add test for command abbreviations
10086 in define.
10087
10088 2017-02-06 Luis Machado <lgustavo@codesourcery.com>
10089
10090 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
10091 * gdb.reverse/insn-reverse-x86.c: New file.
10092
10093 2017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
10094
10095 PR tdep/20936
10096 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
10097
10098 2017-02-03 Tom Tromey <tom@tromey.com>
10099
10100 PR rust/21097:
10101 * gdb.rust/simple.exp: Add new tests.
10102
10103 2017-02-02 Pedro Alves <palves@redhat.com>
10104
10105 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
10106 tests.
10107
10108 2017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
10109
10110 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
10111 taking a 2-byte value out of a 4-byte DWARF implicit value on
10112 big-endian targets.
10113 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
10114 logic. Add test cases for DW_OP_implicit.
10115
10116 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
10117
10118 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
10119
10120 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
10121
10122 * gdb.btrace/enable.exp: Call gdb_exit before
10123 skip_gdbserver_tests.
10124
10125 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
10126
10127 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
10128 GDBFLAGS.
10129
10130 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
10131
10132 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
10133 the test is skipped.
10134 * gdb.btrace/data.exp: Likewise.
10135 * gdb.btrace/delta.exp: Likewise.
10136 * gdb.btrace/dlopen.exp: Likewise.
10137 * gdb.btrace/enable-running.exp: Likewise.
10138 * gdb.btrace/enable.exp: Likewise.
10139 * gdb.btrace/exception.exp: Likewise.
10140 * gdb.btrace/function_call_history.exp: Likewise.
10141 * gdb.btrace/gcore.exp: Likewise.
10142 * gdb.btrace/instruction_history.exp: Likewise.
10143 * gdb.btrace/multi-thread-step.exp: Likewise.
10144 * gdb.btrace/nohist.exp: Likewise.
10145 * gdb.btrace/non-stop.exp: Likewise.
10146 * gdb.btrace/reconnect.exp: Likewise.
10147 * gdb.btrace/record_goto-step.exp: Likewise.
10148 * gdb.btrace/record_goto.exp: Likewise.
10149 * gdb.btrace/rn-dl-bind.exp: Likewise.
10150 * gdb.btrace/segv.exp: Likewise.
10151 * gdb.btrace/step.exp: Likewise.
10152 * gdb.btrace/stepi.exp: Likewise.
10153 * gdb.btrace/tailcall-only.exp: Likewise.
10154 * gdb.btrace/tailcall.exp: Likewise.
10155 * gdb.btrace/tsx.exp: Likewise.
10156 * gdb.btrace/unknown_functions.exp: Likewise.
10157 * gdb.btrace/vdso.exp: Likewise.
10158
10159 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
10160
10161 * gdb.btrace/enable-running.c: New.
10162 * gdb.btrace/enable-running.exp: New.
10163
10164 2017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
10165
10166 * gdb.arch/amd64-gs_base.c: New file.
10167 * gdb.arch/amd64-gs_base.exp: New file.
10168
10169 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
10170
10171 * lib/memory.exp: Remove spurious empty newlines.
10172
10173 2017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
10174
10175 * gdb.python/py-bad-printers.exp: Load python file using "source".
10176 * gdb.python/py-events.exp: Likewise.
10177 * gdb.python/py-evsignal.exp: Likewise.
10178 * gdb.python/py-evthreads.exp: Likewise.
10179 * gdb.python/py-frame-args.exp: Likewise.
10180 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
10181 * gdb.python/py-framefilter-mi.exp: Likewise.
10182 * gdb.python/py-framefilter.exp: Likewise.
10183 * gdb.python/py-mi.exp: Likewise.
10184 * gdb.python/py-pp-maint.exp: Likewise.
10185 * gdb.python/py-pp-registration.exp: Likewise.
10186 * gdb.python/py-prettyprint.exp: Likewise.
10187 (run_lang_tests): Likewise.
10188 * gdb.python/py-typeprint.exp: Likewise.
10189
10190 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
10191
10192 * lib/memory.exp: New file.
10193 * lib/gdb.exp: Load memory.exp.
10194 * gdb.base/memattr.exp (delete_memory): Move proc to
10195 lib/memory.exp and rename to delete_memory_regions.
10196 Replace delete_memory with delete_memory_regions.
10197 Cleanup memory regions before tests.
10198 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
10199 before tests.
10200
10201 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
10202
10203 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
10204 files.
10205 (initialize): New function conditionally defined.
10206 (testcases): Move within conditional block.
10207 (main): Call initialize.
10208 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
10209 of gdb.reverse/insn-reverse.c.
10210 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
10211 gdb.reverse/insn-reverse.c.
10212
10213 2017-01-26 Yao Qi <yao.qi@linaro.org>
10214
10215 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
10216 disassemble on address 0.
10217
10218 2017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
10219 Yao Qi <yao.qi@linaro.org>
10220
10221 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
10222 * gdb.dwarf2/implptr-64bit.S: Remove.
10223 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
10224 variables in caller's context. Add DW_OP_implicit_value.
10225
10226 2017-01-25 Yao Qi <yao.qi@linaro.org>
10227
10228 * lib/dwarf.exp (Dwarf::_location): Handle
10229 DW_OP_GNU_implicit_pointer with proper size.
10230
10231 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
10232
10233 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
10234 and add untested calls.
10235
10236 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
10237
10238 * gdb.python/python.exp: Check line number against what GDB thinks
10239 the line number is for func1.
10240
10241 2017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
10242
10243 * gdb.dlang/debug-expr.exp: New file.
10244
10245 2016-12-23 Luis Machado <lgustavo@codesourcery.com>
10246
10247 Fix test names for the following files:
10248
10249 * gdb.ada/exec_changed.exp
10250 * gdb.ada/info_types.exp
10251 * gdb.arch/aarch64-atomic-inst.exp
10252 * gdb.arch/aarch64-fp.exp
10253 * gdb.arch/altivec-abi.exp
10254 * gdb.arch/altivec-regs.exp
10255 * gdb.arch/amd64-byte.exp
10256 * gdb.arch/amd64-disp-step.exp
10257 * gdb.arch/amd64-dword.exp
10258 * gdb.arch/amd64-entry-value-inline.exp
10259 * gdb.arch/amd64-entry-value-param.exp
10260 * gdb.arch/amd64-entry-value-paramref.exp
10261 * gdb.arch/amd64-entry-value.exp
10262 * gdb.arch/amd64-i386-address.exp
10263 * gdb.arch/amd64-invalid-stack-middle.exp
10264 * gdb.arch/amd64-invalid-stack-top.exp
10265 * gdb.arch/amd64-optimout-repeat.exp
10266 * gdb.arch/amd64-prologue-skip.exp
10267 * gdb.arch/amd64-prologue-xmm.exp
10268 * gdb.arch/amd64-stap-special-operands.exp
10269 * gdb.arch/amd64-stap-wrong-subexp.exp
10270 * gdb.arch/amd64-tailcall-cxx.exp
10271 * gdb.arch/amd64-tailcall-noret.exp
10272 * gdb.arch/amd64-tailcall-ret.exp
10273 * gdb.arch/amd64-tailcall-self.exp
10274 * gdb.arch/amd64-word.exp
10275 * gdb.arch/arm-bl-branch-dest.exp
10276 * gdb.arch/arm-disp-step.exp
10277 * gdb.arch/arm-neon.exp
10278 * gdb.arch/arm-single-step-kernel-helper.exp
10279 * gdb.arch/avr-flash-qualifier.exp
10280 * gdb.arch/disp-step-insn-reloc.exp
10281 * gdb.arch/e500-abi.exp
10282 * gdb.arch/e500-regs.exp
10283 * gdb.arch/ftrace-insn-reloc.exp
10284 * gdb.arch/i386-avx512.exp
10285 * gdb.arch/i386-bp_permanent.exp
10286 * gdb.arch/i386-byte.exp
10287 * gdb.arch/i386-cfi-notcurrent.exp
10288 * gdb.arch/i386-disp-step.exp
10289 * gdb.arch/i386-dr3-watch.exp
10290 * gdb.arch/i386-float.exp
10291 * gdb.arch/i386-gnu-cfi.exp
10292 * gdb.arch/i386-mpx-map.exp
10293 * gdb.arch/i386-mpx-sigsegv.exp
10294 * gdb.arch/i386-mpx-simple_segv.exp
10295 * gdb.arch/i386-mpx.exp
10296 * gdb.arch/i386-permbkpt.exp
10297 * gdb.arch/i386-prologue.exp
10298 * gdb.arch/i386-signal.exp
10299 * gdb.arch/i386-size-overlap.exp
10300 * gdb.arch/i386-unwind.exp
10301 * gdb.arch/i386-word.exp
10302 * gdb.arch/mips-fcr.exp
10303 * gdb.arch/powerpc-d128-regs.exp
10304 * gdb.arch/powerpc-stackless.exp
10305 * gdb.arch/ppc64-atomic-inst.exp
10306 * gdb.arch/s390-stackless.exp
10307 * gdb.arch/s390-tdbregs.exp
10308 * gdb.arch/s390-vregs.exp
10309 * gdb.arch/sparc-sysstep.exp
10310 * gdb.arch/thumb-bx-pc.exp
10311 * gdb.arch/thumb-singlestep.exp
10312 * gdb.arch/thumb2-it.exp
10313 * gdb.arch/vsx-regs.exp
10314 * gdb.asm/asm-source.exp
10315 * gdb.base/a2-run.exp
10316 * gdb.base/advance.exp
10317 * gdb.base/all-bin.exp
10318 * gdb.base/anon.exp
10319 * gdb.base/args.exp
10320 * gdb.base/arithmet.exp
10321 * gdb.base/async-shell.exp
10322 * gdb.base/async.exp
10323 * gdb.base/attach-pie-noexec.exp
10324 * gdb.base/attach-twice.exp
10325 * gdb.base/auto-load.exp
10326 * gdb.base/bang.exp
10327 * gdb.base/bitfields.exp
10328 * gdb.base/break-always.exp
10329 * gdb.base/break-caller-line.exp
10330 * gdb.base/break-entry.exp
10331 * gdb.base/break-inline.exp
10332 * gdb.base/break-on-linker-gcd-function.exp
10333 * gdb.base/break-probes.exp
10334 * gdb.base/break.exp
10335 * gdb.base/breakpoint-shadow.exp
10336 * gdb.base/call-ar-st.exp
10337 * gdb.base/call-sc.exp
10338 * gdb.base/call-signal-resume.exp
10339 * gdb.base/call-strs.exp
10340 * gdb.base/callfuncs.exp
10341 * gdb.base/catch-fork-static.exp
10342 * gdb.base/catch-gdb-caused-signals.exp
10343 * gdb.base/catch-load.exp
10344 * gdb.base/catch-signal-fork.exp
10345 * gdb.base/catch-signal.exp
10346 * gdb.base/catch-syscall.exp
10347 * gdb.base/charset.exp
10348 * gdb.base/checkpoint.exp
10349 * gdb.base/chng-syms.exp
10350 * gdb.base/code-expr.exp
10351 * gdb.base/code_elim.exp
10352 * gdb.base/commands.exp
10353 * gdb.base/completion.exp
10354 * gdb.base/complex.exp
10355 * gdb.base/cond-expr.exp
10356 * gdb.base/condbreak.exp
10357 * gdb.base/consecutive.exp
10358 * gdb.base/continue-all-already-running.exp
10359 * gdb.base/coredump-filter.exp
10360 * gdb.base/corefile.exp
10361 * gdb.base/dbx.exp
10362 * gdb.base/debug-expr.exp
10363 * gdb.base/define.exp
10364 * gdb.base/del.exp
10365 * gdb.base/disabled-location.exp
10366 * gdb.base/disasm-end-cu.exp
10367 * gdb.base/disasm-optim.exp
10368 * gdb.base/display.exp
10369 * gdb.base/duplicate-bp.exp
10370 * gdb.base/ena-dis-br.exp
10371 * gdb.base/ending-run.exp
10372 * gdb.base/enumval.exp
10373 * gdb.base/environ.exp
10374 * gdb.base/eu-strip-infcall.exp
10375 * gdb.base/eval-avoid-side-effects.exp
10376 * gdb.base/eval-skip.exp
10377 * gdb.base/exitsignal.exp
10378 * gdb.base/expand-psymtabs.exp
10379 * gdb.base/filesym.exp
10380 * gdb.base/find-unmapped.exp
10381 * gdb.base/finish.exp
10382 * gdb.base/float.exp
10383 * gdb.base/foll-exec-mode.exp
10384 * gdb.base/foll-exec.exp
10385 * gdb.base/foll-fork.exp
10386 * gdb.base/fortran-sym-case.exp
10387 * gdb.base/freebpcmd.exp
10388 * gdb.base/func-ptr.exp
10389 * gdb.base/func-ptrs.exp
10390 * gdb.base/funcargs.exp
10391 * gdb.base/gcore-buffer-overflow.exp
10392 * gdb.base/gcore-relro-pie.exp
10393 * gdb.base/gcore-relro.exp
10394 * gdb.base/gcore.exp
10395 * gdb.base/gdb1090.exp
10396 * gdb.base/gdb11530.exp
10397 * gdb.base/gdb11531.exp
10398 * gdb.base/gdb1821.exp
10399 * gdb.base/gdbindex-stabs.exp
10400 * gdb.base/gdbvars.exp
10401 * gdb.base/hbreak.exp
10402 * gdb.base/hbreak2.exp
10403 * gdb.base/included.exp
10404 * gdb.base/infcall-input.exp
10405 * gdb.base/inferior-died.exp
10406 * gdb.base/infnan.exp
10407 * gdb.base/info-macros.exp
10408 * gdb.base/info-os.exp
10409 * gdb.base/info-proc.exp
10410 * gdb.base/info-shared.exp
10411 * gdb.base/info-target.exp
10412 * gdb.base/infoline.exp
10413 * gdb.base/interp.exp
10414 * gdb.base/interrupt.exp
10415 * gdb.base/jit-reader.exp
10416 * gdb.base/jit-simple.exp
10417 * gdb.base/kill-after-signal.exp
10418 * gdb.base/kill-detach-inferiors-cmd.exp
10419 * gdb.base/label.exp
10420 * gdb.base/langs.exp
10421 * gdb.base/ldbl_e308.exp
10422 * gdb.base/line-symtabs.exp
10423 * gdb.base/linespecs.exp
10424 * gdb.base/list.exp
10425 * gdb.base/long_long.exp
10426 * gdb.base/longest-types.exp
10427 * gdb.base/maint.exp
10428 * gdb.base/max-value-size.exp
10429 * gdb.base/memattr.exp
10430 * gdb.base/mips_pro.exp
10431 * gdb.base/morestack.exp
10432 * gdb.base/moribund-step.exp
10433 * gdb.base/multi-forks.exp
10434 * gdb.base/nested-addr.exp
10435 * gdb.base/nextoverexit.exp
10436 * gdb.base/noreturn-finish.exp
10437 * gdb.base/noreturn-return.exp
10438 * gdb.base/nostdlib.exp
10439 * gdb.base/offsets.exp
10440 * gdb.base/opaque.exp
10441 * gdb.base/pc-fp.exp
10442 * gdb.base/permissions.exp
10443 * gdb.base/print-symbol-loading.exp
10444 * gdb.base/prologue-include.exp
10445 * gdb.base/psymtab.exp
10446 * gdb.base/ptype.exp
10447 * gdb.base/random-signal.exp
10448 * gdb.base/randomize.exp
10449 * gdb.base/range-stepping.exp
10450 * gdb.base/readline-ask.exp
10451 * gdb.base/recpar.exp
10452 * gdb.base/recurse.exp
10453 * gdb.base/relational.exp
10454 * gdb.base/restore.exp
10455 * gdb.base/return-nodebug.exp
10456 * gdb.base/return.exp
10457 * gdb.base/run-after-attach.exp
10458 * gdb.base/save-bp.exp
10459 * gdb.base/scope.exp
10460 * gdb.base/sect-cmd.exp
10461 * gdb.base/set-lang-auto.exp
10462 * gdb.base/set-noassign.exp
10463 * gdb.base/setvar.exp
10464 * gdb.base/sigall.exp
10465 * gdb.base/sigbpt.exp
10466 * gdb.base/siginfo-addr.exp
10467 * gdb.base/siginfo-infcall.exp
10468 * gdb.base/siginfo-obj.exp
10469 * gdb.base/siginfo.exp
10470 * gdb.base/signals-state-child.exp
10471 * gdb.base/signest.exp
10472 * gdb.base/sigstep.exp
10473 * gdb.base/sizeof.exp
10474 * gdb.base/skip.exp
10475 * gdb.base/solib-corrupted.exp
10476 * gdb.base/solib-nodir.exp
10477 * gdb.base/solib-search.exp
10478 * gdb.base/stack-checking.exp
10479 * gdb.base/stale-infcall.exp
10480 * gdb.base/stap-probe.exp
10481 * gdb.base/start.exp
10482 * gdb.base/step-break.exp
10483 * gdb.base/step-bt.exp
10484 * gdb.base/step-line.exp
10485 * gdb.base/step-over-exit.exp
10486 * gdb.base/step-over-syscall.exp
10487 * gdb.base/step-resume-infcall.exp
10488 * gdb.base/step-test.exp
10489 * gdb.base/store.exp
10490 * gdb.base/structs3.exp
10491 * gdb.base/sym-file.exp
10492 * gdb.base/symbol-without-target_section.exp
10493 * gdb.base/term.exp
10494 * gdb.base/testenv.exp
10495 * gdb.base/ui-redirect.exp
10496 * gdb.base/until.exp
10497 * gdb.base/unwindonsignal.exp
10498 * gdb.base/value-double-free.exp
10499 * gdb.base/vla-datatypes.exp
10500 * gdb.base/vla-ptr.exp
10501 * gdb.base/vla-sideeffect.exp
10502 * gdb.base/volatile.exp
10503 * gdb.base/watch-cond-infcall.exp
10504 * gdb.base/watch-cond.exp
10505 * gdb.base/watch-non-mem.exp
10506 * gdb.base/watch-read.exp
10507 * gdb.base/watch-vfork.exp
10508 * gdb.base/watchpoint-cond-gone.exp
10509 * gdb.base/watchpoint-delete.exp
10510 * gdb.base/watchpoint-hw-hit-once.exp
10511 * gdb.base/watchpoint-hw.exp
10512 * gdb.base/watchpoint-stops-at-right-insn.exp
10513 * gdb.base/watchpoints.exp
10514 * gdb.base/wchar.exp
10515 * gdb.base/whatis-exp.exp
10516 * gdb.btrace/buffer-size.exp
10517 * gdb.btrace/data.exp
10518 * gdb.btrace/delta.exp
10519 * gdb.btrace/dlopen.exp
10520 * gdb.btrace/enable.exp
10521 * gdb.btrace/exception.exp
10522 * gdb.btrace/function_call_history.exp
10523 * gdb.btrace/gcore.exp
10524 * gdb.btrace/instruction_history.exp
10525 * gdb.btrace/nohist.exp
10526 * gdb.btrace/reconnect.exp
10527 * gdb.btrace/record_goto-step.exp
10528 * gdb.btrace/record_goto.exp
10529 * gdb.btrace/rn-dl-bind.exp
10530 * gdb.btrace/segv.exp
10531 * gdb.btrace/step.exp
10532 * gdb.btrace/stepi.exp
10533 * gdb.btrace/tailcall-only.exp
10534 * gdb.btrace/tailcall.exp
10535 * gdb.btrace/tsx.exp
10536 * gdb.btrace/unknown_functions.exp
10537 * gdb.btrace/vdso.exp
10538 * gdb.compile/compile-ifunc.exp
10539 * gdb.compile/compile-ops.exp
10540 * gdb.compile/compile-print.exp
10541 * gdb.compile/compile-setjmp.exp
10542 * gdb.cp/abstract-origin.exp
10543 * gdb.cp/ambiguous.exp
10544 * gdb.cp/annota2.exp
10545 * gdb.cp/annota3.exp
10546 * gdb.cp/anon-ns.exp
10547 * gdb.cp/anon-struct.exp
10548 * gdb.cp/anon-union.exp
10549 * gdb.cp/arg-reference.exp
10550 * gdb.cp/baseenum.exp
10551 * gdb.cp/bool.exp
10552 * gdb.cp/breakpoint.exp
10553 * gdb.cp/bs15503.exp
10554 * gdb.cp/call-c.exp
10555 * gdb.cp/casts.exp
10556 * gdb.cp/chained-calls.exp
10557 * gdb.cp/class2.exp
10558 * gdb.cp/classes.exp
10559 * gdb.cp/cmpd-minsyms.exp
10560 * gdb.cp/converts.exp
10561 * gdb.cp/cp-relocate.exp
10562 * gdb.cp/cpcompletion.exp
10563 * gdb.cp/cpexprs.exp
10564 * gdb.cp/cplabel.exp
10565 * gdb.cp/cplusfuncs.exp
10566 * gdb.cp/cpsizeof.exp
10567 * gdb.cp/ctti.exp
10568 * gdb.cp/derivation.exp
10569 * gdb.cp/destrprint.exp
10570 * gdb.cp/dispcxx.exp
10571 * gdb.cp/enum-class.exp
10572 * gdb.cp/exception.exp
10573 * gdb.cp/exceptprint.exp
10574 * gdb.cp/expand-psymtabs-cxx.exp
10575 * gdb.cp/expand-sals.exp
10576 * gdb.cp/extern-c.exp
10577 * gdb.cp/filename.exp
10578 * gdb.cp/formatted-ref.exp
10579 * gdb.cp/fpointer.exp
10580 * gdb.cp/gdb1355.exp
10581 * gdb.cp/gdb2495.exp
10582 * gdb.cp/hang.exp
10583 * gdb.cp/impl-this.exp
10584 * gdb.cp/infcall-dlopen.exp
10585 * gdb.cp/inherit.exp
10586 * gdb.cp/iostream.exp
10587 * gdb.cp/koenig.exp
10588 * gdb.cp/local.exp
10589 * gdb.cp/m-data.exp
10590 * gdb.cp/m-static.exp
10591 * gdb.cp/mb-ctor.exp
10592 * gdb.cp/mb-inline.exp
10593 * gdb.cp/mb-templates.exp
10594 * gdb.cp/member-name.exp
10595 * gdb.cp/member-ptr.exp
10596 * gdb.cp/meth-typedefs.exp
10597 * gdb.cp/method.exp
10598 * gdb.cp/method2.exp
10599 * gdb.cp/minsym-fallback.exp
10600 * gdb.cp/misc.exp
10601 * gdb.cp/namelessclass.exp
10602 * gdb.cp/namespace-enum.exp
10603 * gdb.cp/namespace-nested-import.exp
10604 * gdb.cp/namespace.exp
10605 * gdb.cp/nextoverthrow.exp
10606 * gdb.cp/no-dmgl-verbose.exp
10607 * gdb.cp/non-trivial-retval.exp
10608 * gdb.cp/noparam.exp
10609 * gdb.cp/nsdecl.exp
10610 * gdb.cp/nsimport.exp
10611 * gdb.cp/nsnested.exp
10612 * gdb.cp/nsnoimports.exp
10613 * gdb.cp/nsrecurs.exp
10614 * gdb.cp/nsstress.exp
10615 * gdb.cp/nsusing.exp
10616 * gdb.cp/operator.exp
10617 * gdb.cp/oranking.exp
10618 * gdb.cp/overload-const.exp
10619 * gdb.cp/overload.exp
10620 * gdb.cp/ovldbreak.exp
10621 * gdb.cp/ovsrch.exp
10622 * gdb.cp/paren-type.exp
10623 * gdb.cp/parse-lang.exp
10624 * gdb.cp/pass-by-ref.exp
10625 * gdb.cp/pr-1023.exp
10626 * gdb.cp/pr-1210.exp
10627 * gdb.cp/pr-574.exp
10628 * gdb.cp/pr10687.exp
10629 * gdb.cp/pr12028.exp
10630 * gdb.cp/pr17132.exp
10631 * gdb.cp/pr17494.exp
10632 * gdb.cp/pr9067.exp
10633 * gdb.cp/pr9167.exp
10634 * gdb.cp/pr9631.exp
10635 * gdb.cp/printmethod.exp
10636 * gdb.cp/psmang.exp
10637 * gdb.cp/psymtab-parameter.exp
10638 * gdb.cp/ptype-cv-cp.exp
10639 * gdb.cp/ptype-flags.exp
10640 * gdb.cp/re-set-overloaded.exp
10641 * gdb.cp/ref-types.exp
10642 * gdb.cp/rtti.exp
10643 * gdb.cp/scope-err.exp
10644 * gdb.cp/shadow.exp
10645 * gdb.cp/smartp.exp
10646 * gdb.cp/static-method.exp
10647 * gdb.cp/static-print-quit.exp
10648 * gdb.cp/temargs.exp
10649 * gdb.cp/templates.exp
10650 * gdb.cp/try_catch.exp
10651 * gdb.cp/typedef-operator.exp
10652 * gdb.cp/typeid.exp
10653 * gdb.cp/userdef.exp
10654 * gdb.cp/using-crash.exp
10655 * gdb.cp/var-tag.exp
10656 * gdb.cp/virtbase.exp
10657 * gdb.cp/virtfunc.exp
10658 * gdb.cp/virtfunc2.exp
10659 * gdb.cp/vla-cxx.exp
10660 * gdb.disasm/t01_mov.exp
10661 * gdb.disasm/t02_mova.exp
10662 * gdb.disasm/t03_add.exp
10663 * gdb.disasm/t04_sub.exp
10664 * gdb.disasm/t05_cmp.exp
10665 * gdb.disasm/t06_ari2.exp
10666 * gdb.disasm/t07_ari3.exp
10667 * gdb.disasm/t08_or.exp
10668 * gdb.disasm/t09_xor.exp
10669 * gdb.disasm/t10_and.exp
10670 * gdb.disasm/t11_logs.exp
10671 * gdb.disasm/t12_bit.exp
10672 * gdb.disasm/t13_otr.exp
10673 * gdb.dlang/circular.exp
10674 * gdb.dwarf2/arr-stride.exp
10675 * gdb.dwarf2/arr-subrange.exp
10676 * gdb.dwarf2/atomic-type.exp
10677 * gdb.dwarf2/bad-regnum.exp
10678 * gdb.dwarf2/bitfield-parent-optimized-out.exp
10679 * gdb.dwarf2/callframecfa.exp
10680 * gdb.dwarf2/clztest.exp
10681 * gdb.dwarf2/corrupt.exp
10682 * gdb.dwarf2/data-loc.exp
10683 * gdb.dwarf2/dup-psym.exp
10684 * gdb.dwarf2/dw2-anon-mptr.exp
10685 * gdb.dwarf2/dw2-anonymous-func.exp
10686 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
10687 * gdb.dwarf2/dw2-bad-unresolved.exp
10688 * gdb.dwarf2/dw2-basic.exp
10689 * gdb.dwarf2/dw2-canonicalize-type.exp
10690 * gdb.dwarf2/dw2-case-insensitive.exp
10691 * gdb.dwarf2/dw2-common-block.exp
10692 * gdb.dwarf2/dw2-compdir-oldgcc.exp
10693 * gdb.dwarf2/dw2-compressed.exp
10694 * gdb.dwarf2/dw2-const.exp
10695 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
10696 * gdb.dwarf2/dw2-cu-size.exp
10697 * gdb.dwarf2/dw2-dup-frame.exp
10698 * gdb.dwarf2/dw2-entry-value.exp
10699 * gdb.dwarf2/dw2-icycle.exp
10700 * gdb.dwarf2/dw2-ifort-parameter.exp
10701 * gdb.dwarf2/dw2-inline-break.exp
10702 * gdb.dwarf2/dw2-inline-param.exp
10703 * gdb.dwarf2/dw2-intercu.exp
10704 * gdb.dwarf2/dw2-intermix.exp
10705 * gdb.dwarf2/dw2-lexical-block-bare.exp
10706 * gdb.dwarf2/dw2-linkage-name-trust.exp
10707 * gdb.dwarf2/dw2-minsym-in-cu.exp
10708 * gdb.dwarf2/dw2-noloc.exp
10709 * gdb.dwarf2/dw2-op-call.exp
10710 * gdb.dwarf2/dw2-op-out-param.exp
10711 * gdb.dwarf2/dw2-opt-structptr.exp
10712 * gdb.dwarf2/dw2-param-error.exp
10713 * gdb.dwarf2/dw2-producer.exp
10714 * gdb.dwarf2/dw2-ranges-base.exp
10715 * gdb.dwarf2/dw2-ref-missing-frame.exp
10716 * gdb.dwarf2/dw2-reg-undefined.exp
10717 * gdb.dwarf2/dw2-regno-invalid.exp
10718 * gdb.dwarf2/dw2-restore.exp
10719 * gdb.dwarf2/dw2-restrict.exp
10720 * gdb.dwarf2/dw2-single-line-discriminators.exp
10721 * gdb.dwarf2/dw2-strp.exp
10722 * gdb.dwarf2/dw2-undefined-ret-addr.exp
10723 * gdb.dwarf2/dw2-unresolved.exp
10724 * gdb.dwarf2/dw2-var-zero-addr.exp
10725 * gdb.dwarf2/dw4-sig-types.exp
10726 * gdb.dwarf2/dwz.exp
10727 * gdb.dwarf2/dynarr-ptr.exp
10728 * gdb.dwarf2/enum-type.exp
10729 * gdb.dwarf2/gdb-index.exp
10730 * gdb.dwarf2/implptr-64bit.exp
10731 * gdb.dwarf2/implptr-optimized-out.exp
10732 * gdb.dwarf2/implptr.exp
10733 * gdb.dwarf2/implref-array.exp
10734 * gdb.dwarf2/implref-const.exp
10735 * gdb.dwarf2/implref-global.exp
10736 * gdb.dwarf2/implref-struct.exp
10737 * gdb.dwarf2/mac-fileno.exp
10738 * gdb.dwarf2/main-subprogram.exp
10739 * gdb.dwarf2/member-ptr-forwardref.exp
10740 * gdb.dwarf2/method-ptr.exp
10741 * gdb.dwarf2/missing-sig-type.exp
10742 * gdb.dwarf2/nonvar-access.exp
10743 * gdb.dwarf2/opaque-type-lookup.exp
10744 * gdb.dwarf2/pieces-optimized-out.exp
10745 * gdb.dwarf2/pieces.exp
10746 * gdb.dwarf2/pr10770.exp
10747 * gdb.dwarf2/pr13961.exp
10748 * gdb.dwarf2/staticvirtual.exp
10749 * gdb.dwarf2/subrange.exp
10750 * gdb.dwarf2/symtab-producer.exp
10751 * gdb.dwarf2/trace-crash.exp
10752 * gdb.dwarf2/typeddwarf.exp
10753 * gdb.dwarf2/valop.exp
10754 * gdb.dwarf2/watch-notconst.exp
10755 * gdb.fortran/array-element.exp
10756 * gdb.fortran/charset.exp
10757 * gdb.fortran/common-block.exp
10758 * gdb.fortran/complex.exp
10759 * gdb.fortran/derived-type-function.exp
10760 * gdb.fortran/derived-type.exp
10761 * gdb.fortran/logical.exp
10762 * gdb.fortran/module.exp
10763 * gdb.fortran/multi-dim.exp
10764 * gdb.fortran/nested-funcs.exp
10765 * gdb.fortran/print-formatted.exp
10766 * gdb.fortran/subarray.exp
10767 * gdb.fortran/vla-alloc-assoc.exp
10768 * gdb.fortran/vla-datatypes.exp
10769 * gdb.fortran/vla-history.exp
10770 * gdb.fortran/vla-ptr-info.exp
10771 * gdb.fortran/vla-ptype-sub.exp
10772 * gdb.fortran/vla-ptype.exp
10773 * gdb.fortran/vla-sizeof.exp
10774 * gdb.fortran/vla-type.exp
10775 * gdb.fortran/vla-value-sub-arbitrary.exp
10776 * gdb.fortran/vla-value-sub-finish.exp
10777 * gdb.fortran/vla-value-sub.exp
10778 * gdb.fortran/vla-value.exp
10779 * gdb.fortran/whatis_type.exp
10780 * gdb.go/chan.exp
10781 * gdb.go/handcall.exp
10782 * gdb.go/hello.exp
10783 * gdb.go/integers.exp
10784 * gdb.go/methods.exp
10785 * gdb.go/package.exp
10786 * gdb.go/strings.exp
10787 * gdb.go/types.exp
10788 * gdb.go/unsafe.exp
10789 * gdb.guile/scm-arch.exp
10790 * gdb.guile/scm-block.exp
10791 * gdb.guile/scm-breakpoint.exp
10792 * gdb.guile/scm-cmd.exp
10793 * gdb.guile/scm-disasm.exp
10794 * gdb.guile/scm-equal.exp
10795 * gdb.guile/scm-frame-args.exp
10796 * gdb.guile/scm-frame-inline.exp
10797 * gdb.guile/scm-frame.exp
10798 * gdb.guile/scm-iterator.exp
10799 * gdb.guile/scm-math.exp
10800 * gdb.guile/scm-objfile.exp
10801 * gdb.guile/scm-ports.exp
10802 * gdb.guile/scm-symbol.exp
10803 * gdb.guile/scm-symtab.exp
10804 * gdb.guile/scm-value-cc.exp
10805 * gdb.guile/types-module.exp
10806 * gdb.linespec/break-ask.exp
10807 * gdb.linespec/cpexplicit.exp
10808 * gdb.linespec/explicit.exp
10809 * gdb.linespec/keywords.exp
10810 * gdb.linespec/linespec.exp
10811 * gdb.linespec/ls-dollar.exp
10812 * gdb.linespec/ls-errs.exp
10813 * gdb.linespec/skip-two.exp
10814 * gdb.linespec/thread.exp
10815 * gdb.mi/mi-async.exp
10816 * gdb.mi/mi-basics.exp
10817 * gdb.mi/mi-break.exp
10818 * gdb.mi/mi-catch-load.exp
10819 * gdb.mi/mi-cli.exp
10820 * gdb.mi/mi-cmd-param-changed.exp
10821 * gdb.mi/mi-console.exp
10822 * gdb.mi/mi-detach.exp
10823 * gdb.mi/mi-disassemble.exp
10824 * gdb.mi/mi-eval.exp
10825 * gdb.mi/mi-file-transfer.exp
10826 * gdb.mi/mi-file.exp
10827 * gdb.mi/mi-fill-memory.exp
10828 * gdb.mi/mi-inheritance-syntax-error.exp
10829 * gdb.mi/mi-linespec-err-cp.exp
10830 * gdb.mi/mi-logging.exp
10831 * gdb.mi/mi-memory-changed.exp
10832 * gdb.mi/mi-read-memory.exp
10833 * gdb.mi/mi-record-changed.exp
10834 * gdb.mi/mi-reg-undefined.exp
10835 * gdb.mi/mi-regs.exp
10836 * gdb.mi/mi-return.exp
10837 * gdb.mi/mi-reverse.exp
10838 * gdb.mi/mi-simplerun.exp
10839 * gdb.mi/mi-solib.exp
10840 * gdb.mi/mi-stack.exp
10841 * gdb.mi/mi-stepi.exp
10842 * gdb.mi/mi-syn-frame.exp
10843 * gdb.mi/mi-until.exp
10844 * gdb.mi/mi-var-block.exp
10845 * gdb.mi/mi-var-child.exp
10846 * gdb.mi/mi-var-cmd.exp
10847 * gdb.mi/mi-var-cp.exp
10848 * gdb.mi/mi-var-display.exp
10849 * gdb.mi/mi-var-invalidate.exp
10850 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
10851 * gdb.mi/mi-vla-fortran.exp
10852 * gdb.mi/mi-watch.exp
10853 * gdb.mi/mi2-var-child.exp
10854 * gdb.mi/user-selected-context-sync.exp
10855 * gdb.modula2/unbounded-array.exp
10856 * gdb.multi/dummy-frame-restore.exp
10857 * gdb.multi/multi-arch-exec.exp
10858 * gdb.multi/multi-arch.exp
10859 * gdb.multi/tids.exp
10860 * gdb.multi/watchpoint-multi.exp
10861 * gdb.opencl/callfuncs.exp
10862 * gdb.opencl/convs_casts.exp
10863 * gdb.opencl/datatypes.exp
10864 * gdb.opencl/operators.exp
10865 * gdb.opencl/vec_comps.exp
10866 * gdb.opt/clobbered-registers-O2.exp
10867 * gdb.opt/inline-break.exp
10868 * gdb.opt/inline-bt.exp
10869 * gdb.opt/inline-cmds.exp
10870 * gdb.opt/inline-locals.exp
10871 * gdb.pascal/case-insensitive-symbols.exp
10872 * gdb.pascal/floats.exp
10873 * gdb.pascal/gdb11492.exp
10874 * gdb.python/lib-types.exp
10875 * gdb.python/py-arch.exp
10876 * gdb.python/py-as-string.exp
10877 * gdb.python/py-bad-printers.exp
10878 * gdb.python/py-block.exp
10879 * gdb.python/py-breakpoint-create-fail.exp
10880 * gdb.python/py-breakpoint.exp
10881 * gdb.python/py-caller-is.exp
10882 * gdb.python/py-cmd.exp
10883 * gdb.python/py-explore-cc.exp
10884 * gdb.python/py-explore.exp
10885 * gdb.python/py-finish-breakpoint.exp
10886 * gdb.python/py-finish-breakpoint2.exp
10887 * gdb.python/py-frame-args.exp
10888 * gdb.python/py-frame-inline.exp
10889 * gdb.python/py-frame.exp
10890 * gdb.python/py-framefilter-mi.exp
10891 * gdb.python/py-infthread.exp
10892 * gdb.python/py-lazy-string.exp
10893 * gdb.python/py-linetable.exp
10894 * gdb.python/py-mi-events.exp
10895 * gdb.python/py-mi-objfile.exp
10896 * gdb.python/py-mi.exp
10897 * gdb.python/py-objfile.exp
10898 * gdb.python/py-pp-integral.exp
10899 * gdb.python/py-pp-maint.exp
10900 * gdb.python/py-pp-re-notag.exp
10901 * gdb.python/py-pp-registration.exp
10902 * gdb.python/py-recurse-unwind.exp
10903 * gdb.python/py-strfns.exp
10904 * gdb.python/py-symbol.exp
10905 * gdb.python/py-symtab.exp
10906 * gdb.python/py-sync-interp.exp
10907 * gdb.python/py-typeprint.exp
10908 * gdb.python/py-unwind-maint.exp
10909 * gdb.python/py-unwind.exp
10910 * gdb.python/py-value-cc.exp
10911 * gdb.python/py-xmethods.exp
10912 * gdb.reverse/amd64-tailcall-reverse.exp
10913 * gdb.reverse/break-precsave.exp
10914 * gdb.reverse/break-reverse.exp
10915 * gdb.reverse/consecutive-precsave.exp
10916 * gdb.reverse/consecutive-reverse.exp
10917 * gdb.reverse/finish-precsave.exp
10918 * gdb.reverse/finish-reverse-bkpt.exp
10919 * gdb.reverse/finish-reverse.exp
10920 * gdb.reverse/fstatat-reverse.exp
10921 * gdb.reverse/getresuid-reverse.exp
10922 * gdb.reverse/i386-precsave.exp
10923 * gdb.reverse/i386-reverse.exp
10924 * gdb.reverse/i386-sse-reverse.exp
10925 * gdb.reverse/i387-env-reverse.exp
10926 * gdb.reverse/i387-stack-reverse.exp
10927 * gdb.reverse/insn-reverse.exp
10928 * gdb.reverse/machinestate-precsave.exp
10929 * gdb.reverse/machinestate.exp
10930 * gdb.reverse/next-reverse-bkpt-over-sr.exp
10931 * gdb.reverse/pipe-reverse.exp
10932 * gdb.reverse/readv-reverse.exp
10933 * gdb.reverse/recvmsg-reverse.exp
10934 * gdb.reverse/rerun-prec.exp
10935 * gdb.reverse/s390-mvcle.exp
10936 * gdb.reverse/step-precsave.exp
10937 * gdb.reverse/step-reverse.exp
10938 * gdb.reverse/time-reverse.exp
10939 * gdb.reverse/until-precsave.exp
10940 * gdb.reverse/until-reverse.exp
10941 * gdb.reverse/waitpid-reverse.exp
10942 * gdb.reverse/watch-precsave.exp
10943 * gdb.reverse/watch-reverse.exp
10944 * gdb.rust/generics.exp
10945 * gdb.rust/methods.exp
10946 * gdb.rust/modules.exp
10947 * gdb.rust/simple.exp
10948 * gdb.server/connect-with-no-symbol-file.exp
10949 * gdb.server/ext-attach.exp
10950 * gdb.server/ext-restart.exp
10951 * gdb.server/ext-wrapper.exp
10952 * gdb.server/file-transfer.exp
10953 * gdb.server/server-exec-info.exp
10954 * gdb.server/server-kill.exp
10955 * gdb.server/server-mon.exp
10956 * gdb.server/wrapper.exp
10957 * gdb.stabs/exclfwd.exp
10958 * gdb.stabs/gdb11479.exp
10959 * gdb.threads/clone-new-thread-event.exp
10960 * gdb.threads/corethreads.exp
10961 * gdb.threads/current-lwp-dead.exp
10962 * gdb.threads/dlopen-libpthread.exp
10963 * gdb.threads/gcore-thread.exp
10964 * gdb.threads/sigstep-threads.exp
10965 * gdb.threads/watchpoint-fork.exp
10966 * gdb.trace/actions-changed.exp
10967 * gdb.trace/backtrace.exp
10968 * gdb.trace/change-loc.exp
10969 * gdb.trace/circ.exp
10970 * gdb.trace/collection.exp
10971 * gdb.trace/disconnected-tracing.exp
10972 * gdb.trace/ftrace.exp
10973 * gdb.trace/mi-trace-frame-collected.exp
10974 * gdb.trace/mi-trace-unavailable.exp
10975 * gdb.trace/mi-traceframe-changed.exp
10976 * gdb.trace/mi-tsv-changed.exp
10977 * gdb.trace/no-attach-trace.exp
10978 * gdb.trace/passc-dyn.exp
10979 * gdb.trace/qtro.exp
10980 * gdb.trace/range-stepping.exp
10981 * gdb.trace/read-memory.exp
10982 * gdb.trace/save-trace.exp
10983 * gdb.trace/signal.exp
10984 * gdb.trace/status-stop.exp
10985 * gdb.trace/tfile.exp
10986 * gdb.trace/trace-break.exp
10987 * gdb.trace/trace-buffer-size.exp
10988 * gdb.trace/trace-condition.exp
10989 * gdb.trace/tracefile-pseudo-reg.exp
10990 * gdb.trace/tstatus.exp
10991 * gdb.trace/unavailable.exp
10992 * gdb.trace/while-dyn.exp
10993 * gdb.trace/while-stepping.exp
10994
10995 2016-12-22 Doug Evans <xdje42@gmail.com>
10996
10997 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
10998 and msymbols.
10999
11000 2016-12-19 Yao Qi <yao.qi@linaro.org>
11001
11002 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
11003 (test_with_self): Don't call do_steps_and_nexts, and remove
11004 code about stepping into xmalloc.
11005
11006 2016-12-09 Yao Qi <yao.qi@linaro.org>
11007
11008 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
11009
11010 2016-12-09 Yao Qi <yao.qi@linaro.org>
11011
11012 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
11013
11014 2016-12-09 Pedro Alves <palves@redhat.com>
11015
11016 * gdb.base/all-architectures-0.exp: New file.
11017 * gdb.base/all-architectures-1.exp: New file.
11018 * gdb.base/all-architectures-2.exp: New file.
11019 * gdb.base/all-architectures-3.exp: New file.
11020 * gdb.base/all-architectures-4.exp: New file.
11021 * gdb.base/all-architectures-5.exp: New file.
11022 * gdb.base/all-architectures-6.exp: New file.
11023 * gdb.base/all-architectures-7.exp: New file.
11024 * gdb.base/all-architectures.exp.in: New file.
11025
11026 2016-12-09 Yao Qi <yao.qi@linaro.org>
11027
11028 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
11029
11030 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
11031
11032 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
11033 possible.
11034 Remove useless pattern-matching code.
11035
11036 2016-12-02 Pedro Alves <palves@redhat.com>
11037
11038 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
11039 procedure.
11040 (top level): Call it.
11041
11042 2016-12-02 Pedro Alves <palves@redhat.com>
11043
11044 * gdb.base/commands.exp (user_defined_command_args_stack_test):
11045 New procedure.
11046 (top level): Call it.
11047
11048 2016-12-02 Pedro Alves <palves@redhat.com>
11049
11050 PR cli/20559
11051 * gdb.base/commands.exp (user_defined_command_args_eval): New
11052 procedure.
11053 (top level): Call it.
11054
11055 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
11056
11057 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
11058 timeout handling.
11059
11060 2016-12-02 Tom Tromey <tom@tromey.com>
11061
11062 * gdb.dwarf2/main-subprogram.c: New file.
11063 * gdb.dwarf2/main-subprogram.exp: New file.
11064
11065 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
11066
11067 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
11068 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
11069 gdb_test_no_output for a couple of cases.
11070 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
11071
11072 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
11073
11074 Fix test names and standardize compilation error messages throughout
11075 the following files:
11076
11077 * gdb.ada/start.exp
11078 * gdb.arch/alpha-step.exp
11079 * gdb.arch/e500-prologue.exp
11080 * gdb.arch/ftrace-insn-reloc.exp
11081 * gdb.arch/gdb1291.exp
11082 * gdb.arch/gdb1431.exp
11083 * gdb.arch/gdb1558.exp
11084 * gdb.arch/i386-dr3-watch.exp
11085 * gdb.arch/i386-sse-stack-align.exp
11086 * gdb.arch/ia64-breakpoint-shadow.exp
11087 * gdb.arch/pa-nullify.exp
11088 * gdb.arch/powerpc-aix-prologue.exp
11089 * gdb.arch/thumb-bx-pc.exp
11090 * gdb.base/annota1.exp
11091 * gdb.base/annota3.exp
11092 * gdb.base/arrayidx.exp
11093 * gdb.base/assign.exp
11094 * gdb.base/attach.exp
11095 * gdb.base/auxv.exp
11096 * gdb.base/bang.exp
11097 * gdb.base/bfp-test.exp
11098 * gdb.base/bigcore.exp
11099 * gdb.base/bitfields2.exp
11100 * gdb.base/break-fun-addr.exp
11101 * gdb.base/break-probes.exp
11102 * gdb.base/call-rt-st.exp
11103 * gdb.base/callexit.exp
11104 * gdb.base/catch-fork-kill.exp
11105 * gdb.base/charset.exp
11106 * gdb.base/checkpoint.exp
11107 * gdb.base/comprdebug.exp
11108 * gdb.base/constvars.exp
11109 * gdb.base/coredump-filter.exp
11110 * gdb.base/cursal.exp
11111 * gdb.base/cvexpr.exp
11112 * gdb.base/detach.exp
11113 * gdb.base/display.exp
11114 * gdb.base/dmsym.exp
11115 * gdb.base/dprintf-pending.exp
11116 * gdb.base/dso2dso.exp
11117 * gdb.base/dtrace-probe.exp
11118 * gdb.base/dump.exp
11119 * gdb.base/enum_cond.exp
11120 * gdb.base/exe-lock.exp
11121 * gdb.base/exec-invalid-sysroot.exp
11122 * gdb.base/execl-update-breakpoints.exp
11123 * gdb.base/exprs.exp
11124 * gdb.base/fileio.exp
11125 * gdb.base/find.exp
11126 * gdb.base/finish.exp
11127 * gdb.base/fixsection.exp
11128 * gdb.base/foll-vfork.exp
11129 * gdb.base/frame-args.exp
11130 * gdb.base/gcore.exp
11131 * gdb.base/gdb1250.exp
11132 * gdb.base/global-var-nested-by-dso.exp
11133 * gdb.base/gnu-ifunc.exp
11134 * gdb.base/hashline1.exp
11135 * gdb.base/hashline2.exp
11136 * gdb.base/hashline3.exp
11137 * gdb.base/hbreak-in-shr-unsupported.exp
11138 * gdb.base/huge.exp
11139 * gdb.base/infcall-input.exp
11140 * gdb.base/info-fun.exp
11141 * gdb.base/info-shared.exp
11142 * gdb.base/jit-simple.exp
11143 * gdb.base/jit-so.exp
11144 * gdb.base/jit.exp
11145 * gdb.base/jump.exp
11146 * gdb.base/label.exp
11147 * gdb.base/lineinc.exp
11148 * gdb.base/logical.exp
11149 * gdb.base/longjmp.exp
11150 * gdb.base/macscp.exp
11151 * gdb.base/miscexprs.exp
11152 * gdb.base/new-ui-echo.exp
11153 * gdb.base/new-ui-pending-input.exp
11154 * gdb.base/new-ui.exp
11155 * gdb.base/nodebug.exp
11156 * gdb.base/nofield.exp
11157 * gdb.base/offsets.exp
11158 * gdb.base/overlays.exp
11159 * gdb.base/pending.exp
11160 * gdb.base/pointers.exp
11161 * gdb.base/pr11022.exp
11162 * gdb.base/printcmds.exp
11163 * gdb.base/prologue.exp
11164 * gdb.base/ptr-typedef.exp
11165 * gdb.base/realname-expand.exp
11166 * gdb.base/relativedebug.exp
11167 * gdb.base/relocate.exp
11168 * gdb.base/remote.exp
11169 * gdb.base/reread.exp
11170 * gdb.base/return2.exp
11171 * gdb.base/savedregs.exp
11172 * gdb.base/sep.exp
11173 * gdb.base/sepdebug.exp
11174 * gdb.base/sepsymtab.exp
11175 * gdb.base/set-inferior-tty.exp
11176 * gdb.base/setshow.exp
11177 * gdb.base/shlib-call.exp
11178 * gdb.base/sigaltstack.exp
11179 * gdb.base/siginfo-addr.exp
11180 * gdb.base/signals.exp
11181 * gdb.base/signull.exp
11182 * gdb.base/sigrepeat.exp
11183 * gdb.base/so-impl-ld.exp
11184 * gdb.base/solib-display.exp
11185 * gdb.base/solib-overlap.exp
11186 * gdb.base/solib-search.exp
11187 * gdb.base/solib-symbol.exp
11188 * gdb.base/structs.exp
11189 * gdb.base/structs2.exp
11190 * gdb.base/symtab-search-order.exp
11191 * gdb.base/twice.exp
11192 * gdb.base/unload.exp
11193 * gdb.base/varargs.exp
11194 * gdb.base/watchpoint-solib.exp
11195 * gdb.base/watchpoint.exp
11196 * gdb.base/whatis.exp
11197 * gdb.base/wrong_frame_bt_full.exp
11198 * gdb.btrace/dlopen.exp
11199 * gdb.cell/ea-standalone.exp
11200 * gdb.cell/ea-test.exp
11201 * gdb.cp/dispcxx.exp
11202 * gdb.cp/gdb2384.exp
11203 * gdb.cp/method2.exp
11204 * gdb.cp/nextoverthrow.exp
11205 * gdb.cp/pr10728.exp
11206 * gdb.disasm/am33.exp
11207 * gdb.disasm/h8300s.exp
11208 * gdb.disasm/mn10300.exp
11209 * gdb.disasm/sh3.exp
11210 * gdb.dwarf2/dw2-dir-file-name.exp
11211 * gdb.fortran/complex.exp
11212 * gdb.fortran/library-module.exp
11213 * gdb.guile/scm-pretty-print.exp
11214 * gdb.guile/scm-symbol.exp
11215 * gdb.guile/scm-type.exp
11216 * gdb.guile/scm-value.exp
11217 * gdb.linespec/linespec.exp
11218 * gdb.mi/gdb701.exp
11219 * gdb.mi/gdb792.exp
11220 * gdb.mi/mi-breakpoint-changed.exp
11221 * gdb.mi/mi-dprintf-pending.exp
11222 * gdb.mi/mi-dprintf.exp
11223 * gdb.mi/mi-exit-code.exp
11224 * gdb.mi/mi-pending.exp
11225 * gdb.mi/mi-solib.exp
11226 * gdb.mi/new-ui-mi-sync.exp
11227 * gdb.mi/pr11022.exp
11228 * gdb.mi/user-selected-context-sync.exp
11229 * gdb.opt/solib-intra-step.exp
11230 * gdb.python/py-events.exp
11231 * gdb.python/py-finish-breakpoint.exp
11232 * gdb.python/py-mi.exp
11233 * gdb.python/py-prettyprint.exp
11234 * gdb.python/py-shared.exp
11235 * gdb.python/py-symbol.exp
11236 * gdb.python/py-template.exp
11237 * gdb.python/py-type.exp
11238 * gdb.python/py-value.exp
11239 * gdb.reverse/solib-precsave.exp
11240 * gdb.reverse/solib-reverse.exp
11241 * gdb.server/solib-list.exp
11242 * gdb.stabs/weird.exp
11243 * gdb.threads/reconnect-signal.exp
11244 * gdb.threads/stepi-random-signal.exp
11245 * gdb.trace/actions.exp
11246 * gdb.trace/ax.exp
11247 * gdb.trace/backtrace.exp
11248 * gdb.trace/change-loc.exp
11249 * gdb.trace/deltrace.exp
11250 * gdb.trace/ftrace-lock.exp
11251 * gdb.trace/ftrace.exp
11252 * gdb.trace/infotrace.exp
11253 * gdb.trace/mi-tracepoint-changed.exp
11254 * gdb.trace/packetlen.exp
11255 * gdb.trace/passcount.exp
11256 * gdb.trace/pending.exp
11257 * gdb.trace/range-stepping.exp
11258 * gdb.trace/report.exp
11259 * gdb.trace/stap-trace.exp
11260 * gdb.trace/tfind.exp
11261 * gdb.trace/trace-break.exp
11262 * gdb.trace/trace-condition.exp
11263 * gdb.trace/trace-enable-disable.exp
11264 * gdb.trace/trace-mt.exp
11265 * gdb.trace/tracecmd.exp
11266 * gdb.trace/tspeed.exp
11267 * gdb.trace/tsv.exp
11268 * lib/perftest.exp
11269
11270 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
11271
11272 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
11273 with gdb_test_no_output.
11274 Use command as test name.
11275
11276 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
11277
11278 Fix test names starting with uppercase throughout the files.
11279
11280 * gdb.ada/assign_1.exp
11281 * gdb.ada/boolean_expr.exp
11282 * gdb.base/arrayidx.exp
11283 * gdb.base/del.exp
11284 * gdb.base/gcore-buffer-overflow.exp
11285 * gdb.base/testenv.exp
11286 * gdb.compile/compile.exp
11287 * gdb.python/py-framefilter-invalidarg.exp
11288 * gdb.python/py-framefilter.exp
11289
11290 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
11291
11292 Fix test names starting with uppercase throughout the files.
11293
11294 * gdb.ada/array_return.exp
11295 * gdb.ada/expr_delims.exp
11296 * gdb.ada/mi_dyn_arr.exp
11297 * gdb.ada/mi_interface.exp
11298 * gdb.ada/mi_var_array.exp
11299 * gdb.ada/watch_arg.exp
11300 * gdb.arch/alpha-step.exp
11301 * gdb.arch/altivec-regs.exp
11302 * gdb.arch/e500-regs.exp
11303 * gdb.arch/powerpc-d128-regs.exp
11304 * gdb.base/arrayidx.exp
11305 * gdb.base/break.exp
11306 * gdb.base/checkpoint.exp
11307 * gdb.base/debug-expr.exp
11308 * gdb.base/dmsym.exp
11309 * gdb.base/radix.exp
11310 * gdb.base/sepdebug.exp
11311 * gdb.base/testenv.exp
11312 * gdb.base/watch_thread_num.exp
11313 * gdb.base/watchpoint-cond-gone.exp
11314 * gdb.cell/break.exp
11315 * gdb.cell/ea-cache.exp
11316 * gdb.compile/compile.exp
11317 * gdb.cp/gdb2495.exp
11318 * gdb.gdb/selftest.exp
11319 * gdb.gdb/xfullpath.exp
11320 * gdb.go/hello.exp
11321 * gdb.go/integers.exp
11322 * gdb.objc/basicclass.exp
11323 * gdb.pascal/hello.exp
11324 * gdb.pascal/integers.exp
11325 * gdb.python/py-breakpoint.exp
11326 * gdb.python/py-cmd.exp
11327 * gdb.python/py-linetable.exp
11328 * gdb.python/py-xmethods.exp
11329 * gdb.python/python.exp
11330 * gdb.reverse/consecutive-precsave.exp
11331 * gdb.reverse/finish-precsave.exp
11332 * gdb.reverse/i386-precsave.exp
11333 * gdb.reverse/machinestate-precsave.exp
11334 * gdb.reverse/sigall-precsave.exp
11335 * gdb.reverse/solib-precsave.exp
11336 * gdb.reverse/step-precsave.exp
11337 * gdb.reverse/until-precsave.exp
11338 * gdb.reverse/watch-precsave.exp
11339 * gdb.threads/leader-exit.exp
11340 * gdb.threads/pthreads.exp
11341 * gdb.threads/wp-replication.exp
11342 * gdb.trace/actions.exp
11343 * gdb.trace/mi-tsv-changed.exp
11344 * gdb.trace/tsv.exp
11345
11346 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
11347
11348 Fix test names starting with uppercase throughout the files.
11349
11350 * gdb.arch/i386-bp_permanent.exp
11351 * gdb.arch/i386-gnu-cfi.exp
11352 * gdb.base/disasm-end-cu.exp
11353 * gdb.base/macscp.exp
11354 * gdb.base/pending.exp
11355 * gdb.base/watch_thread_num.exp
11356 * gdb.cp/exception.exp
11357 * gdb.cp/gdb2495.exp
11358 * gdb.cp/local.exp
11359 * gdb.python/py-evsignal.exp
11360 * gdb.python/python.exp
11361 * gdb.trace/tracecmd.exp
11362
11363 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
11364
11365 Fix test names starting with uppercase throughout the files.
11366
11367 * gdb.base/charset.exp
11368 * gdb.base/eval.exp
11369 * gdb.base/multi-forks.exp
11370 * gdb.guile/scm-progspace.exp
11371 * gdb.opencl/datatypes.exp
11372 * gdb.python/py-block.exp
11373 * gdb.python/py-function.exp
11374 * gdb.python/py-symbol.exp
11375 * gdb.python/py-symtab.exp
11376 * gdb.python/py-xmethods.exp
11377 * gdb.reverse/break-precsave.exp
11378 * gdb.reverse/break-reverse.exp
11379 * gdb.reverse/consecutive-precsave.exp
11380 * gdb.reverse/consecutive-reverse.exp
11381 * gdb.reverse/finish-precsave.exp
11382 * gdb.reverse/finish-reverse-bkpt.exp
11383 * gdb.reverse/finish-reverse.exp
11384 * gdb.reverse/fstatat-reverse.exp
11385 * gdb.reverse/getresuid-reverse.exp
11386 * gdb.reverse/i386-precsave.exp
11387 * gdb.reverse/i386-reverse.exp
11388 * gdb.reverse/i386-sse-reverse.exp
11389 * gdb.reverse/i387-stack-reverse.exp
11390 * gdb.reverse/insn-reverse.exp
11391 * gdb.reverse/machinestate-precsave.exp
11392 * gdb.reverse/machinestate.exp
11393 * gdb.reverse/next-reverse-bkpt-over-sr.exp
11394 * gdb.reverse/pipe-reverse.exp
11395 * gdb.reverse/readv-reverse.exp
11396 * gdb.reverse/recvmsg-reverse.exp
11397 * gdb.reverse/rerun-prec.exp
11398 * gdb.reverse/s390-mvcle.exp
11399 * gdb.reverse/sigall-precsave.exp
11400 * gdb.reverse/sigall-reverse.exp
11401 * gdb.reverse/solib-precsave.exp
11402 * gdb.reverse/solib-reverse.exp
11403 * gdb.reverse/step-precsave.exp
11404 * gdb.reverse/step-reverse.exp
11405 * gdb.reverse/time-reverse.exp
11406 * gdb.reverse/until-precsave.exp
11407 * gdb.reverse/until-reverse.exp
11408 * gdb.reverse/waitpid-reverse.exp
11409 * gdb.reverse/watch-precsave.exp
11410 * gdb.reverse/watch-reverse.exp
11411
11412 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
11413
11414 Fix test names starting with uppercase throughout the files.
11415
11416 * gdb.arch/i386-mpx-simple_segv.exp
11417 * gdb.arch/i386-mpx.exp
11418 * gdb.arch/i386-permbkpt.exp
11419 * gdb.arch/pa-nullify.exp
11420 * gdb.arch/powerpc-d128-regs.exp
11421 * gdb.arch/vsx-regs.exp
11422 * gdb.base/bfp-test.exp
11423 * gdb.base/break.exp
11424 * gdb.base/breakpoint-shadow.exp
11425 * gdb.base/callfuncs.exp
11426 * gdb.base/charset.exp
11427 * gdb.base/commands.exp
11428 * gdb.base/completion.exp
11429 * gdb.base/dfp-test.exp
11430 * gdb.base/echo.exp
11431 * gdb.base/ending-run.exp
11432 * gdb.base/eval.exp
11433 * gdb.base/expand-psymtabs.exp
11434 * gdb.base/float128.exp
11435 * gdb.base/floatn.exp
11436 * gdb.base/foll-exec-mode.exp
11437 * gdb.base/gdb1056.exp
11438 * gdb.base/gdb11531.exp
11439 * gdb.base/kill-after-signal.exp
11440 * gdb.base/multi-forks.exp
11441 * gdb.base/overlays.exp
11442 * gdb.base/pending.exp
11443 * gdb.base/sepdebug.exp
11444 * gdb.base/testenv.exp
11445 * gdb.base/valgrind-db-attach.exp
11446 * gdb.base/watch_thread_num.exp
11447 * gdb.base/watchpoint-cond-gone.exp
11448 * gdb.base/watchpoint.exp
11449 * gdb.base/watchpoints.exp
11450 * gdb.cp/arg-reference.exp
11451 * gdb.cp/baseenum.exp
11452 * gdb.cp/operator.exp
11453 * gdb.cp/shadow.exp
11454 * gdb.dwarf2/dw2-op-out-param.exp
11455 * gdb.dwarf2/dw2-reg-undefined.exp
11456 * gdb.go/chan.exp
11457 * gdb.go/hello.exp
11458 * gdb.go/integers.exp
11459 * gdb.go/methods.exp
11460 * gdb.go/package.exp
11461 * gdb.guile/scm-parameter.exp
11462 * gdb.guile/scm-progspace.exp
11463 * gdb.guile/scm-value.exp
11464 * gdb.mi/mi-pending.exp
11465 * gdb.mi/user-selected-context-sync.exp
11466 * gdb.multi/multi-attach.exp
11467 * gdb.multi/tids.exp
11468 * gdb.opt/clobbered-registers-O2.exp
11469 * gdb.pascal/floats.exp
11470 * gdb.pascal/integers.exp
11471 * gdb.python/py-block.exp
11472 * gdb.python/py-events.exp
11473 * gdb.python/py-parameter.exp
11474 * gdb.python/py-symbol.exp
11475 * gdb.python/py-symtab.exp
11476 * gdb.python/py-type.exp
11477 * gdb.python/py-value.exp
11478 * gdb.python/py-xmethods.exp
11479 * gdb.python/python.exp
11480 * gdb.reverse/break-precsave.exp
11481 * gdb.reverse/consecutive-precsave.exp
11482 * gdb.reverse/finish-precsave.exp
11483 * gdb.reverse/i386-precsave.exp
11484 * gdb.reverse/machinestate-precsave.exp
11485 * gdb.reverse/sigall-precsave.exp
11486 * gdb.reverse/solib-precsave.exp
11487 * gdb.reverse/step-precsave.exp
11488 * gdb.reverse/until-precsave.exp
11489 * gdb.reverse/watch-precsave.exp
11490 * gdb.server/ext-attach.exp
11491 * gdb.server/ext-restart.exp
11492 * gdb.server/ext-run.exp
11493 * gdb.server/ext-wrapper.exp
11494 * gdb.stabs/gdb11479.exp
11495 * gdb.stabs/weird.exp
11496 * gdb.threads/attach-many-short-lived-threads.exp
11497 * gdb.threads/kill.exp
11498 * gdb.threads/watchpoint-fork.exp
11499
11500 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
11501
11502 Fix test names starting with uppercase throughout all the files below.
11503
11504 * gdb.ada/array_return.exp
11505 * gdb.ada/catch_ex.exp
11506 * gdb.ada/info_exc.exp
11507 * gdb.ada/mi_catch_ex.exp
11508 * gdb.ada/mi_dyn_arr.exp
11509 * gdb.ada/mi_ex_cond.exp
11510 * gdb.ada/mi_exc_info.exp
11511 * gdb.ada/mi_interface.exp
11512 * gdb.ada/mi_task_arg.exp
11513 * gdb.ada/mi_task_info.exp
11514 * gdb.ada/mi_var_array.exp
11515 * gdb.arch/alpha-step.exp
11516 * gdb.arch/amd64-disp-step.exp
11517 * gdb.arch/arm-disp-step.exp
11518 * gdb.arch/disp-step-insn-reloc.exp
11519 * gdb.arch/e500-prologue.exp
11520 * gdb.arch/ftrace-insn-reloc.exp
11521 * gdb.arch/gdb1558.exp
11522 * gdb.arch/i386-bp_permanent.exp
11523 * gdb.arch/i386-disp-step.exp
11524 * gdb.arch/i386-float.exp
11525 * gdb.arch/i386-gnu-cfi.exp
11526 * gdb.arch/ia64-breakpoint-shadow.exp
11527 * gdb.arch/mips16-thunks.exp
11528 * gdb.arch/pa-nullify.exp
11529 * gdb.arch/powerpc-aix-prologue.exp
11530 * gdb.arch/powerpc-power.exp
11531 * gdb.arch/ppc-dfp.exp
11532 * gdb.arch/s390-tdbregs.exp
11533 * gdb.arch/spu-info.exp
11534 * gdb.arch/spu-ls.exp
11535 * gdb.arch/thumb-bx-pc.exp
11536 * gdb.base/advance.exp
11537 * gdb.base/annota-input-while-running.exp
11538 * gdb.base/arrayidx.exp
11539 * gdb.base/asmlabel.exp
11540 * gdb.base/async.exp
11541 * gdb.base/attach-wait-input.exp
11542 * gdb.base/auto-connect-native-target.exp
11543 * gdb.base/batch-preserve-term-settings.exp
11544 * gdb.base/bfp-test.exp
11545 * gdb.base/bigcore.exp
11546 * gdb.base/bp-permanent.exp
11547 * gdb.base/break-always.exp
11548 * gdb.base/break-fun-addr.exp
11549 * gdb.base/break-idempotent.exp
11550 * gdb.base/break-main-file-remove-fail.exp
11551 * gdb.base/break-probes.exp
11552 * gdb.base/break-unload-file.exp
11553 * gdb.base/break.exp
11554 * gdb.base/call-ar-st.exp
11555 * gdb.base/call-rt-st.exp
11556 * gdb.base/call-sc.exp
11557 * gdb.base/call-signal-resume.exp
11558 * gdb.base/call-strs.exp
11559 * gdb.base/callexit.exp
11560 * gdb.base/callfuncs.exp
11561 * gdb.base/catch-gdb-caused-signals.exp
11562 * gdb.base/catch-signal-siginfo-cond.exp
11563 * gdb.base/catch-syscall.exp
11564 * gdb.base/compare-sections.exp
11565 * gdb.base/cond-eval-mode.exp
11566 * gdb.base/condbreak-call-false.exp
11567 * gdb.base/consecutive-step-over.exp
11568 * gdb.base/cursal.exp
11569 * gdb.base/disabled-location.exp
11570 * gdb.base/disasm-end-cu.exp
11571 * gdb.base/display.exp
11572 * gdb.base/double-prompt-target-event-error.exp
11573 * gdb.base/dprintf-bp-same-addr.exp
11574 * gdb.base/dprintf-detach.exp
11575 * gdb.base/dprintf-next.exp
11576 * gdb.base/dprintf-non-stop.exp
11577 * gdb.base/dprintf-pending.exp
11578 * gdb.base/dso2dso.exp
11579 * gdb.base/ending-run.exp
11580 * gdb.base/enum_cond.exp
11581 * gdb.base/examine-backward.exp
11582 * gdb.base/exe-lock.exp
11583 * gdb.base/exec-invalid-sysroot.exp
11584 * gdb.base/execl-update-breakpoints.exp
11585 * gdb.base/execution-termios.exp
11586 * gdb.base/fileio.exp
11587 * gdb.base/fixsection.exp
11588 * gdb.base/foll-exec-mode.exp
11589 * gdb.base/foll-exec.exp
11590 * gdb.base/fork-running-state.exp
11591 * gdb.base/frame-args.exp
11592 * gdb.base/fullpath-expand.exp
11593 * gdb.base/func-ptr.exp
11594 * gdb.base/gcore-relro-pie.exp
11595 * gdb.base/gdb1090.exp
11596 * gdb.base/gdb1555.exp
11597 * gdb.base/global-var-nested-by-dso.exp
11598 * gdb.base/gnu-ifunc.exp
11599 * gdb.base/hbreak-in-shr-unsupported.exp
11600 * gdb.base/hbreak-unmapped.exp
11601 * gdb.base/hook-stop.exp
11602 * gdb.base/infcall-input.exp
11603 * gdb.base/info-fun.exp
11604 * gdb.base/info-shared.exp
11605 * gdb.base/interrupt-noterm.exp
11606 * gdb.base/jit-so.exp
11607 * gdb.base/jit.exp
11608 * gdb.base/line-symtabs.exp
11609 * gdb.base/list.exp
11610 * gdb.base/longjmp.exp
11611 * gdb.base/macscp.exp
11612 * gdb.base/max-value-size.exp
11613 * gdb.base/nodebug.exp
11614 * gdb.base/nofield.exp
11615 * gdb.base/overlays.exp
11616 * gdb.base/paginate-after-ctrl-c-running.exp
11617 * gdb.base/paginate-bg-execution.exp
11618 * gdb.base/paginate-inferior-exit.exp
11619 * gdb.base/pending.exp
11620 * gdb.base/pr11022.exp
11621 * gdb.base/printcmds.exp
11622 * gdb.base/ptr-typedef.exp
11623 * gdb.base/ptype.exp
11624 * gdb.base/randomize.exp
11625 * gdb.base/range-stepping.exp
11626 * gdb.base/realname-expand.exp
11627 * gdb.base/relativedebug.exp
11628 * gdb.base/remote.exp
11629 * gdb.base/savedregs.exp
11630 * gdb.base/sepdebug.exp
11631 * gdb.base/set-noassign.exp
11632 * gdb.base/shlib-call.exp
11633 * gdb.base/shreloc.exp
11634 * gdb.base/sigaltstack.exp
11635 * gdb.base/sigbpt.exp
11636 * gdb.base/siginfo-addr.exp
11637 * gdb.base/siginfo-obj.exp
11638 * gdb.base/siginfo-thread.exp
11639 * gdb.base/signest.exp
11640 * gdb.base/signull.exp
11641 * gdb.base/sigrepeat.exp
11642 * gdb.base/skip.exp
11643 * gdb.base/so-impl-ld.exp
11644 * gdb.base/solib-corrupted.exp
11645 * gdb.base/solib-disc.exp
11646 * gdb.base/solib-display.exp
11647 * gdb.base/solib-overlap.exp
11648 * gdb.base/solib-search.exp
11649 * gdb.base/solib-symbol.exp
11650 * gdb.base/source-execution.exp
11651 * gdb.base/sss-bp-on-user-bp-2.exp
11652 * gdb.base/sss-bp-on-user-bp.exp
11653 * gdb.base/stack-checking.exp
11654 * gdb.base/stale-infcall.exp
11655 * gdb.base/step-break.exp
11656 * gdb.base/step-line.exp
11657 * gdb.base/step-over-exit.exp
11658 * gdb.base/step-test.exp
11659 * gdb.base/structs.exp
11660 * gdb.base/sym-file.exp
11661 * gdb.base/symtab-search-order.exp
11662 * gdb.base/term.exp
11663 * gdb.base/type-opaque.exp
11664 * gdb.base/unload.exp
11665 * gdb.base/until-nodebug.exp
11666 * gdb.base/until.exp
11667 * gdb.base/unwindonsignal.exp
11668 * gdb.base/watch-cond.exp
11669 * gdb.base/watch-non-mem.exp
11670 * gdb.base/watch_thread_num.exp
11671 * gdb.base/watchpoint-reuse-slot.exp
11672 * gdb.base/watchpoint-solib.exp
11673 * gdb.base/watchpoint.exp
11674 * gdb.btrace/dlopen.exp
11675 * gdb.cell/arch.exp
11676 * gdb.cell/break.exp
11677 * gdb.cell/bt.exp
11678 * gdb.cell/core.exp
11679 * gdb.cell/data.exp
11680 * gdb.cell/dwarfaddr.exp
11681 * gdb.cell/ea-cache.exp
11682 * gdb.cell/ea-standalone.exp
11683 * gdb.cell/ea-test.exp
11684 * gdb.cell/f-regs.exp
11685 * gdb.cell/fork.exp
11686 * gdb.cell/gcore.exp
11687 * gdb.cell/mem-access.exp
11688 * gdb.cell/ptype.exp
11689 * gdb.cell/registers.exp
11690 * gdb.cell/sizeof.exp
11691 * gdb.cell/solib-symbol.exp
11692 * gdb.cell/solib.exp
11693 * gdb.compile/compile-tls.exp
11694 * gdb.cp/exception.exp
11695 * gdb.cp/gdb2495.exp
11696 * gdb.cp/local.exp
11697 * gdb.cp/mb-inline.exp
11698 * gdb.cp/mb-templates.exp
11699 * gdb.cp/pr10687.exp
11700 * gdb.cp/pr9167.exp
11701 * gdb.cp/scope-err.exp
11702 * gdb.cp/templates.exp
11703 * gdb.cp/virtfunc.exp
11704 * gdb.dwarf2/dw2-dir-file-name.exp
11705 * gdb.dwarf2/dw2-single-line-discriminators.exp
11706 * gdb.fortran/complex.exp
11707 * gdb.fortran/library-module.exp
11708 * gdb.guile/guile.exp
11709 * gdb.guile/scm-cmd.exp
11710 * gdb.guile/scm-frame-inline.exp
11711 * gdb.guile/scm-objfile.exp
11712 * gdb.guile/scm-pretty-print.exp
11713 * gdb.guile/scm-symbol.exp
11714 * gdb.guile/scm-type.exp
11715 * gdb.guile/scm-value.exp
11716 * gdb.linespec/keywords.exp
11717 * gdb.linespec/ls-errs.exp
11718 * gdb.linespec/macro-relative.exp
11719 * gdb.linespec/thread.exp
11720 * gdb.mi/mi-breakpoint-changed.exp
11721 * gdb.mi/mi-dprintf-pending.exp
11722 * gdb.mi/mi-fullname-deleted.exp
11723 * gdb.mi/mi-logging.exp
11724 * gdb.mi/mi-pending.exp
11725 * gdb.mi/mi-solib.exp
11726 * gdb.mi/new-ui-mi-sync.exp
11727 * gdb.mi/user-selected-context-sync.exp
11728 * gdb.multi/dummy-frame-restore.exp
11729 * gdb.multi/multi-arch-exec.exp
11730 * gdb.multi/remove-inferiors.exp
11731 * gdb.multi/watchpoint-multi-exit.exp
11732 * gdb.opt/solib-intra-step.exp
11733 * gdb.perf/backtrace.exp
11734 * gdb.perf/single-step.exp
11735 * gdb.perf/skip-command.exp
11736 * gdb.perf/skip-prologue.exp
11737 * gdb.perf/solib.exp
11738 * gdb.python/lib-types.exp
11739 * gdb.python/py-as-string.exp
11740 * gdb.python/py-bad-printers.exp
11741 * gdb.python/py-block.exp
11742 * gdb.python/py-breakpoint.exp
11743 * gdb.python/py-cmd.exp
11744 * gdb.python/py-events.exp
11745 * gdb.python/py-evthreads.exp
11746 * gdb.python/py-finish-breakpoint.exp
11747 * gdb.python/py-finish-breakpoint2.exp
11748 * gdb.python/py-frame-inline.exp
11749 * gdb.python/py-frame.exp
11750 * gdb.python/py-inferior.exp
11751 * gdb.python/py-infthread.exp
11752 * gdb.python/py-mi.exp
11753 * gdb.python/py-objfile.exp
11754 * gdb.python/py-pp-maint.exp
11755 * gdb.python/py-pp-registration.exp
11756 * gdb.python/py-prettyprint.exp
11757 * gdb.python/py-recurse-unwind.exp
11758 * gdb.python/py-shared.exp
11759 * gdb.python/py-symbol.exp
11760 * gdb.python/py-symtab.exp
11761 * gdb.python/py-template.exp
11762 * gdb.python/py-type.exp
11763 * gdb.python/py-unwind-maint.exp
11764 * gdb.python/py-unwind.exp
11765 * gdb.python/py-value.exp
11766 * gdb.python/python.exp
11767 * gdb.reverse/finish-reverse-bkpt.exp
11768 * gdb.reverse/insn-reverse.exp
11769 * gdb.reverse/next-reverse-bkpt-over-sr.exp
11770 * gdb.reverse/solib-precsave.exp
11771 * gdb.reverse/solib-reverse.exp
11772 * gdb.stabs/gdb11479.exp
11773 * gdb.stabs/weird.exp
11774 * gdb.threads/fork-child-threads.exp
11775 * gdb.threads/fork-plus-threads.exp
11776 * gdb.threads/fork-thread-pending.exp
11777 * gdb.threads/forking-threads-plus-breakpoint.exp
11778 * gdb.threads/hand-call-in-threads.exp
11779 * gdb.threads/interrupted-hand-call.exp
11780 * gdb.threads/linux-dp.exp
11781 * gdb.threads/local-watch-wrong-thread.exp
11782 * gdb.threads/next-while-other-thread-longjmps.exp
11783 * gdb.threads/non-ldr-exit.exp
11784 * gdb.threads/pending-step.exp
11785 * gdb.threads/print-threads.exp
11786 * gdb.threads/process-dies-while-detaching.exp
11787 * gdb.threads/process-dies-while-handling-bp.exp
11788 * gdb.threads/pthreads.exp
11789 * gdb.threads/queue-signal.exp
11790 * gdb.threads/reconnect-signal.exp
11791 * gdb.threads/signal-command-handle-nopass.exp
11792 * gdb.threads/signal-command-multiple-signals-pending.exp
11793 * gdb.threads/signal-delivered-right-thread.exp
11794 * gdb.threads/signal-sigtrap.exp
11795 * gdb.threads/sigthread.exp
11796 * gdb.threads/staticthreads.exp
11797 * gdb.threads/stepi-random-signal.exp
11798 * gdb.threads/thread-unwindonsignal.exp
11799 * gdb.threads/thread_check.exp
11800 * gdb.threads/thread_events.exp
11801 * gdb.threads/tid-reuse.exp
11802 * gdb.threads/tls-nodebug.exp
11803 * gdb.threads/tls-shared.exp
11804 * gdb.threads/tls-so_extern.exp
11805 * gdb.threads/tls.exp
11806 * gdb.threads/wp-replication.exp
11807 * gdb.trace/actions-changed.exp
11808 * gdb.trace/actions.exp
11809 * gdb.trace/backtrace.exp
11810 * gdb.trace/change-loc.exp
11811 * gdb.trace/collection.exp
11812 * gdb.trace/deltrace.exp
11813 * gdb.trace/disconnected-tracing.exp
11814 * gdb.trace/entry-values.exp
11815 * gdb.trace/ftrace-lock.exp
11816 * gdb.trace/ftrace.exp
11817 * gdb.trace/infotrace.exp
11818 * gdb.trace/mi-trace-frame-collected.exp
11819 * gdb.trace/mi-trace-unavailable.exp
11820 * gdb.trace/mi-traceframe-changed.exp
11821 * gdb.trace/mi-tracepoint-changed.exp
11822 * gdb.trace/mi-tsv-changed.exp
11823 * gdb.trace/no-attach-trace.exp
11824 * gdb.trace/packetlen.exp
11825 * gdb.trace/passc-dyn.exp
11826 * gdb.trace/passcount.exp
11827 * gdb.trace/pending.exp
11828 * gdb.trace/pr16508.exp
11829 * gdb.trace/qtro.exp
11830 * gdb.trace/range-stepping.exp
11831 * gdb.trace/read-memory.exp
11832 * gdb.trace/report.exp
11833 * gdb.trace/save-trace.exp
11834 * gdb.trace/signal.exp
11835 * gdb.trace/stap-trace.exp
11836 * gdb.trace/status-stop.exp
11837 * gdb.trace/strace.exp
11838 * gdb.trace/tfile.exp
11839 * gdb.trace/tfind.exp
11840 * gdb.trace/trace-break.exp
11841 * gdb.trace/trace-condition.exp
11842 * gdb.trace/trace-enable-disable.exp
11843 * gdb.trace/trace-mt.exp
11844 * gdb.trace/tracecmd.exp
11845 * gdb.trace/tracefile-pseudo-reg.exp
11846 * gdb.trace/tspeed.exp
11847 * gdb.trace/tstatus.exp
11848 * gdb.trace/tsv.exp
11849 * gdb.trace/unavailable.exp
11850 * gdb.trace/while-dyn.exp
11851 * gdb.trace/while-stepping.exp
11852 * lib/gdb-guile.exp
11853 * lib/gdb.exp
11854 * lib/mi-support.exp
11855 * lib/pascal.exp
11856 * lib/perftest.exp
11857 * lib/prelink-support.exp
11858 * lib/selftest-support.exp
11859
11860 2016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
11861
11862 * Makefile.in: Include disable-implicit-rules.mk.
11863
11864 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
11865
11866 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
11867 non-byte-aligned bit fields.
11868
11869 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
11870
11871 PR gdb/12616
11872 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
11873 respects the DW_AT_data_bit_offset attribute.
11874
11875 2016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
11876
11877 * gdb.base/default.exp: Fix output of "set language".
11878
11879 2016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
11880
11881 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
11882 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
11883 make.
11884 * configure.ac: Remove checks for the make program.
11885 * configure: Re-generate.
11886
11887 2016-11-16 Kevin Buettner <kevinb@redhat.com>
11888
11889 * gdb.python/py-recurse-unwind.c (main): Add loop.
11890 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
11891 to read_register() and gdb.parse_and_eval(). Make each code
11892 call a separate case that can be individually tested.
11893 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
11894 proc. Call cont_and_backtrace for each of the code paths that
11895 we want to test in the unwinder.
11896
11897 2016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
11898
11899 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
11900 the definition of struct S.
11901
11902 2016-11-11 Catherine Moore <clm@codesourcery.com>
11903
11904 * gdb.base/dump.exp: Identify verilog format dump tests as such.
11905
11906 2016-11-09 Pedro Alves <palves@redhat.com>
11907
11908 * gdb.base/commands.exp (runto_or_return): New procedure.
11909 (gdbvar_simple_if_test, gdbvar_simple_while_test)
11910 (gdbvar_complex_if_while_test, progvar_simple_if_test)
11911 (progvar_simple_while_test, progvar_complex_if_while_test)
11912 (if_while_breakpoint_command_test)
11913 (infrun_breakpoint_command_test, breakpoint_command_test)
11914 (user_defined_command_test, watchpoint_command_test)
11915 (test_command_prompt_position, redefine_hook_test)
11916 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
11917 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
11918 multi_line_input and multi_line. Remove gdb_expect and
11919 gdb_stop_suppressing_tests uses.
11920 * lib/gdb.exp (valnum_re): New global.
11921 (multi_line_input): New procedure.
11922
11923 2016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
11924
11925 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
11926 Remove.
11927 (test_setup): Define with proc_with_prefix.
11928 (test_cli_inferior): Likewise.
11929 (test_cli_thread): Likewise.
11930 (test_cli_frame): Likewise.
11931 (test_cli_select_frame): Likewise.
11932 (test_cli_up_down): Likewise.
11933 (test_mi_thread_select): Likewise.
11934 (test_mi_stack_select_frame): Likewise.
11935 (test_cli_in_mi_inferior): Likewise.
11936 (test_cli_in_mi_thread): Likewise.
11937 (test_cli_in_mi_frame): Likewise.
11938 (top level): Do not use with_test_prefix_procname.
11939
11940 2016-11-09 Pedro Alves <palves@redhat.com>
11941
11942 * gdb.base/commands.exp (gdbvar_simple_if_test)
11943 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
11944 (progvar_simple_if_test, progvar_simple_while_test)
11945 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
11946 (infrun_breakpoint_command_test, breakpoint_command_test)
11947 (user_defined_command_test, watchpoint_command_test)
11948 (test_command_prompt_position, deprecated_command_test)
11949 (bp_deleted_in_command, temporary_breakpoint_commands)
11950 (stray_arg0_test, source_file_with_indented_comment)
11951 (recursive_source_test, if_commands_test)
11952 (error_clears_commands_left, redefine_hook_test)
11953 (redefine_backtrace_test): Use proc_with_prefix.
11954 * lib/gdb.exp (proc_with_prefix): New proc.
11955
11956 2016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
11957
11958 * gdb.base/tui-layout.c: New file.
11959 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
11960 disassembly window contains very long lines.
11961
11962 2016-11-08 Tom Tromey <tom@tromey.com>
11963
11964 * gdb.python/py-value.exp (test_value_creation): Make "long" test
11965 depend on Python 2.
11966
11967 2016-11-08 Tom Tromey <tom@tromey.com>
11968
11969 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
11970 New method.
11971
11972 2016-10-29 Manish Goregaokar <manish@mozilla.com>
11973
11974 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
11975
11976 2016-10-27 Manish Goregaokar <manish@mozilla.com>
11977
11978 * gdb.rust/simple.rs: Add test for univariant enums without
11979 discriminants and for encoded struct-like enums.
11980
11981 2016-10-28 Pedro Alves <palves@redhat.com>
11982
11983 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
11984 gdb_test_multiple, tighten regexps and match symtabs and line
11985 tables incrementally.
11986
11987 2016-10-28 Luis Machado <lgustavo@codesourcery.com>
11988
11989 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
11990 general.
11991
11992 2016-10-25 Luis Machado <lgustavo@codesourcery.com>
11993
11994 * gdb.base/exec-invalid-sysroot.exp: New file.
11995
11996 2016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
11997
11998 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
11999
12000 2016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
12001
12002 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
12003
12004 2016-10-19 Maciej W. Rozycki <macro@imgtec.com>
12005
12006 * gdb.base/killed-outside.exp: Remove $options from a call to
12007 `prepare_for_testing'.
12008
12009 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
12010
12011 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
12012 Change test message.
12013
12014 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
12015
12016 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
12017 Update comment.
12018
12019 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
12020
12021 * gdb.trace/mi-trace-save.exp: New file.
12022
12023 2016-10-13 Yao Qi <yao.qi@linaro.org>
12024
12025 * gdb.base/code_elim.exp (get_var_address): Remove.
12026 * gdb.base/relocate.exp: Likewise.
12027 * gdb.base/shreloc.exp: Likewise.
12028 * lib/gdb.exp (get_var_address): New.
12029
12030 2016-10-13 Yao Qi <yao.qi@linaro.org>
12031
12032 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
12033 floating point tests if $skip_float_test is false.
12034
12035 2016-10-12 Luis Machado <lgustavo@codesourcery.com>
12036
12037 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
12038 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
12039 argc values.
12040 Add 1 to argc so we guarantee distinct initial/modified argc values.
12041
12042 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
12043
12044 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
12045
12046 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
12047
12048 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
12049 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
12050 * gdb.arch/vsx-regs.exp: Likewise.
12051
12052 2016-10-07 Yao Qi <yao.qi@linaro.org>
12053
12054 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
12055
12056 2016-10-07 Markus Metzger <markus.t.metzger@intel.com>
12057
12058 * gdb.python/python.exp: Test decode_line("*0").
12059
12060 2016-10-06 Doug Evans <dje@google.com>
12061
12062 * gdb.python/py-value.exp (test_value_creation): Add test for large
12063 unsigned 64-bit value.
12064
12065 2016-10-06 Tom Tromey <tom@tromey.com>
12066
12067 * gdb.compile/compile.exp: Change java tests to rust.
12068 * gdb.base/setshow.exp: Change java tests to rust.
12069 * gdb.base/default.exp: Remove java from language list.
12070 * README (Examples): Update language example.
12071 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
12072 test.
12073 * lib/gdb.exp (skip_java_tests): Remove.
12074 * lib/java.exp: Remove.
12075 * gdb.java: Remove.
12076
12077 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
12078
12079 * gdb.arch/mips-fcr.exp: New test.
12080 * gdb.arch/mips-fcr.c: Source for the new test.
12081
12082 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
12083
12084 * gdb.base/solib-disc.exp: Use `standard_output_file'
12085 throughout.
12086
12087 2016-10-06 Pedro Alves <palves@redhat.com>
12088
12089 * gdb.base/jit-simple-dl.c: New file.
12090 * gdb.base/jit-simple-jit.c: New file, factored out from ...
12091 * gdb.base/jit-simple.c: ... this.
12092 * gdb.base/jit-simple.exp (jit_run): Delete.
12093 (build_jit): New proc.
12094 (jit_test_reread): Recompile either the main program or the shared
12095 library, depending on what is being tested. Skip changing address
12096 if caller wants to. Compare before/after addresses. If testing
12097 standalone, explicitly load the binary. Test "maint info
12098 breakpoints".
12099 (top level): Add "standalone vs shared lib" and "change address"
12100 vs "same address" axes.
12101
12102 2016-10-06 Pedro Alves <palves@redhat.com>
12103
12104 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
12105 call.
12106 (jit_run): Delete.
12107 (jit_test_reread): Use with_test_prefix. Reload the main binary
12108 explicitly. Compare the before/after addresses of the JIT
12109 descriptor.
12110
12111 2016-08-15 Doug Evans <dje@google.com>
12112
12113 * gdb.xml/extra-regs.xml: Update, end field now required, default type
12114 for single bitfields is bool.
12115 * gdb.xml/tdesc-regs.exp: Ditto.
12116
12117 2016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
12118
12119 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
12120
12121 2016-10-05 Yao Qi <yao.qi@linaro.org>
12122
12123 * lib/gdb.exp (support_complex_tests): Return zero if
12124 gdb_skip_float_test return true.
12125
12126 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
12127 Simon Marchi <simon.marchi@ericsson.com>
12128
12129 PR gdb/20487
12130 * gdb.mi/user-selected-context-sync.exp: New file.
12131 * gdb.mi/user-selected-context-sync.c: New file.
12132
12133 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
12134 Simon Marchi <simon.marchi@ericsson.com>
12135
12136 PR gdb/20487
12137 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
12138 =thread-select-event check.
12139
12140 2016-09-29 Peter Bergner <bergner@vnet.ibm.com>
12141
12142 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
12143 the compulsory L operand changes.
12144 * gdb.arch/powerpc-power.s: Likewise.
12145
12146 2016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
12147
12148 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
12149 * gdb.base/jit-attach-pie.c: New file.
12150 * gdb.base/jit-attach-pie.exp: New file.
12151
12152 2016-09-28 Pedro Alves <palves@redhat.com>
12153
12154 * gdb.base/infcall-input.c: New file.
12155 * gdb.base/infcall-input.exp: New file.
12156
12157 2016-09-22 Yao Qi <yao.qi@linaro.org>
12158
12159 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
12160 (gdb_exit): Rename it to ...
12161 (gdbserver_gdb_exit): ... Close GDBserver.
12162 (gdb_exit): New proc, call gdbserver_gdb_exit.
12163 (mi_gdb_exit): Likewise.
12164
12165 2016-09-22 Yao Qi <yao.qi@linaro.org>
12166
12167 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
12168 path.
12169 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
12170 Remove duplication.
12171
12172 2016-09-22 Yao Qi <yao.qi@linaro.org>
12173
12174 * lib/gdbserver-support.exp: Check the existence of
12175 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
12176
12177 2016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
12178
12179 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
12180
12181 2016-09-21 Tom Tromey <tom@tromey.com>
12182
12183 PR gdb/20604:
12184 * gdb.base/quit.exp: New file.
12185
12186 2016-09-21 Simon Marchi <simon.marchi@ericsson.com>
12187
12188 * .gitignore: New file.
12189
12190 2016-09-21 Maciej W. Rozycki <macro@imgtec.com>
12191
12192 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
12193 throughout.
12194
12195 2016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
12196
12197 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
12198
12199 2016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
12200
12201 * gdb.cp/casts.cc (decltype): Move it ...
12202 (main): ... with its call to ...
12203 * gdb.cp/casts03.cc: ... a new file.
12204 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
12205
12206 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
12207
12208 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
12209
12210 2016-09-15 Peter Bergner <bergner@vnet.ibm.com>
12211
12212 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
12213 and sync up the test with tests in gas/testsuite/gas/ppc.
12214 * gdb.arch/powerpc-power.exp: Likewise.
12215
12216 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
12217
12218 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
12219
12220 2016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
12221 Jan Kratochvil <jan.kratochvil@redhat.com>
12222
12223 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
12224 make m1's definition to be different from m2's. Use 'dummy' as an
12225 argument for probe 'two'.
12226
12227 2016-09-10 Jon Beniston <jon@beniston.com>
12228
12229 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
12230 for sim target.
12231
12232 2016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
12233
12234 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
12235 variable declaration.
12236 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
12237 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
12238 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
12239 received HWCAP as its argument.
12240
12241 2016-09-06 Pedro Alves <palves@redhat.com>
12242
12243 * gdb.base/new-ui-pending-input.c: New file.
12244 * gdb.base/new-ui-pending-input.exp: New file.
12245 * gdb.exp (clear_gdb_spawn_id): New procedure.
12246 (with_spawn_id): Check whether gdb_spawn_id exists before
12247 referencing it. If gdb_spawn_id didn't exist on entry, clear it
12248 on exit.
12249
12250 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
12251
12252 * gdb.base/float128.c: New file.
12253 * gdb.base/float128.exp: Likewise.
12254 * gdb.base/floatn.c: Likewise.
12255 * gdb.base/floatn.exp: Likewise.
12256
12257 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
12258
12259 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
12260
12261 2016-09-05 Pedro Alves <palves@redhat.com>
12262
12263 PR backtrace/19927
12264 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
12265 unwinders are immediately called as side effect of "source" or
12266 "disable unwinder" commands.
12267 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
12268
12269 2016-09-02 Yao Qi <yao.qi@linaro.org>
12270
12271 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
12272 is true and $type is "float" or "double".
12273
12274 2016-09-02 Yao Qi <yao.qi@linaro.org>
12275
12276 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
12277 true.
12278 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
12279 * gdb.base/call-rt-st.exp: Likewise.
12280 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
12281 return value instead of gdb,skip_float_test.
12282 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
12283 (do_function_calls): Use its return value instead of
12284 gdb,skip_float_test.
12285 * gdb.base/finish.exp: Likewise.
12286 * gdb.base/funcargs.exp: Likewise.
12287 * gdb.base/return.exp: Likewise.
12288 * gdb.base/return2.exp: Likewise.
12289 * gdb.base/varargs.exp: Likewise.
12290 * lib/gdb.exp (gdb_skip_float_test): Change it to
12291 gdb_caching_proc. Detect the broken ptrace on arm-linux.
12292
12293 2016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
12294
12295 * gdb.multi/tids.exp: Test "thread apply all".
12296
12297 2016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
12298
12299 * gdb.base/default.exp (tty): Remove.
12300
12301 2016-08-24 Kevin Buettner <kevinb@redhat.com>
12302
12303 * gdb.python/py-recurse-unwind.c: New file.
12304 * gdb.python/py-recurse-unwind.py: New file.
12305 * gdb.python/py-recurse-unwind.exp: New file.
12306
12307 2016-08-24 Simon Marchi <simon.marchi@ericsson.com>
12308
12309 * gdb.base/set-inferior-tty.exp: New file.
12310 * gdb.base/set-inferior-tty.c: New file.
12311
12312 2016-08-23 Pedro Alves <palves@redhat.com>
12313
12314 PR gdb/20494
12315 * gdb.base/new-ui-echo.c: New file.
12316 * gdb.base/new-ui-echo.exp: New file.
12317
12318 2016-08-23 Yao Qi <yao.qi@linaro.org>
12319
12320 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
12321 gdbserver_spawn.
12322 * gdb.server/connect-without-multi-process.exp (do_test):
12323 Likewise.
12324
12325 2016-08-23 Yao Qi <yao.qi@linaro.org>
12326
12327 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
12328 standalone_txt. Delete gdb_txt and standalone_txt on host
12329 and target. Spawn the binary on target. Copy files from
12330 target to host.
12331
12332 2016-08-22 Pedro Alves <palves@redhat.com>
12333
12334 PR gdb/20505
12335 * gdb.base/vdso-warning.exp: Test core dumps too. Use
12336 with_test_prefix. Factor out bits to ...
12337 (test_no_vdso): ... this new procedure.
12338
12339 2016-08-19 Carl Love <cel@us.ibm.com>
12340
12341 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
12342 maintaining separate logic for constructing the output path.
12343 * gdb.arch/powerpc-d128-regs.exp: Likewise.
12344 * gdb.arch/ppc-dfp.exp: Likewise.
12345 * gdb.arch/ppc-fp.exp: Likewise.
12346 * gdb.arch/vsx-regs.exp: Likewise.
12347 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
12348 binprefix for generating the additional binary files.
12349
12350 2016-08-19 Pedro Alves <palves@redhat.com>
12351
12352 * gdb.trace/mi-trace-frame-collected.exp
12353 (test_trace_frame_collected): On x32, expect two registers.
12354
12355 2016-08-18 Carl Love <cel@us.ibm.com>
12356
12357 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
12358 and sync up the test with tests in gas/testsuite/gas/ppc.
12359 * gdb.arch/powerpc-power.exp: Likewise.
12360
12361 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
12362
12363 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
12364 expected error message.
12365
12366 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
12367
12368 * gdb.multi/remove-inferiors.exp: New file.
12369 * gdb.multi/remove-inferiors.c: New file.
12370
12371 2016-08-12 Yao Qi <yao.qi@linaro.org>
12372
12373 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
12374 argument list.
12375
12376 2016-08-10 Pedro Alves <palves@redhat.com>
12377
12378 PR gdb/19187
12379 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
12380 setup_kfails.
12381
12382 2016-08-09 Pedro Alves <palves@redhat.com>
12383 Simon Marchi <simon.marchi@ericsson.com>
12384
12385 PR gdb/20418
12386 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
12387 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
12388
12389 2016-08-09 Pedro Alves <palves@redhat.com>
12390
12391 PR mi/20431
12392 * gdb.mi/mi-cmd-error.exp: New file.
12393
12394 2016-08-09 Pedro Alves <palves@redhat.com>
12395
12396 PR gdb/18653
12397 * gdb.base/signals-state-child.c: New file.
12398 * gdb.base/signals-state-child.exp: New file.
12399 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
12400
12401 2016-08-09 Pedro Alves <palves@redhat.com>
12402
12403 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
12404
12405 2016-08-03 Tom Tromey <tom@tromey.com>
12406
12407 PR python/18565:
12408 * gdb.python/py-frame-inline.exp: Add Frame.function test.
12409
12410 2016-08-01 Yao Qi <yao.qi@linaro.org>
12411
12412 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
12413 variable mode to "multi-process" if $multi_process is 1, otherwise
12414 set it to "single-process".
12415
12416 2016-08-01 Yao Qi <yao.qi@linaro.org>
12417
12418 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
12419 * gdb.cp/cpexprs.exp: Likewise.
12420 * gdb.cp/m-static.exp: Likewise.
12421
12422 2016-07-26 Tom Tromey <tom@tromey.com>
12423
12424 PR python/20190:
12425 * gdb.threads/tls.exp (check_thread_local): Add python symbol
12426 test.
12427
12428 2016-07-26 Markus Metzger <markus.t.metzger@intel.com>
12429
12430 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
12431 selecting assembly source files.
12432 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
12433 assembly source files.
12434 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
12435 assembly source files.
12436 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
12437 selecting assembly source files.
12438
12439 2016-07-25 Simon Marchi <simon.marchi@ericsson.com>
12440
12441 * gdb.base/new-ui.exp (do_test_invalid_args): New
12442 procedure.
12443
12444 2016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
12445
12446 * gdb.btrace/reconnect.c: New file.
12447 * gdb.btrace/reconnect.exp: New file.
12448
12449 2016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
12450
12451 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
12452 to test_catch_syscall_group.
12453 (test_catch_syscall_group): New.
12454
12455 2016-07-21 Tom Tromey <tom@tromey.com>
12456
12457 * gdb.rust/simple.rs (main): Use empty struct expression.
12458 * gdb.rust/simple.exp: Add tests for empty struct expression.
12459
12460 2016-07-21 Yao Qi <yao.qi@linaro.org>
12461
12462 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
12463 if gdb_skip_xml_test is true on some targets.
12464
12465 2016-07-21 Yao Qi <yao.qi@linaro.org>
12466
12467 * gdb.server/solib-list.exp: Unset last_loaded_file.
12468
12469 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
12470
12471 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
12472 "step into captured_main (args)".
12473
12474 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
12475
12476 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
12477
12478 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
12479
12480 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
12481
12482 2016-07-19 Pedro Alves <palves@redhat.com>
12483
12484 * gdb.opt/inline-break.exp: Remove optimize=-O2.
12485 * gdb.opt/inline-bt.exp: Likewise.
12486 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
12487 additional_flags=-Winline.
12488 * gdb.opt/inline-locals.exp: Likewise.
12489 * gdb.opt/inline-markers.c (ATTR): Define.
12490 (inlined_fn): Use it.
12491
12492 2016-07-19 Yao Qi <yao.qi@linaro.org>
12493
12494 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
12495 (test_with_self): Remove some code. Remove argument executable.
12496 (top-level): Use do_self_tests.
12497
12498 2016-07-15 Zachary Welch <zwelch@codesourcery.com>
12499 Don Breazeal <donb@codesourcery.com>
12500
12501 * gdb.base/maint.exp: Escape paths used in regular expressions.
12502 * gdb.stabs/weird.exp: Likewise.
12503
12504 2016-07-13 Tom Tromey <tom@tromey.com>
12505
12506 PR python/15620, PR python/18620:
12507 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
12508 (test_bkpt_events): New procs.
12509
12510 2016-07-13 Tom Tromey <tom@tromey.com>
12511
12512 PR python/17698:
12513 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
12514 test.
12515 (test_watchpoints): Likewise.
12516 (test_bkpt_pending): New proc.
12517
12518 2016-07-13 Tom Tromey <tom@tromey.com>
12519
12520 PR cli/18053:
12521 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
12522 completion test.
12523
12524 2016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
12525
12526 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
12527 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
12528 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
12529 f_label.
12530 (g): Rename g_end_lbl to g_label.
12531 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
12532 low_pc and high_pc.
12533 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
12534
12535 2016-07-12 Tom Tromey <tom@tromey.com>
12536
12537 PR python/19293:
12538 * gdb.python/py-unwind-maint.exp: Update tests.
12539
12540 2016-07-12 Yao Qi <yao.qi@linaro.org>
12541
12542 * lib/selftest-support.exp (selftest_setup): Match the output
12543 when captured_main is inlined.
12544
12545 2016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
12546
12547 * gdb.fortran/derived-types.exp (result_line, result_line_2):
12548 New variables.
12549 (print this%a, print this%b, print this): New tests.
12550 * gdb.fortran/derived-types.f90 (this): New object and
12551 initialization.
12552
12553 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
12554
12555 * gdb.ada/arraydim.exp: Remove extra directory level in build
12556 directory.
12557
12558 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
12559
12560 * lib/ada.exp: Remove extra directory level in build directory.
12561 * gdb.ada/cond_lang.exp: Likewise.
12562 * gdb.ada/exec_changed.exp: Likewise.
12563 * gdb.ada/lang_switch.exp: Likewise.
12564
12565 2016-07-06 Manish Goregaokar <manish@mozilla.com>
12566
12567 * simple.rs: Add test for raw pointer subscripting.
12568 * simple.exp: Add test expectations.
12569
12570 2016-07-05 Yao Qi <yao.qi@linaro.org>
12571
12572 * gdb.mi/mi-reverse.exp: Match =record-started output.
12573
12574 2016-07-01 Pedro Alves <palves@redhat.com>
12575
12576 * gdb.base/jit-reader.exp (info_registers_current_frame): New
12577 procedure.
12578 (jit_reader_test): Test the jit reader's unwinder.
12579 * gdb.base/jithost.c (jit_function_00_code): New global.
12580 (main): Use memcpy to fill in the mmapped code, instead of poking
12581 bytes manually here.
12582 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
12583 value.
12584 (read_debug_info): Save the function's range.
12585 (read_sp): New function.
12586 (unwind_frame): Use it. Also unwind RBP.
12587 (get_frame_id): Use read_sp.
12588 (gdb_init_reader): Use calloc instead of malloc.
12589 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
12590 parameter. Use gdb_test_multiple.
12591
12592 2016-07-01 Pedro Alves <palves@redhat.com>
12593 Antoine Tremblay <antoine.tremblay@ericsson.com>
12594
12595 * gdb.threads/process-dies-while-detaching.c: New file.
12596 * gdb.threads/process-dies-while-detaching.exp: New file.
12597
12598 2016-07-01 Pedro Alves <palves@redhat.com>
12599
12600 * gdb.multi/watchpoint-multi-exit.c: New file.
12601 * gdb.multi/watchpoint-multi-exit.exp: New file.
12602
12603 2016-06-30 Pedro Alves <palves@redhat.com>
12604
12605 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
12606 unset inferior_spawn_id.
12607
12608 2016-06-30 Pedro Alves <palves@redhat.com>
12609
12610 * lib/mi-support.exp (default_mi_gdb_start): Declare global
12611 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
12612
12613 2016-06-29 Yao Qi <yao.qi@linaro.org>
12614
12615 * gdb.base/return.c: Add copyright header.
12616
12617 2016-06-29 Tom Tromey <tom@tromey.com>
12618
12619 PR python/20129:
12620 * gdb.python/py-framefilter.exp: Add tests for setting priority
12621 and disabling of non-existent frame filter.
12622
12623 2016-06-29 Yao Qi <yao.qi@linaro.org>
12624
12625 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
12626 0x0f07ff.
12627
12628 2016-06-28 Yao Qi <yao.qi@linaro.org>
12629
12630 * gdb.base/catch-syscall.exp: Remove check on isnative and target
12631 triplets. Start gdb, execute catch syscall, and continue. Check
12632 gdb's output to determine catch syscall is supported.
12633
12634 2016-06-27 Manish Goregaokar <manish@mozilla.com>
12635
12636 * gdb.rust/simple.rs: Add test for returning unit in a function.
12637 * gdb.rust/simple.exp: Add expectation for functions returning
12638 unit.
12639
12640 2016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
12641
12642 * gdb.python/py-breakpoint-create-fail.c,
12643 gdb.python/py-breakpoint-create-fail.exp,
12644 gdb.python/py-breakpoint-create-fail.py: New testcase.
12645
12646 2016-06-25 Manish Goregaokar <manish@mozilla.com>
12647
12648 PR gdb/20239
12649 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
12650 * gdb.rust/simple.exp: Add test expectations for new NonZero
12651 tests.
12652
12653 2016-06-24 David Taylor <dtaylor@emc.com>
12654
12655 * gdb.base/offsets.exp: New file.
12656 * gdb.base/offsets.c: New file.
12657
12658 2016-06-23 Tom Tromey <tom@tromey.com>
12659
12660 PR gdb/16483:
12661 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
12662 before any filters are loaded.
12663
12664 2016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
12665
12666 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
12667 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
12668 structs.
12669 * gdb.fortran/derived-type-function.exp: New file.
12670 * gdb.fortran/derived-type-function.f90: New file.
12671
12672
12673 2016-06-21 Pedro Alves <palves@redhat.com>
12674
12675 * gdb.base/new-ui.exp: New file.
12676 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
12677 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
12678 (with_spawn_id): New procedure.
12679
12680 2016-06-21 Pedro Alves <palves@redhat.com>
12681
12682 * gdb.mi/mi-exec-run.exp: New file.
12683
12684 2016-06-21 Pedro Alves <palves@redhat.com>
12685
12686 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
12687 breakpoint command's output on the main UI.
12688 (test_break): New procedure, factored out from calls in the top
12689 level.
12690 (top level): Use foreach_with_prefix to test MI as main UI and as
12691 separate UI.
12692
12693 2016-06-21 Pedro Alves <palves@redhat.com>
12694
12695 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
12696 (test_awatch_creation_and_listing)
12697 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
12698 Remove 'type' parameter.
12699 (test_watchpoint_all): New parameter mi_mode. Remove
12700 with_test_prefix.
12701 (top level): Use foreach_with_prefix, and add main/separate UI MI
12702 testing axis.
12703
12704 2016-06-21 Pedro Alves <palves@redhat.com>
12705
12706 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
12707 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
12708 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
12709 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
12710 (gdb_main_spawn_id, mi_spawn_id): Declare and
12711 comment.
12712 (mi_create_inferior_pty): New procedure,
12713 factored out from default_mi_gdb_start.
12714 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
12715 procedures.
12716 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
12717 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
12718 Use mi_create_inferior_pty.
12719 (mi_gdb_start): Use eval to pass down args list.
12720
12721 2016-06-21 Pedro Alves <palves@redhat.com>
12722
12723 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
12724 * gdb.opt/inline-cmds.exp: Add MI tests.
12725
12726 2016-06-21 Pedro Alves <palves@redhat.com>
12727
12728 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
12729
12730 2016-06-21 Pedro Alves <palves@redhat.com>
12731
12732 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
12733 (top level): Use it instead of mi_execute_to.
12734
12735 2016-06-21 Pedro Alves <palves@redhat.com>
12736
12737 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
12738 (cont_handler_str): New.
12739 (signal_stop_handler): Set stop_handler_str instead of printing to
12740 stdout.
12741 (continue_handler): Set cont_handler_str instead of printing to
12742 stdout.
12743 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
12744 mi_send_resuming_command. Print stop_handler_str and
12745 cont_handler_str instead of expecting the python events print
12746 directly.
12747
12748 2016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
12749
12750 * gdb.base/jit-reader.exp: New file.
12751 * gdb.base/jithost.c: New file.
12752 * gdb.base/jithost.h: New file.
12753 * gdb.base/jitreader.c : New file.
12754 * gdb.base/jit-protocol.h: New file.
12755
12756 2016-06-17 Yao Qi <yao.qi@linaro.org>
12757
12758 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
12759 parameters follow_fork and detach_on_fork. Set follow-fork-mode
12760 and detach-on-fork. Adjust tests.
12761 (top level): Invoke break_cond_on_syscall with combinations of
12762 syscall, follow-fork-mode and detach-on-fork.
12763
12764 2016-06-17 Yao Qi <yao.qi@linaro.org>
12765
12766 * gdb.base/step-over-exit.c: New.
12767 * gdb.base/step-over-exit.exp: New.
12768
12769 2016-06-17 Yan-Ting Lin <currygt52@gmail.com>
12770
12771 * gdb.base/float.exp: Add target check for nds32*-*-*.
12772 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
12773
12774 2016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
12775
12776 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
12777 for unsupported target features.
12778 * gdb.base/call-rt-st.exp: Likewise.
12779 * gdb.base/call-sc.exp: Likewise.
12780 * gdb.base/call-signal-resume.exp: Likewise.
12781 * gdb.base/call-strs.exp: Likewise.
12782 * gdb.base/callexit.exp: Likewise.
12783 * gdb.base/callfuncs.exp: Likewise.
12784 * gdb.base/nodebug.exp: Likewise.
12785 * gdb.base/printcmds.exp: Likewise.
12786 * gdb.base/ptype.exp: Likewise.
12787 * gdb.base/structs.exp: Likewise.
12788 * gdb.base/unwindonsignal.exp: Likewise.
12789 * gdb.cp/gdb2495.exp: Likewise.
12790 * gdb.cp/templates.exp: Likewise.
12791 * gdb.cp/virtfunc.exp: Likewise.
12792 * gdb.threads/hand-call-in-threads.exp: Likewise.
12793 * gdb.threads/interrupted-hand-call.exp: Likewise.
12794 * gdb.threads/thread-unwindonsignal.exp: Likewise.
12795
12796 2016-06-10 Tom Tromey <tom@tromey.com>
12797
12798 PR rust/20110:
12799 * gdb.rust/expr.exp: Add test for integer constant larger than
12800 i32.
12801
12802 2016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
12803
12804 * gdb.fortran/nested-funcs.exp: New.
12805 * gdb.fortran/nested-funcs.f90: New.
12806
12807 2016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
12808
12809 * gdb.base/examine-backward.c: New file.
12810 * gdb.base/examine-backward.exp: New file.
12811
12812 2016-06-06 Simon Marchi <simon.marchi@ericsson.com>
12813
12814 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
12815 matching.
12816
12817 2016-06-02 Tom Tromey <tom@tromey.com>
12818
12819 PR python/18984:
12820 * gdb.python/py-shared.exp: Add solib_name test.
12821
12822 2016-06-02 Simon Marchi <simon.marchi@ericsson.com>
12823
12824 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
12825
12826 2016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
12827
12828 PR c++/19893
12829 * gdb.dwarf2/implref.exp: Rename to...
12830 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
12831 * gdb.dwarf2/implref-array.c: New file.
12832 * gdb.dwarf2/implref-array.exp: Likewise.
12833 * gdb.dwarf2/implref-global.c: Likewise.
12834 * gdb.dwarf2/implref-global.exp: Likewise.
12835 * gdb.dwarf2/implref-struct.c: Likewise.
12836 * gdb.dwarf2/implref-struct.exp: Likewise.
12837
12838 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
12839
12840 * gdb.trace/trace-condition.exp: Add 64bit tests.
12841
12842 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
12843
12844 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
12845 bits types.
12846 (main): Adapt to 8 to 64 bits types.
12847 * gdb.trace/trace-condition.exp: Add new tests.
12848
12849 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
12850
12851 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
12852
12853 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
12854
12855 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
12856 Move condition tests...
12857 * gdb.trace/trace-condition.exp: Here.
12858
12859 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
12860
12861 * gdb.trace/trace-condition.exp: Add counter-case tests.
12862
12863 2016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
12864
12865 PR c++/15231
12866 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
12867 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
12868
12869 2016-05-27 Pedro Alves <palves@redhat.com>
12870
12871 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
12872 New procedure.
12873 (top level): Call it, and bail out of DejaGnu is known to be bad.
12874
12875 2016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
12876
12877 * gdb.base/whatis.c: Extend the test case.
12878 * gdb.base/whatis.exp: Add additional tests.
12879
12880 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
12881
12882 * gdb.fortran/type.f90: Add pointer variable.
12883 * gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
12884
12885 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
12886
12887 * gdb.fortran/vla-type.exp: Fix testcase name.
12888
12889 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
12890
12891 * gdb.fortran/vla-type.exp: Access elements in nested structs.
12892
12893 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
12894
12895 * gdb.fortran/type.f90: Add nested structures.
12896 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
12897 * gdb.fortran/derived-type.exp: Adapt expected output.
12898 * gdb.fortran/vla-type.exp: Adapt expected output.
12899
12900 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
12901
12902 * gdb.fortran/whatis_type.exp: Adapt expected output.
12903
12904 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
12905
12906 * gdb.fortran/print_type.exp: Fix expected output.
12907 * gdb.fortran/whatis_type.exp: Fix expected output.
12908
12909 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
12910
12911 * gdb.fortran/whatis_type.exp: Use multi_line.
12912
12913 2016-05-24 Tom Tromey <tom@tromey.com>
12914
12915 PR python/17386:
12916 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
12917 use value as an index.
12918
12919 2016-05-23 Tom Tromey <tom@tromey.com>
12920
12921 PR python/17981:
12922 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
12923 no-breakpoint case.
12924
12925 2016-05-24 Pedro Alves <palves@redhat.com>
12926
12927 PR gdb/19828
12928 * gdb.threads/clone-attach-detach.c: New file.
12929 * gdb.threads/clone-attach-detach.exp: New file.
12930
12931 2016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
12932
12933 * gdb.base/annota-input-while-running.exp: Fix syntax error.
12934
12935 2016-05-23 Tom Tromey <tom@tromey.com>
12936
12937 PR python/19438, PR python/18393:
12938 * gdb.python/py-progspace.exp: Add "dir" test.
12939 * gdb.python/py-objfile.exp: Add "dir" test.
12940
12941 2016-05-23 Yao Qi <yao.qi@linaro.org>
12942
12943 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
12944 * gdb.arch/thumb2-it.exp: Likewise.
12945
12946 2016-05-18 Simon Marchi <simon.marchi@ericsson.com>
12947
12948 * gdb.mi/mi-threads-interrupt.c: New file.
12949 * gdb.mi/mi-threads-interrupt.exp: New file.
12950
12951 2016-05-17 Simon Marchi <simon.marchi@ericsson.com>
12952
12953 PR gdb/18077
12954 * gdb.mi/mi-async-run.exp: New file.
12955 * gdb.mi/mi-async-run.c: New file.
12956
12957 2016-05-17 Tom Tromey <tom@tromey.com>
12958 Manish Goregaokar <manishsmail@gmail.com>
12959
12960 * lib/rust-support.exp: New file.
12961 * lib/gdb.exp (skip_rust_tests): New proc.
12962 (build_executable_from_specs): Handle rust.
12963 * lib/future.exp (gdb_find_rustc): New proc.
12964 (gdb_default_target_compile): Handle rust.
12965 * gdb.rust/expr.exp: New file.
12966 * gdb.rust/generics.exp: New file.
12967 * gdb.rust/generics.rs: New file.
12968 * gdb.rust/methods.exp: New file.
12969 * gdb.rust/methods.rs: New file.
12970 * gdb.rust/modules.exp: New file.
12971 * gdb.rust/modules.rs: New file.
12972 * gdb.rust/simple.exp: New file.
12973 * gdb.rust/simple.rs: New file.
12974
12975 2016-05-17 Tom Tromey <tom@tromey.com>
12976
12977 * gdb.base/default.exp (set language): Add rust.
12978
12979 2016-05-17 Tom Tromey <tom@tromey.com>
12980
12981 * gdb.gdb/unittest.exp: New file.
12982
12983 2016-05-16 Yao Qi <yao.qi@linaro.org>
12984
12985 * gdb.base/batch-preserve-term-settings.exp: Remove variable
12986 shell_prompt. Update shell_prompt_re.
12987
12988 2016-05-12 Doug Evans <dje@google.com>
12989
12990 PR symtab/19999
12991 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
12992 $options when building executable.
12993 * gdb.dwarf2/fission-loclists-pie.S: New file.
12994 * gdb.dwarf2/fission-loclists-pie.exp: New file.
12995
12996 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
12997
12998 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
12999 of [is_remote target],
13000
13001 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
13002
13003 * lib/gdb.exp (use_gdb_stub): New procedure.
13004
13005 2016-05-03 Yunlian Jiang <yunlian@google.com>
13006 Doug Evans <dje@google.com>
13007
13008 PR symtab/19914
13009 * gdb.dwarf2/dwp-sepdebug.c: New file.
13010 * gdb.dwarf2/dwp-sepdebug.exp: New file.
13011
13012 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
13013
13014 * gdb.base/detach.exp: Remove is_remote check.
13015
13016 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
13017
13018 * gdb.base/annota-input-while-running.exp: Don't check for
13019 [is_remote target]. Enable annotations after running to main.
13020 Remove unused "set test..." line.
13021
13022 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
13023
13024 * gdb.trace/trace-enable-disable.exp: New file.
13025 * gdb.trace/trace-enable-disable.c: New file.
13026
13027 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
13028
13029 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
13030 use it in info sharedlibrary test.
13031 * gdb.trace/ftrace-lock.exp: Likewise.
13032 * gdb.trace/ftrace.exp: Likewise.
13033 * gdb.trace/range-stepping.exp: Likewise.
13034 * gdb.trace/trace-break.exp: Likewise.
13035 * gdb.trace/trace-condition.exp: Likewise.
13036 * gdb.trace/trace-mt.exp: Likewise.
13037
13038 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
13039
13040 * lib/gdb.exp (gdb_load_shlibs): Rename to...
13041 (gdb_load_shlib): ... this.
13042 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
13043 gdb_load_shlib.
13044 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
13045 * gdb.base/ctxobj.exp: Likewise.
13046 * gdb.base/dprintf-pending.exp: Likewise.
13047 * gdb.base/dso2dso.exp: Likewise.
13048 * gdb.base/fixsection.exp: Likewise.
13049 * gdb.base/gcore-relro.exp: Likewise.
13050 * gdb.base/gdb1555.exp: Likewise.
13051 * gdb.base/global-var-nested-by-dso.exp: Likewise.
13052 * gdb.base/gnu-ifunc.exp: Likewise.
13053 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
13054 * gdb.base/jit-so.exp (one_jit_test): Likewise.
13055 * gdb.base/pending.exp: Likewise.
13056 * gdb.base/print-file-var.exp: Likewise.
13057 * gdb.base/print-symbol-loading.exp: Likewise.
13058 * gdb.base/shlib-call.exp: Likewise.
13059 * gdb.base/shreloc.exp: Likewise.
13060 * gdb.base/so-impl-ld.exp: Likewise.
13061 * gdb.base/solib-disc.exp: Likewise.
13062 * gdb.base/solib-nodir.exp: Likewise.
13063 * gdb.base/solib-overlap.exp: Likewise.
13064 * gdb.base/solib-symbol.exp: Likewise.
13065 * gdb.base/solib-weak.exp (do_test): Likewise.
13066 * gdb.base/sym-file.exp: Likewise.
13067 * gdb.base/symtab-search-order.exp: Likewise.
13068 * gdb.base/type-opaque.exp: Likewise.
13069 * gdb.base/unload.exp: Likewise.
13070 * gdb.base/watchpoint-solib.exp: Likewise.
13071 * gdb.compile/compile.exp: Likewise.
13072 * gdb.cp/gdb2384.exp: Likewise.
13073 * gdb.cp/infcall-dlopen.exp: Likewise.
13074 * gdb.cp/re-set-overloaded.exp: Likewise.
13075 * gdb.fortran/library-module.exp: Likewise.
13076 * gdb.opt/solib-intra-step.exp: Likewise.
13077 * gdb.python/py-finish-breakpoint.exp: Likewise.
13078 * gdb.python/py-shared.exp: Likewise.
13079 * gdb.reverse/solib-precsave.exp: Likewise.
13080 * gdb.reverse/solib-reverse.exp: Likewise.
13081 * gdb.server/solib-list.exp: Likewise.
13082 * gdb.threads/dlopen-libpthread.exp: Likewise.
13083 * gdb.threads/tls-shared.exp: Likewise.
13084 * gdb.threads/tls-so_extern.exp: Likewise.
13085 * gdb.trace/change-loc.exp: Likewise.
13086 * gdb.trace/ftrace-lock.exp: Likewise.
13087 * gdb.trace/ftrace.exp: Likewise.
13088 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
13089 * gdb.trace/pending.exp: Likewise.
13090 * gdb.trace/range-stepping.exp: Likewise.
13091 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
13092 (strace_info_marker): Likewise.
13093 (strace_probe_marker): Likewise.
13094 (strace_trace_on_same_addr): Likewise.
13095 (strace_trace_on_diff_addr): Likewise.
13096 * gdb.trace/trace-break.exp: Likewise.
13097 * gdb.trace/trace-condition.exp: Likewise.
13098 * gdb.trace/trace-mt.exp: Likewise.
13099
13100 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
13101
13102 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
13103 result of gdb_remote_download.
13104 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
13105 * gdb.base/dso2dso.exp: Likewise.
13106 * gdb.base/global-var-nested-by-dso.exp: Likewise.
13107 * gdb.base/print-file-var.exp: Likewise.
13108 * gdb.base/shlib-call.exp: Likewise.
13109 * gdb.base/shreloc.exp: Likewise.
13110 * gdb.base/solib-overlap.exp: Likewise.
13111 * gdb.base/solib-weak.exp (do_test): Likewise.
13112 * gdb.base/unload.exp: Likewise.
13113
13114 2016-04-27 Yao Qi <yao.qi@linaro.org>
13115
13116 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
13117 exists.
13118
13119 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
13120
13121 * vla-type.exp: Print structure from toplevel.
13122
13123 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
13124
13125 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
13126 of dynamic types.
13127 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
13128 of dynamic types.
13129
13130 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
13131
13132 * gdb.fortran/vla-type.f90: New file.
13133 * gdb.fortran/vla-type.exp: New file.
13134
13135 2016-04-25 Yao Qi <yao.qi@linaro.org>
13136
13137 * gdb.base/branch-to-self.c: New file.
13138 * gdb.base/branch-to-self.exp: New file.
13139
13140 2016-04-22 Yao Qi <yao.qi@linaro.org>
13141
13142 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
13143 more after $hex.
13144
13145 2016-04-22 Yao Qi <yao.qi@linaro.org>
13146
13147 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
13148 * gdb.base/annota3.exp: Likewise.
13149
13150 2016-04-22 Yao Qi <yao.qi@linaro.org>
13151
13152 * gdb.reverse/step-precsave.exp: Do one step and test program
13153 stops in "callee" and do multiple steps until program goes out
13154 of "callee".
13155 * gdb.reverse/step-reverse.exp: Likewise.
13156
13157 2016-04-22 Yao Qi <yao.qi@linaro.org>
13158
13159 * gdb.trace/signal.exp: Also pass if
13160 $tracepoint_hits($i) > $iterations.
13161
13162 2016-04-22 Yao Qi <yao.qi@linaro.org>
13163
13164 * gdb.trace/signal.c: New file.
13165 * gdb.trace/signal.exp: New file.
13166
13167 2016-04-19 Doug Evans <xdje42@gmail.com>
13168
13169 * gdb.base/bad-file.exp: New file.
13170
13171 2016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
13172
13173 * gdb.dwarf2/implref.exp: New file.
13174
13175 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
13176
13177 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
13178 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
13179 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
13180 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
13181 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
13182 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
13183 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
13184 * lib/fortran.exp (fortran_int4): New procedure.
13185 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
13186 (fortran_logical4): Likewise.
13187
13188 2016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
13189
13190 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
13191
13192 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
13193
13194 * lib/compiler.c: Add Intel specific preprocessor macros.
13195 * lib/compiler.cc: Likewise.
13196
13197 2016-04-13 Luis Machado <lgustavo@codesourcery.com>
13198
13199 * gdb.server/connect-with-no-symbol-file.c: New file.
13200 * gdb.server/connect-with-no-symbol-file.exp: New file.
13201
13202 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
13203
13204 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
13205
13206 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
13207
13208 * boards/gdbserver-base.exp (${board}_download): Copy source file to
13209 standard output directory.
13210
13211 2016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
13212
13213 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
13214
13215 2016-04-13 Markus Metzger <markus.t.metzger@intel.com>
13216
13217 * gdb.btrace/instruction_history.c (loop): Add declaration.
13218
13219 2016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
13220
13221 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
13222
13223 2016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
13224
13225 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
13226 parentheses to print.
13227 (continue_handler): Likewise.
13228
13229 2016-04-08 Simon Marchi <simon.marchi@ericsson.com>
13230
13231 * gdb.server/solib-list.exp: Remove is_remote check.
13232 Pass shlib= to gdb_compile. Don't link shared library with
13233 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
13234 Run binary filename through "readlink -f" on the target.
13235
13236 2016-04-08 Pedro Alves <palves@redhat.com>
13237
13238 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
13239 interpreter filename as argument to gdbserver_spawn.
13240 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
13241 Return empty if $last_loaded_file does not exist.
13242
13243 2016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
13244
13245 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
13246 * gdb.base/jit-main.c: Use exit after usage.
13247
13248 2016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
13249
13250 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
13251 GDBHISTSIZE prior to the tests.
13252 * gdb.base/gdbinit-history.exp: Likewise.
13253
13254 2016-04-07 Pedro Alves <palves@redhat.com>
13255
13256 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
13257 instead of build_executable. Use gdb_load_shlibs.
13258
13259 2016-04-07 Yao Qi <yao.qi@linaro.org>
13260
13261 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
13262 Execute "si" command.
13263
13264 2016-04-07 Yao Qi <yao.qi@linaro.org>
13265
13266 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
13267 number instead of the comments on some line.
13268
13269 2016-04-06 Don Breazeal <donb@codesourcery.com>
13270
13271 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
13272 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
13273
13274 2016-04-06 Simon Marchi <simon.marchi@ericsson.com>
13275
13276 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
13277 standard_output_file. Remove unused binfile variable.
13278
13279 2016-04-05 Catalin Udma <catalin.udma@freescale.com>
13280
13281 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
13282 * gdb.python/py-mi-objfile.exp: Match "list main" output
13283 in console format.
13284
13285 2016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
13286
13287 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
13288 absolute.
13289
13290 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
13291
13292 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
13293 absolute.
13294 * gdb.trace/ftrace.exp: Likewise.
13295 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
13296 targets as well.
13297 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
13298 (gdb_load_shlibs): Copy libraries to test directory when testing
13299 natively. Only set solib-search-path if testing remotely.
13300 * lib/mi-support.exp (mi_load_shlibs): Likewise.
13301
13302 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
13303
13304 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
13305 gdb_download. Use it even if the target is not remote.
13306 * gdb.base/jit.exp (compile_jit_test): Likewise.
13307 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
13308 output directory if the destination board is local, otherwise use
13309 the standard remote_download from DejaGnu.
13310 (gdb_download): Remove.
13311 (gdb_load_shlibs): Use gdb_remote_download instead of
13312 gdb_download.
13313 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
13314 Use gdb_remote_download instead of gdb_download. Use it even if
13315 the target is not remote.
13316 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
13317 instead of gdb_download.
13318
13319 2016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
13320
13321 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
13322 (test_insert_delete_modify): Call mi_load_shlibs before trying to
13323 run.
13324
13325 2016-04-01 Artemiy Volkov <artemiyv@acm.org>
13326
13327 PR gdb/19820
13328 * gdb.base/printcmds.exp: Add artificial arrays tests.
13329
13330 2016-03-31 Pedro Alves <palves@redhat.com>
13331
13332 PR gdb/19858
13333 * gdb.base/jit-main.c: Include unistd.h.
13334 (ATTACH): Define to 0 if not already defined.
13335 (wait_for_gdb, mypid): New globals.
13336 (WAIT_FOR_GDB): New macro.
13337 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
13338 some breakpoint locations.
13339 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
13340 New procedures.
13341 (one_jit_test): Add REATTACH parameter, and handle it. Use
13342 continue_to_test_location.
13343 (top level): Test attach, and adjusts calls to one_jit_test.
13344
13345 2016-03-31 Pedro Alves <palves@redhat.com>
13346
13347 PR gdb/19858
13348 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
13349 BINSUFFIX parameter, and handle it.
13350 (top level): Adjust calls compile_jit_test.
13351
13352 2016-03-31 Catalin Udma <catalin.udma@freescale.com>
13353
13354 PR python/19743
13355 * gdb.python/py-mi-events-gdb.py: New file.
13356 * gdb.python/py-mi-events.c: New file.
13357 * gdb.python/py-mi-events.exp: New file.
13358
13359 2016-03-30 Yao Qi <yao.qi@linaro.org>
13360
13361 * gdb.reverse/until-precsave.exp: Match function name only.
13362 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
13363 Move malloc to a condition block.
13364 * gdb.reverse/until-reverse.exp: Match function name only.
13365
13366 2016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
13367
13368 * gdb.trace/ftrace.exp: Set arg0exp for s390.
13369 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
13370 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
13371 variable for GPR 0 instead of assuming it is register 0.
13372 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
13373 * lib/trace-support.exp: Add s390 registers.
13374
13375 2016-03-29 Yao Qi <yao.qi@linaro.org>
13376
13377 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
13378
13379 2016-03-24 Yao Qi <yao.qi@linaro.org>
13380
13381 * gdb.reverse/break-reverse.exp: Add quotation mark in the
13382 test message.
13383
13384 2016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
13385
13386 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
13387 maintaining separate logic for constructing the output path.
13388
13389 2016-03-16 Don Breazeal <donb@codesourcery.com>
13390
13391 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
13392 Retry fork and waitpid on interrupted system call errors.
13393 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
13394 Use with_timeout_factor to increase timeout by factor of 10.
13395
13396 2016-03-15 Don Breazeal <donb@codesourcery.com>
13397
13398 * gdb.cp/scope-err.cc: New test program.
13399 * gdb.cp/scope-err.exp: New test script.
13400 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
13401 lines and "set breakpoint here" comment.
13402 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
13403 Fixed some whitespace and format issues.
13404 * gdb.mi/mi-linespec-err-cp.cc: New test program.
13405 * gdb.mi/mi-linespec-err-cp.exp: New test script.
13406
13407 2016-03-15 Doug Evans <dje@google.com>
13408
13409 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
13410 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
13411 All callers updated. Add tests for enums, mixed flags register.
13412
13413 2016-03-15 Doug Evans <dje@google.com>
13414
13415 * gdb.base/skip.c (main): Call test_skip_file_and_function.
13416 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
13417
13418 2016-03-14 Simon Marchi <simon.marchi@ericsson.com>
13419
13420 * gdb.base/default.exp: Add $_as_string to the list of expected
13421 convenience functions.
13422
13423 2016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
13424
13425 * gdb.base/maint.exp: New tests for 'maint info line-table'.
13426
13427 2016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
13428
13429 * gdb.python/py-as-string.exp: New file.
13430 * gdb.python/py-as-string.c: New file.
13431
13432 2016-03-09 Pedro Alves <palves@redhat.com>
13433
13434 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
13435 signal" -> "Thread NN received signal" output change.
13436 * gdb.threads/ia64-sigill.exp: Likewise.
13437 * gdb.threads/linux-dp.exp: Likewise.
13438 * gdb.threads/manythreads.exp: Likewise.
13439 * gdb.threads/pending-step.exp: Likewise.
13440 * gdb.threads/print-threads.exp: Likewise.
13441 * gdb.threads/sigstep-threads.exp: Likewise.
13442 * gdb.threads/staticthreads.exp: Likewise.
13443 * gdb.threads/tls.exp: Likewise.
13444
13445 2016-03-09 Pedro Alves <palves@redhat.com>
13446
13447 * gdb.base/command-line-input.exp: New file.
13448
13449 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
13450
13451 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
13452 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
13453 * gdb.trace/pending.exp: Accept leading dot before function name.
13454 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
13455 * lib/trace-support.exp: Set registers for ppc.
13456
13457 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
13458
13459 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
13460 use it for disassembly; accept .main in addition to main in backtrace.
13461
13462 2016-03-09 Wei-cheng Wang <cole945@gmail.com>
13463 Marcin Kościelnicki <koriakin@0x04.net>
13464
13465 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
13466 (gdb_recursion_test_ptr): New global variable.
13467 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
13468 gdb_recursion_test.
13469 (gdb_c_test): Ditto.
13470
13471 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
13472
13473 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
13474 ordering.
13475
13476 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
13477
13478 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
13479 (bar): Add bar_start_lbl label.
13480 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
13481 of foo/bar for emitting DWARF and tracing.
13482
13483 2016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
13484
13485 * analyze-racy-logs.py: Set executable bit.
13486
13487 2016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
13488
13489 * Makefile.in (DEFAULT_RACY_ITER): New variable.
13490 (CHECK_TARGET_TMP): Likewise.
13491 (check-single-racy): New rule.
13492 (check-parallel-racy): Likewise.
13493 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
13494 (do-check-parallel-racy): New rule.
13495 (check-racy/%.exp): Likewise.
13496 * README (Racy testcases): New section.
13497 * analyze-racy-logs.py: New file.
13498
13499 2016-03-03 Doug Evans <dje@google.com>
13500
13501 * gdb.base/skip.exp: Use with_test_prefix.
13502
13503 2016-03-03 Yao Qi <yao.qi@linaro.org>
13504
13505 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
13506 Invoke step_over_syscall "clone" and break_cond_on_syscall
13507 "clone".
13508 * gdb.base/step-over-clone.c: New file.
13509
13510 2016-03-03 Yao Qi <yao.qi@linaro.org>
13511
13512 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
13513 code format.
13514
13515 2016-03-03 Yao Qi <yao.qi@linaro.org>
13516
13517 * gdb.base/disp-step-fork.c: Rename to ...
13518 * gdb.base/step-over-fork.c: ... it. New file.
13519 * gdb.base/disp-step-vfork.c: Rename to ...
13520 * gdb.base/step-over-vfork.c: ... it. New file.
13521 * gdb.base/disp-step-syscall.exp: Rename to ...
13522 * gdb.base/step-over-syscall.exp: ... it. New file.
13523 (disp_step_cross_syscall): Rename to ...
13524 (step_over_syscall): ... it.
13525
13526 2016-03-03 Yao Qi <yao.qi@linaro.org>
13527
13528 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
13529 If target supports condition evaluation on target, invoke
13530 break_cond_on_syscall for fork and vfork.
13531
13532 2016-03-03 Yao Qi <yao.qi@linaro.org>
13533
13534 * gdb.base/disp-step-syscall.exp: Don't invoke
13535 support_displaced_stepping.
13536 (disp_step_cross_syscall): Test with displaced stepping off and
13537 on if supported.
13538
13539 2016-03-03 Yao Qi <yao.qi@linaro.org>
13540
13541 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
13542 proc.
13543 (setup): New proc.
13544 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
13545 and setup.
13546
13547 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
13548
13549 * gdb.fortran/vla-history.exp: Remove breakpoint.
13550
13551 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
13552
13553 * gdb.fortran/vla-history.exp: Lookup array elements and printing
13554 exceeds timeout.
13555
13556 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
13557
13558 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
13559 breakpoint.
13560
13561 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
13562
13563 * gdb.mi/vla.f90: Nullify pointer after declaration.
13564
13565 2016-03-01 Pedro Alves <palves@redhat.com>
13566
13567 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
13568
13569 2016-03-01 Pedro Alves <palves@redhat.com>
13570
13571 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
13572 before anything else.
13573 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
13574 _GNU_SOURCE here.
13575 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
13576 before anything else.
13577 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
13578
13579 2016-03-01 Pedro Alves <palves@redhat.com>
13580
13581 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
13582
13583 2016-03-01 Yao Qi <yao.qi@linaro.org>
13584
13585 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
13586 prepare_for_testing.
13587
13588 2016-03-01 Yao Qi <yao.qi@linaro.org>
13589
13590 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
13591
13592 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
13593
13594 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
13595 manually constructing the output path.
13596
13597 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
13598
13599 * gdb.arch/s390-stackless.S: New.
13600 * gdb.arch/s390-stackless.exp: New.
13601
13602 2016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
13603
13604 * gdb.dlang/circular.c: New file.
13605 * gdb.dlang/circular.exp: New file.
13606
13607 2016-02-26 Yao Qi <yao.qi@linaro.org>
13608
13609 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
13610 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
13611 (testcases): Update.
13612
13613 2016-02-26 Yao Qi <yao.qi@linaro.org>
13614
13615 * gdb.reverse/aarch64.c: Rename to ...
13616 * gdb.reverse/insn-reverse.c: ... it.
13617 * gdb.reverse/aarch64.exp: Rename to ...
13618 * gdb.reverse/insn-reverse.exp: ... it.
13619
13620 2016-02-26 Yao Qi <yao.qi@linaro.org>
13621
13622 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
13623 (testcase_ftype): New.
13624 (testcases): New array.
13625 (n_testcases): New.
13626 (main): Call each element in testcases.
13627 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
13628 (read_testcase): New.
13629 Do the tests in a loop.
13630
13631 2016-02-25 Yao Qi <yao.qi@linaro.org>
13632
13633 * gdb.base/branches.c: Remove.
13634
13635 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
13636
13637 PR gdb/13808
13638 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
13639
13640 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
13641
13642 * gdb.trace/ftrace.exp: Remove unnecessary target check.
13643
13644 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
13645
13646 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
13647 change x86_64 call_insn to 'callq'.
13648
13649 2016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
13650
13651 * gdb.trace/tfile-avx.c: Move to...
13652 * gdb.trace/tracefile-pseudo-reg.c: Here.
13653 * gdb.trace/tfile-avx.exp: Move to...
13654 * gdb.trace/tracefile-pseudo-reg.exp: Here.
13655
13656 2016-02-24 Gary Benson <gbenson@redhat.com>
13657
13658 * gdb.base/attach-pie-noexec.exp: Do not expect an error
13659 message on attach.
13660
13661 2016-02-23 Doug Evans <dje@google.com>
13662
13663 * gdb.base/skip.c (test_skip): New function.
13664 (end_test_skip_file_and_function): New function.
13665 (test_skip_file_and_function): New function.
13666 * gdb.base/skip1.c (test_skip): New function.
13667 (skip1_test_skip_file_and_function): New function.
13668 * gdb.base/skip.exp: Add tests for new skip options.
13669 * gdb.base/skip-solib.exp: Update expected output.
13670 * gdb.perf/skip-command.cc: New file.
13671 * gdb.perf/skip-command.exp: New file.
13672 * gdb.perf/skip-command.py: New file.
13673
13674 2016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
13675
13676 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
13677 info registers pattern.
13678
13679 2016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
13680
13681 * lib/future.exp: Add D support.
13682 (gdb_find_gdc): New proc.
13683 (gdb_default_target_compile): Add D support.
13684
13685 2016-02-18 Wei-cheng Wang <cole945@gmail.com>
13686
13687 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
13688 user+system time.
13689 (trace_speed_test): Determine the iteration count for a time
13690 between 15..30 seconds.
13691
13692 2016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
13693
13694 * gdb.arch/i386-mpx-sigsegv.c: New file.
13695 * gdb.arch/i386-mpx-sigsegv.exp: New file.
13696 * gdb.arch/i386-mpx-simple_segv.c: New file.
13697 * gdb.arch/i386-mpx-simple_segv.exp: New file.
13698
13699 2016-02-18 Yao Qi <yao.qi@linaro.org>
13700
13701 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
13702 Don't call setup_kfail.
13703
13704 2016-02-18 Yao Qi <yao.qi@linaro.org>
13705
13706 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
13707 Set "set breakpoint condition-evaluation" per $cond_bp_target.
13708
13709 2016-02-16 Doug Evans <dje@google.com>
13710
13711 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
13712 * gdb.base/skip1.c: Ditto.
13713 * gdb.base/skip.exp: Whitespace cleanup.
13714
13715 2016-02-16 Don Breazeal <donb@codesourcery.com>
13716
13717 PR remote/19496
13718 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
13719 Remove kfail for PR remote/19496.
13720
13721 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
13722
13723 * lib/gdb.exp (standard_temp_file): Return a path specific to
13724 the runtest invocation.
13725
13726 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
13727
13728 * gdb.trace/save-trace.exp: Change relative path to be in the
13729 standard output directory.
13730
13731 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
13732
13733 * gdb.arch/i386-prologue.c: Add missing prototypes.
13734
13735 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
13736
13737 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
13738 * gdb.arch/i386-prologue.exp: Likewise.
13739 * gdb.arch/i386-size.exp: Likewise.
13740
13741 2016-02-15 Simon Marchi <simon.marchi@ericsson.com>
13742
13743 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
13744 define object file path.
13745 * gdb.btrace/gcore.exp: Use standard_output_file to define core
13746 file path.
13747 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
13748 standard_output_file to define binfile.
13749
13750 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
13751
13752 Fix compatibility with recent gfortran-5.3.1.
13753 * gdb.fortran/vla-history.exp (print vla1 allocated)
13754 (print vla2 allocated, print $2, print $3): Remove
13755 (print $4): Rename to ...
13756 (print $2): ... here.
13757 (print $9): Rename to ...
13758 (print $5): ... here.
13759 (print $10): Rename to ...
13760 (print $6): ... here.
13761 * gdb.fortran/vla.f90: Add pvla initialization.
13762
13763 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
13764
13765 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
13766 New test.
13767 * gdb.fortran/vla-value-sub.exp: Likewise.
13768
13769 2016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
13770
13771 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
13772
13773 2016-02-12 Simon Marchi <simon.marchi@ericsson.com>
13774
13775 * i386-biarch-core.exp: Define corefile using
13776 standard_output_file.
13777
13778 2016-02-12 Yao Qi <yao.qi@linaro.org>
13779
13780 * gdb.arch/arm-single-step-kernel-helper.c: New.
13781 * gdb.arch/arm-single-step-kernel-helper.exp: New.
13782
13783 2016-02-12 Markus Metzger <markus.t.metzger@intel.com>
13784
13785 * gdb.btrace/tailcall-only.exp: New.
13786 * gdb.btrace/tailcall-only.c: New.
13787 * gdb.btrace/x86_64-tailcall-only.S: New.
13788 * gdb.btrace/i686-tailcall-only.S: New.
13789
13790 2016-02-11 Pedro Alves <palves@redhat.com>
13791
13792 * README (Parallel testing): Add missing double quotes.
13793
13794 2016-02-11 Pedro Alves <palves@redhat.com>
13795
13796 * README (Parallel testing): New section.
13797 (GDB_PARALLEL): Rewrite.
13798 (FORCE_PARALLEL): Document.
13799
13800 2016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
13801
13802 * gdb.trace/tfile-avx.c: New test.
13803 * gdb.trace/tfile-avx.exp: New test.
13804
13805 2016-02-09 Keith Seitz <keiths@redhat.com>
13806
13807 PR breakpoints/19546
13808 * gdb.base/infcall-exec.c: New file.
13809 * gdb.base/infcall-exec2.c: New file.
13810 * gdb.base/infcall-exec.exp: New file.
13811
13812 2016-02-09 Keith Seitz <keiths@redhat.com>
13813
13814 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
13815 (toplevel): Call test_bkpt_address.
13816
13817 2016-02-09 Keith Seitz <keiths@redhat.com>
13818
13819 PR python/19506
13820 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
13821 (toplevel): Call test_bkpt_address.
13822
13823 2016-02-09 Simon Marchi <simon.marchi@ericsson.com>
13824
13825 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
13826 to AC_OUTPUT.
13827 * configure: Regenerate.
13828
13829 2016-02-09 Pedro Alves <palves@redhat.com>
13830
13831 PR breakpoints/19548
13832 * gdb.base/execl-update-breakpoints.c (some_function): New
13833 function.
13834 (main): Call it.
13835 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
13836 Tighten expected GDB output.
13837
13838 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
13839
13840 * Makefile.in (ALL_SUBDIRS): Remove.
13841 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
13842 (distclean maintainer-clean realclean): Likewise.
13843 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
13844 * configure: Regenerate.
13845 * gdb.ada/Makefile.in: Delete.
13846 * gdb.arch/Makefile.in: Likewise.
13847 * gdb.asm/Makefile.in: Likewise.
13848 * gdb.base/Makefile.in: Likewise.
13849 * gdb.btrace/Makefile.in: Likewise.
13850 * gdb.cell/Makefile.in: Likewise.
13851 * gdb.compile/Makefile.in: Likewise.
13852 * gdb.cp/Makefile.in: Likewise.
13853 * gdb.disasm/Makefile.in: Likewise.
13854 * gdb.dlang/Makefile.in: Likewise.
13855 * gdb.dwarf2/Makefile.in: Likewise.
13856 * gdb.fortran/Makefile.in: Likewise.
13857 * gdb.gdb/Makefile.in: Likewise.
13858 * gdb.go/Makefile.in: Likewise.
13859 * gdb.guile/Makefile.in: Likewise.
13860 * gdb.java/Makefile.in: Likewise.
13861 * gdb.linespec/Makefile.in: Likewise.
13862 * gdb.mi/Makefile.in: Likewise.
13863 * gdb.modula2/Makefile.in: Likewise.
13864 * gdb.multi/Makefile.in: Likewise.
13865 * gdb.objc/Makefile.in: Likewise.
13866 * gdb.opencl/Makefile.in: Likewise.
13867 * gdb.opt/Makefile.in: Likewise.
13868 * gdb.pascal/Makefile.in: Likewise.
13869 * gdb.perf/Makefile.in: Likewise.
13870 * gdb.python/Makefile.in: Likewise.
13871 * gdb.reverse/Makefile.in: Likewise.
13872 * gdb.server/Makefile.in: Likewise.
13873 * gdb.stabs/Makefile.in: Likewise.
13874 * gdb.threads/Makefile.in: Likewise.
13875 * gdb.trace/Makefile.in: Likewise.
13876 * gdb.xml/Makefile.in: Likewise.
13877 * lib/gdb.exp (make_gdb_parallel_path): Add check for
13878 GDB_PARALLEL.
13879 (standard_output_file): Remove check for GDB_PARALLEL, always
13880 return path in outputs/$subdir/$testname.
13881
13882 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
13883
13884 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
13885 (site.exp): Assign abs_srcdir to tcl's srcdir.
13886
13887 2016-02-04 Yao Qi <yao.qi@linaro.org>
13888
13889 * gdb.base/foll-exec-mode.c: Include limits.h.
13890 (main): Add parameters argc and argv. Get directory from
13891 argv[0].
13892 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
13893 compilation.
13894 * gdb.base/foll-exec.c: Include limits.h.
13895 (main): Add parameters argc and argv.
13896 Get directory from argv[0].
13897 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
13898 Adjust tests on the number of lines as source code changed.
13899 * gdb.base/foll-vfork-exit.c: Include limits.h.
13900 (main): Add one line of statement before vfork.
13901 * gdb.base/foll-vfork.c: Include limits.h and string.h.
13902 (main): Add parameters argc and argv. Get directory from
13903 argv[0].
13904 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
13905 (setup_gdb): Set tbreak to skip some source lines.
13906 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
13907 (main): Add parameters argc and argv. Get directory from
13908 argv[0].
13909 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
13910 compilation.
13911 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
13912 (main): Add parameters argc and argv. Get directory from
13913 argv[0].
13914 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
13915 compilation.
13916
13917 2016-02-01 Doug Evans <dje@google.com>
13918
13919 * gdb.base/skip.exp: Clean up multiple references to same test name.
13920
13921 2016-02-01 Pedro Alves <palves@redhat.com>
13922
13923 PR remote/19496
13924 * gdb.threads/forking-threads-plus-breakpoint.exp
13925 (displaced_stepping_supported): New global.
13926 (probe_displaced_stepping_support): New procedure.
13927 (do_test): Add 'displaced' parameter, and use it.
13928 (top level): Check for displaced stepping support. Add displaced
13929 stepping on/off testing axis.
13930
13931 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
13932
13933 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
13934 pointer. Don't perform further tests on the unassociated pointer
13935 if the first test fails.
13936
13937 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
13938
13939 * gdb.base/max-value-size.c: New file.
13940 * gdb.base/max-value-size.exp: New file.
13941 * gdb.base/huge.exp: Disable max-value-size for this test.
13942
13943 2016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
13944
13945 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
13946
13947 2016-01-28 Yao Qi <yao.qi@linaro.org>
13948
13949 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
13950
13951 2016-01-25 Pedro Alves <palves@redhat.com>
13952
13953 PR threads/19461
13954 * gdb.base/fork-running-state.c: New file.
13955 * gdb.base/fork-running-state.exp: New file.
13956
13957 2016-01-25 Pedro Alves <palves@redhat.com>
13958
13959 PR gdb/19494
13960 * gdb.base/catch-fork-kill.c: New file.
13961 * gdb.base/catch-fork-kill.exp: New file.
13962
13963 2016-01-25 Pedro Alves <palves@redhat.com>
13964
13965 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
13966 Delete, moved to lib/gdb.exp.
13967 * gdb.threads/forking-threads-plus-breakpoint.exp
13968 (foreach_with_prefix): Likewise.
13969 * gdb.threads/process-dies-while-handling-bp.exp
13970 (foreach_with_prefix): Likewise.
13971 * lib/gdb.exp (foreach_with_prefix): New procedure.
13972
13973 2016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
13974
13975 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
13976 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
13977
13978 2016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
13979
13980 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
13981 endian targets.
13982
13983 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
13984 Pedro Alves <palves@redhat.com>
13985
13986 Fix testsuite compatibility with Guile.
13987 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
13988 number.
13989
13990 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
13991
13992 Fix testsuite compatibility with Guile.
13993 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
13994 (thread 1): New test for backtrace through signal handler.
13995
13996 2016-01-22 Yao Qi <yao.qi@linaro.org>
13997
13998 PR testsuite/19491
13999 * gdb.base/multi-forks.c: Include
14000 ../lib/unbuffer_output.c
14001 (main): Call gdb_unbuffer_output.
14002
14003 2016-01-21 Doug Evans <dje@google.com>
14004
14005 * lib/ada.exp (gdb_compile_ada): Fix typo.
14006
14007 2016-01-21 Joel Brobecker <brobecker@adacore.com>
14008
14009 * gdb.base/break-fun-addr.exp: New file.
14010 * gdb.base/break-fun-addr1.c: New file.
14011 * gdb.base/break-fun-addr2.c: New file.
14012
14013 2016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
14014
14015 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
14016 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
14017 enum flag values.
14018
14019 2016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
14020
14021 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
14022 when GDB can not set the vector return value. Add more comments
14023 for clarification.
14024
14025 2016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
14026
14027 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
14028 command.
14029
14030 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
14031
14032 * Makefile.in (DO_RUNTEST): Add --status and update usages.
14033
14034 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
14035
14036 * Makefile.in (check-single): Pass --status to runtest.
14037 (check/%.exp): Likewise.
14038
14039 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
14040
14041 * Makefile.in (check-parallel): Propagate return code from make
14042 do-check-parallel.
14043
14044 2016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
14045
14046 * gdb.trace/ftrace.exp: Fix expected message on continue.
14047 * gdb.trace/pending.exp: Fix expected message on continue.
14048 * gdb.trace/trace-break.exp: Fix expected message on continue.
14049
14050 2016-01-18 Simon Marchi <simon.marchi@ericsson.com>
14051
14052 * lib/gdb.exp (gdb_test): Remove unused global references.
14053
14054 2016-01-18 Pedro Alves <palves@redhat.com>
14055
14056 * gdb.base/async-shell.exp: Adjust expected output.
14057 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
14058 * gdb.base/siginfo-thread.exp: Adjust expected output.
14059 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
14060 * gdb.java/jnpe.exp: Adjust expected output.
14061 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
14062 * gdb.threads/continue-pending-status.exp: Adjust expected output.
14063 * gdb.threads/leader-exit.exp: Adjust expected output.
14064 * gdb.threads/manythreads.exp: Adjust expected output.
14065 * gdb.threads/pthreads.exp: Adjust expected output.
14066 * gdb.threads/schedlock.exp: Adjust expected output.
14067 * gdb.threads/siginfo-threads.exp: Adjust expected output.
14068 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
14069 expected output.
14070 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
14071 output.
14072 * gdb.threads/sigthread.exp: Adjust expected output.
14073 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
14074
14075 2016-01-18 Yao Qi <yao.qi@linaro.org>
14076
14077 * gdb.guile/scm-section-script.c: Replace @progbits with
14078 %progbits.
14079 * gdb.python/py-section-script.c: Likewise.
14080
14081 2016-01-15 Pedro Alves <palves@redhat.com>
14082
14083 * gdb.multi/tids.exp: Test star wildcard ranges.
14084
14085 2016-01-15 Pedro Alves <palves@redhat.com>
14086
14087 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
14088 command from "thread apply" invocation.
14089 (thr_apply_info_thr_invalid): Default the expected output to the
14090 input tid list.
14091 (top level): Add tests that use convenience variables. Add tests
14092 for "thread apply" with a valid TID list, but missing the command.
14093
14094 2016-01-13 Pedro Alves <palves@redhat.com>
14095
14096 * gdb.base/default.exp: Expect $_gthread as well.
14097 * gdb.multi/tids.exp: Test $_gthread.
14098 * gdb.threads/thread-specific.exp: Test $_gthread.
14099
14100 2016-01-13 Pedro Alves <palves@redhat.com>
14101
14102 * gdb.multi/tids.exp: Test "info threads -gid".
14103
14104 2016-01-13 Pedro Alves <palves@redhat.com>
14105
14106 * gdb.multi/tids.exp: Test InferiorThread.global_num and
14107 Breakpoint.thread.
14108 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
14109
14110 2016-01-07 Pedro Alves <palves@redhat.com>
14111
14112 * gdb.base/break.exp: Adjust to output changes.
14113 * gdb.base/hbreak2.exp: Likewise.
14114 * gdb.base/sepdebug.exp: Likewise.
14115 * gdb.base/watch_thread_num.exp: Likewise.
14116 * gdb.linespec/keywords.exp: Likewise.
14117 * gdb.multi/info-threads.exp: Likewise.
14118 * gdb.threads/thread-find.exp: Likewise.
14119 * gdb.multi/tids.c: New file.
14120 * gdb.multi/tids.exp: New file.
14121
14122 2016-01-13 Pedro Alves <palves@redhat.com>
14123
14124 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
14125
14126 2016-01-13 Pedro Alves <palves@redhat.com>
14127
14128 * gdb.base/default.exp: Expect $_inferior as well.
14129 * gdb.multi/base.exp: Test $_inferior.
14130
14131 2016-01-13 Pedro Alves <palves@redhat.com>
14132
14133 PR breakpoints/19388
14134 * gdb.base/catch-signal-siginfo-cond.c: New file.
14135 * gdb.base/catch-signal-siginfo-cond.exp: New file.
14136
14137 2016-01-12 Josh Stone <jistone@redhat.com>
14138 Philippe Waroquiers <philippe.waroquiers@skynet.be>
14139
14140 * gdb.base/catch-syscall.c (do_execve): New variable.
14141 (main): Conditionally trigger an execve.
14142 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
14143 (test_catch_syscall_execve): New, check entry/return across execve.
14144 (do_syscall_tests): Call test_catch_syscall_execve.
14145
14146 2016-01-12 Pedro Alves <palves@redhat.com>
14147
14148 * gdb.base/random-signal.exp (do_test): New procedure, with body
14149 of testcase moved in.
14150
14151 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
14152 Pedro Alves <palves@redhat.com>
14153
14154 * gdb.base/funcargs.exp (finish from indirectly called function):
14155 Reintroduce the case for 'First'.
14156
14157 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
14158 Pedro Alves <palves@redhat.com>
14159
14160 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
14161 (tcatch_vfork_then_child_follow_exec)
14162 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
14163 identification.
14164
14165 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
14166
14167 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
14168 and repeats to unlimited.
14169 * gdb.python/py-value.exp: Likewise.
14170 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
14171 and repeats to unlimited.
14172
14173 2016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
14174
14175 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
14176 and reordering the functions.
14177 * gdb.multi/hangout.c: Likewise.
14178 * gdb.multi/hello.c: Likewise.
14179
14180 2016-01-08 Simon Marchi <simon.marchi@ericsson.com>
14181
14182 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
14183 absolute.
14184 (SingleStatisticTestResult.report): Use dict.keys instead of
14185 dict.iterkeys.
14186
14187 2016-01-06 Pedro Alves <palves@redhat.com>
14188
14189 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
14190
14191 2016-01-04 Markus Metzger <markus.t.metzger@intel.com>
14192
14193 * gdb.btrace/dlopen.exp: New.
14194 * gdb.btrace/dlopen.c: New.
14195 * gdb.btrace/dlopen-dso.c: New.
14196
14197 2015-12-25 Sandra Loosemore <sandra@codesourcery.com>
14198
14199 * lib/gdb.exp (gdb_test): Update comments to clarify that the
14200 PATTERN argument is optional.
14201
14202 2015-12-24 Joel Brobecker <brobecker@adacore.com>
14203
14204 * lib/ada.exp (target_compile_ada_from_dir): New function.
14205 (gdb_compile_ada): Reimplement avoiding the use of project files.
14206 * gdb.ada/gnat_ada.gpr: Delete.
14207 * gdb.ada/cond_lang.exp: Adjust test to make path before
14208 filename optional.
14209 * gdb.ada/small_reg_param.exp: Likewise.
14210
14211 2015-12-22 Simon Marchi <simon.marchi@ericsson.com>
14212
14213 * gdb.base/foll-vork.exp: Remove HP-UX special case.
14214
14215 2015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
14216
14217 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
14218 case.
14219
14220 2015-12-21 Simon Marchi <simon.marchi@ericsson.com>
14221
14222 * gdb.base/break.exp: Remove dead code.
14223 * gdb.base/sepdebug.exp: Likewise.
14224
14225 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
14226
14227 * gdb.asm/asm-source.exp: Remove HP-UX references.
14228 * gdb.base/annota1.exp: Likewise.
14229 * gdb.base/annota3.exp: Likewise.
14230 * gdb.base/attach.exp: Likewise.
14231 * gdb.base/bigcore.exp: Likewise.
14232 * gdb.base/break.exp: Likewise.
14233 * gdb.base/call-ar-st.exp: Likewise.
14234 * gdb.base/callfuncs.exp: Likewise.
14235 * gdb.base/catch-fork-static.exp: Likewise.
14236 * gdb.base/display.exp: Likewise.
14237 * gdb.base/foll-exec-mode.exp: Likewise.
14238 * gdb.base/foll-exec.exp: Likewise.
14239 * gdb.base/foll-fork.exp: Likewise.
14240 * gdb.base/foll-vfork.exp: Likewise.
14241 * gdb.base/funcargs.exp: Likewise.
14242 * gdb.base/hbreak2.exp: Likewise.
14243 * gdb.base/inferior-died.exp: Likewise.
14244 * gdb.base/interrupt.exp: Likewise.
14245 * gdb.base/multi-forks.exp: Likewise.
14246 * gdb.base/nodebug.exp: Likewise.
14247 * gdb.base/sepdebug.exp: Likewise.
14248 * gdb.base/solib1.c: Likewise.
14249 * gdb.base/step-test.exp: Likewise.
14250 * gdb.mi/non-stop.c: Likewise.
14251 * gdb.mi/pthreads.c: Likewise.
14252 * gdb.multi/bkpt-multi-exec.ex: Likewise.
14253 * gdb.threads/pthreads.c: Likewise.
14254 * gdb.threads/staticthreads.exp: Likewise.
14255 * lib/future.exp: Likewise.
14256 * lib/gdb.exp: Likewise.
14257 * gdb.base/so-indr-cl.c: Remove.
14258 * gdb.base/so-indr-cl.exp: Likewise.
14259 * gdb.base/solib.c: Likewise.
14260 * gdb.base/solib.exp: Likewise.
14261 * gdb.base/solib2.c: Likewise.
14262
14263 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
14264
14265 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
14266 * gdb.base/call-ar-st.exp: Likewise.
14267 * gdb.base/callfuncs.exp: Likewise.
14268 * gdb.base/condbreak.exp: Likewise.
14269 * gdb.base/constvars.exp: Likewise.
14270 * gdb.base/hbreak2.exp: Likewise.
14271 * gdb.base/langs.exp: Likewise.
14272 * gdb.base/list.exp: Likewise.
14273 * gdb.base/long_long.exp: Likewise.
14274 * gdb.base/ptype.exp: Likewise.
14275 * gdb.base/scope.exp: Likewise.
14276 * gdb.base/signals.exp: Likewise.
14277 * gdb.base/so-impl-ld.exp: Likewise.
14278 * gdb.base/varargs.exp: Likewise.
14279 * gdb.base/volatile.exp: Likewise.
14280 * gdb.base/whatis.exp: Likewise.
14281 * gdb.cp/cplusfuncs.exp: Likewise.
14282 * gdb.cp/inherit.exp: Likewise.
14283 * gdb.cp/local.exp: Likewise.
14284 * gdb.cp/member-ptr.exp: Likewise.
14285 * gdb.cp/method.exp: Likewise.
14286 * gdb.cp/overload.exp: Likewise.
14287 * gdb.cp/templates.exp: Likewise.
14288 * gdb.stabs/weird.exp: Likewise.
14289 * lib/compiler.c: Likewise.
14290 * lib/compiler.cc: Likewise.
14291 * lib/cp-support.exp: Likewise.
14292 * lib/gdb.exp: Likewise.
14293
14294 2015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
14295
14296 * configure.ac: Remove HP-UX case.
14297 * configure: Regenerate.
14298
14299 2015-12-18 Simon Marchi <simon.marchi@ericsson.com>
14300
14301 * lib/gdb.exp (gdb_compile): Add function doc.
14302
14303 2015-12-17 Pedro Alves <palves@redhat.com>
14304
14305 PR threads/19354
14306 * gdb.multi/info-threads.exp: New file.
14307
14308 2015-12-15 Yao Qi <yao.qi@linaro.org>
14309
14310 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
14311 is aarch64*-*-*.
14312
14313 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
14314
14315 * gdb.base/history-duplicates.exp: Skip if no readline support.
14316
14317 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
14318
14319 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
14320
14321 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
14322
14323 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
14324
14325 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
14326
14327 * gdb.base/completion.exp: Skip tests that interrupt GDB with
14328 ctrl-C if nointerrupts target property is set.
14329 * gdb.base/double-prompt-target-event-error.exp: Likewise.
14330 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
14331 * gdb.base/paginate-bg-execution.exp: Likewise.
14332 * gdb.base/paginate-execution-startup.exp: Likewise.
14333 * gdb.base/random-signal.exp: Likewise.
14334 * gdb.base/range-stepping.exp: Likewise.
14335 * gdb.cp/annota2.exp: Likewise.
14336 * gdb.cp/annota3.exp: Likewise.
14337 * gdb.gdb/selftest.exp: Likewise.
14338 * gdb.threads/continue-pending-status.exp: Likewise.
14339 * gdb.threads/leader-exit.exp: Likewise.
14340 * gdb.threads/manythreads.exp: Likewise.
14341 * gdb.threads/pthreads.exp: Likewise.
14342 * gdb.threads/schedlock.exp: Likewise.
14343 * gdb.threads/sigthread.exp: Likewise.
14344
14345 2015-12-11 Don Breazeal <donb@codesourcery.com>
14346
14347 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
14348 remote.
14349 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
14350 * gdb.base/foll-exec.exp (main): Enable for target remote.
14351 * gdb.base/foll-fork.exp (main): Likewise.
14352 * gdb.base/foll-vfork.exp (main): Likewise.
14353 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
14354 (proc continue_to_exit_bp_loc): Use clean_restart.
14355 * gdb.base/pie-execl.exp (main): Disable for target remote.
14356 * gdb.base/watch-vfork.exp (main): Enable for target remote.
14357 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
14358 * gdb.threads/execl.exp (main): Likewise.
14359 * gdb.threads/fork-child-threads.exp (main): Likewise.
14360 * gdb.threads/fork-plus-threads.exp (main): Disable for target
14361 remote.
14362 * gdb.threads/fork-thread-pending.exp (main): Enable for target
14363 remote.
14364 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
14365 pid.tid style ptids, instead of just tid.
14366 * gdb.threads/thread-execl.exp (main): Enable for target remote.
14367 * gdb.threads/watchpoint-fork.exp (main): Likewise.
14368 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
14369 ptids, instead of just tid.
14370
14371 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
14372
14373 * gdb.base/list.exp (test_list_forward): Add end of file error
14374 test.
14375 (test_repeat_list_command): Add end of file error test.
14376 (test_list_backwards): Add beginning of file error test.
14377
14378 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
14379
14380 * gdb.base/list.exp (test_list_invalid_args): New function,
14381 defined, and called.
14382
14383 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
14384
14385 * gdb.base/list.exp (test_list): Make test names unique.
14386
14387 2015-12-11 Yao Qi <yao.qi@linaro.org>
14388
14389 * gdb.base/coremaker2.c: Remove.
14390
14391 2015-12-10 Pedro Alves <palves@redhat.com>
14392
14393 * gdb.multi/base.exp: Remove stale "spaces" references.
14394
14395 2015-12-10 Pedro Alves <palves@redhat.com>
14396
14397 * gdb.multi/base.exp: Don't use nowarnings.
14398 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
14399 * gdb.multi/hangout.c: Include stdio.h.
14400 * gdb.multi/hello.c: Include stdlib.h.
14401 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
14402 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
14403 * gdb.multi/multi-arch.exp: Don't use nowarnings.
14404
14405 2015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
14406
14407 * gdb.dwarf2/dw2-ranges-base.c: New file.
14408 * gdb.dwarf2/dw2-ranges-base.exp: New file.
14409 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
14410 support additional line table, and debug ranges generation.
14411 (Dwarf::ranges): New function, generate .debug_ranges.
14412 (Dwarf::lines): Support generating simple line table programs.
14413 (Dwarf::assemble): Initialise new namespace variables.
14414
14415 2015-12-09 Kevin Buettner <kevinb@redhat.com>
14416
14417 * gdb.base/async.exp (proc test_background): Add case for
14418 asynchronous execution not supported.
14419
14420 2015-12-09 Luis Machado <lgustavo@codesourcery.com>
14421
14422 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
14423 format and change test names to make them unique.
14424
14425 2015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
14426 Pedro Alves <pedro@redhat.com>
14427
14428 PR gdb/18702
14429 Add checking of floatformats setup on x86_64 hosts.
14430 * gdb.arch/i386-float.S (main): Load bigval and smallval.
14431 (smallval, bigval): New labels/constants.
14432 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
14433 float" after loading bigval and smallval.
14434
14435 2015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
14436
14437 * gdb.ada/fun_overload_menu.exp: New testcase.
14438 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
14439
14440 2015-12-04 Josh Stone <jistone@redhat.com>
14441
14442 * gdb.base/catch-fork-static.exp: New.
14443
14444 2015-12-03 Yao Qi <yao.qi@linaro.org>
14445
14446 * gdb.base/sizeof.c: Don't include stdio.h and
14447 ../lib/unbuffer_output.c.
14448 (main): New variable 'size' and 'value'. Remove printf and
14449 gdb_unbuffer_output. Assign return value to size and value.
14450 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
14451 at the beginning.
14452 (check_sizeof): Check the result by printing variable 'size'.
14453 (check_valueof): Check the result by printing variable 'value'.
14454
14455 2015-12-01 Yao Qi <yao.qi@linaro.org>
14456
14457 * gdb.base/disp-step-syscall.exp: Define syscall instruction
14458 for aarch64*-*-linux* target.
14459
14460 2015-11-30 Pedro Alves <palves@redhat.com>
14461
14462 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
14463
14464 2015-11-30 Pedro Alves <palves@redhat.com>
14465
14466 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
14467 Handle non-stop mode vCont replies.
14468
14469 2015-11-30 Pedro Alves <palves@redhat.com>
14470
14471 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
14472 prepare_for_testing. Start gdb with "set non-stop on" appended to
14473 GDBFLAGS. Lax expected stop output.
14474
14475 2015-11-27 Yao Qi <yao.qi@linaro.org>
14476
14477 * gdb.arch/arm-neon.exp: New.
14478 * gdb.arch/arm-neon.c: New.
14479
14480 2015-11-27 Yao Qi <yao.qi@linaro.org>
14481
14482 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
14483
14484 2015-11-27 Yao Qi <yao.qi@linaro.org>
14485
14486 * gdb.cp/annota2.exp: Allow multiple occurrences of the
14487 frames-invalid annotation.
14488
14489 2015-11-27 Yao Qi <yao.qi@linaro.org>
14490
14491 * gdb.cp/annota2.exp: Use ${frames_invalid}.
14492
14493 2015-11-26 Simon Marchi <simon.marchi@ericsson.com>
14494
14495 * gdb.threads/names.exp: New file.
14496 * gdb.threads/names.c: New file.
14497 * README: Mention gdb,no_thread_names.
14498
14499 2015-11-26 Markus Metzger <markus.t.metzger@intel.com>
14500
14501 PR 19297
14502 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
14503 support" error.
14504
14505 2015-11-24 Pedro Alves <palves@redhat.com>
14506
14507 PR 17539
14508 * gdb.base/display.exp: Expect displays to be sorted in ascending
14509 order. Use multi_line.
14510 * gdb.base/solib-display.exp: Likewise.
14511
14512 2015-11-24 Pedro Alves <palves@redhat.com>
14513
14514 PR 17539
14515 * gdb.base/display.exp: Expect displays to be sorted in ascending
14516 order. Use multi_line.
14517 * gdb.base/solib-display.exp: Likewise.
14518
14519 2015-11-24 Pedro Alves <palves@redhat.com>
14520
14521 PR 17539
14522 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
14523 threads in ascending order.
14524 * gdb.base/foll-fork.exp: Likewise.
14525 * gdb.base/foll-vfork.exp: Likewise.
14526 * gdb.base/multi-forks.exp: Likewise.
14527 * gdb.mi/mi-nonstop.exp: Likewise.
14528 * gdb.mi/mi-nsintrall.exp: Likewise.
14529 * gdb.multi/base.exp: Likewise.
14530 * gdb.multi/multi-arch.exp: Likewise.
14531 * gdb.python/py-inferior.exp: Likewise.
14532 * gdb.threads/break-while-running.exp: Likewise.
14533 * gdb.threads/execl.exp: Likewise.
14534 * gdb.threads/gcore-thread.exp: Likewise.
14535 * gdb.threads/info-threads-cur-sal.exp: Likewise.
14536 * gdb.threads/kill.exp: Likewise.
14537 * gdb.threads/linux-dp.exp: Likewise.
14538 * gdb.threads/multiple-step-overs.exp: Likewise.
14539 * gdb.threads/next-bp-other-thread.exp: Likewise.
14540 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
14541 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
14542 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
14543 * gdb.threads/thread-find.exp: Likewise.
14544 * gdb.threads/tls.exp: Likewise.
14545 * lib/mi-support.exp (mi_reverse_list): Delete.
14546 (mi_check_thread_states): No longer reverse list.
14547
14548 2015-11-24 Pedro Alves <palves@redhat.com>
14549
14550 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
14551 use lowercase.
14552
14553 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
14554
14555 * gdb.trace/actions.c: Include trace-common.h.
14556 (main): Add a location for a fast tracepoint.
14557 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
14558 the normal tracepoints.
14559 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
14560
14561 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
14562
14563 * save-trace.exp: Factor out code to these...
14564 (gdb_save_tracepoints): New.
14565 (gdb_load_tracepoints): New.
14566 (do_save_load_test): New.
14567
14568 2015-11-23 Kevin Buettner <kevinb@redhat.com>
14569
14570 * gdb.base/asmlabel.exp: New test.
14571 * gdb.base/asmlabel.c: New test case.
14572
14573 2015-11-23 Joel Brobecker <brobecker@adacore.com>
14574
14575 * gdb.base/wrong_frame_bt_full-main.c: New file.
14576 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
14577 * gdb.base/wrong_frame_bt_full.exp: New file.
14578
14579 2015-11-23 Joel Brobecker <brobecker@adacore.com>
14580
14581 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
14582
14583 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
14584
14585 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
14586 pstate register when comparing registers values in
14587 sparc64-*-linux-gnu targets to avoid spurious differences.
14588
14589 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
14590
14591 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
14592
14593 2015-11-19 Sandra Loosemore <sandra@codesourcery.com>
14594
14595 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
14596 as type argument to gdb_compile.
14597 * gdb.base/nested-subp2.exp: Likewise.
14598 * gdb.base/nested-subp3.exp: Likewise.
14599
14600 2015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
14601
14602 * lib/dwarf.exp (_note): Fix left shift of negative value.
14603 * gdb.trace/trace-condition.exp: Likewise.
14604
14605 2015-11-13 Yao Qi <yao.qi@linaro.org>
14606
14607 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
14608 comments about d10v.
14609 (test_scalar_returns): Likewise.
14610 * gdb.base/d10v.ld: Remove.
14611 * gdb.base/overlays.exp: Remove the target triplet checking for
14612 d10v-*-*.
14613 * gdb.base/structs.exp (test_struct_returns): Remove the
14614 comments about d10v.
14615 (test_struct_calls): Likewise.
14616
14617 2015-11-13 Yao Qi <yao.qi@linaro.org>
14618
14619 * gdb.base/gnu_vector.exp: Check the return value by "p res".
14620 * gdb.base/gnu_vector.c: Don't include stdio.h.
14621 (main): Don't print res and call add_some_intvecs.
14622
14623 2015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
14624
14625 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
14626 macro.
14627 (func5): Removed.
14628 (func4): Use FAST_TRACEPOINT_LABEL.
14629 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
14630 macro.
14631 (func): Removed.
14632 (thread_function): Use FAST_TRACEPOINT_LABEL.
14633 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
14634 (func): Remove.
14635 (marker): Use FAST_TRACEPOINT_LABEL.
14636 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
14637 (pendfunc1): Remove.
14638 (pendfunc): Use FAST_TRACEPOINT_LABEL.
14639 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
14640 (foo): Remove.
14641 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
14642 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
14643 macro.
14644 (func): Remove.
14645 (marker): Use FAST_TRACEPOINT_LABEL.
14646 * gdb.trace/trace-common.h: New header.
14647 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
14648 macro.
14649 (func): Remove.
14650 (marker): Use FAST_TRACEPOINT_LABEL.
14651 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
14652 (func): Remove.
14653 (thread_function): Use FAST_TRACEPOINT_LABEL.
14654
14655 2015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
14656
14657 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
14658 in front.
14659 * gdb.trace/change-loc.exp: Use global pcreg definition.
14660 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
14661 * gdb.trace/entry-values.exp: Use global spreg definition, add $
14662 in front.
14663 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
14664 * gdb.trace/pending.exp: Likewise.
14665 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
14666 * gdb.trace/trace-break.exp: Likewise.
14667 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
14668 in front.
14669 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
14670 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
14671 in front.
14672 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
14673
14674 2015-11-09 Joel Brobecker <brobecker@adacore.com>
14675
14676 * gdb.ada/fin_fun_out: New testcase.
14677
14678 2015-11-07 Kevin Buettner <kevinb@redhat.com>
14679
14680 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
14681 value associated with DW_AT_byte_size.
14682 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
14683 constants for DW_AT_byte_size, DW_AT_lower_bound, and
14684 DW_AT_upper_bound.
14685
14686 2015-11-07 Kevin Buettner <kevinb@redhat.com>
14687
14688 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
14689 (gdb_target_symbol_prefix_flags): Define in terms of _asm
14690 version.
14691 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
14692 gdb.dwarf2/dw2-canonicalize-type.exp,
14693 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
14694 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
14695 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
14696 provided by gdb_target_symbol_prefix_flags_asm.
14697 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
14698 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
14699 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
14700 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
14701 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
14702 macros where needed). Use this macro for symbols which require
14703 the prefix provided by SYMBOL_PREFIX.
14704
14705 2015-11-05 Kevin Buettner <kevinb@redhat.com>
14706
14707 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
14708 New procs.
14709 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
14710 representing expressions, of more than one list element.
14711 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
14712 to prepend linker symbol prefix to f.
14713 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
14714 table_1 and table_2.
14715 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
14716 Likewise, for f and g.
14717 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
14718 for ptr.
14719 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
14720 for main.
14721 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
14722 table_1_ptr and table_2_ptr.
14723
14724 2015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
14725 Joel Brobecker <brobecker@adacore.com>
14726
14727 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
14728
14729 2015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
14730
14731 * gdb.reverse/s390-mvcle.c: New test.
14732 * gdb.reverse/s390-mvcle.exp: New file.
14733 * lib/gdb.exp: Enable reverse tests on s390*-linux.
14734
14735 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
14736
14737 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
14738
14739 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
14740
14741 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
14742 reaching marker2.
14743 * gdb.reverse/getresuid-reverse.exp: Likewise.
14744 * gdb.reverse/pipe-reverse.exp: Likewise.
14745 * gdb.reverse/readv-reverse.exp: Likewise.
14746 * gdb.reverse/recvmsg-reverse.exp: Likewise.
14747 * gdb.reverse/time-reverse.exp: Likewise.
14748 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
14749
14750 2015-10-30 Yao Qi <yao.qi@linaro.org>
14751
14752 * gdb.threads/wp-replication.c (watch_count_done): Remove.
14753 (empty_cycle): Remove.
14754 (main): Don't call empty_cycle. Don't use watch_count_done.
14755 * gdb.threads/wp-replication.exp: Don't set breakpoint on
14756 empty_cycle. Rewrite the code counting HW watchpoints.
14757
14758 2015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
14759
14760 * gdb.reverse/fstatat-reverse.c: New test.
14761 * gdb.reverse/fstatat-reverse.exp: New file.
14762 * gdb.reverse/getresuid-reverse.c: New test.
14763 * gdb.reverse/getresuid-reverse.exp: New file.
14764 * gdb.reverse/pipe-reverse.c: New test.
14765 * gdb.reverse/pipe-reverse.exp: New file.
14766 * gdb.reverse/readv-reverse.c: New test.
14767 * gdb.reverse/readv-reverse.exp: New file.
14768 * gdb.reverse/recvmsg-reverse.c: New test.
14769 * gdb.reverse/recvmsg-reverse.exp: New file.
14770 * gdb.reverse/time-reverse.c: New test.
14771 * gdb.reverse/time-reverse.exp: New file.
14772 * gdb.reverse/waitpid-reverse.c: New test.
14773 * gdb.reverse/waitpid-reverse.exp: New file.
14774
14775 2015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
14776
14777 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
14778
14779 2015-10-26 Doug Evans <dje@google.com>
14780
14781 PR symtab/17391
14782 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
14783 * gdb.dwarf2/bad-regnum.c: New file.
14784 * gdb.dwarf2/bad-regnum.exp: New file.
14785
14786 2015-10-26 Doug Evans <dje@google.com>
14787
14788 PR python/18938
14789 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
14790 file.
14791
14792 2015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
14793
14794 * gdb.compile/compile.exp (compile code globalvar): Update expectation
14795 for a change by "Mention language in compile error message".
14796
14797 2015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
14798
14799 PR python/18073
14800 * gdb.python/py-type.c (C::a_method): New.
14801 (C::a_const_method): New.
14802 (C::a_static_method): New.
14803 (a_function): New.
14804 * gdb.python/py-type.exp (test_fields): Test getting fields
14805 from function and method.
14806
14807 2015-10-21 Keven Boell <keven.boell@intel.com>
14808
14809 * gdb.fortran/vla-alloc-assoc.exp: New file.
14810 * gdb.fortran/vla-datatypes.exp: New file.
14811 * gdb.fortran/vla-datatypes.f90: New file.
14812 * gdb.fortran/vla-history.exp: New file.
14813 * gdb.fortran/vla-ptype-sub.exp: New file.
14814 * gdb.fortran/vla-ptype.exp: New file.
14815 * gdb.fortran/vla-sizeof.exp: New file.
14816 * gdb.fortran/vla-sub.f90: New file.
14817 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
14818 * gdb.fortran/vla-value-sub-finish.exp: New file.
14819 * gdb.fortran/vla-value-sub.exp: New file.
14820 * gdb.fortran/vla-value.exp: New file.
14821 * gdb.fortran/vla-ptr-info.exp: New file.
14822 * gdb.mi/mi-vla-fortran.exp: New file.
14823 * gdb.mi/vla.f90: New file.
14824
14825 2015-10-21 Sandra Loosemore <sandra@codesourcery.com>
14826
14827 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
14828 of hardwired timeout value.
14829
14830 2015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
14831 Pedro Alves <palves@redhat.com>
14832
14833 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
14834 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
14835
14836 2015-10-19 Josh Stone <jistone@redhat.com>
14837
14838 * gdb.base/catch-syscall.c: Include <sched.h>.
14839 (unknown_syscall): New variable.
14840 (main): Trigger a vfork and an unknown syscall.
14841 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
14842 (unknown_syscall_number): Likewise.
14843 (check_call_to_syscall): Accept an optional syscall pattern.
14844 (check_return_from_syscall): Likewise.
14845 (check_continue): Likewise.
14846 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
14847 (test_catch_syscall_skipping_return): New test toggling off 'catch
14848 syscall' to step over the syscall return, then toggling back on.
14849 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
14850 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
14851 (do_syscall_tests): Call test_catch_syscall_without_args and
14852 test_catch_syscall_mid_vfork.
14853 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
14854 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
14855
14856 2015-10-19 Andrew Stubbs <ams@codesourcery.com>
14857
14858 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
14859 print g_vE): Add new pass patterns.
14860 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
14861 print various symbol names for vptr fields.
14862
14863 2015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
14864
14865 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
14866 results.
14867
14868 2015-10-12 Yao Qi <yao.qi@linaro.org>
14869
14870 * gdb.arch/disp-step-insn-reloc.exp: New test case.
14871
14872 2015-10-12 Yao Qi <yao.qi@linaro.org>
14873
14874 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
14875 is aarch64*-*-linux*.
14876
14877 2015-10-12 Yao Qi <yao.qi@linaro.org>
14878
14879 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
14880 (can_relocate_bcond_true): ... it.
14881 (can_relocate_bcond_false): New function.
14882 (foo): Likewise.
14883 (can_relocate_bl): Likewise.
14884 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
14885 can_relocate_bl.
14886
14887 2015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
14888
14889 * gdb.base/nested-addr.c: New file.
14890 * gdb.base/nested-addr.exp: New testcase.
14891
14892 2015-10-09 Markus Metzger <markus.t.metzger@intel.com>
14893
14894 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
14895 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
14896 its output. Ignore the output of "record goto begin" and instead
14897 check that GDB is replaying.
14898
14899 2015-10-09 Pedro Alves <palves@redhat.com>
14900
14901 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
14902 (top level): Use it in the run with no args test.
14903
14904 2015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
14905
14906 * gdb.dlang/properties.exp: New file.
14907
14908 2015-10-02 Sandra Loosemore <sandra@codesourcery.com>
14909
14910 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
14911 whether or not address 0x1000 is mapped on the target.
14912
14913 2015-09-30 Simon Marchi <simon.marchi@ericsson.com>
14914
14915 * gdb.python/py-type.exp: Do not run tests if binaries fail to
14916 build.
14917
14918 2015-09-30 Markus Metzger <markus.t.metzger@intel.com>
14919
14920 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
14921 instruction-history test.
14922
14923 2015-09-28 Doug Evans <dje@google.com>
14924
14925 * gdb.base/gcore.c (array_func): Add reference to static_array.
14926
14927 2015-09-25 Simon Marchi <simon.marchi@ericsson.com>
14928
14929 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
14930 source line.
14931
14932 2015-09-24 Sandra Loosemore <sandra@codesourcery.com>
14933
14934 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
14935 short or char as base type.
14936
14937 2015-09-23 Sandra Loosemore <sandra@codesourcery.com>
14938
14939 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
14940 to allow any size enum.
14941
14942 2015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
14943
14944 * gdb.ada/array_ptr_renaming.exp: New testcase.
14945 * gdb.ada/array_ptr_renaming/foo.adb: New file.
14946 * gdb.ada/array_ptr_renaming/pack.ads: New file.
14947
14948 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
14949
14950 * gdb.trace/ftrace-lock.c: New file.
14951 * gdb.trace/ftrace-lock.exp: New file.
14952
14953 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
14954
14955 * gdb.arch/insn-reloc.c: New file.
14956 * gdb.arch/ftrace-insn-reloc.exp: New file.
14957
14958 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
14959
14960 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
14961 instruction.
14962 * gdb.trace/pendshr1.c (pendfunc): Likewise.
14963 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
14964 * gdb.trace/range-stepping.c: Likewise.
14965 * gdb.trace/trace-break.c: Likewise.
14966 * gdb.trace/trace-mt.c (thread_function): Likewise.
14967 * gdb.trace/ftrace.c (marker): Likewise.
14968 * gdb.trace/trace-condition.c (marker): Likewise.
14969 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
14970 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
14971 is_aarch64_target.
14972
14973 2015-09-18 Doug Evans <xdje42@gmail.com>
14974
14975 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
14976 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
14977
14978 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
14979
14980 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
14981 the breakpoint.
14982
14983 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
14984
14985 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
14986 the pending breakpoint. Remove timeout override for "Run till
14987 MI pending breakpoint on pendfunc3 on thread 2" test.
14988
14989 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
14990
14991 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
14992 filename pattern.
14993
14994 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
14995
14996 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
14997 in breakpoint filename pattern.
14998
14999 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
15000
15001 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
15002
15003 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
15004
15005 * gdb.linespec/explicit.exp: Check for readline support for
15006 tab-completion tests. Fix obvious typo.
15007
15008 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
15009
15010 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
15011 and replay.
15012
15013 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
15014
15015 * gdb.btrace/non-stop.c: New.
15016 * gdb.btrace/non-stop.exp: New.
15017
15018 2015-09-17 Pierre Langlois <pierre.langlois@arm.com>
15019 Yao Qi <yao.qi@linaro.org>
15020
15021 * gdb.trace/trace-condition.c: New file.
15022 * gdb.trace/trace-condition.exp: New file.
15023
15024 2015-09-16 Wei-cheng Wang <cole945@gmail.com>
15025
15026 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
15027 for testing bytecode compilation.
15028
15029 2015-09-16 Pedro Alves <palves@redhat.com>
15030 Sandra Loosemore <sandra@codesourcery.com>
15031
15032 * gdb.threads/non-stop-fair-events.c (timeout): New global.
15033 (SECONDS): Redefine.
15034 (main): Call pthread_kill and alarm early.
15035 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
15036 support.
15037 (test): If the target can't hardware step and doesn't support
15038 displaced stepping, increase the timeout.
15039
15040 2015-09-16 Pedro Alves <palves@redhat.com>
15041
15042 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
15043 (enable_debug): New procedures.
15044 (test): Use them. Bail out if waiting for threads fails.
15045 (top level): Bail out if a test fails.
15046
15047 2015-09-16 Yao Qi <yao.qi@linaro.org>
15048
15049 * gdb.asm/asm-source.exp: Set asm-arch for
15050 aarch64*-*-* target.
15051 * gdb.asm/aarch64.inc: New file.
15052
15053 2015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
15054
15055 * gdb.ada/array_of_variable_length.exp: New testcase.
15056 * gdb.ada/array_of_variable_length/foo.adb: New file.
15057 * gdb.ada/array_of_variable_length/pck.adb: New file.
15058 * gdb.ada/array_of_variable_length/pck.ads: New file.
15059
15060 2015-09-15 Doug Evans <dje@google.com>
15061
15062 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
15063 of function static local variable.
15064
15065 2015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
15066
15067 * gdb.threads/tls-so_extern.exp: New test file.
15068 * gdb.threads/tls-so_extern.c: New test file.
15069 * gdb.threads/tls-so_extern_main.c: New test file.
15070
15071 2015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
15072
15073 * gdb.opt/solib-intra-step-lib.c: New file.
15074 * gdb.opt/solib-intra-step-main.c: New file.
15075 * gdb.opt/solib-intra-step.exp: New file.
15076
15077 2015-09-15 Pedro Alves <palves@redhat.com>
15078
15079 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
15080 gdb_continue_to_breakpoint instead of gdb_test_multiple.
15081
15082 2015-09-14 Pedro Alves <palves@redhat.com>
15083
15084 * gdb.base/hook-stop-continue.c: Delete.
15085 * gdb.base/hook-stop-continue.exp: Delete.
15086 * gdb.base/hook-stop-frame.c: Delete.
15087 * gdb.base/hook-stop-frame.exp: Delete.
15088 * gdb.base/hook-stop.c: New file.
15089 * gdb.base/hook-stop.exp: New file.
15090
15091 2015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
15092
15093 * gdb.ada/access_to_packed_array.exp: New testcase.
15094 * gdb.ada/access_to_packed_array/foo.adb: New file.
15095 * gdb.ada/access_to_packed_array/pack.adb: New file.
15096 * gdb.ada/access_to_packed_array/pack.ads: New file.
15097
15098 2015-09-14 Markus Metzger <markus.t.metzger@intel.com>
15099
15100 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
15101 buffer size test.
15102
15103 2015-09-11 Don Breazeal <donb@codesourcery.com>
15104
15105 * gdb.base/foll-exec.c: Add copyright header. Fix
15106 formatting issues.
15107 * gdb.base/foll-exec.exp (zap_session): Delete proc.
15108 (do_exec_tests): Use clean_restart in place of zap_session,
15109 and for test initialization. Fix formatting issues. Use
15110 fail in place of perror.
15111 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
15112 an expect statement to match an expression with output from
15113 the program under debug.
15114 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
15115 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
15116 * gdb.threads/non-ldr-exc-2.exp: Likewise.
15117 * gdb.threads/non-ldr-exc-3.exp: Likewise.
15118 * gdb.threads/non-ldr-exc-4.exp: Likewise.
15119
15120 2015-09-09 Doug Evans <dje@google.com>
15121
15122 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
15123
15124 2015-09-09 Doug Evans <dje@google.com>
15125
15126 * gdb.base/pie-execl.exp: Fix result test of build_executable.
15127
15128 2015-09-09 Doug Evans <dje@google.com>
15129
15130 * gdb.base/savedregs.exp: Fix typo.
15131
15132 2015-09-09 Pedro Alves <palves@redhat.com>
15133
15134 * gdb.mi/mi-cli.exp: Add CLI finish tests.
15135
15136 2015-09-08 Sandra Loosemore <sandra@codesourcery.com>
15137
15138 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
15139 command actually switches threads. Give up on remaining
15140 tests if target fails to stop at breakpoint.
15141
15142 2015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
15143
15144 * gdb.ada/funcall_char.exp: New testcase.
15145 * gdb.ada/funcall_char/foo.adb: New file.
15146
15147 2015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
15148
15149 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
15150 expected outputs. Add two testcases for completing ambiguous
15151 functions.
15152 * gdb.ada/complete/aux_pck.adb: New file.
15153 * gdb.ada/complete/aux_pck.ads: New file.
15154 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
15155 Ambiguous_Func functions.
15156 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
15157 * gdb.ada/complete/pck.adb: Likewise.
15158
15159 2015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
15160
15161 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
15162 failures to run the test program under GDB.
15163
15164 2015-08-26 Luis Machado <lgustavo@codesourcery.com>
15165
15166 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
15167 to C.
15168
15169 2015-08-26 Patrick Palka <patrick@parcs.ath.cx>
15170
15171 * gdb.base/run-after-attach.exp: New test file.
15172 * gdb.base/run-after-attach.c: New test file.
15173
15174 2015-08-26 Don Breazeal <donb@codesourcery.com>
15175
15176 * gdb.base/foll-exec-2.c: New test program.
15177 * gdb.base/foll-exec-2.exp: New test.
15178
15179 2015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
15180
15181 * gdb.base/nested-subp1.exp: New file.
15182 * gdb.base/nested-subp1.c: New file.
15183 * gdb.base/nested-subp2.exp: New file.
15184 * gdb.base/nested-subp2.c: New file.
15185 * gdb.base/nested-subp3.exp: New file.
15186 * gdb.base/nested-subp3.c: New file.
15187
15188 2015-08-24 Pedro Alves <palves@redhat.com>
15189
15190 * gdb.server/connect-without-multi-process.c: New file.
15191 * gdb.server/connect-without-multi-process.exp: New file.
15192
15193 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
15194
15195 * gdb.opt/inline-markers.c: Make z int.
15196
15197 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
15198
15199 * gdb.opt/inline-markers.c: Make z volatile.
15200
15201 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
15202
15203 * gdb.opt/inline-bt.c: New volatile global z.
15204 * gdb.opt/inline-cmds.c: Likewise.
15205 * gdb.opt/inline-locals.c: Likewise.
15206 * gdb.opt/inline-markers.c: New extern global z.
15207 (marker): Use z.
15208 (inline_fn): Likewise.
15209
15210 2015-08-24 Pedro Alves <palves@redhat.com>
15211
15212 * config/m32r-stub.exp: Remove file.
15213 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
15214 * gdb.base/call-rt-st.exp: Likewise.
15215 * gdb.base/call-strs.exp: Likewise.
15216 * gdb.base/default.exp: Remove references to h8300-*-hms and
15217 *-*-udi*.
15218 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
15219
15220 2015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
15221
15222 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
15223 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
15224 and "return" use KFAIL when GDB can not read/write the vector
15225 return value.
15226
15227 2015-08-21 Gary Benson <gbenson@redhat.com>
15228
15229 * gdb.trace/pending.exp: Cope with remote transfer warnings.
15230
15231 2015-08-20 Pedro Alves <palves@redhat.com>
15232
15233 * gdb.server/solib-list.exp: No longer expect an interior stop in
15234 non-stop mode.
15235
15236 2015-08-20 Pedro Alves <palves@redhat.com>
15237
15238 * gdb.server/connect-stopped-target.c: New file.
15239 * gdb.server/connect-stopped-target.exp: New file.
15240
15241 2015-08-20 Pedro Alves <palves@redhat.com>
15242
15243 * gdb.dwarf2/comp-unit-lang.exp: New file.
15244 * gdb.dwarf2/comp-unit-lang.c: New file.
15245
15246 2015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
15247
15248 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
15249 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
15250
15251 2015-08-19 Kevin Buettner <kevinb@redhat.com>
15252
15253 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
15254 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
15255
15256 2015-08-18 Doug Evans <dje@google.com>
15257 Adrian Sendroiu <adrian.sendroiu@freescale.com>
15258
15259 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
15260 skip_python_tests. New arg prompt_regexp.
15261 (skip_python_tests): New function.
15262 * lib/mi-support.exp (mi_skip_python_tests): New function.
15263 * gdb.python/py-mi-objfile-gdb.py: New file.
15264 * gdb.python/py-mi-objfile.c: New file.
15265 * gdb.python/py-mi-objfile.exp: New file.
15266
15267 2015-08-17 Keith Seitz <keiths@redhat.com>
15268
15269 * gdb.linespec/explicit.exp: Move strace test from here ...
15270 * gdb.trace/strace.exp: ... to here.
15271
15272 2015-08-15 Patrick Palka <patrick@parcs.ath.cx>
15273
15274 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
15275 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
15276
15277 2015-08-14 Doug Evans <xdje42@gmail.com>
15278
15279 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
15280 inferior before selecting a new file.
15281
15282 2015-08-14 Doug Evans <xdje42@gmail.com>
15283
15284 * gdb.mi/mi-disassemble.exp: Update.
15285 * gdb.base/disasm-optim.S: New file.
15286 * gdb.base/disasm-optim.c: New file.
15287 * gdb.base/disasm-optim.h: New file.
15288 * gdb.base/disasm-optim.exp: New file.
15289
15290 2015-08-14 Keith Seitz <keiths@redhat.com>
15291
15292 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
15293 "evaluated-by".
15294
15295 2015-08-13 Joel Brobecker <brobecker@adacore.com>
15296
15297 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
15298
15299 2015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
15300
15301 * gdb.ada/fun_renaming.exp: New testcase.
15302 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
15303 * gdb.ada/fun_renaming/pack.adb: New file.
15304 * gdb.ada/fun_renaming/pack.ads: New file.
15305
15306 2015-08-12 Keith Seitz <keiths@redhat.com>
15307
15308 * gdb.base/dso2dso.exp: Pass basename of source file in call to
15309 gdb_get_line_number.
15310
15311 2015-08-12 Joel Brobecker <brobecker@adacore.com>
15312
15313 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
15314 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
15315 gdb.base/dso2dso.exp: New files.
15316
15317 2015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
15318 Pedro Alves <palves@redhat.com>
15319 Keith Seitz <keiths@redhat.com>
15320
15321 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
15322 GDBFLAGS.
15323
15324 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
15325
15326 * gdb.base/gdbhistsize-history.exp
15327 (test_histsize_history_setting): Use save_vars.
15328 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
15329 Use save_vars.
15330 (test_no_truncation_of_unlimited_history_file): Use save_vars.
15331 * gdb.base/readline.exp: Use save_vars.
15332
15333 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
15334
15335 * lib/gdb.exp (save_vars): New proc.
15336
15337 2015-08-11 Keith Seitz <keiths@redhat.com>
15338
15339 * gdb.base/help.exp: Update help_breakpoint_text.
15340
15341 2015-08-11 Keith Seitz <keiths@redhat.com>
15342
15343 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
15344 (at toplevel): Call test_explicit_breakpoints.
15345 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
15346 breakpoints.
15347 * lib/mi-support.exp (mi_make_breakpoint): Add support for
15348 breakpoint conditions, "-cond".
15349
15350 2015-08-11 Keith Seitz <keiths@redhat.com>
15351
15352 * gdb.linespec/3explicit.c: New file.
15353 * gdb.linespec/cpexplicit.cc: New file.
15354 * gdb.linespec/cpexplicit.exp: New file.
15355 * gdb.linespec/explicit.c: New file.
15356 * gdb.linespec/explicit.exp: New file.
15357 * gdb.linespec/explicit2.c: New file.
15358 * gdb.linespec/ls-errs.exp: Add explicit location tests.
15359 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
15360 before using in the matching pattern.
15361 Clarify that `prefix' is a regular expression.
15362
15363 2015-08-11 Keith Seitz <keiths@redhat.com>
15364
15365 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
15366 test.
15367 Add tests for missing ",FMT" and ",".
15368
15369 2015-08-10 Doug Evans <dje@google.com>
15370 Keith Seitz <keiths@redhat.com>
15371
15372 PR gdb/17960
15373 * gdb.base/completion.exp: Add location completer tests.
15374
15375 2015-08-07 Pedro Alves <palves@redhat.com>
15376
15377 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
15378 tests here.
15379 (top level): Run do_test with and without displaced stepping.
15380
15381 2015-08-07 Pedro Alves <palves@redhat.com>
15382
15383 * gdb.base/valgrind-disp-step.c: New file.
15384 * gdb.base/valgrind-disp-step.exp: New file.
15385
15386 2015-08-07 Pedro Alves <palves@redhat.com>
15387
15388 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
15389 Delete function.
15390 (main): Add alarm. Run an infinite loop instead of calling
15391 wait_threads.
15392 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
15393 comment.
15394 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
15395 Delete function.
15396 (main): Add alarm. Run an infinite loop instead of calling
15397 wait_threads.
15398 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
15399 comment.
15400
15401 2015-08-07 Pedro Alves <palves@redhat.com>
15402
15403 * gdb.base/checkpoint-ns.exp: New file.
15404 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
15405 standard_testfile.
15406
15407 2015-08-07 Markus Metzger <markus.t.metzger@intel.com>
15408
15409 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
15410 * gdb.btrace/instruction_history.exp: Update.
15411 * gdb.btrace/tsx.exp: New.
15412 * gdb.btrace/tsx.c: New.
15413
15414 2015-08-06 Pedro Alves <palves@redhat.com>
15415
15416 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
15417 increase timeout.
15418 * gdb.reverse/until-precsave.exp: Bump timeouts.
15419
15420 2015-08-06 Pedro Alves <palves@redhat.com>
15421
15422 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
15423
15424 2015-08-06 Pedro Alves <palves@redhat.com>
15425
15426 PR gdb/18749
15427 * gdb.threads/process-dies-while-handling-bp.c: New file.
15428 * gdb.threads/process-dies-while-handling-bp.exp: New file.
15429
15430 2015-08-06 Pedro Alves <palves@redhat.com>
15431
15432 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
15433 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
15434
15435 2015-08-05 Pedro Alves <palves@redhat.com>
15436
15437 * gdb.threads/next-while-other-thread-longjmps.c: New file.
15438 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
15439
15440 2015-08-03 Sandra Loosemore <sandra@codesourcery.com>
15441
15442 * gdb.base/bp-permanent.exp: Report test as unsupported if
15443 the target cannot stop at the permanent breakpoint.
15444
15445 2015-08-03 Doug Evans <dje@google.com>
15446
15447 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
15448 10000.
15449
15450 2015-08-03 Doug Evans <dje@google.com>
15451
15452 * Makefile.in (workers/%.worker, build-perf): New rule.
15453 (GDB_PERFTEST_MODE): New variable.
15454 (check-perf): Use it.
15455 (clean): Clean up gdb.perf parallel build subdirs.
15456 * lib/build-piece.exp: New file.
15457 * lib/gdb.exp (make_gdb_parallel_path): New function
15458 (standard_output_file, standard_temp_file): Call it.
15459 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
15460 of $GDB_PARALLEL.
15461 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
15462
15463 2015-08-03 Doug Evans <dje@google.com>
15464
15465 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
15466 (LOG_FILE_NAME): New global.
15467 (TextReporter.__init__): Initialize self.txt_sum.
15468 (TextReporter.report): Add support for multiple data-points.
15469 Move report to perftest.sum, put raw data in perftest.log.
15470 (TextReporter.start): Open sum and log files.
15471 (TextReporter.end): Close sum and log files.
15472 * gdb.perf/lib/perftest/testresult.py
15473 (SingleStatisticTestResult.record): Handle multiple data-points.
15474
15475 2015-07-31 Pedro Alves <palves@redhat.com>
15476
15477 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
15478 Use spawn_id_get_pid. Wait for spawn id after eof. Use
15479 kill_wait_spawned_process instead of explicit "kill -9".
15480 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
15481 returning a spawn id instead of a pid. Use spawn_id_get_pid and
15482 kill_wait_spawned_process.
15483 * gdb.base/attach-twice.exp: Likewise.
15484 * gdb.base/attach.exp: Likewise.
15485 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
15486 gdb_test_multiple.
15487 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
15488 returning a spawn id instead of a pid. Use spawn_id_get_pid and
15489 kill_wait_spawned_process.
15490 * gdb.base/valgrind-infcall.exp: Likewise.
15491 * gdb.multi/multi-attach.exp: Likewise.
15492 * gdb.python/py-prompt.exp: Likewise.
15493 * gdb.python/py-sync-interp.exp: Likewise.
15494 * gdb.server/ext-attach.exp: Likewise.
15495 * gdb.threads/attach-into-signal.exp (corefunc): Use
15496 spawn_wait_for_attach, spawn_id_get_pid and
15497 kill_wait_spawned_process.
15498 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
15499 spawn_wait_for_attach returning a spawn id instead of a pid. Use
15500 spawn_id_get_pid and kill_wait_spawned_process.
15501 * gdb.threads/attach-stopped.exp (corefunc): Use
15502 spawn_wait_for_attach, spawn_id_get_pid and
15503 kill_wait_spawned_process.
15504 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
15505 Use spawn_id_get_pid. Wait for spawn id after eof. Use
15506 kill_wait_spawned_process instead of explicit "kill -9".
15507 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
15508 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
15509 (spawn_wait_for_attach): Use spawn instead of exec to spawn
15510 processes. Don't map cygwin/windows pids here. Now returns a
15511 spawn id list.
15512
15513 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
15514
15515 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
15516 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
15517 correct patch.
15518
15519 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
15520
15521 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
15522
15523 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
15524
15525 Reapply:
15526 2014-05-21 Mark Wielaard <mjw@redhat.com>
15527
15528 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
15529
15530 2015-07-30 Pedro Alves <palves@redhat.com>
15531
15532 * linux-low.c (handle_extended_wait): Set the child's last
15533 reported status to TARGET_WAITKIND_STOPPED.
15534
15535 2015-07-30 Pedro Alves <palves@redhat.com>
15536
15537 PR threads/18600
15538 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
15539 only shows inferior 1.
15540
15541 2015-07-30 Simon Marchi <simon.marchi@ericsson.com>
15542 Pedro Alves <palves@redhat.com>
15543
15544 PR threads/18600
15545 * gdb.threads/fork-plus-threads.c: New file.
15546 * gdb.threads/fork-plus-threads.exp: New file.
15547
15548 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
15549
15550 * gdb.base/batch-preserve-term-settings.exp
15551 (test_terminal_settings_preserved_after_cli_exit): Use
15552 send_quit_command.
15553
15554 2015-07-29 Pedro Alves <palves@redhat.com>
15555 Don Breazeal <donb@codesourcery.com>
15556
15557 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
15558 output from both inferior_spawn_id and gdb_spawn_id.
15559
15560 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
15561
15562 * gdb.threads/attach-into-signal.exp (corefunc): Use
15563 with_test_prefix on nested loops, uniquefying the test messages.
15564
15565 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
15566
15567 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
15568 commit.
15569
15570 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
15571
15572 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
15573 New proc.
15574 (test_terminal_settings_preserved_after_sigterm): New test.
15575
15576 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
15577
15578 * gdb.base/batch-preserve-term-settings.exp
15579 (test_terminal_settings_preserved_after_cli_exit): New test.
15580
15581 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
15582
15583 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
15584 manipulation of saved_gdbflags.
15585 (test_terminal_settings_preserved): Remove global declaration of
15586 the unused variable pagination_prompt. Remove manipulation of
15587 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
15588 GDBFLAGS.
15589
15590 2015-07-29 Pedro Alves <palves@redhat.com>
15591
15592 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
15593
15594 2015-07-29 Pedro Alves <palves@redhat.com>
15595
15596 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
15597 at the top.
15598
15599 2015-07-29 Pedro Alves <palves@redhat.com>
15600
15601 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
15602 (main): Call gdb_unbuffer_output.
15603 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
15604 (main): Call gdb_unbuffer_output.
15605 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
15606 (main): Call gdb_unbuffer_output.
15607 * gdb.base/call-strs.exp: Adjust to step over the
15608 gdb_unbuffer_output call.
15609 * gdb.base/catch-gdb-caused-signals.c: Include
15610 "../lib/unbuffer_output.c".
15611 (main): Call gdb_unbuffer_output.
15612 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
15613 (main): Call gdb_unbuffer_output.
15614 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
15615 (main): Call gdb_unbuffer_output.
15616 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
15617 (main): Call gdb_unbuffer_output.
15618 * gdb.base/shlib-call.exp: Adjust to step over the
15619 gdb_unbuffer_output call.
15620 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
15621 (main): Call gdb_unbuffer_output.
15622 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
15623 (main): Call gdb_unbuffer_output.
15624 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
15625 (main): Rename to ...
15626 (test): ... this.
15627 (main): Reimplement.
15628 * gdb.base/varargs.exp: Run to test instead of to main.
15629 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
15630 (main): Call gdb_unbuffer_output.
15631
15632 2015-07-29 Pedro Alves <palves@redhat.com>
15633
15634 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
15635 factore out from mi_continue_dprintf. For call-style dprintfs,
15636 expect dprintf output out of $inferior_spawn_id.
15637 (mi_continue_dprintf): Use mi_expect_dprintf.
15638 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
15639 (main): Call gdb_unbuffer_output.
15640
15641 2015-07-29 Pedro Alves <palves@redhat.com>
15642
15643 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
15644 (default_mi_gdb_start): Set inferior_spawn_id instead of
15645 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
15646 gdb_spawn_id.
15647 (mi_gdb_test): Always expect inferior output from both
15648 $inferior_spawn_id and $gdb_spawn_id.
15649
15650 2015-07-29 Pedro Alves <palves@redhat.com>
15651
15652 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
15653 send_inferior and $inferior_spawn_id.
15654
15655 2015-07-29 Pedro Alves <palves@redhat.com>
15656
15657 * gdb.gdb/complaints.exp (test_initial_complaints)
15658 (test_serial_complaints, test_short_complaints): Use
15659 gdb_test_stdio.
15660 (test_empty_complaint): Handle $inferior_spawn_id !=
15661 $gdb_spawn_id.
15662
15663 2015-07-29 Pedro Alves <palves@redhat.com>
15664
15665 * gdb.base/varargs.exp: Use gdb_test_stdio.
15666
15667 2015-07-29 Pedro Alves <palves@redhat.com>
15668
15669 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
15670
15671 2015-07-29 Pedro Alves <palves@redhat.com>
15672
15673 * gdb.base/ending-run.exp: Use gdb_test_stdio.
15674
15675 2015-07-29 Pedro Alves <palves@redhat.com>
15676
15677 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
15678 parameter into two new parameters, "inf_result" and "gdb_result".
15679 Expect inferior output and gdb output from $inferior_spawn_id and
15680 $gdb_spawn_id, respectively. Adjust all callers.
15681
15682 2015-07-29 Pedro Alves <palves@redhat.com>
15683
15684 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
15685 of gdb_test_sequence.
15686
15687 2015-07-29 Pedro Alves <palves@redhat.com>
15688
15689 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
15690 (saw_spurious_output): Expect inferior output from
15691 $inferior_spawn_id. Use gdb_test_stdio.
15692
15693 2015-07-29 Pedro Alves <palves@redhat.com>
15694
15695 * gdb.base/dprintf.exp: Use standard_testfile. Change
15696 prepare_for_testing call.
15697 (srcfile): Don't set.
15698 (restart): New procedure.
15699 (test_dprintf): New procecure, use to continue over dprintfs.
15700 (test_call, test_agent): New procedures, tests moved here.
15701 Restart gdb and recreate dprintfs. Adjust expected output.
15702
15703 2015-07-29 Pedro Alves <palves@redhat.com>
15704
15705 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
15706
15707 2015-07-29 Pedro Alves <palves@redhat.com>
15708
15709 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
15710
15711 2015-07-29 Pedro Alves <palves@redhat.com>
15712
15713 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
15714 gdb_test_stdio.
15715
15716 2015-07-29 Pedro Alves <palves@redhat.com>
15717
15718 * lib/gdb.exp (gdb_test_stdio): New procedure.
15719
15720 2015-07-29 Pedro Alves <palves@redhat.com>
15721
15722 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
15723
15724 2015-07-29 Pedro Alves <palves@redhat.com>
15725
15726 * gdb.base/call-signal-resume.exp: Remove check for
15727 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
15728 * gdb.base/unwindonsignal.exp: Likewise.
15729 * gdb.base/call-signals.c (gen_signal): Remove printf call.
15730 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
15731
15732 2015-07-29 Pedro Alves <palves@redhat.com>
15733
15734 * gdb.base/siginfo-addr.c (pass): New function.
15735 (handler): Call it iff si_addr is correct.
15736 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
15737 Set a breakpoint at "pass" and continue to it.
15738
15739 2015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
15740
15741 * gdb.python/py-objfile.exp: Make some tests have unique names.
15742 * gdb.python/py-pp-registration.exp: Likewise.
15743
15744 2015-07-28 Pedro Alves <palves@redhat.com>
15745
15746 * gdb.server/server-exec-info.exp: Issue a "disconnect".
15747
15748 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
15749
15750 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
15751
15752 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
15753
15754 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
15755
15756 2015-07-27 Patrick Palka <patrick@parcs.ath.cx>
15757
15758 * gdb.base/gdb-sigterm-2.exp: New test.
15759
15760 2015-07-25 Doug Evans <xdje42@gmail.com>
15761
15762 Revert:
15763 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
15764 (workers/%.worker, build-perf): New rule.
15765 (GDB_PERFTEST_MODE): New variable.
15766 (check-perf): Use it.
15767 (clean): Clean up gdb.perf parallel build subdirs.
15768 * lib/build-piece.exp: New file.
15769 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
15770 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
15771 name.
15772 (standard_temp_file): Ditto.
15773 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
15774 of $GDB_PARALLEL.
15775
15776 2015-07-24 Doug Evans <dje@google.com>
15777
15778 * gdb.perf/lib/perftest/utils.py: New file.
15779 * gdb.perf/gm-hello.cc: New file.
15780 * gdb.perf/gm-pervasive-typedef.cc: New file.
15781 * gdb.perf/gm-pervasive-typedef.h: New file.
15782 * gdb.perf/gm-std.cc: New file.
15783 * gdb.perf/gm-std.h: New file.
15784 * gdb.perf/gm-use-cerr.cc: New file.
15785 * gdb.perf/gm-utils.h: New file.
15786 * gdb.perf/gmonster-null-lookup.py: New file.
15787 * gdb.perf/gmonster-pervasive-typedef.py: New file.
15788 * gdb.perf/gmonster-print-cerr.py: New file.
15789 * gdb.perf/gmonster-ptype-string.py: New file.
15790 * gdb.perf/gmonster-runto-main.py: New file.
15791 * gdb.perf/gmonster-select-file.py: New file.
15792 * gdb.perf/gmonster1-null-lookup.exp: New file.
15793 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
15794 * gdb.perf/gmonster1-print-cerr.exp: New file.
15795 * gdb.perf/gmonster1-ptype-string.exp: New file.
15796 * gdb.perf/gmonster1-runto-main.exp: New file.
15797 * gdb.perf/gmonster1-select-file.exp: New file.
15798 * gdb.perf/gmonster1.cc: New file.
15799 * gdb.perf/gmonster1.exp: New file.
15800 * gdb.perf/gmonster2-null-lookup.exp: New file.
15801 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
15802 * gdb.perf/gmonster2-print-cerr.exp: New file.
15803 * gdb.perf/gmonster2-ptype-string.exp: New file.
15804 * gdb.perf/gmonster2-runto-main.exp: New file.
15805 * gdb.perf/gmonster2-select-file.exp: New file.
15806 * gdb.perf/gmonster2.cc: New file.
15807 * gdb.perf/gmonster2.exp: New file.
15808
15809 2015-07-24 Doug Evans <dje@google.com>
15810
15811 * gdb.perf/README: New file.
15812 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
15813 * lib/gen-perf-test.exp: New file.
15814
15815 2015-07-24 Doug Evans <dje@google.com>
15816
15817 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
15818 (PerfTest::startup): New function.
15819 (PerfTest::run): Return result of calling body.
15820 (PerfTest::assemble): Rewrite.
15821 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
15822 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
15823 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
15824 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
15825 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
15826
15827 2015-07-24 Doug Evans <dje@google.com>
15828
15829 * lib/gdb.exp (clean_restart): Make executable optional.
15830
15831 2015-07-24 Doug Evans <dje@google.com>
15832
15833 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
15834 compiler_info references.
15835 * gdb.cp/temargs.exp: Ditto.
15836 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
15837 (get_compiler_info): Early exit if already computed. Set compiler_info
15838 to "unknown" if there was a problem.
15839 (test_compiler_info): Add function comment. Call get_compiler_info.
15840
15841 2015-07-24 Doug Evans <dje@google.com>
15842
15843 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
15844 (workers/%.worker, build-perf): New rule.
15845 (GDB_PERFTEST_MODE): New variable.
15846 (check-perf): Use it.
15847 (clean): Clean up gdb.perf parallel build subdirs.
15848 * lib/build-piece.exp: New file.
15849 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
15850 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
15851 name.
15852 (standard_temp_file): Ditto.
15853 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
15854 of $GDB_PARALLEL.
15855
15856 2015-07-24 Doug Evans <dje@google.com>
15857
15858 * lib/future.exp (gdb_default_target_compile): New option
15859 "early_flags".
15860 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
15861 --as-needed.
15862
15863 2015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
15864
15865 * gdb.base/catch-syscall.exp: Call gdb_exit before
15866 gdb_skip_xml_test.
15867
15868 2015-07-24 Pedro Alves <palves@redhat.com>
15869
15870 * gdb.python/py-events.exp: Accept output between the stop event
15871 and the prompt.
15872 * gdb.python/py-evsignal.exp: Likewise.
15873 * gdb.python/py-evthreads.exp: Likewise.
15874
15875 2015-07-24 Pedro Alves <palves@redhat.com>
15876
15877 PR gdb/18717
15878 * gdb.threads/non-ldr-exit.c: New file.
15879 * gdb.threads/non-ldr-exit.exp: New file.
15880
15881 2015-07-24 Yao Qi <yao.qi@linaro.org>
15882
15883 * gdb.server/ext-wrapper.exp: Test --wrapper option when
15884 restarting process.
15885
15886 2015-07-24 Yao Qi <yao.qi@linaro.org>
15887
15888 * gdb.server/ext-restart.exp: New file.
15889
15890 2015-07-24 Yao Qi <yao.qi@linaro.org>
15891
15892 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
15893 argument options.
15894 * gdb.server/ext-wrapper.exp: New file.
15895
15896 2015-07-23 Doug Evans <dje@google.com>
15897
15898 * gdb.dwarf2/dw2-dummy-cu.S: New file.
15899 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
15900
15901 2015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
15902
15903 * gdb.ada/var_arr_typedef.exp: New testcase.
15904 * gdb.ada/var_arr_typedef/pack.adb: New file.
15905 * gdb.ada/var_arr_typedef/pack.ads: New file.
15906 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
15907
15908 2015-07-20 Joel Brobecker <brobecker@adacore.com>
15909
15910 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
15911
15912 2015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
15913
15914 * gdb.arch/i386-biarch-core.exp: Replace istarget
15915 by "complete set gnutarget". Remove expectation for the "core-file"
15916 command.
15917
15918 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
15919
15920 Revert the previous commit:
15921 Tests for validate symbol file using build-id.
15922
15923 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
15924
15925 Tests for validate symbol file using build-id.
15926 * gdb.base/solib-mismatch-lib.c: New file.
15927 * gdb.base/solib-mismatch-libmod.c: New file.
15928 * gdb.base/solib-mismatch.c: New file.
15929 * gdb.base/solib-mismatch.exp: New file.
15930
15931 2015-07-15 Sandra Loosemore <sandra@codesourcery.com>
15932
15933 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
15934 nios2-*-linux*.
15935 * gdb.base/sigbpt.exp (stepi_out): Likewise.
15936 * gdb.base/siginfo.exp: Likewise.
15937 * gdb.base/sigstep.exp (advance, advancei): Likewise.
15938
15939 2015-07-15 Pierre Langlois <pierre.langlois@arm.com>
15940
15941 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
15942 Move it to ...
15943 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
15944 ... here.
15945 * gdb.trace/range-stepping.exp: Check that the target supports
15946 range stepping.
15947
15948 2015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
15949
15950 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
15951
15952 2015-07-14 Pedro Alves <palves@redhat.com>
15953
15954 * gdb.base/killed-outside.exp: New file.
15955 * gdb.base/killed-outside.c: New file.
15956
15957 2015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
15958
15959 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
15960 (n at main): New.
15961 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
15962
15963 2015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
15964
15965 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
15966 infcall tests instead of setting up for KFAIL.
15967
15968 2015-07-10 Markus Metzger <markus.t.metzger@intel.com>
15969
15970 * gdb.btrace/record_goto-step.exp: New.
15971
15972 2015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
15973
15974 PR compile/18484
15975 * gdb.compile/compile.c (struct struct_type): Add volatile to
15976 selffield's type.
15977 * gdb.compile/compile.exp
15978 (compile code struct_object.selffield = &struct_object): Skip further
15979 struct_object tests if this one xfails.
15980
15981 2015-07-08 Robert O'Callahan <robert@ocallahan.org>
15982
15983 PR exp/18617
15984 * gdb.trace/ax.exp: Add test.
15985
15986 2015-07-07 Yao Qi <yao.qi@linaro.org>
15987
15988 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
15989 instead of istarget "aarch64*-*-*".
15990 * gdb.arch/aarch64-fp.exp: Likewise.
15991 * gdb.base/float.exp: Likewise.
15992 * gdb.reverse/aarch64.exp: Likewise.
15993 * lib/gdb.exp (is_aarch64_target): New proc.
15994
15995 2015-07-07 Yao Qi <yao.qi@linaro.org>
15996
15997 * lib/gdb.exp (is_aarch32_target): New proc.
15998 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
15999 instead of "istarget "arm*-*-*"".
16000 * gdb.arch/arm-disp-step.exp: Likewise.
16001 * gdb.arch/thumb-bx-pc.exp: Likewise.
16002 * gdb.arch/thumb-prologue.exp: Likewise.
16003 * gdb.arch/thumb-singlestep.exp: Likewise.
16004 * gdb.base/disp-step-syscall.exp: Likewise.
16005 * gdb.base/float.exp: Likewise.
16006
16007 2015-07-07 Yao Qi <yao.qi@linaro.org>
16008
16009 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
16010 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
16011
16012 2015-07-07 Yao Qi <yao.qi@linaro.org>
16013
16014 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
16015 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
16016 if it exists.
16017 * gdb.multi/multi-arch.exp: Likewise.
16018
16019 2015-07-07 Simon Marchi <simon.marchi@ericsson.com>
16020
16021 * gdb.python/py-lazy-string.exp: Add missing parentheses to
16022 print.
16023
16024 2015-07-07 Yao Qi <yao.qi@linaro.org>
16025
16026 * gdb.arch/thumb-singlestep.exp: Do one more single step.
16027
16028 2015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
16029
16030 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
16031 '[' and ']' characters.
16032
16033 2015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
16034
16035 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
16036
16037 2015-06-29 Pedro Alves <palves@redhat.com>
16038
16039 PR threads/18127
16040 * gdb.threads/hand-call-new-thread.c: New file.
16041 * gdb.threads/hand-call-new-thread.c: New file.
16042
16043 2015-06-26 Keith Seitz <keiths@redhat.com>
16044 Doug Evans <dje@google.com>
16045
16046 PR 16253
16047 * gdb.cp/var-tag-2.cc: New file.
16048 * gdb.cp/var-tag-3.cc: New file.
16049 * gdb.cp/var-tag-4.cc: New file.
16050 * gdb.cp/var-tag.cc: New file.
16051 * gdb.cp/var-tag.exp: New file.
16052
16053 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
16054
16055 * gdb.base/history-duplicates.exp: New test.
16056
16057 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
16058
16059 * gdb.base/completion.exp: Test the completion of the "focus"
16060 command.
16061
16062 2015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
16063
16064 * gdb.arch/amd64-prologue-skip.S: New file.
16065 * gdb.arch/amd64-prologue-skip.exp: New file.
16066
16067 2015-06-25 Simon Marchi <simon.marchi@ericsson.com>
16068
16069 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
16070 is_address_zero_readable check.
16071
16072 2015-06-24 Peter Bergner <bergner@vnet.ibm.com>
16073
16074 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
16075 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
16076
16077 2015-06-24 Yao Qi <yao.qi@linaro.org>
16078
16079 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
16080 linux targets.
16081
16082 2015-06-24 Yao Qi <yao.qi@linaro.org>
16083
16084 * lib/gdb.exp (supports_get_siginfo_type): New proc.
16085 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
16086 * gdb.base/siginfo-thread.exp: Likewise.
16087
16088 2015-06-22 Yao Qi <yao.qi@linaro.org>
16089
16090 * boards/remote-gdbserver-on-localhost.exp: Add comments.
16091
16092 2015-06-22 Yao Qi <yao.qi@linaro.org>
16093
16094 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
16095 aarch64*-*-*.
16096 (skip_hw_watchpoint_tests): Likewise.
16097
16098 2015-06-18 Patrick Palka <patrick@parcs.ath.cx>
16099
16100 * gdb.base/gdbinit-history.exp: Test the interaction between
16101 setting GDBHISTSIZE and setting the history size via .gdbinit.
16102
16103 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
16104
16105 PR gdb/16999
16106 * gdb.base/gdbhistsize-history.exp: New test.
16107
16108 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
16109
16110 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
16111 with GDBHISTSIZE.
16112 * gdb.base/readline.exp: Likewise.
16113
16114 2015-06-17 Yao Qi <yao.qi@linaro.org>
16115
16116 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
16117 line.
16118
16119 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
16120
16121 * gdb.base/gdbinit-history.exp: Add test case to check that
16122 an unlimited history file does not get truncated on exit.
16123
16124 2015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
16125
16126 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
16127 (VECTOR): New macro. Use it...
16128 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
16129 ...for these typedefs.
16130 (int8, char1, int1, double1): New typedefs.
16131 (struct just_int2, struct two_int2): New structures.
16132 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
16133 (add_structvecs, add_singlevecs): New functions.
16134 (main): Call add_some_intvecs twice.
16135 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
16136 the compile and exit upon failure. Try compiling for the "native"
16137 architecture. Test inferior function calls with vector arguments
16138 and vector return value handling with "finish" and "return".
16139
16140 2015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
16141
16142 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
16143 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
16144 PE file.
16145 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
16146
16147 2015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
16148
16149 PR breakpoints/16465
16150 * gdb.mi/mi-dprintf-pending.c: New file.
16151 * gdb.mi/mi-dprintf-pending.exp: New test.
16152 * gdb.mi/mi-dprintf-pendshr.c: New file.
16153
16154 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
16155 Mircea Gherzan <mircea.gherzan@intel.com>
16156
16157 * gdb.arch/i386-mpx-map.c: New file.
16158 * gdb.arch/i386-mpx-map.exp: New File.
16159
16160 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
16161
16162 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
16163 * gdb.arch/i386-mpx.exp: Indentation fixed.
16164
16165 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
16166
16167 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
16168 function and improved indentation.
16169 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
16170 gdb_test_multiple. Added additional tests to skip the test.
16171
16172 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
16173
16174 * gdb.arch/i386-avx512.c: Change path in include file.
16175 * gdb.arch/i386-avx512.exp: Change include dir path
16176 compilation flag.
16177 * gdb.arch/i386-mpx.c: Change path in include file.
16178 * gdb.arch/i386-mpx.exp: Change include dir path compilation
16179 flag.
16180
16181 2015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
16182
16183 * gdb.compile/compile-print.exp (compile print *vararray@3)
16184 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
16185
16186 2015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
16187
16188 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
16189 (do not keep jit in memory): ... this.
16190 (expect 5): Change it to ...
16191 (expect no 5): ... this.
16192
16193 2015-06-02 Simon Marchi <simon.marchi@ericsson.com>
16194
16195 PR gdb/15564
16196 * gdb.mi/mi-detach.exp: New file.
16197
16198 2015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
16199
16200 PR symtab/18392
16201 * gdb.arch/amd64-tailcall-self.S: New file.
16202 * gdb.arch/amd64-tailcall-self.c: New file.
16203 * gdb.arch/amd64-tailcall-self.exp: New file.
16204
16205 2015-05-28 Don Breazeal <donb@codesourcery.com>
16206
16207 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
16208 tests for remote targets by checking is_target_gdbserver.
16209
16210 2015-05-27 Doug Evans <dje@google.com>
16211
16212 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
16213 * gdb.dwarf2/opaque-type-lookup.c: New file.
16214 * gdb.dwarf2/opaque-type-lookup.exp: New file.
16215
16216 2015-05-26 Doug Evans <dje@google.com>
16217
16218 * gdb.cp/iostream.cc: New file.
16219 * gdb.cp/iostream.exp: New file.
16220
16221 2015-05-26 Doug Evans <dje@google.com>
16222
16223 * gdb.dwarf2/dw2-op-call.exp: Update.
16224 * gdb.dwarf2/dw4-sig-types.exp: Update.
16225 * gdb.dwarf2/implptr.exp: Update.
16226 * gdb.mi/mi-cmd-param-changed.exp: Update.
16227
16228 2015-05-26 Doug Evans <dje@google.com>
16229
16230 * gdb.python/py-lazy-string.c: New file.
16231 * gdb.python/py-lazy-string.exp: New file.
16232 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
16233 (main): Update. Add estring3.
16234 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
16235 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
16236
16237 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
16238 Yao Qi <yao.qi@linaro.org>
16239
16240 * gdb.reverse/aarch64.c: New.
16241 * gdb.reverse/aarch64.exp: New.
16242
16243 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
16244
16245 * lib/gdb.exp (supports_process_record): Return true for
16246 aarch64*-linux*.
16247 (supports_reverse): Likewise.
16248
16249 2015-05-22 Patrick Palka <patrick@parcs.ath.cx>
16250
16251 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
16252 Use with_test_prefix.
16253
16254 2015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
16255
16256 * gdb.base/completion.exp: Add test for completion of layout
16257 names.
16258
16259 2015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
16260
16261 * lib/gdb.exp (skip_tui_tests): New proc.
16262 * gdb.base/tui-layout.exp: Check skip_tui_tests.
16263
16264 2015-05-19 Pedro Alves <palves@redhat.com>
16265
16266 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
16267 Save the whole env array instead of just HOME. Unset HISTSIZE in
16268 the environment while testing. Restore whole environment
16269 afterwards.
16270
16271 2015-05-16 Doug Evans <xdje42@gmail.com>
16272
16273 * gdb.guile/scm-ports.c: New file.
16274 * gdb.guile/scm-ports.exp: Add memory port tests.
16275
16276 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
16277
16278 * gdb.compile/compile-print.c: New file.
16279 * gdb.compile/compile-print.exp: New file.
16280
16281 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
16282
16283 * gdb.compile/compile-ops.exp: Cast param to void.
16284 * gdb.compile/compile.exp: Complete type for _gdb_expr.
16285 (compile code struct_object.selffield = &struct_object): Add xfail.
16286
16287 2015-05-15 Joel Brobecker <brobecker@adacore.com>
16288
16289 * gdb.ada/arr_enum_with_gap: New testcase.
16290
16291 2015-05-15 Joel Brobecker <brobecker@adacore.com>
16292
16293 * gdb.ada/byte_packed_arr: New testcase.
16294
16295 2015-05-15 Joel Brobecker <brobecker@adacore.com>
16296
16297 * gdb.ada/pckd_neg: New testcase.
16298
16299 2015-05-13 Patrick Palka <patrick@parcs.ath.cx>
16300
16301 PR gdb/17820
16302 * gdb.base/gdbinit-history.exp: New test.
16303 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
16304 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
16305
16306 2015-05-09 Siva Chandra Reddy <sivachandra@google.com>
16307
16308 * gdb.python/py-xmethods.cc: Enhance test case.
16309 * gdb.python/py-xmethods.exp: New tests.
16310 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
16311 function.
16312 (B_indexoper): Likewise.
16313 (global_dm_list) : Add new xmethod worker functions.
16314
16315 2015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
16316
16317 * gdb.base/coredump-filter.exp: Correctly unset
16318 "coredump_var_addr" array.
16319
16320 2015-05-08 Pedro Alves <palves@redhat.com>
16321
16322 * gdb.server/non-existing-program.exp: Unset spawn_id.
16323
16324 2015-05-08 Siva Chandra Reddy <sivachandra@google.com>
16325
16326 PR python/18291
16327 * gdb.python/py-xmethods.exp: Add tests.
16328
16329 2015-05-08 Yao Qi <yao.qi@linaro.org>
16330
16331 PR gdb/18208
16332 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
16333 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
16334 function set_coredump_filter, and remove remote_exec call.
16335 Remove argument ipid. Callers update.
16336 (top level): Don't get inferior's PID.
16337
16338 2015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
16339
16340 * gdb.base/watch_thread_num.exp: Skip test on targets without
16341 access watchpoints.
16342
16343 2015-05-06 Pedro Alves <palves@redhat.com>
16344
16345 PR server/18081
16346 * gdb.server/non-existing-program.exp: New file.
16347
16348 2015-05-05 Joel Brobecker <brobecker@adacore.com>
16349
16350 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
16351
16352 2015-05-05 Joel Brobecker <brobecker@adacore.com>
16353
16354 * gdb.ada/out_of_line_in_inlined: New testcase.
16355
16356 2015-05-05 Joel Brobecker <brobecker@adacore.com>
16357
16358 * gdb.ada/var_rec_arr: New testcase.
16359
16360 2015-04-30 Yao Qi <yao.qi@linaro.org>
16361
16362 * gdb.base/break-idempotent.exp: If
16363 skip_hw_watchpoint_multi_tests returns true, skip the tests
16364 on "rwatch" and "awatch".
16365
16366 2015-04-30 Yao Qi <yao.qi@linaro.org>
16367
16368 * gdb.base/relativedebug.exp: Invoke gdb command
16369 "info sharedlibrary", and if libc.so doesn't have debug info,
16370 skip the test.
16371
16372 2015-04-29 Doug Evans <dje@google.com>
16373
16374 * gdb.python/py-xmethods.exp: Add ptype tests.
16375 * gdb.python/py-xmethods.py (E_method_char_worker): Add
16376 get_result_type method.
16377
16378 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
16379
16380 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
16381 the target does not support hardware watchpoints.
16382
16383 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
16384
16385 * gdb.base/break-always.exp: Abort testing if writing to memory
16386 causes an error.
16387
16388 2015-04-28 Doug Evans <dje@google.com>
16389
16390 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
16391 * gdb.python/py-pp-registration.exp: ... here. New file.
16392 * gdb.python/py-pp-registration.c: New file.
16393 * gdb.python/py-pp-registration.py: New file.
16394
16395 2015-04-28 Doug Evans <dje@google.com>
16396
16397 * gdb.python/py-bad-printers.c: New file.
16398 * gdb.python/py-bad-printers.py: New file.
16399 * gdb.python/py-bad-printers.exp: New file.
16400
16401 2015-04-28 Sasha Smundak <asmundak@google.com>
16402
16403 * gdb.python/py-type.exp: New test.
16404
16405 2015-04-28 Andy Wingo <wingo@igalia.com>
16406
16407 * gdb.python/py-parameter.exp:
16408 * gdb.guile/scm-parameter.exp: Escape the path that we are
16409 matching against, as it might contain characters that are special
16410 to regular expressions.
16411
16412 2015-04-27 Joel Brobecker <brobecker@adacore.com>
16413
16414 * gdb.ada/rec_comp: New testcase.
16415
16416 2015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
16417
16418 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
16419 before using it.
16420
16421 2015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
16422
16423 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
16424 new tests for verilog output.
16425
16426 2015-04-24 Yao Qi <yao.qi@linaro.org>
16427
16428 * boards/remote-gdbserver-on-localhost.exp: New file.
16429
16430 2015-04-23 Pedro Alves <palves@redhat.com>
16431
16432 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
16433 $inferior_spawn_id instead of $inferior_spawn_id directly. On
16434 "end of file", remove $inferior_spawn_id from the indirect list.
16435
16436 2015-04-23 Pedro Alves <palves@redhat.com>
16437
16438 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
16439
16440 2015-04-23 Pedro Alves <palves@redhat.com>
16441
16442 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
16443 on $any_spawn_id instead of only on $gdb_spawn_id.
16444
16445 2015-04-21 Pierre Muller <muller@sourceware.org>
16446
16447 PR pascal/17815
16448 * lib/pascal.exp (gpc_compile): Add new option "class".
16449 (fpc_compile): Likewise.
16450 * gdb.pascal/case-insensitive-symbols.pas: New file.
16451 * gdb.pascal/case-insensitive-symbols.exp: New file.
16452
16453 2015-04-20 Gary Benson <gbenson@redhat.com>
16454
16455 * gdb.base/attach.exp: Fix three extended remote failures.
16456
16457 2015-04-17 Gary Benson <gbenson@redhat.com>
16458
16459 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
16460 the main executable over the remote protocol.
16461
16462 2015-04-16 Pedro Alves <palves@redhat.com>
16463
16464 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
16465 a new gdbserver if gdbserver_reconnect_p is set.
16466
16467 2015-04-16 Pedro Alves <palves@redhat.com>
16468
16469 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
16470 is set, don't exit gdbserver.
16471
16472 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
16473
16474 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
16475 appropriate .insn, such that an older assembler can be used.
16476 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
16477 the z/Architecture instruction set on 31-bit targets as well.
16478
16479 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
16480
16481 * gdb.go/handcall.exp: Remove all logic related to the first
16482 breakpoint and rely on go_runto_main instead.
16483 * gdb.go/strings.exp: Likewise.
16484 * gdb.go/unsafe.exp: Likewise.
16485 * gdb.go/hello.exp: Likewise. Also rename the remaining
16486 breakpoint marker to "breakpoint 1".
16487 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
16488 * gdb.go/strings.go: Likewise.
16489 * gdb.go/unsafe.go: Likewise.
16490 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
16491 "set breakpoint 2 here" and rename the remaining breakpoint marker
16492 to "breakpoint 1".
16493
16494 2015-04-15 Simon Marchi <simon.marchi@ericsson.com>
16495
16496 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
16497 if itertools.imap is not present.
16498 * gdb.python/py-objfile.exp: Add parentheses.
16499 * gdb.python/py-type.exp: Same.
16500 * gdb.python/py-unwind-maint.py: Same.
16501
16502 2015-04-15 Yao Qi <yao.qi@linaro.org>
16503
16504 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
16505 of ":$ptr_size" and set its form explicitly.
16506
16507 2015-04-15 Pedro Alves <palves@redhat.com>
16508 Yao Qi <yao.qi@linaro.org>
16509
16510 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
16511 timeout by factor of 4.
16512 (test_regular_watch): Likewise.
16513 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
16514 * gdb.reverse/sigall-reverse.exp: Likewise.
16515 * gdb.reverse/until-precsave.exp: Likewise.
16516 * lib/gdb.exp (with_timeout_factor): New proc.
16517 (gdb_expect): Move some code to ...
16518 (get_largest_timeout): ... here. New procedure.
16519
16520 2015-04-14 Luis Machado <lgustavo@codesourcery.com>
16521
16522 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
16523
16524 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
16525
16526 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
16527 to write to the .text section.
16528
16529 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
16530
16531 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
16532 Handle the case of targets that do not provide PID information.
16533
16534 2015-04-13 Yao Qi <yao.qi@linaro.org>
16535
16536 * lib/gdbserver-support.exp (gdb_exit): Catch exception
16537 and use expect instead of gdb_expect.
16538
16539 2015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
16540
16541 * gdb.base/coredump-filter.exp: Rename variable "addr" to
16542 "coredump_var_addr" to avoid naming conflict with other testcases.
16543
16544 2015-04-10 Pedro Alves <palves@redhat.com>
16545
16546 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
16547 gdb_test_sequence and gdb_assert.
16548
16549 2015-04-10 Pedro Alves <palves@redhat.com>
16550
16551 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
16552 test messages that don't include the breakpoint address.
16553
16554 2015-04-10 Yao Qi <yao.qi@linaro.org>
16555
16556 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
16557 false for some offset and width combinations which aren't
16558 supported by linux kernel.
16559
16560 2015-04-10 Pedro Alves <palves@redhat.com>
16561
16562 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
16563 procedure, factored out from ...
16564 (top level): ... here. Add "set displaced-stepping" testing axis.
16565 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
16566 parameter "displaced". Use it.
16567 (top level): Use foreach and add "set displaced-stepping" testing
16568 axis.
16569
16570 2015-04-10 Pedro Alves <palves@redhat.com>
16571
16572 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
16573 Remove comment.
16574 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
16575 both the address of the instruction that triggers the watchpoint
16576 and the address of the instruction immediately after, and use
16577 those addresses for the test. Fix comment.
16578
16579 2015-04-10 Pedro Alves <palves@redhat.com>
16580
16581 * gdb.base/sigstep.exp (breakpoint_to_handler)
16582 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
16583 Test "backtrace" in handler.
16584 (breakpoint_over_handler): New parameter 'displaced'. Use it.
16585 (top level): Add new "displaced" test axis to
16586 breakpoint_to_handler, breakpoint_to_handler_entry and
16587 breakpoint_over_handler.
16588
16589 2015-04-10 Pedro Alves <palves@redhat.com>
16590
16591 PR gdb/18216
16592 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
16593
16594 2015-04-10 Yao Qi <yao.qi@linaro.org>
16595
16596 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
16597 (test_add_rn_pc): New function.
16598 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
16599 (top level): Invoke test_add_rn_pc.
16600
16601 2015-04-10 Pedro Alves <palves@redhat.com>
16602
16603 PR gdb/13858
16604 * gdb.base/step-over-no-symbols.exp: New file.
16605
16606 2015-04-09 Andy Wingo <wingo@igalia.com>
16607
16608 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
16609 after the Python tests.
16610
16611 2015-04-08 Keith Seitz <keiths@redhat.com>
16612
16613 PR python/16699
16614 * gdb.python/py-completion.exp: New tests for completion.
16615 * gdb.python/py-completion.py (CompleteLimit1): New class.
16616 (CompleteLimit2): Likewise.
16617 (CompleteLimit3): Likewise.
16618 (CompleteLimit4): Likewise.
16619 (CompleteLimit5): Likewise.
16620 (CompleteLimit6): Likewise.
16621 (CompleteLimit7): Likewise.
16622
16623 2015-04-08 Pedro Alves <palves@redhat.com>
16624
16625 PR gdb/18214
16626 PR gdb/18216
16627 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
16628 function.
16629 (main): Install it as SIGUSR1 handler.
16630 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
16631 parameter. Always use "setup" as prefix. Toggle "set
16632 displaced-stepping" off/on depending on global. Don't switch to
16633 thread 1 here.
16634 (top level): Add displaced stepping "off/on" test axis. Update
16635 "setup" calls. Wrap each subtest with with_test_prefix. Test
16636 continuing with a queued signal in each thread.
16637
16638 2015-04-08 Pedro Alves <palves@redhat.com>
16639
16640 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
16641 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
16642 gdb_breakpoint instead of gdb_test that doesn't expect anything.
16643 Return early if running to main fails.
16644 * gdb.trace/while-stepping.exp: Likewise.
16645
16646 2015-04-07 Pedro Alves <palves@redhat.com>
16647
16648 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
16649 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
16650 interact with inferior program.
16651
16652 2015-04-07 Pedro Alves <palves@redhat.com>
16653
16654 * lib/gdb.exp (inferior_spawn_id): New global.
16655 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
16656 spawn id after processing the user code.
16657 (default_gdb_start): Set inferior_spawn_id.
16658 (send_inferior): New procedure.
16659 * lib/gdbserver-support.exp (gdbserver_start): Set
16660 inferior_spawn_id.
16661 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
16662
16663 2015-04-07 Pedro Alves <palves@redhat.com>
16664
16665 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
16666 * lib/gdbserver-support.exp (gdbserver_start): Make
16667 $server_spawn_id global.
16668 (gdbserver_start): Don't wait for gdbserver's spawn id with
16669 expect_background.
16670 (close_gdbserver): New procedure.
16671 (gdb_exit): Rename the default version and reimplement.
16672
16673 2015-04-07 Pedro Alves <palves@redhat.com>
16674
16675 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
16676 append the substituted item, not the original item.
16677
16678 2015-04-07 Pedro Alves <palves@redhat.com>
16679
16680 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
16681 gdb_expect.
16682
16683 2015-04-07 Pedro Alves <palves@redhat.com>
16684
16685 * gdb.base/interrupt.exp: Don't handle the case of the inferior
16686 output appearing once only.
16687
16688 2015-04-07 Pedro Alves <palves@redhat.com>
16689
16690 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
16691 that doesn't expect anything. Return early if running to main
16692 fails.
16693
16694 2015-04-07 Yao Qi <yao.qi@linaro.org>
16695
16696 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
16697 (child_function): Call alarm.
16698 (main): Move call to alarm into the loop.
16699 * gdb.threads/non-stop-fair-events.exp: Build program with
16700 -DTIMEOUT=$timeout.
16701
16702 2015-04-06 Doug Evans <xdje42@gmail.com>
16703
16704 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
16705 Fix dest parameter to board_info.
16706 (fpc_compile): Ditto.
16707 (gdb_compile_pascal): Rename dest arg to destfile.
16708
16709 2015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
16710
16711 * gdb.ada/funcall_ref.exp: New file.
16712 * gdb.ada/funcall_ref/foo.adb: New file.
16713
16714 2015-04-02 Yao Qi <yao.qi@linaro.org>
16715
16716 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
16717 is remote.
16718
16719 2015-04-02 Gary Benson <gbenson@redhat.com>
16720
16721 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
16722
16723 2015-04-01 Sasha Smundak <asmundak@google.com>
16724
16725 * gdb.python/py-unwind-maint.c: New file.
16726 * gdb.python/py-unwind-maint.exp: New test.
16727 * gdb.python/py-unwind-maint.py: New file.
16728 * gdb.python/py-unwind.c: New file.
16729 * gdb.python/py-unwind.exp: New test.
16730 * gdb.python/py-unwind.py: New test.
16731
16732 2015-04-01 Pedro Alves <palves@redhat.com>
16733
16734 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
16735 to fail instead of non-existent $test.
16736
16737 2015-04-01 Pedro Alves <palves@redhat.com>
16738
16739 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
16740 GDBFLAGS if not empty.
16741
16742 2015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
16743
16744 * gdb.ada/complete.exp: Remove "multi_line".
16745 * gdb.ada/info_exc.exp: Remove "multi_line".
16746 * gdb.ada/packed_tagged.exp: Remove "multi_line".
16747 * gdb.ada/ptype_field.exp: Remove "multi_line".
16748 * gdb.ada/sym_print_name.exp: Remove "multi_line".
16749 * gdb.ada/tagged.exp: Remove "multi_line".
16750 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
16751 [multi_line ...]
16752 * gdb.btrace/delta.exp: Likewise.
16753 * gdb.btrace/exception.exp: Likewise.
16754 * gdb.btrace/function_call_history.exp: Likewise.
16755 * gdb.btrace/instruction_history.exp: Likewise.
16756 * gdb.btrace/nohist.exp: Likewise.
16757 * gdb.btrace/record_goto.exp: Likewise.
16758 * gdb.btrace/segv.exp: Likewise.
16759 * gdb.btrace/stepi.exp: Likewise.
16760 * gdb.btrace/tailcall.exp: Likewise.
16761 * gdb.btrace/unknown_functions.exp: Likewise.
16762 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
16763 * lib/gdb.exp: Add the "multi_line" helper.
16764
16765 2015-04-01 Pedro Alves <palves@redhat.com>
16766
16767 * gdb.threads/tid-reuse.c: New file.
16768 * gdb.threads/tid-reuse.exp: New file.
16769
16770 2015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
16771
16772 PR corefiles/16092
16773 * gdb.base/coredump-filter.c: New file.
16774 * gdb.base/coredump-filter.exp: Likewise.
16775
16776 2015-03-27 Petr Machata <pmachata@redhat.com>
16777
16778 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
16779 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
16780 (Dwarf::assemble): Initialize them.
16781 (Dwarf::lines): New function.
16782
16783 2015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
16784
16785 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
16786 SYMBOL_PREFIX for x86_64-*-cygwin.
16787
16788 2015-03-26 Andy Wingo <wingo@igalia.com>
16789
16790 PR symtab/18148
16791 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
16792 const_value but not a location.
16793 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
16794 location defined in non-main CUs are visible.
16795
16796 2015-03-26 Yao Qi <yao.qi@linaro.org>
16797
16798 PR testsuite/18139
16799 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
16800 Add a line number entry for the same line.
16801 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
16802 Add a line number entry for the same line.
16803
16804 2015-03-26 Yao Qi <yao.qi@linaro.org>
16805
16806 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
16807 .int 0.
16808 (func): Likewise. Add .Lfunc_1 label.
16809 Use .Lfunc_1 label.
16810 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
16811 .int 0.
16812 (func): Likewise.
16813 Use .Lfunc_1 label.
16814
16815 2015-03-26 Yao Qi <yao.qi@linaro.org>
16816
16817 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
16818 Call gdb_compile instead to compile each .s files without debug
16819 information.
16820
16821 2015-03-26 Yao Qi <yao.qi@linaro.org>
16822
16823 * gdb.base/savedregs.exp (process_saved_regs): Make
16824 "Saved registers:" optional in the pattern.
16825
16826 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
16827
16828 * gdb.btrace/next.exp: Merged into step.exp.
16829 * gdb.btrace/finish.exp: Merged into step.exp.
16830 * gdb.btrace/nexti.exp: Merged into stepi.exp.
16831 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
16832 "record goto" and checking the exact replay position.
16833 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
16834 check for "Recording format" in "info record" output.
16835 * gdb.btrace/record_goto.exp: Choose test file based on target.
16836 * gdb.btrace/x86-record_goto.S: Renamed into ...
16837 * gdb.btrace/x86_64-record_goto.S: ... this.
16838 * gdb.btrace/i686-record_goto.S: New.
16839 * gdb.btrace/x86-tailcall.S: Renamed into ...
16840 * gdb.btrace/x86_64-tailcall.S: ... this.
16841 * gdb.btrace/i686-tailcall.S: New.
16842 * gdb.btrace/x86-tailcall.c: Renamed into ...
16843 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
16844 separate statements. Update test.
16845 * gdb.btrace/delta.exp: Use record_goto.c as test file.
16846 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
16847 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
16848 * gdb.btrace/tailcall.exp: Choose test file based on target.
16849 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
16850
16851 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
16852
16853 * gdb.btrace/exception.exp: Increase BTS buffer size.
16854
16855 2015-03-24 Pedro Alves <palves@redhat.com>
16856
16857 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
16858
16859 2015-03-24 Pedro Alves <palves@redhat.com>
16860
16861 * gdb.threads/schedlock.exp (test_step): No longer expect that
16862 "set scheduler-locking step" with "next" over a function call runs
16863 threads unlocked.
16864
16865 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
16866
16867 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
16868
16869 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
16870
16871 PR breakpoints/16466
16872 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
16873 * gdb.mi/mi-pending.c (thread_func): New function.
16874 (int main): Add threading support required.
16875 * gdb.mi/mi-pending.exp: Add tests for this issue.
16876 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
16877 (pendfunc2): Remove stdio dependency.
16878 * gdb.mi/mi-pendshr2.c: New file.
16879
16880 2015-03-23 Keith Seitz <keiths@redhat.com>
16881
16882 * gdb.linespec/keywords.c: New file.
16883 * gdb.linespec/keywords.exp: New file.
16884
16885 2015-03-23 Keith Seitz <keiths@redhat.com>
16886
16887 PR gdb/18021
16888 * gdb.dwarf2/staticvirtual.exp: New test.
16889
16890 2015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
16891
16892 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
16893 * README: Remove HP-UX and gdb.hp.
16894 (configuration):
16895 * configure: Regenerate.
16896 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
16897 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
16898 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
16899 gdb.hp/gdb.defects/Makefile.
16900 * gdb.hp/Makefile.in: File deleted.
16901 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
16902 * gdb.hp/gdb.aCC/optimize.c: File deleted.
16903 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
16904 * gdb.hp/gdb.aCC/run.c: File deleted.
16905 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
16906 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
16907 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
16908 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
16909 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
16910 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
16911 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
16912 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
16913 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
16914 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
16915 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
16916 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
16917 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
16918 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
16919 * gdb.hp/gdb.base-hp/reg.s: File deleted.
16920 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
16921 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
16922 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
16923 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
16924 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
16925 * gdb.hp/gdb.compat/Makefile.in: File deleted.
16926 * gdb.hp/gdb.compat/average.c: File deleted.
16927 * gdb.hp/gdb.compat/sum.c: File deleted.
16928 * gdb.hp/gdb.compat/xdb.c: File deleted.
16929 * gdb.hp/gdb.compat/xdb0.c: File deleted.
16930 * gdb.hp/gdb.compat/xdb0.h: File deleted.
16931 * gdb.hp/gdb.compat/xdb1.c: File deleted.
16932 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
16933 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
16934 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
16935 * gdb.hp/gdb.defects/Makefile.in: File deleted.
16936 * gdb.hp/gdb.defects/bs14602.c: File deleted.
16937 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
16938 * gdb.hp/gdb.defects/solib-d.c: File deleted.
16939 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
16940 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
16941 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
16942 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
16943 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
16944 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
16945 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
16946 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
16947 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
16948 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
16949 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
16950 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
16951 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
16952 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
16953 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
16954 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
16955 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
16956 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
16957 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
16958 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
16959 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
16960 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
16961 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
16962 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
16963 * gdb.hp/tools/odump: File deleted.
16964
16965 2015-03-19 Pedro Alves <palves@redhat.com>
16966
16967 * gdb.threads/continue-pending-status.exp (saw_thread_2)
16968 (saw_thread_3): New globals.
16969 (top level): Increment them when an event for the corresponding
16970 thread is seen.
16971 (no thread starvation): New test.
16972
16973 2015-03-19 Pedro Alves <palves@redhat.com>
16974
16975 * gdb.threads/continue-pending-status.c: New file.
16976 * gdb.threads/continue-pending-status.exp: New file.
16977
16978 2015-03-18 Pedro Alves <palves@redhat.com>
16979
16980 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
16981 Use gdb_is_target_remote instead of is_remote. Use
16982 gdb_test_multiple instead of gdb_expect. Exit early if
16983 gdb_test_multiple hits its internal matches. Tighten stepi tests
16984 expected output. Fail on exit with any signal, instead of just
16985 SIGILL.
16986
16987 2015-03-18 Yao Qi <yao.qi@linaro.org>
16988
16989 PR tdep/18107
16990 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
16991 variable.
16992 * gdb.base/catch-syscall.exp: Don't skip it on
16993 aarch64*-*-linux* target. Remove elements in all_syscalls.
16994 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
16995 target.
16996 (setup_all_syscalls): New proc.
16997
16998 2015-03-16 Yao Qi <yao.qi@linaro.org>
16999
17000 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
17001 (top level): Skip tests if valid_addr_p returns false for
17002 $cmd1 or $cmd2.
17003
17004 2015-03-11 Andy Wingo <wingo@igalia.com>
17005
17006 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
17007
17008 2015-03-11 Yao Qi <yao.qi@linaro.org>
17009
17010 * gdb.base/catch-syscall.exp: Fix typo in comments.
17011
17012 2015-03-11 Yao Qi <yao.qi@linaro.org>
17013
17014 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
17015
17016 2015-03-09 Pedro Alves <palves@redhat.com>
17017
17018 * dg-extract-results.py: Delete.
17019
17020 2015-03-09 Pedro Alves <palves@redhat.com>
17021
17022 Merge dg-extract-results.sh from GCC upstream (r218843).
17023
17024 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
17025 * dg-extract-results.sh: Use --text with grep to avoid issues with
17026 binary files. Fall back to cat -v, if that doesn't work.
17027
17028 2015-03-05 Pedro Alves <palves@redhat.com>
17029
17030 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
17031
17032 2015-03-04 Simon Marchi <simon.marchi@ericsson.com>
17033
17034 * lib/mi-support.exp (mi_expect_interrupt): Accept
17035 alternative event for when in all-stop mode.
17036
17037 2015-03-04 Pedro Alves <palves@redhat.com>
17038
17039 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
17040
17041 2015-03-04 Mark Kettenis <kettenis@gnu.org>
17042
17043 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
17044
17045 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
17046
17047 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
17048 regexps for GDB's current line display, accept a hex address
17049 preceding the line number.
17050
17051 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
17052
17053 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
17054 the 'arch1' variable for "s390*-linux*" targets.
17055
17056 2015-03-04 Pedro Alves <palves@redhat.com>
17057
17058 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
17059 (main): Pass missing retval argument to pthread_join call.
17060
17061 2015-03-02 Pedro Alves <palves@redhat.com>
17062
17063 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
17064 (top level): Call do_test with non-stop as well.
17065
17066 2015-03-02 Pedro Alves <palves@redhat.com>
17067
17068 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
17069 -1.
17070
17071 2015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
17072
17073 * gdb.arch/s390-vregs.exp: New test.
17074 * gdb.arch/s390-vregs.S: New file.
17075
17076 2015-02-27 Pedro Alves <palves@redhat.com>
17077
17078 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
17079 call to catch_command_errors.
17080 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
17081 catch_command_errors.
17082
17083 2015-02-27 Pedro Alves <palves@redhat.com>
17084
17085 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
17086 "true" for boolean result.
17087 * gdb.gdb/selftest.exp (test_with_self): Also accept full
17088 prototype of main.
17089
17090 2015-02-27 Pedro Alves <palves@redhat.com>
17091
17092 * lib/unbuffer_output.c: New file.
17093 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
17094 (main): Call gdb_unbuffer_output.
17095
17096 2015-02-27 Yao Qi <yao.qi@linaro.org>
17097
17098 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
17099 target.
17100
17101 2015-02-26 Doug Evans <dje@google.com>
17102
17103 * gdb.cp/class2.cc (Dbase, D): New classes.
17104 (main): New local delta.
17105 * gdb.cp/class2.exp: Test printing delta.
17106 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
17107 (dynbar): New global.
17108 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
17109
17110 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
17111
17112 * gdb.compile/compile-ifunc.c: New file.
17113 * gdb.compile/compile-ifunc.exp: New file.
17114
17115 2015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
17116
17117 * gdb.base/structs.exp: Check for correct struct on finish.
17118
17119 2015-02-26 Yao Qi <yao.qi@linaro.org>
17120
17121 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
17122 is zero.
17123
17124 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
17125
17126 * gdb.arch/cordic.ko.bz2: New file.
17127 * gdb.arch/cordic.ko.debug.bz2: New file.
17128 * gdb.arch/ppc64-symtab-cordic.exp: New file.
17129
17130 2015-02-25 Yao Qi <yao.qi@linaro.org>
17131
17132 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
17133 aarch64*-*-* target.
17134
17135 2015-02-23 Pedro Alves <palves@redhat.com>
17136
17137 * lib/gdb.exp (delete_breakpoints): Rewrite using
17138 gdb_test_multiple.
17139
17140 2015-02-23 Pedro Alves <palves@redhat.com>
17141
17142 * gdb.base/info-os.c: Include stdlib.h.
17143
17144 2015-02-22 Doug Evans <xdje42@gmail.com>
17145
17146 PR symtab/17855
17147 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
17148 is read after symbols have been re-read.
17149 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
17150 * gdb.ada/exec_changed/second.adb (Second): Ditto.
17151
17152 2015-02-21 Doug Evans <dje@google.com>
17153
17154 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
17155
17156 2015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
17157
17158 PR corefiles/17808
17159 * gdb.arch/i386-biarch-core.core.bz2: New file.
17160 * gdb.arch/i386-biarch-core.exp: New file.
17161
17162 2015-02-21 Pedro Alves <palves@redhat.com>
17163
17164 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
17165 runto_main fails.
17166
17167 2015-02-20 Pedro Alves <palves@redhat.com>
17168
17169 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
17170 info probes.
17171
17172 2015-02-20 Pedro Alves <palves@redhat.com>
17173
17174 * gdb.threads/multi-create-ns-info-thr.exp: New file.
17175
17176 2015-02-20 Pedro Alves <palves@redhat.com>
17177
17178 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
17179 clean_restart before gdb_target_supports_trace.
17180
17181 2015-02-20 Pedro Alves <palves@redhat.com>
17182
17183 PR threads/18006
17184 * gdb.threads/clone-thread_db.c: New file.
17185 * gdb.threads/clone-thread_db.exp: New file.
17186
17187 2015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
17188
17189 PR breakpoints/16812
17190 * gdb.base/catch-gdb-caused-signals.c: New file.
17191 * gdb.base/catch-gdb-caused-signals.exp: New file.
17192
17193 2015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
17194
17195 * configure: Regenerated.
17196 * configure.ac: Use GDB_AC_TRANSFORM.
17197 * aclocal.m4: sinclude ../transform.m4.
17198
17199 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
17200
17201 * lib/dtrace.exp: New file.
17202 * gdb.base/dtrace-probe.exp: Likewise.
17203 * gdb.base/dtrace-probe.d: Likewise.
17204 * gdb.base/dtrace-probe.c: Likewise.
17205 * lib/pdtrace.in: Likewise.
17206 * configure.ac: Output variables with the transformed names of
17207 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
17208 * configure: Regenerated.
17209
17210 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
17211
17212 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
17213 expected message when trying to access $_probe_* convenience
17214 variables while not on a probe.
17215
17216 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
17217
17218 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
17219
17220 2015-02-11 Pedro Alves <pedro@codesourcery.com>
17221
17222 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
17223 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
17224
17225 2015-02-10 Doug Evans <xdje42@gmail.com>
17226
17227 * lib/gdb.exp (gdb_load): Always return a result.
17228
17229 2015-02-10 Pedro Alves <palves@redhat.com>
17230
17231 * gdb.threads/signal-sigtrap.c: New file.
17232 * gdb.threads/signal-sigtrap.exp: New file.
17233
17234 2015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
17235
17236 * gdb.trace/no-attach-trace.c: New file.
17237 * gdb.trace/no-attach-trace.exp: New file.
17238
17239 2015-02-09 Mark Wielaard <mjw@redhat.com>
17240
17241 * gdb.dwarf2/atomic.c: New file.
17242 * gdb.dwarf2/atomic-type.exp: Likewise.
17243
17244 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
17245
17246 * gdb.btrace/buffer-size.exp: Update "info record" output.
17247 * gdb.btrace/delta.exp: Update "info record" output.
17248 * gdb.btrace/enable.exp: Update "info record" output.
17249 * gdb.btrace/finish.exp: Update "info record" output.
17250 * gdb.btrace/instruction_history.exp: Update "info record" output.
17251 * gdb.btrace/next.exp: Update "info record" output.
17252 * gdb.btrace/nexti.exp: Update "info record" output.
17253 * gdb.btrace/step.exp: Update "info record" output.
17254 * gdb.btrace/stepi.exp: Update "info record" output.
17255 * gdb.btrace/nohist.exp: Update "info record" output.
17256
17257 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
17258
17259 * gdb.btrace/buffer-size: New.
17260
17261 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
17262
17263 * gdb.btrace/delta.exp: Update "info record" output.
17264 * gdb.btrace/enable.exp: Update "info record" output.
17265 * gdb.btrace/finish.exp: Update "info record" output.
17266 * gdb.btrace/instruction_history.exp: Update "info record" output.
17267 * gdb.btrace/next.exp: Update "info record" output.
17268 * gdb.btrace/nexti.exp: Update "info record" output.
17269 * gdb.btrace/step.exp: Update "info record" output.
17270 * gdb.btrace/stepi.exp: Update "info record" output.
17271 * gdb.btrace/nohist.exp: Update "info record" output.
17272
17273 2015-02-06 Simon Marchi <simon.marchi@ericsson.com>
17274
17275 PR gdb/15678
17276 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
17277
17278 2015-02-06 Pedro Alves <palves@redhat.com>
17279
17280 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
17281 macro.
17282 (seconds_left, again): New globals.
17283 (main): Wait seconds_left in a 1-second sleep loop instead of
17284 sleeping 180 seconds. If 'again' is set, reset the seconds
17285 counter.
17286 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
17287 'again' in the inferior before detaching. Print the seconds left.
17288 (options): New global.
17289 (top level): Build program with -DTIMEOUT=$timeout.
17290
17291 2015-02-06 Pedro Alves <palves@redhat.com>
17292
17293 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
17294 determine how many seconds to pass to 'alarm'.
17295 * gdb.base/gdb-sigterm.exp (top level): Build program with
17296 -DTIMEOUT=$timeout.
17297 (do_test): Return success/failure indication. Add more verbose
17298 logging. Don't fail if 200 single steps are seen. Instead, fail
17299 when the test times out.
17300 (passes): New global.
17301 (top level): Break the testing loop if testing fails on any
17302 iteration. Use gdb_assert.
17303
17304 2015-02-04 Don Breazeal <donb@codesourcery.com>
17305
17306 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
17307 and initialize them.
17308 (ipc_cleanup): New function.
17309 (main): Don't declare shmid, semid, and msqid. Add a call to
17310 atexit so that we call ipc_cleanup on exit.
17311
17312 2015-02-04 Pedro Alves <palves@redhat.com>
17313
17314 * boards/native-extended-gdbserver.exp: Remove any target variant
17315 specifications from the board name before clearing the isremote
17316 flag from board_info.
17317
17318 2015-01-31 Doug Evans <xdje42@gmail.com>
17319
17320 * gdb.base/maint.exp <maint print type argc>: Update expected output.
17321
17322 2015-01-31 Gary Benson <gbenson@redhat.com>
17323
17324 * gdb.base/completion.exp: Disable completion limiting for
17325 existing tests. Add new tests to check completion limiting.
17326 * gdb.linespec/ls-errs.exp: Disable completion limiting.
17327
17328 2015-01-31 Doug Evans <xdje42@gmail.com>
17329
17330 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
17331
17332 2015-01-31 Doug Evans <xdje42@gmail.com>
17333
17334 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
17335 entries. Duplicate file section script entries.
17336 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
17337 inlined entries. Add test for safe-path rejection.
17338 * gdb.python/py-section-script.c: Add duplicate inlined section script
17339 entries. Duplicate file section script entries.
17340 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
17341 inlined entries. Add test for safe-path rejection.
17342
17343 2015-01-29 Joel Brobecker <brobecker@adacore.com>
17344
17345 * gdb.ada/disc_arr_bound: New testcase.
17346
17347 2015-01-29 Joel Brobecker <brobecker@adacore.com>
17348
17349 * gdb.ada/mi_var_array: New testcase.
17350
17351 2015-01-27 Doug Evans <dje@google.com>
17352
17353 * gdb.python/py-objfile.exp: Add tests for objfile.username.
17354 Add test for objfile.filename, objfile.username after objfile
17355 has been unloaded.
17356
17357 2015-01-26 Joel Brobecker <brobecker@adacore.com>
17358
17359 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
17360 the second test to print the name attribute of value
17361 returned by the call to gdb.lookup_type, and adjust
17362 the expected output accordingly.
17363
17364 2015-01-25 Mark Wielaard <mjw@redhat.com>
17365
17366 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
17367 * gdb.base/disp-step-fork.c: Include unistd.h.
17368 * gdb.base/siginfo-obj.c: Include stdio.h.
17369 * gdb.base/siginfo-thread.c: Likewise.
17370 * gdb.mi/non-stop.c: Include unistd.h.
17371 * gdb.mi/nsthrexec.c: Include stdio.h.
17372 * gdb.mi/pthreads.c: Include unistd.h.
17373 * gdb.modula2/unbounded1.c (main): Declare returns int.
17374 * gdb.reverse/consecutive-reverse.c: Likewise.
17375 * gdb.threads/create-fail.c: Include unistd.h.
17376 * gdb.threads/killed.c: Likewise.
17377 * gdb.threads/linux-dp.c: Likewise.
17378 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
17379 * gdb.threads/non-ldr-exc-2.c: Likewise.
17380 * gdb.threads/non-ldr-exc-3.c: Likewise.
17381 * gdb.threads/non-ldr-exc-4.c: Likewise.
17382 * gdb.threads/pthreads.c: Include unistd.h.
17383 (main): Declare returns int.
17384 * gdb.threads/tls-main.c (foo): New declaration.
17385 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
17386
17387 2015-01-23 Simon Marchi <simon.marchi@ericsson.com>
17388
17389 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
17390 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
17391
17392 2015-01-15 Mark Wielaard <mjw@redhat.com>
17393
17394 * gdb.base/noreturn-return.c: New file.
17395 * gdb.base/noreturn-return.exp: New file.
17396 * gdb.base/noreturn-finish.c: New file.
17397 * gdb.base/noreturn-finish.exp: New file.
17398
17399 2015-01-23 Pedro Alves <palves@redhat.com>
17400
17401 * gdb.threads/continue-pending-after-query.c: New file.
17402 * gdb.threads/continue-pending-after-query.exp: New file.
17403
17404 2015-01-22 Anders Granlund <anders.granlund@ericsson.com>
17405 Simon Marchi <simon.marchi@ericsson.com>
17406
17407 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
17408 * gdb.base/valgrind-db-attach.exp: Same.
17409 * gdb.base/valgrind-infcall.exp: Same.
17410 * lib/mi-support.exp (default_mi_gdb_start): Same.
17411 * lib/prompt.exp (default_prompt_gdb_start): Same.
17412 * lib/gdb.exp (default_gdb_spawn): Same.
17413 (gdb_interact): New.
17414
17415
17416 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
17417
17418 * gdb.compile/compile.exp (pointer to jit function): New test.
17419
17420 2015-01-17 Wei-cheng Wang <cole945@gmail.com>
17421
17422 * lib/gdb.exp (supports_process_record): Return true for
17423 powerpc*-*-linux*.
17424 (supports_reverse): Likewise.
17425
17426 2015-01-15 Don Breazeal <donb@codesourcery.com>
17427
17428 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
17429 instead of checking whether the target board is remote and
17430 use spawn_wait_for_attach instead of exec/sleep.
17431 * gdb.base/attach-twice.exp: Likewise.
17432
17433 2015-01-15 Joel Brobecker <brobecker@adacore.com>
17434
17435 * gdb.ada/var_arr_attrs: New testcase.
17436
17437 2015-01-14 Pedro Alves <palves@redhat.com>
17438 Joel Brobecker <brobecker@adacore.com>
17439
17440 PR gdb/17525
17441 * gdb.base/bp-cmds-execution-x-script.c: New file.
17442 * gdb.base/bp-cmds-execution-x-script.exp: New file.
17443 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
17444
17445 2015-01-14 Pedro Alves <palves@redhat.com>
17446
17447 PR cli/17828
17448 * gdb.base/batch-preserve-term-settings.c: New file.
17449 * gdb.base/batch-preserve-term-settings.exp: New file.
17450
17451 2015-01-13 Doug Evans <dje@google.com>
17452
17453 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
17454 binary.
17455
17456 2015-01-13 Joel Brobecker <brobecker@adacore.com>
17457
17458 * Makefile.in (clean mostlyclean): Do not delete *.py.
17459
17460 2015-01-13 Joel Brobecker <brobecker@adacore.com>
17461
17462 * gdb.python/py-lookup-type.exp: New file.
17463
17464 2015-01-12 Pedro Alves <palves@redhat.com>
17465
17466 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
17467 restore GDBFLAGS before returning.
17468
17469 2015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
17470
17471 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
17472 is_amd64_regs_target and is_x86_like_target.
17473
17474 2015-01-11 Doug Evans <xdje42@gmail.com>
17475
17476 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
17477 is given without an explicit form.
17478 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
17479 attributes.
17480 * gdb.dwarf/corrupt.exp: Ditto.
17481 * gdb.dwarf2/enum-type.exp: Ditto.
17482 * gdb.trace/entry-values.exp: Ditto.
17483 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
17484
17485 2015-01-11 Doug Evans <xdje42@gmail.com>
17486
17487 PR gdb/15830
17488 * gdb.base/maint.exp: Remove references to "maint demangle".
17489 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
17490 Add tests for explicitly specifying language to demangle.
17491 * gdb.dlang/demangle.exp: Ditto.
17492
17493 2015-01-09 Pedro Alves <palves@redhat.com>
17494
17495 * gdb.threads/non-stop-fair-events.c: New file.
17496 * gdb.threads/non-stop-fair-events.exp: New file.
17497
17498 2015-01-09 Pedro Alves <palves@redhat.com>
17499
17500 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
17501 the global scope. Set a breakpoint after all threads are started
17502 rather than stepping over two source lines. Expect the prompt.
17503 * gdb.base/watch_thread_num.c (threads_started_barrier): New
17504 global.
17505 (NUM): Now 15.
17506 (main): Use threads_started_barrier to wait for all threads to
17507 start. Main thread no longer calls thread_function. Exit after
17508 180 seconds.
17509 (loop): New function.
17510 (thread_function): Wait on threads_started_barrier barrier. Call
17511 'loop' at each iteration.
17512 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
17513 threads have started, instead of hardcoding number of "next"
17514 steps. Use an access watchpoint instead of a write watchpoint.
17515
17516 2015-01-09 Pedro Alves <palves@redhat.com>
17517
17518 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
17519 (thread_func): Wait on barrier.
17520 (main): Wait for all threads to start before stopping GDB.
17521 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
17522 global.
17523 (thread1_func, thread2_func): Wait on barrier.
17524 (main): Wait for all threads to start before stopping GDB.
17525 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
17526 New global.
17527 (thread1_func, thread2_func): Wait on barrier.
17528 (main): Wait for all threads to start before stopping GDB.
17529
17530 2015-01-09 Pedro Alves <palves@redhat.com>
17531
17532 * gdb.threads/attach-many-short-lived-threads.c: New file.
17533 * gdb.threads/attach-many-short-lived-threads.exp: New file.
17534
17535 2014-01-09 Pedro Alves <palves@redhat.com>
17536
17537 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
17538 instead of to thread 2.
17539 * gdb.threads/signal-command-multiple-signals-pending.c (main):
17540 Add barrier around each pthread_create call instead of around all
17541 calls.
17542 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
17543 Set a break on thread_function and have the child threads hit it
17544 one at at a time.
17545
17546 2015-01-09 Pedro Alves <palves@redhat.com>
17547
17548 * lib/gdb.exp (can_spawn_for_attach): New procedure.
17549 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
17550 false.
17551 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
17552 checking whether the target board is remote.
17553 * gdb.multi/multi-attach.exp: Likewise.
17554 * gdb.python/py-sync-interp.exp: Likewise.
17555 * gdb.server/ext-attach.exp: Likewise.
17556 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
17557 tests that need to attach, instead of checking whether the target
17558 board is remote at the top of the file.
17559
17560 2015-01-08 Yao Qi <yao@codesourcery.com>
17561
17562 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
17563
17564 2015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
17565
17566 Fix testcase compilation.
17567 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
17568
17569 2015-01-06 Joel Brobecker <brobecker@adacore.com>
17570
17571 * gdb.python/py-type.exp: Add a couple test about empty
17572 array creation, and negative-length array creation.
17573
17574 2015-01-02 Doug Evans <xdje42@gmail.com>
17575
17576 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
17577
17578 2015-01-02 Doug Evans <dje@google.com>
17579
17580 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
17581
17582 2014-12-29 Yao Qi <yao@codesourcery.com>
17583
17584 * gdb.trace/entry-values.exp: Update comments. Rename variable
17585 bar_call_foo to returned_from_foo.
17586
17587 2014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
17588
17589 PR gdb/17394
17590 * gdb.linespec/break-asm-file.c: New file.
17591 * gdb.linespec/break-asm-file.exp: New file.
17592 * gdb.linespec/break-asm-file0.s: New file.
17593 * gdb.linespec/break-asm-file1.s: New file.
17594
17595 2014-12-18 Nigel Stephens <nigel@mips.com>
17596 Maciej W. Rozycki <macro@codesourcery.com>
17597
17598 * gdb.base/float.exp: Handle the new output from "info float" on
17599 MIPS targets.
17600
17601 2014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
17602
17603 Fix MinGW compilation.
17604 * gdb.compile/compile-ops.exp: Update untested message if
17605 !skip_compile_feature_tests.
17606 * gdb.compile/compile-setjmp.exp: Likewise.
17607 * gdb.compile/compile-tls.exp: Likewise.
17608 * gdb.compile/compile.exp: Likewise.
17609 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
17610 supported on this host".
17611
17612 2014-12-16 Doug Evans <xdje42@gmail.com>
17613
17614 * boards/stabs.exp: New file.
17615
17616 2014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
17617
17618 * gdb.base/completion.exp: Adjust to format changes of "maint
17619 print user-registers".
17620
17621 2014-12-16 Catalin Udma <catalin.udma@freescale.com>
17622
17623 PR server/17457
17624 * gdb.arch/aarch64-fp.c: New file.
17625 * gdb.arch/aarch64-fp.exp: New file.
17626
17627 2014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
17628
17629 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
17630 r210637, r210913, r211666, r215400, r215817).
17631
17632 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
17633 * dg-extract-results.py: New file.
17634 * dg-extract-results.sh: Use it if the environment seems
17635 suitable.
17636
17637 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
17638
17639 * dg-extract-results.py (parse_run): Handle warnings that
17640 are printed before a test harness is run.
17641
17642 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
17643
17644 * dg-extract-results.py (Named): Remove __cmp__ method.
17645 (output_variation): Use a key to sort variation.harnesses.
17646
17647 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
17648
17649 * dg-extract-results.py: For Python 3, force sys.stdout to
17650 handle surrogate escape sequences.
17651 (safe_open): New function.
17652 (output_segment, main): Use it.
17653
17654 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
17655
17656 * dg-extract-results.py (Prog.result_re): Include options
17657 in test name.
17658
17659 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
17660
17661 * dg-extract-results.py (output_variation): Always sort if
17662 do_sum.
17663
17664 2014-12-15 Simon Marchi <simon.marchi@ericsson.com>
17665
17666 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
17667 as long as we get pagination notifications.
17668
17669 2014-12-15 Jason Merrill <jason@redhat.com>
17670
17671 * Makefile.in (check-gdb.%): Restore.
17672 * README: Mention it.
17673
17674 2014-12-13 Joel Brobecker <brobecker@adacore.com>
17675
17676 * gdb.ada/str_uninit: New testcase.
17677
17678 2014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
17679
17680 PR symtab/17642
17681 * gdb.base/vla-stub-define.c: New file.
17682 * gdb.base/vla-stub.c: New file.
17683 * gdb.base/vla-stub.exp: New file.
17684
17685 2014-12-12 Phil Muldoon <pmuldoon@redhat.com>
17686 Jan Kratochvil <jan.kratochvil@redhat.com>
17687 Tom Tromey <tromey@redhat.com>
17688
17689 * configure.ac: Add gdb.compile/.
17690 * configure: Regenerate.
17691 * gdb.compile/Makefile.in: New file.
17692 * gdb.compile/compile-ops.exp: New file.
17693 * gdb.compile/compile-ops.c: New file.
17694 * gdb.compile/compile-tls.c: New file.
17695 * gdb.compile/compile-tls.exp: New file.
17696 * gdb.compile/compile-constvar.S: New file.
17697 * gdb.compile/compile-constvar.c: New file.
17698 * gdb.compile/compile-mod.c: New file.
17699 * gdb.compile/compile-nodebug.c: New file.
17700 * gdb.compile/compile-setjmp-mod.c: New file.
17701 * gdb.compile/compile-setjmp.c: New file.
17702 * gdb.compile/compile-setjmp.exp: New file.
17703 * gdb.compile/compile-shlib.c: New file.
17704 * gdb.compile/compile.c: New file.
17705 * gdb.compile/compile.exp: New file.
17706 * lib/gdb.exp (skip_compile_feature_tests): New proc.
17707
17708 2014-12-12 Tom Tromey <tromey@redhat.com>
17709
17710 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
17711 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
17712
17713 2014-12-12 Doug Evans <dje@google.com>
17714
17715 * lib/gdb-python.exp (get_python_valueof): New function.
17716 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
17717
17718 2014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
17719
17720 * gdb.base/completion.exp: Add test for completion of "info
17721 registers ".
17722
17723 2014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
17724
17725 * gdb.base/func-ptrs.c: New file.
17726 * gdb.base/func-ptrs.exp: New file.
17727
17728 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
17729
17730 PR breakpoints/17012
17731 * gdb.base/dprintf-detach.c: New file.
17732 * gdb.base/dprintf-detach.exp: New file.
17733
17734 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
17735
17736 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
17737 * lib/gdb.exp (target_is_gdbserver): New procedure.
17738
17739 2014-12-08 Doug Evans <dje@google.com>
17740
17741 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
17742
17743 2014-12-05 Yao Qi <yao@codesourcery.com>
17744
17745 * gdb.guile/scm-error.exp: Remove the third argument to
17746 gdb_remote_download.
17747 * gdb.guile/scm-frame-args.exp: Likewise.
17748 * gdb.guile/scm-section-script.exp: Likewise.
17749
17750 2014-12-05 Yao Qi <yao@codesourcery.com>
17751
17752 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
17753
17754 2014-12-04 Doug Evans <dje@google.com>
17755
17756 * gdb.python/py-objfile.exp: Add tests for
17757 objfile.add_separate_debug_file.
17758
17759 2014-12-04 Doug Evans <dje@google.com>
17760
17761 * lib/gdb.exp (get_build_id): New function.
17762 (build_id_debug_filename_get): Rewrite to use it.
17763 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
17764
17765 2014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
17766
17767 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
17768 `method(long)', not just 0x0.
17769 * gdb.cp/nsalias.exp: Align code labels to 4.
17770 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
17771 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
17772 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
17773 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
17774 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
17775 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
17776
17777 2014-12-02 Doug Evans <dje@google.com>
17778
17779 PR symtab/17602
17780 * gdb.cp/anon-ns.cc: Move guts of this file to ...
17781 * gdb.cp/anon-ns2.cc: ... here. New file.
17782 * gdb.cp/anon-ns.exp: Update.
17783
17784 2014-12-02 Nick Bull <nicholaspbull@gmail.com>
17785
17786 * gdb.python/py-events.py (inferior_call_handler): New.
17787 (register_changed_handler, memory_changed_handler): New.
17788 (test_events.invoke): Register new handlers.
17789 * gdb.python/py-events.exp: Add tests for inferior call,
17790 memory_changed and register_changed events.
17791
17792 2014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
17793
17794 * gdb.base/execl-update-breakpoints.exp: Specify the link address
17795 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
17796 if the linker doesn't understand this.
17797
17798 2014-12-01 Simon Marchi <simon.marchi@ericsson.com>
17799
17800 * gdb.python/python.exp: Change expected reply to help().
17801
17802 2014-12-01 Yao Qi <yao@codesourcery.com>
17803
17804 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
17805 AC_CONFIG_SUBDIRS(gdb.gdbtk).
17806 * configure: Re-generated.
17807
17808 2014-11-28 Siva Chandra Reddy <sivachandra@google.com>
17809
17810 * gdb.cp/chained-calls.cc: New file.
17811 * gdb.cp/chained-calls.exp: New file.
17812 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
17813
17814 2014-11-28 Simon Marchi <simon.marchi@ericsson.com>
17815
17816 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
17817 * gdb.dwarf2/symtab-producer.exp: Same.
17818 * gdb.gdb/python-interrupts.exp: Same.
17819 * gdb.gdb/python-selftest.exp: Same.
17820 * gdb.python/py-linetable.exp: Same.
17821 * gdb.python/py-type.exp: Same.
17822 * gdb.python/py-value-cc.exp: Same.
17823 * gdb.python/py-value.exp: Same.
17824
17825 2014-11-28 Yao Qi <yao@codesourcery.com>
17826
17827 * gdb.base/break-probes.exp: Match library name prefixed with
17828 sysroot.
17829
17830 2014-11-27 Simon Marchi <simon.marchi@ericsson.com>
17831
17832 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
17833 test expected output. Add parentheses for the call to print.
17834 Remove L suffix from integers.
17835
17836 2014-11-26 Doug Evans <dje@google.com>
17837
17838 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
17839
17840 2014-11-22 Yao Qi <yao@codesourcery.com>
17841
17842 * gdb.trace/entry-values.c: Remove asms.
17843 (foo): Add foo_label.
17844 (bar): Add bar_label.
17845 * gdb.trace/entry-values.exp: Remove code computing foo's
17846 length and bar's length.
17847 (Dwarf::assemble): Invoke function_range for bar and use
17848 MACRO_AT_func for foo.
17849
17850 2014-11-22 Yao Qi <yao@codesourcery.com>
17851
17852 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
17853 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
17854 Use .Lgcc43_procstart instead of gcc43.
17855
17856 2014-11-21 Joel Brobecker <brobecker@adacore.com>
17857
17858 * gdb.ada/n_arr_bound: New testcase.
17859
17860 2014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
17861
17862 PR breakpoints/10737
17863 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
17864 test_catch_syscall_multi_arch.
17865 (test_catch_syscall_multi_arch): New function.
17866
17867 2014-11-20 Doug Evans <xdje42@gmail.com>
17868
17869 * gdb.base/maint.exp: Update expected output.
17870
17871 2014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
17872
17873 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
17874 4-byte instruction on S390.
17875
17876 2014-11-19 Joel Brobecker <brobecker@adacore.com>
17877
17878 * gdb.ada/arr_arr: New testcase.
17879
17880 2014-11-19 Joel Brobecker <brobecker@adacore.com>
17881
17882 * gdb.ada/pkd_arr_elem: New Testcase.
17883
17884 2014-11-18 Luis Machado <lgustavo@codesourcery.com>
17885
17886 * gdb.reverse/break-precsave: Expect completion message for
17887 core file reads.
17888 * gdb.reverse/consecutive-precsave.exp: Likewise.
17889 * gdb.reverse/finish-precsave.exp: Likewise.
17890 * gdb.reverse/i386-precsave.exp: Likewise.
17891 * gdb.reverse/machinestate-precsave.exp: Likewise.
17892 * gdb.reverse/sigall-precsave.exp: Likewise.
17893 * gdb.reverse/solib-precsave.exp: Likewise.
17894 * gdb.reverse/step-precsave.exp: Likewise.
17895 * gdb.reverse/until-precsave.exp: Likewise.
17896 * gdb.reverse/watch-precsave.exp: Likewise.
17897
17898 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
17899
17900 * gdb.base/bp-permanent.c: Include unistd.h.
17901 * gdb.python/py-framefilter-mi.c (main): Add return type.
17902 * gdb.python/py-framefilter.c (main): Likewise.
17903 * gdb.trace/actions-changed.c (main): Likewise.
17904
17905 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
17906
17907 * gdb.mi/until.c: Add eye-catchers.
17908 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
17909 line numbers.
17910
17911 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
17912
17913 * gdb.base/condbreak.exp: Drop references to removed non-prototype
17914 function header variants in break1.c.
17915 * gdb.base/ena-dis-br.exp: Likewise.
17916 * gdb.base/hbreak2.exp: Likewise.
17917 * gdb.reverse/until-precsave.exp: Drop references to removed
17918 non-prototype function header variants in ur1.c.
17919 * gdb.reverse/until-reverse.exp: Likewise.
17920
17921 2014-11-17 Petr Machata <pmachata@redhat.com>
17922
17923 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
17924 ${_cu_offset_size} bytes abbrev offset.
17925
17926 2014-11-15 Doug Evans <xdje42@gmail.com>
17927
17928 PR symtab/17559
17929 * gdb.base/line-symtabs.exp: New file.
17930 * gdb.base/line-symtabs.c: New file.
17931 * gdb.base/line-symtabs.h: New file.
17932
17933 2014-11-14 Yao Qi <yao@codesourcery.com>
17934
17935 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
17936 (func): Add label func_label.
17937 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
17938 Replace low_pc and high_pc with MACRO_AT_range.
17939 Replace name, low_pc and high_pc with MACRO_AT_func.
17940
17941 2014-11-14 Yao Qi <yao@codesourcery.com>
17942
17943 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
17944 Replace name, low_pc and high_pc with MACRO_AT_func.
17945
17946 2014-11-14 Yao Qi <yao@codesourcery.com>
17947
17948 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
17949 produce debug information.
17950 * gdb.dwarf2/implptr-optimized-out.S: Removed.
17951
17952 2014-11-14 Yao Qi <yao@codesourcery.com>
17953
17954 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
17955 object and get function length.
17956 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
17957 with MACRO_AT_func.
17958 (top-level): Replace gdb_compile and clean_restart with
17959 prepare_for_testing.
17960 * gdb.dwarf2/main.c (main): Add label main_label.
17961
17962 2014-11-14 Yao Qi <yao@codesourcery.com>
17963
17964 * lib/dwarf.exp (function_range): New procedure.
17965 (Dwarf::_handle_macro_at_func): New procedure.
17966 (Dwarf::_handle_macro_at_range): New procedure.
17967 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
17968
17969 2014-11-14 Yao Qi <yao@codesourcery.com>
17970
17971 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
17972 (_handle_attribute): New procedure.
17973
17974 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17975
17976 * gdb.ada/cond_lang/foo.c (callme): Add return type.
17977 * gdb.base/call-sc.c (zed): Likewise.
17978 * gdb.base/checkpoint.c (main): Likewise.
17979 * gdb.base/dump.c (main): Likewise.
17980 * gdb.base/gcore.c (main): Likewise.
17981 * gdb.base/huge.c (main): Likewise.
17982 * gdb.base/multi-forks.c (main): Likewise.
17983 * gdb.base/pr10179-a.c (main): Likewise.
17984 * gdb.base/savedregs.c (main): Likewise.
17985 * gdb.base/sigaltstack.c (main): Likewise.
17986 * gdb.base/siginfo.c (main): Likewise.
17987 * gdb.base/structs.c (zed): Likewise.
17988 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
17989 * gdb.mi/mi-syn-frame.c (main): Likewise.
17990 * gdb.mi/until.c (foo, main): Likewise.
17991 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
17992 * gdb.base/solib-weak.c (foo): Declare.
17993 * gdb.base/attach-twice.c: Include stdio.h.
17994 * gdb.base/weaklib1.c: Likewise.
17995 * gdb.base/weaklib2.c: Likewise.
17996 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
17997 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
17998 unistd.h.
17999 * gdb.base/attach-pie-misread.c: Include stdlib.h.
18000 * gdb.mi/mi-exit-code.c: Likewise.
18001 * gdb.base/break-interp-lib.c: Include string.h.
18002 * gdb.base/coremaker.c: Likewise.
18003 * gdb.base/testenv.c: Likewise.
18004 * gdb.python/py-finish-breakpoint.c: Likewise.
18005 * gdb.base/inferior-died.c: Include sys/wait.h.
18006 * gdb.base/fileio.c: Include time.h.
18007 * gdb.base/async-shell.c: Include unistd.h.
18008 * gdb.base/dprintf-non-stop.c: Likewise.
18009 * gdb.base/info-os.c: Likewise.
18010 * gdb.mi/mi-console.c: Likewise.
18011 * gdb.mi/watch-nonstop.c: Likewise.
18012 * gdb.python/py-events.c: Likewise.
18013 * gdb.base/async.c (baz): Move up before its invocation.
18014 * gdb.base/code_elim2.c (my_global_func): Likewise.
18015 * gdb.base/skip-solib-lib.c (multiply): Likewise.
18016 * gdb.base/advance.c (func2): Likewise.
18017
18018 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18019
18020 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
18021 variant.
18022 * gdb.base/annota3.c: Likewise.
18023 * gdb.base/async.c: Likewise.
18024 * gdb.base/average.c: Likewise.
18025 * gdb.base/call-ar-st.c: Likewise.
18026 * gdb.base/call-rt-st.c: Likewise.
18027 * gdb.base/call-sc.c: Likewise.
18028 * gdb.base/call-strs.c: Likewise.
18029 * gdb.base/ending-run.c: Likewise.
18030 * gdb.base/execd-prog.c: Likewise.
18031 * gdb.base/exprs.c: Likewise.
18032 * gdb.base/foll-exec.c: Likewise.
18033 * gdb.base/foll-fork.c: Likewise.
18034 * gdb.base/foll-vfork.c: Likewise.
18035 * gdb.base/funcargs.c: Likewise.
18036 * gdb.base/gcore.c: Likewise.
18037 * gdb.base/jump.c: Likewise.
18038 * gdb.base/langs0.c: Likewise.
18039 * gdb.base/langs1.c: Likewise.
18040 * gdb.base/langs2.c: Likewise.
18041 * gdb.base/mips_pro.c: Likewise.
18042 * gdb.base/nodebug.c: Likewise.
18043 * gdb.base/opaque0.c: Likewise.
18044 * gdb.base/opaque1.c: Likewise.
18045 * gdb.base/recurse.c: Likewise.
18046 * gdb.base/run.c: Likewise.
18047 * gdb.base/scope0.c: Likewise.
18048 * gdb.base/scope1.c: Likewise.
18049 * gdb.base/setshow.c: Likewise.
18050 * gdb.base/setvar.c: Likewise.
18051 * gdb.base/shmain.c: Likewise.
18052 * gdb.base/shr1.c: Likewise.
18053 * gdb.base/shr2.c: Likewise.
18054 * gdb.base/sigall.c: Likewise.
18055 * gdb.base/signals.c: Likewise.
18056 * gdb.base/so-indr-cl.c: Likewise.
18057 * gdb.base/solib2.c: Likewise.
18058 * gdb.base/structs.c: Likewise.
18059 * gdb.base/sum.c: Likewise.
18060 * gdb.base/vforked-prog.c: Likewise.
18061 * gdb.base/watchpoint.c: Likewise.
18062 * gdb.reverse/shr2.c: Likewise.
18063 * gdb.reverse/until-reverse.c: Likewise.
18064 * gdb.reverse/ur1.c: Likewise.
18065 * gdb.reverse/watch-reverse.c: Likewise.
18066
18067 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18068
18069 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
18070 variant.
18071 * gdb.base/sepdebug.exp: Drop references to removed code.
18072
18073 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18074
18075 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
18076 variant. Preserve original line numbering.
18077 * gdb.base/list1.c: Likewise.
18078
18079 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18080
18081 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
18082 variant.
18083 * gdb.base/break1.c: Likewise.
18084 * gdb.base/break.exp: Drop references to removed code.
18085
18086 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18087
18088 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
18089 variant.
18090
18091 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18092
18093 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
18094
18095 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18096
18097 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
18098 logic into perform_all_tests() and invoke it with and without
18099 function header prototypes.
18100 (do_function_calls): Remove conditional XFAIL for PR 5318.
18101 (rerun_and_prepare): Remove duplicate code.
18102 (perform_all_tests): New. Main logic moved here.
18103
18104 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18105
18106 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
18107 code guarded by #ifdef NO_PROTOTYPES.
18108 (t_double_many_args): Likewise.
18109 (DEF_FUNC_MANY_ARGS_1): Likewise.
18110 (DEF_FUNC_VALUES_1): Likewise.
18111 (t_structs_ldc): Renamed from t_structs_fc in conditional code
18112 guarded by #ifdef PROTOTYPES.
18113
18114 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18115
18116 * gdb.mi/mi-console.c: Add eye-catcher.
18117 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
18118 instead of literal line number.
18119
18120 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18121
18122 * gdb.base/shr2.c: Add eye-catcher.
18123 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
18124 line number.
18125
18126 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18127
18128 * gdb.base/jump.c: Add eye-catchers.
18129 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
18130 numbers.
18131
18132 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18133
18134 * gdb.base/execd-prog.c: Add eye-catchers.
18135 * gdb.base/foll-exec.c: Likewise.
18136 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
18137 line numbers.
18138
18139 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18140
18141 * gdb.base/ending-run.c: Add eye-catchers.
18142 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
18143 literal line numbers.
18144
18145 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18146
18147 * gdb.base/call-rt-st.c: Add eye-catchers.
18148 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
18149 literal line numbers.
18150
18151 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18152
18153 * gdb.base/call-ar-st.c: Add eye-catchers.
18154 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
18155 literal line numbers.
18156
18157 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18158
18159 * gdb.base/average.c: Add eye-catchers.
18160 * gdb.base/sum.c: Likewise.
18161 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
18162 regexps dynamically.
18163
18164 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18165
18166 * gdb.base/solib1.c: Add eye-catchers.
18167 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
18168 literal line numbers.
18169
18170 2014-11-12 Pedro Alves <palves@redhat.com>
18171
18172 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
18173 leader has exited.
18174
18175 2014-11-12 Pedro Alves <palves@redhat.com>
18176
18177 * gdb.arch/i386-bp_permanent.c: New file.
18178 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
18179 (srcfile): Set to i386-bp_permanent.c.
18180 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
18181 that stepi does not execute the 'leave' instruction, instead of
18182 testing it does execute.
18183 * gdb.base/bp-permanent.c: New file.
18184 * gdb.base/bp-permanent.exp: New file.
18185
18186 2014-11-10 Doug Evans <xdje42@gmail.com>
18187
18188 PR symtab/17564
18189 * gdb.base/symtab-search-order.exp: New file.
18190 * gdb.base/symtab-search-order.c: New file.
18191 * gdb.base/symtab-search-order-1.c: New file.
18192 * gdb.base/symtab-search-order-shlib-1.c: New file.
18193
18194 2014-11-07 Pedro Alves <palves@redhat.com>
18195
18196 PR gdb/17511
18197 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
18198 i?86-*-linux*.
18199
18200 2014-11-03 Siva Chandra Reddy <sivachandra@google.com>
18201
18202 PR c++/17494
18203 * gdb.cp/pr17494.cc: New file.
18204 * gdb.cp/pr17494.exp: New file.
18205
18206 2014-11-02 Yao Qi <yao@codesourcery.com>
18207
18208 * gdb.python/python.exp: Get working directory and match the
18209 output of "set extended-prompt \\w " with it.
18210
18211 2014-10-30 Doug Evans <dje@google.com>
18212
18213 * gdb.python/py-objfile.exp: Add tests for setting random attributes
18214 in objfiles.
18215 * gdb.python/py-progspace.exp: Add tests for setting random attributes
18216 in progspaces.
18217
18218 2014-10-30 Janis Johnson <janisjo@codesourcery.com>
18219
18220 * gdb.base/fullpath-expand.exp: Skip for a remote host.
18221 * gdb.base/realname-expand.exp: Likewise.
18222 * gdb.linespec/macro-relative.exp: Likewise.
18223
18224 2014-10-29 Pedro Alves <palves@redhat.com>
18225
18226 PR gdb/17408
18227 * gdb.threads/schedlock.c (some_function): New function.
18228 (call_function): New global.
18229 (MAYBE_CALL_SOME_FUNCTION): New macro.
18230 (thread_function): Call it.
18231 * gdb.threads/schedlock.exp (get_args): Add description parameter,
18232 and use it instead of a global counter. Adjust all callers.
18233 (get_current_thread): Use "find current thread" for test message
18234 here rather than having all callers pass down the same string.
18235 (goto_loop): New procedure, factored out from ...
18236 (my_continue): ... this.
18237 (step_ten_loops): Change parameter from test message to command to
18238 use. Adjust.
18239 (list_count): Delete global.
18240 (check_result): New procedure, factored out from duplicate top
18241 level code.
18242 (continue tests): Wrap in with_test_prefix.
18243 (test_step): New procedure, factored out from duplicate top level
18244 code.
18245 (top level): Test "step" in combination with all scheduler-locking
18246 modes. Test "next" in combination with all scheduler-locking
18247 modes, and in combination with stepping over a function call or
18248 not.
18249 * gdb.threads/next-bp-other-thread.c: New file.
18250 * gdb.threads/next-bp-other-thread.exp: New file.
18251
18252 2014-10-29 Pedro Alves <palves@redhat.com>
18253
18254 PR python/17372
18255 * gdb.python/python.exp: Test a multi-line command that spawns
18256 interactive Python.
18257 * gdb.base/multi-line-starts-subshell.exp: New file.
18258
18259 2014-10-29 Yao Qi <yao@codesourcery.com>
18260
18261 * gdb.base/fileio.exp: Make directories on host.
18262
18263 2014-10-29 Yao Qi <yao@codesourcery.com>
18264
18265 * gdb.base/fileio.c (test_write): Close the file.
18266
18267 2014-10-28 Pedro Alves <palves@redhat.com>
18268
18269 PR gdb/12623
18270 * gdb.base/sigstep.c (no_handler): New global.
18271 (main): If 'no_handler is true, set the signal handlers to
18272 SIG_IGN.
18273 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
18274 with_sw_watch and no_handler parameters. Handle them.
18275 (top level) <stepping over handler when stopped at a breakpoint
18276 test>: Add a test axis for testing with a software watchpoint, and
18277 another for testing with the signal handler set to SIG_IGN.
18278 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
18279 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
18280
18281 2014-10-28 Pedro Alves <palves@redhat.com>
18282
18283 PR gdb/17511
18284 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
18285 * gdb.base/sigstep.exp (other_handler_location): New global.
18286 (advance): Support stepping into the signal handler, and running
18287 commands while in the handler.
18288 (in_handler_map): New global.
18289 (top level): In the advance test, add combinations for getting
18290 into the handler with stepping commands, and for running commands
18291 in the handler. Add comment descripting the advancei tests.
18292
18293 2014-10-28 Pedro Alves <palves@redhat.com>
18294
18295 * gdb.base/sigstep.exp: Use build_executable instead of
18296 prepare_for_testing.
18297 (top level): Move code that starts GDB, runs to main and creates a
18298 display to ...
18299 (restart): ... this new procedure.
18300 (top level): Move backtrace from signal handler test to ...
18301 (validate_backtrace): ... this new procedure.
18302 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
18303 with_test_prefix. Always restart GDB.
18304 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
18305 with_test_prefix. Always restart GDB. No need to delete
18306 breakpoints after the test.
18307 (test_skip_handler): Remove prefix parameter.
18308 (skip_over_handler, breakpoint_to_handler)
18309 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
18310 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
18311 restart GDB. No need to delete breakpoints after the test.
18312 (top level): Use foreach to call the test procedures with
18313 different commands.
18314
18315 2014-10-28 Pedro Alves <palves@redhat.com>
18316
18317 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
18318 instead of GNATS numbers.
18319 * gdb.base/sigbpt.exp: Likewise.
18320 * gdb.base/siginfo.exp: Likewise.
18321 * gdb.base/sigstep.exp: Likewise.
18322
18323 2014-10-27 Pedro Alves <palves@redhat.com>
18324
18325 * gdb.base/sigstep.c (dummy): New global.
18326 (main): Issue a couple writes to the new global.
18327 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
18328 procedures.
18329 (skip_over_handler): Use test_skip_handler.
18330 (top level): Call skip_over_handler for stepi and nexti too.
18331 (breakpoint_over_handler): Use test_skip_handler.
18332 (top level): Call breakpoint_over_handler for stepi and nexti too.
18333
18334 2014-10-27 Yao Qi <yao@codesourcery.com>
18335
18336 * gdb.trace/tfile.c (adjust_function_address)
18337 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
18338 function descriptor.
18339
18340 2014-10-24 Don Breazeal <donb@codesourcery.com>
18341
18342 * gdb.base/foll-fork.exp (test_follow_fork,
18343 catch_fork_child_follow): Check for updated fork messages emitted
18344 from infrun.c.
18345 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
18346 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
18347 vfork_and_exec_child_follow_through_step): Check for updated vfork
18348 messages emitted from infrun.c.
18349
18350 2014-10-24 Pedro Alves <palves@redhat.com>
18351
18352 * gdb.base/corefile.exp: Remove references to ultrix.
18353 * gdb.base/interrupt.exp: Likewise.
18354 * gdb.base/whatis.exp: Likewise.
18355 * gdb.gdb/selftest.exp: Likewise.
18356 * gdb.threads/manythreads.exp: Likewise.
18357 * gdb.threads/print-threads.exp: Likewise.
18358 * gdb.threads/pthreads.exp:: Likewise.
18359 * gdb.threads/schedlock.exp: Likewise.
18360
18361 2014-10-24 Siva Chandra Reddy <sivachandra@google.com>
18362
18363 * gdb.cp/non-trivial-retval.cc: Add a test case.
18364 * gdb.cp/non-trivial-retval.exp: Add a test.
18365
18366 2014-10-20 Yao Qi <yao@codesourcery.com>
18367
18368 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
18369 * gdb.python/py-objfile-script-gdb.py: New file.
18370 * gdb.python/py-objfile-script.exp: Update reference to
18371 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
18372 of remote_download. Remove the dest file.
18373
18374 2014-10-20 Yao Qi <yao@codesourcery.com>
18375
18376 * gdb.base/checkpoint.exp: Don't remove file copied on host.
18377 * gdb.base/step-line.exp: Likewise.
18378 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
18379 * gdb.dwarf2/dw2-basic.exp: Likewise.
18380 * gdb.dwarf2/dw2-compressed.exp: Likewise.
18381 * gdb.dwarf2/dw2-filename.exp: Likewise.
18382 * gdb.dwarf2/dw2-intercu.exp: Likewise.
18383 * gdb.dwarf2/dw2-intermix.exp: Likewise.
18384 * gdb.dwarf2/dw2-producer.exp: Likewise.
18385 * gdb.dwarf2/mac-fileno.exp: Likewise.
18386 * gdb.python/py-frame-args.exp: Likewise.
18387 * gdb.python/py-framefilter.exp: Likewise.
18388 * gdb.python/py-mi.exp: Likewise.
18389 * gdb.python/py-objfile-script.exp: Likewise
18390 * gdb.python/py-pp-integral.exp: Likewise.
18391 * gdb.python/py-pp-re-notag.exp: Likewise.
18392 * gdb.python/py-prettyprint.exp: Likewise.
18393 * gdb.python/py-section-script.exp: Likewise.
18394 * gdb.python/py-typeprint.exp: Likewise.
18395 * gdb.python/py-xmethods.exp: Likewise.
18396 * gdb.stabs/weird.exp: Likewise.
18397 * gdb.xml/tdesc-regs.exp: Likewise.
18398
18399 2014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
18400
18401 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
18402 (out_cu): Use addr_len for the size of addresses.
18403 (out_line): Likewise. Size DW_LNE_set_address instruction
18404 according to addr_len.
18405 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
18406 (FUNC): Add START_INSNS to definition.
18407
18408 2014-10-18 Yao Qi <yao@codesourcery.com>
18409
18410 * gdb.base/argv0-symlink.exp: Check argv[0] value if
18411 gdb_has_argv0 return true.
18412 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
18413 check [target_info exists noargs], check [gdb_has_argv0]
18414 instead.
18415 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
18416 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
18417 procedures.
18418
18419 2014-10-17 Doug Evans <dje@google.com>
18420
18421 * gdb.python/py-events.exp: Update expected output for clear_objfiles
18422 event.
18423 * gdb.python/py-events.py: Add clear_objfiles event.
18424
18425 2014-10-17 Doug Evans <dje@google.com>
18426
18427 * gdb.python/py-objfile.exp: Test progspace attribute.
18428
18429 2014-10-17 Luis Machado <lgustavo@codesourcery.com>
18430
18431 * gdb.guile/scm-breakpoint.exp: Do not assume any
18432 directory separators when matching source file paths.
18433 * gdb.python/py-breakpoint.exp: Likewise.
18434 * gdb.reverse/break-precsave.exp: Likewise.
18435 * gdb.reverse/break-reverse.exp: Likewise.
18436 * gdb.reverse/consecutive-precsave.exp: Likewise.
18437 * gdb.reverse/finish-precsave.exp: Likewise.
18438 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
18439 * gdb.reverse/finish-reverse.exp: Likewise.
18440 * gdb.reverse/i386-precsave.exp: Likewise.
18441 * gdb.reverse/i387-env-reverse.exp: Likewise.
18442 * gdb.reverse/i387-stack-reverse.exp: Likewise.
18443 * gdb.reverse/machinestate-precsave.exp: Likewise.
18444 * gdb.reverse/machinestate.exp: Likewise.
18445 * gdb.reverse/sigall-precsave.exp: Likewise.
18446 * gdb.reverse/solib-precsave.exp: Likewise.
18447 * gdb.reverse/step-precsave.exp: Likewise.
18448 * gdb.reverse/until-precsave.exp: Likewise.
18449 * gdb.reverse/watch-precsave.exp: Likewise.
18450 * gdb.reverse/watch-reverse.exp: Likewise.
18451
18452 2014-10-17 Yao Qi <yao@codesourcery.com>
18453
18454 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
18455 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
18456
18457 2014-10-17 Pedro Alves <palves@redhat.com>
18458
18459 PR gdb/17471
18460 * gdb.base/bg-execution-repeat.c: New file.
18461 * gdb.base/bg-execution-repeat.exp: New file.
18462
18463 2014-10-17 Pedro Alves <palves@redhat.com>
18464
18465 PR gdb/17300
18466 * gdb.base/continue-all-already-running.c: New file.
18467 * gdb.base/continue-all-already-running.exp: New file.
18468
18469 2014-10-17 Pedro Alves <palves@redhat.com>
18470
18471 PR gdb/17472
18472 * gdb.base/annota-input-while-running.c: New file.
18473 * gdb.base/annota-input-while-running.exp: New file.
18474
18475 2014-10-17 Pedro Alves <palves@redhat.com>
18476
18477 * gdb.base/callfuncs.exp: emove references to osf.
18478 * gdb.base/sigall.exp: Likewise.
18479 * gdb.gdb/selftest.exp: Likewise.
18480 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
18481 * gdb.mi/non-stop.c: Likewise.
18482 * gdb.mi/pthreads.c: Likewise.
18483 * gdb.reverse/sigall-precsave.exp: Likewise.
18484 * gdb.reverse/sigall-reverse.exp: Likewise.
18485 * gdb.threads/pthreads.c: Likewise.
18486 * gdb.threads/pthreads.exp: Likewise.
18487
18488 2014-10-17 Yao Qi <yao@codesourcery.com>
18489
18490 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
18491 check 'target_info exists noargs'.
18492 (test_command_prompt_position): Likewise.
18493 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
18494 Remove "set args".
18495 (progvar_simple_while_test): Likewise.
18496 (progvar_complex_if_while_test): Likewise.
18497 (if_while_breakpoint_command_test): Likewise.
18498 (infrun_breakpoint_command_test): Likewise.
18499 (breakpoint_command_test): Likewise.
18500 (watchpoint_command_test): Likewise.
18501 (bp_deleted_in_command_test): Likewise.
18502 (temporary_breakpoint_commands): Likewise.
18503
18504 2014-10-16 Yao Qi <yao@codesourcery.com>
18505
18506 * gdb.base/remotetimeout.exp: Remove noargs checking.
18507
18508 2014-10-15 Pedro Alves <palves@redhat.com>
18509
18510 PR breakpoints/9649
18511 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
18512 * gdb.base/breakpoint-in-ro-region.exp
18513 (probe_target_hardware_step): New procedure.
18514 (top level): Probe hardware stepping and hardware breakpoint
18515 support. Test stepping through a read-only region, with both
18516 "breakpoint auto-hw" on and off and both "always-inserted" on and
18517 off.
18518
18519 2014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
18520
18521 * gdb.dlang/demangle.exp: Update for demangling changes.
18522
18523 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
18524
18525 * gdb.cp/non-trivial-retval.cc: Add new test cases.
18526 * gdb.cp/non-trivial-retval.exp: Add new tests.
18527
18528 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
18529
18530 PR c++/13403
18531 PR c++/15154
18532 * gdb.cp/non-trivial-retval.cc: New file.
18533 * gdb.cp/non-trivial-retval.exp: New file.
18534
18535 2014-10-15 Yao Qi <yao@codesourcery.com>
18536
18537 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
18538 remote host.
18539
18540 2014-10-15 Yao Qi <yao@codesourcery.com>
18541
18542 * gdb.python/py-symbol.exp: Match file base name if host is
18543 remote, otherwise match file name with dir name.
18544 * gdb.python/py-symtab.exp: Likewise.
18545 * gdb.python/python.exp: Likewise.
18546
18547 2014-10-15 Yao Qi <yao@codesourcery.com>
18548
18549 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
18550 pattern.
18551 * gdb.python/py-symtab.exp: Likewise.
18552 * gdb.python/python.exp: Remove trailing ".*". Fix typo
18553 locationn.
18554
18555 2014-10-14 Joel Brobecker <brobecker@adacore.com>
18556
18557 * gdb.ada/addr_arith: New testcase.
18558
18559 2014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
18560
18561 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
18562 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
18563 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
18564 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
18565
18566 2014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
18567
18568 * gdb.arch/stap-eval-lang-ada.S: Likewise.
18569 * gdb.arch/stap-eval-lang-ada.c: Likewise.
18570 * gdb.arch/stap-eval-lang-ada.exp: New file.
18571
18572 2014-10-14 Yao Qi <yao@codesourcery.com>
18573
18574 * gdb.mi/mi-var-child.c (nothing1): New function.
18575 (nothing2): New function.
18576 (do_children_tests): Set function pointers by nothing1 and
18577 nothing2.
18578 * gdb.mi/mi-var-child.exp: Step over new added statements.
18579 Update test to match the new output.
18580 * gdb.mi/var-cmd.c (nothing1): New function.
18581 (nothing2): New function.
18582 (do_children_tests): Set function pointers by nothing1 and
18583 nothing2.
18584 * gdb.mi/mi-var-display.exp: Update test to match output.
18585 Step to the line specified by $line_dct_nothing.
18586 Increase the number of lines to step.
18587
18588 2014-10-14 Yao Qi <yao@codesourcery.com>
18589
18590 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
18591 tests.
18592 * gdb.mi/mi2-var-child.exp: Likewise.
18593
18594 2014-10-13 Doug Evans <dje@google.com>
18595
18596 * gdb.python/py-objfile.exp: Change name of file name test.
18597
18598 2014-10-13 Doug Evans <dje@google.com>
18599
18600 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
18601 from the start of the CU.
18602
18603 2014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
18604 Yao Qi <yao@codesourcery.com>
18605
18606 Fix "save breakpoints" for "catch" command.
18607 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
18608 Remove -nonewline. Match also the added "main" line.
18609
18610 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
18611
18612 Fix "save breakpoints" for "disable $bpnum" command.
18613 * gdb.base/save-bp.c (main): Add label.
18614 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
18615
18616 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
18617
18618 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
18619
18620 2014-10-11 Yao Qi <yao@codesourcery.com>
18621
18622 * gdb.server/server-kill.exp: Execute command
18623 "set remote trace-status-packet on" before "tstatus".
18624
18625 2014-10-11 Yao Qi <yao@codesourcery.com>
18626
18627 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
18628 (main): Call getppid.
18629 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
18630 and continue to it. Read variable "server_pid".
18631
18632 2014-10-11 Yao Qi <yao@codesourcery.com>
18633
18634 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
18635
18636 2014-10-11 Yao Qi <yao@codesourcery.com>
18637
18638 * gdb.threads/thread-find.exp: Don't execute command
18639 "info threads".
18640 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
18641 * gdb.threads/linux-dp.exp: Don't check the condition
18642 $threads_created equals to zero.
18643
18644 2014-10-10 Pedro Alves <palves@redhat.com>
18645
18646 * gdb.base/bigcore.exp: Remove references to IRIX.
18647 * gdb.base/funcargs.exp: Likewise.
18648 * gdb.base/interrupt.exp: Likewise.
18649 * gdb.base/mips_pro.exp: Likewise.
18650 * gdb.base/nodebug.exp: Likewise.
18651 * gdb.base/setvar.exp: Likewise.
18652 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
18653
18654 2014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
18655 Pedro Alves <palves@redhat.com>
18656
18657 PR symtab/14466
18658 * gdb.base/vdso-warning.c: New file.
18659 * gdb.base/vdso-warning.exp: New file.
18660
18661 2014-10-02 Doug Evans <dje@google.com>
18662
18663 * gdb.base/structs.c (main): Don't run forever.
18664
18665 2014-10-02 Pedro Alves <palves@redhat.com>
18666
18667 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
18668 (top level) <stop threads 1, stop threads 2>: Use it.
18669
18670 2014-10-02 Pedro Alves <palves@redhat.com>
18671
18672 * gdb.threads/break-while-running.exp (test): Add new
18673 'update_thread_list' argument. Skip "info threads" if false.
18674 (top level): Add new 'update_thread_list' axis.
18675
18676 2014-10-02 Pedro Alves <palves@redhat.com>
18677
18678 PR breakpoints/17431
18679 * gdb.base/execl-update-breakpoints.c: New file.
18680 * gdb.base/execl-update-breakpoints.exp: New file.
18681
18682 2014-10-01 Pedro Alves <palves@redhat.com>
18683
18684 * gdb.base/breakpoint-in-ro-region.c: New file.
18685 * gdb.base/breakpoint-in-ro-region.exp: New file.
18686
18687 2014-10-01 Simon Marchi <simon.marchi@ericsson.com>
18688
18689 * gdb.mi/mi-exit-code.exp: New file.
18690 * gdb.mi/mi-exit-code.c: New file.
18691
18692 2014-09-30 Yao Qi <yao@codesourcery.com>
18693
18694 * lib/prelink-support.exp (build_executable_own_libs): Error if
18695 the target isn't native.
18696
18697 2014-09-30 Yao Qi <yao@codesourcery.com>
18698
18699 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
18700 false.
18701
18702 2014-09-22 Pedro Alves <palves@redhat.com>
18703
18704 * gdb.threads/break-while-running.exp: New file.
18705 * gdb.threads/break-while-running.c: New file.
18706
18707 2014-09-19 Yao Qi <yao@codesourcery.com>
18708
18709 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
18710 Invoke test. Restart GDB with --readnow and invoke test again.
18711
18712 2014-09-19 Yao Qi <yao@codesourcery.com>
18713
18714 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
18715 proc set_breakpoint_on_gcd_function. Invoke
18716 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
18717 invoke set_breakpoint_on_gcd_function again.
18718
18719 2014-09-18 Doug Evans <dje@google.com>
18720
18721 * gdb.dwarf2/symtab-producer.exp: New file.
18722
18723 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
18724
18725 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
18726 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
18727 * gdb.base/global-var-nested-by-dso.c: Likewise.
18728 * gdb.base/global-var-nested-by-dso.exp: Likewise.
18729
18730 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
18731 Pedro Alves <palves@redhat.com>
18732
18733 * gdb.base/watch-bitfields.exp: Pass string other than test file
18734 name to prepare_for_testing.
18735 (watch): New procedure.
18736 (expect_watchpoint): Use with_test_prefix.
18737 (top level): Factor out tests to ...
18738 (test_watch_location, test_regular_watch): ... these new
18739 procedures, and use with_test_prefix and gdb_continue_to_end.
18740
18741 2014-09-16 Patrick Palka <patrick@parcs.ath.cx>
18742
18743 PR breakpoints/12526
18744 * gdb.base/watch-bitfields.exp: New file.
18745 * gdb.base/watch-bitfields.c: New file.
18746
18747 2014-09-16 Pedro Alves <palves@redhat.com>
18748
18749 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
18750 software and hardware addresses, not software address against
18751 itself.
18752
18753 2014-09-16 Pedro Alves <palves@redhat.com>
18754
18755 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
18756 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
18757
18758 2014-09-16 Pedro Alves <palves@redhat.com>
18759
18760 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
18761 files.
18762 * gdb.base/a2-run.exp: Remove all code guarded by istarget
18763 "*-*-vxworks*" throughout.
18764 * gdb.base/break.exp: Likewise.
18765 * gdb.base/default.exp: Likewise.
18766 * gdb.base/scope.exp: Likewise.
18767 * gdb.base/sepdebug.exp: Likewise.
18768 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
18769 throughout.
18770 * gdb.base/run.c: Likewise.
18771 * gdb.base/sepdebug.c: Likewise.
18772 * gdb.hp/gdb.aCC/run.c: Likewise.
18773 * gdb.reverse/until-reverse.c: Likewise.
18774 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
18775
18776 2014-09-16 Yao Qi <yao@codesourcery.com>
18777
18778 * boards/local-remote-host-native.exp: New file.
18779
18780 2014-09-14 Doug Evans <xdje42@gmail.com>
18781
18782 * gdb.threads/queue-signal.c (thread_count): New variable.
18783 (thread_count_mutex, thread_count_condvar): New variables.
18784 (incr_thread_count, wait_all_threads_running): New functions.
18785 (main): Wait for all threads to be in their thread functions.
18786
18787 2014-09-13 Doug Evans <xdje42@gmail.com>
18788
18789 * gdb.threads/queue-signal.c: New file.
18790 * gdb.threads/queue-signal.exp: New file.
18791
18792 2014-09-13 Doug Evans <xdje42@gmail.com>
18793
18794 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
18795 be consistent with what default_gdb_init uses.
18796 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
18797 the plain text of the prompt. Add some logging printfs.
18798 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
18799
18800 2014-09-12 Pedro Alves <palves@redhat.com>
18801
18802 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
18803 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
18804 * gdb.arch/i386-size-overlap.exp: Likewise.
18805 * gdb.arch/i386-size.exp: Likewise.
18806 * gdb.arch/i386-unwind.exp: Likewise.
18807 * gdb.base/a2-run.exp: Likewise.
18808 * gdb.base/break.exp: Likewise.
18809 * gdb.base/charset.exp: Likewise.
18810 * gdb.base/chng-syms.exp: Likewise.
18811 * gdb.base/commands.exp: Likewise.
18812 * gdb.base/dbx.exp: Likewise.
18813 * gdb.base/find.exp: Likewise.
18814 * gdb.base/funcargs.exp: Likewise.
18815 * gdb.base/jit-simple.exp: Likewise.
18816 * gdb.base/reread.exp: Likewise.
18817 * gdb.base/sepdebug.exp: Likewise.
18818 * gdb.base/step-bt.exp: Likewise.
18819 * gdb.cp/mb-inline.exp: Likewise.
18820 * gdb.cp/mb-templates.exp: Likewise.
18821 * gdb.objc/basicclass.exp: Likewise.
18822 * gdb.threads/killed.exp: Likewise.
18823
18824 2014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
18825
18826 PR tdep/17379
18827 * gdb.arch/powerpc-stackless.S: New file.
18828 * gdb.arch/powerpc-stackless.exp: New file.
18829
18830 2014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
18831
18832 * gdb.base/attach.c: Include unistd.h.
18833 (main): Call alarm. Add label postloop.
18834 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
18835 gdb_breakpoint, gdb_continue_to_breakpoint.
18836 (test_command_line_attach_run): Kill ${testpid} in one exit path.
18837
18838 2014-09-11 Pedro Alves <palves@redhat.com>
18839
18840 PR gdb/17347
18841 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
18842 * gdb.base/attach.exp (test_command_line_attach_run): New
18843 procedure.
18844 (top level): Call it.
18845
18846 2014-09-11 Pedro Alves <palves@redhat.com>
18847
18848 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
18849 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
18850 (do_command_attach_tests): Use spawn_wait_for_attach.
18851 * gdb.base/solib-overlap.exp: Likewise.
18852 * gdb.multi/multi-attach.exp: Likewise.
18853 * gdb.python/py-prompt.exp: Likewise.
18854 * gdb.python/py-sync-interp.exp: Likewise.
18855 * gdb.server/ext-attach.exp: Likewise.
18856
18857 2014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
18858
18859 * gdb.fortran/array-element.exp: Remove unexpected "continue"
18860 command in testcase. Simplify testcase.
18861
18862 2014-09-10 Joel Brobecker <brobecker@adacore.com>
18863
18864 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
18865
18866 2014-09-10 Joel Brobecker <brobecker@adacore.com>
18867
18868 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
18869
18870 2014-09-10 Joel Brobecker <brobecker@adacore.com>
18871
18872 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
18873
18874 2014-09-10 Joel Brobecker <brobecker@adacore.com>
18875
18876 * gdb.dwarf2/dynarr-ptr.c: New file.
18877 * gdb.dwarf2/dynarr-ptr.exp: New file.
18878
18879 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
18880
18881 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
18882 of 30 rather than hardcoding 120 for a slow test case. Take the
18883 `gdb,timeout' target setting into account for this calculation.
18884 Don't extend the timeout for the test cases that don't need it.
18885
18886 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
18887
18888 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
18889 a factor of 2 for a slow test case. Take the `gdb,timeout'
18890 target setting into account for this calculation.
18891 * gdb.reverse/until-precsave.exp: Increase the timeout by
18892 a factor of 15 and 3 respectively rather than adding 120
18893 for a pair of slow test cases. Take the `gdb,timeout'
18894 target setting into account for this calculation.
18895
18896 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
18897
18898 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
18899 timeout, don't pass one down to gdb_expect.
18900 (gdb_expect): Rework timeout selection.
18901
18902 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
18903
18904 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
18905 exception on timeout.
18906 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
18907 (gdbserver_start_extended): Catch any `gdbserver_start' error
18908 exceptions.
18909 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
18910 * lib/mi-support.exp (mi_gdb_target_load): Catch any
18911 `gdbserver_gdb_load' error exceptions.
18912
18913 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
18914
18915 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
18916 120 on waiting for the TCP socket to open.
18917
18918 2014-09-09 Doug Evans <xdje42@gmail.com>
18919
18920 * gdb.base/default.exp (show_conv_list): Add _caller_is,
18921 _caller_matches, _any_caller_is, _any_caller_matches.
18922
18923 2014-09-09 Doug Evans <xdje42@gmail.com>
18924
18925 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
18926
18927 2014-09-09 Yao Qi <yao@codesourcery.com>
18928
18929 * gdb.mi/mi-var-display.exp: Set print symbol off.
18930
18931 2014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
18932
18933 PR gdb/17035
18934 * gdb.base/commands.exp: Add tests to verify user-defined
18935 commands with empty bodies.
18936 * gdb.python/py-cmd.exp: Test that we don't show user-defined
18937 python commands in `show user command`.
18938 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
18939 scheme commands in `show user command`.
18940
18941 2014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
18942
18943 PR python/17355
18944 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
18945 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
18946 * gdb.python/py-framefilter-invalidarg.exp: New file.
18947 * gdb.python/py-framefilter-invalidarg.py: New file.
18948
18949 2014-09-06 Doug Evans <xdje42@gmail.com>
18950
18951 PR 15276
18952 * gdb.python/py-caller-is.c: New file.
18953 * gdb.python/py-caller-is.exp: New file.
18954
18955 2014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
18956
18957 PR gdb/17235
18958 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
18959 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
18960
18961 2014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
18962
18963 PR fortran/17237
18964 * gdb.fortran/print-formatted.exp: New file.
18965 * gdb.fortran/print-formatted.f90: Likewise.
18966
18967 2014-09-03 Sasha Smundak <asmundak@google.com>
18968
18969 * gdb.python/py-frame.exp: Test Frame.read_register.
18970
18971 2014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
18972
18973 PR python/16699
18974 * gdb.python/py-completion.exp: New file.
18975 * gdb.python/py-completion.py: Likewise.
18976
18977 2014-08-28 Doug Evans <dje@google.com>
18978
18979 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
18980 eax,etc. are live with values set by gdb and thus the compiler can't
18981 use them.
18982 * gdb.arch/i386-pseudo.c (main): Ditto.
18983
18984 2014-08-27 Doug Evans <dje@google.com>
18985
18986 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
18987
18988 2014-08-25 Doug Evans <dje@google.com>
18989
18990 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
18991 (main): Ditto.
18992
18993 2014-08-25 Doug Evans <dje@google.com>
18994
18995 * gdb.threads/thread-execl.exp: #include <stdio.h>.
18996
18997 2014-08-24 Yao Qi <yao@codesourcery.com>
18998
18999 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
19000 symbol off.
19001 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
19002
19003 2014-08-22 Doug Evans <dje@google.com>
19004
19005 PR 17276
19006 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
19007 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
19008 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
19009
19010 2014-08-22 Yao Qi <yao@codesourcery.com>
19011
19012 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
19013 * gdb.python/py-finish-breakpoint2.exp: Likewise.
19014 * gdb.python/python.exp: Likewise. Use .py file on the host
19015 instead of the build.
19016
19017 2014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
19018
19019 * gdb.threads/gcore-stale-thread.c: New file.
19020 * gdb.threads/gcore-stale-thread.exp: New file.
19021
19022 2014-08-21 Pedro Alves <palves@redhat.com>
19023
19024 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
19025 * gdb.base/gcore-relro-pie.exp: Likewise.
19026 * gdb.base/gcore-relro.exp: Likewise.
19027 * gdb.base/gcore.exp: Likewise.
19028 * gdb.base/print-symbol-loading.exp: Likewise.
19029 * gdb.threads/gcore-thread.exp: Likewise.
19030 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
19031
19032 2014-08-20 Pedro Alves <palves@redhat.com>
19033 Jan Kratochvil <jan.kratochvil@redhat.com>
19034
19035 * Makefile.in (EXTRA_RULES, CC): New variables, get from
19036 configure.
19037 (EXPECT): Handle READ1 being set.
19038 (all): Depend on EXTRA_RULES.
19039 (check-read1, expect-read1, read1.so, read1): New rules.
19040 * README (Testsuite Parameters): Document the READ1 make variable.
19041 (Race detection): New section.
19042 * configure: Regenerate.
19043 * configure.ac: If build==host==target, and running under a
19044 GNU/glibc system, add read1 to the extra Makefile rules.
19045 (EXTRA_RULES): AC_SUBST it.
19046 * lib/read1.c: New file.
19047
19048 2014-08-20 Joel Brobecker <brobecker@adacore.com>
19049
19050 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
19051 the handling of variables declared as a typedef to an array
19052 which a DW_AT_data_location attribute.
19053
19054 2014-08-19 Andrew Burgess <aburgess@broadcom.com>
19055 Pedro Alves <palves@redhat.com>
19056
19057 PR symtab/14604
19058 PR symtab/14605
19059 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
19060 gdb_test.
19061
19062 2014-08-19 Pedro Alves <palves@redhat.com>
19063
19064 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
19065
19066 2014-08-19 Yao Qi <yao@codesourcery.com>
19067
19068 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
19069 right line.
19070
19071 2014-08-18 David Blaikie <dblaikie@gmail.com>
19072
19073 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
19074
19075 2014-08-18 Joel Brobecker <brobecker@adacore.com>
19076
19077 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
19078 attribute in array range.
19079
19080 2014-08-18 Joel Brobecker <brobecker@adacore.com>
19081
19082 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
19083
19084 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
19085
19086 PR c++/17132
19087 * gdb.cp/pr17132.cc: New file.
19088 * gdb.cp/pr17132.exp: New file.
19089
19090 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
19091
19092 * gdb.python/py-xmethods.py (A_getarrayind)
19093 (E_method_char_worker.__call__, E_method_int_worker.__call__):
19094 Use 'print' with function call syntax.
19095 (E_method_matcher.match): Fix tab vs space indentation mixup.
19096
19097 2014-08-15 Yao Qi <yao@codesourcery.com>
19098
19099 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
19100 false.
19101
19102 2014-08-15 Yao Qi <yao@codesourcery.com>
19103
19104 * gdb.cp/casts.exp: Set print symbol off.
19105 * gdb.cp/class2.exp: Likewise.
19106 * gdb.cp/overload.exp: Likewise.
19107 * gdb.cp/templates.exp: Likewise.
19108
19109 2014-08-11 Doug Evans <dje@google.com>
19110
19111 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
19112 (test_load_shlib): Update.
19113
19114 2014-08-09 Yao Qi <yao@codesourcery.com>
19115
19116 * gdb.base/display.exp: Invoke is_address_zero_readable.
19117 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
19118 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
19119 * gdb.base/hbreak-unmapped.exp: Return if
19120 is_address_zero_readable returns true.
19121 * gdb.base/signest.exp: Likewise.
19122 * gdb.base/signull.exp: Likewise.
19123 * gdb.base/sigbpt.exp: Likewise.
19124 * gdb.guile/scm-disasm.exp: Do the test if
19125 is_address_zero_readable returns false.
19126 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
19127 * gdb.python/py-arch.exp: Likewise.
19128 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
19129 * lib/gdb.exp (is_address_zero_readable): New proc.
19130
19131 2014-08-09 Yao Qi <yao@codesourcery.com>
19132
19133 PR testsuite/13443
19134 * gdb.mi/mi-var-display.exp: Make test messages unique.
19135
19136 2014-08-04 Tom Tromey <tromey@redhat.com>
19137
19138 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
19139 target 0".
19140
19141 2014-08-04 Tom Tromey <tromey@redhat.com>
19142
19143 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
19144 "target_resume".
19145
19146 2014-08-01 Joel Brobecker <brobecker@adacore.com>
19147
19148 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
19149 inner_vla_struct_object_size.
19150 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
19151 as xfail.
19152
19153 2014-07-30 Pedro Alves <palves@redhat.com>
19154
19155 * gdb.threads/signal-command-handle-nopass.exp (test): Add
19156 comment.
19157
19158 2014-07-29 Yao Qi <yao@codesourcery.com>
19159
19160 PR gdb/17206
19161 * gdb.base/until-nodebug.exp: New.
19162
19163 2014-07-28 Doug Evans <xdje42@gmail.com>
19164
19165 PR guile/17203
19166 * gdb.guile/scm-parameter.exp: Add tests for trying to create
19167 previously existing parameter, and previously ambiguously spelled
19168 parameter.
19169
19170 2014-07-28 Will Newton <will.newton@linaro.org>
19171
19172 * gdb.base/varargs.exp: Remove KFAILs for ARM.
19173
19174 2014-07-26 Ludovic Courtès <ludo@gnu.org>
19175 Doug Evans <xdje42@gmail.com>
19176
19177 PR guile/17146
19178 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
19179
19180 2014-07-25 Pedro Alves <palves@redhat.com>
19181
19182 * gdb.threads/signal-command-handle-nopass.c: New file.
19183 * gdb.threads/signal-command-handle-nopass.exp: New file.
19184 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
19185 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
19186 * gdb.threads/signal-delivered-right-thread.c: New file.
19187 * gdb.threads/signal-delivered-right-thread.exp: New file.
19188
19189 2014-07-25 Pedro Alves <palves@redhat.com>
19190
19191 * gdb.base/double-prompt-target-event-error.exp
19192 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
19193 match.
19194 (cancel_pagination_in_target_event): Rework double prompt
19195 detection.
19196 * gdb.base/paginate-after-ctrl-c-running.exp
19197 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
19198 <return>' match.
19199 * gdb.base/paginate-bg-execution.exp
19200 (test_bg_execution_pagination_return)
19201 (test_bg_execution_pagination_cancel): Remove '-notransfer
19202 <return>' matches.
19203 * gdb.base/paginate-execution-startup.exp
19204 (test_fg_execution_pagination_return)
19205 (test_fg_execution_pagination_cancel): Remove '-notransfer
19206 <return>' matches.
19207 * gdb.base/paginate-inferior-exit.exp
19208 (test_paginate_inferior_exited): Remove '-notransfer <return>'
19209 match.
19210 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
19211 * lib/gdb.exp (pagination_prompt): Run text through
19212 string_to_regexp.
19213 (gdb_test_multiple): Match $pagination_prompt instead of
19214 "<return>".
19215 (string_to_regexp): Move to lib/gdb-utils.exp.
19216
19217 2014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
19218
19219 * gdb.arch/amd64-entry-value-paramref.S: New file.
19220 * gdb.arch/amd64-entry-value-paramref.cc: New file.
19221 * gdb.arch/amd64-entry-value-paramref.exp: New file.
19222 * gdb.arch/amd64-optimout-repeat.S: New file.
19223 * gdb.arch/amd64-optimout-repeat.c: New file.
19224 * gdb.arch/amd64-optimout-repeat.exp: New file.
19225
19226 2014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
19227
19228 PR gdb/17170
19229 * gdb.base/statistics.exp: New file.
19230
19231 2014-07-17 Doug Evans <dje@google.com>
19232
19233 PR gdb/17170
19234 * gdb.base/maint.exp: Update testing of per-command stats.
19235
19236 2014-07-16 Pedro Alves <palves@redhat.com>
19237
19238 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
19239 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
19240 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
19241 (tfile_write_buf): New functions.
19242 (add_memory_block): Rewrite using the above.
19243 (adjust_function_address): New function.
19244 (FUNCTION_ADDRESS): New macro.
19245 (write_basic_trace_file): Remove short_x local, and use
19246 tfile_write_16. Change type of func_addr local to unsigned long
19247 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
19248 here. Cast argument of add_memory_block to char pointer.
19249 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
19250 (main): Remove parameters.
19251 * gdb.trace/tfile.exp: Remove nowarnings.
19252
19253 2014-07-15 Simon Marchi <simon.marchi@ericsson.com>
19254
19255 * gdb.base/debug-expr.exp: Test string evaluation with
19256 "debug expression" on.
19257
19258 2014-07-15 Pedro Alves <palves@redhat.com>
19259
19260 * gdb.base/reread.exp: Use clean_restart.
19261
19262 2014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
19263
19264 * gdb.arch/avr-flash-qualifer.c: New.
19265 * gdb.arch/avr-flash-qualifer.exp: New.
19266
19267 2014-07-14 Pedro Alves <palves@redhat.com>
19268
19269 * gdb.base/paginate-after-ctrl-c-running.c: New file.
19270 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
19271
19272 2014-07-14 Pedro Alves <palves@redhat.com>
19273
19274 * gdb.base/double-prompt-target-event-error.c: New file.
19275 * gdb.base/double-prompt-target-event-error.exp: New file.
19276
19277 2014-07-14 Pedro Alves <palves@redhat.com>
19278
19279 PR gdb/17072
19280 * gdb.base/paginate-inferior-exit.c: New file.
19281 * gdb.base/paginate-inferior-exit.exp: New file.
19282
19283 2014-07-14 Pedro Alves <palves@redhat.com>
19284
19285 PR gdb/17072
19286 * gdb.base/paginate-bg-execution.c: New file.
19287 * gdb.base/paginate-bg-execution.exp: New file.
19288
19289 2014-07-14 Pedro Alves <palves@redhat.com>
19290
19291 PR gdb/17072
19292 * gdb.base/paginate-execution-startup.c: New file.
19293 * gdb.base/paginate-execution-startup.exp: New file.
19294 * lib/gdb.exp (pagination_prompt): New global.
19295 (default_gdb_spawn): New procedure, factored out from
19296 default_gdb_spawn.
19297 (default_gdb_start): Adjust to call default_gdb_spawn.
19298 (gdb_spawn): New procedure.
19299
19300 2014-07-14 Pedro Alves <palves@redhat.com>
19301
19302 * lib/gdb.exp (gdb_assert): New procedure.
19303 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
19304
19305 2014-07-14 Pedro Alves <palves@redhat.com>
19306
19307 * gdb.base/execution-termios.c: New file.
19308 * gdb.base/execution-termios.exp: New file.
19309
19310 2014-07-14 Tom Tromey <tromey@redhat.com>
19311
19312 * gdb.cp/vla-cxx.cc: New file.
19313 * gdb.cp/vla-cxx.exp: New file.
19314
19315 2014-07-14 Tom Tromey <tromey@redhat.com>
19316
19317 * gdb.reverse/rerun-prec.c: New file.
19318 * gdb.reverse/rerun-prec.exp: New file.
19319
19320 2014-07-12 Maciej W. Rozycki <macro@mips.com>
19321 Maciej W. Rozycki <macro@codesourcery.com>
19322
19323 * lib/gdb-utils.exp: New file.
19324 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
19325 inline `gdb_init_command' processing.
19326 (gdb_start_cmd): Likewise.
19327 * lib/mi-support.exp (mi_run_cmd): Likewise.
19328 * README: Document `gdb_init_command' and `gdb_init_commands'.
19329
19330 2014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
19331
19332 Fix false FAIL running under a very long directory name.
19333 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
19334 and "set print elements 10000". Twice.
19335
19336 2014-07-11 Yao Qi <yao@codesourcery.com>
19337
19338 * gdb.base/exprs.exp: "set print symbol off".
19339
19340 2014-07-11 Pedro Alves <palves@redhat.com>
19341
19342 * gdb.threads/kill.c: New file.
19343 * gdb.threads/kill.exp: New file.
19344
19345 2014-07-10 Yao Qi <yao@codesourcery.com>
19346
19347 * gdb.trace/tfile.c (write_basic_trace_file)
19348 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
19349 address written to trace file.
19350
19351 2014-07-09 Pedro Alves <palves@redhat.com>
19352
19353 * gdb.base/attach-wait-input.exp: New file.
19354 * gdb.base/attach-wait-input.c: New file.
19355
19356 2014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
19357
19358 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
19359 setting up test structures.
19360 (main): Call new test function.
19361 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
19362 test function, continue into test function and walk test
19363 structures.
19364
19365 2014-07-02 Yao Qi <yao@codesourcery.com>
19366
19367 * gdb.trace/entry-values.c: Define labels 'foo_start' and
19368 'bar_start' at the beginning of functions 'foo' and 'bar'
19369 respectively.
19370 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
19371 instead of 'foo' and 'bar'.
19372
19373 2014-07-08 Markus Metzger <markus.t.metzger@intel.com>
19374
19375 * gdb.btrace/segv.exp: New.
19376 * gdb.btrace/segv.c: New.
19377
19378 2014-07-02 Luis Machado <lgustavo@codesourcery.com>
19379
19380 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
19381 instruction.
19382
19383 2014-06-30 Mark Wielaard <mjw@redhat.com>
19384
19385 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
19386 vulture, vilify, villar): New volatile array constants.
19387 (vindictive, vegetation): New const volatile array constants.
19388 * gdb.base/volatile.exp: Test volatile and const volatile array
19389 types.
19390
19391 2014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
19392
19393 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
19394 target lacks support for awatch, rwatch, or hbreak.
19395
19396 2014-06-27 Yao Qi <yao@codesourcery.com>
19397
19398 * gdb.multi/dummy-frame-restore.exp: New.
19399 * gdb.multi/dummy-frame-restore.c: New.
19400
19401 2014-06-25 Markus Metzger <markus.t.metzger@intel.com>
19402
19403 * gdb.btrace/gcore.exp: New.
19404
19405 2014-06-23 Pedro Alves <palves@redhat.com>
19406
19407 * gdb.base/watchpoint-reuse-slot.c: New file.
19408 * gdb.base/watchpoint-reuse-slot.exp: New file.
19409
19410 2014-06-23 Siva Chandra Reddy <sivachandra@google.com>
19411
19412 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
19413 progspace's filename in 'info', 'enable' and 'disable' command
19414 tests.
19415
19416 2014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
19417
19418 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
19419 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
19420 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
19421
19422 2014-06-20 Gary Benson <gbenson@redhat.com>
19423
19424 * gdb.arch/i386-avx.exp: Fix include file location.
19425 * gdb.arch/i386-sse.exp: Likewise.
19426
19427 2014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
19428
19429 * gdb.dlang/expression.exp: New file.
19430
19431 2014-06-19 Pedro Alves <palves@redhat.com>
19432
19433 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
19434 out from ...
19435 (top level): ... here. Iterate running tests under different
19436 scheduler-locking settings.
19437
19438 2014-06-18 Luis Machado <lgustavo@codesourcery.com>
19439
19440 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
19441 to DW_FORM_addr and use non-zero addresses.
19442
19443 2014-06-18 Siva Chandra Reddy <sivachandra@google.com>
19444
19445 PR gdb/17017
19446 * gdb.python/py-xmethods.cc: Add global function call counters and
19447 increment them in their respective functions. Remove "cout"
19448 statements.
19449 * gdb.python/py-xmethods.exp: Make tests check the global function
19450 call counters instead of depending on inferior IO.
19451
19452 2014-06-18 Don Breazeal <donb@codesourcery.com>
19453
19454 * gdb.base/foll-fork.exp (default_fork_parent_follow):
19455 Deleted procedure.
19456 (explicit_fork_parent_follow): Deleted procedure.
19457 (explicit_fork_child_follow): Deleted procedure.
19458 (test_follow_fork): New procedure.
19459 (do_fork_tests): Replace calls to deleted procedures with
19460 calls to test_follow_fork and reset GDB for subsequent
19461 procedure calls.
19462
19463 2014-06-17 Yao Qi <yao@codesourcery.com>
19464
19465 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
19466 CP1252.
19467
19468 2014-06-17 Luis Machado <lgustavo@codesourcery.com>
19469
19470 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
19471 Initialize ptr and S explicitly.
19472 (skip_type_update_when_not_use_rtti_test): Likewise.
19473
19474 2014-06-16 Keith Seitz <keiths@redhat.com>
19475
19476 PR mi/15863
19477 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
19478 the inferior is started.
19479
19480 2014-06-16 Pedro Alves <palves@redhat.com>
19481
19482 * gdb.base/break-main-file-remove-fail.c: New file.
19483 * gdb.base/break-main-file-remove-fail.exp: New file.
19484 * gdb.base/break-unload-file.exp: Use build_executable instead of
19485 prepare_for_testing.
19486 (test_break): New parameter "initial_load". Handle it.
19487 (top level): Add initial_load cmdline/file axis.
19488
19489 2014-06-12 Tom Tromey <tromey@redhat.com>
19490
19491 * gdb.base/completion.exp: Don't use directory name in test.
19492
19493 2014-06-09 Gary Benson <gbenson@redhat.com>
19494
19495 * gdb.base/sigall.c [Functions to send signals]: Reorder to
19496 separate the always-available ANSI-standard signals from the
19497 signals that require checking.
19498 (main): Likewise.
19499 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
19500 Likewise.
19501 (main): Likewise.
19502
19503 2014-06-07 Keith Seitz <keiths@redhat.com>
19504
19505 Revert:
19506 PR c++/16253
19507 * gdb.cp/var-tag.cc: New file.
19508 * gdb.cp/var-tag.exp: New file.
19509 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
19510 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
19511 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
19512 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
19513
19514 2014-06-06 Doug Evans <xdje42@gmail.com>
19515
19516 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
19517
19518 2014-06-06 Pedro Alves <palves@redhat.com>
19519
19520 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
19521 in target debug output instead of looking at RSP packets,
19522 disabling the test on any target that uses hardware stepping.
19523 Update comments.
19524
19525 2014-06-06 Pedro Alves <palves@redhat.com>
19526
19527 * gdb.base/break-unload-file.exp: Fix typo.
19528
19529 2014-06-06 Yao Qi <yao@codesourcery.com>
19530
19531 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
19532 from "jit_function" to "^jit_function".
19533
19534 2014-06-06 Yao Qi <yao@codesourcery.com>
19535
19536 * gdb.base/async.c (foo): Add one statement.
19537 * gdb.base/async.exp: Get the next instruction address and
19538 match the output of "nexti" by instruction address. Match
19539 the hex address in the output of "finish".
19540
19541 2014-06-06 Gary Benson <gbenson@redhat.com>
19542
19543 * gdb.base/call-signals.c: Remove preprocessor conditionals
19544 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
19545 SIGSEGV and SIGTERM.
19546 * gdb.base/sigall.c: Likewise.
19547 * gdb.base/unwindonsignal.c: Likewise.
19548 * gdb.reverse/sigall-reverse.c: Likewise.
19549
19550 2014-06-06 Yao Qi <yao@codesourcery.com>
19551
19552 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
19553 readable, skip the test.
19554
19555 2014-06-06 Yao Qi <yao@codesourcery.com>
19556
19557 * gdb.threads/staticthreads.c (thread_function): Move the line
19558 setting breakpoint on forward.
19559 * gdb.threads/staticthreads.exp: Update comments.
19560
19561 2014-06-05 Ludovic Courtès <ludo@gnu.org>
19562
19563 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
19564 "history-append! type error".
19565
19566 2014-06-05 Simon Marchi <simon.marchi@ericsson.com>
19567
19568 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
19569 erroneous dprintf expected input.
19570
19571 2014-06-04 Doug Evans <xdje42@gmail.com>
19572
19573 * gdb.guile/scm-generics.exp: Delete.
19574
19575 2014-06-04 Doug Evans <xdje42@gmail.com>
19576
19577 * gdb.guile/scm-breakpoint.exp: Update.
19578 Add tests for breakpoint registration.
19579
19580 2014-06-04 Tom Tromey <tromey@redhat.com>
19581
19582 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
19583 VLA-in-union.
19584 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
19585 inner_vla_struct, vla_union types. Initialize objects of those
19586 types and compute their sizes.
19587
19588 2014-06-04 Nathan Sidwell <nathan@codesourcery.com>
19589 Hui Zhu <hui@codesourcery.com>
19590
19591 * gdb.base/fileio.exp: Add test for shell not available as well as
19592 available.
19593 * gdb.base/fileio.c (test_system): Check for shell twice.
19594
19595 2014-06-04 Yao Qi <yao@codesourcery.com>
19596
19597 * gdb.base/auto-connect-native-target.exp: Remove redundant
19598 space from the regexp pattern.
19599
19600 2014-06-04 Yao Qi <yao@codesourcery.com>
19601
19602 * gdb.base/default.exp: Replace "child" with "native" in
19603 regexp pattern.
19604
19605 2014-06-03 Siva Chandra Reddy <sivachandra@google.com>
19606
19607 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
19608 * gdb.python/py-xmethods.exp: New tests to test xmethods.
19609 * gdb.python/py-xmethods.py: Python script supporting the
19610 new testcase and tests.
19611
19612 2014-06-03 Joel Brobecker <brobecker@adacore.com>
19613 Pedro Alves <palves@redhat.com>
19614
19615 PR breakpoints/17000
19616 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
19617 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
19618
19619 2014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
19620
19621 * gdb.base/subst.exp: Add tests to verify partial path matching
19622 output.
19623
19624 2014-06-03 Pedro Alves <palves@redhat.com>
19625
19626 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
19627 target that doesn't use software single-stepping.
19628
19629 2014-06-03 Pedro Alves <palves@redhat.com>
19630
19631 PR breakpoints/17000
19632 * gdb.base/sss-bp-on-user-bp-2.c: New file.
19633 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
19634
19635 2014-06-02 Doug Evans <xdje42@gmail.com>
19636
19637 * gdb.guile/scm-parameter.exp: New file.
19638
19639 2014-06-02 Doug Evans <xdje42@gmail.com>
19640
19641 * gdb.guile/scm-cmd.c: New file.
19642 * gdb.guile/scm-cmd.exp: New file.
19643
19644 2014-06-02 Doug Evans <xdje42@gmail.com>
19645
19646 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
19647 pretty-printer lookup.
19648 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
19649 (make-pp_s-printer): Call it.
19650 (make-pretty-printer-from-dict): New function.
19651 (lookup-pretty-printer-maker-from-dict): New function.
19652 (*pretty-printer*): Simplify.
19653 (make-objfile-pp_s-printer): New function.
19654 (install-objfile-pretty-printers!): New function.
19655 (make-progspace-pp_s-printer): New function.
19656 (install-progspace-pretty-printers!): New function.
19657 * gdb.guile/scm-progspace.c: New file.
19658 * gdb.guile/scm-progspace.exp: New file.
19659
19660 2014-06-02 Pedro Alves <palves@redhat.com>
19661
19662 * gdb.base/dprintf-bp-same-addr.c: New file.
19663 * gdb.base/dprintf-bp-same-addr.exp: New file.
19664
19665 2014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
19666
19667 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
19668 * gdb.arch/powerpc-power.s: Likewise.
19669
19670 2014-06-02 Joel Brobecker <brobecker@adacore.com>
19671
19672 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
19673
19674 2014-06-01 Yao Qi <yao@codesourcery.com>
19675
19676 * gdb.base/watchpoint.exp (test_watch_location): Check null
19677 pointer can be dereferenced. If not, do the test, otherwise
19678 skip it.
19679
19680 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
19681
19682 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
19683 results.
19684 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
19685
19686 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
19687
19688 * gdb.arch/amd64-invalid-stack-middle.S: New file.
19689 * gdb.arch/amd64-invalid-stack-middle.c: New file.
19690 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
19691 * gdb.arch/amd64-invalid-stack-top.c: New file.
19692 * gdb.arch/amd64-invalid-stack-top.exp: New file.
19693
19694 2014-05-30 Pedro Alves <palves@redhat.com>
19695
19696 PR breakpoints/17000
19697 * gdb.base/sss-bp-on-user-bp.c: New file.
19698 * gdb.base/sss-bp-on-user-bp.exp: New file.
19699
19700 2014-05-30 David Blaikie <dblaikie@gmail.com>
19701
19702 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
19703 gnu_inline semantics via attribute.
19704 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
19705 source explicitly specifies the required semantics.
19706
19707 2014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
19708
19709 * gdb.reverse/sigall-reverse.exp: Fix a typo.
19710
19711 2014-05-29 Pedro Alves <palves@redhat.com>
19712 Tom Tromey <tromey@redhat.com>
19713
19714 * gdb.base/async-shell.exp: Don't enable target-async.
19715 * gdb.base/async.exp
19716 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
19717 parameter. Adjust.
19718 (top level): Don't test with "target-async".
19719 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
19720 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
19721 * gdb.base/inferior-died.exp: Don't enable target-async.
19722 * gdb.base/interrupt-noterm.exp: Likewise.
19723 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
19724 * gdb.mi/mi-nonstop-exit.exp: Likewise.
19725 * gdb.mi/mi-nonstop.exp: Likewise.
19726 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
19727 * gdb.mi/mi-nsintrall.exp: Likewise.
19728 * gdb.mi/mi-nsmoribund.exp: Likewise.
19729 * gdb.mi/mi-nsthrexec.exp: Likewise.
19730 * gdb.mi/mi-watch-nonstop.exp: Likewise.
19731 * gdb.multi/watchpoint-multi.exp: Adjust comment.
19732 * gdb.python/py-evsignal.exp: Don't enable target-async.
19733 * gdb.python/py-evthreads.exp: Likewise.
19734 * gdb.python/py-prompt.exp: Likewise.
19735 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
19736 * gdb.server/solib-list.exp: Don't enable target-async.
19737 * gdb.threads/thread-specific-bp.exp: Likewise.
19738 * lib/mi-support.exp: Adjust to use mi-async.
19739
19740 2014-05-29 Pedro Alves <palves@redhat.com>
19741
19742 PR gdb/13860
19743 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
19744 reason, even in sync mode.
19745
19746 2014-05-29 Pedro Alves <palves@redhat.com>
19747 Hui Zhu <hui@codesourcery.com>
19748
19749 PR PR15693
19750 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
19751 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
19752 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
19753 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
19754
19755 2014-05-28 Joel Brobecker <brobecker@adacore.com>
19756
19757 * config/monitor.exp (gdb_target_monitor): Replace use of
19758 "set remotebaud" by "set serial baud".
19759
19760 2014-05-26 Andy Wingo <wingo@igalia.com>
19761
19762 * gdb.guile/scm-breakpoint.exp:
19763 * gdb.guile/scm-gsmob.exp: Update to use plain old object
19764 properties instead of gdb-object-properties.
19765
19766 2014-05-26 Yao Qi <yao@codesourcery.com>
19767
19768 * gdb.server/no-thread-db.exp: Specify source file name
19769 explicitly when setting a breakpoint.
19770
19771 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
19772
19773 * gdb.btrace/vdso.c: New.
19774 * gdb.btrace/vdso.exp: New.
19775
19776 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
19777
19778 * gdb.base/gcore.exp (capture_command_output): Move ...
19779 * lib/gdb.exp (capture_command_output): ... here.
19780
19781 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
19782
19783 * gdb.btrace/data.exp: Test memory access during btrace replay.
19784
19785 2014-05-22 Simon Marchi <simon.marchi@ericsson.com>
19786
19787 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
19788
19789 2014-05-21 Pedro Alves <palves@redhat.com>
19790
19791 PR gdb/13860
19792 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
19793 (top level): Test that output related to execution commands is
19794 sent to the console with CLI commands, but not with MI commands.
19795 Test that breakpoint events are always mirrored to the console.
19796 Also expect the new source line to be output after a "next" in
19797 async mode too. Make it a pass/fail test.
19798 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
19799 output.
19800 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
19801
19802 2014-05-21 Pedro Alves <palves@redhat.com>
19803
19804 * gdb.base/list.exp (build_pattern, test_list): New procedures.
19805 Use them to test variations of "list" after reaching a breakpoint.
19806 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
19807 Test "list" with listsize 10 after reaching a breakpoint.
19808 * gdb.python/python.exp (decode_line current location line
19809 number): Adjust expected line number.
19810
19811 2014-05-21 Simon Marchi <simon.marchi@ericsson.com>
19812
19813 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
19814 behavior for $args, pass it directly to "run".
19815
19816 2014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
19817
19818 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
19819 30000 to 65536.
19820
19821 2014-05-21 Pedro Alves <palves@redhat.com>
19822
19823 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
19824 auto-connect-native-target off".
19825 * gdb.base/auto-connect-native-target.c: New file.
19826 * gdb.base/auto-connect-native-target.exp: New file.
19827
19828 2014-05-21 Pedro Alves <palves@redhat.com>
19829
19830 * gdb.base/default.exp: Test "target native" instead of "target
19831 child".
19832
19833 2014-05-21 Mark Wielaard <mjw@redhat.com>
19834
19835 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
19836
19837 2014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
19838
19839 Fix TLS access for -static -pthread.
19840 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
19841 <HAVE_TLS> (thread_function, main): Initialize it.
19842 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
19843 Add clean_restart.
19844 <$have_tls != "">: Check TLSVAR.
19845
19846 2014-05-21 Pedro Alves <palves@redhat.com>
19847
19848 * gdb.base/dcache-line-read-error.c: New.
19849 * gdb.base/dcache-line-read-error.exp: New.
19850
19851 2014-05-20 Pedro Alves <palves@redhat.com>
19852
19853 * gdb.base/compare-sections.c: New file.
19854 * gdb.base/compare-sections.exp: New file.
19855
19856 2014-05-20 Pedro Alves <palves@redhat.com>
19857
19858 * gdb.base/break-idempotent.c: New file.
19859 * gdb.base/break-idempotent.exp: New file.
19860
19861 2014-05-20 Markus Metzger <markus.t.metzger@intel.com>
19862
19863 * gdb.btrace/nohist.exp: New.
19864
19865 2014-05-20 Yao Qi <yao@codesourcery.com>
19866
19867 * lib/gdb.exp (gdb_init): Set timeout if test file is under
19868 gdb.reverse directory and gdb_reverse_timeout exists in board
19869 setting.
19870 * README: Document gdb_reverse_timeout.
19871
19872 2014-05-20 Yao Qi <yao@codesourcery.com>
19873
19874 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
19875 'test_file_name'. Treat args as a string instead of a list.
19876 (gdb_init): Rename argument 'args' by 'test_file_name'.
19877
19878 2014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
19879
19880 * gdb.arch/powerpc-power.exp: New file.
19881 * gdb.arch/powerpc-power.s: New file.
19882
19883 2014-05-16 Doug Evans <dje@google.com>
19884
19885 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
19886 * gdb.base/completion.exp: Check that all expected files exist
19887 before doing file completion.
19888
19889 2014-05-16 Doug Evans <dje@google.com>
19890
19891 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
19892 Update.
19893 (do_syscall_tests_without_xml): Update.
19894
19895 2014-05-16 Pedro Alves <palves@redhat.com>
19896
19897 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
19898 instead of "unknown output after running".
19899
19900 2014-05-16 Yao Qi <yao@codesourcery.com>
19901
19902 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
19903 file1.txt from host at the end.
19904 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
19905
19906 2014-05-15 Doug Evans <dje@google.com>
19907
19908 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
19909 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
19910 loading file. Add test for TU lookup.
19911
19912 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
19913
19914 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
19915 calling "-exec-arguments" or "set args" before running the
19916 inferior.
19917
19918 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
19919
19920 * lib/mi-support.exp (mi_expect_stop): Expect message for
19921 inferiors that exit with non-zero exit code.
19922
19923 2014-05-14 Yao Qi <yao@codesourcery.com>
19924
19925 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
19926 match absolute path on remote host.
19927 (test_file_list_exec_source_files): Remove "/" from the
19928 pattern.
19929
19930 2014-05-14 Yao Qi <yao@codesourcery.com>
19931
19932 * boards/local-remote-host-notty.exp (${board}_file): New
19933 proc.
19934
19935 2014-05-07 Kyle McMartin <kyle@redhat.com>
19936
19937 Pushed by Joel Brobecker <brobecker@adacore.com>.
19938 * gdb.arch/aarch64-atomic-inst.c: New file.
19939 * gdb.arch/aarch64-atomic-inst.exp: New file.
19940
19941 2014-05-07 Yao Qi <yao@codesourcery.com>
19942
19943 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
19944 in current context" too.
19945
19946 2014-05-05 Keith Seitz <keiths@redhat.com>
19947
19948 * gdb.linespec/ls-dollar.exp: Add test for linespec
19949 file:convenience_variable.
19950
19951 2014-05-05 Yao Qi <yao@codesourcery.com>
19952
19953 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
19954 traceframes into tfile and ctf trace files. Read data from
19955 trace file and test collected data.
19956 (gdb_collect_locals_test): Likewise.
19957 (gdb_unavailable_registers_test): Likewise.
19958 (gdb_unavailable_floats): Likewise.
19959 (gdb_collect_globals_test): Likewise.
19960 (top-level): Append "ctf" to trace_file_targets if GDB
19961 supports.
19962
19963 2014-05-05 Yao Qi <yao@codesourcery.com>
19964
19965 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
19966 code to ...
19967 (gdb_collect_args_test_1): ... it. New proc.
19968 (gdb_collect_locals_test): Move some code to ...
19969 (gdb_collect_locals_test_1): ... it. New proc.
19970 (gdb_unavailable_registers_test): Move some code to ...
19971 (gdb_unavailable_registers_test_1): ... it. New proc.
19972 (gdb_unavailable_floats): Move some code to ...
19973 (gdb_unavailable_floats_1): ... it. New proc.
19974
19975 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
19976
19977 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
19978 probes to test for bitness recognition.
19979 * gdb.arch/amd64-stap-optional-prefix.exp
19980 (test_probe_value_without_reg): New procedure.
19981 Add code to test for different kinds of bitness.
19982
19983 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
19984
19985 PR breakpoints/16889
19986 * gdb.arch/amd64-stap-optional-prefix.S: New file.
19987 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
19988
19989 2014-05-01 Pedro Alves <palves@redhat.com>
19990
19991 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
19992 gdb_file_cmd if no file is specified.
19993 * boards/native-extended-gdbserver.exp (gdb_load): Use the
19994 last_loaded_file to set the remote exec-file.
19995
19996 2014-05-01 Pedro Alves <palves@redhat.com>
19997
19998 * boards/local-remote-host.exp: New file.
19999
20000 2014-05-01 Pedro Alves <palves@redhat.com>
20001
20002 * boards/local-remote-host.exp: Rename to ...
20003 * boards/local-remote-host-notty.exp: ... this.
20004
20005 2014-04-28 Joel Brobecker <brobecker@adacore.com>
20006
20007 * gdb.ada/dyn_arrayidx: New testcase.
20008
20009 2014-04-26 Yao Qi <yao@codesourcery.com>
20010
20011 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
20012 and compute the length of function main. Save it in
20013 $main_length.
20014 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
20015 (top-level): Use gdb_compile to compile objects into
20016 executable and restart GDB. Remove invocation to
20017 prepare_for_testing.
20018
20019 2014-04-25 Simon Marchi <simon.marchi@ericsson.com>
20020 Pedro Alves <palves@redhat.com>
20021
20022 PR server/16255
20023 * gdb.multi/multi-attach.c: New file.
20024 * gdb.multi/multi-attach.exp: New file.
20025
20026 2014-04-25 Pedro Alves <palves@redhat.com>
20027
20028 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
20029 user.
20030 (top level): Test that "set remote conditional-breakpoints-packet
20031 off" works as intended.
20032 * gdb.base/dprintf.exp: Test that "set remote
20033 breakpoint-commands-packet off" works as intended.
20034 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
20035 New function.
20036 (top level): Call it.
20037 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
20038 remote fast-tracepoints-packet off" works as intended.
20039 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
20040 * lib/gdb.exp (gdb_is_target_remote): ... here.
20041
20042 2014-04-24 David Blaikie <dblaikie@gmail.com>
20043
20044 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
20045 ensure clang would not discard them.
20046 * gdb.base/gdbvars.c: Ditto.
20047 * gdb.base/memattr.c: Ditto.
20048 * gdb.base/whatis.c: Ditto.
20049 * gdb.python/py-prettyprint.c: Ditto.
20050 * gdb.trace/actions.c: Ditto.
20051 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
20052 ensure clang would not discard it.
20053
20054 2014-04-24 David Blaikie <dblaikie@gmail.com>
20055
20056 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
20057 clang to emit the full definition of type required by the test
20058 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
20059
20060 2014-04-24 David Blaikie <dblaikie@gmail.com>
20061
20062 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
20063 coax Clang into emitting the definition of the type.
20064 * gdb.cp/pr10728-x.h (y): Ditto.
20065 * gdb.cp/pr10728-y.cc (y): Ditto.
20066
20067 2014-04-24 David Blaikie <dblaikie@gmail.com>
20068
20069 * gdb.base/label.exp: XFAIL label related tests under Clang.
20070 * gdb.cp/cplabel.exp: Ditto.
20071 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
20072 under Clang those using labels.
20073
20074 2014-04-25 Yao Qi <yao@codesourcery.com>
20075
20076 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
20077 double_label.
20078 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
20079 partial_label and double_label.
20080
20081 2014-04-24 David Blaikie <dblaikie@gmail.com>
20082
20083 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
20084
20085 2014-04-24 David Blaikie <dblaikie@gmail.com>
20086
20087 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
20088 of the function to work across GCC and Clang.
20089 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
20090 pointer types (const void ** const V void **).
20091
20092 2014-04-24 Michael Sturm <michael.sturm@mintel.com>
20093 Walfred Tedeschi <walfred.tedeschi@intel.com>
20094
20095 * Makefile.in (EXECUTABLES): Added i386-avx512.
20096 * gdb.arch/i386-avx512.c: New file.
20097 * gdb.arch/i386-avx512.exp: Likewise.
20098
20099 2014-04-23 Keith Seitz <keiths@redhat.com>
20100
20101 * lib/mi-support.exp (mi_list_breakpoints): Delete.
20102 (mi_make_breakpoint_table): New procedure.
20103 (mi_create_breakpoint): Use mi_make_breakpoint
20104 and return the result.
20105 (mi_make_breakpoint): New procedure.
20106 (mi_build_kv_pairs): New procedure.
20107
20108 * gdb.mi/mi-break.exp: Remove unused globals,
20109 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
20110 All callers updated.
20111 * gdb.mi/mi-dprintf.exp: Use variable to track command
20112 number.
20113 Update all callers of mi_create_breakpoint and use
20114 mi_make_breakpoint_table.
20115 Remove any unused global variables.
20116 * gdb.mi/mi-nonstop.exp: Likewise.
20117 * gdb.mi/mi-nsintrall.exp: Likewise.
20118 * gdb.mi/mi-nsmoribund.exp: Likewise.
20119 * gdb.mi/mi-nsthrexec.exp: Likewise.
20120 * gdb.mi/mi-reverse.exp: Likewise.
20121 * gdb.mi/mi-simplerun.exp: Likewise.
20122 * gdb.mi/mi-stepn.exp: Likewise.
20123 * gdb.mi/mi-syn-frame.exp: Likewise.
20124 * gdb.mi/mi-until.exp: Likewise.
20125 * gdb.mi/mi-var-cp.exp: Likewise.
20126 * gdb.mi/mi-var-display.exp: Likewise.
20127 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
20128 * gdb.mi/mi2-var-child.exp: Likewise.
20129 * gdb.mi/mi-vla-c99.exp: Likewise.
20130 * lib/mi-support.exp: Likewise.
20131
20132 From Ian Lance Taylor <iant@cygnus.com>:
20133 * lib/gdb.exp (parse_args): New procedure.
20134
20135 2014-04-23 Pedro Alves <palves@redhat.com>
20136
20137 * gdb.base/break-unload-file.c: New file.
20138 * gdb.base/break-unload-file.exp: New file.
20139 * gdb.base/sym-file-lib.c (baz): New function.
20140 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
20141 field.
20142 (load): Store the segment's mapped size.
20143 (unload): New function.
20144 (unload_shlib): New function.
20145 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
20146 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
20147 set a breakpoint at baz, and call it.
20148 * gdb.base/sym-file.exp: New tests for stale breakpoint
20149 instructions.
20150
20151 2014-04-23 Pedro Alves <palves@redhat.com>
20152
20153 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
20154 * gdb.base/hbreak-in-shr-unsupported.c: New file.
20155 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
20156 * gdb.base/hbreak-unmapped.c: New file.
20157 * gdb.base/hbreak-unmapped.exp: New file.
20158 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
20159 * lib/gdb.exp (gdb_is_target_remote): ... here.
20160
20161 2014-04-22 Pedro Alves <palves@redhat.com>
20162
20163 * gdb.base/consecutive-step-over.c: New file.
20164 * gdb.base/consecutive-step-over.exp: New file.
20165
20166 2014-04-22 Pedro Alves <palves@redhat.com>
20167
20168 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
20169 instead of send_gdb/gdb_expect.
20170
20171 2014-04-22 Yao Qi <yao@codesourcery.com>
20172
20173 * lib/trace-support.exp (generate_tracefile): New procedure.
20174 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
20175 return 0.
20176 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
20177 if generate_tracefile returns 1.
20178
20179 2014-04-18 Tom Tromey <palves@redhat.com>
20180 Pedro alves <tromey@redhat.com>
20181
20182 PR backtrace/15558
20183 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
20184 with a backtrace limit.
20185 * gdb.python/py-frame-inline.exp: Test running to an inline
20186 function with a backtrace limit, and printing the newest frame.
20187 * gdb.python/py-frame-inline.c (main): Call f.
20188
20189 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
20190
20191 * gdb.java/jnpe.exp: Drop srcdir from untested path.
20192
20193 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
20194
20195 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
20196 Drop prefix from unsupported source file path.
20197
20198 2014-04-17 Yao Qi <yao@codesourcery.com>
20199
20200 * lib/gdb.exp (with_target_charset): New proc.
20201 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
20202 with_target_charset.
20203 (test_print_strings): Likewise.
20204 (test_repeat_bytes): Likewise.
20205 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
20206 for some tests.
20207
20208 2014-04-16 Keith Seitz <keiths@redhat.com>
20209
20210 PR gdb/15827
20211 * gdb.dwarf2/corrupt.c: New file.
20212 * gdb.dwarf2/corrupt.exp: New file.
20213
20214 2014-04-16 Keith Seitz <keiths@redhat.com>
20215
20216 PR c++/16597
20217 * gdb.cp/namelessclass.cc: New file.
20218 * gdb.cp/namelessclass.exp: New file.
20219 * gdb.cp/namelessclass.S: New file.
20220
20221 2014-04-16 Doug Evans <dje@google.com>
20222
20223 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
20224 Add comment.
20225 (gdbserver_default_get_comm_port): New function.
20226 (gdbserver_start): Check if board file provided
20227 "gdbserver,get_comm_port" and use it if so.
20228 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
20229 (gdb,socketport): Set to "stdio".
20230 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
20231 (stdio_gdbserver_template): Delete.
20232 (${board}_get_remote_address): Update.
20233 (${board}_build_remote_cmd): Delete.
20234 (${board}_get_comm_port): New function.
20235 (${board}_spawn): Update.
20236 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
20237 Delete.
20238 (${board}_get_remote_address): Update.
20239 (${board}_get_comm_port): New function.
20240
20241 2014-04-16 Andrew Burgess <aburgess@broadcom.com>
20242
20243 * gdb.base/memattr.exp: Improve regexps to handle memory regions
20244 appearing in any order.
20245
20246 2014-04-15 Doug Evans <dje@google.com>
20247
20248 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
20249 uninitialized value of "description".
20250
20251 2014-04-15 Keith Seitz <keiths@redhat.com>
20252
20253 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
20254 Remove unused globals.
20255 (test_running_the_program): Likewise.
20256 (test_controlled_execution): Likewise.
20257 (test_controlling_breakpoints): Likewise.
20258 (test_program_termination): Likewise.
20259
20260 2014-04-15 Keith Seitz <keiths@redhat.com>
20261
20262 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
20263 unused globals.
20264 (test_rbreak_creation_and_listing): Likewise.
20265 (test_ignore_count): Likewise.
20266 (test_error): Likewise.
20267
20268 2014-04-15 Pedro Alves <palves@redhat.com>
20269
20270 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
20271 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
20272 sym-file-loader.c.
20273 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
20274 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
20275 to sym-file-loader.c.
20276 (struct library): Forward declare.
20277 (load_shlib, lookup_function): Change prototypes.
20278 (find_shstrtab, find_strtab, find_shdr, find_symtab)
20279 (translate_offset): Remove declarations.
20280 (get_text_addr): New declaration.
20281 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
20282 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
20283 sym-file-loader.h.
20284 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
20285 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
20286 here from sym-file-loader.h.
20287 (struct library): New structure.
20288 (load_shlib, lookup_function): Change prototypes and adjust to
20289 work with a struct library.
20290 (find_shstrtab, find_strtab, find_shdr, find_symtab)
20291 (translate_offset): Make static.
20292 (get_text_addr): New function.
20293 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
20294
20295 2014-04-15 Pedro Alves <palves@redhat.com>
20296
20297 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
20298
20299 2014-04-15 Pedro Alves <palves@redhat.com>
20300
20301 * gdb.base/sym-file-loader.c: Include <limits.h>.
20302 (SELF_LINK): New define.
20303 (get_origin): New function.
20304 (load_shlib): Use it.
20305 * gdb.base/sym-file.exp: Don't early return if the target is
20306 remote. Use runto_main, and issue fail is that fails. Use
20307 gdb_load_shlibs.
20308 (shlib_name): Delete.
20309 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
20310
20311 2014-04-15 Pedro Alves <palves@redhat.com>
20312
20313 * gdb.base/sym-file.exp: Remove regex characters from test
20314 message. Don't refer to breakpoint numbers in test messages.
20315
20316 2014-04-14 Keith Seitz <keiths@redhat.com>
20317
20318 PR c++/16253
20319 * gdb.cp/var-tag.cc: New file.
20320 * gdb.cp/var-tag.exp: New file.
20321 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
20322 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
20323 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
20324 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
20325
20326 2014-04-14 Tom Tromey <tromey@redhat.com>
20327
20328 * gdb.cp/classes.exp (test_enums): Handle underlying type.
20329 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
20330 type.
20331 * gdb.cp/enum-class.exp: New file.
20332 * gdb.cp/enum-class.cc: New file.
20333
20334 2014-04-14 Tom Tromey <tromey@redhat.com>
20335
20336 * gdb.dwarf2/enum-type.exp: New file.
20337
20338 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
20339
20340 * gdb.mi/mi-vla-c99.exp: New file.
20341 * gdb.mi/vla.c: New file.
20342
20343 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
20344
20345 * gdb.base/vla-datatypes.c: New file.
20346 * gdb.base/vla-datatypes.exp: New file.
20347
20348 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
20349
20350 * gdb.base/vla-ptr.c: New file.
20351 * gdb.base/vla-ptr.exp: New file.
20352
20353 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
20354
20355 * gdb.dwarf2/count.exp: New file.
20356
20357 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
20358
20359 * gdb.base/vla-sideeffect.c: New file.
20360 * gdb.base/vla-sideeffect.exp: New file.
20361
20362 2014-04-14 David Blaikie <dblaikie@gmail.com>
20363
20364 * gdb.mi/non-stop.c: Add return value for non-void function return
20365 statement.
20366 * gdb.threads/staticthreads.c: Ditto.
20367
20368 2014-04-12 Siva Chandra Reddy <sivachandra@google.com>
20369 Doug Evans <xdje42@gmail.com>
20370
20371 * gdb.guile/scm-value.c: Improve test case.
20372 * gdb.guile/scm-value.exp: Add new test.
20373
20374 2014-04-11 David Blaikie <dblaikie@gmail.com>
20375
20376 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
20377 override Clang's default.
20378
20379 2014-04-11 Joel Brobecker <brobecker@adacore.com>
20380
20381 Revert the following changes (regressions):
20382
20383 * gdb.base/vla-sideeffect.c: New file.
20384 * gdb.base/vla-sideeffect.exp: New file.
20385
20386 * gdb.dwarf2/count.exp: New file.
20387
20388 * gdb.base/vla-multi.c: New file.
20389 * gdb.base/vla-multi.exp: New file.
20390
20391 * gdb.base/vla-ptr.c: New file.
20392 * gdb.base/vla-ptr.exp: New file.
20393
20394 * gdb.base/vla-datatypes.c: New file.
20395 * gdb.base/vla-datatypes.exp: New file.
20396
20397 * gdb.mi/mi-vla-c99.exp: New file.
20398 * gdb.mi/vla.c: New file.
20399
20400 2014-04-11 Keith Seitz <keiths@redhat.com>
20401
20402 PR c++/16675
20403 * gdb.cp/cpsizeof.exp: New file.
20404 * gdb.cp/cpsizeof.cc: New file.
20405
20406 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
20407
20408 * gdb.mi/mi-vla-c99.exp: New file.
20409 * gdb.mi/vla.c: New file.
20410
20411 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
20412
20413 * gdb.base/vla-datatypes.c: New file.
20414 * gdb.base/vla-datatypes.exp: New file.
20415
20416 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
20417
20418 * gdb.base/vla-ptr.c: New file.
20419 * gdb.base/vla-ptr.exp: New file.
20420
20421 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
20422
20423 * gdb.base/vla-multi.c: New file.
20424 * gdb.base/vla-multi.exp: New file.
20425
20426 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
20427
20428 * gdb.dwarf2/count.exp: New file.
20429
20430 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
20431
20432 * gdb.base/vla-sideeffect.c: New file.
20433 * gdb.base/vla-sideeffect.exp: New file.
20434
20435 2014-04-11 Yao Qi <yao@codesourcery.com>
20436
20437 * gdb.base/completion.exp: Check file exists before running tests
20438 on file completion.
20439
20440 2014-04-10 Pedro Alves <palves@redhat.com>
20441
20442 * gdb.base/cond-eval-mode.c: New file.
20443 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
20444 prepare_for_testing to build the new file. Check result of
20445 runto_main.
20446 (test_break, test_watch): New procedures.
20447 (top level): Use them.
20448
20449 2014-04-08 Pierre Muller <muller@sourceware.org>
20450
20451 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
20452 Ctrl-V use for mingw hosts.
20453
20454 2014-04-07 Siva Chandra Reddy <sivachandra@google.com>
20455
20456 * gdb.python/py-value.c: Improve test case.
20457 * gdb.python/py-value.exp: Add new test.
20458
20459 2014-04-07 David Blaikie <dblaikie@gmail.com>
20460
20461 * lib/compiler.c: Identify the clang compiler.
20462 * lib/compiler.cc: Ditto.
20463
20464 2014-04-03 Yao Qi <yao@codesourcery.com>
20465
20466 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
20467
20468 2014-04-01 Anton Blanchard <anton@samba.org>
20469
20470 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
20471 messages unique.
20472
20473 2014-04-01 Anton Blanchard <anton@samba.org>
20474
20475 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
20476 prepare_for_testing.
20477
20478 2014-04-01 Anton Blanchard <anton@samba.org>
20479
20480 * gdb.arch/ppc64-atomic-inst.c: Remove.
20481 * gdb.arch/ppc64-atomic-inst.S: New file.
20482 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
20483
20484 2014-03-31 Doug Evans <dje@google.com>
20485
20486 * gdb.base/print-symbol-loading-lib.c: New file.
20487 * gdb.base/print-symbol-loading-main.c: New file.
20488 * gdb.base/print-symbol-loading.exp: New file.
20489
20490 2014-03-31 Yao Qi <yao@codesourcery.com>
20491
20492 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
20493
20494 2014-03-28 Joel Brobecker <brobecker@adacore.com>
20495
20496 * gdb.ada/mi_dyn_arr: New testcase.
20497
20498 2014-03-27 Doug Evans <dje@google.com>
20499
20500 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
20501
20502 2014-03-27 Yao Qi <yao@codesourcery.com>
20503
20504 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
20505 if target is nios2-*-*.
20506
20507 2014-03-26 Yao Qi <yao@codesourcery.com>
20508
20509 * lib/gdb.exp (readline_is_used): New proc.
20510 * gdb.base/completion.exp: Move tests on command complete up.
20511 Skip the rest of tests if readline is not used.
20512 * gdb.ada/complete.exp: Skp the test if readline is not
20513 used.
20514 * gdb.base/filesym.exp: Likewise.
20515 * gdb.base/macscp.exp: Likewise.
20516 * gdb.base/readline-ask.exp: Likewise.
20517 * gdb.base/readline.exp: Likewise.
20518 * gdb.python/py-cmd.exp: Likewise.
20519 * gdb.trace/tfile.exp: Likewise.
20520
20521 2014-03-26 Yao Qi <yao@codesourcery.com>
20522
20523 * gdb.base/macscp.exp: Fix code format issues.
20524
20525 2014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
20526
20527 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
20528 * gdb.asm/powerpc64le.inc: New file.
20529
20530 2014-03-25 Pedro Alves <palves@redhat.com>
20531 Doug Evans <dje@google.com>
20532
20533 * gdb.base/source-execution.c: New file.
20534 * gdb.base/source-execution.exp: New file.
20535 * gdb.base/source-execution.gdb: New file.
20536
20537 2014-03-24 Doug Evans <dje@google.com>
20538
20539 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
20540 using fission.
20541
20542 2014-03-24 Hui Zhu <hui@codesourcery.com>
20543 Pedro Alves <palves@redhat.com>
20544
20545 PR breakpoints/16101
20546 * gdb.base/dprintf.exp: Use unsupported rather than changing the
20547 test pass/fail messages. Detect missing support for dprintf when
20548 breakpoints are actually inserted.
20549 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
20550 breakpoints are actually inserted.
20551 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
20552 fails.
20553
20554 2014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
20555
20556 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
20557
20558 2014-03-22 Doug Evans <xdje42@gmail.com>
20559
20560 * gdb.python/python.exp (python not supported): Verify multi-line
20561 python command issues an error.
20562 * gdb.guile/guile.exp (guile not supported): Verify multi-line
20563 guile command issues an error.
20564
20565 2014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
20566
20567 * gdb.threads/thread-specific.exp: Handle the lack of usable
20568 $this_breakpoint and $this_thread.
20569
20570 2014-03-21 Hui Zhu <hui@codesourcery.com>
20571
20572 * gdb.base/attach.exp (do_command_attach_tests): New.
20573
20574 2014-03-20 Tom Tromey <tromey@redhat.com>
20575 Pedro Alves <palves@redhat.com>
20576
20577 PR cli/15718
20578 * gdb.base/condbreak-call-false.c: New file.
20579 * gdb.base/condbreak-call-false.exp: New file.
20580
20581 2014-03-20 Pedro Alves <palves@redhat.com>
20582
20583 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
20584 Delete.
20585 (block_signals, unblock_signals): Delete.
20586 (child_function_2, main): Remove references to deleted variable
20587 and functions.
20588
20589 2014-03-20 Pedro Alves <palves@redhat.com>
20590
20591 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
20592 Use pthread_kill to signal thread 2.
20593 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
20594 Adjust to make the test send itself a signal rather than using the
20595 host's "kill" command.
20596
20597 2014-03-20 Pedro Alves <palves@redhat.com>
20598
20599 * gdb.threads/multiple-step-overs.c: New file.
20600 * gdb.threads/multiple-step-overs.exp: New file.
20601 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
20602 Adjust expected infrun debug output.
20603
20604 2014-03-20 Pedro Alves <palves@redhat.com>
20605
20606 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
20607 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
20608
20609 2014-03-20 Pedro Alves <palves@redhat.com>
20610
20611 PR breakpoints/7143
20612 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
20613 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
20614 of gdb_test_multiple.
20615 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
20616 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
20617
20618 2014-03-20 Pedro Alves <palves@redhat.com>
20619
20620 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
20621 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
20622
20623 2014-03-19 Pedro Alves <palves@redhat.com>
20624
20625 * gdb.base/async.exp: Remove early return.
20626
20627 2014-03-19 Pedro Alves <palves@redhat.com>
20628
20629 * gdb.base/async.exp (step& tests): Pass explicit test messages.
20630
20631 2014-03-19 Pedro Alves <palves@redhat.com>
20632
20633 * gdb.base/async.exp (test_background): Expect \r\n after
20634 "completed." in the fail pattern.
20635
20636 2014-03-19 Pedro Alves <palves@redhat.com>
20637
20638 * gdb.base/async.exp (test_background): New procedure.
20639 Use it for all background execution command tests.
20640
20641 2014-03-19 Pedro Alves <palves@redhat.com>
20642
20643 * gdb.base/async.exp: Use prepare_for_testing.
20644
20645 2014-03-19 Pedro Alves <palves@redhat.com>
20646
20647 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
20648 the same line.
20649
20650 2014-03-19 Pedro Alves <palves@redhat.com>
20651
20652 * gdb.base/async.c (main): Add "jump here" and "until here" line
20653 marker comments.
20654 * gdb.base/async.exp (jump_here): New global.
20655 (jump& test): Use it.
20656 (until_here): New global.
20657 (until& test): Use it.
20658
20659 2014-03-19 Pedro Alves <palves@redhat.com>
20660
20661 * gdb.base/async.exp: Don't frob gdb_protocol.
20662
20663 2014-03-18 Doug Evans <xdje42@gmail.com>
20664
20665 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
20666 Fix spelling of exec-done-display.
20667
20668 2014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
20669
20670 PR gdb/15358
20671 * gdb.base/gdb-sigterm.c: New file.
20672 * gdb.base/gdb-sigterm.exp: New file.
20673
20674 2014-03-18 Pedro Alves <palves@redhat.com>
20675
20676 PR gdb/13860
20677 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
20678 * lib/mi-support.exp (mi_expect_stop): Add special handling for
20679 solib-event.
20680
20681 2014-03-17 Joel Brobecker <brobecker@adacore.com>
20682
20683 * gdb.ada/pckd_arr_ren: New testcase.
20684
20685 2014-03-13 Doug Evans <xdje42@gmail.com>
20686
20687 PR guile/16612
20688 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
20689 collect after discarding symbols.
20690
20691 2014-03-13 Ludovic Courtès <ludo@gnu.org>
20692 Doug Evans <xdje42@gmail.com>
20693
20694 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
20695 to history survives a gc.
20696
20697 2014-03-13 Pedro Alves <palves@redhat.com>
20698
20699 * gdb.base/default.exp: Don't test "target procfs".
20700
20701 2014-03-13 Pedro Alves <palves@redhat.com>
20702
20703 * gdb.base/default.exp: Update "target child" and "target procfs"
20704 tests to not expect "Unix".
20705
20706 2014-03-12 Tom Tromey <tromey@redhat.com>
20707
20708 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
20709 New procs. Add target-async tests.
20710 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
20711 Add target-async tests.
20712
20713 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
20714
20715 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
20716 'func_start' and 'func_end' for the beginning and end of the
20717 function code, respectively.
20718 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
20719 'func_end' instead of 'func' and 'main'.
20720
20721 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
20722
20723 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
20724 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
20725 generate the debug info assembler source.
20726
20727 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
20728
20729 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
20730 * gdb.dwarf2/arr-subrange.exp: Likewise.
20731 * gdb.dwarf2/dwz.exp: Likewise.
20732 * gdb.dwarf2/method-ptr.exp: Likewise.
20733 * gdb.dwarf2/missing-sig-type.exp: Likewise.
20734 * gdb.dwarf2/subrange.exp: Likewise.
20735 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
20736 * gdb.dwarf2/implptrpiece.exp: Likewise.
20737 * gdb.dwarf2/nostaticblock.exp: Likewise.
20738
20739 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
20740
20741 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
20742 directory to absolute path name arguments.
20743
20744 2014-03-10 Joel Brobecker <brobecker@adacore.com>
20745
20746 * gdb.ada/tagged_access: New testcase.
20747
20748 2014-03-07 Markus Metzger <markus.t.metzger@intel.com>
20749
20750 * gdb.btrace/data.exp: Update expected output.
20751
20752 2014-03-06 Yao Qi <yao@codesourcery.com>
20753
20754 * gdb.trace/pr16508.exp: New file.
20755
20756 2014-03-05 Pedro Alves <palves@redhat.com>
20757
20758 PR gdb/16575
20759 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
20760 procedure.
20761 (top level): Adjust to use it. Add tests that exercise breakpoint
20762 interaction with the code-cache.
20763
20764 2014-02-26 Ludovic Courtès <ludo@gnu.org>
20765
20766 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
20767 test for 'history-append!'.
20768
20769 2014-02-26 Joel Brobecker <brobecker@adacore.com>
20770
20771 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
20772 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
20773 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
20774 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
20775 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
20776 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
20777
20778 2014-02-26 Joel Brobecker <brobecker@adacore.com>
20779
20780 * testsuite/gdb.python/py-pp-re-notag.c: New file.
20781 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
20782 * testsuite/gdb.python/py-pp-re-notag.p: New file.
20783
20784 2014-02-26 Joel Brobecker <brobecker@adacore.com>
20785
20786 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
20787
20788 2014-02-26 Joel Brobecker <brobecker@adacore.com>
20789
20790 * gdb.dwarf2/arr-stride.c: New file.
20791 * gdb.dwarf2/arr-stride.exp: New file.
20792
20793 2014-02-26 Pedro Alves <palves@redhat.com>
20794
20795 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
20796 that won't ever trigger. Make sure that GDB reports the correct
20797 breakpoint that caused the stop.
20798
20799 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
20800
20801 PR gdb/16626
20802 * gdb.base/auto-load-script: New file.
20803 * gdb.base/auto-load.c: New file.
20804 * gdb.base/auto-load.exp: New file.
20805
20806 PR gdb/16626
20807 * gdb.base/auto-load.exp: Fix out-of-srctree run.
20808
20809 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
20810
20811 Fix dw2-icycle.exp -fsanitize=address GDB crash.
20812 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
20813
20814 2014-02-24 Doug Evans <dje@google.com>
20815
20816 * lib/gdb.exp (run_on_host): Log error output if program fails.
20817
20818 2014-02-21 Pedro Alves <palves@redhat.com>
20819
20820 * gdb.threads/step-after-sr-lock.c: Rename to ...
20821 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
20822 * gdb.threads/step-after-sr-lock.exp: Rename to ...
20823 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
20824 ... this.
20825
20826 2014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
20827
20828 PR tdep/16397
20829 * gdb.arch/amd64-stap-special-operands.exp: New file.
20830 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
20831 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
20832 * gdb.arch/amd64-stap-triplet.S: Likewise.
20833 * gdb.arch/amd64-stap-triplet.c: Likewise.
20834
20835 2014-02-20 Joel Brobecker <brobecker@adacore.com>
20836
20837 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
20838 in .section pseudo-op.
20839
20840 2014-02-20 lin zuojian <manjian2006@gmail.com>
20841 Joel Brobecker <brobecker@adacore.com>
20842 Doug Evans <xdje42@gmail.com>
20843
20844 PR symtab/16581
20845 * gdb.dwarf2/dw2-icycle.S: New file.
20846 * gdb.dwarf2/dw2-icycle.c: New file.
20847 * gdb.dwarf2/dw2-icycle.exp: New file.
20848
20849 2014-02-19 Siva Chandra Reddy <sivachandra@google.com>
20850
20851 * gdb.python/py-value-cc.cc: Improve test case to enable testing
20852 operations on gdb.Value objects.
20853 * gdb.python/py-value-cc.exp: Add new test to test operations on
20854 gdb.Value objects.
20855
20856 2014-02-18 Doug Evans <dje@google.com>
20857
20858 * Makefile.in (TESTS): New variable.
20859 (expanded_tests, expanded_tests_or_none): New variables
20860 (check-single): Pass $(expanded_tests_or_none) to runtest.
20861 (check-parallel): Only run tests in $(TESTS) if non-empty.
20862 (check/no-matching-tests-found): New rule.
20863 * README: Document TESTS makefile variable.
20864
20865 2014-02-18 Doug Evans <dje@google.com>
20866
20867 * Makefile.in (check-parallel): rm -rf outputs temp.
20868
20869 2014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
20870
20871 Fix "ERROR: no fileid for" in the testsuite.
20872 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
20873
20874 2014-02-12 Doug Evans <dje@google.com>
20875
20876 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
20877 (MISCELLANEOUS): New variable.
20878 (clean): rm -rf $(MISCELLANEOUS).
20879 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
20880 dwp live in the same directory as symlinks, with each symlink pointed
20881 to a differently named file in a different directory.
20882
20883 2014-02-11 Doug Evans <dje@google.com>
20884
20885 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
20886 of Tcl file commands.
20887
20888 2014-02-10 Mark Kettenis <kettenis@gnu.org>
20889
20890 * gdb.threads/step-after-sr-lock.exp: Avoid executing
20891 "kill -SIGUSR1 -1".
20892
20893 2014-02-10 Joel Brobecker <brobecker@adacore.com>
20894
20895 * gdb.ada/tick_length_array_enum_idx: New testcase.
20896
20897 2014-02-10 Doug Evans <xdje42@gmail.com>
20898
20899 * configure.ac (AC_OUTPUT): Add gdb.guile.
20900 * configure: Regenerate.
20901 * lib/gdb-guile.exp: New file.
20902 * lib/gdb.exp (get_target_charset): New function.
20903 * gdb.base/help.exp: Update expected output from "apropos apropos".
20904 * gdb.guile/Makefile.in: New file.
20905 * gdb.guile/guile.exp: New file.
20906 * gdb.guile/scm-arch.c: New file.
20907 * gdb.guile/scm-arch.exp: New file.
20908 * gdb.guile/scm-block.c: New file.
20909 * gdb.guile/scm-block.exp: New file.
20910 * gdb.guile/scm-breakpoint.c: New file.
20911 * gdb.guile/scm-breakpoint.exp: New file.
20912 * gdb.guile/scm-disasm.c: New file.
20913 * gdb.guile/scm-disasm.exp: New file.
20914 * gdb.guile/scm-equal.c: New file.
20915 * gdb.guile/scm-equal.exp: New file.
20916 * gdb.guile/scm-error.exp: New file.
20917 * gdb.guile/scm-error.scm: New file.
20918 * gdb.guile/scm-frame-args.c: New file.
20919 * gdb.guile/scm-frame-args.exp: New file.
20920 * gdb.guile/scm-frame-args.scm: New file.
20921 * gdb.guile/scm-frame-inline.c: New file.
20922 * gdb.guile/scm-frame-inline.exp: New file.
20923 * gdb.guile/scm-frame.c: New file.
20924 * gdb.guile/scm-frame.exp: New file.
20925 * gdb.guile/scm-generics.exp: New file.
20926 * gdb.guile/scm-gsmob.exp: New file.
20927 * gdb.guile/scm-iterator.c: New file.
20928 * gdb.guile/scm-iterator.exp: New file.
20929 * gdb.guile/scm-math.c: New file.
20930 * gdb.guile/scm-math.exp: New file.
20931 * gdb.guile/scm-objfile-script-gdb.in: New file.
20932 * gdb.guile/scm-objfile-script.c: New file.
20933 * gdb.guile/scm-objfile-script.exp: New file.
20934 * gdb.guile/scm-objfile.c: New file.
20935 * gdb.guile/scm-objfile.exp: New file.
20936 * gdb.guile/scm-ports.exp: New file.
20937 * gdb.guile/scm-pretty-print.c: New file.
20938 * gdb.guile/scm-pretty-print.exp: New file.
20939 * gdb.guile/scm-pretty-print.scm: New file.
20940 * gdb.guile/scm-section-script.c: New file.
20941 * gdb.guile/scm-section-script.exp: New file.
20942 * gdb.guile/scm-section-script.scm: New file.
20943 * gdb.guile/scm-symbol.c: New file.
20944 * gdb.guile/scm-symbol.exp: New file.
20945 * gdb.guile/scm-symtab-2.c: New file.
20946 * gdb.guile/scm-symtab.c: New file.
20947 * gdb.guile/scm-symtab.exp: New file.
20948 * gdb.guile/scm-type.c: New file.
20949 * gdb.guile/scm-type.exp: New file.
20950 * gdb.guile/scm-value-cc.cc: New file.
20951 * gdb.guile/scm-value-cc.exp: New file.
20952 * gdb.guile/scm-value.c: New file.
20953 * gdb.guile/scm-value.exp: New file.
20954 * gdb.guile/source2.scm: New file.
20955 * gdb.guile/types-module.cc: New file.
20956 * gdb.guile/types-module.exp: New file.
20957
20958 2014-02-10 Yao Qi <yao@codesourcery.com>
20959
20960 PR testsuite/16543
20961 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
20962 * configure: Regenerated.
20963 * Makefile.in: New file.
20964
20965 2014-02-08 Andreas Schwab <schwab@linux-m68k.org>
20966
20967 * gdb.python/py-framefilter.exp: Fix typo.
20968
20969 2014-02-08 Yao Qi <yao@codesourcery.com>
20970
20971 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
20972 that no =breakpoint-modified is emitted when breakpoints are
20973 modified through MI commands.
20974
20975 2014-02-07 Pedro Alves <pedro@codesourcery.com>
20976 Pedro Alves <palves@redhat.com>
20977
20978 * gdb.threads/step-after-sr-lock.c: New file.
20979 * gdb.threads/step-after-sr-lock.exp: New file.
20980
20981 2014-02-07 Pedro Alves <palves@redhat.com>
20982
20983 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
20984
20985 2014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
20986
20987 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
20988 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
20989
20990 2014-02-06 Doug Evans <xdje42@gmail.com>
20991
20992 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
20993 output.
20994
20995 * gdb.gdb/python-interrupts.exp: New file.
20996
20997 2014-02-05 Yao Qi <yao@codesourcery.com>
20998
20999 * gdb.trace/report.exp (use_collected_data): Test the output
21000 of "info threads" and "info inferiors".
21001
21002 2014-02-05 Yao Qi <yao@codesourcery.com>
21003
21004 Revert this patch:
21005
21006 2013-05-24 Yao Qi <yao@codesourcery.com>
21007
21008 * gdb.trace/tfile.exp: Test inferior and thread.
21009
21010 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
21011
21012 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
21013 on a function.
21014 * gdb.base/step-bt.c: Call hello via function pointer to make
21015 sure its first instruction is executed on powerpc64le-linux.
21016
21017 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
21018
21019 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
21020
21021 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
21022
21023 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
21024 of the test patterns for use on little-endian systems.
21025
21026 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
21027
21028 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
21029 (decimal_vector): Fix for little-endian.
21030
21031 2014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
21032
21033 * gdb.arch/sparc-sysstep.exp: New file.
21034 * gdb.arch/sparc-sysstep.c: Likewise.
21035
21036 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
21037
21038 2014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
21039
21040 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
21041
21042 2014-01-23 Tom Tromey <tromey@redhat.com>
21043
21044 * gdb.ada/array_char_idx: New testcase.
21045
21046 2014-01-23 Tom Tromey <tromey@redhat.com>
21047
21048 PR python/16487:
21049 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
21050 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
21051 classes.
21052
21053 2014-01-23 Tom Tromey <tromey@redhat.com>
21054
21055 PR python/16491:
21056 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
21057 string from an inferior frame.
21058 * gdb.python/py-framefilter-mi.exp: Update.
21059
21060 2014-01-22 Doug Evans <dje@google.com>
21061
21062 * gdb.server/server-mon.exp: Add tests for "set debug-format".
21063
21064 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
21065
21066 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
21067
21068 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
21069
21070 * gdb.trace/entry-values.exp: Remove excess space character from
21071 regex patterns. Handle s390 call instruction.
21072
21073 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
21074
21075 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
21076 define "*_start" label. Make "name" static.
21077 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
21078 ${name} by references to ${name}_start.
21079
21080 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
21081
21082 * gdb.base/info-macros.exp: Remove "debug" from the compile
21083 options.
21084
21085 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
21086
21087 * gdb.dlang/demangle.exp: New file.
21088
21089 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
21090
21091 * gdb.dlang/primitive-types.exp: New file.
21092
21093 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
21094
21095 * configure.ac: Create gdb.dlang/Makefile.
21096 * configure: Regenerate.
21097 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
21098 * gdb.dlang/Makefile.in: New file.
21099 * lib/d-support.exp: New file.
21100 * lib/gdb.exp (skip_d_tests): New proc.
21101
21102 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
21103
21104 * gdb.btrace/delta.exp: Check reverse stepi.
21105 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
21106 * gdb.btrace/finish.exp: New.
21107 * gdb.btrace/next.exp: New.
21108 * gdb.btrace/nexti.exp: New.
21109 * gdb.btrace/record_goto.c: Add comments.
21110 * gdb.btrace/step.exp: New.
21111 * gdb.btrace/stepi.exp: New.
21112 * gdb.btrace/multi-thread-step.c: New.
21113 * gdb.btrace/multi-thread-step.exp: New.
21114 * gdb.btrace/rn-dl-bind.c: New.
21115 * gdb.btrace/rn-dl-bind.exp: New.
21116 * gdb.btrace/data.c: New.
21117 * gdb.btrace/data.exp: New.
21118 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
21119
21120 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
21121
21122 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
21123 * gdb.btrace/exception.exp: Update.
21124 * gdb.btrace/instruction_history.exp: Update.
21125 * gdb.btrace/record_goto.exp: Update.
21126 * gdb.btrace/tailcall.exp: Update.
21127 * gdb.btrace/unknown_functions.exp: Update.
21128 * gdb.btrace/delta.exp: New.
21129
21130 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
21131
21132 * gdb.btrace/record_goto.exp: Add backtrace test.
21133 * gdb.btrace/tailcall.exp: Add backtrace test.
21134
21135 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
21136
21137 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
21138 * gdb.btrace/record_goto.c: New.
21139 * gdb.btrace/record_goto.exp: New.
21140 * gdb.btrace/x86-record_goto.S: New.
21141
21142 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
21143
21144 * gdb.btrace/function_call_history.exp: Update tests.
21145 * gdb.btrace/instruction_history.exp: Update tests.
21146
21147 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
21148
21149 * gdb.btrace/function_call_history.exp: Fix expected field
21150 order for "record function-call-history".
21151 Add new tests for "record function-call-history /c".
21152 * gdb.btrace/exception.cc: New.
21153 * gdb.btrace/exception.exp: New.
21154 * gdb.btrace/tailcall.exp: New.
21155 * gdb.btrace/x86-tailcall.S: New.
21156 * gdb.btrace/x86-tailcall.c: New.
21157 * gdb.btrace/unknown_functions.c: New.
21158 * gdb.btrace/unknown_functions.exp: New.
21159 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
21160
21161 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
21162
21163 * gdb.btrace/instruction_history.exp: Update.
21164 * gdb.btrace/function_call_history.exp: Update.
21165
21166 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
21167
21168 * gdb.btrace/function_call_history.exp: Fix expected function
21169 trace.
21170 * gdb.btrace/instruction_history.exp: Initialize traced.
21171 Remove traced_functions.
21172
21173 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
21174
21175 * gdb.btrace/function_call_history.exp: Update
21176 * gdb.btrace/instruction_history.exp: Update.
21177
21178 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
21179
21180 * gdb.btrace/enable.exp: Update expected text.
21181
21182 2014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
21183
21184 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
21185 bytes.
21186
21187 2014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
21188
21189 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
21190
21191 2014-01-15 Omair Javaid <omair.javaid@linaro.org>
21192
21193 * lib/gdb.exp (supports_process_record): Return true for
21194 arm*-linux*. (supports_reverse): Likewise.
21195
21196 2014-01-13 Siva Chandra Reddy <sivachandra@google.com>
21197
21198 PR python/15464
21199 PR python/16113
21200 * gdb.python/py-type.c: Enhance test case.
21201 * gdb.python/py-value-cc.cc: Likewise
21202 * gdb.python/py-type.exp: Add new tests.
21203 * gdb.python/py-value-cc.exp: Likewise
21204
21205 2014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
21206 Pedro Alves <palves@redhat.com>
21207
21208 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
21209 Make "name" extern.
21210 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
21211 references to ${name}_start by references to ${name}.
21212
21213 2014-01-10 Joel Brobecker <brobecker@adacore.com>
21214
21215 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
21216
21217 2014-01-10 Joel Brobecker <brobecker@adacore.com>
21218
21219 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
21220
21221 2014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
21222 Pedro Alves <palves@redhat.com>
21223
21224 * gdb.mi/mi-info-os.exp: Connect to the target with
21225 mi_gdb_target_load.
21226
21227 2014-01-08 Pedro Alves <palves@redhat.com>
21228
21229 * gdb.threads/reconnect-signal.c: New file.
21230 * gdb.threads/reconnect-signal.exp: New file.
21231
21232 2014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
21233
21234 * gdb.base/source-dir.exp: New file.
21235
21236 2014-01-07 Joel Brobecker <brobecker@adacore.com>
21237
21238 * gdb.ada/mi_interface: New testcase.
21239
21240 2014-01-07 Joel Brobecker <brobecker@adacore.com>
21241
21242 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
21243 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
21244 gdb.ada/pp-rec-component/pck.ads: New files.
21245
21246 2014-01-07 Joel Brobecker <brobecker@adacore.com>
21247
21248 * gdb.python/py-pp-integral.c: New file.
21249 * gdb.python/py-pp-integral.py: New file.
21250 * gdb.python/py-pp-integral.exp: New file.
21251
21252 For older changes see ChangeLog-1993-2013.
21253 \f
21254 ;; Local Variables:
21255 ;; mode: change-log
21256 ;; left-margin: 8
21257 ;; fill-column: 74
21258 ;; version-control: never
21259 ;; End:
21260
21261 Copyright 2014-2020 Free Software Foundation, Inc.
21262 Copying and distribution of this file, with or without modification,
21263 are permitted provided the copyright notice and this notice are preserved.
This page took 0.435534 seconds and 5 git commands to generate.