]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - gdb/testsuite/ChangeLog
Assume FreeBSD kernels always report exec events.
[thirdparty/binutils-gdb.git] / gdb / testsuite / ChangeLog
1 2020-09-16 Tom de Vries <tdevries@suse.de>
2
3 PR testsuite/26617
4 * gdb.dlang/watch-loc.c: Only add .debug_aranges if
5 WITH_DEBUG_SECTIONS is defined.
6 (xstr, str): New macro.
7 (.debug_aranges): Use DMAIN_START_0/1/2 and DMAIN_LENGTH
8 to get start and size of _Dmain.
9 * gdb.dlang/watch-loc.exp: Pass DMAIN_START_0/1/2 and DMAIN_LENGTH
10 using additional_flags.
11
12 2020-09-16 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
13
14 * gdb.base/bp-cmds-sourced-script.c: New file.
15 * gdb.base/bp-cmds-sourced-script.exp: New test.
16 * gdb.base/bp-cmds-sourced-script.gdb: New file.
17
18 2020-09-16 Tom de Vries <tdevries@suse.de>
19
20 * lib/gdbserver-support.exp (gdbserver_exit): Make sure we
21 get the gdb prompt after issuing "monitor exit".
22
23 2020-09-16 Tom de Vries <tdevries@suse.de>
24
25 PR testsuite/26624
26 * lib/gdb.exp (gdb_assert): Catch errors in condition evaluation.
27
28 2020-09-16 Tom de Vries <tdevries@suse.de>
29
30 PR testsuite/26618
31 * gdb.tui/new-layout.exp: Escape unbalanced braces.
32
33 2020-09-15 Tom Tromey <tromey@adacore.com>
34
35 PR rust/26197:
36 * lib/rust-support.exp (rust_llvm_version): New proc.
37 * gdb.rust/simple.exp: Check rust_llvm_version.
38
39 2020-09-14 Tom de Vries <tdevries@suse.de>
40
41 * gdb.rust/traits.exp: Fix PATH warning.
42
43 2020-09-13 Pedro Alves <pedro@palves.net>
44
45 * gdb.base/catch-follow-exec.c (main): Add explicit return
46 statement.
47 * gdb.base/catch-signal.c (main): Likewise.
48 * gdb.base/condbreak-call-false.c (main): Likewise.
49 * gdb.base/consecutive.c (main): Add explicit return
50 statement and return type.
51 * gdb.base/cursal.c (main): Add explicit return statement.
52 * gdb.base/cvexpr.c (main): Likewise.
53 * gdb.base/display.c (main): Add explicit return statement and
54 return type.
55 * gdb.base/dprintf-detach.c (main): Add explicit return statement.
56 * gdb.base/endianity.c (main): Likewise.
57 * gdb.base/execd-prog.c (main): Likewise.
58 * gdb.base/gdb1090.c (main): Likewise.
59 * gdb.base/info_qt.c (main): Likewise.
60 * gdb.base/lineinc.c (main): Likewise.
61 * gdb.base/load-command.c (main): Likewise.
62 * gdb.base/macscp1.c (main): Likewise.
63 * gdb.base/pr10179-a.c (main): Likewise.
64 * gdb.base/quit-live.c (main): Likewise.
65 * gdb.base/scope0.c (main): Likewise.
66 * gdb.base/settings.c (main): Likewise.
67 * gdb.base/stack-checking.c (main): Return int.
68 * gdb.base/varargs.c (main): Add explicit return statement.
69 * gdb.cp/ambiguous.cc (main): Likewise.
70 * gdb.cp/anon-struct.cc (main): Likewise.
71 * gdb.cp/anon-union.cc (main): Likewise.
72 * gdb.cp/bool.cc (main): Likewise.
73 * gdb.cp/bs15503.cc (main): Likewise.
74 * gdb.cp/cplusfuncs.cc (main): Likewise.
75 * gdb.cp/cttiadd.cc (main): Likewise.
76 * gdb.cp/extern-c.cc (main): Likewise.
77 * gdb.cp/filename.cc (main): Likewise.
78 * gdb.cp/formatted-ref.cc (main): Likewise.
79 * gdb.cp/mb-ctor.cc (main): Likewise.
80 * gdb.cp/member-ptr.cc (main): Likewise.
81 * gdb.cp/minsym-fallback-main.cc (main): Likewise.
82 * gdb.cp/overload-const.cc (main): Likewise.
83 * gdb.cp/paren-type.cc (main): Likewise.
84 * gdb.cp/parse-lang.cc (main): Likewise.
85 * gdb.cp/pr-1023.cc (main): Likewise.
86 * gdb.cp/psmang1.cc (main): Likewise.
87 * gdb.cp/readnow-language.cc (main): Likewise.
88 * gdb.cp/ref-params.cc (main): Likewise.
89 * gdb.cp/rvalue-ref-params.cc (main): Likewise.
90 * gdb.cp/virtbase2.cc (main): Likewise.
91 * gdb.dwarf2/dw2-abs-hi-pc.c (main): Likewise.
92 * gdb.dwarf2/dw2-namespaceless-anonymous.c (main): Likewise.
93 * gdb.dwarf2/dw4-toplevel-types.cc (main): Likewise.
94 * gdb.mi/mi-console.c (main): Likewise.
95 * gdb.mi/mi-read-memory.c (main): Likewise.
96 * gdb.modula2/multidim.c (main): Likewise.
97 * gdb.opt/inline-small-func.c (main): Likewise.
98 * gdb.python/py-rbreak.c (main): Likewise.
99 * gdb.stabs/exclfwd1.c (main): Likewise.
100 * gdb.trace/qtro.c (main): Likewise.
101
102 2020-09-13 Pedro Alves <pedro@palves.net>
103
104 * gdb.base/share-env-with-gdbserver.c (main): Call my_getenv
105 instead of getenv.
106
107 2020-09-13 Pedro Alves <pedro@palves.net>
108
109 * gdb.base/dbx.exp (dbx_gdb_start): Adjust to use gdb_spawn
110 instead of spawning GDB with remote_spawn.
111 * lib/mi-support.exp (default_mi_gdb_start): Adjust to use
112 gdb_spawn instead of spawning GDB with remote_spawn.
113
114 2020-09-13 Pedro Alves <pedro@palves.net>
115
116 * gdb.dwarf2/ada-linkage-name.c (main): Move to the bottom of the
117 file and add calls to first and second.
118 * gdb.dwarf2/atomic.c (main): Move to the bottom of the file and
119 add call to f.
120
121 2020-09-13 Pedro Alves <pedro@palves.net>
122
123 * gdb.mi/mi-break-qualified.cc: New file.
124 * gdb.mi/mi-break-qualified.exp: New file.
125 * lib/mi-support.exp (mi_create_breakpoint_multi)
126 (mi_make_breakpoint_loc, mi_make_breakpoint_multi): New
127 procedures.
128 (mi_create_breakpoint_1): New, factored out from
129 mi_create_breakpoint.
130
131 2020-09-13 Pedro Alves <pedro@palves.net>
132
133 * gdb.cp/inherit.exp: No longer pass -Wno-deprecated-register.
134 * gdb.cp/misc.exp: No longer pass -Wno-deprecated-register.
135 * gdb.cp/misc.cc (class small, small::method, marker_reg1)
136 (register_class): Delete.
137 (main): Don't call register_class.
138
139 2020-09-13 Pedro Alves <pedro@palves.net>
140
141 * gdb.cp/classes.exp: No longer pass -Wno-deprecated-register.
142 (do_tests): Remove "calling method for small class" test.
143 * gdb.cp/classes.cc (class small, small::method, marker_reg1)
144 (register_class): Delete.
145 (main): Don't call register_class.
146 * gdb.cp/call-method-register.exp: New file, based on bits removed
147 from classes.exp.
148 * gdb.cp/call-method-register.cc: New file, based on bits removed
149 from classes.cc.
150
151 2020-09-13 Pedro Alves <pedro@palves.net>
152
153 * gdb.base/msym-bp-2.c: New.
154 * gdb.base/msym-bp-shl-lib.c: New file.
155 * gdb.base/msym-bp-shl-main-2.c: New file.
156 * gdb.base/msym-bp-shl-main.c: New file.
157 * gdb.base/msym-bp-shl.exp: New file.
158 * gdb.base/msym-bp.c: New file.
159 * gdb.base/msym-bp.exp: New file.
160
161 2020-09-13 Joel Brobecker <brobecker@adacore.com>
162
163 * gdb.base/default.exp: Change $_gdb_major to 11.
164
165 2020-09-11 Moritz Riesterer <moritz.riesterer@intel.com>
166 Felix Willgerodt <Felix.Willgerodt@intel.com>
167
168 * x86-avx512bf16.c: New file.
169 * x86-avx512bf16.exp: Likewise.
170 * lib/gdb.exp (skip_avx512bf16_tests): New function.
171
172 2020-09-11 Tom de Vries <tdevries@suse.de>
173
174 PR exp/26602
175 * gdb.cp/ambiguous.exp: Add KFAILs for PR26602.
176
177 2020-09-11 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
178
179 * gdb.base/bp-cmds-execution-x-script.exp: Remove a stale comment.
180
181 2020-09-10 Alan Modra <amodra@gmail.com>
182
183 PR 26597
184 * gdb.dlang/demangle.exp: Update tests as per gcc commit 387d0773f3.
185
186 2020-09-08 Tom de Vries <tdevries@suse.de>
187
188 * gdb.dwarf2/frame-inlined-in-outer-frame.exp: Consume gdb prompt
189 after gdb_starti_cmd.
190
191 2020-09-03 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
192
193 * lib/fortran.exp (fortran_complex8): New proc.
194 (fortran_complex16): New proc.
195 * gdb.fortran/complex.exp: Use routines from fortran.exp
196 * gdb.fortran/pointer-to-pointer.exp: Likewise.
197 * gdb.fortran/vla-ptr-info.exp: Likewise.
198
199 2020-09-03 Tom de Vries <tdevries@suse.de>
200
201 PR breakpoint/26546
202 * gdb.base/label-without-address.exp: Runto main first.
203
204 2020-09-02 Tom Tromey <tromey@adacore.com>
205
206 * gdb.ada/mi_var_access.exp: Test children of access variable.
207 * gdb.ada/mi_var_access/mi_access.adb: Add new stop markers.
208 * gdb.ada/mi_var_array.exp: Update.
209
210 2020-08-31 Kevin Buettner <kevinb@redhat.com>
211
212 * gdb.base/corefile.exp (warning-free): XFAIL test when running
213 on docker w/ AUFS storage driver.
214
215 2020-08-31 Kevin Buettner <kevinb@redhat.com>
216
217 * gdb.base/corefile2.exp (renamed binfile): New tests.
218
219 2020-08-31 Simon Marchi <simon.marchi@efficios.com>
220
221 * gdb.dwarf2/dw2-reg-undefined.exp: Remove spurious #.
222
223 2020-08-31 Simon Marchi <simon.marchi@efficios.com>
224
225 * gdb.dwarf2/frame-inlined-in-outer-frame.exp: New file.
226 * gdb.dwarf2/frame-inlined-in-outer-frame.S: New file.
227
228 2020-08-31 Simon Marchi <simon.marchi@efficios.com>
229
230 * gdb.dwarf2/dw2-reg-undefined.exp: Test "set debug frame 1"
231 output, printing a "not saved" value from history and printing a
232 convenience variable created from a "not saved" value.
233
234 2020-08-31 Tom de Vries <tdevries@suse.de>
235
236 * gdb.base/eh_return.exp: Use nopie.
237
238 2020-08-28 Pedro Alves <pedro@palves.net>
239
240 * gdb.base/advance-until-multiple-locations.exp
241 (advance_overload, until_overload): Adjust to match the
242 frame/function header instead of the source line text.
243
244 2020-08-28 Tom de Vries <tdevries@suse.de>
245
246 * gdb.base/label-without-address.c: New test.
247 * gdb.base/label-without-address.exp: New file.
248
249 2020-08-27 Pedro Alves <pedro@palves.net>
250
251 PR gdb/26523
252 PR gdb/26524
253 * gdb.base/advance-until-multiple-locations.cc: New.
254 * gdb.base/advance-until-multiple-locations.exp: New.
255
256 2020-08-27 Simon Marchi <simon.marchi@polymtl.ca>
257
258 * gdb.dwarf2/dw2-reg-undefined.exp: Use multi_line.
259
260 2020-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
261
262 * gdb.arch/amd64-byte.exp: Make test names unique, use
263 gdb_breakpoint, and fix typo 'forth' -> 'fourth'.
264 * gdb.arch/amd64-dword.exp: Likewise.
265 * gdb.arch/amd64-pseudo.c: Fix typo 'forth' -> 'fourth'.
266 * gdb.arch/amd64-stap-special-operands.exp: Make test names
267 unique.
268 * gdb.arch/amd64-tailcall-ret.exp: Likewise.
269 * gdb.arch/amd64-word.exp: Make test names unique, use
270 gdb_breakpoint, and fix typo 'forth' -> 'fourth'.
271 * gdb.arch/i386-byte.exp: Make test names unique, use
272 gdb_breakpoint.
273 * gdb.arch/i386-word.exp: Likewise.
274
275 2020-08-25 Shahab Vahedi <shahab@synopsys.com>
276
277 * gdb.arch/arc-tdesc-cpu.xml: Use new feature names.
278
279 2020-08-25 Simon Marchi <simon.marchi@polymtl.ca>
280
281 PR gdb/26532
282 * gdb.threads/stepi-random-signal.exp: Update pattern.
283
284 2020-08-25 Simon Marchi <simon.marchi@efficios.com>
285
286 PR gdb/26532
287 * gdb.base/ui-redirect.exp: Update pattern.
288
289 2020-08-25 Gary Benson <gbenson@redhat.com>
290
291 * gdb.dwarf2/dw2-dir-file-name.exp: Use system assembler
292 when compiling with clang.
293 * gdb.dwarf2/dw2-restore.exp: Likewise.
294
295 2020-08-25 Gary Benson <gbenson@redhat.com>
296
297 * gdb.cp/ambiguous.exp: Enable test when compiling with GCC.
298 Add additional_flags=-Wno-inaccessible-base when compiling
299 with GCC >= 10.1 or clang. Add additional_flags=-w when
300 compiling with GCC < 10.
301
302 2020-08-25 Gaius Mulley <gaiusmod2@gmail.com>
303
304 PR m2/26372
305 * gdb.modula2/multidim.c: New file.
306 * gdb.modula2/multidim.exp: New file.
307
308 2020-08-24 Simon Marchi <simon.marchi@polymtl.ca>
309
310 * lib/gdb.exp (runto): Always emit fail on internal error.
311
312 2020-08-24 Simon Marchi <simon.marchi@efficios.com>
313
314 * gdb.base/gdb-sigterm.exp (do_test): Update expected regexp.
315 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
316 Likewise.
317 * gdb.threads/stepi-random-signal.exp: Likewise.
318
319 2020-08-20 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
320
321 * gdb.base/print-file-var.exp: Fix typo "breapoint".
322 * gdb.trace/strace.exp: Ditto.
323
324 2020-08-19 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
325
326 * gdb.fortran/vla-type.exp: Skip commands not required for
327 the Flang compiled binaries after prologue fix.
328
329 2020-08-17 Tom de Vries <tdevries@suse.de>
330 Tom Tromey <tromey@adacore.com>
331
332 PR rust/26197:
333 * gdb.rust/simple.exp (xfail_pattern): Update for new failure.
334
335 2020-08-17 Tom Tromey <tromey@adacore.com>
336
337 * gdb.ada/mi_var_access.exp: New file.
338 * gdb.ada/mi_var_access/mi_access.adb: New file.
339 * gdb.ada/mi_var_access/pck.adb: New file.
340 * gdb.ada/mi_var_access/pck.ads: New file.
341
342 2020-08-16 Tom de Vries <tdevries@suse.de>
343
344 PR gdb/25350
345 * gdb.base/eh_return.c: New test.
346 * gdb.base/eh_return.exp: New file.
347
348 2020-08-15 Tom de Vries <tdevries@suse.de>
349
350 * gdb.fortran/mixed-lang-stack.c (fortran_charlen_t): New type.
351 (mixed_func_1d_): Use fortran_charlen_t in decl.
352
353 2020-08-15 Tom de Vries <tdevries@suse.de>
354
355 PR backtrace/26390
356 * gdb.fortran/mixed-lang-stack.exp: Call bt with -frame-arguments all.
357 Update expected pattern.
358
359 2020-08-13 Pedro Alves <pedro@palves.net>
360
361 * gdb.fortran/complex.exp: Check skip_fortran_tests.
362 * gdb.fortran/library-module.exp: Likewise.
363 * gdb.fortran/logical.exp: Likewise.
364 * gdb.fortran/module.exp: Likewise.
365 * gdb.fortran/print_type.exp: Likewise.
366 * gdb.fortran/vla-alloc-assoc.exp: Likewise.
367 * gdb.fortran/vla-datatypes.exp: Likewise.
368 * gdb.fortran/vla-history.exp: Likewise.
369 * gdb.fortran/vla-ptr-info.exp: Likewise.
370 * gdb.fortran/vla-ptype-sub.exp: Likewise.
371 * gdb.fortran/vla-ptype.exp: Likewise.
372 * gdb.fortran/vla-sizeof.exp: Likewise.
373 * gdb.fortran/vla-type.exp: Likewise.
374 * gdb.fortran/vla-value-sub-arbitrary.exp: Likewise.
375 * gdb.fortran/vla-value-sub-finish.exp: Likewise.
376 * gdb.fortran/vla-value-sub.exp: Likewise.
377 * gdb.fortran/vla-value.exp: Likewise.
378
379 2020-08-13 Pedro Alves <pedro@palves.net>
380
381 * gdb.ada/access_tagged_param.exp: Check skip_ada_tests.
382 * gdb.ada/access_to_packed_array.exp: Likewise.
383 * gdb.ada/access_to_unbounded_array.exp: Likewise.
384 * gdb.ada/addr_arith.exp: Likewise.
385 * gdb.ada/arr_acc_idx_w_gap.exp: Likewise.
386 * gdb.ada/arr_arr.exp: Likewise.
387 * gdb.ada/arr_enum_idx_w_gap.exp: Likewise.
388 * gdb.ada/array_bounds.exp: Likewise.
389 * gdb.ada/array_of_variable_length.exp: Likewise.
390 * gdb.ada/array_ptr_renaming.exp: Likewise.
391 * gdb.ada/array_subscript_addr.exp: Likewise.
392 * gdb.ada/arraydim.exp: Likewise.
393 * gdb.ada/arrayparam.exp: Likewise.
394 * gdb.ada/arrayptr.exp: Likewise.
395 * gdb.ada/assign_1.exp: Likewise.
396 * gdb.ada/assign_arr.exp: Likewise.
397 * gdb.ada/atomic_enum.exp: Likewise.
398 * gdb.ada/attr_ref_and_charlit.exp: Likewise.
399 * gdb.ada/bad-task-bp-keyword.exp: Likewise.
400 * gdb.ada/bias.exp: Likewise.
401 * gdb.ada/boolean_expr.exp: Likewise.
402 * gdb.ada/bp_c_mixed_case.exp: Likewise.
403 * gdb.ada/bp_enum_homonym.exp: Likewise.
404 * gdb.ada/bp_inlined_func.exp: Likewise.
405 * gdb.ada/bp_on_var.exp: Likewise.
406 * gdb.ada/bp_range_type.exp: Likewise.
407 * gdb.ada/bp_reset.exp: Likewise.
408 * gdb.ada/call_pn.exp: Likewise.
409 * gdb.ada/catch_assert_if.exp: Likewise.
410 * gdb.ada/catch_ex.exp: Likewise.
411 * gdb.ada/catch_ex_std.exp: Likewise.
412 * gdb.ada/char_enum.exp: Likewise.
413 * gdb.ada/char_param.exp: Likewise.
414 * gdb.ada/complete.exp: Likewise.
415 * gdb.ada/cond_lang.exp: Likewise.
416 * gdb.ada/convvar_comp.exp: Likewise.
417 * gdb.ada/dgopt.exp: Likewise.
418 * gdb.ada/disc_arr_bound.exp: Likewise.
419 * gdb.ada/display_nested.exp: Likewise.
420 * gdb.ada/dot_all.exp: Likewise.
421 * gdb.ada/dyn_loc.exp: Likewise.
422 * gdb.ada/dyn_stride.exp: Likewise.
423 * gdb.ada/excep_handle.exp: Likewise.
424 * gdb.ada/expr_delims.exp: Likewise.
425 * gdb.ada/expr_with_funcall.exp: Likewise.
426 * gdb.ada/exprs.exp: Likewise.
427 * gdb.ada/fin_fun_out.exp: Likewise.
428 * gdb.ada/fixed_cmp.exp: Likewise.
429 * gdb.ada/formatted_ref.exp: Likewise.
430 * gdb.ada/frame_arg_lang.exp: Likewise.
431 * gdb.ada/frame_args.exp: Likewise.
432 * gdb.ada/fullname_bp.exp: Likewise.
433 * gdb.ada/fun_addr.exp: Likewise.
434 * gdb.ada/fun_in_declare.exp: Likewise.
435 * gdb.ada/fun_overload_menu.exp: Likewise.
436 * gdb.ada/fun_renaming.exp: Likewise.
437 * gdb.ada/funcall_char.exp: Likewise.
438 * gdb.ada/funcall_param.exp: Likewise.
439 * gdb.ada/funcall_ptr.exp: Likewise.
440 * gdb.ada/funcall_ref.exp: Likewise.
441 * gdb.ada/homonym.exp: Likewise.
442 * gdb.ada/info_addr_mixed_case.exp: Likewise.
443 * gdb.ada/info_auto_lang.exp: Likewise.
444 * gdb.ada/info_exc.exp: Likewise.
445 * gdb.ada/info_types.exp: Likewise.
446 * gdb.ada/int_deref.exp: Likewise.
447 * gdb.ada/interface.exp: Likewise.
448 * gdb.ada/iwide.exp: Likewise.
449 * gdb.ada/lang_switch.exp: Likewise.
450 * gdb.ada/length_cond.exp: Likewise.
451 * gdb.ada/maint_with_ada.exp: Likewise.
452 * gdb.ada/mi_catch_assert.exp: Likewise.
453 * gdb.ada/mi_catch_ex.exp: Likewise.
454 * gdb.ada/mi_catch_ex_hand.exp: Likewise.
455 * gdb.ada/mi_dyn_arr.exp: Likewise.
456 * gdb.ada/mi_ex_cond.exp: Likewise.
457 * gdb.ada/mi_exc_info.exp: Likewise.
458 * gdb.ada/mi_interface.exp: Likewise.
459 * gdb.ada/mi_prot.exp: Likewise.
460 * gdb.ada/mi_ref_changeable.exp: Likewise.
461 * gdb.ada/mi_string_access.exp: Likewise.
462 * gdb.ada/mi_task_arg.exp: Likewise.
463 * gdb.ada/mi_task_info.exp: Likewise.
464 * gdb.ada/mi_var_array.exp: Likewise.
465 * gdb.ada/mi_var_union.exp: Likewise.
466 * gdb.ada/mi_variant.exp: Likewise.
467 * gdb.ada/minsyms.exp: Likewise.
468 * gdb.ada/mod_from_name.exp: Likewise.
469 * gdb.ada/nested.exp: Likewise.
470 * gdb.ada/null_array.exp: Likewise.
471 * gdb.ada/optim_drec.exp: Likewise.
472 * gdb.ada/out_of_line_in_inlined.exp: Likewise.
473 * gdb.ada/packed_array_assign.exp: Likewise.
474 * gdb.ada/packed_tagged.exp: Likewise.
475 * gdb.ada/pp-rec-component.exp: Likewise.
476 * gdb.ada/print_chars.exp: Likewise.
477 * gdb.ada/print_pc.exp: Likewise.
478 * gdb.ada/ptr_typedef.exp: Likewise.
479 * gdb.ada/ptype_arith_binop.exp: Likewise.
480 * gdb.ada/ptype_array.exp: Likewise.
481 * gdb.ada/ptype_field.exp: Likewise.
482 * gdb.ada/ptype_tagged_param.exp: Likewise.
483 * gdb.ada/ptype_union.exp: Likewise.
484 * gdb.ada/py_range.exp: Likewise.
485 * gdb.ada/py_taft.exp: Likewise.
486 * gdb.ada/rdv_wait.exp: Likewise.
487 * gdb.ada/rec_comp.exp: Likewise.
488 * gdb.ada/rec_return.exp: Likewise.
489 * gdb.ada/ref_param.exp: Likewise.
490 * gdb.ada/ref_tick_size.exp: Likewise.
491 * gdb.ada/rename_subscript_param.exp: Likewise.
492 * gdb.ada/repeat_dyn.exp: Likewise.
493 * gdb.ada/same_component_name.exp: Likewise.
494 * gdb.ada/same_enum.exp: Likewise.
495 * gdb.ada/scalar_storage.exp: Likewise.
496 * gdb.ada/set_wstr.exp: Likewise.
497 * gdb.ada/small_reg_param.exp: Likewise.
498 * gdb.ada/str_binop_equal.exp: Likewise.
499 * gdb.ada/str_ref_cmp.exp: Likewise.
500 * gdb.ada/str_uninit.exp: Likewise.
501 * gdb.ada/sub_variant.exp: Likewise.
502 * gdb.ada/sym_print_name.exp: Likewise.
503 * gdb.ada/taft_type.exp: Likewise.
504 * gdb.ada/tagged.exp: Likewise.
505 * gdb.ada/tagged_access.exp: Likewise.
506 * gdb.ada/task_bp.exp: Likewise.
507 * gdb.ada/task_switch_in_core.exp: Likewise.
508 * gdb.ada/tasks.exp: Likewise.
509 * gdb.ada/tick_last_segv.exp: Likewise.
510 * gdb.ada/tick_length_array_enum_idx.exp: Likewise.
511 * gdb.ada/type_coercion.exp: Likewise.
512 * gdb.ada/unc_arr_ptr_in_var_rec.exp: Likewise.
513 * gdb.ada/unchecked_union.exp: Likewise.
514 * gdb.ada/uninitialized_vars.exp: Likewise.
515 * gdb.ada/var_arr_attrs.exp: Likewise.
516 * gdb.ada/var_arr_typedef.exp: Likewise.
517 * gdb.ada/var_rec_arr.exp: Likewise.
518 * gdb.ada/variant-record.exp: Likewise.
519 * gdb.ada/variant.exp: Likewise.
520 * gdb.ada/variant_record_packed_array.exp: Likewise.
521 * gdb.ada/varsize_limit.exp: Likewise.
522 * gdb.ada/whatis_array_val.exp: Likewise.
523 * gdb.ada/widewide.exp: Likewise.
524 * gdb.ada/win_fu_syms.exp: Likewise.
525
526 2020-08-12 Gary Benson <gbenson@redhat.com>
527
528 * gdb.dwarf2/dw2-op-out-param.S (.Ltext5): Fix duplicate label.
529
530 2020-08-04 Andrew Burgess <andrew.burgess@embecosm.com>
531
532 * lib/check-test-names.exp (do_reset_vars): Use 'array unset' to
533 unset the array variable.
534
535 2020-08-03 Tom de Vries <tdevries@suse.de>
536
537 PR symtab/26333
538 * lib/dwarf.exp (DW_LNE_user): New proc.
539 * gdb.dwarf2/dw2-vendor-extended-opcode.c: New test.
540 * gdb.dwarf2/dw2-vendor-extended-opcode.exp: New file.
541
542 2020-07-31 Kevin Buettner <kevinb@redhat.com>
543
544 * gdb.base/coremaker2.c: Change all uses of 'unsigned long long'
545 to 'uintptr_t'
546 (inttypes.h): Include.
547
548 2020-07-31 Kevin Buettner <kevinb@redhat.com>
549
550 * gdb.base/coremaker2.c (buf_rw): Increase size to 256 KiB.
551 (C5_24k): Delete.
552 (C5_8k, C5_64k, C5_256k): New macros.
553 (buf_ro): Allocate 256 KiB of initialized data.
554
555 2020-07-30 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
556
557 * gdb.base/condbreak-bad.exp: Extend the test with scenarios
558 that attempt to overwrite an existing condition with a condition
559 that fails parsing and also with a condition that parses fine
560 but contains junk at the end.
561
562 2020-07-30 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
563
564 * gdb.base/condbreak-bad.c: New test.
565 * gdb.base/condbreak-bad.exp: New file.
566
567 2020-07-30 Tom de Vries <tdevries@suse.de>
568
569 * lib/sym-info-cmds.exp (GDBInfoModuleSymbols::check_entry_1): Factor
570 out of ...
571 (GDBInfoModuleSymbols::check_entry): ... here.
572 (GDBInfoModuleSymbols::check_optional_entry): New proc.
573 * gdb.fortran/info-modules.exp: Use check_optional_entry for entries
574 related to __def_init_mod1_M1t1 / __vtype_mod1_M1t1 / __copy_mod1_M1t1.
575
576 2020-07-30 Tom de Vries <tdevries@suse.de>
577
578 * gdb.fortran/ptype-on-functions.exp: Make "_t" suffix on
579 "__class_some_module_Number_t" optional.
580
581 2020-07-29 Tom de Vries <tdevries@suse.de>
582
583 * lib/selftest-support.exp (selftest_setup): Allow breakpoint at
584 multiple locations.
585
586 2020-07-29 Tom de Vries <tdevries@suse.de>
587
588 * gdb.dwarf2/dw2-line-number-zero.exp: Set breakpoints on lines
589 rather than function name.
590
591 2020-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
592
593 PR symtab/26270:
594 * gdb.cp/disasm-func-name.cc: New file.
595 * gdb.cp/disasm-func-name.exp: New file.
596
597 2020-07-28 Tom Tromey <tromey@adacore.com>
598
599 * gdb.dwarf2/varval.exp (setup_exec): Add 'or' instruction to
600 'varval' location.
601
602 2020-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
603
604 * gdb.python/py-unwind.py: Update to make use of a register
605 descriptor.
606
607 2020-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
608
609 * gdb.python/py-arch-reg-names.exp: Add additional tests.
610
611 2020-07-25 Andrew Burgess <andrew.burgess@embecosm.com>
612
613 PR fortran/23051
614 PR fortran/26139
615 * gdb.fortran/class-allocatable-array.exp: New file.
616 * gdb.fortran/class-allocatable-array.f90: New file.
617 * gdb.fortran/pointer-to-pointer.exp: New file.
618 * gdb.fortran/pointer-to-pointer.f90: New file.
619
620 2020-07-25 Tom de Vries <tdevries@suse.de>
621
622 PR symtab/26243
623 * gdb.dwarf2/dw2-line-number-zero.c: New test.
624 * gdb.dwarf2/dw2-line-number-zero.exp: New file.
625
626 2020-07-24 Tom de Vries <tdevries@suse.de>
627
628 PR testsuite/26293
629 * gdb.ada/mi_prot.exp: Require gnatmake-8.
630
631 2020-07-23 Pedro Alves <pedro@palves.net>
632
633 * gdb.server/server-kill.exp (prepare): New, factored out from the
634 top level.
635 (kill_server): New.
636 (test_tstatus, test_unwind_nosyms, test_unwind_syms): New.
637 (top level) : Call test_tstatus, test_unwind_nosyms, test_unwind_syms.
638
639 2020-07-23 Andrew Burgess <andrew.burgess@embecosm.com>
640
641 * gdb.dwarf2/dw2-disasm-over-non-stmt.exp: New file.
642
643 2020-07-22 Sandra Loosemore <sandra@codesourcery.com>
644
645 * lib/gdb.exp (gdb_wrapper_file, gdb_wrapper_flags):
646 Initialize to empty string at top level.
647 (gdb_wrapper_init): Revert check for file existence on build.
648 Build the wrapper in its default place, not a build-specific
649 location. When host == build, make the pathname absolute.
650 (gdb_compile): Delete leftover declaration of
651 gdb_wrapper_initialized. Check gdb_wrapper_file being an empty
652 string instead of uninitialized.
653
654 2020-07-22 Kevin Buettner <kevinb@redhat.com>
655
656 * gdb.base/corefile2.exp: New file.
657 * gdb.base/coremaker2.exp: New file.
658
659 2020-07-22 Kevin Buettner <kevinb@redhat.com>
660
661 * gdb.base/coredump-filter.exp: Add second
662 non-Private-Shared-Anon-File test.
663 (test_disasm): Rename binfile for test which is expected
664 to fail.
665
666 2020-07-22 Kevin Buettner <kevinb@redhat.com>
667
668 * gdb.base/corefile.exp: Add test "accessing read-only mmapped
669 data in core file".
670 * gdb.base/coremaker.c (buf2ro): New global.
671 (mmapdata): Add a read-only mmap mapping.
672
673 2020-07-22 Kevin Buettner <kevinb@redhat.com>
674
675 PR corefiles/25631
676 * gdb.base/corefile.exp (accessing anonymous, unwritten-to mmap data):
677 New test.
678 * gdb.base/coremaker.c (buf3): New global.
679 (mmapdata): Add mmap call which uses MAP_ANONYMOUS and MAP_PRIVATE
680 flags.
681
682 2020-07-22 Kevin Buettner <kevinb@redhat.com>
683
684 * gdb.base/coremaker.c (filler_ro): New global constant.
685
686 2020-07-22 Tom Tromey <tromey@adacore.com>
687
688 * gdb.ada/mi_prot.exp: New file.
689 * gdb.ada/mi_prot/pkg.adb: New file.
690 * gdb.ada/mi_prot/pkg.ads: New file.
691 * gdb.ada/mi_prot/prot.adb: New file.
692
693 2020-07-22 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
694
695 * gdb.base/jit-reader-simple.exp: Add a scenario for a binary that
696 loads two JITers.
697
698 2020-07-21 Andrew Burgess <andrew.burgess@embecosm.com>
699
700 * gdb.python/py-arch-reg-groups.exp: Additional tests.
701
702 2020-07-21 Andrew Burgess <andrew.burgess@embecosm.com>
703
704 * gdb.python/py-arch-reg-names.exp: Additional tests.
705
706 2020-07-21 Tom de Vries <tdevries@suse.de>
707
708 * gdb.reverse/solib-precsave.exp: Handle additional "recommended
709 breakpoint locations".
710 * gdb.reverse/solib-reverse.exp: Same.
711
712 2020-07-21 Tom de Vries <tdevries@suse.de>
713
714 * gdb.reverse/step-reverse.c (callee): Merge statements.
715
716 2020-07-21 Tom de Vries <tdevries@suse.de>
717
718 * gdb.fortran/info-modules.exp (info module variables): Allow missing
719 line numbers for some variables.
720
721 2020-07-21 Tom de Vries <tdevries@suse.de>
722
723 * gdb.opt/inline-locals.c (init_array): New func.
724 (func1): Use init_array.
725 * gdb.opt/inline-locals.exp: Update pattern.
726
727 2020-07-21 Tom de Vries <tdevries@suse.de>
728
729 * gdb.debuginfod/fetch_src_and_symbols.exp: Use save_vars for env
730 vars. Fix PATH and DUPLICATE errors. Cleanup whitespace.
731
732 2020-07-20 Ludovic Courtès <ludo@gnu.org>
733
734 * gdb.guile/source2.scm: Add #f first argument to 'format'.
735 * gdb.guile/types-module.exp: Remove "ERROR:" from
736 regexps since Guile 3.0 no longer prints that.
737
738 2020-07-20 Ludovic Courtès <ludo@gnu.org>
739
740 * gdb.guile/scm-error.exp ("source $remote_guile_file_1"): Relax
741 error regexp to match on Guile 2.2.
742
743 2020-07-20 Gary Benson <gbenson@redhat.com>
744
745 * gdb.cp/align.exp: Fix "alignof (void)" tests when compiling
746 with clang.
747
748 2020-07-20 Tom de Vries <tdevries@suse.de>
749
750 * gdb.threads/omp-par-scope.c (lock, lock2): New variable.
751 (omp_set_lock_in_order): New function.
752 (single_scope, multi_scope, nested_func, nested_parallel): Use
753 omp_set_lock_in_order and omp_unset_lock.
754 (main): Init and destroy lock and lock2.
755
756 2020-07-20 Tom de Vries <tdevries@suse.de>
757
758 * gdb.base/valgrind-infcall-2.exp: Handle printf unknown return type.
759
760 2020-07-20 Tom de Vries <tdevries@suse.de>
761
762 * gdb.threads/attach-slow-waitpid.exp: Bail out if gdb_start fails.
763
764 2020-07-17 Tom de Vries <tdevries@suse.de>
765
766 * gdb.base/valgrind-infcall-2.c: New test.
767 * gdb.base/valgrind-infcall-2.exp: New file.
768 * lib/valgrind.exp (vgdb_start): Add and handle active_at_startup.
769
770 2020-07-17 Tom de Vries <tdevries@suse.de>
771
772 * gdb.dlang/circular.c (found): Use found_label as label name.
773 * gdb.dwarf2/arr-subrange.c (main): Use main_label as label name.
774 * gdb.dwarf2/comp-unit-lang.c (func): Use func_label as label name.
775 * gdb.dlang/circular.exp: Use MACRO_AT_func and MACRO_AT_range.
776 * gdb.dwarf2/ada-linkage-name.exp: Same.
777 * gdb.dwarf2/arr-subrange.exp: Same.
778 * gdb.dwarf2/atomic-type.exp: Same.
779 * gdb.dwarf2/comp-unit-lang.exp: Same.
780 * gdb.dwarf2/cpp-linkage-name.exp: Same.
781 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Same.
782 * gdb.dwarf2/dw2-lexical-block-bare.exp: Same.
783 * gdb.dwarf2/dw2-regno-invalid.exp: Same.
784 * gdb.dwarf2/implptr-64bit.exp: Same.
785 * gdb.dwarf2/imported-unit-abstract-const-value.exp: Same.
786 * gdb.dwarf2/imported-unit-runto-main.exp: Same.
787 * gdb.dwarf2/imported-unit.exp: Same.
788 * gdb.dwarf2/main-subprogram.exp: Same.
789 * gdb.dwarf2/missing-type-name.exp: Same.
790 * gdb.dwarf2/nonvar-access.exp: Same.
791 * gdb.dwarf2/struct-with-sig.exp: Same.
792 * gdb.dwarf2/typedef-void-finish.exp: Same.
793 * gdb.dwarf2/void-type.exp: Same.
794
795 2020-07-17 Tom de Vries <tdevries@suse.de>
796
797 * lib/dwarf.exp (Dwarf::MACRO_AT_func, Dwarf::MACRO_AT_range): Drop
798 src parameter.
799 * gdb.dlang/watch-loc.exp: Update MACRO_AT_{func,range} calls.
800 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Same.
801 * gdb.dwarf2/dw2-ifort-parameter.exp: Same.
802 * gdb.dwarf2/dw2-opt-structptr.exp: Same.
803 * gdb.dwarf2/dwz.exp: Same.
804 * gdb.dwarf2/implptr-optimized-out.exp: Same.
805 * gdb.dwarf2/implref-array.exp: Same.
806 * gdb.dwarf2/implref-const.exp: Same.
807 * gdb.dwarf2/implref-global.exp: Same.
808 * gdb.dwarf2/implref-struct.exp: Same.
809 * gdb.dwarf2/info-locals-optimized-out.exp: Same.
810 * gdb.dwarf2/opaque-type-lookup.exp: Same.
811 * gdb.dwarf2/var-access.exp: Same.
812 * gdb.dwarf2/varval.exp: Same.
813 * gdb.trace/entry-values.exp: Same.
814
815 2020-07-17 Tom de Vries <tdevries@suse.de>
816
817 * lib/dwarf.exp (Dwarf::extern): Remove.
818 * gdb.compile/compile-ops.exp: Remove use of Dwarf::extern.
819 * gdb.dlang/circular.exp: Same.
820 * gdb.dwarf2/comp-unit-lang.exp: Same.
821 * gdb.dwarf2/dw2-ifort-parameter.exp: Same.
822 * gdb.dwarf2/dw2-symtab-includes.exp: Same.
823 * gdb.dwarf2/dwz.exp: Same.
824 * gdb.dwarf2/imported-unit-abstract-const-value.exp: Same.
825 * gdb.dwarf2/imported-unit-runto-main.exp: Same.
826 * gdb.dwarf2/imported-unit.exp: Same.
827 * gdb.dwarf2/opaque-type-lookup.exp: Same.
828
829 2020-07-16 Sandra Loosemore <sandra@codesourcery.com>
830
831 * gdb.base/shell.exp: Skip pipe tests dependent on sh on Windows host.
832 Use double quotes instead of single quotes.
833
834 2020-07-16 Caroline Tice <cmtice@google.com>
835
836 * gdb.dwarf2/dw5-rnglist-test.cc: New file.
837 * gdb.dwarf2/dw5-rnglist-test.exp: New file.
838
839 2020-07-16 Tom de Vries <tdevries@suse.de>
840
841 * lib/dwarf.exp (program): Initialize _line.
842 (DW_LNE_end_sequence): Reinitialize _line.
843 (DW_LNS_advance_line): Update _line.
844 (line): New proc.
845 * gdb.dwarf2/dw2-inline-many-frames.exp: Use line.
846 * gdb.dwarf2/dw2-inline-small-func.exp: Same.
847 * gdb.dwarf2/dw2-inline-stepping.exp: Same.
848 * gdb.dwarf2/dw2-is-stmt-2.exp: Same.
849 * gdb.dwarf2/dw2-is-stmt.exp: Same.
850 * gdb.dwarf2/dw2-ranges-func.exp: Same.
851
852 2020-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
853
854 * gdb.fortran/ptype-on-functions.exp: Make the result pattern more
855 generic.
856
857 2020-07-15 Tom de Vries <tdevries@suse.de>
858
859 * gdb.trace/entry-values.exp: Expect "call" instead of "callq" if
860 is_amd64_regs_target.
861
862 2020-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
863
864 * gdb.fortran/ptype-on-functions.exp: Add more tests.
865 * gdb.fortran/ptype-on-functions.f90: Likewise.
866
867 2020-07-14 Simon Marchi <simon.marchi@polymtl.ca>
868
869 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu, Dwarf::lines): Change valid
870 values in documentation for addr_size to 4 and 8.
871
872 2020-07-14 Andrew Burgess <andrew.burgess@embecosm.com>
873
874 * gdb.arch/amd64-osabi.exp: Update.
875 * gdb.arch/arm-disassembler-options.exp: Update.
876 * gdb.arch/powerpc-disassembler-options.exp: Update.
877 * gdb.arch/ppc64-symtab-cordic.exp: Update.
878 * gdb.arch/s390-disassembler-options.exp: Update.
879 * gdb.base/all-architectures.exp.tcl: Update.
880 * gdb.base/attach-pie-noexec.exp: Update.
881 * gdb.base/catch-syscall.exp: Update.
882 * gdb.xml/tdesc-arch.exp: Update.
883
884 2020-07-14 Tom de Vries <tdevries@suse.de>
885
886 * gdb.threads/clone-new-thread-event.c (gettid): Rename to ...
887 (local_gettid): ... this.
888 (fn): Update.
889
890 2020-07-13 Sandra Loosemore <sandra@codesourcery.com>
891
892 * gdb.base/info_sources.exp: Skip directory match tests on
893 remote hosts.
894
895 2020-07-13 Gary Benson <gbenson@redhat.com>
896
897 * gdb.base/savedregs.exp (caller): Use parentheses to
898 make expected expression evaluation ordering explicit.
899
900 2020-07-13 Gary Benson <gbenson@redhat.com>
901
902 * gdb.arch/i386-sse.c (have_sse) <edx>: Make unsigned.
903
904 2020-07-13 Gary Benson <gbenson@redhat.com>
905
906 * gdb.base/bigcore.c (main): Use a volatile pointer when
907 attempting to trigger a SIGSEGV.
908 * gdb.base/gcore-relro-pie.c (break_here): Likewise.
909 * gdb.base/gcore-tls-pie.c (break_here): Likewise.
910 * gdb.base/savedregs.c (thrower): Likewise.
911 * gdb.mi/mi-syn-frame.c (bar): Likewise.
912
913 2020-07-13 Gary Benson <gbenson@redhat.com>
914
915 * gdb.base/vla-datatypes.c (vla_factory): Factor out sections
916 defining and using VLA structure fields into...
917 * gdb.base/vla-struct-fields.c: New file.
918 * gdb.base/vla-datatypes.exp: Factor out VLA structure field
919 tests into...
920 * gdb.base/vla-struct-fields.exp: New file.
921
922 2020-07-13 Tom de Vries <tdevries@suse.de>
923
924 * lib/gdb.exp (have_fuse_ld_gold): New caching proc.
925 * gdb.base/gcore-tls-pie.exp: Use have_fuse_ld_gold.
926 * gdb.base/gold-gdb-index.exp: Same.
927 * gdb.base/morestack.exp: Same.
928
929 2020-07-11 Daniel Xu <dxu@dxuuu.xyz>
930
931 PR rust/26121
932 * gdb.rust/modules.rs: Prevent linker from discarding test
933 symbol.
934
935 2020-07-10 Pedro Alves <pedro@palves.net>
936
937 PR gdb/26199
938 * gdb.multi/multi-target.c (exit_thread): New.
939 (thread_start): Break loop if EXIT_THREAD.
940 * gdb.multi/multi-target.exp (test_no_unwaited_for): New proc.
941 (top level) Call test_no_resumed.
942
943 2020-07-08 Tom Tromey <tromey@adacore.com>
944
945 * gdb.ada/catch_ex/foo.adb: Pass string to raise.
946 * gdb.ada/catch_ex.exp: Examine catchpoint text.
947
948 2020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
949
950 PR python/22748
951 * gdb.opt/inline-frame-tailcall.c: New file.
952 * gdb.opt/inline-frame-tailcall.exp: New file.
953 * gdb.python/py-unwind-inline.c: New file.
954 * gdb.python/py-unwind-inline.exp: New file.
955 * gdb.python/py-unwind-inline.py: New file.
956
957 2020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
958
959 * gdb.python/py-arch-reg-groups.exp: New file.
960
961 2020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
962
963 * gdb.python/py-arch-reg-names.exp: New file.
964
965 2020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
966
967 * gdb.python/py-unwind.py (TestUnwinder::__call__): Add test for
968 gdb.PendingFrame.architecture method.
969
970 2020-07-06 Tom de Vries <tdevries@suse.de>
971
972 * gdb.dwarf2/dw2-ranges-base.exp: Test line-table order.
973
974 2020-07-03 Pedro Alves <palves@redhat.com>
975
976 * gdb.base/structs2.c (main): Adjust second parem_reg call to
977 explicitly write negative numbers.
978 * gdb.base/structs2.exp: Adjust expected output.
979
980 2020-07-03 Pedro Alves <palves@redhat.com>
981
982 * gdb.base/charset.c (init_string): Change all char parameters to
983 unsigned char parameters.
984
985 2020-07-03 Pedro Alves <palves@redhat.com>
986
987 * gdb.base/call-sc.exp (start_scalars_test): Use
988 prepare_for_testing and don't try compiling with -DNO_PROTOTYPES.
989 * gdb.base/overlays.c: Remove references to PARAMS.
990 * gdb.base/ovlymgr.h (PARAMS): Delete, and remove all references.
991 * gdb.base/reread.exp: Don't set 'prototypes' global.
992 * gdb.base/structs.exp (start_structs_test): Use
993 prepare_for_testing and don't try compiling with -DNO_PROTOTYPES.
994 * gdb.base/structs2.exp: Don't set 'prototypes' global. Use
995 prepare_for_testing and don't try compiling with -DNO_PROTOTYPES.
996 Don't issue "set width 0". Remove gdb_stop_suppressing_tests
997 call.
998 * gdb.base/varargs.exp: Don't set 'prototypes' global.
999
1000 2020-07-03 Pedro Alves <palves@redhat.com>
1001
1002 * gdb.base/m32rovly.c: Delete.
1003 * gdb.base/ovlymgr.c: Remove all code guarded by __D10V__.
1004
1005 2020-06-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1006
1007 * gdb.python/py-breakpoint.exp: use gdb_test_multiline instead
1008 of gdb_py_test_multiple.
1009 * gdb.python/py-cmd.exp: Likewise.
1010 * gdb.python/py-events.exp: Likewise.
1011 * gdb.python/py-function.exp: Likewise.
1012 * gdb.python/py-inferior.exp: Likewise.
1013 * gdb.python/py-infthread.exp: Likewise.
1014 * gdb.python/py-linetable.exp: Likewise.
1015 * gdb.python/py-parameter.exp: Likewise.
1016 * gdb.python/py-value.exp: Likewise.
1017
1018 2020-06-30 Tom de Vries <tdevries@suse.de>
1019
1020 PR testsuite/26175
1021 * lib/future.exp (gdb_default_target_compile): Detect and handle
1022 early_flags.
1023
1024 2020-06-29 Simon Marchi <simon.marchi@efficios.com>
1025
1026 * boards/simavr.exp (gdb_load): Catch errors when closing
1027 previous connection. Close connection, wait for process and
1028 unset simavr_spawn_id on failure.
1029
1030 2020-06-29 Tom de Vries <tdevries@suse.de>
1031
1032 * lib/gdb.exp (unknown): Make test-case unresolved.
1033
1034 2020-06-29 Tom de Vries <tdevries@suse.de>
1035
1036 PR gdb/25475
1037 * gdb.server/solib-list.exp: Verify that the symbol reload
1038 confirmation question is asked.
1039
1040 2020-06-26 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1041
1042 * lib/gdb.exp (gdb_test_multiline): New, moved from gdb-guile.exp,
1043 have a input seq nr in each pass message.
1044 * lib/gdb-guile.exp (gdb_test_multiline): Move to gdb.exp.
1045 * lib/gdb-python.exp (gdb_py_test_multiple): Remove.
1046 * gdb.python/python.exp: Make test names unique,
1047 use gdb_test_multiline instead of gdb_py_test_multiple,
1048 use $gdb_test_name.
1049 * gdb.guile/guile.exp: Make test names unique, use $gdb_test_name
1050
1051 2020-06-26 Nick Alcock <nick.alcock@oracle.com>
1052
1053 * configure.ac: Add --enable-libctf.
1054 * aclocal.m4: sinclude ../config/enable.m4.
1055 * Makefile.in (site.exp): Add enable_libctf to site.exp.
1056 * lib/gdb.exp (skip_ctf_tests): Use it.
1057 * gdb.base/ctf-constvars.exp: Error message tweak.
1058 * gdb.base/ctf-ptype.exp: Likewise.
1059 * configure: Regenerate.
1060
1061 2020-06-26 Gary Benson <gbenson@redhat.com>
1062
1063 * gdb.cp/try_catch.cc: Include string.h.
1064 (main): Replace comparison against string literal with
1065 strcmp, avoiding build failure with -Wstring-compare.
1066 Add "marker test-complete".
1067 * gdb.cp/try_catch.exp: Run the test to the above marker,
1068 then verify that the value of "test" is still true.
1069
1070 2020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
1071
1072 * gdb.arch/riscv-tdesc-regs.exp: New test cases.
1073
1074 2020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
1075
1076 * gdb.arch/riscv-tdesc-regs.exp: Extend test case.
1077
1078 2020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
1079
1080 * gdb.arch/riscv-tdesc-loading-01.xml: New file.
1081 * gdb.arch/riscv-tdesc-loading-02.xml: New file.
1082 * gdb.arch/riscv-tdesc-loading-03.xml: New file.
1083 * gdb.arch/riscv-tdesc-loading-04.xml: New file.
1084 * gdb.arch/riscv-tdesc-loading.exp: New file.
1085
1086 2020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
1087
1088 * gdb.arch/riscv-tdesc-regs.exp: Extend test case.
1089
1090 2020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
1091
1092 * gdb.arch/riscv-tdesc-regs-32.xml: New file.
1093 * gdb.arch/riscv-tdesc-regs-64.xml: New file.
1094 * gdb.arch/riscv-tdesc-regs.c: New file.
1095 * gdb.arch/riscv-tdesc-regs.exp: New file.
1096
1097 2020-06-24 Pedro Alves <palves@redhat.com>
1098
1099 * gdb.arch/amd64-entry-value-paramref.exp: Use
1100 prepare_for_testing_full and don't pass "c++" for the .S file
1101 build spec.
1102 * gdb.compile/compile-cplus.exp: Don't compile $srcfile3 with
1103 $options, since it's an assembly file. Remove -Wno-deprecated.
1104 * lib/gdb.exp (gdb_compile): Pass "-x c++" explicitly when
1105 compiling C++ programs.
1106
1107 2020-06-24 Pedro Alves <palves@redhat.com>
1108
1109 * lib/gdb.exp (gdb_compile): Update intro comment. If C/C++ with
1110 Clang, add "-Wno-unknown-warning-option" to the options.
1111
1112 2020-06-23 Andrew Burgess <andrew.burgess@embecosm.com>
1113
1114 * gdb.xml/tdesc-reload.c: New file.
1115 * gdb.xml/tdesc-reload.exp: New file.
1116 * gdb.xml/maint-xml-dump-01.xml: New file.
1117 * gdb.xml/maint-xml-dump-02.xml: New file.
1118 * gdb.xml/maint-xml-dump.exp: New file.
1119
1120 2020-06-23 Sandra Loosemore <sandra@codesourcery.com>
1121
1122 * lib/completion-support.exp (test_gdb_completion_offers_commands):
1123 Adjust for omitted commands when TUI is disabled.
1124
1125 2020-06-23 Gary Benson <gbenson@redhat.com>
1126 Pedro Alves <palves@redhat.com>
1127
1128 * gdb.cp/namespace.cc: Improve -Wunused-value fix.
1129 * gdb.cp/nsimport.cc: Likewise.
1130 * gdb.cp/nsnested.cc: Likewise.
1131 * gdb.cp/nsnoimports.cc: Likewise.
1132 * gdb.cp/nsusing.cc: Likewise.
1133 * gdb.cp/smartp.cc: Likewise.
1134 * gdb.python/py-pp-integral.c: Likewise.
1135 * gdb.python/py-pp-re-notag.c: Likewise.
1136
1137 2020-06-23 Gary Benson <gbenson@redhat.com>
1138
1139 * gdb.cp/namespace.cc: Avoid build failure with -Wunused-value.
1140 * gdb.cp/nsimport.cc: Likewise.
1141 * gdb.cp/nsnested.cc: Likewise.
1142 * gdb.cp/nsnoimports.cc: Likewise.
1143 * gdb.cp/nsusing.cc: Likewise.
1144 * gdb.cp/smartp.cc: Likewise.
1145 * gdb.python/py-pp-integral.c: Likewise.
1146 * gdb.python/py-pp-re-notag.c: Likewise.
1147
1148 2020-06-22 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1149
1150 * gdb.base/default-args.exp: New test.
1151 * gdb.base/default-args.c: New file.
1152 * gdb.base/alias.exp: Update expected error msg for alias foo=bar.
1153 * gdb.base/default.exp: Update to new help text.
1154 * gdb.base/help.exp: Likewise.
1155 * gdb.base/page.exp: Likewise.
1156 * gdb.base/style.exp: Likewise.
1157 * gdb.guile/guile.exp: Likewise.
1158 * gdb.python/python.exp: Likewise.
1159
1160 2020-06-22 Sandra Loosemore <sandra@codesourcery.com>
1161
1162 * gdb.base/source-dir.exp (test_truncated_comp_dir): Skip on
1163 remote host. Fix search path syntax on Windows host.
1164
1165 2020-06-21 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1166
1167 * gdb.base/attach.exp: Test priority of 'exec-file' changed
1168 over 'exec-file-mismatch'.
1169 * gdb.base/attach.c: Mark should_exit volatile.
1170 * gdb.base/attach2.c: Likewise. Add a comment explaining
1171 why the sleep cannot be big.
1172 * gdb.base/attach3.c: New file.
1173
1174 2020-06-20 Sandra Loosemore <sandra@codesourcery.com>
1175
1176 * gdb.mi/mi-sym-info.exp: Adjust filename patterns to make directory
1177 prefix optional.
1178
1179 2020-06-20 Sandra Loosemore <sandra@codesourcery.com>
1180
1181 * gdb.base/list-missing-source.exp: Correct $srcfile manipulation
1182 for remote host.
1183
1184 2020-06-19 Sandra Loosemore <sandra@codesourcery.com>
1185 Hafiz Abid Qadeer <abidh@codesourcery.com>
1186
1187 * gdb.xml/tdesc-regs.exp (load_description): Correct pathname of
1188 file sent to remote host.
1189 (top level): Allow int32_t as type of 32-bit register.
1190
1191 2020-06-19 Tom de Vries <tdevries@suse.de>
1192
1193 * lib/gdb.exp (gdb_note): New proc.
1194 * lib/future.exp (gdb_default_target_compile_1): Factor out of ...
1195 (gdb_default_target_compile): ... here. Only call
1196 gdb_default_target_compile_1 if use_gdb_compile(<lang>) is set.
1197 (use_gdb_compile): Change to array.
1198 (toplevel): Update sets of use_gdb_compile to specify language.
1199 Warn about default_target_compile override. Store dejagnu's version
1200 of default_target_compile in dejagnu_default_target_compile.
1201
1202 2020-06-18 Tom de Vries <tdevries@suse.de>
1203
1204 * lib/gdb.exp (gdb_init): Move all but call to default_gdb_init to ...
1205 (default_gdb_init): ... here.
1206
1207 2020-06-17 Sandra Loosemore <sandra@codesourcery.com>
1208
1209 Fix TUI support checks in gdb.tui tests.
1210
1211 * gdb.tui/basic.exp: Skip test when TUI is unsupported, don't
1212 just say UNSUPPORTED.
1213 * gdb.tui/corefile-run.exp: Likewise.
1214 * gdb.tui/empty.exp: Likewise.
1215 * gdb.tui/list-before.exp: Likewise.
1216 * gdb.tui/list.exp: Likewise.
1217 * gdb.tui/main.exp: Likewise.
1218 * gdb.tui/regs.exp: Likewise.
1219 * gdb.tui/resize.exp: Likewise.
1220 * gdb.tui/tui-layout-asm-short-prog.exp: Likewise.
1221 * gdb.tui/tui-layout-asm.exp: Likewise.
1222 * gdb.tui/tui-missing-src.exp: Likewise.
1223 * gdb.tui/winheight.exp: Likewise.
1224 * gdb.tui/new-layout.exp: Likewise. Also move check earlier.
1225
1226 2020-06-17 Sandra Loosemore <sandra@codesourcery.com>
1227
1228 Fix TCL error in gdb.python/py-format-string.exp.
1229
1230 * gdb.python/py-format-string.exp: Move test for python support
1231 earlier, out of function body.
1232
1233 2020-06-15 Simon Marchi <simon.marchi@efficios.com>
1234
1235 * gdb.base/index-cache-load-twice.c: New.
1236 * gdb.base/index-cache-load-twice.exp: New.
1237
1238 2020-06-17 Keith Seitz <keiths@redhat.com>
1239
1240 * gdb.debuginfod/fetch_src_and_symbols.exp: Pass INTERNAL_GDBFLAGS
1241 when executing "gdb --configuration".
1242
1243 2020-06-17 Tom de Vries <tdevries@suse.de>
1244
1245 * lib/gdb.exp (gdb_tcl_unknown): New proc.
1246 (gdb_init): Use gdb_tcl_unknown for ::unknown override. Make override
1247 conditional on presence of gdb_tcl_unknown.
1248 (gdb_finish): Make override undo conditional on presence of
1249 gdb_tcl_unknown.
1250
1251 2020-06-16 Tom Tromey <tom@tromey.com>
1252
1253 * gdb.python/tui-window.py (failwin): New function. Register it
1254 as a TUI window type.
1255 * gdb.python/tui-window.exp: Create new "fail" layout. Test it.
1256
1257 2020-06-16 Gary Benson <gbenson@redhat.com>
1258
1259 * gdb.python/py-nested-maps.c (create_map): Add missing return
1260 value.
1261 (create_map_map): Likewise.
1262
1263 2020-06-15 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1264
1265 * gdb.base/jit-elf-so.exp: Refer to the global main_loader_basename
1266 variable.
1267 * gdb.base/jit-reader-simple.exp: Fix typo ("Built" -> "Build"),
1268 and use the already-defined 'options' variable.
1269
1270 2020-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
1271 Tom de Vries <tdevries@suse.de>
1272
1273 * lib/gdb.exp (gdb_known_globals, gdb_persistent_globals): New global.
1274 (gdb_persistent_global, gdb_persistent_global_no_decl): New proc.
1275 (gdb_setup_known_globals): New proc.
1276 (gdb_cleanup_globals): New proc.
1277 * lib/gdb.exp (load_lib): New override proc.
1278 (gdb_stdin_log_init): Set var in_file as persistent global.
1279 * lib/pascal.exp (gdb_stdin_log_init): Set vars
1280 pascal_compiler_is_gpc, pascal_compiler_is_fpc, gpc_compiler and
1281 fpc_compiler as persistent global.
1282
1283 2020-06-12 Tom de Vries <tdevries@suse.de>
1284
1285 * lib/tuiterm.exp (spawn): Rename to ...
1286 (tui_spawn): ... this.
1287 (toplevel): Move rename of spawn ...
1288 (gdb_init_tuiterm): ... here. New proc.
1289 (gdb_finish_tuiterm): New proc.
1290 * lib/gdb.exp (gdb_finish_hooks): New global var.
1291 (gdb_finish): Handle gdb_finish_hooks.
1292 (tuiterm_env): New proc.
1293 * gdb.python/tui-window.exp: Replace load_lib tuiterm.exp with
1294 tuiterm_env.
1295 * gdb.tui/basic.exp: Same.
1296 * gdb.tui/corefile-run.exp: Same.
1297 * gdb.tui/empty.exp: Same.
1298 * gdb.tui/list-before.exp: Same.
1299 * gdb.tui/list.exp: Same.
1300 * gdb.tui/main.exp: Same.
1301 * gdb.tui/new-layout.exp: Same.
1302 * gdb.tui/regs.exp: Same.
1303 * gdb.tui/resize.exp: Same.
1304 * gdb.tui/tui-layout-asm-short-prog.exp: Same.
1305 * gdb.tui/tui-layout-asm.exp: Same.
1306 * gdb.tui/tui-missing-src.exp: Same.
1307 * gdb.tui/winheight.exp: Same.
1308
1309 2020-06-12 Tom de Vries <tdevries@suse.de>
1310
1311 PR testsuite/26110
1312 * lib/gdb.exp (gdb_init): Revert dejagnu's override of ::unknown.
1313 (gdb_finish): Reinstall dejagnu's override of ::unknown.
1314
1315 2020-06-11 Tom Tromey <tom@tromey.com>
1316
1317 PR gdb/18318:
1318 * gdb.base/printcmds.exp (test_float_accepted): Add more hex
1319 floating point tests.
1320
1321 2020-06-11 Keith Seitz <keiths@redhat.com>
1322
1323 PR gdb/21356
1324 * gdb.base/vla-datatypes.c (vla_factory): Add typedef for struct
1325 vla_struct.
1326 Add new struct vla_typedef and union vla_typedef_union and
1327 corresponding instantiation objects.
1328 Initialize new objects.
1329 * gdb.base/vla-datatypes.exp: Add tests for vla_typedef_struct_object
1330 and vla_typedef_union_object.
1331 Fixup type for vla_struct_object.
1332
1333 2020-06-11 Tom de Vries <tdevries@suse.de>
1334
1335 * lib/gdb.exp (with_override): New proc, factored out of ...
1336 * gdb.base/dbx.exp: ... here. Use with_override and save_vars.
1337
1338 2020-06-10 Tom de Vries <tdevries@suse.de>
1339
1340 * gdb.ada/ptype_union.exp: Remove PR24713 workaround.
1341
1342 2020-06-09 Simon Marchi <simon.marchi@polymtl.ca>
1343
1344 * gdb.base/index-cache.exp (test_cache_disabled): Add test_prefix
1345 parameter, update callers.
1346
1347 2020-06-04 Simon Marchi <simon.marchi@efficios.com>
1348
1349 * gdb.dwarf2/share-psymtabs-bt.exp: New file.
1350 * gdb.dwarf2/share-psymtabs-bt.c: New file.
1351 * gdb.dwarf2/share-psymtabs-bt-2.c: New file.
1352
1353 2020-06-04 Tom de Vries <tdevries@suse.de>
1354
1355 * lib/gdb.exp (gdb_file_cmd): Avoid path names in error messages.
1356
1357 2020-06-04 Tom de Vries <tdevries@suse.de>
1358
1359 * lib/gdb.exp (gdb_file_cmd): Replace incomplete gdb_expect by
1360 exp_continue.
1361
1362 2020-06-04 Tom de Vries <tdevries@suse.de>
1363
1364 * lib/gdb.exp (gdb_file_cmd): Use perror instead of fail.
1365
1366 2020-06-03 Tom de Vries <tdevries@suse.de>
1367
1368 PR symtab/26046
1369 * gdb.cp/breakpoint-locs-2.cc: New test.
1370 * gdb.cp/breakpoint-locs.cc: New test.
1371 * gdb.cp/breakpoint-locs.exp: New file.
1372 * gdb.cp/breakpoint-locs.h: New test.
1373
1374 2020-06-03 Tom de Vries <tdevries@suse.de>
1375
1376 PR testsuite/25609
1377 * gdb.base/jit-elf-so.exp: Don't modify testing behaviour based on
1378 value of global verbose.
1379 * gdb.base/jit-elf.exp: Same.
1380 * gdb.base/jit-reader.exp: Same.
1381
1382 2020-06-02 Tom de Vries <tdevries@suse.de>
1383
1384 * gdb.dwarf2/multidictionary.exp: Don't use
1385 gdb_spawn_with_cmdline_opts.
1386
1387 2020-06-01 Andrew Burgess <andrew.burgess@embecosm.com>
1388
1389 * gdb.cp/step-and-next-inline.exp (do_test): Skip all tests in the
1390 use_header case.
1391 * gdb.dwarf2/dw2-inline-header-1.exp: New file.
1392 * gdb.dwarf2/dw2-inline-header-2.exp: New file.
1393 * gdb.dwarf2/dw2-inline-header-3.exp: New file.
1394 * gdb.dwarf2/dw2-inline-header-lbls.c: New file.
1395 * gdb.dwarf2/dw2-inline-header.c: New file.
1396 * gdb.dwarf2/dw2-inline-header.h: New file.
1397
1398 2020-05-30 Pedro Alves <palves@redhat.com>
1399
1400 * gdb.linespec/cp-replace-typedefs-ns-template.cc: New.
1401 * gdb.linespec/cp-replace-typedefs-ns-template.exp: New.
1402
1403 2020-05-29 Gary Benson <gbenson@redhat.com>
1404
1405 * gdb.compile/compile-cplus.exp (additional_flags): Also
1406 set when building with clang.
1407 (additional_flags, srcfilesoptions): Pass -Wno-deprecated
1408 when building with clang.
1409
1410 2020-05-29 Gary Benson <gbenson@redhat.com>
1411
1412 * gdb.arch/i386-avx.exp (additional_flags): Also set when
1413 building with clang.
1414 * gdb.arch/i386-sse.exp (additional_flags): Likewise.
1415
1416 2020-05-29 Gary Benson <gbenson@redhat.com>
1417
1418 * gdb.cp/koenig.exp (prepare_for_testing): Add
1419 additional_flags=-Wno-unused-comparison.
1420 * gdb.cp/operator.exp (prepare_for_testing): Likewise.
1421
1422 2020-05-28 Gary Benson <gbenson@redhat.com>
1423
1424 * gdb.base/sigaltstack.c (catcher): Add default case to switch
1425 statement.
1426
1427 2020-05-28 Gary Benson <gbenson@redhat.com>
1428
1429 * gdb.cp/classes.exp (prepare_for_testing): Add
1430 additional_flags=-Wno-deprecated-register.
1431 * gdb.cp/inherit.exp (prepare_for_testing): Likewise.
1432 * gdb.cp/misc.exp: Likewise.
1433
1434 2020-05-28 Gary Benson <gbenson@redhat.com>
1435
1436 * gdb.linespec/cpls-ops.cc (dummy): New static global.
1437 (test_op_new::operator new): Add return statement.
1438 (test_op_new_array::operator new[]): Likewise.
1439
1440 2020-05-27 Pedro Alves <palves@redhat.com>
1441
1442 * gdb.linespec/cp-completion-aliases.exp: Remove readline_is_used
1443 check. Use test_gdb_complete_unique instead of
1444 test_gdb_complete_tab_unique + test_gdb_complete_cmd_unique. Use
1445 test_gdb_complete_multiple instead of
1446 test_gdb_complete_tab_multiple + test_gdb_complete_cmd_multiple.
1447
1448 2020-05-27 Luis Machado <luis.machado@linaro.org>
1449
1450 * gdb.arch/aarch64-sighandler-regs.exp: Fix duplicated test names.
1451 * gdb.arch/aarch64-tagged-pointer.exp: Likewise.
1452 * gdb.arch/arm-disassembler-options.exp: Likewise.
1453 * gdb.arch/arm-disp-step.exp: Likewise.
1454 * gdb.arch/thumb-prologue.exp: Likewise.
1455 * gdb.base/async.exp: Likewise.
1456 * gdb.base/auxv.exp: Likewise.
1457 * gdb.base/complex-parts.exp: Likewise.
1458 * gdb.base/ena-dis-br.exp: Likewise.
1459 * gdb.base/foll-exec.exp: Likewise.
1460 * gdb.base/permissions.exp: Likewise.
1461 * gdb.base/relocate.exp: Likewise.
1462 * gdb.base/return2.exp: Likewise.
1463 * gdb.base/sigbpt.exp: Likewise.
1464 * gdb.base/siginfo-obj.exp: Likewise.
1465 * gdb.cp/converts.exp: Likewise.
1466 * gdb.cp/exceptprint.exp: Likewise.
1467 * gdb.cp/inherit.exp: Likewise.
1468 * gdb.cp/nsnoimports.exp: Likewise.
1469 * gdb.cp/virtbase2.exp: Likewise.
1470 * gdb.mi/mi-var-cmd.exp: Likewise.
1471 * gdb.mi/var-cmd.c: Likewise.
1472
1473 2020-05-26 Tom Tromey <tromey@adacore.com>
1474
1475 * gdb.ada/arr_acc_idx_w_gap.exp: Add tests.
1476
1477 2020-05-26 Tom Tromey <tromey@adacore.com>
1478
1479 * gdb.ada/arr_acc_idx_w_gap.exp: Add enum subrange tests.
1480 * gdb.ada/arr_acc_idx_w_gap/enum_with_gap.ads (Enum_Subrange): New
1481 type.
1482 * gdb.ada/arr_acc_idx_w_gap/enum_with_gap_main.adb (V): New
1483 variable.
1484
1485 2020-05-26 Christian Biesinger <cbiesinger@google.com>
1486
1487 * Makefile.in: Use = instead of == for the test command
1488 for portability.
1489
1490 2020-05-26 Tom de Vries <tdevries@suse.de>
1491
1492 * gdb.base/gold-gdb-index-2.c: New test.
1493 * gdb.base/gold-gdb-index.c: New test.
1494 * gdb.base/gold-gdb-index.exp: New file.
1495 * gdb.base/gold-gdb-index.h: New test.
1496
1497 2020-05-25 Tom de Vries <tdevries@suse.de>
1498
1499 * boards/gold-gdb-index.exp: New file.
1500
1501 2020-05-25 Simon Marchi <simon.marchi@efficios.com>
1502
1503 * boards/simavr.exp: New file.
1504
1505 2020-05-25 Simon Marchi <simon.marchi@efficios.com>
1506
1507 * lib/gdb.exp (gdb_run_cmd): Return success or failure.
1508 * gdb.base/inferior-args.exp: New file.
1509 * gdb.base/inferior-args.c: New file.
1510
1511 2020-05-25 Simon Marchi <simon.marchi@efficios.com>
1512
1513 * lib/gdb.exp (gdb_run_cmd): Change argument from args to
1514 inferior_args. Pass it to gdb_reload.
1515 (gdb_start_cmd, gdb_starti_cmd): Change argument from args to
1516 inferior_args.
1517 (gdb_reload): Add inferior_args argument.
1518 * config/gdbserver.exp (gdb_reload): Add inferior_args argument,
1519 pass it to gdbserver_run.
1520 * boards/native-gdbserver.exp: Do not set noargs.
1521 * boards/native-extended-gdbserver.exp (gdb_reload): Add
1522 inferior_args argument.
1523 * boards/stdio-gdbserver-base.exp (gdb_reload): Likewise.
1524 * gdb.base/a2-run.exp: Check for use_gdb_stub.
1525 * gdb.base/args.exp: Likewise.
1526
1527 2020-05-25 Tom de Vries <tdevries@suse.de>
1528
1529 * lib/gdb.exp (exec_is_pie): Add comment.
1530
1531 2020-05-25 Tom de Vries <tdevries@suse.de>
1532
1533 * lib/jit-elf-helpers.exp (compile_and_download_n_jit_so): Use $f
1534 instead of $binfile in the untested message.
1535
1536 2020-05-25 Tom de Vries <tdevries@suse.de>
1537
1538 PR testsuite/26031
1539 * lib/gdb.exp (exec_is_pie): Test readelf -h output.
1540
1541 2020-05-25 Tom de Vries <tdevries@suse.de>
1542
1543 * boards/gold.exp: New file.
1544
1545 2020-05-23 Tom Tromey <tom@tromey.com>
1546
1547 * gdb.base/style.exp: Remove completion styling test.
1548 * lib/gdb-utils.exp (style): Remove completion styles.
1549
1550 2020-05-23 Tom Tromey <tom@tromey.com>
1551
1552 * gdb.base/style.exp: Add completion styling test.
1553 * lib/gdb-utils.exp (style): Add completion styles.
1554
1555 2020-05-22 Andrew Burgess <andrew.burgess@embecosm.com>
1556
1557 * gdb.base/annota1.exp: Update expected results.
1558 * gdb.cp/annota2.exp: Update expected results, remove duplicate
1559 test name.
1560 * gdb.cp/annota3.exp: Update expected results.
1561
1562 2020-05-20 Simon Marchi <simon.marchi@efficios.com>
1563
1564 PR gdb/26016
1565 * gdb.base/coredump-filter.c (do_mmap): Check mmap ret val
1566 against MAP_FAILED.
1567 * gdb.base/coremaker.c (mmapdata): Likewise.
1568 * gdb.base/jit-reader-host.c (main): Likewise.
1569 * gdb.base/sym-file-loader.c (load): Likewise.
1570 (load_shlib): Likewise.
1571
1572 2020-05-20 Tom Tromey <tromey@adacore.com>
1573
1574 * gdb.ada/array_char_idx.exp: Recognize initialized array.
1575
1576 2020-05-20 Tom de Vries <tdevries@suse.de>
1577
1578 PR symtab/25833
1579 * gdb.base/with-mf-inc.c: New test.
1580 * gdb.base/with-mf-main.c: New test.
1581 * gdb.base/with-mf.exp: New file.
1582
1583 2020-05-19 Tom Tromey <tromey@adacore.com>
1584
1585 * gdb.rust/simple.exp: Restore missing test result.
1586
1587 2020-05-19 Tom de Vries <tdevries@suse.de>
1588
1589 * gdb.base/gdb-caching-proc.exp: Fix typo.
1590
1591 2020-05-19 Tom Tromey <tromey@adacore.com>
1592
1593 * gdb.rust/simple.exp: Add some test descriptions.
1594 (test_one_slice): Use with_test_prefix.
1595
1596 2020-05-18 Tom de Vries <tdevries@suse.de>
1597
1598 * gdb.base/gdb-caching-proc.exp: Use with_test_prefix.
1599
1600 2020-05-17 Pedro Alves <palves@redhat.com>
1601
1602 PR gdb/25741
1603 * gdb.base/hw-sw-break-same-address.exp: New file.
1604
1605 2020-05-16 Pedro Alves <palves@redhat.com>
1606
1607 * gdb.multi/multi-re-run.exp (test_re_run): Switch
1608 LAST_LOADED_FILE accordingly.
1609
1610 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1611
1612 * gdb.base/alias.exp: Verify 'help aliases' shows user defined aliases.
1613
1614 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1615
1616 * gdb.base/help.exp: Test apropos and help for commands
1617 having aliases. Fixed comments not starting with an
1618 upper-case letter or not finishing with a dot.
1619
1620 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1621
1622 * gdb.base/alias.exp: Update help output check.
1623
1624 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1625
1626 * gdb.base/default.exp: Update output following fixes.
1627
1628 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1629
1630 * gdb.base/alias.exp: Test aliases starting with a prefix of
1631 another alias.
1632
1633 2020-05-15 Gary Benson <gbenson@redhat.com>
1634
1635 * gdb.base/info-os.c (main): Add return statement.
1636 * gdb.base/info_minsym.c (minsym_fun): Likewise.
1637 * gdb.base/large-frame-2.c (func): Likewise.
1638 * gdb.base/pr10179-a.c (foo1, bar1): Likewise.
1639 * gdb.base/pr10179-b.c (foo2): Likewise.
1640 * gdb.base/valgrind-disp-step.c (foo): Likewise.
1641 * gdb.base/watch-cond.c (func): Likewise.
1642 * gdb.multi/goodbye.c (verylongfun): Likewise.
1643 * gdb.multi/hello.c (commonfun): Likewise.
1644 * gdb.python/py-finish-breakpoint.c (call_longjmp): Likewise.
1645 * gdb.threads/fork-plus-threads.c (thread_func): Likewise.
1646 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
1647 Likewise.
1648 * gdb.threads/hand-call-new-thread.c (foo): Likewise.
1649 * gdb.threads/interrupt-while-step-over.c (child_function):
1650 Likewise.
1651 * gdb.trace/actions-changed.c (end): Likewise.
1652
1653 2020-05-15 Gary Benson <gbenson@redhat.com>
1654
1655 * gdb.opencl/callfuncs.exp: Report when test skipped.
1656 * gdb.opencl/convs_casts.exp: Likewise.
1657 * gdb.opencl/datatypes.exp: Likewise.
1658 * gdb.opencl/operators.exp: Likewise.
1659 * gdb.opencl/vec_comps.exp: Likewise.
1660
1661 2020-05-15 Tom de Vries <tdevries@suse.de>
1662
1663 * gdb.base/align.exp.in: Rename to ...
1664 * gdb.base/align.exp.tcl: ... this.
1665 * gdb.base/align-c++.exp: Update.
1666 * gdb.base/align-c.exp: Update.
1667 * gdb.base/all-architectures.exp.in: Rename to ...
1668 * gdb.base/all-architectures.exp: ... this.
1669 * gdb.base/all-architectures-0.exp: Update.
1670 * gdb.base/all-architectures-1.exp: Update.
1671 * gdb.base/all-architectures-2.exp: Update.
1672 * gdb.base/all-architectures-3.exp: Update.
1673 * gdb.base/all-architectures-4.exp: Update.
1674 * gdb.base/all-architectures-5.exp: Update.
1675 * gdb.base/all-architectures-6.exp: Update.
1676 * gdb.base/all-architectures-7.exp: Update.
1677 * gdb.base/infcall-nested-structs.exp.in: Rename to ...
1678 * gdb.base/infcall-nested-structs.exp.tcl: ... this.
1679 * gdb.base/infcall-nested-structs-c++.exp: Update.
1680 * gdb.base/infcall-nested-structs-c.exp: Update.
1681 * gdb.base/info-types.exp.in: Rename to ...
1682 * gdb.base/info-types.exp.tcl: ... this.
1683 * gdb.base/info-types-c++.exp: Update.
1684 * gdb.base/info-types-c.exp: Update.
1685 * gdb.base/max-depth.exp.in: Rename to ...
1686 * gdb.base/max-depth.exp.tcl: ... this.
1687 * gdb.base/max-depth-c++.exp: Update.
1688 * gdb.base/max-depth-c.exp: Update.
1689 * gdb.cp/cpexprs.exp.in: Rename to ...
1690 * gdb.cp/cpexprs.exp.tcl: ... this.
1691 * gdb.cp/cpexprs-debug-types.exp: Update.
1692 * gdb.cp/cpexprs.exp: Update.
1693 * gdb.cp/infcall-nodebug.exp.in: Rename to ...
1694 * gdb.cp/infcall-nodebug.exp.tcl: ... this.
1695 * gdb.cp/infcall-nodebug-c++-d0.exp: Update.
1696 * gdb.cp/infcall-nodebug-c++-d1.exp: Update.
1697 * gdb.cp/infcall-nodebug-c-d0.exp: Update.
1698 * gdb.cp/infcall-nodebug-c-d1.exp: Update.
1699 * gdb.dwarf2/clang-debug-names.exp.in: Rename to ...
1700 * gdb.dwarf2/clang-debug-names.exp.tcl: ... this.
1701 * gdb.dwarf2/clang-debug-names-2.exp: Update.
1702 * gdb.dwarf2/clang-debug-names.exp: Update.
1703
1704 2020-05-15 Andrew Burgess <andrew.burgess@embecosm.com>
1705
1706 * lib/check-test-names.exp: Remove code that prevents this file
1707 loading when tests are run in parallel.
1708
1709 2020-05-15 Pedro Alves <palves@redhat.com>
1710
1711 * gdb.multi/multi-kill.exp (start_inferior): Remove
1712 'testpid' parameter. Refer to namespace variable directly.
1713 (testpid): Declare as namespace variable.
1714
1715 2020-05-15 Pedro Alves <palves@redhat.com>
1716
1717 * gdb.multi/multi-kill.exp: Wrap in namespace.
1718 (start_inferior): Add TESTPID parameter. Use it instead of the
1719 testpid global.
1720 (top level): Define empty TESTPID array, and pass it down to
1721 start_inferior.
1722
1723 2020-05-14 Tom de Vries <tdevries@suse.de>
1724
1725 * gdb.fortran/nested-funcs-2.exp: Use gdb_test_stdio to test inferior
1726 output.
1727
1728 2020-05-14 Tom de Vries <tdevries@suse.de>
1729
1730 * gdb.base/align.exp: Split into ...
1731 * gdb.base/align.exp.in: ...
1732 * gdb.base/align-c++.exp: ...
1733 * gdb.base/align-c.exp: ... these.
1734 * gdb.base/infcall-nested-structs.exp: Split into ...
1735 * gdb.base/infcall-nested-structs.exp.in: ...
1736 * gdb.base/infcall-nested-structs-c++.exp: ...
1737 * gdb.base/infcall-nested-structs-c.exp: ... these.
1738 * gdb.base/info-types.exp: Split into ...
1739 * gdb.base/info-types.exp.in: ...
1740 * gdb.base/info-types-c++.exp: ...
1741 * gdb.base/info-types-c.exp: ... these.
1742 * gdb.base/max-depth.exp: Split into ...
1743 * gdb.base/max-depth.exp.in: ...
1744 * gdb.base/max-depth-c++.exp: ...
1745 * gdb.base/max-depth-c.exp: ... these.
1746 * gdb.cp/infcall-nodebug.exp: Split into ...
1747 * gdb.cp/infcall-nodebug.exp.in: ...
1748 * gdb.cp/infcall-nodebug-c++-d0.exp: ...
1749 * gdb.cp/infcall-nodebug-c++-d1.exp: ...
1750 * gdb.cp/infcall-nodebug-c-d0.exp: ...
1751 * gdb.cp/infcall-nodebug-c-d1.exp: ... these.
1752
1753 2020-05-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1754 Pedro Alves <palves@redhat.com>
1755
1756 * gdb.multi/multi-exit.c: New file.
1757 * gdb.multi/multi-exit.exp: New file.
1758 * gdb.multi/multi-kill.c: New file.
1759 * gdb.multi/multi-kill.exp: New file.
1760
1761 2020-05-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1762
1763 * gdb.base/annota1.exp: Update the expected output.
1764 * gdb.cp/annota2.exp: Ditto.
1765
1766 2020-05-12 Andrew Burgess <andrew.burgess@embecosm.com>
1767
1768 * lib/check-test-names.exp: Disable when testing is being run in
1769 parallel.
1770
1771 2020-05-12 Tom de Vries <tdevries@suse.de>
1772
1773 * gdb.base/jit-elf.exp: Fix string concat.
1774
1775 2020-05-12 Tom de Vries <tdevries@suse.de>
1776
1777 * lib/jit-elf-helpers.exp: Don't use undefined variables in untested
1778 messages.
1779
1780 2020-05-12 Tom de Vries <tdevries@suse.de>
1781
1782 * gdb.multi/multi-term-settings.exp: Use with_test_prefix.
1783
1784 2020-05-12 Tom de Vries <tdevries@suse.de>
1785
1786 * gdb.ada/catch_ex.exp: Use with_test_prefix.
1787 * gdb.ada/mi_catch_ex.exp: Same.
1788 * gdb.ada/mi_catch_ex_hand.exp: Same.
1789
1790 2020-05-12 Tom de Vries <tdevries@suse.de>
1791
1792 * gdb.fortran/complex.exp: Use with_test_prefix.
1793
1794 2020-05-12 Tom de Vries <tdevries@suse.de>
1795
1796 * gdb.trace/passcount.exp: Fix test-names.
1797
1798 2020-05-12 Tom de Vries <tdevries@suse.de>
1799
1800 * gdb.pascal/gdb11492.exp: Use with_test_prefix.
1801
1802 2020-05-12 Tom de Vries <tdevries@suse.de>
1803
1804 * gdb.gdb/complaints.exp: Use with_test_prefix.
1805 * gdb.xml/tdesc-regs.exp: Same.
1806 * gdb.opt/inline-locals.exp: Fix test name.
1807
1808 2020-05-12 Tom de Vries <tdevries@suse.de>
1809
1810 * gdb.dwarf2/comp-unit-lang.exp: Use with_test_prefix.
1811 * gdb.dwarf2/dw2-bad-parameter-type.exp: Same.
1812 * gdb.dwarf2/implref-struct.exp: Same.
1813 * gdb.dwarf2/varval.exp: Ensure get_sizeof is called once per type.
1814 * gdb.dwarf2/data-loc.exp: Same. Remove duplicate test.
1815
1816 2020-05-11 Simon Marchi <simon.marchi@polymtl.ca>
1817
1818 * gdb.base/jit-so.exp (one_jit_test): Change test name.
1819
1820 2020-05-11 Andrew Burgess <andrew.burgess@embecosm.com>
1821
1822 * lib/check-test-names.exp (all_test_names): New module variable.
1823 (counts): Add 'duplicates' field.
1824 (_check_duplicates): New procedure.
1825 (check): Also check for duplicates.
1826 (do_log_summary): Print duplicates count.
1827 (do_reset_vars): Reset counter for duplicate test names, and
1828 discard all know test names.
1829
1830 2020-05-11 Andrew Burgess <andrew.burgess@embecosm.com>
1831
1832 * lib/gdb.exp: Include check-test-names.exp library.
1833 * lib/check-test-names.exp: New file.
1834
1835 2020-05-11 Tom de Vries <tdevries@suse.de>
1836
1837 * gdb.ada/packed_tagged.exp: Change kfail into xfail.
1838
1839 2020-05-11 Keith Seitz <keiths@redhat.com>
1840
1841 * gdb.ada/attr_ref_and_charlit.exp: Fix typo.
1842
1843 2020-05-11 Tom de Vries <tdevries@suse.de>
1844
1845 * gdb.cp/cpexprs.exp: Move everything except flags setting ...
1846 * gdb.cp/cpexprs.exp.in: .. here.
1847 * gdb.cp/cpexprs-debug-types.exp: Include cpexprs.exp.in instead of
1848 cpexprs.exp.
1849
1850 2020-05-11 Keith Seitz <keiths@redhat.com>
1851
1852 * gdb.ada/arrayparam.exp: Resolve duplicate and tail parentheses
1853 test names.
1854 * gdb.ada/arrayptr.exp: Likewise.
1855 * gdb.ada/assign_arr.exp: Likewise.
1856 * gdb.ada/attr_ref_and_charlit.exp: Likewise.
1857 * gdb.ada/bp_on_var.exp: Likewise.
1858 * gdb.ada/call_pn.exp: Likewise.
1859 * gdb.ada/complete.exp: Likewise.
1860 * gdb.ada/fun_overload_menu.exp: Likewise.
1861 * gdb.ada/funcall_param.exp: Likewise.
1862 * gdb.ada/funcall_ref.exp: Likewise.
1863 * gdb.ada/packed_array_assign.exp: Likewise.
1864 * gdb.ada/same_component_name.exp: Likewise.
1865 * gdb.ada/type_coercion.exp: Likewise.
1866 * gdb.ada/unc_arr_ptr_in_var_rec.exp: Likewise.
1867 * gdb.ada/variant_record_packed_array.exp: Likewise.
1868
1869 2020-05-11 Tom de Vries <tdevries@suse.de>
1870
1871 PR symtab/25941
1872 * gdb.dwarf2/clang-debug-names.exp.in: New include exp file, factored
1873 out of ...
1874 * gdb.dwarf2/clang-debug-names.exp: ... here.
1875 * gdb.dwarf2/clang-debug-names-2.exp: New file. Include
1876 clang-debug-names.exp.in.
1877 * gdb.dwarf2/clang-debug-names-2-foo.c: New test.
1878 * gdb.dwarf2/clang-debug-names-2.c: New test.
1879
1880 2020-05-10 Alok Kumar Sharma <alokkumar.sharma@amd.com>
1881
1882 * lib/fortran.exp (fortran_main): New Proc, handle flang MAIN_,
1883 (fortran_runto_main): New Proc, fortran version of runto_main.
1884 * gdb.fortran/array-bounds-high.exp: Handle flang MAIN_
1885 * gdb.fortran/array-bounds.exp: Likewise.
1886 * gdb.fortran/array-slices.exp: Likewise.
1887 * gdb.fortran/block-data.exp: Likewise.
1888 * gdb.fortran/charset.exp: Likewise.
1889 * gdb.fortran/common-block.exp: Likewise.
1890 * gdb.fortran/complex.exp: Likewise.
1891 * gdb.fortran/derived-type-function.exp: Likewise.
1892 * gdb.fortran/derived-type.exp: Likewise.
1893 * gdb.fortran/info-modules.exp: Likewise.
1894 * gdb.fortran/info-types.exp: Likewise.
1895 * gdb.fortran/intrinsics.exp: Likewise.
1896 * gdb.fortran/library-module.exp: Likewise.
1897 * gdb.fortran/logical.exp: Likewise.
1898 * gdb.fortran/max-depth.exp: Likewise.
1899 * gdb.fortran/module.exp: Likewise.
1900 * gdb.fortran/multi-dim.exp: Likewise.
1901 * gdb.fortran/nested-funcs.exp: Likewise.
1902 * gdb.fortran/print-formatted.exp: Likewise.
1903 * gdb.fortran/print_type.exp: Likewise.
1904 * gdb.fortran/printing-types.exp: Likewise.
1905 * gdb.fortran/ptr-indentation.exp: Likewise.
1906 * gdb.fortran/ptype-on-functions.exp: Likewise.
1907 * gdb.fortran/subarray.exp: Likewise.
1908 * gdb.fortran/vla-alloc-assoc.exp: Likewise.
1909 * gdb.fortran/vla-datatypes.exp: Likewise.
1910 * gdb.fortran/vla-history.exp: Likewise.
1911 * gdb.fortran/vla-ptr-info.exp: Likewise.
1912 * gdb.fortran/vla-ptype-sub.exp: Likewise.
1913 * gdb.fortran/vla-ptype.exp: Likewise.
1914 * gdb.fortran/vla-sizeof.exp: Likewise.
1915 * gdb.fortran/vla-type.exp: Likewise.
1916 * gdb.fortran/vla-value-sub-arbitrary.exp: Likewise.
1917 * gdb.fortran/vla-value-sub-finish.exp: Likewise.
1918 * gdb.fortran/vla-value-sub.exp: Likewise.
1919 * gdb.fortran/vla-value.exp: Likewise.
1920 * gdb.fortran/whatis_type.exp: Likewise.
1921 * gdb.mi/mi-var-child-f.exp: Likewise.
1922
1923 2020-05-09 Tom de Vries <tdevries@suse.de>
1924
1925 * gdb.dwarf2/clang-debug-names.exp: Remove PR25952 kfail.
1926
1927 2020-05-08 Tom de Vries <tdevries@suse.de>
1928
1929 * gdb.dwarf2/clang-debug-names.c: New test.
1930 * gdb.dwarf2/clang-debug-names.exp: New file.
1931
1932 2020-05-06 Simon Marchi <simon.marchi@efficios.com>
1933
1934 * gdb.arch/amd64-prologue-skip-cf-protection.exp: New file.
1935 * gdb.arch/amd64-prologue-skip-cf-protection.c: New file.
1936
1937 2020-05-06 Tom de Vries <tdevries@suse.de>
1938
1939 * gdb.reverse/consecutive-precsave.exp: Handle if instruction after
1940 breakpoint is at a "recommended breakpoint location".
1941 * gdb.reverse/consecutive-reverse.exp: Same.
1942
1943 2020-05-06 Tom de Vries <tdevries@suse.de>
1944
1945 * gdb.base/watchpoint-reuse-slot.exp (stepi): Print $pc to get current
1946 address.
1947
1948 2020-05-06 Tom de Vries <tdevries@suse.de>
1949
1950 * gdb.base/watchpoint-reuse-slot.exp: Fix incorrect assignment.
1951
1952 2020-05-06 Tom de Vries <tdevries@suse.de>
1953
1954 * gdb.base/store.exp (check_set, up_set): Allowing missing location
1955 info for r.
1956
1957 2020-05-06 Tom de Vries <tdevries@suse.de>
1958
1959 * gdb.base/shlib-call.exp: Add extra step to reach shmain.c:42, if
1960 necessary.
1961
1962 2020-05-06 Tom de Vries <tdevries@suse.de>
1963
1964 * lib/unbuffer_output.c (gdb_unbuffer_output): Change return type to
1965 void.
1966
1967 2020-05-06 Tom de Vries <tdevries@suse.de>
1968
1969 * lib/gdb.exp (is_stmt_addresses, hex_in_list): New proc, factored out
1970 of ...
1971 * gdb.base/async.exp: ... here.
1972 * gdb.base/consecutive.exp: Handle if 2nd breakpoint is at a
1973 "recommended breakpoint location".
1974
1975 2020-05-06 Tom de Vries <tdevries@suse.de>
1976
1977 * gdb.compile/compile-ifunc.exp: Use -Wno-attribute-alias.
1978
1979 2020-05-04 Tom de Vries <tdevries@suse.de>
1980
1981 * gdb.base/async.exp: Check whether instruction addresses are a
1982 "recommended breakpoint location".
1983
1984 2020-05-03 Tom Tromey <tom@tromey.com>
1985
1986 * gdb.base/sepdebug.exp: Remove "catch" test.
1987 * gdb.base/break.exp: Remove "catch" test.
1988 * gdb.base/default.exp: Update expected output.
1989
1990 2020-05-02 Tom de Vries <tdevries@suse.de>
1991
1992 * lib/gdb.exp (supports_mpx_check_pointer_bounds): New proc.
1993 * gdb.arch/i386-mpx-call.exp: Use supports_mpx_check_pointer_bounds.
1994 * gdb.arch/i386-mpx-map.exp: Same.
1995 * gdb.arch/i386-mpx-sigsegv.exp: Same.
1996 * gdb.arch/i386-mpx-simple_segv.exp: Same.
1997 * gdb.arch/i386-mpx.exp: Same.
1998
1999 2020-05-02 Tom de Vries <tdevries@suse.de>
2000
2001 * gdb.base/psym-external-decl.c (main): Add use of variable aaa.
2002
2003 2020-05-01 Tom de Vries <tdevries@suse.de>
2004
2005 * gdb.ada/operator_bp.exp: Allow more than required amount of
2006 breakpoint.
2007
2008 2020-05-01 Tom de Vries <tdevries@suse.de>
2009
2010 * gdb.reverse/until-reverse.c (main): Fix Wunused-result warning.
2011
2012 2020-04-30 Hannes Domani <ssbssa@yahoo.de>
2013
2014 PR gdb/18706
2015 * gdb.cp/stub-array-size.cc: New test.
2016 * gdb.cp/stub-array-size.exp: New file.
2017 * gdb.cp/stub-array-size.h: New test.
2018 * gdb.cp/stub-array-size2.cc: New test.
2019
2020 2020-04-30 Hannes Domani <ssbssa@yahoo.de>
2021
2022 * gdb.python/py-format-string.exp: Adjust pretty_arrays expected
2023 output to the new format.
2024
2025 2020-04-29 Simon Marchi <simon.marchi@efficios.com>
2026
2027 * gdb.base/break.exp: Use with_test_prefix.
2028
2029 2020-04-29 Tom de Vries <tdevries@suse.de>
2030
2031 * lib/gdb.exp (debug_types): New proc.
2032 * gdb.guile/scm-symtab.exp: Add xfail for PR gcc/90232.
2033 * gdb.python/py-symtab.exp: Same.
2034
2035 2020-04-29 Hannes Domani <ssbssa@yahoo.de>
2036
2037 PR gdb/17320
2038 * gdb.base/pretty-array.c: New test.
2039 * gdb.base/pretty-array.exp: New file.
2040
2041 2020-04-29 Tom de Vries <tdevries@suse.de>
2042
2043 PR symtab/25889
2044 * gdb.cp/cpexprs.exp: Adapt for inclusion.
2045 * gdb.cp/cpexprs-debug-types.exp: New file. Set -fdebug-types-section
2046 and include cpexprs.exp.
2047
2048 2020-04-28 Mark Williams <mark@myosotissp.com>
2049
2050 PR gdb/24480
2051 * dw4-toplevel-types.exp: Test for top level types.
2052 * dw4-toplevel-types.cc: Test for top level types.
2053
2054 2020-04-28 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2055
2056 * gdb.threads/stop-with-handle.exp: Fix typo in comment
2057 (theads -> threads).
2058
2059 2020-04-28 Tom de Vries <tdevries@suse.de>
2060
2061 * gdb.opt/inline-cmds.exp: Set KFAIL PR.
2062
2063 2020-04-28 Tom de Vries <tdevries@suse.de>
2064
2065 * gdb.base/info-macros.exp: Remove KFAIL. Add missing trailing ".*".
2066
2067 2020-04-28 Tom de Vries <tdevries@suse.de>
2068
2069 * gdb.ada/array_ptr_renaming.exp: Add PR number in KFAIL.
2070
2071 2020-04-28 Tom de Vries <tdevries@suse.de>
2072
2073 * gdb.dwarf2/main-foo.c: New test.
2074 * gdb.dwarf2/struct-with-sig.exp: New file.
2075
2076 2020-04-25 Tom de Vries <tdevries@suse.de>
2077
2078 * boards/debug-types.exp: New file.
2079
2080 2020-04-25 Andrew Burgess <andrew.burgess@embecosm.com>
2081
2082 * gdb.btrace/multi-inferior.exp: Avoid paths in test names.
2083
2084 2020-04-24 Tom Tromey <tom@tromey.com>
2085
2086 PR symtab/12707:
2087 * gdb.python/py-symbol.exp: Update expected results for
2088 linkage_name test.
2089 * gdb.cp/print-demangle.exp: New file.
2090 * gdb.base/c-linkage-name.exp: Fix test.
2091 * gdb.guile/scm-symbol.exp: Update expected results for
2092 linkage_name test.
2093
2094 2020-04-24 Tom Tromey <tom@tromey.com>
2095
2096 * gdb.dwarf2/dw2-namespaceless-anonymous.S: Remove.
2097 * gdb.dwarf2/dw2-namespaceless-anonymous.c: New file.
2098 * gdb.dwarf2/dw2-namespaceless-anonymous.exp: Use DWARF
2099 assembler.
2100
2101 2020-04-24 Tom de Vries <tdevries@suse.de>
2102
2103 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Set language of CU to
2104 C++.
2105
2106 2020-04-24 Tom Tromey <tromey@adacore.com>
2107
2108 * gdb.ada/frame_arg_lang.exp: Run with multiple -fgnat-encodings
2109 values.
2110 * gdb.ada/funcall_ref.exp: Run with multiple -fgnat-encodings
2111 values. Update test for minimal encodings.
2112 * gdb.ada/lang_switch.exp: Update test for minimal encodings.
2113 * gdb.ada/var_rec_arr.exp: Run with multiple -fgnat-encodings
2114 values. Update test for minimal encodings.
2115
2116 2020-04-24 Tom Tromey <tromey@adacore.com>
2117
2118 PR python/23662:
2119 * gdb.ada/variant.exp: Add Python checks.
2120 * gdb.rust/simple.exp: Add dynamic type checks.
2121
2122 2020-04-24 Tom Tromey <tromey@adacore.com>
2123
2124 * gdb.ada/mi_var_array.exp: Try all -fgnat-encodings settings.
2125 Make array type matching more lax.
2126 * gdb.ada/mi_var_union.exp: Try all -fgnat-encodings settings.
2127 * gdb.ada/mi_variant.exp: New file.
2128 * gdb.ada/mi_variant/pck.ads: New file.
2129 * gdb.ada/mi_variant/pkg.adb: New file.
2130 * gdb.ada/packed_tagged.exp: Try all -fgnat-encodings settings.
2131 * gdb.ada/unchecked_union.exp: Try all -fgnat-encodings settings.
2132
2133 2020-04-24 Tom Tromey <tromey@adacore.com>
2134
2135 * gdb.ada/variant.exp: Add dynamic field offset tests.
2136 * gdb.ada/variant/pck.ads (Nested_And_Variable): New type.
2137 * gdb.ada/variant/pkg.adb: Add new variables.
2138
2139 2020-04-24 Tom Tromey <tromey@adacore.com>
2140
2141 * gdb.ada/variant.exp: New file
2142 * gdb.ada/variant/pkg.adb: New file
2143 * gdb.ada/variant/pck.adb: New file
2144
2145 2020-04-24 Tom de Vries <tdevries@suse.de>
2146
2147 * lib/gdb.exp (clean_restart): Reset errcnt and warncnt.
2148
2149 2020-04-24 Tom de Vries <tdevries@suse.de>
2150
2151 * gdb.dwarf2/dwzbuildid.exp: Add quiet to dwzbuildid-mismatch compile
2152 flags.
2153
2154 2020-04-24 Tom de Vries <tdevries@suse.de>
2155
2156 * gdb.dwarf2/dw2-error.exp: Add quiet to compile flags.
2157
2158 2020-04-24 Tom de Vries <tdevries@suse.de>
2159
2160 * lib/gdb.exp (default_gdb_start): Handle eof.
2161 (clean_restart): Detect and handle gdb_start failure. Return -1 upon
2162 failure.
2163 * gdb.base/readnever.exp: Handle clean_restart failure.
2164
2165 2020-04-23 Tom de Vries <tdevries@suse.de>
2166
2167 * gdb.base/decl-before-def.exp: Run to main and print a again.
2168
2169 2020-04-23 Tom de Vries <tdevries@suse.de>
2170
2171 * gdb.base/decl-before-def-decl.c: New test.
2172 * gdb.base/decl-before-def-def.c: New test.
2173 * gdb.base/decl-before-def.exp: New file.
2174
2175 2020-04-23 Tom de Vries <tdevries@suse.de>
2176
2177 * gdb.base/readnever.exp: Skip if GDBFLAGS contain -readnow/--readnow.
2178
2179 2020-04-22 Tom de Vries <tdevries@suse.de>
2180
2181 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): Fix
2182 debug_info_offset.
2183 * gdb.mi/dw2-ref-missing-frame.exp: Make sure $objfuncfile comes
2184 before $objsfile in the line line.
2185
2186 2020-04-22 Tom de Vries <tdevries@suse.de>
2187
2188 * gdb.dlang/watch-loc.c (.debug_aranges): Fix _Dmain length.
2189
2190 2020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
2191
2192 * gdb.base/jit-attach-pie.c: Use jit-protocol.h.
2193 * gdb.base/jit-elf-main.c: Use jit-protocol.h.
2194 * gdb.base/jit-reader-host.c: Use jit-protocol.h.
2195 * gdb.base/jit-reader-simple-jit.c: Use jit-protocol.h.
2196 * gdb.base/jit-protocol.h: Update definitions to match all usage
2197 contexts.
2198
2199 2020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
2200
2201 * gdb.base: Rename all jit related test and source files.
2202
2203 2020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
2204
2205 * gdb.base/jit-reader.exp: Relax register output check.
2206
2207 2020-04-22 Tom de Vries <tdevries@suse.de>
2208
2209 PR symtab/25764
2210 * gdb.base/psym-external-decl-2.c: New test.
2211 * gdb.base/psym-external-decl.c: New test.
2212 * gdb.base/psym-external-decl.exp: New file.
2213 * gdb.threads/tls.exp: Add PR25807 kfail.
2214
2215 2020-04-22 Tom de Vries <tdevries@suse.de>
2216
2217 PR symtab/25801
2218 * gdb.dwarf2/imported-unit.exp: Test that we can get imported_unit.c
2219 in "info source" output.
2220
2221 2020-04-22 Tom de Vries <tdevries@suse.de>
2222
2223 PR symtab/25700
2224 * gdb.dwarf2/imported-unit.exp: Verify that there's only one partial
2225 symtab for imported_unit.c.
2226
2227 2020-04-21 Gary Benson <gbenson@redhat.com>
2228
2229 * gdb.base/advance.c (func): New argument, to match call site.
2230 (func2, func3): Add return statements.
2231
2232 2020-04-21 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2233
2234 * gdb.multi/run-only-second-inf.c: New file.
2235 * gdb.multi/run-only-second-inf.exp: New file.
2236
2237 2020-04-21 Markus Metzger <markus.t.metzger@intel.com>
2238
2239 * gdb.btrace/multi-inferior.c: New test.
2240 * gdb.btrace/multi-inferior.exp: New file.
2241
2242 2020-04-21 Markus Metzger <markus.t.metzger@intel.com>
2243
2244 * gdb.btrace/enable-new-thread.c: New test.
2245 * gdb.btrace/enable-new-thread.exp: New file.
2246
2247 2020-04-21 Tom de Vries <tdevries@suse.de>
2248
2249 PR gdb/25471
2250 * gdb.threads/killed-outside.c: New test.
2251 * gdb.threads/killed-outside.exp: New file.
2252
2253 2020-04-20 Gary Benson <gbenson@redhat.com>
2254
2255 * gdb.base/nested-subp1.exp: Use support_nested_function_tests.
2256 * gdb.base/nested-subp2.exp: Likewise.
2257 * gdb.base/nested-subp3.exp: Likewise.
2258
2259 2020-04-20 Gary Benson <gbenson@redhat.com>
2260
2261 * gdb.base/nested-subp1.exp: Disable test when using clang.
2262 * gdb.base/nested-subp2.exp: Likewise.
2263 * gdb.base/nested-subp3.exp: Likewise.
2264
2265 2020-04-20 Gary Benson <gbenson@redhat.com>
2266
2267 * gdb.cp/exception.cc: Fix compilation error with clang.
2268
2269 2020-04-20 Gary Benson <gbenson@redhat.com>
2270
2271 * gdb.trace/tspeed.c: Fix compilation error with clang.
2272
2273 2020-04-20 Gary Benson <gbenson@redhat.com>
2274
2275 * gdb.base/jit-main.c: Fix compilation error with clang.
2276
2277 2020-04-17 Kamil Rytarowski <n54@gmx.com>
2278
2279 * gdb.base/attach-twice.c: Include "sys/types.h".
2280 (PTRACE_ATTACH): Add fallback definition.
2281 (main): Pass `0' to the 4th argument of `ptrace'.
2282
2283 2020-04-17 Kamil Rytarowski <n54@gmx.com>
2284
2285 * gdb.base/fork-running-state.c: Include "signal.h".
2286
2287 2020-04-17 Tom Tromey <tromey@adacore.com>
2288
2289 * gdb.cp/maint.exp (test_help): Simplify multiple_help_body.
2290 Update tests.
2291 * gdb.btrace/cpu.exp: Update tests.
2292 * gdb.base/maint.exp: Update tests.
2293 * gdb.base/default.exp: Update tests.
2294 * gdb.base/completion.exp: Update tests.
2295
2296 2020-04-16 Tom de Vries <tdevries@suse.de>
2297
2298 PR symtab/25791
2299 * gdb.dwarf2/gdb-add-index.exp (add_gdb_index): Move ...
2300 (ensure_gdb_index): and factor out and move ...
2301 * lib/gdb.exp (add_gdb_index, ensure_gdb_index): ... here.
2302 * gdb.dwarf2/imported-unit-runto-main.exp: New file.
2303
2304 2020-04-16 Tom de Vries <tdevries@suse.de>
2305
2306 * gdb.base/maint-expand-symbols-header-file.exp: Set language before
2307 loading exec.
2308
2309 2020-04-15 Andrew Burgess <andrew.burgess@embecosm.com>
2310
2311 * gdb.base/many-completions.exp: New file.
2312
2313 2020-04-14 Tom de Vries <tdevries@suse.de>
2314
2315 PR symtab/25718
2316 * gdb.dwarf2/dw2-symtab-includes.exp: New file.
2317
2318 2020-04-14 Tom de Vries <tdevries@suse.de>
2319
2320 PR symtab/25720
2321 * gdb.base/maint-expand-symbols-header-file.c: New test.
2322 * gdb.base/maint-expand-symbols-header-file.exp: New file.
2323 * gdb.base/maint-expand-symbols-header-file.h: New test.
2324
2325 2020-04-14 Andrew Burgess <andrew.burgess@embecosm.com>
2326
2327 * gdb.dwarf2/dw2-inline-many-frames.exp (get_func_info): Delete.
2328 * gdb.dwarf2/dw2-inline-small-func.exp: Pass options to
2329 get_func_info.
2330 (get_func_info): Delete.
2331 * gdb.dwarf2/dw2-is-stmt-2.exp (get_func_info): Delete.
2332 * gdb.dwarf2/dw2-is-stmt.exp (get_func_info): Delete.
2333 * lib/dwarf.exp (get_func_info): New function.
2334
2335 2020-04-13 Tom de Vries <tdevries@suse.de>
2336
2337 * lib/ada.exp (find_ada_tool): Pass --GCC and -B to gnatlink, similar
2338 to what find_gnatmake does.
2339
2340 2020-04-10 Tom de Vries <tdevries@suse.de>
2341
2342 * gdb.base/style.exp: Expect "Expanding full symbols" message for
2343 -readnow.
2344
2345 2020-04-10 Tom de Vries <tdevries@suse.de>
2346
2347 PR cli/25808
2348 * gdb.base/style.c: Add leading newlines.
2349 * gdb.base/style.exp: Use gdb_get_line_number to get specific lines.
2350 Check listing of main's one-line body.
2351
2352 2020-04-08 Tom de Vries <tdevries@suse.de>
2353
2354 * lib/gdb.exp (psymtabs_p): New proc.
2355 * gdb.dwarf2/imported-unit.exp: Mark "no static partial symbols in
2356 importing unit" unsupported if there are no partial symbols.
2357
2358 2020-04-08 Tom de Vries <tdevries@suse.de>
2359
2360 PR testsuite/25760
2361 * gdb.ada/call_pn.exp: Call "maint expand-symtabs". Add xfails.
2362
2363 2020-04-07 Tom de Vries <tdevries@suse.de>
2364
2365 PR symtab/25796
2366 * gdb.dwarf2/imported-unit-abstract-const-value.exp: New file.
2367
2368 2020-04-07 Tom de Vries <tdevries@suse.de>
2369
2370 * gdb.base/check-psymtab.c: New test.
2371 * gdb.base/check-psymtab.exp: New file.
2372
2373 2020-04-06 Tom Tromey <tromey@adacore.com>
2374
2375 * gdb.ada/variant-record/proc.adb: New file.
2376 * gdb.ada/variant-record/value.adb: New file.
2377 * gdb.ada/variant-record/value.s: New file.
2378 * gdb.ada/variant-record.exp: New file.
2379
2380 2020-04-03 Hannes Domani <ssbssa@yahoo.de>
2381
2382 PR gdb/25325
2383 * gdb.cp/typed-enum.cc: New test.
2384 * gdb.cp/typed-enum.exp: New file.
2385
2386 2020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
2387
2388 * gdb.dwarf2/dw2-inline-small-func-lbls.c: New file.
2389 * gdb.dwarf2/dw2-inline-small-func.c: New file.
2390 * gdb.dwarf2/dw2-inline-small-func.exp: New file.
2391 * gdb.dwarf2/dw2-inline-small-func.h: New file.
2392 * gdb.opt/inline-small-func.c: New file.
2393 * gdb.opt/inline-small-func.exp: New file.
2394 * gdb.opt/inline-small-func.h: New file.
2395
2396 2020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
2397
2398 * lib/dwarf.exp (Dwarf::lines::program::DW_LNS_set_file): New
2399 function.
2400
2401 2020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
2402
2403 * lib/dwarf.exp (function_range): Allow compiler options to be
2404 specified.
2405
2406 2020-04-02 Tom de Vries <tdevries@suse.de>
2407
2408 * gdb.dwarf2/break-inline-psymtab-2.c (bar): Add
2409 __attribute__((always_inline)).
2410 * gdb.dwarf2/break-inline-psymtab.exp: Don't use -O2.
2411
2412 2020-04-02 Tom de Vries <tdevries@suse.de>
2413
2414 * lib/gdbserver-support.exp (gdbserver_exit): Factor out of ...
2415 (gdbserver_gdb_exit): ... here. Add timeout warning.
2416 * gdb.multi/multi-target.exp (server_spawn_ids): New global var.
2417 (connect_target_extended_remote): Append new server_spawn_id to
2418 server_spawn_ids.
2419 (cleanup): New proc.
2420 (setup, <toplevel>): Call cleanup.
2421
2422 2020-04-02 Tom de Vries <tdevries@suse.de>
2423
2424 * gdb.base/main-psymtab.exp: New file.
2425
2426 2020-04-02 Tom de Vries <tdevries@suse.de>
2427
2428 * gdb.fortran/mixed-lang-stack.exp: Accept new complex printing style.
2429
2430 2020-04-01 Tom Tromey <tom@tromey.com>
2431
2432 * gdb.base/complex-parts.exp: Add type tests.
2433
2434 2020-04-01 Tom Tromey <tom@tromey.com>
2435
2436 * gdb.base/complex-parts.exp: Add arithmetic tests.
2437
2438 2020-04-01 Tom Tromey <tom@tromey.com>
2439
2440 * gdb.compile/compile.exp: Update.
2441 * gdb.compile/compile-cplus.exp: Update.
2442 * gdb.base/varargs.exp: Update.
2443 * gdb.base/floatn.exp: Update.
2444 * gdb.base/endianity.exp: Update.
2445 * gdb.base/callfuncs.exp (do_function_calls): Update.
2446 * gdb.base/funcargs.exp (complex_args, complex_integral_args)
2447 (complex_float_integral_args): Update.
2448 * gdb.base/complex.exp: Update.
2449 * gdb.base/complex-parts.exp: Update.
2450
2451 2020-04-01 Tom Tromey <tromey@adacore.com>
2452
2453 * gdb.rust/union.rs: New file.
2454 * gdb.rust/union.exp: New file.
2455 * gdb.rust/simple.rs (Union, Union2): Move to union.rs.
2456 (main): Update.
2457 * gdb.rust/simple.exp: Move union tests to union.exp.
2458
2459 2020-04-01 Tom Tromey <tromey@adacore.com>
2460
2461 * gdb.rust/simple.rs (main): Remove "y0".
2462
2463 2020-04-01 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2464
2465 * gdb.multi/stop-all-on-exit.c: New test.
2466 * gdb.multi/stop-all-on-exit.exp: New file.
2467
2468 2020-04-01 Hannes Domani <ssbssa@yahoo.de>
2469
2470 PR gdb/24789
2471 * gdb.cp/misc.cc: Add integer reference variable.
2472 * gdb.cp/misc.exp: Add test.
2473
2474 2020-04-01 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2475
2476 * gdb.server/stop-reply-no-thread.exp: Enhance the test
2477 scenario to cover execution until the end and also the case
2478
2479 2020-03-31 Tom de Vries <tdevries@suse.de>
2480
2481 * gdb.base/c-linkage-name.exp: Fix test-case comment. Set language to
2482 c. Use "maint info symtabs" to check symtab expansion.
2483
2484 2020-03-30 Tom de Vries <tdevries@suse.de>
2485
2486 * gdb.base/c-linkage-name.exp: Use readnow call to mark a test
2487 unsupported.
2488 (verify_psymtab_expanded): Move ...
2489 * lib/gdb.exp (verify_psymtab_expanded): ... here. Add unsupported
2490 test.
2491 (readnow): New proc.
2492
2493 2020-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
2494
2495 * gdb.fortran/mixed-lang-stack.exp: Replace two hard coded address
2496 with $hex.
2497
2498 2020-03-20 Tom Tromey <tromey@adacore.com>
2499
2500 * gdb.dwarf2/dw2-ranges-base.exp: Update regular expressions.
2501
2502 2020-03-20 Tom Tromey <tromey@adacore.com>
2503
2504 * gdb.ada/sub_variant/subv.adb: New file.
2505 * gdb.ada/sub_variant.exp: New file.
2506
2507 2020-03-20 Tom de Vries <tdevries@suse.de>
2508
2509 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Bail out if
2510 first break fails.
2511 * gdb.threads/step-over-trips-on-watchpoint.exp: (do_test): Same.
2512
2513 2020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
2514
2515 * gdb.server/exit-multiple-threads.c: New file.
2516 * gdb.server/exit-multiple-threads.exp: New file.
2517
2518 2020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
2519
2520 * gdb.fortran/mixed-lang-stack.c: New file.
2521 * gdb.fortran/mixed-lang-stack.cpp: New file.
2522 * gdb.fortran/mixed-lang-stack.exp: New file.
2523 * gdb.fortran/mixed-lang-stack.f90: New file.
2524
2525 2020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
2526
2527 * gdb.linespec/cp-completion-aliases.cc: New file.
2528 * gdb.linespec/cp-completion-aliases.exp: New file.
2529
2530 2020-03-19 Tom de Vries <tdevries@suse.de>
2531
2532 * gdb.opt/inline-locals.exp: Add kfail PR number. Make kfail matching
2533 more precise.
2534
2535 2020-03-18 Tom de Vries <tdevries@suse.de>
2536
2537 * gdb.dwarf2/break-inline-psymtab-2.c: New test.
2538 * gdb.dwarf2/break-inline-psymtab.c: New test.
2539 * gdb.dwarf2/break-inline-psymtab.exp: New file.
2540
2541 2020-03-16 Tom de Vries <tdevries@suse.de>
2542
2543 * lib/cache.exp (gdb_do_cache): Add and handle local variables
2544 cache_verify and cache_verify_proc.
2545
2546 2020-03-15 Tom de Vries <tdevries@suse.de>
2547
2548 * gdb.server/solib-list.exp: Handle
2549 'Load new symbol table from "/lib64/ld-2.26.so"? (y or n)'.
2550
2551 2020-03-15 Tom de Vries <tdevries@suse.de>
2552
2553 * gdb.base/maint.exp: Use exp_continue in long lines for "maint print
2554 objfiles".
2555
2556 2020-03-14 Tom Tromey <tom@tromey.com>
2557
2558 * gdb.base/cvexpr.exp: Add test for _Atomic and restrict.
2559
2560 2020-03-14 Tom de Vries <tdevries@suse.de>
2561
2562 * gdb.mi/mi-fortran-modules.exp: Use exp_continue.
2563
2564 2020-03-14 Tom de Vries <tdevries@suse.de>
2565
2566 * gdb.threads/attach-many-short-lived-threads.exp: Read "info threads"
2567 result in line-by-line fashion.
2568
2569 2020-03-14 Tom de Vries <tdevries@suse.de>
2570
2571 * lib/gdb.exp (supports_statement_frontiers): New proc.
2572 * gdb.cp/step-and-next-inline.exp: Use supports_statement_frontiers.
2573
2574 2020-03-14 Tom de Vries <tdevries@suse.de>
2575
2576 * gdb.base/printcmds.exp: Add missing quoting for "print
2577 teststring2".
2578
2579 2020-03-13 Tom Tromey <tom@tromey.com>
2580
2581 * gdb.base/printcmds.exp (test_print_strings): Add regression
2582 test.
2583 * gdb.base/printcmds.c (charptr): New typedef.
2584 (teststring2): New global.
2585
2586 2020-03-13 Andrew Burgess <andrew.burgess@embecosm.com>
2587
2588 * gdb.base/break-interp.exp: Use the tail of the filename, not the
2589 full path in the test name.
2590 (test_ld): Add some with_test_prefix blocks to make test names
2591 unique.
2592
2593 2020-03-13 Tom de Vries <tdevries@suse.de>
2594
2595 * gdb.mi/mi-sym-info.exp: Fix buffer full errors, and timeouts.
2596
2597 2020-03-13 Tom de Vries <tdevries@suse.de>
2598
2599 * gdb.mi/mi-sym-info.exp: Make matching more precise.
2600
2601 2020-03-13 Tom de Vries <tdevries@suse.de>
2602
2603 PR symtab/25646
2604 * gdb.dwarf2/imported-unit.exp: Add test.
2605
2606 2020-03-13 Tom de Vries <tdevries@suse.de>
2607
2608 * gdb.mi/mi-sym-info-2.c (another_char_t, another_short_t): New typedef.
2609 (var1, var2): New variable.
2610 * gdb.mi/mi-sym-info.exp: Add --name to various commands to restrict
2611 matching symbols.
2612
2613 2020-03-13 Tom de Vries <tdevries@suse.de>
2614
2615 * lib/tuiterm.exp (Term::command_no_prompt_prefix): New proc.
2616 (Term::command): Use prompt prefix.
2617 (Term::enter_tui): Use command_no_prompt_prefix instead of prefix.
2618 * gdb.tui/tui-layout-asm-short-prog.exp: Use
2619 command_no_prompt_prefix instead of prefix.
2620 * gdb.tui/tui-layout-asm.exp: Same.
2621
2622 2020-03-12 Simon Marchi <simon.marchi@efficios.com>
2623
2624 * gdb.base/break-interp.exp: Use foreach_with_prefix.
2625
2626 2020-03-12 Simon Marchi <simon.marchi@efficios.com>
2627
2628 * gdb.arch/amd64-disp-step-avx.S: Add nops after _start.
2629 * gdb.arch/amd64-disp-step-avx.exp: Enable "set debug displaced
2630 on" while stepping over the test instruction, match printed
2631 message.
2632
2633 2020-03-12 Tom de Vries <tdevries@suse.de>
2634
2635 * gdb.base/info-types.exp: Use exp_continue during matching of output
2636 of "info types".
2637
2638 2020-03-12 Tom de Vries <tdevries@suse.de>
2639
2640 * gdb.threads/execl.exp: Delete breakpoint after hitting it.
2641
2642 2020-03-12 Tom de Vries <tdevries@suse.de>
2643
2644 * gdb.fortran/module.exp: Use exp_continue during matching of output
2645 of "info variable -n".
2646
2647 2020-03-12 Tom de Vries <tdevries@suse.de>
2648
2649 * gdb.dwarf2/dw2-ranges-base.exp: Limit "maint info line-table" to
2650 gdb.dwarf2/dw2-ranges-base.c.
2651
2652 2020-03-12 Tom de Vries <tdevries@suse.de>
2653
2654 * gdb.linespec/explicit.exp: Fix "complete non-unique file name" test
2655 in presence of GLIBC debuginfo.
2656
2657 2020-03-12 Tom de Vries <tdevries@suse.de>
2658
2659 * lib/gdb.exp (gdb_core_cmd): Use string_to_regexp for regexp-matching
2660 $core.
2661
2662 2020-03-12 Tom de Vries <tdevries@suse.de>
2663
2664 * lib/gdb.exp (gdb_core_cmd): Make "No such file or directory" regexp
2665 more precise.
2666
2667 2020-03-11 Simon Marchi <simon.marchi@efficios.com>
2668
2669 * lib/gdb.exp (standard_output_file): Use `pwd -W` to convert
2670 from Unix to Windows path.
2671
2672 2020-03-11 Tom de Vries <tdevries@suse.de>
2673
2674 * gdb.ada/minsyms.exp: Set language to ada.
2675
2676 2020-03-11 Tom de Vries <tdevries@suse.de>
2677
2678 * gdb.server/sysroot.exp: Allow GLIBC's printf alias __printf.
2679
2680 2020-03-11 Tom de Vries <tdevries@suse.de>
2681
2682 * gdb.btrace/reconnect.exp: Allow source line pattern after stepi.
2683
2684 2020-03-11 Tom Tromey <tromey@adacore.com>
2685
2686 * gdb.dwarf2/variant.exp: Mark discriminants as artificial.
2687
2688 2020-03-11 Tom de Vries <tdevries@suse.de>
2689
2690 * gdb.base/foll-fork.exp: Allow "Reading in symbols" messages.
2691
2692 2020-03-11 Tom de Vries <tdevries@suse.de>
2693
2694 * gdb.base/break-interp.exp: Limit verbose scope.
2695
2696 2020-03-11 Tom de Vries <tdevries@suse.de>
2697
2698 * gdb.fortran/logical.f90: Define variable with character type.
2699 * gdb.fortran/logical.exp: Use character type instead of uint8_t.
2700
2701 2020-03-11 Tom de Vries <tdevries@suse.de>
2702
2703 * gdb.base/list-ambiguous.exp: Set EDITOR to true.
2704
2705 2020-03-11 Tom de Vries <tdevries@suse.de>
2706
2707 * gdb.ada/access_to_packed_array.exp: Test printing of expanded
2708 symtabs.
2709
2710 2020-03-10 Andrew Burgess <andrew.burgess@embecosm.com>
2711 Bernd Edlinger <bernd.edlinger@hotmail.de>
2712
2713 * gdb.cp/step-and-next-inline.cc: New file.
2714 * gdb.cp/step-and-next-inline.exp: New file.
2715 * gdb.cp/step-and-next-inline.h: New file.
2716 * gdb.dwarf2/dw2-is-stmt.c: New file.
2717 * gdb.dwarf2/dw2-is-stmt.exp: New file.
2718 * gdb.dwarf2/dw2-is-stmt-2.c: New file.
2719 * gdb.dwarf2/dw2-is-stmt-2.exp: New file.
2720 * gdb.dwarf2/dw2-ranges-base.exp: Update line table pattern.
2721
2722 2020-03-10 Andrew Burgess <andrew.burgess@embecosm.com>
2723
2724 * lib/dwarf.exp (Dwarf::lines) Add support for modifying the
2725 is-stmt flag in the line table.
2726
2727 2020-03-09 Tom de Vries <tdevries@suse.de>
2728
2729 * lib/gdb.exp (cached_file): Create cache dir.
2730
2731 2020-03-07 Tom de Vries <tdevries@suse.de>
2732
2733 * gdb.cp/ref-params.exp: Compare build_executable result with -1.
2734 * gdb.cp/rvalue-ref-params.exp: Same.
2735
2736 2020-03-06 Tom de Vries <tdevries@suse.de>
2737
2738 * lib/gdb.exp (tentative_rename, cached_file): New proc.
2739 * boards/cc-with-tweaks.exp: Use cached_file to create gdb.sh.
2740
2741 2020-03-06 Tom de Vries <tdevries@suse.de>
2742
2743 * README: Fix "the the".
2744 * gdb.base/dprintf.exp: Same.
2745
2746 2020-03-05 Tom de Vries <tdevries@suse.de>
2747
2748 * gdb.base/maint.exp: Update "main print statistics" expected output.
2749
2750 2020-03-04 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
2751
2752 * lib/fortran.exp (fortran_int4): Handle flang kind printing.
2753 (fortran_int8): Likewise.
2754 (fortran_real4): Likewise.
2755 (fortran_real8): Likewise.
2756 (fortran_complex4): Likewise.
2757 (fortran_logical4): Likewise.
2758 (fortran_character1): Likewise.
2759
2760 2020-03-03 Andrew Burgess <andrew.burgess@embecosm.com>
2761
2762 * gdb.fortran/logical.exp: Add tests that any non-zero value is
2763 printed as true.
2764
2765 2020-03-03 Sergio Durigan Junior <sergiodj@redhat.com>
2766
2767 * gdb.base/printcmds.exp: Add test to verify printf of a
2768 variable holding an address.
2769
2770 2020-03-03 Tom de Vries <tdevries@suse.de>
2771
2772 * gdb.mi/gdb2549.exp: Fix "register values t" check-read1 timeout.
2773
2774 2020-03-03 Tom de Vries <tdevries@suse.de>
2775
2776 * gdb.mi/list-thread-groups-available.exp: Use -prompt syntax for
2777 gdb_test_multiple call.
2778
2779 2020-03-03 Tom de Vries <tdevries@suse.de>
2780
2781 * gdb.mi/mi-sym-info.exp: Add missing -prompt "$mi_gdb_prompt$" to
2782 gdb_test_multiple calls.
2783
2784 2020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
2785
2786 * gdb.base/default.exp: Remove test of 'set history filename'.
2787 * gdb.base/gdbinit-history.exp: Add tests for setting the history
2788 filename to the empty string.
2789 * lib/gdb.exp (gdb_init): Unset environment variables GDBHISTFILE
2790 and GDBHISTSIZE.
2791
2792 2020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
2793
2794 * gdb.server/stop-reply-no-thread.exp: Add test where T packet is
2795 disabled.
2796
2797 2020-03-02 Pedro Alves <palves@redhat.com>
2798 Tom de Vries <tdevries@suse.de>
2799
2800 * lib/gdb.exp (gdb_test_multiple): Handle prompt_regexp option using
2801 -prompt prefix, before user_code argument. Add -lbl option likewise.
2802 (skip_python_tests_prompt, skip_libstdcxx_probe_tests_prompt)
2803 (gdb_is_target_1): Add -prompt prefix and move to before user_code
2804 argument.
2805 * gdb.base/corefile-buildid.exp: Use -lbl option. Rewrite regexps to
2806 have "\r\n" at start-of-line, instead of at end-of-line.
2807
2808 2020-02-28 Simon Marchi <simon.marchi@efficios.com>
2809
2810 * lib/trace-support.exp (get_in_proc_agent): Adjust path to
2811 libinproctrace.so.
2812
2813 2020-02-28 Luis Machado <luis.machado@linaro.org>
2814
2815 * gdb.arch/aarch64-fp.exp: Switch from "info registers" command
2816 to "p/x".
2817
2818 2020-02-28 Luis Machado <luis.machado@linaro.org>
2819
2820 * gdb.arch/aarch64-dbreg-contents.c: Include stdlib.h, unistd.h,
2821 asm/ptrace.h and error.h.
2822
2823 2020-02-28 Tom de Vries <tdevries@suse.de>
2824
2825 * gdb.base/c-linkage-name.c (main): Call do_something_other_cu.
2826 (struct wrapper, do_something, mundane/symada__cS): Move ...
2827 * gdb.base/c-linkage-name-2.c: ... here. New source file.
2828 * gdb.base/c-linkage-name.exp: Add verification of psymtab expansion.
2829 Update "print symada__cS before partial symtab expansion" regexp.
2830 Update breakpoint location. Flush symbol cache after expansion.
2831
2832 2020-02-28 Luis Machado <luis.machado@linaro.org>
2833
2834 * gdb.arch/aarch64-pauth.exp: Recognize optional PAC output.
2835
2836 2020-02-27 Tom de Vries <tdevries@suse.de>
2837
2838 * config/sid.exp: Remove unused globals.
2839 * gdb.base/attach.exp: Same.
2840 * gdb.base/catch-load.exp: Same.
2841 * gdb.base/dbx.exp: Same.
2842 * lib/gdb.exp: Same.
2843 * lib/mi-support.exp: Same.
2844 * lib/prompt.exp: Same.
2845
2846 2020-02-27 Tom de Vries <tdevries@suse.de>
2847
2848 * lib/tuiterm.exp (spawn): Handle case that spawn_out(slave,name) is
2849 not set.
2850
2851 2020-02-26 Aaron Merey <amerey@redhat.com>
2852
2853 * gdb.debuginfod: New directory for debuginfod tests.
2854 * gdb.debuginfod/main.c: New test file.
2855 * gdb.debuginfod/fetch_src_and_symbols.exp: New tests.
2856
2857 2020-02-26 Tom de Vries <tdevries@suse.de>
2858
2859 PR gdb/25603
2860 * gdb.base/persistent-lang.cc: New test.
2861 * gdb.base/persistent-lang.exp: New file.
2862
2863 2020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
2864
2865 * gdb.fortran/derived-type-striding.exp: Add a new test.
2866 * gdb.fortran/derived-type-striding.f90: Add pointer variable for
2867 new test.
2868
2869 2020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
2870
2871 * gdb.base/cached-source-file.exp: Avoid source file paths in test
2872 names.
2873
2874 2020-02-25 Tom de Vries <tdevries@suse.de>
2875
2876 PR go/18926
2877 * gdb.go/methods.exp: Remove gcc/93866 xfail.
2878
2879 2020-02-24 Tom de Vries <tdevries@suse.de>
2880
2881 PR gdb/25592
2882 * gdb.base/info-locals-unused-static-var.c: New test.
2883 * gdb.base/info-locals-unused-static-var.exp: New file.
2884
2885 2020-02-22 Tom Tromey <tom@tromey.com>
2886
2887 * gdb.python/tui-window.exp: New file.
2888 * gdb.python/tui-window.py: New file.
2889
2890 2020-02-22 Tom Tromey <tom@tromey.com>
2891
2892 PR tui/17850:
2893 * gdb.tui/new-layout.exp: Add horizontal layout and winheight
2894 tests.
2895
2896 2020-02-22 Tom Tromey <tom@tromey.com>
2897
2898 * gdb.tui/new-layout.exp: Add sub-layout tests.
2899
2900 2020-02-22 Tom Tromey <tom@tromey.com>
2901
2902 * gdb.tui/new-layout.exp: New file.
2903
2904 2020-02-22 Tom Tromey <tom@tromey.com>
2905
2906 * gdb.rust/rust-style.rs: New file.
2907 * gdb.rust/rust-style.exp: New file.
2908 * gdb.base/style.exp: Test structure printing.
2909 * gdb.base/style.c (struct some_struct): New type.
2910 (enum etype): New type.
2911 (struct_value): New global.
2912
2913 2020-02-21 Tom de Vries <tdevries@suse.de>
2914
2915 PR go/18926
2916 * lib/gdb.exp (bp_location2/bp_location2_regexp): Fix.
2917 Remove blanket xfails. Use message argument for gdb_breakpoint.
2918 Make continuing to breakpoint test conditional on setting breakpoint.
2919 Fix continuing to breakpoint regexp. Add xfails for gccgo-6/7
2920 DW_AT_name attribute. Add xfail for GCC PR93866.
2921
2922 2020-02-21 Andrew Burgess <andrew.burgess@embecosm.com>
2923
2924 * gdb.dwarf2/cpp-linkage-name.c: New file.
2925 * gdb.dwarf2/cpp-linkage-name.exp: New file.
2926
2927 2020-02-21 Shahab Vahedi <shahab@synopsys.com>
2928
2929 * lib/gdb.exp (gdb_wrapper_init): Reset
2930 "gdb_wrapper_initialized" to 0 if "wrapper_file" does
2931 not exist.
2932
2933 2020-02-20 Tom de Vries <tdevries@suse.de>
2934
2935 PR go/17018
2936 * gdb.go/hello.exp: Copy ...
2937 * gdb.go/global-local-var-shadow.exp: ... here. New file. Expect
2938 print of st to print value of global definition. Add xfail for GCC
2939 PR93844.
2940 * gdb.go/hello.exp: Remove printing of st before definition.
2941 * gdb.go/hello.go: Copy ...
2942 * gdb.go/global-local-var-shadow.go: ... here. New test. Rename myst
2943 to st.
2944 * gdb.go/hello.go: Remove myst. Remove comment about shadowing.
2945
2946 2020-02-20 Tom de Vries <tdevries@suse.de>
2947
2948 * lib/gdb.exp (support_go_compile): New gdb_caching_proc.
2949 (gdb_simple_compile): Handle compile_flags go by using .go extension
2950 for source file.
2951 * gdb.go/chan.exp: Use support_go_compile.
2952 * gdb.go/handcall.exp: Same.
2953 * gdb.go/hello.exp: Same.
2954 * gdb.go/integers.exp: Same.
2955 * gdb.go/max-depth.exp: Same.
2956 * gdb.go/methods.exp: Same.
2957 * gdb.go/package.exp: Same.
2958 * gdb.go/strings.exp: Same.
2959 * gdb.go/types.exp: Same.
2960 * gdb.go/unsafe.exp: Same.
2961
2962 2020-02-19 Tom de Vries <tdevries@suse.de>
2963
2964 * gdb.python/lib-types.exp: Make xfail more strict.
2965
2966 2020-02-19 Tom de Vries <tdevries@suse.de>
2967
2968 * gdb.ada/funcall_ref.exp: Replace xfail setup by unsupported check.
2969
2970 2020-02-19 Doug Evans <dje@google.com>
2971
2972 PR rust/25535
2973 * gdb.rust/simple.exp: Add test.
2974 * gdb.rust/simple.rs: Add test.
2975
2976 2020-02-19 Tom de Vries <tdevries@suse.de>
2977
2978 * gdb.base/corefile-buildid.exp (check_exec_file): Match info files
2979 output line-by-line.
2980
2981 2020-02-19 Tom de Vries <tdevries@suse.de>
2982
2983 * gdb.cp/cpexprs.exp: Remove c++/14186 kfail.
2984
2985 2020-02-19 Tom de Vries <tdevries@suse.de>
2986
2987 * gdb.base/solib-overlap.exp: Use exec instead of system to execute
2988 prelink.
2989
2990 2020-02-19 Tom de Vries <tdevries@suse.de>
2991
2992 * lib/cache.exp (ignore_pass, gdb_do_cache_wrap): New proc.
2993 (gdb_do_cache): Use gdb_do_cache_wrap.
2994 * gdb.base/gdb-caching-proc.exp (test_proc): Use gdb_do_cache_wrap.
2995
2996 2020-02-19 Tom de Vries <tdevries@suse.de>
2997
2998 * lib/dtrace.exp (dtrace_build_usdt_test_program): Use quiet as
2999 gdb_compile option.
3000
3001 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
3002
3003 * gdb.base/printcmds.exp (test_print_enums): Update expected
3004 output.
3005
3006 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
3007
3008 * gdb.base/printcmds.exp (test_print_enums): Expect hex values
3009 for "unknown".
3010
3011 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
3012
3013 * gdb.base/printcmds.c (enum flag_enum): Add FE_TWO_LEGACY
3014 enumerator.
3015
3016 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
3017
3018 * gdb.base/printcmds.c (enum flag_enum): Prefix enumerators with
3019 FE_, add FE_NONE.
3020 (three): Update.
3021 (enum flag_enum_without_zero): New enum.
3022 (flag_enum_without_zero): New variable.
3023 (enum not_flag_enum): New enum.
3024 (three_not_flag): New variable.
3025 * gdb.base/printcmds.exp (test_artificial_arrays): Update.
3026 (test_print_enums): Add more tests for printing flag enums.
3027
3028 2020-02-18 Tom de Vries <tdevries@suse.de>
3029
3030 * lib/ada.exp (gdb_compile_ada_1): Factor out of ...
3031 (gdb_compile_ada): ... here.
3032 (gnat_runtime_has_debug_info): Remove fail call for gdb_compile_ada
3033 failure. Use gdb_compile_ada_1 instead of gdb_compile_ada.
3034
3035 2020-02-14 Tom Tromey <tom@tromey.com>
3036
3037 * lib/gdbserver-support.exp (find_gdbserver): Find gdbserver in
3038 build directory.
3039 * boards/gdbserver-base.exp: Update path to gdbserver.
3040
3041 2020-02-13 Tom de Vries <tdevries@suse.de>
3042
3043 * lib/ada.exp (gdb_compile_ada): Delete stale exec before compilation.
3044
3045 2020-02-13 Tom de Vries <tdevries@suse.de>
3046
3047 * gdb.ada/catch_ex_std.exp: Indicate unsupported if gnatbind/gnatlink
3048 are missing.
3049
3050 2020-02-13 Tom de Vries <tdevries@suse.de>
3051
3052 * lib/ada.exp (gnatmake_version_at_least): Wrap exec call in a catch
3053 call.
3054
3055 2020-02-11 Sergio Durigan Junior <sergiodj@redhat.com>
3056
3057 PR tui/25126
3058 https://bugzilla.redhat.com/show_bug.cgi?id=1784210
3059 * gdb.base/cached-source-file.c: New file.
3060 * gdb.base/cached-source-file.exp: New file.
3061
3062 2020-02-11 Tom de Vries <tdevries@suse.de>
3063
3064 PR testsuite/25488
3065 * lib/gdb.exp (gdb_init): Unset $file_last_loaded.
3066
3067 2020-02-10 Tom de Vries <tdevries@suse.de>
3068
3069 * gdb.multi/multi-target.exp: Skip if skip_gdbserver_tests.
3070
3071 2020-02-10 Maciej W. Rozycki <macro@wdc.com>
3072
3073 * gdb.base/step-over-no-symbols.exp: Verify that $before_addr
3074 and $after_addr are both integers before making a comparison.
3075
3076 2020-02-09 Tom de Vries <tdevries@suse.de>
3077
3078 * gdb.base/many-headers.exp: Echo gdb command to gdb.log. Capture gdb
3079 command output and paste it into gdb.log. If any, paste catch message
3080 to gdb.log.
3081
3082 2020-02-07 Tom Tromey <tromey@adacore.com>
3083
3084 PR breakpoints/24915:
3085 * gdb.base/annotate-symlink.exp: Use setup_xfail.
3086
3087 2020-02-06 Shahab Vahedi <shahab@synopsys.com>
3088
3089 * gdb.tui/tui-missing-src.exp: Add the "missing source
3090 file" test for the TUI.
3091
3092 2020-02-06 Andrew Burgess <andrew.burgess@embecosm.com>
3093
3094 * gdb.server/multi-ui-errors.exp: Give a test a real name to avoid
3095 including a port number in the output.
3096
3097 2020-02-04 Alok Kumar Sharma <alokkumar.sharma@amd.com>
3098
3099 * lib/fortran.exp (fortran_int4): Handle clang.
3100 (fortran_int8): Likewise.
3101 (fortran_real4): Likewise.
3102 (fortran_real8): Likewise.
3103 (fortran_complex4): Likewise.
3104 (fortran_logical4): Likewise.
3105 (fortran_character1): Likewise.
3106
3107 2020-02-04 Tom de Vries <tdevries@suse.de>
3108
3109 * README (Race detection): Add note.
3110
3111 2020-02-04 Tom de Vries <tdevries@suse.de>
3112
3113 * lib/gdb.exp (inferior_exited_re): Use "\[^\n\r\]*" instead of ".*".
3114
3115 2020-02-04 Tom de Vries <tdevries@suse.de>
3116
3117 * lib/gdb.exp (inferior_exited_re): Use non-capturing parentheses.
3118
3119 2020-02-03 Rogerio A. Cardoso <rcardoso@linux.ibm.com>
3120
3121 * gdb.arch/powerpc-power8.exp: Delete trailing whitespace of
3122 tbegin., tend. instructions. Replace bctar-, bctar+, bctarl-,
3123 bctarl+ extended mnemonics when avaliable by bgttar, bnstarl,
3124 blttar, bnetarl.
3125 * gdb.arch/powerpc-power8.s: Fix comments. Fix instructions
3126 binary for blttar, bnetarl.
3127 * gdb.arch/powerpc-power9.exp: Delete trailing whitespace of
3128 wait instruction. Delete ldmx test.
3129 * gdb.arch/powerpc-power9.s: Delete ldmx instruction.
3130
3131 2020-02-03 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
3132
3133 * gdb.fortran/array-bounds-high.exp: New file.
3134 * gdb.fortran/array-bounds-high.f90: New file.
3135
3136 2020-02-03 Lukas Durfina <ldurfina@tachyum.com> (tiny change)
3137
3138 * gdb.base/fileio.c: Remove #include of <sys/errno.h>.
3139 Replace #include of <sys/fcntl.h> by <fcntl.h>.
3140
3141 2020-02-01 Tom de Vries <tdevries@suse.de>
3142
3143 * gdb.server/server-kill-python.exp: Fix $gdb_tst_name typo.
3144
3145 2020-01-31 Andrew Burgess <andrew.burgess@embecosm.com>
3146
3147 PR tui/9765
3148 * gdb.tui/tui-layout-asm-short-prog.S: New file.
3149 * gdb.tui/tui-layout-asm-short-prog.exp: New file.
3150
3151 2020-01-29 Luis Machado <luis.machado@linaro.org>
3152
3153 * gdb.arch/aarch64-brk-patterns.c: New source file.
3154 * gdb.arch/aarch64-brk-patterns.exp: New test.
3155
3156 2020-01-29 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
3157
3158 * gdb.cp/pass-by-ref-2.exp: Mark some tests as XFAIL based on the
3159 GCC/Clang version.
3160 * gdb.cp/pass-by-ref.exp: Ditto.
3161
3162 2020-01-29 Tom de Vries <tdevries@suse.de>
3163
3164 * gdb.threads/watchpoint-fork-child.c: Guard prints with #if DEBUG.
3165 * gdb.threads/watchpoint-fork-mt.c: Same.
3166 * gdb.threads/watchpoint-fork-parent.c: Same.
3167 * gdb.threads/watchpoint-fork-st.c: Same.
3168 * gdb.threads/watchpoint-fork.exp: Compile with DEBUG=0.
3169
3170 2020-01-27 Luis Machado <luis.machado@linaro.org>
3171
3172 * gdb.base/step-over-syscall.exp (setup): Check if we're already
3173 sitting at a syscall instruction when we hit the syscall function's
3174 breakpoint.
3175 Check PC against one obtained with the x command.
3176 Validate syscall number.
3177 (step_over_syscall): Don't continue to the syscall instruction if
3178 we're already there.
3179
3180 2020-01-25 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3181
3182 * gdb.base/attach.exp: Test 'set exec-file-mismatch'.
3183
3184 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
3185
3186 * gdb.dwarf2/dw2-inline-many-frames.c: New file.
3187 * gdb.dwarf2/dw2-inline-many-frames.exp: New file.
3188
3189 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
3190
3191 * gdb.dwarf2/dw2-inline-stepping.c: New file.
3192 * gdb.dwarf2/dw2-inline-stepping.exp: New file.
3193
3194 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
3195
3196 * gdb.base/maint.exp: Update line table parsing test.
3197 * gdb.dwarf2/dw2-ranges-base.exp: Add new line table parsing test.
3198
3199 2020-01-24 Pedro Alves <palves@redhat.com>
3200
3201 PR gdb/25410
3202 * gdb.multi/multi-re-run-1.c: New.
3203 * gdb.multi/multi-re-run-2.c: New.
3204 * gdb.multi/multi-re-run.exp: New.
3205
3206 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
3207
3208 PR gdb/23718
3209 * gdb.server/server-kill-python.exp: New file.
3210
3211 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
3212
3213 * gdb.server/multi-ui-errors.c: New file.
3214 * gdb.server/multi-ui-errors.exp: New file.
3215
3216 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
3217
3218 PR tui/9765
3219 * gdb.tui/tui-layout-asm.exp: Add scrolling test for asm window.
3220
3221 2020-01-19 Tom Tromey <tom@tromey.com>
3222
3223 * gdb.tui/main.exp: Add check for plain "file".
3224
3225 2020-01-16 Christian Biesinger <cbiesinger@google.com>
3226
3227 * lib/gdb.exp: Fix spelling error (seperatelly).
3228
3229 2020-01-14 Tom Tromey <tom@tromey.com>
3230
3231 PR symtab/12535:
3232 * gdb.python/python.exp: Test decode_line with empty string
3233 argument.
3234
3235 2020-01-14 Bernd Edlinger <bernd.edlinger@hotmail.de>
3236
3237 * gdb.base/skip-inline.exp: Extend test.
3238
3239 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
3240
3241 * gdb.dwarf2/dw2-bad-elf-other.S: New file.
3242 * gdb.dwarf2/dw2-bad-elf.c: New file.
3243 * gdb.dwarf2/dw2-bad-elf.exp: New file.
3244
3245 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
3246
3247 * lib/dwarf.exp (Dwarf::lines): Reset _line_saw_program and
3248 _line_saw_file.
3249
3250 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
3251
3252 * lib/tuiterm.exp (Term::_check_box): Check some parts of the top
3253 border.
3254
3255 2020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
3256
3257 * gdb.multi/multi-target.exp (setup): Factor out "info
3258 connections" and "info inferiors" tests to ...
3259 (test_info_inferiors): ... this new procedure.
3260 (top level): Run new "info-inferiors" tests.
3261
3262 2020-01-10 Pedro Alves <palves@redhat.com>
3263
3264 * gdb.server/bkpt-other-inferior.exp: New file.
3265
3266 2020-01-10 Pedro Alves <palves@redhat.com>
3267
3268 * gdb.base/kill-detach-inferiors-cmd.exp: Adjust expected output
3269 of "add-inferior".
3270 * gdb.base/quit-live.exp: Likewise.
3271 * gdb.base/remote-exec-file.exp: Likewise.
3272 * gdb.guile/scm-progspace.exp: Likewise.
3273 * gdb.linespec/linespec.exp: Likewise.
3274 * gdb.mi/new-ui-mi-sync.exp: Likewise.
3275 * gdb.mi/user-selected-context-sync.exp: Likewise.
3276 * gdb.multi/multi-target.exp (setup): Add "info connection" and
3277 "info inferiors" tests.
3278 * gdb.multi/remove-inferiors.exp: Adjust expected output of
3279 "add-inferior".
3280 * gdb.multi/watchpoint-multi.exp: Likewise.
3281 * gdb.python/py-inferior.exp: Likewise.
3282 * gdb.server/extended-remote-restart.exp: Likewise.
3283 * gdb.threads/fork-plus-threads.exp: Adjust expected output of
3284 "info inferiors".
3285 * gdb.threads/forking-threads-plus-breakpoint.exp: Likewise.
3286 * gdb.trace/report.exp: Likewise.
3287
3288 2020-01-10 Pedro Alves <palves@redhat.com>
3289
3290 * gdb.multi/multi-target.c: New file.
3291 * gdb.multi/multi-target.exp: New file.
3292 * lib/gdbserver-support.exp (gdb_target_cmd): Handle "Non-stop
3293 mode requested, but remote does not support non-stop".
3294
3295 2020-01-10 Pedro Alves <palves@redhat.com>
3296
3297 * gdb.server/extended-remote-restart.exp (test_reload): Explicitly
3298 disconnect before reconnecting.
3299
3300 2020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
3301 Pedro Alves <palves@redhat.com>
3302
3303 * gdb.server/connect-without-multi-process.exp: Also test
3304 continuing to end.
3305
3306 2020-01-10 Pedro Alves <palves@redhat.com>
3307
3308 * gdb.base/remote-exec-file.exp: New file.
3309
3310 2020-01-10 Pedro Alves <palves@redhat.com>
3311
3312 * gdb.base/fork-running-state.exp (do_test): Adjust expected
3313 output.
3314 * gdb.threads/async.c: New.
3315 * gdb.threads/async.exp: New.
3316 * gdb.multi/tids-gid-reset.c: New.
3317 * gdb.multi/tids-gid-reset.exp: New.
3318
3319 2020-01-10 George Barrett <bob@bob131.so>
3320
3321 * gdb.base/stap-probe.c (relocation_marker): Add dummy variable
3322 to help in finding the image relocation offset.
3323 * gdb.base/stap-probe.exp (stap_test): Accept arbitrary compile
3324 options in arguments.
3325 (stap_test_no_debuginfo): Likewise.
3326 (stap-probe-nosem-noopt-pie, stap-probe-nosem-noopt-nopie): Add
3327 test variants.
3328 (stap_test): Add null semaphore relocation test.
3329
3330 2020-01-10 George Barrett <bob@bob131.so>
3331
3332 * gdb.base/stap-probe.c: Rename USE_PROBES to USE_SEMAPHORES.
3333 * gdb.base/stap-probe.exp: Likewise.
3334 (stap_test): Pass argument as an additional flag.
3335 (stap_test_no_debuginfo): Likewise.
3336 (stap_test): Check `info probes stap' output for semaphore
3337 addresses if the test binary is supposed to have them.
3338
3339 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
3340
3341 * gdb.tui/basic.exp: Add more scrolling tests.
3342
3343 2020-01-09 Tom Tromey <tom@tromey.com>
3344
3345 PR tui/18932:
3346 * lib/tuiterm.exp (Term::wait_for): Rename from _accept. Return a
3347 meangingful value.
3348 (Term::command, Term::resize): Update.
3349 * gdb.tui/basic.exp: Add scrolling test.
3350
3351 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
3352
3353 * gdb.tui/tui-layout-asm.exp: New file.
3354
3355 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
3356
3357 * lib/tuiterm.exp (Term::check_box_contents): New proc.
3358
3359 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
3360
3361 * lib/tuiterm.exp (Term::prepare_for_tui): New proc.
3362 (Term::enter_tui): Use Term::prepare_for_tui.
3363
3364 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
3365
3366 * lib/tuiterm.exp (Term::dump_screen): Always dump the screen when
3367 called.
3368
3369 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
3370
3371 * gdb.base/skip.exp: Fix race condition in test.
3372
3373 2020-01-06 Andrew Burgess <andrew.burgess@embecosm.com>
3374
3375 * gdb.base/backtrace.c: New file.
3376 * gdb.base/backtrace.exp: New file.
3377
3378 2020-01-05 Andrew Burgess <andrew.burgess@embecosm.com>
3379
3380 * gdb.tui/list.exp: Test 'focus next' after 'list main'.
3381
3382 2020-01-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3383
3384 * gdb.base/style.exp: Test that warnings are styled.
3385
3386 2019-12-29 Bernd Edlinger <bernd.edlinger@hotmail.de>
3387
3388 * gdb.base/line65535.exp: New file.
3389 * gdb.base/line65535.c: New file.
3390
3391 2019-12-27 Simon Marchi <simon.marchi@polymtl.ca>
3392
3393 * lib/ada.exp (gnat_runtime_has_debug_info): New proc.
3394 * lib/gnat_debug_info_test.adb: New file.
3395 * gdb.ada/ptype_tagged_param.exp: Use
3396 gnat_runtime_has_debug_info, expect a different output if
3397 runtime does not have debug info.
3398
3399 2019-12-20 Simon Marchi <simon.marchi@efficios.com>
3400
3401 * lib/sym-info-cmds.exp (GDBInfoSymbols::check_no_entry): Add
3402 (another) quote in test name.
3403
3404 2019-12-20 Simon Marchi <simon.marchi@efficios.com>
3405
3406 * lib/sym-info-cmds.exp (GDBInfoModuleSymbols::check_no_entry):
3407 Add quote in test name.
3408
3409 2019-12-20 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
3410
3411 * gdb.cp/pass-by-ref.cc: Delete. Generated in the output
3412 directory instead.
3413 * gdb.cp/pass-by-ref.exp: Extend with more cases.
3414 * gdb.cp/pass-by-ref-2.cc: New file.
3415 * gdb.cp/pass-by-ref-2.exp: New file.
3416
3417 2019-12-20 Tom Tromey <tom@tromey.com>
3418
3419 * gdb.tui/list-before.exp: New file.
3420
3421 2019-12-20 Tom Tromey <tom@tromey.com>
3422
3423 * gdb.tui/list.exp: Check for source on initial listing.
3424
3425 2019-12-11 Tom Tromey <tromey@adacore.com>
3426
3427 * gdb.xml/tdesc-arch.exp (set_arch): Add "trans_mode" parameter.
3428 Add crlf test.
3429
3430 2019-12-18 Simon Marchi <simon.marchi@efficios.com>
3431
3432 * gdb.base/default.exp: Update value of $_gdb_major.
3433
3434 2019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
3435
3436 * gdb.base/skip.exp: Fix test failure observed with gcc-9.2.0.
3437
3438 2019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
3439
3440 * gdb.base/skip.exp: Whitespace fix.
3441
3442 2019-12-16 Bernd Edlinger <bernd.edlinger@hotmail.de>
3443
3444 * gdb.base/skip-inline.c: New file.
3445 * gdb.base/skip-inline.exp: New file.
3446
3447 2019-12-16 Simon Marchi <simon.marchi@polymtl.ca>
3448
3449 * gdb.base/jit-reader.exp (jit_reader_test): Rename
3450 jit_function_00 to jit_function_stack_mangle.
3451 * gdb.base/jithost.c (jit_function_t): Rename to...
3452 (jit_function_stack_mangle_t): ... this.
3453 (jit_function_add_t): New typedef.
3454 (jit_function_00_code): Rename to...
3455 (jit_function_stack_mangle_code): ... this, make static.
3456 (jit_function_add_code): New.
3457 (main): Generate "add" function and call it. Adjust to changes
3458 in jithost_abi.
3459 * gdb.base/jithost.h (struct jithost_abi_bounds): New.
3460 (struct jithost_abi) <begin, end>: Remove fields.
3461 <object, function_stack_mangle, function_add>: New fields.
3462 * gdb.base/jitreader.c (struct reader_state) <code_begin,
3463 code_end>: Remove fields.
3464 <func_stack_mangle>: New field.
3465 (read_debug_info): Adjust to renaming, create block for "add"
3466 function.
3467 (read_sp, unwind_frame, get_frame_id): Adjust to other changes.
3468
3469 2019-12-11 Tom Tromey <tom@tromey.com>
3470
3471 * gdb.tui/resize.exp: Fix regexp.
3472 * gdb.tui/regs.exp: Fix regexps.
3473 * gdb.tui/main.exp: Fix regexp.
3474
3475 2019-12-11 Tom Tromey <tom@tromey.com>
3476
3477 * gdb.tui/resize.exp: Update.
3478 * gdb.tui/empty.exp (layouts): Update.
3479
3480 2019-12-11 Tom Tromey <tom@tromey.com>
3481
3482 * gdb.tui/regs.exp: Update.
3483 * gdb.tui/empty.exp (layouts): Update.
3484 * gdb.tui/basic.exp: Update.
3485 * lib/tuiterm.exp (_check_box): Don't check bottom border.
3486
3487 2019-12-11 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3488
3489 * gdb.base/options.exp: Add -raw-values in the print completion list.
3490 * gdb.python/py-prettyprint.exp: Add tests for -raw-values.
3491
3492 2019-12-10 Kevin Buettner <kevinb@redhat.com>
3493
3494 * gdb.threads/omp-par-scope.c: New file.
3495 * gdb/threads/omp-par-scope.exp: New file.
3496
3497 2019-12-10 Kevin Buettner <kevinb@redhat.com>
3498
3499 * lib/gdb.exp (support_nested_function_tests): New proc.
3500
3501 2019-12-10 Kevin Buettner <kevinb@redhat.com>
3502
3503 * lib/gdb.exp (gdb_compile_openmp): New proc.
3504 (build_executable_from_specs): Add an "openmp" option.
3505 (gdb_compile_pthreads): Add non-executable case.
3506
3507 2019-12-10 Tom Tromey <tromey@adacore.com>
3508
3509 * gdb.ada/unchecked_union.exp: New file.
3510 * gdb.ada/unchecked_union/pck.adb: New file.
3511 * gdb.ada/unchecked_union/pck.ads: New file.
3512 * gdb.ada/unchecked_union/unchecked_union.adb: New file.
3513 * gdb-utils.exp (string_to_regexp): Also quote "?".
3514
3515 2019-12-10 George Barrett <bob@bob131.so>
3516
3517 Test scripted probe breakpoints.
3518 * gdb.guile/scm-breakpoint.c (main): Add probe point.
3519 * gdb.python/py-breakpoint.c (main): Likewise.
3520 * gdb.guile/scm-breakpoint.exp (test_bkpt_probe): Add probe
3521 specifier test.
3522 * gdb.python/py-breakpoint.exp (test_bkpt_probe): Likewise.
3523
3524 2019-12-09 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
3525
3526 * gdb.cp/rvalue-ref-overload.cc (g): New function that takes
3527 an rvalue parameter.
3528 * gdb.cp/rvalue-ref-overload.exp: Test calling it with an lvalue
3529 parameter.
3530
3531 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
3532
3533 * gdb.mi/mi-fortran-modules.exp: Add patterns to skip system
3534 modules.
3535
3536 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
3537
3538 * gdb.fortran/derived-type-striding.exp: KFAIL if we are using a
3539 broken version of GCC.
3540
3541 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
3542
3543 * gdb.fortran/info-modules.exp: Rewrite to make use of new
3544 sym-info-cmds library.
3545 * gdb.fortran/info-types.exp: Likewise.
3546 * lib/sym-info-cmds.exp: New file.
3547
3548 2019-12-08 Tom de Vries <tdevries@suse.de>
3549
3550 * gdb.dwarf2/imported-unit.exp: Fix inter-CU references.
3551
3552 2019-12-07 Keith Seitz <keiths@redhat.com>
3553
3554 * gdb.base/corefile-buildid-shlib-shr.c: New file.
3555 * gdb.base/corefile-buildid-shlib.c: New file.
3556 * gdb.base/corefile-buildid.c: New file.
3557 * gdb.base/corefile-buildid.exp: New file.
3558
3559 2019-12-06 Tom de Vries <tdevries@suse.de>
3560
3561 * gdb.dwarf2/varval.exp: Add decl before def test.
3562
3563 2019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
3564
3565 * gdb.cp/rvalue-ref-overload.exp: Minor cleanup.
3566
3567 2019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
3568
3569 * gdb.cp/rvalue-ref-overload.cc: Add a case that involves both
3570 CV and reference conversion for overload resolution.
3571 * gdb.cp/rvalue-ref-overload.exp: Test it.
3572
3573 2019-12-06 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3574
3575 * gdb.threads/pthreads.exp: Test taas and tfaas without command.
3576 * gdb.base/frameapply.exp: Test faas without command.
3577
3578 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
3579
3580 * lib/gdb.exp (gdb_compile): Add -J compiler option when building
3581 Fortran tests.
3582 * gdb.mi/mi-fortran-modules.exp: Compile source files in correct
3583 order.
3584
3585 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
3586
3587 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Handle
3588 casting to type with no kind specified.
3589 (test_basic_parsing_of_type_kinds): Additional tests for types
3590 with no kind specified, and add tests for single/double
3591 precision/complex types.
3592
3593 2019-12-04 Tom Tromey <tromey@adacore.com>
3594
3595 * gdb.base/endianity.c (struct other) <x>: New field.
3596 (main): Initialize it.
3597 * gdb.base/endianity.exp: Update.
3598
3599 2019-12-04 Tom Tromey <tromey@adacore.com>
3600
3601 * gdb.ada/scalar_storage/storage.adb: New file.
3602 * gdb.ada/scalar_storage/pck.adb: New file.
3603 * gdb.ada/scalar_storage/pck.ads: New file.
3604 * gdb.ada/scalar_storage.exp: New file.
3605
3606 2019-12-04 Tom Tromey <tromey@adacore.com>
3607
3608 * gdb.base/endianity.c (struct otherendian) <f>: New field.
3609 (main): Initialize it.
3610 * gdb.base/endianity.exp: Update.
3611
3612 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
3613
3614 * gdb.mi/mi-sym-info.exp: Add tests for -max-results parameter.
3615
3616 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
3617
3618 * gdb.mi/mi-fortran-modules.exp: Add additional tests for
3619 -symbol-info-module-functions and -symbol-info-module-variables.
3620
3621 2019-12-01 Andrew Burgess <andrew.burgess@embecosm.com>
3622
3623 * gdb.fortran/array-slices.exp: Add test for dynamic strings.
3624
3625 2019-12-01 Richard Bunt <richard.bunt@arm.com>
3626 Andrew Burgess <andrew.burgess@embecosm.com>
3627
3628 * gdb.fortran/derived-type-striding.exp: New file.
3629 * gdb.fortran/derived-type-striding.f90: New file.
3630 * gdb.fortran/array-slices.exp: New file.
3631 * gdb.fortran/array-slices.f90: New file.
3632
3633 2019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3634
3635 * gdb.base/define.exp: Test . in command names.
3636 * gdb.base/setshow.exp: Update test, as . is now part of
3637 command name.
3638
3639 2019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3640
3641 * gdb.base/define-prefix.exp: New file.
3642
3643 2019-11-28 Andrew Burgess <andrew.burgess@embecosm.com>
3644
3645 * lib/gdb.exp (skip_btrace_tests): Return 1 if the test fails to
3646 compile.
3647 (skip_btrace_pt_tests): Likewise.
3648
3649 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
3650
3651 * gdb.fortran/info-modules.exp: Compile source files in correct
3652 order.
3653
3654 2019-11-27 Kevin Buettner <kevinb@redhat.com>
3655
3656 * gdb.dwarf2/imported-unit.exp: New file.
3657 * gdb.dwarf2/imported-unit.c: New file.
3658
3659 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
3660
3661 * gdb.mi/mi-fortran-modules-2.f90: New file.
3662 * gdb.mi/mi-fortran-modules.exp: New file.
3663 * gdb.mi/mi-fortran-modules.f90: New file.
3664
3665 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
3666
3667 * gdb.mi/mi-sym-info-1.c: New file.
3668 * gdb.mi/mi-sym-info-2.c: New file.
3669 * gdb.mi/mi-sym-info.exp: New file.
3670
3671 2019-11-22 Tom Tromey <tromey@adacore.com>
3672
3673 * gdb.ada/tasks.exp: Add -ada-task-info regression test.
3674 * gdb.ada/tasks/foo.adb: Add another stopping location.
3675
3676 2019-11-21 Peeter Joot <peeter.joot@lzlabs.com>
3677
3678 * gdb.base/endianity.c: New test.
3679 * gdb.base/endianity.exp: New file.
3680
3681 2019-11-21 Lukas Durfina <ldurfina@tachyum.com>
3682
3683 * gdb.arch/amd64-eval.exp: Skip test if target is not x86-64.
3684
3685 2019-11-21 Tom de Vries <tdevries@suse.de>
3686
3687 PR gdb/24956
3688 * gdb.base/ui-redirect.exp: Test output of user-defined command.
3689
3690 2019-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
3691
3692 * gdb.python/py-progspace.exp: Add missing parentheses on some
3693 'print' commands.
3694
3695 2019-11-19 Tom Tromey <tom@tromey.com>
3696
3697 * gdb.tui/winheight.exp: New file.
3698
3699 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
3700
3701 * gdb.base/ctf-whatis.c: Delete.
3702 * gdb.base/ctf-whatis.exp: Delete.
3703 * gdb.base/whatis.exp: Rewrite to compile as both dwarf and ctf.
3704
3705 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
3706
3707 * gdb.base/ctf-cvexpr.exp: Delete.
3708 * gdb.base/cvexpr.exp: Rewrite to compile as both dwarf and ctf.
3709
3710 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
3711
3712 * gdb.base/ctf-constvars.exp: Skip test if CTF is not supported in
3713 the compiler. Clean up header comment a little.
3714 * gdb.base/ctf-ptype.exp: Likewise.
3715 * gdb.base/ctf-whatis.exp: Likewise.
3716 * lib/gdb.exp (skip_ctf_tests): New proc.
3717
3718 2019-11-18 Sergio Durigan Junior <sergiodj@redhat.com>
3719
3720 https://bugzilla.redhat.com/show_bug.cgi?id=1765117
3721 * gdb.tui/corefile-run.exp: New file.
3722
3723 2019-11-14 Tom Tromey <tromey@adacore.com>
3724
3725 * gdb.base/gdbvars.exp (test_convenience_variables): Add
3726 regression tests.
3727
3728 2019-11-12 Tom Tromey <tom@tromey.com>
3729
3730 * lib/tuiterm.exp (_accept): Add wait_for parameter. Check output
3731 after any command. Expect prompt after WAIT_FOR is seen.
3732 (enter_tui): Enable resize messages.
3733 (command): Expect command in output.
3734 (get_line): Avoid error when cursor appears to be off-screen.
3735 (dump_screen): Include screen size in title.
3736 (_do_resize): New proc, from "resize".
3737 (resize): Rewrite. Do resize in two steps.
3738 * gdb.tui/empty.exp (layouts): Fix entries.
3739 (check_boxes): Remove xfail.
3740 (check_text): Dump screen on failure.
3741
3742 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
3743
3744 * gdb.python/py-symbol.exp: Add test for
3745 gdb.lookup_static_symbols.
3746
3747 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
3748
3749 * gdb.python/py-symbol.c: Declare and call function from new
3750 py-symbol-2.c file.
3751 * gdb.python/py-symbol.exp: Compile both source files, and add new
3752 tests for gdb.lookup_static_symbol.
3753 * gdb.python/py-symbol-2.c: New file.
3754
3755 2019-11-02 Tom de Vries <tdevries@suse.de>
3756
3757 * gdb.base/advance.exp: Drop superfluous 3rd argument to gdb_test.
3758 * gdb.base/anon.exp: Same.
3759 * gdb.base/auto-connect-native-target.exp: Same.
3760 * gdb.base/call-ar-st.exp: Same.
3761 * gdb.base/catch-syscall.exp: Same.
3762 * gdb.base/commands.exp: Same.
3763 * gdb.base/default.exp: Same.
3764 * gdb.base/display.exp: Same.
3765 * gdb.base/float.exp: Same.
3766 * gdb.base/foll-fork.exp: Same.
3767 * gdb.base/help.exp: Same.
3768 * gdb.base/info-macros.exp: Same.
3769 * gdb.base/info-proc.exp: Same.
3770 * gdb.base/info-target.exp: Same.
3771 * gdb.base/long_long.exp: Same.
3772 * gdb.base/macscp.exp: Same.
3773 * gdb.base/memattr.exp: Same.
3774 * gdb.base/nofield.exp: Same.
3775 * gdb.base/pointers.exp: Same.
3776 * gdb.base/printcmds.exp: Same.
3777 * gdb.base/ptype.exp: Same.
3778 * gdb.base/restore.exp: Same.
3779 * gdb.base/return.exp: Same.
3780 * gdb.base/scope.exp: Same.
3781 * gdb.base/set-noassign.exp: Same.
3782 * gdb.base/setshow.exp: Same.
3783 * gdb.base/shlib-call.exp: Same.
3784 * gdb.base/signals.exp: Same.
3785 * gdb.base/sigstep.exp: Same.
3786 * gdb.base/skip.exp: Same.
3787 * gdb.base/solib-symbol.exp: Same.
3788 * gdb.base/stap-probe.exp: Same.
3789 * gdb.base/step-line.exp: Same.
3790 * gdb.base/step-test.exp: Same.
3791 * gdb.base/style.exp: Same.
3792 * gdb.base/varargs.exp: Same.
3793 * gdb.base/vla-datatypes.exp: Same.
3794 * gdb.base/vla-ptr.exp: Same.
3795 * gdb.base/vla-sideeffect.exp: Same.
3796 * gdb.base/volatile.exp: Same.
3797 * gdb.base/watch-cond-infcall.exp: Same.
3798 * gdb.base/watchpoint.exp: Same.
3799
3800 2019-11-02 Tom de Vries <tdevries@suse.de>
3801
3802 * gdb.cp/anon-union.exp: Drop superfluous 3rd argument to gdb_test.
3803 * gdb.cp/cpexprs.exp: Same.
3804 * gdb.cp/except-multi-location.exp: Same.
3805 * gdb.cp/exceptprint.exp: Same.
3806 * gdb.cp/gdb2384.exp: Same.
3807 * gdb.cp/inherit.exp: Same.
3808 * gdb.cp/m-static.exp: Same.
3809 * gdb.cp/meth-typedefs.exp: Same.
3810 * gdb.cp/misc.exp: Same.
3811 * gdb.cp/namespace.exp: Same.
3812 * gdb.cp/non-trivial-retval.exp: Same.
3813 * gdb.cp/overload.exp: Same.
3814 * gdb.cp/pr17132.exp: Same.
3815 * gdb.cp/re-set-overloaded.exp: Same.
3816 * gdb.cp/rvalue-ref-types.exp: Same.
3817 * gdb.cp/templates.exp: Same.
3818
3819 2019-11-01 Luis Machado <luis.machado@linaro.org>
3820
3821 PR gdb/25124
3822
3823 * gdb.arch/pr25124.S: New file.
3824 * gdb.arch/pr25124.exp: New file.
3825
3826 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
3827
3828 * gdb.fortran/info-modules.exp: Update expected results, and add
3829 additional tests for 'info module functinos', and 'info module
3830 variables'.
3831 * gdb.fortran/info-types.exp: Update expected results.
3832 * gdb.fortran/info-types.f90: Extend testcase with additional
3833 module variables and functions.
3834
3835 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
3836
3837 * gdb.fortran/info-modules.exp: New file.
3838 * gdb.fortran/info-types.exp: Build with new file.
3839 * gdb.fortran/info-types.f90: Include and use new module.
3840 * gdb.fortran/info-types-2.f90: New file.
3841
3842 2019-10-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3843
3844 * gdb.base/setshow.exp: Test $_gdb_setting and $_gdb_setting_str.
3845 * gdb.base/settings.exp: Test all settings types using
3846 $_gdb_maint_setting and $_gdb_maint_setting_str in proc_show_setting,
3847 that now verifies that the value of "maint show" is the same as
3848 returned by the settings functions. Test the type of the
3849 maintenance settings.
3850 * gdb.base/default.exp: Update show_conv_list.
3851
3852 2019-10-31 Tom de Vries <tdevries@suse.de>
3853
3854 * gdb.arch/amd64-disp-step-avx.exp: Drop superfluous 3rd argument to
3855 gdb_test.
3856 * gdb.arch/amd64-disp-step.exp: Same.
3857 * gdb.asm/asm-source.exp: Same.
3858 * gdb.btrace/buffer-size.exp: Same.
3859 * gdb.btrace/cpu.exp: Same.
3860 * gdb.btrace/enable.exp: Same.
3861 * gdb.dwarf2/count.exp: Same.
3862 * gdb.dwarf2/dw2-ranges-func.exp: Same.
3863 * gdb.dwarf2/dw2-ranges-psym.exp: Same.
3864 * gdb.fortran/vla-datatypes.exp: Same.
3865 * gdb.fortran/vla-history.exp: Same.
3866 * gdb.fortran/vla-ptype.exp: Same.
3867 * gdb.fortran/vla-value.exp: Same.
3868 * gdb.fortran/whatis_type.exp: Same.
3869 * gdb.guile/guile.exp: Same.
3870 * gdb.multi/tids.exp: Same.
3871 * gdb.python/py-finish-breakpoint.exp: Same.
3872 * gdb.python/py-framefilter.exp: Same.
3873 * gdb.python/py-pp-registration.exp: Same.
3874 * gdb.python/py-xmethods.exp: Same.
3875 * gdb.python/python.exp: Same.
3876 * gdb.server/connect-with-no-symbol-file.exp: Same.
3877 * gdb.server/no-thread-db.exp: Same.
3878 * gdb.server/run-without-local-binary.exp: Same.
3879 * gdb.stabs/weird.exp: Same.
3880 * gdb.threads/attach-many-short-lived-threads.exp: Same.
3881 * gdb.threads/thread-find.exp: Same.
3882 * gdb.threads/tls-shared.exp: Same.
3883 * gdb.threads/tls.exp: Same.
3884 * gdb.threads/wp-replication.exp: Same.
3885 * gdb.trace/ax.exp: Same.
3886 * lib/gdb.exp (gdb_test_exact, help_test_raw): Same.
3887
3888 2019-10-31 Tom de Vries <tdevries@suse.de>
3889
3890 * gdb.ada/array_bounds.exp: Drop superfluous 3rd argument to gdb_test.
3891 * gdb.ada/array_subscript_addr.exp: Same.
3892 * gdb.ada/arrayidx.exp: Same.
3893 * gdb.ada/arrayparam.exp: Same.
3894 * gdb.ada/arrayptr.exp: Same.
3895 * gdb.ada/boolean_expr.exp: Same.
3896 * gdb.ada/call_pn.exp: Same.
3897 * gdb.ada/complete.exp: Same.
3898 * gdb.ada/fixed_cmp.exp: Same.
3899 * gdb.ada/fun_addr.exp: Same.
3900 * gdb.ada/funcall_param.exp: Same.
3901 * gdb.ada/interface.exp: Same.
3902 * gdb.ada/mod_from_name.exp: Same.
3903 * gdb.ada/null_array.exp: Same.
3904 * gdb.ada/packed_array.exp: Same.
3905 * gdb.ada/packed_tagged.exp: Same.
3906 * gdb.ada/print_chars.exp: Same.
3907 * gdb.ada/print_pc.exp: Same.
3908 * gdb.ada/ptype_arith_binop.exp: Same.
3909 * gdb.ada/ptype_field.exp: Same.
3910 * gdb.ada/ptype_tagged_param.exp: Same.
3911 * gdb.ada/rec_return.exp: Same.
3912 * gdb.ada/ref_tick_size.exp: Same.
3913 * gdb.ada/str_ref_cmp.exp: Same.
3914 * gdb.ada/taft_type.exp: Same.
3915 * gdb.ada/tagged.exp: Same.
3916 * gdb.ada/type_coercion.exp: Same.
3917 * gdb.ada/uninitialized_vars.exp: Same.
3918
3919 2019-10-30 Tom de Vries <tdevries@suse.de>
3920
3921 * lib/gdb.exp (gdb_test_multiple): Handle -early pattern flag.
3922
3923 2019-10-26 Tom de Vries <tdevries@suse.de>
3924
3925 * gdb.base/bigcore.c: Fix typos in comments.
3926 * gdb.base/ctf-ptype.c: Same.
3927 * gdb.base/long_long.c: Same.
3928 * gdb.dwarf2/dw2-op-out-param.S: Same.
3929 * gdb.python/py-evthreads.c: Same.
3930 * gdb.reverse/i387-stack-reverse.c: Same.
3931 * gdb.trace/tfile.c: Same.
3932 * lib/compiler.c: Same.
3933 * lib/compiler.cc: Same.
3934
3935 2019-10-25 Tom de Vries <tdevries@suse.de>
3936
3937 * gdb.reverse/sigall-precsave.exp: Use -wrap and $gdb_test_name in
3938 gdb_test_multiple calls.
3939 * gdb.reverse/sigall-reverse.exp: Same.
3940 * gdb.reverse/solib-precsave.exp: Same.
3941 * gdb.reverse/solib-reverse.exp: Same.
3942 * gdb.reverse/until-precsave.exp: Same.
3943 * gdb.reverse/until-reverse.exp: Same.
3944
3945 2019-10-24 Tom de Vries <tdevries@suse.de>
3946
3947 * lib/gdb.exp (gdb_test_multiple): Add -wrap pattern flag.
3948 * gdb.reverse/step-precsave.exp: Rewrite gdb_test_multiple containing
3949 kfail using -wrap pattern flag and convenience variable
3950 gdb_test_name.
3951
3952 2019-10-24 Andrew Burgess <andrew.burgess@embecosm.com>
3953
3954 * gdb.python/py-progspace.exp: Add tests for the
3955 Progspace.block_for_pc method.
3956
3957 2019-10-23 Tom Tromey <tom@tromey.com>
3958
3959 * configure: Rebuild.
3960 * aclocal.m4: Use m4_include, not sinclude.
3961
3962 2019-10-21 Tom de Vries <tdevries@suse.de>
3963
3964 * gdb.base/infcall-nested-structs.c: Add
3965 __attribute__((noinline,noclone)) to all functions.
3966 (call_all): Add missing variable initialization. Simplify return value.
3967 (breakpt): Increment volatile variable, to prevent call from being
3968 optimized out.
3969 * gdb.base/infcall-nested-structs.exp: Compile with -O2.
3970
3971 2019-10-17 Tom de Vries <tdevries@suse.de>
3972
3973 * gdb.fortran/module.exp: Allow info variables to print info for files
3974 other than module.f90.
3975
3976 2019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
3977
3978 * gdb.fortran/module.exp: Extend with 'info variables' test.
3979
3980 2019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
3981
3982 * boards/cc-with-tweaks.exp: Setup F90_FOR_TARGET and
3983 F77_FOR_TARGET.
3984
3985 2019-10-16 Tom de Vries <tdevries@suse.de>
3986
3987 PR tdep/25096
3988 * gdb.base/infcall-nested-structs.exp: Remove PR25096 KFAILs.
3989
3990 2019-10-16 Tom de Vries <tdevries@suse.de>
3991
3992 PR tdep/24104
3993 * gdb.base/infcall-nested-structs.exp: Remove XFAIL for PR tdep/24104.
3994 Add KFAIL for PR tdep/25096.
3995
3996 2019-10-16 Tom de Vries <tdevries@suse.de>
3997
3998 PR testsuite/25059
3999 * gdb.cp/local-static.exp (do_test): Add xfails for gcc PR debug/55541.
4000
4001 2019-10-16 Tom de Vries <tdevries@suse.de>
4002
4003 * gdb.base/jit-reader.exp: Allow non-pointer registers to be printed
4004 as signed.
4005
4006 2019-10-14 Simon Marchi <simon.marchi@polymtl.ca>
4007
4008 * gdb.mi/list-thread-groups-available.exp: Read entries one by
4009 one instead of increasing timeout.
4010
4011 2019-10-13 Tom de Vries <tdevries@suse.de>
4012
4013 PR record/25038
4014 * gdb.reverse/sigall-precsave.exp: Add PR record/25038 KFAIL.
4015 * gdb.reverse/sigall-reverse.exp: Same.
4016 * gdb.reverse/solib-precsave.exp: Same.
4017 * gdb.reverse/solib-reverse.exp: Same.
4018 * gdb.reverse/step-precsave.exp: Same.
4019 * gdb.reverse/until-precsave.exp: Same.
4020 * gdb.reverse/until-reverse.exp: Same.
4021 * lib/gdb.exp (gdb_continue_to_breakpoint): Same.
4022
4023 2019-10-10 Andreas Arnez <arnez@linux.ibm.com>
4024
4025 * gdb.base/infcall-nested-structs.c (cmp_struct_02_01)
4026 (cmp_struct_02_02, cmp_struct_04_01, cmp_struct_04_02)
4027 (cmp_struct_05_01, cmp_struct_static_02_01)
4028 (cmp_struct_static_04_01, cmp_struct_static_06_01): Fix redundant
4029 comparisons.
4030
4031 2019-10-10 Tom de Vries <tdevries@suse.de>
4032
4033 PR testsuite/24888
4034 * lib/ada.exp (target_compile_ada_from_dir): Route -pie/-no-pie to
4035 gnatlink.
4036
4037 2019-10-09 Tom de Vries <tdevries@suse.de>
4038
4039 PR testsuite/25048
4040 * gdb.rust/simple.exp: Add xfails for incorrect DWARF.
4041
4042 2019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
4043
4044 * gdb.ada/catch_ex_std.exp: Handle being unabled to catch Ada
4045 exceptions due to missing debug information.
4046
4047 2019-10-07 Tom de Vries <tdevries@suse.de>
4048
4049 * gdb.base/default.exp: Expect _gdb_major/_gdb_minor to be 9.1.
4050
4051 2019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
4052
4053 * lib/gdb.exp (gdb_test_multiple): Add gdb_test_name mechanism.
4054 * gdb.base/annota1.exp: Update to use gdb_test_name.
4055
4056 2019-10-07 Weimin Pan <weimin.pan@oracle.com>
4057
4058 * gdb.base/ctf-whatis.exp: New file.
4059 * gdb.base/ctf-whatis.c: New file.
4060 * gdb.base/ctf-ptype.exp: New file.
4061 * gdb.base/ctf-ptype.c: New file.
4062 * gdb.base/ctf-constvars.exp: New file.
4063 * gdb.base/ctf-constvars.c: New file.
4064 * gdb.base/ctf-cvexpr.exp: New file.
4065
4066 2019-10-04 Tom de Vries <tdevries@suse.de>
4067
4068 * gdb.cp/local-static.c (main): Move declaration of int i out of the
4069 for loop.
4070
4071 2019-10-03 Tom Tromey <tom@tromey.com>
4072
4073 PR rust/24976:
4074 * gdb.rust/simple.rs (Union2): New type.
4075 (main): Use Union2.
4076 * gdb.rust/simple.exp: Add test.
4077
4078 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
4079
4080 * gdb.fortran/nested-funcs-2.exp: Run tests with and without the
4081 nested function prefix.
4082
4083 2019-10-03 Bernhard Heckel <bernhard.heckel@intel.com>
4084 Richard Bunt <richard.bunt@arm.com>
4085 Andrew Burgess <andrew.burgess@embecosm.com>
4086
4087 * gdb.fortran/nested-funcs.exp: Tests for placing breakpoints on
4088 nested functions.
4089 * gdb.fortran/nested-funcs.f90: Update expected results.
4090 * gdb.fortran/nested-funcs-2.exp: New file.
4091 * gdb.fortran/nested-funcs-2.f90: New file.
4092
4093 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
4094
4095 * gdb.python/py-parameter.exp: Make test names unique.
4096 * gdb.python/py-template.exp: Likewise.
4097 * gdb.python/py-value.exp: Likewise.
4098
4099 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
4100
4101 * gdb.base/break-interp.exp: Reduce test name duplication.
4102 * gdb.base/call-sc.exp: Likewise.
4103 * gdb.base/callfuncs.exp: Likewise.
4104 * gdb.base/charset.exp: Likewise.
4105 * gdb.base/dump.exp: Likewise.
4106 * gdb.base/ena-dis-br.exp: Likewise.
4107 * gdb.base/relational.exp: Likewise.
4108 * gdb.base/step-over-syscall.exp: Likewise.
4109 * gdb.base/structs.exp: Likewise.
4110
4111 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
4112
4113 * gdb.linespec/explicit.exp: Make test names unique.
4114 * gdb.linespec/ls-errs.exp: Likewise.
4115
4116 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
4117
4118 * gdb.reverse/break-precsave.exp: Make test names unique.
4119 * gdb.reverse/break-reverse.exp: Likewise.
4120 * gdb.reverse/finish-precsave.exp: Likewise.
4121 * gdb.reverse/finish-reverse.exp: Likewise.
4122 * gdb.reverse/machinestate-precsave.exp: Likewise.
4123 * gdb.reverse/machinestate.exp: Likewise.
4124 * gdb.reverse/readv-reverse.exp: Likewise.
4125 * gdb.reverse/recvmsg-reverse.exp: Likewise.
4126 * gdb.reverse/sigall-precsave.exp: Likewise.
4127 * gdb.reverse/sigall-reverse.exp: Likewise.
4128 * gdb.reverse/step-indirect-call-thunk.exp: Likewise.
4129 * gdb.reverse/watch-precsave.exp: Likewise.
4130 * gdb.reverse/watch-reverse.exp: Likewise.
4131
4132 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
4133
4134 * gdb.threads/stop-with-handle.c: New file.
4135 * gdb.threads/stop-with-handle.exp: New file.
4136
4137 2019-10-03 Tom de Vries <tdevries@suse.de>
4138
4139 PR testsuite/25059
4140 * gdb.base/list-missing-source.exp: Allowing the "Compilation
4141 directory" line to be missing.
4142
4143 2019-10-03 Tom de Vries <tdevries@suse.de>
4144
4145 PR testsuite/25059
4146 * gdb.base/info-types.exp: Make the presence of the 'unsigned int'
4147 type optional.
4148
4149 2019-10-02 Andreas Arnez <arnez@linux.ibm.com>
4150
4151 * gdb.python/py-format-string.c (string.h): New include.
4152 (main): Fill a_struct_with_union.the_union.an_int with bytes of
4153 the same value, for endianness-independence.
4154 * gdb.python/py-format-string.exp (default_regexp_dict)
4155 (test_pretty_structs, test_format): Adjust expected output to the
4156 changed initialization.
4157
4158 2019-10-02 Tom Tromey <tromey@adacore.com>
4159
4160 * gdb.ada/catch_ex_std.exp: Add $_ada_exception test.
4161
4162 2019-10-02 Pedro Alves <palves@redhat.com>
4163 Andrew Burgess <andrew.burgess@embecosm.com>
4164
4165 * gdb.base/print-file-var-lib1.c: Include <stdio.h> and
4166 "print-file-var.h".
4167 (this_version_id) Use ATTRIBUTE_VISIBILITY.
4168 (get_version_1): Print this_version_id and its address.
4169 Add extern "C" wrappers around interface functions.
4170 * gdb.base/print-file-var-lib2.c: Include <stdio.h> and
4171 "print-file-var.h".
4172 (this_version_id) Use ATTRIBUTE_VISIBILITY.
4173 (get_version_2): Print this_version_id and its address.
4174 Add extern "C" wrappers around interface functions.
4175 * gdb.base/print-file-var-main.c: Include <dlfcn.h>, <assert.h>,
4176 <stddef.h> and "print-file-var.h".
4177 Add extern "C" wrappers around interface functions.
4178 [VERSION_ID_MAIN] (this_version_id): Define.
4179 (main): Define v0. Use dlopen if SHLIB_NAME is defined.
4180 * gdb.base/print-file-var.h: Add some #defines to simplify setting
4181 up extern "C" blocks.
4182 * gdb.base/print-file-var.exp (test): New, factored out from top
4183 level.
4184 (top level): Test all combinations of attribute hidden or not,
4185 dlopen or not, and this_version_id symbol in main file or not.
4186 Compile tests as both C++ and C, make test names unique.
4187
4188 2019-10-01 Tom Tromey <tom@tromey.com>
4189
4190 * gdb.base/style.exp: Test "show logging filename".
4191
4192 2019-10-01 Tom Tromey <tom@tromey.com>
4193
4194 * lib/gdb-utils.exp (style): Handle "metadata" argument.
4195 * gdb.base/style.exp: Add metadata style test.
4196
4197 2019-10-01 Tom Tromey <tom@tromey.com>
4198
4199 * gdb.base/style.exp: Test "pwd".
4200
4201 2019-10-01 Tom Tromey <tom@tromey.com>
4202
4203 * gdb.base/style.exp: Update tests.
4204
4205 2019-10-01 Andreas Arnez <arnez@linux.ibm.com>
4206
4207 * gdb.base/pretty-print.c (struct s1_t): Change fields 'three' and
4208 'six' to unsigned.
4209 (s1): Initialize fields 'four' and 'six' instead of 'three' and
4210 'five'. Use an all-ones bit pattern for each.
4211 * gdb.base/pretty-print.exp: Adjust expected output of "print s1"
4212 to its changed values.
4213
4214 2019-09-30 Tom Tromey <tromey@adacore.com>
4215
4216 * gdb.rust/traits.rs: Disable all warnings.
4217
4218 2019-09-29 Tom de Vries <tdevries@suse.de>
4219
4220 * gdb.dwarf2/gdb-index.exp: Handle new location of .dwz file.
4221
4222 2019-09-29 Tom de Vries <tdevries@suse.de>
4223
4224 * gdb.dwarf2/gdb-index.exp: Use with_test_prefix for second objcopy.
4225
4226 2019-09-27 Tom de Vries <tdevries@suse.de>
4227
4228 * gdb.reverse/step-precsave.exp: Add missing $gdb_prompt in regexps.
4229
4230 2019-09-27 Tom de Vries <tdevries@suse.de>
4231
4232 PR record/23188
4233 * gdb.reverse/step-precsave.exp: Add kfail for PR record/23188.
4234
4235 2019-09-26 Tom Tromey <tromey@adacore.com>
4236
4237 * gdb.ada/py_taft.exp: New file.
4238 * gdb.ada/py_taft/main.adb: New file.
4239 * gdb.ada/py_taft/pkg.adb: New file.
4240 * gdb.ada/py_taft/pkg.ads: New file.
4241
4242 2019-09-24 Tom de Vries <tdevries@suse.de>
4243
4244 PR gdb/24598
4245 * gdb.arch/amd64-init-x87-values.exp: Add xfail.
4246
4247 2019-09-22 Tom de Vries <tdevries@suse.de>
4248
4249 * gdb.base/restore.exp: Allow register variables to be optimized out at
4250 -O0.
4251
4252 2019-09-20 Ulrich Weigand <uweigand@de.ibm.com>
4253
4254 * gdb.arch/spu-info.exp: Remove file.
4255 * gdb.arch/spu-info.c: Remove file.
4256 * gdb.arch/spu-ls.exp: Remove file.
4257 * gdb.arch/spu-ls.c: Remove file.
4258
4259 * gdb.asm/asm-source.exp: Remove support for spu*-*-*.
4260 * gdb.asm/spu.inc: Remove file.
4261
4262 * gdb.base/dump.exp: Remove support for spu*-*-*.
4263 * gdb.base/stack-checking.exp: Likewise.
4264 * gdb.base/overlays.exp: Likewise.
4265 * gdb.base/ovlymgr.c: Likewise.
4266 * gdb.base/spu.ld: Remove file.
4267
4268 * gdb.cp/bs15503.exp: Remove support for spu*-*-*.
4269 * gdb.cp/cpexprs.exp: Likewise.
4270 * gdb.cp/exception.exp: Likewise.
4271 * gdb.cp/gdb2495.exp: Likewise.
4272 * gdb.cp/mb-templates.exp: Likewise.
4273 * gdb.cp/pr9167.exp: Likewise.
4274 * gdb.cp/userdef.exp: Likewise.
4275
4276 * gdb.xml/tdesc-regs.exp: Remove support for spu*-*-*.
4277
4278 * gdb.cell: Remove directory.
4279 * lib/cell.exp: Remove file.
4280
4281 2019-09-19 Tom de Vries <tdevries@suse.de>
4282
4283 * lib/gdb.exp (gdb_test): Eliminate "^FOOBAR$" pattern.
4284
4285 2019-09-19 Tom de Vries <tdevries@suse.de>
4286
4287 * lib/gdbserver-support.exp (gdb_target_cmd): Fix argument passing.
4288
4289 2019-09-19 Tom de Vries <tdevries@suse.de>
4290
4291 * lib/gdbserver-support.exp (gdb_target_cmd_ext): Return 2 (meaning
4292 UNSUPPORTED) for 'Network is unreachable' message. Factor out of ...
4293 (gdb_target_cmd): ... here.
4294 * gdb.server/server-connect.exp: Use gdb_target_cmd_ext, handle return
4295 value 2.
4296
4297 2019-09-18 Andrew Burgess <andrew.burgess@embecosm.com>
4298
4299 * gdb.base/source-dir.exp: Avoid having directory names in test
4300 names.
4301
4302 2019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
4303
4304 * gdb.base/source-dir.exp: Add extra test for mapped compilation
4305 directory.
4306
4307 2019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
4308
4309 * gdb.base/list-missing-source.exp: New file.
4310
4311 2019-09-14 Tom de Vries <tdevries@suse.de>
4312
4313 PR teststuite/24599
4314 * gdb.ada/rename_subscript_param.exp: Require gnatmake 8.
4315 * lib/ada.exp (gnatmake_version_at_least): New proc.
4316
4317 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
4318
4319 * gdb.base/maint.exp: Use exec_has_index_section.
4320
4321 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
4322
4323 * gdb.base/maint.exp: Add test for 'maint info sections'.
4324
4325 2019-09-12 Tom de Vries <tdevries@suse.de>
4326
4327 * gdb.base/store.exp: Allow register variables to be optimized out at
4328 -O0.
4329
4330 2019-09-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4331
4332 * gdb.ada/rdv_wait.exp: Update to new task names.
4333 * gdb.base/task_switch_in_core.exp: Likewise.
4334 * gdb.base/info_sources_base.c: Likewise.
4335
4336 2019-09-10 Tom Tromey <tromey@adacore.com>
4337
4338 * boards/cc-with-tweaks.exp: Set GNATMAKE_FOR_TARGET.
4339
4340 2019-09-10 Tom Tromey <tromey@adacore.com>
4341
4342 * gdb.ada/dgopt.exp: New file.
4343 * gdb.ada/dgopt/x.adb: New file.
4344
4345 2019-09-08 Tom Tromey <tom@tromey.com>
4346
4347 * gdb.tui/resize.exp: Remove setup_xfail.
4348 * gdb.tui/regs.exp: Remove setup_xfail.
4349 * gdb.tui/basic.exp: Remove setup_xfail.
4350
4351 2019-09-06 David Blaikie <dblaikie@gmail.com>
4352
4353 * gdb.base/label.exp: un-XFAIL label related tests under Clang.
4354 * gdb.cp/cplabel.exp: Ditto.
4355 * gdb.linespec/ls-errs.exp: Ditto.
4356
4357 2019-09-05 Tom de Vries <tdevries@suse.de>
4358
4359 * lib/gdb.exp (cmp_file_string): New proc.
4360 * gdb.base/ui-redirect.exp: Replace "gdb_breakpoint main" with
4361 runto_main. Verify save breakpoints output.
4362
4363 2019-09-04 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4364
4365 * gdb.base/info-var.exp: Test info variables without running
4366 to main, to avoid expect's buffer overflow.
4367
4368 2019-09-03 Tom Tromey <tromey@adacore.com>
4369
4370 * gdb.ada/bias.exp: New file.
4371 * gdb.ada/bias/bias.adb: New file.
4372 * gdb.ada/print_chars.exp: Add regression test.
4373 * gdb.ada/print_chars/foo.adb (My_Character): New type.
4374 (MC): New variable.
4375
4376 2019-08-29 Sandra Loosemore <sandra@codesourcery.com>
4377
4378 * gdb.base/argv0-symlink.exp: Run only on native target
4379 and local host.
4380
4381 2019-08-29 Tom de Vries <tdevries@suse.de>
4382
4383 * gdb.fortran/info-types.exp: Fix gdb_test regexp to allow more
4384 diverse debug info.
4385 * lib/fortran.exp (fortran_int8): New proc, based on fortran_int4.
4386
4387 2019-08-28 Tom de Vries <tdevries@suse.de>
4388
4389 * gdb.base/info-var.exp: Allow info variables to print info for files
4390 other than info-var-f1.c and info-var-f2.c.
4391
4392 2019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
4393
4394 * gdb.fortran/info-types.exp: Add module.
4395 * gdb.fortran/info-types.f90: Update expected results.
4396
4397 2019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
4398
4399 * gdb.fortran/info-types.exp: New file.
4400 * gdb.fortran/info-types.f90: New file.
4401 * lib/fortran.exp (fortran_character1): New proc.
4402
4403 2019-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
4404
4405 * gdb.base/info-fun.exp: Extend to test the -n flag for 'info
4406 functions'. Reindent as needed.
4407 * gdb.base/info-var-f1.c: New file.
4408 * gdb.base/info-var-f2.c: New file.
4409 * gdb.base/info-var.exp: New file.
4410 * gdb.base/info-var.h: New file.
4411
4412 2019-08-26 Tom de Vries <tdevries@suse.de>
4413
4414 PR c++/24852
4415 * gdb.cp/no-libstdcxx-probe.exp: New test.
4416
4417 2019-08-26 Tom de Vries <tdevries@suse.de>
4418
4419 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Return 1 if probe
4420 * tests need to be skipped.
4421 * gdb.cp/exceptprint.exp: Update call to skip_libstdcxx_probe_tests.
4422 * gdb.mi/mi-catch-cpp-exceptions.exp: Update call to
4423 mi_skip_libstdcxx_probe_tests.
4424
4425 2019-08-26 Sergio Durigan Junior <sergiodj@redhat.com>
4426
4427 * gdb.python/py-xmethods.exp: Use raw strings when passing
4428 arguments to SimpleXMethodMatcher.
4429
4430 2019-08-22 Tom de Vries <tdevries@suse.de>
4431
4432 * gdb.multi/multi-term-settings.exp (coretest): Make gdb_test messages
4433 more informative.
4434
4435 2019-08-21 Pedro Alves <palves@redhat.com>
4436
4437 * gdb.base/with.exp: Test "with" with no arguments.
4438
4439 2019-08-21 Tom de Vries <tdevries@suse.de>
4440
4441 * gdb.base/gdb-caching-proc.exp: Sort files.
4442
4443 2019-08-20 Tom de Vries <tdevries@suse.de>
4444
4445 * lib/pascal.exp (gdb_compile_pascal): Remove $destfile before
4446 compilation.
4447
4448 2019-08-16 Tom de Vries <tdevries@suse.de>
4449
4450 * gdb.base/compare-sections.exp ("after run to main"): Allow
4451 mismatched read-only sections for PIE executables.
4452
4453 2019-08-16 Tom Tromey <tom@tromey.com>
4454
4455 * lib/tuiterm.exp (_csi_Z): New proc.
4456 * gdb.tui/basic.exp: Update window positions.
4457 * gdb.tui/empty.exp: Update window positions.
4458
4459 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
4460
4461 * gdb.base/examine-backward.exp: Correct regexp for
4462 "examine 3 bytes backward from ${address_zero}".
4463
4464 2019-08-15 Tom Tromey <tom@tromey.com>
4465
4466 * gdb.tui/empty.exp: Enable resizing tests.
4467
4468 2019-08-15 Tom Tromey <tromey@adacore.com>
4469
4470 * gdb.ada/char_enum.exp: Add regression tests.
4471 * gdb.ada/char_enum/foo.adb (Char_Enum_Type): Use '_'
4472 and '0'.
4473 (Char, Gchar): Update.
4474 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): Use '+'.
4475
4476 2019-08-15 Christian Biesinger <cbiesinger@google.com>
4477
4478 * gdb.python/python.exp: Expect a leading underscore on
4479 GdbOutput{,Error}File.
4480
4481 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
4482
4483 * gdb.dwarf2/dw2-dir-file-name.exp: Skip on remote or
4484 Windows host.
4485
4486 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
4487
4488 * gdb.base/batch-preserve-term-settings.exp
4489 (test_terminal_settings_preserved_after_sigterm): Skip on Windows.
4490
4491 2019-08-15 Christian Biesinger <cbiesinger@google.com>
4492
4493 * lib/gdb.exp: When running on a mingw target, replace
4494 /x/ with x:/.
4495
4496 2019-08-14 Alan Hayward <alan.hayward@arm.com>
4497
4498 * gdb.arch/aarch64-prologue.c: New test.
4499 * gdb.arch/aarch64-prologue.exp: New file.
4500
4501 2019-08-13 Tom de Vries <tdevries@suse.de>
4502
4503 * gdb.gdb/selftest.exp (send ^C to child process again): Accept also
4504 Thread.
4505
4506 2019-08-13 Sandra Loosemore <sandra@codesourcery.com>
4507
4508 * gdb.python/py-completion.exp: Download the .py file to the host
4509 and use its host pathname. Conditionalize tests that use
4510 tab completion and manipulate files on the build machine.
4511 * gdb.python/py-events.exp: Download the .py file to the host
4512 and use its host pathname.
4513 * gdb.python/py-evsignal.exp: Likewise.
4514 * gdb.python/py-evthreads.exp: Likewise.
4515 * gdb.python/py-framefilter-invalidarg.exp: Match Windows
4516 pathname syntax.
4517 * gdb.python/py-framefilter.exp: Download the .py file to the right
4518 place on the host. Match Windows pathname syntax.
4519 * gdb.python/py-mi-var-info-path-expression.exp: Download the
4520 .py file to the host and use its host pathname.
4521 * gdb.python/py-objfile-script.exp: Match Windows pathname syntax.
4522 * gdb.python/py-objfile.exp: Expect a host pathname, not a
4523 build pathname. Skip symlink test on Windows host. Add missing
4524 newline at end of file.
4525 * gdb.python/py-pp-maint.exp: Download the .py file to the host
4526 and use its host pathname.
4527 * gdb.python/py-pp-registration.exp: Match Windows pathname syntax.
4528 * gdb.python/py-section-script.exp: Use host location of binfile
4529 on safe-path. Use correct path separator on Windows host.
4530 Reorder alternatives in gdb_test_multiple to prevent matching
4531 the wrong alternative on success.
4532 * gdb.python/py-symtab.exp: Match Windows pathname syntax.
4533
4534 2019-08-12 Patrick Palka <patrick@parcs.ath.cx>
4535
4536 * gdb.gdb/selftest.exp (test_with_self): Update test to now
4537 expect the GDB inferior to no longer immediately stop after
4538 being resumed with "signal SIGINT".
4539
4540 2019-08-09 Sandra Loosemore <sandra@codesourcery.com>
4541
4542 * gdb.linespec/break-ask.exp: Generalize regexps to match
4543 Windows pathnames too.
4544
4545 2019-08-08 Tom de Vries <tdevries@suse.de>
4546
4547 PR testsuite/24862
4548 * lib/tuiterm.exp (_accept): Fix CSI regexp.
4549
4550 2019-08-07 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4551
4552 * gdb.base/style.exp: Update tests for help doc new invariants.
4553 * gdb.base/help.exp: Likewise.
4554
4555 2019-08-06 Tom Tromey <tom@tromey.com>
4556
4557 * gdb.base/style.exp: Add disassemble test.
4558 * gdb.base/style.c (some_called_function): New function.
4559 (main): Use it.
4560
4561 2019-08-05 Christian Biesinger <cbiesinger@google.com>
4562
4563 * gdb.python/py-block.exp: Test dictionary access on blocks.
4564
4565 2019-08-05 Simon Marchi <simon.marchi@efficios.com>
4566
4567 PR gdb/24863
4568 * gdb.mi/list-thread-groups-available.exp: Increase timeout for
4569 -list-thread-groups --available test when running under
4570 check-read1.
4571
4572 2019-08-05 Tom de Vries <tdevries@suse.de>
4573
4574 PR testsuite/24863
4575 * lib/gdb.exp (with_read1_timeout_factor): New proc.
4576 * gdb.base/help.exp: Use with_read1_timeout_factor.
4577 * gdb.base/info-macros.exp: Same.
4578 * gdb.cp/nested-types.exp: Same.
4579
4580 2019-08-05 Tom de Vries <tdevries@suse.de>
4581
4582 * lib/gdb.exp (version_at_least): Factor out of ...
4583 (tcl_version_at_least): ... here.
4584 (gdb_compile): Fail if pie results in non-PIE executable.
4585 (readelf_version, readelf_prints_pie): New proc.
4586 (exec_is_pie): Return -1 if unknown.
4587
4588 2019-08-05 Tom de Vries <tdevries@suse.de>
4589
4590 * lib/gdb.exp (tcl_version_at_least): Fix typo.
4591
4592 2019-08-04 Sandra Loosemore <sandra@codesourcery.com>
4593
4594 * gdb.server/reconnect-ctrl-c.exp: Skip if nointerrupts.
4595
4596 2019-08-04 Sandra Loosemore <sandra@codesourcery.com>
4597
4598 * lib/completion-support.exp (test_gdb_complete_none): Skip
4599 tab completion tests if no readline support.
4600 (test_gdb_complete_unique_re): Likewise.
4601 (test_gdb_complete_multiple): Likewise.
4602
4603 2019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4604
4605 * gdb.base/info_sources.exp: New file.
4606 * gdb.base/info_sources.c: New file.
4607 * gdb.base/info_sources_base.c: New file.
4608
4609 2019-08-01 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
4610
4611 * gdb.base/batch-exit-status.exp: Call test_exit_status with
4612 prefix argument.
4613 (test_exit_status): Add prefix argument.
4614
4615 2019-08-01 Tom de Vries <tdevries@suse.de>
4616
4617 PR testsuite/24863
4618 * gdb.threads/fork-plus-threads.exp: Fix check-run1 timeout by
4619 calling exp_continue for new thread and thread exited messages.
4620
4621 2019-08-01 Tom de Vries <tdevries@suse.de>
4622
4623 PR testsuite/24863
4624 * gdb.base/structs.exp: Fix check-read1 timeout using
4625 gdb_test_sequence.
4626 * lib/gdb.exp (tcl_version_at_least, lrepeat): New proc.
4627
4628 2019-08-01 Tom de Vries <tdevries@suse.de>
4629
4630 PR testsuite/24863
4631 * gdb.base/break-interp.exp: Use exp_continue after each "info files"
4632 line.
4633
4634 2019-08-01 Tom de Vries <tdevries@suse.de>
4635
4636 PR testsuite/24863
4637 * gdb.base/signals.exp: Fix check-read1 timeout using gdb_test_sequence.
4638
4639 2019-07-30 Tom Tromey <tromey@adacore.com>
4640
4641 * gdb.ada/display_nested.exp: New file.
4642 * gdb.ada/display_nested/foo.adb: New file.
4643 * gdb.ada/display_nested/pack.adb: New file.
4644 * gdb.ada/display_nested/pack.ads: New file.
4645
4646 2019-07-30 Christian Biesinger <cbiesinger@google.com>
4647
4648 * gdb.python/py-symbol.c: Add a static variable and one in an anonymous
4649 namespace.
4650 * gdb.python/py-symbol.exp: Test gdb.lookup_static_symbol.
4651
4652 2019-07-30 Tom de Vries <tdevries@suse.de>
4653
4654 * lib/read1.c (read): Don't use unsetenv (v), use setenv (v, "", 1)
4655 instead.
4656
4657 2019-07-30 Tom de Vries <tdevries@suse.de>
4658
4659 PR testsuite/24834
4660 * lib/gdb.exp (gdb_compile): Fail if nopie results in PIE executable.
4661 (exec_is_pie): New proc.
4662
4663 2019-07-29 Christian Biesinger <cbiesinger@google.com>
4664
4665 * gdb.python/py-objfile.exp: Fix misspelling (nonexistant -> nonexistent)
4666
4667 2019-07-29 Christian Biesinger <cbiesinger@google.com>
4668
4669 * gdb.python/py-objfile.c: Add global and static vars.
4670 * gdb.python/py-objfile.exp: Test new functions Objfile.
4671 lookup_global_symbol and lookup_static_symbol.
4672
4673 2019-07-29 Tom Tromey <tom@tromey.com>
4674
4675 * lib/tuiterm.exp (Term::_csi_@): New proc.
4676 (Term::_csi_X): Don't move cursor.
4677
4678 2019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4679
4680 * gdb.base/options.exp: Update backtrace - completion to
4681 new option -frame-info.
4682 * gdb.base/frame-args.exp: Test new 'frame-arguments presence'.
4683 Test new 'set print frame-info'. Test backtrace -frame-info
4684 overriding 'set print frame-info'.
4685 * gdb.python/py-framefilter.exp: Test new 'frame-arguments presence'.
4686 Test new 'set print frame-info'.
4687 Verify consistency of backtrace with and without filters, with and
4688 without -no-filters.
4689 * gdb.python/py-framefilter-invalidarg.exp: Update to new print_what
4690 default.
4691
4692 2019-07-29 Tom de Vries <tdevries@suse.de>
4693
4694 * gdb.linespec/explicit.exp: Fix completion trigger for "complete with
4695 no arguments".
4696
4697 2019-07-29 Tom de Vries <tdevries@suse.de>
4698
4699 * gdb.linespec/explicit.exp: Fix gdb_test_multiple regexps where second
4700 is a substring of the first for "complete non-unique file name".
4701
4702 2019-07-29 Tom de Vries <tdevries@suse.de>
4703
4704 * gdb.python/python.exp: Don't terminate gdb_test_multiple regexp
4705 with ".*".
4706
4707 2019-07-29 Tom de Vries <tdevries@suse.de>
4708
4709 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt, gdb_is_target_1):
4710 Pass prompt_regexp parameter to gdb_test_multiple calls.
4711
4712 2019-07-29 Tom de Vries <tdevries@suse.de>
4713
4714 * gdb.base/maint.exp: Use "\r\n" instead of "\[\r\n\]+" in "maint
4715 print registers" regexps.
4716
4717 2019-07-29 Tom de Vries <tdevries@suse.de>
4718
4719 * gdb.base/define.exp: Add "\r\n" to "reset gdb_prompt" regexp.
4720
4721 2019-07-29 Tom de Vries <tdevries@suse.de>
4722
4723 PR gdb/24855
4724 * lib/gdb.exp (gdb_test_multiple): Add prompt_regexp parameter.
4725 (skip_python_tests_prompt): Add prompt_regexp argument to
4726 gdb_test_multiple calls.
4727
4728 2019-07-27 Tom Tromey <tom@tromey.com>
4729
4730 * gdb.tui/main.exp: New file.
4731
4732 2019-07-27 Tom Tromey <tom@tromey.com>
4733
4734 * lib/tuiterm.exp (Term::clean_restart): Make "executable"
4735 optional.
4736 * gdb.tui/empty.exp: New file.
4737
4738 2019-07-27 Tom Tromey <tom@tromey.com>
4739
4740 * lib/tuiterm.exp (spawn): New proc.
4741 (Term::resize): New proc.
4742 * gdb.tui/resize.exp: New file.
4743
4744 2019-07-27 Tom Tromey <tom@tromey.com>
4745
4746 * gdb.tui/list.exp: New file.
4747
4748 2019-07-27 Tom Tromey <tom@tromey.com>
4749
4750 * gdb.tui/regs.exp: New file.
4751
4752 2019-07-27 Tom Tromey <tom@tromey.com>
4753
4754 * gdb.tui/basic.exp: Add "layout split" test.
4755
4756 2019-07-27 Tom Tromey <tom@tromey.com>
4757
4758 * gdb.tui/basic.exp: Add "layout asm" test.
4759
4760 2019-07-27 Tom Tromey <tom@tromey.com>
4761
4762 * lib/tuiterm.exp: New file.
4763 * gdb.tui/basic.exp: New file.
4764
4765 2019-07-27 Kevin Buettner <kevinb@redhat.com>
4766
4767 * gdb.dwarf2/dw2-ranges-func.exp (enable_foo_cold_stepping):
4768 Enable tests associated with this flag. Adjust regex
4769 referencing "foo_low" to now refer to "foo_cold" instead.
4770
4771 2019-07-27 Kevin Buettner <kevinb@redhat.com>
4772
4773 * gdb.dwarf2/dw2-ranges-func.c: Rename to...
4774 * gdb.dwarf2/dw2-ranges-func-lo-cold.c: ...this.
4775 * gdb.dwarf2/dw2-ranges-func-lo-cold.c (foo_low): Change name to
4776 foo_cold. Revise comments to match.
4777 * gdb.dwarf2/dw2-ranges-func-hi-cold.c: New file.
4778 * gdb.dwarf2/dw2-ranges-func.exp (do_test): New proc. Existing tests
4779 were wrapped into this proc; Call do_test in loop from outermost
4780 level.
4781 (foo_low): Rename all occurrences to "foo_cold".
4782 (backtrace from baz): New test.
4783 (x2/i foo_cold): New test.
4784 (info line *foo_cold): New test.
4785
4786 2019-07-26 Tom de Vries <tdevries@suse.de>
4787
4788 * gdb.arch/i386-pkru.exp: Fix unterminated string.
4789
4790 2019-07-25 Tom de Vries <tdevries@suse.de>
4791
4792 PR testsuite/24830
4793 * gdb.mi/mi-catch-cpp-exceptions.exp: Call
4794 mi_skip_libstdcxx_probe_tests, and skip unsupported tests.
4795 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Factor out of ...
4796 (skip_libstdcxx_probe_tests): ... here.
4797 * lib/mi-support.exp (mi_skip_libstdcxx_probe_tests): New proc.
4798
4799 2019-07-24 Tom de Vries <tdevries@suse.de>
4800
4801 PR testsuite/24807
4802 * gdb.objc/basicclass.m: Include stdio.h.
4803 * gdb.objc/nondebug.m: Same.
4804 * gdb.objc/objcdecode.m: Same.
4805
4806 2019-07-24 Tom de Vries <tdevries@suse.de>
4807
4808 PR testsuite/24612
4809 * gdb.base/infoline-reloc-main-from-zero.exp: Add -Wl,-N to
4810 additional_flags.
4811
4812 2019-07-24 Tom de Vries <tdevries@suse.de>
4813
4814 PR testsuite/24831
4815 * gdb.multi/tids.exp: Update error messages for info threads.
4816
4817 2019-07-24 Tom de Vries <tdevries@suse.de>
4818
4819 * gdb.base/info-types.exp: Allow info types to print info for more than
4820 one file.
4821
4822 2019-07-23 Tom de Vries <tdevries@suse.de>
4823
4824 PR testsuite/24842
4825 * gdb.dwarf2/multidictionary.exp: Consume initial prompt after
4826 gdb_spawn_with_cmdline_opts.
4827
4828 2019-07-23 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
4829
4830 * gdb.arch/arm-cmse-sgstubs.c: New test.
4831 * gdb.arch/arm-cmse-sgstubs.exp: New file.
4832
4833 2019-07-23 Tom de Vries <tdevries@suse.de>
4834
4835 PR testsuite/24711
4836 * gdb.mi/mi-complete.exp: Wait for "set max-completions" result before
4837 issuing next command.
4838
4839 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
4840
4841 * gdb.ada/info_auto_lang.exp: Update expected results.
4842 * gdb.base/info-types.c: Add additional types to check.
4843 * gdb.base/info-types.exp: Update expected results.
4844
4845 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
4846
4847 * gdb.base/info-types.c: New file.
4848 * gdb.base/info-types.exp: New file.
4849
4850 2019-07-19 Andrew Burgess <andrew.burgess@embecosm.com>
4851
4852 * gdb.arch/riscv-bp-infcall.c: New file.
4853 * gdb.arch/riscv-bp-infcall.exp: New file.
4854
4855 2019-07-17 Andrew Burgess <andrew.burgess@embecosm.com>
4856
4857 PR breakpoints/24541
4858 * gdb.mi/mi-catch-cpp-exceptions.exp: Remove kfail due to 24541.
4859
4860 2019-07-14 Tom de Vries <tdevries@suse.de>
4861
4862 PR testsuite/24760
4863 * gdb.objc/basicclass.exp: Fix unterminated string.
4864
4865 2019-07-12 Bernhard Heckel <bernhard.heckel@intel.com>
4866 Andrew Burgess <andrew.burgess@embecosm.com>
4867
4868 * gdb.fortran/vla-ptype.exp: Print array with negative bounds.
4869 * gdb.fortran/vla-sizeof.exp: Print the size of an array with
4870 negative bounds.
4871 * gdb.fortran/vla-value.exp: Print elements of an array with
4872 negative bounds.
4873 * gdb.fortran/vla.f90: Setup an array with negative bounds for
4874 testing.
4875
4876 2019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
4877
4878 * gdb.base/options.exp (expect_string): Dequote strings in
4879 results.
4880 (test-string): Test strings with different quoting and reindent.
4881
4882 2019-07-10 Tom Tromey <tromey@adacore.com>
4883
4884 * gdb.ada/mi_ex_cond.exp: Update expected results.
4885 * gdb.ada/mi_catch_ex_hand.exp: Update expected results.
4886 * gdb.ada/mi_catch_ex.exp: Update expected results.
4887 * gdb.ada/mi_catch_assert.exp: Update expected results.
4888 * gdb.ada/catch_ex.exp (catch_exception_info)
4889 (catch_exception_entry, catch_assert_entry)
4890 (catch_unhandled_entry): Update.
4891 * gdb.ada/catch_assert_if.exp: Update expected results.
4892
4893 2019-07-10 Richard Bunt <richard.bunt@arm.com>
4894 Stephen Roberts <stephen.roberts@arm.com>
4895
4896 * gdb.base/define.exp: Restore original prompt.
4897
4898 2019-07-09 Pedro Alves <palves@redhat.com>
4899
4900 * gdb.cp/catch-multi-stdlib.exp: Adjust expected "info
4901 breakpoints" output.
4902 * gdb.cp/exception.exp: Adjust expected "info breakpoints" output.
4903 * gdb.python/py-breakpoint.exp: No longer expect that "catch
4904 throw" creates breakpoint.
4905 * gdb.mi/mi-catch-cpp-exceptions.exp (setup_catchpoint): Expect
4906 'type="catchpoint"'.
4907
4908 2019-07-09 Pedro Alves <palves@redhat.com>
4909
4910 PR c++/15468
4911 * gdb.cp/except-multi-location-lib.cc: New.
4912 * gdb.cp/except-multi-location-main.cc: New.
4913 * gdb.cp/except-multi-location.exp: New.
4914
4915 2019-07-09 Sergio Durigan Junior <sergiodj@redhat.com>
4916
4917 * gdb.base/printcmds.exp (test_printf_convenience_var): Set
4918 language to "c++" before dealing with wchar_t. Remove DO_WSTRING
4919 argument and update callers.
4920
4921 2019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
4922
4923 * gdb.arch/amd64-break-on-asm-line.S: New file.
4924 * gdb.arch/amd64-break-on-asm-line.exp: New file.
4925
4926 2019-07-08 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4927
4928 * gdb.base/printcmds.exp: Test printing C string and
4929 C wide string convenience vars without transiting via the inferior.
4930 Also make test names unique.
4931
4932 2019-07-08 Alan Hayward <alan.hayward@arm.com>
4933
4934 PR breakpoints/25011
4935 * gdb.base/break-idempotent.exp: Test both PIE and non PIE.
4936
4937 2019-07-04 Pedro Alves <palves@redhat.com>
4938
4939 * lib/gdb.exp (foreach_with_prefix): Don't return early if
4940 body returned ok(0), break(3) or continue(4).
4941 * gdb.testsuite/foreach_with_prefix.exp: New file.
4942
4943 2019-07-04 Alan Hayward <alan.hayward@arm.com>
4944
4945 * gdb.server/unittest.exp: Allow 0 unit tests to run.
4946
4947 2019-07-03 Pedro Alves <palves@redhat.com>
4948
4949 * lib/gdb.exp (foreach_with_prefix): Use "catch" and
4950 "return -code".
4951
4952 2019-07-03 Pedro Alves <palves@redhat.com>
4953
4954 PR cli/24732
4955 * gdb.base/shell.exp: Load completion-support.exp.
4956 Adjust expected error output. Add completion tests.
4957
4958 2019-07-03 Pedro Alves <palves@redhat.com>
4959
4960 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Use
4961 string_to_regexp.
4962
4963 2019-07-03 Pedro Alves <palves@redhat.com>
4964
4965 * gdb.base/options.exp (expect_none, expect_flag, expect_bool)
4966 (expect_integer): Adjust to expect "-string".
4967 (expect_string): New.
4968 (all_options): Expect "-string".
4969 (test-flag, test-boolean): Adjust to expect "-string".
4970 (test-string): New proc.
4971 (top level): Call it.
4972
4973 2019-07-03 Pedro Alves <palves@redhat.com>
4974
4975 * gdb.base/options.exp (test-misc, test-flag, test-boolean)
4976 (test-uinteger, test-enum): Adjust res_test_gdb_... calls to pass
4977 the expected output in the success.
4978
4979 2019-07-03 Pedro Alves <palves@redhat.com>
4980
4981 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
4982 Split one gdb_test_multiple call in two to avoid a race.
4983
4984 2019-07-03 Pedro Alves <palves@redhat.com>
4985
4986 * gdb.base/with.c: New file.
4987 * gdb.base/with.exp: New file.
4988
4989 2019-07-03 Pedro Alves <palves@redhat.com>
4990
4991 * gdb.base/settings.exp: Replace all references to "maint
4992 test-settings set" with references to "maint set test-settings",
4993 and all references to "maint test-settings show" with references
4994 to "maint show test-settings".
4995
4996 2019-07-03 Pedro Alves <palves@redhat.com>
4997
4998 * gdb.base/settings.exp (test-string): Adjust expected out when
4999 testing "maint test-settings show filename"
5000
5001 2019-07-02 Pedro Alves <palves@redhat.com>
5002
5003 * gdb.base/options.exp (test-info-threads): New procedure.
5004 (top level): Call it.
5005
5006 2019-06-28 Tom Tromey <tromey@adacore.com>
5007
5008 * gdb.dwarf2/ada-linkage-name.c: New file.
5009 * gdb.dwarf2/ada-linkage-name.exp: New file.
5010
5011 2019-06-27 Tom Tromey <tromey@adacore.com>
5012
5013 PR c++/20020:
5014 * gdb.cp/constexpr-field.exp: Use setup_xfail.
5015
5016 2019-06-26 Tom de Vries <tdevries@suse.de>
5017
5018 * gdb.dwarf2/varval.exp: Compile twice, once without bad DWARF.
5019
5020 2019-06-26 Tom de Vries <tdevries@suse.de>
5021
5022 * gdb.base/index-cache.exp: Add back missing debug option.
5023
5024 2019-06-23 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5025
5026 * gdb.base/alias.exp: Test non matching/non existing prefixes.
5027
5028 2019-06-25 Tom de Vries <tdevries@suse.de>
5029
5030 PR testsuite/24727
5031 * gdb.dwarf2/dw2-restrict.S: Regenerate using clang 5.0.1.
5032
5033 2019-06-24 Tom de Vries <tdevries@suse.de>
5034
5035 * gdb.dwarf2/implptr-64bit.exp: Fix intra-CU '%' label reference.
5036
5037 2019-06-24 Tom de Vries <tdevries@suse.de>
5038
5039 * gdb.trace/entry-values.exp: Use DW_FORM_udata instead of
5040 DW_FOR_sdata for DW_AT_decl_file. Use 0 for DW_AT_decl_file.
5041 * gdb.trace/unavailable-dwarf-piece.exp: Same.
5042
5043 2019-06-24 Tom de Vries <tdevries@suse.de>
5044
5045 * gdb.dwarf2/inlined_subroutine-inheritance.exp:
5046
5047 2019-06-21 Tom de Vries <tdevries@suse.de>
5048
5049 * gdb.base/index-cache.exp: Add additional_flags=-Wl,--build-id.
5050
5051 2019-06-21 Tom de Vries <tdevries@suse.de>
5052
5053 PR testsuite/24518
5054 PR ada/24713
5055 * gdb.ada/ptype_union.exp: Mark as unsupported if executable contains
5056 index.
5057
5058 2019-06-19 Tom Tromey <tromey@adacore.com>
5059
5060 * gdb.ada/length_cond.exp: Add intro comment.
5061
5062 2019-06-19 Tom Tromey <tromey@adacore.com>
5063
5064 * gdb.ada/length_cond.exp: New file.
5065 * gdb.ada/length_cond/length_cond.adb: New file.
5066 * gdb.ada/length_cond/pck.adb: New file.
5067 * gdb.ada/length_cond/pck.ads: New file.
5068
5069 2019-06-18 Tom de Vries <tdevries@suse.de>
5070
5071 * boards/fission.exp (debug_flags): Add "-fuse-ld=gold".
5072
5073 2019-06-18 Tom Tromey <tromey@adacore.com>
5074
5075 * gdb.base/list0.h: Add comment explaining control character.
5076
5077 2019-06-18 Tom de Vries <tdevries@suse.de>
5078
5079 * boards/fission.exp: Break up long debug_flags line.
5080
5081 2019-06-16 Tom de Vries <tdevries@suse.de>
5082
5083 PR gdb/24445
5084 * gdb.dwarf2/gdb-index.exp (add_gdb_index): Update dwz file with
5085 generated index.
5086
5087 2019-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
5088
5089 PR gdb/24686
5090 * gdb.mi/mi-catch-cpp-exceptions.exp: Add an extra pattern to
5091 improve detection of bug gdb/24541.
5092
5093 2019-06-16 Simon Marchi <simon.marchi@polymtl.ca>
5094
5095 PR gdb/24669
5096 * gdb.base/index-cache.exp (uses_readnow,
5097 expecting_index_cache_use): Define global variable.
5098 (test_cache_enabled_miss, test_cache_enabled_hit): Use
5099 expecting_index_cache_use.
5100
5101 2019-06-16 Bernhard Heckel <bernhard.heckel@intel.com>
5102 Andrew Burgess <andrew.burgess@embecosm.com>
5103
5104 * gdb.fortran/pointers.f90: New file.
5105 * gdb.fortran/print_type.exp: New file.
5106 * gdb.fortran/vla-ptype.exp: Adapt expected results.
5107 * gdb.fortran/vla-type.exp: Likewise.
5108 * gdb.fortran/vla-value.exp: Likewise.
5109 * gdb.mi/mi-vla-fortran.exp: Likewise.
5110
5111 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
5112
5113 * gdb.mi/mi-catch-cpp-exceptions.cc: New file.
5114 * gdb.mi/mi-catch-cpp-exceptions.exp: New file.
5115 * lib/mi-support.exp (mi_expect_stop): Handle 'exception-caught'
5116 as a stop reason.
5117
5118 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
5119
5120 * gdb.base/annota1.exp: Update expected results.
5121 * gdb.cp/annota2.exp: Likewise.
5122 * gdb.cp/annota3.exp: Likewise.
5123
5124 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
5125
5126 * gdb.base/style-logging.exp: Remove path from test name.
5127
5128 2019-06-14 Tom Tromey <tromey@adacore.com>
5129
5130 PR gdb/24502:
5131 * gdb.base/style-logging.exp: New file.
5132
5133 2019-06-14 Tom Tromey <tromey@adacore.com>
5134
5135 * gdb.base/symfile-warn.exp: New file.
5136 * gdb.base/symfile-warn.c: New file.
5137
5138 2019-06-14 Tom Tromey <tromey@adacore.com>
5139
5140 * gdb.base/annotate-symlink.exp: New file.
5141
5142 2019-06-14 Tom Tromey <tromey@adacore.com>
5143
5144 * gdb.ada/set_wstr.exp: Add reassignment test.
5145
5146 2019-06-14 Tom Tromey <tromey@adacore.com>
5147
5148 * gdb.ada/formatted_ref.exp (test_p_x_addr): Check
5149 'unchecked_access and 'unrestricted_access as well.
5150
5151 2019-06-14 Tom Tromey <tromey@adacore.com>
5152
5153 PR ada/24539:
5154 * gdb.ada/vla.exp: Update tests.
5155 * gdb.ada/vla/vla.adb (Record_Type): Use No_Component_Reordering
5156 pragma.
5157
5158 2019-06-13 Pedro Alves <palves@redhat.com>
5159
5160 * gdb.base/settings.exp (test-integer): Test junk after
5161 "unlimited".
5162
5163 2019-06-13 Pedro Alves <palves@redhat.com>
5164
5165 * gdb.base/options.exp (test-thread-apply): New.
5166 (top level): Call it.
5167
5168 2019-06-13 Pedro Alves <palves@redhat.com>
5169
5170 * gdb.base/options.exp (test-frame-apply): New.
5171 (top level): Test print commands with different "frame apply"
5172 prefixes.
5173
5174 2019-06-13 Pedro Alves <palves@redhat.com>
5175
5176 * lib/completion-support.exp (test_gdb_complete_tab_multiple)
5177 (test_gdb_complete_cmd_multiple, test_gdb_complete_multiple): Add
5178 'max_completions' parameter and handle it.
5179 (test_gdb_completion_offers_commands): New.
5180
5181 2019-06-13 Pedro Alves <palves@redhat.com>
5182
5183 * gdb.base/options.exp (test-backtrace): Test completing qualifiers.
5184
5185 2019-06-13 Pedro Alves <palves@redhat.com>
5186
5187 * gdb.base/options.exp (test-backtrace): New.
5188 (top level): Call it.
5189
5190 2019-06-13 Pedro Alves <palves@redhat.com>
5191
5192 * gdb.guile/scm-frame-args.exp: Use "set print
5193 raw-frame-arguments" instead of "set print raw frame-arguments".
5194 * gdb.python/py-frame-args.exp: Likewise.
5195
5196 2019-06-13 Pedro Alves <palves@redhat.com>
5197
5198 * gdb.compile/compile.exp: Adjust expected output to option
5199 processing changes.
5200
5201 2019-06-13 Pedro Alves <palves@redhat.com>
5202
5203 * gdb.base/options.exp: Build executable.
5204 (test-print): New procedure.
5205 (top level): Call it, once for "print" and another for "compile
5206 print".
5207
5208 2019-06-13 Pedro Alves <palves@redhat.com>
5209
5210 * gdb.base/options.c: New file.
5211 * gdb.base/options.exp: New file.
5212
5213 2019-06-13 Pedro Alves <palves@redhat.com>
5214
5215 * gdb.base/settings.exp (test-boolean, test-auto-boolean): Check
5216 that "o" is ambiguous.
5217
5218 2019-06-13 Pedro Alves <palves@redhat.com>
5219
5220 * gdb.base/settings.c: New file.
5221 * gdb.base/settings.exp: New file.
5222
5223 2019-06-13 Pedro Alves <palves@redhat.com>
5224
5225 * gdb.base/completion.exp: Fix comment typo.
5226
5227 2019-06-13 Pedro Alves <palves@redhat.com>
5228
5229 * gdb.multi/tids.exp: Adjust expected output. Add "thread apply 1
5230 foo --1" test.
5231
5232 2019-06-11 Bernhard Heckel <bernhard.heckel@intel.com>
5233
5234 * gdb.fortran/block-data.f: New.
5235 * gdb.fortran/block-data.exp: New.
5236
5237 2019-06-11 Tom de Vries <tdevries@suse.de>
5238
5239 PR testsuite/24521
5240 * gdb.multi/remove-inferiors.exp: Allow "Expanding full symbols"
5241 message.
5242
5243 2019-06-11 Tom de Vries <tdevries@suse.de>
5244
5245 PR testsuite/24521
5246 * gdb.dwarf2/nonvar-access.exp: Fix main high_pc.
5247
5248 2019-06-11 Tom de Vries <tdevries@suse.de>
5249
5250 * boards/readnow.exp: New file.
5251
5252 2019-06-10 Andrew Burgess <andrew.burgess@embecosm.com>
5253
5254 * gdb.fortran/vla-sizeof.exp: Update expected results.
5255
5256 2019-06-06 Amos Bird <amosbird@gmail.com>
5257
5258 * gdb.base/annota1.exp (thread_switch): Add test for
5259 thread-exited annotation.
5260
5261 2019-06-06 Tom Tromey <tromey@adacore.com>
5262
5263 * gdb.base/maint.exp: Expect command started/finished output.
5264
5265 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
5266
5267 * gdb.arch/riscv-unwind-long-insn-6.s: Remove use of 'I' in
5268 comment.
5269 * gdb.arch/riscv-unwind-long-insn-8.s: Likewise.
5270
5271 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
5272
5273 * gdb.arch/riscv-unwind-long-insn-6.s: New file.
5274 * gdb.arch/riscv-unwind-long-insn-8.s: New file.
5275 * gdb.arch/riscv-unwind-long-insn.c: New file.
5276 * gdb.arch/riscv-unwind-long-insn.exp: New file.
5277
5278 2019-06-04 Christian Biesinger <cbiesinger@google.com>
5279
5280 * gdb.python/py-type.exp: Test for new gdb.Type.objfile property.
5281
5282 2019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5283
5284 * lib/gdb.exp (help_list_trailer): New regexp variable
5285 factorizing the help trailer message.
5286 (test_class_help): Use help_list_trailer. Add LIST_OF_COMMANDS
5287 arg to allow to better factorize various tests.
5288 (test_user_defined_class_help): Factorizes testing 'help user-defined'.
5289 (test_prefix_command_help): Use help_list_trailer.
5290 * gdb.python/py-cmd.exp: Use test_user_defined_class_help.
5291 * gdb.guile/scm-cmd.exp: Likewise.
5292 * gdb.trace/tracecmd.exp: Update caller of test_class_help.
5293 * gdb.base/help.exp: Use test_user_defined_class_help.
5294 * gdb.base/style.exp: Add tests for styling of help and apropos.
5295 * lib/gdb-utils.exp (style): Add title and highlight styles.
5296
5297 2019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5298
5299 * gdb.base/shell.exp: Test pipe command, $_shell_exitcode,
5300 $_shell_exitsignal.
5301 * gdb.base/default.exp: Update for new convenience variables.
5302
5303 2019-05-29 Tom Tromey <tromey@adacore.com>
5304
5305 * gdb.ada/complete.exp (test_gdb_no_completion): Add "/" and "-"
5306 to "break complete ada" test case's regexp.
5307
5308 2019-05-29 Tom Tromey <tromey@adacore.com>
5309
5310 PR c++/20020:
5311 * gdb.cp/constexpr-field.exp: New file.
5312 * gdb.cp/constexpr-field.cc: New file.
5313
5314 2019-05-29 Tom Tromey <tromey@adacore.com>
5315
5316 * gdb.base/finish.exp (finish_no_print): New proc.
5317 (finish_tests): Call it.
5318
5319 2019-05-24 Tom de Vries <tdevries@suse.de>
5320
5321 * gdb.dwarf2/gdb-add-index.exp: New file.
5322
5323 2019-05-22 Tom Tromey <tromey@adacore.com>
5324
5325 * gdb.base/info-shared.exp (check_info_shared): Use "style".
5326 * gdb.base/style.exp: Use "style".
5327 * lib/gdb-utils.exp (style): New proc.
5328
5329 2019-05-22 Tom de Vries <tdevries@suse.de>
5330
5331 * gdb.base/align.exp: Require c++11.
5332
5333 2019-05-22 Tom de Vries <tdevries@suse.de>
5334
5335 PR testsuite/24586
5336 * gdb.python/py-mi-var-info-path-expression.exp: Call
5337 mi_skip_python_tests to check if python is supported.
5338
5339 2019-05-22 Alan Hayward <alan.hayward@arm.com>
5340
5341 * gdb.arch/aarch64-pauth.c: New test.
5342 * gdb.arch/aarch64-pauth.exp: New file.
5343
5344 2019-05-22 Alan Hayward <alan.hayward@arm.com>
5345
5346 * README (Re-running Tests Outside The Testsuite): New section.
5347
5348 2019-05-21 Tom de Vries <tdevries@suse.de>
5349
5350 * gdb.arch/amd64-eval.exp: Require c++11.
5351 * gdb.base/max-depth.exp: Same.
5352 * gdb.compile/compile-cplus-array-decay.exp: Same.
5353 * gdb.cp/meth-typedefs.exp: Same.
5354 * gdb.cp/subtypes.exp: Same.
5355 * gdb.cp/temargs.exp: Same.
5356
5357 2019-05-21 Alan Hayward <alan.hayward@arm.com>
5358
5359 * lib/gdbserver-support.exp (gdbserver_run): Mark kill as optional.
5360
5361 2019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
5362
5363 PR gdb/18644
5364 * gdb.fortran/complex.exp: Remove setup_kfail calls.
5365 * gdb.fortran/printing-types.exp: Add new test.
5366 * gdb.fortran/printing-types.f90: Add 16-byte real variable for
5367 testing.
5368 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Remove
5369 setup_kfail call.
5370
5371 2019-05-17 Alan Hayward <alan.hayward@arm.com>
5372
5373 * README (Running the Testsuite): Change example.
5374 (Testsuite Parameters): Remove TRANSCRIPT.
5375 * lib/gdb.exp: Remove TRANSCRIPT check.
5376
5377 2019-05-17 Alan Hayward <alan.hayward@arm.com>
5378
5379 * README (Testsuite Parameters): Add replay logging to
5380 GDBSERVER_DEBUG.
5381 (gdbserver,debug): Refer to GDBSERVER_DEBUG.
5382 * lib/gdbserver-support.exp (gdbserver_start): Treat gdbserverdebug
5383 as a comma separated list.
5384 (gdb_debug_init): Override procedure.
5385
5386 2019-05-17 Alan Hayward <alan.hayward@arm.com>
5387
5388 * lib/gdb.exp (default_gdb_spawn): Call gdb_write_cmd_file.
5389 (gdb_write_cmd_file): New procedure.
5390 * lib/gdbserver-support.exp (gdbserver_start): Call
5391 gdbserver_write_cmd_file.
5392 (gdbserver_write_cmd_file): New procedure.
5393
5394 2019-05-17 Alan Hayward <alan.hayward@arm.com>
5395
5396 * lib/gdb.exp (gdb_unload): Mark Y as an answer.
5397 (delete_breakpoints): Likewise.
5398 (gdb_run_cmd): Likewise.
5399 (gdb_start_cmd): Likewise.
5400 (gdb_starti_cmd): Likewise.
5401 (gdb_internal_error_resync): Likewise.
5402 (gdb_test_multiple): Likewise.
5403 (gdb_reinitialize_dir): Likewise.
5404 (default_gdb_exit): Likewise.
5405 (gdb_file_cmd): Mark kill as optional.
5406 (default_gdb_start): Call gdb_stdin_log_init.
5407 (send_gdb): Call gdb_stdin_log_write.
5408 (rerun_to_main): Mark Y as an answer.
5409 (gdb_stdin_log_init): New function.
5410 (gdb_stdin_log_write): Likewise.
5411
5412 2019-05-17 Alan Hayward <alan.hayward@arm.com>
5413
5414 * gdb.base/breakpoint-in-ro-region.exp: Disable when debugging.
5415 * gdb.base/debug-expr.exp: Likewise.
5416 * gdb.base/foll-fork.exp: Likewise.
5417 * gdb.base/foll-vfork.exp: Likewise.
5418 * gdb.base/fork-print-inferior-events.exp: Likewise.
5419 * gdb.base/gdb-sigterm.exp: Likewise.
5420 * gdb.base/gdbinit-history.exp: Likewise.
5421 * gdb.base/osabi.exp: Likewise.
5422 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
5423 * gdb.base/ui-redirect.exp: Likewise.
5424 * gdb.gdb/unittest.exp: Likewise.
5425 * gdb.mi/mi-break.exp: Disable separate-mi-tty when debugging.
5426 * gdb.mi/mi-watch.exp: Likewise.
5427 * gdb.mi/new-ui-mi-sync.exp: Likewise.
5428 * gdb.mi/user-selected-context-sync.exp: Likewise.
5429 * gdb.python/python.exp: Disable debug test when debugging.
5430 * gdb.threads/check-libthread-db.exp: Disable when debugging.
5431 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
5432 Likewise.
5433 * gdb.threads/stepi-random-signal.exp: Likewise.
5434
5435 2019-05-17 Alan Hayward <alan.hayward@arm.com>
5436
5437 * Makefile.in: Pass through GDB_DEBUG.
5438 * README (Testsuite Parameters): Add GDB_DEBUG.
5439 (gdb,debug): Add board setting.
5440 * lib/gdb.exp (default_gdb_start): Start debugging.
5441 (gdb_debug_enabled): New procedure.
5442 (gdb_debug_init): Likewise.
5443
5444 2019-05-17 Alan Hayward <alan.hayward@arm.com>
5445
5446 * Makefile.in: Pass through GDB_DEBUG.
5447 * README (Testsuite Parameters): Add GDB_DEBUG.
5448 (gdb,debug): Add board setting.
5449 * lib/gdb.exp (default_gdb_start): Start debugging.
5450 (gdb_debug_enabled): New procedure.
5451 (gdb_debug_init): Likewise.
5452
5453 2019-05-17 Alan Hayward <alan.hayward@arm.com>
5454
5455 * gdb.base/ui-redirect.exp: Add debug redirect tests.
5456
5457 2019-05-17 Alan Hayward <alan.hayward@arm.com>
5458
5459 * gdb.base/ui-redirect.exp: Test redirection.
5460
5461 2019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
5462
5463 * gdb.mi/mi-complete.exp: New file.
5464 * gdb.mi/mi-complete.cc: Likewise.
5465
5466 2019-05-15 Bernhard Heckel <bernhard.heckel@intel.com>
5467
5468 * gdb.fortran/vla-sizeof.exp: Add tests of sizeof applied to
5469 indexed and sliced arrays, and pointers to arrays.
5470
5471 2019-05-14 Tom Tromey <tromey@adacore.com>
5472
5473 * gdb.base/info-shared.exp (check_info_shared): Add "info shared"
5474 styling test.
5475
5476 2019-05-14 Tom de Vries <tdevries@suse.de>
5477
5478 * gdb.dwarf2/dw2-skip-prologue.S (.debug_loc): Fix base address
5479 selection entry encoding.
5480
5481 2019-05-10 Tom Tromey <tromey@adacore.com>
5482
5483 * gdb.ada/info_exc.exp: Add "complete" test.
5484
5485 2019-05-09 Tom de Vries <tdevries@suse.de>
5486
5487 * gdb.arch/amd64-tailcall-self.S: Make DW_FORM_ref4 references
5488 CU-relative.
5489
5490 2019-05-09 Tom de Vries <tdevries@suse.de>
5491
5492 * gdb.arch/amd64-entry-value-paramref.S: Make DW_FORM_ref4 references
5493 CU-relative.
5494
5495 2019-05-08 Joel Brobecker <brobecker@adacore.com>
5496
5497 * gdb.ada/frame_arg_lang.exp: New testcase.
5498 * gdb.ada/frame_arg_lang/bla.adb: New file.
5499 * gdb.ada/frame_arg_lang/pck.ads: New file.
5500 * gdb.ada/frame_arg_lang/pck.adb: New file.
5501 * gdb.ada/frame_arg_lang/foo.c: New file.
5502
5503 2019-05-08 Tom Tromey <tromey@adacore.com>
5504
5505 * gdb.python/py-value.exp (test_value_in_inferior): Add Ada test.
5506
5507 2019-05-08 Tom Tromey <tromey@adacore.com>
5508
5509 * gdb.base/ptype-offsets.exp: Update tests.
5510
5511 2019-05-08 Tom Tromey <tromey@adacore.com>
5512
5513 * gdb.base/ptype-offsets.exp: Use string_to_regexp. Fix test
5514 cases.
5515 * gdb.base/ptype-offsets.cc (struct abc) <my_int_type>: Now
5516 "short".
5517
5518 2019-05-08 Tom Tromey <tromey@adacore.com>
5519
5520 * gdb.ada/vla.exp: New file.
5521 * gdb.ada/vla/vla.adb: New file.
5522
5523 2019-05-07 Tom de Vries <tdevries@suse.de>
5524
5525 * gdb.base/index-cache.exp (ls_host): Fix return statement.
5526
5527 2019-05-07 Tom de Vries <tdevries@suse.de>
5528
5529 PR testsuite/24522
5530 * gdb.dlang/watch-loc.c: Fix debug_info_offset in .debug_aranges
5531 section.
5532
5533 2019-05-07 Tom de Vries <tdevries@suse.de>
5534
5535 PR testsuite/24522
5536 * gdb.dwarf2/dw2-case-insensitive-debug.S: Fix debug_info_offset in
5537 .debug_aranges section.
5538
5539 2019-05-07 Tom de Vries <tdevries@suse.de>
5540
5541 PR testsuite/24159
5542 * lib/dwarf.exp: Fix handling of DW_FORM_ref_addr.
5543
5544 2019-05-06 Tom de Vries <tdevries@suse.de>
5545
5546 * lib/gdb.exp (exec_has_index_section): New proc.
5547 * gdb.base/index-cache.exp: Handle case that binfile contains an index
5548 section.
5549
5550 2019-05-04 Tom de Vries <tdevries@suse.de>
5551
5552 * boards/cc-with-debug-names.exp: New file.
5553
5554 2019-05-03 Tom Tromey <tromey@adacore.com>
5555
5556 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): New type.
5557 * gdb.ada/char_enum/foo.adb: Use Global_Enum_Type.
5558 * gdb.ada/char_enum.exp: Add test.
5559
5560 2019-05-03 Tom de Vries <tdevries@suse.de>
5561
5562 * boards/cc-with-gdb-index.exp: New file.
5563
5564 2019-05-02 Andrew Burgess <andrew.burgess@embecosm.com>
5565
5566 * gdb.rust/simple.exp: Add new test case.
5567 * gdb.rust/simple.rs (struct StringAtOffset): New struct.
5568 (main): Initialise an instance of the new struct.
5569
5570 2019-05-01 Tom Tromey <tromey@adacore.com>
5571
5572 * gdb.ada/packed_array_assign/aggregates.ads (Nested_Packed): New
5573 record.
5574 (NPR): New variable.
5575 * gdb.ada/packed_array_assign.exp: Add nested packed assignment
5576 test.
5577
5578 2019-05-01 Tom Tromey <tromey@adacore.com>
5579
5580 * gdb.ada/packed_array_assign.exp: Add packed assignment
5581 regression test.
5582
5583 2019-05-01 Tom de Vries <tdevries@suse.de>
5584
5585 * boards/cc-with-tweaks.exp: Generate gdb.sh, and pass it in env(GDB).
5586
5587 2019-05-01 Tom de Vries <tdevries@suse.de>
5588
5589 * boards/dwarf4-gdb-index.exp: Use cc-with-tweaks.exp.
5590
5591 2019-04-30 Ali Tamur <tamur@google.com>
5592
5593 * lib/dwarf.exp(): Added DW_FORM_strx1-4.
5594
5595 2019-04-30 Tom Tromey <tromey@adacore.com>
5596
5597 * lib/ada.exp (find_ada_tool): New proc.
5598 * lib/gdb.exp (gdb_compile_shlib): Allow .o files as inputs.
5599 * gdb.ada/catch_ex_std.exp: New file.
5600 * gdb.ada/catch_ex_std/foo.adb: New file.
5601 * gdb.ada/catch_ex_std/some_package.adb: New file.
5602 * gdb.ada/catch_ex_std/some_package.ads: New file.
5603
5604 2019-04-30 Tom Tromey <tromey@adacore.com>
5605
5606 PR c++/24470:
5607 * gdb.cp/temargs.cc: Add test code from PR.
5608
5609 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
5610
5611 * gdb.fortran/vla-datatypes.exp: Update expected results.
5612 * gdb.fortran/vla-ptype.exp: Likewise.
5613 * gdb.fortran/vla-type.exp: Likewise.
5614 * gdb.fortran/vla-value.exp: Likewise.
5615
5616 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
5617
5618 * gdb.fortran/ptr-indentation.exp: Update expected results.
5619 * gdb.fortran/ptype-on-functions.exp: Likewise.
5620 * gdb.fortran/vla-ptr-info.exp: Likewise.
5621 * gdb.fortran/vla-value.exp: Likewise.
5622
5623 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
5624
5625 * gdb.fortran/ptype-on-functions.exp: New file.
5626 * gdb.fortran/ptype-on-functions.f90: New file.
5627
5628 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
5629
5630 * gdb.fortran/exprs.exp (test_convenience_variables): Expect lower
5631 case void string.
5632
5633 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
5634
5635 * gdb.fortran/complex.exp: Expand.
5636 * gdb.fortran/complex.f: Renamed to...
5637 * gdb.fortran/complex.f90: ...this, and extended to add more
5638 complex values.
5639
5640 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
5641
5642 * gdb.fortran/intrinsics.exp: Extend to cover MOD, CEILING, FLOOR,
5643 MODULO, CMPLX.
5644
5645 2019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
5646 Richard Bunt <richard.bunt@arm.com>
5647
5648 * gdb.base/max-depth.c: New file.
5649 * gdb.base/max-depth.exp: New file.
5650 * gdb.python/py-nested-maps.c: New file.
5651 * gdb.python/py-nested-maps.exp: New file.
5652 * gdb.python/py-nested-maps.py: New file.
5653 * gdb.python/py-format-string.exp (test_max_depth): New proc.
5654 (test_all_common): Call test_max_depth.
5655 * gdb.fortran/max-depth.exp: New file.
5656 * gdb.fortran/max-depth.f90: New file.
5657 * gdb.go/max-depth.exp: New file.
5658 * gdb.go/max-depth.go: New file.
5659 * gdb.modula2/max-depth.exp: New file.
5660 * gdb.modula2/max-depth.c: New file.
5661 * lib/gdb.exp (get_print_expr_at_depths): New proc.
5662
5663 2019-04-29 Tom de Vries <tdevries@suse.de>
5664
5665 * lib/opencl.exp (skip_opencl_tests): Add missing "with" in regexp.
5666
5667 2019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5668
5669 * gdb.base/callexit.exp: Test may-call-functions off.
5670
5671 2019-04-25 Keith Seitz <keiths@redhat.com>
5672
5673 PR c++/24367
5674 * gdb.cp/meth-typedefs.cc (incomplete_struct)
5675 (another_incomplete_struct, test_incomplete): New definitions.
5676 (main): Use new definitions.
5677 * gdb.cp/meth-typedefs.exp: Add new tests for `test_incomplete'
5678 functions.
5679
5680 2019-04-25 Ali Tamur <tamur@google.com>
5681
5682 * lib/dwarf.exp (_handle_DW_FORM): Add DW_FORM_strx.
5683
5684 2019-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
5685
5686 PR corefiles/11608
5687 PR corefiles/18187
5688 * gdb.base/coredump-filter-build-id.exp: New file.
5689
5690 2019-04-25 Alan Hayward <alan.hayward@arm.com>
5691
5692 * Makefile.in: Pass through GDBSERVER_DEBUG.
5693 * README (Testsuite Parameters): Add GDBSERVER_DEBUG.
5694 (gdbserver,debug): Add board setting.
5695 * gdb.trace/tspeed.exp: Skip when debugging.
5696 * lib/gdb.exp (gdbserver_debug_enabled): New procedure.
5697 * lib/gdbserver-support.exp: Likewise
5698
5699 2019-04-24 Tom Tromey <tromey@adacore.com>
5700
5701 * lib/gdb.exp (gdb_compile): Don't add -fno-stack-protector for
5702 Rust.
5703
5704 2019-04-24 Tom Tromey <tromey@adacore.com>
5705
5706 * gdb.arch/amd64-eval.exp: Test bitfield return.
5707 * gdb.arch/amd64-eval.cc (struct Bitfields): New.
5708 (class Foo) <return_bitfields>: New method.
5709 (main): Call it.
5710
5711 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
5712
5713 * gdb.cp/many-args.cc: New file.
5714 * gdb.cp/many-args.exp: New file.
5715
5716 2019-04-23 Tom de Vries <tdevries@suse.de>
5717
5718 PR gdb/24433
5719 * gdb.btrace/reconnect.exp: Fix stepi 19 pattern.
5720
5721 2019-04-23 Alan Hayward <alan.hayward@arm.com>
5722
5723 * gdb.trace/backtrace.exp: Use nopie flag.
5724 * gdb.trace/circ.exp: Likewise.
5725 * gdb.trace/collection.exp: Likewise.
5726 * gdb.trace/ftrace.exp: Likewise.
5727 * gdb.trace/mi-trace-unavailable.exp: Likewise.
5728 * gdb.trace/mi-traceframe-changed.exp: Likewise.
5729 * gdb.trace/qtro.exp: Likewise.
5730 * gdb.trace/read-memory.exp: Likewise.
5731 * gdb.trace/report.exp: Likewise.
5732 * gdb.trace/tfile.exp: Likewise.
5733 * gdb.trace/tfind.exp: Likewise.
5734 * gdb.trace/unavailable.exp: Likewise.
5735
5736 2019-04-22 Pedro Alves <palves@redhat.com>
5737
5738 * gdb.base/solib-probes-nosharedlibrary.c,
5739 gdb.base/solib-probes-nosharedlibrary.exp: New files.
5740
5741 2019-04-19 Tom Tromey <tromey@adacore.com>
5742
5743 * gdb.ada/ptype_union.c: New file.
5744 * gdb.ada/ptype_union.exp: New file.
5745
5746 2019-04-19 Tom Tromey <tromey@adacore.com>
5747
5748 PR symtab/24423:
5749 * gdb.base/list0.h (foo): Add a control-l character.
5750
5751 2019-04-18 Tom de Vries <tdevries@suse.de>
5752
5753 PR gdb/24433
5754 * boards/local-board.exp: Set sysroot to "".
5755
5756 2019-04-18 Tom de Vries <tdevries@suse.de>
5757 Pedro Alves <palves@redhat.com>
5758
5759 PR gdb/24454
5760 * gdb.threads/vfork-follow-child-exec.c: New file.
5761 * gdb.threads/vfork-follow-child-exec.exp: New file.
5762 * gdb.threads/vfork-follow-child-exit.c: New file.
5763 * gdb.threads/vfork-follow-child-exit.exp: New file.
5764
5765 2019-04-15 Leszek Swirski <leszeks@google.com>
5766
5767 * gdb.arch/amd64-eval.cc: New file.
5768 * gdb.arch/amd64-eval.exp: New file.
5769
5770 2019-04-11 Alan Hayward <alan.hayward@arm.com>
5771
5772 * gdb.server/sysroot.c: New test.
5773 * gdb.server/sysroot.exp: New file.
5774 * lib/gdbserver-support.exp (gdb_target_cmd): Add additional text
5775 matching param.
5776
5777 2019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
5778
5779 * gdb.base/align.exp: Extend test to cover structures containing
5780 only static fields.
5781
5782 2019-04-11 Tom de Vries <tdevries@suse.de>
5783
5784 * boards/cc-with-dwz-m.exp: New file.
5785 * boards/cc-with-dwz.exp: New file.
5786 * boards/cc-with-tweaks.exp: Note that check-gdb doesn't work.
5787
5788 2019-04-09 Simon Marchi <simon.marchi@efficios.com>
5789
5790 * gdb.base/start-cpp.exp: New file.
5791 * gdb.base/start-cpp.cc: New file.
5792
5793 2019-04-08 Kevin Buettner <kevinb@redhat.com>
5794
5795 * gdb.python/py-thrhandle.exp: Adjust tests to call
5796 thread_from_handle instead of thread_from_thread_handle.
5797
5798 2019-04-08 Kevin Buettner <kevinb@redhat.com>
5799
5800 * gdb.python/py-thrhandle.exp: Add tests for
5801 gdb.InferiorThread.handle.
5802
5803 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
5804
5805 * gdb.python/py-function.exp: Check calling helper function from
5806 all languages.
5807 * lib/gdb.exp (gdb_supported_languages): New proc.
5808
5809 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
5810
5811 * gdb.base/complex-parts.c: New file.
5812 * gdb.base/complex-parts.exp: New file.
5813
5814 2019-04-01 Tom Tromey <tromey@adacore.com>
5815
5816 PR symtab/23331:
5817 * gdb.dwarf2/dw2-ranges-main.c: New file.
5818 * gdb.dwarf2/dw2-ranges-psym.c: New file.
5819 * gdb.dwarf2/dw2-ranges-psym.exp: New file.
5820
5821 2019-03-30 Simon Marchi <simark@simark.ca>
5822
5823 * gdb.base/default.exp: Add values for $_gdb_major and
5824 $_gdb_minor.
5825
5826 2019-03-29 Tom Tromey <tromey@adacore.com>
5827
5828 * gdb.base/help.exp: Tighten apropos regexp.
5829
5830 2019-03-29 Keith Seitz <keiths@redhat.com>
5831
5832 * gdb.fortran/array-bounds.exp: New file.
5833 * gdb.fortran/array-bounds.f90: New file.
5834
5835 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5836
5837 * gdb.multi/multi-term-settings.c (main): Increase alarm timer.
5838
5839 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5840
5841 * gdb.multi/hello.c (main): Increase alarm timer.
5842
5843 2019-03-28 Sandra Loosemore <sandra@codesourcery.com>
5844
5845 * gdb.threads/watchpoint-fork.exp (test): Use large timeout
5846 factor when no hardware watchpoint support.
5847
5848 2019-03-28 Alan Hayward <alan.hayward@arm.com>
5849 Pedro Alves <palves@redhat.com>
5850
5851 * boards/local-board.exp: set sysroot to /.
5852
5853 2019-03-27 Alan Hayward <alan.hayward@arm.com>
5854
5855 * gdb.base/interrupt-daemon-attach.c (main): Add alarm and sleep
5856 in child.
5857
5858 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
5859
5860 * gdb.python/py-prettyprint.c (struct container) <is_map_p>: New
5861 field.
5862 (make_container): Initialise new field.
5863 * gdb.python/py-prettyprint.exp: Add new tests.
5864 * gdb.python/py-prettyprint.py (class ContainerPrinter)
5865 <display_hint>: New method.
5866
5867 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
5868
5869 * gdb.python/py-prettyprint.exp: Use gdb_breakpoint and
5870 gdb_continue_to_breakpoint more throughout this test.
5871 (run_lang_tests) Supply unique test names, and use
5872 gdb_test_no_output.
5873
5874 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
5875
5876 * gdb.base/finish-pretty.exp: Update expected results.
5877 * gdb.base/pretty-print.c: New file.
5878 * gdb.base/pretty-print.exp: New file.
5879
5880 2019-03-25 Pedro Alves <palves@redhat.com>
5881
5882 * lib/gdb.exp (gdb_test_multiple): Split appends to $code and
5883 move comments outside list. Append '-i "" eof' section.
5884
5885 2019-03-22 Alan Hayward <alan.hayward@arm.com>
5886
5887 PR testsuite/25016
5888 * README: Add pie options.
5889 * gdb.base/break-interp.exp: Ensure pie is disabled.
5890 * gdb.base/dump.exp: Likewise.
5891 * lib/gdb.exp (gdb_compile): Add pie option.
5892
5893 2019-03-19 Tom Tromey <tromey@adacore.com>
5894
5895 * gdb.mi/mi2-cli-display.c: New file.
5896 * gdb.mi/mi2-cli-display.exp: New file.
5897
5898 2019-03-18 Joel Brobecker <brobecker@adacore.com>
5899 Tom Tromey <tromey@adacore.com>
5900
5901 * gdb.ada/ptype_array/pck.adb: New file.
5902 * gdb.ada/ptype_array/pck.ads: New file.
5903 * gdb.ada/ptype_array/foo.adb: New file.
5904 * gdb.ada/ptype_array.exp: New file.
5905
5906 2019-03-14 Tom Tromey <tromey@adacore.com>
5907
5908 * gdb.base/style.exp: Add "set style sources" test.
5909
5910 2019-03-13 Simon Marchi <simon.marchi@ericsson.com>
5911
5912 * mi-breakpoint-location-ena-dis.exp: Rename to ...
5913 * mi-breakpoint-multiple-locations.exp: ... this.
5914 (make_breakpoints_pattern): New proc.
5915 (do_test): Add mi_version parameter, test -break-insert,
5916 -break-info and =breakpoint-created.
5917
5918 2019-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
5919
5920 * config/default.exp: Remove 'load_lib gdb.exp'.
5921 * config/monitor.exp: Likewise.
5922 * config/sid.exp: Likewise.
5923 * config/sim.exp: Likewise.
5924 * config/slite.exp: Likewise.
5925 * config/unix.exp: Likewise.
5926 * gdb.base/default.exp: Remove unhelpful comment.
5927
5928 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5929
5930 * gdb.fortran/type-kinds.exp: Extend to cover TYPE*SIZE cases.
5931
5932 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5933
5934 * gdb.fortran/intrinsics.exp: Extend to cover ABS.
5935
5936 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5937
5938 * gdb.fortran/type-kinds.exp: Update expected results.
5939
5940 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5941
5942 * gdb.fortran/type-kinds.exp: Test new integer type kind.
5943
5944 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5945
5946 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): New
5947 function.
5948 (test_basic_parsing_of_type_kinds): Expand types tested.
5949 (test_parsing_invalid_type_kinds): New function.
5950
5951 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5952
5953 * gdb.fortran/intrinsics.exp: New file.
5954 * gdb.fortran/intrinsics.f90: New file.
5955 * gdb.fortran/type-kinds.exp: New file.
5956
5957 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5958
5959 * gdb.fortran/dot-ops.exp: New file.
5960
5961 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5962
5963 * gdb.fortran/types.exp (test_logical_literal_types_accepted):
5964 Check upper and lower case logical literals.
5965
5966 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5967
5968 * gdb.fortran/types.exp (test_float_literal_types_accepted):
5969 Remove duplicate tests.
5970
5971 2019-03-06 Alan Hayward <alan.hayward@arm.com>
5972
5973 * lib/gdb.exp (builtin_cd): rename of cd.
5974 (cd): Override builtin.
5975
5976 2019-03-06 Richard Bunt <richard.bunt@arm.com>
5977
5978 * gdb.fortran/function-calls.exp: New file.
5979 * gdb.fortran/function-calls.f90: New test.
5980
5981 2019-03-04 Richard Bunt <richard.bunt@arm.com>
5982
5983 * gdb.fortran/short-circuit-argument-list.exp: Remove reliance
5984 on user program standard output.
5985 * gdb.fortran/short-circuit-argument-list.f90: Record function
5986 calls.
5987
5988 2019-02-28 Alan Hayward <alan.hayward@arm.com>
5989
5990 * lib/gdbserver-support.exp (gdbserver_start): Check for listen
5991 failure.
5992
5993 2019-02-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
5994
5995 PR gdb/8527
5996 * gdb.base/interrupt-daemon-attach.c,
5997 gdb.base/interrupt-daemon-attach.exp: New test.
5998
5999 2019-02-27 Pedro Alves <palves@redhat.com>
6000
6001 * gdb.base/page.exp: Add tests for "set width/height -1".
6002
6003 2019-02-27 Pedro Alves <palves@redhat.com>
6004
6005 * gdb.base/page.exp: Add tests for "set/show width/height" with
6006 "infinite" values.
6007
6008 2019-02-27 Tom Tromey <tromey@adacore.com>
6009
6010 * lib/gdb.exp (skip_python_tests_prompt): Don't check for Python
6011 2.4.
6012 * gdb.python/py-finish-breakpoint.exp: Remove Python 2.4
6013 workaround.
6014
6015 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
6016
6017 * gdb.base/align.exp: Extend to compile in both C and C++, and add
6018 tests for structs with static members.
6019
6020 2019-02-26 Tom Tromey <tromey@adacore.com>
6021
6022 * gdb.python/py-value.exp (test_value_from_buffer): Check for
6023 ValueError, not TypeError.
6024
6025 2019-02-26 Kevin Buettner <kevinb@redhat.com>
6026
6027 * gdb.python/py-value.exp (test_value_from_buffer): New proc with
6028 call from main program.
6029
6030 2019-02-23 Joel Brobecker <brobecker@adacore.com>
6031
6032 * gdb.ada/mi_ref_changeable.exp: Update copyright year range.
6033 * gdb.ada/mi_ref_changeable/foo_rb20_056.adb: Likewise.
6034 * gdb.ada/mi_ref_changeable/pck.adb: Likewise.
6035 * gdb.ada/mi_ref_changeable/pck.ads: Likewise.
6036 * gdb.dwarf2/inlined_subroutine-inheritance.exp: Likewise.
6037
6038 2019-02-22 Keith Seitz <keiths@redhat.com>
6039
6040 PR symtab/23853
6041 * gdb.base/symlink-sourcefile.c: New file.
6042 * gdb.base/symlink-sourcefile.exp: New file.
6043
6044 2019-02-20 Tom Tromey <tom@tromey.com>
6045
6046 * gdb.base/info_qt.exp: Update.
6047
6048 2019-02-19 Simon Marchi <simon.marchi@polymtl.ca>
6049
6050 * gdb.base/source.exp: Move "error in sourced script" code to
6051 the end.
6052 * gdb.base/source-error.gdb: Move contents to
6053 source-error-1.gdb. Add new code to source source-error-1.gdb.
6054 * gdb.base/source-error-1.gdb: New file, from previous
6055 source-error.gdb.
6056
6057 2019-02-17 Tom Tromey <tom@tromey.com>
6058
6059 * gdb.base/style.exp: Use -g3 to compile when possible. Add test
6060 for macro styling.
6061 * gdb.base/style.c (SOME_MACRO): New macro.
6062
6063 2019-02-17 Tom Tromey <tom@tromey.com>
6064
6065 * gdb.base/style.exp: Add line-wrapping tests.
6066 * gdb.base/page.exp: Add test for quitting during pagination.
6067
6068 2019-02-17 Joel Brobecker <brobecker@adacore.com>
6069
6070 * gdb.ada/big_packed_array: New testcase.
6071 * gdb.ada/homonym.exp: Fix incorrect expected output for
6072 "break <homonym__get_value>" test.
6073
6074 2019-02-13 Weimin Pan <weimin.pan@oracle.com>
6075
6076 PR breakpoints/21870
6077 * gdb.arch/aarch64-dbreg-contents.exp: Use runto_main + continue
6078 and prepare_for_testing. Add comment.
6079 * gdb.arch/aarch64-dbreg-contents.c: Remove SET_WATCHPOINT and
6080 redundant cleanup call. Clean up comment.
6081
6082 2019-02-12 Weimin Pan <weimin.pan@oracle.com>
6083
6084 PR breakpoints/21870
6085 * gdb.arch/aarch64-dbreg-contents.exp: New file.
6086 * gdb.arch/aarch64-dbreg-contents.c: New file.
6087
6088 2019-02-10 Joel Brobecker <brobecker@adacore.com>
6089
6090 * gdb.ada/mi_ref_changeable: New testcase.
6091
6092 2019-02-07 Alan Hayward <alan.hayward@arm.com>
6093
6094 * gdb.base/attach.exp: Add double attach test.
6095
6096 2019-02-07 Simon Marchi <simon.marchi@polymtl.ca>
6097
6098 * lib/gdb.exp (default_gdb_start): Don't match pagination
6099 prompt.
6100 (gdb_init): Set stty_init.
6101
6102 2019-01-27 Tom Tromey <tom@tromey.com>
6103
6104 * gdb.python/py-finish-breakpoint.exp: Remove duplicate call to
6105 skip_python_tests.
6106
6107 2019-01-24 Alan Hayward <alan.hayward@arm.com>
6108
6109 * gdb.base/infcall-nested-structs.c (struct struct_static_02_01):
6110 New structure.
6111 (struct struct_static_02_02): Likewise.
6112 (struct struct_static_02_03): Likewise.
6113 (struct struct_static_02_04): Likewise.
6114 (struct struct_static_04_01): Likewise.
6115 (struct struct_static_04_02): Likewise.
6116 (struct struct_static_04_03): Likewise.
6117 (struct struct_static_04_04): Likewise.
6118 (struct struct_static_06_01): Likewise.
6119 (struct struct_static_06_02): Likewise.
6120 (struct struct_static_06_03): Likewise.
6121 (struct struct_static_06_04): Likewise.
6122 (cmp_struct_static_02_01): Likewise.
6123 (cmp_struct_static_02_02): Likewise.
6124 (cmp_struct_static_02_03): Likewise.
6125 (cmp_struct_static_02_04): Likewise.
6126 (cmp_struct_static_04_01): Likewise.
6127 (cmp_struct_static_04_02): Likewise.
6128 (cmp_struct_static_04_03): Likewise.
6129 (cmp_struct_static_04_04): Likewise.
6130 (cmp_struct_static_06_01): Likewise.
6131 (cmp_struct_static_06_02): Likewise.
6132 (cmp_struct_static_06_03): Likewise.
6133 (cmp_struct_static_06_04): Likewise.
6134 (call_all): Test new structs.
6135 * gdb.base/infcall-nested-structs.exp: Likewise.
6136
6137 2019-01-21 Alan Hayward <alan.hayward@arm.com>
6138 * gdb.base/infcall-nested-structs.exp: Test C++ in addition to C.
6139
6140 2019-01-21 Alan Hayward <alan.hayward@arm.com>
6141 * gdb.base/stack-protector.c: New test.
6142 * gdb.base/stack-protector.exp: New file.
6143 * gdb.cp/ovldbreak.exp: Only allow a single break line.
6144 * lib/gdb.exp (get_compiler_info): Use getting_compiler_info
6145 option.
6146 (gdb_compile): Remove stack protector for GCC and prevent
6147 recursion.
6148
6149 2019-01-16 Keith Seitz <keiths@redhat.com>
6150
6151 PR gdb/23773
6152 * gdb.dwarf2/inlined_subroutine-inheritance.exp: New file.
6153
6154 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
6155
6156 * gdb.arch/vsx-regs.exp: Add tests that use the vector register
6157 aliases.
6158 * gdb.arch/altivec-regs.exp: Likewise. Fix indentation of two
6159 tests.
6160 * gdb.arch/powerpc-vector-regs.c: New file.
6161 * gdb.arch/powerpc-vector-regs.exp: New file.
6162
6163 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
6164
6165 * gdb.arch/altivec-regs.exp: Fix the list passed to
6166 gdb_expect_list when testing "info vector".
6167
6168 2019-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
6169
6170 * gdb.base/style.exp: Don't include path in testname.
6171
6172 2019-01-10 Keith Seitz <keiths@redhat.com>
6173
6174 PR gdb/23712
6175 PR symtab/23010
6176 * gdb.dwarf2/multidictionary.exp: New file.
6177
6178 2019-01-09 Simon Marchi <simon.marchi@ericsson.com>
6179
6180 * gdb.cp/demangle.exp (test_gnu_style_demangling): Rename to...
6181 (test_gnuv3_style_demangling): ... this.
6182 (test_lucid_style_demangling): Remove.
6183 (test_arm_style_demangling): Remove.
6184 (test_hp_style_demangling): Remove.
6185 (do_tests): Remove calls to the above.
6186
6187 2019-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
6188
6189 * lib/mi-support.exp (mi_gdb_test): Remove interactive prompt
6190 case.
6191
6192 2019-01-06 Tom Tromey <tom@tromey.com>
6193
6194 PR gdb/28155:
6195 * gdb.dwarf2/typedef-void-finish.exp: New file.
6196
6197 2018-12-28 Tom Tromey <tom@tromey.com>
6198 Simon Marchi <simark@simark.ca>
6199
6200 * gdb.base/jit-exec.exp: New file.
6201 * gdb.base/jit-exec.c: New file.
6202 * gdb.base/jit-execd.c: New file.
6203
6204 2018-12-28 Tom Tromey <tom@tromey.com>
6205
6206 * gdb.base/style.exp: Update test to check for address styling.
6207
6208 2018-12-28 Tom Tromey <tom@tromey.com>
6209
6210 * gdb.base/style.exp: Add test for styling of "Reading symbols"
6211 message.
6212
6213 2018-12-28 Tom Tromey <tom@tromey.com>
6214
6215 * gdb.base/style.exp: Add test for version number styling.
6216
6217 2018-12-28 Tom Tromey <tom@tromey.com>
6218
6219 * gdb.base/style.exp: Add test for print_address_symbolic.
6220
6221 2018-12-28 Tom Tromey <tom@tromey.com>
6222
6223 * gdb.base/style.exp: Add test for breakpoint setting.
6224
6225 2018-12-28 Tom Tromey <tom@tromey.com>
6226
6227 * gdb.base/style.exp: Add test for variable names.
6228
6229 2018-12-28 Tom Tromey <tom@tromey.com>
6230
6231 * gdb.base/style.exp: New file.
6232 * gdb.base/style.c: New file.
6233
6234 2018-12-28 Tom Tromey <tom@tromey.com>
6235
6236 * lib/gdb.exp (gdb_init): Set the TERM environment variable to
6237 "dumb".
6238 * gdb.base/readline.exp (operate_and_get_next): Save and restore
6239 the TERM environment variable.
6240
6241 2018-12-27 Tom Tromey <tom@tromey.com>
6242
6243 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add
6244 pagination test.
6245
6246 2018-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
6247
6248 * gdb.dwarf2/dw2-unusual-field-names.c: New file.
6249 * gdb.dwarf2/dw2-unusual-field-names.exp: New file.
6250
6251 2018-12-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6252
6253 * gdb.ada/bp_fun_addr/a.adb (a): Rename to bp_fun_addr.
6254 Filename a.adb changed to bp_fun_addr.adb.
6255 gdb.ada/bp_fun_addr.exp: Update test accordingly.
6256
6257 2018-12-21 Jan Vrany <jan.vrany@fit.cvut.cz>
6258
6259 * lib/gdb.exp (gdb_compile): Add new nopie flag enforce
6260 non-PIE executables.
6261 * README: Mention the gdb,nopie_flag board setting.
6262 * gdb.arch/amd64-disp-step.exp: Use nopie flag to enforce
6263 non-PIE executable.
6264 * gdb.arch/amd64-entry-value.exp: Likewise.
6265 * gdb.arch/amd64-invalid-stack-middle.exp: Likewise.
6266 * gdb.arch/i386-float.exp: Likewise.
6267 * gdb.arch/i386-signal.exp: Likewise.
6268 * gdb.mi/mi-reg-undefined.exp: Likewise.
6269
6270 2018-12-21 Paul Marechal <paul.marechal@ericsson.com>
6271
6272 PR gdb/23974
6273 * gdb.base/info-os.exp: Check return for unknown "info os" type.
6274
6275 2018-12-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6276
6277 * gdb.ada/info_auto_lang.exp: Normalize some_c source file.
6278 Update order of results accordingly.
6279
6280 2018-12-12 Andrew Burgess <andrew.burgess@embecosm.com>
6281
6282 * gdb.base/annota1.exp: Update a test regexp.
6283
6284 2018-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
6285
6286 * gdb.base/float.exp: Handle RISC-V targets without an FPU.
6287
6288 2018-12-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6289
6290 * gdb.threads/tid-reuse.c (REUSE_TIME_CAP): Declare as 60.
6291 (reuse_time): Initialize to REUSE_TIME_CAP.
6292 (check_rc): New function.
6293 (main): Use REUSE_TIME_CAP instead of hardcoded 60.
6294 Check pthread_create rc.
6295 (spawner_thread_func): Check pthread_create and pthread_join rc.
6296
6297 2018-12-08 Pedro Alves <palves@redhat.com>
6298
6299 * gdb.base/list.exp (test_forward_search): Rename to ...
6300 (test_forward_reverse_search): ... this. Also test reverse-search
6301 and the forward-search alias.
6302
6303 2018-12-05 Andrew Burgess <andrew.burgess@embecosm.com>
6304
6305 * config/sim.exp (gdb_target_sim): Remove redundant adjustment of
6306 local timeout variable before return, and remove all local timeout
6307 variable entirely.
6308 (gdb_load): Likewise.
6309
6310 2018-12-01 Tom de Vries <tdevries@suse.de>
6311
6312 * gdb.base/gdb-caching-proc.exp: New file.
6313
6314 2018-11-25 Sergio Durigan Junior <sergiodj@redhat.com>
6315
6316 * Makefile.in (TIMESTAMP): New variable.
6317 (check-single): Add $(TIMESTAMP) to the end of $(DO_RUNTEST)
6318 command.
6319 (check-single-racy): Likewise.
6320 (check/%.exp): Likewise.
6321 (check-racy/%.exp): Likewise.
6322 (workers/%.worker): Likewise.
6323 (build-perf): Likewise.
6324 (check-perf): Likewise.
6325 * README: Describe new "TS" and "TS_FORMAT" variables.
6326 * print-ts.py: New file.
6327
6328 2018-11-21 Benno Fünfstück <benno.fuenfstueck@gmail.com>
6329
6330 PR python/23714
6331 * gdb.python/python.exp: Test command repetition after
6332 gdb.execute.
6333
6334 2018-11-20 Andrew Burgess <andrew.burgess@embecosm.com>
6335
6336 * gdb.opt/inline-break.exp: Add test that info breakpoint output
6337 is correctly aligned.
6338
6339 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6340
6341 * gdb.ada/info_auto_lang.exp: New testcase.
6342 * gdb.ada/info_auto_lang/global_pack.ads: New file.
6343 * gdb.ada/info_auto_lang/proc_in_ada.adb: New file.
6344 * gdb.ada/info_auto_lang/some_c.c: New file.
6345
6346 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6347
6348 * gdb.dwarf2/dw2-case-insensitive.exp: Update due to auto switch to
6349 FUNC_lang language syntax.
6350
6351 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6352
6353 * gdb.base/info_minsym.c: New file.
6354 * gdb.base/info_minsym.exp: New file.
6355
6356 2018-11-19 Tom Tromey <tom@tromey.com>
6357
6358 PR rust/23625:
6359 * gdb.rust/simple.exp: Add ptype test. Update expected output.
6360 * gdb.rust/expr.exp: Update expected output. Change one test.
6361
6362 2018-11-19 Tom Tromey <tom@tromey.com>
6363
6364 * gdb.rust/simple.rs: Don't initialize empty_enum_value.
6365
6366 2018-11-19 Pedro Alves <palves@redhat.com>
6367
6368 * gdb.base/warning.exp: Don't override INTERNAL_FLAGS. Use
6369 gdb_spawn_with_cmdline_opts instead of gdb_start. Check that we
6370 see the expected warning.
6371
6372 2018-11-16 Alan Hayward <alan.hayward@arm.com>
6373
6374 PR gdb/22736:
6375 * gdb.cp/infcall-nodebug-lib.c: New test.
6376 * gdb.cp/infcall-nodebug-main.c: New test.
6377 * gdb.cp/infcall-nodebug.exp: New file.
6378
6379 2018-11-12 Simon Marchi <simon.marchi@polymtl.ca>
6380
6381 * gdb.base/skip.exp: Add standard_testfile. Add "skip delete"
6382 completer tests.
6383
6384 2018-11-09 Tom de Vries <tdevries@suse.de>
6385
6386 * gdb.base/msym-lang.c: New test.
6387 * gdb.base/msym-lang.exp: New file.
6388 * gdb.base/msym-lang-main.c: New test.
6389
6390 2018-11-08 Tom Tromey <tom@tromey.com>
6391
6392 PR gdb/23555:
6393 PR gdb/23838:
6394 * gdb.base/warning.exp: New file.
6395
6396 2018-11-08 Jan Beulich <jbeulich@suse.com>
6397
6398 * testsuite/gdb.arch/i386-avx512.c,
6399 testsuite/gdb.arch/i386-avx512.exp: Add 7th test.
6400
6401 2018-11-08 Andrew Burgess <andrew.burgess@embecosm.com>
6402
6403 * gdb.arch/riscv-reg-aliases.exp: Handle targets without floating
6404 point hardware.
6405
6406 2018-11-07 Andrew Burgess <andrew.burgess@embecosm.com>
6407
6408 * gdb.dwarf2/void-type.exp: Rename types, and make var_a an 'int'.
6409 * gdb.dwarf2/missing-type-name.exp: New file.
6410
6411 2018-11-06 Tom de Vries <tdevries@suse.de>
6412
6413 * gdb.base/many-headers.c: New test.
6414 * gdb.base/many-headers.exp: New file.
6415
6416 2018-11-06 Jim Wilson <jimw@sifive.com>
6417
6418 * gdb.base/code_elim.exp: For riscv, set additional_flags
6419 to include -msmall-data-limit=0.
6420
6421 2018-11-01 Joel Brobecker <brobecker@adacore.com>
6422
6423 * gdb.ada/watch_minus_l: New testcase.
6424
6425 2018-11-01 Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
6426
6427 * gdb.arch/aix-sighandle.c: New file.
6428 * gdb.arch/aix-sighandle.exp: New file.
6429
6430 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
6431
6432 * gdb.arch/riscv-reg-aliases.exp: Rewrite to take account of float
6433 registers being unions.
6434
6435 2018-10-31 Tom de Vries <tdevries@suse.de>
6436
6437 * lib/valgrind.exp: New file.
6438 (vgdb_start, vgdb_stop): New procs, factored out of ...
6439 * gdb.base/valgrind-bt.exp: ... here, ...
6440 * gdb.base/valgrind-disp-step.exp: ... here and ...
6441 * gdb.base/valgrind-infcall.exp: ... here.
6442
6443 2018-10-31 Tom de Vries <tdevries@suse.de>
6444
6445 * lib/gdb.exp (get_valueof): Don't output read value in test name.
6446
6447 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
6448
6449 * gdb.dwarf2/void-type.c: New file.
6450 * gdb.dwarf2/void-type.exp: New file.
6451
6452 2018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6453
6454 * gdb.base/info_qt.c: New file.
6455 * gdb.base/info_qt.exp: New file.
6456
6457 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
6458
6459 * gdb.arch/powerpc-htm-regs.c: New file.
6460 * gdb.arch/powerpc-htm-regs.exp: New file.
6461
6462 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
6463
6464 * gdb.arch/powerpc-tar.c: New file.
6465 * gdb.arch/powerpc-tar.exp: New file.
6466
6467 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
6468
6469 * gdb.arch/powerpc-ppr-dscr.c: New file.
6470 * gdb.arch/powerpc-ppr-dscr.exp: New file.
6471
6472 2018-10-25 Tom de Vries <tdevries@suse.de>
6473
6474 * gdb.base/valgrind-db-attach.exp: Rewrite to use vgdb.
6475
6476 2018-10-24 Tom de Vries <tdevries@suse.de>
6477
6478 * lib/gdb.exp (gdb_test_multiple): Log wait status on process no
6479 longer exists error.
6480
6481 2018-10-24 Tom de Vries <tdevries@suse.de>
6482
6483 * gdb.base/catch-follow-exec.exp: Rewrite using gdb_test.
6484
6485 2018-10-24 Tom de Vries <tdevries@suse.de>
6486
6487 * gdb.base/valgrind-db-attach.exp: Handle removed support for
6488 --db-attach in valgrind.
6489
6490 2018-10-23 Andrew Burgess <andrew.burgess@embecosm.com>
6491
6492 * gdb.arch/riscv-reg-aliases.c: New file.
6493 * gdb.arch/riscv-reg-aliases.exp: New file.
6494
6495 2018-10-19 Alan Hayward <alan.hayward@arm.com>
6496
6497 * gdb.python/py-cmd.exp: Check for gdb_prompt.
6498
6499 2018-10-19 Alan Hayward <alan.hayward@arm.com>
6500
6501 * gdb.base/vla-optimized-out.exp: Allow either optimized out or 6.
6502
6503 2018-10-19 Alan Hayward <alan.hayward@arm.com>
6504
6505 * gdb.cp/ovldbreak.exp: Fix regexps.
6506
6507 2018-10-19 Alan Hayward <alan.hayward@arm.com>
6508
6509 * gdb.compile/compile-cplus-print.exp: Start inferior earlier.
6510
6511 2018-10-18 Sergio Durigan Junior <sergiodj@redhat.com>
6512
6513 PR cli/23785
6514 * gdb.base/restore.exp: New test to check if "restore" with an
6515 invalid file doesn't segfault.
6516
6517 2018-10-18 Tom de Vries <tdevries@suse.de>
6518
6519 * gdb.ada/bp_inlined_func.exp: Fix capitalized test name.
6520 * gdb.ada/excep_handle.exp: Same.
6521 * gdb.ada/mi_string_access.exp: Same.
6522 * gdb.ada/mi_var_union.exp: Same.
6523 * gdb.arch/arc-analyze-prologue.exp: Same.
6524 * gdb.arch/arc-decode-insn.exp: Same.
6525 * gdb.base/readnever.exp: Same.
6526 * gdb.fortran/printing-types.exp: Same.
6527 * gdb.guile/scm-lazy-string.exp: Same.
6528
6529 2018-10-16 Tom de Vries <tdevries@suse.de>
6530
6531 PR gdb/23730
6532 * gdb.base/catch-follow-exec.c: Add copyright notice.
6533 * gdb.base/catch-follow-exec.exp: Rewrite to use
6534 gdb_spawn_with_cmdline_opts. Require gdb-native.
6535
6536 2018-10-12 Sandra Loosemore <sandra@codesourcery.com>
6537
6538 * gdb.trace/actions-changed.exp: Check for arch support.
6539 * gdb.trace/actions.exp: Likewise.
6540 * gdb.trace/ax.exp: Likewise.
6541 * gdb.trace/backtrace.exp: Likewise.
6542 * gdb.trace/change-loc.exp: Likewise.
6543 * gdb.trace/deltrace.exp: Likewise.
6544 * gdb.trace/ftrace-lock.exp: Check for shlib and arch support.
6545 * gdb.trace/ftrace.exp: Likewise.
6546 * gdb.trace/infotrace.exp: Check for arch support.
6547 * gdb.trace/mi-trace-frame-collected.exp: Likewise.
6548 * gdb.trace/mi-tracepoint-changed.exp: Likewise.
6549 * gdb.trace/mi-tsv-changed.exp: Likewise.
6550 * gdb.trace/packetlen.exp: Likewise.
6551 * gdb.trace/passc-dyn.exp: Likewise.
6552 * gdb.trace/passcount.exp: Likewise.
6553 * gdb.trace/pending.exp: Likewise.
6554 * gdb.trace/range-stepping.exp: Check for shlib support.
6555 * gdb.trace/report.exp: Check for arch support.
6556 * gdb.trace/save-trace.exp: Likewise.
6557 * gdb.trace/signal.exp: Check for signal support.
6558 * gdb.trace/tfind.exp: Check for arch support.
6559 * gdb.trace/trace-break.exp: Check for arch and shlib support.
6560 * gdb.trace/trace-common.h: Add comment.
6561 * gdb.trace/trace-condition.exp: Check for shlib and arch support.
6562 * gdb.trace/trace-enable-disable.exp: Likewise.
6563 * gdb.trace/trace-mt.exp: Likewise. Remove redundant untested call.
6564 * gdb.trace/tracecmd.exp: Check for arch support.
6565 * gdb.trace/tspeed.exp: Check for shlib and target support.
6566 * gdb.trace/tstatus.exp: Check for arch support.
6567 * gdb.trace/tsv.exp: Likewise.
6568 * gdb.trace/while-dyn.exp: Likewise.
6569 * gdb.trace/while-stepping.exp: Likewise.
6570 * lib/trace-support.exp (gdb_trace_common_supports_arch): New.
6571
6572 2018-10-12 Simon Marchi <simon.marchi@ericsson.com>
6573
6574 * gdb.trace/tspeed.exp: Remove nowarnings.
6575 (prepare_for_trace_test): Declare "global ipalib".
6576 * gdb.trace/tspeed.c: Include unistd.h.
6577 (main): Remove superfluous printf argument.
6578
6579 2018-10-11 Sandra Loosemore <sandra@codesourcery.com>
6580
6581 * gdb.base/solib-vanish.exp: Fix regexp not to require a POSIX
6582 directory prefix on the filename.
6583
6584 2018-10-10 Sergio Durigan Junior <sergiodj@redhat.com>
6585
6586 * gdb.gdb/unittest.exp: Update expected message informing that
6587 selftests have been disabled.
6588 * gdb.server/unittest.exp: Likewise.
6589
6590 2018-10-09 Tom de Vries <tdevries@suse.de>
6591
6592 * lib/gdb.exp (target_supports_scheduler_locking): Replace gdb_start_cmd
6593 with runto_main.
6594
6595 2018-10-08 Weimin Pan <weimin.pan@oracle.com>
6596
6597 PR c++/16841
6598 * gdb.cp/virtbase2.cc: New file.
6599 * gdb.cp/virtbase2.exp: New file.
6600
6601 2018-10-06 Tom Tromey <tom@tromey.com>
6602
6603 PR python/19399:
6604 * gdb.python/py-inferior.exp: Add architecture test.
6605
6606 2018-10-06 Tom Tromey <tom@tromey.com>
6607
6608 * gdb.base/gnu-ifunc.exp (build): Use standard_output_file.
6609 * gdb.trace/unavailable-dwarf-piece.exp: Use standard_output_file.
6610
6611 2018-10-06 Tom Tromey <tom@tromey.com>
6612
6613 * gdb.python/py-breakpoint.exp (check_last_event): Check location
6614 of a "throw" catchpoint.
6615
6616 2018-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
6617
6618 * gdb.base/info-proc.exp: Update string expected from "help info
6619 proc".
6620
6621 2018-10-04 Tom Tromey <tom@tromey.com>
6622
6623 * gdb.cp/maint.exp (test_invalid_name): Update expected output.
6624 * gdb.gdb/complaints.exp (test_short_complaints): Remove.
6625 (test_initial_complaints, test_empty_complaints): Update.
6626 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
6627
6628 2018-10-04 Tom Tromey <tom@tromey.com>
6629
6630 PR cli/19551:
6631 * lib/mi-support.exp (mi_gdb_file_cmd): Update.
6632 * lib/gdb.exp (gdb_file_cmd): Update.
6633 * gdb.stabs/weird.exp (print_weird_var): Update.
6634 * gdb.server/solib-list.exp: Update.
6635 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Update.
6636 * gdb.mi/mi-cli.exp: Update.
6637 * gdb.linespec/linespec.exp: Update.
6638 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
6639 * gdb.dwarf2/dw2-objfile-overlap.exp: Update.
6640 * gdb.cp/cp-relocate.exp: Update.
6641 * gdb.base/sym-file.exp: Update.
6642 * gdb.base/relocate.exp: Update.
6643 * gdb.base/readnever.exp: Update.
6644 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
6645 * gdb.base/kill-detach-inferiors-cmd.exp: Update.
6646 * gdb.base/dbx.exp (gdb_file_cmd): Update.
6647 * gdb.base/code_elim.exp: Update.
6648 * gdb.base/break-unload-file.exp (test_break): Update.
6649 * gdb.base/break-interp.exp (test_attach_gdb): Update.
6650 * gdb.base/break-idempotent.exp (force_breakpoint_re_set):
6651 Update.
6652 * gdb.base/attach.exp (do_attach_tests): Update.
6653 * gdb.base/sepdebug.exp: Update.
6654 * gdb.python/py-section-script.exp: Update.
6655
6656 2018-10-04 Tom Tromey <tom@tromey.com>
6657
6658 PR cli/22234:
6659 * gdb.dwarf2/dw2-stack-boundary.exp: Update expected output.
6660 * gdb.gdb/complaints.exp (test_short_complaints): Update expected
6661 output.
6662
6663 2018-10-04 Tom Tromey <tom@tromey.com>
6664
6665 * gdb.base/attach.exp (test_command_line_attach_run): Use -quiet;
6666 set width and height to 0.
6667 (test_command_line_attach_run): Use -quiet.
6668
6669 2018-10-03 Sandra Loosemore <sandra@codesourcery.com>
6670
6671 * lib/gdb.exp (skip_ifunc_tests): New.
6672 * gdb.base/gnu-ifunc.exp: Skip if no ifunc support. Handle
6673 other compile failures.
6674 * gdb.compile/compile-ifunc.exp: Skip if no ifunc support.
6675
6676 2018-10-01 Simon Marchi <simon.marchi@ericsson.com>
6677
6678 * gdb.arch/i386-avx512.exp: Fix setting of nr_regs based on
6679 is_amd64_regs_target.
6680
6681 2018-10-01 Alan Hayward <alan.hayward@arm.com>
6682
6683 * gdb.arch/aarch64-sighandler-regs.c: New test.
6684 * gdb.arch/aarch64-sighandler-regs.exp: New file.
6685 * lib/gdb.exp (skip_aarch64_sve_tests): New proc.
6686
6687 2018-10-01 Markus Metzger <markus.t.metzger@intel.com>
6688
6689 * lib/gdb.exp (is_amd64_regs_target): Change assembly to C inline
6690 assembly.
6691
6692 2018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
6693
6694 * gdb.base/frame-selection.exp: New file.
6695 * gdb.base/frame-selection.c: New file.
6696
6697 2018-09-27 Alan Hayward <alan.hayward@arm.com>
6698
6699 * gdb.threads/check-libthread-db.c (thread_routine): Use a
6700 pthread barrier.
6701 (main): Likewise.
6702
6703 2018-09-26 Andrew Burgess <andrew.burgess@embecosm.com>
6704
6705 * gdb.base/large-frame-1.c: New file.
6706 * gdb.base/large-frame-2.c: New file.
6707 * gdb.base/large-frame.exp: New file.
6708 * gdb.base/large-frame.h: New file.
6709
6710 2018-09-24 Jozef Lawrynowicz <jozef.l@mittosystems.com>
6711
6712 PR gdb/20948
6713 * gdb.base/write_mem.exp: New test.
6714 * gdb.base/write_mem.c: Likewise.
6715
6716 2018-09-23 Tom Tromey <tom@tromey.com>
6717
6718 PR python/18852:
6719 * gdb.python/py-parameter.exp: Add test for parameter that throws
6720 on "set".
6721
6722 2018-09-23 Tom Tromey <tom@tromey.com>
6723
6724 PR python/17284:
6725 * gdb.python/py-template.exp (test_template_arg): Add test for
6726 negative template argument number.
6727
6728 2018-09-23 Tom Tromey <tom@tromey.com>
6729
6730 PR python/14062:
6731 * gdb.python/python.exp: Add test for post_event error.
6732
6733 2018-09-23 Tom Tromey <tom@tromey.com>
6734
6735 PR python/18170:
6736 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests to
6737 convert pointers to int and long.
6738
6739 2018-09-23 Tom Tromey <tom@tromey.com>
6740
6741 PR python/20126:
6742 * gdb.python/py-value.exp (test_value_numeric_ops): Add
6743 signed-ness conversion tests.
6744
6745 2018-09-23 Tom Tromey <tom@tromey.com>
6746
6747 PR python/18352;
6748 * gdb.python/py-value.exp (test_float_conversion): New proc.
6749 Use it.
6750
6751 2018-09-20 Hafiz Abid Qadeer <abidh@codesourcery.com>
6752
6753 gdb.base/reggroups.exp (fetch_reggroups): Add '_' in match pattern.
6754
6755 2018-09-18 Sandra Loosemore <sandra@codesourcery.com>
6756
6757 * gdb.base/complete-empty.exp: Skip tab-completion tests if
6758 no readline.
6759 * gdb.base/utf8-identifiers.exp: Likewise.
6760 * gdb.cp/cpcompletion.exp: Likewise.
6761 * gdb.linespec/cpcompletion.exp: Likewise.
6762 * gdb.linespec/cpls-abi-tag.exp: Likewise.
6763 * gdb.linespec/cpls-ops.exp: Likewise.
6764
6765 2018-09-19 Richard Bunt <richard.bunt@arm.com>
6766 Chris January <chris.january@arm.com>
6767
6768 * gdb.cp/koenig.exp: Extend to test logical short circuiting.
6769 * gdb.fortran/short-circuit-argument-list.exp: New file.
6770 * gdb.fortran/short-circuit-argument-list.f90: New test.
6771
6772 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
6773
6774 * gdb.arch/amd64-invalid-stack-top.exp: Expect optional
6775 "arch=" keyword when executing "-stack-list-frames".
6776
6777 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
6778
6779 * gdb.arch/amd64-invalid-stack-middle.exp: Expect optional
6780 "arch=" keyword when executing "-stack-list-frames".
6781
6782 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
6783
6784 * gdb.ada/complete.exp: Expect for "@" when doing "complete
6785 break ada".
6786
6787 2018-09-17 Simon Marchi <simon.marchi@polymtl.ca>
6788
6789 PR python/23669
6790 * gdb.python/python.exp: Test gdb.execute("show commands").
6791
6792 2018-09-16 Tom Tromey <tom@tromey.com>
6793
6794 * gdb.base/new-ui.exp (do_execution_tests): Update.
6795 * gdb.base/dbx.exp (test_breakpoints): Update.
6796
6797 2018-09-14 Alan Hayward <alan.hayward@arm.com>
6798
6799 * lib/gdb.exp (gdb_simple_compile): Add proc.
6800 (is_elf_target): Use gdb_simple_compile.
6801 (skip_altivec_tests): Likewise.
6802 (skip_vsx_tests): Likewise.
6803 (skip_tsx_tests): Likewise.
6804 (skip_btrace_tests): Likewise.
6805 (skip_btrace_pt_tests): Likewise.
6806 (gdb_can_simple_compile): Likewise.
6807 (gdb_has_argv0): Likewise.
6808 (gdb_target_symbol_prefix): Likewise.
6809 (target_supports_scheduler_locking): Likewise.
6810
6811 2018-09-13 Tom Tromey <tom@tromey.com>
6812
6813 * Makefile.in (TAGS): Recognize proc_with_prefix and
6814 gdb_caching_proc.
6815
6816 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
6817
6818 * gdb.python/py-progspace.exp: Test the Progspace.objfiles
6819 method.
6820
6821 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
6822
6823 * gdb.python/py-inferior.exp: Add tests for Inferior.progspace
6824 and a few other Inferior properties when the Inferior is no
6825 longer valid.
6826
6827 2018-09-13 Tom Tromey <tom@tromey.com>
6828
6829 PR rust/23650:
6830 * gdb.rust/simple.exp: Add test for enum field access error.
6831
6832 2018-09-13 Tom Tromey <tom@tromey.com>
6833
6834 PR rust/23626:
6835 * gdb.rust/simple.rs (EmptyEnum): New type.
6836 (main): Use it.
6837 * gdb.rust/simple.exp (test_one_slice): Add empty enum test.
6838
6839 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
6840
6841 * gdb.python/py-inferior.exp: Test repr() of gdb.Inferior.
6842 * gdb.python/py-objfile.exp: Test repr() of gdb.Objfile.
6843 * gdb.python/py-symtab.exp: Update test printing an objfile.
6844
6845 2018-09-12 Simon Marchi <simon.marchi@ericsson.com>
6846
6847 * gdb.python/py-inferior.exp: Test using an invalid gdb.Inferior
6848 object.
6849
6850 2018-09-12 Alan Hayward <alan.hayward@arm.com>
6851
6852 * lib/gdb.exp (gdb_can_simple_compile): Add proc.
6853 (support_complex_tests): Use gdb_can_simple_compile.
6854 (is_ilp32_target): Likewise.
6855 (is_lp64_target): Likewise.
6856 (is_64_target): Likewise.
6857 (is_amd64_regs_target): Likewise.
6858 (is_aarch32_target): Likewise.
6859 (gdb_int128_helper): Likewise.
6860
6861 2018-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
6862
6863 * Makefile.in (check-parallel-racy): Fix dg-extract-results.sh path.
6864
6865 2018-09-10 Jerome Guitton <guitton@adacore.com>
6866
6867 * gdb.ada/same_component_name: Add test for case of tagged record
6868 with variable-length fields.
6869
6870 2018-09-10 Xavier Roirand <roirand@adacore.com>
6871
6872 * gdb.ada/access_to_unbounded_array.exp: New testcase.
6873 * gdb.ada/access_to_unbounded_array/foo.adb: New file.
6874 * gdb.ada/access_to_unbounded_array/pack.adb: New file.
6875 * gdb.ada/access_to_unbounded_array/pack.ads: New file.
6876
6877 2018-09-10 Xavier Roirand <roirand@adacore.com>
6878
6879 * gdb.ada/mi_string_access.exp: New testcase.
6880 * gdb.ada/mi_string_access/bar.adb: New file.
6881 * gdb.ada/mi_string_access/pck.adb: New file.
6882 * gdb.ada/mi_string_access/pck.asd: New file.
6883
6884 2018-09-10 Xavier Roirand <roirand@adacore.com>
6885
6886 * gdb.ada/mi_var_union.exp: New testcase.
6887 * gdb.ada/mi_var_union/bar.adb: New file.
6888 * gdb.ada/mi_var_union/pck.adb: New file.
6889 * gdb.ada/mi_var_union/pck.asd: New file.
6890
6891 2018-09-08 Tom Tromey <tom@tromey.com>
6892
6893 * gdb.python/py-prettyprint.exp: Use with_test_prefix.
6894
6895 2018-09-08 Tom Tromey <tom@tromey.com>
6896
6897 PR python/16047:
6898 * gdb.python/py-prettyprint.py (pp_int_typedef3): New class.
6899 (register_pretty_printers): Register new printer.
6900 * gdb.python/py-prettyprint.exp (run_lang_tests): Add int_type3
6901 test.
6902 * gdb.python/py-prettyprint.c (int_type3): New typedef.
6903 (an_int_type3): New global.
6904
6905 2018-09-08 Joel Brobecker <brobecker@adacore.com>
6906
6907 * gdb.ada/expr_with_funcall: New testcase.
6908
6909 2018-09-08 Joel Brobecker <brobecker@adacore.com>
6910
6911 * gdb.ada/packed_array_assign: New testcase.
6912
6913 2018-09-07 Andrew Burgess <andrew.burgess@embecosm.com>
6914
6915 * gdb.base/watchpoint.exp (test_complex_watchpoint): Extend test
6916 names, and add test prefixes to make test names unique.
6917
6918 2018-09-05 Tom de Vries <tdevries@suse.de>
6919
6920 * gdb.dwarf2/varval.exp: Add test.
6921
6922 2018-09-04 Gary Benson <gbenson@redhat.com>
6923
6924 * gdb.base/batch-exit-status.exp: Use gdb_test_multiple and expect
6925 'eof' before 'wait -i'. Use remote_close and clear_gdb_spawn_id.
6926
6927 2018-08-31 Tom Tromey <tom@tromey.com>
6928
6929 * gdb.rust/simple.rs: Rename second variable "v".
6930
6931 2018-08-30 Andrew Burgess <andrew.burgess@embecosm.com>
6932
6933 * gdb.base/funcargs.c (use_a): New function.
6934 (recurse): Call use_a.
6935
6936 2018-08-29 Keith Seitz <keiths@redhat.com>
6937
6938 * gdb.compile/compile-cplus-anonymous.cc: New file.
6939 * gdb.compile/compile-cplus-anonymous.exp: New file.
6940 * gdb.compile/compile-cplus-array-decay.cc: New file.
6941 * gdb.compile/compile-cplus-array-decay.exp: New file.
6942 * gdb.compile/compile-cplus-inherit.cc: New file.
6943 * gdb.compile/compile-cplus-inherit.exp: New file.
6944 * gdb.compile/compile-cplus-member.cc: New file.
6945 * gdb.compile/compile-cplus-member.exp: New file.
6946 * gdb.compile/compile-cplus-method.cc: New file.
6947 * gdb.compile/compile-cplus-method.exp: New file.
6948 * gdb.compile/compile-cplus-mod.c: "New" file.
6949 * gdb.compile/compile-cplus-namespace.cc: New file.
6950 * gdb.compile/compile-cplus-namespace.exp: New file.
6951 * gdb.compile/compile-cplus-nested.cc: New file.
6952 * gdb.compile/compile-cplus-nested.exp: New file.
6953 * gdb.compile/compile-cplus-print.c: "New" file.
6954 * gdb.compile/compile-cplus-print.exp: "New" file.
6955 * gdb.compile/compile-cplus-virtual.cc: New file.
6956 * gdb.compile/compile-cplus-virtual.exp: New file.
6957 * gdb.compile/compile-cplus.c: "New" file.
6958 * gdb.compile/compile-cplus.exp: "New" file.
6959 * lib/compile-support.exp: New file.
6960
6961 2018-08-16 Gary Benson <gbenson@redhat.com>
6962
6963 PR gdb/13000:
6964 * gdb.base/batch-exit-status.exp: New file.
6965 * gdb.base/batch-exit-status.good-commands: Likewise.
6966 * gdb.base/batch-exit-status.bad-commands: Likewise.
6967
6968 2018-08-29 Alan Hayward <alan.hayward@arm.com>
6969
6970 * gdb.base/infcall-nested-structs.c (struct struct01): Remove.
6971 (struct struct02): Likewise.
6972 (struct struct03): Likewise.
6973 (struct struct04): Likewise.
6974 (struct struct_01_01): New struct.
6975 (struct struct_01_02): Likewise.
6976 (struct struct_01_03): Likewise.
6977 (struct struct_01_04): Likewise.
6978 (struct struct_02_01): Likewise.
6979 (struct struct_02_02): Likewise.
6980 (struct struct_02_03): Likewise.
6981 (struct struct_02_04): Likewise.
6982 (struct struct_04_01): Likewise.
6983 (struct struct_04_02): Likewise.
6984 (struct struct_04_03): Likewise.
6985 (struct struct_04_04): Likewise.
6986 (struct struct_05_01): Likewise.
6987 (struct struct_05_02): Likewise.
6988 (struct struct_05_03): Likewise.
6989 (struct struct_05_04): Likewise.
6990 (cmp_struct01): Remove function.
6991 (cmp_struct02): Likewise.
6992 (cmp_struct03): Likewise.
6993 (cmp_struct04): Likewise.
6994 (cmp_struct_01_01): Add Function.
6995 (cmp_struct_01_02): Likewise.
6996 (cmp_struct_01_03): Likewise.
6997 (cmp_struct_01_04): Likewise.
6998 (cmp_struct_02_01): Likewise.
6999 (cmp_struct_02_02): Likewise.
7000 (cmp_struct_02_03): Likewise.
7001 (cmp_struct_02_04): Likewise.
7002 (cmp_struct_04_01): Likewise.
7003 (cmp_struct_04_02): Likewise.
7004 (cmp_struct_04_03): Likewise.
7005 (cmp_struct_04_04): Likewise.
7006 (cmp_struct_05_01): Likewise.
7007 (cmp_struct_05_02): Likewise.
7008 (cmp_struct_05_03): Likewise.
7009 (cmp_struct_05_04): Likewise.
7010 (call_all): Add new structs.
7011 * gdb.base/infcall-nested-structs.exp: Likewise.
7012
7013 2018-08-27 Jan Vrany <jan.vrany@fit.cvut.cz>
7014
7015 * gdb.python/py-framefilter-mi.exp: Update regexp to
7016 check for "arch" field in frame output.
7017
7018 2018-08-23 Kevin Buettner <kevinb@redhat.com>
7019
7020 * gdb.dwarf2/dw2-ranges-func.c: New file.
7021 * gdb.dwarf2/dw2-ranges-func.exp: New file.
7022
7023 2018-08-22 Simon Marchi <simon.marchi@polymtl.ca>
7024
7025 * gdb.base/term.exp: Compare terminal settings with values from
7026 the inferior.
7027 * gdb.base/term.c: Get and set terminal settings.
7028
7029 2018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
7030
7031 * lib/mi-support.exp (mi_expect_stop): Update regexp to
7032 accommodate new "arch" field in frame output.
7033 * gdb.mi/mi-return.exp: Likewise.
7034 * gdb.mi/mi-stack.exp: Likewise.
7035 * gdb.mi/mi-syn-frame.exp: Likewise.
7036 * gdb.mi/user-selected-context-sync.exp: Likewise.
7037
7038 2018-08-19 Michael Spang <spang@google.com>
7039
7040 PR gdb/11786
7041 * gdb.base/gcore-tls-pie.c: New file.
7042 * gdb.base/gcore-tls-pie.exp: New file.
7043
7044 2018-08-18 Kevin Buettner <kevinb@redhat.com>
7045
7046 * lib/dwarf.exp: Add support for DW_OP_GNU_variable_value.
7047 * gdb.dwarf2/varval.c: New file.
7048 * gdb.dwarf2/varval.exp: New file.
7049
7050 2018-08-17 Alan Hayward <alan.hayward@arm.com>
7051
7052 PR gdb/18931
7053 * gdb.arch/aarch64-fp.c (main): Fix asm registers.
7054
7055 2018-08-16 Keith Seitz <keiths@redhat.com>
7056
7057 * gdb.compile/compile.exp: Use gdb_test_no_output for "compile code"
7058 tests expected to pass.
7059
7060 2018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
7061
7062 * gdb.mi/mi-disassemble.exp (test_disassembly_only): Add tests for
7063 -data-disassemble -a.
7064 (test_disassembly_bogus_args): Likewise.
7065
7066 2018-08-14 Andrew Burgess <andrew.burgess@embecosm.com>
7067
7068 * gdb.mi/list-thread-groups-available.exp: Update test regexp.
7069
7070 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
7071
7072 * gdb.base/vla-optimized-out.exp: Add new test.
7073
7074 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
7075
7076 * gdb.base/vla-optimized-out-o3.exp: Delete.
7077 * gdb.base/vla-optimized-out-o3-strict.exp: Delete.
7078 * gdb.base/vla-optimized-out.exp: Extend to cover all of the
7079 deleted tests.
7080
7081 2018-08-08 Andrew Burgess <andrew.burgess@embecosm.com>
7082
7083 PR gdb/18050:
7084 * gdb.server/extended-remote-restart.c: New file.
7085 * gdb.server/extended-remote-restart.exp: New file.
7086
7087 2018-08-07 Simon Marchi <simon.marchi@polymtl.ca>
7088
7089 * gdb.fortran/nested-funcs.exp: Replace "set index = 42" with
7090 "set variable index = 42".
7091
7092 2018-08-07 Simon Marchi <simon.marchi@ericsson.com>
7093
7094 * boards/index-cache-gdb.exp: New file.
7095 * gdb.dwarf2/index-cache.exp: New file.
7096 * gdb.dwarf2/index-cache.c: New file.
7097 * gdb.base/maint.exp: Check if we are using the index cache.
7098
7099 2018-08-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
7100
7101 * Makefile.in (saw_dash_j): Allow for GNU make 4.2+ passing -jN in
7102 MAKEFLAGS.
7103
7104 2018-08-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
7105
7106 * dg-extract-results.sh: Move to toplevel contrib.
7107 * Makefile.in (check-parallel): Reflect dg-extract-results.sh move.
7108 * Makefile.in (check-parallel-racy): Likewise.
7109
7110 2018-08-06 Andrew Burgess <andrew.burgess@embecosm.com>
7111
7112 * lib/gdb.exp (target_supports_scheduler_locking): New proc.
7113 * gdb.mi/mi-cmd-param-changed.exp: Only run scheduler locking
7114 tests if the target supports scheduler locking.
7115
7116 2018-08-04 Tom de Vries <tdevries@suse.de>
7117
7118 * gdb.python/py-rbreak.exp: Fix rbreak regexp.
7119
7120 2018-08-02 Tom Tromey <tom@tromey.com>
7121
7122 PR symtab/16842.
7123 * gdb.cp/temargs.exp: Test "info address" of a template
7124 parameter.
7125
7126 2018-07-31 Jan Vrany <jan.vrany@fit.cvut.cz>
7127
7128 * gdb.python/py-mi-var-info-path-expression.c: New file.
7129 * gdb.python/py-mi-var-info-path-expression.py: New file.
7130 * gdb.python/py-mi-var-info-path-expression.exp: New file.
7131
7132 2018-07-30 Sergio Durigan Junior <sergiodj@redhat.com>
7133
7134 * lib/gdbserver-support.exp (gdbserver_start): Match any kind of
7135 error after "cannot resolve name" string.
7136
7137 2018-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
7138
7139 * gdb.trace/tspeed.exp: Only call gdb_load_shlib after gdb has
7140 started.
7141 * lib/gdb.exp (gdb_load_shlib): Call perror if GDB is not running.
7142
7143 2018-07-28 Tom de Vries <tdevries@suse.de>
7144
7145 * gdb.base/vla-optimized-out-o3-strict.exp: New file.
7146
7147 2018-07-26 Tom de Vries <tdevries@suse.de>
7148
7149 * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
7150
7151 2018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
7152
7153 * gdb.base/maint.exp: Add check that dwarf unwinders control flag
7154 is visible.
7155
7156 2018-07-26 Tom de Vries <tdevries@suse.de>
7157
7158 PR breakpoints/23366
7159 * gdb.base/catch-follow-exec.c: New test.
7160 * gdb.base/catch-follow-exec.exp: New file.
7161
7162 2018-07-25 Tom de Vries <tdevries@suse.de>
7163
7164 * gdb.base/vla-optimized-out-o3.exp: New file. Reuse
7165 vla-optimized-out.c.
7166
7167 2018-07-25 Jan Vrany <jan.vrany@fit.cvut.cz>
7168
7169 * gdb.mi/mi-breakpoint-location-ena-dis.cc: New file.
7170 * gdb.mi/mi-breakpoint-location-ena-dis.exp: New file.
7171
7172 2018-07-20 Tom de Vries <tdevries@suse.de>
7173
7174 * gdb.base/vla-optimized-out.c: Make noclone attribute conditional on
7175 NOCLONE macro.
7176 * gdb.base/vla-optimized-out.exp: Use additional_flags -DNOCLONE.
7177
7178 2018-07-19 Tom de Vries <tdevries@suse.de>
7179
7180 * gdb.mi/list-thread-groups-available.exp (cores_re): Fix quoting in
7181 regular expression.
7182
7183 2018-07-18 Tom de Vries <tdevries@suse.de>
7184
7185 * gdb.base/vla-optimized-out.c: New test.
7186 * gdb.base/vla-optimized-out.exp: New file.
7187
7188 2018-07-13 Sergio Durigan Junior <sergiodj@redhat.com>
7189
7190 * lib/gdbserver-support.exp (gdbserver_start): Expect for the
7191 message "No address associated with hostname" when gdbserver
7192 cannot resolve the hostname.
7193
7194 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7195
7196 * gdb.threads/pthreads.exp: Test qcs FLAG arguments.
7197 Add some test prefixes to make tests unique.
7198
7199 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7200
7201 * gdb.base/frameapply.c: New file.
7202 * gdb.base/frameapply.exp: New file.
7203
7204 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7205
7206 * gdb.base/skip.exp: Update expected error message.
7207
7208 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
7209 Jan Kratochvil <jan.kratochvil@redhat.com>
7210 Paul Fertser <fercerpav@gmail.com>
7211 Tsutomu Seki <sekiriki@gmail.com>
7212
7213 * README (Testsuite Parameters): Mention new 'GDB_TEST_SOCKETHOST'
7214 parameter.
7215 * boards/native-extended-gdbserver.exp: Do not set 'sockethost'
7216 by default.
7217 * boards/native-gdbserver.exp: Likewise.
7218 * gdb.server/run-without-local-binary.exp: Improve regexp used
7219 for detecting when a remote debugging connection succeeds.
7220 * gdb.server/server-connect.exp: New file.
7221 * lib/gdbserver-support.exp (gdbserver_default_get_comm_port):
7222 Do not prefix the port number with ":".
7223 (gdbserver_start): New global GDB_TEST_SOCKETHOST. Implement
7224 support for detecting and using it. Add '$debughost_gdbserver'
7225 to the list of arguments used to start gdbserver. Handle case
7226 when gdbserver cannot resolve a network name.
7227
7228 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
7229
7230 PR c++/23373
7231 * gdb.base/ptype-offsets.cc (struct static_member): New
7232 struct.
7233 (main) <stmember>: New variable.
7234 * gdb.base/ptype-offsets.exp: Add test for printing a struct
7235 with a static member in it.
7236
7237 2018-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
7238
7239 * gdb.base/watchpoint-reuse-slot.exp: Test with hardware
7240 watchpoints enabled and disabled.
7241
7242 2018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
7243
7244 * gdb.base/examine-backward.exp: Still run tests around address
7245 0x0, even if address 0x0 is not readable. Update the pattern for
7246 matching address 0x0 in expected output.
7247
7248 2018-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
7249
7250 * gdb.base/share-env-with-gdbserver.c (main): Add call to
7251 malloc/free.
7252
7253 2018-07-04 Tom de Vries <tdevries@suse.de>
7254
7255 * gdb.dwarf2/dw2-error.exp: Update expected error message.
7256
7257 2018-07-02 Maciej W. Rozycki <macro@mips.com>
7258
7259 PR tdep/8282
7260 * gdb.arch/mips-disassembler-options.exp: New test.
7261 * gdb.arch/mips-disassembler-options.s: New test source.
7262
7263 2018-06-29 Pedro Alves <palves@redhat.com>
7264
7265 * gdb.threads/names.exp: Adjust expected "info threads" output.
7266
7267 2018-06-29 Pedro Alves <palves@redhat.com>
7268
7269 * gdb.opt/inline-break.exp (line number, address): Add "info
7270 break" tests.
7271
7272 2018-06-29 Pedro Alves <palves@redhat.com>
7273
7274 * gdb.opt/inline-break.c (func1): Add "break here" marker.
7275 * gdb.opt/inline-break.exp: Test setting breakpoints by line
7276 number and address and running to them.
7277
7278 2018-06-29 Richard Bunt <richard.bunt@arm.com>
7279
7280 * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
7281
7282 2018-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
7283
7284 * lib/compiler.c: Remove executable permission flag.
7285
7286 2018-06-28 Richard Bunt <richard.bunt@arm.com>
7287
7288 * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
7289 code.
7290 * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
7291
7292 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
7293
7294 * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
7295
7296 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
7297
7298 * gdb.base/relocate.exp: Test add-symbol-file behavior when the
7299 address argument is omitted.
7300
7301 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
7302
7303 * gdb.base/relocate.exp: Add test for "symbol-file -o ".
7304
7305 2018-06-27 Omair Javaid <omair.javaid@linaro.org>
7306
7307 PR gdb/21695
7308 * gdb.base/infoline-reloc-main-from-zero.exp: New test.
7309 * gdb.base/infoline-reloc-main-from-zero.c: New file.
7310
7311 2018-06-26 Tom Tromey <tom@tromey.com>
7312
7313 PR rust/22574:
7314 * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
7315 * gdb.rust/simple.rs (struct SimpleLayout): New.
7316
7317 2018-06-22 Simon Marchi <simon.marchi@ericsson.com>
7318
7319 * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
7320 "info registers" output.
7321
7322 2018-06-21 Richard Bunt <richard.bunt@arm.com>
7323
7324 * gdb.base/watchpoint-hw-attach.c: New test.
7325 * gdb.base/watchpoint-hw-attach.exp: New file.
7326
7327 2018-06-20 Simon Marchi <simon.marchi@ericsson.com>
7328
7329 * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
7330 through /bin/sh.
7331 * boards/dwarf4-gdb-index.exp: Likewise.
7332 * boards/fission-dwp.exp: Likewise.
7333
7334 2018-06-20 Ulrich Weigand <uweigand@de.ibm.com>
7335
7336 * gdb.base/float128.exp: Add comment and improved fail message
7337 to the failure case of "print large128" test.
7338
7339 2018-06-19 Simon Marchi <simon.marchi@ericsson.com>
7340
7341 * configure.ac: Remove AC_PREREQ.
7342 * configure: Re-generate.
7343
7344 2018-06-19 Pedro Alves <palves@redhat.com>
7345
7346 * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
7347 (func_extern_caller): New.
7348 (main): Call func_extern_caller.
7349 * gdb.opt/inline-break.exp: Add tests for inline frame skipping
7350 logic change.
7351
7352 2018-06-18 Weimin Pan <weimin.pan@oracle.com>
7353
7354 PR gdb/16841
7355 * gdb.cp/typedef-base.cc: New file.
7356 * gdb.cp/typedef-base.exp: New file.
7357
7358 2018-06-18 Tom de Vries <tdevries@suse.de>
7359
7360 * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
7361
7362 2018-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
7363 Richard Bunt <Richard.Bunt@arm.com>
7364
7365 * gdb.threads/attach-slow-waitpid.c: New file.
7366 * gdb.threads/attach-slow-waitpid.exp: New file.
7367 * gdb.threads/slow-waitpid.c: New file.
7368
7369 2018-06-14 Pedro Alves <palves@redhat.com>
7370
7371 * gdb.base/fork-running-state.c: Include <errno.h>.
7372 (exit_if_relative_exits): New.
7373 (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
7374 exits.
7375 (fork_parent): If 'exit_if_relative_exits' is true, exit if the
7376 child exits.
7377
7378 2018-06-14 Tom de Vries <tdevries@suse.de>
7379
7380 PR cli/22573
7381 * gdb.base/finish-pretty.c: New test.
7382 * gdb.base/finish-pretty.exp: New file.
7383
7384 2018-06-14 Pedro Alves <palves@redhat.com>
7385
7386 * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
7387 gdb's expected startup output.
7388
7389 2018-06-14 Pedro Alves <palves@redhat.com>
7390
7391 * lib/selftest-support.exp (selftest_setup): Remove inlined
7392 function handling.
7393
7394 2018-06-14 Tom de Vries <tdevries@suse.de>
7395
7396 * lib/selftest-support.exp (selftest_setup): Allow function arguments in
7397 matching of breakpoint printing.
7398
7399 2018-06-13 Tom de Vries <tdevries@suse.de>
7400
7401 PR testsuite/23269
7402 * gdb.base/fork-running-state.c (main): Move setting of alarm ...
7403 (fork_child): ... here, and ...
7404 (fork_parent): ... here.
7405
7406 2018-06-12 Tom de Vries <tdevries@suse.de>
7407
7408 * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
7409
7410 2018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
7411 Stephen Roberts <stephen.roberts@arm.com>
7412
7413 * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
7414 rewrite test to describe action performed, rather than possible
7415 failure.
7416
7417 2018-06-08 Gary Benson <gbenson@redhat.com>
7418
7419 * gdb.threads/check-libthread-db.exp: New file.
7420 * gdb.threads/check-libthread-db.c: Likewise.
7421
7422 2018-06-05 Tom Tromey <tom@tromey.com>
7423
7424 * gdb.base/default.exp: Update expected "show version" output.
7425
7426 2018-06-05 Tom Tromey <tom@tromey.com>
7427
7428 PR cli/12326:
7429 * gdb.cp/static-print-quit.exp: Update.
7430 * lib/gdb.exp (pagination_prompt): Update.
7431 * gdb.base/page.exp: Use pagination_prompt. Add new tests.
7432 * gdb.python/python.exp: Update.
7433
7434 2018-06-04 Joel Brobecker <brobecker@adacore.com>
7435
7436 * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
7437
7438 2018-06-01 Joel Brobecker <brobecker@adacore.com>
7439
7440 * gdb.ada/bp_fun_addr: New testcase.
7441
7442 2018-06-01 Tom Tromey <tom@tromey.com>
7443
7444 * gdb.xml/tdesc-regs.exp (load_description): Update expected
7445 results.
7446 * gdb.dwarf2/method-ptr.exp: Set language to C++.
7447 * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
7448 * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
7449 * gdb.base/maint.exp (maint_pass_if): Update.
7450
7451 2018-05-31 Maciej W. Rozycki <macro@mips.com>
7452
7453 * gdb.base/endian.exp: New test.
7454 * gdb.base/endian.c: New test source.
7455
7456 2018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
7457
7458 PR gdb/23203
7459 * gdb.base/bt-selected-frame.c: New file.
7460 * gdb.base/bt-selected-frame.exp: New file.
7461 * lib/gdb.exp (get_current_frame_number): New function.
7462
7463 2018-05-24 Maciej W. Rozycki <macro@mips.com>
7464 Pedro Alves <palves@redhat.com>
7465
7466 * gdb.threads/tls-core.c: Include <stdlib.h>
7467 (thread_proc): Call `abort'.
7468 * gdb.threads/tls-core.exp: Generate a core with core_find too.
7469 (tls_core_test): New procedure, bits factored out from ...
7470 (top level): ... here. Test both native cores and gcore cores.
7471
7472 2018-05-23 Tom Tromey <tom@tromey.com>
7473
7474 * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
7475
7476 2018-05-23 Tom Tromey <tom@tromey.com>
7477
7478 * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
7479 symfile_complaints.
7480 (test_short_complaints): Likewise.
7481 (test_empty_complaints): Likewise.
7482 (test_initial_complaints): Update.
7483
7484 2018-05-23 Tom Tromey <tom@tromey.com>
7485
7486 * gdb.gdb/complaints.exp (test_empty_complaints): Update.
7487
7488 2018-05-23 Tom Tromey <tom@tromey.com>
7489
7490 * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
7491 (test_short_complaints): Update.
7492
7493 2018-05-22 Pedro Alves <palves@redhat.com>
7494
7495 * gdb.base/remote.exp: Only gdb_start after compiling the
7496 testcase. Issue "disconnect" before testing "set remote" command
7497 defaults. Issue clean_restart before running to main.
7498
7499 2018-05-22 Pedro Alves <palves@redhat.com>
7500
7501 * gdb.base/remote.exp: Adjust expected output of "show remote
7502 memory-write-packet-size". Add tests for "set remote
7503 memory-write-packet-size 0" and "set remote
7504 memory-write-packet-size fixed/limit".
7505
7506 2018-05-22 Pedro Alves <palves@redhat.com>
7507
7508 PR gdb/22973
7509 * gdb.base/utf8-identifiers.c: New file.
7510 * gdb.base/utf8-identifiers.exp: New file.
7511
7512 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
7513
7514 * gdb.arch/powerpc-fpscr-gcore.exp: New file.
7515
7516 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
7517
7518 * gdb.arch/powerpc-vsx-gcore.exp: New file.
7519
7520 2018-05-18 Tom Tromey <tom@tromey.com>
7521
7522 * gdb.base/ptype-offsets.exp: Update.
7523
7524 2018-05-17 Keith Seitz <keiths@redhat.com>
7525
7526 * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
7527 in expected breakpoint stop locations.
7528 * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
7529 move to proper scope to test variable values.
7530 * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
7531 (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
7532 New functions.
7533 (main): Call not_inline_func3.
7534 * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
7535 inline_func1, inline_func2, and inline_func3. Test that when each
7536 breakpoint is hit, GDB properly reports both the stop location
7537 and the backtrace. Repeat tests for temporary breakpoints.
7538
7539 2018-05-15 Maciej W. Rozycki <macro@mips.com>
7540
7541 * gdb.server/server-kill.exp: Verify whether `server_pid' exists
7542 rather then trying to access it in determining whether the PID
7543 of `gdbserver' could have been retrieved.
7544
7545 2018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
7546
7547 * gdb.arch/amd64-init-x87-values.S: New file.
7548 * gdb.arch/amd64-init-x87-values.exp: New file.
7549
7550 2018-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
7551
7552 * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
7553
7554 2018-05-04 Tom Tromey <tom@tromey.com>
7555
7556 PR python/22730:
7557 * gdb.python/python.exp: Test multi-line execute.
7558
7559 2018-05-04 Tom Tromey <tom@tromey.com>
7560
7561 PR python/22731:
7562 * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
7563
7564 2018-05-04 Tom Tromey <tom@tromey.com>
7565
7566 PR gdb/11750:
7567 * gdb.base/define.exp: Test defining a user command inside a user
7568 command.
7569 * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
7570
7571 2018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
7572 Pedro Alves <palves@redhat.com>
7573
7574 PR breakpoints/19806 and support for PR external/20207.
7575 * gdb.base/watchpoint-unaligned.c: New file.
7576 * gdb.base/watchpoint-unaligned.exp: New file.
7577
7578 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
7579
7580 * gdb.base/maint.exp: Make test names unique, use
7581 test_prefix_command_help to test 'help maint info', and remove
7582 repeated test of 'help maint'.
7583
7584 2018-05-04 Tom Tromey <tom@tromey.com>
7585
7586 PR gdb/22619:
7587 * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
7588 behavior.
7589
7590 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
7591
7592 * gdb.base/maint.exp: Process output from 'maint print registers'
7593 line at a time.
7594
7595 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
7596
7597 * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
7598 timeout.
7599
7600 2018-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
7601
7602 * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
7603 filter pattern.
7604
7605 2018-05-02 Pedro Alves <palves@redhat.com>
7606
7607 * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
7608 to_log_command renames.
7609 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
7610
7611 2018-05-02 Tom Tromey <tom@tromey.com>
7612
7613 * gdb.python/py-parameter.exp: Set test message.
7614
7615 2018-05-02 Tom Tromey <tom@tromey.com>
7616
7617 PR python/20084:
7618 * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
7619 PARAM_ZUINTEGER_UNLIMITED tests.
7620
7621 2018-04-28 Dan Robertson <danlrobertson89@gmail.com>
7622
7623 PR rust/23124
7624 * gdb.rust/expr.exp: Test that the unit type is correctly parsed
7625 when casting.
7626
7627 2018-04-30 Tom Tromey <tom@tromey.com>
7628
7629 * gdb.python/py-type.exp: Check align attribute.
7630 * gdb.python/py-type.c: New "aligncheck" global.
7631
7632 2018-04-30 Tom Tromey <tom@tromey.com>
7633
7634 PR exp/17095:
7635 * gdb.dwarf2/dw2-align.exp: New file.
7636 * gdb.cp/align.exp: New file.
7637 * gdb.base/align.exp: New file.
7638 * lib/gdb.exp (gdb_int128_helper): New proc.
7639 (has_int128_c, has_int128_cxx): New caching procs.
7640
7641 2018-04-27 Tom Tromey <tom@tromey.com>
7642
7643 PR rust/22545:
7644 * gdb.rust/simple.exp: Add inclusive range tests.
7645
7646 2018-04-26 Pedro Alves <palves@redhat.com>
7647
7648 * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
7649 ifunc breakpoint locations correctly of ifunc breakpoints set
7650 while the program resolves the ifunc.
7651
7652 2018-04-26 Pedro Alves <palves@redhat.com>
7653
7654 * gdb.base/gnu-ifunc-final.c: New file.
7655 * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
7656 * gdb.base/gnu-ifunc.exp (executable): Delete.
7657 (staticexecutable): Adjust.
7658 (lib_opts, exec_opts): Delete.
7659 (make_binsuffix, build, set-break): New procedures.
7660 (misc_tests): New, with tests factored out from the top level.
7661 (top level): Test different combinations of ifunc resolver name,
7662 resolver with and with debug info, and ifunc target with and
7663 without debug info. Wrap static tests with with_target_prefix.
7664
7665 2018-04-26 Pedro Alves <palves@redhat.com>
7666
7667 * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
7668 return type" warnings.
7669
7670 2018-04-25 Pedro Alves <palves@redhat.com>
7671
7672 * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
7673 killed".
7674 * gdb.base/kill-after-signal.exp: Likewise.
7675 * gdb.threads/kill.exp: Likewise.
7676
7677 2018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
7678 Sergio Durigan Junior <sergiodj@redhat.com>
7679 Pedro Alves <palves@redhat.com>
7680
7681 * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
7682 regexps to expect for '[Inferior ... detached]' as well.
7683 * gdb.base/attach.exp: Likewise.
7684 * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
7685 "gdb_continue_to_end".
7686 (test_catch_syscall_with_wrong_args): Likewise.
7687 * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
7688 ']'. Don't set 'verbose' on.
7689 * gdb.base/foll-vfork.exp: Likewise.
7690 * gdb.base/fork-print-inferior-events.c: New file.
7691 * gdb.base/fork-print-inferior-events.exp: New file.
7692 * gdb.base/hook-stop.exp: Adjust regexps to expect for new
7693 '[Inferior ... has been killed]' message.
7694 * gdb.base/kill-after-signal.exp: Likewise.
7695 * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
7696 detach message.
7697 * gdb.threads/kill.exp: Adjust regexps to expect for new kill
7698 message.
7699 * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
7700 regexps to expect for '[Inferior ... detached]' as well.
7701 * gdb.threads/process-dies-while-detaching.exp: Likewise.
7702
7703 2018-04-24 Simon Marchi <simon.marchi@ericsson.com>
7704
7705 PR gdb/23104
7706 * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
7707
7708 2018-04-22 Rajendra SY <rajendra.sy@gmail.com>
7709
7710 PR gdb/23095
7711 * gdb.base/break-probes.exp: Pass shlib_load to
7712 prepare_for_testing. Set normal_bp to r_debug_state if target is
7713 bsd.
7714
7715 2018-04-19 Richard Bunt <richard.bunt@arm.com>
7716
7717 * gdb.threads/multiple-successive-infcall.c: New test.
7718 * gdb.threads/multiple-successive-infcall.exp: New file.
7719
7720 2018-04-17 Tom Tromey <tom@tromey.com>
7721
7722 * gdb.rust/simple.rs (Union): New type.
7723 (main): New local "u".
7724 * gdb.rust/simple.exp (test_one_slice): Add new test case.
7725
7726 2018-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
7727
7728 * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
7729 number information in output of "whereis" command.
7730 * gdb.base/info-fun.exp: Likewise, for "info fun" command.
7731
7732 2018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
7733
7734 * gdb.ada/info_types.exp: Adjust expected output to the line
7735 numbers now printed by "info var/func/type".
7736 * gdb.base/completion.exp: Likewise.
7737 * gdb.base/included.exp: Likewise.
7738 * gdb.cp/cp-relocate.exp: Likewise.
7739 * gdb.cp/cplusfuncs.exp: Likewise.
7740 * gdb.cp/namespace.exp: Likewise.
7741 * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
7742
7743 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
7744
7745 * gdb.btrace/cpu.exp: New.
7746
7747 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
7748
7749 * gdb.base/step-indirect-call-thunk.exp: New.
7750 * gdb.base/step-indirect-call-thunk.c: New.
7751 * gdb.reverse/step-indirect-call-thunk.exp: New.
7752 * gdb.reverse/step-indirect-call-thunk.c: New.
7753
7754 2018-04-11 Simon Marchi <simon.marchi@ericsson.com>
7755
7756 * gdb.base/pie-fork.c: New file.
7757 * gdb.base/pie-fork.exp: New file.
7758
7759 2018-04-11 Tom Tromey <tom@tromey.com>
7760
7761 * gdb.rust/simple.exp: Add test for ".." struct initializer.
7762
7763 2018-04-10 Pedro Alves <palves@redhat.com>
7764
7765 * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
7766 exits. Instead loop running forever.
7767 (fork_parent): Run forever too.
7768
7769 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
7770
7771 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
7772 mi_continue_to_line.
7773 * gdb.mi/mi-stack.c (callee4): Add comment.
7774
7775 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
7776
7777 * gdb.mi/mi-stack.exp: Fix indentation.
7778
7779 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
7780
7781 PR gdb/22979
7782 * gdb.arch/amd64-osabi.exp: New file.
7783
7784 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
7785
7786 PR gdb/22980
7787 * gdb.base/osabi.exp: New file.
7788
7789 2018-04-02 Weimin Pan <weimin.pan@oracle.com>
7790
7791 * gdb.cp/static-typedef-print.exp: New file.
7792 * gdb.cp/static-typedef-print.cc: New file.
7793
7794 2018-03-27 Joel Brobecker <brobecker@adacore.com>
7795
7796 * gdb.ada/varsize_limit: New testcase.
7797
7798 2018-03-27 Joel Brobecker <brobecker@adacore.com>
7799
7800 * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
7801
7802 * gdb.ada/notcplusplus: New testcase.
7803
7804 * gdb.base/c-linkage-name.c: New file.
7805 * gdb.base/c-linkage-name.exp: New testcase.
7806
7807 2018-03-26 Tom Tromey <tom@tromey.com>
7808
7809 * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
7810 * gdb.python/py-framefilter.py (name_error): New global.
7811 (ErrorInName.function): Use name_error.
7812
7813 2018-03-26 Tom Tromey <tom@tromey.com>
7814
7815 PR backtrace/15582:
7816 * gdb.python/py-framefilter.exp: Add "bt hide" test.
7817
7818 2018-03-23 Keith Seitz <keiths@redhat.com>
7819
7820 PR c++/22968
7821 * gdb.cp/subtypes.exp: New file.
7822 * gdb.cp/subtypes.h: New file.
7823 * gdb.cp/subtypes.cc: New file.
7824 * gdb.cp/subtypes-2.cc: New file.
7825
7826 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
7827
7828 * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
7829 (done): Call '_exit' not 'exit' to avoid atexit handlers.
7830 * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
7831 -nostartfiles when compiling the test. Confirm that all registers
7832 xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
7833
7834 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
7835
7836 * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
7837 option, syntax was wrong anyway.
7838 * gdb.arch/arm-disp-step.exp: Likewise.
7839 * gdb.arch/sparc64-regs.exp: Likewise.
7840 * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
7841 option, syntax was wrong anyway, switch to use
7842 prepare_for_testing.
7843 * gdb.arch/i386-disp-step.exp: Likewise.
7844
7845 2018-03-23 Andreas Arnez <arnez@linux.vnet.ibm.com>
7846
7847 * gdb.ada/exec_changed.exp: Replace "target_info exists
7848 use_gdb_stub" by "use_gdb_stub".
7849 * gdb.ada/start.exp: Likewise.
7850 * gdb.base/async-shell.exp: Likewise.
7851 * gdb.base/attach-pie-misread.exp: Likewise.
7852 * gdb.base/attach-wait-input.exp: Likewise.
7853 * gdb.base/break-entry.exp: Likewise.
7854 * gdb.base/break-interp.exp: Likewise.
7855 * gdb.base/dprintf-detach.exp: Likewise.
7856 * gdb.base/nostdlib.exp: Likewise.
7857 * gdb.base/solib-nodir.exp: Likewise.
7858 * gdb.base/statistics.exp: Likewise.
7859 * gdb.base/testenv.exp: Likewise.
7860 * gdb.mi/mi-exec-run.exp: Likewise.
7861 * gdb.mi/mi-start.exp: Likewise.
7862 * gdb.multi/dummy-frame-restore.exp: Likewise.
7863 * gdb.multi/multi-arch-exec.exp: Likewise.
7864 * gdb.multi/multi-arch.exp: Likewise.
7865 * gdb.multi/tids.exp: Likewise.
7866 * gdb.multi/watchpoint-multi.exp: Likewise.
7867 * gdb.python/py-events.exp: Likewise.
7868 * gdb.threads/attach-into-signal.exp: Likewise.
7869 * gdb.threads/attach-stopped.exp: Likewise.
7870 * gdb.threads/threadapply.exp: Likewise.
7871 * lib/selftest-support.exp: Likewise.
7872
7873 2018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
7874
7875 * gdb.base/info-proc.exp: Add test for "info proc cmdline".
7876
7877 2018-03-20 Stephen Roberts <stephen.roberts@arm.com>
7878
7879 * gdb.perf/template-breakpoints.cc: New file.
7880 * gdb.perf/template-breakpoints.exp: New file.
7881 * gdb.perf/template-breakpoints.py: New file.
7882
7883 2018-03-19 Tom Tromey <tom@tromey.com>
7884
7885 * gdb.rust/simple.rs (main): Add local variables field1, field2,
7886 y0.
7887 * gdb.rust/simple.exp: Test bare identifier form of struct
7888 initializer.
7889
7890 2018-03-19 Tom Tromey <tom@tromey.com>
7891
7892 * gdb.gdb/observer.exp: Remove.
7893
7894 2018-03-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
7895
7896 * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
7897 "qualified" option when setting breakpoints.
7898 * gdb.trace/backtrace.exp: Likewise.
7899 * gdb.trace/circ.exp: Likewise.
7900 * gdb.trace/collection.exp: Likewise.
7901 * gdb.trace/disconnected-tracing.exp: Likewise.
7902 * gdb.trace/ftrace-lock.exp: Likewise.
7903 * gdb.trace/ftrace.exp: Likewise.
7904 * gdb.trace/infotrace.exp: Likewise.
7905 * gdb.trace/packetlen.exp: Likewise.
7906 * gdb.trace/passc-dyn.exp: Likewise.
7907 * gdb.trace/qtro.exp: Likewise.
7908 * gdb.trace/read-memory.exp: Likewise.
7909 * gdb.trace/report.exp: Likewise.
7910 * gdb.trace/signal.exp: Likewise.
7911 * gdb.trace/status-stop.exp: Likewise.
7912 * gdb.trace/strace.exp: Likewise.
7913 * gdb.trace/tfind.exp: Likewise.
7914 * gdb.trace/trace-break.exp: Likewise.
7915 * gdb.trace/trace-condition.exp: Likewise.
7916 * gdb.trace/trace-mt.exp: Likewise.
7917 * gdb.trace/tstatus.exp: Likewise.
7918 * gdb.trace/tsv.exp: Likewise.
7919 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
7920 * gdb.trace/unavailable.exp: Likewise.
7921 * gdb.trace/while-dyn.exp: Likewise.
7922
7923 2018-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
7924
7925 * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
7926 that libinproctrace is copied to the target.
7927
7928 2018-03-14 Tom Tromey <tom@tromey.com>
7929
7930 PR cli/14977:
7931 * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
7932 a null pointer.
7933 * gdb.base/wchar.exp: Likewise.
7934
7935 2018-03-14 Tom Tromey <tom@tromey.com>
7936
7937 PR cli/19918:
7938 * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
7939 flag.
7940
7941 2018-03-08 Simon Marchi <simon.marchi@ericsson.com>
7942
7943 PR gdb/22841
7944 * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
7945 "target" to remote_exec.
7946
7947 2018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
7948
7949 PR gdb/22841
7950 * boards/gdbserver-base.exp (${board}_file, ${board}_download,
7951 ${board}_upload): Remove.
7952
7953 2018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
7954
7955 * gdb.cp/watch-cp.cc: New test.
7956 * gdb.cp/watch-cp.exp: New file.
7957
7958 2018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
7959
7960 * gdb.base/infcall-nested-structs.exp: New file.
7961 * gdb.base/infcall-nested-structs.c: New file.
7962 * gdb.base/float.exp: Add riscv support.
7963
7964 2018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
7965
7966 * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
7967 * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
7968
7969 2018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
7970
7971 * gdb.server/abspath.exp: New file.
7972 * lib/gdb.exp (with_cwd): New procedure.
7973
7974 2018-02-28 Simon Marchi <simon.marchi@ericsson.com>
7975
7976 * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
7977 use it.
7978 (gdb_is_target_remote_prompt): New proc.
7979 (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
7980 (gdb_is_target_native): Pass prompt parameter to
7981 gdb_is_target_1.
7982
7983 2018-02-26 Simon Marchi <simon.marchi@polymtl.ca>
7984
7985 * gdb.base/load-command.c: New file.
7986 * gdb.base/load-command.exp: New file.
7987 * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
7988 (gdb_is_target_1): ...this, and generalize for other targets
7989 than just remote.
7990 (gdb_is_target_remote): Use gdb_is_target_1.
7991 (gdb_is_target_native): use gdb_is_target_1.
7992
7993 2018-02-26 Tom Tromey <tom@tromey.com>
7994
7995 PR python/16497:
7996 * gdb.python/py-framefilter.exp: Update test.
7997
7998 2018-02-26 Tom Tromey <tom@tromey.com>
7999
8000 * gdb.dwarf2/variant.c: New file.
8001 * gdb.dwarf2/variant.exp: New file.
8002
8003 2018-02-26 Tom Tromey <tom@tromey.com>
8004
8005 * gdb.rust/simple.exp: Accept more possible results in enum test.
8006
8007 2018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
8008
8009 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
8010 parentheses.
8011
8012 2018-02-23 Maciej W. Rozycki <macro@mips.com>
8013
8014 * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
8015 name of a variable: $actual_linejj -> $actual_line.
8016
8017 2018-02-21 John Baldwin <jhb@FreeBSD.org>
8018
8019 * gdb.arch/amd64-i386-address.exp: Fix a typo.
8020
8021 2018-02-20 Markus Metzger <markus.t.metzger@intel.com>
8022
8023 * gdb.btrace/buffer-size.exp: Do not force BTS.
8024
8025 2018-02-14 Pedro Alves <palves@redhat.com>
8026
8027 * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
8028 getting a "Quit".
8029
8030 2018-02-09 Markus Metzger <markus.t.metzger@intel.com>
8031
8032 * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
8033 Fix test name.
8034
8035 2018-02-07 Simon Marchi <simon.marchi@ericsson.com>
8036
8037 * gdb.cp/m-static.exp: Check type of optimized out static
8038 member.
8039
8040 2018-02-03 Andrew Burgess <andrew.burgess@embecosm.com>
8041
8042 * config/sid.exp (gdb_target_sid): Remove use of cleanup.
8043 * config/sim.exp (gdb_target_sim): Remove use of cleanup.
8044
8045 2018-02-01 Simon Marchi <simon.marchi@polymtl.ca>
8046 Leszek Swirski <leszeks@google.com>
8047
8048 * gdb.python/py-prettyprint.c
8049 (struct to_string_returns_value_inner,
8050 struct to_string_returns_value_wrapper): New.
8051 (main): Add tsrvw variable.
8052 * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
8053 ToStringReturnsValueWrapper): New classes.
8054 (register_pretty_printers): Register new pretty-printers.
8055 * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
8056 recursive pretty printer.
8057 * gdb.python/py-mi.exp: Likewise.
8058
8059 2018-02-01 Leszek Swirski <leszeks@google.com>
8060
8061 * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
8062 functions with the same name as an include file are parsed
8063 correctly.
8064
8065 2018-02-01 Yao Qi <yao.qi@linaro.org>
8066
8067 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
8068 "\[^\r\n\]*".
8069
8070 2018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
8071
8072 * gdb.arch/powerpc-prologue-frame.s: New file.
8073 * gdb.arch/powerpc-prologue-frame.c: Likewise.
8074 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
8075
8076 2018-01-31 Joel Brobecker <brobecker@adacore.com>
8077
8078 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
8079
8080 2018-01-30 Pedro Alves <palves@redhat.com>
8081
8082 PR gdb/13211
8083 * gdb.base/interrupt-daemon.c: New.
8084 * gdb.base/interrupt-daemon.exp: New.
8085 * gdb.multi/multi-term-settings.c: New.
8086 * gdb.multi/multi-term-settings.exp: New.
8087
8088 2018-01-30 Joel Brobecker <brobecker@adacore.com>
8089
8090 * gdb.base/break.exp: Save the location where the breakpoint
8091 on break.c:47 was actually inserted when debugging the version
8092 compiled at -O2 and use it in the expected output of the "info
8093 break" test performed soon after.
8094
8095 2018-01-22 Pedro Alves <palves@redhat.com>
8096 Sergio Durigan Junior <sergiodj@redhat.com>
8097
8098 * gdb.base/whatis.exp: Add tests for 'set print object on' +
8099 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
8100
8101 2018-01-22 Joel Brobecker <brobecker@adacore.com>
8102
8103 * gdb.base/break-include.c, gdb.base/break-include.inc,
8104 gdb.base/break-include.exp: New files.
8105 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
8106 line number now being the actual line number where the breakpoint
8107 was inserted.
8108 * gdb.mi/mi-break.exp: Likewise.
8109 * gdb.mi/mi-reverse.exp: Likewise.
8110 * gdb.mi/mi-simplerun.exp: Ditto.
8111
8112 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
8113
8114 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
8115 varobj.
8116 * gdb.mi/mi-var-create-rtti.exp: Likewise.
8117
8118 2018-01-21 Don Breazeal <donb@codesourcery.com>
8119 Andrew Burgess <andrew.burgess@embecosm.com>
8120
8121 * gdb.mi/basics.c: Add new global.
8122 * gdb.mi/mi-frame-regs.exp: New file.
8123 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
8124 case.
8125
8126 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
8127
8128 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
8129 non-parameter, and on an unknown symbol.
8130
8131 2018-01-19 Tom Tromey <tom@tromey.com>
8132
8133 * gdb.rust/modules.rs (TWENTY_THREE): New global.
8134 * gdb.rust/modules.exp: Add ::-qualified lookup test.
8135
8136 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
8137
8138 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
8139 setrlimit and chdir to int.
8140
8141 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
8142
8143 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
8144 function.
8145 (my_tend): Likewise.
8146 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
8147 rationale of avoiding FP- and vector instructions.
8148
8149 2018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
8150
8151 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
8152 "info reg" with "\[ \t\]*".
8153 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
8154 "\[ \t\]+".
8155 * gdb.arch/s390-multiarch.exp: Ditto.
8156 * gdb.base/pc-fp.exp: Ditto.
8157 * gdb.reverse/i386-precsave.exp: Ditto.
8158 * gdb.reverse/i386-reverse.exp: Ditto.
8159 * gdb.reverse/i387-env-reverse.exp: Ditto.
8160 * gdb.reverse/i387-stack-reverse.exp: Ditto.
8161
8162 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
8163
8164 * lib/gdb.exp (gdb_compile): Re-enable use of
8165 universal_compile_options for languages other than Rust.
8166
8167 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
8168
8169 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
8170
8171 2018-01-17 Mike Gulick <mgulick@mathworks.com>
8172
8173 PR gdb/16577
8174 * gdb.base/solib-vanish.exp: New.
8175 * gdb.base/solib-vanish-main.c: New.
8176 * gdb.base/solib-vanish-lib1.c: New.
8177 * gdb.base/solib-vanish-lib2.c: New.
8178
8179 2018-01-17 Yao Qi <yao.qi@linaro.org>
8180
8181 * gdb.compile/compile.exp: Match the address printed for
8182 frame in the output of command "bt".
8183
8184 2018-01-15 Tom Tromey <tom@tromey.com>
8185
8186 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
8187 compute sp_reg.
8188
8189 2018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
8190
8191 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
8192 to prepare.
8193 (prepare): Return 0 on error, 1 on success.
8194
8195 2018-01-12 Pedro Alves <palves@redhat.com>
8196
8197 * gdb.base/continue-after-aborted-step-over.c: New.
8198 * gdb.base/continue-after-aborted-step-over.exp: New.
8199
8200 2018-01-11 Simon Marchi <simon.marchi@ericsson.com>
8201
8202 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
8203 options when not creating an executable.
8204
8205 2018-01-11 Pedro Alves <palves@redhat.com>
8206
8207 PR remote/22597
8208 * gdb.server/stop-reply-no-thread.c: New file.
8209 * gdb.server/stop-reply-no-thread.exp: New file.
8210
8211 2018-01-10 Pedro Alves <palves@redhat.com>
8212
8213 PR gdb/22670
8214 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
8215 functions too. Test setting breakpoints and printing C functions
8216 with no debug info too.
8217 * gdb.ada/bp_c_mixed_case/qux.c: New file.
8218
8219 2018-01-10 Pedro Alves <palves@redhat.com>
8220
8221 PR gdb/22670
8222 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
8223 a fail.
8224
8225 2018-01-10 Pedro Alves <palves@redhat.com>
8226
8227 PR gdb/22670
8228 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
8229
8230 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
8231
8232 * gdb.server/unittest.exp: Match the output in non-development
8233 mode.
8234
8235 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
8236
8237 * gdb.gdb/unittest.exp: Match output in non-development mode.
8238
8239 2018-01-08 Joel Brobecker <brobecker@adacore.com>
8240
8241 * gdb.ada/access_tagged_param.exp: Relax expected output
8242 for value of "ObjL" in "continue" to pck.inspect breakpoint
8243 test.
8244
8245 2018-01-08 Joel Brobecker <brobecker@adacore.com>
8246
8247 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
8248 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
8249
8250 2018-01-05 Pedro Alves <palves@redhat.com>
8251
8252 PR gdb/18653
8253 * gdb.base/libsegfault.exp: New.
8254
8255 2018-01-05 Joel Brobecker <brobecker@adacore.com>
8256
8257 PR gdb/22670
8258 * gdb.ada/access_tagged_param.exp: New file.
8259 * gdb.ada/access_tagged_param/foo.adb: New file.
8260
8261 2018-01-05 Pedro Alves <palves@redhat.com>
8262
8263 PR gdb/22670
8264 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
8265 exercise lower case too, and to exercise both full matching and
8266 wild matching.
8267
8268 2018-01-05 Joel Brobecker <brobecker@adacore.com>
8269
8270 * gdb.ada/rename_subscript_param: New testcase.
8271
8272 2018-01-05 Jerome Guitton <guitton@adacore.com>
8273
8274 * gdb.ada/arr_acc_idx_w_gap: New testcase.
8275
8276 2018-01-05 Joel Brobecker <brobecker@adacore.com>
8277
8278 * gdb.ada/convvar_comp: New testcase.
8279
8280 2018-01-05 Xavier Roirand <roirand@adacore.com>
8281
8282 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
8283 (My_Table): New global variable.
8284 * testsuite/gdb.ada/array_char_idx.exp: Add test.
8285
8286 2018-01-04 Joel Brobecker <brobecker@adacore.com>
8287
8288 PR gdb/22670
8289 * gdb.ada/maint_with_ada: New testcase.
8290
8291 2018-01-04 Joel Brobecker <brobecker@adacore.com>
8292
8293 PR gdb/22670
8294 * gdb.ada/bp_c_mixed_case: New testcase.
8295
8296 2018-01-04 Joel Brobecker <brobecker@adacore.com>
8297
8298 PR gdb/22670
8299 * gdb.ada/complete.exp: Add "complete break ada" test.
8300
8301 2018-01-04 Joel Brobecker <brobecker@adacore.com>
8302
8303 PR gdb/22670
8304 * gdb.ada/info_addr_mixed_case: New testcase.
8305
8306 2018-01-03 Xavier Roirand <roirand@adacore.com>
8307
8308 * gdb.ada/excep_handle.exp: New testcase.
8309 * gdb.ada/excep_handle/foo.adb: New file.
8310 * gdb.ada/excep_handle/pck.ads: New file.
8311
8312 2018-01-03 Joel Brobecker <brobecker@adacore.com>
8313
8314 * gdb.base/step-line.c: Add extra empty line in copyright header.
8315 * gdb.base/step-line.inp: Likewise.
8316
8317 2018-01-02 Joel Brobecker <brobecker@adacore.com>
8318
8319 * gdb.ada/dyn_stride.exp: Add slice test.
8320
8321 2018-01-02 Joel Brobecker <brobecker@adacore.com>
8322
8323 * gdb.ada/dyn_stride: New testcase.
8324
8325 2017-12-27 Stafford Horne <shorne@gmail.com>
8326
8327 * gdb.xml/extra-regs.xml: Add example foo reggroup.
8328 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
8329
8330 2017-12-27 Stafford Horne <shorne@gmail.com>
8331
8332 * gdb.base/reggroups.c: New file.
8333 * gdb.base/reggroups.exp: New file.
8334
8335 2017-12-18 Joel Brobecker <brobecker@adacore.com>
8336
8337 * gdb.dwarf2/ada-valprint-error.c: New file.
8338 * gdb.dwarf2/ada-valprint-error.exp: New file.
8339
8340 2017-12-18 Joel Brobecker <brobecker@adacore.com>
8341
8342 * gdb.ada/assign_arr: New testcase.
8343
8344 2017-12-18 Xavier Roirand <roirand@adacore.com>
8345
8346 * gdb.ada/funcall_ptr: New testcase.
8347
8348 2017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
8349
8350 PR cli/16224
8351 * gdb.base/ptype-offsets.cc: New file.
8352 * gdb.base/ptype-offsets.exp: New file.
8353
8354 2017-12-15 Yao Qi <yao.qi@linaro.org>
8355
8356 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
8357 if XML is disabled.
8358
8359 2017-12-15 Xavier Roirand <roirand@adacore.com>
8360
8361 * gdb.ada/same_component_name: New testcase.
8362
8363 2017-12-14 Joel Brobecker <brobecker@adacore.com>
8364
8365 * gdb.ada/str_binop_equal: New testcase.
8366
8367 2017-12-14 Joel Brobecker <brobecker@adacore.com>
8368
8369 * gdb.ada/task_switch_in_core: New testcase.
8370
8371 2017-12-13 Simon Marchi <simon.marchi@ericsson.com>
8372
8373 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
8374 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
8375 call test_bkpt_qualified.
8376 (test_bkpt_qualified): New proc.
8377
8378 2017-12-13 Pedro Alves <palves@redhat.com>
8379
8380 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
8381 Tighten regexp by matching with an anchor.
8382
8383 2017-12-13 Pedro Alves <palves@redhat.com>
8384
8385 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
8386 ("expression with namespace"): New set of tests.
8387 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
8388 (Nested::Test_NS::qux): New.
8389 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
8390 defaults to 'start_quote_char' and 'end_quote_char' parameters.
8391
8392 2017-12-13 Joel Brobecker <brobecker@adacore.com>
8393
8394 * gdb.base/server-del-break.c: New file.
8395 * gdb.base/server-del-break.exp: New file.
8396
8397 2017-12-12 Stafford Horne <shorne@gmail.com>
8398
8399 * gdb.xml/tdesc-regs.exp: Add or1k support.
8400
8401 2017-12-12 Stafford Horne <shorne@gmail.com>
8402
8403 * gdb.base/bp-permanent.c: Define nop of or1k.
8404
8405 2017-12-11 Joel Brobecker <brobecker@adacore.com>
8406
8407 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
8408 output with components being reordered.
8409
8410 2017-12-11 Joel Brobecker <brobecker@adacore.com>
8411
8412 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
8413 output with components being reordered.
8414
8415 2017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
8416 Pedro Alves <palves@redhat.com>
8417
8418 * gdb.base/maint.exp (check for .gdb_index): Check also for
8419 .debug_names.
8420 * gdb.dlang/watch-loc.c (.debug_aranges): New.
8421 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
8422 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
8423 (.gdb_index used after symbol reloading): Support also .debug_names.
8424 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
8425
8426 2017-12-08 Yao Qi <yao.qi@linaro.org>
8427
8428 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
8429 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
8430
8431 2017-12-08 Yao Qi <yao.qi@linaro.org>
8432
8433 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
8434 * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
8435
8436 2017-12-08 Yao Qi <yao.qi@linaro.org>
8437
8438 * gdb.arch/aarch64-tagged-pointer.c: New file.
8439 * gdb.arch/aarch64-tagged-pointer.exp: New file.
8440
8441 2017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
8442
8443 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
8444 "int".
8445
8446 2017-12-07 Keith Seitz <keiths@redhat.com>
8447
8448 PR breakpoints/22569
8449 * gdb.linespec/ls-errs.exp: Change expected result of "break
8450 -source this file has spaces.c -line 3".
8451 Check that an explicit source file followed by whitespace is
8452 identified as an invalid explicit location.
8453
8454 2017-12-07 Keith Seitz <keiths@redhat.com>
8455
8456 * gdb.cp/nested-types.cc: New file.
8457 * gdb.cp/nested-types.exp: New file.
8458 * lib/cp-support.exp: Load data-structures.exp library.
8459 (debug_cp_test_ptype_class): New global.
8460 (cp_ptype_class_verbose, next_line): New procedures.
8461 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
8462 Add and document new return value.
8463 Switch the list of lines to a queue.
8464 Add support for new `type' key for nested type definitions.
8465 Add debugging/troubleshooting messages.
8466 * lib/data-structures.exp: New file.
8467
8468 2017-12-07 Simon Marchi <simon.marchi@ericsson.com>
8469
8470 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
8471 with proc_with_prefix, don't use with_test_prefix.
8472
8473 2017-12-07 Tom Tromey <tom@tromey.com>
8474
8475 * gdb.base/break.exp: Add test for empty "commands".
8476
8477 2017-12-07 Yao Qi <yao.qi@linaro.org>
8478
8479 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
8480 malloc and catch syscall.
8481
8482 2017-12-07 Phil Muldoon <pmuldoon@redhat.com>
8483
8484 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
8485 tests for explicit locations.
8486
8487 2017-12-06 Pedro Alves <palves@redhat.com>
8488
8489 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
8490 force-disabling XML descriptions.
8491
8492 2017-12-04 Pedro Alves <palves@redhat.com>
8493
8494 PR gdb/22499
8495 * gdb.arch/amd64-disp-step-avx.S: New file.
8496 * gdb.arch/amd64-disp-step-avx.exp: New file.
8497
8498 2017-12-03 Pedro Alves <palves@redhat.com>
8499
8500 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
8501 and <string.h>.
8502 (parent_function): Print distinct messages when waitpid fails, or
8503 the child exits with a signal, or the child exits for an unhandled
8504 reason.
8505 * gdb.threads/process-dies-while-detaching.exp
8506 (detach_and_expect_exit): New 'inf_output_re' parameter and use
8507 it. Wait for both inferior output and GDB's prompt. Use an
8508 indirect spawn id list.
8509 (do_detach): New parameter 'child_exit'. Use it to compute
8510 expected inferior output.
8511 (test_detach, test_detach_watch, test_detach_killed_outside):
8512 Adjust to pass down the expected child exit kind.
8513
8514 2017-12-01 Joel Brobecker <brobecker@adacore.com>
8515 Sergio Durigan Junior <sergiodj@redhat.com>
8516 Pedro Alves <palves@redhat.com>
8517
8518 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
8519
8520 2017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
8521
8522 * gdb.base/relocate.exp: Add tests to guarantee that arguments
8523 to 'symbol-file' and 'add-symbol-file' can be
8524 position-independent.
8525
8526 2017-12-01 Yao Qi <yao.qi@linaro.org>
8527
8528 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
8529 the URL in copyright header.
8530 * gdb.arch/aarch64-fp.exp: Likewise.
8531 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
8532 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
8533 * gdb.base/expand-psymtabs.exp: Likewise.
8534 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
8535 * gdb.fortran/common-block.exp: Likewise.
8536 * gdb.fortran/common-block.f90: Likewise.
8537 * gdb.fortran/logical.exp: Likewise.
8538 * gdb.fortran/vla-datatypes.f90: Likewise.
8539 * gdb.fortran/vla-sub.f90: Likewise.
8540
8541 2017-11-30 Joel Brobecker <brobecker@adacore.com>
8542
8543 * gdb.ada/repeat_dyn: New testcase.
8544
8545 2017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
8546
8547 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
8548 Update for changed thread numbering.
8549 * gdb.cell/bt.exp: Update for changed GDB output.
8550
8551 2017-11-30 Simon Marchi <simon.marchi@ericsson.com>
8552
8553 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
8554 setting isremote by hand.
8555 * boards/dwarf4-gdb-index.exp: Likewise.
8556 * boards/fission.exp: Likewise.
8557 * boards/stabs.exp: Likewise.
8558
8559 2017-11-30 Pedro Alves <palves@redhat.com>
8560
8561 * gdb.linespec/cpls-ops.exp
8562 (check_explicit_skips_function_argument): Extract the underlying
8563 type of size_t instead of hardcoding it.
8564
8565 2017-11-29 Pedro Alves <palves@redhat.com>
8566
8567 PR c++/19436
8568 * gdb.linespec/cpls-abi-tag.cc: New file.
8569 * gdb.linespec/cpls-abi-tag.exp: New file.
8570
8571 2017-11-29 Pedro Alves <palves@redhat.com>
8572
8573 * gdb.base/langs.exp: Use -qualified.
8574 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
8575 it.
8576 * gdb.cp/namespace.exp: Use -qualified.
8577 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
8578 (overload-3, template-overload, template-ret-type, const-overload)
8579 (const-overload-quoted, anon-ns, ambiguous-prefix): New
8580 procedures.
8581 (test_driver): Call them.
8582 * gdb.cp/save-bp-qualified.cc: New.
8583 * gdb.cp/save-bp-qualified.exp: New.
8584 * gdb.linespec/explicit.exp: Test -qualified.
8585 * lib/completion-support.exp (completion::explicit_opts_list): Add
8586 "-qualified".
8587 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
8588
8589 2017-11-29 Phil Muldoon <pmuldoon@redhat.com>
8590
8591 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
8592
8593 2017-11-29 Tom Tromey <tom@tromey.com>
8594
8595 * gdb.base/relocate.exp: Update invalid argument test.
8596 Add new tests for invalid arguments.
8597
8598 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
8599
8600 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
8601 Return 0 as a long.
8602 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
8603
8604 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
8605
8606 * gdb.cp/breakpoint.cc (bar): Set return type to void.
8607 * gdb.cp/psymtab-parameter.cc (func): Likewise.
8608 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
8609 func ().
8610 * gdb.cp/shadow.cc (B.func): Return 0.
8611
8612 2017-11-27 Joel Brobecker <brobecker@adacore.com>
8613
8614 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
8615 expected output in gdb_expect call to allow the exception
8616 message to be present as well. Fix syntax confusion to avoid
8617 TCL thinking that exception_name is an array.
8618
8619 2017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
8620
8621 * gdb.arch/spu-info.c: Include <unistd.h>.
8622 (do_signal_test): Fix broken calls to write.
8623 * gdb.arch/spu-info.exp: Use prepare_for_testing.
8624 Fix checks for empty mailboxes. Update signal tests for corrected
8625 do_signal_test routine. Allow nonzero event status.
8626 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
8627 * gdb.cell/arch.exp: Use standard_output_file.
8628 * gdb.cell/break.exp: Likewise.
8629 * gdb.cell/bt.exp: Likewise.
8630 * gdb.cell/core.exp: Likewise.
8631 * gdb.cell/dwarfaddr.exp: Likewise.
8632 * gdb.cell/ea-cache.exp: Likewise.
8633 * gdb.cell/ea-standalone.exp: Likewise.
8634 * gdb.cell/f-regs.exp: Likewise.
8635 * gdb.cell/fork.exp: Likewise.
8636 * gdb.cell/gcore.exp: Likewise.
8637 * gdb.cell/mem-access.exp: Likewise.
8638 * gdb.cell/ptype.exp: Likewise.
8639 * gdb.cell/registers.exp: Likewise.
8640 * gdb.cell/sizeof.exp: Likewise.
8641 * gdb.cell/solib-symbol.exp: Likewise.
8642 * gdb.cell/solib.exp: Likewise.
8643
8644 2017-11-25 Pedro Alves <palves@redhat.com>
8645
8646 * gdb.base/complete-empty.exp: New file.
8647 * gdb.base/completion.exp: Adjust.
8648
8649 2017-11-25 Pedro Alves <palves@redhat.com>
8650
8651 * gdb.linespec/cpls-ops.cc: New file.
8652 * gdb.linespec/cpls-ops.exp: New file.
8653 * lib/completion-support.exp (test_complete_prefix_range_re): New,
8654 factored out from ...
8655 (test_complete_prefix_range): ... this.
8656
8657 2017-11-24 Pedro Alves <palves@redhat.com>
8658
8659 * gdb.linespec/cpcompletion.exp: New file.
8660 * gdb.linespec/cpls-hyphen.cc: New file.
8661 * gdb.linespec/cpls.cc: New file.
8662 * gdb.linespec/cpls2.cc: New file.
8663 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
8664 test to use test_gdb_complete_unique. Add label completion,
8665 keyword completion and explicit location completion tests.
8666 * lib/completion-support.exp: New file.
8667
8668 2017-11-24 Joel Brobecker <brobecker@adacore.com>
8669
8670 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
8671 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
8672 when hitting an exception catchpoint.
8673
8674 2017-11-22 Yao Qi <yao.qi@linaro.org>
8675
8676 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
8677
8678 2017-11-22 Simon Marchi <simon.marchi@ericsson.com>
8679
8680 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
8681 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
8682 * gdb.dwarf2/info-locals-optimized-out.c: New file.
8683
8684 2017-11-22 Yao Qi <yao.qi@linaro.org>
8685
8686 * gdb.base/info-os.exp: Pass pthreads.
8687 * gdb.multi/multi-attach.exp: Likewise.
8688
8689 2017-11-22 Yao Qi <yao.qi@linaro.org>
8690
8691 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
8692 compiler.
8693
8694 2017-11-22 Yao Qi <yao.qi@linaro.org>
8695
8696 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
8697 * gdb.base/break-interp.exp: Likewise.
8698 * gdb.base/jit-attach-pie.exp: Likewise.
8699
8700 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
8701
8702 * gdb.base/float128.c (large128): New variable.
8703 * gdb.base/float128.exp: Add test to print largest __float128 value.
8704
8705 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
8706
8707 * gdb.arch/vsx-regs.exp: Update register content checks.
8708
8709 2017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
8710
8711 * gdb.arch/ppc-longdouble.exp: New file.
8712 * gdb.arch/ppc-longdouble.c: Likewise.
8713
8714 2017-11-21 Pedro Alves <palves@redhat.com>
8715
8716 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
8717
8718 2017-11-20 Pedro Alves <palves@redhat.com>
8719
8720 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
8721 (long_double_typedef): New typedefs.
8722 Use DEF on double and long double.
8723 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
8724 cases.
8725 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
8726 and 'long_double_ptr_same_size' locals. Use them to decide
8727 whether cast from array/function to float is valid/invalid.
8728
8729 2017-11-17 Tom Tromey <tom@tromey.com>
8730
8731 * gdb.rust/traits.rs: New file.
8732 * gdb.rust/traits.exp: New file.
8733
8734 2017-11-17 Joel Brobecker <brobecker@adacore.com>
8735
8736 * gdb.ada/minsyms: New testcase.
8737
8738 2017-11-16 Pedro Alves <palves@redhat.com>
8739
8740 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
8741 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
8742
8743 2017-11-16 Pedro Alves <palves@redhat.com>
8744
8745 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
8746 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
8747
8748 2017-11-16 Pedro Alves <palves@redhat.com>
8749
8750 * gdb.server/reconnect-ctrl-c.c: New file.
8751 * gdb.server/reconnect-ctrl-c.exp: New file.
8752
8753 2017-11-16 Phil Muldoon <pmuldoon@redhat.com>
8754
8755 * gdb.python/py-rbreak.exp: New file.
8756 * gdb.python/py-rbreak.c: New file.
8757 * gdb.python/py-rbreak-func2.c: New file.
8758
8759 2017-11-16 Pedro Alves <palves@redhat.com>
8760
8761 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
8762 pattern.
8763 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
8764 GDB.
8765
8766 2017-11-15 Simon Marchi <simon.marchi@ericsson.com>
8767
8768 * gdb.tui/completionn.exp (test_tab_completion): Add space in
8769 regex.
8770
8771 2017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
8772
8773 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
8774 test names.
8775
8776 2017-11-09 Pedro Alves <palves@redhat.com>
8777
8778 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
8779 factored out from ...
8780 (top level): ... here, and adjusted to avoid expecting beyond the
8781 prompt in a single gdb_test_multiple.
8782
8783 2017-11-09 Pedro Alves <palves@redhat.com>
8784
8785 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
8786 output.
8787 * gdb.server/ext-attach.exp ("kill" test): Likewise.
8788 * gdb.server/ext-restart.exp ("kill" test): Likewise.
8789 * gdb.server/ext-run.exp ("kill" test): Likewise.
8790 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
8791
8792 2017-11-09 Pedro Alves <palves@redhat.com>
8793
8794 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
8795 match till end of line.
8796
8797 2017-11-09 Pedro Alves <palves@redhat.com>
8798
8799 * gdb.base/memattr.exp: Tighten regexes to match the end line.
8800
8801 2017-11-09 Pedro Alves <palves@redhat.com>
8802
8803 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
8804 New procedures, factored out from ...
8805 (top level): ... here, and adjusted to avoid expecting beyond the
8806 prompt in one go.
8807
8808 2017-11-09 Pedro Alves <palves@redhat.com>
8809
8810 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
8811 output. Fix '?' match.
8812
8813 2017-11-08 Joel Brobecker <brobecker@adacore.com>
8814
8815 * gdb.ada/scoped_watch: New testcase.
8816 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
8817 which is actually correct.
8818 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
8819 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
8820
8821 2017-11-08 Pedro Alves <palves@redhat.com>
8822
8823 * gdb.gdb/complaints.exp (test_initial_complaints)
8824 (test_serial_complaints, test_short_complaints): Call
8825 complaint_internal instead of complaint.
8826
8827 2017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
8828
8829 * gdb.threads/tls-core.c: New file.
8830 * gdb.threads/tls-core.exp: Likewise.
8831
8832 2017-11-08 Pedro Alves <palves@redhat.com>
8833
8834 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
8835 (p Exported_Capitalized): New test.
8836 (p exported_capitalized): New test.
8837
8838 2017-11-07 Pedro Alves <palves@redhat.com>
8839
8840 * gdb.cp/ena-dis-br-range.exp: Add more tests.
8841
8842 2017-11-07 Pedro Alves <palves@redhat.com>
8843
8844 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
8845 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
8846 (disable_invalid, disable_inverted, disable_negative): New
8847 procedures.
8848 ("bad numbers"): New set of tests.
8849
8850 2017-11-07 Pedro Alves <palves@redhat.com>
8851
8852 * gdb.cp/ena-dis-br-range.exp: Add tests.
8853
8854 2017-11-07 Pedro Alves <palves@redhat.com>
8855
8856 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
8857
8858 2017-11-07 Xavier Roirand <roirand@adacore.com>
8859 Pedro Alves <palves@redhat.com>
8860
8861 * gdb.base/ena-dis-br.exp: Add reference to
8862 gdb.cp/ena-dis-br-range.exp.
8863 * gdb.cp/ena-dis-br-range.exp: New file.
8864 * gdb.cp/ena-dis-br-range.cc: New file.
8865
8866 2017-11-06 Pedro Alves <palves@redhat.com>
8867
8868 * gdb.base/attach-non-pgrp-leader.c: New.
8869 * gdb.base/attach-non-pgrp-leader.exp: New.
8870
8871 2017-11-06 Pedro Alves <palves@redhat.com>
8872
8873 * configure.ac: No longer check for termio.h and sgtty.h.
8874 * configure: Regenerate.
8875 * remote-utils.c: Include termios.h instead of gdb_termios.h.
8876 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
8877 Remove termio and sgtty code.
8878
8879 2017-11-03 Yao Qi <yao.qi@linaro.org>
8880
8881 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
8882 in GDB is disabled.
8883
8884 2017-11-03 Yao Qi <yao.qi@linaro.org>
8885
8886 * gdb.python/py-thrhandle.exp: Skip it if python is not
8887 enabled.
8888
8889 2017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
8890
8891 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
8892 as a breakpoint command.
8893
8894 2017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
8895
8896 PR python/21213
8897 * gdb.python/py-infthread.exp: Test calling
8898 InferiorThread.inferior () multiple times in a row.
8899
8900 2017-10-27 Keith Seitz <keiths@redhat.com>
8901
8902 * gdb.opt/inline-break.exp (break_info_1): New procedure.
8903 Test "info break" for every inlined function breakpoint.
8904
8905 2017-10-27 Yao Qi <yao.qi@linaro.org>
8906
8907 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
8908
8909 2017-10-26 Patrick Frants <osscontribute@gmail.com>
8910
8911 * gdb.cp/classes.exp (test_static_members): Test printing
8912 Outer::instance.
8913 * gdb.cp/classes.c (struct Inner, struct Outer): New.
8914 (Inner::instance, Outer::instance): New.
8915
8916 2017-10-24 Pedro Alves <palves@redhat.com>
8917
8918 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
8919 extra console" test in two stages.
8920
8921 2017-10-24 Pedro Alves <palves@redhat.com>
8922
8923 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
8924
8925 2017-10-24 Pedro Alves <palves@redhat.com>
8926
8927 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
8928 loop.
8929
8930 2017-10-24 Pedro Alves <palves@redhat.com>
8931
8932 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
8933 $attempt" and "stoppedtry $stoppedtry" test prefixes.
8934
8935 2017-10-24 Pedro Alves <palves@redhat.com>
8936
8937 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
8938 parameter and handle it. Don't output read value in test name.
8939
8940 2017-10-24 Pedro Alves <palves@redhat.com>
8941
8942 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
8943 custom test name.
8944
8945 2017-10-24 Pedro Alves <palves@redhat.com>
8946
8947 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
8948 include the unstable output directory name in the test's name.
8949 (initial_setup_simple) <'set args'>: Use custom test name.
8950
8951 2017-10-24 Pedro Alves <palves@redhat.com>
8952
8953 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
8954 with explicit test name.
8955
8956 2017-10-20 Pedro Alves <palves@redhat.com>
8957
8958 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
8959 'wait -i'. Use gdb_assert and remote_close.
8960
8961 2017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
8962
8963 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
8964 number from variable rather than hard-coded.
8965
8966 2017-10-19 Pedro Alves <palves@redhat.com>
8967
8968 * gdb.base/long-inferior-output.c: New file.
8969 * gdb.base/long-inferior-output.exp: New file.
8970
8971 2017-11-18 Keith Seitz <keiths@redhat.com>
8972
8973 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
8974 method.
8975 (main): Call it.
8976 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
8977 Add additional user-defined conversion operator tests.
8978
8979 2017-10-17 Pedro Alves <palves@redhat.com>
8980
8981 * boards/native-stdio-gdbserver.exp: Load "local-board".
8982
8983 2017-10-17 Pedro Alves <palves@redhat.com>
8984
8985 * gdb.base/quit-live.c: New file.
8986 * gdb.base/quit-live.exp: New file.
8987
8988 2017-10-16 Keith Seitz <keiths@redhat.com>
8989
8990 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
8991 (class_with_protected_typedef, class_with_private_typedef)
8992 (struct_with_public_typedef, struct_with_protected_typedef)
8993 (struct_with_private_typedef): New classes/structs.
8994 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
8995 typedefs and access specifiers.
8996
8997 2017-10-16 Pedro Alves <palves@redhat.com>
8998 Simon Marchi <simon.marchi@polymtl.ca>
8999
9000 * README (Local vs Remote vs Native): New section.
9001 * boards/local-board.exp: New file, with bits factored out from
9002 ...
9003 * boards/native-extended-gdbserver.exp: ... here. Load
9004 "local-board".
9005 * boards/native-gdbserver.exp: Load "local-board".
9006 (${board}_spawn, ${board}_exec): Delete.
9007 * boards/native-stdio-gdbserver.exp: Most contents factored out to
9008 ...
9009 * boards/stdio-gdbserver-base.exp: ... this new file.
9010 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
9011 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
9012 procedure.
9013 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
9014 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
9015 stdio_gdbserver_command.
9016 (${board}_get_remote_address, ${board}_get_comm_port)
9017 (${board}_download, ${board}_upload): Delete.
9018 (get_target_remote_pipe_cmd): New.
9019
9020 2017-10-16 Simon Marchi <simon.marchi@ericsson.com>
9021
9022 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
9023 test_bkpt_deletion, test_bkpt_cond_and_cmds,
9024 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
9025 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
9026 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
9027 remove with_test_prefix.
9028
9029 2017-10-13 Pedro Alves <palves@redhat.com>
9030
9031 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
9032 * gdb.base/annota1.exp: Use it instead of is_remote.
9033 * gdb.base/annota3.exp: Use it instead of is_remote.
9034 * gdb.cp/annota2.exp: Use it instead of is_remote.
9035 * gdb.cp/annota3.exp: Use it instead of is_remote.
9036 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
9037
9038 2017-10-13 Pedro Alves <palves@redhat.com>
9039
9040 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
9041 (test_num_test_vars, run_and_count_vars, find_env)
9042 (test_set_unset_env, test_inherit_env_var): New procedures.
9043 (top level): Use them.
9044
9045 2017-10-13 Pedro Alves <palves@redhat.com>
9046
9047 * lib/selftest-support.exp (selftest_setup): Extend comments, and
9048 also skip on stub-like targets.
9049
9050 2017-10-13 Pedro Alves <palves@redhat.com>
9051
9052 PR gdb/22293
9053 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
9054 (top level): Move some tests to ...
9055 (test_not_found): ... this new procedure.
9056 (top level): Call it.
9057
9058 2017-10-13 Pedro Alves <palves@redhat.com>
9059
9060 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
9061 expect different "info terminal" output if testing with a
9062 non-native target.
9063
9064 2017-10-13 Pedro Alves <palves@redhat.com>
9065 Simon Marchi <simon.marchi@polymtl.ca>
9066
9067 PR python/12966
9068 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
9069
9070 2017-10-13 Pedro Alves <palves@redhat.com>
9071
9072 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
9073 already.
9074
9075 2017-10-13 Pedro Alves <palves@redhat.com>
9076
9077 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
9078 is_remote.
9079
9080 2017-10-13 Pedro Alves <palves@redhat.com>
9081
9082 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
9083 is_remote.
9084
9085 2017-10-13 Pedro Alves <palves@redhat.com>
9086
9087 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
9088 is set.
9089 (corefile_test_attach): Likewise. Check can_spawn_for_attach
9090 instead of is_remote.
9091
9092 2017-10-13 Pedro Alves <palves@redhat.com>
9093
9094 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
9095 (top level): Add comment.
9096
9097 2017-10-13 Pedro Alves <palves@redhat.com>
9098
9099 * gdb.base/remote.exp (top level): Fix comment typo and add
9100 missing return.
9101
9102 2017-10-13 Pedro Alves <palves@redhat.com>
9103 Simon Marchi <simon.marchi@polymtl.ca>
9104
9105 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
9106 calls and add comments. Skip test if use_gdb_stub is set.
9107 (top level): Use "set cwd" command instead of "cd" command.
9108
9109 2017-10-13 Pedro Alves <palves@redhat.com>
9110
9111 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
9112 is_remote target check.
9113
9114 2017-10-13 Pedro Alves <palves@redhat.com>
9115
9116 * gdb.base/scope.exp: Use build_executable + clean_restart +
9117 gdb_file_cmd instead of prepare_for_testing and no longer skip
9118 "before run" tests on is_remote target boards. Update comments.
9119 * boards/native-extended-gdbserver.exp
9120 (extended_gdbserver_load_last_file): New, factored out from ...
9121 (gdb_load): ... this. Move further below and add comment.
9122 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
9123
9124 2017-10-12 Pedro Alves <palves@redhat.com>
9125
9126 * gdb.base/attach.exp: Remove references to gdb64.
9127 * gdb.base/dbx.exp: Remove references to gdb64.
9128
9129 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
9130 Pedro Alves <palves@redhat.com>
9131
9132 * gdb.base/label.exp: Remove is_remote target check.
9133
9134 2017-10-12 Pedro Alves <palves@redhat.com>
9135
9136 * gdb.base/auvx.exp (coredir): Update comment.
9137 (top level) <core_works>: Use "set cwd" command instead of "cd"
9138 command.
9139
9140 2017-10-12 Pedro Alves <palves@redhat.com>
9141 Simon Marchi <simon.marchi@polymtl.ca>
9142
9143 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
9144 target boards.
9145
9146 2017-10-12 Pedro Alves <palves@redhat.com>
9147 Simon Marchi <simon.marchi@polymtl.ca>
9148
9149 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
9150 Instead skip if there's any gdb_protocol set.
9151
9152 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
9153 Pedro Alves <palves@redhat.com>
9154
9155 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
9156
9157 2017-10-12 Pedro Alves <palves@redhat.com>
9158 Simon Marchi <simon.marchi@polymtl.ca>
9159
9160 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
9161 instead of on dejagnu remote boards.
9162
9163 2017-10-12 Pedro Alves <palves@redhat.com>
9164 Simon Marchi <simon.marchi@polymtl.ca>
9165
9166 * gdb.base/inferior-died.exp: Remove is_remote and isnative
9167 checks. Use build_executable + clean_restart instead of
9168 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
9169 of enabling non-stop after starting gdb.
9170
9171 2017-10-12 Pedro Alves <palves@redhat.com>
9172
9173 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
9174 * gdb.threads/non-ldr-exc-2.exp: Ditto.
9175 * gdb.threads/non-ldr-exc-3.exp: Ditto.
9176 * gdb.threads/non-ldr-exc-4.exp: Ditto.
9177
9178 2017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
9179
9180 * gdb.arch/arc-tdesc-cpu.exp: New file.
9181 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
9182
9183 2017-10-10 Simon Marchi <simon.marchi@ericsson.com>
9184
9185 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
9186
9187 2017-10-10 Pedro Alves <palves@redhat.com>
9188
9189 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
9190 expect CLI output.
9191
9192 2017-10-10 Pedro Alves <palves@redhat.com>
9193
9194 * lib/selftest-support.exp (selftest_setup): Update for
9195 captured_command_loop's prototype change.
9196
9197 2017-10-09 Pedro Alves <palves@redhat.com>
9198
9199 Test both arch1=>arch2 and arch2=>arch1.
9200
9201 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
9202 (srcfile2, binfile2, march1, march2): Remove globals. Largely
9203 factored out to...
9204 (append_arch1_options, append_arch2_options, append_arch_options)
9205 (build_executables): New procedures.
9206 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
9207 local.
9208 (top level): Add new 'first_arch' testing axis.
9209
9210 2017-10-09 Pedro Alves <palves@redhat.com>
9211
9212 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
9213 (barrier): New.
9214 (thread_start, all_started): New functions.
9215 (main): Spawn new thread and wait until it is scheduled.
9216 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
9217 option.
9218 (do_test): Add 'selected_thread' parameter. Run to all_started
9219 instead of main. Explicitly set the breakpoint at main. Switch
9220 to the SELECTED_THREAD thread.
9221 (top level): Test handling the exec event with either the main
9222 thread or the second thread selected.
9223
9224 2017-10-09 Pedro Alves <palves@redhat.com>
9225
9226 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
9227 logic. Move STOP marker after the value checks.
9228 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
9229 regexp.
9230
9231 2017-10-06 Sandra Loosemore <sandra@codesourcery.com>
9232
9233 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
9234
9235 2017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
9236
9237 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
9238 integer-to-dfp conversion.
9239 * gdb.base/dfp-test.exp: Likewise.
9240
9241 2017-10-04 Pedro Alves <palves@redhat.com>
9242
9243 * gdb.multi/hangout.c: Include <unistd.h>.
9244 (hangout_loop): New function.
9245 (main): Call alarm. Call hangout_loop in a loop.
9246 * gdb.multi/hello.c: Include <unistd.h>.
9247 (hello_loop): New function.
9248 (main): Call alarm. Call hangout_loop in a loop.
9249 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
9250 inferior with the other selected.
9251
9252 2017-10-04 Simon Marchi <simon.marchi@ericsson.com>
9253
9254 * gdb.mi/list-thread-groups-available.exp: New file.
9255 * gdb.mi/list-thread-groups-available.c: New file.
9256
9257 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
9258
9259 * gdb.base/set-cwd.exp: Make it available on
9260 native-extended-gdbserver.
9261
9262 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
9263
9264 * gdb.base/set-cwd.c: New file.
9265 * gdb.base/set-cwd.exp: Likewise.
9266
9267 2017-10-02 Tom Tromey <tom@tromey.com>
9268
9269 PR rust/22236:
9270 * gdb.rust/simple.rs (main): New variable "fslice".
9271 * gdb.rust/simple.exp: Add slice tests. Update string tests.
9272
9273 2017-10-02 Tom Tromey <tom@tromey.com>
9274
9275 * gdb.rust/simple.exp: Test ptype of a slice.
9276
9277 2017-10-02 Tom Tromey <tom@tromey.com>
9278
9279 * gdb.rust/simple.exp: Test index of slice.
9280
9281 2017-09-27 Tom Tromey <tom@tromey.com>
9282
9283 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
9284
9285 2017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
9286 Pedro Alves <palves@redhat.com>
9287
9288 * gdb.base/compare-sections.exp (get value of read-only section): Read
9289 as unsigned value.
9290 (corrupt read-only section): Likewise and don't set written if patching
9291 failed.
9292
9293 2017-09-21 Kevin Buettner <kevinb@redhat.com>
9294
9295 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
9296 files.
9297
9298 2017-09-20 Pedro Alves <palves@redhat.com>
9299
9300 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
9301 symbol names in gdb's output.
9302 * gdb.cp/overload.exp ("list all overloads"): Likewise.
9303
9304 2017-09-20 Pedro Alves <palves@redhat.com>
9305
9306 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
9307 Rename to ...
9308 (test_list_ambiguous_symbol): ... this and add a symbol name
9309 parameter. Adjust.
9310 (test_list_ambiguous_function): Reimplement on top of
9311 test_list_ambiguous_symbol and also test listing ambiguous
9312 variables.
9313 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
9314 (ambiguous_fun): ... this.
9315 (ambiguous_var): New.
9316 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
9317 (ambiguous_fun): ... this.
9318 (ambiguous_var): New.
9319
9320 2017-09-19 John Baldwin <jhb@FreeBSD.org>
9321
9322 * gdb.base/starti.c: New file.
9323 * gdb.base/starti.exp: New file.
9324 * lib/gdb.exp (gdb_starti_cmd): New procedure.
9325
9326 2017-09-14 Pedro Alves <palves@redhat.com>
9327
9328 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
9329 (top level): Use it instead of runto.
9330
9331 2017-09-11 Tom Tromey <tom@tromey.com>
9332
9333 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
9334
9335 2017-09-11 Tom Tromey <tom@tromey.com>
9336
9337 * gdb.python/py-infthread.exp: Add tests for new_thread event.
9338 * gdb.python/py-inferior.exp: Add tests for new inferior events.
9339
9340 2017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
9341
9342 * gdb.fortran/printing-types.exp: New file.
9343 * gdb.fortran/printing-types.exp: New file.
9344
9345 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
9346
9347 * gdb.fortran/vla-ptype.exp: Fix typos.
9348 * gdb.fortran/vla-value.exp: Same.
9349
9350 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
9351
9352 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
9353 * gdb.mi/mi-var-child-f.exp: Likewise.
9354 * gdb.mi/mi-vla-fortran.exp: Likewise.
9355
9356 2017-09-08 Frank Penczek <frank.penczek@intel.com>
9357 Christoph Weinmann <christoph.t.weinmann@intel.com>
9358 Bernhard Heckel <bernhard.heckel@intel.com>
9359
9360 * gdb.fortran/ptr-indentation.f90: New file.
9361 * gdb.fortran/ptr-indentation.exp: New file.
9362
9363 2017-09-05 Tom Tromey <tom@tromey.com>
9364
9365 PR gdb/22010:
9366 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
9367
9368 2017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
9369
9370 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
9371
9372 2017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
9373
9374 * gdb.threads/tls-nodebug-pie.c: New file.
9375 * gdb.threads/tls-nodebug-pie.exp: New file.
9376
9377 2017-09-05 Tom Tromey <tom@tromey.com>
9378
9379 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
9380 for rust.
9381
9382 2017-09-05 Simon Marchi <simon.marchi@ericsson.com>
9383
9384 * gdb.multi/multi-arch-exec.exp: Test with different
9385 "follow-exec-mode" settings.
9386 (do_test): New procedure.
9387
9388 2017-09-04 Pedro Alves <palves@redhat.com>
9389
9390 * gdb.base/func-static.c (S::method const, S::method volatile)
9391 (S::method volatile const): New methods.
9392 (c_s, v_s, cv_s): New instances.
9393 (main): Call method() on them.
9394 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
9395 (cannot_resolve): New procedure.
9396 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
9397 print-quote-unquoted columns.
9398 (do_test): Test printing each scope too.
9399
9400 2017-09-04 Pedro Alves <palves@redhat.com>
9401
9402 * gdb.base/local-static.exp: Also test with
9403 class::method::variable wholly quoted.
9404 * gdb.cp/m-static.exp (class::method::variable): Remove test.
9405
9406 2017-09-04 Pedro Alves <palves@redhat.com>
9407
9408 * gdb.base/local-static.c: New.
9409 * gdb.base/local-static.cc: New.
9410 * gdb.base/local-static.exp: New.
9411
9412 2017-09-04 Pedro Alves <palves@redhat.com>
9413
9414 * gdb.asm/asm-source.exp: Add casts to int.
9415 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
9416 (dataglobal64_1, dataglobal64_2): New globals.
9417 * gdb.base/nodebug.exp: Test different expressions involving the
9418 new globals, with print, whatis and ptype. Add casts to int.
9419 * gdb.base/solib-display.exp: Add casts to int.
9420 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
9421 * gdb.cp/m-static.exp: Add cast to int.
9422 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
9423 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
9424 tls variable with no debug info without a cast. Test with a cast
9425 to int too.
9426 * gdb.trace/entry-values.exp: Add casts.
9427
9428 2017-09-04 Pedro Alves <palves@redhat.com>
9429
9430 * gdb.base/nodebug.exp: Test that ptype's error about functions
9431 with unknown return type includes the function name too.
9432
9433 2017-09-04 Pedro Alves <palves@redhat.com>
9434
9435 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
9436 return type of munmap in infcall.
9437 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
9438 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
9439 type of ftell in infcall.
9440 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
9441 type of getpid in infcall.
9442 * gdb.base/infcall-exec.exp: Cast return type of execlp in
9443 infcall.
9444 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
9445 Bail on failure to extract the pid.
9446 * gdb.base/nodebug.c: #include <stdint.h>.
9447 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
9448 New functions.
9449 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
9450 Change expected output of print/whatis/ptype with functions with
9451 no debug info. Test all supported languages. Call
9452 test_call_promotion.
9453 * gdb.compile/compile.exp: Adjust expected output to expect
9454 warning.
9455 * gdb.threads/siginfo-threads.exp: Likewise.
9456
9457 2017-09-04 Pedro Alves <palves@redhat.com>
9458
9459 * gdb.base/callfuncs.exp (do_function_calls): New parameter
9460 "prototypes". Test calling float functions via prototyped and
9461 unprototyped function pointers.
9462 (perform_all_tests): New parameter "prototypes". Pass it down.
9463 (top level): Pass down "prototypes" parameter to
9464 perform_all_tests.
9465
9466 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
9467
9468 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
9469 Test with nested loops.
9470
9471 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
9472
9473 * gdb.base/commands.exp: Call the new procedures.
9474 (loop_break_test, loop_continue_test): New procedures.
9475
9476 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
9477
9478 * gdb.base/commands.exp: Call new procedure.
9479 (define_if_without_arg_test): New procedure.
9480
9481 2017-09-04 Pedro Alves <palves@redhat.com>
9482
9483 * gdb.base/list-ambiguous.exp: New file.
9484 * gdb.base/list-ambiguous0.c: New file.
9485 * gdb.base/list-ambiguous1.c: New file.
9486 * gdb.base/list.exp (test_list_range): Adjust expected output.
9487
9488 2017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
9489
9490 * gdb.base/share-env-with-gdbserver.c: New file.
9491 * gdb.base/share-env-with-gdbserver.exp: Likewise.
9492
9493 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
9494
9495 * gdb.base/commands.exp (gdbvar_simple_if_test,
9496 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
9497 progvar_simple_if_test, progvar_simple_while_test,
9498 progvar_complex_if_while_test, user_defined_command_test,
9499 user_defined_command_args_eval,
9500 user_defined_command_args_stack_test,
9501 user_defined_command_manyargs_test, bp_deleted_in_command_test,
9502 temporary_breakpoint_commands,
9503 gdb_test_no_prompt, redefine_hook_test,
9504 redefine_backtrace_test): Remove "global gdb_prompt".
9505
9506 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
9507
9508 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
9509 New proc, call it from toplevel.
9510
9511 2017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
9512
9513 PR remote/21852
9514 * gdb.server/normal.c: New file, copied from gdb.base.
9515 * gdb.server/run-without-local-binary.exp: New file.
9516
9517 2017-08-07 Weimin Pan <weimin.pan@oracle.com>
9518
9519 * gdb.arch/sparc64-adi.exp: New file.
9520 * gdb.arch/sparc64-adi.c: New file.
9521
9522 2017-08-22 Pedro Alves <palves@redhat.com>
9523
9524 * gdb.cp/overload.exp (line_range_pattern): New procedure.
9525 (top level): Add "list all overloads" tests.
9526
9527 2017-08-22 Tom Tromey <tom@tromey.com>
9528
9529 * gdb.gdb/xfullpath.exp: Remove.
9530
9531 2017-08-21 Pedro Alves <palves@redhat.com>
9532
9533 PR gdb/19487
9534 * gdb.base/symbol-alias.c: New.
9535 * gdb.base/symbol-alias2.c: New.
9536 * gdb.base/symbol-alias.exp: New.
9537
9538 2017-08-21 Pedro Alves <palves@redhat.com>
9539
9540 * gdb.base/dfp-test.c
9541 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
9542 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
9543 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
9544 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
9545 * gdb.base/whatis-ptype-typedefs.c: New.
9546 * gdb.base/whatis-ptype-typedefs.exp: New.
9547 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
9548 (an_int, an_int_type, an_int_type2): New globals.
9549 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
9550 involving typedefs and cast expressions.
9551 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
9552 (lookup_typedefs_function): New.
9553 (typedefs_pretty_printers_dict): New.
9554 (top level): Register lookup_typedefs_function in
9555 gdb.pretty_printers.
9556
9557 2017-08-18 Yao Qi <yao.qi@linaro.org>
9558
9559 * gdb.server/unittest.exp: New.
9560
9561 2017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
9562
9563 PR gdb/21954
9564 * gdb.base/environ.exp: Add test to check if 'unset environment'
9565 works.
9566
9567 2017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
9568
9569 * lib/gdb.exp (universal_compile_options): New caching proc.
9570 (gdb_compile): Suppress GCC's coloring of messages.
9571
9572 2017-08-14 Tom Tromey <tom@tromey.com>
9573
9574 PR gdb/21675:
9575 * gdb.base/printcmds.exp (test_radices): New function.
9576 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
9577 * gdb.base/sizeof.exp (check_valueof): Use p/d.
9578 * lib/gdb.exp (get_integer_valueof): Use p/d.
9579
9580 2017-08-12 Simon Marchi <simon.marchi@ericsson.com>
9581
9582 * lib/gdb.exp (get_valueof): Don't capture end-of-line
9583 characters.
9584
9585 2017-08-05 Tom Tromey <tom@tromey.com>
9586
9587 * gdb.rust/simple.exp: Allow String to appear in a different
9588 namespace.
9589
9590 2017-07-26 Yao Qi <yao.qi@linaro.org>
9591
9592 * gdb.gdb/unittest.exp: Invoke command
9593 "maintenance check xml-descriptions".
9594
9595 2017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
9596
9597 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
9598 calling context.
9599 (hex128): Drop erroneous calculation of parameters.
9600
9601 2017-07-22 Simon Marchi <simon.marchi@ericsson.com>
9602
9603 * gdb.python/py-unwind.exp: Disable stack protection when
9604 building test file.
9605
9606 2017-07-20 Pedro Alves <palves@redhat.com>
9607
9608 * gdb.base/default.exp (set language): Adjust expected output.
9609
9610 2017-07-20 Pedro Alves <palves@redhat.com>
9611
9612 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
9613 (test_minsym): ... this, and make static.
9614 (get_pck__foo__bar__minsym): Rename to ...
9615 (get_test_minsym): ... this.
9616 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
9617 symbol names and comments.
9618 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
9619 (get_test_minsym): ... this.
9620 (pck__foo__bar__minsym__2): Rename to ...
9621 (test_minsym): ... this.
9622 (main): Adjust.
9623
9624 2017-07-17 Pedro Alves <palves@redhat.com>
9625
9626 * gdb.base/completion.exp: Adjust expected output.
9627 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
9628 the completer works.
9629
9630 2017-07-17 Pedro Alves <palves@redhat.com>
9631
9632 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
9633
9634 2017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
9635
9636 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
9637
9638 2017-07-14 Tom Tromey <tom@tromey.com>
9639
9640 PR rust/21764:
9641 * gdb.rust/simple.exp: Add tests.
9642
9643 2017-07-14 Tom Tromey <tom@tromey.com>
9644
9645 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
9646
9647 2017-07-14 Pedro Alves <palves@redhat.com>
9648
9649 * gdb.linespec/base/one/thefile.cc (z1): New function.
9650 * gdb.linespec/base/two/thefile.cc (z2): New function.
9651 * gdb.linespec/linespec.exp: Add tests.
9652
9653 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
9654
9655 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
9656 to mi_create_breakpoint.
9657
9658 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
9659
9660 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
9661 mi_create_breakpoint.
9662
9663 2017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
9664
9665 * gdb.dlang/demangle.exp: Update for demangling changes.
9666
9667 2017-07-09 Tom Tromey <tom@tromey.com>
9668
9669 * gdb.dwarf2/shortpiece.exp: New file.
9670
9671 2017-07-06 David Blaikie <dblaikie@gmail.com>
9672
9673 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
9674 built from fissiont-multi-cu{1,2}.c.
9675 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
9676 except putting 'main' and 'func' in separate CUs in the same DWO file.
9677 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
9678 test.
9679 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
9680 test.
9681
9682 2017-07-06 Pedro Alves <palves@redhat.com>
9683
9684 * gdb.python/py-unwind.exp: Test flushregs.
9685
9686 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
9687
9688 PR cli/21688
9689 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
9690 tests for alias commands and trailing whitespace.
9691
9692 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
9693
9694 PR cli/21688
9695 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
9696 procedure. Call it.
9697
9698 2017-06-29 Pedro Alves <palves@redhat.com>
9699
9700 * gdb.base/printcmds.exp: Add tests.
9701
9702 2017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
9703
9704 PR gdb/21337
9705 * gdb.base/reread-readsym.exp: New file.
9706 * gdb.base/reread-readsym.c: New file.
9707
9708 2017-06-21 Kevin Buettner <kevinb@redhat.com>
9709
9710 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
9711 subpattern.
9712
9713 2017-06-19 Peter Bergner <bergner@vnet.ibm.com>
9714
9715 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
9716 extended mnemonic.
9717 * gdb.arch/powerpc-power9.s: Likewise.
9718
9719 2017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
9720
9721 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
9722 on 32-bit x86 targets. Exploit is_*_target macros where
9723 appropriate.
9724
9725 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9726
9727 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
9728 register pieces.
9729
9730 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9731
9732 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
9733 located in one or more DWARF pieces.
9734
9735 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9736
9737 * lib/gdb.exp (get_endianness): New proc.
9738 * gdb.arch/aarch64-fp.exp: Use it.
9739 * gdb.arch/altivec-regs.exp: Likewise.
9740 * gdb.arch/e500-regs.exp: Likewise.
9741 * gdb.arch/vsx-regs.exp: Likewise.
9742 * gdb.base/dump.exp: Likewise.
9743 * gdb.base/funcargs.exp: Likewise.
9744 * gdb.base/gnu_vector.exp: Likewise.
9745 * gdb.dwarf2/formdata16.exp: Likewise.
9746 * gdb.dwarf2/implptrpiece.exp: Likewise.
9747 * gdb.dwarf2/nonvar-access.exp: Likewise.
9748 * gdb.python/py-inferior.exp: Likewise.
9749 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
9750
9751 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9752
9753 PR gdb/21226
9754 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
9755 stack value pieces are taken from the LSB end.
9756
9757 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9758
9759 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
9760 variable at nonzero offset.
9761
9762 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9763
9764 * gdb.dwarf2/var-access.c: New file.
9765 * gdb.dwarf2/var-access.exp: New test.
9766 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
9767
9768 2017-06-12 Tom Tromey <tom@tromey.com>
9769
9770 * gdb.dwarf2/formdata16.exp: Add tests.
9771
9772 2017-06-12 Tom Tromey <tom@tromey.com>
9773
9774 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
9775
9776 2017-06-12 Tom Tromey <tom@tromey.com>
9777
9778 PR exp/16225:
9779 * gdb.reverse/i386-sse-reverse.exp: Update tests.
9780 * gdb.arch/vsx-regs.exp: Update tests.
9781 * gdb.arch/s390-vregs.exp (hex128): New proc.
9782 Update test.
9783 * gdb.arch/altivec-regs.exp: Update tests.
9784
9785 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
9786
9787 * gdb.base/startup-with-shell.c: New file.
9788 * gdb.base/startup-with-shell.exp: Likewise.
9789
9790 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
9791
9792 * gdb.server/non-existing-program.exp: Update regex in order to
9793 reflect the fact that gdbserver is now using fork_inferior (with a
9794 shell) to startup the inferior.
9795
9796 2017-05-30 Simon Marchi <simon.marchi@ericsson.com>
9797
9798 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
9799 support function calls from GDB.
9800
9801 2017-05-21 Tom Tromey <tom@tromey.com>
9802
9803 PR rust/21466:
9804 * gdb.rust/unsized.exp: New file.
9805 * gdb.rust/unsized.rs: New file.
9806
9807 2017-05-19 Tom Tromey <tom@tromey.com>
9808
9809 PR rust/21484:
9810 * gdb.rust/watch.exp: New file.
9811 * gdb.rust/watch.rs: New file.
9812
9813 2017-05-18 Tom Tromey <tom@tromey.com>
9814
9815 * gdb.rust/simple.exp: Allow Box to be qualified.
9816
9817 2017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
9818
9819 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
9820
9821 2017-05-18 Pedro Alves <palves@redhat.com>
9822
9823 * gdb.base/fileio.c (test_write, test_read, test_close)
9824 (test_fstat): Don't print 'ret' in the fail path.
9825
9826 2017-05-18 Pedro Alves <palves@redhat.com>
9827
9828 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
9829 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
9830 (test_system, test_rename, test_unlink, test_time): Change
9831 prototypes.
9832 * gdb.base/fileio.exp (stop_msg): Adjust.
9833
9834 2017-05-18 Pedro Alves <palves@redhat.com>
9835
9836 * gdb.base/fileio.c (null_str): New global.
9837 (test_stat): Use it.
9838 * gdb.base/fileio.exp: Remove nowarnings.
9839
9840 2017-05-17 Yao Qi <yao.qi@linaro.org>
9841
9842 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
9843
9844 2017-05-17 Simon Marchi <simon.marchi@ericsson.com>
9845
9846 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
9847 argument command.
9848 (top-level): Invoke test_set_inferior_tty.
9849
9850 2017-05-04 Pedro Alves <palves@redhat.com>
9851
9852 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
9853 Add parens to print call for Python 3.
9854
9855 2017-05-03 Keith Seitz <keiths@redhat.com>
9856
9857 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
9858 (main): Call it.
9859
9860 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
9861
9862 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
9863 to prev and next.
9864
9865 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
9866
9867 * gdb.python/py-record-btrace.exp: Remove test for
9868 gdb.BtraceInstruction.error.
9869
9870 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
9871
9872 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
9873
9874 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
9875
9876 * gdb.python/py-record-btrace-threads.c: New file.
9877 * gdb.python/py-record-btrace-threads.exp: New file.
9878
9879 2017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
9880
9881 PR testsuite/8595
9882 * gdb.base/environ.exp: Make test available in all architectures.
9883 Move bits related to "info program" testing to
9884 gdb.base/info-program.exp. Rewrite tests to use the two new
9885 procedures mentione below.
9886 (test_set_show_env_var) New procedure.
9887 (test_set_show_env_var_equal): Likewise.
9888 * gdb.base/info-program.exp: New file.
9889
9890 2017-04-27 Keith Seitz <keiths@redhat.com>
9891
9892 * gdb.cp/oranking.cc (test15): New function.
9893 (main): Call test15 and declare additional variables for testing.
9894 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
9895 "p foo101('abc')" tests.
9896 Add tests for cv qualifier overloads.
9897 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
9898 "lvalue reference overload" test.
9899 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
9900 "print value of f1 on Child&& in f2" test.
9901
9902 2017-04-19 Pedro Alves <palves@redhat.com>
9903
9904 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
9905 procedure.
9906 (top level): Call it.
9907 * lib/gdb.exp (gdb_define_cmd): New procedure.
9908
9909 2017-04-12 Pedro Alves <palves@redhat.com>
9910
9911 PR gdb/21323
9912 * gdb.cp/wide_char_types.c: Include <wchar.h>.
9913 (wchar): New global.
9914 * gdb.cp/wide_char_types.exp (wide_char_types_program)
9915 (do_test_wide_char, wide_char_types_no_program, top level): Add
9916 wchar_t testing.
9917
9918 2017-04-12 Pedro Alves <palves@redhat.com>
9919
9920 PR c++/21323
9921 * gdb.cp/wide_char_types.c: New file.
9922 * gdb.cp/wide_char_types.exp: New file.
9923
9924 2017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
9925
9926 PR gdb/21352
9927 * gdb.trace/tsv.exp: Add test for "tsave -r".
9928
9929 2017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
9930
9931 * gdb.dlang/watch-loc.c: New file.
9932 * gdb.dlang/watch-loc.exp: New file.
9933
9934 2017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
9935
9936 * gdb.python/py-section-script.exp (sepdebug): New testcases.
9937
9938 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
9939
9940 * gdb.arch/arc-analyze-prologue.S: New file.
9941 * gdb.arch/arc-analyze-prologue.exp: Likewise.
9942
9943 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
9944
9945 * gdb.arch/arc-decode-insn.S: New file.
9946 * gdb.arch/arc-decode-insn.exp: Likewise.
9947
9948 2017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
9949
9950 PR tdep/20928
9951 * gdb.arch/sparc64-regs.exp: New file.
9952 * gdb.arch/sparc64-regs.S: Likewise.
9953
9954 2017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
9955
9956 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
9957 and memory view on Python 3.
9958
9959 2017-03-20 Artemiy Volkov <artemiyv@acm.org>
9960 Keith Seitz <keiths@redhat.com>
9961
9962 PR gdb/14441
9963 * gdb.cp/demangle.exp: Add rvalue reference tests.
9964 * gdb.cp/rvalue-ref-casts.cc: New file.
9965 * gdb.cp/rvalue-ref-casts.exp: New file.
9966 * gdb.cp/rvalue-ref-overload.cc: New file.
9967 * gdb.cp/rvalue-ref-overload.exp: New file.
9968 * gdb.cp/rvalue-ref-params.cc: New file.
9969 * gdb.cp/rvalue-ref-params.exp: New file.
9970 * gdb.cp/rvalue-ref-sizeof.cc: New file.
9971 * gdb.cp/rvalue-ref-sizeof.exp: New file.
9972 * gdb.cp/rvalue-ref-types.cc: New file.
9973 * gdb.cp/rvalue-ref-types.exp: New file.
9974 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
9975 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
9976
9977 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
9978
9979 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
9980 New procedure.
9981
9982 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
9983
9984 * lib/mi-support.exp (mi_gdb_test): Add additional message
9985 for unexpected output.
9986
9987 2017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
9988
9989 * gdb.base/examine-backward.c (Barrier): New character array
9990 constant, to ensure that TestStrings is preceded by a string
9991 terminator.
9992
9993 2017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
9994
9995 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
9996 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
9997 and implicit pointer into such a location.
9998
9999 2017-03-16 Doug Evans <dje@google.com>
10000
10001 * gdb.python/py-lazy-string (pointer): Really add new typedef.
10002
10003 2017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
10004
10005 * gdb.cp/m-static.exp: Fix expectation for prototype of
10006 test5.single_constructor and single_constructor::single_constructor.
10007
10008 2017-03-16 Doug Evans <dje@google.com>
10009
10010 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
10011 * gdb.guile/scm-lazy-string.c: New file.
10012 * gdb.guile/scm-value.exp: Move lazy string tests to ...
10013 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
10014 for pointer, array, typedef lazy strings.
10015
10016 2017-03-16 Doug Evans <dje@google.com>
10017
10018 PR python/17728, python/18439, python/18779
10019 * gdb.python/py-value.c (main) Delete locals sptr, sn.
10020 * gdb.python/py-lazy-string.c (pointer): New typedef.
10021 (main): New locals ptr, array, typedef_ptr.
10022 * gdb.python/py-value.exp: Move lazy string tests to ...
10023 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
10024 array, typedef lazy strings.
10025
10026 2017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
10027
10028 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
10029 Add optional 'test' parameter.
10030
10031 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
10032
10033 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
10034 Skip for versions of DejaGnu < 1.5.
10035
10036 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
10037
10038 * lib/gdb.exp (dejagnu_version): New proc.
10039 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
10040 Use dejagnu_version.
10041
10042 2017-03-10 Keith Seitz <keiths@redhat.com>
10043
10044 PR c++/8128
10045 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
10046 type from destructor regexps.
10047 Add a branch which actually passes the test.
10048 Adjust "ptype t5i" test names.
10049
10050 2017-03-08 Pedro Alves <palves@redhat.com>
10051
10052 * gdb.base/step-over-exit.exp: Add explicit test message.
10053
10054 2017-03-08 Pedro Alves <palves@redhat.com>
10055
10056 PR gdb/18360
10057 * gdb.threads/interrupt-while-step-over.c: New file.
10058 * gdb.threads/interrupt-while-step-over.exp: New file.
10059
10060 2017-03-08 Pedro Alves <palves@redhat.com>
10061
10062 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
10063 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
10064
10065 2017-03-08 Pedro Alves <palves@redhat.com>
10066
10067 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
10068 PKRU as not supported as a PASS.
10069
10070 2017-03-08 Pedro Alves <palves@redhat.com>
10071
10072 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
10073 prefix instead of $binfile1/$binfile2.
10074 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
10075 in test message.
10076 * gdb.python/py-completion.exp: Use "load python file" as test
10077 messages instead of unstable path names.
10078
10079 2017-03-08 Pedro Alves <palves@redhat.com>
10080 Jan Kratochvil <jan.kratochvil@redhat.com>
10081
10082 PR cli/21218
10083 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
10084 New proc.
10085 (top level): Call it.
10086
10087 2017-03-08 Pedro Alves <palves@redhat.com>
10088
10089 PR tui/21216
10090 * gdb.tui/tui-nl-filtered-output.exp: New file.
10091
10092 2017-03-08 Pedro Alves <palves@redhat.com>
10093
10094 * gdb.base/completion.exp: Move TUI completion tests to ...
10095 * gdb.tui/completion.exp: ... this new file.
10096
10097 2017-03-08 Pedro Alves <palves@redhat.com>
10098
10099 * gdb.base/tui-disasm-long-lines.c,
10100 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
10101 gdb.base/tui-layout.exp: Move to ...
10102 * gdb.tui/: ... this new directory.
10103
10104 2017-03-07 Pedro Alves <palves@redhat.com>
10105
10106 * gdb.base/tui-layout.c: New file.
10107 * gdb.base/tui-layout.exp: New file.
10108
10109 2017-03-07 Pedro Alves <palves@redhat.com>
10110
10111 * gdb.base/tui-layout.c: Rename to ...
10112 * gdb.base/tui-disasm-long-lines.c: ... this.
10113 * gdb.base/tui-layout.exp: Rename to ...
10114 * gdb.base/tui-disasm-long-lines.exp: ... this.
10115
10116 2017-03-07 Pedro Alves <palves@redhat.com>
10117
10118 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
10119
10120 2017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
10121
10122 * i386-mpx-call.c: New file.
10123 * i386-mpx-call.exp: New file.
10124
10125 2017-02-28 Peter Bergner <bergner@vnet.ibm.com>
10126
10127 * gdb.arch/powerpc-power.exp: Delete test.
10128 * gdb.arch/powerpc-power.s: Likewise.
10129 * gdb.disasm/disassembler-options.exp: New test.
10130 * gdb.arch/powerpc-altivec.exp: Likewise.
10131 * gdb.arch/powerpc-altivec.s: Likewise.
10132 * gdb.arch/powerpc-altivec2.exp: Likewise.
10133 * gdb.arch/powerpc-altivec2.s: Likewise.
10134 * gdb.arch/powerpc-altivec3.exp: Likewise.
10135 * gdb.arch/powerpc-altivec3.s: Likewise.
10136 * gdb.arch/powerpc-power7.exp: Likewise.
10137 * gdb.arch/powerpc-power7.s: Likewise.
10138 * gdb.arch/powerpc-power8.exp: Likewise.
10139 * gdb.arch/powerpc-power8.s: Likewise.
10140 * gdb.arch/powerpc-power9.exp: Likewise.
10141 * gdb.arch/powerpc-power9.s: Likewise.
10142 * gdb.arch/powerpc-vsx.exp: Likewise.
10143 * gdb.arch/powerpc-vsx.s: Likewise.
10144 * gdb.arch/powerpc-vsx2.exp: Likewise.
10145 * gdb.arch/powerpc-vsx2.s: Likewise.
10146 * gdb.arch/powerpc-vsx3.exp: Likewise.
10147 * gdb.arch/powerpc-vsx3.s: Likewise.
10148 * gdb.arch/arm-disassembler-options.exp: Likewise.
10149 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
10150 * gdb.arch/s390-disassembler-options.exp: Likewise.
10151
10152 2017-02-23 Luis Machado <lgustavo@codesourcery.com>
10153
10154 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
10155 (check_supported_features): ... this. Changed return type to void.
10156 (supports_rdseed): New static global.
10157 (rdseed): Check supports_rdseed.
10158 (initialize): Call check_supported_features.
10159
10160 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
10161
10162 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
10163 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
10164 and lqarx/stqcx.
10165 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
10166 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
10167
10168 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
10169
10170 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
10171 uppercase.
10172
10173 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10174
10175 * gdb.dwarf2/formdata16.c: New file.
10176 * gdb.dwarf2/formdata16.exp: New file.
10177 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
10178
10179 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10180
10181 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
10182 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
10183 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
10184 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
10185 DW_AT_GNU_*.
10186
10187 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10188
10189 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
10190
10191 2017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
10192
10193 PR gdb/21164
10194 * gdb.base/maint.exp: Add testcases for when the commands do
10195 not have arguments.
10196
10197 2017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
10198
10199 * gdb.cp/chained-calls.exp: Use p instead of P.
10200
10201 2017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
10202
10203 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
10204 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
10205
10206 2017-02-14 Tom Tromey <tom@tromey.com>
10207
10208 PR python/13598:
10209 * gdb.python/py-events.exp: Add before_prompt event tests.
10210
10211 2017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
10212
10213 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
10214
10215 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
10216
10217 * gdb.linespec/explicit.c (my_unique_function_name): New function.
10218 (main): Call my_unique_function_name.
10219 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
10220 completion of patterns with a single match.
10221 Add missing -re switches to gdb_test_multiple calls.
10222
10223 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
10224
10225 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
10226 return if core file is not recognized.
10227
10228 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
10229
10230 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
10231 and extra UIs.
10232
10233 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
10234
10235 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
10236 proc_with_prefix.
10237
10238 2017-02-10 Tom Tromey <tom@tromey.com>
10239
10240 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
10241
10242 2017-02-10 Martin Galvan <martingalvan@sourceware.org>
10243
10244 PR gdb/21122
10245 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
10246
10247 2017-02-08 Jerome Guitton <guitton@adacore.com>
10248
10249 * gdb.base/define.exp: Add test for command abbreviations
10250 in define.
10251
10252 2017-02-06 Luis Machado <lgustavo@codesourcery.com>
10253
10254 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
10255 * gdb.reverse/insn-reverse-x86.c: New file.
10256
10257 2017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
10258
10259 PR tdep/20936
10260 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
10261
10262 2017-02-03 Tom Tromey <tom@tromey.com>
10263
10264 PR rust/21097:
10265 * gdb.rust/simple.exp: Add new tests.
10266
10267 2017-02-02 Pedro Alves <palves@redhat.com>
10268
10269 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
10270 tests.
10271
10272 2017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
10273
10274 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
10275 taking a 2-byte value out of a 4-byte DWARF implicit value on
10276 big-endian targets.
10277 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
10278 logic. Add test cases for DW_OP_implicit.
10279
10280 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
10281
10282 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
10283
10284 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
10285
10286 * gdb.btrace/enable.exp: Call gdb_exit before
10287 skip_gdbserver_tests.
10288
10289 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
10290
10291 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
10292 GDBFLAGS.
10293
10294 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
10295
10296 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
10297 the test is skipped.
10298 * gdb.btrace/data.exp: Likewise.
10299 * gdb.btrace/delta.exp: Likewise.
10300 * gdb.btrace/dlopen.exp: Likewise.
10301 * gdb.btrace/enable-running.exp: Likewise.
10302 * gdb.btrace/enable.exp: Likewise.
10303 * gdb.btrace/exception.exp: Likewise.
10304 * gdb.btrace/function_call_history.exp: Likewise.
10305 * gdb.btrace/gcore.exp: Likewise.
10306 * gdb.btrace/instruction_history.exp: Likewise.
10307 * gdb.btrace/multi-thread-step.exp: Likewise.
10308 * gdb.btrace/nohist.exp: Likewise.
10309 * gdb.btrace/non-stop.exp: Likewise.
10310 * gdb.btrace/reconnect.exp: Likewise.
10311 * gdb.btrace/record_goto-step.exp: Likewise.
10312 * gdb.btrace/record_goto.exp: Likewise.
10313 * gdb.btrace/rn-dl-bind.exp: Likewise.
10314 * gdb.btrace/segv.exp: Likewise.
10315 * gdb.btrace/step.exp: Likewise.
10316 * gdb.btrace/stepi.exp: Likewise.
10317 * gdb.btrace/tailcall-only.exp: Likewise.
10318 * gdb.btrace/tailcall.exp: Likewise.
10319 * gdb.btrace/tsx.exp: Likewise.
10320 * gdb.btrace/unknown_functions.exp: Likewise.
10321 * gdb.btrace/vdso.exp: Likewise.
10322
10323 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
10324
10325 * gdb.btrace/enable-running.c: New.
10326 * gdb.btrace/enable-running.exp: New.
10327
10328 2017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
10329
10330 * gdb.arch/amd64-gs_base.c: New file.
10331 * gdb.arch/amd64-gs_base.exp: New file.
10332
10333 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
10334
10335 * lib/memory.exp: Remove spurious empty newlines.
10336
10337 2017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
10338
10339 * gdb.python/py-bad-printers.exp: Load python file using "source".
10340 * gdb.python/py-events.exp: Likewise.
10341 * gdb.python/py-evsignal.exp: Likewise.
10342 * gdb.python/py-evthreads.exp: Likewise.
10343 * gdb.python/py-frame-args.exp: Likewise.
10344 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
10345 * gdb.python/py-framefilter-mi.exp: Likewise.
10346 * gdb.python/py-framefilter.exp: Likewise.
10347 * gdb.python/py-mi.exp: Likewise.
10348 * gdb.python/py-pp-maint.exp: Likewise.
10349 * gdb.python/py-pp-registration.exp: Likewise.
10350 * gdb.python/py-prettyprint.exp: Likewise.
10351 (run_lang_tests): Likewise.
10352 * gdb.python/py-typeprint.exp: Likewise.
10353
10354 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
10355
10356 * lib/memory.exp: New file.
10357 * lib/gdb.exp: Load memory.exp.
10358 * gdb.base/memattr.exp (delete_memory): Move proc to
10359 lib/memory.exp and rename to delete_memory_regions.
10360 Replace delete_memory with delete_memory_regions.
10361 Cleanup memory regions before tests.
10362 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
10363 before tests.
10364
10365 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
10366
10367 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
10368 files.
10369 (initialize): New function conditionally defined.
10370 (testcases): Move within conditional block.
10371 (main): Call initialize.
10372 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
10373 of gdb.reverse/insn-reverse.c.
10374 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
10375 gdb.reverse/insn-reverse.c.
10376
10377 2017-01-26 Yao Qi <yao.qi@linaro.org>
10378
10379 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
10380 disassemble on address 0.
10381
10382 2017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
10383 Yao Qi <yao.qi@linaro.org>
10384
10385 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
10386 * gdb.dwarf2/implptr-64bit.S: Remove.
10387 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
10388 variables in caller's context. Add DW_OP_implicit_value.
10389
10390 2017-01-25 Yao Qi <yao.qi@linaro.org>
10391
10392 * lib/dwarf.exp (Dwarf::_location): Handle
10393 DW_OP_GNU_implicit_pointer with proper size.
10394
10395 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
10396
10397 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
10398 and add untested calls.
10399
10400 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
10401
10402 * gdb.python/python.exp: Check line number against what GDB thinks
10403 the line number is for func1.
10404
10405 2017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
10406
10407 * gdb.dlang/debug-expr.exp: New file.
10408
10409 2016-12-23 Luis Machado <lgustavo@codesourcery.com>
10410
10411 Fix test names for the following files:
10412
10413 * gdb.ada/exec_changed.exp
10414 * gdb.ada/info_types.exp
10415 * gdb.arch/aarch64-atomic-inst.exp
10416 * gdb.arch/aarch64-fp.exp
10417 * gdb.arch/altivec-abi.exp
10418 * gdb.arch/altivec-regs.exp
10419 * gdb.arch/amd64-byte.exp
10420 * gdb.arch/amd64-disp-step.exp
10421 * gdb.arch/amd64-dword.exp
10422 * gdb.arch/amd64-entry-value-inline.exp
10423 * gdb.arch/amd64-entry-value-param.exp
10424 * gdb.arch/amd64-entry-value-paramref.exp
10425 * gdb.arch/amd64-entry-value.exp
10426 * gdb.arch/amd64-i386-address.exp
10427 * gdb.arch/amd64-invalid-stack-middle.exp
10428 * gdb.arch/amd64-invalid-stack-top.exp
10429 * gdb.arch/amd64-optimout-repeat.exp
10430 * gdb.arch/amd64-prologue-skip.exp
10431 * gdb.arch/amd64-prologue-xmm.exp
10432 * gdb.arch/amd64-stap-special-operands.exp
10433 * gdb.arch/amd64-stap-wrong-subexp.exp
10434 * gdb.arch/amd64-tailcall-cxx.exp
10435 * gdb.arch/amd64-tailcall-noret.exp
10436 * gdb.arch/amd64-tailcall-ret.exp
10437 * gdb.arch/amd64-tailcall-self.exp
10438 * gdb.arch/amd64-word.exp
10439 * gdb.arch/arm-bl-branch-dest.exp
10440 * gdb.arch/arm-disp-step.exp
10441 * gdb.arch/arm-neon.exp
10442 * gdb.arch/arm-single-step-kernel-helper.exp
10443 * gdb.arch/avr-flash-qualifier.exp
10444 * gdb.arch/disp-step-insn-reloc.exp
10445 * gdb.arch/e500-abi.exp
10446 * gdb.arch/e500-regs.exp
10447 * gdb.arch/ftrace-insn-reloc.exp
10448 * gdb.arch/i386-avx512.exp
10449 * gdb.arch/i386-bp_permanent.exp
10450 * gdb.arch/i386-byte.exp
10451 * gdb.arch/i386-cfi-notcurrent.exp
10452 * gdb.arch/i386-disp-step.exp
10453 * gdb.arch/i386-dr3-watch.exp
10454 * gdb.arch/i386-float.exp
10455 * gdb.arch/i386-gnu-cfi.exp
10456 * gdb.arch/i386-mpx-map.exp
10457 * gdb.arch/i386-mpx-sigsegv.exp
10458 * gdb.arch/i386-mpx-simple_segv.exp
10459 * gdb.arch/i386-mpx.exp
10460 * gdb.arch/i386-permbkpt.exp
10461 * gdb.arch/i386-prologue.exp
10462 * gdb.arch/i386-signal.exp
10463 * gdb.arch/i386-size-overlap.exp
10464 * gdb.arch/i386-unwind.exp
10465 * gdb.arch/i386-word.exp
10466 * gdb.arch/mips-fcr.exp
10467 * gdb.arch/powerpc-d128-regs.exp
10468 * gdb.arch/powerpc-stackless.exp
10469 * gdb.arch/ppc64-atomic-inst.exp
10470 * gdb.arch/s390-stackless.exp
10471 * gdb.arch/s390-tdbregs.exp
10472 * gdb.arch/s390-vregs.exp
10473 * gdb.arch/sparc-sysstep.exp
10474 * gdb.arch/thumb-bx-pc.exp
10475 * gdb.arch/thumb-singlestep.exp
10476 * gdb.arch/thumb2-it.exp
10477 * gdb.arch/vsx-regs.exp
10478 * gdb.asm/asm-source.exp
10479 * gdb.base/a2-run.exp
10480 * gdb.base/advance.exp
10481 * gdb.base/all-bin.exp
10482 * gdb.base/anon.exp
10483 * gdb.base/args.exp
10484 * gdb.base/arithmet.exp
10485 * gdb.base/async-shell.exp
10486 * gdb.base/async.exp
10487 * gdb.base/attach-pie-noexec.exp
10488 * gdb.base/attach-twice.exp
10489 * gdb.base/auto-load.exp
10490 * gdb.base/bang.exp
10491 * gdb.base/bitfields.exp
10492 * gdb.base/break-always.exp
10493 * gdb.base/break-caller-line.exp
10494 * gdb.base/break-entry.exp
10495 * gdb.base/break-inline.exp
10496 * gdb.base/break-on-linker-gcd-function.exp
10497 * gdb.base/break-probes.exp
10498 * gdb.base/break.exp
10499 * gdb.base/breakpoint-shadow.exp
10500 * gdb.base/call-ar-st.exp
10501 * gdb.base/call-sc.exp
10502 * gdb.base/call-signal-resume.exp
10503 * gdb.base/call-strs.exp
10504 * gdb.base/callfuncs.exp
10505 * gdb.base/catch-fork-static.exp
10506 * gdb.base/catch-gdb-caused-signals.exp
10507 * gdb.base/catch-load.exp
10508 * gdb.base/catch-signal-fork.exp
10509 * gdb.base/catch-signal.exp
10510 * gdb.base/catch-syscall.exp
10511 * gdb.base/charset.exp
10512 * gdb.base/checkpoint.exp
10513 * gdb.base/chng-syms.exp
10514 * gdb.base/code-expr.exp
10515 * gdb.base/code_elim.exp
10516 * gdb.base/commands.exp
10517 * gdb.base/completion.exp
10518 * gdb.base/complex.exp
10519 * gdb.base/cond-expr.exp
10520 * gdb.base/condbreak.exp
10521 * gdb.base/consecutive.exp
10522 * gdb.base/continue-all-already-running.exp
10523 * gdb.base/coredump-filter.exp
10524 * gdb.base/corefile.exp
10525 * gdb.base/dbx.exp
10526 * gdb.base/debug-expr.exp
10527 * gdb.base/define.exp
10528 * gdb.base/del.exp
10529 * gdb.base/disabled-location.exp
10530 * gdb.base/disasm-end-cu.exp
10531 * gdb.base/disasm-optim.exp
10532 * gdb.base/display.exp
10533 * gdb.base/duplicate-bp.exp
10534 * gdb.base/ena-dis-br.exp
10535 * gdb.base/ending-run.exp
10536 * gdb.base/enumval.exp
10537 * gdb.base/environ.exp
10538 * gdb.base/eu-strip-infcall.exp
10539 * gdb.base/eval-avoid-side-effects.exp
10540 * gdb.base/eval-skip.exp
10541 * gdb.base/exitsignal.exp
10542 * gdb.base/expand-psymtabs.exp
10543 * gdb.base/filesym.exp
10544 * gdb.base/find-unmapped.exp
10545 * gdb.base/finish.exp
10546 * gdb.base/float.exp
10547 * gdb.base/foll-exec-mode.exp
10548 * gdb.base/foll-exec.exp
10549 * gdb.base/foll-fork.exp
10550 * gdb.base/fortran-sym-case.exp
10551 * gdb.base/freebpcmd.exp
10552 * gdb.base/func-ptr.exp
10553 * gdb.base/func-ptrs.exp
10554 * gdb.base/funcargs.exp
10555 * gdb.base/gcore-buffer-overflow.exp
10556 * gdb.base/gcore-relro-pie.exp
10557 * gdb.base/gcore-relro.exp
10558 * gdb.base/gcore.exp
10559 * gdb.base/gdb1090.exp
10560 * gdb.base/gdb11530.exp
10561 * gdb.base/gdb11531.exp
10562 * gdb.base/gdb1821.exp
10563 * gdb.base/gdbindex-stabs.exp
10564 * gdb.base/gdbvars.exp
10565 * gdb.base/hbreak.exp
10566 * gdb.base/hbreak2.exp
10567 * gdb.base/included.exp
10568 * gdb.base/infcall-input.exp
10569 * gdb.base/inferior-died.exp
10570 * gdb.base/infnan.exp
10571 * gdb.base/info-macros.exp
10572 * gdb.base/info-os.exp
10573 * gdb.base/info-proc.exp
10574 * gdb.base/info-shared.exp
10575 * gdb.base/info-target.exp
10576 * gdb.base/infoline.exp
10577 * gdb.base/interp.exp
10578 * gdb.base/interrupt.exp
10579 * gdb.base/jit-reader.exp
10580 * gdb.base/jit-simple.exp
10581 * gdb.base/kill-after-signal.exp
10582 * gdb.base/kill-detach-inferiors-cmd.exp
10583 * gdb.base/label.exp
10584 * gdb.base/langs.exp
10585 * gdb.base/ldbl_e308.exp
10586 * gdb.base/line-symtabs.exp
10587 * gdb.base/linespecs.exp
10588 * gdb.base/list.exp
10589 * gdb.base/long_long.exp
10590 * gdb.base/longest-types.exp
10591 * gdb.base/maint.exp
10592 * gdb.base/max-value-size.exp
10593 * gdb.base/memattr.exp
10594 * gdb.base/mips_pro.exp
10595 * gdb.base/morestack.exp
10596 * gdb.base/moribund-step.exp
10597 * gdb.base/multi-forks.exp
10598 * gdb.base/nested-addr.exp
10599 * gdb.base/nextoverexit.exp
10600 * gdb.base/noreturn-finish.exp
10601 * gdb.base/noreturn-return.exp
10602 * gdb.base/nostdlib.exp
10603 * gdb.base/offsets.exp
10604 * gdb.base/opaque.exp
10605 * gdb.base/pc-fp.exp
10606 * gdb.base/permissions.exp
10607 * gdb.base/print-symbol-loading.exp
10608 * gdb.base/prologue-include.exp
10609 * gdb.base/psymtab.exp
10610 * gdb.base/ptype.exp
10611 * gdb.base/random-signal.exp
10612 * gdb.base/randomize.exp
10613 * gdb.base/range-stepping.exp
10614 * gdb.base/readline-ask.exp
10615 * gdb.base/recpar.exp
10616 * gdb.base/recurse.exp
10617 * gdb.base/relational.exp
10618 * gdb.base/restore.exp
10619 * gdb.base/return-nodebug.exp
10620 * gdb.base/return.exp
10621 * gdb.base/run-after-attach.exp
10622 * gdb.base/save-bp.exp
10623 * gdb.base/scope.exp
10624 * gdb.base/sect-cmd.exp
10625 * gdb.base/set-lang-auto.exp
10626 * gdb.base/set-noassign.exp
10627 * gdb.base/setvar.exp
10628 * gdb.base/sigall.exp
10629 * gdb.base/sigbpt.exp
10630 * gdb.base/siginfo-addr.exp
10631 * gdb.base/siginfo-infcall.exp
10632 * gdb.base/siginfo-obj.exp
10633 * gdb.base/siginfo.exp
10634 * gdb.base/signals-state-child.exp
10635 * gdb.base/signest.exp
10636 * gdb.base/sigstep.exp
10637 * gdb.base/sizeof.exp
10638 * gdb.base/skip.exp
10639 * gdb.base/solib-corrupted.exp
10640 * gdb.base/solib-nodir.exp
10641 * gdb.base/solib-search.exp
10642 * gdb.base/stack-checking.exp
10643 * gdb.base/stale-infcall.exp
10644 * gdb.base/stap-probe.exp
10645 * gdb.base/start.exp
10646 * gdb.base/step-break.exp
10647 * gdb.base/step-bt.exp
10648 * gdb.base/step-line.exp
10649 * gdb.base/step-over-exit.exp
10650 * gdb.base/step-over-syscall.exp
10651 * gdb.base/step-resume-infcall.exp
10652 * gdb.base/step-test.exp
10653 * gdb.base/store.exp
10654 * gdb.base/structs3.exp
10655 * gdb.base/sym-file.exp
10656 * gdb.base/symbol-without-target_section.exp
10657 * gdb.base/term.exp
10658 * gdb.base/testenv.exp
10659 * gdb.base/ui-redirect.exp
10660 * gdb.base/until.exp
10661 * gdb.base/unwindonsignal.exp
10662 * gdb.base/value-double-free.exp
10663 * gdb.base/vla-datatypes.exp
10664 * gdb.base/vla-ptr.exp
10665 * gdb.base/vla-sideeffect.exp
10666 * gdb.base/volatile.exp
10667 * gdb.base/watch-cond-infcall.exp
10668 * gdb.base/watch-cond.exp
10669 * gdb.base/watch-non-mem.exp
10670 * gdb.base/watch-read.exp
10671 * gdb.base/watch-vfork.exp
10672 * gdb.base/watchpoint-cond-gone.exp
10673 * gdb.base/watchpoint-delete.exp
10674 * gdb.base/watchpoint-hw-hit-once.exp
10675 * gdb.base/watchpoint-hw.exp
10676 * gdb.base/watchpoint-stops-at-right-insn.exp
10677 * gdb.base/watchpoints.exp
10678 * gdb.base/wchar.exp
10679 * gdb.base/whatis-exp.exp
10680 * gdb.btrace/buffer-size.exp
10681 * gdb.btrace/data.exp
10682 * gdb.btrace/delta.exp
10683 * gdb.btrace/dlopen.exp
10684 * gdb.btrace/enable.exp
10685 * gdb.btrace/exception.exp
10686 * gdb.btrace/function_call_history.exp
10687 * gdb.btrace/gcore.exp
10688 * gdb.btrace/instruction_history.exp
10689 * gdb.btrace/nohist.exp
10690 * gdb.btrace/reconnect.exp
10691 * gdb.btrace/record_goto-step.exp
10692 * gdb.btrace/record_goto.exp
10693 * gdb.btrace/rn-dl-bind.exp
10694 * gdb.btrace/segv.exp
10695 * gdb.btrace/step.exp
10696 * gdb.btrace/stepi.exp
10697 * gdb.btrace/tailcall-only.exp
10698 * gdb.btrace/tailcall.exp
10699 * gdb.btrace/tsx.exp
10700 * gdb.btrace/unknown_functions.exp
10701 * gdb.btrace/vdso.exp
10702 * gdb.compile/compile-ifunc.exp
10703 * gdb.compile/compile-ops.exp
10704 * gdb.compile/compile-print.exp
10705 * gdb.compile/compile-setjmp.exp
10706 * gdb.cp/abstract-origin.exp
10707 * gdb.cp/ambiguous.exp
10708 * gdb.cp/annota2.exp
10709 * gdb.cp/annota3.exp
10710 * gdb.cp/anon-ns.exp
10711 * gdb.cp/anon-struct.exp
10712 * gdb.cp/anon-union.exp
10713 * gdb.cp/arg-reference.exp
10714 * gdb.cp/baseenum.exp
10715 * gdb.cp/bool.exp
10716 * gdb.cp/breakpoint.exp
10717 * gdb.cp/bs15503.exp
10718 * gdb.cp/call-c.exp
10719 * gdb.cp/casts.exp
10720 * gdb.cp/chained-calls.exp
10721 * gdb.cp/class2.exp
10722 * gdb.cp/classes.exp
10723 * gdb.cp/cmpd-minsyms.exp
10724 * gdb.cp/converts.exp
10725 * gdb.cp/cp-relocate.exp
10726 * gdb.cp/cpcompletion.exp
10727 * gdb.cp/cpexprs.exp
10728 * gdb.cp/cplabel.exp
10729 * gdb.cp/cplusfuncs.exp
10730 * gdb.cp/cpsizeof.exp
10731 * gdb.cp/ctti.exp
10732 * gdb.cp/derivation.exp
10733 * gdb.cp/destrprint.exp
10734 * gdb.cp/dispcxx.exp
10735 * gdb.cp/enum-class.exp
10736 * gdb.cp/exception.exp
10737 * gdb.cp/exceptprint.exp
10738 * gdb.cp/expand-psymtabs-cxx.exp
10739 * gdb.cp/expand-sals.exp
10740 * gdb.cp/extern-c.exp
10741 * gdb.cp/filename.exp
10742 * gdb.cp/formatted-ref.exp
10743 * gdb.cp/fpointer.exp
10744 * gdb.cp/gdb1355.exp
10745 * gdb.cp/gdb2495.exp
10746 * gdb.cp/hang.exp
10747 * gdb.cp/impl-this.exp
10748 * gdb.cp/infcall-dlopen.exp
10749 * gdb.cp/inherit.exp
10750 * gdb.cp/iostream.exp
10751 * gdb.cp/koenig.exp
10752 * gdb.cp/local.exp
10753 * gdb.cp/m-data.exp
10754 * gdb.cp/m-static.exp
10755 * gdb.cp/mb-ctor.exp
10756 * gdb.cp/mb-inline.exp
10757 * gdb.cp/mb-templates.exp
10758 * gdb.cp/member-name.exp
10759 * gdb.cp/member-ptr.exp
10760 * gdb.cp/meth-typedefs.exp
10761 * gdb.cp/method.exp
10762 * gdb.cp/method2.exp
10763 * gdb.cp/minsym-fallback.exp
10764 * gdb.cp/misc.exp
10765 * gdb.cp/namelessclass.exp
10766 * gdb.cp/namespace-enum.exp
10767 * gdb.cp/namespace-nested-import.exp
10768 * gdb.cp/namespace.exp
10769 * gdb.cp/nextoverthrow.exp
10770 * gdb.cp/no-dmgl-verbose.exp
10771 * gdb.cp/non-trivial-retval.exp
10772 * gdb.cp/noparam.exp
10773 * gdb.cp/nsdecl.exp
10774 * gdb.cp/nsimport.exp
10775 * gdb.cp/nsnested.exp
10776 * gdb.cp/nsnoimports.exp
10777 * gdb.cp/nsrecurs.exp
10778 * gdb.cp/nsstress.exp
10779 * gdb.cp/nsusing.exp
10780 * gdb.cp/operator.exp
10781 * gdb.cp/oranking.exp
10782 * gdb.cp/overload-const.exp
10783 * gdb.cp/overload.exp
10784 * gdb.cp/ovldbreak.exp
10785 * gdb.cp/ovsrch.exp
10786 * gdb.cp/paren-type.exp
10787 * gdb.cp/parse-lang.exp
10788 * gdb.cp/pass-by-ref.exp
10789 * gdb.cp/pr-1023.exp
10790 * gdb.cp/pr-1210.exp
10791 * gdb.cp/pr-574.exp
10792 * gdb.cp/pr10687.exp
10793 * gdb.cp/pr12028.exp
10794 * gdb.cp/pr17132.exp
10795 * gdb.cp/pr17494.exp
10796 * gdb.cp/pr9067.exp
10797 * gdb.cp/pr9167.exp
10798 * gdb.cp/pr9631.exp
10799 * gdb.cp/printmethod.exp
10800 * gdb.cp/psmang.exp
10801 * gdb.cp/psymtab-parameter.exp
10802 * gdb.cp/ptype-cv-cp.exp
10803 * gdb.cp/ptype-flags.exp
10804 * gdb.cp/re-set-overloaded.exp
10805 * gdb.cp/ref-types.exp
10806 * gdb.cp/rtti.exp
10807 * gdb.cp/scope-err.exp
10808 * gdb.cp/shadow.exp
10809 * gdb.cp/smartp.exp
10810 * gdb.cp/static-method.exp
10811 * gdb.cp/static-print-quit.exp
10812 * gdb.cp/temargs.exp
10813 * gdb.cp/templates.exp
10814 * gdb.cp/try_catch.exp
10815 * gdb.cp/typedef-operator.exp
10816 * gdb.cp/typeid.exp
10817 * gdb.cp/userdef.exp
10818 * gdb.cp/using-crash.exp
10819 * gdb.cp/var-tag.exp
10820 * gdb.cp/virtbase.exp
10821 * gdb.cp/virtfunc.exp
10822 * gdb.cp/virtfunc2.exp
10823 * gdb.cp/vla-cxx.exp
10824 * gdb.disasm/t01_mov.exp
10825 * gdb.disasm/t02_mova.exp
10826 * gdb.disasm/t03_add.exp
10827 * gdb.disasm/t04_sub.exp
10828 * gdb.disasm/t05_cmp.exp
10829 * gdb.disasm/t06_ari2.exp
10830 * gdb.disasm/t07_ari3.exp
10831 * gdb.disasm/t08_or.exp
10832 * gdb.disasm/t09_xor.exp
10833 * gdb.disasm/t10_and.exp
10834 * gdb.disasm/t11_logs.exp
10835 * gdb.disasm/t12_bit.exp
10836 * gdb.disasm/t13_otr.exp
10837 * gdb.dlang/circular.exp
10838 * gdb.dwarf2/arr-stride.exp
10839 * gdb.dwarf2/arr-subrange.exp
10840 * gdb.dwarf2/atomic-type.exp
10841 * gdb.dwarf2/bad-regnum.exp
10842 * gdb.dwarf2/bitfield-parent-optimized-out.exp
10843 * gdb.dwarf2/callframecfa.exp
10844 * gdb.dwarf2/clztest.exp
10845 * gdb.dwarf2/corrupt.exp
10846 * gdb.dwarf2/data-loc.exp
10847 * gdb.dwarf2/dup-psym.exp
10848 * gdb.dwarf2/dw2-anon-mptr.exp
10849 * gdb.dwarf2/dw2-anonymous-func.exp
10850 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
10851 * gdb.dwarf2/dw2-bad-unresolved.exp
10852 * gdb.dwarf2/dw2-basic.exp
10853 * gdb.dwarf2/dw2-canonicalize-type.exp
10854 * gdb.dwarf2/dw2-case-insensitive.exp
10855 * gdb.dwarf2/dw2-common-block.exp
10856 * gdb.dwarf2/dw2-compdir-oldgcc.exp
10857 * gdb.dwarf2/dw2-compressed.exp
10858 * gdb.dwarf2/dw2-const.exp
10859 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
10860 * gdb.dwarf2/dw2-cu-size.exp
10861 * gdb.dwarf2/dw2-dup-frame.exp
10862 * gdb.dwarf2/dw2-entry-value.exp
10863 * gdb.dwarf2/dw2-icycle.exp
10864 * gdb.dwarf2/dw2-ifort-parameter.exp
10865 * gdb.dwarf2/dw2-inline-break.exp
10866 * gdb.dwarf2/dw2-inline-param.exp
10867 * gdb.dwarf2/dw2-intercu.exp
10868 * gdb.dwarf2/dw2-intermix.exp
10869 * gdb.dwarf2/dw2-lexical-block-bare.exp
10870 * gdb.dwarf2/dw2-linkage-name-trust.exp
10871 * gdb.dwarf2/dw2-minsym-in-cu.exp
10872 * gdb.dwarf2/dw2-noloc.exp
10873 * gdb.dwarf2/dw2-op-call.exp
10874 * gdb.dwarf2/dw2-op-out-param.exp
10875 * gdb.dwarf2/dw2-opt-structptr.exp
10876 * gdb.dwarf2/dw2-param-error.exp
10877 * gdb.dwarf2/dw2-producer.exp
10878 * gdb.dwarf2/dw2-ranges-base.exp
10879 * gdb.dwarf2/dw2-ref-missing-frame.exp
10880 * gdb.dwarf2/dw2-reg-undefined.exp
10881 * gdb.dwarf2/dw2-regno-invalid.exp
10882 * gdb.dwarf2/dw2-restore.exp
10883 * gdb.dwarf2/dw2-restrict.exp
10884 * gdb.dwarf2/dw2-single-line-discriminators.exp
10885 * gdb.dwarf2/dw2-strp.exp
10886 * gdb.dwarf2/dw2-undefined-ret-addr.exp
10887 * gdb.dwarf2/dw2-unresolved.exp
10888 * gdb.dwarf2/dw2-var-zero-addr.exp
10889 * gdb.dwarf2/dw4-sig-types.exp
10890 * gdb.dwarf2/dwz.exp
10891 * gdb.dwarf2/dynarr-ptr.exp
10892 * gdb.dwarf2/enum-type.exp
10893 * gdb.dwarf2/gdb-index.exp
10894 * gdb.dwarf2/implptr-64bit.exp
10895 * gdb.dwarf2/implptr-optimized-out.exp
10896 * gdb.dwarf2/implptr.exp
10897 * gdb.dwarf2/implref-array.exp
10898 * gdb.dwarf2/implref-const.exp
10899 * gdb.dwarf2/implref-global.exp
10900 * gdb.dwarf2/implref-struct.exp
10901 * gdb.dwarf2/mac-fileno.exp
10902 * gdb.dwarf2/main-subprogram.exp
10903 * gdb.dwarf2/member-ptr-forwardref.exp
10904 * gdb.dwarf2/method-ptr.exp
10905 * gdb.dwarf2/missing-sig-type.exp
10906 * gdb.dwarf2/nonvar-access.exp
10907 * gdb.dwarf2/opaque-type-lookup.exp
10908 * gdb.dwarf2/pieces-optimized-out.exp
10909 * gdb.dwarf2/pieces.exp
10910 * gdb.dwarf2/pr10770.exp
10911 * gdb.dwarf2/pr13961.exp
10912 * gdb.dwarf2/staticvirtual.exp
10913 * gdb.dwarf2/subrange.exp
10914 * gdb.dwarf2/symtab-producer.exp
10915 * gdb.dwarf2/trace-crash.exp
10916 * gdb.dwarf2/typeddwarf.exp
10917 * gdb.dwarf2/valop.exp
10918 * gdb.dwarf2/watch-notconst.exp
10919 * gdb.fortran/array-element.exp
10920 * gdb.fortran/charset.exp
10921 * gdb.fortran/common-block.exp
10922 * gdb.fortran/complex.exp
10923 * gdb.fortran/derived-type-function.exp
10924 * gdb.fortran/derived-type.exp
10925 * gdb.fortran/logical.exp
10926 * gdb.fortran/module.exp
10927 * gdb.fortran/multi-dim.exp
10928 * gdb.fortran/nested-funcs.exp
10929 * gdb.fortran/print-formatted.exp
10930 * gdb.fortran/subarray.exp
10931 * gdb.fortran/vla-alloc-assoc.exp
10932 * gdb.fortran/vla-datatypes.exp
10933 * gdb.fortran/vla-history.exp
10934 * gdb.fortran/vla-ptr-info.exp
10935 * gdb.fortran/vla-ptype-sub.exp
10936 * gdb.fortran/vla-ptype.exp
10937 * gdb.fortran/vla-sizeof.exp
10938 * gdb.fortran/vla-type.exp
10939 * gdb.fortran/vla-value-sub-arbitrary.exp
10940 * gdb.fortran/vla-value-sub-finish.exp
10941 * gdb.fortran/vla-value-sub.exp
10942 * gdb.fortran/vla-value.exp
10943 * gdb.fortran/whatis_type.exp
10944 * gdb.go/chan.exp
10945 * gdb.go/handcall.exp
10946 * gdb.go/hello.exp
10947 * gdb.go/integers.exp
10948 * gdb.go/methods.exp
10949 * gdb.go/package.exp
10950 * gdb.go/strings.exp
10951 * gdb.go/types.exp
10952 * gdb.go/unsafe.exp
10953 * gdb.guile/scm-arch.exp
10954 * gdb.guile/scm-block.exp
10955 * gdb.guile/scm-breakpoint.exp
10956 * gdb.guile/scm-cmd.exp
10957 * gdb.guile/scm-disasm.exp
10958 * gdb.guile/scm-equal.exp
10959 * gdb.guile/scm-frame-args.exp
10960 * gdb.guile/scm-frame-inline.exp
10961 * gdb.guile/scm-frame.exp
10962 * gdb.guile/scm-iterator.exp
10963 * gdb.guile/scm-math.exp
10964 * gdb.guile/scm-objfile.exp
10965 * gdb.guile/scm-ports.exp
10966 * gdb.guile/scm-symbol.exp
10967 * gdb.guile/scm-symtab.exp
10968 * gdb.guile/scm-value-cc.exp
10969 * gdb.guile/types-module.exp
10970 * gdb.linespec/break-ask.exp
10971 * gdb.linespec/cpexplicit.exp
10972 * gdb.linespec/explicit.exp
10973 * gdb.linespec/keywords.exp
10974 * gdb.linespec/linespec.exp
10975 * gdb.linespec/ls-dollar.exp
10976 * gdb.linespec/ls-errs.exp
10977 * gdb.linespec/skip-two.exp
10978 * gdb.linespec/thread.exp
10979 * gdb.mi/mi-async.exp
10980 * gdb.mi/mi-basics.exp
10981 * gdb.mi/mi-break.exp
10982 * gdb.mi/mi-catch-load.exp
10983 * gdb.mi/mi-cli.exp
10984 * gdb.mi/mi-cmd-param-changed.exp
10985 * gdb.mi/mi-console.exp
10986 * gdb.mi/mi-detach.exp
10987 * gdb.mi/mi-disassemble.exp
10988 * gdb.mi/mi-eval.exp
10989 * gdb.mi/mi-file-transfer.exp
10990 * gdb.mi/mi-file.exp
10991 * gdb.mi/mi-fill-memory.exp
10992 * gdb.mi/mi-inheritance-syntax-error.exp
10993 * gdb.mi/mi-linespec-err-cp.exp
10994 * gdb.mi/mi-logging.exp
10995 * gdb.mi/mi-memory-changed.exp
10996 * gdb.mi/mi-read-memory.exp
10997 * gdb.mi/mi-record-changed.exp
10998 * gdb.mi/mi-reg-undefined.exp
10999 * gdb.mi/mi-regs.exp
11000 * gdb.mi/mi-return.exp
11001 * gdb.mi/mi-reverse.exp
11002 * gdb.mi/mi-simplerun.exp
11003 * gdb.mi/mi-solib.exp
11004 * gdb.mi/mi-stack.exp
11005 * gdb.mi/mi-stepi.exp
11006 * gdb.mi/mi-syn-frame.exp
11007 * gdb.mi/mi-until.exp
11008 * gdb.mi/mi-var-block.exp
11009 * gdb.mi/mi-var-child.exp
11010 * gdb.mi/mi-var-cmd.exp
11011 * gdb.mi/mi-var-cp.exp
11012 * gdb.mi/mi-var-display.exp
11013 * gdb.mi/mi-var-invalidate.exp
11014 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
11015 * gdb.mi/mi-vla-fortran.exp
11016 * gdb.mi/mi-watch.exp
11017 * gdb.mi/mi2-var-child.exp
11018 * gdb.mi/user-selected-context-sync.exp
11019 * gdb.modula2/unbounded-array.exp
11020 * gdb.multi/dummy-frame-restore.exp
11021 * gdb.multi/multi-arch-exec.exp
11022 * gdb.multi/multi-arch.exp
11023 * gdb.multi/tids.exp
11024 * gdb.multi/watchpoint-multi.exp
11025 * gdb.opencl/callfuncs.exp
11026 * gdb.opencl/convs_casts.exp
11027 * gdb.opencl/datatypes.exp
11028 * gdb.opencl/operators.exp
11029 * gdb.opencl/vec_comps.exp
11030 * gdb.opt/clobbered-registers-O2.exp
11031 * gdb.opt/inline-break.exp
11032 * gdb.opt/inline-bt.exp
11033 * gdb.opt/inline-cmds.exp
11034 * gdb.opt/inline-locals.exp
11035 * gdb.pascal/case-insensitive-symbols.exp
11036 * gdb.pascal/floats.exp
11037 * gdb.pascal/gdb11492.exp
11038 * gdb.python/lib-types.exp
11039 * gdb.python/py-arch.exp
11040 * gdb.python/py-as-string.exp
11041 * gdb.python/py-bad-printers.exp
11042 * gdb.python/py-block.exp
11043 * gdb.python/py-breakpoint-create-fail.exp
11044 * gdb.python/py-breakpoint.exp
11045 * gdb.python/py-caller-is.exp
11046 * gdb.python/py-cmd.exp
11047 * gdb.python/py-explore-cc.exp
11048 * gdb.python/py-explore.exp
11049 * gdb.python/py-finish-breakpoint.exp
11050 * gdb.python/py-finish-breakpoint2.exp
11051 * gdb.python/py-frame-args.exp
11052 * gdb.python/py-frame-inline.exp
11053 * gdb.python/py-frame.exp
11054 * gdb.python/py-framefilter-mi.exp
11055 * gdb.python/py-infthread.exp
11056 * gdb.python/py-lazy-string.exp
11057 * gdb.python/py-linetable.exp
11058 * gdb.python/py-mi-events.exp
11059 * gdb.python/py-mi-objfile.exp
11060 * gdb.python/py-mi.exp
11061 * gdb.python/py-objfile.exp
11062 * gdb.python/py-pp-integral.exp
11063 * gdb.python/py-pp-maint.exp
11064 * gdb.python/py-pp-re-notag.exp
11065 * gdb.python/py-pp-registration.exp
11066 * gdb.python/py-recurse-unwind.exp
11067 * gdb.python/py-strfns.exp
11068 * gdb.python/py-symbol.exp
11069 * gdb.python/py-symtab.exp
11070 * gdb.python/py-sync-interp.exp
11071 * gdb.python/py-typeprint.exp
11072 * gdb.python/py-unwind-maint.exp
11073 * gdb.python/py-unwind.exp
11074 * gdb.python/py-value-cc.exp
11075 * gdb.python/py-xmethods.exp
11076 * gdb.reverse/amd64-tailcall-reverse.exp
11077 * gdb.reverse/break-precsave.exp
11078 * gdb.reverse/break-reverse.exp
11079 * gdb.reverse/consecutive-precsave.exp
11080 * gdb.reverse/consecutive-reverse.exp
11081 * gdb.reverse/finish-precsave.exp
11082 * gdb.reverse/finish-reverse-bkpt.exp
11083 * gdb.reverse/finish-reverse.exp
11084 * gdb.reverse/fstatat-reverse.exp
11085 * gdb.reverse/getresuid-reverse.exp
11086 * gdb.reverse/i386-precsave.exp
11087 * gdb.reverse/i386-reverse.exp
11088 * gdb.reverse/i386-sse-reverse.exp
11089 * gdb.reverse/i387-env-reverse.exp
11090 * gdb.reverse/i387-stack-reverse.exp
11091 * gdb.reverse/insn-reverse.exp
11092 * gdb.reverse/machinestate-precsave.exp
11093 * gdb.reverse/machinestate.exp
11094 * gdb.reverse/next-reverse-bkpt-over-sr.exp
11095 * gdb.reverse/pipe-reverse.exp
11096 * gdb.reverse/readv-reverse.exp
11097 * gdb.reverse/recvmsg-reverse.exp
11098 * gdb.reverse/rerun-prec.exp
11099 * gdb.reverse/s390-mvcle.exp
11100 * gdb.reverse/step-precsave.exp
11101 * gdb.reverse/step-reverse.exp
11102 * gdb.reverse/time-reverse.exp
11103 * gdb.reverse/until-precsave.exp
11104 * gdb.reverse/until-reverse.exp
11105 * gdb.reverse/waitpid-reverse.exp
11106 * gdb.reverse/watch-precsave.exp
11107 * gdb.reverse/watch-reverse.exp
11108 * gdb.rust/generics.exp
11109 * gdb.rust/methods.exp
11110 * gdb.rust/modules.exp
11111 * gdb.rust/simple.exp
11112 * gdb.server/connect-with-no-symbol-file.exp
11113 * gdb.server/ext-attach.exp
11114 * gdb.server/ext-restart.exp
11115 * gdb.server/ext-wrapper.exp
11116 * gdb.server/file-transfer.exp
11117 * gdb.server/server-exec-info.exp
11118 * gdb.server/server-kill.exp
11119 * gdb.server/server-mon.exp
11120 * gdb.server/wrapper.exp
11121 * gdb.stabs/exclfwd.exp
11122 * gdb.stabs/gdb11479.exp
11123 * gdb.threads/clone-new-thread-event.exp
11124 * gdb.threads/corethreads.exp
11125 * gdb.threads/current-lwp-dead.exp
11126 * gdb.threads/dlopen-libpthread.exp
11127 * gdb.threads/gcore-thread.exp
11128 * gdb.threads/sigstep-threads.exp
11129 * gdb.threads/watchpoint-fork.exp
11130 * gdb.trace/actions-changed.exp
11131 * gdb.trace/backtrace.exp
11132 * gdb.trace/change-loc.exp
11133 * gdb.trace/circ.exp
11134 * gdb.trace/collection.exp
11135 * gdb.trace/disconnected-tracing.exp
11136 * gdb.trace/ftrace.exp
11137 * gdb.trace/mi-trace-frame-collected.exp
11138 * gdb.trace/mi-trace-unavailable.exp
11139 * gdb.trace/mi-traceframe-changed.exp
11140 * gdb.trace/mi-tsv-changed.exp
11141 * gdb.trace/no-attach-trace.exp
11142 * gdb.trace/passc-dyn.exp
11143 * gdb.trace/qtro.exp
11144 * gdb.trace/range-stepping.exp
11145 * gdb.trace/read-memory.exp
11146 * gdb.trace/save-trace.exp
11147 * gdb.trace/signal.exp
11148 * gdb.trace/status-stop.exp
11149 * gdb.trace/tfile.exp
11150 * gdb.trace/trace-break.exp
11151 * gdb.trace/trace-buffer-size.exp
11152 * gdb.trace/trace-condition.exp
11153 * gdb.trace/tracefile-pseudo-reg.exp
11154 * gdb.trace/tstatus.exp
11155 * gdb.trace/unavailable.exp
11156 * gdb.trace/while-dyn.exp
11157 * gdb.trace/while-stepping.exp
11158
11159 2016-12-22 Doug Evans <xdje42@gmail.com>
11160
11161 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
11162 and msymbols.
11163
11164 2016-12-19 Yao Qi <yao.qi@linaro.org>
11165
11166 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
11167 (test_with_self): Don't call do_steps_and_nexts, and remove
11168 code about stepping into xmalloc.
11169
11170 2016-12-09 Yao Qi <yao.qi@linaro.org>
11171
11172 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
11173
11174 2016-12-09 Yao Qi <yao.qi@linaro.org>
11175
11176 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
11177
11178 2016-12-09 Pedro Alves <palves@redhat.com>
11179
11180 * gdb.base/all-architectures-0.exp: New file.
11181 * gdb.base/all-architectures-1.exp: New file.
11182 * gdb.base/all-architectures-2.exp: New file.
11183 * gdb.base/all-architectures-3.exp: New file.
11184 * gdb.base/all-architectures-4.exp: New file.
11185 * gdb.base/all-architectures-5.exp: New file.
11186 * gdb.base/all-architectures-6.exp: New file.
11187 * gdb.base/all-architectures-7.exp: New file.
11188 * gdb.base/all-architectures.exp.in: New file.
11189
11190 2016-12-09 Yao Qi <yao.qi@linaro.org>
11191
11192 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
11193
11194 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
11195
11196 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
11197 possible.
11198 Remove useless pattern-matching code.
11199
11200 2016-12-02 Pedro Alves <palves@redhat.com>
11201
11202 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
11203 procedure.
11204 (top level): Call it.
11205
11206 2016-12-02 Pedro Alves <palves@redhat.com>
11207
11208 * gdb.base/commands.exp (user_defined_command_args_stack_test):
11209 New procedure.
11210 (top level): Call it.
11211
11212 2016-12-02 Pedro Alves <palves@redhat.com>
11213
11214 PR cli/20559
11215 * gdb.base/commands.exp (user_defined_command_args_eval): New
11216 procedure.
11217 (top level): Call it.
11218
11219 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
11220
11221 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
11222 timeout handling.
11223
11224 2016-12-02 Tom Tromey <tom@tromey.com>
11225
11226 * gdb.dwarf2/main-subprogram.c: New file.
11227 * gdb.dwarf2/main-subprogram.exp: New file.
11228
11229 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
11230
11231 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
11232 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
11233 gdb_test_no_output for a couple of cases.
11234 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
11235
11236 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
11237
11238 Fix test names and standardize compilation error messages throughout
11239 the following files:
11240
11241 * gdb.ada/start.exp
11242 * gdb.arch/alpha-step.exp
11243 * gdb.arch/e500-prologue.exp
11244 * gdb.arch/ftrace-insn-reloc.exp
11245 * gdb.arch/gdb1291.exp
11246 * gdb.arch/gdb1431.exp
11247 * gdb.arch/gdb1558.exp
11248 * gdb.arch/i386-dr3-watch.exp
11249 * gdb.arch/i386-sse-stack-align.exp
11250 * gdb.arch/ia64-breakpoint-shadow.exp
11251 * gdb.arch/pa-nullify.exp
11252 * gdb.arch/powerpc-aix-prologue.exp
11253 * gdb.arch/thumb-bx-pc.exp
11254 * gdb.base/annota1.exp
11255 * gdb.base/annota3.exp
11256 * gdb.base/arrayidx.exp
11257 * gdb.base/assign.exp
11258 * gdb.base/attach.exp
11259 * gdb.base/auxv.exp
11260 * gdb.base/bang.exp
11261 * gdb.base/bfp-test.exp
11262 * gdb.base/bigcore.exp
11263 * gdb.base/bitfields2.exp
11264 * gdb.base/break-fun-addr.exp
11265 * gdb.base/break-probes.exp
11266 * gdb.base/call-rt-st.exp
11267 * gdb.base/callexit.exp
11268 * gdb.base/catch-fork-kill.exp
11269 * gdb.base/charset.exp
11270 * gdb.base/checkpoint.exp
11271 * gdb.base/comprdebug.exp
11272 * gdb.base/constvars.exp
11273 * gdb.base/coredump-filter.exp
11274 * gdb.base/cursal.exp
11275 * gdb.base/cvexpr.exp
11276 * gdb.base/detach.exp
11277 * gdb.base/display.exp
11278 * gdb.base/dmsym.exp
11279 * gdb.base/dprintf-pending.exp
11280 * gdb.base/dso2dso.exp
11281 * gdb.base/dtrace-probe.exp
11282 * gdb.base/dump.exp
11283 * gdb.base/enum_cond.exp
11284 * gdb.base/exe-lock.exp
11285 * gdb.base/exec-invalid-sysroot.exp
11286 * gdb.base/execl-update-breakpoints.exp
11287 * gdb.base/exprs.exp
11288 * gdb.base/fileio.exp
11289 * gdb.base/find.exp
11290 * gdb.base/finish.exp
11291 * gdb.base/fixsection.exp
11292 * gdb.base/foll-vfork.exp
11293 * gdb.base/frame-args.exp
11294 * gdb.base/gcore.exp
11295 * gdb.base/gdb1250.exp
11296 * gdb.base/global-var-nested-by-dso.exp
11297 * gdb.base/gnu-ifunc.exp
11298 * gdb.base/hashline1.exp
11299 * gdb.base/hashline2.exp
11300 * gdb.base/hashline3.exp
11301 * gdb.base/hbreak-in-shr-unsupported.exp
11302 * gdb.base/huge.exp
11303 * gdb.base/infcall-input.exp
11304 * gdb.base/info-fun.exp
11305 * gdb.base/info-shared.exp
11306 * gdb.base/jit-simple.exp
11307 * gdb.base/jit-so.exp
11308 * gdb.base/jit.exp
11309 * gdb.base/jump.exp
11310 * gdb.base/label.exp
11311 * gdb.base/lineinc.exp
11312 * gdb.base/logical.exp
11313 * gdb.base/longjmp.exp
11314 * gdb.base/macscp.exp
11315 * gdb.base/miscexprs.exp
11316 * gdb.base/new-ui-echo.exp
11317 * gdb.base/new-ui-pending-input.exp
11318 * gdb.base/new-ui.exp
11319 * gdb.base/nodebug.exp
11320 * gdb.base/nofield.exp
11321 * gdb.base/offsets.exp
11322 * gdb.base/overlays.exp
11323 * gdb.base/pending.exp
11324 * gdb.base/pointers.exp
11325 * gdb.base/pr11022.exp
11326 * gdb.base/printcmds.exp
11327 * gdb.base/prologue.exp
11328 * gdb.base/ptr-typedef.exp
11329 * gdb.base/realname-expand.exp
11330 * gdb.base/relativedebug.exp
11331 * gdb.base/relocate.exp
11332 * gdb.base/remote.exp
11333 * gdb.base/reread.exp
11334 * gdb.base/return2.exp
11335 * gdb.base/savedregs.exp
11336 * gdb.base/sep.exp
11337 * gdb.base/sepdebug.exp
11338 * gdb.base/sepsymtab.exp
11339 * gdb.base/set-inferior-tty.exp
11340 * gdb.base/setshow.exp
11341 * gdb.base/shlib-call.exp
11342 * gdb.base/sigaltstack.exp
11343 * gdb.base/siginfo-addr.exp
11344 * gdb.base/signals.exp
11345 * gdb.base/signull.exp
11346 * gdb.base/sigrepeat.exp
11347 * gdb.base/so-impl-ld.exp
11348 * gdb.base/solib-display.exp
11349 * gdb.base/solib-overlap.exp
11350 * gdb.base/solib-search.exp
11351 * gdb.base/solib-symbol.exp
11352 * gdb.base/structs.exp
11353 * gdb.base/structs2.exp
11354 * gdb.base/symtab-search-order.exp
11355 * gdb.base/twice.exp
11356 * gdb.base/unload.exp
11357 * gdb.base/varargs.exp
11358 * gdb.base/watchpoint-solib.exp
11359 * gdb.base/watchpoint.exp
11360 * gdb.base/whatis.exp
11361 * gdb.base/wrong_frame_bt_full.exp
11362 * gdb.btrace/dlopen.exp
11363 * gdb.cell/ea-standalone.exp
11364 * gdb.cell/ea-test.exp
11365 * gdb.cp/dispcxx.exp
11366 * gdb.cp/gdb2384.exp
11367 * gdb.cp/method2.exp
11368 * gdb.cp/nextoverthrow.exp
11369 * gdb.cp/pr10728.exp
11370 * gdb.disasm/am33.exp
11371 * gdb.disasm/h8300s.exp
11372 * gdb.disasm/mn10300.exp
11373 * gdb.disasm/sh3.exp
11374 * gdb.dwarf2/dw2-dir-file-name.exp
11375 * gdb.fortran/complex.exp
11376 * gdb.fortran/library-module.exp
11377 * gdb.guile/scm-pretty-print.exp
11378 * gdb.guile/scm-symbol.exp
11379 * gdb.guile/scm-type.exp
11380 * gdb.guile/scm-value.exp
11381 * gdb.linespec/linespec.exp
11382 * gdb.mi/gdb701.exp
11383 * gdb.mi/gdb792.exp
11384 * gdb.mi/mi-breakpoint-changed.exp
11385 * gdb.mi/mi-dprintf-pending.exp
11386 * gdb.mi/mi-dprintf.exp
11387 * gdb.mi/mi-exit-code.exp
11388 * gdb.mi/mi-pending.exp
11389 * gdb.mi/mi-solib.exp
11390 * gdb.mi/new-ui-mi-sync.exp
11391 * gdb.mi/pr11022.exp
11392 * gdb.mi/user-selected-context-sync.exp
11393 * gdb.opt/solib-intra-step.exp
11394 * gdb.python/py-events.exp
11395 * gdb.python/py-finish-breakpoint.exp
11396 * gdb.python/py-mi.exp
11397 * gdb.python/py-prettyprint.exp
11398 * gdb.python/py-shared.exp
11399 * gdb.python/py-symbol.exp
11400 * gdb.python/py-template.exp
11401 * gdb.python/py-type.exp
11402 * gdb.python/py-value.exp
11403 * gdb.reverse/solib-precsave.exp
11404 * gdb.reverse/solib-reverse.exp
11405 * gdb.server/solib-list.exp
11406 * gdb.stabs/weird.exp
11407 * gdb.threads/reconnect-signal.exp
11408 * gdb.threads/stepi-random-signal.exp
11409 * gdb.trace/actions.exp
11410 * gdb.trace/ax.exp
11411 * gdb.trace/backtrace.exp
11412 * gdb.trace/change-loc.exp
11413 * gdb.trace/deltrace.exp
11414 * gdb.trace/ftrace-lock.exp
11415 * gdb.trace/ftrace.exp
11416 * gdb.trace/infotrace.exp
11417 * gdb.trace/mi-tracepoint-changed.exp
11418 * gdb.trace/packetlen.exp
11419 * gdb.trace/passcount.exp
11420 * gdb.trace/pending.exp
11421 * gdb.trace/range-stepping.exp
11422 * gdb.trace/report.exp
11423 * gdb.trace/stap-trace.exp
11424 * gdb.trace/tfind.exp
11425 * gdb.trace/trace-break.exp
11426 * gdb.trace/trace-condition.exp
11427 * gdb.trace/trace-enable-disable.exp
11428 * gdb.trace/trace-mt.exp
11429 * gdb.trace/tracecmd.exp
11430 * gdb.trace/tspeed.exp
11431 * gdb.trace/tsv.exp
11432 * lib/perftest.exp
11433
11434 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
11435
11436 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
11437 with gdb_test_no_output.
11438 Use command as test name.
11439
11440 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
11441
11442 Fix test names starting with uppercase throughout the files.
11443
11444 * gdb.ada/assign_1.exp
11445 * gdb.ada/boolean_expr.exp
11446 * gdb.base/arrayidx.exp
11447 * gdb.base/del.exp
11448 * gdb.base/gcore-buffer-overflow.exp
11449 * gdb.base/testenv.exp
11450 * gdb.compile/compile.exp
11451 * gdb.python/py-framefilter-invalidarg.exp
11452 * gdb.python/py-framefilter.exp
11453
11454 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
11455
11456 Fix test names starting with uppercase throughout the files.
11457
11458 * gdb.ada/array_return.exp
11459 * gdb.ada/expr_delims.exp
11460 * gdb.ada/mi_dyn_arr.exp
11461 * gdb.ada/mi_interface.exp
11462 * gdb.ada/mi_var_array.exp
11463 * gdb.ada/watch_arg.exp
11464 * gdb.arch/alpha-step.exp
11465 * gdb.arch/altivec-regs.exp
11466 * gdb.arch/e500-regs.exp
11467 * gdb.arch/powerpc-d128-regs.exp
11468 * gdb.base/arrayidx.exp
11469 * gdb.base/break.exp
11470 * gdb.base/checkpoint.exp
11471 * gdb.base/debug-expr.exp
11472 * gdb.base/dmsym.exp
11473 * gdb.base/radix.exp
11474 * gdb.base/sepdebug.exp
11475 * gdb.base/testenv.exp
11476 * gdb.base/watch_thread_num.exp
11477 * gdb.base/watchpoint-cond-gone.exp
11478 * gdb.cell/break.exp
11479 * gdb.cell/ea-cache.exp
11480 * gdb.compile/compile.exp
11481 * gdb.cp/gdb2495.exp
11482 * gdb.gdb/selftest.exp
11483 * gdb.gdb/xfullpath.exp
11484 * gdb.go/hello.exp
11485 * gdb.go/integers.exp
11486 * gdb.objc/basicclass.exp
11487 * gdb.pascal/hello.exp
11488 * gdb.pascal/integers.exp
11489 * gdb.python/py-breakpoint.exp
11490 * gdb.python/py-cmd.exp
11491 * gdb.python/py-linetable.exp
11492 * gdb.python/py-xmethods.exp
11493 * gdb.python/python.exp
11494 * gdb.reverse/consecutive-precsave.exp
11495 * gdb.reverse/finish-precsave.exp
11496 * gdb.reverse/i386-precsave.exp
11497 * gdb.reverse/machinestate-precsave.exp
11498 * gdb.reverse/sigall-precsave.exp
11499 * gdb.reverse/solib-precsave.exp
11500 * gdb.reverse/step-precsave.exp
11501 * gdb.reverse/until-precsave.exp
11502 * gdb.reverse/watch-precsave.exp
11503 * gdb.threads/leader-exit.exp
11504 * gdb.threads/pthreads.exp
11505 * gdb.threads/wp-replication.exp
11506 * gdb.trace/actions.exp
11507 * gdb.trace/mi-tsv-changed.exp
11508 * gdb.trace/tsv.exp
11509
11510 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
11511
11512 Fix test names starting with uppercase throughout the files.
11513
11514 * gdb.arch/i386-bp_permanent.exp
11515 * gdb.arch/i386-gnu-cfi.exp
11516 * gdb.base/disasm-end-cu.exp
11517 * gdb.base/macscp.exp
11518 * gdb.base/pending.exp
11519 * gdb.base/watch_thread_num.exp
11520 * gdb.cp/exception.exp
11521 * gdb.cp/gdb2495.exp
11522 * gdb.cp/local.exp
11523 * gdb.python/py-evsignal.exp
11524 * gdb.python/python.exp
11525 * gdb.trace/tracecmd.exp
11526
11527 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
11528
11529 Fix test names starting with uppercase throughout the files.
11530
11531 * gdb.base/charset.exp
11532 * gdb.base/eval.exp
11533 * gdb.base/multi-forks.exp
11534 * gdb.guile/scm-progspace.exp
11535 * gdb.opencl/datatypes.exp
11536 * gdb.python/py-block.exp
11537 * gdb.python/py-function.exp
11538 * gdb.python/py-symbol.exp
11539 * gdb.python/py-symtab.exp
11540 * gdb.python/py-xmethods.exp
11541 * gdb.reverse/break-precsave.exp
11542 * gdb.reverse/break-reverse.exp
11543 * gdb.reverse/consecutive-precsave.exp
11544 * gdb.reverse/consecutive-reverse.exp
11545 * gdb.reverse/finish-precsave.exp
11546 * gdb.reverse/finish-reverse-bkpt.exp
11547 * gdb.reverse/finish-reverse.exp
11548 * gdb.reverse/fstatat-reverse.exp
11549 * gdb.reverse/getresuid-reverse.exp
11550 * gdb.reverse/i386-precsave.exp
11551 * gdb.reverse/i386-reverse.exp
11552 * gdb.reverse/i386-sse-reverse.exp
11553 * gdb.reverse/i387-stack-reverse.exp
11554 * gdb.reverse/insn-reverse.exp
11555 * gdb.reverse/machinestate-precsave.exp
11556 * gdb.reverse/machinestate.exp
11557 * gdb.reverse/next-reverse-bkpt-over-sr.exp
11558 * gdb.reverse/pipe-reverse.exp
11559 * gdb.reverse/readv-reverse.exp
11560 * gdb.reverse/recvmsg-reverse.exp
11561 * gdb.reverse/rerun-prec.exp
11562 * gdb.reverse/s390-mvcle.exp
11563 * gdb.reverse/sigall-precsave.exp
11564 * gdb.reverse/sigall-reverse.exp
11565 * gdb.reverse/solib-precsave.exp
11566 * gdb.reverse/solib-reverse.exp
11567 * gdb.reverse/step-precsave.exp
11568 * gdb.reverse/step-reverse.exp
11569 * gdb.reverse/time-reverse.exp
11570 * gdb.reverse/until-precsave.exp
11571 * gdb.reverse/until-reverse.exp
11572 * gdb.reverse/waitpid-reverse.exp
11573 * gdb.reverse/watch-precsave.exp
11574 * gdb.reverse/watch-reverse.exp
11575
11576 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
11577
11578 Fix test names starting with uppercase throughout the files.
11579
11580 * gdb.arch/i386-mpx-simple_segv.exp
11581 * gdb.arch/i386-mpx.exp
11582 * gdb.arch/i386-permbkpt.exp
11583 * gdb.arch/pa-nullify.exp
11584 * gdb.arch/powerpc-d128-regs.exp
11585 * gdb.arch/vsx-regs.exp
11586 * gdb.base/bfp-test.exp
11587 * gdb.base/break.exp
11588 * gdb.base/breakpoint-shadow.exp
11589 * gdb.base/callfuncs.exp
11590 * gdb.base/charset.exp
11591 * gdb.base/commands.exp
11592 * gdb.base/completion.exp
11593 * gdb.base/dfp-test.exp
11594 * gdb.base/echo.exp
11595 * gdb.base/ending-run.exp
11596 * gdb.base/eval.exp
11597 * gdb.base/expand-psymtabs.exp
11598 * gdb.base/float128.exp
11599 * gdb.base/floatn.exp
11600 * gdb.base/foll-exec-mode.exp
11601 * gdb.base/gdb1056.exp
11602 * gdb.base/gdb11531.exp
11603 * gdb.base/kill-after-signal.exp
11604 * gdb.base/multi-forks.exp
11605 * gdb.base/overlays.exp
11606 * gdb.base/pending.exp
11607 * gdb.base/sepdebug.exp
11608 * gdb.base/testenv.exp
11609 * gdb.base/valgrind-db-attach.exp
11610 * gdb.base/watch_thread_num.exp
11611 * gdb.base/watchpoint-cond-gone.exp
11612 * gdb.base/watchpoint.exp
11613 * gdb.base/watchpoints.exp
11614 * gdb.cp/arg-reference.exp
11615 * gdb.cp/baseenum.exp
11616 * gdb.cp/operator.exp
11617 * gdb.cp/shadow.exp
11618 * gdb.dwarf2/dw2-op-out-param.exp
11619 * gdb.dwarf2/dw2-reg-undefined.exp
11620 * gdb.go/chan.exp
11621 * gdb.go/hello.exp
11622 * gdb.go/integers.exp
11623 * gdb.go/methods.exp
11624 * gdb.go/package.exp
11625 * gdb.guile/scm-parameter.exp
11626 * gdb.guile/scm-progspace.exp
11627 * gdb.guile/scm-value.exp
11628 * gdb.mi/mi-pending.exp
11629 * gdb.mi/user-selected-context-sync.exp
11630 * gdb.multi/multi-attach.exp
11631 * gdb.multi/tids.exp
11632 * gdb.opt/clobbered-registers-O2.exp
11633 * gdb.pascal/floats.exp
11634 * gdb.pascal/integers.exp
11635 * gdb.python/py-block.exp
11636 * gdb.python/py-events.exp
11637 * gdb.python/py-parameter.exp
11638 * gdb.python/py-symbol.exp
11639 * gdb.python/py-symtab.exp
11640 * gdb.python/py-type.exp
11641 * gdb.python/py-value.exp
11642 * gdb.python/py-xmethods.exp
11643 * gdb.python/python.exp
11644 * gdb.reverse/break-precsave.exp
11645 * gdb.reverse/consecutive-precsave.exp
11646 * gdb.reverse/finish-precsave.exp
11647 * gdb.reverse/i386-precsave.exp
11648 * gdb.reverse/machinestate-precsave.exp
11649 * gdb.reverse/sigall-precsave.exp
11650 * gdb.reverse/solib-precsave.exp
11651 * gdb.reverse/step-precsave.exp
11652 * gdb.reverse/until-precsave.exp
11653 * gdb.reverse/watch-precsave.exp
11654 * gdb.server/ext-attach.exp
11655 * gdb.server/ext-restart.exp
11656 * gdb.server/ext-run.exp
11657 * gdb.server/ext-wrapper.exp
11658 * gdb.stabs/gdb11479.exp
11659 * gdb.stabs/weird.exp
11660 * gdb.threads/attach-many-short-lived-threads.exp
11661 * gdb.threads/kill.exp
11662 * gdb.threads/watchpoint-fork.exp
11663
11664 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
11665
11666 Fix test names starting with uppercase throughout all the files below.
11667
11668 * gdb.ada/array_return.exp
11669 * gdb.ada/catch_ex.exp
11670 * gdb.ada/info_exc.exp
11671 * gdb.ada/mi_catch_ex.exp
11672 * gdb.ada/mi_dyn_arr.exp
11673 * gdb.ada/mi_ex_cond.exp
11674 * gdb.ada/mi_exc_info.exp
11675 * gdb.ada/mi_interface.exp
11676 * gdb.ada/mi_task_arg.exp
11677 * gdb.ada/mi_task_info.exp
11678 * gdb.ada/mi_var_array.exp
11679 * gdb.arch/alpha-step.exp
11680 * gdb.arch/amd64-disp-step.exp
11681 * gdb.arch/arm-disp-step.exp
11682 * gdb.arch/disp-step-insn-reloc.exp
11683 * gdb.arch/e500-prologue.exp
11684 * gdb.arch/ftrace-insn-reloc.exp
11685 * gdb.arch/gdb1558.exp
11686 * gdb.arch/i386-bp_permanent.exp
11687 * gdb.arch/i386-disp-step.exp
11688 * gdb.arch/i386-float.exp
11689 * gdb.arch/i386-gnu-cfi.exp
11690 * gdb.arch/ia64-breakpoint-shadow.exp
11691 * gdb.arch/mips16-thunks.exp
11692 * gdb.arch/pa-nullify.exp
11693 * gdb.arch/powerpc-aix-prologue.exp
11694 * gdb.arch/powerpc-power.exp
11695 * gdb.arch/ppc-dfp.exp
11696 * gdb.arch/s390-tdbregs.exp
11697 * gdb.arch/spu-info.exp
11698 * gdb.arch/spu-ls.exp
11699 * gdb.arch/thumb-bx-pc.exp
11700 * gdb.base/advance.exp
11701 * gdb.base/annota-input-while-running.exp
11702 * gdb.base/arrayidx.exp
11703 * gdb.base/asmlabel.exp
11704 * gdb.base/async.exp
11705 * gdb.base/attach-wait-input.exp
11706 * gdb.base/auto-connect-native-target.exp
11707 * gdb.base/batch-preserve-term-settings.exp
11708 * gdb.base/bfp-test.exp
11709 * gdb.base/bigcore.exp
11710 * gdb.base/bp-permanent.exp
11711 * gdb.base/break-always.exp
11712 * gdb.base/break-fun-addr.exp
11713 * gdb.base/break-idempotent.exp
11714 * gdb.base/break-main-file-remove-fail.exp
11715 * gdb.base/break-probes.exp
11716 * gdb.base/break-unload-file.exp
11717 * gdb.base/break.exp
11718 * gdb.base/call-ar-st.exp
11719 * gdb.base/call-rt-st.exp
11720 * gdb.base/call-sc.exp
11721 * gdb.base/call-signal-resume.exp
11722 * gdb.base/call-strs.exp
11723 * gdb.base/callexit.exp
11724 * gdb.base/callfuncs.exp
11725 * gdb.base/catch-gdb-caused-signals.exp
11726 * gdb.base/catch-signal-siginfo-cond.exp
11727 * gdb.base/catch-syscall.exp
11728 * gdb.base/compare-sections.exp
11729 * gdb.base/cond-eval-mode.exp
11730 * gdb.base/condbreak-call-false.exp
11731 * gdb.base/consecutive-step-over.exp
11732 * gdb.base/cursal.exp
11733 * gdb.base/disabled-location.exp
11734 * gdb.base/disasm-end-cu.exp
11735 * gdb.base/display.exp
11736 * gdb.base/double-prompt-target-event-error.exp
11737 * gdb.base/dprintf-bp-same-addr.exp
11738 * gdb.base/dprintf-detach.exp
11739 * gdb.base/dprintf-next.exp
11740 * gdb.base/dprintf-non-stop.exp
11741 * gdb.base/dprintf-pending.exp
11742 * gdb.base/dso2dso.exp
11743 * gdb.base/ending-run.exp
11744 * gdb.base/enum_cond.exp
11745 * gdb.base/examine-backward.exp
11746 * gdb.base/exe-lock.exp
11747 * gdb.base/exec-invalid-sysroot.exp
11748 * gdb.base/execl-update-breakpoints.exp
11749 * gdb.base/execution-termios.exp
11750 * gdb.base/fileio.exp
11751 * gdb.base/fixsection.exp
11752 * gdb.base/foll-exec-mode.exp
11753 * gdb.base/foll-exec.exp
11754 * gdb.base/fork-running-state.exp
11755 * gdb.base/frame-args.exp
11756 * gdb.base/fullpath-expand.exp
11757 * gdb.base/func-ptr.exp
11758 * gdb.base/gcore-relro-pie.exp
11759 * gdb.base/gdb1090.exp
11760 * gdb.base/gdb1555.exp
11761 * gdb.base/global-var-nested-by-dso.exp
11762 * gdb.base/gnu-ifunc.exp
11763 * gdb.base/hbreak-in-shr-unsupported.exp
11764 * gdb.base/hbreak-unmapped.exp
11765 * gdb.base/hook-stop.exp
11766 * gdb.base/infcall-input.exp
11767 * gdb.base/info-fun.exp
11768 * gdb.base/info-shared.exp
11769 * gdb.base/interrupt-noterm.exp
11770 * gdb.base/jit-so.exp
11771 * gdb.base/jit.exp
11772 * gdb.base/line-symtabs.exp
11773 * gdb.base/list.exp
11774 * gdb.base/longjmp.exp
11775 * gdb.base/macscp.exp
11776 * gdb.base/max-value-size.exp
11777 * gdb.base/nodebug.exp
11778 * gdb.base/nofield.exp
11779 * gdb.base/overlays.exp
11780 * gdb.base/paginate-after-ctrl-c-running.exp
11781 * gdb.base/paginate-bg-execution.exp
11782 * gdb.base/paginate-inferior-exit.exp
11783 * gdb.base/pending.exp
11784 * gdb.base/pr11022.exp
11785 * gdb.base/printcmds.exp
11786 * gdb.base/ptr-typedef.exp
11787 * gdb.base/ptype.exp
11788 * gdb.base/randomize.exp
11789 * gdb.base/range-stepping.exp
11790 * gdb.base/realname-expand.exp
11791 * gdb.base/relativedebug.exp
11792 * gdb.base/remote.exp
11793 * gdb.base/savedregs.exp
11794 * gdb.base/sepdebug.exp
11795 * gdb.base/set-noassign.exp
11796 * gdb.base/shlib-call.exp
11797 * gdb.base/shreloc.exp
11798 * gdb.base/sigaltstack.exp
11799 * gdb.base/sigbpt.exp
11800 * gdb.base/siginfo-addr.exp
11801 * gdb.base/siginfo-obj.exp
11802 * gdb.base/siginfo-thread.exp
11803 * gdb.base/signest.exp
11804 * gdb.base/signull.exp
11805 * gdb.base/sigrepeat.exp
11806 * gdb.base/skip.exp
11807 * gdb.base/so-impl-ld.exp
11808 * gdb.base/solib-corrupted.exp
11809 * gdb.base/solib-disc.exp
11810 * gdb.base/solib-display.exp
11811 * gdb.base/solib-overlap.exp
11812 * gdb.base/solib-search.exp
11813 * gdb.base/solib-symbol.exp
11814 * gdb.base/source-execution.exp
11815 * gdb.base/sss-bp-on-user-bp-2.exp
11816 * gdb.base/sss-bp-on-user-bp.exp
11817 * gdb.base/stack-checking.exp
11818 * gdb.base/stale-infcall.exp
11819 * gdb.base/step-break.exp
11820 * gdb.base/step-line.exp
11821 * gdb.base/step-over-exit.exp
11822 * gdb.base/step-test.exp
11823 * gdb.base/structs.exp
11824 * gdb.base/sym-file.exp
11825 * gdb.base/symtab-search-order.exp
11826 * gdb.base/term.exp
11827 * gdb.base/type-opaque.exp
11828 * gdb.base/unload.exp
11829 * gdb.base/until-nodebug.exp
11830 * gdb.base/until.exp
11831 * gdb.base/unwindonsignal.exp
11832 * gdb.base/watch-cond.exp
11833 * gdb.base/watch-non-mem.exp
11834 * gdb.base/watch_thread_num.exp
11835 * gdb.base/watchpoint-reuse-slot.exp
11836 * gdb.base/watchpoint-solib.exp
11837 * gdb.base/watchpoint.exp
11838 * gdb.btrace/dlopen.exp
11839 * gdb.cell/arch.exp
11840 * gdb.cell/break.exp
11841 * gdb.cell/bt.exp
11842 * gdb.cell/core.exp
11843 * gdb.cell/data.exp
11844 * gdb.cell/dwarfaddr.exp
11845 * gdb.cell/ea-cache.exp
11846 * gdb.cell/ea-standalone.exp
11847 * gdb.cell/ea-test.exp
11848 * gdb.cell/f-regs.exp
11849 * gdb.cell/fork.exp
11850 * gdb.cell/gcore.exp
11851 * gdb.cell/mem-access.exp
11852 * gdb.cell/ptype.exp
11853 * gdb.cell/registers.exp
11854 * gdb.cell/sizeof.exp
11855 * gdb.cell/solib-symbol.exp
11856 * gdb.cell/solib.exp
11857 * gdb.compile/compile-tls.exp
11858 * gdb.cp/exception.exp
11859 * gdb.cp/gdb2495.exp
11860 * gdb.cp/local.exp
11861 * gdb.cp/mb-inline.exp
11862 * gdb.cp/mb-templates.exp
11863 * gdb.cp/pr10687.exp
11864 * gdb.cp/pr9167.exp
11865 * gdb.cp/scope-err.exp
11866 * gdb.cp/templates.exp
11867 * gdb.cp/virtfunc.exp
11868 * gdb.dwarf2/dw2-dir-file-name.exp
11869 * gdb.dwarf2/dw2-single-line-discriminators.exp
11870 * gdb.fortran/complex.exp
11871 * gdb.fortran/library-module.exp
11872 * gdb.guile/guile.exp
11873 * gdb.guile/scm-cmd.exp
11874 * gdb.guile/scm-frame-inline.exp
11875 * gdb.guile/scm-objfile.exp
11876 * gdb.guile/scm-pretty-print.exp
11877 * gdb.guile/scm-symbol.exp
11878 * gdb.guile/scm-type.exp
11879 * gdb.guile/scm-value.exp
11880 * gdb.linespec/keywords.exp
11881 * gdb.linespec/ls-errs.exp
11882 * gdb.linespec/macro-relative.exp
11883 * gdb.linespec/thread.exp
11884 * gdb.mi/mi-breakpoint-changed.exp
11885 * gdb.mi/mi-dprintf-pending.exp
11886 * gdb.mi/mi-fullname-deleted.exp
11887 * gdb.mi/mi-logging.exp
11888 * gdb.mi/mi-pending.exp
11889 * gdb.mi/mi-solib.exp
11890 * gdb.mi/new-ui-mi-sync.exp
11891 * gdb.mi/user-selected-context-sync.exp
11892 * gdb.multi/dummy-frame-restore.exp
11893 * gdb.multi/multi-arch-exec.exp
11894 * gdb.multi/remove-inferiors.exp
11895 * gdb.multi/watchpoint-multi-exit.exp
11896 * gdb.opt/solib-intra-step.exp
11897 * gdb.perf/backtrace.exp
11898 * gdb.perf/single-step.exp
11899 * gdb.perf/skip-command.exp
11900 * gdb.perf/skip-prologue.exp
11901 * gdb.perf/solib.exp
11902 * gdb.python/lib-types.exp
11903 * gdb.python/py-as-string.exp
11904 * gdb.python/py-bad-printers.exp
11905 * gdb.python/py-block.exp
11906 * gdb.python/py-breakpoint.exp
11907 * gdb.python/py-cmd.exp
11908 * gdb.python/py-events.exp
11909 * gdb.python/py-evthreads.exp
11910 * gdb.python/py-finish-breakpoint.exp
11911 * gdb.python/py-finish-breakpoint2.exp
11912 * gdb.python/py-frame-inline.exp
11913 * gdb.python/py-frame.exp
11914 * gdb.python/py-inferior.exp
11915 * gdb.python/py-infthread.exp
11916 * gdb.python/py-mi.exp
11917 * gdb.python/py-objfile.exp
11918 * gdb.python/py-pp-maint.exp
11919 * gdb.python/py-pp-registration.exp
11920 * gdb.python/py-prettyprint.exp
11921 * gdb.python/py-recurse-unwind.exp
11922 * gdb.python/py-shared.exp
11923 * gdb.python/py-symbol.exp
11924 * gdb.python/py-symtab.exp
11925 * gdb.python/py-template.exp
11926 * gdb.python/py-type.exp
11927 * gdb.python/py-unwind-maint.exp
11928 * gdb.python/py-unwind.exp
11929 * gdb.python/py-value.exp
11930 * gdb.python/python.exp
11931 * gdb.reverse/finish-reverse-bkpt.exp
11932 * gdb.reverse/insn-reverse.exp
11933 * gdb.reverse/next-reverse-bkpt-over-sr.exp
11934 * gdb.reverse/solib-precsave.exp
11935 * gdb.reverse/solib-reverse.exp
11936 * gdb.stabs/gdb11479.exp
11937 * gdb.stabs/weird.exp
11938 * gdb.threads/fork-child-threads.exp
11939 * gdb.threads/fork-plus-threads.exp
11940 * gdb.threads/fork-thread-pending.exp
11941 * gdb.threads/forking-threads-plus-breakpoint.exp
11942 * gdb.threads/hand-call-in-threads.exp
11943 * gdb.threads/interrupted-hand-call.exp
11944 * gdb.threads/linux-dp.exp
11945 * gdb.threads/local-watch-wrong-thread.exp
11946 * gdb.threads/next-while-other-thread-longjmps.exp
11947 * gdb.threads/non-ldr-exit.exp
11948 * gdb.threads/pending-step.exp
11949 * gdb.threads/print-threads.exp
11950 * gdb.threads/process-dies-while-detaching.exp
11951 * gdb.threads/process-dies-while-handling-bp.exp
11952 * gdb.threads/pthreads.exp
11953 * gdb.threads/queue-signal.exp
11954 * gdb.threads/reconnect-signal.exp
11955 * gdb.threads/signal-command-handle-nopass.exp
11956 * gdb.threads/signal-command-multiple-signals-pending.exp
11957 * gdb.threads/signal-delivered-right-thread.exp
11958 * gdb.threads/signal-sigtrap.exp
11959 * gdb.threads/sigthread.exp
11960 * gdb.threads/staticthreads.exp
11961 * gdb.threads/stepi-random-signal.exp
11962 * gdb.threads/thread-unwindonsignal.exp
11963 * gdb.threads/thread_check.exp
11964 * gdb.threads/thread_events.exp
11965 * gdb.threads/tid-reuse.exp
11966 * gdb.threads/tls-nodebug.exp
11967 * gdb.threads/tls-shared.exp
11968 * gdb.threads/tls-so_extern.exp
11969 * gdb.threads/tls.exp
11970 * gdb.threads/wp-replication.exp
11971 * gdb.trace/actions-changed.exp
11972 * gdb.trace/actions.exp
11973 * gdb.trace/backtrace.exp
11974 * gdb.trace/change-loc.exp
11975 * gdb.trace/collection.exp
11976 * gdb.trace/deltrace.exp
11977 * gdb.trace/disconnected-tracing.exp
11978 * gdb.trace/entry-values.exp
11979 * gdb.trace/ftrace-lock.exp
11980 * gdb.trace/ftrace.exp
11981 * gdb.trace/infotrace.exp
11982 * gdb.trace/mi-trace-frame-collected.exp
11983 * gdb.trace/mi-trace-unavailable.exp
11984 * gdb.trace/mi-traceframe-changed.exp
11985 * gdb.trace/mi-tracepoint-changed.exp
11986 * gdb.trace/mi-tsv-changed.exp
11987 * gdb.trace/no-attach-trace.exp
11988 * gdb.trace/packetlen.exp
11989 * gdb.trace/passc-dyn.exp
11990 * gdb.trace/passcount.exp
11991 * gdb.trace/pending.exp
11992 * gdb.trace/pr16508.exp
11993 * gdb.trace/qtro.exp
11994 * gdb.trace/range-stepping.exp
11995 * gdb.trace/read-memory.exp
11996 * gdb.trace/report.exp
11997 * gdb.trace/save-trace.exp
11998 * gdb.trace/signal.exp
11999 * gdb.trace/stap-trace.exp
12000 * gdb.trace/status-stop.exp
12001 * gdb.trace/strace.exp
12002 * gdb.trace/tfile.exp
12003 * gdb.trace/tfind.exp
12004 * gdb.trace/trace-break.exp
12005 * gdb.trace/trace-condition.exp
12006 * gdb.trace/trace-enable-disable.exp
12007 * gdb.trace/trace-mt.exp
12008 * gdb.trace/tracecmd.exp
12009 * gdb.trace/tracefile-pseudo-reg.exp
12010 * gdb.trace/tspeed.exp
12011 * gdb.trace/tstatus.exp
12012 * gdb.trace/tsv.exp
12013 * gdb.trace/unavailable.exp
12014 * gdb.trace/while-dyn.exp
12015 * gdb.trace/while-stepping.exp
12016 * lib/gdb-guile.exp
12017 * lib/gdb.exp
12018 * lib/mi-support.exp
12019 * lib/pascal.exp
12020 * lib/perftest.exp
12021 * lib/prelink-support.exp
12022 * lib/selftest-support.exp
12023
12024 2016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
12025
12026 * Makefile.in: Include disable-implicit-rules.mk.
12027
12028 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
12029
12030 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
12031 non-byte-aligned bit fields.
12032
12033 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
12034
12035 PR gdb/12616
12036 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
12037 respects the DW_AT_data_bit_offset attribute.
12038
12039 2016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
12040
12041 * gdb.base/default.exp: Fix output of "set language".
12042
12043 2016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
12044
12045 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
12046 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
12047 make.
12048 * configure.ac: Remove checks for the make program.
12049 * configure: Re-generate.
12050
12051 2016-11-16 Kevin Buettner <kevinb@redhat.com>
12052
12053 * gdb.python/py-recurse-unwind.c (main): Add loop.
12054 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
12055 to read_register() and gdb.parse_and_eval(). Make each code
12056 call a separate case that can be individually tested.
12057 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
12058 proc. Call cont_and_backtrace for each of the code paths that
12059 we want to test in the unwinder.
12060
12061 2016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
12062
12063 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
12064 the definition of struct S.
12065
12066 2016-11-11 Catherine Moore <clm@codesourcery.com>
12067
12068 * gdb.base/dump.exp: Identify verilog format dump tests as such.
12069
12070 2016-11-09 Pedro Alves <palves@redhat.com>
12071
12072 * gdb.base/commands.exp (runto_or_return): New procedure.
12073 (gdbvar_simple_if_test, gdbvar_simple_while_test)
12074 (gdbvar_complex_if_while_test, progvar_simple_if_test)
12075 (progvar_simple_while_test, progvar_complex_if_while_test)
12076 (if_while_breakpoint_command_test)
12077 (infrun_breakpoint_command_test, breakpoint_command_test)
12078 (user_defined_command_test, watchpoint_command_test)
12079 (test_command_prompt_position, redefine_hook_test)
12080 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
12081 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
12082 multi_line_input and multi_line. Remove gdb_expect and
12083 gdb_stop_suppressing_tests uses.
12084 * lib/gdb.exp (valnum_re): New global.
12085 (multi_line_input): New procedure.
12086
12087 2016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
12088
12089 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
12090 Remove.
12091 (test_setup): Define with proc_with_prefix.
12092 (test_cli_inferior): Likewise.
12093 (test_cli_thread): Likewise.
12094 (test_cli_frame): Likewise.
12095 (test_cli_select_frame): Likewise.
12096 (test_cli_up_down): Likewise.
12097 (test_mi_thread_select): Likewise.
12098 (test_mi_stack_select_frame): Likewise.
12099 (test_cli_in_mi_inferior): Likewise.
12100 (test_cli_in_mi_thread): Likewise.
12101 (test_cli_in_mi_frame): Likewise.
12102 (top level): Do not use with_test_prefix_procname.
12103
12104 2016-11-09 Pedro Alves <palves@redhat.com>
12105
12106 * gdb.base/commands.exp (gdbvar_simple_if_test)
12107 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
12108 (progvar_simple_if_test, progvar_simple_while_test)
12109 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
12110 (infrun_breakpoint_command_test, breakpoint_command_test)
12111 (user_defined_command_test, watchpoint_command_test)
12112 (test_command_prompt_position, deprecated_command_test)
12113 (bp_deleted_in_command, temporary_breakpoint_commands)
12114 (stray_arg0_test, source_file_with_indented_comment)
12115 (recursive_source_test, if_commands_test)
12116 (error_clears_commands_left, redefine_hook_test)
12117 (redefine_backtrace_test): Use proc_with_prefix.
12118 * lib/gdb.exp (proc_with_prefix): New proc.
12119
12120 2016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
12121
12122 * gdb.base/tui-layout.c: New file.
12123 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
12124 disassembly window contains very long lines.
12125
12126 2016-11-08 Tom Tromey <tom@tromey.com>
12127
12128 * gdb.python/py-value.exp (test_value_creation): Make "long" test
12129 depend on Python 2.
12130
12131 2016-11-08 Tom Tromey <tom@tromey.com>
12132
12133 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
12134 New method.
12135
12136 2016-10-29 Manish Goregaokar <manish@mozilla.com>
12137
12138 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
12139
12140 2016-10-27 Manish Goregaokar <manish@mozilla.com>
12141
12142 * gdb.rust/simple.rs: Add test for univariant enums without
12143 discriminants and for encoded struct-like enums.
12144
12145 2016-10-28 Pedro Alves <palves@redhat.com>
12146
12147 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
12148 gdb_test_multiple, tighten regexps and match symtabs and line
12149 tables incrementally.
12150
12151 2016-10-28 Luis Machado <lgustavo@codesourcery.com>
12152
12153 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
12154 general.
12155
12156 2016-10-25 Luis Machado <lgustavo@codesourcery.com>
12157
12158 * gdb.base/exec-invalid-sysroot.exp: New file.
12159
12160 2016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
12161
12162 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
12163
12164 2016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
12165
12166 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
12167
12168 2016-10-19 Maciej W. Rozycki <macro@imgtec.com>
12169
12170 * gdb.base/killed-outside.exp: Remove $options from a call to
12171 `prepare_for_testing'.
12172
12173 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
12174
12175 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
12176 Change test message.
12177
12178 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
12179
12180 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
12181 Update comment.
12182
12183 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
12184
12185 * gdb.trace/mi-trace-save.exp: New file.
12186
12187 2016-10-13 Yao Qi <yao.qi@linaro.org>
12188
12189 * gdb.base/code_elim.exp (get_var_address): Remove.
12190 * gdb.base/relocate.exp: Likewise.
12191 * gdb.base/shreloc.exp: Likewise.
12192 * lib/gdb.exp (get_var_address): New.
12193
12194 2016-10-13 Yao Qi <yao.qi@linaro.org>
12195
12196 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
12197 floating point tests if $skip_float_test is false.
12198
12199 2016-10-12 Luis Machado <lgustavo@codesourcery.com>
12200
12201 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
12202 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
12203 argc values.
12204 Add 1 to argc so we guarantee distinct initial/modified argc values.
12205
12206 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
12207
12208 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
12209
12210 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
12211
12212 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
12213 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
12214 * gdb.arch/vsx-regs.exp: Likewise.
12215
12216 2016-10-07 Yao Qi <yao.qi@linaro.org>
12217
12218 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
12219
12220 2016-10-07 Markus Metzger <markus.t.metzger@intel.com>
12221
12222 * gdb.python/python.exp: Test decode_line("*0").
12223
12224 2016-10-06 Doug Evans <dje@google.com>
12225
12226 * gdb.python/py-value.exp (test_value_creation): Add test for large
12227 unsigned 64-bit value.
12228
12229 2016-10-06 Tom Tromey <tom@tromey.com>
12230
12231 * gdb.compile/compile.exp: Change java tests to rust.
12232 * gdb.base/setshow.exp: Change java tests to rust.
12233 * gdb.base/default.exp: Remove java from language list.
12234 * README (Examples): Update language example.
12235 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
12236 test.
12237 * lib/gdb.exp (skip_java_tests): Remove.
12238 * lib/java.exp: Remove.
12239 * gdb.java: Remove.
12240
12241 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
12242
12243 * gdb.arch/mips-fcr.exp: New test.
12244 * gdb.arch/mips-fcr.c: Source for the new test.
12245
12246 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
12247
12248 * gdb.base/solib-disc.exp: Use `standard_output_file'
12249 throughout.
12250
12251 2016-10-06 Pedro Alves <palves@redhat.com>
12252
12253 * gdb.base/jit-simple-dl.c: New file.
12254 * gdb.base/jit-simple-jit.c: New file, factored out from ...
12255 * gdb.base/jit-simple.c: ... this.
12256 * gdb.base/jit-simple.exp (jit_run): Delete.
12257 (build_jit): New proc.
12258 (jit_test_reread): Recompile either the main program or the shared
12259 library, depending on what is being tested. Skip changing address
12260 if caller wants to. Compare before/after addresses. If testing
12261 standalone, explicitly load the binary. Test "maint info
12262 breakpoints".
12263 (top level): Add "standalone vs shared lib" and "change address"
12264 vs "same address" axes.
12265
12266 2016-10-06 Pedro Alves <palves@redhat.com>
12267
12268 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
12269 call.
12270 (jit_run): Delete.
12271 (jit_test_reread): Use with_test_prefix. Reload the main binary
12272 explicitly. Compare the before/after addresses of the JIT
12273 descriptor.
12274
12275 2016-08-15 Doug Evans <dje@google.com>
12276
12277 * gdb.xml/extra-regs.xml: Update, end field now required, default type
12278 for single bitfields is bool.
12279 * gdb.xml/tdesc-regs.exp: Ditto.
12280
12281 2016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
12282
12283 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
12284
12285 2016-10-05 Yao Qi <yao.qi@linaro.org>
12286
12287 * lib/gdb.exp (support_complex_tests): Return zero if
12288 gdb_skip_float_test return true.
12289
12290 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
12291 Simon Marchi <simon.marchi@ericsson.com>
12292
12293 PR gdb/20487
12294 * gdb.mi/user-selected-context-sync.exp: New file.
12295 * gdb.mi/user-selected-context-sync.c: New file.
12296
12297 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
12298 Simon Marchi <simon.marchi@ericsson.com>
12299
12300 PR gdb/20487
12301 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
12302 =thread-select-event check.
12303
12304 2016-09-29 Peter Bergner <bergner@vnet.ibm.com>
12305
12306 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
12307 the compulsory L operand changes.
12308 * gdb.arch/powerpc-power.s: Likewise.
12309
12310 2016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
12311
12312 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
12313 * gdb.base/jit-attach-pie.c: New file.
12314 * gdb.base/jit-attach-pie.exp: New file.
12315
12316 2016-09-28 Pedro Alves <palves@redhat.com>
12317
12318 * gdb.base/infcall-input.c: New file.
12319 * gdb.base/infcall-input.exp: New file.
12320
12321 2016-09-22 Yao Qi <yao.qi@linaro.org>
12322
12323 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
12324 (gdb_exit): Rename it to ...
12325 (gdbserver_gdb_exit): ... Close GDBserver.
12326 (gdb_exit): New proc, call gdbserver_gdb_exit.
12327 (mi_gdb_exit): Likewise.
12328
12329 2016-09-22 Yao Qi <yao.qi@linaro.org>
12330
12331 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
12332 path.
12333 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
12334 Remove duplication.
12335
12336 2016-09-22 Yao Qi <yao.qi@linaro.org>
12337
12338 * lib/gdbserver-support.exp: Check the existence of
12339 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
12340
12341 2016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
12342
12343 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
12344
12345 2016-09-21 Tom Tromey <tom@tromey.com>
12346
12347 PR gdb/20604:
12348 * gdb.base/quit.exp: New file.
12349
12350 2016-09-21 Simon Marchi <simon.marchi@ericsson.com>
12351
12352 * .gitignore: New file.
12353
12354 2016-09-21 Maciej W. Rozycki <macro@imgtec.com>
12355
12356 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
12357 throughout.
12358
12359 2016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
12360
12361 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
12362
12363 2016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
12364
12365 * gdb.cp/casts.cc (decltype): Move it ...
12366 (main): ... with its call to ...
12367 * gdb.cp/casts03.cc: ... a new file.
12368 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
12369
12370 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
12371
12372 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
12373
12374 2016-09-15 Peter Bergner <bergner@vnet.ibm.com>
12375
12376 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
12377 and sync up the test with tests in gas/testsuite/gas/ppc.
12378 * gdb.arch/powerpc-power.exp: Likewise.
12379
12380 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
12381
12382 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
12383
12384 2016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
12385 Jan Kratochvil <jan.kratochvil@redhat.com>
12386
12387 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
12388 make m1's definition to be different from m2's. Use 'dummy' as an
12389 argument for probe 'two'.
12390
12391 2016-09-10 Jon Beniston <jon@beniston.com>
12392
12393 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
12394 for sim target.
12395
12396 2016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
12397
12398 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
12399 variable declaration.
12400 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
12401 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
12402 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
12403 received HWCAP as its argument.
12404
12405 2016-09-06 Pedro Alves <palves@redhat.com>
12406
12407 * gdb.base/new-ui-pending-input.c: New file.
12408 * gdb.base/new-ui-pending-input.exp: New file.
12409 * gdb.exp (clear_gdb_spawn_id): New procedure.
12410 (with_spawn_id): Check whether gdb_spawn_id exists before
12411 referencing it. If gdb_spawn_id didn't exist on entry, clear it
12412 on exit.
12413
12414 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
12415
12416 * gdb.base/float128.c: New file.
12417 * gdb.base/float128.exp: Likewise.
12418 * gdb.base/floatn.c: Likewise.
12419 * gdb.base/floatn.exp: Likewise.
12420
12421 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
12422
12423 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
12424
12425 2016-09-05 Pedro Alves <palves@redhat.com>
12426
12427 PR backtrace/19927
12428 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
12429 unwinders are immediately called as side effect of "source" or
12430 "disable unwinder" commands.
12431 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
12432
12433 2016-09-02 Yao Qi <yao.qi@linaro.org>
12434
12435 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
12436 is true and $type is "float" or "double".
12437
12438 2016-09-02 Yao Qi <yao.qi@linaro.org>
12439
12440 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
12441 true.
12442 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
12443 * gdb.base/call-rt-st.exp: Likewise.
12444 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
12445 return value instead of gdb,skip_float_test.
12446 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
12447 (do_function_calls): Use its return value instead of
12448 gdb,skip_float_test.
12449 * gdb.base/finish.exp: Likewise.
12450 * gdb.base/funcargs.exp: Likewise.
12451 * gdb.base/return.exp: Likewise.
12452 * gdb.base/return2.exp: Likewise.
12453 * gdb.base/varargs.exp: Likewise.
12454 * lib/gdb.exp (gdb_skip_float_test): Change it to
12455 gdb_caching_proc. Detect the broken ptrace on arm-linux.
12456
12457 2016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
12458
12459 * gdb.multi/tids.exp: Test "thread apply all".
12460
12461 2016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
12462
12463 * gdb.base/default.exp (tty): Remove.
12464
12465 2016-08-24 Kevin Buettner <kevinb@redhat.com>
12466
12467 * gdb.python/py-recurse-unwind.c: New file.
12468 * gdb.python/py-recurse-unwind.py: New file.
12469 * gdb.python/py-recurse-unwind.exp: New file.
12470
12471 2016-08-24 Simon Marchi <simon.marchi@ericsson.com>
12472
12473 * gdb.base/set-inferior-tty.exp: New file.
12474 * gdb.base/set-inferior-tty.c: New file.
12475
12476 2016-08-23 Pedro Alves <palves@redhat.com>
12477
12478 PR gdb/20494
12479 * gdb.base/new-ui-echo.c: New file.
12480 * gdb.base/new-ui-echo.exp: New file.
12481
12482 2016-08-23 Yao Qi <yao.qi@linaro.org>
12483
12484 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
12485 gdbserver_spawn.
12486 * gdb.server/connect-without-multi-process.exp (do_test):
12487 Likewise.
12488
12489 2016-08-23 Yao Qi <yao.qi@linaro.org>
12490
12491 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
12492 standalone_txt. Delete gdb_txt and standalone_txt on host
12493 and target. Spawn the binary on target. Copy files from
12494 target to host.
12495
12496 2016-08-22 Pedro Alves <palves@redhat.com>
12497
12498 PR gdb/20505
12499 * gdb.base/vdso-warning.exp: Test core dumps too. Use
12500 with_test_prefix. Factor out bits to ...
12501 (test_no_vdso): ... this new procedure.
12502
12503 2016-08-19 Carl Love <cel@us.ibm.com>
12504
12505 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
12506 maintaining separate logic for constructing the output path.
12507 * gdb.arch/powerpc-d128-regs.exp: Likewise.
12508 * gdb.arch/ppc-dfp.exp: Likewise.
12509 * gdb.arch/ppc-fp.exp: Likewise.
12510 * gdb.arch/vsx-regs.exp: Likewise.
12511 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
12512 binprefix for generating the additional binary files.
12513
12514 2016-08-19 Pedro Alves <palves@redhat.com>
12515
12516 * gdb.trace/mi-trace-frame-collected.exp
12517 (test_trace_frame_collected): On x32, expect two registers.
12518
12519 2016-08-18 Carl Love <cel@us.ibm.com>
12520
12521 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
12522 and sync up the test with tests in gas/testsuite/gas/ppc.
12523 * gdb.arch/powerpc-power.exp: Likewise.
12524
12525 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
12526
12527 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
12528 expected error message.
12529
12530 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
12531
12532 * gdb.multi/remove-inferiors.exp: New file.
12533 * gdb.multi/remove-inferiors.c: New file.
12534
12535 2016-08-12 Yao Qi <yao.qi@linaro.org>
12536
12537 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
12538 argument list.
12539
12540 2016-08-10 Pedro Alves <palves@redhat.com>
12541
12542 PR gdb/19187
12543 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
12544 setup_kfails.
12545
12546 2016-08-09 Pedro Alves <palves@redhat.com>
12547 Simon Marchi <simon.marchi@ericsson.com>
12548
12549 PR gdb/20418
12550 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
12551 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
12552
12553 2016-08-09 Pedro Alves <palves@redhat.com>
12554
12555 PR mi/20431
12556 * gdb.mi/mi-cmd-error.exp: New file.
12557
12558 2016-08-09 Pedro Alves <palves@redhat.com>
12559
12560 PR gdb/18653
12561 * gdb.base/signals-state-child.c: New file.
12562 * gdb.base/signals-state-child.exp: New file.
12563 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
12564
12565 2016-08-09 Pedro Alves <palves@redhat.com>
12566
12567 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
12568
12569 2016-08-03 Tom Tromey <tom@tromey.com>
12570
12571 PR python/18565:
12572 * gdb.python/py-frame-inline.exp: Add Frame.function test.
12573
12574 2016-08-01 Yao Qi <yao.qi@linaro.org>
12575
12576 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
12577 variable mode to "multi-process" if $multi_process is 1, otherwise
12578 set it to "single-process".
12579
12580 2016-08-01 Yao Qi <yao.qi@linaro.org>
12581
12582 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
12583 * gdb.cp/cpexprs.exp: Likewise.
12584 * gdb.cp/m-static.exp: Likewise.
12585
12586 2016-07-26 Tom Tromey <tom@tromey.com>
12587
12588 PR python/20190:
12589 * gdb.threads/tls.exp (check_thread_local): Add python symbol
12590 test.
12591
12592 2016-07-26 Markus Metzger <markus.t.metzger@intel.com>
12593
12594 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
12595 selecting assembly source files.
12596 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
12597 assembly source files.
12598 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
12599 assembly source files.
12600 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
12601 selecting assembly source files.
12602
12603 2016-07-25 Simon Marchi <simon.marchi@ericsson.com>
12604
12605 * gdb.base/new-ui.exp (do_test_invalid_args): New
12606 procedure.
12607
12608 2016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
12609
12610 * gdb.btrace/reconnect.c: New file.
12611 * gdb.btrace/reconnect.exp: New file.
12612
12613 2016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
12614
12615 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
12616 to test_catch_syscall_group.
12617 (test_catch_syscall_group): New.
12618
12619 2016-07-21 Tom Tromey <tom@tromey.com>
12620
12621 * gdb.rust/simple.rs (main): Use empty struct expression.
12622 * gdb.rust/simple.exp: Add tests for empty struct expression.
12623
12624 2016-07-21 Yao Qi <yao.qi@linaro.org>
12625
12626 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
12627 if gdb_skip_xml_test is true on some targets.
12628
12629 2016-07-21 Yao Qi <yao.qi@linaro.org>
12630
12631 * gdb.server/solib-list.exp: Unset last_loaded_file.
12632
12633 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
12634
12635 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
12636 "step into captured_main (args)".
12637
12638 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
12639
12640 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
12641
12642 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
12643
12644 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
12645
12646 2016-07-19 Pedro Alves <palves@redhat.com>
12647
12648 * gdb.opt/inline-break.exp: Remove optimize=-O2.
12649 * gdb.opt/inline-bt.exp: Likewise.
12650 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
12651 additional_flags=-Winline.
12652 * gdb.opt/inline-locals.exp: Likewise.
12653 * gdb.opt/inline-markers.c (ATTR): Define.
12654 (inlined_fn): Use it.
12655
12656 2016-07-19 Yao Qi <yao.qi@linaro.org>
12657
12658 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
12659 (test_with_self): Remove some code. Remove argument executable.
12660 (top-level): Use do_self_tests.
12661
12662 2016-07-15 Zachary Welch <zwelch@codesourcery.com>
12663 Don Breazeal <donb@codesourcery.com>
12664
12665 * gdb.base/maint.exp: Escape paths used in regular expressions.
12666 * gdb.stabs/weird.exp: Likewise.
12667
12668 2016-07-13 Tom Tromey <tom@tromey.com>
12669
12670 PR python/15620, PR python/18620:
12671 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
12672 (test_bkpt_events): New procs.
12673
12674 2016-07-13 Tom Tromey <tom@tromey.com>
12675
12676 PR python/17698:
12677 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
12678 test.
12679 (test_watchpoints): Likewise.
12680 (test_bkpt_pending): New proc.
12681
12682 2016-07-13 Tom Tromey <tom@tromey.com>
12683
12684 PR cli/18053:
12685 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
12686 completion test.
12687
12688 2016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
12689
12690 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
12691 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
12692 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
12693 f_label.
12694 (g): Rename g_end_lbl to g_label.
12695 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
12696 low_pc and high_pc.
12697 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
12698
12699 2016-07-12 Tom Tromey <tom@tromey.com>
12700
12701 PR python/19293:
12702 * gdb.python/py-unwind-maint.exp: Update tests.
12703
12704 2016-07-12 Yao Qi <yao.qi@linaro.org>
12705
12706 * lib/selftest-support.exp (selftest_setup): Match the output
12707 when captured_main is inlined.
12708
12709 2016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
12710
12711 * gdb.fortran/derived-types.exp (result_line, result_line_2):
12712 New variables.
12713 (print this%a, print this%b, print this): New tests.
12714 * gdb.fortran/derived-types.f90 (this): New object and
12715 initialization.
12716
12717 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
12718
12719 * gdb.ada/arraydim.exp: Remove extra directory level in build
12720 directory.
12721
12722 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
12723
12724 * lib/ada.exp: Remove extra directory level in build directory.
12725 * gdb.ada/cond_lang.exp: Likewise.
12726 * gdb.ada/exec_changed.exp: Likewise.
12727 * gdb.ada/lang_switch.exp: Likewise.
12728
12729 2016-07-06 Manish Goregaokar <manish@mozilla.com>
12730
12731 * simple.rs: Add test for raw pointer subscripting.
12732 * simple.exp: Add test expectations.
12733
12734 2016-07-05 Yao Qi <yao.qi@linaro.org>
12735
12736 * gdb.mi/mi-reverse.exp: Match =record-started output.
12737
12738 2016-07-01 Pedro Alves <palves@redhat.com>
12739
12740 * gdb.base/jit-reader.exp (info_registers_current_frame): New
12741 procedure.
12742 (jit_reader_test): Test the jit reader's unwinder.
12743 * gdb.base/jithost.c (jit_function_00_code): New global.
12744 (main): Use memcpy to fill in the mmapped code, instead of poking
12745 bytes manually here.
12746 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
12747 value.
12748 (read_debug_info): Save the function's range.
12749 (read_sp): New function.
12750 (unwind_frame): Use it. Also unwind RBP.
12751 (get_frame_id): Use read_sp.
12752 (gdb_init_reader): Use calloc instead of malloc.
12753 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
12754 parameter. Use gdb_test_multiple.
12755
12756 2016-07-01 Pedro Alves <palves@redhat.com>
12757 Antoine Tremblay <antoine.tremblay@ericsson.com>
12758
12759 * gdb.threads/process-dies-while-detaching.c: New file.
12760 * gdb.threads/process-dies-while-detaching.exp: New file.
12761
12762 2016-07-01 Pedro Alves <palves@redhat.com>
12763
12764 * gdb.multi/watchpoint-multi-exit.c: New file.
12765 * gdb.multi/watchpoint-multi-exit.exp: New file.
12766
12767 2016-06-30 Pedro Alves <palves@redhat.com>
12768
12769 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
12770 unset inferior_spawn_id.
12771
12772 2016-06-30 Pedro Alves <palves@redhat.com>
12773
12774 * lib/mi-support.exp (default_mi_gdb_start): Declare global
12775 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
12776
12777 2016-06-29 Yao Qi <yao.qi@linaro.org>
12778
12779 * gdb.base/return.c: Add copyright header.
12780
12781 2016-06-29 Tom Tromey <tom@tromey.com>
12782
12783 PR python/20129:
12784 * gdb.python/py-framefilter.exp: Add tests for setting priority
12785 and disabling of non-existent frame filter.
12786
12787 2016-06-29 Yao Qi <yao.qi@linaro.org>
12788
12789 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
12790 0x0f07ff.
12791
12792 2016-06-28 Yao Qi <yao.qi@linaro.org>
12793
12794 * gdb.base/catch-syscall.exp: Remove check on isnative and target
12795 triplets. Start gdb, execute catch syscall, and continue. Check
12796 gdb's output to determine catch syscall is supported.
12797
12798 2016-06-27 Manish Goregaokar <manish@mozilla.com>
12799
12800 * gdb.rust/simple.rs: Add test for returning unit in a function.
12801 * gdb.rust/simple.exp: Add expectation for functions returning
12802 unit.
12803
12804 2016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
12805
12806 * gdb.python/py-breakpoint-create-fail.c,
12807 gdb.python/py-breakpoint-create-fail.exp,
12808 gdb.python/py-breakpoint-create-fail.py: New testcase.
12809
12810 2016-06-25 Manish Goregaokar <manish@mozilla.com>
12811
12812 PR gdb/20239
12813 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
12814 * gdb.rust/simple.exp: Add test expectations for new NonZero
12815 tests.
12816
12817 2016-06-24 David Taylor <dtaylor@emc.com>
12818
12819 * gdb.base/offsets.exp: New file.
12820 * gdb.base/offsets.c: New file.
12821
12822 2016-06-23 Tom Tromey <tom@tromey.com>
12823
12824 PR gdb/16483:
12825 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
12826 before any filters are loaded.
12827
12828 2016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
12829
12830 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
12831 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
12832 structs.
12833 * gdb.fortran/derived-type-function.exp: New file.
12834 * gdb.fortran/derived-type-function.f90: New file.
12835
12836
12837 2016-06-21 Pedro Alves <palves@redhat.com>
12838
12839 * gdb.base/new-ui.exp: New file.
12840 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
12841 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
12842 (with_spawn_id): New procedure.
12843
12844 2016-06-21 Pedro Alves <palves@redhat.com>
12845
12846 * gdb.mi/mi-exec-run.exp: New file.
12847
12848 2016-06-21 Pedro Alves <palves@redhat.com>
12849
12850 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
12851 breakpoint command's output on the main UI.
12852 (test_break): New procedure, factored out from calls in the top
12853 level.
12854 (top level): Use foreach_with_prefix to test MI as main UI and as
12855 separate UI.
12856
12857 2016-06-21 Pedro Alves <palves@redhat.com>
12858
12859 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
12860 (test_awatch_creation_and_listing)
12861 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
12862 Remove 'type' parameter.
12863 (test_watchpoint_all): New parameter mi_mode. Remove
12864 with_test_prefix.
12865 (top level): Use foreach_with_prefix, and add main/separate UI MI
12866 testing axis.
12867
12868 2016-06-21 Pedro Alves <palves@redhat.com>
12869
12870 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
12871 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
12872 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
12873 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
12874 (gdb_main_spawn_id, mi_spawn_id): Declare and
12875 comment.
12876 (mi_create_inferior_pty): New procedure,
12877 factored out from default_mi_gdb_start.
12878 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
12879 procedures.
12880 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
12881 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
12882 Use mi_create_inferior_pty.
12883 (mi_gdb_start): Use eval to pass down args list.
12884
12885 2016-06-21 Pedro Alves <palves@redhat.com>
12886
12887 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
12888 * gdb.opt/inline-cmds.exp: Add MI tests.
12889
12890 2016-06-21 Pedro Alves <palves@redhat.com>
12891
12892 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
12893
12894 2016-06-21 Pedro Alves <palves@redhat.com>
12895
12896 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
12897 (top level): Use it instead of mi_execute_to.
12898
12899 2016-06-21 Pedro Alves <palves@redhat.com>
12900
12901 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
12902 (cont_handler_str): New.
12903 (signal_stop_handler): Set stop_handler_str instead of printing to
12904 stdout.
12905 (continue_handler): Set cont_handler_str instead of printing to
12906 stdout.
12907 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
12908 mi_send_resuming_command. Print stop_handler_str and
12909 cont_handler_str instead of expecting the python events print
12910 directly.
12911
12912 2016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
12913
12914 * gdb.base/jit-reader.exp: New file.
12915 * gdb.base/jithost.c: New file.
12916 * gdb.base/jithost.h: New file.
12917 * gdb.base/jitreader.c : New file.
12918 * gdb.base/jit-protocol.h: New file.
12919
12920 2016-06-17 Yao Qi <yao.qi@linaro.org>
12921
12922 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
12923 parameters follow_fork and detach_on_fork. Set follow-fork-mode
12924 and detach-on-fork. Adjust tests.
12925 (top level): Invoke break_cond_on_syscall with combinations of
12926 syscall, follow-fork-mode and detach-on-fork.
12927
12928 2016-06-17 Yao Qi <yao.qi@linaro.org>
12929
12930 * gdb.base/step-over-exit.c: New.
12931 * gdb.base/step-over-exit.exp: New.
12932
12933 2016-06-17 Yan-Ting Lin <currygt52@gmail.com>
12934
12935 * gdb.base/float.exp: Add target check for nds32*-*-*.
12936 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
12937
12938 2016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
12939
12940 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
12941 for unsupported target features.
12942 * gdb.base/call-rt-st.exp: Likewise.
12943 * gdb.base/call-sc.exp: Likewise.
12944 * gdb.base/call-signal-resume.exp: Likewise.
12945 * gdb.base/call-strs.exp: Likewise.
12946 * gdb.base/callexit.exp: Likewise.
12947 * gdb.base/callfuncs.exp: Likewise.
12948 * gdb.base/nodebug.exp: Likewise.
12949 * gdb.base/printcmds.exp: Likewise.
12950 * gdb.base/ptype.exp: Likewise.
12951 * gdb.base/structs.exp: Likewise.
12952 * gdb.base/unwindonsignal.exp: Likewise.
12953 * gdb.cp/gdb2495.exp: Likewise.
12954 * gdb.cp/templates.exp: Likewise.
12955 * gdb.cp/virtfunc.exp: Likewise.
12956 * gdb.threads/hand-call-in-threads.exp: Likewise.
12957 * gdb.threads/interrupted-hand-call.exp: Likewise.
12958 * gdb.threads/thread-unwindonsignal.exp: Likewise.
12959
12960 2016-06-10 Tom Tromey <tom@tromey.com>
12961
12962 PR rust/20110:
12963 * gdb.rust/expr.exp: Add test for integer constant larger than
12964 i32.
12965
12966 2016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
12967
12968 * gdb.fortran/nested-funcs.exp: New.
12969 * gdb.fortran/nested-funcs.f90: New.
12970
12971 2016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
12972
12973 * gdb.base/examine-backward.c: New file.
12974 * gdb.base/examine-backward.exp: New file.
12975
12976 2016-06-06 Simon Marchi <simon.marchi@ericsson.com>
12977
12978 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
12979 matching.
12980
12981 2016-06-02 Tom Tromey <tom@tromey.com>
12982
12983 PR python/18984:
12984 * gdb.python/py-shared.exp: Add solib_name test.
12985
12986 2016-06-02 Simon Marchi <simon.marchi@ericsson.com>
12987
12988 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
12989
12990 2016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
12991
12992 PR c++/19893
12993 * gdb.dwarf2/implref.exp: Rename to...
12994 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
12995 * gdb.dwarf2/implref-array.c: New file.
12996 * gdb.dwarf2/implref-array.exp: Likewise.
12997 * gdb.dwarf2/implref-global.c: Likewise.
12998 * gdb.dwarf2/implref-global.exp: Likewise.
12999 * gdb.dwarf2/implref-struct.c: Likewise.
13000 * gdb.dwarf2/implref-struct.exp: Likewise.
13001
13002 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
13003
13004 * gdb.trace/trace-condition.exp: Add 64bit tests.
13005
13006 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
13007
13008 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
13009 bits types.
13010 (main): Adapt to 8 to 64 bits types.
13011 * gdb.trace/trace-condition.exp: Add new tests.
13012
13013 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
13014
13015 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
13016
13017 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
13018
13019 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
13020 Move condition tests...
13021 * gdb.trace/trace-condition.exp: Here.
13022
13023 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
13024
13025 * gdb.trace/trace-condition.exp: Add counter-case tests.
13026
13027 2016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
13028
13029 PR c++/15231
13030 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
13031 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
13032
13033 2016-05-27 Pedro Alves <palves@redhat.com>
13034
13035 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
13036 New procedure.
13037 (top level): Call it, and bail out of DejaGnu is known to be bad.
13038
13039 2016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
13040
13041 * gdb.base/whatis.c: Extend the test case.
13042 * gdb.base/whatis.exp: Add additional tests.
13043
13044 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
13045
13046 * gdb.fortran/type.f90: Add pointer variable.
13047 * gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
13048
13049 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
13050
13051 * gdb.fortran/vla-type.exp: Fix testcase name.
13052
13053 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
13054
13055 * gdb.fortran/vla-type.exp: Access elements in nested structs.
13056
13057 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
13058
13059 * gdb.fortran/type.f90: Add nested structures.
13060 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
13061 * gdb.fortran/derived-type.exp: Adapt expected output.
13062 * gdb.fortran/vla-type.exp: Adapt expected output.
13063
13064 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
13065
13066 * gdb.fortran/whatis_type.exp: Adapt expected output.
13067
13068 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
13069
13070 * gdb.fortran/print_type.exp: Fix expected output.
13071 * gdb.fortran/whatis_type.exp: Fix expected output.
13072
13073 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
13074
13075 * gdb.fortran/whatis_type.exp: Use multi_line.
13076
13077 2016-05-24 Tom Tromey <tom@tromey.com>
13078
13079 PR python/17386:
13080 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
13081 use value as an index.
13082
13083 2016-05-23 Tom Tromey <tom@tromey.com>
13084
13085 PR python/17981:
13086 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
13087 no-breakpoint case.
13088
13089 2016-05-24 Pedro Alves <palves@redhat.com>
13090
13091 PR gdb/19828
13092 * gdb.threads/clone-attach-detach.c: New file.
13093 * gdb.threads/clone-attach-detach.exp: New file.
13094
13095 2016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
13096
13097 * gdb.base/annota-input-while-running.exp: Fix syntax error.
13098
13099 2016-05-23 Tom Tromey <tom@tromey.com>
13100
13101 PR python/19438, PR python/18393:
13102 * gdb.python/py-progspace.exp: Add "dir" test.
13103 * gdb.python/py-objfile.exp: Add "dir" test.
13104
13105 2016-05-23 Yao Qi <yao.qi@linaro.org>
13106
13107 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
13108 * gdb.arch/thumb2-it.exp: Likewise.
13109
13110 2016-05-18 Simon Marchi <simon.marchi@ericsson.com>
13111
13112 * gdb.mi/mi-threads-interrupt.c: New file.
13113 * gdb.mi/mi-threads-interrupt.exp: New file.
13114
13115 2016-05-17 Simon Marchi <simon.marchi@ericsson.com>
13116
13117 PR gdb/18077
13118 * gdb.mi/mi-async-run.exp: New file.
13119 * gdb.mi/mi-async-run.c: New file.
13120
13121 2016-05-17 Tom Tromey <tom@tromey.com>
13122 Manish Goregaokar <manishsmail@gmail.com>
13123
13124 * lib/rust-support.exp: New file.
13125 * lib/gdb.exp (skip_rust_tests): New proc.
13126 (build_executable_from_specs): Handle rust.
13127 * lib/future.exp (gdb_find_rustc): New proc.
13128 (gdb_default_target_compile): Handle rust.
13129 * gdb.rust/expr.exp: New file.
13130 * gdb.rust/generics.exp: New file.
13131 * gdb.rust/generics.rs: New file.
13132 * gdb.rust/methods.exp: New file.
13133 * gdb.rust/methods.rs: New file.
13134 * gdb.rust/modules.exp: New file.
13135 * gdb.rust/modules.rs: New file.
13136 * gdb.rust/simple.exp: New file.
13137 * gdb.rust/simple.rs: New file.
13138
13139 2016-05-17 Tom Tromey <tom@tromey.com>
13140
13141 * gdb.base/default.exp (set language): Add rust.
13142
13143 2016-05-17 Tom Tromey <tom@tromey.com>
13144
13145 * gdb.gdb/unittest.exp: New file.
13146
13147 2016-05-16 Yao Qi <yao.qi@linaro.org>
13148
13149 * gdb.base/batch-preserve-term-settings.exp: Remove variable
13150 shell_prompt. Update shell_prompt_re.
13151
13152 2016-05-12 Doug Evans <dje@google.com>
13153
13154 PR symtab/19999
13155 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
13156 $options when building executable.
13157 * gdb.dwarf2/fission-loclists-pie.S: New file.
13158 * gdb.dwarf2/fission-loclists-pie.exp: New file.
13159
13160 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
13161
13162 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
13163 of [is_remote target],
13164
13165 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
13166
13167 * lib/gdb.exp (use_gdb_stub): New procedure.
13168
13169 2016-05-03 Yunlian Jiang <yunlian@google.com>
13170 Doug Evans <dje@google.com>
13171
13172 PR symtab/19914
13173 * gdb.dwarf2/dwp-sepdebug.c: New file.
13174 * gdb.dwarf2/dwp-sepdebug.exp: New file.
13175
13176 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
13177
13178 * gdb.base/detach.exp: Remove is_remote check.
13179
13180 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
13181
13182 * gdb.base/annota-input-while-running.exp: Don't check for
13183 [is_remote target]. Enable annotations after running to main.
13184 Remove unused "set test..." line.
13185
13186 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
13187
13188 * gdb.trace/trace-enable-disable.exp: New file.
13189 * gdb.trace/trace-enable-disable.c: New file.
13190
13191 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
13192
13193 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
13194 use it in info sharedlibrary test.
13195 * gdb.trace/ftrace-lock.exp: Likewise.
13196 * gdb.trace/ftrace.exp: Likewise.
13197 * gdb.trace/range-stepping.exp: Likewise.
13198 * gdb.trace/trace-break.exp: Likewise.
13199 * gdb.trace/trace-condition.exp: Likewise.
13200 * gdb.trace/trace-mt.exp: Likewise.
13201
13202 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
13203
13204 * lib/gdb.exp (gdb_load_shlibs): Rename to...
13205 (gdb_load_shlib): ... this.
13206 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
13207 gdb_load_shlib.
13208 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
13209 * gdb.base/ctxobj.exp: Likewise.
13210 * gdb.base/dprintf-pending.exp: Likewise.
13211 * gdb.base/dso2dso.exp: Likewise.
13212 * gdb.base/fixsection.exp: Likewise.
13213 * gdb.base/gcore-relro.exp: Likewise.
13214 * gdb.base/gdb1555.exp: Likewise.
13215 * gdb.base/global-var-nested-by-dso.exp: Likewise.
13216 * gdb.base/gnu-ifunc.exp: Likewise.
13217 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
13218 * gdb.base/jit-so.exp (one_jit_test): Likewise.
13219 * gdb.base/pending.exp: Likewise.
13220 * gdb.base/print-file-var.exp: Likewise.
13221 * gdb.base/print-symbol-loading.exp: Likewise.
13222 * gdb.base/shlib-call.exp: Likewise.
13223 * gdb.base/shreloc.exp: Likewise.
13224 * gdb.base/so-impl-ld.exp: Likewise.
13225 * gdb.base/solib-disc.exp: Likewise.
13226 * gdb.base/solib-nodir.exp: Likewise.
13227 * gdb.base/solib-overlap.exp: Likewise.
13228 * gdb.base/solib-symbol.exp: Likewise.
13229 * gdb.base/solib-weak.exp (do_test): Likewise.
13230 * gdb.base/sym-file.exp: Likewise.
13231 * gdb.base/symtab-search-order.exp: Likewise.
13232 * gdb.base/type-opaque.exp: Likewise.
13233 * gdb.base/unload.exp: Likewise.
13234 * gdb.base/watchpoint-solib.exp: Likewise.
13235 * gdb.compile/compile.exp: Likewise.
13236 * gdb.cp/gdb2384.exp: Likewise.
13237 * gdb.cp/infcall-dlopen.exp: Likewise.
13238 * gdb.cp/re-set-overloaded.exp: Likewise.
13239 * gdb.fortran/library-module.exp: Likewise.
13240 * gdb.opt/solib-intra-step.exp: Likewise.
13241 * gdb.python/py-finish-breakpoint.exp: Likewise.
13242 * gdb.python/py-shared.exp: Likewise.
13243 * gdb.reverse/solib-precsave.exp: Likewise.
13244 * gdb.reverse/solib-reverse.exp: Likewise.
13245 * gdb.server/solib-list.exp: Likewise.
13246 * gdb.threads/dlopen-libpthread.exp: Likewise.
13247 * gdb.threads/tls-shared.exp: Likewise.
13248 * gdb.threads/tls-so_extern.exp: Likewise.
13249 * gdb.trace/change-loc.exp: Likewise.
13250 * gdb.trace/ftrace-lock.exp: Likewise.
13251 * gdb.trace/ftrace.exp: Likewise.
13252 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
13253 * gdb.trace/pending.exp: Likewise.
13254 * gdb.trace/range-stepping.exp: Likewise.
13255 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
13256 (strace_info_marker): Likewise.
13257 (strace_probe_marker): Likewise.
13258 (strace_trace_on_same_addr): Likewise.
13259 (strace_trace_on_diff_addr): Likewise.
13260 * gdb.trace/trace-break.exp: Likewise.
13261 * gdb.trace/trace-condition.exp: Likewise.
13262 * gdb.trace/trace-mt.exp: Likewise.
13263
13264 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
13265
13266 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
13267 result of gdb_remote_download.
13268 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
13269 * gdb.base/dso2dso.exp: Likewise.
13270 * gdb.base/global-var-nested-by-dso.exp: Likewise.
13271 * gdb.base/print-file-var.exp: Likewise.
13272 * gdb.base/shlib-call.exp: Likewise.
13273 * gdb.base/shreloc.exp: Likewise.
13274 * gdb.base/solib-overlap.exp: Likewise.
13275 * gdb.base/solib-weak.exp (do_test): Likewise.
13276 * gdb.base/unload.exp: Likewise.
13277
13278 2016-04-27 Yao Qi <yao.qi@linaro.org>
13279
13280 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
13281 exists.
13282
13283 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
13284
13285 * vla-type.exp: Print structure from toplevel.
13286
13287 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
13288
13289 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
13290 of dynamic types.
13291 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
13292 of dynamic types.
13293
13294 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
13295
13296 * gdb.fortran/vla-type.f90: New file.
13297 * gdb.fortran/vla-type.exp: New file.
13298
13299 2016-04-25 Yao Qi <yao.qi@linaro.org>
13300
13301 * gdb.base/branch-to-self.c: New file.
13302 * gdb.base/branch-to-self.exp: New file.
13303
13304 2016-04-22 Yao Qi <yao.qi@linaro.org>
13305
13306 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
13307 more after $hex.
13308
13309 2016-04-22 Yao Qi <yao.qi@linaro.org>
13310
13311 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
13312 * gdb.base/annota3.exp: Likewise.
13313
13314 2016-04-22 Yao Qi <yao.qi@linaro.org>
13315
13316 * gdb.reverse/step-precsave.exp: Do one step and test program
13317 stops in "callee" and do multiple steps until program goes out
13318 of "callee".
13319 * gdb.reverse/step-reverse.exp: Likewise.
13320
13321 2016-04-22 Yao Qi <yao.qi@linaro.org>
13322
13323 * gdb.trace/signal.exp: Also pass if
13324 $tracepoint_hits($i) > $iterations.
13325
13326 2016-04-22 Yao Qi <yao.qi@linaro.org>
13327
13328 * gdb.trace/signal.c: New file.
13329 * gdb.trace/signal.exp: New file.
13330
13331 2016-04-19 Doug Evans <xdje42@gmail.com>
13332
13333 * gdb.base/bad-file.exp: New file.
13334
13335 2016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
13336
13337 * gdb.dwarf2/implref.exp: New file.
13338
13339 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
13340
13341 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
13342 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
13343 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
13344 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
13345 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
13346 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
13347 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
13348 * lib/fortran.exp (fortran_int4): New procedure.
13349 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
13350 (fortran_logical4): Likewise.
13351
13352 2016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
13353
13354 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
13355
13356 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
13357
13358 * lib/compiler.c: Add Intel specific preprocessor macros.
13359 * lib/compiler.cc: Likewise.
13360
13361 2016-04-13 Luis Machado <lgustavo@codesourcery.com>
13362
13363 * gdb.server/connect-with-no-symbol-file.c: New file.
13364 * gdb.server/connect-with-no-symbol-file.exp: New file.
13365
13366 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
13367
13368 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
13369
13370 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
13371
13372 * boards/gdbserver-base.exp (${board}_download): Copy source file to
13373 standard output directory.
13374
13375 2016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
13376
13377 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
13378
13379 2016-04-13 Markus Metzger <markus.t.metzger@intel.com>
13380
13381 * gdb.btrace/instruction_history.c (loop): Add declaration.
13382
13383 2016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
13384
13385 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
13386
13387 2016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
13388
13389 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
13390 parentheses to print.
13391 (continue_handler): Likewise.
13392
13393 2016-04-08 Simon Marchi <simon.marchi@ericsson.com>
13394
13395 * gdb.server/solib-list.exp: Remove is_remote check.
13396 Pass shlib= to gdb_compile. Don't link shared library with
13397 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
13398 Run binary filename through "readlink -f" on the target.
13399
13400 2016-04-08 Pedro Alves <palves@redhat.com>
13401
13402 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
13403 interpreter filename as argument to gdbserver_spawn.
13404 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
13405 Return empty if $last_loaded_file does not exist.
13406
13407 2016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
13408
13409 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
13410 * gdb.base/jit-main.c: Use exit after usage.
13411
13412 2016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
13413
13414 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
13415 GDBHISTSIZE prior to the tests.
13416 * gdb.base/gdbinit-history.exp: Likewise.
13417
13418 2016-04-07 Pedro Alves <palves@redhat.com>
13419
13420 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
13421 instead of build_executable. Use gdb_load_shlibs.
13422
13423 2016-04-07 Yao Qi <yao.qi@linaro.org>
13424
13425 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
13426 Execute "si" command.
13427
13428 2016-04-07 Yao Qi <yao.qi@linaro.org>
13429
13430 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
13431 number instead of the comments on some line.
13432
13433 2016-04-06 Don Breazeal <donb@codesourcery.com>
13434
13435 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
13436 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
13437
13438 2016-04-06 Simon Marchi <simon.marchi@ericsson.com>
13439
13440 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
13441 standard_output_file. Remove unused binfile variable.
13442
13443 2016-04-05 Catalin Udma <catalin.udma@freescale.com>
13444
13445 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
13446 * gdb.python/py-mi-objfile.exp: Match "list main" output
13447 in console format.
13448
13449 2016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
13450
13451 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
13452 absolute.
13453
13454 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
13455
13456 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
13457 absolute.
13458 * gdb.trace/ftrace.exp: Likewise.
13459 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
13460 targets as well.
13461 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
13462 (gdb_load_shlibs): Copy libraries to test directory when testing
13463 natively. Only set solib-search-path if testing remotely.
13464 * lib/mi-support.exp (mi_load_shlibs): Likewise.
13465
13466 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
13467
13468 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
13469 gdb_download. Use it even if the target is not remote.
13470 * gdb.base/jit.exp (compile_jit_test): Likewise.
13471 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
13472 output directory if the destination board is local, otherwise use
13473 the standard remote_download from DejaGnu.
13474 (gdb_download): Remove.
13475 (gdb_load_shlibs): Use gdb_remote_download instead of
13476 gdb_download.
13477 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
13478 Use gdb_remote_download instead of gdb_download. Use it even if
13479 the target is not remote.
13480 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
13481 instead of gdb_download.
13482
13483 2016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
13484
13485 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
13486 (test_insert_delete_modify): Call mi_load_shlibs before trying to
13487 run.
13488
13489 2016-04-01 Artemiy Volkov <artemiyv@acm.org>
13490
13491 PR gdb/19820
13492 * gdb.base/printcmds.exp: Add artificial arrays tests.
13493
13494 2016-03-31 Pedro Alves <palves@redhat.com>
13495
13496 PR gdb/19858
13497 * gdb.base/jit-main.c: Include unistd.h.
13498 (ATTACH): Define to 0 if not already defined.
13499 (wait_for_gdb, mypid): New globals.
13500 (WAIT_FOR_GDB): New macro.
13501 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
13502 some breakpoint locations.
13503 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
13504 New procedures.
13505 (one_jit_test): Add REATTACH parameter, and handle it. Use
13506 continue_to_test_location.
13507 (top level): Test attach, and adjusts calls to one_jit_test.
13508
13509 2016-03-31 Pedro Alves <palves@redhat.com>
13510
13511 PR gdb/19858
13512 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
13513 BINSUFFIX parameter, and handle it.
13514 (top level): Adjust calls compile_jit_test.
13515
13516 2016-03-31 Catalin Udma <catalin.udma@freescale.com>
13517
13518 PR python/19743
13519 * gdb.python/py-mi-events-gdb.py: New file.
13520 * gdb.python/py-mi-events.c: New file.
13521 * gdb.python/py-mi-events.exp: New file.
13522
13523 2016-03-30 Yao Qi <yao.qi@linaro.org>
13524
13525 * gdb.reverse/until-precsave.exp: Match function name only.
13526 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
13527 Move malloc to a condition block.
13528 * gdb.reverse/until-reverse.exp: Match function name only.
13529
13530 2016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
13531
13532 * gdb.trace/ftrace.exp: Set arg0exp for s390.
13533 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
13534 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
13535 variable for GPR 0 instead of assuming it is register 0.
13536 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
13537 * lib/trace-support.exp: Add s390 registers.
13538
13539 2016-03-29 Yao Qi <yao.qi@linaro.org>
13540
13541 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
13542
13543 2016-03-24 Yao Qi <yao.qi@linaro.org>
13544
13545 * gdb.reverse/break-reverse.exp: Add quotation mark in the
13546 test message.
13547
13548 2016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
13549
13550 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
13551 maintaining separate logic for constructing the output path.
13552
13553 2016-03-16 Don Breazeal <donb@codesourcery.com>
13554
13555 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
13556 Retry fork and waitpid on interrupted system call errors.
13557 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
13558 Use with_timeout_factor to increase timeout by factor of 10.
13559
13560 2016-03-15 Don Breazeal <donb@codesourcery.com>
13561
13562 * gdb.cp/scope-err.cc: New test program.
13563 * gdb.cp/scope-err.exp: New test script.
13564 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
13565 lines and "set breakpoint here" comment.
13566 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
13567 Fixed some whitespace and format issues.
13568 * gdb.mi/mi-linespec-err-cp.cc: New test program.
13569 * gdb.mi/mi-linespec-err-cp.exp: New test script.
13570
13571 2016-03-15 Doug Evans <dje@google.com>
13572
13573 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
13574 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
13575 All callers updated. Add tests for enums, mixed flags register.
13576
13577 2016-03-15 Doug Evans <dje@google.com>
13578
13579 * gdb.base/skip.c (main): Call test_skip_file_and_function.
13580 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
13581
13582 2016-03-14 Simon Marchi <simon.marchi@ericsson.com>
13583
13584 * gdb.base/default.exp: Add $_as_string to the list of expected
13585 convenience functions.
13586
13587 2016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
13588
13589 * gdb.base/maint.exp: New tests for 'maint info line-table'.
13590
13591 2016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
13592
13593 * gdb.python/py-as-string.exp: New file.
13594 * gdb.python/py-as-string.c: New file.
13595
13596 2016-03-09 Pedro Alves <palves@redhat.com>
13597
13598 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
13599 signal" -> "Thread NN received signal" output change.
13600 * gdb.threads/ia64-sigill.exp: Likewise.
13601 * gdb.threads/linux-dp.exp: Likewise.
13602 * gdb.threads/manythreads.exp: Likewise.
13603 * gdb.threads/pending-step.exp: Likewise.
13604 * gdb.threads/print-threads.exp: Likewise.
13605 * gdb.threads/sigstep-threads.exp: Likewise.
13606 * gdb.threads/staticthreads.exp: Likewise.
13607 * gdb.threads/tls.exp: Likewise.
13608
13609 2016-03-09 Pedro Alves <palves@redhat.com>
13610
13611 * gdb.base/command-line-input.exp: New file.
13612
13613 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
13614
13615 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
13616 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
13617 * gdb.trace/pending.exp: Accept leading dot before function name.
13618 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
13619 * lib/trace-support.exp: Set registers for ppc.
13620
13621 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
13622
13623 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
13624 use it for disassembly; accept .main in addition to main in backtrace.
13625
13626 2016-03-09 Wei-cheng Wang <cole945@gmail.com>
13627 Marcin Kościelnicki <koriakin@0x04.net>
13628
13629 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
13630 (gdb_recursion_test_ptr): New global variable.
13631 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
13632 gdb_recursion_test.
13633 (gdb_c_test): Ditto.
13634
13635 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
13636
13637 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
13638 ordering.
13639
13640 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
13641
13642 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
13643 (bar): Add bar_start_lbl label.
13644 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
13645 of foo/bar for emitting DWARF and tracing.
13646
13647 2016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
13648
13649 * analyze-racy-logs.py: Set executable bit.
13650
13651 2016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
13652
13653 * Makefile.in (DEFAULT_RACY_ITER): New variable.
13654 (CHECK_TARGET_TMP): Likewise.
13655 (check-single-racy): New rule.
13656 (check-parallel-racy): Likewise.
13657 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
13658 (do-check-parallel-racy): New rule.
13659 (check-racy/%.exp): Likewise.
13660 * README (Racy testcases): New section.
13661 * analyze-racy-logs.py: New file.
13662
13663 2016-03-03 Doug Evans <dje@google.com>
13664
13665 * gdb.base/skip.exp: Use with_test_prefix.
13666
13667 2016-03-03 Yao Qi <yao.qi@linaro.org>
13668
13669 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
13670 Invoke step_over_syscall "clone" and break_cond_on_syscall
13671 "clone".
13672 * gdb.base/step-over-clone.c: New file.
13673
13674 2016-03-03 Yao Qi <yao.qi@linaro.org>
13675
13676 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
13677 code format.
13678
13679 2016-03-03 Yao Qi <yao.qi@linaro.org>
13680
13681 * gdb.base/disp-step-fork.c: Rename to ...
13682 * gdb.base/step-over-fork.c: ... it. New file.
13683 * gdb.base/disp-step-vfork.c: Rename to ...
13684 * gdb.base/step-over-vfork.c: ... it. New file.
13685 * gdb.base/disp-step-syscall.exp: Rename to ...
13686 * gdb.base/step-over-syscall.exp: ... it. New file.
13687 (disp_step_cross_syscall): Rename to ...
13688 (step_over_syscall): ... it.
13689
13690 2016-03-03 Yao Qi <yao.qi@linaro.org>
13691
13692 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
13693 If target supports condition evaluation on target, invoke
13694 break_cond_on_syscall for fork and vfork.
13695
13696 2016-03-03 Yao Qi <yao.qi@linaro.org>
13697
13698 * gdb.base/disp-step-syscall.exp: Don't invoke
13699 support_displaced_stepping.
13700 (disp_step_cross_syscall): Test with displaced stepping off and
13701 on if supported.
13702
13703 2016-03-03 Yao Qi <yao.qi@linaro.org>
13704
13705 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
13706 proc.
13707 (setup): New proc.
13708 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
13709 and setup.
13710
13711 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
13712
13713 * gdb.fortran/vla-history.exp: Remove breakpoint.
13714
13715 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
13716
13717 * gdb.fortran/vla-history.exp: Lookup array elements and printing
13718 exceeds timeout.
13719
13720 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
13721
13722 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
13723 breakpoint.
13724
13725 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
13726
13727 * gdb.mi/vla.f90: Nullify pointer after declaration.
13728
13729 2016-03-01 Pedro Alves <palves@redhat.com>
13730
13731 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
13732
13733 2016-03-01 Pedro Alves <palves@redhat.com>
13734
13735 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
13736 before anything else.
13737 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
13738 _GNU_SOURCE here.
13739 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
13740 before anything else.
13741 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
13742
13743 2016-03-01 Pedro Alves <palves@redhat.com>
13744
13745 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
13746
13747 2016-03-01 Yao Qi <yao.qi@linaro.org>
13748
13749 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
13750 prepare_for_testing.
13751
13752 2016-03-01 Yao Qi <yao.qi@linaro.org>
13753
13754 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
13755
13756 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
13757
13758 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
13759 manually constructing the output path.
13760
13761 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
13762
13763 * gdb.arch/s390-stackless.S: New.
13764 * gdb.arch/s390-stackless.exp: New.
13765
13766 2016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
13767
13768 * gdb.dlang/circular.c: New file.
13769 * gdb.dlang/circular.exp: New file.
13770
13771 2016-02-26 Yao Qi <yao.qi@linaro.org>
13772
13773 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
13774 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
13775 (testcases): Update.
13776
13777 2016-02-26 Yao Qi <yao.qi@linaro.org>
13778
13779 * gdb.reverse/aarch64.c: Rename to ...
13780 * gdb.reverse/insn-reverse.c: ... it.
13781 * gdb.reverse/aarch64.exp: Rename to ...
13782 * gdb.reverse/insn-reverse.exp: ... it.
13783
13784 2016-02-26 Yao Qi <yao.qi@linaro.org>
13785
13786 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
13787 (testcase_ftype): New.
13788 (testcases): New array.
13789 (n_testcases): New.
13790 (main): Call each element in testcases.
13791 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
13792 (read_testcase): New.
13793 Do the tests in a loop.
13794
13795 2016-02-25 Yao Qi <yao.qi@linaro.org>
13796
13797 * gdb.base/branches.c: Remove.
13798
13799 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
13800
13801 PR gdb/13808
13802 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
13803
13804 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
13805
13806 * gdb.trace/ftrace.exp: Remove unnecessary target check.
13807
13808 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
13809
13810 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
13811 change x86_64 call_insn to 'callq'.
13812
13813 2016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
13814
13815 * gdb.trace/tfile-avx.c: Move to...
13816 * gdb.trace/tracefile-pseudo-reg.c: Here.
13817 * gdb.trace/tfile-avx.exp: Move to...
13818 * gdb.trace/tracefile-pseudo-reg.exp: Here.
13819
13820 2016-02-24 Gary Benson <gbenson@redhat.com>
13821
13822 * gdb.base/attach-pie-noexec.exp: Do not expect an error
13823 message on attach.
13824
13825 2016-02-23 Doug Evans <dje@google.com>
13826
13827 * gdb.base/skip.c (test_skip): New function.
13828 (end_test_skip_file_and_function): New function.
13829 (test_skip_file_and_function): New function.
13830 * gdb.base/skip1.c (test_skip): New function.
13831 (skip1_test_skip_file_and_function): New function.
13832 * gdb.base/skip.exp: Add tests for new skip options.
13833 * gdb.base/skip-solib.exp: Update expected output.
13834 * gdb.perf/skip-command.cc: New file.
13835 * gdb.perf/skip-command.exp: New file.
13836 * gdb.perf/skip-command.py: New file.
13837
13838 2016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
13839
13840 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
13841 info registers pattern.
13842
13843 2016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
13844
13845 * lib/future.exp: Add D support.
13846 (gdb_find_gdc): New proc.
13847 (gdb_default_target_compile): Add D support.
13848
13849 2016-02-18 Wei-cheng Wang <cole945@gmail.com>
13850
13851 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
13852 user+system time.
13853 (trace_speed_test): Determine the iteration count for a time
13854 between 15..30 seconds.
13855
13856 2016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
13857
13858 * gdb.arch/i386-mpx-sigsegv.c: New file.
13859 * gdb.arch/i386-mpx-sigsegv.exp: New file.
13860 * gdb.arch/i386-mpx-simple_segv.c: New file.
13861 * gdb.arch/i386-mpx-simple_segv.exp: New file.
13862
13863 2016-02-18 Yao Qi <yao.qi@linaro.org>
13864
13865 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
13866 Don't call setup_kfail.
13867
13868 2016-02-18 Yao Qi <yao.qi@linaro.org>
13869
13870 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
13871 Set "set breakpoint condition-evaluation" per $cond_bp_target.
13872
13873 2016-02-16 Doug Evans <dje@google.com>
13874
13875 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
13876 * gdb.base/skip1.c: Ditto.
13877 * gdb.base/skip.exp: Whitespace cleanup.
13878
13879 2016-02-16 Don Breazeal <donb@codesourcery.com>
13880
13881 PR remote/19496
13882 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
13883 Remove kfail for PR remote/19496.
13884
13885 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
13886
13887 * lib/gdb.exp (standard_temp_file): Return a path specific to
13888 the runtest invocation.
13889
13890 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
13891
13892 * gdb.trace/save-trace.exp: Change relative path to be in the
13893 standard output directory.
13894
13895 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
13896
13897 * gdb.arch/i386-prologue.c: Add missing prototypes.
13898
13899 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
13900
13901 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
13902 * gdb.arch/i386-prologue.exp: Likewise.
13903 * gdb.arch/i386-size.exp: Likewise.
13904
13905 2016-02-15 Simon Marchi <simon.marchi@ericsson.com>
13906
13907 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
13908 define object file path.
13909 * gdb.btrace/gcore.exp: Use standard_output_file to define core
13910 file path.
13911 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
13912 standard_output_file to define binfile.
13913
13914 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
13915
13916 Fix compatibility with recent gfortran-5.3.1.
13917 * gdb.fortran/vla-history.exp (print vla1 allocated)
13918 (print vla2 allocated, print $2, print $3): Remove
13919 (print $4): Rename to ...
13920 (print $2): ... here.
13921 (print $9): Rename to ...
13922 (print $5): ... here.
13923 (print $10): Rename to ...
13924 (print $6): ... here.
13925 * gdb.fortran/vla.f90: Add pvla initialization.
13926
13927 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
13928
13929 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
13930 New test.
13931 * gdb.fortran/vla-value-sub.exp: Likewise.
13932
13933 2016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
13934
13935 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
13936
13937 2016-02-12 Simon Marchi <simon.marchi@ericsson.com>
13938
13939 * i386-biarch-core.exp: Define corefile using
13940 standard_output_file.
13941
13942 2016-02-12 Yao Qi <yao.qi@linaro.org>
13943
13944 * gdb.arch/arm-single-step-kernel-helper.c: New.
13945 * gdb.arch/arm-single-step-kernel-helper.exp: New.
13946
13947 2016-02-12 Markus Metzger <markus.t.metzger@intel.com>
13948
13949 * gdb.btrace/tailcall-only.exp: New.
13950 * gdb.btrace/tailcall-only.c: New.
13951 * gdb.btrace/x86_64-tailcall-only.S: New.
13952 * gdb.btrace/i686-tailcall-only.S: New.
13953
13954 2016-02-11 Pedro Alves <palves@redhat.com>
13955
13956 * README (Parallel testing): Add missing double quotes.
13957
13958 2016-02-11 Pedro Alves <palves@redhat.com>
13959
13960 * README (Parallel testing): New section.
13961 (GDB_PARALLEL): Rewrite.
13962 (FORCE_PARALLEL): Document.
13963
13964 2016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
13965
13966 * gdb.trace/tfile-avx.c: New test.
13967 * gdb.trace/tfile-avx.exp: New test.
13968
13969 2016-02-09 Keith Seitz <keiths@redhat.com>
13970
13971 PR breakpoints/19546
13972 * gdb.base/infcall-exec.c: New file.
13973 * gdb.base/infcall-exec2.c: New file.
13974 * gdb.base/infcall-exec.exp: New file.
13975
13976 2016-02-09 Keith Seitz <keiths@redhat.com>
13977
13978 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
13979 (toplevel): Call test_bkpt_address.
13980
13981 2016-02-09 Keith Seitz <keiths@redhat.com>
13982
13983 PR python/19506
13984 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
13985 (toplevel): Call test_bkpt_address.
13986
13987 2016-02-09 Simon Marchi <simon.marchi@ericsson.com>
13988
13989 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
13990 to AC_OUTPUT.
13991 * configure: Regenerate.
13992
13993 2016-02-09 Pedro Alves <palves@redhat.com>
13994
13995 PR breakpoints/19548
13996 * gdb.base/execl-update-breakpoints.c (some_function): New
13997 function.
13998 (main): Call it.
13999 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
14000 Tighten expected GDB output.
14001
14002 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
14003
14004 * Makefile.in (ALL_SUBDIRS): Remove.
14005 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
14006 (distclean maintainer-clean realclean): Likewise.
14007 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
14008 * configure: Regenerate.
14009 * gdb.ada/Makefile.in: Delete.
14010 * gdb.arch/Makefile.in: Likewise.
14011 * gdb.asm/Makefile.in: Likewise.
14012 * gdb.base/Makefile.in: Likewise.
14013 * gdb.btrace/Makefile.in: Likewise.
14014 * gdb.cell/Makefile.in: Likewise.
14015 * gdb.compile/Makefile.in: Likewise.
14016 * gdb.cp/Makefile.in: Likewise.
14017 * gdb.disasm/Makefile.in: Likewise.
14018 * gdb.dlang/Makefile.in: Likewise.
14019 * gdb.dwarf2/Makefile.in: Likewise.
14020 * gdb.fortran/Makefile.in: Likewise.
14021 * gdb.gdb/Makefile.in: Likewise.
14022 * gdb.go/Makefile.in: Likewise.
14023 * gdb.guile/Makefile.in: Likewise.
14024 * gdb.java/Makefile.in: Likewise.
14025 * gdb.linespec/Makefile.in: Likewise.
14026 * gdb.mi/Makefile.in: Likewise.
14027 * gdb.modula2/Makefile.in: Likewise.
14028 * gdb.multi/Makefile.in: Likewise.
14029 * gdb.objc/Makefile.in: Likewise.
14030 * gdb.opencl/Makefile.in: Likewise.
14031 * gdb.opt/Makefile.in: Likewise.
14032 * gdb.pascal/Makefile.in: Likewise.
14033 * gdb.perf/Makefile.in: Likewise.
14034 * gdb.python/Makefile.in: Likewise.
14035 * gdb.reverse/Makefile.in: Likewise.
14036 * gdb.server/Makefile.in: Likewise.
14037 * gdb.stabs/Makefile.in: Likewise.
14038 * gdb.threads/Makefile.in: Likewise.
14039 * gdb.trace/Makefile.in: Likewise.
14040 * gdb.xml/Makefile.in: Likewise.
14041 * lib/gdb.exp (make_gdb_parallel_path): Add check for
14042 GDB_PARALLEL.
14043 (standard_output_file): Remove check for GDB_PARALLEL, always
14044 return path in outputs/$subdir/$testname.
14045
14046 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
14047
14048 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
14049 (site.exp): Assign abs_srcdir to tcl's srcdir.
14050
14051 2016-02-04 Yao Qi <yao.qi@linaro.org>
14052
14053 * gdb.base/foll-exec-mode.c: Include limits.h.
14054 (main): Add parameters argc and argv. Get directory from
14055 argv[0].
14056 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
14057 compilation.
14058 * gdb.base/foll-exec.c: Include limits.h.
14059 (main): Add parameters argc and argv.
14060 Get directory from argv[0].
14061 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
14062 Adjust tests on the number of lines as source code changed.
14063 * gdb.base/foll-vfork-exit.c: Include limits.h.
14064 (main): Add one line of statement before vfork.
14065 * gdb.base/foll-vfork.c: Include limits.h and string.h.
14066 (main): Add parameters argc and argv. Get directory from
14067 argv[0].
14068 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
14069 (setup_gdb): Set tbreak to skip some source lines.
14070 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
14071 (main): Add parameters argc and argv. Get directory from
14072 argv[0].
14073 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
14074 compilation.
14075 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
14076 (main): Add parameters argc and argv. Get directory from
14077 argv[0].
14078 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
14079 compilation.
14080
14081 2016-02-01 Doug Evans <dje@google.com>
14082
14083 * gdb.base/skip.exp: Clean up multiple references to same test name.
14084
14085 2016-02-01 Pedro Alves <palves@redhat.com>
14086
14087 PR remote/19496
14088 * gdb.threads/forking-threads-plus-breakpoint.exp
14089 (displaced_stepping_supported): New global.
14090 (probe_displaced_stepping_support): New procedure.
14091 (do_test): Add 'displaced' parameter, and use it.
14092 (top level): Check for displaced stepping support. Add displaced
14093 stepping on/off testing axis.
14094
14095 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
14096
14097 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
14098 pointer. Don't perform further tests on the unassociated pointer
14099 if the first test fails.
14100
14101 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
14102
14103 * gdb.base/max-value-size.c: New file.
14104 * gdb.base/max-value-size.exp: New file.
14105 * gdb.base/huge.exp: Disable max-value-size for this test.
14106
14107 2016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
14108
14109 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
14110
14111 2016-01-28 Yao Qi <yao.qi@linaro.org>
14112
14113 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
14114
14115 2016-01-25 Pedro Alves <palves@redhat.com>
14116
14117 PR threads/19461
14118 * gdb.base/fork-running-state.c: New file.
14119 * gdb.base/fork-running-state.exp: New file.
14120
14121 2016-01-25 Pedro Alves <palves@redhat.com>
14122
14123 PR gdb/19494
14124 * gdb.base/catch-fork-kill.c: New file.
14125 * gdb.base/catch-fork-kill.exp: New file.
14126
14127 2016-01-25 Pedro Alves <palves@redhat.com>
14128
14129 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
14130 Delete, moved to lib/gdb.exp.
14131 * gdb.threads/forking-threads-plus-breakpoint.exp
14132 (foreach_with_prefix): Likewise.
14133 * gdb.threads/process-dies-while-handling-bp.exp
14134 (foreach_with_prefix): Likewise.
14135 * lib/gdb.exp (foreach_with_prefix): New procedure.
14136
14137 2016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
14138
14139 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
14140 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
14141
14142 2016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
14143
14144 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
14145 endian targets.
14146
14147 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
14148 Pedro Alves <palves@redhat.com>
14149
14150 Fix testsuite compatibility with Guile.
14151 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
14152 number.
14153
14154 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
14155
14156 Fix testsuite compatibility with Guile.
14157 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
14158 (thread 1): New test for backtrace through signal handler.
14159
14160 2016-01-22 Yao Qi <yao.qi@linaro.org>
14161
14162 PR testsuite/19491
14163 * gdb.base/multi-forks.c: Include
14164 ../lib/unbuffer_output.c
14165 (main): Call gdb_unbuffer_output.
14166
14167 2016-01-21 Doug Evans <dje@google.com>
14168
14169 * lib/ada.exp (gdb_compile_ada): Fix typo.
14170
14171 2016-01-21 Joel Brobecker <brobecker@adacore.com>
14172
14173 * gdb.base/break-fun-addr.exp: New file.
14174 * gdb.base/break-fun-addr1.c: New file.
14175 * gdb.base/break-fun-addr2.c: New file.
14176
14177 2016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
14178
14179 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
14180 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
14181 enum flag values.
14182
14183 2016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
14184
14185 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
14186 when GDB can not set the vector return value. Add more comments
14187 for clarification.
14188
14189 2016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
14190
14191 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
14192 command.
14193
14194 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
14195
14196 * Makefile.in (DO_RUNTEST): Add --status and update usages.
14197
14198 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
14199
14200 * Makefile.in (check-single): Pass --status to runtest.
14201 (check/%.exp): Likewise.
14202
14203 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
14204
14205 * Makefile.in (check-parallel): Propagate return code from make
14206 do-check-parallel.
14207
14208 2016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
14209
14210 * gdb.trace/ftrace.exp: Fix expected message on continue.
14211 * gdb.trace/pending.exp: Fix expected message on continue.
14212 * gdb.trace/trace-break.exp: Fix expected message on continue.
14213
14214 2016-01-18 Simon Marchi <simon.marchi@ericsson.com>
14215
14216 * lib/gdb.exp (gdb_test): Remove unused global references.
14217
14218 2016-01-18 Pedro Alves <palves@redhat.com>
14219
14220 * gdb.base/async-shell.exp: Adjust expected output.
14221 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
14222 * gdb.base/siginfo-thread.exp: Adjust expected output.
14223 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
14224 * gdb.java/jnpe.exp: Adjust expected output.
14225 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
14226 * gdb.threads/continue-pending-status.exp: Adjust expected output.
14227 * gdb.threads/leader-exit.exp: Adjust expected output.
14228 * gdb.threads/manythreads.exp: Adjust expected output.
14229 * gdb.threads/pthreads.exp: Adjust expected output.
14230 * gdb.threads/schedlock.exp: Adjust expected output.
14231 * gdb.threads/siginfo-threads.exp: Adjust expected output.
14232 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
14233 expected output.
14234 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
14235 output.
14236 * gdb.threads/sigthread.exp: Adjust expected output.
14237 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
14238
14239 2016-01-18 Yao Qi <yao.qi@linaro.org>
14240
14241 * gdb.guile/scm-section-script.c: Replace @progbits with
14242 %progbits.
14243 * gdb.python/py-section-script.c: Likewise.
14244
14245 2016-01-15 Pedro Alves <palves@redhat.com>
14246
14247 * gdb.multi/tids.exp: Test star wildcard ranges.
14248
14249 2016-01-15 Pedro Alves <palves@redhat.com>
14250
14251 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
14252 command from "thread apply" invocation.
14253 (thr_apply_info_thr_invalid): Default the expected output to the
14254 input tid list.
14255 (top level): Add tests that use convenience variables. Add tests
14256 for "thread apply" with a valid TID list, but missing the command.
14257
14258 2016-01-13 Pedro Alves <palves@redhat.com>
14259
14260 * gdb.base/default.exp: Expect $_gthread as well.
14261 * gdb.multi/tids.exp: Test $_gthread.
14262 * gdb.threads/thread-specific.exp: Test $_gthread.
14263
14264 2016-01-13 Pedro Alves <palves@redhat.com>
14265
14266 * gdb.multi/tids.exp: Test "info threads -gid".
14267
14268 2016-01-13 Pedro Alves <palves@redhat.com>
14269
14270 * gdb.multi/tids.exp: Test InferiorThread.global_num and
14271 Breakpoint.thread.
14272 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
14273
14274 2016-01-07 Pedro Alves <palves@redhat.com>
14275
14276 * gdb.base/break.exp: Adjust to output changes.
14277 * gdb.base/hbreak2.exp: Likewise.
14278 * gdb.base/sepdebug.exp: Likewise.
14279 * gdb.base/watch_thread_num.exp: Likewise.
14280 * gdb.linespec/keywords.exp: Likewise.
14281 * gdb.multi/info-threads.exp: Likewise.
14282 * gdb.threads/thread-find.exp: Likewise.
14283 * gdb.multi/tids.c: New file.
14284 * gdb.multi/tids.exp: New file.
14285
14286 2016-01-13 Pedro Alves <palves@redhat.com>
14287
14288 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
14289
14290 2016-01-13 Pedro Alves <palves@redhat.com>
14291
14292 * gdb.base/default.exp: Expect $_inferior as well.
14293 * gdb.multi/base.exp: Test $_inferior.
14294
14295 2016-01-13 Pedro Alves <palves@redhat.com>
14296
14297 PR breakpoints/19388
14298 * gdb.base/catch-signal-siginfo-cond.c: New file.
14299 * gdb.base/catch-signal-siginfo-cond.exp: New file.
14300
14301 2016-01-12 Josh Stone <jistone@redhat.com>
14302 Philippe Waroquiers <philippe.waroquiers@skynet.be>
14303
14304 * gdb.base/catch-syscall.c (do_execve): New variable.
14305 (main): Conditionally trigger an execve.
14306 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
14307 (test_catch_syscall_execve): New, check entry/return across execve.
14308 (do_syscall_tests): Call test_catch_syscall_execve.
14309
14310 2016-01-12 Pedro Alves <palves@redhat.com>
14311
14312 * gdb.base/random-signal.exp (do_test): New procedure, with body
14313 of testcase moved in.
14314
14315 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
14316 Pedro Alves <palves@redhat.com>
14317
14318 * gdb.base/funcargs.exp (finish from indirectly called function):
14319 Reintroduce the case for 'First'.
14320
14321 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
14322 Pedro Alves <palves@redhat.com>
14323
14324 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
14325 (tcatch_vfork_then_child_follow_exec)
14326 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
14327 identification.
14328
14329 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
14330
14331 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
14332 and repeats to unlimited.
14333 * gdb.python/py-value.exp: Likewise.
14334 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
14335 and repeats to unlimited.
14336
14337 2016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
14338
14339 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
14340 and reordering the functions.
14341 * gdb.multi/hangout.c: Likewise.
14342 * gdb.multi/hello.c: Likewise.
14343
14344 2016-01-08 Simon Marchi <simon.marchi@ericsson.com>
14345
14346 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
14347 absolute.
14348 (SingleStatisticTestResult.report): Use dict.keys instead of
14349 dict.iterkeys.
14350
14351 2016-01-06 Pedro Alves <palves@redhat.com>
14352
14353 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
14354
14355 2016-01-04 Markus Metzger <markus.t.metzger@intel.com>
14356
14357 * gdb.btrace/dlopen.exp: New.
14358 * gdb.btrace/dlopen.c: New.
14359 * gdb.btrace/dlopen-dso.c: New.
14360
14361 2015-12-25 Sandra Loosemore <sandra@codesourcery.com>
14362
14363 * lib/gdb.exp (gdb_test): Update comments to clarify that the
14364 PATTERN argument is optional.
14365
14366 2015-12-24 Joel Brobecker <brobecker@adacore.com>
14367
14368 * lib/ada.exp (target_compile_ada_from_dir): New function.
14369 (gdb_compile_ada): Reimplement avoiding the use of project files.
14370 * gdb.ada/gnat_ada.gpr: Delete.
14371 * gdb.ada/cond_lang.exp: Adjust test to make path before
14372 filename optional.
14373 * gdb.ada/small_reg_param.exp: Likewise.
14374
14375 2015-12-22 Simon Marchi <simon.marchi@ericsson.com>
14376
14377 * gdb.base/foll-vork.exp: Remove HP-UX special case.
14378
14379 2015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
14380
14381 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
14382 case.
14383
14384 2015-12-21 Simon Marchi <simon.marchi@ericsson.com>
14385
14386 * gdb.base/break.exp: Remove dead code.
14387 * gdb.base/sepdebug.exp: Likewise.
14388
14389 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
14390
14391 * gdb.asm/asm-source.exp: Remove HP-UX references.
14392 * gdb.base/annota1.exp: Likewise.
14393 * gdb.base/annota3.exp: Likewise.
14394 * gdb.base/attach.exp: Likewise.
14395 * gdb.base/bigcore.exp: Likewise.
14396 * gdb.base/break.exp: Likewise.
14397 * gdb.base/call-ar-st.exp: Likewise.
14398 * gdb.base/callfuncs.exp: Likewise.
14399 * gdb.base/catch-fork-static.exp: Likewise.
14400 * gdb.base/display.exp: Likewise.
14401 * gdb.base/foll-exec-mode.exp: Likewise.
14402 * gdb.base/foll-exec.exp: Likewise.
14403 * gdb.base/foll-fork.exp: Likewise.
14404 * gdb.base/foll-vfork.exp: Likewise.
14405 * gdb.base/funcargs.exp: Likewise.
14406 * gdb.base/hbreak2.exp: Likewise.
14407 * gdb.base/inferior-died.exp: Likewise.
14408 * gdb.base/interrupt.exp: Likewise.
14409 * gdb.base/multi-forks.exp: Likewise.
14410 * gdb.base/nodebug.exp: Likewise.
14411 * gdb.base/sepdebug.exp: Likewise.
14412 * gdb.base/solib1.c: Likewise.
14413 * gdb.base/step-test.exp: Likewise.
14414 * gdb.mi/non-stop.c: Likewise.
14415 * gdb.mi/pthreads.c: Likewise.
14416 * gdb.multi/bkpt-multi-exec.ex: Likewise.
14417 * gdb.threads/pthreads.c: Likewise.
14418 * gdb.threads/staticthreads.exp: Likewise.
14419 * lib/future.exp: Likewise.
14420 * lib/gdb.exp: Likewise.
14421 * gdb.base/so-indr-cl.c: Remove.
14422 * gdb.base/so-indr-cl.exp: Likewise.
14423 * gdb.base/solib.c: Likewise.
14424 * gdb.base/solib.exp: Likewise.
14425 * gdb.base/solib2.c: Likewise.
14426
14427 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
14428
14429 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
14430 * gdb.base/call-ar-st.exp: Likewise.
14431 * gdb.base/callfuncs.exp: Likewise.
14432 * gdb.base/condbreak.exp: Likewise.
14433 * gdb.base/constvars.exp: Likewise.
14434 * gdb.base/hbreak2.exp: Likewise.
14435 * gdb.base/langs.exp: Likewise.
14436 * gdb.base/list.exp: Likewise.
14437 * gdb.base/long_long.exp: Likewise.
14438 * gdb.base/ptype.exp: Likewise.
14439 * gdb.base/scope.exp: Likewise.
14440 * gdb.base/signals.exp: Likewise.
14441 * gdb.base/so-impl-ld.exp: Likewise.
14442 * gdb.base/varargs.exp: Likewise.
14443 * gdb.base/volatile.exp: Likewise.
14444 * gdb.base/whatis.exp: Likewise.
14445 * gdb.cp/cplusfuncs.exp: Likewise.
14446 * gdb.cp/inherit.exp: Likewise.
14447 * gdb.cp/local.exp: Likewise.
14448 * gdb.cp/member-ptr.exp: Likewise.
14449 * gdb.cp/method.exp: Likewise.
14450 * gdb.cp/overload.exp: Likewise.
14451 * gdb.cp/templates.exp: Likewise.
14452 * gdb.stabs/weird.exp: Likewise.
14453 * lib/compiler.c: Likewise.
14454 * lib/compiler.cc: Likewise.
14455 * lib/cp-support.exp: Likewise.
14456 * lib/gdb.exp: Likewise.
14457
14458 2015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
14459
14460 * configure.ac: Remove HP-UX case.
14461 * configure: Regenerate.
14462
14463 2015-12-18 Simon Marchi <simon.marchi@ericsson.com>
14464
14465 * lib/gdb.exp (gdb_compile): Add function doc.
14466
14467 2015-12-17 Pedro Alves <palves@redhat.com>
14468
14469 PR threads/19354
14470 * gdb.multi/info-threads.exp: New file.
14471
14472 2015-12-15 Yao Qi <yao.qi@linaro.org>
14473
14474 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
14475 is aarch64*-*-*.
14476
14477 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
14478
14479 * gdb.base/history-duplicates.exp: Skip if no readline support.
14480
14481 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
14482
14483 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
14484
14485 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
14486
14487 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
14488
14489 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
14490
14491 * gdb.base/completion.exp: Skip tests that interrupt GDB with
14492 ctrl-C if nointerrupts target property is set.
14493 * gdb.base/double-prompt-target-event-error.exp: Likewise.
14494 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
14495 * gdb.base/paginate-bg-execution.exp: Likewise.
14496 * gdb.base/paginate-execution-startup.exp: Likewise.
14497 * gdb.base/random-signal.exp: Likewise.
14498 * gdb.base/range-stepping.exp: Likewise.
14499 * gdb.cp/annota2.exp: Likewise.
14500 * gdb.cp/annota3.exp: Likewise.
14501 * gdb.gdb/selftest.exp: Likewise.
14502 * gdb.threads/continue-pending-status.exp: Likewise.
14503 * gdb.threads/leader-exit.exp: Likewise.
14504 * gdb.threads/manythreads.exp: Likewise.
14505 * gdb.threads/pthreads.exp: Likewise.
14506 * gdb.threads/schedlock.exp: Likewise.
14507 * gdb.threads/sigthread.exp: Likewise.
14508
14509 2015-12-11 Don Breazeal <donb@codesourcery.com>
14510
14511 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
14512 remote.
14513 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
14514 * gdb.base/foll-exec.exp (main): Enable for target remote.
14515 * gdb.base/foll-fork.exp (main): Likewise.
14516 * gdb.base/foll-vfork.exp (main): Likewise.
14517 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
14518 (proc continue_to_exit_bp_loc): Use clean_restart.
14519 * gdb.base/pie-execl.exp (main): Disable for target remote.
14520 * gdb.base/watch-vfork.exp (main): Enable for target remote.
14521 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
14522 * gdb.threads/execl.exp (main): Likewise.
14523 * gdb.threads/fork-child-threads.exp (main): Likewise.
14524 * gdb.threads/fork-plus-threads.exp (main): Disable for target
14525 remote.
14526 * gdb.threads/fork-thread-pending.exp (main): Enable for target
14527 remote.
14528 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
14529 pid.tid style ptids, instead of just tid.
14530 * gdb.threads/thread-execl.exp (main): Enable for target remote.
14531 * gdb.threads/watchpoint-fork.exp (main): Likewise.
14532 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
14533 ptids, instead of just tid.
14534
14535 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
14536
14537 * gdb.base/list.exp (test_list_forward): Add end of file error
14538 test.
14539 (test_repeat_list_command): Add end of file error test.
14540 (test_list_backwards): Add beginning of file error test.
14541
14542 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
14543
14544 * gdb.base/list.exp (test_list_invalid_args): New function,
14545 defined, and called.
14546
14547 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
14548
14549 * gdb.base/list.exp (test_list): Make test names unique.
14550
14551 2015-12-11 Yao Qi <yao.qi@linaro.org>
14552
14553 * gdb.base/coremaker2.c: Remove.
14554
14555 2015-12-10 Pedro Alves <palves@redhat.com>
14556
14557 * gdb.multi/base.exp: Remove stale "spaces" references.
14558
14559 2015-12-10 Pedro Alves <palves@redhat.com>
14560
14561 * gdb.multi/base.exp: Don't use nowarnings.
14562 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
14563 * gdb.multi/hangout.c: Include stdio.h.
14564 * gdb.multi/hello.c: Include stdlib.h.
14565 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
14566 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
14567 * gdb.multi/multi-arch.exp: Don't use nowarnings.
14568
14569 2015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
14570
14571 * gdb.dwarf2/dw2-ranges-base.c: New file.
14572 * gdb.dwarf2/dw2-ranges-base.exp: New file.
14573 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
14574 support additional line table, and debug ranges generation.
14575 (Dwarf::ranges): New function, generate .debug_ranges.
14576 (Dwarf::lines): Support generating simple line table programs.
14577 (Dwarf::assemble): Initialise new namespace variables.
14578
14579 2015-12-09 Kevin Buettner <kevinb@redhat.com>
14580
14581 * gdb.base/async.exp (proc test_background): Add case for
14582 asynchronous execution not supported.
14583
14584 2015-12-09 Luis Machado <lgustavo@codesourcery.com>
14585
14586 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
14587 format and change test names to make them unique.
14588
14589 2015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
14590 Pedro Alves <pedro@redhat.com>
14591
14592 PR gdb/18702
14593 Add checking of floatformats setup on x86_64 hosts.
14594 * gdb.arch/i386-float.S (main): Load bigval and smallval.
14595 (smallval, bigval): New labels/constants.
14596 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
14597 float" after loading bigval and smallval.
14598
14599 2015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
14600
14601 * gdb.ada/fun_overload_menu.exp: New testcase.
14602 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
14603
14604 2015-12-04 Josh Stone <jistone@redhat.com>
14605
14606 * gdb.base/catch-fork-static.exp: New.
14607
14608 2015-12-03 Yao Qi <yao.qi@linaro.org>
14609
14610 * gdb.base/sizeof.c: Don't include stdio.h and
14611 ../lib/unbuffer_output.c.
14612 (main): New variable 'size' and 'value'. Remove printf and
14613 gdb_unbuffer_output. Assign return value to size and value.
14614 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
14615 at the beginning.
14616 (check_sizeof): Check the result by printing variable 'size'.
14617 (check_valueof): Check the result by printing variable 'value'.
14618
14619 2015-12-01 Yao Qi <yao.qi@linaro.org>
14620
14621 * gdb.base/disp-step-syscall.exp: Define syscall instruction
14622 for aarch64*-*-linux* target.
14623
14624 2015-11-30 Pedro Alves <palves@redhat.com>
14625
14626 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
14627
14628 2015-11-30 Pedro Alves <palves@redhat.com>
14629
14630 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
14631 Handle non-stop mode vCont replies.
14632
14633 2015-11-30 Pedro Alves <palves@redhat.com>
14634
14635 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
14636 prepare_for_testing. Start gdb with "set non-stop on" appended to
14637 GDBFLAGS. Lax expected stop output.
14638
14639 2015-11-27 Yao Qi <yao.qi@linaro.org>
14640
14641 * gdb.arch/arm-neon.exp: New.
14642 * gdb.arch/arm-neon.c: New.
14643
14644 2015-11-27 Yao Qi <yao.qi@linaro.org>
14645
14646 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
14647
14648 2015-11-27 Yao Qi <yao.qi@linaro.org>
14649
14650 * gdb.cp/annota2.exp: Allow multiple occurrences of the
14651 frames-invalid annotation.
14652
14653 2015-11-27 Yao Qi <yao.qi@linaro.org>
14654
14655 * gdb.cp/annota2.exp: Use ${frames_invalid}.
14656
14657 2015-11-26 Simon Marchi <simon.marchi@ericsson.com>
14658
14659 * gdb.threads/names.exp: New file.
14660 * gdb.threads/names.c: New file.
14661 * README: Mention gdb,no_thread_names.
14662
14663 2015-11-26 Markus Metzger <markus.t.metzger@intel.com>
14664
14665 PR 19297
14666 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
14667 support" error.
14668
14669 2015-11-24 Pedro Alves <palves@redhat.com>
14670
14671 PR 17539
14672 * gdb.base/display.exp: Expect displays to be sorted in ascending
14673 order. Use multi_line.
14674 * gdb.base/solib-display.exp: Likewise.
14675
14676 2015-11-24 Pedro Alves <palves@redhat.com>
14677
14678 PR 17539
14679 * gdb.base/display.exp: Expect displays to be sorted in ascending
14680 order. Use multi_line.
14681 * gdb.base/solib-display.exp: Likewise.
14682
14683 2015-11-24 Pedro Alves <palves@redhat.com>
14684
14685 PR 17539
14686 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
14687 threads in ascending order.
14688 * gdb.base/foll-fork.exp: Likewise.
14689 * gdb.base/foll-vfork.exp: Likewise.
14690 * gdb.base/multi-forks.exp: Likewise.
14691 * gdb.mi/mi-nonstop.exp: Likewise.
14692 * gdb.mi/mi-nsintrall.exp: Likewise.
14693 * gdb.multi/base.exp: Likewise.
14694 * gdb.multi/multi-arch.exp: Likewise.
14695 * gdb.python/py-inferior.exp: Likewise.
14696 * gdb.threads/break-while-running.exp: Likewise.
14697 * gdb.threads/execl.exp: Likewise.
14698 * gdb.threads/gcore-thread.exp: Likewise.
14699 * gdb.threads/info-threads-cur-sal.exp: Likewise.
14700 * gdb.threads/kill.exp: Likewise.
14701 * gdb.threads/linux-dp.exp: Likewise.
14702 * gdb.threads/multiple-step-overs.exp: Likewise.
14703 * gdb.threads/next-bp-other-thread.exp: Likewise.
14704 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
14705 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
14706 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
14707 * gdb.threads/thread-find.exp: Likewise.
14708 * gdb.threads/tls.exp: Likewise.
14709 * lib/mi-support.exp (mi_reverse_list): Delete.
14710 (mi_check_thread_states): No longer reverse list.
14711
14712 2015-11-24 Pedro Alves <palves@redhat.com>
14713
14714 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
14715 use lowercase.
14716
14717 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
14718
14719 * gdb.trace/actions.c: Include trace-common.h.
14720 (main): Add a location for a fast tracepoint.
14721 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
14722 the normal tracepoints.
14723 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
14724
14725 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
14726
14727 * save-trace.exp: Factor out code to these...
14728 (gdb_save_tracepoints): New.
14729 (gdb_load_tracepoints): New.
14730 (do_save_load_test): New.
14731
14732 2015-11-23 Kevin Buettner <kevinb@redhat.com>
14733
14734 * gdb.base/asmlabel.exp: New test.
14735 * gdb.base/asmlabel.c: New test case.
14736
14737 2015-11-23 Joel Brobecker <brobecker@adacore.com>
14738
14739 * gdb.base/wrong_frame_bt_full-main.c: New file.
14740 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
14741 * gdb.base/wrong_frame_bt_full.exp: New file.
14742
14743 2015-11-23 Joel Brobecker <brobecker@adacore.com>
14744
14745 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
14746
14747 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
14748
14749 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
14750 pstate register when comparing registers values in
14751 sparc64-*-linux-gnu targets to avoid spurious differences.
14752
14753 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
14754
14755 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
14756
14757 2015-11-19 Sandra Loosemore <sandra@codesourcery.com>
14758
14759 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
14760 as type argument to gdb_compile.
14761 * gdb.base/nested-subp2.exp: Likewise.
14762 * gdb.base/nested-subp3.exp: Likewise.
14763
14764 2015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
14765
14766 * lib/dwarf.exp (_note): Fix left shift of negative value.
14767 * gdb.trace/trace-condition.exp: Likewise.
14768
14769 2015-11-13 Yao Qi <yao.qi@linaro.org>
14770
14771 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
14772 comments about d10v.
14773 (test_scalar_returns): Likewise.
14774 * gdb.base/d10v.ld: Remove.
14775 * gdb.base/overlays.exp: Remove the target triplet checking for
14776 d10v-*-*.
14777 * gdb.base/structs.exp (test_struct_returns): Remove the
14778 comments about d10v.
14779 (test_struct_calls): Likewise.
14780
14781 2015-11-13 Yao Qi <yao.qi@linaro.org>
14782
14783 * gdb.base/gnu_vector.exp: Check the return value by "p res".
14784 * gdb.base/gnu_vector.c: Don't include stdio.h.
14785 (main): Don't print res and call add_some_intvecs.
14786
14787 2015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
14788
14789 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
14790 macro.
14791 (func5): Removed.
14792 (func4): Use FAST_TRACEPOINT_LABEL.
14793 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
14794 macro.
14795 (func): Removed.
14796 (thread_function): Use FAST_TRACEPOINT_LABEL.
14797 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
14798 (func): Remove.
14799 (marker): Use FAST_TRACEPOINT_LABEL.
14800 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
14801 (pendfunc1): Remove.
14802 (pendfunc): Use FAST_TRACEPOINT_LABEL.
14803 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
14804 (foo): Remove.
14805 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
14806 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
14807 macro.
14808 (func): Remove.
14809 (marker): Use FAST_TRACEPOINT_LABEL.
14810 * gdb.trace/trace-common.h: New header.
14811 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
14812 macro.
14813 (func): Remove.
14814 (marker): Use FAST_TRACEPOINT_LABEL.
14815 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
14816 (func): Remove.
14817 (thread_function): Use FAST_TRACEPOINT_LABEL.
14818
14819 2015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
14820
14821 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
14822 in front.
14823 * gdb.trace/change-loc.exp: Use global pcreg definition.
14824 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
14825 * gdb.trace/entry-values.exp: Use global spreg definition, add $
14826 in front.
14827 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
14828 * gdb.trace/pending.exp: Likewise.
14829 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
14830 * gdb.trace/trace-break.exp: Likewise.
14831 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
14832 in front.
14833 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
14834 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
14835 in front.
14836 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
14837
14838 2015-11-09 Joel Brobecker <brobecker@adacore.com>
14839
14840 * gdb.ada/fin_fun_out: New testcase.
14841
14842 2015-11-07 Kevin Buettner <kevinb@redhat.com>
14843
14844 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
14845 value associated with DW_AT_byte_size.
14846 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
14847 constants for DW_AT_byte_size, DW_AT_lower_bound, and
14848 DW_AT_upper_bound.
14849
14850 2015-11-07 Kevin Buettner <kevinb@redhat.com>
14851
14852 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
14853 (gdb_target_symbol_prefix_flags): Define in terms of _asm
14854 version.
14855 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
14856 gdb.dwarf2/dw2-canonicalize-type.exp,
14857 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
14858 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
14859 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
14860 provided by gdb_target_symbol_prefix_flags_asm.
14861 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
14862 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
14863 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
14864 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
14865 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
14866 macros where needed). Use this macro for symbols which require
14867 the prefix provided by SYMBOL_PREFIX.
14868
14869 2015-11-05 Kevin Buettner <kevinb@redhat.com>
14870
14871 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
14872 New procs.
14873 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
14874 representing expressions, of more than one list element.
14875 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
14876 to prepend linker symbol prefix to f.
14877 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
14878 table_1 and table_2.
14879 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
14880 Likewise, for f and g.
14881 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
14882 for ptr.
14883 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
14884 for main.
14885 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
14886 table_1_ptr and table_2_ptr.
14887
14888 2015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
14889 Joel Brobecker <brobecker@adacore.com>
14890
14891 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
14892
14893 2015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
14894
14895 * gdb.reverse/s390-mvcle.c: New test.
14896 * gdb.reverse/s390-mvcle.exp: New file.
14897 * lib/gdb.exp: Enable reverse tests on s390*-linux.
14898
14899 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
14900
14901 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
14902
14903 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
14904
14905 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
14906 reaching marker2.
14907 * gdb.reverse/getresuid-reverse.exp: Likewise.
14908 * gdb.reverse/pipe-reverse.exp: Likewise.
14909 * gdb.reverse/readv-reverse.exp: Likewise.
14910 * gdb.reverse/recvmsg-reverse.exp: Likewise.
14911 * gdb.reverse/time-reverse.exp: Likewise.
14912 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
14913
14914 2015-10-30 Yao Qi <yao.qi@linaro.org>
14915
14916 * gdb.threads/wp-replication.c (watch_count_done): Remove.
14917 (empty_cycle): Remove.
14918 (main): Don't call empty_cycle. Don't use watch_count_done.
14919 * gdb.threads/wp-replication.exp: Don't set breakpoint on
14920 empty_cycle. Rewrite the code counting HW watchpoints.
14921
14922 2015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
14923
14924 * gdb.reverse/fstatat-reverse.c: New test.
14925 * gdb.reverse/fstatat-reverse.exp: New file.
14926 * gdb.reverse/getresuid-reverse.c: New test.
14927 * gdb.reverse/getresuid-reverse.exp: New file.
14928 * gdb.reverse/pipe-reverse.c: New test.
14929 * gdb.reverse/pipe-reverse.exp: New file.
14930 * gdb.reverse/readv-reverse.c: New test.
14931 * gdb.reverse/readv-reverse.exp: New file.
14932 * gdb.reverse/recvmsg-reverse.c: New test.
14933 * gdb.reverse/recvmsg-reverse.exp: New file.
14934 * gdb.reverse/time-reverse.c: New test.
14935 * gdb.reverse/time-reverse.exp: New file.
14936 * gdb.reverse/waitpid-reverse.c: New test.
14937 * gdb.reverse/waitpid-reverse.exp: New file.
14938
14939 2015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
14940
14941 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
14942
14943 2015-10-26 Doug Evans <dje@google.com>
14944
14945 PR symtab/17391
14946 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
14947 * gdb.dwarf2/bad-regnum.c: New file.
14948 * gdb.dwarf2/bad-regnum.exp: New file.
14949
14950 2015-10-26 Doug Evans <dje@google.com>
14951
14952 PR python/18938
14953 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
14954 file.
14955
14956 2015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
14957
14958 * gdb.compile/compile.exp (compile code globalvar): Update expectation
14959 for a change by "Mention language in compile error message".
14960
14961 2015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
14962
14963 PR python/18073
14964 * gdb.python/py-type.c (C::a_method): New.
14965 (C::a_const_method): New.
14966 (C::a_static_method): New.
14967 (a_function): New.
14968 * gdb.python/py-type.exp (test_fields): Test getting fields
14969 from function and method.
14970
14971 2015-10-21 Keven Boell <keven.boell@intel.com>
14972
14973 * gdb.fortran/vla-alloc-assoc.exp: New file.
14974 * gdb.fortran/vla-datatypes.exp: New file.
14975 * gdb.fortran/vla-datatypes.f90: New file.
14976 * gdb.fortran/vla-history.exp: New file.
14977 * gdb.fortran/vla-ptype-sub.exp: New file.
14978 * gdb.fortran/vla-ptype.exp: New file.
14979 * gdb.fortran/vla-sizeof.exp: New file.
14980 * gdb.fortran/vla-sub.f90: New file.
14981 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
14982 * gdb.fortran/vla-value-sub-finish.exp: New file.
14983 * gdb.fortran/vla-value-sub.exp: New file.
14984 * gdb.fortran/vla-value.exp: New file.
14985 * gdb.fortran/vla-ptr-info.exp: New file.
14986 * gdb.mi/mi-vla-fortran.exp: New file.
14987 * gdb.mi/vla.f90: New file.
14988
14989 2015-10-21 Sandra Loosemore <sandra@codesourcery.com>
14990
14991 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
14992 of hardwired timeout value.
14993
14994 2015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
14995 Pedro Alves <palves@redhat.com>
14996
14997 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
14998 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
14999
15000 2015-10-19 Josh Stone <jistone@redhat.com>
15001
15002 * gdb.base/catch-syscall.c: Include <sched.h>.
15003 (unknown_syscall): New variable.
15004 (main): Trigger a vfork and an unknown syscall.
15005 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
15006 (unknown_syscall_number): Likewise.
15007 (check_call_to_syscall): Accept an optional syscall pattern.
15008 (check_return_from_syscall): Likewise.
15009 (check_continue): Likewise.
15010 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
15011 (test_catch_syscall_skipping_return): New test toggling off 'catch
15012 syscall' to step over the syscall return, then toggling back on.
15013 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
15014 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
15015 (do_syscall_tests): Call test_catch_syscall_without_args and
15016 test_catch_syscall_mid_vfork.
15017 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
15018 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
15019
15020 2015-10-19 Andrew Stubbs <ams@codesourcery.com>
15021
15022 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
15023 print g_vE): Add new pass patterns.
15024 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
15025 print various symbol names for vptr fields.
15026
15027 2015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
15028
15029 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
15030 results.
15031
15032 2015-10-12 Yao Qi <yao.qi@linaro.org>
15033
15034 * gdb.arch/disp-step-insn-reloc.exp: New test case.
15035
15036 2015-10-12 Yao Qi <yao.qi@linaro.org>
15037
15038 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
15039 is aarch64*-*-linux*.
15040
15041 2015-10-12 Yao Qi <yao.qi@linaro.org>
15042
15043 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
15044 (can_relocate_bcond_true): ... it.
15045 (can_relocate_bcond_false): New function.
15046 (foo): Likewise.
15047 (can_relocate_bl): Likewise.
15048 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
15049 can_relocate_bl.
15050
15051 2015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
15052
15053 * gdb.base/nested-addr.c: New file.
15054 * gdb.base/nested-addr.exp: New testcase.
15055
15056 2015-10-09 Markus Metzger <markus.t.metzger@intel.com>
15057
15058 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
15059 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
15060 its output. Ignore the output of "record goto begin" and instead
15061 check that GDB is replaying.
15062
15063 2015-10-09 Pedro Alves <palves@redhat.com>
15064
15065 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
15066 (top level): Use it in the run with no args test.
15067
15068 2015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
15069
15070 * gdb.dlang/properties.exp: New file.
15071
15072 2015-10-02 Sandra Loosemore <sandra@codesourcery.com>
15073
15074 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
15075 whether or not address 0x1000 is mapped on the target.
15076
15077 2015-09-30 Simon Marchi <simon.marchi@ericsson.com>
15078
15079 * gdb.python/py-type.exp: Do not run tests if binaries fail to
15080 build.
15081
15082 2015-09-30 Markus Metzger <markus.t.metzger@intel.com>
15083
15084 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
15085 instruction-history test.
15086
15087 2015-09-28 Doug Evans <dje@google.com>
15088
15089 * gdb.base/gcore.c (array_func): Add reference to static_array.
15090
15091 2015-09-25 Simon Marchi <simon.marchi@ericsson.com>
15092
15093 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
15094 source line.
15095
15096 2015-09-24 Sandra Loosemore <sandra@codesourcery.com>
15097
15098 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
15099 short or char as base type.
15100
15101 2015-09-23 Sandra Loosemore <sandra@codesourcery.com>
15102
15103 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
15104 to allow any size enum.
15105
15106 2015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
15107
15108 * gdb.ada/array_ptr_renaming.exp: New testcase.
15109 * gdb.ada/array_ptr_renaming/foo.adb: New file.
15110 * gdb.ada/array_ptr_renaming/pack.ads: New file.
15111
15112 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
15113
15114 * gdb.trace/ftrace-lock.c: New file.
15115 * gdb.trace/ftrace-lock.exp: New file.
15116
15117 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
15118
15119 * gdb.arch/insn-reloc.c: New file.
15120 * gdb.arch/ftrace-insn-reloc.exp: New file.
15121
15122 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
15123
15124 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
15125 instruction.
15126 * gdb.trace/pendshr1.c (pendfunc): Likewise.
15127 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
15128 * gdb.trace/range-stepping.c: Likewise.
15129 * gdb.trace/trace-break.c: Likewise.
15130 * gdb.trace/trace-mt.c (thread_function): Likewise.
15131 * gdb.trace/ftrace.c (marker): Likewise.
15132 * gdb.trace/trace-condition.c (marker): Likewise.
15133 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
15134 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
15135 is_aarch64_target.
15136
15137 2015-09-18 Doug Evans <xdje42@gmail.com>
15138
15139 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
15140 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
15141
15142 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
15143
15144 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
15145 the breakpoint.
15146
15147 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
15148
15149 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
15150 the pending breakpoint. Remove timeout override for "Run till
15151 MI pending breakpoint on pendfunc3 on thread 2" test.
15152
15153 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
15154
15155 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
15156 filename pattern.
15157
15158 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
15159
15160 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
15161 in breakpoint filename pattern.
15162
15163 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
15164
15165 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
15166
15167 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
15168
15169 * gdb.linespec/explicit.exp: Check for readline support for
15170 tab-completion tests. Fix obvious typo.
15171
15172 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
15173
15174 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
15175 and replay.
15176
15177 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
15178
15179 * gdb.btrace/non-stop.c: New.
15180 * gdb.btrace/non-stop.exp: New.
15181
15182 2015-09-17 Pierre Langlois <pierre.langlois@arm.com>
15183 Yao Qi <yao.qi@linaro.org>
15184
15185 * gdb.trace/trace-condition.c: New file.
15186 * gdb.trace/trace-condition.exp: New file.
15187
15188 2015-09-16 Wei-cheng Wang <cole945@gmail.com>
15189
15190 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
15191 for testing bytecode compilation.
15192
15193 2015-09-16 Pedro Alves <palves@redhat.com>
15194 Sandra Loosemore <sandra@codesourcery.com>
15195
15196 * gdb.threads/non-stop-fair-events.c (timeout): New global.
15197 (SECONDS): Redefine.
15198 (main): Call pthread_kill and alarm early.
15199 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
15200 support.
15201 (test): If the target can't hardware step and doesn't support
15202 displaced stepping, increase the timeout.
15203
15204 2015-09-16 Pedro Alves <palves@redhat.com>
15205
15206 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
15207 (enable_debug): New procedures.
15208 (test): Use them. Bail out if waiting for threads fails.
15209 (top level): Bail out if a test fails.
15210
15211 2015-09-16 Yao Qi <yao.qi@linaro.org>
15212
15213 * gdb.asm/asm-source.exp: Set asm-arch for
15214 aarch64*-*-* target.
15215 * gdb.asm/aarch64.inc: New file.
15216
15217 2015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
15218
15219 * gdb.ada/array_of_variable_length.exp: New testcase.
15220 * gdb.ada/array_of_variable_length/foo.adb: New file.
15221 * gdb.ada/array_of_variable_length/pck.adb: New file.
15222 * gdb.ada/array_of_variable_length/pck.ads: New file.
15223
15224 2015-09-15 Doug Evans <dje@google.com>
15225
15226 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
15227 of function static local variable.
15228
15229 2015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
15230
15231 * gdb.threads/tls-so_extern.exp: New test file.
15232 * gdb.threads/tls-so_extern.c: New test file.
15233 * gdb.threads/tls-so_extern_main.c: New test file.
15234
15235 2015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
15236
15237 * gdb.opt/solib-intra-step-lib.c: New file.
15238 * gdb.opt/solib-intra-step-main.c: New file.
15239 * gdb.opt/solib-intra-step.exp: New file.
15240
15241 2015-09-15 Pedro Alves <palves@redhat.com>
15242
15243 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
15244 gdb_continue_to_breakpoint instead of gdb_test_multiple.
15245
15246 2015-09-14 Pedro Alves <palves@redhat.com>
15247
15248 * gdb.base/hook-stop-continue.c: Delete.
15249 * gdb.base/hook-stop-continue.exp: Delete.
15250 * gdb.base/hook-stop-frame.c: Delete.
15251 * gdb.base/hook-stop-frame.exp: Delete.
15252 * gdb.base/hook-stop.c: New file.
15253 * gdb.base/hook-stop.exp: New file.
15254
15255 2015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
15256
15257 * gdb.ada/access_to_packed_array.exp: New testcase.
15258 * gdb.ada/access_to_packed_array/foo.adb: New file.
15259 * gdb.ada/access_to_packed_array/pack.adb: New file.
15260 * gdb.ada/access_to_packed_array/pack.ads: New file.
15261
15262 2015-09-14 Markus Metzger <markus.t.metzger@intel.com>
15263
15264 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
15265 buffer size test.
15266
15267 2015-09-11 Don Breazeal <donb@codesourcery.com>
15268
15269 * gdb.base/foll-exec.c: Add copyright header. Fix
15270 formatting issues.
15271 * gdb.base/foll-exec.exp (zap_session): Delete proc.
15272 (do_exec_tests): Use clean_restart in place of zap_session,
15273 and for test initialization. Fix formatting issues. Use
15274 fail in place of perror.
15275 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
15276 an expect statement to match an expression with output from
15277 the program under debug.
15278 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
15279 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
15280 * gdb.threads/non-ldr-exc-2.exp: Likewise.
15281 * gdb.threads/non-ldr-exc-3.exp: Likewise.
15282 * gdb.threads/non-ldr-exc-4.exp: Likewise.
15283
15284 2015-09-09 Doug Evans <dje@google.com>
15285
15286 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
15287
15288 2015-09-09 Doug Evans <dje@google.com>
15289
15290 * gdb.base/pie-execl.exp: Fix result test of build_executable.
15291
15292 2015-09-09 Doug Evans <dje@google.com>
15293
15294 * gdb.base/savedregs.exp: Fix typo.
15295
15296 2015-09-09 Pedro Alves <palves@redhat.com>
15297
15298 * gdb.mi/mi-cli.exp: Add CLI finish tests.
15299
15300 2015-09-08 Sandra Loosemore <sandra@codesourcery.com>
15301
15302 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
15303 command actually switches threads. Give up on remaining
15304 tests if target fails to stop at breakpoint.
15305
15306 2015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
15307
15308 * gdb.ada/funcall_char.exp: New testcase.
15309 * gdb.ada/funcall_char/foo.adb: New file.
15310
15311 2015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
15312
15313 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
15314 expected outputs. Add two testcases for completing ambiguous
15315 functions.
15316 * gdb.ada/complete/aux_pck.adb: New file.
15317 * gdb.ada/complete/aux_pck.ads: New file.
15318 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
15319 Ambiguous_Func functions.
15320 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
15321 * gdb.ada/complete/pck.adb: Likewise.
15322
15323 2015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
15324
15325 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
15326 failures to run the test program under GDB.
15327
15328 2015-08-26 Luis Machado <lgustavo@codesourcery.com>
15329
15330 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
15331 to C.
15332
15333 2015-08-26 Patrick Palka <patrick@parcs.ath.cx>
15334
15335 * gdb.base/run-after-attach.exp: New test file.
15336 * gdb.base/run-after-attach.c: New test file.
15337
15338 2015-08-26 Don Breazeal <donb@codesourcery.com>
15339
15340 * gdb.base/foll-exec-2.c: New test program.
15341 * gdb.base/foll-exec-2.exp: New test.
15342
15343 2015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
15344
15345 * gdb.base/nested-subp1.exp: New file.
15346 * gdb.base/nested-subp1.c: New file.
15347 * gdb.base/nested-subp2.exp: New file.
15348 * gdb.base/nested-subp2.c: New file.
15349 * gdb.base/nested-subp3.exp: New file.
15350 * gdb.base/nested-subp3.c: New file.
15351
15352 2015-08-24 Pedro Alves <palves@redhat.com>
15353
15354 * gdb.server/connect-without-multi-process.c: New file.
15355 * gdb.server/connect-without-multi-process.exp: New file.
15356
15357 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
15358
15359 * gdb.opt/inline-markers.c: Make z int.
15360
15361 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
15362
15363 * gdb.opt/inline-markers.c: Make z volatile.
15364
15365 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
15366
15367 * gdb.opt/inline-bt.c: New volatile global z.
15368 * gdb.opt/inline-cmds.c: Likewise.
15369 * gdb.opt/inline-locals.c: Likewise.
15370 * gdb.opt/inline-markers.c: New extern global z.
15371 (marker): Use z.
15372 (inline_fn): Likewise.
15373
15374 2015-08-24 Pedro Alves <palves@redhat.com>
15375
15376 * config/m32r-stub.exp: Remove file.
15377 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
15378 * gdb.base/call-rt-st.exp: Likewise.
15379 * gdb.base/call-strs.exp: Likewise.
15380 * gdb.base/default.exp: Remove references to h8300-*-hms and
15381 *-*-udi*.
15382 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
15383
15384 2015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
15385
15386 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
15387 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
15388 and "return" use KFAIL when GDB can not read/write the vector
15389 return value.
15390
15391 2015-08-21 Gary Benson <gbenson@redhat.com>
15392
15393 * gdb.trace/pending.exp: Cope with remote transfer warnings.
15394
15395 2015-08-20 Pedro Alves <palves@redhat.com>
15396
15397 * gdb.server/solib-list.exp: No longer expect an interior stop in
15398 non-stop mode.
15399
15400 2015-08-20 Pedro Alves <palves@redhat.com>
15401
15402 * gdb.server/connect-stopped-target.c: New file.
15403 * gdb.server/connect-stopped-target.exp: New file.
15404
15405 2015-08-20 Pedro Alves <palves@redhat.com>
15406
15407 * gdb.dwarf2/comp-unit-lang.exp: New file.
15408 * gdb.dwarf2/comp-unit-lang.c: New file.
15409
15410 2015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
15411
15412 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
15413 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
15414
15415 2015-08-19 Kevin Buettner <kevinb@redhat.com>
15416
15417 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
15418 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
15419
15420 2015-08-18 Doug Evans <dje@google.com>
15421 Adrian Sendroiu <adrian.sendroiu@freescale.com>
15422
15423 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
15424 skip_python_tests. New arg prompt_regexp.
15425 (skip_python_tests): New function.
15426 * lib/mi-support.exp (mi_skip_python_tests): New function.
15427 * gdb.python/py-mi-objfile-gdb.py: New file.
15428 * gdb.python/py-mi-objfile.c: New file.
15429 * gdb.python/py-mi-objfile.exp: New file.
15430
15431 2015-08-17 Keith Seitz <keiths@redhat.com>
15432
15433 * gdb.linespec/explicit.exp: Move strace test from here ...
15434 * gdb.trace/strace.exp: ... to here.
15435
15436 2015-08-15 Patrick Palka <patrick@parcs.ath.cx>
15437
15438 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
15439 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
15440
15441 2015-08-14 Doug Evans <xdje42@gmail.com>
15442
15443 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
15444 inferior before selecting a new file.
15445
15446 2015-08-14 Doug Evans <xdje42@gmail.com>
15447
15448 * gdb.mi/mi-disassemble.exp: Update.
15449 * gdb.base/disasm-optim.S: New file.
15450 * gdb.base/disasm-optim.c: New file.
15451 * gdb.base/disasm-optim.h: New file.
15452 * gdb.base/disasm-optim.exp: New file.
15453
15454 2015-08-14 Keith Seitz <keiths@redhat.com>
15455
15456 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
15457 "evaluated-by".
15458
15459 2015-08-13 Joel Brobecker <brobecker@adacore.com>
15460
15461 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
15462
15463 2015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
15464
15465 * gdb.ada/fun_renaming.exp: New testcase.
15466 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
15467 * gdb.ada/fun_renaming/pack.adb: New file.
15468 * gdb.ada/fun_renaming/pack.ads: New file.
15469
15470 2015-08-12 Keith Seitz <keiths@redhat.com>
15471
15472 * gdb.base/dso2dso.exp: Pass basename of source file in call to
15473 gdb_get_line_number.
15474
15475 2015-08-12 Joel Brobecker <brobecker@adacore.com>
15476
15477 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
15478 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
15479 gdb.base/dso2dso.exp: New files.
15480
15481 2015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
15482 Pedro Alves <palves@redhat.com>
15483 Keith Seitz <keiths@redhat.com>
15484
15485 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
15486 GDBFLAGS.
15487
15488 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
15489
15490 * gdb.base/gdbhistsize-history.exp
15491 (test_histsize_history_setting): Use save_vars.
15492 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
15493 Use save_vars.
15494 (test_no_truncation_of_unlimited_history_file): Use save_vars.
15495 * gdb.base/readline.exp: Use save_vars.
15496
15497 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
15498
15499 * lib/gdb.exp (save_vars): New proc.
15500
15501 2015-08-11 Keith Seitz <keiths@redhat.com>
15502
15503 * gdb.base/help.exp: Update help_breakpoint_text.
15504
15505 2015-08-11 Keith Seitz <keiths@redhat.com>
15506
15507 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
15508 (at toplevel): Call test_explicit_breakpoints.
15509 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
15510 breakpoints.
15511 * lib/mi-support.exp (mi_make_breakpoint): Add support for
15512 breakpoint conditions, "-cond".
15513
15514 2015-08-11 Keith Seitz <keiths@redhat.com>
15515
15516 * gdb.linespec/3explicit.c: New file.
15517 * gdb.linespec/cpexplicit.cc: New file.
15518 * gdb.linespec/cpexplicit.exp: New file.
15519 * gdb.linespec/explicit.c: New file.
15520 * gdb.linespec/explicit.exp: New file.
15521 * gdb.linespec/explicit2.c: New file.
15522 * gdb.linespec/ls-errs.exp: Add explicit location tests.
15523 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
15524 before using in the matching pattern.
15525 Clarify that `prefix' is a regular expression.
15526
15527 2015-08-11 Keith Seitz <keiths@redhat.com>
15528
15529 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
15530 test.
15531 Add tests for missing ",FMT" and ",".
15532
15533 2015-08-10 Doug Evans <dje@google.com>
15534 Keith Seitz <keiths@redhat.com>
15535
15536 PR gdb/17960
15537 * gdb.base/completion.exp: Add location completer tests.
15538
15539 2015-08-07 Pedro Alves <palves@redhat.com>
15540
15541 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
15542 tests here.
15543 (top level): Run do_test with and without displaced stepping.
15544
15545 2015-08-07 Pedro Alves <palves@redhat.com>
15546
15547 * gdb.base/valgrind-disp-step.c: New file.
15548 * gdb.base/valgrind-disp-step.exp: New file.
15549
15550 2015-08-07 Pedro Alves <palves@redhat.com>
15551
15552 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
15553 Delete function.
15554 (main): Add alarm. Run an infinite loop instead of calling
15555 wait_threads.
15556 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
15557 comment.
15558 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
15559 Delete function.
15560 (main): Add alarm. Run an infinite loop instead of calling
15561 wait_threads.
15562 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
15563 comment.
15564
15565 2015-08-07 Pedro Alves <palves@redhat.com>
15566
15567 * gdb.base/checkpoint-ns.exp: New file.
15568 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
15569 standard_testfile.
15570
15571 2015-08-07 Markus Metzger <markus.t.metzger@intel.com>
15572
15573 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
15574 * gdb.btrace/instruction_history.exp: Update.
15575 * gdb.btrace/tsx.exp: New.
15576 * gdb.btrace/tsx.c: New.
15577
15578 2015-08-06 Pedro Alves <palves@redhat.com>
15579
15580 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
15581 increase timeout.
15582 * gdb.reverse/until-precsave.exp: Bump timeouts.
15583
15584 2015-08-06 Pedro Alves <palves@redhat.com>
15585
15586 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
15587
15588 2015-08-06 Pedro Alves <palves@redhat.com>
15589
15590 PR gdb/18749
15591 * gdb.threads/process-dies-while-handling-bp.c: New file.
15592 * gdb.threads/process-dies-while-handling-bp.exp: New file.
15593
15594 2015-08-06 Pedro Alves <palves@redhat.com>
15595
15596 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
15597 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
15598
15599 2015-08-05 Pedro Alves <palves@redhat.com>
15600
15601 * gdb.threads/next-while-other-thread-longjmps.c: New file.
15602 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
15603
15604 2015-08-03 Sandra Loosemore <sandra@codesourcery.com>
15605
15606 * gdb.base/bp-permanent.exp: Report test as unsupported if
15607 the target cannot stop at the permanent breakpoint.
15608
15609 2015-08-03 Doug Evans <dje@google.com>
15610
15611 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
15612 10000.
15613
15614 2015-08-03 Doug Evans <dje@google.com>
15615
15616 * Makefile.in (workers/%.worker, build-perf): New rule.
15617 (GDB_PERFTEST_MODE): New variable.
15618 (check-perf): Use it.
15619 (clean): Clean up gdb.perf parallel build subdirs.
15620 * lib/build-piece.exp: New file.
15621 * lib/gdb.exp (make_gdb_parallel_path): New function
15622 (standard_output_file, standard_temp_file): Call it.
15623 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
15624 of $GDB_PARALLEL.
15625 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
15626
15627 2015-08-03 Doug Evans <dje@google.com>
15628
15629 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
15630 (LOG_FILE_NAME): New global.
15631 (TextReporter.__init__): Initialize self.txt_sum.
15632 (TextReporter.report): Add support for multiple data-points.
15633 Move report to perftest.sum, put raw data in perftest.log.
15634 (TextReporter.start): Open sum and log files.
15635 (TextReporter.end): Close sum and log files.
15636 * gdb.perf/lib/perftest/testresult.py
15637 (SingleStatisticTestResult.record): Handle multiple data-points.
15638
15639 2015-07-31 Pedro Alves <palves@redhat.com>
15640
15641 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
15642 Use spawn_id_get_pid. Wait for spawn id after eof. Use
15643 kill_wait_spawned_process instead of explicit "kill -9".
15644 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
15645 returning a spawn id instead of a pid. Use spawn_id_get_pid and
15646 kill_wait_spawned_process.
15647 * gdb.base/attach-twice.exp: Likewise.
15648 * gdb.base/attach.exp: Likewise.
15649 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
15650 gdb_test_multiple.
15651 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
15652 returning a spawn id instead of a pid. Use spawn_id_get_pid and
15653 kill_wait_spawned_process.
15654 * gdb.base/valgrind-infcall.exp: Likewise.
15655 * gdb.multi/multi-attach.exp: Likewise.
15656 * gdb.python/py-prompt.exp: Likewise.
15657 * gdb.python/py-sync-interp.exp: Likewise.
15658 * gdb.server/ext-attach.exp: Likewise.
15659 * gdb.threads/attach-into-signal.exp (corefunc): Use
15660 spawn_wait_for_attach, spawn_id_get_pid and
15661 kill_wait_spawned_process.
15662 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
15663 spawn_wait_for_attach returning a spawn id instead of a pid. Use
15664 spawn_id_get_pid and kill_wait_spawned_process.
15665 * gdb.threads/attach-stopped.exp (corefunc): Use
15666 spawn_wait_for_attach, spawn_id_get_pid and
15667 kill_wait_spawned_process.
15668 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
15669 Use spawn_id_get_pid. Wait for spawn id after eof. Use
15670 kill_wait_spawned_process instead of explicit "kill -9".
15671 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
15672 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
15673 (spawn_wait_for_attach): Use spawn instead of exec to spawn
15674 processes. Don't map cygwin/windows pids here. Now returns a
15675 spawn id list.
15676
15677 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
15678
15679 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
15680 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
15681 correct patch.
15682
15683 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
15684
15685 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
15686
15687 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
15688
15689 Reapply:
15690 2014-05-21 Mark Wielaard <mjw@redhat.com>
15691
15692 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
15693
15694 2015-07-30 Pedro Alves <palves@redhat.com>
15695
15696 * linux-low.c (handle_extended_wait): Set the child's last
15697 reported status to TARGET_WAITKIND_STOPPED.
15698
15699 2015-07-30 Pedro Alves <palves@redhat.com>
15700
15701 PR threads/18600
15702 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
15703 only shows inferior 1.
15704
15705 2015-07-30 Simon Marchi <simon.marchi@ericsson.com>
15706 Pedro Alves <palves@redhat.com>
15707
15708 PR threads/18600
15709 * gdb.threads/fork-plus-threads.c: New file.
15710 * gdb.threads/fork-plus-threads.exp: New file.
15711
15712 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
15713
15714 * gdb.base/batch-preserve-term-settings.exp
15715 (test_terminal_settings_preserved_after_cli_exit): Use
15716 send_quit_command.
15717
15718 2015-07-29 Pedro Alves <palves@redhat.com>
15719 Don Breazeal <donb@codesourcery.com>
15720
15721 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
15722 output from both inferior_spawn_id and gdb_spawn_id.
15723
15724 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
15725
15726 * gdb.threads/attach-into-signal.exp (corefunc): Use
15727 with_test_prefix on nested loops, uniquefying the test messages.
15728
15729 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
15730
15731 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
15732 commit.
15733
15734 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
15735
15736 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
15737 New proc.
15738 (test_terminal_settings_preserved_after_sigterm): New test.
15739
15740 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
15741
15742 * gdb.base/batch-preserve-term-settings.exp
15743 (test_terminal_settings_preserved_after_cli_exit): New test.
15744
15745 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
15746
15747 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
15748 manipulation of saved_gdbflags.
15749 (test_terminal_settings_preserved): Remove global declaration of
15750 the unused variable pagination_prompt. Remove manipulation of
15751 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
15752 GDBFLAGS.
15753
15754 2015-07-29 Pedro Alves <palves@redhat.com>
15755
15756 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
15757
15758 2015-07-29 Pedro Alves <palves@redhat.com>
15759
15760 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
15761 at the top.
15762
15763 2015-07-29 Pedro Alves <palves@redhat.com>
15764
15765 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
15766 (main): Call gdb_unbuffer_output.
15767 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
15768 (main): Call gdb_unbuffer_output.
15769 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
15770 (main): Call gdb_unbuffer_output.
15771 * gdb.base/call-strs.exp: Adjust to step over the
15772 gdb_unbuffer_output call.
15773 * gdb.base/catch-gdb-caused-signals.c: Include
15774 "../lib/unbuffer_output.c".
15775 (main): Call gdb_unbuffer_output.
15776 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
15777 (main): Call gdb_unbuffer_output.
15778 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
15779 (main): Call gdb_unbuffer_output.
15780 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
15781 (main): Call gdb_unbuffer_output.
15782 * gdb.base/shlib-call.exp: Adjust to step over the
15783 gdb_unbuffer_output call.
15784 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
15785 (main): Call gdb_unbuffer_output.
15786 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
15787 (main): Call gdb_unbuffer_output.
15788 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
15789 (main): Rename to ...
15790 (test): ... this.
15791 (main): Reimplement.
15792 * gdb.base/varargs.exp: Run to test instead of to main.
15793 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
15794 (main): Call gdb_unbuffer_output.
15795
15796 2015-07-29 Pedro Alves <palves@redhat.com>
15797
15798 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
15799 factore out from mi_continue_dprintf. For call-style dprintfs,
15800 expect dprintf output out of $inferior_spawn_id.
15801 (mi_continue_dprintf): Use mi_expect_dprintf.
15802 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
15803 (main): Call gdb_unbuffer_output.
15804
15805 2015-07-29 Pedro Alves <palves@redhat.com>
15806
15807 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
15808 (default_mi_gdb_start): Set inferior_spawn_id instead of
15809 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
15810 gdb_spawn_id.
15811 (mi_gdb_test): Always expect inferior output from both
15812 $inferior_spawn_id and $gdb_spawn_id.
15813
15814 2015-07-29 Pedro Alves <palves@redhat.com>
15815
15816 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
15817 send_inferior and $inferior_spawn_id.
15818
15819 2015-07-29 Pedro Alves <palves@redhat.com>
15820
15821 * gdb.gdb/complaints.exp (test_initial_complaints)
15822 (test_serial_complaints, test_short_complaints): Use
15823 gdb_test_stdio.
15824 (test_empty_complaint): Handle $inferior_spawn_id !=
15825 $gdb_spawn_id.
15826
15827 2015-07-29 Pedro Alves <palves@redhat.com>
15828
15829 * gdb.base/varargs.exp: Use gdb_test_stdio.
15830
15831 2015-07-29 Pedro Alves <palves@redhat.com>
15832
15833 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
15834
15835 2015-07-29 Pedro Alves <palves@redhat.com>
15836
15837 * gdb.base/ending-run.exp: Use gdb_test_stdio.
15838
15839 2015-07-29 Pedro Alves <palves@redhat.com>
15840
15841 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
15842 parameter into two new parameters, "inf_result" and "gdb_result".
15843 Expect inferior output and gdb output from $inferior_spawn_id and
15844 $gdb_spawn_id, respectively. Adjust all callers.
15845
15846 2015-07-29 Pedro Alves <palves@redhat.com>
15847
15848 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
15849 of gdb_test_sequence.
15850
15851 2015-07-29 Pedro Alves <palves@redhat.com>
15852
15853 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
15854 (saw_spurious_output): Expect inferior output from
15855 $inferior_spawn_id. Use gdb_test_stdio.
15856
15857 2015-07-29 Pedro Alves <palves@redhat.com>
15858
15859 * gdb.base/dprintf.exp: Use standard_testfile. Change
15860 prepare_for_testing call.
15861 (srcfile): Don't set.
15862 (restart): New procedure.
15863 (test_dprintf): New procecure, use to continue over dprintfs.
15864 (test_call, test_agent): New procedures, tests moved here.
15865 Restart gdb and recreate dprintfs. Adjust expected output.
15866
15867 2015-07-29 Pedro Alves <palves@redhat.com>
15868
15869 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
15870
15871 2015-07-29 Pedro Alves <palves@redhat.com>
15872
15873 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
15874
15875 2015-07-29 Pedro Alves <palves@redhat.com>
15876
15877 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
15878 gdb_test_stdio.
15879
15880 2015-07-29 Pedro Alves <palves@redhat.com>
15881
15882 * lib/gdb.exp (gdb_test_stdio): New procedure.
15883
15884 2015-07-29 Pedro Alves <palves@redhat.com>
15885
15886 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
15887
15888 2015-07-29 Pedro Alves <palves@redhat.com>
15889
15890 * gdb.base/call-signal-resume.exp: Remove check for
15891 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
15892 * gdb.base/unwindonsignal.exp: Likewise.
15893 * gdb.base/call-signals.c (gen_signal): Remove printf call.
15894 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
15895
15896 2015-07-29 Pedro Alves <palves@redhat.com>
15897
15898 * gdb.base/siginfo-addr.c (pass): New function.
15899 (handler): Call it iff si_addr is correct.
15900 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
15901 Set a breakpoint at "pass" and continue to it.
15902
15903 2015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
15904
15905 * gdb.python/py-objfile.exp: Make some tests have unique names.
15906 * gdb.python/py-pp-registration.exp: Likewise.
15907
15908 2015-07-28 Pedro Alves <palves@redhat.com>
15909
15910 * gdb.server/server-exec-info.exp: Issue a "disconnect".
15911
15912 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
15913
15914 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
15915
15916 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
15917
15918 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
15919
15920 2015-07-27 Patrick Palka <patrick@parcs.ath.cx>
15921
15922 * gdb.base/gdb-sigterm-2.exp: New test.
15923
15924 2015-07-25 Doug Evans <xdje42@gmail.com>
15925
15926 Revert:
15927 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
15928 (workers/%.worker, build-perf): New rule.
15929 (GDB_PERFTEST_MODE): New variable.
15930 (check-perf): Use it.
15931 (clean): Clean up gdb.perf parallel build subdirs.
15932 * lib/build-piece.exp: New file.
15933 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
15934 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
15935 name.
15936 (standard_temp_file): Ditto.
15937 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
15938 of $GDB_PARALLEL.
15939
15940 2015-07-24 Doug Evans <dje@google.com>
15941
15942 * gdb.perf/lib/perftest/utils.py: New file.
15943 * gdb.perf/gm-hello.cc: New file.
15944 * gdb.perf/gm-pervasive-typedef.cc: New file.
15945 * gdb.perf/gm-pervasive-typedef.h: New file.
15946 * gdb.perf/gm-std.cc: New file.
15947 * gdb.perf/gm-std.h: New file.
15948 * gdb.perf/gm-use-cerr.cc: New file.
15949 * gdb.perf/gm-utils.h: New file.
15950 * gdb.perf/gmonster-null-lookup.py: New file.
15951 * gdb.perf/gmonster-pervasive-typedef.py: New file.
15952 * gdb.perf/gmonster-print-cerr.py: New file.
15953 * gdb.perf/gmonster-ptype-string.py: New file.
15954 * gdb.perf/gmonster-runto-main.py: New file.
15955 * gdb.perf/gmonster-select-file.py: New file.
15956 * gdb.perf/gmonster1-null-lookup.exp: New file.
15957 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
15958 * gdb.perf/gmonster1-print-cerr.exp: New file.
15959 * gdb.perf/gmonster1-ptype-string.exp: New file.
15960 * gdb.perf/gmonster1-runto-main.exp: New file.
15961 * gdb.perf/gmonster1-select-file.exp: New file.
15962 * gdb.perf/gmonster1.cc: New file.
15963 * gdb.perf/gmonster1.exp: New file.
15964 * gdb.perf/gmonster2-null-lookup.exp: New file.
15965 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
15966 * gdb.perf/gmonster2-print-cerr.exp: New file.
15967 * gdb.perf/gmonster2-ptype-string.exp: New file.
15968 * gdb.perf/gmonster2-runto-main.exp: New file.
15969 * gdb.perf/gmonster2-select-file.exp: New file.
15970 * gdb.perf/gmonster2.cc: New file.
15971 * gdb.perf/gmonster2.exp: New file.
15972
15973 2015-07-24 Doug Evans <dje@google.com>
15974
15975 * gdb.perf/README: New file.
15976 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
15977 * lib/gen-perf-test.exp: New file.
15978
15979 2015-07-24 Doug Evans <dje@google.com>
15980
15981 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
15982 (PerfTest::startup): New function.
15983 (PerfTest::run): Return result of calling body.
15984 (PerfTest::assemble): Rewrite.
15985 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
15986 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
15987 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
15988 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
15989 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
15990
15991 2015-07-24 Doug Evans <dje@google.com>
15992
15993 * lib/gdb.exp (clean_restart): Make executable optional.
15994
15995 2015-07-24 Doug Evans <dje@google.com>
15996
15997 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
15998 compiler_info references.
15999 * gdb.cp/temargs.exp: Ditto.
16000 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
16001 (get_compiler_info): Early exit if already computed. Set compiler_info
16002 to "unknown" if there was a problem.
16003 (test_compiler_info): Add function comment. Call get_compiler_info.
16004
16005 2015-07-24 Doug Evans <dje@google.com>
16006
16007 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
16008 (workers/%.worker, build-perf): New rule.
16009 (GDB_PERFTEST_MODE): New variable.
16010 (check-perf): Use it.
16011 (clean): Clean up gdb.perf parallel build subdirs.
16012 * lib/build-piece.exp: New file.
16013 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
16014 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
16015 name.
16016 (standard_temp_file): Ditto.
16017 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
16018 of $GDB_PARALLEL.
16019
16020 2015-07-24 Doug Evans <dje@google.com>
16021
16022 * lib/future.exp (gdb_default_target_compile): New option
16023 "early_flags".
16024 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
16025 --as-needed.
16026
16027 2015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
16028
16029 * gdb.base/catch-syscall.exp: Call gdb_exit before
16030 gdb_skip_xml_test.
16031
16032 2015-07-24 Pedro Alves <palves@redhat.com>
16033
16034 * gdb.python/py-events.exp: Accept output between the stop event
16035 and the prompt.
16036 * gdb.python/py-evsignal.exp: Likewise.
16037 * gdb.python/py-evthreads.exp: Likewise.
16038
16039 2015-07-24 Pedro Alves <palves@redhat.com>
16040
16041 PR gdb/18717
16042 * gdb.threads/non-ldr-exit.c: New file.
16043 * gdb.threads/non-ldr-exit.exp: New file.
16044
16045 2015-07-24 Yao Qi <yao.qi@linaro.org>
16046
16047 * gdb.server/ext-wrapper.exp: Test --wrapper option when
16048 restarting process.
16049
16050 2015-07-24 Yao Qi <yao.qi@linaro.org>
16051
16052 * gdb.server/ext-restart.exp: New file.
16053
16054 2015-07-24 Yao Qi <yao.qi@linaro.org>
16055
16056 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
16057 argument options.
16058 * gdb.server/ext-wrapper.exp: New file.
16059
16060 2015-07-23 Doug Evans <dje@google.com>
16061
16062 * gdb.dwarf2/dw2-dummy-cu.S: New file.
16063 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
16064
16065 2015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
16066
16067 * gdb.ada/var_arr_typedef.exp: New testcase.
16068 * gdb.ada/var_arr_typedef/pack.adb: New file.
16069 * gdb.ada/var_arr_typedef/pack.ads: New file.
16070 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
16071
16072 2015-07-20 Joel Brobecker <brobecker@adacore.com>
16073
16074 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
16075
16076 2015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
16077
16078 * gdb.arch/i386-biarch-core.exp: Replace istarget
16079 by "complete set gnutarget". Remove expectation for the "core-file"
16080 command.
16081
16082 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
16083
16084 Revert the previous commit:
16085 Tests for validate symbol file using build-id.
16086
16087 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
16088
16089 Tests for validate symbol file using build-id.
16090 * gdb.base/solib-mismatch-lib.c: New file.
16091 * gdb.base/solib-mismatch-libmod.c: New file.
16092 * gdb.base/solib-mismatch.c: New file.
16093 * gdb.base/solib-mismatch.exp: New file.
16094
16095 2015-07-15 Sandra Loosemore <sandra@codesourcery.com>
16096
16097 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
16098 nios2-*-linux*.
16099 * gdb.base/sigbpt.exp (stepi_out): Likewise.
16100 * gdb.base/siginfo.exp: Likewise.
16101 * gdb.base/sigstep.exp (advance, advancei): Likewise.
16102
16103 2015-07-15 Pierre Langlois <pierre.langlois@arm.com>
16104
16105 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
16106 Move it to ...
16107 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
16108 ... here.
16109 * gdb.trace/range-stepping.exp: Check that the target supports
16110 range stepping.
16111
16112 2015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
16113
16114 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
16115
16116 2015-07-14 Pedro Alves <palves@redhat.com>
16117
16118 * gdb.base/killed-outside.exp: New file.
16119 * gdb.base/killed-outside.c: New file.
16120
16121 2015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
16122
16123 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
16124 (n at main): New.
16125 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
16126
16127 2015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
16128
16129 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
16130 infcall tests instead of setting up for KFAIL.
16131
16132 2015-07-10 Markus Metzger <markus.t.metzger@intel.com>
16133
16134 * gdb.btrace/record_goto-step.exp: New.
16135
16136 2015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
16137
16138 PR compile/18484
16139 * gdb.compile/compile.c (struct struct_type): Add volatile to
16140 selffield's type.
16141 * gdb.compile/compile.exp
16142 (compile code struct_object.selffield = &struct_object): Skip further
16143 struct_object tests if this one xfails.
16144
16145 2015-07-08 Robert O'Callahan <robert@ocallahan.org>
16146
16147 PR exp/18617
16148 * gdb.trace/ax.exp: Add test.
16149
16150 2015-07-07 Yao Qi <yao.qi@linaro.org>
16151
16152 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
16153 instead of istarget "aarch64*-*-*".
16154 * gdb.arch/aarch64-fp.exp: Likewise.
16155 * gdb.base/float.exp: Likewise.
16156 * gdb.reverse/aarch64.exp: Likewise.
16157 * lib/gdb.exp (is_aarch64_target): New proc.
16158
16159 2015-07-07 Yao Qi <yao.qi@linaro.org>
16160
16161 * lib/gdb.exp (is_aarch32_target): New proc.
16162 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
16163 instead of "istarget "arm*-*-*"".
16164 * gdb.arch/arm-disp-step.exp: Likewise.
16165 * gdb.arch/thumb-bx-pc.exp: Likewise.
16166 * gdb.arch/thumb-prologue.exp: Likewise.
16167 * gdb.arch/thumb-singlestep.exp: Likewise.
16168 * gdb.base/disp-step-syscall.exp: Likewise.
16169 * gdb.base/float.exp: Likewise.
16170
16171 2015-07-07 Yao Qi <yao.qi@linaro.org>
16172
16173 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
16174 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
16175
16176 2015-07-07 Yao Qi <yao.qi@linaro.org>
16177
16178 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
16179 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
16180 if it exists.
16181 * gdb.multi/multi-arch.exp: Likewise.
16182
16183 2015-07-07 Simon Marchi <simon.marchi@ericsson.com>
16184
16185 * gdb.python/py-lazy-string.exp: Add missing parentheses to
16186 print.
16187
16188 2015-07-07 Yao Qi <yao.qi@linaro.org>
16189
16190 * gdb.arch/thumb-singlestep.exp: Do one more single step.
16191
16192 2015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
16193
16194 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
16195 '[' and ']' characters.
16196
16197 2015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
16198
16199 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
16200
16201 2015-06-29 Pedro Alves <palves@redhat.com>
16202
16203 PR threads/18127
16204 * gdb.threads/hand-call-new-thread.c: New file.
16205 * gdb.threads/hand-call-new-thread.c: New file.
16206
16207 2015-06-26 Keith Seitz <keiths@redhat.com>
16208 Doug Evans <dje@google.com>
16209
16210 PR 16253
16211 * gdb.cp/var-tag-2.cc: New file.
16212 * gdb.cp/var-tag-3.cc: New file.
16213 * gdb.cp/var-tag-4.cc: New file.
16214 * gdb.cp/var-tag.cc: New file.
16215 * gdb.cp/var-tag.exp: New file.
16216
16217 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
16218
16219 * gdb.base/history-duplicates.exp: New test.
16220
16221 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
16222
16223 * gdb.base/completion.exp: Test the completion of the "focus"
16224 command.
16225
16226 2015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
16227
16228 * gdb.arch/amd64-prologue-skip.S: New file.
16229 * gdb.arch/amd64-prologue-skip.exp: New file.
16230
16231 2015-06-25 Simon Marchi <simon.marchi@ericsson.com>
16232
16233 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
16234 is_address_zero_readable check.
16235
16236 2015-06-24 Peter Bergner <bergner@vnet.ibm.com>
16237
16238 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
16239 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
16240
16241 2015-06-24 Yao Qi <yao.qi@linaro.org>
16242
16243 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
16244 linux targets.
16245
16246 2015-06-24 Yao Qi <yao.qi@linaro.org>
16247
16248 * lib/gdb.exp (supports_get_siginfo_type): New proc.
16249 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
16250 * gdb.base/siginfo-thread.exp: Likewise.
16251
16252 2015-06-22 Yao Qi <yao.qi@linaro.org>
16253
16254 * boards/remote-gdbserver-on-localhost.exp: Add comments.
16255
16256 2015-06-22 Yao Qi <yao.qi@linaro.org>
16257
16258 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
16259 aarch64*-*-*.
16260 (skip_hw_watchpoint_tests): Likewise.
16261
16262 2015-06-18 Patrick Palka <patrick@parcs.ath.cx>
16263
16264 * gdb.base/gdbinit-history.exp: Test the interaction between
16265 setting GDBHISTSIZE and setting the history size via .gdbinit.
16266
16267 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
16268
16269 PR gdb/16999
16270 * gdb.base/gdbhistsize-history.exp: New test.
16271
16272 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
16273
16274 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
16275 with GDBHISTSIZE.
16276 * gdb.base/readline.exp: Likewise.
16277
16278 2015-06-17 Yao Qi <yao.qi@linaro.org>
16279
16280 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
16281 line.
16282
16283 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
16284
16285 * gdb.base/gdbinit-history.exp: Add test case to check that
16286 an unlimited history file does not get truncated on exit.
16287
16288 2015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
16289
16290 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
16291 (VECTOR): New macro. Use it...
16292 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
16293 ...for these typedefs.
16294 (int8, char1, int1, double1): New typedefs.
16295 (struct just_int2, struct two_int2): New structures.
16296 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
16297 (add_structvecs, add_singlevecs): New functions.
16298 (main): Call add_some_intvecs twice.
16299 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
16300 the compile and exit upon failure. Try compiling for the "native"
16301 architecture. Test inferior function calls with vector arguments
16302 and vector return value handling with "finish" and "return".
16303
16304 2015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
16305
16306 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
16307 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
16308 PE file.
16309 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
16310
16311 2015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
16312
16313 PR breakpoints/16465
16314 * gdb.mi/mi-dprintf-pending.c: New file.
16315 * gdb.mi/mi-dprintf-pending.exp: New test.
16316 * gdb.mi/mi-dprintf-pendshr.c: New file.
16317
16318 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
16319 Mircea Gherzan <mircea.gherzan@intel.com>
16320
16321 * gdb.arch/i386-mpx-map.c: New file.
16322 * gdb.arch/i386-mpx-map.exp: New File.
16323
16324 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
16325
16326 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
16327 * gdb.arch/i386-mpx.exp: Indentation fixed.
16328
16329 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
16330
16331 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
16332 function and improved indentation.
16333 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
16334 gdb_test_multiple. Added additional tests to skip the test.
16335
16336 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
16337
16338 * gdb.arch/i386-avx512.c: Change path in include file.
16339 * gdb.arch/i386-avx512.exp: Change include dir path
16340 compilation flag.
16341 * gdb.arch/i386-mpx.c: Change path in include file.
16342 * gdb.arch/i386-mpx.exp: Change include dir path compilation
16343 flag.
16344
16345 2015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
16346
16347 * gdb.compile/compile-print.exp (compile print *vararray@3)
16348 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
16349
16350 2015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
16351
16352 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
16353 (do not keep jit in memory): ... this.
16354 (expect 5): Change it to ...
16355 (expect no 5): ... this.
16356
16357 2015-06-02 Simon Marchi <simon.marchi@ericsson.com>
16358
16359 PR gdb/15564
16360 * gdb.mi/mi-detach.exp: New file.
16361
16362 2015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
16363
16364 PR symtab/18392
16365 * gdb.arch/amd64-tailcall-self.S: New file.
16366 * gdb.arch/amd64-tailcall-self.c: New file.
16367 * gdb.arch/amd64-tailcall-self.exp: New file.
16368
16369 2015-05-28 Don Breazeal <donb@codesourcery.com>
16370
16371 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
16372 tests for remote targets by checking is_target_gdbserver.
16373
16374 2015-05-27 Doug Evans <dje@google.com>
16375
16376 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
16377 * gdb.dwarf2/opaque-type-lookup.c: New file.
16378 * gdb.dwarf2/opaque-type-lookup.exp: New file.
16379
16380 2015-05-26 Doug Evans <dje@google.com>
16381
16382 * gdb.cp/iostream.cc: New file.
16383 * gdb.cp/iostream.exp: New file.
16384
16385 2015-05-26 Doug Evans <dje@google.com>
16386
16387 * gdb.dwarf2/dw2-op-call.exp: Update.
16388 * gdb.dwarf2/dw4-sig-types.exp: Update.
16389 * gdb.dwarf2/implptr.exp: Update.
16390 * gdb.mi/mi-cmd-param-changed.exp: Update.
16391
16392 2015-05-26 Doug Evans <dje@google.com>
16393
16394 * gdb.python/py-lazy-string.c: New file.
16395 * gdb.python/py-lazy-string.exp: New file.
16396 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
16397 (main): Update. Add estring3.
16398 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
16399 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
16400
16401 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
16402 Yao Qi <yao.qi@linaro.org>
16403
16404 * gdb.reverse/aarch64.c: New.
16405 * gdb.reverse/aarch64.exp: New.
16406
16407 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
16408
16409 * lib/gdb.exp (supports_process_record): Return true for
16410 aarch64*-linux*.
16411 (supports_reverse): Likewise.
16412
16413 2015-05-22 Patrick Palka <patrick@parcs.ath.cx>
16414
16415 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
16416 Use with_test_prefix.
16417
16418 2015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
16419
16420 * gdb.base/completion.exp: Add test for completion of layout
16421 names.
16422
16423 2015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
16424
16425 * lib/gdb.exp (skip_tui_tests): New proc.
16426 * gdb.base/tui-layout.exp: Check skip_tui_tests.
16427
16428 2015-05-19 Pedro Alves <palves@redhat.com>
16429
16430 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
16431 Save the whole env array instead of just HOME. Unset HISTSIZE in
16432 the environment while testing. Restore whole environment
16433 afterwards.
16434
16435 2015-05-16 Doug Evans <xdje42@gmail.com>
16436
16437 * gdb.guile/scm-ports.c: New file.
16438 * gdb.guile/scm-ports.exp: Add memory port tests.
16439
16440 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
16441
16442 * gdb.compile/compile-print.c: New file.
16443 * gdb.compile/compile-print.exp: New file.
16444
16445 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
16446
16447 * gdb.compile/compile-ops.exp: Cast param to void.
16448 * gdb.compile/compile.exp: Complete type for _gdb_expr.
16449 (compile code struct_object.selffield = &struct_object): Add xfail.
16450
16451 2015-05-15 Joel Brobecker <brobecker@adacore.com>
16452
16453 * gdb.ada/arr_enum_with_gap: New testcase.
16454
16455 2015-05-15 Joel Brobecker <brobecker@adacore.com>
16456
16457 * gdb.ada/byte_packed_arr: New testcase.
16458
16459 2015-05-15 Joel Brobecker <brobecker@adacore.com>
16460
16461 * gdb.ada/pckd_neg: New testcase.
16462
16463 2015-05-13 Patrick Palka <patrick@parcs.ath.cx>
16464
16465 PR gdb/17820
16466 * gdb.base/gdbinit-history.exp: New test.
16467 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
16468 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
16469
16470 2015-05-09 Siva Chandra Reddy <sivachandra@google.com>
16471
16472 * gdb.python/py-xmethods.cc: Enhance test case.
16473 * gdb.python/py-xmethods.exp: New tests.
16474 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
16475 function.
16476 (B_indexoper): Likewise.
16477 (global_dm_list) : Add new xmethod worker functions.
16478
16479 2015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
16480
16481 * gdb.base/coredump-filter.exp: Correctly unset
16482 "coredump_var_addr" array.
16483
16484 2015-05-08 Pedro Alves <palves@redhat.com>
16485
16486 * gdb.server/non-existing-program.exp: Unset spawn_id.
16487
16488 2015-05-08 Siva Chandra Reddy <sivachandra@google.com>
16489
16490 PR python/18291
16491 * gdb.python/py-xmethods.exp: Add tests.
16492
16493 2015-05-08 Yao Qi <yao.qi@linaro.org>
16494
16495 PR gdb/18208
16496 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
16497 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
16498 function set_coredump_filter, and remove remote_exec call.
16499 Remove argument ipid. Callers update.
16500 (top level): Don't get inferior's PID.
16501
16502 2015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
16503
16504 * gdb.base/watch_thread_num.exp: Skip test on targets without
16505 access watchpoints.
16506
16507 2015-05-06 Pedro Alves <palves@redhat.com>
16508
16509 PR server/18081
16510 * gdb.server/non-existing-program.exp: New file.
16511
16512 2015-05-05 Joel Brobecker <brobecker@adacore.com>
16513
16514 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
16515
16516 2015-05-05 Joel Brobecker <brobecker@adacore.com>
16517
16518 * gdb.ada/out_of_line_in_inlined: New testcase.
16519
16520 2015-05-05 Joel Brobecker <brobecker@adacore.com>
16521
16522 * gdb.ada/var_rec_arr: New testcase.
16523
16524 2015-04-30 Yao Qi <yao.qi@linaro.org>
16525
16526 * gdb.base/break-idempotent.exp: If
16527 skip_hw_watchpoint_multi_tests returns true, skip the tests
16528 on "rwatch" and "awatch".
16529
16530 2015-04-30 Yao Qi <yao.qi@linaro.org>
16531
16532 * gdb.base/relativedebug.exp: Invoke gdb command
16533 "info sharedlibrary", and if libc.so doesn't have debug info,
16534 skip the test.
16535
16536 2015-04-29 Doug Evans <dje@google.com>
16537
16538 * gdb.python/py-xmethods.exp: Add ptype tests.
16539 * gdb.python/py-xmethods.py (E_method_char_worker): Add
16540 get_result_type method.
16541
16542 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
16543
16544 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
16545 the target does not support hardware watchpoints.
16546
16547 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
16548
16549 * gdb.base/break-always.exp: Abort testing if writing to memory
16550 causes an error.
16551
16552 2015-04-28 Doug Evans <dje@google.com>
16553
16554 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
16555 * gdb.python/py-pp-registration.exp: ... here. New file.
16556 * gdb.python/py-pp-registration.c: New file.
16557 * gdb.python/py-pp-registration.py: New file.
16558
16559 2015-04-28 Doug Evans <dje@google.com>
16560
16561 * gdb.python/py-bad-printers.c: New file.
16562 * gdb.python/py-bad-printers.py: New file.
16563 * gdb.python/py-bad-printers.exp: New file.
16564
16565 2015-04-28 Sasha Smundak <asmundak@google.com>
16566
16567 * gdb.python/py-type.exp: New test.
16568
16569 2015-04-28 Andy Wingo <wingo@igalia.com>
16570
16571 * gdb.python/py-parameter.exp:
16572 * gdb.guile/scm-parameter.exp: Escape the path that we are
16573 matching against, as it might contain characters that are special
16574 to regular expressions.
16575
16576 2015-04-27 Joel Brobecker <brobecker@adacore.com>
16577
16578 * gdb.ada/rec_comp: New testcase.
16579
16580 2015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
16581
16582 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
16583 before using it.
16584
16585 2015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
16586
16587 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
16588 new tests for verilog output.
16589
16590 2015-04-24 Yao Qi <yao.qi@linaro.org>
16591
16592 * boards/remote-gdbserver-on-localhost.exp: New file.
16593
16594 2015-04-23 Pedro Alves <palves@redhat.com>
16595
16596 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
16597 $inferior_spawn_id instead of $inferior_spawn_id directly. On
16598 "end of file", remove $inferior_spawn_id from the indirect list.
16599
16600 2015-04-23 Pedro Alves <palves@redhat.com>
16601
16602 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
16603
16604 2015-04-23 Pedro Alves <palves@redhat.com>
16605
16606 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
16607 on $any_spawn_id instead of only on $gdb_spawn_id.
16608
16609 2015-04-21 Pierre Muller <muller@sourceware.org>
16610
16611 PR pascal/17815
16612 * lib/pascal.exp (gpc_compile): Add new option "class".
16613 (fpc_compile): Likewise.
16614 * gdb.pascal/case-insensitive-symbols.pas: New file.
16615 * gdb.pascal/case-insensitive-symbols.exp: New file.
16616
16617 2015-04-20 Gary Benson <gbenson@redhat.com>
16618
16619 * gdb.base/attach.exp: Fix three extended remote failures.
16620
16621 2015-04-17 Gary Benson <gbenson@redhat.com>
16622
16623 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
16624 the main executable over the remote protocol.
16625
16626 2015-04-16 Pedro Alves <palves@redhat.com>
16627
16628 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
16629 a new gdbserver if gdbserver_reconnect_p is set.
16630
16631 2015-04-16 Pedro Alves <palves@redhat.com>
16632
16633 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
16634 is set, don't exit gdbserver.
16635
16636 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
16637
16638 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
16639 appropriate .insn, such that an older assembler can be used.
16640 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
16641 the z/Architecture instruction set on 31-bit targets as well.
16642
16643 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
16644
16645 * gdb.go/handcall.exp: Remove all logic related to the first
16646 breakpoint and rely on go_runto_main instead.
16647 * gdb.go/strings.exp: Likewise.
16648 * gdb.go/unsafe.exp: Likewise.
16649 * gdb.go/hello.exp: Likewise. Also rename the remaining
16650 breakpoint marker to "breakpoint 1".
16651 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
16652 * gdb.go/strings.go: Likewise.
16653 * gdb.go/unsafe.go: Likewise.
16654 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
16655 "set breakpoint 2 here" and rename the remaining breakpoint marker
16656 to "breakpoint 1".
16657
16658 2015-04-15 Simon Marchi <simon.marchi@ericsson.com>
16659
16660 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
16661 if itertools.imap is not present.
16662 * gdb.python/py-objfile.exp: Add parentheses.
16663 * gdb.python/py-type.exp: Same.
16664 * gdb.python/py-unwind-maint.py: Same.
16665
16666 2015-04-15 Yao Qi <yao.qi@linaro.org>
16667
16668 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
16669 of ":$ptr_size" and set its form explicitly.
16670
16671 2015-04-15 Pedro Alves <palves@redhat.com>
16672 Yao Qi <yao.qi@linaro.org>
16673
16674 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
16675 timeout by factor of 4.
16676 (test_regular_watch): Likewise.
16677 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
16678 * gdb.reverse/sigall-reverse.exp: Likewise.
16679 * gdb.reverse/until-precsave.exp: Likewise.
16680 * lib/gdb.exp (with_timeout_factor): New proc.
16681 (gdb_expect): Move some code to ...
16682 (get_largest_timeout): ... here. New procedure.
16683
16684 2015-04-14 Luis Machado <lgustavo@codesourcery.com>
16685
16686 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
16687
16688 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
16689
16690 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
16691 to write to the .text section.
16692
16693 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
16694
16695 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
16696 Handle the case of targets that do not provide PID information.
16697
16698 2015-04-13 Yao Qi <yao.qi@linaro.org>
16699
16700 * lib/gdbserver-support.exp (gdb_exit): Catch exception
16701 and use expect instead of gdb_expect.
16702
16703 2015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
16704
16705 * gdb.base/coredump-filter.exp: Rename variable "addr" to
16706 "coredump_var_addr" to avoid naming conflict with other testcases.
16707
16708 2015-04-10 Pedro Alves <palves@redhat.com>
16709
16710 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
16711 gdb_test_sequence and gdb_assert.
16712
16713 2015-04-10 Pedro Alves <palves@redhat.com>
16714
16715 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
16716 test messages that don't include the breakpoint address.
16717
16718 2015-04-10 Yao Qi <yao.qi@linaro.org>
16719
16720 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
16721 false for some offset and width combinations which aren't
16722 supported by linux kernel.
16723
16724 2015-04-10 Pedro Alves <palves@redhat.com>
16725
16726 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
16727 procedure, factored out from ...
16728 (top level): ... here. Add "set displaced-stepping" testing axis.
16729 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
16730 parameter "displaced". Use it.
16731 (top level): Use foreach and add "set displaced-stepping" testing
16732 axis.
16733
16734 2015-04-10 Pedro Alves <palves@redhat.com>
16735
16736 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
16737 Remove comment.
16738 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
16739 both the address of the instruction that triggers the watchpoint
16740 and the address of the instruction immediately after, and use
16741 those addresses for the test. Fix comment.
16742
16743 2015-04-10 Pedro Alves <palves@redhat.com>
16744
16745 * gdb.base/sigstep.exp (breakpoint_to_handler)
16746 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
16747 Test "backtrace" in handler.
16748 (breakpoint_over_handler): New parameter 'displaced'. Use it.
16749 (top level): Add new "displaced" test axis to
16750 breakpoint_to_handler, breakpoint_to_handler_entry and
16751 breakpoint_over_handler.
16752
16753 2015-04-10 Pedro Alves <palves@redhat.com>
16754
16755 PR gdb/18216
16756 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
16757
16758 2015-04-10 Yao Qi <yao.qi@linaro.org>
16759
16760 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
16761 (test_add_rn_pc): New function.
16762 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
16763 (top level): Invoke test_add_rn_pc.
16764
16765 2015-04-10 Pedro Alves <palves@redhat.com>
16766
16767 PR gdb/13858
16768 * gdb.base/step-over-no-symbols.exp: New file.
16769
16770 2015-04-09 Andy Wingo <wingo@igalia.com>
16771
16772 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
16773 after the Python tests.
16774
16775 2015-04-08 Keith Seitz <keiths@redhat.com>
16776
16777 PR python/16699
16778 * gdb.python/py-completion.exp: New tests for completion.
16779 * gdb.python/py-completion.py (CompleteLimit1): New class.
16780 (CompleteLimit2): Likewise.
16781 (CompleteLimit3): Likewise.
16782 (CompleteLimit4): Likewise.
16783 (CompleteLimit5): Likewise.
16784 (CompleteLimit6): Likewise.
16785 (CompleteLimit7): Likewise.
16786
16787 2015-04-08 Pedro Alves <palves@redhat.com>
16788
16789 PR gdb/18214
16790 PR gdb/18216
16791 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
16792 function.
16793 (main): Install it as SIGUSR1 handler.
16794 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
16795 parameter. Always use "setup" as prefix. Toggle "set
16796 displaced-stepping" off/on depending on global. Don't switch to
16797 thread 1 here.
16798 (top level): Add displaced stepping "off/on" test axis. Update
16799 "setup" calls. Wrap each subtest with with_test_prefix. Test
16800 continuing with a queued signal in each thread.
16801
16802 2015-04-08 Pedro Alves <palves@redhat.com>
16803
16804 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
16805 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
16806 gdb_breakpoint instead of gdb_test that doesn't expect anything.
16807 Return early if running to main fails.
16808 * gdb.trace/while-stepping.exp: Likewise.
16809
16810 2015-04-07 Pedro Alves <palves@redhat.com>
16811
16812 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
16813 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
16814 interact with inferior program.
16815
16816 2015-04-07 Pedro Alves <palves@redhat.com>
16817
16818 * lib/gdb.exp (inferior_spawn_id): New global.
16819 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
16820 spawn id after processing the user code.
16821 (default_gdb_start): Set inferior_spawn_id.
16822 (send_inferior): New procedure.
16823 * lib/gdbserver-support.exp (gdbserver_start): Set
16824 inferior_spawn_id.
16825 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
16826
16827 2015-04-07 Pedro Alves <palves@redhat.com>
16828
16829 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
16830 * lib/gdbserver-support.exp (gdbserver_start): Make
16831 $server_spawn_id global.
16832 (gdbserver_start): Don't wait for gdbserver's spawn id with
16833 expect_background.
16834 (close_gdbserver): New procedure.
16835 (gdb_exit): Rename the default version and reimplement.
16836
16837 2015-04-07 Pedro Alves <palves@redhat.com>
16838
16839 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
16840 append the substituted item, not the original item.
16841
16842 2015-04-07 Pedro Alves <palves@redhat.com>
16843
16844 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
16845 gdb_expect.
16846
16847 2015-04-07 Pedro Alves <palves@redhat.com>
16848
16849 * gdb.base/interrupt.exp: Don't handle the case of the inferior
16850 output appearing once only.
16851
16852 2015-04-07 Pedro Alves <palves@redhat.com>
16853
16854 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
16855 that doesn't expect anything. Return early if running to main
16856 fails.
16857
16858 2015-04-07 Yao Qi <yao.qi@linaro.org>
16859
16860 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
16861 (child_function): Call alarm.
16862 (main): Move call to alarm into the loop.
16863 * gdb.threads/non-stop-fair-events.exp: Build program with
16864 -DTIMEOUT=$timeout.
16865
16866 2015-04-06 Doug Evans <xdje42@gmail.com>
16867
16868 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
16869 Fix dest parameter to board_info.
16870 (fpc_compile): Ditto.
16871 (gdb_compile_pascal): Rename dest arg to destfile.
16872
16873 2015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
16874
16875 * gdb.ada/funcall_ref.exp: New file.
16876 * gdb.ada/funcall_ref/foo.adb: New file.
16877
16878 2015-04-02 Yao Qi <yao.qi@linaro.org>
16879
16880 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
16881 is remote.
16882
16883 2015-04-02 Gary Benson <gbenson@redhat.com>
16884
16885 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
16886
16887 2015-04-01 Sasha Smundak <asmundak@google.com>
16888
16889 * gdb.python/py-unwind-maint.c: New file.
16890 * gdb.python/py-unwind-maint.exp: New test.
16891 * gdb.python/py-unwind-maint.py: New file.
16892 * gdb.python/py-unwind.c: New file.
16893 * gdb.python/py-unwind.exp: New test.
16894 * gdb.python/py-unwind.py: New test.
16895
16896 2015-04-01 Pedro Alves <palves@redhat.com>
16897
16898 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
16899 to fail instead of non-existent $test.
16900
16901 2015-04-01 Pedro Alves <palves@redhat.com>
16902
16903 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
16904 GDBFLAGS if not empty.
16905
16906 2015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
16907
16908 * gdb.ada/complete.exp: Remove "multi_line".
16909 * gdb.ada/info_exc.exp: Remove "multi_line".
16910 * gdb.ada/packed_tagged.exp: Remove "multi_line".
16911 * gdb.ada/ptype_field.exp: Remove "multi_line".
16912 * gdb.ada/sym_print_name.exp: Remove "multi_line".
16913 * gdb.ada/tagged.exp: Remove "multi_line".
16914 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
16915 [multi_line ...]
16916 * gdb.btrace/delta.exp: Likewise.
16917 * gdb.btrace/exception.exp: Likewise.
16918 * gdb.btrace/function_call_history.exp: Likewise.
16919 * gdb.btrace/instruction_history.exp: Likewise.
16920 * gdb.btrace/nohist.exp: Likewise.
16921 * gdb.btrace/record_goto.exp: Likewise.
16922 * gdb.btrace/segv.exp: Likewise.
16923 * gdb.btrace/stepi.exp: Likewise.
16924 * gdb.btrace/tailcall.exp: Likewise.
16925 * gdb.btrace/unknown_functions.exp: Likewise.
16926 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
16927 * lib/gdb.exp: Add the "multi_line" helper.
16928
16929 2015-04-01 Pedro Alves <palves@redhat.com>
16930
16931 * gdb.threads/tid-reuse.c: New file.
16932 * gdb.threads/tid-reuse.exp: New file.
16933
16934 2015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
16935
16936 PR corefiles/16092
16937 * gdb.base/coredump-filter.c: New file.
16938 * gdb.base/coredump-filter.exp: Likewise.
16939
16940 2015-03-27 Petr Machata <pmachata@redhat.com>
16941
16942 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
16943 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
16944 (Dwarf::assemble): Initialize them.
16945 (Dwarf::lines): New function.
16946
16947 2015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
16948
16949 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
16950 SYMBOL_PREFIX for x86_64-*-cygwin.
16951
16952 2015-03-26 Andy Wingo <wingo@igalia.com>
16953
16954 PR symtab/18148
16955 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
16956 const_value but not a location.
16957 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
16958 location defined in non-main CUs are visible.
16959
16960 2015-03-26 Yao Qi <yao.qi@linaro.org>
16961
16962 PR testsuite/18139
16963 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
16964 Add a line number entry for the same line.
16965 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
16966 Add a line number entry for the same line.
16967
16968 2015-03-26 Yao Qi <yao.qi@linaro.org>
16969
16970 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
16971 .int 0.
16972 (func): Likewise. Add .Lfunc_1 label.
16973 Use .Lfunc_1 label.
16974 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
16975 .int 0.
16976 (func): Likewise.
16977 Use .Lfunc_1 label.
16978
16979 2015-03-26 Yao Qi <yao.qi@linaro.org>
16980
16981 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
16982 Call gdb_compile instead to compile each .s files without debug
16983 information.
16984
16985 2015-03-26 Yao Qi <yao.qi@linaro.org>
16986
16987 * gdb.base/savedregs.exp (process_saved_regs): Make
16988 "Saved registers:" optional in the pattern.
16989
16990 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
16991
16992 * gdb.btrace/next.exp: Merged into step.exp.
16993 * gdb.btrace/finish.exp: Merged into step.exp.
16994 * gdb.btrace/nexti.exp: Merged into stepi.exp.
16995 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
16996 "record goto" and checking the exact replay position.
16997 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
16998 check for "Recording format" in "info record" output.
16999 * gdb.btrace/record_goto.exp: Choose test file based on target.
17000 * gdb.btrace/x86-record_goto.S: Renamed into ...
17001 * gdb.btrace/x86_64-record_goto.S: ... this.
17002 * gdb.btrace/i686-record_goto.S: New.
17003 * gdb.btrace/x86-tailcall.S: Renamed into ...
17004 * gdb.btrace/x86_64-tailcall.S: ... this.
17005 * gdb.btrace/i686-tailcall.S: New.
17006 * gdb.btrace/x86-tailcall.c: Renamed into ...
17007 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
17008 separate statements. Update test.
17009 * gdb.btrace/delta.exp: Use record_goto.c as test file.
17010 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
17011 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
17012 * gdb.btrace/tailcall.exp: Choose test file based on target.
17013 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
17014
17015 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
17016
17017 * gdb.btrace/exception.exp: Increase BTS buffer size.
17018
17019 2015-03-24 Pedro Alves <palves@redhat.com>
17020
17021 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
17022
17023 2015-03-24 Pedro Alves <palves@redhat.com>
17024
17025 * gdb.threads/schedlock.exp (test_step): No longer expect that
17026 "set scheduler-locking step" with "next" over a function call runs
17027 threads unlocked.
17028
17029 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
17030
17031 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
17032
17033 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
17034
17035 PR breakpoints/16466
17036 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
17037 * gdb.mi/mi-pending.c (thread_func): New function.
17038 (int main): Add threading support required.
17039 * gdb.mi/mi-pending.exp: Add tests for this issue.
17040 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
17041 (pendfunc2): Remove stdio dependency.
17042 * gdb.mi/mi-pendshr2.c: New file.
17043
17044 2015-03-23 Keith Seitz <keiths@redhat.com>
17045
17046 * gdb.linespec/keywords.c: New file.
17047 * gdb.linespec/keywords.exp: New file.
17048
17049 2015-03-23 Keith Seitz <keiths@redhat.com>
17050
17051 PR gdb/18021
17052 * gdb.dwarf2/staticvirtual.exp: New test.
17053
17054 2015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
17055
17056 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
17057 * README: Remove HP-UX and gdb.hp.
17058 (configuration):
17059 * configure: Regenerate.
17060 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
17061 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
17062 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
17063 gdb.hp/gdb.defects/Makefile.
17064 * gdb.hp/Makefile.in: File deleted.
17065 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
17066 * gdb.hp/gdb.aCC/optimize.c: File deleted.
17067 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
17068 * gdb.hp/gdb.aCC/run.c: File deleted.
17069 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
17070 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
17071 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
17072 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
17073 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
17074 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
17075 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
17076 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
17077 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
17078 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
17079 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
17080 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
17081 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
17082 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
17083 * gdb.hp/gdb.base-hp/reg.s: File deleted.
17084 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
17085 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
17086 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
17087 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
17088 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
17089 * gdb.hp/gdb.compat/Makefile.in: File deleted.
17090 * gdb.hp/gdb.compat/average.c: File deleted.
17091 * gdb.hp/gdb.compat/sum.c: File deleted.
17092 * gdb.hp/gdb.compat/xdb.c: File deleted.
17093 * gdb.hp/gdb.compat/xdb0.c: File deleted.
17094 * gdb.hp/gdb.compat/xdb0.h: File deleted.
17095 * gdb.hp/gdb.compat/xdb1.c: File deleted.
17096 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
17097 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
17098 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
17099 * gdb.hp/gdb.defects/Makefile.in: File deleted.
17100 * gdb.hp/gdb.defects/bs14602.c: File deleted.
17101 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
17102 * gdb.hp/gdb.defects/solib-d.c: File deleted.
17103 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
17104 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
17105 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
17106 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
17107 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
17108 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
17109 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
17110 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
17111 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
17112 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
17113 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
17114 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
17115 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
17116 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
17117 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
17118 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
17119 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
17120 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
17121 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
17122 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
17123 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
17124 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
17125 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
17126 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
17127 * gdb.hp/tools/odump: File deleted.
17128
17129 2015-03-19 Pedro Alves <palves@redhat.com>
17130
17131 * gdb.threads/continue-pending-status.exp (saw_thread_2)
17132 (saw_thread_3): New globals.
17133 (top level): Increment them when an event for the corresponding
17134 thread is seen.
17135 (no thread starvation): New test.
17136
17137 2015-03-19 Pedro Alves <palves@redhat.com>
17138
17139 * gdb.threads/continue-pending-status.c: New file.
17140 * gdb.threads/continue-pending-status.exp: New file.
17141
17142 2015-03-18 Pedro Alves <palves@redhat.com>
17143
17144 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
17145 Use gdb_is_target_remote instead of is_remote. Use
17146 gdb_test_multiple instead of gdb_expect. Exit early if
17147 gdb_test_multiple hits its internal matches. Tighten stepi tests
17148 expected output. Fail on exit with any signal, instead of just
17149 SIGILL.
17150
17151 2015-03-18 Yao Qi <yao.qi@linaro.org>
17152
17153 PR tdep/18107
17154 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
17155 variable.
17156 * gdb.base/catch-syscall.exp: Don't skip it on
17157 aarch64*-*-linux* target. Remove elements in all_syscalls.
17158 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
17159 target.
17160 (setup_all_syscalls): New proc.
17161
17162 2015-03-16 Yao Qi <yao.qi@linaro.org>
17163
17164 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
17165 (top level): Skip tests if valid_addr_p returns false for
17166 $cmd1 or $cmd2.
17167
17168 2015-03-11 Andy Wingo <wingo@igalia.com>
17169
17170 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
17171
17172 2015-03-11 Yao Qi <yao.qi@linaro.org>
17173
17174 * gdb.base/catch-syscall.exp: Fix typo in comments.
17175
17176 2015-03-11 Yao Qi <yao.qi@linaro.org>
17177
17178 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
17179
17180 2015-03-09 Pedro Alves <palves@redhat.com>
17181
17182 * dg-extract-results.py: Delete.
17183
17184 2015-03-09 Pedro Alves <palves@redhat.com>
17185
17186 Merge dg-extract-results.sh from GCC upstream (r218843).
17187
17188 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
17189 * dg-extract-results.sh: Use --text with grep to avoid issues with
17190 binary files. Fall back to cat -v, if that doesn't work.
17191
17192 2015-03-05 Pedro Alves <palves@redhat.com>
17193
17194 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
17195
17196 2015-03-04 Simon Marchi <simon.marchi@ericsson.com>
17197
17198 * lib/mi-support.exp (mi_expect_interrupt): Accept
17199 alternative event for when in all-stop mode.
17200
17201 2015-03-04 Pedro Alves <palves@redhat.com>
17202
17203 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
17204
17205 2015-03-04 Mark Kettenis <kettenis@gnu.org>
17206
17207 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
17208
17209 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
17210
17211 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
17212 regexps for GDB's current line display, accept a hex address
17213 preceding the line number.
17214
17215 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
17216
17217 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
17218 the 'arch1' variable for "s390*-linux*" targets.
17219
17220 2015-03-04 Pedro Alves <palves@redhat.com>
17221
17222 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
17223 (main): Pass missing retval argument to pthread_join call.
17224
17225 2015-03-02 Pedro Alves <palves@redhat.com>
17226
17227 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
17228 (top level): Call do_test with non-stop as well.
17229
17230 2015-03-02 Pedro Alves <palves@redhat.com>
17231
17232 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
17233 -1.
17234
17235 2015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
17236
17237 * gdb.arch/s390-vregs.exp: New test.
17238 * gdb.arch/s390-vregs.S: New file.
17239
17240 2015-02-27 Pedro Alves <palves@redhat.com>
17241
17242 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
17243 call to catch_command_errors.
17244 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
17245 catch_command_errors.
17246
17247 2015-02-27 Pedro Alves <palves@redhat.com>
17248
17249 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
17250 "true" for boolean result.
17251 * gdb.gdb/selftest.exp (test_with_self): Also accept full
17252 prototype of main.
17253
17254 2015-02-27 Pedro Alves <palves@redhat.com>
17255
17256 * lib/unbuffer_output.c: New file.
17257 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
17258 (main): Call gdb_unbuffer_output.
17259
17260 2015-02-27 Yao Qi <yao.qi@linaro.org>
17261
17262 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
17263 target.
17264
17265 2015-02-26 Doug Evans <dje@google.com>
17266
17267 * gdb.cp/class2.cc (Dbase, D): New classes.
17268 (main): New local delta.
17269 * gdb.cp/class2.exp: Test printing delta.
17270 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
17271 (dynbar): New global.
17272 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
17273
17274 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
17275
17276 * gdb.compile/compile-ifunc.c: New file.
17277 * gdb.compile/compile-ifunc.exp: New file.
17278
17279 2015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
17280
17281 * gdb.base/structs.exp: Check for correct struct on finish.
17282
17283 2015-02-26 Yao Qi <yao.qi@linaro.org>
17284
17285 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
17286 is zero.
17287
17288 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
17289
17290 * gdb.arch/cordic.ko.bz2: New file.
17291 * gdb.arch/cordic.ko.debug.bz2: New file.
17292 * gdb.arch/ppc64-symtab-cordic.exp: New file.
17293
17294 2015-02-25 Yao Qi <yao.qi@linaro.org>
17295
17296 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
17297 aarch64*-*-* target.
17298
17299 2015-02-23 Pedro Alves <palves@redhat.com>
17300
17301 * lib/gdb.exp (delete_breakpoints): Rewrite using
17302 gdb_test_multiple.
17303
17304 2015-02-23 Pedro Alves <palves@redhat.com>
17305
17306 * gdb.base/info-os.c: Include stdlib.h.
17307
17308 2015-02-22 Doug Evans <xdje42@gmail.com>
17309
17310 PR symtab/17855
17311 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
17312 is read after symbols have been re-read.
17313 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
17314 * gdb.ada/exec_changed/second.adb (Second): Ditto.
17315
17316 2015-02-21 Doug Evans <dje@google.com>
17317
17318 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
17319
17320 2015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
17321
17322 PR corefiles/17808
17323 * gdb.arch/i386-biarch-core.core.bz2: New file.
17324 * gdb.arch/i386-biarch-core.exp: New file.
17325
17326 2015-02-21 Pedro Alves <palves@redhat.com>
17327
17328 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
17329 runto_main fails.
17330
17331 2015-02-20 Pedro Alves <palves@redhat.com>
17332
17333 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
17334 info probes.
17335
17336 2015-02-20 Pedro Alves <palves@redhat.com>
17337
17338 * gdb.threads/multi-create-ns-info-thr.exp: New file.
17339
17340 2015-02-20 Pedro Alves <palves@redhat.com>
17341
17342 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
17343 clean_restart before gdb_target_supports_trace.
17344
17345 2015-02-20 Pedro Alves <palves@redhat.com>
17346
17347 PR threads/18006
17348 * gdb.threads/clone-thread_db.c: New file.
17349 * gdb.threads/clone-thread_db.exp: New file.
17350
17351 2015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
17352
17353 PR breakpoints/16812
17354 * gdb.base/catch-gdb-caused-signals.c: New file.
17355 * gdb.base/catch-gdb-caused-signals.exp: New file.
17356
17357 2015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
17358
17359 * configure: Regenerated.
17360 * configure.ac: Use GDB_AC_TRANSFORM.
17361 * aclocal.m4: sinclude ../transform.m4.
17362
17363 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
17364
17365 * lib/dtrace.exp: New file.
17366 * gdb.base/dtrace-probe.exp: Likewise.
17367 * gdb.base/dtrace-probe.d: Likewise.
17368 * gdb.base/dtrace-probe.c: Likewise.
17369 * lib/pdtrace.in: Likewise.
17370 * configure.ac: Output variables with the transformed names of
17371 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
17372 * configure: Regenerated.
17373
17374 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
17375
17376 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
17377 expected message when trying to access $_probe_* convenience
17378 variables while not on a probe.
17379
17380 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
17381
17382 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
17383
17384 2015-02-11 Pedro Alves <pedro@codesourcery.com>
17385
17386 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
17387 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
17388
17389 2015-02-10 Doug Evans <xdje42@gmail.com>
17390
17391 * lib/gdb.exp (gdb_load): Always return a result.
17392
17393 2015-02-10 Pedro Alves <palves@redhat.com>
17394
17395 * gdb.threads/signal-sigtrap.c: New file.
17396 * gdb.threads/signal-sigtrap.exp: New file.
17397
17398 2015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
17399
17400 * gdb.trace/no-attach-trace.c: New file.
17401 * gdb.trace/no-attach-trace.exp: New file.
17402
17403 2015-02-09 Mark Wielaard <mjw@redhat.com>
17404
17405 * gdb.dwarf2/atomic.c: New file.
17406 * gdb.dwarf2/atomic-type.exp: Likewise.
17407
17408 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
17409
17410 * gdb.btrace/buffer-size.exp: Update "info record" output.
17411 * gdb.btrace/delta.exp: Update "info record" output.
17412 * gdb.btrace/enable.exp: Update "info record" output.
17413 * gdb.btrace/finish.exp: Update "info record" output.
17414 * gdb.btrace/instruction_history.exp: Update "info record" output.
17415 * gdb.btrace/next.exp: Update "info record" output.
17416 * gdb.btrace/nexti.exp: Update "info record" output.
17417 * gdb.btrace/step.exp: Update "info record" output.
17418 * gdb.btrace/stepi.exp: Update "info record" output.
17419 * gdb.btrace/nohist.exp: Update "info record" output.
17420
17421 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
17422
17423 * gdb.btrace/buffer-size: New.
17424
17425 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
17426
17427 * gdb.btrace/delta.exp: Update "info record" output.
17428 * gdb.btrace/enable.exp: Update "info record" output.
17429 * gdb.btrace/finish.exp: Update "info record" output.
17430 * gdb.btrace/instruction_history.exp: Update "info record" output.
17431 * gdb.btrace/next.exp: Update "info record" output.
17432 * gdb.btrace/nexti.exp: Update "info record" output.
17433 * gdb.btrace/step.exp: Update "info record" output.
17434 * gdb.btrace/stepi.exp: Update "info record" output.
17435 * gdb.btrace/nohist.exp: Update "info record" output.
17436
17437 2015-02-06 Simon Marchi <simon.marchi@ericsson.com>
17438
17439 PR gdb/15678
17440 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
17441
17442 2015-02-06 Pedro Alves <palves@redhat.com>
17443
17444 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
17445 macro.
17446 (seconds_left, again): New globals.
17447 (main): Wait seconds_left in a 1-second sleep loop instead of
17448 sleeping 180 seconds. If 'again' is set, reset the seconds
17449 counter.
17450 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
17451 'again' in the inferior before detaching. Print the seconds left.
17452 (options): New global.
17453 (top level): Build program with -DTIMEOUT=$timeout.
17454
17455 2015-02-06 Pedro Alves <palves@redhat.com>
17456
17457 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
17458 determine how many seconds to pass to 'alarm'.
17459 * gdb.base/gdb-sigterm.exp (top level): Build program with
17460 -DTIMEOUT=$timeout.
17461 (do_test): Return success/failure indication. Add more verbose
17462 logging. Don't fail if 200 single steps are seen. Instead, fail
17463 when the test times out.
17464 (passes): New global.
17465 (top level): Break the testing loop if testing fails on any
17466 iteration. Use gdb_assert.
17467
17468 2015-02-04 Don Breazeal <donb@codesourcery.com>
17469
17470 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
17471 and initialize them.
17472 (ipc_cleanup): New function.
17473 (main): Don't declare shmid, semid, and msqid. Add a call to
17474 atexit so that we call ipc_cleanup on exit.
17475
17476 2015-02-04 Pedro Alves <palves@redhat.com>
17477
17478 * boards/native-extended-gdbserver.exp: Remove any target variant
17479 specifications from the board name before clearing the isremote
17480 flag from board_info.
17481
17482 2015-01-31 Doug Evans <xdje42@gmail.com>
17483
17484 * gdb.base/maint.exp <maint print type argc>: Update expected output.
17485
17486 2015-01-31 Gary Benson <gbenson@redhat.com>
17487
17488 * gdb.base/completion.exp: Disable completion limiting for
17489 existing tests. Add new tests to check completion limiting.
17490 * gdb.linespec/ls-errs.exp: Disable completion limiting.
17491
17492 2015-01-31 Doug Evans <xdje42@gmail.com>
17493
17494 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
17495
17496 2015-01-31 Doug Evans <xdje42@gmail.com>
17497
17498 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
17499 entries. Duplicate file section script entries.
17500 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
17501 inlined entries. Add test for safe-path rejection.
17502 * gdb.python/py-section-script.c: Add duplicate inlined section script
17503 entries. Duplicate file section script entries.
17504 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
17505 inlined entries. Add test for safe-path rejection.
17506
17507 2015-01-29 Joel Brobecker <brobecker@adacore.com>
17508
17509 * gdb.ada/disc_arr_bound: New testcase.
17510
17511 2015-01-29 Joel Brobecker <brobecker@adacore.com>
17512
17513 * gdb.ada/mi_var_array: New testcase.
17514
17515 2015-01-27 Doug Evans <dje@google.com>
17516
17517 * gdb.python/py-objfile.exp: Add tests for objfile.username.
17518 Add test for objfile.filename, objfile.username after objfile
17519 has been unloaded.
17520
17521 2015-01-26 Joel Brobecker <brobecker@adacore.com>
17522
17523 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
17524 the second test to print the name attribute of value
17525 returned by the call to gdb.lookup_type, and adjust
17526 the expected output accordingly.
17527
17528 2015-01-25 Mark Wielaard <mjw@redhat.com>
17529
17530 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
17531 * gdb.base/disp-step-fork.c: Include unistd.h.
17532 * gdb.base/siginfo-obj.c: Include stdio.h.
17533 * gdb.base/siginfo-thread.c: Likewise.
17534 * gdb.mi/non-stop.c: Include unistd.h.
17535 * gdb.mi/nsthrexec.c: Include stdio.h.
17536 * gdb.mi/pthreads.c: Include unistd.h.
17537 * gdb.modula2/unbounded1.c (main): Declare returns int.
17538 * gdb.reverse/consecutive-reverse.c: Likewise.
17539 * gdb.threads/create-fail.c: Include unistd.h.
17540 * gdb.threads/killed.c: Likewise.
17541 * gdb.threads/linux-dp.c: Likewise.
17542 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
17543 * gdb.threads/non-ldr-exc-2.c: Likewise.
17544 * gdb.threads/non-ldr-exc-3.c: Likewise.
17545 * gdb.threads/non-ldr-exc-4.c: Likewise.
17546 * gdb.threads/pthreads.c: Include unistd.h.
17547 (main): Declare returns int.
17548 * gdb.threads/tls-main.c (foo): New declaration.
17549 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
17550
17551 2015-01-23 Simon Marchi <simon.marchi@ericsson.com>
17552
17553 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
17554 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
17555
17556 2015-01-15 Mark Wielaard <mjw@redhat.com>
17557
17558 * gdb.base/noreturn-return.c: New file.
17559 * gdb.base/noreturn-return.exp: New file.
17560 * gdb.base/noreturn-finish.c: New file.
17561 * gdb.base/noreturn-finish.exp: New file.
17562
17563 2015-01-23 Pedro Alves <palves@redhat.com>
17564
17565 * gdb.threads/continue-pending-after-query.c: New file.
17566 * gdb.threads/continue-pending-after-query.exp: New file.
17567
17568 2015-01-22 Anders Granlund <anders.granlund@ericsson.com>
17569 Simon Marchi <simon.marchi@ericsson.com>
17570
17571 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
17572 * gdb.base/valgrind-db-attach.exp: Same.
17573 * gdb.base/valgrind-infcall.exp: Same.
17574 * lib/mi-support.exp (default_mi_gdb_start): Same.
17575 * lib/prompt.exp (default_prompt_gdb_start): Same.
17576 * lib/gdb.exp (default_gdb_spawn): Same.
17577 (gdb_interact): New.
17578
17579
17580 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
17581
17582 * gdb.compile/compile.exp (pointer to jit function): New test.
17583
17584 2015-01-17 Wei-cheng Wang <cole945@gmail.com>
17585
17586 * lib/gdb.exp (supports_process_record): Return true for
17587 powerpc*-*-linux*.
17588 (supports_reverse): Likewise.
17589
17590 2015-01-15 Don Breazeal <donb@codesourcery.com>
17591
17592 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
17593 instead of checking whether the target board is remote and
17594 use spawn_wait_for_attach instead of exec/sleep.
17595 * gdb.base/attach-twice.exp: Likewise.
17596
17597 2015-01-15 Joel Brobecker <brobecker@adacore.com>
17598
17599 * gdb.ada/var_arr_attrs: New testcase.
17600
17601 2015-01-14 Pedro Alves <palves@redhat.com>
17602 Joel Brobecker <brobecker@adacore.com>
17603
17604 PR gdb/17525
17605 * gdb.base/bp-cmds-execution-x-script.c: New file.
17606 * gdb.base/bp-cmds-execution-x-script.exp: New file.
17607 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
17608
17609 2015-01-14 Pedro Alves <palves@redhat.com>
17610
17611 PR cli/17828
17612 * gdb.base/batch-preserve-term-settings.c: New file.
17613 * gdb.base/batch-preserve-term-settings.exp: New file.
17614
17615 2015-01-13 Doug Evans <dje@google.com>
17616
17617 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
17618 binary.
17619
17620 2015-01-13 Joel Brobecker <brobecker@adacore.com>
17621
17622 * Makefile.in (clean mostlyclean): Do not delete *.py.
17623
17624 2015-01-13 Joel Brobecker <brobecker@adacore.com>
17625
17626 * gdb.python/py-lookup-type.exp: New file.
17627
17628 2015-01-12 Pedro Alves <palves@redhat.com>
17629
17630 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
17631 restore GDBFLAGS before returning.
17632
17633 2015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
17634
17635 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
17636 is_amd64_regs_target and is_x86_like_target.
17637
17638 2015-01-11 Doug Evans <xdje42@gmail.com>
17639
17640 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
17641 is given without an explicit form.
17642 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
17643 attributes.
17644 * gdb.dwarf/corrupt.exp: Ditto.
17645 * gdb.dwarf2/enum-type.exp: Ditto.
17646 * gdb.trace/entry-values.exp: Ditto.
17647 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
17648
17649 2015-01-11 Doug Evans <xdje42@gmail.com>
17650
17651 PR gdb/15830
17652 * gdb.base/maint.exp: Remove references to "maint demangle".
17653 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
17654 Add tests for explicitly specifying language to demangle.
17655 * gdb.dlang/demangle.exp: Ditto.
17656
17657 2015-01-09 Pedro Alves <palves@redhat.com>
17658
17659 * gdb.threads/non-stop-fair-events.c: New file.
17660 * gdb.threads/non-stop-fair-events.exp: New file.
17661
17662 2015-01-09 Pedro Alves <palves@redhat.com>
17663
17664 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
17665 the global scope. Set a breakpoint after all threads are started
17666 rather than stepping over two source lines. Expect the prompt.
17667 * gdb.base/watch_thread_num.c (threads_started_barrier): New
17668 global.
17669 (NUM): Now 15.
17670 (main): Use threads_started_barrier to wait for all threads to
17671 start. Main thread no longer calls thread_function. Exit after
17672 180 seconds.
17673 (loop): New function.
17674 (thread_function): Wait on threads_started_barrier barrier. Call
17675 'loop' at each iteration.
17676 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
17677 threads have started, instead of hardcoding number of "next"
17678 steps. Use an access watchpoint instead of a write watchpoint.
17679
17680 2015-01-09 Pedro Alves <palves@redhat.com>
17681
17682 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
17683 (thread_func): Wait on barrier.
17684 (main): Wait for all threads to start before stopping GDB.
17685 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
17686 global.
17687 (thread1_func, thread2_func): Wait on barrier.
17688 (main): Wait for all threads to start before stopping GDB.
17689 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
17690 New global.
17691 (thread1_func, thread2_func): Wait on barrier.
17692 (main): Wait for all threads to start before stopping GDB.
17693
17694 2015-01-09 Pedro Alves <palves@redhat.com>
17695
17696 * gdb.threads/attach-many-short-lived-threads.c: New file.
17697 * gdb.threads/attach-many-short-lived-threads.exp: New file.
17698
17699 2014-01-09 Pedro Alves <palves@redhat.com>
17700
17701 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
17702 instead of to thread 2.
17703 * gdb.threads/signal-command-multiple-signals-pending.c (main):
17704 Add barrier around each pthread_create call instead of around all
17705 calls.
17706 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
17707 Set a break on thread_function and have the child threads hit it
17708 one at at a time.
17709
17710 2015-01-09 Pedro Alves <palves@redhat.com>
17711
17712 * lib/gdb.exp (can_spawn_for_attach): New procedure.
17713 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
17714 false.
17715 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
17716 checking whether the target board is remote.
17717 * gdb.multi/multi-attach.exp: Likewise.
17718 * gdb.python/py-sync-interp.exp: Likewise.
17719 * gdb.server/ext-attach.exp: Likewise.
17720 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
17721 tests that need to attach, instead of checking whether the target
17722 board is remote at the top of the file.
17723
17724 2015-01-08 Yao Qi <yao@codesourcery.com>
17725
17726 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
17727
17728 2015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
17729
17730 Fix testcase compilation.
17731 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
17732
17733 2015-01-06 Joel Brobecker <brobecker@adacore.com>
17734
17735 * gdb.python/py-type.exp: Add a couple test about empty
17736 array creation, and negative-length array creation.
17737
17738 2015-01-02 Doug Evans <xdje42@gmail.com>
17739
17740 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
17741
17742 2015-01-02 Doug Evans <dje@google.com>
17743
17744 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
17745
17746 2014-12-29 Yao Qi <yao@codesourcery.com>
17747
17748 * gdb.trace/entry-values.exp: Update comments. Rename variable
17749 bar_call_foo to returned_from_foo.
17750
17751 2014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
17752
17753 PR gdb/17394
17754 * gdb.linespec/break-asm-file.c: New file.
17755 * gdb.linespec/break-asm-file.exp: New file.
17756 * gdb.linespec/break-asm-file0.s: New file.
17757 * gdb.linespec/break-asm-file1.s: New file.
17758
17759 2014-12-18 Nigel Stephens <nigel@mips.com>
17760 Maciej W. Rozycki <macro@codesourcery.com>
17761
17762 * gdb.base/float.exp: Handle the new output from "info float" on
17763 MIPS targets.
17764
17765 2014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
17766
17767 Fix MinGW compilation.
17768 * gdb.compile/compile-ops.exp: Update untested message if
17769 !skip_compile_feature_tests.
17770 * gdb.compile/compile-setjmp.exp: Likewise.
17771 * gdb.compile/compile-tls.exp: Likewise.
17772 * gdb.compile/compile.exp: Likewise.
17773 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
17774 supported on this host".
17775
17776 2014-12-16 Doug Evans <xdje42@gmail.com>
17777
17778 * boards/stabs.exp: New file.
17779
17780 2014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
17781
17782 * gdb.base/completion.exp: Adjust to format changes of "maint
17783 print user-registers".
17784
17785 2014-12-16 Catalin Udma <catalin.udma@freescale.com>
17786
17787 PR server/17457
17788 * gdb.arch/aarch64-fp.c: New file.
17789 * gdb.arch/aarch64-fp.exp: New file.
17790
17791 2014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
17792
17793 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
17794 r210637, r210913, r211666, r215400, r215817).
17795
17796 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
17797 * dg-extract-results.py: New file.
17798 * dg-extract-results.sh: Use it if the environment seems
17799 suitable.
17800
17801 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
17802
17803 * dg-extract-results.py (parse_run): Handle warnings that
17804 are printed before a test harness is run.
17805
17806 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
17807
17808 * dg-extract-results.py (Named): Remove __cmp__ method.
17809 (output_variation): Use a key to sort variation.harnesses.
17810
17811 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
17812
17813 * dg-extract-results.py: For Python 3, force sys.stdout to
17814 handle surrogate escape sequences.
17815 (safe_open): New function.
17816 (output_segment, main): Use it.
17817
17818 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
17819
17820 * dg-extract-results.py (Prog.result_re): Include options
17821 in test name.
17822
17823 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
17824
17825 * dg-extract-results.py (output_variation): Always sort if
17826 do_sum.
17827
17828 2014-12-15 Simon Marchi <simon.marchi@ericsson.com>
17829
17830 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
17831 as long as we get pagination notifications.
17832
17833 2014-12-15 Jason Merrill <jason@redhat.com>
17834
17835 * Makefile.in (check-gdb.%): Restore.
17836 * README: Mention it.
17837
17838 2014-12-13 Joel Brobecker <brobecker@adacore.com>
17839
17840 * gdb.ada/str_uninit: New testcase.
17841
17842 2014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
17843
17844 PR symtab/17642
17845 * gdb.base/vla-stub-define.c: New file.
17846 * gdb.base/vla-stub.c: New file.
17847 * gdb.base/vla-stub.exp: New file.
17848
17849 2014-12-12 Phil Muldoon <pmuldoon@redhat.com>
17850 Jan Kratochvil <jan.kratochvil@redhat.com>
17851 Tom Tromey <tromey@redhat.com>
17852
17853 * configure.ac: Add gdb.compile/.
17854 * configure: Regenerate.
17855 * gdb.compile/Makefile.in: New file.
17856 * gdb.compile/compile-ops.exp: New file.
17857 * gdb.compile/compile-ops.c: New file.
17858 * gdb.compile/compile-tls.c: New file.
17859 * gdb.compile/compile-tls.exp: New file.
17860 * gdb.compile/compile-constvar.S: New file.
17861 * gdb.compile/compile-constvar.c: New file.
17862 * gdb.compile/compile-mod.c: New file.
17863 * gdb.compile/compile-nodebug.c: New file.
17864 * gdb.compile/compile-setjmp-mod.c: New file.
17865 * gdb.compile/compile-setjmp.c: New file.
17866 * gdb.compile/compile-setjmp.exp: New file.
17867 * gdb.compile/compile-shlib.c: New file.
17868 * gdb.compile/compile.c: New file.
17869 * gdb.compile/compile.exp: New file.
17870 * lib/gdb.exp (skip_compile_feature_tests): New proc.
17871
17872 2014-12-12 Tom Tromey <tromey@redhat.com>
17873
17874 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
17875 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
17876
17877 2014-12-12 Doug Evans <dje@google.com>
17878
17879 * lib/gdb-python.exp (get_python_valueof): New function.
17880 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
17881
17882 2014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
17883
17884 * gdb.base/completion.exp: Add test for completion of "info
17885 registers ".
17886
17887 2014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
17888
17889 * gdb.base/func-ptrs.c: New file.
17890 * gdb.base/func-ptrs.exp: New file.
17891
17892 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
17893
17894 PR breakpoints/17012
17895 * gdb.base/dprintf-detach.c: New file.
17896 * gdb.base/dprintf-detach.exp: New file.
17897
17898 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
17899
17900 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
17901 * lib/gdb.exp (target_is_gdbserver): New procedure.
17902
17903 2014-12-08 Doug Evans <dje@google.com>
17904
17905 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
17906
17907 2014-12-05 Yao Qi <yao@codesourcery.com>
17908
17909 * gdb.guile/scm-error.exp: Remove the third argument to
17910 gdb_remote_download.
17911 * gdb.guile/scm-frame-args.exp: Likewise.
17912 * gdb.guile/scm-section-script.exp: Likewise.
17913
17914 2014-12-05 Yao Qi <yao@codesourcery.com>
17915
17916 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
17917
17918 2014-12-04 Doug Evans <dje@google.com>
17919
17920 * gdb.python/py-objfile.exp: Add tests for
17921 objfile.add_separate_debug_file.
17922
17923 2014-12-04 Doug Evans <dje@google.com>
17924
17925 * lib/gdb.exp (get_build_id): New function.
17926 (build_id_debug_filename_get): Rewrite to use it.
17927 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
17928
17929 2014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
17930
17931 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
17932 `method(long)', not just 0x0.
17933 * gdb.cp/nsalias.exp: Align code labels to 4.
17934 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
17935 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
17936 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
17937 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
17938 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
17939 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
17940
17941 2014-12-02 Doug Evans <dje@google.com>
17942
17943 PR symtab/17602
17944 * gdb.cp/anon-ns.cc: Move guts of this file to ...
17945 * gdb.cp/anon-ns2.cc: ... here. New file.
17946 * gdb.cp/anon-ns.exp: Update.
17947
17948 2014-12-02 Nick Bull <nicholaspbull@gmail.com>
17949
17950 * gdb.python/py-events.py (inferior_call_handler): New.
17951 (register_changed_handler, memory_changed_handler): New.
17952 (test_events.invoke): Register new handlers.
17953 * gdb.python/py-events.exp: Add tests for inferior call,
17954 memory_changed and register_changed events.
17955
17956 2014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
17957
17958 * gdb.base/execl-update-breakpoints.exp: Specify the link address
17959 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
17960 if the linker doesn't understand this.
17961
17962 2014-12-01 Simon Marchi <simon.marchi@ericsson.com>
17963
17964 * gdb.python/python.exp: Change expected reply to help().
17965
17966 2014-12-01 Yao Qi <yao@codesourcery.com>
17967
17968 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
17969 AC_CONFIG_SUBDIRS(gdb.gdbtk).
17970 * configure: Re-generated.
17971
17972 2014-11-28 Siva Chandra Reddy <sivachandra@google.com>
17973
17974 * gdb.cp/chained-calls.cc: New file.
17975 * gdb.cp/chained-calls.exp: New file.
17976 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
17977
17978 2014-11-28 Simon Marchi <simon.marchi@ericsson.com>
17979
17980 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
17981 * gdb.dwarf2/symtab-producer.exp: Same.
17982 * gdb.gdb/python-interrupts.exp: Same.
17983 * gdb.gdb/python-selftest.exp: Same.
17984 * gdb.python/py-linetable.exp: Same.
17985 * gdb.python/py-type.exp: Same.
17986 * gdb.python/py-value-cc.exp: Same.
17987 * gdb.python/py-value.exp: Same.
17988
17989 2014-11-28 Yao Qi <yao@codesourcery.com>
17990
17991 * gdb.base/break-probes.exp: Match library name prefixed with
17992 sysroot.
17993
17994 2014-11-27 Simon Marchi <simon.marchi@ericsson.com>
17995
17996 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
17997 test expected output. Add parentheses for the call to print.
17998 Remove L suffix from integers.
17999
18000 2014-11-26 Doug Evans <dje@google.com>
18001
18002 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
18003
18004 2014-11-22 Yao Qi <yao@codesourcery.com>
18005
18006 * gdb.trace/entry-values.c: Remove asms.
18007 (foo): Add foo_label.
18008 (bar): Add bar_label.
18009 * gdb.trace/entry-values.exp: Remove code computing foo's
18010 length and bar's length.
18011 (Dwarf::assemble): Invoke function_range for bar and use
18012 MACRO_AT_func for foo.
18013
18014 2014-11-22 Yao Qi <yao@codesourcery.com>
18015
18016 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
18017 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
18018 Use .Lgcc43_procstart instead of gcc43.
18019
18020 2014-11-21 Joel Brobecker <brobecker@adacore.com>
18021
18022 * gdb.ada/n_arr_bound: New testcase.
18023
18024 2014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
18025
18026 PR breakpoints/10737
18027 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
18028 test_catch_syscall_multi_arch.
18029 (test_catch_syscall_multi_arch): New function.
18030
18031 2014-11-20 Doug Evans <xdje42@gmail.com>
18032
18033 * gdb.base/maint.exp: Update expected output.
18034
18035 2014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
18036
18037 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
18038 4-byte instruction on S390.
18039
18040 2014-11-19 Joel Brobecker <brobecker@adacore.com>
18041
18042 * gdb.ada/arr_arr: New testcase.
18043
18044 2014-11-19 Joel Brobecker <brobecker@adacore.com>
18045
18046 * gdb.ada/pkd_arr_elem: New Testcase.
18047
18048 2014-11-18 Luis Machado <lgustavo@codesourcery.com>
18049
18050 * gdb.reverse/break-precsave: Expect completion message for
18051 core file reads.
18052 * gdb.reverse/consecutive-precsave.exp: Likewise.
18053 * gdb.reverse/finish-precsave.exp: Likewise.
18054 * gdb.reverse/i386-precsave.exp: Likewise.
18055 * gdb.reverse/machinestate-precsave.exp: Likewise.
18056 * gdb.reverse/sigall-precsave.exp: Likewise.
18057 * gdb.reverse/solib-precsave.exp: Likewise.
18058 * gdb.reverse/step-precsave.exp: Likewise.
18059 * gdb.reverse/until-precsave.exp: Likewise.
18060 * gdb.reverse/watch-precsave.exp: Likewise.
18061
18062 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
18063
18064 * gdb.base/bp-permanent.c: Include unistd.h.
18065 * gdb.python/py-framefilter-mi.c (main): Add return type.
18066 * gdb.python/py-framefilter.c (main): Likewise.
18067 * gdb.trace/actions-changed.c (main): Likewise.
18068
18069 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
18070
18071 * gdb.mi/until.c: Add eye-catchers.
18072 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
18073 line numbers.
18074
18075 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
18076
18077 * gdb.base/condbreak.exp: Drop references to removed non-prototype
18078 function header variants in break1.c.
18079 * gdb.base/ena-dis-br.exp: Likewise.
18080 * gdb.base/hbreak2.exp: Likewise.
18081 * gdb.reverse/until-precsave.exp: Drop references to removed
18082 non-prototype function header variants in ur1.c.
18083 * gdb.reverse/until-reverse.exp: Likewise.
18084
18085 2014-11-17 Petr Machata <pmachata@redhat.com>
18086
18087 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
18088 ${_cu_offset_size} bytes abbrev offset.
18089
18090 2014-11-15 Doug Evans <xdje42@gmail.com>
18091
18092 PR symtab/17559
18093 * gdb.base/line-symtabs.exp: New file.
18094 * gdb.base/line-symtabs.c: New file.
18095 * gdb.base/line-symtabs.h: New file.
18096
18097 2014-11-14 Yao Qi <yao@codesourcery.com>
18098
18099 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
18100 (func): Add label func_label.
18101 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
18102 Replace low_pc and high_pc with MACRO_AT_range.
18103 Replace name, low_pc and high_pc with MACRO_AT_func.
18104
18105 2014-11-14 Yao Qi <yao@codesourcery.com>
18106
18107 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
18108 Replace name, low_pc and high_pc with MACRO_AT_func.
18109
18110 2014-11-14 Yao Qi <yao@codesourcery.com>
18111
18112 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
18113 produce debug information.
18114 * gdb.dwarf2/implptr-optimized-out.S: Removed.
18115
18116 2014-11-14 Yao Qi <yao@codesourcery.com>
18117
18118 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
18119 object and get function length.
18120 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
18121 with MACRO_AT_func.
18122 (top-level): Replace gdb_compile and clean_restart with
18123 prepare_for_testing.
18124 * gdb.dwarf2/main.c (main): Add label main_label.
18125
18126 2014-11-14 Yao Qi <yao@codesourcery.com>
18127
18128 * lib/dwarf.exp (function_range): New procedure.
18129 (Dwarf::_handle_macro_at_func): New procedure.
18130 (Dwarf::_handle_macro_at_range): New procedure.
18131 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
18132
18133 2014-11-14 Yao Qi <yao@codesourcery.com>
18134
18135 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
18136 (_handle_attribute): New procedure.
18137
18138 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18139
18140 * gdb.ada/cond_lang/foo.c (callme): Add return type.
18141 * gdb.base/call-sc.c (zed): Likewise.
18142 * gdb.base/checkpoint.c (main): Likewise.
18143 * gdb.base/dump.c (main): Likewise.
18144 * gdb.base/gcore.c (main): Likewise.
18145 * gdb.base/huge.c (main): Likewise.
18146 * gdb.base/multi-forks.c (main): Likewise.
18147 * gdb.base/pr10179-a.c (main): Likewise.
18148 * gdb.base/savedregs.c (main): Likewise.
18149 * gdb.base/sigaltstack.c (main): Likewise.
18150 * gdb.base/siginfo.c (main): Likewise.
18151 * gdb.base/structs.c (zed): Likewise.
18152 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
18153 * gdb.mi/mi-syn-frame.c (main): Likewise.
18154 * gdb.mi/until.c (foo, main): Likewise.
18155 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
18156 * gdb.base/solib-weak.c (foo): Declare.
18157 * gdb.base/attach-twice.c: Include stdio.h.
18158 * gdb.base/weaklib1.c: Likewise.
18159 * gdb.base/weaklib2.c: Likewise.
18160 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
18161 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
18162 unistd.h.
18163 * gdb.base/attach-pie-misread.c: Include stdlib.h.
18164 * gdb.mi/mi-exit-code.c: Likewise.
18165 * gdb.base/break-interp-lib.c: Include string.h.
18166 * gdb.base/coremaker.c: Likewise.
18167 * gdb.base/testenv.c: Likewise.
18168 * gdb.python/py-finish-breakpoint.c: Likewise.
18169 * gdb.base/inferior-died.c: Include sys/wait.h.
18170 * gdb.base/fileio.c: Include time.h.
18171 * gdb.base/async-shell.c: Include unistd.h.
18172 * gdb.base/dprintf-non-stop.c: Likewise.
18173 * gdb.base/info-os.c: Likewise.
18174 * gdb.mi/mi-console.c: Likewise.
18175 * gdb.mi/watch-nonstop.c: Likewise.
18176 * gdb.python/py-events.c: Likewise.
18177 * gdb.base/async.c (baz): Move up before its invocation.
18178 * gdb.base/code_elim2.c (my_global_func): Likewise.
18179 * gdb.base/skip-solib-lib.c (multiply): Likewise.
18180 * gdb.base/advance.c (func2): Likewise.
18181
18182 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18183
18184 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
18185 variant.
18186 * gdb.base/annota3.c: Likewise.
18187 * gdb.base/async.c: Likewise.
18188 * gdb.base/average.c: Likewise.
18189 * gdb.base/call-ar-st.c: Likewise.
18190 * gdb.base/call-rt-st.c: Likewise.
18191 * gdb.base/call-sc.c: Likewise.
18192 * gdb.base/call-strs.c: Likewise.
18193 * gdb.base/ending-run.c: Likewise.
18194 * gdb.base/execd-prog.c: Likewise.
18195 * gdb.base/exprs.c: Likewise.
18196 * gdb.base/foll-exec.c: Likewise.
18197 * gdb.base/foll-fork.c: Likewise.
18198 * gdb.base/foll-vfork.c: Likewise.
18199 * gdb.base/funcargs.c: Likewise.
18200 * gdb.base/gcore.c: Likewise.
18201 * gdb.base/jump.c: Likewise.
18202 * gdb.base/langs0.c: Likewise.
18203 * gdb.base/langs1.c: Likewise.
18204 * gdb.base/langs2.c: Likewise.
18205 * gdb.base/mips_pro.c: Likewise.
18206 * gdb.base/nodebug.c: Likewise.
18207 * gdb.base/opaque0.c: Likewise.
18208 * gdb.base/opaque1.c: Likewise.
18209 * gdb.base/recurse.c: Likewise.
18210 * gdb.base/run.c: Likewise.
18211 * gdb.base/scope0.c: Likewise.
18212 * gdb.base/scope1.c: Likewise.
18213 * gdb.base/setshow.c: Likewise.
18214 * gdb.base/setvar.c: Likewise.
18215 * gdb.base/shmain.c: Likewise.
18216 * gdb.base/shr1.c: Likewise.
18217 * gdb.base/shr2.c: Likewise.
18218 * gdb.base/sigall.c: Likewise.
18219 * gdb.base/signals.c: Likewise.
18220 * gdb.base/so-indr-cl.c: Likewise.
18221 * gdb.base/solib2.c: Likewise.
18222 * gdb.base/structs.c: Likewise.
18223 * gdb.base/sum.c: Likewise.
18224 * gdb.base/vforked-prog.c: Likewise.
18225 * gdb.base/watchpoint.c: Likewise.
18226 * gdb.reverse/shr2.c: Likewise.
18227 * gdb.reverse/until-reverse.c: Likewise.
18228 * gdb.reverse/ur1.c: Likewise.
18229 * gdb.reverse/watch-reverse.c: Likewise.
18230
18231 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18232
18233 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
18234 variant.
18235 * gdb.base/sepdebug.exp: Drop references to removed code.
18236
18237 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18238
18239 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
18240 variant. Preserve original line numbering.
18241 * gdb.base/list1.c: Likewise.
18242
18243 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18244
18245 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
18246 variant.
18247 * gdb.base/break1.c: Likewise.
18248 * gdb.base/break.exp: Drop references to removed code.
18249
18250 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18251
18252 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
18253 variant.
18254
18255 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18256
18257 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
18258
18259 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18260
18261 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
18262 logic into perform_all_tests() and invoke it with and without
18263 function header prototypes.
18264 (do_function_calls): Remove conditional XFAIL for PR 5318.
18265 (rerun_and_prepare): Remove duplicate code.
18266 (perform_all_tests): New. Main logic moved here.
18267
18268 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18269
18270 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
18271 code guarded by #ifdef NO_PROTOTYPES.
18272 (t_double_many_args): Likewise.
18273 (DEF_FUNC_MANY_ARGS_1): Likewise.
18274 (DEF_FUNC_VALUES_1): Likewise.
18275 (t_structs_ldc): Renamed from t_structs_fc in conditional code
18276 guarded by #ifdef PROTOTYPES.
18277
18278 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18279
18280 * gdb.mi/mi-console.c: Add eye-catcher.
18281 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
18282 instead of literal line number.
18283
18284 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18285
18286 * gdb.base/shr2.c: Add eye-catcher.
18287 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
18288 line number.
18289
18290 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18291
18292 * gdb.base/jump.c: Add eye-catchers.
18293 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
18294 numbers.
18295
18296 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18297
18298 * gdb.base/execd-prog.c: Add eye-catchers.
18299 * gdb.base/foll-exec.c: Likewise.
18300 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
18301 line numbers.
18302
18303 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18304
18305 * gdb.base/ending-run.c: Add eye-catchers.
18306 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
18307 literal line numbers.
18308
18309 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18310
18311 * gdb.base/call-rt-st.c: Add eye-catchers.
18312 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
18313 literal line numbers.
18314
18315 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18316
18317 * gdb.base/call-ar-st.c: Add eye-catchers.
18318 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
18319 literal line numbers.
18320
18321 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18322
18323 * gdb.base/average.c: Add eye-catchers.
18324 * gdb.base/sum.c: Likewise.
18325 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
18326 regexps dynamically.
18327
18328 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18329
18330 * gdb.base/solib1.c: Add eye-catchers.
18331 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
18332 literal line numbers.
18333
18334 2014-11-12 Pedro Alves <palves@redhat.com>
18335
18336 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
18337 leader has exited.
18338
18339 2014-11-12 Pedro Alves <palves@redhat.com>
18340
18341 * gdb.arch/i386-bp_permanent.c: New file.
18342 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
18343 (srcfile): Set to i386-bp_permanent.c.
18344 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
18345 that stepi does not execute the 'leave' instruction, instead of
18346 testing it does execute.
18347 * gdb.base/bp-permanent.c: New file.
18348 * gdb.base/bp-permanent.exp: New file.
18349
18350 2014-11-10 Doug Evans <xdje42@gmail.com>
18351
18352 PR symtab/17564
18353 * gdb.base/symtab-search-order.exp: New file.
18354 * gdb.base/symtab-search-order.c: New file.
18355 * gdb.base/symtab-search-order-1.c: New file.
18356 * gdb.base/symtab-search-order-shlib-1.c: New file.
18357
18358 2014-11-07 Pedro Alves <palves@redhat.com>
18359
18360 PR gdb/17511
18361 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
18362 i?86-*-linux*.
18363
18364 2014-11-03 Siva Chandra Reddy <sivachandra@google.com>
18365
18366 PR c++/17494
18367 * gdb.cp/pr17494.cc: New file.
18368 * gdb.cp/pr17494.exp: New file.
18369
18370 2014-11-02 Yao Qi <yao@codesourcery.com>
18371
18372 * gdb.python/python.exp: Get working directory and match the
18373 output of "set extended-prompt \\w " with it.
18374
18375 2014-10-30 Doug Evans <dje@google.com>
18376
18377 * gdb.python/py-objfile.exp: Add tests for setting random attributes
18378 in objfiles.
18379 * gdb.python/py-progspace.exp: Add tests for setting random attributes
18380 in progspaces.
18381
18382 2014-10-30 Janis Johnson <janisjo@codesourcery.com>
18383
18384 * gdb.base/fullpath-expand.exp: Skip for a remote host.
18385 * gdb.base/realname-expand.exp: Likewise.
18386 * gdb.linespec/macro-relative.exp: Likewise.
18387
18388 2014-10-29 Pedro Alves <palves@redhat.com>
18389
18390 PR gdb/17408
18391 * gdb.threads/schedlock.c (some_function): New function.
18392 (call_function): New global.
18393 (MAYBE_CALL_SOME_FUNCTION): New macro.
18394 (thread_function): Call it.
18395 * gdb.threads/schedlock.exp (get_args): Add description parameter,
18396 and use it instead of a global counter. Adjust all callers.
18397 (get_current_thread): Use "find current thread" for test message
18398 here rather than having all callers pass down the same string.
18399 (goto_loop): New procedure, factored out from ...
18400 (my_continue): ... this.
18401 (step_ten_loops): Change parameter from test message to command to
18402 use. Adjust.
18403 (list_count): Delete global.
18404 (check_result): New procedure, factored out from duplicate top
18405 level code.
18406 (continue tests): Wrap in with_test_prefix.
18407 (test_step): New procedure, factored out from duplicate top level
18408 code.
18409 (top level): Test "step" in combination with all scheduler-locking
18410 modes. Test "next" in combination with all scheduler-locking
18411 modes, and in combination with stepping over a function call or
18412 not.
18413 * gdb.threads/next-bp-other-thread.c: New file.
18414 * gdb.threads/next-bp-other-thread.exp: New file.
18415
18416 2014-10-29 Pedro Alves <palves@redhat.com>
18417
18418 PR python/17372
18419 * gdb.python/python.exp: Test a multi-line command that spawns
18420 interactive Python.
18421 * gdb.base/multi-line-starts-subshell.exp: New file.
18422
18423 2014-10-29 Yao Qi <yao@codesourcery.com>
18424
18425 * gdb.base/fileio.exp: Make directories on host.
18426
18427 2014-10-29 Yao Qi <yao@codesourcery.com>
18428
18429 * gdb.base/fileio.c (test_write): Close the file.
18430
18431 2014-10-28 Pedro Alves <palves@redhat.com>
18432
18433 PR gdb/12623
18434 * gdb.base/sigstep.c (no_handler): New global.
18435 (main): If 'no_handler is true, set the signal handlers to
18436 SIG_IGN.
18437 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
18438 with_sw_watch and no_handler parameters. Handle them.
18439 (top level) <stepping over handler when stopped at a breakpoint
18440 test>: Add a test axis for testing with a software watchpoint, and
18441 another for testing with the signal handler set to SIG_IGN.
18442 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
18443 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
18444
18445 2014-10-28 Pedro Alves <palves@redhat.com>
18446
18447 PR gdb/17511
18448 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
18449 * gdb.base/sigstep.exp (other_handler_location): New global.
18450 (advance): Support stepping into the signal handler, and running
18451 commands while in the handler.
18452 (in_handler_map): New global.
18453 (top level): In the advance test, add combinations for getting
18454 into the handler with stepping commands, and for running commands
18455 in the handler. Add comment descripting the advancei tests.
18456
18457 2014-10-28 Pedro Alves <palves@redhat.com>
18458
18459 * gdb.base/sigstep.exp: Use build_executable instead of
18460 prepare_for_testing.
18461 (top level): Move code that starts GDB, runs to main and creates a
18462 display to ...
18463 (restart): ... this new procedure.
18464 (top level): Move backtrace from signal handler test to ...
18465 (validate_backtrace): ... this new procedure.
18466 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
18467 with_test_prefix. Always restart GDB.
18468 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
18469 with_test_prefix. Always restart GDB. No need to delete
18470 breakpoints after the test.
18471 (test_skip_handler): Remove prefix parameter.
18472 (skip_over_handler, breakpoint_to_handler)
18473 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
18474 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
18475 restart GDB. No need to delete breakpoints after the test.
18476 (top level): Use foreach to call the test procedures with
18477 different commands.
18478
18479 2014-10-28 Pedro Alves <palves@redhat.com>
18480
18481 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
18482 instead of GNATS numbers.
18483 * gdb.base/sigbpt.exp: Likewise.
18484 * gdb.base/siginfo.exp: Likewise.
18485 * gdb.base/sigstep.exp: Likewise.
18486
18487 2014-10-27 Pedro Alves <palves@redhat.com>
18488
18489 * gdb.base/sigstep.c (dummy): New global.
18490 (main): Issue a couple writes to the new global.
18491 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
18492 procedures.
18493 (skip_over_handler): Use test_skip_handler.
18494 (top level): Call skip_over_handler for stepi and nexti too.
18495 (breakpoint_over_handler): Use test_skip_handler.
18496 (top level): Call breakpoint_over_handler for stepi and nexti too.
18497
18498 2014-10-27 Yao Qi <yao@codesourcery.com>
18499
18500 * gdb.trace/tfile.c (adjust_function_address)
18501 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
18502 function descriptor.
18503
18504 2014-10-24 Don Breazeal <donb@codesourcery.com>
18505
18506 * gdb.base/foll-fork.exp (test_follow_fork,
18507 catch_fork_child_follow): Check for updated fork messages emitted
18508 from infrun.c.
18509 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
18510 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
18511 vfork_and_exec_child_follow_through_step): Check for updated vfork
18512 messages emitted from infrun.c.
18513
18514 2014-10-24 Pedro Alves <palves@redhat.com>
18515
18516 * gdb.base/corefile.exp: Remove references to ultrix.
18517 * gdb.base/interrupt.exp: Likewise.
18518 * gdb.base/whatis.exp: Likewise.
18519 * gdb.gdb/selftest.exp: Likewise.
18520 * gdb.threads/manythreads.exp: Likewise.
18521 * gdb.threads/print-threads.exp: Likewise.
18522 * gdb.threads/pthreads.exp:: Likewise.
18523 * gdb.threads/schedlock.exp: Likewise.
18524
18525 2014-10-24 Siva Chandra Reddy <sivachandra@google.com>
18526
18527 * gdb.cp/non-trivial-retval.cc: Add a test case.
18528 * gdb.cp/non-trivial-retval.exp: Add a test.
18529
18530 2014-10-20 Yao Qi <yao@codesourcery.com>
18531
18532 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
18533 * gdb.python/py-objfile-script-gdb.py: New file.
18534 * gdb.python/py-objfile-script.exp: Update reference to
18535 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
18536 of remote_download. Remove the dest file.
18537
18538 2014-10-20 Yao Qi <yao@codesourcery.com>
18539
18540 * gdb.base/checkpoint.exp: Don't remove file copied on host.
18541 * gdb.base/step-line.exp: Likewise.
18542 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
18543 * gdb.dwarf2/dw2-basic.exp: Likewise.
18544 * gdb.dwarf2/dw2-compressed.exp: Likewise.
18545 * gdb.dwarf2/dw2-filename.exp: Likewise.
18546 * gdb.dwarf2/dw2-intercu.exp: Likewise.
18547 * gdb.dwarf2/dw2-intermix.exp: Likewise.
18548 * gdb.dwarf2/dw2-producer.exp: Likewise.
18549 * gdb.dwarf2/mac-fileno.exp: Likewise.
18550 * gdb.python/py-frame-args.exp: Likewise.
18551 * gdb.python/py-framefilter.exp: Likewise.
18552 * gdb.python/py-mi.exp: Likewise.
18553 * gdb.python/py-objfile-script.exp: Likewise
18554 * gdb.python/py-pp-integral.exp: Likewise.
18555 * gdb.python/py-pp-re-notag.exp: Likewise.
18556 * gdb.python/py-prettyprint.exp: Likewise.
18557 * gdb.python/py-section-script.exp: Likewise.
18558 * gdb.python/py-typeprint.exp: Likewise.
18559 * gdb.python/py-xmethods.exp: Likewise.
18560 * gdb.stabs/weird.exp: Likewise.
18561 * gdb.xml/tdesc-regs.exp: Likewise.
18562
18563 2014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
18564
18565 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
18566 (out_cu): Use addr_len for the size of addresses.
18567 (out_line): Likewise. Size DW_LNE_set_address instruction
18568 according to addr_len.
18569 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
18570 (FUNC): Add START_INSNS to definition.
18571
18572 2014-10-18 Yao Qi <yao@codesourcery.com>
18573
18574 * gdb.base/argv0-symlink.exp: Check argv[0] value if
18575 gdb_has_argv0 return true.
18576 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
18577 check [target_info exists noargs], check [gdb_has_argv0]
18578 instead.
18579 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
18580 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
18581 procedures.
18582
18583 2014-10-17 Doug Evans <dje@google.com>
18584
18585 * gdb.python/py-events.exp: Update expected output for clear_objfiles
18586 event.
18587 * gdb.python/py-events.py: Add clear_objfiles event.
18588
18589 2014-10-17 Doug Evans <dje@google.com>
18590
18591 * gdb.python/py-objfile.exp: Test progspace attribute.
18592
18593 2014-10-17 Luis Machado <lgustavo@codesourcery.com>
18594
18595 * gdb.guile/scm-breakpoint.exp: Do not assume any
18596 directory separators when matching source file paths.
18597 * gdb.python/py-breakpoint.exp: Likewise.
18598 * gdb.reverse/break-precsave.exp: Likewise.
18599 * gdb.reverse/break-reverse.exp: Likewise.
18600 * gdb.reverse/consecutive-precsave.exp: Likewise.
18601 * gdb.reverse/finish-precsave.exp: Likewise.
18602 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
18603 * gdb.reverse/finish-reverse.exp: Likewise.
18604 * gdb.reverse/i386-precsave.exp: Likewise.
18605 * gdb.reverse/i387-env-reverse.exp: Likewise.
18606 * gdb.reverse/i387-stack-reverse.exp: Likewise.
18607 * gdb.reverse/machinestate-precsave.exp: Likewise.
18608 * gdb.reverse/machinestate.exp: Likewise.
18609 * gdb.reverse/sigall-precsave.exp: Likewise.
18610 * gdb.reverse/solib-precsave.exp: Likewise.
18611 * gdb.reverse/step-precsave.exp: Likewise.
18612 * gdb.reverse/until-precsave.exp: Likewise.
18613 * gdb.reverse/watch-precsave.exp: Likewise.
18614 * gdb.reverse/watch-reverse.exp: Likewise.
18615
18616 2014-10-17 Yao Qi <yao@codesourcery.com>
18617
18618 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
18619 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
18620
18621 2014-10-17 Pedro Alves <palves@redhat.com>
18622
18623 PR gdb/17471
18624 * gdb.base/bg-execution-repeat.c: New file.
18625 * gdb.base/bg-execution-repeat.exp: New file.
18626
18627 2014-10-17 Pedro Alves <palves@redhat.com>
18628
18629 PR gdb/17300
18630 * gdb.base/continue-all-already-running.c: New file.
18631 * gdb.base/continue-all-already-running.exp: New file.
18632
18633 2014-10-17 Pedro Alves <palves@redhat.com>
18634
18635 PR gdb/17472
18636 * gdb.base/annota-input-while-running.c: New file.
18637 * gdb.base/annota-input-while-running.exp: New file.
18638
18639 2014-10-17 Pedro Alves <palves@redhat.com>
18640
18641 * gdb.base/callfuncs.exp: emove references to osf.
18642 * gdb.base/sigall.exp: Likewise.
18643 * gdb.gdb/selftest.exp: Likewise.
18644 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
18645 * gdb.mi/non-stop.c: Likewise.
18646 * gdb.mi/pthreads.c: Likewise.
18647 * gdb.reverse/sigall-precsave.exp: Likewise.
18648 * gdb.reverse/sigall-reverse.exp: Likewise.
18649 * gdb.threads/pthreads.c: Likewise.
18650 * gdb.threads/pthreads.exp: Likewise.
18651
18652 2014-10-17 Yao Qi <yao@codesourcery.com>
18653
18654 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
18655 check 'target_info exists noargs'.
18656 (test_command_prompt_position): Likewise.
18657 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
18658 Remove "set args".
18659 (progvar_simple_while_test): Likewise.
18660 (progvar_complex_if_while_test): Likewise.
18661 (if_while_breakpoint_command_test): Likewise.
18662 (infrun_breakpoint_command_test): Likewise.
18663 (breakpoint_command_test): Likewise.
18664 (watchpoint_command_test): Likewise.
18665 (bp_deleted_in_command_test): Likewise.
18666 (temporary_breakpoint_commands): Likewise.
18667
18668 2014-10-16 Yao Qi <yao@codesourcery.com>
18669
18670 * gdb.base/remotetimeout.exp: Remove noargs checking.
18671
18672 2014-10-15 Pedro Alves <palves@redhat.com>
18673
18674 PR breakpoints/9649
18675 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
18676 * gdb.base/breakpoint-in-ro-region.exp
18677 (probe_target_hardware_step): New procedure.
18678 (top level): Probe hardware stepping and hardware breakpoint
18679 support. Test stepping through a read-only region, with both
18680 "breakpoint auto-hw" on and off and both "always-inserted" on and
18681 off.
18682
18683 2014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
18684
18685 * gdb.dlang/demangle.exp: Update for demangling changes.
18686
18687 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
18688
18689 * gdb.cp/non-trivial-retval.cc: Add new test cases.
18690 * gdb.cp/non-trivial-retval.exp: Add new tests.
18691
18692 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
18693
18694 PR c++/13403
18695 PR c++/15154
18696 * gdb.cp/non-trivial-retval.cc: New file.
18697 * gdb.cp/non-trivial-retval.exp: New file.
18698
18699 2014-10-15 Yao Qi <yao@codesourcery.com>
18700
18701 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
18702 remote host.
18703
18704 2014-10-15 Yao Qi <yao@codesourcery.com>
18705
18706 * gdb.python/py-symbol.exp: Match file base name if host is
18707 remote, otherwise match file name with dir name.
18708 * gdb.python/py-symtab.exp: Likewise.
18709 * gdb.python/python.exp: Likewise.
18710
18711 2014-10-15 Yao Qi <yao@codesourcery.com>
18712
18713 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
18714 pattern.
18715 * gdb.python/py-symtab.exp: Likewise.
18716 * gdb.python/python.exp: Remove trailing ".*". Fix typo
18717 locationn.
18718
18719 2014-10-14 Joel Brobecker <brobecker@adacore.com>
18720
18721 * gdb.ada/addr_arith: New testcase.
18722
18723 2014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
18724
18725 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
18726 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
18727 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
18728 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
18729
18730 2014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
18731
18732 * gdb.arch/stap-eval-lang-ada.S: Likewise.
18733 * gdb.arch/stap-eval-lang-ada.c: Likewise.
18734 * gdb.arch/stap-eval-lang-ada.exp: New file.
18735
18736 2014-10-14 Yao Qi <yao@codesourcery.com>
18737
18738 * gdb.mi/mi-var-child.c (nothing1): New function.
18739 (nothing2): New function.
18740 (do_children_tests): Set function pointers by nothing1 and
18741 nothing2.
18742 * gdb.mi/mi-var-child.exp: Step over new added statements.
18743 Update test to match the new output.
18744 * gdb.mi/var-cmd.c (nothing1): New function.
18745 (nothing2): New function.
18746 (do_children_tests): Set function pointers by nothing1 and
18747 nothing2.
18748 * gdb.mi/mi-var-display.exp: Update test to match output.
18749 Step to the line specified by $line_dct_nothing.
18750 Increase the number of lines to step.
18751
18752 2014-10-14 Yao Qi <yao@codesourcery.com>
18753
18754 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
18755 tests.
18756 * gdb.mi/mi2-var-child.exp: Likewise.
18757
18758 2014-10-13 Doug Evans <dje@google.com>
18759
18760 * gdb.python/py-objfile.exp: Change name of file name test.
18761
18762 2014-10-13 Doug Evans <dje@google.com>
18763
18764 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
18765 from the start of the CU.
18766
18767 2014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
18768 Yao Qi <yao@codesourcery.com>
18769
18770 Fix "save breakpoints" for "catch" command.
18771 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
18772 Remove -nonewline. Match also the added "main" line.
18773
18774 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
18775
18776 Fix "save breakpoints" for "disable $bpnum" command.
18777 * gdb.base/save-bp.c (main): Add label.
18778 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
18779
18780 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
18781
18782 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
18783
18784 2014-10-11 Yao Qi <yao@codesourcery.com>
18785
18786 * gdb.server/server-kill.exp: Execute command
18787 "set remote trace-status-packet on" before "tstatus".
18788
18789 2014-10-11 Yao Qi <yao@codesourcery.com>
18790
18791 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
18792 (main): Call getppid.
18793 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
18794 and continue to it. Read variable "server_pid".
18795
18796 2014-10-11 Yao Qi <yao@codesourcery.com>
18797
18798 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
18799
18800 2014-10-11 Yao Qi <yao@codesourcery.com>
18801
18802 * gdb.threads/thread-find.exp: Don't execute command
18803 "info threads".
18804 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
18805 * gdb.threads/linux-dp.exp: Don't check the condition
18806 $threads_created equals to zero.
18807
18808 2014-10-10 Pedro Alves <palves@redhat.com>
18809
18810 * gdb.base/bigcore.exp: Remove references to IRIX.
18811 * gdb.base/funcargs.exp: Likewise.
18812 * gdb.base/interrupt.exp: Likewise.
18813 * gdb.base/mips_pro.exp: Likewise.
18814 * gdb.base/nodebug.exp: Likewise.
18815 * gdb.base/setvar.exp: Likewise.
18816 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
18817
18818 2014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
18819 Pedro Alves <palves@redhat.com>
18820
18821 PR symtab/14466
18822 * gdb.base/vdso-warning.c: New file.
18823 * gdb.base/vdso-warning.exp: New file.
18824
18825 2014-10-02 Doug Evans <dje@google.com>
18826
18827 * gdb.base/structs.c (main): Don't run forever.
18828
18829 2014-10-02 Pedro Alves <palves@redhat.com>
18830
18831 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
18832 (top level) <stop threads 1, stop threads 2>: Use it.
18833
18834 2014-10-02 Pedro Alves <palves@redhat.com>
18835
18836 * gdb.threads/break-while-running.exp (test): Add new
18837 'update_thread_list' argument. Skip "info threads" if false.
18838 (top level): Add new 'update_thread_list' axis.
18839
18840 2014-10-02 Pedro Alves <palves@redhat.com>
18841
18842 PR breakpoints/17431
18843 * gdb.base/execl-update-breakpoints.c: New file.
18844 * gdb.base/execl-update-breakpoints.exp: New file.
18845
18846 2014-10-01 Pedro Alves <palves@redhat.com>
18847
18848 * gdb.base/breakpoint-in-ro-region.c: New file.
18849 * gdb.base/breakpoint-in-ro-region.exp: New file.
18850
18851 2014-10-01 Simon Marchi <simon.marchi@ericsson.com>
18852
18853 * gdb.mi/mi-exit-code.exp: New file.
18854 * gdb.mi/mi-exit-code.c: New file.
18855
18856 2014-09-30 Yao Qi <yao@codesourcery.com>
18857
18858 * lib/prelink-support.exp (build_executable_own_libs): Error if
18859 the target isn't native.
18860
18861 2014-09-30 Yao Qi <yao@codesourcery.com>
18862
18863 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
18864 false.
18865
18866 2014-09-22 Pedro Alves <palves@redhat.com>
18867
18868 * gdb.threads/break-while-running.exp: New file.
18869 * gdb.threads/break-while-running.c: New file.
18870
18871 2014-09-19 Yao Qi <yao@codesourcery.com>
18872
18873 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
18874 Invoke test. Restart GDB with --readnow and invoke test again.
18875
18876 2014-09-19 Yao Qi <yao@codesourcery.com>
18877
18878 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
18879 proc set_breakpoint_on_gcd_function. Invoke
18880 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
18881 invoke set_breakpoint_on_gcd_function again.
18882
18883 2014-09-18 Doug Evans <dje@google.com>
18884
18885 * gdb.dwarf2/symtab-producer.exp: New file.
18886
18887 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
18888
18889 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
18890 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
18891 * gdb.base/global-var-nested-by-dso.c: Likewise.
18892 * gdb.base/global-var-nested-by-dso.exp: Likewise.
18893
18894 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
18895 Pedro Alves <palves@redhat.com>
18896
18897 * gdb.base/watch-bitfields.exp: Pass string other than test file
18898 name to prepare_for_testing.
18899 (watch): New procedure.
18900 (expect_watchpoint): Use with_test_prefix.
18901 (top level): Factor out tests to ...
18902 (test_watch_location, test_regular_watch): ... these new
18903 procedures, and use with_test_prefix and gdb_continue_to_end.
18904
18905 2014-09-16 Patrick Palka <patrick@parcs.ath.cx>
18906
18907 PR breakpoints/12526
18908 * gdb.base/watch-bitfields.exp: New file.
18909 * gdb.base/watch-bitfields.c: New file.
18910
18911 2014-09-16 Pedro Alves <palves@redhat.com>
18912
18913 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
18914 software and hardware addresses, not software address against
18915 itself.
18916
18917 2014-09-16 Pedro Alves <palves@redhat.com>
18918
18919 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
18920 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
18921
18922 2014-09-16 Pedro Alves <palves@redhat.com>
18923
18924 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
18925 files.
18926 * gdb.base/a2-run.exp: Remove all code guarded by istarget
18927 "*-*-vxworks*" throughout.
18928 * gdb.base/break.exp: Likewise.
18929 * gdb.base/default.exp: Likewise.
18930 * gdb.base/scope.exp: Likewise.
18931 * gdb.base/sepdebug.exp: Likewise.
18932 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
18933 throughout.
18934 * gdb.base/run.c: Likewise.
18935 * gdb.base/sepdebug.c: Likewise.
18936 * gdb.hp/gdb.aCC/run.c: Likewise.
18937 * gdb.reverse/until-reverse.c: Likewise.
18938 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
18939
18940 2014-09-16 Yao Qi <yao@codesourcery.com>
18941
18942 * boards/local-remote-host-native.exp: New file.
18943
18944 2014-09-14 Doug Evans <xdje42@gmail.com>
18945
18946 * gdb.threads/queue-signal.c (thread_count): New variable.
18947 (thread_count_mutex, thread_count_condvar): New variables.
18948 (incr_thread_count, wait_all_threads_running): New functions.
18949 (main): Wait for all threads to be in their thread functions.
18950
18951 2014-09-13 Doug Evans <xdje42@gmail.com>
18952
18953 * gdb.threads/queue-signal.c: New file.
18954 * gdb.threads/queue-signal.exp: New file.
18955
18956 2014-09-13 Doug Evans <xdje42@gmail.com>
18957
18958 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
18959 be consistent with what default_gdb_init uses.
18960 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
18961 the plain text of the prompt. Add some logging printfs.
18962 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
18963
18964 2014-09-12 Pedro Alves <palves@redhat.com>
18965
18966 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
18967 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
18968 * gdb.arch/i386-size-overlap.exp: Likewise.
18969 * gdb.arch/i386-size.exp: Likewise.
18970 * gdb.arch/i386-unwind.exp: Likewise.
18971 * gdb.base/a2-run.exp: Likewise.
18972 * gdb.base/break.exp: Likewise.
18973 * gdb.base/charset.exp: Likewise.
18974 * gdb.base/chng-syms.exp: Likewise.
18975 * gdb.base/commands.exp: Likewise.
18976 * gdb.base/dbx.exp: Likewise.
18977 * gdb.base/find.exp: Likewise.
18978 * gdb.base/funcargs.exp: Likewise.
18979 * gdb.base/jit-simple.exp: Likewise.
18980 * gdb.base/reread.exp: Likewise.
18981 * gdb.base/sepdebug.exp: Likewise.
18982 * gdb.base/step-bt.exp: Likewise.
18983 * gdb.cp/mb-inline.exp: Likewise.
18984 * gdb.cp/mb-templates.exp: Likewise.
18985 * gdb.objc/basicclass.exp: Likewise.
18986 * gdb.threads/killed.exp: Likewise.
18987
18988 2014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
18989
18990 PR tdep/17379
18991 * gdb.arch/powerpc-stackless.S: New file.
18992 * gdb.arch/powerpc-stackless.exp: New file.
18993
18994 2014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
18995
18996 * gdb.base/attach.c: Include unistd.h.
18997 (main): Call alarm. Add label postloop.
18998 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
18999 gdb_breakpoint, gdb_continue_to_breakpoint.
19000 (test_command_line_attach_run): Kill ${testpid} in one exit path.
19001
19002 2014-09-11 Pedro Alves <palves@redhat.com>
19003
19004 PR gdb/17347
19005 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
19006 * gdb.base/attach.exp (test_command_line_attach_run): New
19007 procedure.
19008 (top level): Call it.
19009
19010 2014-09-11 Pedro Alves <palves@redhat.com>
19011
19012 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
19013 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
19014 (do_command_attach_tests): Use spawn_wait_for_attach.
19015 * gdb.base/solib-overlap.exp: Likewise.
19016 * gdb.multi/multi-attach.exp: Likewise.
19017 * gdb.python/py-prompt.exp: Likewise.
19018 * gdb.python/py-sync-interp.exp: Likewise.
19019 * gdb.server/ext-attach.exp: Likewise.
19020
19021 2014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
19022
19023 * gdb.fortran/array-element.exp: Remove unexpected "continue"
19024 command in testcase. Simplify testcase.
19025
19026 2014-09-10 Joel Brobecker <brobecker@adacore.com>
19027
19028 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
19029
19030 2014-09-10 Joel Brobecker <brobecker@adacore.com>
19031
19032 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
19033
19034 2014-09-10 Joel Brobecker <brobecker@adacore.com>
19035
19036 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
19037
19038 2014-09-10 Joel Brobecker <brobecker@adacore.com>
19039
19040 * gdb.dwarf2/dynarr-ptr.c: New file.
19041 * gdb.dwarf2/dynarr-ptr.exp: New file.
19042
19043 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
19044
19045 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
19046 of 30 rather than hardcoding 120 for a slow test case. Take the
19047 `gdb,timeout' target setting into account for this calculation.
19048 Don't extend the timeout for the test cases that don't need it.
19049
19050 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
19051
19052 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
19053 a factor of 2 for a slow test case. Take the `gdb,timeout'
19054 target setting into account for this calculation.
19055 * gdb.reverse/until-precsave.exp: Increase the timeout by
19056 a factor of 15 and 3 respectively rather than adding 120
19057 for a pair of slow test cases. Take the `gdb,timeout'
19058 target setting into account for this calculation.
19059
19060 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
19061
19062 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
19063 timeout, don't pass one down to gdb_expect.
19064 (gdb_expect): Rework timeout selection.
19065
19066 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
19067
19068 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
19069 exception on timeout.
19070 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
19071 (gdbserver_start_extended): Catch any `gdbserver_start' error
19072 exceptions.
19073 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
19074 * lib/mi-support.exp (mi_gdb_target_load): Catch any
19075 `gdbserver_gdb_load' error exceptions.
19076
19077 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
19078
19079 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
19080 120 on waiting for the TCP socket to open.
19081
19082 2014-09-09 Doug Evans <xdje42@gmail.com>
19083
19084 * gdb.base/default.exp (show_conv_list): Add _caller_is,
19085 _caller_matches, _any_caller_is, _any_caller_matches.
19086
19087 2014-09-09 Doug Evans <xdje42@gmail.com>
19088
19089 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
19090
19091 2014-09-09 Yao Qi <yao@codesourcery.com>
19092
19093 * gdb.mi/mi-var-display.exp: Set print symbol off.
19094
19095 2014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
19096
19097 PR gdb/17035
19098 * gdb.base/commands.exp: Add tests to verify user-defined
19099 commands with empty bodies.
19100 * gdb.python/py-cmd.exp: Test that we don't show user-defined
19101 python commands in `show user command`.
19102 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
19103 scheme commands in `show user command`.
19104
19105 2014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
19106
19107 PR python/17355
19108 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
19109 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
19110 * gdb.python/py-framefilter-invalidarg.exp: New file.
19111 * gdb.python/py-framefilter-invalidarg.py: New file.
19112
19113 2014-09-06 Doug Evans <xdje42@gmail.com>
19114
19115 PR 15276
19116 * gdb.python/py-caller-is.c: New file.
19117 * gdb.python/py-caller-is.exp: New file.
19118
19119 2014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
19120
19121 PR gdb/17235
19122 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
19123 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
19124
19125 2014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
19126
19127 PR fortran/17237
19128 * gdb.fortran/print-formatted.exp: New file.
19129 * gdb.fortran/print-formatted.f90: Likewise.
19130
19131 2014-09-03 Sasha Smundak <asmundak@google.com>
19132
19133 * gdb.python/py-frame.exp: Test Frame.read_register.
19134
19135 2014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
19136
19137 PR python/16699
19138 * gdb.python/py-completion.exp: New file.
19139 * gdb.python/py-completion.py: Likewise.
19140
19141 2014-08-28 Doug Evans <dje@google.com>
19142
19143 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
19144 eax,etc. are live with values set by gdb and thus the compiler can't
19145 use them.
19146 * gdb.arch/i386-pseudo.c (main): Ditto.
19147
19148 2014-08-27 Doug Evans <dje@google.com>
19149
19150 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
19151
19152 2014-08-25 Doug Evans <dje@google.com>
19153
19154 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
19155 (main): Ditto.
19156
19157 2014-08-25 Doug Evans <dje@google.com>
19158
19159 * gdb.threads/thread-execl.exp: #include <stdio.h>.
19160
19161 2014-08-24 Yao Qi <yao@codesourcery.com>
19162
19163 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
19164 symbol off.
19165 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
19166
19167 2014-08-22 Doug Evans <dje@google.com>
19168
19169 PR 17276
19170 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
19171 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
19172 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
19173
19174 2014-08-22 Yao Qi <yao@codesourcery.com>
19175
19176 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
19177 * gdb.python/py-finish-breakpoint2.exp: Likewise.
19178 * gdb.python/python.exp: Likewise. Use .py file on the host
19179 instead of the build.
19180
19181 2014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
19182
19183 * gdb.threads/gcore-stale-thread.c: New file.
19184 * gdb.threads/gcore-stale-thread.exp: New file.
19185
19186 2014-08-21 Pedro Alves <palves@redhat.com>
19187
19188 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
19189 * gdb.base/gcore-relro-pie.exp: Likewise.
19190 * gdb.base/gcore-relro.exp: Likewise.
19191 * gdb.base/gcore.exp: Likewise.
19192 * gdb.base/print-symbol-loading.exp: Likewise.
19193 * gdb.threads/gcore-thread.exp: Likewise.
19194 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
19195
19196 2014-08-20 Pedro Alves <palves@redhat.com>
19197 Jan Kratochvil <jan.kratochvil@redhat.com>
19198
19199 * Makefile.in (EXTRA_RULES, CC): New variables, get from
19200 configure.
19201 (EXPECT): Handle READ1 being set.
19202 (all): Depend on EXTRA_RULES.
19203 (check-read1, expect-read1, read1.so, read1): New rules.
19204 * README (Testsuite Parameters): Document the READ1 make variable.
19205 (Race detection): New section.
19206 * configure: Regenerate.
19207 * configure.ac: If build==host==target, and running under a
19208 GNU/glibc system, add read1 to the extra Makefile rules.
19209 (EXTRA_RULES): AC_SUBST it.
19210 * lib/read1.c: New file.
19211
19212 2014-08-20 Joel Brobecker <brobecker@adacore.com>
19213
19214 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
19215 the handling of variables declared as a typedef to an array
19216 which a DW_AT_data_location attribute.
19217
19218 2014-08-19 Andrew Burgess <aburgess@broadcom.com>
19219 Pedro Alves <palves@redhat.com>
19220
19221 PR symtab/14604
19222 PR symtab/14605
19223 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
19224 gdb_test.
19225
19226 2014-08-19 Pedro Alves <palves@redhat.com>
19227
19228 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
19229
19230 2014-08-19 Yao Qi <yao@codesourcery.com>
19231
19232 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
19233 right line.
19234
19235 2014-08-18 David Blaikie <dblaikie@gmail.com>
19236
19237 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
19238
19239 2014-08-18 Joel Brobecker <brobecker@adacore.com>
19240
19241 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
19242 attribute in array range.
19243
19244 2014-08-18 Joel Brobecker <brobecker@adacore.com>
19245
19246 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
19247
19248 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
19249
19250 PR c++/17132
19251 * gdb.cp/pr17132.cc: New file.
19252 * gdb.cp/pr17132.exp: New file.
19253
19254 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
19255
19256 * gdb.python/py-xmethods.py (A_getarrayind)
19257 (E_method_char_worker.__call__, E_method_int_worker.__call__):
19258 Use 'print' with function call syntax.
19259 (E_method_matcher.match): Fix tab vs space indentation mixup.
19260
19261 2014-08-15 Yao Qi <yao@codesourcery.com>
19262
19263 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
19264 false.
19265
19266 2014-08-15 Yao Qi <yao@codesourcery.com>
19267
19268 * gdb.cp/casts.exp: Set print symbol off.
19269 * gdb.cp/class2.exp: Likewise.
19270 * gdb.cp/overload.exp: Likewise.
19271 * gdb.cp/templates.exp: Likewise.
19272
19273 2014-08-11 Doug Evans <dje@google.com>
19274
19275 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
19276 (test_load_shlib): Update.
19277
19278 2014-08-09 Yao Qi <yao@codesourcery.com>
19279
19280 * gdb.base/display.exp: Invoke is_address_zero_readable.
19281 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
19282 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
19283 * gdb.base/hbreak-unmapped.exp: Return if
19284 is_address_zero_readable returns true.
19285 * gdb.base/signest.exp: Likewise.
19286 * gdb.base/signull.exp: Likewise.
19287 * gdb.base/sigbpt.exp: Likewise.
19288 * gdb.guile/scm-disasm.exp: Do the test if
19289 is_address_zero_readable returns false.
19290 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
19291 * gdb.python/py-arch.exp: Likewise.
19292 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
19293 * lib/gdb.exp (is_address_zero_readable): New proc.
19294
19295 2014-08-09 Yao Qi <yao@codesourcery.com>
19296
19297 PR testsuite/13443
19298 * gdb.mi/mi-var-display.exp: Make test messages unique.
19299
19300 2014-08-04 Tom Tromey <tromey@redhat.com>
19301
19302 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
19303 target 0".
19304
19305 2014-08-04 Tom Tromey <tromey@redhat.com>
19306
19307 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
19308 "target_resume".
19309
19310 2014-08-01 Joel Brobecker <brobecker@adacore.com>
19311
19312 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
19313 inner_vla_struct_object_size.
19314 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
19315 as xfail.
19316
19317 2014-07-30 Pedro Alves <palves@redhat.com>
19318
19319 * gdb.threads/signal-command-handle-nopass.exp (test): Add
19320 comment.
19321
19322 2014-07-29 Yao Qi <yao@codesourcery.com>
19323
19324 PR gdb/17206
19325 * gdb.base/until-nodebug.exp: New.
19326
19327 2014-07-28 Doug Evans <xdje42@gmail.com>
19328
19329 PR guile/17203
19330 * gdb.guile/scm-parameter.exp: Add tests for trying to create
19331 previously existing parameter, and previously ambiguously spelled
19332 parameter.
19333
19334 2014-07-28 Will Newton <will.newton@linaro.org>
19335
19336 * gdb.base/varargs.exp: Remove KFAILs for ARM.
19337
19338 2014-07-26 Ludovic Courtès <ludo@gnu.org>
19339 Doug Evans <xdje42@gmail.com>
19340
19341 PR guile/17146
19342 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
19343
19344 2014-07-25 Pedro Alves <palves@redhat.com>
19345
19346 * gdb.threads/signal-command-handle-nopass.c: New file.
19347 * gdb.threads/signal-command-handle-nopass.exp: New file.
19348 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
19349 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
19350 * gdb.threads/signal-delivered-right-thread.c: New file.
19351 * gdb.threads/signal-delivered-right-thread.exp: New file.
19352
19353 2014-07-25 Pedro Alves <palves@redhat.com>
19354
19355 * gdb.base/double-prompt-target-event-error.exp
19356 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
19357 match.
19358 (cancel_pagination_in_target_event): Rework double prompt
19359 detection.
19360 * gdb.base/paginate-after-ctrl-c-running.exp
19361 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
19362 <return>' match.
19363 * gdb.base/paginate-bg-execution.exp
19364 (test_bg_execution_pagination_return)
19365 (test_bg_execution_pagination_cancel): Remove '-notransfer
19366 <return>' matches.
19367 * gdb.base/paginate-execution-startup.exp
19368 (test_fg_execution_pagination_return)
19369 (test_fg_execution_pagination_cancel): Remove '-notransfer
19370 <return>' matches.
19371 * gdb.base/paginate-inferior-exit.exp
19372 (test_paginate_inferior_exited): Remove '-notransfer <return>'
19373 match.
19374 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
19375 * lib/gdb.exp (pagination_prompt): Run text through
19376 string_to_regexp.
19377 (gdb_test_multiple): Match $pagination_prompt instead of
19378 "<return>".
19379 (string_to_regexp): Move to lib/gdb-utils.exp.
19380
19381 2014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
19382
19383 * gdb.arch/amd64-entry-value-paramref.S: New file.
19384 * gdb.arch/amd64-entry-value-paramref.cc: New file.
19385 * gdb.arch/amd64-entry-value-paramref.exp: New file.
19386 * gdb.arch/amd64-optimout-repeat.S: New file.
19387 * gdb.arch/amd64-optimout-repeat.c: New file.
19388 * gdb.arch/amd64-optimout-repeat.exp: New file.
19389
19390 2014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
19391
19392 PR gdb/17170
19393 * gdb.base/statistics.exp: New file.
19394
19395 2014-07-17 Doug Evans <dje@google.com>
19396
19397 PR gdb/17170
19398 * gdb.base/maint.exp: Update testing of per-command stats.
19399
19400 2014-07-16 Pedro Alves <palves@redhat.com>
19401
19402 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
19403 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
19404 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
19405 (tfile_write_buf): New functions.
19406 (add_memory_block): Rewrite using the above.
19407 (adjust_function_address): New function.
19408 (FUNCTION_ADDRESS): New macro.
19409 (write_basic_trace_file): Remove short_x local, and use
19410 tfile_write_16. Change type of func_addr local to unsigned long
19411 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
19412 here. Cast argument of add_memory_block to char pointer.
19413 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
19414 (main): Remove parameters.
19415 * gdb.trace/tfile.exp: Remove nowarnings.
19416
19417 2014-07-15 Simon Marchi <simon.marchi@ericsson.com>
19418
19419 * gdb.base/debug-expr.exp: Test string evaluation with
19420 "debug expression" on.
19421
19422 2014-07-15 Pedro Alves <palves@redhat.com>
19423
19424 * gdb.base/reread.exp: Use clean_restart.
19425
19426 2014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
19427
19428 * gdb.arch/avr-flash-qualifer.c: New.
19429 * gdb.arch/avr-flash-qualifer.exp: New.
19430
19431 2014-07-14 Pedro Alves <palves@redhat.com>
19432
19433 * gdb.base/paginate-after-ctrl-c-running.c: New file.
19434 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
19435
19436 2014-07-14 Pedro Alves <palves@redhat.com>
19437
19438 * gdb.base/double-prompt-target-event-error.c: New file.
19439 * gdb.base/double-prompt-target-event-error.exp: New file.
19440
19441 2014-07-14 Pedro Alves <palves@redhat.com>
19442
19443 PR gdb/17072
19444 * gdb.base/paginate-inferior-exit.c: New file.
19445 * gdb.base/paginate-inferior-exit.exp: New file.
19446
19447 2014-07-14 Pedro Alves <palves@redhat.com>
19448
19449 PR gdb/17072
19450 * gdb.base/paginate-bg-execution.c: New file.
19451 * gdb.base/paginate-bg-execution.exp: New file.
19452
19453 2014-07-14 Pedro Alves <palves@redhat.com>
19454
19455 PR gdb/17072
19456 * gdb.base/paginate-execution-startup.c: New file.
19457 * gdb.base/paginate-execution-startup.exp: New file.
19458 * lib/gdb.exp (pagination_prompt): New global.
19459 (default_gdb_spawn): New procedure, factored out from
19460 default_gdb_spawn.
19461 (default_gdb_start): Adjust to call default_gdb_spawn.
19462 (gdb_spawn): New procedure.
19463
19464 2014-07-14 Pedro Alves <palves@redhat.com>
19465
19466 * lib/gdb.exp (gdb_assert): New procedure.
19467 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
19468
19469 2014-07-14 Pedro Alves <palves@redhat.com>
19470
19471 * gdb.base/execution-termios.c: New file.
19472 * gdb.base/execution-termios.exp: New file.
19473
19474 2014-07-14 Tom Tromey <tromey@redhat.com>
19475
19476 * gdb.cp/vla-cxx.cc: New file.
19477 * gdb.cp/vla-cxx.exp: New file.
19478
19479 2014-07-14 Tom Tromey <tromey@redhat.com>
19480
19481 * gdb.reverse/rerun-prec.c: New file.
19482 * gdb.reverse/rerun-prec.exp: New file.
19483
19484 2014-07-12 Maciej W. Rozycki <macro@mips.com>
19485 Maciej W. Rozycki <macro@codesourcery.com>
19486
19487 * lib/gdb-utils.exp: New file.
19488 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
19489 inline `gdb_init_command' processing.
19490 (gdb_start_cmd): Likewise.
19491 * lib/mi-support.exp (mi_run_cmd): Likewise.
19492 * README: Document `gdb_init_command' and `gdb_init_commands'.
19493
19494 2014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
19495
19496 Fix false FAIL running under a very long directory name.
19497 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
19498 and "set print elements 10000". Twice.
19499
19500 2014-07-11 Yao Qi <yao@codesourcery.com>
19501
19502 * gdb.base/exprs.exp: "set print symbol off".
19503
19504 2014-07-11 Pedro Alves <palves@redhat.com>
19505
19506 * gdb.threads/kill.c: New file.
19507 * gdb.threads/kill.exp: New file.
19508
19509 2014-07-10 Yao Qi <yao@codesourcery.com>
19510
19511 * gdb.trace/tfile.c (write_basic_trace_file)
19512 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
19513 address written to trace file.
19514
19515 2014-07-09 Pedro Alves <palves@redhat.com>
19516
19517 * gdb.base/attach-wait-input.exp: New file.
19518 * gdb.base/attach-wait-input.c: New file.
19519
19520 2014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
19521
19522 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
19523 setting up test structures.
19524 (main): Call new test function.
19525 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
19526 test function, continue into test function and walk test
19527 structures.
19528
19529 2014-07-02 Yao Qi <yao@codesourcery.com>
19530
19531 * gdb.trace/entry-values.c: Define labels 'foo_start' and
19532 'bar_start' at the beginning of functions 'foo' and 'bar'
19533 respectively.
19534 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
19535 instead of 'foo' and 'bar'.
19536
19537 2014-07-08 Markus Metzger <markus.t.metzger@intel.com>
19538
19539 * gdb.btrace/segv.exp: New.
19540 * gdb.btrace/segv.c: New.
19541
19542 2014-07-02 Luis Machado <lgustavo@codesourcery.com>
19543
19544 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
19545 instruction.
19546
19547 2014-06-30 Mark Wielaard <mjw@redhat.com>
19548
19549 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
19550 vulture, vilify, villar): New volatile array constants.
19551 (vindictive, vegetation): New const volatile array constants.
19552 * gdb.base/volatile.exp: Test volatile and const volatile array
19553 types.
19554
19555 2014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
19556
19557 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
19558 target lacks support for awatch, rwatch, or hbreak.
19559
19560 2014-06-27 Yao Qi <yao@codesourcery.com>
19561
19562 * gdb.multi/dummy-frame-restore.exp: New.
19563 * gdb.multi/dummy-frame-restore.c: New.
19564
19565 2014-06-25 Markus Metzger <markus.t.metzger@intel.com>
19566
19567 * gdb.btrace/gcore.exp: New.
19568
19569 2014-06-23 Pedro Alves <palves@redhat.com>
19570
19571 * gdb.base/watchpoint-reuse-slot.c: New file.
19572 * gdb.base/watchpoint-reuse-slot.exp: New file.
19573
19574 2014-06-23 Siva Chandra Reddy <sivachandra@google.com>
19575
19576 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
19577 progspace's filename in 'info', 'enable' and 'disable' command
19578 tests.
19579
19580 2014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
19581
19582 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
19583 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
19584 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
19585
19586 2014-06-20 Gary Benson <gbenson@redhat.com>
19587
19588 * gdb.arch/i386-avx.exp: Fix include file location.
19589 * gdb.arch/i386-sse.exp: Likewise.
19590
19591 2014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
19592
19593 * gdb.dlang/expression.exp: New file.
19594
19595 2014-06-19 Pedro Alves <palves@redhat.com>
19596
19597 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
19598 out from ...
19599 (top level): ... here. Iterate running tests under different
19600 scheduler-locking settings.
19601
19602 2014-06-18 Luis Machado <lgustavo@codesourcery.com>
19603
19604 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
19605 to DW_FORM_addr and use non-zero addresses.
19606
19607 2014-06-18 Siva Chandra Reddy <sivachandra@google.com>
19608
19609 PR gdb/17017
19610 * gdb.python/py-xmethods.cc: Add global function call counters and
19611 increment them in their respective functions. Remove "cout"
19612 statements.
19613 * gdb.python/py-xmethods.exp: Make tests check the global function
19614 call counters instead of depending on inferior IO.
19615
19616 2014-06-18 Don Breazeal <donb@codesourcery.com>
19617
19618 * gdb.base/foll-fork.exp (default_fork_parent_follow):
19619 Deleted procedure.
19620 (explicit_fork_parent_follow): Deleted procedure.
19621 (explicit_fork_child_follow): Deleted procedure.
19622 (test_follow_fork): New procedure.
19623 (do_fork_tests): Replace calls to deleted procedures with
19624 calls to test_follow_fork and reset GDB for subsequent
19625 procedure calls.
19626
19627 2014-06-17 Yao Qi <yao@codesourcery.com>
19628
19629 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
19630 CP1252.
19631
19632 2014-06-17 Luis Machado <lgustavo@codesourcery.com>
19633
19634 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
19635 Initialize ptr and S explicitly.
19636 (skip_type_update_when_not_use_rtti_test): Likewise.
19637
19638 2014-06-16 Keith Seitz <keiths@redhat.com>
19639
19640 PR mi/15863
19641 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
19642 the inferior is started.
19643
19644 2014-06-16 Pedro Alves <palves@redhat.com>
19645
19646 * gdb.base/break-main-file-remove-fail.c: New file.
19647 * gdb.base/break-main-file-remove-fail.exp: New file.
19648 * gdb.base/break-unload-file.exp: Use build_executable instead of
19649 prepare_for_testing.
19650 (test_break): New parameter "initial_load". Handle it.
19651 (top level): Add initial_load cmdline/file axis.
19652
19653 2014-06-12 Tom Tromey <tromey@redhat.com>
19654
19655 * gdb.base/completion.exp: Don't use directory name in test.
19656
19657 2014-06-09 Gary Benson <gbenson@redhat.com>
19658
19659 * gdb.base/sigall.c [Functions to send signals]: Reorder to
19660 separate the always-available ANSI-standard signals from the
19661 signals that require checking.
19662 (main): Likewise.
19663 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
19664 Likewise.
19665 (main): Likewise.
19666
19667 2014-06-07 Keith Seitz <keiths@redhat.com>
19668
19669 Revert:
19670 PR c++/16253
19671 * gdb.cp/var-tag.cc: New file.
19672 * gdb.cp/var-tag.exp: New file.
19673 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
19674 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
19675 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
19676 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
19677
19678 2014-06-06 Doug Evans <xdje42@gmail.com>
19679
19680 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
19681
19682 2014-06-06 Pedro Alves <palves@redhat.com>
19683
19684 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
19685 in target debug output instead of looking at RSP packets,
19686 disabling the test on any target that uses hardware stepping.
19687 Update comments.
19688
19689 2014-06-06 Pedro Alves <palves@redhat.com>
19690
19691 * gdb.base/break-unload-file.exp: Fix typo.
19692
19693 2014-06-06 Yao Qi <yao@codesourcery.com>
19694
19695 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
19696 from "jit_function" to "^jit_function".
19697
19698 2014-06-06 Yao Qi <yao@codesourcery.com>
19699
19700 * gdb.base/async.c (foo): Add one statement.
19701 * gdb.base/async.exp: Get the next instruction address and
19702 match the output of "nexti" by instruction address. Match
19703 the hex address in the output of "finish".
19704
19705 2014-06-06 Gary Benson <gbenson@redhat.com>
19706
19707 * gdb.base/call-signals.c: Remove preprocessor conditionals
19708 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
19709 SIGSEGV and SIGTERM.
19710 * gdb.base/sigall.c: Likewise.
19711 * gdb.base/unwindonsignal.c: Likewise.
19712 * gdb.reverse/sigall-reverse.c: Likewise.
19713
19714 2014-06-06 Yao Qi <yao@codesourcery.com>
19715
19716 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
19717 readable, skip the test.
19718
19719 2014-06-06 Yao Qi <yao@codesourcery.com>
19720
19721 * gdb.threads/staticthreads.c (thread_function): Move the line
19722 setting breakpoint on forward.
19723 * gdb.threads/staticthreads.exp: Update comments.
19724
19725 2014-06-05 Ludovic Courtès <ludo@gnu.org>
19726
19727 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
19728 "history-append! type error".
19729
19730 2014-06-05 Simon Marchi <simon.marchi@ericsson.com>
19731
19732 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
19733 erroneous dprintf expected input.
19734
19735 2014-06-04 Doug Evans <xdje42@gmail.com>
19736
19737 * gdb.guile/scm-generics.exp: Delete.
19738
19739 2014-06-04 Doug Evans <xdje42@gmail.com>
19740
19741 * gdb.guile/scm-breakpoint.exp: Update.
19742 Add tests for breakpoint registration.
19743
19744 2014-06-04 Tom Tromey <tromey@redhat.com>
19745
19746 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
19747 VLA-in-union.
19748 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
19749 inner_vla_struct, vla_union types. Initialize objects of those
19750 types and compute their sizes.
19751
19752 2014-06-04 Nathan Sidwell <nathan@codesourcery.com>
19753 Hui Zhu <hui@codesourcery.com>
19754
19755 * gdb.base/fileio.exp: Add test for shell not available as well as
19756 available.
19757 * gdb.base/fileio.c (test_system): Check for shell twice.
19758
19759 2014-06-04 Yao Qi <yao@codesourcery.com>
19760
19761 * gdb.base/auto-connect-native-target.exp: Remove redundant
19762 space from the regexp pattern.
19763
19764 2014-06-04 Yao Qi <yao@codesourcery.com>
19765
19766 * gdb.base/default.exp: Replace "child" with "native" in
19767 regexp pattern.
19768
19769 2014-06-03 Siva Chandra Reddy <sivachandra@google.com>
19770
19771 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
19772 * gdb.python/py-xmethods.exp: New tests to test xmethods.
19773 * gdb.python/py-xmethods.py: Python script supporting the
19774 new testcase and tests.
19775
19776 2014-06-03 Joel Brobecker <brobecker@adacore.com>
19777 Pedro Alves <palves@redhat.com>
19778
19779 PR breakpoints/17000
19780 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
19781 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
19782
19783 2014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
19784
19785 * gdb.base/subst.exp: Add tests to verify partial path matching
19786 output.
19787
19788 2014-06-03 Pedro Alves <palves@redhat.com>
19789
19790 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
19791 target that doesn't use software single-stepping.
19792
19793 2014-06-03 Pedro Alves <palves@redhat.com>
19794
19795 PR breakpoints/17000
19796 * gdb.base/sss-bp-on-user-bp-2.c: New file.
19797 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
19798
19799 2014-06-02 Doug Evans <xdje42@gmail.com>
19800
19801 * gdb.guile/scm-parameter.exp: New file.
19802
19803 2014-06-02 Doug Evans <xdje42@gmail.com>
19804
19805 * gdb.guile/scm-cmd.c: New file.
19806 * gdb.guile/scm-cmd.exp: New file.
19807
19808 2014-06-02 Doug Evans <xdje42@gmail.com>
19809
19810 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
19811 pretty-printer lookup.
19812 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
19813 (make-pp_s-printer): Call it.
19814 (make-pretty-printer-from-dict): New function.
19815 (lookup-pretty-printer-maker-from-dict): New function.
19816 (*pretty-printer*): Simplify.
19817 (make-objfile-pp_s-printer): New function.
19818 (install-objfile-pretty-printers!): New function.
19819 (make-progspace-pp_s-printer): New function.
19820 (install-progspace-pretty-printers!): New function.
19821 * gdb.guile/scm-progspace.c: New file.
19822 * gdb.guile/scm-progspace.exp: New file.
19823
19824 2014-06-02 Pedro Alves <palves@redhat.com>
19825
19826 * gdb.base/dprintf-bp-same-addr.c: New file.
19827 * gdb.base/dprintf-bp-same-addr.exp: New file.
19828
19829 2014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
19830
19831 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
19832 * gdb.arch/powerpc-power.s: Likewise.
19833
19834 2014-06-02 Joel Brobecker <brobecker@adacore.com>
19835
19836 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
19837
19838 2014-06-01 Yao Qi <yao@codesourcery.com>
19839
19840 * gdb.base/watchpoint.exp (test_watch_location): Check null
19841 pointer can be dereferenced. If not, do the test, otherwise
19842 skip it.
19843
19844 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
19845
19846 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
19847 results.
19848 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
19849
19850 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
19851
19852 * gdb.arch/amd64-invalid-stack-middle.S: New file.
19853 * gdb.arch/amd64-invalid-stack-middle.c: New file.
19854 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
19855 * gdb.arch/amd64-invalid-stack-top.c: New file.
19856 * gdb.arch/amd64-invalid-stack-top.exp: New file.
19857
19858 2014-05-30 Pedro Alves <palves@redhat.com>
19859
19860 PR breakpoints/17000
19861 * gdb.base/sss-bp-on-user-bp.c: New file.
19862 * gdb.base/sss-bp-on-user-bp.exp: New file.
19863
19864 2014-05-30 David Blaikie <dblaikie@gmail.com>
19865
19866 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
19867 gnu_inline semantics via attribute.
19868 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
19869 source explicitly specifies the required semantics.
19870
19871 2014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
19872
19873 * gdb.reverse/sigall-reverse.exp: Fix a typo.
19874
19875 2014-05-29 Pedro Alves <palves@redhat.com>
19876 Tom Tromey <tromey@redhat.com>
19877
19878 * gdb.base/async-shell.exp: Don't enable target-async.
19879 * gdb.base/async.exp
19880 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
19881 parameter. Adjust.
19882 (top level): Don't test with "target-async".
19883 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
19884 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
19885 * gdb.base/inferior-died.exp: Don't enable target-async.
19886 * gdb.base/interrupt-noterm.exp: Likewise.
19887 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
19888 * gdb.mi/mi-nonstop-exit.exp: Likewise.
19889 * gdb.mi/mi-nonstop.exp: Likewise.
19890 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
19891 * gdb.mi/mi-nsintrall.exp: Likewise.
19892 * gdb.mi/mi-nsmoribund.exp: Likewise.
19893 * gdb.mi/mi-nsthrexec.exp: Likewise.
19894 * gdb.mi/mi-watch-nonstop.exp: Likewise.
19895 * gdb.multi/watchpoint-multi.exp: Adjust comment.
19896 * gdb.python/py-evsignal.exp: Don't enable target-async.
19897 * gdb.python/py-evthreads.exp: Likewise.
19898 * gdb.python/py-prompt.exp: Likewise.
19899 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
19900 * gdb.server/solib-list.exp: Don't enable target-async.
19901 * gdb.threads/thread-specific-bp.exp: Likewise.
19902 * lib/mi-support.exp: Adjust to use mi-async.
19903
19904 2014-05-29 Pedro Alves <palves@redhat.com>
19905
19906 PR gdb/13860
19907 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
19908 reason, even in sync mode.
19909
19910 2014-05-29 Pedro Alves <palves@redhat.com>
19911 Hui Zhu <hui@codesourcery.com>
19912
19913 PR PR15693
19914 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
19915 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
19916 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
19917 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
19918
19919 2014-05-28 Joel Brobecker <brobecker@adacore.com>
19920
19921 * config/monitor.exp (gdb_target_monitor): Replace use of
19922 "set remotebaud" by "set serial baud".
19923
19924 2014-05-26 Andy Wingo <wingo@igalia.com>
19925
19926 * gdb.guile/scm-breakpoint.exp:
19927 * gdb.guile/scm-gsmob.exp: Update to use plain old object
19928 properties instead of gdb-object-properties.
19929
19930 2014-05-26 Yao Qi <yao@codesourcery.com>
19931
19932 * gdb.server/no-thread-db.exp: Specify source file name
19933 explicitly when setting a breakpoint.
19934
19935 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
19936
19937 * gdb.btrace/vdso.c: New.
19938 * gdb.btrace/vdso.exp: New.
19939
19940 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
19941
19942 * gdb.base/gcore.exp (capture_command_output): Move ...
19943 * lib/gdb.exp (capture_command_output): ... here.
19944
19945 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
19946
19947 * gdb.btrace/data.exp: Test memory access during btrace replay.
19948
19949 2014-05-22 Simon Marchi <simon.marchi@ericsson.com>
19950
19951 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
19952
19953 2014-05-21 Pedro Alves <palves@redhat.com>
19954
19955 PR gdb/13860
19956 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
19957 (top level): Test that output related to execution commands is
19958 sent to the console with CLI commands, but not with MI commands.
19959 Test that breakpoint events are always mirrored to the console.
19960 Also expect the new source line to be output after a "next" in
19961 async mode too. Make it a pass/fail test.
19962 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
19963 output.
19964 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
19965
19966 2014-05-21 Pedro Alves <palves@redhat.com>
19967
19968 * gdb.base/list.exp (build_pattern, test_list): New procedures.
19969 Use them to test variations of "list" after reaching a breakpoint.
19970 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
19971 Test "list" with listsize 10 after reaching a breakpoint.
19972 * gdb.python/python.exp (decode_line current location line
19973 number): Adjust expected line number.
19974
19975 2014-05-21 Simon Marchi <simon.marchi@ericsson.com>
19976
19977 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
19978 behavior for $args, pass it directly to "run".
19979
19980 2014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
19981
19982 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
19983 30000 to 65536.
19984
19985 2014-05-21 Pedro Alves <palves@redhat.com>
19986
19987 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
19988 auto-connect-native-target off".
19989 * gdb.base/auto-connect-native-target.c: New file.
19990 * gdb.base/auto-connect-native-target.exp: New file.
19991
19992 2014-05-21 Pedro Alves <palves@redhat.com>
19993
19994 * gdb.base/default.exp: Test "target native" instead of "target
19995 child".
19996
19997 2014-05-21 Mark Wielaard <mjw@redhat.com>
19998
19999 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
20000
20001 2014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
20002
20003 Fix TLS access for -static -pthread.
20004 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
20005 <HAVE_TLS> (thread_function, main): Initialize it.
20006 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
20007 Add clean_restart.
20008 <$have_tls != "">: Check TLSVAR.
20009
20010 2014-05-21 Pedro Alves <palves@redhat.com>
20011
20012 * gdb.base/dcache-line-read-error.c: New.
20013 * gdb.base/dcache-line-read-error.exp: New.
20014
20015 2014-05-20 Pedro Alves <palves@redhat.com>
20016
20017 * gdb.base/compare-sections.c: New file.
20018 * gdb.base/compare-sections.exp: New file.
20019
20020 2014-05-20 Pedro Alves <palves@redhat.com>
20021
20022 * gdb.base/break-idempotent.c: New file.
20023 * gdb.base/break-idempotent.exp: New file.
20024
20025 2014-05-20 Markus Metzger <markus.t.metzger@intel.com>
20026
20027 * gdb.btrace/nohist.exp: New.
20028
20029 2014-05-20 Yao Qi <yao@codesourcery.com>
20030
20031 * lib/gdb.exp (gdb_init): Set timeout if test file is under
20032 gdb.reverse directory and gdb_reverse_timeout exists in board
20033 setting.
20034 * README: Document gdb_reverse_timeout.
20035
20036 2014-05-20 Yao Qi <yao@codesourcery.com>
20037
20038 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
20039 'test_file_name'. Treat args as a string instead of a list.
20040 (gdb_init): Rename argument 'args' by 'test_file_name'.
20041
20042 2014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
20043
20044 * gdb.arch/powerpc-power.exp: New file.
20045 * gdb.arch/powerpc-power.s: New file.
20046
20047 2014-05-16 Doug Evans <dje@google.com>
20048
20049 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
20050 * gdb.base/completion.exp: Check that all expected files exist
20051 before doing file completion.
20052
20053 2014-05-16 Doug Evans <dje@google.com>
20054
20055 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
20056 Update.
20057 (do_syscall_tests_without_xml): Update.
20058
20059 2014-05-16 Pedro Alves <palves@redhat.com>
20060
20061 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
20062 instead of "unknown output after running".
20063
20064 2014-05-16 Yao Qi <yao@codesourcery.com>
20065
20066 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
20067 file1.txt from host at the end.
20068 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
20069
20070 2014-05-15 Doug Evans <dje@google.com>
20071
20072 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
20073 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
20074 loading file. Add test for TU lookup.
20075
20076 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
20077
20078 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
20079 calling "-exec-arguments" or "set args" before running the
20080 inferior.
20081
20082 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
20083
20084 * lib/mi-support.exp (mi_expect_stop): Expect message for
20085 inferiors that exit with non-zero exit code.
20086
20087 2014-05-14 Yao Qi <yao@codesourcery.com>
20088
20089 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
20090 match absolute path on remote host.
20091 (test_file_list_exec_source_files): Remove "/" from the
20092 pattern.
20093
20094 2014-05-14 Yao Qi <yao@codesourcery.com>
20095
20096 * boards/local-remote-host-notty.exp (${board}_file): New
20097 proc.
20098
20099 2014-05-07 Kyle McMartin <kyle@redhat.com>
20100
20101 Pushed by Joel Brobecker <brobecker@adacore.com>.
20102 * gdb.arch/aarch64-atomic-inst.c: New file.
20103 * gdb.arch/aarch64-atomic-inst.exp: New file.
20104
20105 2014-05-07 Yao Qi <yao@codesourcery.com>
20106
20107 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
20108 in current context" too.
20109
20110 2014-05-05 Keith Seitz <keiths@redhat.com>
20111
20112 * gdb.linespec/ls-dollar.exp: Add test for linespec
20113 file:convenience_variable.
20114
20115 2014-05-05 Yao Qi <yao@codesourcery.com>
20116
20117 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
20118 traceframes into tfile and ctf trace files. Read data from
20119 trace file and test collected data.
20120 (gdb_collect_locals_test): Likewise.
20121 (gdb_unavailable_registers_test): Likewise.
20122 (gdb_unavailable_floats): Likewise.
20123 (gdb_collect_globals_test): Likewise.
20124 (top-level): Append "ctf" to trace_file_targets if GDB
20125 supports.
20126
20127 2014-05-05 Yao Qi <yao@codesourcery.com>
20128
20129 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
20130 code to ...
20131 (gdb_collect_args_test_1): ... it. New proc.
20132 (gdb_collect_locals_test): Move some code to ...
20133 (gdb_collect_locals_test_1): ... it. New proc.
20134 (gdb_unavailable_registers_test): Move some code to ...
20135 (gdb_unavailable_registers_test_1): ... it. New proc.
20136 (gdb_unavailable_floats): Move some code to ...
20137 (gdb_unavailable_floats_1): ... it. New proc.
20138
20139 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
20140
20141 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
20142 probes to test for bitness recognition.
20143 * gdb.arch/amd64-stap-optional-prefix.exp
20144 (test_probe_value_without_reg): New procedure.
20145 Add code to test for different kinds of bitness.
20146
20147 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
20148
20149 PR breakpoints/16889
20150 * gdb.arch/amd64-stap-optional-prefix.S: New file.
20151 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
20152
20153 2014-05-01 Pedro Alves <palves@redhat.com>
20154
20155 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
20156 gdb_file_cmd if no file is specified.
20157 * boards/native-extended-gdbserver.exp (gdb_load): Use the
20158 last_loaded_file to set the remote exec-file.
20159
20160 2014-05-01 Pedro Alves <palves@redhat.com>
20161
20162 * boards/local-remote-host.exp: New file.
20163
20164 2014-05-01 Pedro Alves <palves@redhat.com>
20165
20166 * boards/local-remote-host.exp: Rename to ...
20167 * boards/local-remote-host-notty.exp: ... this.
20168
20169 2014-04-28 Joel Brobecker <brobecker@adacore.com>
20170
20171 * gdb.ada/dyn_arrayidx: New testcase.
20172
20173 2014-04-26 Yao Qi <yao@codesourcery.com>
20174
20175 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
20176 and compute the length of function main. Save it in
20177 $main_length.
20178 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
20179 (top-level): Use gdb_compile to compile objects into
20180 executable and restart GDB. Remove invocation to
20181 prepare_for_testing.
20182
20183 2014-04-25 Simon Marchi <simon.marchi@ericsson.com>
20184 Pedro Alves <palves@redhat.com>
20185
20186 PR server/16255
20187 * gdb.multi/multi-attach.c: New file.
20188 * gdb.multi/multi-attach.exp: New file.
20189
20190 2014-04-25 Pedro Alves <palves@redhat.com>
20191
20192 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
20193 user.
20194 (top level): Test that "set remote conditional-breakpoints-packet
20195 off" works as intended.
20196 * gdb.base/dprintf.exp: Test that "set remote
20197 breakpoint-commands-packet off" works as intended.
20198 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
20199 New function.
20200 (top level): Call it.
20201 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
20202 remote fast-tracepoints-packet off" works as intended.
20203 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
20204 * lib/gdb.exp (gdb_is_target_remote): ... here.
20205
20206 2014-04-24 David Blaikie <dblaikie@gmail.com>
20207
20208 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
20209 ensure clang would not discard them.
20210 * gdb.base/gdbvars.c: Ditto.
20211 * gdb.base/memattr.c: Ditto.
20212 * gdb.base/whatis.c: Ditto.
20213 * gdb.python/py-prettyprint.c: Ditto.
20214 * gdb.trace/actions.c: Ditto.
20215 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
20216 ensure clang would not discard it.
20217
20218 2014-04-24 David Blaikie <dblaikie@gmail.com>
20219
20220 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
20221 clang to emit the full definition of type required by the test
20222 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
20223
20224 2014-04-24 David Blaikie <dblaikie@gmail.com>
20225
20226 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
20227 coax Clang into emitting the definition of the type.
20228 * gdb.cp/pr10728-x.h (y): Ditto.
20229 * gdb.cp/pr10728-y.cc (y): Ditto.
20230
20231 2014-04-24 David Blaikie <dblaikie@gmail.com>
20232
20233 * gdb.base/label.exp: XFAIL label related tests under Clang.
20234 * gdb.cp/cplabel.exp: Ditto.
20235 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
20236 under Clang those using labels.
20237
20238 2014-04-25 Yao Qi <yao@codesourcery.com>
20239
20240 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
20241 double_label.
20242 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
20243 partial_label and double_label.
20244
20245 2014-04-24 David Blaikie <dblaikie@gmail.com>
20246
20247 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
20248
20249 2014-04-24 David Blaikie <dblaikie@gmail.com>
20250
20251 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
20252 of the function to work across GCC and Clang.
20253 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
20254 pointer types (const void ** const V void **).
20255
20256 2014-04-24 Michael Sturm <michael.sturm@mintel.com>
20257 Walfred Tedeschi <walfred.tedeschi@intel.com>
20258
20259 * Makefile.in (EXECUTABLES): Added i386-avx512.
20260 * gdb.arch/i386-avx512.c: New file.
20261 * gdb.arch/i386-avx512.exp: Likewise.
20262
20263 2014-04-23 Keith Seitz <keiths@redhat.com>
20264
20265 * lib/mi-support.exp (mi_list_breakpoints): Delete.
20266 (mi_make_breakpoint_table): New procedure.
20267 (mi_create_breakpoint): Use mi_make_breakpoint
20268 and return the result.
20269 (mi_make_breakpoint): New procedure.
20270 (mi_build_kv_pairs): New procedure.
20271
20272 * gdb.mi/mi-break.exp: Remove unused globals,
20273 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
20274 All callers updated.
20275 * gdb.mi/mi-dprintf.exp: Use variable to track command
20276 number.
20277 Update all callers of mi_create_breakpoint and use
20278 mi_make_breakpoint_table.
20279 Remove any unused global variables.
20280 * gdb.mi/mi-nonstop.exp: Likewise.
20281 * gdb.mi/mi-nsintrall.exp: Likewise.
20282 * gdb.mi/mi-nsmoribund.exp: Likewise.
20283 * gdb.mi/mi-nsthrexec.exp: Likewise.
20284 * gdb.mi/mi-reverse.exp: Likewise.
20285 * gdb.mi/mi-simplerun.exp: Likewise.
20286 * gdb.mi/mi-stepn.exp: Likewise.
20287 * gdb.mi/mi-syn-frame.exp: Likewise.
20288 * gdb.mi/mi-until.exp: Likewise.
20289 * gdb.mi/mi-var-cp.exp: Likewise.
20290 * gdb.mi/mi-var-display.exp: Likewise.
20291 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
20292 * gdb.mi/mi2-var-child.exp: Likewise.
20293 * gdb.mi/mi-vla-c99.exp: Likewise.
20294 * lib/mi-support.exp: Likewise.
20295
20296 From Ian Lance Taylor <iant@cygnus.com>:
20297 * lib/gdb.exp (parse_args): New procedure.
20298
20299 2014-04-23 Pedro Alves <palves@redhat.com>
20300
20301 * gdb.base/break-unload-file.c: New file.
20302 * gdb.base/break-unload-file.exp: New file.
20303 * gdb.base/sym-file-lib.c (baz): New function.
20304 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
20305 field.
20306 (load): Store the segment's mapped size.
20307 (unload): New function.
20308 (unload_shlib): New function.
20309 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
20310 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
20311 set a breakpoint at baz, and call it.
20312 * gdb.base/sym-file.exp: New tests for stale breakpoint
20313 instructions.
20314
20315 2014-04-23 Pedro Alves <palves@redhat.com>
20316
20317 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
20318 * gdb.base/hbreak-in-shr-unsupported.c: New file.
20319 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
20320 * gdb.base/hbreak-unmapped.c: New file.
20321 * gdb.base/hbreak-unmapped.exp: New file.
20322 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
20323 * lib/gdb.exp (gdb_is_target_remote): ... here.
20324
20325 2014-04-22 Pedro Alves <palves@redhat.com>
20326
20327 * gdb.base/consecutive-step-over.c: New file.
20328 * gdb.base/consecutive-step-over.exp: New file.
20329
20330 2014-04-22 Pedro Alves <palves@redhat.com>
20331
20332 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
20333 instead of send_gdb/gdb_expect.
20334
20335 2014-04-22 Yao Qi <yao@codesourcery.com>
20336
20337 * lib/trace-support.exp (generate_tracefile): New procedure.
20338 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
20339 return 0.
20340 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
20341 if generate_tracefile returns 1.
20342
20343 2014-04-18 Tom Tromey <palves@redhat.com>
20344 Pedro alves <tromey@redhat.com>
20345
20346 PR backtrace/15558
20347 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
20348 with a backtrace limit.
20349 * gdb.python/py-frame-inline.exp: Test running to an inline
20350 function with a backtrace limit, and printing the newest frame.
20351 * gdb.python/py-frame-inline.c (main): Call f.
20352
20353 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
20354
20355 * gdb.java/jnpe.exp: Drop srcdir from untested path.
20356
20357 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
20358
20359 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
20360 Drop prefix from unsupported source file path.
20361
20362 2014-04-17 Yao Qi <yao@codesourcery.com>
20363
20364 * lib/gdb.exp (with_target_charset): New proc.
20365 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
20366 with_target_charset.
20367 (test_print_strings): Likewise.
20368 (test_repeat_bytes): Likewise.
20369 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
20370 for some tests.
20371
20372 2014-04-16 Keith Seitz <keiths@redhat.com>
20373
20374 PR gdb/15827
20375 * gdb.dwarf2/corrupt.c: New file.
20376 * gdb.dwarf2/corrupt.exp: New file.
20377
20378 2014-04-16 Keith Seitz <keiths@redhat.com>
20379
20380 PR c++/16597
20381 * gdb.cp/namelessclass.cc: New file.
20382 * gdb.cp/namelessclass.exp: New file.
20383 * gdb.cp/namelessclass.S: New file.
20384
20385 2014-04-16 Doug Evans <dje@google.com>
20386
20387 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
20388 Add comment.
20389 (gdbserver_default_get_comm_port): New function.
20390 (gdbserver_start): Check if board file provided
20391 "gdbserver,get_comm_port" and use it if so.
20392 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
20393 (gdb,socketport): Set to "stdio".
20394 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
20395 (stdio_gdbserver_template): Delete.
20396 (${board}_get_remote_address): Update.
20397 (${board}_build_remote_cmd): Delete.
20398 (${board}_get_comm_port): New function.
20399 (${board}_spawn): Update.
20400 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
20401 Delete.
20402 (${board}_get_remote_address): Update.
20403 (${board}_get_comm_port): New function.
20404
20405 2014-04-16 Andrew Burgess <aburgess@broadcom.com>
20406
20407 * gdb.base/memattr.exp: Improve regexps to handle memory regions
20408 appearing in any order.
20409
20410 2014-04-15 Doug Evans <dje@google.com>
20411
20412 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
20413 uninitialized value of "description".
20414
20415 2014-04-15 Keith Seitz <keiths@redhat.com>
20416
20417 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
20418 Remove unused globals.
20419 (test_running_the_program): Likewise.
20420 (test_controlled_execution): Likewise.
20421 (test_controlling_breakpoints): Likewise.
20422 (test_program_termination): Likewise.
20423
20424 2014-04-15 Keith Seitz <keiths@redhat.com>
20425
20426 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
20427 unused globals.
20428 (test_rbreak_creation_and_listing): Likewise.
20429 (test_ignore_count): Likewise.
20430 (test_error): Likewise.
20431
20432 2014-04-15 Pedro Alves <palves@redhat.com>
20433
20434 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
20435 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
20436 sym-file-loader.c.
20437 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
20438 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
20439 to sym-file-loader.c.
20440 (struct library): Forward declare.
20441 (load_shlib, lookup_function): Change prototypes.
20442 (find_shstrtab, find_strtab, find_shdr, find_symtab)
20443 (translate_offset): Remove declarations.
20444 (get_text_addr): New declaration.
20445 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
20446 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
20447 sym-file-loader.h.
20448 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
20449 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
20450 here from sym-file-loader.h.
20451 (struct library): New structure.
20452 (load_shlib, lookup_function): Change prototypes and adjust to
20453 work with a struct library.
20454 (find_shstrtab, find_strtab, find_shdr, find_symtab)
20455 (translate_offset): Make static.
20456 (get_text_addr): New function.
20457 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
20458
20459 2014-04-15 Pedro Alves <palves@redhat.com>
20460
20461 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
20462
20463 2014-04-15 Pedro Alves <palves@redhat.com>
20464
20465 * gdb.base/sym-file-loader.c: Include <limits.h>.
20466 (SELF_LINK): New define.
20467 (get_origin): New function.
20468 (load_shlib): Use it.
20469 * gdb.base/sym-file.exp: Don't early return if the target is
20470 remote. Use runto_main, and issue fail is that fails. Use
20471 gdb_load_shlibs.
20472 (shlib_name): Delete.
20473 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
20474
20475 2014-04-15 Pedro Alves <palves@redhat.com>
20476
20477 * gdb.base/sym-file.exp: Remove regex characters from test
20478 message. Don't refer to breakpoint numbers in test messages.
20479
20480 2014-04-14 Keith Seitz <keiths@redhat.com>
20481
20482 PR c++/16253
20483 * gdb.cp/var-tag.cc: New file.
20484 * gdb.cp/var-tag.exp: New file.
20485 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
20486 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
20487 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
20488 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
20489
20490 2014-04-14 Tom Tromey <tromey@redhat.com>
20491
20492 * gdb.cp/classes.exp (test_enums): Handle underlying type.
20493 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
20494 type.
20495 * gdb.cp/enum-class.exp: New file.
20496 * gdb.cp/enum-class.cc: New file.
20497
20498 2014-04-14 Tom Tromey <tromey@redhat.com>
20499
20500 * gdb.dwarf2/enum-type.exp: New file.
20501
20502 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
20503
20504 * gdb.mi/mi-vla-c99.exp: New file.
20505 * gdb.mi/vla.c: New file.
20506
20507 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
20508
20509 * gdb.base/vla-datatypes.c: New file.
20510 * gdb.base/vla-datatypes.exp: New file.
20511
20512 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
20513
20514 * gdb.base/vla-ptr.c: New file.
20515 * gdb.base/vla-ptr.exp: New file.
20516
20517 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
20518
20519 * gdb.dwarf2/count.exp: New file.
20520
20521 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
20522
20523 * gdb.base/vla-sideeffect.c: New file.
20524 * gdb.base/vla-sideeffect.exp: New file.
20525
20526 2014-04-14 David Blaikie <dblaikie@gmail.com>
20527
20528 * gdb.mi/non-stop.c: Add return value for non-void function return
20529 statement.
20530 * gdb.threads/staticthreads.c: Ditto.
20531
20532 2014-04-12 Siva Chandra Reddy <sivachandra@google.com>
20533 Doug Evans <xdje42@gmail.com>
20534
20535 * gdb.guile/scm-value.c: Improve test case.
20536 * gdb.guile/scm-value.exp: Add new test.
20537
20538 2014-04-11 David Blaikie <dblaikie@gmail.com>
20539
20540 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
20541 override Clang's default.
20542
20543 2014-04-11 Joel Brobecker <brobecker@adacore.com>
20544
20545 Revert the following changes (regressions):
20546
20547 * gdb.base/vla-sideeffect.c: New file.
20548 * gdb.base/vla-sideeffect.exp: New file.
20549
20550 * gdb.dwarf2/count.exp: New file.
20551
20552 * gdb.base/vla-multi.c: New file.
20553 * gdb.base/vla-multi.exp: New file.
20554
20555 * gdb.base/vla-ptr.c: New file.
20556 * gdb.base/vla-ptr.exp: New file.
20557
20558 * gdb.base/vla-datatypes.c: New file.
20559 * gdb.base/vla-datatypes.exp: New file.
20560
20561 * gdb.mi/mi-vla-c99.exp: New file.
20562 * gdb.mi/vla.c: New file.
20563
20564 2014-04-11 Keith Seitz <keiths@redhat.com>
20565
20566 PR c++/16675
20567 * gdb.cp/cpsizeof.exp: New file.
20568 * gdb.cp/cpsizeof.cc: New file.
20569
20570 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
20571
20572 * gdb.mi/mi-vla-c99.exp: New file.
20573 * gdb.mi/vla.c: New file.
20574
20575 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
20576
20577 * gdb.base/vla-datatypes.c: New file.
20578 * gdb.base/vla-datatypes.exp: New file.
20579
20580 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
20581
20582 * gdb.base/vla-ptr.c: New file.
20583 * gdb.base/vla-ptr.exp: New file.
20584
20585 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
20586
20587 * gdb.base/vla-multi.c: New file.
20588 * gdb.base/vla-multi.exp: New file.
20589
20590 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
20591
20592 * gdb.dwarf2/count.exp: New file.
20593
20594 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
20595
20596 * gdb.base/vla-sideeffect.c: New file.
20597 * gdb.base/vla-sideeffect.exp: New file.
20598
20599 2014-04-11 Yao Qi <yao@codesourcery.com>
20600
20601 * gdb.base/completion.exp: Check file exists before running tests
20602 on file completion.
20603
20604 2014-04-10 Pedro Alves <palves@redhat.com>
20605
20606 * gdb.base/cond-eval-mode.c: New file.
20607 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
20608 prepare_for_testing to build the new file. Check result of
20609 runto_main.
20610 (test_break, test_watch): New procedures.
20611 (top level): Use them.
20612
20613 2014-04-08 Pierre Muller <muller@sourceware.org>
20614
20615 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
20616 Ctrl-V use for mingw hosts.
20617
20618 2014-04-07 Siva Chandra Reddy <sivachandra@google.com>
20619
20620 * gdb.python/py-value.c: Improve test case.
20621 * gdb.python/py-value.exp: Add new test.
20622
20623 2014-04-07 David Blaikie <dblaikie@gmail.com>
20624
20625 * lib/compiler.c: Identify the clang compiler.
20626 * lib/compiler.cc: Ditto.
20627
20628 2014-04-03 Yao Qi <yao@codesourcery.com>
20629
20630 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
20631
20632 2014-04-01 Anton Blanchard <anton@samba.org>
20633
20634 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
20635 messages unique.
20636
20637 2014-04-01 Anton Blanchard <anton@samba.org>
20638
20639 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
20640 prepare_for_testing.
20641
20642 2014-04-01 Anton Blanchard <anton@samba.org>
20643
20644 * gdb.arch/ppc64-atomic-inst.c: Remove.
20645 * gdb.arch/ppc64-atomic-inst.S: New file.
20646 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
20647
20648 2014-03-31 Doug Evans <dje@google.com>
20649
20650 * gdb.base/print-symbol-loading-lib.c: New file.
20651 * gdb.base/print-symbol-loading-main.c: New file.
20652 * gdb.base/print-symbol-loading.exp: New file.
20653
20654 2014-03-31 Yao Qi <yao@codesourcery.com>
20655
20656 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
20657
20658 2014-03-28 Joel Brobecker <brobecker@adacore.com>
20659
20660 * gdb.ada/mi_dyn_arr: New testcase.
20661
20662 2014-03-27 Doug Evans <dje@google.com>
20663
20664 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
20665
20666 2014-03-27 Yao Qi <yao@codesourcery.com>
20667
20668 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
20669 if target is nios2-*-*.
20670
20671 2014-03-26 Yao Qi <yao@codesourcery.com>
20672
20673 * lib/gdb.exp (readline_is_used): New proc.
20674 * gdb.base/completion.exp: Move tests on command complete up.
20675 Skip the rest of tests if readline is not used.
20676 * gdb.ada/complete.exp: Skp the test if readline is not
20677 used.
20678 * gdb.base/filesym.exp: Likewise.
20679 * gdb.base/macscp.exp: Likewise.
20680 * gdb.base/readline-ask.exp: Likewise.
20681 * gdb.base/readline.exp: Likewise.
20682 * gdb.python/py-cmd.exp: Likewise.
20683 * gdb.trace/tfile.exp: Likewise.
20684
20685 2014-03-26 Yao Qi <yao@codesourcery.com>
20686
20687 * gdb.base/macscp.exp: Fix code format issues.
20688
20689 2014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
20690
20691 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
20692 * gdb.asm/powerpc64le.inc: New file.
20693
20694 2014-03-25 Pedro Alves <palves@redhat.com>
20695 Doug Evans <dje@google.com>
20696
20697 * gdb.base/source-execution.c: New file.
20698 * gdb.base/source-execution.exp: New file.
20699 * gdb.base/source-execution.gdb: New file.
20700
20701 2014-03-24 Doug Evans <dje@google.com>
20702
20703 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
20704 using fission.
20705
20706 2014-03-24 Hui Zhu <hui@codesourcery.com>
20707 Pedro Alves <palves@redhat.com>
20708
20709 PR breakpoints/16101
20710 * gdb.base/dprintf.exp: Use unsupported rather than changing the
20711 test pass/fail messages. Detect missing support for dprintf when
20712 breakpoints are actually inserted.
20713 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
20714 breakpoints are actually inserted.
20715 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
20716 fails.
20717
20718 2014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
20719
20720 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
20721
20722 2014-03-22 Doug Evans <xdje42@gmail.com>
20723
20724 * gdb.python/python.exp (python not supported): Verify multi-line
20725 python command issues an error.
20726 * gdb.guile/guile.exp (guile not supported): Verify multi-line
20727 guile command issues an error.
20728
20729 2014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
20730
20731 * gdb.threads/thread-specific.exp: Handle the lack of usable
20732 $this_breakpoint and $this_thread.
20733
20734 2014-03-21 Hui Zhu <hui@codesourcery.com>
20735
20736 * gdb.base/attach.exp (do_command_attach_tests): New.
20737
20738 2014-03-20 Tom Tromey <tromey@redhat.com>
20739 Pedro Alves <palves@redhat.com>
20740
20741 PR cli/15718
20742 * gdb.base/condbreak-call-false.c: New file.
20743 * gdb.base/condbreak-call-false.exp: New file.
20744
20745 2014-03-20 Pedro Alves <palves@redhat.com>
20746
20747 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
20748 Delete.
20749 (block_signals, unblock_signals): Delete.
20750 (child_function_2, main): Remove references to deleted variable
20751 and functions.
20752
20753 2014-03-20 Pedro Alves <palves@redhat.com>
20754
20755 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
20756 Use pthread_kill to signal thread 2.
20757 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
20758 Adjust to make the test send itself a signal rather than using the
20759 host's "kill" command.
20760
20761 2014-03-20 Pedro Alves <palves@redhat.com>
20762
20763 * gdb.threads/multiple-step-overs.c: New file.
20764 * gdb.threads/multiple-step-overs.exp: New file.
20765 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
20766 Adjust expected infrun debug output.
20767
20768 2014-03-20 Pedro Alves <palves@redhat.com>
20769
20770 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
20771 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
20772
20773 2014-03-20 Pedro Alves <palves@redhat.com>
20774
20775 PR breakpoints/7143
20776 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
20777 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
20778 of gdb_test_multiple.
20779 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
20780 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
20781
20782 2014-03-20 Pedro Alves <palves@redhat.com>
20783
20784 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
20785 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
20786
20787 2014-03-19 Pedro Alves <palves@redhat.com>
20788
20789 * gdb.base/async.exp: Remove early return.
20790
20791 2014-03-19 Pedro Alves <palves@redhat.com>
20792
20793 * gdb.base/async.exp (step& tests): Pass explicit test messages.
20794
20795 2014-03-19 Pedro Alves <palves@redhat.com>
20796
20797 * gdb.base/async.exp (test_background): Expect \r\n after
20798 "completed." in the fail pattern.
20799
20800 2014-03-19 Pedro Alves <palves@redhat.com>
20801
20802 * gdb.base/async.exp (test_background): New procedure.
20803 Use it for all background execution command tests.
20804
20805 2014-03-19 Pedro Alves <palves@redhat.com>
20806
20807 * gdb.base/async.exp: Use prepare_for_testing.
20808
20809 2014-03-19 Pedro Alves <palves@redhat.com>
20810
20811 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
20812 the same line.
20813
20814 2014-03-19 Pedro Alves <palves@redhat.com>
20815
20816 * gdb.base/async.c (main): Add "jump here" and "until here" line
20817 marker comments.
20818 * gdb.base/async.exp (jump_here): New global.
20819 (jump& test): Use it.
20820 (until_here): New global.
20821 (until& test): Use it.
20822
20823 2014-03-19 Pedro Alves <palves@redhat.com>
20824
20825 * gdb.base/async.exp: Don't frob gdb_protocol.
20826
20827 2014-03-18 Doug Evans <xdje42@gmail.com>
20828
20829 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
20830 Fix spelling of exec-done-display.
20831
20832 2014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
20833
20834 PR gdb/15358
20835 * gdb.base/gdb-sigterm.c: New file.
20836 * gdb.base/gdb-sigterm.exp: New file.
20837
20838 2014-03-18 Pedro Alves <palves@redhat.com>
20839
20840 PR gdb/13860
20841 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
20842 * lib/mi-support.exp (mi_expect_stop): Add special handling for
20843 solib-event.
20844
20845 2014-03-17 Joel Brobecker <brobecker@adacore.com>
20846
20847 * gdb.ada/pckd_arr_ren: New testcase.
20848
20849 2014-03-13 Doug Evans <xdje42@gmail.com>
20850
20851 PR guile/16612
20852 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
20853 collect after discarding symbols.
20854
20855 2014-03-13 Ludovic Courtès <ludo@gnu.org>
20856 Doug Evans <xdje42@gmail.com>
20857
20858 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
20859 to history survives a gc.
20860
20861 2014-03-13 Pedro Alves <palves@redhat.com>
20862
20863 * gdb.base/default.exp: Don't test "target procfs".
20864
20865 2014-03-13 Pedro Alves <palves@redhat.com>
20866
20867 * gdb.base/default.exp: Update "target child" and "target procfs"
20868 tests to not expect "Unix".
20869
20870 2014-03-12 Tom Tromey <tromey@redhat.com>
20871
20872 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
20873 New procs. Add target-async tests.
20874 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
20875 Add target-async tests.
20876
20877 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
20878
20879 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
20880 'func_start' and 'func_end' for the beginning and end of the
20881 function code, respectively.
20882 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
20883 'func_end' instead of 'func' and 'main'.
20884
20885 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
20886
20887 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
20888 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
20889 generate the debug info assembler source.
20890
20891 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
20892
20893 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
20894 * gdb.dwarf2/arr-subrange.exp: Likewise.
20895 * gdb.dwarf2/dwz.exp: Likewise.
20896 * gdb.dwarf2/method-ptr.exp: Likewise.
20897 * gdb.dwarf2/missing-sig-type.exp: Likewise.
20898 * gdb.dwarf2/subrange.exp: Likewise.
20899 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
20900 * gdb.dwarf2/implptrpiece.exp: Likewise.
20901 * gdb.dwarf2/nostaticblock.exp: Likewise.
20902
20903 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
20904
20905 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
20906 directory to absolute path name arguments.
20907
20908 2014-03-10 Joel Brobecker <brobecker@adacore.com>
20909
20910 * gdb.ada/tagged_access: New testcase.
20911
20912 2014-03-07 Markus Metzger <markus.t.metzger@intel.com>
20913
20914 * gdb.btrace/data.exp: Update expected output.
20915
20916 2014-03-06 Yao Qi <yao@codesourcery.com>
20917
20918 * gdb.trace/pr16508.exp: New file.
20919
20920 2014-03-05 Pedro Alves <palves@redhat.com>
20921
20922 PR gdb/16575
20923 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
20924 procedure.
20925 (top level): Adjust to use it. Add tests that exercise breakpoint
20926 interaction with the code-cache.
20927
20928 2014-02-26 Ludovic Courtès <ludo@gnu.org>
20929
20930 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
20931 test for 'history-append!'.
20932
20933 2014-02-26 Joel Brobecker <brobecker@adacore.com>
20934
20935 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
20936 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
20937 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
20938 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
20939 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
20940 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
20941
20942 2014-02-26 Joel Brobecker <brobecker@adacore.com>
20943
20944 * testsuite/gdb.python/py-pp-re-notag.c: New file.
20945 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
20946 * testsuite/gdb.python/py-pp-re-notag.p: New file.
20947
20948 2014-02-26 Joel Brobecker <brobecker@adacore.com>
20949
20950 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
20951
20952 2014-02-26 Joel Brobecker <brobecker@adacore.com>
20953
20954 * gdb.dwarf2/arr-stride.c: New file.
20955 * gdb.dwarf2/arr-stride.exp: New file.
20956
20957 2014-02-26 Pedro Alves <palves@redhat.com>
20958
20959 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
20960 that won't ever trigger. Make sure that GDB reports the correct
20961 breakpoint that caused the stop.
20962
20963 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
20964
20965 PR gdb/16626
20966 * gdb.base/auto-load-script: New file.
20967 * gdb.base/auto-load.c: New file.
20968 * gdb.base/auto-load.exp: New file.
20969
20970 PR gdb/16626
20971 * gdb.base/auto-load.exp: Fix out-of-srctree run.
20972
20973 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
20974
20975 Fix dw2-icycle.exp -fsanitize=address GDB crash.
20976 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
20977
20978 2014-02-24 Doug Evans <dje@google.com>
20979
20980 * lib/gdb.exp (run_on_host): Log error output if program fails.
20981
20982 2014-02-21 Pedro Alves <palves@redhat.com>
20983
20984 * gdb.threads/step-after-sr-lock.c: Rename to ...
20985 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
20986 * gdb.threads/step-after-sr-lock.exp: Rename to ...
20987 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
20988 ... this.
20989
20990 2014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
20991
20992 PR tdep/16397
20993 * gdb.arch/amd64-stap-special-operands.exp: New file.
20994 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
20995 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
20996 * gdb.arch/amd64-stap-triplet.S: Likewise.
20997 * gdb.arch/amd64-stap-triplet.c: Likewise.
20998
20999 2014-02-20 Joel Brobecker <brobecker@adacore.com>
21000
21001 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
21002 in .section pseudo-op.
21003
21004 2014-02-20 lin zuojian <manjian2006@gmail.com>
21005 Joel Brobecker <brobecker@adacore.com>
21006 Doug Evans <xdje42@gmail.com>
21007
21008 PR symtab/16581
21009 * gdb.dwarf2/dw2-icycle.S: New file.
21010 * gdb.dwarf2/dw2-icycle.c: New file.
21011 * gdb.dwarf2/dw2-icycle.exp: New file.
21012
21013 2014-02-19 Siva Chandra Reddy <sivachandra@google.com>
21014
21015 * gdb.python/py-value-cc.cc: Improve test case to enable testing
21016 operations on gdb.Value objects.
21017 * gdb.python/py-value-cc.exp: Add new test to test operations on
21018 gdb.Value objects.
21019
21020 2014-02-18 Doug Evans <dje@google.com>
21021
21022 * Makefile.in (TESTS): New variable.
21023 (expanded_tests, expanded_tests_or_none): New variables
21024 (check-single): Pass $(expanded_tests_or_none) to runtest.
21025 (check-parallel): Only run tests in $(TESTS) if non-empty.
21026 (check/no-matching-tests-found): New rule.
21027 * README: Document TESTS makefile variable.
21028
21029 2014-02-18 Doug Evans <dje@google.com>
21030
21031 * Makefile.in (check-parallel): rm -rf outputs temp.
21032
21033 2014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
21034
21035 Fix "ERROR: no fileid for" in the testsuite.
21036 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
21037
21038 2014-02-12 Doug Evans <dje@google.com>
21039
21040 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
21041 (MISCELLANEOUS): New variable.
21042 (clean): rm -rf $(MISCELLANEOUS).
21043 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
21044 dwp live in the same directory as symlinks, with each symlink pointed
21045 to a differently named file in a different directory.
21046
21047 2014-02-11 Doug Evans <dje@google.com>
21048
21049 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
21050 of Tcl file commands.
21051
21052 2014-02-10 Mark Kettenis <kettenis@gnu.org>
21053
21054 * gdb.threads/step-after-sr-lock.exp: Avoid executing
21055 "kill -SIGUSR1 -1".
21056
21057 2014-02-10 Joel Brobecker <brobecker@adacore.com>
21058
21059 * gdb.ada/tick_length_array_enum_idx: New testcase.
21060
21061 2014-02-10 Doug Evans <xdje42@gmail.com>
21062
21063 * configure.ac (AC_OUTPUT): Add gdb.guile.
21064 * configure: Regenerate.
21065 * lib/gdb-guile.exp: New file.
21066 * lib/gdb.exp (get_target_charset): New function.
21067 * gdb.base/help.exp: Update expected output from "apropos apropos".
21068 * gdb.guile/Makefile.in: New file.
21069 * gdb.guile/guile.exp: New file.
21070 * gdb.guile/scm-arch.c: New file.
21071 * gdb.guile/scm-arch.exp: New file.
21072 * gdb.guile/scm-block.c: New file.
21073 * gdb.guile/scm-block.exp: New file.
21074 * gdb.guile/scm-breakpoint.c: New file.
21075 * gdb.guile/scm-breakpoint.exp: New file.
21076 * gdb.guile/scm-disasm.c: New file.
21077 * gdb.guile/scm-disasm.exp: New file.
21078 * gdb.guile/scm-equal.c: New file.
21079 * gdb.guile/scm-equal.exp: New file.
21080 * gdb.guile/scm-error.exp: New file.
21081 * gdb.guile/scm-error.scm: New file.
21082 * gdb.guile/scm-frame-args.c: New file.
21083 * gdb.guile/scm-frame-args.exp: New file.
21084 * gdb.guile/scm-frame-args.scm: New file.
21085 * gdb.guile/scm-frame-inline.c: New file.
21086 * gdb.guile/scm-frame-inline.exp: New file.
21087 * gdb.guile/scm-frame.c: New file.
21088 * gdb.guile/scm-frame.exp: New file.
21089 * gdb.guile/scm-generics.exp: New file.
21090 * gdb.guile/scm-gsmob.exp: New file.
21091 * gdb.guile/scm-iterator.c: New file.
21092 * gdb.guile/scm-iterator.exp: New file.
21093 * gdb.guile/scm-math.c: New file.
21094 * gdb.guile/scm-math.exp: New file.
21095 * gdb.guile/scm-objfile-script-gdb.in: New file.
21096 * gdb.guile/scm-objfile-script.c: New file.
21097 * gdb.guile/scm-objfile-script.exp: New file.
21098 * gdb.guile/scm-objfile.c: New file.
21099 * gdb.guile/scm-objfile.exp: New file.
21100 * gdb.guile/scm-ports.exp: New file.
21101 * gdb.guile/scm-pretty-print.c: New file.
21102 * gdb.guile/scm-pretty-print.exp: New file.
21103 * gdb.guile/scm-pretty-print.scm: New file.
21104 * gdb.guile/scm-section-script.c: New file.
21105 * gdb.guile/scm-section-script.exp: New file.
21106 * gdb.guile/scm-section-script.scm: New file.
21107 * gdb.guile/scm-symbol.c: New file.
21108 * gdb.guile/scm-symbol.exp: New file.
21109 * gdb.guile/scm-symtab-2.c: New file.
21110 * gdb.guile/scm-symtab.c: New file.
21111 * gdb.guile/scm-symtab.exp: New file.
21112 * gdb.guile/scm-type.c: New file.
21113 * gdb.guile/scm-type.exp: New file.
21114 * gdb.guile/scm-value-cc.cc: New file.
21115 * gdb.guile/scm-value-cc.exp: New file.
21116 * gdb.guile/scm-value.c: New file.
21117 * gdb.guile/scm-value.exp: New file.
21118 * gdb.guile/source2.scm: New file.
21119 * gdb.guile/types-module.cc: New file.
21120 * gdb.guile/types-module.exp: New file.
21121
21122 2014-02-10 Yao Qi <yao@codesourcery.com>
21123
21124 PR testsuite/16543
21125 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
21126 * configure: Regenerated.
21127 * Makefile.in: New file.
21128
21129 2014-02-08 Andreas Schwab <schwab@linux-m68k.org>
21130
21131 * gdb.python/py-framefilter.exp: Fix typo.
21132
21133 2014-02-08 Yao Qi <yao@codesourcery.com>
21134
21135 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
21136 that no =breakpoint-modified is emitted when breakpoints are
21137 modified through MI commands.
21138
21139 2014-02-07 Pedro Alves <pedro@codesourcery.com>
21140 Pedro Alves <palves@redhat.com>
21141
21142 * gdb.threads/step-after-sr-lock.c: New file.
21143 * gdb.threads/step-after-sr-lock.exp: New file.
21144
21145 2014-02-07 Pedro Alves <palves@redhat.com>
21146
21147 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
21148
21149 2014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
21150
21151 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
21152 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
21153
21154 2014-02-06 Doug Evans <xdje42@gmail.com>
21155
21156 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
21157 output.
21158
21159 * gdb.gdb/python-interrupts.exp: New file.
21160
21161 2014-02-05 Yao Qi <yao@codesourcery.com>
21162
21163 * gdb.trace/report.exp (use_collected_data): Test the output
21164 of "info threads" and "info inferiors".
21165
21166 2014-02-05 Yao Qi <yao@codesourcery.com>
21167
21168 Revert this patch:
21169
21170 2013-05-24 Yao Qi <yao@codesourcery.com>
21171
21172 * gdb.trace/tfile.exp: Test inferior and thread.
21173
21174 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
21175
21176 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
21177 on a function.
21178 * gdb.base/step-bt.c: Call hello via function pointer to make
21179 sure its first instruction is executed on powerpc64le-linux.
21180
21181 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
21182
21183 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
21184
21185 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
21186
21187 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
21188 of the test patterns for use on little-endian systems.
21189
21190 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
21191
21192 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
21193 (decimal_vector): Fix for little-endian.
21194
21195 2014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
21196
21197 * gdb.arch/sparc-sysstep.exp: New file.
21198 * gdb.arch/sparc-sysstep.c: Likewise.
21199
21200 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
21201
21202 2014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
21203
21204 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
21205
21206 2014-01-23 Tom Tromey <tromey@redhat.com>
21207
21208 * gdb.ada/array_char_idx: New testcase.
21209
21210 2014-01-23 Tom Tromey <tromey@redhat.com>
21211
21212 PR python/16487:
21213 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
21214 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
21215 classes.
21216
21217 2014-01-23 Tom Tromey <tromey@redhat.com>
21218
21219 PR python/16491:
21220 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
21221 string from an inferior frame.
21222 * gdb.python/py-framefilter-mi.exp: Update.
21223
21224 2014-01-22 Doug Evans <dje@google.com>
21225
21226 * gdb.server/server-mon.exp: Add tests for "set debug-format".
21227
21228 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
21229
21230 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
21231
21232 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
21233
21234 * gdb.trace/entry-values.exp: Remove excess space character from
21235 regex patterns. Handle s390 call instruction.
21236
21237 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
21238
21239 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
21240 define "*_start" label. Make "name" static.
21241 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
21242 ${name} by references to ${name}_start.
21243
21244 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
21245
21246 * gdb.base/info-macros.exp: Remove "debug" from the compile
21247 options.
21248
21249 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
21250
21251 * gdb.dlang/demangle.exp: New file.
21252
21253 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
21254
21255 * gdb.dlang/primitive-types.exp: New file.
21256
21257 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
21258
21259 * configure.ac: Create gdb.dlang/Makefile.
21260 * configure: Regenerate.
21261 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
21262 * gdb.dlang/Makefile.in: New file.
21263 * lib/d-support.exp: New file.
21264 * lib/gdb.exp (skip_d_tests): New proc.
21265
21266 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
21267
21268 * gdb.btrace/delta.exp: Check reverse stepi.
21269 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
21270 * gdb.btrace/finish.exp: New.
21271 * gdb.btrace/next.exp: New.
21272 * gdb.btrace/nexti.exp: New.
21273 * gdb.btrace/record_goto.c: Add comments.
21274 * gdb.btrace/step.exp: New.
21275 * gdb.btrace/stepi.exp: New.
21276 * gdb.btrace/multi-thread-step.c: New.
21277 * gdb.btrace/multi-thread-step.exp: New.
21278 * gdb.btrace/rn-dl-bind.c: New.
21279 * gdb.btrace/rn-dl-bind.exp: New.
21280 * gdb.btrace/data.c: New.
21281 * gdb.btrace/data.exp: New.
21282 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
21283
21284 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
21285
21286 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
21287 * gdb.btrace/exception.exp: Update.
21288 * gdb.btrace/instruction_history.exp: Update.
21289 * gdb.btrace/record_goto.exp: Update.
21290 * gdb.btrace/tailcall.exp: Update.
21291 * gdb.btrace/unknown_functions.exp: Update.
21292 * gdb.btrace/delta.exp: New.
21293
21294 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
21295
21296 * gdb.btrace/record_goto.exp: Add backtrace test.
21297 * gdb.btrace/tailcall.exp: Add backtrace test.
21298
21299 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
21300
21301 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
21302 * gdb.btrace/record_goto.c: New.
21303 * gdb.btrace/record_goto.exp: New.
21304 * gdb.btrace/x86-record_goto.S: New.
21305
21306 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
21307
21308 * gdb.btrace/function_call_history.exp: Update tests.
21309 * gdb.btrace/instruction_history.exp: Update tests.
21310
21311 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
21312
21313 * gdb.btrace/function_call_history.exp: Fix expected field
21314 order for "record function-call-history".
21315 Add new tests for "record function-call-history /c".
21316 * gdb.btrace/exception.cc: New.
21317 * gdb.btrace/exception.exp: New.
21318 * gdb.btrace/tailcall.exp: New.
21319 * gdb.btrace/x86-tailcall.S: New.
21320 * gdb.btrace/x86-tailcall.c: New.
21321 * gdb.btrace/unknown_functions.c: New.
21322 * gdb.btrace/unknown_functions.exp: New.
21323 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
21324
21325 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
21326
21327 * gdb.btrace/instruction_history.exp: Update.
21328 * gdb.btrace/function_call_history.exp: Update.
21329
21330 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
21331
21332 * gdb.btrace/function_call_history.exp: Fix expected function
21333 trace.
21334 * gdb.btrace/instruction_history.exp: Initialize traced.
21335 Remove traced_functions.
21336
21337 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
21338
21339 * gdb.btrace/function_call_history.exp: Update
21340 * gdb.btrace/instruction_history.exp: Update.
21341
21342 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
21343
21344 * gdb.btrace/enable.exp: Update expected text.
21345
21346 2014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
21347
21348 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
21349 bytes.
21350
21351 2014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
21352
21353 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
21354
21355 2014-01-15 Omair Javaid <omair.javaid@linaro.org>
21356
21357 * lib/gdb.exp (supports_process_record): Return true for
21358 arm*-linux*. (supports_reverse): Likewise.
21359
21360 2014-01-13 Siva Chandra Reddy <sivachandra@google.com>
21361
21362 PR python/15464
21363 PR python/16113
21364 * gdb.python/py-type.c: Enhance test case.
21365 * gdb.python/py-value-cc.cc: Likewise
21366 * gdb.python/py-type.exp: Add new tests.
21367 * gdb.python/py-value-cc.exp: Likewise
21368
21369 2014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
21370 Pedro Alves <palves@redhat.com>
21371
21372 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
21373 Make "name" extern.
21374 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
21375 references to ${name}_start by references to ${name}.
21376
21377 2014-01-10 Joel Brobecker <brobecker@adacore.com>
21378
21379 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
21380
21381 2014-01-10 Joel Brobecker <brobecker@adacore.com>
21382
21383 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
21384
21385 2014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
21386 Pedro Alves <palves@redhat.com>
21387
21388 * gdb.mi/mi-info-os.exp: Connect to the target with
21389 mi_gdb_target_load.
21390
21391 2014-01-08 Pedro Alves <palves@redhat.com>
21392
21393 * gdb.threads/reconnect-signal.c: New file.
21394 * gdb.threads/reconnect-signal.exp: New file.
21395
21396 2014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
21397
21398 * gdb.base/source-dir.exp: New file.
21399
21400 2014-01-07 Joel Brobecker <brobecker@adacore.com>
21401
21402 * gdb.ada/mi_interface: New testcase.
21403
21404 2014-01-07 Joel Brobecker <brobecker@adacore.com>
21405
21406 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
21407 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
21408 gdb.ada/pp-rec-component/pck.ads: New files.
21409
21410 2014-01-07 Joel Brobecker <brobecker@adacore.com>
21411
21412 * gdb.python/py-pp-integral.c: New file.
21413 * gdb.python/py-pp-integral.py: New file.
21414 * gdb.python/py-pp-integral.exp: New file.
21415
21416 For older changes see ChangeLog-1993-2013.
21417 \f
21418 ;; Local Variables:
21419 ;; mode: change-log
21420 ;; left-margin: 8
21421 ;; fill-column: 74
21422 ;; version-control: never
21423 ;; End:
21424
21425 Copyright 2014-2020 Free Software Foundation, Inc.
21426 Copying and distribution of this file, with or without modification,
21427 are permitted provided the copyright notice and this notice are preserved.