Fix a couple gdb.dwarf2/ testcases with "clang -flto"
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
CommitLineData
c49da0e4
PA
12020-09-13 Pedro Alves <pedro@palves.net>
2
3 * gdb.dwarf2/ada-linkage-name.c (main): Move to the bottom of the
4 file and add calls to first and second.
5 * gdb.dwarf2/atomic.c (main): Move to the bottom of the file and
6 add call to f.
7
6791b117
PA
82020-09-13 Pedro Alves <pedro@palves.net>
9
10 * gdb.mi/mi-break-qualified.cc: New file.
11 * gdb.mi/mi-break-qualified.exp: New file.
12 * lib/mi-support.exp (mi_create_breakpoint_multi)
13 (mi_make_breakpoint_loc, mi_make_breakpoint_multi): New
14 procedures.
15 (mi_create_breakpoint_1): New, factored out from
16 mi_create_breakpoint.
17
3b8d4c5c
PA
182020-09-13 Pedro Alves <pedro@palves.net>
19
20 * gdb.cp/inherit.exp: No longer pass -Wno-deprecated-register.
21 * gdb.cp/misc.exp: No longer pass -Wno-deprecated-register.
22 * gdb.cp/misc.cc (class small, small::method, marker_reg1)
23 (register_class): Delete.
24 (main): Don't call register_class.
25
d5f96005
PA
262020-09-13 Pedro Alves <pedro@palves.net>
27
28 * gdb.cp/classes.exp: No longer pass -Wno-deprecated-register.
29 (do_tests): Remove "calling method for small class" test.
30 * gdb.cp/classes.cc (class small, small::method, marker_reg1)
31 (register_class): Delete.
32 (main): Don't call register_class.
33 * gdb.cp/call-method-register.exp: New file, based on bits removed
34 from classes.exp.
35 * gdb.cp/call-method-register.cc: New file, based on bits removed
36 from classes.cc.
37
77f2120b
PA
382020-09-13 Pedro Alves <pedro@palves.net>
39
40 * gdb.base/msym-bp-2.c: New.
41 * gdb.base/msym-bp-shl-lib.c: New file.
42 * gdb.base/msym-bp-shl-main-2.c: New file.
43 * gdb.base/msym-bp-shl-main.c: New file.
44 * gdb.base/msym-bp-shl.exp: New file.
45 * gdb.base/msym-bp.c: New file.
46 * gdb.base/msym-bp.exp: New file.
47
32aea73e
JB
482020-09-13 Joel Brobecker <brobecker@adacore.com>
49
50 * gdb.base/default.exp: Change $_gdb_major to 11.
51
2a67f09d
FW
522020-09-11 Moritz Riesterer <moritz.riesterer@intel.com>
53 Felix Willgerodt <Felix.Willgerodt@intel.com>
54
55 * x86-avx512bf16.c: New file.
56 * x86-avx512bf16.exp: Likewise.
57 * lib/gdb.exp (skip_avx512bf16_tests): New function.
58
ad570dd7
TV
592020-09-11 Tom de Vries <tdevries@suse.de>
60
61 PR exp/26602
62 * gdb.cp/ambiguous.exp: Add KFAILs for PR26602.
63
a56f7391
TBA
642020-09-11 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
65
66 * gdb.base/bp-cmds-execution-x-script.exp: Remove a stale comment.
67
918619e5
AM
682020-09-10 Alan Modra <amodra@gmail.com>
69
70 PR 26597
71 * gdb.dlang/demangle.exp: Update tests as per gcc commit 387d0773f3.
72
cac1e71d
TV
732020-09-08 Tom de Vries <tdevries@suse.de>
74
75 * gdb.dwarf2/frame-inlined-in-outer-frame.exp: Consume gdb prompt
76 after gdb_starti_cmd.
77
c5cd900e
AKS
782020-09-03 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
79
80 * lib/fortran.exp (fortran_complex8): New proc.
81 (fortran_complex16): New proc.
82 * gdb.fortran/complex.exp: Use routines from fortran.exp
83 * gdb.fortran/pointer-to-pointer.exp: Likewise.
84 * gdb.fortran/vla-ptr-info.exp: Likewise.
85
8f5c6526
TV
862020-09-03 Tom de Vries <tdevries@suse.de>
87
88 PR breakpoint/26546
89 * gdb.base/label-without-address.exp: Runto main first.
90
02c6f3f1
TT
912020-09-02 Tom Tromey <tromey@adacore.com>
92
93 * gdb.ada/mi_var_access.exp: Test children of access variable.
94 * gdb.ada/mi_var_access/mi_access.adb: Add new stop markers.
95 * gdb.ada/mi_var_array.exp: Update.
96
efe24f05
KB
972020-08-31 Kevin Buettner <kevinb@redhat.com>
98
99 * gdb.base/corefile.exp (warning-free): XFAIL test when running
100 on docker w/ AUFS storage driver.
101
973695d6
KB
1022020-08-31 Kevin Buettner <kevinb@redhat.com>
103
104 * gdb.base/corefile2.exp (renamed binfile): New tests.
105
f3bd50f1
SM
1062020-08-31 Simon Marchi <simon.marchi@efficios.com>
107
108 * gdb.dwarf2/dw2-reg-undefined.exp: Remove spurious #.
109
22b9b4b0
SL
1102020-08-31 Simon Marchi <simon.marchi@efficios.com>
111
112 * gdb.dwarf2/frame-inlined-in-outer-frame.exp: New file.
113 * gdb.dwarf2/frame-inlined-in-outer-frame.S: New file.
114
8efaf6b3
SM
1152020-08-31 Simon Marchi <simon.marchi@efficios.com>
116
117 * gdb.dwarf2/dw2-reg-undefined.exp: Test "set debug frame 1"
118 output, printing a "not saved" value from history and printing a
119 convenience variable created from a "not saved" value.
120
e840f2e3
TV
1212020-08-31 Tom de Vries <tdevries@suse.de>
122
123 * gdb.base/eh_return.exp: Use nopie.
124
8f57f343
PA
1252020-08-28 Pedro Alves <pedro@palves.net>
126
127 * gdb.base/advance-until-multiple-locations.exp
128 (advance_overload, until_overload): Adjust to match the
129 frame/function header instead of the source line text.
130
626d2320
TV
1312020-08-28 Tom de Vries <tdevries@suse.de>
132
133 * gdb.base/label-without-address.c: New test.
134 * gdb.base/label-without-address.exp: New file.
135
df631783
PA
1362020-08-27 Pedro Alves <pedro@palves.net>
137
138 PR gdb/26523
139 PR gdb/26524
140 * gdb.base/advance-until-multiple-locations.cc: New.
141 * gdb.base/advance-until-multiple-locations.exp: New.
142
48b076bb
SM
1432020-08-27 Simon Marchi <simon.marchi@polymtl.ca>
144
145 * gdb.dwarf2/dw2-reg-undefined.exp: Use multi_line.
146
c2015ce4
AB
1472020-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
148
149 * gdb.arch/amd64-byte.exp: Make test names unique, use
150 gdb_breakpoint, and fix typo 'forth' -> 'fourth'.
151 * gdb.arch/amd64-dword.exp: Likewise.
152 * gdb.arch/amd64-pseudo.c: Fix typo 'forth' -> 'fourth'.
153 * gdb.arch/amd64-stap-special-operands.exp: Make test names
154 unique.
155 * gdb.arch/amd64-tailcall-ret.exp: Likewise.
156 * gdb.arch/amd64-word.exp: Make test names unique, use
157 gdb_breakpoint, and fix typo 'forth' -> 'fourth'.
158 * gdb.arch/i386-byte.exp: Make test names unique, use
159 gdb_breakpoint.
160 * gdb.arch/i386-word.exp: Likewise.
161
995d3a19
SV
1622020-08-25 Shahab Vahedi <shahab@synopsys.com>
163
164 * gdb.arch/arc-tdesc-cpu.xml: Use new feature names.
165
8cac2b31
SM
1662020-08-25 Simon Marchi <simon.marchi@polymtl.ca>
167
168 PR gdb/26532
169 * gdb.threads/stepi-random-signal.exp: Update pattern.
170
2bc19622
SM
1712020-08-25 Simon Marchi <simon.marchi@efficios.com>
172
173 PR gdb/26532
174 * gdb.base/ui-redirect.exp: Update pattern.
175
b04aa1fc
GB
1762020-08-25 Gary Benson <gbenson@redhat.com>
177
178 * gdb.dwarf2/dw2-dir-file-name.exp: Use system assembler
179 when compiling with clang.
8571e9c8 180 * gdb.dwarf2/dw2-restore.exp: Likewise.
b04aa1fc 181
9f68b453
GB
1822020-08-25 Gary Benson <gbenson@redhat.com>
183
184 * gdb.cp/ambiguous.exp: Enable test when compiling with GCC.
185 Add additional_flags=-Wno-inaccessible-base when compiling
186 with GCC >= 10.1 or clang. Add additional_flags=-w when
187 compiling with GCC < 10.
188
3945d2d7
GM
1892020-08-25 Gaius Mulley <gaiusmod2@gmail.com>
190
191 PR m2/26372
fc5d6901
SM
192 * gdb.modula2/multidim.c: New file.
193 * gdb.modula2/multidim.exp: New file.
3945d2d7 194
60122dbe
SM
1952020-08-24 Simon Marchi <simon.marchi@polymtl.ca>
196
197 * lib/gdb.exp (runto): Always emit fail on internal error.
198
1eb8556f
SM
1992020-08-24 Simon Marchi <simon.marchi@efficios.com>
200
201 * gdb.base/gdb-sigterm.exp (do_test): Update expected regexp.
202 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
203 Likewise.
204 * gdb.threads/stepi-random-signal.exp: Likewise.
205
33bf4c5c
TBA
2062020-08-20 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
207
208 * gdb.base/print-file-var.exp: Fix typo "breapoint".
209 * gdb.trace/strace.exp: Ditto.
210
c2fd7fae
AKS
2112020-08-19 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
212
213 * gdb.fortran/vla-type.exp: Skip commands not required for
214 the Flang compiled binaries after prologue fix.
215
326afb72
TT
2162020-08-17 Tom de Vries <tdevries@suse.de>
217 Tom Tromey <tromey@adacore.com>
218
219 PR rust/26197:
220 * gdb.rust/simple.exp (xfail_pattern): Update for new failure.
221
3ae7ab99
TT
2222020-08-17 Tom Tromey <tromey@adacore.com>
223
224 * gdb.ada/mi_var_access.exp: New file.
225 * gdb.ada/mi_var_access/mi_access.adb: New file.
226 * gdb.ada/mi_var_access/pck.adb: New file.
227 * gdb.ada/mi_var_access/pck.ads: New file.
228
f569c1c5
TV
2292020-08-16 Tom de Vries <tdevries@suse.de>
230
231 PR gdb/25350
232 * gdb.base/eh_return.c: New test.
233 * gdb.base/eh_return.exp: New file.
234
3d11c30a
TV
2352020-08-15 Tom de Vries <tdevries@suse.de>
236
237 * gdb.fortran/mixed-lang-stack.c (fortran_charlen_t): New type.
238 (mixed_func_1d_): Use fortran_charlen_t in decl.
239
547ce8f0
TV
2402020-08-15 Tom de Vries <tdevries@suse.de>
241
242 PR backtrace/26390
243 * gdb.fortran/mixed-lang-stack.exp: Call bt with -frame-arguments all.
244 Update expected pattern.
245
a54a7f13
PA
2462020-08-13 Pedro Alves <pedro@palves.net>
247
248 * gdb.fortran/complex.exp: Check skip_fortran_tests.
249 * gdb.fortran/library-module.exp: Likewise.
250 * gdb.fortran/logical.exp: Likewise.
251 * gdb.fortran/module.exp: Likewise.
252 * gdb.fortran/print_type.exp: Likewise.
253 * gdb.fortran/vla-alloc-assoc.exp: Likewise.
254 * gdb.fortran/vla-datatypes.exp: Likewise.
255 * gdb.fortran/vla-history.exp: Likewise.
256 * gdb.fortran/vla-ptr-info.exp: Likewise.
257 * gdb.fortran/vla-ptype-sub.exp: Likewise.
258 * gdb.fortran/vla-ptype.exp: Likewise.
259 * gdb.fortran/vla-sizeof.exp: Likewise.
260 * gdb.fortran/vla-type.exp: Likewise.
261 * gdb.fortran/vla-value-sub-arbitrary.exp: Likewise.
262 * gdb.fortran/vla-value-sub-finish.exp: Likewise.
263 * gdb.fortran/vla-value-sub.exp: Likewise.
264 * gdb.fortran/vla-value.exp: Likewise.
265
7a82e903
PA
2662020-08-13 Pedro Alves <pedro@palves.net>
267
268 * gdb.ada/access_tagged_param.exp: Check skip_ada_tests.
269 * gdb.ada/access_to_packed_array.exp: Likewise.
270 * gdb.ada/access_to_unbounded_array.exp: Likewise.
271 * gdb.ada/addr_arith.exp: Likewise.
272 * gdb.ada/arr_acc_idx_w_gap.exp: Likewise.
273 * gdb.ada/arr_arr.exp: Likewise.
274 * gdb.ada/arr_enum_idx_w_gap.exp: Likewise.
275 * gdb.ada/array_bounds.exp: Likewise.
276 * gdb.ada/array_of_variable_length.exp: Likewise.
277 * gdb.ada/array_ptr_renaming.exp: Likewise.
278 * gdb.ada/array_subscript_addr.exp: Likewise.
279 * gdb.ada/arraydim.exp: Likewise.
280 * gdb.ada/arrayparam.exp: Likewise.
281 * gdb.ada/arrayptr.exp: Likewise.
282 * gdb.ada/assign_1.exp: Likewise.
283 * gdb.ada/assign_arr.exp: Likewise.
284 * gdb.ada/atomic_enum.exp: Likewise.
285 * gdb.ada/attr_ref_and_charlit.exp: Likewise.
286 * gdb.ada/bad-task-bp-keyword.exp: Likewise.
287 * gdb.ada/bias.exp: Likewise.
288 * gdb.ada/boolean_expr.exp: Likewise.
289 * gdb.ada/bp_c_mixed_case.exp: Likewise.
290 * gdb.ada/bp_enum_homonym.exp: Likewise.
291 * gdb.ada/bp_inlined_func.exp: Likewise.
292 * gdb.ada/bp_on_var.exp: Likewise.
293 * gdb.ada/bp_range_type.exp: Likewise.
294 * gdb.ada/bp_reset.exp: Likewise.
295 * gdb.ada/call_pn.exp: Likewise.
296 * gdb.ada/catch_assert_if.exp: Likewise.
297 * gdb.ada/catch_ex.exp: Likewise.
298 * gdb.ada/catch_ex_std.exp: Likewise.
299 * gdb.ada/char_enum.exp: Likewise.
300 * gdb.ada/char_param.exp: Likewise.
301 * gdb.ada/complete.exp: Likewise.
302 * gdb.ada/cond_lang.exp: Likewise.
303 * gdb.ada/convvar_comp.exp: Likewise.
304 * gdb.ada/dgopt.exp: Likewise.
305 * gdb.ada/disc_arr_bound.exp: Likewise.
306 * gdb.ada/display_nested.exp: Likewise.
307 * gdb.ada/dot_all.exp: Likewise.
308 * gdb.ada/dyn_loc.exp: Likewise.
309 * gdb.ada/dyn_stride.exp: Likewise.
310 * gdb.ada/excep_handle.exp: Likewise.
311 * gdb.ada/expr_delims.exp: Likewise.
312 * gdb.ada/expr_with_funcall.exp: Likewise.
313 * gdb.ada/exprs.exp: Likewise.
314 * gdb.ada/fin_fun_out.exp: Likewise.
315 * gdb.ada/fixed_cmp.exp: Likewise.
316 * gdb.ada/formatted_ref.exp: Likewise.
317 * gdb.ada/frame_arg_lang.exp: Likewise.
318 * gdb.ada/frame_args.exp: Likewise.
319 * gdb.ada/fullname_bp.exp: Likewise.
320 * gdb.ada/fun_addr.exp: Likewise.
321 * gdb.ada/fun_in_declare.exp: Likewise.
322 * gdb.ada/fun_overload_menu.exp: Likewise.
323 * gdb.ada/fun_renaming.exp: Likewise.
324 * gdb.ada/funcall_char.exp: Likewise.
325 * gdb.ada/funcall_param.exp: Likewise.
326 * gdb.ada/funcall_ptr.exp: Likewise.
327 * gdb.ada/funcall_ref.exp: Likewise.
328 * gdb.ada/homonym.exp: Likewise.
329 * gdb.ada/info_addr_mixed_case.exp: Likewise.
330 * gdb.ada/info_auto_lang.exp: Likewise.
331 * gdb.ada/info_exc.exp: Likewise.
332 * gdb.ada/info_types.exp: Likewise.
333 * gdb.ada/int_deref.exp: Likewise.
334 * gdb.ada/interface.exp: Likewise.
335 * gdb.ada/iwide.exp: Likewise.
336 * gdb.ada/lang_switch.exp: Likewise.
337 * gdb.ada/length_cond.exp: Likewise.
338 * gdb.ada/maint_with_ada.exp: Likewise.
339 * gdb.ada/mi_catch_assert.exp: Likewise.
340 * gdb.ada/mi_catch_ex.exp: Likewise.
341 * gdb.ada/mi_catch_ex_hand.exp: Likewise.
342 * gdb.ada/mi_dyn_arr.exp: Likewise.
343 * gdb.ada/mi_ex_cond.exp: Likewise.
344 * gdb.ada/mi_exc_info.exp: Likewise.
345 * gdb.ada/mi_interface.exp: Likewise.
346 * gdb.ada/mi_prot.exp: Likewise.
347 * gdb.ada/mi_ref_changeable.exp: Likewise.
348 * gdb.ada/mi_string_access.exp: Likewise.
349 * gdb.ada/mi_task_arg.exp: Likewise.
350 * gdb.ada/mi_task_info.exp: Likewise.
351 * gdb.ada/mi_var_array.exp: Likewise.
352 * gdb.ada/mi_var_union.exp: Likewise.
353 * gdb.ada/mi_variant.exp: Likewise.
354 * gdb.ada/minsyms.exp: Likewise.
355 * gdb.ada/mod_from_name.exp: Likewise.
356 * gdb.ada/nested.exp: Likewise.
357 * gdb.ada/null_array.exp: Likewise.
358 * gdb.ada/optim_drec.exp: Likewise.
359 * gdb.ada/out_of_line_in_inlined.exp: Likewise.
360 * gdb.ada/packed_array_assign.exp: Likewise.
361 * gdb.ada/packed_tagged.exp: Likewise.
362 * gdb.ada/pp-rec-component.exp: Likewise.
363 * gdb.ada/print_chars.exp: Likewise.
364 * gdb.ada/print_pc.exp: Likewise.
365 * gdb.ada/ptr_typedef.exp: Likewise.
366 * gdb.ada/ptype_arith_binop.exp: Likewise.
367 * gdb.ada/ptype_array.exp: Likewise.
368 * gdb.ada/ptype_field.exp: Likewise.
369 * gdb.ada/ptype_tagged_param.exp: Likewise.
370 * gdb.ada/ptype_union.exp: Likewise.
371 * gdb.ada/py_range.exp: Likewise.
372 * gdb.ada/py_taft.exp: Likewise.
373 * gdb.ada/rdv_wait.exp: Likewise.
374 * gdb.ada/rec_comp.exp: Likewise.
375 * gdb.ada/rec_return.exp: Likewise.
376 * gdb.ada/ref_param.exp: Likewise.
377 * gdb.ada/ref_tick_size.exp: Likewise.
378 * gdb.ada/rename_subscript_param.exp: Likewise.
379 * gdb.ada/repeat_dyn.exp: Likewise.
380 * gdb.ada/same_component_name.exp: Likewise.
381 * gdb.ada/same_enum.exp: Likewise.
382 * gdb.ada/scalar_storage.exp: Likewise.
383 * gdb.ada/set_wstr.exp: Likewise.
384 * gdb.ada/small_reg_param.exp: Likewise.
385 * gdb.ada/str_binop_equal.exp: Likewise.
386 * gdb.ada/str_ref_cmp.exp: Likewise.
387 * gdb.ada/str_uninit.exp: Likewise.
388 * gdb.ada/sub_variant.exp: Likewise.
389 * gdb.ada/sym_print_name.exp: Likewise.
390 * gdb.ada/taft_type.exp: Likewise.
391 * gdb.ada/tagged.exp: Likewise.
392 * gdb.ada/tagged_access.exp: Likewise.
393 * gdb.ada/task_bp.exp: Likewise.
394 * gdb.ada/task_switch_in_core.exp: Likewise.
395 * gdb.ada/tasks.exp: Likewise.
396 * gdb.ada/tick_last_segv.exp: Likewise.
397 * gdb.ada/tick_length_array_enum_idx.exp: Likewise.
398 * gdb.ada/type_coercion.exp: Likewise.
399 * gdb.ada/unc_arr_ptr_in_var_rec.exp: Likewise.
400 * gdb.ada/unchecked_union.exp: Likewise.
401 * gdb.ada/uninitialized_vars.exp: Likewise.
402 * gdb.ada/var_arr_attrs.exp: Likewise.
403 * gdb.ada/var_arr_typedef.exp: Likewise.
404 * gdb.ada/var_rec_arr.exp: Likewise.
405 * gdb.ada/variant-record.exp: Likewise.
406 * gdb.ada/variant.exp: Likewise.
407 * gdb.ada/variant_record_packed_array.exp: Likewise.
408 * gdb.ada/varsize_limit.exp: Likewise.
409 * gdb.ada/whatis_array_val.exp: Likewise.
410 * gdb.ada/widewide.exp: Likewise.
411 * gdb.ada/win_fu_syms.exp: Likewise.
412
4132020-08-12 Gary Benson <gbenson@redhat.com>
c0ab14ae
GB
414
415 * gdb.dwarf2/dw2-op-out-param.S (.Ltext5): Fix duplicate label.
416
10c381b5
AB
4172020-08-04 Andrew Burgess <andrew.burgess@embecosm.com>
418
419 * lib/check-test-names.exp (do_reset_vars): Use 'array unset' to
420 unset the array variable.
421
8f34b746
TV
4222020-08-03 Tom de Vries <tdevries@suse.de>
423
424 PR symtab/26333
425 * lib/dwarf.exp (DW_LNE_user): New proc.
426 * gdb.dwarf2/dw2-vendor-extended-opcode.c: New test.
427 * gdb.dwarf2/dw2-vendor-extended-opcode.exp: New file.
428
0245e136
KB
4292020-07-31 Kevin Buettner <kevinb@redhat.com>
430
431 * gdb.base/coremaker2.c: Change all uses of 'unsigned long long'
432 to 'uintptr_t'
433 (inttypes.h): Include.
434
9ef1ec5d
KB
4352020-07-31 Kevin Buettner <kevinb@redhat.com>
436
437 * gdb.base/coremaker2.c (buf_rw): Increase size to 256 KiB.
438 (C5_24k): Delete.
439 (C5_8k, C5_64k, C5_256k): New macros.
440 (buf_ro): Allocate 256 KiB of initialized data.
441
4c55e970
TBA
4422020-07-30 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
443
444 * gdb.base/condbreak-bad.exp: Extend the test with scenarios
445 that attempt to overwrite an existing condition with a condition
446 that fails parsing and also with a condition that parses fine
447 but contains junk at the end.
448
1e620590
TBA
4492020-07-30 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
450
451 * gdb.base/condbreak-bad.c: New test.
452 * gdb.base/condbreak-bad.exp: New file.
453
e12dcc50
TV
4542020-07-30 Tom de Vries <tdevries@suse.de>
455
456 * lib/sym-info-cmds.exp (GDBInfoModuleSymbols::check_entry_1): Factor
457 out of ...
458 (GDBInfoModuleSymbols::check_entry): ... here.
459 (GDBInfoModuleSymbols::check_optional_entry): New proc.
460 * gdb.fortran/info-modules.exp: Use check_optional_entry for entries
461 related to __def_init_mod1_M1t1 / __vtype_mod1_M1t1 / __copy_mod1_M1t1.
462
6cc64caa
TV
4632020-07-30 Tom de Vries <tdevries@suse.de>
464
465 * gdb.fortran/ptype-on-functions.exp: Make "_t" suffix on
466 "__class_some_module_Number_t" optional.
467
90fd07fc
TV
4682020-07-29 Tom de Vries <tdevries@suse.de>
469
470 * lib/selftest-support.exp (selftest_setup): Allow breakpoint at
471 multiple locations.
472
f5c79e97
TV
4732020-07-29 Tom de Vries <tdevries@suse.de>
474
475 * gdb.dwarf2/dw2-line-number-zero.exp: Set breakpoints on lines
476 rather than function name.
477
f75a0693
AB
4782020-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
479
480 PR symtab/26270:
481 * gdb.cp/disasm-func-name.cc: New file.
482 * gdb.cp/disasm-func-name.exp: New file.
483
4888741a
TT
4842020-07-28 Tom Tromey <tromey@adacore.com>
485
486 * gdb.dwarf2/varval.exp (setup_exec): Add 'or' instruction to
487 'varval' location.
488
43d5901d
AB
4892020-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
490
491 * gdb.python/py-unwind.py: Update to make use of a register
492 descriptor.
493
14fa8fb3
AB
4942020-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
495
496 * gdb.python/py-arch-reg-names.exp: Add additional tests.
497
e79eb02f
AB
4982020-07-25 Andrew Burgess <andrew.burgess@embecosm.com>
499
500 PR fortran/23051
501 PR fortran/26139
502 * gdb.fortran/class-allocatable-array.exp: New file.
503 * gdb.fortran/class-allocatable-array.f90: New file.
504 * gdb.fortran/pointer-to-pointer.exp: New file.
505 * gdb.fortran/pointer-to-pointer.f90: New file.
506
876518dd
TV
5072020-07-25 Tom de Vries <tdevries@suse.de>
508
509 PR symtab/26243
510 * gdb.dwarf2/dw2-line-number-zero.c: New test.
511 * gdb.dwarf2/dw2-line-number-zero.exp: New file.
512
6dcfb80a
TV
5132020-07-24 Tom de Vries <tdevries@suse.de>
514
515 PR testsuite/26293
516 * gdb.ada/mi_prot.exp: Require gnatmake-8.
517
e7bc9db8
PA
5182020-07-23 Pedro Alves <pedro@palves.net>
519
520 * gdb.server/server-kill.exp (prepare): New, factored out from the
521 top level.
522 (kill_server): New.
523 (test_tstatus, test_unwind_nosyms, test_unwind_syms): New.
524 (top level) : Call test_tstatus, test_unwind_nosyms, test_unwind_syms.
525
78344df7
AB
5262020-07-23 Andrew Burgess <andrew.burgess@embecosm.com>
527
528 * gdb.dwarf2/dw2-disasm-over-non-stmt.exp: New file.
529
25dfed24
SL
5302020-07-22 Sandra Loosemore <sandra@codesourcery.com>
531
532 * lib/gdb.exp (gdb_wrapper_file, gdb_wrapper_flags):
533 Initialize to empty string at top level.
534 (gdb_wrapper_init): Revert check for file existence on build.
535 Build the wrapper in its default place, not a build-specific
536 location. When host == build, make the pathname absolute.
537 (gdb_compile): Delete leftover declaration of
538 gdb_wrapper_initialized. Check gdb_wrapper_file being an empty
539 string instead of uninitialized.
540
7da515fd
KB
5412020-07-22 Kevin Buettner <kevinb@redhat.com>
542
543 * gdb.base/corefile2.exp: New file.
544 * gdb.base/coremaker2.exp: New file.
545
9c5ec5c2
KB
5462020-07-22 Kevin Buettner <kevinb@redhat.com>
547
548 * gdb.base/coredump-filter.exp: Add second
549 non-Private-Shared-Anon-File test.
550 (test_disasm): Rename binfile for test which is expected
551 to fail.
552
f9e233c9
KB
5532020-07-22 Kevin Buettner <kevinb@redhat.com>
554
555 * gdb.base/corefile.exp: Add test "accessing read-only mmapped
556 data in core file".
557 * gdb.base/coremaker.c (buf2ro): New global.
558 (mmapdata): Add a read-only mmap mapping.
559
94c265d7
KB
5602020-07-22 Kevin Buettner <kevinb@redhat.com>
561
562 PR corefiles/25631
563 * gdb.base/corefile.exp (accessing anonymous, unwritten-to mmap data):
564 New test.
565 * gdb.base/coremaker.c (buf3): New global.
566 (mmapdata): Add mmap call which uses MAP_ANONYMOUS and MAP_PRIVATE
567 flags.
568
5692020-07-22 Kevin Buettner <kevinb@redhat.com>
678c7a56
KB
570
571 * gdb.base/coremaker.c (filler_ro): New global constant.
572
32fa152e
TT
5732020-07-22 Tom Tromey <tromey@adacore.com>
574
575 * gdb.ada/mi_prot.exp: New file.
576 * gdb.ada/mi_prot/pkg.adb: New file.
577 * gdb.ada/mi_prot/pkg.ads: New file.
578 * gdb.ada/mi_prot/prot.adb: New file.
579
c8474dc3
TBA
5802020-07-22 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
581
582 * gdb.base/jit-reader-simple.exp: Add a scenario for a binary that
583 loads two JITers.
584
baf8791e
AB
5852020-07-21 Andrew Burgess <andrew.burgess@embecosm.com>
586
587 * gdb.python/py-arch-reg-groups.exp: Additional tests.
588
f7306dac
AB
5892020-07-21 Andrew Burgess <andrew.burgess@embecosm.com>
590
591 * gdb.python/py-arch-reg-names.exp: Additional tests.
592
6d3d6e4b
TV
5932020-07-21 Tom de Vries <tdevries@suse.de>
594
595 * gdb.reverse/solib-precsave.exp: Handle additional "recommended
596 breakpoint locations".
597 * gdb.reverse/solib-reverse.exp: Same.
598
803d0592
TV
5992020-07-21 Tom de Vries <tdevries@suse.de>
600
601 * gdb.reverse/step-reverse.c (callee): Merge statements.
602
e9bdc510
TV
6032020-07-21 Tom de Vries <tdevries@suse.de>
604
605 * gdb.fortran/info-modules.exp (info module variables): Allow missing
606 line numbers for some variables.
607
f0f9e75a
TV
6082020-07-21 Tom de Vries <tdevries@suse.de>
609
610 * gdb.opt/inline-locals.c (init_array): New func.
611 (func1): Use init_array.
612 * gdb.opt/inline-locals.exp: Update pattern.
613
bd460ecb
TV
6142020-07-21 Tom de Vries <tdevries@suse.de>
615
616 * gdb.debuginfod/fetch_src_and_symbols.exp: Use save_vars for env
617 vars. Fix PATH and DUPLICATE errors. Cleanup whitespace.
618
ae5369e7
LC
6192020-07-20 Ludovic Courtès <ludo@gnu.org>
620
621 * gdb.guile/source2.scm: Add #f first argument to 'format'.
622 * gdb.guile/types-module.exp: Remove "ERROR:" from
623 regexps since Guile 3.0 no longer prints that.
624
68cf161c
LC
6252020-07-20 Ludovic Courtès <ludo@gnu.org>
626
627 * gdb.guile/scm-error.exp ("source $remote_guile_file_1"): Relax
628 error regexp to match on Guile 2.2.
629
c14b4913
GB
6302020-07-20 Gary Benson <gbenson@redhat.com>
631
632 * gdb.cp/align.exp: Fix "alignof (void)" tests when compiling
633 with clang.
634
b243ba58
TV
6352020-07-20 Tom de Vries <tdevries@suse.de>
636
637 * gdb.threads/omp-par-scope.c (lock, lock2): New variable.
638 (omp_set_lock_in_order): New function.
639 (single_scope, multi_scope, nested_func, nested_parallel): Use
640 omp_set_lock_in_order and omp_unset_lock.
641 (main): Init and destroy lock and lock2.
642
c06ad8b5
TV
6432020-07-20 Tom de Vries <tdevries@suse.de>
644
645 * gdb.base/valgrind-infcall-2.exp: Handle printf unknown return type.
646
6e22f117
TV
6472020-07-20 Tom de Vries <tdevries@suse.de>
648
649 * gdb.threads/attach-slow-waitpid.exp: Bail out if gdb_start fails.
650
33176ea7
TV
6512020-07-17 Tom de Vries <tdevries@suse.de>
652
653 * gdb.base/valgrind-infcall-2.c: New test.
654 * gdb.base/valgrind-infcall-2.exp: New file.
655 * lib/valgrind.exp (vgdb_start): Add and handle active_at_startup.
656
90c3ec2d
TV
6572020-07-17 Tom de Vries <tdevries@suse.de>
658
659 * gdb.dlang/circular.c (found): Use found_label as label name.
660 * gdb.dwarf2/arr-subrange.c (main): Use main_label as label name.
661 * gdb.dwarf2/comp-unit-lang.c (func): Use func_label as label name.
662 * gdb.dlang/circular.exp: Use MACRO_AT_func and MACRO_AT_range.
663 * gdb.dwarf2/ada-linkage-name.exp: Same.
664 * gdb.dwarf2/arr-subrange.exp: Same.
665 * gdb.dwarf2/atomic-type.exp: Same.
666 * gdb.dwarf2/comp-unit-lang.exp: Same.
667 * gdb.dwarf2/cpp-linkage-name.exp: Same.
668 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Same.
669 * gdb.dwarf2/dw2-lexical-block-bare.exp: Same.
670 * gdb.dwarf2/dw2-regno-invalid.exp: Same.
671 * gdb.dwarf2/implptr-64bit.exp: Same.
672 * gdb.dwarf2/imported-unit-abstract-const-value.exp: Same.
673 * gdb.dwarf2/imported-unit-runto-main.exp: Same.
674 * gdb.dwarf2/imported-unit.exp: Same.
675 * gdb.dwarf2/main-subprogram.exp: Same.
676 * gdb.dwarf2/missing-type-name.exp: Same.
677 * gdb.dwarf2/nonvar-access.exp: Same.
678 * gdb.dwarf2/struct-with-sig.exp: Same.
679 * gdb.dwarf2/typedef-void-finish.exp: Same.
680 * gdb.dwarf2/void-type.exp: Same.
681
10da644d
TV
6822020-07-17 Tom de Vries <tdevries@suse.de>
683
684 * lib/dwarf.exp (Dwarf::MACRO_AT_func, Dwarf::MACRO_AT_range): Drop
685 src parameter.
686 * gdb.dlang/watch-loc.exp: Update MACRO_AT_{func,range} calls.
687 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Same.
688 * gdb.dwarf2/dw2-ifort-parameter.exp: Same.
689 * gdb.dwarf2/dw2-opt-structptr.exp: Same.
690 * gdb.dwarf2/dwz.exp: Same.
691 * gdb.dwarf2/implptr-optimized-out.exp: Same.
692 * gdb.dwarf2/implref-array.exp: Same.
693 * gdb.dwarf2/implref-const.exp: Same.
694 * gdb.dwarf2/implref-global.exp: Same.
695 * gdb.dwarf2/implref-struct.exp: Same.
696 * gdb.dwarf2/info-locals-optimized-out.exp: Same.
697 * gdb.dwarf2/opaque-type-lookup.exp: Same.
698 * gdb.dwarf2/var-access.exp: Same.
699 * gdb.dwarf2/varval.exp: Same.
700 * gdb.trace/entry-values.exp: Same.
701
315e6afc
TV
7022020-07-17 Tom de Vries <tdevries@suse.de>
703
704 * lib/dwarf.exp (Dwarf::extern): Remove.
705 * gdb.compile/compile-ops.exp: Remove use of Dwarf::extern.
706 * gdb.dlang/circular.exp: Same.
707 * gdb.dwarf2/comp-unit-lang.exp: Same.
708 * gdb.dwarf2/dw2-ifort-parameter.exp: Same.
709 * gdb.dwarf2/dw2-symtab-includes.exp: Same.
710 * gdb.dwarf2/dwz.exp: Same.
711 * gdb.dwarf2/imported-unit-abstract-const-value.exp: Same.
712 * gdb.dwarf2/imported-unit-runto-main.exp: Same.
713 * gdb.dwarf2/imported-unit.exp: Same.
714 * gdb.dwarf2/opaque-type-lookup.exp: Same.
715
5597c940
SL
7162020-07-16 Sandra Loosemore <sandra@codesourcery.com>
717
718 * gdb.base/shell.exp: Skip pipe tests dependent on sh on Windows host.
719 Use double quotes instead of single quotes.
720
d0ce17d8
CT
7212020-07-16 Caroline Tice <cmtice@google.com>
722
723 * gdb.dwarf2/dw5-rnglist-test.cc: New file.
724 * gdb.dwarf2/dw5-rnglist-test.exp: New file.
725
853772cc
TV
7262020-07-16 Tom de Vries <tdevries@suse.de>
727
728 * lib/dwarf.exp (program): Initialize _line.
729 (DW_LNE_end_sequence): Reinitialize _line.
730 (DW_LNS_advance_line): Update _line.
731 (line): New proc.
732 * gdb.dwarf2/dw2-inline-many-frames.exp: Use line.
733 * gdb.dwarf2/dw2-inline-small-func.exp: Same.
734 * gdb.dwarf2/dw2-inline-stepping.exp: Same.
735 * gdb.dwarf2/dw2-is-stmt-2.exp: Same.
736 * gdb.dwarf2/dw2-is-stmt.exp: Same.
737 * gdb.dwarf2/dw2-ranges-func.exp: Same.
738
fe07b572
AB
7392020-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
740
741 * gdb.fortran/ptype-on-functions.exp: Make the result pattern more
742 generic.
743
52781cce
TV
7442020-07-15 Tom de Vries <tdevries@suse.de>
745
746 * gdb.trace/entry-values.exp: Expect "call" instead of "callq" if
747 is_amd64_regs_target.
748
3dcc261c
AB
7492020-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
750
751 * gdb.fortran/ptype-on-functions.exp: Add more tests.
752 * gdb.fortran/ptype-on-functions.f90: Likewise.
753
054a0959
SM
7542020-07-14 Simon Marchi <simon.marchi@polymtl.ca>
755
756 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu, Dwarf::lines): Change valid
757 values in documentation for addr_size to 4 and 8.
758
ccb9eba6
AB
7592020-07-14 Andrew Burgess <andrew.burgess@embecosm.com>
760
761 * gdb.arch/amd64-osabi.exp: Update.
762 * gdb.arch/arm-disassembler-options.exp: Update.
763 * gdb.arch/powerpc-disassembler-options.exp: Update.
764 * gdb.arch/ppc64-symtab-cordic.exp: Update.
765 * gdb.arch/s390-disassembler-options.exp: Update.
766 * gdb.base/all-architectures.exp.tcl: Update.
767 * gdb.base/attach-pie-noexec.exp: Update.
768 * gdb.base/catch-syscall.exp: Update.
769 * gdb.xml/tdesc-arch.exp: Update.
770
025a39a7
TV
7712020-07-14 Tom de Vries <tdevries@suse.de>
772
773 * gdb.threads/clone-new-thread-event.c (gettid): Rename to ...
774 (local_gettid): ... this.
775 (fn): Update.
776
74e4b667
SL
7772020-07-13 Sandra Loosemore <sandra@codesourcery.com>
778
779 * gdb.base/info_sources.exp: Skip directory match tests on
780 remote hosts.
781
f413dd74
GB
7822020-07-13 Gary Benson <gbenson@redhat.com>
783
784 * gdb.base/savedregs.exp (caller): Use parentheses to
785 make expected expression evaluation ordering explicit.
786
915771bb
GB
7872020-07-13 Gary Benson <gbenson@redhat.com>
788
789 * gdb.arch/i386-sse.c (have_sse) <edx>: Make unsigned.
790
2a122642
GB
7912020-07-13 Gary Benson <gbenson@redhat.com>
792
793 * gdb.base/bigcore.c (main): Use a volatile pointer when
794 attempting to trigger a SIGSEGV.
795 * gdb.base/gcore-relro-pie.c (break_here): Likewise.
796 * gdb.base/gcore-tls-pie.c (break_here): Likewise.
797 * gdb.base/savedregs.c (thrower): Likewise.
798 * gdb.mi/mi-syn-frame.c (bar): Likewise.
799
3f00c730
GB
8002020-07-13 Gary Benson <gbenson@redhat.com>
801
802 * gdb.base/vla-datatypes.c (vla_factory): Factor out sections
803 defining and using VLA structure fields into...
804 * gdb.base/vla-struct-fields.c: New file.
805 * gdb.base/vla-datatypes.exp: Factor out VLA structure field
806 tests into...
807 * gdb.base/vla-struct-fields.exp: New file.
808
963eeee4
TV
8092020-07-13 Tom de Vries <tdevries@suse.de>
810
811 * lib/gdb.exp (have_fuse_ld_gold): New caching proc.
812 * gdb.base/gcore-tls-pie.exp: Use have_fuse_ld_gold.
813 * gdb.base/gold-gdb-index.exp: Same.
814 * gdb.base/morestack.exp: Same.
815
0ed35c9a
DX
8162020-07-11 Daniel Xu <dxu@dxuuu.xyz>
817
818 PR rust/26121
819 * gdb.rust/modules.rs: Prevent linker from discarding test
820 symbol.
821
4fdba23d
PA
8222020-07-10 Pedro Alves <pedro@palves.net>
823
824 PR gdb/26199
825 * gdb.multi/multi-target.c (exit_thread): New.
826 (thread_start): Break loop if EXIT_THREAD.
827 * gdb.multi/multi-target.exp (test_no_unwaited_for): New proc.
828 (top level) Call test_no_resumed.
829
15f3b077
TT
8302020-07-08 Tom Tromey <tromey@adacore.com>
831
832 * gdb.ada/catch_ex/foo.adb: Pass string to raise.
833 * gdb.ada/catch_ex.exp: Examine catchpoint text.
834
9fc501fd
AB
8352020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
836
837 PR python/22748
838 * gdb.opt/inline-frame-tailcall.c: New file.
839 * gdb.opt/inline-frame-tailcall.exp: New file.
840 * gdb.python/py-unwind-inline.c: New file.
841 * gdb.python/py-unwind-inline.exp: New file.
842 * gdb.python/py-unwind-inline.py: New file.
843
64cb3757
AB
8442020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
845
846 * gdb.python/py-arch-reg-groups.exp: New file.
847
0f767f94
AB
8482020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
849
850 * gdb.python/py-arch-reg-names.exp: New file.
851
87dbc774
AB
8522020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
853
854 * gdb.python/py-unwind.py (TestUnwinder::__call__): Add test for
855 gdb.PendingFrame.architecture method.
856
d8cc8af6
TV
8572020-07-06 Tom de Vries <tdevries@suse.de>
858
859 * gdb.dwarf2/dw2-ranges-base.exp: Test line-table order.
860
3c8ea5be
PA
8612020-07-03 Pedro Alves <palves@redhat.com>
862
863 * gdb.base/structs2.c (main): Adjust second parem_reg call to
864 explicitly write negative numbers.
865 * gdb.base/structs2.exp: Adjust expected output.
866
bf90c83a
PA
8672020-07-03 Pedro Alves <palves@redhat.com>
868
869 * gdb.base/charset.c (init_string): Change all char parameters to
870 unsigned char parameters.
871
2eb82157
PA
8722020-07-03 Pedro Alves <palves@redhat.com>
873
874 * gdb.base/call-sc.exp (start_scalars_test): Use
875 prepare_for_testing and don't try compiling with -DNO_PROTOTYPES.
876 * gdb.base/overlays.c: Remove references to PARAMS.
877 * gdb.base/ovlymgr.h (PARAMS): Delete, and remove all references.
878 * gdb.base/reread.exp: Don't set 'prototypes' global.
879 * gdb.base/structs.exp (start_structs_test): Use
880 prepare_for_testing and don't try compiling with -DNO_PROTOTYPES.
881 * gdb.base/structs2.exp: Don't set 'prototypes' global. Use
882 prepare_for_testing and don't try compiling with -DNO_PROTOTYPES.
883 Don't issue "set width 0". Remove gdb_stop_suppressing_tests
884 call.
885 * gdb.base/varargs.exp: Don't set 'prototypes' global.
886
9adda7af
PA
8872020-07-03 Pedro Alves <palves@redhat.com>
888
889 * gdb.base/m32rovly.c: Delete.
890 * gdb.base/ovlymgr.c: Remove all code guarded by __D10V__.
891
2a17c803
PW
8922020-06-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
893
894 * gdb.python/py-breakpoint.exp: use gdb_test_multiline instead
895 of gdb_py_test_multiple.
896 * gdb.python/py-cmd.exp: Likewise.
897 * gdb.python/py-events.exp: Likewise.
898 * gdb.python/py-function.exp: Likewise.
899 * gdb.python/py-inferior.exp: Likewise.
900 * gdb.python/py-infthread.exp: Likewise.
901 * gdb.python/py-linetable.exp: Likewise.
902 * gdb.python/py-parameter.exp: Likewise.
903 * gdb.python/py-value.exp: Likewise.
904
b011fe1a
TV
9052020-06-30 Tom de Vries <tdevries@suse.de>
906
907 PR testsuite/26175
908 * lib/future.exp (gdb_default_target_compile): Detect and handle
909 early_flags.
910
df5b8876
SM
9112020-06-29 Simon Marchi <simon.marchi@efficios.com>
912
913 * boards/simavr.exp (gdb_load): Catch errors when closing
914 previous connection. Close connection, wait for process and
915 unset simavr_spawn_id on failure.
916
a3ca48cd
TV
9172020-06-29 Tom de Vries <tdevries@suse.de>
918
919 * lib/gdb.exp (unknown): Make test-case unresolved.
920
b0237c0e
TV
9212020-06-29 Tom de Vries <tdevries@suse.de>
922
923 PR gdb/25475
924 * gdb.server/solib-list.exp: Verify that the symbol reload
925 confirmation question is asked.
926
c0b3b3bd
PW
9272020-06-26 Philippe Waroquiers <philippe.waroquiers@skynet.be>
928
929 * lib/gdb.exp (gdb_test_multiline): New, moved from gdb-guile.exp,
930 have a input seq nr in each pass message.
fe4c3d43 931 * lib/gdb-guile.exp (gdb_test_multiline): Move to gdb.exp.
c0b3b3bd
PW
932 * lib/gdb-python.exp (gdb_py_test_multiple): Remove.
933 * gdb.python/python.exp: Make test names unique,
934 use gdb_test_multiline instead of gdb_py_test_multiple,
935 use $gdb_test_name.
936 * gdb.guile/guile.exp: Make test names unique, use $gdb_test_name
937
1776e3e5
NA
9382020-06-26 Nick Alcock <nick.alcock@oracle.com>
939
940 * configure.ac: Add --enable-libctf.
941 * aclocal.m4: sinclude ../config/enable.m4.
942 * Makefile.in (site.exp): Add enable_libctf to site.exp.
943 * lib/gdb.exp (skip_ctf_tests): Use it.
944 * gdb.base/ctf-constvars.exp: Error message tweak.
945 * gdb.base/ctf-ptype.exp: Likewise.
946 * configure: Regenerate.
947
f53b3eeb
GB
9482020-06-26 Gary Benson <gbenson@redhat.com>
949
950 * gdb.cp/try_catch.cc: Include string.h.
951 (main): Replace comparison against string literal with
952 strcmp, avoiding build failure with -Wstring-compare.
953 Add "marker test-complete".
954 * gdb.cp/try_catch.exp: Run the test to the above marker,
955 then verify that the value of "test" is still true.
956
6d74da72
AB
9572020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
958
959 * gdb.arch/riscv-tdesc-regs.exp: New test cases.
960
2e52d038
AB
9612020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
962
963 * gdb.arch/riscv-tdesc-regs.exp: Extend test case.
964
3b9fce96
AB
9652020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
966
967 * gdb.arch/riscv-tdesc-loading-01.xml: New file.
968 * gdb.arch/riscv-tdesc-loading-02.xml: New file.
969 * gdb.arch/riscv-tdesc-loading-03.xml: New file.
970 * gdb.arch/riscv-tdesc-loading-04.xml: New file.
971 * gdb.arch/riscv-tdesc-loading.exp: New file.
972
ed69cbc8
AB
9732020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
974
975 * gdb.arch/riscv-tdesc-regs.exp: Extend test case.
976
767a879e
AB
9772020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
978
979 * gdb.arch/riscv-tdesc-regs-32.xml: New file.
980 * gdb.arch/riscv-tdesc-regs-64.xml: New file.
981 * gdb.arch/riscv-tdesc-regs.c: New file.
982 * gdb.arch/riscv-tdesc-regs.exp: New file.
983
221db974
PA
9842020-06-24 Pedro Alves <palves@redhat.com>
985
986 * gdb.arch/amd64-entry-value-paramref.exp: Use
987 prepare_for_testing_full and don't pass "c++" for the .S file
988 build spec.
989 * gdb.compile/compile-cplus.exp: Don't compile $srcfile3 with
990 $options, since it's an assembly file. Remove -Wno-deprecated.
991 * lib/gdb.exp (gdb_compile): Pass "-x c++" explicitly when
992 compiling C++ programs.
993
331733cd
PA
9942020-06-24 Pedro Alves <palves@redhat.com>
995
996 * lib/gdb.exp (gdb_compile): Update intro comment. If C/C++ with
997 Clang, add "-Wno-unknown-warning-option" to the options.
998
caa7fd04
AB
9992020-06-23 Andrew Burgess <andrew.burgess@embecosm.com>
1000
1001 * gdb.xml/tdesc-reload.c: New file.
1002 * gdb.xml/tdesc-reload.exp: New file.
1003 * gdb.xml/maint-xml-dump-01.xml: New file.
1004 * gdb.xml/maint-xml-dump-02.xml: New file.
1005 * gdb.xml/maint-xml-dump.exp: New file.
1006
bb8d1260
SL
10072020-06-23 Sandra Loosemore <sandra@codesourcery.com>
1008
1009 * lib/completion-support.exp (test_gdb_completion_offers_commands):
1010 Adjust for omitted commands when TUI is disabled.
1011
7e4b9c4c
GB
10122020-06-23 Gary Benson <gbenson@redhat.com>
1013 Pedro Alves <palves@redhat.com>
1014
1015 * gdb.cp/namespace.cc: Improve -Wunused-value fix.
1016 * gdb.cp/nsimport.cc: Likewise.
1017 * gdb.cp/nsnested.cc: Likewise.
1018 * gdb.cp/nsnoimports.cc: Likewise.
1019 * gdb.cp/nsusing.cc: Likewise.
1020 * gdb.cp/smartp.cc: Likewise.
1021 * gdb.python/py-pp-integral.c: Likewise.
1022 * gdb.python/py-pp-re-notag.c: Likewise.
1023
2e573c0a
GB
10242020-06-23 Gary Benson <gbenson@redhat.com>
1025
1026 * gdb.cp/namespace.cc: Avoid build failure with -Wunused-value.
1027 * gdb.cp/nsimport.cc: Likewise.
1028 * gdb.cp/nsnested.cc: Likewise.
1029 * gdb.cp/nsnoimports.cc: Likewise.
1030 * gdb.cp/nsusing.cc: Likewise.
1031 * gdb.cp/smartp.cc: Likewise.
1032 * gdb.python/py-pp-integral.c: Likewise.
1033 * gdb.python/py-pp-re-notag.c: Likewise.
1034
746ebfe8
PW
10352020-06-22 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1036
1037 * gdb.base/default-args.exp: New test.
1038 * gdb.base/default-args.c: New file.
1039 * gdb.base/alias.exp: Update expected error msg for alias foo=bar.
1040 * gdb.base/default.exp: Update to new help text.
1041 * gdb.base/help.exp: Likewise.
1042 * gdb.base/page.exp: Likewise.
1043 * gdb.base/style.exp: Likewise.
1044 * gdb.guile/guile.exp: Likewise.
1045 * gdb.python/python.exp: Likewise.
1046
e822f2cd
SL
10472020-06-22 Sandra Loosemore <sandra@codesourcery.com>
1048
1049 * gdb.base/source-dir.exp (test_truncated_comp_dir): Skip on
1050 remote host. Fix search path syntax on Windows host.
1051
48e9cc84
PW
10522020-06-21 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1053
1054 * gdb.base/attach.exp: Test priority of 'exec-file' changed
1055 over 'exec-file-mismatch'.
1056 * gdb.base/attach.c: Mark should_exit volatile.
1057 * gdb.base/attach2.c: Likewise. Add a comment explaining
1058 why the sleep cannot be big.
1059 * gdb.base/attach3.c: New file.
1060
160f8a8f
SL
10612020-06-20 Sandra Loosemore <sandra@codesourcery.com>
1062
1063 * gdb.mi/mi-sym-info.exp: Adjust filename patterns to make directory
1064 prefix optional.
1065
4d91c2a4
SL
10662020-06-20 Sandra Loosemore <sandra@codesourcery.com>
1067
1068 * gdb.base/list-missing-source.exp: Correct $srcfile manipulation
1069 for remote host.
1070
87f83f20
SL
10712020-06-19 Sandra Loosemore <sandra@codesourcery.com>
1072 Hafiz Abid Qadeer <abidh@codesourcery.com>
1073
1074 * gdb.xml/tdesc-regs.exp (load_description): Correct pathname of
1075 file sent to remote host.
1076 (top level): Allow int32_t as type of 32-bit register.
1077
37ab8655
TV
10782020-06-19 Tom de Vries <tdevries@suse.de>
1079
1080 * lib/gdb.exp (gdb_note): New proc.
1081 * lib/future.exp (gdb_default_target_compile_1): Factor out of ...
1082 (gdb_default_target_compile): ... here. Only call
1083 gdb_default_target_compile_1 if use_gdb_compile(<lang>) is set.
1084 (use_gdb_compile): Change to array.
1085 (toplevel): Update sets of use_gdb_compile to specify language.
1086 Warn about default_target_compile override. Store dejagnu's version
1087 of default_target_compile in dejagnu_default_target_compile.
1088
a8a56685
TV
10892020-06-18 Tom de Vries <tdevries@suse.de>
1090
1091 * lib/gdb.exp (gdb_init): Move all but call to default_gdb_init to ...
1092 (default_gdb_init): ... here.
1093
581bea2c
SL
10942020-06-17 Sandra Loosemore <sandra@codesourcery.com>
1095
1096 Fix TUI support checks in gdb.tui tests.
1097
1098 * gdb.tui/basic.exp: Skip test when TUI is unsupported, don't
1099 just say UNSUPPORTED.
1100 * gdb.tui/corefile-run.exp: Likewise.
1101 * gdb.tui/empty.exp: Likewise.
1102 * gdb.tui/list-before.exp: Likewise.
1103 * gdb.tui/list.exp: Likewise.
1104 * gdb.tui/main.exp: Likewise.
1105 * gdb.tui/regs.exp: Likewise.
1106 * gdb.tui/resize.exp: Likewise.
1107 * gdb.tui/tui-layout-asm-short-prog.exp: Likewise.
1108 * gdb.tui/tui-layout-asm.exp: Likewise.
1109 * gdb.tui/tui-missing-src.exp: Likewise.
1110 * gdb.tui/winheight.exp: Likewise.
1111 * gdb.tui/new-layout.exp: Likewise. Also move check earlier.
1112
05e682e3
SL
11132020-06-17 Sandra Loosemore <sandra@codesourcery.com>
1114
1115 Fix TCL error in gdb.python/py-format-string.exp.
1116
1117 * gdb.python/py-format-string.exp: Move test for python support
1118 earlier, out of function body.
1119
efb763a5
SM
11202020-06-15 Simon Marchi <simon.marchi@efficios.com>
1121
1122 * gdb.base/index-cache-load-twice.c: New.
1123 * gdb.base/index-cache-load-twice.exp: New.
1124
43327b20
KS
11252020-06-17 Keith Seitz <keiths@redhat.com>
1126
99cf27cf 1127 * gdb.debuginfod/fetch_src_and_symbols.exp: Pass INTERNAL_GDBFLAGS
43327b20
KS
1128 when executing "gdb --configuration".
1129
081e778c
TV
11302020-06-17 Tom de Vries <tdevries@suse.de>
1131
1132 * lib/gdb.exp (gdb_tcl_unknown): New proc.
1133 (gdb_init): Use gdb_tcl_unknown for ::unknown override. Make override
1134 conditional on presence of gdb_tcl_unknown.
1135 (gdb_finish): Make override undo conditional on presence of
1136 gdb_tcl_unknown.
1137
d2d1ea20
TT
11382020-06-16 Tom Tromey <tom@tromey.com>
1139
1140 * gdb.python/tui-window.py (failwin): New function. Register it
1141 as a TUI window type.
1142 * gdb.python/tui-window.exp: Create new "fail" layout. Test it.
1143
c802e8a7
GB
11442020-06-16 Gary Benson <gbenson@redhat.com>
1145
1146 * gdb.python/py-nested-maps.c (create_map): Add missing return
1147 value.
1148 (create_map_map): Likewise.
1149
ff08abb8
TBA
11502020-06-15 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1151
1152 * gdb.base/jit-elf-so.exp: Refer to the global main_loader_basename
1153 variable.
1154 * gdb.base/jit-reader-simple.exp: Fix typo ("Built" -> "Build"),
1155 and use the already-defined 'options' variable.
1156
a29d5112
AB
11572020-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
1158 Tom de Vries <tdevries@suse.de>
1159
1160 * lib/gdb.exp (gdb_known_globals, gdb_persistent_globals): New global.
1161 (gdb_persistent_global, gdb_persistent_global_no_decl): New proc.
1162 (gdb_setup_known_globals): New proc.
1163 (gdb_cleanup_globals): New proc.
1164 * lib/gdb.exp (load_lib): New override proc.
1165 (gdb_stdin_log_init): Set var in_file as persistent global.
1166 * lib/pascal.exp (gdb_stdin_log_init): Set vars
1167 pascal_compiler_is_gpc, pascal_compiler_is_fpc, gpc_compiler and
1168 fpc_compiler as persistent global.
1169
8c74a764
TV
11702020-06-12 Tom de Vries <tdevries@suse.de>
1171
1172 * lib/tuiterm.exp (spawn): Rename to ...
1173 (tui_spawn): ... this.
1174 (toplevel): Move rename of spawn ...
1175 (gdb_init_tuiterm): ... here. New proc.
1176 (gdb_finish_tuiterm): New proc.
1177 * lib/gdb.exp (gdb_finish_hooks): New global var.
1178 (gdb_finish): Handle gdb_finish_hooks.
1179 (tuiterm_env): New proc.
1180 * gdb.python/tui-window.exp: Replace load_lib tuiterm.exp with
1181 tuiterm_env.
1182 * gdb.tui/basic.exp: Same.
1183 * gdb.tui/corefile-run.exp: Same.
1184 * gdb.tui/empty.exp: Same.
1185 * gdb.tui/list-before.exp: Same.
1186 * gdb.tui/list.exp: Same.
1187 * gdb.tui/main.exp: Same.
1188 * gdb.tui/new-layout.exp: Same.
1189 * gdb.tui/regs.exp: Same.
1190 * gdb.tui/resize.exp: Same.
1191 * gdb.tui/tui-layout-asm-short-prog.exp: Same.
1192 * gdb.tui/tui-layout-asm.exp: Same.
1193 * gdb.tui/tui-missing-src.exp: Same.
1194 * gdb.tui/winheight.exp: Same.
1195
26783bce
TV
11962020-06-12 Tom de Vries <tdevries@suse.de>
1197
1198 PR testsuite/26110
1199 * lib/gdb.exp (gdb_init): Revert dejagnu's override of ::unknown.
1200 (gdb_finish): Reinstall dejagnu's override of ::unknown.
1201
2b4e6a3f
TT
12022020-06-11 Tom Tromey <tom@tromey.com>
1203
1204 PR gdb/18318:
1205 * gdb.base/printcmds.exp (test_float_accepted): Add more hex
1206 floating point tests.
1207
2f33032a
KS
12082020-06-11 Keith Seitz <keiths@redhat.com>
1209
1210 PR gdb/21356
1211 * gdb.base/vla-datatypes.c (vla_factory): Add typedef for struct
1212 vla_struct.
1213 Add new struct vla_typedef and union vla_typedef_union and
1214 corresponding instantiation objects.
1215 Initialize new objects.
1216 * gdb.base/vla-datatypes.exp: Add tests for vla_typedef_struct_object
1217 and vla_typedef_union_object.
1218 Fixup type for vla_struct_object.
1219
a8baf0a3
TV
12202020-06-11 Tom de Vries <tdevries@suse.de>
1221
1222 * lib/gdb.exp (with_override): New proc, factored out of ...
1223 * gdb.base/dbx.exp: ... here. Use with_override and save_vars.
1224
7ab96794
TV
12252020-06-10 Tom de Vries <tdevries@suse.de>
1226
1227 * gdb.ada/ptype_union.exp: Remove PR24713 workaround.
1228
cab5c3b7
SM
12292020-06-09 Simon Marchi <simon.marchi@polymtl.ca>
1230
1231 * gdb.base/index-cache.exp (test_cache_disabled): Add test_prefix
1232 parameter, update callers.
1233
f8c41851
SM
12342020-06-04 Simon Marchi <simon.marchi@efficios.com>
1235
1236 * gdb.dwarf2/share-psymtabs-bt.exp: New file.
1237 * gdb.dwarf2/share-psymtabs-bt.c: New file.
1238 * gdb.dwarf2/share-psymtabs-bt-2.c: New file.
1239
1c07a73f
TV
12402020-06-04 Tom de Vries <tdevries@suse.de>
1241
1242 * lib/gdb.exp (gdb_file_cmd): Avoid path names in error messages.
1243
95146b5d
TV
12442020-06-04 Tom de Vries <tdevries@suse.de>
1245
1246 * lib/gdb.exp (gdb_file_cmd): Replace incomplete gdb_expect by
1247 exp_continue.
1248
0cfcd4f0
TV
12492020-06-04 Tom de Vries <tdevries@suse.de>
1250
1251 * lib/gdb.exp (gdb_file_cmd): Use perror instead of fail.
1252
f9b5d5ea
TV
12532020-06-03 Tom de Vries <tdevries@suse.de>
1254
1255 PR symtab/26046
1256 * gdb.cp/breakpoint-locs-2.cc: New test.
1257 * gdb.cp/breakpoint-locs.cc: New test.
1258 * gdb.cp/breakpoint-locs.exp: New file.
1259 * gdb.cp/breakpoint-locs.h: New test.
1260
5144dfba
TV
12612020-06-03 Tom de Vries <tdevries@suse.de>
1262
1263 PR testsuite/25609
1264 * gdb.base/jit-elf-so.exp: Don't modify testing behaviour based on
1265 value of global verbose.
1266 * gdb.base/jit-elf.exp: Same.
1267 * gdb.base/jit-reader.exp: Same.
1268
621eacdf
TV
12692020-06-02 Tom de Vries <tdevries@suse.de>
1270
1271 * gdb.dwarf2/multidictionary.exp: Don't use
1272 gdb_spawn_with_cmdline_opts.
1273
1313c56e
AB
12742020-06-01 Andrew Burgess <andrew.burgess@embecosm.com>
1275
1276 * gdb.cp/step-and-next-inline.exp (do_test): Skip all tests in the
1277 use_header case.
1278 * gdb.dwarf2/dw2-inline-header-1.exp: New file.
1279 * gdb.dwarf2/dw2-inline-header-2.exp: New file.
1280 * gdb.dwarf2/dw2-inline-header-3.exp: New file.
1281 * gdb.dwarf2/dw2-inline-header-lbls.c: New file.
1282 * gdb.dwarf2/dw2-inline-header.c: New file.
1283 * gdb.dwarf2/dw2-inline-header.h: New file.
1284
f68f85b5
PA
12852020-05-30 Pedro Alves <palves@redhat.com>
1286
1287 * gdb.linespec/cp-replace-typedefs-ns-template.cc: New.
1288 * gdb.linespec/cp-replace-typedefs-ns-template.exp: New.
1289
678048e8
GB
12902020-05-29 Gary Benson <gbenson@redhat.com>
1291
1292 * gdb.compile/compile-cplus.exp (additional_flags): Also
1293 set when building with clang.
1294 (additional_flags, srcfilesoptions): Pass -Wno-deprecated
1295 when building with clang.
1296
9fcafd23
GB
12972020-05-29 Gary Benson <gbenson@redhat.com>
1298
1299 * gdb.arch/i386-avx.exp (additional_flags): Also set when
1300 building with clang.
1301 * gdb.arch/i386-sse.exp (additional_flags): Likewise.
1302
735d5a07
GB
13032020-05-29 Gary Benson <gbenson@redhat.com>
1304
1305 * gdb.cp/koenig.exp (prepare_for_testing): Add
1306 additional_flags=-Wno-unused-comparison.
1307 * gdb.cp/operator.exp (prepare_for_testing): Likewise.
1308
4ad2c6a0
GB
13092020-05-28 Gary Benson <gbenson@redhat.com>
1310
1311 * gdb.base/sigaltstack.c (catcher): Add default case to switch
1312 statement.
1313
09fe663e
GB
13142020-05-28 Gary Benson <gbenson@redhat.com>
1315
1316 * gdb.cp/classes.exp (prepare_for_testing): Add
1317 additional_flags=-Wno-deprecated-register.
1318 * gdb.cp/inherit.exp (prepare_for_testing): Likewise.
1319 * gdb.cp/misc.exp: Likewise.
1320
cee00f17
GB
13212020-05-28 Gary Benson <gbenson@redhat.com>
1322
1323 * gdb.linespec/cpls-ops.cc (dummy): New static global.
1324 (test_op_new::operator new): Add return statement.
1325 (test_op_new_array::operator new[]): Likewise.
1326
636edd00
PA
13272020-05-27 Pedro Alves <palves@redhat.com>
1328
1329 * gdb.linespec/cp-completion-aliases.exp: Remove readline_is_used
1330 check. Use test_gdb_complete_unique instead of
1331 test_gdb_complete_tab_unique + test_gdb_complete_cmd_unique. Use
1332 test_gdb_complete_multiple instead of
1333 test_gdb_complete_tab_multiple + test_gdb_complete_cmd_multiple.
1334
c2b75043
LM
13352020-05-27 Luis Machado <luis.machado@linaro.org>
1336
1337 * gdb.arch/aarch64-sighandler-regs.exp: Fix duplicated test names.
1338 * gdb.arch/aarch64-tagged-pointer.exp: Likewise.
1339 * gdb.arch/arm-disassembler-options.exp: Likewise.
1340 * gdb.arch/arm-disp-step.exp: Likewise.
1341 * gdb.arch/thumb-prologue.exp: Likewise.
1342 * gdb.base/async.exp: Likewise.
1343 * gdb.base/auxv.exp: Likewise.
1344 * gdb.base/complex-parts.exp: Likewise.
1345 * gdb.base/ena-dis-br.exp: Likewise.
1346 * gdb.base/foll-exec.exp: Likewise.
1347 * gdb.base/permissions.exp: Likewise.
1348 * gdb.base/relocate.exp: Likewise.
1349 * gdb.base/return2.exp: Likewise.
1350 * gdb.base/sigbpt.exp: Likewise.
1351 * gdb.base/siginfo-obj.exp: Likewise.
1352 * gdb.cp/converts.exp: Likewise.
1353 * gdb.cp/exceptprint.exp: Likewise.
1354 * gdb.cp/inherit.exp: Likewise.
1355 * gdb.cp/nsnoimports.exp: Likewise.
1356 * gdb.cp/virtbase2.exp: Likewise.
1357 * gdb.mi/mi-var-cmd.exp: Likewise.
1358 * gdb.mi/var-cmd.c: Likewise.
1359
53a47a3e
TT
13602020-05-26 Tom Tromey <tromey@adacore.com>
1361
1362 * gdb.ada/arr_acc_idx_w_gap.exp: Add tests.
1363
0bc2354b
TT
13642020-05-26 Tom Tromey <tromey@adacore.com>
1365
1366 * gdb.ada/arr_acc_idx_w_gap.exp: Add enum subrange tests.
1367 * gdb.ada/arr_acc_idx_w_gap/enum_with_gap.ads (Enum_Subrange): New
1368 type.
1369 * gdb.ada/arr_acc_idx_w_gap/enum_with_gap_main.adb (V): New
1370 variable.
1371
0db49895
CBG
13722020-05-26 Christian Biesinger <cbiesinger@google.com>
1373
1374 * Makefile.in: Use = instead of == for the test command
1375 for portability.
1376
40d22035
TV
13772020-05-26 Tom de Vries <tdevries@suse.de>
1378
1379 * gdb.base/gold-gdb-index-2.c: New test.
1380 * gdb.base/gold-gdb-index.c: New test.
1381 * gdb.base/gold-gdb-index.exp: New file.
1382 * gdb.base/gold-gdb-index.h: New test.
1383
043e2e02
TV
13842020-05-25 Tom de Vries <tdevries@suse.de>
1385
1386 * boards/gold-gdb-index.exp: New file.
1387
462f72c5
SM
13882020-05-25 Simon Marchi <simon.marchi@efficios.com>
1389
1390 * boards/simavr.exp: New file.
1391
6cf66e76
SM
13922020-05-25 Simon Marchi <simon.marchi@efficios.com>
1393
1394 * lib/gdb.exp (gdb_run_cmd): Return success or failure.
1395 * gdb.base/inferior-args.exp: New file.
1396 * gdb.base/inferior-args.c: New file.
1397
75d04512
SM
13982020-05-25 Simon Marchi <simon.marchi@efficios.com>
1399
1400 * lib/gdb.exp (gdb_run_cmd): Change argument from args to
1401 inferior_args. Pass it to gdb_reload.
1402 (gdb_start_cmd, gdb_starti_cmd): Change argument from args to
1403 inferior_args.
1404 (gdb_reload): Add inferior_args argument.
1405 * config/gdbserver.exp (gdb_reload): Add inferior_args argument,
1406 pass it to gdbserver_run.
1407 * boards/native-gdbserver.exp: Do not set noargs.
1408 * boards/native-extended-gdbserver.exp (gdb_reload): Add
1409 inferior_args argument.
1410 * boards/stdio-gdbserver-base.exp (gdb_reload): Likewise.
1411 * gdb.base/a2-run.exp: Check for use_gdb_stub.
1412 * gdb.base/args.exp: Likewise.
1413
42cf1844
TV
14142020-05-25 Tom de Vries <tdevries@suse.de>
1415
1416 * lib/gdb.exp (exec_is_pie): Add comment.
1417
8f7d38ef
TV
14182020-05-25 Tom de Vries <tdevries@suse.de>
1419
1420 * lib/jit-elf-helpers.exp (compile_and_download_n_jit_so): Use $f
1421 instead of $binfile in the untested message.
1422
465e1b0f
TV
14232020-05-25 Tom de Vries <tdevries@suse.de>
1424
1425 PR testsuite/26031
1426 * lib/gdb.exp (exec_is_pie): Test readelf -h output.
1427
3c5a0e02
TV
14282020-05-25 Tom de Vries <tdevries@suse.de>
1429
1430 * boards/gold.exp: New file.
1431
0a4f5f8c
TT
14322020-05-23 Tom Tromey <tom@tromey.com>
1433
1434 * gdb.base/style.exp: Remove completion styling test.
1435 * lib/gdb-utils.exp (style): Remove completion styles.
1436
eca1f90c
TT
14372020-05-23 Tom Tromey <tom@tromey.com>
1438
1439 * gdb.base/style.exp: Add completion styling test.
1440 * lib/gdb-utils.exp (style): Add completion styles.
1441
7c13f4e8
AB
14422020-05-22 Andrew Burgess <andrew.burgess@embecosm.com>
1443
1444 * gdb.base/annota1.exp: Update expected results.
1445 * gdb.cp/annota2.exp: Update expected results, remove duplicate
1446 test name.
1447 * gdb.cp/annota3.exp: Update expected results.
1448
41977d16
SM
14492020-05-20 Simon Marchi <simon.marchi@efficios.com>
1450
1451 PR gdb/26016
1452 * gdb.base/coredump-filter.c (do_mmap): Check mmap ret val
1453 against MAP_FAILED.
1454 * gdb.base/coremaker.c (mmapdata): Likewise.
1455 * gdb.base/jit-reader-host.c (main): Likewise.
1456 * gdb.base/sym-file-loader.c (load): Likewise.
1457 (load_shlib): Likewise.
1458
b4757f2e
TT
14592020-05-20 Tom Tromey <tromey@adacore.com>
1460
1461 * gdb.ada/array_char_idx.exp: Recognize initialized array.
1462
9a0bacfb
TV
14632020-05-20 Tom de Vries <tdevries@suse.de>
1464
1465 PR symtab/25833
1466 * gdb.base/with-mf-inc.c: New test.
1467 * gdb.base/with-mf-main.c: New test.
1468 * gdb.base/with-mf.exp: New file.
1469
76571211
TT
14702020-05-19 Tom Tromey <tromey@adacore.com>
1471
1472 * gdb.rust/simple.exp: Restore missing test result.
1473
4cd9f3d5
TV
14742020-05-19 Tom de Vries <tdevries@suse.de>
1475
1476 * gdb.base/gdb-caching-proc.exp: Fix typo.
1477
7d874253
TT
14782020-05-19 Tom Tromey <tromey@adacore.com>
1479
1480 * gdb.rust/simple.exp: Add some test descriptions.
1481 (test_one_slice): Use with_test_prefix.
1482
1d727695
TV
14832020-05-18 Tom de Vries <tdevries@suse.de>
1484
1485 * gdb.base/gdb-caching-proc.exp: Use with_test_prefix.
1486
7f32a4d5
PA
14872020-05-17 Pedro Alves <palves@redhat.com>
1488
1489 PR gdb/25741
1490 * gdb.base/hw-sw-break-same-address.exp: New file.
1491
7cfd74cf
PA
14922020-05-16 Pedro Alves <palves@redhat.com>
1493
1494 * gdb.multi/multi-re-run.exp (test_re_run): Switch
1495 LAST_LOADED_FILE accordingly.
1496
57b4f16e
PW
14972020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1498
1499 * gdb.base/alias.exp: Verify 'help aliases' shows user defined aliases.
1500
7c05caf7
PW
15012020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1502
1503 * gdb.base/help.exp: Test apropos and help for commands
1504 having aliases. Fixed comments not starting with an
1505 upper-case letter or not finishing with a dot.
1506
7aa1b46f
PW
15072020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1508
3b3aaacb
PW
1509 * gdb.base/alias.exp: Update help output check.
1510
57b4f16e 15112020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3b3aaacb 1512
7aa1b46f
PW
1513 * gdb.base/default.exp: Update output following fixes.
1514
0605465f
PW
15152020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1516
1517 * gdb.base/alias.exp: Test aliases starting with a prefix of
1518 another alias.
1519
86e4e63d
GB
15202020-05-15 Gary Benson <gbenson@redhat.com>
1521
1522 * gdb.base/info-os.c (main): Add return statement.
1523 * gdb.base/info_minsym.c (minsym_fun): Likewise.
1524 * gdb.base/large-frame-2.c (func): Likewise.
1525 * gdb.base/pr10179-a.c (foo1, bar1): Likewise.
1526 * gdb.base/pr10179-b.c (foo2): Likewise.
1527 * gdb.base/valgrind-disp-step.c (foo): Likewise.
1528 * gdb.base/watch-cond.c (func): Likewise.
1529 * gdb.multi/goodbye.c (verylongfun): Likewise.
1530 * gdb.multi/hello.c (commonfun): Likewise.
1531 * gdb.python/py-finish-breakpoint.c (call_longjmp): Likewise.
1532 * gdb.threads/fork-plus-threads.c (thread_func): Likewise.
1533 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
1534 Likewise.
1535 * gdb.threads/hand-call-new-thread.c (foo): Likewise.
1536 * gdb.threads/interrupt-while-step-over.c (child_function):
1537 Likewise.
1538 * gdb.trace/actions-changed.c (end): Likewise.
1539
163df4df
GB
15402020-05-15 Gary Benson <gbenson@redhat.com>
1541
1542 * gdb.opencl/callfuncs.exp: Report when test skipped.
1543 * gdb.opencl/convs_casts.exp: Likewise.
1544 * gdb.opencl/datatypes.exp: Likewise.
1545 * gdb.opencl/operators.exp: Likewise.
1546 * gdb.opencl/vec_comps.exp: Likewise.
1547
6dbc505a
TV
15482020-05-15 Tom de Vries <tdevries@suse.de>
1549
1550 * gdb.base/align.exp.in: Rename to ...
1551 * gdb.base/align.exp.tcl: ... this.
1552 * gdb.base/align-c++.exp: Update.
1553 * gdb.base/align-c.exp: Update.
1554 * gdb.base/all-architectures.exp.in: Rename to ...
1555 * gdb.base/all-architectures.exp: ... this.
1556 * gdb.base/all-architectures-0.exp: Update.
1557 * gdb.base/all-architectures-1.exp: Update.
1558 * gdb.base/all-architectures-2.exp: Update.
1559 * gdb.base/all-architectures-3.exp: Update.
1560 * gdb.base/all-architectures-4.exp: Update.
1561 * gdb.base/all-architectures-5.exp: Update.
1562 * gdb.base/all-architectures-6.exp: Update.
1563 * gdb.base/all-architectures-7.exp: Update.
1564 * gdb.base/infcall-nested-structs.exp.in: Rename to ...
1565 * gdb.base/infcall-nested-structs.exp.tcl: ... this.
1566 * gdb.base/infcall-nested-structs-c++.exp: Update.
1567 * gdb.base/infcall-nested-structs-c.exp: Update.
1568 * gdb.base/info-types.exp.in: Rename to ...
1569 * gdb.base/info-types.exp.tcl: ... this.
1570 * gdb.base/info-types-c++.exp: Update.
1571 * gdb.base/info-types-c.exp: Update.
1572 * gdb.base/max-depth.exp.in: Rename to ...
1573 * gdb.base/max-depth.exp.tcl: ... this.
1574 * gdb.base/max-depth-c++.exp: Update.
1575 * gdb.base/max-depth-c.exp: Update.
1576 * gdb.cp/cpexprs.exp.in: Rename to ...
1577 * gdb.cp/cpexprs.exp.tcl: ... this.
1578 * gdb.cp/cpexprs-debug-types.exp: Update.
1579 * gdb.cp/cpexprs.exp: Update.
1580 * gdb.cp/infcall-nodebug.exp.in: Rename to ...
1581 * gdb.cp/infcall-nodebug.exp.tcl: ... this.
1582 * gdb.cp/infcall-nodebug-c++-d0.exp: Update.
1583 * gdb.cp/infcall-nodebug-c++-d1.exp: Update.
1584 * gdb.cp/infcall-nodebug-c-d0.exp: Update.
1585 * gdb.cp/infcall-nodebug-c-d1.exp: Update.
1586 * gdb.dwarf2/clang-debug-names.exp.in: Rename to ...
1587 * gdb.dwarf2/clang-debug-names.exp.tcl: ... this.
1588 * gdb.dwarf2/clang-debug-names-2.exp: Update.
1589 * gdb.dwarf2/clang-debug-names.exp: Update.
1590
d1034d78
AB
15912020-05-15 Andrew Burgess <andrew.burgess@embecosm.com>
1592
1593 * lib/check-test-names.exp: Remove code that prevents this file
1594 loading when tests are run in parallel.
1595
3c5c3649
PA
15962020-05-15 Pedro Alves <palves@redhat.com>
1597
1598 * gdb.multi/multi-kill.exp (start_inferior): Remove
1599 'testpid' parameter. Refer to namespace variable directly.
1600 (testpid): Declare as namespace variable.
1601
272c36b8
PA
16022020-05-15 Pedro Alves <palves@redhat.com>
1603
1604 * gdb.multi/multi-kill.exp: Wrap in namespace.
1605 (start_inferior): Add TESTPID parameter. Use it instead of the
1606 testpid global.
1607 (top level): Define empty TESTPID array, and pass it down to
1608 start_inferior.
1609
02eba61a
TV
16102020-05-14 Tom de Vries <tdevries@suse.de>
1611
1612 * gdb.fortran/nested-funcs-2.exp: Use gdb_test_stdio to test inferior
1613 output.
1614
971a3747
TV
16152020-05-14 Tom de Vries <tdevries@suse.de>
1616
1617 * gdb.base/align.exp: Split into ...
1618 * gdb.base/align.exp.in: ...
1619 * gdb.base/align-c++.exp: ...
1620 * gdb.base/align-c.exp: ... these.
1621 * gdb.base/infcall-nested-structs.exp: Split into ...
1622 * gdb.base/infcall-nested-structs.exp.in: ...
1623 * gdb.base/infcall-nested-structs-c++.exp: ...
1624 * gdb.base/infcall-nested-structs-c.exp: ... these.
1625 * gdb.base/info-types.exp: Split into ...
1626 * gdb.base/info-types.exp.in: ...
1627 * gdb.base/info-types-c++.exp: ...
1628 * gdb.base/info-types-c.exp: ... these.
1629 * gdb.base/max-depth.exp: Split into ...
1630 * gdb.base/max-depth.exp.in: ...
1631 * gdb.base/max-depth-c++.exp: ...
1632 * gdb.base/max-depth-c.exp: ... these.
1633 * gdb.cp/infcall-nodebug.exp: Split into ...
1634 * gdb.cp/infcall-nodebug.exp.in: ...
1635 * gdb.cp/infcall-nodebug-c++-d0.exp: ...
1636 * gdb.cp/infcall-nodebug-c++-d1.exp: ...
1637 * gdb.cp/infcall-nodebug-c-d0.exp: ...
1638 * gdb.cp/infcall-nodebug-c-d1.exp: ... these.
1639
a05575d3
TBA
16402020-05-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1641 Pedro Alves <palves@redhat.com>
1642
1643 * gdb.multi/multi-exit.c: New file.
1644 * gdb.multi/multi-exit.exp: New file.
1645 * gdb.multi/multi-kill.c: New file.
1646 * gdb.multi/multi-kill.exp: New file.
1647
6ad82919
TBA
16482020-05-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1649
1650 * gdb.base/annota1.exp: Update the expected output.
1651 * gdb.cp/annota2.exp: Ditto.
1652
843f4d93
AB
16532020-05-12 Andrew Burgess <andrew.burgess@embecosm.com>
1654
1655 * lib/check-test-names.exp: Disable when testing is being run in
1656 parallel.
1657
c7c66341
TV
16582020-05-12 Tom de Vries <tdevries@suse.de>
1659
1660 * gdb.base/jit-elf.exp: Fix string concat.
1661
1b59ca1c
TV
16622020-05-12 Tom de Vries <tdevries@suse.de>
1663
1664 * lib/jit-elf-helpers.exp: Don't use undefined variables in untested
1665 messages.
1666
b4991d29
TV
16672020-05-12 Tom de Vries <tdevries@suse.de>
1668
1669 * gdb.multi/multi-term-settings.exp: Use with_test_prefix.
1670
dbb0ab10
TV
16712020-05-12 Tom de Vries <tdevries@suse.de>
1672
1673 * gdb.ada/catch_ex.exp: Use with_test_prefix.
1674 * gdb.ada/mi_catch_ex.exp: Same.
1675 * gdb.ada/mi_catch_ex_hand.exp: Same.
1676
7549fed8
TV
16772020-05-12 Tom de Vries <tdevries@suse.de>
1678
1679 * gdb.fortran/complex.exp: Use with_test_prefix.
1680
af2d5cd8
TV
16812020-05-12 Tom de Vries <tdevries@suse.de>
1682
1683 * gdb.trace/passcount.exp: Fix test-names.
1684
7c121311
TV
16852020-05-12 Tom de Vries <tdevries@suse.de>
1686
1687 * gdb.pascal/gdb11492.exp: Use with_test_prefix.
1688
c9f3b40e
TV
16892020-05-12 Tom de Vries <tdevries@suse.de>
1690
1691 * gdb.gdb/complaints.exp: Use with_test_prefix.
1692 * gdb.xml/tdesc-regs.exp: Same.
1693 * gdb.opt/inline-locals.exp: Fix test name.
1694
111b33f0
TV
16952020-05-12 Tom de Vries <tdevries@suse.de>
1696
1697 * gdb.dwarf2/comp-unit-lang.exp: Use with_test_prefix.
1698 * gdb.dwarf2/dw2-bad-parameter-type.exp: Same.
1699 * gdb.dwarf2/implref-struct.exp: Same.
1700 * gdb.dwarf2/varval.exp: Ensure get_sizeof is called once per type.
1701 * gdb.dwarf2/data-loc.exp: Same. Remove duplicate test.
1702
ebf47080
SM
17032020-05-11 Simon Marchi <simon.marchi@polymtl.ca>
1704
1705 * gdb.base/jit-so.exp (one_jit_test): Change test name.
1706
d30dcd12
AB
17072020-05-11 Andrew Burgess <andrew.burgess@embecosm.com>
1708
1709 * lib/check-test-names.exp (all_test_names): New module variable.
1710 (counts): Add 'duplicates' field.
1711 (_check_duplicates): New procedure.
1712 (check): Also check for duplicates.
1713 (do_log_summary): Print duplicates count.
1714 (do_reset_vars): Reset counter for duplicate test names, and
1715 discard all know test names.
1716
34584c09
AB
17172020-05-11 Andrew Burgess <andrew.burgess@embecosm.com>
1718
1719 * lib/gdb.exp: Include check-test-names.exp library.
1720 * lib/check-test-names.exp: New file.
1721
e0002117
TV
17222020-05-11 Tom de Vries <tdevries@suse.de>
1723
1724 * gdb.ada/packed_tagged.exp: Change kfail into xfail.
1725
53f539a3
KS
17262020-05-11 Keith Seitz <keiths@redhat.com>
1727
1728 * gdb.ada/attr_ref_and_charlit.exp: Fix typo.
1729
113ee09a
TV
17302020-05-11 Tom de Vries <tdevries@suse.de>
1731
1732 * gdb.cp/cpexprs.exp: Move everything except flags setting ...
1733 * gdb.cp/cpexprs.exp.in: .. here.
1734 * gdb.cp/cpexprs-debug-types.exp: Include cpexprs.exp.in instead of
1735 cpexprs.exp.
1736
ba3e70b0
KS
17372020-05-11 Keith Seitz <keiths@redhat.com>
1738
1739 * gdb.ada/arrayparam.exp: Resolve duplicate and tail parentheses
1740 test names.
1741 * gdb.ada/arrayptr.exp: Likewise.
1742 * gdb.ada/assign_arr.exp: Likewise.
1743 * gdb.ada/attr_ref_and_charlit.exp: Likewise.
1744 * gdb.ada/bp_on_var.exp: Likewise.
1745 * gdb.ada/call_pn.exp: Likewise.
1746 * gdb.ada/complete.exp: Likewise.
1747 * gdb.ada/fun_overload_menu.exp: Likewise.
1748 * gdb.ada/funcall_param.exp: Likewise.
1749 * gdb.ada/funcall_ref.exp: Likewise.
1750 * gdb.ada/packed_array_assign.exp: Likewise.
1751 * gdb.ada/same_component_name.exp: Likewise.
1752 * gdb.ada/type_coercion.exp: Likewise.
1753 * gdb.ada/unc_arr_ptr_in_var_rec.exp: Likewise.
1754 * gdb.ada/variant_record_packed_array.exp: Likewise.
1755
3ee6bb11
TV
17562020-05-11 Tom de Vries <tdevries@suse.de>
1757
1758 PR symtab/25941
1759 * gdb.dwarf2/clang-debug-names.exp.in: New include exp file, factored
1760 out of ...
1761 * gdb.dwarf2/clang-debug-names.exp: ... here.
1762 * gdb.dwarf2/clang-debug-names-2.exp: New file. Include
1763 clang-debug-names.exp.in.
1764 * gdb.dwarf2/clang-debug-names-2-foo.c: New test.
1765 * gdb.dwarf2/clang-debug-names-2.c: New test.
1766
86cd6bc8
AKS
17672020-05-10 Alok Kumar Sharma <alokkumar.sharma@amd.com>
1768
1769 * lib/fortran.exp (fortran_main): New Proc, handle flang MAIN_,
1770 (fortran_runto_main): New Proc, fortran version of runto_main.
1771 * gdb.fortran/array-bounds-high.exp: Handle flang MAIN_
1772 * gdb.fortran/array-bounds.exp: Likewise.
1773 * gdb.fortran/array-slices.exp: Likewise.
1774 * gdb.fortran/block-data.exp: Likewise.
1775 * gdb.fortran/charset.exp: Likewise.
1776 * gdb.fortran/common-block.exp: Likewise.
1777 * gdb.fortran/complex.exp: Likewise.
1778 * gdb.fortran/derived-type-function.exp: Likewise.
1779 * gdb.fortran/derived-type.exp: Likewise.
1780 * gdb.fortran/info-modules.exp: Likewise.
1781 * gdb.fortran/info-types.exp: Likewise.
1782 * gdb.fortran/intrinsics.exp: Likewise.
1783 * gdb.fortran/library-module.exp: Likewise.
1784 * gdb.fortran/logical.exp: Likewise.
1785 * gdb.fortran/max-depth.exp: Likewise.
1786 * gdb.fortran/module.exp: Likewise.
1787 * gdb.fortran/multi-dim.exp: Likewise.
1788 * gdb.fortran/nested-funcs.exp: Likewise.
1789 * gdb.fortran/print-formatted.exp: Likewise.
1790 * gdb.fortran/print_type.exp: Likewise.
1791 * gdb.fortran/printing-types.exp: Likewise.
1792 * gdb.fortran/ptr-indentation.exp: Likewise.
1793 * gdb.fortran/ptype-on-functions.exp: Likewise.
1794 * gdb.fortran/subarray.exp: Likewise.
1795 * gdb.fortran/vla-alloc-assoc.exp: Likewise.
1796 * gdb.fortran/vla-datatypes.exp: Likewise.
1797 * gdb.fortran/vla-history.exp: Likewise.
1798 * gdb.fortran/vla-ptr-info.exp: Likewise.
1799 * gdb.fortran/vla-ptype-sub.exp: Likewise.
1800 * gdb.fortran/vla-ptype.exp: Likewise.
1801 * gdb.fortran/vla-sizeof.exp: Likewise.
1802 * gdb.fortran/vla-type.exp: Likewise.
1803 * gdb.fortran/vla-value-sub-arbitrary.exp: Likewise.
1804 * gdb.fortran/vla-value-sub-finish.exp: Likewise.
1805 * gdb.fortran/vla-value-sub.exp: Likewise.
1806 * gdb.fortran/vla-value.exp: Likewise.
1807 * gdb.fortran/whatis_type.exp: Likewise.
1808 * gdb.mi/mi-var-child-f.exp: Likewise.
1809
6dc55ce9 18102020-05-09 Tom de Vries <tdevries@suse.de>
1811
1812 * gdb.dwarf2/clang-debug-names.exp: Remove PR25952 kfail.
1813
283cb58c
TV
18142020-05-08 Tom de Vries <tdevries@suse.de>
1815
1816 * gdb.dwarf2/clang-debug-names.c: New test.
1817 * gdb.dwarf2/clang-debug-names.exp: New file.
1818
ac4a4f1c
SM
18192020-05-06 Simon Marchi <simon.marchi@efficios.com>
1820
1821 * gdb.arch/amd64-prologue-skip-cf-protection.exp: New file.
1822 * gdb.arch/amd64-prologue-skip-cf-protection.c: New file.
1823
24fe640b
TV
18242020-05-06 Tom de Vries <tdevries@suse.de>
1825
1826 * gdb.reverse/consecutive-precsave.exp: Handle if instruction after
1827 breakpoint is at a "recommended breakpoint location".
1828 * gdb.reverse/consecutive-reverse.exp: Same.
1829
0d8683a3
TV
18302020-05-06 Tom de Vries <tdevries@suse.de>
1831
1832 * gdb.base/watchpoint-reuse-slot.exp (stepi): Print $pc to get current
1833 address.
1834
b8983c46
TV
18352020-05-06 Tom de Vries <tdevries@suse.de>
1836
1837 * gdb.base/watchpoint-reuse-slot.exp: Fix incorrect assignment.
1838
abf6d805
TV
18392020-05-06 Tom de Vries <tdevries@suse.de>
1840
1841 * gdb.base/store.exp (check_set, up_set): Allowing missing location
1842 info for r.
1843
0fc2a808
TV
18442020-05-06 Tom de Vries <tdevries@suse.de>
1845
1846 * gdb.base/shlib-call.exp: Add extra step to reach shmain.c:42, if
1847 necessary.
1848
873dd427
TV
18492020-05-06 Tom de Vries <tdevries@suse.de>
1850
1851 * lib/unbuffer_output.c (gdb_unbuffer_output): Change return type to
1852 void.
1853
7c99e7e2
TV
18542020-05-06 Tom de Vries <tdevries@suse.de>
1855
1856 * lib/gdb.exp (is_stmt_addresses, hex_in_list): New proc, factored out
1857 of ...
1858 * gdb.base/async.exp: ... here.
1859 * gdb.base/consecutive.exp: Handle if 2nd breakpoint is at a
1860 "recommended breakpoint location".
1861
6173d6a6
TV
18622020-05-06 Tom de Vries <tdevries@suse.de>
1863
1864 * gdb.compile/compile-ifunc.exp: Use -Wno-attribute-alias.
1865
6015a067
TV
18662020-05-04 Tom de Vries <tdevries@suse.de>
1867
1868 * gdb.base/async.exp: Check whether instruction addresses are a
1869 "recommended breakpoint location".
1870
3b6acaee
TT
18712020-05-03 Tom Tromey <tom@tromey.com>
1872
1873 * gdb.base/sepdebug.exp: Remove "catch" test.
1874 * gdb.base/break.exp: Remove "catch" test.
1875 * gdb.base/default.exp: Update expected output.
1876
5beb4d17
TV
18772020-05-02 Tom de Vries <tdevries@suse.de>
1878
1879 * lib/gdb.exp (supports_mpx_check_pointer_bounds): New proc.
1880 * gdb.arch/i386-mpx-call.exp: Use supports_mpx_check_pointer_bounds.
1881 * gdb.arch/i386-mpx-map.exp: Same.
1882 * gdb.arch/i386-mpx-sigsegv.exp: Same.
1883 * gdb.arch/i386-mpx-simple_segv.exp: Same.
1884 * gdb.arch/i386-mpx.exp: Same.
1885
8caf140d
TV
18862020-05-02 Tom de Vries <tdevries@suse.de>
1887
1888 * gdb.base/psym-external-decl.c (main): Add use of variable aaa.
1889
693196cb
TV
18902020-05-01 Tom de Vries <tdevries@suse.de>
1891
1892 * gdb.ada/operator_bp.exp: Allow more than required amount of
1893 breakpoint.
1894
53ae0aa9
TV
18952020-05-01 Tom de Vries <tdevries@suse.de>
1896
1897 * gdb.reverse/until-reverse.c (main): Fix Wunused-result warning.
1898
ee9d1e5f
HD
18992020-04-30 Hannes Domani <ssbssa@yahoo.de>
1900
1901 PR gdb/18706
1902 * gdb.cp/stub-array-size.cc: New test.
1903 * gdb.cp/stub-array-size.exp: New file.
1904 * gdb.cp/stub-array-size.h: New test.
1905 * gdb.cp/stub-array-size2.cc: New test.
1906
d5cf82c0
HD
19072020-04-30 Hannes Domani <ssbssa@yahoo.de>
1908
1909 * gdb.python/py-format-string.exp: Adjust pretty_arrays expected
1910 output to the new format.
1911
42e165c3
SM
19122020-04-29 Simon Marchi <simon.marchi@efficios.com>
1913
1914 * gdb.base/break.exp: Use with_test_prefix.
1915
6e4e3fe1
TV
19162020-04-29 Tom de Vries <tdevries@suse.de>
1917
1918 * lib/gdb.exp (debug_types): New proc.
1919 * gdb.guile/scm-symtab.exp: Add xfail for PR gcc/90232.
1920 * gdb.python/py-symtab.exp: Same.
1921
d642b692
HD
19222020-04-29 Hannes Domani <ssbssa@yahoo.de>
1923
1924 PR gdb/17320
1925 * gdb.base/pretty-array.c: New test.
1926 * gdb.base/pretty-array.exp: New file.
1927
ea90f227
TV
19282020-04-29 Tom de Vries <tdevries@suse.de>
1929
1930 PR symtab/25889
1931 * gdb.cp/cpexprs.exp: Adapt for inclusion.
1932 * gdb.cp/cpexprs-debug-types.exp: New file. Set -fdebug-types-section
1933 and include cpexprs.exp.
1934
a65189c9
TV
19352020-04-28 Mark Williams <mark@myosotissp.com>
1936
1937 PR gdb/24480
1938 * dw4-toplevel-types.exp: Test for top level types.
1939 * dw4-toplevel-types.cc: Test for top level types.
1940
32d1f47a
TBA
19412020-04-28 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1942
1943 * gdb.threads/stop-with-handle.exp: Fix typo in comment
1944 (theads -> threads).
1945
56a4f5a1
TV
19462020-04-28 Tom de Vries <tdevries@suse.de>
1947
1948 * gdb.opt/inline-cmds.exp: Set KFAIL PR.
1949
0b2f8a3b
TV
19502020-04-28 Tom de Vries <tdevries@suse.de>
1951
1952 * gdb.base/info-macros.exp: Remove KFAIL. Add missing trailing ".*".
1953
5390c717
TV
19542020-04-28 Tom de Vries <tdevries@suse.de>
1955
1956 * gdb.ada/array_ptr_renaming.exp: Add PR number in KFAIL.
1957
15cd93d0
TV
19582020-04-28 Tom de Vries <tdevries@suse.de>
1959
1960 * gdb.dwarf2/main-foo.c: New test.
1961 * gdb.dwarf2/struct-with-sig.exp: New file.
1962
d472f0fb
TV
19632020-04-25 Tom de Vries <tdevries@suse.de>
1964
1965 * boards/debug-types.exp: New file.
1966
8d840e05
AB
19672020-04-25 Andrew Burgess <andrew.burgess@embecosm.com>
1968
1969 * gdb.btrace/multi-inferior.exp: Avoid paths in test names.
1970
bcfe6157
TT
19712020-04-24 Tom Tromey <tom@tromey.com>
1972
1973 PR symtab/12707:
1974 * gdb.python/py-symbol.exp: Update expected results for
1975 linkage_name test.
1976 * gdb.cp/print-demangle.exp: New file.
1977 * gdb.base/c-linkage-name.exp: Fix test.
1978 * gdb.guile/scm-symbol.exp: Update expected results for
1979 linkage_name test.
1980
f049a313
TT
19812020-04-24 Tom Tromey <tom@tromey.com>
1982
1983 * gdb.dwarf2/dw2-namespaceless-anonymous.S: Remove.
1984 * gdb.dwarf2/dw2-namespaceless-anonymous.c: New file.
1985 * gdb.dwarf2/dw2-namespaceless-anonymous.exp: Use DWARF
1986 assembler.
1987
7cf28874
TV
19882020-04-24 Tom de Vries <tdevries@suse.de>
1989
1990 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Set language of CU to
1991 C++.
1992
dac2fef7
TT
19932020-04-24 Tom Tromey <tromey@adacore.com>
1994
1995 * gdb.ada/frame_arg_lang.exp: Run with multiple -fgnat-encodings
1996 values.
1997 * gdb.ada/funcall_ref.exp: Run with multiple -fgnat-encodings
1998 values. Update test for minimal encodings.
1999 * gdb.ada/lang_switch.exp: Update test for minimal encodings.
2000 * gdb.ada/var_rec_arr.exp: Run with multiple -fgnat-encodings
2001 values. Update test for minimal encodings.
2002
1acda803
TT
20032020-04-24 Tom Tromey <tromey@adacore.com>
2004
2005 PR python/23662:
2006 * gdb.ada/variant.exp: Add Python checks.
2007 * gdb.rust/simple.exp: Add dynamic type checks.
2008
adfb9815
TT
20092020-04-24 Tom Tromey <tromey@adacore.com>
2010
2011 * gdb.ada/mi_var_array.exp: Try all -fgnat-encodings settings.
2012 Make array type matching more lax.
2013 * gdb.ada/mi_var_union.exp: Try all -fgnat-encodings settings.
2014 * gdb.ada/mi_variant.exp: New file.
2015 * gdb.ada/mi_variant/pck.ads: New file.
2016 * gdb.ada/mi_variant/pkg.adb: New file.
2017 * gdb.ada/packed_tagged.exp: Try all -fgnat-encodings settings.
2018 * gdb.ada/unchecked_union.exp: Try all -fgnat-encodings settings.
2019
7d79de9a
TT
20202020-04-24 Tom Tromey <tromey@adacore.com>
2021
2022 * gdb.ada/variant.exp: Add dynamic field offset tests.
2023 * gdb.ada/variant/pck.ads (Nested_And_Variable): New type.
2024 * gdb.ada/variant/pkg.adb: Add new variables.
2025
f8e89861
TT
20262020-04-24 Tom Tromey <tromey@adacore.com>
2027
2028 * gdb.ada/variant.exp: New file
2029 * gdb.ada/variant/pkg.adb: New file
2030 * gdb.ada/variant/pck.adb: New file
2031
86e887ae
TV
20322020-04-24 Tom de Vries <tdevries@suse.de>
2033
2034 * lib/gdb.exp (clean_restart): Reset errcnt and warncnt.
2035
88428775
TV
20362020-04-24 Tom de Vries <tdevries@suse.de>
2037
2038 * gdb.dwarf2/dwzbuildid.exp: Add quiet to dwzbuildid-mismatch compile
2039 flags.
2040
4e86f6e7
TV
20412020-04-24 Tom de Vries <tdevries@suse.de>
2042
2043 * gdb.dwarf2/dw2-error.exp: Add quiet to compile flags.
2044
2016d3e6
TV
20452020-04-24 Tom de Vries <tdevries@suse.de>
2046
2047 * lib/gdb.exp (default_gdb_start): Handle eof.
2048 (clean_restart): Detect and handle gdb_start failure. Return -1 upon
2049 failure.
2050 * gdb.base/readnever.exp: Handle clean_restart failure.
2051
70bc38f5
TV
20522020-04-23 Tom de Vries <tdevries@suse.de>
2053
2054 * gdb.base/decl-before-def.exp: Run to main and print a again.
2055
de82891c
TV
20562020-04-23 Tom de Vries <tdevries@suse.de>
2057
2058 * gdb.base/decl-before-def-decl.c: New test.
2059 * gdb.base/decl-before-def-def.c: New test.
2060 * gdb.base/decl-before-def.exp: New file.
2061
96038148
TV
20622020-04-23 Tom de Vries <tdevries@suse.de>
2063
2064 * gdb.base/readnever.exp: Skip if GDBFLAGS contain -readnow/--readnow.
2065
54ac3df1
TV
20662020-04-22 Tom de Vries <tdevries@suse.de>
2067
2068 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): Fix
2069 debug_info_offset.
2070 * gdb.mi/dw2-ref-missing-frame.exp: Make sure $objfuncfile comes
2071 before $objsfile in the line line.
2072
714534e1
TV
20732020-04-22 Tom de Vries <tdevries@suse.de>
2074
2075 * gdb.dlang/watch-loc.c (.debug_aranges): Fix _Dmain length.
2076
16a7dbf4
MS
20772020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
2078
2079 * gdb.base/jit-attach-pie.c: Use jit-protocol.h.
2080 * gdb.base/jit-elf-main.c: Use jit-protocol.h.
2081 * gdb.base/jit-reader-host.c: Use jit-protocol.h.
2082 * gdb.base/jit-reader-simple-jit.c: Use jit-protocol.h.
2083 * gdb.base/jit-protocol.h: Update definitions to match all usage
2084 contexts.
2085
20862020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
2087
2088 * gdb.base: Rename all jit related test and source files.
2089
20902020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
2091
2092 * gdb.base/jit-reader.exp: Relax register output check.
2093
317d2668
TV
20942020-04-22 Tom de Vries <tdevries@suse.de>
2095
2096 PR symtab/25764
2097 * gdb.base/psym-external-decl-2.c: New test.
2098 * gdb.base/psym-external-decl.c: New test.
2099 * gdb.base/psym-external-decl.exp: New file.
2100 * gdb.threads/tls.exp: Add PR25807 kfail.
2101
eea9e357
TV
21022020-04-22 Tom de Vries <tdevries@suse.de>
2103
2104 PR symtab/25801
2105 * gdb.dwarf2/imported-unit.exp: Test that we can get imported_unit.c
2106 in "info source" output.
2107
3d5afab3
TV
21082020-04-22 Tom de Vries <tdevries@suse.de>
2109
2110 PR symtab/25700
2111 * gdb.dwarf2/imported-unit.exp: Verify that there's only one partial
2112 symtab for imported_unit.c.
2113
b32102f6
GB
21142020-04-21 Gary Benson <gbenson@redhat.com>
2115
2116 * gdb.base/advance.c (func): New argument, to match call site.
2117 (func2, func3): Add return statements.
2118
d43b7a2d
TBA
21192020-04-21 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2120
2121 * gdb.multi/run-only-second-inf.c: New file.
2122 * gdb.multi/run-only-second-inf.exp: New file.
2123
d89edf9b
MM
21242020-04-21 Markus Metzger <markus.t.metzger@intel.com>
2125
2126 * gdb.btrace/multi-inferior.c: New test.
2127 * gdb.btrace/multi-inferior.exp: New file.
2128
1a476b6d
MM
21292020-04-21 Markus Metzger <markus.t.metzger@intel.com>
2130
2131 * gdb.btrace/enable-new-thread.c: New test.
2132 * gdb.btrace/enable-new-thread.exp: New file.
2133
4778a5f8
TV
21342020-04-21 Tom de Vries <tdevries@suse.de>
2135
2136 PR gdb/25471
2137 * gdb.threads/killed-outside.c: New test.
2138 * gdb.threads/killed-outside.exp: New file.
2139
9b2c992c
GB
21402020-04-20 Gary Benson <gbenson@redhat.com>
2141
2142 * gdb.base/nested-subp1.exp: Use support_nested_function_tests.
2143 * gdb.base/nested-subp2.exp: Likewise.
2144 * gdb.base/nested-subp3.exp: Likewise.
2145
b5d1d6f7
GB
21462020-04-20 Gary Benson <gbenson@redhat.com>
2147
2148 * gdb.base/nested-subp1.exp: Disable test when using clang.
2149 * gdb.base/nested-subp2.exp: Likewise.
2150 * gdb.base/nested-subp3.exp: Likewise.
2151
25230285
GB
21522020-04-20 Gary Benson <gbenson@redhat.com>
2153
2154 * gdb.cp/exception.cc: Fix compilation error with clang.
2155
fa93cc8f
GB
21562020-04-20 Gary Benson <gbenson@redhat.com>
2157
809730f3 2158 * gdb.trace/tspeed.c: Fix compilation error with clang.
fa93cc8f 2159
e0c45f30
GB
21602020-04-20 Gary Benson <gbenson@redhat.com>
2161
2162 * gdb.base/jit-main.c: Fix compilation error with clang.
2163
4ddfec93
KR
21642020-04-17 Kamil Rytarowski <n54@gmx.com>
2165
2166 * gdb.base/attach-twice.c: Include "sys/types.h".
2167 (PTRACE_ATTACH): Add fallback definition.
2168 (main): Pass `0' to the 4th argument of `ptrace'.
2169
2bed205e
KR
21702020-04-17 Kamil Rytarowski <n54@gmx.com>
2171
2172 * gdb.base/fork-running-state.c: Include "signal.h".
2173
0743fc83
TT
21742020-04-17 Tom Tromey <tromey@adacore.com>
2175
2176 * gdb.cp/maint.exp (test_help): Simplify multiple_help_body.
2177 Update tests.
2178 * gdb.btrace/cpu.exp: Update tests.
2179 * gdb.base/maint.exp: Update tests.
2180 * gdb.base/default.exp: Update tests.
2181 * gdb.base/completion.exp: Update tests.
2182
efba5c23
TV
21832020-04-16 Tom de Vries <tdevries@suse.de>
2184
2185 PR symtab/25791
2186 * gdb.dwarf2/gdb-add-index.exp (add_gdb_index): Move ...
2187 (ensure_gdb_index): and factor out and move ...
2188 * lib/gdb.exp (add_gdb_index, ensure_gdb_index): ... here.
2189 * gdb.dwarf2/imported-unit-runto-main.exp: New file.
2190
d191d716
TV
21912020-04-16 Tom de Vries <tdevries@suse.de>
2192
2193 * gdb.base/maint-expand-symbols-header-file.exp: Set language before
2194 loading exec.
2195
99f1bc6a
AB
21962020-04-15 Andrew Burgess <andrew.burgess@embecosm.com>
2197
2198 * gdb.base/many-completions.exp: New file.
2199
194d088f
TV
22002020-04-14 Tom de Vries <tdevries@suse.de>
2201
2202 PR symtab/25718
2203 * gdb.dwarf2/dw2-symtab-includes.exp: New file.
2204
c1a66c06
TV
22052020-04-14 Tom de Vries <tdevries@suse.de>
2206
2207 PR symtab/25720
2208 * gdb.base/maint-expand-symbols-header-file.c: New test.
2209 * gdb.base/maint-expand-symbols-header-file.exp: New file.
2210 * gdb.base/maint-expand-symbols-header-file.h: New test.
2211
21b0982c
AB
22122020-04-14 Andrew Burgess <andrew.burgess@embecosm.com>
2213
2214 * gdb.dwarf2/dw2-inline-many-frames.exp (get_func_info): Delete.
2215 * gdb.dwarf2/dw2-inline-small-func.exp: Pass options to
2216 get_func_info.
2217 (get_func_info): Delete.
2218 * gdb.dwarf2/dw2-is-stmt-2.exp (get_func_info): Delete.
2219 * gdb.dwarf2/dw2-is-stmt.exp (get_func_info): Delete.
2220 * lib/dwarf.exp (get_func_info): New function.
2221
dd1cab06
TV
22222020-04-13 Tom de Vries <tdevries@suse.de>
2223
2224 * lib/ada.exp (find_ada_tool): Pass --GCC and -B to gnatlink, similar
2225 to what find_gnatmake does.
2226
71ea2b6b
TV
22272020-04-10 Tom de Vries <tdevries@suse.de>
2228
2229 * gdb.base/style.exp: Expect "Expanding full symbols" message for
2230 -readnow.
2231
bdfc1e8a
TV
22322020-04-10 Tom de Vries <tdevries@suse.de>
2233
2234 PR cli/25808
2235 * gdb.base/style.c: Add leading newlines.
2236 * gdb.base/style.exp: Use gdb_get_line_number to get specific lines.
2237 Check listing of main's one-line body.
2238
14ca8ecf
TV
22392020-04-08 Tom de Vries <tdevries@suse.de>
2240
2241 * lib/gdb.exp (psymtabs_p): New proc.
2242 * gdb.dwarf2/imported-unit.exp: Mark "no static partial symbols in
2243 importing unit" unsupported if there are no partial symbols.
2244
e21d048f
TV
22452020-04-08 Tom de Vries <tdevries@suse.de>
2246
2247 PR testsuite/25760
2248 * gdb.ada/call_pn.exp: Call "maint expand-symtabs". Add xfails.
2249
25c11aca
TV
22502020-04-07 Tom de Vries <tdevries@suse.de>
2251
2252 PR symtab/25796
2253 * gdb.dwarf2/imported-unit-abstract-const-value.exp: New file.
2254
5707e24b
TV
22552020-04-07 Tom de Vries <tdevries@suse.de>
2256
2257 * gdb.base/check-psymtab.c: New test.
2258 * gdb.base/check-psymtab.exp: New file.
2259
6ee448cc
TT
22602020-04-06 Tom Tromey <tromey@adacore.com>
2261
2262 * gdb.ada/variant-record/proc.adb: New file.
2263 * gdb.ada/variant-record/value.adb: New file.
2264 * gdb.ada/variant-record/value.s: New file.
2265 * gdb.ada/variant-record.exp: New file.
2266
9e7c9a03
HD
22672020-04-03 Hannes Domani <ssbssa@yahoo.de>
2268
2269 PR gdb/25325
2270 * gdb.cp/typed-enum.cc: New test.
2271 * gdb.cp/typed-enum.exp: New file.
2272
c90d28ac
AB
22732020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
2274
2275 * gdb.dwarf2/dw2-inline-small-func-lbls.c: New file.
2276 * gdb.dwarf2/dw2-inline-small-func.c: New file.
2277 * gdb.dwarf2/dw2-inline-small-func.exp: New file.
2278 * gdb.dwarf2/dw2-inline-small-func.h: New file.
2279 * gdb.opt/inline-small-func.c: New file.
2280 * gdb.opt/inline-small-func.exp: New file.
2281 * gdb.opt/inline-small-func.h: New file.
2282
34e9a9fa
AB
22832020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
2284
2285 * lib/dwarf.exp (Dwarf::lines::program::DW_LNS_set_file): New
2286 function.
2287
6a354911
AB
22882020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
2289
2290 * lib/dwarf.exp (function_range): Allow compiler options to be
2291 specified.
2292
880d9777
TV
22932020-04-02 Tom de Vries <tdevries@suse.de>
2294
2295 * gdb.dwarf2/break-inline-psymtab-2.c (bar): Add
2296 __attribute__((always_inline)).
2297 * gdb.dwarf2/break-inline-psymtab.exp: Don't use -O2.
2298
f32682ea
TV
22992020-04-02 Tom de Vries <tdevries@suse.de>
2300
2301 * lib/gdbserver-support.exp (gdbserver_exit): Factor out of ...
2302 (gdbserver_gdb_exit): ... here. Add timeout warning.
2303 * gdb.multi/multi-target.exp (server_spawn_ids): New global var.
2304 (connect_target_extended_remote): Append new server_spawn_id to
2305 server_spawn_ids.
2306 (cleanup): New proc.
2307 (setup, <toplevel>): Call cleanup.
2308
d3214198
TV
23092020-04-02 Tom de Vries <tdevries@suse.de>
2310
2311 * gdb.base/main-psymtab.exp: New file.
2312
cc77ed24
TV
23132020-04-02 Tom de Vries <tdevries@suse.de>
2314
2315 * gdb.fortran/mixed-lang-stack.exp: Accept new complex printing style.
2316
3638a098
TT
23172020-04-01 Tom Tromey <tom@tromey.com>
2318
2319 * gdb.base/complex-parts.exp: Add type tests.
2320
c34e8714
TT
23212020-04-01 Tom Tromey <tom@tromey.com>
2322
2323 * gdb.base/complex-parts.exp: Add arithmetic tests.
2324
981c08ce
TT
23252020-04-01 Tom Tromey <tom@tromey.com>
2326
2327 * gdb.compile/compile.exp: Update.
2328 * gdb.compile/compile-cplus.exp: Update.
2329 * gdb.base/varargs.exp: Update.
2330 * gdb.base/floatn.exp: Update.
2331 * gdb.base/endianity.exp: Update.
2332 * gdb.base/callfuncs.exp (do_function_calls): Update.
2333 * gdb.base/funcargs.exp (complex_args, complex_integral_args)
2334 (complex_float_integral_args): Update.
2335 * gdb.base/complex.exp: Update.
2336 * gdb.base/complex-parts.exp: Update.
2337
3d1cfd43
TT
23382020-04-01 Tom Tromey <tromey@adacore.com>
2339
2340 * gdb.rust/union.rs: New file.
2341 * gdb.rust/union.exp: New file.
2342 * gdb.rust/simple.rs (Union, Union2): Move to union.rs.
2343 (main): Update.
2344 * gdb.rust/simple.exp: Move union tests to union.exp.
2345
e033dfa9
TT
23462020-04-01 Tom Tromey <tromey@adacore.com>
2347
2348 * gdb.rust/simple.rs (main): Remove "y0".
2349
53cccef1
TBA
23502020-04-01 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2351
2352 * gdb.multi/stop-all-on-exit.c: New test.
2353 * gdb.multi/stop-all-on-exit.exp: New file.
2354
60e22c1e
HD
23552020-04-01 Hannes Domani <ssbssa@yahoo.de>
2356
2357 PR gdb/24789
2358 * gdb.cp/misc.cc: Add integer reference variable.
2359 * gdb.cp/misc.exp: Add test.
2360
e139a727
TBA
23612020-04-01 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2362
2363 * gdb.server/stop-reply-no-thread.exp: Enhance the test
2364 scenario to cover execution until the end and also the case
2365
16b0db75
TV
23662020-03-31 Tom de Vries <tdevries@suse.de>
2367
2368 * gdb.base/c-linkage-name.exp: Fix test-case comment. Set language to
2369 c. Use "maint info symtabs" to check symtab expansion.
2370
c0502da6
TV
23712020-03-30 Tom de Vries <tdevries@suse.de>
2372
2373 * gdb.base/c-linkage-name.exp: Use readnow call to mark a test
2374 unsupported.
2375 (verify_psymtab_expanded): Move ...
2376 * lib/gdb.exp (verify_psymtab_expanded): ... here. Add unsupported
2377 test.
2378 (readnow): New proc.
2379
5935fd15
AB
23802020-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
2381
2382 * gdb.fortran/mixed-lang-stack.exp: Replace two hard coded address
2383 with $hex.
2384
1773be9e
TT
23852020-03-20 Tom Tromey <tromey@adacore.com>
2386
2387 * gdb.dwarf2/dw2-ranges-base.exp: Update regular expressions.
2388
70304be9
TT
23892020-03-20 Tom Tromey <tromey@adacore.com>
2390
2391 * gdb.ada/sub_variant/subv.adb: New file.
2392 * gdb.ada/sub_variant.exp: New file.
2393
0dd7b8f7
TV
23942020-03-20 Tom de Vries <tdevries@suse.de>
2395
2396 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Bail out if
2397 first break fails.
2398 * gdb.threads/step-over-trips-on-watchpoint.exp: (do_test): Same.
2399
cada5fc9
AB
24002020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
2401
2402 * gdb.server/exit-multiple-threads.c: New file.
2403 * gdb.server/exit-multiple-threads.exp: New file.
2404
6b8c53f2
AB
24052020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
2406
2407 * gdb.fortran/mixed-lang-stack.c: New file.
2408 * gdb.fortran/mixed-lang-stack.cpp: New file.
2409 * gdb.fortran/mixed-lang-stack.exp: New file.
2410 * gdb.fortran/mixed-lang-stack.f90: New file.
2411
19a2740f
AB
24122020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
2413
2414 * gdb.linespec/cp-completion-aliases.cc: New file.
2415 * gdb.linespec/cp-completion-aliases.exp: New file.
2416
d8c8b848
TV
24172020-03-19 Tom de Vries <tdevries@suse.de>
2418
2419 * gdb.opt/inline-locals.exp: Add kfail PR number. Make kfail matching
2420 more precise.
2421
a9933ccf
TV
24222020-03-18 Tom de Vries <tdevries@suse.de>
2423
2424 * gdb.dwarf2/break-inline-psymtab-2.c: New test.
2425 * gdb.dwarf2/break-inline-psymtab.c: New test.
2426 * gdb.dwarf2/break-inline-psymtab.exp: New file.
2427
2f89101f
TV
24282020-03-16 Tom de Vries <tdevries@suse.de>
2429
2430 * lib/cache.exp (gdb_do_cache): Add and handle local variables
2431 cache_verify and cache_verify_proc.
2432
6b9374f1
TV
24332020-03-15 Tom de Vries <tdevries@suse.de>
2434
2435 * gdb.server/solib-list.exp: Handle
2436 'Load new symbol table from "/lib64/ld-2.26.so"? (y or n)'.
2437
eaeaf44c
TV
24382020-03-15 Tom de Vries <tdevries@suse.de>
2439
2440 * gdb.base/maint.exp: Use exp_continue in long lines for "maint print
2441 objfiles".
2442
3293bbaf
TT
24432020-03-14 Tom Tromey <tom@tromey.com>
2444
2445 * gdb.base/cvexpr.exp: Add test for _Atomic and restrict.
2446
ab44624c
TV
24472020-03-14 Tom de Vries <tdevries@suse.de>
2448
2449 * gdb.mi/mi-fortran-modules.exp: Use exp_continue.
2450
54c43825
TV
24512020-03-14 Tom de Vries <tdevries@suse.de>
2452
2453 * gdb.threads/attach-many-short-lived-threads.exp: Read "info threads"
2454 result in line-by-line fashion.
2455
2ac70237
TV
24562020-03-14 Tom de Vries <tdevries@suse.de>
2457
2458 * lib/gdb.exp (supports_statement_frontiers): New proc.
2459 * gdb.cp/step-and-next-inline.exp: Use supports_statement_frontiers.
2460
09546b56
TV
24612020-03-14 Tom de Vries <tdevries@suse.de>
2462
2463 * gdb.base/printcmds.exp: Add missing quoting for "print
2464 teststring2".
2465
a1f6a07c
TT
24662020-03-13 Tom Tromey <tom@tromey.com>
2467
2468 * gdb.base/printcmds.exp (test_print_strings): Add regression
2469 test.
2470 * gdb.base/printcmds.c (charptr): New typedef.
2471 (teststring2): New global.
2472
1b83d09c
AB
24732020-03-13 Andrew Burgess <andrew.burgess@embecosm.com>
2474
2475 * gdb.base/break-interp.exp: Use the tail of the filename, not the
2476 full path in the test name.
2477 (test_ld): Add some with_test_prefix blocks to make test names
2478 unique.
2479
2d61316c
TV
24802020-03-13 Tom de Vries <tdevries@suse.de>
2481
2482 * gdb.mi/mi-sym-info.exp: Fix buffer full errors, and timeouts.
2483
2e9145ac
TV
24842020-03-13 Tom de Vries <tdevries@suse.de>
2485
2486 * gdb.mi/mi-sym-info.exp: Make matching more precise.
2487
96c7f873
TV
24882020-03-13 Tom de Vries <tdevries@suse.de>
2489
2490 PR symtab/25646
2491 * gdb.dwarf2/imported-unit.exp: Add test.
2492
49ba92c0
TV
24932020-03-13 Tom de Vries <tdevries@suse.de>
2494
2495 * gdb.mi/mi-sym-info-2.c (another_char_t, another_short_t): New typedef.
2496 (var1, var2): New variable.
2497 * gdb.mi/mi-sym-info.exp: Add --name to various commands to restrict
2498 matching symbols.
2499
301b21e0
TV
25002020-03-13 Tom de Vries <tdevries@suse.de>
2501
2502 * lib/tuiterm.exp (Term::command_no_prompt_prefix): New proc.
2503 (Term::command): Use prompt prefix.
2504 (Term::enter_tui): Use command_no_prompt_prefix instead of prefix.
2505 * gdb.tui/tui-layout-asm-short-prog.exp: Use
2506 command_no_prompt_prefix instead of prefix.
2507 * gdb.tui/tui-layout-asm.exp: Same.
2508
3f512721
SM
25092020-03-12 Simon Marchi <simon.marchi@efficios.com>
2510
2511 * gdb.base/break-interp.exp: Use foreach_with_prefix.
2512
40310f30
SM
25132020-03-12 Simon Marchi <simon.marchi@efficios.com>
2514
2515 * gdb.arch/amd64-disp-step-avx.S: Add nops after _start.
2516 * gdb.arch/amd64-disp-step-avx.exp: Enable "set debug displaced
2517 on" while stepping over the test instruction, match printed
2518 message.
2519
09252140
TV
25202020-03-12 Tom de Vries <tdevries@suse.de>
2521
2522 * gdb.base/info-types.exp: Use exp_continue during matching of output
2523 of "info types".
2524
14e9c72c
TV
25252020-03-12 Tom de Vries <tdevries@suse.de>
2526
2527 * gdb.threads/execl.exp: Delete breakpoint after hitting it.
2528
e515d67e
TV
25292020-03-12 Tom de Vries <tdevries@suse.de>
2530
2531 * gdb.fortran/module.exp: Use exp_continue during matching of output
2532 of "info variable -n".
2533
307eafd8
TV
25342020-03-12 Tom de Vries <tdevries@suse.de>
2535
2536 * gdb.dwarf2/dw2-ranges-base.exp: Limit "maint info line-table" to
2537 gdb.dwarf2/dw2-ranges-base.c.
2538
9a2de3fc
TV
25392020-03-12 Tom de Vries <tdevries@suse.de>
2540
2541 * gdb.linespec/explicit.exp: Fix "complete non-unique file name" test
2542 in presence of GLIBC debuginfo.
2543
3217502e
TV
25442020-03-12 Tom de Vries <tdevries@suse.de>
2545
2546 * lib/gdb.exp (gdb_core_cmd): Use string_to_regexp for regexp-matching
2547 $core.
2548
1281424c
TV
25492020-03-12 Tom de Vries <tdevries@suse.de>
2550
2551 * lib/gdb.exp (gdb_core_cmd): Make "No such file or directory" regexp
2552 more precise.
2553
038b97fc
SM
25542020-03-11 Simon Marchi <simon.marchi@efficios.com>
2555
2556 * lib/gdb.exp (standard_output_file): Use `pwd -W` to convert
2557 from Unix to Windows path.
2558
5308d1e7
TV
25592020-03-11 Tom de Vries <tdevries@suse.de>
2560
2561 * gdb.ada/minsyms.exp: Set language to ada.
2562
f870f78f
TV
25632020-03-11 Tom de Vries <tdevries@suse.de>
2564
2565 * gdb.server/sysroot.exp: Allow GLIBC's printf alias __printf.
2566
5a13315d
TV
25672020-03-11 Tom de Vries <tdevries@suse.de>
2568
2569 * gdb.btrace/reconnect.exp: Allow source line pattern after stepi.
2570
976862ed
TT
25712020-03-11 Tom Tromey <tromey@adacore.com>
2572
2573 * gdb.dwarf2/variant.exp: Mark discriminants as artificial.
2574
7462c383
TV
25752020-03-11 Tom de Vries <tdevries@suse.de>
2576
2577 * gdb.base/foll-fork.exp: Allow "Reading in symbols" messages.
2578
1c6c46a0
TV
25792020-03-11 Tom de Vries <tdevries@suse.de>
2580
2581 * gdb.base/break-interp.exp: Limit verbose scope.
2582
44f41bb7
TV
25832020-03-11 Tom de Vries <tdevries@suse.de>
2584
2585 * gdb.fortran/logical.f90: Define variable with character type.
2586 * gdb.fortran/logical.exp: Use character type instead of uint8_t.
2587
b76f3a42
TV
25882020-03-11 Tom de Vries <tdevries@suse.de>
2589
2590 * gdb.base/list-ambiguous.exp: Set EDITOR to true.
2591
1c33af77
TV
25922020-03-11 Tom de Vries <tdevries@suse.de>
2593
2594 * gdb.ada/access_to_packed_array.exp: Test printing of expanded
2595 symtabs.
2596
8c95582d
AB
25972020-03-10 Andrew Burgess <andrew.burgess@embecosm.com>
2598 Bernd Edlinger <bernd.edlinger@hotmail.de>
2599
2600 * gdb.cp/step-and-next-inline.cc: New file.
2601 * gdb.cp/step-and-next-inline.exp: New file.
2602 * gdb.cp/step-and-next-inline.h: New file.
2603 * gdb.dwarf2/dw2-is-stmt.c: New file.
2604 * gdb.dwarf2/dw2-is-stmt.exp: New file.
2605 * gdb.dwarf2/dw2-is-stmt-2.c: New file.
2606 * gdb.dwarf2/dw2-is-stmt-2.exp: New file.
2607 * gdb.dwarf2/dw2-ranges-base.exp: Update line table pattern.
2608
cecf8547
AB
26092020-03-10 Andrew Burgess <andrew.burgess@embecosm.com>
2610
2611 * lib/dwarf.exp (Dwarf::lines) Add support for modifying the
2612 is-stmt flag in the line table.
2613
0ba678c9
TV
26142020-03-09 Tom de Vries <tdevries@suse.de>
2615
2616 * lib/gdb.exp (cached_file): Create cache dir.
2617
72fbdf83
TV
26182020-03-07 Tom de Vries <tdevries@suse.de>
2619
2620 * gdb.cp/ref-params.exp: Compare build_executable result with -1.
2621 * gdb.cp/rvalue-ref-params.exp: Same.
2622
436b5e99
TV
26232020-03-06 Tom de Vries <tdevries@suse.de>
2624
2625 * lib/gdb.exp (tentative_rename, cached_file): New proc.
2626 * boards/cc-with-tweaks.exp: Use cached_file to create gdb.sh.
2627
09f2921c
TV
26282020-03-06 Tom de Vries <tdevries@suse.de>
2629
2630 * README: Fix "the the".
2631 * gdb.base/dprintf.exp: Same.
2632
50a3cc5d
TV
26332020-03-05 Tom de Vries <tdevries@suse.de>
2634
2635 * gdb.base/maint.exp: Update "main print statistics" expected output.
2636
0a709cba
AKS
26372020-03-04 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
2638
2639 * lib/fortran.exp (fortran_int4): Handle flang kind printing.
2640 (fortran_int8): Likewise.
2641 (fortran_real4): Likewise.
2642 (fortran_real8): Likewise.
2643 (fortran_complex4): Likewise.
2644 (fortran_logical4): Likewise.
2645 (fortran_character1): Likewise.
2646
5e5d66b6
AB
26472020-03-03 Andrew Burgess <andrew.burgess@embecosm.com>
2648
2649 * gdb.fortran/logical.exp: Add tests that any non-zero value is
2650 printed as true.
2651
7b973adc
SDJ
26522020-03-03 Sergio Durigan Junior <sergiodj@redhat.com>
2653
2654 * gdb.base/printcmds.exp: Add test to verify printf of a
2655 variable holding an address.
2656
478e490a
TV
26572020-03-03 Tom de Vries <tdevries@suse.de>
2658
2659 * gdb.mi/gdb2549.exp: Fix "register values t" check-read1 timeout.
2660
1ef44e86
TV
26612020-03-03 Tom de Vries <tdevries@suse.de>
2662
2663 * gdb.mi/list-thread-groups-available.exp: Use -prompt syntax for
2664 gdb_test_multiple call.
2665
b98cc2cf
TV
26662020-03-03 Tom de Vries <tdevries@suse.de>
2667
2668 * gdb.mi/mi-sym-info.exp: Add missing -prompt "$mi_gdb_prompt$" to
2669 gdb_test_multiple calls.
2670
63e163f2
AB
26712020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
2672
2673 * gdb.base/default.exp: Remove test of 'set history filename'.
2674 * gdb.base/gdbinit-history.exp: Add tests for setting the history
2675 filename to the empty string.
2676 * lib/gdb.exp (gdb_init): Unset environment variables GDBHISTFILE
2677 and GDBHISTSIZE.
2678
24ed6739
AB
26792020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
2680
2681 * gdb.server/stop-reply-no-thread.exp: Add test where T packet is
2682 disabled.
2683
590003dc 26842020-03-02 Pedro Alves <palves@redhat.com>
fc5d6901 2685 Tom de Vries <tdevries@suse.de>
590003dc
TV
2686
2687 * lib/gdb.exp (gdb_test_multiple): Handle prompt_regexp option using
2688 -prompt prefix, before user_code argument. Add -lbl option likewise.
2689 (skip_python_tests_prompt, skip_libstdcxx_probe_tests_prompt)
2690 (gdb_is_target_1): Add -prompt prefix and move to before user_code
2691 argument.
2692 * gdb.base/corefile-buildid.exp: Use -lbl option. Rewrite regexps to
2693 have "\r\n" at start-of-line, instead of at end-of-line.
2694
f5e46084
SM
26952020-02-28 Simon Marchi <simon.marchi@efficios.com>
2696
2697 * lib/trace-support.exp (get_in_proc_agent): Adjust path to
2698 libinproctrace.so.
2699
f7a7000d
LM
27002020-02-28 Luis Machado <luis.machado@linaro.org>
2701
2702 * gdb.arch/aarch64-fp.exp: Switch from "info registers" command
2703 to "p/x".
2704
718e0816
LM
27052020-02-28 Luis Machado <luis.machado@linaro.org>
2706
2707 * gdb.arch/aarch64-dbreg-contents.c: Include stdlib.h, unistd.h,
2708 asm/ptrace.h and error.h.
2709
13c3a74a
TV
27102020-02-28 Tom de Vries <tdevries@suse.de>
2711
2712 * gdb.base/c-linkage-name.c (main): Call do_something_other_cu.
2713 (struct wrapper, do_something, mundane/symada__cS): Move ...
2714 * gdb.base/c-linkage-name-2.c: ... here. New source file.
2715 * gdb.base/c-linkage-name.exp: Add verification of psymtab expansion.
2716 Update "print symada__cS before partial symtab expansion" regexp.
2717 Update breakpoint location. Flush symbol cache after expansion.
2718
85d2d5bb
LM
27192020-02-28 Luis Machado <luis.machado@linaro.org>
2720
2721 * gdb.arch/aarch64-pauth.exp: Recognize optional PAC output.
2722
3608f86c
TV
27232020-02-27 Tom de Vries <tdevries@suse.de>
2724
2725 * config/sid.exp: Remove unused globals.
2726 * gdb.base/attach.exp: Same.
2727 * gdb.base/catch-load.exp: Same.
2728 * gdb.base/dbx.exp: Same.
2729 * lib/gdb.exp: Same.
2730 * lib/mi-support.exp: Same.
2731 * lib/prompt.exp: Same.
2732
c8d4f6df
TV
27332020-02-27 Tom de Vries <tdevries@suse.de>
2734
2735 * lib/tuiterm.exp (spawn): Handle case that spawn_out(slave,name) is
2736 not set.
2737
0d79cdc4
AM
27382020-02-26 Aaron Merey <amerey@redhat.com>
2739
2740 * gdb.debuginfod: New directory for debuginfod tests.
2741 * gdb.debuginfod/main.c: New test file.
2742 * gdb.debuginfod/fetch_src_and_symbols.exp: New tests.
2743
0dce4280
TV
27442020-02-26 Tom de Vries <tdevries@suse.de>
2745
2746 PR gdb/25603
2747 * gdb.base/persistent-lang.cc: New test.
2748 * gdb.base/persistent-lang.exp: New file.
2749
9e80cfa1
AB
27502020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
2751
2752 * gdb.fortran/derived-type-striding.exp: Add a new test.
2753 * gdb.fortran/derived-type-striding.f90: Add pointer variable for
2754 new test.
2755
2078dbb2
AB
27562020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
2757
2758 * gdb.base/cached-source-file.exp: Avoid source file paths in test
2759 names.
2760
70d49700
TV
27612020-02-25 Tom de Vries <tdevries@suse.de>
2762
2763 PR go/18926
2764 * gdb.go/methods.exp: Remove gcc/93866 xfail.
2765
a88ef40d
TV
27662020-02-24 Tom de Vries <tdevries@suse.de>
2767
2768 PR gdb/25592
2769 * gdb.base/info-locals-unused-static-var.c: New test.
2770 * gdb.base/info-locals-unused-static-var.exp: New file.
2771
01b1af32
TT
27722020-02-22 Tom Tromey <tom@tromey.com>
2773
2774 * gdb.python/tui-window.exp: New file.
2775 * gdb.python/tui-window.py: New file.
2776
7c043ba6
TT
27772020-02-22 Tom Tromey <tom@tromey.com>
2778
2779 PR tui/17850:
2780 * gdb.tui/new-layout.exp: Add horizontal layout and winheight
2781 tests.
2782
c22fef7e
TT
27832020-02-22 Tom Tromey <tom@tromey.com>
2784
2785 * gdb.tui/new-layout.exp: Add sub-layout tests.
2786
ee325b61
TT
27872020-02-22 Tom Tromey <tom@tromey.com>
2788
2789 * gdb.tui/new-layout.exp: New file.
2790
3f0cbb04
TT
27912020-02-22 Tom Tromey <tom@tromey.com>
2792
2793 * gdb.rust/rust-style.rs: New file.
2794 * gdb.rust/rust-style.exp: New file.
2795 * gdb.base/style.exp: Test structure printing.
2796 * gdb.base/style.c (struct some_struct): New type.
2797 (enum etype): New type.
2798 (struct_value): New global.
2799
75525152
TV
28002020-02-21 Tom de Vries <tdevries@suse.de>
2801
2802 PR go/18926
2803 * lib/gdb.exp (bp_location2/bp_location2_regexp): Fix.
2804 Remove blanket xfails. Use message argument for gdb_breakpoint.
2805 Make continuing to breakpoint test conditional on setting breakpoint.
2806 Fix continuing to breakpoint regexp. Add xfails for gccgo-6/7
2807 DW_AT_name attribute. Add xfail for GCC PR93866.
2808
bd360d30
AB
28092020-02-21 Andrew Burgess <andrew.burgess@embecosm.com>
2810
2811 * gdb.dwarf2/cpp-linkage-name.c: New file.
2812 * gdb.dwarf2/cpp-linkage-name.exp: New file.
2813
c7adb09f 28142020-02-21 Shahab Vahedi <shahab@synopsys.com>
24ac169a
SV
2815
2816 * lib/gdb.exp (gdb_wrapper_init): Reset
2817 "gdb_wrapper_initialized" to 0 if "wrapper_file" does
2818 not exist.
2819
a9c79803
TV
28202020-02-20 Tom de Vries <tdevries@suse.de>
2821
2822 PR go/17018
2823 * gdb.go/hello.exp: Copy ...
2824 * gdb.go/global-local-var-shadow.exp: ... here. New file. Expect
2825 print of st to print value of global definition. Add xfail for GCC
2826 PR93844.
2827 * gdb.go/hello.exp: Remove printing of st before definition.
2828 * gdb.go/hello.go: Copy ...
2829 * gdb.go/global-local-var-shadow.go: ... here. New test. Rename myst
2830 to st.
2831 * gdb.go/hello.go: Remove myst. Remove comment about shadowing.
2832
d7445728
TV
28332020-02-20 Tom de Vries <tdevries@suse.de>
2834
2835 * lib/gdb.exp (support_go_compile): New gdb_caching_proc.
2836 (gdb_simple_compile): Handle compile_flags go by using .go extension
2837 for source file.
2838 * gdb.go/chan.exp: Use support_go_compile.
2839 * gdb.go/handcall.exp: Same.
2840 * gdb.go/hello.exp: Same.
2841 * gdb.go/integers.exp: Same.
2842 * gdb.go/max-depth.exp: Same.
2843 * gdb.go/methods.exp: Same.
2844 * gdb.go/package.exp: Same.
2845 * gdb.go/strings.exp: Same.
2846 * gdb.go/types.exp: Same.
2847 * gdb.go/unsafe.exp: Same.
2848
c9c41e6d
TV
28492020-02-19 Tom de Vries <tdevries@suse.de>
2850
2851 * gdb.python/lib-types.exp: Make xfail more strict.
2852
f20ff837
TV
28532020-02-19 Tom de Vries <tdevries@suse.de>
2854
2855 * gdb.ada/funcall_ref.exp: Replace xfail setup by unsupported check.
2856
08410482
DE
28572020-02-19 Doug Evans <dje@google.com>
2858
2859 PR rust/25535
2860 * gdb.rust/simple.exp: Add test.
2861 * gdb.rust/simple.rs: Add test.
2862
623563f7
TV
28632020-02-19 Tom de Vries <tdevries@suse.de>
2864
2865 * gdb.base/corefile-buildid.exp (check_exec_file): Match info files
2866 output line-by-line.
2867
d3308cfd
TV
28682020-02-19 Tom de Vries <tdevries@suse.de>
2869
2870 * gdb.cp/cpexprs.exp: Remove c++/14186 kfail.
2871
86cbc5dc
TV
28722020-02-19 Tom de Vries <tdevries@suse.de>
2873
2874 * gdb.base/solib-overlap.exp: Use exec instead of system to execute
2875 prelink.
2876
9db2b96b
TV
28772020-02-19 Tom de Vries <tdevries@suse.de>
2878
2879 * lib/cache.exp (ignore_pass, gdb_do_cache_wrap): New proc.
2880 (gdb_do_cache): Use gdb_do_cache_wrap.
2881 * gdb.base/gdb-caching-proc.exp (test_proc): Use gdb_do_cache_wrap.
2882
89e2fdc5
TV
28832020-02-19 Tom de Vries <tdevries@suse.de>
2884
2885 * lib/dtrace.exp (dtrace_build_usdt_test_program): Use quiet as
2886 gdb_compile option.
2887
373d7ac0
SM
28882020-02-18 Simon Marchi <simon.marchi@efficios.com>
2889
2890 * gdb.base/printcmds.exp (test_print_enums): Update expected
2891 output.
2892
b29a2df0
SM
28932020-02-18 Simon Marchi <simon.marchi@efficios.com>
2894
2895 * gdb.base/printcmds.exp (test_print_enums): Expect hex values
2896 for "unknown".
2897
6740f0cc
SM
28982020-02-18 Simon Marchi <simon.marchi@efficios.com>
2899
2900 * gdb.base/printcmds.c (enum flag_enum): Add FE_TWO_LEGACY
2901 enumerator.
2902
edd45eb0
SM
29032020-02-18 Simon Marchi <simon.marchi@efficios.com>
2904
2905 * gdb.base/printcmds.c (enum flag_enum): Prefix enumerators with
2906 FE_, add FE_NONE.
2907 (three): Update.
2908 (enum flag_enum_without_zero): New enum.
2909 (flag_enum_without_zero): New variable.
2910 (enum not_flag_enum): New enum.
2911 (three_not_flag): New variable.
2912 * gdb.base/printcmds.exp (test_artificial_arrays): Update.
2913 (test_print_enums): Add more tests for printing flag enums.
2914
d4295de4
TV
29152020-02-18 Tom de Vries <tdevries@suse.de>
2916
2917 * lib/ada.exp (gdb_compile_ada_1): Factor out of ...
2918 (gdb_compile_ada): ... here.
2919 (gnat_runtime_has_debug_info): Remove fail call for gdb_compile_ada
2920 failure. Use gdb_compile_ada_1 instead of gdb_compile_ada.
2921
f251f505
TT
29222020-02-14 Tom Tromey <tom@tromey.com>
2923
2924 * lib/gdbserver-support.exp (find_gdbserver): Find gdbserver in
2925 build directory.
2926 * boards/gdbserver-base.exp: Update path to gdbserver.
2927
8f432634
TV
29282020-02-13 Tom de Vries <tdevries@suse.de>
2929
2930 * lib/ada.exp (gdb_compile_ada): Delete stale exec before compilation.
2931
92b6eaf7
TV
29322020-02-13 Tom de Vries <tdevries@suse.de>
2933
2934 * gdb.ada/catch_ex_std.exp: Indicate unsupported if gnatbind/gnatlink
2935 are missing.
2936
f3b0f7fe
TV
29372020-02-13 Tom de Vries <tdevries@suse.de>
2938
2939 * lib/ada.exp (gnatmake_version_at_least): Wrap exec call in a catch
2940 call.
2941
f6be8713
SDJ
29422020-02-11 Sergio Durigan Junior <sergiodj@redhat.com>
2943
2944 PR tui/25126
2945 https://bugzilla.redhat.com/show_bug.cgi?id=1784210
2946 * gdb.base/cached-source-file.c: New file.
2947 * gdb.base/cached-source-file.exp: New file.
2948
b2770d5e
TV
29492020-02-11 Tom de Vries <tdevries@suse.de>
2950
2951 PR testsuite/25488
2952 * lib/gdb.exp (gdb_init): Unset $file_last_loaded.
2953
44f6938e
TV
29542020-02-10 Tom de Vries <tdevries@suse.de>
2955
2956 * gdb.multi/multi-target.exp: Skip if skip_gdbserver_tests.
2957
5f0e2eb7
MR
29582020-02-10 Maciej W. Rozycki <macro@wdc.com>
2959
2960 * gdb.base/step-over-no-symbols.exp: Verify that $before_addr
2961 and $after_addr are both integers before making a comparison.
2962
46ce2b6f
TV
29632020-02-09 Tom de Vries <tdevries@suse.de>
2964
2965 * gdb.base/many-headers.exp: Echo gdb command to gdb.log. Capture gdb
2966 command output and paste it into gdb.log. If any, paste catch message
2967 to gdb.log.
2968
5abbbe1d
TT
29692020-02-07 Tom Tromey <tromey@adacore.com>
2970
2971 PR breakpoints/24915:
2972 * gdb.base/annotate-symlink.exp: Use setup_xfail.
2973
1d5d29e7
SV
29742020-02-06 Shahab Vahedi <shahab@synopsys.com>
2975
2976 * gdb.tui/tui-missing-src.exp: Add the "missing source
2977 file" test for the TUI.
2978
b0999b9b
AB
29792020-02-06 Andrew Burgess <andrew.burgess@embecosm.com>
2980
2981 * gdb.server/multi-ui-errors.exp: Give a test a real name to avoid
2982 including a port number in the output.
2983
c3b149eb
AKS
29842020-02-04 Alok Kumar Sharma <alokkumar.sharma@amd.com>
2985
2986 * lib/fortran.exp (fortran_int4): Handle clang.
2987 (fortran_int8): Likewise.
2988 (fortran_real4): Likewise.
2989 (fortran_real8): Likewise.
2990 (fortran_complex4): Likewise.
2991 (fortran_logical4): Likewise.
2992 (fortran_character1): Likewise.
2993
f8dcc90b
TV
29942020-02-04 Tom de Vries <tdevries@suse.de>
2995
2996 * README (Race detection): Add note.
2997
f90ac7c2
TV
29982020-02-04 Tom de Vries <tdevries@suse.de>
2999
3000 * lib/gdb.exp (inferior_exited_re): Use "\[^\n\r\]*" instead of ".*".
3001
780636ae
TV
30022020-02-04 Tom de Vries <tdevries@suse.de>
3003
3004 * lib/gdb.exp (inferior_exited_re): Use non-capturing parentheses.
3005
5d2e1193
RA
30062020-02-03 Rogerio A. Cardoso <rcardoso@linux.ibm.com>
3007
3008 * gdb.arch/powerpc-power8.exp: Delete trailing whitespace of
3009 tbegin., tend. instructions. Replace bctar-, bctar+, bctarl-,
3010 bctarl+ extended mnemonics when avaliable by bgttar, bnstarl,
3011 blttar, bnetarl.
3012 * gdb.arch/powerpc-power8.s: Fix comments. Fix instructions
3013 binary for blttar, bnetarl.
3014 * gdb.arch/powerpc-power9.exp: Delete trailing whitespace of
3015 wait instruction. Delete ldmx test.
3016 * gdb.arch/powerpc-power9.s: Delete ldmx instruction.
3017
e409c542
AKS
30182020-02-03 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
3019
3020 * gdb.fortran/array-bounds-high.exp: New file.
3021 * gdb.fortran/array-bounds-high.f90: New file.
3022
b0029748
LD
30232020-02-03 Lukas Durfina <ldurfina@tachyum.com> (tiny change)
3024
3025 * gdb.base/fileio.c: Remove #include of <sys/errno.h>.
3026 Replace #include of <sys/fcntl.h> by <fcntl.h>.
3027
195a8287
TV
30282020-02-01 Tom de Vries <tdevries@suse.de>
3029
3030 * gdb.server/server-kill-python.exp: Fix $gdb_tst_name typo.
3031
42330a68
AB
30322020-01-31 Andrew Burgess <andrew.burgess@embecosm.com>
3033
3034 PR tui/9765
3035 * gdb.tui/tui-layout-asm-short-prog.S: New file.
3036 * gdb.tui/tui-layout-asm-short-prog.exp: New file.
3037
b62a8028
LM
30382020-01-29 Luis Machado <luis.machado@linaro.org>
3039
3040 * gdb.arch/aarch64-brk-patterns.c: New source file.
3041 * gdb.arch/aarch64-brk-patterns.exp: New test.
3042
5f440116
TBA
30432020-01-29 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
3044
3045 * gdb.cp/pass-by-ref-2.exp: Mark some tests as XFAIL based on the
3046 GCC/Clang version.
3047 * gdb.cp/pass-by-ref.exp: Ditto.
3048
ee2a6fc6
TV
30492020-01-29 Tom de Vries <tdevries@suse.de>
3050
3051 * gdb.threads/watchpoint-fork-child.c: Guard prints with #if DEBUG.
3052 * gdb.threads/watchpoint-fork-mt.c: Same.
3053 * gdb.threads/watchpoint-fork-parent.c: Same.
3054 * gdb.threads/watchpoint-fork-st.c: Same.
3055 * gdb.threads/watchpoint-fork.exp: Compile with DEBUG=0.
3056
16b10d6e
LM
30572020-01-27 Luis Machado <luis.machado@linaro.org>
3058
3059 * gdb.base/step-over-syscall.exp (setup): Check if we're already
3060 sitting at a syscall instruction when we hit the syscall function's
3061 breakpoint.
3062 Check PC against one obtained with the x command.
3063 Validate syscall number.
3064 (step_over_syscall): Don't continue to the syscall instruction if
3065 we're already there.
3066
b1468492
PW
30672020-01-25 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3068
3069 * gdb.base/attach.exp: Test 'set exec-file-mismatch'.
3070
7ffa82e1
AB
30712020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
3072
3073 * gdb.dwarf2/dw2-inline-many-frames.c: New file.
3074 * gdb.dwarf2/dw2-inline-many-frames.exp: New file.
3075
3d92a3e3
AB
30762020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
3077
3078 * gdb.dwarf2/dw2-inline-stepping.c: New file.
3079 * gdb.dwarf2/dw2-inline-stepping.exp: New file.
3080
94a72be7
AB
30812020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
3082
3083 * gdb.base/maint.exp: Update line table parsing test.
3084 * gdb.dwarf2/dw2-ranges-base.exp: Add new line table parsing test.
3085
53af73bf
PA
30862020-01-24 Pedro Alves <palves@redhat.com>
3087
3088 PR gdb/25410
3089 * gdb.multi/multi-re-run-1.c: New.
3090 * gdb.multi/multi-re-run-2.c: New.
3091 * gdb.multi/multi-re-run.exp: New.
3092
1ba1ac88
AB
30932020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
3094
3095 PR gdb/23718
3096 * gdb.server/server-kill-python.exp: New file.
3097
f3364a6d
AB
30982020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
3099
3100 * gdb.server/multi-ui-errors.c: New file.
3101 * gdb.server/multi-ui-errors.exp: New file.
3102
733d0a67
AB
31032020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
3104
3105 PR tui/9765
3106 * gdb.tui/tui-layout-asm.exp: Add scrolling test for asm window.
3107
4f13c1c0
TT
31082020-01-19 Tom Tromey <tom@tromey.com>
3109
3110 * gdb.tui/main.exp: Add check for plain "file".
3111
40c94099
CB
31122020-01-16 Christian Biesinger <cbiesinger@google.com>
3113
3114 * lib/gdb.exp: Fix spelling error (seperatelly).
3115
ff47f4f0
TT
31162020-01-14 Tom Tromey <tom@tromey.com>
3117
3118 PR symtab/12535:
3119 * gdb.python/python.exp: Test decode_line with empty string
3120 argument.
3121
717c684d
BE
31222020-01-14 Bernd Edlinger <bernd.edlinger@hotmail.de>
3123
3124 * gdb.base/skip-inline.exp: Extend test.
3125
44e4c775
AB
31262020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
3127
3128 * gdb.dwarf2/dw2-bad-elf-other.S: New file.
3129 * gdb.dwarf2/dw2-bad-elf.c: New file.
3130 * gdb.dwarf2/dw2-bad-elf.exp: New file.
3131
d93c6db7
AB
31322020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
3133
3134 * lib/dwarf.exp (Dwarf::lines): Reset _line_saw_program and
3135 _line_saw_file.
3136
9a6d629c
AB
31372020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
3138
3139 * lib/tuiterm.exp (Term::_check_box): Check some parts of the top
3140 border.
3141
d9ebdab7
TBA
31422020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
3143
3144 * gdb.multi/multi-target.exp (setup): Factor out "info
3145 connections" and "info inferiors" tests to ...
3146 (test_info_inferiors): ... this new procedure.
3147 (top level): Run new "info-inferiors" tests.
3148
f3c469b9
PA
31492020-01-10 Pedro Alves <palves@redhat.com>
3150
3151 * gdb.server/bkpt-other-inferior.exp: New file.
3152
121b3efd
PA
31532020-01-10 Pedro Alves <palves@redhat.com>
3154
3155 * gdb.base/kill-detach-inferiors-cmd.exp: Adjust expected output
3156 of "add-inferior".
3157 * gdb.base/quit-live.exp: Likewise.
3158 * gdb.base/remote-exec-file.exp: Likewise.
3159 * gdb.guile/scm-progspace.exp: Likewise.
3160 * gdb.linespec/linespec.exp: Likewise.
3161 * gdb.mi/new-ui-mi-sync.exp: Likewise.
3162 * gdb.mi/user-selected-context-sync.exp: Likewise.
3163 * gdb.multi/multi-target.exp (setup): Add "info connection" and
3164 "info inferiors" tests.
3165 * gdb.multi/remove-inferiors.exp: Adjust expected output of
3166 "add-inferior".
3167 * gdb.multi/watchpoint-multi.exp: Likewise.
3168 * gdb.python/py-inferior.exp: Likewise.
3169 * gdb.server/extended-remote-restart.exp: Likewise.
3170 * gdb.threads/fork-plus-threads.exp: Adjust expected output of
3171 "info inferiors".
3172 * gdb.threads/forking-threads-plus-breakpoint.exp: Likewise.
3173 * gdb.trace/report.exp: Likewise.
3174
1dadb1dd
PA
31752020-01-10 Pedro Alves <palves@redhat.com>
3176
3177 * gdb.multi/multi-target.c: New file.
3178 * gdb.multi/multi-target.exp: New file.
3179 * lib/gdbserver-support.exp (gdb_target_cmd): Handle "Non-stop
3180 mode requested, but remote does not support non-stop".
3181
78f2c40a
PA
31822020-01-10 Pedro Alves <palves@redhat.com>
3183
3184 * gdb.server/extended-remote-restart.exp (test_reload): Explicitly
3185 disconnect before reconnecting.
3186
e7af6c70
TBA
31872020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
3188 Pedro Alves <palves@redhat.com>
3189
3190 * gdb.server/connect-without-multi-process.exp: Also test
3191 continuing to end.
3192
acdf84a6
PA
31932020-01-10 Pedro Alves <palves@redhat.com>
3194
3195 * gdb.base/remote-exec-file.exp: New file.
3196
873657b9
PA
31972020-01-10 Pedro Alves <palves@redhat.com>
3198
3199 * gdb.base/fork-running-state.exp (do_test): Adjust expected
3200 output.
3201 * gdb.threads/async.c: New.
3202 * gdb.threads/async.exp: New.
3203 * gdb.multi/tids-gid-reset.c: New.
3204 * gdb.multi/tids-gid-reset.exp: New.
3205
7f0ae84c
GB
32062020-01-10 George Barrett <bob@bob131.so>
3207
3208 * gdb.base/stap-probe.c (relocation_marker): Add dummy variable
3209 to help in finding the image relocation offset.
3210 * gdb.base/stap-probe.exp (stap_test): Accept arbitrary compile
3211 options in arguments.
3212 (stap_test_no_debuginfo): Likewise.
3213 (stap-probe-nosem-noopt-pie, stap-probe-nosem-noopt-nopie): Add
3214 test variants.
3215 (stap_test): Add null semaphore relocation test.
3216
47e9d49d
GB
32172020-01-10 George Barrett <bob@bob131.so>
3218
3219 * gdb.base/stap-probe.c: Rename USE_PROBES to USE_SEMAPHORES.
3220 * gdb.base/stap-probe.exp: Likewise.
3221 (stap_test): Pass argument as an additional flag.
3222 (stap_test_no_debuginfo): Likewise.
3223 (stap_test): Check `info probes stap' output for semaphore
3224 addresses if the test binary is supposed to have them.
3225
f5a7c406
AB
32262020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
3227
3228 * gdb.tui/basic.exp: Add more scrolling tests.
3229
9ae6bf64
TT
32302020-01-09 Tom Tromey <tom@tromey.com>
3231
3232 PR tui/18932:
3233 * lib/tuiterm.exp (Term::wait_for): Rename from _accept. Return a
3234 meangingful value.
3235 (Term::command, Term::resize): Update.
3236 * gdb.tui/basic.exp: Add scrolling test.
3237
b2efe70c
AB
32382020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
3239
3240 * gdb.tui/tui-layout-asm.exp: New file.
3241
3804da7e
AB
32422020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
3243
3244 * lib/tuiterm.exp (Term::check_box_contents): New proc.
3245
b40aa28f
AB
32462020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
3247
3248 * lib/tuiterm.exp (Term::prepare_for_tui): New proc.
3249 (Term::enter_tui): Use Term::prepare_for_tui.
3250
63ffd7c9
AB
32512020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
3252
3253 * lib/tuiterm.exp (Term::dump_screen): Always dump the screen when
3254 called.
3255
3be966f6
AB
32562020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
3257
3258 * gdb.base/skip.exp: Fix race condition in test.
3259
153d79c4
AB
32602020-01-06 Andrew Burgess <andrew.burgess@embecosm.com>
3261
3262 * gdb.base/backtrace.c: New file.
3263 * gdb.base/backtrace.exp: New file.
3264
f2302a34
AB
32652020-01-05 Andrew Burgess <andrew.burgess@embecosm.com>
3266
3267 * gdb.tui/list.exp: Test 'focus next' after 'list main'.
3268
6ec1d75e
PW
32692020-01-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3270
3271 * gdb.base/style.exp: Test that warnings are styled.
3272
c296cbe6
BE
32732019-12-29 Bernd Edlinger <bernd.edlinger@hotmail.de>
3274
3275 * gdb.base/line65535.exp: New file.
3276 * gdb.base/line65535.c: New file.
3277
b28a729d
SM
32782019-12-27 Simon Marchi <simon.marchi@polymtl.ca>
3279
3280 * lib/ada.exp (gnat_runtime_has_debug_info): New proc.
3281 * lib/gnat_debug_info_test.adb: New file.
3282 * gdb.ada/ptype_tagged_param.exp: Use
3283 gnat_runtime_has_debug_info, expect a different output if
3284 runtime does not have debug info.
3285
7f2d7a0d
SM
32862019-12-20 Simon Marchi <simon.marchi@efficios.com>
3287
3288 * lib/sym-info-cmds.exp (GDBInfoSymbols::check_no_entry): Add
3289 (another) quote in test name.
3290
f3bce483
SM
32912019-12-20 Simon Marchi <simon.marchi@efficios.com>
3292
3293 * lib/sym-info-cmds.exp (GDBInfoModuleSymbols::check_no_entry):
3294 Add quote in test name.
3295
c855a912
TBA
32962019-12-20 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
3297
3298 * gdb.cp/pass-by-ref.cc: Delete. Generated in the output
3299 directory instead.
3300 * gdb.cp/pass-by-ref.exp: Extend with more cases.
3301 * gdb.cp/pass-by-ref-2.cc: New file.
3302 * gdb.cp/pass-by-ref-2.exp: New file.
3303
fc9d2d72
TT
33042019-12-20 Tom Tromey <tom@tromey.com>
3305
3306 * gdb.tui/list-before.exp: New file.
3307
77b97e00
TT
33082019-12-20 Tom Tromey <tom@tromey.com>
3309
3310 * gdb.tui/list.exp: Check for source on initial listing.
3311
f69656d0
TT
33122019-12-11 Tom Tromey <tromey@adacore.com>
3313
3314 * gdb.xml/tdesc-arch.exp (set_arch): Add "trans_mode" parameter.
3315 Add crlf test.
3316
99a55965
SM
33172019-12-18 Simon Marchi <simon.marchi@efficios.com>
3318
3319 * gdb.base/default.exp: Update value of $_gdb_major.
3320
5024637f
BE
33212019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
3322
3323 * gdb.base/skip.exp: Fix test failure observed with gcc-9.2.0.
3324
b63634be
BE
33252019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
3326
3327 * gdb.base/skip.exp: Whitespace fix.
3328
45d73523
BE
33292019-12-16 Bernd Edlinger <bernd.edlinger@hotmail.de>
3330
3331 * gdb.base/skip-inline.c: New file.
3332 * gdb.base/skip-inline.exp: New file.
3333
d043f8c8
SM
33342019-12-16 Simon Marchi <simon.marchi@polymtl.ca>
3335
3336 * gdb.base/jit-reader.exp (jit_reader_test): Rename
3337 jit_function_00 to jit_function_stack_mangle.
3338 * gdb.base/jithost.c (jit_function_t): Rename to...
3339 (jit_function_stack_mangle_t): ... this.
3340 (jit_function_add_t): New typedef.
3341 (jit_function_00_code): Rename to...
3342 (jit_function_stack_mangle_code): ... this, make static.
3343 (jit_function_add_code): New.
3344 (main): Generate "add" function and call it. Adjust to changes
3345 in jithost_abi.
3346 * gdb.base/jithost.h (struct jithost_abi_bounds): New.
3347 (struct jithost_abi) <begin, end>: Remove fields.
3348 <object, function_stack_mangle, function_add>: New fields.
3349 * gdb.base/jitreader.c (struct reader_state) <code_begin,
3350 code_end>: Remove fields.
3351 <func_stack_mangle>: New field.
3352 (read_debug_info): Adjust to renaming, create block for "add"
3353 function.
3354 (read_sp, unwind_frame, get_frame_id): Adjust to other changes.
3355
873de05c
TT
33562019-12-11 Tom Tromey <tom@tromey.com>
3357
3358 * gdb.tui/resize.exp: Fix regexp.
3359 * gdb.tui/regs.exp: Fix regexps.
3360 * gdb.tui/main.exp: Fix regexp.
3361
3d979945
TT
33622019-12-11 Tom Tromey <tom@tromey.com>
3363
3364 * gdb.tui/resize.exp: Update.
3365 * gdb.tui/empty.exp (layouts): Update.
3366
2192a9d3
TT
33672019-12-11 Tom Tromey <tom@tromey.com>
3368
3369 * gdb.tui/regs.exp: Update.
3370 * gdb.tui/empty.exp (layouts): Update.
3371 * gdb.tui/basic.exp: Update.
3372 * lib/tuiterm.exp (_check_box): Don't check bottom border.
3373
d8edc8b7
PW
33742019-12-11 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3375
3376 * gdb.base/options.exp: Add -raw-values in the print completion list.
3377 * gdb.python/py-prettyprint.exp: Add tests for -raw-values.
3378
4c12d936
KB
33792019-12-10 Kevin Buettner <kevinb@redhat.com>
3380
3381 * gdb.threads/omp-par-scope.c: New file.
3382 * gdb/threads/omp-par-scope.exp: New file.
3383
26b911fb
KB
33842019-12-10 Kevin Buettner <kevinb@redhat.com>
3385
bb47f919
KB
3386 * lib/gdb.exp (support_nested_function_tests): New proc.
3387
33882019-12-10 Kevin Buettner <kevinb@redhat.com>
3389
3390 * lib/gdb.exp (gdb_compile_openmp): New proc.
3391 (build_executable_from_specs): Add an "openmp" option.
3392 (gdb_compile_pthreads): Add non-executable case.
26b911fb 3393
6c71eb7d
TT
33942019-12-10 Tom Tromey <tromey@adacore.com>
3395
3396 * gdb.ada/unchecked_union.exp: New file.
3397 * gdb.ada/unchecked_union/pck.adb: New file.
3398 * gdb.ada/unchecked_union/pck.ads: New file.
3399 * gdb.ada/unchecked_union/unchecked_union.adb: New file.
3400 * gdb-utils.exp (string_to_regexp): Also quote "?".
3401
bac7c5cf
GB
34022019-12-10 George Barrett <bob@bob131.so>
3403
3404 Test scripted probe breakpoints.
3405 * gdb.guile/scm-breakpoint.c (main): Add probe point.
3406 * gdb.python/py-breakpoint.c (main): Likewise.
3407 * gdb.guile/scm-breakpoint.exp (test_bkpt_probe): Add probe
3408 specifier test.
3409 * gdb.python/py-breakpoint.exp (test_bkpt_probe): Likewise.
3410
330f1d38
TBA
34112019-12-09 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
3412
3413 * gdb.cp/rvalue-ref-overload.cc (g): New function that takes
3414 an rvalue parameter.
3415 * gdb.cp/rvalue-ref-overload.exp: Test calling it with an lvalue
3416 parameter.
3417
b43315e2
AB
34182019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
3419
3420 * gdb.mi/mi-fortran-modules.exp: Add patterns to skip system
3421 modules.
3422
54f73dad
AB
34232019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
3424
3425 * gdb.fortran/derived-type-striding.exp: KFAIL if we are using a
3426 broken version of GCC.
3427
d57cbee9
AB
34282019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
3429
3430 * gdb.fortran/info-modules.exp: Rewrite to make use of new
3431 sym-info-cmds library.
3432 * gdb.fortran/info-types.exp: Likewise.
3433 * lib/sym-info-cmds.exp: New file.
3434
c14aab8c
TV
34352019-12-08 Tom de Vries <tdevries@suse.de>
3436
3437 * gdb.dwarf2/imported-unit.exp: Fix inter-CU references.
3438
aa2d5a42
KS
34392019-12-07 Keith Seitz <keiths@redhat.com>
3440
3441 * gdb.base/corefile-buildid-shlib-shr.c: New file.
3442 * gdb.base/corefile-buildid-shlib.c: New file.
3443 * gdb.base/corefile-buildid.c: New file.
3444 * gdb.base/corefile-buildid.exp: New file.
3445
93e55f0a
TV
34462019-12-06 Tom de Vries <tdevries@suse.de>
3447
3448 * gdb.dwarf2/varval.exp: Add decl before def test.
3449
c7d12402
TBA
34502019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
3451
3452 * gdb.cp/rvalue-ref-overload.exp: Minor cleanup.
3453
06acc08f
TBA
34542019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
3455
3456 * gdb.cp/rvalue-ref-overload.cc: Add a case that involves both
3457 CV and reference conversion for overload resolution.
3458 * gdb.cp/rvalue-ref-overload.exp: Test it.
3459
e0fad1ea
PW
34602019-12-06 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3461
3462 * gdb.threads/pthreads.exp: Test taas and tfaas without command.
3463 * gdb.base/frameapply.exp: Test faas without command.
3464
8d70a9f0
AB
34652019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
3466
3467 * lib/gdb.exp (gdb_compile): Add -J compiler option when building
3468 Fortran tests.
3469 * gdb.mi/mi-fortran-modules.exp: Compile source files in correct
3470 order.
3471
36c8fb93
AB
34722019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
3473
3474 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Handle
3475 casting to type with no kind specified.
3476 (test_basic_parsing_of_type_kinds): Additional tests for types
3477 with no kind specified, and add tests for single/double
3478 precision/complex types.
3479
4139ff00
TT
34802019-12-04 Tom Tromey <tromey@adacore.com>
3481
3482 * gdb.base/endianity.c (struct other) <x>: New field.
3483 (main): Initialize it.
3484 * gdb.base/endianity.exp: Update.
3485
a05cf17a
TT
34862019-12-04 Tom Tromey <tromey@adacore.com>
3487
3488 * gdb.ada/scalar_storage/storage.adb: New file.
3489 * gdb.ada/scalar_storage/pck.adb: New file.
3490 * gdb.ada/scalar_storage/pck.ads: New file.
3491 * gdb.ada/scalar_storage.exp: New file.
3492
103a685e
TT
34932019-12-04 Tom Tromey <tromey@adacore.com>
3494
3495 * gdb.base/endianity.c (struct otherendian) <f>: New field.
3496 (main): Initialize it.
3497 * gdb.base/endianity.exp: Update.
3498
c2512106
AB
34992019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
3500
3501 * gdb.mi/mi-sym-info.exp: Add tests for -max-results parameter.
3502
293b38d6
AB
35032019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
3504
3505 * gdb.mi/mi-fortran-modules.exp: Add additional tests for
3506 -symbol-info-module-functions and -symbol-info-module-variables.
3507
216a7e6b
AB
35082019-12-01 Andrew Burgess <andrew.burgess@embecosm.com>
3509
3510 * gdb.fortran/array-slices.exp: Add test for dynamic strings.
3511
5bbd8269
AB
35122019-12-01 Richard Bunt <richard.bunt@arm.com>
3513 Andrew Burgess <andrew.burgess@embecosm.com>
3514
3515 * gdb.fortran/derived-type-striding.exp: New file.
3516 * gdb.fortran/derived-type-striding.f90: New file.
3517 * gdb.fortran/array-slices.exp: New file.
3518 * gdb.fortran/array-slices.f90: New file.
3519
be09caf1
PW
35202019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3521
3522 * gdb.base/define.exp: Test . in command names.
3523 * gdb.base/setshow.exp: Update test, as . is now part of
3524 command name.
3525
643c0cbe
PW
35262019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3527
3528 * gdb.base/define-prefix.exp: New file.
3529
dcdec678
AB
35302019-11-28 Andrew Burgess <andrew.burgess@embecosm.com>
3531
3532 * lib/gdb.exp (skip_btrace_tests): Return 1 if the test fails to
3533 compile.
3534 (skip_btrace_pt_tests): Likewise.
3535
640ab947
AB
35362019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
3537
3538 * gdb.fortran/info-modules.exp: Compile source files in correct
3539 order.
3540
d22670f0
KB
35412019-11-27 Kevin Buettner <kevinb@redhat.com>
3542
3543 * gdb.dwarf2/imported-unit.exp: New file.
3544 * gdb.dwarf2/imported-unit.c: New file.
3545
db5960b4
AB
35462019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
3547
3548 * gdb.mi/mi-fortran-modules-2.f90: New file.
3549 * gdb.mi/mi-fortran-modules.exp: New file.
3550 * gdb.mi/mi-fortran-modules.f90: New file.
3551
7dc42066
AB
35522019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
3553
3554 * gdb.mi/mi-sym-info-1.c: New file.
3555 * gdb.mi/mi-sym-info-2.c: New file.
3556 * gdb.mi/mi-sym-info.exp: New file.
3557
0dfeecca
TT
35582019-11-22 Tom Tromey <tromey@adacore.com>
3559
3560 * gdb.ada/tasks.exp: Add -ada-task-info regression test.
3561 * gdb.ada/tasks/foo.adb: Add another stopping location.
3562
34877895
PJ
35632019-11-21 Peeter Joot <peeter.joot@lzlabs.com>
3564
3565 * gdb.base/endianity.c: New test.
3566 * gdb.base/endianity.exp: New file.
3567
2e84f897
LD
35682019-11-21 Lukas Durfina <ldurfina@tachyum.com>
3569
3570 * gdb.arch/amd64-eval.exp: Skip test if target is not x86-64.
3571
65d1cd5f
TV
35722019-11-21 Tom de Vries <tdevries@suse.de>
3573
3574 PR gdb/24956
3575 * gdb.base/ui-redirect.exp: Test output of user-defined command.
3576
4f22c3f4
SDJ
35772019-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
3578
3579 * gdb.python/py-progspace.exp: Add missing parentheses on some
3580 'print' commands.
3581
9f6ad286
TT
35822019-11-19 Tom Tromey <tom@tromey.com>
3583
3584 * gdb.tui/winheight.exp: New file.
3585
0b8dbf3f
AB
35862019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
3587
3588 * gdb.base/ctf-whatis.c: Delete.
3589 * gdb.base/ctf-whatis.exp: Delete.
3590 * gdb.base/whatis.exp: Rewrite to compile as both dwarf and ctf.
3591
f833b7a7
AB
35922019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
3593
3594 * gdb.base/ctf-cvexpr.exp: Delete.
3595 * gdb.base/cvexpr.exp: Rewrite to compile as both dwarf and ctf.
3596
30d0a636
AB
35972019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
3598
3599 * gdb.base/ctf-constvars.exp: Skip test if CTF is not supported in
3600 the compiler. Clean up header comment a little.
3601 * gdb.base/ctf-ptype.exp: Likewise.
3602 * gdb.base/ctf-whatis.exp: Likewise.
3603 * lib/gdb.exp (skip_ctf_tests): New proc.
3604
494409bb
SDJ
36052019-11-18 Sergio Durigan Junior <sergiodj@redhat.com>
3606
3607 https://bugzilla.redhat.com/show_bug.cgi?id=1765117
3608 * gdb.tui/corefile-run.exp: New file.
3609
55708e99
TT
36102019-11-14 Tom Tromey <tromey@adacore.com>
3611
3612 * gdb.base/gdbvars.exp (test_convenience_variables): Add
3613 regression tests.
3614
45e42163
TT
36152019-11-12 Tom Tromey <tom@tromey.com>
3616
3617 * lib/tuiterm.exp (_accept): Add wait_for parameter. Check output
3618 after any command. Expect prompt after WAIT_FOR is seen.
3619 (enter_tui): Enable resize messages.
3620 (command): Expect command in output.
3621 (get_line): Avoid error when cursor appears to be off-screen.
3622 (dump_screen): Include screen size in title.
3623 (_do_resize): New proc, from "resize".
3624 (resize): Rewrite. Do resize in two steps.
3625 * gdb.tui/empty.exp (layouts): Fix entries.
3626 (check_boxes): Remove xfail.
3627 (check_text): Dump screen on failure.
3628
086baaf1
AB
36292019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
3630
3631 * gdb.python/py-symbol.exp: Add test for
3632 gdb.lookup_static_symbols.
3633
09ff83af
AB
36342019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
3635
3636 * gdb.python/py-symbol.c: Declare and call function from new
3637 py-symbol-2.c file.
3638 * gdb.python/py-symbol.exp: Compile both source files, and add new
3639 tests for gdb.lookup_static_symbol.
3640 * gdb.python/py-symbol-2.c: New file.
3641
11af934b
TV
36422019-11-02 Tom de Vries <tdevries@suse.de>
3643
3644 * gdb.base/advance.exp: Drop superfluous 3rd argument to gdb_test.
3645 * gdb.base/anon.exp: Same.
3646 * gdb.base/auto-connect-native-target.exp: Same.
3647 * gdb.base/call-ar-st.exp: Same.
3648 * gdb.base/catch-syscall.exp: Same.
3649 * gdb.base/commands.exp: Same.
3650 * gdb.base/default.exp: Same.
3651 * gdb.base/display.exp: Same.
3652 * gdb.base/float.exp: Same.
3653 * gdb.base/foll-fork.exp: Same.
3654 * gdb.base/help.exp: Same.
3655 * gdb.base/info-macros.exp: Same.
3656 * gdb.base/info-proc.exp: Same.
3657 * gdb.base/info-target.exp: Same.
3658 * gdb.base/long_long.exp: Same.
3659 * gdb.base/macscp.exp: Same.
3660 * gdb.base/memattr.exp: Same.
3661 * gdb.base/nofield.exp: Same.
3662 * gdb.base/pointers.exp: Same.
3663 * gdb.base/printcmds.exp: Same.
3664 * gdb.base/ptype.exp: Same.
3665 * gdb.base/restore.exp: Same.
3666 * gdb.base/return.exp: Same.
3667 * gdb.base/scope.exp: Same.
3668 * gdb.base/set-noassign.exp: Same.
3669 * gdb.base/setshow.exp: Same.
3670 * gdb.base/shlib-call.exp: Same.
3671 * gdb.base/signals.exp: Same.
3672 * gdb.base/sigstep.exp: Same.
3673 * gdb.base/skip.exp: Same.
3674 * gdb.base/solib-symbol.exp: Same.
3675 * gdb.base/stap-probe.exp: Same.
3676 * gdb.base/step-line.exp: Same.
3677 * gdb.base/step-test.exp: Same.
3678 * gdb.base/style.exp: Same.
3679 * gdb.base/varargs.exp: Same.
3680 * gdb.base/vla-datatypes.exp: Same.
3681 * gdb.base/vla-ptr.exp: Same.
3682 * gdb.base/vla-sideeffect.exp: Same.
3683 * gdb.base/volatile.exp: Same.
3684 * gdb.base/watch-cond-infcall.exp: Same.
3685 * gdb.base/watchpoint.exp: Same.
3686
e96ec2ba
TV
36872019-11-02 Tom de Vries <tdevries@suse.de>
3688
3689 * gdb.cp/anon-union.exp: Drop superfluous 3rd argument to gdb_test.
3690 * gdb.cp/cpexprs.exp: Same.
3691 * gdb.cp/except-multi-location.exp: Same.
3692 * gdb.cp/exceptprint.exp: Same.
3693 * gdb.cp/gdb2384.exp: Same.
3694 * gdb.cp/inherit.exp: Same.
3695 * gdb.cp/m-static.exp: Same.
3696 * gdb.cp/meth-typedefs.exp: Same.
3697 * gdb.cp/misc.exp: Same.
3698 * gdb.cp/namespace.exp: Same.
3699 * gdb.cp/non-trivial-retval.exp: Same.
3700 * gdb.cp/overload.exp: Same.
3701 * gdb.cp/pr17132.exp: Same.
3702 * gdb.cp/re-set-overloaded.exp: Same.
3703 * gdb.cp/rvalue-ref-types.exp: Same.
3704 * gdb.cp/templates.exp: Same.
3705
bd5766ec
LM
37062019-11-01 Luis Machado <luis.machado@linaro.org>
3707
3708 PR gdb/25124
3709
3710 * gdb.arch/pr25124.S: New file.
3711 * gdb.arch/pr25124.exp: New file.
3712
165f8965
AB
37132019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
3714
3715 * gdb.fortran/info-modules.exp: Update expected results, and add
3716 additional tests for 'info module functinos', and 'info module
3717 variables'.
3718 * gdb.fortran/info-types.exp: Update expected results.
3719 * gdb.fortran/info-types.f90: Extend testcase with additional
3720 module variables and functions.
3721
59c35742
AB
37222019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
3723
3724 * gdb.fortran/info-modules.exp: New file.
3725 * gdb.fortran/info-types.exp: Build with new file.
3726 * gdb.fortran/info-types.f90: Include and use new module.
3727 * gdb.fortran/info-types-2.f90: New file.
3728
f3fb2519
PW
37292019-10-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3730
3731 * gdb.base/setshow.exp: Test $_gdb_setting and $_gdb_setting_str.
3732 * gdb.base/settings.exp: Test all settings types using
3733 $_gdb_maint_setting and $_gdb_maint_setting_str in proc_show_setting,
3734 that now verifies that the value of "maint show" is the same as
3735 returned by the settings functions. Test the type of the
3736 maintenance settings.
3737 * gdb.base/default.exp: Update show_conv_list.
3738
d1e36019
TV
37392019-10-31 Tom de Vries <tdevries@suse.de>
3740
3741 * gdb.arch/amd64-disp-step-avx.exp: Drop superfluous 3rd argument to
3742 gdb_test.
3743 * gdb.arch/amd64-disp-step.exp: Same.
3744 * gdb.asm/asm-source.exp: Same.
3745 * gdb.btrace/buffer-size.exp: Same.
3746 * gdb.btrace/cpu.exp: Same.
3747 * gdb.btrace/enable.exp: Same.
3748 * gdb.dwarf2/count.exp: Same.
3749 * gdb.dwarf2/dw2-ranges-func.exp: Same.
3750 * gdb.dwarf2/dw2-ranges-psym.exp: Same.
3751 * gdb.fortran/vla-datatypes.exp: Same.
3752 * gdb.fortran/vla-history.exp: Same.
3753 * gdb.fortran/vla-ptype.exp: Same.
3754 * gdb.fortran/vla-value.exp: Same.
3755 * gdb.fortran/whatis_type.exp: Same.
3756 * gdb.guile/guile.exp: Same.
3757 * gdb.multi/tids.exp: Same.
3758 * gdb.python/py-finish-breakpoint.exp: Same.
3759 * gdb.python/py-framefilter.exp: Same.
3760 * gdb.python/py-pp-registration.exp: Same.
3761 * gdb.python/py-xmethods.exp: Same.
3762 * gdb.python/python.exp: Same.
3763 * gdb.server/connect-with-no-symbol-file.exp: Same.
3764 * gdb.server/no-thread-db.exp: Same.
3765 * gdb.server/run-without-local-binary.exp: Same.
3766 * gdb.stabs/weird.exp: Same.
3767 * gdb.threads/attach-many-short-lived-threads.exp: Same.
3768 * gdb.threads/thread-find.exp: Same.
3769 * gdb.threads/tls-shared.exp: Same.
3770 * gdb.threads/tls.exp: Same.
3771 * gdb.threads/wp-replication.exp: Same.
3772 * gdb.trace/ax.exp: Same.
3773 * lib/gdb.exp (gdb_test_exact, help_test_raw): Same.
3774
3d11e68e
TV
37752019-10-31 Tom de Vries <tdevries@suse.de>
3776
3777 * gdb.ada/array_bounds.exp: Drop superfluous 3rd argument to gdb_test.
3778 * gdb.ada/array_subscript_addr.exp: Same.
3779 * gdb.ada/arrayidx.exp: Same.
3780 * gdb.ada/arrayparam.exp: Same.
3781 * gdb.ada/arrayptr.exp: Same.
3782 * gdb.ada/boolean_expr.exp: Same.
3783 * gdb.ada/call_pn.exp: Same.
3784 * gdb.ada/complete.exp: Same.
3785 * gdb.ada/fixed_cmp.exp: Same.
3786 * gdb.ada/fun_addr.exp: Same.
3787 * gdb.ada/funcall_param.exp: Same.
3788 * gdb.ada/interface.exp: Same.
3789 * gdb.ada/mod_from_name.exp: Same.
3790 * gdb.ada/null_array.exp: Same.
3791 * gdb.ada/packed_array.exp: Same.
3792 * gdb.ada/packed_tagged.exp: Same.
3793 * gdb.ada/print_chars.exp: Same.
3794 * gdb.ada/print_pc.exp: Same.
3795 * gdb.ada/ptype_arith_binop.exp: Same.
3796 * gdb.ada/ptype_field.exp: Same.
3797 * gdb.ada/ptype_tagged_param.exp: Same.
3798 * gdb.ada/rec_return.exp: Same.
3799 * gdb.ada/ref_tick_size.exp: Same.
3800 * gdb.ada/str_ref_cmp.exp: Same.
3801 * gdb.ada/taft_type.exp: Same.
3802 * gdb.ada/tagged.exp: Same.
3803 * gdb.ada/type_coercion.exp: Same.
3804 * gdb.ada/uninitialized_vars.exp: Same.
3805
60b6ede8
TV
38062019-10-30 Tom de Vries <tdevries@suse.de>
3807
3808 * lib/gdb.exp (gdb_test_multiple): Handle -early pattern flag.
3809
30baf67b
TV
38102019-10-26 Tom de Vries <tdevries@suse.de>
3811
3812 * gdb.base/bigcore.c: Fix typos in comments.
3813 * gdb.base/ctf-ptype.c: Same.
3814 * gdb.base/long_long.c: Same.
3815 * gdb.dwarf2/dw2-op-out-param.S: Same.
3816 * gdb.python/py-evthreads.c: Same.
3817 * gdb.reverse/i387-stack-reverse.c: Same.
3818 * gdb.trace/tfile.c: Same.
3819 * lib/compiler.c: Same.
3820 * lib/compiler.cc: Same.
3821
158da0d1
TV
38222019-10-25 Tom de Vries <tdevries@suse.de>
3823
3824 * gdb.reverse/sigall-precsave.exp: Use -wrap and $gdb_test_name in
3825 gdb_test_multiple calls.
3826 * gdb.reverse/sigall-reverse.exp: Same.
3827 * gdb.reverse/solib-precsave.exp: Same.
3828 * gdb.reverse/solib-reverse.exp: Same.
3829 * gdb.reverse/until-precsave.exp: Same.
3830 * gdb.reverse/until-reverse.exp: Same.
3831
4ccdfbec
TV
38322019-10-24 Tom de Vries <tdevries@suse.de>
3833
3834 * lib/gdb.exp (gdb_test_multiple): Add -wrap pattern flag.
3835 * gdb.reverse/step-precsave.exp: Rewrite gdb_test_multiple containing
3836 kfail using -wrap pattern flag and convenience variable
3837 gdb_test_name.
3838
33d569b7
AB
38392019-10-24 Andrew Burgess <andrew.burgess@embecosm.com>
3840
3841 * gdb.python/py-progspace.exp: Add tests for the
3842 Progspace.block_for_pc method.
3843
4d0b984b
TT
38442019-10-23 Tom Tromey <tom@tromey.com>
3845
3846 * configure: Rebuild.
3847 * aclocal.m4: Use m4_include, not sinclude.
3848
94cb3754
TV
38492019-10-21 Tom de Vries <tdevries@suse.de>
3850
3851 * gdb.base/infcall-nested-structs.c: Add
3852 __attribute__((noinline,noclone)) to all functions.
3853 (call_all): Add missing variable initialization. Simplify return value.
3854 (breakpt): Increment volatile variable, to prevent call from being
3855 optimized out.
3856 * gdb.base/infcall-nested-structs.exp: Compile with -O2.
3857
062f1fc1
TV
38582019-10-17 Tom de Vries <tdevries@suse.de>
3859
3860 * gdb.fortran/module.exp: Allow info variables to print info for files
3861 other than module.f90.
3862
0b54364d
AB
38632019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
3864
3865 * gdb.fortran/module.exp: Extend with 'info variables' test.
3866
7ff5fae7
AB
38672019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
3868
3869 * boards/cc-with-tweaks.exp: Setup F90_FOR_TARGET and
3870 F77_FOR_TARGET.
3871
d10eccaa
TV
38722019-10-16 Tom de Vries <tdevries@suse.de>
3873
3874 PR tdep/25096
3875 * gdb.base/infcall-nested-structs.exp: Remove PR25096 KFAILs.
3876
745ff14e
TV
38772019-10-16 Tom de Vries <tdevries@suse.de>
3878
3879 PR tdep/24104
3880 * gdb.base/infcall-nested-structs.exp: Remove XFAIL for PR tdep/24104.
3881 Add KFAIL for PR tdep/25096.
3882
03e1ab94
TV
38832019-10-16 Tom de Vries <tdevries@suse.de>
3884
3885 PR testsuite/25059
3886 * gdb.cp/local-static.exp (do_test): Add xfails for gcc PR debug/55541.
3887
b17fcc10
TV
38882019-10-16 Tom de Vries <tdevries@suse.de>
3889
3890 * gdb.base/jit-reader.exp: Allow non-pointer registers to be printed
3891 as signed.
3892
9223170f
SM
38932019-10-14 Simon Marchi <simon.marchi@polymtl.ca>
3894
3895 * gdb.mi/list-thread-groups-available.exp: Read entries one by
3896 one instead of increasing timeout.
3897
d6e76313
TV
38982019-10-13 Tom de Vries <tdevries@suse.de>
3899
3900 PR record/25038
3901 * gdb.reverse/sigall-precsave.exp: Add PR record/25038 KFAIL.
3902 * gdb.reverse/sigall-reverse.exp: Same.
3903 * gdb.reverse/solib-precsave.exp: Same.
3904 * gdb.reverse/solib-reverse.exp: Same.
3905 * gdb.reverse/step-precsave.exp: Same.
3906 * gdb.reverse/until-precsave.exp: Same.
3907 * gdb.reverse/until-reverse.exp: Same.
3908 * lib/gdb.exp (gdb_continue_to_breakpoint): Same.
3909
6dfc0041
AA
39102019-10-10 Andreas Arnez <arnez@linux.ibm.com>
3911
3912 * gdb.base/infcall-nested-structs.c (cmp_struct_02_01)
3913 (cmp_struct_02_02, cmp_struct_04_01, cmp_struct_04_02)
3914 (cmp_struct_05_01, cmp_struct_static_02_01)
3915 (cmp_struct_static_04_01, cmp_struct_static_06_01): Fix redundant
3916 comparisons.
3917
abcf2cc8
TV
39182019-10-10 Tom de Vries <tdevries@suse.de>
3919
3920 PR testsuite/24888
3921 * lib/ada.exp (target_compile_ada_from_dir): Route -pie/-no-pie to
3922 gnatlink.
3923
a50faaf6
TV
39242019-10-09 Tom de Vries <tdevries@suse.de>
3925
3926 PR testsuite/25048
3927 * gdb.rust/simple.exp: Add xfails for incorrect DWARF.
3928
60ff3cd7
AB
39292019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
3930
3931 * gdb.ada/catch_ex_std.exp: Handle being unabled to catch Ada
3932 exceptions due to missing debug information.
3933
dfee8566
TV
39342019-10-07 Tom de Vries <tdevries@suse.de>
3935
3936 * gdb.base/default.exp: Expect _gdb_major/_gdb_minor to be 9.1.
3937
3d63690a
AB
39382019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
3939
3940 * lib/gdb.exp (gdb_test_multiple): Add gdb_test_name mechanism.
3941 * gdb.base/annota1.exp: Update to use gdb_test_name.
3942
30d1f018
WP
39432019-10-07 Weimin Pan <weimin.pan@oracle.com>
3944
3945 * gdb.base/ctf-whatis.exp: New file.
3946 * gdb.base/ctf-whatis.c: New file.
3947 * gdb.base/ctf-ptype.exp: New file.
3948 * gdb.base/ctf-ptype.c: New file.
3949 * gdb.base/ctf-constvars.exp: New file.
3950 * gdb.base/ctf-constvars.c: New file.
3951 * gdb.base/ctf-cvexpr.exp: New file.
3952
4dbbb47c
TV
39532019-10-04 Tom de Vries <tdevries@suse.de>
3954
3955 * gdb.cp/local-static.c (main): Move declaration of int i out of the
3956 for loop.
3957
77c2dba3
TT
39582019-10-03 Tom Tromey <tom@tromey.com>
3959
3960 PR rust/24976:
3961 * gdb.rust/simple.rs (Union2): New type.
3962 (main): Use Union2.
3963 * gdb.rust/simple.exp: Add test.
3964
179aed7f
AB
39652019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
3966
3967 * gdb.fortran/nested-funcs-2.exp: Run tests with and without the
3968 nested function prefix.
3969
0a4b0913
AB
39702019-10-03 Bernhard Heckel <bernhard.heckel@intel.com>
3971 Richard Bunt <richard.bunt@arm.com>
3972 Andrew Burgess <andrew.burgess@embecosm.com>
3973
3974 * gdb.fortran/nested-funcs.exp: Tests for placing breakpoints on
3975 nested functions.
3976 * gdb.fortran/nested-funcs.f90: Update expected results.
3977 * gdb.fortran/nested-funcs-2.exp: New file.
3978 * gdb.fortran/nested-funcs-2.f90: New file.
3979
082cce05
AB
39802019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
3981
3982 * gdb.python/py-parameter.exp: Make test names unique.
3983 * gdb.python/py-template.exp: Likewise.
3984 * gdb.python/py-value.exp: Likewise.
3985
2b74ba5a
AB
39862019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
3987
3988 * gdb.base/break-interp.exp: Reduce test name duplication.
3989 * gdb.base/call-sc.exp: Likewise.
3990 * gdb.base/callfuncs.exp: Likewise.
3991 * gdb.base/charset.exp: Likewise.
3992 * gdb.base/dump.exp: Likewise.
3993 * gdb.base/ena-dis-br.exp: Likewise.
3994 * gdb.base/relational.exp: Likewise.
3995 * gdb.base/step-over-syscall.exp: Likewise.
3996 * gdb.base/structs.exp: Likewise.
3997
58eb20d5
AB
39982019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
3999
4000 * gdb.linespec/explicit.exp: Make test names unique.
4001 * gdb.linespec/ls-errs.exp: Likewise.
4002
4d421147
AB
40032019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
4004
4005 * gdb.reverse/break-precsave.exp: Make test names unique.
4006 * gdb.reverse/break-reverse.exp: Likewise.
4007 * gdb.reverse/finish-precsave.exp: Likewise.
4008 * gdb.reverse/finish-reverse.exp: Likewise.
4009 * gdb.reverse/machinestate-precsave.exp: Likewise.
4010 * gdb.reverse/machinestate.exp: Likewise.
4011 * gdb.reverse/readv-reverse.exp: Likewise.
4012 * gdb.reverse/recvmsg-reverse.exp: Likewise.
4013 * gdb.reverse/sigall-precsave.exp: Likewise.
4014 * gdb.reverse/sigall-reverse.exp: Likewise.
4015 * gdb.reverse/step-indirect-call-thunk.exp: Likewise.
4016 * gdb.reverse/watch-precsave.exp: Likewise.
4017 * gdb.reverse/watch-reverse.exp: Likewise.
4018
d8c06f22
AB
40192019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
4020
4021 * gdb.threads/stop-with-handle.c: New file.
4022 * gdb.threads/stop-with-handle.exp: New file.
4023
3a56ed86
TV
40242019-10-03 Tom de Vries <tdevries@suse.de>
4025
4026 PR testsuite/25059
4027 * gdb.base/list-missing-source.exp: Allowing the "Compilation
4028 directory" line to be missing.
4029
42275044
TV
40302019-10-03 Tom de Vries <tdevries@suse.de>
4031
4032 PR testsuite/25059
4033 * gdb.base/info-types.exp: Make the presence of the 'unsigned int'
4034 type optional.
4035
9ef62df0
AA
40362019-10-02 Andreas Arnez <arnez@linux.ibm.com>
4037
4038 * gdb.python/py-format-string.c (string.h): New include.
4039 (main): Fill a_struct_with_union.the_union.an_int with bytes of
4040 the same value, for endianness-independence.
4041 * gdb.python/py-format-string.exp (default_regexp_dict)
4042 (test_pretty_structs, test_format): Adjust expected output to the
4043 changed initialization.
4044
37f6a7f4
TT
40452019-10-02 Tom Tromey <tromey@adacore.com>
4046
4047 * gdb.ada/catch_ex_std.exp: Add $_ada_exception test.
4048
1d58d6a2
PA
40492019-10-02 Pedro Alves <palves@redhat.com>
4050 Andrew Burgess <andrew.burgess@embecosm.com>
4051
4052 * gdb.base/print-file-var-lib1.c: Include <stdio.h> and
4053 "print-file-var.h".
4054 (this_version_id) Use ATTRIBUTE_VISIBILITY.
4055 (get_version_1): Print this_version_id and its address.
4056 Add extern "C" wrappers around interface functions.
4057 * gdb.base/print-file-var-lib2.c: Include <stdio.h> and
4058 "print-file-var.h".
4059 (this_version_id) Use ATTRIBUTE_VISIBILITY.
4060 (get_version_2): Print this_version_id and its address.
4061 Add extern "C" wrappers around interface functions.
4062 * gdb.base/print-file-var-main.c: Include <dlfcn.h>, <assert.h>,
4063 <stddef.h> and "print-file-var.h".
4064 Add extern "C" wrappers around interface functions.
4065 [VERSION_ID_MAIN] (this_version_id): Define.
4066 (main): Define v0. Use dlopen if SHLIB_NAME is defined.
4067 * gdb.base/print-file-var.h: Add some #defines to simplify setting
4068 up extern "C" blocks.
4069 * gdb.base/print-file-var.exp (test): New, factored out from top
4070 level.
4071 (top level): Test all combinations of attribute hidden or not,
4072 dlopen or not, and this_version_id symbol in main file or not.
4073 Compile tests as both C++ and C, make test names unique.
4074
d770d56f
TT
40752019-10-01 Tom Tromey <tom@tromey.com>
4076
4077 * gdb.base/style.exp: Test "show logging filename".
4078
7f6aba03
TT
40792019-10-01 Tom Tromey <tom@tromey.com>
4080
4081 * lib/gdb-utils.exp (style): Handle "metadata" argument.
4082 * gdb.base/style.exp: Add metadata style test.
4083
14309bb6
TT
40842019-10-01 Tom Tromey <tom@tromey.com>
4085
4086 * gdb.base/style.exp: Test "pwd".
4087
2a3c1174
PA
40882019-10-01 Tom Tromey <tom@tromey.com>
4089
4090 * gdb.base/style.exp: Update tests.
4091
53d666ec
AA
40922019-10-01 Andreas Arnez <arnez@linux.ibm.com>
4093
4094 * gdb.base/pretty-print.c (struct s1_t): Change fields 'three' and
4095 'six' to unsigned.
4096 (s1): Initialize fields 'four' and 'six' instead of 'three' and
4097 'five'. Use an all-ones bit pattern for each.
4098 * gdb.base/pretty-print.exp: Adjust expected output of "print s1"
4099 to its changed values.
4100
4a56a520
TT
41012019-09-30 Tom Tromey <tromey@adacore.com>
4102
4103 * gdb.rust/traits.rs: Disable all warnings.
4104
0df0352a
TV
41052019-09-29 Tom de Vries <tdevries@suse.de>
4106
aac66a4c 4107 * gdb.dwarf2/gdb-index.exp: Handle new location of .dwz file.
0df0352a 4108
73d9a918
TV
41092019-09-29 Tom de Vries <tdevries@suse.de>
4110
4111 * gdb.dwarf2/gdb-index.exp: Use with_test_prefix for second objcopy.
4112
060b3ab4
TV
41132019-09-27 Tom de Vries <tdevries@suse.de>
4114
4115 * gdb.reverse/step-precsave.exp: Add missing $gdb_prompt in regexps.
4116
68f7d34d
TV
41172019-09-27 Tom de Vries <tdevries@suse.de>
4118
4119 PR record/23188
4120 * gdb.reverse/step-precsave.exp: Add kfail for PR record/23188.
4121
5d63b30a
TT
41222019-09-26 Tom Tromey <tromey@adacore.com>
4123
4124 * gdb.ada/py_taft.exp: New file.
4125 * gdb.ada/py_taft/main.adb: New file.
4126 * gdb.ada/py_taft/pkg.adb: New file.
4127 * gdb.ada/py_taft/pkg.ads: New file.
4128
3d435220
TV
41292019-09-24 Tom de Vries <tdevries@suse.de>
4130
4131 PR gdb/24598
4132 * gdb.arch/amd64-init-x87-values.exp: Add xfail.
4133
77d03678
TV
41342019-09-22 Tom de Vries <tdevries@suse.de>
4135
4136 * gdb.base/restore.exp: Allow register variables to be optimized out at
4137 -O0.
4138
abf516c6
UW
41392019-09-20 Ulrich Weigand <uweigand@de.ibm.com>
4140
4141 * gdb.arch/spu-info.exp: Remove file.
4142 * gdb.arch/spu-info.c: Remove file.
4143 * gdb.arch/spu-ls.exp: Remove file.
4144 * gdb.arch/spu-ls.c: Remove file.
4145
4146 * gdb.asm/asm-source.exp: Remove support for spu*-*-*.
4147 * gdb.asm/spu.inc: Remove file.
4148
4149 * gdb.base/dump.exp: Remove support for spu*-*-*.
4150 * gdb.base/stack-checking.exp: Likewise.
4151 * gdb.base/overlays.exp: Likewise.
4152 * gdb.base/ovlymgr.c: Likewise.
4153 * gdb.base/spu.ld: Remove file.
4154
4155 * gdb.cp/bs15503.exp: Remove support for spu*-*-*.
4156 * gdb.cp/cpexprs.exp: Likewise.
4157 * gdb.cp/exception.exp: Likewise.
4158 * gdb.cp/gdb2495.exp: Likewise.
4159 * gdb.cp/mb-templates.exp: Likewise.
4160 * gdb.cp/pr9167.exp: Likewise.
4161 * gdb.cp/userdef.exp: Likewise.
4162
4163 * gdb.xml/tdesc-regs.exp: Remove support for spu*-*-*.
4164
4165 * gdb.cell: Remove directory.
4166 * lib/cell.exp: Remove file.
4167
e452e88f
TV
41682019-09-19 Tom de Vries <tdevries@suse.de>
4169
4170 * lib/gdb.exp (gdb_test): Eliminate "^FOOBAR$" pattern.
4171
8a625130
TV
41722019-09-19 Tom de Vries <tdevries@suse.de>
4173
4174 * lib/gdbserver-support.exp (gdb_target_cmd): Fix argument passing.
4175
81dc3ab5
TV
41762019-09-19 Tom de Vries <tdevries@suse.de>
4177
4178 * lib/gdbserver-support.exp (gdb_target_cmd_ext): Return 2 (meaning
4179 UNSUPPORTED) for 'Network is unreachable' message. Factor out of ...
4180 (gdb_target_cmd): ... here.
4181 * gdb.server/server-connect.exp: Use gdb_target_cmd_ext, handle return
4182 value 2.
4183
b078f3ac
AB
41842019-09-18 Andrew Burgess <andrew.burgess@embecosm.com>
4185
4186 * gdb.base/source-dir.exp: Avoid having directory names in test
4187 names.
4188
f1b620e9
MG
41892019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
4190
4191 * gdb.base/source-dir.exp: Add extra test for mapped compilation
4192 directory.
4193
67f3ed6a
AB
41942019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
4195
4196 * gdb.base/list-missing-source.exp: New file.
4197
d1b70248
TV
41982019-09-14 Tom de Vries <tdevries@suse.de>
4199
4200 PR teststuite/24599
4201 * gdb.ada/rename_subscript_param.exp: Require gnatmake 8.
4202 * lib/ada.exp (gnatmake_version_at_least): New proc.
4203
5fabdcd6
AB
42042019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
4205
4206 * gdb.base/maint.exp: Use exec_has_index_section.
4207
aa17805f
AB
42082019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
4209
4210 * gdb.base/maint.exp: Add test for 'maint info sections'.
4211
25e5c209
TV
42122019-09-12 Tom de Vries <tdevries@suse.de>
4213
4214 * gdb.base/store.exp: Allow register variables to be optimized out at
4215 -O0.
4216
4993045d
PW
42172019-09-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4218
4219 * gdb.ada/rdv_wait.exp: Update to new task names.
4220 * gdb.base/task_switch_in_core.exp: Likewise.
4221 * gdb.base/info_sources_base.c: Likewise.
4222
8a516164
TT
42232019-09-10 Tom Tromey <tromey@adacore.com>
4224
4225 * boards/cc-with-tweaks.exp: Set GNATMAKE_FOR_TARGET.
4226
aa391654
TT
42272019-09-10 Tom Tromey <tromey@adacore.com>
4228
4229 * gdb.ada/dgopt.exp: New file.
4230 * gdb.ada/dgopt/x.adb: New file.
4231
8634b462
TT
42322019-09-08 Tom Tromey <tom@tromey.com>
4233
4234 * gdb.tui/resize.exp: Remove setup_xfail.
4235 * gdb.tui/regs.exp: Remove setup_xfail.
4236 * gdb.tui/basic.exp: Remove setup_xfail.
4237
736b0f76
DB
42382019-09-06 David Blaikie <dblaikie@gmail.com>
4239
4240 * gdb.base/label.exp: un-XFAIL label related tests under Clang.
4241 * gdb.cp/cplabel.exp: Ditto.
4242 * gdb.linespec/ls-errs.exp: Ditto.
4243
30331a6c
TV
42442019-09-05 Tom de Vries <tdevries@suse.de>
4245
4246 * lib/gdb.exp (cmp_file_string): New proc.
4247 * gdb.base/ui-redirect.exp: Replace "gdb_breakpoint main" with
4248 runto_main. Verify save breakpoints output.
4249
98b0ebab
PW
42502019-09-04 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4251
4252 * gdb.base/info-var.exp: Test info variables without running
4253 to main, to avoid expect's buffer overflow.
4254
4e962e74
TT
42552019-09-03 Tom Tromey <tromey@adacore.com>
4256
4257 * gdb.ada/bias.exp: New file.
4258 * gdb.ada/bias/bias.adb: New file.
4259 * gdb.ada/print_chars.exp: Add regression test.
4260 * gdb.ada/print_chars/foo.adb (My_Character): New type.
4261 (MC): New variable.
4262
2ea1a07a
SL
42632019-08-29 Sandra Loosemore <sandra@codesourcery.com>
4264
4265 * gdb.base/argv0-symlink.exp: Run only on native target
4266 and local host.
4267
8077c50d
TV
42682019-08-29 Tom de Vries <tdevries@suse.de>
4269
4270 * gdb.fortran/info-types.exp: Fix gdb_test regexp to allow more
4271 diverse debug info.
4272 * lib/fortran.exp (fortran_int8): New proc, based on fortran_int4.
4273
48352473
TV
42742019-08-28 Tom de Vries <tdevries@suse.de>
4275
4276 * gdb.base/info-var.exp: Allow info variables to print info for files
4277 other than info-var-f1.c and info-var-f2.c.
4278
d8f27c60
AB
42792019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
4280
4281 * gdb.fortran/info-types.exp: Add module.
4282 * gdb.fortran/info-types.f90: Update expected results.
4283
1f20c35e
AB
42842019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
4285
4286 * gdb.fortran/info-types.exp: New file.
4287 * gdb.fortran/info-types.f90: New file.
4288 * lib/fortran.exp (fortran_character1): New proc.
4289
4acfdd20
AB
42902019-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
4291
4292 * gdb.base/info-fun.exp: Extend to test the -n flag for 'info
4293 functions'. Reindent as needed.
4294 * gdb.base/info-var-f1.c: New file.
4295 * gdb.base/info-var-f2.c: New file.
4296 * gdb.base/info-var.exp: New file.
4297 * gdb.base/info-var.h: New file.
4298
5c31b358
TV
42992019-08-26 Tom de Vries <tdevries@suse.de>
4300
4301 PR c++/24852
4302 * gdb.cp/no-libstdcxx-probe.exp: New test.
4303
b694989f
TV
43042019-08-26 Tom de Vries <tdevries@suse.de>
4305
4306 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Return 1 if probe
4307 * tests need to be skipped.
4308 * gdb.cp/exceptprint.exp: Update call to skip_libstdcxx_probe_tests.
4309 * gdb.mi/mi-catch-cpp-exceptions.exp: Update call to
4310 mi_skip_libstdcxx_probe_tests.
4311
d9c4ba53
SDJ
43122019-08-26 Sergio Durigan Junior <sergiodj@redhat.com>
4313
4314 * gdb.python/py-xmethods.exp: Use raw strings when passing
4315 arguments to SimpleXMethodMatcher.
4316
395fad09
TV
43172019-08-22 Tom de Vries <tdevries@suse.de>
4318
4319 * gdb.multi/multi-term-settings.exp (coretest): Make gdb_test messages
4320 more informative.
4321
26c957f1
PA
43222019-08-21 Pedro Alves <palves@redhat.com>
4323
4324 * gdb.base/with.exp: Test "with" with no arguments.
4325
61f80d5d
TV
43262019-08-21 Tom de Vries <tdevries@suse.de>
4327
4328 * gdb.base/gdb-caching-proc.exp: Sort files.
4329
d7a11d13
TV
43302019-08-20 Tom de Vries <tdevries@suse.de>
4331
4332 * lib/pascal.exp (gdb_compile_pascal): Remove $destfile before
4333 compilation.
4334
34dafe9f
TV
43352019-08-16 Tom de Vries <tdevries@suse.de>
4336
4337 * gdb.base/compare-sections.exp ("after run to main"): Allow
4338 mismatched read-only sections for PIE executables.
4339
398fdd60
TT
43402019-08-16 Tom Tromey <tom@tromey.com>
4341
4342 * lib/tuiterm.exp (_csi_Z): New proc.
4343 * gdb.tui/basic.exp: Update window positions.
4344 * gdb.tui/empty.exp: Update window positions.
4345
d8f9e51c
SL
43462019-08-15 Sandra Loosemore <sandra@codesourcery.com>
4347
4348 * gdb.base/examine-backward.exp: Correct regexp for
4349 "examine 3 bytes backward from ${address_zero}".
4350
3df505f6
TT
43512019-08-15 Tom Tromey <tom@tromey.com>
4352
4353 * gdb.tui/empty.exp: Enable resizing tests.
4354
272560b5
TT
43552019-08-15 Tom Tromey <tromey@adacore.com>
4356
4357 * gdb.ada/char_enum.exp: Add regression tests.
4358 * gdb.ada/char_enum/foo.adb (Char_Enum_Type): Use '_'
4359 and '0'.
4360 (Char, Gchar): Update.
4361 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): Use '+'.
4362
08235187
CB
43632019-08-15 Christian Biesinger <cbiesinger@google.com>
4364
4365 * gdb.python/python.exp: Expect a leading underscore on
4366 GdbOutput{,Error}File.
4367
22a2ab04
SL
43682019-08-15 Sandra Loosemore <sandra@codesourcery.com>
4369
4370 * gdb.dwarf2/dw2-dir-file-name.exp: Skip on remote or
4371 Windows host.
4372
835b995b
SL
43732019-08-15 Sandra Loosemore <sandra@codesourcery.com>
4374
4375 * gdb.base/batch-preserve-term-settings.exp
4376 (test_terminal_settings_preserved_after_sigterm): Skip on Windows.
4377
97dd8e07
CB
43782019-08-15 Christian Biesinger <cbiesinger@google.com>
4379
4380 * lib/gdb.exp: When running on a mingw target, replace
4381 /x/ with x:/.
4382
75faf5c4
AH
43832019-08-14 Alan Hayward <alan.hayward@arm.com>
4384
4385 * gdb.arch/aarch64-prologue.c: New test.
4386 * gdb.arch/aarch64-prologue.exp: New file.
4387
abc6c00f
TV
43882019-08-13 Tom de Vries <tdevries@suse.de>
4389
4390 * gdb.gdb/selftest.exp (send ^C to child process again): Accept also
4391 Thread.
4392
74c2c1f4
SL
43932019-08-13 Sandra Loosemore <sandra@codesourcery.com>
4394
4395 * gdb.python/py-completion.exp: Download the .py file to the host
4396 and use its host pathname. Conditionalize tests that use
4397 tab completion and manipulate files on the build machine.
4398 * gdb.python/py-events.exp: Download the .py file to the host
4399 and use its host pathname.
4400 * gdb.python/py-evsignal.exp: Likewise.
4401 * gdb.python/py-evthreads.exp: Likewise.
4402 * gdb.python/py-framefilter-invalidarg.exp: Match Windows
4403 pathname syntax.
4404 * gdb.python/py-framefilter.exp: Download the .py file to the right
4405 place on the host. Match Windows pathname syntax.
4406 * gdb.python/py-mi-var-info-path-expression.exp: Download the
4407 .py file to the host and use its host pathname.
4408 * gdb.python/py-objfile-script.exp: Match Windows pathname syntax.
4409 * gdb.python/py-objfile.exp: Expect a host pathname, not a
4410 build pathname. Skip symlink test on Windows host. Add missing
4411 newline at end of file.
4412 * gdb.python/py-pp-maint.exp: Download the .py file to the host
4413 and use its host pathname.
4414 * gdb.python/py-pp-registration.exp: Match Windows pathname syntax.
4415 * gdb.python/py-section-script.exp: Use host location of binfile
4416 on safe-path. Use correct path separator on Windows host.
4417 Reorder alternatives in gdb_test_multiple to prevent matching
4418 the wrong alternative on success.
4419 * gdb.python/py-symtab.exp: Match Windows pathname syntax.
4420
ca2589f3
PP
44212019-08-12 Patrick Palka <patrick@parcs.ath.cx>
4422
4423 * gdb.gdb/selftest.exp (test_with_self): Update test to now
4424 expect the GDB inferior to no longer immediately stop after
4425 being resumed with "signal SIGINT".
4426
020a839d
SL
44272019-08-09 Sandra Loosemore <sandra@codesourcery.com>
4428
4429 * gdb.linespec/break-ask.exp: Generalize regexps to match
4430 Windows pathnames too.
4431
128d6509
TV
44322019-08-08 Tom de Vries <tdevries@suse.de>
4433
4434 PR testsuite/24862
4435 * lib/tuiterm.exp (_accept): Fix CSI regexp.
4436
590042fc
PW
44372019-08-07 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4438
4439 * gdb.base/style.exp: Update tests for help doc new invariants.
4440 * gdb.base/help.exp: Likewise.
4441
046bebe1
TT
44422019-08-06 Tom Tromey <tom@tromey.com>
4443
4444 * gdb.base/style.exp: Add disassemble test.
4445 * gdb.base/style.c (some_called_function): New function.
4446 (main): Use it.
4447
0b27c27d
CB
44482019-08-05 Christian Biesinger <cbiesinger@google.com>
4449
4450 * gdb.python/py-block.exp: Test dictionary access on blocks.
4451
580f1034
SM
44522019-08-05 Simon Marchi <simon.marchi@efficios.com>
4453
4454 PR gdb/24863
4455 * gdb.mi/list-thread-groups-available.exp: Increase timeout for
4456 -list-thread-groups --available test when running under
4457 check-read1.
4458
d86bd7cb
TV
44592019-08-05 Tom de Vries <tdevries@suse.de>
4460
4461 PR testsuite/24863
4462 * lib/gdb.exp (with_read1_timeout_factor): New proc.
4463 * gdb.base/help.exp: Use with_read1_timeout_factor.
4464 * gdb.base/info-macros.exp: Same.
4465 * gdb.cp/nested-types.exp: Same.
4466
a80cf5d8
TV
44672019-08-05 Tom de Vries <tdevries@suse.de>
4468
4469 * lib/gdb.exp (version_at_least): Factor out of ...
4470 (tcl_version_at_least): ... here.
4471 (gdb_compile): Fail if pie results in non-PIE executable.
4472 (readelf_version, readelf_prints_pie): New proc.
4473 (exec_is_pie): Return -1 if unknown.
4474
d0962838
TV
44752019-08-05 Tom de Vries <tdevries@suse.de>
4476
4477 * lib/gdb.exp (tcl_version_at_least): Fix typo.
4478
2252ff3d
SL
44792019-08-04 Sandra Loosemore <sandra@codesourcery.com>
4480
4481 * gdb.server/reconnect-ctrl-c.exp: Skip if nointerrupts.
4482
26655f53
SL
44832019-08-04 Sandra Loosemore <sandra@codesourcery.com>
4484
4485 * lib/completion-support.exp (test_gdb_complete_none): Skip
4486 tab completion tests if no readline support.
4487 (test_gdb_complete_unique_re): Likewise.
4488 (test_gdb_complete_multiple): Likewise.
4489
db4dc13e
PW
44902019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4491
4492 * gdb.base/info_sources.exp: New file.
4493 * gdb.base/info_sources.c: New file.
4494 * gdb.base/info_sources_base.c: New file.
4495
0eba165a
PFC
44962019-08-01 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
4497
4498 * gdb.base/batch-exit-status.exp: Call test_exit_status with
4499 prefix argument.
4500 (test_exit_status): Add prefix argument.
4501
59bd512b
TV
45022019-08-01 Tom de Vries <tdevries@suse.de>
4503
4504 PR testsuite/24863
4505 * gdb.threads/fork-plus-threads.exp: Fix check-run1 timeout by
4506 calling exp_continue for new thread and thread exited messages.
4507
2a3ad588
TV
45082019-08-01 Tom de Vries <tdevries@suse.de>
4509
4510 PR testsuite/24863
4511 * gdb.base/structs.exp: Fix check-read1 timeout using
4512 gdb_test_sequence.
4513 * lib/gdb.exp (tcl_version_at_least, lrepeat): New proc.
4514
117eb594
TV
45152019-08-01 Tom de Vries <tdevries@suse.de>
4516
4517 PR testsuite/24863
4518 * gdb.base/break-interp.exp: Use exp_continue after each "info files"
4519 line.
4520
ed591340
TV
45212019-08-01 Tom de Vries <tdevries@suse.de>
4522
4523 PR testsuite/24863
4524 * gdb.base/signals.exp: Fix check-read1 timeout using gdb_test_sequence.
4525
aa3b6533
TT
45262019-07-30 Tom Tromey <tromey@adacore.com>
4527
4528 * gdb.ada/display_nested.exp: New file.
4529 * gdb.ada/display_nested/foo.adb: New file.
4530 * gdb.ada/display_nested/pack.adb: New file.
4531 * gdb.ada/display_nested/pack.ads: New file.
4532
2906593f
CB
45332019-07-30 Christian Biesinger <cbiesinger@google.com>
4534
4535 * gdb.python/py-symbol.c: Add a static variable and one in an anonymous
4536 namespace.
4537 * gdb.python/py-symbol.exp: Test gdb.lookup_static_symbol.
4538
0f575925
TV
45392019-07-30 Tom de Vries <tdevries@suse.de>
4540
4541 * lib/read1.c (read): Don't use unsetenv (v), use setenv (v, "", 1)
4542 instead.
4543
b13057d9
TV
45442019-07-30 Tom de Vries <tdevries@suse.de>
4545
4546 PR testsuite/24834
4547 * lib/gdb.exp (gdb_compile): Fail if nopie results in PIE executable.
4548 (exec_is_pie): New proc.
4549
5c4dde85
CB
45502019-07-29 Christian Biesinger <cbiesinger@google.com>
4551
4552 * gdb.python/py-objfile.exp: Fix misspelling (nonexistant -> nonexistent)
4553
c620ed88
CB
45542019-07-29 Christian Biesinger <cbiesinger@google.com>
4555
4556 * gdb.python/py-objfile.c: Add global and static vars.
4557 * gdb.python/py-objfile.exp: Test new functions Objfile.
4558 lookup_global_symbol and lookup_static_symbol.
4559
3d235706
TT
45602019-07-29 Tom Tromey <tom@tromey.com>
4561
4562 * lib/tuiterm.exp (Term::_csi_@): New proc.
4563 (Term::_csi_X): Don't move cursor.
4564
c7e4c0a6
PW
45652019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4566
4567 * gdb.base/options.exp: Update backtrace - completion to
4568 new option -frame-info.
4569 * gdb.base/frame-args.exp: Test new 'frame-arguments presence'.
4570 Test new 'set print frame-info'. Test backtrace -frame-info
4571 overriding 'set print frame-info'.
4572 * gdb.python/py-framefilter.exp: Test new 'frame-arguments presence'.
4573 Test new 'set print frame-info'.
4574 Verify consistency of backtrace with and without filters, with and
4575 without -no-filters.
4576 * gdb.python/py-framefilter-invalidarg.exp: Update to new print_what
4577 default.
4578
de28a3b7
TV
45792019-07-29 Tom de Vries <tdevries@suse.de>
4580
4581 * gdb.linespec/explicit.exp: Fix completion trigger for "complete with
4582 no arguments".
4583
507dd60e
TV
45842019-07-29 Tom de Vries <tdevries@suse.de>
4585
4586 * gdb.linespec/explicit.exp: Fix gdb_test_multiple regexps where second
4587 is a substring of the first for "complete non-unique file name".
4588
5beafce9
TV
45892019-07-29 Tom de Vries <tdevries@suse.de>
4590
4591 * gdb.python/python.exp: Don't terminate gdb_test_multiple regexp
4592 with ".*".
4593
2d274232
TV
45942019-07-29 Tom de Vries <tdevries@suse.de>
4595
4596 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt, gdb_is_target_1):
4597 Pass prompt_regexp parameter to gdb_test_multiple calls.
4598
9197cd8b
TV
45992019-07-29 Tom de Vries <tdevries@suse.de>
4600
4601 * gdb.base/maint.exp: Use "\r\n" instead of "\[\r\n\]+" in "maint
aac66a4c 4602 print registers" regexps.
9197cd8b 4603
b528dae0
TV
46042019-07-29 Tom de Vries <tdevries@suse.de>
4605
4606 * gdb.base/define.exp: Add "\r\n" to "reset gdb_prompt" regexp.
4607
d17725d7
TV
46082019-07-29 Tom de Vries <tdevries@suse.de>
4609
4610 PR gdb/24855
4611 * lib/gdb.exp (gdb_test_multiple): Add prompt_regexp parameter.
4612 (skip_python_tests_prompt): Add prompt_regexp argument to
4613 gdb_test_multiple calls.
4614
52b75bf1
TT
46152019-07-27 Tom Tromey <tom@tromey.com>
4616
4617 * gdb.tui/main.exp: New file.
4618
2b1d00c2
TT
46192019-07-27 Tom Tromey <tom@tromey.com>
4620
4621 * lib/tuiterm.exp (Term::clean_restart): Make "executable"
4622 optional.
4623 * gdb.tui/empty.exp: New file.
4624
ded631d5
TT
46252019-07-27 Tom Tromey <tom@tromey.com>
4626
4627 * lib/tuiterm.exp (spawn): New proc.
4628 (Term::resize): New proc.
4629 * gdb.tui/resize.exp: New file.
4630
58ac439d
TT
46312019-07-27 Tom Tromey <tom@tromey.com>
4632
4633 * gdb.tui/list.exp: New file.
4634
fe1f56ee
TT
46352019-07-27 Tom Tromey <tom@tromey.com>
4636
4637 * gdb.tui/regs.exp: New file.
4638
f790b310
TT
46392019-07-27 Tom Tromey <tom@tromey.com>
4640
4641 * gdb.tui/basic.exp: Add "layout split" test.
4642
d95fc6ee
TT
46432019-07-27 Tom Tromey <tom@tromey.com>
4644
4645 * gdb.tui/basic.exp: Add "layout asm" test.
4646
c3786b3a
TT
46472019-07-27 Tom Tromey <tom@tromey.com>
4648
4649 * lib/tuiterm.exp: New file.
4650 * gdb.tui/basic.exp: New file.
4651
98a617f8
KB
46522019-07-27 Kevin Buettner <kevinb@redhat.com>
4653
4654 * gdb.dwarf2/dw2-ranges-func.exp (enable_foo_cold_stepping):
4655 Enable tests associated with this flag. Adjust regex
4656 referencing "foo_low" to now refer to "foo_cold" instead.
4657
5c076da4
KB
46582019-07-27 Kevin Buettner <kevinb@redhat.com>
4659
4660 * gdb.dwarf2/dw2-ranges-func.c: Rename to...
4661 * gdb.dwarf2/dw2-ranges-func-lo-cold.c: ...this.
4662 * gdb.dwarf2/dw2-ranges-func-lo-cold.c (foo_low): Change name to
4663 foo_cold. Revise comments to match.
4664 * gdb.dwarf2/dw2-ranges-func-hi-cold.c: New file.
4665 * gdb.dwarf2/dw2-ranges-func.exp (do_test): New proc. Existing tests
4666 were wrapped into this proc; Call do_test in loop from outermost
4667 level.
4668 (foo_low): Rename all occurrences to "foo_cold".
4669 (backtrace from baz): New test.
4670 (x2/i foo_cold): New test.
4671 (info line *foo_cold): New test.
4672
1512d3b7
TV
46732019-07-26 Tom de Vries <tdevries@suse.de>
4674
4675 * gdb.arch/i386-pkru.exp: Fix unterminated string.
4676
297989a1
TV
46772019-07-25 Tom de Vries <tdevries@suse.de>
4678
4679 PR testsuite/24830
4680 * gdb.mi/mi-catch-cpp-exceptions.exp: Call
4681 mi_skip_libstdcxx_probe_tests, and skip unsupported tests.
4682 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Factor out of ...
4683 (skip_libstdcxx_probe_tests): ... here.
4684 * lib/mi-support.exp (mi_skip_libstdcxx_probe_tests): New proc.
4685
b3b965fb
TV
46862019-07-24 Tom de Vries <tdevries@suse.de>
4687
4688 PR testsuite/24807
4689 * gdb.objc/basicclass.m: Include stdio.h.
4690 * gdb.objc/nondebug.m: Same.
4691 * gdb.objc/objcdecode.m: Same.
4692
4625b4d0
TV
46932019-07-24 Tom de Vries <tdevries@suse.de>
4694
4695 PR testsuite/24612
4696 * gdb.base/infoline-reloc-main-from-zero.exp: Add -Wl,-N to
4697 additional_flags.
4698
024a5840
TV
46992019-07-24 Tom de Vries <tdevries@suse.de>
4700
4701 PR testsuite/24831
4702 * gdb.multi/tids.exp: Update error messages for info threads.
4703
c76ddaa3
TV
47042019-07-24 Tom de Vries <tdevries@suse.de>
4705
4706 * gdb.base/info-types.exp: Allow info types to print info for more than
4707 one file.
4708
9a618ef6
TV
47092019-07-23 Tom de Vries <tdevries@suse.de>
4710
4711 PR testsuite/24842
4712 * gdb.dwarf2/multidictionary.exp: Consume initial prompt after
4713 gdb_spawn_with_cmdline_opts.
4714
40eadf04
SP
47152019-07-23 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
4716
4717 * gdb.arch/arm-cmse-sgstubs.c: New test.
4718 * gdb.arch/arm-cmse-sgstubs.exp: New file.
4719
5ba29434
TV
47202019-07-23 Tom de Vries <tdevries@suse.de>
4721
4722 PR testsuite/24711
4723 * gdb.mi/mi-complete.exp: Wait for "set max-completions" result before
4724 issuing next command.
4725
a8e9d247
AB
47262019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
4727
4728 * gdb.ada/info_auto_lang.exp: Update expected results.
4729 * gdb.base/info-types.c: Add additional types to check.
4730 * gdb.base/info-types.exp: Update expected results.
4731
eb86c5e2
AB
47322019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
4733
4734 * gdb.base/info-types.c: New file.
4735 * gdb.base/info-types.exp: New file.
4736
01e175fe
AB
47372019-07-19 Andrew Burgess <andrew.burgess@embecosm.com>
4738
4739 * gdb.arch/riscv-bp-infcall.c: New file.
4740 * gdb.arch/riscv-bp-infcall.exp: New file.
4741
6b78c3f8
AB
47422019-07-17 Andrew Burgess <andrew.burgess@embecosm.com>
4743
4744 PR breakpoints/24541
4745 * gdb.mi/mi-catch-cpp-exceptions.exp: Remove kfail due to 24541.
4746
da738167
TV
47472019-07-14 Tom de Vries <tdevries@suse.de>
4748
4749 PR testsuite/24760
4750 * gdb.objc/basicclass.exp: Fix unterminated string.
4751
0d4e84ed
AB
47522019-07-12 Bernhard Heckel <bernhard.heckel@intel.com>
4753 Andrew Burgess <andrew.burgess@embecosm.com>
4754
4755 * gdb.fortran/vla-ptype.exp: Print array with negative bounds.
4756 * gdb.fortran/vla-sizeof.exp: Print the size of an array with
4757 negative bounds.
4758 * gdb.fortran/vla-value.exp: Print elements of an array with
4759 negative bounds.
4760 * gdb.fortran/vla.f90: Setup an array with negative bounds for
4761 testing.
4762
021d8588
AB
47632019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
4764
4765 * gdb.base/options.exp (expect_string): Dequote strings in
4766 results.
4767 (test-string): Test strings with different quoting and reindent.
4768
f06f1252
TT
47692019-07-10 Tom Tromey <tromey@adacore.com>
4770
4771 * gdb.ada/mi_ex_cond.exp: Update expected results.
4772 * gdb.ada/mi_catch_ex_hand.exp: Update expected results.
4773 * gdb.ada/mi_catch_ex.exp: Update expected results.
4774 * gdb.ada/mi_catch_assert.exp: Update expected results.
4775 * gdb.ada/catch_ex.exp (catch_exception_info)
4776 (catch_exception_entry, catch_assert_entry)
4777 (catch_unhandled_entry): Update.
4778 * gdb.ada/catch_assert_if.exp: Update expected results.
4779
b863685d
RB
47802019-07-10 Richard Bunt <richard.bunt@arm.com>
4781 Stephen Roberts <stephen.roberts@arm.com>
4782
4783 * gdb.base/define.exp: Restore original prompt.
4784
cb1e4e32
PA
47852019-07-09 Pedro Alves <palves@redhat.com>
4786
4787 * gdb.cp/catch-multi-stdlib.exp: Adjust expected "info
4788 breakpoints" output.
4789 * gdb.cp/exception.exp: Adjust expected "info breakpoints" output.
4790 * gdb.python/py-breakpoint.exp: No longer expect that "catch
4791 throw" creates breakpoint.
4792 * gdb.mi/mi-catch-cpp-exceptions.exp (setup_catchpoint): Expect
4793 'type="catchpoint"'.
4794
b58a68fe
PA
47952019-07-09 Pedro Alves <palves@redhat.com>
4796
4797 PR c++/15468
4798 * gdb.cp/except-multi-location-lib.cc: New.
4799 * gdb.cp/except-multi-location-main.cc: New.
4800 * gdb.cp/except-multi-location.exp: New.
4801
0826779b
PW
48022019-07-09 Sergio Durigan Junior <sergiodj@redhat.com>
4803
4804 * gdb.base/printcmds.exp (test_printf_convenience_var): Set
4805 language to "c++" before dealing with wchar_t. Remove DO_WSTRING
4806 argument and update callers.
4807
5b0e2db4
AB
48082019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
4809
4810 * gdb.arch/amd64-break-on-asm-line.S: New file.
4811 * gdb.arch/amd64-break-on-asm-line.exp: New file.
4812
1f6f6e21
PW
48132019-07-08 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4814
4815 * gdb.base/printcmds.exp: Test printing C string and
4816 C wide string convenience vars without transiting via the inferior.
4817 Also make test names unique.
4818
ea142fbf
AH
48192019-07-08 Alan Hayward <alan.hayward@arm.com>
4820
5862c886 4821 PR breakpoints/25011
ea142fbf
AH
4822 * gdb.base/break-idempotent.exp: Test both PIE and non PIE.
4823
213fd9fa
PA
48242019-07-04 Pedro Alves <palves@redhat.com>
4825
4826 * lib/gdb.exp (foreach_with_prefix): Don't return early if
4827 body returned ok(0), break(3) or continue(4).
4828 * gdb.testsuite/foreach_with_prefix.exp: New file.
4829
2b40fda7
AH
48302019-07-04 Alan Hayward <alan.hayward@arm.com>
4831
4832 * gdb.server/unittest.exp: Allow 0 unit tests to run.
4833
a26c8de0
PA
48342019-07-03 Pedro Alves <palves@redhat.com>
4835
4836 * lib/gdb.exp (foreach_with_prefix): Use "catch" and
4837 "return -code".
4838
5f4ba3e7
PA
48392019-07-03 Pedro Alves <palves@redhat.com>
4840
4841 PR cli/24732
4842 * gdb.base/shell.exp: Load completion-support.exp.
4843 Adjust expected error output. Add completion tests.
4844
a994424f
PA
48452019-07-03 Pedro Alves <palves@redhat.com>
4846
4847 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Use
4848 string_to_regexp.
4849
3d9be6f5
PA
48502019-07-03 Pedro Alves <palves@redhat.com>
4851
4852 * gdb.base/options.exp (expect_none, expect_flag, expect_bool)
4853 (expect_integer): Adjust to expect "-string".
4854 (expect_string): New.
4855 (all_options): Expect "-string".
4856 (test-flag, test-boolean): Adjust to expect "-string".
4857 (test-string): New proc.
4858 (top level): Call it.
4859
41fc454c
PA
48602019-07-03 Pedro Alves <palves@redhat.com>
4861
4862 * gdb.base/options.exp (test-misc, test-flag, test-boolean)
4863 (test-uinteger, test-enum): Adjust res_test_gdb_... calls to pass
4864 the expected output in the success.
4865
b2b2a215
PA
48662019-07-03 Pedro Alves <palves@redhat.com>
4867
4868 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
4869 Split one gdb_test_multiple call in two to avoid a race.
4870
fdbc9870
PA
48712019-07-03 Pedro Alves <palves@redhat.com>
4872
4873 * gdb.base/with.c: New file.
4874 * gdb.base/with.exp: New file.
4875
c6ac8931
PA
48762019-07-03 Pedro Alves <palves@redhat.com>
4877
4878 * gdb.base/settings.exp: Replace all references to "maint
4879 test-settings set" with references to "maint set test-settings",
4880 and all references to "maint test-settings show" with references
4881 to "maint show test-settings".
4882
970f9d09
PA
48832019-07-03 Pedro Alves <palves@redhat.com>
4884
4885 * gdb.base/settings.exp (test-string): Adjust expected out when
4886 testing "maint test-settings show filename"
4887
54d66006
PA
48882019-07-02 Pedro Alves <palves@redhat.com>
4889
4890 * gdb.base/options.exp (test-info-threads): New procedure.
4891 (top level): Call it.
4892
10d06d82
TT
48932019-06-28 Tom Tromey <tromey@adacore.com>
4894
4895 * gdb.dwarf2/ada-linkage-name.c: New file.
4896 * gdb.dwarf2/ada-linkage-name.exp: New file.
4897
3d507ff2
TT
48982019-06-27 Tom Tromey <tromey@adacore.com>
4899
d039f014 4900 PR c++/20020:
3d507ff2
TT
4901 * gdb.cp/constexpr-field.exp: Use setup_xfail.
4902
8af58ffe
TV
49032019-06-26 Tom de Vries <tdevries@suse.de>
4904
4905 * gdb.dwarf2/varval.exp: Compile twice, once without bad DWARF.
4906
22e21752
TV
49072019-06-26 Tom de Vries <tdevries@suse.de>
4908
4909 * gdb.base/index-cache.exp: Add back missing debug option.
4910
b65b566c
PW
49112019-06-23 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4912
4913 * gdb.base/alias.exp: Test non matching/non existing prefixes.
4914
5c2c8c69
TV
49152019-06-25 Tom de Vries <tdevries@suse.de>
4916
4917 PR testsuite/24727
4918 * gdb.dwarf2/dw2-restrict.S: Regenerate using clang 5.0.1.
4919
164e3873
TV
49202019-06-24 Tom de Vries <tdevries@suse.de>
4921
4922 * gdb.dwarf2/implptr-64bit.exp: Fix intra-CU '%' label reference.
4923
824eacee
TV
49242019-06-24 Tom de Vries <tdevries@suse.de>
4925
4926 * gdb.trace/entry-values.exp: Use DW_FORM_udata instead of
4927 DW_FOR_sdata for DW_AT_decl_file. Use 0 for DW_AT_decl_file.
4928 * gdb.trace/unavailable-dwarf-piece.exp: Same.
4929
385b97d3
TV
49302019-06-24 Tom de Vries <tdevries@suse.de>
4931
4932 * gdb.dwarf2/inlined_subroutine-inheritance.exp:
4933
c596f180
TV
49342019-06-21 Tom de Vries <tdevries@suse.de>
4935
4936 * gdb.base/index-cache.exp: Add additional_flags=-Wl,--build-id.
4937
b13a7d03
TV
49382019-06-21 Tom de Vries <tdevries@suse.de>
4939
4940 PR testsuite/24518
4941 PR ada/24713
4942 * gdb.ada/ptype_union.exp: Mark as unsupported if executable contains
4943 index.
4944
899277ae
TT
49452019-06-19 Tom Tromey <tromey@adacore.com>
4946
4947 * gdb.ada/length_cond.exp: Add intro comment.
4948
680e1bee
TT
49492019-06-19 Tom Tromey <tromey@adacore.com>
4950
4951 * gdb.ada/length_cond.exp: New file.
4952 * gdb.ada/length_cond/length_cond.adb: New file.
4953 * gdb.ada/length_cond/pck.adb: New file.
4954 * gdb.ada/length_cond/pck.ads: New file.
4955
0ed4690a
TV
49562019-06-18 Tom de Vries <tdevries@suse.de>
4957
4958 * boards/fission.exp (debug_flags): Add "-fuse-ld=gold".
4959
d20ed5fd
TT
49602019-06-18 Tom Tromey <tromey@adacore.com>
4961
4962 * gdb.base/list0.h: Add comment explaining control character.
4963
86e04673
TV
49642019-06-18 Tom de Vries <tdevries@suse.de>
4965
4966 * boards/fission.exp: Break up long debug_flags line.
4967
c4973306
SM
49682019-06-16 Tom de Vries <tdevries@suse.de>
4969
4970 PR gdb/24445
4971 * gdb.dwarf2/gdb-index.exp (add_gdb_index): Update dwz file with
4972 generated index.
4973
93cb9841
AB
49742019-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
4975
4976 PR gdb/24686
4977 * gdb.mi/mi-catch-cpp-exceptions.exp: Add an extra pattern to
4978 improve detection of bug gdb/24541.
4979
399aaebd
SM
49802019-06-16 Simon Marchi <simon.marchi@polymtl.ca>
4981
4982 PR gdb/24669
4983 * gdb.base/index-cache.exp (uses_readnow,
4984 expecting_index_cache_use): Define global variable.
4985 (test_cache_enabled_miss, test_cache_enabled_hit): Use
4986 expecting_index_cache_use.
4987
584a927c
AB
49882019-06-16 Bernhard Heckel <bernhard.heckel@intel.com>
4989 Andrew Burgess <andrew.burgess@embecosm.com>
4990
4991 * gdb.fortran/pointers.f90: New file.
4992 * gdb.fortran/print_type.exp: New file.
4993 * gdb.fortran/vla-ptype.exp: Adapt expected results.
4994 * gdb.fortran/vla-type.exp: Likewise.
4995 * gdb.fortran/vla-value.exp: Likewise.
4996 * gdb.mi/mi-vla-fortran.exp: Likewise.
4997
30056ea0
AB
49982019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
4999
5000 * gdb.mi/mi-catch-cpp-exceptions.cc: New file.
5001 * gdb.mi/mi-catch-cpp-exceptions.exp: New file.
5002 * lib/mi-support.exp (mi_expect_stop): Handle 'exception-caught'
5003 as a stop reason.
5004
ec8e2b6d
AB
50052019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
5006
5007 * gdb.base/annota1.exp: Update expected results.
5008 * gdb.cp/annota2.exp: Likewise.
5009 * gdb.cp/annota3.exp: Likewise.
5010
09e4c4e1
AB
50112019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
5012
5013 * gdb.base/style-logging.exp: Remove path from test name.
5014
0735b091
TT
50152019-06-14 Tom Tromey <tromey@adacore.com>
5016
5017 PR gdb/24502:
5018 * gdb.base/style-logging.exp: New file.
5019
f5686554
TT
50202019-06-14 Tom Tromey <tromey@adacore.com>
5021
5022 * gdb.base/symfile-warn.exp: New file.
5023 * gdb.base/symfile-warn.c: New file.
5024
a0c1ffed
TT
50252019-06-14 Tom Tromey <tromey@adacore.com>
5026
5027 * gdb.base/annotate-symlink.exp: New file.
5028
f411722c
TT
50292019-06-14 Tom Tromey <tromey@adacore.com>
5030
5031 * gdb.ada/set_wstr.exp: Add reassignment test.
5032
4268ec18
TT
50332019-06-14 Tom Tromey <tromey@adacore.com>
5034
5035 * gdb.ada/formatted_ref.exp (test_p_x_addr): Check
5036 'unchecked_access and 'unrestricted_access as well.
5037
9a9e394b
TT
50382019-06-14 Tom Tromey <tromey@adacore.com>
5039
5040 PR ada/24539:
5041 * gdb.ada/vla.exp: Update tests.
5042 * gdb.ada/vla/vla.adb (Record_Type): Use No_Component_Reordering
5043 pragma.
5044
4c048731
PA
50452019-06-13 Pedro Alves <palves@redhat.com>
5046
5047 * gdb.base/settings.exp (test-integer): Test junk after
5048 "unlimited".
5049
6665660a
PA
50502019-06-13 Pedro Alves <palves@redhat.com>
5051
5052 * gdb.base/options.exp (test-thread-apply): New.
5053 (top level): Call it.
5054
5d707134
PA
50552019-06-13 Pedro Alves <palves@redhat.com>
5056
5057 * gdb.base/options.exp (test-frame-apply): New.
5058 (top level): Test print commands with different "frame apply"
5059 prefixes.
5060
e2a689da
PA
50612019-06-13 Pedro Alves <palves@redhat.com>
5062
e79be6e5 5063 * lib/completion-support.exp (test_gdb_complete_tab_multiple)
e2a689da
PA
5064 (test_gdb_complete_cmd_multiple, test_gdb_complete_multiple): Add
5065 'max_completions' parameter and handle it.
5066 (test_gdb_completion_offers_commands): New.
5067
90a1ef87
PA
50682019-06-13 Pedro Alves <palves@redhat.com>
5069
5070 * gdb.base/options.exp (test-backtrace): Test completing qualifiers.
5071
d4c16835
PA
50722019-06-13 Pedro Alves <palves@redhat.com>
5073
5074 * gdb.base/options.exp (test-backtrace): New.
5075 (top level): Call it.
5076
2daf894e
PA
50772019-06-13 Pedro Alves <palves@redhat.com>
5078
5079 * gdb.guile/scm-frame-args.exp: Use "set print
5080 raw-frame-arguments" instead of "set print raw frame-arguments".
5081 * gdb.python/py-frame-args.exp: Likewise.
5082
e6ed716c
PA
50832019-06-13 Pedro Alves <palves@redhat.com>
5084
5085 * gdb.compile/compile.exp: Adjust expected output to option
5086 processing changes.
5087
7d8062de
PA
50882019-06-13 Pedro Alves <palves@redhat.com>
5089
5090 * gdb.base/options.exp: Build executable.
5091 (test-print): New procedure.
5092 (top level): Call it, once for "print" and another for "compile
5093 print".
5094
9d0faba9
PA
50952019-06-13 Pedro Alves <palves@redhat.com>
5096
5097 * gdb.base/options.c: New file.
5098 * gdb.base/options.exp: New file.
5099
dee7b4c8
PA
51002019-06-13 Pedro Alves <palves@redhat.com>
5101
5102 * gdb.base/settings.exp (test-boolean, test-auto-boolean): Check
5103 that "o" is ambiguous.
5104
dca0f6c0
PA
51052019-06-13 Pedro Alves <palves@redhat.com>
5106
5107 * gdb.base/settings.c: New file.
5108 * gdb.base/settings.exp: New file.
5109
ccf46844
PA
51102019-06-13 Pedro Alves <palves@redhat.com>
5111
5112 * gdb.base/completion.exp: Fix comment typo.
5113
b9a3f842
PA
51142019-06-13 Pedro Alves <palves@redhat.com>
5115
5116 * gdb.multi/tids.exp: Adjust expected output. Add "thread apply 1
5117 foo --1" test.
5118
d106773e
PA
51192019-06-11 Bernhard Heckel <bernhard.heckel@intel.com>
5120
5121 * gdb.fortran/block-data.f: New.
5122 * gdb.fortran/block-data.exp: New.
5123
fea82da0
TV
51242019-06-11 Tom de Vries <tdevries@suse.de>
5125
5126 PR testsuite/24521
5127 * gdb.multi/remove-inferiors.exp: Allow "Expanding full symbols"
5128 message.
5129
8c2e74f1
TV
51302019-06-11 Tom de Vries <tdevries@suse.de>
5131
5132 PR testsuite/24521
5133 * gdb.dwarf2/nonvar-access.exp: Fix main high_pc.
5134
b49851c8
TV
51352019-06-11 Tom de Vries <tdevries@suse.de>
5136
5137 * boards/readnow.exp: New file.
5138
a7067863
AB
51392019-06-10 Andrew Burgess <andrew.burgess@embecosm.com>
5140
5141 * gdb.fortran/vla-sizeof.exp: Update expected results.
5142
1a3da2cd
AB
51432019-06-06 Amos Bird <amosbird@gmail.com>
5144
5145 * gdb.base/annota1.exp (thread_switch): Add test for
5146 thread-exited annotation.
5147
3847a7bf
TT
51482019-06-06 Tom Tromey <tromey@adacore.com>
5149
5150 * gdb.base/maint.exp: Expect command started/finished output.
5151
0088ba59
AB
51522019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
5153
5154 * gdb.arch/riscv-unwind-long-insn-6.s: Remove use of 'I' in
5155 comment.
5156 * gdb.arch/riscv-unwind-long-insn-8.s: Likewise.
5157
312617a3
AB
51582019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
5159
5160 * gdb.arch/riscv-unwind-long-insn-6.s: New file.
5161 * gdb.arch/riscv-unwind-long-insn-8.s: New file.
5162 * gdb.arch/riscv-unwind-long-insn.c: New file.
5163 * gdb.arch/riscv-unwind-long-insn.exp: New file.
5164
e1f2e1a2
CB
51652019-06-04 Christian Biesinger <cbiesinger@google.com>
5166
d3238f7d 5167 * gdb.python/py-type.exp: Test for new gdb.Type.objfile property.
e1f2e1a2 5168
206584bd
PW
51692019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5170
5171 * lib/gdb.exp (help_list_trailer): New regexp variable
5172 factorizing the help trailer message.
5173 (test_class_help): Use help_list_trailer. Add LIST_OF_COMMANDS
5174 arg to allow to better factorize various tests.
5175 (test_user_defined_class_help): Factorizes testing 'help user-defined'.
5176 (test_prefix_command_help): Use help_list_trailer.
5177 * gdb.python/py-cmd.exp: Use test_user_defined_class_help.
5178 * gdb.guile/scm-cmd.exp: Likewise.
5179 * gdb.trace/tracecmd.exp: Update caller of test_class_help.
5180 * gdb.base/help.exp: Use test_user_defined_class_help.
5181 * gdb.base/style.exp: Add tests for styling of help and apropos.
5182 * lib/gdb-utils.exp (style): Add title and highlight styles.
5183
708dc93e
PW
51842019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5185
5186 * gdb.base/shell.exp: Test pipe command, $_shell_exitcode,
5187 $_shell_exitsignal.
5188 * gdb.base/default.exp: Update for new convenience variables.
5189
f49055a5
TT
51902019-05-29 Tom Tromey <tromey@adacore.com>
5191
5192 * gdb.ada/complete.exp (test_gdb_no_completion): Add "/" and "-"
5193 to "break complete ada" test case's regexp.
5194
4330d61d
TT
51952019-05-29 Tom Tromey <tromey@adacore.com>
5196
5197 PR c++/20020:
5198 * gdb.cp/constexpr-field.exp: New file.
5199 * gdb.cp/constexpr-field.cc: New file.
5200
000439d5
TT
52012019-05-29 Tom Tromey <tromey@adacore.com>
5202
5203 * gdb.base/finish.exp (finish_no_print): New proc.
5204 (finish_tests): Call it.
5205
5a01c34c
TV
52062019-05-24 Tom de Vries <tdevries@suse.de>
5207
5208 * gdb.dwarf2/gdb-add-index.exp: New file.
5209
18125b16
TT
52102019-05-22 Tom Tromey <tromey@adacore.com>
5211
5212 * gdb.base/info-shared.exp (check_info_shared): Use "style".
5213 * gdb.base/style.exp: Use "style".
5214 * lib/gdb-utils.exp (style): New proc.
5215
af1a8d03
TV
52162019-05-22 Tom de Vries <tdevries@suse.de>
5217
5218 * gdb.base/align.exp: Require c++11.
5219
e7fe496b
TV
52202019-05-22 Tom de Vries <tdevries@suse.de>
5221
5222 PR testsuite/24586
5223 * gdb.python/py-mi-var-info-path-expression.exp: Call
5224 mi_skip_python_tests to check if python is supported.
5225
8fca4da0
AH
52262019-05-22 Alan Hayward <alan.hayward@arm.com>
5227
5228 * gdb.arch/aarch64-pauth.c: New test.
5229 * gdb.arch/aarch64-pauth.exp: New file.
5230
b7060614
AH
52312019-05-22 Alan Hayward <alan.hayward@arm.com>
5232
5233 * README (Re-running Tests Outside The Testsuite): New section.
5234
669d0468
TV
52352019-05-21 Tom de Vries <tdevries@suse.de>
5236
5237 * gdb.arch/amd64-eval.exp: Require c++11.
5238 * gdb.base/max-depth.exp: Same.
5239 * gdb.compile/compile-cplus-array-decay.exp: Same.
5240 * gdb.cp/meth-typedefs.exp: Same.
5241 * gdb.cp/subtypes.exp: Same.
5242 * gdb.cp/temargs.exp: Same.
5243
ce3ebcaa
AH
52442019-05-21 Alan Hayward <alan.hayward@arm.com>
5245
5246 * lib/gdbserver-support.exp (gdbserver_run): Mark kill as optional.
5247
34d11c68
AB
52482019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
5249
5250 PR gdb/18644
5251 * gdb.fortran/complex.exp: Remove setup_kfail calls.
5252 * gdb.fortran/printing-types.exp: Add new test.
5253 * gdb.fortran/printing-types.f90: Add 16-byte real variable for
5254 testing.
5255 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Remove
5256 setup_kfail call.
5257
87781e84
AH
52582019-05-17 Alan Hayward <alan.hayward@arm.com>
5259
5260 * README (Running the Testsuite): Change example.
5261 (Testsuite Parameters): Remove TRANSCRIPT.
5262 * lib/gdb.exp: Remove TRANSCRIPT check.
5263
b420b89e
AH
52642019-05-17 Alan Hayward <alan.hayward@arm.com>
5265
5266 * README (Testsuite Parameters): Add replay logging to
5267 GDBSERVER_DEBUG.
5268 (gdbserver,debug): Refer to GDBSERVER_DEBUG.
5269 * lib/gdbserver-support.exp (gdbserver_start): Treat gdbserverdebug
5270 as a comma separated list.
5271 (gdb_debug_init): Override procedure.
5272
408e9b8b
AH
52732019-05-17 Alan Hayward <alan.hayward@arm.com>
5274
5275 * lib/gdb.exp (default_gdb_spawn): Call gdb_write_cmd_file.
5276 (gdb_write_cmd_file): New procedure.
5277 * lib/gdbserver-support.exp (gdbserver_start): Call
5278 gdbserver_write_cmd_file.
5279 (gdbserver_write_cmd_file): New procedure.
5280
f9e2e39d
AH
52812019-05-17 Alan Hayward <alan.hayward@arm.com>
5282
5283 * lib/gdb.exp (gdb_unload): Mark Y as an answer.
5284 (delete_breakpoints): Likewise.
5285 (gdb_run_cmd): Likewise.
5286 (gdb_start_cmd): Likewise.
5287 (gdb_starti_cmd): Likewise.
5288 (gdb_internal_error_resync): Likewise.
5289 (gdb_test_multiple): Likewise.
5290 (gdb_reinitialize_dir): Likewise.
5291 (default_gdb_exit): Likewise.
5292 (gdb_file_cmd): Mark kill as optional.
5293 (default_gdb_start): Call gdb_stdin_log_init.
5294 (send_gdb): Call gdb_stdin_log_write.
5295 (rerun_to_main): Mark Y as an answer.
5296 (gdb_stdin_log_init): New function.
5297 (gdb_stdin_log_write): Likewise.
5298
81f47ac2
AH
52992019-05-17 Alan Hayward <alan.hayward@arm.com>
5300
5301 * gdb.base/breakpoint-in-ro-region.exp: Disable when debugging.
5302 * gdb.base/debug-expr.exp: Likewise.
5303 * gdb.base/foll-fork.exp: Likewise.
5304 * gdb.base/foll-vfork.exp: Likewise.
5305 * gdb.base/fork-print-inferior-events.exp: Likewise.
5306 * gdb.base/gdb-sigterm.exp: Likewise.
5307 * gdb.base/gdbinit-history.exp: Likewise.
5308 * gdb.base/osabi.exp: Likewise.
5309 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
5310 * gdb.base/ui-redirect.exp: Likewise.
5311 * gdb.gdb/unittest.exp: Likewise.
5312 * gdb.mi/mi-break.exp: Disable separate-mi-tty when debugging.
5313 * gdb.mi/mi-watch.exp: Likewise.
5314 * gdb.mi/new-ui-mi-sync.exp: Likewise.
5315 * gdb.mi/user-selected-context-sync.exp: Likewise.
5316 * gdb.python/python.exp: Disable debug test when debugging.
5317 * gdb.threads/check-libthread-db.exp: Disable when debugging.
5318 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
5319 Likewise.
5320 * gdb.threads/stepi-random-signal.exp: Likewise.
5321
29b52314
AH
53222019-05-17 Alan Hayward <alan.hayward@arm.com>
5323
5324 * Makefile.in: Pass through GDB_DEBUG.
5325 * README (Testsuite Parameters): Add GDB_DEBUG.
81f47ac2
AH
5326 (gdb,debug): Add board setting.
5327 * lib/gdb.exp (default_gdb_start): Start debugging.
5328 (gdb_debug_enabled): New procedure.
5329 (gdb_debug_init): Likewise.
29b52314
AH
5330
53312019-05-17 Alan Hayward <alan.hayward@arm.com>
e79be6e5 5332
29b52314
AH
5333 * Makefile.in: Pass through GDB_DEBUG.
5334 * README (Testsuite Parameters): Add GDB_DEBUG.
81f47ac2
AH
5335 (gdb,debug): Add board setting.
5336 * lib/gdb.exp (default_gdb_start): Start debugging.
5337 (gdb_debug_enabled): New procedure.
5338 (gdb_debug_init): Likewise.
29b52314 5339
ca1285d1
AH
53402019-05-17 Alan Hayward <alan.hayward@arm.com>
5341
5342 * gdb.base/ui-redirect.exp: Add debug redirect tests.
5343
f3a09c80
AH
53442019-05-17 Alan Hayward <alan.hayward@arm.com>
5345
5346 * gdb.base/ui-redirect.exp: Test redirection.
5347
26648588
JV
53482019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
5349
5350 * gdb.mi/mi-complete.exp: New file.
5351 * gdb.mi/mi-complete.cc: Likewise.
5352
14237686
AB
53532019-05-15 Bernhard Heckel <bernhard.heckel@intel.com>
5354
5355 * gdb.fortran/vla-sizeof.exp: Add tests of sizeof applied to
5356 indexed and sliced arrays, and pointers to arrays.
5357
e7bd7fba
TT
53582019-05-14 Tom Tromey <tromey@adacore.com>
5359
5360 * gdb.base/info-shared.exp (check_info_shared): Add "info shared"
5361 styling test.
5362
2764128d
TV
53632019-05-14 Tom de Vries <tdevries@suse.de>
5364
5365 * gdb.dwarf2/dw2-skip-prologue.S (.debug_loc): Fix base address
5366 selection entry encoding.
5367
71bed2db
TT
53682019-05-10 Tom Tromey <tromey@adacore.com>
5369
5370 * gdb.ada/info_exc.exp: Add "complete" test.
5371
63b667ad
TV
53722019-05-09 Tom de Vries <tdevries@suse.de>
5373
5374 * gdb.arch/amd64-tailcall-self.S: Make DW_FORM_ref4 references
5375 CU-relative.
5376
9cfd2b89
TV
53772019-05-09 Tom de Vries <tdevries@suse.de>
5378
5379 * gdb.arch/amd64-entry-value-paramref.S: Make DW_FORM_ref4 references
5380 CU-relative.
5381
2228ef77
XR
53822019-05-08 Joel Brobecker <brobecker@adacore.com>
5383
5384 * gdb.ada/frame_arg_lang.exp: New testcase.
5385 * gdb.ada/frame_arg_lang/bla.adb: New file.
5386 * gdb.ada/frame_arg_lang/pck.ads: New file.
5387 * gdb.ada/frame_arg_lang/pck.adb: New file.
5388 * gdb.ada/frame_arg_lang/foo.c: New file.
5389
80e55b13
TT
53902019-05-08 Tom Tromey <tromey@adacore.com>
5391
5392 * gdb.python/py-value.exp (test_value_in_inferior): Add Ada test.
5393
9d3421af
TT
53942019-05-08 Tom Tromey <tromey@adacore.com>
5395
5396 * gdb.base/ptype-offsets.exp: Update tests.
5397
844333e2
TT
53982019-05-08 Tom Tromey <tromey@adacore.com>
5399
5400 * gdb.base/ptype-offsets.exp: Use string_to_regexp. Fix test
5401 cases.
5402 * gdb.base/ptype-offsets.cc (struct abc) <my_int_type>: Now
5403 "short".
5404
988915ee
TT
54052019-05-08 Tom Tromey <tromey@adacore.com>
5406
5407 * gdb.ada/vla.exp: New file.
5408 * gdb.ada/vla/vla.adb: New file.
5409
7bd55dac
TV
54102019-05-07 Tom de Vries <tdevries@suse.de>
5411
5412 * gdb.base/index-cache.exp (ls_host): Fix return statement.
5413
75f06e9d
TV
54142019-05-07 Tom de Vries <tdevries@suse.de>
5415
5416 PR testsuite/24522
5417 * gdb.dlang/watch-loc.c: Fix debug_info_offset in .debug_aranges
5418 section.
5419
77e7aaa4
TV
54202019-05-07 Tom de Vries <tdevries@suse.de>
5421
5422 PR testsuite/24522
5423 * gdb.dwarf2/dw2-case-insensitive-debug.S: Fix debug_info_offset in
5424 .debug_aranges section.
5425
456ba0fa
TV
54262019-05-07 Tom de Vries <tdevries@suse.de>
5427
5428 PR testsuite/24159
5429 * lib/dwarf.exp: Fix handling of DW_FORM_ref_addr.
5430
5a56d6a6
TV
54312019-05-06 Tom de Vries <tdevries@suse.de>
5432
5433 * lib/gdb.exp (exec_has_index_section): New proc.
5434 * gdb.base/index-cache.exp: Handle case that binfile contains an index
5435 section.
5436
9d6d4be8
TV
54372019-05-04 Tom de Vries <tdevries@suse.de>
5438
5439 * boards/cc-with-debug-names.exp: New file.
5440
222a8d25
TT
54412019-05-03 Tom Tromey <tromey@adacore.com>
5442
5443 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): New type.
5444 * gdb.ada/char_enum/foo.adb: Use Global_Enum_Type.
5445 * gdb.ada/char_enum.exp: Add test.
5446
0fdfd794
TV
54472019-05-03 Tom de Vries <tdevries@suse.de>
5448
5449 * boards/cc-with-gdb-index.exp: New file.
5450
80062eb9
AB
54512019-05-02 Andrew Burgess <andrew.burgess@embecosm.com>
5452
5453 * gdb.rust/simple.exp: Add new test case.
5454 * gdb.rust/simple.rs (struct StringAtOffset): New struct.
5455 (main): Initialise an instance of the new struct.
5456
4504bbde
TT
54572019-05-01 Tom Tromey <tromey@adacore.com>
5458
5459 * gdb.ada/packed_array_assign/aggregates.ads (Nested_Packed): New
5460 record.
5461 (NPR): New variable.
5462 * gdb.ada/packed_array_assign.exp: Add nested packed assignment
5463 test.
5464
d48e62f4
TT
54652019-05-01 Tom Tromey <tromey@adacore.com>
5466
5467 * gdb.ada/packed_array_assign.exp: Add packed assignment
5468 regression test.
5469
f59f30f5
TV
54702019-05-01 Tom de Vries <tdevries@suse.de>
5471
5472 * boards/cc-with-tweaks.exp: Generate gdb.sh, and pass it in env(GDB).
5473
b70bfc54
TV
54742019-05-01 Tom de Vries <tdevries@suse.de>
5475
5476 * boards/dwarf4-gdb-index.exp: Use cc-with-tweaks.exp.
5477
15f18d14
AT
54782019-04-30 Ali Tamur <tamur@google.com>
5479
5480 * lib/dwarf.exp(): Added DW_FORM_strx1-4.
5481
2ff0a947
TT
54822019-04-30 Tom Tromey <tromey@adacore.com>
5483
5484 * lib/ada.exp (find_ada_tool): New proc.
5485 * lib/gdb.exp (gdb_compile_shlib): Allow .o files as inputs.
5486 * gdb.ada/catch_ex_std.exp: New file.
5487 * gdb.ada/catch_ex_std/foo.adb: New file.
5488 * gdb.ada/catch_ex_std/some_package.adb: New file.
5489 * gdb.ada/catch_ex_std/some_package.ads: New file.
5490
a776957c
TT
54912019-04-30 Tom Tromey <tromey@adacore.com>
5492
5493 PR c++/24470:
5494 * gdb.cp/temargs.cc: Add test code from PR.
5495
bc68014d
AB
54962019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
5497
5498 * gdb.fortran/vla-datatypes.exp: Update expected results.
5499 * gdb.fortran/vla-ptype.exp: Likewise.
5500 * gdb.fortran/vla-type.exp: Likewise.
5501 * gdb.fortran/vla-value.exp: Likewise.
5502
f1fdc960
AB
55032019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
5504
5505 * gdb.fortran/ptr-indentation.exp: Update expected results.
5506 * gdb.fortran/ptype-on-functions.exp: Likewise.
5507 * gdb.fortran/vla-ptr-info.exp: Likewise.
5508 * gdb.fortran/vla-value.exp: Likewise.
5509
bf7a4de1
AB
55102019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
5511
5512 * gdb.fortran/ptype-on-functions.exp: New file.
5513 * gdb.fortran/ptype-on-functions.f90: New file.
5514
bbe75b9d
AB
55152019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
5516
5517 * gdb.fortran/exprs.exp (test_convenience_variables): Expect lower
5518 case void string.
5519
1db455a7
AB
55202019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
5521
5522 * gdb.fortran/complex.exp: Expand.
5523 * gdb.fortran/complex.f: Renamed to...
5524 * gdb.fortran/complex.f90: ...this, and extended to add more
5525 complex values.
5526
b6d03bb2
AB
55272019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
5528
5529 * gdb.fortran/intrinsics.exp: Extend to cover MOD, CEILING, FLOOR,
5530 MODULO, CMPLX.
5531
2e62ab40
AB
55322019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
5533 Richard Bunt <richard.bunt@arm.com>
5534
5535 * gdb.base/max-depth.c: New file.
5536 * gdb.base/max-depth.exp: New file.
5537 * gdb.python/py-nested-maps.c: New file.
5538 * gdb.python/py-nested-maps.exp: New file.
5539 * gdb.python/py-nested-maps.py: New file.
5540 * gdb.python/py-format-string.exp (test_max_depth): New proc.
5541 (test_all_common): Call test_max_depth.
5542 * gdb.fortran/max-depth.exp: New file.
5543 * gdb.fortran/max-depth.f90: New file.
5544 * gdb.go/max-depth.exp: New file.
5545 * gdb.go/max-depth.go: New file.
5546 * gdb.modula2/max-depth.exp: New file.
5547 * gdb.modula2/max-depth.c: New file.
5548 * lib/gdb.exp (get_print_expr_at_depths): New proc.
5549
d2b584a5
TV
55502019-04-29 Tom de Vries <tdevries@suse.de>
5551
5552 * lib/opencl.exp (skip_opencl_tests): Add missing "with" in regexp.
5553
136afab8
PW
55542019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5555
5556 * gdb.base/callexit.exp: Test may-call-functions off.
5557
725cbb63
KS
55582019-04-25 Keith Seitz <keiths@redhat.com>
5559
5560 PR c++/24367
5561 * gdb.cp/meth-typedefs.cc (incomplete_struct)
5562 (another_incomplete_struct, test_incomplete): New definitions.
5563 (main): Use new definitions.
5564 * gdb.cp/meth-typedefs.exp: Add new tests for `test_incomplete'
5565 functions.
5566
701adfb0
PA
55672019-04-25 Ali Tamur <tamur@google.com>
5568
5569 * lib/dwarf.exp (_handle_DW_FORM): Add DW_FORM_strx.
5570
82433e3e
SDJ
55712019-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
5572
5573 PR corefiles/11608
5574 PR corefiles/18187
5575 * gdb.base/coredump-filter-build-id.exp: New file.
5576
dd06d4d6
AH
55772019-04-25 Alan Hayward <alan.hayward@arm.com>
5578
e79be6e5
SM
5579 * Makefile.in: Pass through GDBSERVER_DEBUG.
5580 * README (Testsuite Parameters): Add GDBSERVER_DEBUG.
5581 (gdbserver,debug): Add board setting.
5582 * gdb.trace/tspeed.exp: Skip when debugging.
5583 * lib/gdb.exp (gdbserver_debug_enabled): New procedure.
5584 * lib/gdbserver-support.exp: Likewise
dd06d4d6 5585
1670072e
TT
55862019-04-24 Tom Tromey <tromey@adacore.com>
5587
5588 * lib/gdb.exp (gdb_compile): Don't add -fno-stack-protector for
5589 Rust.
5590
a59240a4
TT
55912019-04-24 Tom Tromey <tromey@adacore.com>
5592
5593 * gdb.arch/amd64-eval.exp: Test bitfield return.
5594 * gdb.arch/amd64-eval.cc (struct Bitfields): New.
5595 (class Foo) <return_bitfields>: New method.
5596 (main): Call it.
5597
b907456c
AB
55982019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
5599
5600 * gdb.cp/many-args.cc: New file.
5601 * gdb.cp/many-args.exp: New file.
5602
5c565afd
TV
56032019-04-23 Tom de Vries <tdevries@suse.de>
5604
5605 PR gdb/24433
5606 * gdb.btrace/reconnect.exp: Fix stepi 19 pattern.
5607
ba22ff86
AH
56082019-04-23 Alan Hayward <alan.hayward@arm.com>
5609
5610 * gdb.trace/backtrace.exp: Use nopie flag.
5611 * gdb.trace/circ.exp: Likewise.
5612 * gdb.trace/collection.exp: Likewise.
5613 * gdb.trace/ftrace.exp: Likewise.
5614 * gdb.trace/mi-trace-unavailable.exp: Likewise.
5615 * gdb.trace/mi-traceframe-changed.exp: Likewise.
5616 * gdb.trace/qtro.exp: Likewise.
5617 * gdb.trace/read-memory.exp: Likewise.
5618 * gdb.trace/report.exp: Likewise.
5619 * gdb.trace/tfile.exp: Likewise.
5620 * gdb.trace/tfind.exp: Likewise.
5621 * gdb.trace/unavailable.exp: Likewise.
5622
7905fc35
PA
56232019-04-22 Pedro Alves <palves@redhat.com>
5624
5625 * gdb.base/solib-probes-nosharedlibrary.c,
5626 gdb.base/solib-probes-nosharedlibrary.exp: New files.
5627
8ecb59f8
TT
56282019-04-19 Tom Tromey <tromey@adacore.com>
5629
5630 * gdb.ada/ptype_union.c: New file.
5631 * gdb.ada/ptype_union.exp: New file.
5632
62160ec9
TT
56332019-04-19 Tom Tromey <tromey@adacore.com>
5634
5635 PR symtab/24423:
5636 * gdb.base/list0.h (foo): Add a control-l character.
5637
36cd4ba5
TV
56382019-04-18 Tom de Vries <tdevries@suse.de>
5639
5640 PR gdb/24433
5641 * boards/local-board.exp: Set sysroot to "".
5642
b73715df
TV
56432019-04-18 Tom de Vries <tdevries@suse.de>
5644 Pedro Alves <palves@redhat.com>
5645
5646 PR gdb/24454
5647 * gdb.threads/vfork-follow-child-exec.c: New file.
5648 * gdb.threads/vfork-follow-child-exec.exp: New file.
5649 * gdb.threads/vfork-follow-child-exit.c: New file.
5650 * gdb.threads/vfork-follow-child-exit.exp: New file.
5651
4aa866af
LS
56522019-04-15 Leszek Swirski <leszeks@google.com>
5653
5654 * gdb.arch/amd64-eval.cc: New file.
5655 * gdb.arch/amd64-eval.exp: New file.
5656
e5a1a79a
AH
56572019-04-11 Alan Hayward <alan.hayward@arm.com>
5658
5659 * gdb.server/sysroot.c: New test.
5660 * gdb.server/sysroot.exp: New file.
5661 * lib/gdbserver-support.exp (gdb_target_cmd): Add additional text
5662 matching param.
5663
41077b66
AB
56642019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
5665
5666 * gdb.base/align.exp: Extend test to cover structures containing
5667 only static fields.
5668
c30391f8
TV
56692019-04-11 Tom de Vries <tdevries@suse.de>
5670
5671 * boards/cc-with-dwz-m.exp: New file.
5672 * boards/cc-with-dwz.exp: New file.
5673 * boards/cc-with-tweaks.exp: Note that check-gdb doesn't work.
5674
e242fd12
SM
56752019-04-09 Simon Marchi <simon.marchi@efficios.com>
5676
5677 * gdb.base/start-cpp.exp: New file.
5678 * gdb.base/start-cpp.cc: New file.
5679
2b0c8b01
KB
56802019-04-08 Kevin Buettner <kevinb@redhat.com>
5681
5682 * gdb.python/py-thrhandle.exp: Adjust tests to call
5683 thread_from_handle instead of thread_from_thread_handle.
5684
947210e5
KB
56852019-04-08 Kevin Buettner <kevinb@redhat.com>
5686
5687 * gdb.python/py-thrhandle.exp: Add tests for
5688 gdb.InferiorThread.handle.
5689
d7df6549
AB
56902019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
5691
5692 * gdb.python/py-function.exp: Check calling helper function from
5693 all languages.
5694 * lib/gdb.exp (gdb_supported_languages): New proc.
5695
8bdc1658
AB
56962019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
5697
5698 * gdb.base/complex-parts.c: New file.
5699 * gdb.base/complex-parts.exp: New file.
5700
05caa1d2
TT
57012019-04-01 Tom Tromey <tromey@adacore.com>
5702
5703 PR symtab/23331:
5704 * gdb.dwarf2/dw2-ranges-main.c: New file.
5705 * gdb.dwarf2/dw2-ranges-psym.c: New file.
5706 * gdb.dwarf2/dw2-ranges-psym.exp: New file.
5707
7734102d
EZ
57082019-03-30 Simon Marchi <simark@simark.ca>
5709
5710 * gdb.base/default.exp: Add values for $_gdb_major and
5711 $_gdb_minor.
5712
188e1fa9
TT
57132019-03-29 Tom Tromey <tromey@adacore.com>
5714
5715 * gdb.base/help.exp: Tighten apropos regexp.
5716
2880242d
KS
57172019-03-29 Keith Seitz <keiths@redhat.com>
5718
5719 * gdb.fortran/array-bounds.exp: New file.
5720 * gdb.fortran/array-bounds.f90: New file.
5721
077cad8e
PW
57222019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5723
5724 * gdb.multi/multi-term-settings.c (main): Increase alarm timer.
5725
80047cfc
PW
57262019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5727
5728 * gdb.multi/hello.c (main): Increase alarm timer.
5729
f489207e
SL
57302019-03-28 Sandra Loosemore <sandra@codesourcery.com>
5731
5732 * gdb.threads/watchpoint-fork.exp (test): Use large timeout
5733 factor when no hardware watchpoint support.
5734
c92df149
AH
57352019-03-28 Alan Hayward <alan.hayward@arm.com>
5736 Pedro Alves <palves@redhat.com>
5737
5738 * boards/local-board.exp: set sysroot to /.
5739
933aebfa
AH
57402019-03-27 Alan Hayward <alan.hayward@arm.com>
5741
5742 * gdb.base/interrupt-daemon-attach.c (main): Add alarm and sleep
5743 in child.
5744
9f9aa852
AB
57452019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
5746
5747 * gdb.python/py-prettyprint.c (struct container) <is_map_p>: New
5748 field.
5749 (make_container): Initialise new field.
5750 * gdb.python/py-prettyprint.exp: Add new tests.
5751 * gdb.python/py-prettyprint.py (class ContainerPrinter)
5752 <display_hint>: New method.
5753
3714a195
AB
57542019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
5755
5756 * gdb.python/py-prettyprint.exp: Use gdb_breakpoint and
5757 gdb_continue_to_breakpoint more throughout this test.
5758 (run_lang_tests) Supply unique test names, and use
5759 gdb_test_no_output.
5760
18c77628
AB
57612019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
5762
5763 * gdb.base/finish-pretty.exp: Update expected results.
5764 * gdb.base/pretty-print.c: New file.
5765 * gdb.base/pretty-print.exp: New file.
5766
9a93502f
PA
57672019-03-25 Pedro Alves <palves@redhat.com>
5768
5769 * lib/gdb.exp (gdb_test_multiple): Split appends to $code and
5770 move comments outside list. Append '-i "" eof' section.
5771
968aa7ae
AH
57722019-03-22 Alan Hayward <alan.hayward@arm.com>
5773
34a7f2a4 5774 PR testsuite/25016
968aa7ae
AH
5775 * README: Add pie options.
5776 * gdb.base/break-interp.exp: Ensure pie is disabled.
5777 * gdb.base/dump.exp: Likewise.
5778 * lib/gdb.exp (gdb_compile): Add pie option.
5779
4c7d57e7
TT
57802019-03-19 Tom Tromey <tromey@adacore.com>
5781
5782 * gdb.mi/mi2-cli-display.c: New file.
5783 * gdb.mi/mi2-cli-display.exp: New file.
5784
bff8c71f
TT
57852019-03-18 Joel Brobecker <brobecker@adacore.com>
5786 Tom Tromey <tromey@adacore.com>
5787
5788 * gdb.ada/ptype_array/pck.adb: New file.
5789 * gdb.ada/ptype_array/pck.ads: New file.
5790 * gdb.ada/ptype_array/foo.adb: New file.
5791 * gdb.ada/ptype_array.exp: New file.
5792
d085f989
TT
57932019-03-14 Tom Tromey <tromey@adacore.com>
5794
5795 * gdb.base/style.exp: Add "set style sources" test.
5796
b4be1b06
SM
57972019-03-13 Simon Marchi <simon.marchi@ericsson.com>
5798
5799 * mi-breakpoint-location-ena-dis.exp: Rename to ...
5800 * mi-breakpoint-multiple-locations.exp: ... this.
5801 (make_breakpoints_pattern): New proc.
5802 (do_test): Add mi_version parameter, test -break-insert,
5803 -break-info and =breakpoint-created.
5804
7cde5fc2
AB
58052019-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
5806
5807 * config/default.exp: Remove 'load_lib gdb.exp'.
5808 * config/monitor.exp: Likewise.
5809 * config/sid.exp: Likewise.
5810 * config/sim.exp: Likewise.
5811 * config/slite.exp: Likewise.
5812 * config/unix.exp: Likewise.
5813 * gdb.base/default.exp: Remove unhelpful comment.
5814
efbecbc1
AB
58152019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5816
5817 * gdb.fortran/type-kinds.exp: Extend to cover TYPE*SIZE cases.
5818
0841c79a
AB
58192019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5820
5821 * gdb.fortran/intrinsics.exp: Extend to cover ABS.
5822
4a270568
AB
58232019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5824
5825 * gdb.fortran/type-kinds.exp: Update expected results.
5826
067630bd
AB
58272019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5828
5829 * gdb.fortran/type-kinds.exp: Test new integer type kind.
5830
3be47f7a
AB
58312019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5832
5833 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): New
5834 function.
5835 (test_basic_parsing_of_type_kinds): Expand types tested.
5836 (test_parsing_invalid_type_kinds): New function.
5837
4d00f5d8
AB
58382019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5839
5840 * gdb.fortran/intrinsics.exp: New file.
5841 * gdb.fortran/intrinsics.f90: New file.
5842 * gdb.fortran/type-kinds.exp: New file.
5843
c8f91604
AB
58442019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5845
5846 * gdb.fortran/dot-ops.exp: New file.
5847
dd9f2c76
AB
58482019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5849
5850 * gdb.fortran/types.exp (test_logical_literal_types_accepted):
5851 Check upper and lower case logical literals.
5852
84ec9724
AB
58532019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5854
5855 * gdb.fortran/types.exp (test_float_literal_types_accepted):
5856 Remove duplicate tests.
5857
c3734e09
AH
58582019-03-06 Alan Hayward <alan.hayward@arm.com>
5859
5860 * lib/gdb.exp (builtin_cd): rename of cd.
5861 (cd): Override builtin.
5862
aa3cfbda
RB
58632019-03-06 Richard Bunt <richard.bunt@arm.com>
5864
5865 * gdb.fortran/function-calls.exp: New file.
5866 * gdb.fortran/function-calls.f90: New test.
5867
7b63ad86
RB
58682019-03-04 Richard Bunt <richard.bunt@arm.com>
5869
5870 * gdb.fortran/short-circuit-argument-list.exp: Remove reliance
5871 on user program standard output.
5872 * gdb.fortran/short-circuit-argument-list.f90: Record function
5873 calls.
5874
01abb042
AH
58752019-02-28 Alan Hayward <alan.hayward@arm.com>
5876
c3734e09
AH
5877 * lib/gdbserver-support.exp (gdbserver_start): Check for listen
5878 failure.
01abb042 5879
92137da0
RO
58802019-02-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
5881
5882 PR gdb/8527
5883 * gdb.base/interrupt-daemon-attach.c,
5884 gdb.base/interrupt-daemon-attach.exp: New test.
5885
5862844d
PA
58862019-02-27 Pedro Alves <palves@redhat.com>
5887
5888 * gdb.base/page.exp: Add tests for "set width/height -1".
5889
8ed25214
PA
58902019-02-27 Pedro Alves <palves@redhat.com>
5891
5892 * gdb.base/page.exp: Add tests for "set/show width/height" with
5893 "infinite" values.
5894
6c28e44a
TT
58952019-02-27 Tom Tromey <tromey@adacore.com>
5896
5897 * lib/gdb.exp (skip_python_tests_prompt): Don't check for Python
5898 2.4.
5899 * gdb.python/py-finish-breakpoint.exp: Remove Python 2.4
5900 workaround.
5901
bf9a735e
AB
59022019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
5903
5904 * gdb.base/align.exp: Extend to compile in both C and C++, and add
5905 tests for structs with static members.
5906
8791793c
TT
59072019-02-26 Tom Tromey <tromey@adacore.com>
5908
5909 * gdb.python/py-value.exp (test_value_from_buffer): Check for
5910 ValueError, not TypeError.
5911
bc2a507e
KB
59122019-02-26 Kevin Buettner <kevinb@redhat.com>
5913
5914 * gdb.python/py-value.exp (test_value_from_buffer): New proc with
5915 call from main program.
5916
e0e7d3bd
JB
59172019-02-23 Joel Brobecker <brobecker@adacore.com>
5918
5919 * gdb.ada/mi_ref_changeable.exp: Update copyright year range.
5920 * gdb.ada/mi_ref_changeable/foo_rb20_056.adb: Likewise.
5921 * gdb.ada/mi_ref_changeable/pck.adb: Likewise.
5922 * gdb.ada/mi_ref_changeable/pck.ads: Likewise.
5923 * gdb.dwarf2/inlined_subroutine-inheritance.exp: Likewise.
5924
9600246d
KS
59252019-02-22 Keith Seitz <keiths@redhat.com>
5926
5927 PR symtab/23853
5928 * gdb.base/symlink-sourcefile.c: New file.
5929 * gdb.base/symlink-sourcefile.exp: New file.
5930
0c95f9ed
TT
59312019-02-20 Tom Tromey <tom@tromey.com>
5932
5933 * gdb.base/info_qt.exp: Update.
5934
6caa91b6
SM
59352019-02-19 Simon Marchi <simon.marchi@polymtl.ca>
5936
5937 * gdb.base/source.exp: Move "error in sourced script" code to
5938 the end.
5939 * gdb.base/source-error.gdb: Move contents to
5940 source-error-1.gdb. Add new code to source source-error-1.gdb.
5941 * gdb.base/source-error-1.gdb: New file, from previous
5942 source-error.gdb.
5943
6506371f
TT
59442019-02-17 Tom Tromey <tom@tromey.com>
5945
5946 * gdb.base/style.exp: Use -g3 to compile when possible. Add test
5947 for macro styling.
5948 * gdb.base/style.c (SOME_MACRO): New macro.
5949
a0087920
TT
59502019-02-17 Tom Tromey <tom@tromey.com>
5951
5952 * gdb.base/style.exp: Add line-wrapping tests.
5953 * gdb.base/page.exp: Add test for quitting during pagination.
5954
a2cd4f14
JB
59552019-02-17 Joel Brobecker <brobecker@adacore.com>
5956
5957 * gdb.ada/big_packed_array: New testcase.
5958 * gdb.ada/homonym.exp: Fix incorrect expected output for
5959 "break <homonym__get_value>" test.
5960
9d70ffbc
WP
59612019-02-13 Weimin Pan <weimin.pan@oracle.com>
5962
5963 PR breakpoints/21870
5964 * gdb.arch/aarch64-dbreg-contents.exp: Use runto_main + continue
5965 and prepare_for_testing. Add comment.
5966 * gdb.arch/aarch64-dbreg-contents.c: Remove SET_WATCHPOINT and
5967 redundant cleanup call. Clean up comment.
5968
01c7ae81
WP
59692019-02-12 Weimin Pan <weimin.pan@oracle.com>
5970
5971 PR breakpoints/21870
5972 * gdb.arch/aarch64-dbreg-contents.exp: New file.
5973 * gdb.arch/aarch64-dbreg-contents.c: New file.
5974
aff29d1c
JB
59752019-02-10 Joel Brobecker <brobecker@adacore.com>
5976
5977 * gdb.ada/mi_ref_changeable: New testcase.
5978
df0da8a2
AH
59792019-02-07 Alan Hayward <alan.hayward@arm.com>
5980
5981 * gdb.base/attach.exp: Add double attach test.
5982
bd447abb
SM
59832019-02-07 Simon Marchi <simon.marchi@polymtl.ca>
5984
5985 * lib/gdb.exp (default_gdb_start): Don't match pagination
5986 prompt.
5987 (gdb_init): Set stty_init.
5988
1dbc40b9
TT
59892019-01-27 Tom Tromey <tom@tromey.com>
5990
5991 * gdb.python/py-finish-breakpoint.exp: Remove duplicate call to
5992 skip_python_tests.
5993
353229bf
AH
59942019-01-24 Alan Hayward <alan.hayward@arm.com>
5995
5996 * gdb.base/infcall-nested-structs.c (struct struct_static_02_01):
5997 New structure.
5998 (struct struct_static_02_02): Likewise.
5999 (struct struct_static_02_03): Likewise.
6000 (struct struct_static_02_04): Likewise.
6001 (struct struct_static_04_01): Likewise.
6002 (struct struct_static_04_02): Likewise.
6003 (struct struct_static_04_03): Likewise.
6004 (struct struct_static_04_04): Likewise.
6005 (struct struct_static_06_01): Likewise.
6006 (struct struct_static_06_02): Likewise.
6007 (struct struct_static_06_03): Likewise.
6008 (struct struct_static_06_04): Likewise.
6009 (cmp_struct_static_02_01): Likewise.
6010 (cmp_struct_static_02_02): Likewise.
6011 (cmp_struct_static_02_03): Likewise.
6012 (cmp_struct_static_02_04): Likewise.
6013 (cmp_struct_static_04_01): Likewise.
6014 (cmp_struct_static_04_02): Likewise.
6015 (cmp_struct_static_04_03): Likewise.
6016 (cmp_struct_static_04_04): Likewise.
6017 (cmp_struct_static_06_01): Likewise.
6018 (cmp_struct_static_06_02): Likewise.
6019 (cmp_struct_static_06_03): Likewise.
6020 (cmp_struct_static_06_04): Likewise.
6021 (call_all): Test new structs.
6022 * gdb.base/infcall-nested-structs.exp: Likewise.
6023
73021deb
AH
60242019-01-21 Alan Hayward <alan.hayward@arm.com>
6025 * gdb.base/infcall-nested-structs.exp: Test C++ in addition to C.
6026
fc65c7db
AH
60272019-01-21 Alan Hayward <alan.hayward@arm.com>
6028 * gdb.base/stack-protector.c: New test.
6029 * gdb.base/stack-protector.exp: New file.
6030 * gdb.cp/ovldbreak.exp: Only allow a single break line.
6031 * lib/gdb.exp (get_compiler_info): Use getting_compiler_info
6032 option.
6033 (gdb_compile): Remove stack protector for GCC and prevent
6034 recursion.
6035
c24bdb02
KS
60362019-01-16 Keith Seitz <keiths@redhat.com>
6037
6038 PR gdb/23773
6039 * gdb.dwarf2/inlined_subroutine-inheritance.exp: New file.
6040
6f072a10
PFC
60412019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
6042
6043 * gdb.arch/vsx-regs.exp: Add tests that use the vector register
6044 aliases.
6045 * gdb.arch/altivec-regs.exp: Likewise. Fix indentation of two
6046 tests.
6047 * gdb.arch/powerpc-vector-regs.c: New file.
6048 * gdb.arch/powerpc-vector-regs.exp: New file.
6049
a7b8d682
PFC
60502019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
6051
6052 * gdb.arch/altivec-regs.exp: Fix the list passed to
6053 gdb_expect_list when testing "info vector".
6054
6eb6fb67
AB
60552019-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
6056
6057 * gdb.base/style.exp: Don't include path in testname.
6058
b56f80d8
KS
60592019-01-10 Keith Seitz <keiths@redhat.com>
6060
6061 PR gdb/23712
6062 PR symtab/23010
6063 * gdb.dwarf2/multidictionary.exp: New file.
6064
041be526
SM
60652019-01-09 Simon Marchi <simon.marchi@ericsson.com>
6066
6067 * gdb.cp/demangle.exp (test_gnu_style_demangling): Rename to...
6068 (test_gnuv3_style_demangling): ... this.
6069 (test_lucid_style_demangling): Remove.
6070 (test_arm_style_demangling): Remove.
6071 (test_hp_style_demangling): Remove.
6072 (do_tests): Remove calls to the above.
6073
d820d0c3
AB
60742019-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
6075
6076 * lib/mi-support.exp (mi_gdb_test): Remove interactive prompt
6077 case.
6078
f097f5ad
TT
60792019-01-06 Tom Tromey <tom@tromey.com>
6080
6081 PR gdb/28155:
6082 * gdb.dwarf2/typedef-void-finish.exp: New file.
6083
2cd8cc0b
TT
60842018-12-28 Tom Tromey <tom@tromey.com>
6085 Simon Marchi <simark@simark.ca>
6086
6087 * gdb.base/jit-exec.exp: New file.
6088 * gdb.base/jit-exec.c: New file.
6089 * gdb.base/jit-execd.c: New file.
6090
35fb8261
TT
60912018-12-28 Tom Tromey <tom@tromey.com>
6092
6093 * gdb.base/style.exp: Update test to check for address styling.
6094
47fd17cd
TT
60952018-12-28 Tom Tromey <tom@tromey.com>
6096
6097 * gdb.base/style.exp: Add test for styling of "Reading symbols"
6098 message.
6099
d47032b7
TT
61002018-12-28 Tom Tromey <tom@tromey.com>
6101
6102 * gdb.base/style.exp: Add test for version number styling.
6103
af79b68d
TT
61042018-12-28 Tom Tromey <tom@tromey.com>
6105
6106 * gdb.base/style.exp: Add test for print_address_symbolic.
6107
0bb296cb
TT
61082018-12-28 Tom Tromey <tom@tromey.com>
6109
6110 * gdb.base/style.exp: Add test for breakpoint setting.
6111
80ae2043
TT
61122018-12-28 Tom Tromey <tom@tromey.com>
6113
6114 * gdb.base/style.exp: Add test for variable names.
6115
cbe56571
TT
61162018-12-28 Tom Tromey <tom@tromey.com>
6117
6118 * gdb.base/style.exp: New file.
6119 * gdb.base/style.c: New file.
6120
9162a27c
TT
61212018-12-28 Tom Tromey <tom@tromey.com>
6122
6123 * lib/gdb.exp (gdb_init): Set the TERM environment variable to
6124 "dumb".
6125 * gdb.base/readline.exp (operate_and_get_next): Save and restore
6126 the TERM environment variable.
6127
bc543c90
TT
61282018-12-27 Tom Tromey <tom@tromey.com>
6129
6130 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add
6131 pagination test.
6132
6f0ffe50
AB
61332018-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
6134
6135 * gdb.dwarf2/dw2-unusual-field-names.c: New file.
6136 * gdb.dwarf2/dw2-unusual-field-names.exp: New file.
6137
b5a1e557
PW
61382018-12-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6139
6140 * gdb.ada/bp_fun_addr/a.adb (a): Rename to bp_fun_addr.
6141 Filename a.adb changed to bp_fun_addr.adb.
6142 gdb.ada/bp_fun_addr.exp: Update test accordingly.
6143
6e8b1ab2
JV
61442018-12-21 Jan Vrany <jan.vrany@fit.cvut.cz>
6145
6146 * lib/gdb.exp (gdb_compile): Add new nopie flag enforce
6147 non-PIE executables.
6148 * README: Mention the gdb,nopie_flag board setting.
6149 * gdb.arch/amd64-disp-step.exp: Use nopie flag to enforce
6150 non-PIE executable.
6151 * gdb.arch/amd64-entry-value.exp: Likewise.
6152 * gdb.arch/amd64-invalid-stack-middle.exp: Likewise.
6153 * gdb.arch/i386-float.exp: Likewise.
6154 * gdb.arch/i386-signal.exp: Likewise.
6155 * gdb.mi/mi-reg-undefined.exp: Likewise.
6156
d00a27c5
PM
61572018-12-21 Paul Marechal <paul.marechal@ericsson.com>
6158
6159 PR gdb/23974
6160 * gdb.base/info-os.exp: Check return for unknown "info os" type.
6161
161d081c
PW
61622018-12-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6163
6164 * gdb.ada/info_auto_lang.exp: Normalize some_c source file.
6165 Update order of results accordingly.
6166
b001de23
AB
61672018-12-12 Andrew Burgess <andrew.burgess@embecosm.com>
6168
6169 * gdb.base/annota1.exp: Update a test regexp.
6170
99e1a184
AB
61712018-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
6172
6173 * gdb.base/float.exp: Handle RISC-V targets without an FPU.
6174
7a81c1e2
PW
61752018-12-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6176
6177 * gdb.threads/tid-reuse.c (REUSE_TIME_CAP): Declare as 60.
6178 (reuse_time): Initialize to REUSE_TIME_CAP.
6179 (check_rc): New function.
6180 (main): Use REUSE_TIME_CAP instead of hardcoded 60.
6181 Check pthread_create rc.
6182 (spawner_thread_func): Check pthread_create and pthread_join rc.
6183
73e8dc90
PA
61842018-12-08 Pedro Alves <palves@redhat.com>
6185
6186 * gdb.base/list.exp (test_forward_search): Rename to ...
6187 (test_forward_reverse_search): ... this. Also test reverse-search
6188 and the forward-search alias.
6189
13f2ed32
AB
61902018-12-05 Andrew Burgess <andrew.burgess@embecosm.com>
6191
6192 * config/sim.exp (gdb_target_sim): Remove redundant adjustment of
6193 local timeout variable before return, and remove all local timeout
6194 variable entirely.
6195 (gdb_load): Likewise.
6196
64d27cfc
TV
61972018-12-01 Tom de Vries <tdevries@suse.de>
6198
6199 * gdb.base/gdb-caching-proc.exp: New file.
6200
f63c03b4
SDJ
62012018-11-25 Sergio Durigan Junior <sergiodj@redhat.com>
6202
6203 * Makefile.in (TIMESTAMP): New variable.
6204 (check-single): Add $(TIMESTAMP) to the end of $(DO_RUNTEST)
6205 command.
6206 (check-single-racy): Likewise.
6207 (check/%.exp): Likewise.
6208 (check-racy/%.exp): Likewise.
6209 (workers/%.worker): Likewise.
6210 (build-perf): Likewise.
6211 (check-perf): Likewise.
6212 * README: Describe new "TS" and "TS_FORMAT" variables.
6213 * print-ts.py: New file.
6214
1c97054b
BF
62152018-11-21 Benno Fünfstück <benno.fuenfstueck@gmail.com>
6216
6217 PR python/23714
6218 * gdb.python/python.exp: Test command repetition after
6219 gdb.execute.
6220
1871a62d
AB
62212018-11-20 Andrew Burgess <andrew.burgess@embecosm.com>
6222
6223 * gdb.opt/inline-break.exp: Add test that info breakpoint output
6224 is correctly aligned.
6225
fb5e1ed9
PW
62262018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6227
6228 * gdb.ada/info_auto_lang.exp: New testcase.
6229 * gdb.ada/info_auto_lang/global_pack.ads: New file.
6230 * gdb.ada/info_auto_lang/proc_in_ada.adb: New file.
6231 * gdb.ada/info_auto_lang/some_c.c: New file.
6232
43d397ca
PW
62332018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6234
6235 * gdb.dwarf2/dw2-case-insensitive.exp: Update due to auto switch to
6236 FUNC_lang language syntax.
6237
beddd671
PW
62382018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6239
6240 * gdb.base/info_minsym.c: New file.
6241 * gdb.base/info_minsym.exp: New file.
6242
73fc52c4
TT
62432018-11-19 Tom Tromey <tom@tromey.com>
6244
6245 PR rust/23625:
6246 * gdb.rust/simple.exp: Add ptype test. Update expected output.
6247 * gdb.rust/expr.exp: Update expected output. Change one test.
6248
994b876a
TT
62492018-11-19 Tom Tromey <tom@tromey.com>
6250
6251 * gdb.rust/simple.rs: Don't initialize empty_enum_value.
6252
6769f276
PA
62532018-11-19 Pedro Alves <palves@redhat.com>
6254
6255 * gdb.base/warning.exp: Don't override INTERNAL_FLAGS. Use
6256 gdb_spawn_with_cmdline_opts instead of gdb_start. Check that we
6257 see the expected warning.
6258
38a72da0
AH
62592018-11-16 Alan Hayward <alan.hayward@arm.com>
6260
6261 PR gdb/22736:
6262 * gdb.cp/infcall-nodebug-lib.c: New test.
6263 * gdb.cp/infcall-nodebug-main.c: New test.
6264 * gdb.cp/infcall-nodebug.exp: New file.
6265
53a89d6e
SM
62662018-11-12 Simon Marchi <simon.marchi@polymtl.ca>
6267
6268 * gdb.base/skip.exp: Add standard_testfile. Add "skip delete"
6269 completer tests.
6270
9325300d
TV
62712018-11-09 Tom de Vries <tdevries@suse.de>
6272
6273 * gdb.base/msym-lang.c: New test.
6274 * gdb.base/msym-lang.exp: New file.
6275 * gdb.base/msym-lang-main.c: New test.
6276
20f0d60d
TT
62772018-11-08 Tom Tromey <tom@tromey.com>
6278
6279 PR gdb/23555:
6280 PR gdb/23838:
6281 * gdb.base/warning.exp: New file.
6282
b5420128
JB
62832018-11-08 Jan Beulich <jbeulich@suse.com>
6284
6285 * testsuite/gdb.arch/i386-avx512.c,
6286 testsuite/gdb.arch/i386-avx512.exp: Add 7th test.
6287
cd115d61
AB
62882018-11-08 Andrew Burgess <andrew.burgess@embecosm.com>
6289
6290 * gdb.arch/riscv-reg-aliases.exp: Handle targets without floating
6291 point hardware.
6292
35ee2dc2
AB
62932018-11-07 Andrew Burgess <andrew.burgess@embecosm.com>
6294
6295 * gdb.dwarf2/void-type.exp: Rename types, and make var_a an 'int'.
6296 * gdb.dwarf2/missing-type-name.exp: New file.
6297
31aceee8
TV
62982018-11-06 Tom de Vries <tdevries@suse.de>
6299
6300 * gdb.base/many-headers.c: New test.
6301 * gdb.base/many-headers.exp: New file.
6302
109be305
JW
63032018-11-06 Jim Wilson <jimw@sifive.com>
6304
6305 * gdb.base/code_elim.exp: For riscv, set additional_flags
6306 to include -msmall-data-limit=0.
6307
e2b7af72
JB
63082018-11-01 Joel Brobecker <brobecker@adacore.com>
6309
6310 * gdb.ada/watch_minus_l: New testcase.
6311
cdcda965
SM
63122018-11-01 Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
6313
6314 * gdb.arch/aix-sighandle.c: New file.
6315 * gdb.arch/aix-sighandle.exp: New file.
6316
92dcebf3
AB
63172018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
6318
6319 * gdb.arch/riscv-reg-aliases.exp: Rewrite to take account of float
6320 registers being unions.
6321
68b9ac18
TV
63222018-10-31 Tom de Vries <tdevries@suse.de>
6323
6324 * lib/valgrind.exp: New file.
6325 (vgdb_start, vgdb_stop): New procs, factored out of ...
6326 * gdb.base/valgrind-bt.exp: ... here, ...
6327 * gdb.base/valgrind-disp-step.exp: ... here and ...
6328 * gdb.base/valgrind-infcall.exp: ... here.
6329
1443936e
TV
63302018-10-31 Tom de Vries <tdevries@suse.de>
6331
6332 * lib/gdb.exp (get_valueof): Don't output read value in test name.
6333
eb77c9df
AB
63342018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
6335
6336 * gdb.dwarf2/void-type.c: New file.
6337 * gdb.dwarf2/void-type.exp: New file.
6338
82b5e646
PW
63392018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6340
6341 * gdb.base/info_qt.c: New file.
6342 * gdb.base/info_qt.exp: New file.
6343
8d619c01
EBM
63442018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
6345
6346 * gdb.arch/powerpc-htm-regs.c: New file.
6347 * gdb.arch/powerpc-htm-regs.exp: New file.
6348
f2cf6173
EBM
63492018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
6350
6351 * gdb.arch/powerpc-tar.c: New file.
6352 * gdb.arch/powerpc-tar.exp: New file.
6353
7ca18ed6
EBM
63542018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
6355
6356 * gdb.arch/powerpc-ppr-dscr.c: New file.
6357 * gdb.arch/powerpc-ppr-dscr.exp: New file.
6358
bfcc0eba
TV
63592018-10-25 Tom de Vries <tdevries@suse.de>
6360
6361 * gdb.base/valgrind-db-attach.exp: Rewrite to use vgdb.
6362
fe1a5cad
TV
63632018-10-24 Tom de Vries <tdevries@suse.de>
6364
6365 * lib/gdb.exp (gdb_test_multiple): Log wait status on process no
6366 longer exists error.
6367
a76dc3b7
TV
63682018-10-24 Tom de Vries <tdevries@suse.de>
6369
6370 * gdb.base/catch-follow-exec.exp: Rewrite using gdb_test.
6371
4df46df7
TV
63722018-10-24 Tom de Vries <tdevries@suse.de>
6373
6374 * gdb.base/valgrind-db-attach.exp: Handle removed support for
6375 --db-attach in valgrind.
6376
0dbfcfff
AB
63772018-10-23 Andrew Burgess <andrew.burgess@embecosm.com>
6378
6379 * gdb.arch/riscv-reg-aliases.c: New file.
6380 * gdb.arch/riscv-reg-aliases.exp: New file.
6381
b04480b1
AH
63822018-10-19 Alan Hayward <alan.hayward@arm.com>
6383
6384 * gdb.python/py-cmd.exp: Check for gdb_prompt.
6385
2c6ac8d7
AH
63862018-10-19 Alan Hayward <alan.hayward@arm.com>
6387
6388 * gdb.base/vla-optimized-out.exp: Allow either optimized out or 6.
6389
2bc69f25
AH
63902018-10-19 Alan Hayward <alan.hayward@arm.com>
6391
6392 * gdb.cp/ovldbreak.exp: Fix regexps.
6393
1f1ae3a3
AH
63942018-10-19 Alan Hayward <alan.hayward@arm.com>
6395
6396 * gdb.compile/compile-cplus-print.exp: Start inferior earlier.
6397
94c18618
SDJ
63982018-10-18 Sergio Durigan Junior <sergiodj@redhat.com>
6399
6400 PR cli/23785
6401 * gdb.base/restore.exp: New test to check if "restore" with an
6402 invalid file doesn't segfault.
6403
812cd6eb
TV
64042018-10-18 Tom de Vries <tdevries@suse.de>
6405
6406 * gdb.ada/bp_inlined_func.exp: Fix capitalized test name.
6407 * gdb.ada/excep_handle.exp: Same.
6408 * gdb.ada/mi_string_access.exp: Same.
6409 * gdb.ada/mi_var_union.exp: Same.
6410 * gdb.arch/arc-analyze-prologue.exp: Same.
6411 * gdb.arch/arc-decode-insn.exp: Same.
6412 * gdb.base/readnever.exp: Same.
6413 * gdb.fortran/printing-types.exp: Same.
6414 * gdb.guile/scm-lazy-string.exp: Same.
6415
c4b90788
TV
64162018-10-16 Tom de Vries <tdevries@suse.de>
6417
6418 PR gdb/23730
6419 * gdb.base/catch-follow-exec.c: Add copyright notice.
6420 * gdb.base/catch-follow-exec.exp: Rewrite to use
6421 gdb_spawn_with_cmdline_opts. Require gdb-native.
6422
8bca2978
SL
64232018-10-12 Sandra Loosemore <sandra@codesourcery.com>
6424
6425 * gdb.trace/actions-changed.exp: Check for arch support.
6426 * gdb.trace/actions.exp: Likewise.
6427 * gdb.trace/ax.exp: Likewise.
6428 * gdb.trace/backtrace.exp: Likewise.
6429 * gdb.trace/change-loc.exp: Likewise.
6430 * gdb.trace/deltrace.exp: Likewise.
6431 * gdb.trace/ftrace-lock.exp: Check for shlib and arch support.
6432 * gdb.trace/ftrace.exp: Likewise.
6433 * gdb.trace/infotrace.exp: Check for arch support.
6434 * gdb.trace/mi-trace-frame-collected.exp: Likewise.
6435 * gdb.trace/mi-tracepoint-changed.exp: Likewise.
6436 * gdb.trace/mi-tsv-changed.exp: Likewise.
6437 * gdb.trace/packetlen.exp: Likewise.
6438 * gdb.trace/passc-dyn.exp: Likewise.
6439 * gdb.trace/passcount.exp: Likewise.
6440 * gdb.trace/pending.exp: Likewise.
6441 * gdb.trace/range-stepping.exp: Check for shlib support.
6442 * gdb.trace/report.exp: Check for arch support.
6443 * gdb.trace/save-trace.exp: Likewise.
6444 * gdb.trace/signal.exp: Check for signal support.
6445 * gdb.trace/tfind.exp: Check for arch support.
6446 * gdb.trace/trace-break.exp: Check for arch and shlib support.
6447 * gdb.trace/trace-common.h: Add comment.
6448 * gdb.trace/trace-condition.exp: Check for shlib and arch support.
6449 * gdb.trace/trace-enable-disable.exp: Likewise.
6450 * gdb.trace/trace-mt.exp: Likewise. Remove redundant untested call.
6451 * gdb.trace/tracecmd.exp: Check for arch support.
6452 * gdb.trace/tspeed.exp: Check for shlib and target support.
6453 * gdb.trace/tstatus.exp: Check for arch support.
6454 * gdb.trace/tsv.exp: Likewise.
6455 * gdb.trace/while-dyn.exp: Likewise.
6456 * gdb.trace/while-stepping.exp: Likewise.
6457 * lib/trace-support.exp (gdb_trace_common_supports_arch): New.
6458
f9c49bff
SM
64592018-10-12 Simon Marchi <simon.marchi@ericsson.com>
6460
6461 * gdb.trace/tspeed.exp: Remove nowarnings.
6462 (prepare_for_trace_test): Declare "global ipalib".
6463 * gdb.trace/tspeed.c: Include unistd.h.
6464 (main): Remove superfluous printf argument.
6465
d4330bde
SL
64662018-10-11 Sandra Loosemore <sandra@codesourcery.com>
6467
6468 * gdb.base/solib-vanish.exp: Fix regexp not to require a POSIX
6469 directory prefix on the filename.
6470
8ecfd7bd
SDJ
64712018-10-10 Sergio Durigan Junior <sergiodj@redhat.com>
6472
6473 * gdb.gdb/unittest.exp: Update expected message informing that
6474 selftests have been disabled.
6475 * gdb.server/unittest.exp: Likewise.
6476
58bbcd02
TV
64772018-10-09 Tom de Vries <tdevries@suse.de>
6478
6479 * lib/gdb.exp (target_supports_scheduler_locking): Replace gdb_start_cmd
6480 with runto_main.
6481
9f6b697b
WP
64822018-10-08 Weimin Pan <weimin.pan@oracle.com>
6483
6484 PR c++/16841
6485 * gdb.cp/virtbase2.cc: New file.
6486 * gdb.cp/virtbase2.exp: New file.
6487
add5ded5
TT
64882018-10-06 Tom Tromey <tom@tromey.com>
6489
6490 PR python/19399:
6491 * gdb.python/py-inferior.exp: Add architecture test.
6492
f9e48344
TT
64932018-10-06 Tom Tromey <tom@tromey.com>
6494
6495 * gdb.base/gnu-ifunc.exp (build): Use standard_output_file.
6496 * gdb.trace/unavailable-dwarf-piece.exp: Use standard_output_file.
6497
2a8be203
TT
64982018-10-06 Tom Tromey <tom@tromey.com>
6499
6500 * gdb.python/py-breakpoint.exp (check_last_event): Check location
6501 of a "throw" catchpoint.
6502
e04caa70
SDJ
65032018-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
6504
6505 * gdb.base/info-proc.exp: Update string expected from "help info
6506 proc".
6507
5ca8c39f
TT
65082018-10-04 Tom Tromey <tom@tromey.com>
6509
6510 * gdb.cp/maint.exp (test_invalid_name): Update expected output.
6511 * gdb.gdb/complaints.exp (test_short_complaints): Remove.
6512 (test_initial_complaints, test_empty_complaints): Update.
6513 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
6514
3453e7e4
TT
65152018-10-04 Tom Tromey <tom@tromey.com>
6516
6517 PR cli/19551:
6518 * lib/mi-support.exp (mi_gdb_file_cmd): Update.
6519 * lib/gdb.exp (gdb_file_cmd): Update.
6520 * gdb.stabs/weird.exp (print_weird_var): Update.
6521 * gdb.server/solib-list.exp: Update.
6522 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Update.
6523 * gdb.mi/mi-cli.exp: Update.
6524 * gdb.linespec/linespec.exp: Update.
6525 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
6526 * gdb.dwarf2/dw2-objfile-overlap.exp: Update.
6527 * gdb.cp/cp-relocate.exp: Update.
6528 * gdb.base/sym-file.exp: Update.
6529 * gdb.base/relocate.exp: Update.
6530 * gdb.base/readnever.exp: Update.
6531 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
6532 * gdb.base/kill-detach-inferiors-cmd.exp: Update.
6533 * gdb.base/dbx.exp (gdb_file_cmd): Update.
6534 * gdb.base/code_elim.exp: Update.
6535 * gdb.base/break-unload-file.exp (test_break): Update.
6536 * gdb.base/break-interp.exp (test_attach_gdb): Update.
6537 * gdb.base/break-idempotent.exp (force_breakpoint_re_set):
6538 Update.
6539 * gdb.base/attach.exp (do_attach_tests): Update.
6540 * gdb.base/sepdebug.exp: Update.
6541 * gdb.python/py-section-script.exp: Update.
6542
6afcf761
TT
65432018-10-04 Tom Tromey <tom@tromey.com>
6544
6545 PR cli/22234:
6546 * gdb.dwarf2/dw2-stack-boundary.exp: Update expected output.
6547 * gdb.gdb/complaints.exp (test_short_complaints): Update expected
6548 output.
6549
fef1b293
TT
65502018-10-04 Tom Tromey <tom@tromey.com>
6551
6552 * gdb.base/attach.exp (test_command_line_attach_run): Use -quiet;
6553 set width and height to 0.
6554 (test_command_line_attach_run): Use -quiet.
6555
ca98345e
SL
65562018-10-03 Sandra Loosemore <sandra@codesourcery.com>
6557
6558 * lib/gdb.exp (skip_ifunc_tests): New.
6559 * gdb.base/gnu-ifunc.exp: Skip if no ifunc support. Handle
6560 other compile failures.
6561 * gdb.compile/compile-ifunc.exp: Skip if no ifunc support.
6562
ff34e6ae
SM
65632018-10-01 Simon Marchi <simon.marchi@ericsson.com>
6564
6565 * gdb.arch/i386-avx512.exp: Fix setting of nr_regs based on
6566 is_amd64_regs_target.
6567
6bb8890e
AH
65682018-10-01 Alan Hayward <alan.hayward@arm.com>
6569
6570 * gdb.arch/aarch64-sighandler-regs.c: New test.
6571 * gdb.arch/aarch64-sighandler-regs.exp: New file.
6572 * lib/gdb.exp (skip_aarch64_sve_tests): New proc.
6573
224d30d3
MM
65742018-10-01 Markus Metzger <markus.t.metzger@intel.com>
6575
6576 * lib/gdb.exp (is_amd64_regs_target): Change assembly to C inline
6577 assembly.
6578
f67ffa6a
AB
65792018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
6580
6581 * gdb.base/frame-selection.exp: New file.
6582 * gdb.base/frame-selection.c: New file.
6583
9fc3183f
AH
65842018-09-27 Alan Hayward <alan.hayward@arm.com>
6585
6586 * gdb.threads/check-libthread-db.c (thread_routine): Use a
6587 pthread barrier.
6588 (main): Likewise.
6589
d354055e
AB
65902018-09-26 Andrew Burgess <andrew.burgess@embecosm.com>
6591
6592 * gdb.base/large-frame-1.c: New file.
6593 * gdb.base/large-frame-2.c: New file.
6594 * gdb.base/large-frame.exp: New file.
6595 * gdb.base/large-frame.h: New file.
6596
db727370
JL
65972018-09-24 Jozef Lawrynowicz <jozef.l@mittosystems.com>
6598
6599 PR gdb/20948
6600 * gdb.base/write_mem.exp: New test.
6601 * gdb.base/write_mem.c: Likewise.
6602
ae778caf
TT
66032018-09-23 Tom Tromey <tom@tromey.com>
6604
6605 PR python/18852:
6606 * gdb.python/py-parameter.exp: Add test for parameter that throws
6607 on "set".
6608
fd3ba736
TT
66092018-09-23 Tom Tromey <tom@tromey.com>
6610
6611 PR python/17284:
6612 * gdb.python/py-template.exp (test_template_arg): Add test for
6613 negative template argument number.
6614
39a24317
TT
66152018-09-23 Tom Tromey <tom@tromey.com>
6616
6617 PR python/14062:
6618 * gdb.python/python.exp: Add test for post_event error.
6619
f5769a2c
TT
66202018-09-23 Tom Tromey <tom@tromey.com>
6621
6622 PR python/18170:
6623 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests to
6624 convert pointers to int and long.
6625
1c1e54f6
TT
66262018-09-23 Tom Tromey <tom@tromey.com>
6627
6628 PR python/20126:
6629 * gdb.python/py-value.exp (test_value_numeric_ops): Add
6630 signed-ness conversion tests.
6631
fb4fa946
TT
66322018-09-23 Tom Tromey <tom@tromey.com>
6633
6634 PR python/18352;
6635 * gdb.python/py-value.exp (test_float_conversion): New proc.
6636 Use it.
6637
a466edac
HAQ
66382018-09-20 Hafiz Abid Qadeer <abidh@codesourcery.com>
6639
6640 gdb.base/reggroups.exp (fetch_reggroups): Add '_' in match pattern.
6641
4ee9b0c5
SL
66422018-09-18 Sandra Loosemore <sandra@codesourcery.com>
6643
6644 * gdb.base/complete-empty.exp: Skip tab-completion tests if
6645 no readline.
6646 * gdb.base/utf8-identifiers.exp: Likewise.
6647 * gdb.cp/cpcompletion.exp: Likewise.
6648 * gdb.linespec/cpcompletion.exp: Likewise.
6649 * gdb.linespec/cpls-abi-tag.exp: Likewise.
6650 * gdb.linespec/cpls-ops.exp: Likewise.
6651
23be8da7
RB
66522018-09-19 Richard Bunt <richard.bunt@arm.com>
6653 Chris January <chris.january@arm.com>
6654
6655 * gdb.cp/koenig.exp: Extend to test logical short circuiting.
6656 * gdb.fortran/short-circuit-argument-list.exp: New file.
6657 * gdb.fortran/short-circuit-argument-list.f90: New test.
6658
5031d0ae
SDJ
66592018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
6660
6661 * gdb.arch/amd64-invalid-stack-top.exp: Expect optional
6662 "arch=" keyword when executing "-stack-list-frames".
6663
b4c0d1a4
SDJ
66642018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
6665
6666 * gdb.arch/amd64-invalid-stack-middle.exp: Expect optional
6667 "arch=" keyword when executing "-stack-list-frames".
6668
7a6d2b45
SDJ
66692018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
6670
6671 * gdb.ada/complete.exp: Expect for "@" when doing "complete
6672 break ada".
6673
8588b356
SM
66742018-09-17 Simon Marchi <simon.marchi@polymtl.ca>
6675
6676 PR python/23669
6677 * gdb.python/python.exp: Test gdb.execute("show commands").
6678
65e65158
TT
66792018-09-16 Tom Tromey <tom@tromey.com>
6680
6681 * gdb.base/new-ui.exp (do_execution_tests): Update.
6682 * gdb.base/dbx.exp (test_breakpoints): Update.
6683
bf326452
AH
66842018-09-14 Alan Hayward <alan.hayward@arm.com>
6685
6686 * lib/gdb.exp (gdb_simple_compile): Add proc.
6687 (is_elf_target): Use gdb_simple_compile.
6688 (skip_altivec_tests): Likewise.
6689 (skip_vsx_tests): Likewise.
6690 (skip_tsx_tests): Likewise.
6691 (skip_btrace_tests): Likewise.
6692 (skip_btrace_pt_tests): Likewise.
6693 (gdb_can_simple_compile): Likewise.
6694 (gdb_has_argv0): Likewise.
6695 (gdb_target_symbol_prefix): Likewise.
6696 (target_supports_scheduler_locking): Likewise.
6697
2361b0fb
TT
66982018-09-13 Tom Tromey <tom@tromey.com>
6699
6700 * Makefile.in (TAGS): Recognize proc_with_prefix and
6701 gdb_caching_proc.
6702
0ae1a321
SM
67032018-09-13 Simon Marchi <simon.marchi@ericsson.com>
6704
6705 * gdb.python/py-progspace.exp: Test the Progspace.objfiles
6706 method.
6707
a40bf0c2
SM
67082018-09-13 Simon Marchi <simon.marchi@ericsson.com>
6709
6710 * gdb.python/py-inferior.exp: Add tests for Inferior.progspace
6711 and a few other Inferior properties when the Inferior is no
6712 longer valid.
6713
4a3fe98f
TT
67142018-09-13 Tom Tromey <tom@tromey.com>
6715
6716 PR rust/23650:
6717 * gdb.rust/simple.exp: Add test for enum field access error.
6718
098b2108
TT
67192018-09-13 Tom Tromey <tom@tromey.com>
6720
6721 PR rust/23626:
6722 * gdb.rust/simple.rs (EmptyEnum): New type.
6723 (main): Use it.
6724 * gdb.rust/simple.exp (test_one_slice): Add empty enum test.
6725
1256af7d
SM
67262018-09-13 Simon Marchi <simon.marchi@ericsson.com>
6727
6728 * gdb.python/py-inferior.exp: Test repr() of gdb.Inferior.
6729 * gdb.python/py-objfile.exp: Test repr() of gdb.Objfile.
6730 * gdb.python/py-symtab.exp: Update test printing an objfile.
6731
4aa8e6c2
SM
67322018-09-12 Simon Marchi <simon.marchi@ericsson.com>
6733
6734 * gdb.python/py-inferior.exp: Test using an invalid gdb.Inferior
6735 object.
6736
c221b2f7
AH
67372018-09-12 Alan Hayward <alan.hayward@arm.com>
6738
6739 * lib/gdb.exp (gdb_can_simple_compile): Add proc.
6740 (support_complex_tests): Use gdb_can_simple_compile.
6741 (is_ilp32_target): Likewise.
6742 (is_lp64_target): Likewise.
6743 (is_64_target): Likewise.
6744 (is_amd64_regs_target): Likewise.
6745 (is_aarch32_target): Likewise.
6746 (gdb_int128_helper): Likewise.
6747
6f1107b5
JK
67482018-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
6749
6750 * Makefile.in (check-parallel-racy): Fix dg-extract-results.sh path.
6751
1f5d1570
JG
67522018-09-10 Jerome Guitton <guitton@adacore.com>
6753
6754 * gdb.ada/same_component_name: Add test for case of tagged record
6755 with variable-length fields.
6756
cc330e39
XR
67572018-09-10 Xavier Roirand <roirand@adacore.com>
6758
6759 * gdb.ada/access_to_unbounded_array.exp: New testcase.
6760 * gdb.ada/access_to_unbounded_array/foo.adb: New file.
6761 * gdb.ada/access_to_unbounded_array/pack.adb: New file.
6762 * gdb.ada/access_to_unbounded_array/pack.ads: New file.
6763
b9c50e9a
XR
67642018-09-10 Xavier Roirand <roirand@adacore.com>
6765
6766 * gdb.ada/mi_string_access.exp: New testcase.
6767 * gdb.ada/mi_string_access/bar.adb: New file.
6768 * gdb.ada/mi_string_access/pck.adb: New file.
6769 * gdb.ada/mi_string_access/pck.asd: New file.
6770
2963898f
XR
67712018-09-10 Xavier Roirand <roirand@adacore.com>
6772
6773 * gdb.ada/mi_var_union.exp: New testcase.
6774 * gdb.ada/mi_var_union/bar.adb: New file.
6775 * gdb.ada/mi_var_union/pck.adb: New file.
6776 * gdb.ada/mi_var_union/pck.asd: New file.
6777
1aac008f
TT
67782018-09-08 Tom Tromey <tom@tromey.com>
6779
6780 * gdb.python/py-prettyprint.exp: Use with_test_prefix.
6781
332cf4c9
TT
67822018-09-08 Tom Tromey <tom@tromey.com>
6783
6784 PR python/16047:
6785 * gdb.python/py-prettyprint.py (pp_int_typedef3): New class.
6786 (register_pretty_printers): Register new printer.
6787 * gdb.python/py-prettyprint.exp (run_lang_tests): Add int_type3
6788 test.
6789 * gdb.python/py-prettyprint.c (int_type3): New typedef.
6790 (an_int_type3): New global.
6791
424da6cf
JB
67922018-09-08 Joel Brobecker <brobecker@adacore.com>
6793
6794 * gdb.ada/expr_with_funcall: New testcase.
6795
2a62dfa9
JB
67962018-09-08 Joel Brobecker <brobecker@adacore.com>
6797
6798 * gdb.ada/packed_array_assign: New testcase.
6799
96b6697f
AB
68002018-09-07 Andrew Burgess <andrew.burgess@embecosm.com>
6801
6802 * gdb.base/watchpoint.exp (test_complex_watchpoint): Extend test
6803 names, and add test prefixes to make test names unique.
6804
e4a62c65
TV
68052018-09-05 Tom de Vries <tdevries@suse.de>
6806
6807 * gdb.dwarf2/varval.exp: Add test.
6808
dd083ee2
GB
68092018-09-04 Gary Benson <gbenson@redhat.com>
6810
6811 * gdb.base/batch-exit-status.exp: Use gdb_test_multiple and expect
6812 'eof' before 'wait -i'. Use remote_close and clear_gdb_spawn_id.
6813
aef9346c
TT
68142018-08-31 Tom Tromey <tom@tromey.com>
6815
6816 * gdb.rust/simple.rs: Rename second variable "v".
6817
c67f2e15
AB
68182018-08-30 Andrew Burgess <andrew.burgess@embecosm.com>
6819
6820 * gdb.base/funcargs.c (use_a): New function.
6821 (recurse): Call use_a.
6822
078a0207
KS
68232018-08-29 Keith Seitz <keiths@redhat.com>
6824
6825 * gdb.compile/compile-cplus-anonymous.cc: New file.
6826 * gdb.compile/compile-cplus-anonymous.exp: New file.
6827 * gdb.compile/compile-cplus-array-decay.cc: New file.
6828 * gdb.compile/compile-cplus-array-decay.exp: New file.
6829 * gdb.compile/compile-cplus-inherit.cc: New file.
6830 * gdb.compile/compile-cplus-inherit.exp: New file.
6831 * gdb.compile/compile-cplus-member.cc: New file.
6832 * gdb.compile/compile-cplus-member.exp: New file.
6833 * gdb.compile/compile-cplus-method.cc: New file.
6834 * gdb.compile/compile-cplus-method.exp: New file.
6835 * gdb.compile/compile-cplus-mod.c: "New" file.
6836 * gdb.compile/compile-cplus-namespace.cc: New file.
6837 * gdb.compile/compile-cplus-namespace.exp: New file.
6838 * gdb.compile/compile-cplus-nested.cc: New file.
6839 * gdb.compile/compile-cplus-nested.exp: New file.
6840 * gdb.compile/compile-cplus-print.c: "New" file.
6841 * gdb.compile/compile-cplus-print.exp: "New" file.
6842 * gdb.compile/compile-cplus-virtual.cc: New file.
6843 * gdb.compile/compile-cplus-virtual.exp: New file.
6844 * gdb.compile/compile-cplus.c: "New" file.
6845 * gdb.compile/compile-cplus.exp: "New" file.
6846 * lib/compile-support.exp: New file.
6847
b0f492b9
GB
68482018-08-16 Gary Benson <gbenson@redhat.com>
6849
6850 PR gdb/13000:
6851 * gdb.base/batch-exit-status.exp: New file.
6852 * gdb.base/batch-exit-status.good-commands: Likewise.
6853 * gdb.base/batch-exit-status.bad-commands: Likewise.
6854
36eb4c5f
AH
68552018-08-29 Alan Hayward <alan.hayward@arm.com>
6856
6857 * gdb.base/infcall-nested-structs.c (struct struct01): Remove.
6858 (struct struct02): Likewise.
6859 (struct struct03): Likewise.
6860 (struct struct04): Likewise.
6861 (struct struct_01_01): New struct.
6862 (struct struct_01_02): Likewise.
6863 (struct struct_01_03): Likewise.
6864 (struct struct_01_04): Likewise.
6865 (struct struct_02_01): Likewise.
6866 (struct struct_02_02): Likewise.
6867 (struct struct_02_03): Likewise.
6868 (struct struct_02_04): Likewise.
6869 (struct struct_04_01): Likewise.
6870 (struct struct_04_02): Likewise.
6871 (struct struct_04_03): Likewise.
6872 (struct struct_04_04): Likewise.
6873 (struct struct_05_01): Likewise.
6874 (struct struct_05_02): Likewise.
6875 (struct struct_05_03): Likewise.
6876 (struct struct_05_04): Likewise.
6877 (cmp_struct01): Remove function.
6878 (cmp_struct02): Likewise.
6879 (cmp_struct03): Likewise.
6880 (cmp_struct04): Likewise.
6881 (cmp_struct_01_01): Add Function.
6882 (cmp_struct_01_02): Likewise.
6883 (cmp_struct_01_03): Likewise.
6884 (cmp_struct_01_04): Likewise.
6885 (cmp_struct_02_01): Likewise.
6886 (cmp_struct_02_02): Likewise.
6887 (cmp_struct_02_03): Likewise.
6888 (cmp_struct_02_04): Likewise.
6889 (cmp_struct_04_01): Likewise.
6890 (cmp_struct_04_02): Likewise.
6891 (cmp_struct_04_03): Likewise.
6892 (cmp_struct_04_04): Likewise.
6893 (cmp_struct_05_01): Likewise.
6894 (cmp_struct_05_02): Likewise.
6895 (cmp_struct_05_03): Likewise.
6896 (cmp_struct_05_04): Likewise.
6897 (call_all): Add new structs.
6898 * gdb.base/infcall-nested-structs.exp: Likewise.
6899
3bf9c013
JV
69002018-08-27 Jan Vrany <jan.vrany@fit.cvut.cz>
6901
6902 * gdb.python/py-framefilter-mi.exp: Update regexp to
6903 check for "arch" field in frame output.
6904
450d1e88
KB
69052018-08-23 Kevin Buettner <kevinb@redhat.com>
6906
6907 * gdb.dwarf2/dw2-ranges-func.c: New file.
6908 * gdb.dwarf2/dw2-ranges-func.exp: New file.
6909
ae739fe7
SM
69102018-08-22 Simon Marchi <simon.marchi@polymtl.ca>
6911
6912 * gdb.base/term.exp: Compare terminal settings with values from
6913 the inferior.
6914 * gdb.base/term.c: Get and set terminal settings.
6915
6d52907e
JV
69162018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
6917
6918 * lib/mi-support.exp (mi_expect_stop): Update regexp to
6919 accommodate new "arch" field in frame output.
6920 * gdb.mi/mi-return.exp: Likewise.
6921 * gdb.mi/mi-stack.exp: Likewise.
6922 * gdb.mi/mi-syn-frame.exp: Likewise.
6923 * gdb.mi/user-selected-context-sync.exp: Likewise.
6924
be2d111a
MS
69252018-08-19 Michael Spang <spang@google.com>
6926
6927 PR gdb/11786
6928 * gdb.base/gcore-tls-pie.c: New file.
6929 * gdb.base/gcore-tls-pie.exp: New file.
6930
ae3a7c47
KB
69312018-08-18 Kevin Buettner <kevinb@redhat.com>
6932
6933 * lib/dwarf.exp: Add support for DW_OP_GNU_variable_value.
7d140d1a
KB
6934 * gdb.dwarf2/varval.c: New file.
6935 * gdb.dwarf2/varval.exp: New file.
ae3a7c47 6936
2ecae92e
AH
69372018-08-17 Alan Hayward <alan.hayward@arm.com>
6938
6939 PR gdb/18931
6940 * gdb.arch/aarch64-fp.c (main): Fix asm registers.
6941
c1854f1d
KS
69422018-08-16 Keith Seitz <keiths@redhat.com>
6943
6944 * gdb.compile/compile.exp: Use gdb_test_no_output for "compile code"
6945 tests expected to pass.
6946
26fb3983
JV
69472018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
6948
6949 * gdb.mi/mi-disassemble.exp (test_disassembly_only): Add tests for
6950 -data-disassemble -a.
6951 (test_disassembly_bogus_args): Likewise.
6952
67943c00
AB
69532018-08-14 Andrew Burgess <andrew.burgess@embecosm.com>
6954
6955 * gdb.mi/list-thread-groups-available.exp: Update test regexp.
6956
5ff2bbae
AB
69572018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
6958
6959 * gdb.base/vla-optimized-out.exp: Add new test.
6960
e5bbcd0f
AB
69612018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
6962
6963 * gdb.base/vla-optimized-out-o3.exp: Delete.
6964 * gdb.base/vla-optimized-out-o3-strict.exp: Delete.
6965 * gdb.base/vla-optimized-out.exp: Extend to cover all of the
6966 deleted tests.
6967
9d4a934c
AB
69682018-08-08 Andrew Burgess <andrew.burgess@embecosm.com>
6969
6970 PR gdb/18050:
6971 * gdb.server/extended-remote-restart.c: New file.
6972 * gdb.server/extended-remote-restart.exp: New file.
6973
045cf012
SM
69742018-08-07 Simon Marchi <simon.marchi@polymtl.ca>
6975
6976 * gdb.fortran/nested-funcs.exp: Replace "set index = 42" with
6977 "set variable index = 42".
6978
87d6a7aa
SM
69792018-08-07 Simon Marchi <simon.marchi@ericsson.com>
6980
6981 * boards/index-cache-gdb.exp: New file.
6982 * gdb.dwarf2/index-cache.exp: New file.
6983 * gdb.dwarf2/index-cache.c: New file.
6984 * gdb.base/maint.exp: Check if we are using the index cache.
6985
96d68bd4
RO
69862018-08-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
6987
6988 * Makefile.in (saw_dash_j): Allow for GNU make 4.2+ passing -jN in
6989 MAKEFLAGS.
6990
5a699617
RO
69912018-08-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
6992
6993 * dg-extract-results.sh: Move to toplevel contrib.
6994 * Makefile.in (check-parallel): Reflect dg-extract-results.sh move.
6995 * Makefile.in (check-parallel-racy): Likewise.
6996
5bd18990
AB
69972018-08-06 Andrew Burgess <andrew.burgess@embecosm.com>
6998
6999 * lib/gdb.exp (target_supports_scheduler_locking): New proc.
7000 * gdb.mi/mi-cmd-param-changed.exp: Only run scheduler locking
7001 tests if the target supports scheduler locking.
7002
3fbbcf47
TV
70032018-08-04 Tom de Vries <tdevries@suse.de>
7004
7005 * gdb.python/py-rbreak.exp: Fix rbreak regexp.
7006
3e1d3d8c
TT
70072018-08-02 Tom Tromey <tom@tromey.com>
7008
7009 PR symtab/16842.
7010 * gdb.cp/temargs.exp: Test "info address" of a template
7011 parameter.
7012
5abe0f0c
JV
70132018-07-31 Jan Vrany <jan.vrany@fit.cvut.cz>
7014
7015 * gdb.python/py-mi-var-info-path-expression.c: New file.
7016 * gdb.python/py-mi-var-info-path-expression.py: New file.
7017 * gdb.python/py-mi-var-info-path-expression.exp: New file.
7018
fb66cde8
SDJ
70192018-07-30 Sergio Durigan Junior <sergiodj@redhat.com>
7020
7021 * lib/gdbserver-support.exp (gdbserver_start): Match any kind of
7022 error after "cannot resolve name" string.
7023
c708f4d2
AB
70242018-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
7025
7026 * gdb.trace/tspeed.exp: Only call gdb_load_shlib after gdb has
7027 started.
7028 * lib/gdb.exp (gdb_load_shlib): Call perror if GDB is not running.
7029
37cc0cae
TV
70302018-07-28 Tom de Vries <tdevries@suse.de>
7031
7032 * gdb.base/vla-optimized-out-o3-strict.exp: New file.
7033
63b4ecf7
TV
70342018-07-26 Tom de Vries <tdevries@suse.de>
7035
7036 * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
7037
3c3bb058
AB
70382018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
7039
7040 * gdb.base/maint.exp: Add check that dwarf unwinders control flag
7041 is visible.
7042
9e7f3bbb
TV
70432018-07-26 Tom de Vries <tdevries@suse.de>
7044
7045 PR breakpoints/23366
7046 * gdb.base/catch-follow-exec.c: New test.
7047 * gdb.base/catch-follow-exec.exp: New file.
7048
16f808ec
TV
70492018-07-25 Tom de Vries <tdevries@suse.de>
7050
7051 * gdb.base/vla-optimized-out-o3.exp: New file. Reuse
7052 vla-optimized-out.c.
7053
d7154a8d
JV
70542018-07-25 Jan Vrany <jan.vrany@fit.cvut.cz>
7055
7056 * gdb.mi/mi-breakpoint-location-ena-dis.cc: New file.
7057 * gdb.mi/mi-breakpoint-location-ena-dis.exp: New file.
7058
232a0032
TV
70592018-07-20 Tom de Vries <tdevries@suse.de>
7060
7061 * gdb.base/vla-optimized-out.c: Make noclone attribute conditional on
7062 NOCLONE macro.
7063 * gdb.base/vla-optimized-out.exp: Use additional_flags -DNOCLONE.
7064
fbb1d502
TV
70652018-07-19 Tom de Vries <tdevries@suse.de>
7066
7067 * gdb.mi/list-thread-groups-available.exp (cores_re): Fix quoting in
7068 regular expression.
7069
42dc7699
TV
70702018-07-18 Tom de Vries <tdevries@suse.de>
7071
7072 * gdb.base/vla-optimized-out.c: New test.
7073 * gdb.base/vla-optimized-out.exp: New file.
7074
7f1f7e23
SDJ
70752018-07-13 Sergio Durigan Junior <sergiodj@redhat.com>
7076
7077 * lib/gdbserver-support.exp (gdbserver_start): Expect for the
7078 message "No address associated with hostname" when gdbserver
7079 cannot resolve the hostname.
7080
5759ebb3
PW
70812018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7082
7083 * gdb.threads/pthreads.exp: Test qcs FLAG arguments.
7084 Add some test prefixes to make tests unique.
7085
3606ccab
PW
70862018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7087
7088 * gdb.base/frameapply.c: New file.
7089 * gdb.base/frameapply.exp: New file.
7090
529c08b2
PW
70912018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7092
7093 * gdb.base/skip.exp: Update expected error message.
7094
c7ab0aef
SDJ
70952018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
7096 Jan Kratochvil <jan.kratochvil@redhat.com>
7097 Paul Fertser <fercerpav@gmail.com>
7098 Tsutomu Seki <sekiriki@gmail.com>
7099
7100 * README (Testsuite Parameters): Mention new 'GDB_TEST_SOCKETHOST'
7101 parameter.
7102 * boards/native-extended-gdbserver.exp: Do not set 'sockethost'
7103 by default.
7104 * boards/native-gdbserver.exp: Likewise.
7105 * gdb.server/run-without-local-binary.exp: Improve regexp used
7106 for detecting when a remote debugging connection succeeds.
7107 * gdb.server/server-connect.exp: New file.
7108 * lib/gdbserver-support.exp (gdbserver_default_get_comm_port):
7109 Do not prefix the port number with ":".
7110 (gdbserver_start): New global GDB_TEST_SOCKETHOST. Implement
7111 support for detecting and using it. Add '$debughost_gdbserver'
7112 to the list of arguments used to start gdbserver. Handle case
7113 when gdbserver cannot resolve a network name.
7114
16ff70dd
SDJ
71152018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
7116
7117 PR c++/23373
7118 * gdb.base/ptype-offsets.cc (struct static_member): New
7119 struct.
7120 (main) <stmember>: New variable.
7121 * gdb.base/ptype-offsets.exp: Add test for printing a struct
7122 with a static member in it.
7123
3541979f
AB
71242018-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
7125
7126 * gdb.base/watchpoint-reuse-slot.exp: Test with hardware
7127 watchpoints enabled and disabled.
7128
c8ad9b9a
AB
71292018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
7130
7131 * gdb.base/examine-backward.exp: Still run tests around address
7132 0x0, even if address 0x0 is not readable. Update the pattern for
7133 matching address 0x0 in expected output.
7134
e0e5e971
AB
71352018-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
7136
7137 * gdb.base/share-env-with-gdbserver.c (main): Add call to
7138 malloc/free.
7139
1ea5da02
TV
71402018-07-04 Tom de Vries <tdevries@suse.de>
7141
7142 * gdb.dwarf2/dw2-error.exp: Update expected error message.
7143
471b9d15
MR
71442018-07-02 Maciej W. Rozycki <macro@mips.com>
7145
7146 PR tdep/8282
7147 * gdb.arch/mips-disassembler-options.exp: New test.
7148 * gdb.arch/mips-disassembler-options.s: New test source.
7149
75acb486
PA
71502018-06-29 Pedro Alves <palves@redhat.com>
7151
7152 * gdb.threads/names.exp: Adjust expected "info threads" output.
7153
cd2bb709
PA
71542018-06-29 Pedro Alves <palves@redhat.com>
7155
7156 * gdb.opt/inline-break.exp (line number, address): Add "info
7157 break" tests.
7158
991ff292
PA
71592018-06-29 Pedro Alves <palves@redhat.com>
7160
7161 * gdb.opt/inline-break.c (func1): Add "break here" marker.
7162 * gdb.opt/inline-break.exp: Test setting breakpoints by line
7163 number and address and running to them.
7164
356819b6 71652018-06-29 Richard Bunt <richard.bunt@arm.com>
49af4b70
RB
7166
7167 * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
7168
2512d7ef
JK
71692018-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
7170
7171 * lib/compiler.c: Remove executable permission flag.
7172
be1b6474
RB
71732018-06-28 Richard Bunt <richard.bunt@arm.com>
7174
7175 * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
7176 code.
7177 * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
7178
291f9a96
PT
71792018-06-28 Petr Tesarik <ptesarik@suse.cz>
7180
7181 * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
7182
ed6dfe51
PT
71832018-06-28 Petr Tesarik <ptesarik@suse.cz>
7184
7185 * gdb.base/relocate.exp: Test add-symbol-file behavior when the
7186 address argument is omitted.
7187
d4d429d5
PT
71882018-06-28 Petr Tesarik <ptesarik@suse.cz>
7189
7190 * gdb.base/relocate.exp: Add test for "symbol-file -o ".
7191
7ab6656f
OJ
71922018-06-27 Omair Javaid <omair.javaid@linaro.org>
7193
7194 PR gdb/21695
7195 * gdb.base/infoline-reloc-main-from-zero.exp: New test.
7196 * gdb.base/infoline-reloc-main-from-zero.c: New file.
7197
a33ccfc7
TT
71982018-06-26 Tom Tromey <tom@tromey.com>
7199
7200 PR rust/22574:
7201 * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
7202 * gdb.rust/simple.rs (struct SimpleLayout): New.
7203
6d72d289
SM
72042018-06-22 Simon Marchi <simon.marchi@ericsson.com>
7205
7206 * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
7207 "info registers" output.
7208
8363f9d5
RB
72092018-06-21 Richard Bunt <richard.bunt@arm.com>
7210
7211 * gdb.base/watchpoint-hw-attach.c: New test.
7212 * gdb.base/watchpoint-hw-attach.exp: New file.
7213
f00674fe
SM
72142018-06-20 Simon Marchi <simon.marchi@ericsson.com>
7215
7216 * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
7217 through /bin/sh.
7218 * boards/dwarf4-gdb-index.exp: Likewise.
7219 * boards/fission-dwp.exp: Likewise.
7220
1d554008
UW
72212018-06-20 Ulrich Weigand <uweigand@de.ibm.com>
7222
7223 * gdb.base/float128.exp: Add comment and improved fail message
7224 to the failure case of "print large128" test.
7225
d0ac1c44
SM
72262018-06-19 Simon Marchi <simon.marchi@ericsson.com>
7227
7228 * configure.ac: Remove AC_PREREQ.
7229 * configure: Re-generate.
7230
61b04dd0
PA
72312018-06-19 Pedro Alves <palves@redhat.com>
7232
7233 * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
7234 (func_extern_caller): New.
7235 (main): Call func_extern_caller.
7236 * gdb.opt/inline-break.exp: Add tests for inline frame skipping
7237 logic change.
7238
f63b508a
SM
72392018-06-18 Weimin Pan <weimin.pan@oracle.com>
7240
7241 PR gdb/16841
7242 * gdb.cp/typedef-base.cc: New file.
7243 * gdb.cp/typedef-base.exp: New file.
7244
0fe3a558
TV
72452018-06-18 Tom de Vries <tdevries@suse.de>
7246
7247 * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
7248
7010835a
AB
72492018-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
7250 Richard Bunt <Richard.Bunt@arm.com>
7251
7252 * gdb.threads/attach-slow-waitpid.c: New file.
7253 * gdb.threads/attach-slow-waitpid.exp: New file.
7254 * gdb.threads/slow-waitpid.c: New file.
7255
14897d65
PA
72562018-06-14 Pedro Alves <palves@redhat.com>
7257
7258 * gdb.base/fork-running-state.c: Include <errno.h>.
7259 (exit_if_relative_exits): New.
7260 (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
7261 exits.
7262 (fork_parent): If 'exit_if_relative_exits' is true, exit if the
7263 child exits.
7264
5d9a0608
TV
72652018-06-14 Tom de Vries <tdevries@suse.de>
7266
7267 PR cli/22573
7268 * gdb.base/finish-pretty.c: New test.
7269 * gdb.base/finish-pretty.exp: New file.
7270
11ae5818
PA
72712018-06-14 Pedro Alves <palves@redhat.com>
7272
7273 * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
7274 gdb's expected startup output.
7275
1d39de44
PA
72762018-06-14 Pedro Alves <palves@redhat.com>
7277
7278 * lib/selftest-support.exp (selftest_setup): Remove inlined
7279 function handling.
7280
70ee0000
TV
72812018-06-14 Tom de Vries <tdevries@suse.de>
7282
7283 * lib/selftest-support.exp (selftest_setup): Allow function arguments in
7284 matching of breakpoint printing.
7285
11f4b608
TV
72862018-06-13 Tom de Vries <tdevries@suse.de>
7287
7288 PR testsuite/23269
7289 * gdb.base/fork-running-state.c (main): Move setting of alarm ...
7290 (fork_child): ... here, and ...
7291 (fork_parent): ... here.
7292
72932018-06-12 Tom de Vries <tdevries@suse.de>
7294
7295 * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
7296
9516f85a
AB
72972018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
7298 Stephen Roberts <stephen.roberts@arm.com>
7299
7300 * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
7301 rewrite test to describe action performed, rather than possible
7302 failure.
7303
5045b3d7
GB
73042018-06-08 Gary Benson <gbenson@redhat.com>
7305
7306 * gdb.threads/check-libthread-db.exp: New file.
7307 * gdb.threads/check-libthread-db.c: Likewise.
7308
c61b06a1
TT
73092018-06-05 Tom Tromey <tom@tromey.com>
7310
7311 * gdb.base/default.exp: Update expected "show version" output.
7312
eb6af809
TT
73132018-06-05 Tom Tromey <tom@tromey.com>
7314
7315 PR cli/12326:
7316 * gdb.cp/static-print-quit.exp: Update.
7317 * lib/gdb.exp (pagination_prompt): Update.
7318 * gdb.base/page.exp: Use pagination_prompt. Add new tests.
7319 * gdb.python/python.exp: Update.
7320
178d6a63
JB
73212018-06-04 Joel Brobecker <brobecker@adacore.com>
7322
7323 * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
7324
8e817061
JB
73252018-06-01 Joel Brobecker <brobecker@adacore.com>
7326
7327 * gdb.ada/bp_fun_addr: New testcase.
7328
e86ca25f
TT
73292018-06-01 Tom Tromey <tom@tromey.com>
7330
7331 * gdb.xml/tdesc-regs.exp (load_description): Update expected
7332 results.
7333 * gdb.dwarf2/method-ptr.exp: Set language to C++.
7334 * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
7335 * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
7336 * gdb.base/maint.exp (maint_pass_if): Update.
7337
4b2dfa9d
MR
73382018-05-31 Maciej W. Rozycki <macro@mips.com>
7339
7340 * gdb.base/endian.exp: New test.
7341 * gdb.base/endian.c: New test source.
7342
45f25d6c
AB
73432018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
7344
7345 PR gdb/23203
7346 * gdb.base/bt-selected-frame.c: New file.
7347 * gdb.base/bt-selected-frame.exp: New file.
7348 * lib/gdb.exp (get_current_frame_number): New function.
7349
d9f6d7f8
MR
73502018-05-24 Maciej W. Rozycki <macro@mips.com>
7351 Pedro Alves <palves@redhat.com>
7352
7353 * gdb.threads/tls-core.c: Include <stdlib.h>
7354 (thread_proc): Call `abort'.
7355 * gdb.threads/tls-core.exp: Generate a core with core_find too.
7356 (tls_core_test): New procedure, bits factored out from ...
7357 (top level): ... here. Test both native cores and gcore cores.
7358
ff1cf532
TT
73592018-05-23 Tom Tromey <tom@tromey.com>
7360
7361 * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
7362
b98664d3
TT
73632018-05-23 Tom Tromey <tom@tromey.com>
7364
7365 * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
7366 symfile_complaints.
7367 (test_short_complaints): Likewise.
7368 (test_empty_complaints): Likewise.
7369 (test_initial_complaints): Update.
7370
4e9668d0
TT
73712018-05-23 Tom Tromey <tom@tromey.com>
7372
7373 * gdb.gdb/complaints.exp (test_empty_complaints): Update.
7374
43ba33c7
TT
73752018-05-23 Tom Tromey <tom@tromey.com>
7376
7377 * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
7378 (test_short_complaints): Update.
7379
035522c0
PA
73802018-05-22 Pedro Alves <palves@redhat.com>
7381
7382 * gdb.base/remote.exp: Only gdb_start after compiling the
7383 testcase. Issue "disconnect" before testing "set remote" command
7384 defaults. Issue clean_restart before running to main.
7385
cc0be08f
PA
73862018-05-22 Pedro Alves <palves@redhat.com>
7387
7388 * gdb.base/remote.exp: Adjust expected output of "show remote
7389 memory-write-packet-size". Add tests for "set remote
7390 memory-write-packet-size 0" and "set remote
7391 memory-write-packet-size fixed/limit".
7392
b1b60145
PA
73932018-05-22 Pedro Alves <palves@redhat.com>
7394
7395 PR gdb/22973
7396 * gdb.base/utf8-identifiers.c: New file.
7397 * gdb.base/utf8-identifiers.exp: New file.
7398
0ec848ad
PFC
73992018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
7400
7401 * gdb.arch/powerpc-fpscr-gcore.exp: New file.
7402
2c3305f6
PFC
74032018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
7404
7405 * gdb.arch/powerpc-vsx-gcore.exp: New file.
7406
ce1e8424
TT
74072018-05-18 Tom Tromey <tom@tromey.com>
7408
7409 * gdb.base/ptype-offsets.exp: Update.
7410
ddfe970e
KS
74112018-05-17 Keith Seitz <keiths@redhat.com>
7412
7413 * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
7414 in expected breakpoint stop locations.
7415 * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
7416 move to proper scope to test variable values.
7417 * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
7418 (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
7419 New functions.
7420 (main): Call not_inline_func3.
7421 * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
7422 inline_func1, inline_func2, and inline_func3. Test that when each
7423 breakpoint is hit, GDB properly reports both the stop location
7424 and the backtrace. Repeat tests for temporary breakpoints.
7425
0726fcc6
MR
74262018-05-15 Maciej W. Rozycki <macro@mips.com>
7427
7428 * gdb.server/server-kill.exp: Verify whether `server_pid' exists
7429 rather then trying to access it in determining whether the PID
7430 of `gdbserver' could have been retrieved.
7431
8ee22052
AB
74322018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
7433
7434 * gdb.arch/amd64-init-x87-values.S: New file.
7435 * gdb.arch/amd64-init-x87-values.exp: New file.
7436
7785df48
JK
74372018-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
7438
7439 * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
7440
56bcdbea
TT
74412018-05-04 Tom Tromey <tom@tromey.com>
7442
7443 PR python/22730:
7444 * gdb.python/python.exp: Test multi-line execute.
7445
a913fffb
TT
74462018-05-04 Tom Tromey <tom@tromey.com>
7447
7448 PR python/22731:
7449 * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
7450
7a2c85f2
TT
74512018-05-04 Tom Tromey <tom@tromey.com>
7452
7453 PR gdb/11750:
7454 * gdb.base/define.exp: Test defining a user command inside a user
7455 command.
7456 * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
7457
a3b60e45
JK
74582018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
7459 Pedro Alves <palves@redhat.com>
7460
7461 PR breakpoints/19806 and support for PR external/20207.
7462 * gdb.base/watchpoint-unaligned.c: New file.
7463 * gdb.base/watchpoint-unaligned.exp: New file.
7464
45fe4a03
AB
74652018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
7466
7467 * gdb.base/maint.exp: Make test names unique, use
7468 test_prefix_command_help to test 'help maint info', and remove
7469 repeated test of 'help maint'.
7470
9be2ae8f
TT
74712018-05-04 Tom Tromey <tom@tromey.com>
7472
7473 PR gdb/22619:
7474 * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
7475 behavior.
7476
11859c31
AB
74772018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
7478
7479 * gdb.base/maint.exp: Process output from 'maint print registers'
7480 line at a time.
7481
089a9490
AB
74822018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
7483
7484 * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
7485 timeout.
7486
9b0797e2
AB
74872018-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
7488
7489 * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
7490 filter pattern.
7491
f6ac5f3d
PA
74922018-05-02 Pedro Alves <palves@redhat.com>
7493
7494 * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
7495 to_log_command renames.
7496 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
7497
77d3c63b
TT
74982018-05-02 Tom Tromey <tom@tromey.com>
7499
7500 * gdb.python/py-parameter.exp: Set test message.
7501
0489430a
TT
75022018-05-02 Tom Tromey <tom@tromey.com>
7503
7504 PR python/20084:
7505 * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
7506 PARAM_ZUINTEGER_UNLIMITED tests.
7507
1632f8ba
DR
75082018-04-28 Dan Robertson <danlrobertson89@gmail.com>
7509
7510 PR rust/23124
7511 * gdb.rust/expr.exp: Test that the unit type is correctly parsed
7512 when casting.
7513
6d7bb824
TT
75142018-04-30 Tom Tromey <tom@tromey.com>
7515
7516 * gdb.python/py-type.exp: Check align attribute.
7517 * gdb.python/py-type.c: New "aligncheck" global.
7518
007e1530
TT
75192018-04-30 Tom Tromey <tom@tromey.com>
7520
7521 PR exp/17095:
7522 * gdb.dwarf2/dw2-align.exp: New file.
7523 * gdb.cp/align.exp: New file.
7524 * gdb.base/align.exp: New file.
7525 * lib/gdb.exp (gdb_int128_helper): New proc.
7526 (has_int128_c, has_int128_cxx): New caching procs.
7527
6873858b
TT
75282018-04-27 Tom Tromey <tom@tromey.com>
7529
7530 PR rust/22545:
7531 * gdb.rust/simple.exp: Add inclusive range tests.
7532
79188d8d
PA
75332018-04-26 Pedro Alves <palves@redhat.com>
7534
7535 * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
7536 ifunc breakpoint locations correctly of ifunc breakpoints set
7537 while the program resolves the ifunc.
7538
c7075ad5
PA
75392018-04-26 Pedro Alves <palves@redhat.com>
7540
7541 * gdb.base/gnu-ifunc-final.c: New file.
7542 * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
7543 * gdb.base/gnu-ifunc.exp (executable): Delete.
7544 (staticexecutable): Adjust.
7545 (lib_opts, exec_opts): Delete.
7546 (make_binsuffix, build, set-break): New procedures.
7547 (misc_tests): New, with tests factored out from the top level.
7548 (top level): Test different combinations of ifunc resolver name,
7549 resolver with and with debug info, and ifunc target with and
7550 without debug info. Wrap static tests with with_target_prefix.
7551
8388016d
PA
75522018-04-26 Pedro Alves <palves@redhat.com>
7553
7554 * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
7555 return type" warnings.
7556
249b5733
PA
75572018-04-25 Pedro Alves <palves@redhat.com>
7558
7559 * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
7560 killed".
7561 * gdb.base/kill-after-signal.exp: Likewise.
7562 * gdb.threads/kill.exp: Likewise.
7563
f67c0c91
SDJ
75642018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
7565 Sergio Durigan Junior <sergiodj@redhat.com>
7566 Pedro Alves <palves@redhat.com>
7567
7568 * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
7569 regexps to expect for '[Inferior ... detached]' as well.
7570 * gdb.base/attach.exp: Likewise.
7571 * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
7572 "gdb_continue_to_end".
7573 (test_catch_syscall_with_wrong_args): Likewise.
7574 * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
7575 ']'. Don't set 'verbose' on.
7576 * gdb.base/foll-vfork.exp: Likewise.
7577 * gdb.base/fork-print-inferior-events.c: New file.
7578 * gdb.base/fork-print-inferior-events.exp: New file.
7579 * gdb.base/hook-stop.exp: Adjust regexps to expect for new
7580 '[Inferior ... has been killed]' message.
7581 * gdb.base/kill-after-signal.exp: Likewise.
7582 * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
7583 detach message.
7584 * gdb.threads/kill.exp: Adjust regexps to expect for new kill
7585 message.
7586 * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
7587 regexps to expect for '[Inferior ... detached]' as well.
7588 * gdb.threads/process-dies-while-detaching.exp: Likewise.
7589
0a8ddac4
SM
75902018-04-24 Simon Marchi <simon.marchi@ericsson.com>
7591
7592 PR gdb/23104
7593 * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
7594
701adfb0
PA
75952018-04-22 Rajendra SY <rajendra.sy@gmail.com>
7596
7597 PR gdb/23095
7598 * gdb.base/break-probes.exp: Pass shlib_load to
7599 prepare_for_testing. Set normal_bp to r_debug_state if target is
7600 bsd.
7601
d27d16bf
RB
76022018-04-19 Richard Bunt <richard.bunt@arm.com>
7603
7604 * gdb.threads/multiple-successive-infcall.c: New test.
7605 * gdb.threads/multiple-successive-infcall.exp: New file.
7606
a037790e
TT
76072018-04-17 Tom Tromey <tom@tromey.com>
7608
7609 * gdb.rust/simple.rs (Union): New type.
7610 (main): New local "u".
7611 * gdb.rust/simple.exp (test_one_slice): Add new test case.
7612
e3a91079
AA
76132018-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
7614
7615 * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
7616 number information in output of "whereis" command.
7617 * gdb.base/info-fun.exp: Likewise, for "info fun" command.
7618
b744723f
AA
76192018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
7620
7621 * gdb.ada/info_types.exp: Adjust expected output to the line
7622 numbers now printed by "info var/func/type".
7623 * gdb.base/completion.exp: Likewise.
7624 * gdb.base/included.exp: Likewise.
7625 * gdb.cp/cp-relocate.exp: Likewise.
7626 * gdb.cp/cplusfuncs.exp: Likewise.
7627 * gdb.cp/namespace.exp: Likewise.
7628 * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
7629
4a4495d6
MM
76302018-04-13 Markus Metzger <markus.t.metzger@intel.com>
7631
7632 * gdb.btrace/cpu.exp: New.
7633
1d509aa6
MM
76342018-04-13 Markus Metzger <markus.t.metzger@intel.com>
7635
7636 * gdb.base/step-indirect-call-thunk.exp: New.
7637 * gdb.base/step-indirect-call-thunk.c: New.
7638 * gdb.reverse/step-indirect-call-thunk.exp: New.
7639 * gdb.reverse/step-indirect-call-thunk.c: New.
7640
6295b6da
SM
76412018-04-11 Simon Marchi <simon.marchi@ericsson.com>
7642
7643 * gdb.base/pie-fork.c: New file.
7644 * gdb.base/pie-fork.exp: New file.
7645
50146e70
TT
76462018-04-11 Tom Tromey <tom@tromey.com>
7647
7648 * gdb.rust/simple.exp: Add test for ".." struct initializer.
7649
f50d8a2e
PA
76502018-04-10 Pedro Alves <palves@redhat.com>
7651
7652 * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
7653 exits. Instead loop running forever.
7654 (fork_parent): Run forever too.
7655
a0be7a36
SM
76562018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
7657
7658 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
7659 mi_continue_to_line.
7660 * gdb.mi/mi-stack.c (callee4): Add comment.
7661
9b73db36
SM
76622018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
7663
7664 * gdb.mi/mi-stack.exp: Fix indentation.
7665
c912f608
SM
76662018-04-07 Simon Marchi <simon.marchi@ericsson.com>
7667
7668 PR gdb/22979
7669 * gdb.arch/amd64-osabi.exp: New file.
7670
26540402
SM
76712018-04-07 Simon Marchi <simon.marchi@ericsson.com>
7672
7673 PR gdb/22980
7674 * gdb.base/osabi.exp: New file.
7675
121ad66c 76762018-04-02 Weimin Pan <weimin.pan@oracle.com>
79f18731
WP
7677
7678 * gdb.cp/static-typedef-print.exp: New file.
7679 * gdb.cp/static-typedef-print.cc: New file.
7680
3fcded8f
JB
76812018-03-27 Joel Brobecker <brobecker@adacore.com>
7682
7683 * gdb.ada/varsize_limit: New testcase.
7684
59cc4834
JB
76852018-03-27 Joel Brobecker <brobecker@adacore.com>
7686
7687 * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
7688
7689 * gdb.ada/notcplusplus: New testcase.
7690
7691 * gdb.base/c-linkage-name.c: New file.
7692 * gdb.base/c-linkage-name.exp: New testcase.
7693
4ca59a9f
TT
76942018-03-26 Tom Tromey <tom@tromey.com>
7695
7696 * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
7697 * gdb.python/py-framefilter.py (name_error): New global.
7698 (ErrorInName.function): Use name_error.
7699
978d6c75
TT
77002018-03-26 Tom Tromey <tom@tromey.com>
7701
7702 PR backtrace/15582:
7703 * gdb.python/py-framefilter.exp: Add "bt hide" test.
7704
b7fee5a3
KS
77052018-03-23 Keith Seitz <keiths@redhat.com>
7706
7707 PR c++/22968
7708 * gdb.cp/subtypes.exp: New file.
7709 * gdb.cp/subtypes.h: New file.
7710 * gdb.cp/subtypes.cc: New file.
7711 * gdb.cp/subtypes-2.cc: New file.
7712
376be529
AB
77132018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
7714
7715 * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
7716 (done): Call '_exit' not 'exit' to avoid atexit handlers.
7717 * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
7718 -nostartfiles when compiling the test. Confirm that all registers
7719 xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
7720
066cfa98
AB
77212018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
7722
7723 * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
7724 option, syntax was wrong anyway.
7725 * gdb.arch/arm-disp-step.exp: Likewise.
7726 * gdb.arch/sparc64-regs.exp: Likewise.
7727 * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
7728 option, syntax was wrong anyway, switch to use
7729 prepare_for_testing.
7730 * gdb.arch/i386-disp-step.exp: Likewise.
7731
079670b9
AA
77322018-03-23 Andreas Arnez <arnez@linux.vnet.ibm.com>
7733
7734 * gdb.ada/exec_changed.exp: Replace "target_info exists
7735 use_gdb_stub" by "use_gdb_stub".
7736 * gdb.ada/start.exp: Likewise.
7737 * gdb.base/async-shell.exp: Likewise.
7738 * gdb.base/attach-pie-misread.exp: Likewise.
7739 * gdb.base/attach-wait-input.exp: Likewise.
7740 * gdb.base/break-entry.exp: Likewise.
7741 * gdb.base/break-interp.exp: Likewise.
7742 * gdb.base/dprintf-detach.exp: Likewise.
7743 * gdb.base/nostdlib.exp: Likewise.
7744 * gdb.base/solib-nodir.exp: Likewise.
7745 * gdb.base/statistics.exp: Likewise.
7746 * gdb.base/testenv.exp: Likewise.
7747 * gdb.mi/mi-exec-run.exp: Likewise.
7748 * gdb.mi/mi-start.exp: Likewise.
7749 * gdb.multi/dummy-frame-restore.exp: Likewise.
7750 * gdb.multi/multi-arch-exec.exp: Likewise.
7751 * gdb.multi/multi-arch.exp: Likewise.
7752 * gdb.multi/tids.exp: Likewise.
7753 * gdb.multi/watchpoint-multi.exp: Likewise.
7754 * gdb.python/py-events.exp: Likewise.
7755 * gdb.threads/attach-into-signal.exp: Likewise.
7756 * gdb.threads/attach-stopped.exp: Likewise.
7757 * gdb.threads/threadapply.exp: Likewise.
7758 * lib/selftest-support.exp: Likewise.
7759
26d6cec4
AA
77602018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
7761
7762 * gdb.base/info-proc.exp: Add test for "info proc cmdline".
7763
4ee89e90
SR
77642018-03-20 Stephen Roberts <stephen.roberts@arm.com>
7765
7766 * gdb.perf/template-breakpoints.cc: New file.
7767 * gdb.perf/template-breakpoints.exp: New file.
7768 * gdb.perf/template-breakpoints.py: New file.
7769
92630041
TT
77702018-03-19 Tom Tromey <tom@tromey.com>
7771
7772 * gdb.rust/simple.rs (main): Add local variables field1, field2,
7773 y0.
7774 * gdb.rust/simple.exp: Test bare identifier form of struct
7775 initializer.
7776
76727919
TT
77772018-03-19 Tom Tromey <tom@tromey.com>
7778
7779 * gdb.gdb/observer.exp: Remove.
7780
194ed413
AA
77812018-03-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
7782
7783 * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
7784 "qualified" option when setting breakpoints.
7785 * gdb.trace/backtrace.exp: Likewise.
7786 * gdb.trace/circ.exp: Likewise.
7787 * gdb.trace/collection.exp: Likewise.
7788 * gdb.trace/disconnected-tracing.exp: Likewise.
7789 * gdb.trace/ftrace-lock.exp: Likewise.
7790 * gdb.trace/ftrace.exp: Likewise.
7791 * gdb.trace/infotrace.exp: Likewise.
7792 * gdb.trace/packetlen.exp: Likewise.
7793 * gdb.trace/passc-dyn.exp: Likewise.
7794 * gdb.trace/qtro.exp: Likewise.
7795 * gdb.trace/read-memory.exp: Likewise.
7796 * gdb.trace/report.exp: Likewise.
7797 * gdb.trace/signal.exp: Likewise.
7798 * gdb.trace/status-stop.exp: Likewise.
7799 * gdb.trace/strace.exp: Likewise.
7800 * gdb.trace/tfind.exp: Likewise.
7801 * gdb.trace/trace-break.exp: Likewise.
7802 * gdb.trace/trace-condition.exp: Likewise.
7803 * gdb.trace/trace-mt.exp: Likewise.
7804 * gdb.trace/tstatus.exp: Likewise.
7805 * gdb.trace/tsv.exp: Likewise.
7806 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
7807 * gdb.trace/unavailable.exp: Likewise.
7808 * gdb.trace/while-dyn.exp: Likewise.
7809
8b067d2c
AA
78102018-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
7811
7812 * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
7813 that libinproctrace is copied to the target.
7814
3ae9ce5d
TT
78152018-03-14 Tom Tromey <tom@tromey.com>
7816
7817 PR cli/14977:
7818 * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
7819 a null pointer.
7820 * gdb.base/wchar.exp: Likewise.
7821
b8c2339b
TT
78222018-03-14 Tom Tromey <tom@tromey.com>
7823
7824 PR cli/19918:
7825 * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
7826 flag.
7827
4872dc46
SM
78282018-03-08 Simon Marchi <simon.marchi@ericsson.com>
7829
7830 PR gdb/22841
7831 * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
7832 "target" to remote_exec.
7833
e4fe3756
SM
78342018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
7835
7836 PR gdb/22841
7837 * boards/gdbserver-base.exp (${board}_file, ${board}_download,
7838 ${board}_upload): Remove.
7839
e95a97d4
AA
78402018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
7841
7842 * gdb.cp/watch-cp.cc: New test.
7843 * gdb.cp/watch-cp.exp: New file.
7844
dbbb1059
AB
78452018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
7846
7847 * gdb.base/infcall-nested-structs.exp: New file.
7848 * gdb.base/infcall-nested-structs.c: New file.
7849 * gdb.base/float.exp: Add riscv support.
7850
ecc054c0
TP
78512018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
7852
7853 * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
7854 * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
7855
25e3c82c
SDJ
78562018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
7857
7858 * gdb.server/abspath.exp: New file.
7859 * lib/gdb.exp (with_cwd): New procedure.
7860
3083294d
SM
78612018-02-28 Simon Marchi <simon.marchi@ericsson.com>
7862
7863 * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
7864 use it.
7865 (gdb_is_target_remote_prompt): New proc.
7866 (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
7867 (gdb_is_target_native): Pass prompt parameter to
7868 gdb_is_target_1.
7869
3275ef47
SM
78702018-02-26 Simon Marchi <simon.marchi@polymtl.ca>
7871
7872 * gdb.base/load-command.c: New file.
7873 * gdb.base/load-command.exp: New file.
7874 * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
7875 (gdb_is_target_1): ...this, and generalize for other targets
7876 than just remote.
7877 (gdb_is_target_remote): Use gdb_is_target_1.
7878 (gdb_is_target_native): use gdb_is_target_1.
7879
6893c19a
TT
78802018-02-26 Tom Tromey <tom@tromey.com>
7881
7882 PR python/16497:
7883 * gdb.python/py-framefilter.exp: Update test.
7884
2ddeaf8a
TT
78852018-02-26 Tom Tromey <tom@tromey.com>
7886
7887 * gdb.dwarf2/variant.c: New file.
7888 * gdb.dwarf2/variant.exp: New file.
7889
c9317f21
TT
78902018-02-26 Tom Tromey <tom@tromey.com>
7891
7892 * gdb.rust/simple.exp: Accept more possible results in enum test.
7893
6f6d0c26
SM
78942018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
7895
7896 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
7897 parentheses.
7898
11b03145
MR
78992018-02-23 Maciej W. Rozycki <macro@mips.com>
7900
7901 * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
7902 name of a variable: $actual_linejj -> $actual_line.
7903
54a27fe5
JB
79042018-02-21 John Baldwin <jhb@FreeBSD.org>
7905
7906 * gdb.arch/amd64-i386-address.exp: Fix a typo.
7907
de65820c
MM
79082018-02-20 Markus Metzger <markus.t.metzger@intel.com>
7909
7910 * gdb.btrace/buffer-size.exp: Do not force BTS.
7911
980548fd
PA
79122018-02-14 Pedro Alves <palves@redhat.com>
7913
7914 * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
7915 getting a "Quit".
7916
c4e12631
MM
79172018-02-09 Markus Metzger <markus.t.metzger@intel.com>
7918
7919 * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
7920 Fix test name.
7921
c2e0e465
SM
79222018-02-07 Simon Marchi <simon.marchi@ericsson.com>
7923
7924 * gdb.cp/m-static.exp: Check type of optimized out static
7925 member.
7926
f7216783
AB
79272018-02-03 Andrew Burgess <andrew.burgess@embecosm.com>
7928
7929 * config/sid.exp (gdb_target_sid): Remove use of cleanup.
7930 * config/sim.exp (gdb_target_sim): Remove use of cleanup.
7931
0625771b
LS
79322018-02-01 Simon Marchi <simon.marchi@polymtl.ca>
7933 Leszek Swirski <leszeks@google.com>
7934
7935 * gdb.python/py-prettyprint.c
7936 (struct to_string_returns_value_inner,
7937 struct to_string_returns_value_wrapper): New.
7938 (main): Add tsrvw variable.
7939 * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
7940 ToStringReturnsValueWrapper): New classes.
7941 (register_pretty_printers): Register new pretty-printers.
7942 * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
7943 recursive pretty printer.
7944 * gdb.python/py-mi.exp: Likewise.
7945
59498c30
LS
79462018-02-01 Leszek Swirski <leszeks@google.com>
7947
7948 * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
7949 functions with the same name as an include file are parsed
7950 correctly.
7951
d4d38844
YQ
79522018-02-01 Yao Qi <yao.qi@linaro.org>
7953
7954 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
7955 "\[^\r\n\]*".
7956
07e5f5cf
NP
79572018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
7958
7959 * gdb.arch/powerpc-prologue-frame.s: New file.
7960 * gdb.arch/powerpc-prologue-frame.c: Likewise.
7961 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
7962
929b5ad4
JB
79632018-01-31 Joel Brobecker <brobecker@adacore.com>
7964
7965 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
7966
e671cd59
PA
79672018-01-30 Pedro Alves <palves@redhat.com>
7968
7969 PR gdb/13211
7970 * gdb.base/interrupt-daemon.c: New.
7971 * gdb.base/interrupt-daemon.exp: New.
7972 * gdb.multi/multi-term-settings.c: New.
7973 * gdb.multi/multi-term-settings.exp: New.
7974
fc413dc4
JB
79752018-01-30 Joel Brobecker <brobecker@adacore.com>
7976
7977 * gdb.base/break.exp: Save the location where the breakpoint
7978 on break.c:47 was actually inserted when debugging the version
7979 compiled at -O2 and use it in the expected output of the "info
7980 break" test performed soon after.
7981
5c319bb2
PA
79822018-01-22 Pedro Alves <palves@redhat.com>
7983 Sergio Durigan Junior <sergiodj@redhat.com>
7984
7985 * gdb.base/whatis.exp: Add tests for 'set print object on' +
7986 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
7987
a9e40818
JB
79882018-01-22 Joel Brobecker <brobecker@adacore.com>
7989
7990 * gdb.base/break-include.c, gdb.base/break-include.inc,
7991 gdb.base/break-include.exp: New files.
7992 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
7993 line number now being the actual line number where the breakpoint
7994 was inserted.
7995 * gdb.mi/mi-break.exp: Likewise.
7996 * gdb.mi/mi-reverse.exp: Likewise.
7997 * gdb.mi/mi-simplerun.exp: Ditto.
7998
e707fc44
AB
79992018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
8000
8001 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
8002 varobj.
8003 * gdb.mi/mi-var-create-rtti.exp: Likewise.
8004
ae451627
AB
80052018-01-21 Don Breazeal <donb@codesourcery.com>
8006 Andrew Burgess <andrew.burgess@embecosm.com>
8007
8008 * gdb.mi/basics.c: Add new global.
8009 * gdb.mi/mi-frame-regs.exp: New file.
8010 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
8011 case.
8012
b1b189e0
AB
80132018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
8014
8015 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
8016 non-parameter, and on an unknown symbol.
8017
fcfcc376
TT
80182018-01-19 Tom Tromey <tom@tromey.com>
8019
8020 * gdb.rust/modules.rs (TWENTY_THREE): New global.
8021 * gdb.rust/modules.exp: Add ::-qualified lookup test.
8022
634c1c31
AA
80232018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
8024
8025 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
8026 setrlimit and chdir to int.
8027
d6ad07fd
AA
80282018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
8029
8030 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
8031 function.
8032 (my_tend): Likewise.
8033 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
8034 rationale of avoiding FP- and vector instructions.
8035
adf8243b
RK
80362018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
8037
8038 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
8039 "info reg" with "\[ \t\]*".
8040 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
8041 "\[ \t\]+".
8042 * gdb.arch/s390-multiarch.exp: Ditto.
8043 * gdb.base/pc-fp.exp: Ditto.
8044 * gdb.reverse/i386-precsave.exp: Ditto.
8045 * gdb.reverse/i386-reverse.exp: Ditto.
8046 * gdb.reverse/i387-env-reverse.exp: Ditto.
8047 * gdb.reverse/i387-stack-reverse.exp: Ditto.
8048
dcc06925
AA
80492018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
8050
8051 * lib/gdb.exp (gdb_compile): Re-enable use of
8052 universal_compile_options for languages other than Rust.
8053
25d4fd80
AA
80542018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
8055
8056 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
8057
ee7f689e 80582018-01-17 Mike Gulick <mgulick@mathworks.com>
41667530
MG
8059
8060 PR gdb/16577
8061 * gdb.base/solib-vanish.exp: New.
8062 * gdb.base/solib-vanish-main.c: New.
8063 * gdb.base/solib-vanish-lib1.c: New.
8064 * gdb.base/solib-vanish-lib2.c: New.
8065
d8447b6b
YQ
80662018-01-17 Yao Qi <yao.qi@linaro.org>
8067
8068 * gdb.compile/compile.exp: Match the address printed for
8069 frame in the output of command "bt".
8070
86d6a90c
TT
80712018-01-15 Tom Tromey <tom@tromey.com>
8072
8073 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
8074 compute sp_reg.
8075
cbcdb1aa
AB
80762018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
8077
8078 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
8079 to prepare.
8080 (prepare): Return 0 on error, 1 on success.
8081
eea61984
PA
80822018-01-12 Pedro Alves <palves@redhat.com>
8083
8084 * gdb.base/continue-after-aborted-step-over.c: New.
8085 * gdb.base/continue-after-aborted-step-over.exp: New.
8086
6181e9c2
SM
80872018-01-11 Simon Marchi <simon.marchi@ericsson.com>
8088
8089 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
8090 options when not creating an executable.
8091
3cada740
PA
80922018-01-11 Pedro Alves <palves@redhat.com>
8093
8094 PR remote/22597
8095 * gdb.server/stop-reply-no-thread.c: New file.
8096 * gdb.server/stop-reply-no-thread.exp: New file.
8097
c63d3e8d
PA
80982018-01-10 Pedro Alves <palves@redhat.com>
8099
8100 PR gdb/22670
8101 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
8102 functions too. Test setting breakpoints and printing C functions
8103 with no debug info too.
8104 * gdb.ada/bp_c_mixed_case/qux.c: New file.
8105
d4c2a405
PA
81062018-01-10 Pedro Alves <palves@redhat.com>
8107
8108 PR gdb/22670
8109 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
8110 a fail.
8111
8825213e
PA
81122018-01-10 Pedro Alves <palves@redhat.com>
8113
8114 PR gdb/22670
8115 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
8116
605fd3c6
YQ
81172018-01-08 Simon Marchi <simon.marchi@ericsson.com>
8118
8119 * gdb.server/unittest.exp: Match the output in non-development
8120 mode.
8121
1e5ded6c
YQ
81222018-01-08 Simon Marchi <simon.marchi@ericsson.com>
8123
8124 * gdb.gdb/unittest.exp: Match output in non-development mode.
8125
30066b0b
JB
81262018-01-08 Joel Brobecker <brobecker@adacore.com>
8127
8128 * gdb.ada/access_tagged_param.exp: Relax expected output
8129 for value of "ObjL" in "continue" to pck.inspect breakpoint
8130 test.
8131
04bafb1e
XR
81322018-01-08 Joel Brobecker <brobecker@adacore.com>
8133
9f86398b
JB
8134 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
8135 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
04bafb1e 8136
e379cee6
PA
81372018-01-05 Pedro Alves <palves@redhat.com>
8138
8139 PR gdb/18653
8140 * gdb.base/libsegfault.exp: New.
8141
de63c46b
PA
81422018-01-05 Joel Brobecker <brobecker@adacore.com>
8143
8144 PR gdb/22670
8145 * gdb.ada/access_tagged_param.exp: New file.
8146 * gdb.ada/access_tagged_param/foo.adb: New file.
8147
f98fc17b
PA
81482018-01-05 Pedro Alves <palves@redhat.com>
8149
8150 PR gdb/22670
8151 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
8152 exercise lower case too, and to exercise both full matching and
8153 wild matching.
8154
342f8240
JB
81552018-01-05 Joel Brobecker <brobecker@adacore.com>
8156
8157 * gdb.ada/rename_subscript_param: New testcase.
8158
7150d33c
JG
81592018-01-05 Jerome Guitton <guitton@adacore.com>
8160
8161 * gdb.ada/arr_acc_idx_w_gap: New testcase.
8162
cc0e770c
JB
81632018-01-05 Joel Brobecker <brobecker@adacore.com>
8164
8165 * gdb.ada/convvar_comp: New testcase.
8166
672a41aa 81672018-01-05 Xavier Roirand <roirand@adacore.com>
e3861a03
XR
8168
8169 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
8170 (My_Table): New global variable.
8171 * testsuite/gdb.ada/array_char_idx.exp: Add test.
8172
7365ec2f
JB
81732018-01-04 Joel Brobecker <brobecker@adacore.com>
8174
8175 PR gdb/22670
8176 * gdb.ada/maint_with_ada: New testcase.
8177
289483b6
JB
81782018-01-04 Joel Brobecker <brobecker@adacore.com>
8179
8180 PR gdb/22670
8181 * gdb.ada/bp_c_mixed_case: New testcase.
8182
344420da
JB
81832018-01-04 Joel Brobecker <brobecker@adacore.com>
8184
8185 PR gdb/22670
8186 * gdb.ada/complete.exp: Add "complete break ada" test.
8187
66fc87a0
JB
81882018-01-04 Joel Brobecker <brobecker@adacore.com>
8189
8190 PR gdb/22670
8191 * gdb.ada/info_addr_mixed_case: New testcase.
8192
9f757bf7
XR
81932018-01-03 Xavier Roirand <roirand@adacore.com>
8194
8195 * gdb.ada/excep_handle.exp: New testcase.
8196 * gdb.ada/excep_handle/foo.adb: New file.
8197 * gdb.ada/excep_handle/pck.ads: New file.
8198
bd570f80
JB
81992018-01-03 Joel Brobecker <brobecker@adacore.com>
8200
8201 * gdb.base/step-line.c: Add extra empty line in copyright header.
8202 * gdb.base/step-line.inp: Likewise.
8203
9fe561ab
JB
82042018-01-02 Joel Brobecker <brobecker@adacore.com>
8205
8206 * gdb.ada/dyn_stride.exp: Add slice test.
8207
a405673c
JB
82082018-01-02 Joel Brobecker <brobecker@adacore.com>
8209
8210 * gdb.ada/dyn_stride: New testcase.
8211
cef0f868
SH
82122017-12-27 Stafford Horne <shorne@gmail.com>
8213
8214 * gdb.xml/extra-regs.xml: Add example foo reggroup.
8215 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
8216
b67d92b0
SH
82172017-12-27 Stafford Horne <shorne@gmail.com>
8218
8219 * gdb.base/reggroups.c: New file.
8220 * gdb.base/reggroups.exp: New file.
8221
eccab96d
JB
82222017-12-18 Joel Brobecker <brobecker@adacore.com>
8223
8224 * gdb.dwarf2/ada-valprint-error.c: New file.
8225 * gdb.dwarf2/ada-valprint-error.exp: New file.
8226
0e2da9f0
JB
82272017-12-18 Joel Brobecker <brobecker@adacore.com>
8228
8229 * gdb.ada/assign_arr: New testcase.
8230
cb923fcc
XR
82312017-12-18 Xavier Roirand <roirand@adacore.com>
8232
8233 * gdb.ada/funcall_ptr: New testcase.
8234
7c161838
SDJ
82352017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
8236
8237 PR cli/16224
8238 * gdb.base/ptype-offsets.cc: New file.
8239 * gdb.base/ptype-offsets.exp: New file.
8240
1af17fd9
YQ
82412017-12-15 Yao Qi <yao.qi@linaro.org>
8242
8243 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
8244 if XML is disabled.
8245
828d5846
XR
82462017-12-15 Xavier Roirand <roirand@adacore.com>
8247
8248 * gdb.ada/same_component_name: New testcase.
8249
79e8fcaa
JB
82502017-12-14 Joel Brobecker <brobecker@adacore.com>
8251
8252 * gdb.ada/str_binop_equal: New testcase.
8253
e05fa6f9
JB
82542017-12-14 Joel Brobecker <brobecker@adacore.com>
8255
8256 * gdb.ada/task_switch_in_core: New testcase.
8257
b89641ba
SM
82582017-12-13 Simon Marchi <simon.marchi@ericsson.com>
8259
8260 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
8261 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
8262 call test_bkpt_qualified.
8263 (test_bkpt_qualified): New proc.
8264
6892d2e4
PA
82652017-12-13 Pedro Alves <palves@redhat.com>
8266
8267 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
8268 Tighten regexp by matching with an anchor.
8269
a22ecf70
PA
82702017-12-13 Pedro Alves <palves@redhat.com>
8271
8272 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
8273 ("expression with namespace"): New set of tests.
8274 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
8275 (Nested::Test_NS::qux): New.
8276 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
8277 defaults to 'start_quote_char' and 'end_quote_char' parameters.
8278
9937536c
JB
82792017-12-13 Joel Brobecker <brobecker@adacore.com>
8280
8281 * gdb.base/server-del-break.c: New file.
8282 * gdb.base/server-del-break.exp: New file.
8283
fe49c6f5
SH
82842017-12-12 Stafford Horne <shorne@gmail.com>
8285
8286 * gdb.xml/tdesc-regs.exp: Add or1k support.
8287
c3d18620
SH
82882017-12-12 Stafford Horne <shorne@gmail.com>
8289
8290 * gdb.base/bp-permanent.c: Define nop of or1k.
8291
c5f9cfc8
JB
82922017-12-11 Joel Brobecker <brobecker@adacore.com>
8293
8294 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
8295 output with components being reordered.
8296
a9c135fc
JB
82972017-12-11 Joel Brobecker <brobecker@adacore.com>
8298
8299 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
8300 output with components being reordered.
8301
927aa2e7
JK
83022017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
8303 Pedro Alves <palves@redhat.com>
8304
8305 * gdb.base/maint.exp (check for .gdb_index): Check also for
8306 .debug_names.
8307 * gdb.dlang/watch-loc.c (.debug_aranges): New.
8308 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
8309 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
8310 (.gdb_index used after symbol reloading): Support also .debug_names.
8311 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
8312
f17d9474
YQ
83132017-12-08 Yao Qi <yao.qi@linaro.org>
8314
8315 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
8316 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
8317
a0de8c21
YQ
83182017-12-08 Yao Qi <yao.qi@linaro.org>
8319
8320 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
8321 * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
8322
a738ea1d
YQ
83232017-12-08 Yao Qi <yao.qi@linaro.org>
8324
8325 * gdb.arch/aarch64-tagged-pointer.c: New file.
8326 * gdb.arch/aarch64-tagged-pointer.exp: New file.
8327
1cd9a73b
SDJ
83282017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
8329
8330 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
8331 "int".
8332
fa6eb693
KS
83332017-12-07 Keith Seitz <keiths@redhat.com>
8334
8335 PR breakpoints/22569
8336 * gdb.linespec/ls-errs.exp: Change expected result of "break
8337 -source this file has spaces.c -line 3".
8338 Check that an explicit source file followed by whitespace is
8339 identified as an invalid explicit location.
8340
883fd55a
KS
83412017-12-07 Keith Seitz <keiths@redhat.com>
8342
8343 * gdb.cp/nested-types.cc: New file.
8344 * gdb.cp/nested-types.exp: New file.
8345 * lib/cp-support.exp: Load data-structures.exp library.
8346 (debug_cp_test_ptype_class): New global.
8347 (cp_ptype_class_verbose, next_line): New procedures.
8348 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
8349 Add and document new return value.
8350 Switch the list of lines to a queue.
8351 Add support for new `type' key for nested type definitions.
8352 Add debugging/troubleshooting messages.
8353 * lib/data-structures.exp: New file.
8354
ec72db3e
SM
83552017-12-07 Simon Marchi <simon.marchi@ericsson.com>
8356
8357 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
8358 with proc_with_prefix, don't use with_test_prefix.
8359
99598d71
TT
83602017-12-07 Tom Tromey <tom@tromey.com>
8361
8362 * gdb.base/break.exp: Add test for empty "commands".
8363
a8806230
YQ
83642017-12-07 Yao Qi <yao.qi@linaro.org>
8365
8366 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
8367 malloc and catch syscall.
8368
824cc835
PM
83692017-12-07 Phil Muldoon <pmuldoon@redhat.com>
8370
e79be6e5 8371 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
824cc835
PM
8372 tests for explicit locations.
8373
7cc244de
PA
83742017-12-06 Pedro Alves <palves@redhat.com>
8375
8376 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
8377 force-disabling XML descriptions.
8378
50a1fdd5
PA
83792017-12-04 Pedro Alves <palves@redhat.com>
8380
8381 PR gdb/22499
8382 * gdb.arch/amd64-disp-step-avx.S: New file.
8383 * gdb.arch/amd64-disp-step-avx.exp: New file.
8384
f0fb2488
PA
83852017-12-03 Pedro Alves <palves@redhat.com>
8386
8387 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
8388 and <string.h>.
8389 (parent_function): Print distinct messages when waitpid fails, or
8390 the child exits with a signal, or the child exits for an unhandled
8391 reason.
8392 * gdb.threads/process-dies-while-detaching.exp
8393 (detach_and_expect_exit): New 'inf_output_re' parameter and use
8394 it. Wait for both inferior output and GDB's prompt. Use an
8395 indirect spawn id list.
8396 (do_detach): New parameter 'child_exit'. Use it to compute
8397 expected inferior output.
8398 (test_detach, test_detach_watch, test_detach_killed_outside):
8399 Adjust to pass down the expected child exit kind.
8400
97cbe998
SDJ
84012017-12-01 Joel Brobecker <brobecker@adacore.com>
8402 Sergio Durigan Junior <sergiodj@redhat.com>
8403 Pedro Alves <palves@redhat.com>
8404
8405 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
8406
40fc416f
SDJ
84072017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
8408
8409 * gdb.base/relocate.exp: Add tests to guarantee that arguments
8410 to 'symbol-file' and 'add-symbol-file' can be
8411 position-independent.
8412
1cc75e92
YQ
84132017-12-01 Yao Qi <yao.qi@linaro.org>
8414
8415 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
8416 the URL in copyright header.
8417 * gdb.arch/aarch64-fp.exp: Likewise.
8418 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
8419 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
8420 * gdb.base/expand-psymtabs.exp: Likewise.
8421 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
8422 * gdb.fortran/common-block.exp: Likewise.
8423 * gdb.fortran/common-block.f90: Likewise.
8424 * gdb.fortran/logical.exp: Likewise.
8425 * gdb.fortran/vla-datatypes.f90: Likewise.
8426 * gdb.fortran/vla-sub.f90: Likewise.
8427
875fb7a7
JB
84282017-11-30 Joel Brobecker <brobecker@adacore.com>
8429
8430 * gdb.ada/repeat_dyn: New testcase.
8431
6f14765f
UW
84322017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
8433
8434 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
8435 Update for changed thread numbering.
8436 * gdb.cell/bt.exp: Update for changed GDB output.
8437
f1af7b94
SM
84382017-11-30 Simon Marchi <simon.marchi@ericsson.com>
8439
8440 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
8441 setting isremote by hand.
8442 * boards/dwarf4-gdb-index.exp: Likewise.
8443 * boards/fission.exp: Likewise.
8444 * boards/stabs.exp: Likewise.
8445
e3919f3e
PA
84462017-11-30 Pedro Alves <palves@redhat.com>
8447
8448 * gdb.linespec/cpls-ops.exp
8449 (check_explicit_skips_function_argument): Extract the underlying
8450 type of size_t instead of hardcoding it.
8451
bd69330d
PA
84522017-11-29 Pedro Alves <palves@redhat.com>
8453
8454 PR c++/19436
8455 * gdb.linespec/cpls-abi-tag.cc: New file.
8456 * gdb.linespec/cpls-abi-tag.exp: New file.
8457
a20714ff
PA
84582017-11-29 Pedro Alves <palves@redhat.com>
8459
8460 * gdb.base/langs.exp: Use -qualified.
8461 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
8462 it.
8463 * gdb.cp/namespace.exp: Use -qualified.
8464 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
8465 (overload-3, template-overload, template-ret-type, const-overload)
8466 (const-overload-quoted, anon-ns, ambiguous-prefix): New
8467 procedures.
8468 (test_driver): Call them.
8469 * gdb.cp/save-bp-qualified.cc: New.
8470 * gdb.cp/save-bp-qualified.exp: New.
8471 * gdb.linespec/explicit.exp: Test -qualified.
8472 * lib/completion-support.exp (completion::explicit_opts_list): Add
8473 "-qualified".
8474 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
8475
f6f1d339
PM
84762017-11-29 Phil Muldoon <pmuldoon@redhat.com>
8477
8478 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
8479
02ca603a
TT
84802017-11-29 Tom Tromey <tom@tromey.com>
8481
8482 * gdb.base/relocate.exp: Update invalid argument test.
8483 Add new tests for invalid arguments.
8484
ed6c0bfb
TP
84852017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
8486
8487 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
8488 Return 0 as a long.
8489 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
8490
f106e10e
TP
84912017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
8492
8493 * gdb.cp/breakpoint.cc (bar): Set return type to void.
8494 * gdb.cp/psymtab-parameter.cc (func): Likewise.
8495 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
8496 func ().
8497 * gdb.cp/shadow.cc (B.func): Return 0.
8498
10329bb2
JB
84992017-11-27 Joel Brobecker <brobecker@adacore.com>
8500
8501 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
8502 expected output in gdb_expect call to allow the exception
8503 message to be present as well. Fix syntax confusion to avoid
8504 TCL thinking that exception_name is an array.
8505
617cd4bc
UW
85062017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
8507
8508 * gdb.arch/spu-info.c: Include <unistd.h>.
8509 (do_signal_test): Fix broken calls to write.
8510 * gdb.arch/spu-info.exp: Use prepare_for_testing.
8511 Fix checks for empty mailboxes. Update signal tests for corrected
8512 do_signal_test routine. Allow nonzero event status.
58f7f0bf
UW
8513 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
8514 * gdb.cell/arch.exp: Use standard_output_file.
8515 * gdb.cell/break.exp: Likewise.
8516 * gdb.cell/bt.exp: Likewise.
8517 * gdb.cell/core.exp: Likewise.
8518 * gdb.cell/dwarfaddr.exp: Likewise.
8519 * gdb.cell/ea-cache.exp: Likewise.
8520 * gdb.cell/ea-standalone.exp: Likewise.
8521 * gdb.cell/f-regs.exp: Likewise.
8522 * gdb.cell/fork.exp: Likewise.
8523 * gdb.cell/gcore.exp: Likewise.
8524 * gdb.cell/mem-access.exp: Likewise.
8525 * gdb.cell/ptype.exp: Likewise.
8526 * gdb.cell/registers.exp: Likewise.
8527 * gdb.cell/sizeof.exp: Likewise.
8528 * gdb.cell/solib-symbol.exp: Likewise.
8529 * gdb.cell/solib.exp: Likewise.
617cd4bc 8530
a81aaca0
PA
85312017-11-25 Pedro Alves <palves@redhat.com>
8532
8533 * gdb.base/complete-empty.exp: New file.
8534 * gdb.base/completion.exp: Adjust.
8535
6a3c6ee4
PA
85362017-11-25 Pedro Alves <palves@redhat.com>
8537
8538 * gdb.linespec/cpls-ops.cc: New file.
8539 * gdb.linespec/cpls-ops.exp: New file.
8540 * lib/completion-support.exp (test_complete_prefix_range_re): New,
8541 factored out from ...
8542 (test_complete_prefix_range): ... this.
8543
8955eb2d
PA
85442017-11-24 Pedro Alves <palves@redhat.com>
8545
8546 * gdb.linespec/cpcompletion.exp: New file.
8547 * gdb.linespec/cpls-hyphen.cc: New file.
8548 * gdb.linespec/cpls.cc: New file.
8549 * gdb.linespec/cpls2.cc: New file.
8550 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
8551 test to use test_gdb_complete_unique. Add label completion,
8552 keyword completion and explicit location completion tests.
8553 * lib/completion-support.exp: New file.
8554
e547c119
JB
85552017-11-24 Joel Brobecker <brobecker@adacore.com>
8556
8557 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
8558 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
8559 when hitting an exception catchpoint.
8560
7c3c1aa8
YQ
85612017-11-22 Yao Qi <yao.qi@linaro.org>
8562
8563 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
8564
41bd68f5
SM
85652017-11-22 Simon Marchi <simon.marchi@ericsson.com>
8566
8567 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
8568 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
8569 * gdb.dwarf2/info-locals-optimized-out.c: New file.
8570
1daad298
YQ
85712017-11-22 Yao Qi <yao.qi@linaro.org>
8572
8573 * gdb.base/info-os.exp: Pass pthreads.
8574 * gdb.multi/multi-attach.exp: Likewise.
8575
88465e87
YQ
85762017-11-22 Yao Qi <yao.qi@linaro.org>
8577
8578 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
8579 compiler.
8580
dc196b23
YQ
85812017-11-22 Yao Qi <yao.qi@linaro.org>
8582
8583 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
8584 * gdb.base/break-interp.exp: Likewise.
8585 * gdb.base/jit-attach-pie.exp: Likewise.
8586
2400729e
UW
85872017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
8588
8589 * gdb.base/float128.c (large128): New variable.
8590 * gdb.base/float128.exp: Add test to print largest __float128 value.
8591
7a26362d
UW
85922017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
8593
8594 * gdb.arch/vsx-regs.exp: Update register content checks.
8595
ed0f4273
UW
85962017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
8597
8598 * gdb.arch/ppc-longdouble.exp: New file.
8599 * gdb.arch/ppc-longdouble.c: Likewise.
8600
a25d69c6
PA
86012017-11-21 Pedro Alves <palves@redhat.com>
8602
8603 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
8604
73fcf641
PA
86052017-11-20 Pedro Alves <palves@redhat.com>
8606
8607 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
8608 (long_double_typedef): New typedefs.
8609 Use DEF on double and long double.
8610 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
8611 cases.
8612 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
8613 and 'long_double_ptr_same_size' locals. Use them to decide
8614 whether cast from array/function to float is valid/invalid.
8615
71a3c369
TT
86162017-11-17 Tom Tromey <tom@tromey.com>
8617
8618 * gdb.rust/traits.rs: New file.
8619 * gdb.rust/traits.exp: New file.
8620
ced9779b
JB
86212017-11-17 Joel Brobecker <brobecker@adacore.com>
8622
8623 * gdb.ada/minsyms: New testcase.
8624
a0922d80
PA
86252017-11-16 Pedro Alves <palves@redhat.com>
8626
8627 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
8628 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
8629
ea04e54c
PA
86302017-11-16 Pedro Alves <palves@redhat.com>
8631
8632 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
8633 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
8634
e849ea89
PA
86352017-11-16 Pedro Alves <palves@redhat.com>
8636
8637 * gdb.server/reconnect-ctrl-c.c: New file.
8638 * gdb.server/reconnect-ctrl-c.exp: New file.
8639
d8ae99a7
PM
86402017-11-16 Phil Muldoon <pmuldoon@redhat.com>
8641
8642 * gdb.python/py-rbreak.exp: New file.
8643 * gdb.python/py-rbreak.c: New file.
8644 * gdb.python/py-rbreak-func2.c: New file.
8645
968a13f8
PA
86462017-11-16 Pedro Alves <palves@redhat.com>
8647
8648 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
8649 pattern.
8650 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
8651 GDB.
8652
71774bc9
SM
86532017-11-15 Simon Marchi <simon.marchi@ericsson.com>
8654
8655 * gdb.tui/completionn.exp (test_tab_completion): Add space in
8656 regex.
8657
ddbb44cf
SM
86582017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
8659
8660 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
8661 test names.
8662
584a564f
PA
86632017-11-09 Pedro Alves <palves@redhat.com>
8664
8665 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
8666 factored out from ...
8667 (top level): ... here, and adjusted to avoid expecting beyond the
8668 prompt in a single gdb_test_multiple.
8669
5ed7a928
PA
86702017-11-09 Pedro Alves <palves@redhat.com>
8671
8672 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
8673 output.
8674 * gdb.server/ext-attach.exp ("kill" test): Likewise.
8675 * gdb.server/ext-restart.exp ("kill" test): Likewise.
8676 * gdb.server/ext-run.exp ("kill" test): Likewise.
8677 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
8678
a60e0738
PA
86792017-11-09 Pedro Alves <palves@redhat.com>
8680
8681 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
8682 match till end of line.
8683
2c88253f
PA
86842017-11-09 Pedro Alves <palves@redhat.com>
8685
8686 * gdb.base/memattr.exp: Tighten regexes to match the end line.
8687
c7a38517
PA
86882017-11-09 Pedro Alves <palves@redhat.com>
8689
8690 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
8691 New procedures, factored out from ...
8692 (top level): ... here, and adjusted to avoid expecting beyond the
8693 prompt in one go.
8694
f29f4b6b
PA
86952017-11-09 Pedro Alves <palves@redhat.com>
8696
8697 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
8698 output. Fix '?' match.
8699
286acbb5
JB
87002017-11-08 Joel Brobecker <brobecker@adacore.com>
8701
8702 * gdb.ada/scoped_watch: New testcase.
8703 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
8704 which is actually correct.
8705 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
8706 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
8707
62d7ae92
PA
87082017-11-08 Pedro Alves <palves@redhat.com>
8709
8710 * gdb.gdb/complaints.exp (test_initial_complaints)
8711 (test_serial_complaints, test_short_complaints): Call
8712 complaint_internal instead of complaint.
8713
280ca31f
DT
87142017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
8715
8716 * gdb.threads/tls-core.c: New file.
8717 * gdb.threads/tls-core.exp: Likewise.
8718
b5ec771e
PA
87192017-11-08 Pedro Alves <palves@redhat.com>
8720
8721 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
8722 (p Exported_Capitalized): New test.
8723 (p exported_capitalized): New test.
8724
a02b41a7
PA
87252017-11-07 Pedro Alves <palves@redhat.com>
8726
8727 * gdb.cp/ena-dis-br-range.exp: Add more tests.
8728
95e95a6d
PA
87292017-11-07 Pedro Alves <palves@redhat.com>
8730
8731 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
8732 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
8733 (disable_invalid, disable_inverted, disable_negative): New
8734 procedures.
8735 ("bad numbers"): New set of tests.
8736
cee62dbd
PA
87372017-11-07 Pedro Alves <palves@redhat.com>
8738
8739 * gdb.cp/ena-dis-br-range.exp: Add tests.
8740
cc638e86
PA
87412017-11-07 Pedro Alves <palves@redhat.com>
8742
8743 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
8744
d0fe4701
XR
87452017-11-07 Xavier Roirand <roirand@adacore.com>
8746 Pedro Alves <palves@redhat.com>
8747
8748 * gdb.base/ena-dis-br.exp: Add reference to
8749 gdb.cp/ena-dis-br-range.exp.
8750 * gdb.cp/ena-dis-br-range.exp: New file.
8751 * gdb.cp/ena-dis-br-range.cc: New file.
8752
46f67f80
PA
87532017-11-06 Pedro Alves <palves@redhat.com>
8754
8755 * gdb.base/attach-non-pgrp-leader.c: New.
8756 * gdb.base/attach-non-pgrp-leader.exp: New.
8757
726e1356
PA
87582017-11-06 Pedro Alves <palves@redhat.com>
8759
8760 * configure.ac: No longer check for termio.h and sgtty.h.
8761 * configure: Regenerate.
8762 * remote-utils.c: Include termios.h instead of gdb_termios.h.
8763 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
8764 Remove termio and sgtty code.
8765
50ab6ace
YQ
87662017-11-03 Yao Qi <yao.qi@linaro.org>
8767
8768 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
8769 in GDB is disabled.
8770
8e68731c
YQ
87712017-11-03 Yao Qi <yao.qi@linaro.org>
8772
8773 * gdb.python/py-thrhandle.exp: Skip it if python is not
8774 enabled.
8775
3a87ae65
SM
87762017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
8777
8778 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
8779 as a breakpoint command.
8780
484d8d36
MD
87812017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
8782
8783 PR python/21213
8784 * gdb.python/py-infthread.exp: Test calling
8785 InferiorThread.inferior () multiple times in a row.
8786
4a27f119
KS
87872017-10-27 Keith Seitz <keiths@redhat.com>
8788
8789 * gdb.opt/inline-break.exp (break_info_1): New procedure.
8790 Test "info break" for every inlined function breakpoint.
8791
bb11dd58
YQ
87922017-10-27 Yao Qi <yao.qi@linaro.org>
8793
8794 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
8795
a43f3893
PF
87962017-10-26 Patrick Frants <osscontribute@gmail.com>
8797
8798 * gdb.cp/classes.exp (test_static_members): Test printing
8799 Outer::instance.
8800 * gdb.cp/classes.c (struct Inner, struct Outer): New.
8801 (Inner::instance, Outer::instance): New.
8802
792ccf00
PA
88032017-10-24 Pedro Alves <palves@redhat.com>
8804
8805 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
8806 extra console" test in two stages.
8807
eb2bfbad
PA
88082017-10-24 Pedro Alves <palves@redhat.com>
8809
8810 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
8811
1f75a651
PA
88122017-10-24 Pedro Alves <palves@redhat.com>
8813
8814 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
8815 loop.
8816
779990d9
PA
88172017-10-24 Pedro Alves <palves@redhat.com>
8818
8819 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
8820 $attempt" and "stoppedtry $stoppedtry" test prefixes.
8821
ad9b8f5d
PA
88222017-10-24 Pedro Alves <palves@redhat.com>
8823
8824 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
8825 parameter and handle it. Don't output read value in test name.
8826
fee6da6e
PA
88272017-10-24 Pedro Alves <palves@redhat.com>
8828
8829 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
8830 custom test name.
8831
10389c2c
PA
88322017-10-24 Pedro Alves <palves@redhat.com>
8833
8834 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
8835 include the unstable output directory name in the test's name.
8836 (initial_setup_simple) <'set args'>: Use custom test name.
8837
a80e65a9
PA
88382017-10-24 Pedro Alves <palves@redhat.com>
8839
8840 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
8841 with explicit test name.
8842
15763a09
PA
88432017-10-20 Pedro Alves <palves@redhat.com>
8844
8845 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
8846 'wait -i'. Use gdb_assert and remote_close.
8847
49a4ce2e
AB
88482017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
8849
8850 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
8851 number from variable rather than hard-coded.
8852
a75868f5
PA
88532017-10-19 Pedro Alves <palves@redhat.com>
8854
8855 * gdb.base/long-inferior-output.c: New file.
8856 * gdb.base/long-inferior-output.exp: New file.
8857
c8ba13ad
KS
88582017-11-18 Keith Seitz <keiths@redhat.com>
8859
8860 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
8861 method.
8862 (main): Call it.
8863 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
8864 Add additional user-defined conversion operator tests.
8865
b27de576
PA
88662017-10-17 Pedro Alves <palves@redhat.com>
8867
8868 * boards/native-stdio-gdbserver.exp: Load "local-board".
8869
8484c955
PA
88702017-10-17 Pedro Alves <palves@redhat.com>
8871
8872 * gdb.base/quit-live.c: New file.
8873 * gdb.base/quit-live.exp: New file.
8874
83d5a34d
KS
88752017-10-16 Keith Seitz <keiths@redhat.com>
8876
8877 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
8878 (class_with_protected_typedef, class_with_private_typedef)
8879 (struct_with_public_typedef, struct_with_protected_typedef)
8880 (struct_with_private_typedef): New classes/structs.
8881 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
8882 typedefs and access specifiers.
8883
739b3f1d
PA
88842017-10-16 Pedro Alves <palves@redhat.com>
8885 Simon Marchi <simon.marchi@polymtl.ca>
8886
8887 * README (Local vs Remote vs Native): New section.
8888 * boards/local-board.exp: New file, with bits factored out from
8889 ...
8890 * boards/native-extended-gdbserver.exp: ... here. Load
8891 "local-board".
8892 * boards/native-gdbserver.exp: Load "local-board".
8893 (${board}_spawn, ${board}_exec): Delete.
8894 * boards/native-stdio-gdbserver.exp: Most contents factored out to
8895 ...
8896 * boards/stdio-gdbserver-base.exp: ... this new file.
8897 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
8898 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
8899 procedure.
8900 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
8901 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
8902 stdio_gdbserver_command.
8903 (${board}_get_remote_address, ${board}_get_comm_port)
8904 (${board}_download, ${board}_upload): Delete.
8905 (get_target_remote_pipe_cmd): New.
8906
fe68b953
SM
89072017-10-16 Simon Marchi <simon.marchi@ericsson.com>
8908
8909 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
8910 test_bkpt_deletion, test_bkpt_cond_and_cmds,
8911 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
8912 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
8913 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
8914 remove with_test_prefix.
8915
300b6685
PA
89162017-10-13 Pedro Alves <palves@redhat.com>
8917
8918 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
8919 * gdb.base/annota1.exp: Use it instead of is_remote.
8920 * gdb.base/annota3.exp: Use it instead of is_remote.
8921 * gdb.cp/annota2.exp: Use it instead of is_remote.
8922 * gdb.cp/annota3.exp: Use it instead of is_remote.
8923 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
8924
50500caf
PA
89252017-10-13 Pedro Alves <palves@redhat.com>
8926
8927 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
8928 (test_num_test_vars, run_and_count_vars, find_env)
8929 (test_set_unset_env, test_inherit_env_var): New procedures.
8930 (top level): Use them.
8931
dad0c6d2
PA
89322017-10-13 Pedro Alves <palves@redhat.com>
8933
8934 * lib/selftest-support.exp (selftest_setup): Extend comments, and
8935 also skip on stub-like targets.
8936
8b0553c1
PA
89372017-10-13 Pedro Alves <palves@redhat.com>
8938
8939 PR gdb/22293
8940 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
8941 (top level): Move some tests to ...
8942 (test_not_found): ... this new procedure.
8943 (top level): Call it.
8944
7594f623
PA
89452017-10-13 Pedro Alves <palves@redhat.com>
8946
8947 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
8948 expect different "info terminal" output if testing with a
8949 non-native target.
8950
ebe3b402
PA
89512017-10-13 Pedro Alves <palves@redhat.com>
8952 Simon Marchi <simon.marchi@polymtl.ca>
8953
8954 PR python/12966
8955 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
8956
42f1b161
PA
89572017-10-13 Pedro Alves <palves@redhat.com>
8958
8959 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
8960 already.
8961
8d6ef72b
PA
89622017-10-13 Pedro Alves <palves@redhat.com>
8963
8964 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
8965 is_remote.
8966
d7bcd5b8
PA
89672017-10-13 Pedro Alves <palves@redhat.com>
8968
8969 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
8970 is_remote.
8971
df479dc6
PA
89722017-10-13 Pedro Alves <palves@redhat.com>
8973
8974 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
8975 is set.
8976 (corefile_test_attach): Likewise. Check can_spawn_for_attach
8977 instead of is_remote.
8978
23fb630a
PA
89792017-10-13 Pedro Alves <palves@redhat.com>
8980
8981 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
8982 (top level): Add comment.
8983
cc77b1dc
PA
89842017-10-13 Pedro Alves <palves@redhat.com>
8985
8986 * gdb.base/remote.exp (top level): Fix comment typo and add
8987 missing return.
8988
27c9e813
PA
89892017-10-13 Pedro Alves <palves@redhat.com>
8990 Simon Marchi <simon.marchi@polymtl.ca>
8991
8992 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
8993 calls and add comments. Skip test if use_gdb_stub is set.
8994 (top level): Use "set cwd" command instead of "cd" command.
8995
5e830d98
PA
89962017-10-13 Pedro Alves <palves@redhat.com>
8997
8998 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
8999 is_remote target check.
9000
f5ca0032
PA
90012017-10-13 Pedro Alves <palves@redhat.com>
9002
9003 * gdb.base/scope.exp: Use build_executable + clean_restart +
9004 gdb_file_cmd instead of prepare_for_testing and no longer skip
9005 "before run" tests on is_remote target boards. Update comments.
9006 * boards/native-extended-gdbserver.exp
9007 (extended_gdbserver_load_last_file): New, factored out from ...
9008 (gdb_load): ... this. Move further below and add comment.
9009 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
9010
8aed1c0d
PA
90112017-10-12 Pedro Alves <palves@redhat.com>
9012
9013 * gdb.base/attach.exp: Remove references to gdb64.
9014 * gdb.base/dbx.exp: Remove references to gdb64.
9015
cfa34c87
SM
90162017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
9017 Pedro Alves <palves@redhat.com>
9018
9019 * gdb.base/label.exp: Remove is_remote target check.
9020
9192b7de
PA
90212017-10-12 Pedro Alves <palves@redhat.com>
9022
9023 * gdb.base/auvx.exp (coredir): Update comment.
9024 (top level) <core_works>: Use "set cwd" command instead of "cd"
9025 command.
9026
6bf0052d
PA
90272017-10-12 Pedro Alves <palves@redhat.com>
9028 Simon Marchi <simon.marchi@polymtl.ca>
9029
9030 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
9031 target boards.
9032
e48ef82d
PA
90332017-10-12 Pedro Alves <palves@redhat.com>
9034 Simon Marchi <simon.marchi@polymtl.ca>
9035
9036 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
9037 Instead skip if there's any gdb_protocol set.
9038
8d7aea57
SM
90392017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
9040 Pedro Alves <palves@redhat.com>
9041
9042 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
9043
30440677
PA
90442017-10-12 Pedro Alves <palves@redhat.com>
9045 Simon Marchi <simon.marchi@polymtl.ca>
9046
9047 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
9048 instead of on dejagnu remote boards.
9049
4e04f045 90502017-10-12 Pedro Alves <palves@redhat.com>
175654b9 9051 Simon Marchi <simon.marchi@polymtl.ca>
4e04f045
PA
9052
9053 * gdb.base/inferior-died.exp: Remove is_remote and isnative
9054 checks. Use build_executable + clean_restart instead of
9055 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
9056 of enabling non-stop after starting gdb.
9057
871a186e
PA
90582017-10-12 Pedro Alves <palves@redhat.com>
9059
9060 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
9061 * gdb.threads/non-ldr-exc-2.exp: Ditto.
9062 * gdb.threads/non-ldr-exc-3.exp: Ditto.
9063 * gdb.threads/non-ldr-exc-4.exp: Ditto.
9064
56d704da
AK
90652017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
9066
9067 * gdb.arch/arc-tdesc-cpu.exp: New file.
9068 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
9069
2f20e312
SM
90702017-10-10 Simon Marchi <simon.marchi@ericsson.com>
9071
9072 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
9073
65630365
PA
90742017-10-10 Pedro Alves <palves@redhat.com>
9075
9076 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
9077 expect CLI output.
9078
bf469271
PA
90792017-10-10 Pedro Alves <palves@redhat.com>
9080
9081 * lib/selftest-support.exp (selftest_setup): Update for
9082 captured_command_loop's prototype change.
9083
777a42f1
PA
90842017-10-09 Pedro Alves <palves@redhat.com>
9085
9086 Test both arch1=>arch2 and arch2=>arch1.
9087
9088 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
9089 (srcfile2, binfile2, march1, march2): Remove globals. Largely
9090 factored out to...
9091 (append_arch1_options, append_arch2_options, append_arch_options)
9092 (build_executables): New procedures.
9093 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
9094 local.
9095 (top level): Add new 'first_arch' testing axis.
9096
cbd2b4e3
PA
90972017-10-09 Pedro Alves <palves@redhat.com>
9098
9099 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
9100 (barrier): New.
9101 (thread_start, all_started): New functions.
9102 (main): Spawn new thread and wait until it is scheduled.
9103 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
9104 option.
9105 (do_test): Add 'selected_thread' parameter. Run to all_started
9106 instead of main. Explicitly set the breakpoint at main. Switch
9107 to the SELECTED_THREAD thread.
9108 (top level): Test handling the exec event with either the main
9109 thread or the second thread selected.
9110
5c9e4427
PA
91112017-10-09 Pedro Alves <palves@redhat.com>
9112
9113 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
9114 logic. Move STOP marker after the value checks.
9115 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
9116 regexp.
9117
b3b7c423
SL
91182017-10-06 Sandra Loosemore <sandra@codesourcery.com>
9119
9120 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
9121
3b4b2f16
UW
91222017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
9123
9124 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
9125 integer-to-dfp conversion.
9126 * gdb.base/dfp-test.exp: Likewise.
9127
5cd63fda
PA
91282017-10-04 Pedro Alves <palves@redhat.com>
9129
9130 * gdb.multi/hangout.c: Include <unistd.h>.
9131 (hangout_loop): New function.
9132 (main): Call alarm. Call hangout_loop in a loop.
9133 * gdb.multi/hello.c: Include <unistd.h>.
9134 (hello_loop): New function.
9135 (main): Call alarm. Call hangout_loop in a loop.
9136 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
9137 inferior with the other selected.
9138
4c71c105
SM
91392017-10-04 Simon Marchi <simon.marchi@ericsson.com>
9140
9141 * gdb.mi/list-thread-groups-available.exp: New file.
9142 * gdb.mi/list-thread-groups-available.c: New file.
9143
bc3b087d
SDJ
91442017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
9145
9146 * gdb.base/set-cwd.exp: Make it available on
9147 native-extended-gdbserver.
9148
d092c5a2
SDJ
91492017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
9150
9151 * gdb.base/set-cwd.c: New file.
9152 * gdb.base/set-cwd.exp: Likewise.
9153
45320ffa
TT
91542017-10-02 Tom Tromey <tom@tromey.com>
9155
9156 PR rust/22236:
9157 * gdb.rust/simple.rs (main): New variable "fslice".
9158 * gdb.rust/simple.exp: Add slice tests. Update string tests.
9159
b3e3859b
TT
91602017-10-02 Tom Tromey <tom@tromey.com>
9161
9162 * gdb.rust/simple.exp: Test ptype of a slice.
9163
01af5e0d
TT
91642017-10-02 Tom Tromey <tom@tromey.com>
9165
9166 * gdb.rust/simple.exp: Test index of slice.
9167
a9bbfbd8
TT
91682017-09-27 Tom Tromey <tom@tromey.com>
9169
9170 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
9171
df8899e5
TP
91722017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
9173 Pedro Alves <palves@redhat.com>
9174
9175 * gdb.base/compare-sections.exp (get value of read-only section): Read
9176 as unsigned value.
9177 (corrupt read-only section): Likewise and don't set written if patching
9178 failed.
9179
757bf54b
KB
91802017-09-21 Kevin Buettner <kevinb@redhat.com>
9181
9182 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
9183 files.
9184
06871ae8
PA
91852017-09-20 Pedro Alves <palves@redhat.com>
9186
9187 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
9188 symbol names in gdb's output.
9189 * gdb.cp/overload.exp ("list all overloads"): Likewise.
9190
e5f25bc5
PA
91912017-09-20 Pedro Alves <palves@redhat.com>
9192
9193 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
9194 Rename to ...
9195 (test_list_ambiguous_symbol): ... this and add a symbol name
9196 parameter. Adjust.
9197 (test_list_ambiguous_function): Reimplement on top of
9198 test_list_ambiguous_symbol and also test listing ambiguous
9199 variables.
9200 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
9201 (ambiguous_fun): ... this.
9202 (ambiguous_var): New.
9203 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
9204 (ambiguous_fun): ... this.
9205 (ambiguous_var): New.
9206
4e5a4f58
JB
92072017-09-19 John Baldwin <jhb@FreeBSD.org>
9208
9209 * gdb.base/starti.c: New file.
9210 * gdb.base/starti.exp: New file.
9211 * lib/gdb.exp (gdb_starti_cmd): New procedure.
9212
26e53f3e
PA
92132017-09-14 Pedro Alves <palves@redhat.com>
9214
9215 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
9216 (top level): Use it instead of runto.
9217
cb791d59
TT
92182017-09-11 Tom Tromey <tom@tromey.com>
9219
9220 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
9221
7c96f8c1
TT
92222017-09-11 Tom Tromey <tom@tromey.com>
9223
9224 * gdb.python/py-infthread.exp: Add tests for new_thread event.
9225 * gdb.python/py-inferior.exp: Add tests for new inferior events.
9226
469412dd
CW
92272017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
9228
9229 * gdb.fortran/printing-types.exp: New file.
9230 * gdb.fortran/printing-types.exp: New file.
9231
e0f86435
BH
92322017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
9233
9234 * gdb.fortran/vla-ptype.exp: Fix typos.
9235 * gdb.fortran/vla-value.exp: Same.
9236
9e9af4be
BH
92372017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
9238
9239 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
9240 * gdb.mi/mi-var-child-f.exp: Likewise.
9241 * gdb.mi/mi-vla-fortran.exp: Likewise.
9242
a5ad232b 92432017-09-08 Frank Penczek <frank.penczek@intel.com>
e79be6e5
SM
9244 Christoph Weinmann <christoph.t.weinmann@intel.com>
9245 Bernhard Heckel <bernhard.heckel@intel.com>
a5ad232b
FP
9246
9247 * gdb.fortran/ptr-indentation.f90: New file.
9248 * gdb.fortran/ptr-indentation.exp: New file.
9249
5aec60eb
TT
92502017-09-05 Tom Tromey <tom@tromey.com>
9251
9252 PR gdb/22010:
9253 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
9254
8f8f8152
TP
92552017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
9256
9257 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
9258
fbd1b771
JK
92592017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
9260
9261 * gdb.threads/tls-nodebug-pie.c: New file.
9262 * gdb.threads/tls-nodebug-pie.exp: New file.
9263
5eb5f850
TT
92642017-09-05 Tom Tromey <tom@tromey.com>
9265
9266 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
9267 for rust.
9268
ae780a21
SM
92692017-09-05 Simon Marchi <simon.marchi@ericsson.com>
9270
9271 * gdb.multi/multi-arch-exec.exp: Test with different
9272 "follow-exec-mode" settings.
9273 (do_test): New procedure.
9274
3693fdb3
PA
92752017-09-04 Pedro Alves <palves@redhat.com>
9276
9277 * gdb.base/func-static.c (S::method const, S::method volatile)
9278 (S::method volatile const): New methods.
9279 (c_s, v_s, cv_s): New instances.
9280 (main): Call method() on them.
9281 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
9282 (cannot_resolve): New procedure.
9283 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
9284 print-quote-unquoted columns.
9285 (do_test): Test printing each scope too.
9286
e68cb8e0
PA
92872017-09-04 Pedro Alves <palves@redhat.com>
9288
9289 * gdb.base/local-static.exp: Also test with
9290 class::method::variable wholly quoted.
9291 * gdb.cp/m-static.exp (class::method::variable): Remove test.
9292
858be34c
PA
92932017-09-04 Pedro Alves <palves@redhat.com>
9294
9295 * gdb.base/local-static.c: New.
9296 * gdb.base/local-static.cc: New.
9297 * gdb.base/local-static.exp: New.
9298
46a4882b
PA
92992017-09-04 Pedro Alves <palves@redhat.com>
9300
9301 * gdb.asm/asm-source.exp: Add casts to int.
9302 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
9303 (dataglobal64_1, dataglobal64_2): New globals.
9304 * gdb.base/nodebug.exp: Test different expressions involving the
9305 new globals, with print, whatis and ptype. Add casts to int.
9306 * gdb.base/solib-display.exp: Add casts to int.
9307 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
9308 * gdb.cp/m-static.exp: Add cast to int.
9309 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
9310 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
9311 tls variable with no debug info without a cast. Test with a cast
9312 to int too.
9313 * gdb.trace/entry-values.exp: Add casts.
9314
2c5a2be1
PA
93152017-09-04 Pedro Alves <palves@redhat.com>
9316
9317 * gdb.base/nodebug.exp: Test that ptype's error about functions
9318 with unknown return type includes the function name too.
9319
7022349d
PA
93202017-09-04 Pedro Alves <palves@redhat.com>
9321
9322 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
9323 return type of munmap in infcall.
9324 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
9325 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
9326 type of ftell in infcall.
9327 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
9328 type of getpid in infcall.
9329 * gdb.base/infcall-exec.exp: Cast return type of execlp in
9330 infcall.
9331 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
9332 Bail on failure to extract the pid.
9333 * gdb.base/nodebug.c: #include <stdint.h>.
9334 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
9335 New functions.
9336 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
9337 Change expected output of print/whatis/ptype with functions with
9338 no debug info. Test all supported languages. Call
9339 test_call_promotion.
9340 * gdb.compile/compile.exp: Adjust expected output to expect
9341 warning.
9342 * gdb.threads/siginfo-threads.exp: Likewise.
9343
54990598
PA
93442017-09-04 Pedro Alves <palves@redhat.com>
9345
9346 * gdb.base/callfuncs.exp (do_function_calls): New parameter
9347 "prototypes". Test calling float functions via prototyped and
9348 unprototyped function pointers.
9349 (perform_all_tests): New parameter "prototypes". Pass it down.
9350 (top level): Pass down "prototypes" parameter to
9351 perform_all_tests.
9352
34d16ea2
SM
93532017-09-04 Simon Marchi <simon.marchi@ericsson.com>
9354
9355 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
9356 Test with nested loops.
9357
9521ecda
SM
93582017-09-04 Simon Marchi <simon.marchi@ericsson.com>
9359
9360 * gdb.base/commands.exp: Call the new procedures.
9361 (loop_break_test, loop_continue_test): New procedures.
9362
80a65e9b
SM
93632017-09-04 Simon Marchi <simon.marchi@ericsson.com>
9364
9365 * gdb.base/commands.exp: Call new procedure.
9366 (define_if_without_arg_test): New procedure.
9367
e439fa14
PA
93682017-09-04 Pedro Alves <palves@redhat.com>
9369
9370 * gdb.base/list-ambiguous.exp: New file.
9371 * gdb.base/list-ambiguous0.c: New file.
9372 * gdb.base/list-ambiguous1.c: New file.
9373 * gdb.base/list.exp (test_list_range): Adjust expected output.
9374
0a2dde4a
SDJ
93752017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
9376
9377 * gdb.base/share-env-with-gdbserver.c: New file.
9378 * gdb.base/share-env-with-gdbserver.exp: Likewise.
9379
5e89eb3a
SM
93802017-08-28 Simon Marchi <simon.marchi@ericsson.com>
9381
9382 * gdb.base/commands.exp (gdbvar_simple_if_test,
9383 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
9384 progvar_simple_if_test, progvar_simple_while_test,
9385 progvar_complex_if_while_test, user_defined_command_test,
9386 user_defined_command_args_eval,
9387 user_defined_command_args_stack_test,
9388 user_defined_command_manyargs_test, bp_deleted_in_command_test,
9389 temporary_breakpoint_commands,
9390 gdb_test_no_prompt, redefine_hook_test,
9391 redefine_backtrace_test): Remove "global gdb_prompt".
9392
fd437cbc
SM
93932017-08-28 Simon Marchi <simon.marchi@ericsson.com>
9394
9395 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
9396 New proc, call it from toplevel.
9397
87215ad1
SDJ
93982017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
9399
9400 PR remote/21852
9401 * gdb.server/normal.c: New file, copied from gdb.base.
9402 * gdb.server/run-without-local-binary.exp: New file.
9403
58afddc6
WP
94042017-08-07 Weimin Pan <weimin.pan@oracle.com>
9405
9406 * gdb.arch/sparc64-adi.exp: New file.
9407 * gdb.arch/sparc64-adi.c: New file.
9408
5277199a
PA
94092017-08-22 Pedro Alves <palves@redhat.com>
9410
9411 * gdb.cp/overload.exp (line_range_pattern): New procedure.
9412 (top level): Add "list all overloads" tests.
9413
14278e1f
TT
94142017-08-22 Tom Tromey <tom@tromey.com>
9415
9416 * gdb.gdb/xfullpath.exp: Remove.
9417
bf223d3e
PA
94182017-08-21 Pedro Alves <palves@redhat.com>
9419
9420 PR gdb/19487
9421 * gdb.base/symbol-alias.c: New.
9422 * gdb.base/symbol-alias2.c: New.
9423 * gdb.base/symbol-alias.exp: New.
9424
c973d0aa
PA
94252017-08-21 Pedro Alves <palves@redhat.com>
9426
9427 * gdb.base/dfp-test.c
9428 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
9429 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
9430 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
9431 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
9432 * gdb.base/whatis-ptype-typedefs.c: New.
9433 * gdb.base/whatis-ptype-typedefs.exp: New.
9434 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
9435 (an_int, an_int_type, an_int_type2): New globals.
9436 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
9437 involving typedefs and cast expressions.
9438 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
9439 (lookup_typedefs_function): New.
9440 (typedefs_pretty_printers_dict): New.
9441 (top level): Register lookup_typedefs_function in
9442 gdb.pretty_printers.
9443
6d580b63
YQ
94442017-08-18 Yao Qi <yao.qi@linaro.org>
9445
9446 * gdb.server/unittest.exp: New.
9447
206726fb
SDJ
94482017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
9449
9450 PR gdb/21954
9451 * gdb.base/environ.exp: Add test to check if 'unset environment'
9452 works.
9453
bf0ec4c2
AA
94542017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
9455
9456 * lib/gdb.exp (universal_compile_options): New caching proc.
9457 (gdb_compile): Suppress GCC's coloring of messages.
9458
d6382fff
TT
94592017-08-14 Tom Tromey <tom@tromey.com>
9460
9461 PR gdb/21675:
9462 * gdb.base/printcmds.exp (test_radices): New function.
9463 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
9464 * gdb.base/sizeof.exp (check_valueof): Use p/d.
9465 * lib/gdb.exp (get_integer_valueof): Use p/d.
9466
c2c2dd9f
SM
94672017-08-12 Simon Marchi <simon.marchi@ericsson.com>
9468
9469 * lib/gdb.exp (get_valueof): Don't capture end-of-line
9470 characters.
9471
fdffd6f4
TT
94722017-08-05 Tom Tromey <tom@tromey.com>
9473
9474 * gdb.rust/simple.exp: Allow String to appear in a different
9475 namespace.
9476
27d41eac
YQ
94772017-07-26 Yao Qi <yao.qi@linaro.org>
9478
9479 * gdb.gdb/unittest.exp: Invoke command
9480 "maintenance check xml-descriptions".
9481
031ed05d
AA
94822017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
9483
9484 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
9485 calling context.
9486 (hex128): Drop erroneous calculation of parameters.
9487
dcd27ddf
SM
94882017-07-22 Simon Marchi <simon.marchi@ericsson.com>
9489
9490 * gdb.python/py-unwind.exp: Disable stack protection when
9491 building test file.
9492
47e77640
PA
94932017-07-20 Pedro Alves <palves@redhat.com>
9494
9495 * gdb.base/default.exp (set language): Adjust expected output.
9496
62d2a18a
PA
94972017-07-20 Pedro Alves <palves@redhat.com>
9498
9499 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
9500 (test_minsym): ... this, and make static.
9501 (get_pck__foo__bar__minsym): Rename to ...
9502 (get_test_minsym): ... this.
9503 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
9504 symbol names and comments.
9505 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
9506 (get_test_minsym): ... this.
9507 (pck__foo__bar__minsym__2): Rename to ...
9508 (test_minsym): ... this.
9509 (main): Adjust.
9510
c45ec17c
PA
95112017-07-17 Pedro Alves <palves@redhat.com>
9512
9513 * gdb.base/completion.exp: Adjust expected output.
9514 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
9515 the completer works.
9516
c6756f62
PA
95172017-07-17 Pedro Alves <palves@redhat.com>
9518
9519 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
9520
5bd68487
AB
95212017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
9522
9523 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
9524
8880f2a9
TT
95252017-07-14 Tom Tromey <tom@tromey.com>
9526
9527 PR rust/21764:
9528 * gdb.rust/simple.exp: Add tests.
9529
65547233
TT
95302017-07-14 Tom Tromey <tom@tromey.com>
9531
9532 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
9533
8f14146e
PA
95342017-07-14 Pedro Alves <palves@redhat.com>
9535
9536 * gdb.linespec/base/one/thefile.cc (z1): New function.
9537 * gdb.linespec/base/two/thefile.cc (z2): New function.
9538 * gdb.linespec/linespec.exp: Add tests.
9539
b4365d02
AB
95402017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
9541
9542 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
9543 to mi_create_breakpoint.
9544
5d2cbaa5
AB
95452017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
9546
9547 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
9548 mi_create_breakpoint.
9549
11cb5716
IB
95502017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
9551
9552 * gdb.dlang/demangle.exp: Update for demangling changes.
9553
03278692
TT
95542017-07-09 Tom Tromey <tom@tromey.com>
9555
9556 * gdb.dwarf2/shortpiece.exp: New file.
9557
33c5cd75
DB
95582017-07-06 David Blaikie <dblaikie@gmail.com>
9559
9560 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
9561 built from fissiont-multi-cu{1,2}.c.
9562 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
9563 except putting 'main' and 'func' in separate CUs in the same DWO file.
9564 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
9565 test.
9566 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
9567 test.
9568
8455d262
PA
95692017-07-06 Pedro Alves <palves@redhat.com>
9570
9571 * gdb.python/py-unwind.exp: Test flushregs.
9572
dc4bde35
SDJ
95732017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
9574
9575 PR cli/21688
9576 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
9577 tests for alias commands and trailing whitespace.
9578
51ed89aa
SDJ
95792017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
9580
9581 PR cli/21688
9582 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
9583 procedure. Call it.
9584
eb17d413
PA
95852017-06-29 Pedro Alves <palves@redhat.com>
9586
9587 * gdb.base/printcmds.exp: Add tests.
9588
41664b45
DG
95892017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
9590
9591 PR gdb/21337
9592 * gdb.base/reread-readsym.exp: New file.
9593 * gdb.base/reread-readsym.c: New file.
9594
75312ae3
KB
95952017-06-21 Kevin Buettner <kevinb@redhat.com>
9596
9597 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
9598 subpattern.
9599
66953522
PB
96002017-06-19 Peter Bergner <bergner@vnet.ibm.com>
9601
9602 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
9603 extended mnemonic.
9604 * gdb.arch/powerpc-power9.s: Likewise.
9605
5524b525
AA
96062017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
9607
9608 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
9609 on 32-bit x86 targets. Exploit is_*_target macros where
9610 appropriate.
9611
03c8af18
AA
96122017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9613
9614 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
9615 register pieces.
9616
3bf31011
AA
96172017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9618
9619 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
9620 located in one or more DWARF pieces.
9621
805acca0
AA
96222017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9623
9624 * lib/gdb.exp (get_endianness): New proc.
9625 * gdb.arch/aarch64-fp.exp: Use it.
9626 * gdb.arch/altivec-regs.exp: Likewise.
9627 * gdb.arch/e500-regs.exp: Likewise.
9628 * gdb.arch/vsx-regs.exp: Likewise.
9629 * gdb.base/dump.exp: Likewise.
9630 * gdb.base/funcargs.exp: Likewise.
9631 * gdb.base/gnu_vector.exp: Likewise.
9632 * gdb.dwarf2/formdata16.exp: Likewise.
9633 * gdb.dwarf2/implptrpiece.exp: Likewise.
9634 * gdb.dwarf2/nonvar-access.exp: Likewise.
9635 * gdb.python/py-inferior.exp: Likewise.
9636 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
9637
e9352324
AA
96382017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9639
9640 PR gdb/21226
9641 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
9642 stack value pieces are taken from the LSB end.
9643
d5d1163e
AA
96442017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9645
9646 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
9647 variable at nonzero offset.
9648
0567c986
AA
96492017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9650
9651 * gdb.dwarf2/var-access.c: New file.
9652 * gdb.dwarf2/var-access.exp: New test.
9653 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
9654
973e9aab
TT
96552017-06-12 Tom Tromey <tom@tromey.com>
9656
9657 * gdb.dwarf2/formdata16.exp: Add tests.
9658
d9109c80
TT
96592017-06-12 Tom Tromey <tom@tromey.com>
9660
9661 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
9662
30a25466
TT
96632017-06-12 Tom Tromey <tom@tromey.com>
9664
9665 PR exp/16225:
9666 * gdb.reverse/i386-sse-reverse.exp: Update tests.
9667 * gdb.arch/vsx-regs.exp: Update tests.
9668 * gdb.arch/s390-vregs.exp (hex128): New proc.
9669 Update test.
9670 * gdb.arch/altivec-regs.exp: Update tests.
9671
aefd8b33
SDJ
96722017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
9673
9674 * gdb.base/startup-with-shell.c: New file.
9675 * gdb.base/startup-with-shell.exp: Likewise.
9676
2090129c
SDJ
96772017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
9678
9679 * gdb.server/non-existing-program.exp: Update regex in order to
9680 reflect the fact that gdbserver is now using fork_inferior (with a
9681 shell) to startup the inferior.
9682
8e86a419
SM
96832017-05-30 Simon Marchi <simon.marchi@ericsson.com>
9684
9685 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
9686 support function calls from GDB.
9687
e6cf65f2
TT
96882017-05-21 Tom Tromey <tom@tromey.com>
9689
9690 PR rust/21466:
9691 * gdb.rust/unsized.exp: New file.
9692 * gdb.rust/unsized.rs: New file.
9693
43cc5389
TT
96942017-05-19 Tom Tromey <tom@tromey.com>
9695
9696 PR rust/21484:
9697 * gdb.rust/watch.exp: New file.
9698 * gdb.rust/watch.rs: New file.
9699
ec8df234
TT
97002017-05-18 Tom Tromey <tom@tromey.com>
9701
9702 * gdb.rust/simple.exp: Allow Box to be qualified.
9703
3e3e7fae
TP
97042017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
9705
9706 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
9707
59cc050d
PA
97082017-05-18 Pedro Alves <palves@redhat.com>
9709
9710 * gdb.base/fileio.c (test_write, test_read, test_close)
9711 (test_fstat): Don't print 'ret' in the fail path.
9712
c8f6abd1
PA
97132017-05-18 Pedro Alves <palves@redhat.com>
9714
9715 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
9716 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
9717 (test_system, test_rename, test_unlink, test_time): Change
9718 prototypes.
9719 * gdb.base/fileio.exp (stop_msg): Adjust.
9720
d2a03b77
PA
97212017-05-18 Pedro Alves <palves@redhat.com>
9722
9723 * gdb.base/fileio.c (null_str): New global.
9724 (test_stat): Use it.
9725 * gdb.base/fileio.exp: Remove nowarnings.
9726
0d5c6999
YQ
97272017-05-17 Yao Qi <yao.qi@linaro.org>
9728
9729 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
9730
21873064
YQ
97312017-05-17 Simon Marchi <simon.marchi@ericsson.com>
9732
9733 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
9734 argument command.
9735 (top-level): Invoke test_set_inferior_tty.
9736
d512d31c
PA
97372017-05-04 Pedro Alves <palves@redhat.com>
9738
9739 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
9740 Add parens to print call for Python 3.
9741
90cef2ed
KS
97422017-05-03 Keith Seitz <keiths@redhat.com>
9743
9744 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
9745 (main): Call it.
9746
14f819c8
TW
97472017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
9748
9749 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
9750 to prev and next.
9751
913aeadd
TW
97522017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
9753
9754 * gdb.python/py-record-btrace.exp: Remove test for
9755 gdb.BtraceInstruction.error.
9756
a3be24ad
TW
97572017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
9758
9759 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
9760
ae20e79a
TW
97612017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
9762
9763 * gdb.python/py-record-btrace-threads.c: New file.
9764 * gdb.python/py-record-btrace-threads.exp: New file.
9765
45ce1b47
SDJ
97662017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
9767
9768 PR testsuite/8595
9769 * gdb.base/environ.exp: Make test available in all architectures.
9770 Move bits related to "info program" testing to
9771 gdb.base/info-program.exp. Rewrite tests to use the two new
9772 procedures mentione below.
9773 (test_set_show_env_var) New procedure.
9774 (test_set_show_env_var_equal): Likewise.
9775 * gdb.base/info-program.exp: New file.
9776
e15c3eb4
KS
97772017-04-27 Keith Seitz <keiths@redhat.com>
9778
9779 * gdb.cp/oranking.cc (test15): New function.
9780 (main): Call test15 and declare additional variables for testing.
9781 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
9782 "p foo101('abc')" tests.
9783 Add tests for cv qualifier overloads.
9784 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
9785 "lvalue reference overload" test.
9786 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
9787 "print value of f1 on Child&& in f2" test.
9788
3a3fd0fd
PA
97892017-04-19 Pedro Alves <palves@redhat.com>
9790
9791 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
9792 procedure.
9793 (top level): Call it.
9794 * lib/gdb.exp (gdb_define_cmd): New procedure.
9795
53375380
PA
97962017-04-12 Pedro Alves <palves@redhat.com>
9797
9798 PR gdb/21323
9799 * gdb.cp/wide_char_types.c: Include <wchar.h>.
9800 (wchar): New global.
9801 * gdb.cp/wide_char_types.exp (wide_char_types_program)
9802 (do_test_wide_char, wide_char_types_no_program, top level): Add
9803 wchar_t testing.
9804
53e710ac
PA
98052017-04-12 Pedro Alves <palves@redhat.com>
9806
9807 PR c++/21323
9808 * gdb.cp/wide_char_types.c: New file.
9809 * gdb.cp/wide_char_types.exp: New file.
9810
0ad9d8c7
SDJ
98112017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
9812
9813 PR gdb/21352
9814 * gdb.trace/tsv.exp: Add test for "tsave -r".
9815
b1b45502
IB
98162017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
9817
9818 * gdb.dlang/watch-loc.c: New file.
9819 * gdb.dlang/watch-loc.exp: New file.
9820
ec13808e
JK
98212017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
9822
9823 * gdb.python/py-section-script.exp (sepdebug): New testcases.
9824
fe5f7374
AK
98252017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
9826
9827 * gdb.arch/arc-analyze-prologue.S: New file.
9828 * gdb.arch/arc-analyze-prologue.exp: Likewise.
9829
eea78757
AK
98302017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
9831
9832 * gdb.arch/arc-decode-insn.S: New file.
9833 * gdb.arch/arc-decode-insn.exp: Likewise.
9834
5badf10a
IR
98352017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
9836
9837 PR tdep/20928
9838 * gdb.arch/sparc64-regs.exp: New file.
9839 * gdb.arch/sparc64-regs.S: Likewise.
9840
cee59b3f
TW
98412017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
9842
9843 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
9844 and memory view on Python 3.
9845
c0f55cc6
AV
98462017-03-20 Artemiy Volkov <artemiyv@acm.org>
9847 Keith Seitz <keiths@redhat.com>
9848
9849 PR gdb/14441
9850 * gdb.cp/demangle.exp: Add rvalue reference tests.
9851 * gdb.cp/rvalue-ref-casts.cc: New file.
9852 * gdb.cp/rvalue-ref-casts.exp: New file.
9853 * gdb.cp/rvalue-ref-overload.cc: New file.
9854 * gdb.cp/rvalue-ref-overload.exp: New file.
9855 * gdb.cp/rvalue-ref-params.cc: New file.
9856 * gdb.cp/rvalue-ref-params.exp: New file.
9857 * gdb.cp/rvalue-ref-sizeof.cc: New file.
9858 * gdb.cp/rvalue-ref-sizeof.exp: New file.
9859 * gdb.cp/rvalue-ref-types.cc: New file.
9860 * gdb.cp/rvalue-ref-types.exp: New file.
9861 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
9862 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
9863
51457a05
MAL
98642017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
9865
9866 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
9867 New procedure.
9868
5b291c04
MAL
98692017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
9870
9871 * lib/mi-support.exp (mi_gdb_test): Add additional message
9872 for unexpected output.
9873
59a56148
AA
98742017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
9875
9876 * gdb.base/examine-backward.c (Barrier): New character array
9877 constant, to ensure that TestStrings is preceded by a string
9878 terminator.
9879
7942e96e
AA
98802017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
9881
9882 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
9883 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
9884 and implicit pointer into such a location.
9885
6ebac3fb
DE
98862017-03-16 Doug Evans <dje@google.com>
9887
9888 * gdb.python/py-lazy-string (pointer): Really add new typedef.
9889
ec3b243d
TP
98902017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
9891
9892 * gdb.cp/m-static.exp: Fix expectation for prototype of
9893 test5.single_constructor and single_constructor::single_constructor.
2cc36e25
DE
9894
98952017-03-16 Doug Evans <dje@google.com>
a7c0469f
DE
9896
9897 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
9898 * gdb.guile/scm-lazy-string.c: New file.
9899 * gdb.guile/scm-value.exp: Move lazy string tests to ...
9900 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
9901 for pointer, array, typedef lazy strings.
9902
2cc36e25 99032017-03-16 Doug Evans <dje@google.com>
34b43320
DE
9904
9905 PR python/17728, python/18439, python/18779
9906 * gdb.python/py-value.c (main) Delete locals sptr, sn.
9907 * gdb.python/py-lazy-string.c (pointer): New typedef.
9908 (main): New locals ptr, array, typedef_ptr.
9909 * gdb.python/py-value.exp: Move lazy string tests to ...
9910 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
9911 array, typedef lazy strings.
ec3b243d 9912
0efcde63
AK
99132017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
9914
9915 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
9916 Add optional 'test' parameter.
9917
7978d7c3
SM
99182017-03-13 Simon Marchi <simon.marchi@ericsson.com>
9919
9920 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
9921 Skip for versions of DejaGnu < 1.5.
9922
896c0c1e
SM
99232017-03-13 Simon Marchi <simon.marchi@ericsson.com>
9924
9925 * lib/gdb.exp (dejagnu_version): New proc.
9926 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
9927 Use dejagnu_version.
9928
5f4d1085
KS
99292017-03-10 Keith Seitz <keiths@redhat.com>
9930
9931 PR c++/8128
9932 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
9933 type from destructor regexps.
9934 Add a branch which actually passes the test.
9935 Adjust "ptype t5i" test names.
9936
1de05205
PA
99372017-03-08 Pedro Alves <palves@redhat.com>
9938
9939 * gdb.base/step-over-exit.exp: Add explicit test message.
9940
c65d6b55
PA
99412017-03-08 Pedro Alves <palves@redhat.com>
9942
9943 PR gdb/18360
9944 * gdb.threads/interrupt-while-step-over.c: New file.
9945 * gdb.threads/interrupt-while-step-over.exp: New file.
9946
2e86a283
PA
99472017-03-08 Pedro Alves <palves@redhat.com>
9948
9949 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
9950 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
9951
25dcbff6
PA
99522017-03-08 Pedro Alves <palves@redhat.com>
9953
9954 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
9955 PKRU as not supported as a PASS.
9956
dc9366eb
PA
99572017-03-08 Pedro Alves <palves@redhat.com>
9958
9959 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
9960 prefix instead of $binfile1/$binfile2.
9961 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
9962 in test message.
9963 * gdb.python/py-completion.exp: Use "load python file" as test
9964 messages instead of unstable path names.
9965
6e5d74e7
PA
99662017-03-08 Pedro Alves <palves@redhat.com>
9967 Jan Kratochvil <jan.kratochvil@redhat.com>
9968
9969 PR cli/21218
9970 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
9971 New proc.
9972 (top level): Call it.
9973
9753a2f6
PA
99742017-03-08 Pedro Alves <palves@redhat.com>
9975
9976 PR tui/21216
9977 * gdb.tui/tui-nl-filtered-output.exp: New file.
9978
1a4dd9dd
PA
99792017-03-08 Pedro Alves <palves@redhat.com>
9980
9981 * gdb.base/completion.exp: Move TUI completion tests to ...
9982 * gdb.tui/completion.exp: ... this new file.
9983
7cbbff33
PA
99842017-03-08 Pedro Alves <palves@redhat.com>
9985
9986 * gdb.base/tui-disasm-long-lines.c,
9987 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
9988 gdb.base/tui-layout.exp: Move to ...
9989 * gdb.tui/: ... this new directory.
9990
5f6fd321
PA
99912017-03-07 Pedro Alves <palves@redhat.com>
9992
9993 * gdb.base/tui-layout.c: New file.
9994 * gdb.base/tui-layout.exp: New file.
9995
44959fa8
PA
99962017-03-07 Pedro Alves <palves@redhat.com>
9997
9998 * gdb.base/tui-layout.c: Rename to ...
9999 * gdb.base/tui-disasm-long-lines.c: ... this.
10000 * gdb.base/tui-layout.exp: Rename to ...
10001 * gdb.base/tui-disasm-long-lines.exp: ... this.
10002
f8c4e718
PA
100032017-03-07 Pedro Alves <palves@redhat.com>
10004
10005 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
10006
6dbb839a 100072017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
4a612d6f
WT
10008
10009 * i386-mpx-call.c: New file.
10010 * i386-mpx-call.exp: New file.
10011
65b48a81
PB
100122017-02-28 Peter Bergner <bergner@vnet.ibm.com>
10013
10014 * gdb.arch/powerpc-power.exp: Delete test.
10015 * gdb.arch/powerpc-power.s: Likewise.
10016 * gdb.disasm/disassembler-options.exp: New test.
10017 * gdb.arch/powerpc-altivec.exp: Likewise.
10018 * gdb.arch/powerpc-altivec.s: Likewise.
10019 * gdb.arch/powerpc-altivec2.exp: Likewise.
10020 * gdb.arch/powerpc-altivec2.s: Likewise.
10021 * gdb.arch/powerpc-altivec3.exp: Likewise.
10022 * gdb.arch/powerpc-altivec3.s: Likewise.
10023 * gdb.arch/powerpc-power7.exp: Likewise.
10024 * gdb.arch/powerpc-power7.s: Likewise.
10025 * gdb.arch/powerpc-power8.exp: Likewise.
10026 * gdb.arch/powerpc-power8.s: Likewise.
10027 * gdb.arch/powerpc-power9.exp: Likewise.
10028 * gdb.arch/powerpc-power9.s: Likewise.
10029 * gdb.arch/powerpc-vsx.exp: Likewise.
10030 * gdb.arch/powerpc-vsx.s: Likewise.
10031 * gdb.arch/powerpc-vsx2.exp: Likewise.
10032 * gdb.arch/powerpc-vsx2.s: Likewise.
10033 * gdb.arch/powerpc-vsx3.exp: Likewise.
10034 * gdb.arch/powerpc-vsx3.s: Likewise.
10035 * gdb.arch/arm-disassembler-options.exp: Likewise.
10036 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
10037 * gdb.arch/s390-disassembler-options.exp: Likewise.
10038
17cd4947
LM
100392017-02-23 Luis Machado <lgustavo@codesourcery.com>
10040
10041 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
10042 (check_supported_features): ... this. Changed return type to void.
10043 (supports_rdseed): New static global.
10044 (rdseed): Check supports_rdseed.
10045 (initialize): Call check_supported_features.
10046
2039d74e
EBM
100472017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
10048
10049 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
10050 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
10051 and lqarx/stqcx.
10052 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
10053 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
10054
a51d7ecf
EBM
100552017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
10056
10057 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
10058 uppercase.
10059
0224619f
JK
100602017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10061
10062 * gdb.dwarf2/formdata16.c: New file.
10063 * gdb.dwarf2/formdata16.exp: New file.
10064 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
10065
216f72a1
JK
100662017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10067
10068 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
10069 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
10070 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
10071 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
10072 DW_AT_GNU_*.
10073
43988095
JK
100742017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10075
10076 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
10077
99e8a4f9
SDJ
100782017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
10079
10080 PR gdb/21164
10081 * gdb.base/maint.exp: Add testcases for when the commands do
10082 not have arguments.
10083
b58a8c0c
TP
100842017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
10085
10086 * gdb.cp/chained-calls.exp: Use p instead of P.
10087
4e746bb6
TW
100882017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
10089
10090 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
10091 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
10092
3f77c769
TT
100932017-02-14 Tom Tromey <tom@tromey.com>
10094
10095 PR python/13598:
10096 * gdb.python/py-events.exp: Add before_prompt event tests.
10097
075beec0
AA
100982017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
10099
10100 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
10101
bf5f525c
LM
101022017-02-13 Luis Machado <lgustavo@codesourcery.com>
10103
10104 * gdb.linespec/explicit.c (my_unique_function_name): New function.
10105 (main): Call my_unique_function_name.
10106 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
10107 completion of patterns with a single match.
10108 Add missing -re switches to gdb_test_multiple calls.
10109
13a66184
LM
101102017-02-13 Luis Machado <lgustavo@codesourcery.com>
10111
10112 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
10113 return if core file is not recognized.
10114
26a06916
SM
101152017-02-10 Simon Marchi <simon.marchi@ericsson.com>
10116
10117 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
10118 and extra UIs.
10119
b761ca9e
SM
101202017-02-10 Simon Marchi <simon.marchi@ericsson.com>
10121
10122 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
10123 proc_with_prefix.
10124
b964bee0
TT
101252017-02-10 Tom Tromey <tom@tromey.com>
10126
10127 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
10128
18da0c51
MG
101292017-02-10 Martin Galvan <martingalvan@sourceware.org>
10130
10131 PR gdb/21122
10132 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
10133
604c4576
JG
101342017-02-08 Jerome Guitton <guitton@adacore.com>
10135
10136 * gdb.base/define.exp: Add test for command abbreviations
10137 in define.
10138
20b477a7
LM
101392017-02-06 Luis Machado <lgustavo@codesourcery.com>
10140
10141 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
10142 * gdb.reverse/insn-reverse-x86.c: New file.
10143
3f7b46f2
IR
101442017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
10145
10146 PR tdep/20936
10147 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
10148
f0fd41c1
TT
101492017-02-03 Tom Tromey <tom@tromey.com>
10150
10151 PR rust/21097:
10152 * gdb.rust/simple.exp: Add new tests.
10153
5be5dbf0
PA
101542017-02-02 Pedro Alves <palves@redhat.com>
10155
10156 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
10157 tests.
10158
7346ef59
AA
101592017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
10160
10161 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
10162 taking a 2-byte value out of a 4-byte DWARF implicit value on
10163 big-endian targets.
10164 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
10165 logic. Add test cases for DW_OP_implicit.
10166
787f0025
MM
101672017-02-01 Markus Metzger <markus.t.metzger@intel.com>
10168
10169 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
10170
68777c29
MM
101712017-02-01 Markus Metzger <markus.t.metzger@intel.com>
10172
10173 * gdb.btrace/enable.exp: Call gdb_exit before
10174 skip_gdbserver_tests.
10175
0a1c7e28
MM
101762017-02-01 Markus Metzger <markus.t.metzger@intel.com>
10177
10178 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
10179 GDBFLAGS.
10180
b5ac99b0
MM
101812017-02-01 Markus Metzger <markus.t.metzger@intel.com>
10182
10183 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
10184 the test is skipped.
10185 * gdb.btrace/data.exp: Likewise.
10186 * gdb.btrace/delta.exp: Likewise.
10187 * gdb.btrace/dlopen.exp: Likewise.
10188 * gdb.btrace/enable-running.exp: Likewise.
10189 * gdb.btrace/enable.exp: Likewise.
10190 * gdb.btrace/exception.exp: Likewise.
10191 * gdb.btrace/function_call_history.exp: Likewise.
10192 * gdb.btrace/gcore.exp: Likewise.
10193 * gdb.btrace/instruction_history.exp: Likewise.
10194 * gdb.btrace/multi-thread-step.exp: Likewise.
10195 * gdb.btrace/nohist.exp: Likewise.
10196 * gdb.btrace/non-stop.exp: Likewise.
10197 * gdb.btrace/reconnect.exp: Likewise.
10198 * gdb.btrace/record_goto-step.exp: Likewise.
10199 * gdb.btrace/record_goto.exp: Likewise.
10200 * gdb.btrace/rn-dl-bind.exp: Likewise.
10201 * gdb.btrace/segv.exp: Likewise.
10202 * gdb.btrace/step.exp: Likewise.
10203 * gdb.btrace/stepi.exp: Likewise.
10204 * gdb.btrace/tailcall-only.exp: Likewise.
10205 * gdb.btrace/tailcall.exp: Likewise.
10206 * gdb.btrace/tsx.exp: Likewise.
10207 * gdb.btrace/unknown_functions.exp: Likewise.
10208 * gdb.btrace/vdso.exp: Likewise.
10209
cd4007e4
MM
102102017-02-01 Markus Metzger <markus.t.metzger@intel.com>
10211
10212 * gdb.btrace/enable-running.c: New.
10213 * gdb.btrace/enable-running.exp: New.
10214
2735833d
WT
102152017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
10216
10217 * gdb.arch/amd64-gs_base.c: New file.
10218 * gdb.arch/amd64-gs_base.exp: New file.
10219
b51e1e94
LM
102202017-01-26 Luis Machado <lgustavo@codesourcery.com>
10221
10222 * lib/memory.exp: Remove spurious empty newlines.
10223
72ca0410
SM
102242017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
10225
10226 * gdb.python/py-bad-printers.exp: Load python file using "source".
10227 * gdb.python/py-events.exp: Likewise.
10228 * gdb.python/py-evsignal.exp: Likewise.
10229 * gdb.python/py-evthreads.exp: Likewise.
10230 * gdb.python/py-frame-args.exp: Likewise.
10231 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
10232 * gdb.python/py-framefilter-mi.exp: Likewise.
10233 * gdb.python/py-framefilter.exp: Likewise.
10234 * gdb.python/py-mi.exp: Likewise.
10235 * gdb.python/py-pp-maint.exp: Likewise.
10236 * gdb.python/py-pp-registration.exp: Likewise.
10237 * gdb.python/py-prettyprint.exp: Likewise.
10238 (run_lang_tests): Likewise.
10239 * gdb.python/py-typeprint.exp: Likewise.
10240
e309aa65
LM
102412017-01-26 Luis Machado <lgustavo@codesourcery.com>
10242
10243 * lib/memory.exp: New file.
10244 * lib/gdb.exp: Load memory.exp.
10245 * gdb.base/memattr.exp (delete_memory): Move proc to
10246 lib/memory.exp and rename to delete_memory_regions.
10247 Replace delete_memory with delete_memory_regions.
10248 Cleanup memory regions before tests.
10249 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
10250 before tests.
10251
515aff23
LM
102522017-01-26 Luis Machado <lgustavo@codesourcery.com>
10253
10254 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
10255 files.
10256 (initialize): New function conditionally defined.
10257 (testcases): Move within conditional block.
10258 (main): Call initialize.
10259 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
10260 of gdb.reverse/insn-reverse.c.
10261 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
10262 gdb.reverse/insn-reverse.c.
10263
d8b49cf0
YQ
102642017-01-26 Yao Qi <yao.qi@linaro.org>
10265
10266 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
10267 disassemble on address 0.
10268
f13a9a0c
YQ
102692017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
10270 Yao Qi <yao.qi@linaro.org>
10271
10272 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
10273 * gdb.dwarf2/implptr-64bit.S: Remove.
10274 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
10275 variables in caller's context. Add DW_OP_implicit_value.
10276
5ac95241
YQ
102772017-01-25 Yao Qi <yao.qi@linaro.org>
10278
10279 * lib/dwarf.exp (Dwarf::_location): Handle
10280 DW_OP_GNU_implicit_pointer with proper size.
10281
23e82930
LM
102822017-01-20 Luis Machado <lgustavo@codesourcery.com>
10283
10284 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
10285 and add untested calls.
10286
d334ae25
LM
102872017-01-20 Luis Machado <lgustavo@codesourcery.com>
10288
10289 * gdb.python/python.exp: Check line number against what GDB thinks
10290 the line number is for func1.
10291
f5e6296e
IB
102922017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
10293
10294 * gdb.dlang/debug-expr.exp: New file.
10295
5b362f04
LM
102962016-12-23 Luis Machado <lgustavo@codesourcery.com>
10297
10298 Fix test names for the following files:
10299
10300 * gdb.ada/exec_changed.exp
10301 * gdb.ada/info_types.exp
10302 * gdb.arch/aarch64-atomic-inst.exp
10303 * gdb.arch/aarch64-fp.exp
10304 * gdb.arch/altivec-abi.exp
10305 * gdb.arch/altivec-regs.exp
10306 * gdb.arch/amd64-byte.exp
10307 * gdb.arch/amd64-disp-step.exp
10308 * gdb.arch/amd64-dword.exp
10309 * gdb.arch/amd64-entry-value-inline.exp
10310 * gdb.arch/amd64-entry-value-param.exp
10311 * gdb.arch/amd64-entry-value-paramref.exp
10312 * gdb.arch/amd64-entry-value.exp
10313 * gdb.arch/amd64-i386-address.exp
10314 * gdb.arch/amd64-invalid-stack-middle.exp
10315 * gdb.arch/amd64-invalid-stack-top.exp
10316 * gdb.arch/amd64-optimout-repeat.exp
10317 * gdb.arch/amd64-prologue-skip.exp
10318 * gdb.arch/amd64-prologue-xmm.exp
10319 * gdb.arch/amd64-stap-special-operands.exp
10320 * gdb.arch/amd64-stap-wrong-subexp.exp
10321 * gdb.arch/amd64-tailcall-cxx.exp
10322 * gdb.arch/amd64-tailcall-noret.exp
10323 * gdb.arch/amd64-tailcall-ret.exp
10324 * gdb.arch/amd64-tailcall-self.exp
10325 * gdb.arch/amd64-word.exp
10326 * gdb.arch/arm-bl-branch-dest.exp
10327 * gdb.arch/arm-disp-step.exp
10328 * gdb.arch/arm-neon.exp
10329 * gdb.arch/arm-single-step-kernel-helper.exp
10330 * gdb.arch/avr-flash-qualifier.exp
10331 * gdb.arch/disp-step-insn-reloc.exp
10332 * gdb.arch/e500-abi.exp
10333 * gdb.arch/e500-regs.exp
10334 * gdb.arch/ftrace-insn-reloc.exp
10335 * gdb.arch/i386-avx512.exp
10336 * gdb.arch/i386-bp_permanent.exp
10337 * gdb.arch/i386-byte.exp
10338 * gdb.arch/i386-cfi-notcurrent.exp
10339 * gdb.arch/i386-disp-step.exp
10340 * gdb.arch/i386-dr3-watch.exp
10341 * gdb.arch/i386-float.exp
10342 * gdb.arch/i386-gnu-cfi.exp
10343 * gdb.arch/i386-mpx-map.exp
10344 * gdb.arch/i386-mpx-sigsegv.exp
10345 * gdb.arch/i386-mpx-simple_segv.exp
10346 * gdb.arch/i386-mpx.exp
10347 * gdb.arch/i386-permbkpt.exp
10348 * gdb.arch/i386-prologue.exp
10349 * gdb.arch/i386-signal.exp
10350 * gdb.arch/i386-size-overlap.exp
10351 * gdb.arch/i386-unwind.exp
10352 * gdb.arch/i386-word.exp
10353 * gdb.arch/mips-fcr.exp
10354 * gdb.arch/powerpc-d128-regs.exp
10355 * gdb.arch/powerpc-stackless.exp
10356 * gdb.arch/ppc64-atomic-inst.exp
10357 * gdb.arch/s390-stackless.exp
10358 * gdb.arch/s390-tdbregs.exp
10359 * gdb.arch/s390-vregs.exp
10360 * gdb.arch/sparc-sysstep.exp
10361 * gdb.arch/thumb-bx-pc.exp
10362 * gdb.arch/thumb-singlestep.exp
10363 * gdb.arch/thumb2-it.exp
10364 * gdb.arch/vsx-regs.exp
10365 * gdb.asm/asm-source.exp
10366 * gdb.base/a2-run.exp
10367 * gdb.base/advance.exp
10368 * gdb.base/all-bin.exp
10369 * gdb.base/anon.exp
10370 * gdb.base/args.exp
10371 * gdb.base/arithmet.exp
10372 * gdb.base/async-shell.exp
10373 * gdb.base/async.exp
10374 * gdb.base/attach-pie-noexec.exp
10375 * gdb.base/attach-twice.exp
10376 * gdb.base/auto-load.exp
10377 * gdb.base/bang.exp
10378 * gdb.base/bitfields.exp
10379 * gdb.base/break-always.exp
10380 * gdb.base/break-caller-line.exp
10381 * gdb.base/break-entry.exp
10382 * gdb.base/break-inline.exp
10383 * gdb.base/break-on-linker-gcd-function.exp
10384 * gdb.base/break-probes.exp
10385 * gdb.base/break.exp
10386 * gdb.base/breakpoint-shadow.exp
10387 * gdb.base/call-ar-st.exp
10388 * gdb.base/call-sc.exp
10389 * gdb.base/call-signal-resume.exp
10390 * gdb.base/call-strs.exp
10391 * gdb.base/callfuncs.exp
10392 * gdb.base/catch-fork-static.exp
10393 * gdb.base/catch-gdb-caused-signals.exp
10394 * gdb.base/catch-load.exp
10395 * gdb.base/catch-signal-fork.exp
10396 * gdb.base/catch-signal.exp
10397 * gdb.base/catch-syscall.exp
10398 * gdb.base/charset.exp
10399 * gdb.base/checkpoint.exp
10400 * gdb.base/chng-syms.exp
10401 * gdb.base/code-expr.exp
10402 * gdb.base/code_elim.exp
10403 * gdb.base/commands.exp
10404 * gdb.base/completion.exp
10405 * gdb.base/complex.exp
10406 * gdb.base/cond-expr.exp
10407 * gdb.base/condbreak.exp
10408 * gdb.base/consecutive.exp
10409 * gdb.base/continue-all-already-running.exp
10410 * gdb.base/coredump-filter.exp
10411 * gdb.base/corefile.exp
10412 * gdb.base/dbx.exp
10413 * gdb.base/debug-expr.exp
10414 * gdb.base/define.exp
10415 * gdb.base/del.exp
10416 * gdb.base/disabled-location.exp
10417 * gdb.base/disasm-end-cu.exp
10418 * gdb.base/disasm-optim.exp
10419 * gdb.base/display.exp
10420 * gdb.base/duplicate-bp.exp
10421 * gdb.base/ena-dis-br.exp
10422 * gdb.base/ending-run.exp
10423 * gdb.base/enumval.exp
10424 * gdb.base/environ.exp
10425 * gdb.base/eu-strip-infcall.exp
10426 * gdb.base/eval-avoid-side-effects.exp
10427 * gdb.base/eval-skip.exp
10428 * gdb.base/exitsignal.exp
10429 * gdb.base/expand-psymtabs.exp
10430 * gdb.base/filesym.exp
10431 * gdb.base/find-unmapped.exp
10432 * gdb.base/finish.exp
10433 * gdb.base/float.exp
10434 * gdb.base/foll-exec-mode.exp
10435 * gdb.base/foll-exec.exp
10436 * gdb.base/foll-fork.exp
10437 * gdb.base/fortran-sym-case.exp
10438 * gdb.base/freebpcmd.exp
10439 * gdb.base/func-ptr.exp
10440 * gdb.base/func-ptrs.exp
10441 * gdb.base/funcargs.exp
10442 * gdb.base/gcore-buffer-overflow.exp
10443 * gdb.base/gcore-relro-pie.exp
10444 * gdb.base/gcore-relro.exp
10445 * gdb.base/gcore.exp
10446 * gdb.base/gdb1090.exp
10447 * gdb.base/gdb11530.exp
10448 * gdb.base/gdb11531.exp
10449 * gdb.base/gdb1821.exp
10450 * gdb.base/gdbindex-stabs.exp
10451 * gdb.base/gdbvars.exp
10452 * gdb.base/hbreak.exp
10453 * gdb.base/hbreak2.exp
10454 * gdb.base/included.exp
10455 * gdb.base/infcall-input.exp
10456 * gdb.base/inferior-died.exp
10457 * gdb.base/infnan.exp
10458 * gdb.base/info-macros.exp
10459 * gdb.base/info-os.exp
10460 * gdb.base/info-proc.exp
10461 * gdb.base/info-shared.exp
10462 * gdb.base/info-target.exp
10463 * gdb.base/infoline.exp
10464 * gdb.base/interp.exp
10465 * gdb.base/interrupt.exp
10466 * gdb.base/jit-reader.exp
10467 * gdb.base/jit-simple.exp
10468 * gdb.base/kill-after-signal.exp
10469 * gdb.base/kill-detach-inferiors-cmd.exp
10470 * gdb.base/label.exp
10471 * gdb.base/langs.exp
10472 * gdb.base/ldbl_e308.exp
10473 * gdb.base/line-symtabs.exp
10474 * gdb.base/linespecs.exp
10475 * gdb.base/list.exp
10476 * gdb.base/long_long.exp
10477 * gdb.base/longest-types.exp
10478 * gdb.base/maint.exp
10479 * gdb.base/max-value-size.exp
10480 * gdb.base/memattr.exp
10481 * gdb.base/mips_pro.exp
10482 * gdb.base/morestack.exp
10483 * gdb.base/moribund-step.exp
10484 * gdb.base/multi-forks.exp
10485 * gdb.base/nested-addr.exp
10486 * gdb.base/nextoverexit.exp
10487 * gdb.base/noreturn-finish.exp
10488 * gdb.base/noreturn-return.exp
10489 * gdb.base/nostdlib.exp
10490 * gdb.base/offsets.exp
10491 * gdb.base/opaque.exp
10492 * gdb.base/pc-fp.exp
10493 * gdb.base/permissions.exp
10494 * gdb.base/print-symbol-loading.exp
10495 * gdb.base/prologue-include.exp
10496 * gdb.base/psymtab.exp
10497 * gdb.base/ptype.exp
10498 * gdb.base/random-signal.exp
10499 * gdb.base/randomize.exp
10500 * gdb.base/range-stepping.exp
10501 * gdb.base/readline-ask.exp
10502 * gdb.base/recpar.exp
10503 * gdb.base/recurse.exp
10504 * gdb.base/relational.exp
10505 * gdb.base/restore.exp
10506 * gdb.base/return-nodebug.exp
10507 * gdb.base/return.exp
10508 * gdb.base/run-after-attach.exp
10509 * gdb.base/save-bp.exp
10510 * gdb.base/scope.exp
10511 * gdb.base/sect-cmd.exp
10512 * gdb.base/set-lang-auto.exp
10513 * gdb.base/set-noassign.exp
10514 * gdb.base/setvar.exp
10515 * gdb.base/sigall.exp
10516 * gdb.base/sigbpt.exp
10517 * gdb.base/siginfo-addr.exp
10518 * gdb.base/siginfo-infcall.exp
10519 * gdb.base/siginfo-obj.exp
10520 * gdb.base/siginfo.exp
10521 * gdb.base/signals-state-child.exp
10522 * gdb.base/signest.exp
10523 * gdb.base/sigstep.exp
10524 * gdb.base/sizeof.exp
10525 * gdb.base/skip.exp
10526 * gdb.base/solib-corrupted.exp
10527 * gdb.base/solib-nodir.exp
10528 * gdb.base/solib-search.exp
10529 * gdb.base/stack-checking.exp
10530 * gdb.base/stale-infcall.exp
10531 * gdb.base/stap-probe.exp
10532 * gdb.base/start.exp
10533 * gdb.base/step-break.exp
10534 * gdb.base/step-bt.exp
10535 * gdb.base/step-line.exp
10536 * gdb.base/step-over-exit.exp
10537 * gdb.base/step-over-syscall.exp
10538 * gdb.base/step-resume-infcall.exp
10539 * gdb.base/step-test.exp
10540 * gdb.base/store.exp
10541 * gdb.base/structs3.exp
10542 * gdb.base/sym-file.exp
10543 * gdb.base/symbol-without-target_section.exp
10544 * gdb.base/term.exp
10545 * gdb.base/testenv.exp
10546 * gdb.base/ui-redirect.exp
10547 * gdb.base/until.exp
10548 * gdb.base/unwindonsignal.exp
10549 * gdb.base/value-double-free.exp
10550 * gdb.base/vla-datatypes.exp
10551 * gdb.base/vla-ptr.exp
10552 * gdb.base/vla-sideeffect.exp
10553 * gdb.base/volatile.exp
10554 * gdb.base/watch-cond-infcall.exp
10555 * gdb.base/watch-cond.exp
10556 * gdb.base/watch-non-mem.exp
10557 * gdb.base/watch-read.exp
10558 * gdb.base/watch-vfork.exp
10559 * gdb.base/watchpoint-cond-gone.exp
10560 * gdb.base/watchpoint-delete.exp
10561 * gdb.base/watchpoint-hw-hit-once.exp
10562 * gdb.base/watchpoint-hw.exp
10563 * gdb.base/watchpoint-stops-at-right-insn.exp
10564 * gdb.base/watchpoints.exp
10565 * gdb.base/wchar.exp
10566 * gdb.base/whatis-exp.exp
10567 * gdb.btrace/buffer-size.exp
10568 * gdb.btrace/data.exp
10569 * gdb.btrace/delta.exp
10570 * gdb.btrace/dlopen.exp
10571 * gdb.btrace/enable.exp
10572 * gdb.btrace/exception.exp
10573 * gdb.btrace/function_call_history.exp
10574 * gdb.btrace/gcore.exp
10575 * gdb.btrace/instruction_history.exp
10576 * gdb.btrace/nohist.exp
10577 * gdb.btrace/reconnect.exp
10578 * gdb.btrace/record_goto-step.exp
10579 * gdb.btrace/record_goto.exp
10580 * gdb.btrace/rn-dl-bind.exp
10581 * gdb.btrace/segv.exp
10582 * gdb.btrace/step.exp
10583 * gdb.btrace/stepi.exp
10584 * gdb.btrace/tailcall-only.exp
10585 * gdb.btrace/tailcall.exp
10586 * gdb.btrace/tsx.exp
10587 * gdb.btrace/unknown_functions.exp
10588 * gdb.btrace/vdso.exp
10589 * gdb.compile/compile-ifunc.exp
10590 * gdb.compile/compile-ops.exp
10591 * gdb.compile/compile-print.exp
10592 * gdb.compile/compile-setjmp.exp
10593 * gdb.cp/abstract-origin.exp
10594 * gdb.cp/ambiguous.exp
10595 * gdb.cp/annota2.exp
10596 * gdb.cp/annota3.exp
10597 * gdb.cp/anon-ns.exp
10598 * gdb.cp/anon-struct.exp
10599 * gdb.cp/anon-union.exp
10600 * gdb.cp/arg-reference.exp
10601 * gdb.cp/baseenum.exp
10602 * gdb.cp/bool.exp
10603 * gdb.cp/breakpoint.exp
10604 * gdb.cp/bs15503.exp
10605 * gdb.cp/call-c.exp
10606 * gdb.cp/casts.exp
10607 * gdb.cp/chained-calls.exp
10608 * gdb.cp/class2.exp
10609 * gdb.cp/classes.exp
10610 * gdb.cp/cmpd-minsyms.exp
10611 * gdb.cp/converts.exp
10612 * gdb.cp/cp-relocate.exp
10613 * gdb.cp/cpcompletion.exp
10614 * gdb.cp/cpexprs.exp
10615 * gdb.cp/cplabel.exp
10616 * gdb.cp/cplusfuncs.exp
10617 * gdb.cp/cpsizeof.exp
10618 * gdb.cp/ctti.exp
10619 * gdb.cp/derivation.exp
10620 * gdb.cp/destrprint.exp
10621 * gdb.cp/dispcxx.exp
10622 * gdb.cp/enum-class.exp
10623 * gdb.cp/exception.exp
10624 * gdb.cp/exceptprint.exp
10625 * gdb.cp/expand-psymtabs-cxx.exp
10626 * gdb.cp/expand-sals.exp
10627 * gdb.cp/extern-c.exp
10628 * gdb.cp/filename.exp
10629 * gdb.cp/formatted-ref.exp
10630 * gdb.cp/fpointer.exp
10631 * gdb.cp/gdb1355.exp
10632 * gdb.cp/gdb2495.exp
10633 * gdb.cp/hang.exp
10634 * gdb.cp/impl-this.exp
10635 * gdb.cp/infcall-dlopen.exp
10636 * gdb.cp/inherit.exp
10637 * gdb.cp/iostream.exp
10638 * gdb.cp/koenig.exp
10639 * gdb.cp/local.exp
10640 * gdb.cp/m-data.exp
10641 * gdb.cp/m-static.exp
10642 * gdb.cp/mb-ctor.exp
10643 * gdb.cp/mb-inline.exp
10644 * gdb.cp/mb-templates.exp
10645 * gdb.cp/member-name.exp
10646 * gdb.cp/member-ptr.exp
10647 * gdb.cp/meth-typedefs.exp
10648 * gdb.cp/method.exp
10649 * gdb.cp/method2.exp
10650 * gdb.cp/minsym-fallback.exp
10651 * gdb.cp/misc.exp
10652 * gdb.cp/namelessclass.exp
10653 * gdb.cp/namespace-enum.exp
10654 * gdb.cp/namespace-nested-import.exp
10655 * gdb.cp/namespace.exp
10656 * gdb.cp/nextoverthrow.exp
10657 * gdb.cp/no-dmgl-verbose.exp
10658 * gdb.cp/non-trivial-retval.exp
10659 * gdb.cp/noparam.exp
10660 * gdb.cp/nsdecl.exp
10661 * gdb.cp/nsimport.exp
10662 * gdb.cp/nsnested.exp
10663 * gdb.cp/nsnoimports.exp
10664 * gdb.cp/nsrecurs.exp
10665 * gdb.cp/nsstress.exp
10666 * gdb.cp/nsusing.exp
10667 * gdb.cp/operator.exp
10668 * gdb.cp/oranking.exp
10669 * gdb.cp/overload-const.exp
10670 * gdb.cp/overload.exp
10671 * gdb.cp/ovldbreak.exp
10672 * gdb.cp/ovsrch.exp
10673 * gdb.cp/paren-type.exp
10674 * gdb.cp/parse-lang.exp
10675 * gdb.cp/pass-by-ref.exp
10676 * gdb.cp/pr-1023.exp
10677 * gdb.cp/pr-1210.exp
10678 * gdb.cp/pr-574.exp
10679 * gdb.cp/pr10687.exp
10680 * gdb.cp/pr12028.exp
10681 * gdb.cp/pr17132.exp
10682 * gdb.cp/pr17494.exp
10683 * gdb.cp/pr9067.exp
10684 * gdb.cp/pr9167.exp
10685 * gdb.cp/pr9631.exp
10686 * gdb.cp/printmethod.exp
10687 * gdb.cp/psmang.exp
10688 * gdb.cp/psymtab-parameter.exp
10689 * gdb.cp/ptype-cv-cp.exp
10690 * gdb.cp/ptype-flags.exp
10691 * gdb.cp/re-set-overloaded.exp
10692 * gdb.cp/ref-types.exp
10693 * gdb.cp/rtti.exp
10694 * gdb.cp/scope-err.exp
10695 * gdb.cp/shadow.exp
10696 * gdb.cp/smartp.exp
10697 * gdb.cp/static-method.exp
10698 * gdb.cp/static-print-quit.exp
10699 * gdb.cp/temargs.exp
10700 * gdb.cp/templates.exp
10701 * gdb.cp/try_catch.exp
10702 * gdb.cp/typedef-operator.exp
10703 * gdb.cp/typeid.exp
10704 * gdb.cp/userdef.exp
10705 * gdb.cp/using-crash.exp
10706 * gdb.cp/var-tag.exp
10707 * gdb.cp/virtbase.exp
10708 * gdb.cp/virtfunc.exp
10709 * gdb.cp/virtfunc2.exp
10710 * gdb.cp/vla-cxx.exp
10711 * gdb.disasm/t01_mov.exp
10712 * gdb.disasm/t02_mova.exp
10713 * gdb.disasm/t03_add.exp
10714 * gdb.disasm/t04_sub.exp
10715 * gdb.disasm/t05_cmp.exp
10716 * gdb.disasm/t06_ari2.exp
10717 * gdb.disasm/t07_ari3.exp
10718 * gdb.disasm/t08_or.exp
10719 * gdb.disasm/t09_xor.exp
10720 * gdb.disasm/t10_and.exp
10721 * gdb.disasm/t11_logs.exp
10722 * gdb.disasm/t12_bit.exp
10723 * gdb.disasm/t13_otr.exp
10724 * gdb.dlang/circular.exp
10725 * gdb.dwarf2/arr-stride.exp
10726 * gdb.dwarf2/arr-subrange.exp
10727 * gdb.dwarf2/atomic-type.exp
10728 * gdb.dwarf2/bad-regnum.exp
10729 * gdb.dwarf2/bitfield-parent-optimized-out.exp
10730 * gdb.dwarf2/callframecfa.exp
10731 * gdb.dwarf2/clztest.exp
10732 * gdb.dwarf2/corrupt.exp
10733 * gdb.dwarf2/data-loc.exp
10734 * gdb.dwarf2/dup-psym.exp
10735 * gdb.dwarf2/dw2-anon-mptr.exp
10736 * gdb.dwarf2/dw2-anonymous-func.exp
10737 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
10738 * gdb.dwarf2/dw2-bad-unresolved.exp
10739 * gdb.dwarf2/dw2-basic.exp
10740 * gdb.dwarf2/dw2-canonicalize-type.exp
10741 * gdb.dwarf2/dw2-case-insensitive.exp
10742 * gdb.dwarf2/dw2-common-block.exp
10743 * gdb.dwarf2/dw2-compdir-oldgcc.exp
10744 * gdb.dwarf2/dw2-compressed.exp
10745 * gdb.dwarf2/dw2-const.exp
10746 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
10747 * gdb.dwarf2/dw2-cu-size.exp
10748 * gdb.dwarf2/dw2-dup-frame.exp
10749 * gdb.dwarf2/dw2-entry-value.exp
10750 * gdb.dwarf2/dw2-icycle.exp
10751 * gdb.dwarf2/dw2-ifort-parameter.exp
10752 * gdb.dwarf2/dw2-inline-break.exp
10753 * gdb.dwarf2/dw2-inline-param.exp
10754 * gdb.dwarf2/dw2-intercu.exp
10755 * gdb.dwarf2/dw2-intermix.exp
10756 * gdb.dwarf2/dw2-lexical-block-bare.exp
10757 * gdb.dwarf2/dw2-linkage-name-trust.exp
10758 * gdb.dwarf2/dw2-minsym-in-cu.exp
10759 * gdb.dwarf2/dw2-noloc.exp
10760 * gdb.dwarf2/dw2-op-call.exp
10761 * gdb.dwarf2/dw2-op-out-param.exp
10762 * gdb.dwarf2/dw2-opt-structptr.exp
10763 * gdb.dwarf2/dw2-param-error.exp
10764 * gdb.dwarf2/dw2-producer.exp
10765 * gdb.dwarf2/dw2-ranges-base.exp
10766 * gdb.dwarf2/dw2-ref-missing-frame.exp
10767 * gdb.dwarf2/dw2-reg-undefined.exp
10768 * gdb.dwarf2/dw2-regno-invalid.exp
10769 * gdb.dwarf2/dw2-restore.exp
10770 * gdb.dwarf2/dw2-restrict.exp
10771 * gdb.dwarf2/dw2-single-line-discriminators.exp
10772 * gdb.dwarf2/dw2-strp.exp
10773 * gdb.dwarf2/dw2-undefined-ret-addr.exp
10774 * gdb.dwarf2/dw2-unresolved.exp
10775 * gdb.dwarf2/dw2-var-zero-addr.exp
10776 * gdb.dwarf2/dw4-sig-types.exp
10777 * gdb.dwarf2/dwz.exp
10778 * gdb.dwarf2/dynarr-ptr.exp
10779 * gdb.dwarf2/enum-type.exp
10780 * gdb.dwarf2/gdb-index.exp
10781 * gdb.dwarf2/implptr-64bit.exp
10782 * gdb.dwarf2/implptr-optimized-out.exp
10783 * gdb.dwarf2/implptr.exp
10784 * gdb.dwarf2/implref-array.exp
10785 * gdb.dwarf2/implref-const.exp
10786 * gdb.dwarf2/implref-global.exp
10787 * gdb.dwarf2/implref-struct.exp
10788 * gdb.dwarf2/mac-fileno.exp
10789 * gdb.dwarf2/main-subprogram.exp
10790 * gdb.dwarf2/member-ptr-forwardref.exp
10791 * gdb.dwarf2/method-ptr.exp
10792 * gdb.dwarf2/missing-sig-type.exp
10793 * gdb.dwarf2/nonvar-access.exp
10794 * gdb.dwarf2/opaque-type-lookup.exp
10795 * gdb.dwarf2/pieces-optimized-out.exp
10796 * gdb.dwarf2/pieces.exp
10797 * gdb.dwarf2/pr10770.exp
10798 * gdb.dwarf2/pr13961.exp
10799 * gdb.dwarf2/staticvirtual.exp
10800 * gdb.dwarf2/subrange.exp
10801 * gdb.dwarf2/symtab-producer.exp
10802 * gdb.dwarf2/trace-crash.exp
10803 * gdb.dwarf2/typeddwarf.exp
10804 * gdb.dwarf2/valop.exp
10805 * gdb.dwarf2/watch-notconst.exp
10806 * gdb.fortran/array-element.exp
10807 * gdb.fortran/charset.exp
10808 * gdb.fortran/common-block.exp
10809 * gdb.fortran/complex.exp
10810 * gdb.fortran/derived-type-function.exp
10811 * gdb.fortran/derived-type.exp
10812 * gdb.fortran/logical.exp
10813 * gdb.fortran/module.exp
10814 * gdb.fortran/multi-dim.exp
10815 * gdb.fortran/nested-funcs.exp
10816 * gdb.fortran/print-formatted.exp
10817 * gdb.fortran/subarray.exp
10818 * gdb.fortran/vla-alloc-assoc.exp
10819 * gdb.fortran/vla-datatypes.exp
10820 * gdb.fortran/vla-history.exp
10821 * gdb.fortran/vla-ptr-info.exp
10822 * gdb.fortran/vla-ptype-sub.exp
10823 * gdb.fortran/vla-ptype.exp
10824 * gdb.fortran/vla-sizeof.exp
10825 * gdb.fortran/vla-type.exp
10826 * gdb.fortran/vla-value-sub-arbitrary.exp
10827 * gdb.fortran/vla-value-sub-finish.exp
10828 * gdb.fortran/vla-value-sub.exp
10829 * gdb.fortran/vla-value.exp
10830 * gdb.fortran/whatis_type.exp
10831 * gdb.go/chan.exp
10832 * gdb.go/handcall.exp
10833 * gdb.go/hello.exp
10834 * gdb.go/integers.exp
10835 * gdb.go/methods.exp
10836 * gdb.go/package.exp
10837 * gdb.go/strings.exp
10838 * gdb.go/types.exp
10839 * gdb.go/unsafe.exp
10840 * gdb.guile/scm-arch.exp
10841 * gdb.guile/scm-block.exp
10842 * gdb.guile/scm-breakpoint.exp
10843 * gdb.guile/scm-cmd.exp
10844 * gdb.guile/scm-disasm.exp
10845 * gdb.guile/scm-equal.exp
10846 * gdb.guile/scm-frame-args.exp
10847 * gdb.guile/scm-frame-inline.exp
10848 * gdb.guile/scm-frame.exp
10849 * gdb.guile/scm-iterator.exp
10850 * gdb.guile/scm-math.exp
10851 * gdb.guile/scm-objfile.exp
10852 * gdb.guile/scm-ports.exp
10853 * gdb.guile/scm-symbol.exp
10854 * gdb.guile/scm-symtab.exp
10855 * gdb.guile/scm-value-cc.exp
10856 * gdb.guile/types-module.exp
10857 * gdb.linespec/break-ask.exp
10858 * gdb.linespec/cpexplicit.exp
10859 * gdb.linespec/explicit.exp
10860 * gdb.linespec/keywords.exp
10861 * gdb.linespec/linespec.exp
10862 * gdb.linespec/ls-dollar.exp
10863 * gdb.linespec/ls-errs.exp
10864 * gdb.linespec/skip-two.exp
10865 * gdb.linespec/thread.exp
10866 * gdb.mi/mi-async.exp
10867 * gdb.mi/mi-basics.exp
10868 * gdb.mi/mi-break.exp
10869 * gdb.mi/mi-catch-load.exp
10870 * gdb.mi/mi-cli.exp
10871 * gdb.mi/mi-cmd-param-changed.exp
10872 * gdb.mi/mi-console.exp
10873 * gdb.mi/mi-detach.exp
10874 * gdb.mi/mi-disassemble.exp
10875 * gdb.mi/mi-eval.exp
10876 * gdb.mi/mi-file-transfer.exp
10877 * gdb.mi/mi-file.exp
10878 * gdb.mi/mi-fill-memory.exp
10879 * gdb.mi/mi-inheritance-syntax-error.exp
10880 * gdb.mi/mi-linespec-err-cp.exp
10881 * gdb.mi/mi-logging.exp
10882 * gdb.mi/mi-memory-changed.exp
10883 * gdb.mi/mi-read-memory.exp
10884 * gdb.mi/mi-record-changed.exp
10885 * gdb.mi/mi-reg-undefined.exp
10886 * gdb.mi/mi-regs.exp
10887 * gdb.mi/mi-return.exp
10888 * gdb.mi/mi-reverse.exp
10889 * gdb.mi/mi-simplerun.exp
10890 * gdb.mi/mi-solib.exp
10891 * gdb.mi/mi-stack.exp
10892 * gdb.mi/mi-stepi.exp
10893 * gdb.mi/mi-syn-frame.exp
10894 * gdb.mi/mi-until.exp
10895 * gdb.mi/mi-var-block.exp
10896 * gdb.mi/mi-var-child.exp
10897 * gdb.mi/mi-var-cmd.exp
10898 * gdb.mi/mi-var-cp.exp
10899 * gdb.mi/mi-var-display.exp
10900 * gdb.mi/mi-var-invalidate.exp
10901 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
10902 * gdb.mi/mi-vla-fortran.exp
10903 * gdb.mi/mi-watch.exp
10904 * gdb.mi/mi2-var-child.exp
10905 * gdb.mi/user-selected-context-sync.exp
10906 * gdb.modula2/unbounded-array.exp
10907 * gdb.multi/dummy-frame-restore.exp
10908 * gdb.multi/multi-arch-exec.exp
10909 * gdb.multi/multi-arch.exp
10910 * gdb.multi/tids.exp
10911 * gdb.multi/watchpoint-multi.exp
10912 * gdb.opencl/callfuncs.exp
10913 * gdb.opencl/convs_casts.exp
10914 * gdb.opencl/datatypes.exp
10915 * gdb.opencl/operators.exp
10916 * gdb.opencl/vec_comps.exp
10917 * gdb.opt/clobbered-registers-O2.exp
10918 * gdb.opt/inline-break.exp
10919 * gdb.opt/inline-bt.exp
10920 * gdb.opt/inline-cmds.exp
10921 * gdb.opt/inline-locals.exp
10922 * gdb.pascal/case-insensitive-symbols.exp
10923 * gdb.pascal/floats.exp
10924 * gdb.pascal/gdb11492.exp
10925 * gdb.python/lib-types.exp
10926 * gdb.python/py-arch.exp
10927 * gdb.python/py-as-string.exp
10928 * gdb.python/py-bad-printers.exp
10929 * gdb.python/py-block.exp
10930 * gdb.python/py-breakpoint-create-fail.exp
10931 * gdb.python/py-breakpoint.exp
10932 * gdb.python/py-caller-is.exp
10933 * gdb.python/py-cmd.exp
10934 * gdb.python/py-explore-cc.exp
10935 * gdb.python/py-explore.exp
10936 * gdb.python/py-finish-breakpoint.exp
10937 * gdb.python/py-finish-breakpoint2.exp
10938 * gdb.python/py-frame-args.exp
10939 * gdb.python/py-frame-inline.exp
10940 * gdb.python/py-frame.exp
10941 * gdb.python/py-framefilter-mi.exp
10942 * gdb.python/py-infthread.exp
10943 * gdb.python/py-lazy-string.exp
10944 * gdb.python/py-linetable.exp
10945 * gdb.python/py-mi-events.exp
10946 * gdb.python/py-mi-objfile.exp
10947 * gdb.python/py-mi.exp
10948 * gdb.python/py-objfile.exp
10949 * gdb.python/py-pp-integral.exp
10950 * gdb.python/py-pp-maint.exp
10951 * gdb.python/py-pp-re-notag.exp
10952 * gdb.python/py-pp-registration.exp
10953 * gdb.python/py-recurse-unwind.exp
10954 * gdb.python/py-strfns.exp
10955 * gdb.python/py-symbol.exp
10956 * gdb.python/py-symtab.exp
10957 * gdb.python/py-sync-interp.exp
10958 * gdb.python/py-typeprint.exp
10959 * gdb.python/py-unwind-maint.exp
10960 * gdb.python/py-unwind.exp
10961 * gdb.python/py-value-cc.exp
10962 * gdb.python/py-xmethods.exp
10963 * gdb.reverse/amd64-tailcall-reverse.exp
10964 * gdb.reverse/break-precsave.exp
10965 * gdb.reverse/break-reverse.exp
10966 * gdb.reverse/consecutive-precsave.exp
10967 * gdb.reverse/consecutive-reverse.exp
10968 * gdb.reverse/finish-precsave.exp
10969 * gdb.reverse/finish-reverse-bkpt.exp
10970 * gdb.reverse/finish-reverse.exp
10971 * gdb.reverse/fstatat-reverse.exp
10972 * gdb.reverse/getresuid-reverse.exp
10973 * gdb.reverse/i386-precsave.exp
10974 * gdb.reverse/i386-reverse.exp
10975 * gdb.reverse/i386-sse-reverse.exp
10976 * gdb.reverse/i387-env-reverse.exp
10977 * gdb.reverse/i387-stack-reverse.exp
10978 * gdb.reverse/insn-reverse.exp
10979 * gdb.reverse/machinestate-precsave.exp
10980 * gdb.reverse/machinestate.exp
10981 * gdb.reverse/next-reverse-bkpt-over-sr.exp
10982 * gdb.reverse/pipe-reverse.exp
10983 * gdb.reverse/readv-reverse.exp
10984 * gdb.reverse/recvmsg-reverse.exp
10985 * gdb.reverse/rerun-prec.exp
10986 * gdb.reverse/s390-mvcle.exp
10987 * gdb.reverse/step-precsave.exp
10988 * gdb.reverse/step-reverse.exp
10989 * gdb.reverse/time-reverse.exp
10990 * gdb.reverse/until-precsave.exp
10991 * gdb.reverse/until-reverse.exp
10992 * gdb.reverse/waitpid-reverse.exp
10993 * gdb.reverse/watch-precsave.exp
10994 * gdb.reverse/watch-reverse.exp
10995 * gdb.rust/generics.exp
10996 * gdb.rust/methods.exp
10997 * gdb.rust/modules.exp
10998 * gdb.rust/simple.exp
10999 * gdb.server/connect-with-no-symbol-file.exp
11000 * gdb.server/ext-attach.exp
11001 * gdb.server/ext-restart.exp
11002 * gdb.server/ext-wrapper.exp
11003 * gdb.server/file-transfer.exp
11004 * gdb.server/server-exec-info.exp
11005 * gdb.server/server-kill.exp
11006 * gdb.server/server-mon.exp
11007 * gdb.server/wrapper.exp
11008 * gdb.stabs/exclfwd.exp
11009 * gdb.stabs/gdb11479.exp
11010 * gdb.threads/clone-new-thread-event.exp
11011 * gdb.threads/corethreads.exp
11012 * gdb.threads/current-lwp-dead.exp
11013 * gdb.threads/dlopen-libpthread.exp
11014 * gdb.threads/gcore-thread.exp
11015 * gdb.threads/sigstep-threads.exp
11016 * gdb.threads/watchpoint-fork.exp
11017 * gdb.trace/actions-changed.exp
11018 * gdb.trace/backtrace.exp
11019 * gdb.trace/change-loc.exp
11020 * gdb.trace/circ.exp
11021 * gdb.trace/collection.exp
11022 * gdb.trace/disconnected-tracing.exp
11023 * gdb.trace/ftrace.exp
11024 * gdb.trace/mi-trace-frame-collected.exp
11025 * gdb.trace/mi-trace-unavailable.exp
11026 * gdb.trace/mi-traceframe-changed.exp
11027 * gdb.trace/mi-tsv-changed.exp
11028 * gdb.trace/no-attach-trace.exp
11029 * gdb.trace/passc-dyn.exp
11030 * gdb.trace/qtro.exp
11031 * gdb.trace/range-stepping.exp
11032 * gdb.trace/read-memory.exp
11033 * gdb.trace/save-trace.exp
11034 * gdb.trace/signal.exp
11035 * gdb.trace/status-stop.exp
11036 * gdb.trace/tfile.exp
11037 * gdb.trace/trace-break.exp
11038 * gdb.trace/trace-buffer-size.exp
11039 * gdb.trace/trace-condition.exp
11040 * gdb.trace/tracefile-pseudo-reg.exp
11041 * gdb.trace/tstatus.exp
11042 * gdb.trace/unavailable.exp
11043 * gdb.trace/while-dyn.exp
11044 * gdb.trace/while-stepping.exp
11045
34c41c68
DE
110462016-12-22 Doug Evans <xdje42@gmail.com>
11047
11048 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
11049 and msymbols.
11050
16e69324
YQ
110512016-12-19 Yao Qi <yao.qi@linaro.org>
11052
11053 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
11054 (test_with_self): Don't call do_steps_and_nexts, and remove
11055 code about stepping into xmalloc.
11056
f94f411b
YQ
110572016-12-09 Yao Qi <yao.qi@linaro.org>
11058
11059 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
11060
110612016-12-09 Yao Qi <yao.qi@linaro.org>
11062
11063 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
11064
f1b5deee
PA
110652016-12-09 Pedro Alves <palves@redhat.com>
11066
11067 * gdb.base/all-architectures-0.exp: New file.
11068 * gdb.base/all-architectures-1.exp: New file.
11069 * gdb.base/all-architectures-2.exp: New file.
11070 * gdb.base/all-architectures-3.exp: New file.
11071 * gdb.base/all-architectures-4.exp: New file.
11072 * gdb.base/all-architectures-5.exp: New file.
11073 * gdb.base/all-architectures-6.exp: New file.
11074 * gdb.base/all-architectures-7.exp: New file.
11075 * gdb.base/all-architectures.exp.in: New file.
11076
364ca42e
YQ
110772016-12-09 Yao Qi <yao.qi@linaro.org>
11078
11079 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
11080
107c2d62
LM
110812016-12-02 Luis Machado <lgustavo@codesourcery.com>
11082
11083 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
11084 possible.
11085 Remove useless pattern-matching code.
11086
df3ee9ca
PA
110872016-12-02 Pedro Alves <palves@redhat.com>
11088
11089 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
11090 procedure.
11091 (top level): Call it.
11092
ec835369
PA
110932016-12-02 Pedro Alves <palves@redhat.com>
11094
11095 * gdb.base/commands.exp (user_defined_command_args_stack_test):
11096 New procedure.
11097 (top level): Call it.
11098
01770bbd
PA
110992016-12-02 Pedro Alves <palves@redhat.com>
11100
11101 PR cli/20559
11102 * gdb.base/commands.exp (user_defined_command_args_eval): New
11103 procedure.
11104 (top level): Call it.
11105
008459ea
LM
111062016-12-02 Luis Machado <lgustavo@codesourcery.com>
11107
11108 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
11109 timeout handling.
11110
0c1b455e
TT
111112016-12-02 Tom Tromey <tom@tromey.com>
11112
11113 * gdb.dwarf2/main-subprogram.c: New file.
11114 * gdb.dwarf2/main-subprogram.exp: New file.
11115
018572b8
LM
111162016-12-01 Luis Machado <lgustavo@codesourcery.com>
11117
11118 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
11119 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
11120 gdb_test_no_output for a couple of cases.
11121 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
11122
84c93cd5
LM
111232016-12-01 Luis Machado <lgustavo@codesourcery.com>
11124
11125 Fix test names and standardize compilation error messages throughout
11126 the following files:
11127
11128 * gdb.ada/start.exp
11129 * gdb.arch/alpha-step.exp
11130 * gdb.arch/e500-prologue.exp
11131 * gdb.arch/ftrace-insn-reloc.exp
11132 * gdb.arch/gdb1291.exp
11133 * gdb.arch/gdb1431.exp
11134 * gdb.arch/gdb1558.exp
11135 * gdb.arch/i386-dr3-watch.exp
11136 * gdb.arch/i386-sse-stack-align.exp
11137 * gdb.arch/ia64-breakpoint-shadow.exp
11138 * gdb.arch/pa-nullify.exp
11139 * gdb.arch/powerpc-aix-prologue.exp
11140 * gdb.arch/thumb-bx-pc.exp
11141 * gdb.base/annota1.exp
11142 * gdb.base/annota3.exp
11143 * gdb.base/arrayidx.exp
11144 * gdb.base/assign.exp
11145 * gdb.base/attach.exp
11146 * gdb.base/auxv.exp
11147 * gdb.base/bang.exp
11148 * gdb.base/bfp-test.exp
11149 * gdb.base/bigcore.exp
11150 * gdb.base/bitfields2.exp
11151 * gdb.base/break-fun-addr.exp
11152 * gdb.base/break-probes.exp
11153 * gdb.base/call-rt-st.exp
11154 * gdb.base/callexit.exp
11155 * gdb.base/catch-fork-kill.exp
11156 * gdb.base/charset.exp
11157 * gdb.base/checkpoint.exp
11158 * gdb.base/comprdebug.exp
11159 * gdb.base/constvars.exp
11160 * gdb.base/coredump-filter.exp
11161 * gdb.base/cursal.exp
11162 * gdb.base/cvexpr.exp
11163 * gdb.base/detach.exp
11164 * gdb.base/display.exp
11165 * gdb.base/dmsym.exp
11166 * gdb.base/dprintf-pending.exp
11167 * gdb.base/dso2dso.exp
11168 * gdb.base/dtrace-probe.exp
11169 * gdb.base/dump.exp
11170 * gdb.base/enum_cond.exp
11171 * gdb.base/exe-lock.exp
11172 * gdb.base/exec-invalid-sysroot.exp
11173 * gdb.base/execl-update-breakpoints.exp
11174 * gdb.base/exprs.exp
11175 * gdb.base/fileio.exp
11176 * gdb.base/find.exp
11177 * gdb.base/finish.exp
11178 * gdb.base/fixsection.exp
11179 * gdb.base/foll-vfork.exp
11180 * gdb.base/frame-args.exp
11181 * gdb.base/gcore.exp
11182 * gdb.base/gdb1250.exp
11183 * gdb.base/global-var-nested-by-dso.exp
11184 * gdb.base/gnu-ifunc.exp
11185 * gdb.base/hashline1.exp
11186 * gdb.base/hashline2.exp
11187 * gdb.base/hashline3.exp
11188 * gdb.base/hbreak-in-shr-unsupported.exp
11189 * gdb.base/huge.exp
11190 * gdb.base/infcall-input.exp
11191 * gdb.base/info-fun.exp
11192 * gdb.base/info-shared.exp
11193 * gdb.base/jit-simple.exp
11194 * gdb.base/jit-so.exp
11195 * gdb.base/jit.exp
11196 * gdb.base/jump.exp
11197 * gdb.base/label.exp
11198 * gdb.base/lineinc.exp
11199 * gdb.base/logical.exp
11200 * gdb.base/longjmp.exp
11201 * gdb.base/macscp.exp
11202 * gdb.base/miscexprs.exp
11203 * gdb.base/new-ui-echo.exp
11204 * gdb.base/new-ui-pending-input.exp
11205 * gdb.base/new-ui.exp
11206 * gdb.base/nodebug.exp
11207 * gdb.base/nofield.exp
11208 * gdb.base/offsets.exp
11209 * gdb.base/overlays.exp
11210 * gdb.base/pending.exp
11211 * gdb.base/pointers.exp
11212 * gdb.base/pr11022.exp
11213 * gdb.base/printcmds.exp
11214 * gdb.base/prologue.exp
11215 * gdb.base/ptr-typedef.exp
11216 * gdb.base/realname-expand.exp
11217 * gdb.base/relativedebug.exp
11218 * gdb.base/relocate.exp
11219 * gdb.base/remote.exp
11220 * gdb.base/reread.exp
11221 * gdb.base/return2.exp
11222 * gdb.base/savedregs.exp
11223 * gdb.base/sep.exp
11224 * gdb.base/sepdebug.exp
11225 * gdb.base/sepsymtab.exp
11226 * gdb.base/set-inferior-tty.exp
11227 * gdb.base/setshow.exp
11228 * gdb.base/shlib-call.exp
11229 * gdb.base/sigaltstack.exp
11230 * gdb.base/siginfo-addr.exp
11231 * gdb.base/signals.exp
11232 * gdb.base/signull.exp
11233 * gdb.base/sigrepeat.exp
11234 * gdb.base/so-impl-ld.exp
11235 * gdb.base/solib-display.exp
11236 * gdb.base/solib-overlap.exp
11237 * gdb.base/solib-search.exp
11238 * gdb.base/solib-symbol.exp
11239 * gdb.base/structs.exp
11240 * gdb.base/structs2.exp
11241 * gdb.base/symtab-search-order.exp
11242 * gdb.base/twice.exp
11243 * gdb.base/unload.exp
11244 * gdb.base/varargs.exp
11245 * gdb.base/watchpoint-solib.exp
11246 * gdb.base/watchpoint.exp
11247 * gdb.base/whatis.exp
11248 * gdb.base/wrong_frame_bt_full.exp
11249 * gdb.btrace/dlopen.exp
11250 * gdb.cell/ea-standalone.exp
11251 * gdb.cell/ea-test.exp
11252 * gdb.cp/dispcxx.exp
11253 * gdb.cp/gdb2384.exp
11254 * gdb.cp/method2.exp
11255 * gdb.cp/nextoverthrow.exp
11256 * gdb.cp/pr10728.exp
11257 * gdb.disasm/am33.exp
11258 * gdb.disasm/h8300s.exp
11259 * gdb.disasm/mn10300.exp
11260 * gdb.disasm/sh3.exp
11261 * gdb.dwarf2/dw2-dir-file-name.exp
11262 * gdb.fortran/complex.exp
11263 * gdb.fortran/library-module.exp
11264 * gdb.guile/scm-pretty-print.exp
11265 * gdb.guile/scm-symbol.exp
11266 * gdb.guile/scm-type.exp
11267 * gdb.guile/scm-value.exp
11268 * gdb.linespec/linespec.exp
11269 * gdb.mi/gdb701.exp
11270 * gdb.mi/gdb792.exp
11271 * gdb.mi/mi-breakpoint-changed.exp
11272 * gdb.mi/mi-dprintf-pending.exp
11273 * gdb.mi/mi-dprintf.exp
11274 * gdb.mi/mi-exit-code.exp
11275 * gdb.mi/mi-pending.exp
11276 * gdb.mi/mi-solib.exp
11277 * gdb.mi/new-ui-mi-sync.exp
11278 * gdb.mi/pr11022.exp
11279 * gdb.mi/user-selected-context-sync.exp
11280 * gdb.opt/solib-intra-step.exp
11281 * gdb.python/py-events.exp
11282 * gdb.python/py-finish-breakpoint.exp
11283 * gdb.python/py-mi.exp
11284 * gdb.python/py-prettyprint.exp
11285 * gdb.python/py-shared.exp
11286 * gdb.python/py-symbol.exp
11287 * gdb.python/py-template.exp
11288 * gdb.python/py-type.exp
11289 * gdb.python/py-value.exp
11290 * gdb.reverse/solib-precsave.exp
11291 * gdb.reverse/solib-reverse.exp
11292 * gdb.server/solib-list.exp
11293 * gdb.stabs/weird.exp
11294 * gdb.threads/reconnect-signal.exp
11295 * gdb.threads/stepi-random-signal.exp
11296 * gdb.trace/actions.exp
11297 * gdb.trace/ax.exp
11298 * gdb.trace/backtrace.exp
11299 * gdb.trace/change-loc.exp
11300 * gdb.trace/deltrace.exp
11301 * gdb.trace/ftrace-lock.exp
11302 * gdb.trace/ftrace.exp
11303 * gdb.trace/infotrace.exp
11304 * gdb.trace/mi-tracepoint-changed.exp
11305 * gdb.trace/packetlen.exp
11306 * gdb.trace/passcount.exp
11307 * gdb.trace/pending.exp
11308 * gdb.trace/range-stepping.exp
11309 * gdb.trace/report.exp
11310 * gdb.trace/stap-trace.exp
11311 * gdb.trace/tfind.exp
11312 * gdb.trace/trace-break.exp
11313 * gdb.trace/trace-condition.exp
11314 * gdb.trace/trace-enable-disable.exp
11315 * gdb.trace/trace-mt.exp
11316 * gdb.trace/tracecmd.exp
11317 * gdb.trace/tspeed.exp
11318 * gdb.trace/tsv.exp
11319 * lib/perftest.exp
11320
fb9feb35
LM
113212016-12-01 Luis Machado <lgustavo@codesourcery.com>
11322
11323 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
11324 with gdb_test_no_output.
11325 Use command as test name.
11326
cd2ddb6c
LM
113272016-12-01 Luis Machado <lgustavo@codesourcery.com>
11328
11329 Fix test names starting with uppercase throughout the files.
11330
11331 * gdb.ada/assign_1.exp
11332 * gdb.ada/boolean_expr.exp
11333 * gdb.base/arrayidx.exp
11334 * gdb.base/del.exp
11335 * gdb.base/gcore-buffer-overflow.exp
11336 * gdb.base/testenv.exp
11337 * gdb.compile/compile.exp
11338 * gdb.python/py-framefilter-invalidarg.exp
11339 * gdb.python/py-framefilter.exp
11340
bb95117e
LM
113412016-12-01 Luis Machado <lgustavo@codesourcery.com>
11342
11343 Fix test names starting with uppercase throughout the files.
11344
11345 * gdb.ada/array_return.exp
11346 * gdb.ada/expr_delims.exp
11347 * gdb.ada/mi_dyn_arr.exp
11348 * gdb.ada/mi_interface.exp
11349 * gdb.ada/mi_var_array.exp
11350 * gdb.ada/watch_arg.exp
11351 * gdb.arch/alpha-step.exp
11352 * gdb.arch/altivec-regs.exp
11353 * gdb.arch/e500-regs.exp
11354 * gdb.arch/powerpc-d128-regs.exp
11355 * gdb.base/arrayidx.exp
11356 * gdb.base/break.exp
11357 * gdb.base/checkpoint.exp
11358 * gdb.base/debug-expr.exp
11359 * gdb.base/dmsym.exp
11360 * gdb.base/radix.exp
11361 * gdb.base/sepdebug.exp
11362 * gdb.base/testenv.exp
11363 * gdb.base/watch_thread_num.exp
11364 * gdb.base/watchpoint-cond-gone.exp
11365 * gdb.cell/break.exp
11366 * gdb.cell/ea-cache.exp
11367 * gdb.compile/compile.exp
11368 * gdb.cp/gdb2495.exp
11369 * gdb.gdb/selftest.exp
11370 * gdb.gdb/xfullpath.exp
11371 * gdb.go/hello.exp
11372 * gdb.go/integers.exp
11373 * gdb.objc/basicclass.exp
11374 * gdb.pascal/hello.exp
11375 * gdb.pascal/integers.exp
11376 * gdb.python/py-breakpoint.exp
11377 * gdb.python/py-cmd.exp
11378 * gdb.python/py-linetable.exp
11379 * gdb.python/py-xmethods.exp
11380 * gdb.python/python.exp
11381 * gdb.reverse/consecutive-precsave.exp
11382 * gdb.reverse/finish-precsave.exp
11383 * gdb.reverse/i386-precsave.exp
11384 * gdb.reverse/machinestate-precsave.exp
11385 * gdb.reverse/sigall-precsave.exp
11386 * gdb.reverse/solib-precsave.exp
11387 * gdb.reverse/step-precsave.exp
11388 * gdb.reverse/until-precsave.exp
11389 * gdb.reverse/watch-precsave.exp
11390 * gdb.threads/leader-exit.exp
11391 * gdb.threads/pthreads.exp
11392 * gdb.threads/wp-replication.exp
11393 * gdb.trace/actions.exp
11394 * gdb.trace/mi-tsv-changed.exp
11395 * gdb.trace/tsv.exp
11396
de97fdd4
LM
113972016-12-01 Luis Machado <lgustavo@codesourcery.com>
11398
11399 Fix test names starting with uppercase throughout the files.
11400
11401 * gdb.arch/i386-bp_permanent.exp
11402 * gdb.arch/i386-gnu-cfi.exp
11403 * gdb.base/disasm-end-cu.exp
11404 * gdb.base/macscp.exp
11405 * gdb.base/pending.exp
11406 * gdb.base/watch_thread_num.exp
11407 * gdb.cp/exception.exp
11408 * gdb.cp/gdb2495.exp
11409 * gdb.cp/local.exp
11410 * gdb.python/py-evsignal.exp
11411 * gdb.python/python.exp
11412 * gdb.trace/tracecmd.exp
11413
9f058c10
LM
114142016-12-01 Luis Machado <lgustavo@codesourcery.com>
11415
11416 Fix test names starting with uppercase throughout the files.
11417
11418 * gdb.base/charset.exp
11419 * gdb.base/eval.exp
11420 * gdb.base/multi-forks.exp
11421 * gdb.guile/scm-progspace.exp
11422 * gdb.opencl/datatypes.exp
11423 * gdb.python/py-block.exp
11424 * gdb.python/py-function.exp
11425 * gdb.python/py-symbol.exp
11426 * gdb.python/py-symtab.exp
11427 * gdb.python/py-xmethods.exp
11428 * gdb.reverse/break-precsave.exp
11429 * gdb.reverse/break-reverse.exp
11430 * gdb.reverse/consecutive-precsave.exp
11431 * gdb.reverse/consecutive-reverse.exp
11432 * gdb.reverse/finish-precsave.exp
11433 * gdb.reverse/finish-reverse-bkpt.exp
11434 * gdb.reverse/finish-reverse.exp
11435 * gdb.reverse/fstatat-reverse.exp
11436 * gdb.reverse/getresuid-reverse.exp
11437 * gdb.reverse/i386-precsave.exp
11438 * gdb.reverse/i386-reverse.exp
11439 * gdb.reverse/i386-sse-reverse.exp
11440 * gdb.reverse/i387-stack-reverse.exp
11441 * gdb.reverse/insn-reverse.exp
11442 * gdb.reverse/machinestate-precsave.exp
11443 * gdb.reverse/machinestate.exp
11444 * gdb.reverse/next-reverse-bkpt-over-sr.exp
11445 * gdb.reverse/pipe-reverse.exp
11446 * gdb.reverse/readv-reverse.exp
11447 * gdb.reverse/recvmsg-reverse.exp
11448 * gdb.reverse/rerun-prec.exp
11449 * gdb.reverse/s390-mvcle.exp
11450 * gdb.reverse/sigall-precsave.exp
11451 * gdb.reverse/sigall-reverse.exp
11452 * gdb.reverse/solib-precsave.exp
11453 * gdb.reverse/solib-reverse.exp
11454 * gdb.reverse/step-precsave.exp
11455 * gdb.reverse/step-reverse.exp
11456 * gdb.reverse/time-reverse.exp
11457 * gdb.reverse/until-precsave.exp
11458 * gdb.reverse/until-reverse.exp
11459 * gdb.reverse/waitpid-reverse.exp
11460 * gdb.reverse/watch-precsave.exp
11461 * gdb.reverse/watch-reverse.exp
11462
cdc7edd7
LM
114632016-12-01 Luis Machado <lgustavo@codesourcery.com>
11464
11465 Fix test names starting with uppercase throughout the files.
11466
11467 * gdb.arch/i386-mpx-simple_segv.exp
11468 * gdb.arch/i386-mpx.exp
11469 * gdb.arch/i386-permbkpt.exp
11470 * gdb.arch/pa-nullify.exp
11471 * gdb.arch/powerpc-d128-regs.exp
11472 * gdb.arch/vsx-regs.exp
11473 * gdb.base/bfp-test.exp
11474 * gdb.base/break.exp
11475 * gdb.base/breakpoint-shadow.exp
11476 * gdb.base/callfuncs.exp
11477 * gdb.base/charset.exp
11478 * gdb.base/commands.exp
11479 * gdb.base/completion.exp
11480 * gdb.base/dfp-test.exp
11481 * gdb.base/echo.exp
11482 * gdb.base/ending-run.exp
11483 * gdb.base/eval.exp
11484 * gdb.base/expand-psymtabs.exp
11485 * gdb.base/float128.exp
11486 * gdb.base/floatn.exp
11487 * gdb.base/foll-exec-mode.exp
11488 * gdb.base/gdb1056.exp
11489 * gdb.base/gdb11531.exp
11490 * gdb.base/kill-after-signal.exp
11491 * gdb.base/multi-forks.exp
11492 * gdb.base/overlays.exp
11493 * gdb.base/pending.exp
11494 * gdb.base/sepdebug.exp
11495 * gdb.base/testenv.exp
11496 * gdb.base/valgrind-db-attach.exp
11497 * gdb.base/watch_thread_num.exp
11498 * gdb.base/watchpoint-cond-gone.exp
11499 * gdb.base/watchpoint.exp
11500 * gdb.base/watchpoints.exp
11501 * gdb.cp/arg-reference.exp
11502 * gdb.cp/baseenum.exp
11503 * gdb.cp/operator.exp
11504 * gdb.cp/shadow.exp
11505 * gdb.dwarf2/dw2-op-out-param.exp
11506 * gdb.dwarf2/dw2-reg-undefined.exp
11507 * gdb.go/chan.exp
11508 * gdb.go/hello.exp
11509 * gdb.go/integers.exp
11510 * gdb.go/methods.exp
11511 * gdb.go/package.exp
11512 * gdb.guile/scm-parameter.exp
11513 * gdb.guile/scm-progspace.exp
11514 * gdb.guile/scm-value.exp
11515 * gdb.mi/mi-pending.exp
11516 * gdb.mi/user-selected-context-sync.exp
11517 * gdb.multi/multi-attach.exp
11518 * gdb.multi/tids.exp
11519 * gdb.opt/clobbered-registers-O2.exp
11520 * gdb.pascal/floats.exp
11521 * gdb.pascal/integers.exp
11522 * gdb.python/py-block.exp
11523 * gdb.python/py-events.exp
11524 * gdb.python/py-parameter.exp
11525 * gdb.python/py-symbol.exp
11526 * gdb.python/py-symtab.exp
11527 * gdb.python/py-type.exp
11528 * gdb.python/py-value.exp
11529 * gdb.python/py-xmethods.exp
11530 * gdb.python/python.exp
11531 * gdb.reverse/break-precsave.exp
11532 * gdb.reverse/consecutive-precsave.exp
11533 * gdb.reverse/finish-precsave.exp
11534 * gdb.reverse/i386-precsave.exp
11535 * gdb.reverse/machinestate-precsave.exp
11536 * gdb.reverse/sigall-precsave.exp
11537 * gdb.reverse/solib-precsave.exp
11538 * gdb.reverse/step-precsave.exp
11539 * gdb.reverse/until-precsave.exp
11540 * gdb.reverse/watch-precsave.exp
11541 * gdb.server/ext-attach.exp
11542 * gdb.server/ext-restart.exp
11543 * gdb.server/ext-run.exp
11544 * gdb.server/ext-wrapper.exp
11545 * gdb.stabs/gdb11479.exp
11546 * gdb.stabs/weird.exp
11547 * gdb.threads/attach-many-short-lived-threads.exp
11548 * gdb.threads/kill.exp
11549 * gdb.threads/watchpoint-fork.exp
11550
bc6c7af4
LM
115512016-12-01 Luis Machado <lgustavo@codesourcery.com>
11552
11553 Fix test names starting with uppercase throughout all the files below.
11554
11555 * gdb.ada/array_return.exp
11556 * gdb.ada/catch_ex.exp
11557 * gdb.ada/info_exc.exp
11558 * gdb.ada/mi_catch_ex.exp
11559 * gdb.ada/mi_dyn_arr.exp
11560 * gdb.ada/mi_ex_cond.exp
11561 * gdb.ada/mi_exc_info.exp
11562 * gdb.ada/mi_interface.exp
11563 * gdb.ada/mi_task_arg.exp
11564 * gdb.ada/mi_task_info.exp
11565 * gdb.ada/mi_var_array.exp
11566 * gdb.arch/alpha-step.exp
11567 * gdb.arch/amd64-disp-step.exp
11568 * gdb.arch/arm-disp-step.exp
11569 * gdb.arch/disp-step-insn-reloc.exp
11570 * gdb.arch/e500-prologue.exp
11571 * gdb.arch/ftrace-insn-reloc.exp
11572 * gdb.arch/gdb1558.exp
11573 * gdb.arch/i386-bp_permanent.exp
11574 * gdb.arch/i386-disp-step.exp
11575 * gdb.arch/i386-float.exp
11576 * gdb.arch/i386-gnu-cfi.exp
11577 * gdb.arch/ia64-breakpoint-shadow.exp
11578 * gdb.arch/mips16-thunks.exp
11579 * gdb.arch/pa-nullify.exp
11580 * gdb.arch/powerpc-aix-prologue.exp
11581 * gdb.arch/powerpc-power.exp
11582 * gdb.arch/ppc-dfp.exp
11583 * gdb.arch/s390-tdbregs.exp
11584 * gdb.arch/spu-info.exp
11585 * gdb.arch/spu-ls.exp
11586 * gdb.arch/thumb-bx-pc.exp
11587 * gdb.base/advance.exp
11588 * gdb.base/annota-input-while-running.exp
11589 * gdb.base/arrayidx.exp
11590 * gdb.base/asmlabel.exp
11591 * gdb.base/async.exp
11592 * gdb.base/attach-wait-input.exp
11593 * gdb.base/auto-connect-native-target.exp
11594 * gdb.base/batch-preserve-term-settings.exp
11595 * gdb.base/bfp-test.exp
11596 * gdb.base/bigcore.exp
11597 * gdb.base/bp-permanent.exp
11598 * gdb.base/break-always.exp
11599 * gdb.base/break-fun-addr.exp
11600 * gdb.base/break-idempotent.exp
11601 * gdb.base/break-main-file-remove-fail.exp
11602 * gdb.base/break-probes.exp
11603 * gdb.base/break-unload-file.exp
11604 * gdb.base/break.exp
11605 * gdb.base/call-ar-st.exp
11606 * gdb.base/call-rt-st.exp
11607 * gdb.base/call-sc.exp
11608 * gdb.base/call-signal-resume.exp
11609 * gdb.base/call-strs.exp
11610 * gdb.base/callexit.exp
11611 * gdb.base/callfuncs.exp
11612 * gdb.base/catch-gdb-caused-signals.exp
11613 * gdb.base/catch-signal-siginfo-cond.exp
11614 * gdb.base/catch-syscall.exp
11615 * gdb.base/compare-sections.exp
11616 * gdb.base/cond-eval-mode.exp
11617 * gdb.base/condbreak-call-false.exp
11618 * gdb.base/consecutive-step-over.exp
11619 * gdb.base/cursal.exp
11620 * gdb.base/disabled-location.exp
11621 * gdb.base/disasm-end-cu.exp
11622 * gdb.base/display.exp
11623 * gdb.base/double-prompt-target-event-error.exp
11624 * gdb.base/dprintf-bp-same-addr.exp
11625 * gdb.base/dprintf-detach.exp
11626 * gdb.base/dprintf-next.exp
11627 * gdb.base/dprintf-non-stop.exp
11628 * gdb.base/dprintf-pending.exp
11629 * gdb.base/dso2dso.exp
11630 * gdb.base/ending-run.exp
11631 * gdb.base/enum_cond.exp
11632 * gdb.base/examine-backward.exp
11633 * gdb.base/exe-lock.exp
11634 * gdb.base/exec-invalid-sysroot.exp
11635 * gdb.base/execl-update-breakpoints.exp
11636 * gdb.base/execution-termios.exp
11637 * gdb.base/fileio.exp
11638 * gdb.base/fixsection.exp
11639 * gdb.base/foll-exec-mode.exp
11640 * gdb.base/foll-exec.exp
11641 * gdb.base/fork-running-state.exp
11642 * gdb.base/frame-args.exp
11643 * gdb.base/fullpath-expand.exp
11644 * gdb.base/func-ptr.exp
11645 * gdb.base/gcore-relro-pie.exp
11646 * gdb.base/gdb1090.exp
11647 * gdb.base/gdb1555.exp
11648 * gdb.base/global-var-nested-by-dso.exp
11649 * gdb.base/gnu-ifunc.exp
11650 * gdb.base/hbreak-in-shr-unsupported.exp
11651 * gdb.base/hbreak-unmapped.exp
11652 * gdb.base/hook-stop.exp
11653 * gdb.base/infcall-input.exp
11654 * gdb.base/info-fun.exp
11655 * gdb.base/info-shared.exp
11656 * gdb.base/interrupt-noterm.exp
11657 * gdb.base/jit-so.exp
11658 * gdb.base/jit.exp
11659 * gdb.base/line-symtabs.exp
11660 * gdb.base/list.exp
11661 * gdb.base/longjmp.exp
11662 * gdb.base/macscp.exp
11663 * gdb.base/max-value-size.exp
11664 * gdb.base/nodebug.exp
11665 * gdb.base/nofield.exp
11666 * gdb.base/overlays.exp
11667 * gdb.base/paginate-after-ctrl-c-running.exp
11668 * gdb.base/paginate-bg-execution.exp
11669 * gdb.base/paginate-inferior-exit.exp
11670 * gdb.base/pending.exp
11671 * gdb.base/pr11022.exp
11672 * gdb.base/printcmds.exp
11673 * gdb.base/ptr-typedef.exp
11674 * gdb.base/ptype.exp
11675 * gdb.base/randomize.exp
11676 * gdb.base/range-stepping.exp
11677 * gdb.base/realname-expand.exp
11678 * gdb.base/relativedebug.exp
11679 * gdb.base/remote.exp
11680 * gdb.base/savedregs.exp
11681 * gdb.base/sepdebug.exp
11682 * gdb.base/set-noassign.exp
11683 * gdb.base/shlib-call.exp
11684 * gdb.base/shreloc.exp
11685 * gdb.base/sigaltstack.exp
11686 * gdb.base/sigbpt.exp
11687 * gdb.base/siginfo-addr.exp
11688 * gdb.base/siginfo-obj.exp
11689 * gdb.base/siginfo-thread.exp
11690 * gdb.base/signest.exp
11691 * gdb.base/signull.exp
11692 * gdb.base/sigrepeat.exp
11693 * gdb.base/skip.exp
11694 * gdb.base/so-impl-ld.exp
11695 * gdb.base/solib-corrupted.exp
11696 * gdb.base/solib-disc.exp
11697 * gdb.base/solib-display.exp
11698 * gdb.base/solib-overlap.exp
11699 * gdb.base/solib-search.exp
11700 * gdb.base/solib-symbol.exp
11701 * gdb.base/source-execution.exp
11702 * gdb.base/sss-bp-on-user-bp-2.exp
11703 * gdb.base/sss-bp-on-user-bp.exp
11704 * gdb.base/stack-checking.exp
11705 * gdb.base/stale-infcall.exp
11706 * gdb.base/step-break.exp
11707 * gdb.base/step-line.exp
11708 * gdb.base/step-over-exit.exp
11709 * gdb.base/step-test.exp
11710 * gdb.base/structs.exp
11711 * gdb.base/sym-file.exp
11712 * gdb.base/symtab-search-order.exp
11713 * gdb.base/term.exp
11714 * gdb.base/type-opaque.exp
11715 * gdb.base/unload.exp
11716 * gdb.base/until-nodebug.exp
11717 * gdb.base/until.exp
11718 * gdb.base/unwindonsignal.exp
11719 * gdb.base/watch-cond.exp
11720 * gdb.base/watch-non-mem.exp
11721 * gdb.base/watch_thread_num.exp
11722 * gdb.base/watchpoint-reuse-slot.exp
11723 * gdb.base/watchpoint-solib.exp
11724 * gdb.base/watchpoint.exp
11725 * gdb.btrace/dlopen.exp
11726 * gdb.cell/arch.exp
11727 * gdb.cell/break.exp
11728 * gdb.cell/bt.exp
11729 * gdb.cell/core.exp
11730 * gdb.cell/data.exp
11731 * gdb.cell/dwarfaddr.exp
11732 * gdb.cell/ea-cache.exp
11733 * gdb.cell/ea-standalone.exp
11734 * gdb.cell/ea-test.exp
11735 * gdb.cell/f-regs.exp
11736 * gdb.cell/fork.exp
11737 * gdb.cell/gcore.exp
11738 * gdb.cell/mem-access.exp
11739 * gdb.cell/ptype.exp
11740 * gdb.cell/registers.exp
11741 * gdb.cell/sizeof.exp
11742 * gdb.cell/solib-symbol.exp
11743 * gdb.cell/solib.exp
11744 * gdb.compile/compile-tls.exp
11745 * gdb.cp/exception.exp
11746 * gdb.cp/gdb2495.exp
11747 * gdb.cp/local.exp
11748 * gdb.cp/mb-inline.exp
11749 * gdb.cp/mb-templates.exp
11750 * gdb.cp/pr10687.exp
11751 * gdb.cp/pr9167.exp
11752 * gdb.cp/scope-err.exp
11753 * gdb.cp/templates.exp
11754 * gdb.cp/virtfunc.exp
11755 * gdb.dwarf2/dw2-dir-file-name.exp
11756 * gdb.dwarf2/dw2-single-line-discriminators.exp
11757 * gdb.fortran/complex.exp
11758 * gdb.fortran/library-module.exp
11759 * gdb.guile/guile.exp
11760 * gdb.guile/scm-cmd.exp
11761 * gdb.guile/scm-frame-inline.exp
11762 * gdb.guile/scm-objfile.exp
11763 * gdb.guile/scm-pretty-print.exp
11764 * gdb.guile/scm-symbol.exp
11765 * gdb.guile/scm-type.exp
11766 * gdb.guile/scm-value.exp
11767 * gdb.linespec/keywords.exp
11768 * gdb.linespec/ls-errs.exp
11769 * gdb.linespec/macro-relative.exp
11770 * gdb.linespec/thread.exp
11771 * gdb.mi/mi-breakpoint-changed.exp
11772 * gdb.mi/mi-dprintf-pending.exp
11773 * gdb.mi/mi-fullname-deleted.exp
11774 * gdb.mi/mi-logging.exp
11775 * gdb.mi/mi-pending.exp
11776 * gdb.mi/mi-solib.exp
11777 * gdb.mi/new-ui-mi-sync.exp
11778 * gdb.mi/user-selected-context-sync.exp
11779 * gdb.multi/dummy-frame-restore.exp
11780 * gdb.multi/multi-arch-exec.exp
11781 * gdb.multi/remove-inferiors.exp
11782 * gdb.multi/watchpoint-multi-exit.exp
11783 * gdb.opt/solib-intra-step.exp
11784 * gdb.perf/backtrace.exp
11785 * gdb.perf/single-step.exp
11786 * gdb.perf/skip-command.exp
11787 * gdb.perf/skip-prologue.exp
11788 * gdb.perf/solib.exp
11789 * gdb.python/lib-types.exp
11790 * gdb.python/py-as-string.exp
11791 * gdb.python/py-bad-printers.exp
11792 * gdb.python/py-block.exp
11793 * gdb.python/py-breakpoint.exp
11794 * gdb.python/py-cmd.exp
11795 * gdb.python/py-events.exp
11796 * gdb.python/py-evthreads.exp
11797 * gdb.python/py-finish-breakpoint.exp
11798 * gdb.python/py-finish-breakpoint2.exp
11799 * gdb.python/py-frame-inline.exp
11800 * gdb.python/py-frame.exp
11801 * gdb.python/py-inferior.exp
11802 * gdb.python/py-infthread.exp
11803 * gdb.python/py-mi.exp
11804 * gdb.python/py-objfile.exp
11805 * gdb.python/py-pp-maint.exp
11806 * gdb.python/py-pp-registration.exp
11807 * gdb.python/py-prettyprint.exp
11808 * gdb.python/py-recurse-unwind.exp
11809 * gdb.python/py-shared.exp
11810 * gdb.python/py-symbol.exp
11811 * gdb.python/py-symtab.exp
11812 * gdb.python/py-template.exp
11813 * gdb.python/py-type.exp
11814 * gdb.python/py-unwind-maint.exp
11815 * gdb.python/py-unwind.exp
11816 * gdb.python/py-value.exp
11817 * gdb.python/python.exp
11818 * gdb.reverse/finish-reverse-bkpt.exp
11819 * gdb.reverse/insn-reverse.exp
11820 * gdb.reverse/next-reverse-bkpt-over-sr.exp
11821 * gdb.reverse/solib-precsave.exp
11822 * gdb.reverse/solib-reverse.exp
11823 * gdb.stabs/gdb11479.exp
11824 * gdb.stabs/weird.exp
11825 * gdb.threads/fork-child-threads.exp
11826 * gdb.threads/fork-plus-threads.exp
11827 * gdb.threads/fork-thread-pending.exp
11828 * gdb.threads/forking-threads-plus-breakpoint.exp
11829 * gdb.threads/hand-call-in-threads.exp
11830 * gdb.threads/interrupted-hand-call.exp
11831 * gdb.threads/linux-dp.exp
11832 * gdb.threads/local-watch-wrong-thread.exp
11833 * gdb.threads/next-while-other-thread-longjmps.exp
11834 * gdb.threads/non-ldr-exit.exp
11835 * gdb.threads/pending-step.exp
11836 * gdb.threads/print-threads.exp
11837 * gdb.threads/process-dies-while-detaching.exp
11838 * gdb.threads/process-dies-while-handling-bp.exp
11839 * gdb.threads/pthreads.exp
11840 * gdb.threads/queue-signal.exp
11841 * gdb.threads/reconnect-signal.exp
11842 * gdb.threads/signal-command-handle-nopass.exp
11843 * gdb.threads/signal-command-multiple-signals-pending.exp
11844 * gdb.threads/signal-delivered-right-thread.exp
11845 * gdb.threads/signal-sigtrap.exp
11846 * gdb.threads/sigthread.exp
11847 * gdb.threads/staticthreads.exp
11848 * gdb.threads/stepi-random-signal.exp
11849 * gdb.threads/thread-unwindonsignal.exp
11850 * gdb.threads/thread_check.exp
11851 * gdb.threads/thread_events.exp
11852 * gdb.threads/tid-reuse.exp
11853 * gdb.threads/tls-nodebug.exp
11854 * gdb.threads/tls-shared.exp
11855 * gdb.threads/tls-so_extern.exp
11856 * gdb.threads/tls.exp
11857 * gdb.threads/wp-replication.exp
11858 * gdb.trace/actions-changed.exp
11859 * gdb.trace/actions.exp
11860 * gdb.trace/backtrace.exp
11861 * gdb.trace/change-loc.exp
11862 * gdb.trace/collection.exp
11863 * gdb.trace/deltrace.exp
11864 * gdb.trace/disconnected-tracing.exp
11865 * gdb.trace/entry-values.exp
11866 * gdb.trace/ftrace-lock.exp
11867 * gdb.trace/ftrace.exp
11868 * gdb.trace/infotrace.exp
11869 * gdb.trace/mi-trace-frame-collected.exp
11870 * gdb.trace/mi-trace-unavailable.exp
11871 * gdb.trace/mi-traceframe-changed.exp
11872 * gdb.trace/mi-tracepoint-changed.exp
11873 * gdb.trace/mi-tsv-changed.exp
11874 * gdb.trace/no-attach-trace.exp
11875 * gdb.trace/packetlen.exp
11876 * gdb.trace/passc-dyn.exp
11877 * gdb.trace/passcount.exp
11878 * gdb.trace/pending.exp
11879 * gdb.trace/pr16508.exp
11880 * gdb.trace/qtro.exp
11881 * gdb.trace/range-stepping.exp
11882 * gdb.trace/read-memory.exp
11883 * gdb.trace/report.exp
11884 * gdb.trace/save-trace.exp
11885 * gdb.trace/signal.exp
11886 * gdb.trace/stap-trace.exp
11887 * gdb.trace/status-stop.exp
11888 * gdb.trace/strace.exp
11889 * gdb.trace/tfile.exp
11890 * gdb.trace/tfind.exp
11891 * gdb.trace/trace-break.exp
11892 * gdb.trace/trace-condition.exp
11893 * gdb.trace/trace-enable-disable.exp
11894 * gdb.trace/trace-mt.exp
11895 * gdb.trace/tracecmd.exp
11896 * gdb.trace/tracefile-pseudo-reg.exp
11897 * gdb.trace/tspeed.exp
11898 * gdb.trace/tstatus.exp
11899 * gdb.trace/tsv.exp
11900 * gdb.trace/unavailable.exp
11901 * gdb.trace/while-dyn.exp
11902 * gdb.trace/while-stepping.exp
11903 * lib/gdb-guile.exp
11904 * lib/gdb.exp
11905 * lib/mi-support.exp
11906 * lib/pascal.exp
11907 * lib/perftest.exp
11908 * lib/prelink-support.exp
11909 * lib/selftest-support.exp
11910
ad02e4fe
SM
119112016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
11912
11913 * Makefile.in: Include disable-implicit-rules.mk.
11914
22347e55
AA
119152016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
11916
11917 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
11918 non-byte-aligned bit fields.
11919
da5b30da
AA
119202016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
11921
11922 PR gdb/12616
11923 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
11924 respects the DW_AT_data_bit_offset attribute.
11925
b593ecca
SM
119262016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
11927
11928 * gdb.base/default.exp: Fix output of "set language".
11929
3b165252
SM
119302016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
11931
11932 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
11933 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
11934 make.
11935 * configure.ac: Remove checks for the make program.
11936 * configure: Re-generate.
11937
1a2f3d7f
KB
119382016-11-16 Kevin Buettner <kevinb@redhat.com>
11939
11940 * gdb.python/py-recurse-unwind.c (main): Add loop.
11941 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
11942 to read_register() and gdb.parse_and_eval(). Make each code
11943 call a separate case that can be individually tested.
11944 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
11945 proc. Call cont_and_backtrace for each of the code paths that
11946 we want to test in the unwinder.
11947
b7f38fda
AA
119482016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
11949
11950 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
11951 the definition of struct S.
11952
1f8db343
CM
119532016-11-11 Catherine Moore <clm@codesourcery.com>
11954
11955 * gdb.base/dump.exp: Identify verilog format dump tests as such.
11956
fad0c9fb
PA
119572016-11-09 Pedro Alves <palves@redhat.com>
11958
11959 * gdb.base/commands.exp (runto_or_return): New procedure.
11960 (gdbvar_simple_if_test, gdbvar_simple_while_test)
11961 (gdbvar_complex_if_while_test, progvar_simple_if_test)
11962 (progvar_simple_while_test, progvar_complex_if_while_test)
11963 (if_while_breakpoint_command_test)
11964 (infrun_breakpoint_command_test, breakpoint_command_test)
11965 (user_defined_command_test, watchpoint_command_test)
11966 (test_command_prompt_position, redefine_hook_test)
11967 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
11968 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
11969 multi_line_input and multi_line. Remove gdb_expect and
11970 gdb_stop_suppressing_tests uses.
11971 * lib/gdb.exp (valnum_re): New global.
11972 (multi_line_input): New procedure.
11973
8354c62c
SM
119742016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
11975
11976 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
11977 Remove.
11978 (test_setup): Define with proc_with_prefix.
11979 (test_cli_inferior): Likewise.
11980 (test_cli_thread): Likewise.
11981 (test_cli_frame): Likewise.
11982 (test_cli_select_frame): Likewise.
11983 (test_cli_up_down): Likewise.
11984 (test_mi_thread_select): Likewise.
11985 (test_mi_stack_select_frame): Likewise.
11986 (test_cli_in_mi_inferior): Likewise.
11987 (test_cli_in_mi_thread): Likewise.
11988 (test_cli_in_mi_frame): Likewise.
11989 (top level): Do not use with_test_prefix_procname.
11990
64f367a2
PA
119912016-11-09 Pedro Alves <palves@redhat.com>
11992
11993 * gdb.base/commands.exp (gdbvar_simple_if_test)
11994 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
11995 (progvar_simple_if_test, progvar_simple_while_test)
11996 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
11997 (infrun_breakpoint_command_test, breakpoint_command_test)
11998 (user_defined_command_test, watchpoint_command_test)
11999 (test_command_prompt_position, deprecated_command_test)
12000 (bp_deleted_in_command, temporary_breakpoint_commands)
12001 (stray_arg0_test, source_file_with_indented_comment)
12002 (recursive_source_test, if_commands_test)
12003 (error_clears_commands_left, redefine_hook_test)
12004 (redefine_backtrace_test): Use proc_with_prefix.
12005 * lib/gdb.exp (proc_with_prefix): New proc.
12006
0bb65f1e
AA
120072016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
12008
12009 * gdb.base/tui-layout.c: New file.
12010 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
12011 disassembly window contains very long lines.
12012
7353f247
TT
120132016-11-08 Tom Tromey <tom@tromey.com>
12014
12015 * gdb.python/py-value.exp (test_value_creation): Make "long" test
12016 depend on Python 2.
12017
30a7bb83
TT
120182016-11-08 Tom Tromey <tom@tromey.com>
12019
12020 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
12021 New method.
12022
cdf5a07c
MG
120232016-10-29 Manish Goregaokar <manish@mozilla.com>
12024
2806dc7e 12025 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
cdf5a07c 12026
51a789c3
MG
120272016-10-27 Manish Goregaokar <manish@mozilla.com>
12028
2806dc7e
PA
12029 * gdb.rust/simple.rs: Add test for univariant enums without
12030 discriminants and for encoded struct-like enums.
51a789c3 12031
f610ab6d
PA
120322016-10-28 Pedro Alves <palves@redhat.com>
12033
12034 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
12035 gdb_test_multiple, tighten regexps and match symtabs and line
12036 tables incrementally.
12037
b129b0ca
LM
120382016-10-28 Luis Machado <lgustavo@codesourcery.com>
12039
12040 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
12041 general.
12042
ecf45d2c
SL
120432016-10-25 Luis Machado <lgustavo@codesourcery.com>
12044
12045 * gdb.base/exec-invalid-sysroot.exp: New file.
12046
b8d38ee4
JK
120472016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
12048
12049 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
12050
f90fd8c2
JK
120512016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
12052
12053 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
12054
2d2476aa
MR
120552016-10-19 Maciej W. Rozycki <macro@imgtec.com>
12056
2806dc7e
PA
12057 * gdb.base/killed-outside.exp: Remove $options from a call to
12058 `prepare_for_testing'.
2d2476aa 12059
e42b25a0
SM
120602016-10-17 Simon Marchi <simon.marchi@ericsson.com>
12061
12062 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
12063 Change test message.
12064
3ccdb432
SM
120652016-10-17 Simon Marchi <simon.marchi@ericsson.com>
12066
12067 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
12068 Update comment.
12069
5bad3170
SM
120702016-10-17 Simon Marchi <simon.marchi@ericsson.com>
12071
12072 * gdb.trace/mi-trace-save.exp: New file.
12073
5ad9dba7
YQ
120742016-10-13 Yao Qi <yao.qi@linaro.org>
12075
12076 * gdb.base/code_elim.exp (get_var_address): Remove.
12077 * gdb.base/relocate.exp: Likewise.
12078 * gdb.base/shreloc.exp: Likewise.
12079 * lib/gdb.exp (get_var_address): New.
12080
62df7e21
YQ
120812016-10-13 Yao Qi <yao.qi@linaro.org>
12082
12083 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
12084 floating point tests if $skip_float_test is false.
12085
4dac951e
LM
120862016-10-12 Luis Machado <lgustavo@codesourcery.com>
12087
12088 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
12089 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
12090 argc values.
12091 Add 1 to argc so we guarantee distinct initial/modified argc values.
12092
8f1a8fc4
JK
120932016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
12094
12095 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
12096
16c85b5d
JK
120972016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
12098
12099 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
12100 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
12101 * gdb.arch/vsx-regs.exp: Likewise.
12102
1d0e042a
YQ
121032016-10-07 Yao Qi <yao.qi@linaro.org>
12104
12105 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
12106
68dadef5
MM
121072016-10-07 Markus Metzger <markus.t.metzger@intel.com>
12108
12109 * gdb.python/python.exp: Test decode_line("*0").
12110
33fa2c6e
DE
121112016-10-06 Doug Evans <dje@google.com>
12112
12113 * gdb.python/py-value.exp (test_value_creation): Add test for large
12114 unsigned 64-bit value.
12115
9c37b5ae
TT
121162016-10-06 Tom Tromey <tom@tromey.com>
12117
12118 * gdb.compile/compile.exp: Change java tests to rust.
12119 * gdb.base/setshow.exp: Change java tests to rust.
12120 * gdb.base/default.exp: Remove java from language list.
12121 * README (Examples): Update language example.
12122 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
12123 test.
12124 * lib/gdb.exp (skip_java_tests): Remove.
12125 * lib/java.exp: Remove.
12126 * gdb.java: Remove.
12127
78b86327
MR
121282016-10-06 Maciej W. Rozycki <macro@imgtec.com>
12129
12130 * gdb.arch/mips-fcr.exp: New test.
12131 * gdb.arch/mips-fcr.c: Source for the new test.
12132
7470adbb
MR
121332016-10-06 Maciej W. Rozycki <macro@imgtec.com>
12134
12135 * gdb.base/solib-disc.exp: Use `standard_output_file'
12136 throughout.
12137
4a556533
PA
121382016-10-06 Pedro Alves <palves@redhat.com>
12139
12140 * gdb.base/jit-simple-dl.c: New file.
12141 * gdb.base/jit-simple-jit.c: New file, factored out from ...
12142 * gdb.base/jit-simple.c: ... this.
12143 * gdb.base/jit-simple.exp (jit_run): Delete.
12144 (build_jit): New proc.
12145 (jit_test_reread): Recompile either the main program or the shared
12146 library, depending on what is being tested. Skip changing address
12147 if caller wants to. Compare before/after addresses. If testing
12148 standalone, explicitly load the binary. Test "maint info
12149 breakpoints".
12150 (top level): Add "standalone vs shared lib" and "change address"
12151 vs "same address" axes.
12152
5a122fbc
PA
121532016-10-06 Pedro Alves <palves@redhat.com>
12154
12155 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
12156 call.
12157 (jit_run): Delete.
12158 (jit_test_reread): Use with_test_prefix. Reload the main binary
12159 explicitly. Compare the before/after addresses of the JIT
12160 descriptor.
12161
ee8da4b8
DE
121622016-08-15 Doug Evans <dje@google.com>
12163
12164 * gdb.xml/extra-regs.xml: Update, end field now required, default type
12165 for single bitfields is bool.
12166 * gdb.xml/tdesc-regs.exp: Ditto.
12167
f389f6fe
JK
121682016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
12169
12170 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
12171
fdebf1a4
YQ
121722016-10-05 Yao Qi <yao.qi@linaro.org>
12173
12174 * lib/gdb.exp (support_complex_tests): Return zero if
12175 gdb_skip_float_test return true.
12176
9c36d954 121772016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2806dc7e 12178 Simon Marchi <simon.marchi@ericsson.com>
9c36d954
AT
12179
12180 PR gdb/20487
12181 * gdb.mi/user-selected-context-sync.exp: New file.
12182 * gdb.mi/user-selected-context-sync.c: New file.
12183
4034d0ff 121842016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2806dc7e 12185 Simon Marchi <simon.marchi@ericsson.com>
4034d0ff
AT
12186
12187 PR gdb/20487
12188 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
12189 =thread-select-event check.
12190
a4297203
PB
121912016-09-29 Peter Bergner <bergner@vnet.ibm.com>
12192
12193 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
12194 the compulsory L operand changes.
12195 * gdb.arch/powerpc-power.s: Likewise.
12196
bb805577
JK
121972016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
12198
12199 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
12200 * gdb.base/jit-attach-pie.c: New file.
12201 * gdb.base/jit-attach-pie.exp: New file.
12202
6d61dee5
PA
122032016-09-28 Pedro Alves <palves@redhat.com>
12204
12205 * gdb.base/infcall-input.c: New file.
12206 * gdb.base/infcall-input.exp: New file.
12207
f73842fc
YQ
122082016-09-22 Yao Qi <yao.qi@linaro.org>
12209
12210 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
12211 (gdb_exit): Rename it to ...
12212 (gdbserver_gdb_exit): ... Close GDBserver.
12213 (gdb_exit): New proc, call gdbserver_gdb_exit.
12214 (mi_gdb_exit): Likewise.
12215
90681dab
YQ
122162016-09-22 Yao Qi <yao.qi@linaro.org>
12217
12218 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
12219 path.
12220 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
12221 Remove duplication.
12222
9c211fd8
YQ
122232016-09-22 Yao Qi <yao.qi@linaro.org>
12224
12225 * lib/gdbserver-support.exp: Check the existence of
12226 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
12227
ad0a504f
AK
122282016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
12229
12230 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
12231
36cf1806
TT
122322016-09-21 Tom Tromey <tom@tromey.com>
12233
12234 PR gdb/20604:
12235 * gdb.base/quit.exp: New file.
12236
74172ecf
SM
122372016-09-21 Simon Marchi <simon.marchi@ericsson.com>
12238
12239 * .gitignore: New file.
12240
3d0ec882
MR
122412016-09-21 Maciej W. Rozycki <macro@imgtec.com>
12242
12243 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
12244 throughout.
12245
8193adea
AA
122462016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
12247
12248 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
12249
d41a5c09
JK
122502016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
12251
12252 * gdb.cp/casts.cc (decltype): Move it ...
12253 (main): ... with its call to ...
12254 * gdb.cp/casts03.cc: ... a new file.
12255 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
12256
d2dfe700
JK
122572016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
12258
12259 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
12260
e2a92b16
PB
122612016-09-15 Peter Bergner <bergner@vnet.ibm.com>
12262
12263 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
12264 and sync up the test with tests in gas/testsuite/gas/ppc.
12265 * gdb.arch/powerpc-power.exp: Likewise.
12266
49b4de64
JK
122672016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
12268
12269 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
12270
2c29df25
SDJ
122712016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
12272 Jan Kratochvil <jan.kratochvil@redhat.com>
12273
12274 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
12275 make m1's definition to be different from m2's. Use 'dummy' as an
12276 argument for probe 'two'.
12277
cc3c2846
JB
122782016-09-10 Jon Beniston <jon@beniston.com>
12279
12280 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
12281 for sim target.
12282
e1b2624a
AA
122832016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
12284
12285 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
12286 variable declaration.
12287 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
12288 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
12289 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
12290 received HWCAP as its argument.
12291
4295e285
PA
122922016-09-06 Pedro Alves <palves@redhat.com>
12293
12294 * gdb.base/new-ui-pending-input.c: New file.
12295 * gdb.base/new-ui-pending-input.exp: New file.
12296 * gdb.exp (clear_gdb_spawn_id): New procedure.
12297 (with_spawn_id): Check whether gdb_spawn_id exists before
12298 referencing it. If gdb_spawn_id didn't exist on entry, clear it
12299 on exit.
12300
00d5215e
UW
123012016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
12302
12303 * gdb.base/float128.c: New file.
12304 * gdb.base/float128.exp: Likewise.
12305 * gdb.base/floatn.c: Likewise.
12306 * gdb.base/floatn.exp: Likewise.
12307
a9ff5f12
UW
123082016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
12309
12310 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
12311
f245535c
PA
123122016-09-05 Pedro Alves <palves@redhat.com>
12313
12314 PR backtrace/19927
12315 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
12316 unwinders are immediately called as side effect of "source" or
12317 "disable unwinder" commands.
12318 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
12319
ae9cf263
YQ
123202016-09-02 Yao Qi <yao.qi@linaro.org>
12321
12322 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
12323 is true and $type is "float" or "double".
12324
27aba047
YQ
123252016-09-02 Yao Qi <yao.qi@linaro.org>
12326
12327 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
12328 true.
12329 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
12330 * gdb.base/call-rt-st.exp: Likewise.
12331 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
12332 return value instead of gdb,skip_float_test.
12333 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
12334 (do_function_calls): Use its return value instead of
12335 gdb,skip_float_test.
12336 * gdb.base/finish.exp: Likewise.
12337 * gdb.base/funcargs.exp: Likewise.
12338 * gdb.base/return.exp: Likewise.
12339 * gdb.base/return2.exp: Likewise.
12340 * gdb.base/varargs.exp: Likewise.
12341 * lib/gdb.exp (gdb_skip_float_test): Change it to
12342 gdb_caching_proc. Detect the broken ptrace on arm-linux.
12343
5af962df
AA
123442016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
12345
12346 * gdb.multi/tids.exp: Test "thread apply all".
12347
7fac6910
JK
123482016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
12349
12350 * gdb.base/default.exp (tty): Remove.
12351
bb1fe4ac
KB
123522016-08-24 Kevin Buettner <kevinb@redhat.com>
12353
2806dc7e
PA
12354 * gdb.python/py-recurse-unwind.c: New file.
12355 * gdb.python/py-recurse-unwind.py: New file.
12356 * gdb.python/py-recurse-unwind.exp: New file.
bb1fe4ac 12357
0a1ddfa6
SM
123582016-08-24 Simon Marchi <simon.marchi@ericsson.com>
12359
12360 * gdb.base/set-inferior-tty.exp: New file.
12361 * gdb.base/set-inferior-tty.c: New file.
12362
d9de1fe3
PA
123632016-08-23 Pedro Alves <palves@redhat.com>
12364
12365 PR gdb/20494
12366 * gdb.base/new-ui-echo.c: New file.
12367 * gdb.base/new-ui-echo.exp: New file.
12368
e9d9abd7
YQ
123692016-08-23 Yao Qi <yao.qi@linaro.org>
12370
12371 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
12372 gdbserver_spawn.
12373 * gdb.server/connect-without-multi-process.exp (do_test):
12374 Likewise.
12375
3589529e
YQ
123762016-08-23 Yao Qi <yao.qi@linaro.org>
12377
12378 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
12379 standalone_txt. Delete gdb_txt and standalone_txt on host
12380 and target. Spawn the binary on target. Copy files from
12381 target to host.
12382
6bb90213
PA
123832016-08-22 Pedro Alves <palves@redhat.com>
12384
12385 PR gdb/20505
12386 * gdb.base/vdso-warning.exp: Test core dumps too. Use
12387 with_test_prefix. Factor out bits to ...
12388 (test_no_vdso): ... this new procedure.
12389
20c2c024
CL
123902016-08-19 Carl Love <cel@us.ibm.com>
12391
12392 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
12393 maintaining separate logic for constructing the output path.
12394 * gdb.arch/powerpc-d128-regs.exp: Likewise.
12395 * gdb.arch/ppc-dfp.exp: Likewise.
12396 * gdb.arch/ppc-fp.exp: Likewise.
12397 * gdb.arch/vsx-regs.exp: Likewise.
12398 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
12399 binprefix for generating the additional binary files.
12400
0646e07d
PA
124012016-08-19 Pedro Alves <palves@redhat.com>
12402
12403 * gdb.trace/mi-trace-frame-collected.exp
12404 (test_trace_frame_collected): On x32, expect two registers.
12405
46da9242
CL
124062016-08-18 Carl Love <cel@us.ibm.com>
12407
12408 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
12409 and sync up the test with tests in gas/testsuite/gas/ppc.
12410 * gdb.arch/powerpc-power.exp: Likewise.
12411
eb2332d7
SM
124122016-08-17 Simon Marchi <simon.marchi@ericsson.com>
12413
12414 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
12415 expected error message.
12416
63c61e04
SM
124172016-08-17 Simon Marchi <simon.marchi@ericsson.com>
12418
12419 * gdb.multi/remove-inferiors.exp: New file.
12420 * gdb.multi/remove-inferiors.c: New file.
12421
7b17065f
YQ
124222016-08-12 Yao Qi <yao.qi@linaro.org>
12423
12424 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
12425 argument list.
12426
01d3dedf
PA
124272016-08-10 Pedro Alves <palves@redhat.com>
12428
12429 PR gdb/19187
12430 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
12431 setup_kfails.
12432
3eb7562a
PA
124332016-08-09 Pedro Alves <palves@redhat.com>
12434 Simon Marchi <simon.marchi@ericsson.com>
12435
12436 PR gdb/20418
12437 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
12438 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
12439
80614914
PA
124402016-08-09 Pedro Alves <palves@redhat.com>
12441
12442 PR mi/20431
12443 * gdb.mi/mi-cmd-error.exp: New file.
12444
f348d89a
PA
124452016-08-09 Pedro Alves <palves@redhat.com>
12446
12447 PR gdb/18653
12448 * gdb.base/signals-state-child.c: New file.
12449 * gdb.base/signals-state-child.exp: New file.
12450 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
12451
e5ca03b4
PA
124522016-08-09 Pedro Alves <palves@redhat.com>
12453
12454 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
12455
282a0691
TT
124562016-08-03 Tom Tromey <tom@tromey.com>
12457
12458 PR python/18565:
12459 * gdb.python/py-frame-inline.exp: Add Frame.function test.
12460
41bfcd63
YQ
124612016-08-01 Yao Qi <yao.qi@linaro.org>
12462
12463 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
12464 variable mode to "multi-process" if $multi_process is 1, otherwise
12465 set it to "single-process".
12466
e3465b24
YQ
124672016-08-01 Yao Qi <yao.qi@linaro.org>
12468
12469 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
12470 * gdb.cp/cpexprs.exp: Likewise.
12471 * gdb.cp/m-static.exp: Likewise.
12472
0b31a4bc
TT
124732016-07-26 Tom Tromey <tom@tromey.com>
12474
12475 PR python/20190:
12476 * gdb.threads/tls.exp (check_thread_local): Add python symbol
12477 test.
12478
e0461dbb
MM
124792016-07-26 Markus Metzger <markus.t.metzger@intel.com>
12480
12481 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
12482 selecting assembly source files.
12483 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
12484 assembly source files.
12485 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
12486 assembly source files.
12487 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
12488 selecting assembly source files.
12489
8194e927
SM
124902016-07-25 Simon Marchi <simon.marchi@ericsson.com>
12491
12492 * gdb.base/new-ui.exp (do_test_invalid_args): New
12493 procedure.
12494
c0272db5
TW
124952016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
12496
12497 * gdb.btrace/reconnect.c: New file.
12498 * gdb.btrace/reconnect.exp: New file.
12499
e3487908
GKB
125002016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
12501
12502 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
12503 to test_catch_syscall_group.
12504 (test_catch_syscall_group): New.
12505
12df5c00
TT
125062016-07-21 Tom Tromey <tom@tromey.com>
12507
12508 * gdb.rust/simple.rs (main): Use empty struct expression.
12509 * gdb.rust/simple.exp: Add tests for empty struct expression.
12510
bae62ee2
YQ
125112016-07-21 Yao Qi <yao.qi@linaro.org>
12512
12513 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
12514 if gdb_skip_xml_test is true on some targets.
12515
b1b53fb3
YQ
125162016-07-21 Yao Qi <yao.qi@linaro.org>
12517
12518 * gdb.server/solib-list.exp: Unset last_loaded_file.
12519
027d97f8
JK
125202016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
12521
12522 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
12523 "step into captured_main (args)".
12524
7674d381
JK
125252016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
12526
12527 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
12528
72b5d099
JK
125292016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
12530
12531 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
12532
1f960ced
PA
125332016-07-19 Pedro Alves <palves@redhat.com>
12534
12535 * gdb.opt/inline-break.exp: Remove optimize=-O2.
12536 * gdb.opt/inline-bt.exp: Likewise.
12537 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
12538 additional_flags=-Winline.
12539 * gdb.opt/inline-locals.exp: Likewise.
12540 * gdb.opt/inline-markers.c (ATTR): Define.
12541 (inlined_fn): Use it.
12542
f25827c1
YQ
125432016-07-19 Yao Qi <yao.qi@linaro.org>
12544
12545 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
12546 (test_with_self): Remove some code. Remove argument executable.
12547 (top-level): Use do_self_tests.
12548
37539ebe
DB
125492016-07-15 Zachary Welch <zwelch@codesourcery.com>
12550 Don Breazeal <donb@codesourcery.com>
12551
12552 * gdb.base/maint.exp: Escape paths used in regular expressions.
12553 * gdb.stabs/weird.exp: Likewise.
12554
dac790e1
TT
125552016-07-13 Tom Tromey <tom@tromey.com>
12556
12557 PR python/15620, PR python/18620:
12558 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
12559 (test_bkpt_events): New procs.
12560
93daf339
TT
125612016-07-13 Tom Tromey <tom@tromey.com>
12562
12563 PR python/17698:
12564 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
12565 test.
12566 (test_watchpoints): Likewise.
12567 (test_bkpt_pending): New proc.
12568
6571a381
TT
125692016-07-13 Tom Tromey <tom@tromey.com>
12570
12571 PR cli/18053:
12572 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
12573 completion test.
12574
e8732474
JK
125752016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
12576
12577 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
12578 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
12579 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
12580 f_label.
12581 (g): Rename g_end_lbl to g_label.
12582 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
12583 low_pc and high_pc.
12584 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
12585
e0f3fd7c
TT
125862016-07-12 Tom Tromey <tom@tromey.com>
12587
12588 PR python/19293:
12589 * gdb.python/py-unwind-maint.exp: Update tests.
12590
3cfe46b6
YQ
125912016-07-12 Yao Qi <yao.qi@linaro.org>
12592
12593 * lib/selftest-support.exp (selftest_setup): Match the output
12594 when captured_main is inlined.
12595
4f19a0e6
WT
125962016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
12597
12598 * gdb.fortran/derived-types.exp (result_line, result_line_2):
12599 New variables.
12600 (print this%a, print this%b, print this): New tests.
12601 * gdb.fortran/derived-types.f90 (this): New object and
12602 initialization.
12603
986cf455
SM
126042016-07-06 Simon Marchi <simon.marchi@ericsson.com>
12605
12606 * gdb.ada/arraydim.exp: Remove extra directory level in build
12607 directory.
12608
f0464b23
SM
126092016-07-06 Simon Marchi <simon.marchi@ericsson.com>
12610
12611 * lib/ada.exp: Remove extra directory level in build directory.
12612 * gdb.ada/cond_lang.exp: Likewise.
12613 * gdb.ada/exec_changed.exp: Likewise.
12614 * gdb.ada/lang_switch.exp: Likewise.
12615
42d94011
MG
126162016-07-06 Manish Goregaokar <manish@mozilla.com>
12617
2806dc7e
PA
12618 * simple.rs: Add test for raw pointer subscripting.
12619 * simple.exp: Add test expectations.
42d94011 12620
647c264c
YQ
126212016-07-05 Yao Qi <yao.qi@linaro.org>
12622
12623 * gdb.mi/mi-reverse.exp: Match =record-started output.
12624
20aa2c60
PA
126252016-07-01 Pedro Alves <palves@redhat.com>
12626
12627 * gdb.base/jit-reader.exp (info_registers_current_frame): New
12628 procedure.
12629 (jit_reader_test): Test the jit reader's unwinder.
12630 * gdb.base/jithost.c (jit_function_00_code): New global.
12631 (main): Use memcpy to fill in the mmapped code, instead of poking
12632 bytes manually here.
12633 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
12634 value.
12635 (read_debug_info): Save the function's range.
12636 (read_sp): New function.
12637 (unwind_frame): Use it. Also unwind RBP.
12638 (get_frame_id): Use read_sp.
12639 (gdb_init_reader): Use calloc instead of malloc.
12640 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
12641 parameter. Use gdb_test_multiple.
12642
ced2dffb
PA
126432016-07-01 Pedro Alves <palves@redhat.com>
12644 Antoine Tremblay <antoine.tremblay@ericsson.com>
12645
12646 * gdb.threads/process-dies-while-detaching.c: New file.
12647 * gdb.threads/process-dies-while-detaching.exp: New file.
12648
63000888
PA
126492016-07-01 Pedro Alves <palves@redhat.com>
12650
12651 * gdb.multi/watchpoint-multi-exit.c: New file.
12652 * gdb.multi/watchpoint-multi-exit.exp: New file.
12653
038d4868
PA
126542016-06-30 Pedro Alves <palves@redhat.com>
12655
12656 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
12657 unset inferior_spawn_id.
12658
994e9c83
PA
126592016-06-30 Pedro Alves <palves@redhat.com>
12660
12661 * lib/mi-support.exp (default_mi_gdb_start): Declare global
12662 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
12663
e5653468
YQ
126642016-06-29 Yao Qi <yao.qi@linaro.org>
12665
12666 * gdb.base/return.c: Add copyright header.
12667
803b47e5
TT
126682016-06-29 Tom Tromey <tom@tromey.com>
12669
12670 PR python/20129:
12671 * gdb.python/py-framefilter.exp: Add tests for setting priority
12672 and disabling of non-existent frame filter.
12673
28244707
YQ
126742016-06-29 Yao Qi <yao.qi@linaro.org>
12675
12676 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
12677 0x0f07ff.
12678
a31d2f06
YQ
126792016-06-28 Yao Qi <yao.qi@linaro.org>
12680
12681 * gdb.base/catch-syscall.exp: Remove check on isnative and target
12682 triplets. Start gdb, execute catch syscall, and continue. Check
12683 gdb's output to determine catch syscall is supported.
12684
921d8f54
MG
126852016-06-27 Manish Goregaokar <manish@mozilla.com>
12686
25d49b86
PA
12687 * gdb.rust/simple.rs: Add test for returning unit in a function.
12688 * gdb.rust/simple.exp: Add expectation for functions returning
12689 unit.
921d8f54 12690
f4952523
PMR
126912016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
12692
12693 * gdb.python/py-breakpoint-create-fail.c,
12694 gdb.python/py-breakpoint-create-fail.exp,
12695 gdb.python/py-breakpoint-create-fail.py: New testcase.
12696
fccb08f8
MG
126972016-06-25 Manish Goregaokar <manish@mozilla.com>
12698
12699 PR gdb/20239
12700 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
25d49b86
PA
12701 * gdb.rust/simple.exp: Add test expectations for new NonZero
12702 tests.
fccb08f8 12703
6b850546
DT
127042016-06-24 David Taylor <dtaylor@emc.com>
12705
12706 * gdb.base/offsets.exp: New file.
12707 * gdb.base/offsets.c: New file.
12708
17621150
TT
127092016-06-23 Tom Tromey <tom@tromey.com>
12710
12711 PR gdb/16483:
12712 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
12713 before any filters are loaded.
12714
04d59df6
WT
127152016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
12716
12717 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
12718 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
12719 structs.
12720 * gdb.fortran/derived-type-function.exp: New file.
12721 * gdb.fortran/derived-type-function.f90: New file.
12722
12723
ac69f786
PA
127242016-06-21 Pedro Alves <palves@redhat.com>
12725
12726 * gdb.base/new-ui.exp: New file.
12727 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
12728 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
12729 (with_spawn_id): New procedure.
12730
49940788
PA
127312016-06-21 Pedro Alves <palves@redhat.com>
12732
12733 * gdb.mi/mi-exec-run.exp: New file.
12734
ef274d26
PA
127352016-06-21 Pedro Alves <palves@redhat.com>
12736
12737 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
12738 breakpoint command's output on the main UI.
12739 (test_break): New procedure, factored out from calls in the top
12740 level.
12741 (top level): Use foreach_with_prefix to test MI as main UI and as
12742 separate UI.
12743
468afe6c
PA
127442016-06-21 Pedro Alves <palves@redhat.com>
12745
12746 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
12747 (test_awatch_creation_and_listing)
12748 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
12749 Remove 'type' parameter.
12750 (test_watchpoint_all): New parameter mi_mode. Remove
12751 with_test_prefix.
12752 (top level): Use foreach_with_prefix, and add main/separate UI MI
12753 testing axis.
12754
51f77c37
PA
127552016-06-21 Pedro Alves <palves@redhat.com>
12756
12757 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
12758 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
12759 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
12760 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
12761 (gdb_main_spawn_id, mi_spawn_id): Declare and
12762 comment.
12763 (mi_create_inferior_pty): New procedure,
12764 factored out from default_mi_gdb_start.
12765 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
12766 procedures.
12767 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
12768 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
12769 Use mi_create_inferior_pty.
12770 (mi_gdb_start): Use eval to pass down args list.
12771
8980e177
PA
127722016-06-21 Pedro Alves <palves@redhat.com>
12773
12774 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
12775 * gdb.opt/inline-cmds.exp: Add MI tests.
12776
f38d3ad1
PA
127772016-06-21 Pedro Alves <palves@redhat.com>
12778
12779 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
12780
45db7c09
PA
127812016-06-21 Pedro Alves <palves@redhat.com>
12782
12783 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
12784 (top level): Use it instead of mi_execute_to.
12785
5a069ab3
PA
127862016-06-21 Pedro Alves <palves@redhat.com>
12787
12788 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
12789 (cont_handler_str): New.
12790 (signal_stop_handler): Set stop_handler_str instead of printing to
12791 stdout.
12792 (continue_handler): Set cont_handler_str instead of printing to
12793 stdout.
12794 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
12795 mi_send_resuming_command. Print stop_handler_str and
12796 cont_handler_str instead of expecting the python events print
12797 directly.
12798
2838cc1d
SD
127992016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
12800
12801 * gdb.base/jit-reader.exp: New file.
12802 * gdb.base/jithost.c: New file.
12803 * gdb.base/jithost.h: New file.
12804 * gdb.base/jitreader.c : New file.
12805 * gdb.base/jit-protocol.h: New file.
12806
21a77091
YQ
128072016-06-17 Yao Qi <yao.qi@linaro.org>
12808
12809 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
12810 parameters follow_fork and detach_on_fork. Set follow-fork-mode
12811 and detach-on-fork. Adjust tests.
12812 (top level): Invoke break_cond_on_syscall with combinations of
12813 syscall, follow-fork-mode and detach-on-fork.
12814
f50bf8e5
YQ
128152016-06-17 Yao Qi <yao.qi@linaro.org>
12816
12817 * gdb.base/step-over-exit.c: New.
12818 * gdb.base/step-over-exit.exp: New.
12819
a28d8e50
YTL
128202016-06-17 Yan-Ting Lin <currygt52@gmail.com>
12821
12822 * gdb.base/float.exp: Add target check for nds32*-*-*.
12823 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
12824
cad8e26d
AB
128252016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
12826
12827 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
12828 for unsupported target features.
12829 * gdb.base/call-rt-st.exp: Likewise.
12830 * gdb.base/call-sc.exp: Likewise.
12831 * gdb.base/call-signal-resume.exp: Likewise.
12832 * gdb.base/call-strs.exp: Likewise.
12833 * gdb.base/callexit.exp: Likewise.
12834 * gdb.base/callfuncs.exp: Likewise.
12835 * gdb.base/nodebug.exp: Likewise.
12836 * gdb.base/printcmds.exp: Likewise.
12837 * gdb.base/ptype.exp: Likewise.
12838 * gdb.base/structs.exp: Likewise.
12839 * gdb.base/unwindonsignal.exp: Likewise.
12840 * gdb.cp/gdb2495.exp: Likewise.
12841 * gdb.cp/templates.exp: Likewise.
12842 * gdb.cp/virtfunc.exp: Likewise.
12843 * gdb.threads/hand-call-in-threads.exp: Likewise.
12844 * gdb.threads/interrupted-hand-call.exp: Likewise.
12845 * gdb.threads/thread-unwindonsignal.exp: Likewise.
12846
347dc102
TT
128472016-06-10 Tom Tromey <tom@tromey.com>
12848
12849 PR rust/20110:
12850 * gdb.rust/expr.exp: Add test for integer constant larger than
12851 i32.
12852
5e13cf25
BH
128532016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
12854
12855 * gdb.fortran/nested-funcs.exp: New.
12856 * gdb.fortran/nested-funcs.f90: New.
12857
bb556f1f
TK
128582016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
12859
12860 * gdb.base/examine-backward.c: New file.
12861 * gdb.base/examine-backward.exp: New file.
12862
38b022b4
SM
128632016-06-06 Simon Marchi <simon.marchi@ericsson.com>
12864
12865 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
12866 matching.
12867
1b40ec05
TT
128682016-06-02 Tom Tromey <tom@tromey.com>
12869
12870 PR python/18984:
12871 * gdb.python/py-shared.exp: Add solib_name test.
12872
193bd378
SM
128732016-06-02 Simon Marchi <simon.marchi@ericsson.com>
12874
12875 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
12876
3326303b
MG
128772016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
12878
12879 PR c++/19893
12880 * gdb.dwarf2/implref.exp: Rename to...
12881 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
12882 * gdb.dwarf2/implref-array.c: New file.
12883 * gdb.dwarf2/implref-array.exp: Likewise.
12884 * gdb.dwarf2/implref-global.c: Likewise.
12885 * gdb.dwarf2/implref-global.exp: Likewise.
12886 * gdb.dwarf2/implref-struct.c: Likewise.
12887 * gdb.dwarf2/implref-struct.exp: Likewise.
12888
825c8ef2
AT
128892016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
12890
12891 * gdb.trace/trace-condition.exp: Add 64bit tests.
12892
2320162a
AT
128932016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
12894
12895 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
12896 bits types.
12897 (main): Adapt to 8 to 64 bits types.
12898 * gdb.trace/trace-condition.exp: Add new tests.
12899
a7818233
AT
129002016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
12901
12902 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
12903
0d336466
AT
129042016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
12905
12906 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
12907 Move condition tests...
12908 * gdb.trace/trace-condition.exp: Here.
12909
7faeb45a
AT
129102016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
12911
12912 * gdb.trace/trace-condition.exp: Add counter-case tests.
12913
e385593e
JK
129142016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
12915
12916 PR c++/15231
12917 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
12918 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
12919
744608cc
PA
129202016-05-27 Pedro Alves <palves@redhat.com>
12921
12922 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
12923 New procedure.
12924 (top level): Call it, and bail out of DejaGnu is known to be bad.
12925
ac775bf4
AB
129262016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
12927
12928 * gdb.base/whatis.c: Extend the test case.
12929 * gdb.base/whatis.exp: Add additional tests.
12930
2bbad2ea
BH
129312016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
12932
12933* gdb.fortran/type.f90: Add pointer variable.
12934* gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
12935
8b70175d
BH
129362016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
12937
12938 * gdb.fortran/vla-type.exp: Fix testcase name.
12939
86d8a848
BH
129402016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
12941
12942 * gdb.fortran/vla-type.exp: Access elements in nested structs.
12943
e188eb36
BH
129442016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
12945
12946 * gdb.fortran/type.f90: Add nested structures.
12947 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
12948 * gdb.fortran/derived-type.exp: Adapt expected output.
12949 * gdb.fortran/vla-type.exp: Adapt expected output.
12950
9b2db1fd
BH
129512016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
12952
12953 * gdb.fortran/whatis_type.exp: Adapt expected output.
12954
72b17055
BH
129552016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
12956
12957 * gdb.fortran/print_type.exp: Fix expected output.
12958 * gdb.fortran/whatis_type.exp: Fix expected output.
12959
3cd81d8d
BH
129602016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
12961
12962 * gdb.fortran/whatis_type.exp: Use multi_line.
12963
ddae9462
TT
129642016-05-24 Tom Tromey <tom@tromey.com>
12965
12966 PR python/17386:
12967 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
12968 use value as an index.
12969
1957f6b8
TT
129702016-05-23 Tom Tromey <tom@tromey.com>
12971
12972 PR python/17981:
12973 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
12974 no-breakpoint case.
12975
026a9174
PA
129762016-05-24 Pedro Alves <palves@redhat.com>
12977
12978 PR gdb/19828
12979 * gdb.threads/clone-attach-detach.c: New file.
12980 * gdb.threads/clone-attach-detach.exp: New file.
12981
e70a7231
FR
129822016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
12983
12984 * gdb.base/annota-input-while-running.exp: Fix syntax error.
12985
0f6ed0e0
TT
129862016-05-23 Tom Tromey <tom@tromey.com>
12987
12988 PR python/19438, PR python/18393:
12989 * gdb.python/py-progspace.exp: Add "dir" test.
12990 * gdb.python/py-objfile.exp: Add "dir" test.
12991
ffd19d61
YQ
129922016-05-23 Yao Qi <yao.qi@linaro.org>
12993
12994 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
12995 * gdb.arch/thumb2-it.exp: Likewise.
12996
9e8f9b05
SM
129972016-05-18 Simon Marchi <simon.marchi@ericsson.com>
12998
12999 * gdb.mi/mi-threads-interrupt.c: New file.
13000 * gdb.mi/mi-threads-interrupt.exp: New file.
13001
61c6156d
SM
130022016-05-17 Simon Marchi <simon.marchi@ericsson.com>
13003
13004 PR gdb/18077
13005 * gdb.mi/mi-async-run.exp: New file.
13006 * gdb.mi/mi-async-run.c: New file.
13007
67218854
TT
130082016-05-17 Tom Tromey <tom@tromey.com>
13009 Manish Goregaokar <manishsmail@gmail.com>
13010
13011 * lib/rust-support.exp: New file.
13012 * lib/gdb.exp (skip_rust_tests): New proc.
13013 (build_executable_from_specs): Handle rust.
13014 * lib/future.exp (gdb_find_rustc): New proc.
13015 (gdb_default_target_compile): Handle rust.
13016 * gdb.rust/expr.exp: New file.
13017 * gdb.rust/generics.exp: New file.
13018 * gdb.rust/generics.rs: New file.
13019 * gdb.rust/methods.exp: New file.
13020 * gdb.rust/methods.rs: New file.
13021 * gdb.rust/modules.exp: New file.
13022 * gdb.rust/modules.rs: New file.
13023 * gdb.rust/simple.exp: New file.
13024 * gdb.rust/simple.rs: New file.
13025
c44af4eb
TT
130262016-05-17 Tom Tromey <tom@tromey.com>
13027
13028 * gdb.base/default.exp (set language): Add rust.
13029
dcd1f979
TT
130302016-05-17 Tom Tromey <tom@tromey.com>
13031
13032 * gdb.gdb/unittest.exp: New file.
13033
155b7f57
YQ
130342016-05-16 Yao Qi <yao.qi@linaro.org>
13035
13036 * gdb.base/batch-preserve-term-settings.exp: Remove variable
13037 shell_prompt. Update shell_prompt_re.
13038
8ddd5a6c
DE
130392016-05-12 Doug Evans <dje@google.com>
13040
13041 PR symtab/19999
13042 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
13043 $options when building executable.
13044 * gdb.dwarf2/fission-loclists-pie.S: New file.
13045 * gdb.dwarf2/fission-loclists-pie.exp: New file.
13046
02e370d9
SM
130472016-05-04 Simon Marchi <simon.marchi@ericsson.com>
13048
13049 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
13050 of [is_remote target],
13051
8929ad8b
SM
130522016-05-04 Simon Marchi <simon.marchi@ericsson.com>
13053
13054 * lib/gdb.exp (use_gdb_stub): New procedure.
13055
6c447423
DE
130562016-05-03 Yunlian Jiang <yunlian@google.com>
13057 Doug Evans <dje@google.com>
13058
13059 PR symtab/19914
13060 * gdb.dwarf2/dwp-sepdebug.c: New file.
13061 * gdb.dwarf2/dwp-sepdebug.exp: New file.
13062
444e826c
SM
130632016-05-02 Simon Marchi <simon.marchi@ericsson.com>
13064
13065 * gdb.base/detach.exp: Remove is_remote check.
13066
740feeaa
SM
130672016-05-02 Simon Marchi <simon.marchi@ericsson.com>
13068
13069 * gdb.base/annota-input-while-running.exp: Don't check for
13070 [is_remote target]. Enable annotations after running to main.
13071 Remove unused "set test..." line.
13072
9080ac9d
SM
130732016-04-28 Simon Marchi <simon.marchi@ericsson.com>
13074
13075 * gdb.trace/trace-enable-disable.exp: New file.
13076 * gdb.trace/trace-enable-disable.c: New file.
13077
952ebca5
SM
130782016-04-28 Simon Marchi <simon.marchi@ericsson.com>
13079
13080 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
13081 use it in info sharedlibrary test.
13082 * gdb.trace/ftrace-lock.exp: Likewise.
13083 * gdb.trace/ftrace.exp: Likewise.
13084 * gdb.trace/range-stepping.exp: Likewise.
13085 * gdb.trace/trace-break.exp: Likewise.
13086 * gdb.trace/trace-condition.exp: Likewise.
13087 * gdb.trace/trace-mt.exp: Likewise.
13088
d9019901
SM
130892016-04-27 Simon Marchi <simon.marchi@ericsson.com>
13090
13091 * lib/gdb.exp (gdb_load_shlibs): Rename to...
13092 (gdb_load_shlib): ... this.
13093 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
13094 gdb_load_shlib.
13095 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
13096 * gdb.base/ctxobj.exp: Likewise.
13097 * gdb.base/dprintf-pending.exp: Likewise.
13098 * gdb.base/dso2dso.exp: Likewise.
13099 * gdb.base/fixsection.exp: Likewise.
13100 * gdb.base/gcore-relro.exp: Likewise.
13101 * gdb.base/gdb1555.exp: Likewise.
13102 * gdb.base/global-var-nested-by-dso.exp: Likewise.
13103 * gdb.base/gnu-ifunc.exp: Likewise.
13104 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
13105 * gdb.base/jit-so.exp (one_jit_test): Likewise.
13106 * gdb.base/pending.exp: Likewise.
13107 * gdb.base/print-file-var.exp: Likewise.
13108 * gdb.base/print-symbol-loading.exp: Likewise.
13109 * gdb.base/shlib-call.exp: Likewise.
13110 * gdb.base/shreloc.exp: Likewise.
13111 * gdb.base/so-impl-ld.exp: Likewise.
13112 * gdb.base/solib-disc.exp: Likewise.
13113 * gdb.base/solib-nodir.exp: Likewise.
13114 * gdb.base/solib-overlap.exp: Likewise.
13115 * gdb.base/solib-symbol.exp: Likewise.
13116 * gdb.base/solib-weak.exp (do_test): Likewise.
13117 * gdb.base/sym-file.exp: Likewise.
13118 * gdb.base/symtab-search-order.exp: Likewise.
13119 * gdb.base/type-opaque.exp: Likewise.
13120 * gdb.base/unload.exp: Likewise.
13121 * gdb.base/watchpoint-solib.exp: Likewise.
13122 * gdb.compile/compile.exp: Likewise.
13123 * gdb.cp/gdb2384.exp: Likewise.
13124 * gdb.cp/infcall-dlopen.exp: Likewise.
13125 * gdb.cp/re-set-overloaded.exp: Likewise.
13126 * gdb.fortran/library-module.exp: Likewise.
13127 * gdb.opt/solib-intra-step.exp: Likewise.
13128 * gdb.python/py-finish-breakpoint.exp: Likewise.
13129 * gdb.python/py-shared.exp: Likewise.
13130 * gdb.reverse/solib-precsave.exp: Likewise.
13131 * gdb.reverse/solib-reverse.exp: Likewise.
13132 * gdb.server/solib-list.exp: Likewise.
13133 * gdb.threads/dlopen-libpthread.exp: Likewise.
13134 * gdb.threads/tls-shared.exp: Likewise.
13135 * gdb.threads/tls-so_extern.exp: Likewise.
13136 * gdb.trace/change-loc.exp: Likewise.
13137 * gdb.trace/ftrace-lock.exp: Likewise.
13138 * gdb.trace/ftrace.exp: Likewise.
13139 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
13140 * gdb.trace/pending.exp: Likewise.
13141 * gdb.trace/range-stepping.exp: Likewise.
13142 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
13143 (strace_info_marker): Likewise.
13144 (strace_probe_marker): Likewise.
13145 (strace_trace_on_same_addr): Likewise.
13146 (strace_trace_on_diff_addr): Likewise.
13147 * gdb.trace/trace-break.exp: Likewise.
13148 * gdb.trace/trace-condition.exp: Likewise.
13149 * gdb.trace/trace-mt.exp: Likewise.
13150
fca4cfd9
SM
131512016-04-27 Simon Marchi <simon.marchi@ericsson.com>
13152
13153 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
13154 result of gdb_remote_download.
13155 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
13156 * gdb.base/dso2dso.exp: Likewise.
13157 * gdb.base/global-var-nested-by-dso.exp: Likewise.
13158 * gdb.base/print-file-var.exp: Likewise.
13159 * gdb.base/shlib-call.exp: Likewise.
13160 * gdb.base/shreloc.exp: Likewise.
13161 * gdb.base/solib-overlap.exp: Likewise.
13162 * gdb.base/solib-weak.exp (do_test): Likewise.
13163 * gdb.base/unload.exp: Likewise.
13164
11cf4ffb
YQ
131652016-04-27 Yao Qi <yao.qi@linaro.org>
13166
13167 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
13168 exists.
13169
3e2e34f8
KB
131702016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
13171
13172 * vla-type.exp: Print structure from toplevel.
13173
8f07e298
BH
131742016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
13175
13176 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
13177 of dynamic types.
13178 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
13179 of dynamic types.
13180
9920b434
BH
131812016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
13182
13183 * gdb.fortran/vla-type.f90: New file.
13184 * gdb.fortran/vla-type.exp: New file.
13185
f3abeff5
YQ
131862016-04-25 Yao Qi <yao.qi@linaro.org>
13187
13188 * gdb.base/branch-to-self.c: New file.
13189 * gdb.base/branch-to-self.exp: New file.
13190
0a5d52f0
YQ
131912016-04-22 Yao Qi <yao.qi@linaro.org>
13192
13193 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
13194 more after $hex.
13195
495346f6
YQ
131962016-04-22 Yao Qi <yao.qi@linaro.org>
13197
13198 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
13199 * gdb.base/annota3.exp: Likewise.
13200
4a7e075c
YQ
132012016-04-22 Yao Qi <yao.qi@linaro.org>
13202
13203 * gdb.reverse/step-precsave.exp: Do one step and test program
13204 stops in "callee" and do multiple steps until program goes out
13205 of "callee".
13206 * gdb.reverse/step-reverse.exp: Likewise.
13207
5b061e98
YQ
132082016-04-22 Yao Qi <yao.qi@linaro.org>
13209
13210 * gdb.trace/signal.exp: Also pass if
13211 $tracepoint_hits($i) > $iterations.
13212
5c5dc57f
YQ
132132016-04-22 Yao Qi <yao.qi@linaro.org>
13214
13215 * gdb.trace/signal.c: New file.
13216 * gdb.trace/signal.exp: New file.
13217
a55411b9
DE
132182016-04-19 Doug Evans <xdje42@gmail.com>
13219
13220 * gdb.base/bad-file.exp: New file.
13221
a22df60a
MG
132222016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
13223
13224 * gdb.dwarf2/implref.exp: New file.
13225
0c13f7e5
BH
132262016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
13227
13228 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
13229 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
13230 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
13231 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
13232 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
13233 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
13234 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
13235 * lib/fortran.exp (fortran_int4): New procedure.
13236 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
13237 (fortran_logical4): Likewise.
13238
9b9b09e9
BH
132392016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
13240
13241 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
13242
a14d1f4d
BH
132432016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
13244
13245 * lib/compiler.c: Add Intel specific preprocessor macros.
13246 * lib/compiler.cc: Likewise.
25d49b86 13247
7d49b1d0
LM
132482016-04-13 Luis Machado <lgustavo@codesourcery.com>
13249
13250 * gdb.server/connect-with-no-symbol-file.c: New file.
13251 * gdb.server/connect-with-no-symbol-file.exp: New file.
13252
8392fa22
SM
132532016-04-13 Simon Marchi <simon.marchi@ericsson.com>
13254
13255 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
13256
8c4c4aeb
SM
132572016-04-13 Simon Marchi <simon.marchi@ericsson.com>
13258
13259 * boards/gdbserver-base.exp (${board}_download): Copy source file to
13260 standard output directory.
13261
45e3745e
AT
132622016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
13263
13264 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
13265
e26b7e41
MM
132662016-04-13 Markus Metzger <markus.t.metzger@intel.com>
13267
13268 * gdb.btrace/instruction_history.c (loop): Add declaration.
13269
8ce09462
AT
132702016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
13271
13272 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
13273
2e88a1ea
SM
132742016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
13275
13276 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
13277 parentheses to print.
13278 (continue_handler): Likewise.
13279
f48e22e3
SM
132802016-04-08 Simon Marchi <simon.marchi@ericsson.com>
13281
13282 * gdb.server/solib-list.exp: Remove is_remote check.
13283 Pass shlib= to gdb_compile. Don't link shared library with
13284 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
13285 Run binary filename through "readlink -f" on the target.
13286
096be756
PA
132872016-04-08 Pedro Alves <palves@redhat.com>
13288
13289 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
13290 interpreter filename as argument to gdbserver_spawn.
13291 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
13292 Return empty if $last_loaded_file does not exist.
13293
06500533
JK
132942016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
13295
13296 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
13297 * gdb.base/jit-main.c: Use exit after usage.
13298
2d35e871
JK
132992016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
13300
13301 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
13302 GDBHISTSIZE prior to the tests.
13303 * gdb.base/gdbinit-history.exp: Likewise.
13304
133052016-04-07 Pedro Alves <palves@redhat.com>
9553661a
PA
13306
13307 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
13308 instead of build_executable. Use gdb_load_shlibs.
13309
c8064e7e
YQ
133102016-04-07 Yao Qi <yao.qi@linaro.org>
13311
13312 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
13313 Execute "si" command.
13314
bde47561
YQ
133152016-04-07 Yao Qi <yao.qi@linaro.org>
13316
13317 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
13318 number instead of the comments on some line.
13319
b16f8a3b
DB
133202016-04-06 Don Breazeal <donb@codesourcery.com>
13321
13322 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
13323 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
13324
c2f901df
SM
133252016-04-06 Simon Marchi <simon.marchi@ericsson.com>
13326
13327 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
13328 standard_output_file. Remove unused binfile variable.
13329
ac17fda0
CU
133302016-04-05 Catalin Udma <catalin.udma@freescale.com>
13331
13332 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
13333 * gdb.python/py-mi-objfile.exp: Match "list main" output
13334 in console format.
13335
03a8c4df
SM
133362016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
13337
13338 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
13339 absolute.
13340
6e774b13
SM
133412016-04-05 Simon Marchi <simon.marchi@ericsson.com>
13342
13343 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
13344 absolute.
13345 * gdb.trace/ftrace.exp: Likewise.
13346 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
13347 targets as well.
13348 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
13349 (gdb_load_shlibs): Copy libraries to test directory when testing
13350 natively. Only set solib-search-path if testing remotely.
13351 * lib/mi-support.exp (mi_load_shlibs): Likewise.
13352
7817ea46
SM
133532016-04-05 Simon Marchi <simon.marchi@ericsson.com>
13354
13355 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
13356 gdb_download. Use it even if the target is not remote.
13357 * gdb.base/jit.exp (compile_jit_test): Likewise.
13358 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
13359 output directory if the destination board is local, otherwise use
13360 the standard remote_download from DejaGnu.
13361 (gdb_download): Remove.
13362 (gdb_load_shlibs): Use gdb_remote_download instead of
13363 gdb_download.
13364 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
13365 Use gdb_remote_download instead of gdb_download. Use it even if
13366 the target is not remote.
13367 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
13368 instead of gdb_download.
13369
7beb7f68
SM
133702016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
13371
13372 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
13373 (test_insert_delete_modify): Call mi_load_shlibs before trying to
13374 run.
13375
cc63428a
AV
133762016-04-01 Artemiy Volkov <artemiyv@acm.org>
13377
13378 PR gdb/19820
13379 * gdb.base/printcmds.exp: Add artificial arrays tests.
13380
64cdf930
PA
133812016-03-31 Pedro Alves <palves@redhat.com>
13382
13383 PR gdb/19858
13384 * gdb.base/jit-main.c: Include unistd.h.
13385 (ATTACH): Define to 0 if not already defined.
13386 (wait_for_gdb, mypid): New globals.
13387 (WAIT_FOR_GDB): New macro.
13388 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
13389 some breakpoint locations.
13390 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
13391 New procedures.
13392 (one_jit_test): Add REATTACH parameter, and handle it. Use
13393 continue_to_test_location.
13394 (top level): Test attach, and adjusts calls to one_jit_test.
13395
40dea8cb
PA
133962016-03-31 Pedro Alves <palves@redhat.com>
13397
13398 PR gdb/19858
13399 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
13400 BINSUFFIX parameter, and handle it.
13401 (top level): Adjust calls compile_jit_test.
13402
e7ea3ec7
CU
134032016-03-31 Catalin Udma <catalin.udma@freescale.com>
13404
13405 PR python/19743
13406 * gdb.python/py-mi-events-gdb.py: New file.
13407 * gdb.python/py-mi-events.c: New file.
13408 * gdb.python/py-mi-events.exp: New file.
13409
e6359af3
YQ
134102016-03-30 Yao Qi <yao.qi@linaro.org>
13411
13412 * gdb.reverse/until-precsave.exp: Match function name only.
13413 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
13414 Move malloc to a condition block.
13415 * gdb.reverse/until-reverse.exp: Match function name only.
13416
a4105d04
MK
134172016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
13418
13419 * gdb.trace/ftrace.exp: Set arg0exp for s390.
13420 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
13421 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
13422 variable for GPR 0 instead of assuming it is register 0.
13423 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
13424 * lib/trace-support.exp: Add s390 registers.
13425
bfa6adb9
YQ
134262016-03-29 Yao Qi <yao.qi@linaro.org>
13427
13428 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
13429
1e6697ea
YQ
134302016-03-24 Yao Qi <yao.qi@linaro.org>
13431
13432 * gdb.reverse/break-reverse.exp: Add quotation mark in the
13433 test message.
13434
64bcd522
AA
134352016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
13436
13437 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
13438 maintaining separate logic for constructing the output path.
13439
7868401b
DB
134402016-03-16 Don Breazeal <donb@codesourcery.com>
13441
13442 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
13443 Retry fork and waitpid on interrupted system call errors.
13444 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
13445 Use with_timeout_factor to increase timeout by factor of 10.
13446
1cafadb4
DB
134472016-03-15 Don Breazeal <donb@codesourcery.com>
13448
13449 * gdb.cp/scope-err.cc: New test program.
13450 * gdb.cp/scope-err.exp: New test script.
13451 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
13452 lines and "set breakpoint here" comment.
13453 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
13454 Fixed some whitespace and format issues.
13455 * gdb.mi/mi-linespec-err-cp.cc: New test program.
13456 * gdb.mi/mi-linespec-err-cp.exp: New test script.
13457
81516450
DE
134582016-03-15 Doug Evans <dje@google.com>
13459
13460 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
13461 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
13462 All callers updated. Add tests for enums, mixed flags register.
13463
aa52b601
DE
134642016-03-15 Doug Evans <dje@google.com>
13465
13466 * gdb.base/skip.c (main): Call test_skip_file_and_function.
13467 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
13468
fa4ff313
SM
134692016-03-14 Simon Marchi <simon.marchi@ericsson.com>
13470
13471 * gdb.base/default.exp: Add $_as_string to the list of expected
13472 convenience functions.
13473
f2403c39
AB
134742016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
13475
13476 * gdb.base/maint.exp: New tests for 'maint info line-table'.
13477
f2f3ccb9
SM
134782016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
13479
13480 * gdb.python/py-as-string.exp: New file.
13481 * gdb.python/py-as-string.c: New file.
13482
00dbd492
PA
134832016-03-09 Pedro Alves <palves@redhat.com>
13484
13485 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
13486 signal" -> "Thread NN received signal" output change.
13487 * gdb.threads/ia64-sigill.exp: Likewise.
13488 * gdb.threads/linux-dp.exp: Likewise.
13489 * gdb.threads/manythreads.exp: Likewise.
13490 * gdb.threads/pending-step.exp: Likewise.
13491 * gdb.threads/print-threads.exp: Likewise.
13492 * gdb.threads/sigstep-threads.exp: Likewise.
13493 * gdb.threads/staticthreads.exp: Likewise.
13494 * gdb.threads/tls.exp: Likewise.
13495
1e6697ea
YQ
134962016-03-09 Pedro Alves <palves@redhat.com>
13497
13498 * gdb.base/command-line-input.exp: New file.
13499
b04fd3be
MK
135002016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
13501
13502 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
13503 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
13504 * gdb.trace/pending.exp: Accept leading dot before function name.
13505 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
13506 * lib/trace-support.exp: Set registers for ppc.
13507
98fa59e9
MK
135082016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
13509
13510 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
13511 use it for disassembly; accept .main in addition to main in backtrace.
13512
f77198c8
MK
135132016-03-09 Wei-cheng Wang <cole945@gmail.com>
13514 Marcin Kościelnicki <koriakin@0x04.net>
13515
13516 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
13517 (gdb_recursion_test_ptr): New global variable.
13518 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
13519 gdb_recursion_test.
13520 (gdb_c_test): Ditto.
13521
ba84e0da
MK
135222016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
13523
13524 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
13525 ordering.
13526
4366d36e
MK
135272016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
13528
13529 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
13530 (bar): Add bar_start_lbl label.
13531 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
13532 of foo/bar for emitting DWARF and tracing.
13533
5eb264df
SDJ
135342016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
13535
13536 * analyze-racy-logs.py: Set executable bit.
13537
fb6a751f
SDJ
135382016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
13539
13540 * Makefile.in (DEFAULT_RACY_ITER): New variable.
13541 (CHECK_TARGET_TMP): Likewise.
13542 (check-single-racy): New rule.
13543 (check-parallel-racy): Likewise.
13544 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
13545 (do-check-parallel-racy): New rule.
13546 (check-racy/%.exp): Likewise.
13547 * README (Racy testcases): New section.
13548 * analyze-racy-logs.py: New file.
13549
bdf7e230
DE
135502016-03-03 Doug Evans <dje@google.com>
13551
13552 * gdb.base/skip.exp: Use with_test_prefix.
13553
4719d415
YQ
135542016-03-03 Yao Qi <yao.qi@linaro.org>
13555
13556 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
13557 Invoke step_over_syscall "clone" and break_cond_on_syscall
13558 "clone".
13559 * gdb.base/step-over-clone.c: New file.
13560
ea507862
YQ
135612016-03-03 Yao Qi <yao.qi@linaro.org>
13562
13563 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
13564 code format.
13565
8fc8cbda
YQ
135662016-03-03 Yao Qi <yao.qi@linaro.org>
13567
13568 * gdb.base/disp-step-fork.c: Rename to ...
13569 * gdb.base/step-over-fork.c: ... it. New file.
13570 * gdb.base/disp-step-vfork.c: Rename to ...
13571 * gdb.base/step-over-vfork.c: ... it. New file.
13572 * gdb.base/disp-step-syscall.exp: Rename to ...
13573 * gdb.base/step-over-syscall.exp: ... it. New file.
13574 (disp_step_cross_syscall): Rename to ...
13575 (step_over_syscall): ... it.
13576
92fa70b0
YQ
135772016-03-03 Yao Qi <yao.qi@linaro.org>
13578
13579 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
13580 If target supports condition evaluation on target, invoke
13581 break_cond_on_syscall for fork and vfork.
13582
e197ad3c
YQ
135832016-03-03 Yao Qi <yao.qi@linaro.org>
13584
13585 * gdb.base/disp-step-syscall.exp: Don't invoke
13586 support_displaced_stepping.
13587 (disp_step_cross_syscall): Test with displaced stepping off and
13588 on if supported.
13589
0b47da9f
YQ
135902016-03-03 Yao Qi <yao.qi@linaro.org>
13591
13592 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
13593 proc.
13594 (setup): New proc.
13595 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
13596 and setup.
13597
065ab6dc
BH
135982016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
13599
13600 * gdb.fortran/vla-history.exp: Remove breakpoint.
13601
07e448ad 136022016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
13603
25d49b86
PA
13604 * gdb.fortran/vla-history.exp: Lookup array elements and printing
13605 exceeds timeout.
07e448ad 13606
9ac2d526 136072016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
13608
25d49b86
PA
13609 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
13610 breakpoint.
9ac2d526 13611
17807369
BH
136122016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
13613
13614 * gdb.mi/vla.f90: Nullify pointer after declaration.
13615
86e501af
PA
136162016-03-01 Pedro Alves <palves@redhat.com>
13617
13618 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
13619
1e903e32
PA
136202016-03-01 Pedro Alves <palves@redhat.com>
13621
13622 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
13623 before anything else.
13624 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
13625 _GNU_SOURCE here.
13626 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
13627 before anything else.
13628 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
13629
6ccb54e2
PA
136302016-03-01 Pedro Alves <palves@redhat.com>
13631
13632 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
13633
30ca9da1
YQ
136342016-03-01 Yao Qi <yao.qi@linaro.org>
13635
13636 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
13637 prepare_for_testing.
13638
dc856b38
YQ
136392016-03-01 Yao Qi <yao.qi@linaro.org>
13640
13641 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
13642
4a932159
AA
136432016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
13644
13645 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
13646 manually constructing the output path.
13647
f2489477
AA
136482016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
13649
13650 * gdb.arch/s390-stackless.S: New.
13651 * gdb.arch/s390-stackless.exp: New.
13652
38899f16
IB
136532016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
13654
13655 * gdb.dlang/circular.c: New file.
13656 * gdb.dlang/circular.exp: New file.
13657
9fde51ed
YQ
136582016-02-26 Yao Qi <yao.qi@linaro.org>
13659
13660 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
13661 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
13662 (testcases): Update.
13663
ce90fefe
YQ
136642016-02-26 Yao Qi <yao.qi@linaro.org>
13665
13666 * gdb.reverse/aarch64.c: Rename to ...
13667 * gdb.reverse/insn-reverse.c: ... it.
13668 * gdb.reverse/aarch64.exp: Rename to ...
13669 * gdb.reverse/insn-reverse.exp: ... it.
13670
3263bceb
YQ
136712016-02-26 Yao Qi <yao.qi@linaro.org>
13672
13673 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
13674 (testcase_ftype): New.
13675 (testcases): New array.
13676 (n_testcases): New.
13677 (main): Call each element in testcases.
13678 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
13679 (read_testcase): New.
13680 Do the tests in a loop.
13681
6cb59ff1
YQ
136822016-02-25 Yao Qi <yao.qi@linaro.org>
13683
13684 * gdb.base/branches.c: Remove.
13685
ae91f625
MK
136862016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
13687
13688 PR gdb/13808
13689 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
13690
678b48b7
MK
136912016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
13692
13693 * gdb.trace/ftrace.exp: Remove unnecessary target check.
13694
7337a6f2
MK
136952016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
13696
13697 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
13698 change x86_64 call_insn to 'callq'.
13699
861ca91f
AT
137002016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
13701
13702 * gdb.trace/tfile-avx.c: Move to...
13703 * gdb.trace/tracefile-pseudo-reg.c: Here.
13704 * gdb.trace/tfile-avx.exp: Move to...
13705 * gdb.trace/tracefile-pseudo-reg.exp: Here.
13706
bf74e428
GB
137072016-02-24 Gary Benson <gbenson@redhat.com>
13708
13709 * gdb.base/attach-pie-noexec.exp: Do not expect an error
13710 message on attach.
13711
cce0e923
DE
137122016-02-23 Doug Evans <dje@google.com>
13713
13714 * gdb.base/skip.c (test_skip): New function.
13715 (end_test_skip_file_and_function): New function.
13716 (test_skip_file_and_function): New function.
13717 * gdb.base/skip1.c (test_skip): New function.
13718 (skip1_test_skip_file_and_function): New function.
13719 * gdb.base/skip.exp: Add tests for new skip options.
13720 * gdb.base/skip-solib.exp: Update expected output.
13721 * gdb.perf/skip-command.cc: New file.
13722 * gdb.perf/skip-command.exp: New file.
13723 * gdb.perf/skip-command.py: New file.
13724
4000e47e
MK
137252016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
13726
13727 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
13728 info registers pattern.
13729
24f75ead
IB
137302016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
13731
13732 * lib/future.exp: Add D support.
13733 (gdb_find_gdc): New proc.
13734 (gdb_default_target_compile): Add D support.
13735
fbb7bcbe
WW
137362016-02-18 Wei-cheng Wang <cole945@gmail.com>
13737
13738 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
13739 user+system time.
13740 (trace_speed_test): Determine the iteration count for a time
13741 between 15..30 seconds.
13742
012b3a21
WT
137432016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
13744
13745 * gdb.arch/i386-mpx-sigsegv.c: New file.
13746 * gdb.arch/i386-mpx-sigsegv.exp: New file.
13747 * gdb.arch/i386-mpx-simple_segv.c: New file.
13748 * gdb.arch/i386-mpx-simple_segv.exp: New file.
13749
2d5189bd
YQ
137502016-02-18 Yao Qi <yao.qi@linaro.org>
13751
13752 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
13753 Don't call setup_kfail.
13754
40fb20d0
YQ
137552016-02-18 Yao Qi <yao.qi@linaro.org>
13756
13757 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
13758 Set "set breakpoint condition-evaluation" per $cond_bp_target.
13759
21b1f8d2
DE
137602016-02-16 Doug Evans <dje@google.com>
13761
13762 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
13763 * gdb.base/skip1.c: Ditto.
13764 * gdb.base/skip.exp: Whitespace cleanup.
13765
4041ed77
DB
137662016-02-16 Don Breazeal <donb@codesourcery.com>
13767
13768 PR remote/19496
13769 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
13770 Remove kfail for PR remote/19496.
13771
c4ef31bf
SM
137722016-02-16 Simon Marchi <simon.marchi@ericsson.com>
13773
13774 * lib/gdb.exp (standard_temp_file): Return a path specific to
13775 the runtest invocation.
13776
266b65b3
SM
137772016-02-16 Simon Marchi <simon.marchi@ericsson.com>
13778
13779 * gdb.trace/save-trace.exp: Change relative path to be in the
13780 standard output directory.
13781
a7a0a6a9
JK
137822016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
13783
13784 * gdb.arch/i386-prologue.c: Add missing prototypes.
13785
c99dbb42
JK
137862016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
13787
13788 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
13789 * gdb.arch/i386-prologue.exp: Likewise.
13790 * gdb.arch/i386-size.exp: Likewise.
13791
aa480355
SM
137922016-02-15 Simon Marchi <simon.marchi@ericsson.com>
13793
13794 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
13795 define object file path.
13796 * gdb.btrace/gcore.exp: Use standard_output_file to define core
13797 file path.
13798 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
13799 standard_output_file to define binfile.
13800
ba881f50
JK
138012016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
13802
13803 Fix compatibility with recent gfortran-5.3.1.
13804 * gdb.fortran/vla-history.exp (print vla1 allocated)
13805 (print vla2 allocated, print $2, print $3): Remove
13806 (print $4): Rename to ...
13807 (print $2): ... here.
13808 (print $9): Rename to ...
13809 (print $5): ... here.
13810 (print $10): Rename to ...
13811 (print $6): ... here.
13812 * gdb.fortran/vla.f90: Add pvla initialization.
13813
e9fb005c
JK
138142016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
13815
13816 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
13817 New test.
13818 * gdb.fortran/vla-value-sub.exp: Likewise.
13819
e44e00ff
MK
138202016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
13821
13822 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
13823
97e94151
SM
138242016-02-12 Simon Marchi <simon.marchi@ericsson.com>
13825
13826 * i386-biarch-core.exp: Define corefile using
13827 standard_output_file.
13828
01113bc1
YQ
138292016-02-12 Yao Qi <yao.qi@linaro.org>
13830
13831 * gdb.arch/arm-single-step-kernel-helper.c: New.
13832 * gdb.arch/arm-single-step-kernel-helper.exp: New.
13833
33b4777c
MM
138342016-02-12 Markus Metzger <markus.t.metzger@intel.com>
13835
13836 * gdb.btrace/tailcall-only.exp: New.
13837 * gdb.btrace/tailcall-only.c: New.
13838 * gdb.btrace/x86_64-tailcall-only.S: New.
13839 * gdb.btrace/i686-tailcall-only.S: New.
13840
acc23c11
PA
138412016-02-11 Pedro Alves <palves@redhat.com>
13842
13843 * README (Parallel testing): Add missing double quotes.
13844
e352bf0a
PA
138452016-02-11 Pedro Alves <palves@redhat.com>
13846
13847 * README (Parallel testing): New section.
13848 (GDB_PARALLEL): Rewrite.
13849 (FORCE_PARALLEL): Document.
13850
9f5fed78
MK
138512016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
13852
13853 * gdb.trace/tfile-avx.c: New test.
13854 * gdb.trace/tfile-avx.exp: New test.
13855
9ef9e6a6
KS
138562016-02-09 Keith Seitz <keiths@redhat.com>
13857
13858 PR breakpoints/19546
13859 * gdb.base/infcall-exec.c: New file.
13860 * gdb.base/infcall-exec2.c: New file.
13861 * gdb.base/infcall-exec.exp: New file.
13862
a96e36da
KS
138632016-02-09 Keith Seitz <keiths@redhat.com>
13864
13865 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
13866 (toplevel): Call test_bkpt_address.
13867
9f61929f
KS
138682016-02-09 Keith Seitz <keiths@redhat.com>
13869
13870 PR python/19506
13871 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
13872 (toplevel): Call test_bkpt_address.
13873
1e94266c
SM
138742016-02-09 Simon Marchi <simon.marchi@ericsson.com>
13875
13876 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
13877 to AC_OUTPUT.
13878 * configure: Regenerate.
13879
2a7f3dff
PA
138802016-02-09 Pedro Alves <palves@redhat.com>
13881
13882 PR breakpoints/19548
13883 * gdb.base/execl-update-breakpoints.c (some_function): New
13884 function.
13885 (main): Call it.
13886 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
13887 Tighten expected GDB output.
13888
2151ccc5
SM
138892016-02-08 Simon Marchi <simon.marchi@ericsson.com>
13890
13891 * Makefile.in (ALL_SUBDIRS): Remove.
13892 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
13893 (distclean maintainer-clean realclean): Likewise.
13894 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
13895 * configure: Regenerate.
13896 * gdb.ada/Makefile.in: Delete.
13897 * gdb.arch/Makefile.in: Likewise.
13898 * gdb.asm/Makefile.in: Likewise.
13899 * gdb.base/Makefile.in: Likewise.
13900 * gdb.btrace/Makefile.in: Likewise.
13901 * gdb.cell/Makefile.in: Likewise.
13902 * gdb.compile/Makefile.in: Likewise.
13903 * gdb.cp/Makefile.in: Likewise.
13904 * gdb.disasm/Makefile.in: Likewise.
13905 * gdb.dlang/Makefile.in: Likewise.
13906 * gdb.dwarf2/Makefile.in: Likewise.
13907 * gdb.fortran/Makefile.in: Likewise.
13908 * gdb.gdb/Makefile.in: Likewise.
13909 * gdb.go/Makefile.in: Likewise.
13910 * gdb.guile/Makefile.in: Likewise.
13911 * gdb.java/Makefile.in: Likewise.
13912 * gdb.linespec/Makefile.in: Likewise.
13913 * gdb.mi/Makefile.in: Likewise.
13914 * gdb.modula2/Makefile.in: Likewise.
13915 * gdb.multi/Makefile.in: Likewise.
13916 * gdb.objc/Makefile.in: Likewise.
13917 * gdb.opencl/Makefile.in: Likewise.
13918 * gdb.opt/Makefile.in: Likewise.
13919 * gdb.pascal/Makefile.in: Likewise.
13920 * gdb.perf/Makefile.in: Likewise.
13921 * gdb.python/Makefile.in: Likewise.
13922 * gdb.reverse/Makefile.in: Likewise.
13923 * gdb.server/Makefile.in: Likewise.
13924 * gdb.stabs/Makefile.in: Likewise.
13925 * gdb.threads/Makefile.in: Likewise.
13926 * gdb.trace/Makefile.in: Likewise.
13927 * gdb.xml/Makefile.in: Likewise.
13928 * lib/gdb.exp (make_gdb_parallel_path): Add check for
13929 GDB_PARALLEL.
13930 (standard_output_file): Remove check for GDB_PARALLEL, always
13931 return path in outputs/$subdir/$testname.
13932
437277d4
SM
139332016-02-08 Simon Marchi <simon.marchi@ericsson.com>
13934
13935 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
13936 (site.exp): Assign abs_srcdir to tcl's srcdir.
13937
31d913c7
YQ
139382016-02-04 Yao Qi <yao.qi@linaro.org>
13939
13940 * gdb.base/foll-exec-mode.c: Include limits.h.
13941 (main): Add parameters argc and argv. Get directory from
13942 argv[0].
13943 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
13944 compilation.
13945 * gdb.base/foll-exec.c: Include limits.h.
13946 (main): Add parameters argc and argv.
13947 Get directory from argv[0].
13948 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
13949 Adjust tests on the number of lines as source code changed.
13950 * gdb.base/foll-vfork-exit.c: Include limits.h.
13951 (main): Add one line of statement before vfork.
13952 * gdb.base/foll-vfork.c: Include limits.h and string.h.
13953 (main): Add parameters argc and argv. Get directory from
13954 argv[0].
13955 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
13956 (setup_gdb): Set tbreak to skip some source lines.
13957 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
13958 (main): Add parameters argc and argv. Get directory from
13959 argv[0].
13960 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
13961 compilation.
13962 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
13963 (main): Add parameters argc and argv. Get directory from
13964 argv[0].
13965 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
13966 compilation.
13967
9482b9fb
DE
139682016-02-01 Doug Evans <dje@google.com>
13969
13970 * gdb.base/skip.exp: Clean up multiple references to same test name.
13971
6b2e4f10
PA
139722016-02-01 Pedro Alves <palves@redhat.com>
13973
ccb6afd6 13974 PR remote/19496
6b2e4f10
PA
13975 * gdb.threads/forking-threads-plus-breakpoint.exp
13976 (displaced_stepping_supported): New global.
13977 (probe_displaced_stepping_support): New procedure.
13978 (do_test): Add 'displaced' parameter, and use it.
13979 (top level): Check for displaced stepping support. Add displaced
13980 stepping on/off testing axis.
13981
37a8db1a
AB
139822016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
13983
13984 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
13985 pointer. Don't perform further tests on the unassociated pointer
13986 if the first test fails.
13987
5fdf6324
AB
139882016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
13989
13990 * gdb.base/max-value-size.c: New file.
13991 * gdb.base/max-value-size.exp: New file.
13992 * gdb.base/huge.exp: Disable max-value-size for this test.
13993
935c6144
IB
139942016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
13995
13996 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
13997
7fe8399d
YQ
139982016-01-28 Yao Qi <yao.qi@linaro.org>
13999
14000 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
14001
a2077e25
PA
140022016-01-25 Pedro Alves <palves@redhat.com>
14003
14004 PR threads/19461
14005 * gdb.base/fork-running-state.c: New file.
14006 * gdb.base/fork-running-state.exp: New file.
14007
1d2736d4
PA
140082016-01-25 Pedro Alves <palves@redhat.com>
14009
14010 PR gdb/19494
14011 * gdb.base/catch-fork-kill.c: New file.
14012 * gdb.base/catch-fork-kill.exp: New file.
14013
f1da4b11
PA
140142016-01-25 Pedro Alves <palves@redhat.com>
14015
14016 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
14017 Delete, moved to lib/gdb.exp.
14018 * gdb.threads/forking-threads-plus-breakpoint.exp
14019 (foreach_with_prefix): Likewise.
14020 * gdb.threads/process-dies-while-handling-bp.exp
14021 (foreach_with_prefix): Likewise.
14022 * lib/gdb.exp (foreach_with_prefix): New procedure.
14023
45f38546
MK
140242016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
14025
14026 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
14027 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
14028
dc29a1ce
MK
140292016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
14030
14031 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
14032 endian targets.
14033
092127d7
JK
140342016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
14035 Pedro Alves <palves@redhat.com>
14036
14037 Fix testsuite compatibility with Guile.
14038 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
14039 number.
14040
31d765d3
JK
140412016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
14042
14043 Fix testsuite compatibility with Guile.
14044 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
14045 (thread 1): New test for backtrace through signal handler.
14046
1ac78c04
YQ
140472016-01-22 Yao Qi <yao.qi@linaro.org>
14048
14049 PR testsuite/19491
14050 * gdb.base/multi-forks.c: Include
14051 ../lib/unbuffer_output.c
14052 (main): Call gdb_unbuffer_output.
14053
4f5946a8
DE
140542016-01-21 Doug Evans <dje@google.com>
14055
14056 * lib/ada.exp (gdb_compile_ada): Fix typo.
14057
305e13e6
JB
140582016-01-21 Joel Brobecker <brobecker@adacore.com>
14059
14060 * gdb.base/break-fun-addr.exp: New file.
14061 * gdb.base/break-fun-addr1.c: New file.
14062 * gdb.base/break-fun-addr2.c: New file.
14063
5f5dfff6
SM
140642016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
14065
14066 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
14067 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
14068 enum flag values.
14069
fd356fa2
AA
140702016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
14071
14072 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
14073 when GDB can not set the vector return value. Add more comments
14074 for clarification.
14075
9df22175
AT
140762016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
14077
14078 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
14079 command.
14080
41d1845e
SM
140812016-01-19 Simon Marchi <simon.marchi@ericsson.com>
14082
14083 * Makefile.in (DO_RUNTEST): Add --status and update usages.
14084
01ac6840
SM
140852016-01-19 Simon Marchi <simon.marchi@ericsson.com>
14086
14087 * Makefile.in (check-single): Pass --status to runtest.
14088 (check/%.exp): Likewise.
14089
140902016-01-19 Simon Marchi <simon.marchi@ericsson.com>
14091
14092 * Makefile.in (check-parallel): Propagate return code from make
14093 do-check-parallel.
14094
bd0a71fa
MK
140952016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
14096
14097 * gdb.trace/ftrace.exp: Fix expected message on continue.
14098 * gdb.trace/pending.exp: Fix expected message on continue.
14099 * gdb.trace/trace-break.exp: Fix expected message on continue.
14100
8bcbad33
SM
141012016-01-18 Simon Marchi <simon.marchi@ericsson.com>
14102
14103 * lib/gdb.exp (gdb_test): Remove unused global references.
14104
f303dbd6
PA
141052016-01-18 Pedro Alves <palves@redhat.com>
14106
14107 * gdb.base/async-shell.exp: Adjust expected output.
14108 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
14109 * gdb.base/siginfo-thread.exp: Adjust expected output.
14110 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
14111 * gdb.java/jnpe.exp: Adjust expected output.
14112 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
14113 * gdb.threads/continue-pending-status.exp: Adjust expected output.
14114 * gdb.threads/leader-exit.exp: Adjust expected output.
14115 * gdb.threads/manythreads.exp: Adjust expected output.
14116 * gdb.threads/pthreads.exp: Adjust expected output.
14117 * gdb.threads/schedlock.exp: Adjust expected output.
14118 * gdb.threads/siginfo-threads.exp: Adjust expected output.
14119 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
14120 expected output.
14121 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
14122 output.
14123 * gdb.threads/sigthread.exp: Adjust expected output.
14124 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
14125
b2789696
YQ
141262016-01-18 Yao Qi <yao.qi@linaro.org>
14127
14128 * gdb.guile/scm-section-script.c: Replace @progbits with
14129 %progbits.
14130 * gdb.python/py-section-script.c: Likewise.
14131
71ef29a8
PA
141322016-01-15 Pedro Alves <palves@redhat.com>
14133
14134 * gdb.multi/tids.exp: Test star wildcard ranges.
14135
3f5b7598
PA
141362016-01-15 Pedro Alves <palves@redhat.com>
14137
14138 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
14139 command from "thread apply" invocation.
14140 (thr_apply_info_thr_invalid): Default the expected output to the
14141 input tid list.
14142 (top level): Add tests that use convenience variables. Add tests
14143 for "thread apply" with a valid TID list, but missing the command.
14144
663f6d42
PA
141452016-01-13 Pedro Alves <palves@redhat.com>
14146
14147 * gdb.base/default.exp: Expect $_gthread as well.
14148 * gdb.multi/tids.exp: Test $_gthread.
14149 * gdb.threads/thread-specific.exp: Test $_gthread.
14150
c84f6bbf
PA
141512016-01-13 Pedro Alves <palves@redhat.com>
14152
14153 * gdb.multi/tids.exp: Test "info threads -gid".
14154
22a02324
PA
141552016-01-13 Pedro Alves <palves@redhat.com>
14156
14157 * gdb.multi/tids.exp: Test InferiorThread.global_num and
14158 Breakpoint.thread.
14159 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
14160
5d5658a1
PA
141612016-01-07 Pedro Alves <palves@redhat.com>
14162
14163 * gdb.base/break.exp: Adjust to output changes.
14164 * gdb.base/hbreak2.exp: Likewise.
14165 * gdb.base/sepdebug.exp: Likewise.
14166 * gdb.base/watch_thread_num.exp: Likewise.
14167 * gdb.linespec/keywords.exp: Likewise.
14168 * gdb.multi/info-threads.exp: Likewise.
14169 * gdb.threads/thread-find.exp: Likewise.
14170 * gdb.multi/tids.c: New file.
14171 * gdb.multi/tids.exp: New file.
14172
84654457
PA
141732016-01-13 Pedro Alves <palves@redhat.com>
14174
14175 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
14176
e3940304
PA
141772016-01-13 Pedro Alves <palves@redhat.com>
14178
14179 * gdb.base/default.exp: Expect $_inferior as well.
14180 * gdb.multi/base.exp: Test $_inferior.
14181
a911d87a
PA
141822016-01-13 Pedro Alves <palves@redhat.com>
14183
14184 PR breakpoints/19388
14185 * gdb.base/catch-signal-siginfo-cond.c: New file.
14186 * gdb.base/catch-signal-siginfo-cond.exp: New file.
14187
82075af2
JS
141882016-01-12 Josh Stone <jistone@redhat.com>
14189 Philippe Waroquiers <philippe.waroquiers@skynet.be>
14190
14191 * gdb.base/catch-syscall.c (do_execve): New variable.
14192 (main): Conditionally trigger an execve.
14193 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
14194 (test_catch_syscall_execve): New, check entry/return across execve.
14195 (do_syscall_tests): Call test_catch_syscall_execve.
14196
e46eeedd
PA
141972016-01-12 Pedro Alves <palves@redhat.com>
14198
14199 * gdb.base/random-signal.exp (do_test): New procedure, with body
14200 of testcase moved in.
14201
01d8c27e
JK
142022016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
14203 Pedro Alves <palves@redhat.com>
14204
14205 * gdb.base/funcargs.exp (finish from indirectly called function):
14206 Reintroduce the case for 'First'.
14207
9a706302
JK
142082016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
14209 Pedro Alves <palves@redhat.com>
14210
14211 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
14212 (tcatch_vfork_then_child_follow_exec)
14213 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
14214 identification.
14215
c0ecb95f
JK
142162016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
14217
14218 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
14219 and repeats to unlimited.
14220 * gdb.python/py-value.exp: Likewise.
14221 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
14222 and repeats to unlimited.
14223
6cfc1fcb
JK
142242016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
14225
14226 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
14227 and reordering the functions.
14228 * gdb.multi/hangout.c: Likewise.
14229 * gdb.multi/hello.c: Likewise.
14230
582a1b00
SM
142312016-01-08 Simon Marchi <simon.marchi@ericsson.com>
14232
14233 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
14234 absolute.
14235 (SingleStatisticTestResult.report): Use dict.keys instead of
14236 dict.iterkeys.
14237
79bc59cb
PA
142382016-01-06 Pedro Alves <palves@redhat.com>
14239
14240 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
14241
43368e1d
MM
142422016-01-04 Markus Metzger <markus.t.metzger@intel.com>
14243
14244 * gdb.btrace/dlopen.exp: New.
14245 * gdb.btrace/dlopen.c: New.
14246 * gdb.btrace/dlopen-dso.c: New.
14247
79fad5b8
SL
142482015-12-25 Sandra Loosemore <sandra@codesourcery.com>
14249
14250 * lib/gdb.exp (gdb_test): Update comments to clarify that the
14251 PATTERN argument is optional.
14252
ab8314b3
JB
142532015-12-24 Joel Brobecker <brobecker@adacore.com>
14254
14255 * lib/ada.exp (target_compile_ada_from_dir): New function.
14256 (gdb_compile_ada): Reimplement avoiding the use of project files.
14257 * gdb.ada/gnat_ada.gpr: Delete.
14258 * gdb.ada/cond_lang.exp: Adjust test to make path before
14259 filename optional.
14260 * gdb.ada/small_reg_param.exp: Likewise.
14261
fe33faff
SM
142622015-12-22 Simon Marchi <simon.marchi@ericsson.com>
14263
14264 * gdb.base/foll-vork.exp: Remove HP-UX special case.
14265
6d265cb4
TP
142662015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
14267
14268 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
14269 case.
14270
10125099
SM
142712015-12-21 Simon Marchi <simon.marchi@ericsson.com>
14272
14273 * gdb.base/break.exp: Remove dead code.
14274 * gdb.base/sepdebug.exp: Likewise.
14275
3ca22649
SM
142762015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
14277
14278 * gdb.asm/asm-source.exp: Remove HP-UX references.
14279 * gdb.base/annota1.exp: Likewise.
14280 * gdb.base/annota3.exp: Likewise.
14281 * gdb.base/attach.exp: Likewise.
14282 * gdb.base/bigcore.exp: Likewise.
14283 * gdb.base/break.exp: Likewise.
14284 * gdb.base/call-ar-st.exp: Likewise.
14285 * gdb.base/callfuncs.exp: Likewise.
14286 * gdb.base/catch-fork-static.exp: Likewise.
14287 * gdb.base/display.exp: Likewise.
14288 * gdb.base/foll-exec-mode.exp: Likewise.
14289 * gdb.base/foll-exec.exp: Likewise.
14290 * gdb.base/foll-fork.exp: Likewise.
14291 * gdb.base/foll-vfork.exp: Likewise.
14292 * gdb.base/funcargs.exp: Likewise.
14293 * gdb.base/hbreak2.exp: Likewise.
14294 * gdb.base/inferior-died.exp: Likewise.
14295 * gdb.base/interrupt.exp: Likewise.
14296 * gdb.base/multi-forks.exp: Likewise.
14297 * gdb.base/nodebug.exp: Likewise.
14298 * gdb.base/sepdebug.exp: Likewise.
14299 * gdb.base/solib1.c: Likewise.
14300 * gdb.base/step-test.exp: Likewise.
14301 * gdb.mi/non-stop.c: Likewise.
14302 * gdb.mi/pthreads.c: Likewise.
14303 * gdb.multi/bkpt-multi-exec.ex: Likewise.
14304 * gdb.threads/pthreads.c: Likewise.
14305 * gdb.threads/staticthreads.exp: Likewise.
14306 * lib/future.exp: Likewise.
14307 * lib/gdb.exp: Likewise.
14308 * gdb.base/so-indr-cl.c: Remove.
14309 * gdb.base/so-indr-cl.exp: Likewise.
14310 * gdb.base/solib.c: Likewise.
14311 * gdb.base/solib.exp: Likewise.
14312 * gdb.base/solib2.c: Likewise.
14313
b6304613
SM
143142015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
14315
14316 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
14317 * gdb.base/call-ar-st.exp: Likewise.
14318 * gdb.base/callfuncs.exp: Likewise.
14319 * gdb.base/condbreak.exp: Likewise.
14320 * gdb.base/constvars.exp: Likewise.
14321 * gdb.base/hbreak2.exp: Likewise.
14322 * gdb.base/langs.exp: Likewise.
14323 * gdb.base/list.exp: Likewise.
14324 * gdb.base/long_long.exp: Likewise.
14325 * gdb.base/ptype.exp: Likewise.
14326 * gdb.base/scope.exp: Likewise.
14327 * gdb.base/signals.exp: Likewise.
14328 * gdb.base/so-impl-ld.exp: Likewise.
14329 * gdb.base/varargs.exp: Likewise.
14330 * gdb.base/volatile.exp: Likewise.
14331 * gdb.base/whatis.exp: Likewise.
14332 * gdb.cp/cplusfuncs.exp: Likewise.
14333 * gdb.cp/inherit.exp: Likewise.
14334 * gdb.cp/local.exp: Likewise.
14335 * gdb.cp/member-ptr.exp: Likewise.
14336 * gdb.cp/method.exp: Likewise.
14337 * gdb.cp/overload.exp: Likewise.
14338 * gdb.cp/templates.exp: Likewise.
14339 * gdb.stabs/weird.exp: Likewise.
14340 * lib/compiler.c: Likewise.
14341 * lib/compiler.cc: Likewise.
14342 * lib/cp-support.exp: Likewise.
14343 * lib/gdb.exp: Likewise.
14344
bf401b07
SM
143452015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
14346
14347 * configure.ac: Remove HP-UX case.
14348 * configure: Regenerate.
14349
aff9c0f8
SM
143502015-12-18 Simon Marchi <simon.marchi@ericsson.com>
14351
14352 * lib/gdb.exp (gdb_compile): Add function doc.
14353
a6904d5a
PA
143542015-12-17 Pedro Alves <palves@redhat.com>
14355
14356 PR threads/19354
14357 * gdb.multi/info-threads.exp: New file.
14358
a22279dd
YQ
143592015-12-15 Yao Qi <yao.qi@linaro.org>
14360
14361 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
14362 is aarch64*-*-*.
14363
0588c796
SL
143642015-12-14 Sandra Loosemore <sandra@codesourcery.com>
14365
14366 * gdb.base/history-duplicates.exp: Skip if no readline support.
14367
5d978e17
SL
143682015-12-14 Sandra Loosemore <sandra@codesourcery.com>
14369
14370 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
14371
7e763b86
SL
143722015-12-14 Sandra Loosemore <sandra@codesourcery.com>
14373
14374 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
14375
87a3a92c
SL
143762015-12-14 Sandra Loosemore <sandra@codesourcery.com>
14377
14378 * gdb.base/completion.exp: Skip tests that interrupt GDB with
14379 ctrl-C if nointerrupts target property is set.
14380 * gdb.base/double-prompt-target-event-error.exp: Likewise.
14381 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
14382 * gdb.base/paginate-bg-execution.exp: Likewise.
14383 * gdb.base/paginate-execution-startup.exp: Likewise.
14384 * gdb.base/random-signal.exp: Likewise.
14385 * gdb.base/range-stepping.exp: Likewise.
14386 * gdb.cp/annota2.exp: Likewise.
14387 * gdb.cp/annota3.exp: Likewise.
14388 * gdb.gdb/selftest.exp: Likewise.
14389 * gdb.threads/continue-pending-status.exp: Likewise.
14390 * gdb.threads/leader-exit.exp: Likewise.
14391 * gdb.threads/manythreads.exp: Likewise.
14392 * gdb.threads/pthreads.exp: Likewise.
14393 * gdb.threads/schedlock.exp: Likewise.
14394 * gdb.threads/sigthread.exp: Likewise.
14395
a8f077dc
DB
143962015-12-11 Don Breazeal <donb@codesourcery.com>
14397
14398 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
14399 remote.
14400 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
14401 * gdb.base/foll-exec.exp (main): Enable for target remote.
14402 * gdb.base/foll-fork.exp (main): Likewise.
14403 * gdb.base/foll-vfork.exp (main): Likewise.
14404 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
14405 (proc continue_to_exit_bp_loc): Use clean_restart.
14406 * gdb.base/pie-execl.exp (main): Disable for target remote.
14407 * gdb.base/watch-vfork.exp (main): Enable for target remote.
14408 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
14409 * gdb.threads/execl.exp (main): Likewise.
14410 * gdb.threads/fork-child-threads.exp (main): Likewise.
14411 * gdb.threads/fork-plus-threads.exp (main): Disable for target
14412 remote.
14413 * gdb.threads/fork-thread-pending.exp (main): Enable for target
14414 remote.
14415 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
14416 pid.tid style ptids, instead of just tid.
14417 * gdb.threads/thread-execl.exp (main): Enable for target remote.
14418 * gdb.threads/watchpoint-fork.exp (main): Likewise.
14419 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
14420 ptids, instead of just tid.
14421
3b2464a8
AB
144222015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
14423
14424 * gdb.base/list.exp (test_list_forward): Add end of file error
14425 test.
14426 (test_repeat_list_command): Add end of file error test.
14427 (test_list_backwards): Add beginning of file error test.
14428
a0def019
AB
144292015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
14430
14431 * gdb.base/list.exp (test_list_invalid_args): New function,
14432 defined, and called.
14433
5c000dff
AB
144342015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
14435
14436 * gdb.base/list.exp (test_list): Make test names unique.
14437
f1637ebe
YQ
144382015-12-11 Yao Qi <yao.qi@linaro.org>
14439
14440 * gdb.base/coremaker2.c: Remove.
14441
36d6fc0a
PA
144422015-12-10 Pedro Alves <palves@redhat.com>
14443
14444 * gdb.multi/base.exp: Remove stale "spaces" references.
14445
762f7747
PA
144462015-12-10 Pedro Alves <palves@redhat.com>
14447
14448 * gdb.multi/base.exp: Don't use nowarnings.
14449 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
14450 * gdb.multi/hangout.c: Include stdio.h.
14451 * gdb.multi/hello.c: Include stdlib.h.
14452 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
14453 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
14454 * gdb.multi/multi-arch.exp: Don't use nowarnings.
14455
28d2bfb9
AB
144562015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
14457
14458 * gdb.dwarf2/dw2-ranges-base.c: New file.
14459 * gdb.dwarf2/dw2-ranges-base.exp: New file.
14460 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
14461 support additional line table, and debug ranges generation.
14462 (Dwarf::ranges): New function, generate .debug_ranges.
14463 (Dwarf::lines): Support generating simple line table programs.
14464 (Dwarf::assemble): Initialise new namespace variables.
14465
5fc2beac
KB
144662015-12-09 Kevin Buettner <kevinb@redhat.com>
14467
14468 * gdb.base/async.exp (proc test_background): Add case for
14469 asynchronous execution not supported.
14470
1c35a88f
LM
144712015-12-09 Luis Machado <lgustavo@codesourcery.com>
14472
14473 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
14474 format and change test names to make them unique.
14475
b593e3d9
RK
144762015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
14477 Pedro Alves <pedro@redhat.com>
14478
14479 PR gdb/18702
14480 Add checking of floatformats setup on x86_64 hosts.
14481 * gdb.arch/i386-float.S (main): Load bigval and smallval.
14482 (smallval, bigval): New labels/constants.
14483 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
14484 float" after loading bigval and smallval.
14485
d72413e6
PMR
144862015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
14487
14488 * gdb.ada/fun_overload_menu.exp: New testcase.
14489 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
14490
ece66d65
JS
144912015-12-04 Josh Stone <jistone@redhat.com>
14492
14493 * gdb.base/catch-fork-static.exp: New.
14494
41d0efca
YQ
144952015-12-03 Yao Qi <yao.qi@linaro.org>
14496
14497 * gdb.base/sizeof.c: Don't include stdio.h and
14498 ../lib/unbuffer_output.c.
14499 (main): New variable 'size' and 'value'. Remove printf and
14500 gdb_unbuffer_output. Assign return value to size and value.
14501 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
14502 at the beginning.
14503 (check_sizeof): Check the result by printing variable 'size'.
14504 (check_valueof): Check the result by printing variable 'value'.
14505
99fd02d9
YQ
145062015-12-01 Yao Qi <yao.qi@linaro.org>
14507
14508 * gdb.base/disp-step-syscall.exp: Define syscall instruction
14509 for aarch64*-*-linux* target.
14510
f2faf941
PA
145112015-11-30 Pedro Alves <palves@redhat.com>
14512
14513 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
14514
04bf20c5
PA
145152015-11-30 Pedro Alves <palves@redhat.com>
14516
14517 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
14518 Handle non-stop mode vCont replies.
14519
09df4675
PA
145202015-11-30 Pedro Alves <palves@redhat.com>
14521
14522 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
14523 prepare_for_testing. Start gdb with "set non-stop on" appended to
14524 GDBFLAGS. Lax expected stop output.
14525
58b584af
YQ
145262015-11-27 Yao Qi <yao.qi@linaro.org>
14527
14528 * gdb.arch/arm-neon.exp: New.
14529 * gdb.arch/arm-neon.c: New.
14530
dfcb77a8
YQ
145312015-11-27 Yao Qi <yao.qi@linaro.org>
14532
14533 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
14534
88e8ec1b
YQ
145352015-11-27 Yao Qi <yao.qi@linaro.org>
14536
14537 * gdb.cp/annota2.exp: Allow multiple occurrences of the
14538 frames-invalid annotation.
14539
bfde72c2
YQ
145402015-11-27 Yao Qi <yao.qi@linaro.org>
14541
14542 * gdb.cp/annota2.exp: Use ${frames_invalid}.
14543
f6512a69
SM
145442015-11-26 Simon Marchi <simon.marchi@ericsson.com>
14545
14546 * gdb.threads/names.exp: New file.
14547 * gdb.threads/names.c: New file.
14548 * README: Mention gdb,no_thread_names.
14549
46a3515b
MM
145502015-11-26 Markus Metzger <markus.t.metzger@intel.com>
14551
14552 PR 19297
14553 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
14554 support" error.
14555
62147a22
PA
145562015-11-24 Pedro Alves <palves@redhat.com>
14557
14558 PR 17539
14559 * gdb.base/display.exp: Expect displays to be sorted in ascending
14560 order. Use multi_line.
14561 * gdb.base/solib-display.exp: Likewise.
14562
2f341b6e
PA
145632015-11-24 Pedro Alves <palves@redhat.com>
14564
14565 PR 17539
25d49b86
PA
14566 * gdb.base/display.exp: Expect displays to be sorted in ascending
14567 order. Use multi_line.
14568 * gdb.base/solib-display.exp: Likewise.
2f341b6e 14569
7e0aa6aa
PA
145702015-11-24 Pedro Alves <palves@redhat.com>
14571
14572 PR 17539
14573 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
14574 threads in ascending order.
14575 * gdb.base/foll-fork.exp: Likewise.
14576 * gdb.base/foll-vfork.exp: Likewise.
14577 * gdb.base/multi-forks.exp: Likewise.
14578 * gdb.mi/mi-nonstop.exp: Likewise.
14579 * gdb.mi/mi-nsintrall.exp: Likewise.
14580 * gdb.multi/base.exp: Likewise.
14581 * gdb.multi/multi-arch.exp: Likewise.
14582 * gdb.python/py-inferior.exp: Likewise.
14583 * gdb.threads/break-while-running.exp: Likewise.
14584 * gdb.threads/execl.exp: Likewise.
14585 * gdb.threads/gcore-thread.exp: Likewise.
14586 * gdb.threads/info-threads-cur-sal.exp: Likewise.
14587 * gdb.threads/kill.exp: Likewise.
14588 * gdb.threads/linux-dp.exp: Likewise.
14589 * gdb.threads/multiple-step-overs.exp: Likewise.
14590 * gdb.threads/next-bp-other-thread.exp: Likewise.
14591 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
14592 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
14593 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
14594 * gdb.threads/thread-find.exp: Likewise.
14595 * gdb.threads/tls.exp: Likewise.
14596 * lib/mi-support.exp (mi_reverse_list): Delete.
14597 (mi_check_thread_states): No longer reverse list.
14598
2cc57ad8
PA
145992015-11-24 Pedro Alves <palves@redhat.com>
14600
14601 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
14602 use lowercase.
14603
c93e8391
SM
146042015-11-23 Simon Marchi <simon.marchi@ericsson.com>
14605
14606 * gdb.trace/actions.c: Include trace-common.h.
14607 (main): Add a location for a fast tracepoint.
14608 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
14609 the normal tracepoints.
14610 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
14611
045ccf91
SM
146122015-11-23 Simon Marchi <simon.marchi@ericsson.com>
14613
14614 * save-trace.exp: Factor out code to these...
14615 (gdb_save_tracepoints): New.
14616 (gdb_load_tracepoints): New.
14617 (do_save_load_test): New.
14618
5506f9f6
KB
146192015-11-23 Kevin Buettner <kevinb@redhat.com>
14620
14621 * gdb.base/asmlabel.exp: New test.
14622 * gdb.base/asmlabel.c: New test case.
14623
16c3b12f
JB
146242015-11-23 Joel Brobecker <brobecker@adacore.com>
14625
14626 * gdb.base/wrong_frame_bt_full-main.c: New file.
14627 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
14628 * gdb.base/wrong_frame_bt_full.exp: New file.
14629
155bfbd3
JB
146302015-11-23 Joel Brobecker <brobecker@adacore.com>
14631
14632 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
14633
bb097445
JM
146342015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
14635
206853a0 14636 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
bb097445
JM
14637 pstate register when comparing registers values in
14638 sparc64-*-linux-gnu targets to avoid spurious differences.
14639
9c88ed8f
JM
146402015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
14641
206853a0 14642 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
9c88ed8f 14643
96161e25
SL
146442015-11-19 Sandra Loosemore <sandra@codesourcery.com>
14645
14646 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
14647 as type argument to gdb_compile.
14648 * gdb.base/nested-subp2.exp: Likewise.
14649 * gdb.base/nested-subp3.exp: Likewise.
14650
340c2830
DV
146512015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
14652
14653 * lib/dwarf.exp (_note): Fix left shift of negative value.
14654 * gdb.trace/trace-condition.exp: Likewise.
14655
c1862d0f
YQ
146562015-11-13 Yao Qi <yao.qi@linaro.org>
14657
14658 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
14659 comments about d10v.
14660 (test_scalar_returns): Likewise.
14661 * gdb.base/d10v.ld: Remove.
14662 * gdb.base/overlays.exp: Remove the target triplet checking for
14663 d10v-*-*.
14664 * gdb.base/structs.exp (test_struct_returns): Remove the
14665 comments about d10v.
14666 (test_struct_calls): Likewise.
14667
77ae9c19
YQ
146682015-11-13 Yao Qi <yao.qi@linaro.org>
14669
14670 * gdb.base/gnu_vector.exp: Check the return value by "p res".
14671 * gdb.base/gnu_vector.c: Don't include stdio.h.
14672 (main): Don't print res and call add_some_intvecs.
14673
430e004e
MK
146742015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
14675
14676 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
14677 macro.
14678 (func5): Removed.
14679 (func4): Use FAST_TRACEPOINT_LABEL.
14680 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
14681 macro.
14682 (func): Removed.
14683 (thread_function): Use FAST_TRACEPOINT_LABEL.
14684 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
14685 (func): Remove.
14686 (marker): Use FAST_TRACEPOINT_LABEL.
14687 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
14688 (pendfunc1): Remove.
14689 (pendfunc): Use FAST_TRACEPOINT_LABEL.
14690 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
14691 (foo): Remove.
14692 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
14693 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
14694 macro.
14695 (func): Remove.
14696 (marker): Use FAST_TRACEPOINT_LABEL.
14697 * gdb.trace/trace-common.h: New header.
14698 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
14699 macro.
14700 (func): Remove.
14701 (marker): Use FAST_TRACEPOINT_LABEL.
14702 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
14703 (func): Remove.
14704 (thread_function): Use FAST_TRACEPOINT_LABEL.
14705
6e7675a7
MK
147062015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
14707
14708 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
14709 in front.
14710 * gdb.trace/change-loc.exp: Use global pcreg definition.
14711 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
14712 * gdb.trace/entry-values.exp: Use global spreg definition, add $
14713 in front.
14714 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
14715 * gdb.trace/pending.exp: Likewise.
14716 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
14717 * gdb.trace/trace-break.exp: Likewise.
14718 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
14719 in front.
14720 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
14721 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
14722 in front.
14723 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
14724
dddc0e16
JB
147252015-11-09 Joel Brobecker <brobecker@adacore.com>
14726
14727 * gdb.ada/fin_fun_out: New testcase.
14728
c6f0b406
KB
147292015-11-07 Kevin Buettner <kevinb@redhat.com>
14730
14731 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
14732 value associated with DW_AT_byte_size.
14733 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
14734 constants for DW_AT_byte_size, DW_AT_lower_bound, and
14735 DW_AT_upper_bound.
14736
f01dcfd9
KB
147372015-11-07 Kevin Buettner <kevinb@redhat.com>
14738
14739 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
14740 (gdb_target_symbol_prefix_flags): Define in terms of _asm
14741 version.
14742 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
14743 gdb.dwarf2/dw2-canonicalize-type.exp,
14744 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
14745 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
14746 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
14747 provided by gdb_target_symbol_prefix_flags_asm.
14748 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
14749 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
14750 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
14751 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
14752 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
14753 macros where needed). Use this macro for symbols which require
14754 the prefix provided by SYMBOL_PREFIX.
14755
2223449a
KB
147562015-11-05 Kevin Buettner <kevinb@redhat.com>
14757
14758 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
14759 New procs.
14760 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
14761 representing expressions, of more than one list element.
14762 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
14763 to prepend linker symbol prefix to f.
14764 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
14765 table_1 and table_2.
14766 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
14767 Likewise, for f and g.
14768 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
14769 for ptr.
14770 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
14771 for main.
14772 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
14773 table_1_ptr and table_2_ptr.
14774
6f2f1a3a
JK
147752015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
14776 Joel Brobecker <brobecker@adacore.com>
14777
14778 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
14779
566c56c9
MK
147802015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
14781
14782 * gdb.reverse/s390-mvcle.c: New test.
14783 * gdb.reverse/s390-mvcle.exp: New file.
14784 * lib/gdb.exp: Enable reverse tests on s390*-linux.
14785
d5f0636b
MK
147862015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
14787
14788 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
14789
7ad8b86c
MK
147902015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
14791
14792 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
14793 reaching marker2.
14794 * gdb.reverse/getresuid-reverse.exp: Likewise.
14795 * gdb.reverse/pipe-reverse.exp: Likewise.
14796 * gdb.reverse/readv-reverse.exp: Likewise.
14797 * gdb.reverse/recvmsg-reverse.exp: Likewise.
14798 * gdb.reverse/time-reverse.exp: Likewise.
14799 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
14800
4081c0f1
YQ
148012015-10-30 Yao Qi <yao.qi@linaro.org>
14802
14803 * gdb.threads/wp-replication.c (watch_count_done): Remove.
14804 (empty_cycle): Remove.
14805 (main): Don't call empty_cycle. Don't use watch_count_done.
14806 * gdb.threads/wp-replication.exp: Don't set breakpoint on
14807 empty_cycle. Rewrite the code counting HW watchpoints.
14808
452b4ba5
MK
148092015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
14810
14811 * gdb.reverse/fstatat-reverse.c: New test.
14812 * gdb.reverse/fstatat-reverse.exp: New file.
14813 * gdb.reverse/getresuid-reverse.c: New test.
14814 * gdb.reverse/getresuid-reverse.exp: New file.
14815 * gdb.reverse/pipe-reverse.c: New test.
14816 * gdb.reverse/pipe-reverse.exp: New file.
14817 * gdb.reverse/readv-reverse.c: New test.
14818 * gdb.reverse/readv-reverse.exp: New file.
14819 * gdb.reverse/recvmsg-reverse.c: New test.
14820 * gdb.reverse/recvmsg-reverse.exp: New file.
14821 * gdb.reverse/time-reverse.c: New test.
14822 * gdb.reverse/time-reverse.exp: New file.
14823 * gdb.reverse/waitpid-reverse.c: New test.
14824 * gdb.reverse/waitpid-reverse.exp: New file.
14825
5e2e7507
JK
148262015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
14827
14828 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
14829
0fde2c53
DE
148302015-10-26 Doug Evans <dje@google.com>
14831
14832 PR symtab/17391
14833 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
14834 * gdb.dwarf2/bad-regnum.c: New file.
14835 * gdb.dwarf2/bad-regnum.exp: New file.
14836
1a70ae97
DE
148372015-10-26 Doug Evans <dje@google.com>
14838
14839 PR python/18938
14840 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
14841 file.
14842
27dc26ab
JK
148432015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
14844
14845 * gdb.compile/compile.exp (compile code globalvar): Update expectation
14846 for a change by "Mention language in compile error message".
14847
bed91f4d
SM
148482015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
14849
14850 PR python/18073
14851 * gdb.python/py-type.c (C::a_method): New.
14852 (C::a_const_method): New.
14853 (C::a_static_method): New.
14854 (a_function): New.
14855 * gdb.python/py-type.exp (test_fields): Test getting fields
14856 from function and method.
14857
3f2f83dd
KB
148582015-10-21 Keven Boell <keven.boell@intel.com>
14859
14860 * gdb.fortran/vla-alloc-assoc.exp: New file.
14861 * gdb.fortran/vla-datatypes.exp: New file.
14862 * gdb.fortran/vla-datatypes.f90: New file.
14863 * gdb.fortran/vla-history.exp: New file.
14864 * gdb.fortran/vla-ptype-sub.exp: New file.
14865 * gdb.fortran/vla-ptype.exp: New file.
14866 * gdb.fortran/vla-sizeof.exp: New file.
14867 * gdb.fortran/vla-sub.f90: New file.
14868 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
14869 * gdb.fortran/vla-value-sub-finish.exp: New file.
14870 * gdb.fortran/vla-value-sub.exp: New file.
14871 * gdb.fortran/vla-value.exp: New file.
14872 * gdb.fortran/vla-ptr-info.exp: New file.
14873 * gdb.mi/mi-vla-fortran.exp: New file.
14874 * gdb.mi/vla.f90: New file.
14875
27145d50
SL
148762015-10-21 Sandra Loosemore <sandra@codesourcery.com>
14877
14878 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
14879 of hardwired timeout value.
14880
5f3ff4f8
JK
148812015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
14882 Pedro Alves <palves@redhat.com>
14883
14884 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
14885 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
14886
bfd09d20
JS
148872015-10-19 Josh Stone <jistone@redhat.com>
14888
14889 * gdb.base/catch-syscall.c: Include <sched.h>.
14890 (unknown_syscall): New variable.
14891 (main): Trigger a vfork and an unknown syscall.
14892 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
14893 (unknown_syscall_number): Likewise.
14894 (check_call_to_syscall): Accept an optional syscall pattern.
14895 (check_return_from_syscall): Likewise.
14896 (check_continue): Likewise.
14897 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
14898 (test_catch_syscall_skipping_return): New test toggling off 'catch
14899 syscall' to step over the syscall return, then toggling back on.
14900 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
14901 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
14902 (do_syscall_tests): Call test_catch_syscall_without_args and
14903 test_catch_syscall_mid_vfork.
14904 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
14905 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
14906
b32b93c6
AS
149072015-10-19 Andrew Stubbs <ams@codesourcery.com>
14908
14909 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
14910 print g_vE): Add new pass patterns.
14911 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
14912 print various symbol names for vptr fields.
14913
9d622bda
AB
149142015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
14915
14916 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
14917 results.
14918
0fd8ac1c
YQ
149192015-10-12 Yao Qi <yao.qi@linaro.org>
14920
14921 * gdb.arch/disp-step-insn-reloc.exp: New test case.
14922
34240514
YQ
149232015-10-12 Yao Qi <yao.qi@linaro.org>
14924
14925 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
14926 is aarch64*-*-linux*.
14927
8240f442
YQ
149282015-10-12 Yao Qi <yao.qi@linaro.org>
14929
14930 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
14931 (can_relocate_bcond_true): ... it.
14932 (can_relocate_bcond_false): New function.
14933 (foo): Likewise.
14934 (can_relocate_bl): Likewise.
14935 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
14936 can_relocate_bl.
14937
2520f728
PMR
149382015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
14939
14940 * gdb.base/nested-addr.c: New file.
14941 * gdb.base/nested-addr.exp: New testcase.
14942
abcef95a
MM
149432015-10-09 Markus Metzger <markus.t.metzger@intel.com>
14944
14945 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
14946 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
14947 its output. Ignore the output of "record goto begin" and instead
14948 check that GDB is replaying.
14949
145e3ddb
PA
149502015-10-09 Pedro Alves <palves@redhat.com>
14951
14952 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
14953 (top level): Use it in the run with no args test.
14954
d5d8c4e1
IB
149552015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
14956
14957 * gdb.dlang/properties.exp: New file.
14958
06e635ef
SL
149592015-10-02 Sandra Loosemore <sandra@codesourcery.com>
14960
14961 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
14962 whether or not address 0x1000 is mapped on the target.
14963
e019fd1d
SM
149642015-09-30 Simon Marchi <simon.marchi@ericsson.com>
14965
14966 * gdb.python/py-type.exp: Do not run tests if binaries fail to
14967 build.
14968
77ba2a67
MM
149692015-09-30 Markus Metzger <markus.t.metzger@intel.com>
14970
14971 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
14972 instruction-history test.
14973
c60eb31f
DE
149742015-09-28 Doug Evans <dje@google.com>
14975
14976 * gdb.base/gcore.c (array_func): Add reference to static_array.
14977
9a3c8263
SM
149782015-09-25 Simon Marchi <simon.marchi@ericsson.com>
14979
14980 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
14981 source line.
14982
9720e656
SL
149832015-09-24 Sandra Loosemore <sandra@codesourcery.com>
14984
14985 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
14986 short or char as base type.
14987
938d3bf2
SL
149882015-09-23 Sandra Loosemore <sandra@codesourcery.com>
14989
14990 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
14991 to allow any size enum.
14992
e6c2c623
PMR
149932015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
14994
14995 * gdb.ada/array_ptr_renaming.exp: New testcase.
14996 * gdb.ada/array_ptr_renaming/foo.adb: New file.
14997 * gdb.ada/array_ptr_renaming/pack.ads: New file.
14998
06da0f77
PL
149992015-09-21 Pierre Langlois <pierre.langlois@arm.com>
15000
15001 * gdb.trace/ftrace-lock.c: New file.
15002 * gdb.trace/ftrace-lock.exp: New file.
15003
4f51c22a
PL
150042015-09-21 Pierre Langlois <pierre.langlois@arm.com>
15005
15006 * gdb.arch/insn-reloc.c: New file.
15007 * gdb.arch/ftrace-insn-reloc.exp: New file.
15008
7041adf4
PL
150092015-09-21 Pierre Langlois <pierre.langlois@arm.com>
15010
15011 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
15012 instruction.
15013 * gdb.trace/pendshr1.c (pendfunc): Likewise.
15014 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
15015 * gdb.trace/range-stepping.c: Likewise.
15016 * gdb.trace/trace-break.c: Likewise.
15017 * gdb.trace/trace-mt.c (thread_function): Likewise.
15018 * gdb.trace/ftrace.c (marker): Likewise.
15019 * gdb.trace/trace-condition.c (marker): Likewise.
15020 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
15021 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
15022 is_aarch64_target.
15023
015d2e7e
DE
150242015-09-18 Doug Evans <xdje42@gmail.com>
15025
15026 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
15027 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
15028
26b188a2
SL
150292015-09-18 Sandra Loosemore <sandra@codesourcery.com>
15030
15031 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
15032 the breakpoint.
15033
79dc332b
SL
150342015-09-18 Sandra Loosemore <sandra@codesourcery.com>
15035
15036 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
15037 the pending breakpoint. Remove timeout override for "Run till
15038 MI pending breakpoint on pendfunc3 on thread 2" test.
15039
f57929f2
SL
150402015-09-18 Sandra Loosemore <sandra@codesourcery.com>
15041
15042 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
15043 filename pattern.
15044
3f469b17
SL
150452015-09-18 Sandra Loosemore <sandra@codesourcery.com>
15046
15047 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
15048 in breakpoint filename pattern.
15049
515b89b3
SL
150502015-09-18 Sandra Loosemore <sandra@codesourcery.com>
15051
7800dbe4
SL
15052 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
15053
150542015-09-18 Sandra Loosemore <sandra@codesourcery.com>
15055
515b89b3
SL
15056 * gdb.linespec/explicit.exp: Check for readline support for
15057 tab-completion tests. Fix obvious typo.
15058
d2939ba2
MM
150592015-09-18 Markus Metzger <markus.t.metzger@intel.com>
15060
15061 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
15062 and replay.
15063
cbb55fa7
MM
150642015-09-18 Markus Metzger <markus.t.metzger@intel.com>
15065
15066 * gdb.btrace/non-stop.c: New.
15067 * gdb.btrace/non-stop.exp: New.
15068
43691ca1
PL
150692015-09-17 Pierre Langlois <pierre.langlois@arm.com>
15070 Yao Qi <yao.qi@linaro.org>
15071
15072 * gdb.trace/trace-condition.c: New file.
15073 * gdb.trace/trace-condition.exp: New file.
15074
d78908cf
WW
150752015-09-16 Wei-cheng Wang <cole945@gmail.com>
15076
15077 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
15078 for testing bytecode compilation.
15079
1ed415e2
PA
150802015-09-16 Pedro Alves <palves@redhat.com>
15081 Sandra Loosemore <sandra@codesourcery.com>
15082
15083 * gdb.threads/non-stop-fair-events.c (timeout): New global.
15084 (SECONDS): Redefine.
15085 (main): Call pthread_kill and alarm early.
15086 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
15087 support.
15088 (test): If the target can't hardware step and doesn't support
15089 displaced stepping, increase the timeout.
15090
d136eff5
PA
150912015-09-16 Pedro Alves <palves@redhat.com>
15092
15093 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
15094 (enable_debug): New procedures.
15095 (test): Use them. Bail out if waiting for threads fails.
15096 (top level): Bail out if a test fails.
15097
991f019c
YQ
150982015-09-16 Yao Qi <yao.qi@linaro.org>
15099
15100 * gdb.asm/asm-source.exp: Set asm-arch for
15101 aarch64*-*-* target.
15102 * gdb.asm/aarch64.inc: New file.
15103
bfca584f
PMR
151042015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
15105
15106 * gdb.ada/array_of_variable_length.exp: New testcase.
15107 * gdb.ada/array_of_variable_length/foo.adb: New file.
15108 * gdb.ada/array_of_variable_length/pck.adb: New file.
15109 * gdb.ada/array_of_variable_length/pck.ads: New file.
15110
b326e587
DE
151112015-09-15 Doug Evans <dje@google.com>
15112
15113 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
15114 of function static local variable.
15115
5382cfab
PW
151162015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
15117
15118 * gdb.threads/tls-so_extern.exp: New test file.
15119 * gdb.threads/tls-so_extern.c: New test file.
15120 * gdb.threads/tls-so_extern_main.c: New test file.
15121
141c5cc4
JK
151222015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
15123
15124 * gdb.opt/solib-intra-step-lib.c: New file.
15125 * gdb.opt/solib-intra-step-main.c: New file.
15126 * gdb.opt/solib-intra-step.exp: New file.
15127
d15dcecd
PA
151282015-09-15 Pedro Alves <palves@redhat.com>
15129
15130 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
15131 gdb_continue_to_breakpoint instead of gdb_test_multiple.
15132
4c2f2a79
PA
151332015-09-14 Pedro Alves <palves@redhat.com>
15134
15135 * gdb.base/hook-stop-continue.c: Delete.
15136 * gdb.base/hook-stop-continue.exp: Delete.
15137 * gdb.base/hook-stop-frame.c: Delete.
15138 * gdb.base/hook-stop-frame.exp: Delete.
15139 * gdb.base/hook-stop.c: New file.
15140 * gdb.base/hook-stop.exp: New file.
15141
919e6dbe
PMR
151422015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
15143
15144 * gdb.ada/access_to_packed_array.exp: New testcase.
15145 * gdb.ada/access_to_packed_array/foo.adb: New file.
15146 * gdb.ada/access_to_packed_array/pack.adb: New file.
15147 * gdb.ada/access_to_packed_array/pack.ads: New file.
15148
157280a4
MM
151492015-09-14 Markus Metzger <markus.t.metzger@intel.com>
15150
15151 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
15152 buffer size test.
15153
2fd33e94
DB
151542015-09-11 Don Breazeal <donb@codesourcery.com>
15155
15156 * gdb.base/foll-exec.c: Add copyright header. Fix
15157 formatting issues.
15158 * gdb.base/foll-exec.exp (zap_session): Delete proc.
15159 (do_exec_tests): Use clean_restart in place of zap_session,
15160 and for test initialization. Fix formatting issues. Use
15161 fail in place of perror.
15162 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
15163 an expect statement to match an expression with output from
15164 the program under debug.
15165 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
15166 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
15167 * gdb.threads/non-ldr-exc-2.exp: Likewise.
15168 * gdb.threads/non-ldr-exc-3.exp: Likewise.
15169 * gdb.threads/non-ldr-exc-4.exp: Likewise.
15170
e70b6e8e
DE
151712015-09-09 Doug Evans <dje@google.com>
15172
15173 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
15174
7a551a51
DE
151752015-09-09 Doug Evans <dje@google.com>
15176
15177 * gdb.base/pie-execl.exp: Fix result test of build_executable.
15178
4c666f84
DE
151792015-09-09 Doug Evans <dje@google.com>
15180
15181 * gdb.base/savedregs.exp: Fix typo.
15182
243a9253
PA
151832015-09-09 Pedro Alves <palves@redhat.com>
15184
15185 * gdb.mi/mi-cli.exp: Add CLI finish tests.
15186
c0fa8fbd
SL
151872015-09-08 Sandra Loosemore <sandra@codesourcery.com>
15188
15189 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
15190 command actually switches threads. Give up on remaining
15191 tests if target fails to stop at breakpoint.
15192
cd7c1778
PMR
151932015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
15194
15195 * gdb.ada/funcall_char.exp: New testcase.
15196 * gdb.ada/funcall_char/foo.adb: New file.
15197
dc5c8746
PMR
151982015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
15199
15200 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
15201 expected outputs. Add two testcases for completing ambiguous
15202 functions.
15203 * gdb.ada/complete/aux_pck.adb: New file.
15204 * gdb.ada/complete/aux_pck.ads: New file.
15205 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
15206 Ambiguous_Func functions.
15207 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
15208 * gdb.ada/complete/pck.adb: Likewise.
15209
4e83a1e7
UW
152102015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
15211
15212 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
15213 failures to run the test program under GDB.
15214
8ce74153
LM
152152015-08-26 Luis Machado <lgustavo@codesourcery.com>
15216
15217 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
15218 to C.
15219
e9756d52
PP
152202015-08-26 Patrick Palka <patrick@parcs.ath.cx>
15221
15222 * gdb.base/run-after-attach.exp: New test file.
15223 * gdb.base/run-after-attach.c: New test file.
15224
8d37573b
DB
152252015-08-26 Don Breazeal <donb@codesourcery.com>
15226
15227 * gdb.base/foll-exec-2.c: New test program.
15228 * gdb.base/foll-exec-2.exp: New test.
15229
63e43d3a
PMR
152302015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
15231
15232 * gdb.base/nested-subp1.exp: New file.
15233 * gdb.base/nested-subp1.c: New file.
15234 * gdb.base/nested-subp2.exp: New file.
15235 * gdb.base/nested-subp2.c: New file.
15236 * gdb.base/nested-subp3.exp: New file.
15237 * gdb.base/nested-subp3.c: New file.
15238
3d40fbb5
PA
152392015-08-24 Pedro Alves <palves@redhat.com>
15240
15241 * gdb.server/connect-without-multi-process.c: New file.
15242 * gdb.server/connect-without-multi-process.exp: New file.
15243
4422ac93
LM
152442015-08-24 Luis Machado <lgustavo@codesourcery.com>
15245
15246 * gdb.opt/inline-markers.c: Make z int.
15247
91dddb86
LM
152482015-08-24 Luis Machado <lgustavo@codesourcery.com>
15249
15250 * gdb.opt/inline-markers.c: Make z volatile.
15251
a48847ee
LM
152522015-08-24 Luis Machado <lgustavo@codesourcery.com>
15253
15254 * gdb.opt/inline-bt.c: New volatile global z.
15255 * gdb.opt/inline-cmds.c: Likewise.
15256 * gdb.opt/inline-locals.c: Likewise.
15257 * gdb.opt/inline-markers.c: New extern global z.
15258 (marker): Use z.
15259 (inline_fn): Likewise.
15260
0ebbc52b
PA
152612015-08-24 Pedro Alves <palves@redhat.com>
15262
15263 * config/m32r-stub.exp: Remove file.
15264 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
15265 * gdb.base/call-rt-st.exp: Likewise.
15266 * gdb.base/call-strs.exp: Likewise.
15267 * gdb.base/default.exp: Remove references to h8300-*-hms and
15268 *-*-udi*.
15269 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
15270
77c365df
AA
152712015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
15272
15273 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
15274 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
15275 and "return" use KFAIL when GDB can not read/write the vector
15276 return value.
15277
4313b8c0
GB
152782015-08-21 Gary Benson <gbenson@redhat.com>
15279
15280 * gdb.trace/pending.exp: Cope with remote transfer warnings.
15281
0e433b32
PA
152822015-08-20 Pedro Alves <palves@redhat.com>
15283
15284 * gdb.server/solib-list.exp: No longer expect an interior stop in
15285 non-stop mode.
15286
221e1a37
PA
152872015-08-20 Pedro Alves <palves@redhat.com>
15288
15289 * gdb.server/connect-stopped-target.c: New file.
15290 * gdb.server/connect-stopped-target.exp: New file.
15291
40e3ad0e
PA
152922015-08-20 Pedro Alves <palves@redhat.com>
15293
15294 * gdb.dwarf2/comp-unit-lang.exp: New file.
15295 * gdb.dwarf2/comp-unit-lang.c: New file.
15296
af39b327
PMR
152972015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
15298
15299 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
15300 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
15301
7d45c7c3 153022015-08-19 Kevin Buettner <kevinb@redhat.com>
206853a0 15303
7d45c7c3
KB
15304 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
15305 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
15306
4d6cceb4
DE
153072015-08-18 Doug Evans <dje@google.com>
15308 Adrian Sendroiu <adrian.sendroiu@freescale.com>
15309
15310 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
15311 skip_python_tests. New arg prompt_regexp.
15312 (skip_python_tests): New function.
15313 * lib/mi-support.exp (mi_skip_python_tests): New function.
15314 * gdb.python/py-mi-objfile-gdb.py: New file.
15315 * gdb.python/py-mi-objfile.c: New file.
15316 * gdb.python/py-mi-objfile.exp: New file.
15317
ad89c2aa
KS
153182015-08-17 Keith Seitz <keiths@redhat.com>
15319
15320 * gdb.linespec/explicit.exp: Move strace test from here ...
15321 * gdb.trace/strace.exp: ... to here.
15322
e3ae3c43
PP
153232015-08-15 Patrick Palka <patrick@parcs.ath.cx>
15324
15325 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
15326 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
15327
604b2636
DE
153282015-08-14 Doug Evans <xdje42@gmail.com>
15329
15330 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
15331 inferior before selecting a new file.
15332
6ff0ba5f
DE
153332015-08-14 Doug Evans <xdje42@gmail.com>
15334
15335 * gdb.mi/mi-disassemble.exp: Update.
15336 * gdb.base/disasm-optim.S: New file.
15337 * gdb.base/disasm-optim.c: New file.
15338 * gdb.base/disasm-optim.h: New file.
15339 * gdb.base/disasm-optim.exp: New file.
15340
9ca98f92
KS
153412015-08-14 Keith Seitz <keiths@redhat.com>
15342
15343 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
15344 "evaluated-by".
15345
52bbc560
JB
153462015-08-13 Joel Brobecker <brobecker@adacore.com>
15347
15348 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
15349
5d8c3ed3
PMR
153502015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
15351
15352 * gdb.ada/fun_renaming.exp: New testcase.
15353 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
15354 * gdb.ada/fun_renaming/pack.adb: New file.
15355 * gdb.ada/fun_renaming/pack.ads: New file.
15356
ea8812bc
KS
153572015-08-12 Keith Seitz <keiths@redhat.com>
15358
15359 * gdb.base/dso2dso.exp: Pass basename of source file in call to
15360 gdb_get_line_number.
15361
4dafcdeb
JB
153622015-08-12 Joel Brobecker <brobecker@adacore.com>
15363
15364 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
15365 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
15366 gdb.base/dso2dso.exp: New files.
15367
5ba32597
SDJ
153682015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
15369 Pedro Alves <palves@redhat.com>
15370 Keith Seitz <keiths@redhat.com>
15371
15372 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
15373 GDBFLAGS.
15374
b6dafabf
PP
153752015-08-12 Patrick Palka <patrick@parcs.ath.cx>
15376
15377 * gdb.base/gdbhistsize-history.exp
15378 (test_histsize_history_setting): Use save_vars.
15379 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
15380 Use save_vars.
15381 (test_no_truncation_of_unlimited_history_file): Use save_vars.
15382 * gdb.base/readline.exp: Use save_vars.
15383
abe8e607
PP
153842015-08-12 Patrick Palka <patrick@parcs.ath.cx>
15385
15386 * lib/gdb.exp (save_vars): New proc.
15387
629500fa
KS
153882015-08-11 Keith Seitz <keiths@redhat.com>
15389
15390 * gdb.base/help.exp: Update help_breakpoint_text.
15391
eb8c4e2e
KS
153922015-08-11 Keith Seitz <keiths@redhat.com>
15393
15394 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
15395 (at toplevel): Call test_explicit_breakpoints.
15396 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
15397 breakpoints.
15398 * lib/mi-support.exp (mi_make_breakpoint): Add support for
15399 breakpoint conditions, "-cond".
15400
87f0e720
KS
154012015-08-11 Keith Seitz <keiths@redhat.com>
15402
15403 * gdb.linespec/3explicit.c: New file.
15404 * gdb.linespec/cpexplicit.cc: New file.
15405 * gdb.linespec/cpexplicit.exp: New file.
15406 * gdb.linespec/explicit.c: New file.
15407 * gdb.linespec/explicit.exp: New file.
15408 * gdb.linespec/explicit2.c: New file.
15409 * gdb.linespec/ls-errs.exp: Add explicit location tests.
15410 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
15411 before using in the matching pattern.
15412 Clarify that `prefix' is a regular expression.
15413
f00aae0f
KS
154142015-08-11 Keith Seitz <keiths@redhat.com>
15415
15416 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
15417 test.
15418 Add tests for missing ",FMT" and ",".
15419
e27852be
DE
154202015-08-10 Doug Evans <dje@google.com>
15421 Keith Seitz <keiths@redhat.com>
15422
15423 PR gdb/17960
15424 * gdb.base/completion.exp: Add location completer tests.
15425
7f03bd92
PA
154262015-08-07 Pedro Alves <palves@redhat.com>
15427
15428 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
15429 tests here.
15430 (top level): Run do_test with and without displaced stepping.
15431
3fc8eb30
PA
154322015-08-07 Pedro Alves <palves@redhat.com>
15433
15434 * gdb.base/valgrind-disp-step.c: New file.
15435 * gdb.base/valgrind-disp-step.exp: New file.
15436
d4569d7b
PA
154372015-08-07 Pedro Alves <palves@redhat.com>
15438
15439 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
15440 Delete function.
15441 (main): Add alarm. Run an infinite loop instead of calling
15442 wait_threads.
15443 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
15444 comment.
15445 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
15446 Delete function.
15447 (main): Add alarm. Run an infinite loop instead of calling
15448 wait_threads.
15449 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
15450 comment.
15451
e1316e60
PA
154522015-08-07 Pedro Alves <palves@redhat.com>
15453
15454 * gdb.base/checkpoint-ns.exp: New file.
15455 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
15456 standard_testfile.
15457
da8c46d2
MM
154582015-08-07 Markus Metzger <markus.t.metzger@intel.com>
15459
15460 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
15461 * gdb.btrace/instruction_history.exp: Update.
15462 * gdb.btrace/tsx.exp: New.
15463 * gdb.btrace/tsx.c: New.
15464
de1c2c52
PA
154652015-08-06 Pedro Alves <palves@redhat.com>
15466
15467 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
15468 increase timeout.
15469 * gdb.reverse/until-precsave.exp: Bump timeouts.
15470
782e0bf4
PA
154712015-08-06 Pedro Alves <palves@redhat.com>
15472
15473 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
15474
83e97ed0
PA
154752015-08-06 Pedro Alves <palves@redhat.com>
15476
15477 PR gdb/18749
15478 * gdb.threads/process-dies-while-handling-bp.c: New file.
15479 * gdb.threads/process-dies-while-handling-bp.exp: New file.
15480
863d01bd
PA
154812015-08-06 Pedro Alves <palves@redhat.com>
15482
15483 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
15484 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
15485
0a39bb32
PA
154862015-08-05 Pedro Alves <palves@redhat.com>
15487
15488 * gdb.threads/next-while-other-thread-longjmps.c: New file.
15489 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
15490
ee2d2b10
SL
154912015-08-03 Sandra Loosemore <sandra@codesourcery.com>
15492
15493 * gdb.base/bp-permanent.exp: Report test as unsupported if
15494 the target cannot stop at the permanent breakpoint.
15495
4e1bdb00
DE
154962015-08-03 Doug Evans <dje@google.com>
15497
15498 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
15499 10000.
15500
3d338901
DE
155012015-08-03 Doug Evans <dje@google.com>
15502
15503 * Makefile.in (workers/%.worker, build-perf): New rule.
15504 (GDB_PERFTEST_MODE): New variable.
15505 (check-perf): Use it.
15506 (clean): Clean up gdb.perf parallel build subdirs.
15507 * lib/build-piece.exp: New file.
15508 * lib/gdb.exp (make_gdb_parallel_path): New function
15509 (standard_output_file, standard_temp_file): Call it.
15510 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
15511 of $GDB_PARALLEL.
15512 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
15513
af061d3e
DE
155142015-08-03 Doug Evans <dje@google.com>
15515
8e1afc81 15516 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
af061d3e
DE
15517 (LOG_FILE_NAME): New global.
15518 (TextReporter.__init__): Initialize self.txt_sum.
15519 (TextReporter.report): Add support for multiple data-points.
15520 Move report to perftest.sum, put raw data in perftest.log.
15521 (TextReporter.start): Open sum and log files.
15522 (TextReporter.end): Close sum and log files.
8e1afc81
DE
15523 * gdb.perf/lib/perftest/testresult.py
15524 (SingleStatisticTestResult.record): Handle multiple data-points.
af061d3e 15525
2c8c5d37
PA
155262015-07-31 Pedro Alves <palves@redhat.com>
15527
15528 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
15529 Use spawn_id_get_pid. Wait for spawn id after eof. Use
15530 kill_wait_spawned_process instead of explicit "kill -9".
15531 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
15532 returning a spawn id instead of a pid. Use spawn_id_get_pid and
15533 kill_wait_spawned_process.
15534 * gdb.base/attach-twice.exp: Likewise.
15535 * gdb.base/attach.exp: Likewise.
15536 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
15537 gdb_test_multiple.
15538 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
15539 returning a spawn id instead of a pid. Use spawn_id_get_pid and
15540 kill_wait_spawned_process.
15541 * gdb.base/valgrind-infcall.exp: Likewise.
15542 * gdb.multi/multi-attach.exp: Likewise.
15543 * gdb.python/py-prompt.exp: Likewise.
15544 * gdb.python/py-sync-interp.exp: Likewise.
15545 * gdb.server/ext-attach.exp: Likewise.
15546 * gdb.threads/attach-into-signal.exp (corefunc): Use
15547 spawn_wait_for_attach, spawn_id_get_pid and
15548 kill_wait_spawned_process.
15549 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
15550 spawn_wait_for_attach returning a spawn id instead of a pid. Use
15551 spawn_id_get_pid and kill_wait_spawned_process.
15552 * gdb.threads/attach-stopped.exp (corefunc): Use
15553 spawn_wait_for_attach, spawn_id_get_pid and
15554 kill_wait_spawned_process.
15555 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
15556 Use spawn_id_get_pid. Wait for spawn id after eof. Use
15557 kill_wait_spawned_process instead of explicit "kill -9".
15558 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
15559 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
15560 (spawn_wait_for_attach): Use spawn instead of exec to spawn
15561 processes. Don't map cygwin/windows pids here. Now returns a
15562 spawn id list.
15563
032a0fca
SL
155642015-07-30 Sandra Loosemore <sandra@codesourcery.com>
15565
15566 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
15567 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
15568 correct patch.
15569
61a934ca
SL
155702015-07-30 Sandra Loosemore <sandra@codesourcery.com>
15571
15572 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
15573
4bc4d428
SL
155742015-07-30 Sandra Loosemore <sandra@codesourcery.com>
15575
15576 Reapply:
15577 2014-05-21 Mark Wielaard <mjw@redhat.com>
15578
15579 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
15580
998d452a
PA
155812015-07-30 Pedro Alves <palves@redhat.com>
15582
15583 * linux-low.c (handle_extended_wait): Set the child's last
15584 reported status to TARGET_WAITKIND_STOPPED.
15585
69dde7dc
PA
155862015-07-30 Pedro Alves <palves@redhat.com>
15587
15588 PR threads/18600
15589 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
15590 only shows inferior 1.
15591
4dd63d48
PA
155922015-07-30 Simon Marchi <simon.marchi@ericsson.com>
15593 Pedro Alves <palves@redhat.com>
15594
15595 PR threads/18600
15596 * gdb.threads/fork-plus-threads.c: New file.
15597 * gdb.threads/fork-plus-threads.exp: New file.
15598
d618e4c5
PP
155992015-07-29 Patrick Palka <patrick@parcs.ath.cx>
15600
15601 * gdb.base/batch-preserve-term-settings.exp
15602 (test_terminal_settings_preserved_after_cli_exit): Use
15603 send_quit_command.
15604
1eef6428
PA
156052015-07-29 Pedro Alves <palves@redhat.com>
15606 Don Breazeal <donb@codesourcery.com>
15607
15608 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
15609 output from both inferior_spawn_id and gdb_spawn_id.
15610
7da5b897
SDJ
156112015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
15612
15613 * gdb.threads/attach-into-signal.exp (corefunc): Use
15614 with_test_prefix on nested loops, uniquefying the test messages.
15615
dac804df
SDJ
156162015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
15617
15618 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
15619 commit.
15620
06265e53
PP
156212015-07-29 Patrick Palka <patrick@parcs.ath.cx>
15622
15623 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
15624 New proc.
15625 (test_terminal_settings_preserved_after_sigterm): New test.
15626
18206ca3
PP
156272015-07-29 Patrick Palka <patrick@parcs.ath.cx>
15628
15629 * gdb.base/batch-preserve-term-settings.exp
15630 (test_terminal_settings_preserved_after_cli_exit): New test.
15631
90074d11
PP
156322015-07-29 Patrick Palka <patrick@parcs.ath.cx>
15633
15634 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
15635 manipulation of saved_gdbflags.
15636 (test_terminal_settings_preserved): Remove global declaration of
15637 the unused variable pagination_prompt. Remove manipulation of
15638 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
15639 GDBFLAGS.
15640
eb1a7902
PA
156412015-07-29 Pedro Alves <palves@redhat.com>
15642
15643 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
15644
8b75dd3b
PA
156452015-07-29 Pedro Alves <palves@redhat.com>
15646
15647 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
15648 at the top.
15649
dedad4e3
PA
156502015-07-29 Pedro Alves <palves@redhat.com>
15651
15652 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
15653 (main): Call gdb_unbuffer_output.
15654 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
15655 (main): Call gdb_unbuffer_output.
15656 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
15657 (main): Call gdb_unbuffer_output.
15658 * gdb.base/call-strs.exp: Adjust to step over the
15659 gdb_unbuffer_output call.
15660 * gdb.base/catch-gdb-caused-signals.c: Include
15661 "../lib/unbuffer_output.c".
15662 (main): Call gdb_unbuffer_output.
15663 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
15664 (main): Call gdb_unbuffer_output.
15665 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
15666 (main): Call gdb_unbuffer_output.
15667 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
15668 (main): Call gdb_unbuffer_output.
15669 * gdb.base/shlib-call.exp: Adjust to step over the
15670 gdb_unbuffer_output call.
15671 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
15672 (main): Call gdb_unbuffer_output.
15673 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
15674 (main): Call gdb_unbuffer_output.
15675 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
15676 (main): Rename to ...
15677 (test): ... this.
15678 (main): Reimplement.
15679 * gdb.base/varargs.exp: Run to test instead of to main.
15680 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
15681 (main): Call gdb_unbuffer_output.
15682
58789a91
PA
156832015-07-29 Pedro Alves <palves@redhat.com>
15684
15685 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
15686 factore out from mi_continue_dprintf. For call-style dprintfs,
15687 expect dprintf output out of $inferior_spawn_id.
15688 (mi_continue_dprintf): Use mi_expect_dprintf.
15689 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
15690 (main): Call gdb_unbuffer_output.
15691
e8376742
PA
156922015-07-29 Pedro Alves <palves@redhat.com>
15693
15694 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
15695 (default_mi_gdb_start): Set inferior_spawn_id instead of
15696 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
15697 gdb_spawn_id.
15698 (mi_gdb_test): Always expect inferior output from both
15699 $inferior_spawn_id and $gdb_spawn_id.
15700
08280010
PA
157012015-07-29 Pedro Alves <palves@redhat.com>
15702
15703 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
15704 send_inferior and $inferior_spawn_id.
15705
4d30e432
PA
157062015-07-29 Pedro Alves <palves@redhat.com>
15707
15708 * gdb.gdb/complaints.exp (test_initial_complaints)
15709 (test_serial_complaints, test_short_complaints): Use
15710 gdb_test_stdio.
15711 (test_empty_complaint): Handle $inferior_spawn_id !=
15712 $gdb_spawn_id.
15713
0d30a335
PA
157142015-07-29 Pedro Alves <palves@redhat.com>
15715
15716 * gdb.base/varargs.exp: Use gdb_test_stdio.
15717
39413b29
PA
157182015-07-29 Pedro Alves <palves@redhat.com>
15719
15720 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
15721
7cb000a9
PA
157222015-07-29 Pedro Alves <palves@redhat.com>
15723
15724 * gdb.base/ending-run.exp: Use gdb_test_stdio.
15725
d7b8ac82
PA
157262015-07-29 Pedro Alves <palves@redhat.com>
15727
15728 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
15729 parameter into two new parameters, "inf_result" and "gdb_result".
15730 Expect inferior output and gdb output from $inferior_spawn_id and
15731 $gdb_spawn_id, respectively. Adjust all callers.
15732
789c3a0c
PA
157332015-07-29 Pedro Alves <palves@redhat.com>
15734
15735 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
15736 of gdb_test_sequence.
15737
77e760c3
PA
157382015-07-29 Pedro Alves <palves@redhat.com>
15739
15740 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
15741 (saw_spurious_output): Expect inferior output from
15742 $inferior_spawn_id. Use gdb_test_stdio.
15743
8396d2cd
PA
157442015-07-29 Pedro Alves <palves@redhat.com>
15745
15746 * gdb.base/dprintf.exp: Use standard_testfile. Change
15747 prepare_for_testing call.
15748 (srcfile): Don't set.
15749 (restart): New procedure.
15750 (test_dprintf): New procecure, use to continue over dprintfs.
15751 (test_call, test_agent): New procedures, tests moved here.
15752 Restart gdb and recreate dprintfs. Adjust expected output.
15753
2051d61f
PA
157542015-07-29 Pedro Alves <palves@redhat.com>
15755
15756 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
15757
452397af
PA
157582015-07-29 Pedro Alves <palves@redhat.com>
15759
15760 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
15761
8aed9555
PA
157622015-07-29 Pedro Alves <palves@redhat.com>
15763
15764 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
15765 gdb_test_stdio.
15766
188a61b4
PA
157672015-07-29 Pedro Alves <palves@redhat.com>
15768
15769 * lib/gdb.exp (gdb_test_stdio): New procedure.
15770
12264a45
PA
157712015-07-29 Pedro Alves <palves@redhat.com>
15772
15773 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
15774
23ffc893
PA
157752015-07-29 Pedro Alves <palves@redhat.com>
15776
15777 * gdb.base/call-signal-resume.exp: Remove check for
15778 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
15779 * gdb.base/unwindonsignal.exp: Likewise.
15780 * gdb.base/call-signals.c (gen_signal): Remove printf call.
15781 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
15782
65566918
PA
157832015-07-29 Pedro Alves <palves@redhat.com>
15784
15785 * gdb.base/siginfo-addr.c (pass): New function.
15786 (handler): Call it iff si_addr is correct.
15787 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
15788 Set a breakpoint at "pass" and continue to it.
15789
d60a9221
SDJ
157902015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
15791
15792 * gdb.python/py-objfile.exp: Make some tests have unique names.
15793 * gdb.python/py-pp-registration.exp: Likewise.
15794
bde40b8f
PA
157952015-07-28 Pedro Alves <palves@redhat.com>
15796
15797 * gdb.server/server-exec-info.exp: Issue a "disconnect".
15798
13e1dec8
SM
157992015-07-27 Simon Marchi <simon.marchi@ericsson.com>
15800
15801 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
15802
da33c9a7
SM
158032015-07-27 Simon Marchi <simon.marchi@ericsson.com>
15804
15805 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
15806
077836f7
PP
158072015-07-27 Patrick Palka <patrick@parcs.ath.cx>
15808
15809 * gdb.base/gdb-sigterm-2.exp: New test.
15810
b8cc7b2e
DE
158112015-07-25 Doug Evans <xdje42@gmail.com>
15812
15813 Revert:
15814 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
15815 (workers/%.worker, build-perf): New rule.
15816 (GDB_PERFTEST_MODE): New variable.
15817 (check-perf): Use it.
15818 (clean): Clean up gdb.perf parallel build subdirs.
15819 * lib/build-piece.exp: New file.
15820 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
15821 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
15822 name.
15823 (standard_temp_file): Ditto.
15824 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
15825 of $GDB_PARALLEL.
15826
c8bd4544
DE
158272015-07-24 Doug Evans <dje@google.com>
15828
15829 * gdb.perf/lib/perftest/utils.py: New file.
15830 * gdb.perf/gm-hello.cc: New file.
15831 * gdb.perf/gm-pervasive-typedef.cc: New file.
15832 * gdb.perf/gm-pervasive-typedef.h: New file.
15833 * gdb.perf/gm-std.cc: New file.
15834 * gdb.perf/gm-std.h: New file.
15835 * gdb.perf/gm-use-cerr.cc: New file.
15836 * gdb.perf/gm-utils.h: New file.
15837 * gdb.perf/gmonster-null-lookup.py: New file.
15838 * gdb.perf/gmonster-pervasive-typedef.py: New file.
15839 * gdb.perf/gmonster-print-cerr.py: New file.
15840 * gdb.perf/gmonster-ptype-string.py: New file.
15841 * gdb.perf/gmonster-runto-main.py: New file.
15842 * gdb.perf/gmonster-select-file.py: New file.
15843 * gdb.perf/gmonster1-null-lookup.exp: New file.
15844 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
15845 * gdb.perf/gmonster1-print-cerr.exp: New file.
15846 * gdb.perf/gmonster1-ptype-string.exp: New file.
15847 * gdb.perf/gmonster1-runto-main.exp: New file.
15848 * gdb.perf/gmonster1-select-file.exp: New file.
15849 * gdb.perf/gmonster1.cc: New file.
15850 * gdb.perf/gmonster1.exp: New file.
15851 * gdb.perf/gmonster2-null-lookup.exp: New file.
15852 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
15853 * gdb.perf/gmonster2-print-cerr.exp: New file.
15854 * gdb.perf/gmonster2-ptype-string.exp: New file.
15855 * gdb.perf/gmonster2-runto-main.exp: New file.
15856 * gdb.perf/gmonster2-select-file.exp: New file.
15857 * gdb.perf/gmonster2.cc: New file.
15858 * gdb.perf/gmonster2.exp: New file.
15859
6eab34f3
DE
158602015-07-24 Doug Evans <dje@google.com>
15861
15862 * gdb.perf/README: New file.
15863 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
15864 * lib/gen-perf-test.exp: New file.
15865
63738bfd
DE
158662015-07-24 Doug Evans <dje@google.com>
15867
15868 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
15869 (PerfTest::startup): New function.
15870 (PerfTest::run): Return result of calling body.
15871 (PerfTest::assemble): Rewrite.
15872 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
15873 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
15874 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
15875 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
15876 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
15877
7b606f95
DE
158782015-07-24 Doug Evans <dje@google.com>
15879
15880 * lib/gdb.exp (clean_restart): Make executable optional.
15881
a97b16b8
DE
158822015-07-24 Doug Evans <dje@google.com>
15883
15884 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
15885 compiler_info references.
15886 * gdb.cp/temargs.exp: Ditto.
15887 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
15888 (get_compiler_info): Early exit if already computed. Set compiler_info
15889 to "unknown" if there was a problem.
15890 (test_compiler_info): Add function comment. Call get_compiler_info.
15891
35baa57f
DE
158922015-07-24 Doug Evans <dje@google.com>
15893
15894 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
15895 (workers/%.worker, build-perf): New rule.
15896 (GDB_PERFTEST_MODE): New variable.
15897 (check-perf): Use it.
15898 (clean): Clean up gdb.perf parallel build subdirs.
15899 * lib/build-piece.exp: New file.
15900 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
15901 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
15902 name.
15903 (standard_temp_file): Ditto.
15904 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
15905 of $GDB_PARALLEL.
15906
6ebea266
DE
159072015-07-24 Doug Evans <dje@google.com>
15908
15909 * lib/future.exp (gdb_default_target_compile): New option
15910 "early_flags".
15911 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
15912 --as-needed.
15913
1e76a7e9
SDJ
159142015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
15915
15916 * gdb.base/catch-syscall.exp: Call gdb_exit before
15917 gdb_skip_xml_test.
15918
5068630a
PA
159192015-07-24 Pedro Alves <palves@redhat.com>
15920
15921 * gdb.python/py-events.exp: Accept output between the stop event
15922 and the prompt.
15923 * gdb.python/py-evsignal.exp: Likewise.
15924 * gdb.python/py-evthreads.exp: Likewise.
15925
77598427
PA
159262015-07-24 Pedro Alves <palves@redhat.com>
15927
15928 PR gdb/18717
15929 * gdb.threads/non-ldr-exit.c: New file.
15930 * gdb.threads/non-ldr-exit.exp: New file.
15931
11e6c98f
YQ
159322015-07-24 Yao Qi <yao.qi@linaro.org>
15933
15934 * gdb.server/ext-wrapper.exp: Test --wrapper option when
15935 restarting process.
15936
51aee833
YQ
159372015-07-24 Yao Qi <yao.qi@linaro.org>
15938
15939 * gdb.server/ext-restart.exp: New file.
15940
8cfe207c
YQ
159412015-07-24 Yao Qi <yao.qi@linaro.org>
15942
15943 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
15944 argument options.
15945 * gdb.server/ext-wrapper.exp: New file.
15946
cc12ce38
DE
159472015-07-23 Doug Evans <dje@google.com>
15948
15949 * gdb.dwarf2/dw2-dummy-cu.S: New file.
15950 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
15951
d0d84780
PMR
159522015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
15953
15954 * gdb.ada/var_arr_typedef.exp: New testcase.
15955 * gdb.ada/var_arr_typedef/pack.adb: New file.
15956 * gdb.ada/var_arr_typedef/pack.ads: New file.
15957 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
15958
8b558f79
JB
159592015-07-20 Joel Brobecker <brobecker@adacore.com>
15960
15961 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
15962
775a3298
JK
159632015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
15964
15965 * gdb.arch/i386-biarch-core.exp: Replace istarget
15966 by "complete set gnutarget". Remove expectation for the "core-file"
15967 command.
15968
db1ff28b
JK
159692015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
15970
15971 Revert the previous commit:
15972 Tests for validate symbol file using build-id.
15973
0a94970d
JK
159742015-07-15 Aleksandar Ristovski <aristovski@qnx.com
15975
15976 Tests for validate symbol file using build-id.
15977 * gdb.base/solib-mismatch-lib.c: New file.
15978 * gdb.base/solib-mismatch-libmod.c: New file.
15979 * gdb.base/solib-mismatch.c: New file.
15980 * gdb.base/solib-mismatch.exp: New file.
15981
03346981
SL
159822015-07-15 Sandra Loosemore <sandra@codesourcery.com>
15983
15984 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
15985 nios2-*-linux*.
15986 * gdb.base/sigbpt.exp (stepi_out): Likewise.
15987 * gdb.base/siginfo.exp: Likewise.
15988 * gdb.base/sigstep.exp (advance, advancei): Likewise.
15989
42422cc7
PL
159902015-07-15 Pierre Langlois <pierre.langlois@arm.com>
15991
15992 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
15993 Move it to ...
15994 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
15995 ... here.
15996 * gdb.trace/range-stepping.exp: Check that the target supports
15997 range stepping.
15998
cfa68bae
JK
159992015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
16000
16001 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
16002
8ffdba26
PA
160032015-07-14 Pedro Alves <palves@redhat.com>
16004
16005 * gdb.base/killed-outside.exp: New file.
16006 * gdb.base/killed-outside.c: New file.
16007
218a5a11
JK
160082015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
16009
16010 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
16011 (n at main): New.
16012 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
16013
e03ed3c6
AA
160142015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
16015
16016 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
16017 infcall tests instead of setting up for KFAIL.
16018
485668e5
MM
160192015-07-10 Markus Metzger <markus.t.metzger@intel.com>
16020
16021 * gdb.btrace/record_goto-step.exp: New.
16022
08464196
JK
160232015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
16024
16025 PR compile/18484
16026 * gdb.compile/compile.c (struct struct_type): Add volatile to
16027 selffield's type.
16028 * gdb.compile/compile.exp
16029 (compile code struct_object.selffield = &struct_object): Skip further
16030 struct_object tests if this one xfails.
16031
bcf5c1d9
RC
160322015-07-08 Robert O'Callahan <robert@ocallahan.org>
16033
16034 PR exp/18617
16035 * gdb.trace/ax.exp: Add test.
16036
4931af25
YQ
160372015-07-07 Yao Qi <yao.qi@linaro.org>
16038
16039 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
16040 instead of istarget "aarch64*-*-*".
16041 * gdb.arch/aarch64-fp.exp: Likewise.
16042 * gdb.base/float.exp: Likewise.
16043 * gdb.reverse/aarch64.exp: Likewise.
16044 * lib/gdb.exp (is_aarch64_target): New proc.
16045
9fcf688e
YQ
160462015-07-07 Yao Qi <yao.qi@linaro.org>
16047
16048 * lib/gdb.exp (is_aarch32_target): New proc.
16049 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
16050 instead of "istarget "arm*-*-*"".
16051 * gdb.arch/arm-disp-step.exp: Likewise.
16052 * gdb.arch/thumb-bx-pc.exp: Likewise.
16053 * gdb.arch/thumb-prologue.exp: Likewise.
16054 * gdb.arch/thumb-singlestep.exp: Likewise.
16055 * gdb.base/disp-step-syscall.exp: Likewise.
16056 * gdb.base/float.exp: Likewise.
16057
fbd8d50d
YQ
160582015-07-07 Yao Qi <yao.qi@linaro.org>
16059
16060 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
16061 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
16062
71be1fdc
YQ
160632015-07-07 Yao Qi <yao.qi@linaro.org>
16064
16065 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
16066 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
16067 if it exists.
16068 * gdb.multi/multi-arch.exp: Likewise.
16069
3e221d36
SM
160702015-07-07 Simon Marchi <simon.marchi@ericsson.com>
16071
16072 * gdb.python/py-lazy-string.exp: Add missing parentheses to
16073 print.
16074
d441430b
YQ
160752015-07-07 Yao Qi <yao.qi@linaro.org>
16076
16077 * gdb.arch/thumb-singlestep.exp: Do one more single step.
16078
06f810bd
MG
160792015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
16080
16081 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
16082 '[' and ']' characters.
16083
5e61e7c0
IB
160842015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
16085
16086 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
16087
28bf096c
PA
160882015-06-29 Pedro Alves <palves@redhat.com>
16089
16090 PR threads/18127
16091 * gdb.threads/hand-call-new-thread.c: New file.
16092 * gdb.threads/hand-call-new-thread.c: New file.
16093
ee93cd5e
KS
160942015-06-26 Keith Seitz <keiths@redhat.com>
16095 Doug Evans <dje@google.com>
16096
16097 PR 16253
16098 * gdb.cp/var-tag-2.cc: New file.
16099 * gdb.cp/var-tag-3.cc: New file.
16100 * gdb.cp/var-tag-4.cc: New file.
16101 * gdb.cp/var-tag.cc: New file.
16102 * gdb.cp/var-tag.exp: New file.
16103
fc637f04
PP
161042015-06-26 Patrick Palka <patrick@parcs.ath.cx>
16105
16106 * gdb.base/history-duplicates.exp: New test.
16107
2e52ae68
PP
161082015-06-26 Patrick Palka <patrick@parcs.ath.cx>
16109
16110 * gdb.base/completion.exp: Test the completion of the "focus"
16111 command.
16112
6e22494e
JK
161132015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
16114
16115 * gdb.arch/amd64-prologue-skip.S: New file.
16116 * gdb.arch/amd64-prologue-skip.exp: New file.
16117
bf7b9cd9
SM
161182015-06-25 Simon Marchi <simon.marchi@ericsson.com>
16119
16120 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
16121 is_address_zero_readable check.
16122
201e8dfd
PB
161232015-06-24 Peter Bergner <bergner@vnet.ibm.com>
16124
16125 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
16126 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
16127
5cd867b4
YQ
161282015-06-24 Yao Qi <yao.qi@linaro.org>
16129
16130 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
16131 linux targets.
16132
4d7be007
YQ
161332015-06-24 Yao Qi <yao.qi@linaro.org>
16134
16135 * lib/gdb.exp (supports_get_siginfo_type): New proc.
16136 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
16137 * gdb.base/siginfo-thread.exp: Likewise.
16138
07fcd301
YQ
161392015-06-22 Yao Qi <yao.qi@linaro.org>
16140
16141 * boards/remote-gdbserver-on-localhost.exp: Add comments.
16142
52042a00
YQ
161432015-06-22 Yao Qi <yao.qi@linaro.org>
16144
16145 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
16146 aarch64*-*-*.
16147 (skip_hw_watchpoint_tests): Likewise.
16148
74bd41ce
PP
161492015-06-18 Patrick Palka <patrick@parcs.ath.cx>
16150
16151 * gdb.base/gdbinit-history.exp: Test the interaction between
16152 setting GDBHISTSIZE and setting the history size via .gdbinit.
16153
bc460514
PP
161542015-06-17 Patrick Palka <patrick@parcs.ath.cx>
16155
16156 PR gdb/16999
16157 * gdb.base/gdbhistsize-history.exp: New test.
16158
b58c513b
PP
161592015-06-17 Patrick Palka <patrick@parcs.ath.cx>
16160
16161 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
16162 with GDBHISTSIZE.
16163 * gdb.base/readline.exp: Likewise.
16164
92046791
YQ
161652015-06-17 Yao Qi <yao.qi@linaro.org>
16166
16167 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
16168 line.
16169
2093d2d3
PP
161702015-06-17 Patrick Palka <patrick@parcs.ath.cx>
16171
16172 * gdb.base/gdbinit-history.exp: Add test case to check that
16173 an unlimited history file does not get truncated on exit.
16174
e6c693af
AA
161752015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
16176
16177 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
16178 (VECTOR): New macro. Use it...
16179 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
16180 ...for these typedefs.
16181 (int8, char1, int1, double1): New typedefs.
16182 (struct just_int2, struct two_int2): New structures.
16183 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
16184 (add_structvecs, add_singlevecs): New functions.
16185 (main): Call add_some_intvecs twice.
16186 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
16187 the compile and exit upon failure. Try compiling for the "native"
16188 architecture. Test inferior function calls with vector arguments
16189 and vector return value handling with "finish" and "return".
16190
c74f7d1c
JT
161912015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
16192
16193 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
16194 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
16195 PE file.
16196 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
16197
98aa42ee
AT
161982015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
16199
16200 PR breakpoints/16465
16201 * gdb.mi/mi-dprintf-pending.c: New file.
16202 * gdb.mi/mi-dprintf-pending.exp: New test.
16203 * gdb.mi/mi-dprintf-pendshr.c: New file.
16204
7d73c23c 162052015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
72f4393d 16206 Mircea Gherzan <mircea.gherzan@intel.com>
7d73c23c
WT
16207
16208 * gdb.arch/i386-mpx-map.c: New file.
16209 * gdb.arch/i386-mpx-map.exp: New File.
16210
162112015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
16212
16213 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
16214 * gdb.arch/i386-mpx.exp: Indentation fixed.
16215
162162015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
16217
16218 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
16219 function and improved indentation.
16220 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
16221 gdb_test_multiple. Added additional tests to skip the test.
16222
162232015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
16224
16225 * gdb.arch/i386-avx512.c: Change path in include file.
16226 * gdb.arch/i386-avx512.exp: Change include dir path
16227 compilation flag.
16228 * gdb.arch/i386-mpx.c: Change path in include file.
16229 * gdb.arch/i386-mpx.exp: Change include dir path compilation
16230 flag.
16231
d5eba19a
JK
162322015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
16233
16234 * gdb.compile/compile-print.exp (compile print *vararray@3)
16235 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
16236
7f361056
JK
162372015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
16238
16239 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
16240 (do not keep jit in memory): ... this.
16241 (expect 5): Change it to ...
16242 (expect no 5): ... this.
16243
3b462ec2
SM
162442015-06-02 Simon Marchi <simon.marchi@ericsson.com>
16245
16246 PR gdb/15564
16247 * gdb.mi/mi-detach.exp: New file.
16248
e0619de6
JK
162492015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
16250
16251 PR symtab/18392
16252 * gdb.arch/amd64-tailcall-self.S: New file.
16253 * gdb.arch/amd64-tailcall-self.c: New file.
16254 * gdb.arch/amd64-tailcall-self.exp: New file.
16255
e970cb34
DB
162562015-05-28 Don Breazeal <donb@codesourcery.com>
16257
16258 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
16259 tests for remote targets by checking is_target_gdbserver.
16260
b2e2f908
DE
162612015-05-27 Doug Evans <dje@google.com>
16262
16263 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
16264 * gdb.dwarf2/opaque-type-lookup.c: New file.
16265 * gdb.dwarf2/opaque-type-lookup.exp: New file.
16266
82c7be31
DE
162672015-05-26 Doug Evans <dje@google.com>
16268
16269 * gdb.cp/iostream.cc: New file.
16270 * gdb.cp/iostream.exp: New file.
16271
b4f54984
DE
162722015-05-26 Doug Evans <dje@google.com>
16273
16274 * gdb.dwarf2/dw2-op-call.exp: Update.
16275 * gdb.dwarf2/dw4-sig-types.exp: Update.
16276 * gdb.dwarf2/implptr.exp: Update.
16277 * gdb.mi/mi-cmd-param-changed.exp: Update.
16278
4ea6efe9
DE
162792015-05-26 Doug Evans <dje@google.com>
16280
16281 * gdb.python/py-lazy-string.c: New file.
16282 * gdb.python/py-lazy-string.exp: New file.
16283 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
16284 (main): Update. Add estring3.
16285 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
16286 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
16287
f6bb7db3
YQ
162882015-05-26 Omair Javaid <omair.javaid@linaro.org>
16289 Yao Qi <yao.qi@linaro.org>
16290
16291 * gdb.reverse/aarch64.c: New.
16292 * gdb.reverse/aarch64.exp: New.
16293
a81bfbd0
OJ
162942015-05-26 Omair Javaid <omair.javaid@linaro.org>
16295
25d49b86
PA
16296 * lib/gdb.exp (supports_process_record): Return true for
16297 aarch64*-linux*.
a81bfbd0
OJ
16298 (supports_reverse): Likewise.
16299
158bf1b4
PP
163002015-05-22 Patrick Palka <patrick@parcs.ath.cx>
16301
16302 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
16303 Use with_test_prefix.
16304
a0145030
AB
163052015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
16306
16307 * gdb.base/completion.exp: Add test for completion of layout
16308 names.
16309
ebe3b578
AB
163102015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
16311
16312 * lib/gdb.exp (skip_tui_tests): New proc.
16313 * gdb.base/tui-layout.exp: Check skip_tui_tests.
16314
84204ed7
PA
163152015-05-19 Pedro Alves <palves@redhat.com>
16316
16317 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
16318 Save the whole env array instead of just HOME. Unset HISTSIZE in
16319 the environment while testing. Restore whole environment
16320 afterwards.
16321
37442ce1
DE
163222015-05-16 Doug Evans <xdje42@gmail.com>
16323
16324 * gdb.guile/scm-ports.c: New file.
16325 * gdb.guile/scm-ports.exp: Add memory port tests.
16326
36de76f9
JK
163272015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
16328
16329 * gdb.compile/compile-print.c: New file.
16330 * gdb.compile/compile-print.exp: New file.
16331
3a9558c4
JK
163322015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
16333
16334 * gdb.compile/compile-ops.exp: Cast param to void.
16335 * gdb.compile/compile.exp: Complete type for _gdb_expr.
16336 (compile code struct_object.selffield = &struct_object): Add xfail.
16337
aa715135
JG
163382015-05-15 Joel Brobecker <brobecker@adacore.com>
16339
16340 * gdb.ada/arr_enum_with_gap: New testcase.
16341
931e5bc3
JG
163422015-05-15 Joel Brobecker <brobecker@adacore.com>
16343
16344 * gdb.ada/byte_packed_arr: New testcase.
16345
9cd4d857
JB
163462015-05-15 Joel Brobecker <brobecker@adacore.com>
16347
16348 * gdb.ada/pckd_neg: New testcase.
16349
ebfd00d2
PP
163502015-05-13 Patrick Palka <patrick@parcs.ath.cx>
16351
16352 PR gdb/17820
16353 * gdb.base/gdbinit-history.exp: New test.
16354 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
16355 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
16356
4c082a81
SC
163572015-05-09 Siva Chandra Reddy <sivachandra@google.com>
16358
16359 * gdb.python/py-xmethods.cc: Enhance test case.
16360 * gdb.python/py-xmethods.exp: New tests.
16361 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
16362 function.
16363 (B_indexoper): Likewise.
16364 (global_dm_list) : Add new xmethod worker functions.
16365
f7797074
SDJ
163662015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
16367
16368 * gdb.base/coredump-filter.exp: Correctly unset
16369 "coredump_var_addr" array.
16370
a4674e4e
PA
163712015-05-08 Pedro Alves <palves@redhat.com>
16372
16373 * gdb.server/non-existing-program.exp: Unset spawn_id.
16374
df2eb078
SC
163752015-05-08 Siva Chandra Reddy <sivachandra@google.com>
16376
16377 PR python/18291
16378 * gdb.python/py-xmethods.exp: Add tests.
16379
422349a3
YQ
163802015-05-08 Yao Qi <yao.qi@linaro.org>
16381
16382 PR gdb/18208
16383 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
16384 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
16385 function set_coredump_filter, and remove remote_exec call.
16386 Remove argument ipid. Callers update.
16387 (top level): Don't get inferior's PID.
16388
63fc80ce
AA
163892015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
16390
16391 * gdb.base/watch_thread_num.exp: Skip test on targets without
16392 access watchpoints.
16393
80ad801e
PA
163942015-05-06 Pedro Alves <palves@redhat.com>
16395
16396 PR server/18081
16397 * gdb.server/non-existing-program.exp: New file.
16398
0fa7fe50
JB
163992015-05-05 Joel Brobecker <brobecker@adacore.com>
16400
16401 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
16402
3ea89b92
PMR
164032015-05-05 Joel Brobecker <brobecker@adacore.com>
16404
16405 * gdb.ada/out_of_line_in_inlined: New testcase.
16406
87b8eff0
JB
164072015-05-05 Joel Brobecker <brobecker@adacore.com>
16408
16409 * gdb.ada/var_rec_arr: New testcase.
16410
5fccc635
YQ
164112015-04-30 Yao Qi <yao.qi@linaro.org>
16412
16413 * gdb.base/break-idempotent.exp: If
16414 skip_hw_watchpoint_multi_tests returns true, skip the tests
16415 on "rwatch" and "awatch".
16416
42d38f42
YQ
164172015-04-30 Yao Qi <yao.qi@linaro.org>
16418
16419 * gdb.base/relativedebug.exp: Invoke gdb command
16420 "info sharedlibrary", and if libc.so doesn't have debug info,
16421 skip the test.
16422
2ce1cdbf
DE
164232015-04-29 Doug Evans <dje@google.com>
16424
16425 * gdb.python/py-xmethods.exp: Add ptype tests.
16426 * gdb.python/py-xmethods.py (E_method_char_worker): Add
16427 get_result_type method.
16428
f24a38c5
LM
164292015-04-29 Luis Machado <lgustavo@codesourcery.com>
16430
16431 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
16432 the target does not support hardware watchpoints.
16433
ecbf2b3c
LM
164342015-04-29 Luis Machado <lgustavo@codesourcery.com>
16435
16436 * gdb.base/break-always.exp: Abort testing if writing to memory
16437 causes an error.
16438
34f5f757
DE
164392015-04-28 Doug Evans <dje@google.com>
16440
16441 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
16442 * gdb.python/py-pp-registration.exp: ... here. New file.
16443 * gdb.python/py-pp-registration.c: New file.
16444 * gdb.python/py-pp-registration.py: New file.
16445
69b4374a
DE
164462015-04-28 Doug Evans <dje@google.com>
16447
16448 * gdb.python/py-bad-printers.c: New file.
16449 * gdb.python/py-bad-printers.py: New file.
16450 * gdb.python/py-bad-printers.exp: New file.
16451
59fb7612
SS
164522015-04-28 Sasha Smundak <asmundak@google.com>
16453
16454 * gdb.python/py-type.exp: New test.
16455
2631b16a
AW
164562015-04-28 Andy Wingo <wingo@igalia.com>
16457
16458 * gdb.python/py-parameter.exp:
16459 * gdb.guile/scm-parameter.exp: Escape the path that we are
16460 matching against, as it might contain characters that are special
16461 to regular expressions.
16462
460efde1
JB
164632015-04-27 Joel Brobecker <brobecker@adacore.com>
16464
16465 * gdb.ada/rec_comp: New testcase.
16466
2d369d8e
SDJ
164672015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
16468
16469 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
16470 before using it.
16471
cf75d6c3
AB
164722015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
16473
16474 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
16475 new tests for verilog output.
16476
8dbe7ca5
YQ
164772015-04-24 Yao Qi <yao.qi@linaro.org>
16478
16479 * boards/remote-gdbserver-on-localhost.exp: New file.
16480
4ef9fb2f
PA
164812015-04-23 Pedro Alves <palves@redhat.com>
16482
16483 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
16484 $inferior_spawn_id instead of $inferior_spawn_id directly. On
16485 "end of file", remove $inferior_spawn_id from the indirect list.
16486
0a803169
PA
164872015-04-23 Pedro Alves <palves@redhat.com>
16488
16489 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
16490
749ef8f8
PA
164912015-04-23 Pedro Alves <palves@redhat.com>
16492
16493 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
16494 on $any_spawn_id instead of only on $gdb_spawn_id.
16495
8aae4344
PM
164962015-04-21 Pierre Muller <muller@sourceware.org>
16497
16498 PR pascal/17815
16499 * lib/pascal.exp (gpc_compile): Add new option "class".
16500 (fpc_compile): Likewise.
16501 * gdb.pascal/case-insensitive-symbols.pas: New file.
16502 * gdb.pascal/case-insensitive-symbols.exp: New file.
16503
1586c8fb
GB
165042015-04-20 Gary Benson <gbenson@redhat.com>
16505
16506 * gdb.base/attach.exp: Fix three extended remote failures.
16507
1b6e6f5c
GB
165082015-04-17 Gary Benson <gbenson@redhat.com>
16509
16510 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
16511 the main executable over the remote protocol.
16512
e797481d
PA
165132015-04-16 Pedro Alves <palves@redhat.com>
16514
16515 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
16516 a new gdbserver if gdbserver_reconnect_p is set.
16517
1ca99c42
PA
165182015-04-16 Pedro Alves <palves@redhat.com>
16519
16520 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
16521 is set, don't exit gdbserver.
16522
af9fd6f8
AA
165232015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
16524
16525 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
16526 appropriate .insn, such that an older assembler can be used.
16527 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
16528 the z/Architecture instruction set on 31-bit targets as well.
16529
04ff1e61
AA
165302015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
16531
16532 * gdb.go/handcall.exp: Remove all logic related to the first
16533 breakpoint and rely on go_runto_main instead.
16534 * gdb.go/strings.exp: Likewise.
16535 * gdb.go/unsafe.exp: Likewise.
16536 * gdb.go/hello.exp: Likewise. Also rename the remaining
16537 breakpoint marker to "breakpoint 1".
16538 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
16539 * gdb.go/strings.go: Likewise.
16540 * gdb.go/unsafe.go: Likewise.
16541 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
16542 "set breakpoint 2 here" and rename the remaining breakpoint marker
16543 to "breakpoint 1".
16544
40d2f8d6
SM
165452015-04-15 Simon Marchi <simon.marchi@ericsson.com>
16546
16547 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
16548 if itertools.imap is not present.
16549 * gdb.python/py-objfile.exp: Add parentheses.
16550 * gdb.python/py-type.exp: Same.
16551 * gdb.python/py-unwind-maint.py: Same.
16552
8cbc97c6
YQ
165532015-04-15 Yao Qi <yao.qi@linaro.org>
16554
16555 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
16556 of ":$ptr_size" and set its form explicitly.
16557
45fd756c
YQ
165582015-04-15 Pedro Alves <palves@redhat.com>
16559 Yao Qi <yao.qi@linaro.org>
16560
16561 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
16562 timeout by factor of 4.
16563 (test_regular_watch): Likewise.
16564 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
16565 * gdb.reverse/sigall-reverse.exp: Likewise.
16566 * gdb.reverse/until-precsave.exp: Likewise.
16567 * lib/gdb.exp (with_timeout_factor): New proc.
16568 (gdb_expect): Move some code to ...
16569 (get_largest_timeout): ... here. New procedure.
16570
9e811bc3
LM
165712015-04-14 Luis Machado <lgustavo@codesourcery.com>
16572
16573 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
16574
0ff6fcb2
LM
165752015-04-13 Luis Machado <lgustavo@codesourcery.com>
16576
16577 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
16578 to write to the .text section.
16579
7578d5f7
LM
165802015-04-13 Luis Machado <lgustavo@codesourcery.com>
16581
16582 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
16583 Handle the case of targets that do not provide PID information.
16584
2efe15c4
YQ
165852015-04-13 Yao Qi <yao.qi@linaro.org>
16586
16587 * lib/gdbserver-support.exp (gdb_exit): Catch exception
16588 and use expect instead of gdb_expect.
16589
8cd8f2f8
SDJ
165902015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
16591
16592 * gdb.base/coredump-filter.exp: Rename variable "addr" to
16593 "coredump_var_addr" to avoid naming conflict with other testcases.
16594
9ee41772
PA
165952015-04-10 Pedro Alves <palves@redhat.com>
16596
16597 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
16598 gdb_test_sequence and gdb_assert.
16599
07473109
PA
166002015-04-10 Pedro Alves <palves@redhat.com>
16601
16602 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
16603 test messages that don't include the breakpoint address.
16604
de3db44c
YQ
166052015-04-10 Yao Qi <yao.qi@linaro.org>
16606
16607 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
16608 false for some offset and width combinations which aren't
16609 supported by linux kernel.
16610
c79d856c
PA
166112015-04-10 Pedro Alves <palves@redhat.com>
16612
16613 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
16614 procedure, factored out from ...
16615 (top level): ... here. Add "set displaced-stepping" testing axis.
16616 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
16617 parameter "displaced". Use it.
16618 (top level): Use foreach and add "set displaced-stepping" testing
16619 axis.
16620
ebc90b50
PA
166212015-04-10 Pedro Alves <palves@redhat.com>
16622
16623 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
16624 Remove comment.
16625 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
16626 both the address of the instruction that triggers the watchpoint
16627 and the address of the instruction immediately after, and use
16628 those addresses for the test. Fix comment.
16629
8f572e5c
PA
166302015-04-10 Pedro Alves <palves@redhat.com>
16631
16632 * gdb.base/sigstep.exp (breakpoint_to_handler)
16633 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
16634 Test "backtrace" in handler.
16635 (breakpoint_over_handler): New parameter 'displaced'. Use it.
16636 (top level): Add new "displaced" test axis to
16637 breakpoint_to_handler, breakpoint_to_handler_entry and
16638 breakpoint_over_handler.
16639
8d707a12
PA
166402015-04-10 Pedro Alves <palves@redhat.com>
16641
16642 PR gdb/18216
16643 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
16644
ef713951
YQ
166452015-04-10 Yao Qi <yao.qi@linaro.org>
16646
16647 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
16648 (test_add_rn_pc): New function.
16649 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
16650 (top level): Invoke test_add_rn_pc.
16651
906d60cf
PA
166522015-04-10 Pedro Alves <palves@redhat.com>
16653
16654 PR gdb/13858
16655 * gdb.base/step-over-no-symbols.exp: New file.
16656
f2983cc3
AW
166572015-04-09 Andy Wingo <wingo@igalia.com>
16658
16659 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
16660 after the Python tests.
16661
6d62641c
SDJ
166622015-04-08 Keith Seitz <keiths@redhat.com>
16663
16664 PR python/16699
16665 * gdb.python/py-completion.exp: New tests for completion.
16666 * gdb.python/py-completion.py (CompleteLimit1): New class.
16667 (CompleteLimit2): Likewise.
16668 (CompleteLimit3): Likewise.
16669 (CompleteLimit4): Likewise.
16670 (CompleteLimit5): Likewise.
16671 (CompleteLimit6): Likewise.
16672 (CompleteLimit7): Likewise.
16673
f3770638
PA
166742015-04-08 Pedro Alves <palves@redhat.com>
16675
16676 PR gdb/18214
16677 PR gdb/18216
16678 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
16679 function.
16680 (main): Install it as SIGUSR1 handler.
16681 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
16682 parameter. Always use "setup" as prefix. Toggle "set
16683 displaced-stepping" off/on depending on global. Don't switch to
16684 thread 1 here.
16685 (top level): Add displaced stepping "off/on" test axis. Update
16686 "setup" calls. Wrap each subtest with with_test_prefix. Test
16687 continuing with a queued signal in each thread.
16688
4496bed7
PA
166892015-04-08 Pedro Alves <palves@redhat.com>
16690
16691 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
16692 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
16693 gdb_breakpoint instead of gdb_test that doesn't expect anything.
16694 Return early if running to main fails.
16695 * gdb.trace/while-stepping.exp: Likewise.
16696
b97fde92
PA
166972015-04-07 Pedro Alves <palves@redhat.com>
16698
16699 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
16700 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
16701 interact with inferior program.
16702
f71c18e7
PA
167032015-04-07 Pedro Alves <palves@redhat.com>
16704
16705 * lib/gdb.exp (inferior_spawn_id): New global.
16706 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
16707 spawn id after processing the user code.
16708 (default_gdb_start): Set inferior_spawn_id.
16709 (send_inferior): New procedure.
16710 * lib/gdbserver-support.exp (gdbserver_start): Set
16711 inferior_spawn_id.
16712 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
16713
6423214f
PA
167142015-04-07 Pedro Alves <palves@redhat.com>
16715
16716 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
16717 * lib/gdbserver-support.exp (gdbserver_start): Make
16718 $server_spawn_id global.
16719 (gdbserver_start): Don't wait for gdbserver's spawn id with
16720 expect_background.
16721 (close_gdbserver): New procedure.
16722 (gdb_exit): Rename the default version and reimplement.
16723
71c0ee8c
PA
167242015-04-07 Pedro Alves <palves@redhat.com>
16725
72f4393d 16726 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
71c0ee8c
PA
16727 append the substituted item, not the original item.
16728
203bc29b
PA
167292015-04-07 Pedro Alves <palves@redhat.com>
16730
16731 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
16732 gdb_expect.
16733
508a3ddf
PA
167342015-04-07 Pedro Alves <palves@redhat.com>
16735
16736 * gdb.base/interrupt.exp: Don't handle the case of the inferior
16737 output appearing once only.
16738
9f6dbe2b
PA
167392015-04-07 Pedro Alves <palves@redhat.com>
16740
16741 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
16742 that doesn't expect anything. Return early if running to main
16743 fails.
16744
337532fa
YQ
167452015-04-07 Yao Qi <yao.qi@linaro.org>
16746
16747 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
16748 (child_function): Call alarm.
16749 (main): Move call to alarm into the loop.
16750 * gdb.threads/non-stop-fair-events.exp: Build program with
16751 -DTIMEOUT=$timeout.
16752
01b622d4
DE
167532015-04-06 Doug Evans <xdje42@gmail.com>
16754
16755 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
16756 Fix dest parameter to board_info.
16757 (fpc_compile): Ditto.
16758 (gdb_compile_pascal): Rename dest arg to destfile.
16759
961f4160
PMR
167602015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
16761
16762 * gdb.ada/funcall_ref.exp: New file.
16763 * gdb.ada/funcall_ref/foo.adb: New file.
16764
cafda597
YQ
167652015-04-02 Yao Qi <yao.qi@linaro.org>
16766
16767 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
16768 is remote.
16769
fed040c6
GB
167702015-04-02 Gary Benson <gbenson@redhat.com>
16771
16772 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
16773
d11916aa
SS
167742015-04-01 Sasha Smundak <asmundak@google.com>
16775
16776 * gdb.python/py-unwind-maint.c: New file.
16777 * gdb.python/py-unwind-maint.exp: New test.
16778 * gdb.python/py-unwind-maint.py: New file.
16779 * gdb.python/py-unwind.c: New file.
16780 * gdb.python/py-unwind.exp: New test.
16781 * gdb.python/py-unwind.py: New test.
16782
a1471180
PA
167832015-04-01 Pedro Alves <palves@redhat.com>
16784
16785 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
16786 to fail instead of non-existent $test.
16787
0bbeccb1
PA
167882015-04-01 Pedro Alves <palves@redhat.com>
16789
16790 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
16791 GDBFLAGS if not empty.
16792
3c724c8c
PMR
167932015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
16794
16795 * gdb.ada/complete.exp: Remove "multi_line".
16796 * gdb.ada/info_exc.exp: Remove "multi_line".
16797 * gdb.ada/packed_tagged.exp: Remove "multi_line".
16798 * gdb.ada/ptype_field.exp: Remove "multi_line".
16799 * gdb.ada/sym_print_name.exp: Remove "multi_line".
16800 * gdb.ada/tagged.exp: Remove "multi_line".
16801 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
16802 [multi_line ...]
16803 * gdb.btrace/delta.exp: Likewise.
16804 * gdb.btrace/exception.exp: Likewise.
16805 * gdb.btrace/function_call_history.exp: Likewise.
16806 * gdb.btrace/instruction_history.exp: Likewise.
16807 * gdb.btrace/nohist.exp: Likewise.
16808 * gdb.btrace/record_goto.exp: Likewise.
16809 * gdb.btrace/segv.exp: Likewise.
16810 * gdb.btrace/stepi.exp: Likewise.
16811 * gdb.btrace/tailcall.exp: Likewise.
16812 * gdb.btrace/unknown_functions.exp: Likewise.
16813 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
16814 * lib/gdb.exp: Add the "multi_line" helper.
16815
4eec2deb
PA
168162015-04-01 Pedro Alves <palves@redhat.com>
16817
16818 * gdb.threads/tid-reuse.c: New file.
16819 * gdb.threads/tid-reuse.exp: New file.
16820
df8411da
SDJ
168212015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
16822
16823 PR corefiles/16092
16824 * gdb.base/coredump-filter.c: New file.
16825 * gdb.base/coredump-filter.exp: Likewise.
16826
6ef37366
PM
168272015-03-27 Petr Machata <pmachata@redhat.com>
16828
16829 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
16830 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
16831 (Dwarf::assemble): Initialize them.
16832 (Dwarf::lines): New function.
16833
7ec911b0
JT
168342015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
16835
16836 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
16837 SYMBOL_PREFIX for x86_64-*-cygwin.
16838
ff908ebf
AW
168392015-03-26 Andy Wingo <wingo@igalia.com>
16840
16841 PR symtab/18148
16842 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
16843 const_value but not a location.
16844 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
16845 location defined in non-main CUs are visible.
16846
6d5f0679
YQ
168472015-03-26 Yao Qi <yao.qi@linaro.org>
16848
16849 PR testsuite/18139
16850 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
16851 Add a line number entry for the same line.
16852 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
16853 Add a line number entry for the same line.
16854
2898689b
YQ
168552015-03-26 Yao Qi <yao.qi@linaro.org>
16856
16857 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
16858 .int 0.
16859 (func): Likewise. Add .Lfunc_1 label.
16860 Use .Lfunc_1 label.
16861 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
16862 .int 0.
16863 (func): Likewise.
16864 Use .Lfunc_1 label.
16865
85180498
YQ
168662015-03-26 Yao Qi <yao.qi@linaro.org>
16867
16868 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
16869 Call gdb_compile instead to compile each .s files without debug
16870 information.
16871
8aa08a8d
YQ
168722015-03-26 Yao Qi <yao.qi@linaro.org>
16873
16874 * gdb.base/savedregs.exp (process_saved_regs): Make
16875 "Saved registers:" optional in the pattern.
16876
66849923
MM
168772015-03-25 Markus Metzger <markus.t.metzger@intel.com>
16878
16879 * gdb.btrace/next.exp: Merged into step.exp.
16880 * gdb.btrace/finish.exp: Merged into step.exp.
16881 * gdb.btrace/nexti.exp: Merged into stepi.exp.
16882 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
16883 "record goto" and checking the exact replay position.
16884 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
16885 check for "Recording format" in "info record" output.
16886 * gdb.btrace/record_goto.exp: Choose test file based on target.
16887 * gdb.btrace/x86-record_goto.S: Renamed into ...
16888 * gdb.btrace/x86_64-record_goto.S: ... this.
16889 * gdb.btrace/i686-record_goto.S: New.
16890 * gdb.btrace/x86-tailcall.S: Renamed into ...
16891 * gdb.btrace/x86_64-tailcall.S: ... this.
16892 * gdb.btrace/i686-tailcall.S: New.
16893 * gdb.btrace/x86-tailcall.c: Renamed into ...
16894 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
16895 separate statements. Update test.
16896 * gdb.btrace/delta.exp: Use record_goto.c as test file.
16897 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
16898 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
16899 * gdb.btrace/tailcall.exp: Choose test file based on target.
16900 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
16901
11cc1b74
MM
169022015-03-25 Markus Metzger <markus.t.metzger@intel.com>
16903
16904 * gdb.btrace/exception.exp: Increase BTS buffer size.
16905
a25d8bf9
PA
169062015-03-24 Pedro Alves <palves@redhat.com>
16907
16908 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
16909
856e7dd6
PA
169102015-03-24 Pedro Alves <palves@redhat.com>
16911
16912 * gdb.threads/schedlock.exp (test_step): No longer expect that
16913 "set scheduler-locking step" with "next" over a function call runs
16914 threads unlocked.
16915
ad235a41
AT
169162015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
16917
16918 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
16919
15630549
AT
169202015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
16921
16922 PR breakpoints/16466
16923 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
16924 * gdb.mi/mi-pending.c (thread_func): New function.
16925 (int main): Add threading support required.
16926 * gdb.mi/mi-pending.exp: Add tests for this issue.
16927 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
16928 (pendfunc2): Remove stdio dependency.
16929 * gdb.mi/mi-pendshr2.c: New file.
16930
693dca06
KS
169312015-03-23 Keith Seitz <keiths@redhat.com>
16932
16933 * gdb.linespec/keywords.c: New file.
16934 * gdb.linespec/keywords.exp: New file.
16935
7e993ebf
KS
169362015-03-23 Keith Seitz <keiths@redhat.com>
16937
16938 PR gdb/18021
16939 * gdb.dwarf2/staticvirtual.exp: New test.
16940
bc23328c
JK
169412015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
16942
16943 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
16944 * README: Remove HP-UX and gdb.hp.
16945 (configuration):
16946 * configure: Regenerate.
16947 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
16948 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
16949 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
16950 gdb.hp/gdb.defects/Makefile.
16951 * gdb.hp/Makefile.in: File deleted.
16952 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
16953 * gdb.hp/gdb.aCC/optimize.c: File deleted.
16954 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
16955 * gdb.hp/gdb.aCC/run.c: File deleted.
16956 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
16957 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
16958 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
16959 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
16960 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
16961 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
16962 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
16963 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
16964 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
16965 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
16966 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
16967 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
16968 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
16969 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
16970 * gdb.hp/gdb.base-hp/reg.s: File deleted.
16971 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
16972 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
16973 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
16974 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
16975 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
16976 * gdb.hp/gdb.compat/Makefile.in: File deleted.
16977 * gdb.hp/gdb.compat/average.c: File deleted.
16978 * gdb.hp/gdb.compat/sum.c: File deleted.
16979 * gdb.hp/gdb.compat/xdb.c: File deleted.
16980 * gdb.hp/gdb.compat/xdb0.c: File deleted.
16981 * gdb.hp/gdb.compat/xdb0.h: File deleted.
16982 * gdb.hp/gdb.compat/xdb1.c: File deleted.
16983 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
16984 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
16985 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
16986 * gdb.hp/gdb.defects/Makefile.in: File deleted.
16987 * gdb.hp/gdb.defects/bs14602.c: File deleted.
16988 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
16989 * gdb.hp/gdb.defects/solib-d.c: File deleted.
16990 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
16991 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
16992 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
16993 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
16994 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
16995 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
16996 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
16997 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
16998 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
16999 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
17000 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
17001 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
17002 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
17003 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
17004 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
17005 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
17006 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
17007 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
17008 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
17009 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
17010 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
17011 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
17012 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
17013 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
17014 * gdb.hp/tools/odump: File deleted.
17015
8bf3b159
PA
170162015-03-19 Pedro Alves <palves@redhat.com>
17017
17018 * gdb.threads/continue-pending-status.exp (saw_thread_2)
17019 (saw_thread_3): New globals.
17020 (top level): Increment them when an event for the corresponding
17021 thread is seen.
17022 (no thread starvation): New test.
17023
eb54c8bf
PA
170242015-03-19 Pedro Alves <palves@redhat.com>
17025
17026 * gdb.threads/continue-pending-status.c: New file.
17027 * gdb.threads/continue-pending-status.exp: New file.
17028
32d2e5d6
PA
170292015-03-18 Pedro Alves <palves@redhat.com>
17030
17031 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
17032 Use gdb_is_target_remote instead of is_remote. Use
17033 gdb_test_multiple instead of gdb_expect. Exit early if
17034 gdb_test_multiple hits its internal matches. Tighten stepi tests
17035 expected output. Fail on exit with any signal, instead of just
17036 SIGILL.
17037
f68f11b7
YQ
170382015-03-18 Yao Qi <yao.qi@linaro.org>
17039
17040 PR tdep/18107
17041 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
17042 variable.
17043 * gdb.base/catch-syscall.exp: Don't skip it on
17044 aarch64*-*-linux* target. Remove elements in all_syscalls.
17045 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
17046 target.
17047 (setup_all_syscalls): New proc.
17048
ca5fd19b
YQ
170492015-03-16 Yao Qi <yao.qi@linaro.org>
17050
17051 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
17052 (top level): Skip tests if valid_addr_p returns false for
17053 $cmd1 or $cmd2.
17054
85642ba0
AW
170552015-03-11 Andy Wingo <wingo@igalia.com>
17056
17057 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
17058
e03f9645
YQ
170592015-03-11 Yao Qi <yao.qi@linaro.org>
17060
17061 * gdb.base/catch-syscall.exp: Fix typo in comments.
17062
5d0962b2
YQ
170632015-03-11 Yao Qi <yao.qi@linaro.org>
17064
17065 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
17066
b2df3cef
PA
170672015-03-09 Pedro Alves <palves@redhat.com>
17068
17069 * dg-extract-results.py: Delete.
17070
ef878e53
PA
170712015-03-09 Pedro Alves <palves@redhat.com>
17072
17073 Merge dg-extract-results.sh from GCC upstream (r218843).
17074
17075 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
17076 * dg-extract-results.sh: Use --text with grep to avoid issues with
17077 binary files. Fall back to cat -v, if that doesn't work.
17078
9494d219
PA
170792015-03-05 Pedro Alves <palves@redhat.com>
17080
17081 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
17082
a8d9763a
SM
170832015-03-04 Simon Marchi <simon.marchi@ericsson.com>
17084
17085 * lib/mi-support.exp (mi_expect_interrupt): Accept
17086 alternative event for when in all-stop mode.
17087
be9957b8
PA
170882015-03-04 Pedro Alves <palves@redhat.com>
17089
17090 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
17091
d57be0f4 170922015-03-04 Mark Kettenis <kettenis@gnu.org>
4727d613
MK
17093
17094 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
17095
c214c7cf
AA
170962015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
17097
17098 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
17099 regexps for GDB's current line display, accept a hex address
17100 preceding the line number.
17101
6d74a497
AA
171022015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
17103
17104 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
17105 the 'arch1' variable for "s390*-linux*" targets.
17106
511aee7c
PA
171072015-03-04 Pedro Alves <palves@redhat.com>
17108
17109 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
17110 (main): Pass missing retval argument to pthread_join call.
17111
95e50b27
PA
171122015-03-02 Pedro Alves <palves@redhat.com>
17113
17114 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
17115 (top level): Call do_test with non-stop as well.
17116
28054d69
PA
171172015-03-02 Pedro Alves <palves@redhat.com>
17118
17119 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
17120 -1.
17121
4fa5d7b4
AA
171222015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
17123
17124 * gdb.arch/s390-vregs.exp: New test.
17125 * gdb.arch/s390-vregs.S: New file.
17126
97c18565
PA
171272015-02-27 Pedro Alves <palves@redhat.com>
17128
17129 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
17130 call to catch_command_errors.
17131 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
17132 catch_command_errors.
17133
a37bfa30
PA
171342015-02-27 Pedro Alves <palves@redhat.com>
17135
17136 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
17137 "true" for boolean result.
17138 * gdb.gdb/selftest.exp (test_with_self): Also accept full
17139 prototype of main.
17140
6f98576f
PA
171412015-02-27 Pedro Alves <palves@redhat.com>
17142
17143 * lib/unbuffer_output.c: New file.
17144 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
17145 (main): Call gdb_unbuffer_output.
17146
eba5ab56
YQ
171472015-02-27 Yao Qi <yao.qi@linaro.org>
17148
17149 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
17150 target.
17151
0def5aaa
DE
171522015-02-26 Doug Evans <dje@google.com>
17153
17154 * gdb.cp/class2.cc (Dbase, D): New classes.
17155 (main): New local delta.
17156 * gdb.cp/class2.exp: Test printing delta.
17157 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
17158 (dynbar): New global.
17159 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
17160
081a1c2c
JK
171612015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
17162
17163 * gdb.compile/compile-ifunc.c: New file.
17164 * gdb.compile/compile-ifunc.exp: New file.
17165
2f41223f
AT
171662015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
17167
17168 * gdb.base/structs.exp: Check for correct struct on finish.
17169
03eddd80
YQ
171702015-02-26 Yao Qi <yao.qi@linaro.org>
17171
17172 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
17173 is zero.
17174
80c57053
JK
171752015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
17176
17177 * gdb.arch/cordic.ko.bz2: New file.
17178 * gdb.arch/cordic.ko.debug.bz2: New file.
17179 * gdb.arch/ppc64-symtab-cordic.exp: New file.
17180
21613c12
YQ
171812015-02-25 Yao Qi <yao.qi@linaro.org>
17182
17183 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
17184 aarch64*-*-* target.
17185
d8b901ed
PA
171862015-02-23 Pedro Alves <palves@redhat.com>
17187
17188 * lib/gdb.exp (delete_breakpoints): Rewrite using
17189 gdb_test_multiple.
17190
e5b85ead
PA
171912015-02-23 Pedro Alves <palves@redhat.com>
17192
17193 * gdb.base/info-os.c: Include stdlib.h.
17194
85c3a371
DE
171952015-02-22 Doug Evans <xdje42@gmail.com>
17196
17197 PR symtab/17855
17198 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
17199 is read after symbols have been re-read.
17200 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
17201 * gdb.ada/exec_changed/second.adb (Second): Ditto.
17202
96553a0c
DE
172032015-02-21 Doug Evans <dje@google.com>
17204
17205 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
17206
97a0c697
JK
172072015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
17208
17209 PR corefiles/17808
17210 * gdb.arch/i386-biarch-core.core.bz2: New file.
17211 * gdb.arch/i386-biarch-core.exp: New file.
17212
a47cd6e9
PA
172132015-02-21 Pedro Alves <palves@redhat.com>
17214
17215 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
17216 runto_main fails.
17217
c5facdc4
PA
172182015-02-20 Pedro Alves <palves@redhat.com>
17219
17220 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
17221 info probes.
17222
2db9a427
PA
172232015-02-20 Pedro Alves <palves@redhat.com>
17224
17225 * gdb.threads/multi-create-ns-info-thr.exp: New file.
17226
60fb7e9e
PA
172272015-02-20 Pedro Alves <palves@redhat.com>
17228
17229 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
17230 clean_restart before gdb_target_supports_trace.
17231
5c5019c2
PA
172322015-02-20 Pedro Alves <palves@redhat.com>
17233
17234 PR threads/18006
17235 * gdb.threads/clone-thread_db.c: New file.
17236 * gdb.threads/clone-thread_db.exp: New file.
17237
c9587f88
AT
172382015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
17239
17240 PR breakpoints/16812
17241 * gdb.base/catch-gdb-caused-signals.c: New file.
17242 * gdb.base/catch-gdb-caused-signals.exp: New file.
17243
f6a88844
JM
172442015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
17245
17246 * configure: Regenerated.
17247 * configure.ac: Use GDB_AC_TRANSFORM.
17248 * aclocal.m4: sinclude ../transform.m4.
17249
497c491b
JM
172502015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
17251
17252 * lib/dtrace.exp: New file.
17253 * gdb.base/dtrace-probe.exp: Likewise.
17254 * gdb.base/dtrace-probe.d: Likewise.
17255 * gdb.base/dtrace-probe.c: Likewise.
17256 * lib/pdtrace.in: Likewise.
17257 * configure.ac: Output variables with the transformed names of
17258 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
17259 * configure: Regenerated.
17260
03e98035
JM
172612015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
17262
17263 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
17264 expected message when trying to access $_probe_* convenience
17265 variables while not on a probe.
17266
63cc30e9
JK
172672015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
17268
17269 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
17270
0703599a
PA
172712015-02-11 Pedro Alves <pedro@codesourcery.com>
17272
17273 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
17274 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
17275
7e60a48e
DE
172762015-02-10 Doug Evans <xdje42@gmail.com>
17277
17278 * lib/gdb.exp (gdb_load): Always return a result.
17279
01b088bc
PA
172802015-02-10 Pedro Alves <palves@redhat.com>
17281
17282 * gdb.threads/signal-sigtrap.c: New file.
17283 * gdb.threads/signal-sigtrap.exp: New file.
17284
b05ec7a5
AT
172852015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
17286
17287 * gdb.trace/no-attach-trace.c: New file.
17288 * gdb.trace/no-attach-trace.exp: New file.
17289
a2c2acaf
MW
172902015-02-09 Mark Wielaard <mjw@redhat.com>
17291
17292 * gdb.dwarf2/atomic.c: New file.
17293 * gdb.dwarf2/atomic-type.exp: Likewise.
17294
31fd9caa
MM
172952015-02-09 Markus Metzger <markus.t.metzger@intel.com>
17296
17297 * gdb.btrace/buffer-size.exp: Update "info record" output.
17298 * gdb.btrace/delta.exp: Update "info record" output.
17299 * gdb.btrace/enable.exp: Update "info record" output.
17300 * gdb.btrace/finish.exp: Update "info record" output.
17301 * gdb.btrace/instruction_history.exp: Update "info record" output.
17302 * gdb.btrace/next.exp: Update "info record" output.
17303 * gdb.btrace/nexti.exp: Update "info record" output.
17304 * gdb.btrace/step.exp: Update "info record" output.
17305 * gdb.btrace/stepi.exp: Update "info record" output.
17306 * gdb.btrace/nohist.exp: Update "info record" output.
17307
d33501a5
MM
173082015-02-09 Markus Metzger <markus.t.metzger@intel.com>
17309
17310 * gdb.btrace/buffer-size: New.
17311
f4abbc16
MM
173122015-02-09 Markus Metzger <markus.t.metzger@intel.com>
17313
17314 * gdb.btrace/delta.exp: Update "info record" output.
17315 * gdb.btrace/enable.exp: Update "info record" output.
17316 * gdb.btrace/finish.exp: Update "info record" output.
17317 * gdb.btrace/instruction_history.exp: Update "info record" output.
17318 * gdb.btrace/next.exp: Update "info record" output.
17319 * gdb.btrace/nexti.exp: Update "info record" output.
17320 * gdb.btrace/step.exp: Update "info record" output.
17321 * gdb.btrace/stepi.exp: Update "info record" output.
17322 * gdb.btrace/nohist.exp: Update "info record" output.
17323
b9d61307
SM
173242015-02-06 Simon Marchi <simon.marchi@ericsson.com>
17325
17326 PR gdb/15678
17327 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
17328
e584fdbc
PA
173292015-02-06 Pedro Alves <palves@redhat.com>
17330
17331 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
17332 macro.
17333 (seconds_left, again): New globals.
17334 (main): Wait seconds_left in a 1-second sleep loop instead of
17335 sleeping 180 seconds. If 'again' is set, reset the seconds
17336 counter.
17337 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
17338 'again' in the inferior before detaching. Print the seconds left.
17339 (options): New global.
17340 (top level): Build program with -DTIMEOUT=$timeout.
17341
77f41761
PA
173422015-02-06 Pedro Alves <palves@redhat.com>
17343
17344 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
17345 determine how many seconds to pass to 'alarm'.
17346 * gdb.base/gdb-sigterm.exp (top level): Build program with
17347 -DTIMEOUT=$timeout.
17348 (do_test): Return success/failure indication. Add more verbose
17349 logging. Don't fail if 200 single steps are seen. Instead, fail
17350 when the test times out.
17351 (passes): New global.
17352 (top level): Break the testing loop if testing fails on any
17353 iteration. Use gdb_assert.
17354
b9394193
DB
173552015-02-04 Don Breazeal <donb@codesourcery.com>
17356
17357 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
17358 and initialize them.
17359 (ipc_cleanup): New function.
17360 (main): Don't declare shmid, semid, and msqid. Add a call to
17361 atexit so that we call ipc_cleanup on exit.
17362
42d9e528
PA
173632015-02-04 Pedro Alves <palves@redhat.com>
17364
17365 * boards/native-extended-gdbserver.exp: Remove any target variant
17366 specifications from the board name before clearing the isremote
17367 flag from board_info.
17368
ae6ae975
DE
173692015-01-31 Doug Evans <xdje42@gmail.com>
17370
17371 * gdb.base/maint.exp <maint print type argc>: Update expected output.
17372
cfb069a8
GB
173732015-01-31 Gary Benson <gbenson@redhat.com>
17374
17375 * gdb.base/completion.exp: Disable completion limiting for
17376 existing tests. Add new tests to check completion limiting.
17377 * gdb.linespec/ls-errs.exp: Disable completion limiting.
17378
5dd31d79
DE
173792015-01-31 Doug Evans <xdje42@gmail.com>
17380
17381 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
17382
9f050062
DE
173832015-01-31 Doug Evans <xdje42@gmail.com>
17384
17385 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
17386 entries. Duplicate file section script entries.
17387 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
17388 inlined entries. Add test for safe-path rejection.
17389 * gdb.python/py-section-script.c: Add duplicate inlined section script
17390 entries. Duplicate file section script entries.
17391 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
17392 inlined entries. Add test for safe-path rejection.
17393
df25ebbd
JB
173942015-01-29 Joel Brobecker <brobecker@adacore.com>
17395
17396 * gdb.ada/disc_arr_bound: New testcase.
17397
4a0ca9ec
JB
173982015-01-29 Joel Brobecker <brobecker@adacore.com>
17399
17400 * gdb.ada/mi_var_array: New testcase.
17401
3a8b707a
DE
174022015-01-27 Doug Evans <dje@google.com>
17403
17404 * gdb.python/py-objfile.exp: Add tests for objfile.username.
17405 Add test for objfile.filename, objfile.username after objfile
17406 has been unloaded.
17407
f8313f6e
JB
174082015-01-26 Joel Brobecker <brobecker@adacore.com>
17409
17410 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
17411 the second test to print the name attribute of value
17412 returned by the call to gdb.lookup_type, and adjust
17413 the expected output accordingly.
17414
37bc665e
MW
174152015-01-25 Mark Wielaard <mjw@redhat.com>
17416
17417 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
17418 * gdb.base/disp-step-fork.c: Include unistd.h.
17419 * gdb.base/siginfo-obj.c: Include stdio.h.
17420 * gdb.base/siginfo-thread.c: Likewise.
17421 * gdb.mi/non-stop.c: Include unistd.h.
17422 * gdb.mi/nsthrexec.c: Include stdio.h.
17423 * gdb.mi/pthreads.c: Include unistd.h.
17424 * gdb.modula2/unbounded1.c (main): Declare returns int.
17425 * gdb.reverse/consecutive-reverse.c: Likewise.
17426 * gdb.threads/create-fail.c: Include unistd.h.
17427 * gdb.threads/killed.c: Likewise.
17428 * gdb.threads/linux-dp.c: Likewise.
17429 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
17430 * gdb.threads/non-ldr-exc-2.c: Likewise.
17431 * gdb.threads/non-ldr-exc-3.c: Likewise.
17432 * gdb.threads/non-ldr-exc-4.c: Likewise.
17433 * gdb.threads/pthreads.c: Include unistd.h.
17434 (main): Declare returns int.
17435 * gdb.threads/tls-main.c (foo): New declaration.
17436 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
17437
f7e5394d
SM
174382015-01-23 Simon Marchi <simon.marchi@ericsson.com>
17439
17440 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
17441 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
17442
743649fd
MW
174432015-01-15 Mark Wielaard <mjw@redhat.com>
17444
17445 * gdb.base/noreturn-return.c: New file.
17446 * gdb.base/noreturn-return.exp: New file.
17447 * gdb.base/noreturn-finish.c: New file.
17448 * gdb.base/noreturn-finish.exp: New file.
17449
198297aa
PA
174502015-01-23 Pedro Alves <palves@redhat.com>
17451
17452 * gdb.threads/continue-pending-after-query.c: New file.
17453 * gdb.threads/continue-pending-after-query.exp: New file.
17454
717cf30c
AG
174552015-01-22 Anders Granlund <anders.granlund@ericsson.com>
17456 Simon Marchi <simon.marchi@ericsson.com>
17457
17458 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
17459 * gdb.base/valgrind-db-attach.exp: Same.
17460 * gdb.base/valgrind-infcall.exp: Same.
17461 * lib/mi-support.exp (default_mi_gdb_start): Same.
17462 * lib/prompt.exp (default_prompt_gdb_start): Same.
17463 * lib/gdb.exp (default_gdb_spawn): Same.
17464 (gdb_interact): New.
17465
17466
4b62a76e
JK
174672015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
17468
17469 * gdb.compile/compile.exp (pointer to jit function): New test.
17470
b4cdae6f
WW
174712015-01-17 Wei-cheng Wang <cole945@gmail.com>
17472
17473 * lib/gdb.exp (supports_process_record): Return true for
17474 powerpc*-*-linux*.
17475 (supports_reverse): Likewise.
17476
d221e7ef
DB
174772015-01-15 Don Breazeal <donb@codesourcery.com>
17478
17479 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
17480 instead of checking whether the target board is remote and
17481 use spawn_wait_for_attach instead of exec/sleep.
17482 * gdb.base/attach-twice.exp: Likewise.
17483
bafffb51
JB
174842015-01-15 Joel Brobecker <brobecker@adacore.com>
17485
17486 * gdb.ada/var_arr_attrs: New testcase.
17487
5589af0e
PA
174882015-01-14 Pedro Alves <palves@redhat.com>
17489 Joel Brobecker <brobecker@adacore.com>
17490
17491 PR gdb/17525
17492 * gdb.base/bp-cmds-execution-x-script.c: New file.
17493 * gdb.base/bp-cmds-execution-x-script.exp: New file.
17494 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
17495
6c400b59
PA
174962015-01-14 Pedro Alves <palves@redhat.com>
17497
17498 PR cli/17828
17499 * gdb.base/batch-preserve-term-settings.c: New file.
17500 * gdb.base/batch-preserve-term-settings.exp: New file.
17501
e02c96a7
DE
175022015-01-13 Doug Evans <dje@google.com>
17503
17504 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
17505 binary.
17506
576fd14c
JB
175072015-01-13 Joel Brobecker <brobecker@adacore.com>
17508
17509 * Makefile.in (clean mostlyclean): Do not delete *.py.
17510
04dccad0
JB
175112015-01-13 Joel Brobecker <brobecker@adacore.com>
17512
17513 * gdb.python/py-lookup-type.exp: New file.
17514
3d230f71
PA
175152015-01-12 Pedro Alves <palves@redhat.com>
17516
17517 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
17518 restore GDBFLAGS before returning.
17519
7e67715d
JK
175202015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
17521
17522 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
17523 is_amd64_regs_target and is_x86_like_target.
17524
f2e0d4b4
DE
175252015-01-11 Doug Evans <xdje42@gmail.com>
17526
17527 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
17528 is given without an explicit form.
17529 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
17530 attributes.
17531 * gdb.dwarf/corrupt.exp: Ditto.
17532 * gdb.dwarf2/enum-type.exp: Ditto.
17533 * gdb.trace/entry-values.exp: Ditto.
17534 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
17535
439250fb
DE
175362015-01-11 Doug Evans <xdje42@gmail.com>
17537
17538 PR gdb/15830
17539 * gdb.base/maint.exp: Remove references to "maint demangle".
17540 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
17541 Add tests for explicitly specifying language to demangle.
17542 * gdb.dlang/demangle.exp: Ditto.
17543
ede9f622
PA
175442015-01-09 Pedro Alves <palves@redhat.com>
17545
17546 * gdb.threads/non-stop-fair-events.c: New file.
17547 * gdb.threads/non-stop-fair-events.exp: New file.
17548
a7b796db
PA
175492015-01-09 Pedro Alves <palves@redhat.com>
17550
17551 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
17552 the global scope. Set a breakpoint after all threads are started
17553 rather than stepping over two source lines. Expect the prompt.
17554 * gdb.base/watch_thread_num.c (threads_started_barrier): New
17555 global.
17556 (NUM): Now 15.
17557 (main): Use threads_started_barrier to wait for all threads to
17558 start. Main thread no longer calls thread_function. Exit after
17559 180 seconds.
17560 (loop): New function.
17561 (thread_function): Wait on threads_started_barrier barrier. Call
17562 'loop' at each iteration.
17563 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
17564 threads have started, instead of hardcoding number of "next"
17565 steps. Use an access watchpoint instead of a write watchpoint.
17566
9665ffdd
PA
175672015-01-09 Pedro Alves <palves@redhat.com>
17568
17569 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
17570 (thread_func): Wait on barrier.
17571 (main): Wait for all threads to start before stopping GDB.
17572 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
17573 global.
17574 (thread1_func, thread2_func): Wait on barrier.
17575 (main): Wait for all threads to start before stopping GDB.
17576 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
17577 New global.
17578 (thread1_func, thread2_func): Wait on barrier.
17579 (main): Wait for all threads to start before stopping GDB.
17580
c945a99f
PA
175812015-01-09 Pedro Alves <palves@redhat.com>
17582
17583 * gdb.threads/attach-many-short-lived-threads.c: New file.
17584 * gdb.threads/attach-many-short-lived-threads.exp: New file.
17585
c1a747c1
PA
175862014-01-09 Pedro Alves <palves@redhat.com>
17587
17588 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
17589 instead of to thread 2.
17590 * gdb.threads/signal-command-multiple-signals-pending.c (main):
17591 Add barrier around each pthread_create call instead of around all
17592 calls.
17593 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
17594 Set a break on thread_function and have the child threads hit it
17595 one at at a time.
17596
60b3033e
PA
175972015-01-09 Pedro Alves <palves@redhat.com>
17598
17599 * lib/gdb.exp (can_spawn_for_attach): New procedure.
17600 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
17601 false.
17602 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
17603 checking whether the target board is remote.
17604 * gdb.multi/multi-attach.exp: Likewise.
17605 * gdb.python/py-sync-interp.exp: Likewise.
17606 * gdb.server/ext-attach.exp: Likewise.
17607 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
17608 tests that need to attach, instead of checking whether the target
17609 board is remote at the top of the file.
17610
acc018ac
YQ
176112015-01-08 Yao Qi <yao@codesourcery.com>
17612
17613 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
17614
50a18af8
JK
176152015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
17616
17617 Fix testcase compilation.
17618 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
17619
8503d6e1
JB
176202015-01-06 Joel Brobecker <brobecker@adacore.com>
17621
17622 * gdb.python/py-type.exp: Add a couple test about empty
17623 array creation, and negative-length array creation.
17624
cc73dbcc
DE
176252015-01-02 Doug Evans <xdje42@gmail.com>
17626
17627 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
17628
0300bbc7
DE
176292015-01-02 Doug Evans <dje@google.com>
17630
17631 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
17632
9d85a0ec
YQ
176332014-12-29 Yao Qi <yao@codesourcery.com>
17634
17635 * gdb.trace/entry-values.exp: Update comments. Rename variable
17636 bar_call_foo to returned_from_foo.
17637
87186c6a
MMN
176382014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
17639
17640 PR gdb/17394
17641 * gdb.linespec/break-asm-file.c: New file.
17642 * gdb.linespec/break-asm-file.exp: New file.
17643 * gdb.linespec/break-asm-file0.s: New file.
17644 * gdb.linespec/break-asm-file1.s: New file.
17645
1bab7383
YQ
176462014-12-18 Nigel Stephens <nigel@mips.com>
17647 Maciej W. Rozycki <macro@codesourcery.com>
17648
17649 * gdb.base/float.exp: Handle the new output from "info float" on
17650 MIPS targets.
17651
1bc1068a
JK
176522014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
17653
17654 Fix MinGW compilation.
17655 * gdb.compile/compile-ops.exp: Update untested message if
17656 !skip_compile_feature_tests.
17657 * gdb.compile/compile-setjmp.exp: Likewise.
17658 * gdb.compile/compile-tls.exp: Likewise.
17659 * gdb.compile/compile.exp: Likewise.
17660 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
17661 supported on this host".
17662
b6615d10
DE
176632014-12-16 Doug Evans <xdje42@gmail.com>
17664
17665 * boards/stabs.exp: New file.
17666
25dda427
AA
176672014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
17668
17669 * gdb.base/completion.exp: Adjust to format changes of "maint
17670 print user-registers".
17671
bf330350
CU
176722014-12-16 Catalin Udma <catalin.udma@freescale.com>
17673
17674 PR server/17457
17675 * gdb.arch/aarch64-fp.c: New file.
17676 * gdb.arch/aarch64-fp.exp: New file.
17677
395cf596
SDJ
176782014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
17679
17680 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
17681 r210637, r210913, r211666, r215400, r215817).
17682
17683 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
17684 * dg-extract-results.py: New file.
17685 * dg-extract-results.sh: Use it if the environment seems
17686 suitable.
17687
17688 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
17689
17690 * dg-extract-results.py (parse_run): Handle warnings that
17691 are printed before a test harness is run.
17692
17693 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
17694
17695 * dg-extract-results.py (Named): Remove __cmp__ method.
17696 (output_variation): Use a key to sort variation.harnesses.
17697
17698 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
17699
17700 * dg-extract-results.py: For Python 3, force sys.stdout to
17701 handle surrogate escape sequences.
17702 (safe_open): New function.
17703 (output_segment, main): Use it.
17704
17705 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
17706
17707 * dg-extract-results.py (Prog.result_re): Include options
17708 in test name.
17709
17710 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
17711
17712 * dg-extract-results.py (output_variation): Always sort if
17713 do_sum.
17714
e882ef3c
SM
177152014-12-15 Simon Marchi <simon.marchi@ericsson.com>
17716
17717 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
17718 as long as we get pagination notifications.
17719
4992aa20
JM
177202014-12-15 Jason Merrill <jason@redhat.com>
17721
17722 * Makefile.in (check-gdb.%): Restore.
17723 * README: Mention it.
17724
c1b5a1a6
JB
177252014-12-13 Joel Brobecker <brobecker@adacore.com>
17726
17727 * gdb.ada/str_uninit: New testcase.
17728
5537b577
JK
177292014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
17730
17731 PR symtab/17642
17732 * gdb.base/vla-stub-define.c: New file.
17733 * gdb.base/vla-stub.c: New file.
17734 * gdb.base/vla-stub.exp: New file.
17735
bb2ec1b3
TT
177362014-12-12 Phil Muldoon <pmuldoon@redhat.com>
17737 Jan Kratochvil <jan.kratochvil@redhat.com>
17738 Tom Tromey <tromey@redhat.com>
17739
17740 * configure.ac: Add gdb.compile/.
17741 * configure: Regenerate.
17742 * gdb.compile/Makefile.in: New file.
17743 * gdb.compile/compile-ops.exp: New file.
17744 * gdb.compile/compile-ops.c: New file.
17745 * gdb.compile/compile-tls.c: New file.
17746 * gdb.compile/compile-tls.exp: New file.
17747 * gdb.compile/compile-constvar.S: New file.
17748 * gdb.compile/compile-constvar.c: New file.
17749 * gdb.compile/compile-mod.c: New file.
17750 * gdb.compile/compile-nodebug.c: New file.
17751 * gdb.compile/compile-setjmp-mod.c: New file.
17752 * gdb.compile/compile-setjmp.c: New file.
17753 * gdb.compile/compile-setjmp.exp: New file.
17754 * gdb.compile/compile-shlib.c: New file.
17755 * gdb.compile/compile.c: New file.
17756 * gdb.compile/compile.exp: New file.
17757 * lib/gdb.exp (skip_compile_feature_tests): New proc.
17758
4ff709eb
TT
177592014-12-12 Tom Tromey <tromey@redhat.com>
17760
17761 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
17762 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
17763
6dddd6a5
DE
177642014-12-12 Doug Evans <dje@google.com>
17765
17766 * lib/gdb-python.exp (get_python_valueof): New function.
17767 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
17768
71c24708
AA
177692014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
17770
17771 * gdb.base/completion.exp: Add test for completion of "info
17772 registers ".
17773
3e29f34a
MR
177742014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
17775
17776 * gdb.base/func-ptrs.c: New file.
17777 * gdb.base/func-ptrs.exp: New file.
17778
fc126975
SM
177792014-12-10 Simon Marchi <simon.marchi@ericsson.com>
17780
17781 PR breakpoints/17012
17782 * gdb.base/dprintf-detach.c: New file.
17783 * gdb.base/dprintf-detach.exp: New file.
17784
0a46d518
SM
177852014-12-10 Simon Marchi <simon.marchi@ericsson.com>
17786
17787 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
17788 * lib/gdb.exp (target_is_gdbserver): New procedure.
17789
a0be3e44
DE
177902014-12-08 Doug Evans <dje@google.com>
17791
17792 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
17793
df1b803a
YQ
177942014-12-05 Yao Qi <yao@codesourcery.com>
17795
17796 * gdb.guile/scm-error.exp: Remove the third argument to
17797 gdb_remote_download.
17798 * gdb.guile/scm-frame-args.exp: Likewise.
17799 * gdb.guile/scm-section-script.exp: Likewise.
17800
ddb9f679
YQ
178012014-12-05 Yao Qi <yao@codesourcery.com>
17802
17803 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
17804
86e4ed39
DE
178052014-12-04 Doug Evans <dje@google.com>
17806
17807 * gdb.python/py-objfile.exp: Add tests for
17808 objfile.add_separate_debug_file.
17809
7c50a931
DE
178102014-12-04 Doug Evans <dje@google.com>
17811
17812 * lib/gdb.exp (get_build_id): New function.
17813 (build_id_debug_filename_get): Rewrite to use it.
17814 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
17815
621661e3
MR
178162014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
17817
17818 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
17819 `method(long)', not just 0x0.
17820 * gdb.cp/nsalias.exp: Align code labels to 4.
17821 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
17822 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
17823 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
17824 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
17825 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
17826 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
17827
29f0c3b7
DE
178282014-12-02 Doug Evans <dje@google.com>
17829
e1e061e7 17830 PR symtab/17602
29f0c3b7 17831 * gdb.cp/anon-ns.cc: Move guts of this file to ...
e1e061e7 17832 * gdb.cp/anon-ns2.cc: ... here. New file.
29f0c3b7
DE
17833 * gdb.cp/anon-ns.exp: Update.
17834
162078c8
NB
178352014-12-02 Nick Bull <nicholaspbull@gmail.com>
17836
17837 * gdb.python/py-events.py (inferior_call_handler): New.
17838 (register_changed_handler, memory_changed_handler): New.
17839 (test_events.invoke): Register new handlers.
17840 * gdb.python/py-events.exp: Add tests for inferior call,
17841 memory_changed and register_changed events.
17842
fdb09caf
AA
178432014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
17844
17845 * gdb.base/execl-update-breakpoints.exp: Specify the link address
17846 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
17847 if the linker doesn't understand this.
17848
55cfb2c4
SM
178492014-12-01 Simon Marchi <simon.marchi@ericsson.com>
17850
17851 * gdb.python/python.exp: Change expected reply to help().
17852
9e8cd6df
YQ
178532014-12-01 Yao Qi <yao@codesourcery.com>
17854
17855 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
17856 AC_CONFIG_SUBDIRS(gdb.gdbtk).
17857 * configure: Re-generated.
17858
6c659fc2
SC
178592014-11-28 Siva Chandra Reddy <sivachandra@google.com>
17860
17861 * gdb.cp/chained-calls.cc: New file.
17862 * gdb.cp/chained-calls.exp: New file.
17863 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
17864
d7fc3181
SM
178652014-11-28 Simon Marchi <simon.marchi@ericsson.com>
17866
17867 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
17868 * gdb.dwarf2/symtab-producer.exp: Same.
17869 * gdb.gdb/python-interrupts.exp: Same.
17870 * gdb.gdb/python-selftest.exp: Same.
17871 * gdb.python/py-linetable.exp: Same.
17872 * gdb.python/py-type.exp: Same.
17873 * gdb.python/py-value-cc.exp: Same.
17874 * gdb.python/py-value.exp: Same.
17875
10e79639
YQ
178762014-11-28 Yao Qi <yao@codesourcery.com>
17877
17878 * gdb.base/break-probes.exp: Match library name prefixed with
17879 sysroot.
17880
f28a0564
SM
178812014-11-27 Simon Marchi <simon.marchi@ericsson.com>
17882
17883 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
17884 test expected output. Add parentheses for the call to print.
17885 Remove L suffix from integers.
17886
3fe1ce1d
DE
178872014-11-26 Doug Evans <dje@google.com>
17888
17889 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
17890
84429e27
YQ
178912014-11-22 Yao Qi <yao@codesourcery.com>
17892
17893 * gdb.trace/entry-values.c: Remove asms.
17894 (foo): Add foo_label.
17895 (bar): Add bar_label.
17896 * gdb.trace/entry-values.exp: Remove code computing foo's
17897 length and bar's length.
17898 (Dwarf::assemble): Invoke function_range for bar and use
17899 MACRO_AT_func for foo.
17900
26741859
YQ
179012014-11-22 Yao Qi <yao@codesourcery.com>
17902
17903 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
17904 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
17905 Use .Lgcc43_procstart instead of gcc43.
17906
45e44d27
JB
179072014-11-21 Joel Brobecker <brobecker@adacore.com>
17908
17909 * gdb.ada/n_arr_bound: New testcase.
17910
458c8db8
SDJ
179112014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
17912
17913 PR breakpoints/10737
17914 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
17915 test_catch_syscall_multi_arch.
17916 (test_catch_syscall_multi_arch): New function.
17917
43f3e411
DE
179182014-11-20 Doug Evans <xdje42@gmail.com>
17919
17920 * gdb.base/maint.exp: Update expected output.
17921
0d7b2549
AA
179222014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
17923
17924 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
17925 4-byte instruction on S390.
17926
8908fca5
JB
179272014-11-19 Joel Brobecker <brobecker@adacore.com>
17928
17929 * gdb.ada/arr_arr: New testcase.
17930
4a46959e
JB
179312014-11-19 Joel Brobecker <brobecker@adacore.com>
17932
17933 * gdb.ada/pkd_arr_elem: New Testcase.
17934
470e2f4e
LM
179352014-11-18 Luis Machado <lgustavo@codesourcery.com>
17936
17937 * gdb.reverse/break-precsave: Expect completion message for
17938 core file reads.
17939 * gdb.reverse/consecutive-precsave.exp: Likewise.
17940 * gdb.reverse/finish-precsave.exp: Likewise.
17941 * gdb.reverse/i386-precsave.exp: Likewise.
17942 * gdb.reverse/machinestate-precsave.exp: Likewise.
17943 * gdb.reverse/sigall-precsave.exp: Likewise.
17944 * gdb.reverse/solib-precsave.exp: Likewise.
17945 * gdb.reverse/step-precsave.exp: Likewise.
17946 * gdb.reverse/until-precsave.exp: Likewise.
17947 * gdb.reverse/watch-precsave.exp: Likewise.
17948
a267f3ad
AA
179492014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
17950
17951 * gdb.base/bp-permanent.c: Include unistd.h.
17952 * gdb.python/py-framefilter-mi.c (main): Add return type.
17953 * gdb.python/py-framefilter.c (main): Likewise.
17954 * gdb.trace/actions-changed.c (main): Likewise.
17955
12084a9a
AA
179562014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
17957
17958 * gdb.mi/until.c: Add eye-catchers.
17959 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
17960 line numbers.
17961
dc7e1a77
AA
179622014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
17963
17964 * gdb.base/condbreak.exp: Drop references to removed non-prototype
17965 function header variants in break1.c.
17966 * gdb.base/ena-dis-br.exp: Likewise.
17967 * gdb.base/hbreak2.exp: Likewise.
17968 * gdb.reverse/until-precsave.exp: Drop references to removed
17969 non-prototype function header variants in ur1.c.
17970 * gdb.reverse/until-reverse.exp: Likewise.
17971
41c77605
PM
179722014-11-17 Petr Machata <pmachata@redhat.com>
17973
17974 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
17975 ${_cu_offset_size} bytes abbrev offset.
17976
34248c3a
DE
179772014-11-15 Doug Evans <xdje42@gmail.com>
17978
17979 PR symtab/17559
17980 * gdb.base/line-symtabs.exp: New file.
17981 * gdb.base/line-symtabs.c: New file.
17982 * gdb.base/line-symtabs.h: New file.
17983
646da059
YQ
179842014-11-14 Yao Qi <yao@codesourcery.com>
17985
17986 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
17987 (func): Add label func_label.
17988 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
17989 Replace low_pc and high_pc with MACRO_AT_range.
17990 Replace name, low_pc and high_pc with MACRO_AT_func.
17991
9301ebe6
YQ
179922014-11-14 Yao Qi <yao@codesourcery.com>
17993
17994 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
17995 Replace name, low_pc and high_pc with MACRO_AT_func.
17996
f166b542
YQ
179972014-11-14 Yao Qi <yao@codesourcery.com>
17998
17999 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
18000 produce debug information.
18001 * gdb.dwarf2/implptr-optimized-out.S: Removed.
18002
0f6e71e3
YQ
180032014-11-14 Yao Qi <yao@codesourcery.com>
18004
18005 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
18006 object and get function length.
18007 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
18008 with MACRO_AT_func.
18009 (top-level): Replace gdb_compile and clean_restart with
18010 prepare_for_testing.
18011 * gdb.dwarf2/main.c (main): Add label main_label.
18012
876c4df9
YQ
180132014-11-14 Yao Qi <yao@codesourcery.com>
18014
18015 * lib/dwarf.exp (function_range): New procedure.
18016 (Dwarf::_handle_macro_at_func): New procedure.
18017 (Dwarf::_handle_macro_at_range): New procedure.
18018 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
18019
02ad9cf1
YQ
180202014-11-14 Yao Qi <yao@codesourcery.com>
18021
18022 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
18023 (_handle_attribute): New procedure.
18024
a59add0c
AA
180252014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18026
18027 * gdb.ada/cond_lang/foo.c (callme): Add return type.
18028 * gdb.base/call-sc.c (zed): Likewise.
18029 * gdb.base/checkpoint.c (main): Likewise.
18030 * gdb.base/dump.c (main): Likewise.
18031 * gdb.base/gcore.c (main): Likewise.
18032 * gdb.base/huge.c (main): Likewise.
18033 * gdb.base/multi-forks.c (main): Likewise.
18034 * gdb.base/pr10179-a.c (main): Likewise.
18035 * gdb.base/savedregs.c (main): Likewise.
18036 * gdb.base/sigaltstack.c (main): Likewise.
18037 * gdb.base/siginfo.c (main): Likewise.
18038 * gdb.base/structs.c (zed): Likewise.
18039 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
18040 * gdb.mi/mi-syn-frame.c (main): Likewise.
18041 * gdb.mi/until.c (foo, main): Likewise.
18042 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
18043 * gdb.base/solib-weak.c (foo): Declare.
18044 * gdb.base/attach-twice.c: Include stdio.h.
18045 * gdb.base/weaklib1.c: Likewise.
18046 * gdb.base/weaklib2.c: Likewise.
18047 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
18048 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
18049 unistd.h.
18050 * gdb.base/attach-pie-misread.c: Include stdlib.h.
18051 * gdb.mi/mi-exit-code.c: Likewise.
18052 * gdb.base/break-interp-lib.c: Include string.h.
18053 * gdb.base/coremaker.c: Likewise.
18054 * gdb.base/testenv.c: Likewise.
18055 * gdb.python/py-finish-breakpoint.c: Likewise.
18056 * gdb.base/inferior-died.c: Include sys/wait.h.
18057 * gdb.base/fileio.c: Include time.h.
18058 * gdb.base/async-shell.c: Include unistd.h.
18059 * gdb.base/dprintf-non-stop.c: Likewise.
18060 * gdb.base/info-os.c: Likewise.
18061 * gdb.mi/mi-console.c: Likewise.
18062 * gdb.mi/watch-nonstop.c: Likewise.
18063 * gdb.python/py-events.c: Likewise.
18064 * gdb.base/async.c (baz): Move up before its invocation.
18065 * gdb.base/code_elim2.c (my_global_func): Likewise.
18066 * gdb.base/skip-solib-lib.c (multiply): Likewise.
18067 * gdb.base/advance.c (func2): Likewise.
18068
3b5d5997
AA
180692014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18070
18071 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
18072 variant.
18073 * gdb.base/annota3.c: Likewise.
18074 * gdb.base/async.c: Likewise.
18075 * gdb.base/average.c: Likewise.
18076 * gdb.base/call-ar-st.c: Likewise.
18077 * gdb.base/call-rt-st.c: Likewise.
18078 * gdb.base/call-sc.c: Likewise.
18079 * gdb.base/call-strs.c: Likewise.
18080 * gdb.base/ending-run.c: Likewise.
18081 * gdb.base/execd-prog.c: Likewise.
18082 * gdb.base/exprs.c: Likewise.
18083 * gdb.base/foll-exec.c: Likewise.
18084 * gdb.base/foll-fork.c: Likewise.
18085 * gdb.base/foll-vfork.c: Likewise.
18086 * gdb.base/funcargs.c: Likewise.
18087 * gdb.base/gcore.c: Likewise.
18088 * gdb.base/jump.c: Likewise.
18089 * gdb.base/langs0.c: Likewise.
18090 * gdb.base/langs1.c: Likewise.
18091 * gdb.base/langs2.c: Likewise.
18092 * gdb.base/mips_pro.c: Likewise.
18093 * gdb.base/nodebug.c: Likewise.
18094 * gdb.base/opaque0.c: Likewise.
18095 * gdb.base/opaque1.c: Likewise.
18096 * gdb.base/recurse.c: Likewise.
18097 * gdb.base/run.c: Likewise.
18098 * gdb.base/scope0.c: Likewise.
18099 * gdb.base/scope1.c: Likewise.
18100 * gdb.base/setshow.c: Likewise.
18101 * gdb.base/setvar.c: Likewise.
18102 * gdb.base/shmain.c: Likewise.
18103 * gdb.base/shr1.c: Likewise.
18104 * gdb.base/shr2.c: Likewise.
18105 * gdb.base/sigall.c: Likewise.
18106 * gdb.base/signals.c: Likewise.
18107 * gdb.base/so-indr-cl.c: Likewise.
18108 * gdb.base/solib2.c: Likewise.
18109 * gdb.base/structs.c: Likewise.
18110 * gdb.base/sum.c: Likewise.
18111 * gdb.base/vforked-prog.c: Likewise.
18112 * gdb.base/watchpoint.c: Likewise.
18113 * gdb.reverse/shr2.c: Likewise.
18114 * gdb.reverse/until-reverse.c: Likewise.
18115 * gdb.reverse/ur1.c: Likewise.
18116 * gdb.reverse/watch-reverse.c: Likewise.
18117
066a77c5
AA
181182014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18119
18120 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
18121 variant.
18122 * gdb.base/sepdebug.exp: Drop references to removed code.
18123
4f204ea5
AA
181242014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18125
18126 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
18127 variant. Preserve original line numbering.
18128 * gdb.base/list1.c: Likewise.
18129
3b377a3a
AA
181302014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18131
18132 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
18133 variant.
18134 * gdb.base/break1.c: Likewise.
18135 * gdb.base/break.exp: Drop references to removed code.
18136
e444df73
AA
181372014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18138
18139 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
18140 variant.
18141
8008f2a7
AA
181422014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18143
18144 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
18145
a5a06887
AA
181462014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18147
18148 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
18149 logic into perform_all_tests() and invoke it with and without
18150 function header prototypes.
18151 (do_function_calls): Remove conditional XFAIL for PR 5318.
18152 (rerun_and_prepare): Remove duplicate code.
18153 (perform_all_tests): New. Main logic moved here.
18154
44dba9b9
AA
181552014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18156
18157 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
18158 code guarded by #ifdef NO_PROTOTYPES.
18159 (t_double_many_args): Likewise.
18160 (DEF_FUNC_MANY_ARGS_1): Likewise.
18161 (DEF_FUNC_VALUES_1): Likewise.
18162 (t_structs_ldc): Renamed from t_structs_fc in conditional code
18163 guarded by #ifdef PROTOTYPES.
18164
d1fbcd56
AA
181652014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18166
18167 * gdb.mi/mi-console.c: Add eye-catcher.
18168 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
18169 instead of literal line number.
18170
b0e59b8f
AA
181712014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18172
18173 * gdb.base/shr2.c: Add eye-catcher.
18174 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
18175 line number.
18176
78f98cca
AA
181772014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18178
18179 * gdb.base/jump.c: Add eye-catchers.
18180 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
18181 numbers.
18182
58fa2af0
AA
181832014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18184
18185 * gdb.base/execd-prog.c: Add eye-catchers.
18186 * gdb.base/foll-exec.c: Likewise.
18187 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
18188 line numbers.
18189
04e5059b
AA
181902014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18191
18192 * gdb.base/ending-run.c: Add eye-catchers.
18193 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
18194 literal line numbers.
18195
dbfdb174
AA
181962014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18197
18198 * gdb.base/call-rt-st.c: Add eye-catchers.
18199 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
18200 literal line numbers.
18201
888a2ade
AA
182022014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18203
18204 * gdb.base/call-ar-st.c: Add eye-catchers.
18205 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
18206 literal line numbers.
18207
6acc2dde
AA
182082014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18209
18210 * gdb.base/average.c: Add eye-catchers.
18211 * gdb.base/sum.c: Likewise.
18212 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
18213 regexps dynamically.
18214
9ecfcd1d
AA
182152014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18216
18217 * gdb.base/solib1.c: Add eye-catchers.
18218 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
18219 literal line numbers.
18220
78708b7c
PA
182212014-11-12 Pedro Alves <palves@redhat.com>
18222
18223 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
18224 leader has exited.
18225
af48d08f
PA
182262014-11-12 Pedro Alves <palves@redhat.com>
18227
18228 * gdb.arch/i386-bp_permanent.c: New file.
18229 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
18230 (srcfile): Set to i386-bp_permanent.c.
18231 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
18232 that stepi does not execute the 'leave' instruction, instead of
18233 testing it does execute.
18234 * gdb.base/bp-permanent.c: New file.
18235 * gdb.base/bp-permanent.exp: New file.
18236
af3768e9
DE
182372014-11-10 Doug Evans <xdje42@gmail.com>
18238
18239 PR symtab/17564
18240 * gdb.base/symtab-search-order.exp: New file.
18241 * gdb.base/symtab-search-order.c: New file.
18242 * gdb.base/symtab-search-order-1.c: New file.
18243 * gdb.base/symtab-search-order-shlib-1.c: New file.
18244
9de00a4a
PA
182452014-11-07 Pedro Alves <palves@redhat.com>
18246
18247 PR gdb/17511
18248 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
18249 i?86-*-linux*.
18250
e0f52461
SC
182512014-11-03 Siva Chandra Reddy <sivachandra@google.com>
18252
18253 PR c++/17494
18254 * gdb.cp/pr17494.cc: New file.
18255 * gdb.cp/pr17494.exp: New file.
18256
6ce8c980
YQ
182572014-11-02 Yao Qi <yao@codesourcery.com>
18258
18259 * gdb.python/python.exp: Get working directory and match the
18260 output of "set extended-prompt \\w " with it.
18261
02be9a71
DE
182622014-10-30 Doug Evans <dje@google.com>
18263
18264 * gdb.python/py-objfile.exp: Add tests for setting random attributes
18265 in objfiles.
18266 * gdb.python/py-progspace.exp: Add tests for setting random attributes
18267 in progspaces.
18268
3bdff46b
LM
182692014-10-30 Janis Johnson <janisjo@codesourcery.com>
18270
18271 * gdb.base/fullpath-expand.exp: Skip for a remote host.
18272 * gdb.base/realname-expand.exp: Likewise.
18273 * gdb.linespec/macro-relative.exp: Likewise.
18274
ab917dfb
PA
182752014-10-29 Pedro Alves <palves@redhat.com>
18276
18277 PR gdb/17408
18278 * gdb.threads/schedlock.c (some_function): New function.
18279 (call_function): New global.
18280 (MAYBE_CALL_SOME_FUNCTION): New macro.
18281 (thread_function): Call it.
18282 * gdb.threads/schedlock.exp (get_args): Add description parameter,
18283 and use it instead of a global counter. Adjust all callers.
18284 (get_current_thread): Use "find current thread" for test message
18285 here rather than having all callers pass down the same string.
18286 (goto_loop): New procedure, factored out from ...
18287 (my_continue): ... this.
18288 (step_ten_loops): Change parameter from test message to command to
18289 use. Adjust.
18290 (list_count): Delete global.
18291 (check_result): New procedure, factored out from duplicate top
18292 level code.
18293 (continue tests): Wrap in with_test_prefix.
18294 (test_step): New procedure, factored out from duplicate top level
18295 code.
18296 (top level): Test "step" in combination with all scheduler-locking
18297 modes. Test "next" in combination with all scheduler-locking
18298 modes, and in combination with stepping over a function call or
18299 not.
18300 * gdb.threads/next-bp-other-thread.c: New file.
18301 * gdb.threads/next-bp-other-thread.exp: New file.
18302
d3d4baed
PA
183032014-10-29 Pedro Alves <palves@redhat.com>
18304
18305 PR python/17372
18306 * gdb.python/python.exp: Test a multi-line command that spawns
18307 interactive Python.
18308 * gdb.base/multi-line-starts-subshell.exp: New file.
18309
563e8d85
YQ
183102014-10-29 Yao Qi <yao@codesourcery.com>
18311
18312 * gdb.base/fileio.exp: Make directories on host.
18313
0ea4d52e
YQ
183142014-10-29 Yao Qi <yao@codesourcery.com>
18315
18316 * gdb.base/fileio.c (test_write): Close the file.
18317
7f5ef605
PA
183182014-10-28 Pedro Alves <palves@redhat.com>
18319
18320 PR gdb/12623
18321 * gdb.base/sigstep.c (no_handler): New global.
18322 (main): If 'no_handler is true, set the signal handlers to
18323 SIG_IGN.
18324 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
18325 with_sw_watch and no_handler parameters. Handle them.
18326 (top level) <stepping over handler when stopped at a breakpoint
18327 test>: Add a test axis for testing with a software watchpoint, and
18328 another for testing with the signal handler set to SIG_IGN.
18329 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
18330 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
18331
abbdbd03
PA
183322014-10-28 Pedro Alves <palves@redhat.com>
18333
18334 PR gdb/17511
18335 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
18336 * gdb.base/sigstep.exp (other_handler_location): New global.
18337 (advance): Support stepping into the signal handler, and running
18338 commands while in the handler.
18339 (in_handler_map): New global.
18340 (top level): In the advance test, add combinations for getting
18341 into the handler with stepping commands, and for running commands
18342 in the handler. Add comment descripting the advancei tests.
18343
1df4399f
PA
183442014-10-28 Pedro Alves <palves@redhat.com>
18345
18346 * gdb.base/sigstep.exp: Use build_executable instead of
18347 prepare_for_testing.
18348 (top level): Move code that starts GDB, runs to main and creates a
18349 display to ...
18350 (restart): ... this new procedure.
18351 (top level): Move backtrace from signal handler test to ...
18352 (validate_backtrace): ... this new procedure.
18353 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
18354 with_test_prefix. Always restart GDB.
18355 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
18356 with_test_prefix. Always restart GDB. No need to delete
18357 breakpoints after the test.
18358 (test_skip_handler): Remove prefix parameter.
18359 (skip_over_handler, breakpoint_to_handler)
18360 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
18361 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
18362 restart GDB. No need to delete breakpoints after the test.
18363 (top level): Use foreach to call the test procedures with
18364 different commands.
18365
a5b6e449
PA
183662014-10-28 Pedro Alves <palves@redhat.com>
18367
18368 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
18369 instead of GNATS numbers.
18370 * gdb.base/sigbpt.exp: Likewise.
18371 * gdb.base/siginfo.exp: Likewise.
18372 * gdb.base/sigstep.exp: Likewise.
18373
e5f8a7cc
PA
183742014-10-27 Pedro Alves <palves@redhat.com>
18375
18376 * gdb.base/sigstep.c (dummy): New global.
18377 (main): Issue a couple writes to the new global.
18378 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
18379 procedures.
18380 (skip_over_handler): Use test_skip_handler.
18381 (top level): Call skip_over_handler for stepi and nexti too.
18382 (breakpoint_over_handler): Use test_skip_handler.
18383 (top level): Call breakpoint_over_handler for stepi and nexti too.
18384
763905a3
YQ
183852014-10-27 Yao Qi <yao@codesourcery.com>
18386
18387 * gdb.trace/tfile.c (adjust_function_address)
18388 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
18389 function descriptor.
18390
6f259a23
DB
183912014-10-24 Don Breazeal <donb@codesourcery.com>
18392
18393 * gdb.base/foll-fork.exp (test_follow_fork,
18394 catch_fork_child_follow): Check for updated fork messages emitted
18395 from infrun.c.
18396 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
18397 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
18398 vfork_and_exec_child_follow_through_step): Check for updated vfork
18399 messages emitted from infrun.c.
18400
09dd9a69
PA
184012014-10-24 Pedro Alves <palves@redhat.com>
18402
18403 * gdb.base/corefile.exp: Remove references to ultrix.
18404 * gdb.base/interrupt.exp: Likewise.
18405 * gdb.base/whatis.exp: Likewise.
18406 * gdb.gdb/selftest.exp: Likewise.
18407 * gdb.threads/manythreads.exp: Likewise.
18408 * gdb.threads/print-threads.exp: Likewise.
18409 * gdb.threads/pthreads.exp:: Likewise.
18410 * gdb.threads/schedlock.exp: Likewise.
18411
3433cfa5
SC
184122014-10-24 Siva Chandra Reddy <sivachandra@google.com>
18413
18414 * gdb.cp/non-trivial-retval.cc: Add a test case.
18415 * gdb.cp/non-trivial-retval.exp: Add a test.
18416
092f880b
YQ
184172014-10-20 Yao Qi <yao@codesourcery.com>
18418
18419 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
18420 * gdb.python/py-objfile-script-gdb.py: New file.
18421 * gdb.python/py-objfile-script.exp: Update reference to
18422 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
18423 of remote_download. Remove the dest file.
18424
acbdb7f3
YQ
184252014-10-20 Yao Qi <yao@codesourcery.com>
18426
18427 * gdb.base/checkpoint.exp: Don't remove file copied on host.
18428 * gdb.base/step-line.exp: Likewise.
18429 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
18430 * gdb.dwarf2/dw2-basic.exp: Likewise.
18431 * gdb.dwarf2/dw2-compressed.exp: Likewise.
18432 * gdb.dwarf2/dw2-filename.exp: Likewise.
18433 * gdb.dwarf2/dw2-intercu.exp: Likewise.
18434 * gdb.dwarf2/dw2-intermix.exp: Likewise.
18435 * gdb.dwarf2/dw2-producer.exp: Likewise.
18436 * gdb.dwarf2/mac-fileno.exp: Likewise.
18437 * gdb.python/py-frame-args.exp: Likewise.
18438 * gdb.python/py-framefilter.exp: Likewise.
18439 * gdb.python/py-mi.exp: Likewise.
18440 * gdb.python/py-objfile-script.exp: Likewise
18441 * gdb.python/py-pp-integral.exp: Likewise.
18442 * gdb.python/py-pp-re-notag.exp: Likewise.
18443 * gdb.python/py-prettyprint.exp: Likewise.
18444 * gdb.python/py-section-script.exp: Likewise.
18445 * gdb.python/py-typeprint.exp: Likewise.
18446 * gdb.python/py-xmethods.exp: Likewise.
18447 * gdb.stabs/weird.exp: Likewise.
18448 * gdb.xml/tdesc-regs.exp: Likewise.
18449
bd286a29
KCY
184502014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
18451
18452 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
18453 (out_cu): Use addr_len for the size of addresses.
18454 (out_line): Likewise. Size DW_LNE_set_address instruction
18455 according to addr_len.
18456 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
18457 (FUNC): Add START_INSNS to definition.
18458
673dc4a0
YQ
184592014-10-18 Yao Qi <yao@codesourcery.com>
18460
18461 * gdb.base/argv0-symlink.exp: Check argv[0] value if
18462 gdb_has_argv0 return true.
18463 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
18464 check [target_info exists noargs], check [gdb_has_argv0]
18465 instead.
18466 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
18467 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
18468 procedures.
18469
4ffbba72
DE
184702014-10-17 Doug Evans <dje@google.com>
18471
18472 * gdb.python/py-events.exp: Update expected output for clear_objfiles
18473 event.
18474 * gdb.python/py-events.py: Add clear_objfiles event.
18475
d096d8c1
DE
184762014-10-17 Doug Evans <dje@google.com>
18477
18478 * gdb.python/py-objfile.exp: Test progspace attribute.
18479
a80db015
LM
184802014-10-17 Luis Machado <lgustavo@codesourcery.com>
18481
18482 * gdb.guile/scm-breakpoint.exp: Do not assume any
18483 directory separators when matching source file paths.
18484 * gdb.python/py-breakpoint.exp: Likewise.
18485 * gdb.reverse/break-precsave.exp: Likewise.
18486 * gdb.reverse/break-reverse.exp: Likewise.
18487 * gdb.reverse/consecutive-precsave.exp: Likewise.
18488 * gdb.reverse/finish-precsave.exp: Likewise.
18489 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
18490 * gdb.reverse/finish-reverse.exp: Likewise.
18491 * gdb.reverse/i386-precsave.exp: Likewise.
18492 * gdb.reverse/i387-env-reverse.exp: Likewise.
18493 * gdb.reverse/i387-stack-reverse.exp: Likewise.
18494 * gdb.reverse/machinestate-precsave.exp: Likewise.
18495 * gdb.reverse/machinestate.exp: Likewise.
18496 * gdb.reverse/sigall-precsave.exp: Likewise.
18497 * gdb.reverse/solib-precsave.exp: Likewise.
18498 * gdb.reverse/step-precsave.exp: Likewise.
18499 * gdb.reverse/until-precsave.exp: Likewise.
18500 * gdb.reverse/watch-precsave.exp: Likewise.
18501 * gdb.reverse/watch-reverse.exp: Likewise.
18502
b22089ab
YQ
185032014-10-17 Yao Qi <yao@codesourcery.com>
18504
18505 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
18506 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
18507
6c4486e6
PA
185082014-10-17 Pedro Alves <palves@redhat.com>
18509
18510 PR gdb/17471
18511 * gdb.base/bg-execution-repeat.c: New file.
18512 * gdb.base/bg-execution-repeat.exp: New file.
18513
0ff33695
PA
185142014-10-17 Pedro Alves <palves@redhat.com>
18515
18516 PR gdb/17300
18517 * gdb.base/continue-all-already-running.c: New file.
18518 * gdb.base/continue-all-already-running.exp: New file.
18519
6fdebc3d
PA
185202014-10-17 Pedro Alves <palves@redhat.com>
18521
18522 PR gdb/17472
18523 * gdb.base/annota-input-while-running.c: New file.
18524 * gdb.base/annota-input-while-running.exp: New file.
18525
32a8097b
PA
185262014-10-17 Pedro Alves <palves@redhat.com>
18527
18528 * gdb.base/callfuncs.exp: emove references to osf.
18529 * gdb.base/sigall.exp: Likewise.
18530 * gdb.gdb/selftest.exp: Likewise.
18531 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
18532 * gdb.mi/non-stop.c: Likewise.
18533 * gdb.mi/pthreads.c: Likewise.
18534 * gdb.reverse/sigall-precsave.exp: Likewise.
18535 * gdb.reverse/sigall-reverse.exp: Likewise.
18536 * gdb.threads/pthreads.c: Likewise.
18537 * gdb.threads/pthreads.exp: Likewise.
18538
7a3517ff
YQ
185392014-10-17 Yao Qi <yao@codesourcery.com>
18540
18541 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
18542 check 'target_info exists noargs'.
18543 (test_command_prompt_position): Likewise.
18544 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
18545 Remove "set args".
18546 (progvar_simple_while_test): Likewise.
18547 (progvar_complex_if_while_test): Likewise.
18548 (if_while_breakpoint_command_test): Likewise.
18549 (infrun_breakpoint_command_test): Likewise.
18550 (breakpoint_command_test): Likewise.
18551 (watchpoint_command_test): Likewise.
18552 (bp_deleted_in_command_test): Likewise.
18553 (temporary_breakpoint_commands): Likewise.
18554
bb99c472
YQ
185552014-10-16 Yao Qi <yao@codesourcery.com>
18556
18557 * gdb.base/remotetimeout.exp: Remove noargs checking.
18558
7c16b83e
PA
185592014-10-15 Pedro Alves <palves@redhat.com>
18560
18561 PR breakpoints/9649
18562 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
18563 * gdb.base/breakpoint-in-ro-region.exp
18564 (probe_target_hardware_step): New procedure.
18565 (top level): Probe hardware stepping and hardware breakpoint
18566 support. Test stepping through a read-only region, with both
18567 "breakpoint auto-hw" on and off and both "always-inserted" on and
18568 off.
18569
35a49624
IB
185702014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
18571
18572 * gdb.dlang/demangle.exp: Update for demangling changes.
18573
2d1c107c
SC
185742014-10-15 Siva Chandra Reddy <sivachandra@google.com>
18575
18576 * gdb.cp/non-trivial-retval.cc: Add new test cases.
18577 * gdb.cp/non-trivial-retval.exp: Add new tests.
18578
778811d5
SC
185792014-10-15 Siva Chandra Reddy <sivachandra@google.com>
18580
18581 PR c++/13403
18582 PR c++/15154
18583 * gdb.cp/non-trivial-retval.cc: New file.
18584 * gdb.cp/non-trivial-retval.exp: New file.
18585
10c5f0a8
YQ
185862014-10-15 Yao Qi <yao@codesourcery.com>
18587
18588 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
18589 remote host.
18590
65d7b369
YQ
185912014-10-15 Yao Qi <yao@codesourcery.com>
18592
18593 * gdb.python/py-symbol.exp: Match file base name if host is
18594 remote, otherwise match file name with dir name.
18595 * gdb.python/py-symtab.exp: Likewise.
18596 * gdb.python/python.exp: Likewise.
18597
46dc1394
YQ
185982014-10-15 Yao Qi <yao@codesourcery.com>
18599
18600 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
18601 pattern.
18602 * gdb.python/py-symtab.exp: Likewise.
18603 * gdb.python/python.exp: Remove trailing ".*". Fix typo
18604 locationn.
18605
c40cc657
JB
186062014-10-14 Joel Brobecker <brobecker@adacore.com>
18607
18608 * gdb.ada/addr_arith: New testcase.
18609
2abf49e1
MR
186102014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
18611
18612 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
18613 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
18614 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
18615 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
18616
f7088df3
SDJ
186172014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
18618
18619 * gdb.arch/stap-eval-lang-ada.S: Likewise.
18620 * gdb.arch/stap-eval-lang-ada.c: Likewise.
18621 * gdb.arch/stap-eval-lang-ada.exp: New file.
18622
4dc06805
YQ
186232014-10-14 Yao Qi <yao@codesourcery.com>
18624
18625 * gdb.mi/mi-var-child.c (nothing1): New function.
18626 (nothing2): New function.
18627 (do_children_tests): Set function pointers by nothing1 and
18628 nothing2.
18629 * gdb.mi/mi-var-child.exp: Step over new added statements.
18630 Update test to match the new output.
18631 * gdb.mi/var-cmd.c (nothing1): New function.
18632 (nothing2): New function.
18633 (do_children_tests): Set function pointers by nothing1 and
18634 nothing2.
18635 * gdb.mi/mi-var-display.exp: Update test to match output.
18636 Step to the line specified by $line_dct_nothing.
18637 Increase the number of lines to step.
18638
46a93de2
YQ
186392014-10-14 Yao Qi <yao@codesourcery.com>
18640
18641 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
18642 tests.
18643 * gdb.mi/mi2-var-child.exp: Likewise.
18644
14ea52ee
DE
186452014-10-13 Doug Evans <dje@google.com>
18646
18647 * gdb.python/py-objfile.exp: Change name of file name test.
18648
e5c6e92b
DE
186492014-10-13 Doug Evans <dje@google.com>
18650
18651 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
18652 from the start of the CU.
18653
c780cc2f
JK
186542014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
18655 Yao Qi <yao@codesourcery.com>
18656
18657 Fix "save breakpoints" for "catch" command.
18658 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
18659 Remove -nonewline. Match also the added "main" line.
18660
99894e11
JK
186612014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
18662
18663 Fix "save breakpoints" for "disable $bpnum" command.
18664 * gdb.base/save-bp.c (main): Add label.
18665 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
18666
6e1ac5a3
JK
186672014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
18668
18669 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
18670
754dd2b0
YQ
186712014-10-11 Yao Qi <yao@codesourcery.com>
18672
18673 * gdb.server/server-kill.exp: Execute command
18674 "set remote trace-status-packet on" before "tstatus".
18675
f90183d7
YQ
186762014-10-11 Yao Qi <yao@codesourcery.com>
18677
18678 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
18679 (main): Call getppid.
18680 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
18681 and continue to it. Read variable "server_pid".
18682
bf40a607
YQ
186832014-10-11 Yao Qi <yao@codesourcery.com>
18684
18685 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
18686
052ca370
YQ
186872014-10-11 Yao Qi <yao@codesourcery.com>
18688
18689 * gdb.threads/thread-find.exp: Don't execute command
18690 "info threads".
18691 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
18692 * gdb.threads/linux-dp.exp: Don't check the condition
18693 $threads_created equals to zero.
18694
3831839c
PA
186952014-10-10 Pedro Alves <palves@redhat.com>
18696
18697 * gdb.base/bigcore.exp: Remove references to IRIX.
18698 * gdb.base/funcargs.exp: Likewise.
18699 * gdb.base/interrupt.exp: Likewise.
18700 * gdb.base/mips_pro.exp: Likewise.
18701 * gdb.base/nodebug.exp: Likewise.
18702 * gdb.base/setvar.exp: Likewise.
18703 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
18704
8b9a549d
PA
187052014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
18706 Pedro Alves <palves@redhat.com>
18707
18708 PR symtab/14466
18709 * gdb.base/vdso-warning.c: New file.
18710 * gdb.base/vdso-warning.exp: New file.
18711
d48ba5e8
DE
187122014-10-02 Doug Evans <dje@google.com>
18713
18714 * gdb.base/structs.c (main): Don't run forever.
18715
2278c276
PA
187162014-10-02 Pedro Alves <palves@redhat.com>
18717
18718 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
18719 (top level) <stop threads 1, stop threads 2>: Use it.
18720
b57bacec
PA
187212014-10-02 Pedro Alves <palves@redhat.com>
18722
18723 * gdb.threads/break-while-running.exp (test): Add new
18724 'update_thread_list' argument. Skip "info threads" if false.
18725 (top level): Add new 'update_thread_list' axis.
18726
13fd3ff3
PA
187272014-10-02 Pedro Alves <palves@redhat.com>
18728
18729 PR breakpoints/17431
18730 * gdb.base/execl-update-breakpoints.c: New file.
18731 * gdb.base/execl-update-breakpoints.exp: New file.
18732
0fec99e8
PA
187332014-10-01 Pedro Alves <palves@redhat.com>
18734
18735 * gdb.base/breakpoint-in-ro-region.c: New file.
18736 * gdb.base/breakpoint-in-ro-region.exp: New file.
18737
2ddf4301
SM
187382014-10-01 Simon Marchi <simon.marchi@ericsson.com>
18739
18740 * gdb.mi/mi-exit-code.exp: New file.
18741 * gdb.mi/mi-exit-code.c: New file.
18742
6a5f3f43
YQ
187432014-09-30 Yao Qi <yao@codesourcery.com>
18744
18745 * lib/prelink-support.exp (build_executable_own_libs): Error if
18746 the target isn't native.
18747
345bcc73
YQ
187482014-09-30 Yao Qi <yao@codesourcery.com>
18749
18750 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
18751 false.
18752
a25a5a45
PA
187532014-09-22 Pedro Alves <palves@redhat.com>
18754
18755 * gdb.threads/break-while-running.exp: New file.
18756 * gdb.threads/break-while-running.c: New file.
18757
00ba3162
YQ
187582014-09-19 Yao Qi <yao@codesourcery.com>
18759
18760 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
18761 Invoke test. Restart GDB with --readnow and invoke test again.
18762
c3b7b696
YQ
187632014-09-19 Yao Qi <yao@codesourcery.com>
18764
18765 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
18766 proc set_breakpoint_on_gcd_function. Invoke
18767 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
18768 invoke set_breakpoint_on_gcd_function again.
18769
2b4fd423
DE
187702014-09-18 Doug Evans <dje@google.com>
18771
18772 * gdb.dwarf2/symtab-producer.exp: New file.
18773
a5947601
SDJ
187742014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
18775
18776 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
18777 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
18778 * gdb.base/global-var-nested-by-dso.c: Likewise.
18779 * gdb.base/global-var-nested-by-dso.exp: Likewise.
18780
91c19059
SDJ
187812014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
18782 Pedro Alves <palves@redhat.com>
18783
18784 * gdb.base/watch-bitfields.exp: Pass string other than test file
18785 name to prepare_for_testing.
18786 (watch): New procedure.
18787 (expect_watchpoint): Use with_test_prefix.
18788 (top level): Factor out tests to ...
18789 (test_watch_location, test_regular_watch): ... these new
18790 procedures, and use with_test_prefix and gdb_continue_to_end.
18791
bb9d5f81
PP
187922014-09-16 Patrick Palka <patrick@parcs.ath.cx>
18793
18794 PR breakpoints/12526
18795 * gdb.base/watch-bitfields.exp: New file.
18796 * gdb.base/watch-bitfields.c: New file.
18797
635856f5
PA
187982014-09-16 Pedro Alves <palves@redhat.com>
18799
18800 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
18801 software and hardware addresses, not software address against
18802 itself.
18803
7280ceea
PA
188042014-09-16 Pedro Alves <palves@redhat.com>
18805
18806 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
18807 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
18808
428b16bd
PA
188092014-09-16 Pedro Alves <palves@redhat.com>
18810
18811 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
18812 files.
18813 * gdb.base/a2-run.exp: Remove all code guarded by istarget
18814 "*-*-vxworks*" throughout.
18815 * gdb.base/break.exp: Likewise.
18816 * gdb.base/default.exp: Likewise.
18817 * gdb.base/scope.exp: Likewise.
18818 * gdb.base/sepdebug.exp: Likewise.
18819 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
18820 throughout.
18821 * gdb.base/run.c: Likewise.
18822 * gdb.base/sepdebug.c: Likewise.
18823 * gdb.hp/gdb.aCC/run.c: Likewise.
18824 * gdb.reverse/until-reverse.c: Likewise.
18825 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
18826
666d413c
YQ
188272014-09-16 Yao Qi <yao@codesourcery.com>
18828
18829 * boards/local-remote-host-native.exp: New file.
18830
57cbd724
DE
188312014-09-14 Doug Evans <xdje42@gmail.com>
18832
18833 * gdb.threads/queue-signal.c (thread_count): New variable.
18834 (thread_count_mutex, thread_count_condvar): New variables.
18835 (incr_thread_count, wait_all_threads_running): New functions.
18836 (main): Wait for all threads to be in their thread functions.
18837
81219e53
DE
188382014-09-13 Doug Evans <xdje42@gmail.com>
18839
18840 * gdb.threads/queue-signal.c: New file.
18841 * gdb.threads/queue-signal.exp: New file.
18842
3714cea7
DE
188432014-09-13 Doug Evans <xdje42@gmail.com>
18844
18845 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
18846 be consistent with what default_gdb_init uses.
18847 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
18848 the plain text of the prompt. Add some logging printfs.
18849 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
18850
fa43b1d7
PA
188512014-09-12 Pedro Alves <palves@redhat.com>
18852
18853 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
18854 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
18855 * gdb.arch/i386-size-overlap.exp: Likewise.
18856 * gdb.arch/i386-size.exp: Likewise.
18857 * gdb.arch/i386-unwind.exp: Likewise.
18858 * gdb.base/a2-run.exp: Likewise.
18859 * gdb.base/break.exp: Likewise.
18860 * gdb.base/charset.exp: Likewise.
18861 * gdb.base/chng-syms.exp: Likewise.
18862 * gdb.base/commands.exp: Likewise.
18863 * gdb.base/dbx.exp: Likewise.
18864 * gdb.base/find.exp: Likewise.
18865 * gdb.base/funcargs.exp: Likewise.
18866 * gdb.base/jit-simple.exp: Likewise.
18867 * gdb.base/reread.exp: Likewise.
18868 * gdb.base/sepdebug.exp: Likewise.
18869 * gdb.base/step-bt.exp: Likewise.
18870 * gdb.cp/mb-inline.exp: Likewise.
18871 * gdb.cp/mb-templates.exp: Likewise.
18872 * gdb.objc/basicclass.exp: Likewise.
18873 * gdb.threads/killed.exp: Likewise.
18874
9d9bf2df
EBM
188752014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
18876
18877 PR tdep/17379
18878 * gdb.arch/powerpc-stackless.S: New file.
18879 * gdb.arch/powerpc-stackless.exp: New file.
18880
1cf2f1b0
JK
188812014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
18882
18883 * gdb.base/attach.c: Include unistd.h.
18884 (main): Call alarm. Add label postloop.
18885 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
18886 gdb_breakpoint, gdb_continue_to_breakpoint.
18887 (test_command_line_attach_run): Kill ${testpid} in one exit path.
18888
98880d46
PA
188892014-09-11 Pedro Alves <palves@redhat.com>
18890
18891 PR gdb/17347
18892 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
18893 * gdb.base/attach.exp (test_command_line_attach_run): New
18894 procedure.
18895 (top level): Call it.
18896
4c92ff2c
PA
188972014-09-11 Pedro Alves <palves@redhat.com>
18898
18899 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
18900 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
18901 (do_command_attach_tests): Use spawn_wait_for_attach.
18902 * gdb.base/solib-overlap.exp: Likewise.
18903 * gdb.multi/multi-attach.exp: Likewise.
18904 * gdb.python/py-prompt.exp: Likewise.
18905 * gdb.python/py-sync-interp.exp: Likewise.
18906 * gdb.server/ext-attach.exp: Likewise.
18907
3adc1a7d
GKB
189082014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
18909
18910 * gdb.fortran/array-element.exp: Remove unexpected "continue"
18911 command in testcase. Simplify testcase.
18912
96334934
JB
189132014-09-10 Joel Brobecker <brobecker@adacore.com>
18914
18915 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
18916
eb479039
JB
189172014-09-10 Joel Brobecker <brobecker@adacore.com>
18918
18919 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
18920
deede10c
JB
189212014-09-10 Joel Brobecker <brobecker@adacore.com>
18922
18923 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
18924
7828a5f5
JB
189252014-09-10 Joel Brobecker <brobecker@adacore.com>
18926
18927 * gdb.dwarf2/dynarr-ptr.c: New file.
18928 * gdb.dwarf2/dynarr-ptr.exp: New file.
18929
33aeebcf
MR
189302014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
18931
18932 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
18933 of 30 rather than hardcoding 120 for a slow test case. Take the
18934 `gdb,timeout' target setting into account for this calculation.
18935 Don't extend the timeout for the test cases that don't need it.
18936
7b415901
MR
189372014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
18938
18939 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
18940 a factor of 2 for a slow test case. Take the `gdb,timeout'
18941 target setting into account for this calculation.
18942 * gdb.reverse/until-precsave.exp: Increase the timeout by
18943 a factor of 15 and 3 respectively rather than adding 120
18944 for a pair of slow test cases. Take the `gdb,timeout'
18945 target setting into account for this calculation.
18946
4a40f85a
MR
189472014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
18948
18949 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
18950 timeout, don't pass one down to gdb_expect.
18951 (gdb_expect): Rework timeout selection.
18952
09635af7
MR
189532014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
18954
18955 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
18956 exception on timeout.
18957 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
18958 (gdbserver_start_extended): Catch any `gdbserver_start' error
18959 exceptions.
18960 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
18961 * lib/mi-support.exp (mi_gdb_target_load): Catch any
18962 `gdbserver_gdb_load' error exceptions.
18963
2bdd10b7
MR
189642014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
18965
18966 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
18967 120 on waiting for the TCP socket to open.
18968
316935f0
DE
189692014-09-09 Doug Evans <xdje42@gmail.com>
18970
18971 * gdb.base/default.exp (show_conv_list): Add _caller_is,
18972 _caller_matches, _any_caller_is, _any_caller_matches.
18973
83740597
DE
189742014-09-09 Doug Evans <xdje42@gmail.com>
18975
18976 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
18977
4c122fc3
YQ
189782014-09-09 Yao Qi <yao@codesourcery.com>
18979
18980 * gdb.mi/mi-var-display.exp: Set print symbol off.
18981
a9f116cb
GKB
189822014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
18983
18984 PR gdb/17035
18985 * gdb.base/commands.exp: Add tests to verify user-defined
18986 commands with empty bodies.
18987 * gdb.python/py-cmd.exp: Test that we don't show user-defined
18988 python commands in `show user command`.
18989 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
18990 scheme commands in `show user command`.
18991
c75bd3a2
JK
189922014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
18993
18994 PR python/17355
18995 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
18996 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
18997 * gdb.python/py-framefilter-invalidarg.exp: New file.
18998 * gdb.python/py-framefilter-invalidarg.py: New file.
18999
faa42425
DE
190002014-09-06 Doug Evans <xdje42@gmail.com>
19001
19002 PR 15276
19003 * gdb.python/py-caller-is.c: New file.
19004 * gdb.python/py-caller-is.exp: New file.
19005
474ca4f6
SDJ
190062014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
19007
19008 PR gdb/17235
19009 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
19010 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
19011
eb0b0463
SDJ
190122014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
19013
19014 PR fortran/17237
19015 * gdb.fortran/print-formatted.exp: New file.
19016 * gdb.fortran/print-formatted.f90: Likewise.
19017
5f3b99cf
SS
190182014-09-03 Sasha Smundak <asmundak@google.com>
19019
19020 * gdb.python/py-frame.exp: Test Frame.read_register.
19021
7d793aa9
SDJ
190222014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
19023
19024 PR python/16699
19025 * gdb.python/py-completion.exp: New file.
19026 * gdb.python/py-completion.py: Likewise.
19027
fb0576e9
DE
190282014-08-28 Doug Evans <dje@google.com>
19029
19030 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
19031 eax,etc. are live with values set by gdb and thus the compiler can't
19032 use them.
19033 * gdb.arch/i386-pseudo.c (main): Ditto.
19034
ee92b0dd
DE
190352014-08-27 Doug Evans <dje@google.com>
19036
19037 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
19038
6649db35
DE
190392014-08-25 Doug Evans <dje@google.com>
19040
19041 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
19042 (main): Ditto.
19043
564b7600
DE
190442014-08-25 Doug Evans <dje@google.com>
19045
19046 * gdb.threads/thread-execl.exp: #include <stdio.h>.
19047
3881fb67
YQ
190482014-08-24 Yao Qi <yao@codesourcery.com>
19049
19050 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
19051 symbol off.
19052 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
19053
a05a36a5
DE
190542014-08-22 Doug Evans <dje@google.com>
19055
19056 PR 17276
19057 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
19058 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
19059 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
19060
7c343b48
YQ
190612014-08-22 Yao Qi <yao@codesourcery.com>
19062
19063 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
19064 * gdb.python/py-finish-breakpoint2.exp: Likewise.
19065 * gdb.python/python.exp: Likewise. Use .py file on the host
19066 instead of the build.
19067
22fd09ae
JK
190682014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
19069
19070 * gdb.threads/gcore-stale-thread.c: New file.
19071 * gdb.threads/gcore-stale-thread.exp: New file.
19072
a8454a7c
PA
190732014-08-21 Pedro Alves <palves@redhat.com>
19074
19075 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
19076 * gdb.base/gcore-relro-pie.exp: Likewise.
19077 * gdb.base/gcore-relro.exp: Likewise.
19078 * gdb.base/gcore.exp: Likewise.
19079 * gdb.base/print-symbol-loading.exp: Likewise.
19080 * gdb.threads/gcore-thread.exp: Likewise.
19081 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
19082
2a31c623
PA
190832014-08-20 Pedro Alves <palves@redhat.com>
19084 Jan Kratochvil <jan.kratochvil@redhat.com>
19085
19086 * Makefile.in (EXTRA_RULES, CC): New variables, get from
19087 configure.
19088 (EXPECT): Handle READ1 being set.
19089 (all): Depend on EXTRA_RULES.
19090 (check-read1, expect-read1, read1.so, read1): New rules.
19091 * README (Testsuite Parameters): Document the READ1 make variable.
19092 (Race detection): New section.
19093 * configure: Regenerate.
19094 * configure.ac: If build==host==target, and running under a
19095 GNU/glibc system, add read1 to the extra Makefile rules.
19096 (EXTRA_RULES): AC_SUBST it.
19097 * lib/read1.c: New file.
19098
d36430db
JB
190992014-08-20 Joel Brobecker <brobecker@adacore.com>
19100
19101 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
19102 the handling of variables declared as a typedef to an array
19103 which a DW_AT_data_location attribute.
19104
9a0dc9e3
PA
191052014-08-19 Andrew Burgess <aburgess@broadcom.com>
19106 Pedro Alves <palves@redhat.com>
19107
19108 PR symtab/14604
19109 PR symtab/14605
19110 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
19111 gdb_test.
19112
0718a8da
PA
191132014-08-19 Pedro Alves <palves@redhat.com>
19114
19115 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
19116
13b448cd
YQ
191172014-08-19 Yao Qi <yao@codesourcery.com>
19118
19119 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
19120 right line.
19121
1cbf5077
DB
191222014-08-18 David Blaikie <dblaikie@gmail.com>
19123
19124 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
19125
bf0fae19
JB
191262014-08-18 Joel Brobecker <brobecker@adacore.com>
19127
19128 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
19129 attribute in array range.
19130
3c8c5dcc
JB
191312014-08-18 Joel Brobecker <brobecker@adacore.com>
19132
19133 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
19134
e66d4446
SC
191352014-08-15 Siva Chandra Reddy <sivachandra@google.com>
19136
19137 PR c++/17132
19138 * gdb.cp/pr17132.cc: New file.
19139 * gdb.cp/pr17132.exp: New file.
19140
940df408
SC
191412014-08-15 Siva Chandra Reddy <sivachandra@google.com>
19142
19143 * gdb.python/py-xmethods.py (A_getarrayind)
19144 (E_method_char_worker.__call__, E_method_int_worker.__call__):
19145 Use 'print' with function call syntax.
19146 (E_method_matcher.match): Fix tab vs space indentation mixup.
19147
ebcc6c3a
YQ
191482014-08-15 Yao Qi <yao@codesourcery.com>
19149
19150 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
19151 false.
19152
775e0f04
YQ
191532014-08-15 Yao Qi <yao@codesourcery.com>
19154
19155 * gdb.cp/casts.exp: Set print symbol off.
19156 * gdb.cp/class2.exp: Likewise.
19157 * gdb.cp/overload.exp: Likewise.
19158 * gdb.cp/templates.exp: Likewise.
19159
d769e349
DE
191602014-08-11 Doug Evans <dje@google.com>
19161
19162 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
19163 (test_load_shlib): Update.
19164
20c6f1e1
YQ
191652014-08-09 Yao Qi <yao@codesourcery.com>
19166
19167 * gdb.base/display.exp: Invoke is_address_zero_readable.
19168 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
19169 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
19170 * gdb.base/hbreak-unmapped.exp: Return if
19171 is_address_zero_readable returns true.
19172 * gdb.base/signest.exp: Likewise.
19173 * gdb.base/signull.exp: Likewise.
19174 * gdb.base/sigbpt.exp: Likewise.
19175 * gdb.guile/scm-disasm.exp: Do the test if
19176 is_address_zero_readable returns false.
19177 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
19178 * gdb.python/py-arch.exp: Likewise.
19179 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
19180 * lib/gdb.exp (is_address_zero_readable): New proc.
19181
5792e8e3
YQ
191822014-08-09 Yao Qi <yao@codesourcery.com>
19183
19184 PR testsuite/13443
19185 * gdb.mi/mi-var-display.exp: Make test messages unique.
19186
3cecbbbe
TT
191872014-08-04 Tom Tromey <tromey@redhat.com>
19188
19189 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
19190 target 0".
19191
00b51ff5
TT
191922014-08-04 Tom Tromey <tromey@redhat.com>
19193
19194 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
19195 "target_resume".
19196
6908c509
JB
191972014-08-01 Joel Brobecker <brobecker@adacore.com>
19198
19199 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
19200 inner_vla_struct_object_size.
19201 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
19202 as xfail.
19203
cc6563d2
PA
192042014-07-30 Pedro Alves <palves@redhat.com>
19205
19206 * gdb.threads/signal-command-handle-nopass.exp (test): Add
19207 comment.
19208
7e09a223
YQ
192092014-07-29 Yao Qi <yao@codesourcery.com>
19210
19211 PR gdb/17206
19212 * gdb.base/until-nodebug.exp: New.
19213
7ebdbe92
DE
192142014-07-28 Doug Evans <xdje42@gmail.com>
19215
19216 PR guile/17203
19217 * gdb.guile/scm-parameter.exp: Add tests for trying to create
19218 previously existing parameter, and previously ambiguously spelled
19219 parameter.
19220
fdb1adc6
WN
192212014-07-28 Will Newton <will.newton@linaro.org>
19222
19223 * gdb.base/varargs.exp: Remove KFAILs for ARM.
19224
186fcde0
DE
192252014-07-26 Ludovic Courtès <ludo@gnu.org>
19226 Doug Evans <xdje42@gmail.com>
19227
19228 PR guile/17146
19229 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
19230
70509625
PA
192312014-07-25 Pedro Alves <palves@redhat.com>
19232
19233 * gdb.threads/signal-command-handle-nopass.c: New file.
19234 * gdb.threads/signal-command-handle-nopass.exp: New file.
19235 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
19236 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
19237 * gdb.threads/signal-delivered-right-thread.c: New file.
19238 * gdb.threads/signal-delivered-right-thread.exp: New file.
19239
c3f814a1
PA
192402014-07-25 Pedro Alves <palves@redhat.com>
19241
19242 * gdb.base/double-prompt-target-event-error.exp
19243 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
19244 match.
19245 (cancel_pagination_in_target_event): Rework double prompt
19246 detection.
19247 * gdb.base/paginate-after-ctrl-c-running.exp
19248 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
19249 <return>' match.
19250 * gdb.base/paginate-bg-execution.exp
19251 (test_bg_execution_pagination_return)
19252 (test_bg_execution_pagination_cancel): Remove '-notransfer
19253 <return>' matches.
19254 * gdb.base/paginate-execution-startup.exp
19255 (test_fg_execution_pagination_return)
19256 (test_fg_execution_pagination_cancel): Remove '-notransfer
19257 <return>' matches.
19258 * gdb.base/paginate-inferior-exit.exp
19259 (test_paginate_inferior_exited): Remove '-notransfer <return>'
19260 match.
19261 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
19262 * lib/gdb.exp (pagination_prompt): Run text through
19263 string_to_regexp.
19264 (gdb_test_multiple): Match $pagination_prompt instead of
19265 "<return>".
19266 (string_to_regexp): Move to lib/gdb-utils.exp.
19267
e214cf6c
JK
192682014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
19269
19270 * gdb.arch/amd64-entry-value-paramref.S: New file.
19271 * gdb.arch/amd64-entry-value-paramref.cc: New file.
19272 * gdb.arch/amd64-entry-value-paramref.exp: New file.
19273 * gdb.arch/amd64-optimout-repeat.S: New file.
19274 * gdb.arch/amd64-optimout-repeat.c: New file.
19275 * gdb.arch/amd64-optimout-repeat.exp: New file.
19276
17d0c5c8
JK
192772014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
19278
19279 PR gdb/17170
19280 * gdb.base/statistics.exp: New file.
19281
b8b8facf
DE
192822014-07-17 Doug Evans <dje@google.com>
19283
74b49205 19284 PR gdb/17170
b8b8facf
DE
19285 * gdb.base/maint.exp: Update testing of per-command stats.
19286
1b5d0ab3
PA
192872014-07-16 Pedro Alves <palves@redhat.com>
19288
19289 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
19290 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
19291 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
19292 (tfile_write_buf): New functions.
19293 (add_memory_block): Rewrite using the above.
19294 (adjust_function_address): New function.
19295 (FUNCTION_ADDRESS): New macro.
19296 (write_basic_trace_file): Remove short_x local, and use
19297 tfile_write_16. Change type of func_addr local to unsigned long
19298 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
19299 here. Cast argument of add_memory_block to char pointer.
19300 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
19301 (main): Remove parameters.
19302 * gdb.trace/tfile.exp: Remove nowarnings.
19303
4d974e88
SM
193042014-07-15 Simon Marchi <simon.marchi@ericsson.com>
19305
19306 * gdb.base/debug-expr.exp: Test string evaluation with
19307 "debug expression" on.
19308
41e99568
PA
193092014-07-15 Pedro Alves <palves@redhat.com>
19310
19311 * gdb.base/reread.exp: Use clean_restart.
19312
487d9753
PL
193132014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
19314
19315 * gdb.arch/avr-flash-qualifer.c: New.
19316 * gdb.arch/avr-flash-qualifer.exp: New.
19317
cc1c52ad
PA
193182014-07-14 Pedro Alves <palves@redhat.com>
19319
19320 * gdb.base/paginate-after-ctrl-c-running.c: New file.
19321 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
19322
1e973570
PA
193232014-07-14 Pedro Alves <palves@redhat.com>
19324
19325 * gdb.base/double-prompt-target-event-error.c: New file.
19326 * gdb.base/double-prompt-target-event-error.exp: New file.
19327
93d6eb10
PA
193282014-07-14 Pedro Alves <palves@redhat.com>
19329
19330 PR gdb/17072
19331 * gdb.base/paginate-inferior-exit.c: New file.
19332 * gdb.base/paginate-inferior-exit.exp: New file.
19333
0017922d
PA
193342014-07-14 Pedro Alves <palves@redhat.com>
19335
19336 PR gdb/17072
19337 * gdb.base/paginate-bg-execution.c: New file.
19338 * gdb.base/paginate-bg-execution.exp: New file.
19339
94696ad3
PA
193402014-07-14 Pedro Alves <palves@redhat.com>
19341
19342 PR gdb/17072
19343 * gdb.base/paginate-execution-startup.c: New file.
19344 * gdb.base/paginate-execution-startup.exp: New file.
19345 * lib/gdb.exp (pagination_prompt): New global.
19346 (default_gdb_spawn): New procedure, factored out from
19347 default_gdb_spawn.
19348 (default_gdb_start): Adjust to call default_gdb_spawn.
19349 (gdb_spawn): New procedure.
19350
bd293940
PA
193512014-07-14 Pedro Alves <palves@redhat.com>
19352
19353 * lib/gdb.exp (gdb_assert): New procedure.
19354 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
19355
c933f875
PA
193562014-07-14 Pedro Alves <palves@redhat.com>
19357
19358 * gdb.base/execution-termios.c: New file.
19359 * gdb.base/execution-termios.exp: New file.
19360
d98b7a16
TT
193612014-07-14 Tom Tromey <tromey@redhat.com>
19362
19363 * gdb.cp/vla-cxx.cc: New file.
19364 * gdb.cp/vla-cxx.exp: New file.
19365
548740d6
TT
193662014-07-14 Tom Tromey <tromey@redhat.com>
19367
19368 * gdb.reverse/rerun-prec.c: New file.
19369 * gdb.reverse/rerun-prec.exp: New file.
19370
a25eb028
MR
193712014-07-12 Maciej W. Rozycki <macro@mips.com>
19372 Maciej W. Rozycki <macro@codesourcery.com>
19373
19374 * lib/gdb-utils.exp: New file.
19375 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
19376 inline `gdb_init_command' processing.
19377 (gdb_start_cmd): Likewise.
19378 * lib/mi-support.exp (mi_run_cmd): Likewise.
19379 * README: Document `gdb_init_command' and `gdb_init_commands'.
19380
218c2655
JK
193812014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
19382
19383 Fix false FAIL running under a very long directory name.
19384 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
19385 and "set print elements 10000". Twice.
19386
5401fde3
YQ
193872014-07-11 Yao Qi <yao@codesourcery.com>
19388
19389 * gdb.base/exprs.exp: "set print symbol off".
19390
e76126e8
PA
193912014-07-11 Pedro Alves <palves@redhat.com>
19392
19393 * gdb.threads/kill.c: New file.
19394 * gdb.threads/kill.exp: New file.
19395
2d6f0de6
YQ
193962014-07-10 Yao Qi <yao@codesourcery.com>
19397
19398 * gdb.trace/tfile.c (write_basic_trace_file)
19399 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
19400 address written to trace file.
19401
7180e04a
PA
194022014-07-09 Pedro Alves <palves@redhat.com>
19403
19404 * gdb.base/attach-wait-input.exp: New file.
19405 * gdb.base/attach-wait-input.c: New file.
19406
9a9a7608
AB
194072014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
19408
19409 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
19410 setting up test structures.
19411 (main): Call new test function.
19412 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
19413 test function, continue into test function and walk test
19414 structures.
19415
161ac41e
YQ
194162014-07-02 Yao Qi <yao@codesourcery.com>
19417
19418 * gdb.trace/entry-values.c: Define labels 'foo_start' and
19419 'bar_start' at the beginning of functions 'foo' and 'bar'
19420 respectively.
19421 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
19422 instead of 'foo' and 'bar'.
19423
1f267ae3
MM
194242014-07-08 Markus Metzger <markus.t.metzger@intel.com>
19425
19426 * gdb.btrace/segv.exp: New.
19427 * gdb.btrace/segv.c: New.
19428
2b239efb
LM
194292014-07-02 Luis Machado <lgustavo@codesourcery.com>
19430
19431 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
19432 instruction.
19433
cf363f18
MW
194342014-06-30 Mark Wielaard <mjw@redhat.com>
19435
19436 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
19437 vulture, vilify, villar): New volatile array constants.
19438 (vindictive, vegetation): New const volatile array constants.
19439 * gdb.base/volatile.exp: Test volatile and const volatile array
19440 types.
19441
aebf9d24
AA
194422014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
19443
19444 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
19445 target lacks support for awatch, rwatch, or hbreak.
19446
b67a2c6f
YQ
194472014-06-27 Yao Qi <yao@codesourcery.com>
19448
19449 * gdb.multi/dummy-frame-restore.exp: New.
19450 * gdb.multi/dummy-frame-restore.c: New.
19451
aef92902
MM
194522014-06-25 Markus Metzger <markus.t.metzger@intel.com>
19453
19454 * gdb.btrace/gcore.exp: New.
19455
8e9db26e
PA
194562014-06-23 Pedro Alves <palves@redhat.com>
19457
19458 * gdb.base/watchpoint-reuse-slot.c: New file.
19459 * gdb.base/watchpoint-reuse-slot.exp: New file.
19460
70afc5b7
SC
194612014-06-23 Siva Chandra Reddy <sivachandra@google.com>
19462
19463 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
19464 progspace's filename in 'info', 'enable' and 'disable' command
19465 tests.
19466
b972bd9c
JK
194672014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
19468
19469 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
19470 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
19471 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
19472
125f8a3d
GB
194732014-06-20 Gary Benson <gbenson@redhat.com>
19474
19475 * gdb.arch/i386-avx.exp: Fix include file location.
19476 * gdb.arch/i386-sse.exp: Likewise.
19477
3ed9baed
IB
194782014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
19479
19480 * gdb.dlang/expression.exp: New file.
19481
034f788c
PA
194822014-06-19 Pedro Alves <palves@redhat.com>
19483
19484 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
19485 out from ...
19486 (top level): ... here. Iterate running tests under different
19487 scheduler-locking settings.
19488
45371d0c
LM
194892014-06-18 Luis Machado <lgustavo@codesourcery.com>
19490
19491 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
19492 to DW_FORM_addr and use non-zero addresses.
19493
5d376983
SC
194942014-06-18 Siva Chandra Reddy <sivachandra@google.com>
19495
19496 PR gdb/17017
19497 * gdb.python/py-xmethods.cc: Add global function call counters and
19498 increment them in their respective functions. Remove "cout"
19499 statements.
19500 * gdb.python/py-xmethods.exp: Make tests check the global function
19501 call counters instead of depending on inferior IO.
19502
a1aa2221
LM
195032014-06-18 Don Breazeal <donb@codesourcery.com>
19504
19505 * gdb.base/foll-fork.exp (default_fork_parent_follow):
19506 Deleted procedure.
19507 (explicit_fork_parent_follow): Deleted procedure.
19508 (explicit_fork_child_follow): Deleted procedure.
19509 (test_follow_fork): New procedure.
19510 (do_fork_tests): Replace calls to deleted procedures with
72f4393d 19511 calls to test_follow_fork and reset GDB for subsequent
a1aa2221
LM
19512 procedure calls.
19513
0fc05997
YQ
195142014-06-17 Yao Qi <yao@codesourcery.com>
19515
19516 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
19517 CP1252.
19518
70795c52
LM
195192014-06-17 Luis Machado <lgustavo@codesourcery.com>
19520
19521 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
19522 Initialize ptr and S explicitly.
19523 (skip_type_update_when_not_use_rtti_test): Likewise.
19524
6be47f0c
KS
195252014-06-16 Keith Seitz <keiths@redhat.com>
19526
19527 PR mi/15863
19528 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
19529 the inferior is started.
19530
d03de421
PA
195312014-06-16 Pedro Alves <palves@redhat.com>
19532
19533 * gdb.base/break-main-file-remove-fail.c: New file.
19534 * gdb.base/break-main-file-remove-fail.exp: New file.
19535 * gdb.base/break-unload-file.exp: Use build_executable instead of
19536 prepare_for_testing.
19537 (test_break): New parameter "initial_load". Handle it.
19538 (top level): Add initial_load cmdline/file axis.
19539
f9579b99
TT
195402014-06-12 Tom Tromey <tromey@redhat.com>
19541
19542 * gdb.base/completion.exp: Don't use directory name in test.
19543
3657956b
GB
195442014-06-09 Gary Benson <gbenson@redhat.com>
19545
19546 * gdb.base/sigall.c [Functions to send signals]: Reorder to
19547 separate the always-available ANSI-standard signals from the
19548 signals that require checking.
19549 (main): Likewise.
19550 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
19551 Likewise.
19552 (main): Likewise.
19553
4186eb54
KS
195542014-06-07 Keith Seitz <keiths@redhat.com>
19555
19556 Revert:
19557 PR c++/16253
19558 * gdb.cp/var-tag.cc: New file.
19559 * gdb.cp/var-tag.exp: New file.
19560 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
19561 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
19562 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
19563 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
19564
25326a28 195652014-06-06 Doug Evans <xdje42@gmail.com>
6da01dbe
DE
19566
19567 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
19568
829155c9
PA
195692014-06-06 Pedro Alves <palves@redhat.com>
19570
19571 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
19572 in target debug output instead of looking at RSP packets,
19573 disabling the test on any target that uses hardware stepping.
19574 Update comments.
19575
61c8d22e
PA
195762014-06-06 Pedro Alves <palves@redhat.com>
19577
19578 * gdb.base/break-unload-file.exp: Fix typo.
19579
d9a47287
YQ
195802014-06-06 Yao Qi <yao@codesourcery.com>
19581
19582 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
19583 from "jit_function" to "^jit_function".
19584
e5e01dbf
YQ
195852014-06-06 Yao Qi <yao@codesourcery.com>
19586
19587 * gdb.base/async.c (foo): Add one statement.
19588 * gdb.base/async.exp: Get the next instruction address and
19589 match the output of "nexti" by instruction address. Match
19590 the hex address in the output of "finish".
19591
73ba372c
GB
195922014-06-06 Gary Benson <gbenson@redhat.com>
19593
19594 * gdb.base/call-signals.c: Remove preprocessor conditionals
19595 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
19596 SIGSEGV and SIGTERM.
19597 * gdb.base/sigall.c: Likewise.
19598 * gdb.base/unwindonsignal.c: Likewise.
19599 * gdb.reverse/sigall-reverse.c: Likewise.
19600
831517df
YQ
196012014-06-06 Yao Qi <yao@codesourcery.com>
19602
19603 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
19604 readable, skip the test.
19605
b8b91e98
YQ
196062014-06-06 Yao Qi <yao@codesourcery.com>
19607
19608 * gdb.threads/staticthreads.c (thread_function): Move the line
19609 setting breakpoint on forward.
19610 * gdb.threads/staticthreads.exp: Update comments.
19611
fb934770
LC
196122014-06-05 Ludovic Courtès <ludo@gnu.org>
19613
19614 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
19615 "history-append! type error".
19616
6ef284bd
SM
196172014-06-05 Simon Marchi <simon.marchi@ericsson.com>
19618
19619 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
19620 erroneous dprintf expected input.
19621
a872e241
DE
196222014-06-04 Doug Evans <xdje42@gmail.com>
19623
19624 * gdb.guile/scm-generics.exp: Delete.
19625
16f691fb
DE
196262014-06-04 Doug Evans <xdje42@gmail.com>
19627
19628 * gdb.guile/scm-breakpoint.exp: Update.
19629 Add tests for breakpoint registration.
19630
012370f6
TT
196312014-06-04 Tom Tromey <tromey@redhat.com>
19632
19633 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
19634 VLA-in-union.
19635 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
19636 inner_vla_struct, vla_union types. Initialize objects of those
19637 types and compute their sizes.
19638
9f5a4cef
HZ
196392014-06-04 Nathan Sidwell <nathan@codesourcery.com>
19640 Hui Zhu <hui@codesourcery.com>
19641
19642 * gdb.base/fileio.exp: Add test for shell not available as well as
19643 available.
19644 * gdb.base/fileio.c (test_system): Check for shell twice.
19645
90a45c4d
YQ
196462014-06-04 Yao Qi <yao@codesourcery.com>
19647
19648 * gdb.base/auto-connect-native-target.exp: Remove redundant
19649 space from the regexp pattern.
19650
70017e41
YQ
196512014-06-04 Yao Qi <yao@codesourcery.com>
19652
19653 * gdb.base/default.exp: Replace "child" with "native" in
19654 regexp pattern.
19655
883964a7
SC
196562014-06-03 Siva Chandra Reddy <sivachandra@google.com>
19657
19658 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
19659 * gdb.python/py-xmethods.exp: New tests to test xmethods.
19660 * gdb.python/py-xmethods.py: Python script supporting the
19661 new testcase and tests.
19662
ef370185
JB
196632014-06-03 Joel Brobecker <brobecker@adacore.com>
19664 Pedro Alves <palves@redhat.com>
19665
19666 PR breakpoints/17000
19667 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
19668 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
19669
1e2ccb61
BM
196702014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
19671
19672 * gdb.base/subst.exp: Add tests to verify partial path matching
19673 output.
19674
c6ec5ab2
PA
196752014-06-03 Pedro Alves <palves@redhat.com>
19676
19677 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
19678 target that doesn't use software single-stepping.
19679
835c559f
PA
196802014-06-03 Pedro Alves <palves@redhat.com>
19681
19682 PR breakpoints/17000
19683 * gdb.base/sss-bp-on-user-bp-2.c: New file.
19684 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
19685
06eb1586
DE
196862014-06-02 Doug Evans <xdje42@gmail.com>
19687
19688 * gdb.guile/scm-parameter.exp: New file.
19689
e698b8c4
DE
196902014-06-02 Doug Evans <xdje42@gmail.com>
19691
19692 * gdb.guile/scm-cmd.c: New file.
19693 * gdb.guile/scm-cmd.exp: New file.
19694
ded03782
DE
196952014-06-02 Doug Evans <xdje42@gmail.com>
19696
19697 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
19698 pretty-printer lookup.
19699 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
19700 (make-pp_s-printer): Call it.
19701 (make-pretty-printer-from-dict): New function.
19702 (lookup-pretty-printer-maker-from-dict): New function.
19703 (*pretty-printer*): Simplify.
19704 (make-objfile-pp_s-printer): New function.
19705 (install-objfile-pretty-printers!): New function.
19706 (make-progspace-pp_s-printer): New function.
19707 (install-progspace-pretty-printers!): New function.
19708 * gdb.guile/scm-progspace.c: New file.
19709 * gdb.guile/scm-progspace.exp: New file.
19710
41fac0cf
PA
197112014-06-02 Pedro Alves <palves@redhat.com>
19712
19713 * gdb.base/dprintf-bp-same-addr.c: New file.
19714 * gdb.base/dprintf-bp-same-addr.exp: New file.
19715
96ae5695
EBM
197162014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
19717
19718 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
19719 * gdb.arch/powerpc-power.s: Likewise.
19720
da02b3a8
JB
197212014-06-02 Joel Brobecker <brobecker@adacore.com>
19722
19723 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
19724
c72b2e7b
YQ
197252014-06-01 Yao Qi <yao@codesourcery.com>
19726
19727 * gdb.base/watchpoint.exp (test_watch_location): Check null
19728 pointer can be dereferenced. If not, do the test, otherwise
19729 skip it.
19730
53e8a631
AB
197312014-05-30 Andrew Burgess <aburgess@broadcom.com>
19732
19733 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
19734 results.
19735 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
19736
938f0e2f
AB
197372014-05-30 Andrew Burgess <aburgess@broadcom.com>
19738
19739 * gdb.arch/amd64-invalid-stack-middle.S: New file.
19740 * gdb.arch/amd64-invalid-stack-middle.c: New file.
19741 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
19742 * gdb.arch/amd64-invalid-stack-top.c: New file.
19743 * gdb.arch/amd64-invalid-stack-top.exp: New file.
19744
9ba6657a
PA
197452014-05-30 Pedro Alves <palves@redhat.com>
19746
19747 PR breakpoints/17000
19748 * gdb.base/sss-bp-on-user-bp.c: New file.
19749 * gdb.base/sss-bp-on-user-bp.exp: New file.
19750
522c09bf
DB
197512014-05-30 David Blaikie <dblaikie@gmail.com>
19752
19753 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
19754 gnu_inline semantics via attribute.
19755 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
19756 source explicitly specifies the required semantics.
19757
bf4ef81e
MR
197582014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
19759
19760 * gdb.reverse/sigall-reverse.exp: Fix a typo.
19761
329ea579
PA
197622014-05-29 Pedro Alves <palves@redhat.com>
19763 Tom Tromey <tromey@redhat.com>
19764
19765 * gdb.base/async-shell.exp: Don't enable target-async.
19766 * gdb.base/async.exp
19767 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
19768 parameter. Adjust.
19769 (top level): Don't test with "target-async".
19770 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
19771 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
19772 * gdb.base/inferior-died.exp: Don't enable target-async.
19773 * gdb.base/interrupt-noterm.exp: Likewise.
19774 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
19775 * gdb.mi/mi-nonstop-exit.exp: Likewise.
19776 * gdb.mi/mi-nonstop.exp: Likewise.
19777 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
19778 * gdb.mi/mi-nsintrall.exp: Likewise.
19779 * gdb.mi/mi-nsmoribund.exp: Likewise.
19780 * gdb.mi/mi-nsthrexec.exp: Likewise.
19781 * gdb.mi/mi-watch-nonstop.exp: Likewise.
19782 * gdb.multi/watchpoint-multi.exp: Adjust comment.
19783 * gdb.python/py-evsignal.exp: Don't enable target-async.
19784 * gdb.python/py-evthreads.exp: Likewise.
19785 * gdb.python/py-prompt.exp: Likewise.
19786 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
19787 * gdb.server/solib-list.exp: Don't enable target-async.
19788 * gdb.threads/thread-specific-bp.exp: Likewise.
19789 * lib/mi-support.exp: Adjust to use mi-async.
19790
fd664c91
PA
197912014-05-29 Pedro Alves <palves@redhat.com>
19792
19793 PR gdb/13860
19794 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
19795 reason, even in sync mode.
19796
251bde03
PA
197972014-05-29 Pedro Alves <palves@redhat.com>
19798 Hui Zhu <hui@codesourcery.com>
19799
19800 PR PR15693
19801 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
19802 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
19803 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
19804 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
19805
7f3c0343
JB
198062014-05-28 Joel Brobecker <brobecker@adacore.com>
19807
19808 * config/monitor.exp (gdb_target_monitor): Replace use of
19809 "set remotebaud" by "set serial baud".
19810
b2715b27
AW
198112014-05-26 Andy Wingo <wingo@igalia.com>
19812
19813 * gdb.guile/scm-breakpoint.exp:
19814 * gdb.guile/scm-gsmob.exp: Update to use plain old object
19815 properties instead of gdb-object-properties.
19816
498a4489
YQ
198172014-05-26 Yao Qi <yao@codesourcery.com>
19818
19819 * gdb.server/no-thread-db.exp: Specify source file name
19820 explicitly when setting a breakpoint.
19821
589fdceb
MM
198222014-05-23 Markus Metzger <markus.t.metzger@intel.com>
19823
19824 * gdb.btrace/vdso.c: New.
19825 * gdb.btrace/vdso.exp: New.
19826
e9089e05
MM
198272014-05-23 Markus Metzger <markus.t.metzger@intel.com>
19828
19829 * gdb.base/gcore.exp (capture_command_output): Move ...
19830 * lib/gdb.exp (capture_command_output): ... here.
19831
67b5c0c1
MM
198322014-05-23 Markus Metzger <markus.t.metzger@intel.com>
19833
19834 * gdb.btrace/data.exp: Test memory access during btrace replay.
19835
a2199296
SM
198362014-05-22 Simon Marchi <simon.marchi@ericsson.com>
19837
19838 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
19839
17b2616c
PA
198402014-05-21 Pedro Alves <palves@redhat.com>
19841
19842 PR gdb/13860
19843 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
19844 (top level): Test that output related to execution commands is
19845 sent to the console with CLI commands, but not with MI commands.
19846 Test that breakpoint events are always mirrored to the console.
19847 Also expect the new source line to be output after a "next" in
19848 async mode too. Make it a pass/fail test.
19849 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
19850 output.
19851 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
19852
5166082f
PA
198532014-05-21 Pedro Alves <palves@redhat.com>
19854
19855 * gdb.base/list.exp (build_pattern, test_list): New procedures.
19856 Use them to test variations of "list" after reaching a breakpoint.
19857 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
19858 Test "list" with listsize 10 after reaching a breakpoint.
19859 * gdb.python/python.exp (decode_line current location line
19860 number): Adjust expected line number.
19861
2f25d70f
SM
198622014-05-21 Simon Marchi <simon.marchi@ericsson.com>
19863
19864 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
19865 behavior for $args, pass it directly to "run".
19866
ff604a67
MR
198672014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
19868
19869 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
19870 30000 to 65536.
19871
6a3cb8e8
PA
198722014-05-21 Pedro Alves <palves@redhat.com>
19873
19874 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
19875 auto-connect-native-target off".
19876 * gdb.base/auto-connect-native-target.c: New file.
19877 * gdb.base/auto-connect-native-target.exp: New file.
19878
4ebfc96e
PA
198792014-05-21 Pedro Alves <palves@redhat.com>
19880
19881 * gdb.base/default.exp: Test "target native" instead of "target
19882 child".
19883
36d46afb
MW
198842014-05-21 Mark Wielaard <mjw@redhat.com>
19885
19886 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
19887
5876f503
JK
198882014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
19889
19890 Fix TLS access for -static -pthread.
19891 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
19892 <HAVE_TLS> (thread_function, main): Initialize it.
19893 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
19894 Add clean_restart.
19895 <$have_tls != "">: Check TLSVAR.
19896
0256a6ac
PA
198972014-05-21 Pedro Alves <palves@redhat.com>
19898
19899 * gdb.base/dcache-line-read-error.c: New.
19900 * gdb.base/dcache-line-read-error.exp: New.
19901
936d2992
PA
199022014-05-20 Pedro Alves <palves@redhat.com>
19903
19904 * gdb.base/compare-sections.c: New file.
19905 * gdb.base/compare-sections.exp: New file.
19906
802e8e6d
PA
199072014-05-20 Pedro Alves <palves@redhat.com>
19908
19909 * gdb.base/break-idempotent.c: New file.
19910 * gdb.base/break-idempotent.exp: New file.
19911
e59fa00f
MM
199122014-05-20 Markus Metzger <markus.t.metzger@intel.com>
19913
19914 * gdb.btrace/nohist.exp: New.
19915
8b696e31
YQ
199162014-05-20 Yao Qi <yao@codesourcery.com>
19917
19918 * lib/gdb.exp (gdb_init): Set timeout if test file is under
19919 gdb.reverse directory and gdb_reverse_timeout exists in board
19920 setting.
19921 * README: Document gdb_reverse_timeout.
19922
73c9764f
YQ
199232014-05-20 Yao Qi <yao@codesourcery.com>
19924
19925 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
19926 'test_file_name'. Treat args as a string instead of a list.
19927 (gdb_init): Rename argument 'args' by 'test_file_name'.
19928
f1f4348a
JK
199292014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
19930
19931 * gdb.arch/powerpc-power.exp: New file.
19932 * gdb.arch/powerpc-power.s: New file.
19933
0dbe70ce
DE
199342014-05-16 Doug Evans <dje@google.com>
19935
19936 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
d7761c2c
DE
19937 * gdb.base/completion.exp: Check that all expected files exist
19938 before doing file completion.
0dbe70ce 19939
8d551b02
DE
199402014-05-16 Doug Evans <dje@google.com>
19941
19942 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
19943 Update.
19944 (do_syscall_tests_without_xml): Update.
19945
73eb7709
PA
199462014-05-16 Pedro Alves <palves@redhat.com>
19947
19948 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
19949 instead of "unknown output after running".
19950
3fae92fc
YQ
199512014-05-16 Yao Qi <yao@codesourcery.com>
19952
19953 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
19954 file1.txt from host at the end.
19955 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
19956
c2b2ccc5
DE
199572014-05-15 Doug Evans <dje@google.com>
19958
19959 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
19960 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
19961 loading file. Add test for TU lookup.
19962
8c217a4b
SM
199632014-05-15 Simon Marchi <simon.marchi@ericsson.com>
19964
19965 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
19966 calling "-exec-arguments" or "set args" before running the
19967 inferior.
19968
3deb39c6
SM
199692014-05-15 Simon Marchi <simon.marchi@ericsson.com>
19970
19971 * lib/mi-support.exp (mi_expect_stop): Expect message for
19972 inferiors that exit with non-zero exit code.
19973
71a79f8c
YQ
199742014-05-14 Yao Qi <yao@codesourcery.com>
19975
19976 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
19977 match absolute path on remote host.
19978 (test_file_list_exec_source_files): Remove "/" from the
19979 pattern.
19980
f23fcd46
YQ
199812014-05-14 Yao Qi <yao@codesourcery.com>
19982
19983 * boards/local-remote-host-notty.exp (${board}_file): New
19984 proc.
19985
9404b58f
KM
199862014-05-07 Kyle McMartin <kyle@redhat.com>
19987
19988 Pushed by Joel Brobecker <brobecker@adacore.com>.
19989 * gdb.arch/aarch64-atomic-inst.c: New file.
19990 * gdb.arch/aarch64-atomic-inst.exp: New file.
19991
5e45f04c
YQ
199922014-05-07 Yao Qi <yao@codesourcery.com>
19993
19994 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
19995 in current context" too.
19996
c888a17d
KS
199972014-05-05 Keith Seitz <keiths@redhat.com>
19998
19999 * gdb.linespec/ls-dollar.exp: Add test for linespec
20000 file:convenience_variable.
20001
290a839c
YQ
200022014-05-05 Yao Qi <yao@codesourcery.com>
20003
20004 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
20005 traceframes into tfile and ctf trace files. Read data from
20006 trace file and test collected data.
20007 (gdb_collect_locals_test): Likewise.
20008 (gdb_unavailable_registers_test): Likewise.
20009 (gdb_unavailable_floats): Likewise.
20010 (gdb_collect_globals_test): Likewise.
20011 (top-level): Append "ctf" to trace_file_targets if GDB
20012 supports.
20013
b5262cd0
YQ
200142014-05-05 Yao Qi <yao@codesourcery.com>
20015
20016 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
20017 code to ...
20018 (gdb_collect_args_test_1): ... it. New proc.
20019 (gdb_collect_locals_test): Move some code to ...
20020 (gdb_collect_locals_test_1): ... it. New proc.
20021 (gdb_unavailable_registers_test): Move some code to ...
20022 (gdb_unavailable_registers_test_1): ... it. New proc.
20023 (gdb_unavailable_floats): Move some code to ...
20024 (gdb_unavailable_floats_1): ... it. New proc.
20025
30a1e6cc
SDJ
200262014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
20027
20028 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
20029 probes to test for bitness recognition.
20030 * gdb.arch/amd64-stap-optional-prefix.exp
20031 (test_probe_value_without_reg): New procedure.
20032 Add code to test for different kinds of bitness.
20033
f33da99a
SDJ
200342014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
20035
20036 PR breakpoints/16889
20037 * gdb.arch/amd64-stap-optional-prefix.S: New file.
20038 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
20039
5b80f00d
PA
200402014-05-01 Pedro Alves <palves@redhat.com>
20041
20042 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
20043 gdb_file_cmd if no file is specified.
20044 * boards/native-extended-gdbserver.exp (gdb_load): Use the
20045 last_loaded_file to set the remote exec-file.
20046
f8c2a73c
PA
200472014-05-01 Pedro Alves <palves@redhat.com>
20048
20049 * boards/local-remote-host.exp: New file.
20050
be6e8ac7
PA
200512014-05-01 Pedro Alves <palves@redhat.com>
20052
20053 * boards/local-remote-host.exp: Rename to ...
20054 * boards/local-remote-host-notty.exp: ... this.
20055
cac0dc8f
JB
200562014-04-28 Joel Brobecker <brobecker@adacore.com>
20057
20058 * gdb.ada/dyn_arrayidx: New testcase.
20059
9730e6cc
YQ
200602014-04-26 Yao Qi <yao@codesourcery.com>
20061
20062 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
20063 and compute the length of function main. Save it in
20064 $main_length.
20065 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
20066 (top-level): Use gdb_compile to compile objects into
20067 executable and restart GDB. Remove invocation to
20068 prepare_for_testing.
20069
7ae1a6a6
PA
200702014-04-25 Simon Marchi <simon.marchi@ericsson.com>
20071 Pedro Alves <palves@redhat.com>
20072
20073 PR server/16255
20074 * gdb.multi/multi-attach.c: New file.
20075 * gdb.multi/multi-attach.exp: New file.
20076
4082afcc
PA
200772014-04-25 Pedro Alves <palves@redhat.com>
20078
20079 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
20080 user.
20081 (top level): Test that "set remote conditional-breakpoints-packet
20082 off" works as intended.
20083 * gdb.base/dprintf.exp: Test that "set remote
20084 breakpoint-commands-packet off" works as intended.
20085 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
20086 New function.
20087 (top level): Call it.
20088 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
20089 remote fast-tracepoints-packet off" works as intended.
20090 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
20091 * lib/gdb.exp (gdb_is_target_remote): ... here.
20092
2abc3f8d
DB
200932014-04-24 David Blaikie <dblaikie@gmail.com>
20094
20095 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
20096 ensure clang would not discard them.
20097 * gdb.base/gdbvars.c: Ditto.
20098 * gdb.base/memattr.c: Ditto.
20099 * gdb.base/whatis.c: Ditto.
20100 * gdb.python/py-prettyprint.c: Ditto.
20101 * gdb.trace/actions.c: Ditto.
20102 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
20103 ensure clang would not discard it.
20104
bfd39632
DB
201052014-04-24 David Blaikie <dblaikie@gmail.com>
20106
20107 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
20108 clang to emit the full definition of type required by the test
20109 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
20110
22842ff6
DB
201112014-04-24 David Blaikie <dblaikie@gmail.com>
20112
20113 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
20114 coax Clang into emitting the definition of the type.
20115 * gdb.cp/pr10728-x.h (y): Ditto.
20116 * gdb.cp/pr10728-y.cc (y): Ditto.
20117
c2e827ad
DB
201182014-04-24 David Blaikie <dblaikie@gmail.com>
20119
20120 * gdb.base/label.exp: XFAIL label related tests under Clang.
20121 * gdb.cp/cplabel.exp: Ditto.
20122 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
20123 under Clang those using labels.
20124
4c2d33e7
YQ
201252014-04-25 Yao Qi <yao@codesourcery.com>
20126
20127 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
20128 double_label.
20129 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
20130 partial_label and double_label.
20131
56083b99
DB
201322014-04-24 David Blaikie <dblaikie@gmail.com>
20133
20134 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
20135
25d4e99d
DB
201362014-04-24 David Blaikie <dblaikie@gmail.com>
20137
20138 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
20139 of the function to work across GCC and Clang.
20140 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
20141 pointer types (const void ** const V void **).
20142
01f9f808
MS
201432014-04-24 Michael Sturm <michael.sturm@mintel.com>
20144 Walfred Tedeschi <walfred.tedeschi@intel.com>
20145
20146 * Makefile.in (EXECUTABLES): Added i386-avx512.
20147 * gdb.arch/i386-avx512.c: New file.
20148 * gdb.arch/i386-avx512.exp: Likewise.
20149
4b48d439
KS
201502014-04-23 Keith Seitz <keiths@redhat.com>
20151
20152 * lib/mi-support.exp (mi_list_breakpoints): Delete.
20153 (mi_make_breakpoint_table): New procedure.
20154 (mi_create_breakpoint): Use mi_make_breakpoint
20155 and return the result.
20156 (mi_make_breakpoint): New procedure.
20157 (mi_build_kv_pairs): New procedure.
20158
20159 * gdb.mi/mi-break.exp: Remove unused globals,
20160 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
20161 All callers updated.
20162 * gdb.mi/mi-dprintf.exp: Use variable to track command
20163 number.
20164 Update all callers of mi_create_breakpoint and use
20165 mi_make_breakpoint_table.
20166 Remove any unused global variables.
20167 * gdb.mi/mi-nonstop.exp: Likewise.
20168 * gdb.mi/mi-nsintrall.exp: Likewise.
20169 * gdb.mi/mi-nsmoribund.exp: Likewise.
20170 * gdb.mi/mi-nsthrexec.exp: Likewise.
20171 * gdb.mi/mi-reverse.exp: Likewise.
20172 * gdb.mi/mi-simplerun.exp: Likewise.
20173 * gdb.mi/mi-stepn.exp: Likewise.
20174 * gdb.mi/mi-syn-frame.exp: Likewise.
20175 * gdb.mi/mi-until.exp: Likewise.
20176 * gdb.mi/mi-var-cp.exp: Likewise.
20177 * gdb.mi/mi-var-display.exp: Likewise.
20178 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
20179 * gdb.mi/mi2-var-child.exp: Likewise.
20180 * gdb.mi/mi-vla-c99.exp: Likewise.
20181 * lib/mi-support.exp: Likewise.
20182
20183 From Ian Lance Taylor <iant@cygnus.com>:
20184 * lib/gdb.exp (parse_args): New procedure.
20185
08351840
PA
201862014-04-23 Pedro Alves <palves@redhat.com>
20187
20188 * gdb.base/break-unload-file.c: New file.
20189 * gdb.base/break-unload-file.exp: New file.
20190 * gdb.base/sym-file-lib.c (baz): New function.
20191 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
20192 field.
20193 (load): Store the segment's mapped size.
20194 (unload): New function.
20195 (unload_shlib): New function.
20196 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
20197 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
20198 set a breakpoint at baz, and call it.
20199 * gdb.base/sym-file.exp: New tests for stale breakpoint
20200 instructions.
20201
076855f9
PA
202022014-04-23 Pedro Alves <palves@redhat.com>
20203
20204 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
20205 * gdb.base/hbreak-in-shr-unsupported.c: New file.
20206 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
20207 * gdb.base/hbreak-unmapped.c: New file.
20208 * gdb.base/hbreak-unmapped.exp: New file.
20209 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
20210 * lib/gdb.exp (gdb_is_target_remote): ... here.
20211
483805cf
PA
202122014-04-22 Pedro Alves <palves@redhat.com>
20213
20214 * gdb.base/consecutive-step-over.c: New file.
20215 * gdb.base/consecutive-step-over.exp: New file.
20216
06d97543
PA
202172014-04-22 Pedro Alves <palves@redhat.com>
20218
20219 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
20220 instead of send_gdb/gdb_expect.
20221
b4429ea2
YQ
202222014-04-22 Yao Qi <yao@codesourcery.com>
20223
20224 * lib/trace-support.exp (generate_tracefile): New procedure.
20225 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
20226 return 0.
20227 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
20228 if generate_tracefile returns 1.
20229
51d48146
PA
202302014-04-18 Tom Tromey <palves@redhat.com>
20231 Pedro alves <tromey@redhat.com>
20232
20233 PR backtrace/15558
20234 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
20235 with a backtrace limit.
20236 * gdb.python/py-frame-inline.exp: Test running to an inline
20237 function with a backtrace limit, and printing the newest frame.
20238 * gdb.python/py-frame-inline.c (main): Call f.
20239
bd1dce5f
MS
202402014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
20241
20242 * gdb.java/jnpe.exp: Drop srcdir from untested path.
20243
40d1a503
MS
202442014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
20245
20246 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
20247 Drop prefix from unsupported source file path.
20248
389b98f7
YQ
202492014-04-17 Yao Qi <yao@codesourcery.com>
20250
20251 * lib/gdb.exp (with_target_charset): New proc.
20252 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
20253 with_target_charset.
20254 (test_print_strings): Likewise.
20255 (test_repeat_bytes): Likewise.
20256 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
20257 for some tests.
20258
22869d73
KS
202592014-04-16 Keith Seitz <keiths@redhat.com>
20260
20261 PR gdb/15827
20262 * gdb.dwarf2/corrupt.c: New file.
20263 * gdb.dwarf2/corrupt.exp: New file.
20264
c4f87ca6
KS
202652014-04-16 Keith Seitz <keiths@redhat.com>
20266
20267 PR c++/16597
20268 * gdb.cp/namelessclass.cc: New file.
20269 * gdb.cp/namelessclass.exp: New file.
20270 * gdb.cp/namelessclass.S: New file.
20271
ab19de87
DE
202722014-04-16 Doug Evans <dje@google.com>
20273
20274 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
20275 Add comment.
20276 (gdbserver_default_get_comm_port): New function.
20277 (gdbserver_start): Check if board file provided
20278 "gdbserver,get_comm_port" and use it if so.
20279 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
20280 (gdb,socketport): Set to "stdio".
20281 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
20282 (stdio_gdbserver_template): Delete.
20283 (${board}_get_remote_address): Update.
20284 (${board}_build_remote_cmd): Delete.
20285 (${board}_get_comm_port): New function.
20286 (${board}_spawn): Update.
20287 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
20288 Delete.
20289 (${board}_get_remote_address): Update.
20290 (${board}_get_comm_port): New function.
20291
fc98a809
AB
202922014-04-16 Andrew Burgess <aburgess@broadcom.com>
20293
20294 * gdb.base/memattr.exp: Improve regexps to handle memory regions
20295 appearing in any order.
20296
87fd9e6e
DE
202972014-04-15 Doug Evans <dje@google.com>
20298
20299 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
20300 uninitialized value of "description".
20301
099fc3ea
KS
203022014-04-15 Keith Seitz <keiths@redhat.com>
20303
20304 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
20305 Remove unused globals.
20306 (test_running_the_program): Likewise.
20307 (test_controlled_execution): Likewise.
20308 (test_controlling_breakpoints): Likewise.
20309 (test_program_termination): Likewise.
20310
5da151d4
KS
203112014-04-15 Keith Seitz <keiths@redhat.com>
20312
20313 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
20314 unused globals.
20315 (test_rbreak_creation_and_listing): Likewise.
20316 (test_ignore_count): Likewise.
20317 (test_error): Likewise.
20318
35e5d2f0
PA
203192014-04-15 Pedro Alves <palves@redhat.com>
20320
20321 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
20322 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
20323 sym-file-loader.c.
20324 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
20325 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
20326 to sym-file-loader.c.
20327 (struct library): Forward declare.
20328 (load_shlib, lookup_function): Change prototypes.
20329 (find_shstrtab, find_strtab, find_shdr, find_symtab)
20330 (translate_offset): Remove declarations.
20331 (get_text_addr): New declaration.
20332 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
20333 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
20334 sym-file-loader.h.
20335 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
20336 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
20337 here from sym-file-loader.h.
20338 (struct library): New structure.
20339 (load_shlib, lookup_function): Change prototypes and adjust to
20340 work with a struct library.
20341 (find_shstrtab, find_strtab, find_shdr, find_symtab)
20342 (translate_offset): Make static.
20343 (get_text_addr): New function.
20344 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
20345
eb4c1710
PA
203462014-04-15 Pedro Alves <palves@redhat.com>
20347
20348 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
20349
2d1baf52
PA
203502014-04-15 Pedro Alves <palves@redhat.com>
20351
20352 * gdb.base/sym-file-loader.c: Include <limits.h>.
20353 (SELF_LINK): New define.
20354 (get_origin): New function.
20355 (load_shlib): Use it.
20356 * gdb.base/sym-file.exp: Don't early return if the target is
20357 remote. Use runto_main, and issue fail is that fails. Use
20358 gdb_load_shlibs.
20359 (shlib_name): Delete.
20360 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
20361
7dd6df01
PA
203622014-04-15 Pedro Alves <palves@redhat.com>
20363
20364 * gdb.base/sym-file.exp: Remove regex characters from test
20365 message. Don't refer to breakpoint numbers in test messages.
20366
b50c8614
KS
203672014-04-14 Keith Seitz <keiths@redhat.com>
20368
20369 PR c++/16253
20370 * gdb.cp/var-tag.cc: New file.
20371 * gdb.cp/var-tag.exp: New file.
20372 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
20373 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
20374 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
20375 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
20376
3d567982
TT
203772014-04-14 Tom Tromey <tromey@redhat.com>
20378
20379 * gdb.cp/classes.exp (test_enums): Handle underlying type.
20380 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
20381 type.
20382 * gdb.cp/enum-class.exp: New file.
20383 * gdb.cp/enum-class.cc: New file.
20384
0626fc76
TT
203852014-04-14 Tom Tromey <tromey@redhat.com>
20386
20387 * gdb.dwarf2/enum-type.exp: New file.
20388
dca325b3
SA
203892014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
20390
20391 * gdb.mi/mi-vla-c99.exp: New file.
20392 * gdb.mi/vla.c: New file.
20393
5854b38a
SA
203942014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
20395
20396 * gdb.base/vla-datatypes.c: New file.
20397 * gdb.base/vla-datatypes.exp: New file.
20398
463bb957
SA
203992014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
20400
20401 * gdb.base/vla-ptr.c: New file.
20402 * gdb.base/vla-ptr.exp: New file.
20403
3dd170be
SA
204042014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
20405
20406 * gdb.dwarf2/count.exp: New file.
20407
5ecaaa66
SA
204082014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
20409
20410 * gdb.base/vla-sideeffect.c: New file.
20411 * gdb.base/vla-sideeffect.exp: New file.
20412
41f1ada5
DB
204132014-04-14 David Blaikie <dblaikie@gmail.com>
20414
20415 * gdb.mi/non-stop.c: Add return value for non-void function return
20416 statement.
20417 * gdb.threads/staticthreads.c: Ditto.
20418
0be03e84
DE
204192014-04-12 Siva Chandra Reddy <sivachandra@google.com>
20420 Doug Evans <xdje42@gmail.com>
20421
20422 * gdb.guile/scm-value.c: Improve test case.
20423 * gdb.guile/scm-value.exp: Add new test.
20424
f180a1fb
DB
204252014-04-11 David Blaikie <dblaikie@gmail.com>
20426
20427 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
20428 override Clang's default.
20429
6b662e19
JB
204302014-04-11 Joel Brobecker <brobecker@adacore.com>
20431
20432 Revert the following changes (regressions):
20433
20434 * gdb.base/vla-sideeffect.c: New file.
20435 * gdb.base/vla-sideeffect.exp: New file.
20436
20437 * gdb.dwarf2/count.exp: New file.
20438
20439 * gdb.base/vla-multi.c: New file.
20440 * gdb.base/vla-multi.exp: New file.
20441
20442 * gdb.base/vla-ptr.c: New file.
20443 * gdb.base/vla-ptr.exp: New file.
20444
20445 * gdb.base/vla-datatypes.c: New file.
20446 * gdb.base/vla-datatypes.exp: New file.
20447
20448 * gdb.mi/mi-vla-c99.exp: New file.
20449 * gdb.mi/vla.c: New file.
20450
245a5f0b
KS
204512014-04-11 Keith Seitz <keiths@redhat.com>
20452
20453 PR c++/16675
20454 * gdb.cp/cpsizeof.exp: New file.
20455 * gdb.cp/cpsizeof.cc: New file.
20456
58a84dcf
SA
204572014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
20458
191a8a90
JB
20459 * gdb.mi/mi-vla-c99.exp: New file.
20460 * gdb.mi/vla.c: New file.
58a84dcf 20461
c8655f75
SA
204622014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
20463
20464 * gdb.base/vla-datatypes.c: New file.
20465 * gdb.base/vla-datatypes.exp: New file.
20466
024e13b4
SA
204672014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
20468
20469 * gdb.base/vla-ptr.c: New file.
20470 * gdb.base/vla-ptr.exp: New file.
20471
1a237e0e
SA
204722014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
20473
20474 * gdb.base/vla-multi.c: New file.
20475 * gdb.base/vla-multi.exp: New file.
20476
504f3432
SA
204772014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
20478
20479 * gdb.dwarf2/count.exp: New file.
20480
3bce8237
SA
204812014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
20482
191a8a90
JB
20483 * gdb.base/vla-sideeffect.c: New file.
20484 * gdb.base/vla-sideeffect.exp: New file.
3bce8237 20485
322f9c21
YQ
204862014-04-11 Yao Qi <yao@codesourcery.com>
20487
20488 * gdb.base/completion.exp: Check file exists before running tests
20489 on file completion.
20490
d708bcd1
PA
204912014-04-10 Pedro Alves <palves@redhat.com>
20492
20493 * gdb.base/cond-eval-mode.c: New file.
20494 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
20495 prepare_for_testing to build the new file. Check result of
20496 runto_main.
20497 (test_break, test_watch): New procedures.
20498 (top level): Use them.
20499
ae1d2761
PM
205002014-04-08 Pierre Muller <muller@sourceware.org>
20501
20502 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
20503 Ctrl-V use for mingw hosts.
20504
7af389b8
SC
205052014-04-07 Siva Chandra Reddy <sivachandra@google.com>
20506
20507 * gdb.python/py-value.c: Improve test case.
20508 * gdb.python/py-value.exp: Add new test.
20509
5e703181
DE
205102014-04-07 David Blaikie <dblaikie@gmail.com>
20511
20512 * lib/compiler.c: Identify the clang compiler.
20513 * lib/compiler.cc: Ditto.
20514
9810b410
YQ
205152014-04-03 Yao Qi <yao@codesourcery.com>
20516
20517 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
20518
98d1b8dc
AB
205192014-04-01 Anton Blanchard <anton@samba.org>
20520
20521 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
20522 messages unique.
20523
3114cea1
AB
205242014-04-01 Anton Blanchard <anton@samba.org>
20525
20526 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
20527 prepare_for_testing.
20528
62f7182c
AB
205292014-04-01 Anton Blanchard <anton@samba.org>
20530
20531 * gdb.arch/ppc64-atomic-inst.c: Remove.
20532 * gdb.arch/ppc64-atomic-inst.S: New file.
20533 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
20534
770e7fc7
DE
205352014-03-31 Doug Evans <dje@google.com>
20536
20537 * gdb.base/print-symbol-loading-lib.c: New file.
20538 * gdb.base/print-symbol-loading-main.c: New file.
20539 * gdb.base/print-symbol-loading.exp: New file.
20540
46e2bafa
YQ
205412014-03-31 Yao Qi <yao@codesourcery.com>
20542
20543 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
20544
8776cfe9
JB
205452014-03-28 Joel Brobecker <brobecker@adacore.com>
20546
20547 * gdb.ada/mi_dyn_arr: New testcase.
20548
5d1ef361
DE
205492014-03-27 Doug Evans <dje@google.com>
20550
20551 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
20552
b5bee914
YQ
205532014-03-27 Yao Qi <yao@codesourcery.com>
20554
20555 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
20556 if target is nios2-*-*.
20557
0d4d0e77
YQ
205582014-03-26 Yao Qi <yao@codesourcery.com>
20559
20560 * lib/gdb.exp (readline_is_used): New proc.
20561 * gdb.base/completion.exp: Move tests on command complete up.
20562 Skip the rest of tests if readline is not used.
20563 * gdb.ada/complete.exp: Skp the test if readline is not
20564 used.
20565 * gdb.base/filesym.exp: Likewise.
20566 * gdb.base/macscp.exp: Likewise.
20567 * gdb.base/readline-ask.exp: Likewise.
20568 * gdb.base/readline.exp: Likewise.
20569 * gdb.python/py-cmd.exp: Likewise.
20570 * gdb.trace/tfile.exp: Likewise.
20571
29361eee
YQ
205722014-03-26 Yao Qi <yao@codesourcery.com>
20573
20574 * gdb.base/macscp.exp: Fix code format issues.
20575
bc9a5525
UW
205762014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
20577
20578 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
20579 * gdb.asm/powerpc64le.inc: New file.
20580
d3839ede
PA
205812014-03-25 Pedro Alves <palves@redhat.com>
20582 Doug Evans <dje@google.com>
20583
20584 * gdb.base/source-execution.c: New file.
20585 * gdb.base/source-execution.exp: New file.
20586 * gdb.base/source-execution.gdb: New file.
20587
01672a57
DE
205882014-03-24 Doug Evans <dje@google.com>
20589
20590 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
20591 using fission.
20592
88bbeca9
HZ
205932014-03-24 Hui Zhu <hui@codesourcery.com>
20594 Pedro Alves <palves@redhat.com>
20595
20596 PR breakpoints/16101
20597 * gdb.base/dprintf.exp: Use unsupported rather than changing the
20598 test pass/fail messages. Detect missing support for dprintf when
20599 breakpoints are actually inserted.
20600 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
20601 breakpoints are actually inserted.
20602 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
20603 fails.
20604
d2348791
JK
206052014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
20606
20607 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
20608
feef67ab
DE
206092014-03-22 Doug Evans <xdje42@gmail.com>
20610
20611 * gdb.python/python.exp (python not supported): Verify multi-line
20612 python command issues an error.
25d743f9 20613 * gdb.guile/guile.exp (guile not supported): Verify multi-line
51b8d20c 20614 guile command issues an error.
feef67ab 20615
ecebef6a
MR
206162014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
20617
20618 * gdb.threads/thread-specific.exp: Handle the lack of usable
20619 $this_breakpoint and $this_thread.
20620
ccdd1909
HZ
206212014-03-21 Hui Zhu <hui@codesourcery.com>
20622
20623 * gdb.base/attach.exp (do_command_attach_tests): New.
20624
beb460e8
PA
206252014-03-20 Tom Tromey <tromey@redhat.com>
20626 Pedro Alves <palves@redhat.com>
20627
20628 PR cli/15718
20629 * gdb.base/condbreak-call-false.c: New file.
20630 * gdb.base/condbreak-call-false.exp: New file.
20631
40acf43a
PA
206322014-03-20 Pedro Alves <palves@redhat.com>
20633
20634 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
20635 Delete.
20636 (block_signals, unblock_signals): Delete.
20637 (child_function_2, main): Remove references to deleted variable
20638 and functions.
20639
9f5e1e02
PA
206402014-03-20 Pedro Alves <palves@redhat.com>
20641
20642 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
20643 Use pthread_kill to signal thread 2.
20644 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
20645 Adjust to make the test send itself a signal rather than using the
20646 host's "kill" command.
20647
99619bea
PA
206482014-03-20 Pedro Alves <palves@redhat.com>
20649
20650 * gdb.threads/multiple-step-overs.c: New file.
20651 * gdb.threads/multiple-step-overs.exp: New file.
20652 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
20653 Adjust expected infrun debug output.
20654
2adfaa28
PA
206552014-03-20 Pedro Alves <palves@redhat.com>
20656
20657 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
20658 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
20659
31e77af2
PA
206602014-03-20 Pedro Alves <palves@redhat.com>
20661
20662 PR breakpoints/7143
20663 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
20664 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
20665 of gdb_test_multiple.
20666 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
20667 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
20668
b9f437de
PA
206692014-03-20 Pedro Alves <palves@redhat.com>
20670
20671 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
20672 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
20673
05adc73e
PA
206742014-03-19 Pedro Alves <palves@redhat.com>
20675
20676 * gdb.base/async.exp: Remove early return.
20677
6048b950
PA
206782014-03-19 Pedro Alves <palves@redhat.com>
20679
20680 * gdb.base/async.exp (step& tests): Pass explicit test messages.
20681
8bcfb00a
PA
206822014-03-19 Pedro Alves <palves@redhat.com>
20683
20684 * gdb.base/async.exp (test_background): Expect \r\n after
20685 "completed." in the fail pattern.
20686
884e37dc
PA
206872014-03-19 Pedro Alves <palves@redhat.com>
20688
20689 * gdb.base/async.exp (test_background): New procedure.
20690 Use it for all background execution command tests.
20691
148e57e2
PA
206922014-03-19 Pedro Alves <palves@redhat.com>
20693
20694 * gdb.base/async.exp: Use prepare_for_testing.
20695
f48088c7
PA
206962014-03-19 Pedro Alves <palves@redhat.com>
20697
20698 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
20699 the same line.
20700
e2f6c966
PA
207012014-03-19 Pedro Alves <palves@redhat.com>
20702
20703 * gdb.base/async.c (main): Add "jump here" and "until here" line
20704 marker comments.
20705 * gdb.base/async.exp (jump_here): New global.
20706 (jump& test): Use it.
20707 (until_here): New global.
20708 (until& test): Use it.
20709
c30568d4
PA
207102014-03-19 Pedro Alves <palves@redhat.com>
20711
20712 * gdb.base/async.exp: Don't frob gdb_protocol.
20713
0172b6a7
DE
207142014-03-18 Doug Evans <xdje42@gmail.com>
20715
20716 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
20717 Fix spelling of exec-done-display.
20718
06c868a8
JK
207192014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
20720
20721 PR gdb/15358
20722 * gdb.base/gdb-sigterm.c: New file.
20723 * gdb.base/gdb-sigterm.exp: New file.
20724
0c7e1a46
PA
207252014-03-18 Pedro Alves <palves@redhat.com>
20726
20727 PR gdb/13860
20728 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
20729 * lib/mi-support.exp (mi_expect_stop): Add special handling for
20730 solib-event.
20731
f7c77d93
JB
207322014-03-17 Joel Brobecker <brobecker@adacore.com>
20733
20734 * gdb.ada/pckd_arr_ren: New testcase.
20735
5a1e8c7a
DE
207362014-03-13 Doug Evans <xdje42@gmail.com>
20737
20738 PR guile/16612
20739 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
20740 collect after discarding symbols.
20741
350e1a76
DE
207422014-03-13 Ludovic Courtès <ludo@gnu.org>
20743 Doug Evans <xdje42@gmail.com>
20744
20745 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
20746 to history survives a gc.
20747
a69900ae
PA
207482014-03-13 Pedro Alves <palves@redhat.com>
20749
20750 * gdb.base/default.exp: Don't test "target procfs".
20751
5db9f0bd
PA
207522014-03-13 Pedro Alves <palves@redhat.com>
20753
20754 * gdb.base/default.exp: Update "target child" and "target procfs"
20755 tests to not expect "Unix".
20756
b3ccfe11
TT
207572014-03-12 Tom Tromey <tromey@redhat.com>
20758
20759 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
20760 New procs. Add target-async tests.
20761 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
20762 Add target-async tests.
20763
646f4417
AA
207642014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
20765
20766 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
20767 'func_start' and 'func_end' for the beginning and end of the
20768 function code, respectively.
20769 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
20770 'func_end' instead of 'func' and 'main'.
20771
288c211f
AA
207722014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
20773
20774 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
20775 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
20776 generate the debug info assembler source.
20777
e0c0f156
AA
207782014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
20779
20780 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
20781 * gdb.dwarf2/arr-subrange.exp: Likewise.
20782 * gdb.dwarf2/dwz.exp: Likewise.
20783 * gdb.dwarf2/method-ptr.exp: Likewise.
20784 * gdb.dwarf2/missing-sig-type.exp: Likewise.
20785 * gdb.dwarf2/subrange.exp: Likewise.
20786 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
20787 * gdb.dwarf2/implptrpiece.exp: Likewise.
20788 * gdb.dwarf2/nostaticblock.exp: Likewise.
20789
0e5c4555
AA
207902014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
20791
20792 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
20793 directory to absolute path name arguments.
20794
5ec18f2b
JG
207952014-03-10 Joel Brobecker <brobecker@adacore.com>
20796
20797 * gdb.ada/tagged_access: New testcase.
20798
847fc4f2
MM
207992014-03-07 Markus Metzger <markus.t.metzger@intel.com>
20800
20801 * gdb.btrace/data.exp: Update expected output.
20802
cc3da688
YQ
208032014-03-06 Yao Qi <yao@codesourcery.com>
20804
20805 * gdb.trace/pr16508.exp: New file.
20806
0f26cec1
PA
208072014-03-05 Pedro Alves <palves@redhat.com>
20808
20809 PR gdb/16575
20810 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
20811 procedure.
20812 (top level): Adjust to use it. Add tests that exercise breakpoint
20813 interaction with the code-cache.
20814
7a5a839f
LC
208152014-02-26 Ludovic Courtès <ludo@gnu.org>
20816
20817 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
20818 test for 'history-append!'.
20819
31aa7e4e
JB
208202014-02-26 Joel Brobecker <brobecker@adacore.com>
20821
20822 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
20823 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
20824 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
20825 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
20826 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
20827 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
20828
1b588015
JB
208292014-02-26 Joel Brobecker <brobecker@adacore.com>
20830
20831 * testsuite/gdb.python/py-pp-re-notag.c: New file.
20832 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
20833 * testsuite/gdb.python/py-pp-re-notag.p: New file.
20834
55426c9d
JB
208352014-02-26 Joel Brobecker <brobecker@adacore.com>
20836
20837 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
20838
dc53a7ad
JB
208392014-02-26 Joel Brobecker <brobecker@adacore.com>
20840
20841 * gdb.dwarf2/arr-stride.c: New file.
20842 * gdb.dwarf2/arr-stride.exp: New file.
20843
12ab52e9
PA
208442014-02-26 Pedro Alves <palves@redhat.com>
20845
20846 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
20847 that won't ever trigger. Make sure that GDB reports the correct
20848 breakpoint that caused the stop.
20849
849c862e
JK
208502014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
20851
20852 PR gdb/16626
20853 * gdb.base/auto-load-script: New file.
20854 * gdb.base/auto-load.c: New file.
20855 * gdb.base/auto-load.exp: New file.
20856
71b7d793
JK
20857 PR gdb/16626
20858 * gdb.base/auto-load.exp: Fix out-of-srctree run.
20859
e2f0d509
JK
208602014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
20861
20862 Fix dw2-icycle.exp -fsanitize=address GDB crash.
20863 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
20864
50cc37c8
DE
208652014-02-24 Doug Evans <dje@google.com>
20866
20867 * lib/gdb.exp (run_on_host): Log error output if program fails.
20868
ea4758f2
PA
208692014-02-21 Pedro Alves <palves@redhat.com>
20870
20871 * gdb.threads/step-after-sr-lock.c: Rename to ...
20872 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
20873 * gdb.threads/step-after-sr-lock.exp: Rename to ...
20874 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
20875 ... this.
20876
d7b30f67
SDJ
208772014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
20878
20879 PR tdep/16397
20880 * gdb.arch/amd64-stap-special-operands.exp: New file.
20881 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
20882 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
20883 * gdb.arch/amd64-stap-triplet.S: Likewise.
20884 * gdb.arch/amd64-stap-triplet.c: Likewise.
20885
83deb43f
JB
208862014-02-20 Joel Brobecker <brobecker@adacore.com>
20887
20888 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
20889 in .section pseudo-op.
20890
adde2bff
DE
208912014-02-20 lin zuojian <manjian2006@gmail.com>
20892 Joel Brobecker <brobecker@adacore.com>
20893 Doug Evans <xdje42@gmail.com>
20894
20895 PR symtab/16581
20896 * gdb.dwarf2/dw2-icycle.S: New file.
20897 * gdb.dwarf2/dw2-icycle.c: New file.
20898 * gdb.dwarf2/dw2-icycle.exp: New file.
20899
f7bd0f78
SC
209002014-02-19 Siva Chandra Reddy <sivachandra@google.com>
20901
20902 * gdb.python/py-value-cc.cc: Improve test case to enable testing
20903 operations on gdb.Value objects.
20904 * gdb.python/py-value-cc.exp: Add new test to test operations on
20905 gdb.Value objects.
20906
c17ef0d5
DE
209072014-02-18 Doug Evans <dje@google.com>
20908
20909 * Makefile.in (TESTS): New variable.
20910 (expanded_tests, expanded_tests_or_none): New variables
20911 (check-single): Pass $(expanded_tests_or_none) to runtest.
20912 (check-parallel): Only run tests in $(TESTS) if non-empty.
20913 (check/no-matching-tests-found): New rule.
20914 * README: Document TESTS makefile variable.
20915
5dd3176f
DE
209162014-02-18 Doug Evans <dje@google.com>
20917
20918 * Makefile.in (check-parallel): rm -rf outputs temp.
20919
0b10be4f
JK
209202014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
20921
20922 Fix "ERROR: no fileid for" in the testsuite.
20923 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
20924
85f224e7
DE
209252014-02-12 Doug Evans <dje@google.com>
20926
20927 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
20928 (MISCELLANEOUS): New variable.
20929 (clean): rm -rf $(MISCELLANEOUS).
20930 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
20931 dwp live in the same directory as symlinks, with each symlink pointed
20932 to a differently named file in a different directory.
20933
149b30ff
DE
209342014-02-11 Doug Evans <dje@google.com>
20935
20936 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
20937 of Tcl file commands.
20938
1dfdac32
MK
209392014-02-10 Mark Kettenis <kettenis@gnu.org>
20940
20941 * gdb.threads/step-after-sr-lock.exp: Avoid executing
20942 "kill -SIGUSR1 -1".
20943
aa4fb036
JB
209442014-02-10 Joel Brobecker <brobecker@adacore.com>
20945
20946 * gdb.ada/tick_length_array_enum_idx: New testcase.
20947
ed3ef339
DE
209482014-02-10 Doug Evans <xdje42@gmail.com>
20949
20950 * configure.ac (AC_OUTPUT): Add gdb.guile.
20951 * configure: Regenerate.
20952 * lib/gdb-guile.exp: New file.
20953 * lib/gdb.exp (get_target_charset): New function.
20954 * gdb.base/help.exp: Update expected output from "apropos apropos".
20955 * gdb.guile/Makefile.in: New file.
20956 * gdb.guile/guile.exp: New file.
20957 * gdb.guile/scm-arch.c: New file.
20958 * gdb.guile/scm-arch.exp: New file.
20959 * gdb.guile/scm-block.c: New file.
20960 * gdb.guile/scm-block.exp: New file.
20961 * gdb.guile/scm-breakpoint.c: New file.
20962 * gdb.guile/scm-breakpoint.exp: New file.
20963 * gdb.guile/scm-disasm.c: New file.
20964 * gdb.guile/scm-disasm.exp: New file.
20965 * gdb.guile/scm-equal.c: New file.
20966 * gdb.guile/scm-equal.exp: New file.
20967 * gdb.guile/scm-error.exp: New file.
20968 * gdb.guile/scm-error.scm: New file.
20969 * gdb.guile/scm-frame-args.c: New file.
20970 * gdb.guile/scm-frame-args.exp: New file.
20971 * gdb.guile/scm-frame-args.scm: New file.
20972 * gdb.guile/scm-frame-inline.c: New file.
20973 * gdb.guile/scm-frame-inline.exp: New file.
20974 * gdb.guile/scm-frame.c: New file.
20975 * gdb.guile/scm-frame.exp: New file.
20976 * gdb.guile/scm-generics.exp: New file.
20977 * gdb.guile/scm-gsmob.exp: New file.
20978 * gdb.guile/scm-iterator.c: New file.
20979 * gdb.guile/scm-iterator.exp: New file.
20980 * gdb.guile/scm-math.c: New file.
20981 * gdb.guile/scm-math.exp: New file.
20982 * gdb.guile/scm-objfile-script-gdb.in: New file.
20983 * gdb.guile/scm-objfile-script.c: New file.
20984 * gdb.guile/scm-objfile-script.exp: New file.
20985 * gdb.guile/scm-objfile.c: New file.
20986 * gdb.guile/scm-objfile.exp: New file.
20987 * gdb.guile/scm-ports.exp: New file.
20988 * gdb.guile/scm-pretty-print.c: New file.
20989 * gdb.guile/scm-pretty-print.exp: New file.
20990 * gdb.guile/scm-pretty-print.scm: New file.
20991 * gdb.guile/scm-section-script.c: New file.
20992 * gdb.guile/scm-section-script.exp: New file.
20993 * gdb.guile/scm-section-script.scm: New file.
20994 * gdb.guile/scm-symbol.c: New file.
20995 * gdb.guile/scm-symbol.exp: New file.
20996 * gdb.guile/scm-symtab-2.c: New file.
20997 * gdb.guile/scm-symtab.c: New file.
20998 * gdb.guile/scm-symtab.exp: New file.
20999 * gdb.guile/scm-type.c: New file.
21000 * gdb.guile/scm-type.exp: New file.
21001 * gdb.guile/scm-value-cc.cc: New file.
21002 * gdb.guile/scm-value-cc.exp: New file.
21003 * gdb.guile/scm-value.c: New file.
21004 * gdb.guile/scm-value.exp: New file.
21005 * gdb.guile/source2.scm: New file.
21006 * gdb.guile/types-module.cc: New file.
21007 * gdb.guile/types-module.exp: New file.
21008
7026a7c1
YQ
210092014-02-10 Yao Qi <yao@codesourcery.com>
21010
21011 PR testsuite/16543
21012 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
21013 * configure: Regenerated.
21014 * Makefile.in: New file.
21015
6c466447
AS
210162014-02-08 Andreas Schwab <schwab@linux-m68k.org>
21017
21018 * gdb.python/py-framefilter.exp: Fix typo.
21019
6e854735
YQ
210202014-02-08 Yao Qi <yao@codesourcery.com>
21021
21022 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
21023 that no =breakpoint-modified is emitted when breakpoints are
21024 modified through MI commands.
21025
d137e6dc
PA
210262014-02-07 Pedro Alves <pedro@codesourcery.com>
21027 Pedro Alves <palves@redhat.com>
21028
21029 * gdb.threads/step-after-sr-lock.c: New file.
21030 * gdb.threads/step-after-sr-lock.exp: New file.
21031
b5ee5a50
PA
210322014-02-07 Pedro Alves <palves@redhat.com>
21033
21034 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
21035
3c77faf3
JK
210362014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
21037
21038 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
21039 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
21040
6dddc817
DE
210412014-02-06 Doug Evans <xdje42@gmail.com>
21042
21043 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
21044 output.
21045
21046 * gdb.gdb/python-interrupts.exp: New file.
21047
de7b2893
YQ
210482014-02-05 Yao Qi <yao@codesourcery.com>
21049
21050 * gdb.trace/report.exp (use_collected_data): Test the output
21051 of "info threads" and "info inferiors".
21052
66d032ac
YQ
210532014-02-05 Yao Qi <yao@codesourcery.com>
21054
21055 Revert this patch:
21056
21057 2013-05-24 Yao Qi <yao@codesourcery.com>
21058
21059 * gdb.trace/tfile.exp: Test inferior and thread.
21060
591a12a1
UW
210612014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
21062
21063 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
21064 on a function.
21065 * gdb.base/step-bt.c: Call hello via function pointer to make
21066 sure its first instruction is executed on powerpc64le-linux.
21067
0ff3e01f
UW
210682014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
21069
21070 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
21071
084ee545
UW
210722014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
21073
21074 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
21075 of the test patterns for use on little-endian systems.
21076
6ed14ff3
UW
210772014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
21078
21079 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
21080 (decimal_vector): Fix for little-endian.
21081
401e27fd
JM
210822014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
21083
21084 * gdb.arch/sparc-sysstep.exp: New file.
21085 * gdb.arch/sparc-sysstep.c: Likewise.
21086
21087 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
21088
8b924729
EBM
210892014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
21090
21091 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
21092
fb151210
JB
210932014-01-23 Tom Tromey <tromey@redhat.com>
21094
21095 * gdb.ada/array_char_idx: New testcase.
21096
0740f8d8
TT
210972014-01-23 Tom Tromey <tromey@redhat.com>
21098
21099 PR python/16487:
21100 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
21101 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
21102 classes.
21103
21909fa1
TT
211042014-01-23 Tom Tromey <tromey@redhat.com>
21105
21106 PR python/16491:
21107 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
21108 string from an inferior frame.
21109 * gdb.python/py-framefilter-mi.exp: Update.
21110
87ce2a04
DE
211112014-01-22 Doug Evans <dje@google.com>
21112
21113 * gdb.server/server-mon.exp: Add tests for "set debug-format".
21114
237b092b
AA
211152014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
21116
21117 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
21118
d674a709
AA
211192014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
21120
21121 * gdb.trace/entry-values.exp: Remove excess space character from
21122 regex patterns. Handle s390 call instruction.
21123
20fa3390
AA
211242014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
21125
21126 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
21127 define "*_start" label. Make "name" static.
21128 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
21129 ${name} by references to ${name}_start.
21130
78466714
AA
211312014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
21132
21133 * gdb.base/info-macros.exp: Remove "debug" from the compile
21134 options.
21135
ec9f644a
IB
211362014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
21137
21138 * gdb.dlang/demangle.exp: New file.
21139
94b1b47e
IB
211402014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
21141
21142 * gdb.dlang/primitive-types.exp: New file.
21143
7f420862
IB
211442014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
21145
21146 * configure.ac: Create gdb.dlang/Makefile.
21147 * configure: Regenerate.
21148 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
21149 * gdb.dlang/Makefile.in: New file.
21150 * lib/d-support.exp: New file.
21151 * lib/gdb.exp (skip_d_tests): New proc.
21152
52834460
MM
211532014-01-16 Markus Metzger <markus.t.metzger@intel.com>
21154
21155 * gdb.btrace/delta.exp: Check reverse stepi.
21156 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
21157 * gdb.btrace/finish.exp: New.
21158 * gdb.btrace/next.exp: New.
21159 * gdb.btrace/nexti.exp: New.
21160 * gdb.btrace/record_goto.c: Add comments.
21161 * gdb.btrace/step.exp: New.
21162 * gdb.btrace/stepi.exp: New.
21163 * gdb.btrace/multi-thread-step.c: New.
21164 * gdb.btrace/multi-thread-step.exp: New.
21165 * gdb.btrace/rn-dl-bind.c: New.
21166 * gdb.btrace/rn-dl-bind.exp: New.
21167 * gdb.btrace/data.c: New.
21168 * gdb.btrace/data.exp: New.
21169 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
21170
6e07b1d2
MM
211712014-01-16 Markus Metzger <markus.t.metzger@intel.com>
21172
21173 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
21174 * gdb.btrace/exception.exp: Update.
21175 * gdb.btrace/instruction_history.exp: Update.
21176 * gdb.btrace/record_goto.exp: Update.
21177 * gdb.btrace/tailcall.exp: Update.
21178 * gdb.btrace/unknown_functions.exp: Update.
21179 * gdb.btrace/delta.exp: New.
21180
0b722aec
MM
211812014-01-16 Markus Metzger <markus.t.metzger@intel.com>
21182
21183 * gdb.btrace/record_goto.exp: Add backtrace test.
21184 * gdb.btrace/tailcall.exp: Add backtrace test.
21185
066ce621
MM
211862014-01-16 Markus Metzger <markus.t.metzger@intel.com>
21187
21188 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
21189 * gdb.btrace/record_goto.c: New.
21190 * gdb.btrace/record_goto.exp: New.
21191 * gdb.btrace/x86-record_goto.S: New.
21192
0688d04e
MM
211932014-01-16 Markus Metzger <markus.t.metzger@intel.com>
21194
21195 * gdb.btrace/function_call_history.exp: Update tests.
21196 * gdb.btrace/instruction_history.exp: Update tests.
21197
8710b709
MM
211982014-01-16 Markus Metzger <markus.t.metzger@intel.com>
21199
21200 * gdb.btrace/function_call_history.exp: Fix expected field
21201 order for "record function-call-history".
21202 Add new tests for "record function-call-history /c".
21203 * gdb.btrace/exception.cc: New.
21204 * gdb.btrace/exception.exp: New.
21205 * gdb.btrace/tailcall.exp: New.
21206 * gdb.btrace/x86-tailcall.S: New.
21207 * gdb.btrace/x86-tailcall.c: New.
21208 * gdb.btrace/unknown_functions.c: New.
21209 * gdb.btrace/unknown_functions.exp: New.
21210 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
21211
5de9129b
MM
212122014-01-16 Markus Metzger <markus.t.metzger@intel.com>
21213
21214 * gdb.btrace/instruction_history.exp: Update.
21215 * gdb.btrace/function_call_history.exp: Update.
21216
23a7fe75
MM
212172014-01-16 Markus Metzger <markus.t.metzger@intel.com>
21218
21219 * gdb.btrace/function_call_history.exp: Fix expected function
21220 trace.
21221 * gdb.btrace/instruction_history.exp: Initialize traced.
21222 Remove traced_functions.
21223
724c7dd8
MM
212242014-01-16 Markus Metzger <markus.t.metzger@intel.com>
21225
21226 * gdb.btrace/function_call_history.exp: Update
21227 * gdb.btrace/instruction_history.exp: Update.
21228
6d78d93b
MM
212292014-01-16 Markus Metzger <markus.t.metzger@intel.com>
21230
21231 * gdb.btrace/enable.exp: Update expected text.
21232
93a360cc
OJ
212332014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
21234
21235 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
21236 bytes.
21237
3772b53f
MR
212382014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
21239
21240 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
21241
596662fa
OJ
212422014-01-15 Omair Javaid <omair.javaid@linaro.org>
21243
21244 * lib/gdb.exp (supports_process_record): Return true for
21245 arm*-linux*. (supports_reverse): Likewise.
21246
b5b08fb4
SC
212472014-01-13 Siva Chandra Reddy <sivachandra@google.com>
21248
21249 PR python/15464
21250 PR python/16113
21251 * gdb.python/py-type.c: Enhance test case.
21252 * gdb.python/py-value-cc.cc: Likewise
21253 * gdb.python/py-type.exp: Add new tests.
21254 * gdb.python/py-value-cc.exp: Likewise
21255
52d7fb13
AA
212562014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
21257 Pedro Alves <palves@redhat.com>
21258
21259 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
21260 Make "name" extern.
21261 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
21262 references to ${name}_start by references to ${name}.
21263
a2cd8cfe
JB
212642014-01-10 Joel Brobecker <brobecker@adacore.com>
21265
21266 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
21267
4e23fced
JB
212682014-01-10 Joel Brobecker <brobecker@adacore.com>
21269
21270 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
21271
c6a9e42c
PA
212722014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
21273 Pedro Alves <palves@redhat.com>
21274
21275 * gdb.mi/mi-info-os.exp: Connect to the target with
72f4393d 21276 mi_gdb_target_load.
c6a9e42c 21277
b7ea362b
PA
212782014-01-08 Pedro Alves <palves@redhat.com>
21279
21280 * gdb.threads/reconnect-signal.c: New file.
21281 * gdb.threads/reconnect-signal.exp: New file.
21282
5e3f4fab
EBM
212832014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
21284
21285 * gdb.base/source-dir.exp: New file.
21286
79301218
JB
212872014-01-07 Joel Brobecker <brobecker@adacore.com>
21288
21289 * gdb.ada/mi_interface: New testcase.
21290
8e355c5d
JB
212912014-01-07 Joel Brobecker <brobecker@adacore.com>
21292
21293 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
21294 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
21295 gdb.ada/pp-rec-component/pck.ads: New files.
21296
c0d48811
JB
212972014-01-07 Joel Brobecker <brobecker@adacore.com>
21298
21299 * gdb.python/py-pp-integral.c: New file.
21300 * gdb.python/py-pp-integral.py: New file.
21301 * gdb.python/py-pp-integral.exp: New file.
21302
17b609c3 21303For older changes see ChangeLog-1993-2013.
c906108c 21304\f
8d8cb839
EZ
21305;; Local Variables:
21306;; mode: change-log
21307;; left-margin: 8
21308;; fill-column: 74
21309;; version-control: never
21310;; End:
902f2ccb 21311
b811d2c2 21312 Copyright 2014-2020 Free Software Foundation, Inc.
902f2ccb
MC
21313 Copying and distribution of this file, with or without modification,
21314 are permitted provided the copyright notice and this notice are preserved.
This page took 3.749458 seconds and 4 git commands to generate.