Remove stale "register" bits from gdb.cp/misc.cc
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
CommitLineData
3b8d4c5c
PA
12020-09-13 Pedro Alves <pedro@palves.net>
2
3 * gdb.cp/inherit.exp: No longer pass -Wno-deprecated-register.
4 * gdb.cp/misc.exp: No longer pass -Wno-deprecated-register.
5 * gdb.cp/misc.cc (class small, small::method, marker_reg1)
6 (register_class): Delete.
7 (main): Don't call register_class.
8
d5f96005
PA
92020-09-13 Pedro Alves <pedro@palves.net>
10
11 * gdb.cp/classes.exp: No longer pass -Wno-deprecated-register.
12 (do_tests): Remove "calling method for small class" test.
13 * gdb.cp/classes.cc (class small, small::method, marker_reg1)
14 (register_class): Delete.
15 (main): Don't call register_class.
16 * gdb.cp/call-method-register.exp: New file, based on bits removed
17 from classes.exp.
18 * gdb.cp/call-method-register.cc: New file, based on bits removed
19 from classes.cc.
20
77f2120b
PA
212020-09-13 Pedro Alves <pedro@palves.net>
22
23 * gdb.base/msym-bp-2.c: New.
24 * gdb.base/msym-bp-shl-lib.c: New file.
25 * gdb.base/msym-bp-shl-main-2.c: New file.
26 * gdb.base/msym-bp-shl-main.c: New file.
27 * gdb.base/msym-bp-shl.exp: New file.
28 * gdb.base/msym-bp.c: New file.
29 * gdb.base/msym-bp.exp: New file.
30
32aea73e
JB
312020-09-13 Joel Brobecker <brobecker@adacore.com>
32
33 * gdb.base/default.exp: Change $_gdb_major to 11.
34
2a67f09d
FW
352020-09-11 Moritz Riesterer <moritz.riesterer@intel.com>
36 Felix Willgerodt <Felix.Willgerodt@intel.com>
37
38 * x86-avx512bf16.c: New file.
39 * x86-avx512bf16.exp: Likewise.
40 * lib/gdb.exp (skip_avx512bf16_tests): New function.
41
ad570dd7
TV
422020-09-11 Tom de Vries <tdevries@suse.de>
43
44 PR exp/26602
45 * gdb.cp/ambiguous.exp: Add KFAILs for PR26602.
46
a56f7391
TBA
472020-09-11 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
48
49 * gdb.base/bp-cmds-execution-x-script.exp: Remove a stale comment.
50
918619e5
AM
512020-09-10 Alan Modra <amodra@gmail.com>
52
53 PR 26597
54 * gdb.dlang/demangle.exp: Update tests as per gcc commit 387d0773f3.
55
cac1e71d
TV
562020-09-08 Tom de Vries <tdevries@suse.de>
57
58 * gdb.dwarf2/frame-inlined-in-outer-frame.exp: Consume gdb prompt
59 after gdb_starti_cmd.
60
c5cd900e
AKS
612020-09-03 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
62
63 * lib/fortran.exp (fortran_complex8): New proc.
64 (fortran_complex16): New proc.
65 * gdb.fortran/complex.exp: Use routines from fortran.exp
66 * gdb.fortran/pointer-to-pointer.exp: Likewise.
67 * gdb.fortran/vla-ptr-info.exp: Likewise.
68
8f5c6526
TV
692020-09-03 Tom de Vries <tdevries@suse.de>
70
71 PR breakpoint/26546
72 * gdb.base/label-without-address.exp: Runto main first.
73
02c6f3f1
TT
742020-09-02 Tom Tromey <tromey@adacore.com>
75
76 * gdb.ada/mi_var_access.exp: Test children of access variable.
77 * gdb.ada/mi_var_access/mi_access.adb: Add new stop markers.
78 * gdb.ada/mi_var_array.exp: Update.
79
efe24f05
KB
802020-08-31 Kevin Buettner <kevinb@redhat.com>
81
82 * gdb.base/corefile.exp (warning-free): XFAIL test when running
83 on docker w/ AUFS storage driver.
84
973695d6
KB
852020-08-31 Kevin Buettner <kevinb@redhat.com>
86
87 * gdb.base/corefile2.exp (renamed binfile): New tests.
88
f3bd50f1
SM
892020-08-31 Simon Marchi <simon.marchi@efficios.com>
90
91 * gdb.dwarf2/dw2-reg-undefined.exp: Remove spurious #.
92
22b9b4b0
SL
932020-08-31 Simon Marchi <simon.marchi@efficios.com>
94
95 * gdb.dwarf2/frame-inlined-in-outer-frame.exp: New file.
96 * gdb.dwarf2/frame-inlined-in-outer-frame.S: New file.
97
8efaf6b3
SM
982020-08-31 Simon Marchi <simon.marchi@efficios.com>
99
100 * gdb.dwarf2/dw2-reg-undefined.exp: Test "set debug frame 1"
101 output, printing a "not saved" value from history and printing a
102 convenience variable created from a "not saved" value.
103
e840f2e3
TV
1042020-08-31 Tom de Vries <tdevries@suse.de>
105
106 * gdb.base/eh_return.exp: Use nopie.
107
8f57f343
PA
1082020-08-28 Pedro Alves <pedro@palves.net>
109
110 * gdb.base/advance-until-multiple-locations.exp
111 (advance_overload, until_overload): Adjust to match the
112 frame/function header instead of the source line text.
113
626d2320
TV
1142020-08-28 Tom de Vries <tdevries@suse.de>
115
116 * gdb.base/label-without-address.c: New test.
117 * gdb.base/label-without-address.exp: New file.
118
df631783
PA
1192020-08-27 Pedro Alves <pedro@palves.net>
120
121 PR gdb/26523
122 PR gdb/26524
123 * gdb.base/advance-until-multiple-locations.cc: New.
124 * gdb.base/advance-until-multiple-locations.exp: New.
125
48b076bb
SM
1262020-08-27 Simon Marchi <simon.marchi@polymtl.ca>
127
128 * gdb.dwarf2/dw2-reg-undefined.exp: Use multi_line.
129
c2015ce4
AB
1302020-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
131
132 * gdb.arch/amd64-byte.exp: Make test names unique, use
133 gdb_breakpoint, and fix typo 'forth' -> 'fourth'.
134 * gdb.arch/amd64-dword.exp: Likewise.
135 * gdb.arch/amd64-pseudo.c: Fix typo 'forth' -> 'fourth'.
136 * gdb.arch/amd64-stap-special-operands.exp: Make test names
137 unique.
138 * gdb.arch/amd64-tailcall-ret.exp: Likewise.
139 * gdb.arch/amd64-word.exp: Make test names unique, use
140 gdb_breakpoint, and fix typo 'forth' -> 'fourth'.
141 * gdb.arch/i386-byte.exp: Make test names unique, use
142 gdb_breakpoint.
143 * gdb.arch/i386-word.exp: Likewise.
144
995d3a19
SV
1452020-08-25 Shahab Vahedi <shahab@synopsys.com>
146
147 * gdb.arch/arc-tdesc-cpu.xml: Use new feature names.
148
8cac2b31
SM
1492020-08-25 Simon Marchi <simon.marchi@polymtl.ca>
150
151 PR gdb/26532
152 * gdb.threads/stepi-random-signal.exp: Update pattern.
153
2bc19622
SM
1542020-08-25 Simon Marchi <simon.marchi@efficios.com>
155
156 PR gdb/26532
157 * gdb.base/ui-redirect.exp: Update pattern.
158
b04aa1fc
GB
1592020-08-25 Gary Benson <gbenson@redhat.com>
160
161 * gdb.dwarf2/dw2-dir-file-name.exp: Use system assembler
162 when compiling with clang.
8571e9c8 163 * gdb.dwarf2/dw2-restore.exp: Likewise.
b04aa1fc 164
9f68b453
GB
1652020-08-25 Gary Benson <gbenson@redhat.com>
166
167 * gdb.cp/ambiguous.exp: Enable test when compiling with GCC.
168 Add additional_flags=-Wno-inaccessible-base when compiling
169 with GCC >= 10.1 or clang. Add additional_flags=-w when
170 compiling with GCC < 10.
171
3945d2d7
GM
1722020-08-25 Gaius Mulley <gaiusmod2@gmail.com>
173
174 PR m2/26372
fc5d6901
SM
175 * gdb.modula2/multidim.c: New file.
176 * gdb.modula2/multidim.exp: New file.
3945d2d7 177
60122dbe
SM
1782020-08-24 Simon Marchi <simon.marchi@polymtl.ca>
179
180 * lib/gdb.exp (runto): Always emit fail on internal error.
181
1eb8556f
SM
1822020-08-24 Simon Marchi <simon.marchi@efficios.com>
183
184 * gdb.base/gdb-sigterm.exp (do_test): Update expected regexp.
185 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
186 Likewise.
187 * gdb.threads/stepi-random-signal.exp: Likewise.
188
33bf4c5c
TBA
1892020-08-20 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
190
191 * gdb.base/print-file-var.exp: Fix typo "breapoint".
192 * gdb.trace/strace.exp: Ditto.
193
c2fd7fae
AKS
1942020-08-19 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
195
196 * gdb.fortran/vla-type.exp: Skip commands not required for
197 the Flang compiled binaries after prologue fix.
198
326afb72
TT
1992020-08-17 Tom de Vries <tdevries@suse.de>
200 Tom Tromey <tromey@adacore.com>
201
202 PR rust/26197:
203 * gdb.rust/simple.exp (xfail_pattern): Update for new failure.
204
3ae7ab99
TT
2052020-08-17 Tom Tromey <tromey@adacore.com>
206
207 * gdb.ada/mi_var_access.exp: New file.
208 * gdb.ada/mi_var_access/mi_access.adb: New file.
209 * gdb.ada/mi_var_access/pck.adb: New file.
210 * gdb.ada/mi_var_access/pck.ads: New file.
211
f569c1c5
TV
2122020-08-16 Tom de Vries <tdevries@suse.de>
213
214 PR gdb/25350
215 * gdb.base/eh_return.c: New test.
216 * gdb.base/eh_return.exp: New file.
217
3d11c30a
TV
2182020-08-15 Tom de Vries <tdevries@suse.de>
219
220 * gdb.fortran/mixed-lang-stack.c (fortran_charlen_t): New type.
221 (mixed_func_1d_): Use fortran_charlen_t in decl.
222
547ce8f0
TV
2232020-08-15 Tom de Vries <tdevries@suse.de>
224
225 PR backtrace/26390
226 * gdb.fortran/mixed-lang-stack.exp: Call bt with -frame-arguments all.
227 Update expected pattern.
228
a54a7f13
PA
2292020-08-13 Pedro Alves <pedro@palves.net>
230
231 * gdb.fortran/complex.exp: Check skip_fortran_tests.
232 * gdb.fortran/library-module.exp: Likewise.
233 * gdb.fortran/logical.exp: Likewise.
234 * gdb.fortran/module.exp: Likewise.
235 * gdb.fortran/print_type.exp: Likewise.
236 * gdb.fortran/vla-alloc-assoc.exp: Likewise.
237 * gdb.fortran/vla-datatypes.exp: Likewise.
238 * gdb.fortran/vla-history.exp: Likewise.
239 * gdb.fortran/vla-ptr-info.exp: Likewise.
240 * gdb.fortran/vla-ptype-sub.exp: Likewise.
241 * gdb.fortran/vla-ptype.exp: Likewise.
242 * gdb.fortran/vla-sizeof.exp: Likewise.
243 * gdb.fortran/vla-type.exp: Likewise.
244 * gdb.fortran/vla-value-sub-arbitrary.exp: Likewise.
245 * gdb.fortran/vla-value-sub-finish.exp: Likewise.
246 * gdb.fortran/vla-value-sub.exp: Likewise.
247 * gdb.fortran/vla-value.exp: Likewise.
248
7a82e903
PA
2492020-08-13 Pedro Alves <pedro@palves.net>
250
251 * gdb.ada/access_tagged_param.exp: Check skip_ada_tests.
252 * gdb.ada/access_to_packed_array.exp: Likewise.
253 * gdb.ada/access_to_unbounded_array.exp: Likewise.
254 * gdb.ada/addr_arith.exp: Likewise.
255 * gdb.ada/arr_acc_idx_w_gap.exp: Likewise.
256 * gdb.ada/arr_arr.exp: Likewise.
257 * gdb.ada/arr_enum_idx_w_gap.exp: Likewise.
258 * gdb.ada/array_bounds.exp: Likewise.
259 * gdb.ada/array_of_variable_length.exp: Likewise.
260 * gdb.ada/array_ptr_renaming.exp: Likewise.
261 * gdb.ada/array_subscript_addr.exp: Likewise.
262 * gdb.ada/arraydim.exp: Likewise.
263 * gdb.ada/arrayparam.exp: Likewise.
264 * gdb.ada/arrayptr.exp: Likewise.
265 * gdb.ada/assign_1.exp: Likewise.
266 * gdb.ada/assign_arr.exp: Likewise.
267 * gdb.ada/atomic_enum.exp: Likewise.
268 * gdb.ada/attr_ref_and_charlit.exp: Likewise.
269 * gdb.ada/bad-task-bp-keyword.exp: Likewise.
270 * gdb.ada/bias.exp: Likewise.
271 * gdb.ada/boolean_expr.exp: Likewise.
272 * gdb.ada/bp_c_mixed_case.exp: Likewise.
273 * gdb.ada/bp_enum_homonym.exp: Likewise.
274 * gdb.ada/bp_inlined_func.exp: Likewise.
275 * gdb.ada/bp_on_var.exp: Likewise.
276 * gdb.ada/bp_range_type.exp: Likewise.
277 * gdb.ada/bp_reset.exp: Likewise.
278 * gdb.ada/call_pn.exp: Likewise.
279 * gdb.ada/catch_assert_if.exp: Likewise.
280 * gdb.ada/catch_ex.exp: Likewise.
281 * gdb.ada/catch_ex_std.exp: Likewise.
282 * gdb.ada/char_enum.exp: Likewise.
283 * gdb.ada/char_param.exp: Likewise.
284 * gdb.ada/complete.exp: Likewise.
285 * gdb.ada/cond_lang.exp: Likewise.
286 * gdb.ada/convvar_comp.exp: Likewise.
287 * gdb.ada/dgopt.exp: Likewise.
288 * gdb.ada/disc_arr_bound.exp: Likewise.
289 * gdb.ada/display_nested.exp: Likewise.
290 * gdb.ada/dot_all.exp: Likewise.
291 * gdb.ada/dyn_loc.exp: Likewise.
292 * gdb.ada/dyn_stride.exp: Likewise.
293 * gdb.ada/excep_handle.exp: Likewise.
294 * gdb.ada/expr_delims.exp: Likewise.
295 * gdb.ada/expr_with_funcall.exp: Likewise.
296 * gdb.ada/exprs.exp: Likewise.
297 * gdb.ada/fin_fun_out.exp: Likewise.
298 * gdb.ada/fixed_cmp.exp: Likewise.
299 * gdb.ada/formatted_ref.exp: Likewise.
300 * gdb.ada/frame_arg_lang.exp: Likewise.
301 * gdb.ada/frame_args.exp: Likewise.
302 * gdb.ada/fullname_bp.exp: Likewise.
303 * gdb.ada/fun_addr.exp: Likewise.
304 * gdb.ada/fun_in_declare.exp: Likewise.
305 * gdb.ada/fun_overload_menu.exp: Likewise.
306 * gdb.ada/fun_renaming.exp: Likewise.
307 * gdb.ada/funcall_char.exp: Likewise.
308 * gdb.ada/funcall_param.exp: Likewise.
309 * gdb.ada/funcall_ptr.exp: Likewise.
310 * gdb.ada/funcall_ref.exp: Likewise.
311 * gdb.ada/homonym.exp: Likewise.
312 * gdb.ada/info_addr_mixed_case.exp: Likewise.
313 * gdb.ada/info_auto_lang.exp: Likewise.
314 * gdb.ada/info_exc.exp: Likewise.
315 * gdb.ada/info_types.exp: Likewise.
316 * gdb.ada/int_deref.exp: Likewise.
317 * gdb.ada/interface.exp: Likewise.
318 * gdb.ada/iwide.exp: Likewise.
319 * gdb.ada/lang_switch.exp: Likewise.
320 * gdb.ada/length_cond.exp: Likewise.
321 * gdb.ada/maint_with_ada.exp: Likewise.
322 * gdb.ada/mi_catch_assert.exp: Likewise.
323 * gdb.ada/mi_catch_ex.exp: Likewise.
324 * gdb.ada/mi_catch_ex_hand.exp: Likewise.
325 * gdb.ada/mi_dyn_arr.exp: Likewise.
326 * gdb.ada/mi_ex_cond.exp: Likewise.
327 * gdb.ada/mi_exc_info.exp: Likewise.
328 * gdb.ada/mi_interface.exp: Likewise.
329 * gdb.ada/mi_prot.exp: Likewise.
330 * gdb.ada/mi_ref_changeable.exp: Likewise.
331 * gdb.ada/mi_string_access.exp: Likewise.
332 * gdb.ada/mi_task_arg.exp: Likewise.
333 * gdb.ada/mi_task_info.exp: Likewise.
334 * gdb.ada/mi_var_array.exp: Likewise.
335 * gdb.ada/mi_var_union.exp: Likewise.
336 * gdb.ada/mi_variant.exp: Likewise.
337 * gdb.ada/minsyms.exp: Likewise.
338 * gdb.ada/mod_from_name.exp: Likewise.
339 * gdb.ada/nested.exp: Likewise.
340 * gdb.ada/null_array.exp: Likewise.
341 * gdb.ada/optim_drec.exp: Likewise.
342 * gdb.ada/out_of_line_in_inlined.exp: Likewise.
343 * gdb.ada/packed_array_assign.exp: Likewise.
344 * gdb.ada/packed_tagged.exp: Likewise.
345 * gdb.ada/pp-rec-component.exp: Likewise.
346 * gdb.ada/print_chars.exp: Likewise.
347 * gdb.ada/print_pc.exp: Likewise.
348 * gdb.ada/ptr_typedef.exp: Likewise.
349 * gdb.ada/ptype_arith_binop.exp: Likewise.
350 * gdb.ada/ptype_array.exp: Likewise.
351 * gdb.ada/ptype_field.exp: Likewise.
352 * gdb.ada/ptype_tagged_param.exp: Likewise.
353 * gdb.ada/ptype_union.exp: Likewise.
354 * gdb.ada/py_range.exp: Likewise.
355 * gdb.ada/py_taft.exp: Likewise.
356 * gdb.ada/rdv_wait.exp: Likewise.
357 * gdb.ada/rec_comp.exp: Likewise.
358 * gdb.ada/rec_return.exp: Likewise.
359 * gdb.ada/ref_param.exp: Likewise.
360 * gdb.ada/ref_tick_size.exp: Likewise.
361 * gdb.ada/rename_subscript_param.exp: Likewise.
362 * gdb.ada/repeat_dyn.exp: Likewise.
363 * gdb.ada/same_component_name.exp: Likewise.
364 * gdb.ada/same_enum.exp: Likewise.
365 * gdb.ada/scalar_storage.exp: Likewise.
366 * gdb.ada/set_wstr.exp: Likewise.
367 * gdb.ada/small_reg_param.exp: Likewise.
368 * gdb.ada/str_binop_equal.exp: Likewise.
369 * gdb.ada/str_ref_cmp.exp: Likewise.
370 * gdb.ada/str_uninit.exp: Likewise.
371 * gdb.ada/sub_variant.exp: Likewise.
372 * gdb.ada/sym_print_name.exp: Likewise.
373 * gdb.ada/taft_type.exp: Likewise.
374 * gdb.ada/tagged.exp: Likewise.
375 * gdb.ada/tagged_access.exp: Likewise.
376 * gdb.ada/task_bp.exp: Likewise.
377 * gdb.ada/task_switch_in_core.exp: Likewise.
378 * gdb.ada/tasks.exp: Likewise.
379 * gdb.ada/tick_last_segv.exp: Likewise.
380 * gdb.ada/tick_length_array_enum_idx.exp: Likewise.
381 * gdb.ada/type_coercion.exp: Likewise.
382 * gdb.ada/unc_arr_ptr_in_var_rec.exp: Likewise.
383 * gdb.ada/unchecked_union.exp: Likewise.
384 * gdb.ada/uninitialized_vars.exp: Likewise.
385 * gdb.ada/var_arr_attrs.exp: Likewise.
386 * gdb.ada/var_arr_typedef.exp: Likewise.
387 * gdb.ada/var_rec_arr.exp: Likewise.
388 * gdb.ada/variant-record.exp: Likewise.
389 * gdb.ada/variant.exp: Likewise.
390 * gdb.ada/variant_record_packed_array.exp: Likewise.
391 * gdb.ada/varsize_limit.exp: Likewise.
392 * gdb.ada/whatis_array_val.exp: Likewise.
393 * gdb.ada/widewide.exp: Likewise.
394 * gdb.ada/win_fu_syms.exp: Likewise.
395
3962020-08-12 Gary Benson <gbenson@redhat.com>
c0ab14ae
GB
397
398 * gdb.dwarf2/dw2-op-out-param.S (.Ltext5): Fix duplicate label.
399
10c381b5
AB
4002020-08-04 Andrew Burgess <andrew.burgess@embecosm.com>
401
402 * lib/check-test-names.exp (do_reset_vars): Use 'array unset' to
403 unset the array variable.
404
8f34b746
TV
4052020-08-03 Tom de Vries <tdevries@suse.de>
406
407 PR symtab/26333
408 * lib/dwarf.exp (DW_LNE_user): New proc.
409 * gdb.dwarf2/dw2-vendor-extended-opcode.c: New test.
410 * gdb.dwarf2/dw2-vendor-extended-opcode.exp: New file.
411
0245e136
KB
4122020-07-31 Kevin Buettner <kevinb@redhat.com>
413
414 * gdb.base/coremaker2.c: Change all uses of 'unsigned long long'
415 to 'uintptr_t'
416 (inttypes.h): Include.
417
9ef1ec5d
KB
4182020-07-31 Kevin Buettner <kevinb@redhat.com>
419
420 * gdb.base/coremaker2.c (buf_rw): Increase size to 256 KiB.
421 (C5_24k): Delete.
422 (C5_8k, C5_64k, C5_256k): New macros.
423 (buf_ro): Allocate 256 KiB of initialized data.
424
4c55e970
TBA
4252020-07-30 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
426
427 * gdb.base/condbreak-bad.exp: Extend the test with scenarios
428 that attempt to overwrite an existing condition with a condition
429 that fails parsing and also with a condition that parses fine
430 but contains junk at the end.
431
1e620590
TBA
4322020-07-30 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
433
434 * gdb.base/condbreak-bad.c: New test.
435 * gdb.base/condbreak-bad.exp: New file.
436
e12dcc50
TV
4372020-07-30 Tom de Vries <tdevries@suse.de>
438
439 * lib/sym-info-cmds.exp (GDBInfoModuleSymbols::check_entry_1): Factor
440 out of ...
441 (GDBInfoModuleSymbols::check_entry): ... here.
442 (GDBInfoModuleSymbols::check_optional_entry): New proc.
443 * gdb.fortran/info-modules.exp: Use check_optional_entry for entries
444 related to __def_init_mod1_M1t1 / __vtype_mod1_M1t1 / __copy_mod1_M1t1.
445
6cc64caa
TV
4462020-07-30 Tom de Vries <tdevries@suse.de>
447
448 * gdb.fortran/ptype-on-functions.exp: Make "_t" suffix on
449 "__class_some_module_Number_t" optional.
450
90fd07fc
TV
4512020-07-29 Tom de Vries <tdevries@suse.de>
452
453 * lib/selftest-support.exp (selftest_setup): Allow breakpoint at
454 multiple locations.
455
f5c79e97
TV
4562020-07-29 Tom de Vries <tdevries@suse.de>
457
458 * gdb.dwarf2/dw2-line-number-zero.exp: Set breakpoints on lines
459 rather than function name.
460
f75a0693
AB
4612020-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
462
463 PR symtab/26270:
464 * gdb.cp/disasm-func-name.cc: New file.
465 * gdb.cp/disasm-func-name.exp: New file.
466
4888741a
TT
4672020-07-28 Tom Tromey <tromey@adacore.com>
468
469 * gdb.dwarf2/varval.exp (setup_exec): Add 'or' instruction to
470 'varval' location.
471
43d5901d
AB
4722020-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
473
474 * gdb.python/py-unwind.py: Update to make use of a register
475 descriptor.
476
14fa8fb3
AB
4772020-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
478
479 * gdb.python/py-arch-reg-names.exp: Add additional tests.
480
e79eb02f
AB
4812020-07-25 Andrew Burgess <andrew.burgess@embecosm.com>
482
483 PR fortran/23051
484 PR fortran/26139
485 * gdb.fortran/class-allocatable-array.exp: New file.
486 * gdb.fortran/class-allocatable-array.f90: New file.
487 * gdb.fortran/pointer-to-pointer.exp: New file.
488 * gdb.fortran/pointer-to-pointer.f90: New file.
489
876518dd
TV
4902020-07-25 Tom de Vries <tdevries@suse.de>
491
492 PR symtab/26243
493 * gdb.dwarf2/dw2-line-number-zero.c: New test.
494 * gdb.dwarf2/dw2-line-number-zero.exp: New file.
495
6dcfb80a
TV
4962020-07-24 Tom de Vries <tdevries@suse.de>
497
498 PR testsuite/26293
499 * gdb.ada/mi_prot.exp: Require gnatmake-8.
500
e7bc9db8
PA
5012020-07-23 Pedro Alves <pedro@palves.net>
502
503 * gdb.server/server-kill.exp (prepare): New, factored out from the
504 top level.
505 (kill_server): New.
506 (test_tstatus, test_unwind_nosyms, test_unwind_syms): New.
507 (top level) : Call test_tstatus, test_unwind_nosyms, test_unwind_syms.
508
78344df7
AB
5092020-07-23 Andrew Burgess <andrew.burgess@embecosm.com>
510
511 * gdb.dwarf2/dw2-disasm-over-non-stmt.exp: New file.
512
25dfed24
SL
5132020-07-22 Sandra Loosemore <sandra@codesourcery.com>
514
515 * lib/gdb.exp (gdb_wrapper_file, gdb_wrapper_flags):
516 Initialize to empty string at top level.
517 (gdb_wrapper_init): Revert check for file existence on build.
518 Build the wrapper in its default place, not a build-specific
519 location. When host == build, make the pathname absolute.
520 (gdb_compile): Delete leftover declaration of
521 gdb_wrapper_initialized. Check gdb_wrapper_file being an empty
522 string instead of uninitialized.
523
7da515fd
KB
5242020-07-22 Kevin Buettner <kevinb@redhat.com>
525
526 * gdb.base/corefile2.exp: New file.
527 * gdb.base/coremaker2.exp: New file.
528
9c5ec5c2
KB
5292020-07-22 Kevin Buettner <kevinb@redhat.com>
530
531 * gdb.base/coredump-filter.exp: Add second
532 non-Private-Shared-Anon-File test.
533 (test_disasm): Rename binfile for test which is expected
534 to fail.
535
f9e233c9
KB
5362020-07-22 Kevin Buettner <kevinb@redhat.com>
537
538 * gdb.base/corefile.exp: Add test "accessing read-only mmapped
539 data in core file".
540 * gdb.base/coremaker.c (buf2ro): New global.
541 (mmapdata): Add a read-only mmap mapping.
542
94c265d7
KB
5432020-07-22 Kevin Buettner <kevinb@redhat.com>
544
545 PR corefiles/25631
546 * gdb.base/corefile.exp (accessing anonymous, unwritten-to mmap data):
547 New test.
548 * gdb.base/coremaker.c (buf3): New global.
549 (mmapdata): Add mmap call which uses MAP_ANONYMOUS and MAP_PRIVATE
550 flags.
551
5522020-07-22 Kevin Buettner <kevinb@redhat.com>
678c7a56
KB
553
554 * gdb.base/coremaker.c (filler_ro): New global constant.
555
32fa152e
TT
5562020-07-22 Tom Tromey <tromey@adacore.com>
557
558 * gdb.ada/mi_prot.exp: New file.
559 * gdb.ada/mi_prot/pkg.adb: New file.
560 * gdb.ada/mi_prot/pkg.ads: New file.
561 * gdb.ada/mi_prot/prot.adb: New file.
562
c8474dc3
TBA
5632020-07-22 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
564
565 * gdb.base/jit-reader-simple.exp: Add a scenario for a binary that
566 loads two JITers.
567
baf8791e
AB
5682020-07-21 Andrew Burgess <andrew.burgess@embecosm.com>
569
570 * gdb.python/py-arch-reg-groups.exp: Additional tests.
571
f7306dac
AB
5722020-07-21 Andrew Burgess <andrew.burgess@embecosm.com>
573
574 * gdb.python/py-arch-reg-names.exp: Additional tests.
575
6d3d6e4b
TV
5762020-07-21 Tom de Vries <tdevries@suse.de>
577
578 * gdb.reverse/solib-precsave.exp: Handle additional "recommended
579 breakpoint locations".
580 * gdb.reverse/solib-reverse.exp: Same.
581
803d0592
TV
5822020-07-21 Tom de Vries <tdevries@suse.de>
583
584 * gdb.reverse/step-reverse.c (callee): Merge statements.
585
e9bdc510
TV
5862020-07-21 Tom de Vries <tdevries@suse.de>
587
588 * gdb.fortran/info-modules.exp (info module variables): Allow missing
589 line numbers for some variables.
590
f0f9e75a
TV
5912020-07-21 Tom de Vries <tdevries@suse.de>
592
593 * gdb.opt/inline-locals.c (init_array): New func.
594 (func1): Use init_array.
595 * gdb.opt/inline-locals.exp: Update pattern.
596
bd460ecb
TV
5972020-07-21 Tom de Vries <tdevries@suse.de>
598
599 * gdb.debuginfod/fetch_src_and_symbols.exp: Use save_vars for env
600 vars. Fix PATH and DUPLICATE errors. Cleanup whitespace.
601
ae5369e7
LC
6022020-07-20 Ludovic Courtès <ludo@gnu.org>
603
604 * gdb.guile/source2.scm: Add #f first argument to 'format'.
605 * gdb.guile/types-module.exp: Remove "ERROR:" from
606 regexps since Guile 3.0 no longer prints that.
607
68cf161c
LC
6082020-07-20 Ludovic Courtès <ludo@gnu.org>
609
610 * gdb.guile/scm-error.exp ("source $remote_guile_file_1"): Relax
611 error regexp to match on Guile 2.2.
612
c14b4913
GB
6132020-07-20 Gary Benson <gbenson@redhat.com>
614
615 * gdb.cp/align.exp: Fix "alignof (void)" tests when compiling
616 with clang.
617
b243ba58
TV
6182020-07-20 Tom de Vries <tdevries@suse.de>
619
620 * gdb.threads/omp-par-scope.c (lock, lock2): New variable.
621 (omp_set_lock_in_order): New function.
622 (single_scope, multi_scope, nested_func, nested_parallel): Use
623 omp_set_lock_in_order and omp_unset_lock.
624 (main): Init and destroy lock and lock2.
625
c06ad8b5
TV
6262020-07-20 Tom de Vries <tdevries@suse.de>
627
628 * gdb.base/valgrind-infcall-2.exp: Handle printf unknown return type.
629
6e22f117
TV
6302020-07-20 Tom de Vries <tdevries@suse.de>
631
632 * gdb.threads/attach-slow-waitpid.exp: Bail out if gdb_start fails.
633
33176ea7
TV
6342020-07-17 Tom de Vries <tdevries@suse.de>
635
636 * gdb.base/valgrind-infcall-2.c: New test.
637 * gdb.base/valgrind-infcall-2.exp: New file.
638 * lib/valgrind.exp (vgdb_start): Add and handle active_at_startup.
639
90c3ec2d
TV
6402020-07-17 Tom de Vries <tdevries@suse.de>
641
642 * gdb.dlang/circular.c (found): Use found_label as label name.
643 * gdb.dwarf2/arr-subrange.c (main): Use main_label as label name.
644 * gdb.dwarf2/comp-unit-lang.c (func): Use func_label as label name.
645 * gdb.dlang/circular.exp: Use MACRO_AT_func and MACRO_AT_range.
646 * gdb.dwarf2/ada-linkage-name.exp: Same.
647 * gdb.dwarf2/arr-subrange.exp: Same.
648 * gdb.dwarf2/atomic-type.exp: Same.
649 * gdb.dwarf2/comp-unit-lang.exp: Same.
650 * gdb.dwarf2/cpp-linkage-name.exp: Same.
651 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Same.
652 * gdb.dwarf2/dw2-lexical-block-bare.exp: Same.
653 * gdb.dwarf2/dw2-regno-invalid.exp: Same.
654 * gdb.dwarf2/implptr-64bit.exp: Same.
655 * gdb.dwarf2/imported-unit-abstract-const-value.exp: Same.
656 * gdb.dwarf2/imported-unit-runto-main.exp: Same.
657 * gdb.dwarf2/imported-unit.exp: Same.
658 * gdb.dwarf2/main-subprogram.exp: Same.
659 * gdb.dwarf2/missing-type-name.exp: Same.
660 * gdb.dwarf2/nonvar-access.exp: Same.
661 * gdb.dwarf2/struct-with-sig.exp: Same.
662 * gdb.dwarf2/typedef-void-finish.exp: Same.
663 * gdb.dwarf2/void-type.exp: Same.
664
10da644d
TV
6652020-07-17 Tom de Vries <tdevries@suse.de>
666
667 * lib/dwarf.exp (Dwarf::MACRO_AT_func, Dwarf::MACRO_AT_range): Drop
668 src parameter.
669 * gdb.dlang/watch-loc.exp: Update MACRO_AT_{func,range} calls.
670 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Same.
671 * gdb.dwarf2/dw2-ifort-parameter.exp: Same.
672 * gdb.dwarf2/dw2-opt-structptr.exp: Same.
673 * gdb.dwarf2/dwz.exp: Same.
674 * gdb.dwarf2/implptr-optimized-out.exp: Same.
675 * gdb.dwarf2/implref-array.exp: Same.
676 * gdb.dwarf2/implref-const.exp: Same.
677 * gdb.dwarf2/implref-global.exp: Same.
678 * gdb.dwarf2/implref-struct.exp: Same.
679 * gdb.dwarf2/info-locals-optimized-out.exp: Same.
680 * gdb.dwarf2/opaque-type-lookup.exp: Same.
681 * gdb.dwarf2/var-access.exp: Same.
682 * gdb.dwarf2/varval.exp: Same.
683 * gdb.trace/entry-values.exp: Same.
684
315e6afc
TV
6852020-07-17 Tom de Vries <tdevries@suse.de>
686
687 * lib/dwarf.exp (Dwarf::extern): Remove.
688 * gdb.compile/compile-ops.exp: Remove use of Dwarf::extern.
689 * gdb.dlang/circular.exp: Same.
690 * gdb.dwarf2/comp-unit-lang.exp: Same.
691 * gdb.dwarf2/dw2-ifort-parameter.exp: Same.
692 * gdb.dwarf2/dw2-symtab-includes.exp: Same.
693 * gdb.dwarf2/dwz.exp: Same.
694 * gdb.dwarf2/imported-unit-abstract-const-value.exp: Same.
695 * gdb.dwarf2/imported-unit-runto-main.exp: Same.
696 * gdb.dwarf2/imported-unit.exp: Same.
697 * gdb.dwarf2/opaque-type-lookup.exp: Same.
698
5597c940
SL
6992020-07-16 Sandra Loosemore <sandra@codesourcery.com>
700
701 * gdb.base/shell.exp: Skip pipe tests dependent on sh on Windows host.
702 Use double quotes instead of single quotes.
703
d0ce17d8
CT
7042020-07-16 Caroline Tice <cmtice@google.com>
705
706 * gdb.dwarf2/dw5-rnglist-test.cc: New file.
707 * gdb.dwarf2/dw5-rnglist-test.exp: New file.
708
853772cc
TV
7092020-07-16 Tom de Vries <tdevries@suse.de>
710
711 * lib/dwarf.exp (program): Initialize _line.
712 (DW_LNE_end_sequence): Reinitialize _line.
713 (DW_LNS_advance_line): Update _line.
714 (line): New proc.
715 * gdb.dwarf2/dw2-inline-many-frames.exp: Use line.
716 * gdb.dwarf2/dw2-inline-small-func.exp: Same.
717 * gdb.dwarf2/dw2-inline-stepping.exp: Same.
718 * gdb.dwarf2/dw2-is-stmt-2.exp: Same.
719 * gdb.dwarf2/dw2-is-stmt.exp: Same.
720 * gdb.dwarf2/dw2-ranges-func.exp: Same.
721
fe07b572
AB
7222020-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
723
724 * gdb.fortran/ptype-on-functions.exp: Make the result pattern more
725 generic.
726
52781cce
TV
7272020-07-15 Tom de Vries <tdevries@suse.de>
728
729 * gdb.trace/entry-values.exp: Expect "call" instead of "callq" if
730 is_amd64_regs_target.
731
3dcc261c
AB
7322020-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
733
734 * gdb.fortran/ptype-on-functions.exp: Add more tests.
735 * gdb.fortran/ptype-on-functions.f90: Likewise.
736
054a0959
SM
7372020-07-14 Simon Marchi <simon.marchi@polymtl.ca>
738
739 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu, Dwarf::lines): Change valid
740 values in documentation for addr_size to 4 and 8.
741
ccb9eba6
AB
7422020-07-14 Andrew Burgess <andrew.burgess@embecosm.com>
743
744 * gdb.arch/amd64-osabi.exp: Update.
745 * gdb.arch/arm-disassembler-options.exp: Update.
746 * gdb.arch/powerpc-disassembler-options.exp: Update.
747 * gdb.arch/ppc64-symtab-cordic.exp: Update.
748 * gdb.arch/s390-disassembler-options.exp: Update.
749 * gdb.base/all-architectures.exp.tcl: Update.
750 * gdb.base/attach-pie-noexec.exp: Update.
751 * gdb.base/catch-syscall.exp: Update.
752 * gdb.xml/tdesc-arch.exp: Update.
753
025a39a7
TV
7542020-07-14 Tom de Vries <tdevries@suse.de>
755
756 * gdb.threads/clone-new-thread-event.c (gettid): Rename to ...
757 (local_gettid): ... this.
758 (fn): Update.
759
74e4b667
SL
7602020-07-13 Sandra Loosemore <sandra@codesourcery.com>
761
762 * gdb.base/info_sources.exp: Skip directory match tests on
763 remote hosts.
764
f413dd74
GB
7652020-07-13 Gary Benson <gbenson@redhat.com>
766
767 * gdb.base/savedregs.exp (caller): Use parentheses to
768 make expected expression evaluation ordering explicit.
769
915771bb
GB
7702020-07-13 Gary Benson <gbenson@redhat.com>
771
772 * gdb.arch/i386-sse.c (have_sse) <edx>: Make unsigned.
773
2a122642
GB
7742020-07-13 Gary Benson <gbenson@redhat.com>
775
776 * gdb.base/bigcore.c (main): Use a volatile pointer when
777 attempting to trigger a SIGSEGV.
778 * gdb.base/gcore-relro-pie.c (break_here): Likewise.
779 * gdb.base/gcore-tls-pie.c (break_here): Likewise.
780 * gdb.base/savedregs.c (thrower): Likewise.
781 * gdb.mi/mi-syn-frame.c (bar): Likewise.
782
3f00c730
GB
7832020-07-13 Gary Benson <gbenson@redhat.com>
784
785 * gdb.base/vla-datatypes.c (vla_factory): Factor out sections
786 defining and using VLA structure fields into...
787 * gdb.base/vla-struct-fields.c: New file.
788 * gdb.base/vla-datatypes.exp: Factor out VLA structure field
789 tests into...
790 * gdb.base/vla-struct-fields.exp: New file.
791
963eeee4
TV
7922020-07-13 Tom de Vries <tdevries@suse.de>
793
794 * lib/gdb.exp (have_fuse_ld_gold): New caching proc.
795 * gdb.base/gcore-tls-pie.exp: Use have_fuse_ld_gold.
796 * gdb.base/gold-gdb-index.exp: Same.
797 * gdb.base/morestack.exp: Same.
798
0ed35c9a
DX
7992020-07-11 Daniel Xu <dxu@dxuuu.xyz>
800
801 PR rust/26121
802 * gdb.rust/modules.rs: Prevent linker from discarding test
803 symbol.
804
4fdba23d
PA
8052020-07-10 Pedro Alves <pedro@palves.net>
806
807 PR gdb/26199
808 * gdb.multi/multi-target.c (exit_thread): New.
809 (thread_start): Break loop if EXIT_THREAD.
810 * gdb.multi/multi-target.exp (test_no_unwaited_for): New proc.
811 (top level) Call test_no_resumed.
812
15f3b077
TT
8132020-07-08 Tom Tromey <tromey@adacore.com>
814
815 * gdb.ada/catch_ex/foo.adb: Pass string to raise.
816 * gdb.ada/catch_ex.exp: Examine catchpoint text.
817
9fc501fd
AB
8182020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
819
820 PR python/22748
821 * gdb.opt/inline-frame-tailcall.c: New file.
822 * gdb.opt/inline-frame-tailcall.exp: New file.
823 * gdb.python/py-unwind-inline.c: New file.
824 * gdb.python/py-unwind-inline.exp: New file.
825 * gdb.python/py-unwind-inline.py: New file.
826
64cb3757
AB
8272020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
828
829 * gdb.python/py-arch-reg-groups.exp: New file.
830
0f767f94
AB
8312020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
832
833 * gdb.python/py-arch-reg-names.exp: New file.
834
87dbc774
AB
8352020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
836
837 * gdb.python/py-unwind.py (TestUnwinder::__call__): Add test for
838 gdb.PendingFrame.architecture method.
839
d8cc8af6
TV
8402020-07-06 Tom de Vries <tdevries@suse.de>
841
842 * gdb.dwarf2/dw2-ranges-base.exp: Test line-table order.
843
3c8ea5be
PA
8442020-07-03 Pedro Alves <palves@redhat.com>
845
846 * gdb.base/structs2.c (main): Adjust second parem_reg call to
847 explicitly write negative numbers.
848 * gdb.base/structs2.exp: Adjust expected output.
849
bf90c83a
PA
8502020-07-03 Pedro Alves <palves@redhat.com>
851
852 * gdb.base/charset.c (init_string): Change all char parameters to
853 unsigned char parameters.
854
2eb82157
PA
8552020-07-03 Pedro Alves <palves@redhat.com>
856
857 * gdb.base/call-sc.exp (start_scalars_test): Use
858 prepare_for_testing and don't try compiling with -DNO_PROTOTYPES.
859 * gdb.base/overlays.c: Remove references to PARAMS.
860 * gdb.base/ovlymgr.h (PARAMS): Delete, and remove all references.
861 * gdb.base/reread.exp: Don't set 'prototypes' global.
862 * gdb.base/structs.exp (start_structs_test): Use
863 prepare_for_testing and don't try compiling with -DNO_PROTOTYPES.
864 * gdb.base/structs2.exp: Don't set 'prototypes' global. Use
865 prepare_for_testing and don't try compiling with -DNO_PROTOTYPES.
866 Don't issue "set width 0". Remove gdb_stop_suppressing_tests
867 call.
868 * gdb.base/varargs.exp: Don't set 'prototypes' global.
869
9adda7af
PA
8702020-07-03 Pedro Alves <palves@redhat.com>
871
872 * gdb.base/m32rovly.c: Delete.
873 * gdb.base/ovlymgr.c: Remove all code guarded by __D10V__.
874
2a17c803
PW
8752020-06-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
876
877 * gdb.python/py-breakpoint.exp: use gdb_test_multiline instead
878 of gdb_py_test_multiple.
879 * gdb.python/py-cmd.exp: Likewise.
880 * gdb.python/py-events.exp: Likewise.
881 * gdb.python/py-function.exp: Likewise.
882 * gdb.python/py-inferior.exp: Likewise.
883 * gdb.python/py-infthread.exp: Likewise.
884 * gdb.python/py-linetable.exp: Likewise.
885 * gdb.python/py-parameter.exp: Likewise.
886 * gdb.python/py-value.exp: Likewise.
887
b011fe1a
TV
8882020-06-30 Tom de Vries <tdevries@suse.de>
889
890 PR testsuite/26175
891 * lib/future.exp (gdb_default_target_compile): Detect and handle
892 early_flags.
893
df5b8876
SM
8942020-06-29 Simon Marchi <simon.marchi@efficios.com>
895
896 * boards/simavr.exp (gdb_load): Catch errors when closing
897 previous connection. Close connection, wait for process and
898 unset simavr_spawn_id on failure.
899
a3ca48cd
TV
9002020-06-29 Tom de Vries <tdevries@suse.de>
901
902 * lib/gdb.exp (unknown): Make test-case unresolved.
903
b0237c0e
TV
9042020-06-29 Tom de Vries <tdevries@suse.de>
905
906 PR gdb/25475
907 * gdb.server/solib-list.exp: Verify that the symbol reload
908 confirmation question is asked.
909
c0b3b3bd
PW
9102020-06-26 Philippe Waroquiers <philippe.waroquiers@skynet.be>
911
912 * lib/gdb.exp (gdb_test_multiline): New, moved from gdb-guile.exp,
913 have a input seq nr in each pass message.
fe4c3d43 914 * lib/gdb-guile.exp (gdb_test_multiline): Move to gdb.exp.
c0b3b3bd
PW
915 * lib/gdb-python.exp (gdb_py_test_multiple): Remove.
916 * gdb.python/python.exp: Make test names unique,
917 use gdb_test_multiline instead of gdb_py_test_multiple,
918 use $gdb_test_name.
919 * gdb.guile/guile.exp: Make test names unique, use $gdb_test_name
920
1776e3e5
NA
9212020-06-26 Nick Alcock <nick.alcock@oracle.com>
922
923 * configure.ac: Add --enable-libctf.
924 * aclocal.m4: sinclude ../config/enable.m4.
925 * Makefile.in (site.exp): Add enable_libctf to site.exp.
926 * lib/gdb.exp (skip_ctf_tests): Use it.
927 * gdb.base/ctf-constvars.exp: Error message tweak.
928 * gdb.base/ctf-ptype.exp: Likewise.
929 * configure: Regenerate.
930
f53b3eeb
GB
9312020-06-26 Gary Benson <gbenson@redhat.com>
932
933 * gdb.cp/try_catch.cc: Include string.h.
934 (main): Replace comparison against string literal with
935 strcmp, avoiding build failure with -Wstring-compare.
936 Add "marker test-complete".
937 * gdb.cp/try_catch.exp: Run the test to the above marker,
938 then verify that the value of "test" is still true.
939
6d74da72
AB
9402020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
941
942 * gdb.arch/riscv-tdesc-regs.exp: New test cases.
943
2e52d038
AB
9442020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
945
946 * gdb.arch/riscv-tdesc-regs.exp: Extend test case.
947
3b9fce96
AB
9482020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
949
950 * gdb.arch/riscv-tdesc-loading-01.xml: New file.
951 * gdb.arch/riscv-tdesc-loading-02.xml: New file.
952 * gdb.arch/riscv-tdesc-loading-03.xml: New file.
953 * gdb.arch/riscv-tdesc-loading-04.xml: New file.
954 * gdb.arch/riscv-tdesc-loading.exp: New file.
955
ed69cbc8
AB
9562020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
957
958 * gdb.arch/riscv-tdesc-regs.exp: Extend test case.
959
767a879e
AB
9602020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
961
962 * gdb.arch/riscv-tdesc-regs-32.xml: New file.
963 * gdb.arch/riscv-tdesc-regs-64.xml: New file.
964 * gdb.arch/riscv-tdesc-regs.c: New file.
965 * gdb.arch/riscv-tdesc-regs.exp: New file.
966
221db974
PA
9672020-06-24 Pedro Alves <palves@redhat.com>
968
969 * gdb.arch/amd64-entry-value-paramref.exp: Use
970 prepare_for_testing_full and don't pass "c++" for the .S file
971 build spec.
972 * gdb.compile/compile-cplus.exp: Don't compile $srcfile3 with
973 $options, since it's an assembly file. Remove -Wno-deprecated.
974 * lib/gdb.exp (gdb_compile): Pass "-x c++" explicitly when
975 compiling C++ programs.
976
331733cd
PA
9772020-06-24 Pedro Alves <palves@redhat.com>
978
979 * lib/gdb.exp (gdb_compile): Update intro comment. If C/C++ with
980 Clang, add "-Wno-unknown-warning-option" to the options.
981
caa7fd04
AB
9822020-06-23 Andrew Burgess <andrew.burgess@embecosm.com>
983
984 * gdb.xml/tdesc-reload.c: New file.
985 * gdb.xml/tdesc-reload.exp: New file.
986 * gdb.xml/maint-xml-dump-01.xml: New file.
987 * gdb.xml/maint-xml-dump-02.xml: New file.
988 * gdb.xml/maint-xml-dump.exp: New file.
989
bb8d1260
SL
9902020-06-23 Sandra Loosemore <sandra@codesourcery.com>
991
992 * lib/completion-support.exp (test_gdb_completion_offers_commands):
993 Adjust for omitted commands when TUI is disabled.
994
7e4b9c4c
GB
9952020-06-23 Gary Benson <gbenson@redhat.com>
996 Pedro Alves <palves@redhat.com>
997
998 * gdb.cp/namespace.cc: Improve -Wunused-value fix.
999 * gdb.cp/nsimport.cc: Likewise.
1000 * gdb.cp/nsnested.cc: Likewise.
1001 * gdb.cp/nsnoimports.cc: Likewise.
1002 * gdb.cp/nsusing.cc: Likewise.
1003 * gdb.cp/smartp.cc: Likewise.
1004 * gdb.python/py-pp-integral.c: Likewise.
1005 * gdb.python/py-pp-re-notag.c: Likewise.
1006
2e573c0a
GB
10072020-06-23 Gary Benson <gbenson@redhat.com>
1008
1009 * gdb.cp/namespace.cc: Avoid build failure with -Wunused-value.
1010 * gdb.cp/nsimport.cc: Likewise.
1011 * gdb.cp/nsnested.cc: Likewise.
1012 * gdb.cp/nsnoimports.cc: Likewise.
1013 * gdb.cp/nsusing.cc: Likewise.
1014 * gdb.cp/smartp.cc: Likewise.
1015 * gdb.python/py-pp-integral.c: Likewise.
1016 * gdb.python/py-pp-re-notag.c: Likewise.
1017
746ebfe8
PW
10182020-06-22 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1019
1020 * gdb.base/default-args.exp: New test.
1021 * gdb.base/default-args.c: New file.
1022 * gdb.base/alias.exp: Update expected error msg for alias foo=bar.
1023 * gdb.base/default.exp: Update to new help text.
1024 * gdb.base/help.exp: Likewise.
1025 * gdb.base/page.exp: Likewise.
1026 * gdb.base/style.exp: Likewise.
1027 * gdb.guile/guile.exp: Likewise.
1028 * gdb.python/python.exp: Likewise.
1029
e822f2cd
SL
10302020-06-22 Sandra Loosemore <sandra@codesourcery.com>
1031
1032 * gdb.base/source-dir.exp (test_truncated_comp_dir): Skip on
1033 remote host. Fix search path syntax on Windows host.
1034
48e9cc84
PW
10352020-06-21 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1036
1037 * gdb.base/attach.exp: Test priority of 'exec-file' changed
1038 over 'exec-file-mismatch'.
1039 * gdb.base/attach.c: Mark should_exit volatile.
1040 * gdb.base/attach2.c: Likewise. Add a comment explaining
1041 why the sleep cannot be big.
1042 * gdb.base/attach3.c: New file.
1043
160f8a8f
SL
10442020-06-20 Sandra Loosemore <sandra@codesourcery.com>
1045
1046 * gdb.mi/mi-sym-info.exp: Adjust filename patterns to make directory
1047 prefix optional.
1048
4d91c2a4
SL
10492020-06-20 Sandra Loosemore <sandra@codesourcery.com>
1050
1051 * gdb.base/list-missing-source.exp: Correct $srcfile manipulation
1052 for remote host.
1053
87f83f20
SL
10542020-06-19 Sandra Loosemore <sandra@codesourcery.com>
1055 Hafiz Abid Qadeer <abidh@codesourcery.com>
1056
1057 * gdb.xml/tdesc-regs.exp (load_description): Correct pathname of
1058 file sent to remote host.
1059 (top level): Allow int32_t as type of 32-bit register.
1060
37ab8655
TV
10612020-06-19 Tom de Vries <tdevries@suse.de>
1062
1063 * lib/gdb.exp (gdb_note): New proc.
1064 * lib/future.exp (gdb_default_target_compile_1): Factor out of ...
1065 (gdb_default_target_compile): ... here. Only call
1066 gdb_default_target_compile_1 if use_gdb_compile(<lang>) is set.
1067 (use_gdb_compile): Change to array.
1068 (toplevel): Update sets of use_gdb_compile to specify language.
1069 Warn about default_target_compile override. Store dejagnu's version
1070 of default_target_compile in dejagnu_default_target_compile.
1071
a8a56685
TV
10722020-06-18 Tom de Vries <tdevries@suse.de>
1073
1074 * lib/gdb.exp (gdb_init): Move all but call to default_gdb_init to ...
1075 (default_gdb_init): ... here.
1076
581bea2c
SL
10772020-06-17 Sandra Loosemore <sandra@codesourcery.com>
1078
1079 Fix TUI support checks in gdb.tui tests.
1080
1081 * gdb.tui/basic.exp: Skip test when TUI is unsupported, don't
1082 just say UNSUPPORTED.
1083 * gdb.tui/corefile-run.exp: Likewise.
1084 * gdb.tui/empty.exp: Likewise.
1085 * gdb.tui/list-before.exp: Likewise.
1086 * gdb.tui/list.exp: Likewise.
1087 * gdb.tui/main.exp: Likewise.
1088 * gdb.tui/regs.exp: Likewise.
1089 * gdb.tui/resize.exp: Likewise.
1090 * gdb.tui/tui-layout-asm-short-prog.exp: Likewise.
1091 * gdb.tui/tui-layout-asm.exp: Likewise.
1092 * gdb.tui/tui-missing-src.exp: Likewise.
1093 * gdb.tui/winheight.exp: Likewise.
1094 * gdb.tui/new-layout.exp: Likewise. Also move check earlier.
1095
05e682e3
SL
10962020-06-17 Sandra Loosemore <sandra@codesourcery.com>
1097
1098 Fix TCL error in gdb.python/py-format-string.exp.
1099
1100 * gdb.python/py-format-string.exp: Move test for python support
1101 earlier, out of function body.
1102
efb763a5
SM
11032020-06-15 Simon Marchi <simon.marchi@efficios.com>
1104
1105 * gdb.base/index-cache-load-twice.c: New.
1106 * gdb.base/index-cache-load-twice.exp: New.
1107
43327b20
KS
11082020-06-17 Keith Seitz <keiths@redhat.com>
1109
99cf27cf 1110 * gdb.debuginfod/fetch_src_and_symbols.exp: Pass INTERNAL_GDBFLAGS
43327b20
KS
1111 when executing "gdb --configuration".
1112
081e778c
TV
11132020-06-17 Tom de Vries <tdevries@suse.de>
1114
1115 * lib/gdb.exp (gdb_tcl_unknown): New proc.
1116 (gdb_init): Use gdb_tcl_unknown for ::unknown override. Make override
1117 conditional on presence of gdb_tcl_unknown.
1118 (gdb_finish): Make override undo conditional on presence of
1119 gdb_tcl_unknown.
1120
d2d1ea20
TT
11212020-06-16 Tom Tromey <tom@tromey.com>
1122
1123 * gdb.python/tui-window.py (failwin): New function. Register it
1124 as a TUI window type.
1125 * gdb.python/tui-window.exp: Create new "fail" layout. Test it.
1126
c802e8a7
GB
11272020-06-16 Gary Benson <gbenson@redhat.com>
1128
1129 * gdb.python/py-nested-maps.c (create_map): Add missing return
1130 value.
1131 (create_map_map): Likewise.
1132
ff08abb8
TBA
11332020-06-15 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1134
1135 * gdb.base/jit-elf-so.exp: Refer to the global main_loader_basename
1136 variable.
1137 * gdb.base/jit-reader-simple.exp: Fix typo ("Built" -> "Build"),
1138 and use the already-defined 'options' variable.
1139
a29d5112
AB
11402020-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
1141 Tom de Vries <tdevries@suse.de>
1142
1143 * lib/gdb.exp (gdb_known_globals, gdb_persistent_globals): New global.
1144 (gdb_persistent_global, gdb_persistent_global_no_decl): New proc.
1145 (gdb_setup_known_globals): New proc.
1146 (gdb_cleanup_globals): New proc.
1147 * lib/gdb.exp (load_lib): New override proc.
1148 (gdb_stdin_log_init): Set var in_file as persistent global.
1149 * lib/pascal.exp (gdb_stdin_log_init): Set vars
1150 pascal_compiler_is_gpc, pascal_compiler_is_fpc, gpc_compiler and
1151 fpc_compiler as persistent global.
1152
8c74a764
TV
11532020-06-12 Tom de Vries <tdevries@suse.de>
1154
1155 * lib/tuiterm.exp (spawn): Rename to ...
1156 (tui_spawn): ... this.
1157 (toplevel): Move rename of spawn ...
1158 (gdb_init_tuiterm): ... here. New proc.
1159 (gdb_finish_tuiterm): New proc.
1160 * lib/gdb.exp (gdb_finish_hooks): New global var.
1161 (gdb_finish): Handle gdb_finish_hooks.
1162 (tuiterm_env): New proc.
1163 * gdb.python/tui-window.exp: Replace load_lib tuiterm.exp with
1164 tuiterm_env.
1165 * gdb.tui/basic.exp: Same.
1166 * gdb.tui/corefile-run.exp: Same.
1167 * gdb.tui/empty.exp: Same.
1168 * gdb.tui/list-before.exp: Same.
1169 * gdb.tui/list.exp: Same.
1170 * gdb.tui/main.exp: Same.
1171 * gdb.tui/new-layout.exp: Same.
1172 * gdb.tui/regs.exp: Same.
1173 * gdb.tui/resize.exp: Same.
1174 * gdb.tui/tui-layout-asm-short-prog.exp: Same.
1175 * gdb.tui/tui-layout-asm.exp: Same.
1176 * gdb.tui/tui-missing-src.exp: Same.
1177 * gdb.tui/winheight.exp: Same.
1178
26783bce
TV
11792020-06-12 Tom de Vries <tdevries@suse.de>
1180
1181 PR testsuite/26110
1182 * lib/gdb.exp (gdb_init): Revert dejagnu's override of ::unknown.
1183 (gdb_finish): Reinstall dejagnu's override of ::unknown.
1184
2b4e6a3f
TT
11852020-06-11 Tom Tromey <tom@tromey.com>
1186
1187 PR gdb/18318:
1188 * gdb.base/printcmds.exp (test_float_accepted): Add more hex
1189 floating point tests.
1190
2f33032a
KS
11912020-06-11 Keith Seitz <keiths@redhat.com>
1192
1193 PR gdb/21356
1194 * gdb.base/vla-datatypes.c (vla_factory): Add typedef for struct
1195 vla_struct.
1196 Add new struct vla_typedef and union vla_typedef_union and
1197 corresponding instantiation objects.
1198 Initialize new objects.
1199 * gdb.base/vla-datatypes.exp: Add tests for vla_typedef_struct_object
1200 and vla_typedef_union_object.
1201 Fixup type for vla_struct_object.
1202
a8baf0a3
TV
12032020-06-11 Tom de Vries <tdevries@suse.de>
1204
1205 * lib/gdb.exp (with_override): New proc, factored out of ...
1206 * gdb.base/dbx.exp: ... here. Use with_override and save_vars.
1207
7ab96794
TV
12082020-06-10 Tom de Vries <tdevries@suse.de>
1209
1210 * gdb.ada/ptype_union.exp: Remove PR24713 workaround.
1211
cab5c3b7
SM
12122020-06-09 Simon Marchi <simon.marchi@polymtl.ca>
1213
1214 * gdb.base/index-cache.exp (test_cache_disabled): Add test_prefix
1215 parameter, update callers.
1216
f8c41851
SM
12172020-06-04 Simon Marchi <simon.marchi@efficios.com>
1218
1219 * gdb.dwarf2/share-psymtabs-bt.exp: New file.
1220 * gdb.dwarf2/share-psymtabs-bt.c: New file.
1221 * gdb.dwarf2/share-psymtabs-bt-2.c: New file.
1222
1c07a73f
TV
12232020-06-04 Tom de Vries <tdevries@suse.de>
1224
1225 * lib/gdb.exp (gdb_file_cmd): Avoid path names in error messages.
1226
95146b5d
TV
12272020-06-04 Tom de Vries <tdevries@suse.de>
1228
1229 * lib/gdb.exp (gdb_file_cmd): Replace incomplete gdb_expect by
1230 exp_continue.
1231
0cfcd4f0
TV
12322020-06-04 Tom de Vries <tdevries@suse.de>
1233
1234 * lib/gdb.exp (gdb_file_cmd): Use perror instead of fail.
1235
f9b5d5ea
TV
12362020-06-03 Tom de Vries <tdevries@suse.de>
1237
1238 PR symtab/26046
1239 * gdb.cp/breakpoint-locs-2.cc: New test.
1240 * gdb.cp/breakpoint-locs.cc: New test.
1241 * gdb.cp/breakpoint-locs.exp: New file.
1242 * gdb.cp/breakpoint-locs.h: New test.
1243
5144dfba
TV
12442020-06-03 Tom de Vries <tdevries@suse.de>
1245
1246 PR testsuite/25609
1247 * gdb.base/jit-elf-so.exp: Don't modify testing behaviour based on
1248 value of global verbose.
1249 * gdb.base/jit-elf.exp: Same.
1250 * gdb.base/jit-reader.exp: Same.
1251
621eacdf
TV
12522020-06-02 Tom de Vries <tdevries@suse.de>
1253
1254 * gdb.dwarf2/multidictionary.exp: Don't use
1255 gdb_spawn_with_cmdline_opts.
1256
1313c56e
AB
12572020-06-01 Andrew Burgess <andrew.burgess@embecosm.com>
1258
1259 * gdb.cp/step-and-next-inline.exp (do_test): Skip all tests in the
1260 use_header case.
1261 * gdb.dwarf2/dw2-inline-header-1.exp: New file.
1262 * gdb.dwarf2/dw2-inline-header-2.exp: New file.
1263 * gdb.dwarf2/dw2-inline-header-3.exp: New file.
1264 * gdb.dwarf2/dw2-inline-header-lbls.c: New file.
1265 * gdb.dwarf2/dw2-inline-header.c: New file.
1266 * gdb.dwarf2/dw2-inline-header.h: New file.
1267
f68f85b5
PA
12682020-05-30 Pedro Alves <palves@redhat.com>
1269
1270 * gdb.linespec/cp-replace-typedefs-ns-template.cc: New.
1271 * gdb.linespec/cp-replace-typedefs-ns-template.exp: New.
1272
678048e8
GB
12732020-05-29 Gary Benson <gbenson@redhat.com>
1274
1275 * gdb.compile/compile-cplus.exp (additional_flags): Also
1276 set when building with clang.
1277 (additional_flags, srcfilesoptions): Pass -Wno-deprecated
1278 when building with clang.
1279
9fcafd23
GB
12802020-05-29 Gary Benson <gbenson@redhat.com>
1281
1282 * gdb.arch/i386-avx.exp (additional_flags): Also set when
1283 building with clang.
1284 * gdb.arch/i386-sse.exp (additional_flags): Likewise.
1285
735d5a07
GB
12862020-05-29 Gary Benson <gbenson@redhat.com>
1287
1288 * gdb.cp/koenig.exp (prepare_for_testing): Add
1289 additional_flags=-Wno-unused-comparison.
1290 * gdb.cp/operator.exp (prepare_for_testing): Likewise.
1291
4ad2c6a0
GB
12922020-05-28 Gary Benson <gbenson@redhat.com>
1293
1294 * gdb.base/sigaltstack.c (catcher): Add default case to switch
1295 statement.
1296
09fe663e
GB
12972020-05-28 Gary Benson <gbenson@redhat.com>
1298
1299 * gdb.cp/classes.exp (prepare_for_testing): Add
1300 additional_flags=-Wno-deprecated-register.
1301 * gdb.cp/inherit.exp (prepare_for_testing): Likewise.
1302 * gdb.cp/misc.exp: Likewise.
1303
cee00f17
GB
13042020-05-28 Gary Benson <gbenson@redhat.com>
1305
1306 * gdb.linespec/cpls-ops.cc (dummy): New static global.
1307 (test_op_new::operator new): Add return statement.
1308 (test_op_new_array::operator new[]): Likewise.
1309
636edd00
PA
13102020-05-27 Pedro Alves <palves@redhat.com>
1311
1312 * gdb.linespec/cp-completion-aliases.exp: Remove readline_is_used
1313 check. Use test_gdb_complete_unique instead of
1314 test_gdb_complete_tab_unique + test_gdb_complete_cmd_unique. Use
1315 test_gdb_complete_multiple instead of
1316 test_gdb_complete_tab_multiple + test_gdb_complete_cmd_multiple.
1317
c2b75043
LM
13182020-05-27 Luis Machado <luis.machado@linaro.org>
1319
1320 * gdb.arch/aarch64-sighandler-regs.exp: Fix duplicated test names.
1321 * gdb.arch/aarch64-tagged-pointer.exp: Likewise.
1322 * gdb.arch/arm-disassembler-options.exp: Likewise.
1323 * gdb.arch/arm-disp-step.exp: Likewise.
1324 * gdb.arch/thumb-prologue.exp: Likewise.
1325 * gdb.base/async.exp: Likewise.
1326 * gdb.base/auxv.exp: Likewise.
1327 * gdb.base/complex-parts.exp: Likewise.
1328 * gdb.base/ena-dis-br.exp: Likewise.
1329 * gdb.base/foll-exec.exp: Likewise.
1330 * gdb.base/permissions.exp: Likewise.
1331 * gdb.base/relocate.exp: Likewise.
1332 * gdb.base/return2.exp: Likewise.
1333 * gdb.base/sigbpt.exp: Likewise.
1334 * gdb.base/siginfo-obj.exp: Likewise.
1335 * gdb.cp/converts.exp: Likewise.
1336 * gdb.cp/exceptprint.exp: Likewise.
1337 * gdb.cp/inherit.exp: Likewise.
1338 * gdb.cp/nsnoimports.exp: Likewise.
1339 * gdb.cp/virtbase2.exp: Likewise.
1340 * gdb.mi/mi-var-cmd.exp: Likewise.
1341 * gdb.mi/var-cmd.c: Likewise.
1342
53a47a3e
TT
13432020-05-26 Tom Tromey <tromey@adacore.com>
1344
1345 * gdb.ada/arr_acc_idx_w_gap.exp: Add tests.
1346
0bc2354b
TT
13472020-05-26 Tom Tromey <tromey@adacore.com>
1348
1349 * gdb.ada/arr_acc_idx_w_gap.exp: Add enum subrange tests.
1350 * gdb.ada/arr_acc_idx_w_gap/enum_with_gap.ads (Enum_Subrange): New
1351 type.
1352 * gdb.ada/arr_acc_idx_w_gap/enum_with_gap_main.adb (V): New
1353 variable.
1354
0db49895
CBG
13552020-05-26 Christian Biesinger <cbiesinger@google.com>
1356
1357 * Makefile.in: Use = instead of == for the test command
1358 for portability.
1359
40d22035
TV
13602020-05-26 Tom de Vries <tdevries@suse.de>
1361
1362 * gdb.base/gold-gdb-index-2.c: New test.
1363 * gdb.base/gold-gdb-index.c: New test.
1364 * gdb.base/gold-gdb-index.exp: New file.
1365 * gdb.base/gold-gdb-index.h: New test.
1366
043e2e02
TV
13672020-05-25 Tom de Vries <tdevries@suse.de>
1368
1369 * boards/gold-gdb-index.exp: New file.
1370
462f72c5
SM
13712020-05-25 Simon Marchi <simon.marchi@efficios.com>
1372
1373 * boards/simavr.exp: New file.
1374
6cf66e76
SM
13752020-05-25 Simon Marchi <simon.marchi@efficios.com>
1376
1377 * lib/gdb.exp (gdb_run_cmd): Return success or failure.
1378 * gdb.base/inferior-args.exp: New file.
1379 * gdb.base/inferior-args.c: New file.
1380
75d04512
SM
13812020-05-25 Simon Marchi <simon.marchi@efficios.com>
1382
1383 * lib/gdb.exp (gdb_run_cmd): Change argument from args to
1384 inferior_args. Pass it to gdb_reload.
1385 (gdb_start_cmd, gdb_starti_cmd): Change argument from args to
1386 inferior_args.
1387 (gdb_reload): Add inferior_args argument.
1388 * config/gdbserver.exp (gdb_reload): Add inferior_args argument,
1389 pass it to gdbserver_run.
1390 * boards/native-gdbserver.exp: Do not set noargs.
1391 * boards/native-extended-gdbserver.exp (gdb_reload): Add
1392 inferior_args argument.
1393 * boards/stdio-gdbserver-base.exp (gdb_reload): Likewise.
1394 * gdb.base/a2-run.exp: Check for use_gdb_stub.
1395 * gdb.base/args.exp: Likewise.
1396
42cf1844
TV
13972020-05-25 Tom de Vries <tdevries@suse.de>
1398
1399 * lib/gdb.exp (exec_is_pie): Add comment.
1400
8f7d38ef
TV
14012020-05-25 Tom de Vries <tdevries@suse.de>
1402
1403 * lib/jit-elf-helpers.exp (compile_and_download_n_jit_so): Use $f
1404 instead of $binfile in the untested message.
1405
465e1b0f
TV
14062020-05-25 Tom de Vries <tdevries@suse.de>
1407
1408 PR testsuite/26031
1409 * lib/gdb.exp (exec_is_pie): Test readelf -h output.
1410
3c5a0e02
TV
14112020-05-25 Tom de Vries <tdevries@suse.de>
1412
1413 * boards/gold.exp: New file.
1414
0a4f5f8c
TT
14152020-05-23 Tom Tromey <tom@tromey.com>
1416
1417 * gdb.base/style.exp: Remove completion styling test.
1418 * lib/gdb-utils.exp (style): Remove completion styles.
1419
eca1f90c
TT
14202020-05-23 Tom Tromey <tom@tromey.com>
1421
1422 * gdb.base/style.exp: Add completion styling test.
1423 * lib/gdb-utils.exp (style): Add completion styles.
1424
7c13f4e8
AB
14252020-05-22 Andrew Burgess <andrew.burgess@embecosm.com>
1426
1427 * gdb.base/annota1.exp: Update expected results.
1428 * gdb.cp/annota2.exp: Update expected results, remove duplicate
1429 test name.
1430 * gdb.cp/annota3.exp: Update expected results.
1431
41977d16
SM
14322020-05-20 Simon Marchi <simon.marchi@efficios.com>
1433
1434 PR gdb/26016
1435 * gdb.base/coredump-filter.c (do_mmap): Check mmap ret val
1436 against MAP_FAILED.
1437 * gdb.base/coremaker.c (mmapdata): Likewise.
1438 * gdb.base/jit-reader-host.c (main): Likewise.
1439 * gdb.base/sym-file-loader.c (load): Likewise.
1440 (load_shlib): Likewise.
1441
b4757f2e
TT
14422020-05-20 Tom Tromey <tromey@adacore.com>
1443
1444 * gdb.ada/array_char_idx.exp: Recognize initialized array.
1445
9a0bacfb
TV
14462020-05-20 Tom de Vries <tdevries@suse.de>
1447
1448 PR symtab/25833
1449 * gdb.base/with-mf-inc.c: New test.
1450 * gdb.base/with-mf-main.c: New test.
1451 * gdb.base/with-mf.exp: New file.
1452
76571211
TT
14532020-05-19 Tom Tromey <tromey@adacore.com>
1454
1455 * gdb.rust/simple.exp: Restore missing test result.
1456
4cd9f3d5
TV
14572020-05-19 Tom de Vries <tdevries@suse.de>
1458
1459 * gdb.base/gdb-caching-proc.exp: Fix typo.
1460
7d874253
TT
14612020-05-19 Tom Tromey <tromey@adacore.com>
1462
1463 * gdb.rust/simple.exp: Add some test descriptions.
1464 (test_one_slice): Use with_test_prefix.
1465
1d727695
TV
14662020-05-18 Tom de Vries <tdevries@suse.de>
1467
1468 * gdb.base/gdb-caching-proc.exp: Use with_test_prefix.
1469
7f32a4d5
PA
14702020-05-17 Pedro Alves <palves@redhat.com>
1471
1472 PR gdb/25741
1473 * gdb.base/hw-sw-break-same-address.exp: New file.
1474
7cfd74cf
PA
14752020-05-16 Pedro Alves <palves@redhat.com>
1476
1477 * gdb.multi/multi-re-run.exp (test_re_run): Switch
1478 LAST_LOADED_FILE accordingly.
1479
57b4f16e
PW
14802020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1481
1482 * gdb.base/alias.exp: Verify 'help aliases' shows user defined aliases.
1483
7c05caf7
PW
14842020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1485
1486 * gdb.base/help.exp: Test apropos and help for commands
1487 having aliases. Fixed comments not starting with an
1488 upper-case letter or not finishing with a dot.
1489
7aa1b46f
PW
14902020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1491
3b3aaacb
PW
1492 * gdb.base/alias.exp: Update help output check.
1493
57b4f16e 14942020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3b3aaacb 1495
7aa1b46f
PW
1496 * gdb.base/default.exp: Update output following fixes.
1497
0605465f
PW
14982020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1499
1500 * gdb.base/alias.exp: Test aliases starting with a prefix of
1501 another alias.
1502
86e4e63d
GB
15032020-05-15 Gary Benson <gbenson@redhat.com>
1504
1505 * gdb.base/info-os.c (main): Add return statement.
1506 * gdb.base/info_minsym.c (minsym_fun): Likewise.
1507 * gdb.base/large-frame-2.c (func): Likewise.
1508 * gdb.base/pr10179-a.c (foo1, bar1): Likewise.
1509 * gdb.base/pr10179-b.c (foo2): Likewise.
1510 * gdb.base/valgrind-disp-step.c (foo): Likewise.
1511 * gdb.base/watch-cond.c (func): Likewise.
1512 * gdb.multi/goodbye.c (verylongfun): Likewise.
1513 * gdb.multi/hello.c (commonfun): Likewise.
1514 * gdb.python/py-finish-breakpoint.c (call_longjmp): Likewise.
1515 * gdb.threads/fork-plus-threads.c (thread_func): Likewise.
1516 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
1517 Likewise.
1518 * gdb.threads/hand-call-new-thread.c (foo): Likewise.
1519 * gdb.threads/interrupt-while-step-over.c (child_function):
1520 Likewise.
1521 * gdb.trace/actions-changed.c (end): Likewise.
1522
163df4df
GB
15232020-05-15 Gary Benson <gbenson@redhat.com>
1524
1525 * gdb.opencl/callfuncs.exp: Report when test skipped.
1526 * gdb.opencl/convs_casts.exp: Likewise.
1527 * gdb.opencl/datatypes.exp: Likewise.
1528 * gdb.opencl/operators.exp: Likewise.
1529 * gdb.opencl/vec_comps.exp: Likewise.
1530
6dbc505a
TV
15312020-05-15 Tom de Vries <tdevries@suse.de>
1532
1533 * gdb.base/align.exp.in: Rename to ...
1534 * gdb.base/align.exp.tcl: ... this.
1535 * gdb.base/align-c++.exp: Update.
1536 * gdb.base/align-c.exp: Update.
1537 * gdb.base/all-architectures.exp.in: Rename to ...
1538 * gdb.base/all-architectures.exp: ... this.
1539 * gdb.base/all-architectures-0.exp: Update.
1540 * gdb.base/all-architectures-1.exp: Update.
1541 * gdb.base/all-architectures-2.exp: Update.
1542 * gdb.base/all-architectures-3.exp: Update.
1543 * gdb.base/all-architectures-4.exp: Update.
1544 * gdb.base/all-architectures-5.exp: Update.
1545 * gdb.base/all-architectures-6.exp: Update.
1546 * gdb.base/all-architectures-7.exp: Update.
1547 * gdb.base/infcall-nested-structs.exp.in: Rename to ...
1548 * gdb.base/infcall-nested-structs.exp.tcl: ... this.
1549 * gdb.base/infcall-nested-structs-c++.exp: Update.
1550 * gdb.base/infcall-nested-structs-c.exp: Update.
1551 * gdb.base/info-types.exp.in: Rename to ...
1552 * gdb.base/info-types.exp.tcl: ... this.
1553 * gdb.base/info-types-c++.exp: Update.
1554 * gdb.base/info-types-c.exp: Update.
1555 * gdb.base/max-depth.exp.in: Rename to ...
1556 * gdb.base/max-depth.exp.tcl: ... this.
1557 * gdb.base/max-depth-c++.exp: Update.
1558 * gdb.base/max-depth-c.exp: Update.
1559 * gdb.cp/cpexprs.exp.in: Rename to ...
1560 * gdb.cp/cpexprs.exp.tcl: ... this.
1561 * gdb.cp/cpexprs-debug-types.exp: Update.
1562 * gdb.cp/cpexprs.exp: Update.
1563 * gdb.cp/infcall-nodebug.exp.in: Rename to ...
1564 * gdb.cp/infcall-nodebug.exp.tcl: ... this.
1565 * gdb.cp/infcall-nodebug-c++-d0.exp: Update.
1566 * gdb.cp/infcall-nodebug-c++-d1.exp: Update.
1567 * gdb.cp/infcall-nodebug-c-d0.exp: Update.
1568 * gdb.cp/infcall-nodebug-c-d1.exp: Update.
1569 * gdb.dwarf2/clang-debug-names.exp.in: Rename to ...
1570 * gdb.dwarf2/clang-debug-names.exp.tcl: ... this.
1571 * gdb.dwarf2/clang-debug-names-2.exp: Update.
1572 * gdb.dwarf2/clang-debug-names.exp: Update.
1573
d1034d78
AB
15742020-05-15 Andrew Burgess <andrew.burgess@embecosm.com>
1575
1576 * lib/check-test-names.exp: Remove code that prevents this file
1577 loading when tests are run in parallel.
1578
3c5c3649
PA
15792020-05-15 Pedro Alves <palves@redhat.com>
1580
1581 * gdb.multi/multi-kill.exp (start_inferior): Remove
1582 'testpid' parameter. Refer to namespace variable directly.
1583 (testpid): Declare as namespace variable.
1584
272c36b8
PA
15852020-05-15 Pedro Alves <palves@redhat.com>
1586
1587 * gdb.multi/multi-kill.exp: Wrap in namespace.
1588 (start_inferior): Add TESTPID parameter. Use it instead of the
1589 testpid global.
1590 (top level): Define empty TESTPID array, and pass it down to
1591 start_inferior.
1592
02eba61a
TV
15932020-05-14 Tom de Vries <tdevries@suse.de>
1594
1595 * gdb.fortran/nested-funcs-2.exp: Use gdb_test_stdio to test inferior
1596 output.
1597
971a3747
TV
15982020-05-14 Tom de Vries <tdevries@suse.de>
1599
1600 * gdb.base/align.exp: Split into ...
1601 * gdb.base/align.exp.in: ...
1602 * gdb.base/align-c++.exp: ...
1603 * gdb.base/align-c.exp: ... these.
1604 * gdb.base/infcall-nested-structs.exp: Split into ...
1605 * gdb.base/infcall-nested-structs.exp.in: ...
1606 * gdb.base/infcall-nested-structs-c++.exp: ...
1607 * gdb.base/infcall-nested-structs-c.exp: ... these.
1608 * gdb.base/info-types.exp: Split into ...
1609 * gdb.base/info-types.exp.in: ...
1610 * gdb.base/info-types-c++.exp: ...
1611 * gdb.base/info-types-c.exp: ... these.
1612 * gdb.base/max-depth.exp: Split into ...
1613 * gdb.base/max-depth.exp.in: ...
1614 * gdb.base/max-depth-c++.exp: ...
1615 * gdb.base/max-depth-c.exp: ... these.
1616 * gdb.cp/infcall-nodebug.exp: Split into ...
1617 * gdb.cp/infcall-nodebug.exp.in: ...
1618 * gdb.cp/infcall-nodebug-c++-d0.exp: ...
1619 * gdb.cp/infcall-nodebug-c++-d1.exp: ...
1620 * gdb.cp/infcall-nodebug-c-d0.exp: ...
1621 * gdb.cp/infcall-nodebug-c-d1.exp: ... these.
1622
a05575d3
TBA
16232020-05-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1624 Pedro Alves <palves@redhat.com>
1625
1626 * gdb.multi/multi-exit.c: New file.
1627 * gdb.multi/multi-exit.exp: New file.
1628 * gdb.multi/multi-kill.c: New file.
1629 * gdb.multi/multi-kill.exp: New file.
1630
6ad82919
TBA
16312020-05-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1632
1633 * gdb.base/annota1.exp: Update the expected output.
1634 * gdb.cp/annota2.exp: Ditto.
1635
843f4d93
AB
16362020-05-12 Andrew Burgess <andrew.burgess@embecosm.com>
1637
1638 * lib/check-test-names.exp: Disable when testing is being run in
1639 parallel.
1640
c7c66341
TV
16412020-05-12 Tom de Vries <tdevries@suse.de>
1642
1643 * gdb.base/jit-elf.exp: Fix string concat.
1644
1b59ca1c
TV
16452020-05-12 Tom de Vries <tdevries@suse.de>
1646
1647 * lib/jit-elf-helpers.exp: Don't use undefined variables in untested
1648 messages.
1649
b4991d29
TV
16502020-05-12 Tom de Vries <tdevries@suse.de>
1651
1652 * gdb.multi/multi-term-settings.exp: Use with_test_prefix.
1653
dbb0ab10
TV
16542020-05-12 Tom de Vries <tdevries@suse.de>
1655
1656 * gdb.ada/catch_ex.exp: Use with_test_prefix.
1657 * gdb.ada/mi_catch_ex.exp: Same.
1658 * gdb.ada/mi_catch_ex_hand.exp: Same.
1659
7549fed8
TV
16602020-05-12 Tom de Vries <tdevries@suse.de>
1661
1662 * gdb.fortran/complex.exp: Use with_test_prefix.
1663
af2d5cd8
TV
16642020-05-12 Tom de Vries <tdevries@suse.de>
1665
1666 * gdb.trace/passcount.exp: Fix test-names.
1667
7c121311
TV
16682020-05-12 Tom de Vries <tdevries@suse.de>
1669
1670 * gdb.pascal/gdb11492.exp: Use with_test_prefix.
1671
c9f3b40e
TV
16722020-05-12 Tom de Vries <tdevries@suse.de>
1673
1674 * gdb.gdb/complaints.exp: Use with_test_prefix.
1675 * gdb.xml/tdesc-regs.exp: Same.
1676 * gdb.opt/inline-locals.exp: Fix test name.
1677
111b33f0
TV
16782020-05-12 Tom de Vries <tdevries@suse.de>
1679
1680 * gdb.dwarf2/comp-unit-lang.exp: Use with_test_prefix.
1681 * gdb.dwarf2/dw2-bad-parameter-type.exp: Same.
1682 * gdb.dwarf2/implref-struct.exp: Same.
1683 * gdb.dwarf2/varval.exp: Ensure get_sizeof is called once per type.
1684 * gdb.dwarf2/data-loc.exp: Same. Remove duplicate test.
1685
ebf47080
SM
16862020-05-11 Simon Marchi <simon.marchi@polymtl.ca>
1687
1688 * gdb.base/jit-so.exp (one_jit_test): Change test name.
1689
d30dcd12
AB
16902020-05-11 Andrew Burgess <andrew.burgess@embecosm.com>
1691
1692 * lib/check-test-names.exp (all_test_names): New module variable.
1693 (counts): Add 'duplicates' field.
1694 (_check_duplicates): New procedure.
1695 (check): Also check for duplicates.
1696 (do_log_summary): Print duplicates count.
1697 (do_reset_vars): Reset counter for duplicate test names, and
1698 discard all know test names.
1699
34584c09
AB
17002020-05-11 Andrew Burgess <andrew.burgess@embecosm.com>
1701
1702 * lib/gdb.exp: Include check-test-names.exp library.
1703 * lib/check-test-names.exp: New file.
1704
e0002117
TV
17052020-05-11 Tom de Vries <tdevries@suse.de>
1706
1707 * gdb.ada/packed_tagged.exp: Change kfail into xfail.
1708
53f539a3
KS
17092020-05-11 Keith Seitz <keiths@redhat.com>
1710
1711 * gdb.ada/attr_ref_and_charlit.exp: Fix typo.
1712
113ee09a
TV
17132020-05-11 Tom de Vries <tdevries@suse.de>
1714
1715 * gdb.cp/cpexprs.exp: Move everything except flags setting ...
1716 * gdb.cp/cpexprs.exp.in: .. here.
1717 * gdb.cp/cpexprs-debug-types.exp: Include cpexprs.exp.in instead of
1718 cpexprs.exp.
1719
ba3e70b0
KS
17202020-05-11 Keith Seitz <keiths@redhat.com>
1721
1722 * gdb.ada/arrayparam.exp: Resolve duplicate and tail parentheses
1723 test names.
1724 * gdb.ada/arrayptr.exp: Likewise.
1725 * gdb.ada/assign_arr.exp: Likewise.
1726 * gdb.ada/attr_ref_and_charlit.exp: Likewise.
1727 * gdb.ada/bp_on_var.exp: Likewise.
1728 * gdb.ada/call_pn.exp: Likewise.
1729 * gdb.ada/complete.exp: Likewise.
1730 * gdb.ada/fun_overload_menu.exp: Likewise.
1731 * gdb.ada/funcall_param.exp: Likewise.
1732 * gdb.ada/funcall_ref.exp: Likewise.
1733 * gdb.ada/packed_array_assign.exp: Likewise.
1734 * gdb.ada/same_component_name.exp: Likewise.
1735 * gdb.ada/type_coercion.exp: Likewise.
1736 * gdb.ada/unc_arr_ptr_in_var_rec.exp: Likewise.
1737 * gdb.ada/variant_record_packed_array.exp: Likewise.
1738
3ee6bb11
TV
17392020-05-11 Tom de Vries <tdevries@suse.de>
1740
1741 PR symtab/25941
1742 * gdb.dwarf2/clang-debug-names.exp.in: New include exp file, factored
1743 out of ...
1744 * gdb.dwarf2/clang-debug-names.exp: ... here.
1745 * gdb.dwarf2/clang-debug-names-2.exp: New file. Include
1746 clang-debug-names.exp.in.
1747 * gdb.dwarf2/clang-debug-names-2-foo.c: New test.
1748 * gdb.dwarf2/clang-debug-names-2.c: New test.
1749
86cd6bc8
AKS
17502020-05-10 Alok Kumar Sharma <alokkumar.sharma@amd.com>
1751
1752 * lib/fortran.exp (fortran_main): New Proc, handle flang MAIN_,
1753 (fortran_runto_main): New Proc, fortran version of runto_main.
1754 * gdb.fortran/array-bounds-high.exp: Handle flang MAIN_
1755 * gdb.fortran/array-bounds.exp: Likewise.
1756 * gdb.fortran/array-slices.exp: Likewise.
1757 * gdb.fortran/block-data.exp: Likewise.
1758 * gdb.fortran/charset.exp: Likewise.
1759 * gdb.fortran/common-block.exp: Likewise.
1760 * gdb.fortran/complex.exp: Likewise.
1761 * gdb.fortran/derived-type-function.exp: Likewise.
1762 * gdb.fortran/derived-type.exp: Likewise.
1763 * gdb.fortran/info-modules.exp: Likewise.
1764 * gdb.fortran/info-types.exp: Likewise.
1765 * gdb.fortran/intrinsics.exp: Likewise.
1766 * gdb.fortran/library-module.exp: Likewise.
1767 * gdb.fortran/logical.exp: Likewise.
1768 * gdb.fortran/max-depth.exp: Likewise.
1769 * gdb.fortran/module.exp: Likewise.
1770 * gdb.fortran/multi-dim.exp: Likewise.
1771 * gdb.fortran/nested-funcs.exp: Likewise.
1772 * gdb.fortran/print-formatted.exp: Likewise.
1773 * gdb.fortran/print_type.exp: Likewise.
1774 * gdb.fortran/printing-types.exp: Likewise.
1775 * gdb.fortran/ptr-indentation.exp: Likewise.
1776 * gdb.fortran/ptype-on-functions.exp: Likewise.
1777 * gdb.fortran/subarray.exp: Likewise.
1778 * gdb.fortran/vla-alloc-assoc.exp: Likewise.
1779 * gdb.fortran/vla-datatypes.exp: Likewise.
1780 * gdb.fortran/vla-history.exp: Likewise.
1781 * gdb.fortran/vla-ptr-info.exp: Likewise.
1782 * gdb.fortran/vla-ptype-sub.exp: Likewise.
1783 * gdb.fortran/vla-ptype.exp: Likewise.
1784 * gdb.fortran/vla-sizeof.exp: Likewise.
1785 * gdb.fortran/vla-type.exp: Likewise.
1786 * gdb.fortran/vla-value-sub-arbitrary.exp: Likewise.
1787 * gdb.fortran/vla-value-sub-finish.exp: Likewise.
1788 * gdb.fortran/vla-value-sub.exp: Likewise.
1789 * gdb.fortran/vla-value.exp: Likewise.
1790 * gdb.fortran/whatis_type.exp: Likewise.
1791 * gdb.mi/mi-var-child-f.exp: Likewise.
1792
6dc55ce9 17932020-05-09 Tom de Vries <tdevries@suse.de>
1794
1795 * gdb.dwarf2/clang-debug-names.exp: Remove PR25952 kfail.
1796
283cb58c
TV
17972020-05-08 Tom de Vries <tdevries@suse.de>
1798
1799 * gdb.dwarf2/clang-debug-names.c: New test.
1800 * gdb.dwarf2/clang-debug-names.exp: New file.
1801
ac4a4f1c
SM
18022020-05-06 Simon Marchi <simon.marchi@efficios.com>
1803
1804 * gdb.arch/amd64-prologue-skip-cf-protection.exp: New file.
1805 * gdb.arch/amd64-prologue-skip-cf-protection.c: New file.
1806
24fe640b
TV
18072020-05-06 Tom de Vries <tdevries@suse.de>
1808
1809 * gdb.reverse/consecutive-precsave.exp: Handle if instruction after
1810 breakpoint is at a "recommended breakpoint location".
1811 * gdb.reverse/consecutive-reverse.exp: Same.
1812
0d8683a3
TV
18132020-05-06 Tom de Vries <tdevries@suse.de>
1814
1815 * gdb.base/watchpoint-reuse-slot.exp (stepi): Print $pc to get current
1816 address.
1817
b8983c46
TV
18182020-05-06 Tom de Vries <tdevries@suse.de>
1819
1820 * gdb.base/watchpoint-reuse-slot.exp: Fix incorrect assignment.
1821
abf6d805
TV
18222020-05-06 Tom de Vries <tdevries@suse.de>
1823
1824 * gdb.base/store.exp (check_set, up_set): Allowing missing location
1825 info for r.
1826
0fc2a808
TV
18272020-05-06 Tom de Vries <tdevries@suse.de>
1828
1829 * gdb.base/shlib-call.exp: Add extra step to reach shmain.c:42, if
1830 necessary.
1831
873dd427
TV
18322020-05-06 Tom de Vries <tdevries@suse.de>
1833
1834 * lib/unbuffer_output.c (gdb_unbuffer_output): Change return type to
1835 void.
1836
7c99e7e2
TV
18372020-05-06 Tom de Vries <tdevries@suse.de>
1838
1839 * lib/gdb.exp (is_stmt_addresses, hex_in_list): New proc, factored out
1840 of ...
1841 * gdb.base/async.exp: ... here.
1842 * gdb.base/consecutive.exp: Handle if 2nd breakpoint is at a
1843 "recommended breakpoint location".
1844
6173d6a6
TV
18452020-05-06 Tom de Vries <tdevries@suse.de>
1846
1847 * gdb.compile/compile-ifunc.exp: Use -Wno-attribute-alias.
1848
6015a067
TV
18492020-05-04 Tom de Vries <tdevries@suse.de>
1850
1851 * gdb.base/async.exp: Check whether instruction addresses are a
1852 "recommended breakpoint location".
1853
3b6acaee
TT
18542020-05-03 Tom Tromey <tom@tromey.com>
1855
1856 * gdb.base/sepdebug.exp: Remove "catch" test.
1857 * gdb.base/break.exp: Remove "catch" test.
1858 * gdb.base/default.exp: Update expected output.
1859
5beb4d17
TV
18602020-05-02 Tom de Vries <tdevries@suse.de>
1861
1862 * lib/gdb.exp (supports_mpx_check_pointer_bounds): New proc.
1863 * gdb.arch/i386-mpx-call.exp: Use supports_mpx_check_pointer_bounds.
1864 * gdb.arch/i386-mpx-map.exp: Same.
1865 * gdb.arch/i386-mpx-sigsegv.exp: Same.
1866 * gdb.arch/i386-mpx-simple_segv.exp: Same.
1867 * gdb.arch/i386-mpx.exp: Same.
1868
8caf140d
TV
18692020-05-02 Tom de Vries <tdevries@suse.de>
1870
1871 * gdb.base/psym-external-decl.c (main): Add use of variable aaa.
1872
693196cb
TV
18732020-05-01 Tom de Vries <tdevries@suse.de>
1874
1875 * gdb.ada/operator_bp.exp: Allow more than required amount of
1876 breakpoint.
1877
53ae0aa9
TV
18782020-05-01 Tom de Vries <tdevries@suse.de>
1879
1880 * gdb.reverse/until-reverse.c (main): Fix Wunused-result warning.
1881
ee9d1e5f
HD
18822020-04-30 Hannes Domani <ssbssa@yahoo.de>
1883
1884 PR gdb/18706
1885 * gdb.cp/stub-array-size.cc: New test.
1886 * gdb.cp/stub-array-size.exp: New file.
1887 * gdb.cp/stub-array-size.h: New test.
1888 * gdb.cp/stub-array-size2.cc: New test.
1889
d5cf82c0
HD
18902020-04-30 Hannes Domani <ssbssa@yahoo.de>
1891
1892 * gdb.python/py-format-string.exp: Adjust pretty_arrays expected
1893 output to the new format.
1894
42e165c3
SM
18952020-04-29 Simon Marchi <simon.marchi@efficios.com>
1896
1897 * gdb.base/break.exp: Use with_test_prefix.
1898
6e4e3fe1
TV
18992020-04-29 Tom de Vries <tdevries@suse.de>
1900
1901 * lib/gdb.exp (debug_types): New proc.
1902 * gdb.guile/scm-symtab.exp: Add xfail for PR gcc/90232.
1903 * gdb.python/py-symtab.exp: Same.
1904
d642b692
HD
19052020-04-29 Hannes Domani <ssbssa@yahoo.de>
1906
1907 PR gdb/17320
1908 * gdb.base/pretty-array.c: New test.
1909 * gdb.base/pretty-array.exp: New file.
1910
ea90f227
TV
19112020-04-29 Tom de Vries <tdevries@suse.de>
1912
1913 PR symtab/25889
1914 * gdb.cp/cpexprs.exp: Adapt for inclusion.
1915 * gdb.cp/cpexprs-debug-types.exp: New file. Set -fdebug-types-section
1916 and include cpexprs.exp.
1917
a65189c9
TV
19182020-04-28 Mark Williams <mark@myosotissp.com>
1919
1920 PR gdb/24480
1921 * dw4-toplevel-types.exp: Test for top level types.
1922 * dw4-toplevel-types.cc: Test for top level types.
1923
32d1f47a
TBA
19242020-04-28 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1925
1926 * gdb.threads/stop-with-handle.exp: Fix typo in comment
1927 (theads -> threads).
1928
56a4f5a1
TV
19292020-04-28 Tom de Vries <tdevries@suse.de>
1930
1931 * gdb.opt/inline-cmds.exp: Set KFAIL PR.
1932
0b2f8a3b
TV
19332020-04-28 Tom de Vries <tdevries@suse.de>
1934
1935 * gdb.base/info-macros.exp: Remove KFAIL. Add missing trailing ".*".
1936
5390c717
TV
19372020-04-28 Tom de Vries <tdevries@suse.de>
1938
1939 * gdb.ada/array_ptr_renaming.exp: Add PR number in KFAIL.
1940
15cd93d0
TV
19412020-04-28 Tom de Vries <tdevries@suse.de>
1942
1943 * gdb.dwarf2/main-foo.c: New test.
1944 * gdb.dwarf2/struct-with-sig.exp: New file.
1945
d472f0fb
TV
19462020-04-25 Tom de Vries <tdevries@suse.de>
1947
1948 * boards/debug-types.exp: New file.
1949
8d840e05
AB
19502020-04-25 Andrew Burgess <andrew.burgess@embecosm.com>
1951
1952 * gdb.btrace/multi-inferior.exp: Avoid paths in test names.
1953
bcfe6157
TT
19542020-04-24 Tom Tromey <tom@tromey.com>
1955
1956 PR symtab/12707:
1957 * gdb.python/py-symbol.exp: Update expected results for
1958 linkage_name test.
1959 * gdb.cp/print-demangle.exp: New file.
1960 * gdb.base/c-linkage-name.exp: Fix test.
1961 * gdb.guile/scm-symbol.exp: Update expected results for
1962 linkage_name test.
1963
f049a313
TT
19642020-04-24 Tom Tromey <tom@tromey.com>
1965
1966 * gdb.dwarf2/dw2-namespaceless-anonymous.S: Remove.
1967 * gdb.dwarf2/dw2-namespaceless-anonymous.c: New file.
1968 * gdb.dwarf2/dw2-namespaceless-anonymous.exp: Use DWARF
1969 assembler.
1970
7cf28874
TV
19712020-04-24 Tom de Vries <tdevries@suse.de>
1972
1973 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Set language of CU to
1974 C++.
1975
dac2fef7
TT
19762020-04-24 Tom Tromey <tromey@adacore.com>
1977
1978 * gdb.ada/frame_arg_lang.exp: Run with multiple -fgnat-encodings
1979 values.
1980 * gdb.ada/funcall_ref.exp: Run with multiple -fgnat-encodings
1981 values. Update test for minimal encodings.
1982 * gdb.ada/lang_switch.exp: Update test for minimal encodings.
1983 * gdb.ada/var_rec_arr.exp: Run with multiple -fgnat-encodings
1984 values. Update test for minimal encodings.
1985
1acda803
TT
19862020-04-24 Tom Tromey <tromey@adacore.com>
1987
1988 PR python/23662:
1989 * gdb.ada/variant.exp: Add Python checks.
1990 * gdb.rust/simple.exp: Add dynamic type checks.
1991
adfb9815
TT
19922020-04-24 Tom Tromey <tromey@adacore.com>
1993
1994 * gdb.ada/mi_var_array.exp: Try all -fgnat-encodings settings.
1995 Make array type matching more lax.
1996 * gdb.ada/mi_var_union.exp: Try all -fgnat-encodings settings.
1997 * gdb.ada/mi_variant.exp: New file.
1998 * gdb.ada/mi_variant/pck.ads: New file.
1999 * gdb.ada/mi_variant/pkg.adb: New file.
2000 * gdb.ada/packed_tagged.exp: Try all -fgnat-encodings settings.
2001 * gdb.ada/unchecked_union.exp: Try all -fgnat-encodings settings.
2002
7d79de9a
TT
20032020-04-24 Tom Tromey <tromey@adacore.com>
2004
2005 * gdb.ada/variant.exp: Add dynamic field offset tests.
2006 * gdb.ada/variant/pck.ads (Nested_And_Variable): New type.
2007 * gdb.ada/variant/pkg.adb: Add new variables.
2008
f8e89861
TT
20092020-04-24 Tom Tromey <tromey@adacore.com>
2010
2011 * gdb.ada/variant.exp: New file
2012 * gdb.ada/variant/pkg.adb: New file
2013 * gdb.ada/variant/pck.adb: New file
2014
86e887ae
TV
20152020-04-24 Tom de Vries <tdevries@suse.de>
2016
2017 * lib/gdb.exp (clean_restart): Reset errcnt and warncnt.
2018
88428775
TV
20192020-04-24 Tom de Vries <tdevries@suse.de>
2020
2021 * gdb.dwarf2/dwzbuildid.exp: Add quiet to dwzbuildid-mismatch compile
2022 flags.
2023
4e86f6e7
TV
20242020-04-24 Tom de Vries <tdevries@suse.de>
2025
2026 * gdb.dwarf2/dw2-error.exp: Add quiet to compile flags.
2027
2016d3e6
TV
20282020-04-24 Tom de Vries <tdevries@suse.de>
2029
2030 * lib/gdb.exp (default_gdb_start): Handle eof.
2031 (clean_restart): Detect and handle gdb_start failure. Return -1 upon
2032 failure.
2033 * gdb.base/readnever.exp: Handle clean_restart failure.
2034
70bc38f5
TV
20352020-04-23 Tom de Vries <tdevries@suse.de>
2036
2037 * gdb.base/decl-before-def.exp: Run to main and print a again.
2038
de82891c
TV
20392020-04-23 Tom de Vries <tdevries@suse.de>
2040
2041 * gdb.base/decl-before-def-decl.c: New test.
2042 * gdb.base/decl-before-def-def.c: New test.
2043 * gdb.base/decl-before-def.exp: New file.
2044
96038148
TV
20452020-04-23 Tom de Vries <tdevries@suse.de>
2046
2047 * gdb.base/readnever.exp: Skip if GDBFLAGS contain -readnow/--readnow.
2048
54ac3df1
TV
20492020-04-22 Tom de Vries <tdevries@suse.de>
2050
2051 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): Fix
2052 debug_info_offset.
2053 * gdb.mi/dw2-ref-missing-frame.exp: Make sure $objfuncfile comes
2054 before $objsfile in the line line.
2055
714534e1
TV
20562020-04-22 Tom de Vries <tdevries@suse.de>
2057
2058 * gdb.dlang/watch-loc.c (.debug_aranges): Fix _Dmain length.
2059
16a7dbf4
MS
20602020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
2061
2062 * gdb.base/jit-attach-pie.c: Use jit-protocol.h.
2063 * gdb.base/jit-elf-main.c: Use jit-protocol.h.
2064 * gdb.base/jit-reader-host.c: Use jit-protocol.h.
2065 * gdb.base/jit-reader-simple-jit.c: Use jit-protocol.h.
2066 * gdb.base/jit-protocol.h: Update definitions to match all usage
2067 contexts.
2068
20692020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
2070
2071 * gdb.base: Rename all jit related test and source files.
2072
20732020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
2074
2075 * gdb.base/jit-reader.exp: Relax register output check.
2076
317d2668
TV
20772020-04-22 Tom de Vries <tdevries@suse.de>
2078
2079 PR symtab/25764
2080 * gdb.base/psym-external-decl-2.c: New test.
2081 * gdb.base/psym-external-decl.c: New test.
2082 * gdb.base/psym-external-decl.exp: New file.
2083 * gdb.threads/tls.exp: Add PR25807 kfail.
2084
eea9e357
TV
20852020-04-22 Tom de Vries <tdevries@suse.de>
2086
2087 PR symtab/25801
2088 * gdb.dwarf2/imported-unit.exp: Test that we can get imported_unit.c
2089 in "info source" output.
2090
3d5afab3
TV
20912020-04-22 Tom de Vries <tdevries@suse.de>
2092
2093 PR symtab/25700
2094 * gdb.dwarf2/imported-unit.exp: Verify that there's only one partial
2095 symtab for imported_unit.c.
2096
b32102f6
GB
20972020-04-21 Gary Benson <gbenson@redhat.com>
2098
2099 * gdb.base/advance.c (func): New argument, to match call site.
2100 (func2, func3): Add return statements.
2101
d43b7a2d
TBA
21022020-04-21 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2103
2104 * gdb.multi/run-only-second-inf.c: New file.
2105 * gdb.multi/run-only-second-inf.exp: New file.
2106
d89edf9b
MM
21072020-04-21 Markus Metzger <markus.t.metzger@intel.com>
2108
2109 * gdb.btrace/multi-inferior.c: New test.
2110 * gdb.btrace/multi-inferior.exp: New file.
2111
1a476b6d
MM
21122020-04-21 Markus Metzger <markus.t.metzger@intel.com>
2113
2114 * gdb.btrace/enable-new-thread.c: New test.
2115 * gdb.btrace/enable-new-thread.exp: New file.
2116
4778a5f8
TV
21172020-04-21 Tom de Vries <tdevries@suse.de>
2118
2119 PR gdb/25471
2120 * gdb.threads/killed-outside.c: New test.
2121 * gdb.threads/killed-outside.exp: New file.
2122
9b2c992c
GB
21232020-04-20 Gary Benson <gbenson@redhat.com>
2124
2125 * gdb.base/nested-subp1.exp: Use support_nested_function_tests.
2126 * gdb.base/nested-subp2.exp: Likewise.
2127 * gdb.base/nested-subp3.exp: Likewise.
2128
b5d1d6f7
GB
21292020-04-20 Gary Benson <gbenson@redhat.com>
2130
2131 * gdb.base/nested-subp1.exp: Disable test when using clang.
2132 * gdb.base/nested-subp2.exp: Likewise.
2133 * gdb.base/nested-subp3.exp: Likewise.
2134
25230285
GB
21352020-04-20 Gary Benson <gbenson@redhat.com>
2136
2137 * gdb.cp/exception.cc: Fix compilation error with clang.
2138
fa93cc8f
GB
21392020-04-20 Gary Benson <gbenson@redhat.com>
2140
809730f3 2141 * gdb.trace/tspeed.c: Fix compilation error with clang.
fa93cc8f 2142
e0c45f30
GB
21432020-04-20 Gary Benson <gbenson@redhat.com>
2144
2145 * gdb.base/jit-main.c: Fix compilation error with clang.
2146
4ddfec93
KR
21472020-04-17 Kamil Rytarowski <n54@gmx.com>
2148
2149 * gdb.base/attach-twice.c: Include "sys/types.h".
2150 (PTRACE_ATTACH): Add fallback definition.
2151 (main): Pass `0' to the 4th argument of `ptrace'.
2152
2bed205e
KR
21532020-04-17 Kamil Rytarowski <n54@gmx.com>
2154
2155 * gdb.base/fork-running-state.c: Include "signal.h".
2156
0743fc83
TT
21572020-04-17 Tom Tromey <tromey@adacore.com>
2158
2159 * gdb.cp/maint.exp (test_help): Simplify multiple_help_body.
2160 Update tests.
2161 * gdb.btrace/cpu.exp: Update tests.
2162 * gdb.base/maint.exp: Update tests.
2163 * gdb.base/default.exp: Update tests.
2164 * gdb.base/completion.exp: Update tests.
2165
efba5c23
TV
21662020-04-16 Tom de Vries <tdevries@suse.de>
2167
2168 PR symtab/25791
2169 * gdb.dwarf2/gdb-add-index.exp (add_gdb_index): Move ...
2170 (ensure_gdb_index): and factor out and move ...
2171 * lib/gdb.exp (add_gdb_index, ensure_gdb_index): ... here.
2172 * gdb.dwarf2/imported-unit-runto-main.exp: New file.
2173
d191d716
TV
21742020-04-16 Tom de Vries <tdevries@suse.de>
2175
2176 * gdb.base/maint-expand-symbols-header-file.exp: Set language before
2177 loading exec.
2178
99f1bc6a
AB
21792020-04-15 Andrew Burgess <andrew.burgess@embecosm.com>
2180
2181 * gdb.base/many-completions.exp: New file.
2182
194d088f
TV
21832020-04-14 Tom de Vries <tdevries@suse.de>
2184
2185 PR symtab/25718
2186 * gdb.dwarf2/dw2-symtab-includes.exp: New file.
2187
c1a66c06
TV
21882020-04-14 Tom de Vries <tdevries@suse.de>
2189
2190 PR symtab/25720
2191 * gdb.base/maint-expand-symbols-header-file.c: New test.
2192 * gdb.base/maint-expand-symbols-header-file.exp: New file.
2193 * gdb.base/maint-expand-symbols-header-file.h: New test.
2194
21b0982c
AB
21952020-04-14 Andrew Burgess <andrew.burgess@embecosm.com>
2196
2197 * gdb.dwarf2/dw2-inline-many-frames.exp (get_func_info): Delete.
2198 * gdb.dwarf2/dw2-inline-small-func.exp: Pass options to
2199 get_func_info.
2200 (get_func_info): Delete.
2201 * gdb.dwarf2/dw2-is-stmt-2.exp (get_func_info): Delete.
2202 * gdb.dwarf2/dw2-is-stmt.exp (get_func_info): Delete.
2203 * lib/dwarf.exp (get_func_info): New function.
2204
dd1cab06
TV
22052020-04-13 Tom de Vries <tdevries@suse.de>
2206
2207 * lib/ada.exp (find_ada_tool): Pass --GCC and -B to gnatlink, similar
2208 to what find_gnatmake does.
2209
71ea2b6b
TV
22102020-04-10 Tom de Vries <tdevries@suse.de>
2211
2212 * gdb.base/style.exp: Expect "Expanding full symbols" message for
2213 -readnow.
2214
bdfc1e8a
TV
22152020-04-10 Tom de Vries <tdevries@suse.de>
2216
2217 PR cli/25808
2218 * gdb.base/style.c: Add leading newlines.
2219 * gdb.base/style.exp: Use gdb_get_line_number to get specific lines.
2220 Check listing of main's one-line body.
2221
14ca8ecf
TV
22222020-04-08 Tom de Vries <tdevries@suse.de>
2223
2224 * lib/gdb.exp (psymtabs_p): New proc.
2225 * gdb.dwarf2/imported-unit.exp: Mark "no static partial symbols in
2226 importing unit" unsupported if there are no partial symbols.
2227
e21d048f
TV
22282020-04-08 Tom de Vries <tdevries@suse.de>
2229
2230 PR testsuite/25760
2231 * gdb.ada/call_pn.exp: Call "maint expand-symtabs". Add xfails.
2232
25c11aca
TV
22332020-04-07 Tom de Vries <tdevries@suse.de>
2234
2235 PR symtab/25796
2236 * gdb.dwarf2/imported-unit-abstract-const-value.exp: New file.
2237
5707e24b
TV
22382020-04-07 Tom de Vries <tdevries@suse.de>
2239
2240 * gdb.base/check-psymtab.c: New test.
2241 * gdb.base/check-psymtab.exp: New file.
2242
6ee448cc
TT
22432020-04-06 Tom Tromey <tromey@adacore.com>
2244
2245 * gdb.ada/variant-record/proc.adb: New file.
2246 * gdb.ada/variant-record/value.adb: New file.
2247 * gdb.ada/variant-record/value.s: New file.
2248 * gdb.ada/variant-record.exp: New file.
2249
9e7c9a03
HD
22502020-04-03 Hannes Domani <ssbssa@yahoo.de>
2251
2252 PR gdb/25325
2253 * gdb.cp/typed-enum.cc: New test.
2254 * gdb.cp/typed-enum.exp: New file.
2255
c90d28ac
AB
22562020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
2257
2258 * gdb.dwarf2/dw2-inline-small-func-lbls.c: New file.
2259 * gdb.dwarf2/dw2-inline-small-func.c: New file.
2260 * gdb.dwarf2/dw2-inline-small-func.exp: New file.
2261 * gdb.dwarf2/dw2-inline-small-func.h: New file.
2262 * gdb.opt/inline-small-func.c: New file.
2263 * gdb.opt/inline-small-func.exp: New file.
2264 * gdb.opt/inline-small-func.h: New file.
2265
34e9a9fa
AB
22662020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
2267
2268 * lib/dwarf.exp (Dwarf::lines::program::DW_LNS_set_file): New
2269 function.
2270
6a354911
AB
22712020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
2272
2273 * lib/dwarf.exp (function_range): Allow compiler options to be
2274 specified.
2275
880d9777
TV
22762020-04-02 Tom de Vries <tdevries@suse.de>
2277
2278 * gdb.dwarf2/break-inline-psymtab-2.c (bar): Add
2279 __attribute__((always_inline)).
2280 * gdb.dwarf2/break-inline-psymtab.exp: Don't use -O2.
2281
f32682ea
TV
22822020-04-02 Tom de Vries <tdevries@suse.de>
2283
2284 * lib/gdbserver-support.exp (gdbserver_exit): Factor out of ...
2285 (gdbserver_gdb_exit): ... here. Add timeout warning.
2286 * gdb.multi/multi-target.exp (server_spawn_ids): New global var.
2287 (connect_target_extended_remote): Append new server_spawn_id to
2288 server_spawn_ids.
2289 (cleanup): New proc.
2290 (setup, <toplevel>): Call cleanup.
2291
d3214198
TV
22922020-04-02 Tom de Vries <tdevries@suse.de>
2293
2294 * gdb.base/main-psymtab.exp: New file.
2295
cc77ed24
TV
22962020-04-02 Tom de Vries <tdevries@suse.de>
2297
2298 * gdb.fortran/mixed-lang-stack.exp: Accept new complex printing style.
2299
3638a098
TT
23002020-04-01 Tom Tromey <tom@tromey.com>
2301
2302 * gdb.base/complex-parts.exp: Add type tests.
2303
c34e8714
TT
23042020-04-01 Tom Tromey <tom@tromey.com>
2305
2306 * gdb.base/complex-parts.exp: Add arithmetic tests.
2307
981c08ce
TT
23082020-04-01 Tom Tromey <tom@tromey.com>
2309
2310 * gdb.compile/compile.exp: Update.
2311 * gdb.compile/compile-cplus.exp: Update.
2312 * gdb.base/varargs.exp: Update.
2313 * gdb.base/floatn.exp: Update.
2314 * gdb.base/endianity.exp: Update.
2315 * gdb.base/callfuncs.exp (do_function_calls): Update.
2316 * gdb.base/funcargs.exp (complex_args, complex_integral_args)
2317 (complex_float_integral_args): Update.
2318 * gdb.base/complex.exp: Update.
2319 * gdb.base/complex-parts.exp: Update.
2320
3d1cfd43
TT
23212020-04-01 Tom Tromey <tromey@adacore.com>
2322
2323 * gdb.rust/union.rs: New file.
2324 * gdb.rust/union.exp: New file.
2325 * gdb.rust/simple.rs (Union, Union2): Move to union.rs.
2326 (main): Update.
2327 * gdb.rust/simple.exp: Move union tests to union.exp.
2328
e033dfa9
TT
23292020-04-01 Tom Tromey <tromey@adacore.com>
2330
2331 * gdb.rust/simple.rs (main): Remove "y0".
2332
53cccef1
TBA
23332020-04-01 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2334
2335 * gdb.multi/stop-all-on-exit.c: New test.
2336 * gdb.multi/stop-all-on-exit.exp: New file.
2337
60e22c1e
HD
23382020-04-01 Hannes Domani <ssbssa@yahoo.de>
2339
2340 PR gdb/24789
2341 * gdb.cp/misc.cc: Add integer reference variable.
2342 * gdb.cp/misc.exp: Add test.
2343
e139a727
TBA
23442020-04-01 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2345
2346 * gdb.server/stop-reply-no-thread.exp: Enhance the test
2347 scenario to cover execution until the end and also the case
2348
16b0db75
TV
23492020-03-31 Tom de Vries <tdevries@suse.de>
2350
2351 * gdb.base/c-linkage-name.exp: Fix test-case comment. Set language to
2352 c. Use "maint info symtabs" to check symtab expansion.
2353
c0502da6
TV
23542020-03-30 Tom de Vries <tdevries@suse.de>
2355
2356 * gdb.base/c-linkage-name.exp: Use readnow call to mark a test
2357 unsupported.
2358 (verify_psymtab_expanded): Move ...
2359 * lib/gdb.exp (verify_psymtab_expanded): ... here. Add unsupported
2360 test.
2361 (readnow): New proc.
2362
5935fd15
AB
23632020-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
2364
2365 * gdb.fortran/mixed-lang-stack.exp: Replace two hard coded address
2366 with $hex.
2367
1773be9e
TT
23682020-03-20 Tom Tromey <tromey@adacore.com>
2369
2370 * gdb.dwarf2/dw2-ranges-base.exp: Update regular expressions.
2371
70304be9
TT
23722020-03-20 Tom Tromey <tromey@adacore.com>
2373
2374 * gdb.ada/sub_variant/subv.adb: New file.
2375 * gdb.ada/sub_variant.exp: New file.
2376
0dd7b8f7
TV
23772020-03-20 Tom de Vries <tdevries@suse.de>
2378
2379 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Bail out if
2380 first break fails.
2381 * gdb.threads/step-over-trips-on-watchpoint.exp: (do_test): Same.
2382
cada5fc9
AB
23832020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
2384
2385 * gdb.server/exit-multiple-threads.c: New file.
2386 * gdb.server/exit-multiple-threads.exp: New file.
2387
6b8c53f2
AB
23882020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
2389
2390 * gdb.fortran/mixed-lang-stack.c: New file.
2391 * gdb.fortran/mixed-lang-stack.cpp: New file.
2392 * gdb.fortran/mixed-lang-stack.exp: New file.
2393 * gdb.fortran/mixed-lang-stack.f90: New file.
2394
19a2740f
AB
23952020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
2396
2397 * gdb.linespec/cp-completion-aliases.cc: New file.
2398 * gdb.linespec/cp-completion-aliases.exp: New file.
2399
d8c8b848
TV
24002020-03-19 Tom de Vries <tdevries@suse.de>
2401
2402 * gdb.opt/inline-locals.exp: Add kfail PR number. Make kfail matching
2403 more precise.
2404
a9933ccf
TV
24052020-03-18 Tom de Vries <tdevries@suse.de>
2406
2407 * gdb.dwarf2/break-inline-psymtab-2.c: New test.
2408 * gdb.dwarf2/break-inline-psymtab.c: New test.
2409 * gdb.dwarf2/break-inline-psymtab.exp: New file.
2410
2f89101f
TV
24112020-03-16 Tom de Vries <tdevries@suse.de>
2412
2413 * lib/cache.exp (gdb_do_cache): Add and handle local variables
2414 cache_verify and cache_verify_proc.
2415
6b9374f1
TV
24162020-03-15 Tom de Vries <tdevries@suse.de>
2417
2418 * gdb.server/solib-list.exp: Handle
2419 'Load new symbol table from "/lib64/ld-2.26.so"? (y or n)'.
2420
eaeaf44c
TV
24212020-03-15 Tom de Vries <tdevries@suse.de>
2422
2423 * gdb.base/maint.exp: Use exp_continue in long lines for "maint print
2424 objfiles".
2425
3293bbaf
TT
24262020-03-14 Tom Tromey <tom@tromey.com>
2427
2428 * gdb.base/cvexpr.exp: Add test for _Atomic and restrict.
2429
ab44624c
TV
24302020-03-14 Tom de Vries <tdevries@suse.de>
2431
2432 * gdb.mi/mi-fortran-modules.exp: Use exp_continue.
2433
54c43825
TV
24342020-03-14 Tom de Vries <tdevries@suse.de>
2435
2436 * gdb.threads/attach-many-short-lived-threads.exp: Read "info threads"
2437 result in line-by-line fashion.
2438
2ac70237
TV
24392020-03-14 Tom de Vries <tdevries@suse.de>
2440
2441 * lib/gdb.exp (supports_statement_frontiers): New proc.
2442 * gdb.cp/step-and-next-inline.exp: Use supports_statement_frontiers.
2443
09546b56
TV
24442020-03-14 Tom de Vries <tdevries@suse.de>
2445
2446 * gdb.base/printcmds.exp: Add missing quoting for "print
2447 teststring2".
2448
a1f6a07c
TT
24492020-03-13 Tom Tromey <tom@tromey.com>
2450
2451 * gdb.base/printcmds.exp (test_print_strings): Add regression
2452 test.
2453 * gdb.base/printcmds.c (charptr): New typedef.
2454 (teststring2): New global.
2455
1b83d09c
AB
24562020-03-13 Andrew Burgess <andrew.burgess@embecosm.com>
2457
2458 * gdb.base/break-interp.exp: Use the tail of the filename, not the
2459 full path in the test name.
2460 (test_ld): Add some with_test_prefix blocks to make test names
2461 unique.
2462
2d61316c
TV
24632020-03-13 Tom de Vries <tdevries@suse.de>
2464
2465 * gdb.mi/mi-sym-info.exp: Fix buffer full errors, and timeouts.
2466
2e9145ac
TV
24672020-03-13 Tom de Vries <tdevries@suse.de>
2468
2469 * gdb.mi/mi-sym-info.exp: Make matching more precise.
2470
96c7f873
TV
24712020-03-13 Tom de Vries <tdevries@suse.de>
2472
2473 PR symtab/25646
2474 * gdb.dwarf2/imported-unit.exp: Add test.
2475
49ba92c0
TV
24762020-03-13 Tom de Vries <tdevries@suse.de>
2477
2478 * gdb.mi/mi-sym-info-2.c (another_char_t, another_short_t): New typedef.
2479 (var1, var2): New variable.
2480 * gdb.mi/mi-sym-info.exp: Add --name to various commands to restrict
2481 matching symbols.
2482
301b21e0
TV
24832020-03-13 Tom de Vries <tdevries@suse.de>
2484
2485 * lib/tuiterm.exp (Term::command_no_prompt_prefix): New proc.
2486 (Term::command): Use prompt prefix.
2487 (Term::enter_tui): Use command_no_prompt_prefix instead of prefix.
2488 * gdb.tui/tui-layout-asm-short-prog.exp: Use
2489 command_no_prompt_prefix instead of prefix.
2490 * gdb.tui/tui-layout-asm.exp: Same.
2491
3f512721
SM
24922020-03-12 Simon Marchi <simon.marchi@efficios.com>
2493
2494 * gdb.base/break-interp.exp: Use foreach_with_prefix.
2495
40310f30
SM
24962020-03-12 Simon Marchi <simon.marchi@efficios.com>
2497
2498 * gdb.arch/amd64-disp-step-avx.S: Add nops after _start.
2499 * gdb.arch/amd64-disp-step-avx.exp: Enable "set debug displaced
2500 on" while stepping over the test instruction, match printed
2501 message.
2502
09252140
TV
25032020-03-12 Tom de Vries <tdevries@suse.de>
2504
2505 * gdb.base/info-types.exp: Use exp_continue during matching of output
2506 of "info types".
2507
14e9c72c
TV
25082020-03-12 Tom de Vries <tdevries@suse.de>
2509
2510 * gdb.threads/execl.exp: Delete breakpoint after hitting it.
2511
e515d67e
TV
25122020-03-12 Tom de Vries <tdevries@suse.de>
2513
2514 * gdb.fortran/module.exp: Use exp_continue during matching of output
2515 of "info variable -n".
2516
307eafd8
TV
25172020-03-12 Tom de Vries <tdevries@suse.de>
2518
2519 * gdb.dwarf2/dw2-ranges-base.exp: Limit "maint info line-table" to
2520 gdb.dwarf2/dw2-ranges-base.c.
2521
9a2de3fc
TV
25222020-03-12 Tom de Vries <tdevries@suse.de>
2523
2524 * gdb.linespec/explicit.exp: Fix "complete non-unique file name" test
2525 in presence of GLIBC debuginfo.
2526
3217502e
TV
25272020-03-12 Tom de Vries <tdevries@suse.de>
2528
2529 * lib/gdb.exp (gdb_core_cmd): Use string_to_regexp for regexp-matching
2530 $core.
2531
1281424c
TV
25322020-03-12 Tom de Vries <tdevries@suse.de>
2533
2534 * lib/gdb.exp (gdb_core_cmd): Make "No such file or directory" regexp
2535 more precise.
2536
038b97fc
SM
25372020-03-11 Simon Marchi <simon.marchi@efficios.com>
2538
2539 * lib/gdb.exp (standard_output_file): Use `pwd -W` to convert
2540 from Unix to Windows path.
2541
5308d1e7
TV
25422020-03-11 Tom de Vries <tdevries@suse.de>
2543
2544 * gdb.ada/minsyms.exp: Set language to ada.
2545
f870f78f
TV
25462020-03-11 Tom de Vries <tdevries@suse.de>
2547
2548 * gdb.server/sysroot.exp: Allow GLIBC's printf alias __printf.
2549
5a13315d
TV
25502020-03-11 Tom de Vries <tdevries@suse.de>
2551
2552 * gdb.btrace/reconnect.exp: Allow source line pattern after stepi.
2553
976862ed
TT
25542020-03-11 Tom Tromey <tromey@adacore.com>
2555
2556 * gdb.dwarf2/variant.exp: Mark discriminants as artificial.
2557
7462c383
TV
25582020-03-11 Tom de Vries <tdevries@suse.de>
2559
2560 * gdb.base/foll-fork.exp: Allow "Reading in symbols" messages.
2561
1c6c46a0
TV
25622020-03-11 Tom de Vries <tdevries@suse.de>
2563
2564 * gdb.base/break-interp.exp: Limit verbose scope.
2565
44f41bb7
TV
25662020-03-11 Tom de Vries <tdevries@suse.de>
2567
2568 * gdb.fortran/logical.f90: Define variable with character type.
2569 * gdb.fortran/logical.exp: Use character type instead of uint8_t.
2570
b76f3a42
TV
25712020-03-11 Tom de Vries <tdevries@suse.de>
2572
2573 * gdb.base/list-ambiguous.exp: Set EDITOR to true.
2574
1c33af77
TV
25752020-03-11 Tom de Vries <tdevries@suse.de>
2576
2577 * gdb.ada/access_to_packed_array.exp: Test printing of expanded
2578 symtabs.
2579
8c95582d
AB
25802020-03-10 Andrew Burgess <andrew.burgess@embecosm.com>
2581 Bernd Edlinger <bernd.edlinger@hotmail.de>
2582
2583 * gdb.cp/step-and-next-inline.cc: New file.
2584 * gdb.cp/step-and-next-inline.exp: New file.
2585 * gdb.cp/step-and-next-inline.h: New file.
2586 * gdb.dwarf2/dw2-is-stmt.c: New file.
2587 * gdb.dwarf2/dw2-is-stmt.exp: New file.
2588 * gdb.dwarf2/dw2-is-stmt-2.c: New file.
2589 * gdb.dwarf2/dw2-is-stmt-2.exp: New file.
2590 * gdb.dwarf2/dw2-ranges-base.exp: Update line table pattern.
2591
cecf8547
AB
25922020-03-10 Andrew Burgess <andrew.burgess@embecosm.com>
2593
2594 * lib/dwarf.exp (Dwarf::lines) Add support for modifying the
2595 is-stmt flag in the line table.
2596
0ba678c9
TV
25972020-03-09 Tom de Vries <tdevries@suse.de>
2598
2599 * lib/gdb.exp (cached_file): Create cache dir.
2600
72fbdf83
TV
26012020-03-07 Tom de Vries <tdevries@suse.de>
2602
2603 * gdb.cp/ref-params.exp: Compare build_executable result with -1.
2604 * gdb.cp/rvalue-ref-params.exp: Same.
2605
436b5e99
TV
26062020-03-06 Tom de Vries <tdevries@suse.de>
2607
2608 * lib/gdb.exp (tentative_rename, cached_file): New proc.
2609 * boards/cc-with-tweaks.exp: Use cached_file to create gdb.sh.
2610
09f2921c
TV
26112020-03-06 Tom de Vries <tdevries@suse.de>
2612
2613 * README: Fix "the the".
2614 * gdb.base/dprintf.exp: Same.
2615
50a3cc5d
TV
26162020-03-05 Tom de Vries <tdevries@suse.de>
2617
2618 * gdb.base/maint.exp: Update "main print statistics" expected output.
2619
0a709cba
AKS
26202020-03-04 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
2621
2622 * lib/fortran.exp (fortran_int4): Handle flang kind printing.
2623 (fortran_int8): Likewise.
2624 (fortran_real4): Likewise.
2625 (fortran_real8): Likewise.
2626 (fortran_complex4): Likewise.
2627 (fortran_logical4): Likewise.
2628 (fortran_character1): Likewise.
2629
5e5d66b6
AB
26302020-03-03 Andrew Burgess <andrew.burgess@embecosm.com>
2631
2632 * gdb.fortran/logical.exp: Add tests that any non-zero value is
2633 printed as true.
2634
7b973adc
SDJ
26352020-03-03 Sergio Durigan Junior <sergiodj@redhat.com>
2636
2637 * gdb.base/printcmds.exp: Add test to verify printf of a
2638 variable holding an address.
2639
478e490a
TV
26402020-03-03 Tom de Vries <tdevries@suse.de>
2641
2642 * gdb.mi/gdb2549.exp: Fix "register values t" check-read1 timeout.
2643
1ef44e86
TV
26442020-03-03 Tom de Vries <tdevries@suse.de>
2645
2646 * gdb.mi/list-thread-groups-available.exp: Use -prompt syntax for
2647 gdb_test_multiple call.
2648
b98cc2cf
TV
26492020-03-03 Tom de Vries <tdevries@suse.de>
2650
2651 * gdb.mi/mi-sym-info.exp: Add missing -prompt "$mi_gdb_prompt$" to
2652 gdb_test_multiple calls.
2653
63e163f2
AB
26542020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
2655
2656 * gdb.base/default.exp: Remove test of 'set history filename'.
2657 * gdb.base/gdbinit-history.exp: Add tests for setting the history
2658 filename to the empty string.
2659 * lib/gdb.exp (gdb_init): Unset environment variables GDBHISTFILE
2660 and GDBHISTSIZE.
2661
24ed6739
AB
26622020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
2663
2664 * gdb.server/stop-reply-no-thread.exp: Add test where T packet is
2665 disabled.
2666
590003dc 26672020-03-02 Pedro Alves <palves@redhat.com>
fc5d6901 2668 Tom de Vries <tdevries@suse.de>
590003dc
TV
2669
2670 * lib/gdb.exp (gdb_test_multiple): Handle prompt_regexp option using
2671 -prompt prefix, before user_code argument. Add -lbl option likewise.
2672 (skip_python_tests_prompt, skip_libstdcxx_probe_tests_prompt)
2673 (gdb_is_target_1): Add -prompt prefix and move to before user_code
2674 argument.
2675 * gdb.base/corefile-buildid.exp: Use -lbl option. Rewrite regexps to
2676 have "\r\n" at start-of-line, instead of at end-of-line.
2677
f5e46084
SM
26782020-02-28 Simon Marchi <simon.marchi@efficios.com>
2679
2680 * lib/trace-support.exp (get_in_proc_agent): Adjust path to
2681 libinproctrace.so.
2682
f7a7000d
LM
26832020-02-28 Luis Machado <luis.machado@linaro.org>
2684
2685 * gdb.arch/aarch64-fp.exp: Switch from "info registers" command
2686 to "p/x".
2687
718e0816
LM
26882020-02-28 Luis Machado <luis.machado@linaro.org>
2689
2690 * gdb.arch/aarch64-dbreg-contents.c: Include stdlib.h, unistd.h,
2691 asm/ptrace.h and error.h.
2692
13c3a74a
TV
26932020-02-28 Tom de Vries <tdevries@suse.de>
2694
2695 * gdb.base/c-linkage-name.c (main): Call do_something_other_cu.
2696 (struct wrapper, do_something, mundane/symada__cS): Move ...
2697 * gdb.base/c-linkage-name-2.c: ... here. New source file.
2698 * gdb.base/c-linkage-name.exp: Add verification of psymtab expansion.
2699 Update "print symada__cS before partial symtab expansion" regexp.
2700 Update breakpoint location. Flush symbol cache after expansion.
2701
85d2d5bb
LM
27022020-02-28 Luis Machado <luis.machado@linaro.org>
2703
2704 * gdb.arch/aarch64-pauth.exp: Recognize optional PAC output.
2705
3608f86c
TV
27062020-02-27 Tom de Vries <tdevries@suse.de>
2707
2708 * config/sid.exp: Remove unused globals.
2709 * gdb.base/attach.exp: Same.
2710 * gdb.base/catch-load.exp: Same.
2711 * gdb.base/dbx.exp: Same.
2712 * lib/gdb.exp: Same.
2713 * lib/mi-support.exp: Same.
2714 * lib/prompt.exp: Same.
2715
c8d4f6df
TV
27162020-02-27 Tom de Vries <tdevries@suse.de>
2717
2718 * lib/tuiterm.exp (spawn): Handle case that spawn_out(slave,name) is
2719 not set.
2720
0d79cdc4
AM
27212020-02-26 Aaron Merey <amerey@redhat.com>
2722
2723 * gdb.debuginfod: New directory for debuginfod tests.
2724 * gdb.debuginfod/main.c: New test file.
2725 * gdb.debuginfod/fetch_src_and_symbols.exp: New tests.
2726
0dce4280
TV
27272020-02-26 Tom de Vries <tdevries@suse.de>
2728
2729 PR gdb/25603
2730 * gdb.base/persistent-lang.cc: New test.
2731 * gdb.base/persistent-lang.exp: New file.
2732
9e80cfa1
AB
27332020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
2734
2735 * gdb.fortran/derived-type-striding.exp: Add a new test.
2736 * gdb.fortran/derived-type-striding.f90: Add pointer variable for
2737 new test.
2738
2078dbb2
AB
27392020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
2740
2741 * gdb.base/cached-source-file.exp: Avoid source file paths in test
2742 names.
2743
70d49700
TV
27442020-02-25 Tom de Vries <tdevries@suse.de>
2745
2746 PR go/18926
2747 * gdb.go/methods.exp: Remove gcc/93866 xfail.
2748
a88ef40d
TV
27492020-02-24 Tom de Vries <tdevries@suse.de>
2750
2751 PR gdb/25592
2752 * gdb.base/info-locals-unused-static-var.c: New test.
2753 * gdb.base/info-locals-unused-static-var.exp: New file.
2754
01b1af32
TT
27552020-02-22 Tom Tromey <tom@tromey.com>
2756
2757 * gdb.python/tui-window.exp: New file.
2758 * gdb.python/tui-window.py: New file.
2759
7c043ba6
TT
27602020-02-22 Tom Tromey <tom@tromey.com>
2761
2762 PR tui/17850:
2763 * gdb.tui/new-layout.exp: Add horizontal layout and winheight
2764 tests.
2765
c22fef7e
TT
27662020-02-22 Tom Tromey <tom@tromey.com>
2767
2768 * gdb.tui/new-layout.exp: Add sub-layout tests.
2769
ee325b61
TT
27702020-02-22 Tom Tromey <tom@tromey.com>
2771
2772 * gdb.tui/new-layout.exp: New file.
2773
3f0cbb04
TT
27742020-02-22 Tom Tromey <tom@tromey.com>
2775
2776 * gdb.rust/rust-style.rs: New file.
2777 * gdb.rust/rust-style.exp: New file.
2778 * gdb.base/style.exp: Test structure printing.
2779 * gdb.base/style.c (struct some_struct): New type.
2780 (enum etype): New type.
2781 (struct_value): New global.
2782
75525152
TV
27832020-02-21 Tom de Vries <tdevries@suse.de>
2784
2785 PR go/18926
2786 * lib/gdb.exp (bp_location2/bp_location2_regexp): Fix.
2787 Remove blanket xfails. Use message argument for gdb_breakpoint.
2788 Make continuing to breakpoint test conditional on setting breakpoint.
2789 Fix continuing to breakpoint regexp. Add xfails for gccgo-6/7
2790 DW_AT_name attribute. Add xfail for GCC PR93866.
2791
bd360d30
AB
27922020-02-21 Andrew Burgess <andrew.burgess@embecosm.com>
2793
2794 * gdb.dwarf2/cpp-linkage-name.c: New file.
2795 * gdb.dwarf2/cpp-linkage-name.exp: New file.
2796
c7adb09f 27972020-02-21 Shahab Vahedi <shahab@synopsys.com>
24ac169a
SV
2798
2799 * lib/gdb.exp (gdb_wrapper_init): Reset
2800 "gdb_wrapper_initialized" to 0 if "wrapper_file" does
2801 not exist.
2802
a9c79803
TV
28032020-02-20 Tom de Vries <tdevries@suse.de>
2804
2805 PR go/17018
2806 * gdb.go/hello.exp: Copy ...
2807 * gdb.go/global-local-var-shadow.exp: ... here. New file. Expect
2808 print of st to print value of global definition. Add xfail for GCC
2809 PR93844.
2810 * gdb.go/hello.exp: Remove printing of st before definition.
2811 * gdb.go/hello.go: Copy ...
2812 * gdb.go/global-local-var-shadow.go: ... here. New test. Rename myst
2813 to st.
2814 * gdb.go/hello.go: Remove myst. Remove comment about shadowing.
2815
d7445728
TV
28162020-02-20 Tom de Vries <tdevries@suse.de>
2817
2818 * lib/gdb.exp (support_go_compile): New gdb_caching_proc.
2819 (gdb_simple_compile): Handle compile_flags go by using .go extension
2820 for source file.
2821 * gdb.go/chan.exp: Use support_go_compile.
2822 * gdb.go/handcall.exp: Same.
2823 * gdb.go/hello.exp: Same.
2824 * gdb.go/integers.exp: Same.
2825 * gdb.go/max-depth.exp: Same.
2826 * gdb.go/methods.exp: Same.
2827 * gdb.go/package.exp: Same.
2828 * gdb.go/strings.exp: Same.
2829 * gdb.go/types.exp: Same.
2830 * gdb.go/unsafe.exp: Same.
2831
c9c41e6d
TV
28322020-02-19 Tom de Vries <tdevries@suse.de>
2833
2834 * gdb.python/lib-types.exp: Make xfail more strict.
2835
f20ff837
TV
28362020-02-19 Tom de Vries <tdevries@suse.de>
2837
2838 * gdb.ada/funcall_ref.exp: Replace xfail setup by unsupported check.
2839
08410482
DE
28402020-02-19 Doug Evans <dje@google.com>
2841
2842 PR rust/25535
2843 * gdb.rust/simple.exp: Add test.
2844 * gdb.rust/simple.rs: Add test.
2845
623563f7
TV
28462020-02-19 Tom de Vries <tdevries@suse.de>
2847
2848 * gdb.base/corefile-buildid.exp (check_exec_file): Match info files
2849 output line-by-line.
2850
d3308cfd
TV
28512020-02-19 Tom de Vries <tdevries@suse.de>
2852
2853 * gdb.cp/cpexprs.exp: Remove c++/14186 kfail.
2854
86cbc5dc
TV
28552020-02-19 Tom de Vries <tdevries@suse.de>
2856
2857 * gdb.base/solib-overlap.exp: Use exec instead of system to execute
2858 prelink.
2859
9db2b96b
TV
28602020-02-19 Tom de Vries <tdevries@suse.de>
2861
2862 * lib/cache.exp (ignore_pass, gdb_do_cache_wrap): New proc.
2863 (gdb_do_cache): Use gdb_do_cache_wrap.
2864 * gdb.base/gdb-caching-proc.exp (test_proc): Use gdb_do_cache_wrap.
2865
89e2fdc5
TV
28662020-02-19 Tom de Vries <tdevries@suse.de>
2867
2868 * lib/dtrace.exp (dtrace_build_usdt_test_program): Use quiet as
2869 gdb_compile option.
2870
373d7ac0
SM
28712020-02-18 Simon Marchi <simon.marchi@efficios.com>
2872
2873 * gdb.base/printcmds.exp (test_print_enums): Update expected
2874 output.
2875
b29a2df0
SM
28762020-02-18 Simon Marchi <simon.marchi@efficios.com>
2877
2878 * gdb.base/printcmds.exp (test_print_enums): Expect hex values
2879 for "unknown".
2880
6740f0cc
SM
28812020-02-18 Simon Marchi <simon.marchi@efficios.com>
2882
2883 * gdb.base/printcmds.c (enum flag_enum): Add FE_TWO_LEGACY
2884 enumerator.
2885
edd45eb0
SM
28862020-02-18 Simon Marchi <simon.marchi@efficios.com>
2887
2888 * gdb.base/printcmds.c (enum flag_enum): Prefix enumerators with
2889 FE_, add FE_NONE.
2890 (three): Update.
2891 (enum flag_enum_without_zero): New enum.
2892 (flag_enum_without_zero): New variable.
2893 (enum not_flag_enum): New enum.
2894 (three_not_flag): New variable.
2895 * gdb.base/printcmds.exp (test_artificial_arrays): Update.
2896 (test_print_enums): Add more tests for printing flag enums.
2897
d4295de4
TV
28982020-02-18 Tom de Vries <tdevries@suse.de>
2899
2900 * lib/ada.exp (gdb_compile_ada_1): Factor out of ...
2901 (gdb_compile_ada): ... here.
2902 (gnat_runtime_has_debug_info): Remove fail call for gdb_compile_ada
2903 failure. Use gdb_compile_ada_1 instead of gdb_compile_ada.
2904
f251f505
TT
29052020-02-14 Tom Tromey <tom@tromey.com>
2906
2907 * lib/gdbserver-support.exp (find_gdbserver): Find gdbserver in
2908 build directory.
2909 * boards/gdbserver-base.exp: Update path to gdbserver.
2910
8f432634
TV
29112020-02-13 Tom de Vries <tdevries@suse.de>
2912
2913 * lib/ada.exp (gdb_compile_ada): Delete stale exec before compilation.
2914
92b6eaf7
TV
29152020-02-13 Tom de Vries <tdevries@suse.de>
2916
2917 * gdb.ada/catch_ex_std.exp: Indicate unsupported if gnatbind/gnatlink
2918 are missing.
2919
f3b0f7fe
TV
29202020-02-13 Tom de Vries <tdevries@suse.de>
2921
2922 * lib/ada.exp (gnatmake_version_at_least): Wrap exec call in a catch
2923 call.
2924
f6be8713
SDJ
29252020-02-11 Sergio Durigan Junior <sergiodj@redhat.com>
2926
2927 PR tui/25126
2928 https://bugzilla.redhat.com/show_bug.cgi?id=1784210
2929 * gdb.base/cached-source-file.c: New file.
2930 * gdb.base/cached-source-file.exp: New file.
2931
b2770d5e
TV
29322020-02-11 Tom de Vries <tdevries@suse.de>
2933
2934 PR testsuite/25488
2935 * lib/gdb.exp (gdb_init): Unset $file_last_loaded.
2936
44f6938e
TV
29372020-02-10 Tom de Vries <tdevries@suse.de>
2938
2939 * gdb.multi/multi-target.exp: Skip if skip_gdbserver_tests.
2940
5f0e2eb7
MR
29412020-02-10 Maciej W. Rozycki <macro@wdc.com>
2942
2943 * gdb.base/step-over-no-symbols.exp: Verify that $before_addr
2944 and $after_addr are both integers before making a comparison.
2945
46ce2b6f
TV
29462020-02-09 Tom de Vries <tdevries@suse.de>
2947
2948 * gdb.base/many-headers.exp: Echo gdb command to gdb.log. Capture gdb
2949 command output and paste it into gdb.log. If any, paste catch message
2950 to gdb.log.
2951
5abbbe1d
TT
29522020-02-07 Tom Tromey <tromey@adacore.com>
2953
2954 PR breakpoints/24915:
2955 * gdb.base/annotate-symlink.exp: Use setup_xfail.
2956
1d5d29e7
SV
29572020-02-06 Shahab Vahedi <shahab@synopsys.com>
2958
2959 * gdb.tui/tui-missing-src.exp: Add the "missing source
2960 file" test for the TUI.
2961
b0999b9b
AB
29622020-02-06 Andrew Burgess <andrew.burgess@embecosm.com>
2963
2964 * gdb.server/multi-ui-errors.exp: Give a test a real name to avoid
2965 including a port number in the output.
2966
c3b149eb
AKS
29672020-02-04 Alok Kumar Sharma <alokkumar.sharma@amd.com>
2968
2969 * lib/fortran.exp (fortran_int4): Handle clang.
2970 (fortran_int8): Likewise.
2971 (fortran_real4): Likewise.
2972 (fortran_real8): Likewise.
2973 (fortran_complex4): Likewise.
2974 (fortran_logical4): Likewise.
2975 (fortran_character1): Likewise.
2976
f8dcc90b
TV
29772020-02-04 Tom de Vries <tdevries@suse.de>
2978
2979 * README (Race detection): Add note.
2980
f90ac7c2
TV
29812020-02-04 Tom de Vries <tdevries@suse.de>
2982
2983 * lib/gdb.exp (inferior_exited_re): Use "\[^\n\r\]*" instead of ".*".
2984
780636ae
TV
29852020-02-04 Tom de Vries <tdevries@suse.de>
2986
2987 * lib/gdb.exp (inferior_exited_re): Use non-capturing parentheses.
2988
5d2e1193
RA
29892020-02-03 Rogerio A. Cardoso <rcardoso@linux.ibm.com>
2990
2991 * gdb.arch/powerpc-power8.exp: Delete trailing whitespace of
2992 tbegin., tend. instructions. Replace bctar-, bctar+, bctarl-,
2993 bctarl+ extended mnemonics when avaliable by bgttar, bnstarl,
2994 blttar, bnetarl.
2995 * gdb.arch/powerpc-power8.s: Fix comments. Fix instructions
2996 binary for blttar, bnetarl.
2997 * gdb.arch/powerpc-power9.exp: Delete trailing whitespace of
2998 wait instruction. Delete ldmx test.
2999 * gdb.arch/powerpc-power9.s: Delete ldmx instruction.
3000
e409c542
AKS
30012020-02-03 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
3002
3003 * gdb.fortran/array-bounds-high.exp: New file.
3004 * gdb.fortran/array-bounds-high.f90: New file.
3005
b0029748
LD
30062020-02-03 Lukas Durfina <ldurfina@tachyum.com> (tiny change)
3007
3008 * gdb.base/fileio.c: Remove #include of <sys/errno.h>.
3009 Replace #include of <sys/fcntl.h> by <fcntl.h>.
3010
195a8287
TV
30112020-02-01 Tom de Vries <tdevries@suse.de>
3012
3013 * gdb.server/server-kill-python.exp: Fix $gdb_tst_name typo.
3014
42330a68
AB
30152020-01-31 Andrew Burgess <andrew.burgess@embecosm.com>
3016
3017 PR tui/9765
3018 * gdb.tui/tui-layout-asm-short-prog.S: New file.
3019 * gdb.tui/tui-layout-asm-short-prog.exp: New file.
3020
b62a8028
LM
30212020-01-29 Luis Machado <luis.machado@linaro.org>
3022
3023 * gdb.arch/aarch64-brk-patterns.c: New source file.
3024 * gdb.arch/aarch64-brk-patterns.exp: New test.
3025
5f440116
TBA
30262020-01-29 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
3027
3028 * gdb.cp/pass-by-ref-2.exp: Mark some tests as XFAIL based on the
3029 GCC/Clang version.
3030 * gdb.cp/pass-by-ref.exp: Ditto.
3031
ee2a6fc6
TV
30322020-01-29 Tom de Vries <tdevries@suse.de>
3033
3034 * gdb.threads/watchpoint-fork-child.c: Guard prints with #if DEBUG.
3035 * gdb.threads/watchpoint-fork-mt.c: Same.
3036 * gdb.threads/watchpoint-fork-parent.c: Same.
3037 * gdb.threads/watchpoint-fork-st.c: Same.
3038 * gdb.threads/watchpoint-fork.exp: Compile with DEBUG=0.
3039
16b10d6e
LM
30402020-01-27 Luis Machado <luis.machado@linaro.org>
3041
3042 * gdb.base/step-over-syscall.exp (setup): Check if we're already
3043 sitting at a syscall instruction when we hit the syscall function's
3044 breakpoint.
3045 Check PC against one obtained with the x command.
3046 Validate syscall number.
3047 (step_over_syscall): Don't continue to the syscall instruction if
3048 we're already there.
3049
b1468492
PW
30502020-01-25 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3051
3052 * gdb.base/attach.exp: Test 'set exec-file-mismatch'.
3053
7ffa82e1
AB
30542020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
3055
3056 * gdb.dwarf2/dw2-inline-many-frames.c: New file.
3057 * gdb.dwarf2/dw2-inline-many-frames.exp: New file.
3058
3d92a3e3
AB
30592020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
3060
3061 * gdb.dwarf2/dw2-inline-stepping.c: New file.
3062 * gdb.dwarf2/dw2-inline-stepping.exp: New file.
3063
94a72be7
AB
30642020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
3065
3066 * gdb.base/maint.exp: Update line table parsing test.
3067 * gdb.dwarf2/dw2-ranges-base.exp: Add new line table parsing test.
3068
53af73bf
PA
30692020-01-24 Pedro Alves <palves@redhat.com>
3070
3071 PR gdb/25410
3072 * gdb.multi/multi-re-run-1.c: New.
3073 * gdb.multi/multi-re-run-2.c: New.
3074 * gdb.multi/multi-re-run.exp: New.
3075
1ba1ac88
AB
30762020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
3077
3078 PR gdb/23718
3079 * gdb.server/server-kill-python.exp: New file.
3080
f3364a6d
AB
30812020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
3082
3083 * gdb.server/multi-ui-errors.c: New file.
3084 * gdb.server/multi-ui-errors.exp: New file.
3085
733d0a67
AB
30862020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
3087
3088 PR tui/9765
3089 * gdb.tui/tui-layout-asm.exp: Add scrolling test for asm window.
3090
4f13c1c0
TT
30912020-01-19 Tom Tromey <tom@tromey.com>
3092
3093 * gdb.tui/main.exp: Add check for plain "file".
3094
40c94099
CB
30952020-01-16 Christian Biesinger <cbiesinger@google.com>
3096
3097 * lib/gdb.exp: Fix spelling error (seperatelly).
3098
ff47f4f0
TT
30992020-01-14 Tom Tromey <tom@tromey.com>
3100
3101 PR symtab/12535:
3102 * gdb.python/python.exp: Test decode_line with empty string
3103 argument.
3104
717c684d
BE
31052020-01-14 Bernd Edlinger <bernd.edlinger@hotmail.de>
3106
3107 * gdb.base/skip-inline.exp: Extend test.
3108
44e4c775
AB
31092020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
3110
3111 * gdb.dwarf2/dw2-bad-elf-other.S: New file.
3112 * gdb.dwarf2/dw2-bad-elf.c: New file.
3113 * gdb.dwarf2/dw2-bad-elf.exp: New file.
3114
d93c6db7
AB
31152020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
3116
3117 * lib/dwarf.exp (Dwarf::lines): Reset _line_saw_program and
3118 _line_saw_file.
3119
9a6d629c
AB
31202020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
3121
3122 * lib/tuiterm.exp (Term::_check_box): Check some parts of the top
3123 border.
3124
d9ebdab7
TBA
31252020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
3126
3127 * gdb.multi/multi-target.exp (setup): Factor out "info
3128 connections" and "info inferiors" tests to ...
3129 (test_info_inferiors): ... this new procedure.
3130 (top level): Run new "info-inferiors" tests.
3131
f3c469b9
PA
31322020-01-10 Pedro Alves <palves@redhat.com>
3133
3134 * gdb.server/bkpt-other-inferior.exp: New file.
3135
121b3efd
PA
31362020-01-10 Pedro Alves <palves@redhat.com>
3137
3138 * gdb.base/kill-detach-inferiors-cmd.exp: Adjust expected output
3139 of "add-inferior".
3140 * gdb.base/quit-live.exp: Likewise.
3141 * gdb.base/remote-exec-file.exp: Likewise.
3142 * gdb.guile/scm-progspace.exp: Likewise.
3143 * gdb.linespec/linespec.exp: Likewise.
3144 * gdb.mi/new-ui-mi-sync.exp: Likewise.
3145 * gdb.mi/user-selected-context-sync.exp: Likewise.
3146 * gdb.multi/multi-target.exp (setup): Add "info connection" and
3147 "info inferiors" tests.
3148 * gdb.multi/remove-inferiors.exp: Adjust expected output of
3149 "add-inferior".
3150 * gdb.multi/watchpoint-multi.exp: Likewise.
3151 * gdb.python/py-inferior.exp: Likewise.
3152 * gdb.server/extended-remote-restart.exp: Likewise.
3153 * gdb.threads/fork-plus-threads.exp: Adjust expected output of
3154 "info inferiors".
3155 * gdb.threads/forking-threads-plus-breakpoint.exp: Likewise.
3156 * gdb.trace/report.exp: Likewise.
3157
1dadb1dd
PA
31582020-01-10 Pedro Alves <palves@redhat.com>
3159
3160 * gdb.multi/multi-target.c: New file.
3161 * gdb.multi/multi-target.exp: New file.
3162 * lib/gdbserver-support.exp (gdb_target_cmd): Handle "Non-stop
3163 mode requested, but remote does not support non-stop".
3164
78f2c40a
PA
31652020-01-10 Pedro Alves <palves@redhat.com>
3166
3167 * gdb.server/extended-remote-restart.exp (test_reload): Explicitly
3168 disconnect before reconnecting.
3169
e7af6c70
TBA
31702020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
3171 Pedro Alves <palves@redhat.com>
3172
3173 * gdb.server/connect-without-multi-process.exp: Also test
3174 continuing to end.
3175
acdf84a6
PA
31762020-01-10 Pedro Alves <palves@redhat.com>
3177
3178 * gdb.base/remote-exec-file.exp: New file.
3179
873657b9
PA
31802020-01-10 Pedro Alves <palves@redhat.com>
3181
3182 * gdb.base/fork-running-state.exp (do_test): Adjust expected
3183 output.
3184 * gdb.threads/async.c: New.
3185 * gdb.threads/async.exp: New.
3186 * gdb.multi/tids-gid-reset.c: New.
3187 * gdb.multi/tids-gid-reset.exp: New.
3188
7f0ae84c
GB
31892020-01-10 George Barrett <bob@bob131.so>
3190
3191 * gdb.base/stap-probe.c (relocation_marker): Add dummy variable
3192 to help in finding the image relocation offset.
3193 * gdb.base/stap-probe.exp (stap_test): Accept arbitrary compile
3194 options in arguments.
3195 (stap_test_no_debuginfo): Likewise.
3196 (stap-probe-nosem-noopt-pie, stap-probe-nosem-noopt-nopie): Add
3197 test variants.
3198 (stap_test): Add null semaphore relocation test.
3199
47e9d49d
GB
32002020-01-10 George Barrett <bob@bob131.so>
3201
3202 * gdb.base/stap-probe.c: Rename USE_PROBES to USE_SEMAPHORES.
3203 * gdb.base/stap-probe.exp: Likewise.
3204 (stap_test): Pass argument as an additional flag.
3205 (stap_test_no_debuginfo): Likewise.
3206 (stap_test): Check `info probes stap' output for semaphore
3207 addresses if the test binary is supposed to have them.
3208
f5a7c406
AB
32092020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
3210
3211 * gdb.tui/basic.exp: Add more scrolling tests.
3212
9ae6bf64
TT
32132020-01-09 Tom Tromey <tom@tromey.com>
3214
3215 PR tui/18932:
3216 * lib/tuiterm.exp (Term::wait_for): Rename from _accept. Return a
3217 meangingful value.
3218 (Term::command, Term::resize): Update.
3219 * gdb.tui/basic.exp: Add scrolling test.
3220
b2efe70c
AB
32212020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
3222
3223 * gdb.tui/tui-layout-asm.exp: New file.
3224
3804da7e
AB
32252020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
3226
3227 * lib/tuiterm.exp (Term::check_box_contents): New proc.
3228
b40aa28f
AB
32292020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
3230
3231 * lib/tuiterm.exp (Term::prepare_for_tui): New proc.
3232 (Term::enter_tui): Use Term::prepare_for_tui.
3233
63ffd7c9
AB
32342020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
3235
3236 * lib/tuiterm.exp (Term::dump_screen): Always dump the screen when
3237 called.
3238
3be966f6
AB
32392020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
3240
3241 * gdb.base/skip.exp: Fix race condition in test.
3242
153d79c4
AB
32432020-01-06 Andrew Burgess <andrew.burgess@embecosm.com>
3244
3245 * gdb.base/backtrace.c: New file.
3246 * gdb.base/backtrace.exp: New file.
3247
f2302a34
AB
32482020-01-05 Andrew Burgess <andrew.burgess@embecosm.com>
3249
3250 * gdb.tui/list.exp: Test 'focus next' after 'list main'.
3251
6ec1d75e
PW
32522020-01-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3253
3254 * gdb.base/style.exp: Test that warnings are styled.
3255
c296cbe6
BE
32562019-12-29 Bernd Edlinger <bernd.edlinger@hotmail.de>
3257
3258 * gdb.base/line65535.exp: New file.
3259 * gdb.base/line65535.c: New file.
3260
b28a729d
SM
32612019-12-27 Simon Marchi <simon.marchi@polymtl.ca>
3262
3263 * lib/ada.exp (gnat_runtime_has_debug_info): New proc.
3264 * lib/gnat_debug_info_test.adb: New file.
3265 * gdb.ada/ptype_tagged_param.exp: Use
3266 gnat_runtime_has_debug_info, expect a different output if
3267 runtime does not have debug info.
3268
7f2d7a0d
SM
32692019-12-20 Simon Marchi <simon.marchi@efficios.com>
3270
3271 * lib/sym-info-cmds.exp (GDBInfoSymbols::check_no_entry): Add
3272 (another) quote in test name.
3273
f3bce483
SM
32742019-12-20 Simon Marchi <simon.marchi@efficios.com>
3275
3276 * lib/sym-info-cmds.exp (GDBInfoModuleSymbols::check_no_entry):
3277 Add quote in test name.
3278
c855a912
TBA
32792019-12-20 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
3280
3281 * gdb.cp/pass-by-ref.cc: Delete. Generated in the output
3282 directory instead.
3283 * gdb.cp/pass-by-ref.exp: Extend with more cases.
3284 * gdb.cp/pass-by-ref-2.cc: New file.
3285 * gdb.cp/pass-by-ref-2.exp: New file.
3286
fc9d2d72
TT
32872019-12-20 Tom Tromey <tom@tromey.com>
3288
3289 * gdb.tui/list-before.exp: New file.
3290
77b97e00
TT
32912019-12-20 Tom Tromey <tom@tromey.com>
3292
3293 * gdb.tui/list.exp: Check for source on initial listing.
3294
f69656d0
TT
32952019-12-11 Tom Tromey <tromey@adacore.com>
3296
3297 * gdb.xml/tdesc-arch.exp (set_arch): Add "trans_mode" parameter.
3298 Add crlf test.
3299
99a55965
SM
33002019-12-18 Simon Marchi <simon.marchi@efficios.com>
3301
3302 * gdb.base/default.exp: Update value of $_gdb_major.
3303
5024637f
BE
33042019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
3305
3306 * gdb.base/skip.exp: Fix test failure observed with gcc-9.2.0.
3307
b63634be
BE
33082019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
3309
3310 * gdb.base/skip.exp: Whitespace fix.
3311
45d73523
BE
33122019-12-16 Bernd Edlinger <bernd.edlinger@hotmail.de>
3313
3314 * gdb.base/skip-inline.c: New file.
3315 * gdb.base/skip-inline.exp: New file.
3316
d043f8c8
SM
33172019-12-16 Simon Marchi <simon.marchi@polymtl.ca>
3318
3319 * gdb.base/jit-reader.exp (jit_reader_test): Rename
3320 jit_function_00 to jit_function_stack_mangle.
3321 * gdb.base/jithost.c (jit_function_t): Rename to...
3322 (jit_function_stack_mangle_t): ... this.
3323 (jit_function_add_t): New typedef.
3324 (jit_function_00_code): Rename to...
3325 (jit_function_stack_mangle_code): ... this, make static.
3326 (jit_function_add_code): New.
3327 (main): Generate "add" function and call it. Adjust to changes
3328 in jithost_abi.
3329 * gdb.base/jithost.h (struct jithost_abi_bounds): New.
3330 (struct jithost_abi) <begin, end>: Remove fields.
3331 <object, function_stack_mangle, function_add>: New fields.
3332 * gdb.base/jitreader.c (struct reader_state) <code_begin,
3333 code_end>: Remove fields.
3334 <func_stack_mangle>: New field.
3335 (read_debug_info): Adjust to renaming, create block for "add"
3336 function.
3337 (read_sp, unwind_frame, get_frame_id): Adjust to other changes.
3338
873de05c
TT
33392019-12-11 Tom Tromey <tom@tromey.com>
3340
3341 * gdb.tui/resize.exp: Fix regexp.
3342 * gdb.tui/regs.exp: Fix regexps.
3343 * gdb.tui/main.exp: Fix regexp.
3344
3d979945
TT
33452019-12-11 Tom Tromey <tom@tromey.com>
3346
3347 * gdb.tui/resize.exp: Update.
3348 * gdb.tui/empty.exp (layouts): Update.
3349
2192a9d3
TT
33502019-12-11 Tom Tromey <tom@tromey.com>
3351
3352 * gdb.tui/regs.exp: Update.
3353 * gdb.tui/empty.exp (layouts): Update.
3354 * gdb.tui/basic.exp: Update.
3355 * lib/tuiterm.exp (_check_box): Don't check bottom border.
3356
d8edc8b7
PW
33572019-12-11 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3358
3359 * gdb.base/options.exp: Add -raw-values in the print completion list.
3360 * gdb.python/py-prettyprint.exp: Add tests for -raw-values.
3361
4c12d936
KB
33622019-12-10 Kevin Buettner <kevinb@redhat.com>
3363
3364 * gdb.threads/omp-par-scope.c: New file.
3365 * gdb/threads/omp-par-scope.exp: New file.
3366
26b911fb
KB
33672019-12-10 Kevin Buettner <kevinb@redhat.com>
3368
bb47f919
KB
3369 * lib/gdb.exp (support_nested_function_tests): New proc.
3370
33712019-12-10 Kevin Buettner <kevinb@redhat.com>
3372
3373 * lib/gdb.exp (gdb_compile_openmp): New proc.
3374 (build_executable_from_specs): Add an "openmp" option.
3375 (gdb_compile_pthreads): Add non-executable case.
26b911fb 3376
6c71eb7d
TT
33772019-12-10 Tom Tromey <tromey@adacore.com>
3378
3379 * gdb.ada/unchecked_union.exp: New file.
3380 * gdb.ada/unchecked_union/pck.adb: New file.
3381 * gdb.ada/unchecked_union/pck.ads: New file.
3382 * gdb.ada/unchecked_union/unchecked_union.adb: New file.
3383 * gdb-utils.exp (string_to_regexp): Also quote "?".
3384
bac7c5cf
GB
33852019-12-10 George Barrett <bob@bob131.so>
3386
3387 Test scripted probe breakpoints.
3388 * gdb.guile/scm-breakpoint.c (main): Add probe point.
3389 * gdb.python/py-breakpoint.c (main): Likewise.
3390 * gdb.guile/scm-breakpoint.exp (test_bkpt_probe): Add probe
3391 specifier test.
3392 * gdb.python/py-breakpoint.exp (test_bkpt_probe): Likewise.
3393
330f1d38
TBA
33942019-12-09 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
3395
3396 * gdb.cp/rvalue-ref-overload.cc (g): New function that takes
3397 an rvalue parameter.
3398 * gdb.cp/rvalue-ref-overload.exp: Test calling it with an lvalue
3399 parameter.
3400
b43315e2
AB
34012019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
3402
3403 * gdb.mi/mi-fortran-modules.exp: Add patterns to skip system
3404 modules.
3405
54f73dad
AB
34062019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
3407
3408 * gdb.fortran/derived-type-striding.exp: KFAIL if we are using a
3409 broken version of GCC.
3410
d57cbee9
AB
34112019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
3412
3413 * gdb.fortran/info-modules.exp: Rewrite to make use of new
3414 sym-info-cmds library.
3415 * gdb.fortran/info-types.exp: Likewise.
3416 * lib/sym-info-cmds.exp: New file.
3417
c14aab8c
TV
34182019-12-08 Tom de Vries <tdevries@suse.de>
3419
3420 * gdb.dwarf2/imported-unit.exp: Fix inter-CU references.
3421
aa2d5a42
KS
34222019-12-07 Keith Seitz <keiths@redhat.com>
3423
3424 * gdb.base/corefile-buildid-shlib-shr.c: New file.
3425 * gdb.base/corefile-buildid-shlib.c: New file.
3426 * gdb.base/corefile-buildid.c: New file.
3427 * gdb.base/corefile-buildid.exp: New file.
3428
93e55f0a
TV
34292019-12-06 Tom de Vries <tdevries@suse.de>
3430
3431 * gdb.dwarf2/varval.exp: Add decl before def test.
3432
c7d12402
TBA
34332019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
3434
3435 * gdb.cp/rvalue-ref-overload.exp: Minor cleanup.
3436
06acc08f
TBA
34372019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
3438
3439 * gdb.cp/rvalue-ref-overload.cc: Add a case that involves both
3440 CV and reference conversion for overload resolution.
3441 * gdb.cp/rvalue-ref-overload.exp: Test it.
3442
e0fad1ea
PW
34432019-12-06 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3444
3445 * gdb.threads/pthreads.exp: Test taas and tfaas without command.
3446 * gdb.base/frameapply.exp: Test faas without command.
3447
8d70a9f0
AB
34482019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
3449
3450 * lib/gdb.exp (gdb_compile): Add -J compiler option when building
3451 Fortran tests.
3452 * gdb.mi/mi-fortran-modules.exp: Compile source files in correct
3453 order.
3454
36c8fb93
AB
34552019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
3456
3457 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Handle
3458 casting to type with no kind specified.
3459 (test_basic_parsing_of_type_kinds): Additional tests for types
3460 with no kind specified, and add tests for single/double
3461 precision/complex types.
3462
4139ff00
TT
34632019-12-04 Tom Tromey <tromey@adacore.com>
3464
3465 * gdb.base/endianity.c (struct other) <x>: New field.
3466 (main): Initialize it.
3467 * gdb.base/endianity.exp: Update.
3468
a05cf17a
TT
34692019-12-04 Tom Tromey <tromey@adacore.com>
3470
3471 * gdb.ada/scalar_storage/storage.adb: New file.
3472 * gdb.ada/scalar_storage/pck.adb: New file.
3473 * gdb.ada/scalar_storage/pck.ads: New file.
3474 * gdb.ada/scalar_storage.exp: New file.
3475
103a685e
TT
34762019-12-04 Tom Tromey <tromey@adacore.com>
3477
3478 * gdb.base/endianity.c (struct otherendian) <f>: New field.
3479 (main): Initialize it.
3480 * gdb.base/endianity.exp: Update.
3481
c2512106
AB
34822019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
3483
3484 * gdb.mi/mi-sym-info.exp: Add tests for -max-results parameter.
3485
293b38d6
AB
34862019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
3487
3488 * gdb.mi/mi-fortran-modules.exp: Add additional tests for
3489 -symbol-info-module-functions and -symbol-info-module-variables.
3490
216a7e6b
AB
34912019-12-01 Andrew Burgess <andrew.burgess@embecosm.com>
3492
3493 * gdb.fortran/array-slices.exp: Add test for dynamic strings.
3494
5bbd8269
AB
34952019-12-01 Richard Bunt <richard.bunt@arm.com>
3496 Andrew Burgess <andrew.burgess@embecosm.com>
3497
3498 * gdb.fortran/derived-type-striding.exp: New file.
3499 * gdb.fortran/derived-type-striding.f90: New file.
3500 * gdb.fortran/array-slices.exp: New file.
3501 * gdb.fortran/array-slices.f90: New file.
3502
be09caf1
PW
35032019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3504
3505 * gdb.base/define.exp: Test . in command names.
3506 * gdb.base/setshow.exp: Update test, as . is now part of
3507 command name.
3508
643c0cbe
PW
35092019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3510
3511 * gdb.base/define-prefix.exp: New file.
3512
dcdec678
AB
35132019-11-28 Andrew Burgess <andrew.burgess@embecosm.com>
3514
3515 * lib/gdb.exp (skip_btrace_tests): Return 1 if the test fails to
3516 compile.
3517 (skip_btrace_pt_tests): Likewise.
3518
640ab947
AB
35192019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
3520
3521 * gdb.fortran/info-modules.exp: Compile source files in correct
3522 order.
3523
d22670f0
KB
35242019-11-27 Kevin Buettner <kevinb@redhat.com>
3525
3526 * gdb.dwarf2/imported-unit.exp: New file.
3527 * gdb.dwarf2/imported-unit.c: New file.
3528
db5960b4
AB
35292019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
3530
3531 * gdb.mi/mi-fortran-modules-2.f90: New file.
3532 * gdb.mi/mi-fortran-modules.exp: New file.
3533 * gdb.mi/mi-fortran-modules.f90: New file.
3534
7dc42066
AB
35352019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
3536
3537 * gdb.mi/mi-sym-info-1.c: New file.
3538 * gdb.mi/mi-sym-info-2.c: New file.
3539 * gdb.mi/mi-sym-info.exp: New file.
3540
0dfeecca
TT
35412019-11-22 Tom Tromey <tromey@adacore.com>
3542
3543 * gdb.ada/tasks.exp: Add -ada-task-info regression test.
3544 * gdb.ada/tasks/foo.adb: Add another stopping location.
3545
34877895
PJ
35462019-11-21 Peeter Joot <peeter.joot@lzlabs.com>
3547
3548 * gdb.base/endianity.c: New test.
3549 * gdb.base/endianity.exp: New file.
3550
2e84f897
LD
35512019-11-21 Lukas Durfina <ldurfina@tachyum.com>
3552
3553 * gdb.arch/amd64-eval.exp: Skip test if target is not x86-64.
3554
65d1cd5f
TV
35552019-11-21 Tom de Vries <tdevries@suse.de>
3556
3557 PR gdb/24956
3558 * gdb.base/ui-redirect.exp: Test output of user-defined command.
3559
4f22c3f4
SDJ
35602019-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
3561
3562 * gdb.python/py-progspace.exp: Add missing parentheses on some
3563 'print' commands.
3564
9f6ad286
TT
35652019-11-19 Tom Tromey <tom@tromey.com>
3566
3567 * gdb.tui/winheight.exp: New file.
3568
0b8dbf3f
AB
35692019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
3570
3571 * gdb.base/ctf-whatis.c: Delete.
3572 * gdb.base/ctf-whatis.exp: Delete.
3573 * gdb.base/whatis.exp: Rewrite to compile as both dwarf and ctf.
3574
f833b7a7
AB
35752019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
3576
3577 * gdb.base/ctf-cvexpr.exp: Delete.
3578 * gdb.base/cvexpr.exp: Rewrite to compile as both dwarf and ctf.
3579
30d0a636
AB
35802019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
3581
3582 * gdb.base/ctf-constvars.exp: Skip test if CTF is not supported in
3583 the compiler. Clean up header comment a little.
3584 * gdb.base/ctf-ptype.exp: Likewise.
3585 * gdb.base/ctf-whatis.exp: Likewise.
3586 * lib/gdb.exp (skip_ctf_tests): New proc.
3587
494409bb
SDJ
35882019-11-18 Sergio Durigan Junior <sergiodj@redhat.com>
3589
3590 https://bugzilla.redhat.com/show_bug.cgi?id=1765117
3591 * gdb.tui/corefile-run.exp: New file.
3592
55708e99
TT
35932019-11-14 Tom Tromey <tromey@adacore.com>
3594
3595 * gdb.base/gdbvars.exp (test_convenience_variables): Add
3596 regression tests.
3597
45e42163
TT
35982019-11-12 Tom Tromey <tom@tromey.com>
3599
3600 * lib/tuiterm.exp (_accept): Add wait_for parameter. Check output
3601 after any command. Expect prompt after WAIT_FOR is seen.
3602 (enter_tui): Enable resize messages.
3603 (command): Expect command in output.
3604 (get_line): Avoid error when cursor appears to be off-screen.
3605 (dump_screen): Include screen size in title.
3606 (_do_resize): New proc, from "resize".
3607 (resize): Rewrite. Do resize in two steps.
3608 * gdb.tui/empty.exp (layouts): Fix entries.
3609 (check_boxes): Remove xfail.
3610 (check_text): Dump screen on failure.
3611
086baaf1
AB
36122019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
3613
3614 * gdb.python/py-symbol.exp: Add test for
3615 gdb.lookup_static_symbols.
3616
09ff83af
AB
36172019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
3618
3619 * gdb.python/py-symbol.c: Declare and call function from new
3620 py-symbol-2.c file.
3621 * gdb.python/py-symbol.exp: Compile both source files, and add new
3622 tests for gdb.lookup_static_symbol.
3623 * gdb.python/py-symbol-2.c: New file.
3624
11af934b
TV
36252019-11-02 Tom de Vries <tdevries@suse.de>
3626
3627 * gdb.base/advance.exp: Drop superfluous 3rd argument to gdb_test.
3628 * gdb.base/anon.exp: Same.
3629 * gdb.base/auto-connect-native-target.exp: Same.
3630 * gdb.base/call-ar-st.exp: Same.
3631 * gdb.base/catch-syscall.exp: Same.
3632 * gdb.base/commands.exp: Same.
3633 * gdb.base/default.exp: Same.
3634 * gdb.base/display.exp: Same.
3635 * gdb.base/float.exp: Same.
3636 * gdb.base/foll-fork.exp: Same.
3637 * gdb.base/help.exp: Same.
3638 * gdb.base/info-macros.exp: Same.
3639 * gdb.base/info-proc.exp: Same.
3640 * gdb.base/info-target.exp: Same.
3641 * gdb.base/long_long.exp: Same.
3642 * gdb.base/macscp.exp: Same.
3643 * gdb.base/memattr.exp: Same.
3644 * gdb.base/nofield.exp: Same.
3645 * gdb.base/pointers.exp: Same.
3646 * gdb.base/printcmds.exp: Same.
3647 * gdb.base/ptype.exp: Same.
3648 * gdb.base/restore.exp: Same.
3649 * gdb.base/return.exp: Same.
3650 * gdb.base/scope.exp: Same.
3651 * gdb.base/set-noassign.exp: Same.
3652 * gdb.base/setshow.exp: Same.
3653 * gdb.base/shlib-call.exp: Same.
3654 * gdb.base/signals.exp: Same.
3655 * gdb.base/sigstep.exp: Same.
3656 * gdb.base/skip.exp: Same.
3657 * gdb.base/solib-symbol.exp: Same.
3658 * gdb.base/stap-probe.exp: Same.
3659 * gdb.base/step-line.exp: Same.
3660 * gdb.base/step-test.exp: Same.
3661 * gdb.base/style.exp: Same.
3662 * gdb.base/varargs.exp: Same.
3663 * gdb.base/vla-datatypes.exp: Same.
3664 * gdb.base/vla-ptr.exp: Same.
3665 * gdb.base/vla-sideeffect.exp: Same.
3666 * gdb.base/volatile.exp: Same.
3667 * gdb.base/watch-cond-infcall.exp: Same.
3668 * gdb.base/watchpoint.exp: Same.
3669
e96ec2ba
TV
36702019-11-02 Tom de Vries <tdevries@suse.de>
3671
3672 * gdb.cp/anon-union.exp: Drop superfluous 3rd argument to gdb_test.
3673 * gdb.cp/cpexprs.exp: Same.
3674 * gdb.cp/except-multi-location.exp: Same.
3675 * gdb.cp/exceptprint.exp: Same.
3676 * gdb.cp/gdb2384.exp: Same.
3677 * gdb.cp/inherit.exp: Same.
3678 * gdb.cp/m-static.exp: Same.
3679 * gdb.cp/meth-typedefs.exp: Same.
3680 * gdb.cp/misc.exp: Same.
3681 * gdb.cp/namespace.exp: Same.
3682 * gdb.cp/non-trivial-retval.exp: Same.
3683 * gdb.cp/overload.exp: Same.
3684 * gdb.cp/pr17132.exp: Same.
3685 * gdb.cp/re-set-overloaded.exp: Same.
3686 * gdb.cp/rvalue-ref-types.exp: Same.
3687 * gdb.cp/templates.exp: Same.
3688
bd5766ec
LM
36892019-11-01 Luis Machado <luis.machado@linaro.org>
3690
3691 PR gdb/25124
3692
3693 * gdb.arch/pr25124.S: New file.
3694 * gdb.arch/pr25124.exp: New file.
3695
165f8965
AB
36962019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
3697
3698 * gdb.fortran/info-modules.exp: Update expected results, and add
3699 additional tests for 'info module functinos', and 'info module
3700 variables'.
3701 * gdb.fortran/info-types.exp: Update expected results.
3702 * gdb.fortran/info-types.f90: Extend testcase with additional
3703 module variables and functions.
3704
59c35742
AB
37052019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
3706
3707 * gdb.fortran/info-modules.exp: New file.
3708 * gdb.fortran/info-types.exp: Build with new file.
3709 * gdb.fortran/info-types.f90: Include and use new module.
3710 * gdb.fortran/info-types-2.f90: New file.
3711
f3fb2519
PW
37122019-10-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3713
3714 * gdb.base/setshow.exp: Test $_gdb_setting and $_gdb_setting_str.
3715 * gdb.base/settings.exp: Test all settings types using
3716 $_gdb_maint_setting and $_gdb_maint_setting_str in proc_show_setting,
3717 that now verifies that the value of "maint show" is the same as
3718 returned by the settings functions. Test the type of the
3719 maintenance settings.
3720 * gdb.base/default.exp: Update show_conv_list.
3721
d1e36019
TV
37222019-10-31 Tom de Vries <tdevries@suse.de>
3723
3724 * gdb.arch/amd64-disp-step-avx.exp: Drop superfluous 3rd argument to
3725 gdb_test.
3726 * gdb.arch/amd64-disp-step.exp: Same.
3727 * gdb.asm/asm-source.exp: Same.
3728 * gdb.btrace/buffer-size.exp: Same.
3729 * gdb.btrace/cpu.exp: Same.
3730 * gdb.btrace/enable.exp: Same.
3731 * gdb.dwarf2/count.exp: Same.
3732 * gdb.dwarf2/dw2-ranges-func.exp: Same.
3733 * gdb.dwarf2/dw2-ranges-psym.exp: Same.
3734 * gdb.fortran/vla-datatypes.exp: Same.
3735 * gdb.fortran/vla-history.exp: Same.
3736 * gdb.fortran/vla-ptype.exp: Same.
3737 * gdb.fortran/vla-value.exp: Same.
3738 * gdb.fortran/whatis_type.exp: Same.
3739 * gdb.guile/guile.exp: Same.
3740 * gdb.multi/tids.exp: Same.
3741 * gdb.python/py-finish-breakpoint.exp: Same.
3742 * gdb.python/py-framefilter.exp: Same.
3743 * gdb.python/py-pp-registration.exp: Same.
3744 * gdb.python/py-xmethods.exp: Same.
3745 * gdb.python/python.exp: Same.
3746 * gdb.server/connect-with-no-symbol-file.exp: Same.
3747 * gdb.server/no-thread-db.exp: Same.
3748 * gdb.server/run-without-local-binary.exp: Same.
3749 * gdb.stabs/weird.exp: Same.
3750 * gdb.threads/attach-many-short-lived-threads.exp: Same.
3751 * gdb.threads/thread-find.exp: Same.
3752 * gdb.threads/tls-shared.exp: Same.
3753 * gdb.threads/tls.exp: Same.
3754 * gdb.threads/wp-replication.exp: Same.
3755 * gdb.trace/ax.exp: Same.
3756 * lib/gdb.exp (gdb_test_exact, help_test_raw): Same.
3757
3d11e68e
TV
37582019-10-31 Tom de Vries <tdevries@suse.de>
3759
3760 * gdb.ada/array_bounds.exp: Drop superfluous 3rd argument to gdb_test.
3761 * gdb.ada/array_subscript_addr.exp: Same.
3762 * gdb.ada/arrayidx.exp: Same.
3763 * gdb.ada/arrayparam.exp: Same.
3764 * gdb.ada/arrayptr.exp: Same.
3765 * gdb.ada/boolean_expr.exp: Same.
3766 * gdb.ada/call_pn.exp: Same.
3767 * gdb.ada/complete.exp: Same.
3768 * gdb.ada/fixed_cmp.exp: Same.
3769 * gdb.ada/fun_addr.exp: Same.
3770 * gdb.ada/funcall_param.exp: Same.
3771 * gdb.ada/interface.exp: Same.
3772 * gdb.ada/mod_from_name.exp: Same.
3773 * gdb.ada/null_array.exp: Same.
3774 * gdb.ada/packed_array.exp: Same.
3775 * gdb.ada/packed_tagged.exp: Same.
3776 * gdb.ada/print_chars.exp: Same.
3777 * gdb.ada/print_pc.exp: Same.
3778 * gdb.ada/ptype_arith_binop.exp: Same.
3779 * gdb.ada/ptype_field.exp: Same.
3780 * gdb.ada/ptype_tagged_param.exp: Same.
3781 * gdb.ada/rec_return.exp: Same.
3782 * gdb.ada/ref_tick_size.exp: Same.
3783 * gdb.ada/str_ref_cmp.exp: Same.
3784 * gdb.ada/taft_type.exp: Same.
3785 * gdb.ada/tagged.exp: Same.
3786 * gdb.ada/type_coercion.exp: Same.
3787 * gdb.ada/uninitialized_vars.exp: Same.
3788
60b6ede8
TV
37892019-10-30 Tom de Vries <tdevries@suse.de>
3790
3791 * lib/gdb.exp (gdb_test_multiple): Handle -early pattern flag.
3792
30baf67b
TV
37932019-10-26 Tom de Vries <tdevries@suse.de>
3794
3795 * gdb.base/bigcore.c: Fix typos in comments.
3796 * gdb.base/ctf-ptype.c: Same.
3797 * gdb.base/long_long.c: Same.
3798 * gdb.dwarf2/dw2-op-out-param.S: Same.
3799 * gdb.python/py-evthreads.c: Same.
3800 * gdb.reverse/i387-stack-reverse.c: Same.
3801 * gdb.trace/tfile.c: Same.
3802 * lib/compiler.c: Same.
3803 * lib/compiler.cc: Same.
3804
158da0d1
TV
38052019-10-25 Tom de Vries <tdevries@suse.de>
3806
3807 * gdb.reverse/sigall-precsave.exp: Use -wrap and $gdb_test_name in
3808 gdb_test_multiple calls.
3809 * gdb.reverse/sigall-reverse.exp: Same.
3810 * gdb.reverse/solib-precsave.exp: Same.
3811 * gdb.reverse/solib-reverse.exp: Same.
3812 * gdb.reverse/until-precsave.exp: Same.
3813 * gdb.reverse/until-reverse.exp: Same.
3814
4ccdfbec
TV
38152019-10-24 Tom de Vries <tdevries@suse.de>
3816
3817 * lib/gdb.exp (gdb_test_multiple): Add -wrap pattern flag.
3818 * gdb.reverse/step-precsave.exp: Rewrite gdb_test_multiple containing
3819 kfail using -wrap pattern flag and convenience variable
3820 gdb_test_name.
3821
33d569b7
AB
38222019-10-24 Andrew Burgess <andrew.burgess@embecosm.com>
3823
3824 * gdb.python/py-progspace.exp: Add tests for the
3825 Progspace.block_for_pc method.
3826
4d0b984b
TT
38272019-10-23 Tom Tromey <tom@tromey.com>
3828
3829 * configure: Rebuild.
3830 * aclocal.m4: Use m4_include, not sinclude.
3831
94cb3754
TV
38322019-10-21 Tom de Vries <tdevries@suse.de>
3833
3834 * gdb.base/infcall-nested-structs.c: Add
3835 __attribute__((noinline,noclone)) to all functions.
3836 (call_all): Add missing variable initialization. Simplify return value.
3837 (breakpt): Increment volatile variable, to prevent call from being
3838 optimized out.
3839 * gdb.base/infcall-nested-structs.exp: Compile with -O2.
3840
062f1fc1
TV
38412019-10-17 Tom de Vries <tdevries@suse.de>
3842
3843 * gdb.fortran/module.exp: Allow info variables to print info for files
3844 other than module.f90.
3845
0b54364d
AB
38462019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
3847
3848 * gdb.fortran/module.exp: Extend with 'info variables' test.
3849
7ff5fae7
AB
38502019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
3851
3852 * boards/cc-with-tweaks.exp: Setup F90_FOR_TARGET and
3853 F77_FOR_TARGET.
3854
d10eccaa
TV
38552019-10-16 Tom de Vries <tdevries@suse.de>
3856
3857 PR tdep/25096
3858 * gdb.base/infcall-nested-structs.exp: Remove PR25096 KFAILs.
3859
745ff14e
TV
38602019-10-16 Tom de Vries <tdevries@suse.de>
3861
3862 PR tdep/24104
3863 * gdb.base/infcall-nested-structs.exp: Remove XFAIL for PR tdep/24104.
3864 Add KFAIL for PR tdep/25096.
3865
03e1ab94
TV
38662019-10-16 Tom de Vries <tdevries@suse.de>
3867
3868 PR testsuite/25059
3869 * gdb.cp/local-static.exp (do_test): Add xfails for gcc PR debug/55541.
3870
b17fcc10
TV
38712019-10-16 Tom de Vries <tdevries@suse.de>
3872
3873 * gdb.base/jit-reader.exp: Allow non-pointer registers to be printed
3874 as signed.
3875
9223170f
SM
38762019-10-14 Simon Marchi <simon.marchi@polymtl.ca>
3877
3878 * gdb.mi/list-thread-groups-available.exp: Read entries one by
3879 one instead of increasing timeout.
3880
d6e76313
TV
38812019-10-13 Tom de Vries <tdevries@suse.de>
3882
3883 PR record/25038
3884 * gdb.reverse/sigall-precsave.exp: Add PR record/25038 KFAIL.
3885 * gdb.reverse/sigall-reverse.exp: Same.
3886 * gdb.reverse/solib-precsave.exp: Same.
3887 * gdb.reverse/solib-reverse.exp: Same.
3888 * gdb.reverse/step-precsave.exp: Same.
3889 * gdb.reverse/until-precsave.exp: Same.
3890 * gdb.reverse/until-reverse.exp: Same.
3891 * lib/gdb.exp (gdb_continue_to_breakpoint): Same.
3892
6dfc0041
AA
38932019-10-10 Andreas Arnez <arnez@linux.ibm.com>
3894
3895 * gdb.base/infcall-nested-structs.c (cmp_struct_02_01)
3896 (cmp_struct_02_02, cmp_struct_04_01, cmp_struct_04_02)
3897 (cmp_struct_05_01, cmp_struct_static_02_01)
3898 (cmp_struct_static_04_01, cmp_struct_static_06_01): Fix redundant
3899 comparisons.
3900
abcf2cc8
TV
39012019-10-10 Tom de Vries <tdevries@suse.de>
3902
3903 PR testsuite/24888
3904 * lib/ada.exp (target_compile_ada_from_dir): Route -pie/-no-pie to
3905 gnatlink.
3906
a50faaf6
TV
39072019-10-09 Tom de Vries <tdevries@suse.de>
3908
3909 PR testsuite/25048
3910 * gdb.rust/simple.exp: Add xfails for incorrect DWARF.
3911
60ff3cd7
AB
39122019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
3913
3914 * gdb.ada/catch_ex_std.exp: Handle being unabled to catch Ada
3915 exceptions due to missing debug information.
3916
dfee8566
TV
39172019-10-07 Tom de Vries <tdevries@suse.de>
3918
3919 * gdb.base/default.exp: Expect _gdb_major/_gdb_minor to be 9.1.
3920
3d63690a
AB
39212019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
3922
3923 * lib/gdb.exp (gdb_test_multiple): Add gdb_test_name mechanism.
3924 * gdb.base/annota1.exp: Update to use gdb_test_name.
3925
30d1f018
WP
39262019-10-07 Weimin Pan <weimin.pan@oracle.com>
3927
3928 * gdb.base/ctf-whatis.exp: New file.
3929 * gdb.base/ctf-whatis.c: New file.
3930 * gdb.base/ctf-ptype.exp: New file.
3931 * gdb.base/ctf-ptype.c: New file.
3932 * gdb.base/ctf-constvars.exp: New file.
3933 * gdb.base/ctf-constvars.c: New file.
3934 * gdb.base/ctf-cvexpr.exp: New file.
3935
4dbbb47c
TV
39362019-10-04 Tom de Vries <tdevries@suse.de>
3937
3938 * gdb.cp/local-static.c (main): Move declaration of int i out of the
3939 for loop.
3940
77c2dba3
TT
39412019-10-03 Tom Tromey <tom@tromey.com>
3942
3943 PR rust/24976:
3944 * gdb.rust/simple.rs (Union2): New type.
3945 (main): Use Union2.
3946 * gdb.rust/simple.exp: Add test.
3947
179aed7f
AB
39482019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
3949
3950 * gdb.fortran/nested-funcs-2.exp: Run tests with and without the
3951 nested function prefix.
3952
0a4b0913
AB
39532019-10-03 Bernhard Heckel <bernhard.heckel@intel.com>
3954 Richard Bunt <richard.bunt@arm.com>
3955 Andrew Burgess <andrew.burgess@embecosm.com>
3956
3957 * gdb.fortran/nested-funcs.exp: Tests for placing breakpoints on
3958 nested functions.
3959 * gdb.fortran/nested-funcs.f90: Update expected results.
3960 * gdb.fortran/nested-funcs-2.exp: New file.
3961 * gdb.fortran/nested-funcs-2.f90: New file.
3962
082cce05
AB
39632019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
3964
3965 * gdb.python/py-parameter.exp: Make test names unique.
3966 * gdb.python/py-template.exp: Likewise.
3967 * gdb.python/py-value.exp: Likewise.
3968
2b74ba5a
AB
39692019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
3970
3971 * gdb.base/break-interp.exp: Reduce test name duplication.
3972 * gdb.base/call-sc.exp: Likewise.
3973 * gdb.base/callfuncs.exp: Likewise.
3974 * gdb.base/charset.exp: Likewise.
3975 * gdb.base/dump.exp: Likewise.
3976 * gdb.base/ena-dis-br.exp: Likewise.
3977 * gdb.base/relational.exp: Likewise.
3978 * gdb.base/step-over-syscall.exp: Likewise.
3979 * gdb.base/structs.exp: Likewise.
3980
58eb20d5
AB
39812019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
3982
3983 * gdb.linespec/explicit.exp: Make test names unique.
3984 * gdb.linespec/ls-errs.exp: Likewise.
3985
4d421147
AB
39862019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
3987
3988 * gdb.reverse/break-precsave.exp: Make test names unique.
3989 * gdb.reverse/break-reverse.exp: Likewise.
3990 * gdb.reverse/finish-precsave.exp: Likewise.
3991 * gdb.reverse/finish-reverse.exp: Likewise.
3992 * gdb.reverse/machinestate-precsave.exp: Likewise.
3993 * gdb.reverse/machinestate.exp: Likewise.
3994 * gdb.reverse/readv-reverse.exp: Likewise.
3995 * gdb.reverse/recvmsg-reverse.exp: Likewise.
3996 * gdb.reverse/sigall-precsave.exp: Likewise.
3997 * gdb.reverse/sigall-reverse.exp: Likewise.
3998 * gdb.reverse/step-indirect-call-thunk.exp: Likewise.
3999 * gdb.reverse/watch-precsave.exp: Likewise.
4000 * gdb.reverse/watch-reverse.exp: Likewise.
4001
d8c06f22
AB
40022019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
4003
4004 * gdb.threads/stop-with-handle.c: New file.
4005 * gdb.threads/stop-with-handle.exp: New file.
4006
3a56ed86
TV
40072019-10-03 Tom de Vries <tdevries@suse.de>
4008
4009 PR testsuite/25059
4010 * gdb.base/list-missing-source.exp: Allowing the "Compilation
4011 directory" line to be missing.
4012
42275044
TV
40132019-10-03 Tom de Vries <tdevries@suse.de>
4014
4015 PR testsuite/25059
4016 * gdb.base/info-types.exp: Make the presence of the 'unsigned int'
4017 type optional.
4018
9ef62df0
AA
40192019-10-02 Andreas Arnez <arnez@linux.ibm.com>
4020
4021 * gdb.python/py-format-string.c (string.h): New include.
4022 (main): Fill a_struct_with_union.the_union.an_int with bytes of
4023 the same value, for endianness-independence.
4024 * gdb.python/py-format-string.exp (default_regexp_dict)
4025 (test_pretty_structs, test_format): Adjust expected output to the
4026 changed initialization.
4027
37f6a7f4
TT
40282019-10-02 Tom Tromey <tromey@adacore.com>
4029
4030 * gdb.ada/catch_ex_std.exp: Add $_ada_exception test.
4031
1d58d6a2
PA
40322019-10-02 Pedro Alves <palves@redhat.com>
4033 Andrew Burgess <andrew.burgess@embecosm.com>
4034
4035 * gdb.base/print-file-var-lib1.c: Include <stdio.h> and
4036 "print-file-var.h".
4037 (this_version_id) Use ATTRIBUTE_VISIBILITY.
4038 (get_version_1): Print this_version_id and its address.
4039 Add extern "C" wrappers around interface functions.
4040 * gdb.base/print-file-var-lib2.c: Include <stdio.h> and
4041 "print-file-var.h".
4042 (this_version_id) Use ATTRIBUTE_VISIBILITY.
4043 (get_version_2): Print this_version_id and its address.
4044 Add extern "C" wrappers around interface functions.
4045 * gdb.base/print-file-var-main.c: Include <dlfcn.h>, <assert.h>,
4046 <stddef.h> and "print-file-var.h".
4047 Add extern "C" wrappers around interface functions.
4048 [VERSION_ID_MAIN] (this_version_id): Define.
4049 (main): Define v0. Use dlopen if SHLIB_NAME is defined.
4050 * gdb.base/print-file-var.h: Add some #defines to simplify setting
4051 up extern "C" blocks.
4052 * gdb.base/print-file-var.exp (test): New, factored out from top
4053 level.
4054 (top level): Test all combinations of attribute hidden or not,
4055 dlopen or not, and this_version_id symbol in main file or not.
4056 Compile tests as both C++ and C, make test names unique.
4057
d770d56f
TT
40582019-10-01 Tom Tromey <tom@tromey.com>
4059
4060 * gdb.base/style.exp: Test "show logging filename".
4061
7f6aba03
TT
40622019-10-01 Tom Tromey <tom@tromey.com>
4063
4064 * lib/gdb-utils.exp (style): Handle "metadata" argument.
4065 * gdb.base/style.exp: Add metadata style test.
4066
14309bb6
TT
40672019-10-01 Tom Tromey <tom@tromey.com>
4068
4069 * gdb.base/style.exp: Test "pwd".
4070
2a3c1174
PA
40712019-10-01 Tom Tromey <tom@tromey.com>
4072
4073 * gdb.base/style.exp: Update tests.
4074
53d666ec
AA
40752019-10-01 Andreas Arnez <arnez@linux.ibm.com>
4076
4077 * gdb.base/pretty-print.c (struct s1_t): Change fields 'three' and
4078 'six' to unsigned.
4079 (s1): Initialize fields 'four' and 'six' instead of 'three' and
4080 'five'. Use an all-ones bit pattern for each.
4081 * gdb.base/pretty-print.exp: Adjust expected output of "print s1"
4082 to its changed values.
4083
4a56a520
TT
40842019-09-30 Tom Tromey <tromey@adacore.com>
4085
4086 * gdb.rust/traits.rs: Disable all warnings.
4087
0df0352a
TV
40882019-09-29 Tom de Vries <tdevries@suse.de>
4089
aac66a4c 4090 * gdb.dwarf2/gdb-index.exp: Handle new location of .dwz file.
0df0352a 4091
73d9a918
TV
40922019-09-29 Tom de Vries <tdevries@suse.de>
4093
4094 * gdb.dwarf2/gdb-index.exp: Use with_test_prefix for second objcopy.
4095
060b3ab4
TV
40962019-09-27 Tom de Vries <tdevries@suse.de>
4097
4098 * gdb.reverse/step-precsave.exp: Add missing $gdb_prompt in regexps.
4099
68f7d34d
TV
41002019-09-27 Tom de Vries <tdevries@suse.de>
4101
4102 PR record/23188
4103 * gdb.reverse/step-precsave.exp: Add kfail for PR record/23188.
4104
5d63b30a
TT
41052019-09-26 Tom Tromey <tromey@adacore.com>
4106
4107 * gdb.ada/py_taft.exp: New file.
4108 * gdb.ada/py_taft/main.adb: New file.
4109 * gdb.ada/py_taft/pkg.adb: New file.
4110 * gdb.ada/py_taft/pkg.ads: New file.
4111
3d435220
TV
41122019-09-24 Tom de Vries <tdevries@suse.de>
4113
4114 PR gdb/24598
4115 * gdb.arch/amd64-init-x87-values.exp: Add xfail.
4116
77d03678
TV
41172019-09-22 Tom de Vries <tdevries@suse.de>
4118
4119 * gdb.base/restore.exp: Allow register variables to be optimized out at
4120 -O0.
4121
abf516c6
UW
41222019-09-20 Ulrich Weigand <uweigand@de.ibm.com>
4123
4124 * gdb.arch/spu-info.exp: Remove file.
4125 * gdb.arch/spu-info.c: Remove file.
4126 * gdb.arch/spu-ls.exp: Remove file.
4127 * gdb.arch/spu-ls.c: Remove file.
4128
4129 * gdb.asm/asm-source.exp: Remove support for spu*-*-*.
4130 * gdb.asm/spu.inc: Remove file.
4131
4132 * gdb.base/dump.exp: Remove support for spu*-*-*.
4133 * gdb.base/stack-checking.exp: Likewise.
4134 * gdb.base/overlays.exp: Likewise.
4135 * gdb.base/ovlymgr.c: Likewise.
4136 * gdb.base/spu.ld: Remove file.
4137
4138 * gdb.cp/bs15503.exp: Remove support for spu*-*-*.
4139 * gdb.cp/cpexprs.exp: Likewise.
4140 * gdb.cp/exception.exp: Likewise.
4141 * gdb.cp/gdb2495.exp: Likewise.
4142 * gdb.cp/mb-templates.exp: Likewise.
4143 * gdb.cp/pr9167.exp: Likewise.
4144 * gdb.cp/userdef.exp: Likewise.
4145
4146 * gdb.xml/tdesc-regs.exp: Remove support for spu*-*-*.
4147
4148 * gdb.cell: Remove directory.
4149 * lib/cell.exp: Remove file.
4150
e452e88f
TV
41512019-09-19 Tom de Vries <tdevries@suse.de>
4152
4153 * lib/gdb.exp (gdb_test): Eliminate "^FOOBAR$" pattern.
4154
8a625130
TV
41552019-09-19 Tom de Vries <tdevries@suse.de>
4156
4157 * lib/gdbserver-support.exp (gdb_target_cmd): Fix argument passing.
4158
81dc3ab5
TV
41592019-09-19 Tom de Vries <tdevries@suse.de>
4160
4161 * lib/gdbserver-support.exp (gdb_target_cmd_ext): Return 2 (meaning
4162 UNSUPPORTED) for 'Network is unreachable' message. Factor out of ...
4163 (gdb_target_cmd): ... here.
4164 * gdb.server/server-connect.exp: Use gdb_target_cmd_ext, handle return
4165 value 2.
4166
b078f3ac
AB
41672019-09-18 Andrew Burgess <andrew.burgess@embecosm.com>
4168
4169 * gdb.base/source-dir.exp: Avoid having directory names in test
4170 names.
4171
f1b620e9
MG
41722019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
4173
4174 * gdb.base/source-dir.exp: Add extra test for mapped compilation
4175 directory.
4176
67f3ed6a
AB
41772019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
4178
4179 * gdb.base/list-missing-source.exp: New file.
4180
d1b70248
TV
41812019-09-14 Tom de Vries <tdevries@suse.de>
4182
4183 PR teststuite/24599
4184 * gdb.ada/rename_subscript_param.exp: Require gnatmake 8.
4185 * lib/ada.exp (gnatmake_version_at_least): New proc.
4186
5fabdcd6
AB
41872019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
4188
4189 * gdb.base/maint.exp: Use exec_has_index_section.
4190
aa17805f
AB
41912019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
4192
4193 * gdb.base/maint.exp: Add test for 'maint info sections'.
4194
25e5c209
TV
41952019-09-12 Tom de Vries <tdevries@suse.de>
4196
4197 * gdb.base/store.exp: Allow register variables to be optimized out at
4198 -O0.
4199
4993045d
PW
42002019-09-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4201
4202 * gdb.ada/rdv_wait.exp: Update to new task names.
4203 * gdb.base/task_switch_in_core.exp: Likewise.
4204 * gdb.base/info_sources_base.c: Likewise.
4205
8a516164
TT
42062019-09-10 Tom Tromey <tromey@adacore.com>
4207
4208 * boards/cc-with-tweaks.exp: Set GNATMAKE_FOR_TARGET.
4209
aa391654
TT
42102019-09-10 Tom Tromey <tromey@adacore.com>
4211
4212 * gdb.ada/dgopt.exp: New file.
4213 * gdb.ada/dgopt/x.adb: New file.
4214
8634b462
TT
42152019-09-08 Tom Tromey <tom@tromey.com>
4216
4217 * gdb.tui/resize.exp: Remove setup_xfail.
4218 * gdb.tui/regs.exp: Remove setup_xfail.
4219 * gdb.tui/basic.exp: Remove setup_xfail.
4220
736b0f76
DB
42212019-09-06 David Blaikie <dblaikie@gmail.com>
4222
4223 * gdb.base/label.exp: un-XFAIL label related tests under Clang.
4224 * gdb.cp/cplabel.exp: Ditto.
4225 * gdb.linespec/ls-errs.exp: Ditto.
4226
30331a6c
TV
42272019-09-05 Tom de Vries <tdevries@suse.de>
4228
4229 * lib/gdb.exp (cmp_file_string): New proc.
4230 * gdb.base/ui-redirect.exp: Replace "gdb_breakpoint main" with
4231 runto_main. Verify save breakpoints output.
4232
98b0ebab
PW
42332019-09-04 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4234
4235 * gdb.base/info-var.exp: Test info variables without running
4236 to main, to avoid expect's buffer overflow.
4237
4e962e74
TT
42382019-09-03 Tom Tromey <tromey@adacore.com>
4239
4240 * gdb.ada/bias.exp: New file.
4241 * gdb.ada/bias/bias.adb: New file.
4242 * gdb.ada/print_chars.exp: Add regression test.
4243 * gdb.ada/print_chars/foo.adb (My_Character): New type.
4244 (MC): New variable.
4245
2ea1a07a
SL
42462019-08-29 Sandra Loosemore <sandra@codesourcery.com>
4247
4248 * gdb.base/argv0-symlink.exp: Run only on native target
4249 and local host.
4250
8077c50d
TV
42512019-08-29 Tom de Vries <tdevries@suse.de>
4252
4253 * gdb.fortran/info-types.exp: Fix gdb_test regexp to allow more
4254 diverse debug info.
4255 * lib/fortran.exp (fortran_int8): New proc, based on fortran_int4.
4256
48352473
TV
42572019-08-28 Tom de Vries <tdevries@suse.de>
4258
4259 * gdb.base/info-var.exp: Allow info variables to print info for files
4260 other than info-var-f1.c and info-var-f2.c.
4261
d8f27c60
AB
42622019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
4263
4264 * gdb.fortran/info-types.exp: Add module.
4265 * gdb.fortran/info-types.f90: Update expected results.
4266
1f20c35e
AB
42672019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
4268
4269 * gdb.fortran/info-types.exp: New file.
4270 * gdb.fortran/info-types.f90: New file.
4271 * lib/fortran.exp (fortran_character1): New proc.
4272
4acfdd20
AB
42732019-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
4274
4275 * gdb.base/info-fun.exp: Extend to test the -n flag for 'info
4276 functions'. Reindent as needed.
4277 * gdb.base/info-var-f1.c: New file.
4278 * gdb.base/info-var-f2.c: New file.
4279 * gdb.base/info-var.exp: New file.
4280 * gdb.base/info-var.h: New file.
4281
5c31b358
TV
42822019-08-26 Tom de Vries <tdevries@suse.de>
4283
4284 PR c++/24852
4285 * gdb.cp/no-libstdcxx-probe.exp: New test.
4286
b694989f
TV
42872019-08-26 Tom de Vries <tdevries@suse.de>
4288
4289 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Return 1 if probe
4290 * tests need to be skipped.
4291 * gdb.cp/exceptprint.exp: Update call to skip_libstdcxx_probe_tests.
4292 * gdb.mi/mi-catch-cpp-exceptions.exp: Update call to
4293 mi_skip_libstdcxx_probe_tests.
4294
d9c4ba53
SDJ
42952019-08-26 Sergio Durigan Junior <sergiodj@redhat.com>
4296
4297 * gdb.python/py-xmethods.exp: Use raw strings when passing
4298 arguments to SimpleXMethodMatcher.
4299
395fad09
TV
43002019-08-22 Tom de Vries <tdevries@suse.de>
4301
4302 * gdb.multi/multi-term-settings.exp (coretest): Make gdb_test messages
4303 more informative.
4304
26c957f1
PA
43052019-08-21 Pedro Alves <palves@redhat.com>
4306
4307 * gdb.base/with.exp: Test "with" with no arguments.
4308
61f80d5d
TV
43092019-08-21 Tom de Vries <tdevries@suse.de>
4310
4311 * gdb.base/gdb-caching-proc.exp: Sort files.
4312
d7a11d13
TV
43132019-08-20 Tom de Vries <tdevries@suse.de>
4314
4315 * lib/pascal.exp (gdb_compile_pascal): Remove $destfile before
4316 compilation.
4317
34dafe9f
TV
43182019-08-16 Tom de Vries <tdevries@suse.de>
4319
4320 * gdb.base/compare-sections.exp ("after run to main"): Allow
4321 mismatched read-only sections for PIE executables.
4322
398fdd60
TT
43232019-08-16 Tom Tromey <tom@tromey.com>
4324
4325 * lib/tuiterm.exp (_csi_Z): New proc.
4326 * gdb.tui/basic.exp: Update window positions.
4327 * gdb.tui/empty.exp: Update window positions.
4328
d8f9e51c
SL
43292019-08-15 Sandra Loosemore <sandra@codesourcery.com>
4330
4331 * gdb.base/examine-backward.exp: Correct regexp for
4332 "examine 3 bytes backward from ${address_zero}".
4333
3df505f6
TT
43342019-08-15 Tom Tromey <tom@tromey.com>
4335
4336 * gdb.tui/empty.exp: Enable resizing tests.
4337
272560b5
TT
43382019-08-15 Tom Tromey <tromey@adacore.com>
4339
4340 * gdb.ada/char_enum.exp: Add regression tests.
4341 * gdb.ada/char_enum/foo.adb (Char_Enum_Type): Use '_'
4342 and '0'.
4343 (Char, Gchar): Update.
4344 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): Use '+'.
4345
08235187
CB
43462019-08-15 Christian Biesinger <cbiesinger@google.com>
4347
4348 * gdb.python/python.exp: Expect a leading underscore on
4349 GdbOutput{,Error}File.
4350
22a2ab04
SL
43512019-08-15 Sandra Loosemore <sandra@codesourcery.com>
4352
4353 * gdb.dwarf2/dw2-dir-file-name.exp: Skip on remote or
4354 Windows host.
4355
835b995b
SL
43562019-08-15 Sandra Loosemore <sandra@codesourcery.com>
4357
4358 * gdb.base/batch-preserve-term-settings.exp
4359 (test_terminal_settings_preserved_after_sigterm): Skip on Windows.
4360
97dd8e07
CB
43612019-08-15 Christian Biesinger <cbiesinger@google.com>
4362
4363 * lib/gdb.exp: When running on a mingw target, replace
4364 /x/ with x:/.
4365
75faf5c4
AH
43662019-08-14 Alan Hayward <alan.hayward@arm.com>
4367
4368 * gdb.arch/aarch64-prologue.c: New test.
4369 * gdb.arch/aarch64-prologue.exp: New file.
4370
abc6c00f
TV
43712019-08-13 Tom de Vries <tdevries@suse.de>
4372
4373 * gdb.gdb/selftest.exp (send ^C to child process again): Accept also
4374 Thread.
4375
74c2c1f4
SL
43762019-08-13 Sandra Loosemore <sandra@codesourcery.com>
4377
4378 * gdb.python/py-completion.exp: Download the .py file to the host
4379 and use its host pathname. Conditionalize tests that use
4380 tab completion and manipulate files on the build machine.
4381 * gdb.python/py-events.exp: Download the .py file to the host
4382 and use its host pathname.
4383 * gdb.python/py-evsignal.exp: Likewise.
4384 * gdb.python/py-evthreads.exp: Likewise.
4385 * gdb.python/py-framefilter-invalidarg.exp: Match Windows
4386 pathname syntax.
4387 * gdb.python/py-framefilter.exp: Download the .py file to the right
4388 place on the host. Match Windows pathname syntax.
4389 * gdb.python/py-mi-var-info-path-expression.exp: Download the
4390 .py file to the host and use its host pathname.
4391 * gdb.python/py-objfile-script.exp: Match Windows pathname syntax.
4392 * gdb.python/py-objfile.exp: Expect a host pathname, not a
4393 build pathname. Skip symlink test on Windows host. Add missing
4394 newline at end of file.
4395 * gdb.python/py-pp-maint.exp: Download the .py file to the host
4396 and use its host pathname.
4397 * gdb.python/py-pp-registration.exp: Match Windows pathname syntax.
4398 * gdb.python/py-section-script.exp: Use host location of binfile
4399 on safe-path. Use correct path separator on Windows host.
4400 Reorder alternatives in gdb_test_multiple to prevent matching
4401 the wrong alternative on success.
4402 * gdb.python/py-symtab.exp: Match Windows pathname syntax.
4403
ca2589f3
PP
44042019-08-12 Patrick Palka <patrick@parcs.ath.cx>
4405
4406 * gdb.gdb/selftest.exp (test_with_self): Update test to now
4407 expect the GDB inferior to no longer immediately stop after
4408 being resumed with "signal SIGINT".
4409
020a839d
SL
44102019-08-09 Sandra Loosemore <sandra@codesourcery.com>
4411
4412 * gdb.linespec/break-ask.exp: Generalize regexps to match
4413 Windows pathnames too.
4414
128d6509
TV
44152019-08-08 Tom de Vries <tdevries@suse.de>
4416
4417 PR testsuite/24862
4418 * lib/tuiterm.exp (_accept): Fix CSI regexp.
4419
590042fc
PW
44202019-08-07 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4421
4422 * gdb.base/style.exp: Update tests for help doc new invariants.
4423 * gdb.base/help.exp: Likewise.
4424
046bebe1
TT
44252019-08-06 Tom Tromey <tom@tromey.com>
4426
4427 * gdb.base/style.exp: Add disassemble test.
4428 * gdb.base/style.c (some_called_function): New function.
4429 (main): Use it.
4430
0b27c27d
CB
44312019-08-05 Christian Biesinger <cbiesinger@google.com>
4432
4433 * gdb.python/py-block.exp: Test dictionary access on blocks.
4434
580f1034
SM
44352019-08-05 Simon Marchi <simon.marchi@efficios.com>
4436
4437 PR gdb/24863
4438 * gdb.mi/list-thread-groups-available.exp: Increase timeout for
4439 -list-thread-groups --available test when running under
4440 check-read1.
4441
d86bd7cb
TV
44422019-08-05 Tom de Vries <tdevries@suse.de>
4443
4444 PR testsuite/24863
4445 * lib/gdb.exp (with_read1_timeout_factor): New proc.
4446 * gdb.base/help.exp: Use with_read1_timeout_factor.
4447 * gdb.base/info-macros.exp: Same.
4448 * gdb.cp/nested-types.exp: Same.
4449
a80cf5d8
TV
44502019-08-05 Tom de Vries <tdevries@suse.de>
4451
4452 * lib/gdb.exp (version_at_least): Factor out of ...
4453 (tcl_version_at_least): ... here.
4454 (gdb_compile): Fail if pie results in non-PIE executable.
4455 (readelf_version, readelf_prints_pie): New proc.
4456 (exec_is_pie): Return -1 if unknown.
4457
d0962838
TV
44582019-08-05 Tom de Vries <tdevries@suse.de>
4459
4460 * lib/gdb.exp (tcl_version_at_least): Fix typo.
4461
2252ff3d
SL
44622019-08-04 Sandra Loosemore <sandra@codesourcery.com>
4463
4464 * gdb.server/reconnect-ctrl-c.exp: Skip if nointerrupts.
4465
26655f53
SL
44662019-08-04 Sandra Loosemore <sandra@codesourcery.com>
4467
4468 * lib/completion-support.exp (test_gdb_complete_none): Skip
4469 tab completion tests if no readline support.
4470 (test_gdb_complete_unique_re): Likewise.
4471 (test_gdb_complete_multiple): Likewise.
4472
db4dc13e
PW
44732019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4474
4475 * gdb.base/info_sources.exp: New file.
4476 * gdb.base/info_sources.c: New file.
4477 * gdb.base/info_sources_base.c: New file.
4478
0eba165a
PFC
44792019-08-01 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
4480
4481 * gdb.base/batch-exit-status.exp: Call test_exit_status with
4482 prefix argument.
4483 (test_exit_status): Add prefix argument.
4484
59bd512b
TV
44852019-08-01 Tom de Vries <tdevries@suse.de>
4486
4487 PR testsuite/24863
4488 * gdb.threads/fork-plus-threads.exp: Fix check-run1 timeout by
4489 calling exp_continue for new thread and thread exited messages.
4490
2a3ad588
TV
44912019-08-01 Tom de Vries <tdevries@suse.de>
4492
4493 PR testsuite/24863
4494 * gdb.base/structs.exp: Fix check-read1 timeout using
4495 gdb_test_sequence.
4496 * lib/gdb.exp (tcl_version_at_least, lrepeat): New proc.
4497
117eb594
TV
44982019-08-01 Tom de Vries <tdevries@suse.de>
4499
4500 PR testsuite/24863
4501 * gdb.base/break-interp.exp: Use exp_continue after each "info files"
4502 line.
4503
ed591340
TV
45042019-08-01 Tom de Vries <tdevries@suse.de>
4505
4506 PR testsuite/24863
4507 * gdb.base/signals.exp: Fix check-read1 timeout using gdb_test_sequence.
4508
aa3b6533
TT
45092019-07-30 Tom Tromey <tromey@adacore.com>
4510
4511 * gdb.ada/display_nested.exp: New file.
4512 * gdb.ada/display_nested/foo.adb: New file.
4513 * gdb.ada/display_nested/pack.adb: New file.
4514 * gdb.ada/display_nested/pack.ads: New file.
4515
2906593f
CB
45162019-07-30 Christian Biesinger <cbiesinger@google.com>
4517
4518 * gdb.python/py-symbol.c: Add a static variable and one in an anonymous
4519 namespace.
4520 * gdb.python/py-symbol.exp: Test gdb.lookup_static_symbol.
4521
0f575925
TV
45222019-07-30 Tom de Vries <tdevries@suse.de>
4523
4524 * lib/read1.c (read): Don't use unsetenv (v), use setenv (v, "", 1)
4525 instead.
4526
b13057d9
TV
45272019-07-30 Tom de Vries <tdevries@suse.de>
4528
4529 PR testsuite/24834
4530 * lib/gdb.exp (gdb_compile): Fail if nopie results in PIE executable.
4531 (exec_is_pie): New proc.
4532
5c4dde85
CB
45332019-07-29 Christian Biesinger <cbiesinger@google.com>
4534
4535 * gdb.python/py-objfile.exp: Fix misspelling (nonexistant -> nonexistent)
4536
c620ed88
CB
45372019-07-29 Christian Biesinger <cbiesinger@google.com>
4538
4539 * gdb.python/py-objfile.c: Add global and static vars.
4540 * gdb.python/py-objfile.exp: Test new functions Objfile.
4541 lookup_global_symbol and lookup_static_symbol.
4542
3d235706
TT
45432019-07-29 Tom Tromey <tom@tromey.com>
4544
4545 * lib/tuiterm.exp (Term::_csi_@): New proc.
4546 (Term::_csi_X): Don't move cursor.
4547
c7e4c0a6
PW
45482019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4549
4550 * gdb.base/options.exp: Update backtrace - completion to
4551 new option -frame-info.
4552 * gdb.base/frame-args.exp: Test new 'frame-arguments presence'.
4553 Test new 'set print frame-info'. Test backtrace -frame-info
4554 overriding 'set print frame-info'.
4555 * gdb.python/py-framefilter.exp: Test new 'frame-arguments presence'.
4556 Test new 'set print frame-info'.
4557 Verify consistency of backtrace with and without filters, with and
4558 without -no-filters.
4559 * gdb.python/py-framefilter-invalidarg.exp: Update to new print_what
4560 default.
4561
de28a3b7
TV
45622019-07-29 Tom de Vries <tdevries@suse.de>
4563
4564 * gdb.linespec/explicit.exp: Fix completion trigger for "complete with
4565 no arguments".
4566
507dd60e
TV
45672019-07-29 Tom de Vries <tdevries@suse.de>
4568
4569 * gdb.linespec/explicit.exp: Fix gdb_test_multiple regexps where second
4570 is a substring of the first for "complete non-unique file name".
4571
5beafce9
TV
45722019-07-29 Tom de Vries <tdevries@suse.de>
4573
4574 * gdb.python/python.exp: Don't terminate gdb_test_multiple regexp
4575 with ".*".
4576
2d274232
TV
45772019-07-29 Tom de Vries <tdevries@suse.de>
4578
4579 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt, gdb_is_target_1):
4580 Pass prompt_regexp parameter to gdb_test_multiple calls.
4581
9197cd8b
TV
45822019-07-29 Tom de Vries <tdevries@suse.de>
4583
4584 * gdb.base/maint.exp: Use "\r\n" instead of "\[\r\n\]+" in "maint
aac66a4c 4585 print registers" regexps.
9197cd8b 4586
b528dae0
TV
45872019-07-29 Tom de Vries <tdevries@suse.de>
4588
4589 * gdb.base/define.exp: Add "\r\n" to "reset gdb_prompt" regexp.
4590
d17725d7
TV
45912019-07-29 Tom de Vries <tdevries@suse.de>
4592
4593 PR gdb/24855
4594 * lib/gdb.exp (gdb_test_multiple): Add prompt_regexp parameter.
4595 (skip_python_tests_prompt): Add prompt_regexp argument to
4596 gdb_test_multiple calls.
4597
52b75bf1
TT
45982019-07-27 Tom Tromey <tom@tromey.com>
4599
4600 * gdb.tui/main.exp: New file.
4601
2b1d00c2
TT
46022019-07-27 Tom Tromey <tom@tromey.com>
4603
4604 * lib/tuiterm.exp (Term::clean_restart): Make "executable"
4605 optional.
4606 * gdb.tui/empty.exp: New file.
4607
ded631d5
TT
46082019-07-27 Tom Tromey <tom@tromey.com>
4609
4610 * lib/tuiterm.exp (spawn): New proc.
4611 (Term::resize): New proc.
4612 * gdb.tui/resize.exp: New file.
4613
58ac439d
TT
46142019-07-27 Tom Tromey <tom@tromey.com>
4615
4616 * gdb.tui/list.exp: New file.
4617
fe1f56ee
TT
46182019-07-27 Tom Tromey <tom@tromey.com>
4619
4620 * gdb.tui/regs.exp: New file.
4621
f790b310
TT
46222019-07-27 Tom Tromey <tom@tromey.com>
4623
4624 * gdb.tui/basic.exp: Add "layout split" test.
4625
d95fc6ee
TT
46262019-07-27 Tom Tromey <tom@tromey.com>
4627
4628 * gdb.tui/basic.exp: Add "layout asm" test.
4629
c3786b3a
TT
46302019-07-27 Tom Tromey <tom@tromey.com>
4631
4632 * lib/tuiterm.exp: New file.
4633 * gdb.tui/basic.exp: New file.
4634
98a617f8
KB
46352019-07-27 Kevin Buettner <kevinb@redhat.com>
4636
4637 * gdb.dwarf2/dw2-ranges-func.exp (enable_foo_cold_stepping):
4638 Enable tests associated with this flag. Adjust regex
4639 referencing "foo_low" to now refer to "foo_cold" instead.
4640
5c076da4
KB
46412019-07-27 Kevin Buettner <kevinb@redhat.com>
4642
4643 * gdb.dwarf2/dw2-ranges-func.c: Rename to...
4644 * gdb.dwarf2/dw2-ranges-func-lo-cold.c: ...this.
4645 * gdb.dwarf2/dw2-ranges-func-lo-cold.c (foo_low): Change name to
4646 foo_cold. Revise comments to match.
4647 * gdb.dwarf2/dw2-ranges-func-hi-cold.c: New file.
4648 * gdb.dwarf2/dw2-ranges-func.exp (do_test): New proc. Existing tests
4649 were wrapped into this proc; Call do_test in loop from outermost
4650 level.
4651 (foo_low): Rename all occurrences to "foo_cold".
4652 (backtrace from baz): New test.
4653 (x2/i foo_cold): New test.
4654 (info line *foo_cold): New test.
4655
1512d3b7
TV
46562019-07-26 Tom de Vries <tdevries@suse.de>
4657
4658 * gdb.arch/i386-pkru.exp: Fix unterminated string.
4659
297989a1
TV
46602019-07-25 Tom de Vries <tdevries@suse.de>
4661
4662 PR testsuite/24830
4663 * gdb.mi/mi-catch-cpp-exceptions.exp: Call
4664 mi_skip_libstdcxx_probe_tests, and skip unsupported tests.
4665 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Factor out of ...
4666 (skip_libstdcxx_probe_tests): ... here.
4667 * lib/mi-support.exp (mi_skip_libstdcxx_probe_tests): New proc.
4668
b3b965fb
TV
46692019-07-24 Tom de Vries <tdevries@suse.de>
4670
4671 PR testsuite/24807
4672 * gdb.objc/basicclass.m: Include stdio.h.
4673 * gdb.objc/nondebug.m: Same.
4674 * gdb.objc/objcdecode.m: Same.
4675
4625b4d0
TV
46762019-07-24 Tom de Vries <tdevries@suse.de>
4677
4678 PR testsuite/24612
4679 * gdb.base/infoline-reloc-main-from-zero.exp: Add -Wl,-N to
4680 additional_flags.
4681
024a5840
TV
46822019-07-24 Tom de Vries <tdevries@suse.de>
4683
4684 PR testsuite/24831
4685 * gdb.multi/tids.exp: Update error messages for info threads.
4686
c76ddaa3
TV
46872019-07-24 Tom de Vries <tdevries@suse.de>
4688
4689 * gdb.base/info-types.exp: Allow info types to print info for more than
4690 one file.
4691
9a618ef6
TV
46922019-07-23 Tom de Vries <tdevries@suse.de>
4693
4694 PR testsuite/24842
4695 * gdb.dwarf2/multidictionary.exp: Consume initial prompt after
4696 gdb_spawn_with_cmdline_opts.
4697
40eadf04
SP
46982019-07-23 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
4699
4700 * gdb.arch/arm-cmse-sgstubs.c: New test.
4701 * gdb.arch/arm-cmse-sgstubs.exp: New file.
4702
5ba29434
TV
47032019-07-23 Tom de Vries <tdevries@suse.de>
4704
4705 PR testsuite/24711
4706 * gdb.mi/mi-complete.exp: Wait for "set max-completions" result before
4707 issuing next command.
4708
a8e9d247
AB
47092019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
4710
4711 * gdb.ada/info_auto_lang.exp: Update expected results.
4712 * gdb.base/info-types.c: Add additional types to check.
4713 * gdb.base/info-types.exp: Update expected results.
4714
eb86c5e2
AB
47152019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
4716
4717 * gdb.base/info-types.c: New file.
4718 * gdb.base/info-types.exp: New file.
4719
01e175fe
AB
47202019-07-19 Andrew Burgess <andrew.burgess@embecosm.com>
4721
4722 * gdb.arch/riscv-bp-infcall.c: New file.
4723 * gdb.arch/riscv-bp-infcall.exp: New file.
4724
6b78c3f8
AB
47252019-07-17 Andrew Burgess <andrew.burgess@embecosm.com>
4726
4727 PR breakpoints/24541
4728 * gdb.mi/mi-catch-cpp-exceptions.exp: Remove kfail due to 24541.
4729
da738167
TV
47302019-07-14 Tom de Vries <tdevries@suse.de>
4731
4732 PR testsuite/24760
4733 * gdb.objc/basicclass.exp: Fix unterminated string.
4734
0d4e84ed
AB
47352019-07-12 Bernhard Heckel <bernhard.heckel@intel.com>
4736 Andrew Burgess <andrew.burgess@embecosm.com>
4737
4738 * gdb.fortran/vla-ptype.exp: Print array with negative bounds.
4739 * gdb.fortran/vla-sizeof.exp: Print the size of an array with
4740 negative bounds.
4741 * gdb.fortran/vla-value.exp: Print elements of an array with
4742 negative bounds.
4743 * gdb.fortran/vla.f90: Setup an array with negative bounds for
4744 testing.
4745
021d8588
AB
47462019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
4747
4748 * gdb.base/options.exp (expect_string): Dequote strings in
4749 results.
4750 (test-string): Test strings with different quoting and reindent.
4751
f06f1252
TT
47522019-07-10 Tom Tromey <tromey@adacore.com>
4753
4754 * gdb.ada/mi_ex_cond.exp: Update expected results.
4755 * gdb.ada/mi_catch_ex_hand.exp: Update expected results.
4756 * gdb.ada/mi_catch_ex.exp: Update expected results.
4757 * gdb.ada/mi_catch_assert.exp: Update expected results.
4758 * gdb.ada/catch_ex.exp (catch_exception_info)
4759 (catch_exception_entry, catch_assert_entry)
4760 (catch_unhandled_entry): Update.
4761 * gdb.ada/catch_assert_if.exp: Update expected results.
4762
b863685d
RB
47632019-07-10 Richard Bunt <richard.bunt@arm.com>
4764 Stephen Roberts <stephen.roberts@arm.com>
4765
4766 * gdb.base/define.exp: Restore original prompt.
4767
cb1e4e32
PA
47682019-07-09 Pedro Alves <palves@redhat.com>
4769
4770 * gdb.cp/catch-multi-stdlib.exp: Adjust expected "info
4771 breakpoints" output.
4772 * gdb.cp/exception.exp: Adjust expected "info breakpoints" output.
4773 * gdb.python/py-breakpoint.exp: No longer expect that "catch
4774 throw" creates breakpoint.
4775 * gdb.mi/mi-catch-cpp-exceptions.exp (setup_catchpoint): Expect
4776 'type="catchpoint"'.
4777
b58a68fe
PA
47782019-07-09 Pedro Alves <palves@redhat.com>
4779
4780 PR c++/15468
4781 * gdb.cp/except-multi-location-lib.cc: New.
4782 * gdb.cp/except-multi-location-main.cc: New.
4783 * gdb.cp/except-multi-location.exp: New.
4784
0826779b
PW
47852019-07-09 Sergio Durigan Junior <sergiodj@redhat.com>
4786
4787 * gdb.base/printcmds.exp (test_printf_convenience_var): Set
4788 language to "c++" before dealing with wchar_t. Remove DO_WSTRING
4789 argument and update callers.
4790
5b0e2db4
AB
47912019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
4792
4793 * gdb.arch/amd64-break-on-asm-line.S: New file.
4794 * gdb.arch/amd64-break-on-asm-line.exp: New file.
4795
1f6f6e21
PW
47962019-07-08 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4797
4798 * gdb.base/printcmds.exp: Test printing C string and
4799 C wide string convenience vars without transiting via the inferior.
4800 Also make test names unique.
4801
ea142fbf
AH
48022019-07-08 Alan Hayward <alan.hayward@arm.com>
4803
5862c886 4804 PR breakpoints/25011
ea142fbf
AH
4805 * gdb.base/break-idempotent.exp: Test both PIE and non PIE.
4806
213fd9fa
PA
48072019-07-04 Pedro Alves <palves@redhat.com>
4808
4809 * lib/gdb.exp (foreach_with_prefix): Don't return early if
4810 body returned ok(0), break(3) or continue(4).
4811 * gdb.testsuite/foreach_with_prefix.exp: New file.
4812
2b40fda7
AH
48132019-07-04 Alan Hayward <alan.hayward@arm.com>
4814
4815 * gdb.server/unittest.exp: Allow 0 unit tests to run.
4816
a26c8de0
PA
48172019-07-03 Pedro Alves <palves@redhat.com>
4818
4819 * lib/gdb.exp (foreach_with_prefix): Use "catch" and
4820 "return -code".
4821
5f4ba3e7
PA
48222019-07-03 Pedro Alves <palves@redhat.com>
4823
4824 PR cli/24732
4825 * gdb.base/shell.exp: Load completion-support.exp.
4826 Adjust expected error output. Add completion tests.
4827
a994424f
PA
48282019-07-03 Pedro Alves <palves@redhat.com>
4829
4830 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Use
4831 string_to_regexp.
4832
3d9be6f5
PA
48332019-07-03 Pedro Alves <palves@redhat.com>
4834
4835 * gdb.base/options.exp (expect_none, expect_flag, expect_bool)
4836 (expect_integer): Adjust to expect "-string".
4837 (expect_string): New.
4838 (all_options): Expect "-string".
4839 (test-flag, test-boolean): Adjust to expect "-string".
4840 (test-string): New proc.
4841 (top level): Call it.
4842
41fc454c
PA
48432019-07-03 Pedro Alves <palves@redhat.com>
4844
4845 * gdb.base/options.exp (test-misc, test-flag, test-boolean)
4846 (test-uinteger, test-enum): Adjust res_test_gdb_... calls to pass
4847 the expected output in the success.
4848
b2b2a215
PA
48492019-07-03 Pedro Alves <palves@redhat.com>
4850
4851 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
4852 Split one gdb_test_multiple call in two to avoid a race.
4853
fdbc9870
PA
48542019-07-03 Pedro Alves <palves@redhat.com>
4855
4856 * gdb.base/with.c: New file.
4857 * gdb.base/with.exp: New file.
4858
c6ac8931
PA
48592019-07-03 Pedro Alves <palves@redhat.com>
4860
4861 * gdb.base/settings.exp: Replace all references to "maint
4862 test-settings set" with references to "maint set test-settings",
4863 and all references to "maint test-settings show" with references
4864 to "maint show test-settings".
4865
970f9d09
PA
48662019-07-03 Pedro Alves <palves@redhat.com>
4867
4868 * gdb.base/settings.exp (test-string): Adjust expected out when
4869 testing "maint test-settings show filename"
4870
54d66006
PA
48712019-07-02 Pedro Alves <palves@redhat.com>
4872
4873 * gdb.base/options.exp (test-info-threads): New procedure.
4874 (top level): Call it.
4875
10d06d82
TT
48762019-06-28 Tom Tromey <tromey@adacore.com>
4877
4878 * gdb.dwarf2/ada-linkage-name.c: New file.
4879 * gdb.dwarf2/ada-linkage-name.exp: New file.
4880
3d507ff2
TT
48812019-06-27 Tom Tromey <tromey@adacore.com>
4882
d039f014 4883 PR c++/20020:
3d507ff2
TT
4884 * gdb.cp/constexpr-field.exp: Use setup_xfail.
4885
8af58ffe
TV
48862019-06-26 Tom de Vries <tdevries@suse.de>
4887
4888 * gdb.dwarf2/varval.exp: Compile twice, once without bad DWARF.
4889
22e21752
TV
48902019-06-26 Tom de Vries <tdevries@suse.de>
4891
4892 * gdb.base/index-cache.exp: Add back missing debug option.
4893
b65b566c
PW
48942019-06-23 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4895
4896 * gdb.base/alias.exp: Test non matching/non existing prefixes.
4897
5c2c8c69
TV
48982019-06-25 Tom de Vries <tdevries@suse.de>
4899
4900 PR testsuite/24727
4901 * gdb.dwarf2/dw2-restrict.S: Regenerate using clang 5.0.1.
4902
164e3873
TV
49032019-06-24 Tom de Vries <tdevries@suse.de>
4904
4905 * gdb.dwarf2/implptr-64bit.exp: Fix intra-CU '%' label reference.
4906
824eacee
TV
49072019-06-24 Tom de Vries <tdevries@suse.de>
4908
4909 * gdb.trace/entry-values.exp: Use DW_FORM_udata instead of
4910 DW_FOR_sdata for DW_AT_decl_file. Use 0 for DW_AT_decl_file.
4911 * gdb.trace/unavailable-dwarf-piece.exp: Same.
4912
385b97d3
TV
49132019-06-24 Tom de Vries <tdevries@suse.de>
4914
4915 * gdb.dwarf2/inlined_subroutine-inheritance.exp:
4916
c596f180
TV
49172019-06-21 Tom de Vries <tdevries@suse.de>
4918
4919 * gdb.base/index-cache.exp: Add additional_flags=-Wl,--build-id.
4920
b13a7d03
TV
49212019-06-21 Tom de Vries <tdevries@suse.de>
4922
4923 PR testsuite/24518
4924 PR ada/24713
4925 * gdb.ada/ptype_union.exp: Mark as unsupported if executable contains
4926 index.
4927
899277ae
TT
49282019-06-19 Tom Tromey <tromey@adacore.com>
4929
4930 * gdb.ada/length_cond.exp: Add intro comment.
4931
680e1bee
TT
49322019-06-19 Tom Tromey <tromey@adacore.com>
4933
4934 * gdb.ada/length_cond.exp: New file.
4935 * gdb.ada/length_cond/length_cond.adb: New file.
4936 * gdb.ada/length_cond/pck.adb: New file.
4937 * gdb.ada/length_cond/pck.ads: New file.
4938
0ed4690a
TV
49392019-06-18 Tom de Vries <tdevries@suse.de>
4940
4941 * boards/fission.exp (debug_flags): Add "-fuse-ld=gold".
4942
d20ed5fd
TT
49432019-06-18 Tom Tromey <tromey@adacore.com>
4944
4945 * gdb.base/list0.h: Add comment explaining control character.
4946
86e04673
TV
49472019-06-18 Tom de Vries <tdevries@suse.de>
4948
4949 * boards/fission.exp: Break up long debug_flags line.
4950
c4973306
SM
49512019-06-16 Tom de Vries <tdevries@suse.de>
4952
4953 PR gdb/24445
4954 * gdb.dwarf2/gdb-index.exp (add_gdb_index): Update dwz file with
4955 generated index.
4956
93cb9841
AB
49572019-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
4958
4959 PR gdb/24686
4960 * gdb.mi/mi-catch-cpp-exceptions.exp: Add an extra pattern to
4961 improve detection of bug gdb/24541.
4962
399aaebd
SM
49632019-06-16 Simon Marchi <simon.marchi@polymtl.ca>
4964
4965 PR gdb/24669
4966 * gdb.base/index-cache.exp (uses_readnow,
4967 expecting_index_cache_use): Define global variable.
4968 (test_cache_enabled_miss, test_cache_enabled_hit): Use
4969 expecting_index_cache_use.
4970
584a927c
AB
49712019-06-16 Bernhard Heckel <bernhard.heckel@intel.com>
4972 Andrew Burgess <andrew.burgess@embecosm.com>
4973
4974 * gdb.fortran/pointers.f90: New file.
4975 * gdb.fortran/print_type.exp: New file.
4976 * gdb.fortran/vla-ptype.exp: Adapt expected results.
4977 * gdb.fortran/vla-type.exp: Likewise.
4978 * gdb.fortran/vla-value.exp: Likewise.
4979 * gdb.mi/mi-vla-fortran.exp: Likewise.
4980
30056ea0
AB
49812019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
4982
4983 * gdb.mi/mi-catch-cpp-exceptions.cc: New file.
4984 * gdb.mi/mi-catch-cpp-exceptions.exp: New file.
4985 * lib/mi-support.exp (mi_expect_stop): Handle 'exception-caught'
4986 as a stop reason.
4987
ec8e2b6d
AB
49882019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
4989
4990 * gdb.base/annota1.exp: Update expected results.
4991 * gdb.cp/annota2.exp: Likewise.
4992 * gdb.cp/annota3.exp: Likewise.
4993
09e4c4e1
AB
49942019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
4995
4996 * gdb.base/style-logging.exp: Remove path from test name.
4997
0735b091
TT
49982019-06-14 Tom Tromey <tromey@adacore.com>
4999
5000 PR gdb/24502:
5001 * gdb.base/style-logging.exp: New file.
5002
f5686554
TT
50032019-06-14 Tom Tromey <tromey@adacore.com>
5004
5005 * gdb.base/symfile-warn.exp: New file.
5006 * gdb.base/symfile-warn.c: New file.
5007
a0c1ffed
TT
50082019-06-14 Tom Tromey <tromey@adacore.com>
5009
5010 * gdb.base/annotate-symlink.exp: New file.
5011
f411722c
TT
50122019-06-14 Tom Tromey <tromey@adacore.com>
5013
5014 * gdb.ada/set_wstr.exp: Add reassignment test.
5015
4268ec18
TT
50162019-06-14 Tom Tromey <tromey@adacore.com>
5017
5018 * gdb.ada/formatted_ref.exp (test_p_x_addr): Check
5019 'unchecked_access and 'unrestricted_access as well.
5020
9a9e394b
TT
50212019-06-14 Tom Tromey <tromey@adacore.com>
5022
5023 PR ada/24539:
5024 * gdb.ada/vla.exp: Update tests.
5025 * gdb.ada/vla/vla.adb (Record_Type): Use No_Component_Reordering
5026 pragma.
5027
4c048731
PA
50282019-06-13 Pedro Alves <palves@redhat.com>
5029
5030 * gdb.base/settings.exp (test-integer): Test junk after
5031 "unlimited".
5032
6665660a
PA
50332019-06-13 Pedro Alves <palves@redhat.com>
5034
5035 * gdb.base/options.exp (test-thread-apply): New.
5036 (top level): Call it.
5037
5d707134
PA
50382019-06-13 Pedro Alves <palves@redhat.com>
5039
5040 * gdb.base/options.exp (test-frame-apply): New.
5041 (top level): Test print commands with different "frame apply"
5042 prefixes.
5043
e2a689da
PA
50442019-06-13 Pedro Alves <palves@redhat.com>
5045
e79be6e5 5046 * lib/completion-support.exp (test_gdb_complete_tab_multiple)
e2a689da
PA
5047 (test_gdb_complete_cmd_multiple, test_gdb_complete_multiple): Add
5048 'max_completions' parameter and handle it.
5049 (test_gdb_completion_offers_commands): New.
5050
90a1ef87
PA
50512019-06-13 Pedro Alves <palves@redhat.com>
5052
5053 * gdb.base/options.exp (test-backtrace): Test completing qualifiers.
5054
d4c16835
PA
50552019-06-13 Pedro Alves <palves@redhat.com>
5056
5057 * gdb.base/options.exp (test-backtrace): New.
5058 (top level): Call it.
5059
2daf894e
PA
50602019-06-13 Pedro Alves <palves@redhat.com>
5061
5062 * gdb.guile/scm-frame-args.exp: Use "set print
5063 raw-frame-arguments" instead of "set print raw frame-arguments".
5064 * gdb.python/py-frame-args.exp: Likewise.
5065
e6ed716c
PA
50662019-06-13 Pedro Alves <palves@redhat.com>
5067
5068 * gdb.compile/compile.exp: Adjust expected output to option
5069 processing changes.
5070
7d8062de
PA
50712019-06-13 Pedro Alves <palves@redhat.com>
5072
5073 * gdb.base/options.exp: Build executable.
5074 (test-print): New procedure.
5075 (top level): Call it, once for "print" and another for "compile
5076 print".
5077
9d0faba9
PA
50782019-06-13 Pedro Alves <palves@redhat.com>
5079
5080 * gdb.base/options.c: New file.
5081 * gdb.base/options.exp: New file.
5082
dee7b4c8
PA
50832019-06-13 Pedro Alves <palves@redhat.com>
5084
5085 * gdb.base/settings.exp (test-boolean, test-auto-boolean): Check
5086 that "o" is ambiguous.
5087
dca0f6c0
PA
50882019-06-13 Pedro Alves <palves@redhat.com>
5089
5090 * gdb.base/settings.c: New file.
5091 * gdb.base/settings.exp: New file.
5092
ccf46844
PA
50932019-06-13 Pedro Alves <palves@redhat.com>
5094
5095 * gdb.base/completion.exp: Fix comment typo.
5096
b9a3f842
PA
50972019-06-13 Pedro Alves <palves@redhat.com>
5098
5099 * gdb.multi/tids.exp: Adjust expected output. Add "thread apply 1
5100 foo --1" test.
5101
d106773e
PA
51022019-06-11 Bernhard Heckel <bernhard.heckel@intel.com>
5103
5104 * gdb.fortran/block-data.f: New.
5105 * gdb.fortran/block-data.exp: New.
5106
fea82da0
TV
51072019-06-11 Tom de Vries <tdevries@suse.de>
5108
5109 PR testsuite/24521
5110 * gdb.multi/remove-inferiors.exp: Allow "Expanding full symbols"
5111 message.
5112
8c2e74f1
TV
51132019-06-11 Tom de Vries <tdevries@suse.de>
5114
5115 PR testsuite/24521
5116 * gdb.dwarf2/nonvar-access.exp: Fix main high_pc.
5117
b49851c8
TV
51182019-06-11 Tom de Vries <tdevries@suse.de>
5119
5120 * boards/readnow.exp: New file.
5121
a7067863
AB
51222019-06-10 Andrew Burgess <andrew.burgess@embecosm.com>
5123
5124 * gdb.fortran/vla-sizeof.exp: Update expected results.
5125
1a3da2cd
AB
51262019-06-06 Amos Bird <amosbird@gmail.com>
5127
5128 * gdb.base/annota1.exp (thread_switch): Add test for
5129 thread-exited annotation.
5130
3847a7bf
TT
51312019-06-06 Tom Tromey <tromey@adacore.com>
5132
5133 * gdb.base/maint.exp: Expect command started/finished output.
5134
0088ba59
AB
51352019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
5136
5137 * gdb.arch/riscv-unwind-long-insn-6.s: Remove use of 'I' in
5138 comment.
5139 * gdb.arch/riscv-unwind-long-insn-8.s: Likewise.
5140
312617a3
AB
51412019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
5142
5143 * gdb.arch/riscv-unwind-long-insn-6.s: New file.
5144 * gdb.arch/riscv-unwind-long-insn-8.s: New file.
5145 * gdb.arch/riscv-unwind-long-insn.c: New file.
5146 * gdb.arch/riscv-unwind-long-insn.exp: New file.
5147
e1f2e1a2
CB
51482019-06-04 Christian Biesinger <cbiesinger@google.com>
5149
d3238f7d 5150 * gdb.python/py-type.exp: Test for new gdb.Type.objfile property.
e1f2e1a2 5151
206584bd
PW
51522019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5153
5154 * lib/gdb.exp (help_list_trailer): New regexp variable
5155 factorizing the help trailer message.
5156 (test_class_help): Use help_list_trailer. Add LIST_OF_COMMANDS
5157 arg to allow to better factorize various tests.
5158 (test_user_defined_class_help): Factorizes testing 'help user-defined'.
5159 (test_prefix_command_help): Use help_list_trailer.
5160 * gdb.python/py-cmd.exp: Use test_user_defined_class_help.
5161 * gdb.guile/scm-cmd.exp: Likewise.
5162 * gdb.trace/tracecmd.exp: Update caller of test_class_help.
5163 * gdb.base/help.exp: Use test_user_defined_class_help.
5164 * gdb.base/style.exp: Add tests for styling of help and apropos.
5165 * lib/gdb-utils.exp (style): Add title and highlight styles.
5166
708dc93e
PW
51672019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5168
5169 * gdb.base/shell.exp: Test pipe command, $_shell_exitcode,
5170 $_shell_exitsignal.
5171 * gdb.base/default.exp: Update for new convenience variables.
5172
f49055a5
TT
51732019-05-29 Tom Tromey <tromey@adacore.com>
5174
5175 * gdb.ada/complete.exp (test_gdb_no_completion): Add "/" and "-"
5176 to "break complete ada" test case's regexp.
5177
4330d61d
TT
51782019-05-29 Tom Tromey <tromey@adacore.com>
5179
5180 PR c++/20020:
5181 * gdb.cp/constexpr-field.exp: New file.
5182 * gdb.cp/constexpr-field.cc: New file.
5183
000439d5
TT
51842019-05-29 Tom Tromey <tromey@adacore.com>
5185
5186 * gdb.base/finish.exp (finish_no_print): New proc.
5187 (finish_tests): Call it.
5188
5a01c34c
TV
51892019-05-24 Tom de Vries <tdevries@suse.de>
5190
5191 * gdb.dwarf2/gdb-add-index.exp: New file.
5192
18125b16
TT
51932019-05-22 Tom Tromey <tromey@adacore.com>
5194
5195 * gdb.base/info-shared.exp (check_info_shared): Use "style".
5196 * gdb.base/style.exp: Use "style".
5197 * lib/gdb-utils.exp (style): New proc.
5198
af1a8d03
TV
51992019-05-22 Tom de Vries <tdevries@suse.de>
5200
5201 * gdb.base/align.exp: Require c++11.
5202
e7fe496b
TV
52032019-05-22 Tom de Vries <tdevries@suse.de>
5204
5205 PR testsuite/24586
5206 * gdb.python/py-mi-var-info-path-expression.exp: Call
5207 mi_skip_python_tests to check if python is supported.
5208
8fca4da0
AH
52092019-05-22 Alan Hayward <alan.hayward@arm.com>
5210
5211 * gdb.arch/aarch64-pauth.c: New test.
5212 * gdb.arch/aarch64-pauth.exp: New file.
5213
b7060614
AH
52142019-05-22 Alan Hayward <alan.hayward@arm.com>
5215
5216 * README (Re-running Tests Outside The Testsuite): New section.
5217
669d0468
TV
52182019-05-21 Tom de Vries <tdevries@suse.de>
5219
5220 * gdb.arch/amd64-eval.exp: Require c++11.
5221 * gdb.base/max-depth.exp: Same.
5222 * gdb.compile/compile-cplus-array-decay.exp: Same.
5223 * gdb.cp/meth-typedefs.exp: Same.
5224 * gdb.cp/subtypes.exp: Same.
5225 * gdb.cp/temargs.exp: Same.
5226
ce3ebcaa
AH
52272019-05-21 Alan Hayward <alan.hayward@arm.com>
5228
5229 * lib/gdbserver-support.exp (gdbserver_run): Mark kill as optional.
5230
34d11c68
AB
52312019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
5232
5233 PR gdb/18644
5234 * gdb.fortran/complex.exp: Remove setup_kfail calls.
5235 * gdb.fortran/printing-types.exp: Add new test.
5236 * gdb.fortran/printing-types.f90: Add 16-byte real variable for
5237 testing.
5238 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Remove
5239 setup_kfail call.
5240
87781e84
AH
52412019-05-17 Alan Hayward <alan.hayward@arm.com>
5242
5243 * README (Running the Testsuite): Change example.
5244 (Testsuite Parameters): Remove TRANSCRIPT.
5245 * lib/gdb.exp: Remove TRANSCRIPT check.
5246
b420b89e
AH
52472019-05-17 Alan Hayward <alan.hayward@arm.com>
5248
5249 * README (Testsuite Parameters): Add replay logging to
5250 GDBSERVER_DEBUG.
5251 (gdbserver,debug): Refer to GDBSERVER_DEBUG.
5252 * lib/gdbserver-support.exp (gdbserver_start): Treat gdbserverdebug
5253 as a comma separated list.
5254 (gdb_debug_init): Override procedure.
5255
408e9b8b
AH
52562019-05-17 Alan Hayward <alan.hayward@arm.com>
5257
5258 * lib/gdb.exp (default_gdb_spawn): Call gdb_write_cmd_file.
5259 (gdb_write_cmd_file): New procedure.
5260 * lib/gdbserver-support.exp (gdbserver_start): Call
5261 gdbserver_write_cmd_file.
5262 (gdbserver_write_cmd_file): New procedure.
5263
f9e2e39d
AH
52642019-05-17 Alan Hayward <alan.hayward@arm.com>
5265
5266 * lib/gdb.exp (gdb_unload): Mark Y as an answer.
5267 (delete_breakpoints): Likewise.
5268 (gdb_run_cmd): Likewise.
5269 (gdb_start_cmd): Likewise.
5270 (gdb_starti_cmd): Likewise.
5271 (gdb_internal_error_resync): Likewise.
5272 (gdb_test_multiple): Likewise.
5273 (gdb_reinitialize_dir): Likewise.
5274 (default_gdb_exit): Likewise.
5275 (gdb_file_cmd): Mark kill as optional.
5276 (default_gdb_start): Call gdb_stdin_log_init.
5277 (send_gdb): Call gdb_stdin_log_write.
5278 (rerun_to_main): Mark Y as an answer.
5279 (gdb_stdin_log_init): New function.
5280 (gdb_stdin_log_write): Likewise.
5281
81f47ac2
AH
52822019-05-17 Alan Hayward <alan.hayward@arm.com>
5283
5284 * gdb.base/breakpoint-in-ro-region.exp: Disable when debugging.
5285 * gdb.base/debug-expr.exp: Likewise.
5286 * gdb.base/foll-fork.exp: Likewise.
5287 * gdb.base/foll-vfork.exp: Likewise.
5288 * gdb.base/fork-print-inferior-events.exp: Likewise.
5289 * gdb.base/gdb-sigterm.exp: Likewise.
5290 * gdb.base/gdbinit-history.exp: Likewise.
5291 * gdb.base/osabi.exp: Likewise.
5292 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
5293 * gdb.base/ui-redirect.exp: Likewise.
5294 * gdb.gdb/unittest.exp: Likewise.
5295 * gdb.mi/mi-break.exp: Disable separate-mi-tty when debugging.
5296 * gdb.mi/mi-watch.exp: Likewise.
5297 * gdb.mi/new-ui-mi-sync.exp: Likewise.
5298 * gdb.mi/user-selected-context-sync.exp: Likewise.
5299 * gdb.python/python.exp: Disable debug test when debugging.
5300 * gdb.threads/check-libthread-db.exp: Disable when debugging.
5301 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
5302 Likewise.
5303 * gdb.threads/stepi-random-signal.exp: Likewise.
5304
29b52314
AH
53052019-05-17 Alan Hayward <alan.hayward@arm.com>
5306
5307 * Makefile.in: Pass through GDB_DEBUG.
5308 * README (Testsuite Parameters): Add GDB_DEBUG.
81f47ac2
AH
5309 (gdb,debug): Add board setting.
5310 * lib/gdb.exp (default_gdb_start): Start debugging.
5311 (gdb_debug_enabled): New procedure.
5312 (gdb_debug_init): Likewise.
29b52314
AH
5313
53142019-05-17 Alan Hayward <alan.hayward@arm.com>
e79be6e5 5315
29b52314
AH
5316 * Makefile.in: Pass through GDB_DEBUG.
5317 * README (Testsuite Parameters): Add GDB_DEBUG.
81f47ac2
AH
5318 (gdb,debug): Add board setting.
5319 * lib/gdb.exp (default_gdb_start): Start debugging.
5320 (gdb_debug_enabled): New procedure.
5321 (gdb_debug_init): Likewise.
29b52314 5322
ca1285d1
AH
53232019-05-17 Alan Hayward <alan.hayward@arm.com>
5324
5325 * gdb.base/ui-redirect.exp: Add debug redirect tests.
5326
f3a09c80
AH
53272019-05-17 Alan Hayward <alan.hayward@arm.com>
5328
5329 * gdb.base/ui-redirect.exp: Test redirection.
5330
26648588
JV
53312019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
5332
5333 * gdb.mi/mi-complete.exp: New file.
5334 * gdb.mi/mi-complete.cc: Likewise.
5335
14237686
AB
53362019-05-15 Bernhard Heckel <bernhard.heckel@intel.com>
5337
5338 * gdb.fortran/vla-sizeof.exp: Add tests of sizeof applied to
5339 indexed and sliced arrays, and pointers to arrays.
5340
e7bd7fba
TT
53412019-05-14 Tom Tromey <tromey@adacore.com>
5342
5343 * gdb.base/info-shared.exp (check_info_shared): Add "info shared"
5344 styling test.
5345
2764128d
TV
53462019-05-14 Tom de Vries <tdevries@suse.de>
5347
5348 * gdb.dwarf2/dw2-skip-prologue.S (.debug_loc): Fix base address
5349 selection entry encoding.
5350
71bed2db
TT
53512019-05-10 Tom Tromey <tromey@adacore.com>
5352
5353 * gdb.ada/info_exc.exp: Add "complete" test.
5354
63b667ad
TV
53552019-05-09 Tom de Vries <tdevries@suse.de>
5356
5357 * gdb.arch/amd64-tailcall-self.S: Make DW_FORM_ref4 references
5358 CU-relative.
5359
9cfd2b89
TV
53602019-05-09 Tom de Vries <tdevries@suse.de>
5361
5362 * gdb.arch/amd64-entry-value-paramref.S: Make DW_FORM_ref4 references
5363 CU-relative.
5364
2228ef77
XR
53652019-05-08 Joel Brobecker <brobecker@adacore.com>
5366
5367 * gdb.ada/frame_arg_lang.exp: New testcase.
5368 * gdb.ada/frame_arg_lang/bla.adb: New file.
5369 * gdb.ada/frame_arg_lang/pck.ads: New file.
5370 * gdb.ada/frame_arg_lang/pck.adb: New file.
5371 * gdb.ada/frame_arg_lang/foo.c: New file.
5372
80e55b13
TT
53732019-05-08 Tom Tromey <tromey@adacore.com>
5374
5375 * gdb.python/py-value.exp (test_value_in_inferior): Add Ada test.
5376
9d3421af
TT
53772019-05-08 Tom Tromey <tromey@adacore.com>
5378
5379 * gdb.base/ptype-offsets.exp: Update tests.
5380
844333e2
TT
53812019-05-08 Tom Tromey <tromey@adacore.com>
5382
5383 * gdb.base/ptype-offsets.exp: Use string_to_regexp. Fix test
5384 cases.
5385 * gdb.base/ptype-offsets.cc (struct abc) <my_int_type>: Now
5386 "short".
5387
988915ee
TT
53882019-05-08 Tom Tromey <tromey@adacore.com>
5389
5390 * gdb.ada/vla.exp: New file.
5391 * gdb.ada/vla/vla.adb: New file.
5392
7bd55dac
TV
53932019-05-07 Tom de Vries <tdevries@suse.de>
5394
5395 * gdb.base/index-cache.exp (ls_host): Fix return statement.
5396
75f06e9d
TV
53972019-05-07 Tom de Vries <tdevries@suse.de>
5398
5399 PR testsuite/24522
5400 * gdb.dlang/watch-loc.c: Fix debug_info_offset in .debug_aranges
5401 section.
5402
77e7aaa4
TV
54032019-05-07 Tom de Vries <tdevries@suse.de>
5404
5405 PR testsuite/24522
5406 * gdb.dwarf2/dw2-case-insensitive-debug.S: Fix debug_info_offset in
5407 .debug_aranges section.
5408
456ba0fa
TV
54092019-05-07 Tom de Vries <tdevries@suse.de>
5410
5411 PR testsuite/24159
5412 * lib/dwarf.exp: Fix handling of DW_FORM_ref_addr.
5413
5a56d6a6
TV
54142019-05-06 Tom de Vries <tdevries@suse.de>
5415
5416 * lib/gdb.exp (exec_has_index_section): New proc.
5417 * gdb.base/index-cache.exp: Handle case that binfile contains an index
5418 section.
5419
9d6d4be8
TV
54202019-05-04 Tom de Vries <tdevries@suse.de>
5421
5422 * boards/cc-with-debug-names.exp: New file.
5423
222a8d25
TT
54242019-05-03 Tom Tromey <tromey@adacore.com>
5425
5426 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): New type.
5427 * gdb.ada/char_enum/foo.adb: Use Global_Enum_Type.
5428 * gdb.ada/char_enum.exp: Add test.
5429
0fdfd794
TV
54302019-05-03 Tom de Vries <tdevries@suse.de>
5431
5432 * boards/cc-with-gdb-index.exp: New file.
5433
80062eb9
AB
54342019-05-02 Andrew Burgess <andrew.burgess@embecosm.com>
5435
5436 * gdb.rust/simple.exp: Add new test case.
5437 * gdb.rust/simple.rs (struct StringAtOffset): New struct.
5438 (main): Initialise an instance of the new struct.
5439
4504bbde
TT
54402019-05-01 Tom Tromey <tromey@adacore.com>
5441
5442 * gdb.ada/packed_array_assign/aggregates.ads (Nested_Packed): New
5443 record.
5444 (NPR): New variable.
5445 * gdb.ada/packed_array_assign.exp: Add nested packed assignment
5446 test.
5447
d48e62f4
TT
54482019-05-01 Tom Tromey <tromey@adacore.com>
5449
5450 * gdb.ada/packed_array_assign.exp: Add packed assignment
5451 regression test.
5452
f59f30f5
TV
54532019-05-01 Tom de Vries <tdevries@suse.de>
5454
5455 * boards/cc-with-tweaks.exp: Generate gdb.sh, and pass it in env(GDB).
5456
b70bfc54
TV
54572019-05-01 Tom de Vries <tdevries@suse.de>
5458
5459 * boards/dwarf4-gdb-index.exp: Use cc-with-tweaks.exp.
5460
15f18d14
AT
54612019-04-30 Ali Tamur <tamur@google.com>
5462
5463 * lib/dwarf.exp(): Added DW_FORM_strx1-4.
5464
2ff0a947
TT
54652019-04-30 Tom Tromey <tromey@adacore.com>
5466
5467 * lib/ada.exp (find_ada_tool): New proc.
5468 * lib/gdb.exp (gdb_compile_shlib): Allow .o files as inputs.
5469 * gdb.ada/catch_ex_std.exp: New file.
5470 * gdb.ada/catch_ex_std/foo.adb: New file.
5471 * gdb.ada/catch_ex_std/some_package.adb: New file.
5472 * gdb.ada/catch_ex_std/some_package.ads: New file.
5473
a776957c
TT
54742019-04-30 Tom Tromey <tromey@adacore.com>
5475
5476 PR c++/24470:
5477 * gdb.cp/temargs.cc: Add test code from PR.
5478
bc68014d
AB
54792019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
5480
5481 * gdb.fortran/vla-datatypes.exp: Update expected results.
5482 * gdb.fortran/vla-ptype.exp: Likewise.
5483 * gdb.fortran/vla-type.exp: Likewise.
5484 * gdb.fortran/vla-value.exp: Likewise.
5485
f1fdc960
AB
54862019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
5487
5488 * gdb.fortran/ptr-indentation.exp: Update expected results.
5489 * gdb.fortran/ptype-on-functions.exp: Likewise.
5490 * gdb.fortran/vla-ptr-info.exp: Likewise.
5491 * gdb.fortran/vla-value.exp: Likewise.
5492
bf7a4de1
AB
54932019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
5494
5495 * gdb.fortran/ptype-on-functions.exp: New file.
5496 * gdb.fortran/ptype-on-functions.f90: New file.
5497
bbe75b9d
AB
54982019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
5499
5500 * gdb.fortran/exprs.exp (test_convenience_variables): Expect lower
5501 case void string.
5502
1db455a7
AB
55032019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
5504
5505 * gdb.fortran/complex.exp: Expand.
5506 * gdb.fortran/complex.f: Renamed to...
5507 * gdb.fortran/complex.f90: ...this, and extended to add more
5508 complex values.
5509
b6d03bb2
AB
55102019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
5511
5512 * gdb.fortran/intrinsics.exp: Extend to cover MOD, CEILING, FLOOR,
5513 MODULO, CMPLX.
5514
2e62ab40
AB
55152019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
5516 Richard Bunt <richard.bunt@arm.com>
5517
5518 * gdb.base/max-depth.c: New file.
5519 * gdb.base/max-depth.exp: New file.
5520 * gdb.python/py-nested-maps.c: New file.
5521 * gdb.python/py-nested-maps.exp: New file.
5522 * gdb.python/py-nested-maps.py: New file.
5523 * gdb.python/py-format-string.exp (test_max_depth): New proc.
5524 (test_all_common): Call test_max_depth.
5525 * gdb.fortran/max-depth.exp: New file.
5526 * gdb.fortran/max-depth.f90: New file.
5527 * gdb.go/max-depth.exp: New file.
5528 * gdb.go/max-depth.go: New file.
5529 * gdb.modula2/max-depth.exp: New file.
5530 * gdb.modula2/max-depth.c: New file.
5531 * lib/gdb.exp (get_print_expr_at_depths): New proc.
5532
d2b584a5
TV
55332019-04-29 Tom de Vries <tdevries@suse.de>
5534
5535 * lib/opencl.exp (skip_opencl_tests): Add missing "with" in regexp.
5536
136afab8
PW
55372019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5538
5539 * gdb.base/callexit.exp: Test may-call-functions off.
5540
725cbb63
KS
55412019-04-25 Keith Seitz <keiths@redhat.com>
5542
5543 PR c++/24367
5544 * gdb.cp/meth-typedefs.cc (incomplete_struct)
5545 (another_incomplete_struct, test_incomplete): New definitions.
5546 (main): Use new definitions.
5547 * gdb.cp/meth-typedefs.exp: Add new tests for `test_incomplete'
5548 functions.
5549
701adfb0
PA
55502019-04-25 Ali Tamur <tamur@google.com>
5551
5552 * lib/dwarf.exp (_handle_DW_FORM): Add DW_FORM_strx.
5553
82433e3e
SDJ
55542019-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
5555
5556 PR corefiles/11608
5557 PR corefiles/18187
5558 * gdb.base/coredump-filter-build-id.exp: New file.
5559
dd06d4d6
AH
55602019-04-25 Alan Hayward <alan.hayward@arm.com>
5561
e79be6e5
SM
5562 * Makefile.in: Pass through GDBSERVER_DEBUG.
5563 * README (Testsuite Parameters): Add GDBSERVER_DEBUG.
5564 (gdbserver,debug): Add board setting.
5565 * gdb.trace/tspeed.exp: Skip when debugging.
5566 * lib/gdb.exp (gdbserver_debug_enabled): New procedure.
5567 * lib/gdbserver-support.exp: Likewise
dd06d4d6 5568
1670072e
TT
55692019-04-24 Tom Tromey <tromey@adacore.com>
5570
5571 * lib/gdb.exp (gdb_compile): Don't add -fno-stack-protector for
5572 Rust.
5573
a59240a4
TT
55742019-04-24 Tom Tromey <tromey@adacore.com>
5575
5576 * gdb.arch/amd64-eval.exp: Test bitfield return.
5577 * gdb.arch/amd64-eval.cc (struct Bitfields): New.
5578 (class Foo) <return_bitfields>: New method.
5579 (main): Call it.
5580
b907456c
AB
55812019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
5582
5583 * gdb.cp/many-args.cc: New file.
5584 * gdb.cp/many-args.exp: New file.
5585
5c565afd
TV
55862019-04-23 Tom de Vries <tdevries@suse.de>
5587
5588 PR gdb/24433
5589 * gdb.btrace/reconnect.exp: Fix stepi 19 pattern.
5590
ba22ff86
AH
55912019-04-23 Alan Hayward <alan.hayward@arm.com>
5592
5593 * gdb.trace/backtrace.exp: Use nopie flag.
5594 * gdb.trace/circ.exp: Likewise.
5595 * gdb.trace/collection.exp: Likewise.
5596 * gdb.trace/ftrace.exp: Likewise.
5597 * gdb.trace/mi-trace-unavailable.exp: Likewise.
5598 * gdb.trace/mi-traceframe-changed.exp: Likewise.
5599 * gdb.trace/qtro.exp: Likewise.
5600 * gdb.trace/read-memory.exp: Likewise.
5601 * gdb.trace/report.exp: Likewise.
5602 * gdb.trace/tfile.exp: Likewise.
5603 * gdb.trace/tfind.exp: Likewise.
5604 * gdb.trace/unavailable.exp: Likewise.
5605
7905fc35
PA
56062019-04-22 Pedro Alves <palves@redhat.com>
5607
5608 * gdb.base/solib-probes-nosharedlibrary.c,
5609 gdb.base/solib-probes-nosharedlibrary.exp: New files.
5610
8ecb59f8
TT
56112019-04-19 Tom Tromey <tromey@adacore.com>
5612
5613 * gdb.ada/ptype_union.c: New file.
5614 * gdb.ada/ptype_union.exp: New file.
5615
62160ec9
TT
56162019-04-19 Tom Tromey <tromey@adacore.com>
5617
5618 PR symtab/24423:
5619 * gdb.base/list0.h (foo): Add a control-l character.
5620
36cd4ba5
TV
56212019-04-18 Tom de Vries <tdevries@suse.de>
5622
5623 PR gdb/24433
5624 * boards/local-board.exp: Set sysroot to "".
5625
b73715df
TV
56262019-04-18 Tom de Vries <tdevries@suse.de>
5627 Pedro Alves <palves@redhat.com>
5628
5629 PR gdb/24454
5630 * gdb.threads/vfork-follow-child-exec.c: New file.
5631 * gdb.threads/vfork-follow-child-exec.exp: New file.
5632 * gdb.threads/vfork-follow-child-exit.c: New file.
5633 * gdb.threads/vfork-follow-child-exit.exp: New file.
5634
4aa866af
LS
56352019-04-15 Leszek Swirski <leszeks@google.com>
5636
5637 * gdb.arch/amd64-eval.cc: New file.
5638 * gdb.arch/amd64-eval.exp: New file.
5639
e5a1a79a
AH
56402019-04-11 Alan Hayward <alan.hayward@arm.com>
5641
5642 * gdb.server/sysroot.c: New test.
5643 * gdb.server/sysroot.exp: New file.
5644 * lib/gdbserver-support.exp (gdb_target_cmd): Add additional text
5645 matching param.
5646
41077b66
AB
56472019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
5648
5649 * gdb.base/align.exp: Extend test to cover structures containing
5650 only static fields.
5651
c30391f8
TV
56522019-04-11 Tom de Vries <tdevries@suse.de>
5653
5654 * boards/cc-with-dwz-m.exp: New file.
5655 * boards/cc-with-dwz.exp: New file.
5656 * boards/cc-with-tweaks.exp: Note that check-gdb doesn't work.
5657
e242fd12
SM
56582019-04-09 Simon Marchi <simon.marchi@efficios.com>
5659
5660 * gdb.base/start-cpp.exp: New file.
5661 * gdb.base/start-cpp.cc: New file.
5662
2b0c8b01
KB
56632019-04-08 Kevin Buettner <kevinb@redhat.com>
5664
5665 * gdb.python/py-thrhandle.exp: Adjust tests to call
5666 thread_from_handle instead of thread_from_thread_handle.
5667
947210e5
KB
56682019-04-08 Kevin Buettner <kevinb@redhat.com>
5669
5670 * gdb.python/py-thrhandle.exp: Add tests for
5671 gdb.InferiorThread.handle.
5672
d7df6549
AB
56732019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
5674
5675 * gdb.python/py-function.exp: Check calling helper function from
5676 all languages.
5677 * lib/gdb.exp (gdb_supported_languages): New proc.
5678
8bdc1658
AB
56792019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
5680
5681 * gdb.base/complex-parts.c: New file.
5682 * gdb.base/complex-parts.exp: New file.
5683
05caa1d2
TT
56842019-04-01 Tom Tromey <tromey@adacore.com>
5685
5686 PR symtab/23331:
5687 * gdb.dwarf2/dw2-ranges-main.c: New file.
5688 * gdb.dwarf2/dw2-ranges-psym.c: New file.
5689 * gdb.dwarf2/dw2-ranges-psym.exp: New file.
5690
7734102d
EZ
56912019-03-30 Simon Marchi <simark@simark.ca>
5692
5693 * gdb.base/default.exp: Add values for $_gdb_major and
5694 $_gdb_minor.
5695
188e1fa9
TT
56962019-03-29 Tom Tromey <tromey@adacore.com>
5697
5698 * gdb.base/help.exp: Tighten apropos regexp.
5699
2880242d
KS
57002019-03-29 Keith Seitz <keiths@redhat.com>
5701
5702 * gdb.fortran/array-bounds.exp: New file.
5703 * gdb.fortran/array-bounds.f90: New file.
5704
077cad8e
PW
57052019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5706
5707 * gdb.multi/multi-term-settings.c (main): Increase alarm timer.
5708
80047cfc
PW
57092019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5710
5711 * gdb.multi/hello.c (main): Increase alarm timer.
5712
f489207e
SL
57132019-03-28 Sandra Loosemore <sandra@codesourcery.com>
5714
5715 * gdb.threads/watchpoint-fork.exp (test): Use large timeout
5716 factor when no hardware watchpoint support.
5717
c92df149
AH
57182019-03-28 Alan Hayward <alan.hayward@arm.com>
5719 Pedro Alves <palves@redhat.com>
5720
5721 * boards/local-board.exp: set sysroot to /.
5722
933aebfa
AH
57232019-03-27 Alan Hayward <alan.hayward@arm.com>
5724
5725 * gdb.base/interrupt-daemon-attach.c (main): Add alarm and sleep
5726 in child.
5727
9f9aa852
AB
57282019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
5729
5730 * gdb.python/py-prettyprint.c (struct container) <is_map_p>: New
5731 field.
5732 (make_container): Initialise new field.
5733 * gdb.python/py-prettyprint.exp: Add new tests.
5734 * gdb.python/py-prettyprint.py (class ContainerPrinter)
5735 <display_hint>: New method.
5736
3714a195
AB
57372019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
5738
5739 * gdb.python/py-prettyprint.exp: Use gdb_breakpoint and
5740 gdb_continue_to_breakpoint more throughout this test.
5741 (run_lang_tests) Supply unique test names, and use
5742 gdb_test_no_output.
5743
18c77628
AB
57442019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
5745
5746 * gdb.base/finish-pretty.exp: Update expected results.
5747 * gdb.base/pretty-print.c: New file.
5748 * gdb.base/pretty-print.exp: New file.
5749
9a93502f
PA
57502019-03-25 Pedro Alves <palves@redhat.com>
5751
5752 * lib/gdb.exp (gdb_test_multiple): Split appends to $code and
5753 move comments outside list. Append '-i "" eof' section.
5754
968aa7ae
AH
57552019-03-22 Alan Hayward <alan.hayward@arm.com>
5756
34a7f2a4 5757 PR testsuite/25016
968aa7ae
AH
5758 * README: Add pie options.
5759 * gdb.base/break-interp.exp: Ensure pie is disabled.
5760 * gdb.base/dump.exp: Likewise.
5761 * lib/gdb.exp (gdb_compile): Add pie option.
5762
4c7d57e7
TT
57632019-03-19 Tom Tromey <tromey@adacore.com>
5764
5765 * gdb.mi/mi2-cli-display.c: New file.
5766 * gdb.mi/mi2-cli-display.exp: New file.
5767
bff8c71f
TT
57682019-03-18 Joel Brobecker <brobecker@adacore.com>
5769 Tom Tromey <tromey@adacore.com>
5770
5771 * gdb.ada/ptype_array/pck.adb: New file.
5772 * gdb.ada/ptype_array/pck.ads: New file.
5773 * gdb.ada/ptype_array/foo.adb: New file.
5774 * gdb.ada/ptype_array.exp: New file.
5775
d085f989
TT
57762019-03-14 Tom Tromey <tromey@adacore.com>
5777
5778 * gdb.base/style.exp: Add "set style sources" test.
5779
b4be1b06
SM
57802019-03-13 Simon Marchi <simon.marchi@ericsson.com>
5781
5782 * mi-breakpoint-location-ena-dis.exp: Rename to ...
5783 * mi-breakpoint-multiple-locations.exp: ... this.
5784 (make_breakpoints_pattern): New proc.
5785 (do_test): Add mi_version parameter, test -break-insert,
5786 -break-info and =breakpoint-created.
5787
7cde5fc2
AB
57882019-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
5789
5790 * config/default.exp: Remove 'load_lib gdb.exp'.
5791 * config/monitor.exp: Likewise.
5792 * config/sid.exp: Likewise.
5793 * config/sim.exp: Likewise.
5794 * config/slite.exp: Likewise.
5795 * config/unix.exp: Likewise.
5796 * gdb.base/default.exp: Remove unhelpful comment.
5797
efbecbc1
AB
57982019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5799
5800 * gdb.fortran/type-kinds.exp: Extend to cover TYPE*SIZE cases.
5801
0841c79a
AB
58022019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5803
5804 * gdb.fortran/intrinsics.exp: Extend to cover ABS.
5805
4a270568
AB
58062019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5807
5808 * gdb.fortran/type-kinds.exp: Update expected results.
5809
067630bd
AB
58102019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5811
5812 * gdb.fortran/type-kinds.exp: Test new integer type kind.
5813
3be47f7a
AB
58142019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5815
5816 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): New
5817 function.
5818 (test_basic_parsing_of_type_kinds): Expand types tested.
5819 (test_parsing_invalid_type_kinds): New function.
5820
4d00f5d8
AB
58212019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5822
5823 * gdb.fortran/intrinsics.exp: New file.
5824 * gdb.fortran/intrinsics.f90: New file.
5825 * gdb.fortran/type-kinds.exp: New file.
5826
c8f91604
AB
58272019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5828
5829 * gdb.fortran/dot-ops.exp: New file.
5830
dd9f2c76
AB
58312019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5832
5833 * gdb.fortran/types.exp (test_logical_literal_types_accepted):
5834 Check upper and lower case logical literals.
5835
84ec9724
AB
58362019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5837
5838 * gdb.fortran/types.exp (test_float_literal_types_accepted):
5839 Remove duplicate tests.
5840
c3734e09
AH
58412019-03-06 Alan Hayward <alan.hayward@arm.com>
5842
5843 * lib/gdb.exp (builtin_cd): rename of cd.
5844 (cd): Override builtin.
5845
aa3cfbda
RB
58462019-03-06 Richard Bunt <richard.bunt@arm.com>
5847
5848 * gdb.fortran/function-calls.exp: New file.
5849 * gdb.fortran/function-calls.f90: New test.
5850
7b63ad86
RB
58512019-03-04 Richard Bunt <richard.bunt@arm.com>
5852
5853 * gdb.fortran/short-circuit-argument-list.exp: Remove reliance
5854 on user program standard output.
5855 * gdb.fortran/short-circuit-argument-list.f90: Record function
5856 calls.
5857
01abb042
AH
58582019-02-28 Alan Hayward <alan.hayward@arm.com>
5859
c3734e09
AH
5860 * lib/gdbserver-support.exp (gdbserver_start): Check for listen
5861 failure.
01abb042 5862
92137da0
RO
58632019-02-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
5864
5865 PR gdb/8527
5866 * gdb.base/interrupt-daemon-attach.c,
5867 gdb.base/interrupt-daemon-attach.exp: New test.
5868
5862844d
PA
58692019-02-27 Pedro Alves <palves@redhat.com>
5870
5871 * gdb.base/page.exp: Add tests for "set width/height -1".
5872
8ed25214
PA
58732019-02-27 Pedro Alves <palves@redhat.com>
5874
5875 * gdb.base/page.exp: Add tests for "set/show width/height" with
5876 "infinite" values.
5877
6c28e44a
TT
58782019-02-27 Tom Tromey <tromey@adacore.com>
5879
5880 * lib/gdb.exp (skip_python_tests_prompt): Don't check for Python
5881 2.4.
5882 * gdb.python/py-finish-breakpoint.exp: Remove Python 2.4
5883 workaround.
5884
bf9a735e
AB
58852019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
5886
5887 * gdb.base/align.exp: Extend to compile in both C and C++, and add
5888 tests for structs with static members.
5889
8791793c
TT
58902019-02-26 Tom Tromey <tromey@adacore.com>
5891
5892 * gdb.python/py-value.exp (test_value_from_buffer): Check for
5893 ValueError, not TypeError.
5894
bc2a507e
KB
58952019-02-26 Kevin Buettner <kevinb@redhat.com>
5896
5897 * gdb.python/py-value.exp (test_value_from_buffer): New proc with
5898 call from main program.
5899
e0e7d3bd
JB
59002019-02-23 Joel Brobecker <brobecker@adacore.com>
5901
5902 * gdb.ada/mi_ref_changeable.exp: Update copyright year range.
5903 * gdb.ada/mi_ref_changeable/foo_rb20_056.adb: Likewise.
5904 * gdb.ada/mi_ref_changeable/pck.adb: Likewise.
5905 * gdb.ada/mi_ref_changeable/pck.ads: Likewise.
5906 * gdb.dwarf2/inlined_subroutine-inheritance.exp: Likewise.
5907
9600246d
KS
59082019-02-22 Keith Seitz <keiths@redhat.com>
5909
5910 PR symtab/23853
5911 * gdb.base/symlink-sourcefile.c: New file.
5912 * gdb.base/symlink-sourcefile.exp: New file.
5913
0c95f9ed
TT
59142019-02-20 Tom Tromey <tom@tromey.com>
5915
5916 * gdb.base/info_qt.exp: Update.
5917
6caa91b6
SM
59182019-02-19 Simon Marchi <simon.marchi@polymtl.ca>
5919
5920 * gdb.base/source.exp: Move "error in sourced script" code to
5921 the end.
5922 * gdb.base/source-error.gdb: Move contents to
5923 source-error-1.gdb. Add new code to source source-error-1.gdb.
5924 * gdb.base/source-error-1.gdb: New file, from previous
5925 source-error.gdb.
5926
6506371f
TT
59272019-02-17 Tom Tromey <tom@tromey.com>
5928
5929 * gdb.base/style.exp: Use -g3 to compile when possible. Add test
5930 for macro styling.
5931 * gdb.base/style.c (SOME_MACRO): New macro.
5932
a0087920
TT
59332019-02-17 Tom Tromey <tom@tromey.com>
5934
5935 * gdb.base/style.exp: Add line-wrapping tests.
5936 * gdb.base/page.exp: Add test for quitting during pagination.
5937
a2cd4f14
JB
59382019-02-17 Joel Brobecker <brobecker@adacore.com>
5939
5940 * gdb.ada/big_packed_array: New testcase.
5941 * gdb.ada/homonym.exp: Fix incorrect expected output for
5942 "break <homonym__get_value>" test.
5943
9d70ffbc
WP
59442019-02-13 Weimin Pan <weimin.pan@oracle.com>
5945
5946 PR breakpoints/21870
5947 * gdb.arch/aarch64-dbreg-contents.exp: Use runto_main + continue
5948 and prepare_for_testing. Add comment.
5949 * gdb.arch/aarch64-dbreg-contents.c: Remove SET_WATCHPOINT and
5950 redundant cleanup call. Clean up comment.
5951
01c7ae81
WP
59522019-02-12 Weimin Pan <weimin.pan@oracle.com>
5953
5954 PR breakpoints/21870
5955 * gdb.arch/aarch64-dbreg-contents.exp: New file.
5956 * gdb.arch/aarch64-dbreg-contents.c: New file.
5957
aff29d1c
JB
59582019-02-10 Joel Brobecker <brobecker@adacore.com>
5959
5960 * gdb.ada/mi_ref_changeable: New testcase.
5961
df0da8a2
AH
59622019-02-07 Alan Hayward <alan.hayward@arm.com>
5963
5964 * gdb.base/attach.exp: Add double attach test.
5965
bd447abb
SM
59662019-02-07 Simon Marchi <simon.marchi@polymtl.ca>
5967
5968 * lib/gdb.exp (default_gdb_start): Don't match pagination
5969 prompt.
5970 (gdb_init): Set stty_init.
5971
1dbc40b9
TT
59722019-01-27 Tom Tromey <tom@tromey.com>
5973
5974 * gdb.python/py-finish-breakpoint.exp: Remove duplicate call to
5975 skip_python_tests.
5976
353229bf
AH
59772019-01-24 Alan Hayward <alan.hayward@arm.com>
5978
5979 * gdb.base/infcall-nested-structs.c (struct struct_static_02_01):
5980 New structure.
5981 (struct struct_static_02_02): Likewise.
5982 (struct struct_static_02_03): Likewise.
5983 (struct struct_static_02_04): Likewise.
5984 (struct struct_static_04_01): Likewise.
5985 (struct struct_static_04_02): Likewise.
5986 (struct struct_static_04_03): Likewise.
5987 (struct struct_static_04_04): Likewise.
5988 (struct struct_static_06_01): Likewise.
5989 (struct struct_static_06_02): Likewise.
5990 (struct struct_static_06_03): Likewise.
5991 (struct struct_static_06_04): Likewise.
5992 (cmp_struct_static_02_01): Likewise.
5993 (cmp_struct_static_02_02): Likewise.
5994 (cmp_struct_static_02_03): Likewise.
5995 (cmp_struct_static_02_04): Likewise.
5996 (cmp_struct_static_04_01): Likewise.
5997 (cmp_struct_static_04_02): Likewise.
5998 (cmp_struct_static_04_03): Likewise.
5999 (cmp_struct_static_04_04): Likewise.
6000 (cmp_struct_static_06_01): Likewise.
6001 (cmp_struct_static_06_02): Likewise.
6002 (cmp_struct_static_06_03): Likewise.
6003 (cmp_struct_static_06_04): Likewise.
6004 (call_all): Test new structs.
6005 * gdb.base/infcall-nested-structs.exp: Likewise.
6006
73021deb
AH
60072019-01-21 Alan Hayward <alan.hayward@arm.com>
6008 * gdb.base/infcall-nested-structs.exp: Test C++ in addition to C.
6009
fc65c7db
AH
60102019-01-21 Alan Hayward <alan.hayward@arm.com>
6011 * gdb.base/stack-protector.c: New test.
6012 * gdb.base/stack-protector.exp: New file.
6013 * gdb.cp/ovldbreak.exp: Only allow a single break line.
6014 * lib/gdb.exp (get_compiler_info): Use getting_compiler_info
6015 option.
6016 (gdb_compile): Remove stack protector for GCC and prevent
6017 recursion.
6018
c24bdb02
KS
60192019-01-16 Keith Seitz <keiths@redhat.com>
6020
6021 PR gdb/23773
6022 * gdb.dwarf2/inlined_subroutine-inheritance.exp: New file.
6023
6f072a10
PFC
60242019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
6025
6026 * gdb.arch/vsx-regs.exp: Add tests that use the vector register
6027 aliases.
6028 * gdb.arch/altivec-regs.exp: Likewise. Fix indentation of two
6029 tests.
6030 * gdb.arch/powerpc-vector-regs.c: New file.
6031 * gdb.arch/powerpc-vector-regs.exp: New file.
6032
a7b8d682
PFC
60332019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
6034
6035 * gdb.arch/altivec-regs.exp: Fix the list passed to
6036 gdb_expect_list when testing "info vector".
6037
6eb6fb67
AB
60382019-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
6039
6040 * gdb.base/style.exp: Don't include path in testname.
6041
b56f80d8
KS
60422019-01-10 Keith Seitz <keiths@redhat.com>
6043
6044 PR gdb/23712
6045 PR symtab/23010
6046 * gdb.dwarf2/multidictionary.exp: New file.
6047
041be526
SM
60482019-01-09 Simon Marchi <simon.marchi@ericsson.com>
6049
6050 * gdb.cp/demangle.exp (test_gnu_style_demangling): Rename to...
6051 (test_gnuv3_style_demangling): ... this.
6052 (test_lucid_style_demangling): Remove.
6053 (test_arm_style_demangling): Remove.
6054 (test_hp_style_demangling): Remove.
6055 (do_tests): Remove calls to the above.
6056
d820d0c3
AB
60572019-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
6058
6059 * lib/mi-support.exp (mi_gdb_test): Remove interactive prompt
6060 case.
6061
f097f5ad
TT
60622019-01-06 Tom Tromey <tom@tromey.com>
6063
6064 PR gdb/28155:
6065 * gdb.dwarf2/typedef-void-finish.exp: New file.
6066
2cd8cc0b
TT
60672018-12-28 Tom Tromey <tom@tromey.com>
6068 Simon Marchi <simark@simark.ca>
6069
6070 * gdb.base/jit-exec.exp: New file.
6071 * gdb.base/jit-exec.c: New file.
6072 * gdb.base/jit-execd.c: New file.
6073
35fb8261
TT
60742018-12-28 Tom Tromey <tom@tromey.com>
6075
6076 * gdb.base/style.exp: Update test to check for address styling.
6077
47fd17cd
TT
60782018-12-28 Tom Tromey <tom@tromey.com>
6079
6080 * gdb.base/style.exp: Add test for styling of "Reading symbols"
6081 message.
6082
d47032b7
TT
60832018-12-28 Tom Tromey <tom@tromey.com>
6084
6085 * gdb.base/style.exp: Add test for version number styling.
6086
af79b68d
TT
60872018-12-28 Tom Tromey <tom@tromey.com>
6088
6089 * gdb.base/style.exp: Add test for print_address_symbolic.
6090
0bb296cb
TT
60912018-12-28 Tom Tromey <tom@tromey.com>
6092
6093 * gdb.base/style.exp: Add test for breakpoint setting.
6094
80ae2043
TT
60952018-12-28 Tom Tromey <tom@tromey.com>
6096
6097 * gdb.base/style.exp: Add test for variable names.
6098
cbe56571
TT
60992018-12-28 Tom Tromey <tom@tromey.com>
6100
6101 * gdb.base/style.exp: New file.
6102 * gdb.base/style.c: New file.
6103
9162a27c
TT
61042018-12-28 Tom Tromey <tom@tromey.com>
6105
6106 * lib/gdb.exp (gdb_init): Set the TERM environment variable to
6107 "dumb".
6108 * gdb.base/readline.exp (operate_and_get_next): Save and restore
6109 the TERM environment variable.
6110
bc543c90
TT
61112018-12-27 Tom Tromey <tom@tromey.com>
6112
6113 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add
6114 pagination test.
6115
6f0ffe50
AB
61162018-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
6117
6118 * gdb.dwarf2/dw2-unusual-field-names.c: New file.
6119 * gdb.dwarf2/dw2-unusual-field-names.exp: New file.
6120
b5a1e557
PW
61212018-12-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6122
6123 * gdb.ada/bp_fun_addr/a.adb (a): Rename to bp_fun_addr.
6124 Filename a.adb changed to bp_fun_addr.adb.
6125 gdb.ada/bp_fun_addr.exp: Update test accordingly.
6126
6e8b1ab2
JV
61272018-12-21 Jan Vrany <jan.vrany@fit.cvut.cz>
6128
6129 * lib/gdb.exp (gdb_compile): Add new nopie flag enforce
6130 non-PIE executables.
6131 * README: Mention the gdb,nopie_flag board setting.
6132 * gdb.arch/amd64-disp-step.exp: Use nopie flag to enforce
6133 non-PIE executable.
6134 * gdb.arch/amd64-entry-value.exp: Likewise.
6135 * gdb.arch/amd64-invalid-stack-middle.exp: Likewise.
6136 * gdb.arch/i386-float.exp: Likewise.
6137 * gdb.arch/i386-signal.exp: Likewise.
6138 * gdb.mi/mi-reg-undefined.exp: Likewise.
6139
d00a27c5
PM
61402018-12-21 Paul Marechal <paul.marechal@ericsson.com>
6141
6142 PR gdb/23974
6143 * gdb.base/info-os.exp: Check return for unknown "info os" type.
6144
161d081c
PW
61452018-12-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6146
6147 * gdb.ada/info_auto_lang.exp: Normalize some_c source file.
6148 Update order of results accordingly.
6149
b001de23
AB
61502018-12-12 Andrew Burgess <andrew.burgess@embecosm.com>
6151
6152 * gdb.base/annota1.exp: Update a test regexp.
6153
99e1a184
AB
61542018-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
6155
6156 * gdb.base/float.exp: Handle RISC-V targets without an FPU.
6157
7a81c1e2
PW
61582018-12-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6159
6160 * gdb.threads/tid-reuse.c (REUSE_TIME_CAP): Declare as 60.
6161 (reuse_time): Initialize to REUSE_TIME_CAP.
6162 (check_rc): New function.
6163 (main): Use REUSE_TIME_CAP instead of hardcoded 60.
6164 Check pthread_create rc.
6165 (spawner_thread_func): Check pthread_create and pthread_join rc.
6166
73e8dc90
PA
61672018-12-08 Pedro Alves <palves@redhat.com>
6168
6169 * gdb.base/list.exp (test_forward_search): Rename to ...
6170 (test_forward_reverse_search): ... this. Also test reverse-search
6171 and the forward-search alias.
6172
13f2ed32
AB
61732018-12-05 Andrew Burgess <andrew.burgess@embecosm.com>
6174
6175 * config/sim.exp (gdb_target_sim): Remove redundant adjustment of
6176 local timeout variable before return, and remove all local timeout
6177 variable entirely.
6178 (gdb_load): Likewise.
6179
64d27cfc
TV
61802018-12-01 Tom de Vries <tdevries@suse.de>
6181
6182 * gdb.base/gdb-caching-proc.exp: New file.
6183
f63c03b4
SDJ
61842018-11-25 Sergio Durigan Junior <sergiodj@redhat.com>
6185
6186 * Makefile.in (TIMESTAMP): New variable.
6187 (check-single): Add $(TIMESTAMP) to the end of $(DO_RUNTEST)
6188 command.
6189 (check-single-racy): Likewise.
6190 (check/%.exp): Likewise.
6191 (check-racy/%.exp): Likewise.
6192 (workers/%.worker): Likewise.
6193 (build-perf): Likewise.
6194 (check-perf): Likewise.
6195 * README: Describe new "TS" and "TS_FORMAT" variables.
6196 * print-ts.py: New file.
6197
1c97054b
BF
61982018-11-21 Benno Fünfstück <benno.fuenfstueck@gmail.com>
6199
6200 PR python/23714
6201 * gdb.python/python.exp: Test command repetition after
6202 gdb.execute.
6203
1871a62d
AB
62042018-11-20 Andrew Burgess <andrew.burgess@embecosm.com>
6205
6206 * gdb.opt/inline-break.exp: Add test that info breakpoint output
6207 is correctly aligned.
6208
fb5e1ed9
PW
62092018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6210
6211 * gdb.ada/info_auto_lang.exp: New testcase.
6212 * gdb.ada/info_auto_lang/global_pack.ads: New file.
6213 * gdb.ada/info_auto_lang/proc_in_ada.adb: New file.
6214 * gdb.ada/info_auto_lang/some_c.c: New file.
6215
43d397ca
PW
62162018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6217
6218 * gdb.dwarf2/dw2-case-insensitive.exp: Update due to auto switch to
6219 FUNC_lang language syntax.
6220
beddd671
PW
62212018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6222
6223 * gdb.base/info_minsym.c: New file.
6224 * gdb.base/info_minsym.exp: New file.
6225
73fc52c4
TT
62262018-11-19 Tom Tromey <tom@tromey.com>
6227
6228 PR rust/23625:
6229 * gdb.rust/simple.exp: Add ptype test. Update expected output.
6230 * gdb.rust/expr.exp: Update expected output. Change one test.
6231
994b876a
TT
62322018-11-19 Tom Tromey <tom@tromey.com>
6233
6234 * gdb.rust/simple.rs: Don't initialize empty_enum_value.
6235
6769f276
PA
62362018-11-19 Pedro Alves <palves@redhat.com>
6237
6238 * gdb.base/warning.exp: Don't override INTERNAL_FLAGS. Use
6239 gdb_spawn_with_cmdline_opts instead of gdb_start. Check that we
6240 see the expected warning.
6241
38a72da0
AH
62422018-11-16 Alan Hayward <alan.hayward@arm.com>
6243
6244 PR gdb/22736:
6245 * gdb.cp/infcall-nodebug-lib.c: New test.
6246 * gdb.cp/infcall-nodebug-main.c: New test.
6247 * gdb.cp/infcall-nodebug.exp: New file.
6248
53a89d6e
SM
62492018-11-12 Simon Marchi <simon.marchi@polymtl.ca>
6250
6251 * gdb.base/skip.exp: Add standard_testfile. Add "skip delete"
6252 completer tests.
6253
9325300d
TV
62542018-11-09 Tom de Vries <tdevries@suse.de>
6255
6256 * gdb.base/msym-lang.c: New test.
6257 * gdb.base/msym-lang.exp: New file.
6258 * gdb.base/msym-lang-main.c: New test.
6259
20f0d60d
TT
62602018-11-08 Tom Tromey <tom@tromey.com>
6261
6262 PR gdb/23555:
6263 PR gdb/23838:
6264 * gdb.base/warning.exp: New file.
6265
b5420128
JB
62662018-11-08 Jan Beulich <jbeulich@suse.com>
6267
6268 * testsuite/gdb.arch/i386-avx512.c,
6269 testsuite/gdb.arch/i386-avx512.exp: Add 7th test.
6270
cd115d61
AB
62712018-11-08 Andrew Burgess <andrew.burgess@embecosm.com>
6272
6273 * gdb.arch/riscv-reg-aliases.exp: Handle targets without floating
6274 point hardware.
6275
35ee2dc2
AB
62762018-11-07 Andrew Burgess <andrew.burgess@embecosm.com>
6277
6278 * gdb.dwarf2/void-type.exp: Rename types, and make var_a an 'int'.
6279 * gdb.dwarf2/missing-type-name.exp: New file.
6280
31aceee8
TV
62812018-11-06 Tom de Vries <tdevries@suse.de>
6282
6283 * gdb.base/many-headers.c: New test.
6284 * gdb.base/many-headers.exp: New file.
6285
109be305
JW
62862018-11-06 Jim Wilson <jimw@sifive.com>
6287
6288 * gdb.base/code_elim.exp: For riscv, set additional_flags
6289 to include -msmall-data-limit=0.
6290
e2b7af72
JB
62912018-11-01 Joel Brobecker <brobecker@adacore.com>
6292
6293 * gdb.ada/watch_minus_l: New testcase.
6294
cdcda965
SM
62952018-11-01 Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
6296
6297 * gdb.arch/aix-sighandle.c: New file.
6298 * gdb.arch/aix-sighandle.exp: New file.
6299
92dcebf3
AB
63002018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
6301
6302 * gdb.arch/riscv-reg-aliases.exp: Rewrite to take account of float
6303 registers being unions.
6304
68b9ac18
TV
63052018-10-31 Tom de Vries <tdevries@suse.de>
6306
6307 * lib/valgrind.exp: New file.
6308 (vgdb_start, vgdb_stop): New procs, factored out of ...
6309 * gdb.base/valgrind-bt.exp: ... here, ...
6310 * gdb.base/valgrind-disp-step.exp: ... here and ...
6311 * gdb.base/valgrind-infcall.exp: ... here.
6312
1443936e
TV
63132018-10-31 Tom de Vries <tdevries@suse.de>
6314
6315 * lib/gdb.exp (get_valueof): Don't output read value in test name.
6316
eb77c9df
AB
63172018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
6318
6319 * gdb.dwarf2/void-type.c: New file.
6320 * gdb.dwarf2/void-type.exp: New file.
6321
82b5e646
PW
63222018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6323
6324 * gdb.base/info_qt.c: New file.
6325 * gdb.base/info_qt.exp: New file.
6326
8d619c01
EBM
63272018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
6328
6329 * gdb.arch/powerpc-htm-regs.c: New file.
6330 * gdb.arch/powerpc-htm-regs.exp: New file.
6331
f2cf6173
EBM
63322018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
6333
6334 * gdb.arch/powerpc-tar.c: New file.
6335 * gdb.arch/powerpc-tar.exp: New file.
6336
7ca18ed6
EBM
63372018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
6338
6339 * gdb.arch/powerpc-ppr-dscr.c: New file.
6340 * gdb.arch/powerpc-ppr-dscr.exp: New file.
6341
bfcc0eba
TV
63422018-10-25 Tom de Vries <tdevries@suse.de>
6343
6344 * gdb.base/valgrind-db-attach.exp: Rewrite to use vgdb.
6345
fe1a5cad
TV
63462018-10-24 Tom de Vries <tdevries@suse.de>
6347
6348 * lib/gdb.exp (gdb_test_multiple): Log wait status on process no
6349 longer exists error.
6350
a76dc3b7
TV
63512018-10-24 Tom de Vries <tdevries@suse.de>
6352
6353 * gdb.base/catch-follow-exec.exp: Rewrite using gdb_test.
6354
4df46df7
TV
63552018-10-24 Tom de Vries <tdevries@suse.de>
6356
6357 * gdb.base/valgrind-db-attach.exp: Handle removed support for
6358 --db-attach in valgrind.
6359
0dbfcfff
AB
63602018-10-23 Andrew Burgess <andrew.burgess@embecosm.com>
6361
6362 * gdb.arch/riscv-reg-aliases.c: New file.
6363 * gdb.arch/riscv-reg-aliases.exp: New file.
6364
b04480b1
AH
63652018-10-19 Alan Hayward <alan.hayward@arm.com>
6366
6367 * gdb.python/py-cmd.exp: Check for gdb_prompt.
6368
2c6ac8d7
AH
63692018-10-19 Alan Hayward <alan.hayward@arm.com>
6370
6371 * gdb.base/vla-optimized-out.exp: Allow either optimized out or 6.
6372
2bc69f25
AH
63732018-10-19 Alan Hayward <alan.hayward@arm.com>
6374
6375 * gdb.cp/ovldbreak.exp: Fix regexps.
6376
1f1ae3a3
AH
63772018-10-19 Alan Hayward <alan.hayward@arm.com>
6378
6379 * gdb.compile/compile-cplus-print.exp: Start inferior earlier.
6380
94c18618
SDJ
63812018-10-18 Sergio Durigan Junior <sergiodj@redhat.com>
6382
6383 PR cli/23785
6384 * gdb.base/restore.exp: New test to check if "restore" with an
6385 invalid file doesn't segfault.
6386
812cd6eb
TV
63872018-10-18 Tom de Vries <tdevries@suse.de>
6388
6389 * gdb.ada/bp_inlined_func.exp: Fix capitalized test name.
6390 * gdb.ada/excep_handle.exp: Same.
6391 * gdb.ada/mi_string_access.exp: Same.
6392 * gdb.ada/mi_var_union.exp: Same.
6393 * gdb.arch/arc-analyze-prologue.exp: Same.
6394 * gdb.arch/arc-decode-insn.exp: Same.
6395 * gdb.base/readnever.exp: Same.
6396 * gdb.fortran/printing-types.exp: Same.
6397 * gdb.guile/scm-lazy-string.exp: Same.
6398
c4b90788
TV
63992018-10-16 Tom de Vries <tdevries@suse.de>
6400
6401 PR gdb/23730
6402 * gdb.base/catch-follow-exec.c: Add copyright notice.
6403 * gdb.base/catch-follow-exec.exp: Rewrite to use
6404 gdb_spawn_with_cmdline_opts. Require gdb-native.
6405
8bca2978
SL
64062018-10-12 Sandra Loosemore <sandra@codesourcery.com>
6407
6408 * gdb.trace/actions-changed.exp: Check for arch support.
6409 * gdb.trace/actions.exp: Likewise.
6410 * gdb.trace/ax.exp: Likewise.
6411 * gdb.trace/backtrace.exp: Likewise.
6412 * gdb.trace/change-loc.exp: Likewise.
6413 * gdb.trace/deltrace.exp: Likewise.
6414 * gdb.trace/ftrace-lock.exp: Check for shlib and arch support.
6415 * gdb.trace/ftrace.exp: Likewise.
6416 * gdb.trace/infotrace.exp: Check for arch support.
6417 * gdb.trace/mi-trace-frame-collected.exp: Likewise.
6418 * gdb.trace/mi-tracepoint-changed.exp: Likewise.
6419 * gdb.trace/mi-tsv-changed.exp: Likewise.
6420 * gdb.trace/packetlen.exp: Likewise.
6421 * gdb.trace/passc-dyn.exp: Likewise.
6422 * gdb.trace/passcount.exp: Likewise.
6423 * gdb.trace/pending.exp: Likewise.
6424 * gdb.trace/range-stepping.exp: Check for shlib support.
6425 * gdb.trace/report.exp: Check for arch support.
6426 * gdb.trace/save-trace.exp: Likewise.
6427 * gdb.trace/signal.exp: Check for signal support.
6428 * gdb.trace/tfind.exp: Check for arch support.
6429 * gdb.trace/trace-break.exp: Check for arch and shlib support.
6430 * gdb.trace/trace-common.h: Add comment.
6431 * gdb.trace/trace-condition.exp: Check for shlib and arch support.
6432 * gdb.trace/trace-enable-disable.exp: Likewise.
6433 * gdb.trace/trace-mt.exp: Likewise. Remove redundant untested call.
6434 * gdb.trace/tracecmd.exp: Check for arch support.
6435 * gdb.trace/tspeed.exp: Check for shlib and target support.
6436 * gdb.trace/tstatus.exp: Check for arch support.
6437 * gdb.trace/tsv.exp: Likewise.
6438 * gdb.trace/while-dyn.exp: Likewise.
6439 * gdb.trace/while-stepping.exp: Likewise.
6440 * lib/trace-support.exp (gdb_trace_common_supports_arch): New.
6441
f9c49bff
SM
64422018-10-12 Simon Marchi <simon.marchi@ericsson.com>
6443
6444 * gdb.trace/tspeed.exp: Remove nowarnings.
6445 (prepare_for_trace_test): Declare "global ipalib".
6446 * gdb.trace/tspeed.c: Include unistd.h.
6447 (main): Remove superfluous printf argument.
6448
d4330bde
SL
64492018-10-11 Sandra Loosemore <sandra@codesourcery.com>
6450
6451 * gdb.base/solib-vanish.exp: Fix regexp not to require a POSIX
6452 directory prefix on the filename.
6453
8ecfd7bd
SDJ
64542018-10-10 Sergio Durigan Junior <sergiodj@redhat.com>
6455
6456 * gdb.gdb/unittest.exp: Update expected message informing that
6457 selftests have been disabled.
6458 * gdb.server/unittest.exp: Likewise.
6459
58bbcd02
TV
64602018-10-09 Tom de Vries <tdevries@suse.de>
6461
6462 * lib/gdb.exp (target_supports_scheduler_locking): Replace gdb_start_cmd
6463 with runto_main.
6464
9f6b697b
WP
64652018-10-08 Weimin Pan <weimin.pan@oracle.com>
6466
6467 PR c++/16841
6468 * gdb.cp/virtbase2.cc: New file.
6469 * gdb.cp/virtbase2.exp: New file.
6470
add5ded5
TT
64712018-10-06 Tom Tromey <tom@tromey.com>
6472
6473 PR python/19399:
6474 * gdb.python/py-inferior.exp: Add architecture test.
6475
f9e48344
TT
64762018-10-06 Tom Tromey <tom@tromey.com>
6477
6478 * gdb.base/gnu-ifunc.exp (build): Use standard_output_file.
6479 * gdb.trace/unavailable-dwarf-piece.exp: Use standard_output_file.
6480
2a8be203
TT
64812018-10-06 Tom Tromey <tom@tromey.com>
6482
6483 * gdb.python/py-breakpoint.exp (check_last_event): Check location
6484 of a "throw" catchpoint.
6485
e04caa70
SDJ
64862018-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
6487
6488 * gdb.base/info-proc.exp: Update string expected from "help info
6489 proc".
6490
5ca8c39f
TT
64912018-10-04 Tom Tromey <tom@tromey.com>
6492
6493 * gdb.cp/maint.exp (test_invalid_name): Update expected output.
6494 * gdb.gdb/complaints.exp (test_short_complaints): Remove.
6495 (test_initial_complaints, test_empty_complaints): Update.
6496 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
6497
3453e7e4
TT
64982018-10-04 Tom Tromey <tom@tromey.com>
6499
6500 PR cli/19551:
6501 * lib/mi-support.exp (mi_gdb_file_cmd): Update.
6502 * lib/gdb.exp (gdb_file_cmd): Update.
6503 * gdb.stabs/weird.exp (print_weird_var): Update.
6504 * gdb.server/solib-list.exp: Update.
6505 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Update.
6506 * gdb.mi/mi-cli.exp: Update.
6507 * gdb.linespec/linespec.exp: Update.
6508 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
6509 * gdb.dwarf2/dw2-objfile-overlap.exp: Update.
6510 * gdb.cp/cp-relocate.exp: Update.
6511 * gdb.base/sym-file.exp: Update.
6512 * gdb.base/relocate.exp: Update.
6513 * gdb.base/readnever.exp: Update.
6514 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
6515 * gdb.base/kill-detach-inferiors-cmd.exp: Update.
6516 * gdb.base/dbx.exp (gdb_file_cmd): Update.
6517 * gdb.base/code_elim.exp: Update.
6518 * gdb.base/break-unload-file.exp (test_break): Update.
6519 * gdb.base/break-interp.exp (test_attach_gdb): Update.
6520 * gdb.base/break-idempotent.exp (force_breakpoint_re_set):
6521 Update.
6522 * gdb.base/attach.exp (do_attach_tests): Update.
6523 * gdb.base/sepdebug.exp: Update.
6524 * gdb.python/py-section-script.exp: Update.
6525
6afcf761
TT
65262018-10-04 Tom Tromey <tom@tromey.com>
6527
6528 PR cli/22234:
6529 * gdb.dwarf2/dw2-stack-boundary.exp: Update expected output.
6530 * gdb.gdb/complaints.exp (test_short_complaints): Update expected
6531 output.
6532
fef1b293
TT
65332018-10-04 Tom Tromey <tom@tromey.com>
6534
6535 * gdb.base/attach.exp (test_command_line_attach_run): Use -quiet;
6536 set width and height to 0.
6537 (test_command_line_attach_run): Use -quiet.
6538
ca98345e
SL
65392018-10-03 Sandra Loosemore <sandra@codesourcery.com>
6540
6541 * lib/gdb.exp (skip_ifunc_tests): New.
6542 * gdb.base/gnu-ifunc.exp: Skip if no ifunc support. Handle
6543 other compile failures.
6544 * gdb.compile/compile-ifunc.exp: Skip if no ifunc support.
6545
ff34e6ae
SM
65462018-10-01 Simon Marchi <simon.marchi@ericsson.com>
6547
6548 * gdb.arch/i386-avx512.exp: Fix setting of nr_regs based on
6549 is_amd64_regs_target.
6550
6bb8890e
AH
65512018-10-01 Alan Hayward <alan.hayward@arm.com>
6552
6553 * gdb.arch/aarch64-sighandler-regs.c: New test.
6554 * gdb.arch/aarch64-sighandler-regs.exp: New file.
6555 * lib/gdb.exp (skip_aarch64_sve_tests): New proc.
6556
224d30d3
MM
65572018-10-01 Markus Metzger <markus.t.metzger@intel.com>
6558
6559 * lib/gdb.exp (is_amd64_regs_target): Change assembly to C inline
6560 assembly.
6561
f67ffa6a
AB
65622018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
6563
6564 * gdb.base/frame-selection.exp: New file.
6565 * gdb.base/frame-selection.c: New file.
6566
9fc3183f
AH
65672018-09-27 Alan Hayward <alan.hayward@arm.com>
6568
6569 * gdb.threads/check-libthread-db.c (thread_routine): Use a
6570 pthread barrier.
6571 (main): Likewise.
6572
d354055e
AB
65732018-09-26 Andrew Burgess <andrew.burgess@embecosm.com>
6574
6575 * gdb.base/large-frame-1.c: New file.
6576 * gdb.base/large-frame-2.c: New file.
6577 * gdb.base/large-frame.exp: New file.
6578 * gdb.base/large-frame.h: New file.
6579
db727370
JL
65802018-09-24 Jozef Lawrynowicz <jozef.l@mittosystems.com>
6581
6582 PR gdb/20948
6583 * gdb.base/write_mem.exp: New test.
6584 * gdb.base/write_mem.c: Likewise.
6585
ae778caf
TT
65862018-09-23 Tom Tromey <tom@tromey.com>
6587
6588 PR python/18852:
6589 * gdb.python/py-parameter.exp: Add test for parameter that throws
6590 on "set".
6591
fd3ba736
TT
65922018-09-23 Tom Tromey <tom@tromey.com>
6593
6594 PR python/17284:
6595 * gdb.python/py-template.exp (test_template_arg): Add test for
6596 negative template argument number.
6597
39a24317
TT
65982018-09-23 Tom Tromey <tom@tromey.com>
6599
6600 PR python/14062:
6601 * gdb.python/python.exp: Add test for post_event error.
6602
f5769a2c
TT
66032018-09-23 Tom Tromey <tom@tromey.com>
6604
6605 PR python/18170:
6606 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests to
6607 convert pointers to int and long.
6608
1c1e54f6
TT
66092018-09-23 Tom Tromey <tom@tromey.com>
6610
6611 PR python/20126:
6612 * gdb.python/py-value.exp (test_value_numeric_ops): Add
6613 signed-ness conversion tests.
6614
fb4fa946
TT
66152018-09-23 Tom Tromey <tom@tromey.com>
6616
6617 PR python/18352;
6618 * gdb.python/py-value.exp (test_float_conversion): New proc.
6619 Use it.
6620
a466edac
HAQ
66212018-09-20 Hafiz Abid Qadeer <abidh@codesourcery.com>
6622
6623 gdb.base/reggroups.exp (fetch_reggroups): Add '_' in match pattern.
6624
4ee9b0c5
SL
66252018-09-18 Sandra Loosemore <sandra@codesourcery.com>
6626
6627 * gdb.base/complete-empty.exp: Skip tab-completion tests if
6628 no readline.
6629 * gdb.base/utf8-identifiers.exp: Likewise.
6630 * gdb.cp/cpcompletion.exp: Likewise.
6631 * gdb.linespec/cpcompletion.exp: Likewise.
6632 * gdb.linespec/cpls-abi-tag.exp: Likewise.
6633 * gdb.linespec/cpls-ops.exp: Likewise.
6634
23be8da7
RB
66352018-09-19 Richard Bunt <richard.bunt@arm.com>
6636 Chris January <chris.january@arm.com>
6637
6638 * gdb.cp/koenig.exp: Extend to test logical short circuiting.
6639 * gdb.fortran/short-circuit-argument-list.exp: New file.
6640 * gdb.fortran/short-circuit-argument-list.f90: New test.
6641
5031d0ae
SDJ
66422018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
6643
6644 * gdb.arch/amd64-invalid-stack-top.exp: Expect optional
6645 "arch=" keyword when executing "-stack-list-frames".
6646
b4c0d1a4
SDJ
66472018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
6648
6649 * gdb.arch/amd64-invalid-stack-middle.exp: Expect optional
6650 "arch=" keyword when executing "-stack-list-frames".
6651
7a6d2b45
SDJ
66522018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
6653
6654 * gdb.ada/complete.exp: Expect for "@" when doing "complete
6655 break ada".
6656
8588b356
SM
66572018-09-17 Simon Marchi <simon.marchi@polymtl.ca>
6658
6659 PR python/23669
6660 * gdb.python/python.exp: Test gdb.execute("show commands").
6661
65e65158
TT
66622018-09-16 Tom Tromey <tom@tromey.com>
6663
6664 * gdb.base/new-ui.exp (do_execution_tests): Update.
6665 * gdb.base/dbx.exp (test_breakpoints): Update.
6666
bf326452
AH
66672018-09-14 Alan Hayward <alan.hayward@arm.com>
6668
6669 * lib/gdb.exp (gdb_simple_compile): Add proc.
6670 (is_elf_target): Use gdb_simple_compile.
6671 (skip_altivec_tests): Likewise.
6672 (skip_vsx_tests): Likewise.
6673 (skip_tsx_tests): Likewise.
6674 (skip_btrace_tests): Likewise.
6675 (skip_btrace_pt_tests): Likewise.
6676 (gdb_can_simple_compile): Likewise.
6677 (gdb_has_argv0): Likewise.
6678 (gdb_target_symbol_prefix): Likewise.
6679 (target_supports_scheduler_locking): Likewise.
6680
2361b0fb
TT
66812018-09-13 Tom Tromey <tom@tromey.com>
6682
6683 * Makefile.in (TAGS): Recognize proc_with_prefix and
6684 gdb_caching_proc.
6685
0ae1a321
SM
66862018-09-13 Simon Marchi <simon.marchi@ericsson.com>
6687
6688 * gdb.python/py-progspace.exp: Test the Progspace.objfiles
6689 method.
6690
a40bf0c2
SM
66912018-09-13 Simon Marchi <simon.marchi@ericsson.com>
6692
6693 * gdb.python/py-inferior.exp: Add tests for Inferior.progspace
6694 and a few other Inferior properties when the Inferior is no
6695 longer valid.
6696
4a3fe98f
TT
66972018-09-13 Tom Tromey <tom@tromey.com>
6698
6699 PR rust/23650:
6700 * gdb.rust/simple.exp: Add test for enum field access error.
6701
098b2108
TT
67022018-09-13 Tom Tromey <tom@tromey.com>
6703
6704 PR rust/23626:
6705 * gdb.rust/simple.rs (EmptyEnum): New type.
6706 (main): Use it.
6707 * gdb.rust/simple.exp (test_one_slice): Add empty enum test.
6708
1256af7d
SM
67092018-09-13 Simon Marchi <simon.marchi@ericsson.com>
6710
6711 * gdb.python/py-inferior.exp: Test repr() of gdb.Inferior.
6712 * gdb.python/py-objfile.exp: Test repr() of gdb.Objfile.
6713 * gdb.python/py-symtab.exp: Update test printing an objfile.
6714
4aa8e6c2
SM
67152018-09-12 Simon Marchi <simon.marchi@ericsson.com>
6716
6717 * gdb.python/py-inferior.exp: Test using an invalid gdb.Inferior
6718 object.
6719
c221b2f7
AH
67202018-09-12 Alan Hayward <alan.hayward@arm.com>
6721
6722 * lib/gdb.exp (gdb_can_simple_compile): Add proc.
6723 (support_complex_tests): Use gdb_can_simple_compile.
6724 (is_ilp32_target): Likewise.
6725 (is_lp64_target): Likewise.
6726 (is_64_target): Likewise.
6727 (is_amd64_regs_target): Likewise.
6728 (is_aarch32_target): Likewise.
6729 (gdb_int128_helper): Likewise.
6730
6f1107b5
JK
67312018-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
6732
6733 * Makefile.in (check-parallel-racy): Fix dg-extract-results.sh path.
6734
1f5d1570
JG
67352018-09-10 Jerome Guitton <guitton@adacore.com>
6736
6737 * gdb.ada/same_component_name: Add test for case of tagged record
6738 with variable-length fields.
6739
cc330e39
XR
67402018-09-10 Xavier Roirand <roirand@adacore.com>
6741
6742 * gdb.ada/access_to_unbounded_array.exp: New testcase.
6743 * gdb.ada/access_to_unbounded_array/foo.adb: New file.
6744 * gdb.ada/access_to_unbounded_array/pack.adb: New file.
6745 * gdb.ada/access_to_unbounded_array/pack.ads: New file.
6746
b9c50e9a
XR
67472018-09-10 Xavier Roirand <roirand@adacore.com>
6748
6749 * gdb.ada/mi_string_access.exp: New testcase.
6750 * gdb.ada/mi_string_access/bar.adb: New file.
6751 * gdb.ada/mi_string_access/pck.adb: New file.
6752 * gdb.ada/mi_string_access/pck.asd: New file.
6753
2963898f
XR
67542018-09-10 Xavier Roirand <roirand@adacore.com>
6755
6756 * gdb.ada/mi_var_union.exp: New testcase.
6757 * gdb.ada/mi_var_union/bar.adb: New file.
6758 * gdb.ada/mi_var_union/pck.adb: New file.
6759 * gdb.ada/mi_var_union/pck.asd: New file.
6760
1aac008f
TT
67612018-09-08 Tom Tromey <tom@tromey.com>
6762
6763 * gdb.python/py-prettyprint.exp: Use with_test_prefix.
6764
332cf4c9
TT
67652018-09-08 Tom Tromey <tom@tromey.com>
6766
6767 PR python/16047:
6768 * gdb.python/py-prettyprint.py (pp_int_typedef3): New class.
6769 (register_pretty_printers): Register new printer.
6770 * gdb.python/py-prettyprint.exp (run_lang_tests): Add int_type3
6771 test.
6772 * gdb.python/py-prettyprint.c (int_type3): New typedef.
6773 (an_int_type3): New global.
6774
424da6cf
JB
67752018-09-08 Joel Brobecker <brobecker@adacore.com>
6776
6777 * gdb.ada/expr_with_funcall: New testcase.
6778
2a62dfa9
JB
67792018-09-08 Joel Brobecker <brobecker@adacore.com>
6780
6781 * gdb.ada/packed_array_assign: New testcase.
6782
96b6697f
AB
67832018-09-07 Andrew Burgess <andrew.burgess@embecosm.com>
6784
6785 * gdb.base/watchpoint.exp (test_complex_watchpoint): Extend test
6786 names, and add test prefixes to make test names unique.
6787
e4a62c65
TV
67882018-09-05 Tom de Vries <tdevries@suse.de>
6789
6790 * gdb.dwarf2/varval.exp: Add test.
6791
dd083ee2
GB
67922018-09-04 Gary Benson <gbenson@redhat.com>
6793
6794 * gdb.base/batch-exit-status.exp: Use gdb_test_multiple and expect
6795 'eof' before 'wait -i'. Use remote_close and clear_gdb_spawn_id.
6796
aef9346c
TT
67972018-08-31 Tom Tromey <tom@tromey.com>
6798
6799 * gdb.rust/simple.rs: Rename second variable "v".
6800
c67f2e15
AB
68012018-08-30 Andrew Burgess <andrew.burgess@embecosm.com>
6802
6803 * gdb.base/funcargs.c (use_a): New function.
6804 (recurse): Call use_a.
6805
078a0207
KS
68062018-08-29 Keith Seitz <keiths@redhat.com>
6807
6808 * gdb.compile/compile-cplus-anonymous.cc: New file.
6809 * gdb.compile/compile-cplus-anonymous.exp: New file.
6810 * gdb.compile/compile-cplus-array-decay.cc: New file.
6811 * gdb.compile/compile-cplus-array-decay.exp: New file.
6812 * gdb.compile/compile-cplus-inherit.cc: New file.
6813 * gdb.compile/compile-cplus-inherit.exp: New file.
6814 * gdb.compile/compile-cplus-member.cc: New file.
6815 * gdb.compile/compile-cplus-member.exp: New file.
6816 * gdb.compile/compile-cplus-method.cc: New file.
6817 * gdb.compile/compile-cplus-method.exp: New file.
6818 * gdb.compile/compile-cplus-mod.c: "New" file.
6819 * gdb.compile/compile-cplus-namespace.cc: New file.
6820 * gdb.compile/compile-cplus-namespace.exp: New file.
6821 * gdb.compile/compile-cplus-nested.cc: New file.
6822 * gdb.compile/compile-cplus-nested.exp: New file.
6823 * gdb.compile/compile-cplus-print.c: "New" file.
6824 * gdb.compile/compile-cplus-print.exp: "New" file.
6825 * gdb.compile/compile-cplus-virtual.cc: New file.
6826 * gdb.compile/compile-cplus-virtual.exp: New file.
6827 * gdb.compile/compile-cplus.c: "New" file.
6828 * gdb.compile/compile-cplus.exp: "New" file.
6829 * lib/compile-support.exp: New file.
6830
b0f492b9
GB
68312018-08-16 Gary Benson <gbenson@redhat.com>
6832
6833 PR gdb/13000:
6834 * gdb.base/batch-exit-status.exp: New file.
6835 * gdb.base/batch-exit-status.good-commands: Likewise.
6836 * gdb.base/batch-exit-status.bad-commands: Likewise.
6837
36eb4c5f
AH
68382018-08-29 Alan Hayward <alan.hayward@arm.com>
6839
6840 * gdb.base/infcall-nested-structs.c (struct struct01): Remove.
6841 (struct struct02): Likewise.
6842 (struct struct03): Likewise.
6843 (struct struct04): Likewise.
6844 (struct struct_01_01): New struct.
6845 (struct struct_01_02): Likewise.
6846 (struct struct_01_03): Likewise.
6847 (struct struct_01_04): Likewise.
6848 (struct struct_02_01): Likewise.
6849 (struct struct_02_02): Likewise.
6850 (struct struct_02_03): Likewise.
6851 (struct struct_02_04): Likewise.
6852 (struct struct_04_01): Likewise.
6853 (struct struct_04_02): Likewise.
6854 (struct struct_04_03): Likewise.
6855 (struct struct_04_04): Likewise.
6856 (struct struct_05_01): Likewise.
6857 (struct struct_05_02): Likewise.
6858 (struct struct_05_03): Likewise.
6859 (struct struct_05_04): Likewise.
6860 (cmp_struct01): Remove function.
6861 (cmp_struct02): Likewise.
6862 (cmp_struct03): Likewise.
6863 (cmp_struct04): Likewise.
6864 (cmp_struct_01_01): Add Function.
6865 (cmp_struct_01_02): Likewise.
6866 (cmp_struct_01_03): Likewise.
6867 (cmp_struct_01_04): Likewise.
6868 (cmp_struct_02_01): Likewise.
6869 (cmp_struct_02_02): Likewise.
6870 (cmp_struct_02_03): Likewise.
6871 (cmp_struct_02_04): Likewise.
6872 (cmp_struct_04_01): Likewise.
6873 (cmp_struct_04_02): Likewise.
6874 (cmp_struct_04_03): Likewise.
6875 (cmp_struct_04_04): Likewise.
6876 (cmp_struct_05_01): Likewise.
6877 (cmp_struct_05_02): Likewise.
6878 (cmp_struct_05_03): Likewise.
6879 (cmp_struct_05_04): Likewise.
6880 (call_all): Add new structs.
6881 * gdb.base/infcall-nested-structs.exp: Likewise.
6882
3bf9c013
JV
68832018-08-27 Jan Vrany <jan.vrany@fit.cvut.cz>
6884
6885 * gdb.python/py-framefilter-mi.exp: Update regexp to
6886 check for "arch" field in frame output.
6887
450d1e88
KB
68882018-08-23 Kevin Buettner <kevinb@redhat.com>
6889
6890 * gdb.dwarf2/dw2-ranges-func.c: New file.
6891 * gdb.dwarf2/dw2-ranges-func.exp: New file.
6892
ae739fe7
SM
68932018-08-22 Simon Marchi <simon.marchi@polymtl.ca>
6894
6895 * gdb.base/term.exp: Compare terminal settings with values from
6896 the inferior.
6897 * gdb.base/term.c: Get and set terminal settings.
6898
6d52907e
JV
68992018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
6900
6901 * lib/mi-support.exp (mi_expect_stop): Update regexp to
6902 accommodate new "arch" field in frame output.
6903 * gdb.mi/mi-return.exp: Likewise.
6904 * gdb.mi/mi-stack.exp: Likewise.
6905 * gdb.mi/mi-syn-frame.exp: Likewise.
6906 * gdb.mi/user-selected-context-sync.exp: Likewise.
6907
be2d111a
MS
69082018-08-19 Michael Spang <spang@google.com>
6909
6910 PR gdb/11786
6911 * gdb.base/gcore-tls-pie.c: New file.
6912 * gdb.base/gcore-tls-pie.exp: New file.
6913
ae3a7c47
KB
69142018-08-18 Kevin Buettner <kevinb@redhat.com>
6915
6916 * lib/dwarf.exp: Add support for DW_OP_GNU_variable_value.
7d140d1a
KB
6917 * gdb.dwarf2/varval.c: New file.
6918 * gdb.dwarf2/varval.exp: New file.
ae3a7c47 6919
2ecae92e
AH
69202018-08-17 Alan Hayward <alan.hayward@arm.com>
6921
6922 PR gdb/18931
6923 * gdb.arch/aarch64-fp.c (main): Fix asm registers.
6924
c1854f1d
KS
69252018-08-16 Keith Seitz <keiths@redhat.com>
6926
6927 * gdb.compile/compile.exp: Use gdb_test_no_output for "compile code"
6928 tests expected to pass.
6929
26fb3983
JV
69302018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
6931
6932 * gdb.mi/mi-disassemble.exp (test_disassembly_only): Add tests for
6933 -data-disassemble -a.
6934 (test_disassembly_bogus_args): Likewise.
6935
67943c00
AB
69362018-08-14 Andrew Burgess <andrew.burgess@embecosm.com>
6937
6938 * gdb.mi/list-thread-groups-available.exp: Update test regexp.
6939
5ff2bbae
AB
69402018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
6941
6942 * gdb.base/vla-optimized-out.exp: Add new test.
6943
e5bbcd0f
AB
69442018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
6945
6946 * gdb.base/vla-optimized-out-o3.exp: Delete.
6947 * gdb.base/vla-optimized-out-o3-strict.exp: Delete.
6948 * gdb.base/vla-optimized-out.exp: Extend to cover all of the
6949 deleted tests.
6950
9d4a934c
AB
69512018-08-08 Andrew Burgess <andrew.burgess@embecosm.com>
6952
6953 PR gdb/18050:
6954 * gdb.server/extended-remote-restart.c: New file.
6955 * gdb.server/extended-remote-restart.exp: New file.
6956
045cf012
SM
69572018-08-07 Simon Marchi <simon.marchi@polymtl.ca>
6958
6959 * gdb.fortran/nested-funcs.exp: Replace "set index = 42" with
6960 "set variable index = 42".
6961
87d6a7aa
SM
69622018-08-07 Simon Marchi <simon.marchi@ericsson.com>
6963
6964 * boards/index-cache-gdb.exp: New file.
6965 * gdb.dwarf2/index-cache.exp: New file.
6966 * gdb.dwarf2/index-cache.c: New file.
6967 * gdb.base/maint.exp: Check if we are using the index cache.
6968
96d68bd4
RO
69692018-08-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
6970
6971 * Makefile.in (saw_dash_j): Allow for GNU make 4.2+ passing -jN in
6972 MAKEFLAGS.
6973
5a699617
RO
69742018-08-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
6975
6976 * dg-extract-results.sh: Move to toplevel contrib.
6977 * Makefile.in (check-parallel): Reflect dg-extract-results.sh move.
6978 * Makefile.in (check-parallel-racy): Likewise.
6979
5bd18990
AB
69802018-08-06 Andrew Burgess <andrew.burgess@embecosm.com>
6981
6982 * lib/gdb.exp (target_supports_scheduler_locking): New proc.
6983 * gdb.mi/mi-cmd-param-changed.exp: Only run scheduler locking
6984 tests if the target supports scheduler locking.
6985
3fbbcf47
TV
69862018-08-04 Tom de Vries <tdevries@suse.de>
6987
6988 * gdb.python/py-rbreak.exp: Fix rbreak regexp.
6989
3e1d3d8c
TT
69902018-08-02 Tom Tromey <tom@tromey.com>
6991
6992 PR symtab/16842.
6993 * gdb.cp/temargs.exp: Test "info address" of a template
6994 parameter.
6995
5abe0f0c
JV
69962018-07-31 Jan Vrany <jan.vrany@fit.cvut.cz>
6997
6998 * gdb.python/py-mi-var-info-path-expression.c: New file.
6999 * gdb.python/py-mi-var-info-path-expression.py: New file.
7000 * gdb.python/py-mi-var-info-path-expression.exp: New file.
7001
fb66cde8
SDJ
70022018-07-30 Sergio Durigan Junior <sergiodj@redhat.com>
7003
7004 * lib/gdbserver-support.exp (gdbserver_start): Match any kind of
7005 error after "cannot resolve name" string.
7006
c708f4d2
AB
70072018-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
7008
7009 * gdb.trace/tspeed.exp: Only call gdb_load_shlib after gdb has
7010 started.
7011 * lib/gdb.exp (gdb_load_shlib): Call perror if GDB is not running.
7012
37cc0cae
TV
70132018-07-28 Tom de Vries <tdevries@suse.de>
7014
7015 * gdb.base/vla-optimized-out-o3-strict.exp: New file.
7016
63b4ecf7
TV
70172018-07-26 Tom de Vries <tdevries@suse.de>
7018
7019 * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
7020
3c3bb058
AB
70212018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
7022
7023 * gdb.base/maint.exp: Add check that dwarf unwinders control flag
7024 is visible.
7025
9e7f3bbb
TV
70262018-07-26 Tom de Vries <tdevries@suse.de>
7027
7028 PR breakpoints/23366
7029 * gdb.base/catch-follow-exec.c: New test.
7030 * gdb.base/catch-follow-exec.exp: New file.
7031
16f808ec
TV
70322018-07-25 Tom de Vries <tdevries@suse.de>
7033
7034 * gdb.base/vla-optimized-out-o3.exp: New file. Reuse
7035 vla-optimized-out.c.
7036
d7154a8d
JV
70372018-07-25 Jan Vrany <jan.vrany@fit.cvut.cz>
7038
7039 * gdb.mi/mi-breakpoint-location-ena-dis.cc: New file.
7040 * gdb.mi/mi-breakpoint-location-ena-dis.exp: New file.
7041
232a0032
TV
70422018-07-20 Tom de Vries <tdevries@suse.de>
7043
7044 * gdb.base/vla-optimized-out.c: Make noclone attribute conditional on
7045 NOCLONE macro.
7046 * gdb.base/vla-optimized-out.exp: Use additional_flags -DNOCLONE.
7047
fbb1d502
TV
70482018-07-19 Tom de Vries <tdevries@suse.de>
7049
7050 * gdb.mi/list-thread-groups-available.exp (cores_re): Fix quoting in
7051 regular expression.
7052
42dc7699
TV
70532018-07-18 Tom de Vries <tdevries@suse.de>
7054
7055 * gdb.base/vla-optimized-out.c: New test.
7056 * gdb.base/vla-optimized-out.exp: New file.
7057
7f1f7e23
SDJ
70582018-07-13 Sergio Durigan Junior <sergiodj@redhat.com>
7059
7060 * lib/gdbserver-support.exp (gdbserver_start): Expect for the
7061 message "No address associated with hostname" when gdbserver
7062 cannot resolve the hostname.
7063
5759ebb3
PW
70642018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7065
7066 * gdb.threads/pthreads.exp: Test qcs FLAG arguments.
7067 Add some test prefixes to make tests unique.
7068
3606ccab
PW
70692018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7070
7071 * gdb.base/frameapply.c: New file.
7072 * gdb.base/frameapply.exp: New file.
7073
529c08b2
PW
70742018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7075
7076 * gdb.base/skip.exp: Update expected error message.
7077
c7ab0aef
SDJ
70782018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
7079 Jan Kratochvil <jan.kratochvil@redhat.com>
7080 Paul Fertser <fercerpav@gmail.com>
7081 Tsutomu Seki <sekiriki@gmail.com>
7082
7083 * README (Testsuite Parameters): Mention new 'GDB_TEST_SOCKETHOST'
7084 parameter.
7085 * boards/native-extended-gdbserver.exp: Do not set 'sockethost'
7086 by default.
7087 * boards/native-gdbserver.exp: Likewise.
7088 * gdb.server/run-without-local-binary.exp: Improve regexp used
7089 for detecting when a remote debugging connection succeeds.
7090 * gdb.server/server-connect.exp: New file.
7091 * lib/gdbserver-support.exp (gdbserver_default_get_comm_port):
7092 Do not prefix the port number with ":".
7093 (gdbserver_start): New global GDB_TEST_SOCKETHOST. Implement
7094 support for detecting and using it. Add '$debughost_gdbserver'
7095 to the list of arguments used to start gdbserver. Handle case
7096 when gdbserver cannot resolve a network name.
7097
16ff70dd
SDJ
70982018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
7099
7100 PR c++/23373
7101 * gdb.base/ptype-offsets.cc (struct static_member): New
7102 struct.
7103 (main) <stmember>: New variable.
7104 * gdb.base/ptype-offsets.exp: Add test for printing a struct
7105 with a static member in it.
7106
3541979f
AB
71072018-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
7108
7109 * gdb.base/watchpoint-reuse-slot.exp: Test with hardware
7110 watchpoints enabled and disabled.
7111
c8ad9b9a
AB
71122018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
7113
7114 * gdb.base/examine-backward.exp: Still run tests around address
7115 0x0, even if address 0x0 is not readable. Update the pattern for
7116 matching address 0x0 in expected output.
7117
e0e5e971
AB
71182018-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
7119
7120 * gdb.base/share-env-with-gdbserver.c (main): Add call to
7121 malloc/free.
7122
1ea5da02
TV
71232018-07-04 Tom de Vries <tdevries@suse.de>
7124
7125 * gdb.dwarf2/dw2-error.exp: Update expected error message.
7126
471b9d15
MR
71272018-07-02 Maciej W. Rozycki <macro@mips.com>
7128
7129 PR tdep/8282
7130 * gdb.arch/mips-disassembler-options.exp: New test.
7131 * gdb.arch/mips-disassembler-options.s: New test source.
7132
75acb486
PA
71332018-06-29 Pedro Alves <palves@redhat.com>
7134
7135 * gdb.threads/names.exp: Adjust expected "info threads" output.
7136
cd2bb709
PA
71372018-06-29 Pedro Alves <palves@redhat.com>
7138
7139 * gdb.opt/inline-break.exp (line number, address): Add "info
7140 break" tests.
7141
991ff292
PA
71422018-06-29 Pedro Alves <palves@redhat.com>
7143
7144 * gdb.opt/inline-break.c (func1): Add "break here" marker.
7145 * gdb.opt/inline-break.exp: Test setting breakpoints by line
7146 number and address and running to them.
7147
356819b6 71482018-06-29 Richard Bunt <richard.bunt@arm.com>
49af4b70
RB
7149
7150 * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
7151
2512d7ef
JK
71522018-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
7153
7154 * lib/compiler.c: Remove executable permission flag.
7155
be1b6474
RB
71562018-06-28 Richard Bunt <richard.bunt@arm.com>
7157
7158 * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
7159 code.
7160 * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
7161
291f9a96
PT
71622018-06-28 Petr Tesarik <ptesarik@suse.cz>
7163
7164 * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
7165
ed6dfe51
PT
71662018-06-28 Petr Tesarik <ptesarik@suse.cz>
7167
7168 * gdb.base/relocate.exp: Test add-symbol-file behavior when the
7169 address argument is omitted.
7170
d4d429d5
PT
71712018-06-28 Petr Tesarik <ptesarik@suse.cz>
7172
7173 * gdb.base/relocate.exp: Add test for "symbol-file -o ".
7174
7ab6656f
OJ
71752018-06-27 Omair Javaid <omair.javaid@linaro.org>
7176
7177 PR gdb/21695
7178 * gdb.base/infoline-reloc-main-from-zero.exp: New test.
7179 * gdb.base/infoline-reloc-main-from-zero.c: New file.
7180
a33ccfc7
TT
71812018-06-26 Tom Tromey <tom@tromey.com>
7182
7183 PR rust/22574:
7184 * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
7185 * gdb.rust/simple.rs (struct SimpleLayout): New.
7186
6d72d289
SM
71872018-06-22 Simon Marchi <simon.marchi@ericsson.com>
7188
7189 * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
7190 "info registers" output.
7191
8363f9d5
RB
71922018-06-21 Richard Bunt <richard.bunt@arm.com>
7193
7194 * gdb.base/watchpoint-hw-attach.c: New test.
7195 * gdb.base/watchpoint-hw-attach.exp: New file.
7196
f00674fe
SM
71972018-06-20 Simon Marchi <simon.marchi@ericsson.com>
7198
7199 * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
7200 through /bin/sh.
7201 * boards/dwarf4-gdb-index.exp: Likewise.
7202 * boards/fission-dwp.exp: Likewise.
7203
1d554008
UW
72042018-06-20 Ulrich Weigand <uweigand@de.ibm.com>
7205
7206 * gdb.base/float128.exp: Add comment and improved fail message
7207 to the failure case of "print large128" test.
7208
d0ac1c44
SM
72092018-06-19 Simon Marchi <simon.marchi@ericsson.com>
7210
7211 * configure.ac: Remove AC_PREREQ.
7212 * configure: Re-generate.
7213
61b04dd0
PA
72142018-06-19 Pedro Alves <palves@redhat.com>
7215
7216 * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
7217 (func_extern_caller): New.
7218 (main): Call func_extern_caller.
7219 * gdb.opt/inline-break.exp: Add tests for inline frame skipping
7220 logic change.
7221
f63b508a
SM
72222018-06-18 Weimin Pan <weimin.pan@oracle.com>
7223
7224 PR gdb/16841
7225 * gdb.cp/typedef-base.cc: New file.
7226 * gdb.cp/typedef-base.exp: New file.
7227
0fe3a558
TV
72282018-06-18 Tom de Vries <tdevries@suse.de>
7229
7230 * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
7231
7010835a
AB
72322018-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
7233 Richard Bunt <Richard.Bunt@arm.com>
7234
7235 * gdb.threads/attach-slow-waitpid.c: New file.
7236 * gdb.threads/attach-slow-waitpid.exp: New file.
7237 * gdb.threads/slow-waitpid.c: New file.
7238
14897d65
PA
72392018-06-14 Pedro Alves <palves@redhat.com>
7240
7241 * gdb.base/fork-running-state.c: Include <errno.h>.
7242 (exit_if_relative_exits): New.
7243 (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
7244 exits.
7245 (fork_parent): If 'exit_if_relative_exits' is true, exit if the
7246 child exits.
7247
5d9a0608
TV
72482018-06-14 Tom de Vries <tdevries@suse.de>
7249
7250 PR cli/22573
7251 * gdb.base/finish-pretty.c: New test.
7252 * gdb.base/finish-pretty.exp: New file.
7253
11ae5818
PA
72542018-06-14 Pedro Alves <palves@redhat.com>
7255
7256 * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
7257 gdb's expected startup output.
7258
1d39de44
PA
72592018-06-14 Pedro Alves <palves@redhat.com>
7260
7261 * lib/selftest-support.exp (selftest_setup): Remove inlined
7262 function handling.
7263
70ee0000
TV
72642018-06-14 Tom de Vries <tdevries@suse.de>
7265
7266 * lib/selftest-support.exp (selftest_setup): Allow function arguments in
7267 matching of breakpoint printing.
7268
11f4b608
TV
72692018-06-13 Tom de Vries <tdevries@suse.de>
7270
7271 PR testsuite/23269
7272 * gdb.base/fork-running-state.c (main): Move setting of alarm ...
7273 (fork_child): ... here, and ...
7274 (fork_parent): ... here.
7275
72762018-06-12 Tom de Vries <tdevries@suse.de>
7277
7278 * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
7279
9516f85a
AB
72802018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
7281 Stephen Roberts <stephen.roberts@arm.com>
7282
7283 * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
7284 rewrite test to describe action performed, rather than possible
7285 failure.
7286
5045b3d7
GB
72872018-06-08 Gary Benson <gbenson@redhat.com>
7288
7289 * gdb.threads/check-libthread-db.exp: New file.
7290 * gdb.threads/check-libthread-db.c: Likewise.
7291
c61b06a1
TT
72922018-06-05 Tom Tromey <tom@tromey.com>
7293
7294 * gdb.base/default.exp: Update expected "show version" output.
7295
eb6af809
TT
72962018-06-05 Tom Tromey <tom@tromey.com>
7297
7298 PR cli/12326:
7299 * gdb.cp/static-print-quit.exp: Update.
7300 * lib/gdb.exp (pagination_prompt): Update.
7301 * gdb.base/page.exp: Use pagination_prompt. Add new tests.
7302 * gdb.python/python.exp: Update.
7303
178d6a63
JB
73042018-06-04 Joel Brobecker <brobecker@adacore.com>
7305
7306 * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
7307
8e817061
JB
73082018-06-01 Joel Brobecker <brobecker@adacore.com>
7309
7310 * gdb.ada/bp_fun_addr: New testcase.
7311
e86ca25f
TT
73122018-06-01 Tom Tromey <tom@tromey.com>
7313
7314 * gdb.xml/tdesc-regs.exp (load_description): Update expected
7315 results.
7316 * gdb.dwarf2/method-ptr.exp: Set language to C++.
7317 * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
7318 * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
7319 * gdb.base/maint.exp (maint_pass_if): Update.
7320
4b2dfa9d
MR
73212018-05-31 Maciej W. Rozycki <macro@mips.com>
7322
7323 * gdb.base/endian.exp: New test.
7324 * gdb.base/endian.c: New test source.
7325
45f25d6c
AB
73262018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
7327
7328 PR gdb/23203
7329 * gdb.base/bt-selected-frame.c: New file.
7330 * gdb.base/bt-selected-frame.exp: New file.
7331 * lib/gdb.exp (get_current_frame_number): New function.
7332
d9f6d7f8
MR
73332018-05-24 Maciej W. Rozycki <macro@mips.com>
7334 Pedro Alves <palves@redhat.com>
7335
7336 * gdb.threads/tls-core.c: Include <stdlib.h>
7337 (thread_proc): Call `abort'.
7338 * gdb.threads/tls-core.exp: Generate a core with core_find too.
7339 (tls_core_test): New procedure, bits factored out from ...
7340 (top level): ... here. Test both native cores and gcore cores.
7341
ff1cf532
TT
73422018-05-23 Tom Tromey <tom@tromey.com>
7343
7344 * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
7345
b98664d3
TT
73462018-05-23 Tom Tromey <tom@tromey.com>
7347
7348 * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
7349 symfile_complaints.
7350 (test_short_complaints): Likewise.
7351 (test_empty_complaints): Likewise.
7352 (test_initial_complaints): Update.
7353
4e9668d0
TT
73542018-05-23 Tom Tromey <tom@tromey.com>
7355
7356 * gdb.gdb/complaints.exp (test_empty_complaints): Update.
7357
43ba33c7
TT
73582018-05-23 Tom Tromey <tom@tromey.com>
7359
7360 * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
7361 (test_short_complaints): Update.
7362
035522c0
PA
73632018-05-22 Pedro Alves <palves@redhat.com>
7364
7365 * gdb.base/remote.exp: Only gdb_start after compiling the
7366 testcase. Issue "disconnect" before testing "set remote" command
7367 defaults. Issue clean_restart before running to main.
7368
cc0be08f
PA
73692018-05-22 Pedro Alves <palves@redhat.com>
7370
7371 * gdb.base/remote.exp: Adjust expected output of "show remote
7372 memory-write-packet-size". Add tests for "set remote
7373 memory-write-packet-size 0" and "set remote
7374 memory-write-packet-size fixed/limit".
7375
b1b60145
PA
73762018-05-22 Pedro Alves <palves@redhat.com>
7377
7378 PR gdb/22973
7379 * gdb.base/utf8-identifiers.c: New file.
7380 * gdb.base/utf8-identifiers.exp: New file.
7381
0ec848ad
PFC
73822018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
7383
7384 * gdb.arch/powerpc-fpscr-gcore.exp: New file.
7385
2c3305f6
PFC
73862018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
7387
7388 * gdb.arch/powerpc-vsx-gcore.exp: New file.
7389
ce1e8424
TT
73902018-05-18 Tom Tromey <tom@tromey.com>
7391
7392 * gdb.base/ptype-offsets.exp: Update.
7393
ddfe970e
KS
73942018-05-17 Keith Seitz <keiths@redhat.com>
7395
7396 * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
7397 in expected breakpoint stop locations.
7398 * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
7399 move to proper scope to test variable values.
7400 * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
7401 (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
7402 New functions.
7403 (main): Call not_inline_func3.
7404 * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
7405 inline_func1, inline_func2, and inline_func3. Test that when each
7406 breakpoint is hit, GDB properly reports both the stop location
7407 and the backtrace. Repeat tests for temporary breakpoints.
7408
0726fcc6
MR
74092018-05-15 Maciej W. Rozycki <macro@mips.com>
7410
7411 * gdb.server/server-kill.exp: Verify whether `server_pid' exists
7412 rather then trying to access it in determining whether the PID
7413 of `gdbserver' could have been retrieved.
7414
8ee22052
AB
74152018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
7416
7417 * gdb.arch/amd64-init-x87-values.S: New file.
7418 * gdb.arch/amd64-init-x87-values.exp: New file.
7419
7785df48
JK
74202018-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
7421
7422 * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
7423
56bcdbea
TT
74242018-05-04 Tom Tromey <tom@tromey.com>
7425
7426 PR python/22730:
7427 * gdb.python/python.exp: Test multi-line execute.
7428
a913fffb
TT
74292018-05-04 Tom Tromey <tom@tromey.com>
7430
7431 PR python/22731:
7432 * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
7433
7a2c85f2
TT
74342018-05-04 Tom Tromey <tom@tromey.com>
7435
7436 PR gdb/11750:
7437 * gdb.base/define.exp: Test defining a user command inside a user
7438 command.
7439 * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
7440
a3b60e45
JK
74412018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
7442 Pedro Alves <palves@redhat.com>
7443
7444 PR breakpoints/19806 and support for PR external/20207.
7445 * gdb.base/watchpoint-unaligned.c: New file.
7446 * gdb.base/watchpoint-unaligned.exp: New file.
7447
45fe4a03
AB
74482018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
7449
7450 * gdb.base/maint.exp: Make test names unique, use
7451 test_prefix_command_help to test 'help maint info', and remove
7452 repeated test of 'help maint'.
7453
9be2ae8f
TT
74542018-05-04 Tom Tromey <tom@tromey.com>
7455
7456 PR gdb/22619:
7457 * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
7458 behavior.
7459
11859c31
AB
74602018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
7461
7462 * gdb.base/maint.exp: Process output from 'maint print registers'
7463 line at a time.
7464
089a9490
AB
74652018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
7466
7467 * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
7468 timeout.
7469
9b0797e2
AB
74702018-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
7471
7472 * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
7473 filter pattern.
7474
f6ac5f3d
PA
74752018-05-02 Pedro Alves <palves@redhat.com>
7476
7477 * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
7478 to_log_command renames.
7479 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
7480
77d3c63b
TT
74812018-05-02 Tom Tromey <tom@tromey.com>
7482
7483 * gdb.python/py-parameter.exp: Set test message.
7484
0489430a
TT
74852018-05-02 Tom Tromey <tom@tromey.com>
7486
7487 PR python/20084:
7488 * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
7489 PARAM_ZUINTEGER_UNLIMITED tests.
7490
1632f8ba
DR
74912018-04-28 Dan Robertson <danlrobertson89@gmail.com>
7492
7493 PR rust/23124
7494 * gdb.rust/expr.exp: Test that the unit type is correctly parsed
7495 when casting.
7496
6d7bb824
TT
74972018-04-30 Tom Tromey <tom@tromey.com>
7498
7499 * gdb.python/py-type.exp: Check align attribute.
7500 * gdb.python/py-type.c: New "aligncheck" global.
7501
007e1530
TT
75022018-04-30 Tom Tromey <tom@tromey.com>
7503
7504 PR exp/17095:
7505 * gdb.dwarf2/dw2-align.exp: New file.
7506 * gdb.cp/align.exp: New file.
7507 * gdb.base/align.exp: New file.
7508 * lib/gdb.exp (gdb_int128_helper): New proc.
7509 (has_int128_c, has_int128_cxx): New caching procs.
7510
6873858b
TT
75112018-04-27 Tom Tromey <tom@tromey.com>
7512
7513 PR rust/22545:
7514 * gdb.rust/simple.exp: Add inclusive range tests.
7515
79188d8d
PA
75162018-04-26 Pedro Alves <palves@redhat.com>
7517
7518 * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
7519 ifunc breakpoint locations correctly of ifunc breakpoints set
7520 while the program resolves the ifunc.
7521
c7075ad5
PA
75222018-04-26 Pedro Alves <palves@redhat.com>
7523
7524 * gdb.base/gnu-ifunc-final.c: New file.
7525 * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
7526 * gdb.base/gnu-ifunc.exp (executable): Delete.
7527 (staticexecutable): Adjust.
7528 (lib_opts, exec_opts): Delete.
7529 (make_binsuffix, build, set-break): New procedures.
7530 (misc_tests): New, with tests factored out from the top level.
7531 (top level): Test different combinations of ifunc resolver name,
7532 resolver with and with debug info, and ifunc target with and
7533 without debug info. Wrap static tests with with_target_prefix.
7534
8388016d
PA
75352018-04-26 Pedro Alves <palves@redhat.com>
7536
7537 * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
7538 return type" warnings.
7539
249b5733
PA
75402018-04-25 Pedro Alves <palves@redhat.com>
7541
7542 * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
7543 killed".
7544 * gdb.base/kill-after-signal.exp: Likewise.
7545 * gdb.threads/kill.exp: Likewise.
7546
f67c0c91
SDJ
75472018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
7548 Sergio Durigan Junior <sergiodj@redhat.com>
7549 Pedro Alves <palves@redhat.com>
7550
7551 * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
7552 regexps to expect for '[Inferior ... detached]' as well.
7553 * gdb.base/attach.exp: Likewise.
7554 * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
7555 "gdb_continue_to_end".
7556 (test_catch_syscall_with_wrong_args): Likewise.
7557 * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
7558 ']'. Don't set 'verbose' on.
7559 * gdb.base/foll-vfork.exp: Likewise.
7560 * gdb.base/fork-print-inferior-events.c: New file.
7561 * gdb.base/fork-print-inferior-events.exp: New file.
7562 * gdb.base/hook-stop.exp: Adjust regexps to expect for new
7563 '[Inferior ... has been killed]' message.
7564 * gdb.base/kill-after-signal.exp: Likewise.
7565 * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
7566 detach message.
7567 * gdb.threads/kill.exp: Adjust regexps to expect for new kill
7568 message.
7569 * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
7570 regexps to expect for '[Inferior ... detached]' as well.
7571 * gdb.threads/process-dies-while-detaching.exp: Likewise.
7572
0a8ddac4
SM
75732018-04-24 Simon Marchi <simon.marchi@ericsson.com>
7574
7575 PR gdb/23104
7576 * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
7577
701adfb0
PA
75782018-04-22 Rajendra SY <rajendra.sy@gmail.com>
7579
7580 PR gdb/23095
7581 * gdb.base/break-probes.exp: Pass shlib_load to
7582 prepare_for_testing. Set normal_bp to r_debug_state if target is
7583 bsd.
7584
d27d16bf
RB
75852018-04-19 Richard Bunt <richard.bunt@arm.com>
7586
7587 * gdb.threads/multiple-successive-infcall.c: New test.
7588 * gdb.threads/multiple-successive-infcall.exp: New file.
7589
a037790e
TT
75902018-04-17 Tom Tromey <tom@tromey.com>
7591
7592 * gdb.rust/simple.rs (Union): New type.
7593 (main): New local "u".
7594 * gdb.rust/simple.exp (test_one_slice): Add new test case.
7595
e3a91079
AA
75962018-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
7597
7598 * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
7599 number information in output of "whereis" command.
7600 * gdb.base/info-fun.exp: Likewise, for "info fun" command.
7601
b744723f
AA
76022018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
7603
7604 * gdb.ada/info_types.exp: Adjust expected output to the line
7605 numbers now printed by "info var/func/type".
7606 * gdb.base/completion.exp: Likewise.
7607 * gdb.base/included.exp: Likewise.
7608 * gdb.cp/cp-relocate.exp: Likewise.
7609 * gdb.cp/cplusfuncs.exp: Likewise.
7610 * gdb.cp/namespace.exp: Likewise.
7611 * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
7612
4a4495d6
MM
76132018-04-13 Markus Metzger <markus.t.metzger@intel.com>
7614
7615 * gdb.btrace/cpu.exp: New.
7616
1d509aa6
MM
76172018-04-13 Markus Metzger <markus.t.metzger@intel.com>
7618
7619 * gdb.base/step-indirect-call-thunk.exp: New.
7620 * gdb.base/step-indirect-call-thunk.c: New.
7621 * gdb.reverse/step-indirect-call-thunk.exp: New.
7622 * gdb.reverse/step-indirect-call-thunk.c: New.
7623
6295b6da
SM
76242018-04-11 Simon Marchi <simon.marchi@ericsson.com>
7625
7626 * gdb.base/pie-fork.c: New file.
7627 * gdb.base/pie-fork.exp: New file.
7628
50146e70
TT
76292018-04-11 Tom Tromey <tom@tromey.com>
7630
7631 * gdb.rust/simple.exp: Add test for ".." struct initializer.
7632
f50d8a2e
PA
76332018-04-10 Pedro Alves <palves@redhat.com>
7634
7635 * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
7636 exits. Instead loop running forever.
7637 (fork_parent): Run forever too.
7638
a0be7a36
SM
76392018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
7640
7641 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
7642 mi_continue_to_line.
7643 * gdb.mi/mi-stack.c (callee4): Add comment.
7644
9b73db36
SM
76452018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
7646
7647 * gdb.mi/mi-stack.exp: Fix indentation.
7648
c912f608
SM
76492018-04-07 Simon Marchi <simon.marchi@ericsson.com>
7650
7651 PR gdb/22979
7652 * gdb.arch/amd64-osabi.exp: New file.
7653
26540402
SM
76542018-04-07 Simon Marchi <simon.marchi@ericsson.com>
7655
7656 PR gdb/22980
7657 * gdb.base/osabi.exp: New file.
7658
121ad66c 76592018-04-02 Weimin Pan <weimin.pan@oracle.com>
79f18731
WP
7660
7661 * gdb.cp/static-typedef-print.exp: New file.
7662 * gdb.cp/static-typedef-print.cc: New file.
7663
3fcded8f
JB
76642018-03-27 Joel Brobecker <brobecker@adacore.com>
7665
7666 * gdb.ada/varsize_limit: New testcase.
7667
59cc4834
JB
76682018-03-27 Joel Brobecker <brobecker@adacore.com>
7669
7670 * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
7671
7672 * gdb.ada/notcplusplus: New testcase.
7673
7674 * gdb.base/c-linkage-name.c: New file.
7675 * gdb.base/c-linkage-name.exp: New testcase.
7676
4ca59a9f
TT
76772018-03-26 Tom Tromey <tom@tromey.com>
7678
7679 * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
7680 * gdb.python/py-framefilter.py (name_error): New global.
7681 (ErrorInName.function): Use name_error.
7682
978d6c75
TT
76832018-03-26 Tom Tromey <tom@tromey.com>
7684
7685 PR backtrace/15582:
7686 * gdb.python/py-framefilter.exp: Add "bt hide" test.
7687
b7fee5a3
KS
76882018-03-23 Keith Seitz <keiths@redhat.com>
7689
7690 PR c++/22968
7691 * gdb.cp/subtypes.exp: New file.
7692 * gdb.cp/subtypes.h: New file.
7693 * gdb.cp/subtypes.cc: New file.
7694 * gdb.cp/subtypes-2.cc: New file.
7695
376be529
AB
76962018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
7697
7698 * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
7699 (done): Call '_exit' not 'exit' to avoid atexit handlers.
7700 * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
7701 -nostartfiles when compiling the test. Confirm that all registers
7702 xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
7703
066cfa98
AB
77042018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
7705
7706 * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
7707 option, syntax was wrong anyway.
7708 * gdb.arch/arm-disp-step.exp: Likewise.
7709 * gdb.arch/sparc64-regs.exp: Likewise.
7710 * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
7711 option, syntax was wrong anyway, switch to use
7712 prepare_for_testing.
7713 * gdb.arch/i386-disp-step.exp: Likewise.
7714
079670b9
AA
77152018-03-23 Andreas Arnez <arnez@linux.vnet.ibm.com>
7716
7717 * gdb.ada/exec_changed.exp: Replace "target_info exists
7718 use_gdb_stub" by "use_gdb_stub".
7719 * gdb.ada/start.exp: Likewise.
7720 * gdb.base/async-shell.exp: Likewise.
7721 * gdb.base/attach-pie-misread.exp: Likewise.
7722 * gdb.base/attach-wait-input.exp: Likewise.
7723 * gdb.base/break-entry.exp: Likewise.
7724 * gdb.base/break-interp.exp: Likewise.
7725 * gdb.base/dprintf-detach.exp: Likewise.
7726 * gdb.base/nostdlib.exp: Likewise.
7727 * gdb.base/solib-nodir.exp: Likewise.
7728 * gdb.base/statistics.exp: Likewise.
7729 * gdb.base/testenv.exp: Likewise.
7730 * gdb.mi/mi-exec-run.exp: Likewise.
7731 * gdb.mi/mi-start.exp: Likewise.
7732 * gdb.multi/dummy-frame-restore.exp: Likewise.
7733 * gdb.multi/multi-arch-exec.exp: Likewise.
7734 * gdb.multi/multi-arch.exp: Likewise.
7735 * gdb.multi/tids.exp: Likewise.
7736 * gdb.multi/watchpoint-multi.exp: Likewise.
7737 * gdb.python/py-events.exp: Likewise.
7738 * gdb.threads/attach-into-signal.exp: Likewise.
7739 * gdb.threads/attach-stopped.exp: Likewise.
7740 * gdb.threads/threadapply.exp: Likewise.
7741 * lib/selftest-support.exp: Likewise.
7742
26d6cec4
AA
77432018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
7744
7745 * gdb.base/info-proc.exp: Add test for "info proc cmdline".
7746
4ee89e90
SR
77472018-03-20 Stephen Roberts <stephen.roberts@arm.com>
7748
7749 * gdb.perf/template-breakpoints.cc: New file.
7750 * gdb.perf/template-breakpoints.exp: New file.
7751 * gdb.perf/template-breakpoints.py: New file.
7752
92630041
TT
77532018-03-19 Tom Tromey <tom@tromey.com>
7754
7755 * gdb.rust/simple.rs (main): Add local variables field1, field2,
7756 y0.
7757 * gdb.rust/simple.exp: Test bare identifier form of struct
7758 initializer.
7759
76727919
TT
77602018-03-19 Tom Tromey <tom@tromey.com>
7761
7762 * gdb.gdb/observer.exp: Remove.
7763
194ed413
AA
77642018-03-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
7765
7766 * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
7767 "qualified" option when setting breakpoints.
7768 * gdb.trace/backtrace.exp: Likewise.
7769 * gdb.trace/circ.exp: Likewise.
7770 * gdb.trace/collection.exp: Likewise.
7771 * gdb.trace/disconnected-tracing.exp: Likewise.
7772 * gdb.trace/ftrace-lock.exp: Likewise.
7773 * gdb.trace/ftrace.exp: Likewise.
7774 * gdb.trace/infotrace.exp: Likewise.
7775 * gdb.trace/packetlen.exp: Likewise.
7776 * gdb.trace/passc-dyn.exp: Likewise.
7777 * gdb.trace/qtro.exp: Likewise.
7778 * gdb.trace/read-memory.exp: Likewise.
7779 * gdb.trace/report.exp: Likewise.
7780 * gdb.trace/signal.exp: Likewise.
7781 * gdb.trace/status-stop.exp: Likewise.
7782 * gdb.trace/strace.exp: Likewise.
7783 * gdb.trace/tfind.exp: Likewise.
7784 * gdb.trace/trace-break.exp: Likewise.
7785 * gdb.trace/trace-condition.exp: Likewise.
7786 * gdb.trace/trace-mt.exp: Likewise.
7787 * gdb.trace/tstatus.exp: Likewise.
7788 * gdb.trace/tsv.exp: Likewise.
7789 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
7790 * gdb.trace/unavailable.exp: Likewise.
7791 * gdb.trace/while-dyn.exp: Likewise.
7792
8b067d2c
AA
77932018-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
7794
7795 * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
7796 that libinproctrace is copied to the target.
7797
3ae9ce5d
TT
77982018-03-14 Tom Tromey <tom@tromey.com>
7799
7800 PR cli/14977:
7801 * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
7802 a null pointer.
7803 * gdb.base/wchar.exp: Likewise.
7804
b8c2339b
TT
78052018-03-14 Tom Tromey <tom@tromey.com>
7806
7807 PR cli/19918:
7808 * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
7809 flag.
7810
4872dc46
SM
78112018-03-08 Simon Marchi <simon.marchi@ericsson.com>
7812
7813 PR gdb/22841
7814 * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
7815 "target" to remote_exec.
7816
e4fe3756
SM
78172018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
7818
7819 PR gdb/22841
7820 * boards/gdbserver-base.exp (${board}_file, ${board}_download,
7821 ${board}_upload): Remove.
7822
e95a97d4
AA
78232018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
7824
7825 * gdb.cp/watch-cp.cc: New test.
7826 * gdb.cp/watch-cp.exp: New file.
7827
dbbb1059
AB
78282018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
7829
7830 * gdb.base/infcall-nested-structs.exp: New file.
7831 * gdb.base/infcall-nested-structs.c: New file.
7832 * gdb.base/float.exp: Add riscv support.
7833
ecc054c0
TP
78342018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
7835
7836 * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
7837 * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
7838
25e3c82c
SDJ
78392018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
7840
7841 * gdb.server/abspath.exp: New file.
7842 * lib/gdb.exp (with_cwd): New procedure.
7843
3083294d
SM
78442018-02-28 Simon Marchi <simon.marchi@ericsson.com>
7845
7846 * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
7847 use it.
7848 (gdb_is_target_remote_prompt): New proc.
7849 (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
7850 (gdb_is_target_native): Pass prompt parameter to
7851 gdb_is_target_1.
7852
3275ef47
SM
78532018-02-26 Simon Marchi <simon.marchi@polymtl.ca>
7854
7855 * gdb.base/load-command.c: New file.
7856 * gdb.base/load-command.exp: New file.
7857 * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
7858 (gdb_is_target_1): ...this, and generalize for other targets
7859 than just remote.
7860 (gdb_is_target_remote): Use gdb_is_target_1.
7861 (gdb_is_target_native): use gdb_is_target_1.
7862
6893c19a
TT
78632018-02-26 Tom Tromey <tom@tromey.com>
7864
7865 PR python/16497:
7866 * gdb.python/py-framefilter.exp: Update test.
7867
2ddeaf8a
TT
78682018-02-26 Tom Tromey <tom@tromey.com>
7869
7870 * gdb.dwarf2/variant.c: New file.
7871 * gdb.dwarf2/variant.exp: New file.
7872
c9317f21
TT
78732018-02-26 Tom Tromey <tom@tromey.com>
7874
7875 * gdb.rust/simple.exp: Accept more possible results in enum test.
7876
6f6d0c26
SM
78772018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
7878
7879 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
7880 parentheses.
7881
11b03145
MR
78822018-02-23 Maciej W. Rozycki <macro@mips.com>
7883
7884 * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
7885 name of a variable: $actual_linejj -> $actual_line.
7886
54a27fe5
JB
78872018-02-21 John Baldwin <jhb@FreeBSD.org>
7888
7889 * gdb.arch/amd64-i386-address.exp: Fix a typo.
7890
de65820c
MM
78912018-02-20 Markus Metzger <markus.t.metzger@intel.com>
7892
7893 * gdb.btrace/buffer-size.exp: Do not force BTS.
7894
980548fd
PA
78952018-02-14 Pedro Alves <palves@redhat.com>
7896
7897 * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
7898 getting a "Quit".
7899
c4e12631
MM
79002018-02-09 Markus Metzger <markus.t.metzger@intel.com>
7901
7902 * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
7903 Fix test name.
7904
c2e0e465
SM
79052018-02-07 Simon Marchi <simon.marchi@ericsson.com>
7906
7907 * gdb.cp/m-static.exp: Check type of optimized out static
7908 member.
7909
f7216783
AB
79102018-02-03 Andrew Burgess <andrew.burgess@embecosm.com>
7911
7912 * config/sid.exp (gdb_target_sid): Remove use of cleanup.
7913 * config/sim.exp (gdb_target_sim): Remove use of cleanup.
7914
0625771b
LS
79152018-02-01 Simon Marchi <simon.marchi@polymtl.ca>
7916 Leszek Swirski <leszeks@google.com>
7917
7918 * gdb.python/py-prettyprint.c
7919 (struct to_string_returns_value_inner,
7920 struct to_string_returns_value_wrapper): New.
7921 (main): Add tsrvw variable.
7922 * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
7923 ToStringReturnsValueWrapper): New classes.
7924 (register_pretty_printers): Register new pretty-printers.
7925 * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
7926 recursive pretty printer.
7927 * gdb.python/py-mi.exp: Likewise.
7928
59498c30
LS
79292018-02-01 Leszek Swirski <leszeks@google.com>
7930
7931 * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
7932 functions with the same name as an include file are parsed
7933 correctly.
7934
d4d38844
YQ
79352018-02-01 Yao Qi <yao.qi@linaro.org>
7936
7937 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
7938 "\[^\r\n\]*".
7939
07e5f5cf
NP
79402018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
7941
7942 * gdb.arch/powerpc-prologue-frame.s: New file.
7943 * gdb.arch/powerpc-prologue-frame.c: Likewise.
7944 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
7945
929b5ad4
JB
79462018-01-31 Joel Brobecker <brobecker@adacore.com>
7947
7948 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
7949
e671cd59
PA
79502018-01-30 Pedro Alves <palves@redhat.com>
7951
7952 PR gdb/13211
7953 * gdb.base/interrupt-daemon.c: New.
7954 * gdb.base/interrupt-daemon.exp: New.
7955 * gdb.multi/multi-term-settings.c: New.
7956 * gdb.multi/multi-term-settings.exp: New.
7957
fc413dc4
JB
79582018-01-30 Joel Brobecker <brobecker@adacore.com>
7959
7960 * gdb.base/break.exp: Save the location where the breakpoint
7961 on break.c:47 was actually inserted when debugging the version
7962 compiled at -O2 and use it in the expected output of the "info
7963 break" test performed soon after.
7964
5c319bb2
PA
79652018-01-22 Pedro Alves <palves@redhat.com>
7966 Sergio Durigan Junior <sergiodj@redhat.com>
7967
7968 * gdb.base/whatis.exp: Add tests for 'set print object on' +
7969 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
7970
a9e40818
JB
79712018-01-22 Joel Brobecker <brobecker@adacore.com>
7972
7973 * gdb.base/break-include.c, gdb.base/break-include.inc,
7974 gdb.base/break-include.exp: New files.
7975 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
7976 line number now being the actual line number where the breakpoint
7977 was inserted.
7978 * gdb.mi/mi-break.exp: Likewise.
7979 * gdb.mi/mi-reverse.exp: Likewise.
7980 * gdb.mi/mi-simplerun.exp: Ditto.
7981
e707fc44
AB
79822018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
7983
7984 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
7985 varobj.
7986 * gdb.mi/mi-var-create-rtti.exp: Likewise.
7987
ae451627
AB
79882018-01-21 Don Breazeal <donb@codesourcery.com>
7989 Andrew Burgess <andrew.burgess@embecosm.com>
7990
7991 * gdb.mi/basics.c: Add new global.
7992 * gdb.mi/mi-frame-regs.exp: New file.
7993 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
7994 case.
7995
b1b189e0
AB
79962018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
7997
7998 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
7999 non-parameter, and on an unknown symbol.
8000
fcfcc376
TT
80012018-01-19 Tom Tromey <tom@tromey.com>
8002
8003 * gdb.rust/modules.rs (TWENTY_THREE): New global.
8004 * gdb.rust/modules.exp: Add ::-qualified lookup test.
8005
634c1c31
AA
80062018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
8007
8008 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
8009 setrlimit and chdir to int.
8010
d6ad07fd
AA
80112018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
8012
8013 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
8014 function.
8015 (my_tend): Likewise.
8016 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
8017 rationale of avoiding FP- and vector instructions.
8018
adf8243b
RK
80192018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
8020
8021 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
8022 "info reg" with "\[ \t\]*".
8023 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
8024 "\[ \t\]+".
8025 * gdb.arch/s390-multiarch.exp: Ditto.
8026 * gdb.base/pc-fp.exp: Ditto.
8027 * gdb.reverse/i386-precsave.exp: Ditto.
8028 * gdb.reverse/i386-reverse.exp: Ditto.
8029 * gdb.reverse/i387-env-reverse.exp: Ditto.
8030 * gdb.reverse/i387-stack-reverse.exp: Ditto.
8031
dcc06925
AA
80322018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
8033
8034 * lib/gdb.exp (gdb_compile): Re-enable use of
8035 universal_compile_options for languages other than Rust.
8036
25d4fd80
AA
80372018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
8038
8039 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
8040
ee7f689e 80412018-01-17 Mike Gulick <mgulick@mathworks.com>
41667530
MG
8042
8043 PR gdb/16577
8044 * gdb.base/solib-vanish.exp: New.
8045 * gdb.base/solib-vanish-main.c: New.
8046 * gdb.base/solib-vanish-lib1.c: New.
8047 * gdb.base/solib-vanish-lib2.c: New.
8048
d8447b6b
YQ
80492018-01-17 Yao Qi <yao.qi@linaro.org>
8050
8051 * gdb.compile/compile.exp: Match the address printed for
8052 frame in the output of command "bt".
8053
86d6a90c
TT
80542018-01-15 Tom Tromey <tom@tromey.com>
8055
8056 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
8057 compute sp_reg.
8058
cbcdb1aa
AB
80592018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
8060
8061 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
8062 to prepare.
8063 (prepare): Return 0 on error, 1 on success.
8064
eea61984
PA
80652018-01-12 Pedro Alves <palves@redhat.com>
8066
8067 * gdb.base/continue-after-aborted-step-over.c: New.
8068 * gdb.base/continue-after-aborted-step-over.exp: New.
8069
6181e9c2
SM
80702018-01-11 Simon Marchi <simon.marchi@ericsson.com>
8071
8072 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
8073 options when not creating an executable.
8074
3cada740
PA
80752018-01-11 Pedro Alves <palves@redhat.com>
8076
8077 PR remote/22597
8078 * gdb.server/stop-reply-no-thread.c: New file.
8079 * gdb.server/stop-reply-no-thread.exp: New file.
8080
c63d3e8d
PA
80812018-01-10 Pedro Alves <palves@redhat.com>
8082
8083 PR gdb/22670
8084 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
8085 functions too. Test setting breakpoints and printing C functions
8086 with no debug info too.
8087 * gdb.ada/bp_c_mixed_case/qux.c: New file.
8088
d4c2a405
PA
80892018-01-10 Pedro Alves <palves@redhat.com>
8090
8091 PR gdb/22670
8092 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
8093 a fail.
8094
8825213e
PA
80952018-01-10 Pedro Alves <palves@redhat.com>
8096
8097 PR gdb/22670
8098 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
8099
605fd3c6
YQ
81002018-01-08 Simon Marchi <simon.marchi@ericsson.com>
8101
8102 * gdb.server/unittest.exp: Match the output in non-development
8103 mode.
8104
1e5ded6c
YQ
81052018-01-08 Simon Marchi <simon.marchi@ericsson.com>
8106
8107 * gdb.gdb/unittest.exp: Match output in non-development mode.
8108
30066b0b
JB
81092018-01-08 Joel Brobecker <brobecker@adacore.com>
8110
8111 * gdb.ada/access_tagged_param.exp: Relax expected output
8112 for value of "ObjL" in "continue" to pck.inspect breakpoint
8113 test.
8114
04bafb1e
XR
81152018-01-08 Joel Brobecker <brobecker@adacore.com>
8116
9f86398b
JB
8117 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
8118 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
04bafb1e 8119
e379cee6
PA
81202018-01-05 Pedro Alves <palves@redhat.com>
8121
8122 PR gdb/18653
8123 * gdb.base/libsegfault.exp: New.
8124
de63c46b
PA
81252018-01-05 Joel Brobecker <brobecker@adacore.com>
8126
8127 PR gdb/22670
8128 * gdb.ada/access_tagged_param.exp: New file.
8129 * gdb.ada/access_tagged_param/foo.adb: New file.
8130
f98fc17b
PA
81312018-01-05 Pedro Alves <palves@redhat.com>
8132
8133 PR gdb/22670
8134 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
8135 exercise lower case too, and to exercise both full matching and
8136 wild matching.
8137
342f8240
JB
81382018-01-05 Joel Brobecker <brobecker@adacore.com>
8139
8140 * gdb.ada/rename_subscript_param: New testcase.
8141
7150d33c
JG
81422018-01-05 Jerome Guitton <guitton@adacore.com>
8143
8144 * gdb.ada/arr_acc_idx_w_gap: New testcase.
8145
cc0e770c
JB
81462018-01-05 Joel Brobecker <brobecker@adacore.com>
8147
8148 * gdb.ada/convvar_comp: New testcase.
8149
672a41aa 81502018-01-05 Xavier Roirand <roirand@adacore.com>
e3861a03
XR
8151
8152 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
8153 (My_Table): New global variable.
8154 * testsuite/gdb.ada/array_char_idx.exp: Add test.
8155
7365ec2f
JB
81562018-01-04 Joel Brobecker <brobecker@adacore.com>
8157
8158 PR gdb/22670
8159 * gdb.ada/maint_with_ada: New testcase.
8160
289483b6
JB
81612018-01-04 Joel Brobecker <brobecker@adacore.com>
8162
8163 PR gdb/22670
8164 * gdb.ada/bp_c_mixed_case: New testcase.
8165
344420da
JB
81662018-01-04 Joel Brobecker <brobecker@adacore.com>
8167
8168 PR gdb/22670
8169 * gdb.ada/complete.exp: Add "complete break ada" test.
8170
66fc87a0
JB
81712018-01-04 Joel Brobecker <brobecker@adacore.com>
8172
8173 PR gdb/22670
8174 * gdb.ada/info_addr_mixed_case: New testcase.
8175
9f757bf7
XR
81762018-01-03 Xavier Roirand <roirand@adacore.com>
8177
8178 * gdb.ada/excep_handle.exp: New testcase.
8179 * gdb.ada/excep_handle/foo.adb: New file.
8180 * gdb.ada/excep_handle/pck.ads: New file.
8181
bd570f80
JB
81822018-01-03 Joel Brobecker <brobecker@adacore.com>
8183
8184 * gdb.base/step-line.c: Add extra empty line in copyright header.
8185 * gdb.base/step-line.inp: Likewise.
8186
9fe561ab
JB
81872018-01-02 Joel Brobecker <brobecker@adacore.com>
8188
8189 * gdb.ada/dyn_stride.exp: Add slice test.
8190
a405673c
JB
81912018-01-02 Joel Brobecker <brobecker@adacore.com>
8192
8193 * gdb.ada/dyn_stride: New testcase.
8194
cef0f868
SH
81952017-12-27 Stafford Horne <shorne@gmail.com>
8196
8197 * gdb.xml/extra-regs.xml: Add example foo reggroup.
8198 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
8199
b67d92b0
SH
82002017-12-27 Stafford Horne <shorne@gmail.com>
8201
8202 * gdb.base/reggroups.c: New file.
8203 * gdb.base/reggroups.exp: New file.
8204
eccab96d
JB
82052017-12-18 Joel Brobecker <brobecker@adacore.com>
8206
8207 * gdb.dwarf2/ada-valprint-error.c: New file.
8208 * gdb.dwarf2/ada-valprint-error.exp: New file.
8209
0e2da9f0
JB
82102017-12-18 Joel Brobecker <brobecker@adacore.com>
8211
8212 * gdb.ada/assign_arr: New testcase.
8213
cb923fcc
XR
82142017-12-18 Xavier Roirand <roirand@adacore.com>
8215
8216 * gdb.ada/funcall_ptr: New testcase.
8217
7c161838
SDJ
82182017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
8219
8220 PR cli/16224
8221 * gdb.base/ptype-offsets.cc: New file.
8222 * gdb.base/ptype-offsets.exp: New file.
8223
1af17fd9
YQ
82242017-12-15 Yao Qi <yao.qi@linaro.org>
8225
8226 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
8227 if XML is disabled.
8228
828d5846
XR
82292017-12-15 Xavier Roirand <roirand@adacore.com>
8230
8231 * gdb.ada/same_component_name: New testcase.
8232
79e8fcaa
JB
82332017-12-14 Joel Brobecker <brobecker@adacore.com>
8234
8235 * gdb.ada/str_binop_equal: New testcase.
8236
e05fa6f9
JB
82372017-12-14 Joel Brobecker <brobecker@adacore.com>
8238
8239 * gdb.ada/task_switch_in_core: New testcase.
8240
b89641ba
SM
82412017-12-13 Simon Marchi <simon.marchi@ericsson.com>
8242
8243 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
8244 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
8245 call test_bkpt_qualified.
8246 (test_bkpt_qualified): New proc.
8247
6892d2e4
PA
82482017-12-13 Pedro Alves <palves@redhat.com>
8249
8250 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
8251 Tighten regexp by matching with an anchor.
8252
a22ecf70
PA
82532017-12-13 Pedro Alves <palves@redhat.com>
8254
8255 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
8256 ("expression with namespace"): New set of tests.
8257 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
8258 (Nested::Test_NS::qux): New.
8259 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
8260 defaults to 'start_quote_char' and 'end_quote_char' parameters.
8261
9937536c
JB
82622017-12-13 Joel Brobecker <brobecker@adacore.com>
8263
8264 * gdb.base/server-del-break.c: New file.
8265 * gdb.base/server-del-break.exp: New file.
8266
fe49c6f5
SH
82672017-12-12 Stafford Horne <shorne@gmail.com>
8268
8269 * gdb.xml/tdesc-regs.exp: Add or1k support.
8270
c3d18620
SH
82712017-12-12 Stafford Horne <shorne@gmail.com>
8272
8273 * gdb.base/bp-permanent.c: Define nop of or1k.
8274
c5f9cfc8
JB
82752017-12-11 Joel Brobecker <brobecker@adacore.com>
8276
8277 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
8278 output with components being reordered.
8279
a9c135fc
JB
82802017-12-11 Joel Brobecker <brobecker@adacore.com>
8281
8282 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
8283 output with components being reordered.
8284
927aa2e7
JK
82852017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
8286 Pedro Alves <palves@redhat.com>
8287
8288 * gdb.base/maint.exp (check for .gdb_index): Check also for
8289 .debug_names.
8290 * gdb.dlang/watch-loc.c (.debug_aranges): New.
8291 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
8292 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
8293 (.gdb_index used after symbol reloading): Support also .debug_names.
8294 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
8295
f17d9474
YQ
82962017-12-08 Yao Qi <yao.qi@linaro.org>
8297
8298 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
8299 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
8300
a0de8c21
YQ
83012017-12-08 Yao Qi <yao.qi@linaro.org>
8302
8303 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
8304 * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
8305
a738ea1d
YQ
83062017-12-08 Yao Qi <yao.qi@linaro.org>
8307
8308 * gdb.arch/aarch64-tagged-pointer.c: New file.
8309 * gdb.arch/aarch64-tagged-pointer.exp: New file.
8310
1cd9a73b
SDJ
83112017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
8312
8313 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
8314 "int".
8315
fa6eb693
KS
83162017-12-07 Keith Seitz <keiths@redhat.com>
8317
8318 PR breakpoints/22569
8319 * gdb.linespec/ls-errs.exp: Change expected result of "break
8320 -source this file has spaces.c -line 3".
8321 Check that an explicit source file followed by whitespace is
8322 identified as an invalid explicit location.
8323
883fd55a
KS
83242017-12-07 Keith Seitz <keiths@redhat.com>
8325
8326 * gdb.cp/nested-types.cc: New file.
8327 * gdb.cp/nested-types.exp: New file.
8328 * lib/cp-support.exp: Load data-structures.exp library.
8329 (debug_cp_test_ptype_class): New global.
8330 (cp_ptype_class_verbose, next_line): New procedures.
8331 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
8332 Add and document new return value.
8333 Switch the list of lines to a queue.
8334 Add support for new `type' key for nested type definitions.
8335 Add debugging/troubleshooting messages.
8336 * lib/data-structures.exp: New file.
8337
ec72db3e
SM
83382017-12-07 Simon Marchi <simon.marchi@ericsson.com>
8339
8340 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
8341 with proc_with_prefix, don't use with_test_prefix.
8342
99598d71
TT
83432017-12-07 Tom Tromey <tom@tromey.com>
8344
8345 * gdb.base/break.exp: Add test for empty "commands".
8346
a8806230
YQ
83472017-12-07 Yao Qi <yao.qi@linaro.org>
8348
8349 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
8350 malloc and catch syscall.
8351
824cc835
PM
83522017-12-07 Phil Muldoon <pmuldoon@redhat.com>
8353
e79be6e5 8354 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
824cc835
PM
8355 tests for explicit locations.
8356
7cc244de
PA
83572017-12-06 Pedro Alves <palves@redhat.com>
8358
8359 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
8360 force-disabling XML descriptions.
8361
50a1fdd5
PA
83622017-12-04 Pedro Alves <palves@redhat.com>
8363
8364 PR gdb/22499
8365 * gdb.arch/amd64-disp-step-avx.S: New file.
8366 * gdb.arch/amd64-disp-step-avx.exp: New file.
8367
f0fb2488
PA
83682017-12-03 Pedro Alves <palves@redhat.com>
8369
8370 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
8371 and <string.h>.
8372 (parent_function): Print distinct messages when waitpid fails, or
8373 the child exits with a signal, or the child exits for an unhandled
8374 reason.
8375 * gdb.threads/process-dies-while-detaching.exp
8376 (detach_and_expect_exit): New 'inf_output_re' parameter and use
8377 it. Wait for both inferior output and GDB's prompt. Use an
8378 indirect spawn id list.
8379 (do_detach): New parameter 'child_exit'. Use it to compute
8380 expected inferior output.
8381 (test_detach, test_detach_watch, test_detach_killed_outside):
8382 Adjust to pass down the expected child exit kind.
8383
97cbe998
SDJ
83842017-12-01 Joel Brobecker <brobecker@adacore.com>
8385 Sergio Durigan Junior <sergiodj@redhat.com>
8386 Pedro Alves <palves@redhat.com>
8387
8388 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
8389
40fc416f
SDJ
83902017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
8391
8392 * gdb.base/relocate.exp: Add tests to guarantee that arguments
8393 to 'symbol-file' and 'add-symbol-file' can be
8394 position-independent.
8395
1cc75e92
YQ
83962017-12-01 Yao Qi <yao.qi@linaro.org>
8397
8398 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
8399 the URL in copyright header.
8400 * gdb.arch/aarch64-fp.exp: Likewise.
8401 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
8402 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
8403 * gdb.base/expand-psymtabs.exp: Likewise.
8404 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
8405 * gdb.fortran/common-block.exp: Likewise.
8406 * gdb.fortran/common-block.f90: Likewise.
8407 * gdb.fortran/logical.exp: Likewise.
8408 * gdb.fortran/vla-datatypes.f90: Likewise.
8409 * gdb.fortran/vla-sub.f90: Likewise.
8410
875fb7a7
JB
84112017-11-30 Joel Brobecker <brobecker@adacore.com>
8412
8413 * gdb.ada/repeat_dyn: New testcase.
8414
6f14765f
UW
84152017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
8416
8417 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
8418 Update for changed thread numbering.
8419 * gdb.cell/bt.exp: Update for changed GDB output.
8420
f1af7b94
SM
84212017-11-30 Simon Marchi <simon.marchi@ericsson.com>
8422
8423 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
8424 setting isremote by hand.
8425 * boards/dwarf4-gdb-index.exp: Likewise.
8426 * boards/fission.exp: Likewise.
8427 * boards/stabs.exp: Likewise.
8428
e3919f3e
PA
84292017-11-30 Pedro Alves <palves@redhat.com>
8430
8431 * gdb.linespec/cpls-ops.exp
8432 (check_explicit_skips_function_argument): Extract the underlying
8433 type of size_t instead of hardcoding it.
8434
bd69330d
PA
84352017-11-29 Pedro Alves <palves@redhat.com>
8436
8437 PR c++/19436
8438 * gdb.linespec/cpls-abi-tag.cc: New file.
8439 * gdb.linespec/cpls-abi-tag.exp: New file.
8440
a20714ff
PA
84412017-11-29 Pedro Alves <palves@redhat.com>
8442
8443 * gdb.base/langs.exp: Use -qualified.
8444 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
8445 it.
8446 * gdb.cp/namespace.exp: Use -qualified.
8447 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
8448 (overload-3, template-overload, template-ret-type, const-overload)
8449 (const-overload-quoted, anon-ns, ambiguous-prefix): New
8450 procedures.
8451 (test_driver): Call them.
8452 * gdb.cp/save-bp-qualified.cc: New.
8453 * gdb.cp/save-bp-qualified.exp: New.
8454 * gdb.linespec/explicit.exp: Test -qualified.
8455 * lib/completion-support.exp (completion::explicit_opts_list): Add
8456 "-qualified".
8457 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
8458
f6f1d339
PM
84592017-11-29 Phil Muldoon <pmuldoon@redhat.com>
8460
8461 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
8462
02ca603a
TT
84632017-11-29 Tom Tromey <tom@tromey.com>
8464
8465 * gdb.base/relocate.exp: Update invalid argument test.
8466 Add new tests for invalid arguments.
8467
ed6c0bfb
TP
84682017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
8469
8470 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
8471 Return 0 as a long.
8472 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
8473
f106e10e
TP
84742017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
8475
8476 * gdb.cp/breakpoint.cc (bar): Set return type to void.
8477 * gdb.cp/psymtab-parameter.cc (func): Likewise.
8478 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
8479 func ().
8480 * gdb.cp/shadow.cc (B.func): Return 0.
8481
10329bb2
JB
84822017-11-27 Joel Brobecker <brobecker@adacore.com>
8483
8484 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
8485 expected output in gdb_expect call to allow the exception
8486 message to be present as well. Fix syntax confusion to avoid
8487 TCL thinking that exception_name is an array.
8488
617cd4bc
UW
84892017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
8490
8491 * gdb.arch/spu-info.c: Include <unistd.h>.
8492 (do_signal_test): Fix broken calls to write.
8493 * gdb.arch/spu-info.exp: Use prepare_for_testing.
8494 Fix checks for empty mailboxes. Update signal tests for corrected
8495 do_signal_test routine. Allow nonzero event status.
58f7f0bf
UW
8496 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
8497 * gdb.cell/arch.exp: Use standard_output_file.
8498 * gdb.cell/break.exp: Likewise.
8499 * gdb.cell/bt.exp: Likewise.
8500 * gdb.cell/core.exp: Likewise.
8501 * gdb.cell/dwarfaddr.exp: Likewise.
8502 * gdb.cell/ea-cache.exp: Likewise.
8503 * gdb.cell/ea-standalone.exp: Likewise.
8504 * gdb.cell/f-regs.exp: Likewise.
8505 * gdb.cell/fork.exp: Likewise.
8506 * gdb.cell/gcore.exp: Likewise.
8507 * gdb.cell/mem-access.exp: Likewise.
8508 * gdb.cell/ptype.exp: Likewise.
8509 * gdb.cell/registers.exp: Likewise.
8510 * gdb.cell/sizeof.exp: Likewise.
8511 * gdb.cell/solib-symbol.exp: Likewise.
8512 * gdb.cell/solib.exp: Likewise.
617cd4bc 8513
a81aaca0
PA
85142017-11-25 Pedro Alves <palves@redhat.com>
8515
8516 * gdb.base/complete-empty.exp: New file.
8517 * gdb.base/completion.exp: Adjust.
8518
6a3c6ee4
PA
85192017-11-25 Pedro Alves <palves@redhat.com>
8520
8521 * gdb.linespec/cpls-ops.cc: New file.
8522 * gdb.linespec/cpls-ops.exp: New file.
8523 * lib/completion-support.exp (test_complete_prefix_range_re): New,
8524 factored out from ...
8525 (test_complete_prefix_range): ... this.
8526
8955eb2d
PA
85272017-11-24 Pedro Alves <palves@redhat.com>
8528
8529 * gdb.linespec/cpcompletion.exp: New file.
8530 * gdb.linespec/cpls-hyphen.cc: New file.
8531 * gdb.linespec/cpls.cc: New file.
8532 * gdb.linespec/cpls2.cc: New file.
8533 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
8534 test to use test_gdb_complete_unique. Add label completion,
8535 keyword completion and explicit location completion tests.
8536 * lib/completion-support.exp: New file.
8537
e547c119
JB
85382017-11-24 Joel Brobecker <brobecker@adacore.com>
8539
8540 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
8541 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
8542 when hitting an exception catchpoint.
8543
7c3c1aa8
YQ
85442017-11-22 Yao Qi <yao.qi@linaro.org>
8545
8546 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
8547
41bd68f5
SM
85482017-11-22 Simon Marchi <simon.marchi@ericsson.com>
8549
8550 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
8551 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
8552 * gdb.dwarf2/info-locals-optimized-out.c: New file.
8553
1daad298
YQ
85542017-11-22 Yao Qi <yao.qi@linaro.org>
8555
8556 * gdb.base/info-os.exp: Pass pthreads.
8557 * gdb.multi/multi-attach.exp: Likewise.
8558
88465e87
YQ
85592017-11-22 Yao Qi <yao.qi@linaro.org>
8560
8561 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
8562 compiler.
8563
dc196b23
YQ
85642017-11-22 Yao Qi <yao.qi@linaro.org>
8565
8566 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
8567 * gdb.base/break-interp.exp: Likewise.
8568 * gdb.base/jit-attach-pie.exp: Likewise.
8569
2400729e
UW
85702017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
8571
8572 * gdb.base/float128.c (large128): New variable.
8573 * gdb.base/float128.exp: Add test to print largest __float128 value.
8574
7a26362d
UW
85752017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
8576
8577 * gdb.arch/vsx-regs.exp: Update register content checks.
8578
ed0f4273
UW
85792017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
8580
8581 * gdb.arch/ppc-longdouble.exp: New file.
8582 * gdb.arch/ppc-longdouble.c: Likewise.
8583
a25d69c6
PA
85842017-11-21 Pedro Alves <palves@redhat.com>
8585
8586 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
8587
73fcf641
PA
85882017-11-20 Pedro Alves <palves@redhat.com>
8589
8590 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
8591 (long_double_typedef): New typedefs.
8592 Use DEF on double and long double.
8593 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
8594 cases.
8595 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
8596 and 'long_double_ptr_same_size' locals. Use them to decide
8597 whether cast from array/function to float is valid/invalid.
8598
71a3c369
TT
85992017-11-17 Tom Tromey <tom@tromey.com>
8600
8601 * gdb.rust/traits.rs: New file.
8602 * gdb.rust/traits.exp: New file.
8603
ced9779b
JB
86042017-11-17 Joel Brobecker <brobecker@adacore.com>
8605
8606 * gdb.ada/minsyms: New testcase.
8607
a0922d80
PA
86082017-11-16 Pedro Alves <palves@redhat.com>
8609
8610 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
8611 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
8612
ea04e54c
PA
86132017-11-16 Pedro Alves <palves@redhat.com>
8614
8615 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
8616 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
8617
e849ea89
PA
86182017-11-16 Pedro Alves <palves@redhat.com>
8619
8620 * gdb.server/reconnect-ctrl-c.c: New file.
8621 * gdb.server/reconnect-ctrl-c.exp: New file.
8622
d8ae99a7
PM
86232017-11-16 Phil Muldoon <pmuldoon@redhat.com>
8624
8625 * gdb.python/py-rbreak.exp: New file.
8626 * gdb.python/py-rbreak.c: New file.
8627 * gdb.python/py-rbreak-func2.c: New file.
8628
968a13f8
PA
86292017-11-16 Pedro Alves <palves@redhat.com>
8630
8631 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
8632 pattern.
8633 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
8634 GDB.
8635
71774bc9
SM
86362017-11-15 Simon Marchi <simon.marchi@ericsson.com>
8637
8638 * gdb.tui/completionn.exp (test_tab_completion): Add space in
8639 regex.
8640
ddbb44cf
SM
86412017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
8642
8643 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
8644 test names.
8645
584a564f
PA
86462017-11-09 Pedro Alves <palves@redhat.com>
8647
8648 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
8649 factored out from ...
8650 (top level): ... here, and adjusted to avoid expecting beyond the
8651 prompt in a single gdb_test_multiple.
8652
5ed7a928
PA
86532017-11-09 Pedro Alves <palves@redhat.com>
8654
8655 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
8656 output.
8657 * gdb.server/ext-attach.exp ("kill" test): Likewise.
8658 * gdb.server/ext-restart.exp ("kill" test): Likewise.
8659 * gdb.server/ext-run.exp ("kill" test): Likewise.
8660 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
8661
a60e0738
PA
86622017-11-09 Pedro Alves <palves@redhat.com>
8663
8664 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
8665 match till end of line.
8666
2c88253f
PA
86672017-11-09 Pedro Alves <palves@redhat.com>
8668
8669 * gdb.base/memattr.exp: Tighten regexes to match the end line.
8670
c7a38517
PA
86712017-11-09 Pedro Alves <palves@redhat.com>
8672
8673 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
8674 New procedures, factored out from ...
8675 (top level): ... here, and adjusted to avoid expecting beyond the
8676 prompt in one go.
8677
f29f4b6b
PA
86782017-11-09 Pedro Alves <palves@redhat.com>
8679
8680 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
8681 output. Fix '?' match.
8682
286acbb5
JB
86832017-11-08 Joel Brobecker <brobecker@adacore.com>
8684
8685 * gdb.ada/scoped_watch: New testcase.
8686 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
8687 which is actually correct.
8688 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
8689 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
8690
62d7ae92
PA
86912017-11-08 Pedro Alves <palves@redhat.com>
8692
8693 * gdb.gdb/complaints.exp (test_initial_complaints)
8694 (test_serial_complaints, test_short_complaints): Call
8695 complaint_internal instead of complaint.
8696
280ca31f
DT
86972017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
8698
8699 * gdb.threads/tls-core.c: New file.
8700 * gdb.threads/tls-core.exp: Likewise.
8701
b5ec771e
PA
87022017-11-08 Pedro Alves <palves@redhat.com>
8703
8704 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
8705 (p Exported_Capitalized): New test.
8706 (p exported_capitalized): New test.
8707
a02b41a7
PA
87082017-11-07 Pedro Alves <palves@redhat.com>
8709
8710 * gdb.cp/ena-dis-br-range.exp: Add more tests.
8711
95e95a6d
PA
87122017-11-07 Pedro Alves <palves@redhat.com>
8713
8714 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
8715 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
8716 (disable_invalid, disable_inverted, disable_negative): New
8717 procedures.
8718 ("bad numbers"): New set of tests.
8719
cee62dbd
PA
87202017-11-07 Pedro Alves <palves@redhat.com>
8721
8722 * gdb.cp/ena-dis-br-range.exp: Add tests.
8723
cc638e86
PA
87242017-11-07 Pedro Alves <palves@redhat.com>
8725
8726 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
8727
d0fe4701
XR
87282017-11-07 Xavier Roirand <roirand@adacore.com>
8729 Pedro Alves <palves@redhat.com>
8730
8731 * gdb.base/ena-dis-br.exp: Add reference to
8732 gdb.cp/ena-dis-br-range.exp.
8733 * gdb.cp/ena-dis-br-range.exp: New file.
8734 * gdb.cp/ena-dis-br-range.cc: New file.
8735
46f67f80
PA
87362017-11-06 Pedro Alves <palves@redhat.com>
8737
8738 * gdb.base/attach-non-pgrp-leader.c: New.
8739 * gdb.base/attach-non-pgrp-leader.exp: New.
8740
726e1356
PA
87412017-11-06 Pedro Alves <palves@redhat.com>
8742
8743 * configure.ac: No longer check for termio.h and sgtty.h.
8744 * configure: Regenerate.
8745 * remote-utils.c: Include termios.h instead of gdb_termios.h.
8746 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
8747 Remove termio and sgtty code.
8748
50ab6ace
YQ
87492017-11-03 Yao Qi <yao.qi@linaro.org>
8750
8751 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
8752 in GDB is disabled.
8753
8e68731c
YQ
87542017-11-03 Yao Qi <yao.qi@linaro.org>
8755
8756 * gdb.python/py-thrhandle.exp: Skip it if python is not
8757 enabled.
8758
3a87ae65
SM
87592017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
8760
8761 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
8762 as a breakpoint command.
8763
484d8d36
MD
87642017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
8765
8766 PR python/21213
8767 * gdb.python/py-infthread.exp: Test calling
8768 InferiorThread.inferior () multiple times in a row.
8769
4a27f119
KS
87702017-10-27 Keith Seitz <keiths@redhat.com>
8771
8772 * gdb.opt/inline-break.exp (break_info_1): New procedure.
8773 Test "info break" for every inlined function breakpoint.
8774
bb11dd58
YQ
87752017-10-27 Yao Qi <yao.qi@linaro.org>
8776
8777 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
8778
a43f3893
PF
87792017-10-26 Patrick Frants <osscontribute@gmail.com>
8780
8781 * gdb.cp/classes.exp (test_static_members): Test printing
8782 Outer::instance.
8783 * gdb.cp/classes.c (struct Inner, struct Outer): New.
8784 (Inner::instance, Outer::instance): New.
8785
792ccf00
PA
87862017-10-24 Pedro Alves <palves@redhat.com>
8787
8788 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
8789 extra console" test in two stages.
8790
eb2bfbad
PA
87912017-10-24 Pedro Alves <palves@redhat.com>
8792
8793 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
8794
1f75a651
PA
87952017-10-24 Pedro Alves <palves@redhat.com>
8796
8797 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
8798 loop.
8799
779990d9
PA
88002017-10-24 Pedro Alves <palves@redhat.com>
8801
8802 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
8803 $attempt" and "stoppedtry $stoppedtry" test prefixes.
8804
ad9b8f5d
PA
88052017-10-24 Pedro Alves <palves@redhat.com>
8806
8807 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
8808 parameter and handle it. Don't output read value in test name.
8809
fee6da6e
PA
88102017-10-24 Pedro Alves <palves@redhat.com>
8811
8812 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
8813 custom test name.
8814
10389c2c
PA
88152017-10-24 Pedro Alves <palves@redhat.com>
8816
8817 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
8818 include the unstable output directory name in the test's name.
8819 (initial_setup_simple) <'set args'>: Use custom test name.
8820
a80e65a9
PA
88212017-10-24 Pedro Alves <palves@redhat.com>
8822
8823 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
8824 with explicit test name.
8825
15763a09
PA
88262017-10-20 Pedro Alves <palves@redhat.com>
8827
8828 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
8829 'wait -i'. Use gdb_assert and remote_close.
8830
49a4ce2e
AB
88312017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
8832
8833 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
8834 number from variable rather than hard-coded.
8835
a75868f5
PA
88362017-10-19 Pedro Alves <palves@redhat.com>
8837
8838 * gdb.base/long-inferior-output.c: New file.
8839 * gdb.base/long-inferior-output.exp: New file.
8840
c8ba13ad
KS
88412017-11-18 Keith Seitz <keiths@redhat.com>
8842
8843 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
8844 method.
8845 (main): Call it.
8846 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
8847 Add additional user-defined conversion operator tests.
8848
b27de576
PA
88492017-10-17 Pedro Alves <palves@redhat.com>
8850
8851 * boards/native-stdio-gdbserver.exp: Load "local-board".
8852
8484c955
PA
88532017-10-17 Pedro Alves <palves@redhat.com>
8854
8855 * gdb.base/quit-live.c: New file.
8856 * gdb.base/quit-live.exp: New file.
8857
83d5a34d
KS
88582017-10-16 Keith Seitz <keiths@redhat.com>
8859
8860 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
8861 (class_with_protected_typedef, class_with_private_typedef)
8862 (struct_with_public_typedef, struct_with_protected_typedef)
8863 (struct_with_private_typedef): New classes/structs.
8864 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
8865 typedefs and access specifiers.
8866
739b3f1d
PA
88672017-10-16 Pedro Alves <palves@redhat.com>
8868 Simon Marchi <simon.marchi@polymtl.ca>
8869
8870 * README (Local vs Remote vs Native): New section.
8871 * boards/local-board.exp: New file, with bits factored out from
8872 ...
8873 * boards/native-extended-gdbserver.exp: ... here. Load
8874 "local-board".
8875 * boards/native-gdbserver.exp: Load "local-board".
8876 (${board}_spawn, ${board}_exec): Delete.
8877 * boards/native-stdio-gdbserver.exp: Most contents factored out to
8878 ...
8879 * boards/stdio-gdbserver-base.exp: ... this new file.
8880 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
8881 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
8882 procedure.
8883 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
8884 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
8885 stdio_gdbserver_command.
8886 (${board}_get_remote_address, ${board}_get_comm_port)
8887 (${board}_download, ${board}_upload): Delete.
8888 (get_target_remote_pipe_cmd): New.
8889
fe68b953
SM
88902017-10-16 Simon Marchi <simon.marchi@ericsson.com>
8891
8892 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
8893 test_bkpt_deletion, test_bkpt_cond_and_cmds,
8894 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
8895 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
8896 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
8897 remove with_test_prefix.
8898
300b6685
PA
88992017-10-13 Pedro Alves <palves@redhat.com>
8900
8901 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
8902 * gdb.base/annota1.exp: Use it instead of is_remote.
8903 * gdb.base/annota3.exp: Use it instead of is_remote.
8904 * gdb.cp/annota2.exp: Use it instead of is_remote.
8905 * gdb.cp/annota3.exp: Use it instead of is_remote.
8906 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
8907
50500caf
PA
89082017-10-13 Pedro Alves <palves@redhat.com>
8909
8910 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
8911 (test_num_test_vars, run_and_count_vars, find_env)
8912 (test_set_unset_env, test_inherit_env_var): New procedures.
8913 (top level): Use them.
8914
dad0c6d2
PA
89152017-10-13 Pedro Alves <palves@redhat.com>
8916
8917 * lib/selftest-support.exp (selftest_setup): Extend comments, and
8918 also skip on stub-like targets.
8919
8b0553c1
PA
89202017-10-13 Pedro Alves <palves@redhat.com>
8921
8922 PR gdb/22293
8923 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
8924 (top level): Move some tests to ...
8925 (test_not_found): ... this new procedure.
8926 (top level): Call it.
8927
7594f623
PA
89282017-10-13 Pedro Alves <palves@redhat.com>
8929
8930 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
8931 expect different "info terminal" output if testing with a
8932 non-native target.
8933
ebe3b402
PA
89342017-10-13 Pedro Alves <palves@redhat.com>
8935 Simon Marchi <simon.marchi@polymtl.ca>
8936
8937 PR python/12966
8938 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
8939
42f1b161
PA
89402017-10-13 Pedro Alves <palves@redhat.com>
8941
8942 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
8943 already.
8944
8d6ef72b
PA
89452017-10-13 Pedro Alves <palves@redhat.com>
8946
8947 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
8948 is_remote.
8949
d7bcd5b8
PA
89502017-10-13 Pedro Alves <palves@redhat.com>
8951
8952 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
8953 is_remote.
8954
df479dc6
PA
89552017-10-13 Pedro Alves <palves@redhat.com>
8956
8957 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
8958 is set.
8959 (corefile_test_attach): Likewise. Check can_spawn_for_attach
8960 instead of is_remote.
8961
23fb630a
PA
89622017-10-13 Pedro Alves <palves@redhat.com>
8963
8964 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
8965 (top level): Add comment.
8966
cc77b1dc
PA
89672017-10-13 Pedro Alves <palves@redhat.com>
8968
8969 * gdb.base/remote.exp (top level): Fix comment typo and add
8970 missing return.
8971
27c9e813
PA
89722017-10-13 Pedro Alves <palves@redhat.com>
8973 Simon Marchi <simon.marchi@polymtl.ca>
8974
8975 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
8976 calls and add comments. Skip test if use_gdb_stub is set.
8977 (top level): Use "set cwd" command instead of "cd" command.
8978
5e830d98
PA
89792017-10-13 Pedro Alves <palves@redhat.com>
8980
8981 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
8982 is_remote target check.
8983
f5ca0032
PA
89842017-10-13 Pedro Alves <palves@redhat.com>
8985
8986 * gdb.base/scope.exp: Use build_executable + clean_restart +
8987 gdb_file_cmd instead of prepare_for_testing and no longer skip
8988 "before run" tests on is_remote target boards. Update comments.
8989 * boards/native-extended-gdbserver.exp
8990 (extended_gdbserver_load_last_file): New, factored out from ...
8991 (gdb_load): ... this. Move further below and add comment.
8992 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
8993
8aed1c0d
PA
89942017-10-12 Pedro Alves <palves@redhat.com>
8995
8996 * gdb.base/attach.exp: Remove references to gdb64.
8997 * gdb.base/dbx.exp: Remove references to gdb64.
8998
cfa34c87
SM
89992017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
9000 Pedro Alves <palves@redhat.com>
9001
9002 * gdb.base/label.exp: Remove is_remote target check.
9003
9192b7de
PA
90042017-10-12 Pedro Alves <palves@redhat.com>
9005
9006 * gdb.base/auvx.exp (coredir): Update comment.
9007 (top level) <core_works>: Use "set cwd" command instead of "cd"
9008 command.
9009
6bf0052d
PA
90102017-10-12 Pedro Alves <palves@redhat.com>
9011 Simon Marchi <simon.marchi@polymtl.ca>
9012
9013 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
9014 target boards.
9015
e48ef82d
PA
90162017-10-12 Pedro Alves <palves@redhat.com>
9017 Simon Marchi <simon.marchi@polymtl.ca>
9018
9019 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
9020 Instead skip if there's any gdb_protocol set.
9021
8d7aea57
SM
90222017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
9023 Pedro Alves <palves@redhat.com>
9024
9025 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
9026
30440677
PA
90272017-10-12 Pedro Alves <palves@redhat.com>
9028 Simon Marchi <simon.marchi@polymtl.ca>
9029
9030 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
9031 instead of on dejagnu remote boards.
9032
4e04f045 90332017-10-12 Pedro Alves <palves@redhat.com>
175654b9 9034 Simon Marchi <simon.marchi@polymtl.ca>
4e04f045
PA
9035
9036 * gdb.base/inferior-died.exp: Remove is_remote and isnative
9037 checks. Use build_executable + clean_restart instead of
9038 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
9039 of enabling non-stop after starting gdb.
9040
871a186e
PA
90412017-10-12 Pedro Alves <palves@redhat.com>
9042
9043 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
9044 * gdb.threads/non-ldr-exc-2.exp: Ditto.
9045 * gdb.threads/non-ldr-exc-3.exp: Ditto.
9046 * gdb.threads/non-ldr-exc-4.exp: Ditto.
9047
56d704da
AK
90482017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
9049
9050 * gdb.arch/arc-tdesc-cpu.exp: New file.
9051 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
9052
2f20e312
SM
90532017-10-10 Simon Marchi <simon.marchi@ericsson.com>
9054
9055 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
9056
65630365
PA
90572017-10-10 Pedro Alves <palves@redhat.com>
9058
9059 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
9060 expect CLI output.
9061
bf469271
PA
90622017-10-10 Pedro Alves <palves@redhat.com>
9063
9064 * lib/selftest-support.exp (selftest_setup): Update for
9065 captured_command_loop's prototype change.
9066
777a42f1
PA
90672017-10-09 Pedro Alves <palves@redhat.com>
9068
9069 Test both arch1=>arch2 and arch2=>arch1.
9070
9071 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
9072 (srcfile2, binfile2, march1, march2): Remove globals. Largely
9073 factored out to...
9074 (append_arch1_options, append_arch2_options, append_arch_options)
9075 (build_executables): New procedures.
9076 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
9077 local.
9078 (top level): Add new 'first_arch' testing axis.
9079
cbd2b4e3
PA
90802017-10-09 Pedro Alves <palves@redhat.com>
9081
9082 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
9083 (barrier): New.
9084 (thread_start, all_started): New functions.
9085 (main): Spawn new thread and wait until it is scheduled.
9086 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
9087 option.
9088 (do_test): Add 'selected_thread' parameter. Run to all_started
9089 instead of main. Explicitly set the breakpoint at main. Switch
9090 to the SELECTED_THREAD thread.
9091 (top level): Test handling the exec event with either the main
9092 thread or the second thread selected.
9093
5c9e4427
PA
90942017-10-09 Pedro Alves <palves@redhat.com>
9095
9096 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
9097 logic. Move STOP marker after the value checks.
9098 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
9099 regexp.
9100
b3b7c423
SL
91012017-10-06 Sandra Loosemore <sandra@codesourcery.com>
9102
9103 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
9104
3b4b2f16
UW
91052017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
9106
9107 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
9108 integer-to-dfp conversion.
9109 * gdb.base/dfp-test.exp: Likewise.
9110
5cd63fda
PA
91112017-10-04 Pedro Alves <palves@redhat.com>
9112
9113 * gdb.multi/hangout.c: Include <unistd.h>.
9114 (hangout_loop): New function.
9115 (main): Call alarm. Call hangout_loop in a loop.
9116 * gdb.multi/hello.c: Include <unistd.h>.
9117 (hello_loop): New function.
9118 (main): Call alarm. Call hangout_loop in a loop.
9119 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
9120 inferior with the other selected.
9121
4c71c105
SM
91222017-10-04 Simon Marchi <simon.marchi@ericsson.com>
9123
9124 * gdb.mi/list-thread-groups-available.exp: New file.
9125 * gdb.mi/list-thread-groups-available.c: New file.
9126
bc3b087d
SDJ
91272017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
9128
9129 * gdb.base/set-cwd.exp: Make it available on
9130 native-extended-gdbserver.
9131
d092c5a2
SDJ
91322017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
9133
9134 * gdb.base/set-cwd.c: New file.
9135 * gdb.base/set-cwd.exp: Likewise.
9136
45320ffa
TT
91372017-10-02 Tom Tromey <tom@tromey.com>
9138
9139 PR rust/22236:
9140 * gdb.rust/simple.rs (main): New variable "fslice".
9141 * gdb.rust/simple.exp: Add slice tests. Update string tests.
9142
b3e3859b
TT
91432017-10-02 Tom Tromey <tom@tromey.com>
9144
9145 * gdb.rust/simple.exp: Test ptype of a slice.
9146
01af5e0d
TT
91472017-10-02 Tom Tromey <tom@tromey.com>
9148
9149 * gdb.rust/simple.exp: Test index of slice.
9150
a9bbfbd8
TT
91512017-09-27 Tom Tromey <tom@tromey.com>
9152
9153 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
9154
df8899e5
TP
91552017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
9156 Pedro Alves <palves@redhat.com>
9157
9158 * gdb.base/compare-sections.exp (get value of read-only section): Read
9159 as unsigned value.
9160 (corrupt read-only section): Likewise and don't set written if patching
9161 failed.
9162
757bf54b
KB
91632017-09-21 Kevin Buettner <kevinb@redhat.com>
9164
9165 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
9166 files.
9167
06871ae8
PA
91682017-09-20 Pedro Alves <palves@redhat.com>
9169
9170 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
9171 symbol names in gdb's output.
9172 * gdb.cp/overload.exp ("list all overloads"): Likewise.
9173
e5f25bc5
PA
91742017-09-20 Pedro Alves <palves@redhat.com>
9175
9176 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
9177 Rename to ...
9178 (test_list_ambiguous_symbol): ... this and add a symbol name
9179 parameter. Adjust.
9180 (test_list_ambiguous_function): Reimplement on top of
9181 test_list_ambiguous_symbol and also test listing ambiguous
9182 variables.
9183 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
9184 (ambiguous_fun): ... this.
9185 (ambiguous_var): New.
9186 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
9187 (ambiguous_fun): ... this.
9188 (ambiguous_var): New.
9189
4e5a4f58
JB
91902017-09-19 John Baldwin <jhb@FreeBSD.org>
9191
9192 * gdb.base/starti.c: New file.
9193 * gdb.base/starti.exp: New file.
9194 * lib/gdb.exp (gdb_starti_cmd): New procedure.
9195
26e53f3e
PA
91962017-09-14 Pedro Alves <palves@redhat.com>
9197
9198 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
9199 (top level): Use it instead of runto.
9200
cb791d59
TT
92012017-09-11 Tom Tromey <tom@tromey.com>
9202
9203 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
9204
7c96f8c1
TT
92052017-09-11 Tom Tromey <tom@tromey.com>
9206
9207 * gdb.python/py-infthread.exp: Add tests for new_thread event.
9208 * gdb.python/py-inferior.exp: Add tests for new inferior events.
9209
469412dd
CW
92102017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
9211
9212 * gdb.fortran/printing-types.exp: New file.
9213 * gdb.fortran/printing-types.exp: New file.
9214
e0f86435
BH
92152017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
9216
9217 * gdb.fortran/vla-ptype.exp: Fix typos.
9218 * gdb.fortran/vla-value.exp: Same.
9219
9e9af4be
BH
92202017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
9221
9222 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
9223 * gdb.mi/mi-var-child-f.exp: Likewise.
9224 * gdb.mi/mi-vla-fortran.exp: Likewise.
9225
a5ad232b 92262017-09-08 Frank Penczek <frank.penczek@intel.com>
e79be6e5
SM
9227 Christoph Weinmann <christoph.t.weinmann@intel.com>
9228 Bernhard Heckel <bernhard.heckel@intel.com>
a5ad232b
FP
9229
9230 * gdb.fortran/ptr-indentation.f90: New file.
9231 * gdb.fortran/ptr-indentation.exp: New file.
9232
5aec60eb
TT
92332017-09-05 Tom Tromey <tom@tromey.com>
9234
9235 PR gdb/22010:
9236 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
9237
8f8f8152
TP
92382017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
9239
9240 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
9241
fbd1b771
JK
92422017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
9243
9244 * gdb.threads/tls-nodebug-pie.c: New file.
9245 * gdb.threads/tls-nodebug-pie.exp: New file.
9246
5eb5f850
TT
92472017-09-05 Tom Tromey <tom@tromey.com>
9248
9249 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
9250 for rust.
9251
ae780a21
SM
92522017-09-05 Simon Marchi <simon.marchi@ericsson.com>
9253
9254 * gdb.multi/multi-arch-exec.exp: Test with different
9255 "follow-exec-mode" settings.
9256 (do_test): New procedure.
9257
3693fdb3
PA
92582017-09-04 Pedro Alves <palves@redhat.com>
9259
9260 * gdb.base/func-static.c (S::method const, S::method volatile)
9261 (S::method volatile const): New methods.
9262 (c_s, v_s, cv_s): New instances.
9263 (main): Call method() on them.
9264 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
9265 (cannot_resolve): New procedure.
9266 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
9267 print-quote-unquoted columns.
9268 (do_test): Test printing each scope too.
9269
e68cb8e0
PA
92702017-09-04 Pedro Alves <palves@redhat.com>
9271
9272 * gdb.base/local-static.exp: Also test with
9273 class::method::variable wholly quoted.
9274 * gdb.cp/m-static.exp (class::method::variable): Remove test.
9275
858be34c
PA
92762017-09-04 Pedro Alves <palves@redhat.com>
9277
9278 * gdb.base/local-static.c: New.
9279 * gdb.base/local-static.cc: New.
9280 * gdb.base/local-static.exp: New.
9281
46a4882b
PA
92822017-09-04 Pedro Alves <palves@redhat.com>
9283
9284 * gdb.asm/asm-source.exp: Add casts to int.
9285 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
9286 (dataglobal64_1, dataglobal64_2): New globals.
9287 * gdb.base/nodebug.exp: Test different expressions involving the
9288 new globals, with print, whatis and ptype. Add casts to int.
9289 * gdb.base/solib-display.exp: Add casts to int.
9290 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
9291 * gdb.cp/m-static.exp: Add cast to int.
9292 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
9293 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
9294 tls variable with no debug info without a cast. Test with a cast
9295 to int too.
9296 * gdb.trace/entry-values.exp: Add casts.
9297
2c5a2be1
PA
92982017-09-04 Pedro Alves <palves@redhat.com>
9299
9300 * gdb.base/nodebug.exp: Test that ptype's error about functions
9301 with unknown return type includes the function name too.
9302
7022349d
PA
93032017-09-04 Pedro Alves <palves@redhat.com>
9304
9305 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
9306 return type of munmap in infcall.
9307 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
9308 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
9309 type of ftell in infcall.
9310 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
9311 type of getpid in infcall.
9312 * gdb.base/infcall-exec.exp: Cast return type of execlp in
9313 infcall.
9314 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
9315 Bail on failure to extract the pid.
9316 * gdb.base/nodebug.c: #include <stdint.h>.
9317 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
9318 New functions.
9319 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
9320 Change expected output of print/whatis/ptype with functions with
9321 no debug info. Test all supported languages. Call
9322 test_call_promotion.
9323 * gdb.compile/compile.exp: Adjust expected output to expect
9324 warning.
9325 * gdb.threads/siginfo-threads.exp: Likewise.
9326
54990598
PA
93272017-09-04 Pedro Alves <palves@redhat.com>
9328
9329 * gdb.base/callfuncs.exp (do_function_calls): New parameter
9330 "prototypes". Test calling float functions via prototyped and
9331 unprototyped function pointers.
9332 (perform_all_tests): New parameter "prototypes". Pass it down.
9333 (top level): Pass down "prototypes" parameter to
9334 perform_all_tests.
9335
34d16ea2
SM
93362017-09-04 Simon Marchi <simon.marchi@ericsson.com>
9337
9338 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
9339 Test with nested loops.
9340
9521ecda
SM
93412017-09-04 Simon Marchi <simon.marchi@ericsson.com>
9342
9343 * gdb.base/commands.exp: Call the new procedures.
9344 (loop_break_test, loop_continue_test): New procedures.
9345
80a65e9b
SM
93462017-09-04 Simon Marchi <simon.marchi@ericsson.com>
9347
9348 * gdb.base/commands.exp: Call new procedure.
9349 (define_if_without_arg_test): New procedure.
9350
e439fa14
PA
93512017-09-04 Pedro Alves <palves@redhat.com>
9352
9353 * gdb.base/list-ambiguous.exp: New file.
9354 * gdb.base/list-ambiguous0.c: New file.
9355 * gdb.base/list-ambiguous1.c: New file.
9356 * gdb.base/list.exp (test_list_range): Adjust expected output.
9357
0a2dde4a
SDJ
93582017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
9359
9360 * gdb.base/share-env-with-gdbserver.c: New file.
9361 * gdb.base/share-env-with-gdbserver.exp: Likewise.
9362
5e89eb3a
SM
93632017-08-28 Simon Marchi <simon.marchi@ericsson.com>
9364
9365 * gdb.base/commands.exp (gdbvar_simple_if_test,
9366 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
9367 progvar_simple_if_test, progvar_simple_while_test,
9368 progvar_complex_if_while_test, user_defined_command_test,
9369 user_defined_command_args_eval,
9370 user_defined_command_args_stack_test,
9371 user_defined_command_manyargs_test, bp_deleted_in_command_test,
9372 temporary_breakpoint_commands,
9373 gdb_test_no_prompt, redefine_hook_test,
9374 redefine_backtrace_test): Remove "global gdb_prompt".
9375
fd437cbc
SM
93762017-08-28 Simon Marchi <simon.marchi@ericsson.com>
9377
9378 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
9379 New proc, call it from toplevel.
9380
87215ad1
SDJ
93812017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
9382
9383 PR remote/21852
9384 * gdb.server/normal.c: New file, copied from gdb.base.
9385 * gdb.server/run-without-local-binary.exp: New file.
9386
58afddc6
WP
93872017-08-07 Weimin Pan <weimin.pan@oracle.com>
9388
9389 * gdb.arch/sparc64-adi.exp: New file.
9390 * gdb.arch/sparc64-adi.c: New file.
9391
5277199a
PA
93922017-08-22 Pedro Alves <palves@redhat.com>
9393
9394 * gdb.cp/overload.exp (line_range_pattern): New procedure.
9395 (top level): Add "list all overloads" tests.
9396
14278e1f
TT
93972017-08-22 Tom Tromey <tom@tromey.com>
9398
9399 * gdb.gdb/xfullpath.exp: Remove.
9400
bf223d3e
PA
94012017-08-21 Pedro Alves <palves@redhat.com>
9402
9403 PR gdb/19487
9404 * gdb.base/symbol-alias.c: New.
9405 * gdb.base/symbol-alias2.c: New.
9406 * gdb.base/symbol-alias.exp: New.
9407
c973d0aa
PA
94082017-08-21 Pedro Alves <palves@redhat.com>
9409
9410 * gdb.base/dfp-test.c
9411 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
9412 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
9413 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
9414 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
9415 * gdb.base/whatis-ptype-typedefs.c: New.
9416 * gdb.base/whatis-ptype-typedefs.exp: New.
9417 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
9418 (an_int, an_int_type, an_int_type2): New globals.
9419 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
9420 involving typedefs and cast expressions.
9421 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
9422 (lookup_typedefs_function): New.
9423 (typedefs_pretty_printers_dict): New.
9424 (top level): Register lookup_typedefs_function in
9425 gdb.pretty_printers.
9426
6d580b63
YQ
94272017-08-18 Yao Qi <yao.qi@linaro.org>
9428
9429 * gdb.server/unittest.exp: New.
9430
206726fb
SDJ
94312017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
9432
9433 PR gdb/21954
9434 * gdb.base/environ.exp: Add test to check if 'unset environment'
9435 works.
9436
bf0ec4c2
AA
94372017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
9438
9439 * lib/gdb.exp (universal_compile_options): New caching proc.
9440 (gdb_compile): Suppress GCC's coloring of messages.
9441
d6382fff
TT
94422017-08-14 Tom Tromey <tom@tromey.com>
9443
9444 PR gdb/21675:
9445 * gdb.base/printcmds.exp (test_radices): New function.
9446 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
9447 * gdb.base/sizeof.exp (check_valueof): Use p/d.
9448 * lib/gdb.exp (get_integer_valueof): Use p/d.
9449
c2c2dd9f
SM
94502017-08-12 Simon Marchi <simon.marchi@ericsson.com>
9451
9452 * lib/gdb.exp (get_valueof): Don't capture end-of-line
9453 characters.
9454
fdffd6f4
TT
94552017-08-05 Tom Tromey <tom@tromey.com>
9456
9457 * gdb.rust/simple.exp: Allow String to appear in a different
9458 namespace.
9459
27d41eac
YQ
94602017-07-26 Yao Qi <yao.qi@linaro.org>
9461
9462 * gdb.gdb/unittest.exp: Invoke command
9463 "maintenance check xml-descriptions".
9464
031ed05d
AA
94652017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
9466
9467 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
9468 calling context.
9469 (hex128): Drop erroneous calculation of parameters.
9470
dcd27ddf
SM
94712017-07-22 Simon Marchi <simon.marchi@ericsson.com>
9472
9473 * gdb.python/py-unwind.exp: Disable stack protection when
9474 building test file.
9475
47e77640
PA
94762017-07-20 Pedro Alves <palves@redhat.com>
9477
9478 * gdb.base/default.exp (set language): Adjust expected output.
9479
62d2a18a
PA
94802017-07-20 Pedro Alves <palves@redhat.com>
9481
9482 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
9483 (test_minsym): ... this, and make static.
9484 (get_pck__foo__bar__minsym): Rename to ...
9485 (get_test_minsym): ... this.
9486 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
9487 symbol names and comments.
9488 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
9489 (get_test_minsym): ... this.
9490 (pck__foo__bar__minsym__2): Rename to ...
9491 (test_minsym): ... this.
9492 (main): Adjust.
9493
c45ec17c
PA
94942017-07-17 Pedro Alves <palves@redhat.com>
9495
9496 * gdb.base/completion.exp: Adjust expected output.
9497 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
9498 the completer works.
9499
c6756f62
PA
95002017-07-17 Pedro Alves <palves@redhat.com>
9501
9502 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
9503
5bd68487
AB
95042017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
9505
9506 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
9507
8880f2a9
TT
95082017-07-14 Tom Tromey <tom@tromey.com>
9509
9510 PR rust/21764:
9511 * gdb.rust/simple.exp: Add tests.
9512
65547233
TT
95132017-07-14 Tom Tromey <tom@tromey.com>
9514
9515 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
9516
8f14146e
PA
95172017-07-14 Pedro Alves <palves@redhat.com>
9518
9519 * gdb.linespec/base/one/thefile.cc (z1): New function.
9520 * gdb.linespec/base/two/thefile.cc (z2): New function.
9521 * gdb.linespec/linespec.exp: Add tests.
9522
b4365d02
AB
95232017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
9524
9525 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
9526 to mi_create_breakpoint.
9527
5d2cbaa5
AB
95282017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
9529
9530 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
9531 mi_create_breakpoint.
9532
11cb5716
IB
95332017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
9534
9535 * gdb.dlang/demangle.exp: Update for demangling changes.
9536
03278692
TT
95372017-07-09 Tom Tromey <tom@tromey.com>
9538
9539 * gdb.dwarf2/shortpiece.exp: New file.
9540
33c5cd75
DB
95412017-07-06 David Blaikie <dblaikie@gmail.com>
9542
9543 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
9544 built from fissiont-multi-cu{1,2}.c.
9545 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
9546 except putting 'main' and 'func' in separate CUs in the same DWO file.
9547 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
9548 test.
9549 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
9550 test.
9551
8455d262
PA
95522017-07-06 Pedro Alves <palves@redhat.com>
9553
9554 * gdb.python/py-unwind.exp: Test flushregs.
9555
dc4bde35
SDJ
95562017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
9557
9558 PR cli/21688
9559 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
9560 tests for alias commands and trailing whitespace.
9561
51ed89aa
SDJ
95622017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
9563
9564 PR cli/21688
9565 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
9566 procedure. Call it.
9567
eb17d413
PA
95682017-06-29 Pedro Alves <palves@redhat.com>
9569
9570 * gdb.base/printcmds.exp: Add tests.
9571
41664b45
DG
95722017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
9573
9574 PR gdb/21337
9575 * gdb.base/reread-readsym.exp: New file.
9576 * gdb.base/reread-readsym.c: New file.
9577
75312ae3
KB
95782017-06-21 Kevin Buettner <kevinb@redhat.com>
9579
9580 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
9581 subpattern.
9582
66953522
PB
95832017-06-19 Peter Bergner <bergner@vnet.ibm.com>
9584
9585 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
9586 extended mnemonic.
9587 * gdb.arch/powerpc-power9.s: Likewise.
9588
5524b525
AA
95892017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
9590
9591 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
9592 on 32-bit x86 targets. Exploit is_*_target macros where
9593 appropriate.
9594
03c8af18
AA
95952017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9596
9597 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
9598 register pieces.
9599
3bf31011
AA
96002017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9601
9602 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
9603 located in one or more DWARF pieces.
9604
805acca0
AA
96052017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9606
9607 * lib/gdb.exp (get_endianness): New proc.
9608 * gdb.arch/aarch64-fp.exp: Use it.
9609 * gdb.arch/altivec-regs.exp: Likewise.
9610 * gdb.arch/e500-regs.exp: Likewise.
9611 * gdb.arch/vsx-regs.exp: Likewise.
9612 * gdb.base/dump.exp: Likewise.
9613 * gdb.base/funcargs.exp: Likewise.
9614 * gdb.base/gnu_vector.exp: Likewise.
9615 * gdb.dwarf2/formdata16.exp: Likewise.
9616 * gdb.dwarf2/implptrpiece.exp: Likewise.
9617 * gdb.dwarf2/nonvar-access.exp: Likewise.
9618 * gdb.python/py-inferior.exp: Likewise.
9619 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
9620
e9352324
AA
96212017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9622
9623 PR gdb/21226
9624 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
9625 stack value pieces are taken from the LSB end.
9626
d5d1163e
AA
96272017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9628
9629 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
9630 variable at nonzero offset.
9631
0567c986
AA
96322017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9633
9634 * gdb.dwarf2/var-access.c: New file.
9635 * gdb.dwarf2/var-access.exp: New test.
9636 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
9637
973e9aab
TT
96382017-06-12 Tom Tromey <tom@tromey.com>
9639
9640 * gdb.dwarf2/formdata16.exp: Add tests.
9641
d9109c80
TT
96422017-06-12 Tom Tromey <tom@tromey.com>
9643
9644 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
9645
30a25466
TT
96462017-06-12 Tom Tromey <tom@tromey.com>
9647
9648 PR exp/16225:
9649 * gdb.reverse/i386-sse-reverse.exp: Update tests.
9650 * gdb.arch/vsx-regs.exp: Update tests.
9651 * gdb.arch/s390-vregs.exp (hex128): New proc.
9652 Update test.
9653 * gdb.arch/altivec-regs.exp: Update tests.
9654
aefd8b33
SDJ
96552017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
9656
9657 * gdb.base/startup-with-shell.c: New file.
9658 * gdb.base/startup-with-shell.exp: Likewise.
9659
2090129c
SDJ
96602017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
9661
9662 * gdb.server/non-existing-program.exp: Update regex in order to
9663 reflect the fact that gdbserver is now using fork_inferior (with a
9664 shell) to startup the inferior.
9665
8e86a419
SM
96662017-05-30 Simon Marchi <simon.marchi@ericsson.com>
9667
9668 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
9669 support function calls from GDB.
9670
e6cf65f2
TT
96712017-05-21 Tom Tromey <tom@tromey.com>
9672
9673 PR rust/21466:
9674 * gdb.rust/unsized.exp: New file.
9675 * gdb.rust/unsized.rs: New file.
9676
43cc5389
TT
96772017-05-19 Tom Tromey <tom@tromey.com>
9678
9679 PR rust/21484:
9680 * gdb.rust/watch.exp: New file.
9681 * gdb.rust/watch.rs: New file.
9682
ec8df234
TT
96832017-05-18 Tom Tromey <tom@tromey.com>
9684
9685 * gdb.rust/simple.exp: Allow Box to be qualified.
9686
3e3e7fae
TP
96872017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
9688
9689 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
9690
59cc050d
PA
96912017-05-18 Pedro Alves <palves@redhat.com>
9692
9693 * gdb.base/fileio.c (test_write, test_read, test_close)
9694 (test_fstat): Don't print 'ret' in the fail path.
9695
c8f6abd1
PA
96962017-05-18 Pedro Alves <palves@redhat.com>
9697
9698 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
9699 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
9700 (test_system, test_rename, test_unlink, test_time): Change
9701 prototypes.
9702 * gdb.base/fileio.exp (stop_msg): Adjust.
9703
d2a03b77
PA
97042017-05-18 Pedro Alves <palves@redhat.com>
9705
9706 * gdb.base/fileio.c (null_str): New global.
9707 (test_stat): Use it.
9708 * gdb.base/fileio.exp: Remove nowarnings.
9709
0d5c6999
YQ
97102017-05-17 Yao Qi <yao.qi@linaro.org>
9711
9712 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
9713
21873064
YQ
97142017-05-17 Simon Marchi <simon.marchi@ericsson.com>
9715
9716 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
9717 argument command.
9718 (top-level): Invoke test_set_inferior_tty.
9719
d512d31c
PA
97202017-05-04 Pedro Alves <palves@redhat.com>
9721
9722 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
9723 Add parens to print call for Python 3.
9724
90cef2ed
KS
97252017-05-03 Keith Seitz <keiths@redhat.com>
9726
9727 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
9728 (main): Call it.
9729
14f819c8
TW
97302017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
9731
9732 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
9733 to prev and next.
9734
913aeadd
TW
97352017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
9736
9737 * gdb.python/py-record-btrace.exp: Remove test for
9738 gdb.BtraceInstruction.error.
9739
a3be24ad
TW
97402017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
9741
9742 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
9743
ae20e79a
TW
97442017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
9745
9746 * gdb.python/py-record-btrace-threads.c: New file.
9747 * gdb.python/py-record-btrace-threads.exp: New file.
9748
45ce1b47
SDJ
97492017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
9750
9751 PR testsuite/8595
9752 * gdb.base/environ.exp: Make test available in all architectures.
9753 Move bits related to "info program" testing to
9754 gdb.base/info-program.exp. Rewrite tests to use the two new
9755 procedures mentione below.
9756 (test_set_show_env_var) New procedure.
9757 (test_set_show_env_var_equal): Likewise.
9758 * gdb.base/info-program.exp: New file.
9759
e15c3eb4
KS
97602017-04-27 Keith Seitz <keiths@redhat.com>
9761
9762 * gdb.cp/oranking.cc (test15): New function.
9763 (main): Call test15 and declare additional variables for testing.
9764 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
9765 "p foo101('abc')" tests.
9766 Add tests for cv qualifier overloads.
9767 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
9768 "lvalue reference overload" test.
9769 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
9770 "print value of f1 on Child&& in f2" test.
9771
3a3fd0fd
PA
97722017-04-19 Pedro Alves <palves@redhat.com>
9773
9774 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
9775 procedure.
9776 (top level): Call it.
9777 * lib/gdb.exp (gdb_define_cmd): New procedure.
9778
53375380
PA
97792017-04-12 Pedro Alves <palves@redhat.com>
9780
9781 PR gdb/21323
9782 * gdb.cp/wide_char_types.c: Include <wchar.h>.
9783 (wchar): New global.
9784 * gdb.cp/wide_char_types.exp (wide_char_types_program)
9785 (do_test_wide_char, wide_char_types_no_program, top level): Add
9786 wchar_t testing.
9787
53e710ac
PA
97882017-04-12 Pedro Alves <palves@redhat.com>
9789
9790 PR c++/21323
9791 * gdb.cp/wide_char_types.c: New file.
9792 * gdb.cp/wide_char_types.exp: New file.
9793
0ad9d8c7
SDJ
97942017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
9795
9796 PR gdb/21352
9797 * gdb.trace/tsv.exp: Add test for "tsave -r".
9798
b1b45502
IB
97992017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
9800
9801 * gdb.dlang/watch-loc.c: New file.
9802 * gdb.dlang/watch-loc.exp: New file.
9803
ec13808e
JK
98042017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
9805
9806 * gdb.python/py-section-script.exp (sepdebug): New testcases.
9807
fe5f7374
AK
98082017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
9809
9810 * gdb.arch/arc-analyze-prologue.S: New file.
9811 * gdb.arch/arc-analyze-prologue.exp: Likewise.
9812
eea78757
AK
98132017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
9814
9815 * gdb.arch/arc-decode-insn.S: New file.
9816 * gdb.arch/arc-decode-insn.exp: Likewise.
9817
5badf10a
IR
98182017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
9819
9820 PR tdep/20928
9821 * gdb.arch/sparc64-regs.exp: New file.
9822 * gdb.arch/sparc64-regs.S: Likewise.
9823
cee59b3f
TW
98242017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
9825
9826 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
9827 and memory view on Python 3.
9828
c0f55cc6
AV
98292017-03-20 Artemiy Volkov <artemiyv@acm.org>
9830 Keith Seitz <keiths@redhat.com>
9831
9832 PR gdb/14441
9833 * gdb.cp/demangle.exp: Add rvalue reference tests.
9834 * gdb.cp/rvalue-ref-casts.cc: New file.
9835 * gdb.cp/rvalue-ref-casts.exp: New file.
9836 * gdb.cp/rvalue-ref-overload.cc: New file.
9837 * gdb.cp/rvalue-ref-overload.exp: New file.
9838 * gdb.cp/rvalue-ref-params.cc: New file.
9839 * gdb.cp/rvalue-ref-params.exp: New file.
9840 * gdb.cp/rvalue-ref-sizeof.cc: New file.
9841 * gdb.cp/rvalue-ref-sizeof.exp: New file.
9842 * gdb.cp/rvalue-ref-types.cc: New file.
9843 * gdb.cp/rvalue-ref-types.exp: New file.
9844 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
9845 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
9846
51457a05
MAL
98472017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
9848
9849 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
9850 New procedure.
9851
5b291c04
MAL
98522017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
9853
9854 * lib/mi-support.exp (mi_gdb_test): Add additional message
9855 for unexpected output.
9856
59a56148
AA
98572017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
9858
9859 * gdb.base/examine-backward.c (Barrier): New character array
9860 constant, to ensure that TestStrings is preceded by a string
9861 terminator.
9862
7942e96e
AA
98632017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
9864
9865 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
9866 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
9867 and implicit pointer into such a location.
9868
6ebac3fb
DE
98692017-03-16 Doug Evans <dje@google.com>
9870
9871 * gdb.python/py-lazy-string (pointer): Really add new typedef.
9872
ec3b243d
TP
98732017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
9874
9875 * gdb.cp/m-static.exp: Fix expectation for prototype of
9876 test5.single_constructor and single_constructor::single_constructor.
2cc36e25
DE
9877
98782017-03-16 Doug Evans <dje@google.com>
a7c0469f
DE
9879
9880 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
9881 * gdb.guile/scm-lazy-string.c: New file.
9882 * gdb.guile/scm-value.exp: Move lazy string tests to ...
9883 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
9884 for pointer, array, typedef lazy strings.
9885
2cc36e25 98862017-03-16 Doug Evans <dje@google.com>
34b43320
DE
9887
9888 PR python/17728, python/18439, python/18779
9889 * gdb.python/py-value.c (main) Delete locals sptr, sn.
9890 * gdb.python/py-lazy-string.c (pointer): New typedef.
9891 (main): New locals ptr, array, typedef_ptr.
9892 * gdb.python/py-value.exp: Move lazy string tests to ...
9893 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
9894 array, typedef lazy strings.
ec3b243d 9895
0efcde63
AK
98962017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
9897
9898 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
9899 Add optional 'test' parameter.
9900
7978d7c3
SM
99012017-03-13 Simon Marchi <simon.marchi@ericsson.com>
9902
9903 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
9904 Skip for versions of DejaGnu < 1.5.
9905
896c0c1e
SM
99062017-03-13 Simon Marchi <simon.marchi@ericsson.com>
9907
9908 * lib/gdb.exp (dejagnu_version): New proc.
9909 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
9910 Use dejagnu_version.
9911
5f4d1085
KS
99122017-03-10 Keith Seitz <keiths@redhat.com>
9913
9914 PR c++/8128
9915 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
9916 type from destructor regexps.
9917 Add a branch which actually passes the test.
9918 Adjust "ptype t5i" test names.
9919
1de05205
PA
99202017-03-08 Pedro Alves <palves@redhat.com>
9921
9922 * gdb.base/step-over-exit.exp: Add explicit test message.
9923
c65d6b55
PA
99242017-03-08 Pedro Alves <palves@redhat.com>
9925
9926 PR gdb/18360
9927 * gdb.threads/interrupt-while-step-over.c: New file.
9928 * gdb.threads/interrupt-while-step-over.exp: New file.
9929
2e86a283
PA
99302017-03-08 Pedro Alves <palves@redhat.com>
9931
9932 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
9933 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
9934
25dcbff6
PA
99352017-03-08 Pedro Alves <palves@redhat.com>
9936
9937 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
9938 PKRU as not supported as a PASS.
9939
dc9366eb
PA
99402017-03-08 Pedro Alves <palves@redhat.com>
9941
9942 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
9943 prefix instead of $binfile1/$binfile2.
9944 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
9945 in test message.
9946 * gdb.python/py-completion.exp: Use "load python file" as test
9947 messages instead of unstable path names.
9948
6e5d74e7
PA
99492017-03-08 Pedro Alves <palves@redhat.com>
9950 Jan Kratochvil <jan.kratochvil@redhat.com>
9951
9952 PR cli/21218
9953 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
9954 New proc.
9955 (top level): Call it.
9956
9753a2f6
PA
99572017-03-08 Pedro Alves <palves@redhat.com>
9958
9959 PR tui/21216
9960 * gdb.tui/tui-nl-filtered-output.exp: New file.
9961
1a4dd9dd
PA
99622017-03-08 Pedro Alves <palves@redhat.com>
9963
9964 * gdb.base/completion.exp: Move TUI completion tests to ...
9965 * gdb.tui/completion.exp: ... this new file.
9966
7cbbff33
PA
99672017-03-08 Pedro Alves <palves@redhat.com>
9968
9969 * gdb.base/tui-disasm-long-lines.c,
9970 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
9971 gdb.base/tui-layout.exp: Move to ...
9972 * gdb.tui/: ... this new directory.
9973
5f6fd321
PA
99742017-03-07 Pedro Alves <palves@redhat.com>
9975
9976 * gdb.base/tui-layout.c: New file.
9977 * gdb.base/tui-layout.exp: New file.
9978
44959fa8
PA
99792017-03-07 Pedro Alves <palves@redhat.com>
9980
9981 * gdb.base/tui-layout.c: Rename to ...
9982 * gdb.base/tui-disasm-long-lines.c: ... this.
9983 * gdb.base/tui-layout.exp: Rename to ...
9984 * gdb.base/tui-disasm-long-lines.exp: ... this.
9985
f8c4e718
PA
99862017-03-07 Pedro Alves <palves@redhat.com>
9987
9988 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
9989
6dbb839a 99902017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
4a612d6f
WT
9991
9992 * i386-mpx-call.c: New file.
9993 * i386-mpx-call.exp: New file.
9994
65b48a81
PB
99952017-02-28 Peter Bergner <bergner@vnet.ibm.com>
9996
9997 * gdb.arch/powerpc-power.exp: Delete test.
9998 * gdb.arch/powerpc-power.s: Likewise.
9999 * gdb.disasm/disassembler-options.exp: New test.
10000 * gdb.arch/powerpc-altivec.exp: Likewise.
10001 * gdb.arch/powerpc-altivec.s: Likewise.
10002 * gdb.arch/powerpc-altivec2.exp: Likewise.
10003 * gdb.arch/powerpc-altivec2.s: Likewise.
10004 * gdb.arch/powerpc-altivec3.exp: Likewise.
10005 * gdb.arch/powerpc-altivec3.s: Likewise.
10006 * gdb.arch/powerpc-power7.exp: Likewise.
10007 * gdb.arch/powerpc-power7.s: Likewise.
10008 * gdb.arch/powerpc-power8.exp: Likewise.
10009 * gdb.arch/powerpc-power8.s: Likewise.
10010 * gdb.arch/powerpc-power9.exp: Likewise.
10011 * gdb.arch/powerpc-power9.s: Likewise.
10012 * gdb.arch/powerpc-vsx.exp: Likewise.
10013 * gdb.arch/powerpc-vsx.s: Likewise.
10014 * gdb.arch/powerpc-vsx2.exp: Likewise.
10015 * gdb.arch/powerpc-vsx2.s: Likewise.
10016 * gdb.arch/powerpc-vsx3.exp: Likewise.
10017 * gdb.arch/powerpc-vsx3.s: Likewise.
10018 * gdb.arch/arm-disassembler-options.exp: Likewise.
10019 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
10020 * gdb.arch/s390-disassembler-options.exp: Likewise.
10021
17cd4947
LM
100222017-02-23 Luis Machado <lgustavo@codesourcery.com>
10023
10024 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
10025 (check_supported_features): ... this. Changed return type to void.
10026 (supports_rdseed): New static global.
10027 (rdseed): Check supports_rdseed.
10028 (initialize): Call check_supported_features.
10029
2039d74e
EBM
100302017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
10031
10032 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
10033 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
10034 and lqarx/stqcx.
10035 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
10036 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
10037
a51d7ecf
EBM
100382017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
10039
10040 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
10041 uppercase.
10042
0224619f
JK
100432017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10044
10045 * gdb.dwarf2/formdata16.c: New file.
10046 * gdb.dwarf2/formdata16.exp: New file.
10047 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
10048
216f72a1
JK
100492017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10050
10051 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
10052 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
10053 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
10054 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
10055 DW_AT_GNU_*.
10056
43988095
JK
100572017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10058
10059 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
10060
99e8a4f9
SDJ
100612017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
10062
10063 PR gdb/21164
10064 * gdb.base/maint.exp: Add testcases for when the commands do
10065 not have arguments.
10066
b58a8c0c
TP
100672017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
10068
10069 * gdb.cp/chained-calls.exp: Use p instead of P.
10070
4e746bb6
TW
100712017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
10072
10073 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
10074 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
10075
3f77c769
TT
100762017-02-14 Tom Tromey <tom@tromey.com>
10077
10078 PR python/13598:
10079 * gdb.python/py-events.exp: Add before_prompt event tests.
10080
075beec0
AA
100812017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
10082
10083 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
10084
bf5f525c
LM
100852017-02-13 Luis Machado <lgustavo@codesourcery.com>
10086
10087 * gdb.linespec/explicit.c (my_unique_function_name): New function.
10088 (main): Call my_unique_function_name.
10089 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
10090 completion of patterns with a single match.
10091 Add missing -re switches to gdb_test_multiple calls.
10092
13a66184
LM
100932017-02-13 Luis Machado <lgustavo@codesourcery.com>
10094
10095 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
10096 return if core file is not recognized.
10097
26a06916
SM
100982017-02-10 Simon Marchi <simon.marchi@ericsson.com>
10099
10100 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
10101 and extra UIs.
10102
b761ca9e
SM
101032017-02-10 Simon Marchi <simon.marchi@ericsson.com>
10104
10105 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
10106 proc_with_prefix.
10107
b964bee0
TT
101082017-02-10 Tom Tromey <tom@tromey.com>
10109
10110 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
10111
18da0c51
MG
101122017-02-10 Martin Galvan <martingalvan@sourceware.org>
10113
10114 PR gdb/21122
10115 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
10116
604c4576
JG
101172017-02-08 Jerome Guitton <guitton@adacore.com>
10118
10119 * gdb.base/define.exp: Add test for command abbreviations
10120 in define.
10121
20b477a7
LM
101222017-02-06 Luis Machado <lgustavo@codesourcery.com>
10123
10124 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
10125 * gdb.reverse/insn-reverse-x86.c: New file.
10126
3f7b46f2
IR
101272017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
10128
10129 PR tdep/20936
10130 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
10131
f0fd41c1
TT
101322017-02-03 Tom Tromey <tom@tromey.com>
10133
10134 PR rust/21097:
10135 * gdb.rust/simple.exp: Add new tests.
10136
5be5dbf0
PA
101372017-02-02 Pedro Alves <palves@redhat.com>
10138
10139 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
10140 tests.
10141
7346ef59
AA
101422017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
10143
10144 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
10145 taking a 2-byte value out of a 4-byte DWARF implicit value on
10146 big-endian targets.
10147 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
10148 logic. Add test cases for DW_OP_implicit.
10149
787f0025
MM
101502017-02-01 Markus Metzger <markus.t.metzger@intel.com>
10151
10152 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
10153
68777c29
MM
101542017-02-01 Markus Metzger <markus.t.metzger@intel.com>
10155
10156 * gdb.btrace/enable.exp: Call gdb_exit before
10157 skip_gdbserver_tests.
10158
0a1c7e28
MM
101592017-02-01 Markus Metzger <markus.t.metzger@intel.com>
10160
10161 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
10162 GDBFLAGS.
10163
b5ac99b0
MM
101642017-02-01 Markus Metzger <markus.t.metzger@intel.com>
10165
10166 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
10167 the test is skipped.
10168 * gdb.btrace/data.exp: Likewise.
10169 * gdb.btrace/delta.exp: Likewise.
10170 * gdb.btrace/dlopen.exp: Likewise.
10171 * gdb.btrace/enable-running.exp: Likewise.
10172 * gdb.btrace/enable.exp: Likewise.
10173 * gdb.btrace/exception.exp: Likewise.
10174 * gdb.btrace/function_call_history.exp: Likewise.
10175 * gdb.btrace/gcore.exp: Likewise.
10176 * gdb.btrace/instruction_history.exp: Likewise.
10177 * gdb.btrace/multi-thread-step.exp: Likewise.
10178 * gdb.btrace/nohist.exp: Likewise.
10179 * gdb.btrace/non-stop.exp: Likewise.
10180 * gdb.btrace/reconnect.exp: Likewise.
10181 * gdb.btrace/record_goto-step.exp: Likewise.
10182 * gdb.btrace/record_goto.exp: Likewise.
10183 * gdb.btrace/rn-dl-bind.exp: Likewise.
10184 * gdb.btrace/segv.exp: Likewise.
10185 * gdb.btrace/step.exp: Likewise.
10186 * gdb.btrace/stepi.exp: Likewise.
10187 * gdb.btrace/tailcall-only.exp: Likewise.
10188 * gdb.btrace/tailcall.exp: Likewise.
10189 * gdb.btrace/tsx.exp: Likewise.
10190 * gdb.btrace/unknown_functions.exp: Likewise.
10191 * gdb.btrace/vdso.exp: Likewise.
10192
cd4007e4
MM
101932017-02-01 Markus Metzger <markus.t.metzger@intel.com>
10194
10195 * gdb.btrace/enable-running.c: New.
10196 * gdb.btrace/enable-running.exp: New.
10197
2735833d
WT
101982017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
10199
10200 * gdb.arch/amd64-gs_base.c: New file.
10201 * gdb.arch/amd64-gs_base.exp: New file.
10202
b51e1e94
LM
102032017-01-26 Luis Machado <lgustavo@codesourcery.com>
10204
10205 * lib/memory.exp: Remove spurious empty newlines.
10206
72ca0410
SM
102072017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
10208
10209 * gdb.python/py-bad-printers.exp: Load python file using "source".
10210 * gdb.python/py-events.exp: Likewise.
10211 * gdb.python/py-evsignal.exp: Likewise.
10212 * gdb.python/py-evthreads.exp: Likewise.
10213 * gdb.python/py-frame-args.exp: Likewise.
10214 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
10215 * gdb.python/py-framefilter-mi.exp: Likewise.
10216 * gdb.python/py-framefilter.exp: Likewise.
10217 * gdb.python/py-mi.exp: Likewise.
10218 * gdb.python/py-pp-maint.exp: Likewise.
10219 * gdb.python/py-pp-registration.exp: Likewise.
10220 * gdb.python/py-prettyprint.exp: Likewise.
10221 (run_lang_tests): Likewise.
10222 * gdb.python/py-typeprint.exp: Likewise.
10223
e309aa65
LM
102242017-01-26 Luis Machado <lgustavo@codesourcery.com>
10225
10226 * lib/memory.exp: New file.
10227 * lib/gdb.exp: Load memory.exp.
10228 * gdb.base/memattr.exp (delete_memory): Move proc to
10229 lib/memory.exp and rename to delete_memory_regions.
10230 Replace delete_memory with delete_memory_regions.
10231 Cleanup memory regions before tests.
10232 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
10233 before tests.
10234
515aff23
LM
102352017-01-26 Luis Machado <lgustavo@codesourcery.com>
10236
10237 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
10238 files.
10239 (initialize): New function conditionally defined.
10240 (testcases): Move within conditional block.
10241 (main): Call initialize.
10242 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
10243 of gdb.reverse/insn-reverse.c.
10244 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
10245 gdb.reverse/insn-reverse.c.
10246
d8b49cf0
YQ
102472017-01-26 Yao Qi <yao.qi@linaro.org>
10248
10249 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
10250 disassemble on address 0.
10251
f13a9a0c
YQ
102522017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
10253 Yao Qi <yao.qi@linaro.org>
10254
10255 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
10256 * gdb.dwarf2/implptr-64bit.S: Remove.
10257 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
10258 variables in caller's context. Add DW_OP_implicit_value.
10259
5ac95241
YQ
102602017-01-25 Yao Qi <yao.qi@linaro.org>
10261
10262 * lib/dwarf.exp (Dwarf::_location): Handle
10263 DW_OP_GNU_implicit_pointer with proper size.
10264
23e82930
LM
102652017-01-20 Luis Machado <lgustavo@codesourcery.com>
10266
10267 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
10268 and add untested calls.
10269
d334ae25
LM
102702017-01-20 Luis Machado <lgustavo@codesourcery.com>
10271
10272 * gdb.python/python.exp: Check line number against what GDB thinks
10273 the line number is for func1.
10274
f5e6296e
IB
102752017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
10276
10277 * gdb.dlang/debug-expr.exp: New file.
10278
5b362f04
LM
102792016-12-23 Luis Machado <lgustavo@codesourcery.com>
10280
10281 Fix test names for the following files:
10282
10283 * gdb.ada/exec_changed.exp
10284 * gdb.ada/info_types.exp
10285 * gdb.arch/aarch64-atomic-inst.exp
10286 * gdb.arch/aarch64-fp.exp
10287 * gdb.arch/altivec-abi.exp
10288 * gdb.arch/altivec-regs.exp
10289 * gdb.arch/amd64-byte.exp
10290 * gdb.arch/amd64-disp-step.exp
10291 * gdb.arch/amd64-dword.exp
10292 * gdb.arch/amd64-entry-value-inline.exp
10293 * gdb.arch/amd64-entry-value-param.exp
10294 * gdb.arch/amd64-entry-value-paramref.exp
10295 * gdb.arch/amd64-entry-value.exp
10296 * gdb.arch/amd64-i386-address.exp
10297 * gdb.arch/amd64-invalid-stack-middle.exp
10298 * gdb.arch/amd64-invalid-stack-top.exp
10299 * gdb.arch/amd64-optimout-repeat.exp
10300 * gdb.arch/amd64-prologue-skip.exp
10301 * gdb.arch/amd64-prologue-xmm.exp
10302 * gdb.arch/amd64-stap-special-operands.exp
10303 * gdb.arch/amd64-stap-wrong-subexp.exp
10304 * gdb.arch/amd64-tailcall-cxx.exp
10305 * gdb.arch/amd64-tailcall-noret.exp
10306 * gdb.arch/amd64-tailcall-ret.exp
10307 * gdb.arch/amd64-tailcall-self.exp
10308 * gdb.arch/amd64-word.exp
10309 * gdb.arch/arm-bl-branch-dest.exp
10310 * gdb.arch/arm-disp-step.exp
10311 * gdb.arch/arm-neon.exp
10312 * gdb.arch/arm-single-step-kernel-helper.exp
10313 * gdb.arch/avr-flash-qualifier.exp
10314 * gdb.arch/disp-step-insn-reloc.exp
10315 * gdb.arch/e500-abi.exp
10316 * gdb.arch/e500-regs.exp
10317 * gdb.arch/ftrace-insn-reloc.exp
10318 * gdb.arch/i386-avx512.exp
10319 * gdb.arch/i386-bp_permanent.exp
10320 * gdb.arch/i386-byte.exp
10321 * gdb.arch/i386-cfi-notcurrent.exp
10322 * gdb.arch/i386-disp-step.exp
10323 * gdb.arch/i386-dr3-watch.exp
10324 * gdb.arch/i386-float.exp
10325 * gdb.arch/i386-gnu-cfi.exp
10326 * gdb.arch/i386-mpx-map.exp
10327 * gdb.arch/i386-mpx-sigsegv.exp
10328 * gdb.arch/i386-mpx-simple_segv.exp
10329 * gdb.arch/i386-mpx.exp
10330 * gdb.arch/i386-permbkpt.exp
10331 * gdb.arch/i386-prologue.exp
10332 * gdb.arch/i386-signal.exp
10333 * gdb.arch/i386-size-overlap.exp
10334 * gdb.arch/i386-unwind.exp
10335 * gdb.arch/i386-word.exp
10336 * gdb.arch/mips-fcr.exp
10337 * gdb.arch/powerpc-d128-regs.exp
10338 * gdb.arch/powerpc-stackless.exp
10339 * gdb.arch/ppc64-atomic-inst.exp
10340 * gdb.arch/s390-stackless.exp
10341 * gdb.arch/s390-tdbregs.exp
10342 * gdb.arch/s390-vregs.exp
10343 * gdb.arch/sparc-sysstep.exp
10344 * gdb.arch/thumb-bx-pc.exp
10345 * gdb.arch/thumb-singlestep.exp
10346 * gdb.arch/thumb2-it.exp
10347 * gdb.arch/vsx-regs.exp
10348 * gdb.asm/asm-source.exp
10349 * gdb.base/a2-run.exp
10350 * gdb.base/advance.exp
10351 * gdb.base/all-bin.exp
10352 * gdb.base/anon.exp
10353 * gdb.base/args.exp
10354 * gdb.base/arithmet.exp
10355 * gdb.base/async-shell.exp
10356 * gdb.base/async.exp
10357 * gdb.base/attach-pie-noexec.exp
10358 * gdb.base/attach-twice.exp
10359 * gdb.base/auto-load.exp
10360 * gdb.base/bang.exp
10361 * gdb.base/bitfields.exp
10362 * gdb.base/break-always.exp
10363 * gdb.base/break-caller-line.exp
10364 * gdb.base/break-entry.exp
10365 * gdb.base/break-inline.exp
10366 * gdb.base/break-on-linker-gcd-function.exp
10367 * gdb.base/break-probes.exp
10368 * gdb.base/break.exp
10369 * gdb.base/breakpoint-shadow.exp
10370 * gdb.base/call-ar-st.exp
10371 * gdb.base/call-sc.exp
10372 * gdb.base/call-signal-resume.exp
10373 * gdb.base/call-strs.exp
10374 * gdb.base/callfuncs.exp
10375 * gdb.base/catch-fork-static.exp
10376 * gdb.base/catch-gdb-caused-signals.exp
10377 * gdb.base/catch-load.exp
10378 * gdb.base/catch-signal-fork.exp
10379 * gdb.base/catch-signal.exp
10380 * gdb.base/catch-syscall.exp
10381 * gdb.base/charset.exp
10382 * gdb.base/checkpoint.exp
10383 * gdb.base/chng-syms.exp
10384 * gdb.base/code-expr.exp
10385 * gdb.base/code_elim.exp
10386 * gdb.base/commands.exp
10387 * gdb.base/completion.exp
10388 * gdb.base/complex.exp
10389 * gdb.base/cond-expr.exp
10390 * gdb.base/condbreak.exp
10391 * gdb.base/consecutive.exp
10392 * gdb.base/continue-all-already-running.exp
10393 * gdb.base/coredump-filter.exp
10394 * gdb.base/corefile.exp
10395 * gdb.base/dbx.exp
10396 * gdb.base/debug-expr.exp
10397 * gdb.base/define.exp
10398 * gdb.base/del.exp
10399 * gdb.base/disabled-location.exp
10400 * gdb.base/disasm-end-cu.exp
10401 * gdb.base/disasm-optim.exp
10402 * gdb.base/display.exp
10403 * gdb.base/duplicate-bp.exp
10404 * gdb.base/ena-dis-br.exp
10405 * gdb.base/ending-run.exp
10406 * gdb.base/enumval.exp
10407 * gdb.base/environ.exp
10408 * gdb.base/eu-strip-infcall.exp
10409 * gdb.base/eval-avoid-side-effects.exp
10410 * gdb.base/eval-skip.exp
10411 * gdb.base/exitsignal.exp
10412 * gdb.base/expand-psymtabs.exp
10413 * gdb.base/filesym.exp
10414 * gdb.base/find-unmapped.exp
10415 * gdb.base/finish.exp
10416 * gdb.base/float.exp
10417 * gdb.base/foll-exec-mode.exp
10418 * gdb.base/foll-exec.exp
10419 * gdb.base/foll-fork.exp
10420 * gdb.base/fortran-sym-case.exp
10421 * gdb.base/freebpcmd.exp
10422 * gdb.base/func-ptr.exp
10423 * gdb.base/func-ptrs.exp
10424 * gdb.base/funcargs.exp
10425 * gdb.base/gcore-buffer-overflow.exp
10426 * gdb.base/gcore-relro-pie.exp
10427 * gdb.base/gcore-relro.exp
10428 * gdb.base/gcore.exp
10429 * gdb.base/gdb1090.exp
10430 * gdb.base/gdb11530.exp
10431 * gdb.base/gdb11531.exp
10432 * gdb.base/gdb1821.exp
10433 * gdb.base/gdbindex-stabs.exp
10434 * gdb.base/gdbvars.exp
10435 * gdb.base/hbreak.exp
10436 * gdb.base/hbreak2.exp
10437 * gdb.base/included.exp
10438 * gdb.base/infcall-input.exp
10439 * gdb.base/inferior-died.exp
10440 * gdb.base/infnan.exp
10441 * gdb.base/info-macros.exp
10442 * gdb.base/info-os.exp
10443 * gdb.base/info-proc.exp
10444 * gdb.base/info-shared.exp
10445 * gdb.base/info-target.exp
10446 * gdb.base/infoline.exp
10447 * gdb.base/interp.exp
10448 * gdb.base/interrupt.exp
10449 * gdb.base/jit-reader.exp
10450 * gdb.base/jit-simple.exp
10451 * gdb.base/kill-after-signal.exp
10452 * gdb.base/kill-detach-inferiors-cmd.exp
10453 * gdb.base/label.exp
10454 * gdb.base/langs.exp
10455 * gdb.base/ldbl_e308.exp
10456 * gdb.base/line-symtabs.exp
10457 * gdb.base/linespecs.exp
10458 * gdb.base/list.exp
10459 * gdb.base/long_long.exp
10460 * gdb.base/longest-types.exp
10461 * gdb.base/maint.exp
10462 * gdb.base/max-value-size.exp
10463 * gdb.base/memattr.exp
10464 * gdb.base/mips_pro.exp
10465 * gdb.base/morestack.exp
10466 * gdb.base/moribund-step.exp
10467 * gdb.base/multi-forks.exp
10468 * gdb.base/nested-addr.exp
10469 * gdb.base/nextoverexit.exp
10470 * gdb.base/noreturn-finish.exp
10471 * gdb.base/noreturn-return.exp
10472 * gdb.base/nostdlib.exp
10473 * gdb.base/offsets.exp
10474 * gdb.base/opaque.exp
10475 * gdb.base/pc-fp.exp
10476 * gdb.base/permissions.exp
10477 * gdb.base/print-symbol-loading.exp
10478 * gdb.base/prologue-include.exp
10479 * gdb.base/psymtab.exp
10480 * gdb.base/ptype.exp
10481 * gdb.base/random-signal.exp
10482 * gdb.base/randomize.exp
10483 * gdb.base/range-stepping.exp
10484 * gdb.base/readline-ask.exp
10485 * gdb.base/recpar.exp
10486 * gdb.base/recurse.exp
10487 * gdb.base/relational.exp
10488 * gdb.base/restore.exp
10489 * gdb.base/return-nodebug.exp
10490 * gdb.base/return.exp
10491 * gdb.base/run-after-attach.exp
10492 * gdb.base/save-bp.exp
10493 * gdb.base/scope.exp
10494 * gdb.base/sect-cmd.exp
10495 * gdb.base/set-lang-auto.exp
10496 * gdb.base/set-noassign.exp
10497 * gdb.base/setvar.exp
10498 * gdb.base/sigall.exp
10499 * gdb.base/sigbpt.exp
10500 * gdb.base/siginfo-addr.exp
10501 * gdb.base/siginfo-infcall.exp
10502 * gdb.base/siginfo-obj.exp
10503 * gdb.base/siginfo.exp
10504 * gdb.base/signals-state-child.exp
10505 * gdb.base/signest.exp
10506 * gdb.base/sigstep.exp
10507 * gdb.base/sizeof.exp
10508 * gdb.base/skip.exp
10509 * gdb.base/solib-corrupted.exp
10510 * gdb.base/solib-nodir.exp
10511 * gdb.base/solib-search.exp
10512 * gdb.base/stack-checking.exp
10513 * gdb.base/stale-infcall.exp
10514 * gdb.base/stap-probe.exp
10515 * gdb.base/start.exp
10516 * gdb.base/step-break.exp
10517 * gdb.base/step-bt.exp
10518 * gdb.base/step-line.exp
10519 * gdb.base/step-over-exit.exp
10520 * gdb.base/step-over-syscall.exp
10521 * gdb.base/step-resume-infcall.exp
10522 * gdb.base/step-test.exp
10523 * gdb.base/store.exp
10524 * gdb.base/structs3.exp
10525 * gdb.base/sym-file.exp
10526 * gdb.base/symbol-without-target_section.exp
10527 * gdb.base/term.exp
10528 * gdb.base/testenv.exp
10529 * gdb.base/ui-redirect.exp
10530 * gdb.base/until.exp
10531 * gdb.base/unwindonsignal.exp
10532 * gdb.base/value-double-free.exp
10533 * gdb.base/vla-datatypes.exp
10534 * gdb.base/vla-ptr.exp
10535 * gdb.base/vla-sideeffect.exp
10536 * gdb.base/volatile.exp
10537 * gdb.base/watch-cond-infcall.exp
10538 * gdb.base/watch-cond.exp
10539 * gdb.base/watch-non-mem.exp
10540 * gdb.base/watch-read.exp
10541 * gdb.base/watch-vfork.exp
10542 * gdb.base/watchpoint-cond-gone.exp
10543 * gdb.base/watchpoint-delete.exp
10544 * gdb.base/watchpoint-hw-hit-once.exp
10545 * gdb.base/watchpoint-hw.exp
10546 * gdb.base/watchpoint-stops-at-right-insn.exp
10547 * gdb.base/watchpoints.exp
10548 * gdb.base/wchar.exp
10549 * gdb.base/whatis-exp.exp
10550 * gdb.btrace/buffer-size.exp
10551 * gdb.btrace/data.exp
10552 * gdb.btrace/delta.exp
10553 * gdb.btrace/dlopen.exp
10554 * gdb.btrace/enable.exp
10555 * gdb.btrace/exception.exp
10556 * gdb.btrace/function_call_history.exp
10557 * gdb.btrace/gcore.exp
10558 * gdb.btrace/instruction_history.exp
10559 * gdb.btrace/nohist.exp
10560 * gdb.btrace/reconnect.exp
10561 * gdb.btrace/record_goto-step.exp
10562 * gdb.btrace/record_goto.exp
10563 * gdb.btrace/rn-dl-bind.exp
10564 * gdb.btrace/segv.exp
10565 * gdb.btrace/step.exp
10566 * gdb.btrace/stepi.exp
10567 * gdb.btrace/tailcall-only.exp
10568 * gdb.btrace/tailcall.exp
10569 * gdb.btrace/tsx.exp
10570 * gdb.btrace/unknown_functions.exp
10571 * gdb.btrace/vdso.exp
10572 * gdb.compile/compile-ifunc.exp
10573 * gdb.compile/compile-ops.exp
10574 * gdb.compile/compile-print.exp
10575 * gdb.compile/compile-setjmp.exp
10576 * gdb.cp/abstract-origin.exp
10577 * gdb.cp/ambiguous.exp
10578 * gdb.cp/annota2.exp
10579 * gdb.cp/annota3.exp
10580 * gdb.cp/anon-ns.exp
10581 * gdb.cp/anon-struct.exp
10582 * gdb.cp/anon-union.exp
10583 * gdb.cp/arg-reference.exp
10584 * gdb.cp/baseenum.exp
10585 * gdb.cp/bool.exp
10586 * gdb.cp/breakpoint.exp
10587 * gdb.cp/bs15503.exp
10588 * gdb.cp/call-c.exp
10589 * gdb.cp/casts.exp
10590 * gdb.cp/chained-calls.exp
10591 * gdb.cp/class2.exp
10592 * gdb.cp/classes.exp
10593 * gdb.cp/cmpd-minsyms.exp
10594 * gdb.cp/converts.exp
10595 * gdb.cp/cp-relocate.exp
10596 * gdb.cp/cpcompletion.exp
10597 * gdb.cp/cpexprs.exp
10598 * gdb.cp/cplabel.exp
10599 * gdb.cp/cplusfuncs.exp
10600 * gdb.cp/cpsizeof.exp
10601 * gdb.cp/ctti.exp
10602 * gdb.cp/derivation.exp
10603 * gdb.cp/destrprint.exp
10604 * gdb.cp/dispcxx.exp
10605 * gdb.cp/enum-class.exp
10606 * gdb.cp/exception.exp
10607 * gdb.cp/exceptprint.exp
10608 * gdb.cp/expand-psymtabs-cxx.exp
10609 * gdb.cp/expand-sals.exp
10610 * gdb.cp/extern-c.exp
10611 * gdb.cp/filename.exp
10612 * gdb.cp/formatted-ref.exp
10613 * gdb.cp/fpointer.exp
10614 * gdb.cp/gdb1355.exp
10615 * gdb.cp/gdb2495.exp
10616 * gdb.cp/hang.exp
10617 * gdb.cp/impl-this.exp
10618 * gdb.cp/infcall-dlopen.exp
10619 * gdb.cp/inherit.exp
10620 * gdb.cp/iostream.exp
10621 * gdb.cp/koenig.exp
10622 * gdb.cp/local.exp
10623 * gdb.cp/m-data.exp
10624 * gdb.cp/m-static.exp
10625 * gdb.cp/mb-ctor.exp
10626 * gdb.cp/mb-inline.exp
10627 * gdb.cp/mb-templates.exp
10628 * gdb.cp/member-name.exp
10629 * gdb.cp/member-ptr.exp
10630 * gdb.cp/meth-typedefs.exp
10631 * gdb.cp/method.exp
10632 * gdb.cp/method2.exp
10633 * gdb.cp/minsym-fallback.exp
10634 * gdb.cp/misc.exp
10635 * gdb.cp/namelessclass.exp
10636 * gdb.cp/namespace-enum.exp
10637 * gdb.cp/namespace-nested-import.exp
10638 * gdb.cp/namespace.exp
10639 * gdb.cp/nextoverthrow.exp
10640 * gdb.cp/no-dmgl-verbose.exp
10641 * gdb.cp/non-trivial-retval.exp
10642 * gdb.cp/noparam.exp
10643 * gdb.cp/nsdecl.exp
10644 * gdb.cp/nsimport.exp
10645 * gdb.cp/nsnested.exp
10646 * gdb.cp/nsnoimports.exp
10647 * gdb.cp/nsrecurs.exp
10648 * gdb.cp/nsstress.exp
10649 * gdb.cp/nsusing.exp
10650 * gdb.cp/operator.exp
10651 * gdb.cp/oranking.exp
10652 * gdb.cp/overload-const.exp
10653 * gdb.cp/overload.exp
10654 * gdb.cp/ovldbreak.exp
10655 * gdb.cp/ovsrch.exp
10656 * gdb.cp/paren-type.exp
10657 * gdb.cp/parse-lang.exp
10658 * gdb.cp/pass-by-ref.exp
10659 * gdb.cp/pr-1023.exp
10660 * gdb.cp/pr-1210.exp
10661 * gdb.cp/pr-574.exp
10662 * gdb.cp/pr10687.exp
10663 * gdb.cp/pr12028.exp
10664 * gdb.cp/pr17132.exp
10665 * gdb.cp/pr17494.exp
10666 * gdb.cp/pr9067.exp
10667 * gdb.cp/pr9167.exp
10668 * gdb.cp/pr9631.exp
10669 * gdb.cp/printmethod.exp
10670 * gdb.cp/psmang.exp
10671 * gdb.cp/psymtab-parameter.exp
10672 * gdb.cp/ptype-cv-cp.exp
10673 * gdb.cp/ptype-flags.exp
10674 * gdb.cp/re-set-overloaded.exp
10675 * gdb.cp/ref-types.exp
10676 * gdb.cp/rtti.exp
10677 * gdb.cp/scope-err.exp
10678 * gdb.cp/shadow.exp
10679 * gdb.cp/smartp.exp
10680 * gdb.cp/static-method.exp
10681 * gdb.cp/static-print-quit.exp
10682 * gdb.cp/temargs.exp
10683 * gdb.cp/templates.exp
10684 * gdb.cp/try_catch.exp
10685 * gdb.cp/typedef-operator.exp
10686 * gdb.cp/typeid.exp
10687 * gdb.cp/userdef.exp
10688 * gdb.cp/using-crash.exp
10689 * gdb.cp/var-tag.exp
10690 * gdb.cp/virtbase.exp
10691 * gdb.cp/virtfunc.exp
10692 * gdb.cp/virtfunc2.exp
10693 * gdb.cp/vla-cxx.exp
10694 * gdb.disasm/t01_mov.exp
10695 * gdb.disasm/t02_mova.exp
10696 * gdb.disasm/t03_add.exp
10697 * gdb.disasm/t04_sub.exp
10698 * gdb.disasm/t05_cmp.exp
10699 * gdb.disasm/t06_ari2.exp
10700 * gdb.disasm/t07_ari3.exp
10701 * gdb.disasm/t08_or.exp
10702 * gdb.disasm/t09_xor.exp
10703 * gdb.disasm/t10_and.exp
10704 * gdb.disasm/t11_logs.exp
10705 * gdb.disasm/t12_bit.exp
10706 * gdb.disasm/t13_otr.exp
10707 * gdb.dlang/circular.exp
10708 * gdb.dwarf2/arr-stride.exp
10709 * gdb.dwarf2/arr-subrange.exp
10710 * gdb.dwarf2/atomic-type.exp
10711 * gdb.dwarf2/bad-regnum.exp
10712 * gdb.dwarf2/bitfield-parent-optimized-out.exp
10713 * gdb.dwarf2/callframecfa.exp
10714 * gdb.dwarf2/clztest.exp
10715 * gdb.dwarf2/corrupt.exp
10716 * gdb.dwarf2/data-loc.exp
10717 * gdb.dwarf2/dup-psym.exp
10718 * gdb.dwarf2/dw2-anon-mptr.exp
10719 * gdb.dwarf2/dw2-anonymous-func.exp
10720 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
10721 * gdb.dwarf2/dw2-bad-unresolved.exp
10722 * gdb.dwarf2/dw2-basic.exp
10723 * gdb.dwarf2/dw2-canonicalize-type.exp
10724 * gdb.dwarf2/dw2-case-insensitive.exp
10725 * gdb.dwarf2/dw2-common-block.exp
10726 * gdb.dwarf2/dw2-compdir-oldgcc.exp
10727 * gdb.dwarf2/dw2-compressed.exp
10728 * gdb.dwarf2/dw2-const.exp
10729 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
10730 * gdb.dwarf2/dw2-cu-size.exp
10731 * gdb.dwarf2/dw2-dup-frame.exp
10732 * gdb.dwarf2/dw2-entry-value.exp
10733 * gdb.dwarf2/dw2-icycle.exp
10734 * gdb.dwarf2/dw2-ifort-parameter.exp
10735 * gdb.dwarf2/dw2-inline-break.exp
10736 * gdb.dwarf2/dw2-inline-param.exp
10737 * gdb.dwarf2/dw2-intercu.exp
10738 * gdb.dwarf2/dw2-intermix.exp
10739 * gdb.dwarf2/dw2-lexical-block-bare.exp
10740 * gdb.dwarf2/dw2-linkage-name-trust.exp
10741 * gdb.dwarf2/dw2-minsym-in-cu.exp
10742 * gdb.dwarf2/dw2-noloc.exp
10743 * gdb.dwarf2/dw2-op-call.exp
10744 * gdb.dwarf2/dw2-op-out-param.exp
10745 * gdb.dwarf2/dw2-opt-structptr.exp
10746 * gdb.dwarf2/dw2-param-error.exp
10747 * gdb.dwarf2/dw2-producer.exp
10748 * gdb.dwarf2/dw2-ranges-base.exp
10749 * gdb.dwarf2/dw2-ref-missing-frame.exp
10750 * gdb.dwarf2/dw2-reg-undefined.exp
10751 * gdb.dwarf2/dw2-regno-invalid.exp
10752 * gdb.dwarf2/dw2-restore.exp
10753 * gdb.dwarf2/dw2-restrict.exp
10754 * gdb.dwarf2/dw2-single-line-discriminators.exp
10755 * gdb.dwarf2/dw2-strp.exp
10756 * gdb.dwarf2/dw2-undefined-ret-addr.exp
10757 * gdb.dwarf2/dw2-unresolved.exp
10758 * gdb.dwarf2/dw2-var-zero-addr.exp
10759 * gdb.dwarf2/dw4-sig-types.exp
10760 * gdb.dwarf2/dwz.exp
10761 * gdb.dwarf2/dynarr-ptr.exp
10762 * gdb.dwarf2/enum-type.exp
10763 * gdb.dwarf2/gdb-index.exp
10764 * gdb.dwarf2/implptr-64bit.exp
10765 * gdb.dwarf2/implptr-optimized-out.exp
10766 * gdb.dwarf2/implptr.exp
10767 * gdb.dwarf2/implref-array.exp
10768 * gdb.dwarf2/implref-const.exp
10769 * gdb.dwarf2/implref-global.exp
10770 * gdb.dwarf2/implref-struct.exp
10771 * gdb.dwarf2/mac-fileno.exp
10772 * gdb.dwarf2/main-subprogram.exp
10773 * gdb.dwarf2/member-ptr-forwardref.exp
10774 * gdb.dwarf2/method-ptr.exp
10775 * gdb.dwarf2/missing-sig-type.exp
10776 * gdb.dwarf2/nonvar-access.exp
10777 * gdb.dwarf2/opaque-type-lookup.exp
10778 * gdb.dwarf2/pieces-optimized-out.exp
10779 * gdb.dwarf2/pieces.exp
10780 * gdb.dwarf2/pr10770.exp
10781 * gdb.dwarf2/pr13961.exp
10782 * gdb.dwarf2/staticvirtual.exp
10783 * gdb.dwarf2/subrange.exp
10784 * gdb.dwarf2/symtab-producer.exp
10785 * gdb.dwarf2/trace-crash.exp
10786 * gdb.dwarf2/typeddwarf.exp
10787 * gdb.dwarf2/valop.exp
10788 * gdb.dwarf2/watch-notconst.exp
10789 * gdb.fortran/array-element.exp
10790 * gdb.fortran/charset.exp
10791 * gdb.fortran/common-block.exp
10792 * gdb.fortran/complex.exp
10793 * gdb.fortran/derived-type-function.exp
10794 * gdb.fortran/derived-type.exp
10795 * gdb.fortran/logical.exp
10796 * gdb.fortran/module.exp
10797 * gdb.fortran/multi-dim.exp
10798 * gdb.fortran/nested-funcs.exp
10799 * gdb.fortran/print-formatted.exp
10800 * gdb.fortran/subarray.exp
10801 * gdb.fortran/vla-alloc-assoc.exp
10802 * gdb.fortran/vla-datatypes.exp
10803 * gdb.fortran/vla-history.exp
10804 * gdb.fortran/vla-ptr-info.exp
10805 * gdb.fortran/vla-ptype-sub.exp
10806 * gdb.fortran/vla-ptype.exp
10807 * gdb.fortran/vla-sizeof.exp
10808 * gdb.fortran/vla-type.exp
10809 * gdb.fortran/vla-value-sub-arbitrary.exp
10810 * gdb.fortran/vla-value-sub-finish.exp
10811 * gdb.fortran/vla-value-sub.exp
10812 * gdb.fortran/vla-value.exp
10813 * gdb.fortran/whatis_type.exp
10814 * gdb.go/chan.exp
10815 * gdb.go/handcall.exp
10816 * gdb.go/hello.exp
10817 * gdb.go/integers.exp
10818 * gdb.go/methods.exp
10819 * gdb.go/package.exp
10820 * gdb.go/strings.exp
10821 * gdb.go/types.exp
10822 * gdb.go/unsafe.exp
10823 * gdb.guile/scm-arch.exp
10824 * gdb.guile/scm-block.exp
10825 * gdb.guile/scm-breakpoint.exp
10826 * gdb.guile/scm-cmd.exp
10827 * gdb.guile/scm-disasm.exp
10828 * gdb.guile/scm-equal.exp
10829 * gdb.guile/scm-frame-args.exp
10830 * gdb.guile/scm-frame-inline.exp
10831 * gdb.guile/scm-frame.exp
10832 * gdb.guile/scm-iterator.exp
10833 * gdb.guile/scm-math.exp
10834 * gdb.guile/scm-objfile.exp
10835 * gdb.guile/scm-ports.exp
10836 * gdb.guile/scm-symbol.exp
10837 * gdb.guile/scm-symtab.exp
10838 * gdb.guile/scm-value-cc.exp
10839 * gdb.guile/types-module.exp
10840 * gdb.linespec/break-ask.exp
10841 * gdb.linespec/cpexplicit.exp
10842 * gdb.linespec/explicit.exp
10843 * gdb.linespec/keywords.exp
10844 * gdb.linespec/linespec.exp
10845 * gdb.linespec/ls-dollar.exp
10846 * gdb.linespec/ls-errs.exp
10847 * gdb.linespec/skip-two.exp
10848 * gdb.linespec/thread.exp
10849 * gdb.mi/mi-async.exp
10850 * gdb.mi/mi-basics.exp
10851 * gdb.mi/mi-break.exp
10852 * gdb.mi/mi-catch-load.exp
10853 * gdb.mi/mi-cli.exp
10854 * gdb.mi/mi-cmd-param-changed.exp
10855 * gdb.mi/mi-console.exp
10856 * gdb.mi/mi-detach.exp
10857 * gdb.mi/mi-disassemble.exp
10858 * gdb.mi/mi-eval.exp
10859 * gdb.mi/mi-file-transfer.exp
10860 * gdb.mi/mi-file.exp
10861 * gdb.mi/mi-fill-memory.exp
10862 * gdb.mi/mi-inheritance-syntax-error.exp
10863 * gdb.mi/mi-linespec-err-cp.exp
10864 * gdb.mi/mi-logging.exp
10865 * gdb.mi/mi-memory-changed.exp
10866 * gdb.mi/mi-read-memory.exp
10867 * gdb.mi/mi-record-changed.exp
10868 * gdb.mi/mi-reg-undefined.exp
10869 * gdb.mi/mi-regs.exp
10870 * gdb.mi/mi-return.exp
10871 * gdb.mi/mi-reverse.exp
10872 * gdb.mi/mi-simplerun.exp
10873 * gdb.mi/mi-solib.exp
10874 * gdb.mi/mi-stack.exp
10875 * gdb.mi/mi-stepi.exp
10876 * gdb.mi/mi-syn-frame.exp
10877 * gdb.mi/mi-until.exp
10878 * gdb.mi/mi-var-block.exp
10879 * gdb.mi/mi-var-child.exp
10880 * gdb.mi/mi-var-cmd.exp
10881 * gdb.mi/mi-var-cp.exp
10882 * gdb.mi/mi-var-display.exp
10883 * gdb.mi/mi-var-invalidate.exp
10884 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
10885 * gdb.mi/mi-vla-fortran.exp
10886 * gdb.mi/mi-watch.exp
10887 * gdb.mi/mi2-var-child.exp
10888 * gdb.mi/user-selected-context-sync.exp
10889 * gdb.modula2/unbounded-array.exp
10890 * gdb.multi/dummy-frame-restore.exp
10891 * gdb.multi/multi-arch-exec.exp
10892 * gdb.multi/multi-arch.exp
10893 * gdb.multi/tids.exp
10894 * gdb.multi/watchpoint-multi.exp
10895 * gdb.opencl/callfuncs.exp
10896 * gdb.opencl/convs_casts.exp
10897 * gdb.opencl/datatypes.exp
10898 * gdb.opencl/operators.exp
10899 * gdb.opencl/vec_comps.exp
10900 * gdb.opt/clobbered-registers-O2.exp
10901 * gdb.opt/inline-break.exp
10902 * gdb.opt/inline-bt.exp
10903 * gdb.opt/inline-cmds.exp
10904 * gdb.opt/inline-locals.exp
10905 * gdb.pascal/case-insensitive-symbols.exp
10906 * gdb.pascal/floats.exp
10907 * gdb.pascal/gdb11492.exp
10908 * gdb.python/lib-types.exp
10909 * gdb.python/py-arch.exp
10910 * gdb.python/py-as-string.exp
10911 * gdb.python/py-bad-printers.exp
10912 * gdb.python/py-block.exp
10913 * gdb.python/py-breakpoint-create-fail.exp
10914 * gdb.python/py-breakpoint.exp
10915 * gdb.python/py-caller-is.exp
10916 * gdb.python/py-cmd.exp
10917 * gdb.python/py-explore-cc.exp
10918 * gdb.python/py-explore.exp
10919 * gdb.python/py-finish-breakpoint.exp
10920 * gdb.python/py-finish-breakpoint2.exp
10921 * gdb.python/py-frame-args.exp
10922 * gdb.python/py-frame-inline.exp
10923 * gdb.python/py-frame.exp
10924 * gdb.python/py-framefilter-mi.exp
10925 * gdb.python/py-infthread.exp
10926 * gdb.python/py-lazy-string.exp
10927 * gdb.python/py-linetable.exp
10928 * gdb.python/py-mi-events.exp
10929 * gdb.python/py-mi-objfile.exp
10930 * gdb.python/py-mi.exp
10931 * gdb.python/py-objfile.exp
10932 * gdb.python/py-pp-integral.exp
10933 * gdb.python/py-pp-maint.exp
10934 * gdb.python/py-pp-re-notag.exp
10935 * gdb.python/py-pp-registration.exp
10936 * gdb.python/py-recurse-unwind.exp
10937 * gdb.python/py-strfns.exp
10938 * gdb.python/py-symbol.exp
10939 * gdb.python/py-symtab.exp
10940 * gdb.python/py-sync-interp.exp
10941 * gdb.python/py-typeprint.exp
10942 * gdb.python/py-unwind-maint.exp
10943 * gdb.python/py-unwind.exp
10944 * gdb.python/py-value-cc.exp
10945 * gdb.python/py-xmethods.exp
10946 * gdb.reverse/amd64-tailcall-reverse.exp
10947 * gdb.reverse/break-precsave.exp
10948 * gdb.reverse/break-reverse.exp
10949 * gdb.reverse/consecutive-precsave.exp
10950 * gdb.reverse/consecutive-reverse.exp
10951 * gdb.reverse/finish-precsave.exp
10952 * gdb.reverse/finish-reverse-bkpt.exp
10953 * gdb.reverse/finish-reverse.exp
10954 * gdb.reverse/fstatat-reverse.exp
10955 * gdb.reverse/getresuid-reverse.exp
10956 * gdb.reverse/i386-precsave.exp
10957 * gdb.reverse/i386-reverse.exp
10958 * gdb.reverse/i386-sse-reverse.exp
10959 * gdb.reverse/i387-env-reverse.exp
10960 * gdb.reverse/i387-stack-reverse.exp
10961 * gdb.reverse/insn-reverse.exp
10962 * gdb.reverse/machinestate-precsave.exp
10963 * gdb.reverse/machinestate.exp
10964 * gdb.reverse/next-reverse-bkpt-over-sr.exp
10965 * gdb.reverse/pipe-reverse.exp
10966 * gdb.reverse/readv-reverse.exp
10967 * gdb.reverse/recvmsg-reverse.exp
10968 * gdb.reverse/rerun-prec.exp
10969 * gdb.reverse/s390-mvcle.exp
10970 * gdb.reverse/step-precsave.exp
10971 * gdb.reverse/step-reverse.exp
10972 * gdb.reverse/time-reverse.exp
10973 * gdb.reverse/until-precsave.exp
10974 * gdb.reverse/until-reverse.exp
10975 * gdb.reverse/waitpid-reverse.exp
10976 * gdb.reverse/watch-precsave.exp
10977 * gdb.reverse/watch-reverse.exp
10978 * gdb.rust/generics.exp
10979 * gdb.rust/methods.exp
10980 * gdb.rust/modules.exp
10981 * gdb.rust/simple.exp
10982 * gdb.server/connect-with-no-symbol-file.exp
10983 * gdb.server/ext-attach.exp
10984 * gdb.server/ext-restart.exp
10985 * gdb.server/ext-wrapper.exp
10986 * gdb.server/file-transfer.exp
10987 * gdb.server/server-exec-info.exp
10988 * gdb.server/server-kill.exp
10989 * gdb.server/server-mon.exp
10990 * gdb.server/wrapper.exp
10991 * gdb.stabs/exclfwd.exp
10992 * gdb.stabs/gdb11479.exp
10993 * gdb.threads/clone-new-thread-event.exp
10994 * gdb.threads/corethreads.exp
10995 * gdb.threads/current-lwp-dead.exp
10996 * gdb.threads/dlopen-libpthread.exp
10997 * gdb.threads/gcore-thread.exp
10998 * gdb.threads/sigstep-threads.exp
10999 * gdb.threads/watchpoint-fork.exp
11000 * gdb.trace/actions-changed.exp
11001 * gdb.trace/backtrace.exp
11002 * gdb.trace/change-loc.exp
11003 * gdb.trace/circ.exp
11004 * gdb.trace/collection.exp
11005 * gdb.trace/disconnected-tracing.exp
11006 * gdb.trace/ftrace.exp
11007 * gdb.trace/mi-trace-frame-collected.exp
11008 * gdb.trace/mi-trace-unavailable.exp
11009 * gdb.trace/mi-traceframe-changed.exp
11010 * gdb.trace/mi-tsv-changed.exp
11011 * gdb.trace/no-attach-trace.exp
11012 * gdb.trace/passc-dyn.exp
11013 * gdb.trace/qtro.exp
11014 * gdb.trace/range-stepping.exp
11015 * gdb.trace/read-memory.exp
11016 * gdb.trace/save-trace.exp
11017 * gdb.trace/signal.exp
11018 * gdb.trace/status-stop.exp
11019 * gdb.trace/tfile.exp
11020 * gdb.trace/trace-break.exp
11021 * gdb.trace/trace-buffer-size.exp
11022 * gdb.trace/trace-condition.exp
11023 * gdb.trace/tracefile-pseudo-reg.exp
11024 * gdb.trace/tstatus.exp
11025 * gdb.trace/unavailable.exp
11026 * gdb.trace/while-dyn.exp
11027 * gdb.trace/while-stepping.exp
11028
34c41c68
DE
110292016-12-22 Doug Evans <xdje42@gmail.com>
11030
11031 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
11032 and msymbols.
11033
16e69324
YQ
110342016-12-19 Yao Qi <yao.qi@linaro.org>
11035
11036 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
11037 (test_with_self): Don't call do_steps_and_nexts, and remove
11038 code about stepping into xmalloc.
11039
f94f411b
YQ
110402016-12-09 Yao Qi <yao.qi@linaro.org>
11041
11042 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
11043
110442016-12-09 Yao Qi <yao.qi@linaro.org>
11045
11046 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
11047
f1b5deee
PA
110482016-12-09 Pedro Alves <palves@redhat.com>
11049
11050 * gdb.base/all-architectures-0.exp: New file.
11051 * gdb.base/all-architectures-1.exp: New file.
11052 * gdb.base/all-architectures-2.exp: New file.
11053 * gdb.base/all-architectures-3.exp: New file.
11054 * gdb.base/all-architectures-4.exp: New file.
11055 * gdb.base/all-architectures-5.exp: New file.
11056 * gdb.base/all-architectures-6.exp: New file.
11057 * gdb.base/all-architectures-7.exp: New file.
11058 * gdb.base/all-architectures.exp.in: New file.
11059
364ca42e
YQ
110602016-12-09 Yao Qi <yao.qi@linaro.org>
11061
11062 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
11063
107c2d62
LM
110642016-12-02 Luis Machado <lgustavo@codesourcery.com>
11065
11066 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
11067 possible.
11068 Remove useless pattern-matching code.
11069
df3ee9ca
PA
110702016-12-02 Pedro Alves <palves@redhat.com>
11071
11072 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
11073 procedure.
11074 (top level): Call it.
11075
ec835369
PA
110762016-12-02 Pedro Alves <palves@redhat.com>
11077
11078 * gdb.base/commands.exp (user_defined_command_args_stack_test):
11079 New procedure.
11080 (top level): Call it.
11081
01770bbd
PA
110822016-12-02 Pedro Alves <palves@redhat.com>
11083
11084 PR cli/20559
11085 * gdb.base/commands.exp (user_defined_command_args_eval): New
11086 procedure.
11087 (top level): Call it.
11088
008459ea
LM
110892016-12-02 Luis Machado <lgustavo@codesourcery.com>
11090
11091 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
11092 timeout handling.
11093
0c1b455e
TT
110942016-12-02 Tom Tromey <tom@tromey.com>
11095
11096 * gdb.dwarf2/main-subprogram.c: New file.
11097 * gdb.dwarf2/main-subprogram.exp: New file.
11098
018572b8
LM
110992016-12-01 Luis Machado <lgustavo@codesourcery.com>
11100
11101 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
11102 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
11103 gdb_test_no_output for a couple of cases.
11104 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
11105
84c93cd5
LM
111062016-12-01 Luis Machado <lgustavo@codesourcery.com>
11107
11108 Fix test names and standardize compilation error messages throughout
11109 the following files:
11110
11111 * gdb.ada/start.exp
11112 * gdb.arch/alpha-step.exp
11113 * gdb.arch/e500-prologue.exp
11114 * gdb.arch/ftrace-insn-reloc.exp
11115 * gdb.arch/gdb1291.exp
11116 * gdb.arch/gdb1431.exp
11117 * gdb.arch/gdb1558.exp
11118 * gdb.arch/i386-dr3-watch.exp
11119 * gdb.arch/i386-sse-stack-align.exp
11120 * gdb.arch/ia64-breakpoint-shadow.exp
11121 * gdb.arch/pa-nullify.exp
11122 * gdb.arch/powerpc-aix-prologue.exp
11123 * gdb.arch/thumb-bx-pc.exp
11124 * gdb.base/annota1.exp
11125 * gdb.base/annota3.exp
11126 * gdb.base/arrayidx.exp
11127 * gdb.base/assign.exp
11128 * gdb.base/attach.exp
11129 * gdb.base/auxv.exp
11130 * gdb.base/bang.exp
11131 * gdb.base/bfp-test.exp
11132 * gdb.base/bigcore.exp
11133 * gdb.base/bitfields2.exp
11134 * gdb.base/break-fun-addr.exp
11135 * gdb.base/break-probes.exp
11136 * gdb.base/call-rt-st.exp
11137 * gdb.base/callexit.exp
11138 * gdb.base/catch-fork-kill.exp
11139 * gdb.base/charset.exp
11140 * gdb.base/checkpoint.exp
11141 * gdb.base/comprdebug.exp
11142 * gdb.base/constvars.exp
11143 * gdb.base/coredump-filter.exp
11144 * gdb.base/cursal.exp
11145 * gdb.base/cvexpr.exp
11146 * gdb.base/detach.exp
11147 * gdb.base/display.exp
11148 * gdb.base/dmsym.exp
11149 * gdb.base/dprintf-pending.exp
11150 * gdb.base/dso2dso.exp
11151 * gdb.base/dtrace-probe.exp
11152 * gdb.base/dump.exp
11153 * gdb.base/enum_cond.exp
11154 * gdb.base/exe-lock.exp
11155 * gdb.base/exec-invalid-sysroot.exp
11156 * gdb.base/execl-update-breakpoints.exp
11157 * gdb.base/exprs.exp
11158 * gdb.base/fileio.exp
11159 * gdb.base/find.exp
11160 * gdb.base/finish.exp
11161 * gdb.base/fixsection.exp
11162 * gdb.base/foll-vfork.exp
11163 * gdb.base/frame-args.exp
11164 * gdb.base/gcore.exp
11165 * gdb.base/gdb1250.exp
11166 * gdb.base/global-var-nested-by-dso.exp
11167 * gdb.base/gnu-ifunc.exp
11168 * gdb.base/hashline1.exp
11169 * gdb.base/hashline2.exp
11170 * gdb.base/hashline3.exp
11171 * gdb.base/hbreak-in-shr-unsupported.exp
11172 * gdb.base/huge.exp
11173 * gdb.base/infcall-input.exp
11174 * gdb.base/info-fun.exp
11175 * gdb.base/info-shared.exp
11176 * gdb.base/jit-simple.exp
11177 * gdb.base/jit-so.exp
11178 * gdb.base/jit.exp
11179 * gdb.base/jump.exp
11180 * gdb.base/label.exp
11181 * gdb.base/lineinc.exp
11182 * gdb.base/logical.exp
11183 * gdb.base/longjmp.exp
11184 * gdb.base/macscp.exp
11185 * gdb.base/miscexprs.exp
11186 * gdb.base/new-ui-echo.exp
11187 * gdb.base/new-ui-pending-input.exp
11188 * gdb.base/new-ui.exp
11189 * gdb.base/nodebug.exp
11190 * gdb.base/nofield.exp
11191 * gdb.base/offsets.exp
11192 * gdb.base/overlays.exp
11193 * gdb.base/pending.exp
11194 * gdb.base/pointers.exp
11195 * gdb.base/pr11022.exp
11196 * gdb.base/printcmds.exp
11197 * gdb.base/prologue.exp
11198 * gdb.base/ptr-typedef.exp
11199 * gdb.base/realname-expand.exp
11200 * gdb.base/relativedebug.exp
11201 * gdb.base/relocate.exp
11202 * gdb.base/remote.exp
11203 * gdb.base/reread.exp
11204 * gdb.base/return2.exp
11205 * gdb.base/savedregs.exp
11206 * gdb.base/sep.exp
11207 * gdb.base/sepdebug.exp
11208 * gdb.base/sepsymtab.exp
11209 * gdb.base/set-inferior-tty.exp
11210 * gdb.base/setshow.exp
11211 * gdb.base/shlib-call.exp
11212 * gdb.base/sigaltstack.exp
11213 * gdb.base/siginfo-addr.exp
11214 * gdb.base/signals.exp
11215 * gdb.base/signull.exp
11216 * gdb.base/sigrepeat.exp
11217 * gdb.base/so-impl-ld.exp
11218 * gdb.base/solib-display.exp
11219 * gdb.base/solib-overlap.exp
11220 * gdb.base/solib-search.exp
11221 * gdb.base/solib-symbol.exp
11222 * gdb.base/structs.exp
11223 * gdb.base/structs2.exp
11224 * gdb.base/symtab-search-order.exp
11225 * gdb.base/twice.exp
11226 * gdb.base/unload.exp
11227 * gdb.base/varargs.exp
11228 * gdb.base/watchpoint-solib.exp
11229 * gdb.base/watchpoint.exp
11230 * gdb.base/whatis.exp
11231 * gdb.base/wrong_frame_bt_full.exp
11232 * gdb.btrace/dlopen.exp
11233 * gdb.cell/ea-standalone.exp
11234 * gdb.cell/ea-test.exp
11235 * gdb.cp/dispcxx.exp
11236 * gdb.cp/gdb2384.exp
11237 * gdb.cp/method2.exp
11238 * gdb.cp/nextoverthrow.exp
11239 * gdb.cp/pr10728.exp
11240 * gdb.disasm/am33.exp
11241 * gdb.disasm/h8300s.exp
11242 * gdb.disasm/mn10300.exp
11243 * gdb.disasm/sh3.exp
11244 * gdb.dwarf2/dw2-dir-file-name.exp
11245 * gdb.fortran/complex.exp
11246 * gdb.fortran/library-module.exp
11247 * gdb.guile/scm-pretty-print.exp
11248 * gdb.guile/scm-symbol.exp
11249 * gdb.guile/scm-type.exp
11250 * gdb.guile/scm-value.exp
11251 * gdb.linespec/linespec.exp
11252 * gdb.mi/gdb701.exp
11253 * gdb.mi/gdb792.exp
11254 * gdb.mi/mi-breakpoint-changed.exp
11255 * gdb.mi/mi-dprintf-pending.exp
11256 * gdb.mi/mi-dprintf.exp
11257 * gdb.mi/mi-exit-code.exp
11258 * gdb.mi/mi-pending.exp
11259 * gdb.mi/mi-solib.exp
11260 * gdb.mi/new-ui-mi-sync.exp
11261 * gdb.mi/pr11022.exp
11262 * gdb.mi/user-selected-context-sync.exp
11263 * gdb.opt/solib-intra-step.exp
11264 * gdb.python/py-events.exp
11265 * gdb.python/py-finish-breakpoint.exp
11266 * gdb.python/py-mi.exp
11267 * gdb.python/py-prettyprint.exp
11268 * gdb.python/py-shared.exp
11269 * gdb.python/py-symbol.exp
11270 * gdb.python/py-template.exp
11271 * gdb.python/py-type.exp
11272 * gdb.python/py-value.exp
11273 * gdb.reverse/solib-precsave.exp
11274 * gdb.reverse/solib-reverse.exp
11275 * gdb.server/solib-list.exp
11276 * gdb.stabs/weird.exp
11277 * gdb.threads/reconnect-signal.exp
11278 * gdb.threads/stepi-random-signal.exp
11279 * gdb.trace/actions.exp
11280 * gdb.trace/ax.exp
11281 * gdb.trace/backtrace.exp
11282 * gdb.trace/change-loc.exp
11283 * gdb.trace/deltrace.exp
11284 * gdb.trace/ftrace-lock.exp
11285 * gdb.trace/ftrace.exp
11286 * gdb.trace/infotrace.exp
11287 * gdb.trace/mi-tracepoint-changed.exp
11288 * gdb.trace/packetlen.exp
11289 * gdb.trace/passcount.exp
11290 * gdb.trace/pending.exp
11291 * gdb.trace/range-stepping.exp
11292 * gdb.trace/report.exp
11293 * gdb.trace/stap-trace.exp
11294 * gdb.trace/tfind.exp
11295 * gdb.trace/trace-break.exp
11296 * gdb.trace/trace-condition.exp
11297 * gdb.trace/trace-enable-disable.exp
11298 * gdb.trace/trace-mt.exp
11299 * gdb.trace/tracecmd.exp
11300 * gdb.trace/tspeed.exp
11301 * gdb.trace/tsv.exp
11302 * lib/perftest.exp
11303
fb9feb35
LM
113042016-12-01 Luis Machado <lgustavo@codesourcery.com>
11305
11306 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
11307 with gdb_test_no_output.
11308 Use command as test name.
11309
cd2ddb6c
LM
113102016-12-01 Luis Machado <lgustavo@codesourcery.com>
11311
11312 Fix test names starting with uppercase throughout the files.
11313
11314 * gdb.ada/assign_1.exp
11315 * gdb.ada/boolean_expr.exp
11316 * gdb.base/arrayidx.exp
11317 * gdb.base/del.exp
11318 * gdb.base/gcore-buffer-overflow.exp
11319 * gdb.base/testenv.exp
11320 * gdb.compile/compile.exp
11321 * gdb.python/py-framefilter-invalidarg.exp
11322 * gdb.python/py-framefilter.exp
11323
bb95117e
LM
113242016-12-01 Luis Machado <lgustavo@codesourcery.com>
11325
11326 Fix test names starting with uppercase throughout the files.
11327
11328 * gdb.ada/array_return.exp
11329 * gdb.ada/expr_delims.exp
11330 * gdb.ada/mi_dyn_arr.exp
11331 * gdb.ada/mi_interface.exp
11332 * gdb.ada/mi_var_array.exp
11333 * gdb.ada/watch_arg.exp
11334 * gdb.arch/alpha-step.exp
11335 * gdb.arch/altivec-regs.exp
11336 * gdb.arch/e500-regs.exp
11337 * gdb.arch/powerpc-d128-regs.exp
11338 * gdb.base/arrayidx.exp
11339 * gdb.base/break.exp
11340 * gdb.base/checkpoint.exp
11341 * gdb.base/debug-expr.exp
11342 * gdb.base/dmsym.exp
11343 * gdb.base/radix.exp
11344 * gdb.base/sepdebug.exp
11345 * gdb.base/testenv.exp
11346 * gdb.base/watch_thread_num.exp
11347 * gdb.base/watchpoint-cond-gone.exp
11348 * gdb.cell/break.exp
11349 * gdb.cell/ea-cache.exp
11350 * gdb.compile/compile.exp
11351 * gdb.cp/gdb2495.exp
11352 * gdb.gdb/selftest.exp
11353 * gdb.gdb/xfullpath.exp
11354 * gdb.go/hello.exp
11355 * gdb.go/integers.exp
11356 * gdb.objc/basicclass.exp
11357 * gdb.pascal/hello.exp
11358 * gdb.pascal/integers.exp
11359 * gdb.python/py-breakpoint.exp
11360 * gdb.python/py-cmd.exp
11361 * gdb.python/py-linetable.exp
11362 * gdb.python/py-xmethods.exp
11363 * gdb.python/python.exp
11364 * gdb.reverse/consecutive-precsave.exp
11365 * gdb.reverse/finish-precsave.exp
11366 * gdb.reverse/i386-precsave.exp
11367 * gdb.reverse/machinestate-precsave.exp
11368 * gdb.reverse/sigall-precsave.exp
11369 * gdb.reverse/solib-precsave.exp
11370 * gdb.reverse/step-precsave.exp
11371 * gdb.reverse/until-precsave.exp
11372 * gdb.reverse/watch-precsave.exp
11373 * gdb.threads/leader-exit.exp
11374 * gdb.threads/pthreads.exp
11375 * gdb.threads/wp-replication.exp
11376 * gdb.trace/actions.exp
11377 * gdb.trace/mi-tsv-changed.exp
11378 * gdb.trace/tsv.exp
11379
de97fdd4
LM
113802016-12-01 Luis Machado <lgustavo@codesourcery.com>
11381
11382 Fix test names starting with uppercase throughout the files.
11383
11384 * gdb.arch/i386-bp_permanent.exp
11385 * gdb.arch/i386-gnu-cfi.exp
11386 * gdb.base/disasm-end-cu.exp
11387 * gdb.base/macscp.exp
11388 * gdb.base/pending.exp
11389 * gdb.base/watch_thread_num.exp
11390 * gdb.cp/exception.exp
11391 * gdb.cp/gdb2495.exp
11392 * gdb.cp/local.exp
11393 * gdb.python/py-evsignal.exp
11394 * gdb.python/python.exp
11395 * gdb.trace/tracecmd.exp
11396
9f058c10
LM
113972016-12-01 Luis Machado <lgustavo@codesourcery.com>
11398
11399 Fix test names starting with uppercase throughout the files.
11400
11401 * gdb.base/charset.exp
11402 * gdb.base/eval.exp
11403 * gdb.base/multi-forks.exp
11404 * gdb.guile/scm-progspace.exp
11405 * gdb.opencl/datatypes.exp
11406 * gdb.python/py-block.exp
11407 * gdb.python/py-function.exp
11408 * gdb.python/py-symbol.exp
11409 * gdb.python/py-symtab.exp
11410 * gdb.python/py-xmethods.exp
11411 * gdb.reverse/break-precsave.exp
11412 * gdb.reverse/break-reverse.exp
11413 * gdb.reverse/consecutive-precsave.exp
11414 * gdb.reverse/consecutive-reverse.exp
11415 * gdb.reverse/finish-precsave.exp
11416 * gdb.reverse/finish-reverse-bkpt.exp
11417 * gdb.reverse/finish-reverse.exp
11418 * gdb.reverse/fstatat-reverse.exp
11419 * gdb.reverse/getresuid-reverse.exp
11420 * gdb.reverse/i386-precsave.exp
11421 * gdb.reverse/i386-reverse.exp
11422 * gdb.reverse/i386-sse-reverse.exp
11423 * gdb.reverse/i387-stack-reverse.exp
11424 * gdb.reverse/insn-reverse.exp
11425 * gdb.reverse/machinestate-precsave.exp
11426 * gdb.reverse/machinestate.exp
11427 * gdb.reverse/next-reverse-bkpt-over-sr.exp
11428 * gdb.reverse/pipe-reverse.exp
11429 * gdb.reverse/readv-reverse.exp
11430 * gdb.reverse/recvmsg-reverse.exp
11431 * gdb.reverse/rerun-prec.exp
11432 * gdb.reverse/s390-mvcle.exp
11433 * gdb.reverse/sigall-precsave.exp
11434 * gdb.reverse/sigall-reverse.exp
11435 * gdb.reverse/solib-precsave.exp
11436 * gdb.reverse/solib-reverse.exp
11437 * gdb.reverse/step-precsave.exp
11438 * gdb.reverse/step-reverse.exp
11439 * gdb.reverse/time-reverse.exp
11440 * gdb.reverse/until-precsave.exp
11441 * gdb.reverse/until-reverse.exp
11442 * gdb.reverse/waitpid-reverse.exp
11443 * gdb.reverse/watch-precsave.exp
11444 * gdb.reverse/watch-reverse.exp
11445
cdc7edd7
LM
114462016-12-01 Luis Machado <lgustavo@codesourcery.com>
11447
11448 Fix test names starting with uppercase throughout the files.
11449
11450 * gdb.arch/i386-mpx-simple_segv.exp
11451 * gdb.arch/i386-mpx.exp
11452 * gdb.arch/i386-permbkpt.exp
11453 * gdb.arch/pa-nullify.exp
11454 * gdb.arch/powerpc-d128-regs.exp
11455 * gdb.arch/vsx-regs.exp
11456 * gdb.base/bfp-test.exp
11457 * gdb.base/break.exp
11458 * gdb.base/breakpoint-shadow.exp
11459 * gdb.base/callfuncs.exp
11460 * gdb.base/charset.exp
11461 * gdb.base/commands.exp
11462 * gdb.base/completion.exp
11463 * gdb.base/dfp-test.exp
11464 * gdb.base/echo.exp
11465 * gdb.base/ending-run.exp
11466 * gdb.base/eval.exp
11467 * gdb.base/expand-psymtabs.exp
11468 * gdb.base/float128.exp
11469 * gdb.base/floatn.exp
11470 * gdb.base/foll-exec-mode.exp
11471 * gdb.base/gdb1056.exp
11472 * gdb.base/gdb11531.exp
11473 * gdb.base/kill-after-signal.exp
11474 * gdb.base/multi-forks.exp
11475 * gdb.base/overlays.exp
11476 * gdb.base/pending.exp
11477 * gdb.base/sepdebug.exp
11478 * gdb.base/testenv.exp
11479 * gdb.base/valgrind-db-attach.exp
11480 * gdb.base/watch_thread_num.exp
11481 * gdb.base/watchpoint-cond-gone.exp
11482 * gdb.base/watchpoint.exp
11483 * gdb.base/watchpoints.exp
11484 * gdb.cp/arg-reference.exp
11485 * gdb.cp/baseenum.exp
11486 * gdb.cp/operator.exp
11487 * gdb.cp/shadow.exp
11488 * gdb.dwarf2/dw2-op-out-param.exp
11489 * gdb.dwarf2/dw2-reg-undefined.exp
11490 * gdb.go/chan.exp
11491 * gdb.go/hello.exp
11492 * gdb.go/integers.exp
11493 * gdb.go/methods.exp
11494 * gdb.go/package.exp
11495 * gdb.guile/scm-parameter.exp
11496 * gdb.guile/scm-progspace.exp
11497 * gdb.guile/scm-value.exp
11498 * gdb.mi/mi-pending.exp
11499 * gdb.mi/user-selected-context-sync.exp
11500 * gdb.multi/multi-attach.exp
11501 * gdb.multi/tids.exp
11502 * gdb.opt/clobbered-registers-O2.exp
11503 * gdb.pascal/floats.exp
11504 * gdb.pascal/integers.exp
11505 * gdb.python/py-block.exp
11506 * gdb.python/py-events.exp
11507 * gdb.python/py-parameter.exp
11508 * gdb.python/py-symbol.exp
11509 * gdb.python/py-symtab.exp
11510 * gdb.python/py-type.exp
11511 * gdb.python/py-value.exp
11512 * gdb.python/py-xmethods.exp
11513 * gdb.python/python.exp
11514 * gdb.reverse/break-precsave.exp
11515 * gdb.reverse/consecutive-precsave.exp
11516 * gdb.reverse/finish-precsave.exp
11517 * gdb.reverse/i386-precsave.exp
11518 * gdb.reverse/machinestate-precsave.exp
11519 * gdb.reverse/sigall-precsave.exp
11520 * gdb.reverse/solib-precsave.exp
11521 * gdb.reverse/step-precsave.exp
11522 * gdb.reverse/until-precsave.exp
11523 * gdb.reverse/watch-precsave.exp
11524 * gdb.server/ext-attach.exp
11525 * gdb.server/ext-restart.exp
11526 * gdb.server/ext-run.exp
11527 * gdb.server/ext-wrapper.exp
11528 * gdb.stabs/gdb11479.exp
11529 * gdb.stabs/weird.exp
11530 * gdb.threads/attach-many-short-lived-threads.exp
11531 * gdb.threads/kill.exp
11532 * gdb.threads/watchpoint-fork.exp
11533
bc6c7af4
LM
115342016-12-01 Luis Machado <lgustavo@codesourcery.com>
11535
11536 Fix test names starting with uppercase throughout all the files below.
11537
11538 * gdb.ada/array_return.exp
11539 * gdb.ada/catch_ex.exp
11540 * gdb.ada/info_exc.exp
11541 * gdb.ada/mi_catch_ex.exp
11542 * gdb.ada/mi_dyn_arr.exp
11543 * gdb.ada/mi_ex_cond.exp
11544 * gdb.ada/mi_exc_info.exp
11545 * gdb.ada/mi_interface.exp
11546 * gdb.ada/mi_task_arg.exp
11547 * gdb.ada/mi_task_info.exp
11548 * gdb.ada/mi_var_array.exp
11549 * gdb.arch/alpha-step.exp
11550 * gdb.arch/amd64-disp-step.exp
11551 * gdb.arch/arm-disp-step.exp
11552 * gdb.arch/disp-step-insn-reloc.exp
11553 * gdb.arch/e500-prologue.exp
11554 * gdb.arch/ftrace-insn-reloc.exp
11555 * gdb.arch/gdb1558.exp
11556 * gdb.arch/i386-bp_permanent.exp
11557 * gdb.arch/i386-disp-step.exp
11558 * gdb.arch/i386-float.exp
11559 * gdb.arch/i386-gnu-cfi.exp
11560 * gdb.arch/ia64-breakpoint-shadow.exp
11561 * gdb.arch/mips16-thunks.exp
11562 * gdb.arch/pa-nullify.exp
11563 * gdb.arch/powerpc-aix-prologue.exp
11564 * gdb.arch/powerpc-power.exp
11565 * gdb.arch/ppc-dfp.exp
11566 * gdb.arch/s390-tdbregs.exp
11567 * gdb.arch/spu-info.exp
11568 * gdb.arch/spu-ls.exp
11569 * gdb.arch/thumb-bx-pc.exp
11570 * gdb.base/advance.exp
11571 * gdb.base/annota-input-while-running.exp
11572 * gdb.base/arrayidx.exp
11573 * gdb.base/asmlabel.exp
11574 * gdb.base/async.exp
11575 * gdb.base/attach-wait-input.exp
11576 * gdb.base/auto-connect-native-target.exp
11577 * gdb.base/batch-preserve-term-settings.exp
11578 * gdb.base/bfp-test.exp
11579 * gdb.base/bigcore.exp
11580 * gdb.base/bp-permanent.exp
11581 * gdb.base/break-always.exp
11582 * gdb.base/break-fun-addr.exp
11583 * gdb.base/break-idempotent.exp
11584 * gdb.base/break-main-file-remove-fail.exp
11585 * gdb.base/break-probes.exp
11586 * gdb.base/break-unload-file.exp
11587 * gdb.base/break.exp
11588 * gdb.base/call-ar-st.exp
11589 * gdb.base/call-rt-st.exp
11590 * gdb.base/call-sc.exp
11591 * gdb.base/call-signal-resume.exp
11592 * gdb.base/call-strs.exp
11593 * gdb.base/callexit.exp
11594 * gdb.base/callfuncs.exp
11595 * gdb.base/catch-gdb-caused-signals.exp
11596 * gdb.base/catch-signal-siginfo-cond.exp
11597 * gdb.base/catch-syscall.exp
11598 * gdb.base/compare-sections.exp
11599 * gdb.base/cond-eval-mode.exp
11600 * gdb.base/condbreak-call-false.exp
11601 * gdb.base/consecutive-step-over.exp
11602 * gdb.base/cursal.exp
11603 * gdb.base/disabled-location.exp
11604 * gdb.base/disasm-end-cu.exp
11605 * gdb.base/display.exp
11606 * gdb.base/double-prompt-target-event-error.exp
11607 * gdb.base/dprintf-bp-same-addr.exp
11608 * gdb.base/dprintf-detach.exp
11609 * gdb.base/dprintf-next.exp
11610 * gdb.base/dprintf-non-stop.exp
11611 * gdb.base/dprintf-pending.exp
11612 * gdb.base/dso2dso.exp
11613 * gdb.base/ending-run.exp
11614 * gdb.base/enum_cond.exp
11615 * gdb.base/examine-backward.exp
11616 * gdb.base/exe-lock.exp
11617 * gdb.base/exec-invalid-sysroot.exp
11618 * gdb.base/execl-update-breakpoints.exp
11619 * gdb.base/execution-termios.exp
11620 * gdb.base/fileio.exp
11621 * gdb.base/fixsection.exp
11622 * gdb.base/foll-exec-mode.exp
11623 * gdb.base/foll-exec.exp
11624 * gdb.base/fork-running-state.exp
11625 * gdb.base/frame-args.exp
11626 * gdb.base/fullpath-expand.exp
11627 * gdb.base/func-ptr.exp
11628 * gdb.base/gcore-relro-pie.exp
11629 * gdb.base/gdb1090.exp
11630 * gdb.base/gdb1555.exp
11631 * gdb.base/global-var-nested-by-dso.exp
11632 * gdb.base/gnu-ifunc.exp
11633 * gdb.base/hbreak-in-shr-unsupported.exp
11634 * gdb.base/hbreak-unmapped.exp
11635 * gdb.base/hook-stop.exp
11636 * gdb.base/infcall-input.exp
11637 * gdb.base/info-fun.exp
11638 * gdb.base/info-shared.exp
11639 * gdb.base/interrupt-noterm.exp
11640 * gdb.base/jit-so.exp
11641 * gdb.base/jit.exp
11642 * gdb.base/line-symtabs.exp
11643 * gdb.base/list.exp
11644 * gdb.base/longjmp.exp
11645 * gdb.base/macscp.exp
11646 * gdb.base/max-value-size.exp
11647 * gdb.base/nodebug.exp
11648 * gdb.base/nofield.exp
11649 * gdb.base/overlays.exp
11650 * gdb.base/paginate-after-ctrl-c-running.exp
11651 * gdb.base/paginate-bg-execution.exp
11652 * gdb.base/paginate-inferior-exit.exp
11653 * gdb.base/pending.exp
11654 * gdb.base/pr11022.exp
11655 * gdb.base/printcmds.exp
11656 * gdb.base/ptr-typedef.exp
11657 * gdb.base/ptype.exp
11658 * gdb.base/randomize.exp
11659 * gdb.base/range-stepping.exp
11660 * gdb.base/realname-expand.exp
11661 * gdb.base/relativedebug.exp
11662 * gdb.base/remote.exp
11663 * gdb.base/savedregs.exp
11664 * gdb.base/sepdebug.exp
11665 * gdb.base/set-noassign.exp
11666 * gdb.base/shlib-call.exp
11667 * gdb.base/shreloc.exp
11668 * gdb.base/sigaltstack.exp
11669 * gdb.base/sigbpt.exp
11670 * gdb.base/siginfo-addr.exp
11671 * gdb.base/siginfo-obj.exp
11672 * gdb.base/siginfo-thread.exp
11673 * gdb.base/signest.exp
11674 * gdb.base/signull.exp
11675 * gdb.base/sigrepeat.exp
11676 * gdb.base/skip.exp
11677 * gdb.base/so-impl-ld.exp
11678 * gdb.base/solib-corrupted.exp
11679 * gdb.base/solib-disc.exp
11680 * gdb.base/solib-display.exp
11681 * gdb.base/solib-overlap.exp
11682 * gdb.base/solib-search.exp
11683 * gdb.base/solib-symbol.exp
11684 * gdb.base/source-execution.exp
11685 * gdb.base/sss-bp-on-user-bp-2.exp
11686 * gdb.base/sss-bp-on-user-bp.exp
11687 * gdb.base/stack-checking.exp
11688 * gdb.base/stale-infcall.exp
11689 * gdb.base/step-break.exp
11690 * gdb.base/step-line.exp
11691 * gdb.base/step-over-exit.exp
11692 * gdb.base/step-test.exp
11693 * gdb.base/structs.exp
11694 * gdb.base/sym-file.exp
11695 * gdb.base/symtab-search-order.exp
11696 * gdb.base/term.exp
11697 * gdb.base/type-opaque.exp
11698 * gdb.base/unload.exp
11699 * gdb.base/until-nodebug.exp
11700 * gdb.base/until.exp
11701 * gdb.base/unwindonsignal.exp
11702 * gdb.base/watch-cond.exp
11703 * gdb.base/watch-non-mem.exp
11704 * gdb.base/watch_thread_num.exp
11705 * gdb.base/watchpoint-reuse-slot.exp
11706 * gdb.base/watchpoint-solib.exp
11707 * gdb.base/watchpoint.exp
11708 * gdb.btrace/dlopen.exp
11709 * gdb.cell/arch.exp
11710 * gdb.cell/break.exp
11711 * gdb.cell/bt.exp
11712 * gdb.cell/core.exp
11713 * gdb.cell/data.exp
11714 * gdb.cell/dwarfaddr.exp
11715 * gdb.cell/ea-cache.exp
11716 * gdb.cell/ea-standalone.exp
11717 * gdb.cell/ea-test.exp
11718 * gdb.cell/f-regs.exp
11719 * gdb.cell/fork.exp
11720 * gdb.cell/gcore.exp
11721 * gdb.cell/mem-access.exp
11722 * gdb.cell/ptype.exp
11723 * gdb.cell/registers.exp
11724 * gdb.cell/sizeof.exp
11725 * gdb.cell/solib-symbol.exp
11726 * gdb.cell/solib.exp
11727 * gdb.compile/compile-tls.exp
11728 * gdb.cp/exception.exp
11729 * gdb.cp/gdb2495.exp
11730 * gdb.cp/local.exp
11731 * gdb.cp/mb-inline.exp
11732 * gdb.cp/mb-templates.exp
11733 * gdb.cp/pr10687.exp
11734 * gdb.cp/pr9167.exp
11735 * gdb.cp/scope-err.exp
11736 * gdb.cp/templates.exp
11737 * gdb.cp/virtfunc.exp
11738 * gdb.dwarf2/dw2-dir-file-name.exp
11739 * gdb.dwarf2/dw2-single-line-discriminators.exp
11740 * gdb.fortran/complex.exp
11741 * gdb.fortran/library-module.exp
11742 * gdb.guile/guile.exp
11743 * gdb.guile/scm-cmd.exp
11744 * gdb.guile/scm-frame-inline.exp
11745 * gdb.guile/scm-objfile.exp
11746 * gdb.guile/scm-pretty-print.exp
11747 * gdb.guile/scm-symbol.exp
11748 * gdb.guile/scm-type.exp
11749 * gdb.guile/scm-value.exp
11750 * gdb.linespec/keywords.exp
11751 * gdb.linespec/ls-errs.exp
11752 * gdb.linespec/macro-relative.exp
11753 * gdb.linespec/thread.exp
11754 * gdb.mi/mi-breakpoint-changed.exp
11755 * gdb.mi/mi-dprintf-pending.exp
11756 * gdb.mi/mi-fullname-deleted.exp
11757 * gdb.mi/mi-logging.exp
11758 * gdb.mi/mi-pending.exp
11759 * gdb.mi/mi-solib.exp
11760 * gdb.mi/new-ui-mi-sync.exp
11761 * gdb.mi/user-selected-context-sync.exp
11762 * gdb.multi/dummy-frame-restore.exp
11763 * gdb.multi/multi-arch-exec.exp
11764 * gdb.multi/remove-inferiors.exp
11765 * gdb.multi/watchpoint-multi-exit.exp
11766 * gdb.opt/solib-intra-step.exp
11767 * gdb.perf/backtrace.exp
11768 * gdb.perf/single-step.exp
11769 * gdb.perf/skip-command.exp
11770 * gdb.perf/skip-prologue.exp
11771 * gdb.perf/solib.exp
11772 * gdb.python/lib-types.exp
11773 * gdb.python/py-as-string.exp
11774 * gdb.python/py-bad-printers.exp
11775 * gdb.python/py-block.exp
11776 * gdb.python/py-breakpoint.exp
11777 * gdb.python/py-cmd.exp
11778 * gdb.python/py-events.exp
11779 * gdb.python/py-evthreads.exp
11780 * gdb.python/py-finish-breakpoint.exp
11781 * gdb.python/py-finish-breakpoint2.exp
11782 * gdb.python/py-frame-inline.exp
11783 * gdb.python/py-frame.exp
11784 * gdb.python/py-inferior.exp
11785 * gdb.python/py-infthread.exp
11786 * gdb.python/py-mi.exp
11787 * gdb.python/py-objfile.exp
11788 * gdb.python/py-pp-maint.exp
11789 * gdb.python/py-pp-registration.exp
11790 * gdb.python/py-prettyprint.exp
11791 * gdb.python/py-recurse-unwind.exp
11792 * gdb.python/py-shared.exp
11793 * gdb.python/py-symbol.exp
11794 * gdb.python/py-symtab.exp
11795 * gdb.python/py-template.exp
11796 * gdb.python/py-type.exp
11797 * gdb.python/py-unwind-maint.exp
11798 * gdb.python/py-unwind.exp
11799 * gdb.python/py-value.exp
11800 * gdb.python/python.exp
11801 * gdb.reverse/finish-reverse-bkpt.exp
11802 * gdb.reverse/insn-reverse.exp
11803 * gdb.reverse/next-reverse-bkpt-over-sr.exp
11804 * gdb.reverse/solib-precsave.exp
11805 * gdb.reverse/solib-reverse.exp
11806 * gdb.stabs/gdb11479.exp
11807 * gdb.stabs/weird.exp
11808 * gdb.threads/fork-child-threads.exp
11809 * gdb.threads/fork-plus-threads.exp
11810 * gdb.threads/fork-thread-pending.exp
11811 * gdb.threads/forking-threads-plus-breakpoint.exp
11812 * gdb.threads/hand-call-in-threads.exp
11813 * gdb.threads/interrupted-hand-call.exp
11814 * gdb.threads/linux-dp.exp
11815 * gdb.threads/local-watch-wrong-thread.exp
11816 * gdb.threads/next-while-other-thread-longjmps.exp
11817 * gdb.threads/non-ldr-exit.exp
11818 * gdb.threads/pending-step.exp
11819 * gdb.threads/print-threads.exp
11820 * gdb.threads/process-dies-while-detaching.exp
11821 * gdb.threads/process-dies-while-handling-bp.exp
11822 * gdb.threads/pthreads.exp
11823 * gdb.threads/queue-signal.exp
11824 * gdb.threads/reconnect-signal.exp
11825 * gdb.threads/signal-command-handle-nopass.exp
11826 * gdb.threads/signal-command-multiple-signals-pending.exp
11827 * gdb.threads/signal-delivered-right-thread.exp
11828 * gdb.threads/signal-sigtrap.exp
11829 * gdb.threads/sigthread.exp
11830 * gdb.threads/staticthreads.exp
11831 * gdb.threads/stepi-random-signal.exp
11832 * gdb.threads/thread-unwindonsignal.exp
11833 * gdb.threads/thread_check.exp
11834 * gdb.threads/thread_events.exp
11835 * gdb.threads/tid-reuse.exp
11836 * gdb.threads/tls-nodebug.exp
11837 * gdb.threads/tls-shared.exp
11838 * gdb.threads/tls-so_extern.exp
11839 * gdb.threads/tls.exp
11840 * gdb.threads/wp-replication.exp
11841 * gdb.trace/actions-changed.exp
11842 * gdb.trace/actions.exp
11843 * gdb.trace/backtrace.exp
11844 * gdb.trace/change-loc.exp
11845 * gdb.trace/collection.exp
11846 * gdb.trace/deltrace.exp
11847 * gdb.trace/disconnected-tracing.exp
11848 * gdb.trace/entry-values.exp
11849 * gdb.trace/ftrace-lock.exp
11850 * gdb.trace/ftrace.exp
11851 * gdb.trace/infotrace.exp
11852 * gdb.trace/mi-trace-frame-collected.exp
11853 * gdb.trace/mi-trace-unavailable.exp
11854 * gdb.trace/mi-traceframe-changed.exp
11855 * gdb.trace/mi-tracepoint-changed.exp
11856 * gdb.trace/mi-tsv-changed.exp
11857 * gdb.trace/no-attach-trace.exp
11858 * gdb.trace/packetlen.exp
11859 * gdb.trace/passc-dyn.exp
11860 * gdb.trace/passcount.exp
11861 * gdb.trace/pending.exp
11862 * gdb.trace/pr16508.exp
11863 * gdb.trace/qtro.exp
11864 * gdb.trace/range-stepping.exp
11865 * gdb.trace/read-memory.exp
11866 * gdb.trace/report.exp
11867 * gdb.trace/save-trace.exp
11868 * gdb.trace/signal.exp
11869 * gdb.trace/stap-trace.exp
11870 * gdb.trace/status-stop.exp
11871 * gdb.trace/strace.exp
11872 * gdb.trace/tfile.exp
11873 * gdb.trace/tfind.exp
11874 * gdb.trace/trace-break.exp
11875 * gdb.trace/trace-condition.exp
11876 * gdb.trace/trace-enable-disable.exp
11877 * gdb.trace/trace-mt.exp
11878 * gdb.trace/tracecmd.exp
11879 * gdb.trace/tracefile-pseudo-reg.exp
11880 * gdb.trace/tspeed.exp
11881 * gdb.trace/tstatus.exp
11882 * gdb.trace/tsv.exp
11883 * gdb.trace/unavailable.exp
11884 * gdb.trace/while-dyn.exp
11885 * gdb.trace/while-stepping.exp
11886 * lib/gdb-guile.exp
11887 * lib/gdb.exp
11888 * lib/mi-support.exp
11889 * lib/pascal.exp
11890 * lib/perftest.exp
11891 * lib/prelink-support.exp
11892 * lib/selftest-support.exp
11893
ad02e4fe
SM
118942016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
11895
11896 * Makefile.in: Include disable-implicit-rules.mk.
11897
22347e55
AA
118982016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
11899
11900 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
11901 non-byte-aligned bit fields.
11902
da5b30da
AA
119032016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
11904
11905 PR gdb/12616
11906 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
11907 respects the DW_AT_data_bit_offset attribute.
11908
b593ecca
SM
119092016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
11910
11911 * gdb.base/default.exp: Fix output of "set language".
11912
3b165252
SM
119132016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
11914
11915 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
11916 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
11917 make.
11918 * configure.ac: Remove checks for the make program.
11919 * configure: Re-generate.
11920
1a2f3d7f
KB
119212016-11-16 Kevin Buettner <kevinb@redhat.com>
11922
11923 * gdb.python/py-recurse-unwind.c (main): Add loop.
11924 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
11925 to read_register() and gdb.parse_and_eval(). Make each code
11926 call a separate case that can be individually tested.
11927 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
11928 proc. Call cont_and_backtrace for each of the code paths that
11929 we want to test in the unwinder.
11930
b7f38fda
AA
119312016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
11932
11933 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
11934 the definition of struct S.
11935
1f8db343
CM
119362016-11-11 Catherine Moore <clm@codesourcery.com>
11937
11938 * gdb.base/dump.exp: Identify verilog format dump tests as such.
11939
fad0c9fb
PA
119402016-11-09 Pedro Alves <palves@redhat.com>
11941
11942 * gdb.base/commands.exp (runto_or_return): New procedure.
11943 (gdbvar_simple_if_test, gdbvar_simple_while_test)
11944 (gdbvar_complex_if_while_test, progvar_simple_if_test)
11945 (progvar_simple_while_test, progvar_complex_if_while_test)
11946 (if_while_breakpoint_command_test)
11947 (infrun_breakpoint_command_test, breakpoint_command_test)
11948 (user_defined_command_test, watchpoint_command_test)
11949 (test_command_prompt_position, redefine_hook_test)
11950 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
11951 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
11952 multi_line_input and multi_line. Remove gdb_expect and
11953 gdb_stop_suppressing_tests uses.
11954 * lib/gdb.exp (valnum_re): New global.
11955 (multi_line_input): New procedure.
11956
8354c62c
SM
119572016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
11958
11959 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
11960 Remove.
11961 (test_setup): Define with proc_with_prefix.
11962 (test_cli_inferior): Likewise.
11963 (test_cli_thread): Likewise.
11964 (test_cli_frame): Likewise.
11965 (test_cli_select_frame): Likewise.
11966 (test_cli_up_down): Likewise.
11967 (test_mi_thread_select): Likewise.
11968 (test_mi_stack_select_frame): Likewise.
11969 (test_cli_in_mi_inferior): Likewise.
11970 (test_cli_in_mi_thread): Likewise.
11971 (test_cli_in_mi_frame): Likewise.
11972 (top level): Do not use with_test_prefix_procname.
11973
64f367a2
PA
119742016-11-09 Pedro Alves <palves@redhat.com>
11975
11976 * gdb.base/commands.exp (gdbvar_simple_if_test)
11977 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
11978 (progvar_simple_if_test, progvar_simple_while_test)
11979 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
11980 (infrun_breakpoint_command_test, breakpoint_command_test)
11981 (user_defined_command_test, watchpoint_command_test)
11982 (test_command_prompt_position, deprecated_command_test)
11983 (bp_deleted_in_command, temporary_breakpoint_commands)
11984 (stray_arg0_test, source_file_with_indented_comment)
11985 (recursive_source_test, if_commands_test)
11986 (error_clears_commands_left, redefine_hook_test)
11987 (redefine_backtrace_test): Use proc_with_prefix.
11988 * lib/gdb.exp (proc_with_prefix): New proc.
11989
0bb65f1e
AA
119902016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
11991
11992 * gdb.base/tui-layout.c: New file.
11993 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
11994 disassembly window contains very long lines.
11995
7353f247
TT
119962016-11-08 Tom Tromey <tom@tromey.com>
11997
11998 * gdb.python/py-value.exp (test_value_creation): Make "long" test
11999 depend on Python 2.
12000
30a7bb83
TT
120012016-11-08 Tom Tromey <tom@tromey.com>
12002
12003 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
12004 New method.
12005
cdf5a07c
MG
120062016-10-29 Manish Goregaokar <manish@mozilla.com>
12007
2806dc7e 12008 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
cdf5a07c 12009
51a789c3
MG
120102016-10-27 Manish Goregaokar <manish@mozilla.com>
12011
2806dc7e
PA
12012 * gdb.rust/simple.rs: Add test for univariant enums without
12013 discriminants and for encoded struct-like enums.
51a789c3 12014
f610ab6d
PA
120152016-10-28 Pedro Alves <palves@redhat.com>
12016
12017 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
12018 gdb_test_multiple, tighten regexps and match symtabs and line
12019 tables incrementally.
12020
b129b0ca
LM
120212016-10-28 Luis Machado <lgustavo@codesourcery.com>
12022
12023 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
12024 general.
12025
ecf45d2c
SL
120262016-10-25 Luis Machado <lgustavo@codesourcery.com>
12027
12028 * gdb.base/exec-invalid-sysroot.exp: New file.
12029
b8d38ee4
JK
120302016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
12031
12032 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
12033
f90fd8c2
JK
120342016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
12035
12036 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
12037
2d2476aa
MR
120382016-10-19 Maciej W. Rozycki <macro@imgtec.com>
12039
2806dc7e
PA
12040 * gdb.base/killed-outside.exp: Remove $options from a call to
12041 `prepare_for_testing'.
2d2476aa 12042
e42b25a0
SM
120432016-10-17 Simon Marchi <simon.marchi@ericsson.com>
12044
12045 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
12046 Change test message.
12047
3ccdb432
SM
120482016-10-17 Simon Marchi <simon.marchi@ericsson.com>
12049
12050 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
12051 Update comment.
12052
5bad3170
SM
120532016-10-17 Simon Marchi <simon.marchi@ericsson.com>
12054
12055 * gdb.trace/mi-trace-save.exp: New file.
12056
5ad9dba7
YQ
120572016-10-13 Yao Qi <yao.qi@linaro.org>
12058
12059 * gdb.base/code_elim.exp (get_var_address): Remove.
12060 * gdb.base/relocate.exp: Likewise.
12061 * gdb.base/shreloc.exp: Likewise.
12062 * lib/gdb.exp (get_var_address): New.
12063
62df7e21
YQ
120642016-10-13 Yao Qi <yao.qi@linaro.org>
12065
12066 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
12067 floating point tests if $skip_float_test is false.
12068
4dac951e
LM
120692016-10-12 Luis Machado <lgustavo@codesourcery.com>
12070
12071 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
12072 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
12073 argc values.
12074 Add 1 to argc so we guarantee distinct initial/modified argc values.
12075
8f1a8fc4
JK
120762016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
12077
12078 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
12079
16c85b5d
JK
120802016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
12081
12082 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
12083 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
12084 * gdb.arch/vsx-regs.exp: Likewise.
12085
1d0e042a
YQ
120862016-10-07 Yao Qi <yao.qi@linaro.org>
12087
12088 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
12089
68dadef5
MM
120902016-10-07 Markus Metzger <markus.t.metzger@intel.com>
12091
12092 * gdb.python/python.exp: Test decode_line("*0").
12093
33fa2c6e
DE
120942016-10-06 Doug Evans <dje@google.com>
12095
12096 * gdb.python/py-value.exp (test_value_creation): Add test for large
12097 unsigned 64-bit value.
12098
9c37b5ae
TT
120992016-10-06 Tom Tromey <tom@tromey.com>
12100
12101 * gdb.compile/compile.exp: Change java tests to rust.
12102 * gdb.base/setshow.exp: Change java tests to rust.
12103 * gdb.base/default.exp: Remove java from language list.
12104 * README (Examples): Update language example.
12105 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
12106 test.
12107 * lib/gdb.exp (skip_java_tests): Remove.
12108 * lib/java.exp: Remove.
12109 * gdb.java: Remove.
12110
78b86327
MR
121112016-10-06 Maciej W. Rozycki <macro@imgtec.com>
12112
12113 * gdb.arch/mips-fcr.exp: New test.
12114 * gdb.arch/mips-fcr.c: Source for the new test.
12115
7470adbb
MR
121162016-10-06 Maciej W. Rozycki <macro@imgtec.com>
12117
12118 * gdb.base/solib-disc.exp: Use `standard_output_file'
12119 throughout.
12120
4a556533
PA
121212016-10-06 Pedro Alves <palves@redhat.com>
12122
12123 * gdb.base/jit-simple-dl.c: New file.
12124 * gdb.base/jit-simple-jit.c: New file, factored out from ...
12125 * gdb.base/jit-simple.c: ... this.
12126 * gdb.base/jit-simple.exp (jit_run): Delete.
12127 (build_jit): New proc.
12128 (jit_test_reread): Recompile either the main program or the shared
12129 library, depending on what is being tested. Skip changing address
12130 if caller wants to. Compare before/after addresses. If testing
12131 standalone, explicitly load the binary. Test "maint info
12132 breakpoints".
12133 (top level): Add "standalone vs shared lib" and "change address"
12134 vs "same address" axes.
12135
5a122fbc
PA
121362016-10-06 Pedro Alves <palves@redhat.com>
12137
12138 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
12139 call.
12140 (jit_run): Delete.
12141 (jit_test_reread): Use with_test_prefix. Reload the main binary
12142 explicitly. Compare the before/after addresses of the JIT
12143 descriptor.
12144
ee8da4b8
DE
121452016-08-15 Doug Evans <dje@google.com>
12146
12147 * gdb.xml/extra-regs.xml: Update, end field now required, default type
12148 for single bitfields is bool.
12149 * gdb.xml/tdesc-regs.exp: Ditto.
12150
f389f6fe
JK
121512016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
12152
12153 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
12154
fdebf1a4
YQ
121552016-10-05 Yao Qi <yao.qi@linaro.org>
12156
12157 * lib/gdb.exp (support_complex_tests): Return zero if
12158 gdb_skip_float_test return true.
12159
9c36d954 121602016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2806dc7e 12161 Simon Marchi <simon.marchi@ericsson.com>
9c36d954
AT
12162
12163 PR gdb/20487
12164 * gdb.mi/user-selected-context-sync.exp: New file.
12165 * gdb.mi/user-selected-context-sync.c: New file.
12166
4034d0ff 121672016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2806dc7e 12168 Simon Marchi <simon.marchi@ericsson.com>
4034d0ff
AT
12169
12170 PR gdb/20487
12171 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
12172 =thread-select-event check.
12173
a4297203
PB
121742016-09-29 Peter Bergner <bergner@vnet.ibm.com>
12175
12176 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
12177 the compulsory L operand changes.
12178 * gdb.arch/powerpc-power.s: Likewise.
12179
bb805577
JK
121802016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
12181
12182 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
12183 * gdb.base/jit-attach-pie.c: New file.
12184 * gdb.base/jit-attach-pie.exp: New file.
12185
6d61dee5
PA
121862016-09-28 Pedro Alves <palves@redhat.com>
12187
12188 * gdb.base/infcall-input.c: New file.
12189 * gdb.base/infcall-input.exp: New file.
12190
f73842fc
YQ
121912016-09-22 Yao Qi <yao.qi@linaro.org>
12192
12193 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
12194 (gdb_exit): Rename it to ...
12195 (gdbserver_gdb_exit): ... Close GDBserver.
12196 (gdb_exit): New proc, call gdbserver_gdb_exit.
12197 (mi_gdb_exit): Likewise.
12198
90681dab
YQ
121992016-09-22 Yao Qi <yao.qi@linaro.org>
12200
12201 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
12202 path.
12203 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
12204 Remove duplication.
12205
9c211fd8
YQ
122062016-09-22 Yao Qi <yao.qi@linaro.org>
12207
12208 * lib/gdbserver-support.exp: Check the existence of
12209 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
12210
ad0a504f
AK
122112016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
12212
12213 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
12214
36cf1806
TT
122152016-09-21 Tom Tromey <tom@tromey.com>
12216
12217 PR gdb/20604:
12218 * gdb.base/quit.exp: New file.
12219
74172ecf
SM
122202016-09-21 Simon Marchi <simon.marchi@ericsson.com>
12221
12222 * .gitignore: New file.
12223
3d0ec882
MR
122242016-09-21 Maciej W. Rozycki <macro@imgtec.com>
12225
12226 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
12227 throughout.
12228
8193adea
AA
122292016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
12230
12231 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
12232
d41a5c09
JK
122332016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
12234
12235 * gdb.cp/casts.cc (decltype): Move it ...
12236 (main): ... with its call to ...
12237 * gdb.cp/casts03.cc: ... a new file.
12238 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
12239
d2dfe700
JK
122402016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
12241
12242 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
12243
e2a92b16
PB
122442016-09-15 Peter Bergner <bergner@vnet.ibm.com>
12245
12246 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
12247 and sync up the test with tests in gas/testsuite/gas/ppc.
12248 * gdb.arch/powerpc-power.exp: Likewise.
12249
49b4de64
JK
122502016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
12251
12252 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
12253
2c29df25
SDJ
122542016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
12255 Jan Kratochvil <jan.kratochvil@redhat.com>
12256
12257 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
12258 make m1's definition to be different from m2's. Use 'dummy' as an
12259 argument for probe 'two'.
12260
cc3c2846
JB
122612016-09-10 Jon Beniston <jon@beniston.com>
12262
12263 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
12264 for sim target.
12265
e1b2624a
AA
122662016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
12267
12268 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
12269 variable declaration.
12270 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
12271 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
12272 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
12273 received HWCAP as its argument.
12274
4295e285
PA
122752016-09-06 Pedro Alves <palves@redhat.com>
12276
12277 * gdb.base/new-ui-pending-input.c: New file.
12278 * gdb.base/new-ui-pending-input.exp: New file.
12279 * gdb.exp (clear_gdb_spawn_id): New procedure.
12280 (with_spawn_id): Check whether gdb_spawn_id exists before
12281 referencing it. If gdb_spawn_id didn't exist on entry, clear it
12282 on exit.
12283
00d5215e
UW
122842016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
12285
12286 * gdb.base/float128.c: New file.
12287 * gdb.base/float128.exp: Likewise.
12288 * gdb.base/floatn.c: Likewise.
12289 * gdb.base/floatn.exp: Likewise.
12290
a9ff5f12
UW
122912016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
12292
12293 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
12294
f245535c
PA
122952016-09-05 Pedro Alves <palves@redhat.com>
12296
12297 PR backtrace/19927
12298 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
12299 unwinders are immediately called as side effect of "source" or
12300 "disable unwinder" commands.
12301 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
12302
ae9cf263
YQ
123032016-09-02 Yao Qi <yao.qi@linaro.org>
12304
12305 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
12306 is true and $type is "float" or "double".
12307
27aba047
YQ
123082016-09-02 Yao Qi <yao.qi@linaro.org>
12309
12310 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
12311 true.
12312 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
12313 * gdb.base/call-rt-st.exp: Likewise.
12314 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
12315 return value instead of gdb,skip_float_test.
12316 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
12317 (do_function_calls): Use its return value instead of
12318 gdb,skip_float_test.
12319 * gdb.base/finish.exp: Likewise.
12320 * gdb.base/funcargs.exp: Likewise.
12321 * gdb.base/return.exp: Likewise.
12322 * gdb.base/return2.exp: Likewise.
12323 * gdb.base/varargs.exp: Likewise.
12324 * lib/gdb.exp (gdb_skip_float_test): Change it to
12325 gdb_caching_proc. Detect the broken ptrace on arm-linux.
12326
5af962df
AA
123272016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
12328
12329 * gdb.multi/tids.exp: Test "thread apply all".
12330
7fac6910
JK
123312016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
12332
12333 * gdb.base/default.exp (tty): Remove.
12334
bb1fe4ac
KB
123352016-08-24 Kevin Buettner <kevinb@redhat.com>
12336
2806dc7e
PA
12337 * gdb.python/py-recurse-unwind.c: New file.
12338 * gdb.python/py-recurse-unwind.py: New file.
12339 * gdb.python/py-recurse-unwind.exp: New file.
bb1fe4ac 12340
0a1ddfa6
SM
123412016-08-24 Simon Marchi <simon.marchi@ericsson.com>
12342
12343 * gdb.base/set-inferior-tty.exp: New file.
12344 * gdb.base/set-inferior-tty.c: New file.
12345
d9de1fe3
PA
123462016-08-23 Pedro Alves <palves@redhat.com>
12347
12348 PR gdb/20494
12349 * gdb.base/new-ui-echo.c: New file.
12350 * gdb.base/new-ui-echo.exp: New file.
12351
e9d9abd7
YQ
123522016-08-23 Yao Qi <yao.qi@linaro.org>
12353
12354 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
12355 gdbserver_spawn.
12356 * gdb.server/connect-without-multi-process.exp (do_test):
12357 Likewise.
12358
3589529e
YQ
123592016-08-23 Yao Qi <yao.qi@linaro.org>
12360
12361 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
12362 standalone_txt. Delete gdb_txt and standalone_txt on host
12363 and target. Spawn the binary on target. Copy files from
12364 target to host.
12365
6bb90213
PA
123662016-08-22 Pedro Alves <palves@redhat.com>
12367
12368 PR gdb/20505
12369 * gdb.base/vdso-warning.exp: Test core dumps too. Use
12370 with_test_prefix. Factor out bits to ...
12371 (test_no_vdso): ... this new procedure.
12372
20c2c024
CL
123732016-08-19 Carl Love <cel@us.ibm.com>
12374
12375 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
12376 maintaining separate logic for constructing the output path.
12377 * gdb.arch/powerpc-d128-regs.exp: Likewise.
12378 * gdb.arch/ppc-dfp.exp: Likewise.
12379 * gdb.arch/ppc-fp.exp: Likewise.
12380 * gdb.arch/vsx-regs.exp: Likewise.
12381 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
12382 binprefix for generating the additional binary files.
12383
0646e07d
PA
123842016-08-19 Pedro Alves <palves@redhat.com>
12385
12386 * gdb.trace/mi-trace-frame-collected.exp
12387 (test_trace_frame_collected): On x32, expect two registers.
12388
46da9242
CL
123892016-08-18 Carl Love <cel@us.ibm.com>
12390
12391 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
12392 and sync up the test with tests in gas/testsuite/gas/ppc.
12393 * gdb.arch/powerpc-power.exp: Likewise.
12394
eb2332d7
SM
123952016-08-17 Simon Marchi <simon.marchi@ericsson.com>
12396
12397 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
12398 expected error message.
12399
63c61e04
SM
124002016-08-17 Simon Marchi <simon.marchi@ericsson.com>
12401
12402 * gdb.multi/remove-inferiors.exp: New file.
12403 * gdb.multi/remove-inferiors.c: New file.
12404
7b17065f
YQ
124052016-08-12 Yao Qi <yao.qi@linaro.org>
12406
12407 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
12408 argument list.
12409
01d3dedf
PA
124102016-08-10 Pedro Alves <palves@redhat.com>
12411
12412 PR gdb/19187
12413 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
12414 setup_kfails.
12415
3eb7562a
PA
124162016-08-09 Pedro Alves <palves@redhat.com>
12417 Simon Marchi <simon.marchi@ericsson.com>
12418
12419 PR gdb/20418
12420 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
12421 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
12422
80614914
PA
124232016-08-09 Pedro Alves <palves@redhat.com>
12424
12425 PR mi/20431
12426 * gdb.mi/mi-cmd-error.exp: New file.
12427
f348d89a
PA
124282016-08-09 Pedro Alves <palves@redhat.com>
12429
12430 PR gdb/18653
12431 * gdb.base/signals-state-child.c: New file.
12432 * gdb.base/signals-state-child.exp: New file.
12433 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
12434
e5ca03b4
PA
124352016-08-09 Pedro Alves <palves@redhat.com>
12436
12437 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
12438
282a0691
TT
124392016-08-03 Tom Tromey <tom@tromey.com>
12440
12441 PR python/18565:
12442 * gdb.python/py-frame-inline.exp: Add Frame.function test.
12443
41bfcd63
YQ
124442016-08-01 Yao Qi <yao.qi@linaro.org>
12445
12446 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
12447 variable mode to "multi-process" if $multi_process is 1, otherwise
12448 set it to "single-process".
12449
e3465b24
YQ
124502016-08-01 Yao Qi <yao.qi@linaro.org>
12451
12452 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
12453 * gdb.cp/cpexprs.exp: Likewise.
12454 * gdb.cp/m-static.exp: Likewise.
12455
0b31a4bc
TT
124562016-07-26 Tom Tromey <tom@tromey.com>
12457
12458 PR python/20190:
12459 * gdb.threads/tls.exp (check_thread_local): Add python symbol
12460 test.
12461
e0461dbb
MM
124622016-07-26 Markus Metzger <markus.t.metzger@intel.com>
12463
12464 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
12465 selecting assembly source files.
12466 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
12467 assembly source files.
12468 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
12469 assembly source files.
12470 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
12471 selecting assembly source files.
12472
8194e927
SM
124732016-07-25 Simon Marchi <simon.marchi@ericsson.com>
12474
12475 * gdb.base/new-ui.exp (do_test_invalid_args): New
12476 procedure.
12477
c0272db5
TW
124782016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
12479
12480 * gdb.btrace/reconnect.c: New file.
12481 * gdb.btrace/reconnect.exp: New file.
12482
e3487908
GKB
124832016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
12484
12485 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
12486 to test_catch_syscall_group.
12487 (test_catch_syscall_group): New.
12488
12df5c00
TT
124892016-07-21 Tom Tromey <tom@tromey.com>
12490
12491 * gdb.rust/simple.rs (main): Use empty struct expression.
12492 * gdb.rust/simple.exp: Add tests for empty struct expression.
12493
bae62ee2
YQ
124942016-07-21 Yao Qi <yao.qi@linaro.org>
12495
12496 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
12497 if gdb_skip_xml_test is true on some targets.
12498
b1b53fb3
YQ
124992016-07-21 Yao Qi <yao.qi@linaro.org>
12500
12501 * gdb.server/solib-list.exp: Unset last_loaded_file.
12502
027d97f8
JK
125032016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
12504
12505 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
12506 "step into captured_main (args)".
12507
7674d381
JK
125082016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
12509
12510 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
12511
72b5d099
JK
125122016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
12513
12514 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
12515
1f960ced
PA
125162016-07-19 Pedro Alves <palves@redhat.com>
12517
12518 * gdb.opt/inline-break.exp: Remove optimize=-O2.
12519 * gdb.opt/inline-bt.exp: Likewise.
12520 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
12521 additional_flags=-Winline.
12522 * gdb.opt/inline-locals.exp: Likewise.
12523 * gdb.opt/inline-markers.c (ATTR): Define.
12524 (inlined_fn): Use it.
12525
f25827c1
YQ
125262016-07-19 Yao Qi <yao.qi@linaro.org>
12527
12528 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
12529 (test_with_self): Remove some code. Remove argument executable.
12530 (top-level): Use do_self_tests.
12531
37539ebe
DB
125322016-07-15 Zachary Welch <zwelch@codesourcery.com>
12533 Don Breazeal <donb@codesourcery.com>
12534
12535 * gdb.base/maint.exp: Escape paths used in regular expressions.
12536 * gdb.stabs/weird.exp: Likewise.
12537
dac790e1
TT
125382016-07-13 Tom Tromey <tom@tromey.com>
12539
12540 PR python/15620, PR python/18620:
12541 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
12542 (test_bkpt_events): New procs.
12543
93daf339
TT
125442016-07-13 Tom Tromey <tom@tromey.com>
12545
12546 PR python/17698:
12547 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
12548 test.
12549 (test_watchpoints): Likewise.
12550 (test_bkpt_pending): New proc.
12551
6571a381
TT
125522016-07-13 Tom Tromey <tom@tromey.com>
12553
12554 PR cli/18053:
12555 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
12556 completion test.
12557
e8732474
JK
125582016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
12559
12560 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
12561 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
12562 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
12563 f_label.
12564 (g): Rename g_end_lbl to g_label.
12565 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
12566 low_pc and high_pc.
12567 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
12568
e0f3fd7c
TT
125692016-07-12 Tom Tromey <tom@tromey.com>
12570
12571 PR python/19293:
12572 * gdb.python/py-unwind-maint.exp: Update tests.
12573
3cfe46b6
YQ
125742016-07-12 Yao Qi <yao.qi@linaro.org>
12575
12576 * lib/selftest-support.exp (selftest_setup): Match the output
12577 when captured_main is inlined.
12578
4f19a0e6
WT
125792016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
12580
12581 * gdb.fortran/derived-types.exp (result_line, result_line_2):
12582 New variables.
12583 (print this%a, print this%b, print this): New tests.
12584 * gdb.fortran/derived-types.f90 (this): New object and
12585 initialization.
12586
986cf455
SM
125872016-07-06 Simon Marchi <simon.marchi@ericsson.com>
12588
12589 * gdb.ada/arraydim.exp: Remove extra directory level in build
12590 directory.
12591
f0464b23
SM
125922016-07-06 Simon Marchi <simon.marchi@ericsson.com>
12593
12594 * lib/ada.exp: Remove extra directory level in build directory.
12595 * gdb.ada/cond_lang.exp: Likewise.
12596 * gdb.ada/exec_changed.exp: Likewise.
12597 * gdb.ada/lang_switch.exp: Likewise.
12598
42d94011
MG
125992016-07-06 Manish Goregaokar <manish@mozilla.com>
12600
2806dc7e
PA
12601 * simple.rs: Add test for raw pointer subscripting.
12602 * simple.exp: Add test expectations.
42d94011 12603
647c264c
YQ
126042016-07-05 Yao Qi <yao.qi@linaro.org>
12605
12606 * gdb.mi/mi-reverse.exp: Match =record-started output.
12607
20aa2c60
PA
126082016-07-01 Pedro Alves <palves@redhat.com>
12609
12610 * gdb.base/jit-reader.exp (info_registers_current_frame): New
12611 procedure.
12612 (jit_reader_test): Test the jit reader's unwinder.
12613 * gdb.base/jithost.c (jit_function_00_code): New global.
12614 (main): Use memcpy to fill in the mmapped code, instead of poking
12615 bytes manually here.
12616 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
12617 value.
12618 (read_debug_info): Save the function's range.
12619 (read_sp): New function.
12620 (unwind_frame): Use it. Also unwind RBP.
12621 (get_frame_id): Use read_sp.
12622 (gdb_init_reader): Use calloc instead of malloc.
12623 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
12624 parameter. Use gdb_test_multiple.
12625
ced2dffb
PA
126262016-07-01 Pedro Alves <palves@redhat.com>
12627 Antoine Tremblay <antoine.tremblay@ericsson.com>
12628
12629 * gdb.threads/process-dies-while-detaching.c: New file.
12630 * gdb.threads/process-dies-while-detaching.exp: New file.
12631
63000888
PA
126322016-07-01 Pedro Alves <palves@redhat.com>
12633
12634 * gdb.multi/watchpoint-multi-exit.c: New file.
12635 * gdb.multi/watchpoint-multi-exit.exp: New file.
12636
038d4868
PA
126372016-06-30 Pedro Alves <palves@redhat.com>
12638
12639 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
12640 unset inferior_spawn_id.
12641
994e9c83
PA
126422016-06-30 Pedro Alves <palves@redhat.com>
12643
12644 * lib/mi-support.exp (default_mi_gdb_start): Declare global
12645 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
12646
e5653468
YQ
126472016-06-29 Yao Qi <yao.qi@linaro.org>
12648
12649 * gdb.base/return.c: Add copyright header.
12650
803b47e5
TT
126512016-06-29 Tom Tromey <tom@tromey.com>
12652
12653 PR python/20129:
12654 * gdb.python/py-framefilter.exp: Add tests for setting priority
12655 and disabling of non-existent frame filter.
12656
28244707
YQ
126572016-06-29 Yao Qi <yao.qi@linaro.org>
12658
12659 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
12660 0x0f07ff.
12661
a31d2f06
YQ
126622016-06-28 Yao Qi <yao.qi@linaro.org>
12663
12664 * gdb.base/catch-syscall.exp: Remove check on isnative and target
12665 triplets. Start gdb, execute catch syscall, and continue. Check
12666 gdb's output to determine catch syscall is supported.
12667
921d8f54
MG
126682016-06-27 Manish Goregaokar <manish@mozilla.com>
12669
25d49b86
PA
12670 * gdb.rust/simple.rs: Add test for returning unit in a function.
12671 * gdb.rust/simple.exp: Add expectation for functions returning
12672 unit.
921d8f54 12673
f4952523
PMR
126742016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
12675
12676 * gdb.python/py-breakpoint-create-fail.c,
12677 gdb.python/py-breakpoint-create-fail.exp,
12678 gdb.python/py-breakpoint-create-fail.py: New testcase.
12679
fccb08f8
MG
126802016-06-25 Manish Goregaokar <manish@mozilla.com>
12681
12682 PR gdb/20239
12683 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
25d49b86
PA
12684 * gdb.rust/simple.exp: Add test expectations for new NonZero
12685 tests.
fccb08f8 12686
6b850546
DT
126872016-06-24 David Taylor <dtaylor@emc.com>
12688
12689 * gdb.base/offsets.exp: New file.
12690 * gdb.base/offsets.c: New file.
12691
17621150
TT
126922016-06-23 Tom Tromey <tom@tromey.com>
12693
12694 PR gdb/16483:
12695 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
12696 before any filters are loaded.
12697
04d59df6
WT
126982016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
12699
12700 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
12701 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
12702 structs.
12703 * gdb.fortran/derived-type-function.exp: New file.
12704 * gdb.fortran/derived-type-function.f90: New file.
12705
12706
ac69f786
PA
127072016-06-21 Pedro Alves <palves@redhat.com>
12708
12709 * gdb.base/new-ui.exp: New file.
12710 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
12711 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
12712 (with_spawn_id): New procedure.
12713
49940788
PA
127142016-06-21 Pedro Alves <palves@redhat.com>
12715
12716 * gdb.mi/mi-exec-run.exp: New file.
12717
ef274d26
PA
127182016-06-21 Pedro Alves <palves@redhat.com>
12719
12720 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
12721 breakpoint command's output on the main UI.
12722 (test_break): New procedure, factored out from calls in the top
12723 level.
12724 (top level): Use foreach_with_prefix to test MI as main UI and as
12725 separate UI.
12726
468afe6c
PA
127272016-06-21 Pedro Alves <palves@redhat.com>
12728
12729 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
12730 (test_awatch_creation_and_listing)
12731 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
12732 Remove 'type' parameter.
12733 (test_watchpoint_all): New parameter mi_mode. Remove
12734 with_test_prefix.
12735 (top level): Use foreach_with_prefix, and add main/separate UI MI
12736 testing axis.
12737
51f77c37
PA
127382016-06-21 Pedro Alves <palves@redhat.com>
12739
12740 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
12741 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
12742 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
12743 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
12744 (gdb_main_spawn_id, mi_spawn_id): Declare and
12745 comment.
12746 (mi_create_inferior_pty): New procedure,
12747 factored out from default_mi_gdb_start.
12748 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
12749 procedures.
12750 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
12751 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
12752 Use mi_create_inferior_pty.
12753 (mi_gdb_start): Use eval to pass down args list.
12754
8980e177
PA
127552016-06-21 Pedro Alves <palves@redhat.com>
12756
12757 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
12758 * gdb.opt/inline-cmds.exp: Add MI tests.
12759
f38d3ad1
PA
127602016-06-21 Pedro Alves <palves@redhat.com>
12761
12762 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
12763
45db7c09
PA
127642016-06-21 Pedro Alves <palves@redhat.com>
12765
12766 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
12767 (top level): Use it instead of mi_execute_to.
12768
5a069ab3
PA
127692016-06-21 Pedro Alves <palves@redhat.com>
12770
12771 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
12772 (cont_handler_str): New.
12773 (signal_stop_handler): Set stop_handler_str instead of printing to
12774 stdout.
12775 (continue_handler): Set cont_handler_str instead of printing to
12776 stdout.
12777 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
12778 mi_send_resuming_command. Print stop_handler_str and
12779 cont_handler_str instead of expecting the python events print
12780 directly.
12781
2838cc1d
SD
127822016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
12783
12784 * gdb.base/jit-reader.exp: New file.
12785 * gdb.base/jithost.c: New file.
12786 * gdb.base/jithost.h: New file.
12787 * gdb.base/jitreader.c : New file.
12788 * gdb.base/jit-protocol.h: New file.
12789
21a77091
YQ
127902016-06-17 Yao Qi <yao.qi@linaro.org>
12791
12792 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
12793 parameters follow_fork and detach_on_fork. Set follow-fork-mode
12794 and detach-on-fork. Adjust tests.
12795 (top level): Invoke break_cond_on_syscall with combinations of
12796 syscall, follow-fork-mode and detach-on-fork.
12797
f50bf8e5
YQ
127982016-06-17 Yao Qi <yao.qi@linaro.org>
12799
12800 * gdb.base/step-over-exit.c: New.
12801 * gdb.base/step-over-exit.exp: New.
12802
a28d8e50
YTL
128032016-06-17 Yan-Ting Lin <currygt52@gmail.com>
12804
12805 * gdb.base/float.exp: Add target check for nds32*-*-*.
12806 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
12807
cad8e26d
AB
128082016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
12809
12810 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
12811 for unsupported target features.
12812 * gdb.base/call-rt-st.exp: Likewise.
12813 * gdb.base/call-sc.exp: Likewise.
12814 * gdb.base/call-signal-resume.exp: Likewise.
12815 * gdb.base/call-strs.exp: Likewise.
12816 * gdb.base/callexit.exp: Likewise.
12817 * gdb.base/callfuncs.exp: Likewise.
12818 * gdb.base/nodebug.exp: Likewise.
12819 * gdb.base/printcmds.exp: Likewise.
12820 * gdb.base/ptype.exp: Likewise.
12821 * gdb.base/structs.exp: Likewise.
12822 * gdb.base/unwindonsignal.exp: Likewise.
12823 * gdb.cp/gdb2495.exp: Likewise.
12824 * gdb.cp/templates.exp: Likewise.
12825 * gdb.cp/virtfunc.exp: Likewise.
12826 * gdb.threads/hand-call-in-threads.exp: Likewise.
12827 * gdb.threads/interrupted-hand-call.exp: Likewise.
12828 * gdb.threads/thread-unwindonsignal.exp: Likewise.
12829
347dc102
TT
128302016-06-10 Tom Tromey <tom@tromey.com>
12831
12832 PR rust/20110:
12833 * gdb.rust/expr.exp: Add test for integer constant larger than
12834 i32.
12835
5e13cf25
BH
128362016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
12837
12838 * gdb.fortran/nested-funcs.exp: New.
12839 * gdb.fortran/nested-funcs.f90: New.
12840
bb556f1f
TK
128412016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
12842
12843 * gdb.base/examine-backward.c: New file.
12844 * gdb.base/examine-backward.exp: New file.
12845
38b022b4
SM
128462016-06-06 Simon Marchi <simon.marchi@ericsson.com>
12847
12848 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
12849 matching.
12850
1b40ec05
TT
128512016-06-02 Tom Tromey <tom@tromey.com>
12852
12853 PR python/18984:
12854 * gdb.python/py-shared.exp: Add solib_name test.
12855
193bd378
SM
128562016-06-02 Simon Marchi <simon.marchi@ericsson.com>
12857
12858 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
12859
3326303b
MG
128602016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
12861
12862 PR c++/19893
12863 * gdb.dwarf2/implref.exp: Rename to...
12864 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
12865 * gdb.dwarf2/implref-array.c: New file.
12866 * gdb.dwarf2/implref-array.exp: Likewise.
12867 * gdb.dwarf2/implref-global.c: Likewise.
12868 * gdb.dwarf2/implref-global.exp: Likewise.
12869 * gdb.dwarf2/implref-struct.c: Likewise.
12870 * gdb.dwarf2/implref-struct.exp: Likewise.
12871
825c8ef2
AT
128722016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
12873
12874 * gdb.trace/trace-condition.exp: Add 64bit tests.
12875
2320162a
AT
128762016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
12877
12878 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
12879 bits types.
12880 (main): Adapt to 8 to 64 bits types.
12881 * gdb.trace/trace-condition.exp: Add new tests.
12882
a7818233
AT
128832016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
12884
12885 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
12886
0d336466
AT
128872016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
12888
12889 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
12890 Move condition tests...
12891 * gdb.trace/trace-condition.exp: Here.
12892
7faeb45a
AT
128932016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
12894
12895 * gdb.trace/trace-condition.exp: Add counter-case tests.
12896
e385593e
JK
128972016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
12898
12899 PR c++/15231
12900 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
12901 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
12902
744608cc
PA
129032016-05-27 Pedro Alves <palves@redhat.com>
12904
12905 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
12906 New procedure.
12907 (top level): Call it, and bail out of DejaGnu is known to be bad.
12908
ac775bf4
AB
129092016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
12910
12911 * gdb.base/whatis.c: Extend the test case.
12912 * gdb.base/whatis.exp: Add additional tests.
12913
2bbad2ea
BH
129142016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
12915
12916* gdb.fortran/type.f90: Add pointer variable.
12917* gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
12918
8b70175d
BH
129192016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
12920
12921 * gdb.fortran/vla-type.exp: Fix testcase name.
12922
86d8a848
BH
129232016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
12924
12925 * gdb.fortran/vla-type.exp: Access elements in nested structs.
12926
e188eb36
BH
129272016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
12928
12929 * gdb.fortran/type.f90: Add nested structures.
12930 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
12931 * gdb.fortran/derived-type.exp: Adapt expected output.
12932 * gdb.fortran/vla-type.exp: Adapt expected output.
12933
9b2db1fd
BH
129342016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
12935
12936 * gdb.fortran/whatis_type.exp: Adapt expected output.
12937
72b17055
BH
129382016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
12939
12940 * gdb.fortran/print_type.exp: Fix expected output.
12941 * gdb.fortran/whatis_type.exp: Fix expected output.
12942
3cd81d8d
BH
129432016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
12944
12945 * gdb.fortran/whatis_type.exp: Use multi_line.
12946
ddae9462
TT
129472016-05-24 Tom Tromey <tom@tromey.com>
12948
12949 PR python/17386:
12950 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
12951 use value as an index.
12952
1957f6b8
TT
129532016-05-23 Tom Tromey <tom@tromey.com>
12954
12955 PR python/17981:
12956 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
12957 no-breakpoint case.
12958
026a9174
PA
129592016-05-24 Pedro Alves <palves@redhat.com>
12960
12961 PR gdb/19828
12962 * gdb.threads/clone-attach-detach.c: New file.
12963 * gdb.threads/clone-attach-detach.exp: New file.
12964
e70a7231
FR
129652016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
12966
12967 * gdb.base/annota-input-while-running.exp: Fix syntax error.
12968
0f6ed0e0
TT
129692016-05-23 Tom Tromey <tom@tromey.com>
12970
12971 PR python/19438, PR python/18393:
12972 * gdb.python/py-progspace.exp: Add "dir" test.
12973 * gdb.python/py-objfile.exp: Add "dir" test.
12974
ffd19d61
YQ
129752016-05-23 Yao Qi <yao.qi@linaro.org>
12976
12977 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
12978 * gdb.arch/thumb2-it.exp: Likewise.
12979
9e8f9b05
SM
129802016-05-18 Simon Marchi <simon.marchi@ericsson.com>
12981
12982 * gdb.mi/mi-threads-interrupt.c: New file.
12983 * gdb.mi/mi-threads-interrupt.exp: New file.
12984
61c6156d
SM
129852016-05-17 Simon Marchi <simon.marchi@ericsson.com>
12986
12987 PR gdb/18077
12988 * gdb.mi/mi-async-run.exp: New file.
12989 * gdb.mi/mi-async-run.c: New file.
12990
67218854
TT
129912016-05-17 Tom Tromey <tom@tromey.com>
12992 Manish Goregaokar <manishsmail@gmail.com>
12993
12994 * lib/rust-support.exp: New file.
12995 * lib/gdb.exp (skip_rust_tests): New proc.
12996 (build_executable_from_specs): Handle rust.
12997 * lib/future.exp (gdb_find_rustc): New proc.
12998 (gdb_default_target_compile): Handle rust.
12999 * gdb.rust/expr.exp: New file.
13000 * gdb.rust/generics.exp: New file.
13001 * gdb.rust/generics.rs: New file.
13002 * gdb.rust/methods.exp: New file.
13003 * gdb.rust/methods.rs: New file.
13004 * gdb.rust/modules.exp: New file.
13005 * gdb.rust/modules.rs: New file.
13006 * gdb.rust/simple.exp: New file.
13007 * gdb.rust/simple.rs: New file.
13008
c44af4eb
TT
130092016-05-17 Tom Tromey <tom@tromey.com>
13010
13011 * gdb.base/default.exp (set language): Add rust.
13012
dcd1f979
TT
130132016-05-17 Tom Tromey <tom@tromey.com>
13014
13015 * gdb.gdb/unittest.exp: New file.
13016
155b7f57
YQ
130172016-05-16 Yao Qi <yao.qi@linaro.org>
13018
13019 * gdb.base/batch-preserve-term-settings.exp: Remove variable
13020 shell_prompt. Update shell_prompt_re.
13021
8ddd5a6c
DE
130222016-05-12 Doug Evans <dje@google.com>
13023
13024 PR symtab/19999
13025 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
13026 $options when building executable.
13027 * gdb.dwarf2/fission-loclists-pie.S: New file.
13028 * gdb.dwarf2/fission-loclists-pie.exp: New file.
13029
02e370d9
SM
130302016-05-04 Simon Marchi <simon.marchi@ericsson.com>
13031
13032 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
13033 of [is_remote target],
13034
8929ad8b
SM
130352016-05-04 Simon Marchi <simon.marchi@ericsson.com>
13036
13037 * lib/gdb.exp (use_gdb_stub): New procedure.
13038
6c447423
DE
130392016-05-03 Yunlian Jiang <yunlian@google.com>
13040 Doug Evans <dje@google.com>
13041
13042 PR symtab/19914
13043 * gdb.dwarf2/dwp-sepdebug.c: New file.
13044 * gdb.dwarf2/dwp-sepdebug.exp: New file.
13045
444e826c
SM
130462016-05-02 Simon Marchi <simon.marchi@ericsson.com>
13047
13048 * gdb.base/detach.exp: Remove is_remote check.
13049
740feeaa
SM
130502016-05-02 Simon Marchi <simon.marchi@ericsson.com>
13051
13052 * gdb.base/annota-input-while-running.exp: Don't check for
13053 [is_remote target]. Enable annotations after running to main.
13054 Remove unused "set test..." line.
13055
9080ac9d
SM
130562016-04-28 Simon Marchi <simon.marchi@ericsson.com>
13057
13058 * gdb.trace/trace-enable-disable.exp: New file.
13059 * gdb.trace/trace-enable-disable.c: New file.
13060
952ebca5
SM
130612016-04-28 Simon Marchi <simon.marchi@ericsson.com>
13062
13063 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
13064 use it in info sharedlibrary test.
13065 * gdb.trace/ftrace-lock.exp: Likewise.
13066 * gdb.trace/ftrace.exp: Likewise.
13067 * gdb.trace/range-stepping.exp: Likewise.
13068 * gdb.trace/trace-break.exp: Likewise.
13069 * gdb.trace/trace-condition.exp: Likewise.
13070 * gdb.trace/trace-mt.exp: Likewise.
13071
d9019901
SM
130722016-04-27 Simon Marchi <simon.marchi@ericsson.com>
13073
13074 * lib/gdb.exp (gdb_load_shlibs): Rename to...
13075 (gdb_load_shlib): ... this.
13076 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
13077 gdb_load_shlib.
13078 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
13079 * gdb.base/ctxobj.exp: Likewise.
13080 * gdb.base/dprintf-pending.exp: Likewise.
13081 * gdb.base/dso2dso.exp: Likewise.
13082 * gdb.base/fixsection.exp: Likewise.
13083 * gdb.base/gcore-relro.exp: Likewise.
13084 * gdb.base/gdb1555.exp: Likewise.
13085 * gdb.base/global-var-nested-by-dso.exp: Likewise.
13086 * gdb.base/gnu-ifunc.exp: Likewise.
13087 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
13088 * gdb.base/jit-so.exp (one_jit_test): Likewise.
13089 * gdb.base/pending.exp: Likewise.
13090 * gdb.base/print-file-var.exp: Likewise.
13091 * gdb.base/print-symbol-loading.exp: Likewise.
13092 * gdb.base/shlib-call.exp: Likewise.
13093 * gdb.base/shreloc.exp: Likewise.
13094 * gdb.base/so-impl-ld.exp: Likewise.
13095 * gdb.base/solib-disc.exp: Likewise.
13096 * gdb.base/solib-nodir.exp: Likewise.
13097 * gdb.base/solib-overlap.exp: Likewise.
13098 * gdb.base/solib-symbol.exp: Likewise.
13099 * gdb.base/solib-weak.exp (do_test): Likewise.
13100 * gdb.base/sym-file.exp: Likewise.
13101 * gdb.base/symtab-search-order.exp: Likewise.
13102 * gdb.base/type-opaque.exp: Likewise.
13103 * gdb.base/unload.exp: Likewise.
13104 * gdb.base/watchpoint-solib.exp: Likewise.
13105 * gdb.compile/compile.exp: Likewise.
13106 * gdb.cp/gdb2384.exp: Likewise.
13107 * gdb.cp/infcall-dlopen.exp: Likewise.
13108 * gdb.cp/re-set-overloaded.exp: Likewise.
13109 * gdb.fortran/library-module.exp: Likewise.
13110 * gdb.opt/solib-intra-step.exp: Likewise.
13111 * gdb.python/py-finish-breakpoint.exp: Likewise.
13112 * gdb.python/py-shared.exp: Likewise.
13113 * gdb.reverse/solib-precsave.exp: Likewise.
13114 * gdb.reverse/solib-reverse.exp: Likewise.
13115 * gdb.server/solib-list.exp: Likewise.
13116 * gdb.threads/dlopen-libpthread.exp: Likewise.
13117 * gdb.threads/tls-shared.exp: Likewise.
13118 * gdb.threads/tls-so_extern.exp: Likewise.
13119 * gdb.trace/change-loc.exp: Likewise.
13120 * gdb.trace/ftrace-lock.exp: Likewise.
13121 * gdb.trace/ftrace.exp: Likewise.
13122 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
13123 * gdb.trace/pending.exp: Likewise.
13124 * gdb.trace/range-stepping.exp: Likewise.
13125 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
13126 (strace_info_marker): Likewise.
13127 (strace_probe_marker): Likewise.
13128 (strace_trace_on_same_addr): Likewise.
13129 (strace_trace_on_diff_addr): Likewise.
13130 * gdb.trace/trace-break.exp: Likewise.
13131 * gdb.trace/trace-condition.exp: Likewise.
13132 * gdb.trace/trace-mt.exp: Likewise.
13133
fca4cfd9
SM
131342016-04-27 Simon Marchi <simon.marchi@ericsson.com>
13135
13136 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
13137 result of gdb_remote_download.
13138 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
13139 * gdb.base/dso2dso.exp: Likewise.
13140 * gdb.base/global-var-nested-by-dso.exp: Likewise.
13141 * gdb.base/print-file-var.exp: Likewise.
13142 * gdb.base/shlib-call.exp: Likewise.
13143 * gdb.base/shreloc.exp: Likewise.
13144 * gdb.base/solib-overlap.exp: Likewise.
13145 * gdb.base/solib-weak.exp (do_test): Likewise.
13146 * gdb.base/unload.exp: Likewise.
13147
11cf4ffb
YQ
131482016-04-27 Yao Qi <yao.qi@linaro.org>
13149
13150 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
13151 exists.
13152
3e2e34f8
KB
131532016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
13154
13155 * vla-type.exp: Print structure from toplevel.
13156
8f07e298
BH
131572016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
13158
13159 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
13160 of dynamic types.
13161 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
13162 of dynamic types.
13163
9920b434
BH
131642016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
13165
13166 * gdb.fortran/vla-type.f90: New file.
13167 * gdb.fortran/vla-type.exp: New file.
13168
f3abeff5
YQ
131692016-04-25 Yao Qi <yao.qi@linaro.org>
13170
13171 * gdb.base/branch-to-self.c: New file.
13172 * gdb.base/branch-to-self.exp: New file.
13173
0a5d52f0
YQ
131742016-04-22 Yao Qi <yao.qi@linaro.org>
13175
13176 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
13177 more after $hex.
13178
495346f6
YQ
131792016-04-22 Yao Qi <yao.qi@linaro.org>
13180
13181 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
13182 * gdb.base/annota3.exp: Likewise.
13183
4a7e075c
YQ
131842016-04-22 Yao Qi <yao.qi@linaro.org>
13185
13186 * gdb.reverse/step-precsave.exp: Do one step and test program
13187 stops in "callee" and do multiple steps until program goes out
13188 of "callee".
13189 * gdb.reverse/step-reverse.exp: Likewise.
13190
5b061e98
YQ
131912016-04-22 Yao Qi <yao.qi@linaro.org>
13192
13193 * gdb.trace/signal.exp: Also pass if
13194 $tracepoint_hits($i) > $iterations.
13195
5c5dc57f
YQ
131962016-04-22 Yao Qi <yao.qi@linaro.org>
13197
13198 * gdb.trace/signal.c: New file.
13199 * gdb.trace/signal.exp: New file.
13200
a55411b9
DE
132012016-04-19 Doug Evans <xdje42@gmail.com>
13202
13203 * gdb.base/bad-file.exp: New file.
13204
a22df60a
MG
132052016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
13206
13207 * gdb.dwarf2/implref.exp: New file.
13208
0c13f7e5
BH
132092016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
13210
13211 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
13212 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
13213 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
13214 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
13215 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
13216 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
13217 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
13218 * lib/fortran.exp (fortran_int4): New procedure.
13219 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
13220 (fortran_logical4): Likewise.
13221
9b9b09e9
BH
132222016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
13223
13224 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
13225
a14d1f4d
BH
132262016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
13227
13228 * lib/compiler.c: Add Intel specific preprocessor macros.
13229 * lib/compiler.cc: Likewise.
25d49b86 13230
7d49b1d0
LM
132312016-04-13 Luis Machado <lgustavo@codesourcery.com>
13232
13233 * gdb.server/connect-with-no-symbol-file.c: New file.
13234 * gdb.server/connect-with-no-symbol-file.exp: New file.
13235
8392fa22
SM
132362016-04-13 Simon Marchi <simon.marchi@ericsson.com>
13237
13238 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
13239
8c4c4aeb
SM
132402016-04-13 Simon Marchi <simon.marchi@ericsson.com>
13241
13242 * boards/gdbserver-base.exp (${board}_download): Copy source file to
13243 standard output directory.
13244
45e3745e
AT
132452016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
13246
13247 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
13248
e26b7e41
MM
132492016-04-13 Markus Metzger <markus.t.metzger@intel.com>
13250
13251 * gdb.btrace/instruction_history.c (loop): Add declaration.
13252
8ce09462
AT
132532016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
13254
13255 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
13256
2e88a1ea
SM
132572016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
13258
13259 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
13260 parentheses to print.
13261 (continue_handler): Likewise.
13262
f48e22e3
SM
132632016-04-08 Simon Marchi <simon.marchi@ericsson.com>
13264
13265 * gdb.server/solib-list.exp: Remove is_remote check.
13266 Pass shlib= to gdb_compile. Don't link shared library with
13267 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
13268 Run binary filename through "readlink -f" on the target.
13269
096be756
PA
132702016-04-08 Pedro Alves <palves@redhat.com>
13271
13272 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
13273 interpreter filename as argument to gdbserver_spawn.
13274 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
13275 Return empty if $last_loaded_file does not exist.
13276
06500533
JK
132772016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
13278
13279 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
13280 * gdb.base/jit-main.c: Use exit after usage.
13281
2d35e871
JK
132822016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
13283
13284 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
13285 GDBHISTSIZE prior to the tests.
13286 * gdb.base/gdbinit-history.exp: Likewise.
13287
132882016-04-07 Pedro Alves <palves@redhat.com>
9553661a
PA
13289
13290 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
13291 instead of build_executable. Use gdb_load_shlibs.
13292
c8064e7e
YQ
132932016-04-07 Yao Qi <yao.qi@linaro.org>
13294
13295 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
13296 Execute "si" command.
13297
bde47561
YQ
132982016-04-07 Yao Qi <yao.qi@linaro.org>
13299
13300 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
13301 number instead of the comments on some line.
13302
b16f8a3b
DB
133032016-04-06 Don Breazeal <donb@codesourcery.com>
13304
13305 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
13306 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
13307
c2f901df
SM
133082016-04-06 Simon Marchi <simon.marchi@ericsson.com>
13309
13310 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
13311 standard_output_file. Remove unused binfile variable.
13312
ac17fda0
CU
133132016-04-05 Catalin Udma <catalin.udma@freescale.com>
13314
13315 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
13316 * gdb.python/py-mi-objfile.exp: Match "list main" output
13317 in console format.
13318
03a8c4df
SM
133192016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
13320
13321 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
13322 absolute.
13323
6e774b13
SM
133242016-04-05 Simon Marchi <simon.marchi@ericsson.com>
13325
13326 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
13327 absolute.
13328 * gdb.trace/ftrace.exp: Likewise.
13329 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
13330 targets as well.
13331 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
13332 (gdb_load_shlibs): Copy libraries to test directory when testing
13333 natively. Only set solib-search-path if testing remotely.
13334 * lib/mi-support.exp (mi_load_shlibs): Likewise.
13335
7817ea46
SM
133362016-04-05 Simon Marchi <simon.marchi@ericsson.com>
13337
13338 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
13339 gdb_download. Use it even if the target is not remote.
13340 * gdb.base/jit.exp (compile_jit_test): Likewise.
13341 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
13342 output directory if the destination board is local, otherwise use
13343 the standard remote_download from DejaGnu.
13344 (gdb_download): Remove.
13345 (gdb_load_shlibs): Use gdb_remote_download instead of
13346 gdb_download.
13347 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
13348 Use gdb_remote_download instead of gdb_download. Use it even if
13349 the target is not remote.
13350 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
13351 instead of gdb_download.
13352
7beb7f68
SM
133532016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
13354
13355 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
13356 (test_insert_delete_modify): Call mi_load_shlibs before trying to
13357 run.
13358
cc63428a
AV
133592016-04-01 Artemiy Volkov <artemiyv@acm.org>
13360
13361 PR gdb/19820
13362 * gdb.base/printcmds.exp: Add artificial arrays tests.
13363
64cdf930
PA
133642016-03-31 Pedro Alves <palves@redhat.com>
13365
13366 PR gdb/19858
13367 * gdb.base/jit-main.c: Include unistd.h.
13368 (ATTACH): Define to 0 if not already defined.
13369 (wait_for_gdb, mypid): New globals.
13370 (WAIT_FOR_GDB): New macro.
13371 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
13372 some breakpoint locations.
13373 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
13374 New procedures.
13375 (one_jit_test): Add REATTACH parameter, and handle it. Use
13376 continue_to_test_location.
13377 (top level): Test attach, and adjusts calls to one_jit_test.
13378
40dea8cb
PA
133792016-03-31 Pedro Alves <palves@redhat.com>
13380
13381 PR gdb/19858
13382 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
13383 BINSUFFIX parameter, and handle it.
13384 (top level): Adjust calls compile_jit_test.
13385
e7ea3ec7
CU
133862016-03-31 Catalin Udma <catalin.udma@freescale.com>
13387
13388 PR python/19743
13389 * gdb.python/py-mi-events-gdb.py: New file.
13390 * gdb.python/py-mi-events.c: New file.
13391 * gdb.python/py-mi-events.exp: New file.
13392
e6359af3
YQ
133932016-03-30 Yao Qi <yao.qi@linaro.org>
13394
13395 * gdb.reverse/until-precsave.exp: Match function name only.
13396 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
13397 Move malloc to a condition block.
13398 * gdb.reverse/until-reverse.exp: Match function name only.
13399
a4105d04
MK
134002016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
13401
13402 * gdb.trace/ftrace.exp: Set arg0exp for s390.
13403 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
13404 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
13405 variable for GPR 0 instead of assuming it is register 0.
13406 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
13407 * lib/trace-support.exp: Add s390 registers.
13408
bfa6adb9
YQ
134092016-03-29 Yao Qi <yao.qi@linaro.org>
13410
13411 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
13412
1e6697ea
YQ
134132016-03-24 Yao Qi <yao.qi@linaro.org>
13414
13415 * gdb.reverse/break-reverse.exp: Add quotation mark in the
13416 test message.
13417
64bcd522
AA
134182016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
13419
13420 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
13421 maintaining separate logic for constructing the output path.
13422
7868401b
DB
134232016-03-16 Don Breazeal <donb@codesourcery.com>
13424
13425 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
13426 Retry fork and waitpid on interrupted system call errors.
13427 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
13428 Use with_timeout_factor to increase timeout by factor of 10.
13429
1cafadb4
DB
134302016-03-15 Don Breazeal <donb@codesourcery.com>
13431
13432 * gdb.cp/scope-err.cc: New test program.
13433 * gdb.cp/scope-err.exp: New test script.
13434 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
13435 lines and "set breakpoint here" comment.
13436 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
13437 Fixed some whitespace and format issues.
13438 * gdb.mi/mi-linespec-err-cp.cc: New test program.
13439 * gdb.mi/mi-linespec-err-cp.exp: New test script.
13440
81516450
DE
134412016-03-15 Doug Evans <dje@google.com>
13442
13443 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
13444 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
13445 All callers updated. Add tests for enums, mixed flags register.
13446
aa52b601
DE
134472016-03-15 Doug Evans <dje@google.com>
13448
13449 * gdb.base/skip.c (main): Call test_skip_file_and_function.
13450 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
13451
fa4ff313
SM
134522016-03-14 Simon Marchi <simon.marchi@ericsson.com>
13453
13454 * gdb.base/default.exp: Add $_as_string to the list of expected
13455 convenience functions.
13456
f2403c39
AB
134572016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
13458
13459 * gdb.base/maint.exp: New tests for 'maint info line-table'.
13460
f2f3ccb9
SM
134612016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
13462
13463 * gdb.python/py-as-string.exp: New file.
13464 * gdb.python/py-as-string.c: New file.
13465
00dbd492
PA
134662016-03-09 Pedro Alves <palves@redhat.com>
13467
13468 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
13469 signal" -> "Thread NN received signal" output change.
13470 * gdb.threads/ia64-sigill.exp: Likewise.
13471 * gdb.threads/linux-dp.exp: Likewise.
13472 * gdb.threads/manythreads.exp: Likewise.
13473 * gdb.threads/pending-step.exp: Likewise.
13474 * gdb.threads/print-threads.exp: Likewise.
13475 * gdb.threads/sigstep-threads.exp: Likewise.
13476 * gdb.threads/staticthreads.exp: Likewise.
13477 * gdb.threads/tls.exp: Likewise.
13478
1e6697ea
YQ
134792016-03-09 Pedro Alves <palves@redhat.com>
13480
13481 * gdb.base/command-line-input.exp: New file.
13482
b04fd3be
MK
134832016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
13484
13485 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
13486 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
13487 * gdb.trace/pending.exp: Accept leading dot before function name.
13488 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
13489 * lib/trace-support.exp: Set registers for ppc.
13490
98fa59e9
MK
134912016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
13492
13493 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
13494 use it for disassembly; accept .main in addition to main in backtrace.
13495
f77198c8
MK
134962016-03-09 Wei-cheng Wang <cole945@gmail.com>
13497 Marcin Kościelnicki <koriakin@0x04.net>
13498
13499 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
13500 (gdb_recursion_test_ptr): New global variable.
13501 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
13502 gdb_recursion_test.
13503 (gdb_c_test): Ditto.
13504
ba84e0da
MK
135052016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
13506
13507 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
13508 ordering.
13509
4366d36e
MK
135102016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
13511
13512 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
13513 (bar): Add bar_start_lbl label.
13514 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
13515 of foo/bar for emitting DWARF and tracing.
13516
5eb264df
SDJ
135172016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
13518
13519 * analyze-racy-logs.py: Set executable bit.
13520
fb6a751f
SDJ
135212016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
13522
13523 * Makefile.in (DEFAULT_RACY_ITER): New variable.
13524 (CHECK_TARGET_TMP): Likewise.
13525 (check-single-racy): New rule.
13526 (check-parallel-racy): Likewise.
13527 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
13528 (do-check-parallel-racy): New rule.
13529 (check-racy/%.exp): Likewise.
13530 * README (Racy testcases): New section.
13531 * analyze-racy-logs.py: New file.
13532
bdf7e230
DE
135332016-03-03 Doug Evans <dje@google.com>
13534
13535 * gdb.base/skip.exp: Use with_test_prefix.
13536
4719d415
YQ
135372016-03-03 Yao Qi <yao.qi@linaro.org>
13538
13539 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
13540 Invoke step_over_syscall "clone" and break_cond_on_syscall
13541 "clone".
13542 * gdb.base/step-over-clone.c: New file.
13543
ea507862
YQ
135442016-03-03 Yao Qi <yao.qi@linaro.org>
13545
13546 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
13547 code format.
13548
8fc8cbda
YQ
135492016-03-03 Yao Qi <yao.qi@linaro.org>
13550
13551 * gdb.base/disp-step-fork.c: Rename to ...
13552 * gdb.base/step-over-fork.c: ... it. New file.
13553 * gdb.base/disp-step-vfork.c: Rename to ...
13554 * gdb.base/step-over-vfork.c: ... it. New file.
13555 * gdb.base/disp-step-syscall.exp: Rename to ...
13556 * gdb.base/step-over-syscall.exp: ... it. New file.
13557 (disp_step_cross_syscall): Rename to ...
13558 (step_over_syscall): ... it.
13559
92fa70b0
YQ
135602016-03-03 Yao Qi <yao.qi@linaro.org>
13561
13562 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
13563 If target supports condition evaluation on target, invoke
13564 break_cond_on_syscall for fork and vfork.
13565
e197ad3c
YQ
135662016-03-03 Yao Qi <yao.qi@linaro.org>
13567
13568 * gdb.base/disp-step-syscall.exp: Don't invoke
13569 support_displaced_stepping.
13570 (disp_step_cross_syscall): Test with displaced stepping off and
13571 on if supported.
13572
0b47da9f
YQ
135732016-03-03 Yao Qi <yao.qi@linaro.org>
13574
13575 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
13576 proc.
13577 (setup): New proc.
13578 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
13579 and setup.
13580
065ab6dc
BH
135812016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
13582
13583 * gdb.fortran/vla-history.exp: Remove breakpoint.
13584
07e448ad 135852016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
13586
25d49b86
PA
13587 * gdb.fortran/vla-history.exp: Lookup array elements and printing
13588 exceeds timeout.
07e448ad 13589
9ac2d526 135902016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
13591
25d49b86
PA
13592 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
13593 breakpoint.
9ac2d526 13594
17807369
BH
135952016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
13596
13597 * gdb.mi/vla.f90: Nullify pointer after declaration.
13598
86e501af
PA
135992016-03-01 Pedro Alves <palves@redhat.com>
13600
13601 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
13602
1e903e32
PA
136032016-03-01 Pedro Alves <palves@redhat.com>
13604
13605 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
13606 before anything else.
13607 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
13608 _GNU_SOURCE here.
13609 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
13610 before anything else.
13611 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
13612
6ccb54e2
PA
136132016-03-01 Pedro Alves <palves@redhat.com>
13614
13615 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
13616
30ca9da1
YQ
136172016-03-01 Yao Qi <yao.qi@linaro.org>
13618
13619 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
13620 prepare_for_testing.
13621
dc856b38
YQ
136222016-03-01 Yao Qi <yao.qi@linaro.org>
13623
13624 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
13625
4a932159
AA
136262016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
13627
13628 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
13629 manually constructing the output path.
13630
f2489477
AA
136312016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
13632
13633 * gdb.arch/s390-stackless.S: New.
13634 * gdb.arch/s390-stackless.exp: New.
13635
38899f16
IB
136362016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
13637
13638 * gdb.dlang/circular.c: New file.
13639 * gdb.dlang/circular.exp: New file.
13640
9fde51ed
YQ
136412016-02-26 Yao Qi <yao.qi@linaro.org>
13642
13643 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
13644 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
13645 (testcases): Update.
13646
ce90fefe
YQ
136472016-02-26 Yao Qi <yao.qi@linaro.org>
13648
13649 * gdb.reverse/aarch64.c: Rename to ...
13650 * gdb.reverse/insn-reverse.c: ... it.
13651 * gdb.reverse/aarch64.exp: Rename to ...
13652 * gdb.reverse/insn-reverse.exp: ... it.
13653
3263bceb
YQ
136542016-02-26 Yao Qi <yao.qi@linaro.org>
13655
13656 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
13657 (testcase_ftype): New.
13658 (testcases): New array.
13659 (n_testcases): New.
13660 (main): Call each element in testcases.
13661 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
13662 (read_testcase): New.
13663 Do the tests in a loop.
13664
6cb59ff1
YQ
136652016-02-25 Yao Qi <yao.qi@linaro.org>
13666
13667 * gdb.base/branches.c: Remove.
13668
ae91f625
MK
136692016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
13670
13671 PR gdb/13808
13672 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
13673
678b48b7
MK
136742016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
13675
13676 * gdb.trace/ftrace.exp: Remove unnecessary target check.
13677
7337a6f2
MK
136782016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
13679
13680 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
13681 change x86_64 call_insn to 'callq'.
13682
861ca91f
AT
136832016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
13684
13685 * gdb.trace/tfile-avx.c: Move to...
13686 * gdb.trace/tracefile-pseudo-reg.c: Here.
13687 * gdb.trace/tfile-avx.exp: Move to...
13688 * gdb.trace/tracefile-pseudo-reg.exp: Here.
13689
bf74e428
GB
136902016-02-24 Gary Benson <gbenson@redhat.com>
13691
13692 * gdb.base/attach-pie-noexec.exp: Do not expect an error
13693 message on attach.
13694
cce0e923
DE
136952016-02-23 Doug Evans <dje@google.com>
13696
13697 * gdb.base/skip.c (test_skip): New function.
13698 (end_test_skip_file_and_function): New function.
13699 (test_skip_file_and_function): New function.
13700 * gdb.base/skip1.c (test_skip): New function.
13701 (skip1_test_skip_file_and_function): New function.
13702 * gdb.base/skip.exp: Add tests for new skip options.
13703 * gdb.base/skip-solib.exp: Update expected output.
13704 * gdb.perf/skip-command.cc: New file.
13705 * gdb.perf/skip-command.exp: New file.
13706 * gdb.perf/skip-command.py: New file.
13707
4000e47e
MK
137082016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
13709
13710 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
13711 info registers pattern.
13712
24f75ead
IB
137132016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
13714
13715 * lib/future.exp: Add D support.
13716 (gdb_find_gdc): New proc.
13717 (gdb_default_target_compile): Add D support.
13718
fbb7bcbe
WW
137192016-02-18 Wei-cheng Wang <cole945@gmail.com>
13720
13721 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
13722 user+system time.
13723 (trace_speed_test): Determine the iteration count for a time
13724 between 15..30 seconds.
13725
012b3a21
WT
137262016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
13727
13728 * gdb.arch/i386-mpx-sigsegv.c: New file.
13729 * gdb.arch/i386-mpx-sigsegv.exp: New file.
13730 * gdb.arch/i386-mpx-simple_segv.c: New file.
13731 * gdb.arch/i386-mpx-simple_segv.exp: New file.
13732
2d5189bd
YQ
137332016-02-18 Yao Qi <yao.qi@linaro.org>
13734
13735 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
13736 Don't call setup_kfail.
13737
40fb20d0
YQ
137382016-02-18 Yao Qi <yao.qi@linaro.org>
13739
13740 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
13741 Set "set breakpoint condition-evaluation" per $cond_bp_target.
13742
21b1f8d2
DE
137432016-02-16 Doug Evans <dje@google.com>
13744
13745 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
13746 * gdb.base/skip1.c: Ditto.
13747 * gdb.base/skip.exp: Whitespace cleanup.
13748
4041ed77
DB
137492016-02-16 Don Breazeal <donb@codesourcery.com>
13750
13751 PR remote/19496
13752 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
13753 Remove kfail for PR remote/19496.
13754
c4ef31bf
SM
137552016-02-16 Simon Marchi <simon.marchi@ericsson.com>
13756
13757 * lib/gdb.exp (standard_temp_file): Return a path specific to
13758 the runtest invocation.
13759
266b65b3
SM
137602016-02-16 Simon Marchi <simon.marchi@ericsson.com>
13761
13762 * gdb.trace/save-trace.exp: Change relative path to be in the
13763 standard output directory.
13764
a7a0a6a9
JK
137652016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
13766
13767 * gdb.arch/i386-prologue.c: Add missing prototypes.
13768
c99dbb42
JK
137692016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
13770
13771 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
13772 * gdb.arch/i386-prologue.exp: Likewise.
13773 * gdb.arch/i386-size.exp: Likewise.
13774
aa480355
SM
137752016-02-15 Simon Marchi <simon.marchi@ericsson.com>
13776
13777 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
13778 define object file path.
13779 * gdb.btrace/gcore.exp: Use standard_output_file to define core
13780 file path.
13781 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
13782 standard_output_file to define binfile.
13783
ba881f50
JK
137842016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
13785
13786 Fix compatibility with recent gfortran-5.3.1.
13787 * gdb.fortran/vla-history.exp (print vla1 allocated)
13788 (print vla2 allocated, print $2, print $3): Remove
13789 (print $4): Rename to ...
13790 (print $2): ... here.
13791 (print $9): Rename to ...
13792 (print $5): ... here.
13793 (print $10): Rename to ...
13794 (print $6): ... here.
13795 * gdb.fortran/vla.f90: Add pvla initialization.
13796
e9fb005c
JK
137972016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
13798
13799 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
13800 New test.
13801 * gdb.fortran/vla-value-sub.exp: Likewise.
13802
e44e00ff
MK
138032016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
13804
13805 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
13806
97e94151
SM
138072016-02-12 Simon Marchi <simon.marchi@ericsson.com>
13808
13809 * i386-biarch-core.exp: Define corefile using
13810 standard_output_file.
13811
01113bc1
YQ
138122016-02-12 Yao Qi <yao.qi@linaro.org>
13813
13814 * gdb.arch/arm-single-step-kernel-helper.c: New.
13815 * gdb.arch/arm-single-step-kernel-helper.exp: New.
13816
33b4777c
MM
138172016-02-12 Markus Metzger <markus.t.metzger@intel.com>
13818
13819 * gdb.btrace/tailcall-only.exp: New.
13820 * gdb.btrace/tailcall-only.c: New.
13821 * gdb.btrace/x86_64-tailcall-only.S: New.
13822 * gdb.btrace/i686-tailcall-only.S: New.
13823
acc23c11
PA
138242016-02-11 Pedro Alves <palves@redhat.com>
13825
13826 * README (Parallel testing): Add missing double quotes.
13827
e352bf0a
PA
138282016-02-11 Pedro Alves <palves@redhat.com>
13829
13830 * README (Parallel testing): New section.
13831 (GDB_PARALLEL): Rewrite.
13832 (FORCE_PARALLEL): Document.
13833
9f5fed78
MK
138342016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
13835
13836 * gdb.trace/tfile-avx.c: New test.
13837 * gdb.trace/tfile-avx.exp: New test.
13838
9ef9e6a6
KS
138392016-02-09 Keith Seitz <keiths@redhat.com>
13840
13841 PR breakpoints/19546
13842 * gdb.base/infcall-exec.c: New file.
13843 * gdb.base/infcall-exec2.c: New file.
13844 * gdb.base/infcall-exec.exp: New file.
13845
a96e36da
KS
138462016-02-09 Keith Seitz <keiths@redhat.com>
13847
13848 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
13849 (toplevel): Call test_bkpt_address.
13850
9f61929f
KS
138512016-02-09 Keith Seitz <keiths@redhat.com>
13852
13853 PR python/19506
13854 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
13855 (toplevel): Call test_bkpt_address.
13856
1e94266c
SM
138572016-02-09 Simon Marchi <simon.marchi@ericsson.com>
13858
13859 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
13860 to AC_OUTPUT.
13861 * configure: Regenerate.
13862
2a7f3dff
PA
138632016-02-09 Pedro Alves <palves@redhat.com>
13864
13865 PR breakpoints/19548
13866 * gdb.base/execl-update-breakpoints.c (some_function): New
13867 function.
13868 (main): Call it.
13869 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
13870 Tighten expected GDB output.
13871
2151ccc5
SM
138722016-02-08 Simon Marchi <simon.marchi@ericsson.com>
13873
13874 * Makefile.in (ALL_SUBDIRS): Remove.
13875 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
13876 (distclean maintainer-clean realclean): Likewise.
13877 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
13878 * configure: Regenerate.
13879 * gdb.ada/Makefile.in: Delete.
13880 * gdb.arch/Makefile.in: Likewise.
13881 * gdb.asm/Makefile.in: Likewise.
13882 * gdb.base/Makefile.in: Likewise.
13883 * gdb.btrace/Makefile.in: Likewise.
13884 * gdb.cell/Makefile.in: Likewise.
13885 * gdb.compile/Makefile.in: Likewise.
13886 * gdb.cp/Makefile.in: Likewise.
13887 * gdb.disasm/Makefile.in: Likewise.
13888 * gdb.dlang/Makefile.in: Likewise.
13889 * gdb.dwarf2/Makefile.in: Likewise.
13890 * gdb.fortran/Makefile.in: Likewise.
13891 * gdb.gdb/Makefile.in: Likewise.
13892 * gdb.go/Makefile.in: Likewise.
13893 * gdb.guile/Makefile.in: Likewise.
13894 * gdb.java/Makefile.in: Likewise.
13895 * gdb.linespec/Makefile.in: Likewise.
13896 * gdb.mi/Makefile.in: Likewise.
13897 * gdb.modula2/Makefile.in: Likewise.
13898 * gdb.multi/Makefile.in: Likewise.
13899 * gdb.objc/Makefile.in: Likewise.
13900 * gdb.opencl/Makefile.in: Likewise.
13901 * gdb.opt/Makefile.in: Likewise.
13902 * gdb.pascal/Makefile.in: Likewise.
13903 * gdb.perf/Makefile.in: Likewise.
13904 * gdb.python/Makefile.in: Likewise.
13905 * gdb.reverse/Makefile.in: Likewise.
13906 * gdb.server/Makefile.in: Likewise.
13907 * gdb.stabs/Makefile.in: Likewise.
13908 * gdb.threads/Makefile.in: Likewise.
13909 * gdb.trace/Makefile.in: Likewise.
13910 * gdb.xml/Makefile.in: Likewise.
13911 * lib/gdb.exp (make_gdb_parallel_path): Add check for
13912 GDB_PARALLEL.
13913 (standard_output_file): Remove check for GDB_PARALLEL, always
13914 return path in outputs/$subdir/$testname.
13915
437277d4
SM
139162016-02-08 Simon Marchi <simon.marchi@ericsson.com>
13917
13918 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
13919 (site.exp): Assign abs_srcdir to tcl's srcdir.
13920
31d913c7
YQ
139212016-02-04 Yao Qi <yao.qi@linaro.org>
13922
13923 * gdb.base/foll-exec-mode.c: Include limits.h.
13924 (main): Add parameters argc and argv. Get directory from
13925 argv[0].
13926 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
13927 compilation.
13928 * gdb.base/foll-exec.c: Include limits.h.
13929 (main): Add parameters argc and argv.
13930 Get directory from argv[0].
13931 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
13932 Adjust tests on the number of lines as source code changed.
13933 * gdb.base/foll-vfork-exit.c: Include limits.h.
13934 (main): Add one line of statement before vfork.
13935 * gdb.base/foll-vfork.c: Include limits.h and string.h.
13936 (main): Add parameters argc and argv. Get directory from
13937 argv[0].
13938 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
13939 (setup_gdb): Set tbreak to skip some source lines.
13940 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
13941 (main): Add parameters argc and argv. Get directory from
13942 argv[0].
13943 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
13944 compilation.
13945 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
13946 (main): Add parameters argc and argv. Get directory from
13947 argv[0].
13948 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
13949 compilation.
13950
9482b9fb
DE
139512016-02-01 Doug Evans <dje@google.com>
13952
13953 * gdb.base/skip.exp: Clean up multiple references to same test name.
13954
6b2e4f10
PA
139552016-02-01 Pedro Alves <palves@redhat.com>
13956
ccb6afd6 13957 PR remote/19496
6b2e4f10
PA
13958 * gdb.threads/forking-threads-plus-breakpoint.exp
13959 (displaced_stepping_supported): New global.
13960 (probe_displaced_stepping_support): New procedure.
13961 (do_test): Add 'displaced' parameter, and use it.
13962 (top level): Check for displaced stepping support. Add displaced
13963 stepping on/off testing axis.
13964
37a8db1a
AB
139652016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
13966
13967 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
13968 pointer. Don't perform further tests on the unassociated pointer
13969 if the first test fails.
13970
5fdf6324
AB
139712016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
13972
13973 * gdb.base/max-value-size.c: New file.
13974 * gdb.base/max-value-size.exp: New file.
13975 * gdb.base/huge.exp: Disable max-value-size for this test.
13976
935c6144
IB
139772016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
13978
13979 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
13980
7fe8399d
YQ
139812016-01-28 Yao Qi <yao.qi@linaro.org>
13982
13983 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
13984
a2077e25
PA
139852016-01-25 Pedro Alves <palves@redhat.com>
13986
13987 PR threads/19461
13988 * gdb.base/fork-running-state.c: New file.
13989 * gdb.base/fork-running-state.exp: New file.
13990
1d2736d4
PA
139912016-01-25 Pedro Alves <palves@redhat.com>
13992
13993 PR gdb/19494
13994 * gdb.base/catch-fork-kill.c: New file.
13995 * gdb.base/catch-fork-kill.exp: New file.
13996
f1da4b11
PA
139972016-01-25 Pedro Alves <palves@redhat.com>
13998
13999 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
14000 Delete, moved to lib/gdb.exp.
14001 * gdb.threads/forking-threads-plus-breakpoint.exp
14002 (foreach_with_prefix): Likewise.
14003 * gdb.threads/process-dies-while-handling-bp.exp
14004 (foreach_with_prefix): Likewise.
14005 * lib/gdb.exp (foreach_with_prefix): New procedure.
14006
45f38546
MK
140072016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
14008
14009 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
14010 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
14011
dc29a1ce
MK
140122016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
14013
14014 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
14015 endian targets.
14016
092127d7
JK
140172016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
14018 Pedro Alves <palves@redhat.com>
14019
14020 Fix testsuite compatibility with Guile.
14021 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
14022 number.
14023
31d765d3
JK
140242016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
14025
14026 Fix testsuite compatibility with Guile.
14027 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
14028 (thread 1): New test for backtrace through signal handler.
14029
1ac78c04
YQ
140302016-01-22 Yao Qi <yao.qi@linaro.org>
14031
14032 PR testsuite/19491
14033 * gdb.base/multi-forks.c: Include
14034 ../lib/unbuffer_output.c
14035 (main): Call gdb_unbuffer_output.
14036
4f5946a8
DE
140372016-01-21 Doug Evans <dje@google.com>
14038
14039 * lib/ada.exp (gdb_compile_ada): Fix typo.
14040
305e13e6
JB
140412016-01-21 Joel Brobecker <brobecker@adacore.com>
14042
14043 * gdb.base/break-fun-addr.exp: New file.
14044 * gdb.base/break-fun-addr1.c: New file.
14045 * gdb.base/break-fun-addr2.c: New file.
14046
5f5dfff6
SM
140472016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
14048
14049 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
14050 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
14051 enum flag values.
14052
fd356fa2
AA
140532016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
14054
14055 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
14056 when GDB can not set the vector return value. Add more comments
14057 for clarification.
14058
9df22175
AT
140592016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
14060
14061 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
14062 command.
14063
41d1845e
SM
140642016-01-19 Simon Marchi <simon.marchi@ericsson.com>
14065
14066 * Makefile.in (DO_RUNTEST): Add --status and update usages.
14067
01ac6840
SM
140682016-01-19 Simon Marchi <simon.marchi@ericsson.com>
14069
14070 * Makefile.in (check-single): Pass --status to runtest.
14071 (check/%.exp): Likewise.
14072
140732016-01-19 Simon Marchi <simon.marchi@ericsson.com>
14074
14075 * Makefile.in (check-parallel): Propagate return code from make
14076 do-check-parallel.
14077
bd0a71fa
MK
140782016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
14079
14080 * gdb.trace/ftrace.exp: Fix expected message on continue.
14081 * gdb.trace/pending.exp: Fix expected message on continue.
14082 * gdb.trace/trace-break.exp: Fix expected message on continue.
14083
8bcbad33
SM
140842016-01-18 Simon Marchi <simon.marchi@ericsson.com>
14085
14086 * lib/gdb.exp (gdb_test): Remove unused global references.
14087
f303dbd6
PA
140882016-01-18 Pedro Alves <palves@redhat.com>
14089
14090 * gdb.base/async-shell.exp: Adjust expected output.
14091 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
14092 * gdb.base/siginfo-thread.exp: Adjust expected output.
14093 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
14094 * gdb.java/jnpe.exp: Adjust expected output.
14095 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
14096 * gdb.threads/continue-pending-status.exp: Adjust expected output.
14097 * gdb.threads/leader-exit.exp: Adjust expected output.
14098 * gdb.threads/manythreads.exp: Adjust expected output.
14099 * gdb.threads/pthreads.exp: Adjust expected output.
14100 * gdb.threads/schedlock.exp: Adjust expected output.
14101 * gdb.threads/siginfo-threads.exp: Adjust expected output.
14102 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
14103 expected output.
14104 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
14105 output.
14106 * gdb.threads/sigthread.exp: Adjust expected output.
14107 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
14108
b2789696
YQ
141092016-01-18 Yao Qi <yao.qi@linaro.org>
14110
14111 * gdb.guile/scm-section-script.c: Replace @progbits with
14112 %progbits.
14113 * gdb.python/py-section-script.c: Likewise.
14114
71ef29a8
PA
141152016-01-15 Pedro Alves <palves@redhat.com>
14116
14117 * gdb.multi/tids.exp: Test star wildcard ranges.
14118
3f5b7598
PA
141192016-01-15 Pedro Alves <palves@redhat.com>
14120
14121 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
14122 command from "thread apply" invocation.
14123 (thr_apply_info_thr_invalid): Default the expected output to the
14124 input tid list.
14125 (top level): Add tests that use convenience variables. Add tests
14126 for "thread apply" with a valid TID list, but missing the command.
14127
663f6d42
PA
141282016-01-13 Pedro Alves <palves@redhat.com>
14129
14130 * gdb.base/default.exp: Expect $_gthread as well.
14131 * gdb.multi/tids.exp: Test $_gthread.
14132 * gdb.threads/thread-specific.exp: Test $_gthread.
14133
c84f6bbf
PA
141342016-01-13 Pedro Alves <palves@redhat.com>
14135
14136 * gdb.multi/tids.exp: Test "info threads -gid".
14137
22a02324
PA
141382016-01-13 Pedro Alves <palves@redhat.com>
14139
14140 * gdb.multi/tids.exp: Test InferiorThread.global_num and
14141 Breakpoint.thread.
14142 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
14143
5d5658a1
PA
141442016-01-07 Pedro Alves <palves@redhat.com>
14145
14146 * gdb.base/break.exp: Adjust to output changes.
14147 * gdb.base/hbreak2.exp: Likewise.
14148 * gdb.base/sepdebug.exp: Likewise.
14149 * gdb.base/watch_thread_num.exp: Likewise.
14150 * gdb.linespec/keywords.exp: Likewise.
14151 * gdb.multi/info-threads.exp: Likewise.
14152 * gdb.threads/thread-find.exp: Likewise.
14153 * gdb.multi/tids.c: New file.
14154 * gdb.multi/tids.exp: New file.
14155
84654457
PA
141562016-01-13 Pedro Alves <palves@redhat.com>
14157
14158 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
14159
e3940304
PA
141602016-01-13 Pedro Alves <palves@redhat.com>
14161
14162 * gdb.base/default.exp: Expect $_inferior as well.
14163 * gdb.multi/base.exp: Test $_inferior.
14164
a911d87a
PA
141652016-01-13 Pedro Alves <palves@redhat.com>
14166
14167 PR breakpoints/19388
14168 * gdb.base/catch-signal-siginfo-cond.c: New file.
14169 * gdb.base/catch-signal-siginfo-cond.exp: New file.
14170
82075af2
JS
141712016-01-12 Josh Stone <jistone@redhat.com>
14172 Philippe Waroquiers <philippe.waroquiers@skynet.be>
14173
14174 * gdb.base/catch-syscall.c (do_execve): New variable.
14175 (main): Conditionally trigger an execve.
14176 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
14177 (test_catch_syscall_execve): New, check entry/return across execve.
14178 (do_syscall_tests): Call test_catch_syscall_execve.
14179
e46eeedd
PA
141802016-01-12 Pedro Alves <palves@redhat.com>
14181
14182 * gdb.base/random-signal.exp (do_test): New procedure, with body
14183 of testcase moved in.
14184
01d8c27e
JK
141852016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
14186 Pedro Alves <palves@redhat.com>
14187
14188 * gdb.base/funcargs.exp (finish from indirectly called function):
14189 Reintroduce the case for 'First'.
14190
9a706302
JK
141912016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
14192 Pedro Alves <palves@redhat.com>
14193
14194 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
14195 (tcatch_vfork_then_child_follow_exec)
14196 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
14197 identification.
14198
c0ecb95f
JK
141992016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
14200
14201 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
14202 and repeats to unlimited.
14203 * gdb.python/py-value.exp: Likewise.
14204 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
14205 and repeats to unlimited.
14206
6cfc1fcb
JK
142072016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
14208
14209 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
14210 and reordering the functions.
14211 * gdb.multi/hangout.c: Likewise.
14212 * gdb.multi/hello.c: Likewise.
14213
582a1b00
SM
142142016-01-08 Simon Marchi <simon.marchi@ericsson.com>
14215
14216 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
14217 absolute.
14218 (SingleStatisticTestResult.report): Use dict.keys instead of
14219 dict.iterkeys.
14220
79bc59cb
PA
142212016-01-06 Pedro Alves <palves@redhat.com>
14222
14223 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
14224
43368e1d
MM
142252016-01-04 Markus Metzger <markus.t.metzger@intel.com>
14226
14227 * gdb.btrace/dlopen.exp: New.
14228 * gdb.btrace/dlopen.c: New.
14229 * gdb.btrace/dlopen-dso.c: New.
14230
79fad5b8
SL
142312015-12-25 Sandra Loosemore <sandra@codesourcery.com>
14232
14233 * lib/gdb.exp (gdb_test): Update comments to clarify that the
14234 PATTERN argument is optional.
14235
ab8314b3
JB
142362015-12-24 Joel Brobecker <brobecker@adacore.com>
14237
14238 * lib/ada.exp (target_compile_ada_from_dir): New function.
14239 (gdb_compile_ada): Reimplement avoiding the use of project files.
14240 * gdb.ada/gnat_ada.gpr: Delete.
14241 * gdb.ada/cond_lang.exp: Adjust test to make path before
14242 filename optional.
14243 * gdb.ada/small_reg_param.exp: Likewise.
14244
fe33faff
SM
142452015-12-22 Simon Marchi <simon.marchi@ericsson.com>
14246
14247 * gdb.base/foll-vork.exp: Remove HP-UX special case.
14248
6d265cb4
TP
142492015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
14250
14251 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
14252 case.
14253
10125099
SM
142542015-12-21 Simon Marchi <simon.marchi@ericsson.com>
14255
14256 * gdb.base/break.exp: Remove dead code.
14257 * gdb.base/sepdebug.exp: Likewise.
14258
3ca22649
SM
142592015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
14260
14261 * gdb.asm/asm-source.exp: Remove HP-UX references.
14262 * gdb.base/annota1.exp: Likewise.
14263 * gdb.base/annota3.exp: Likewise.
14264 * gdb.base/attach.exp: Likewise.
14265 * gdb.base/bigcore.exp: Likewise.
14266 * gdb.base/break.exp: Likewise.
14267 * gdb.base/call-ar-st.exp: Likewise.
14268 * gdb.base/callfuncs.exp: Likewise.
14269 * gdb.base/catch-fork-static.exp: Likewise.
14270 * gdb.base/display.exp: Likewise.
14271 * gdb.base/foll-exec-mode.exp: Likewise.
14272 * gdb.base/foll-exec.exp: Likewise.
14273 * gdb.base/foll-fork.exp: Likewise.
14274 * gdb.base/foll-vfork.exp: Likewise.
14275 * gdb.base/funcargs.exp: Likewise.
14276 * gdb.base/hbreak2.exp: Likewise.
14277 * gdb.base/inferior-died.exp: Likewise.
14278 * gdb.base/interrupt.exp: Likewise.
14279 * gdb.base/multi-forks.exp: Likewise.
14280 * gdb.base/nodebug.exp: Likewise.
14281 * gdb.base/sepdebug.exp: Likewise.
14282 * gdb.base/solib1.c: Likewise.
14283 * gdb.base/step-test.exp: Likewise.
14284 * gdb.mi/non-stop.c: Likewise.
14285 * gdb.mi/pthreads.c: Likewise.
14286 * gdb.multi/bkpt-multi-exec.ex: Likewise.
14287 * gdb.threads/pthreads.c: Likewise.
14288 * gdb.threads/staticthreads.exp: Likewise.
14289 * lib/future.exp: Likewise.
14290 * lib/gdb.exp: Likewise.
14291 * gdb.base/so-indr-cl.c: Remove.
14292 * gdb.base/so-indr-cl.exp: Likewise.
14293 * gdb.base/solib.c: Likewise.
14294 * gdb.base/solib.exp: Likewise.
14295 * gdb.base/solib2.c: Likewise.
14296
b6304613
SM
142972015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
14298
14299 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
14300 * gdb.base/call-ar-st.exp: Likewise.
14301 * gdb.base/callfuncs.exp: Likewise.
14302 * gdb.base/condbreak.exp: Likewise.
14303 * gdb.base/constvars.exp: Likewise.
14304 * gdb.base/hbreak2.exp: Likewise.
14305 * gdb.base/langs.exp: Likewise.
14306 * gdb.base/list.exp: Likewise.
14307 * gdb.base/long_long.exp: Likewise.
14308 * gdb.base/ptype.exp: Likewise.
14309 * gdb.base/scope.exp: Likewise.
14310 * gdb.base/signals.exp: Likewise.
14311 * gdb.base/so-impl-ld.exp: Likewise.
14312 * gdb.base/varargs.exp: Likewise.
14313 * gdb.base/volatile.exp: Likewise.
14314 * gdb.base/whatis.exp: Likewise.
14315 * gdb.cp/cplusfuncs.exp: Likewise.
14316 * gdb.cp/inherit.exp: Likewise.
14317 * gdb.cp/local.exp: Likewise.
14318 * gdb.cp/member-ptr.exp: Likewise.
14319 * gdb.cp/method.exp: Likewise.
14320 * gdb.cp/overload.exp: Likewise.
14321 * gdb.cp/templates.exp: Likewise.
14322 * gdb.stabs/weird.exp: Likewise.
14323 * lib/compiler.c: Likewise.
14324 * lib/compiler.cc: Likewise.
14325 * lib/cp-support.exp: Likewise.
14326 * lib/gdb.exp: Likewise.
14327
bf401b07
SM
143282015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
14329
14330 * configure.ac: Remove HP-UX case.
14331 * configure: Regenerate.
14332
aff9c0f8
SM
143332015-12-18 Simon Marchi <simon.marchi@ericsson.com>
14334
14335 * lib/gdb.exp (gdb_compile): Add function doc.
14336
a6904d5a
PA
143372015-12-17 Pedro Alves <palves@redhat.com>
14338
14339 PR threads/19354
14340 * gdb.multi/info-threads.exp: New file.
14341
a22279dd
YQ
143422015-12-15 Yao Qi <yao.qi@linaro.org>
14343
14344 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
14345 is aarch64*-*-*.
14346
0588c796
SL
143472015-12-14 Sandra Loosemore <sandra@codesourcery.com>
14348
14349 * gdb.base/history-duplicates.exp: Skip if no readline support.
14350
5d978e17
SL
143512015-12-14 Sandra Loosemore <sandra@codesourcery.com>
14352
14353 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
14354
7e763b86
SL
143552015-12-14 Sandra Loosemore <sandra@codesourcery.com>
14356
14357 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
14358
87a3a92c
SL
143592015-12-14 Sandra Loosemore <sandra@codesourcery.com>
14360
14361 * gdb.base/completion.exp: Skip tests that interrupt GDB with
14362 ctrl-C if nointerrupts target property is set.
14363 * gdb.base/double-prompt-target-event-error.exp: Likewise.
14364 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
14365 * gdb.base/paginate-bg-execution.exp: Likewise.
14366 * gdb.base/paginate-execution-startup.exp: Likewise.
14367 * gdb.base/random-signal.exp: Likewise.
14368 * gdb.base/range-stepping.exp: Likewise.
14369 * gdb.cp/annota2.exp: Likewise.
14370 * gdb.cp/annota3.exp: Likewise.
14371 * gdb.gdb/selftest.exp: Likewise.
14372 * gdb.threads/continue-pending-status.exp: Likewise.
14373 * gdb.threads/leader-exit.exp: Likewise.
14374 * gdb.threads/manythreads.exp: Likewise.
14375 * gdb.threads/pthreads.exp: Likewise.
14376 * gdb.threads/schedlock.exp: Likewise.
14377 * gdb.threads/sigthread.exp: Likewise.
14378
a8f077dc
DB
143792015-12-11 Don Breazeal <donb@codesourcery.com>
14380
14381 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
14382 remote.
14383 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
14384 * gdb.base/foll-exec.exp (main): Enable for target remote.
14385 * gdb.base/foll-fork.exp (main): Likewise.
14386 * gdb.base/foll-vfork.exp (main): Likewise.
14387 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
14388 (proc continue_to_exit_bp_loc): Use clean_restart.
14389 * gdb.base/pie-execl.exp (main): Disable for target remote.
14390 * gdb.base/watch-vfork.exp (main): Enable for target remote.
14391 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
14392 * gdb.threads/execl.exp (main): Likewise.
14393 * gdb.threads/fork-child-threads.exp (main): Likewise.
14394 * gdb.threads/fork-plus-threads.exp (main): Disable for target
14395 remote.
14396 * gdb.threads/fork-thread-pending.exp (main): Enable for target
14397 remote.
14398 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
14399 pid.tid style ptids, instead of just tid.
14400 * gdb.threads/thread-execl.exp (main): Enable for target remote.
14401 * gdb.threads/watchpoint-fork.exp (main): Likewise.
14402 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
14403 ptids, instead of just tid.
14404
3b2464a8
AB
144052015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
14406
14407 * gdb.base/list.exp (test_list_forward): Add end of file error
14408 test.
14409 (test_repeat_list_command): Add end of file error test.
14410 (test_list_backwards): Add beginning of file error test.
14411
a0def019
AB
144122015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
14413
14414 * gdb.base/list.exp (test_list_invalid_args): New function,
14415 defined, and called.
14416
5c000dff
AB
144172015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
14418
14419 * gdb.base/list.exp (test_list): Make test names unique.
14420
f1637ebe
YQ
144212015-12-11 Yao Qi <yao.qi@linaro.org>
14422
14423 * gdb.base/coremaker2.c: Remove.
14424
36d6fc0a
PA
144252015-12-10 Pedro Alves <palves@redhat.com>
14426
14427 * gdb.multi/base.exp: Remove stale "spaces" references.
14428
762f7747
PA
144292015-12-10 Pedro Alves <palves@redhat.com>
14430
14431 * gdb.multi/base.exp: Don't use nowarnings.
14432 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
14433 * gdb.multi/hangout.c: Include stdio.h.
14434 * gdb.multi/hello.c: Include stdlib.h.
14435 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
14436 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
14437 * gdb.multi/multi-arch.exp: Don't use nowarnings.
14438
28d2bfb9
AB
144392015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
14440
14441 * gdb.dwarf2/dw2-ranges-base.c: New file.
14442 * gdb.dwarf2/dw2-ranges-base.exp: New file.
14443 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
14444 support additional line table, and debug ranges generation.
14445 (Dwarf::ranges): New function, generate .debug_ranges.
14446 (Dwarf::lines): Support generating simple line table programs.
14447 (Dwarf::assemble): Initialise new namespace variables.
14448
5fc2beac
KB
144492015-12-09 Kevin Buettner <kevinb@redhat.com>
14450
14451 * gdb.base/async.exp (proc test_background): Add case for
14452 asynchronous execution not supported.
14453
1c35a88f
LM
144542015-12-09 Luis Machado <lgustavo@codesourcery.com>
14455
14456 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
14457 format and change test names to make them unique.
14458
b593e3d9
RK
144592015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
14460 Pedro Alves <pedro@redhat.com>
14461
14462 PR gdb/18702
14463 Add checking of floatformats setup on x86_64 hosts.
14464 * gdb.arch/i386-float.S (main): Load bigval and smallval.
14465 (smallval, bigval): New labels/constants.
14466 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
14467 float" after loading bigval and smallval.
14468
d72413e6
PMR
144692015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
14470
14471 * gdb.ada/fun_overload_menu.exp: New testcase.
14472 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
14473
ece66d65
JS
144742015-12-04 Josh Stone <jistone@redhat.com>
14475
14476 * gdb.base/catch-fork-static.exp: New.
14477
41d0efca
YQ
144782015-12-03 Yao Qi <yao.qi@linaro.org>
14479
14480 * gdb.base/sizeof.c: Don't include stdio.h and
14481 ../lib/unbuffer_output.c.
14482 (main): New variable 'size' and 'value'. Remove printf and
14483 gdb_unbuffer_output. Assign return value to size and value.
14484 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
14485 at the beginning.
14486 (check_sizeof): Check the result by printing variable 'size'.
14487 (check_valueof): Check the result by printing variable 'value'.
14488
99fd02d9
YQ
144892015-12-01 Yao Qi <yao.qi@linaro.org>
14490
14491 * gdb.base/disp-step-syscall.exp: Define syscall instruction
14492 for aarch64*-*-linux* target.
14493
f2faf941
PA
144942015-11-30 Pedro Alves <palves@redhat.com>
14495
14496 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
14497
04bf20c5
PA
144982015-11-30 Pedro Alves <palves@redhat.com>
14499
14500 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
14501 Handle non-stop mode vCont replies.
14502
09df4675
PA
145032015-11-30 Pedro Alves <palves@redhat.com>
14504
14505 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
14506 prepare_for_testing. Start gdb with "set non-stop on" appended to
14507 GDBFLAGS. Lax expected stop output.
14508
58b584af
YQ
145092015-11-27 Yao Qi <yao.qi@linaro.org>
14510
14511 * gdb.arch/arm-neon.exp: New.
14512 * gdb.arch/arm-neon.c: New.
14513
dfcb77a8
YQ
145142015-11-27 Yao Qi <yao.qi@linaro.org>
14515
14516 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
14517
88e8ec1b
YQ
145182015-11-27 Yao Qi <yao.qi@linaro.org>
14519
14520 * gdb.cp/annota2.exp: Allow multiple occurrences of the
14521 frames-invalid annotation.
14522
bfde72c2
YQ
145232015-11-27 Yao Qi <yao.qi@linaro.org>
14524
14525 * gdb.cp/annota2.exp: Use ${frames_invalid}.
14526
f6512a69
SM
145272015-11-26 Simon Marchi <simon.marchi@ericsson.com>
14528
14529 * gdb.threads/names.exp: New file.
14530 * gdb.threads/names.c: New file.
14531 * README: Mention gdb,no_thread_names.
14532
46a3515b
MM
145332015-11-26 Markus Metzger <markus.t.metzger@intel.com>
14534
14535 PR 19297
14536 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
14537 support" error.
14538
62147a22
PA
145392015-11-24 Pedro Alves <palves@redhat.com>
14540
14541 PR 17539
14542 * gdb.base/display.exp: Expect displays to be sorted in ascending
14543 order. Use multi_line.
14544 * gdb.base/solib-display.exp: Likewise.
14545
2f341b6e
PA
145462015-11-24 Pedro Alves <palves@redhat.com>
14547
14548 PR 17539
25d49b86
PA
14549 * gdb.base/display.exp: Expect displays to be sorted in ascending
14550 order. Use multi_line.
14551 * gdb.base/solib-display.exp: Likewise.
2f341b6e 14552
7e0aa6aa
PA
145532015-11-24 Pedro Alves <palves@redhat.com>
14554
14555 PR 17539
14556 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
14557 threads in ascending order.
14558 * gdb.base/foll-fork.exp: Likewise.
14559 * gdb.base/foll-vfork.exp: Likewise.
14560 * gdb.base/multi-forks.exp: Likewise.
14561 * gdb.mi/mi-nonstop.exp: Likewise.
14562 * gdb.mi/mi-nsintrall.exp: Likewise.
14563 * gdb.multi/base.exp: Likewise.
14564 * gdb.multi/multi-arch.exp: Likewise.
14565 * gdb.python/py-inferior.exp: Likewise.
14566 * gdb.threads/break-while-running.exp: Likewise.
14567 * gdb.threads/execl.exp: Likewise.
14568 * gdb.threads/gcore-thread.exp: Likewise.
14569 * gdb.threads/info-threads-cur-sal.exp: Likewise.
14570 * gdb.threads/kill.exp: Likewise.
14571 * gdb.threads/linux-dp.exp: Likewise.
14572 * gdb.threads/multiple-step-overs.exp: Likewise.
14573 * gdb.threads/next-bp-other-thread.exp: Likewise.
14574 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
14575 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
14576 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
14577 * gdb.threads/thread-find.exp: Likewise.
14578 * gdb.threads/tls.exp: Likewise.
14579 * lib/mi-support.exp (mi_reverse_list): Delete.
14580 (mi_check_thread_states): No longer reverse list.
14581
2cc57ad8
PA
145822015-11-24 Pedro Alves <palves@redhat.com>
14583
14584 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
14585 use lowercase.
14586
c93e8391
SM
145872015-11-23 Simon Marchi <simon.marchi@ericsson.com>
14588
14589 * gdb.trace/actions.c: Include trace-common.h.
14590 (main): Add a location for a fast tracepoint.
14591 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
14592 the normal tracepoints.
14593 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
14594
045ccf91
SM
145952015-11-23 Simon Marchi <simon.marchi@ericsson.com>
14596
14597 * save-trace.exp: Factor out code to these...
14598 (gdb_save_tracepoints): New.
14599 (gdb_load_tracepoints): New.
14600 (do_save_load_test): New.
14601
5506f9f6
KB
146022015-11-23 Kevin Buettner <kevinb@redhat.com>
14603
14604 * gdb.base/asmlabel.exp: New test.
14605 * gdb.base/asmlabel.c: New test case.
14606
16c3b12f
JB
146072015-11-23 Joel Brobecker <brobecker@adacore.com>
14608
14609 * gdb.base/wrong_frame_bt_full-main.c: New file.
14610 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
14611 * gdb.base/wrong_frame_bt_full.exp: New file.
14612
155bfbd3
JB
146132015-11-23 Joel Brobecker <brobecker@adacore.com>
14614
14615 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
14616
bb097445
JM
146172015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
14618
206853a0 14619 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
bb097445
JM
14620 pstate register when comparing registers values in
14621 sparc64-*-linux-gnu targets to avoid spurious differences.
14622
9c88ed8f
JM
146232015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
14624
206853a0 14625 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
9c88ed8f 14626
96161e25
SL
146272015-11-19 Sandra Loosemore <sandra@codesourcery.com>
14628
14629 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
14630 as type argument to gdb_compile.
14631 * gdb.base/nested-subp2.exp: Likewise.
14632 * gdb.base/nested-subp3.exp: Likewise.
14633
340c2830
DV
146342015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
14635
14636 * lib/dwarf.exp (_note): Fix left shift of negative value.
14637 * gdb.trace/trace-condition.exp: Likewise.
14638
c1862d0f
YQ
146392015-11-13 Yao Qi <yao.qi@linaro.org>
14640
14641 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
14642 comments about d10v.
14643 (test_scalar_returns): Likewise.
14644 * gdb.base/d10v.ld: Remove.
14645 * gdb.base/overlays.exp: Remove the target triplet checking for
14646 d10v-*-*.
14647 * gdb.base/structs.exp (test_struct_returns): Remove the
14648 comments about d10v.
14649 (test_struct_calls): Likewise.
14650
77ae9c19
YQ
146512015-11-13 Yao Qi <yao.qi@linaro.org>
14652
14653 * gdb.base/gnu_vector.exp: Check the return value by "p res".
14654 * gdb.base/gnu_vector.c: Don't include stdio.h.
14655 (main): Don't print res and call add_some_intvecs.
14656
430e004e
MK
146572015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
14658
14659 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
14660 macro.
14661 (func5): Removed.
14662 (func4): Use FAST_TRACEPOINT_LABEL.
14663 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
14664 macro.
14665 (func): Removed.
14666 (thread_function): Use FAST_TRACEPOINT_LABEL.
14667 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
14668 (func): Remove.
14669 (marker): Use FAST_TRACEPOINT_LABEL.
14670 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
14671 (pendfunc1): Remove.
14672 (pendfunc): Use FAST_TRACEPOINT_LABEL.
14673 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
14674 (foo): Remove.
14675 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
14676 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
14677 macro.
14678 (func): Remove.
14679 (marker): Use FAST_TRACEPOINT_LABEL.
14680 * gdb.trace/trace-common.h: New header.
14681 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
14682 macro.
14683 (func): Remove.
14684 (marker): Use FAST_TRACEPOINT_LABEL.
14685 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
14686 (func): Remove.
14687 (thread_function): Use FAST_TRACEPOINT_LABEL.
14688
6e7675a7
MK
146892015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
14690
14691 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
14692 in front.
14693 * gdb.trace/change-loc.exp: Use global pcreg definition.
14694 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
14695 * gdb.trace/entry-values.exp: Use global spreg definition, add $
14696 in front.
14697 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
14698 * gdb.trace/pending.exp: Likewise.
14699 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
14700 * gdb.trace/trace-break.exp: Likewise.
14701 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
14702 in front.
14703 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
14704 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
14705 in front.
14706 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
14707
dddc0e16
JB
147082015-11-09 Joel Brobecker <brobecker@adacore.com>
14709
14710 * gdb.ada/fin_fun_out: New testcase.
14711
c6f0b406
KB
147122015-11-07 Kevin Buettner <kevinb@redhat.com>
14713
14714 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
14715 value associated with DW_AT_byte_size.
14716 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
14717 constants for DW_AT_byte_size, DW_AT_lower_bound, and
14718 DW_AT_upper_bound.
14719
f01dcfd9
KB
147202015-11-07 Kevin Buettner <kevinb@redhat.com>
14721
14722 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
14723 (gdb_target_symbol_prefix_flags): Define in terms of _asm
14724 version.
14725 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
14726 gdb.dwarf2/dw2-canonicalize-type.exp,
14727 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
14728 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
14729 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
14730 provided by gdb_target_symbol_prefix_flags_asm.
14731 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
14732 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
14733 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
14734 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
14735 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
14736 macros where needed). Use this macro for symbols which require
14737 the prefix provided by SYMBOL_PREFIX.
14738
2223449a
KB
147392015-11-05 Kevin Buettner <kevinb@redhat.com>
14740
14741 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
14742 New procs.
14743 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
14744 representing expressions, of more than one list element.
14745 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
14746 to prepend linker symbol prefix to f.
14747 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
14748 table_1 and table_2.
14749 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
14750 Likewise, for f and g.
14751 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
14752 for ptr.
14753 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
14754 for main.
14755 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
14756 table_1_ptr and table_2_ptr.
14757
6f2f1a3a
JK
147582015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
14759 Joel Brobecker <brobecker@adacore.com>
14760
14761 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
14762
566c56c9
MK
147632015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
14764
14765 * gdb.reverse/s390-mvcle.c: New test.
14766 * gdb.reverse/s390-mvcle.exp: New file.
14767 * lib/gdb.exp: Enable reverse tests on s390*-linux.
14768
d5f0636b
MK
147692015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
14770
14771 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
14772
7ad8b86c
MK
147732015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
14774
14775 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
14776 reaching marker2.
14777 * gdb.reverse/getresuid-reverse.exp: Likewise.
14778 * gdb.reverse/pipe-reverse.exp: Likewise.
14779 * gdb.reverse/readv-reverse.exp: Likewise.
14780 * gdb.reverse/recvmsg-reverse.exp: Likewise.
14781 * gdb.reverse/time-reverse.exp: Likewise.
14782 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
14783
4081c0f1
YQ
147842015-10-30 Yao Qi <yao.qi@linaro.org>
14785
14786 * gdb.threads/wp-replication.c (watch_count_done): Remove.
14787 (empty_cycle): Remove.
14788 (main): Don't call empty_cycle. Don't use watch_count_done.
14789 * gdb.threads/wp-replication.exp: Don't set breakpoint on
14790 empty_cycle. Rewrite the code counting HW watchpoints.
14791
452b4ba5
MK
147922015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
14793
14794 * gdb.reverse/fstatat-reverse.c: New test.
14795 * gdb.reverse/fstatat-reverse.exp: New file.
14796 * gdb.reverse/getresuid-reverse.c: New test.
14797 * gdb.reverse/getresuid-reverse.exp: New file.
14798 * gdb.reverse/pipe-reverse.c: New test.
14799 * gdb.reverse/pipe-reverse.exp: New file.
14800 * gdb.reverse/readv-reverse.c: New test.
14801 * gdb.reverse/readv-reverse.exp: New file.
14802 * gdb.reverse/recvmsg-reverse.c: New test.
14803 * gdb.reverse/recvmsg-reverse.exp: New file.
14804 * gdb.reverse/time-reverse.c: New test.
14805 * gdb.reverse/time-reverse.exp: New file.
14806 * gdb.reverse/waitpid-reverse.c: New test.
14807 * gdb.reverse/waitpid-reverse.exp: New file.
14808
5e2e7507
JK
148092015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
14810
14811 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
14812
0fde2c53
DE
148132015-10-26 Doug Evans <dje@google.com>
14814
14815 PR symtab/17391
14816 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
14817 * gdb.dwarf2/bad-regnum.c: New file.
14818 * gdb.dwarf2/bad-regnum.exp: New file.
14819
1a70ae97
DE
148202015-10-26 Doug Evans <dje@google.com>
14821
14822 PR python/18938
14823 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
14824 file.
14825
27dc26ab
JK
148262015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
14827
14828 * gdb.compile/compile.exp (compile code globalvar): Update expectation
14829 for a change by "Mention language in compile error message".
14830
bed91f4d
SM
148312015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
14832
14833 PR python/18073
14834 * gdb.python/py-type.c (C::a_method): New.
14835 (C::a_const_method): New.
14836 (C::a_static_method): New.
14837 (a_function): New.
14838 * gdb.python/py-type.exp (test_fields): Test getting fields
14839 from function and method.
14840
3f2f83dd
KB
148412015-10-21 Keven Boell <keven.boell@intel.com>
14842
14843 * gdb.fortran/vla-alloc-assoc.exp: New file.
14844 * gdb.fortran/vla-datatypes.exp: New file.
14845 * gdb.fortran/vla-datatypes.f90: New file.
14846 * gdb.fortran/vla-history.exp: New file.
14847 * gdb.fortran/vla-ptype-sub.exp: New file.
14848 * gdb.fortran/vla-ptype.exp: New file.
14849 * gdb.fortran/vla-sizeof.exp: New file.
14850 * gdb.fortran/vla-sub.f90: New file.
14851 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
14852 * gdb.fortran/vla-value-sub-finish.exp: New file.
14853 * gdb.fortran/vla-value-sub.exp: New file.
14854 * gdb.fortran/vla-value.exp: New file.
14855 * gdb.fortran/vla-ptr-info.exp: New file.
14856 * gdb.mi/mi-vla-fortran.exp: New file.
14857 * gdb.mi/vla.f90: New file.
14858
27145d50
SL
148592015-10-21 Sandra Loosemore <sandra@codesourcery.com>
14860
14861 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
14862 of hardwired timeout value.
14863
5f3ff4f8
JK
148642015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
14865 Pedro Alves <palves@redhat.com>
14866
14867 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
14868 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
14869
bfd09d20
JS
148702015-10-19 Josh Stone <jistone@redhat.com>
14871
14872 * gdb.base/catch-syscall.c: Include <sched.h>.
14873 (unknown_syscall): New variable.
14874 (main): Trigger a vfork and an unknown syscall.
14875 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
14876 (unknown_syscall_number): Likewise.
14877 (check_call_to_syscall): Accept an optional syscall pattern.
14878 (check_return_from_syscall): Likewise.
14879 (check_continue): Likewise.
14880 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
14881 (test_catch_syscall_skipping_return): New test toggling off 'catch
14882 syscall' to step over the syscall return, then toggling back on.
14883 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
14884 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
14885 (do_syscall_tests): Call test_catch_syscall_without_args and
14886 test_catch_syscall_mid_vfork.
14887 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
14888 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
14889
b32b93c6
AS
148902015-10-19 Andrew Stubbs <ams@codesourcery.com>
14891
14892 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
14893 print g_vE): Add new pass patterns.
14894 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
14895 print various symbol names for vptr fields.
14896
9d622bda
AB
148972015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
14898
14899 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
14900 results.
14901
0fd8ac1c
YQ
149022015-10-12 Yao Qi <yao.qi@linaro.org>
14903
14904 * gdb.arch/disp-step-insn-reloc.exp: New test case.
14905
34240514
YQ
149062015-10-12 Yao Qi <yao.qi@linaro.org>
14907
14908 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
14909 is aarch64*-*-linux*.
14910
8240f442
YQ
149112015-10-12 Yao Qi <yao.qi@linaro.org>
14912
14913 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
14914 (can_relocate_bcond_true): ... it.
14915 (can_relocate_bcond_false): New function.
14916 (foo): Likewise.
14917 (can_relocate_bl): Likewise.
14918 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
14919 can_relocate_bl.
14920
2520f728
PMR
149212015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
14922
14923 * gdb.base/nested-addr.c: New file.
14924 * gdb.base/nested-addr.exp: New testcase.
14925
abcef95a
MM
149262015-10-09 Markus Metzger <markus.t.metzger@intel.com>
14927
14928 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
14929 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
14930 its output. Ignore the output of "record goto begin" and instead
14931 check that GDB is replaying.
14932
145e3ddb
PA
149332015-10-09 Pedro Alves <palves@redhat.com>
14934
14935 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
14936 (top level): Use it in the run with no args test.
14937
d5d8c4e1
IB
149382015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
14939
14940 * gdb.dlang/properties.exp: New file.
14941
06e635ef
SL
149422015-10-02 Sandra Loosemore <sandra@codesourcery.com>
14943
14944 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
14945 whether or not address 0x1000 is mapped on the target.
14946
e019fd1d
SM
149472015-09-30 Simon Marchi <simon.marchi@ericsson.com>
14948
14949 * gdb.python/py-type.exp: Do not run tests if binaries fail to
14950 build.
14951
77ba2a67
MM
149522015-09-30 Markus Metzger <markus.t.metzger@intel.com>
14953
14954 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
14955 instruction-history test.
14956
c60eb31f
DE
149572015-09-28 Doug Evans <dje@google.com>
14958
14959 * gdb.base/gcore.c (array_func): Add reference to static_array.
14960
9a3c8263
SM
149612015-09-25 Simon Marchi <simon.marchi@ericsson.com>
14962
14963 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
14964 source line.
14965
9720e656
SL
149662015-09-24 Sandra Loosemore <sandra@codesourcery.com>
14967
14968 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
14969 short or char as base type.
14970
938d3bf2
SL
149712015-09-23 Sandra Loosemore <sandra@codesourcery.com>
14972
14973 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
14974 to allow any size enum.
14975
e6c2c623
PMR
149762015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
14977
14978 * gdb.ada/array_ptr_renaming.exp: New testcase.
14979 * gdb.ada/array_ptr_renaming/foo.adb: New file.
14980 * gdb.ada/array_ptr_renaming/pack.ads: New file.
14981
06da0f77
PL
149822015-09-21 Pierre Langlois <pierre.langlois@arm.com>
14983
14984 * gdb.trace/ftrace-lock.c: New file.
14985 * gdb.trace/ftrace-lock.exp: New file.
14986
4f51c22a
PL
149872015-09-21 Pierre Langlois <pierre.langlois@arm.com>
14988
14989 * gdb.arch/insn-reloc.c: New file.
14990 * gdb.arch/ftrace-insn-reloc.exp: New file.
14991
7041adf4
PL
149922015-09-21 Pierre Langlois <pierre.langlois@arm.com>
14993
14994 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
14995 instruction.
14996 * gdb.trace/pendshr1.c (pendfunc): Likewise.
14997 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
14998 * gdb.trace/range-stepping.c: Likewise.
14999 * gdb.trace/trace-break.c: Likewise.
15000 * gdb.trace/trace-mt.c (thread_function): Likewise.
15001 * gdb.trace/ftrace.c (marker): Likewise.
15002 * gdb.trace/trace-condition.c (marker): Likewise.
15003 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
15004 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
15005 is_aarch64_target.
15006
015d2e7e
DE
150072015-09-18 Doug Evans <xdje42@gmail.com>
15008
15009 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
15010 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
15011
26b188a2
SL
150122015-09-18 Sandra Loosemore <sandra@codesourcery.com>
15013
15014 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
15015 the breakpoint.
15016
79dc332b
SL
150172015-09-18 Sandra Loosemore <sandra@codesourcery.com>
15018
15019 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
15020 the pending breakpoint. Remove timeout override for "Run till
15021 MI pending breakpoint on pendfunc3 on thread 2" test.
15022
f57929f2
SL
150232015-09-18 Sandra Loosemore <sandra@codesourcery.com>
15024
15025 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
15026 filename pattern.
15027
3f469b17
SL
150282015-09-18 Sandra Loosemore <sandra@codesourcery.com>
15029
15030 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
15031 in breakpoint filename pattern.
15032
515b89b3
SL
150332015-09-18 Sandra Loosemore <sandra@codesourcery.com>
15034
7800dbe4
SL
15035 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
15036
150372015-09-18 Sandra Loosemore <sandra@codesourcery.com>
15038
515b89b3
SL
15039 * gdb.linespec/explicit.exp: Check for readline support for
15040 tab-completion tests. Fix obvious typo.
15041
d2939ba2
MM
150422015-09-18 Markus Metzger <markus.t.metzger@intel.com>
15043
15044 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
15045 and replay.
15046
cbb55fa7
MM
150472015-09-18 Markus Metzger <markus.t.metzger@intel.com>
15048
15049 * gdb.btrace/non-stop.c: New.
15050 * gdb.btrace/non-stop.exp: New.
15051
43691ca1
PL
150522015-09-17 Pierre Langlois <pierre.langlois@arm.com>
15053 Yao Qi <yao.qi@linaro.org>
15054
15055 * gdb.trace/trace-condition.c: New file.
15056 * gdb.trace/trace-condition.exp: New file.
15057
d78908cf
WW
150582015-09-16 Wei-cheng Wang <cole945@gmail.com>
15059
15060 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
15061 for testing bytecode compilation.
15062
1ed415e2
PA
150632015-09-16 Pedro Alves <palves@redhat.com>
15064 Sandra Loosemore <sandra@codesourcery.com>
15065
15066 * gdb.threads/non-stop-fair-events.c (timeout): New global.
15067 (SECONDS): Redefine.
15068 (main): Call pthread_kill and alarm early.
15069 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
15070 support.
15071 (test): If the target can't hardware step and doesn't support
15072 displaced stepping, increase the timeout.
15073
d136eff5
PA
150742015-09-16 Pedro Alves <palves@redhat.com>
15075
15076 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
15077 (enable_debug): New procedures.
15078 (test): Use them. Bail out if waiting for threads fails.
15079 (top level): Bail out if a test fails.
15080
991f019c
YQ
150812015-09-16 Yao Qi <yao.qi@linaro.org>
15082
15083 * gdb.asm/asm-source.exp: Set asm-arch for
15084 aarch64*-*-* target.
15085 * gdb.asm/aarch64.inc: New file.
15086
bfca584f
PMR
150872015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
15088
15089 * gdb.ada/array_of_variable_length.exp: New testcase.
15090 * gdb.ada/array_of_variable_length/foo.adb: New file.
15091 * gdb.ada/array_of_variable_length/pck.adb: New file.
15092 * gdb.ada/array_of_variable_length/pck.ads: New file.
15093
b326e587
DE
150942015-09-15 Doug Evans <dje@google.com>
15095
15096 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
15097 of function static local variable.
15098
5382cfab
PW
150992015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
15100
15101 * gdb.threads/tls-so_extern.exp: New test file.
15102 * gdb.threads/tls-so_extern.c: New test file.
15103 * gdb.threads/tls-so_extern_main.c: New test file.
15104
141c5cc4
JK
151052015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
15106
15107 * gdb.opt/solib-intra-step-lib.c: New file.
15108 * gdb.opt/solib-intra-step-main.c: New file.
15109 * gdb.opt/solib-intra-step.exp: New file.
15110
d15dcecd
PA
151112015-09-15 Pedro Alves <palves@redhat.com>
15112
15113 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
15114 gdb_continue_to_breakpoint instead of gdb_test_multiple.
15115
4c2f2a79
PA
151162015-09-14 Pedro Alves <palves@redhat.com>
15117
15118 * gdb.base/hook-stop-continue.c: Delete.
15119 * gdb.base/hook-stop-continue.exp: Delete.
15120 * gdb.base/hook-stop-frame.c: Delete.
15121 * gdb.base/hook-stop-frame.exp: Delete.
15122 * gdb.base/hook-stop.c: New file.
15123 * gdb.base/hook-stop.exp: New file.
15124
919e6dbe
PMR
151252015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
15126
15127 * gdb.ada/access_to_packed_array.exp: New testcase.
15128 * gdb.ada/access_to_packed_array/foo.adb: New file.
15129 * gdb.ada/access_to_packed_array/pack.adb: New file.
15130 * gdb.ada/access_to_packed_array/pack.ads: New file.
15131
157280a4
MM
151322015-09-14 Markus Metzger <markus.t.metzger@intel.com>
15133
15134 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
15135 buffer size test.
15136
2fd33e94
DB
151372015-09-11 Don Breazeal <donb@codesourcery.com>
15138
15139 * gdb.base/foll-exec.c: Add copyright header. Fix
15140 formatting issues.
15141 * gdb.base/foll-exec.exp (zap_session): Delete proc.
15142 (do_exec_tests): Use clean_restart in place of zap_session,
15143 and for test initialization. Fix formatting issues. Use
15144 fail in place of perror.
15145 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
15146 an expect statement to match an expression with output from
15147 the program under debug.
15148 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
15149 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
15150 * gdb.threads/non-ldr-exc-2.exp: Likewise.
15151 * gdb.threads/non-ldr-exc-3.exp: Likewise.
15152 * gdb.threads/non-ldr-exc-4.exp: Likewise.
15153
e70b6e8e
DE
151542015-09-09 Doug Evans <dje@google.com>
15155
15156 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
15157
7a551a51
DE
151582015-09-09 Doug Evans <dje@google.com>
15159
15160 * gdb.base/pie-execl.exp: Fix result test of build_executable.
15161
4c666f84
DE
151622015-09-09 Doug Evans <dje@google.com>
15163
15164 * gdb.base/savedregs.exp: Fix typo.
15165
243a9253
PA
151662015-09-09 Pedro Alves <palves@redhat.com>
15167
15168 * gdb.mi/mi-cli.exp: Add CLI finish tests.
15169
c0fa8fbd
SL
151702015-09-08 Sandra Loosemore <sandra@codesourcery.com>
15171
15172 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
15173 command actually switches threads. Give up on remaining
15174 tests if target fails to stop at breakpoint.
15175
cd7c1778
PMR
151762015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
15177
15178 * gdb.ada/funcall_char.exp: New testcase.
15179 * gdb.ada/funcall_char/foo.adb: New file.
15180
dc5c8746
PMR
151812015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
15182
15183 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
15184 expected outputs. Add two testcases for completing ambiguous
15185 functions.
15186 * gdb.ada/complete/aux_pck.adb: New file.
15187 * gdb.ada/complete/aux_pck.ads: New file.
15188 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
15189 Ambiguous_Func functions.
15190 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
15191 * gdb.ada/complete/pck.adb: Likewise.
15192
4e83a1e7
UW
151932015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
15194
15195 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
15196 failures to run the test program under GDB.
15197
8ce74153
LM
151982015-08-26 Luis Machado <lgustavo@codesourcery.com>
15199
15200 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
15201 to C.
15202
e9756d52
PP
152032015-08-26 Patrick Palka <patrick@parcs.ath.cx>
15204
15205 * gdb.base/run-after-attach.exp: New test file.
15206 * gdb.base/run-after-attach.c: New test file.
15207
8d37573b
DB
152082015-08-26 Don Breazeal <donb@codesourcery.com>
15209
15210 * gdb.base/foll-exec-2.c: New test program.
15211 * gdb.base/foll-exec-2.exp: New test.
15212
63e43d3a
PMR
152132015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
15214
15215 * gdb.base/nested-subp1.exp: New file.
15216 * gdb.base/nested-subp1.c: New file.
15217 * gdb.base/nested-subp2.exp: New file.
15218 * gdb.base/nested-subp2.c: New file.
15219 * gdb.base/nested-subp3.exp: New file.
15220 * gdb.base/nested-subp3.c: New file.
15221
3d40fbb5
PA
152222015-08-24 Pedro Alves <palves@redhat.com>
15223
15224 * gdb.server/connect-without-multi-process.c: New file.
15225 * gdb.server/connect-without-multi-process.exp: New file.
15226
4422ac93
LM
152272015-08-24 Luis Machado <lgustavo@codesourcery.com>
15228
15229 * gdb.opt/inline-markers.c: Make z int.
15230
91dddb86
LM
152312015-08-24 Luis Machado <lgustavo@codesourcery.com>
15232
15233 * gdb.opt/inline-markers.c: Make z volatile.
15234
a48847ee
LM
152352015-08-24 Luis Machado <lgustavo@codesourcery.com>
15236
15237 * gdb.opt/inline-bt.c: New volatile global z.
15238 * gdb.opt/inline-cmds.c: Likewise.
15239 * gdb.opt/inline-locals.c: Likewise.
15240 * gdb.opt/inline-markers.c: New extern global z.
15241 (marker): Use z.
15242 (inline_fn): Likewise.
15243
0ebbc52b
PA
152442015-08-24 Pedro Alves <palves@redhat.com>
15245
15246 * config/m32r-stub.exp: Remove file.
15247 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
15248 * gdb.base/call-rt-st.exp: Likewise.
15249 * gdb.base/call-strs.exp: Likewise.
15250 * gdb.base/default.exp: Remove references to h8300-*-hms and
15251 *-*-udi*.
15252 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
15253
77c365df
AA
152542015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
15255
15256 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
15257 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
15258 and "return" use KFAIL when GDB can not read/write the vector
15259 return value.
15260
4313b8c0
GB
152612015-08-21 Gary Benson <gbenson@redhat.com>
15262
15263 * gdb.trace/pending.exp: Cope with remote transfer warnings.
15264
0e433b32
PA
152652015-08-20 Pedro Alves <palves@redhat.com>
15266
15267 * gdb.server/solib-list.exp: No longer expect an interior stop in
15268 non-stop mode.
15269
221e1a37
PA
152702015-08-20 Pedro Alves <palves@redhat.com>
15271
15272 * gdb.server/connect-stopped-target.c: New file.
15273 * gdb.server/connect-stopped-target.exp: New file.
15274
40e3ad0e
PA
152752015-08-20 Pedro Alves <palves@redhat.com>
15276
15277 * gdb.dwarf2/comp-unit-lang.exp: New file.
15278 * gdb.dwarf2/comp-unit-lang.c: New file.
15279
af39b327
PMR
152802015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
15281
15282 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
15283 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
15284
7d45c7c3 152852015-08-19 Kevin Buettner <kevinb@redhat.com>
206853a0 15286
7d45c7c3
KB
15287 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
15288 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
15289
4d6cceb4
DE
152902015-08-18 Doug Evans <dje@google.com>
15291 Adrian Sendroiu <adrian.sendroiu@freescale.com>
15292
15293 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
15294 skip_python_tests. New arg prompt_regexp.
15295 (skip_python_tests): New function.
15296 * lib/mi-support.exp (mi_skip_python_tests): New function.
15297 * gdb.python/py-mi-objfile-gdb.py: New file.
15298 * gdb.python/py-mi-objfile.c: New file.
15299 * gdb.python/py-mi-objfile.exp: New file.
15300
ad89c2aa
KS
153012015-08-17 Keith Seitz <keiths@redhat.com>
15302
15303 * gdb.linespec/explicit.exp: Move strace test from here ...
15304 * gdb.trace/strace.exp: ... to here.
15305
e3ae3c43
PP
153062015-08-15 Patrick Palka <patrick@parcs.ath.cx>
15307
15308 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
15309 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
15310
604b2636
DE
153112015-08-14 Doug Evans <xdje42@gmail.com>
15312
15313 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
15314 inferior before selecting a new file.
15315
6ff0ba5f
DE
153162015-08-14 Doug Evans <xdje42@gmail.com>
15317
15318 * gdb.mi/mi-disassemble.exp: Update.
15319 * gdb.base/disasm-optim.S: New file.
15320 * gdb.base/disasm-optim.c: New file.
15321 * gdb.base/disasm-optim.h: New file.
15322 * gdb.base/disasm-optim.exp: New file.
15323
9ca98f92
KS
153242015-08-14 Keith Seitz <keiths@redhat.com>
15325
15326 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
15327 "evaluated-by".
15328
52bbc560
JB
153292015-08-13 Joel Brobecker <brobecker@adacore.com>
15330
15331 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
15332
5d8c3ed3
PMR
153332015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
15334
15335 * gdb.ada/fun_renaming.exp: New testcase.
15336 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
15337 * gdb.ada/fun_renaming/pack.adb: New file.
15338 * gdb.ada/fun_renaming/pack.ads: New file.
15339
ea8812bc
KS
153402015-08-12 Keith Seitz <keiths@redhat.com>
15341
15342 * gdb.base/dso2dso.exp: Pass basename of source file in call to
15343 gdb_get_line_number.
15344
4dafcdeb
JB
153452015-08-12 Joel Brobecker <brobecker@adacore.com>
15346
15347 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
15348 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
15349 gdb.base/dso2dso.exp: New files.
15350
5ba32597
SDJ
153512015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
15352 Pedro Alves <palves@redhat.com>
15353 Keith Seitz <keiths@redhat.com>
15354
15355 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
15356 GDBFLAGS.
15357
b6dafabf
PP
153582015-08-12 Patrick Palka <patrick@parcs.ath.cx>
15359
15360 * gdb.base/gdbhistsize-history.exp
15361 (test_histsize_history_setting): Use save_vars.
15362 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
15363 Use save_vars.
15364 (test_no_truncation_of_unlimited_history_file): Use save_vars.
15365 * gdb.base/readline.exp: Use save_vars.
15366
abe8e607
PP
153672015-08-12 Patrick Palka <patrick@parcs.ath.cx>
15368
15369 * lib/gdb.exp (save_vars): New proc.
15370
629500fa
KS
153712015-08-11 Keith Seitz <keiths@redhat.com>
15372
15373 * gdb.base/help.exp: Update help_breakpoint_text.
15374
eb8c4e2e
KS
153752015-08-11 Keith Seitz <keiths@redhat.com>
15376
15377 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
15378 (at toplevel): Call test_explicit_breakpoints.
15379 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
15380 breakpoints.
15381 * lib/mi-support.exp (mi_make_breakpoint): Add support for
15382 breakpoint conditions, "-cond".
15383
87f0e720
KS
153842015-08-11 Keith Seitz <keiths@redhat.com>
15385
15386 * gdb.linespec/3explicit.c: New file.
15387 * gdb.linespec/cpexplicit.cc: New file.
15388 * gdb.linespec/cpexplicit.exp: New file.
15389 * gdb.linespec/explicit.c: New file.
15390 * gdb.linespec/explicit.exp: New file.
15391 * gdb.linespec/explicit2.c: New file.
15392 * gdb.linespec/ls-errs.exp: Add explicit location tests.
15393 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
15394 before using in the matching pattern.
15395 Clarify that `prefix' is a regular expression.
15396
f00aae0f
KS
153972015-08-11 Keith Seitz <keiths@redhat.com>
15398
15399 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
15400 test.
15401 Add tests for missing ",FMT" and ",".
15402
e27852be
DE
154032015-08-10 Doug Evans <dje@google.com>
15404 Keith Seitz <keiths@redhat.com>
15405
15406 PR gdb/17960
15407 * gdb.base/completion.exp: Add location completer tests.
15408
7f03bd92
PA
154092015-08-07 Pedro Alves <palves@redhat.com>
15410
15411 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
15412 tests here.
15413 (top level): Run do_test with and without displaced stepping.
15414
3fc8eb30
PA
154152015-08-07 Pedro Alves <palves@redhat.com>
15416
15417 * gdb.base/valgrind-disp-step.c: New file.
15418 * gdb.base/valgrind-disp-step.exp: New file.
15419
d4569d7b
PA
154202015-08-07 Pedro Alves <palves@redhat.com>
15421
15422 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
15423 Delete function.
15424 (main): Add alarm. Run an infinite loop instead of calling
15425 wait_threads.
15426 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
15427 comment.
15428 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
15429 Delete function.
15430 (main): Add alarm. Run an infinite loop instead of calling
15431 wait_threads.
15432 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
15433 comment.
15434
e1316e60
PA
154352015-08-07 Pedro Alves <palves@redhat.com>
15436
15437 * gdb.base/checkpoint-ns.exp: New file.
15438 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
15439 standard_testfile.
15440
da8c46d2
MM
154412015-08-07 Markus Metzger <markus.t.metzger@intel.com>
15442
15443 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
15444 * gdb.btrace/instruction_history.exp: Update.
15445 * gdb.btrace/tsx.exp: New.
15446 * gdb.btrace/tsx.c: New.
15447
de1c2c52
PA
154482015-08-06 Pedro Alves <palves@redhat.com>
15449
15450 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
15451 increase timeout.
15452 * gdb.reverse/until-precsave.exp: Bump timeouts.
15453
782e0bf4
PA
154542015-08-06 Pedro Alves <palves@redhat.com>
15455
15456 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
15457
83e97ed0
PA
154582015-08-06 Pedro Alves <palves@redhat.com>
15459
15460 PR gdb/18749
15461 * gdb.threads/process-dies-while-handling-bp.c: New file.
15462 * gdb.threads/process-dies-while-handling-bp.exp: New file.
15463
863d01bd
PA
154642015-08-06 Pedro Alves <palves@redhat.com>
15465
15466 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
15467 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
15468
0a39bb32
PA
154692015-08-05 Pedro Alves <palves@redhat.com>
15470
15471 * gdb.threads/next-while-other-thread-longjmps.c: New file.
15472 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
15473
ee2d2b10
SL
154742015-08-03 Sandra Loosemore <sandra@codesourcery.com>
15475
15476 * gdb.base/bp-permanent.exp: Report test as unsupported if
15477 the target cannot stop at the permanent breakpoint.
15478
4e1bdb00
DE
154792015-08-03 Doug Evans <dje@google.com>
15480
15481 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
15482 10000.
15483
3d338901
DE
154842015-08-03 Doug Evans <dje@google.com>
15485
15486 * Makefile.in (workers/%.worker, build-perf): New rule.
15487 (GDB_PERFTEST_MODE): New variable.
15488 (check-perf): Use it.
15489 (clean): Clean up gdb.perf parallel build subdirs.
15490 * lib/build-piece.exp: New file.
15491 * lib/gdb.exp (make_gdb_parallel_path): New function
15492 (standard_output_file, standard_temp_file): Call it.
15493 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
15494 of $GDB_PARALLEL.
15495 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
15496
af061d3e
DE
154972015-08-03 Doug Evans <dje@google.com>
15498
8e1afc81 15499 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
af061d3e
DE
15500 (LOG_FILE_NAME): New global.
15501 (TextReporter.__init__): Initialize self.txt_sum.
15502 (TextReporter.report): Add support for multiple data-points.
15503 Move report to perftest.sum, put raw data in perftest.log.
15504 (TextReporter.start): Open sum and log files.
15505 (TextReporter.end): Close sum and log files.
8e1afc81
DE
15506 * gdb.perf/lib/perftest/testresult.py
15507 (SingleStatisticTestResult.record): Handle multiple data-points.
af061d3e 15508
2c8c5d37
PA
155092015-07-31 Pedro Alves <palves@redhat.com>
15510
15511 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
15512 Use spawn_id_get_pid. Wait for spawn id after eof. Use
15513 kill_wait_spawned_process instead of explicit "kill -9".
15514 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
15515 returning a spawn id instead of a pid. Use spawn_id_get_pid and
15516 kill_wait_spawned_process.
15517 * gdb.base/attach-twice.exp: Likewise.
15518 * gdb.base/attach.exp: Likewise.
15519 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
15520 gdb_test_multiple.
15521 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
15522 returning a spawn id instead of a pid. Use spawn_id_get_pid and
15523 kill_wait_spawned_process.
15524 * gdb.base/valgrind-infcall.exp: Likewise.
15525 * gdb.multi/multi-attach.exp: Likewise.
15526 * gdb.python/py-prompt.exp: Likewise.
15527 * gdb.python/py-sync-interp.exp: Likewise.
15528 * gdb.server/ext-attach.exp: Likewise.
15529 * gdb.threads/attach-into-signal.exp (corefunc): Use
15530 spawn_wait_for_attach, spawn_id_get_pid and
15531 kill_wait_spawned_process.
15532 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
15533 spawn_wait_for_attach returning a spawn id instead of a pid. Use
15534 spawn_id_get_pid and kill_wait_spawned_process.
15535 * gdb.threads/attach-stopped.exp (corefunc): Use
15536 spawn_wait_for_attach, spawn_id_get_pid and
15537 kill_wait_spawned_process.
15538 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
15539 Use spawn_id_get_pid. Wait for spawn id after eof. Use
15540 kill_wait_spawned_process instead of explicit "kill -9".
15541 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
15542 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
15543 (spawn_wait_for_attach): Use spawn instead of exec to spawn
15544 processes. Don't map cygwin/windows pids here. Now returns a
15545 spawn id list.
15546
032a0fca
SL
155472015-07-30 Sandra Loosemore <sandra@codesourcery.com>
15548
15549 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
15550 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
15551 correct patch.
15552
61a934ca
SL
155532015-07-30 Sandra Loosemore <sandra@codesourcery.com>
15554
15555 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
15556
4bc4d428
SL
155572015-07-30 Sandra Loosemore <sandra@codesourcery.com>
15558
15559 Reapply:
15560 2014-05-21 Mark Wielaard <mjw@redhat.com>
15561
15562 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
15563
998d452a
PA
155642015-07-30 Pedro Alves <palves@redhat.com>
15565
15566 * linux-low.c (handle_extended_wait): Set the child's last
15567 reported status to TARGET_WAITKIND_STOPPED.
15568
69dde7dc
PA
155692015-07-30 Pedro Alves <palves@redhat.com>
15570
15571 PR threads/18600
15572 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
15573 only shows inferior 1.
15574
4dd63d48
PA
155752015-07-30 Simon Marchi <simon.marchi@ericsson.com>
15576 Pedro Alves <palves@redhat.com>
15577
15578 PR threads/18600
15579 * gdb.threads/fork-plus-threads.c: New file.
15580 * gdb.threads/fork-plus-threads.exp: New file.
15581
d618e4c5
PP
155822015-07-29 Patrick Palka <patrick@parcs.ath.cx>
15583
15584 * gdb.base/batch-preserve-term-settings.exp
15585 (test_terminal_settings_preserved_after_cli_exit): Use
15586 send_quit_command.
15587
1eef6428
PA
155882015-07-29 Pedro Alves <palves@redhat.com>
15589 Don Breazeal <donb@codesourcery.com>
15590
15591 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
15592 output from both inferior_spawn_id and gdb_spawn_id.
15593
7da5b897
SDJ
155942015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
15595
15596 * gdb.threads/attach-into-signal.exp (corefunc): Use
15597 with_test_prefix on nested loops, uniquefying the test messages.
15598
dac804df
SDJ
155992015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
15600
15601 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
15602 commit.
15603
06265e53
PP
156042015-07-29 Patrick Palka <patrick@parcs.ath.cx>
15605
15606 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
15607 New proc.
15608 (test_terminal_settings_preserved_after_sigterm): New test.
15609
18206ca3
PP
156102015-07-29 Patrick Palka <patrick@parcs.ath.cx>
15611
15612 * gdb.base/batch-preserve-term-settings.exp
15613 (test_terminal_settings_preserved_after_cli_exit): New test.
15614
90074d11
PP
156152015-07-29 Patrick Palka <patrick@parcs.ath.cx>
15616
15617 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
15618 manipulation of saved_gdbflags.
15619 (test_terminal_settings_preserved): Remove global declaration of
15620 the unused variable pagination_prompt. Remove manipulation of
15621 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
15622 GDBFLAGS.
15623
eb1a7902
PA
156242015-07-29 Pedro Alves <palves@redhat.com>
15625
15626 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
15627
8b75dd3b
PA
156282015-07-29 Pedro Alves <palves@redhat.com>
15629
15630 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
15631 at the top.
15632
dedad4e3
PA
156332015-07-29 Pedro Alves <palves@redhat.com>
15634
15635 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
15636 (main): Call gdb_unbuffer_output.
15637 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
15638 (main): Call gdb_unbuffer_output.
15639 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
15640 (main): Call gdb_unbuffer_output.
15641 * gdb.base/call-strs.exp: Adjust to step over the
15642 gdb_unbuffer_output call.
15643 * gdb.base/catch-gdb-caused-signals.c: Include
15644 "../lib/unbuffer_output.c".
15645 (main): Call gdb_unbuffer_output.
15646 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
15647 (main): Call gdb_unbuffer_output.
15648 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
15649 (main): Call gdb_unbuffer_output.
15650 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
15651 (main): Call gdb_unbuffer_output.
15652 * gdb.base/shlib-call.exp: Adjust to step over the
15653 gdb_unbuffer_output call.
15654 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
15655 (main): Call gdb_unbuffer_output.
15656 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
15657 (main): Call gdb_unbuffer_output.
15658 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
15659 (main): Rename to ...
15660 (test): ... this.
15661 (main): Reimplement.
15662 * gdb.base/varargs.exp: Run to test instead of to main.
15663 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
15664 (main): Call gdb_unbuffer_output.
15665
58789a91
PA
156662015-07-29 Pedro Alves <palves@redhat.com>
15667
15668 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
15669 factore out from mi_continue_dprintf. For call-style dprintfs,
15670 expect dprintf output out of $inferior_spawn_id.
15671 (mi_continue_dprintf): Use mi_expect_dprintf.
15672 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
15673 (main): Call gdb_unbuffer_output.
15674
e8376742
PA
156752015-07-29 Pedro Alves <palves@redhat.com>
15676
15677 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
15678 (default_mi_gdb_start): Set inferior_spawn_id instead of
15679 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
15680 gdb_spawn_id.
15681 (mi_gdb_test): Always expect inferior output from both
15682 $inferior_spawn_id and $gdb_spawn_id.
15683
08280010
PA
156842015-07-29 Pedro Alves <palves@redhat.com>
15685
15686 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
15687 send_inferior and $inferior_spawn_id.
15688
4d30e432
PA
156892015-07-29 Pedro Alves <palves@redhat.com>
15690
15691 * gdb.gdb/complaints.exp (test_initial_complaints)
15692 (test_serial_complaints, test_short_complaints): Use
15693 gdb_test_stdio.
15694 (test_empty_complaint): Handle $inferior_spawn_id !=
15695 $gdb_spawn_id.
15696
0d30a335
PA
156972015-07-29 Pedro Alves <palves@redhat.com>
15698
15699 * gdb.base/varargs.exp: Use gdb_test_stdio.
15700
39413b29
PA
157012015-07-29 Pedro Alves <palves@redhat.com>
15702
15703 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
15704
7cb000a9
PA
157052015-07-29 Pedro Alves <palves@redhat.com>
15706
15707 * gdb.base/ending-run.exp: Use gdb_test_stdio.
15708
d7b8ac82
PA
157092015-07-29 Pedro Alves <palves@redhat.com>
15710
15711 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
15712 parameter into two new parameters, "inf_result" and "gdb_result".
15713 Expect inferior output and gdb output from $inferior_spawn_id and
15714 $gdb_spawn_id, respectively. Adjust all callers.
15715
789c3a0c
PA
157162015-07-29 Pedro Alves <palves@redhat.com>
15717
15718 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
15719 of gdb_test_sequence.
15720
77e760c3
PA
157212015-07-29 Pedro Alves <palves@redhat.com>
15722
15723 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
15724 (saw_spurious_output): Expect inferior output from
15725 $inferior_spawn_id. Use gdb_test_stdio.
15726
8396d2cd
PA
157272015-07-29 Pedro Alves <palves@redhat.com>
15728
15729 * gdb.base/dprintf.exp: Use standard_testfile. Change
15730 prepare_for_testing call.
15731 (srcfile): Don't set.
15732 (restart): New procedure.
15733 (test_dprintf): New procecure, use to continue over dprintfs.
15734 (test_call, test_agent): New procedures, tests moved here.
15735 Restart gdb and recreate dprintfs. Adjust expected output.
15736
2051d61f
PA
157372015-07-29 Pedro Alves <palves@redhat.com>
15738
15739 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
15740
452397af
PA
157412015-07-29 Pedro Alves <palves@redhat.com>
15742
15743 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
15744
8aed9555
PA
157452015-07-29 Pedro Alves <palves@redhat.com>
15746
15747 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
15748 gdb_test_stdio.
15749
188a61b4
PA
157502015-07-29 Pedro Alves <palves@redhat.com>
15751
15752 * lib/gdb.exp (gdb_test_stdio): New procedure.
15753
12264a45
PA
157542015-07-29 Pedro Alves <palves@redhat.com>
15755
15756 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
15757
23ffc893
PA
157582015-07-29 Pedro Alves <palves@redhat.com>
15759
15760 * gdb.base/call-signal-resume.exp: Remove check for
15761 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
15762 * gdb.base/unwindonsignal.exp: Likewise.
15763 * gdb.base/call-signals.c (gen_signal): Remove printf call.
15764 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
15765
65566918
PA
157662015-07-29 Pedro Alves <palves@redhat.com>
15767
15768 * gdb.base/siginfo-addr.c (pass): New function.
15769 (handler): Call it iff si_addr is correct.
15770 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
15771 Set a breakpoint at "pass" and continue to it.
15772
d60a9221
SDJ
157732015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
15774
15775 * gdb.python/py-objfile.exp: Make some tests have unique names.
15776 * gdb.python/py-pp-registration.exp: Likewise.
15777
bde40b8f
PA
157782015-07-28 Pedro Alves <palves@redhat.com>
15779
15780 * gdb.server/server-exec-info.exp: Issue a "disconnect".
15781
13e1dec8
SM
157822015-07-27 Simon Marchi <simon.marchi@ericsson.com>
15783
15784 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
15785
da33c9a7
SM
157862015-07-27 Simon Marchi <simon.marchi@ericsson.com>
15787
15788 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
15789
077836f7
PP
157902015-07-27 Patrick Palka <patrick@parcs.ath.cx>
15791
15792 * gdb.base/gdb-sigterm-2.exp: New test.
15793
b8cc7b2e
DE
157942015-07-25 Doug Evans <xdje42@gmail.com>
15795
15796 Revert:
15797 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
15798 (workers/%.worker, build-perf): New rule.
15799 (GDB_PERFTEST_MODE): New variable.
15800 (check-perf): Use it.
15801 (clean): Clean up gdb.perf parallel build subdirs.
15802 * lib/build-piece.exp: New file.
15803 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
15804 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
15805 name.
15806 (standard_temp_file): Ditto.
15807 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
15808 of $GDB_PARALLEL.
15809
c8bd4544
DE
158102015-07-24 Doug Evans <dje@google.com>
15811
15812 * gdb.perf/lib/perftest/utils.py: New file.
15813 * gdb.perf/gm-hello.cc: New file.
15814 * gdb.perf/gm-pervasive-typedef.cc: New file.
15815 * gdb.perf/gm-pervasive-typedef.h: New file.
15816 * gdb.perf/gm-std.cc: New file.
15817 * gdb.perf/gm-std.h: New file.
15818 * gdb.perf/gm-use-cerr.cc: New file.
15819 * gdb.perf/gm-utils.h: New file.
15820 * gdb.perf/gmonster-null-lookup.py: New file.
15821 * gdb.perf/gmonster-pervasive-typedef.py: New file.
15822 * gdb.perf/gmonster-print-cerr.py: New file.
15823 * gdb.perf/gmonster-ptype-string.py: New file.
15824 * gdb.perf/gmonster-runto-main.py: New file.
15825 * gdb.perf/gmonster-select-file.py: New file.
15826 * gdb.perf/gmonster1-null-lookup.exp: New file.
15827 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
15828 * gdb.perf/gmonster1-print-cerr.exp: New file.
15829 * gdb.perf/gmonster1-ptype-string.exp: New file.
15830 * gdb.perf/gmonster1-runto-main.exp: New file.
15831 * gdb.perf/gmonster1-select-file.exp: New file.
15832 * gdb.perf/gmonster1.cc: New file.
15833 * gdb.perf/gmonster1.exp: New file.
15834 * gdb.perf/gmonster2-null-lookup.exp: New file.
15835 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
15836 * gdb.perf/gmonster2-print-cerr.exp: New file.
15837 * gdb.perf/gmonster2-ptype-string.exp: New file.
15838 * gdb.perf/gmonster2-runto-main.exp: New file.
15839 * gdb.perf/gmonster2-select-file.exp: New file.
15840 * gdb.perf/gmonster2.cc: New file.
15841 * gdb.perf/gmonster2.exp: New file.
15842
6eab34f3
DE
158432015-07-24 Doug Evans <dje@google.com>
15844
15845 * gdb.perf/README: New file.
15846 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
15847 * lib/gen-perf-test.exp: New file.
15848
63738bfd
DE
158492015-07-24 Doug Evans <dje@google.com>
15850
15851 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
15852 (PerfTest::startup): New function.
15853 (PerfTest::run): Return result of calling body.
15854 (PerfTest::assemble): Rewrite.
15855 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
15856 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
15857 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
15858 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
15859 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
15860
7b606f95
DE
158612015-07-24 Doug Evans <dje@google.com>
15862
15863 * lib/gdb.exp (clean_restart): Make executable optional.
15864
a97b16b8
DE
158652015-07-24 Doug Evans <dje@google.com>
15866
15867 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
15868 compiler_info references.
15869 * gdb.cp/temargs.exp: Ditto.
15870 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
15871 (get_compiler_info): Early exit if already computed. Set compiler_info
15872 to "unknown" if there was a problem.
15873 (test_compiler_info): Add function comment. Call get_compiler_info.
15874
35baa57f
DE
158752015-07-24 Doug Evans <dje@google.com>
15876
15877 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
15878 (workers/%.worker, build-perf): New rule.
15879 (GDB_PERFTEST_MODE): New variable.
15880 (check-perf): Use it.
15881 (clean): Clean up gdb.perf parallel build subdirs.
15882 * lib/build-piece.exp: New file.
15883 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
15884 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
15885 name.
15886 (standard_temp_file): Ditto.
15887 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
15888 of $GDB_PARALLEL.
15889
6ebea266
DE
158902015-07-24 Doug Evans <dje@google.com>
15891
15892 * lib/future.exp (gdb_default_target_compile): New option
15893 "early_flags".
15894 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
15895 --as-needed.
15896
1e76a7e9
SDJ
158972015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
15898
15899 * gdb.base/catch-syscall.exp: Call gdb_exit before
15900 gdb_skip_xml_test.
15901
5068630a
PA
159022015-07-24 Pedro Alves <palves@redhat.com>
15903
15904 * gdb.python/py-events.exp: Accept output between the stop event
15905 and the prompt.
15906 * gdb.python/py-evsignal.exp: Likewise.
15907 * gdb.python/py-evthreads.exp: Likewise.
15908
77598427
PA
159092015-07-24 Pedro Alves <palves@redhat.com>
15910
15911 PR gdb/18717
15912 * gdb.threads/non-ldr-exit.c: New file.
15913 * gdb.threads/non-ldr-exit.exp: New file.
15914
11e6c98f
YQ
159152015-07-24 Yao Qi <yao.qi@linaro.org>
15916
15917 * gdb.server/ext-wrapper.exp: Test --wrapper option when
15918 restarting process.
15919
51aee833
YQ
159202015-07-24 Yao Qi <yao.qi@linaro.org>
15921
15922 * gdb.server/ext-restart.exp: New file.
15923
8cfe207c
YQ
159242015-07-24 Yao Qi <yao.qi@linaro.org>
15925
15926 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
15927 argument options.
15928 * gdb.server/ext-wrapper.exp: New file.
15929
cc12ce38
DE
159302015-07-23 Doug Evans <dje@google.com>
15931
15932 * gdb.dwarf2/dw2-dummy-cu.S: New file.
15933 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
15934
d0d84780
PMR
159352015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
15936
15937 * gdb.ada/var_arr_typedef.exp: New testcase.
15938 * gdb.ada/var_arr_typedef/pack.adb: New file.
15939 * gdb.ada/var_arr_typedef/pack.ads: New file.
15940 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
15941
8b558f79
JB
159422015-07-20 Joel Brobecker <brobecker@adacore.com>
15943
15944 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
15945
775a3298
JK
159462015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
15947
15948 * gdb.arch/i386-biarch-core.exp: Replace istarget
15949 by "complete set gnutarget". Remove expectation for the "core-file"
15950 command.
15951
db1ff28b
JK
159522015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
15953
15954 Revert the previous commit:
15955 Tests for validate symbol file using build-id.
15956
0a94970d
JK
159572015-07-15 Aleksandar Ristovski <aristovski@qnx.com
15958
15959 Tests for validate symbol file using build-id.
15960 * gdb.base/solib-mismatch-lib.c: New file.
15961 * gdb.base/solib-mismatch-libmod.c: New file.
15962 * gdb.base/solib-mismatch.c: New file.
15963 * gdb.base/solib-mismatch.exp: New file.
15964
03346981
SL
159652015-07-15 Sandra Loosemore <sandra@codesourcery.com>
15966
15967 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
15968 nios2-*-linux*.
15969 * gdb.base/sigbpt.exp (stepi_out): Likewise.
15970 * gdb.base/siginfo.exp: Likewise.
15971 * gdb.base/sigstep.exp (advance, advancei): Likewise.
15972
42422cc7
PL
159732015-07-15 Pierre Langlois <pierre.langlois@arm.com>
15974
15975 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
15976 Move it to ...
15977 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
15978 ... here.
15979 * gdb.trace/range-stepping.exp: Check that the target supports
15980 range stepping.
15981
cfa68bae
JK
159822015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
15983
15984 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
15985
8ffdba26
PA
159862015-07-14 Pedro Alves <palves@redhat.com>
15987
15988 * gdb.base/killed-outside.exp: New file.
15989 * gdb.base/killed-outside.c: New file.
15990
218a5a11
JK
159912015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
15992
15993 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
15994 (n at main): New.
15995 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
15996
e03ed3c6
AA
159972015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
15998
15999 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
16000 infcall tests instead of setting up for KFAIL.
16001
485668e5
MM
160022015-07-10 Markus Metzger <markus.t.metzger@intel.com>
16003
16004 * gdb.btrace/record_goto-step.exp: New.
16005
08464196
JK
160062015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
16007
16008 PR compile/18484
16009 * gdb.compile/compile.c (struct struct_type): Add volatile to
16010 selffield's type.
16011 * gdb.compile/compile.exp
16012 (compile code struct_object.selffield = &struct_object): Skip further
16013 struct_object tests if this one xfails.
16014
bcf5c1d9
RC
160152015-07-08 Robert O'Callahan <robert@ocallahan.org>
16016
16017 PR exp/18617
16018 * gdb.trace/ax.exp: Add test.
16019
4931af25
YQ
160202015-07-07 Yao Qi <yao.qi@linaro.org>
16021
16022 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
16023 instead of istarget "aarch64*-*-*".
16024 * gdb.arch/aarch64-fp.exp: Likewise.
16025 * gdb.base/float.exp: Likewise.
16026 * gdb.reverse/aarch64.exp: Likewise.
16027 * lib/gdb.exp (is_aarch64_target): New proc.
16028
9fcf688e
YQ
160292015-07-07 Yao Qi <yao.qi@linaro.org>
16030
16031 * lib/gdb.exp (is_aarch32_target): New proc.
16032 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
16033 instead of "istarget "arm*-*-*"".
16034 * gdb.arch/arm-disp-step.exp: Likewise.
16035 * gdb.arch/thumb-bx-pc.exp: Likewise.
16036 * gdb.arch/thumb-prologue.exp: Likewise.
16037 * gdb.arch/thumb-singlestep.exp: Likewise.
16038 * gdb.base/disp-step-syscall.exp: Likewise.
16039 * gdb.base/float.exp: Likewise.
16040
fbd8d50d
YQ
160412015-07-07 Yao Qi <yao.qi@linaro.org>
16042
16043 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
16044 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
16045
71be1fdc
YQ
160462015-07-07 Yao Qi <yao.qi@linaro.org>
16047
16048 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
16049 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
16050 if it exists.
16051 * gdb.multi/multi-arch.exp: Likewise.
16052
3e221d36
SM
160532015-07-07 Simon Marchi <simon.marchi@ericsson.com>
16054
16055 * gdb.python/py-lazy-string.exp: Add missing parentheses to
16056 print.
16057
d441430b
YQ
160582015-07-07 Yao Qi <yao.qi@linaro.org>
16059
16060 * gdb.arch/thumb-singlestep.exp: Do one more single step.
16061
06f810bd
MG
160622015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
16063
16064 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
16065 '[' and ']' characters.
16066
5e61e7c0
IB
160672015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
16068
16069 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
16070
28bf096c
PA
160712015-06-29 Pedro Alves <palves@redhat.com>
16072
16073 PR threads/18127
16074 * gdb.threads/hand-call-new-thread.c: New file.
16075 * gdb.threads/hand-call-new-thread.c: New file.
16076
ee93cd5e
KS
160772015-06-26 Keith Seitz <keiths@redhat.com>
16078 Doug Evans <dje@google.com>
16079
16080 PR 16253
16081 * gdb.cp/var-tag-2.cc: New file.
16082 * gdb.cp/var-tag-3.cc: New file.
16083 * gdb.cp/var-tag-4.cc: New file.
16084 * gdb.cp/var-tag.cc: New file.
16085 * gdb.cp/var-tag.exp: New file.
16086
fc637f04
PP
160872015-06-26 Patrick Palka <patrick@parcs.ath.cx>
16088
16089 * gdb.base/history-duplicates.exp: New test.
16090
2e52ae68
PP
160912015-06-26 Patrick Palka <patrick@parcs.ath.cx>
16092
16093 * gdb.base/completion.exp: Test the completion of the "focus"
16094 command.
16095
6e22494e
JK
160962015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
16097
16098 * gdb.arch/amd64-prologue-skip.S: New file.
16099 * gdb.arch/amd64-prologue-skip.exp: New file.
16100
bf7b9cd9
SM
161012015-06-25 Simon Marchi <simon.marchi@ericsson.com>
16102
16103 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
16104 is_address_zero_readable check.
16105
201e8dfd
PB
161062015-06-24 Peter Bergner <bergner@vnet.ibm.com>
16107
16108 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
16109 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
16110
5cd867b4
YQ
161112015-06-24 Yao Qi <yao.qi@linaro.org>
16112
16113 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
16114 linux targets.
16115
4d7be007
YQ
161162015-06-24 Yao Qi <yao.qi@linaro.org>
16117
16118 * lib/gdb.exp (supports_get_siginfo_type): New proc.
16119 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
16120 * gdb.base/siginfo-thread.exp: Likewise.
16121
07fcd301
YQ
161222015-06-22 Yao Qi <yao.qi@linaro.org>
16123
16124 * boards/remote-gdbserver-on-localhost.exp: Add comments.
16125
52042a00
YQ
161262015-06-22 Yao Qi <yao.qi@linaro.org>
16127
16128 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
16129 aarch64*-*-*.
16130 (skip_hw_watchpoint_tests): Likewise.
16131
74bd41ce
PP
161322015-06-18 Patrick Palka <patrick@parcs.ath.cx>
16133
16134 * gdb.base/gdbinit-history.exp: Test the interaction between
16135 setting GDBHISTSIZE and setting the history size via .gdbinit.
16136
bc460514
PP
161372015-06-17 Patrick Palka <patrick@parcs.ath.cx>
16138
16139 PR gdb/16999
16140 * gdb.base/gdbhistsize-history.exp: New test.
16141
b58c513b
PP
161422015-06-17 Patrick Palka <patrick@parcs.ath.cx>
16143
16144 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
16145 with GDBHISTSIZE.
16146 * gdb.base/readline.exp: Likewise.
16147
92046791
YQ
161482015-06-17 Yao Qi <yao.qi@linaro.org>
16149
16150 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
16151 line.
16152
2093d2d3
PP
161532015-06-17 Patrick Palka <patrick@parcs.ath.cx>
16154
16155 * gdb.base/gdbinit-history.exp: Add test case to check that
16156 an unlimited history file does not get truncated on exit.
16157
e6c693af
AA
161582015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
16159
16160 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
16161 (VECTOR): New macro. Use it...
16162 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
16163 ...for these typedefs.
16164 (int8, char1, int1, double1): New typedefs.
16165 (struct just_int2, struct two_int2): New structures.
16166 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
16167 (add_structvecs, add_singlevecs): New functions.
16168 (main): Call add_some_intvecs twice.
16169 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
16170 the compile and exit upon failure. Try compiling for the "native"
16171 architecture. Test inferior function calls with vector arguments
16172 and vector return value handling with "finish" and "return".
16173
c74f7d1c
JT
161742015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
16175
16176 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
16177 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
16178 PE file.
16179 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
16180
98aa42ee
AT
161812015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
16182
16183 PR breakpoints/16465
16184 * gdb.mi/mi-dprintf-pending.c: New file.
16185 * gdb.mi/mi-dprintf-pending.exp: New test.
16186 * gdb.mi/mi-dprintf-pendshr.c: New file.
16187
7d73c23c 161882015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
72f4393d 16189 Mircea Gherzan <mircea.gherzan@intel.com>
7d73c23c
WT
16190
16191 * gdb.arch/i386-mpx-map.c: New file.
16192 * gdb.arch/i386-mpx-map.exp: New File.
16193
161942015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
16195
16196 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
16197 * gdb.arch/i386-mpx.exp: Indentation fixed.
16198
161992015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
16200
16201 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
16202 function and improved indentation.
16203 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
16204 gdb_test_multiple. Added additional tests to skip the test.
16205
162062015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
16207
16208 * gdb.arch/i386-avx512.c: Change path in include file.
16209 * gdb.arch/i386-avx512.exp: Change include dir path
16210 compilation flag.
16211 * gdb.arch/i386-mpx.c: Change path in include file.
16212 * gdb.arch/i386-mpx.exp: Change include dir path compilation
16213 flag.
16214
d5eba19a
JK
162152015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
16216
16217 * gdb.compile/compile-print.exp (compile print *vararray@3)
16218 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
16219
7f361056
JK
162202015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
16221
16222 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
16223 (do not keep jit in memory): ... this.
16224 (expect 5): Change it to ...
16225 (expect no 5): ... this.
16226
3b462ec2
SM
162272015-06-02 Simon Marchi <simon.marchi@ericsson.com>
16228
16229 PR gdb/15564
16230 * gdb.mi/mi-detach.exp: New file.
16231
e0619de6
JK
162322015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
16233
16234 PR symtab/18392
16235 * gdb.arch/amd64-tailcall-self.S: New file.
16236 * gdb.arch/amd64-tailcall-self.c: New file.
16237 * gdb.arch/amd64-tailcall-self.exp: New file.
16238
e970cb34
DB
162392015-05-28 Don Breazeal <donb@codesourcery.com>
16240
16241 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
16242 tests for remote targets by checking is_target_gdbserver.
16243
b2e2f908
DE
162442015-05-27 Doug Evans <dje@google.com>
16245
16246 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
16247 * gdb.dwarf2/opaque-type-lookup.c: New file.
16248 * gdb.dwarf2/opaque-type-lookup.exp: New file.
16249
82c7be31
DE
162502015-05-26 Doug Evans <dje@google.com>
16251
16252 * gdb.cp/iostream.cc: New file.
16253 * gdb.cp/iostream.exp: New file.
16254
b4f54984
DE
162552015-05-26 Doug Evans <dje@google.com>
16256
16257 * gdb.dwarf2/dw2-op-call.exp: Update.
16258 * gdb.dwarf2/dw4-sig-types.exp: Update.
16259 * gdb.dwarf2/implptr.exp: Update.
16260 * gdb.mi/mi-cmd-param-changed.exp: Update.
16261
4ea6efe9
DE
162622015-05-26 Doug Evans <dje@google.com>
16263
16264 * gdb.python/py-lazy-string.c: New file.
16265 * gdb.python/py-lazy-string.exp: New file.
16266 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
16267 (main): Update. Add estring3.
16268 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
16269 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
16270
f6bb7db3
YQ
162712015-05-26 Omair Javaid <omair.javaid@linaro.org>
16272 Yao Qi <yao.qi@linaro.org>
16273
16274 * gdb.reverse/aarch64.c: New.
16275 * gdb.reverse/aarch64.exp: New.
16276
a81bfbd0
OJ
162772015-05-26 Omair Javaid <omair.javaid@linaro.org>
16278
25d49b86
PA
16279 * lib/gdb.exp (supports_process_record): Return true for
16280 aarch64*-linux*.
a81bfbd0
OJ
16281 (supports_reverse): Likewise.
16282
158bf1b4
PP
162832015-05-22 Patrick Palka <patrick@parcs.ath.cx>
16284
16285 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
16286 Use with_test_prefix.
16287
a0145030
AB
162882015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
16289
16290 * gdb.base/completion.exp: Add test for completion of layout
16291 names.
16292
ebe3b578
AB
162932015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
16294
16295 * lib/gdb.exp (skip_tui_tests): New proc.
16296 * gdb.base/tui-layout.exp: Check skip_tui_tests.
16297
84204ed7
PA
162982015-05-19 Pedro Alves <palves@redhat.com>
16299
16300 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
16301 Save the whole env array instead of just HOME. Unset HISTSIZE in
16302 the environment while testing. Restore whole environment
16303 afterwards.
16304
37442ce1
DE
163052015-05-16 Doug Evans <xdje42@gmail.com>
16306
16307 * gdb.guile/scm-ports.c: New file.
16308 * gdb.guile/scm-ports.exp: Add memory port tests.
16309
36de76f9
JK
163102015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
16311
16312 * gdb.compile/compile-print.c: New file.
16313 * gdb.compile/compile-print.exp: New file.
16314
3a9558c4
JK
163152015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
16316
16317 * gdb.compile/compile-ops.exp: Cast param to void.
16318 * gdb.compile/compile.exp: Complete type for _gdb_expr.
16319 (compile code struct_object.selffield = &struct_object): Add xfail.
16320
aa715135
JG
163212015-05-15 Joel Brobecker <brobecker@adacore.com>
16322
16323 * gdb.ada/arr_enum_with_gap: New testcase.
16324
931e5bc3
JG
163252015-05-15 Joel Brobecker <brobecker@adacore.com>
16326
16327 * gdb.ada/byte_packed_arr: New testcase.
16328
9cd4d857
JB
163292015-05-15 Joel Brobecker <brobecker@adacore.com>
16330
16331 * gdb.ada/pckd_neg: New testcase.
16332
ebfd00d2
PP
163332015-05-13 Patrick Palka <patrick@parcs.ath.cx>
16334
16335 PR gdb/17820
16336 * gdb.base/gdbinit-history.exp: New test.
16337 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
16338 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
16339
4c082a81
SC
163402015-05-09 Siva Chandra Reddy <sivachandra@google.com>
16341
16342 * gdb.python/py-xmethods.cc: Enhance test case.
16343 * gdb.python/py-xmethods.exp: New tests.
16344 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
16345 function.
16346 (B_indexoper): Likewise.
16347 (global_dm_list) : Add new xmethod worker functions.
16348
f7797074
SDJ
163492015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
16350
16351 * gdb.base/coredump-filter.exp: Correctly unset
16352 "coredump_var_addr" array.
16353
a4674e4e
PA
163542015-05-08 Pedro Alves <palves@redhat.com>
16355
16356 * gdb.server/non-existing-program.exp: Unset spawn_id.
16357
df2eb078
SC
163582015-05-08 Siva Chandra Reddy <sivachandra@google.com>
16359
16360 PR python/18291
16361 * gdb.python/py-xmethods.exp: Add tests.
16362
422349a3
YQ
163632015-05-08 Yao Qi <yao.qi@linaro.org>
16364
16365 PR gdb/18208
16366 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
16367 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
16368 function set_coredump_filter, and remove remote_exec call.
16369 Remove argument ipid. Callers update.
16370 (top level): Don't get inferior's PID.
16371
63fc80ce
AA
163722015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
16373
16374 * gdb.base/watch_thread_num.exp: Skip test on targets without
16375 access watchpoints.
16376
80ad801e
PA
163772015-05-06 Pedro Alves <palves@redhat.com>
16378
16379 PR server/18081
16380 * gdb.server/non-existing-program.exp: New file.
16381
0fa7fe50
JB
163822015-05-05 Joel Brobecker <brobecker@adacore.com>
16383
16384 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
16385
3ea89b92
PMR
163862015-05-05 Joel Brobecker <brobecker@adacore.com>
16387
16388 * gdb.ada/out_of_line_in_inlined: New testcase.
16389
87b8eff0
JB
163902015-05-05 Joel Brobecker <brobecker@adacore.com>
16391
16392 * gdb.ada/var_rec_arr: New testcase.
16393
5fccc635
YQ
163942015-04-30 Yao Qi <yao.qi@linaro.org>
16395
16396 * gdb.base/break-idempotent.exp: If
16397 skip_hw_watchpoint_multi_tests returns true, skip the tests
16398 on "rwatch" and "awatch".
16399
42d38f42
YQ
164002015-04-30 Yao Qi <yao.qi@linaro.org>
16401
16402 * gdb.base/relativedebug.exp: Invoke gdb command
16403 "info sharedlibrary", and if libc.so doesn't have debug info,
16404 skip the test.
16405
2ce1cdbf
DE
164062015-04-29 Doug Evans <dje@google.com>
16407
16408 * gdb.python/py-xmethods.exp: Add ptype tests.
16409 * gdb.python/py-xmethods.py (E_method_char_worker): Add
16410 get_result_type method.
16411
f24a38c5
LM
164122015-04-29 Luis Machado <lgustavo@codesourcery.com>
16413
16414 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
16415 the target does not support hardware watchpoints.
16416
ecbf2b3c
LM
164172015-04-29 Luis Machado <lgustavo@codesourcery.com>
16418
16419 * gdb.base/break-always.exp: Abort testing if writing to memory
16420 causes an error.
16421
34f5f757
DE
164222015-04-28 Doug Evans <dje@google.com>
16423
16424 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
16425 * gdb.python/py-pp-registration.exp: ... here. New file.
16426 * gdb.python/py-pp-registration.c: New file.
16427 * gdb.python/py-pp-registration.py: New file.
16428
69b4374a
DE
164292015-04-28 Doug Evans <dje@google.com>
16430
16431 * gdb.python/py-bad-printers.c: New file.
16432 * gdb.python/py-bad-printers.py: New file.
16433 * gdb.python/py-bad-printers.exp: New file.
16434
59fb7612
SS
164352015-04-28 Sasha Smundak <asmundak@google.com>
16436
16437 * gdb.python/py-type.exp: New test.
16438
2631b16a
AW
164392015-04-28 Andy Wingo <wingo@igalia.com>
16440
16441 * gdb.python/py-parameter.exp:
16442 * gdb.guile/scm-parameter.exp: Escape the path that we are
16443 matching against, as it might contain characters that are special
16444 to regular expressions.
16445
460efde1
JB
164462015-04-27 Joel Brobecker <brobecker@adacore.com>
16447
16448 * gdb.ada/rec_comp: New testcase.
16449
2d369d8e
SDJ
164502015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
16451
16452 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
16453 before using it.
16454
cf75d6c3
AB
164552015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
16456
16457 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
16458 new tests for verilog output.
16459
8dbe7ca5
YQ
164602015-04-24 Yao Qi <yao.qi@linaro.org>
16461
16462 * boards/remote-gdbserver-on-localhost.exp: New file.
16463
4ef9fb2f
PA
164642015-04-23 Pedro Alves <palves@redhat.com>
16465
16466 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
16467 $inferior_spawn_id instead of $inferior_spawn_id directly. On
16468 "end of file", remove $inferior_spawn_id from the indirect list.
16469
0a803169
PA
164702015-04-23 Pedro Alves <palves@redhat.com>
16471
16472 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
16473
749ef8f8
PA
164742015-04-23 Pedro Alves <palves@redhat.com>
16475
16476 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
16477 on $any_spawn_id instead of only on $gdb_spawn_id.
16478
8aae4344
PM
164792015-04-21 Pierre Muller <muller@sourceware.org>
16480
16481 PR pascal/17815
16482 * lib/pascal.exp (gpc_compile): Add new option "class".
16483 (fpc_compile): Likewise.
16484 * gdb.pascal/case-insensitive-symbols.pas: New file.
16485 * gdb.pascal/case-insensitive-symbols.exp: New file.
16486
1586c8fb
GB
164872015-04-20 Gary Benson <gbenson@redhat.com>
16488
16489 * gdb.base/attach.exp: Fix three extended remote failures.
16490
1b6e6f5c
GB
164912015-04-17 Gary Benson <gbenson@redhat.com>
16492
16493 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
16494 the main executable over the remote protocol.
16495
e797481d
PA
164962015-04-16 Pedro Alves <palves@redhat.com>
16497
16498 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
16499 a new gdbserver if gdbserver_reconnect_p is set.
16500
1ca99c42
PA
165012015-04-16 Pedro Alves <palves@redhat.com>
16502
16503 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
16504 is set, don't exit gdbserver.
16505
af9fd6f8
AA
165062015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
16507
16508 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
16509 appropriate .insn, such that an older assembler can be used.
16510 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
16511 the z/Architecture instruction set on 31-bit targets as well.
16512
04ff1e61
AA
165132015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
16514
16515 * gdb.go/handcall.exp: Remove all logic related to the first
16516 breakpoint and rely on go_runto_main instead.
16517 * gdb.go/strings.exp: Likewise.
16518 * gdb.go/unsafe.exp: Likewise.
16519 * gdb.go/hello.exp: Likewise. Also rename the remaining
16520 breakpoint marker to "breakpoint 1".
16521 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
16522 * gdb.go/strings.go: Likewise.
16523 * gdb.go/unsafe.go: Likewise.
16524 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
16525 "set breakpoint 2 here" and rename the remaining breakpoint marker
16526 to "breakpoint 1".
16527
40d2f8d6
SM
165282015-04-15 Simon Marchi <simon.marchi@ericsson.com>
16529
16530 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
16531 if itertools.imap is not present.
16532 * gdb.python/py-objfile.exp: Add parentheses.
16533 * gdb.python/py-type.exp: Same.
16534 * gdb.python/py-unwind-maint.py: Same.
16535
8cbc97c6
YQ
165362015-04-15 Yao Qi <yao.qi@linaro.org>
16537
16538 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
16539 of ":$ptr_size" and set its form explicitly.
16540
45fd756c
YQ
165412015-04-15 Pedro Alves <palves@redhat.com>
16542 Yao Qi <yao.qi@linaro.org>
16543
16544 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
16545 timeout by factor of 4.
16546 (test_regular_watch): Likewise.
16547 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
16548 * gdb.reverse/sigall-reverse.exp: Likewise.
16549 * gdb.reverse/until-precsave.exp: Likewise.
16550 * lib/gdb.exp (with_timeout_factor): New proc.
16551 (gdb_expect): Move some code to ...
16552 (get_largest_timeout): ... here. New procedure.
16553
9e811bc3
LM
165542015-04-14 Luis Machado <lgustavo@codesourcery.com>
16555
16556 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
16557
0ff6fcb2
LM
165582015-04-13 Luis Machado <lgustavo@codesourcery.com>
16559
16560 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
16561 to write to the .text section.
16562
7578d5f7
LM
165632015-04-13 Luis Machado <lgustavo@codesourcery.com>
16564
16565 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
16566 Handle the case of targets that do not provide PID information.
16567
2efe15c4
YQ
165682015-04-13 Yao Qi <yao.qi@linaro.org>
16569
16570 * lib/gdbserver-support.exp (gdb_exit): Catch exception
16571 and use expect instead of gdb_expect.
16572
8cd8f2f8
SDJ
165732015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
16574
16575 * gdb.base/coredump-filter.exp: Rename variable "addr" to
16576 "coredump_var_addr" to avoid naming conflict with other testcases.
16577
9ee41772
PA
165782015-04-10 Pedro Alves <palves@redhat.com>
16579
16580 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
16581 gdb_test_sequence and gdb_assert.
16582
07473109
PA
165832015-04-10 Pedro Alves <palves@redhat.com>
16584
16585 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
16586 test messages that don't include the breakpoint address.
16587
de3db44c
YQ
165882015-04-10 Yao Qi <yao.qi@linaro.org>
16589
16590 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
16591 false for some offset and width combinations which aren't
16592 supported by linux kernel.
16593
c79d856c
PA
165942015-04-10 Pedro Alves <palves@redhat.com>
16595
16596 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
16597 procedure, factored out from ...
16598 (top level): ... here. Add "set displaced-stepping" testing axis.
16599 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
16600 parameter "displaced". Use it.
16601 (top level): Use foreach and add "set displaced-stepping" testing
16602 axis.
16603
ebc90b50
PA
166042015-04-10 Pedro Alves <palves@redhat.com>
16605
16606 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
16607 Remove comment.
16608 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
16609 both the address of the instruction that triggers the watchpoint
16610 and the address of the instruction immediately after, and use
16611 those addresses for the test. Fix comment.
16612
8f572e5c
PA
166132015-04-10 Pedro Alves <palves@redhat.com>
16614
16615 * gdb.base/sigstep.exp (breakpoint_to_handler)
16616 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
16617 Test "backtrace" in handler.
16618 (breakpoint_over_handler): New parameter 'displaced'. Use it.
16619 (top level): Add new "displaced" test axis to
16620 breakpoint_to_handler, breakpoint_to_handler_entry and
16621 breakpoint_over_handler.
16622
8d707a12
PA
166232015-04-10 Pedro Alves <palves@redhat.com>
16624
16625 PR gdb/18216
16626 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
16627
ef713951
YQ
166282015-04-10 Yao Qi <yao.qi@linaro.org>
16629
16630 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
16631 (test_add_rn_pc): New function.
16632 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
16633 (top level): Invoke test_add_rn_pc.
16634
906d60cf
PA
166352015-04-10 Pedro Alves <palves@redhat.com>
16636
16637 PR gdb/13858
16638 * gdb.base/step-over-no-symbols.exp: New file.
16639
f2983cc3
AW
166402015-04-09 Andy Wingo <wingo@igalia.com>
16641
16642 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
16643 after the Python tests.
16644
6d62641c
SDJ
166452015-04-08 Keith Seitz <keiths@redhat.com>
16646
16647 PR python/16699
16648 * gdb.python/py-completion.exp: New tests for completion.
16649 * gdb.python/py-completion.py (CompleteLimit1): New class.
16650 (CompleteLimit2): Likewise.
16651 (CompleteLimit3): Likewise.
16652 (CompleteLimit4): Likewise.
16653 (CompleteLimit5): Likewise.
16654 (CompleteLimit6): Likewise.
16655 (CompleteLimit7): Likewise.
16656
f3770638
PA
166572015-04-08 Pedro Alves <palves@redhat.com>
16658
16659 PR gdb/18214
16660 PR gdb/18216
16661 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
16662 function.
16663 (main): Install it as SIGUSR1 handler.
16664 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
16665 parameter. Always use "setup" as prefix. Toggle "set
16666 displaced-stepping" off/on depending on global. Don't switch to
16667 thread 1 here.
16668 (top level): Add displaced stepping "off/on" test axis. Update
16669 "setup" calls. Wrap each subtest with with_test_prefix. Test
16670 continuing with a queued signal in each thread.
16671
4496bed7
PA
166722015-04-08 Pedro Alves <palves@redhat.com>
16673
16674 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
16675 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
16676 gdb_breakpoint instead of gdb_test that doesn't expect anything.
16677 Return early if running to main fails.
16678 * gdb.trace/while-stepping.exp: Likewise.
16679
b97fde92
PA
166802015-04-07 Pedro Alves <palves@redhat.com>
16681
16682 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
16683 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
16684 interact with inferior program.
16685
f71c18e7
PA
166862015-04-07 Pedro Alves <palves@redhat.com>
16687
16688 * lib/gdb.exp (inferior_spawn_id): New global.
16689 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
16690 spawn id after processing the user code.
16691 (default_gdb_start): Set inferior_spawn_id.
16692 (send_inferior): New procedure.
16693 * lib/gdbserver-support.exp (gdbserver_start): Set
16694 inferior_spawn_id.
16695 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
16696
6423214f
PA
166972015-04-07 Pedro Alves <palves@redhat.com>
16698
16699 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
16700 * lib/gdbserver-support.exp (gdbserver_start): Make
16701 $server_spawn_id global.
16702 (gdbserver_start): Don't wait for gdbserver's spawn id with
16703 expect_background.
16704 (close_gdbserver): New procedure.
16705 (gdb_exit): Rename the default version and reimplement.
16706
71c0ee8c
PA
167072015-04-07 Pedro Alves <palves@redhat.com>
16708
72f4393d 16709 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
71c0ee8c
PA
16710 append the substituted item, not the original item.
16711
203bc29b
PA
167122015-04-07 Pedro Alves <palves@redhat.com>
16713
16714 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
16715 gdb_expect.
16716
508a3ddf
PA
167172015-04-07 Pedro Alves <palves@redhat.com>
16718
16719 * gdb.base/interrupt.exp: Don't handle the case of the inferior
16720 output appearing once only.
16721
9f6dbe2b
PA
167222015-04-07 Pedro Alves <palves@redhat.com>
16723
16724 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
16725 that doesn't expect anything. Return early if running to main
16726 fails.
16727
337532fa
YQ
167282015-04-07 Yao Qi <yao.qi@linaro.org>
16729
16730 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
16731 (child_function): Call alarm.
16732 (main): Move call to alarm into the loop.
16733 * gdb.threads/non-stop-fair-events.exp: Build program with
16734 -DTIMEOUT=$timeout.
16735
01b622d4
DE
167362015-04-06 Doug Evans <xdje42@gmail.com>
16737
16738 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
16739 Fix dest parameter to board_info.
16740 (fpc_compile): Ditto.
16741 (gdb_compile_pascal): Rename dest arg to destfile.
16742
961f4160
PMR
167432015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
16744
16745 * gdb.ada/funcall_ref.exp: New file.
16746 * gdb.ada/funcall_ref/foo.adb: New file.
16747
cafda597
YQ
167482015-04-02 Yao Qi <yao.qi@linaro.org>
16749
16750 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
16751 is remote.
16752
fed040c6
GB
167532015-04-02 Gary Benson <gbenson@redhat.com>
16754
16755 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
16756
d11916aa
SS
167572015-04-01 Sasha Smundak <asmundak@google.com>
16758
16759 * gdb.python/py-unwind-maint.c: New file.
16760 * gdb.python/py-unwind-maint.exp: New test.
16761 * gdb.python/py-unwind-maint.py: New file.
16762 * gdb.python/py-unwind.c: New file.
16763 * gdb.python/py-unwind.exp: New test.
16764 * gdb.python/py-unwind.py: New test.
16765
a1471180
PA
167662015-04-01 Pedro Alves <palves@redhat.com>
16767
16768 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
16769 to fail instead of non-existent $test.
16770
0bbeccb1
PA
167712015-04-01 Pedro Alves <palves@redhat.com>
16772
16773 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
16774 GDBFLAGS if not empty.
16775
3c724c8c
PMR
167762015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
16777
16778 * gdb.ada/complete.exp: Remove "multi_line".
16779 * gdb.ada/info_exc.exp: Remove "multi_line".
16780 * gdb.ada/packed_tagged.exp: Remove "multi_line".
16781 * gdb.ada/ptype_field.exp: Remove "multi_line".
16782 * gdb.ada/sym_print_name.exp: Remove "multi_line".
16783 * gdb.ada/tagged.exp: Remove "multi_line".
16784 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
16785 [multi_line ...]
16786 * gdb.btrace/delta.exp: Likewise.
16787 * gdb.btrace/exception.exp: Likewise.
16788 * gdb.btrace/function_call_history.exp: Likewise.
16789 * gdb.btrace/instruction_history.exp: Likewise.
16790 * gdb.btrace/nohist.exp: Likewise.
16791 * gdb.btrace/record_goto.exp: Likewise.
16792 * gdb.btrace/segv.exp: Likewise.
16793 * gdb.btrace/stepi.exp: Likewise.
16794 * gdb.btrace/tailcall.exp: Likewise.
16795 * gdb.btrace/unknown_functions.exp: Likewise.
16796 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
16797 * lib/gdb.exp: Add the "multi_line" helper.
16798
4eec2deb
PA
167992015-04-01 Pedro Alves <palves@redhat.com>
16800
16801 * gdb.threads/tid-reuse.c: New file.
16802 * gdb.threads/tid-reuse.exp: New file.
16803
df8411da
SDJ
168042015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
16805
16806 PR corefiles/16092
16807 * gdb.base/coredump-filter.c: New file.
16808 * gdb.base/coredump-filter.exp: Likewise.
16809
6ef37366
PM
168102015-03-27 Petr Machata <pmachata@redhat.com>
16811
16812 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
16813 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
16814 (Dwarf::assemble): Initialize them.
16815 (Dwarf::lines): New function.
16816
7ec911b0
JT
168172015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
16818
16819 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
16820 SYMBOL_PREFIX for x86_64-*-cygwin.
16821
ff908ebf
AW
168222015-03-26 Andy Wingo <wingo@igalia.com>
16823
16824 PR symtab/18148
16825 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
16826 const_value but not a location.
16827 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
16828 location defined in non-main CUs are visible.
16829
6d5f0679
YQ
168302015-03-26 Yao Qi <yao.qi@linaro.org>
16831
16832 PR testsuite/18139
16833 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
16834 Add a line number entry for the same line.
16835 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
16836 Add a line number entry for the same line.
16837
2898689b
YQ
168382015-03-26 Yao Qi <yao.qi@linaro.org>
16839
16840 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
16841 .int 0.
16842 (func): Likewise. Add .Lfunc_1 label.
16843 Use .Lfunc_1 label.
16844 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
16845 .int 0.
16846 (func): Likewise.
16847 Use .Lfunc_1 label.
16848
85180498
YQ
168492015-03-26 Yao Qi <yao.qi@linaro.org>
16850
16851 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
16852 Call gdb_compile instead to compile each .s files without debug
16853 information.
16854
8aa08a8d
YQ
168552015-03-26 Yao Qi <yao.qi@linaro.org>
16856
16857 * gdb.base/savedregs.exp (process_saved_regs): Make
16858 "Saved registers:" optional in the pattern.
16859
66849923
MM
168602015-03-25 Markus Metzger <markus.t.metzger@intel.com>
16861
16862 * gdb.btrace/next.exp: Merged into step.exp.
16863 * gdb.btrace/finish.exp: Merged into step.exp.
16864 * gdb.btrace/nexti.exp: Merged into stepi.exp.
16865 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
16866 "record goto" and checking the exact replay position.
16867 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
16868 check for "Recording format" in "info record" output.
16869 * gdb.btrace/record_goto.exp: Choose test file based on target.
16870 * gdb.btrace/x86-record_goto.S: Renamed into ...
16871 * gdb.btrace/x86_64-record_goto.S: ... this.
16872 * gdb.btrace/i686-record_goto.S: New.
16873 * gdb.btrace/x86-tailcall.S: Renamed into ...
16874 * gdb.btrace/x86_64-tailcall.S: ... this.
16875 * gdb.btrace/i686-tailcall.S: New.
16876 * gdb.btrace/x86-tailcall.c: Renamed into ...
16877 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
16878 separate statements. Update test.
16879 * gdb.btrace/delta.exp: Use record_goto.c as test file.
16880 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
16881 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
16882 * gdb.btrace/tailcall.exp: Choose test file based on target.
16883 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
16884
11cc1b74
MM
168852015-03-25 Markus Metzger <markus.t.metzger@intel.com>
16886
16887 * gdb.btrace/exception.exp: Increase BTS buffer size.
16888
a25d8bf9
PA
168892015-03-24 Pedro Alves <palves@redhat.com>
16890
16891 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
16892
856e7dd6
PA
168932015-03-24 Pedro Alves <palves@redhat.com>
16894
16895 * gdb.threads/schedlock.exp (test_step): No longer expect that
16896 "set scheduler-locking step" with "next" over a function call runs
16897 threads unlocked.
16898
ad235a41
AT
168992015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
16900
16901 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
16902
15630549
AT
169032015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
16904
16905 PR breakpoints/16466
16906 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
16907 * gdb.mi/mi-pending.c (thread_func): New function.
16908 (int main): Add threading support required.
16909 * gdb.mi/mi-pending.exp: Add tests for this issue.
16910 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
16911 (pendfunc2): Remove stdio dependency.
16912 * gdb.mi/mi-pendshr2.c: New file.
16913
693dca06
KS
169142015-03-23 Keith Seitz <keiths@redhat.com>
16915
16916 * gdb.linespec/keywords.c: New file.
16917 * gdb.linespec/keywords.exp: New file.
16918
7e993ebf
KS
169192015-03-23 Keith Seitz <keiths@redhat.com>
16920
16921 PR gdb/18021
16922 * gdb.dwarf2/staticvirtual.exp: New test.
16923
bc23328c
JK
169242015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
16925
16926 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
16927 * README: Remove HP-UX and gdb.hp.
16928 (configuration):
16929 * configure: Regenerate.
16930 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
16931 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
16932 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
16933 gdb.hp/gdb.defects/Makefile.
16934 * gdb.hp/Makefile.in: File deleted.
16935 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
16936 * gdb.hp/gdb.aCC/optimize.c: File deleted.
16937 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
16938 * gdb.hp/gdb.aCC/run.c: File deleted.
16939 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
16940 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
16941 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
16942 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
16943 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
16944 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
16945 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
16946 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
16947 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
16948 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
16949 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
16950 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
16951 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
16952 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
16953 * gdb.hp/gdb.base-hp/reg.s: File deleted.
16954 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
16955 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
16956 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
16957 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
16958 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
16959 * gdb.hp/gdb.compat/Makefile.in: File deleted.
16960 * gdb.hp/gdb.compat/average.c: File deleted.
16961 * gdb.hp/gdb.compat/sum.c: File deleted.
16962 * gdb.hp/gdb.compat/xdb.c: File deleted.
16963 * gdb.hp/gdb.compat/xdb0.c: File deleted.
16964 * gdb.hp/gdb.compat/xdb0.h: File deleted.
16965 * gdb.hp/gdb.compat/xdb1.c: File deleted.
16966 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
16967 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
16968 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
16969 * gdb.hp/gdb.defects/Makefile.in: File deleted.
16970 * gdb.hp/gdb.defects/bs14602.c: File deleted.
16971 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
16972 * gdb.hp/gdb.defects/solib-d.c: File deleted.
16973 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
16974 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
16975 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
16976 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
16977 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
16978 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
16979 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
16980 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
16981 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
16982 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
16983 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
16984 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
16985 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
16986 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
16987 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
16988 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
16989 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
16990 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
16991 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
16992 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
16993 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
16994 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
16995 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
16996 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
16997 * gdb.hp/tools/odump: File deleted.
16998
8bf3b159
PA
169992015-03-19 Pedro Alves <palves@redhat.com>
17000
17001 * gdb.threads/continue-pending-status.exp (saw_thread_2)
17002 (saw_thread_3): New globals.
17003 (top level): Increment them when an event for the corresponding
17004 thread is seen.
17005 (no thread starvation): New test.
17006
eb54c8bf
PA
170072015-03-19 Pedro Alves <palves@redhat.com>
17008
17009 * gdb.threads/continue-pending-status.c: New file.
17010 * gdb.threads/continue-pending-status.exp: New file.
17011
32d2e5d6
PA
170122015-03-18 Pedro Alves <palves@redhat.com>
17013
17014 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
17015 Use gdb_is_target_remote instead of is_remote. Use
17016 gdb_test_multiple instead of gdb_expect. Exit early if
17017 gdb_test_multiple hits its internal matches. Tighten stepi tests
17018 expected output. Fail on exit with any signal, instead of just
17019 SIGILL.
17020
f68f11b7
YQ
170212015-03-18 Yao Qi <yao.qi@linaro.org>
17022
17023 PR tdep/18107
17024 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
17025 variable.
17026 * gdb.base/catch-syscall.exp: Don't skip it on
17027 aarch64*-*-linux* target. Remove elements in all_syscalls.
17028 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
17029 target.
17030 (setup_all_syscalls): New proc.
17031
ca5fd19b
YQ
170322015-03-16 Yao Qi <yao.qi@linaro.org>
17033
17034 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
17035 (top level): Skip tests if valid_addr_p returns false for
17036 $cmd1 or $cmd2.
17037
85642ba0
AW
170382015-03-11 Andy Wingo <wingo@igalia.com>
17039
17040 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
17041
e03f9645
YQ
170422015-03-11 Yao Qi <yao.qi@linaro.org>
17043
17044 * gdb.base/catch-syscall.exp: Fix typo in comments.
17045
5d0962b2
YQ
170462015-03-11 Yao Qi <yao.qi@linaro.org>
17047
17048 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
17049
b2df3cef
PA
170502015-03-09 Pedro Alves <palves@redhat.com>
17051
17052 * dg-extract-results.py: Delete.
17053
ef878e53
PA
170542015-03-09 Pedro Alves <palves@redhat.com>
17055
17056 Merge dg-extract-results.sh from GCC upstream (r218843).
17057
17058 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
17059 * dg-extract-results.sh: Use --text with grep to avoid issues with
17060 binary files. Fall back to cat -v, if that doesn't work.
17061
9494d219
PA
170622015-03-05 Pedro Alves <palves@redhat.com>
17063
17064 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
17065
a8d9763a
SM
170662015-03-04 Simon Marchi <simon.marchi@ericsson.com>
17067
17068 * lib/mi-support.exp (mi_expect_interrupt): Accept
17069 alternative event for when in all-stop mode.
17070
be9957b8
PA
170712015-03-04 Pedro Alves <palves@redhat.com>
17072
17073 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
17074
d57be0f4 170752015-03-04 Mark Kettenis <kettenis@gnu.org>
4727d613
MK
17076
17077 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
17078
c214c7cf
AA
170792015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
17080
17081 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
17082 regexps for GDB's current line display, accept a hex address
17083 preceding the line number.
17084
6d74a497
AA
170852015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
17086
17087 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
17088 the 'arch1' variable for "s390*-linux*" targets.
17089
511aee7c
PA
170902015-03-04 Pedro Alves <palves@redhat.com>
17091
17092 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
17093 (main): Pass missing retval argument to pthread_join call.
17094
95e50b27
PA
170952015-03-02 Pedro Alves <palves@redhat.com>
17096
17097 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
17098 (top level): Call do_test with non-stop as well.
17099
28054d69
PA
171002015-03-02 Pedro Alves <palves@redhat.com>
17101
17102 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
17103 -1.
17104
4fa5d7b4
AA
171052015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
17106
17107 * gdb.arch/s390-vregs.exp: New test.
17108 * gdb.arch/s390-vregs.S: New file.
17109
97c18565
PA
171102015-02-27 Pedro Alves <palves@redhat.com>
17111
17112 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
17113 call to catch_command_errors.
17114 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
17115 catch_command_errors.
17116
a37bfa30
PA
171172015-02-27 Pedro Alves <palves@redhat.com>
17118
17119 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
17120 "true" for boolean result.
17121 * gdb.gdb/selftest.exp (test_with_self): Also accept full
17122 prototype of main.
17123
6f98576f
PA
171242015-02-27 Pedro Alves <palves@redhat.com>
17125
17126 * lib/unbuffer_output.c: New file.
17127 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
17128 (main): Call gdb_unbuffer_output.
17129
eba5ab56
YQ
171302015-02-27 Yao Qi <yao.qi@linaro.org>
17131
17132 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
17133 target.
17134
0def5aaa
DE
171352015-02-26 Doug Evans <dje@google.com>
17136
17137 * gdb.cp/class2.cc (Dbase, D): New classes.
17138 (main): New local delta.
17139 * gdb.cp/class2.exp: Test printing delta.
17140 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
17141 (dynbar): New global.
17142 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
17143
081a1c2c
JK
171442015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
17145
17146 * gdb.compile/compile-ifunc.c: New file.
17147 * gdb.compile/compile-ifunc.exp: New file.
17148
2f41223f
AT
171492015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
17150
17151 * gdb.base/structs.exp: Check for correct struct on finish.
17152
03eddd80
YQ
171532015-02-26 Yao Qi <yao.qi@linaro.org>
17154
17155 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
17156 is zero.
17157
80c57053
JK
171582015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
17159
17160 * gdb.arch/cordic.ko.bz2: New file.
17161 * gdb.arch/cordic.ko.debug.bz2: New file.
17162 * gdb.arch/ppc64-symtab-cordic.exp: New file.
17163
21613c12
YQ
171642015-02-25 Yao Qi <yao.qi@linaro.org>
17165
17166 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
17167 aarch64*-*-* target.
17168
d8b901ed
PA
171692015-02-23 Pedro Alves <palves@redhat.com>
17170
17171 * lib/gdb.exp (delete_breakpoints): Rewrite using
17172 gdb_test_multiple.
17173
e5b85ead
PA
171742015-02-23 Pedro Alves <palves@redhat.com>
17175
17176 * gdb.base/info-os.c: Include stdlib.h.
17177
85c3a371
DE
171782015-02-22 Doug Evans <xdje42@gmail.com>
17179
17180 PR symtab/17855
17181 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
17182 is read after symbols have been re-read.
17183 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
17184 * gdb.ada/exec_changed/second.adb (Second): Ditto.
17185
96553a0c
DE
171862015-02-21 Doug Evans <dje@google.com>
17187
17188 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
17189
97a0c697
JK
171902015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
17191
17192 PR corefiles/17808
17193 * gdb.arch/i386-biarch-core.core.bz2: New file.
17194 * gdb.arch/i386-biarch-core.exp: New file.
17195
a47cd6e9
PA
171962015-02-21 Pedro Alves <palves@redhat.com>
17197
17198 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
17199 runto_main fails.
17200
c5facdc4
PA
172012015-02-20 Pedro Alves <palves@redhat.com>
17202
17203 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
17204 info probes.
17205
2db9a427
PA
172062015-02-20 Pedro Alves <palves@redhat.com>
17207
17208 * gdb.threads/multi-create-ns-info-thr.exp: New file.
17209
60fb7e9e
PA
172102015-02-20 Pedro Alves <palves@redhat.com>
17211
17212 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
17213 clean_restart before gdb_target_supports_trace.
17214
5c5019c2
PA
172152015-02-20 Pedro Alves <palves@redhat.com>
17216
17217 PR threads/18006
17218 * gdb.threads/clone-thread_db.c: New file.
17219 * gdb.threads/clone-thread_db.exp: New file.
17220
c9587f88
AT
172212015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
17222
17223 PR breakpoints/16812
17224 * gdb.base/catch-gdb-caused-signals.c: New file.
17225 * gdb.base/catch-gdb-caused-signals.exp: New file.
17226
f6a88844
JM
172272015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
17228
17229 * configure: Regenerated.
17230 * configure.ac: Use GDB_AC_TRANSFORM.
17231 * aclocal.m4: sinclude ../transform.m4.
17232
497c491b
JM
172332015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
17234
17235 * lib/dtrace.exp: New file.
17236 * gdb.base/dtrace-probe.exp: Likewise.
17237 * gdb.base/dtrace-probe.d: Likewise.
17238 * gdb.base/dtrace-probe.c: Likewise.
17239 * lib/pdtrace.in: Likewise.
17240 * configure.ac: Output variables with the transformed names of
17241 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
17242 * configure: Regenerated.
17243
03e98035
JM
172442015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
17245
17246 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
17247 expected message when trying to access $_probe_* convenience
17248 variables while not on a probe.
17249
63cc30e9
JK
172502015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
17251
17252 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
17253
0703599a
PA
172542015-02-11 Pedro Alves <pedro@codesourcery.com>
17255
17256 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
17257 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
17258
7e60a48e
DE
172592015-02-10 Doug Evans <xdje42@gmail.com>
17260
17261 * lib/gdb.exp (gdb_load): Always return a result.
17262
01b088bc
PA
172632015-02-10 Pedro Alves <palves@redhat.com>
17264
17265 * gdb.threads/signal-sigtrap.c: New file.
17266 * gdb.threads/signal-sigtrap.exp: New file.
17267
b05ec7a5
AT
172682015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
17269
17270 * gdb.trace/no-attach-trace.c: New file.
17271 * gdb.trace/no-attach-trace.exp: New file.
17272
a2c2acaf
MW
172732015-02-09 Mark Wielaard <mjw@redhat.com>
17274
17275 * gdb.dwarf2/atomic.c: New file.
17276 * gdb.dwarf2/atomic-type.exp: Likewise.
17277
31fd9caa
MM
172782015-02-09 Markus Metzger <markus.t.metzger@intel.com>
17279
17280 * gdb.btrace/buffer-size.exp: Update "info record" output.
17281 * gdb.btrace/delta.exp: Update "info record" output.
17282 * gdb.btrace/enable.exp: Update "info record" output.
17283 * gdb.btrace/finish.exp: Update "info record" output.
17284 * gdb.btrace/instruction_history.exp: Update "info record" output.
17285 * gdb.btrace/next.exp: Update "info record" output.
17286 * gdb.btrace/nexti.exp: Update "info record" output.
17287 * gdb.btrace/step.exp: Update "info record" output.
17288 * gdb.btrace/stepi.exp: Update "info record" output.
17289 * gdb.btrace/nohist.exp: Update "info record" output.
17290
d33501a5
MM
172912015-02-09 Markus Metzger <markus.t.metzger@intel.com>
17292
17293 * gdb.btrace/buffer-size: New.
17294
f4abbc16
MM
172952015-02-09 Markus Metzger <markus.t.metzger@intel.com>
17296
17297 * gdb.btrace/delta.exp: Update "info record" output.
17298 * gdb.btrace/enable.exp: Update "info record" output.
17299 * gdb.btrace/finish.exp: Update "info record" output.
17300 * gdb.btrace/instruction_history.exp: Update "info record" output.
17301 * gdb.btrace/next.exp: Update "info record" output.
17302 * gdb.btrace/nexti.exp: Update "info record" output.
17303 * gdb.btrace/step.exp: Update "info record" output.
17304 * gdb.btrace/stepi.exp: Update "info record" output.
17305 * gdb.btrace/nohist.exp: Update "info record" output.
17306
b9d61307
SM
173072015-02-06 Simon Marchi <simon.marchi@ericsson.com>
17308
17309 PR gdb/15678
17310 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
17311
e584fdbc
PA
173122015-02-06 Pedro Alves <palves@redhat.com>
17313
17314 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
17315 macro.
17316 (seconds_left, again): New globals.
17317 (main): Wait seconds_left in a 1-second sleep loop instead of
17318 sleeping 180 seconds. If 'again' is set, reset the seconds
17319 counter.
17320 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
17321 'again' in the inferior before detaching. Print the seconds left.
17322 (options): New global.
17323 (top level): Build program with -DTIMEOUT=$timeout.
17324
77f41761
PA
173252015-02-06 Pedro Alves <palves@redhat.com>
17326
17327 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
17328 determine how many seconds to pass to 'alarm'.
17329 * gdb.base/gdb-sigterm.exp (top level): Build program with
17330 -DTIMEOUT=$timeout.
17331 (do_test): Return success/failure indication. Add more verbose
17332 logging. Don't fail if 200 single steps are seen. Instead, fail
17333 when the test times out.
17334 (passes): New global.
17335 (top level): Break the testing loop if testing fails on any
17336 iteration. Use gdb_assert.
17337
b9394193
DB
173382015-02-04 Don Breazeal <donb@codesourcery.com>
17339
17340 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
17341 and initialize them.
17342 (ipc_cleanup): New function.
17343 (main): Don't declare shmid, semid, and msqid. Add a call to
17344 atexit so that we call ipc_cleanup on exit.
17345
42d9e528
PA
173462015-02-04 Pedro Alves <palves@redhat.com>
17347
17348 * boards/native-extended-gdbserver.exp: Remove any target variant
17349 specifications from the board name before clearing the isremote
17350 flag from board_info.
17351
ae6ae975
DE
173522015-01-31 Doug Evans <xdje42@gmail.com>
17353
17354 * gdb.base/maint.exp <maint print type argc>: Update expected output.
17355
cfb069a8
GB
173562015-01-31 Gary Benson <gbenson@redhat.com>
17357
17358 * gdb.base/completion.exp: Disable completion limiting for
17359 existing tests. Add new tests to check completion limiting.
17360 * gdb.linespec/ls-errs.exp: Disable completion limiting.
17361
5dd31d79
DE
173622015-01-31 Doug Evans <xdje42@gmail.com>
17363
17364 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
17365
9f050062
DE
173662015-01-31 Doug Evans <xdje42@gmail.com>
17367
17368 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
17369 entries. Duplicate file section script entries.
17370 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
17371 inlined entries. Add test for safe-path rejection.
17372 * gdb.python/py-section-script.c: Add duplicate inlined section script
17373 entries. Duplicate file section script entries.
17374 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
17375 inlined entries. Add test for safe-path rejection.
17376
df25ebbd
JB
173772015-01-29 Joel Brobecker <brobecker@adacore.com>
17378
17379 * gdb.ada/disc_arr_bound: New testcase.
17380
4a0ca9ec
JB
173812015-01-29 Joel Brobecker <brobecker@adacore.com>
17382
17383 * gdb.ada/mi_var_array: New testcase.
17384
3a8b707a
DE
173852015-01-27 Doug Evans <dje@google.com>
17386
17387 * gdb.python/py-objfile.exp: Add tests for objfile.username.
17388 Add test for objfile.filename, objfile.username after objfile
17389 has been unloaded.
17390
f8313f6e
JB
173912015-01-26 Joel Brobecker <brobecker@adacore.com>
17392
17393 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
17394 the second test to print the name attribute of value
17395 returned by the call to gdb.lookup_type, and adjust
17396 the expected output accordingly.
17397
37bc665e
MW
173982015-01-25 Mark Wielaard <mjw@redhat.com>
17399
17400 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
17401 * gdb.base/disp-step-fork.c: Include unistd.h.
17402 * gdb.base/siginfo-obj.c: Include stdio.h.
17403 * gdb.base/siginfo-thread.c: Likewise.
17404 * gdb.mi/non-stop.c: Include unistd.h.
17405 * gdb.mi/nsthrexec.c: Include stdio.h.
17406 * gdb.mi/pthreads.c: Include unistd.h.
17407 * gdb.modula2/unbounded1.c (main): Declare returns int.
17408 * gdb.reverse/consecutive-reverse.c: Likewise.
17409 * gdb.threads/create-fail.c: Include unistd.h.
17410 * gdb.threads/killed.c: Likewise.
17411 * gdb.threads/linux-dp.c: Likewise.
17412 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
17413 * gdb.threads/non-ldr-exc-2.c: Likewise.
17414 * gdb.threads/non-ldr-exc-3.c: Likewise.
17415 * gdb.threads/non-ldr-exc-4.c: Likewise.
17416 * gdb.threads/pthreads.c: Include unistd.h.
17417 (main): Declare returns int.
17418 * gdb.threads/tls-main.c (foo): New declaration.
17419 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
17420
f7e5394d
SM
174212015-01-23 Simon Marchi <simon.marchi@ericsson.com>
17422
17423 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
17424 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
17425
743649fd
MW
174262015-01-15 Mark Wielaard <mjw@redhat.com>
17427
17428 * gdb.base/noreturn-return.c: New file.
17429 * gdb.base/noreturn-return.exp: New file.
17430 * gdb.base/noreturn-finish.c: New file.
17431 * gdb.base/noreturn-finish.exp: New file.
17432
198297aa
PA
174332015-01-23 Pedro Alves <palves@redhat.com>
17434
17435 * gdb.threads/continue-pending-after-query.c: New file.
17436 * gdb.threads/continue-pending-after-query.exp: New file.
17437
717cf30c
AG
174382015-01-22 Anders Granlund <anders.granlund@ericsson.com>
17439 Simon Marchi <simon.marchi@ericsson.com>
17440
17441 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
17442 * gdb.base/valgrind-db-attach.exp: Same.
17443 * gdb.base/valgrind-infcall.exp: Same.
17444 * lib/mi-support.exp (default_mi_gdb_start): Same.
17445 * lib/prompt.exp (default_prompt_gdb_start): Same.
17446 * lib/gdb.exp (default_gdb_spawn): Same.
17447 (gdb_interact): New.
17448
17449
4b62a76e
JK
174502015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
17451
17452 * gdb.compile/compile.exp (pointer to jit function): New test.
17453
b4cdae6f
WW
174542015-01-17 Wei-cheng Wang <cole945@gmail.com>
17455
17456 * lib/gdb.exp (supports_process_record): Return true for
17457 powerpc*-*-linux*.
17458 (supports_reverse): Likewise.
17459
d221e7ef
DB
174602015-01-15 Don Breazeal <donb@codesourcery.com>
17461
17462 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
17463 instead of checking whether the target board is remote and
17464 use spawn_wait_for_attach instead of exec/sleep.
17465 * gdb.base/attach-twice.exp: Likewise.
17466
bafffb51
JB
174672015-01-15 Joel Brobecker <brobecker@adacore.com>
17468
17469 * gdb.ada/var_arr_attrs: New testcase.
17470
5589af0e
PA
174712015-01-14 Pedro Alves <palves@redhat.com>
17472 Joel Brobecker <brobecker@adacore.com>
17473
17474 PR gdb/17525
17475 * gdb.base/bp-cmds-execution-x-script.c: New file.
17476 * gdb.base/bp-cmds-execution-x-script.exp: New file.
17477 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
17478
6c400b59
PA
174792015-01-14 Pedro Alves <palves@redhat.com>
17480
17481 PR cli/17828
17482 * gdb.base/batch-preserve-term-settings.c: New file.
17483 * gdb.base/batch-preserve-term-settings.exp: New file.
17484
e02c96a7
DE
174852015-01-13 Doug Evans <dje@google.com>
17486
17487 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
17488 binary.
17489
576fd14c
JB
174902015-01-13 Joel Brobecker <brobecker@adacore.com>
17491
17492 * Makefile.in (clean mostlyclean): Do not delete *.py.
17493
04dccad0
JB
174942015-01-13 Joel Brobecker <brobecker@adacore.com>
17495
17496 * gdb.python/py-lookup-type.exp: New file.
17497
3d230f71
PA
174982015-01-12 Pedro Alves <palves@redhat.com>
17499
17500 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
17501 restore GDBFLAGS before returning.
17502
7e67715d
JK
175032015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
17504
17505 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
17506 is_amd64_regs_target and is_x86_like_target.
17507
f2e0d4b4
DE
175082015-01-11 Doug Evans <xdje42@gmail.com>
17509
17510 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
17511 is given without an explicit form.
17512 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
17513 attributes.
17514 * gdb.dwarf/corrupt.exp: Ditto.
17515 * gdb.dwarf2/enum-type.exp: Ditto.
17516 * gdb.trace/entry-values.exp: Ditto.
17517 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
17518
439250fb
DE
175192015-01-11 Doug Evans <xdje42@gmail.com>
17520
17521 PR gdb/15830
17522 * gdb.base/maint.exp: Remove references to "maint demangle".
17523 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
17524 Add tests for explicitly specifying language to demangle.
17525 * gdb.dlang/demangle.exp: Ditto.
17526
ede9f622
PA
175272015-01-09 Pedro Alves <palves@redhat.com>
17528
17529 * gdb.threads/non-stop-fair-events.c: New file.
17530 * gdb.threads/non-stop-fair-events.exp: New file.
17531
a7b796db
PA
175322015-01-09 Pedro Alves <palves@redhat.com>
17533
17534 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
17535 the global scope. Set a breakpoint after all threads are started
17536 rather than stepping over two source lines. Expect the prompt.
17537 * gdb.base/watch_thread_num.c (threads_started_barrier): New
17538 global.
17539 (NUM): Now 15.
17540 (main): Use threads_started_barrier to wait for all threads to
17541 start. Main thread no longer calls thread_function. Exit after
17542 180 seconds.
17543 (loop): New function.
17544 (thread_function): Wait on threads_started_barrier barrier. Call
17545 'loop' at each iteration.
17546 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
17547 threads have started, instead of hardcoding number of "next"
17548 steps. Use an access watchpoint instead of a write watchpoint.
17549
9665ffdd
PA
175502015-01-09 Pedro Alves <palves@redhat.com>
17551
17552 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
17553 (thread_func): Wait on barrier.
17554 (main): Wait for all threads to start before stopping GDB.
17555 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
17556 global.
17557 (thread1_func, thread2_func): Wait on barrier.
17558 (main): Wait for all threads to start before stopping GDB.
17559 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
17560 New global.
17561 (thread1_func, thread2_func): Wait on barrier.
17562 (main): Wait for all threads to start before stopping GDB.
17563
c945a99f
PA
175642015-01-09 Pedro Alves <palves@redhat.com>
17565
17566 * gdb.threads/attach-many-short-lived-threads.c: New file.
17567 * gdb.threads/attach-many-short-lived-threads.exp: New file.
17568
c1a747c1
PA
175692014-01-09 Pedro Alves <palves@redhat.com>
17570
17571 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
17572 instead of to thread 2.
17573 * gdb.threads/signal-command-multiple-signals-pending.c (main):
17574 Add barrier around each pthread_create call instead of around all
17575 calls.
17576 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
17577 Set a break on thread_function and have the child threads hit it
17578 one at at a time.
17579
60b3033e
PA
175802015-01-09 Pedro Alves <palves@redhat.com>
17581
17582 * lib/gdb.exp (can_spawn_for_attach): New procedure.
17583 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
17584 false.
17585 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
17586 checking whether the target board is remote.
17587 * gdb.multi/multi-attach.exp: Likewise.
17588 * gdb.python/py-sync-interp.exp: Likewise.
17589 * gdb.server/ext-attach.exp: Likewise.
17590 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
17591 tests that need to attach, instead of checking whether the target
17592 board is remote at the top of the file.
17593
acc018ac
YQ
175942015-01-08 Yao Qi <yao@codesourcery.com>
17595
17596 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
17597
50a18af8
JK
175982015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
17599
17600 Fix testcase compilation.
17601 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
17602
8503d6e1
JB
176032015-01-06 Joel Brobecker <brobecker@adacore.com>
17604
17605 * gdb.python/py-type.exp: Add a couple test about empty
17606 array creation, and negative-length array creation.
17607
cc73dbcc
DE
176082015-01-02 Doug Evans <xdje42@gmail.com>
17609
17610 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
17611
0300bbc7
DE
176122015-01-02 Doug Evans <dje@google.com>
17613
17614 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
17615
9d85a0ec
YQ
176162014-12-29 Yao Qi <yao@codesourcery.com>
17617
17618 * gdb.trace/entry-values.exp: Update comments. Rename variable
17619 bar_call_foo to returned_from_foo.
17620
87186c6a
MMN
176212014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
17622
17623 PR gdb/17394
17624 * gdb.linespec/break-asm-file.c: New file.
17625 * gdb.linespec/break-asm-file.exp: New file.
17626 * gdb.linespec/break-asm-file0.s: New file.
17627 * gdb.linespec/break-asm-file1.s: New file.
17628
1bab7383
YQ
176292014-12-18 Nigel Stephens <nigel@mips.com>
17630 Maciej W. Rozycki <macro@codesourcery.com>
17631
17632 * gdb.base/float.exp: Handle the new output from "info float" on
17633 MIPS targets.
17634
1bc1068a
JK
176352014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
17636
17637 Fix MinGW compilation.
17638 * gdb.compile/compile-ops.exp: Update untested message if
17639 !skip_compile_feature_tests.
17640 * gdb.compile/compile-setjmp.exp: Likewise.
17641 * gdb.compile/compile-tls.exp: Likewise.
17642 * gdb.compile/compile.exp: Likewise.
17643 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
17644 supported on this host".
17645
b6615d10
DE
176462014-12-16 Doug Evans <xdje42@gmail.com>
17647
17648 * boards/stabs.exp: New file.
17649
25dda427
AA
176502014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
17651
17652 * gdb.base/completion.exp: Adjust to format changes of "maint
17653 print user-registers".
17654
bf330350
CU
176552014-12-16 Catalin Udma <catalin.udma@freescale.com>
17656
17657 PR server/17457
17658 * gdb.arch/aarch64-fp.c: New file.
17659 * gdb.arch/aarch64-fp.exp: New file.
17660
395cf596
SDJ
176612014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
17662
17663 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
17664 r210637, r210913, r211666, r215400, r215817).
17665
17666 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
17667 * dg-extract-results.py: New file.
17668 * dg-extract-results.sh: Use it if the environment seems
17669 suitable.
17670
17671 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
17672
17673 * dg-extract-results.py (parse_run): Handle warnings that
17674 are printed before a test harness is run.
17675
17676 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
17677
17678 * dg-extract-results.py (Named): Remove __cmp__ method.
17679 (output_variation): Use a key to sort variation.harnesses.
17680
17681 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
17682
17683 * dg-extract-results.py: For Python 3, force sys.stdout to
17684 handle surrogate escape sequences.
17685 (safe_open): New function.
17686 (output_segment, main): Use it.
17687
17688 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
17689
17690 * dg-extract-results.py (Prog.result_re): Include options
17691 in test name.
17692
17693 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
17694
17695 * dg-extract-results.py (output_variation): Always sort if
17696 do_sum.
17697
e882ef3c
SM
176982014-12-15 Simon Marchi <simon.marchi@ericsson.com>
17699
17700 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
17701 as long as we get pagination notifications.
17702
4992aa20
JM
177032014-12-15 Jason Merrill <jason@redhat.com>
17704
17705 * Makefile.in (check-gdb.%): Restore.
17706 * README: Mention it.
17707
c1b5a1a6
JB
177082014-12-13 Joel Brobecker <brobecker@adacore.com>
17709
17710 * gdb.ada/str_uninit: New testcase.
17711
5537b577
JK
177122014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
17713
17714 PR symtab/17642
17715 * gdb.base/vla-stub-define.c: New file.
17716 * gdb.base/vla-stub.c: New file.
17717 * gdb.base/vla-stub.exp: New file.
17718
bb2ec1b3
TT
177192014-12-12 Phil Muldoon <pmuldoon@redhat.com>
17720 Jan Kratochvil <jan.kratochvil@redhat.com>
17721 Tom Tromey <tromey@redhat.com>
17722
17723 * configure.ac: Add gdb.compile/.
17724 * configure: Regenerate.
17725 * gdb.compile/Makefile.in: New file.
17726 * gdb.compile/compile-ops.exp: New file.
17727 * gdb.compile/compile-ops.c: New file.
17728 * gdb.compile/compile-tls.c: New file.
17729 * gdb.compile/compile-tls.exp: New file.
17730 * gdb.compile/compile-constvar.S: New file.
17731 * gdb.compile/compile-constvar.c: New file.
17732 * gdb.compile/compile-mod.c: New file.
17733 * gdb.compile/compile-nodebug.c: New file.
17734 * gdb.compile/compile-setjmp-mod.c: New file.
17735 * gdb.compile/compile-setjmp.c: New file.
17736 * gdb.compile/compile-setjmp.exp: New file.
17737 * gdb.compile/compile-shlib.c: New file.
17738 * gdb.compile/compile.c: New file.
17739 * gdb.compile/compile.exp: New file.
17740 * lib/gdb.exp (skip_compile_feature_tests): New proc.
17741
4ff709eb
TT
177422014-12-12 Tom Tromey <tromey@redhat.com>
17743
17744 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
17745 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
17746
6dddd6a5
DE
177472014-12-12 Doug Evans <dje@google.com>
17748
17749 * lib/gdb-python.exp (get_python_valueof): New function.
17750 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
17751
71c24708
AA
177522014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
17753
17754 * gdb.base/completion.exp: Add test for completion of "info
17755 registers ".
17756
3e29f34a
MR
177572014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
17758
17759 * gdb.base/func-ptrs.c: New file.
17760 * gdb.base/func-ptrs.exp: New file.
17761
fc126975
SM
177622014-12-10 Simon Marchi <simon.marchi@ericsson.com>
17763
17764 PR breakpoints/17012
17765 * gdb.base/dprintf-detach.c: New file.
17766 * gdb.base/dprintf-detach.exp: New file.
17767
0a46d518
SM
177682014-12-10 Simon Marchi <simon.marchi@ericsson.com>
17769
17770 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
17771 * lib/gdb.exp (target_is_gdbserver): New procedure.
17772
a0be3e44
DE
177732014-12-08 Doug Evans <dje@google.com>
17774
17775 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
17776
df1b803a
YQ
177772014-12-05 Yao Qi <yao@codesourcery.com>
17778
17779 * gdb.guile/scm-error.exp: Remove the third argument to
17780 gdb_remote_download.
17781 * gdb.guile/scm-frame-args.exp: Likewise.
17782 * gdb.guile/scm-section-script.exp: Likewise.
17783
ddb9f679
YQ
177842014-12-05 Yao Qi <yao@codesourcery.com>
17785
17786 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
17787
86e4ed39
DE
177882014-12-04 Doug Evans <dje@google.com>
17789
17790 * gdb.python/py-objfile.exp: Add tests for
17791 objfile.add_separate_debug_file.
17792
7c50a931
DE
177932014-12-04 Doug Evans <dje@google.com>
17794
17795 * lib/gdb.exp (get_build_id): New function.
17796 (build_id_debug_filename_get): Rewrite to use it.
17797 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
17798
621661e3
MR
177992014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
17800
17801 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
17802 `method(long)', not just 0x0.
17803 * gdb.cp/nsalias.exp: Align code labels to 4.
17804 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
17805 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
17806 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
17807 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
17808 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
17809 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
17810
29f0c3b7
DE
178112014-12-02 Doug Evans <dje@google.com>
17812
e1e061e7 17813 PR symtab/17602
29f0c3b7 17814 * gdb.cp/anon-ns.cc: Move guts of this file to ...
e1e061e7 17815 * gdb.cp/anon-ns2.cc: ... here. New file.
29f0c3b7
DE
17816 * gdb.cp/anon-ns.exp: Update.
17817
162078c8
NB
178182014-12-02 Nick Bull <nicholaspbull@gmail.com>
17819
17820 * gdb.python/py-events.py (inferior_call_handler): New.
17821 (register_changed_handler, memory_changed_handler): New.
17822 (test_events.invoke): Register new handlers.
17823 * gdb.python/py-events.exp: Add tests for inferior call,
17824 memory_changed and register_changed events.
17825
fdb09caf
AA
178262014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
17827
17828 * gdb.base/execl-update-breakpoints.exp: Specify the link address
17829 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
17830 if the linker doesn't understand this.
17831
55cfb2c4
SM
178322014-12-01 Simon Marchi <simon.marchi@ericsson.com>
17833
17834 * gdb.python/python.exp: Change expected reply to help().
17835
9e8cd6df
YQ
178362014-12-01 Yao Qi <yao@codesourcery.com>
17837
17838 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
17839 AC_CONFIG_SUBDIRS(gdb.gdbtk).
17840 * configure: Re-generated.
17841
6c659fc2
SC
178422014-11-28 Siva Chandra Reddy <sivachandra@google.com>
17843
17844 * gdb.cp/chained-calls.cc: New file.
17845 * gdb.cp/chained-calls.exp: New file.
17846 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
17847
d7fc3181
SM
178482014-11-28 Simon Marchi <simon.marchi@ericsson.com>
17849
17850 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
17851 * gdb.dwarf2/symtab-producer.exp: Same.
17852 * gdb.gdb/python-interrupts.exp: Same.
17853 * gdb.gdb/python-selftest.exp: Same.
17854 * gdb.python/py-linetable.exp: Same.
17855 * gdb.python/py-type.exp: Same.
17856 * gdb.python/py-value-cc.exp: Same.
17857 * gdb.python/py-value.exp: Same.
17858
10e79639
YQ
178592014-11-28 Yao Qi <yao@codesourcery.com>
17860
17861 * gdb.base/break-probes.exp: Match library name prefixed with
17862 sysroot.
17863
f28a0564
SM
178642014-11-27 Simon Marchi <simon.marchi@ericsson.com>
17865
17866 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
17867 test expected output. Add parentheses for the call to print.
17868 Remove L suffix from integers.
17869
3fe1ce1d
DE
178702014-11-26 Doug Evans <dje@google.com>
17871
17872 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
17873
84429e27
YQ
178742014-11-22 Yao Qi <yao@codesourcery.com>
17875
17876 * gdb.trace/entry-values.c: Remove asms.
17877 (foo): Add foo_label.
17878 (bar): Add bar_label.
17879 * gdb.trace/entry-values.exp: Remove code computing foo's
17880 length and bar's length.
17881 (Dwarf::assemble): Invoke function_range for bar and use
17882 MACRO_AT_func for foo.
17883
26741859
YQ
178842014-11-22 Yao Qi <yao@codesourcery.com>
17885
17886 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
17887 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
17888 Use .Lgcc43_procstart instead of gcc43.
17889
45e44d27
JB
178902014-11-21 Joel Brobecker <brobecker@adacore.com>
17891
17892 * gdb.ada/n_arr_bound: New testcase.
17893
458c8db8
SDJ
178942014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
17895
17896 PR breakpoints/10737
17897 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
17898 test_catch_syscall_multi_arch.
17899 (test_catch_syscall_multi_arch): New function.
17900
43f3e411
DE
179012014-11-20 Doug Evans <xdje42@gmail.com>
17902
17903 * gdb.base/maint.exp: Update expected output.
17904
0d7b2549
AA
179052014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
17906
17907 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
17908 4-byte instruction on S390.
17909
8908fca5
JB
179102014-11-19 Joel Brobecker <brobecker@adacore.com>
17911
17912 * gdb.ada/arr_arr: New testcase.
17913
4a46959e
JB
179142014-11-19 Joel Brobecker <brobecker@adacore.com>
17915
17916 * gdb.ada/pkd_arr_elem: New Testcase.
17917
470e2f4e
LM
179182014-11-18 Luis Machado <lgustavo@codesourcery.com>
17919
17920 * gdb.reverse/break-precsave: Expect completion message for
17921 core file reads.
17922 * gdb.reverse/consecutive-precsave.exp: Likewise.
17923 * gdb.reverse/finish-precsave.exp: Likewise.
17924 * gdb.reverse/i386-precsave.exp: Likewise.
17925 * gdb.reverse/machinestate-precsave.exp: Likewise.
17926 * gdb.reverse/sigall-precsave.exp: Likewise.
17927 * gdb.reverse/solib-precsave.exp: Likewise.
17928 * gdb.reverse/step-precsave.exp: Likewise.
17929 * gdb.reverse/until-precsave.exp: Likewise.
17930 * gdb.reverse/watch-precsave.exp: Likewise.
17931
a267f3ad
AA
179322014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
17933
17934 * gdb.base/bp-permanent.c: Include unistd.h.
17935 * gdb.python/py-framefilter-mi.c (main): Add return type.
17936 * gdb.python/py-framefilter.c (main): Likewise.
17937 * gdb.trace/actions-changed.c (main): Likewise.
17938
12084a9a
AA
179392014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
17940
17941 * gdb.mi/until.c: Add eye-catchers.
17942 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
17943 line numbers.
17944
dc7e1a77
AA
179452014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
17946
17947 * gdb.base/condbreak.exp: Drop references to removed non-prototype
17948 function header variants in break1.c.
17949 * gdb.base/ena-dis-br.exp: Likewise.
17950 * gdb.base/hbreak2.exp: Likewise.
17951 * gdb.reverse/until-precsave.exp: Drop references to removed
17952 non-prototype function header variants in ur1.c.
17953 * gdb.reverse/until-reverse.exp: Likewise.
17954
41c77605
PM
179552014-11-17 Petr Machata <pmachata@redhat.com>
17956
17957 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
17958 ${_cu_offset_size} bytes abbrev offset.
17959
34248c3a
DE
179602014-11-15 Doug Evans <xdje42@gmail.com>
17961
17962 PR symtab/17559
17963 * gdb.base/line-symtabs.exp: New file.
17964 * gdb.base/line-symtabs.c: New file.
17965 * gdb.base/line-symtabs.h: New file.
17966
646da059
YQ
179672014-11-14 Yao Qi <yao@codesourcery.com>
17968
17969 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
17970 (func): Add label func_label.
17971 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
17972 Replace low_pc and high_pc with MACRO_AT_range.
17973 Replace name, low_pc and high_pc with MACRO_AT_func.
17974
9301ebe6
YQ
179752014-11-14 Yao Qi <yao@codesourcery.com>
17976
17977 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
17978 Replace name, low_pc and high_pc with MACRO_AT_func.
17979
f166b542
YQ
179802014-11-14 Yao Qi <yao@codesourcery.com>
17981
17982 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
17983 produce debug information.
17984 * gdb.dwarf2/implptr-optimized-out.S: Removed.
17985
0f6e71e3
YQ
179862014-11-14 Yao Qi <yao@codesourcery.com>
17987
17988 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
17989 object and get function length.
17990 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
17991 with MACRO_AT_func.
17992 (top-level): Replace gdb_compile and clean_restart with
17993 prepare_for_testing.
17994 * gdb.dwarf2/main.c (main): Add label main_label.
17995
876c4df9
YQ
179962014-11-14 Yao Qi <yao@codesourcery.com>
17997
17998 * lib/dwarf.exp (function_range): New procedure.
17999 (Dwarf::_handle_macro_at_func): New procedure.
18000 (Dwarf::_handle_macro_at_range): New procedure.
18001 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
18002
02ad9cf1
YQ
180032014-11-14 Yao Qi <yao@codesourcery.com>
18004
18005 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
18006 (_handle_attribute): New procedure.
18007
a59add0c
AA
180082014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18009
18010 * gdb.ada/cond_lang/foo.c (callme): Add return type.
18011 * gdb.base/call-sc.c (zed): Likewise.
18012 * gdb.base/checkpoint.c (main): Likewise.
18013 * gdb.base/dump.c (main): Likewise.
18014 * gdb.base/gcore.c (main): Likewise.
18015 * gdb.base/huge.c (main): Likewise.
18016 * gdb.base/multi-forks.c (main): Likewise.
18017 * gdb.base/pr10179-a.c (main): Likewise.
18018 * gdb.base/savedregs.c (main): Likewise.
18019 * gdb.base/sigaltstack.c (main): Likewise.
18020 * gdb.base/siginfo.c (main): Likewise.
18021 * gdb.base/structs.c (zed): Likewise.
18022 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
18023 * gdb.mi/mi-syn-frame.c (main): Likewise.
18024 * gdb.mi/until.c (foo, main): Likewise.
18025 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
18026 * gdb.base/solib-weak.c (foo): Declare.
18027 * gdb.base/attach-twice.c: Include stdio.h.
18028 * gdb.base/weaklib1.c: Likewise.
18029 * gdb.base/weaklib2.c: Likewise.
18030 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
18031 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
18032 unistd.h.
18033 * gdb.base/attach-pie-misread.c: Include stdlib.h.
18034 * gdb.mi/mi-exit-code.c: Likewise.
18035 * gdb.base/break-interp-lib.c: Include string.h.
18036 * gdb.base/coremaker.c: Likewise.
18037 * gdb.base/testenv.c: Likewise.
18038 * gdb.python/py-finish-breakpoint.c: Likewise.
18039 * gdb.base/inferior-died.c: Include sys/wait.h.
18040 * gdb.base/fileio.c: Include time.h.
18041 * gdb.base/async-shell.c: Include unistd.h.
18042 * gdb.base/dprintf-non-stop.c: Likewise.
18043 * gdb.base/info-os.c: Likewise.
18044 * gdb.mi/mi-console.c: Likewise.
18045 * gdb.mi/watch-nonstop.c: Likewise.
18046 * gdb.python/py-events.c: Likewise.
18047 * gdb.base/async.c (baz): Move up before its invocation.
18048 * gdb.base/code_elim2.c (my_global_func): Likewise.
18049 * gdb.base/skip-solib-lib.c (multiply): Likewise.
18050 * gdb.base/advance.c (func2): Likewise.
18051
3b5d5997
AA
180522014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18053
18054 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
18055 variant.
18056 * gdb.base/annota3.c: Likewise.
18057 * gdb.base/async.c: Likewise.
18058 * gdb.base/average.c: Likewise.
18059 * gdb.base/call-ar-st.c: Likewise.
18060 * gdb.base/call-rt-st.c: Likewise.
18061 * gdb.base/call-sc.c: Likewise.
18062 * gdb.base/call-strs.c: Likewise.
18063 * gdb.base/ending-run.c: Likewise.
18064 * gdb.base/execd-prog.c: Likewise.
18065 * gdb.base/exprs.c: Likewise.
18066 * gdb.base/foll-exec.c: Likewise.
18067 * gdb.base/foll-fork.c: Likewise.
18068 * gdb.base/foll-vfork.c: Likewise.
18069 * gdb.base/funcargs.c: Likewise.
18070 * gdb.base/gcore.c: Likewise.
18071 * gdb.base/jump.c: Likewise.
18072 * gdb.base/langs0.c: Likewise.
18073 * gdb.base/langs1.c: Likewise.
18074 * gdb.base/langs2.c: Likewise.
18075 * gdb.base/mips_pro.c: Likewise.
18076 * gdb.base/nodebug.c: Likewise.
18077 * gdb.base/opaque0.c: Likewise.
18078 * gdb.base/opaque1.c: Likewise.
18079 * gdb.base/recurse.c: Likewise.
18080 * gdb.base/run.c: Likewise.
18081 * gdb.base/scope0.c: Likewise.
18082 * gdb.base/scope1.c: Likewise.
18083 * gdb.base/setshow.c: Likewise.
18084 * gdb.base/setvar.c: Likewise.
18085 * gdb.base/shmain.c: Likewise.
18086 * gdb.base/shr1.c: Likewise.
18087 * gdb.base/shr2.c: Likewise.
18088 * gdb.base/sigall.c: Likewise.
18089 * gdb.base/signals.c: Likewise.
18090 * gdb.base/so-indr-cl.c: Likewise.
18091 * gdb.base/solib2.c: Likewise.
18092 * gdb.base/structs.c: Likewise.
18093 * gdb.base/sum.c: Likewise.
18094 * gdb.base/vforked-prog.c: Likewise.
18095 * gdb.base/watchpoint.c: Likewise.
18096 * gdb.reverse/shr2.c: Likewise.
18097 * gdb.reverse/until-reverse.c: Likewise.
18098 * gdb.reverse/ur1.c: Likewise.
18099 * gdb.reverse/watch-reverse.c: Likewise.
18100
066a77c5
AA
181012014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18102
18103 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
18104 variant.
18105 * gdb.base/sepdebug.exp: Drop references to removed code.
18106
4f204ea5
AA
181072014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18108
18109 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
18110 variant. Preserve original line numbering.
18111 * gdb.base/list1.c: Likewise.
18112
3b377a3a
AA
181132014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18114
18115 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
18116 variant.
18117 * gdb.base/break1.c: Likewise.
18118 * gdb.base/break.exp: Drop references to removed code.
18119
e444df73
AA
181202014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18121
18122 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
18123 variant.
18124
8008f2a7
AA
181252014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18126
18127 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
18128
a5a06887
AA
181292014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18130
18131 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
18132 logic into perform_all_tests() and invoke it with and without
18133 function header prototypes.
18134 (do_function_calls): Remove conditional XFAIL for PR 5318.
18135 (rerun_and_prepare): Remove duplicate code.
18136 (perform_all_tests): New. Main logic moved here.
18137
44dba9b9
AA
181382014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18139
18140 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
18141 code guarded by #ifdef NO_PROTOTYPES.
18142 (t_double_many_args): Likewise.
18143 (DEF_FUNC_MANY_ARGS_1): Likewise.
18144 (DEF_FUNC_VALUES_1): Likewise.
18145 (t_structs_ldc): Renamed from t_structs_fc in conditional code
18146 guarded by #ifdef PROTOTYPES.
18147
d1fbcd56
AA
181482014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18149
18150 * gdb.mi/mi-console.c: Add eye-catcher.
18151 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
18152 instead of literal line number.
18153
b0e59b8f
AA
181542014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18155
18156 * gdb.base/shr2.c: Add eye-catcher.
18157 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
18158 line number.
18159
78f98cca
AA
181602014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18161
18162 * gdb.base/jump.c: Add eye-catchers.
18163 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
18164 numbers.
18165
58fa2af0
AA
181662014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18167
18168 * gdb.base/execd-prog.c: Add eye-catchers.
18169 * gdb.base/foll-exec.c: Likewise.
18170 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
18171 line numbers.
18172
04e5059b
AA
181732014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18174
18175 * gdb.base/ending-run.c: Add eye-catchers.
18176 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
18177 literal line numbers.
18178
dbfdb174
AA
181792014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18180
18181 * gdb.base/call-rt-st.c: Add eye-catchers.
18182 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
18183 literal line numbers.
18184
888a2ade
AA
181852014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18186
18187 * gdb.base/call-ar-st.c: Add eye-catchers.
18188 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
18189 literal line numbers.
18190
6acc2dde
AA
181912014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18192
18193 * gdb.base/average.c: Add eye-catchers.
18194 * gdb.base/sum.c: Likewise.
18195 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
18196 regexps dynamically.
18197
9ecfcd1d
AA
181982014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18199
18200 * gdb.base/solib1.c: Add eye-catchers.
18201 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
18202 literal line numbers.
18203
78708b7c
PA
182042014-11-12 Pedro Alves <palves@redhat.com>
18205
18206 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
18207 leader has exited.
18208
af48d08f
PA
182092014-11-12 Pedro Alves <palves@redhat.com>
18210
18211 * gdb.arch/i386-bp_permanent.c: New file.
18212 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
18213 (srcfile): Set to i386-bp_permanent.c.
18214 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
18215 that stepi does not execute the 'leave' instruction, instead of
18216 testing it does execute.
18217 * gdb.base/bp-permanent.c: New file.
18218 * gdb.base/bp-permanent.exp: New file.
18219
af3768e9
DE
182202014-11-10 Doug Evans <xdje42@gmail.com>
18221
18222 PR symtab/17564
18223 * gdb.base/symtab-search-order.exp: New file.
18224 * gdb.base/symtab-search-order.c: New file.
18225 * gdb.base/symtab-search-order-1.c: New file.
18226 * gdb.base/symtab-search-order-shlib-1.c: New file.
18227
9de00a4a
PA
182282014-11-07 Pedro Alves <palves@redhat.com>
18229
18230 PR gdb/17511
18231 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
18232 i?86-*-linux*.
18233
e0f52461
SC
182342014-11-03 Siva Chandra Reddy <sivachandra@google.com>
18235
18236 PR c++/17494
18237 * gdb.cp/pr17494.cc: New file.
18238 * gdb.cp/pr17494.exp: New file.
18239
6ce8c980
YQ
182402014-11-02 Yao Qi <yao@codesourcery.com>
18241
18242 * gdb.python/python.exp: Get working directory and match the
18243 output of "set extended-prompt \\w " with it.
18244
02be9a71
DE
182452014-10-30 Doug Evans <dje@google.com>
18246
18247 * gdb.python/py-objfile.exp: Add tests for setting random attributes
18248 in objfiles.
18249 * gdb.python/py-progspace.exp: Add tests for setting random attributes
18250 in progspaces.
18251
3bdff46b
LM
182522014-10-30 Janis Johnson <janisjo@codesourcery.com>
18253
18254 * gdb.base/fullpath-expand.exp: Skip for a remote host.
18255 * gdb.base/realname-expand.exp: Likewise.
18256 * gdb.linespec/macro-relative.exp: Likewise.
18257
ab917dfb
PA
182582014-10-29 Pedro Alves <palves@redhat.com>
18259
18260 PR gdb/17408
18261 * gdb.threads/schedlock.c (some_function): New function.
18262 (call_function): New global.
18263 (MAYBE_CALL_SOME_FUNCTION): New macro.
18264 (thread_function): Call it.
18265 * gdb.threads/schedlock.exp (get_args): Add description parameter,
18266 and use it instead of a global counter. Adjust all callers.
18267 (get_current_thread): Use "find current thread" for test message
18268 here rather than having all callers pass down the same string.
18269 (goto_loop): New procedure, factored out from ...
18270 (my_continue): ... this.
18271 (step_ten_loops): Change parameter from test message to command to
18272 use. Adjust.
18273 (list_count): Delete global.
18274 (check_result): New procedure, factored out from duplicate top
18275 level code.
18276 (continue tests): Wrap in with_test_prefix.
18277 (test_step): New procedure, factored out from duplicate top level
18278 code.
18279 (top level): Test "step" in combination with all scheduler-locking
18280 modes. Test "next" in combination with all scheduler-locking
18281 modes, and in combination with stepping over a function call or
18282 not.
18283 * gdb.threads/next-bp-other-thread.c: New file.
18284 * gdb.threads/next-bp-other-thread.exp: New file.
18285
d3d4baed
PA
182862014-10-29 Pedro Alves <palves@redhat.com>
18287
18288 PR python/17372
18289 * gdb.python/python.exp: Test a multi-line command that spawns
18290 interactive Python.
18291 * gdb.base/multi-line-starts-subshell.exp: New file.
18292
563e8d85
YQ
182932014-10-29 Yao Qi <yao@codesourcery.com>
18294
18295 * gdb.base/fileio.exp: Make directories on host.
18296
0ea4d52e
YQ
182972014-10-29 Yao Qi <yao@codesourcery.com>
18298
18299 * gdb.base/fileio.c (test_write): Close the file.
18300
7f5ef605
PA
183012014-10-28 Pedro Alves <palves@redhat.com>
18302
18303 PR gdb/12623
18304 * gdb.base/sigstep.c (no_handler): New global.
18305 (main): If 'no_handler is true, set the signal handlers to
18306 SIG_IGN.
18307 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
18308 with_sw_watch and no_handler parameters. Handle them.
18309 (top level) <stepping over handler when stopped at a breakpoint
18310 test>: Add a test axis for testing with a software watchpoint, and
18311 another for testing with the signal handler set to SIG_IGN.
18312 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
18313 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
18314
abbdbd03
PA
183152014-10-28 Pedro Alves <palves@redhat.com>
18316
18317 PR gdb/17511
18318 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
18319 * gdb.base/sigstep.exp (other_handler_location): New global.
18320 (advance): Support stepping into the signal handler, and running
18321 commands while in the handler.
18322 (in_handler_map): New global.
18323 (top level): In the advance test, add combinations for getting
18324 into the handler with stepping commands, and for running commands
18325 in the handler. Add comment descripting the advancei tests.
18326
1df4399f
PA
183272014-10-28 Pedro Alves <palves@redhat.com>
18328
18329 * gdb.base/sigstep.exp: Use build_executable instead of
18330 prepare_for_testing.
18331 (top level): Move code that starts GDB, runs to main and creates a
18332 display to ...
18333 (restart): ... this new procedure.
18334 (top level): Move backtrace from signal handler test to ...
18335 (validate_backtrace): ... this new procedure.
18336 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
18337 with_test_prefix. Always restart GDB.
18338 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
18339 with_test_prefix. Always restart GDB. No need to delete
18340 breakpoints after the test.
18341 (test_skip_handler): Remove prefix parameter.
18342 (skip_over_handler, breakpoint_to_handler)
18343 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
18344 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
18345 restart GDB. No need to delete breakpoints after the test.
18346 (top level): Use foreach to call the test procedures with
18347 different commands.
18348
a5b6e449
PA
183492014-10-28 Pedro Alves <palves@redhat.com>
18350
18351 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
18352 instead of GNATS numbers.
18353 * gdb.base/sigbpt.exp: Likewise.
18354 * gdb.base/siginfo.exp: Likewise.
18355 * gdb.base/sigstep.exp: Likewise.
18356
e5f8a7cc
PA
183572014-10-27 Pedro Alves <palves@redhat.com>
18358
18359 * gdb.base/sigstep.c (dummy): New global.
18360 (main): Issue a couple writes to the new global.
18361 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
18362 procedures.
18363 (skip_over_handler): Use test_skip_handler.
18364 (top level): Call skip_over_handler for stepi and nexti too.
18365 (breakpoint_over_handler): Use test_skip_handler.
18366 (top level): Call breakpoint_over_handler for stepi and nexti too.
18367
763905a3
YQ
183682014-10-27 Yao Qi <yao@codesourcery.com>
18369
18370 * gdb.trace/tfile.c (adjust_function_address)
18371 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
18372 function descriptor.
18373
6f259a23
DB
183742014-10-24 Don Breazeal <donb@codesourcery.com>
18375
18376 * gdb.base/foll-fork.exp (test_follow_fork,
18377 catch_fork_child_follow): Check for updated fork messages emitted
18378 from infrun.c.
18379 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
18380 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
18381 vfork_and_exec_child_follow_through_step): Check for updated vfork
18382 messages emitted from infrun.c.
18383
09dd9a69
PA
183842014-10-24 Pedro Alves <palves@redhat.com>
18385
18386 * gdb.base/corefile.exp: Remove references to ultrix.
18387 * gdb.base/interrupt.exp: Likewise.
18388 * gdb.base/whatis.exp: Likewise.
18389 * gdb.gdb/selftest.exp: Likewise.
18390 * gdb.threads/manythreads.exp: Likewise.
18391 * gdb.threads/print-threads.exp: Likewise.
18392 * gdb.threads/pthreads.exp:: Likewise.
18393 * gdb.threads/schedlock.exp: Likewise.
18394
3433cfa5
SC
183952014-10-24 Siva Chandra Reddy <sivachandra@google.com>
18396
18397 * gdb.cp/non-trivial-retval.cc: Add a test case.
18398 * gdb.cp/non-trivial-retval.exp: Add a test.
18399
092f880b
YQ
184002014-10-20 Yao Qi <yao@codesourcery.com>
18401
18402 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
18403 * gdb.python/py-objfile-script-gdb.py: New file.
18404 * gdb.python/py-objfile-script.exp: Update reference to
18405 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
18406 of remote_download. Remove the dest file.
18407
acbdb7f3
YQ
184082014-10-20 Yao Qi <yao@codesourcery.com>
18409
18410 * gdb.base/checkpoint.exp: Don't remove file copied on host.
18411 * gdb.base/step-line.exp: Likewise.
18412 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
18413 * gdb.dwarf2/dw2-basic.exp: Likewise.
18414 * gdb.dwarf2/dw2-compressed.exp: Likewise.
18415 * gdb.dwarf2/dw2-filename.exp: Likewise.
18416 * gdb.dwarf2/dw2-intercu.exp: Likewise.
18417 * gdb.dwarf2/dw2-intermix.exp: Likewise.
18418 * gdb.dwarf2/dw2-producer.exp: Likewise.
18419 * gdb.dwarf2/mac-fileno.exp: Likewise.
18420 * gdb.python/py-frame-args.exp: Likewise.
18421 * gdb.python/py-framefilter.exp: Likewise.
18422 * gdb.python/py-mi.exp: Likewise.
18423 * gdb.python/py-objfile-script.exp: Likewise
18424 * gdb.python/py-pp-integral.exp: Likewise.
18425 * gdb.python/py-pp-re-notag.exp: Likewise.
18426 * gdb.python/py-prettyprint.exp: Likewise.
18427 * gdb.python/py-section-script.exp: Likewise.
18428 * gdb.python/py-typeprint.exp: Likewise.
18429 * gdb.python/py-xmethods.exp: Likewise.
18430 * gdb.stabs/weird.exp: Likewise.
18431 * gdb.xml/tdesc-regs.exp: Likewise.
18432
bd286a29
KCY
184332014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
18434
18435 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
18436 (out_cu): Use addr_len for the size of addresses.
18437 (out_line): Likewise. Size DW_LNE_set_address instruction
18438 according to addr_len.
18439 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
18440 (FUNC): Add START_INSNS to definition.
18441
673dc4a0
YQ
184422014-10-18 Yao Qi <yao@codesourcery.com>
18443
18444 * gdb.base/argv0-symlink.exp: Check argv[0] value if
18445 gdb_has_argv0 return true.
18446 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
18447 check [target_info exists noargs], check [gdb_has_argv0]
18448 instead.
18449 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
18450 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
18451 procedures.
18452
4ffbba72
DE
184532014-10-17 Doug Evans <dje@google.com>
18454
18455 * gdb.python/py-events.exp: Update expected output for clear_objfiles
18456 event.
18457 * gdb.python/py-events.py: Add clear_objfiles event.
18458
d096d8c1
DE
184592014-10-17 Doug Evans <dje@google.com>
18460
18461 * gdb.python/py-objfile.exp: Test progspace attribute.
18462
a80db015
LM
184632014-10-17 Luis Machado <lgustavo@codesourcery.com>
18464
18465 * gdb.guile/scm-breakpoint.exp: Do not assume any
18466 directory separators when matching source file paths.
18467 * gdb.python/py-breakpoint.exp: Likewise.
18468 * gdb.reverse/break-precsave.exp: Likewise.
18469 * gdb.reverse/break-reverse.exp: Likewise.
18470 * gdb.reverse/consecutive-precsave.exp: Likewise.
18471 * gdb.reverse/finish-precsave.exp: Likewise.
18472 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
18473 * gdb.reverse/finish-reverse.exp: Likewise.
18474 * gdb.reverse/i386-precsave.exp: Likewise.
18475 * gdb.reverse/i387-env-reverse.exp: Likewise.
18476 * gdb.reverse/i387-stack-reverse.exp: Likewise.
18477 * gdb.reverse/machinestate-precsave.exp: Likewise.
18478 * gdb.reverse/machinestate.exp: Likewise.
18479 * gdb.reverse/sigall-precsave.exp: Likewise.
18480 * gdb.reverse/solib-precsave.exp: Likewise.
18481 * gdb.reverse/step-precsave.exp: Likewise.
18482 * gdb.reverse/until-precsave.exp: Likewise.
18483 * gdb.reverse/watch-precsave.exp: Likewise.
18484 * gdb.reverse/watch-reverse.exp: Likewise.
18485
b22089ab
YQ
184862014-10-17 Yao Qi <yao@codesourcery.com>
18487
18488 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
18489 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
18490
6c4486e6
PA
184912014-10-17 Pedro Alves <palves@redhat.com>
18492
18493 PR gdb/17471
18494 * gdb.base/bg-execution-repeat.c: New file.
18495 * gdb.base/bg-execution-repeat.exp: New file.
18496
0ff33695
PA
184972014-10-17 Pedro Alves <palves@redhat.com>
18498
18499 PR gdb/17300
18500 * gdb.base/continue-all-already-running.c: New file.
18501 * gdb.base/continue-all-already-running.exp: New file.
18502
6fdebc3d
PA
185032014-10-17 Pedro Alves <palves@redhat.com>
18504
18505 PR gdb/17472
18506 * gdb.base/annota-input-while-running.c: New file.
18507 * gdb.base/annota-input-while-running.exp: New file.
18508
32a8097b
PA
185092014-10-17 Pedro Alves <palves@redhat.com>
18510
18511 * gdb.base/callfuncs.exp: emove references to osf.
18512 * gdb.base/sigall.exp: Likewise.
18513 * gdb.gdb/selftest.exp: Likewise.
18514 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
18515 * gdb.mi/non-stop.c: Likewise.
18516 * gdb.mi/pthreads.c: Likewise.
18517 * gdb.reverse/sigall-precsave.exp: Likewise.
18518 * gdb.reverse/sigall-reverse.exp: Likewise.
18519 * gdb.threads/pthreads.c: Likewise.
18520 * gdb.threads/pthreads.exp: Likewise.
18521
7a3517ff
YQ
185222014-10-17 Yao Qi <yao@codesourcery.com>
18523
18524 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
18525 check 'target_info exists noargs'.
18526 (test_command_prompt_position): Likewise.
18527 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
18528 Remove "set args".
18529 (progvar_simple_while_test): Likewise.
18530 (progvar_complex_if_while_test): Likewise.
18531 (if_while_breakpoint_command_test): Likewise.
18532 (infrun_breakpoint_command_test): Likewise.
18533 (breakpoint_command_test): Likewise.
18534 (watchpoint_command_test): Likewise.
18535 (bp_deleted_in_command_test): Likewise.
18536 (temporary_breakpoint_commands): Likewise.
18537
bb99c472
YQ
185382014-10-16 Yao Qi <yao@codesourcery.com>
18539
18540 * gdb.base/remotetimeout.exp: Remove noargs checking.
18541
7c16b83e
PA
185422014-10-15 Pedro Alves <palves@redhat.com>
18543
18544 PR breakpoints/9649
18545 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
18546 * gdb.base/breakpoint-in-ro-region.exp
18547 (probe_target_hardware_step): New procedure.
18548 (top level): Probe hardware stepping and hardware breakpoint
18549 support. Test stepping through a read-only region, with both
18550 "breakpoint auto-hw" on and off and both "always-inserted" on and
18551 off.
18552
35a49624
IB
185532014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
18554
18555 * gdb.dlang/demangle.exp: Update for demangling changes.
18556
2d1c107c
SC
185572014-10-15 Siva Chandra Reddy <sivachandra@google.com>
18558
18559 * gdb.cp/non-trivial-retval.cc: Add new test cases.
18560 * gdb.cp/non-trivial-retval.exp: Add new tests.
18561
778811d5
SC
185622014-10-15 Siva Chandra Reddy <sivachandra@google.com>
18563
18564 PR c++/13403
18565 PR c++/15154
18566 * gdb.cp/non-trivial-retval.cc: New file.
18567 * gdb.cp/non-trivial-retval.exp: New file.
18568
10c5f0a8
YQ
185692014-10-15 Yao Qi <yao@codesourcery.com>
18570
18571 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
18572 remote host.
18573
65d7b369
YQ
185742014-10-15 Yao Qi <yao@codesourcery.com>
18575
18576 * gdb.python/py-symbol.exp: Match file base name if host is
18577 remote, otherwise match file name with dir name.
18578 * gdb.python/py-symtab.exp: Likewise.
18579 * gdb.python/python.exp: Likewise.
18580
46dc1394
YQ
185812014-10-15 Yao Qi <yao@codesourcery.com>
18582
18583 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
18584 pattern.
18585 * gdb.python/py-symtab.exp: Likewise.
18586 * gdb.python/python.exp: Remove trailing ".*". Fix typo
18587 locationn.
18588
c40cc657
JB
185892014-10-14 Joel Brobecker <brobecker@adacore.com>
18590
18591 * gdb.ada/addr_arith: New testcase.
18592
2abf49e1
MR
185932014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
18594
18595 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
18596 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
18597 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
18598 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
18599
f7088df3
SDJ
186002014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
18601
18602 * gdb.arch/stap-eval-lang-ada.S: Likewise.
18603 * gdb.arch/stap-eval-lang-ada.c: Likewise.
18604 * gdb.arch/stap-eval-lang-ada.exp: New file.
18605
4dc06805
YQ
186062014-10-14 Yao Qi <yao@codesourcery.com>
18607
18608 * gdb.mi/mi-var-child.c (nothing1): New function.
18609 (nothing2): New function.
18610 (do_children_tests): Set function pointers by nothing1 and
18611 nothing2.
18612 * gdb.mi/mi-var-child.exp: Step over new added statements.
18613 Update test to match the new output.
18614 * gdb.mi/var-cmd.c (nothing1): New function.
18615 (nothing2): New function.
18616 (do_children_tests): Set function pointers by nothing1 and
18617 nothing2.
18618 * gdb.mi/mi-var-display.exp: Update test to match output.
18619 Step to the line specified by $line_dct_nothing.
18620 Increase the number of lines to step.
18621
46a93de2
YQ
186222014-10-14 Yao Qi <yao@codesourcery.com>
18623
18624 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
18625 tests.
18626 * gdb.mi/mi2-var-child.exp: Likewise.
18627
14ea52ee
DE
186282014-10-13 Doug Evans <dje@google.com>
18629
18630 * gdb.python/py-objfile.exp: Change name of file name test.
18631
e5c6e92b
DE
186322014-10-13 Doug Evans <dje@google.com>
18633
18634 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
18635 from the start of the CU.
18636
c780cc2f
JK
186372014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
18638 Yao Qi <yao@codesourcery.com>
18639
18640 Fix "save breakpoints" for "catch" command.
18641 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
18642 Remove -nonewline. Match also the added "main" line.
18643
99894e11
JK
186442014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
18645
18646 Fix "save breakpoints" for "disable $bpnum" command.
18647 * gdb.base/save-bp.c (main): Add label.
18648 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
18649
6e1ac5a3
JK
186502014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
18651
18652 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
18653
754dd2b0
YQ
186542014-10-11 Yao Qi <yao@codesourcery.com>
18655
18656 * gdb.server/server-kill.exp: Execute command
18657 "set remote trace-status-packet on" before "tstatus".
18658
f90183d7
YQ
186592014-10-11 Yao Qi <yao@codesourcery.com>
18660
18661 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
18662 (main): Call getppid.
18663 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
18664 and continue to it. Read variable "server_pid".
18665
bf40a607
YQ
186662014-10-11 Yao Qi <yao@codesourcery.com>
18667
18668 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
18669
052ca370
YQ
186702014-10-11 Yao Qi <yao@codesourcery.com>
18671
18672 * gdb.threads/thread-find.exp: Don't execute command
18673 "info threads".
18674 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
18675 * gdb.threads/linux-dp.exp: Don't check the condition
18676 $threads_created equals to zero.
18677
3831839c
PA
186782014-10-10 Pedro Alves <palves@redhat.com>
18679
18680 * gdb.base/bigcore.exp: Remove references to IRIX.
18681 * gdb.base/funcargs.exp: Likewise.
18682 * gdb.base/interrupt.exp: Likewise.
18683 * gdb.base/mips_pro.exp: Likewise.
18684 * gdb.base/nodebug.exp: Likewise.
18685 * gdb.base/setvar.exp: Likewise.
18686 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
18687
8b9a549d
PA
186882014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
18689 Pedro Alves <palves@redhat.com>
18690
18691 PR symtab/14466
18692 * gdb.base/vdso-warning.c: New file.
18693 * gdb.base/vdso-warning.exp: New file.
18694
d48ba5e8
DE
186952014-10-02 Doug Evans <dje@google.com>
18696
18697 * gdb.base/structs.c (main): Don't run forever.
18698
2278c276
PA
186992014-10-02 Pedro Alves <palves@redhat.com>
18700
18701 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
18702 (top level) <stop threads 1, stop threads 2>: Use it.
18703
b57bacec
PA
187042014-10-02 Pedro Alves <palves@redhat.com>
18705
18706 * gdb.threads/break-while-running.exp (test): Add new
18707 'update_thread_list' argument. Skip "info threads" if false.
18708 (top level): Add new 'update_thread_list' axis.
18709
13fd3ff3
PA
187102014-10-02 Pedro Alves <palves@redhat.com>
18711
18712 PR breakpoints/17431
18713 * gdb.base/execl-update-breakpoints.c: New file.
18714 * gdb.base/execl-update-breakpoints.exp: New file.
18715
0fec99e8
PA
187162014-10-01 Pedro Alves <palves@redhat.com>
18717
18718 * gdb.base/breakpoint-in-ro-region.c: New file.
18719 * gdb.base/breakpoint-in-ro-region.exp: New file.
18720
2ddf4301
SM
187212014-10-01 Simon Marchi <simon.marchi@ericsson.com>
18722
18723 * gdb.mi/mi-exit-code.exp: New file.
18724 * gdb.mi/mi-exit-code.c: New file.
18725
6a5f3f43
YQ
187262014-09-30 Yao Qi <yao@codesourcery.com>
18727
18728 * lib/prelink-support.exp (build_executable_own_libs): Error if
18729 the target isn't native.
18730
345bcc73
YQ
187312014-09-30 Yao Qi <yao@codesourcery.com>
18732
18733 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
18734 false.
18735
a25a5a45
PA
187362014-09-22 Pedro Alves <palves@redhat.com>
18737
18738 * gdb.threads/break-while-running.exp: New file.
18739 * gdb.threads/break-while-running.c: New file.
18740
00ba3162
YQ
187412014-09-19 Yao Qi <yao@codesourcery.com>
18742
18743 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
18744 Invoke test. Restart GDB with --readnow and invoke test again.
18745
c3b7b696
YQ
187462014-09-19 Yao Qi <yao@codesourcery.com>
18747
18748 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
18749 proc set_breakpoint_on_gcd_function. Invoke
18750 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
18751 invoke set_breakpoint_on_gcd_function again.
18752
2b4fd423
DE
187532014-09-18 Doug Evans <dje@google.com>
18754
18755 * gdb.dwarf2/symtab-producer.exp: New file.
18756
a5947601
SDJ
187572014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
18758
18759 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
18760 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
18761 * gdb.base/global-var-nested-by-dso.c: Likewise.
18762 * gdb.base/global-var-nested-by-dso.exp: Likewise.
18763
91c19059
SDJ
187642014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
18765 Pedro Alves <palves@redhat.com>
18766
18767 * gdb.base/watch-bitfields.exp: Pass string other than test file
18768 name to prepare_for_testing.
18769 (watch): New procedure.
18770 (expect_watchpoint): Use with_test_prefix.
18771 (top level): Factor out tests to ...
18772 (test_watch_location, test_regular_watch): ... these new
18773 procedures, and use with_test_prefix and gdb_continue_to_end.
18774
bb9d5f81
PP
187752014-09-16 Patrick Palka <patrick@parcs.ath.cx>
18776
18777 PR breakpoints/12526
18778 * gdb.base/watch-bitfields.exp: New file.
18779 * gdb.base/watch-bitfields.c: New file.
18780
635856f5
PA
187812014-09-16 Pedro Alves <palves@redhat.com>
18782
18783 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
18784 software and hardware addresses, not software address against
18785 itself.
18786
7280ceea
PA
187872014-09-16 Pedro Alves <palves@redhat.com>
18788
18789 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
18790 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
18791
428b16bd
PA
187922014-09-16 Pedro Alves <palves@redhat.com>
18793
18794 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
18795 files.
18796 * gdb.base/a2-run.exp: Remove all code guarded by istarget
18797 "*-*-vxworks*" throughout.
18798 * gdb.base/break.exp: Likewise.
18799 * gdb.base/default.exp: Likewise.
18800 * gdb.base/scope.exp: Likewise.
18801 * gdb.base/sepdebug.exp: Likewise.
18802 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
18803 throughout.
18804 * gdb.base/run.c: Likewise.
18805 * gdb.base/sepdebug.c: Likewise.
18806 * gdb.hp/gdb.aCC/run.c: Likewise.
18807 * gdb.reverse/until-reverse.c: Likewise.
18808 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
18809
666d413c
YQ
188102014-09-16 Yao Qi <yao@codesourcery.com>
18811
18812 * boards/local-remote-host-native.exp: New file.
18813
57cbd724
DE
188142014-09-14 Doug Evans <xdje42@gmail.com>
18815
18816 * gdb.threads/queue-signal.c (thread_count): New variable.
18817 (thread_count_mutex, thread_count_condvar): New variables.
18818 (incr_thread_count, wait_all_threads_running): New functions.
18819 (main): Wait for all threads to be in their thread functions.
18820
81219e53
DE
188212014-09-13 Doug Evans <xdje42@gmail.com>
18822
18823 * gdb.threads/queue-signal.c: New file.
18824 * gdb.threads/queue-signal.exp: New file.
18825
3714cea7
DE
188262014-09-13 Doug Evans <xdje42@gmail.com>
18827
18828 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
18829 be consistent with what default_gdb_init uses.
18830 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
18831 the plain text of the prompt. Add some logging printfs.
18832 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
18833
fa43b1d7
PA
188342014-09-12 Pedro Alves <palves@redhat.com>
18835
18836 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
18837 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
18838 * gdb.arch/i386-size-overlap.exp: Likewise.
18839 * gdb.arch/i386-size.exp: Likewise.
18840 * gdb.arch/i386-unwind.exp: Likewise.
18841 * gdb.base/a2-run.exp: Likewise.
18842 * gdb.base/break.exp: Likewise.
18843 * gdb.base/charset.exp: Likewise.
18844 * gdb.base/chng-syms.exp: Likewise.
18845 * gdb.base/commands.exp: Likewise.
18846 * gdb.base/dbx.exp: Likewise.
18847 * gdb.base/find.exp: Likewise.
18848 * gdb.base/funcargs.exp: Likewise.
18849 * gdb.base/jit-simple.exp: Likewise.
18850 * gdb.base/reread.exp: Likewise.
18851 * gdb.base/sepdebug.exp: Likewise.
18852 * gdb.base/step-bt.exp: Likewise.
18853 * gdb.cp/mb-inline.exp: Likewise.
18854 * gdb.cp/mb-templates.exp: Likewise.
18855 * gdb.objc/basicclass.exp: Likewise.
18856 * gdb.threads/killed.exp: Likewise.
18857
9d9bf2df
EBM
188582014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
18859
18860 PR tdep/17379
18861 * gdb.arch/powerpc-stackless.S: New file.
18862 * gdb.arch/powerpc-stackless.exp: New file.
18863
1cf2f1b0
JK
188642014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
18865
18866 * gdb.base/attach.c: Include unistd.h.
18867 (main): Call alarm. Add label postloop.
18868 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
18869 gdb_breakpoint, gdb_continue_to_breakpoint.
18870 (test_command_line_attach_run): Kill ${testpid} in one exit path.
18871
98880d46
PA
188722014-09-11 Pedro Alves <palves@redhat.com>
18873
18874 PR gdb/17347
18875 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
18876 * gdb.base/attach.exp (test_command_line_attach_run): New
18877 procedure.
18878 (top level): Call it.
18879
4c92ff2c
PA
188802014-09-11 Pedro Alves <palves@redhat.com>
18881
18882 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
18883 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
18884 (do_command_attach_tests): Use spawn_wait_for_attach.
18885 * gdb.base/solib-overlap.exp: Likewise.
18886 * gdb.multi/multi-attach.exp: Likewise.
18887 * gdb.python/py-prompt.exp: Likewise.
18888 * gdb.python/py-sync-interp.exp: Likewise.
18889 * gdb.server/ext-attach.exp: Likewise.
18890
3adc1a7d
GKB
188912014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
18892
18893 * gdb.fortran/array-element.exp: Remove unexpected "continue"
18894 command in testcase. Simplify testcase.
18895
96334934
JB
188962014-09-10 Joel Brobecker <brobecker@adacore.com>
18897
18898 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
18899
eb479039
JB
189002014-09-10 Joel Brobecker <brobecker@adacore.com>
18901
18902 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
18903
deede10c
JB
189042014-09-10 Joel Brobecker <brobecker@adacore.com>
18905
18906 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
18907
7828a5f5
JB
189082014-09-10 Joel Brobecker <brobecker@adacore.com>
18909
18910 * gdb.dwarf2/dynarr-ptr.c: New file.
18911 * gdb.dwarf2/dynarr-ptr.exp: New file.
18912
33aeebcf
MR
189132014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
18914
18915 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
18916 of 30 rather than hardcoding 120 for a slow test case. Take the
18917 `gdb,timeout' target setting into account for this calculation.
18918 Don't extend the timeout for the test cases that don't need it.
18919
7b415901
MR
189202014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
18921
18922 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
18923 a factor of 2 for a slow test case. Take the `gdb,timeout'
18924 target setting into account for this calculation.
18925 * gdb.reverse/until-precsave.exp: Increase the timeout by
18926 a factor of 15 and 3 respectively rather than adding 120
18927 for a pair of slow test cases. Take the `gdb,timeout'
18928 target setting into account for this calculation.
18929
4a40f85a
MR
189302014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
18931
18932 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
18933 timeout, don't pass one down to gdb_expect.
18934 (gdb_expect): Rework timeout selection.
18935
09635af7
MR
189362014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
18937
18938 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
18939 exception on timeout.
18940 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
18941 (gdbserver_start_extended): Catch any `gdbserver_start' error
18942 exceptions.
18943 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
18944 * lib/mi-support.exp (mi_gdb_target_load): Catch any
18945 `gdbserver_gdb_load' error exceptions.
18946
2bdd10b7
MR
189472014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
18948
18949 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
18950 120 on waiting for the TCP socket to open.
18951
316935f0
DE
189522014-09-09 Doug Evans <xdje42@gmail.com>
18953
18954 * gdb.base/default.exp (show_conv_list): Add _caller_is,
18955 _caller_matches, _any_caller_is, _any_caller_matches.
18956
83740597
DE
189572014-09-09 Doug Evans <xdje42@gmail.com>
18958
18959 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
18960
4c122fc3
YQ
189612014-09-09 Yao Qi <yao@codesourcery.com>
18962
18963 * gdb.mi/mi-var-display.exp: Set print symbol off.
18964
a9f116cb
GKB
189652014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
18966
18967 PR gdb/17035
18968 * gdb.base/commands.exp: Add tests to verify user-defined
18969 commands with empty bodies.
18970 * gdb.python/py-cmd.exp: Test that we don't show user-defined
18971 python commands in `show user command`.
18972 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
18973 scheme commands in `show user command`.
18974
c75bd3a2
JK
189752014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
18976
18977 PR python/17355
18978 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
18979 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
18980 * gdb.python/py-framefilter-invalidarg.exp: New file.
18981 * gdb.python/py-framefilter-invalidarg.py: New file.
18982
faa42425
DE
189832014-09-06 Doug Evans <xdje42@gmail.com>
18984
18985 PR 15276
18986 * gdb.python/py-caller-is.c: New file.
18987 * gdb.python/py-caller-is.exp: New file.
18988
474ca4f6
SDJ
189892014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
18990
18991 PR gdb/17235
18992 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
18993 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
18994
eb0b0463
SDJ
189952014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
18996
18997 PR fortran/17237
18998 * gdb.fortran/print-formatted.exp: New file.
18999 * gdb.fortran/print-formatted.f90: Likewise.
19000
5f3b99cf
SS
190012014-09-03 Sasha Smundak <asmundak@google.com>
19002
19003 * gdb.python/py-frame.exp: Test Frame.read_register.
19004
7d793aa9
SDJ
190052014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
19006
19007 PR python/16699
19008 * gdb.python/py-completion.exp: New file.
19009 * gdb.python/py-completion.py: Likewise.
19010
fb0576e9
DE
190112014-08-28 Doug Evans <dje@google.com>
19012
19013 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
19014 eax,etc. are live with values set by gdb and thus the compiler can't
19015 use them.
19016 * gdb.arch/i386-pseudo.c (main): Ditto.
19017
ee92b0dd
DE
190182014-08-27 Doug Evans <dje@google.com>
19019
19020 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
19021
6649db35
DE
190222014-08-25 Doug Evans <dje@google.com>
19023
19024 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
19025 (main): Ditto.
19026
564b7600
DE
190272014-08-25 Doug Evans <dje@google.com>
19028
19029 * gdb.threads/thread-execl.exp: #include <stdio.h>.
19030
3881fb67
YQ
190312014-08-24 Yao Qi <yao@codesourcery.com>
19032
19033 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
19034 symbol off.
19035 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
19036
a05a36a5
DE
190372014-08-22 Doug Evans <dje@google.com>
19038
19039 PR 17276
19040 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
19041 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
19042 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
19043
7c343b48
YQ
190442014-08-22 Yao Qi <yao@codesourcery.com>
19045
19046 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
19047 * gdb.python/py-finish-breakpoint2.exp: Likewise.
19048 * gdb.python/python.exp: Likewise. Use .py file on the host
19049 instead of the build.
19050
22fd09ae
JK
190512014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
19052
19053 * gdb.threads/gcore-stale-thread.c: New file.
19054 * gdb.threads/gcore-stale-thread.exp: New file.
19055
a8454a7c
PA
190562014-08-21 Pedro Alves <palves@redhat.com>
19057
19058 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
19059 * gdb.base/gcore-relro-pie.exp: Likewise.
19060 * gdb.base/gcore-relro.exp: Likewise.
19061 * gdb.base/gcore.exp: Likewise.
19062 * gdb.base/print-symbol-loading.exp: Likewise.
19063 * gdb.threads/gcore-thread.exp: Likewise.
19064 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
19065
2a31c623
PA
190662014-08-20 Pedro Alves <palves@redhat.com>
19067 Jan Kratochvil <jan.kratochvil@redhat.com>
19068
19069 * Makefile.in (EXTRA_RULES, CC): New variables, get from
19070 configure.
19071 (EXPECT): Handle READ1 being set.
19072 (all): Depend on EXTRA_RULES.
19073 (check-read1, expect-read1, read1.so, read1): New rules.
19074 * README (Testsuite Parameters): Document the READ1 make variable.
19075 (Race detection): New section.
19076 * configure: Regenerate.
19077 * configure.ac: If build==host==target, and running under a
19078 GNU/glibc system, add read1 to the extra Makefile rules.
19079 (EXTRA_RULES): AC_SUBST it.
19080 * lib/read1.c: New file.
19081
d36430db
JB
190822014-08-20 Joel Brobecker <brobecker@adacore.com>
19083
19084 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
19085 the handling of variables declared as a typedef to an array
19086 which a DW_AT_data_location attribute.
19087
9a0dc9e3
PA
190882014-08-19 Andrew Burgess <aburgess@broadcom.com>
19089 Pedro Alves <palves@redhat.com>
19090
19091 PR symtab/14604
19092 PR symtab/14605
19093 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
19094 gdb_test.
19095
0718a8da
PA
190962014-08-19 Pedro Alves <palves@redhat.com>
19097
19098 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
19099
13b448cd
YQ
191002014-08-19 Yao Qi <yao@codesourcery.com>
19101
19102 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
19103 right line.
19104
1cbf5077
DB
191052014-08-18 David Blaikie <dblaikie@gmail.com>
19106
19107 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
19108
bf0fae19
JB
191092014-08-18 Joel Brobecker <brobecker@adacore.com>
19110
19111 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
19112 attribute in array range.
19113
3c8c5dcc
JB
191142014-08-18 Joel Brobecker <brobecker@adacore.com>
19115
19116 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
19117
e66d4446
SC
191182014-08-15 Siva Chandra Reddy <sivachandra@google.com>
19119
19120 PR c++/17132
19121 * gdb.cp/pr17132.cc: New file.
19122 * gdb.cp/pr17132.exp: New file.
19123
940df408
SC
191242014-08-15 Siva Chandra Reddy <sivachandra@google.com>
19125
19126 * gdb.python/py-xmethods.py (A_getarrayind)
19127 (E_method_char_worker.__call__, E_method_int_worker.__call__):
19128 Use 'print' with function call syntax.
19129 (E_method_matcher.match): Fix tab vs space indentation mixup.
19130
ebcc6c3a
YQ
191312014-08-15 Yao Qi <yao@codesourcery.com>
19132
19133 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
19134 false.
19135
775e0f04
YQ
191362014-08-15 Yao Qi <yao@codesourcery.com>
19137
19138 * gdb.cp/casts.exp: Set print symbol off.
19139 * gdb.cp/class2.exp: Likewise.
19140 * gdb.cp/overload.exp: Likewise.
19141 * gdb.cp/templates.exp: Likewise.
19142
d769e349
DE
191432014-08-11 Doug Evans <dje@google.com>
19144
19145 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
19146 (test_load_shlib): Update.
19147
20c6f1e1
YQ
191482014-08-09 Yao Qi <yao@codesourcery.com>
19149
19150 * gdb.base/display.exp: Invoke is_address_zero_readable.
19151 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
19152 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
19153 * gdb.base/hbreak-unmapped.exp: Return if
19154 is_address_zero_readable returns true.
19155 * gdb.base/signest.exp: Likewise.
19156 * gdb.base/signull.exp: Likewise.
19157 * gdb.base/sigbpt.exp: Likewise.
19158 * gdb.guile/scm-disasm.exp: Do the test if
19159 is_address_zero_readable returns false.
19160 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
19161 * gdb.python/py-arch.exp: Likewise.
19162 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
19163 * lib/gdb.exp (is_address_zero_readable): New proc.
19164
5792e8e3
YQ
191652014-08-09 Yao Qi <yao@codesourcery.com>
19166
19167 PR testsuite/13443
19168 * gdb.mi/mi-var-display.exp: Make test messages unique.
19169
3cecbbbe
TT
191702014-08-04 Tom Tromey <tromey@redhat.com>
19171
19172 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
19173 target 0".
19174
00b51ff5
TT
191752014-08-04 Tom Tromey <tromey@redhat.com>
19176
19177 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
19178 "target_resume".
19179
6908c509
JB
191802014-08-01 Joel Brobecker <brobecker@adacore.com>
19181
19182 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
19183 inner_vla_struct_object_size.
19184 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
19185 as xfail.
19186
cc6563d2
PA
191872014-07-30 Pedro Alves <palves@redhat.com>
19188
19189 * gdb.threads/signal-command-handle-nopass.exp (test): Add
19190 comment.
19191
7e09a223
YQ
191922014-07-29 Yao Qi <yao@codesourcery.com>
19193
19194 PR gdb/17206
19195 * gdb.base/until-nodebug.exp: New.
19196
7ebdbe92
DE
191972014-07-28 Doug Evans <xdje42@gmail.com>
19198
19199 PR guile/17203
19200 * gdb.guile/scm-parameter.exp: Add tests for trying to create
19201 previously existing parameter, and previously ambiguously spelled
19202 parameter.
19203
fdb1adc6
WN
192042014-07-28 Will Newton <will.newton@linaro.org>
19205
19206 * gdb.base/varargs.exp: Remove KFAILs for ARM.
19207
186fcde0
DE
192082014-07-26 Ludovic Courtès <ludo@gnu.org>
19209 Doug Evans <xdje42@gmail.com>
19210
19211 PR guile/17146
19212 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
19213
70509625
PA
192142014-07-25 Pedro Alves <palves@redhat.com>
19215
19216 * gdb.threads/signal-command-handle-nopass.c: New file.
19217 * gdb.threads/signal-command-handle-nopass.exp: New file.
19218 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
19219 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
19220 * gdb.threads/signal-delivered-right-thread.c: New file.
19221 * gdb.threads/signal-delivered-right-thread.exp: New file.
19222
c3f814a1
PA
192232014-07-25 Pedro Alves <palves@redhat.com>
19224
19225 * gdb.base/double-prompt-target-event-error.exp
19226 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
19227 match.
19228 (cancel_pagination_in_target_event): Rework double prompt
19229 detection.
19230 * gdb.base/paginate-after-ctrl-c-running.exp
19231 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
19232 <return>' match.
19233 * gdb.base/paginate-bg-execution.exp
19234 (test_bg_execution_pagination_return)
19235 (test_bg_execution_pagination_cancel): Remove '-notransfer
19236 <return>' matches.
19237 * gdb.base/paginate-execution-startup.exp
19238 (test_fg_execution_pagination_return)
19239 (test_fg_execution_pagination_cancel): Remove '-notransfer
19240 <return>' matches.
19241 * gdb.base/paginate-inferior-exit.exp
19242 (test_paginate_inferior_exited): Remove '-notransfer <return>'
19243 match.
19244 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
19245 * lib/gdb.exp (pagination_prompt): Run text through
19246 string_to_regexp.
19247 (gdb_test_multiple): Match $pagination_prompt instead of
19248 "<return>".
19249 (string_to_regexp): Move to lib/gdb-utils.exp.
19250
e214cf6c
JK
192512014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
19252
19253 * gdb.arch/amd64-entry-value-paramref.S: New file.
19254 * gdb.arch/amd64-entry-value-paramref.cc: New file.
19255 * gdb.arch/amd64-entry-value-paramref.exp: New file.
19256 * gdb.arch/amd64-optimout-repeat.S: New file.
19257 * gdb.arch/amd64-optimout-repeat.c: New file.
19258 * gdb.arch/amd64-optimout-repeat.exp: New file.
19259
17d0c5c8
JK
192602014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
19261
19262 PR gdb/17170
19263 * gdb.base/statistics.exp: New file.
19264
b8b8facf
DE
192652014-07-17 Doug Evans <dje@google.com>
19266
74b49205 19267 PR gdb/17170
b8b8facf
DE
19268 * gdb.base/maint.exp: Update testing of per-command stats.
19269
1b5d0ab3
PA
192702014-07-16 Pedro Alves <palves@redhat.com>
19271
19272 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
19273 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
19274 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
19275 (tfile_write_buf): New functions.
19276 (add_memory_block): Rewrite using the above.
19277 (adjust_function_address): New function.
19278 (FUNCTION_ADDRESS): New macro.
19279 (write_basic_trace_file): Remove short_x local, and use
19280 tfile_write_16. Change type of func_addr local to unsigned long
19281 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
19282 here. Cast argument of add_memory_block to char pointer.
19283 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
19284 (main): Remove parameters.
19285 * gdb.trace/tfile.exp: Remove nowarnings.
19286
4d974e88
SM
192872014-07-15 Simon Marchi <simon.marchi@ericsson.com>
19288
19289 * gdb.base/debug-expr.exp: Test string evaluation with
19290 "debug expression" on.
19291
41e99568
PA
192922014-07-15 Pedro Alves <palves@redhat.com>
19293
19294 * gdb.base/reread.exp: Use clean_restart.
19295
487d9753
PL
192962014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
19297
19298 * gdb.arch/avr-flash-qualifer.c: New.
19299 * gdb.arch/avr-flash-qualifer.exp: New.
19300
cc1c52ad
PA
193012014-07-14 Pedro Alves <palves@redhat.com>
19302
19303 * gdb.base/paginate-after-ctrl-c-running.c: New file.
19304 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
19305
1e973570
PA
193062014-07-14 Pedro Alves <palves@redhat.com>
19307
19308 * gdb.base/double-prompt-target-event-error.c: New file.
19309 * gdb.base/double-prompt-target-event-error.exp: New file.
19310
93d6eb10
PA
193112014-07-14 Pedro Alves <palves@redhat.com>
19312
19313 PR gdb/17072
19314 * gdb.base/paginate-inferior-exit.c: New file.
19315 * gdb.base/paginate-inferior-exit.exp: New file.
19316
0017922d
PA
193172014-07-14 Pedro Alves <palves@redhat.com>
19318
19319 PR gdb/17072
19320 * gdb.base/paginate-bg-execution.c: New file.
19321 * gdb.base/paginate-bg-execution.exp: New file.
19322
94696ad3
PA
193232014-07-14 Pedro Alves <palves@redhat.com>
19324
19325 PR gdb/17072
19326 * gdb.base/paginate-execution-startup.c: New file.
19327 * gdb.base/paginate-execution-startup.exp: New file.
19328 * lib/gdb.exp (pagination_prompt): New global.
19329 (default_gdb_spawn): New procedure, factored out from
19330 default_gdb_spawn.
19331 (default_gdb_start): Adjust to call default_gdb_spawn.
19332 (gdb_spawn): New procedure.
19333
bd293940
PA
193342014-07-14 Pedro Alves <palves@redhat.com>
19335
19336 * lib/gdb.exp (gdb_assert): New procedure.
19337 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
19338
c933f875
PA
193392014-07-14 Pedro Alves <palves@redhat.com>
19340
19341 * gdb.base/execution-termios.c: New file.
19342 * gdb.base/execution-termios.exp: New file.
19343
d98b7a16
TT
193442014-07-14 Tom Tromey <tromey@redhat.com>
19345
19346 * gdb.cp/vla-cxx.cc: New file.
19347 * gdb.cp/vla-cxx.exp: New file.
19348
548740d6
TT
193492014-07-14 Tom Tromey <tromey@redhat.com>
19350
19351 * gdb.reverse/rerun-prec.c: New file.
19352 * gdb.reverse/rerun-prec.exp: New file.
19353
a25eb028
MR
193542014-07-12 Maciej W. Rozycki <macro@mips.com>
19355 Maciej W. Rozycki <macro@codesourcery.com>
19356
19357 * lib/gdb-utils.exp: New file.
19358 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
19359 inline `gdb_init_command' processing.
19360 (gdb_start_cmd): Likewise.
19361 * lib/mi-support.exp (mi_run_cmd): Likewise.
19362 * README: Document `gdb_init_command' and `gdb_init_commands'.
19363
218c2655
JK
193642014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
19365
19366 Fix false FAIL running under a very long directory name.
19367 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
19368 and "set print elements 10000". Twice.
19369
5401fde3
YQ
193702014-07-11 Yao Qi <yao@codesourcery.com>
19371
19372 * gdb.base/exprs.exp: "set print symbol off".
19373
e76126e8
PA
193742014-07-11 Pedro Alves <palves@redhat.com>
19375
19376 * gdb.threads/kill.c: New file.
19377 * gdb.threads/kill.exp: New file.
19378
2d6f0de6
YQ
193792014-07-10 Yao Qi <yao@codesourcery.com>
19380
19381 * gdb.trace/tfile.c (write_basic_trace_file)
19382 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
19383 address written to trace file.
19384
7180e04a
PA
193852014-07-09 Pedro Alves <palves@redhat.com>
19386
19387 * gdb.base/attach-wait-input.exp: New file.
19388 * gdb.base/attach-wait-input.c: New file.
19389
9a9a7608
AB
193902014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
19391
19392 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
19393 setting up test structures.
19394 (main): Call new test function.
19395 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
19396 test function, continue into test function and walk test
19397 structures.
19398
161ac41e
YQ
193992014-07-02 Yao Qi <yao@codesourcery.com>
19400
19401 * gdb.trace/entry-values.c: Define labels 'foo_start' and
19402 'bar_start' at the beginning of functions 'foo' and 'bar'
19403 respectively.
19404 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
19405 instead of 'foo' and 'bar'.
19406
1f267ae3
MM
194072014-07-08 Markus Metzger <markus.t.metzger@intel.com>
19408
19409 * gdb.btrace/segv.exp: New.
19410 * gdb.btrace/segv.c: New.
19411
2b239efb
LM
194122014-07-02 Luis Machado <lgustavo@codesourcery.com>
19413
19414 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
19415 instruction.
19416
cf363f18
MW
194172014-06-30 Mark Wielaard <mjw@redhat.com>
19418
19419 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
19420 vulture, vilify, villar): New volatile array constants.
19421 (vindictive, vegetation): New const volatile array constants.
19422 * gdb.base/volatile.exp: Test volatile and const volatile array
19423 types.
19424
aebf9d24
AA
194252014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
19426
19427 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
19428 target lacks support for awatch, rwatch, or hbreak.
19429
b67a2c6f
YQ
194302014-06-27 Yao Qi <yao@codesourcery.com>
19431
19432 * gdb.multi/dummy-frame-restore.exp: New.
19433 * gdb.multi/dummy-frame-restore.c: New.
19434
aef92902
MM
194352014-06-25 Markus Metzger <markus.t.metzger@intel.com>
19436
19437 * gdb.btrace/gcore.exp: New.
19438
8e9db26e
PA
194392014-06-23 Pedro Alves <palves@redhat.com>
19440
19441 * gdb.base/watchpoint-reuse-slot.c: New file.
19442 * gdb.base/watchpoint-reuse-slot.exp: New file.
19443
70afc5b7
SC
194442014-06-23 Siva Chandra Reddy <sivachandra@google.com>
19445
19446 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
19447 progspace's filename in 'info', 'enable' and 'disable' command
19448 tests.
19449
b972bd9c
JK
194502014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
19451
19452 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
19453 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
19454 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
19455
125f8a3d
GB
194562014-06-20 Gary Benson <gbenson@redhat.com>
19457
19458 * gdb.arch/i386-avx.exp: Fix include file location.
19459 * gdb.arch/i386-sse.exp: Likewise.
19460
3ed9baed
IB
194612014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
19462
19463 * gdb.dlang/expression.exp: New file.
19464
034f788c
PA
194652014-06-19 Pedro Alves <palves@redhat.com>
19466
19467 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
19468 out from ...
19469 (top level): ... here. Iterate running tests under different
19470 scheduler-locking settings.
19471
45371d0c
LM
194722014-06-18 Luis Machado <lgustavo@codesourcery.com>
19473
19474 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
19475 to DW_FORM_addr and use non-zero addresses.
19476
5d376983
SC
194772014-06-18 Siva Chandra Reddy <sivachandra@google.com>
19478
19479 PR gdb/17017
19480 * gdb.python/py-xmethods.cc: Add global function call counters and
19481 increment them in their respective functions. Remove "cout"
19482 statements.
19483 * gdb.python/py-xmethods.exp: Make tests check the global function
19484 call counters instead of depending on inferior IO.
19485
a1aa2221
LM
194862014-06-18 Don Breazeal <donb@codesourcery.com>
19487
19488 * gdb.base/foll-fork.exp (default_fork_parent_follow):
19489 Deleted procedure.
19490 (explicit_fork_parent_follow): Deleted procedure.
19491 (explicit_fork_child_follow): Deleted procedure.
19492 (test_follow_fork): New procedure.
19493 (do_fork_tests): Replace calls to deleted procedures with
72f4393d 19494 calls to test_follow_fork and reset GDB for subsequent
a1aa2221
LM
19495 procedure calls.
19496
0fc05997
YQ
194972014-06-17 Yao Qi <yao@codesourcery.com>
19498
19499 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
19500 CP1252.
19501
70795c52
LM
195022014-06-17 Luis Machado <lgustavo@codesourcery.com>
19503
19504 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
19505 Initialize ptr and S explicitly.
19506 (skip_type_update_when_not_use_rtti_test): Likewise.
19507
6be47f0c
KS
195082014-06-16 Keith Seitz <keiths@redhat.com>
19509
19510 PR mi/15863
19511 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
19512 the inferior is started.
19513
d03de421
PA
195142014-06-16 Pedro Alves <palves@redhat.com>
19515
19516 * gdb.base/break-main-file-remove-fail.c: New file.
19517 * gdb.base/break-main-file-remove-fail.exp: New file.
19518 * gdb.base/break-unload-file.exp: Use build_executable instead of
19519 prepare_for_testing.
19520 (test_break): New parameter "initial_load". Handle it.
19521 (top level): Add initial_load cmdline/file axis.
19522
f9579b99
TT
195232014-06-12 Tom Tromey <tromey@redhat.com>
19524
19525 * gdb.base/completion.exp: Don't use directory name in test.
19526
3657956b
GB
195272014-06-09 Gary Benson <gbenson@redhat.com>
19528
19529 * gdb.base/sigall.c [Functions to send signals]: Reorder to
19530 separate the always-available ANSI-standard signals from the
19531 signals that require checking.
19532 (main): Likewise.
19533 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
19534 Likewise.
19535 (main): Likewise.
19536
4186eb54
KS
195372014-06-07 Keith Seitz <keiths@redhat.com>
19538
19539 Revert:
19540 PR c++/16253
19541 * gdb.cp/var-tag.cc: New file.
19542 * gdb.cp/var-tag.exp: New file.
19543 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
19544 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
19545 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
19546 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
19547
25326a28 195482014-06-06 Doug Evans <xdje42@gmail.com>
6da01dbe
DE
19549
19550 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
19551
829155c9
PA
195522014-06-06 Pedro Alves <palves@redhat.com>
19553
19554 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
19555 in target debug output instead of looking at RSP packets,
19556 disabling the test on any target that uses hardware stepping.
19557 Update comments.
19558
61c8d22e
PA
195592014-06-06 Pedro Alves <palves@redhat.com>
19560
19561 * gdb.base/break-unload-file.exp: Fix typo.
19562
d9a47287
YQ
195632014-06-06 Yao Qi <yao@codesourcery.com>
19564
19565 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
19566 from "jit_function" to "^jit_function".
19567
e5e01dbf
YQ
195682014-06-06 Yao Qi <yao@codesourcery.com>
19569
19570 * gdb.base/async.c (foo): Add one statement.
19571 * gdb.base/async.exp: Get the next instruction address and
19572 match the output of "nexti" by instruction address. Match
19573 the hex address in the output of "finish".
19574
73ba372c
GB
195752014-06-06 Gary Benson <gbenson@redhat.com>
19576
19577 * gdb.base/call-signals.c: Remove preprocessor conditionals
19578 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
19579 SIGSEGV and SIGTERM.
19580 * gdb.base/sigall.c: Likewise.
19581 * gdb.base/unwindonsignal.c: Likewise.
19582 * gdb.reverse/sigall-reverse.c: Likewise.
19583
831517df
YQ
195842014-06-06 Yao Qi <yao@codesourcery.com>
19585
19586 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
19587 readable, skip the test.
19588
b8b91e98
YQ
195892014-06-06 Yao Qi <yao@codesourcery.com>
19590
19591 * gdb.threads/staticthreads.c (thread_function): Move the line
19592 setting breakpoint on forward.
19593 * gdb.threads/staticthreads.exp: Update comments.
19594
fb934770
LC
195952014-06-05 Ludovic Courtès <ludo@gnu.org>
19596
19597 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
19598 "history-append! type error".
19599
6ef284bd
SM
196002014-06-05 Simon Marchi <simon.marchi@ericsson.com>
19601
19602 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
19603 erroneous dprintf expected input.
19604
a872e241
DE
196052014-06-04 Doug Evans <xdje42@gmail.com>
19606
19607 * gdb.guile/scm-generics.exp: Delete.
19608
16f691fb
DE
196092014-06-04 Doug Evans <xdje42@gmail.com>
19610
19611 * gdb.guile/scm-breakpoint.exp: Update.
19612 Add tests for breakpoint registration.
19613
012370f6
TT
196142014-06-04 Tom Tromey <tromey@redhat.com>
19615
19616 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
19617 VLA-in-union.
19618 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
19619 inner_vla_struct, vla_union types. Initialize objects of those
19620 types and compute their sizes.
19621
9f5a4cef
HZ
196222014-06-04 Nathan Sidwell <nathan@codesourcery.com>
19623 Hui Zhu <hui@codesourcery.com>
19624
19625 * gdb.base/fileio.exp: Add test for shell not available as well as
19626 available.
19627 * gdb.base/fileio.c (test_system): Check for shell twice.
19628
90a45c4d
YQ
196292014-06-04 Yao Qi <yao@codesourcery.com>
19630
19631 * gdb.base/auto-connect-native-target.exp: Remove redundant
19632 space from the regexp pattern.
19633
70017e41
YQ
196342014-06-04 Yao Qi <yao@codesourcery.com>
19635
19636 * gdb.base/default.exp: Replace "child" with "native" in
19637 regexp pattern.
19638
883964a7
SC
196392014-06-03 Siva Chandra Reddy <sivachandra@google.com>
19640
19641 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
19642 * gdb.python/py-xmethods.exp: New tests to test xmethods.
19643 * gdb.python/py-xmethods.py: Python script supporting the
19644 new testcase and tests.
19645
ef370185
JB
196462014-06-03 Joel Brobecker <brobecker@adacore.com>
19647 Pedro Alves <palves@redhat.com>
19648
19649 PR breakpoints/17000
19650 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
19651 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
19652
1e2ccb61
BM
196532014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
19654
19655 * gdb.base/subst.exp: Add tests to verify partial path matching
19656 output.
19657
c6ec5ab2
PA
196582014-06-03 Pedro Alves <palves@redhat.com>
19659
19660 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
19661 target that doesn't use software single-stepping.
19662
835c559f
PA
196632014-06-03 Pedro Alves <palves@redhat.com>
19664
19665 PR breakpoints/17000
19666 * gdb.base/sss-bp-on-user-bp-2.c: New file.
19667 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
19668
06eb1586
DE
196692014-06-02 Doug Evans <xdje42@gmail.com>
19670
19671 * gdb.guile/scm-parameter.exp: New file.
19672
e698b8c4
DE
196732014-06-02 Doug Evans <xdje42@gmail.com>
19674
19675 * gdb.guile/scm-cmd.c: New file.
19676 * gdb.guile/scm-cmd.exp: New file.
19677
ded03782
DE
196782014-06-02 Doug Evans <xdje42@gmail.com>
19679
19680 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
19681 pretty-printer lookup.
19682 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
19683 (make-pp_s-printer): Call it.
19684 (make-pretty-printer-from-dict): New function.
19685 (lookup-pretty-printer-maker-from-dict): New function.
19686 (*pretty-printer*): Simplify.
19687 (make-objfile-pp_s-printer): New function.
19688 (install-objfile-pretty-printers!): New function.
19689 (make-progspace-pp_s-printer): New function.
19690 (install-progspace-pretty-printers!): New function.
19691 * gdb.guile/scm-progspace.c: New file.
19692 * gdb.guile/scm-progspace.exp: New file.
19693
41fac0cf
PA
196942014-06-02 Pedro Alves <palves@redhat.com>
19695
19696 * gdb.base/dprintf-bp-same-addr.c: New file.
19697 * gdb.base/dprintf-bp-same-addr.exp: New file.
19698
96ae5695
EBM
196992014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
19700
19701 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
19702 * gdb.arch/powerpc-power.s: Likewise.
19703
da02b3a8
JB
197042014-06-02 Joel Brobecker <brobecker@adacore.com>
19705
19706 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
19707
c72b2e7b
YQ
197082014-06-01 Yao Qi <yao@codesourcery.com>
19709
19710 * gdb.base/watchpoint.exp (test_watch_location): Check null
19711 pointer can be dereferenced. If not, do the test, otherwise
19712 skip it.
19713
53e8a631
AB
197142014-05-30 Andrew Burgess <aburgess@broadcom.com>
19715
19716 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
19717 results.
19718 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
19719
938f0e2f
AB
197202014-05-30 Andrew Burgess <aburgess@broadcom.com>
19721
19722 * gdb.arch/amd64-invalid-stack-middle.S: New file.
19723 * gdb.arch/amd64-invalid-stack-middle.c: New file.
19724 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
19725 * gdb.arch/amd64-invalid-stack-top.c: New file.
19726 * gdb.arch/amd64-invalid-stack-top.exp: New file.
19727
9ba6657a
PA
197282014-05-30 Pedro Alves <palves@redhat.com>
19729
19730 PR breakpoints/17000
19731 * gdb.base/sss-bp-on-user-bp.c: New file.
19732 * gdb.base/sss-bp-on-user-bp.exp: New file.
19733
522c09bf
DB
197342014-05-30 David Blaikie <dblaikie@gmail.com>
19735
19736 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
19737 gnu_inline semantics via attribute.
19738 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
19739 source explicitly specifies the required semantics.
19740
bf4ef81e
MR
197412014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
19742
19743 * gdb.reverse/sigall-reverse.exp: Fix a typo.
19744
329ea579
PA
197452014-05-29 Pedro Alves <palves@redhat.com>
19746 Tom Tromey <tromey@redhat.com>
19747
19748 * gdb.base/async-shell.exp: Don't enable target-async.
19749 * gdb.base/async.exp
19750 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
19751 parameter. Adjust.
19752 (top level): Don't test with "target-async".
19753 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
19754 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
19755 * gdb.base/inferior-died.exp: Don't enable target-async.
19756 * gdb.base/interrupt-noterm.exp: Likewise.
19757 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
19758 * gdb.mi/mi-nonstop-exit.exp: Likewise.
19759 * gdb.mi/mi-nonstop.exp: Likewise.
19760 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
19761 * gdb.mi/mi-nsintrall.exp: Likewise.
19762 * gdb.mi/mi-nsmoribund.exp: Likewise.
19763 * gdb.mi/mi-nsthrexec.exp: Likewise.
19764 * gdb.mi/mi-watch-nonstop.exp: Likewise.
19765 * gdb.multi/watchpoint-multi.exp: Adjust comment.
19766 * gdb.python/py-evsignal.exp: Don't enable target-async.
19767 * gdb.python/py-evthreads.exp: Likewise.
19768 * gdb.python/py-prompt.exp: Likewise.
19769 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
19770 * gdb.server/solib-list.exp: Don't enable target-async.
19771 * gdb.threads/thread-specific-bp.exp: Likewise.
19772 * lib/mi-support.exp: Adjust to use mi-async.
19773
fd664c91
PA
197742014-05-29 Pedro Alves <palves@redhat.com>
19775
19776 PR gdb/13860
19777 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
19778 reason, even in sync mode.
19779
251bde03
PA
197802014-05-29 Pedro Alves <palves@redhat.com>
19781 Hui Zhu <hui@codesourcery.com>
19782
19783 PR PR15693
19784 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
19785 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
19786 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
19787 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
19788
7f3c0343
JB
197892014-05-28 Joel Brobecker <brobecker@adacore.com>
19790
19791 * config/monitor.exp (gdb_target_monitor): Replace use of
19792 "set remotebaud" by "set serial baud".
19793
b2715b27
AW
197942014-05-26 Andy Wingo <wingo@igalia.com>
19795
19796 * gdb.guile/scm-breakpoint.exp:
19797 * gdb.guile/scm-gsmob.exp: Update to use plain old object
19798 properties instead of gdb-object-properties.
19799
498a4489
YQ
198002014-05-26 Yao Qi <yao@codesourcery.com>
19801
19802 * gdb.server/no-thread-db.exp: Specify source file name
19803 explicitly when setting a breakpoint.
19804
589fdceb
MM
198052014-05-23 Markus Metzger <markus.t.metzger@intel.com>
19806
19807 * gdb.btrace/vdso.c: New.
19808 * gdb.btrace/vdso.exp: New.
19809
e9089e05
MM
198102014-05-23 Markus Metzger <markus.t.metzger@intel.com>
19811
19812 * gdb.base/gcore.exp (capture_command_output): Move ...
19813 * lib/gdb.exp (capture_command_output): ... here.
19814
67b5c0c1
MM
198152014-05-23 Markus Metzger <markus.t.metzger@intel.com>
19816
19817 * gdb.btrace/data.exp: Test memory access during btrace replay.
19818
a2199296
SM
198192014-05-22 Simon Marchi <simon.marchi@ericsson.com>
19820
19821 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
19822
17b2616c
PA
198232014-05-21 Pedro Alves <palves@redhat.com>
19824
19825 PR gdb/13860
19826 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
19827 (top level): Test that output related to execution commands is
19828 sent to the console with CLI commands, but not with MI commands.
19829 Test that breakpoint events are always mirrored to the console.
19830 Also expect the new source line to be output after a "next" in
19831 async mode too. Make it a pass/fail test.
19832 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
19833 output.
19834 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
19835
5166082f
PA
198362014-05-21 Pedro Alves <palves@redhat.com>
19837
19838 * gdb.base/list.exp (build_pattern, test_list): New procedures.
19839 Use them to test variations of "list" after reaching a breakpoint.
19840 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
19841 Test "list" with listsize 10 after reaching a breakpoint.
19842 * gdb.python/python.exp (decode_line current location line
19843 number): Adjust expected line number.
19844
2f25d70f
SM
198452014-05-21 Simon Marchi <simon.marchi@ericsson.com>
19846
19847 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
19848 behavior for $args, pass it directly to "run".
19849
ff604a67
MR
198502014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
19851
19852 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
19853 30000 to 65536.
19854
6a3cb8e8
PA
198552014-05-21 Pedro Alves <palves@redhat.com>
19856
19857 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
19858 auto-connect-native-target off".
19859 * gdb.base/auto-connect-native-target.c: New file.
19860 * gdb.base/auto-connect-native-target.exp: New file.
19861
4ebfc96e
PA
198622014-05-21 Pedro Alves <palves@redhat.com>
19863
19864 * gdb.base/default.exp: Test "target native" instead of "target
19865 child".
19866
36d46afb
MW
198672014-05-21 Mark Wielaard <mjw@redhat.com>
19868
19869 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
19870
5876f503
JK
198712014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
19872
19873 Fix TLS access for -static -pthread.
19874 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
19875 <HAVE_TLS> (thread_function, main): Initialize it.
19876 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
19877 Add clean_restart.
19878 <$have_tls != "">: Check TLSVAR.
19879
0256a6ac
PA
198802014-05-21 Pedro Alves <palves@redhat.com>
19881
19882 * gdb.base/dcache-line-read-error.c: New.
19883 * gdb.base/dcache-line-read-error.exp: New.
19884
936d2992
PA
198852014-05-20 Pedro Alves <palves@redhat.com>
19886
19887 * gdb.base/compare-sections.c: New file.
19888 * gdb.base/compare-sections.exp: New file.
19889
802e8e6d
PA
198902014-05-20 Pedro Alves <palves@redhat.com>
19891
19892 * gdb.base/break-idempotent.c: New file.
19893 * gdb.base/break-idempotent.exp: New file.
19894
e59fa00f
MM
198952014-05-20 Markus Metzger <markus.t.metzger@intel.com>
19896
19897 * gdb.btrace/nohist.exp: New.
19898
8b696e31
YQ
198992014-05-20 Yao Qi <yao@codesourcery.com>
19900
19901 * lib/gdb.exp (gdb_init): Set timeout if test file is under
19902 gdb.reverse directory and gdb_reverse_timeout exists in board
19903 setting.
19904 * README: Document gdb_reverse_timeout.
19905
73c9764f
YQ
199062014-05-20 Yao Qi <yao@codesourcery.com>
19907
19908 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
19909 'test_file_name'. Treat args as a string instead of a list.
19910 (gdb_init): Rename argument 'args' by 'test_file_name'.
19911
f1f4348a
JK
199122014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
19913
19914 * gdb.arch/powerpc-power.exp: New file.
19915 * gdb.arch/powerpc-power.s: New file.
19916
0dbe70ce
DE
199172014-05-16 Doug Evans <dje@google.com>
19918
19919 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
d7761c2c
DE
19920 * gdb.base/completion.exp: Check that all expected files exist
19921 before doing file completion.
0dbe70ce 19922
8d551b02
DE
199232014-05-16 Doug Evans <dje@google.com>
19924
19925 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
19926 Update.
19927 (do_syscall_tests_without_xml): Update.
19928
73eb7709
PA
199292014-05-16 Pedro Alves <palves@redhat.com>
19930
19931 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
19932 instead of "unknown output after running".
19933
3fae92fc
YQ
199342014-05-16 Yao Qi <yao@codesourcery.com>
19935
19936 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
19937 file1.txt from host at the end.
19938 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
19939
c2b2ccc5
DE
199402014-05-15 Doug Evans <dje@google.com>
19941
19942 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
19943 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
19944 loading file. Add test for TU lookup.
19945
8c217a4b
SM
199462014-05-15 Simon Marchi <simon.marchi@ericsson.com>
19947
19948 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
19949 calling "-exec-arguments" or "set args" before running the
19950 inferior.
19951
3deb39c6
SM
199522014-05-15 Simon Marchi <simon.marchi@ericsson.com>
19953
19954 * lib/mi-support.exp (mi_expect_stop): Expect message for
19955 inferiors that exit with non-zero exit code.
19956
71a79f8c
YQ
199572014-05-14 Yao Qi <yao@codesourcery.com>
19958
19959 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
19960 match absolute path on remote host.
19961 (test_file_list_exec_source_files): Remove "/" from the
19962 pattern.
19963
f23fcd46
YQ
199642014-05-14 Yao Qi <yao@codesourcery.com>
19965
19966 * boards/local-remote-host-notty.exp (${board}_file): New
19967 proc.
19968
9404b58f
KM
199692014-05-07 Kyle McMartin <kyle@redhat.com>
19970
19971 Pushed by Joel Brobecker <brobecker@adacore.com>.
19972 * gdb.arch/aarch64-atomic-inst.c: New file.
19973 * gdb.arch/aarch64-atomic-inst.exp: New file.
19974
5e45f04c
YQ
199752014-05-07 Yao Qi <yao@codesourcery.com>
19976
19977 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
19978 in current context" too.
19979
c888a17d
KS
199802014-05-05 Keith Seitz <keiths@redhat.com>
19981
19982 * gdb.linespec/ls-dollar.exp: Add test for linespec
19983 file:convenience_variable.
19984
290a839c
YQ
199852014-05-05 Yao Qi <yao@codesourcery.com>
19986
19987 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
19988 traceframes into tfile and ctf trace files. Read data from
19989 trace file and test collected data.
19990 (gdb_collect_locals_test): Likewise.
19991 (gdb_unavailable_registers_test): Likewise.
19992 (gdb_unavailable_floats): Likewise.
19993 (gdb_collect_globals_test): Likewise.
19994 (top-level): Append "ctf" to trace_file_targets if GDB
19995 supports.
19996
b5262cd0
YQ
199972014-05-05 Yao Qi <yao@codesourcery.com>
19998
19999 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
20000 code to ...
20001 (gdb_collect_args_test_1): ... it. New proc.
20002 (gdb_collect_locals_test): Move some code to ...
20003 (gdb_collect_locals_test_1): ... it. New proc.
20004 (gdb_unavailable_registers_test): Move some code to ...
20005 (gdb_unavailable_registers_test_1): ... it. New proc.
20006 (gdb_unavailable_floats): Move some code to ...
20007 (gdb_unavailable_floats_1): ... it. New proc.
20008
30a1e6cc
SDJ
200092014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
20010
20011 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
20012 probes to test for bitness recognition.
20013 * gdb.arch/amd64-stap-optional-prefix.exp
20014 (test_probe_value_without_reg): New procedure.
20015 Add code to test for different kinds of bitness.
20016
f33da99a
SDJ
200172014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
20018
20019 PR breakpoints/16889
20020 * gdb.arch/amd64-stap-optional-prefix.S: New file.
20021 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
20022
5b80f00d
PA
200232014-05-01 Pedro Alves <palves@redhat.com>
20024
20025 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
20026 gdb_file_cmd if no file is specified.
20027 * boards/native-extended-gdbserver.exp (gdb_load): Use the
20028 last_loaded_file to set the remote exec-file.
20029
f8c2a73c
PA
200302014-05-01 Pedro Alves <palves@redhat.com>
20031
20032 * boards/local-remote-host.exp: New file.
20033
be6e8ac7
PA
200342014-05-01 Pedro Alves <palves@redhat.com>
20035
20036 * boards/local-remote-host.exp: Rename to ...
20037 * boards/local-remote-host-notty.exp: ... this.
20038
cac0dc8f
JB
200392014-04-28 Joel Brobecker <brobecker@adacore.com>
20040
20041 * gdb.ada/dyn_arrayidx: New testcase.
20042
9730e6cc
YQ
200432014-04-26 Yao Qi <yao@codesourcery.com>
20044
20045 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
20046 and compute the length of function main. Save it in
20047 $main_length.
20048 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
20049 (top-level): Use gdb_compile to compile objects into
20050 executable and restart GDB. Remove invocation to
20051 prepare_for_testing.
20052
7ae1a6a6
PA
200532014-04-25 Simon Marchi <simon.marchi@ericsson.com>
20054 Pedro Alves <palves@redhat.com>
20055
20056 PR server/16255
20057 * gdb.multi/multi-attach.c: New file.
20058 * gdb.multi/multi-attach.exp: New file.
20059
4082afcc
PA
200602014-04-25 Pedro Alves <palves@redhat.com>
20061
20062 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
20063 user.
20064 (top level): Test that "set remote conditional-breakpoints-packet
20065 off" works as intended.
20066 * gdb.base/dprintf.exp: Test that "set remote
20067 breakpoint-commands-packet off" works as intended.
20068 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
20069 New function.
20070 (top level): Call it.
20071 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
20072 remote fast-tracepoints-packet off" works as intended.
20073 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
20074 * lib/gdb.exp (gdb_is_target_remote): ... here.
20075
2abc3f8d
DB
200762014-04-24 David Blaikie <dblaikie@gmail.com>
20077
20078 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
20079 ensure clang would not discard them.
20080 * gdb.base/gdbvars.c: Ditto.
20081 * gdb.base/memattr.c: Ditto.
20082 * gdb.base/whatis.c: Ditto.
20083 * gdb.python/py-prettyprint.c: Ditto.
20084 * gdb.trace/actions.c: Ditto.
20085 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
20086 ensure clang would not discard it.
20087
bfd39632
DB
200882014-04-24 David Blaikie <dblaikie@gmail.com>
20089
20090 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
20091 clang to emit the full definition of type required by the test
20092 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
20093
22842ff6
DB
200942014-04-24 David Blaikie <dblaikie@gmail.com>
20095
20096 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
20097 coax Clang into emitting the definition of the type.
20098 * gdb.cp/pr10728-x.h (y): Ditto.
20099 * gdb.cp/pr10728-y.cc (y): Ditto.
20100
c2e827ad
DB
201012014-04-24 David Blaikie <dblaikie@gmail.com>
20102
20103 * gdb.base/label.exp: XFAIL label related tests under Clang.
20104 * gdb.cp/cplabel.exp: Ditto.
20105 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
20106 under Clang those using labels.
20107
4c2d33e7
YQ
201082014-04-25 Yao Qi <yao@codesourcery.com>
20109
20110 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
20111 double_label.
20112 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
20113 partial_label and double_label.
20114
56083b99
DB
201152014-04-24 David Blaikie <dblaikie@gmail.com>
20116
20117 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
20118
25d4e99d
DB
201192014-04-24 David Blaikie <dblaikie@gmail.com>
20120
20121 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
20122 of the function to work across GCC and Clang.
20123 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
20124 pointer types (const void ** const V void **).
20125
01f9f808
MS
201262014-04-24 Michael Sturm <michael.sturm@mintel.com>
20127 Walfred Tedeschi <walfred.tedeschi@intel.com>
20128
20129 * Makefile.in (EXECUTABLES): Added i386-avx512.
20130 * gdb.arch/i386-avx512.c: New file.
20131 * gdb.arch/i386-avx512.exp: Likewise.
20132
4b48d439
KS
201332014-04-23 Keith Seitz <keiths@redhat.com>
20134
20135 * lib/mi-support.exp (mi_list_breakpoints): Delete.
20136 (mi_make_breakpoint_table): New procedure.
20137 (mi_create_breakpoint): Use mi_make_breakpoint
20138 and return the result.
20139 (mi_make_breakpoint): New procedure.
20140 (mi_build_kv_pairs): New procedure.
20141
20142 * gdb.mi/mi-break.exp: Remove unused globals,
20143 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
20144 All callers updated.
20145 * gdb.mi/mi-dprintf.exp: Use variable to track command
20146 number.
20147 Update all callers of mi_create_breakpoint and use
20148 mi_make_breakpoint_table.
20149 Remove any unused global variables.
20150 * gdb.mi/mi-nonstop.exp: Likewise.
20151 * gdb.mi/mi-nsintrall.exp: Likewise.
20152 * gdb.mi/mi-nsmoribund.exp: Likewise.
20153 * gdb.mi/mi-nsthrexec.exp: Likewise.
20154 * gdb.mi/mi-reverse.exp: Likewise.
20155 * gdb.mi/mi-simplerun.exp: Likewise.
20156 * gdb.mi/mi-stepn.exp: Likewise.
20157 * gdb.mi/mi-syn-frame.exp: Likewise.
20158 * gdb.mi/mi-until.exp: Likewise.
20159 * gdb.mi/mi-var-cp.exp: Likewise.
20160 * gdb.mi/mi-var-display.exp: Likewise.
20161 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
20162 * gdb.mi/mi2-var-child.exp: Likewise.
20163 * gdb.mi/mi-vla-c99.exp: Likewise.
20164 * lib/mi-support.exp: Likewise.
20165
20166 From Ian Lance Taylor <iant@cygnus.com>:
20167 * lib/gdb.exp (parse_args): New procedure.
20168
08351840
PA
201692014-04-23 Pedro Alves <palves@redhat.com>
20170
20171 * gdb.base/break-unload-file.c: New file.
20172 * gdb.base/break-unload-file.exp: New file.
20173 * gdb.base/sym-file-lib.c (baz): New function.
20174 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
20175 field.
20176 (load): Store the segment's mapped size.
20177 (unload): New function.
20178 (unload_shlib): New function.
20179 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
20180 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
20181 set a breakpoint at baz, and call it.
20182 * gdb.base/sym-file.exp: New tests for stale breakpoint
20183 instructions.
20184
076855f9
PA
201852014-04-23 Pedro Alves <palves@redhat.com>
20186
20187 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
20188 * gdb.base/hbreak-in-shr-unsupported.c: New file.
20189 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
20190 * gdb.base/hbreak-unmapped.c: New file.
20191 * gdb.base/hbreak-unmapped.exp: New file.
20192 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
20193 * lib/gdb.exp (gdb_is_target_remote): ... here.
20194
483805cf
PA
201952014-04-22 Pedro Alves <palves@redhat.com>
20196
20197 * gdb.base/consecutive-step-over.c: New file.
20198 * gdb.base/consecutive-step-over.exp: New file.
20199
06d97543
PA
202002014-04-22 Pedro Alves <palves@redhat.com>
20201
20202 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
20203 instead of send_gdb/gdb_expect.
20204
b4429ea2
YQ
202052014-04-22 Yao Qi <yao@codesourcery.com>
20206
20207 * lib/trace-support.exp (generate_tracefile): New procedure.
20208 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
20209 return 0.
20210 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
20211 if generate_tracefile returns 1.
20212
51d48146
PA
202132014-04-18 Tom Tromey <palves@redhat.com>
20214 Pedro alves <tromey@redhat.com>
20215
20216 PR backtrace/15558
20217 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
20218 with a backtrace limit.
20219 * gdb.python/py-frame-inline.exp: Test running to an inline
20220 function with a backtrace limit, and printing the newest frame.
20221 * gdb.python/py-frame-inline.c (main): Call f.
20222
bd1dce5f
MS
202232014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
20224
20225 * gdb.java/jnpe.exp: Drop srcdir from untested path.
20226
40d1a503
MS
202272014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
20228
20229 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
20230 Drop prefix from unsupported source file path.
20231
389b98f7
YQ
202322014-04-17 Yao Qi <yao@codesourcery.com>
20233
20234 * lib/gdb.exp (with_target_charset): New proc.
20235 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
20236 with_target_charset.
20237 (test_print_strings): Likewise.
20238 (test_repeat_bytes): Likewise.
20239 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
20240 for some tests.
20241
22869d73
KS
202422014-04-16 Keith Seitz <keiths@redhat.com>
20243
20244 PR gdb/15827
20245 * gdb.dwarf2/corrupt.c: New file.
20246 * gdb.dwarf2/corrupt.exp: New file.
20247
c4f87ca6
KS
202482014-04-16 Keith Seitz <keiths@redhat.com>
20249
20250 PR c++/16597
20251 * gdb.cp/namelessclass.cc: New file.
20252 * gdb.cp/namelessclass.exp: New file.
20253 * gdb.cp/namelessclass.S: New file.
20254
ab19de87
DE
202552014-04-16 Doug Evans <dje@google.com>
20256
20257 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
20258 Add comment.
20259 (gdbserver_default_get_comm_port): New function.
20260 (gdbserver_start): Check if board file provided
20261 "gdbserver,get_comm_port" and use it if so.
20262 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
20263 (gdb,socketport): Set to "stdio".
20264 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
20265 (stdio_gdbserver_template): Delete.
20266 (${board}_get_remote_address): Update.
20267 (${board}_build_remote_cmd): Delete.
20268 (${board}_get_comm_port): New function.
20269 (${board}_spawn): Update.
20270 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
20271 Delete.
20272 (${board}_get_remote_address): Update.
20273 (${board}_get_comm_port): New function.
20274
fc98a809
AB
202752014-04-16 Andrew Burgess <aburgess@broadcom.com>
20276
20277 * gdb.base/memattr.exp: Improve regexps to handle memory regions
20278 appearing in any order.
20279
87fd9e6e
DE
202802014-04-15 Doug Evans <dje@google.com>
20281
20282 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
20283 uninitialized value of "description".
20284
099fc3ea
KS
202852014-04-15 Keith Seitz <keiths@redhat.com>
20286
20287 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
20288 Remove unused globals.
20289 (test_running_the_program): Likewise.
20290 (test_controlled_execution): Likewise.
20291 (test_controlling_breakpoints): Likewise.
20292 (test_program_termination): Likewise.
20293
5da151d4
KS
202942014-04-15 Keith Seitz <keiths@redhat.com>
20295
20296 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
20297 unused globals.
20298 (test_rbreak_creation_and_listing): Likewise.
20299 (test_ignore_count): Likewise.
20300 (test_error): Likewise.
20301
35e5d2f0
PA
203022014-04-15 Pedro Alves <palves@redhat.com>
20303
20304 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
20305 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
20306 sym-file-loader.c.
20307 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
20308 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
20309 to sym-file-loader.c.
20310 (struct library): Forward declare.
20311 (load_shlib, lookup_function): Change prototypes.
20312 (find_shstrtab, find_strtab, find_shdr, find_symtab)
20313 (translate_offset): Remove declarations.
20314 (get_text_addr): New declaration.
20315 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
20316 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
20317 sym-file-loader.h.
20318 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
20319 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
20320 here from sym-file-loader.h.
20321 (struct library): New structure.
20322 (load_shlib, lookup_function): Change prototypes and adjust to
20323 work with a struct library.
20324 (find_shstrtab, find_strtab, find_shdr, find_symtab)
20325 (translate_offset): Make static.
20326 (get_text_addr): New function.
20327 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
20328
eb4c1710
PA
203292014-04-15 Pedro Alves <palves@redhat.com>
20330
20331 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
20332
2d1baf52
PA
203332014-04-15 Pedro Alves <palves@redhat.com>
20334
20335 * gdb.base/sym-file-loader.c: Include <limits.h>.
20336 (SELF_LINK): New define.
20337 (get_origin): New function.
20338 (load_shlib): Use it.
20339 * gdb.base/sym-file.exp: Don't early return if the target is
20340 remote. Use runto_main, and issue fail is that fails. Use
20341 gdb_load_shlibs.
20342 (shlib_name): Delete.
20343 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
20344
7dd6df01
PA
203452014-04-15 Pedro Alves <palves@redhat.com>
20346
20347 * gdb.base/sym-file.exp: Remove regex characters from test
20348 message. Don't refer to breakpoint numbers in test messages.
20349
b50c8614
KS
203502014-04-14 Keith Seitz <keiths@redhat.com>
20351
20352 PR c++/16253
20353 * gdb.cp/var-tag.cc: New file.
20354 * gdb.cp/var-tag.exp: New file.
20355 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
20356 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
20357 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
20358 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
20359
3d567982
TT
203602014-04-14 Tom Tromey <tromey@redhat.com>
20361
20362 * gdb.cp/classes.exp (test_enums): Handle underlying type.
20363 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
20364 type.
20365 * gdb.cp/enum-class.exp: New file.
20366 * gdb.cp/enum-class.cc: New file.
20367
0626fc76
TT
203682014-04-14 Tom Tromey <tromey@redhat.com>
20369
20370 * gdb.dwarf2/enum-type.exp: New file.
20371
dca325b3
SA
203722014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
20373
20374 * gdb.mi/mi-vla-c99.exp: New file.
20375 * gdb.mi/vla.c: New file.
20376
5854b38a
SA
203772014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
20378
20379 * gdb.base/vla-datatypes.c: New file.
20380 * gdb.base/vla-datatypes.exp: New file.
20381
463bb957
SA
203822014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
20383
20384 * gdb.base/vla-ptr.c: New file.
20385 * gdb.base/vla-ptr.exp: New file.
20386
3dd170be
SA
203872014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
20388
20389 * gdb.dwarf2/count.exp: New file.
20390
5ecaaa66
SA
203912014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
20392
20393 * gdb.base/vla-sideeffect.c: New file.
20394 * gdb.base/vla-sideeffect.exp: New file.
20395
41f1ada5
DB
203962014-04-14 David Blaikie <dblaikie@gmail.com>
20397
20398 * gdb.mi/non-stop.c: Add return value for non-void function return
20399 statement.
20400 * gdb.threads/staticthreads.c: Ditto.
20401
0be03e84
DE
204022014-04-12 Siva Chandra Reddy <sivachandra@google.com>
20403 Doug Evans <xdje42@gmail.com>
20404
20405 * gdb.guile/scm-value.c: Improve test case.
20406 * gdb.guile/scm-value.exp: Add new test.
20407
f180a1fb
DB
204082014-04-11 David Blaikie <dblaikie@gmail.com>
20409
20410 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
20411 override Clang's default.
20412
6b662e19
JB
204132014-04-11 Joel Brobecker <brobecker@adacore.com>
20414
20415 Revert the following changes (regressions):
20416
20417 * gdb.base/vla-sideeffect.c: New file.
20418 * gdb.base/vla-sideeffect.exp: New file.
20419
20420 * gdb.dwarf2/count.exp: New file.
20421
20422 * gdb.base/vla-multi.c: New file.
20423 * gdb.base/vla-multi.exp: New file.
20424
20425 * gdb.base/vla-ptr.c: New file.
20426 * gdb.base/vla-ptr.exp: New file.
20427
20428 * gdb.base/vla-datatypes.c: New file.
20429 * gdb.base/vla-datatypes.exp: New file.
20430
20431 * gdb.mi/mi-vla-c99.exp: New file.
20432 * gdb.mi/vla.c: New file.
20433
245a5f0b
KS
204342014-04-11 Keith Seitz <keiths@redhat.com>
20435
20436 PR c++/16675
20437 * gdb.cp/cpsizeof.exp: New file.
20438 * gdb.cp/cpsizeof.cc: New file.
20439
58a84dcf
SA
204402014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
20441
191a8a90
JB
20442 * gdb.mi/mi-vla-c99.exp: New file.
20443 * gdb.mi/vla.c: New file.
58a84dcf 20444
c8655f75
SA
204452014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
20446
20447 * gdb.base/vla-datatypes.c: New file.
20448 * gdb.base/vla-datatypes.exp: New file.
20449
024e13b4
SA
204502014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
20451
20452 * gdb.base/vla-ptr.c: New file.
20453 * gdb.base/vla-ptr.exp: New file.
20454
1a237e0e
SA
204552014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
20456
20457 * gdb.base/vla-multi.c: New file.
20458 * gdb.base/vla-multi.exp: New file.
20459
504f3432
SA
204602014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
20461
20462 * gdb.dwarf2/count.exp: New file.
20463
3bce8237
SA
204642014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
20465
191a8a90
JB
20466 * gdb.base/vla-sideeffect.c: New file.
20467 * gdb.base/vla-sideeffect.exp: New file.
3bce8237 20468
322f9c21
YQ
204692014-04-11 Yao Qi <yao@codesourcery.com>
20470
20471 * gdb.base/completion.exp: Check file exists before running tests
20472 on file completion.
20473
d708bcd1
PA
204742014-04-10 Pedro Alves <palves@redhat.com>
20475
20476 * gdb.base/cond-eval-mode.c: New file.
20477 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
20478 prepare_for_testing to build the new file. Check result of
20479 runto_main.
20480 (test_break, test_watch): New procedures.
20481 (top level): Use them.
20482
ae1d2761
PM
204832014-04-08 Pierre Muller <muller@sourceware.org>
20484
20485 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
20486 Ctrl-V use for mingw hosts.
20487
7af389b8
SC
204882014-04-07 Siva Chandra Reddy <sivachandra@google.com>
20489
20490 * gdb.python/py-value.c: Improve test case.
20491 * gdb.python/py-value.exp: Add new test.
20492
5e703181
DE
204932014-04-07 David Blaikie <dblaikie@gmail.com>
20494
20495 * lib/compiler.c: Identify the clang compiler.
20496 * lib/compiler.cc: Ditto.
20497
9810b410
YQ
204982014-04-03 Yao Qi <yao@codesourcery.com>
20499
20500 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
20501
98d1b8dc
AB
205022014-04-01 Anton Blanchard <anton@samba.org>
20503
20504 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
20505 messages unique.
20506
3114cea1
AB
205072014-04-01 Anton Blanchard <anton@samba.org>
20508
20509 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
20510 prepare_for_testing.
20511
62f7182c
AB
205122014-04-01 Anton Blanchard <anton@samba.org>
20513
20514 * gdb.arch/ppc64-atomic-inst.c: Remove.
20515 * gdb.arch/ppc64-atomic-inst.S: New file.
20516 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
20517
770e7fc7
DE
205182014-03-31 Doug Evans <dje@google.com>
20519
20520 * gdb.base/print-symbol-loading-lib.c: New file.
20521 * gdb.base/print-symbol-loading-main.c: New file.
20522 * gdb.base/print-symbol-loading.exp: New file.
20523
46e2bafa
YQ
205242014-03-31 Yao Qi <yao@codesourcery.com>
20525
20526 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
20527
8776cfe9
JB
205282014-03-28 Joel Brobecker <brobecker@adacore.com>
20529
20530 * gdb.ada/mi_dyn_arr: New testcase.
20531
5d1ef361
DE
205322014-03-27 Doug Evans <dje@google.com>
20533
20534 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
20535
b5bee914
YQ
205362014-03-27 Yao Qi <yao@codesourcery.com>
20537
20538 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
20539 if target is nios2-*-*.
20540
0d4d0e77
YQ
205412014-03-26 Yao Qi <yao@codesourcery.com>
20542
20543 * lib/gdb.exp (readline_is_used): New proc.
20544 * gdb.base/completion.exp: Move tests on command complete up.
20545 Skip the rest of tests if readline is not used.
20546 * gdb.ada/complete.exp: Skp the test if readline is not
20547 used.
20548 * gdb.base/filesym.exp: Likewise.
20549 * gdb.base/macscp.exp: Likewise.
20550 * gdb.base/readline-ask.exp: Likewise.
20551 * gdb.base/readline.exp: Likewise.
20552 * gdb.python/py-cmd.exp: Likewise.
20553 * gdb.trace/tfile.exp: Likewise.
20554
29361eee
YQ
205552014-03-26 Yao Qi <yao@codesourcery.com>
20556
20557 * gdb.base/macscp.exp: Fix code format issues.
20558
bc9a5525
UW
205592014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
20560
20561 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
20562 * gdb.asm/powerpc64le.inc: New file.
20563
d3839ede
PA
205642014-03-25 Pedro Alves <palves@redhat.com>
20565 Doug Evans <dje@google.com>
20566
20567 * gdb.base/source-execution.c: New file.
20568 * gdb.base/source-execution.exp: New file.
20569 * gdb.base/source-execution.gdb: New file.
20570
01672a57
DE
205712014-03-24 Doug Evans <dje@google.com>
20572
20573 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
20574 using fission.
20575
88bbeca9
HZ
205762014-03-24 Hui Zhu <hui@codesourcery.com>
20577 Pedro Alves <palves@redhat.com>
20578
20579 PR breakpoints/16101
20580 * gdb.base/dprintf.exp: Use unsupported rather than changing the
20581 test pass/fail messages. Detect missing support for dprintf when
20582 breakpoints are actually inserted.
20583 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
20584 breakpoints are actually inserted.
20585 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
20586 fails.
20587
d2348791
JK
205882014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
20589
20590 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
20591
feef67ab
DE
205922014-03-22 Doug Evans <xdje42@gmail.com>
20593
20594 * gdb.python/python.exp (python not supported): Verify multi-line
20595 python command issues an error.
25d743f9 20596 * gdb.guile/guile.exp (guile not supported): Verify multi-line
51b8d20c 20597 guile command issues an error.
feef67ab 20598
ecebef6a
MR
205992014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
20600
20601 * gdb.threads/thread-specific.exp: Handle the lack of usable
20602 $this_breakpoint and $this_thread.
20603
ccdd1909
HZ
206042014-03-21 Hui Zhu <hui@codesourcery.com>
20605
20606 * gdb.base/attach.exp (do_command_attach_tests): New.
20607
beb460e8
PA
206082014-03-20 Tom Tromey <tromey@redhat.com>
20609 Pedro Alves <palves@redhat.com>
20610
20611 PR cli/15718
20612 * gdb.base/condbreak-call-false.c: New file.
20613 * gdb.base/condbreak-call-false.exp: New file.
20614
40acf43a
PA
206152014-03-20 Pedro Alves <palves@redhat.com>
20616
20617 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
20618 Delete.
20619 (block_signals, unblock_signals): Delete.
20620 (child_function_2, main): Remove references to deleted variable
20621 and functions.
20622
9f5e1e02
PA
206232014-03-20 Pedro Alves <palves@redhat.com>
20624
20625 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
20626 Use pthread_kill to signal thread 2.
20627 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
20628 Adjust to make the test send itself a signal rather than using the
20629 host's "kill" command.
20630
99619bea
PA
206312014-03-20 Pedro Alves <palves@redhat.com>
20632
20633 * gdb.threads/multiple-step-overs.c: New file.
20634 * gdb.threads/multiple-step-overs.exp: New file.
20635 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
20636 Adjust expected infrun debug output.
20637
2adfaa28
PA
206382014-03-20 Pedro Alves <palves@redhat.com>
20639
20640 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
20641 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
20642
31e77af2
PA
206432014-03-20 Pedro Alves <palves@redhat.com>
20644
20645 PR breakpoints/7143
20646 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
20647 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
20648 of gdb_test_multiple.
20649 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
20650 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
20651
b9f437de
PA
206522014-03-20 Pedro Alves <palves@redhat.com>
20653
20654 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
20655 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
20656
05adc73e
PA
206572014-03-19 Pedro Alves <palves@redhat.com>
20658
20659 * gdb.base/async.exp: Remove early return.
20660
6048b950
PA
206612014-03-19 Pedro Alves <palves@redhat.com>
20662
20663 * gdb.base/async.exp (step& tests): Pass explicit test messages.
20664
8bcfb00a
PA
206652014-03-19 Pedro Alves <palves@redhat.com>
20666
20667 * gdb.base/async.exp (test_background): Expect \r\n after
20668 "completed." in the fail pattern.
20669
884e37dc
PA
206702014-03-19 Pedro Alves <palves@redhat.com>
20671
20672 * gdb.base/async.exp (test_background): New procedure.
20673 Use it for all background execution command tests.
20674
148e57e2
PA
206752014-03-19 Pedro Alves <palves@redhat.com>
20676
20677 * gdb.base/async.exp: Use prepare_for_testing.
20678
f48088c7
PA
206792014-03-19 Pedro Alves <palves@redhat.com>
20680
20681 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
20682 the same line.
20683
e2f6c966
PA
206842014-03-19 Pedro Alves <palves@redhat.com>
20685
20686 * gdb.base/async.c (main): Add "jump here" and "until here" line
20687 marker comments.
20688 * gdb.base/async.exp (jump_here): New global.
20689 (jump& test): Use it.
20690 (until_here): New global.
20691 (until& test): Use it.
20692
c30568d4
PA
206932014-03-19 Pedro Alves <palves@redhat.com>
20694
20695 * gdb.base/async.exp: Don't frob gdb_protocol.
20696
0172b6a7
DE
206972014-03-18 Doug Evans <xdje42@gmail.com>
20698
20699 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
20700 Fix spelling of exec-done-display.
20701
06c868a8
JK
207022014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
20703
20704 PR gdb/15358
20705 * gdb.base/gdb-sigterm.c: New file.
20706 * gdb.base/gdb-sigterm.exp: New file.
20707
0c7e1a46
PA
207082014-03-18 Pedro Alves <palves@redhat.com>
20709
20710 PR gdb/13860
20711 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
20712 * lib/mi-support.exp (mi_expect_stop): Add special handling for
20713 solib-event.
20714
f7c77d93
JB
207152014-03-17 Joel Brobecker <brobecker@adacore.com>
20716
20717 * gdb.ada/pckd_arr_ren: New testcase.
20718
5a1e8c7a
DE
207192014-03-13 Doug Evans <xdje42@gmail.com>
20720
20721 PR guile/16612
20722 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
20723 collect after discarding symbols.
20724
350e1a76
DE
207252014-03-13 Ludovic Courtès <ludo@gnu.org>
20726 Doug Evans <xdje42@gmail.com>
20727
20728 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
20729 to history survives a gc.
20730
a69900ae
PA
207312014-03-13 Pedro Alves <palves@redhat.com>
20732
20733 * gdb.base/default.exp: Don't test "target procfs".
20734
5db9f0bd
PA
207352014-03-13 Pedro Alves <palves@redhat.com>
20736
20737 * gdb.base/default.exp: Update "target child" and "target procfs"
20738 tests to not expect "Unix".
20739
b3ccfe11
TT
207402014-03-12 Tom Tromey <tromey@redhat.com>
20741
20742 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
20743 New procs. Add target-async tests.
20744 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
20745 Add target-async tests.
20746
646f4417
AA
207472014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
20748
20749 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
20750 'func_start' and 'func_end' for the beginning and end of the
20751 function code, respectively.
20752 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
20753 'func_end' instead of 'func' and 'main'.
20754
288c211f
AA
207552014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
20756
20757 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
20758 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
20759 generate the debug info assembler source.
20760
e0c0f156
AA
207612014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
20762
20763 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
20764 * gdb.dwarf2/arr-subrange.exp: Likewise.
20765 * gdb.dwarf2/dwz.exp: Likewise.
20766 * gdb.dwarf2/method-ptr.exp: Likewise.
20767 * gdb.dwarf2/missing-sig-type.exp: Likewise.
20768 * gdb.dwarf2/subrange.exp: Likewise.
20769 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
20770 * gdb.dwarf2/implptrpiece.exp: Likewise.
20771 * gdb.dwarf2/nostaticblock.exp: Likewise.
20772
0e5c4555
AA
207732014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
20774
20775 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
20776 directory to absolute path name arguments.
20777
5ec18f2b
JG
207782014-03-10 Joel Brobecker <brobecker@adacore.com>
20779
20780 * gdb.ada/tagged_access: New testcase.
20781
847fc4f2
MM
207822014-03-07 Markus Metzger <markus.t.metzger@intel.com>
20783
20784 * gdb.btrace/data.exp: Update expected output.
20785
cc3da688
YQ
207862014-03-06 Yao Qi <yao@codesourcery.com>
20787
20788 * gdb.trace/pr16508.exp: New file.
20789
0f26cec1
PA
207902014-03-05 Pedro Alves <palves@redhat.com>
20791
20792 PR gdb/16575
20793 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
20794 procedure.
20795 (top level): Adjust to use it. Add tests that exercise breakpoint
20796 interaction with the code-cache.
20797
7a5a839f
LC
207982014-02-26 Ludovic Courtès <ludo@gnu.org>
20799
20800 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
20801 test for 'history-append!'.
20802
31aa7e4e
JB
208032014-02-26 Joel Brobecker <brobecker@adacore.com>
20804
20805 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
20806 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
20807 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
20808 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
20809 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
20810 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
20811
1b588015
JB
208122014-02-26 Joel Brobecker <brobecker@adacore.com>
20813
20814 * testsuite/gdb.python/py-pp-re-notag.c: New file.
20815 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
20816 * testsuite/gdb.python/py-pp-re-notag.p: New file.
20817
55426c9d
JB
208182014-02-26 Joel Brobecker <brobecker@adacore.com>
20819
20820 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
20821
dc53a7ad
JB
208222014-02-26 Joel Brobecker <brobecker@adacore.com>
20823
20824 * gdb.dwarf2/arr-stride.c: New file.
20825 * gdb.dwarf2/arr-stride.exp: New file.
20826
12ab52e9
PA
208272014-02-26 Pedro Alves <palves@redhat.com>
20828
20829 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
20830 that won't ever trigger. Make sure that GDB reports the correct
20831 breakpoint that caused the stop.
20832
849c862e
JK
208332014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
20834
20835 PR gdb/16626
20836 * gdb.base/auto-load-script: New file.
20837 * gdb.base/auto-load.c: New file.
20838 * gdb.base/auto-load.exp: New file.
20839
71b7d793
JK
20840 PR gdb/16626
20841 * gdb.base/auto-load.exp: Fix out-of-srctree run.
20842
e2f0d509
JK
208432014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
20844
20845 Fix dw2-icycle.exp -fsanitize=address GDB crash.
20846 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
20847
50cc37c8
DE
208482014-02-24 Doug Evans <dje@google.com>
20849
20850 * lib/gdb.exp (run_on_host): Log error output if program fails.
20851
ea4758f2
PA
208522014-02-21 Pedro Alves <palves@redhat.com>
20853
20854 * gdb.threads/step-after-sr-lock.c: Rename to ...
20855 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
20856 * gdb.threads/step-after-sr-lock.exp: Rename to ...
20857 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
20858 ... this.
20859
d7b30f67
SDJ
208602014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
20861
20862 PR tdep/16397
20863 * gdb.arch/amd64-stap-special-operands.exp: New file.
20864 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
20865 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
20866 * gdb.arch/amd64-stap-triplet.S: Likewise.
20867 * gdb.arch/amd64-stap-triplet.c: Likewise.
20868
83deb43f
JB
208692014-02-20 Joel Brobecker <brobecker@adacore.com>
20870
20871 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
20872 in .section pseudo-op.
20873
adde2bff
DE
208742014-02-20 lin zuojian <manjian2006@gmail.com>
20875 Joel Brobecker <brobecker@adacore.com>
20876 Doug Evans <xdje42@gmail.com>
20877
20878 PR symtab/16581
20879 * gdb.dwarf2/dw2-icycle.S: New file.
20880 * gdb.dwarf2/dw2-icycle.c: New file.
20881 * gdb.dwarf2/dw2-icycle.exp: New file.
20882
f7bd0f78
SC
208832014-02-19 Siva Chandra Reddy <sivachandra@google.com>
20884
20885 * gdb.python/py-value-cc.cc: Improve test case to enable testing
20886 operations on gdb.Value objects.
20887 * gdb.python/py-value-cc.exp: Add new test to test operations on
20888 gdb.Value objects.
20889
c17ef0d5
DE
208902014-02-18 Doug Evans <dje@google.com>
20891
20892 * Makefile.in (TESTS): New variable.
20893 (expanded_tests, expanded_tests_or_none): New variables
20894 (check-single): Pass $(expanded_tests_or_none) to runtest.
20895 (check-parallel): Only run tests in $(TESTS) if non-empty.
20896 (check/no-matching-tests-found): New rule.
20897 * README: Document TESTS makefile variable.
20898
5dd3176f
DE
208992014-02-18 Doug Evans <dje@google.com>
20900
20901 * Makefile.in (check-parallel): rm -rf outputs temp.
20902
0b10be4f
JK
209032014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
20904
20905 Fix "ERROR: no fileid for" in the testsuite.
20906 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
20907
85f224e7
DE
209082014-02-12 Doug Evans <dje@google.com>
20909
20910 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
20911 (MISCELLANEOUS): New variable.
20912 (clean): rm -rf $(MISCELLANEOUS).
20913 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
20914 dwp live in the same directory as symlinks, with each symlink pointed
20915 to a differently named file in a different directory.
20916
149b30ff
DE
209172014-02-11 Doug Evans <dje@google.com>
20918
20919 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
20920 of Tcl file commands.
20921
1dfdac32
MK
209222014-02-10 Mark Kettenis <kettenis@gnu.org>
20923
20924 * gdb.threads/step-after-sr-lock.exp: Avoid executing
20925 "kill -SIGUSR1 -1".
20926
aa4fb036
JB
209272014-02-10 Joel Brobecker <brobecker@adacore.com>
20928
20929 * gdb.ada/tick_length_array_enum_idx: New testcase.
20930
ed3ef339
DE
209312014-02-10 Doug Evans <xdje42@gmail.com>
20932
20933 * configure.ac (AC_OUTPUT): Add gdb.guile.
20934 * configure: Regenerate.
20935 * lib/gdb-guile.exp: New file.
20936 * lib/gdb.exp (get_target_charset): New function.
20937 * gdb.base/help.exp: Update expected output from "apropos apropos".
20938 * gdb.guile/Makefile.in: New file.
20939 * gdb.guile/guile.exp: New file.
20940 * gdb.guile/scm-arch.c: New file.
20941 * gdb.guile/scm-arch.exp: New file.
20942 * gdb.guile/scm-block.c: New file.
20943 * gdb.guile/scm-block.exp: New file.
20944 * gdb.guile/scm-breakpoint.c: New file.
20945 * gdb.guile/scm-breakpoint.exp: New file.
20946 * gdb.guile/scm-disasm.c: New file.
20947 * gdb.guile/scm-disasm.exp: New file.
20948 * gdb.guile/scm-equal.c: New file.
20949 * gdb.guile/scm-equal.exp: New file.
20950 * gdb.guile/scm-error.exp: New file.
20951 * gdb.guile/scm-error.scm: New file.
20952 * gdb.guile/scm-frame-args.c: New file.
20953 * gdb.guile/scm-frame-args.exp: New file.
20954 * gdb.guile/scm-frame-args.scm: New file.
20955 * gdb.guile/scm-frame-inline.c: New file.
20956 * gdb.guile/scm-frame-inline.exp: New file.
20957 * gdb.guile/scm-frame.c: New file.
20958 * gdb.guile/scm-frame.exp: New file.
20959 * gdb.guile/scm-generics.exp: New file.
20960 * gdb.guile/scm-gsmob.exp: New file.
20961 * gdb.guile/scm-iterator.c: New file.
20962 * gdb.guile/scm-iterator.exp: New file.
20963 * gdb.guile/scm-math.c: New file.
20964 * gdb.guile/scm-math.exp: New file.
20965 * gdb.guile/scm-objfile-script-gdb.in: New file.
20966 * gdb.guile/scm-objfile-script.c: New file.
20967 * gdb.guile/scm-objfile-script.exp: New file.
20968 * gdb.guile/scm-objfile.c: New file.
20969 * gdb.guile/scm-objfile.exp: New file.
20970 * gdb.guile/scm-ports.exp: New file.
20971 * gdb.guile/scm-pretty-print.c: New file.
20972 * gdb.guile/scm-pretty-print.exp: New file.
20973 * gdb.guile/scm-pretty-print.scm: New file.
20974 * gdb.guile/scm-section-script.c: New file.
20975 * gdb.guile/scm-section-script.exp: New file.
20976 * gdb.guile/scm-section-script.scm: New file.
20977 * gdb.guile/scm-symbol.c: New file.
20978 * gdb.guile/scm-symbol.exp: New file.
20979 * gdb.guile/scm-symtab-2.c: New file.
20980 * gdb.guile/scm-symtab.c: New file.
20981 * gdb.guile/scm-symtab.exp: New file.
20982 * gdb.guile/scm-type.c: New file.
20983 * gdb.guile/scm-type.exp: New file.
20984 * gdb.guile/scm-value-cc.cc: New file.
20985 * gdb.guile/scm-value-cc.exp: New file.
20986 * gdb.guile/scm-value.c: New file.
20987 * gdb.guile/scm-value.exp: New file.
20988 * gdb.guile/source2.scm: New file.
20989 * gdb.guile/types-module.cc: New file.
20990 * gdb.guile/types-module.exp: New file.
20991
7026a7c1
YQ
209922014-02-10 Yao Qi <yao@codesourcery.com>
20993
20994 PR testsuite/16543
20995 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
20996 * configure: Regenerated.
20997 * Makefile.in: New file.
20998
6c466447
AS
209992014-02-08 Andreas Schwab <schwab@linux-m68k.org>
21000
21001 * gdb.python/py-framefilter.exp: Fix typo.
21002
6e854735
YQ
210032014-02-08 Yao Qi <yao@codesourcery.com>
21004
21005 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
21006 that no =breakpoint-modified is emitted when breakpoints are
21007 modified through MI commands.
21008
d137e6dc
PA
210092014-02-07 Pedro Alves <pedro@codesourcery.com>
21010 Pedro Alves <palves@redhat.com>
21011
21012 * gdb.threads/step-after-sr-lock.c: New file.
21013 * gdb.threads/step-after-sr-lock.exp: New file.
21014
b5ee5a50
PA
210152014-02-07 Pedro Alves <palves@redhat.com>
21016
21017 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
21018
3c77faf3
JK
210192014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
21020
21021 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
21022 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
21023
6dddc817
DE
210242014-02-06 Doug Evans <xdje42@gmail.com>
21025
21026 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
21027 output.
21028
21029 * gdb.gdb/python-interrupts.exp: New file.
21030
de7b2893
YQ
210312014-02-05 Yao Qi <yao@codesourcery.com>
21032
21033 * gdb.trace/report.exp (use_collected_data): Test the output
21034 of "info threads" and "info inferiors".
21035
66d032ac
YQ
210362014-02-05 Yao Qi <yao@codesourcery.com>
21037
21038 Revert this patch:
21039
21040 2013-05-24 Yao Qi <yao@codesourcery.com>
21041
21042 * gdb.trace/tfile.exp: Test inferior and thread.
21043
591a12a1
UW
210442014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
21045
21046 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
21047 on a function.
21048 * gdb.base/step-bt.c: Call hello via function pointer to make
21049 sure its first instruction is executed on powerpc64le-linux.
21050
0ff3e01f
UW
210512014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
21052
21053 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
21054
084ee545
UW
210552014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
21056
21057 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
21058 of the test patterns for use on little-endian systems.
21059
6ed14ff3
UW
210602014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
21061
21062 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
21063 (decimal_vector): Fix for little-endian.
21064
401e27fd
JM
210652014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
21066
21067 * gdb.arch/sparc-sysstep.exp: New file.
21068 * gdb.arch/sparc-sysstep.c: Likewise.
21069
21070 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
21071
8b924729
EBM
210722014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
21073
21074 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
21075
fb151210
JB
210762014-01-23 Tom Tromey <tromey@redhat.com>
21077
21078 * gdb.ada/array_char_idx: New testcase.
21079
0740f8d8
TT
210802014-01-23 Tom Tromey <tromey@redhat.com>
21081
21082 PR python/16487:
21083 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
21084 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
21085 classes.
21086
21909fa1
TT
210872014-01-23 Tom Tromey <tromey@redhat.com>
21088
21089 PR python/16491:
21090 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
21091 string from an inferior frame.
21092 * gdb.python/py-framefilter-mi.exp: Update.
21093
87ce2a04
DE
210942014-01-22 Doug Evans <dje@google.com>
21095
21096 * gdb.server/server-mon.exp: Add tests for "set debug-format".
21097
237b092b
AA
210982014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
21099
21100 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
21101
d674a709
AA
211022014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
21103
21104 * gdb.trace/entry-values.exp: Remove excess space character from
21105 regex patterns. Handle s390 call instruction.
21106
20fa3390
AA
211072014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
21108
21109 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
21110 define "*_start" label. Make "name" static.
21111 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
21112 ${name} by references to ${name}_start.
21113
78466714
AA
211142014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
21115
21116 * gdb.base/info-macros.exp: Remove "debug" from the compile
21117 options.
21118
ec9f644a
IB
211192014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
21120
21121 * gdb.dlang/demangle.exp: New file.
21122
94b1b47e
IB
211232014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
21124
21125 * gdb.dlang/primitive-types.exp: New file.
21126
7f420862
IB
211272014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
21128
21129 * configure.ac: Create gdb.dlang/Makefile.
21130 * configure: Regenerate.
21131 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
21132 * gdb.dlang/Makefile.in: New file.
21133 * lib/d-support.exp: New file.
21134 * lib/gdb.exp (skip_d_tests): New proc.
21135
52834460
MM
211362014-01-16 Markus Metzger <markus.t.metzger@intel.com>
21137
21138 * gdb.btrace/delta.exp: Check reverse stepi.
21139 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
21140 * gdb.btrace/finish.exp: New.
21141 * gdb.btrace/next.exp: New.
21142 * gdb.btrace/nexti.exp: New.
21143 * gdb.btrace/record_goto.c: Add comments.
21144 * gdb.btrace/step.exp: New.
21145 * gdb.btrace/stepi.exp: New.
21146 * gdb.btrace/multi-thread-step.c: New.
21147 * gdb.btrace/multi-thread-step.exp: New.
21148 * gdb.btrace/rn-dl-bind.c: New.
21149 * gdb.btrace/rn-dl-bind.exp: New.
21150 * gdb.btrace/data.c: New.
21151 * gdb.btrace/data.exp: New.
21152 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
21153
6e07b1d2
MM
211542014-01-16 Markus Metzger <markus.t.metzger@intel.com>
21155
21156 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
21157 * gdb.btrace/exception.exp: Update.
21158 * gdb.btrace/instruction_history.exp: Update.
21159 * gdb.btrace/record_goto.exp: Update.
21160 * gdb.btrace/tailcall.exp: Update.
21161 * gdb.btrace/unknown_functions.exp: Update.
21162 * gdb.btrace/delta.exp: New.
21163
0b722aec
MM
211642014-01-16 Markus Metzger <markus.t.metzger@intel.com>
21165
21166 * gdb.btrace/record_goto.exp: Add backtrace test.
21167 * gdb.btrace/tailcall.exp: Add backtrace test.
21168
066ce621
MM
211692014-01-16 Markus Metzger <markus.t.metzger@intel.com>
21170
21171 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
21172 * gdb.btrace/record_goto.c: New.
21173 * gdb.btrace/record_goto.exp: New.
21174 * gdb.btrace/x86-record_goto.S: New.
21175
0688d04e
MM
211762014-01-16 Markus Metzger <markus.t.metzger@intel.com>
21177
21178 * gdb.btrace/function_call_history.exp: Update tests.
21179 * gdb.btrace/instruction_history.exp: Update tests.
21180
8710b709
MM
211812014-01-16 Markus Metzger <markus.t.metzger@intel.com>
21182
21183 * gdb.btrace/function_call_history.exp: Fix expected field
21184 order for "record function-call-history".
21185 Add new tests for "record function-call-history /c".
21186 * gdb.btrace/exception.cc: New.
21187 * gdb.btrace/exception.exp: New.
21188 * gdb.btrace/tailcall.exp: New.
21189 * gdb.btrace/x86-tailcall.S: New.
21190 * gdb.btrace/x86-tailcall.c: New.
21191 * gdb.btrace/unknown_functions.c: New.
21192 * gdb.btrace/unknown_functions.exp: New.
21193 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
21194
5de9129b
MM
211952014-01-16 Markus Metzger <markus.t.metzger@intel.com>
21196
21197 * gdb.btrace/instruction_history.exp: Update.
21198 * gdb.btrace/function_call_history.exp: Update.
21199
23a7fe75
MM
212002014-01-16 Markus Metzger <markus.t.metzger@intel.com>
21201
21202 * gdb.btrace/function_call_history.exp: Fix expected function
21203 trace.
21204 * gdb.btrace/instruction_history.exp: Initialize traced.
21205 Remove traced_functions.
21206
724c7dd8
MM
212072014-01-16 Markus Metzger <markus.t.metzger@intel.com>
21208
21209 * gdb.btrace/function_call_history.exp: Update
21210 * gdb.btrace/instruction_history.exp: Update.
21211
6d78d93b
MM
212122014-01-16 Markus Metzger <markus.t.metzger@intel.com>
21213
21214 * gdb.btrace/enable.exp: Update expected text.
21215
93a360cc
OJ
212162014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
21217
21218 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
21219 bytes.
21220
3772b53f
MR
212212014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
21222
21223 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
21224
596662fa
OJ
212252014-01-15 Omair Javaid <omair.javaid@linaro.org>
21226
21227 * lib/gdb.exp (supports_process_record): Return true for
21228 arm*-linux*. (supports_reverse): Likewise.
21229
b5b08fb4
SC
212302014-01-13 Siva Chandra Reddy <sivachandra@google.com>
21231
21232 PR python/15464
21233 PR python/16113
21234 * gdb.python/py-type.c: Enhance test case.
21235 * gdb.python/py-value-cc.cc: Likewise
21236 * gdb.python/py-type.exp: Add new tests.
21237 * gdb.python/py-value-cc.exp: Likewise
21238
52d7fb13
AA
212392014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
21240 Pedro Alves <palves@redhat.com>
21241
21242 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
21243 Make "name" extern.
21244 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
21245 references to ${name}_start by references to ${name}.
21246
a2cd8cfe
JB
212472014-01-10 Joel Brobecker <brobecker@adacore.com>
21248
21249 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
21250
4e23fced
JB
212512014-01-10 Joel Brobecker <brobecker@adacore.com>
21252
21253 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
21254
c6a9e42c
PA
212552014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
21256 Pedro Alves <palves@redhat.com>
21257
21258 * gdb.mi/mi-info-os.exp: Connect to the target with
72f4393d 21259 mi_gdb_target_load.
c6a9e42c 21260
b7ea362b
PA
212612014-01-08 Pedro Alves <palves@redhat.com>
21262
21263 * gdb.threads/reconnect-signal.c: New file.
21264 * gdb.threads/reconnect-signal.exp: New file.
21265
5e3f4fab
EBM
212662014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
21267
21268 * gdb.base/source-dir.exp: New file.
21269
79301218
JB
212702014-01-07 Joel Brobecker <brobecker@adacore.com>
21271
21272 * gdb.ada/mi_interface: New testcase.
21273
8e355c5d
JB
212742014-01-07 Joel Brobecker <brobecker@adacore.com>
21275
21276 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
21277 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
21278 gdb.ada/pp-rec-component/pck.ads: New files.
21279
c0d48811
JB
212802014-01-07 Joel Brobecker <brobecker@adacore.com>
21281
21282 * gdb.python/py-pp-integral.c: New file.
21283 * gdb.python/py-pp-integral.py: New file.
21284 * gdb.python/py-pp-integral.exp: New file.
21285
17b609c3 21286For older changes see ChangeLog-1993-2013.
c906108c 21287\f
8d8cb839
EZ
21288;; Local Variables:
21289;; mode: change-log
21290;; left-margin: 8
21291;; fill-column: 74
21292;; version-control: never
21293;; End:
902f2ccb 21294
b811d2c2 21295 Copyright 2014-2020 Free Software Foundation, Inc.
902f2ccb
MC
21296 Copying and distribution of this file, with or without modification,
21297 are permitted provided the copyright notice and this notice are preserved.
This page took 3.875219 seconds and 4 git commands to generate.