gdb.python/py-nested-maps.exp C++ify
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
1 2020-09-17 Pedro Alves <pedro@palves.net>
2
3 * gdb.python/py-nested-maps.c (struct key_t): Rename to...
4 (struct my_key_t): ... this. Adjust all references.
5 (struct value_t): Rename to ...
6 (struct my_value_t): ... this. Adjust all references.
7 (create_map, add_map_element, create_map_map)
8 (add_map_map_element): Add casts.
9
10 2020-09-17 Pedro Alves <pedro@palves.net>
11
12 * gdb.python/py-framefilter-mi.c (funca): Add casts.
13 * gdb.python/py-framefilter.c.c (funca, func2): Add casts.
14
15 2020-09-17 Pedro Alves <pedro@palves.net>
16
17 * gdb.mi/var-cmd.c (do_anonymous_type_tests): Add cast.
18
19 2020-09-17 Pedro Alves <pedro@palves.net>
20
21 * gdb.base/exprs.c: Replace 'this' with 'self' throughout.
22 * gdb.base/ptype.c: : Replace 'this' with 'self' throughout.
23 (charfoo, intfoo): Define full prototype.
24 * gdb.base/ptype1.c (charfoo): Define full prototype.
25 * gdb.base/setvar.c: Replace 'this' with 'self' throughout.
26 * gdb.base/whatis.c: Replace 'this' with 'self' throughout.
27
28 2020-09-17 Pedro Alves <pedro@palves.net>
29
30 * gdb.base/charset.c [__cplusplus] (wchar_t, char16_t, char32_t):
31 Don't define.
32 (utf_32_string): Compile for both C and C++.
33 * gdb.base/charset.exp: Use "print /d".
34
35 2020-09-17 Pedro Alves <pedro@palves.net>
36
37 * gdb.base/watchpoint.c (buf): Make it 31 bytes.
38 (nullptr): Rename to ...
39 (null_ptr): ... this.
40 * gdb.base/watchpoint.exp: Adjust to rename.
41
42 2020-09-17 Pedro Alves <pedro@palves.net>
43
44 * gdb.base/printcmds.c (three, flag_enum_without_zero)
45 (three_not_flag): Add casts.
46
47 2020-09-17 Pedro Alves <pedro@palves.net>
48
49 * gdb.base/examine-backward.c (Barrier, TestStrings): Now unsigned
50 char array.
51 (main): Add references to Barrier, TestStrings, TestStringsH and
52 TestStringsW.
53 * gdb.base/examine-backward.exp: Issue "set print asm-demangle on"
54 and expect a full prototype in C++.
55
56 2020-09-17 Pedro Alves <pedro@palves.net>
57
58 * gdb.base/nested-addr.c (main): Add cast.
59 * gdb.base/nested-addr.exp: Use "print /d".
60
61 2020-09-17 Pedro Alves <pedro@palves.net>
62
63 * gdb.base/break.exp (func): New. Use it throughout when
64 expecting a function name.
65
66 2020-09-17 Pedro Alves <pedro@palves.net>
67
68 * gdb.base/display.exp: Issue "set print asm-demangle on".
69
70 2020-09-17 Pedro Alves <pedro@palves.net>
71
72 * gdb.base/find.c: Include <string.h>.
73 (init_bufs): Add cast.
74 * gdb.base/find.exp: Issue "set print asm-demangle on".
75
76 2020-09-16 Tom Tromey <tromey@adacore.com>
77
78 PR gdb/26598:
79 * gdb.base/skipcxx.exp: New file.
80 * gdb.base/skipcxx.cc: New file.
81
82 2020-09-16 Tom de Vries <tdevries@suse.de>
83
84 PR testsuite/26617
85 * gdb.dlang/watch-loc.c: Only add .debug_aranges if
86 WITH_DEBUG_SECTIONS is defined.
87 (xstr, str): New macro.
88 (.debug_aranges): Use DMAIN_START_0/1/2 and DMAIN_LENGTH
89 to get start and size of _Dmain.
90 * gdb.dlang/watch-loc.exp: Pass DMAIN_START_0/1/2 and DMAIN_LENGTH
91 using additional_flags.
92
93 2020-09-16 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
94
95 * gdb.base/bp-cmds-sourced-script.c: New file.
96 * gdb.base/bp-cmds-sourced-script.exp: New test.
97 * gdb.base/bp-cmds-sourced-script.gdb: New file.
98
99 2020-09-16 Tom de Vries <tdevries@suse.de>
100
101 * lib/gdbserver-support.exp (gdbserver_exit): Make sure we
102 get the gdb prompt after issuing "monitor exit".
103
104 2020-09-16 Tom de Vries <tdevries@suse.de>
105
106 PR testsuite/26624
107 * lib/gdb.exp (gdb_assert): Catch errors in condition evaluation.
108
109 2020-09-16 Tom de Vries <tdevries@suse.de>
110
111 PR testsuite/26618
112 * gdb.tui/new-layout.exp: Escape unbalanced braces.
113
114 2020-09-15 Tom Tromey <tromey@adacore.com>
115
116 PR rust/26197:
117 * lib/rust-support.exp (rust_llvm_version): New proc.
118 * gdb.rust/simple.exp: Check rust_llvm_version.
119
120 2020-09-14 Tom de Vries <tdevries@suse.de>
121
122 * gdb.rust/traits.exp: Fix PATH warning.
123
124 2020-09-13 Pedro Alves <pedro@palves.net>
125
126 * gdb.base/catch-follow-exec.c (main): Add explicit return
127 statement.
128 * gdb.base/catch-signal.c (main): Likewise.
129 * gdb.base/condbreak-call-false.c (main): Likewise.
130 * gdb.base/consecutive.c (main): Add explicit return
131 statement and return type.
132 * gdb.base/cursal.c (main): Add explicit return statement.
133 * gdb.base/cvexpr.c (main): Likewise.
134 * gdb.base/display.c (main): Add explicit return statement and
135 return type.
136 * gdb.base/dprintf-detach.c (main): Add explicit return statement.
137 * gdb.base/endianity.c (main): Likewise.
138 * gdb.base/execd-prog.c (main): Likewise.
139 * gdb.base/gdb1090.c (main): Likewise.
140 * gdb.base/info_qt.c (main): Likewise.
141 * gdb.base/lineinc.c (main): Likewise.
142 * gdb.base/load-command.c (main): Likewise.
143 * gdb.base/macscp1.c (main): Likewise.
144 * gdb.base/pr10179-a.c (main): Likewise.
145 * gdb.base/quit-live.c (main): Likewise.
146 * gdb.base/scope0.c (main): Likewise.
147 * gdb.base/settings.c (main): Likewise.
148 * gdb.base/stack-checking.c (main): Return int.
149 * gdb.base/varargs.c (main): Add explicit return statement.
150 * gdb.cp/ambiguous.cc (main): Likewise.
151 * gdb.cp/anon-struct.cc (main): Likewise.
152 * gdb.cp/anon-union.cc (main): Likewise.
153 * gdb.cp/bool.cc (main): Likewise.
154 * gdb.cp/bs15503.cc (main): Likewise.
155 * gdb.cp/cplusfuncs.cc (main): Likewise.
156 * gdb.cp/cttiadd.cc (main): Likewise.
157 * gdb.cp/extern-c.cc (main): Likewise.
158 * gdb.cp/filename.cc (main): Likewise.
159 * gdb.cp/formatted-ref.cc (main): Likewise.
160 * gdb.cp/mb-ctor.cc (main): Likewise.
161 * gdb.cp/member-ptr.cc (main): Likewise.
162 * gdb.cp/minsym-fallback-main.cc (main): Likewise.
163 * gdb.cp/overload-const.cc (main): Likewise.
164 * gdb.cp/paren-type.cc (main): Likewise.
165 * gdb.cp/parse-lang.cc (main): Likewise.
166 * gdb.cp/pr-1023.cc (main): Likewise.
167 * gdb.cp/psmang1.cc (main): Likewise.
168 * gdb.cp/readnow-language.cc (main): Likewise.
169 * gdb.cp/ref-params.cc (main): Likewise.
170 * gdb.cp/rvalue-ref-params.cc (main): Likewise.
171 * gdb.cp/virtbase2.cc (main): Likewise.
172 * gdb.dwarf2/dw2-abs-hi-pc.c (main): Likewise.
173 * gdb.dwarf2/dw2-namespaceless-anonymous.c (main): Likewise.
174 * gdb.dwarf2/dw4-toplevel-types.cc (main): Likewise.
175 * gdb.mi/mi-console.c (main): Likewise.
176 * gdb.mi/mi-read-memory.c (main): Likewise.
177 * gdb.modula2/multidim.c (main): Likewise.
178 * gdb.opt/inline-small-func.c (main): Likewise.
179 * gdb.python/py-rbreak.c (main): Likewise.
180 * gdb.stabs/exclfwd1.c (main): Likewise.
181 * gdb.trace/qtro.c (main): Likewise.
182
183 2020-09-13 Pedro Alves <pedro@palves.net>
184
185 * gdb.base/share-env-with-gdbserver.c (main): Call my_getenv
186 instead of getenv.
187
188 2020-09-13 Pedro Alves <pedro@palves.net>
189
190 * gdb.base/dbx.exp (dbx_gdb_start): Adjust to use gdb_spawn
191 instead of spawning GDB with remote_spawn.
192 * lib/mi-support.exp (default_mi_gdb_start): Adjust to use
193 gdb_spawn instead of spawning GDB with remote_spawn.
194
195 2020-09-13 Pedro Alves <pedro@palves.net>
196
197 * gdb.dwarf2/ada-linkage-name.c (main): Move to the bottom of the
198 file and add calls to first and second.
199 * gdb.dwarf2/atomic.c (main): Move to the bottom of the file and
200 add call to f.
201
202 2020-09-13 Pedro Alves <pedro@palves.net>
203
204 * gdb.mi/mi-break-qualified.cc: New file.
205 * gdb.mi/mi-break-qualified.exp: New file.
206 * lib/mi-support.exp (mi_create_breakpoint_multi)
207 (mi_make_breakpoint_loc, mi_make_breakpoint_multi): New
208 procedures.
209 (mi_create_breakpoint_1): New, factored out from
210 mi_create_breakpoint.
211
212 2020-09-13 Pedro Alves <pedro@palves.net>
213
214 * gdb.cp/inherit.exp: No longer pass -Wno-deprecated-register.
215 * gdb.cp/misc.exp: No longer pass -Wno-deprecated-register.
216 * gdb.cp/misc.cc (class small, small::method, marker_reg1)
217 (register_class): Delete.
218 (main): Don't call register_class.
219
220 2020-09-13 Pedro Alves <pedro@palves.net>
221
222 * gdb.cp/classes.exp: No longer pass -Wno-deprecated-register.
223 (do_tests): Remove "calling method for small class" test.
224 * gdb.cp/classes.cc (class small, small::method, marker_reg1)
225 (register_class): Delete.
226 (main): Don't call register_class.
227 * gdb.cp/call-method-register.exp: New file, based on bits removed
228 from classes.exp.
229 * gdb.cp/call-method-register.cc: New file, based on bits removed
230 from classes.cc.
231
232 2020-09-13 Pedro Alves <pedro@palves.net>
233
234 * gdb.base/msym-bp-2.c: New.
235 * gdb.base/msym-bp-shl-lib.c: New file.
236 * gdb.base/msym-bp-shl-main-2.c: New file.
237 * gdb.base/msym-bp-shl-main.c: New file.
238 * gdb.base/msym-bp-shl.exp: New file.
239 * gdb.base/msym-bp.c: New file.
240 * gdb.base/msym-bp.exp: New file.
241
242 2020-09-13 Joel Brobecker <brobecker@adacore.com>
243
244 * gdb.base/default.exp: Change $_gdb_major to 11.
245
246 2020-09-11 Moritz Riesterer <moritz.riesterer@intel.com>
247 Felix Willgerodt <Felix.Willgerodt@intel.com>
248
249 * x86-avx512bf16.c: New file.
250 * x86-avx512bf16.exp: Likewise.
251 * lib/gdb.exp (skip_avx512bf16_tests): New function.
252
253 2020-09-11 Tom de Vries <tdevries@suse.de>
254
255 PR exp/26602
256 * gdb.cp/ambiguous.exp: Add KFAILs for PR26602.
257
258 2020-09-11 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
259
260 * gdb.base/bp-cmds-execution-x-script.exp: Remove a stale comment.
261
262 2020-09-10 Alan Modra <amodra@gmail.com>
263
264 PR 26597
265 * gdb.dlang/demangle.exp: Update tests as per gcc commit 387d0773f3.
266
267 2020-09-08 Tom de Vries <tdevries@suse.de>
268
269 * gdb.dwarf2/frame-inlined-in-outer-frame.exp: Consume gdb prompt
270 after gdb_starti_cmd.
271
272 2020-09-03 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
273
274 * lib/fortran.exp (fortran_complex8): New proc.
275 (fortran_complex16): New proc.
276 * gdb.fortran/complex.exp: Use routines from fortran.exp
277 * gdb.fortran/pointer-to-pointer.exp: Likewise.
278 * gdb.fortran/vla-ptr-info.exp: Likewise.
279
280 2020-09-03 Tom de Vries <tdevries@suse.de>
281
282 PR breakpoint/26546
283 * gdb.base/label-without-address.exp: Runto main first.
284
285 2020-09-02 Tom Tromey <tromey@adacore.com>
286
287 * gdb.ada/mi_var_access.exp: Test children of access variable.
288 * gdb.ada/mi_var_access/mi_access.adb: Add new stop markers.
289 * gdb.ada/mi_var_array.exp: Update.
290
291 2020-08-31 Kevin Buettner <kevinb@redhat.com>
292
293 * gdb.base/corefile.exp (warning-free): XFAIL test when running
294 on docker w/ AUFS storage driver.
295
296 2020-08-31 Kevin Buettner <kevinb@redhat.com>
297
298 * gdb.base/corefile2.exp (renamed binfile): New tests.
299
300 2020-08-31 Simon Marchi <simon.marchi@efficios.com>
301
302 * gdb.dwarf2/dw2-reg-undefined.exp: Remove spurious #.
303
304 2020-08-31 Simon Marchi <simon.marchi@efficios.com>
305
306 * gdb.dwarf2/frame-inlined-in-outer-frame.exp: New file.
307 * gdb.dwarf2/frame-inlined-in-outer-frame.S: New file.
308
309 2020-08-31 Simon Marchi <simon.marchi@efficios.com>
310
311 * gdb.dwarf2/dw2-reg-undefined.exp: Test "set debug frame 1"
312 output, printing a "not saved" value from history and printing a
313 convenience variable created from a "not saved" value.
314
315 2020-08-31 Tom de Vries <tdevries@suse.de>
316
317 * gdb.base/eh_return.exp: Use nopie.
318
319 2020-08-28 Pedro Alves <pedro@palves.net>
320
321 * gdb.base/advance-until-multiple-locations.exp
322 (advance_overload, until_overload): Adjust to match the
323 frame/function header instead of the source line text.
324
325 2020-08-28 Tom de Vries <tdevries@suse.de>
326
327 * gdb.base/label-without-address.c: New test.
328 * gdb.base/label-without-address.exp: New file.
329
330 2020-08-27 Pedro Alves <pedro@palves.net>
331
332 PR gdb/26523
333 PR gdb/26524
334 * gdb.base/advance-until-multiple-locations.cc: New.
335 * gdb.base/advance-until-multiple-locations.exp: New.
336
337 2020-08-27 Simon Marchi <simon.marchi@polymtl.ca>
338
339 * gdb.dwarf2/dw2-reg-undefined.exp: Use multi_line.
340
341 2020-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
342
343 * gdb.arch/amd64-byte.exp: Make test names unique, use
344 gdb_breakpoint, and fix typo 'forth' -> 'fourth'.
345 * gdb.arch/amd64-dword.exp: Likewise.
346 * gdb.arch/amd64-pseudo.c: Fix typo 'forth' -> 'fourth'.
347 * gdb.arch/amd64-stap-special-operands.exp: Make test names
348 unique.
349 * gdb.arch/amd64-tailcall-ret.exp: Likewise.
350 * gdb.arch/amd64-word.exp: Make test names unique, use
351 gdb_breakpoint, and fix typo 'forth' -> 'fourth'.
352 * gdb.arch/i386-byte.exp: Make test names unique, use
353 gdb_breakpoint.
354 * gdb.arch/i386-word.exp: Likewise.
355
356 2020-08-25 Shahab Vahedi <shahab@synopsys.com>
357
358 * gdb.arch/arc-tdesc-cpu.xml: Use new feature names.
359
360 2020-08-25 Simon Marchi <simon.marchi@polymtl.ca>
361
362 PR gdb/26532
363 * gdb.threads/stepi-random-signal.exp: Update pattern.
364
365 2020-08-25 Simon Marchi <simon.marchi@efficios.com>
366
367 PR gdb/26532
368 * gdb.base/ui-redirect.exp: Update pattern.
369
370 2020-08-25 Gary Benson <gbenson@redhat.com>
371
372 * gdb.dwarf2/dw2-dir-file-name.exp: Use system assembler
373 when compiling with clang.
374 * gdb.dwarf2/dw2-restore.exp: Likewise.
375
376 2020-08-25 Gary Benson <gbenson@redhat.com>
377
378 * gdb.cp/ambiguous.exp: Enable test when compiling with GCC.
379 Add additional_flags=-Wno-inaccessible-base when compiling
380 with GCC >= 10.1 or clang. Add additional_flags=-w when
381 compiling with GCC < 10.
382
383 2020-08-25 Gaius Mulley <gaiusmod2@gmail.com>
384
385 PR m2/26372
386 * gdb.modula2/multidim.c: New file.
387 * gdb.modula2/multidim.exp: New file.
388
389 2020-08-24 Simon Marchi <simon.marchi@polymtl.ca>
390
391 * lib/gdb.exp (runto): Always emit fail on internal error.
392
393 2020-08-24 Simon Marchi <simon.marchi@efficios.com>
394
395 * gdb.base/gdb-sigterm.exp (do_test): Update expected regexp.
396 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
397 Likewise.
398 * gdb.threads/stepi-random-signal.exp: Likewise.
399
400 2020-08-20 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
401
402 * gdb.base/print-file-var.exp: Fix typo "breapoint".
403 * gdb.trace/strace.exp: Ditto.
404
405 2020-08-19 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
406
407 * gdb.fortran/vla-type.exp: Skip commands not required for
408 the Flang compiled binaries after prologue fix.
409
410 2020-08-17 Tom de Vries <tdevries@suse.de>
411 Tom Tromey <tromey@adacore.com>
412
413 PR rust/26197:
414 * gdb.rust/simple.exp (xfail_pattern): Update for new failure.
415
416 2020-08-17 Tom Tromey <tromey@adacore.com>
417
418 * gdb.ada/mi_var_access.exp: New file.
419 * gdb.ada/mi_var_access/mi_access.adb: New file.
420 * gdb.ada/mi_var_access/pck.adb: New file.
421 * gdb.ada/mi_var_access/pck.ads: New file.
422
423 2020-08-16 Tom de Vries <tdevries@suse.de>
424
425 PR gdb/25350
426 * gdb.base/eh_return.c: New test.
427 * gdb.base/eh_return.exp: New file.
428
429 2020-08-15 Tom de Vries <tdevries@suse.de>
430
431 * gdb.fortran/mixed-lang-stack.c (fortran_charlen_t): New type.
432 (mixed_func_1d_): Use fortran_charlen_t in decl.
433
434 2020-08-15 Tom de Vries <tdevries@suse.de>
435
436 PR backtrace/26390
437 * gdb.fortran/mixed-lang-stack.exp: Call bt with -frame-arguments all.
438 Update expected pattern.
439
440 2020-08-13 Pedro Alves <pedro@palves.net>
441
442 * gdb.fortran/complex.exp: Check skip_fortran_tests.
443 * gdb.fortran/library-module.exp: Likewise.
444 * gdb.fortran/logical.exp: Likewise.
445 * gdb.fortran/module.exp: Likewise.
446 * gdb.fortran/print_type.exp: Likewise.
447 * gdb.fortran/vla-alloc-assoc.exp: Likewise.
448 * gdb.fortran/vla-datatypes.exp: Likewise.
449 * gdb.fortran/vla-history.exp: Likewise.
450 * gdb.fortran/vla-ptr-info.exp: Likewise.
451 * gdb.fortran/vla-ptype-sub.exp: Likewise.
452 * gdb.fortran/vla-ptype.exp: Likewise.
453 * gdb.fortran/vla-sizeof.exp: Likewise.
454 * gdb.fortran/vla-type.exp: Likewise.
455 * gdb.fortran/vla-value-sub-arbitrary.exp: Likewise.
456 * gdb.fortran/vla-value-sub-finish.exp: Likewise.
457 * gdb.fortran/vla-value-sub.exp: Likewise.
458 * gdb.fortran/vla-value.exp: Likewise.
459
460 2020-08-13 Pedro Alves <pedro@palves.net>
461
462 * gdb.ada/access_tagged_param.exp: Check skip_ada_tests.
463 * gdb.ada/access_to_packed_array.exp: Likewise.
464 * gdb.ada/access_to_unbounded_array.exp: Likewise.
465 * gdb.ada/addr_arith.exp: Likewise.
466 * gdb.ada/arr_acc_idx_w_gap.exp: Likewise.
467 * gdb.ada/arr_arr.exp: Likewise.
468 * gdb.ada/arr_enum_idx_w_gap.exp: Likewise.
469 * gdb.ada/array_bounds.exp: Likewise.
470 * gdb.ada/array_of_variable_length.exp: Likewise.
471 * gdb.ada/array_ptr_renaming.exp: Likewise.
472 * gdb.ada/array_subscript_addr.exp: Likewise.
473 * gdb.ada/arraydim.exp: Likewise.
474 * gdb.ada/arrayparam.exp: Likewise.
475 * gdb.ada/arrayptr.exp: Likewise.
476 * gdb.ada/assign_1.exp: Likewise.
477 * gdb.ada/assign_arr.exp: Likewise.
478 * gdb.ada/atomic_enum.exp: Likewise.
479 * gdb.ada/attr_ref_and_charlit.exp: Likewise.
480 * gdb.ada/bad-task-bp-keyword.exp: Likewise.
481 * gdb.ada/bias.exp: Likewise.
482 * gdb.ada/boolean_expr.exp: Likewise.
483 * gdb.ada/bp_c_mixed_case.exp: Likewise.
484 * gdb.ada/bp_enum_homonym.exp: Likewise.
485 * gdb.ada/bp_inlined_func.exp: Likewise.
486 * gdb.ada/bp_on_var.exp: Likewise.
487 * gdb.ada/bp_range_type.exp: Likewise.
488 * gdb.ada/bp_reset.exp: Likewise.
489 * gdb.ada/call_pn.exp: Likewise.
490 * gdb.ada/catch_assert_if.exp: Likewise.
491 * gdb.ada/catch_ex.exp: Likewise.
492 * gdb.ada/catch_ex_std.exp: Likewise.
493 * gdb.ada/char_enum.exp: Likewise.
494 * gdb.ada/char_param.exp: Likewise.
495 * gdb.ada/complete.exp: Likewise.
496 * gdb.ada/cond_lang.exp: Likewise.
497 * gdb.ada/convvar_comp.exp: Likewise.
498 * gdb.ada/dgopt.exp: Likewise.
499 * gdb.ada/disc_arr_bound.exp: Likewise.
500 * gdb.ada/display_nested.exp: Likewise.
501 * gdb.ada/dot_all.exp: Likewise.
502 * gdb.ada/dyn_loc.exp: Likewise.
503 * gdb.ada/dyn_stride.exp: Likewise.
504 * gdb.ada/excep_handle.exp: Likewise.
505 * gdb.ada/expr_delims.exp: Likewise.
506 * gdb.ada/expr_with_funcall.exp: Likewise.
507 * gdb.ada/exprs.exp: Likewise.
508 * gdb.ada/fin_fun_out.exp: Likewise.
509 * gdb.ada/fixed_cmp.exp: Likewise.
510 * gdb.ada/formatted_ref.exp: Likewise.
511 * gdb.ada/frame_arg_lang.exp: Likewise.
512 * gdb.ada/frame_args.exp: Likewise.
513 * gdb.ada/fullname_bp.exp: Likewise.
514 * gdb.ada/fun_addr.exp: Likewise.
515 * gdb.ada/fun_in_declare.exp: Likewise.
516 * gdb.ada/fun_overload_menu.exp: Likewise.
517 * gdb.ada/fun_renaming.exp: Likewise.
518 * gdb.ada/funcall_char.exp: Likewise.
519 * gdb.ada/funcall_param.exp: Likewise.
520 * gdb.ada/funcall_ptr.exp: Likewise.
521 * gdb.ada/funcall_ref.exp: Likewise.
522 * gdb.ada/homonym.exp: Likewise.
523 * gdb.ada/info_addr_mixed_case.exp: Likewise.
524 * gdb.ada/info_auto_lang.exp: Likewise.
525 * gdb.ada/info_exc.exp: Likewise.
526 * gdb.ada/info_types.exp: Likewise.
527 * gdb.ada/int_deref.exp: Likewise.
528 * gdb.ada/interface.exp: Likewise.
529 * gdb.ada/iwide.exp: Likewise.
530 * gdb.ada/lang_switch.exp: Likewise.
531 * gdb.ada/length_cond.exp: Likewise.
532 * gdb.ada/maint_with_ada.exp: Likewise.
533 * gdb.ada/mi_catch_assert.exp: Likewise.
534 * gdb.ada/mi_catch_ex.exp: Likewise.
535 * gdb.ada/mi_catch_ex_hand.exp: Likewise.
536 * gdb.ada/mi_dyn_arr.exp: Likewise.
537 * gdb.ada/mi_ex_cond.exp: Likewise.
538 * gdb.ada/mi_exc_info.exp: Likewise.
539 * gdb.ada/mi_interface.exp: Likewise.
540 * gdb.ada/mi_prot.exp: Likewise.
541 * gdb.ada/mi_ref_changeable.exp: Likewise.
542 * gdb.ada/mi_string_access.exp: Likewise.
543 * gdb.ada/mi_task_arg.exp: Likewise.
544 * gdb.ada/mi_task_info.exp: Likewise.
545 * gdb.ada/mi_var_array.exp: Likewise.
546 * gdb.ada/mi_var_union.exp: Likewise.
547 * gdb.ada/mi_variant.exp: Likewise.
548 * gdb.ada/minsyms.exp: Likewise.
549 * gdb.ada/mod_from_name.exp: Likewise.
550 * gdb.ada/nested.exp: Likewise.
551 * gdb.ada/null_array.exp: Likewise.
552 * gdb.ada/optim_drec.exp: Likewise.
553 * gdb.ada/out_of_line_in_inlined.exp: Likewise.
554 * gdb.ada/packed_array_assign.exp: Likewise.
555 * gdb.ada/packed_tagged.exp: Likewise.
556 * gdb.ada/pp-rec-component.exp: Likewise.
557 * gdb.ada/print_chars.exp: Likewise.
558 * gdb.ada/print_pc.exp: Likewise.
559 * gdb.ada/ptr_typedef.exp: Likewise.
560 * gdb.ada/ptype_arith_binop.exp: Likewise.
561 * gdb.ada/ptype_array.exp: Likewise.
562 * gdb.ada/ptype_field.exp: Likewise.
563 * gdb.ada/ptype_tagged_param.exp: Likewise.
564 * gdb.ada/ptype_union.exp: Likewise.
565 * gdb.ada/py_range.exp: Likewise.
566 * gdb.ada/py_taft.exp: Likewise.
567 * gdb.ada/rdv_wait.exp: Likewise.
568 * gdb.ada/rec_comp.exp: Likewise.
569 * gdb.ada/rec_return.exp: Likewise.
570 * gdb.ada/ref_param.exp: Likewise.
571 * gdb.ada/ref_tick_size.exp: Likewise.
572 * gdb.ada/rename_subscript_param.exp: Likewise.
573 * gdb.ada/repeat_dyn.exp: Likewise.
574 * gdb.ada/same_component_name.exp: Likewise.
575 * gdb.ada/same_enum.exp: Likewise.
576 * gdb.ada/scalar_storage.exp: Likewise.
577 * gdb.ada/set_wstr.exp: Likewise.
578 * gdb.ada/small_reg_param.exp: Likewise.
579 * gdb.ada/str_binop_equal.exp: Likewise.
580 * gdb.ada/str_ref_cmp.exp: Likewise.
581 * gdb.ada/str_uninit.exp: Likewise.
582 * gdb.ada/sub_variant.exp: Likewise.
583 * gdb.ada/sym_print_name.exp: Likewise.
584 * gdb.ada/taft_type.exp: Likewise.
585 * gdb.ada/tagged.exp: Likewise.
586 * gdb.ada/tagged_access.exp: Likewise.
587 * gdb.ada/task_bp.exp: Likewise.
588 * gdb.ada/task_switch_in_core.exp: Likewise.
589 * gdb.ada/tasks.exp: Likewise.
590 * gdb.ada/tick_last_segv.exp: Likewise.
591 * gdb.ada/tick_length_array_enum_idx.exp: Likewise.
592 * gdb.ada/type_coercion.exp: Likewise.
593 * gdb.ada/unc_arr_ptr_in_var_rec.exp: Likewise.
594 * gdb.ada/unchecked_union.exp: Likewise.
595 * gdb.ada/uninitialized_vars.exp: Likewise.
596 * gdb.ada/var_arr_attrs.exp: Likewise.
597 * gdb.ada/var_arr_typedef.exp: Likewise.
598 * gdb.ada/var_rec_arr.exp: Likewise.
599 * gdb.ada/variant-record.exp: Likewise.
600 * gdb.ada/variant.exp: Likewise.
601 * gdb.ada/variant_record_packed_array.exp: Likewise.
602 * gdb.ada/varsize_limit.exp: Likewise.
603 * gdb.ada/whatis_array_val.exp: Likewise.
604 * gdb.ada/widewide.exp: Likewise.
605 * gdb.ada/win_fu_syms.exp: Likewise.
606
607 2020-08-12 Gary Benson <gbenson@redhat.com>
608
609 * gdb.dwarf2/dw2-op-out-param.S (.Ltext5): Fix duplicate label.
610
611 2020-08-04 Andrew Burgess <andrew.burgess@embecosm.com>
612
613 * lib/check-test-names.exp (do_reset_vars): Use 'array unset' to
614 unset the array variable.
615
616 2020-08-03 Tom de Vries <tdevries@suse.de>
617
618 PR symtab/26333
619 * lib/dwarf.exp (DW_LNE_user): New proc.
620 * gdb.dwarf2/dw2-vendor-extended-opcode.c: New test.
621 * gdb.dwarf2/dw2-vendor-extended-opcode.exp: New file.
622
623 2020-07-31 Kevin Buettner <kevinb@redhat.com>
624
625 * gdb.base/coremaker2.c: Change all uses of 'unsigned long long'
626 to 'uintptr_t'
627 (inttypes.h): Include.
628
629 2020-07-31 Kevin Buettner <kevinb@redhat.com>
630
631 * gdb.base/coremaker2.c (buf_rw): Increase size to 256 KiB.
632 (C5_24k): Delete.
633 (C5_8k, C5_64k, C5_256k): New macros.
634 (buf_ro): Allocate 256 KiB of initialized data.
635
636 2020-07-30 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
637
638 * gdb.base/condbreak-bad.exp: Extend the test with scenarios
639 that attempt to overwrite an existing condition with a condition
640 that fails parsing and also with a condition that parses fine
641 but contains junk at the end.
642
643 2020-07-30 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
644
645 * gdb.base/condbreak-bad.c: New test.
646 * gdb.base/condbreak-bad.exp: New file.
647
648 2020-07-30 Tom de Vries <tdevries@suse.de>
649
650 * lib/sym-info-cmds.exp (GDBInfoModuleSymbols::check_entry_1): Factor
651 out of ...
652 (GDBInfoModuleSymbols::check_entry): ... here.
653 (GDBInfoModuleSymbols::check_optional_entry): New proc.
654 * gdb.fortran/info-modules.exp: Use check_optional_entry for entries
655 related to __def_init_mod1_M1t1 / __vtype_mod1_M1t1 / __copy_mod1_M1t1.
656
657 2020-07-30 Tom de Vries <tdevries@suse.de>
658
659 * gdb.fortran/ptype-on-functions.exp: Make "_t" suffix on
660 "__class_some_module_Number_t" optional.
661
662 2020-07-29 Tom de Vries <tdevries@suse.de>
663
664 * lib/selftest-support.exp (selftest_setup): Allow breakpoint at
665 multiple locations.
666
667 2020-07-29 Tom de Vries <tdevries@suse.de>
668
669 * gdb.dwarf2/dw2-line-number-zero.exp: Set breakpoints on lines
670 rather than function name.
671
672 2020-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
673
674 PR symtab/26270:
675 * gdb.cp/disasm-func-name.cc: New file.
676 * gdb.cp/disasm-func-name.exp: New file.
677
678 2020-07-28 Tom Tromey <tromey@adacore.com>
679
680 * gdb.dwarf2/varval.exp (setup_exec): Add 'or' instruction to
681 'varval' location.
682
683 2020-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
684
685 * gdb.python/py-unwind.py: Update to make use of a register
686 descriptor.
687
688 2020-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
689
690 * gdb.python/py-arch-reg-names.exp: Add additional tests.
691
692 2020-07-25 Andrew Burgess <andrew.burgess@embecosm.com>
693
694 PR fortran/23051
695 PR fortran/26139
696 * gdb.fortran/class-allocatable-array.exp: New file.
697 * gdb.fortran/class-allocatable-array.f90: New file.
698 * gdb.fortran/pointer-to-pointer.exp: New file.
699 * gdb.fortran/pointer-to-pointer.f90: New file.
700
701 2020-07-25 Tom de Vries <tdevries@suse.de>
702
703 PR symtab/26243
704 * gdb.dwarf2/dw2-line-number-zero.c: New test.
705 * gdb.dwarf2/dw2-line-number-zero.exp: New file.
706
707 2020-07-24 Tom de Vries <tdevries@suse.de>
708
709 PR testsuite/26293
710 * gdb.ada/mi_prot.exp: Require gnatmake-8.
711
712 2020-07-23 Pedro Alves <pedro@palves.net>
713
714 * gdb.server/server-kill.exp (prepare): New, factored out from the
715 top level.
716 (kill_server): New.
717 (test_tstatus, test_unwind_nosyms, test_unwind_syms): New.
718 (top level) : Call test_tstatus, test_unwind_nosyms, test_unwind_syms.
719
720 2020-07-23 Andrew Burgess <andrew.burgess@embecosm.com>
721
722 * gdb.dwarf2/dw2-disasm-over-non-stmt.exp: New file.
723
724 2020-07-22 Sandra Loosemore <sandra@codesourcery.com>
725
726 * lib/gdb.exp (gdb_wrapper_file, gdb_wrapper_flags):
727 Initialize to empty string at top level.
728 (gdb_wrapper_init): Revert check for file existence on build.
729 Build the wrapper in its default place, not a build-specific
730 location. When host == build, make the pathname absolute.
731 (gdb_compile): Delete leftover declaration of
732 gdb_wrapper_initialized. Check gdb_wrapper_file being an empty
733 string instead of uninitialized.
734
735 2020-07-22 Kevin Buettner <kevinb@redhat.com>
736
737 * gdb.base/corefile2.exp: New file.
738 * gdb.base/coremaker2.exp: New file.
739
740 2020-07-22 Kevin Buettner <kevinb@redhat.com>
741
742 * gdb.base/coredump-filter.exp: Add second
743 non-Private-Shared-Anon-File test.
744 (test_disasm): Rename binfile for test which is expected
745 to fail.
746
747 2020-07-22 Kevin Buettner <kevinb@redhat.com>
748
749 * gdb.base/corefile.exp: Add test "accessing read-only mmapped
750 data in core file".
751 * gdb.base/coremaker.c (buf2ro): New global.
752 (mmapdata): Add a read-only mmap mapping.
753
754 2020-07-22 Kevin Buettner <kevinb@redhat.com>
755
756 PR corefiles/25631
757 * gdb.base/corefile.exp (accessing anonymous, unwritten-to mmap data):
758 New test.
759 * gdb.base/coremaker.c (buf3): New global.
760 (mmapdata): Add mmap call which uses MAP_ANONYMOUS and MAP_PRIVATE
761 flags.
762
763 2020-07-22 Kevin Buettner <kevinb@redhat.com>
764
765 * gdb.base/coremaker.c (filler_ro): New global constant.
766
767 2020-07-22 Tom Tromey <tromey@adacore.com>
768
769 * gdb.ada/mi_prot.exp: New file.
770 * gdb.ada/mi_prot/pkg.adb: New file.
771 * gdb.ada/mi_prot/pkg.ads: New file.
772 * gdb.ada/mi_prot/prot.adb: New file.
773
774 2020-07-22 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
775
776 * gdb.base/jit-reader-simple.exp: Add a scenario for a binary that
777 loads two JITers.
778
779 2020-07-21 Andrew Burgess <andrew.burgess@embecosm.com>
780
781 * gdb.python/py-arch-reg-groups.exp: Additional tests.
782
783 2020-07-21 Andrew Burgess <andrew.burgess@embecosm.com>
784
785 * gdb.python/py-arch-reg-names.exp: Additional tests.
786
787 2020-07-21 Tom de Vries <tdevries@suse.de>
788
789 * gdb.reverse/solib-precsave.exp: Handle additional "recommended
790 breakpoint locations".
791 * gdb.reverse/solib-reverse.exp: Same.
792
793 2020-07-21 Tom de Vries <tdevries@suse.de>
794
795 * gdb.reverse/step-reverse.c (callee): Merge statements.
796
797 2020-07-21 Tom de Vries <tdevries@suse.de>
798
799 * gdb.fortran/info-modules.exp (info module variables): Allow missing
800 line numbers for some variables.
801
802 2020-07-21 Tom de Vries <tdevries@suse.de>
803
804 * gdb.opt/inline-locals.c (init_array): New func.
805 (func1): Use init_array.
806 * gdb.opt/inline-locals.exp: Update pattern.
807
808 2020-07-21 Tom de Vries <tdevries@suse.de>
809
810 * gdb.debuginfod/fetch_src_and_symbols.exp: Use save_vars for env
811 vars. Fix PATH and DUPLICATE errors. Cleanup whitespace.
812
813 2020-07-20 Ludovic Courtès <ludo@gnu.org>
814
815 * gdb.guile/source2.scm: Add #f first argument to 'format'.
816 * gdb.guile/types-module.exp: Remove "ERROR:" from
817 regexps since Guile 3.0 no longer prints that.
818
819 2020-07-20 Ludovic Courtès <ludo@gnu.org>
820
821 * gdb.guile/scm-error.exp ("source $remote_guile_file_1"): Relax
822 error regexp to match on Guile 2.2.
823
824 2020-07-20 Gary Benson <gbenson@redhat.com>
825
826 * gdb.cp/align.exp: Fix "alignof (void)" tests when compiling
827 with clang.
828
829 2020-07-20 Tom de Vries <tdevries@suse.de>
830
831 * gdb.threads/omp-par-scope.c (lock, lock2): New variable.
832 (omp_set_lock_in_order): New function.
833 (single_scope, multi_scope, nested_func, nested_parallel): Use
834 omp_set_lock_in_order and omp_unset_lock.
835 (main): Init and destroy lock and lock2.
836
837 2020-07-20 Tom de Vries <tdevries@suse.de>
838
839 * gdb.base/valgrind-infcall-2.exp: Handle printf unknown return type.
840
841 2020-07-20 Tom de Vries <tdevries@suse.de>
842
843 * gdb.threads/attach-slow-waitpid.exp: Bail out if gdb_start fails.
844
845 2020-07-17 Tom de Vries <tdevries@suse.de>
846
847 * gdb.base/valgrind-infcall-2.c: New test.
848 * gdb.base/valgrind-infcall-2.exp: New file.
849 * lib/valgrind.exp (vgdb_start): Add and handle active_at_startup.
850
851 2020-07-17 Tom de Vries <tdevries@suse.de>
852
853 * gdb.dlang/circular.c (found): Use found_label as label name.
854 * gdb.dwarf2/arr-subrange.c (main): Use main_label as label name.
855 * gdb.dwarf2/comp-unit-lang.c (func): Use func_label as label name.
856 * gdb.dlang/circular.exp: Use MACRO_AT_func and MACRO_AT_range.
857 * gdb.dwarf2/ada-linkage-name.exp: Same.
858 * gdb.dwarf2/arr-subrange.exp: Same.
859 * gdb.dwarf2/atomic-type.exp: Same.
860 * gdb.dwarf2/comp-unit-lang.exp: Same.
861 * gdb.dwarf2/cpp-linkage-name.exp: Same.
862 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Same.
863 * gdb.dwarf2/dw2-lexical-block-bare.exp: Same.
864 * gdb.dwarf2/dw2-regno-invalid.exp: Same.
865 * gdb.dwarf2/implptr-64bit.exp: Same.
866 * gdb.dwarf2/imported-unit-abstract-const-value.exp: Same.
867 * gdb.dwarf2/imported-unit-runto-main.exp: Same.
868 * gdb.dwarf2/imported-unit.exp: Same.
869 * gdb.dwarf2/main-subprogram.exp: Same.
870 * gdb.dwarf2/missing-type-name.exp: Same.
871 * gdb.dwarf2/nonvar-access.exp: Same.
872 * gdb.dwarf2/struct-with-sig.exp: Same.
873 * gdb.dwarf2/typedef-void-finish.exp: Same.
874 * gdb.dwarf2/void-type.exp: Same.
875
876 2020-07-17 Tom de Vries <tdevries@suse.de>
877
878 * lib/dwarf.exp (Dwarf::MACRO_AT_func, Dwarf::MACRO_AT_range): Drop
879 src parameter.
880 * gdb.dlang/watch-loc.exp: Update MACRO_AT_{func,range} calls.
881 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Same.
882 * gdb.dwarf2/dw2-ifort-parameter.exp: Same.
883 * gdb.dwarf2/dw2-opt-structptr.exp: Same.
884 * gdb.dwarf2/dwz.exp: Same.
885 * gdb.dwarf2/implptr-optimized-out.exp: Same.
886 * gdb.dwarf2/implref-array.exp: Same.
887 * gdb.dwarf2/implref-const.exp: Same.
888 * gdb.dwarf2/implref-global.exp: Same.
889 * gdb.dwarf2/implref-struct.exp: Same.
890 * gdb.dwarf2/info-locals-optimized-out.exp: Same.
891 * gdb.dwarf2/opaque-type-lookup.exp: Same.
892 * gdb.dwarf2/var-access.exp: Same.
893 * gdb.dwarf2/varval.exp: Same.
894 * gdb.trace/entry-values.exp: Same.
895
896 2020-07-17 Tom de Vries <tdevries@suse.de>
897
898 * lib/dwarf.exp (Dwarf::extern): Remove.
899 * gdb.compile/compile-ops.exp: Remove use of Dwarf::extern.
900 * gdb.dlang/circular.exp: Same.
901 * gdb.dwarf2/comp-unit-lang.exp: Same.
902 * gdb.dwarf2/dw2-ifort-parameter.exp: Same.
903 * gdb.dwarf2/dw2-symtab-includes.exp: Same.
904 * gdb.dwarf2/dwz.exp: Same.
905 * gdb.dwarf2/imported-unit-abstract-const-value.exp: Same.
906 * gdb.dwarf2/imported-unit-runto-main.exp: Same.
907 * gdb.dwarf2/imported-unit.exp: Same.
908 * gdb.dwarf2/opaque-type-lookup.exp: Same.
909
910 2020-07-16 Sandra Loosemore <sandra@codesourcery.com>
911
912 * gdb.base/shell.exp: Skip pipe tests dependent on sh on Windows host.
913 Use double quotes instead of single quotes.
914
915 2020-07-16 Caroline Tice <cmtice@google.com>
916
917 * gdb.dwarf2/dw5-rnglist-test.cc: New file.
918 * gdb.dwarf2/dw5-rnglist-test.exp: New file.
919
920 2020-07-16 Tom de Vries <tdevries@suse.de>
921
922 * lib/dwarf.exp (program): Initialize _line.
923 (DW_LNE_end_sequence): Reinitialize _line.
924 (DW_LNS_advance_line): Update _line.
925 (line): New proc.
926 * gdb.dwarf2/dw2-inline-many-frames.exp: Use line.
927 * gdb.dwarf2/dw2-inline-small-func.exp: Same.
928 * gdb.dwarf2/dw2-inline-stepping.exp: Same.
929 * gdb.dwarf2/dw2-is-stmt-2.exp: Same.
930 * gdb.dwarf2/dw2-is-stmt.exp: Same.
931 * gdb.dwarf2/dw2-ranges-func.exp: Same.
932
933 2020-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
934
935 * gdb.fortran/ptype-on-functions.exp: Make the result pattern more
936 generic.
937
938 2020-07-15 Tom de Vries <tdevries@suse.de>
939
940 * gdb.trace/entry-values.exp: Expect "call" instead of "callq" if
941 is_amd64_regs_target.
942
943 2020-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
944
945 * gdb.fortran/ptype-on-functions.exp: Add more tests.
946 * gdb.fortran/ptype-on-functions.f90: Likewise.
947
948 2020-07-14 Simon Marchi <simon.marchi@polymtl.ca>
949
950 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu, Dwarf::lines): Change valid
951 values in documentation for addr_size to 4 and 8.
952
953 2020-07-14 Andrew Burgess <andrew.burgess@embecosm.com>
954
955 * gdb.arch/amd64-osabi.exp: Update.
956 * gdb.arch/arm-disassembler-options.exp: Update.
957 * gdb.arch/powerpc-disassembler-options.exp: Update.
958 * gdb.arch/ppc64-symtab-cordic.exp: Update.
959 * gdb.arch/s390-disassembler-options.exp: Update.
960 * gdb.base/all-architectures.exp.tcl: Update.
961 * gdb.base/attach-pie-noexec.exp: Update.
962 * gdb.base/catch-syscall.exp: Update.
963 * gdb.xml/tdesc-arch.exp: Update.
964
965 2020-07-14 Tom de Vries <tdevries@suse.de>
966
967 * gdb.threads/clone-new-thread-event.c (gettid): Rename to ...
968 (local_gettid): ... this.
969 (fn): Update.
970
971 2020-07-13 Sandra Loosemore <sandra@codesourcery.com>
972
973 * gdb.base/info_sources.exp: Skip directory match tests on
974 remote hosts.
975
976 2020-07-13 Gary Benson <gbenson@redhat.com>
977
978 * gdb.base/savedregs.exp (caller): Use parentheses to
979 make expected expression evaluation ordering explicit.
980
981 2020-07-13 Gary Benson <gbenson@redhat.com>
982
983 * gdb.arch/i386-sse.c (have_sse) <edx>: Make unsigned.
984
985 2020-07-13 Gary Benson <gbenson@redhat.com>
986
987 * gdb.base/bigcore.c (main): Use a volatile pointer when
988 attempting to trigger a SIGSEGV.
989 * gdb.base/gcore-relro-pie.c (break_here): Likewise.
990 * gdb.base/gcore-tls-pie.c (break_here): Likewise.
991 * gdb.base/savedregs.c (thrower): Likewise.
992 * gdb.mi/mi-syn-frame.c (bar): Likewise.
993
994 2020-07-13 Gary Benson <gbenson@redhat.com>
995
996 * gdb.base/vla-datatypes.c (vla_factory): Factor out sections
997 defining and using VLA structure fields into...
998 * gdb.base/vla-struct-fields.c: New file.
999 * gdb.base/vla-datatypes.exp: Factor out VLA structure field
1000 tests into...
1001 * gdb.base/vla-struct-fields.exp: New file.
1002
1003 2020-07-13 Tom de Vries <tdevries@suse.de>
1004
1005 * lib/gdb.exp (have_fuse_ld_gold): New caching proc.
1006 * gdb.base/gcore-tls-pie.exp: Use have_fuse_ld_gold.
1007 * gdb.base/gold-gdb-index.exp: Same.
1008 * gdb.base/morestack.exp: Same.
1009
1010 2020-07-11 Daniel Xu <dxu@dxuuu.xyz>
1011
1012 PR rust/26121
1013 * gdb.rust/modules.rs: Prevent linker from discarding test
1014 symbol.
1015
1016 2020-07-10 Pedro Alves <pedro@palves.net>
1017
1018 PR gdb/26199
1019 * gdb.multi/multi-target.c (exit_thread): New.
1020 (thread_start): Break loop if EXIT_THREAD.
1021 * gdb.multi/multi-target.exp (test_no_unwaited_for): New proc.
1022 (top level) Call test_no_resumed.
1023
1024 2020-07-08 Tom Tromey <tromey@adacore.com>
1025
1026 * gdb.ada/catch_ex/foo.adb: Pass string to raise.
1027 * gdb.ada/catch_ex.exp: Examine catchpoint text.
1028
1029 2020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
1030
1031 PR python/22748
1032 * gdb.opt/inline-frame-tailcall.c: New file.
1033 * gdb.opt/inline-frame-tailcall.exp: New file.
1034 * gdb.python/py-unwind-inline.c: New file.
1035 * gdb.python/py-unwind-inline.exp: New file.
1036 * gdb.python/py-unwind-inline.py: New file.
1037
1038 2020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
1039
1040 * gdb.python/py-arch-reg-groups.exp: New file.
1041
1042 2020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
1043
1044 * gdb.python/py-arch-reg-names.exp: New file.
1045
1046 2020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
1047
1048 * gdb.python/py-unwind.py (TestUnwinder::__call__): Add test for
1049 gdb.PendingFrame.architecture method.
1050
1051 2020-07-06 Tom de Vries <tdevries@suse.de>
1052
1053 * gdb.dwarf2/dw2-ranges-base.exp: Test line-table order.
1054
1055 2020-07-03 Pedro Alves <palves@redhat.com>
1056
1057 * gdb.base/structs2.c (main): Adjust second parem_reg call to
1058 explicitly write negative numbers.
1059 * gdb.base/structs2.exp: Adjust expected output.
1060
1061 2020-07-03 Pedro Alves <palves@redhat.com>
1062
1063 * gdb.base/charset.c (init_string): Change all char parameters to
1064 unsigned char parameters.
1065
1066 2020-07-03 Pedro Alves <palves@redhat.com>
1067
1068 * gdb.base/call-sc.exp (start_scalars_test): Use
1069 prepare_for_testing and don't try compiling with -DNO_PROTOTYPES.
1070 * gdb.base/overlays.c: Remove references to PARAMS.
1071 * gdb.base/ovlymgr.h (PARAMS): Delete, and remove all references.
1072 * gdb.base/reread.exp: Don't set 'prototypes' global.
1073 * gdb.base/structs.exp (start_structs_test): Use
1074 prepare_for_testing and don't try compiling with -DNO_PROTOTYPES.
1075 * gdb.base/structs2.exp: Don't set 'prototypes' global. Use
1076 prepare_for_testing and don't try compiling with -DNO_PROTOTYPES.
1077 Don't issue "set width 0". Remove gdb_stop_suppressing_tests
1078 call.
1079 * gdb.base/varargs.exp: Don't set 'prototypes' global.
1080
1081 2020-07-03 Pedro Alves <palves@redhat.com>
1082
1083 * gdb.base/m32rovly.c: Delete.
1084 * gdb.base/ovlymgr.c: Remove all code guarded by __D10V__.
1085
1086 2020-06-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1087
1088 * gdb.python/py-breakpoint.exp: use gdb_test_multiline instead
1089 of gdb_py_test_multiple.
1090 * gdb.python/py-cmd.exp: Likewise.
1091 * gdb.python/py-events.exp: Likewise.
1092 * gdb.python/py-function.exp: Likewise.
1093 * gdb.python/py-inferior.exp: Likewise.
1094 * gdb.python/py-infthread.exp: Likewise.
1095 * gdb.python/py-linetable.exp: Likewise.
1096 * gdb.python/py-parameter.exp: Likewise.
1097 * gdb.python/py-value.exp: Likewise.
1098
1099 2020-06-30 Tom de Vries <tdevries@suse.de>
1100
1101 PR testsuite/26175
1102 * lib/future.exp (gdb_default_target_compile): Detect and handle
1103 early_flags.
1104
1105 2020-06-29 Simon Marchi <simon.marchi@efficios.com>
1106
1107 * boards/simavr.exp (gdb_load): Catch errors when closing
1108 previous connection. Close connection, wait for process and
1109 unset simavr_spawn_id on failure.
1110
1111 2020-06-29 Tom de Vries <tdevries@suse.de>
1112
1113 * lib/gdb.exp (unknown): Make test-case unresolved.
1114
1115 2020-06-29 Tom de Vries <tdevries@suse.de>
1116
1117 PR gdb/25475
1118 * gdb.server/solib-list.exp: Verify that the symbol reload
1119 confirmation question is asked.
1120
1121 2020-06-26 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1122
1123 * lib/gdb.exp (gdb_test_multiline): New, moved from gdb-guile.exp,
1124 have a input seq nr in each pass message.
1125 * lib/gdb-guile.exp (gdb_test_multiline): Move to gdb.exp.
1126 * lib/gdb-python.exp (gdb_py_test_multiple): Remove.
1127 * gdb.python/python.exp: Make test names unique,
1128 use gdb_test_multiline instead of gdb_py_test_multiple,
1129 use $gdb_test_name.
1130 * gdb.guile/guile.exp: Make test names unique, use $gdb_test_name
1131
1132 2020-06-26 Nick Alcock <nick.alcock@oracle.com>
1133
1134 * configure.ac: Add --enable-libctf.
1135 * aclocal.m4: sinclude ../config/enable.m4.
1136 * Makefile.in (site.exp): Add enable_libctf to site.exp.
1137 * lib/gdb.exp (skip_ctf_tests): Use it.
1138 * gdb.base/ctf-constvars.exp: Error message tweak.
1139 * gdb.base/ctf-ptype.exp: Likewise.
1140 * configure: Regenerate.
1141
1142 2020-06-26 Gary Benson <gbenson@redhat.com>
1143
1144 * gdb.cp/try_catch.cc: Include string.h.
1145 (main): Replace comparison against string literal with
1146 strcmp, avoiding build failure with -Wstring-compare.
1147 Add "marker test-complete".
1148 * gdb.cp/try_catch.exp: Run the test to the above marker,
1149 then verify that the value of "test" is still true.
1150
1151 2020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
1152
1153 * gdb.arch/riscv-tdesc-regs.exp: New test cases.
1154
1155 2020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
1156
1157 * gdb.arch/riscv-tdesc-regs.exp: Extend test case.
1158
1159 2020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
1160
1161 * gdb.arch/riscv-tdesc-loading-01.xml: New file.
1162 * gdb.arch/riscv-tdesc-loading-02.xml: New file.
1163 * gdb.arch/riscv-tdesc-loading-03.xml: New file.
1164 * gdb.arch/riscv-tdesc-loading-04.xml: New file.
1165 * gdb.arch/riscv-tdesc-loading.exp: New file.
1166
1167 2020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
1168
1169 * gdb.arch/riscv-tdesc-regs.exp: Extend test case.
1170
1171 2020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
1172
1173 * gdb.arch/riscv-tdesc-regs-32.xml: New file.
1174 * gdb.arch/riscv-tdesc-regs-64.xml: New file.
1175 * gdb.arch/riscv-tdesc-regs.c: New file.
1176 * gdb.arch/riscv-tdesc-regs.exp: New file.
1177
1178 2020-06-24 Pedro Alves <palves@redhat.com>
1179
1180 * gdb.arch/amd64-entry-value-paramref.exp: Use
1181 prepare_for_testing_full and don't pass "c++" for the .S file
1182 build spec.
1183 * gdb.compile/compile-cplus.exp: Don't compile $srcfile3 with
1184 $options, since it's an assembly file. Remove -Wno-deprecated.
1185 * lib/gdb.exp (gdb_compile): Pass "-x c++" explicitly when
1186 compiling C++ programs.
1187
1188 2020-06-24 Pedro Alves <palves@redhat.com>
1189
1190 * lib/gdb.exp (gdb_compile): Update intro comment. If C/C++ with
1191 Clang, add "-Wno-unknown-warning-option" to the options.
1192
1193 2020-06-23 Andrew Burgess <andrew.burgess@embecosm.com>
1194
1195 * gdb.xml/tdesc-reload.c: New file.
1196 * gdb.xml/tdesc-reload.exp: New file.
1197 * gdb.xml/maint-xml-dump-01.xml: New file.
1198 * gdb.xml/maint-xml-dump-02.xml: New file.
1199 * gdb.xml/maint-xml-dump.exp: New file.
1200
1201 2020-06-23 Sandra Loosemore <sandra@codesourcery.com>
1202
1203 * lib/completion-support.exp (test_gdb_completion_offers_commands):
1204 Adjust for omitted commands when TUI is disabled.
1205
1206 2020-06-23 Gary Benson <gbenson@redhat.com>
1207 Pedro Alves <palves@redhat.com>
1208
1209 * gdb.cp/namespace.cc: Improve -Wunused-value fix.
1210 * gdb.cp/nsimport.cc: Likewise.
1211 * gdb.cp/nsnested.cc: Likewise.
1212 * gdb.cp/nsnoimports.cc: Likewise.
1213 * gdb.cp/nsusing.cc: Likewise.
1214 * gdb.cp/smartp.cc: Likewise.
1215 * gdb.python/py-pp-integral.c: Likewise.
1216 * gdb.python/py-pp-re-notag.c: Likewise.
1217
1218 2020-06-23 Gary Benson <gbenson@redhat.com>
1219
1220 * gdb.cp/namespace.cc: Avoid build failure with -Wunused-value.
1221 * gdb.cp/nsimport.cc: Likewise.
1222 * gdb.cp/nsnested.cc: Likewise.
1223 * gdb.cp/nsnoimports.cc: Likewise.
1224 * gdb.cp/nsusing.cc: Likewise.
1225 * gdb.cp/smartp.cc: Likewise.
1226 * gdb.python/py-pp-integral.c: Likewise.
1227 * gdb.python/py-pp-re-notag.c: Likewise.
1228
1229 2020-06-22 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1230
1231 * gdb.base/default-args.exp: New test.
1232 * gdb.base/default-args.c: New file.
1233 * gdb.base/alias.exp: Update expected error msg for alias foo=bar.
1234 * gdb.base/default.exp: Update to new help text.
1235 * gdb.base/help.exp: Likewise.
1236 * gdb.base/page.exp: Likewise.
1237 * gdb.base/style.exp: Likewise.
1238 * gdb.guile/guile.exp: Likewise.
1239 * gdb.python/python.exp: Likewise.
1240
1241 2020-06-22 Sandra Loosemore <sandra@codesourcery.com>
1242
1243 * gdb.base/source-dir.exp (test_truncated_comp_dir): Skip on
1244 remote host. Fix search path syntax on Windows host.
1245
1246 2020-06-21 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1247
1248 * gdb.base/attach.exp: Test priority of 'exec-file' changed
1249 over 'exec-file-mismatch'.
1250 * gdb.base/attach.c: Mark should_exit volatile.
1251 * gdb.base/attach2.c: Likewise. Add a comment explaining
1252 why the sleep cannot be big.
1253 * gdb.base/attach3.c: New file.
1254
1255 2020-06-20 Sandra Loosemore <sandra@codesourcery.com>
1256
1257 * gdb.mi/mi-sym-info.exp: Adjust filename patterns to make directory
1258 prefix optional.
1259
1260 2020-06-20 Sandra Loosemore <sandra@codesourcery.com>
1261
1262 * gdb.base/list-missing-source.exp: Correct $srcfile manipulation
1263 for remote host.
1264
1265 2020-06-19 Sandra Loosemore <sandra@codesourcery.com>
1266 Hafiz Abid Qadeer <abidh@codesourcery.com>
1267
1268 * gdb.xml/tdesc-regs.exp (load_description): Correct pathname of
1269 file sent to remote host.
1270 (top level): Allow int32_t as type of 32-bit register.
1271
1272 2020-06-19 Tom de Vries <tdevries@suse.de>
1273
1274 * lib/gdb.exp (gdb_note): New proc.
1275 * lib/future.exp (gdb_default_target_compile_1): Factor out of ...
1276 (gdb_default_target_compile): ... here. Only call
1277 gdb_default_target_compile_1 if use_gdb_compile(<lang>) is set.
1278 (use_gdb_compile): Change to array.
1279 (toplevel): Update sets of use_gdb_compile to specify language.
1280 Warn about default_target_compile override. Store dejagnu's version
1281 of default_target_compile in dejagnu_default_target_compile.
1282
1283 2020-06-18 Tom de Vries <tdevries@suse.de>
1284
1285 * lib/gdb.exp (gdb_init): Move all but call to default_gdb_init to ...
1286 (default_gdb_init): ... here.
1287
1288 2020-06-17 Sandra Loosemore <sandra@codesourcery.com>
1289
1290 Fix TUI support checks in gdb.tui tests.
1291
1292 * gdb.tui/basic.exp: Skip test when TUI is unsupported, don't
1293 just say UNSUPPORTED.
1294 * gdb.tui/corefile-run.exp: Likewise.
1295 * gdb.tui/empty.exp: Likewise.
1296 * gdb.tui/list-before.exp: Likewise.
1297 * gdb.tui/list.exp: Likewise.
1298 * gdb.tui/main.exp: Likewise.
1299 * gdb.tui/regs.exp: Likewise.
1300 * gdb.tui/resize.exp: Likewise.
1301 * gdb.tui/tui-layout-asm-short-prog.exp: Likewise.
1302 * gdb.tui/tui-layout-asm.exp: Likewise.
1303 * gdb.tui/tui-missing-src.exp: Likewise.
1304 * gdb.tui/winheight.exp: Likewise.
1305 * gdb.tui/new-layout.exp: Likewise. Also move check earlier.
1306
1307 2020-06-17 Sandra Loosemore <sandra@codesourcery.com>
1308
1309 Fix TCL error in gdb.python/py-format-string.exp.
1310
1311 * gdb.python/py-format-string.exp: Move test for python support
1312 earlier, out of function body.
1313
1314 2020-06-15 Simon Marchi <simon.marchi@efficios.com>
1315
1316 * gdb.base/index-cache-load-twice.c: New.
1317 * gdb.base/index-cache-load-twice.exp: New.
1318
1319 2020-06-17 Keith Seitz <keiths@redhat.com>
1320
1321 * gdb.debuginfod/fetch_src_and_symbols.exp: Pass INTERNAL_GDBFLAGS
1322 when executing "gdb --configuration".
1323
1324 2020-06-17 Tom de Vries <tdevries@suse.de>
1325
1326 * lib/gdb.exp (gdb_tcl_unknown): New proc.
1327 (gdb_init): Use gdb_tcl_unknown for ::unknown override. Make override
1328 conditional on presence of gdb_tcl_unknown.
1329 (gdb_finish): Make override undo conditional on presence of
1330 gdb_tcl_unknown.
1331
1332 2020-06-16 Tom Tromey <tom@tromey.com>
1333
1334 * gdb.python/tui-window.py (failwin): New function. Register it
1335 as a TUI window type.
1336 * gdb.python/tui-window.exp: Create new "fail" layout. Test it.
1337
1338 2020-06-16 Gary Benson <gbenson@redhat.com>
1339
1340 * gdb.python/py-nested-maps.c (create_map): Add missing return
1341 value.
1342 (create_map_map): Likewise.
1343
1344 2020-06-15 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1345
1346 * gdb.base/jit-elf-so.exp: Refer to the global main_loader_basename
1347 variable.
1348 * gdb.base/jit-reader-simple.exp: Fix typo ("Built" -> "Build"),
1349 and use the already-defined 'options' variable.
1350
1351 2020-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
1352 Tom de Vries <tdevries@suse.de>
1353
1354 * lib/gdb.exp (gdb_known_globals, gdb_persistent_globals): New global.
1355 (gdb_persistent_global, gdb_persistent_global_no_decl): New proc.
1356 (gdb_setup_known_globals): New proc.
1357 (gdb_cleanup_globals): New proc.
1358 * lib/gdb.exp (load_lib): New override proc.
1359 (gdb_stdin_log_init): Set var in_file as persistent global.
1360 * lib/pascal.exp (gdb_stdin_log_init): Set vars
1361 pascal_compiler_is_gpc, pascal_compiler_is_fpc, gpc_compiler and
1362 fpc_compiler as persistent global.
1363
1364 2020-06-12 Tom de Vries <tdevries@suse.de>
1365
1366 * lib/tuiterm.exp (spawn): Rename to ...
1367 (tui_spawn): ... this.
1368 (toplevel): Move rename of spawn ...
1369 (gdb_init_tuiterm): ... here. New proc.
1370 (gdb_finish_tuiterm): New proc.
1371 * lib/gdb.exp (gdb_finish_hooks): New global var.
1372 (gdb_finish): Handle gdb_finish_hooks.
1373 (tuiterm_env): New proc.
1374 * gdb.python/tui-window.exp: Replace load_lib tuiterm.exp with
1375 tuiterm_env.
1376 * gdb.tui/basic.exp: Same.
1377 * gdb.tui/corefile-run.exp: Same.
1378 * gdb.tui/empty.exp: Same.
1379 * gdb.tui/list-before.exp: Same.
1380 * gdb.tui/list.exp: Same.
1381 * gdb.tui/main.exp: Same.
1382 * gdb.tui/new-layout.exp: Same.
1383 * gdb.tui/regs.exp: Same.
1384 * gdb.tui/resize.exp: Same.
1385 * gdb.tui/tui-layout-asm-short-prog.exp: Same.
1386 * gdb.tui/tui-layout-asm.exp: Same.
1387 * gdb.tui/tui-missing-src.exp: Same.
1388 * gdb.tui/winheight.exp: Same.
1389
1390 2020-06-12 Tom de Vries <tdevries@suse.de>
1391
1392 PR testsuite/26110
1393 * lib/gdb.exp (gdb_init): Revert dejagnu's override of ::unknown.
1394 (gdb_finish): Reinstall dejagnu's override of ::unknown.
1395
1396 2020-06-11 Tom Tromey <tom@tromey.com>
1397
1398 PR gdb/18318:
1399 * gdb.base/printcmds.exp (test_float_accepted): Add more hex
1400 floating point tests.
1401
1402 2020-06-11 Keith Seitz <keiths@redhat.com>
1403
1404 PR gdb/21356
1405 * gdb.base/vla-datatypes.c (vla_factory): Add typedef for struct
1406 vla_struct.
1407 Add new struct vla_typedef and union vla_typedef_union and
1408 corresponding instantiation objects.
1409 Initialize new objects.
1410 * gdb.base/vla-datatypes.exp: Add tests for vla_typedef_struct_object
1411 and vla_typedef_union_object.
1412 Fixup type for vla_struct_object.
1413
1414 2020-06-11 Tom de Vries <tdevries@suse.de>
1415
1416 * lib/gdb.exp (with_override): New proc, factored out of ...
1417 * gdb.base/dbx.exp: ... here. Use with_override and save_vars.
1418
1419 2020-06-10 Tom de Vries <tdevries@suse.de>
1420
1421 * gdb.ada/ptype_union.exp: Remove PR24713 workaround.
1422
1423 2020-06-09 Simon Marchi <simon.marchi@polymtl.ca>
1424
1425 * gdb.base/index-cache.exp (test_cache_disabled): Add test_prefix
1426 parameter, update callers.
1427
1428 2020-06-04 Simon Marchi <simon.marchi@efficios.com>
1429
1430 * gdb.dwarf2/share-psymtabs-bt.exp: New file.
1431 * gdb.dwarf2/share-psymtabs-bt.c: New file.
1432 * gdb.dwarf2/share-psymtabs-bt-2.c: New file.
1433
1434 2020-06-04 Tom de Vries <tdevries@suse.de>
1435
1436 * lib/gdb.exp (gdb_file_cmd): Avoid path names in error messages.
1437
1438 2020-06-04 Tom de Vries <tdevries@suse.de>
1439
1440 * lib/gdb.exp (gdb_file_cmd): Replace incomplete gdb_expect by
1441 exp_continue.
1442
1443 2020-06-04 Tom de Vries <tdevries@suse.de>
1444
1445 * lib/gdb.exp (gdb_file_cmd): Use perror instead of fail.
1446
1447 2020-06-03 Tom de Vries <tdevries@suse.de>
1448
1449 PR symtab/26046
1450 * gdb.cp/breakpoint-locs-2.cc: New test.
1451 * gdb.cp/breakpoint-locs.cc: New test.
1452 * gdb.cp/breakpoint-locs.exp: New file.
1453 * gdb.cp/breakpoint-locs.h: New test.
1454
1455 2020-06-03 Tom de Vries <tdevries@suse.de>
1456
1457 PR testsuite/25609
1458 * gdb.base/jit-elf-so.exp: Don't modify testing behaviour based on
1459 value of global verbose.
1460 * gdb.base/jit-elf.exp: Same.
1461 * gdb.base/jit-reader.exp: Same.
1462
1463 2020-06-02 Tom de Vries <tdevries@suse.de>
1464
1465 * gdb.dwarf2/multidictionary.exp: Don't use
1466 gdb_spawn_with_cmdline_opts.
1467
1468 2020-06-01 Andrew Burgess <andrew.burgess@embecosm.com>
1469
1470 * gdb.cp/step-and-next-inline.exp (do_test): Skip all tests in the
1471 use_header case.
1472 * gdb.dwarf2/dw2-inline-header-1.exp: New file.
1473 * gdb.dwarf2/dw2-inline-header-2.exp: New file.
1474 * gdb.dwarf2/dw2-inline-header-3.exp: New file.
1475 * gdb.dwarf2/dw2-inline-header-lbls.c: New file.
1476 * gdb.dwarf2/dw2-inline-header.c: New file.
1477 * gdb.dwarf2/dw2-inline-header.h: New file.
1478
1479 2020-05-30 Pedro Alves <palves@redhat.com>
1480
1481 * gdb.linespec/cp-replace-typedefs-ns-template.cc: New.
1482 * gdb.linespec/cp-replace-typedefs-ns-template.exp: New.
1483
1484 2020-05-29 Gary Benson <gbenson@redhat.com>
1485
1486 * gdb.compile/compile-cplus.exp (additional_flags): Also
1487 set when building with clang.
1488 (additional_flags, srcfilesoptions): Pass -Wno-deprecated
1489 when building with clang.
1490
1491 2020-05-29 Gary Benson <gbenson@redhat.com>
1492
1493 * gdb.arch/i386-avx.exp (additional_flags): Also set when
1494 building with clang.
1495 * gdb.arch/i386-sse.exp (additional_flags): Likewise.
1496
1497 2020-05-29 Gary Benson <gbenson@redhat.com>
1498
1499 * gdb.cp/koenig.exp (prepare_for_testing): Add
1500 additional_flags=-Wno-unused-comparison.
1501 * gdb.cp/operator.exp (prepare_for_testing): Likewise.
1502
1503 2020-05-28 Gary Benson <gbenson@redhat.com>
1504
1505 * gdb.base/sigaltstack.c (catcher): Add default case to switch
1506 statement.
1507
1508 2020-05-28 Gary Benson <gbenson@redhat.com>
1509
1510 * gdb.cp/classes.exp (prepare_for_testing): Add
1511 additional_flags=-Wno-deprecated-register.
1512 * gdb.cp/inherit.exp (prepare_for_testing): Likewise.
1513 * gdb.cp/misc.exp: Likewise.
1514
1515 2020-05-28 Gary Benson <gbenson@redhat.com>
1516
1517 * gdb.linespec/cpls-ops.cc (dummy): New static global.
1518 (test_op_new::operator new): Add return statement.
1519 (test_op_new_array::operator new[]): Likewise.
1520
1521 2020-05-27 Pedro Alves <palves@redhat.com>
1522
1523 * gdb.linespec/cp-completion-aliases.exp: Remove readline_is_used
1524 check. Use test_gdb_complete_unique instead of
1525 test_gdb_complete_tab_unique + test_gdb_complete_cmd_unique. Use
1526 test_gdb_complete_multiple instead of
1527 test_gdb_complete_tab_multiple + test_gdb_complete_cmd_multiple.
1528
1529 2020-05-27 Luis Machado <luis.machado@linaro.org>
1530
1531 * gdb.arch/aarch64-sighandler-regs.exp: Fix duplicated test names.
1532 * gdb.arch/aarch64-tagged-pointer.exp: Likewise.
1533 * gdb.arch/arm-disassembler-options.exp: Likewise.
1534 * gdb.arch/arm-disp-step.exp: Likewise.
1535 * gdb.arch/thumb-prologue.exp: Likewise.
1536 * gdb.base/async.exp: Likewise.
1537 * gdb.base/auxv.exp: Likewise.
1538 * gdb.base/complex-parts.exp: Likewise.
1539 * gdb.base/ena-dis-br.exp: Likewise.
1540 * gdb.base/foll-exec.exp: Likewise.
1541 * gdb.base/permissions.exp: Likewise.
1542 * gdb.base/relocate.exp: Likewise.
1543 * gdb.base/return2.exp: Likewise.
1544 * gdb.base/sigbpt.exp: Likewise.
1545 * gdb.base/siginfo-obj.exp: Likewise.
1546 * gdb.cp/converts.exp: Likewise.
1547 * gdb.cp/exceptprint.exp: Likewise.
1548 * gdb.cp/inherit.exp: Likewise.
1549 * gdb.cp/nsnoimports.exp: Likewise.
1550 * gdb.cp/virtbase2.exp: Likewise.
1551 * gdb.mi/mi-var-cmd.exp: Likewise.
1552 * gdb.mi/var-cmd.c: Likewise.
1553
1554 2020-05-26 Tom Tromey <tromey@adacore.com>
1555
1556 * gdb.ada/arr_acc_idx_w_gap.exp: Add tests.
1557
1558 2020-05-26 Tom Tromey <tromey@adacore.com>
1559
1560 * gdb.ada/arr_acc_idx_w_gap.exp: Add enum subrange tests.
1561 * gdb.ada/arr_acc_idx_w_gap/enum_with_gap.ads (Enum_Subrange): New
1562 type.
1563 * gdb.ada/arr_acc_idx_w_gap/enum_with_gap_main.adb (V): New
1564 variable.
1565
1566 2020-05-26 Christian Biesinger <cbiesinger@google.com>
1567
1568 * Makefile.in: Use = instead of == for the test command
1569 for portability.
1570
1571 2020-05-26 Tom de Vries <tdevries@suse.de>
1572
1573 * gdb.base/gold-gdb-index-2.c: New test.
1574 * gdb.base/gold-gdb-index.c: New test.
1575 * gdb.base/gold-gdb-index.exp: New file.
1576 * gdb.base/gold-gdb-index.h: New test.
1577
1578 2020-05-25 Tom de Vries <tdevries@suse.de>
1579
1580 * boards/gold-gdb-index.exp: New file.
1581
1582 2020-05-25 Simon Marchi <simon.marchi@efficios.com>
1583
1584 * boards/simavr.exp: New file.
1585
1586 2020-05-25 Simon Marchi <simon.marchi@efficios.com>
1587
1588 * lib/gdb.exp (gdb_run_cmd): Return success or failure.
1589 * gdb.base/inferior-args.exp: New file.
1590 * gdb.base/inferior-args.c: New file.
1591
1592 2020-05-25 Simon Marchi <simon.marchi@efficios.com>
1593
1594 * lib/gdb.exp (gdb_run_cmd): Change argument from args to
1595 inferior_args. Pass it to gdb_reload.
1596 (gdb_start_cmd, gdb_starti_cmd): Change argument from args to
1597 inferior_args.
1598 (gdb_reload): Add inferior_args argument.
1599 * config/gdbserver.exp (gdb_reload): Add inferior_args argument,
1600 pass it to gdbserver_run.
1601 * boards/native-gdbserver.exp: Do not set noargs.
1602 * boards/native-extended-gdbserver.exp (gdb_reload): Add
1603 inferior_args argument.
1604 * boards/stdio-gdbserver-base.exp (gdb_reload): Likewise.
1605 * gdb.base/a2-run.exp: Check for use_gdb_stub.
1606 * gdb.base/args.exp: Likewise.
1607
1608 2020-05-25 Tom de Vries <tdevries@suse.de>
1609
1610 * lib/gdb.exp (exec_is_pie): Add comment.
1611
1612 2020-05-25 Tom de Vries <tdevries@suse.de>
1613
1614 * lib/jit-elf-helpers.exp (compile_and_download_n_jit_so): Use $f
1615 instead of $binfile in the untested message.
1616
1617 2020-05-25 Tom de Vries <tdevries@suse.de>
1618
1619 PR testsuite/26031
1620 * lib/gdb.exp (exec_is_pie): Test readelf -h output.
1621
1622 2020-05-25 Tom de Vries <tdevries@suse.de>
1623
1624 * boards/gold.exp: New file.
1625
1626 2020-05-23 Tom Tromey <tom@tromey.com>
1627
1628 * gdb.base/style.exp: Remove completion styling test.
1629 * lib/gdb-utils.exp (style): Remove completion styles.
1630
1631 2020-05-23 Tom Tromey <tom@tromey.com>
1632
1633 * gdb.base/style.exp: Add completion styling test.
1634 * lib/gdb-utils.exp (style): Add completion styles.
1635
1636 2020-05-22 Andrew Burgess <andrew.burgess@embecosm.com>
1637
1638 * gdb.base/annota1.exp: Update expected results.
1639 * gdb.cp/annota2.exp: Update expected results, remove duplicate
1640 test name.
1641 * gdb.cp/annota3.exp: Update expected results.
1642
1643 2020-05-20 Simon Marchi <simon.marchi@efficios.com>
1644
1645 PR gdb/26016
1646 * gdb.base/coredump-filter.c (do_mmap): Check mmap ret val
1647 against MAP_FAILED.
1648 * gdb.base/coremaker.c (mmapdata): Likewise.
1649 * gdb.base/jit-reader-host.c (main): Likewise.
1650 * gdb.base/sym-file-loader.c (load): Likewise.
1651 (load_shlib): Likewise.
1652
1653 2020-05-20 Tom Tromey <tromey@adacore.com>
1654
1655 * gdb.ada/array_char_idx.exp: Recognize initialized array.
1656
1657 2020-05-20 Tom de Vries <tdevries@suse.de>
1658
1659 PR symtab/25833
1660 * gdb.base/with-mf-inc.c: New test.
1661 * gdb.base/with-mf-main.c: New test.
1662 * gdb.base/with-mf.exp: New file.
1663
1664 2020-05-19 Tom Tromey <tromey@adacore.com>
1665
1666 * gdb.rust/simple.exp: Restore missing test result.
1667
1668 2020-05-19 Tom de Vries <tdevries@suse.de>
1669
1670 * gdb.base/gdb-caching-proc.exp: Fix typo.
1671
1672 2020-05-19 Tom Tromey <tromey@adacore.com>
1673
1674 * gdb.rust/simple.exp: Add some test descriptions.
1675 (test_one_slice): Use with_test_prefix.
1676
1677 2020-05-18 Tom de Vries <tdevries@suse.de>
1678
1679 * gdb.base/gdb-caching-proc.exp: Use with_test_prefix.
1680
1681 2020-05-17 Pedro Alves <palves@redhat.com>
1682
1683 PR gdb/25741
1684 * gdb.base/hw-sw-break-same-address.exp: New file.
1685
1686 2020-05-16 Pedro Alves <palves@redhat.com>
1687
1688 * gdb.multi/multi-re-run.exp (test_re_run): Switch
1689 LAST_LOADED_FILE accordingly.
1690
1691 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1692
1693 * gdb.base/alias.exp: Verify 'help aliases' shows user defined aliases.
1694
1695 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1696
1697 * gdb.base/help.exp: Test apropos and help for commands
1698 having aliases. Fixed comments not starting with an
1699 upper-case letter or not finishing with a dot.
1700
1701 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1702
1703 * gdb.base/alias.exp: Update help output check.
1704
1705 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1706
1707 * gdb.base/default.exp: Update output following fixes.
1708
1709 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1710
1711 * gdb.base/alias.exp: Test aliases starting with a prefix of
1712 another alias.
1713
1714 2020-05-15 Gary Benson <gbenson@redhat.com>
1715
1716 * gdb.base/info-os.c (main): Add return statement.
1717 * gdb.base/info_minsym.c (minsym_fun): Likewise.
1718 * gdb.base/large-frame-2.c (func): Likewise.
1719 * gdb.base/pr10179-a.c (foo1, bar1): Likewise.
1720 * gdb.base/pr10179-b.c (foo2): Likewise.
1721 * gdb.base/valgrind-disp-step.c (foo): Likewise.
1722 * gdb.base/watch-cond.c (func): Likewise.
1723 * gdb.multi/goodbye.c (verylongfun): Likewise.
1724 * gdb.multi/hello.c (commonfun): Likewise.
1725 * gdb.python/py-finish-breakpoint.c (call_longjmp): Likewise.
1726 * gdb.threads/fork-plus-threads.c (thread_func): Likewise.
1727 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
1728 Likewise.
1729 * gdb.threads/hand-call-new-thread.c (foo): Likewise.
1730 * gdb.threads/interrupt-while-step-over.c (child_function):
1731 Likewise.
1732 * gdb.trace/actions-changed.c (end): Likewise.
1733
1734 2020-05-15 Gary Benson <gbenson@redhat.com>
1735
1736 * gdb.opencl/callfuncs.exp: Report when test skipped.
1737 * gdb.opencl/convs_casts.exp: Likewise.
1738 * gdb.opencl/datatypes.exp: Likewise.
1739 * gdb.opencl/operators.exp: Likewise.
1740 * gdb.opencl/vec_comps.exp: Likewise.
1741
1742 2020-05-15 Tom de Vries <tdevries@suse.de>
1743
1744 * gdb.base/align.exp.in: Rename to ...
1745 * gdb.base/align.exp.tcl: ... this.
1746 * gdb.base/align-c++.exp: Update.
1747 * gdb.base/align-c.exp: Update.
1748 * gdb.base/all-architectures.exp.in: Rename to ...
1749 * gdb.base/all-architectures.exp: ... this.
1750 * gdb.base/all-architectures-0.exp: Update.
1751 * gdb.base/all-architectures-1.exp: Update.
1752 * gdb.base/all-architectures-2.exp: Update.
1753 * gdb.base/all-architectures-3.exp: Update.
1754 * gdb.base/all-architectures-4.exp: Update.
1755 * gdb.base/all-architectures-5.exp: Update.
1756 * gdb.base/all-architectures-6.exp: Update.
1757 * gdb.base/all-architectures-7.exp: Update.
1758 * gdb.base/infcall-nested-structs.exp.in: Rename to ...
1759 * gdb.base/infcall-nested-structs.exp.tcl: ... this.
1760 * gdb.base/infcall-nested-structs-c++.exp: Update.
1761 * gdb.base/infcall-nested-structs-c.exp: Update.
1762 * gdb.base/info-types.exp.in: Rename to ...
1763 * gdb.base/info-types.exp.tcl: ... this.
1764 * gdb.base/info-types-c++.exp: Update.
1765 * gdb.base/info-types-c.exp: Update.
1766 * gdb.base/max-depth.exp.in: Rename to ...
1767 * gdb.base/max-depth.exp.tcl: ... this.
1768 * gdb.base/max-depth-c++.exp: Update.
1769 * gdb.base/max-depth-c.exp: Update.
1770 * gdb.cp/cpexprs.exp.in: Rename to ...
1771 * gdb.cp/cpexprs.exp.tcl: ... this.
1772 * gdb.cp/cpexprs-debug-types.exp: Update.
1773 * gdb.cp/cpexprs.exp: Update.
1774 * gdb.cp/infcall-nodebug.exp.in: Rename to ...
1775 * gdb.cp/infcall-nodebug.exp.tcl: ... this.
1776 * gdb.cp/infcall-nodebug-c++-d0.exp: Update.
1777 * gdb.cp/infcall-nodebug-c++-d1.exp: Update.
1778 * gdb.cp/infcall-nodebug-c-d0.exp: Update.
1779 * gdb.cp/infcall-nodebug-c-d1.exp: Update.
1780 * gdb.dwarf2/clang-debug-names.exp.in: Rename to ...
1781 * gdb.dwarf2/clang-debug-names.exp.tcl: ... this.
1782 * gdb.dwarf2/clang-debug-names-2.exp: Update.
1783 * gdb.dwarf2/clang-debug-names.exp: Update.
1784
1785 2020-05-15 Andrew Burgess <andrew.burgess@embecosm.com>
1786
1787 * lib/check-test-names.exp: Remove code that prevents this file
1788 loading when tests are run in parallel.
1789
1790 2020-05-15 Pedro Alves <palves@redhat.com>
1791
1792 * gdb.multi/multi-kill.exp (start_inferior): Remove
1793 'testpid' parameter. Refer to namespace variable directly.
1794 (testpid): Declare as namespace variable.
1795
1796 2020-05-15 Pedro Alves <palves@redhat.com>
1797
1798 * gdb.multi/multi-kill.exp: Wrap in namespace.
1799 (start_inferior): Add TESTPID parameter. Use it instead of the
1800 testpid global.
1801 (top level): Define empty TESTPID array, and pass it down to
1802 start_inferior.
1803
1804 2020-05-14 Tom de Vries <tdevries@suse.de>
1805
1806 * gdb.fortran/nested-funcs-2.exp: Use gdb_test_stdio to test inferior
1807 output.
1808
1809 2020-05-14 Tom de Vries <tdevries@suse.de>
1810
1811 * gdb.base/align.exp: Split into ...
1812 * gdb.base/align.exp.in: ...
1813 * gdb.base/align-c++.exp: ...
1814 * gdb.base/align-c.exp: ... these.
1815 * gdb.base/infcall-nested-structs.exp: Split into ...
1816 * gdb.base/infcall-nested-structs.exp.in: ...
1817 * gdb.base/infcall-nested-structs-c++.exp: ...
1818 * gdb.base/infcall-nested-structs-c.exp: ... these.
1819 * gdb.base/info-types.exp: Split into ...
1820 * gdb.base/info-types.exp.in: ...
1821 * gdb.base/info-types-c++.exp: ...
1822 * gdb.base/info-types-c.exp: ... these.
1823 * gdb.base/max-depth.exp: Split into ...
1824 * gdb.base/max-depth.exp.in: ...
1825 * gdb.base/max-depth-c++.exp: ...
1826 * gdb.base/max-depth-c.exp: ... these.
1827 * gdb.cp/infcall-nodebug.exp: Split into ...
1828 * gdb.cp/infcall-nodebug.exp.in: ...
1829 * gdb.cp/infcall-nodebug-c++-d0.exp: ...
1830 * gdb.cp/infcall-nodebug-c++-d1.exp: ...
1831 * gdb.cp/infcall-nodebug-c-d0.exp: ...
1832 * gdb.cp/infcall-nodebug-c-d1.exp: ... these.
1833
1834 2020-05-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1835 Pedro Alves <palves@redhat.com>
1836
1837 * gdb.multi/multi-exit.c: New file.
1838 * gdb.multi/multi-exit.exp: New file.
1839 * gdb.multi/multi-kill.c: New file.
1840 * gdb.multi/multi-kill.exp: New file.
1841
1842 2020-05-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1843
1844 * gdb.base/annota1.exp: Update the expected output.
1845 * gdb.cp/annota2.exp: Ditto.
1846
1847 2020-05-12 Andrew Burgess <andrew.burgess@embecosm.com>
1848
1849 * lib/check-test-names.exp: Disable when testing is being run in
1850 parallel.
1851
1852 2020-05-12 Tom de Vries <tdevries@suse.de>
1853
1854 * gdb.base/jit-elf.exp: Fix string concat.
1855
1856 2020-05-12 Tom de Vries <tdevries@suse.de>
1857
1858 * lib/jit-elf-helpers.exp: Don't use undefined variables in untested
1859 messages.
1860
1861 2020-05-12 Tom de Vries <tdevries@suse.de>
1862
1863 * gdb.multi/multi-term-settings.exp: Use with_test_prefix.
1864
1865 2020-05-12 Tom de Vries <tdevries@suse.de>
1866
1867 * gdb.ada/catch_ex.exp: Use with_test_prefix.
1868 * gdb.ada/mi_catch_ex.exp: Same.
1869 * gdb.ada/mi_catch_ex_hand.exp: Same.
1870
1871 2020-05-12 Tom de Vries <tdevries@suse.de>
1872
1873 * gdb.fortran/complex.exp: Use with_test_prefix.
1874
1875 2020-05-12 Tom de Vries <tdevries@suse.de>
1876
1877 * gdb.trace/passcount.exp: Fix test-names.
1878
1879 2020-05-12 Tom de Vries <tdevries@suse.de>
1880
1881 * gdb.pascal/gdb11492.exp: Use with_test_prefix.
1882
1883 2020-05-12 Tom de Vries <tdevries@suse.de>
1884
1885 * gdb.gdb/complaints.exp: Use with_test_prefix.
1886 * gdb.xml/tdesc-regs.exp: Same.
1887 * gdb.opt/inline-locals.exp: Fix test name.
1888
1889 2020-05-12 Tom de Vries <tdevries@suse.de>
1890
1891 * gdb.dwarf2/comp-unit-lang.exp: Use with_test_prefix.
1892 * gdb.dwarf2/dw2-bad-parameter-type.exp: Same.
1893 * gdb.dwarf2/implref-struct.exp: Same.
1894 * gdb.dwarf2/varval.exp: Ensure get_sizeof is called once per type.
1895 * gdb.dwarf2/data-loc.exp: Same. Remove duplicate test.
1896
1897 2020-05-11 Simon Marchi <simon.marchi@polymtl.ca>
1898
1899 * gdb.base/jit-so.exp (one_jit_test): Change test name.
1900
1901 2020-05-11 Andrew Burgess <andrew.burgess@embecosm.com>
1902
1903 * lib/check-test-names.exp (all_test_names): New module variable.
1904 (counts): Add 'duplicates' field.
1905 (_check_duplicates): New procedure.
1906 (check): Also check for duplicates.
1907 (do_log_summary): Print duplicates count.
1908 (do_reset_vars): Reset counter for duplicate test names, and
1909 discard all know test names.
1910
1911 2020-05-11 Andrew Burgess <andrew.burgess@embecosm.com>
1912
1913 * lib/gdb.exp: Include check-test-names.exp library.
1914 * lib/check-test-names.exp: New file.
1915
1916 2020-05-11 Tom de Vries <tdevries@suse.de>
1917
1918 * gdb.ada/packed_tagged.exp: Change kfail into xfail.
1919
1920 2020-05-11 Keith Seitz <keiths@redhat.com>
1921
1922 * gdb.ada/attr_ref_and_charlit.exp: Fix typo.
1923
1924 2020-05-11 Tom de Vries <tdevries@suse.de>
1925
1926 * gdb.cp/cpexprs.exp: Move everything except flags setting ...
1927 * gdb.cp/cpexprs.exp.in: .. here.
1928 * gdb.cp/cpexprs-debug-types.exp: Include cpexprs.exp.in instead of
1929 cpexprs.exp.
1930
1931 2020-05-11 Keith Seitz <keiths@redhat.com>
1932
1933 * gdb.ada/arrayparam.exp: Resolve duplicate and tail parentheses
1934 test names.
1935 * gdb.ada/arrayptr.exp: Likewise.
1936 * gdb.ada/assign_arr.exp: Likewise.
1937 * gdb.ada/attr_ref_and_charlit.exp: Likewise.
1938 * gdb.ada/bp_on_var.exp: Likewise.
1939 * gdb.ada/call_pn.exp: Likewise.
1940 * gdb.ada/complete.exp: Likewise.
1941 * gdb.ada/fun_overload_menu.exp: Likewise.
1942 * gdb.ada/funcall_param.exp: Likewise.
1943 * gdb.ada/funcall_ref.exp: Likewise.
1944 * gdb.ada/packed_array_assign.exp: Likewise.
1945 * gdb.ada/same_component_name.exp: Likewise.
1946 * gdb.ada/type_coercion.exp: Likewise.
1947 * gdb.ada/unc_arr_ptr_in_var_rec.exp: Likewise.
1948 * gdb.ada/variant_record_packed_array.exp: Likewise.
1949
1950 2020-05-11 Tom de Vries <tdevries@suse.de>
1951
1952 PR symtab/25941
1953 * gdb.dwarf2/clang-debug-names.exp.in: New include exp file, factored
1954 out of ...
1955 * gdb.dwarf2/clang-debug-names.exp: ... here.
1956 * gdb.dwarf2/clang-debug-names-2.exp: New file. Include
1957 clang-debug-names.exp.in.
1958 * gdb.dwarf2/clang-debug-names-2-foo.c: New test.
1959 * gdb.dwarf2/clang-debug-names-2.c: New test.
1960
1961 2020-05-10 Alok Kumar Sharma <alokkumar.sharma@amd.com>
1962
1963 * lib/fortran.exp (fortran_main): New Proc, handle flang MAIN_,
1964 (fortran_runto_main): New Proc, fortran version of runto_main.
1965 * gdb.fortran/array-bounds-high.exp: Handle flang MAIN_
1966 * gdb.fortran/array-bounds.exp: Likewise.
1967 * gdb.fortran/array-slices.exp: Likewise.
1968 * gdb.fortran/block-data.exp: Likewise.
1969 * gdb.fortran/charset.exp: Likewise.
1970 * gdb.fortran/common-block.exp: Likewise.
1971 * gdb.fortran/complex.exp: Likewise.
1972 * gdb.fortran/derived-type-function.exp: Likewise.
1973 * gdb.fortran/derived-type.exp: Likewise.
1974 * gdb.fortran/info-modules.exp: Likewise.
1975 * gdb.fortran/info-types.exp: Likewise.
1976 * gdb.fortran/intrinsics.exp: Likewise.
1977 * gdb.fortran/library-module.exp: Likewise.
1978 * gdb.fortran/logical.exp: Likewise.
1979 * gdb.fortran/max-depth.exp: Likewise.
1980 * gdb.fortran/module.exp: Likewise.
1981 * gdb.fortran/multi-dim.exp: Likewise.
1982 * gdb.fortran/nested-funcs.exp: Likewise.
1983 * gdb.fortran/print-formatted.exp: Likewise.
1984 * gdb.fortran/print_type.exp: Likewise.
1985 * gdb.fortran/printing-types.exp: Likewise.
1986 * gdb.fortran/ptr-indentation.exp: Likewise.
1987 * gdb.fortran/ptype-on-functions.exp: Likewise.
1988 * gdb.fortran/subarray.exp: Likewise.
1989 * gdb.fortran/vla-alloc-assoc.exp: Likewise.
1990 * gdb.fortran/vla-datatypes.exp: Likewise.
1991 * gdb.fortran/vla-history.exp: Likewise.
1992 * gdb.fortran/vla-ptr-info.exp: Likewise.
1993 * gdb.fortran/vla-ptype-sub.exp: Likewise.
1994 * gdb.fortran/vla-ptype.exp: Likewise.
1995 * gdb.fortran/vla-sizeof.exp: Likewise.
1996 * gdb.fortran/vla-type.exp: Likewise.
1997 * gdb.fortran/vla-value-sub-arbitrary.exp: Likewise.
1998 * gdb.fortran/vla-value-sub-finish.exp: Likewise.
1999 * gdb.fortran/vla-value-sub.exp: Likewise.
2000 * gdb.fortran/vla-value.exp: Likewise.
2001 * gdb.fortran/whatis_type.exp: Likewise.
2002 * gdb.mi/mi-var-child-f.exp: Likewise.
2003
2004 2020-05-09 Tom de Vries <tdevries@suse.de>
2005
2006 * gdb.dwarf2/clang-debug-names.exp: Remove PR25952 kfail.
2007
2008 2020-05-08 Tom de Vries <tdevries@suse.de>
2009
2010 * gdb.dwarf2/clang-debug-names.c: New test.
2011 * gdb.dwarf2/clang-debug-names.exp: New file.
2012
2013 2020-05-06 Simon Marchi <simon.marchi@efficios.com>
2014
2015 * gdb.arch/amd64-prologue-skip-cf-protection.exp: New file.
2016 * gdb.arch/amd64-prologue-skip-cf-protection.c: New file.
2017
2018 2020-05-06 Tom de Vries <tdevries@suse.de>
2019
2020 * gdb.reverse/consecutive-precsave.exp: Handle if instruction after
2021 breakpoint is at a "recommended breakpoint location".
2022 * gdb.reverse/consecutive-reverse.exp: Same.
2023
2024 2020-05-06 Tom de Vries <tdevries@suse.de>
2025
2026 * gdb.base/watchpoint-reuse-slot.exp (stepi): Print $pc to get current
2027 address.
2028
2029 2020-05-06 Tom de Vries <tdevries@suse.de>
2030
2031 * gdb.base/watchpoint-reuse-slot.exp: Fix incorrect assignment.
2032
2033 2020-05-06 Tom de Vries <tdevries@suse.de>
2034
2035 * gdb.base/store.exp (check_set, up_set): Allowing missing location
2036 info for r.
2037
2038 2020-05-06 Tom de Vries <tdevries@suse.de>
2039
2040 * gdb.base/shlib-call.exp: Add extra step to reach shmain.c:42, if
2041 necessary.
2042
2043 2020-05-06 Tom de Vries <tdevries@suse.de>
2044
2045 * lib/unbuffer_output.c (gdb_unbuffer_output): Change return type to
2046 void.
2047
2048 2020-05-06 Tom de Vries <tdevries@suse.de>
2049
2050 * lib/gdb.exp (is_stmt_addresses, hex_in_list): New proc, factored out
2051 of ...
2052 * gdb.base/async.exp: ... here.
2053 * gdb.base/consecutive.exp: Handle if 2nd breakpoint is at a
2054 "recommended breakpoint location".
2055
2056 2020-05-06 Tom de Vries <tdevries@suse.de>
2057
2058 * gdb.compile/compile-ifunc.exp: Use -Wno-attribute-alias.
2059
2060 2020-05-04 Tom de Vries <tdevries@suse.de>
2061
2062 * gdb.base/async.exp: Check whether instruction addresses are a
2063 "recommended breakpoint location".
2064
2065 2020-05-03 Tom Tromey <tom@tromey.com>
2066
2067 * gdb.base/sepdebug.exp: Remove "catch" test.
2068 * gdb.base/break.exp: Remove "catch" test.
2069 * gdb.base/default.exp: Update expected output.
2070
2071 2020-05-02 Tom de Vries <tdevries@suse.de>
2072
2073 * lib/gdb.exp (supports_mpx_check_pointer_bounds): New proc.
2074 * gdb.arch/i386-mpx-call.exp: Use supports_mpx_check_pointer_bounds.
2075 * gdb.arch/i386-mpx-map.exp: Same.
2076 * gdb.arch/i386-mpx-sigsegv.exp: Same.
2077 * gdb.arch/i386-mpx-simple_segv.exp: Same.
2078 * gdb.arch/i386-mpx.exp: Same.
2079
2080 2020-05-02 Tom de Vries <tdevries@suse.de>
2081
2082 * gdb.base/psym-external-decl.c (main): Add use of variable aaa.
2083
2084 2020-05-01 Tom de Vries <tdevries@suse.de>
2085
2086 * gdb.ada/operator_bp.exp: Allow more than required amount of
2087 breakpoint.
2088
2089 2020-05-01 Tom de Vries <tdevries@suse.de>
2090
2091 * gdb.reverse/until-reverse.c (main): Fix Wunused-result warning.
2092
2093 2020-04-30 Hannes Domani <ssbssa@yahoo.de>
2094
2095 PR gdb/18706
2096 * gdb.cp/stub-array-size.cc: New test.
2097 * gdb.cp/stub-array-size.exp: New file.
2098 * gdb.cp/stub-array-size.h: New test.
2099 * gdb.cp/stub-array-size2.cc: New test.
2100
2101 2020-04-30 Hannes Domani <ssbssa@yahoo.de>
2102
2103 * gdb.python/py-format-string.exp: Adjust pretty_arrays expected
2104 output to the new format.
2105
2106 2020-04-29 Simon Marchi <simon.marchi@efficios.com>
2107
2108 * gdb.base/break.exp: Use with_test_prefix.
2109
2110 2020-04-29 Tom de Vries <tdevries@suse.de>
2111
2112 * lib/gdb.exp (debug_types): New proc.
2113 * gdb.guile/scm-symtab.exp: Add xfail for PR gcc/90232.
2114 * gdb.python/py-symtab.exp: Same.
2115
2116 2020-04-29 Hannes Domani <ssbssa@yahoo.de>
2117
2118 PR gdb/17320
2119 * gdb.base/pretty-array.c: New test.
2120 * gdb.base/pretty-array.exp: New file.
2121
2122 2020-04-29 Tom de Vries <tdevries@suse.de>
2123
2124 PR symtab/25889
2125 * gdb.cp/cpexprs.exp: Adapt for inclusion.
2126 * gdb.cp/cpexprs-debug-types.exp: New file. Set -fdebug-types-section
2127 and include cpexprs.exp.
2128
2129 2020-04-28 Mark Williams <mark@myosotissp.com>
2130
2131 PR gdb/24480
2132 * dw4-toplevel-types.exp: Test for top level types.
2133 * dw4-toplevel-types.cc: Test for top level types.
2134
2135 2020-04-28 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2136
2137 * gdb.threads/stop-with-handle.exp: Fix typo in comment
2138 (theads -> threads).
2139
2140 2020-04-28 Tom de Vries <tdevries@suse.de>
2141
2142 * gdb.opt/inline-cmds.exp: Set KFAIL PR.
2143
2144 2020-04-28 Tom de Vries <tdevries@suse.de>
2145
2146 * gdb.base/info-macros.exp: Remove KFAIL. Add missing trailing ".*".
2147
2148 2020-04-28 Tom de Vries <tdevries@suse.de>
2149
2150 * gdb.ada/array_ptr_renaming.exp: Add PR number in KFAIL.
2151
2152 2020-04-28 Tom de Vries <tdevries@suse.de>
2153
2154 * gdb.dwarf2/main-foo.c: New test.
2155 * gdb.dwarf2/struct-with-sig.exp: New file.
2156
2157 2020-04-25 Tom de Vries <tdevries@suse.de>
2158
2159 * boards/debug-types.exp: New file.
2160
2161 2020-04-25 Andrew Burgess <andrew.burgess@embecosm.com>
2162
2163 * gdb.btrace/multi-inferior.exp: Avoid paths in test names.
2164
2165 2020-04-24 Tom Tromey <tom@tromey.com>
2166
2167 PR symtab/12707:
2168 * gdb.python/py-symbol.exp: Update expected results for
2169 linkage_name test.
2170 * gdb.cp/print-demangle.exp: New file.
2171 * gdb.base/c-linkage-name.exp: Fix test.
2172 * gdb.guile/scm-symbol.exp: Update expected results for
2173 linkage_name test.
2174
2175 2020-04-24 Tom Tromey <tom@tromey.com>
2176
2177 * gdb.dwarf2/dw2-namespaceless-anonymous.S: Remove.
2178 * gdb.dwarf2/dw2-namespaceless-anonymous.c: New file.
2179 * gdb.dwarf2/dw2-namespaceless-anonymous.exp: Use DWARF
2180 assembler.
2181
2182 2020-04-24 Tom de Vries <tdevries@suse.de>
2183
2184 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Set language of CU to
2185 C++.
2186
2187 2020-04-24 Tom Tromey <tromey@adacore.com>
2188
2189 * gdb.ada/frame_arg_lang.exp: Run with multiple -fgnat-encodings
2190 values.
2191 * gdb.ada/funcall_ref.exp: Run with multiple -fgnat-encodings
2192 values. Update test for minimal encodings.
2193 * gdb.ada/lang_switch.exp: Update test for minimal encodings.
2194 * gdb.ada/var_rec_arr.exp: Run with multiple -fgnat-encodings
2195 values. Update test for minimal encodings.
2196
2197 2020-04-24 Tom Tromey <tromey@adacore.com>
2198
2199 PR python/23662:
2200 * gdb.ada/variant.exp: Add Python checks.
2201 * gdb.rust/simple.exp: Add dynamic type checks.
2202
2203 2020-04-24 Tom Tromey <tromey@adacore.com>
2204
2205 * gdb.ada/mi_var_array.exp: Try all -fgnat-encodings settings.
2206 Make array type matching more lax.
2207 * gdb.ada/mi_var_union.exp: Try all -fgnat-encodings settings.
2208 * gdb.ada/mi_variant.exp: New file.
2209 * gdb.ada/mi_variant/pck.ads: New file.
2210 * gdb.ada/mi_variant/pkg.adb: New file.
2211 * gdb.ada/packed_tagged.exp: Try all -fgnat-encodings settings.
2212 * gdb.ada/unchecked_union.exp: Try all -fgnat-encodings settings.
2213
2214 2020-04-24 Tom Tromey <tromey@adacore.com>
2215
2216 * gdb.ada/variant.exp: Add dynamic field offset tests.
2217 * gdb.ada/variant/pck.ads (Nested_And_Variable): New type.
2218 * gdb.ada/variant/pkg.adb: Add new variables.
2219
2220 2020-04-24 Tom Tromey <tromey@adacore.com>
2221
2222 * gdb.ada/variant.exp: New file
2223 * gdb.ada/variant/pkg.adb: New file
2224 * gdb.ada/variant/pck.adb: New file
2225
2226 2020-04-24 Tom de Vries <tdevries@suse.de>
2227
2228 * lib/gdb.exp (clean_restart): Reset errcnt and warncnt.
2229
2230 2020-04-24 Tom de Vries <tdevries@suse.de>
2231
2232 * gdb.dwarf2/dwzbuildid.exp: Add quiet to dwzbuildid-mismatch compile
2233 flags.
2234
2235 2020-04-24 Tom de Vries <tdevries@suse.de>
2236
2237 * gdb.dwarf2/dw2-error.exp: Add quiet to compile flags.
2238
2239 2020-04-24 Tom de Vries <tdevries@suse.de>
2240
2241 * lib/gdb.exp (default_gdb_start): Handle eof.
2242 (clean_restart): Detect and handle gdb_start failure. Return -1 upon
2243 failure.
2244 * gdb.base/readnever.exp: Handle clean_restart failure.
2245
2246 2020-04-23 Tom de Vries <tdevries@suse.de>
2247
2248 * gdb.base/decl-before-def.exp: Run to main and print a again.
2249
2250 2020-04-23 Tom de Vries <tdevries@suse.de>
2251
2252 * gdb.base/decl-before-def-decl.c: New test.
2253 * gdb.base/decl-before-def-def.c: New test.
2254 * gdb.base/decl-before-def.exp: New file.
2255
2256 2020-04-23 Tom de Vries <tdevries@suse.de>
2257
2258 * gdb.base/readnever.exp: Skip if GDBFLAGS contain -readnow/--readnow.
2259
2260 2020-04-22 Tom de Vries <tdevries@suse.de>
2261
2262 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): Fix
2263 debug_info_offset.
2264 * gdb.mi/dw2-ref-missing-frame.exp: Make sure $objfuncfile comes
2265 before $objsfile in the line line.
2266
2267 2020-04-22 Tom de Vries <tdevries@suse.de>
2268
2269 * gdb.dlang/watch-loc.c (.debug_aranges): Fix _Dmain length.
2270
2271 2020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
2272
2273 * gdb.base/jit-attach-pie.c: Use jit-protocol.h.
2274 * gdb.base/jit-elf-main.c: Use jit-protocol.h.
2275 * gdb.base/jit-reader-host.c: Use jit-protocol.h.
2276 * gdb.base/jit-reader-simple-jit.c: Use jit-protocol.h.
2277 * gdb.base/jit-protocol.h: Update definitions to match all usage
2278 contexts.
2279
2280 2020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
2281
2282 * gdb.base: Rename all jit related test and source files.
2283
2284 2020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
2285
2286 * gdb.base/jit-reader.exp: Relax register output check.
2287
2288 2020-04-22 Tom de Vries <tdevries@suse.de>
2289
2290 PR symtab/25764
2291 * gdb.base/psym-external-decl-2.c: New test.
2292 * gdb.base/psym-external-decl.c: New test.
2293 * gdb.base/psym-external-decl.exp: New file.
2294 * gdb.threads/tls.exp: Add PR25807 kfail.
2295
2296 2020-04-22 Tom de Vries <tdevries@suse.de>
2297
2298 PR symtab/25801
2299 * gdb.dwarf2/imported-unit.exp: Test that we can get imported_unit.c
2300 in "info source" output.
2301
2302 2020-04-22 Tom de Vries <tdevries@suse.de>
2303
2304 PR symtab/25700
2305 * gdb.dwarf2/imported-unit.exp: Verify that there's only one partial
2306 symtab for imported_unit.c.
2307
2308 2020-04-21 Gary Benson <gbenson@redhat.com>
2309
2310 * gdb.base/advance.c (func): New argument, to match call site.
2311 (func2, func3): Add return statements.
2312
2313 2020-04-21 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2314
2315 * gdb.multi/run-only-second-inf.c: New file.
2316 * gdb.multi/run-only-second-inf.exp: New file.
2317
2318 2020-04-21 Markus Metzger <markus.t.metzger@intel.com>
2319
2320 * gdb.btrace/multi-inferior.c: New test.
2321 * gdb.btrace/multi-inferior.exp: New file.
2322
2323 2020-04-21 Markus Metzger <markus.t.metzger@intel.com>
2324
2325 * gdb.btrace/enable-new-thread.c: New test.
2326 * gdb.btrace/enable-new-thread.exp: New file.
2327
2328 2020-04-21 Tom de Vries <tdevries@suse.de>
2329
2330 PR gdb/25471
2331 * gdb.threads/killed-outside.c: New test.
2332 * gdb.threads/killed-outside.exp: New file.
2333
2334 2020-04-20 Gary Benson <gbenson@redhat.com>
2335
2336 * gdb.base/nested-subp1.exp: Use support_nested_function_tests.
2337 * gdb.base/nested-subp2.exp: Likewise.
2338 * gdb.base/nested-subp3.exp: Likewise.
2339
2340 2020-04-20 Gary Benson <gbenson@redhat.com>
2341
2342 * gdb.base/nested-subp1.exp: Disable test when using clang.
2343 * gdb.base/nested-subp2.exp: Likewise.
2344 * gdb.base/nested-subp3.exp: Likewise.
2345
2346 2020-04-20 Gary Benson <gbenson@redhat.com>
2347
2348 * gdb.cp/exception.cc: Fix compilation error with clang.
2349
2350 2020-04-20 Gary Benson <gbenson@redhat.com>
2351
2352 * gdb.trace/tspeed.c: Fix compilation error with clang.
2353
2354 2020-04-20 Gary Benson <gbenson@redhat.com>
2355
2356 * gdb.base/jit-main.c: Fix compilation error with clang.
2357
2358 2020-04-17 Kamil Rytarowski <n54@gmx.com>
2359
2360 * gdb.base/attach-twice.c: Include "sys/types.h".
2361 (PTRACE_ATTACH): Add fallback definition.
2362 (main): Pass `0' to the 4th argument of `ptrace'.
2363
2364 2020-04-17 Kamil Rytarowski <n54@gmx.com>
2365
2366 * gdb.base/fork-running-state.c: Include "signal.h".
2367
2368 2020-04-17 Tom Tromey <tromey@adacore.com>
2369
2370 * gdb.cp/maint.exp (test_help): Simplify multiple_help_body.
2371 Update tests.
2372 * gdb.btrace/cpu.exp: Update tests.
2373 * gdb.base/maint.exp: Update tests.
2374 * gdb.base/default.exp: Update tests.
2375 * gdb.base/completion.exp: Update tests.
2376
2377 2020-04-16 Tom de Vries <tdevries@suse.de>
2378
2379 PR symtab/25791
2380 * gdb.dwarf2/gdb-add-index.exp (add_gdb_index): Move ...
2381 (ensure_gdb_index): and factor out and move ...
2382 * lib/gdb.exp (add_gdb_index, ensure_gdb_index): ... here.
2383 * gdb.dwarf2/imported-unit-runto-main.exp: New file.
2384
2385 2020-04-16 Tom de Vries <tdevries@suse.de>
2386
2387 * gdb.base/maint-expand-symbols-header-file.exp: Set language before
2388 loading exec.
2389
2390 2020-04-15 Andrew Burgess <andrew.burgess@embecosm.com>
2391
2392 * gdb.base/many-completions.exp: New file.
2393
2394 2020-04-14 Tom de Vries <tdevries@suse.de>
2395
2396 PR symtab/25718
2397 * gdb.dwarf2/dw2-symtab-includes.exp: New file.
2398
2399 2020-04-14 Tom de Vries <tdevries@suse.de>
2400
2401 PR symtab/25720
2402 * gdb.base/maint-expand-symbols-header-file.c: New test.
2403 * gdb.base/maint-expand-symbols-header-file.exp: New file.
2404 * gdb.base/maint-expand-symbols-header-file.h: New test.
2405
2406 2020-04-14 Andrew Burgess <andrew.burgess@embecosm.com>
2407
2408 * gdb.dwarf2/dw2-inline-many-frames.exp (get_func_info): Delete.
2409 * gdb.dwarf2/dw2-inline-small-func.exp: Pass options to
2410 get_func_info.
2411 (get_func_info): Delete.
2412 * gdb.dwarf2/dw2-is-stmt-2.exp (get_func_info): Delete.
2413 * gdb.dwarf2/dw2-is-stmt.exp (get_func_info): Delete.
2414 * lib/dwarf.exp (get_func_info): New function.
2415
2416 2020-04-13 Tom de Vries <tdevries@suse.de>
2417
2418 * lib/ada.exp (find_ada_tool): Pass --GCC and -B to gnatlink, similar
2419 to what find_gnatmake does.
2420
2421 2020-04-10 Tom de Vries <tdevries@suse.de>
2422
2423 * gdb.base/style.exp: Expect "Expanding full symbols" message for
2424 -readnow.
2425
2426 2020-04-10 Tom de Vries <tdevries@suse.de>
2427
2428 PR cli/25808
2429 * gdb.base/style.c: Add leading newlines.
2430 * gdb.base/style.exp: Use gdb_get_line_number to get specific lines.
2431 Check listing of main's one-line body.
2432
2433 2020-04-08 Tom de Vries <tdevries@suse.de>
2434
2435 * lib/gdb.exp (psymtabs_p): New proc.
2436 * gdb.dwarf2/imported-unit.exp: Mark "no static partial symbols in
2437 importing unit" unsupported if there are no partial symbols.
2438
2439 2020-04-08 Tom de Vries <tdevries@suse.de>
2440
2441 PR testsuite/25760
2442 * gdb.ada/call_pn.exp: Call "maint expand-symtabs". Add xfails.
2443
2444 2020-04-07 Tom de Vries <tdevries@suse.de>
2445
2446 PR symtab/25796
2447 * gdb.dwarf2/imported-unit-abstract-const-value.exp: New file.
2448
2449 2020-04-07 Tom de Vries <tdevries@suse.de>
2450
2451 * gdb.base/check-psymtab.c: New test.
2452 * gdb.base/check-psymtab.exp: New file.
2453
2454 2020-04-06 Tom Tromey <tromey@adacore.com>
2455
2456 * gdb.ada/variant-record/proc.adb: New file.
2457 * gdb.ada/variant-record/value.adb: New file.
2458 * gdb.ada/variant-record/value.s: New file.
2459 * gdb.ada/variant-record.exp: New file.
2460
2461 2020-04-03 Hannes Domani <ssbssa@yahoo.de>
2462
2463 PR gdb/25325
2464 * gdb.cp/typed-enum.cc: New test.
2465 * gdb.cp/typed-enum.exp: New file.
2466
2467 2020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
2468
2469 * gdb.dwarf2/dw2-inline-small-func-lbls.c: New file.
2470 * gdb.dwarf2/dw2-inline-small-func.c: New file.
2471 * gdb.dwarf2/dw2-inline-small-func.exp: New file.
2472 * gdb.dwarf2/dw2-inline-small-func.h: New file.
2473 * gdb.opt/inline-small-func.c: New file.
2474 * gdb.opt/inline-small-func.exp: New file.
2475 * gdb.opt/inline-small-func.h: New file.
2476
2477 2020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
2478
2479 * lib/dwarf.exp (Dwarf::lines::program::DW_LNS_set_file): New
2480 function.
2481
2482 2020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
2483
2484 * lib/dwarf.exp (function_range): Allow compiler options to be
2485 specified.
2486
2487 2020-04-02 Tom de Vries <tdevries@suse.de>
2488
2489 * gdb.dwarf2/break-inline-psymtab-2.c (bar): Add
2490 __attribute__((always_inline)).
2491 * gdb.dwarf2/break-inline-psymtab.exp: Don't use -O2.
2492
2493 2020-04-02 Tom de Vries <tdevries@suse.de>
2494
2495 * lib/gdbserver-support.exp (gdbserver_exit): Factor out of ...
2496 (gdbserver_gdb_exit): ... here. Add timeout warning.
2497 * gdb.multi/multi-target.exp (server_spawn_ids): New global var.
2498 (connect_target_extended_remote): Append new server_spawn_id to
2499 server_spawn_ids.
2500 (cleanup): New proc.
2501 (setup, <toplevel>): Call cleanup.
2502
2503 2020-04-02 Tom de Vries <tdevries@suse.de>
2504
2505 * gdb.base/main-psymtab.exp: New file.
2506
2507 2020-04-02 Tom de Vries <tdevries@suse.de>
2508
2509 * gdb.fortran/mixed-lang-stack.exp: Accept new complex printing style.
2510
2511 2020-04-01 Tom Tromey <tom@tromey.com>
2512
2513 * gdb.base/complex-parts.exp: Add type tests.
2514
2515 2020-04-01 Tom Tromey <tom@tromey.com>
2516
2517 * gdb.base/complex-parts.exp: Add arithmetic tests.
2518
2519 2020-04-01 Tom Tromey <tom@tromey.com>
2520
2521 * gdb.compile/compile.exp: Update.
2522 * gdb.compile/compile-cplus.exp: Update.
2523 * gdb.base/varargs.exp: Update.
2524 * gdb.base/floatn.exp: Update.
2525 * gdb.base/endianity.exp: Update.
2526 * gdb.base/callfuncs.exp (do_function_calls): Update.
2527 * gdb.base/funcargs.exp (complex_args, complex_integral_args)
2528 (complex_float_integral_args): Update.
2529 * gdb.base/complex.exp: Update.
2530 * gdb.base/complex-parts.exp: Update.
2531
2532 2020-04-01 Tom Tromey <tromey@adacore.com>
2533
2534 * gdb.rust/union.rs: New file.
2535 * gdb.rust/union.exp: New file.
2536 * gdb.rust/simple.rs (Union, Union2): Move to union.rs.
2537 (main): Update.
2538 * gdb.rust/simple.exp: Move union tests to union.exp.
2539
2540 2020-04-01 Tom Tromey <tromey@adacore.com>
2541
2542 * gdb.rust/simple.rs (main): Remove "y0".
2543
2544 2020-04-01 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2545
2546 * gdb.multi/stop-all-on-exit.c: New test.
2547 * gdb.multi/stop-all-on-exit.exp: New file.
2548
2549 2020-04-01 Hannes Domani <ssbssa@yahoo.de>
2550
2551 PR gdb/24789
2552 * gdb.cp/misc.cc: Add integer reference variable.
2553 * gdb.cp/misc.exp: Add test.
2554
2555 2020-04-01 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2556
2557 * gdb.server/stop-reply-no-thread.exp: Enhance the test
2558 scenario to cover execution until the end and also the case
2559
2560 2020-03-31 Tom de Vries <tdevries@suse.de>
2561
2562 * gdb.base/c-linkage-name.exp: Fix test-case comment. Set language to
2563 c. Use "maint info symtabs" to check symtab expansion.
2564
2565 2020-03-30 Tom de Vries <tdevries@suse.de>
2566
2567 * gdb.base/c-linkage-name.exp: Use readnow call to mark a test
2568 unsupported.
2569 (verify_psymtab_expanded): Move ...
2570 * lib/gdb.exp (verify_psymtab_expanded): ... here. Add unsupported
2571 test.
2572 (readnow): New proc.
2573
2574 2020-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
2575
2576 * gdb.fortran/mixed-lang-stack.exp: Replace two hard coded address
2577 with $hex.
2578
2579 2020-03-20 Tom Tromey <tromey@adacore.com>
2580
2581 * gdb.dwarf2/dw2-ranges-base.exp: Update regular expressions.
2582
2583 2020-03-20 Tom Tromey <tromey@adacore.com>
2584
2585 * gdb.ada/sub_variant/subv.adb: New file.
2586 * gdb.ada/sub_variant.exp: New file.
2587
2588 2020-03-20 Tom de Vries <tdevries@suse.de>
2589
2590 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Bail out if
2591 first break fails.
2592 * gdb.threads/step-over-trips-on-watchpoint.exp: (do_test): Same.
2593
2594 2020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
2595
2596 * gdb.server/exit-multiple-threads.c: New file.
2597 * gdb.server/exit-multiple-threads.exp: New file.
2598
2599 2020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
2600
2601 * gdb.fortran/mixed-lang-stack.c: New file.
2602 * gdb.fortran/mixed-lang-stack.cpp: New file.
2603 * gdb.fortran/mixed-lang-stack.exp: New file.
2604 * gdb.fortran/mixed-lang-stack.f90: New file.
2605
2606 2020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
2607
2608 * gdb.linespec/cp-completion-aliases.cc: New file.
2609 * gdb.linespec/cp-completion-aliases.exp: New file.
2610
2611 2020-03-19 Tom de Vries <tdevries@suse.de>
2612
2613 * gdb.opt/inline-locals.exp: Add kfail PR number. Make kfail matching
2614 more precise.
2615
2616 2020-03-18 Tom de Vries <tdevries@suse.de>
2617
2618 * gdb.dwarf2/break-inline-psymtab-2.c: New test.
2619 * gdb.dwarf2/break-inline-psymtab.c: New test.
2620 * gdb.dwarf2/break-inline-psymtab.exp: New file.
2621
2622 2020-03-16 Tom de Vries <tdevries@suse.de>
2623
2624 * lib/cache.exp (gdb_do_cache): Add and handle local variables
2625 cache_verify and cache_verify_proc.
2626
2627 2020-03-15 Tom de Vries <tdevries@suse.de>
2628
2629 * gdb.server/solib-list.exp: Handle
2630 'Load new symbol table from "/lib64/ld-2.26.so"? (y or n)'.
2631
2632 2020-03-15 Tom de Vries <tdevries@suse.de>
2633
2634 * gdb.base/maint.exp: Use exp_continue in long lines for "maint print
2635 objfiles".
2636
2637 2020-03-14 Tom Tromey <tom@tromey.com>
2638
2639 * gdb.base/cvexpr.exp: Add test for _Atomic and restrict.
2640
2641 2020-03-14 Tom de Vries <tdevries@suse.de>
2642
2643 * gdb.mi/mi-fortran-modules.exp: Use exp_continue.
2644
2645 2020-03-14 Tom de Vries <tdevries@suse.de>
2646
2647 * gdb.threads/attach-many-short-lived-threads.exp: Read "info threads"
2648 result in line-by-line fashion.
2649
2650 2020-03-14 Tom de Vries <tdevries@suse.de>
2651
2652 * lib/gdb.exp (supports_statement_frontiers): New proc.
2653 * gdb.cp/step-and-next-inline.exp: Use supports_statement_frontiers.
2654
2655 2020-03-14 Tom de Vries <tdevries@suse.de>
2656
2657 * gdb.base/printcmds.exp: Add missing quoting for "print
2658 teststring2".
2659
2660 2020-03-13 Tom Tromey <tom@tromey.com>
2661
2662 * gdb.base/printcmds.exp (test_print_strings): Add regression
2663 test.
2664 * gdb.base/printcmds.c (charptr): New typedef.
2665 (teststring2): New global.
2666
2667 2020-03-13 Andrew Burgess <andrew.burgess@embecosm.com>
2668
2669 * gdb.base/break-interp.exp: Use the tail of the filename, not the
2670 full path in the test name.
2671 (test_ld): Add some with_test_prefix blocks to make test names
2672 unique.
2673
2674 2020-03-13 Tom de Vries <tdevries@suse.de>
2675
2676 * gdb.mi/mi-sym-info.exp: Fix buffer full errors, and timeouts.
2677
2678 2020-03-13 Tom de Vries <tdevries@suse.de>
2679
2680 * gdb.mi/mi-sym-info.exp: Make matching more precise.
2681
2682 2020-03-13 Tom de Vries <tdevries@suse.de>
2683
2684 PR symtab/25646
2685 * gdb.dwarf2/imported-unit.exp: Add test.
2686
2687 2020-03-13 Tom de Vries <tdevries@suse.de>
2688
2689 * gdb.mi/mi-sym-info-2.c (another_char_t, another_short_t): New typedef.
2690 (var1, var2): New variable.
2691 * gdb.mi/mi-sym-info.exp: Add --name to various commands to restrict
2692 matching symbols.
2693
2694 2020-03-13 Tom de Vries <tdevries@suse.de>
2695
2696 * lib/tuiterm.exp (Term::command_no_prompt_prefix): New proc.
2697 (Term::command): Use prompt prefix.
2698 (Term::enter_tui): Use command_no_prompt_prefix instead of prefix.
2699 * gdb.tui/tui-layout-asm-short-prog.exp: Use
2700 command_no_prompt_prefix instead of prefix.
2701 * gdb.tui/tui-layout-asm.exp: Same.
2702
2703 2020-03-12 Simon Marchi <simon.marchi@efficios.com>
2704
2705 * gdb.base/break-interp.exp: Use foreach_with_prefix.
2706
2707 2020-03-12 Simon Marchi <simon.marchi@efficios.com>
2708
2709 * gdb.arch/amd64-disp-step-avx.S: Add nops after _start.
2710 * gdb.arch/amd64-disp-step-avx.exp: Enable "set debug displaced
2711 on" while stepping over the test instruction, match printed
2712 message.
2713
2714 2020-03-12 Tom de Vries <tdevries@suse.de>
2715
2716 * gdb.base/info-types.exp: Use exp_continue during matching of output
2717 of "info types".
2718
2719 2020-03-12 Tom de Vries <tdevries@suse.de>
2720
2721 * gdb.threads/execl.exp: Delete breakpoint after hitting it.
2722
2723 2020-03-12 Tom de Vries <tdevries@suse.de>
2724
2725 * gdb.fortran/module.exp: Use exp_continue during matching of output
2726 of "info variable -n".
2727
2728 2020-03-12 Tom de Vries <tdevries@suse.de>
2729
2730 * gdb.dwarf2/dw2-ranges-base.exp: Limit "maint info line-table" to
2731 gdb.dwarf2/dw2-ranges-base.c.
2732
2733 2020-03-12 Tom de Vries <tdevries@suse.de>
2734
2735 * gdb.linespec/explicit.exp: Fix "complete non-unique file name" test
2736 in presence of GLIBC debuginfo.
2737
2738 2020-03-12 Tom de Vries <tdevries@suse.de>
2739
2740 * lib/gdb.exp (gdb_core_cmd): Use string_to_regexp for regexp-matching
2741 $core.
2742
2743 2020-03-12 Tom de Vries <tdevries@suse.de>
2744
2745 * lib/gdb.exp (gdb_core_cmd): Make "No such file or directory" regexp
2746 more precise.
2747
2748 2020-03-11 Simon Marchi <simon.marchi@efficios.com>
2749
2750 * lib/gdb.exp (standard_output_file): Use `pwd -W` to convert
2751 from Unix to Windows path.
2752
2753 2020-03-11 Tom de Vries <tdevries@suse.de>
2754
2755 * gdb.ada/minsyms.exp: Set language to ada.
2756
2757 2020-03-11 Tom de Vries <tdevries@suse.de>
2758
2759 * gdb.server/sysroot.exp: Allow GLIBC's printf alias __printf.
2760
2761 2020-03-11 Tom de Vries <tdevries@suse.de>
2762
2763 * gdb.btrace/reconnect.exp: Allow source line pattern after stepi.
2764
2765 2020-03-11 Tom Tromey <tromey@adacore.com>
2766
2767 * gdb.dwarf2/variant.exp: Mark discriminants as artificial.
2768
2769 2020-03-11 Tom de Vries <tdevries@suse.de>
2770
2771 * gdb.base/foll-fork.exp: Allow "Reading in symbols" messages.
2772
2773 2020-03-11 Tom de Vries <tdevries@suse.de>
2774
2775 * gdb.base/break-interp.exp: Limit verbose scope.
2776
2777 2020-03-11 Tom de Vries <tdevries@suse.de>
2778
2779 * gdb.fortran/logical.f90: Define variable with character type.
2780 * gdb.fortran/logical.exp: Use character type instead of uint8_t.
2781
2782 2020-03-11 Tom de Vries <tdevries@suse.de>
2783
2784 * gdb.base/list-ambiguous.exp: Set EDITOR to true.
2785
2786 2020-03-11 Tom de Vries <tdevries@suse.de>
2787
2788 * gdb.ada/access_to_packed_array.exp: Test printing of expanded
2789 symtabs.
2790
2791 2020-03-10 Andrew Burgess <andrew.burgess@embecosm.com>
2792 Bernd Edlinger <bernd.edlinger@hotmail.de>
2793
2794 * gdb.cp/step-and-next-inline.cc: New file.
2795 * gdb.cp/step-and-next-inline.exp: New file.
2796 * gdb.cp/step-and-next-inline.h: New file.
2797 * gdb.dwarf2/dw2-is-stmt.c: New file.
2798 * gdb.dwarf2/dw2-is-stmt.exp: New file.
2799 * gdb.dwarf2/dw2-is-stmt-2.c: New file.
2800 * gdb.dwarf2/dw2-is-stmt-2.exp: New file.
2801 * gdb.dwarf2/dw2-ranges-base.exp: Update line table pattern.
2802
2803 2020-03-10 Andrew Burgess <andrew.burgess@embecosm.com>
2804
2805 * lib/dwarf.exp (Dwarf::lines) Add support for modifying the
2806 is-stmt flag in the line table.
2807
2808 2020-03-09 Tom de Vries <tdevries@suse.de>
2809
2810 * lib/gdb.exp (cached_file): Create cache dir.
2811
2812 2020-03-07 Tom de Vries <tdevries@suse.de>
2813
2814 * gdb.cp/ref-params.exp: Compare build_executable result with -1.
2815 * gdb.cp/rvalue-ref-params.exp: Same.
2816
2817 2020-03-06 Tom de Vries <tdevries@suse.de>
2818
2819 * lib/gdb.exp (tentative_rename, cached_file): New proc.
2820 * boards/cc-with-tweaks.exp: Use cached_file to create gdb.sh.
2821
2822 2020-03-06 Tom de Vries <tdevries@suse.de>
2823
2824 * README: Fix "the the".
2825 * gdb.base/dprintf.exp: Same.
2826
2827 2020-03-05 Tom de Vries <tdevries@suse.de>
2828
2829 * gdb.base/maint.exp: Update "main print statistics" expected output.
2830
2831 2020-03-04 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
2832
2833 * lib/fortran.exp (fortran_int4): Handle flang kind printing.
2834 (fortran_int8): Likewise.
2835 (fortran_real4): Likewise.
2836 (fortran_real8): Likewise.
2837 (fortran_complex4): Likewise.
2838 (fortran_logical4): Likewise.
2839 (fortran_character1): Likewise.
2840
2841 2020-03-03 Andrew Burgess <andrew.burgess@embecosm.com>
2842
2843 * gdb.fortran/logical.exp: Add tests that any non-zero value is
2844 printed as true.
2845
2846 2020-03-03 Sergio Durigan Junior <sergiodj@redhat.com>
2847
2848 * gdb.base/printcmds.exp: Add test to verify printf of a
2849 variable holding an address.
2850
2851 2020-03-03 Tom de Vries <tdevries@suse.de>
2852
2853 * gdb.mi/gdb2549.exp: Fix "register values t" check-read1 timeout.
2854
2855 2020-03-03 Tom de Vries <tdevries@suse.de>
2856
2857 * gdb.mi/list-thread-groups-available.exp: Use -prompt syntax for
2858 gdb_test_multiple call.
2859
2860 2020-03-03 Tom de Vries <tdevries@suse.de>
2861
2862 * gdb.mi/mi-sym-info.exp: Add missing -prompt "$mi_gdb_prompt$" to
2863 gdb_test_multiple calls.
2864
2865 2020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
2866
2867 * gdb.base/default.exp: Remove test of 'set history filename'.
2868 * gdb.base/gdbinit-history.exp: Add tests for setting the history
2869 filename to the empty string.
2870 * lib/gdb.exp (gdb_init): Unset environment variables GDBHISTFILE
2871 and GDBHISTSIZE.
2872
2873 2020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
2874
2875 * gdb.server/stop-reply-no-thread.exp: Add test where T packet is
2876 disabled.
2877
2878 2020-03-02 Pedro Alves <palves@redhat.com>
2879 Tom de Vries <tdevries@suse.de>
2880
2881 * lib/gdb.exp (gdb_test_multiple): Handle prompt_regexp option using
2882 -prompt prefix, before user_code argument. Add -lbl option likewise.
2883 (skip_python_tests_prompt, skip_libstdcxx_probe_tests_prompt)
2884 (gdb_is_target_1): Add -prompt prefix and move to before user_code
2885 argument.
2886 * gdb.base/corefile-buildid.exp: Use -lbl option. Rewrite regexps to
2887 have "\r\n" at start-of-line, instead of at end-of-line.
2888
2889 2020-02-28 Simon Marchi <simon.marchi@efficios.com>
2890
2891 * lib/trace-support.exp (get_in_proc_agent): Adjust path to
2892 libinproctrace.so.
2893
2894 2020-02-28 Luis Machado <luis.machado@linaro.org>
2895
2896 * gdb.arch/aarch64-fp.exp: Switch from "info registers" command
2897 to "p/x".
2898
2899 2020-02-28 Luis Machado <luis.machado@linaro.org>
2900
2901 * gdb.arch/aarch64-dbreg-contents.c: Include stdlib.h, unistd.h,
2902 asm/ptrace.h and error.h.
2903
2904 2020-02-28 Tom de Vries <tdevries@suse.de>
2905
2906 * gdb.base/c-linkage-name.c (main): Call do_something_other_cu.
2907 (struct wrapper, do_something, mundane/symada__cS): Move ...
2908 * gdb.base/c-linkage-name-2.c: ... here. New source file.
2909 * gdb.base/c-linkage-name.exp: Add verification of psymtab expansion.
2910 Update "print symada__cS before partial symtab expansion" regexp.
2911 Update breakpoint location. Flush symbol cache after expansion.
2912
2913 2020-02-28 Luis Machado <luis.machado@linaro.org>
2914
2915 * gdb.arch/aarch64-pauth.exp: Recognize optional PAC output.
2916
2917 2020-02-27 Tom de Vries <tdevries@suse.de>
2918
2919 * config/sid.exp: Remove unused globals.
2920 * gdb.base/attach.exp: Same.
2921 * gdb.base/catch-load.exp: Same.
2922 * gdb.base/dbx.exp: Same.
2923 * lib/gdb.exp: Same.
2924 * lib/mi-support.exp: Same.
2925 * lib/prompt.exp: Same.
2926
2927 2020-02-27 Tom de Vries <tdevries@suse.de>
2928
2929 * lib/tuiterm.exp (spawn): Handle case that spawn_out(slave,name) is
2930 not set.
2931
2932 2020-02-26 Aaron Merey <amerey@redhat.com>
2933
2934 * gdb.debuginfod: New directory for debuginfod tests.
2935 * gdb.debuginfod/main.c: New test file.
2936 * gdb.debuginfod/fetch_src_and_symbols.exp: New tests.
2937
2938 2020-02-26 Tom de Vries <tdevries@suse.de>
2939
2940 PR gdb/25603
2941 * gdb.base/persistent-lang.cc: New test.
2942 * gdb.base/persistent-lang.exp: New file.
2943
2944 2020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
2945
2946 * gdb.fortran/derived-type-striding.exp: Add a new test.
2947 * gdb.fortran/derived-type-striding.f90: Add pointer variable for
2948 new test.
2949
2950 2020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
2951
2952 * gdb.base/cached-source-file.exp: Avoid source file paths in test
2953 names.
2954
2955 2020-02-25 Tom de Vries <tdevries@suse.de>
2956
2957 PR go/18926
2958 * gdb.go/methods.exp: Remove gcc/93866 xfail.
2959
2960 2020-02-24 Tom de Vries <tdevries@suse.de>
2961
2962 PR gdb/25592
2963 * gdb.base/info-locals-unused-static-var.c: New test.
2964 * gdb.base/info-locals-unused-static-var.exp: New file.
2965
2966 2020-02-22 Tom Tromey <tom@tromey.com>
2967
2968 * gdb.python/tui-window.exp: New file.
2969 * gdb.python/tui-window.py: New file.
2970
2971 2020-02-22 Tom Tromey <tom@tromey.com>
2972
2973 PR tui/17850:
2974 * gdb.tui/new-layout.exp: Add horizontal layout and winheight
2975 tests.
2976
2977 2020-02-22 Tom Tromey <tom@tromey.com>
2978
2979 * gdb.tui/new-layout.exp: Add sub-layout tests.
2980
2981 2020-02-22 Tom Tromey <tom@tromey.com>
2982
2983 * gdb.tui/new-layout.exp: New file.
2984
2985 2020-02-22 Tom Tromey <tom@tromey.com>
2986
2987 * gdb.rust/rust-style.rs: New file.
2988 * gdb.rust/rust-style.exp: New file.
2989 * gdb.base/style.exp: Test structure printing.
2990 * gdb.base/style.c (struct some_struct): New type.
2991 (enum etype): New type.
2992 (struct_value): New global.
2993
2994 2020-02-21 Tom de Vries <tdevries@suse.de>
2995
2996 PR go/18926
2997 * lib/gdb.exp (bp_location2/bp_location2_regexp): Fix.
2998 Remove blanket xfails. Use message argument for gdb_breakpoint.
2999 Make continuing to breakpoint test conditional on setting breakpoint.
3000 Fix continuing to breakpoint regexp. Add xfails for gccgo-6/7
3001 DW_AT_name attribute. Add xfail for GCC PR93866.
3002
3003 2020-02-21 Andrew Burgess <andrew.burgess@embecosm.com>
3004
3005 * gdb.dwarf2/cpp-linkage-name.c: New file.
3006 * gdb.dwarf2/cpp-linkage-name.exp: New file.
3007
3008 2020-02-21 Shahab Vahedi <shahab@synopsys.com>
3009
3010 * lib/gdb.exp (gdb_wrapper_init): Reset
3011 "gdb_wrapper_initialized" to 0 if "wrapper_file" does
3012 not exist.
3013
3014 2020-02-20 Tom de Vries <tdevries@suse.de>
3015
3016 PR go/17018
3017 * gdb.go/hello.exp: Copy ...
3018 * gdb.go/global-local-var-shadow.exp: ... here. New file. Expect
3019 print of st to print value of global definition. Add xfail for GCC
3020 PR93844.
3021 * gdb.go/hello.exp: Remove printing of st before definition.
3022 * gdb.go/hello.go: Copy ...
3023 * gdb.go/global-local-var-shadow.go: ... here. New test. Rename myst
3024 to st.
3025 * gdb.go/hello.go: Remove myst. Remove comment about shadowing.
3026
3027 2020-02-20 Tom de Vries <tdevries@suse.de>
3028
3029 * lib/gdb.exp (support_go_compile): New gdb_caching_proc.
3030 (gdb_simple_compile): Handle compile_flags go by using .go extension
3031 for source file.
3032 * gdb.go/chan.exp: Use support_go_compile.
3033 * gdb.go/handcall.exp: Same.
3034 * gdb.go/hello.exp: Same.
3035 * gdb.go/integers.exp: Same.
3036 * gdb.go/max-depth.exp: Same.
3037 * gdb.go/methods.exp: Same.
3038 * gdb.go/package.exp: Same.
3039 * gdb.go/strings.exp: Same.
3040 * gdb.go/types.exp: Same.
3041 * gdb.go/unsafe.exp: Same.
3042
3043 2020-02-19 Tom de Vries <tdevries@suse.de>
3044
3045 * gdb.python/lib-types.exp: Make xfail more strict.
3046
3047 2020-02-19 Tom de Vries <tdevries@suse.de>
3048
3049 * gdb.ada/funcall_ref.exp: Replace xfail setup by unsupported check.
3050
3051 2020-02-19 Doug Evans <dje@google.com>
3052
3053 PR rust/25535
3054 * gdb.rust/simple.exp: Add test.
3055 * gdb.rust/simple.rs: Add test.
3056
3057 2020-02-19 Tom de Vries <tdevries@suse.de>
3058
3059 * gdb.base/corefile-buildid.exp (check_exec_file): Match info files
3060 output line-by-line.
3061
3062 2020-02-19 Tom de Vries <tdevries@suse.de>
3063
3064 * gdb.cp/cpexprs.exp: Remove c++/14186 kfail.
3065
3066 2020-02-19 Tom de Vries <tdevries@suse.de>
3067
3068 * gdb.base/solib-overlap.exp: Use exec instead of system to execute
3069 prelink.
3070
3071 2020-02-19 Tom de Vries <tdevries@suse.de>
3072
3073 * lib/cache.exp (ignore_pass, gdb_do_cache_wrap): New proc.
3074 (gdb_do_cache): Use gdb_do_cache_wrap.
3075 * gdb.base/gdb-caching-proc.exp (test_proc): Use gdb_do_cache_wrap.
3076
3077 2020-02-19 Tom de Vries <tdevries@suse.de>
3078
3079 * lib/dtrace.exp (dtrace_build_usdt_test_program): Use quiet as
3080 gdb_compile option.
3081
3082 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
3083
3084 * gdb.base/printcmds.exp (test_print_enums): Update expected
3085 output.
3086
3087 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
3088
3089 * gdb.base/printcmds.exp (test_print_enums): Expect hex values
3090 for "unknown".
3091
3092 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
3093
3094 * gdb.base/printcmds.c (enum flag_enum): Add FE_TWO_LEGACY
3095 enumerator.
3096
3097 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
3098
3099 * gdb.base/printcmds.c (enum flag_enum): Prefix enumerators with
3100 FE_, add FE_NONE.
3101 (three): Update.
3102 (enum flag_enum_without_zero): New enum.
3103 (flag_enum_without_zero): New variable.
3104 (enum not_flag_enum): New enum.
3105 (three_not_flag): New variable.
3106 * gdb.base/printcmds.exp (test_artificial_arrays): Update.
3107 (test_print_enums): Add more tests for printing flag enums.
3108
3109 2020-02-18 Tom de Vries <tdevries@suse.de>
3110
3111 * lib/ada.exp (gdb_compile_ada_1): Factor out of ...
3112 (gdb_compile_ada): ... here.
3113 (gnat_runtime_has_debug_info): Remove fail call for gdb_compile_ada
3114 failure. Use gdb_compile_ada_1 instead of gdb_compile_ada.
3115
3116 2020-02-14 Tom Tromey <tom@tromey.com>
3117
3118 * lib/gdbserver-support.exp (find_gdbserver): Find gdbserver in
3119 build directory.
3120 * boards/gdbserver-base.exp: Update path to gdbserver.
3121
3122 2020-02-13 Tom de Vries <tdevries@suse.de>
3123
3124 * lib/ada.exp (gdb_compile_ada): Delete stale exec before compilation.
3125
3126 2020-02-13 Tom de Vries <tdevries@suse.de>
3127
3128 * gdb.ada/catch_ex_std.exp: Indicate unsupported if gnatbind/gnatlink
3129 are missing.
3130
3131 2020-02-13 Tom de Vries <tdevries@suse.de>
3132
3133 * lib/ada.exp (gnatmake_version_at_least): Wrap exec call in a catch
3134 call.
3135
3136 2020-02-11 Sergio Durigan Junior <sergiodj@redhat.com>
3137
3138 PR tui/25126
3139 https://bugzilla.redhat.com/show_bug.cgi?id=1784210
3140 * gdb.base/cached-source-file.c: New file.
3141 * gdb.base/cached-source-file.exp: New file.
3142
3143 2020-02-11 Tom de Vries <tdevries@suse.de>
3144
3145 PR testsuite/25488
3146 * lib/gdb.exp (gdb_init): Unset $file_last_loaded.
3147
3148 2020-02-10 Tom de Vries <tdevries@suse.de>
3149
3150 * gdb.multi/multi-target.exp: Skip if skip_gdbserver_tests.
3151
3152 2020-02-10 Maciej W. Rozycki <macro@wdc.com>
3153
3154 * gdb.base/step-over-no-symbols.exp: Verify that $before_addr
3155 and $after_addr are both integers before making a comparison.
3156
3157 2020-02-09 Tom de Vries <tdevries@suse.de>
3158
3159 * gdb.base/many-headers.exp: Echo gdb command to gdb.log. Capture gdb
3160 command output and paste it into gdb.log. If any, paste catch message
3161 to gdb.log.
3162
3163 2020-02-07 Tom Tromey <tromey@adacore.com>
3164
3165 PR breakpoints/24915:
3166 * gdb.base/annotate-symlink.exp: Use setup_xfail.
3167
3168 2020-02-06 Shahab Vahedi <shahab@synopsys.com>
3169
3170 * gdb.tui/tui-missing-src.exp: Add the "missing source
3171 file" test for the TUI.
3172
3173 2020-02-06 Andrew Burgess <andrew.burgess@embecosm.com>
3174
3175 * gdb.server/multi-ui-errors.exp: Give a test a real name to avoid
3176 including a port number in the output.
3177
3178 2020-02-04 Alok Kumar Sharma <alokkumar.sharma@amd.com>
3179
3180 * lib/fortran.exp (fortran_int4): Handle clang.
3181 (fortran_int8): Likewise.
3182 (fortran_real4): Likewise.
3183 (fortran_real8): Likewise.
3184 (fortran_complex4): Likewise.
3185 (fortran_logical4): Likewise.
3186 (fortran_character1): Likewise.
3187
3188 2020-02-04 Tom de Vries <tdevries@suse.de>
3189
3190 * README (Race detection): Add note.
3191
3192 2020-02-04 Tom de Vries <tdevries@suse.de>
3193
3194 * lib/gdb.exp (inferior_exited_re): Use "\[^\n\r\]*" instead of ".*".
3195
3196 2020-02-04 Tom de Vries <tdevries@suse.de>
3197
3198 * lib/gdb.exp (inferior_exited_re): Use non-capturing parentheses.
3199
3200 2020-02-03 Rogerio A. Cardoso <rcardoso@linux.ibm.com>
3201
3202 * gdb.arch/powerpc-power8.exp: Delete trailing whitespace of
3203 tbegin., tend. instructions. Replace bctar-, bctar+, bctarl-,
3204 bctarl+ extended mnemonics when avaliable by bgttar, bnstarl,
3205 blttar, bnetarl.
3206 * gdb.arch/powerpc-power8.s: Fix comments. Fix instructions
3207 binary for blttar, bnetarl.
3208 * gdb.arch/powerpc-power9.exp: Delete trailing whitespace of
3209 wait instruction. Delete ldmx test.
3210 * gdb.arch/powerpc-power9.s: Delete ldmx instruction.
3211
3212 2020-02-03 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
3213
3214 * gdb.fortran/array-bounds-high.exp: New file.
3215 * gdb.fortran/array-bounds-high.f90: New file.
3216
3217 2020-02-03 Lukas Durfina <ldurfina@tachyum.com> (tiny change)
3218
3219 * gdb.base/fileio.c: Remove #include of <sys/errno.h>.
3220 Replace #include of <sys/fcntl.h> by <fcntl.h>.
3221
3222 2020-02-01 Tom de Vries <tdevries@suse.de>
3223
3224 * gdb.server/server-kill-python.exp: Fix $gdb_tst_name typo.
3225
3226 2020-01-31 Andrew Burgess <andrew.burgess@embecosm.com>
3227
3228 PR tui/9765
3229 * gdb.tui/tui-layout-asm-short-prog.S: New file.
3230 * gdb.tui/tui-layout-asm-short-prog.exp: New file.
3231
3232 2020-01-29 Luis Machado <luis.machado@linaro.org>
3233
3234 * gdb.arch/aarch64-brk-patterns.c: New source file.
3235 * gdb.arch/aarch64-brk-patterns.exp: New test.
3236
3237 2020-01-29 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
3238
3239 * gdb.cp/pass-by-ref-2.exp: Mark some tests as XFAIL based on the
3240 GCC/Clang version.
3241 * gdb.cp/pass-by-ref.exp: Ditto.
3242
3243 2020-01-29 Tom de Vries <tdevries@suse.de>
3244
3245 * gdb.threads/watchpoint-fork-child.c: Guard prints with #if DEBUG.
3246 * gdb.threads/watchpoint-fork-mt.c: Same.
3247 * gdb.threads/watchpoint-fork-parent.c: Same.
3248 * gdb.threads/watchpoint-fork-st.c: Same.
3249 * gdb.threads/watchpoint-fork.exp: Compile with DEBUG=0.
3250
3251 2020-01-27 Luis Machado <luis.machado@linaro.org>
3252
3253 * gdb.base/step-over-syscall.exp (setup): Check if we're already
3254 sitting at a syscall instruction when we hit the syscall function's
3255 breakpoint.
3256 Check PC against one obtained with the x command.
3257 Validate syscall number.
3258 (step_over_syscall): Don't continue to the syscall instruction if
3259 we're already there.
3260
3261 2020-01-25 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3262
3263 * gdb.base/attach.exp: Test 'set exec-file-mismatch'.
3264
3265 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
3266
3267 * gdb.dwarf2/dw2-inline-many-frames.c: New file.
3268 * gdb.dwarf2/dw2-inline-many-frames.exp: New file.
3269
3270 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
3271
3272 * gdb.dwarf2/dw2-inline-stepping.c: New file.
3273 * gdb.dwarf2/dw2-inline-stepping.exp: New file.
3274
3275 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
3276
3277 * gdb.base/maint.exp: Update line table parsing test.
3278 * gdb.dwarf2/dw2-ranges-base.exp: Add new line table parsing test.
3279
3280 2020-01-24 Pedro Alves <palves@redhat.com>
3281
3282 PR gdb/25410
3283 * gdb.multi/multi-re-run-1.c: New.
3284 * gdb.multi/multi-re-run-2.c: New.
3285 * gdb.multi/multi-re-run.exp: New.
3286
3287 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
3288
3289 PR gdb/23718
3290 * gdb.server/server-kill-python.exp: New file.
3291
3292 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
3293
3294 * gdb.server/multi-ui-errors.c: New file.
3295 * gdb.server/multi-ui-errors.exp: New file.
3296
3297 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
3298
3299 PR tui/9765
3300 * gdb.tui/tui-layout-asm.exp: Add scrolling test for asm window.
3301
3302 2020-01-19 Tom Tromey <tom@tromey.com>
3303
3304 * gdb.tui/main.exp: Add check for plain "file".
3305
3306 2020-01-16 Christian Biesinger <cbiesinger@google.com>
3307
3308 * lib/gdb.exp: Fix spelling error (seperatelly).
3309
3310 2020-01-14 Tom Tromey <tom@tromey.com>
3311
3312 PR symtab/12535:
3313 * gdb.python/python.exp: Test decode_line with empty string
3314 argument.
3315
3316 2020-01-14 Bernd Edlinger <bernd.edlinger@hotmail.de>
3317
3318 * gdb.base/skip-inline.exp: Extend test.
3319
3320 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
3321
3322 * gdb.dwarf2/dw2-bad-elf-other.S: New file.
3323 * gdb.dwarf2/dw2-bad-elf.c: New file.
3324 * gdb.dwarf2/dw2-bad-elf.exp: New file.
3325
3326 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
3327
3328 * lib/dwarf.exp (Dwarf::lines): Reset _line_saw_program and
3329 _line_saw_file.
3330
3331 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
3332
3333 * lib/tuiterm.exp (Term::_check_box): Check some parts of the top
3334 border.
3335
3336 2020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
3337
3338 * gdb.multi/multi-target.exp (setup): Factor out "info
3339 connections" and "info inferiors" tests to ...
3340 (test_info_inferiors): ... this new procedure.
3341 (top level): Run new "info-inferiors" tests.
3342
3343 2020-01-10 Pedro Alves <palves@redhat.com>
3344
3345 * gdb.server/bkpt-other-inferior.exp: New file.
3346
3347 2020-01-10 Pedro Alves <palves@redhat.com>
3348
3349 * gdb.base/kill-detach-inferiors-cmd.exp: Adjust expected output
3350 of "add-inferior".
3351 * gdb.base/quit-live.exp: Likewise.
3352 * gdb.base/remote-exec-file.exp: Likewise.
3353 * gdb.guile/scm-progspace.exp: Likewise.
3354 * gdb.linespec/linespec.exp: Likewise.
3355 * gdb.mi/new-ui-mi-sync.exp: Likewise.
3356 * gdb.mi/user-selected-context-sync.exp: Likewise.
3357 * gdb.multi/multi-target.exp (setup): Add "info connection" and
3358 "info inferiors" tests.
3359 * gdb.multi/remove-inferiors.exp: Adjust expected output of
3360 "add-inferior".
3361 * gdb.multi/watchpoint-multi.exp: Likewise.
3362 * gdb.python/py-inferior.exp: Likewise.
3363 * gdb.server/extended-remote-restart.exp: Likewise.
3364 * gdb.threads/fork-plus-threads.exp: Adjust expected output of
3365 "info inferiors".
3366 * gdb.threads/forking-threads-plus-breakpoint.exp: Likewise.
3367 * gdb.trace/report.exp: Likewise.
3368
3369 2020-01-10 Pedro Alves <palves@redhat.com>
3370
3371 * gdb.multi/multi-target.c: New file.
3372 * gdb.multi/multi-target.exp: New file.
3373 * lib/gdbserver-support.exp (gdb_target_cmd): Handle "Non-stop
3374 mode requested, but remote does not support non-stop".
3375
3376 2020-01-10 Pedro Alves <palves@redhat.com>
3377
3378 * gdb.server/extended-remote-restart.exp (test_reload): Explicitly
3379 disconnect before reconnecting.
3380
3381 2020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
3382 Pedro Alves <palves@redhat.com>
3383
3384 * gdb.server/connect-without-multi-process.exp: Also test
3385 continuing to end.
3386
3387 2020-01-10 Pedro Alves <palves@redhat.com>
3388
3389 * gdb.base/remote-exec-file.exp: New file.
3390
3391 2020-01-10 Pedro Alves <palves@redhat.com>
3392
3393 * gdb.base/fork-running-state.exp (do_test): Adjust expected
3394 output.
3395 * gdb.threads/async.c: New.
3396 * gdb.threads/async.exp: New.
3397 * gdb.multi/tids-gid-reset.c: New.
3398 * gdb.multi/tids-gid-reset.exp: New.
3399
3400 2020-01-10 George Barrett <bob@bob131.so>
3401
3402 * gdb.base/stap-probe.c (relocation_marker): Add dummy variable
3403 to help in finding the image relocation offset.
3404 * gdb.base/stap-probe.exp (stap_test): Accept arbitrary compile
3405 options in arguments.
3406 (stap_test_no_debuginfo): Likewise.
3407 (stap-probe-nosem-noopt-pie, stap-probe-nosem-noopt-nopie): Add
3408 test variants.
3409 (stap_test): Add null semaphore relocation test.
3410
3411 2020-01-10 George Barrett <bob@bob131.so>
3412
3413 * gdb.base/stap-probe.c: Rename USE_PROBES to USE_SEMAPHORES.
3414 * gdb.base/stap-probe.exp: Likewise.
3415 (stap_test): Pass argument as an additional flag.
3416 (stap_test_no_debuginfo): Likewise.
3417 (stap_test): Check `info probes stap' output for semaphore
3418 addresses if the test binary is supposed to have them.
3419
3420 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
3421
3422 * gdb.tui/basic.exp: Add more scrolling tests.
3423
3424 2020-01-09 Tom Tromey <tom@tromey.com>
3425
3426 PR tui/18932:
3427 * lib/tuiterm.exp (Term::wait_for): Rename from _accept. Return a
3428 meangingful value.
3429 (Term::command, Term::resize): Update.
3430 * gdb.tui/basic.exp: Add scrolling test.
3431
3432 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
3433
3434 * gdb.tui/tui-layout-asm.exp: New file.
3435
3436 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
3437
3438 * lib/tuiterm.exp (Term::check_box_contents): New proc.
3439
3440 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
3441
3442 * lib/tuiterm.exp (Term::prepare_for_tui): New proc.
3443 (Term::enter_tui): Use Term::prepare_for_tui.
3444
3445 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
3446
3447 * lib/tuiterm.exp (Term::dump_screen): Always dump the screen when
3448 called.
3449
3450 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
3451
3452 * gdb.base/skip.exp: Fix race condition in test.
3453
3454 2020-01-06 Andrew Burgess <andrew.burgess@embecosm.com>
3455
3456 * gdb.base/backtrace.c: New file.
3457 * gdb.base/backtrace.exp: New file.
3458
3459 2020-01-05 Andrew Burgess <andrew.burgess@embecosm.com>
3460
3461 * gdb.tui/list.exp: Test 'focus next' after 'list main'.
3462
3463 2020-01-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3464
3465 * gdb.base/style.exp: Test that warnings are styled.
3466
3467 2019-12-29 Bernd Edlinger <bernd.edlinger@hotmail.de>
3468
3469 * gdb.base/line65535.exp: New file.
3470 * gdb.base/line65535.c: New file.
3471
3472 2019-12-27 Simon Marchi <simon.marchi@polymtl.ca>
3473
3474 * lib/ada.exp (gnat_runtime_has_debug_info): New proc.
3475 * lib/gnat_debug_info_test.adb: New file.
3476 * gdb.ada/ptype_tagged_param.exp: Use
3477 gnat_runtime_has_debug_info, expect a different output if
3478 runtime does not have debug info.
3479
3480 2019-12-20 Simon Marchi <simon.marchi@efficios.com>
3481
3482 * lib/sym-info-cmds.exp (GDBInfoSymbols::check_no_entry): Add
3483 (another) quote in test name.
3484
3485 2019-12-20 Simon Marchi <simon.marchi@efficios.com>
3486
3487 * lib/sym-info-cmds.exp (GDBInfoModuleSymbols::check_no_entry):
3488 Add quote in test name.
3489
3490 2019-12-20 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
3491
3492 * gdb.cp/pass-by-ref.cc: Delete. Generated in the output
3493 directory instead.
3494 * gdb.cp/pass-by-ref.exp: Extend with more cases.
3495 * gdb.cp/pass-by-ref-2.cc: New file.
3496 * gdb.cp/pass-by-ref-2.exp: New file.
3497
3498 2019-12-20 Tom Tromey <tom@tromey.com>
3499
3500 * gdb.tui/list-before.exp: New file.
3501
3502 2019-12-20 Tom Tromey <tom@tromey.com>
3503
3504 * gdb.tui/list.exp: Check for source on initial listing.
3505
3506 2019-12-11 Tom Tromey <tromey@adacore.com>
3507
3508 * gdb.xml/tdesc-arch.exp (set_arch): Add "trans_mode" parameter.
3509 Add crlf test.
3510
3511 2019-12-18 Simon Marchi <simon.marchi@efficios.com>
3512
3513 * gdb.base/default.exp: Update value of $_gdb_major.
3514
3515 2019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
3516
3517 * gdb.base/skip.exp: Fix test failure observed with gcc-9.2.0.
3518
3519 2019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
3520
3521 * gdb.base/skip.exp: Whitespace fix.
3522
3523 2019-12-16 Bernd Edlinger <bernd.edlinger@hotmail.de>
3524
3525 * gdb.base/skip-inline.c: New file.
3526 * gdb.base/skip-inline.exp: New file.
3527
3528 2019-12-16 Simon Marchi <simon.marchi@polymtl.ca>
3529
3530 * gdb.base/jit-reader.exp (jit_reader_test): Rename
3531 jit_function_00 to jit_function_stack_mangle.
3532 * gdb.base/jithost.c (jit_function_t): Rename to...
3533 (jit_function_stack_mangle_t): ... this.
3534 (jit_function_add_t): New typedef.
3535 (jit_function_00_code): Rename to...
3536 (jit_function_stack_mangle_code): ... this, make static.
3537 (jit_function_add_code): New.
3538 (main): Generate "add" function and call it. Adjust to changes
3539 in jithost_abi.
3540 * gdb.base/jithost.h (struct jithost_abi_bounds): New.
3541 (struct jithost_abi) <begin, end>: Remove fields.
3542 <object, function_stack_mangle, function_add>: New fields.
3543 * gdb.base/jitreader.c (struct reader_state) <code_begin,
3544 code_end>: Remove fields.
3545 <func_stack_mangle>: New field.
3546 (read_debug_info): Adjust to renaming, create block for "add"
3547 function.
3548 (read_sp, unwind_frame, get_frame_id): Adjust to other changes.
3549
3550 2019-12-11 Tom Tromey <tom@tromey.com>
3551
3552 * gdb.tui/resize.exp: Fix regexp.
3553 * gdb.tui/regs.exp: Fix regexps.
3554 * gdb.tui/main.exp: Fix regexp.
3555
3556 2019-12-11 Tom Tromey <tom@tromey.com>
3557
3558 * gdb.tui/resize.exp: Update.
3559 * gdb.tui/empty.exp (layouts): Update.
3560
3561 2019-12-11 Tom Tromey <tom@tromey.com>
3562
3563 * gdb.tui/regs.exp: Update.
3564 * gdb.tui/empty.exp (layouts): Update.
3565 * gdb.tui/basic.exp: Update.
3566 * lib/tuiterm.exp (_check_box): Don't check bottom border.
3567
3568 2019-12-11 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3569
3570 * gdb.base/options.exp: Add -raw-values in the print completion list.
3571 * gdb.python/py-prettyprint.exp: Add tests for -raw-values.
3572
3573 2019-12-10 Kevin Buettner <kevinb@redhat.com>
3574
3575 * gdb.threads/omp-par-scope.c: New file.
3576 * gdb/threads/omp-par-scope.exp: New file.
3577
3578 2019-12-10 Kevin Buettner <kevinb@redhat.com>
3579
3580 * lib/gdb.exp (support_nested_function_tests): New proc.
3581
3582 2019-12-10 Kevin Buettner <kevinb@redhat.com>
3583
3584 * lib/gdb.exp (gdb_compile_openmp): New proc.
3585 (build_executable_from_specs): Add an "openmp" option.
3586 (gdb_compile_pthreads): Add non-executable case.
3587
3588 2019-12-10 Tom Tromey <tromey@adacore.com>
3589
3590 * gdb.ada/unchecked_union.exp: New file.
3591 * gdb.ada/unchecked_union/pck.adb: New file.
3592 * gdb.ada/unchecked_union/pck.ads: New file.
3593 * gdb.ada/unchecked_union/unchecked_union.adb: New file.
3594 * gdb-utils.exp (string_to_regexp): Also quote "?".
3595
3596 2019-12-10 George Barrett <bob@bob131.so>
3597
3598 Test scripted probe breakpoints.
3599 * gdb.guile/scm-breakpoint.c (main): Add probe point.
3600 * gdb.python/py-breakpoint.c (main): Likewise.
3601 * gdb.guile/scm-breakpoint.exp (test_bkpt_probe): Add probe
3602 specifier test.
3603 * gdb.python/py-breakpoint.exp (test_bkpt_probe): Likewise.
3604
3605 2019-12-09 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
3606
3607 * gdb.cp/rvalue-ref-overload.cc (g): New function that takes
3608 an rvalue parameter.
3609 * gdb.cp/rvalue-ref-overload.exp: Test calling it with an lvalue
3610 parameter.
3611
3612 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
3613
3614 * gdb.mi/mi-fortran-modules.exp: Add patterns to skip system
3615 modules.
3616
3617 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
3618
3619 * gdb.fortran/derived-type-striding.exp: KFAIL if we are using a
3620 broken version of GCC.
3621
3622 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
3623
3624 * gdb.fortran/info-modules.exp: Rewrite to make use of new
3625 sym-info-cmds library.
3626 * gdb.fortran/info-types.exp: Likewise.
3627 * lib/sym-info-cmds.exp: New file.
3628
3629 2019-12-08 Tom de Vries <tdevries@suse.de>
3630
3631 * gdb.dwarf2/imported-unit.exp: Fix inter-CU references.
3632
3633 2019-12-07 Keith Seitz <keiths@redhat.com>
3634
3635 * gdb.base/corefile-buildid-shlib-shr.c: New file.
3636 * gdb.base/corefile-buildid-shlib.c: New file.
3637 * gdb.base/corefile-buildid.c: New file.
3638 * gdb.base/corefile-buildid.exp: New file.
3639
3640 2019-12-06 Tom de Vries <tdevries@suse.de>
3641
3642 * gdb.dwarf2/varval.exp: Add decl before def test.
3643
3644 2019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
3645
3646 * gdb.cp/rvalue-ref-overload.exp: Minor cleanup.
3647
3648 2019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
3649
3650 * gdb.cp/rvalue-ref-overload.cc: Add a case that involves both
3651 CV and reference conversion for overload resolution.
3652 * gdb.cp/rvalue-ref-overload.exp: Test it.
3653
3654 2019-12-06 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3655
3656 * gdb.threads/pthreads.exp: Test taas and tfaas without command.
3657 * gdb.base/frameapply.exp: Test faas without command.
3658
3659 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
3660
3661 * lib/gdb.exp (gdb_compile): Add -J compiler option when building
3662 Fortran tests.
3663 * gdb.mi/mi-fortran-modules.exp: Compile source files in correct
3664 order.
3665
3666 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
3667
3668 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Handle
3669 casting to type with no kind specified.
3670 (test_basic_parsing_of_type_kinds): Additional tests for types
3671 with no kind specified, and add tests for single/double
3672 precision/complex types.
3673
3674 2019-12-04 Tom Tromey <tromey@adacore.com>
3675
3676 * gdb.base/endianity.c (struct other) <x>: New field.
3677 (main): Initialize it.
3678 * gdb.base/endianity.exp: Update.
3679
3680 2019-12-04 Tom Tromey <tromey@adacore.com>
3681
3682 * gdb.ada/scalar_storage/storage.adb: New file.
3683 * gdb.ada/scalar_storage/pck.adb: New file.
3684 * gdb.ada/scalar_storage/pck.ads: New file.
3685 * gdb.ada/scalar_storage.exp: New file.
3686
3687 2019-12-04 Tom Tromey <tromey@adacore.com>
3688
3689 * gdb.base/endianity.c (struct otherendian) <f>: New field.
3690 (main): Initialize it.
3691 * gdb.base/endianity.exp: Update.
3692
3693 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
3694
3695 * gdb.mi/mi-sym-info.exp: Add tests for -max-results parameter.
3696
3697 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
3698
3699 * gdb.mi/mi-fortran-modules.exp: Add additional tests for
3700 -symbol-info-module-functions and -symbol-info-module-variables.
3701
3702 2019-12-01 Andrew Burgess <andrew.burgess@embecosm.com>
3703
3704 * gdb.fortran/array-slices.exp: Add test for dynamic strings.
3705
3706 2019-12-01 Richard Bunt <richard.bunt@arm.com>
3707 Andrew Burgess <andrew.burgess@embecosm.com>
3708
3709 * gdb.fortran/derived-type-striding.exp: New file.
3710 * gdb.fortran/derived-type-striding.f90: New file.
3711 * gdb.fortran/array-slices.exp: New file.
3712 * gdb.fortran/array-slices.f90: New file.
3713
3714 2019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3715
3716 * gdb.base/define.exp: Test . in command names.
3717 * gdb.base/setshow.exp: Update test, as . is now part of
3718 command name.
3719
3720 2019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3721
3722 * gdb.base/define-prefix.exp: New file.
3723
3724 2019-11-28 Andrew Burgess <andrew.burgess@embecosm.com>
3725
3726 * lib/gdb.exp (skip_btrace_tests): Return 1 if the test fails to
3727 compile.
3728 (skip_btrace_pt_tests): Likewise.
3729
3730 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
3731
3732 * gdb.fortran/info-modules.exp: Compile source files in correct
3733 order.
3734
3735 2019-11-27 Kevin Buettner <kevinb@redhat.com>
3736
3737 * gdb.dwarf2/imported-unit.exp: New file.
3738 * gdb.dwarf2/imported-unit.c: New file.
3739
3740 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
3741
3742 * gdb.mi/mi-fortran-modules-2.f90: New file.
3743 * gdb.mi/mi-fortran-modules.exp: New file.
3744 * gdb.mi/mi-fortran-modules.f90: New file.
3745
3746 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
3747
3748 * gdb.mi/mi-sym-info-1.c: New file.
3749 * gdb.mi/mi-sym-info-2.c: New file.
3750 * gdb.mi/mi-sym-info.exp: New file.
3751
3752 2019-11-22 Tom Tromey <tromey@adacore.com>
3753
3754 * gdb.ada/tasks.exp: Add -ada-task-info regression test.
3755 * gdb.ada/tasks/foo.adb: Add another stopping location.
3756
3757 2019-11-21 Peeter Joot <peeter.joot@lzlabs.com>
3758
3759 * gdb.base/endianity.c: New test.
3760 * gdb.base/endianity.exp: New file.
3761
3762 2019-11-21 Lukas Durfina <ldurfina@tachyum.com>
3763
3764 * gdb.arch/amd64-eval.exp: Skip test if target is not x86-64.
3765
3766 2019-11-21 Tom de Vries <tdevries@suse.de>
3767
3768 PR gdb/24956
3769 * gdb.base/ui-redirect.exp: Test output of user-defined command.
3770
3771 2019-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
3772
3773 * gdb.python/py-progspace.exp: Add missing parentheses on some
3774 'print' commands.
3775
3776 2019-11-19 Tom Tromey <tom@tromey.com>
3777
3778 * gdb.tui/winheight.exp: New file.
3779
3780 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
3781
3782 * gdb.base/ctf-whatis.c: Delete.
3783 * gdb.base/ctf-whatis.exp: Delete.
3784 * gdb.base/whatis.exp: Rewrite to compile as both dwarf and ctf.
3785
3786 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
3787
3788 * gdb.base/ctf-cvexpr.exp: Delete.
3789 * gdb.base/cvexpr.exp: Rewrite to compile as both dwarf and ctf.
3790
3791 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
3792
3793 * gdb.base/ctf-constvars.exp: Skip test if CTF is not supported in
3794 the compiler. Clean up header comment a little.
3795 * gdb.base/ctf-ptype.exp: Likewise.
3796 * gdb.base/ctf-whatis.exp: Likewise.
3797 * lib/gdb.exp (skip_ctf_tests): New proc.
3798
3799 2019-11-18 Sergio Durigan Junior <sergiodj@redhat.com>
3800
3801 https://bugzilla.redhat.com/show_bug.cgi?id=1765117
3802 * gdb.tui/corefile-run.exp: New file.
3803
3804 2019-11-14 Tom Tromey <tromey@adacore.com>
3805
3806 * gdb.base/gdbvars.exp (test_convenience_variables): Add
3807 regression tests.
3808
3809 2019-11-12 Tom Tromey <tom@tromey.com>
3810
3811 * lib/tuiterm.exp (_accept): Add wait_for parameter. Check output
3812 after any command. Expect prompt after WAIT_FOR is seen.
3813 (enter_tui): Enable resize messages.
3814 (command): Expect command in output.
3815 (get_line): Avoid error when cursor appears to be off-screen.
3816 (dump_screen): Include screen size in title.
3817 (_do_resize): New proc, from "resize".
3818 (resize): Rewrite. Do resize in two steps.
3819 * gdb.tui/empty.exp (layouts): Fix entries.
3820 (check_boxes): Remove xfail.
3821 (check_text): Dump screen on failure.
3822
3823 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
3824
3825 * gdb.python/py-symbol.exp: Add test for
3826 gdb.lookup_static_symbols.
3827
3828 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
3829
3830 * gdb.python/py-symbol.c: Declare and call function from new
3831 py-symbol-2.c file.
3832 * gdb.python/py-symbol.exp: Compile both source files, and add new
3833 tests for gdb.lookup_static_symbol.
3834 * gdb.python/py-symbol-2.c: New file.
3835
3836 2019-11-02 Tom de Vries <tdevries@suse.de>
3837
3838 * gdb.base/advance.exp: Drop superfluous 3rd argument to gdb_test.
3839 * gdb.base/anon.exp: Same.
3840 * gdb.base/auto-connect-native-target.exp: Same.
3841 * gdb.base/call-ar-st.exp: Same.
3842 * gdb.base/catch-syscall.exp: Same.
3843 * gdb.base/commands.exp: Same.
3844 * gdb.base/default.exp: Same.
3845 * gdb.base/display.exp: Same.
3846 * gdb.base/float.exp: Same.
3847 * gdb.base/foll-fork.exp: Same.
3848 * gdb.base/help.exp: Same.
3849 * gdb.base/info-macros.exp: Same.
3850 * gdb.base/info-proc.exp: Same.
3851 * gdb.base/info-target.exp: Same.
3852 * gdb.base/long_long.exp: Same.
3853 * gdb.base/macscp.exp: Same.
3854 * gdb.base/memattr.exp: Same.
3855 * gdb.base/nofield.exp: Same.
3856 * gdb.base/pointers.exp: Same.
3857 * gdb.base/printcmds.exp: Same.
3858 * gdb.base/ptype.exp: Same.
3859 * gdb.base/restore.exp: Same.
3860 * gdb.base/return.exp: Same.
3861 * gdb.base/scope.exp: Same.
3862 * gdb.base/set-noassign.exp: Same.
3863 * gdb.base/setshow.exp: Same.
3864 * gdb.base/shlib-call.exp: Same.
3865 * gdb.base/signals.exp: Same.
3866 * gdb.base/sigstep.exp: Same.
3867 * gdb.base/skip.exp: Same.
3868 * gdb.base/solib-symbol.exp: Same.
3869 * gdb.base/stap-probe.exp: Same.
3870 * gdb.base/step-line.exp: Same.
3871 * gdb.base/step-test.exp: Same.
3872 * gdb.base/style.exp: Same.
3873 * gdb.base/varargs.exp: Same.
3874 * gdb.base/vla-datatypes.exp: Same.
3875 * gdb.base/vla-ptr.exp: Same.
3876 * gdb.base/vla-sideeffect.exp: Same.
3877 * gdb.base/volatile.exp: Same.
3878 * gdb.base/watch-cond-infcall.exp: Same.
3879 * gdb.base/watchpoint.exp: Same.
3880
3881 2019-11-02 Tom de Vries <tdevries@suse.de>
3882
3883 * gdb.cp/anon-union.exp: Drop superfluous 3rd argument to gdb_test.
3884 * gdb.cp/cpexprs.exp: Same.
3885 * gdb.cp/except-multi-location.exp: Same.
3886 * gdb.cp/exceptprint.exp: Same.
3887 * gdb.cp/gdb2384.exp: Same.
3888 * gdb.cp/inherit.exp: Same.
3889 * gdb.cp/m-static.exp: Same.
3890 * gdb.cp/meth-typedefs.exp: Same.
3891 * gdb.cp/misc.exp: Same.
3892 * gdb.cp/namespace.exp: Same.
3893 * gdb.cp/non-trivial-retval.exp: Same.
3894 * gdb.cp/overload.exp: Same.
3895 * gdb.cp/pr17132.exp: Same.
3896 * gdb.cp/re-set-overloaded.exp: Same.
3897 * gdb.cp/rvalue-ref-types.exp: Same.
3898 * gdb.cp/templates.exp: Same.
3899
3900 2019-11-01 Luis Machado <luis.machado@linaro.org>
3901
3902 PR gdb/25124
3903
3904 * gdb.arch/pr25124.S: New file.
3905 * gdb.arch/pr25124.exp: New file.
3906
3907 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
3908
3909 * gdb.fortran/info-modules.exp: Update expected results, and add
3910 additional tests for 'info module functinos', and 'info module
3911 variables'.
3912 * gdb.fortran/info-types.exp: Update expected results.
3913 * gdb.fortran/info-types.f90: Extend testcase with additional
3914 module variables and functions.
3915
3916 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
3917
3918 * gdb.fortran/info-modules.exp: New file.
3919 * gdb.fortran/info-types.exp: Build with new file.
3920 * gdb.fortran/info-types.f90: Include and use new module.
3921 * gdb.fortran/info-types-2.f90: New file.
3922
3923 2019-10-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3924
3925 * gdb.base/setshow.exp: Test $_gdb_setting and $_gdb_setting_str.
3926 * gdb.base/settings.exp: Test all settings types using
3927 $_gdb_maint_setting and $_gdb_maint_setting_str in proc_show_setting,
3928 that now verifies that the value of "maint show" is the same as
3929 returned by the settings functions. Test the type of the
3930 maintenance settings.
3931 * gdb.base/default.exp: Update show_conv_list.
3932
3933 2019-10-31 Tom de Vries <tdevries@suse.de>
3934
3935 * gdb.arch/amd64-disp-step-avx.exp: Drop superfluous 3rd argument to
3936 gdb_test.
3937 * gdb.arch/amd64-disp-step.exp: Same.
3938 * gdb.asm/asm-source.exp: Same.
3939 * gdb.btrace/buffer-size.exp: Same.
3940 * gdb.btrace/cpu.exp: Same.
3941 * gdb.btrace/enable.exp: Same.
3942 * gdb.dwarf2/count.exp: Same.
3943 * gdb.dwarf2/dw2-ranges-func.exp: Same.
3944 * gdb.dwarf2/dw2-ranges-psym.exp: Same.
3945 * gdb.fortran/vla-datatypes.exp: Same.
3946 * gdb.fortran/vla-history.exp: Same.
3947 * gdb.fortran/vla-ptype.exp: Same.
3948 * gdb.fortran/vla-value.exp: Same.
3949 * gdb.fortran/whatis_type.exp: Same.
3950 * gdb.guile/guile.exp: Same.
3951 * gdb.multi/tids.exp: Same.
3952 * gdb.python/py-finish-breakpoint.exp: Same.
3953 * gdb.python/py-framefilter.exp: Same.
3954 * gdb.python/py-pp-registration.exp: Same.
3955 * gdb.python/py-xmethods.exp: Same.
3956 * gdb.python/python.exp: Same.
3957 * gdb.server/connect-with-no-symbol-file.exp: Same.
3958 * gdb.server/no-thread-db.exp: Same.
3959 * gdb.server/run-without-local-binary.exp: Same.
3960 * gdb.stabs/weird.exp: Same.
3961 * gdb.threads/attach-many-short-lived-threads.exp: Same.
3962 * gdb.threads/thread-find.exp: Same.
3963 * gdb.threads/tls-shared.exp: Same.
3964 * gdb.threads/tls.exp: Same.
3965 * gdb.threads/wp-replication.exp: Same.
3966 * gdb.trace/ax.exp: Same.
3967 * lib/gdb.exp (gdb_test_exact, help_test_raw): Same.
3968
3969 2019-10-31 Tom de Vries <tdevries@suse.de>
3970
3971 * gdb.ada/array_bounds.exp: Drop superfluous 3rd argument to gdb_test.
3972 * gdb.ada/array_subscript_addr.exp: Same.
3973 * gdb.ada/arrayidx.exp: Same.
3974 * gdb.ada/arrayparam.exp: Same.
3975 * gdb.ada/arrayptr.exp: Same.
3976 * gdb.ada/boolean_expr.exp: Same.
3977 * gdb.ada/call_pn.exp: Same.
3978 * gdb.ada/complete.exp: Same.
3979 * gdb.ada/fixed_cmp.exp: Same.
3980 * gdb.ada/fun_addr.exp: Same.
3981 * gdb.ada/funcall_param.exp: Same.
3982 * gdb.ada/interface.exp: Same.
3983 * gdb.ada/mod_from_name.exp: Same.
3984 * gdb.ada/null_array.exp: Same.
3985 * gdb.ada/packed_array.exp: Same.
3986 * gdb.ada/packed_tagged.exp: Same.
3987 * gdb.ada/print_chars.exp: Same.
3988 * gdb.ada/print_pc.exp: Same.
3989 * gdb.ada/ptype_arith_binop.exp: Same.
3990 * gdb.ada/ptype_field.exp: Same.
3991 * gdb.ada/ptype_tagged_param.exp: Same.
3992 * gdb.ada/rec_return.exp: Same.
3993 * gdb.ada/ref_tick_size.exp: Same.
3994 * gdb.ada/str_ref_cmp.exp: Same.
3995 * gdb.ada/taft_type.exp: Same.
3996 * gdb.ada/tagged.exp: Same.
3997 * gdb.ada/type_coercion.exp: Same.
3998 * gdb.ada/uninitialized_vars.exp: Same.
3999
4000 2019-10-30 Tom de Vries <tdevries@suse.de>
4001
4002 * lib/gdb.exp (gdb_test_multiple): Handle -early pattern flag.
4003
4004 2019-10-26 Tom de Vries <tdevries@suse.de>
4005
4006 * gdb.base/bigcore.c: Fix typos in comments.
4007 * gdb.base/ctf-ptype.c: Same.
4008 * gdb.base/long_long.c: Same.
4009 * gdb.dwarf2/dw2-op-out-param.S: Same.
4010 * gdb.python/py-evthreads.c: Same.
4011 * gdb.reverse/i387-stack-reverse.c: Same.
4012 * gdb.trace/tfile.c: Same.
4013 * lib/compiler.c: Same.
4014 * lib/compiler.cc: Same.
4015
4016 2019-10-25 Tom de Vries <tdevries@suse.de>
4017
4018 * gdb.reverse/sigall-precsave.exp: Use -wrap and $gdb_test_name in
4019 gdb_test_multiple calls.
4020 * gdb.reverse/sigall-reverse.exp: Same.
4021 * gdb.reverse/solib-precsave.exp: Same.
4022 * gdb.reverse/solib-reverse.exp: Same.
4023 * gdb.reverse/until-precsave.exp: Same.
4024 * gdb.reverse/until-reverse.exp: Same.
4025
4026 2019-10-24 Tom de Vries <tdevries@suse.de>
4027
4028 * lib/gdb.exp (gdb_test_multiple): Add -wrap pattern flag.
4029 * gdb.reverse/step-precsave.exp: Rewrite gdb_test_multiple containing
4030 kfail using -wrap pattern flag and convenience variable
4031 gdb_test_name.
4032
4033 2019-10-24 Andrew Burgess <andrew.burgess@embecosm.com>
4034
4035 * gdb.python/py-progspace.exp: Add tests for the
4036 Progspace.block_for_pc method.
4037
4038 2019-10-23 Tom Tromey <tom@tromey.com>
4039
4040 * configure: Rebuild.
4041 * aclocal.m4: Use m4_include, not sinclude.
4042
4043 2019-10-21 Tom de Vries <tdevries@suse.de>
4044
4045 * gdb.base/infcall-nested-structs.c: Add
4046 __attribute__((noinline,noclone)) to all functions.
4047 (call_all): Add missing variable initialization. Simplify return value.
4048 (breakpt): Increment volatile variable, to prevent call from being
4049 optimized out.
4050 * gdb.base/infcall-nested-structs.exp: Compile with -O2.
4051
4052 2019-10-17 Tom de Vries <tdevries@suse.de>
4053
4054 * gdb.fortran/module.exp: Allow info variables to print info for files
4055 other than module.f90.
4056
4057 2019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
4058
4059 * gdb.fortran/module.exp: Extend with 'info variables' test.
4060
4061 2019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
4062
4063 * boards/cc-with-tweaks.exp: Setup F90_FOR_TARGET and
4064 F77_FOR_TARGET.
4065
4066 2019-10-16 Tom de Vries <tdevries@suse.de>
4067
4068 PR tdep/25096
4069 * gdb.base/infcall-nested-structs.exp: Remove PR25096 KFAILs.
4070
4071 2019-10-16 Tom de Vries <tdevries@suse.de>
4072
4073 PR tdep/24104
4074 * gdb.base/infcall-nested-structs.exp: Remove XFAIL for PR tdep/24104.
4075 Add KFAIL for PR tdep/25096.
4076
4077 2019-10-16 Tom de Vries <tdevries@suse.de>
4078
4079 PR testsuite/25059
4080 * gdb.cp/local-static.exp (do_test): Add xfails for gcc PR debug/55541.
4081
4082 2019-10-16 Tom de Vries <tdevries@suse.de>
4083
4084 * gdb.base/jit-reader.exp: Allow non-pointer registers to be printed
4085 as signed.
4086
4087 2019-10-14 Simon Marchi <simon.marchi@polymtl.ca>
4088
4089 * gdb.mi/list-thread-groups-available.exp: Read entries one by
4090 one instead of increasing timeout.
4091
4092 2019-10-13 Tom de Vries <tdevries@suse.de>
4093
4094 PR record/25038
4095 * gdb.reverse/sigall-precsave.exp: Add PR record/25038 KFAIL.
4096 * gdb.reverse/sigall-reverse.exp: Same.
4097 * gdb.reverse/solib-precsave.exp: Same.
4098 * gdb.reverse/solib-reverse.exp: Same.
4099 * gdb.reverse/step-precsave.exp: Same.
4100 * gdb.reverse/until-precsave.exp: Same.
4101 * gdb.reverse/until-reverse.exp: Same.
4102 * lib/gdb.exp (gdb_continue_to_breakpoint): Same.
4103
4104 2019-10-10 Andreas Arnez <arnez@linux.ibm.com>
4105
4106 * gdb.base/infcall-nested-structs.c (cmp_struct_02_01)
4107 (cmp_struct_02_02, cmp_struct_04_01, cmp_struct_04_02)
4108 (cmp_struct_05_01, cmp_struct_static_02_01)
4109 (cmp_struct_static_04_01, cmp_struct_static_06_01): Fix redundant
4110 comparisons.
4111
4112 2019-10-10 Tom de Vries <tdevries@suse.de>
4113
4114 PR testsuite/24888
4115 * lib/ada.exp (target_compile_ada_from_dir): Route -pie/-no-pie to
4116 gnatlink.
4117
4118 2019-10-09 Tom de Vries <tdevries@suse.de>
4119
4120 PR testsuite/25048
4121 * gdb.rust/simple.exp: Add xfails for incorrect DWARF.
4122
4123 2019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
4124
4125 * gdb.ada/catch_ex_std.exp: Handle being unabled to catch Ada
4126 exceptions due to missing debug information.
4127
4128 2019-10-07 Tom de Vries <tdevries@suse.de>
4129
4130 * gdb.base/default.exp: Expect _gdb_major/_gdb_minor to be 9.1.
4131
4132 2019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
4133
4134 * lib/gdb.exp (gdb_test_multiple): Add gdb_test_name mechanism.
4135 * gdb.base/annota1.exp: Update to use gdb_test_name.
4136
4137 2019-10-07 Weimin Pan <weimin.pan@oracle.com>
4138
4139 * gdb.base/ctf-whatis.exp: New file.
4140 * gdb.base/ctf-whatis.c: New file.
4141 * gdb.base/ctf-ptype.exp: New file.
4142 * gdb.base/ctf-ptype.c: New file.
4143 * gdb.base/ctf-constvars.exp: New file.
4144 * gdb.base/ctf-constvars.c: New file.
4145 * gdb.base/ctf-cvexpr.exp: New file.
4146
4147 2019-10-04 Tom de Vries <tdevries@suse.de>
4148
4149 * gdb.cp/local-static.c (main): Move declaration of int i out of the
4150 for loop.
4151
4152 2019-10-03 Tom Tromey <tom@tromey.com>
4153
4154 PR rust/24976:
4155 * gdb.rust/simple.rs (Union2): New type.
4156 (main): Use Union2.
4157 * gdb.rust/simple.exp: Add test.
4158
4159 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
4160
4161 * gdb.fortran/nested-funcs-2.exp: Run tests with and without the
4162 nested function prefix.
4163
4164 2019-10-03 Bernhard Heckel <bernhard.heckel@intel.com>
4165 Richard Bunt <richard.bunt@arm.com>
4166 Andrew Burgess <andrew.burgess@embecosm.com>
4167
4168 * gdb.fortran/nested-funcs.exp: Tests for placing breakpoints on
4169 nested functions.
4170 * gdb.fortran/nested-funcs.f90: Update expected results.
4171 * gdb.fortran/nested-funcs-2.exp: New file.
4172 * gdb.fortran/nested-funcs-2.f90: New file.
4173
4174 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
4175
4176 * gdb.python/py-parameter.exp: Make test names unique.
4177 * gdb.python/py-template.exp: Likewise.
4178 * gdb.python/py-value.exp: Likewise.
4179
4180 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
4181
4182 * gdb.base/break-interp.exp: Reduce test name duplication.
4183 * gdb.base/call-sc.exp: Likewise.
4184 * gdb.base/callfuncs.exp: Likewise.
4185 * gdb.base/charset.exp: Likewise.
4186 * gdb.base/dump.exp: Likewise.
4187 * gdb.base/ena-dis-br.exp: Likewise.
4188 * gdb.base/relational.exp: Likewise.
4189 * gdb.base/step-over-syscall.exp: Likewise.
4190 * gdb.base/structs.exp: Likewise.
4191
4192 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
4193
4194 * gdb.linespec/explicit.exp: Make test names unique.
4195 * gdb.linespec/ls-errs.exp: Likewise.
4196
4197 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
4198
4199 * gdb.reverse/break-precsave.exp: Make test names unique.
4200 * gdb.reverse/break-reverse.exp: Likewise.
4201 * gdb.reverse/finish-precsave.exp: Likewise.
4202 * gdb.reverse/finish-reverse.exp: Likewise.
4203 * gdb.reverse/machinestate-precsave.exp: Likewise.
4204 * gdb.reverse/machinestate.exp: Likewise.
4205 * gdb.reverse/readv-reverse.exp: Likewise.
4206 * gdb.reverse/recvmsg-reverse.exp: Likewise.
4207 * gdb.reverse/sigall-precsave.exp: Likewise.
4208 * gdb.reverse/sigall-reverse.exp: Likewise.
4209 * gdb.reverse/step-indirect-call-thunk.exp: Likewise.
4210 * gdb.reverse/watch-precsave.exp: Likewise.
4211 * gdb.reverse/watch-reverse.exp: Likewise.
4212
4213 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
4214
4215 * gdb.threads/stop-with-handle.c: New file.
4216 * gdb.threads/stop-with-handle.exp: New file.
4217
4218 2019-10-03 Tom de Vries <tdevries@suse.de>
4219
4220 PR testsuite/25059
4221 * gdb.base/list-missing-source.exp: Allowing the "Compilation
4222 directory" line to be missing.
4223
4224 2019-10-03 Tom de Vries <tdevries@suse.de>
4225
4226 PR testsuite/25059
4227 * gdb.base/info-types.exp: Make the presence of the 'unsigned int'
4228 type optional.
4229
4230 2019-10-02 Andreas Arnez <arnez@linux.ibm.com>
4231
4232 * gdb.python/py-format-string.c (string.h): New include.
4233 (main): Fill a_struct_with_union.the_union.an_int with bytes of
4234 the same value, for endianness-independence.
4235 * gdb.python/py-format-string.exp (default_regexp_dict)
4236 (test_pretty_structs, test_format): Adjust expected output to the
4237 changed initialization.
4238
4239 2019-10-02 Tom Tromey <tromey@adacore.com>
4240
4241 * gdb.ada/catch_ex_std.exp: Add $_ada_exception test.
4242
4243 2019-10-02 Pedro Alves <palves@redhat.com>
4244 Andrew Burgess <andrew.burgess@embecosm.com>
4245
4246 * gdb.base/print-file-var-lib1.c: Include <stdio.h> and
4247 "print-file-var.h".
4248 (this_version_id) Use ATTRIBUTE_VISIBILITY.
4249 (get_version_1): Print this_version_id and its address.
4250 Add extern "C" wrappers around interface functions.
4251 * gdb.base/print-file-var-lib2.c: Include <stdio.h> and
4252 "print-file-var.h".
4253 (this_version_id) Use ATTRIBUTE_VISIBILITY.
4254 (get_version_2): Print this_version_id and its address.
4255 Add extern "C" wrappers around interface functions.
4256 * gdb.base/print-file-var-main.c: Include <dlfcn.h>, <assert.h>,
4257 <stddef.h> and "print-file-var.h".
4258 Add extern "C" wrappers around interface functions.
4259 [VERSION_ID_MAIN] (this_version_id): Define.
4260 (main): Define v0. Use dlopen if SHLIB_NAME is defined.
4261 * gdb.base/print-file-var.h: Add some #defines to simplify setting
4262 up extern "C" blocks.
4263 * gdb.base/print-file-var.exp (test): New, factored out from top
4264 level.
4265 (top level): Test all combinations of attribute hidden or not,
4266 dlopen or not, and this_version_id symbol in main file or not.
4267 Compile tests as both C++ and C, make test names unique.
4268
4269 2019-10-01 Tom Tromey <tom@tromey.com>
4270
4271 * gdb.base/style.exp: Test "show logging filename".
4272
4273 2019-10-01 Tom Tromey <tom@tromey.com>
4274
4275 * lib/gdb-utils.exp (style): Handle "metadata" argument.
4276 * gdb.base/style.exp: Add metadata style test.
4277
4278 2019-10-01 Tom Tromey <tom@tromey.com>
4279
4280 * gdb.base/style.exp: Test "pwd".
4281
4282 2019-10-01 Tom Tromey <tom@tromey.com>
4283
4284 * gdb.base/style.exp: Update tests.
4285
4286 2019-10-01 Andreas Arnez <arnez@linux.ibm.com>
4287
4288 * gdb.base/pretty-print.c (struct s1_t): Change fields 'three' and
4289 'six' to unsigned.
4290 (s1): Initialize fields 'four' and 'six' instead of 'three' and
4291 'five'. Use an all-ones bit pattern for each.
4292 * gdb.base/pretty-print.exp: Adjust expected output of "print s1"
4293 to its changed values.
4294
4295 2019-09-30 Tom Tromey <tromey@adacore.com>
4296
4297 * gdb.rust/traits.rs: Disable all warnings.
4298
4299 2019-09-29 Tom de Vries <tdevries@suse.de>
4300
4301 * gdb.dwarf2/gdb-index.exp: Handle new location of .dwz file.
4302
4303 2019-09-29 Tom de Vries <tdevries@suse.de>
4304
4305 * gdb.dwarf2/gdb-index.exp: Use with_test_prefix for second objcopy.
4306
4307 2019-09-27 Tom de Vries <tdevries@suse.de>
4308
4309 * gdb.reverse/step-precsave.exp: Add missing $gdb_prompt in regexps.
4310
4311 2019-09-27 Tom de Vries <tdevries@suse.de>
4312
4313 PR record/23188
4314 * gdb.reverse/step-precsave.exp: Add kfail for PR record/23188.
4315
4316 2019-09-26 Tom Tromey <tromey@adacore.com>
4317
4318 * gdb.ada/py_taft.exp: New file.
4319 * gdb.ada/py_taft/main.adb: New file.
4320 * gdb.ada/py_taft/pkg.adb: New file.
4321 * gdb.ada/py_taft/pkg.ads: New file.
4322
4323 2019-09-24 Tom de Vries <tdevries@suse.de>
4324
4325 PR gdb/24598
4326 * gdb.arch/amd64-init-x87-values.exp: Add xfail.
4327
4328 2019-09-22 Tom de Vries <tdevries@suse.de>
4329
4330 * gdb.base/restore.exp: Allow register variables to be optimized out at
4331 -O0.
4332
4333 2019-09-20 Ulrich Weigand <uweigand@de.ibm.com>
4334
4335 * gdb.arch/spu-info.exp: Remove file.
4336 * gdb.arch/spu-info.c: Remove file.
4337 * gdb.arch/spu-ls.exp: Remove file.
4338 * gdb.arch/spu-ls.c: Remove file.
4339
4340 * gdb.asm/asm-source.exp: Remove support for spu*-*-*.
4341 * gdb.asm/spu.inc: Remove file.
4342
4343 * gdb.base/dump.exp: Remove support for spu*-*-*.
4344 * gdb.base/stack-checking.exp: Likewise.
4345 * gdb.base/overlays.exp: Likewise.
4346 * gdb.base/ovlymgr.c: Likewise.
4347 * gdb.base/spu.ld: Remove file.
4348
4349 * gdb.cp/bs15503.exp: Remove support for spu*-*-*.
4350 * gdb.cp/cpexprs.exp: Likewise.
4351 * gdb.cp/exception.exp: Likewise.
4352 * gdb.cp/gdb2495.exp: Likewise.
4353 * gdb.cp/mb-templates.exp: Likewise.
4354 * gdb.cp/pr9167.exp: Likewise.
4355 * gdb.cp/userdef.exp: Likewise.
4356
4357 * gdb.xml/tdesc-regs.exp: Remove support for spu*-*-*.
4358
4359 * gdb.cell: Remove directory.
4360 * lib/cell.exp: Remove file.
4361
4362 2019-09-19 Tom de Vries <tdevries@suse.de>
4363
4364 * lib/gdb.exp (gdb_test): Eliminate "^FOOBAR$" pattern.
4365
4366 2019-09-19 Tom de Vries <tdevries@suse.de>
4367
4368 * lib/gdbserver-support.exp (gdb_target_cmd): Fix argument passing.
4369
4370 2019-09-19 Tom de Vries <tdevries@suse.de>
4371
4372 * lib/gdbserver-support.exp (gdb_target_cmd_ext): Return 2 (meaning
4373 UNSUPPORTED) for 'Network is unreachable' message. Factor out of ...
4374 (gdb_target_cmd): ... here.
4375 * gdb.server/server-connect.exp: Use gdb_target_cmd_ext, handle return
4376 value 2.
4377
4378 2019-09-18 Andrew Burgess <andrew.burgess@embecosm.com>
4379
4380 * gdb.base/source-dir.exp: Avoid having directory names in test
4381 names.
4382
4383 2019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
4384
4385 * gdb.base/source-dir.exp: Add extra test for mapped compilation
4386 directory.
4387
4388 2019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
4389
4390 * gdb.base/list-missing-source.exp: New file.
4391
4392 2019-09-14 Tom de Vries <tdevries@suse.de>
4393
4394 PR teststuite/24599
4395 * gdb.ada/rename_subscript_param.exp: Require gnatmake 8.
4396 * lib/ada.exp (gnatmake_version_at_least): New proc.
4397
4398 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
4399
4400 * gdb.base/maint.exp: Use exec_has_index_section.
4401
4402 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
4403
4404 * gdb.base/maint.exp: Add test for 'maint info sections'.
4405
4406 2019-09-12 Tom de Vries <tdevries@suse.de>
4407
4408 * gdb.base/store.exp: Allow register variables to be optimized out at
4409 -O0.
4410
4411 2019-09-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4412
4413 * gdb.ada/rdv_wait.exp: Update to new task names.
4414 * gdb.base/task_switch_in_core.exp: Likewise.
4415 * gdb.base/info_sources_base.c: Likewise.
4416
4417 2019-09-10 Tom Tromey <tromey@adacore.com>
4418
4419 * boards/cc-with-tweaks.exp: Set GNATMAKE_FOR_TARGET.
4420
4421 2019-09-10 Tom Tromey <tromey@adacore.com>
4422
4423 * gdb.ada/dgopt.exp: New file.
4424 * gdb.ada/dgopt/x.adb: New file.
4425
4426 2019-09-08 Tom Tromey <tom@tromey.com>
4427
4428 * gdb.tui/resize.exp: Remove setup_xfail.
4429 * gdb.tui/regs.exp: Remove setup_xfail.
4430 * gdb.tui/basic.exp: Remove setup_xfail.
4431
4432 2019-09-06 David Blaikie <dblaikie@gmail.com>
4433
4434 * gdb.base/label.exp: un-XFAIL label related tests under Clang.
4435 * gdb.cp/cplabel.exp: Ditto.
4436 * gdb.linespec/ls-errs.exp: Ditto.
4437
4438 2019-09-05 Tom de Vries <tdevries@suse.de>
4439
4440 * lib/gdb.exp (cmp_file_string): New proc.
4441 * gdb.base/ui-redirect.exp: Replace "gdb_breakpoint main" with
4442 runto_main. Verify save breakpoints output.
4443
4444 2019-09-04 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4445
4446 * gdb.base/info-var.exp: Test info variables without running
4447 to main, to avoid expect's buffer overflow.
4448
4449 2019-09-03 Tom Tromey <tromey@adacore.com>
4450
4451 * gdb.ada/bias.exp: New file.
4452 * gdb.ada/bias/bias.adb: New file.
4453 * gdb.ada/print_chars.exp: Add regression test.
4454 * gdb.ada/print_chars/foo.adb (My_Character): New type.
4455 (MC): New variable.
4456
4457 2019-08-29 Sandra Loosemore <sandra@codesourcery.com>
4458
4459 * gdb.base/argv0-symlink.exp: Run only on native target
4460 and local host.
4461
4462 2019-08-29 Tom de Vries <tdevries@suse.de>
4463
4464 * gdb.fortran/info-types.exp: Fix gdb_test regexp to allow more
4465 diverse debug info.
4466 * lib/fortran.exp (fortran_int8): New proc, based on fortran_int4.
4467
4468 2019-08-28 Tom de Vries <tdevries@suse.de>
4469
4470 * gdb.base/info-var.exp: Allow info variables to print info for files
4471 other than info-var-f1.c and info-var-f2.c.
4472
4473 2019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
4474
4475 * gdb.fortran/info-types.exp: Add module.
4476 * gdb.fortran/info-types.f90: Update expected results.
4477
4478 2019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
4479
4480 * gdb.fortran/info-types.exp: New file.
4481 * gdb.fortran/info-types.f90: New file.
4482 * lib/fortran.exp (fortran_character1): New proc.
4483
4484 2019-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
4485
4486 * gdb.base/info-fun.exp: Extend to test the -n flag for 'info
4487 functions'. Reindent as needed.
4488 * gdb.base/info-var-f1.c: New file.
4489 * gdb.base/info-var-f2.c: New file.
4490 * gdb.base/info-var.exp: New file.
4491 * gdb.base/info-var.h: New file.
4492
4493 2019-08-26 Tom de Vries <tdevries@suse.de>
4494
4495 PR c++/24852
4496 * gdb.cp/no-libstdcxx-probe.exp: New test.
4497
4498 2019-08-26 Tom de Vries <tdevries@suse.de>
4499
4500 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Return 1 if probe
4501 * tests need to be skipped.
4502 * gdb.cp/exceptprint.exp: Update call to skip_libstdcxx_probe_tests.
4503 * gdb.mi/mi-catch-cpp-exceptions.exp: Update call to
4504 mi_skip_libstdcxx_probe_tests.
4505
4506 2019-08-26 Sergio Durigan Junior <sergiodj@redhat.com>
4507
4508 * gdb.python/py-xmethods.exp: Use raw strings when passing
4509 arguments to SimpleXMethodMatcher.
4510
4511 2019-08-22 Tom de Vries <tdevries@suse.de>
4512
4513 * gdb.multi/multi-term-settings.exp (coretest): Make gdb_test messages
4514 more informative.
4515
4516 2019-08-21 Pedro Alves <palves@redhat.com>
4517
4518 * gdb.base/with.exp: Test "with" with no arguments.
4519
4520 2019-08-21 Tom de Vries <tdevries@suse.de>
4521
4522 * gdb.base/gdb-caching-proc.exp: Sort files.
4523
4524 2019-08-20 Tom de Vries <tdevries@suse.de>
4525
4526 * lib/pascal.exp (gdb_compile_pascal): Remove $destfile before
4527 compilation.
4528
4529 2019-08-16 Tom de Vries <tdevries@suse.de>
4530
4531 * gdb.base/compare-sections.exp ("after run to main"): Allow
4532 mismatched read-only sections for PIE executables.
4533
4534 2019-08-16 Tom Tromey <tom@tromey.com>
4535
4536 * lib/tuiterm.exp (_csi_Z): New proc.
4537 * gdb.tui/basic.exp: Update window positions.
4538 * gdb.tui/empty.exp: Update window positions.
4539
4540 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
4541
4542 * gdb.base/examine-backward.exp: Correct regexp for
4543 "examine 3 bytes backward from ${address_zero}".
4544
4545 2019-08-15 Tom Tromey <tom@tromey.com>
4546
4547 * gdb.tui/empty.exp: Enable resizing tests.
4548
4549 2019-08-15 Tom Tromey <tromey@adacore.com>
4550
4551 * gdb.ada/char_enum.exp: Add regression tests.
4552 * gdb.ada/char_enum/foo.adb (Char_Enum_Type): Use '_'
4553 and '0'.
4554 (Char, Gchar): Update.
4555 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): Use '+'.
4556
4557 2019-08-15 Christian Biesinger <cbiesinger@google.com>
4558
4559 * gdb.python/python.exp: Expect a leading underscore on
4560 GdbOutput{,Error}File.
4561
4562 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
4563
4564 * gdb.dwarf2/dw2-dir-file-name.exp: Skip on remote or
4565 Windows host.
4566
4567 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
4568
4569 * gdb.base/batch-preserve-term-settings.exp
4570 (test_terminal_settings_preserved_after_sigterm): Skip on Windows.
4571
4572 2019-08-15 Christian Biesinger <cbiesinger@google.com>
4573
4574 * lib/gdb.exp: When running on a mingw target, replace
4575 /x/ with x:/.
4576
4577 2019-08-14 Alan Hayward <alan.hayward@arm.com>
4578
4579 * gdb.arch/aarch64-prologue.c: New test.
4580 * gdb.arch/aarch64-prologue.exp: New file.
4581
4582 2019-08-13 Tom de Vries <tdevries@suse.de>
4583
4584 * gdb.gdb/selftest.exp (send ^C to child process again): Accept also
4585 Thread.
4586
4587 2019-08-13 Sandra Loosemore <sandra@codesourcery.com>
4588
4589 * gdb.python/py-completion.exp: Download the .py file to the host
4590 and use its host pathname. Conditionalize tests that use
4591 tab completion and manipulate files on the build machine.
4592 * gdb.python/py-events.exp: Download the .py file to the host
4593 and use its host pathname.
4594 * gdb.python/py-evsignal.exp: Likewise.
4595 * gdb.python/py-evthreads.exp: Likewise.
4596 * gdb.python/py-framefilter-invalidarg.exp: Match Windows
4597 pathname syntax.
4598 * gdb.python/py-framefilter.exp: Download the .py file to the right
4599 place on the host. Match Windows pathname syntax.
4600 * gdb.python/py-mi-var-info-path-expression.exp: Download the
4601 .py file to the host and use its host pathname.
4602 * gdb.python/py-objfile-script.exp: Match Windows pathname syntax.
4603 * gdb.python/py-objfile.exp: Expect a host pathname, not a
4604 build pathname. Skip symlink test on Windows host. Add missing
4605 newline at end of file.
4606 * gdb.python/py-pp-maint.exp: Download the .py file to the host
4607 and use its host pathname.
4608 * gdb.python/py-pp-registration.exp: Match Windows pathname syntax.
4609 * gdb.python/py-section-script.exp: Use host location of binfile
4610 on safe-path. Use correct path separator on Windows host.
4611 Reorder alternatives in gdb_test_multiple to prevent matching
4612 the wrong alternative on success.
4613 * gdb.python/py-symtab.exp: Match Windows pathname syntax.
4614
4615 2019-08-12 Patrick Palka <patrick@parcs.ath.cx>
4616
4617 * gdb.gdb/selftest.exp (test_with_self): Update test to now
4618 expect the GDB inferior to no longer immediately stop after
4619 being resumed with "signal SIGINT".
4620
4621 2019-08-09 Sandra Loosemore <sandra@codesourcery.com>
4622
4623 * gdb.linespec/break-ask.exp: Generalize regexps to match
4624 Windows pathnames too.
4625
4626 2019-08-08 Tom de Vries <tdevries@suse.de>
4627
4628 PR testsuite/24862
4629 * lib/tuiterm.exp (_accept): Fix CSI regexp.
4630
4631 2019-08-07 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4632
4633 * gdb.base/style.exp: Update tests for help doc new invariants.
4634 * gdb.base/help.exp: Likewise.
4635
4636 2019-08-06 Tom Tromey <tom@tromey.com>
4637
4638 * gdb.base/style.exp: Add disassemble test.
4639 * gdb.base/style.c (some_called_function): New function.
4640 (main): Use it.
4641
4642 2019-08-05 Christian Biesinger <cbiesinger@google.com>
4643
4644 * gdb.python/py-block.exp: Test dictionary access on blocks.
4645
4646 2019-08-05 Simon Marchi <simon.marchi@efficios.com>
4647
4648 PR gdb/24863
4649 * gdb.mi/list-thread-groups-available.exp: Increase timeout for
4650 -list-thread-groups --available test when running under
4651 check-read1.
4652
4653 2019-08-05 Tom de Vries <tdevries@suse.de>
4654
4655 PR testsuite/24863
4656 * lib/gdb.exp (with_read1_timeout_factor): New proc.
4657 * gdb.base/help.exp: Use with_read1_timeout_factor.
4658 * gdb.base/info-macros.exp: Same.
4659 * gdb.cp/nested-types.exp: Same.
4660
4661 2019-08-05 Tom de Vries <tdevries@suse.de>
4662
4663 * lib/gdb.exp (version_at_least): Factor out of ...
4664 (tcl_version_at_least): ... here.
4665 (gdb_compile): Fail if pie results in non-PIE executable.
4666 (readelf_version, readelf_prints_pie): New proc.
4667 (exec_is_pie): Return -1 if unknown.
4668
4669 2019-08-05 Tom de Vries <tdevries@suse.de>
4670
4671 * lib/gdb.exp (tcl_version_at_least): Fix typo.
4672
4673 2019-08-04 Sandra Loosemore <sandra@codesourcery.com>
4674
4675 * gdb.server/reconnect-ctrl-c.exp: Skip if nointerrupts.
4676
4677 2019-08-04 Sandra Loosemore <sandra@codesourcery.com>
4678
4679 * lib/completion-support.exp (test_gdb_complete_none): Skip
4680 tab completion tests if no readline support.
4681 (test_gdb_complete_unique_re): Likewise.
4682 (test_gdb_complete_multiple): Likewise.
4683
4684 2019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4685
4686 * gdb.base/info_sources.exp: New file.
4687 * gdb.base/info_sources.c: New file.
4688 * gdb.base/info_sources_base.c: New file.
4689
4690 2019-08-01 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
4691
4692 * gdb.base/batch-exit-status.exp: Call test_exit_status with
4693 prefix argument.
4694 (test_exit_status): Add prefix argument.
4695
4696 2019-08-01 Tom de Vries <tdevries@suse.de>
4697
4698 PR testsuite/24863
4699 * gdb.threads/fork-plus-threads.exp: Fix check-run1 timeout by
4700 calling exp_continue for new thread and thread exited messages.
4701
4702 2019-08-01 Tom de Vries <tdevries@suse.de>
4703
4704 PR testsuite/24863
4705 * gdb.base/structs.exp: Fix check-read1 timeout using
4706 gdb_test_sequence.
4707 * lib/gdb.exp (tcl_version_at_least, lrepeat): New proc.
4708
4709 2019-08-01 Tom de Vries <tdevries@suse.de>
4710
4711 PR testsuite/24863
4712 * gdb.base/break-interp.exp: Use exp_continue after each "info files"
4713 line.
4714
4715 2019-08-01 Tom de Vries <tdevries@suse.de>
4716
4717 PR testsuite/24863
4718 * gdb.base/signals.exp: Fix check-read1 timeout using gdb_test_sequence.
4719
4720 2019-07-30 Tom Tromey <tromey@adacore.com>
4721
4722 * gdb.ada/display_nested.exp: New file.
4723 * gdb.ada/display_nested/foo.adb: New file.
4724 * gdb.ada/display_nested/pack.adb: New file.
4725 * gdb.ada/display_nested/pack.ads: New file.
4726
4727 2019-07-30 Christian Biesinger <cbiesinger@google.com>
4728
4729 * gdb.python/py-symbol.c: Add a static variable and one in an anonymous
4730 namespace.
4731 * gdb.python/py-symbol.exp: Test gdb.lookup_static_symbol.
4732
4733 2019-07-30 Tom de Vries <tdevries@suse.de>
4734
4735 * lib/read1.c (read): Don't use unsetenv (v), use setenv (v, "", 1)
4736 instead.
4737
4738 2019-07-30 Tom de Vries <tdevries@suse.de>
4739
4740 PR testsuite/24834
4741 * lib/gdb.exp (gdb_compile): Fail if nopie results in PIE executable.
4742 (exec_is_pie): New proc.
4743
4744 2019-07-29 Christian Biesinger <cbiesinger@google.com>
4745
4746 * gdb.python/py-objfile.exp: Fix misspelling (nonexistant -> nonexistent)
4747
4748 2019-07-29 Christian Biesinger <cbiesinger@google.com>
4749
4750 * gdb.python/py-objfile.c: Add global and static vars.
4751 * gdb.python/py-objfile.exp: Test new functions Objfile.
4752 lookup_global_symbol and lookup_static_symbol.
4753
4754 2019-07-29 Tom Tromey <tom@tromey.com>
4755
4756 * lib/tuiterm.exp (Term::_csi_@): New proc.
4757 (Term::_csi_X): Don't move cursor.
4758
4759 2019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4760
4761 * gdb.base/options.exp: Update backtrace - completion to
4762 new option -frame-info.
4763 * gdb.base/frame-args.exp: Test new 'frame-arguments presence'.
4764 Test new 'set print frame-info'. Test backtrace -frame-info
4765 overriding 'set print frame-info'.
4766 * gdb.python/py-framefilter.exp: Test new 'frame-arguments presence'.
4767 Test new 'set print frame-info'.
4768 Verify consistency of backtrace with and without filters, with and
4769 without -no-filters.
4770 * gdb.python/py-framefilter-invalidarg.exp: Update to new print_what
4771 default.
4772
4773 2019-07-29 Tom de Vries <tdevries@suse.de>
4774
4775 * gdb.linespec/explicit.exp: Fix completion trigger for "complete with
4776 no arguments".
4777
4778 2019-07-29 Tom de Vries <tdevries@suse.de>
4779
4780 * gdb.linespec/explicit.exp: Fix gdb_test_multiple regexps where second
4781 is a substring of the first for "complete non-unique file name".
4782
4783 2019-07-29 Tom de Vries <tdevries@suse.de>
4784
4785 * gdb.python/python.exp: Don't terminate gdb_test_multiple regexp
4786 with ".*".
4787
4788 2019-07-29 Tom de Vries <tdevries@suse.de>
4789
4790 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt, gdb_is_target_1):
4791 Pass prompt_regexp parameter to gdb_test_multiple calls.
4792
4793 2019-07-29 Tom de Vries <tdevries@suse.de>
4794
4795 * gdb.base/maint.exp: Use "\r\n" instead of "\[\r\n\]+" in "maint
4796 print registers" regexps.
4797
4798 2019-07-29 Tom de Vries <tdevries@suse.de>
4799
4800 * gdb.base/define.exp: Add "\r\n" to "reset gdb_prompt" regexp.
4801
4802 2019-07-29 Tom de Vries <tdevries@suse.de>
4803
4804 PR gdb/24855
4805 * lib/gdb.exp (gdb_test_multiple): Add prompt_regexp parameter.
4806 (skip_python_tests_prompt): Add prompt_regexp argument to
4807 gdb_test_multiple calls.
4808
4809 2019-07-27 Tom Tromey <tom@tromey.com>
4810
4811 * gdb.tui/main.exp: New file.
4812
4813 2019-07-27 Tom Tromey <tom@tromey.com>
4814
4815 * lib/tuiterm.exp (Term::clean_restart): Make "executable"
4816 optional.
4817 * gdb.tui/empty.exp: New file.
4818
4819 2019-07-27 Tom Tromey <tom@tromey.com>
4820
4821 * lib/tuiterm.exp (spawn): New proc.
4822 (Term::resize): New proc.
4823 * gdb.tui/resize.exp: New file.
4824
4825 2019-07-27 Tom Tromey <tom@tromey.com>
4826
4827 * gdb.tui/list.exp: New file.
4828
4829 2019-07-27 Tom Tromey <tom@tromey.com>
4830
4831 * gdb.tui/regs.exp: New file.
4832
4833 2019-07-27 Tom Tromey <tom@tromey.com>
4834
4835 * gdb.tui/basic.exp: Add "layout split" test.
4836
4837 2019-07-27 Tom Tromey <tom@tromey.com>
4838
4839 * gdb.tui/basic.exp: Add "layout asm" test.
4840
4841 2019-07-27 Tom Tromey <tom@tromey.com>
4842
4843 * lib/tuiterm.exp: New file.
4844 * gdb.tui/basic.exp: New file.
4845
4846 2019-07-27 Kevin Buettner <kevinb@redhat.com>
4847
4848 * gdb.dwarf2/dw2-ranges-func.exp (enable_foo_cold_stepping):
4849 Enable tests associated with this flag. Adjust regex
4850 referencing "foo_low" to now refer to "foo_cold" instead.
4851
4852 2019-07-27 Kevin Buettner <kevinb@redhat.com>
4853
4854 * gdb.dwarf2/dw2-ranges-func.c: Rename to...
4855 * gdb.dwarf2/dw2-ranges-func-lo-cold.c: ...this.
4856 * gdb.dwarf2/dw2-ranges-func-lo-cold.c (foo_low): Change name to
4857 foo_cold. Revise comments to match.
4858 * gdb.dwarf2/dw2-ranges-func-hi-cold.c: New file.
4859 * gdb.dwarf2/dw2-ranges-func.exp (do_test): New proc. Existing tests
4860 were wrapped into this proc; Call do_test in loop from outermost
4861 level.
4862 (foo_low): Rename all occurrences to "foo_cold".
4863 (backtrace from baz): New test.
4864 (x2/i foo_cold): New test.
4865 (info line *foo_cold): New test.
4866
4867 2019-07-26 Tom de Vries <tdevries@suse.de>
4868
4869 * gdb.arch/i386-pkru.exp: Fix unterminated string.
4870
4871 2019-07-25 Tom de Vries <tdevries@suse.de>
4872
4873 PR testsuite/24830
4874 * gdb.mi/mi-catch-cpp-exceptions.exp: Call
4875 mi_skip_libstdcxx_probe_tests, and skip unsupported tests.
4876 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Factor out of ...
4877 (skip_libstdcxx_probe_tests): ... here.
4878 * lib/mi-support.exp (mi_skip_libstdcxx_probe_tests): New proc.
4879
4880 2019-07-24 Tom de Vries <tdevries@suse.de>
4881
4882 PR testsuite/24807
4883 * gdb.objc/basicclass.m: Include stdio.h.
4884 * gdb.objc/nondebug.m: Same.
4885 * gdb.objc/objcdecode.m: Same.
4886
4887 2019-07-24 Tom de Vries <tdevries@suse.de>
4888
4889 PR testsuite/24612
4890 * gdb.base/infoline-reloc-main-from-zero.exp: Add -Wl,-N to
4891 additional_flags.
4892
4893 2019-07-24 Tom de Vries <tdevries@suse.de>
4894
4895 PR testsuite/24831
4896 * gdb.multi/tids.exp: Update error messages for info threads.
4897
4898 2019-07-24 Tom de Vries <tdevries@suse.de>
4899
4900 * gdb.base/info-types.exp: Allow info types to print info for more than
4901 one file.
4902
4903 2019-07-23 Tom de Vries <tdevries@suse.de>
4904
4905 PR testsuite/24842
4906 * gdb.dwarf2/multidictionary.exp: Consume initial prompt after
4907 gdb_spawn_with_cmdline_opts.
4908
4909 2019-07-23 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
4910
4911 * gdb.arch/arm-cmse-sgstubs.c: New test.
4912 * gdb.arch/arm-cmse-sgstubs.exp: New file.
4913
4914 2019-07-23 Tom de Vries <tdevries@suse.de>
4915
4916 PR testsuite/24711
4917 * gdb.mi/mi-complete.exp: Wait for "set max-completions" result before
4918 issuing next command.
4919
4920 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
4921
4922 * gdb.ada/info_auto_lang.exp: Update expected results.
4923 * gdb.base/info-types.c: Add additional types to check.
4924 * gdb.base/info-types.exp: Update expected results.
4925
4926 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
4927
4928 * gdb.base/info-types.c: New file.
4929 * gdb.base/info-types.exp: New file.
4930
4931 2019-07-19 Andrew Burgess <andrew.burgess@embecosm.com>
4932
4933 * gdb.arch/riscv-bp-infcall.c: New file.
4934 * gdb.arch/riscv-bp-infcall.exp: New file.
4935
4936 2019-07-17 Andrew Burgess <andrew.burgess@embecosm.com>
4937
4938 PR breakpoints/24541
4939 * gdb.mi/mi-catch-cpp-exceptions.exp: Remove kfail due to 24541.
4940
4941 2019-07-14 Tom de Vries <tdevries@suse.de>
4942
4943 PR testsuite/24760
4944 * gdb.objc/basicclass.exp: Fix unterminated string.
4945
4946 2019-07-12 Bernhard Heckel <bernhard.heckel@intel.com>
4947 Andrew Burgess <andrew.burgess@embecosm.com>
4948
4949 * gdb.fortran/vla-ptype.exp: Print array with negative bounds.
4950 * gdb.fortran/vla-sizeof.exp: Print the size of an array with
4951 negative bounds.
4952 * gdb.fortran/vla-value.exp: Print elements of an array with
4953 negative bounds.
4954 * gdb.fortran/vla.f90: Setup an array with negative bounds for
4955 testing.
4956
4957 2019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
4958
4959 * gdb.base/options.exp (expect_string): Dequote strings in
4960 results.
4961 (test-string): Test strings with different quoting and reindent.
4962
4963 2019-07-10 Tom Tromey <tromey@adacore.com>
4964
4965 * gdb.ada/mi_ex_cond.exp: Update expected results.
4966 * gdb.ada/mi_catch_ex_hand.exp: Update expected results.
4967 * gdb.ada/mi_catch_ex.exp: Update expected results.
4968 * gdb.ada/mi_catch_assert.exp: Update expected results.
4969 * gdb.ada/catch_ex.exp (catch_exception_info)
4970 (catch_exception_entry, catch_assert_entry)
4971 (catch_unhandled_entry): Update.
4972 * gdb.ada/catch_assert_if.exp: Update expected results.
4973
4974 2019-07-10 Richard Bunt <richard.bunt@arm.com>
4975 Stephen Roberts <stephen.roberts@arm.com>
4976
4977 * gdb.base/define.exp: Restore original prompt.
4978
4979 2019-07-09 Pedro Alves <palves@redhat.com>
4980
4981 * gdb.cp/catch-multi-stdlib.exp: Adjust expected "info
4982 breakpoints" output.
4983 * gdb.cp/exception.exp: Adjust expected "info breakpoints" output.
4984 * gdb.python/py-breakpoint.exp: No longer expect that "catch
4985 throw" creates breakpoint.
4986 * gdb.mi/mi-catch-cpp-exceptions.exp (setup_catchpoint): Expect
4987 'type="catchpoint"'.
4988
4989 2019-07-09 Pedro Alves <palves@redhat.com>
4990
4991 PR c++/15468
4992 * gdb.cp/except-multi-location-lib.cc: New.
4993 * gdb.cp/except-multi-location-main.cc: New.
4994 * gdb.cp/except-multi-location.exp: New.
4995
4996 2019-07-09 Sergio Durigan Junior <sergiodj@redhat.com>
4997
4998 * gdb.base/printcmds.exp (test_printf_convenience_var): Set
4999 language to "c++" before dealing with wchar_t. Remove DO_WSTRING
5000 argument and update callers.
5001
5002 2019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
5003
5004 * gdb.arch/amd64-break-on-asm-line.S: New file.
5005 * gdb.arch/amd64-break-on-asm-line.exp: New file.
5006
5007 2019-07-08 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5008
5009 * gdb.base/printcmds.exp: Test printing C string and
5010 C wide string convenience vars without transiting via the inferior.
5011 Also make test names unique.
5012
5013 2019-07-08 Alan Hayward <alan.hayward@arm.com>
5014
5015 PR breakpoints/25011
5016 * gdb.base/break-idempotent.exp: Test both PIE and non PIE.
5017
5018 2019-07-04 Pedro Alves <palves@redhat.com>
5019
5020 * lib/gdb.exp (foreach_with_prefix): Don't return early if
5021 body returned ok(0), break(3) or continue(4).
5022 * gdb.testsuite/foreach_with_prefix.exp: New file.
5023
5024 2019-07-04 Alan Hayward <alan.hayward@arm.com>
5025
5026 * gdb.server/unittest.exp: Allow 0 unit tests to run.
5027
5028 2019-07-03 Pedro Alves <palves@redhat.com>
5029
5030 * lib/gdb.exp (foreach_with_prefix): Use "catch" and
5031 "return -code".
5032
5033 2019-07-03 Pedro Alves <palves@redhat.com>
5034
5035 PR cli/24732
5036 * gdb.base/shell.exp: Load completion-support.exp.
5037 Adjust expected error output. Add completion tests.
5038
5039 2019-07-03 Pedro Alves <palves@redhat.com>
5040
5041 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Use
5042 string_to_regexp.
5043
5044 2019-07-03 Pedro Alves <palves@redhat.com>
5045
5046 * gdb.base/options.exp (expect_none, expect_flag, expect_bool)
5047 (expect_integer): Adjust to expect "-string".
5048 (expect_string): New.
5049 (all_options): Expect "-string".
5050 (test-flag, test-boolean): Adjust to expect "-string".
5051 (test-string): New proc.
5052 (top level): Call it.
5053
5054 2019-07-03 Pedro Alves <palves@redhat.com>
5055
5056 * gdb.base/options.exp (test-misc, test-flag, test-boolean)
5057 (test-uinteger, test-enum): Adjust res_test_gdb_... calls to pass
5058 the expected output in the success.
5059
5060 2019-07-03 Pedro Alves <palves@redhat.com>
5061
5062 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
5063 Split one gdb_test_multiple call in two to avoid a race.
5064
5065 2019-07-03 Pedro Alves <palves@redhat.com>
5066
5067 * gdb.base/with.c: New file.
5068 * gdb.base/with.exp: New file.
5069
5070 2019-07-03 Pedro Alves <palves@redhat.com>
5071
5072 * gdb.base/settings.exp: Replace all references to "maint
5073 test-settings set" with references to "maint set test-settings",
5074 and all references to "maint test-settings show" with references
5075 to "maint show test-settings".
5076
5077 2019-07-03 Pedro Alves <palves@redhat.com>
5078
5079 * gdb.base/settings.exp (test-string): Adjust expected out when
5080 testing "maint test-settings show filename"
5081
5082 2019-07-02 Pedro Alves <palves@redhat.com>
5083
5084 * gdb.base/options.exp (test-info-threads): New procedure.
5085 (top level): Call it.
5086
5087 2019-06-28 Tom Tromey <tromey@adacore.com>
5088
5089 * gdb.dwarf2/ada-linkage-name.c: New file.
5090 * gdb.dwarf2/ada-linkage-name.exp: New file.
5091
5092 2019-06-27 Tom Tromey <tromey@adacore.com>
5093
5094 PR c++/20020:
5095 * gdb.cp/constexpr-field.exp: Use setup_xfail.
5096
5097 2019-06-26 Tom de Vries <tdevries@suse.de>
5098
5099 * gdb.dwarf2/varval.exp: Compile twice, once without bad DWARF.
5100
5101 2019-06-26 Tom de Vries <tdevries@suse.de>
5102
5103 * gdb.base/index-cache.exp: Add back missing debug option.
5104
5105 2019-06-23 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5106
5107 * gdb.base/alias.exp: Test non matching/non existing prefixes.
5108
5109 2019-06-25 Tom de Vries <tdevries@suse.de>
5110
5111 PR testsuite/24727
5112 * gdb.dwarf2/dw2-restrict.S: Regenerate using clang 5.0.1.
5113
5114 2019-06-24 Tom de Vries <tdevries@suse.de>
5115
5116 * gdb.dwarf2/implptr-64bit.exp: Fix intra-CU '%' label reference.
5117
5118 2019-06-24 Tom de Vries <tdevries@suse.de>
5119
5120 * gdb.trace/entry-values.exp: Use DW_FORM_udata instead of
5121 DW_FOR_sdata for DW_AT_decl_file. Use 0 for DW_AT_decl_file.
5122 * gdb.trace/unavailable-dwarf-piece.exp: Same.
5123
5124 2019-06-24 Tom de Vries <tdevries@suse.de>
5125
5126 * gdb.dwarf2/inlined_subroutine-inheritance.exp:
5127
5128 2019-06-21 Tom de Vries <tdevries@suse.de>
5129
5130 * gdb.base/index-cache.exp: Add additional_flags=-Wl,--build-id.
5131
5132 2019-06-21 Tom de Vries <tdevries@suse.de>
5133
5134 PR testsuite/24518
5135 PR ada/24713
5136 * gdb.ada/ptype_union.exp: Mark as unsupported if executable contains
5137 index.
5138
5139 2019-06-19 Tom Tromey <tromey@adacore.com>
5140
5141 * gdb.ada/length_cond.exp: Add intro comment.
5142
5143 2019-06-19 Tom Tromey <tromey@adacore.com>
5144
5145 * gdb.ada/length_cond.exp: New file.
5146 * gdb.ada/length_cond/length_cond.adb: New file.
5147 * gdb.ada/length_cond/pck.adb: New file.
5148 * gdb.ada/length_cond/pck.ads: New file.
5149
5150 2019-06-18 Tom de Vries <tdevries@suse.de>
5151
5152 * boards/fission.exp (debug_flags): Add "-fuse-ld=gold".
5153
5154 2019-06-18 Tom Tromey <tromey@adacore.com>
5155
5156 * gdb.base/list0.h: Add comment explaining control character.
5157
5158 2019-06-18 Tom de Vries <tdevries@suse.de>
5159
5160 * boards/fission.exp: Break up long debug_flags line.
5161
5162 2019-06-16 Tom de Vries <tdevries@suse.de>
5163
5164 PR gdb/24445
5165 * gdb.dwarf2/gdb-index.exp (add_gdb_index): Update dwz file with
5166 generated index.
5167
5168 2019-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
5169
5170 PR gdb/24686
5171 * gdb.mi/mi-catch-cpp-exceptions.exp: Add an extra pattern to
5172 improve detection of bug gdb/24541.
5173
5174 2019-06-16 Simon Marchi <simon.marchi@polymtl.ca>
5175
5176 PR gdb/24669
5177 * gdb.base/index-cache.exp (uses_readnow,
5178 expecting_index_cache_use): Define global variable.
5179 (test_cache_enabled_miss, test_cache_enabled_hit): Use
5180 expecting_index_cache_use.
5181
5182 2019-06-16 Bernhard Heckel <bernhard.heckel@intel.com>
5183 Andrew Burgess <andrew.burgess@embecosm.com>
5184
5185 * gdb.fortran/pointers.f90: New file.
5186 * gdb.fortran/print_type.exp: New file.
5187 * gdb.fortran/vla-ptype.exp: Adapt expected results.
5188 * gdb.fortran/vla-type.exp: Likewise.
5189 * gdb.fortran/vla-value.exp: Likewise.
5190 * gdb.mi/mi-vla-fortran.exp: Likewise.
5191
5192 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
5193
5194 * gdb.mi/mi-catch-cpp-exceptions.cc: New file.
5195 * gdb.mi/mi-catch-cpp-exceptions.exp: New file.
5196 * lib/mi-support.exp (mi_expect_stop): Handle 'exception-caught'
5197 as a stop reason.
5198
5199 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
5200
5201 * gdb.base/annota1.exp: Update expected results.
5202 * gdb.cp/annota2.exp: Likewise.
5203 * gdb.cp/annota3.exp: Likewise.
5204
5205 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
5206
5207 * gdb.base/style-logging.exp: Remove path from test name.
5208
5209 2019-06-14 Tom Tromey <tromey@adacore.com>
5210
5211 PR gdb/24502:
5212 * gdb.base/style-logging.exp: New file.
5213
5214 2019-06-14 Tom Tromey <tromey@adacore.com>
5215
5216 * gdb.base/symfile-warn.exp: New file.
5217 * gdb.base/symfile-warn.c: New file.
5218
5219 2019-06-14 Tom Tromey <tromey@adacore.com>
5220
5221 * gdb.base/annotate-symlink.exp: New file.
5222
5223 2019-06-14 Tom Tromey <tromey@adacore.com>
5224
5225 * gdb.ada/set_wstr.exp: Add reassignment test.
5226
5227 2019-06-14 Tom Tromey <tromey@adacore.com>
5228
5229 * gdb.ada/formatted_ref.exp (test_p_x_addr): Check
5230 'unchecked_access and 'unrestricted_access as well.
5231
5232 2019-06-14 Tom Tromey <tromey@adacore.com>
5233
5234 PR ada/24539:
5235 * gdb.ada/vla.exp: Update tests.
5236 * gdb.ada/vla/vla.adb (Record_Type): Use No_Component_Reordering
5237 pragma.
5238
5239 2019-06-13 Pedro Alves <palves@redhat.com>
5240
5241 * gdb.base/settings.exp (test-integer): Test junk after
5242 "unlimited".
5243
5244 2019-06-13 Pedro Alves <palves@redhat.com>
5245
5246 * gdb.base/options.exp (test-thread-apply): New.
5247 (top level): Call it.
5248
5249 2019-06-13 Pedro Alves <palves@redhat.com>
5250
5251 * gdb.base/options.exp (test-frame-apply): New.
5252 (top level): Test print commands with different "frame apply"
5253 prefixes.
5254
5255 2019-06-13 Pedro Alves <palves@redhat.com>
5256
5257 * lib/completion-support.exp (test_gdb_complete_tab_multiple)
5258 (test_gdb_complete_cmd_multiple, test_gdb_complete_multiple): Add
5259 'max_completions' parameter and handle it.
5260 (test_gdb_completion_offers_commands): New.
5261
5262 2019-06-13 Pedro Alves <palves@redhat.com>
5263
5264 * gdb.base/options.exp (test-backtrace): Test completing qualifiers.
5265
5266 2019-06-13 Pedro Alves <palves@redhat.com>
5267
5268 * gdb.base/options.exp (test-backtrace): New.
5269 (top level): Call it.
5270
5271 2019-06-13 Pedro Alves <palves@redhat.com>
5272
5273 * gdb.guile/scm-frame-args.exp: Use "set print
5274 raw-frame-arguments" instead of "set print raw frame-arguments".
5275 * gdb.python/py-frame-args.exp: Likewise.
5276
5277 2019-06-13 Pedro Alves <palves@redhat.com>
5278
5279 * gdb.compile/compile.exp: Adjust expected output to option
5280 processing changes.
5281
5282 2019-06-13 Pedro Alves <palves@redhat.com>
5283
5284 * gdb.base/options.exp: Build executable.
5285 (test-print): New procedure.
5286 (top level): Call it, once for "print" and another for "compile
5287 print".
5288
5289 2019-06-13 Pedro Alves <palves@redhat.com>
5290
5291 * gdb.base/options.c: New file.
5292 * gdb.base/options.exp: New file.
5293
5294 2019-06-13 Pedro Alves <palves@redhat.com>
5295
5296 * gdb.base/settings.exp (test-boolean, test-auto-boolean): Check
5297 that "o" is ambiguous.
5298
5299 2019-06-13 Pedro Alves <palves@redhat.com>
5300
5301 * gdb.base/settings.c: New file.
5302 * gdb.base/settings.exp: New file.
5303
5304 2019-06-13 Pedro Alves <palves@redhat.com>
5305
5306 * gdb.base/completion.exp: Fix comment typo.
5307
5308 2019-06-13 Pedro Alves <palves@redhat.com>
5309
5310 * gdb.multi/tids.exp: Adjust expected output. Add "thread apply 1
5311 foo --1" test.
5312
5313 2019-06-11 Bernhard Heckel <bernhard.heckel@intel.com>
5314
5315 * gdb.fortran/block-data.f: New.
5316 * gdb.fortran/block-data.exp: New.
5317
5318 2019-06-11 Tom de Vries <tdevries@suse.de>
5319
5320 PR testsuite/24521
5321 * gdb.multi/remove-inferiors.exp: Allow "Expanding full symbols"
5322 message.
5323
5324 2019-06-11 Tom de Vries <tdevries@suse.de>
5325
5326 PR testsuite/24521
5327 * gdb.dwarf2/nonvar-access.exp: Fix main high_pc.
5328
5329 2019-06-11 Tom de Vries <tdevries@suse.de>
5330
5331 * boards/readnow.exp: New file.
5332
5333 2019-06-10 Andrew Burgess <andrew.burgess@embecosm.com>
5334
5335 * gdb.fortran/vla-sizeof.exp: Update expected results.
5336
5337 2019-06-06 Amos Bird <amosbird@gmail.com>
5338
5339 * gdb.base/annota1.exp (thread_switch): Add test for
5340 thread-exited annotation.
5341
5342 2019-06-06 Tom Tromey <tromey@adacore.com>
5343
5344 * gdb.base/maint.exp: Expect command started/finished output.
5345
5346 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
5347
5348 * gdb.arch/riscv-unwind-long-insn-6.s: Remove use of 'I' in
5349 comment.
5350 * gdb.arch/riscv-unwind-long-insn-8.s: Likewise.
5351
5352 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
5353
5354 * gdb.arch/riscv-unwind-long-insn-6.s: New file.
5355 * gdb.arch/riscv-unwind-long-insn-8.s: New file.
5356 * gdb.arch/riscv-unwind-long-insn.c: New file.
5357 * gdb.arch/riscv-unwind-long-insn.exp: New file.
5358
5359 2019-06-04 Christian Biesinger <cbiesinger@google.com>
5360
5361 * gdb.python/py-type.exp: Test for new gdb.Type.objfile property.
5362
5363 2019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5364
5365 * lib/gdb.exp (help_list_trailer): New regexp variable
5366 factorizing the help trailer message.
5367 (test_class_help): Use help_list_trailer. Add LIST_OF_COMMANDS
5368 arg to allow to better factorize various tests.
5369 (test_user_defined_class_help): Factorizes testing 'help user-defined'.
5370 (test_prefix_command_help): Use help_list_trailer.
5371 * gdb.python/py-cmd.exp: Use test_user_defined_class_help.
5372 * gdb.guile/scm-cmd.exp: Likewise.
5373 * gdb.trace/tracecmd.exp: Update caller of test_class_help.
5374 * gdb.base/help.exp: Use test_user_defined_class_help.
5375 * gdb.base/style.exp: Add tests for styling of help and apropos.
5376 * lib/gdb-utils.exp (style): Add title and highlight styles.
5377
5378 2019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5379
5380 * gdb.base/shell.exp: Test pipe command, $_shell_exitcode,
5381 $_shell_exitsignal.
5382 * gdb.base/default.exp: Update for new convenience variables.
5383
5384 2019-05-29 Tom Tromey <tromey@adacore.com>
5385
5386 * gdb.ada/complete.exp (test_gdb_no_completion): Add "/" and "-"
5387 to "break complete ada" test case's regexp.
5388
5389 2019-05-29 Tom Tromey <tromey@adacore.com>
5390
5391 PR c++/20020:
5392 * gdb.cp/constexpr-field.exp: New file.
5393 * gdb.cp/constexpr-field.cc: New file.
5394
5395 2019-05-29 Tom Tromey <tromey@adacore.com>
5396
5397 * gdb.base/finish.exp (finish_no_print): New proc.
5398 (finish_tests): Call it.
5399
5400 2019-05-24 Tom de Vries <tdevries@suse.de>
5401
5402 * gdb.dwarf2/gdb-add-index.exp: New file.
5403
5404 2019-05-22 Tom Tromey <tromey@adacore.com>
5405
5406 * gdb.base/info-shared.exp (check_info_shared): Use "style".
5407 * gdb.base/style.exp: Use "style".
5408 * lib/gdb-utils.exp (style): New proc.
5409
5410 2019-05-22 Tom de Vries <tdevries@suse.de>
5411
5412 * gdb.base/align.exp: Require c++11.
5413
5414 2019-05-22 Tom de Vries <tdevries@suse.de>
5415
5416 PR testsuite/24586
5417 * gdb.python/py-mi-var-info-path-expression.exp: Call
5418 mi_skip_python_tests to check if python is supported.
5419
5420 2019-05-22 Alan Hayward <alan.hayward@arm.com>
5421
5422 * gdb.arch/aarch64-pauth.c: New test.
5423 * gdb.arch/aarch64-pauth.exp: New file.
5424
5425 2019-05-22 Alan Hayward <alan.hayward@arm.com>
5426
5427 * README (Re-running Tests Outside The Testsuite): New section.
5428
5429 2019-05-21 Tom de Vries <tdevries@suse.de>
5430
5431 * gdb.arch/amd64-eval.exp: Require c++11.
5432 * gdb.base/max-depth.exp: Same.
5433 * gdb.compile/compile-cplus-array-decay.exp: Same.
5434 * gdb.cp/meth-typedefs.exp: Same.
5435 * gdb.cp/subtypes.exp: Same.
5436 * gdb.cp/temargs.exp: Same.
5437
5438 2019-05-21 Alan Hayward <alan.hayward@arm.com>
5439
5440 * lib/gdbserver-support.exp (gdbserver_run): Mark kill as optional.
5441
5442 2019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
5443
5444 PR gdb/18644
5445 * gdb.fortran/complex.exp: Remove setup_kfail calls.
5446 * gdb.fortran/printing-types.exp: Add new test.
5447 * gdb.fortran/printing-types.f90: Add 16-byte real variable for
5448 testing.
5449 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Remove
5450 setup_kfail call.
5451
5452 2019-05-17 Alan Hayward <alan.hayward@arm.com>
5453
5454 * README (Running the Testsuite): Change example.
5455 (Testsuite Parameters): Remove TRANSCRIPT.
5456 * lib/gdb.exp: Remove TRANSCRIPT check.
5457
5458 2019-05-17 Alan Hayward <alan.hayward@arm.com>
5459
5460 * README (Testsuite Parameters): Add replay logging to
5461 GDBSERVER_DEBUG.
5462 (gdbserver,debug): Refer to GDBSERVER_DEBUG.
5463 * lib/gdbserver-support.exp (gdbserver_start): Treat gdbserverdebug
5464 as a comma separated list.
5465 (gdb_debug_init): Override procedure.
5466
5467 2019-05-17 Alan Hayward <alan.hayward@arm.com>
5468
5469 * lib/gdb.exp (default_gdb_spawn): Call gdb_write_cmd_file.
5470 (gdb_write_cmd_file): New procedure.
5471 * lib/gdbserver-support.exp (gdbserver_start): Call
5472 gdbserver_write_cmd_file.
5473 (gdbserver_write_cmd_file): New procedure.
5474
5475 2019-05-17 Alan Hayward <alan.hayward@arm.com>
5476
5477 * lib/gdb.exp (gdb_unload): Mark Y as an answer.
5478 (delete_breakpoints): Likewise.
5479 (gdb_run_cmd): Likewise.
5480 (gdb_start_cmd): Likewise.
5481 (gdb_starti_cmd): Likewise.
5482 (gdb_internal_error_resync): Likewise.
5483 (gdb_test_multiple): Likewise.
5484 (gdb_reinitialize_dir): Likewise.
5485 (default_gdb_exit): Likewise.
5486 (gdb_file_cmd): Mark kill as optional.
5487 (default_gdb_start): Call gdb_stdin_log_init.
5488 (send_gdb): Call gdb_stdin_log_write.
5489 (rerun_to_main): Mark Y as an answer.
5490 (gdb_stdin_log_init): New function.
5491 (gdb_stdin_log_write): Likewise.
5492
5493 2019-05-17 Alan Hayward <alan.hayward@arm.com>
5494
5495 * gdb.base/breakpoint-in-ro-region.exp: Disable when debugging.
5496 * gdb.base/debug-expr.exp: Likewise.
5497 * gdb.base/foll-fork.exp: Likewise.
5498 * gdb.base/foll-vfork.exp: Likewise.
5499 * gdb.base/fork-print-inferior-events.exp: Likewise.
5500 * gdb.base/gdb-sigterm.exp: Likewise.
5501 * gdb.base/gdbinit-history.exp: Likewise.
5502 * gdb.base/osabi.exp: Likewise.
5503 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
5504 * gdb.base/ui-redirect.exp: Likewise.
5505 * gdb.gdb/unittest.exp: Likewise.
5506 * gdb.mi/mi-break.exp: Disable separate-mi-tty when debugging.
5507 * gdb.mi/mi-watch.exp: Likewise.
5508 * gdb.mi/new-ui-mi-sync.exp: Likewise.
5509 * gdb.mi/user-selected-context-sync.exp: Likewise.
5510 * gdb.python/python.exp: Disable debug test when debugging.
5511 * gdb.threads/check-libthread-db.exp: Disable when debugging.
5512 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
5513 Likewise.
5514 * gdb.threads/stepi-random-signal.exp: Likewise.
5515
5516 2019-05-17 Alan Hayward <alan.hayward@arm.com>
5517
5518 * Makefile.in: Pass through GDB_DEBUG.
5519 * README (Testsuite Parameters): Add GDB_DEBUG.
5520 (gdb,debug): Add board setting.
5521 * lib/gdb.exp (default_gdb_start): Start debugging.
5522 (gdb_debug_enabled): New procedure.
5523 (gdb_debug_init): Likewise.
5524
5525 2019-05-17 Alan Hayward <alan.hayward@arm.com>
5526
5527 * Makefile.in: Pass through GDB_DEBUG.
5528 * README (Testsuite Parameters): Add GDB_DEBUG.
5529 (gdb,debug): Add board setting.
5530 * lib/gdb.exp (default_gdb_start): Start debugging.
5531 (gdb_debug_enabled): New procedure.
5532 (gdb_debug_init): Likewise.
5533
5534 2019-05-17 Alan Hayward <alan.hayward@arm.com>
5535
5536 * gdb.base/ui-redirect.exp: Add debug redirect tests.
5537
5538 2019-05-17 Alan Hayward <alan.hayward@arm.com>
5539
5540 * gdb.base/ui-redirect.exp: Test redirection.
5541
5542 2019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
5543
5544 * gdb.mi/mi-complete.exp: New file.
5545 * gdb.mi/mi-complete.cc: Likewise.
5546
5547 2019-05-15 Bernhard Heckel <bernhard.heckel@intel.com>
5548
5549 * gdb.fortran/vla-sizeof.exp: Add tests of sizeof applied to
5550 indexed and sliced arrays, and pointers to arrays.
5551
5552 2019-05-14 Tom Tromey <tromey@adacore.com>
5553
5554 * gdb.base/info-shared.exp (check_info_shared): Add "info shared"
5555 styling test.
5556
5557 2019-05-14 Tom de Vries <tdevries@suse.de>
5558
5559 * gdb.dwarf2/dw2-skip-prologue.S (.debug_loc): Fix base address
5560 selection entry encoding.
5561
5562 2019-05-10 Tom Tromey <tromey@adacore.com>
5563
5564 * gdb.ada/info_exc.exp: Add "complete" test.
5565
5566 2019-05-09 Tom de Vries <tdevries@suse.de>
5567
5568 * gdb.arch/amd64-tailcall-self.S: Make DW_FORM_ref4 references
5569 CU-relative.
5570
5571 2019-05-09 Tom de Vries <tdevries@suse.de>
5572
5573 * gdb.arch/amd64-entry-value-paramref.S: Make DW_FORM_ref4 references
5574 CU-relative.
5575
5576 2019-05-08 Joel Brobecker <brobecker@adacore.com>
5577
5578 * gdb.ada/frame_arg_lang.exp: New testcase.
5579 * gdb.ada/frame_arg_lang/bla.adb: New file.
5580 * gdb.ada/frame_arg_lang/pck.ads: New file.
5581 * gdb.ada/frame_arg_lang/pck.adb: New file.
5582 * gdb.ada/frame_arg_lang/foo.c: New file.
5583
5584 2019-05-08 Tom Tromey <tromey@adacore.com>
5585
5586 * gdb.python/py-value.exp (test_value_in_inferior): Add Ada test.
5587
5588 2019-05-08 Tom Tromey <tromey@adacore.com>
5589
5590 * gdb.base/ptype-offsets.exp: Update tests.
5591
5592 2019-05-08 Tom Tromey <tromey@adacore.com>
5593
5594 * gdb.base/ptype-offsets.exp: Use string_to_regexp. Fix test
5595 cases.
5596 * gdb.base/ptype-offsets.cc (struct abc) <my_int_type>: Now
5597 "short".
5598
5599 2019-05-08 Tom Tromey <tromey@adacore.com>
5600
5601 * gdb.ada/vla.exp: New file.
5602 * gdb.ada/vla/vla.adb: New file.
5603
5604 2019-05-07 Tom de Vries <tdevries@suse.de>
5605
5606 * gdb.base/index-cache.exp (ls_host): Fix return statement.
5607
5608 2019-05-07 Tom de Vries <tdevries@suse.de>
5609
5610 PR testsuite/24522
5611 * gdb.dlang/watch-loc.c: Fix debug_info_offset in .debug_aranges
5612 section.
5613
5614 2019-05-07 Tom de Vries <tdevries@suse.de>
5615
5616 PR testsuite/24522
5617 * gdb.dwarf2/dw2-case-insensitive-debug.S: Fix debug_info_offset in
5618 .debug_aranges section.
5619
5620 2019-05-07 Tom de Vries <tdevries@suse.de>
5621
5622 PR testsuite/24159
5623 * lib/dwarf.exp: Fix handling of DW_FORM_ref_addr.
5624
5625 2019-05-06 Tom de Vries <tdevries@suse.de>
5626
5627 * lib/gdb.exp (exec_has_index_section): New proc.
5628 * gdb.base/index-cache.exp: Handle case that binfile contains an index
5629 section.
5630
5631 2019-05-04 Tom de Vries <tdevries@suse.de>
5632
5633 * boards/cc-with-debug-names.exp: New file.
5634
5635 2019-05-03 Tom Tromey <tromey@adacore.com>
5636
5637 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): New type.
5638 * gdb.ada/char_enum/foo.adb: Use Global_Enum_Type.
5639 * gdb.ada/char_enum.exp: Add test.
5640
5641 2019-05-03 Tom de Vries <tdevries@suse.de>
5642
5643 * boards/cc-with-gdb-index.exp: New file.
5644
5645 2019-05-02 Andrew Burgess <andrew.burgess@embecosm.com>
5646
5647 * gdb.rust/simple.exp: Add new test case.
5648 * gdb.rust/simple.rs (struct StringAtOffset): New struct.
5649 (main): Initialise an instance of the new struct.
5650
5651 2019-05-01 Tom Tromey <tromey@adacore.com>
5652
5653 * gdb.ada/packed_array_assign/aggregates.ads (Nested_Packed): New
5654 record.
5655 (NPR): New variable.
5656 * gdb.ada/packed_array_assign.exp: Add nested packed assignment
5657 test.
5658
5659 2019-05-01 Tom Tromey <tromey@adacore.com>
5660
5661 * gdb.ada/packed_array_assign.exp: Add packed assignment
5662 regression test.
5663
5664 2019-05-01 Tom de Vries <tdevries@suse.de>
5665
5666 * boards/cc-with-tweaks.exp: Generate gdb.sh, and pass it in env(GDB).
5667
5668 2019-05-01 Tom de Vries <tdevries@suse.de>
5669
5670 * boards/dwarf4-gdb-index.exp: Use cc-with-tweaks.exp.
5671
5672 2019-04-30 Ali Tamur <tamur@google.com>
5673
5674 * lib/dwarf.exp(): Added DW_FORM_strx1-4.
5675
5676 2019-04-30 Tom Tromey <tromey@adacore.com>
5677
5678 * lib/ada.exp (find_ada_tool): New proc.
5679 * lib/gdb.exp (gdb_compile_shlib): Allow .o files as inputs.
5680 * gdb.ada/catch_ex_std.exp: New file.
5681 * gdb.ada/catch_ex_std/foo.adb: New file.
5682 * gdb.ada/catch_ex_std/some_package.adb: New file.
5683 * gdb.ada/catch_ex_std/some_package.ads: New file.
5684
5685 2019-04-30 Tom Tromey <tromey@adacore.com>
5686
5687 PR c++/24470:
5688 * gdb.cp/temargs.cc: Add test code from PR.
5689
5690 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
5691
5692 * gdb.fortran/vla-datatypes.exp: Update expected results.
5693 * gdb.fortran/vla-ptype.exp: Likewise.
5694 * gdb.fortran/vla-type.exp: Likewise.
5695 * gdb.fortran/vla-value.exp: Likewise.
5696
5697 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
5698
5699 * gdb.fortran/ptr-indentation.exp: Update expected results.
5700 * gdb.fortran/ptype-on-functions.exp: Likewise.
5701 * gdb.fortran/vla-ptr-info.exp: Likewise.
5702 * gdb.fortran/vla-value.exp: Likewise.
5703
5704 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
5705
5706 * gdb.fortran/ptype-on-functions.exp: New file.
5707 * gdb.fortran/ptype-on-functions.f90: New file.
5708
5709 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
5710
5711 * gdb.fortran/exprs.exp (test_convenience_variables): Expect lower
5712 case void string.
5713
5714 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
5715
5716 * gdb.fortran/complex.exp: Expand.
5717 * gdb.fortran/complex.f: Renamed to...
5718 * gdb.fortran/complex.f90: ...this, and extended to add more
5719 complex values.
5720
5721 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
5722
5723 * gdb.fortran/intrinsics.exp: Extend to cover MOD, CEILING, FLOOR,
5724 MODULO, CMPLX.
5725
5726 2019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
5727 Richard Bunt <richard.bunt@arm.com>
5728
5729 * gdb.base/max-depth.c: New file.
5730 * gdb.base/max-depth.exp: New file.
5731 * gdb.python/py-nested-maps.c: New file.
5732 * gdb.python/py-nested-maps.exp: New file.
5733 * gdb.python/py-nested-maps.py: New file.
5734 * gdb.python/py-format-string.exp (test_max_depth): New proc.
5735 (test_all_common): Call test_max_depth.
5736 * gdb.fortran/max-depth.exp: New file.
5737 * gdb.fortran/max-depth.f90: New file.
5738 * gdb.go/max-depth.exp: New file.
5739 * gdb.go/max-depth.go: New file.
5740 * gdb.modula2/max-depth.exp: New file.
5741 * gdb.modula2/max-depth.c: New file.
5742 * lib/gdb.exp (get_print_expr_at_depths): New proc.
5743
5744 2019-04-29 Tom de Vries <tdevries@suse.de>
5745
5746 * lib/opencl.exp (skip_opencl_tests): Add missing "with" in regexp.
5747
5748 2019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5749
5750 * gdb.base/callexit.exp: Test may-call-functions off.
5751
5752 2019-04-25 Keith Seitz <keiths@redhat.com>
5753
5754 PR c++/24367
5755 * gdb.cp/meth-typedefs.cc (incomplete_struct)
5756 (another_incomplete_struct, test_incomplete): New definitions.
5757 (main): Use new definitions.
5758 * gdb.cp/meth-typedefs.exp: Add new tests for `test_incomplete'
5759 functions.
5760
5761 2019-04-25 Ali Tamur <tamur@google.com>
5762
5763 * lib/dwarf.exp (_handle_DW_FORM): Add DW_FORM_strx.
5764
5765 2019-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
5766
5767 PR corefiles/11608
5768 PR corefiles/18187
5769 * gdb.base/coredump-filter-build-id.exp: New file.
5770
5771 2019-04-25 Alan Hayward <alan.hayward@arm.com>
5772
5773 * Makefile.in: Pass through GDBSERVER_DEBUG.
5774 * README (Testsuite Parameters): Add GDBSERVER_DEBUG.
5775 (gdbserver,debug): Add board setting.
5776 * gdb.trace/tspeed.exp: Skip when debugging.
5777 * lib/gdb.exp (gdbserver_debug_enabled): New procedure.
5778 * lib/gdbserver-support.exp: Likewise
5779
5780 2019-04-24 Tom Tromey <tromey@adacore.com>
5781
5782 * lib/gdb.exp (gdb_compile): Don't add -fno-stack-protector for
5783 Rust.
5784
5785 2019-04-24 Tom Tromey <tromey@adacore.com>
5786
5787 * gdb.arch/amd64-eval.exp: Test bitfield return.
5788 * gdb.arch/amd64-eval.cc (struct Bitfields): New.
5789 (class Foo) <return_bitfields>: New method.
5790 (main): Call it.
5791
5792 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
5793
5794 * gdb.cp/many-args.cc: New file.
5795 * gdb.cp/many-args.exp: New file.
5796
5797 2019-04-23 Tom de Vries <tdevries@suse.de>
5798
5799 PR gdb/24433
5800 * gdb.btrace/reconnect.exp: Fix stepi 19 pattern.
5801
5802 2019-04-23 Alan Hayward <alan.hayward@arm.com>
5803
5804 * gdb.trace/backtrace.exp: Use nopie flag.
5805 * gdb.trace/circ.exp: Likewise.
5806 * gdb.trace/collection.exp: Likewise.
5807 * gdb.trace/ftrace.exp: Likewise.
5808 * gdb.trace/mi-trace-unavailable.exp: Likewise.
5809 * gdb.trace/mi-traceframe-changed.exp: Likewise.
5810 * gdb.trace/qtro.exp: Likewise.
5811 * gdb.trace/read-memory.exp: Likewise.
5812 * gdb.trace/report.exp: Likewise.
5813 * gdb.trace/tfile.exp: Likewise.
5814 * gdb.trace/tfind.exp: Likewise.
5815 * gdb.trace/unavailable.exp: Likewise.
5816
5817 2019-04-22 Pedro Alves <palves@redhat.com>
5818
5819 * gdb.base/solib-probes-nosharedlibrary.c,
5820 gdb.base/solib-probes-nosharedlibrary.exp: New files.
5821
5822 2019-04-19 Tom Tromey <tromey@adacore.com>
5823
5824 * gdb.ada/ptype_union.c: New file.
5825 * gdb.ada/ptype_union.exp: New file.
5826
5827 2019-04-19 Tom Tromey <tromey@adacore.com>
5828
5829 PR symtab/24423:
5830 * gdb.base/list0.h (foo): Add a control-l character.
5831
5832 2019-04-18 Tom de Vries <tdevries@suse.de>
5833
5834 PR gdb/24433
5835 * boards/local-board.exp: Set sysroot to "".
5836
5837 2019-04-18 Tom de Vries <tdevries@suse.de>
5838 Pedro Alves <palves@redhat.com>
5839
5840 PR gdb/24454
5841 * gdb.threads/vfork-follow-child-exec.c: New file.
5842 * gdb.threads/vfork-follow-child-exec.exp: New file.
5843 * gdb.threads/vfork-follow-child-exit.c: New file.
5844 * gdb.threads/vfork-follow-child-exit.exp: New file.
5845
5846 2019-04-15 Leszek Swirski <leszeks@google.com>
5847
5848 * gdb.arch/amd64-eval.cc: New file.
5849 * gdb.arch/amd64-eval.exp: New file.
5850
5851 2019-04-11 Alan Hayward <alan.hayward@arm.com>
5852
5853 * gdb.server/sysroot.c: New test.
5854 * gdb.server/sysroot.exp: New file.
5855 * lib/gdbserver-support.exp (gdb_target_cmd): Add additional text
5856 matching param.
5857
5858 2019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
5859
5860 * gdb.base/align.exp: Extend test to cover structures containing
5861 only static fields.
5862
5863 2019-04-11 Tom de Vries <tdevries@suse.de>
5864
5865 * boards/cc-with-dwz-m.exp: New file.
5866 * boards/cc-with-dwz.exp: New file.
5867 * boards/cc-with-tweaks.exp: Note that check-gdb doesn't work.
5868
5869 2019-04-09 Simon Marchi <simon.marchi@efficios.com>
5870
5871 * gdb.base/start-cpp.exp: New file.
5872 * gdb.base/start-cpp.cc: New file.
5873
5874 2019-04-08 Kevin Buettner <kevinb@redhat.com>
5875
5876 * gdb.python/py-thrhandle.exp: Adjust tests to call
5877 thread_from_handle instead of thread_from_thread_handle.
5878
5879 2019-04-08 Kevin Buettner <kevinb@redhat.com>
5880
5881 * gdb.python/py-thrhandle.exp: Add tests for
5882 gdb.InferiorThread.handle.
5883
5884 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
5885
5886 * gdb.python/py-function.exp: Check calling helper function from
5887 all languages.
5888 * lib/gdb.exp (gdb_supported_languages): New proc.
5889
5890 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
5891
5892 * gdb.base/complex-parts.c: New file.
5893 * gdb.base/complex-parts.exp: New file.
5894
5895 2019-04-01 Tom Tromey <tromey@adacore.com>
5896
5897 PR symtab/23331:
5898 * gdb.dwarf2/dw2-ranges-main.c: New file.
5899 * gdb.dwarf2/dw2-ranges-psym.c: New file.
5900 * gdb.dwarf2/dw2-ranges-psym.exp: New file.
5901
5902 2019-03-30 Simon Marchi <simark@simark.ca>
5903
5904 * gdb.base/default.exp: Add values for $_gdb_major and
5905 $_gdb_minor.
5906
5907 2019-03-29 Tom Tromey <tromey@adacore.com>
5908
5909 * gdb.base/help.exp: Tighten apropos regexp.
5910
5911 2019-03-29 Keith Seitz <keiths@redhat.com>
5912
5913 * gdb.fortran/array-bounds.exp: New file.
5914 * gdb.fortran/array-bounds.f90: New file.
5915
5916 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5917
5918 * gdb.multi/multi-term-settings.c (main): Increase alarm timer.
5919
5920 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5921
5922 * gdb.multi/hello.c (main): Increase alarm timer.
5923
5924 2019-03-28 Sandra Loosemore <sandra@codesourcery.com>
5925
5926 * gdb.threads/watchpoint-fork.exp (test): Use large timeout
5927 factor when no hardware watchpoint support.
5928
5929 2019-03-28 Alan Hayward <alan.hayward@arm.com>
5930 Pedro Alves <palves@redhat.com>
5931
5932 * boards/local-board.exp: set sysroot to /.
5933
5934 2019-03-27 Alan Hayward <alan.hayward@arm.com>
5935
5936 * gdb.base/interrupt-daemon-attach.c (main): Add alarm and sleep
5937 in child.
5938
5939 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
5940
5941 * gdb.python/py-prettyprint.c (struct container) <is_map_p>: New
5942 field.
5943 (make_container): Initialise new field.
5944 * gdb.python/py-prettyprint.exp: Add new tests.
5945 * gdb.python/py-prettyprint.py (class ContainerPrinter)
5946 <display_hint>: New method.
5947
5948 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
5949
5950 * gdb.python/py-prettyprint.exp: Use gdb_breakpoint and
5951 gdb_continue_to_breakpoint more throughout this test.
5952 (run_lang_tests) Supply unique test names, and use
5953 gdb_test_no_output.
5954
5955 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
5956
5957 * gdb.base/finish-pretty.exp: Update expected results.
5958 * gdb.base/pretty-print.c: New file.
5959 * gdb.base/pretty-print.exp: New file.
5960
5961 2019-03-25 Pedro Alves <palves@redhat.com>
5962
5963 * lib/gdb.exp (gdb_test_multiple): Split appends to $code and
5964 move comments outside list. Append '-i "" eof' section.
5965
5966 2019-03-22 Alan Hayward <alan.hayward@arm.com>
5967
5968 PR testsuite/25016
5969 * README: Add pie options.
5970 * gdb.base/break-interp.exp: Ensure pie is disabled.
5971 * gdb.base/dump.exp: Likewise.
5972 * lib/gdb.exp (gdb_compile): Add pie option.
5973
5974 2019-03-19 Tom Tromey <tromey@adacore.com>
5975
5976 * gdb.mi/mi2-cli-display.c: New file.
5977 * gdb.mi/mi2-cli-display.exp: New file.
5978
5979 2019-03-18 Joel Brobecker <brobecker@adacore.com>
5980 Tom Tromey <tromey@adacore.com>
5981
5982 * gdb.ada/ptype_array/pck.adb: New file.
5983 * gdb.ada/ptype_array/pck.ads: New file.
5984 * gdb.ada/ptype_array/foo.adb: New file.
5985 * gdb.ada/ptype_array.exp: New file.
5986
5987 2019-03-14 Tom Tromey <tromey@adacore.com>
5988
5989 * gdb.base/style.exp: Add "set style sources" test.
5990
5991 2019-03-13 Simon Marchi <simon.marchi@ericsson.com>
5992
5993 * mi-breakpoint-location-ena-dis.exp: Rename to ...
5994 * mi-breakpoint-multiple-locations.exp: ... this.
5995 (make_breakpoints_pattern): New proc.
5996 (do_test): Add mi_version parameter, test -break-insert,
5997 -break-info and =breakpoint-created.
5998
5999 2019-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
6000
6001 * config/default.exp: Remove 'load_lib gdb.exp'.
6002 * config/monitor.exp: Likewise.
6003 * config/sid.exp: Likewise.
6004 * config/sim.exp: Likewise.
6005 * config/slite.exp: Likewise.
6006 * config/unix.exp: Likewise.
6007 * gdb.base/default.exp: Remove unhelpful comment.
6008
6009 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
6010
6011 * gdb.fortran/type-kinds.exp: Extend to cover TYPE*SIZE cases.
6012
6013 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
6014
6015 * gdb.fortran/intrinsics.exp: Extend to cover ABS.
6016
6017 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
6018
6019 * gdb.fortran/type-kinds.exp: Update expected results.
6020
6021 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
6022
6023 * gdb.fortran/type-kinds.exp: Test new integer type kind.
6024
6025 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
6026
6027 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): New
6028 function.
6029 (test_basic_parsing_of_type_kinds): Expand types tested.
6030 (test_parsing_invalid_type_kinds): New function.
6031
6032 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
6033
6034 * gdb.fortran/intrinsics.exp: New file.
6035 * gdb.fortran/intrinsics.f90: New file.
6036 * gdb.fortran/type-kinds.exp: New file.
6037
6038 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
6039
6040 * gdb.fortran/dot-ops.exp: New file.
6041
6042 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
6043
6044 * gdb.fortran/types.exp (test_logical_literal_types_accepted):
6045 Check upper and lower case logical literals.
6046
6047 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
6048
6049 * gdb.fortran/types.exp (test_float_literal_types_accepted):
6050 Remove duplicate tests.
6051
6052 2019-03-06 Alan Hayward <alan.hayward@arm.com>
6053
6054 * lib/gdb.exp (builtin_cd): rename of cd.
6055 (cd): Override builtin.
6056
6057 2019-03-06 Richard Bunt <richard.bunt@arm.com>
6058
6059 * gdb.fortran/function-calls.exp: New file.
6060 * gdb.fortran/function-calls.f90: New test.
6061
6062 2019-03-04 Richard Bunt <richard.bunt@arm.com>
6063
6064 * gdb.fortran/short-circuit-argument-list.exp: Remove reliance
6065 on user program standard output.
6066 * gdb.fortran/short-circuit-argument-list.f90: Record function
6067 calls.
6068
6069 2019-02-28 Alan Hayward <alan.hayward@arm.com>
6070
6071 * lib/gdbserver-support.exp (gdbserver_start): Check for listen
6072 failure.
6073
6074 2019-02-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
6075
6076 PR gdb/8527
6077 * gdb.base/interrupt-daemon-attach.c,
6078 gdb.base/interrupt-daemon-attach.exp: New test.
6079
6080 2019-02-27 Pedro Alves <palves@redhat.com>
6081
6082 * gdb.base/page.exp: Add tests for "set width/height -1".
6083
6084 2019-02-27 Pedro Alves <palves@redhat.com>
6085
6086 * gdb.base/page.exp: Add tests for "set/show width/height" with
6087 "infinite" values.
6088
6089 2019-02-27 Tom Tromey <tromey@adacore.com>
6090
6091 * lib/gdb.exp (skip_python_tests_prompt): Don't check for Python
6092 2.4.
6093 * gdb.python/py-finish-breakpoint.exp: Remove Python 2.4
6094 workaround.
6095
6096 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
6097
6098 * gdb.base/align.exp: Extend to compile in both C and C++, and add
6099 tests for structs with static members.
6100
6101 2019-02-26 Tom Tromey <tromey@adacore.com>
6102
6103 * gdb.python/py-value.exp (test_value_from_buffer): Check for
6104 ValueError, not TypeError.
6105
6106 2019-02-26 Kevin Buettner <kevinb@redhat.com>
6107
6108 * gdb.python/py-value.exp (test_value_from_buffer): New proc with
6109 call from main program.
6110
6111 2019-02-23 Joel Brobecker <brobecker@adacore.com>
6112
6113 * gdb.ada/mi_ref_changeable.exp: Update copyright year range.
6114 * gdb.ada/mi_ref_changeable/foo_rb20_056.adb: Likewise.
6115 * gdb.ada/mi_ref_changeable/pck.adb: Likewise.
6116 * gdb.ada/mi_ref_changeable/pck.ads: Likewise.
6117 * gdb.dwarf2/inlined_subroutine-inheritance.exp: Likewise.
6118
6119 2019-02-22 Keith Seitz <keiths@redhat.com>
6120
6121 PR symtab/23853
6122 * gdb.base/symlink-sourcefile.c: New file.
6123 * gdb.base/symlink-sourcefile.exp: New file.
6124
6125 2019-02-20 Tom Tromey <tom@tromey.com>
6126
6127 * gdb.base/info_qt.exp: Update.
6128
6129 2019-02-19 Simon Marchi <simon.marchi@polymtl.ca>
6130
6131 * gdb.base/source.exp: Move "error in sourced script" code to
6132 the end.
6133 * gdb.base/source-error.gdb: Move contents to
6134 source-error-1.gdb. Add new code to source source-error-1.gdb.
6135 * gdb.base/source-error-1.gdb: New file, from previous
6136 source-error.gdb.
6137
6138 2019-02-17 Tom Tromey <tom@tromey.com>
6139
6140 * gdb.base/style.exp: Use -g3 to compile when possible. Add test
6141 for macro styling.
6142 * gdb.base/style.c (SOME_MACRO): New macro.
6143
6144 2019-02-17 Tom Tromey <tom@tromey.com>
6145
6146 * gdb.base/style.exp: Add line-wrapping tests.
6147 * gdb.base/page.exp: Add test for quitting during pagination.
6148
6149 2019-02-17 Joel Brobecker <brobecker@adacore.com>
6150
6151 * gdb.ada/big_packed_array: New testcase.
6152 * gdb.ada/homonym.exp: Fix incorrect expected output for
6153 "break <homonym__get_value>" test.
6154
6155 2019-02-13 Weimin Pan <weimin.pan@oracle.com>
6156
6157 PR breakpoints/21870
6158 * gdb.arch/aarch64-dbreg-contents.exp: Use runto_main + continue
6159 and prepare_for_testing. Add comment.
6160 * gdb.arch/aarch64-dbreg-contents.c: Remove SET_WATCHPOINT and
6161 redundant cleanup call. Clean up comment.
6162
6163 2019-02-12 Weimin Pan <weimin.pan@oracle.com>
6164
6165 PR breakpoints/21870
6166 * gdb.arch/aarch64-dbreg-contents.exp: New file.
6167 * gdb.arch/aarch64-dbreg-contents.c: New file.
6168
6169 2019-02-10 Joel Brobecker <brobecker@adacore.com>
6170
6171 * gdb.ada/mi_ref_changeable: New testcase.
6172
6173 2019-02-07 Alan Hayward <alan.hayward@arm.com>
6174
6175 * gdb.base/attach.exp: Add double attach test.
6176
6177 2019-02-07 Simon Marchi <simon.marchi@polymtl.ca>
6178
6179 * lib/gdb.exp (default_gdb_start): Don't match pagination
6180 prompt.
6181 (gdb_init): Set stty_init.
6182
6183 2019-01-27 Tom Tromey <tom@tromey.com>
6184
6185 * gdb.python/py-finish-breakpoint.exp: Remove duplicate call to
6186 skip_python_tests.
6187
6188 2019-01-24 Alan Hayward <alan.hayward@arm.com>
6189
6190 * gdb.base/infcall-nested-structs.c (struct struct_static_02_01):
6191 New structure.
6192 (struct struct_static_02_02): Likewise.
6193 (struct struct_static_02_03): Likewise.
6194 (struct struct_static_02_04): Likewise.
6195 (struct struct_static_04_01): Likewise.
6196 (struct struct_static_04_02): Likewise.
6197 (struct struct_static_04_03): Likewise.
6198 (struct struct_static_04_04): Likewise.
6199 (struct struct_static_06_01): Likewise.
6200 (struct struct_static_06_02): Likewise.
6201 (struct struct_static_06_03): Likewise.
6202 (struct struct_static_06_04): Likewise.
6203 (cmp_struct_static_02_01): Likewise.
6204 (cmp_struct_static_02_02): Likewise.
6205 (cmp_struct_static_02_03): Likewise.
6206 (cmp_struct_static_02_04): Likewise.
6207 (cmp_struct_static_04_01): Likewise.
6208 (cmp_struct_static_04_02): Likewise.
6209 (cmp_struct_static_04_03): Likewise.
6210 (cmp_struct_static_04_04): Likewise.
6211 (cmp_struct_static_06_01): Likewise.
6212 (cmp_struct_static_06_02): Likewise.
6213 (cmp_struct_static_06_03): Likewise.
6214 (cmp_struct_static_06_04): Likewise.
6215 (call_all): Test new structs.
6216 * gdb.base/infcall-nested-structs.exp: Likewise.
6217
6218 2019-01-21 Alan Hayward <alan.hayward@arm.com>
6219 * gdb.base/infcall-nested-structs.exp: Test C++ in addition to C.
6220
6221 2019-01-21 Alan Hayward <alan.hayward@arm.com>
6222 * gdb.base/stack-protector.c: New test.
6223 * gdb.base/stack-protector.exp: New file.
6224 * gdb.cp/ovldbreak.exp: Only allow a single break line.
6225 * lib/gdb.exp (get_compiler_info): Use getting_compiler_info
6226 option.
6227 (gdb_compile): Remove stack protector for GCC and prevent
6228 recursion.
6229
6230 2019-01-16 Keith Seitz <keiths@redhat.com>
6231
6232 PR gdb/23773
6233 * gdb.dwarf2/inlined_subroutine-inheritance.exp: New file.
6234
6235 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
6236
6237 * gdb.arch/vsx-regs.exp: Add tests that use the vector register
6238 aliases.
6239 * gdb.arch/altivec-regs.exp: Likewise. Fix indentation of two
6240 tests.
6241 * gdb.arch/powerpc-vector-regs.c: New file.
6242 * gdb.arch/powerpc-vector-regs.exp: New file.
6243
6244 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
6245
6246 * gdb.arch/altivec-regs.exp: Fix the list passed to
6247 gdb_expect_list when testing "info vector".
6248
6249 2019-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
6250
6251 * gdb.base/style.exp: Don't include path in testname.
6252
6253 2019-01-10 Keith Seitz <keiths@redhat.com>
6254
6255 PR gdb/23712
6256 PR symtab/23010
6257 * gdb.dwarf2/multidictionary.exp: New file.
6258
6259 2019-01-09 Simon Marchi <simon.marchi@ericsson.com>
6260
6261 * gdb.cp/demangle.exp (test_gnu_style_demangling): Rename to...
6262 (test_gnuv3_style_demangling): ... this.
6263 (test_lucid_style_demangling): Remove.
6264 (test_arm_style_demangling): Remove.
6265 (test_hp_style_demangling): Remove.
6266 (do_tests): Remove calls to the above.
6267
6268 2019-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
6269
6270 * lib/mi-support.exp (mi_gdb_test): Remove interactive prompt
6271 case.
6272
6273 2019-01-06 Tom Tromey <tom@tromey.com>
6274
6275 PR gdb/28155:
6276 * gdb.dwarf2/typedef-void-finish.exp: New file.
6277
6278 2018-12-28 Tom Tromey <tom@tromey.com>
6279 Simon Marchi <simark@simark.ca>
6280
6281 * gdb.base/jit-exec.exp: New file.
6282 * gdb.base/jit-exec.c: New file.
6283 * gdb.base/jit-execd.c: New file.
6284
6285 2018-12-28 Tom Tromey <tom@tromey.com>
6286
6287 * gdb.base/style.exp: Update test to check for address styling.
6288
6289 2018-12-28 Tom Tromey <tom@tromey.com>
6290
6291 * gdb.base/style.exp: Add test for styling of "Reading symbols"
6292 message.
6293
6294 2018-12-28 Tom Tromey <tom@tromey.com>
6295
6296 * gdb.base/style.exp: Add test for version number styling.
6297
6298 2018-12-28 Tom Tromey <tom@tromey.com>
6299
6300 * gdb.base/style.exp: Add test for print_address_symbolic.
6301
6302 2018-12-28 Tom Tromey <tom@tromey.com>
6303
6304 * gdb.base/style.exp: Add test for breakpoint setting.
6305
6306 2018-12-28 Tom Tromey <tom@tromey.com>
6307
6308 * gdb.base/style.exp: Add test for variable names.
6309
6310 2018-12-28 Tom Tromey <tom@tromey.com>
6311
6312 * gdb.base/style.exp: New file.
6313 * gdb.base/style.c: New file.
6314
6315 2018-12-28 Tom Tromey <tom@tromey.com>
6316
6317 * lib/gdb.exp (gdb_init): Set the TERM environment variable to
6318 "dumb".
6319 * gdb.base/readline.exp (operate_and_get_next): Save and restore
6320 the TERM environment variable.
6321
6322 2018-12-27 Tom Tromey <tom@tromey.com>
6323
6324 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add
6325 pagination test.
6326
6327 2018-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
6328
6329 * gdb.dwarf2/dw2-unusual-field-names.c: New file.
6330 * gdb.dwarf2/dw2-unusual-field-names.exp: New file.
6331
6332 2018-12-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6333
6334 * gdb.ada/bp_fun_addr/a.adb (a): Rename to bp_fun_addr.
6335 Filename a.adb changed to bp_fun_addr.adb.
6336 gdb.ada/bp_fun_addr.exp: Update test accordingly.
6337
6338 2018-12-21 Jan Vrany <jan.vrany@fit.cvut.cz>
6339
6340 * lib/gdb.exp (gdb_compile): Add new nopie flag enforce
6341 non-PIE executables.
6342 * README: Mention the gdb,nopie_flag board setting.
6343 * gdb.arch/amd64-disp-step.exp: Use nopie flag to enforce
6344 non-PIE executable.
6345 * gdb.arch/amd64-entry-value.exp: Likewise.
6346 * gdb.arch/amd64-invalid-stack-middle.exp: Likewise.
6347 * gdb.arch/i386-float.exp: Likewise.
6348 * gdb.arch/i386-signal.exp: Likewise.
6349 * gdb.mi/mi-reg-undefined.exp: Likewise.
6350
6351 2018-12-21 Paul Marechal <paul.marechal@ericsson.com>
6352
6353 PR gdb/23974
6354 * gdb.base/info-os.exp: Check return for unknown "info os" type.
6355
6356 2018-12-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6357
6358 * gdb.ada/info_auto_lang.exp: Normalize some_c source file.
6359 Update order of results accordingly.
6360
6361 2018-12-12 Andrew Burgess <andrew.burgess@embecosm.com>
6362
6363 * gdb.base/annota1.exp: Update a test regexp.
6364
6365 2018-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
6366
6367 * gdb.base/float.exp: Handle RISC-V targets without an FPU.
6368
6369 2018-12-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6370
6371 * gdb.threads/tid-reuse.c (REUSE_TIME_CAP): Declare as 60.
6372 (reuse_time): Initialize to REUSE_TIME_CAP.
6373 (check_rc): New function.
6374 (main): Use REUSE_TIME_CAP instead of hardcoded 60.
6375 Check pthread_create rc.
6376 (spawner_thread_func): Check pthread_create and pthread_join rc.
6377
6378 2018-12-08 Pedro Alves <palves@redhat.com>
6379
6380 * gdb.base/list.exp (test_forward_search): Rename to ...
6381 (test_forward_reverse_search): ... this. Also test reverse-search
6382 and the forward-search alias.
6383
6384 2018-12-05 Andrew Burgess <andrew.burgess@embecosm.com>
6385
6386 * config/sim.exp (gdb_target_sim): Remove redundant adjustment of
6387 local timeout variable before return, and remove all local timeout
6388 variable entirely.
6389 (gdb_load): Likewise.
6390
6391 2018-12-01 Tom de Vries <tdevries@suse.de>
6392
6393 * gdb.base/gdb-caching-proc.exp: New file.
6394
6395 2018-11-25 Sergio Durigan Junior <sergiodj@redhat.com>
6396
6397 * Makefile.in (TIMESTAMP): New variable.
6398 (check-single): Add $(TIMESTAMP) to the end of $(DO_RUNTEST)
6399 command.
6400 (check-single-racy): Likewise.
6401 (check/%.exp): Likewise.
6402 (check-racy/%.exp): Likewise.
6403 (workers/%.worker): Likewise.
6404 (build-perf): Likewise.
6405 (check-perf): Likewise.
6406 * README: Describe new "TS" and "TS_FORMAT" variables.
6407 * print-ts.py: New file.
6408
6409 2018-11-21 Benno Fünfstück <benno.fuenfstueck@gmail.com>
6410
6411 PR python/23714
6412 * gdb.python/python.exp: Test command repetition after
6413 gdb.execute.
6414
6415 2018-11-20 Andrew Burgess <andrew.burgess@embecosm.com>
6416
6417 * gdb.opt/inline-break.exp: Add test that info breakpoint output
6418 is correctly aligned.
6419
6420 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6421
6422 * gdb.ada/info_auto_lang.exp: New testcase.
6423 * gdb.ada/info_auto_lang/global_pack.ads: New file.
6424 * gdb.ada/info_auto_lang/proc_in_ada.adb: New file.
6425 * gdb.ada/info_auto_lang/some_c.c: New file.
6426
6427 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6428
6429 * gdb.dwarf2/dw2-case-insensitive.exp: Update due to auto switch to
6430 FUNC_lang language syntax.
6431
6432 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6433
6434 * gdb.base/info_minsym.c: New file.
6435 * gdb.base/info_minsym.exp: New file.
6436
6437 2018-11-19 Tom Tromey <tom@tromey.com>
6438
6439 PR rust/23625:
6440 * gdb.rust/simple.exp: Add ptype test. Update expected output.
6441 * gdb.rust/expr.exp: Update expected output. Change one test.
6442
6443 2018-11-19 Tom Tromey <tom@tromey.com>
6444
6445 * gdb.rust/simple.rs: Don't initialize empty_enum_value.
6446
6447 2018-11-19 Pedro Alves <palves@redhat.com>
6448
6449 * gdb.base/warning.exp: Don't override INTERNAL_FLAGS. Use
6450 gdb_spawn_with_cmdline_opts instead of gdb_start. Check that we
6451 see the expected warning.
6452
6453 2018-11-16 Alan Hayward <alan.hayward@arm.com>
6454
6455 PR gdb/22736:
6456 * gdb.cp/infcall-nodebug-lib.c: New test.
6457 * gdb.cp/infcall-nodebug-main.c: New test.
6458 * gdb.cp/infcall-nodebug.exp: New file.
6459
6460 2018-11-12 Simon Marchi <simon.marchi@polymtl.ca>
6461
6462 * gdb.base/skip.exp: Add standard_testfile. Add "skip delete"
6463 completer tests.
6464
6465 2018-11-09 Tom de Vries <tdevries@suse.de>
6466
6467 * gdb.base/msym-lang.c: New test.
6468 * gdb.base/msym-lang.exp: New file.
6469 * gdb.base/msym-lang-main.c: New test.
6470
6471 2018-11-08 Tom Tromey <tom@tromey.com>
6472
6473 PR gdb/23555:
6474 PR gdb/23838:
6475 * gdb.base/warning.exp: New file.
6476
6477 2018-11-08 Jan Beulich <jbeulich@suse.com>
6478
6479 * testsuite/gdb.arch/i386-avx512.c,
6480 testsuite/gdb.arch/i386-avx512.exp: Add 7th test.
6481
6482 2018-11-08 Andrew Burgess <andrew.burgess@embecosm.com>
6483
6484 * gdb.arch/riscv-reg-aliases.exp: Handle targets without floating
6485 point hardware.
6486
6487 2018-11-07 Andrew Burgess <andrew.burgess@embecosm.com>
6488
6489 * gdb.dwarf2/void-type.exp: Rename types, and make var_a an 'int'.
6490 * gdb.dwarf2/missing-type-name.exp: New file.
6491
6492 2018-11-06 Tom de Vries <tdevries@suse.de>
6493
6494 * gdb.base/many-headers.c: New test.
6495 * gdb.base/many-headers.exp: New file.
6496
6497 2018-11-06 Jim Wilson <jimw@sifive.com>
6498
6499 * gdb.base/code_elim.exp: For riscv, set additional_flags
6500 to include -msmall-data-limit=0.
6501
6502 2018-11-01 Joel Brobecker <brobecker@adacore.com>
6503
6504 * gdb.ada/watch_minus_l: New testcase.
6505
6506 2018-11-01 Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
6507
6508 * gdb.arch/aix-sighandle.c: New file.
6509 * gdb.arch/aix-sighandle.exp: New file.
6510
6511 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
6512
6513 * gdb.arch/riscv-reg-aliases.exp: Rewrite to take account of float
6514 registers being unions.
6515
6516 2018-10-31 Tom de Vries <tdevries@suse.de>
6517
6518 * lib/valgrind.exp: New file.
6519 (vgdb_start, vgdb_stop): New procs, factored out of ...
6520 * gdb.base/valgrind-bt.exp: ... here, ...
6521 * gdb.base/valgrind-disp-step.exp: ... here and ...
6522 * gdb.base/valgrind-infcall.exp: ... here.
6523
6524 2018-10-31 Tom de Vries <tdevries@suse.de>
6525
6526 * lib/gdb.exp (get_valueof): Don't output read value in test name.
6527
6528 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
6529
6530 * gdb.dwarf2/void-type.c: New file.
6531 * gdb.dwarf2/void-type.exp: New file.
6532
6533 2018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6534
6535 * gdb.base/info_qt.c: New file.
6536 * gdb.base/info_qt.exp: New file.
6537
6538 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
6539
6540 * gdb.arch/powerpc-htm-regs.c: New file.
6541 * gdb.arch/powerpc-htm-regs.exp: New file.
6542
6543 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
6544
6545 * gdb.arch/powerpc-tar.c: New file.
6546 * gdb.arch/powerpc-tar.exp: New file.
6547
6548 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
6549
6550 * gdb.arch/powerpc-ppr-dscr.c: New file.
6551 * gdb.arch/powerpc-ppr-dscr.exp: New file.
6552
6553 2018-10-25 Tom de Vries <tdevries@suse.de>
6554
6555 * gdb.base/valgrind-db-attach.exp: Rewrite to use vgdb.
6556
6557 2018-10-24 Tom de Vries <tdevries@suse.de>
6558
6559 * lib/gdb.exp (gdb_test_multiple): Log wait status on process no
6560 longer exists error.
6561
6562 2018-10-24 Tom de Vries <tdevries@suse.de>
6563
6564 * gdb.base/catch-follow-exec.exp: Rewrite using gdb_test.
6565
6566 2018-10-24 Tom de Vries <tdevries@suse.de>
6567
6568 * gdb.base/valgrind-db-attach.exp: Handle removed support for
6569 --db-attach in valgrind.
6570
6571 2018-10-23 Andrew Burgess <andrew.burgess@embecosm.com>
6572
6573 * gdb.arch/riscv-reg-aliases.c: New file.
6574 * gdb.arch/riscv-reg-aliases.exp: New file.
6575
6576 2018-10-19 Alan Hayward <alan.hayward@arm.com>
6577
6578 * gdb.python/py-cmd.exp: Check for gdb_prompt.
6579
6580 2018-10-19 Alan Hayward <alan.hayward@arm.com>
6581
6582 * gdb.base/vla-optimized-out.exp: Allow either optimized out or 6.
6583
6584 2018-10-19 Alan Hayward <alan.hayward@arm.com>
6585
6586 * gdb.cp/ovldbreak.exp: Fix regexps.
6587
6588 2018-10-19 Alan Hayward <alan.hayward@arm.com>
6589
6590 * gdb.compile/compile-cplus-print.exp: Start inferior earlier.
6591
6592 2018-10-18 Sergio Durigan Junior <sergiodj@redhat.com>
6593
6594 PR cli/23785
6595 * gdb.base/restore.exp: New test to check if "restore" with an
6596 invalid file doesn't segfault.
6597
6598 2018-10-18 Tom de Vries <tdevries@suse.de>
6599
6600 * gdb.ada/bp_inlined_func.exp: Fix capitalized test name.
6601 * gdb.ada/excep_handle.exp: Same.
6602 * gdb.ada/mi_string_access.exp: Same.
6603 * gdb.ada/mi_var_union.exp: Same.
6604 * gdb.arch/arc-analyze-prologue.exp: Same.
6605 * gdb.arch/arc-decode-insn.exp: Same.
6606 * gdb.base/readnever.exp: Same.
6607 * gdb.fortran/printing-types.exp: Same.
6608 * gdb.guile/scm-lazy-string.exp: Same.
6609
6610 2018-10-16 Tom de Vries <tdevries@suse.de>
6611
6612 PR gdb/23730
6613 * gdb.base/catch-follow-exec.c: Add copyright notice.
6614 * gdb.base/catch-follow-exec.exp: Rewrite to use
6615 gdb_spawn_with_cmdline_opts. Require gdb-native.
6616
6617 2018-10-12 Sandra Loosemore <sandra@codesourcery.com>
6618
6619 * gdb.trace/actions-changed.exp: Check for arch support.
6620 * gdb.trace/actions.exp: Likewise.
6621 * gdb.trace/ax.exp: Likewise.
6622 * gdb.trace/backtrace.exp: Likewise.
6623 * gdb.trace/change-loc.exp: Likewise.
6624 * gdb.trace/deltrace.exp: Likewise.
6625 * gdb.trace/ftrace-lock.exp: Check for shlib and arch support.
6626 * gdb.trace/ftrace.exp: Likewise.
6627 * gdb.trace/infotrace.exp: Check for arch support.
6628 * gdb.trace/mi-trace-frame-collected.exp: Likewise.
6629 * gdb.trace/mi-tracepoint-changed.exp: Likewise.
6630 * gdb.trace/mi-tsv-changed.exp: Likewise.
6631 * gdb.trace/packetlen.exp: Likewise.
6632 * gdb.trace/passc-dyn.exp: Likewise.
6633 * gdb.trace/passcount.exp: Likewise.
6634 * gdb.trace/pending.exp: Likewise.
6635 * gdb.trace/range-stepping.exp: Check for shlib support.
6636 * gdb.trace/report.exp: Check for arch support.
6637 * gdb.trace/save-trace.exp: Likewise.
6638 * gdb.trace/signal.exp: Check for signal support.
6639 * gdb.trace/tfind.exp: Check for arch support.
6640 * gdb.trace/trace-break.exp: Check for arch and shlib support.
6641 * gdb.trace/trace-common.h: Add comment.
6642 * gdb.trace/trace-condition.exp: Check for shlib and arch support.
6643 * gdb.trace/trace-enable-disable.exp: Likewise.
6644 * gdb.trace/trace-mt.exp: Likewise. Remove redundant untested call.
6645 * gdb.trace/tracecmd.exp: Check for arch support.
6646 * gdb.trace/tspeed.exp: Check for shlib and target support.
6647 * gdb.trace/tstatus.exp: Check for arch support.
6648 * gdb.trace/tsv.exp: Likewise.
6649 * gdb.trace/while-dyn.exp: Likewise.
6650 * gdb.trace/while-stepping.exp: Likewise.
6651 * lib/trace-support.exp (gdb_trace_common_supports_arch): New.
6652
6653 2018-10-12 Simon Marchi <simon.marchi@ericsson.com>
6654
6655 * gdb.trace/tspeed.exp: Remove nowarnings.
6656 (prepare_for_trace_test): Declare "global ipalib".
6657 * gdb.trace/tspeed.c: Include unistd.h.
6658 (main): Remove superfluous printf argument.
6659
6660 2018-10-11 Sandra Loosemore <sandra@codesourcery.com>
6661
6662 * gdb.base/solib-vanish.exp: Fix regexp not to require a POSIX
6663 directory prefix on the filename.
6664
6665 2018-10-10 Sergio Durigan Junior <sergiodj@redhat.com>
6666
6667 * gdb.gdb/unittest.exp: Update expected message informing that
6668 selftests have been disabled.
6669 * gdb.server/unittest.exp: Likewise.
6670
6671 2018-10-09 Tom de Vries <tdevries@suse.de>
6672
6673 * lib/gdb.exp (target_supports_scheduler_locking): Replace gdb_start_cmd
6674 with runto_main.
6675
6676 2018-10-08 Weimin Pan <weimin.pan@oracle.com>
6677
6678 PR c++/16841
6679 * gdb.cp/virtbase2.cc: New file.
6680 * gdb.cp/virtbase2.exp: New file.
6681
6682 2018-10-06 Tom Tromey <tom@tromey.com>
6683
6684 PR python/19399:
6685 * gdb.python/py-inferior.exp: Add architecture test.
6686
6687 2018-10-06 Tom Tromey <tom@tromey.com>
6688
6689 * gdb.base/gnu-ifunc.exp (build): Use standard_output_file.
6690 * gdb.trace/unavailable-dwarf-piece.exp: Use standard_output_file.
6691
6692 2018-10-06 Tom Tromey <tom@tromey.com>
6693
6694 * gdb.python/py-breakpoint.exp (check_last_event): Check location
6695 of a "throw" catchpoint.
6696
6697 2018-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
6698
6699 * gdb.base/info-proc.exp: Update string expected from "help info
6700 proc".
6701
6702 2018-10-04 Tom Tromey <tom@tromey.com>
6703
6704 * gdb.cp/maint.exp (test_invalid_name): Update expected output.
6705 * gdb.gdb/complaints.exp (test_short_complaints): Remove.
6706 (test_initial_complaints, test_empty_complaints): Update.
6707 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
6708
6709 2018-10-04 Tom Tromey <tom@tromey.com>
6710
6711 PR cli/19551:
6712 * lib/mi-support.exp (mi_gdb_file_cmd): Update.
6713 * lib/gdb.exp (gdb_file_cmd): Update.
6714 * gdb.stabs/weird.exp (print_weird_var): Update.
6715 * gdb.server/solib-list.exp: Update.
6716 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Update.
6717 * gdb.mi/mi-cli.exp: Update.
6718 * gdb.linespec/linespec.exp: Update.
6719 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
6720 * gdb.dwarf2/dw2-objfile-overlap.exp: Update.
6721 * gdb.cp/cp-relocate.exp: Update.
6722 * gdb.base/sym-file.exp: Update.
6723 * gdb.base/relocate.exp: Update.
6724 * gdb.base/readnever.exp: Update.
6725 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
6726 * gdb.base/kill-detach-inferiors-cmd.exp: Update.
6727 * gdb.base/dbx.exp (gdb_file_cmd): Update.
6728 * gdb.base/code_elim.exp: Update.
6729 * gdb.base/break-unload-file.exp (test_break): Update.
6730 * gdb.base/break-interp.exp (test_attach_gdb): Update.
6731 * gdb.base/break-idempotent.exp (force_breakpoint_re_set):
6732 Update.
6733 * gdb.base/attach.exp (do_attach_tests): Update.
6734 * gdb.base/sepdebug.exp: Update.
6735 * gdb.python/py-section-script.exp: Update.
6736
6737 2018-10-04 Tom Tromey <tom@tromey.com>
6738
6739 PR cli/22234:
6740 * gdb.dwarf2/dw2-stack-boundary.exp: Update expected output.
6741 * gdb.gdb/complaints.exp (test_short_complaints): Update expected
6742 output.
6743
6744 2018-10-04 Tom Tromey <tom@tromey.com>
6745
6746 * gdb.base/attach.exp (test_command_line_attach_run): Use -quiet;
6747 set width and height to 0.
6748 (test_command_line_attach_run): Use -quiet.
6749
6750 2018-10-03 Sandra Loosemore <sandra@codesourcery.com>
6751
6752 * lib/gdb.exp (skip_ifunc_tests): New.
6753 * gdb.base/gnu-ifunc.exp: Skip if no ifunc support. Handle
6754 other compile failures.
6755 * gdb.compile/compile-ifunc.exp: Skip if no ifunc support.
6756
6757 2018-10-01 Simon Marchi <simon.marchi@ericsson.com>
6758
6759 * gdb.arch/i386-avx512.exp: Fix setting of nr_regs based on
6760 is_amd64_regs_target.
6761
6762 2018-10-01 Alan Hayward <alan.hayward@arm.com>
6763
6764 * gdb.arch/aarch64-sighandler-regs.c: New test.
6765 * gdb.arch/aarch64-sighandler-regs.exp: New file.
6766 * lib/gdb.exp (skip_aarch64_sve_tests): New proc.
6767
6768 2018-10-01 Markus Metzger <markus.t.metzger@intel.com>
6769
6770 * lib/gdb.exp (is_amd64_regs_target): Change assembly to C inline
6771 assembly.
6772
6773 2018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
6774
6775 * gdb.base/frame-selection.exp: New file.
6776 * gdb.base/frame-selection.c: New file.
6777
6778 2018-09-27 Alan Hayward <alan.hayward@arm.com>
6779
6780 * gdb.threads/check-libthread-db.c (thread_routine): Use a
6781 pthread barrier.
6782 (main): Likewise.
6783
6784 2018-09-26 Andrew Burgess <andrew.burgess@embecosm.com>
6785
6786 * gdb.base/large-frame-1.c: New file.
6787 * gdb.base/large-frame-2.c: New file.
6788 * gdb.base/large-frame.exp: New file.
6789 * gdb.base/large-frame.h: New file.
6790
6791 2018-09-24 Jozef Lawrynowicz <jozef.l@mittosystems.com>
6792
6793 PR gdb/20948
6794 * gdb.base/write_mem.exp: New test.
6795 * gdb.base/write_mem.c: Likewise.
6796
6797 2018-09-23 Tom Tromey <tom@tromey.com>
6798
6799 PR python/18852:
6800 * gdb.python/py-parameter.exp: Add test for parameter that throws
6801 on "set".
6802
6803 2018-09-23 Tom Tromey <tom@tromey.com>
6804
6805 PR python/17284:
6806 * gdb.python/py-template.exp (test_template_arg): Add test for
6807 negative template argument number.
6808
6809 2018-09-23 Tom Tromey <tom@tromey.com>
6810
6811 PR python/14062:
6812 * gdb.python/python.exp: Add test for post_event error.
6813
6814 2018-09-23 Tom Tromey <tom@tromey.com>
6815
6816 PR python/18170:
6817 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests to
6818 convert pointers to int and long.
6819
6820 2018-09-23 Tom Tromey <tom@tromey.com>
6821
6822 PR python/20126:
6823 * gdb.python/py-value.exp (test_value_numeric_ops): Add
6824 signed-ness conversion tests.
6825
6826 2018-09-23 Tom Tromey <tom@tromey.com>
6827
6828 PR python/18352;
6829 * gdb.python/py-value.exp (test_float_conversion): New proc.
6830 Use it.
6831
6832 2018-09-20 Hafiz Abid Qadeer <abidh@codesourcery.com>
6833
6834 gdb.base/reggroups.exp (fetch_reggroups): Add '_' in match pattern.
6835
6836 2018-09-18 Sandra Loosemore <sandra@codesourcery.com>
6837
6838 * gdb.base/complete-empty.exp: Skip tab-completion tests if
6839 no readline.
6840 * gdb.base/utf8-identifiers.exp: Likewise.
6841 * gdb.cp/cpcompletion.exp: Likewise.
6842 * gdb.linespec/cpcompletion.exp: Likewise.
6843 * gdb.linespec/cpls-abi-tag.exp: Likewise.
6844 * gdb.linespec/cpls-ops.exp: Likewise.
6845
6846 2018-09-19 Richard Bunt <richard.bunt@arm.com>
6847 Chris January <chris.january@arm.com>
6848
6849 * gdb.cp/koenig.exp: Extend to test logical short circuiting.
6850 * gdb.fortran/short-circuit-argument-list.exp: New file.
6851 * gdb.fortran/short-circuit-argument-list.f90: New test.
6852
6853 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
6854
6855 * gdb.arch/amd64-invalid-stack-top.exp: Expect optional
6856 "arch=" keyword when executing "-stack-list-frames".
6857
6858 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
6859
6860 * gdb.arch/amd64-invalid-stack-middle.exp: Expect optional
6861 "arch=" keyword when executing "-stack-list-frames".
6862
6863 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
6864
6865 * gdb.ada/complete.exp: Expect for "@" when doing "complete
6866 break ada".
6867
6868 2018-09-17 Simon Marchi <simon.marchi@polymtl.ca>
6869
6870 PR python/23669
6871 * gdb.python/python.exp: Test gdb.execute("show commands").
6872
6873 2018-09-16 Tom Tromey <tom@tromey.com>
6874
6875 * gdb.base/new-ui.exp (do_execution_tests): Update.
6876 * gdb.base/dbx.exp (test_breakpoints): Update.
6877
6878 2018-09-14 Alan Hayward <alan.hayward@arm.com>
6879
6880 * lib/gdb.exp (gdb_simple_compile): Add proc.
6881 (is_elf_target): Use gdb_simple_compile.
6882 (skip_altivec_tests): Likewise.
6883 (skip_vsx_tests): Likewise.
6884 (skip_tsx_tests): Likewise.
6885 (skip_btrace_tests): Likewise.
6886 (skip_btrace_pt_tests): Likewise.
6887 (gdb_can_simple_compile): Likewise.
6888 (gdb_has_argv0): Likewise.
6889 (gdb_target_symbol_prefix): Likewise.
6890 (target_supports_scheduler_locking): Likewise.
6891
6892 2018-09-13 Tom Tromey <tom@tromey.com>
6893
6894 * Makefile.in (TAGS): Recognize proc_with_prefix and
6895 gdb_caching_proc.
6896
6897 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
6898
6899 * gdb.python/py-progspace.exp: Test the Progspace.objfiles
6900 method.
6901
6902 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
6903
6904 * gdb.python/py-inferior.exp: Add tests for Inferior.progspace
6905 and a few other Inferior properties when the Inferior is no
6906 longer valid.
6907
6908 2018-09-13 Tom Tromey <tom@tromey.com>
6909
6910 PR rust/23650:
6911 * gdb.rust/simple.exp: Add test for enum field access error.
6912
6913 2018-09-13 Tom Tromey <tom@tromey.com>
6914
6915 PR rust/23626:
6916 * gdb.rust/simple.rs (EmptyEnum): New type.
6917 (main): Use it.
6918 * gdb.rust/simple.exp (test_one_slice): Add empty enum test.
6919
6920 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
6921
6922 * gdb.python/py-inferior.exp: Test repr() of gdb.Inferior.
6923 * gdb.python/py-objfile.exp: Test repr() of gdb.Objfile.
6924 * gdb.python/py-symtab.exp: Update test printing an objfile.
6925
6926 2018-09-12 Simon Marchi <simon.marchi@ericsson.com>
6927
6928 * gdb.python/py-inferior.exp: Test using an invalid gdb.Inferior
6929 object.
6930
6931 2018-09-12 Alan Hayward <alan.hayward@arm.com>
6932
6933 * lib/gdb.exp (gdb_can_simple_compile): Add proc.
6934 (support_complex_tests): Use gdb_can_simple_compile.
6935 (is_ilp32_target): Likewise.
6936 (is_lp64_target): Likewise.
6937 (is_64_target): Likewise.
6938 (is_amd64_regs_target): Likewise.
6939 (is_aarch32_target): Likewise.
6940 (gdb_int128_helper): Likewise.
6941
6942 2018-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
6943
6944 * Makefile.in (check-parallel-racy): Fix dg-extract-results.sh path.
6945
6946 2018-09-10 Jerome Guitton <guitton@adacore.com>
6947
6948 * gdb.ada/same_component_name: Add test for case of tagged record
6949 with variable-length fields.
6950
6951 2018-09-10 Xavier Roirand <roirand@adacore.com>
6952
6953 * gdb.ada/access_to_unbounded_array.exp: New testcase.
6954 * gdb.ada/access_to_unbounded_array/foo.adb: New file.
6955 * gdb.ada/access_to_unbounded_array/pack.adb: New file.
6956 * gdb.ada/access_to_unbounded_array/pack.ads: New file.
6957
6958 2018-09-10 Xavier Roirand <roirand@adacore.com>
6959
6960 * gdb.ada/mi_string_access.exp: New testcase.
6961 * gdb.ada/mi_string_access/bar.adb: New file.
6962 * gdb.ada/mi_string_access/pck.adb: New file.
6963 * gdb.ada/mi_string_access/pck.asd: New file.
6964
6965 2018-09-10 Xavier Roirand <roirand@adacore.com>
6966
6967 * gdb.ada/mi_var_union.exp: New testcase.
6968 * gdb.ada/mi_var_union/bar.adb: New file.
6969 * gdb.ada/mi_var_union/pck.adb: New file.
6970 * gdb.ada/mi_var_union/pck.asd: New file.
6971
6972 2018-09-08 Tom Tromey <tom@tromey.com>
6973
6974 * gdb.python/py-prettyprint.exp: Use with_test_prefix.
6975
6976 2018-09-08 Tom Tromey <tom@tromey.com>
6977
6978 PR python/16047:
6979 * gdb.python/py-prettyprint.py (pp_int_typedef3): New class.
6980 (register_pretty_printers): Register new printer.
6981 * gdb.python/py-prettyprint.exp (run_lang_tests): Add int_type3
6982 test.
6983 * gdb.python/py-prettyprint.c (int_type3): New typedef.
6984 (an_int_type3): New global.
6985
6986 2018-09-08 Joel Brobecker <brobecker@adacore.com>
6987
6988 * gdb.ada/expr_with_funcall: New testcase.
6989
6990 2018-09-08 Joel Brobecker <brobecker@adacore.com>
6991
6992 * gdb.ada/packed_array_assign: New testcase.
6993
6994 2018-09-07 Andrew Burgess <andrew.burgess@embecosm.com>
6995
6996 * gdb.base/watchpoint.exp (test_complex_watchpoint): Extend test
6997 names, and add test prefixes to make test names unique.
6998
6999 2018-09-05 Tom de Vries <tdevries@suse.de>
7000
7001 * gdb.dwarf2/varval.exp: Add test.
7002
7003 2018-09-04 Gary Benson <gbenson@redhat.com>
7004
7005 * gdb.base/batch-exit-status.exp: Use gdb_test_multiple and expect
7006 'eof' before 'wait -i'. Use remote_close and clear_gdb_spawn_id.
7007
7008 2018-08-31 Tom Tromey <tom@tromey.com>
7009
7010 * gdb.rust/simple.rs: Rename second variable "v".
7011
7012 2018-08-30 Andrew Burgess <andrew.burgess@embecosm.com>
7013
7014 * gdb.base/funcargs.c (use_a): New function.
7015 (recurse): Call use_a.
7016
7017 2018-08-29 Keith Seitz <keiths@redhat.com>
7018
7019 * gdb.compile/compile-cplus-anonymous.cc: New file.
7020 * gdb.compile/compile-cplus-anonymous.exp: New file.
7021 * gdb.compile/compile-cplus-array-decay.cc: New file.
7022 * gdb.compile/compile-cplus-array-decay.exp: New file.
7023 * gdb.compile/compile-cplus-inherit.cc: New file.
7024 * gdb.compile/compile-cplus-inherit.exp: New file.
7025 * gdb.compile/compile-cplus-member.cc: New file.
7026 * gdb.compile/compile-cplus-member.exp: New file.
7027 * gdb.compile/compile-cplus-method.cc: New file.
7028 * gdb.compile/compile-cplus-method.exp: New file.
7029 * gdb.compile/compile-cplus-mod.c: "New" file.
7030 * gdb.compile/compile-cplus-namespace.cc: New file.
7031 * gdb.compile/compile-cplus-namespace.exp: New file.
7032 * gdb.compile/compile-cplus-nested.cc: New file.
7033 * gdb.compile/compile-cplus-nested.exp: New file.
7034 * gdb.compile/compile-cplus-print.c: "New" file.
7035 * gdb.compile/compile-cplus-print.exp: "New" file.
7036 * gdb.compile/compile-cplus-virtual.cc: New file.
7037 * gdb.compile/compile-cplus-virtual.exp: New file.
7038 * gdb.compile/compile-cplus.c: "New" file.
7039 * gdb.compile/compile-cplus.exp: "New" file.
7040 * lib/compile-support.exp: New file.
7041
7042 2018-08-16 Gary Benson <gbenson@redhat.com>
7043
7044 PR gdb/13000:
7045 * gdb.base/batch-exit-status.exp: New file.
7046 * gdb.base/batch-exit-status.good-commands: Likewise.
7047 * gdb.base/batch-exit-status.bad-commands: Likewise.
7048
7049 2018-08-29 Alan Hayward <alan.hayward@arm.com>
7050
7051 * gdb.base/infcall-nested-structs.c (struct struct01): Remove.
7052 (struct struct02): Likewise.
7053 (struct struct03): Likewise.
7054 (struct struct04): Likewise.
7055 (struct struct_01_01): New struct.
7056 (struct struct_01_02): Likewise.
7057 (struct struct_01_03): Likewise.
7058 (struct struct_01_04): Likewise.
7059 (struct struct_02_01): Likewise.
7060 (struct struct_02_02): Likewise.
7061 (struct struct_02_03): Likewise.
7062 (struct struct_02_04): Likewise.
7063 (struct struct_04_01): Likewise.
7064 (struct struct_04_02): Likewise.
7065 (struct struct_04_03): Likewise.
7066 (struct struct_04_04): Likewise.
7067 (struct struct_05_01): Likewise.
7068 (struct struct_05_02): Likewise.
7069 (struct struct_05_03): Likewise.
7070 (struct struct_05_04): Likewise.
7071 (cmp_struct01): Remove function.
7072 (cmp_struct02): Likewise.
7073 (cmp_struct03): Likewise.
7074 (cmp_struct04): Likewise.
7075 (cmp_struct_01_01): Add Function.
7076 (cmp_struct_01_02): Likewise.
7077 (cmp_struct_01_03): Likewise.
7078 (cmp_struct_01_04): Likewise.
7079 (cmp_struct_02_01): Likewise.
7080 (cmp_struct_02_02): Likewise.
7081 (cmp_struct_02_03): Likewise.
7082 (cmp_struct_02_04): Likewise.
7083 (cmp_struct_04_01): Likewise.
7084 (cmp_struct_04_02): Likewise.
7085 (cmp_struct_04_03): Likewise.
7086 (cmp_struct_04_04): Likewise.
7087 (cmp_struct_05_01): Likewise.
7088 (cmp_struct_05_02): Likewise.
7089 (cmp_struct_05_03): Likewise.
7090 (cmp_struct_05_04): Likewise.
7091 (call_all): Add new structs.
7092 * gdb.base/infcall-nested-structs.exp: Likewise.
7093
7094 2018-08-27 Jan Vrany <jan.vrany@fit.cvut.cz>
7095
7096 * gdb.python/py-framefilter-mi.exp: Update regexp to
7097 check for "arch" field in frame output.
7098
7099 2018-08-23 Kevin Buettner <kevinb@redhat.com>
7100
7101 * gdb.dwarf2/dw2-ranges-func.c: New file.
7102 * gdb.dwarf2/dw2-ranges-func.exp: New file.
7103
7104 2018-08-22 Simon Marchi <simon.marchi@polymtl.ca>
7105
7106 * gdb.base/term.exp: Compare terminal settings with values from
7107 the inferior.
7108 * gdb.base/term.c: Get and set terminal settings.
7109
7110 2018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
7111
7112 * lib/mi-support.exp (mi_expect_stop): Update regexp to
7113 accommodate new "arch" field in frame output.
7114 * gdb.mi/mi-return.exp: Likewise.
7115 * gdb.mi/mi-stack.exp: Likewise.
7116 * gdb.mi/mi-syn-frame.exp: Likewise.
7117 * gdb.mi/user-selected-context-sync.exp: Likewise.
7118
7119 2018-08-19 Michael Spang <spang@google.com>
7120
7121 PR gdb/11786
7122 * gdb.base/gcore-tls-pie.c: New file.
7123 * gdb.base/gcore-tls-pie.exp: New file.
7124
7125 2018-08-18 Kevin Buettner <kevinb@redhat.com>
7126
7127 * lib/dwarf.exp: Add support for DW_OP_GNU_variable_value.
7128 * gdb.dwarf2/varval.c: New file.
7129 * gdb.dwarf2/varval.exp: New file.
7130
7131 2018-08-17 Alan Hayward <alan.hayward@arm.com>
7132
7133 PR gdb/18931
7134 * gdb.arch/aarch64-fp.c (main): Fix asm registers.
7135
7136 2018-08-16 Keith Seitz <keiths@redhat.com>
7137
7138 * gdb.compile/compile.exp: Use gdb_test_no_output for "compile code"
7139 tests expected to pass.
7140
7141 2018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
7142
7143 * gdb.mi/mi-disassemble.exp (test_disassembly_only): Add tests for
7144 -data-disassemble -a.
7145 (test_disassembly_bogus_args): Likewise.
7146
7147 2018-08-14 Andrew Burgess <andrew.burgess@embecosm.com>
7148
7149 * gdb.mi/list-thread-groups-available.exp: Update test regexp.
7150
7151 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
7152
7153 * gdb.base/vla-optimized-out.exp: Add new test.
7154
7155 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
7156
7157 * gdb.base/vla-optimized-out-o3.exp: Delete.
7158 * gdb.base/vla-optimized-out-o3-strict.exp: Delete.
7159 * gdb.base/vla-optimized-out.exp: Extend to cover all of the
7160 deleted tests.
7161
7162 2018-08-08 Andrew Burgess <andrew.burgess@embecosm.com>
7163
7164 PR gdb/18050:
7165 * gdb.server/extended-remote-restart.c: New file.
7166 * gdb.server/extended-remote-restart.exp: New file.
7167
7168 2018-08-07 Simon Marchi <simon.marchi@polymtl.ca>
7169
7170 * gdb.fortran/nested-funcs.exp: Replace "set index = 42" with
7171 "set variable index = 42".
7172
7173 2018-08-07 Simon Marchi <simon.marchi@ericsson.com>
7174
7175 * boards/index-cache-gdb.exp: New file.
7176 * gdb.dwarf2/index-cache.exp: New file.
7177 * gdb.dwarf2/index-cache.c: New file.
7178 * gdb.base/maint.exp: Check if we are using the index cache.
7179
7180 2018-08-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
7181
7182 * Makefile.in (saw_dash_j): Allow for GNU make 4.2+ passing -jN in
7183 MAKEFLAGS.
7184
7185 2018-08-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
7186
7187 * dg-extract-results.sh: Move to toplevel contrib.
7188 * Makefile.in (check-parallel): Reflect dg-extract-results.sh move.
7189 * Makefile.in (check-parallel-racy): Likewise.
7190
7191 2018-08-06 Andrew Burgess <andrew.burgess@embecosm.com>
7192
7193 * lib/gdb.exp (target_supports_scheduler_locking): New proc.
7194 * gdb.mi/mi-cmd-param-changed.exp: Only run scheduler locking
7195 tests if the target supports scheduler locking.
7196
7197 2018-08-04 Tom de Vries <tdevries@suse.de>
7198
7199 * gdb.python/py-rbreak.exp: Fix rbreak regexp.
7200
7201 2018-08-02 Tom Tromey <tom@tromey.com>
7202
7203 PR symtab/16842.
7204 * gdb.cp/temargs.exp: Test "info address" of a template
7205 parameter.
7206
7207 2018-07-31 Jan Vrany <jan.vrany@fit.cvut.cz>
7208
7209 * gdb.python/py-mi-var-info-path-expression.c: New file.
7210 * gdb.python/py-mi-var-info-path-expression.py: New file.
7211 * gdb.python/py-mi-var-info-path-expression.exp: New file.
7212
7213 2018-07-30 Sergio Durigan Junior <sergiodj@redhat.com>
7214
7215 * lib/gdbserver-support.exp (gdbserver_start): Match any kind of
7216 error after "cannot resolve name" string.
7217
7218 2018-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
7219
7220 * gdb.trace/tspeed.exp: Only call gdb_load_shlib after gdb has
7221 started.
7222 * lib/gdb.exp (gdb_load_shlib): Call perror if GDB is not running.
7223
7224 2018-07-28 Tom de Vries <tdevries@suse.de>
7225
7226 * gdb.base/vla-optimized-out-o3-strict.exp: New file.
7227
7228 2018-07-26 Tom de Vries <tdevries@suse.de>
7229
7230 * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
7231
7232 2018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
7233
7234 * gdb.base/maint.exp: Add check that dwarf unwinders control flag
7235 is visible.
7236
7237 2018-07-26 Tom de Vries <tdevries@suse.de>
7238
7239 PR breakpoints/23366
7240 * gdb.base/catch-follow-exec.c: New test.
7241 * gdb.base/catch-follow-exec.exp: New file.
7242
7243 2018-07-25 Tom de Vries <tdevries@suse.de>
7244
7245 * gdb.base/vla-optimized-out-o3.exp: New file. Reuse
7246 vla-optimized-out.c.
7247
7248 2018-07-25 Jan Vrany <jan.vrany@fit.cvut.cz>
7249
7250 * gdb.mi/mi-breakpoint-location-ena-dis.cc: New file.
7251 * gdb.mi/mi-breakpoint-location-ena-dis.exp: New file.
7252
7253 2018-07-20 Tom de Vries <tdevries@suse.de>
7254
7255 * gdb.base/vla-optimized-out.c: Make noclone attribute conditional on
7256 NOCLONE macro.
7257 * gdb.base/vla-optimized-out.exp: Use additional_flags -DNOCLONE.
7258
7259 2018-07-19 Tom de Vries <tdevries@suse.de>
7260
7261 * gdb.mi/list-thread-groups-available.exp (cores_re): Fix quoting in
7262 regular expression.
7263
7264 2018-07-18 Tom de Vries <tdevries@suse.de>
7265
7266 * gdb.base/vla-optimized-out.c: New test.
7267 * gdb.base/vla-optimized-out.exp: New file.
7268
7269 2018-07-13 Sergio Durigan Junior <sergiodj@redhat.com>
7270
7271 * lib/gdbserver-support.exp (gdbserver_start): Expect for the
7272 message "No address associated with hostname" when gdbserver
7273 cannot resolve the hostname.
7274
7275 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7276
7277 * gdb.threads/pthreads.exp: Test qcs FLAG arguments.
7278 Add some test prefixes to make tests unique.
7279
7280 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7281
7282 * gdb.base/frameapply.c: New file.
7283 * gdb.base/frameapply.exp: New file.
7284
7285 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7286
7287 * gdb.base/skip.exp: Update expected error message.
7288
7289 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
7290 Jan Kratochvil <jan.kratochvil@redhat.com>
7291 Paul Fertser <fercerpav@gmail.com>
7292 Tsutomu Seki <sekiriki@gmail.com>
7293
7294 * README (Testsuite Parameters): Mention new 'GDB_TEST_SOCKETHOST'
7295 parameter.
7296 * boards/native-extended-gdbserver.exp: Do not set 'sockethost'
7297 by default.
7298 * boards/native-gdbserver.exp: Likewise.
7299 * gdb.server/run-without-local-binary.exp: Improve regexp used
7300 for detecting when a remote debugging connection succeeds.
7301 * gdb.server/server-connect.exp: New file.
7302 * lib/gdbserver-support.exp (gdbserver_default_get_comm_port):
7303 Do not prefix the port number with ":".
7304 (gdbserver_start): New global GDB_TEST_SOCKETHOST. Implement
7305 support for detecting and using it. Add '$debughost_gdbserver'
7306 to the list of arguments used to start gdbserver. Handle case
7307 when gdbserver cannot resolve a network name.
7308
7309 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
7310
7311 PR c++/23373
7312 * gdb.base/ptype-offsets.cc (struct static_member): New
7313 struct.
7314 (main) <stmember>: New variable.
7315 * gdb.base/ptype-offsets.exp: Add test for printing a struct
7316 with a static member in it.
7317
7318 2018-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
7319
7320 * gdb.base/watchpoint-reuse-slot.exp: Test with hardware
7321 watchpoints enabled and disabled.
7322
7323 2018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
7324
7325 * gdb.base/examine-backward.exp: Still run tests around address
7326 0x0, even if address 0x0 is not readable. Update the pattern for
7327 matching address 0x0 in expected output.
7328
7329 2018-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
7330
7331 * gdb.base/share-env-with-gdbserver.c (main): Add call to
7332 malloc/free.
7333
7334 2018-07-04 Tom de Vries <tdevries@suse.de>
7335
7336 * gdb.dwarf2/dw2-error.exp: Update expected error message.
7337
7338 2018-07-02 Maciej W. Rozycki <macro@mips.com>
7339
7340 PR tdep/8282
7341 * gdb.arch/mips-disassembler-options.exp: New test.
7342 * gdb.arch/mips-disassembler-options.s: New test source.
7343
7344 2018-06-29 Pedro Alves <palves@redhat.com>
7345
7346 * gdb.threads/names.exp: Adjust expected "info threads" output.
7347
7348 2018-06-29 Pedro Alves <palves@redhat.com>
7349
7350 * gdb.opt/inline-break.exp (line number, address): Add "info
7351 break" tests.
7352
7353 2018-06-29 Pedro Alves <palves@redhat.com>
7354
7355 * gdb.opt/inline-break.c (func1): Add "break here" marker.
7356 * gdb.opt/inline-break.exp: Test setting breakpoints by line
7357 number and address and running to them.
7358
7359 2018-06-29 Richard Bunt <richard.bunt@arm.com>
7360
7361 * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
7362
7363 2018-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
7364
7365 * lib/compiler.c: Remove executable permission flag.
7366
7367 2018-06-28 Richard Bunt <richard.bunt@arm.com>
7368
7369 * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
7370 code.
7371 * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
7372
7373 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
7374
7375 * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
7376
7377 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
7378
7379 * gdb.base/relocate.exp: Test add-symbol-file behavior when the
7380 address argument is omitted.
7381
7382 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
7383
7384 * gdb.base/relocate.exp: Add test for "symbol-file -o ".
7385
7386 2018-06-27 Omair Javaid <omair.javaid@linaro.org>
7387
7388 PR gdb/21695
7389 * gdb.base/infoline-reloc-main-from-zero.exp: New test.
7390 * gdb.base/infoline-reloc-main-from-zero.c: New file.
7391
7392 2018-06-26 Tom Tromey <tom@tromey.com>
7393
7394 PR rust/22574:
7395 * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
7396 * gdb.rust/simple.rs (struct SimpleLayout): New.
7397
7398 2018-06-22 Simon Marchi <simon.marchi@ericsson.com>
7399
7400 * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
7401 "info registers" output.
7402
7403 2018-06-21 Richard Bunt <richard.bunt@arm.com>
7404
7405 * gdb.base/watchpoint-hw-attach.c: New test.
7406 * gdb.base/watchpoint-hw-attach.exp: New file.
7407
7408 2018-06-20 Simon Marchi <simon.marchi@ericsson.com>
7409
7410 * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
7411 through /bin/sh.
7412 * boards/dwarf4-gdb-index.exp: Likewise.
7413 * boards/fission-dwp.exp: Likewise.
7414
7415 2018-06-20 Ulrich Weigand <uweigand@de.ibm.com>
7416
7417 * gdb.base/float128.exp: Add comment and improved fail message
7418 to the failure case of "print large128" test.
7419
7420 2018-06-19 Simon Marchi <simon.marchi@ericsson.com>
7421
7422 * configure.ac: Remove AC_PREREQ.
7423 * configure: Re-generate.
7424
7425 2018-06-19 Pedro Alves <palves@redhat.com>
7426
7427 * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
7428 (func_extern_caller): New.
7429 (main): Call func_extern_caller.
7430 * gdb.opt/inline-break.exp: Add tests for inline frame skipping
7431 logic change.
7432
7433 2018-06-18 Weimin Pan <weimin.pan@oracle.com>
7434
7435 PR gdb/16841
7436 * gdb.cp/typedef-base.cc: New file.
7437 * gdb.cp/typedef-base.exp: New file.
7438
7439 2018-06-18 Tom de Vries <tdevries@suse.de>
7440
7441 * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
7442
7443 2018-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
7444 Richard Bunt <Richard.Bunt@arm.com>
7445
7446 * gdb.threads/attach-slow-waitpid.c: New file.
7447 * gdb.threads/attach-slow-waitpid.exp: New file.
7448 * gdb.threads/slow-waitpid.c: New file.
7449
7450 2018-06-14 Pedro Alves <palves@redhat.com>
7451
7452 * gdb.base/fork-running-state.c: Include <errno.h>.
7453 (exit_if_relative_exits): New.
7454 (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
7455 exits.
7456 (fork_parent): If 'exit_if_relative_exits' is true, exit if the
7457 child exits.
7458
7459 2018-06-14 Tom de Vries <tdevries@suse.de>
7460
7461 PR cli/22573
7462 * gdb.base/finish-pretty.c: New test.
7463 * gdb.base/finish-pretty.exp: New file.
7464
7465 2018-06-14 Pedro Alves <palves@redhat.com>
7466
7467 * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
7468 gdb's expected startup output.
7469
7470 2018-06-14 Pedro Alves <palves@redhat.com>
7471
7472 * lib/selftest-support.exp (selftest_setup): Remove inlined
7473 function handling.
7474
7475 2018-06-14 Tom de Vries <tdevries@suse.de>
7476
7477 * lib/selftest-support.exp (selftest_setup): Allow function arguments in
7478 matching of breakpoint printing.
7479
7480 2018-06-13 Tom de Vries <tdevries@suse.de>
7481
7482 PR testsuite/23269
7483 * gdb.base/fork-running-state.c (main): Move setting of alarm ...
7484 (fork_child): ... here, and ...
7485 (fork_parent): ... here.
7486
7487 2018-06-12 Tom de Vries <tdevries@suse.de>
7488
7489 * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
7490
7491 2018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
7492 Stephen Roberts <stephen.roberts@arm.com>
7493
7494 * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
7495 rewrite test to describe action performed, rather than possible
7496 failure.
7497
7498 2018-06-08 Gary Benson <gbenson@redhat.com>
7499
7500 * gdb.threads/check-libthread-db.exp: New file.
7501 * gdb.threads/check-libthread-db.c: Likewise.
7502
7503 2018-06-05 Tom Tromey <tom@tromey.com>
7504
7505 * gdb.base/default.exp: Update expected "show version" output.
7506
7507 2018-06-05 Tom Tromey <tom@tromey.com>
7508
7509 PR cli/12326:
7510 * gdb.cp/static-print-quit.exp: Update.
7511 * lib/gdb.exp (pagination_prompt): Update.
7512 * gdb.base/page.exp: Use pagination_prompt. Add new tests.
7513 * gdb.python/python.exp: Update.
7514
7515 2018-06-04 Joel Brobecker <brobecker@adacore.com>
7516
7517 * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
7518
7519 2018-06-01 Joel Brobecker <brobecker@adacore.com>
7520
7521 * gdb.ada/bp_fun_addr: New testcase.
7522
7523 2018-06-01 Tom Tromey <tom@tromey.com>
7524
7525 * gdb.xml/tdesc-regs.exp (load_description): Update expected
7526 results.
7527 * gdb.dwarf2/method-ptr.exp: Set language to C++.
7528 * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
7529 * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
7530 * gdb.base/maint.exp (maint_pass_if): Update.
7531
7532 2018-05-31 Maciej W. Rozycki <macro@mips.com>
7533
7534 * gdb.base/endian.exp: New test.
7535 * gdb.base/endian.c: New test source.
7536
7537 2018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
7538
7539 PR gdb/23203
7540 * gdb.base/bt-selected-frame.c: New file.
7541 * gdb.base/bt-selected-frame.exp: New file.
7542 * lib/gdb.exp (get_current_frame_number): New function.
7543
7544 2018-05-24 Maciej W. Rozycki <macro@mips.com>
7545 Pedro Alves <palves@redhat.com>
7546
7547 * gdb.threads/tls-core.c: Include <stdlib.h>
7548 (thread_proc): Call `abort'.
7549 * gdb.threads/tls-core.exp: Generate a core with core_find too.
7550 (tls_core_test): New procedure, bits factored out from ...
7551 (top level): ... here. Test both native cores and gcore cores.
7552
7553 2018-05-23 Tom Tromey <tom@tromey.com>
7554
7555 * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
7556
7557 2018-05-23 Tom Tromey <tom@tromey.com>
7558
7559 * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
7560 symfile_complaints.
7561 (test_short_complaints): Likewise.
7562 (test_empty_complaints): Likewise.
7563 (test_initial_complaints): Update.
7564
7565 2018-05-23 Tom Tromey <tom@tromey.com>
7566
7567 * gdb.gdb/complaints.exp (test_empty_complaints): Update.
7568
7569 2018-05-23 Tom Tromey <tom@tromey.com>
7570
7571 * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
7572 (test_short_complaints): Update.
7573
7574 2018-05-22 Pedro Alves <palves@redhat.com>
7575
7576 * gdb.base/remote.exp: Only gdb_start after compiling the
7577 testcase. Issue "disconnect" before testing "set remote" command
7578 defaults. Issue clean_restart before running to main.
7579
7580 2018-05-22 Pedro Alves <palves@redhat.com>
7581
7582 * gdb.base/remote.exp: Adjust expected output of "show remote
7583 memory-write-packet-size". Add tests for "set remote
7584 memory-write-packet-size 0" and "set remote
7585 memory-write-packet-size fixed/limit".
7586
7587 2018-05-22 Pedro Alves <palves@redhat.com>
7588
7589 PR gdb/22973
7590 * gdb.base/utf8-identifiers.c: New file.
7591 * gdb.base/utf8-identifiers.exp: New file.
7592
7593 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
7594
7595 * gdb.arch/powerpc-fpscr-gcore.exp: New file.
7596
7597 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
7598
7599 * gdb.arch/powerpc-vsx-gcore.exp: New file.
7600
7601 2018-05-18 Tom Tromey <tom@tromey.com>
7602
7603 * gdb.base/ptype-offsets.exp: Update.
7604
7605 2018-05-17 Keith Seitz <keiths@redhat.com>
7606
7607 * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
7608 in expected breakpoint stop locations.
7609 * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
7610 move to proper scope to test variable values.
7611 * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
7612 (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
7613 New functions.
7614 (main): Call not_inline_func3.
7615 * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
7616 inline_func1, inline_func2, and inline_func3. Test that when each
7617 breakpoint is hit, GDB properly reports both the stop location
7618 and the backtrace. Repeat tests for temporary breakpoints.
7619
7620 2018-05-15 Maciej W. Rozycki <macro@mips.com>
7621
7622 * gdb.server/server-kill.exp: Verify whether `server_pid' exists
7623 rather then trying to access it in determining whether the PID
7624 of `gdbserver' could have been retrieved.
7625
7626 2018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
7627
7628 * gdb.arch/amd64-init-x87-values.S: New file.
7629 * gdb.arch/amd64-init-x87-values.exp: New file.
7630
7631 2018-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
7632
7633 * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
7634
7635 2018-05-04 Tom Tromey <tom@tromey.com>
7636
7637 PR python/22730:
7638 * gdb.python/python.exp: Test multi-line execute.
7639
7640 2018-05-04 Tom Tromey <tom@tromey.com>
7641
7642 PR python/22731:
7643 * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
7644
7645 2018-05-04 Tom Tromey <tom@tromey.com>
7646
7647 PR gdb/11750:
7648 * gdb.base/define.exp: Test defining a user command inside a user
7649 command.
7650 * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
7651
7652 2018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
7653 Pedro Alves <palves@redhat.com>
7654
7655 PR breakpoints/19806 and support for PR external/20207.
7656 * gdb.base/watchpoint-unaligned.c: New file.
7657 * gdb.base/watchpoint-unaligned.exp: New file.
7658
7659 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
7660
7661 * gdb.base/maint.exp: Make test names unique, use
7662 test_prefix_command_help to test 'help maint info', and remove
7663 repeated test of 'help maint'.
7664
7665 2018-05-04 Tom Tromey <tom@tromey.com>
7666
7667 PR gdb/22619:
7668 * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
7669 behavior.
7670
7671 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
7672
7673 * gdb.base/maint.exp: Process output from 'maint print registers'
7674 line at a time.
7675
7676 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
7677
7678 * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
7679 timeout.
7680
7681 2018-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
7682
7683 * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
7684 filter pattern.
7685
7686 2018-05-02 Pedro Alves <palves@redhat.com>
7687
7688 * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
7689 to_log_command renames.
7690 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
7691
7692 2018-05-02 Tom Tromey <tom@tromey.com>
7693
7694 * gdb.python/py-parameter.exp: Set test message.
7695
7696 2018-05-02 Tom Tromey <tom@tromey.com>
7697
7698 PR python/20084:
7699 * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
7700 PARAM_ZUINTEGER_UNLIMITED tests.
7701
7702 2018-04-28 Dan Robertson <danlrobertson89@gmail.com>
7703
7704 PR rust/23124
7705 * gdb.rust/expr.exp: Test that the unit type is correctly parsed
7706 when casting.
7707
7708 2018-04-30 Tom Tromey <tom@tromey.com>
7709
7710 * gdb.python/py-type.exp: Check align attribute.
7711 * gdb.python/py-type.c: New "aligncheck" global.
7712
7713 2018-04-30 Tom Tromey <tom@tromey.com>
7714
7715 PR exp/17095:
7716 * gdb.dwarf2/dw2-align.exp: New file.
7717 * gdb.cp/align.exp: New file.
7718 * gdb.base/align.exp: New file.
7719 * lib/gdb.exp (gdb_int128_helper): New proc.
7720 (has_int128_c, has_int128_cxx): New caching procs.
7721
7722 2018-04-27 Tom Tromey <tom@tromey.com>
7723
7724 PR rust/22545:
7725 * gdb.rust/simple.exp: Add inclusive range tests.
7726
7727 2018-04-26 Pedro Alves <palves@redhat.com>
7728
7729 * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
7730 ifunc breakpoint locations correctly of ifunc breakpoints set
7731 while the program resolves the ifunc.
7732
7733 2018-04-26 Pedro Alves <palves@redhat.com>
7734
7735 * gdb.base/gnu-ifunc-final.c: New file.
7736 * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
7737 * gdb.base/gnu-ifunc.exp (executable): Delete.
7738 (staticexecutable): Adjust.
7739 (lib_opts, exec_opts): Delete.
7740 (make_binsuffix, build, set-break): New procedures.
7741 (misc_tests): New, with tests factored out from the top level.
7742 (top level): Test different combinations of ifunc resolver name,
7743 resolver with and with debug info, and ifunc target with and
7744 without debug info. Wrap static tests with with_target_prefix.
7745
7746 2018-04-26 Pedro Alves <palves@redhat.com>
7747
7748 * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
7749 return type" warnings.
7750
7751 2018-04-25 Pedro Alves <palves@redhat.com>
7752
7753 * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
7754 killed".
7755 * gdb.base/kill-after-signal.exp: Likewise.
7756 * gdb.threads/kill.exp: Likewise.
7757
7758 2018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
7759 Sergio Durigan Junior <sergiodj@redhat.com>
7760 Pedro Alves <palves@redhat.com>
7761
7762 * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
7763 regexps to expect for '[Inferior ... detached]' as well.
7764 * gdb.base/attach.exp: Likewise.
7765 * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
7766 "gdb_continue_to_end".
7767 (test_catch_syscall_with_wrong_args): Likewise.
7768 * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
7769 ']'. Don't set 'verbose' on.
7770 * gdb.base/foll-vfork.exp: Likewise.
7771 * gdb.base/fork-print-inferior-events.c: New file.
7772 * gdb.base/fork-print-inferior-events.exp: New file.
7773 * gdb.base/hook-stop.exp: Adjust regexps to expect for new
7774 '[Inferior ... has been killed]' message.
7775 * gdb.base/kill-after-signal.exp: Likewise.
7776 * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
7777 detach message.
7778 * gdb.threads/kill.exp: Adjust regexps to expect for new kill
7779 message.
7780 * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
7781 regexps to expect for '[Inferior ... detached]' as well.
7782 * gdb.threads/process-dies-while-detaching.exp: Likewise.
7783
7784 2018-04-24 Simon Marchi <simon.marchi@ericsson.com>
7785
7786 PR gdb/23104
7787 * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
7788
7789 2018-04-22 Rajendra SY <rajendra.sy@gmail.com>
7790
7791 PR gdb/23095
7792 * gdb.base/break-probes.exp: Pass shlib_load to
7793 prepare_for_testing. Set normal_bp to r_debug_state if target is
7794 bsd.
7795
7796 2018-04-19 Richard Bunt <richard.bunt@arm.com>
7797
7798 * gdb.threads/multiple-successive-infcall.c: New test.
7799 * gdb.threads/multiple-successive-infcall.exp: New file.
7800
7801 2018-04-17 Tom Tromey <tom@tromey.com>
7802
7803 * gdb.rust/simple.rs (Union): New type.
7804 (main): New local "u".
7805 * gdb.rust/simple.exp (test_one_slice): Add new test case.
7806
7807 2018-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
7808
7809 * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
7810 number information in output of "whereis" command.
7811 * gdb.base/info-fun.exp: Likewise, for "info fun" command.
7812
7813 2018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
7814
7815 * gdb.ada/info_types.exp: Adjust expected output to the line
7816 numbers now printed by "info var/func/type".
7817 * gdb.base/completion.exp: Likewise.
7818 * gdb.base/included.exp: Likewise.
7819 * gdb.cp/cp-relocate.exp: Likewise.
7820 * gdb.cp/cplusfuncs.exp: Likewise.
7821 * gdb.cp/namespace.exp: Likewise.
7822 * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
7823
7824 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
7825
7826 * gdb.btrace/cpu.exp: New.
7827
7828 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
7829
7830 * gdb.base/step-indirect-call-thunk.exp: New.
7831 * gdb.base/step-indirect-call-thunk.c: New.
7832 * gdb.reverse/step-indirect-call-thunk.exp: New.
7833 * gdb.reverse/step-indirect-call-thunk.c: New.
7834
7835 2018-04-11 Simon Marchi <simon.marchi@ericsson.com>
7836
7837 * gdb.base/pie-fork.c: New file.
7838 * gdb.base/pie-fork.exp: New file.
7839
7840 2018-04-11 Tom Tromey <tom@tromey.com>
7841
7842 * gdb.rust/simple.exp: Add test for ".." struct initializer.
7843
7844 2018-04-10 Pedro Alves <palves@redhat.com>
7845
7846 * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
7847 exits. Instead loop running forever.
7848 (fork_parent): Run forever too.
7849
7850 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
7851
7852 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
7853 mi_continue_to_line.
7854 * gdb.mi/mi-stack.c (callee4): Add comment.
7855
7856 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
7857
7858 * gdb.mi/mi-stack.exp: Fix indentation.
7859
7860 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
7861
7862 PR gdb/22979
7863 * gdb.arch/amd64-osabi.exp: New file.
7864
7865 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
7866
7867 PR gdb/22980
7868 * gdb.base/osabi.exp: New file.
7869
7870 2018-04-02 Weimin Pan <weimin.pan@oracle.com>
7871
7872 * gdb.cp/static-typedef-print.exp: New file.
7873 * gdb.cp/static-typedef-print.cc: New file.
7874
7875 2018-03-27 Joel Brobecker <brobecker@adacore.com>
7876
7877 * gdb.ada/varsize_limit: New testcase.
7878
7879 2018-03-27 Joel Brobecker <brobecker@adacore.com>
7880
7881 * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
7882
7883 * gdb.ada/notcplusplus: New testcase.
7884
7885 * gdb.base/c-linkage-name.c: New file.
7886 * gdb.base/c-linkage-name.exp: New testcase.
7887
7888 2018-03-26 Tom Tromey <tom@tromey.com>
7889
7890 * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
7891 * gdb.python/py-framefilter.py (name_error): New global.
7892 (ErrorInName.function): Use name_error.
7893
7894 2018-03-26 Tom Tromey <tom@tromey.com>
7895
7896 PR backtrace/15582:
7897 * gdb.python/py-framefilter.exp: Add "bt hide" test.
7898
7899 2018-03-23 Keith Seitz <keiths@redhat.com>
7900
7901 PR c++/22968
7902 * gdb.cp/subtypes.exp: New file.
7903 * gdb.cp/subtypes.h: New file.
7904 * gdb.cp/subtypes.cc: New file.
7905 * gdb.cp/subtypes-2.cc: New file.
7906
7907 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
7908
7909 * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
7910 (done): Call '_exit' not 'exit' to avoid atexit handlers.
7911 * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
7912 -nostartfiles when compiling the test. Confirm that all registers
7913 xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
7914
7915 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
7916
7917 * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
7918 option, syntax was wrong anyway.
7919 * gdb.arch/arm-disp-step.exp: Likewise.
7920 * gdb.arch/sparc64-regs.exp: Likewise.
7921 * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
7922 option, syntax was wrong anyway, switch to use
7923 prepare_for_testing.
7924 * gdb.arch/i386-disp-step.exp: Likewise.
7925
7926 2018-03-23 Andreas Arnez <arnez@linux.vnet.ibm.com>
7927
7928 * gdb.ada/exec_changed.exp: Replace "target_info exists
7929 use_gdb_stub" by "use_gdb_stub".
7930 * gdb.ada/start.exp: Likewise.
7931 * gdb.base/async-shell.exp: Likewise.
7932 * gdb.base/attach-pie-misread.exp: Likewise.
7933 * gdb.base/attach-wait-input.exp: Likewise.
7934 * gdb.base/break-entry.exp: Likewise.
7935 * gdb.base/break-interp.exp: Likewise.
7936 * gdb.base/dprintf-detach.exp: Likewise.
7937 * gdb.base/nostdlib.exp: Likewise.
7938 * gdb.base/solib-nodir.exp: Likewise.
7939 * gdb.base/statistics.exp: Likewise.
7940 * gdb.base/testenv.exp: Likewise.
7941 * gdb.mi/mi-exec-run.exp: Likewise.
7942 * gdb.mi/mi-start.exp: Likewise.
7943 * gdb.multi/dummy-frame-restore.exp: Likewise.
7944 * gdb.multi/multi-arch-exec.exp: Likewise.
7945 * gdb.multi/multi-arch.exp: Likewise.
7946 * gdb.multi/tids.exp: Likewise.
7947 * gdb.multi/watchpoint-multi.exp: Likewise.
7948 * gdb.python/py-events.exp: Likewise.
7949 * gdb.threads/attach-into-signal.exp: Likewise.
7950 * gdb.threads/attach-stopped.exp: Likewise.
7951 * gdb.threads/threadapply.exp: Likewise.
7952 * lib/selftest-support.exp: Likewise.
7953
7954 2018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
7955
7956 * gdb.base/info-proc.exp: Add test for "info proc cmdline".
7957
7958 2018-03-20 Stephen Roberts <stephen.roberts@arm.com>
7959
7960 * gdb.perf/template-breakpoints.cc: New file.
7961 * gdb.perf/template-breakpoints.exp: New file.
7962 * gdb.perf/template-breakpoints.py: New file.
7963
7964 2018-03-19 Tom Tromey <tom@tromey.com>
7965
7966 * gdb.rust/simple.rs (main): Add local variables field1, field2,
7967 y0.
7968 * gdb.rust/simple.exp: Test bare identifier form of struct
7969 initializer.
7970
7971 2018-03-19 Tom Tromey <tom@tromey.com>
7972
7973 * gdb.gdb/observer.exp: Remove.
7974
7975 2018-03-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
7976
7977 * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
7978 "qualified" option when setting breakpoints.
7979 * gdb.trace/backtrace.exp: Likewise.
7980 * gdb.trace/circ.exp: Likewise.
7981 * gdb.trace/collection.exp: Likewise.
7982 * gdb.trace/disconnected-tracing.exp: Likewise.
7983 * gdb.trace/ftrace-lock.exp: Likewise.
7984 * gdb.trace/ftrace.exp: Likewise.
7985 * gdb.trace/infotrace.exp: Likewise.
7986 * gdb.trace/packetlen.exp: Likewise.
7987 * gdb.trace/passc-dyn.exp: Likewise.
7988 * gdb.trace/qtro.exp: Likewise.
7989 * gdb.trace/read-memory.exp: Likewise.
7990 * gdb.trace/report.exp: Likewise.
7991 * gdb.trace/signal.exp: Likewise.
7992 * gdb.trace/status-stop.exp: Likewise.
7993 * gdb.trace/strace.exp: Likewise.
7994 * gdb.trace/tfind.exp: Likewise.
7995 * gdb.trace/trace-break.exp: Likewise.
7996 * gdb.trace/trace-condition.exp: Likewise.
7997 * gdb.trace/trace-mt.exp: Likewise.
7998 * gdb.trace/tstatus.exp: Likewise.
7999 * gdb.trace/tsv.exp: Likewise.
8000 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
8001 * gdb.trace/unavailable.exp: Likewise.
8002 * gdb.trace/while-dyn.exp: Likewise.
8003
8004 2018-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
8005
8006 * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
8007 that libinproctrace is copied to the target.
8008
8009 2018-03-14 Tom Tromey <tom@tromey.com>
8010
8011 PR cli/14977:
8012 * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
8013 a null pointer.
8014 * gdb.base/wchar.exp: Likewise.
8015
8016 2018-03-14 Tom Tromey <tom@tromey.com>
8017
8018 PR cli/19918:
8019 * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
8020 flag.
8021
8022 2018-03-08 Simon Marchi <simon.marchi@ericsson.com>
8023
8024 PR gdb/22841
8025 * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
8026 "target" to remote_exec.
8027
8028 2018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
8029
8030 PR gdb/22841
8031 * boards/gdbserver-base.exp (${board}_file, ${board}_download,
8032 ${board}_upload): Remove.
8033
8034 2018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
8035
8036 * gdb.cp/watch-cp.cc: New test.
8037 * gdb.cp/watch-cp.exp: New file.
8038
8039 2018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
8040
8041 * gdb.base/infcall-nested-structs.exp: New file.
8042 * gdb.base/infcall-nested-structs.c: New file.
8043 * gdb.base/float.exp: Add riscv support.
8044
8045 2018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
8046
8047 * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
8048 * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
8049
8050 2018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
8051
8052 * gdb.server/abspath.exp: New file.
8053 * lib/gdb.exp (with_cwd): New procedure.
8054
8055 2018-02-28 Simon Marchi <simon.marchi@ericsson.com>
8056
8057 * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
8058 use it.
8059 (gdb_is_target_remote_prompt): New proc.
8060 (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
8061 (gdb_is_target_native): Pass prompt parameter to
8062 gdb_is_target_1.
8063
8064 2018-02-26 Simon Marchi <simon.marchi@polymtl.ca>
8065
8066 * gdb.base/load-command.c: New file.
8067 * gdb.base/load-command.exp: New file.
8068 * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
8069 (gdb_is_target_1): ...this, and generalize for other targets
8070 than just remote.
8071 (gdb_is_target_remote): Use gdb_is_target_1.
8072 (gdb_is_target_native): use gdb_is_target_1.
8073
8074 2018-02-26 Tom Tromey <tom@tromey.com>
8075
8076 PR python/16497:
8077 * gdb.python/py-framefilter.exp: Update test.
8078
8079 2018-02-26 Tom Tromey <tom@tromey.com>
8080
8081 * gdb.dwarf2/variant.c: New file.
8082 * gdb.dwarf2/variant.exp: New file.
8083
8084 2018-02-26 Tom Tromey <tom@tromey.com>
8085
8086 * gdb.rust/simple.exp: Accept more possible results in enum test.
8087
8088 2018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
8089
8090 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
8091 parentheses.
8092
8093 2018-02-23 Maciej W. Rozycki <macro@mips.com>
8094
8095 * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
8096 name of a variable: $actual_linejj -> $actual_line.
8097
8098 2018-02-21 John Baldwin <jhb@FreeBSD.org>
8099
8100 * gdb.arch/amd64-i386-address.exp: Fix a typo.
8101
8102 2018-02-20 Markus Metzger <markus.t.metzger@intel.com>
8103
8104 * gdb.btrace/buffer-size.exp: Do not force BTS.
8105
8106 2018-02-14 Pedro Alves <palves@redhat.com>
8107
8108 * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
8109 getting a "Quit".
8110
8111 2018-02-09 Markus Metzger <markus.t.metzger@intel.com>
8112
8113 * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
8114 Fix test name.
8115
8116 2018-02-07 Simon Marchi <simon.marchi@ericsson.com>
8117
8118 * gdb.cp/m-static.exp: Check type of optimized out static
8119 member.
8120
8121 2018-02-03 Andrew Burgess <andrew.burgess@embecosm.com>
8122
8123 * config/sid.exp (gdb_target_sid): Remove use of cleanup.
8124 * config/sim.exp (gdb_target_sim): Remove use of cleanup.
8125
8126 2018-02-01 Simon Marchi <simon.marchi@polymtl.ca>
8127 Leszek Swirski <leszeks@google.com>
8128
8129 * gdb.python/py-prettyprint.c
8130 (struct to_string_returns_value_inner,
8131 struct to_string_returns_value_wrapper): New.
8132 (main): Add tsrvw variable.
8133 * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
8134 ToStringReturnsValueWrapper): New classes.
8135 (register_pretty_printers): Register new pretty-printers.
8136 * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
8137 recursive pretty printer.
8138 * gdb.python/py-mi.exp: Likewise.
8139
8140 2018-02-01 Leszek Swirski <leszeks@google.com>
8141
8142 * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
8143 functions with the same name as an include file are parsed
8144 correctly.
8145
8146 2018-02-01 Yao Qi <yao.qi@linaro.org>
8147
8148 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
8149 "\[^\r\n\]*".
8150
8151 2018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
8152
8153 * gdb.arch/powerpc-prologue-frame.s: New file.
8154 * gdb.arch/powerpc-prologue-frame.c: Likewise.
8155 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
8156
8157 2018-01-31 Joel Brobecker <brobecker@adacore.com>
8158
8159 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
8160
8161 2018-01-30 Pedro Alves <palves@redhat.com>
8162
8163 PR gdb/13211
8164 * gdb.base/interrupt-daemon.c: New.
8165 * gdb.base/interrupt-daemon.exp: New.
8166 * gdb.multi/multi-term-settings.c: New.
8167 * gdb.multi/multi-term-settings.exp: New.
8168
8169 2018-01-30 Joel Brobecker <brobecker@adacore.com>
8170
8171 * gdb.base/break.exp: Save the location where the breakpoint
8172 on break.c:47 was actually inserted when debugging the version
8173 compiled at -O2 and use it in the expected output of the "info
8174 break" test performed soon after.
8175
8176 2018-01-22 Pedro Alves <palves@redhat.com>
8177 Sergio Durigan Junior <sergiodj@redhat.com>
8178
8179 * gdb.base/whatis.exp: Add tests for 'set print object on' +
8180 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
8181
8182 2018-01-22 Joel Brobecker <brobecker@adacore.com>
8183
8184 * gdb.base/break-include.c, gdb.base/break-include.inc,
8185 gdb.base/break-include.exp: New files.
8186 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
8187 line number now being the actual line number where the breakpoint
8188 was inserted.
8189 * gdb.mi/mi-break.exp: Likewise.
8190 * gdb.mi/mi-reverse.exp: Likewise.
8191 * gdb.mi/mi-simplerun.exp: Ditto.
8192
8193 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
8194
8195 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
8196 varobj.
8197 * gdb.mi/mi-var-create-rtti.exp: Likewise.
8198
8199 2018-01-21 Don Breazeal <donb@codesourcery.com>
8200 Andrew Burgess <andrew.burgess@embecosm.com>
8201
8202 * gdb.mi/basics.c: Add new global.
8203 * gdb.mi/mi-frame-regs.exp: New file.
8204 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
8205 case.
8206
8207 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
8208
8209 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
8210 non-parameter, and on an unknown symbol.
8211
8212 2018-01-19 Tom Tromey <tom@tromey.com>
8213
8214 * gdb.rust/modules.rs (TWENTY_THREE): New global.
8215 * gdb.rust/modules.exp: Add ::-qualified lookup test.
8216
8217 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
8218
8219 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
8220 setrlimit and chdir to int.
8221
8222 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
8223
8224 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
8225 function.
8226 (my_tend): Likewise.
8227 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
8228 rationale of avoiding FP- and vector instructions.
8229
8230 2018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
8231
8232 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
8233 "info reg" with "\[ \t\]*".
8234 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
8235 "\[ \t\]+".
8236 * gdb.arch/s390-multiarch.exp: Ditto.
8237 * gdb.base/pc-fp.exp: Ditto.
8238 * gdb.reverse/i386-precsave.exp: Ditto.
8239 * gdb.reverse/i386-reverse.exp: Ditto.
8240 * gdb.reverse/i387-env-reverse.exp: Ditto.
8241 * gdb.reverse/i387-stack-reverse.exp: Ditto.
8242
8243 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
8244
8245 * lib/gdb.exp (gdb_compile): Re-enable use of
8246 universal_compile_options for languages other than Rust.
8247
8248 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
8249
8250 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
8251
8252 2018-01-17 Mike Gulick <mgulick@mathworks.com>
8253
8254 PR gdb/16577
8255 * gdb.base/solib-vanish.exp: New.
8256 * gdb.base/solib-vanish-main.c: New.
8257 * gdb.base/solib-vanish-lib1.c: New.
8258 * gdb.base/solib-vanish-lib2.c: New.
8259
8260 2018-01-17 Yao Qi <yao.qi@linaro.org>
8261
8262 * gdb.compile/compile.exp: Match the address printed for
8263 frame in the output of command "bt".
8264
8265 2018-01-15 Tom Tromey <tom@tromey.com>
8266
8267 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
8268 compute sp_reg.
8269
8270 2018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
8271
8272 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
8273 to prepare.
8274 (prepare): Return 0 on error, 1 on success.
8275
8276 2018-01-12 Pedro Alves <palves@redhat.com>
8277
8278 * gdb.base/continue-after-aborted-step-over.c: New.
8279 * gdb.base/continue-after-aborted-step-over.exp: New.
8280
8281 2018-01-11 Simon Marchi <simon.marchi@ericsson.com>
8282
8283 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
8284 options when not creating an executable.
8285
8286 2018-01-11 Pedro Alves <palves@redhat.com>
8287
8288 PR remote/22597
8289 * gdb.server/stop-reply-no-thread.c: New file.
8290 * gdb.server/stop-reply-no-thread.exp: New file.
8291
8292 2018-01-10 Pedro Alves <palves@redhat.com>
8293
8294 PR gdb/22670
8295 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
8296 functions too. Test setting breakpoints and printing C functions
8297 with no debug info too.
8298 * gdb.ada/bp_c_mixed_case/qux.c: New file.
8299
8300 2018-01-10 Pedro Alves <palves@redhat.com>
8301
8302 PR gdb/22670
8303 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
8304 a fail.
8305
8306 2018-01-10 Pedro Alves <palves@redhat.com>
8307
8308 PR gdb/22670
8309 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
8310
8311 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
8312
8313 * gdb.server/unittest.exp: Match the output in non-development
8314 mode.
8315
8316 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
8317
8318 * gdb.gdb/unittest.exp: Match output in non-development mode.
8319
8320 2018-01-08 Joel Brobecker <brobecker@adacore.com>
8321
8322 * gdb.ada/access_tagged_param.exp: Relax expected output
8323 for value of "ObjL" in "continue" to pck.inspect breakpoint
8324 test.
8325
8326 2018-01-08 Joel Brobecker <brobecker@adacore.com>
8327
8328 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
8329 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
8330
8331 2018-01-05 Pedro Alves <palves@redhat.com>
8332
8333 PR gdb/18653
8334 * gdb.base/libsegfault.exp: New.
8335
8336 2018-01-05 Joel Brobecker <brobecker@adacore.com>
8337
8338 PR gdb/22670
8339 * gdb.ada/access_tagged_param.exp: New file.
8340 * gdb.ada/access_tagged_param/foo.adb: New file.
8341
8342 2018-01-05 Pedro Alves <palves@redhat.com>
8343
8344 PR gdb/22670
8345 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
8346 exercise lower case too, and to exercise both full matching and
8347 wild matching.
8348
8349 2018-01-05 Joel Brobecker <brobecker@adacore.com>
8350
8351 * gdb.ada/rename_subscript_param: New testcase.
8352
8353 2018-01-05 Jerome Guitton <guitton@adacore.com>
8354
8355 * gdb.ada/arr_acc_idx_w_gap: New testcase.
8356
8357 2018-01-05 Joel Brobecker <brobecker@adacore.com>
8358
8359 * gdb.ada/convvar_comp: New testcase.
8360
8361 2018-01-05 Xavier Roirand <roirand@adacore.com>
8362
8363 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
8364 (My_Table): New global variable.
8365 * testsuite/gdb.ada/array_char_idx.exp: Add test.
8366
8367 2018-01-04 Joel Brobecker <brobecker@adacore.com>
8368
8369 PR gdb/22670
8370 * gdb.ada/maint_with_ada: New testcase.
8371
8372 2018-01-04 Joel Brobecker <brobecker@adacore.com>
8373
8374 PR gdb/22670
8375 * gdb.ada/bp_c_mixed_case: New testcase.
8376
8377 2018-01-04 Joel Brobecker <brobecker@adacore.com>
8378
8379 PR gdb/22670
8380 * gdb.ada/complete.exp: Add "complete break ada" test.
8381
8382 2018-01-04 Joel Brobecker <brobecker@adacore.com>
8383
8384 PR gdb/22670
8385 * gdb.ada/info_addr_mixed_case: New testcase.
8386
8387 2018-01-03 Xavier Roirand <roirand@adacore.com>
8388
8389 * gdb.ada/excep_handle.exp: New testcase.
8390 * gdb.ada/excep_handle/foo.adb: New file.
8391 * gdb.ada/excep_handle/pck.ads: New file.
8392
8393 2018-01-03 Joel Brobecker <brobecker@adacore.com>
8394
8395 * gdb.base/step-line.c: Add extra empty line in copyright header.
8396 * gdb.base/step-line.inp: Likewise.
8397
8398 2018-01-02 Joel Brobecker <brobecker@adacore.com>
8399
8400 * gdb.ada/dyn_stride.exp: Add slice test.
8401
8402 2018-01-02 Joel Brobecker <brobecker@adacore.com>
8403
8404 * gdb.ada/dyn_stride: New testcase.
8405
8406 2017-12-27 Stafford Horne <shorne@gmail.com>
8407
8408 * gdb.xml/extra-regs.xml: Add example foo reggroup.
8409 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
8410
8411 2017-12-27 Stafford Horne <shorne@gmail.com>
8412
8413 * gdb.base/reggroups.c: New file.
8414 * gdb.base/reggroups.exp: New file.
8415
8416 2017-12-18 Joel Brobecker <brobecker@adacore.com>
8417
8418 * gdb.dwarf2/ada-valprint-error.c: New file.
8419 * gdb.dwarf2/ada-valprint-error.exp: New file.
8420
8421 2017-12-18 Joel Brobecker <brobecker@adacore.com>
8422
8423 * gdb.ada/assign_arr: New testcase.
8424
8425 2017-12-18 Xavier Roirand <roirand@adacore.com>
8426
8427 * gdb.ada/funcall_ptr: New testcase.
8428
8429 2017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
8430
8431 PR cli/16224
8432 * gdb.base/ptype-offsets.cc: New file.
8433 * gdb.base/ptype-offsets.exp: New file.
8434
8435 2017-12-15 Yao Qi <yao.qi@linaro.org>
8436
8437 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
8438 if XML is disabled.
8439
8440 2017-12-15 Xavier Roirand <roirand@adacore.com>
8441
8442 * gdb.ada/same_component_name: New testcase.
8443
8444 2017-12-14 Joel Brobecker <brobecker@adacore.com>
8445
8446 * gdb.ada/str_binop_equal: New testcase.
8447
8448 2017-12-14 Joel Brobecker <brobecker@adacore.com>
8449
8450 * gdb.ada/task_switch_in_core: New testcase.
8451
8452 2017-12-13 Simon Marchi <simon.marchi@ericsson.com>
8453
8454 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
8455 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
8456 call test_bkpt_qualified.
8457 (test_bkpt_qualified): New proc.
8458
8459 2017-12-13 Pedro Alves <palves@redhat.com>
8460
8461 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
8462 Tighten regexp by matching with an anchor.
8463
8464 2017-12-13 Pedro Alves <palves@redhat.com>
8465
8466 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
8467 ("expression with namespace"): New set of tests.
8468 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
8469 (Nested::Test_NS::qux): New.
8470 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
8471 defaults to 'start_quote_char' and 'end_quote_char' parameters.
8472
8473 2017-12-13 Joel Brobecker <brobecker@adacore.com>
8474
8475 * gdb.base/server-del-break.c: New file.
8476 * gdb.base/server-del-break.exp: New file.
8477
8478 2017-12-12 Stafford Horne <shorne@gmail.com>
8479
8480 * gdb.xml/tdesc-regs.exp: Add or1k support.
8481
8482 2017-12-12 Stafford Horne <shorne@gmail.com>
8483
8484 * gdb.base/bp-permanent.c: Define nop of or1k.
8485
8486 2017-12-11 Joel Brobecker <brobecker@adacore.com>
8487
8488 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
8489 output with components being reordered.
8490
8491 2017-12-11 Joel Brobecker <brobecker@adacore.com>
8492
8493 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
8494 output with components being reordered.
8495
8496 2017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
8497 Pedro Alves <palves@redhat.com>
8498
8499 * gdb.base/maint.exp (check for .gdb_index): Check also for
8500 .debug_names.
8501 * gdb.dlang/watch-loc.c (.debug_aranges): New.
8502 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
8503 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
8504 (.gdb_index used after symbol reloading): Support also .debug_names.
8505 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
8506
8507 2017-12-08 Yao Qi <yao.qi@linaro.org>
8508
8509 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
8510 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
8511
8512 2017-12-08 Yao Qi <yao.qi@linaro.org>
8513
8514 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
8515 * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
8516
8517 2017-12-08 Yao Qi <yao.qi@linaro.org>
8518
8519 * gdb.arch/aarch64-tagged-pointer.c: New file.
8520 * gdb.arch/aarch64-tagged-pointer.exp: New file.
8521
8522 2017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
8523
8524 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
8525 "int".
8526
8527 2017-12-07 Keith Seitz <keiths@redhat.com>
8528
8529 PR breakpoints/22569
8530 * gdb.linespec/ls-errs.exp: Change expected result of "break
8531 -source this file has spaces.c -line 3".
8532 Check that an explicit source file followed by whitespace is
8533 identified as an invalid explicit location.
8534
8535 2017-12-07 Keith Seitz <keiths@redhat.com>
8536
8537 * gdb.cp/nested-types.cc: New file.
8538 * gdb.cp/nested-types.exp: New file.
8539 * lib/cp-support.exp: Load data-structures.exp library.
8540 (debug_cp_test_ptype_class): New global.
8541 (cp_ptype_class_verbose, next_line): New procedures.
8542 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
8543 Add and document new return value.
8544 Switch the list of lines to a queue.
8545 Add support for new `type' key for nested type definitions.
8546 Add debugging/troubleshooting messages.
8547 * lib/data-structures.exp: New file.
8548
8549 2017-12-07 Simon Marchi <simon.marchi@ericsson.com>
8550
8551 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
8552 with proc_with_prefix, don't use with_test_prefix.
8553
8554 2017-12-07 Tom Tromey <tom@tromey.com>
8555
8556 * gdb.base/break.exp: Add test for empty "commands".
8557
8558 2017-12-07 Yao Qi <yao.qi@linaro.org>
8559
8560 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
8561 malloc and catch syscall.
8562
8563 2017-12-07 Phil Muldoon <pmuldoon@redhat.com>
8564
8565 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
8566 tests for explicit locations.
8567
8568 2017-12-06 Pedro Alves <palves@redhat.com>
8569
8570 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
8571 force-disabling XML descriptions.
8572
8573 2017-12-04 Pedro Alves <palves@redhat.com>
8574
8575 PR gdb/22499
8576 * gdb.arch/amd64-disp-step-avx.S: New file.
8577 * gdb.arch/amd64-disp-step-avx.exp: New file.
8578
8579 2017-12-03 Pedro Alves <palves@redhat.com>
8580
8581 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
8582 and <string.h>.
8583 (parent_function): Print distinct messages when waitpid fails, or
8584 the child exits with a signal, or the child exits for an unhandled
8585 reason.
8586 * gdb.threads/process-dies-while-detaching.exp
8587 (detach_and_expect_exit): New 'inf_output_re' parameter and use
8588 it. Wait for both inferior output and GDB's prompt. Use an
8589 indirect spawn id list.
8590 (do_detach): New parameter 'child_exit'. Use it to compute
8591 expected inferior output.
8592 (test_detach, test_detach_watch, test_detach_killed_outside):
8593 Adjust to pass down the expected child exit kind.
8594
8595 2017-12-01 Joel Brobecker <brobecker@adacore.com>
8596 Sergio Durigan Junior <sergiodj@redhat.com>
8597 Pedro Alves <palves@redhat.com>
8598
8599 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
8600
8601 2017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
8602
8603 * gdb.base/relocate.exp: Add tests to guarantee that arguments
8604 to 'symbol-file' and 'add-symbol-file' can be
8605 position-independent.
8606
8607 2017-12-01 Yao Qi <yao.qi@linaro.org>
8608
8609 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
8610 the URL in copyright header.
8611 * gdb.arch/aarch64-fp.exp: Likewise.
8612 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
8613 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
8614 * gdb.base/expand-psymtabs.exp: Likewise.
8615 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
8616 * gdb.fortran/common-block.exp: Likewise.
8617 * gdb.fortran/common-block.f90: Likewise.
8618 * gdb.fortran/logical.exp: Likewise.
8619 * gdb.fortran/vla-datatypes.f90: Likewise.
8620 * gdb.fortran/vla-sub.f90: Likewise.
8621
8622 2017-11-30 Joel Brobecker <brobecker@adacore.com>
8623
8624 * gdb.ada/repeat_dyn: New testcase.
8625
8626 2017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
8627
8628 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
8629 Update for changed thread numbering.
8630 * gdb.cell/bt.exp: Update for changed GDB output.
8631
8632 2017-11-30 Simon Marchi <simon.marchi@ericsson.com>
8633
8634 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
8635 setting isremote by hand.
8636 * boards/dwarf4-gdb-index.exp: Likewise.
8637 * boards/fission.exp: Likewise.
8638 * boards/stabs.exp: Likewise.
8639
8640 2017-11-30 Pedro Alves <palves@redhat.com>
8641
8642 * gdb.linespec/cpls-ops.exp
8643 (check_explicit_skips_function_argument): Extract the underlying
8644 type of size_t instead of hardcoding it.
8645
8646 2017-11-29 Pedro Alves <palves@redhat.com>
8647
8648 PR c++/19436
8649 * gdb.linespec/cpls-abi-tag.cc: New file.
8650 * gdb.linespec/cpls-abi-tag.exp: New file.
8651
8652 2017-11-29 Pedro Alves <palves@redhat.com>
8653
8654 * gdb.base/langs.exp: Use -qualified.
8655 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
8656 it.
8657 * gdb.cp/namespace.exp: Use -qualified.
8658 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
8659 (overload-3, template-overload, template-ret-type, const-overload)
8660 (const-overload-quoted, anon-ns, ambiguous-prefix): New
8661 procedures.
8662 (test_driver): Call them.
8663 * gdb.cp/save-bp-qualified.cc: New.
8664 * gdb.cp/save-bp-qualified.exp: New.
8665 * gdb.linespec/explicit.exp: Test -qualified.
8666 * lib/completion-support.exp (completion::explicit_opts_list): Add
8667 "-qualified".
8668 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
8669
8670 2017-11-29 Phil Muldoon <pmuldoon@redhat.com>
8671
8672 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
8673
8674 2017-11-29 Tom Tromey <tom@tromey.com>
8675
8676 * gdb.base/relocate.exp: Update invalid argument test.
8677 Add new tests for invalid arguments.
8678
8679 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
8680
8681 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
8682 Return 0 as a long.
8683 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
8684
8685 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
8686
8687 * gdb.cp/breakpoint.cc (bar): Set return type to void.
8688 * gdb.cp/psymtab-parameter.cc (func): Likewise.
8689 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
8690 func ().
8691 * gdb.cp/shadow.cc (B.func): Return 0.
8692
8693 2017-11-27 Joel Brobecker <brobecker@adacore.com>
8694
8695 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
8696 expected output in gdb_expect call to allow the exception
8697 message to be present as well. Fix syntax confusion to avoid
8698 TCL thinking that exception_name is an array.
8699
8700 2017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
8701
8702 * gdb.arch/spu-info.c: Include <unistd.h>.
8703 (do_signal_test): Fix broken calls to write.
8704 * gdb.arch/spu-info.exp: Use prepare_for_testing.
8705 Fix checks for empty mailboxes. Update signal tests for corrected
8706 do_signal_test routine. Allow nonzero event status.
8707 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
8708 * gdb.cell/arch.exp: Use standard_output_file.
8709 * gdb.cell/break.exp: Likewise.
8710 * gdb.cell/bt.exp: Likewise.
8711 * gdb.cell/core.exp: Likewise.
8712 * gdb.cell/dwarfaddr.exp: Likewise.
8713 * gdb.cell/ea-cache.exp: Likewise.
8714 * gdb.cell/ea-standalone.exp: Likewise.
8715 * gdb.cell/f-regs.exp: Likewise.
8716 * gdb.cell/fork.exp: Likewise.
8717 * gdb.cell/gcore.exp: Likewise.
8718 * gdb.cell/mem-access.exp: Likewise.
8719 * gdb.cell/ptype.exp: Likewise.
8720 * gdb.cell/registers.exp: Likewise.
8721 * gdb.cell/sizeof.exp: Likewise.
8722 * gdb.cell/solib-symbol.exp: Likewise.
8723 * gdb.cell/solib.exp: Likewise.
8724
8725 2017-11-25 Pedro Alves <palves@redhat.com>
8726
8727 * gdb.base/complete-empty.exp: New file.
8728 * gdb.base/completion.exp: Adjust.
8729
8730 2017-11-25 Pedro Alves <palves@redhat.com>
8731
8732 * gdb.linespec/cpls-ops.cc: New file.
8733 * gdb.linespec/cpls-ops.exp: New file.
8734 * lib/completion-support.exp (test_complete_prefix_range_re): New,
8735 factored out from ...
8736 (test_complete_prefix_range): ... this.
8737
8738 2017-11-24 Pedro Alves <palves@redhat.com>
8739
8740 * gdb.linespec/cpcompletion.exp: New file.
8741 * gdb.linespec/cpls-hyphen.cc: New file.
8742 * gdb.linespec/cpls.cc: New file.
8743 * gdb.linespec/cpls2.cc: New file.
8744 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
8745 test to use test_gdb_complete_unique. Add label completion,
8746 keyword completion and explicit location completion tests.
8747 * lib/completion-support.exp: New file.
8748
8749 2017-11-24 Joel Brobecker <brobecker@adacore.com>
8750
8751 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
8752 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
8753 when hitting an exception catchpoint.
8754
8755 2017-11-22 Yao Qi <yao.qi@linaro.org>
8756
8757 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
8758
8759 2017-11-22 Simon Marchi <simon.marchi@ericsson.com>
8760
8761 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
8762 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
8763 * gdb.dwarf2/info-locals-optimized-out.c: New file.
8764
8765 2017-11-22 Yao Qi <yao.qi@linaro.org>
8766
8767 * gdb.base/info-os.exp: Pass pthreads.
8768 * gdb.multi/multi-attach.exp: Likewise.
8769
8770 2017-11-22 Yao Qi <yao.qi@linaro.org>
8771
8772 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
8773 compiler.
8774
8775 2017-11-22 Yao Qi <yao.qi@linaro.org>
8776
8777 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
8778 * gdb.base/break-interp.exp: Likewise.
8779 * gdb.base/jit-attach-pie.exp: Likewise.
8780
8781 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
8782
8783 * gdb.base/float128.c (large128): New variable.
8784 * gdb.base/float128.exp: Add test to print largest __float128 value.
8785
8786 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
8787
8788 * gdb.arch/vsx-regs.exp: Update register content checks.
8789
8790 2017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
8791
8792 * gdb.arch/ppc-longdouble.exp: New file.
8793 * gdb.arch/ppc-longdouble.c: Likewise.
8794
8795 2017-11-21 Pedro Alves <palves@redhat.com>
8796
8797 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
8798
8799 2017-11-20 Pedro Alves <palves@redhat.com>
8800
8801 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
8802 (long_double_typedef): New typedefs.
8803 Use DEF on double and long double.
8804 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
8805 cases.
8806 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
8807 and 'long_double_ptr_same_size' locals. Use them to decide
8808 whether cast from array/function to float is valid/invalid.
8809
8810 2017-11-17 Tom Tromey <tom@tromey.com>
8811
8812 * gdb.rust/traits.rs: New file.
8813 * gdb.rust/traits.exp: New file.
8814
8815 2017-11-17 Joel Brobecker <brobecker@adacore.com>
8816
8817 * gdb.ada/minsyms: New testcase.
8818
8819 2017-11-16 Pedro Alves <palves@redhat.com>
8820
8821 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
8822 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
8823
8824 2017-11-16 Pedro Alves <palves@redhat.com>
8825
8826 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
8827 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
8828
8829 2017-11-16 Pedro Alves <palves@redhat.com>
8830
8831 * gdb.server/reconnect-ctrl-c.c: New file.
8832 * gdb.server/reconnect-ctrl-c.exp: New file.
8833
8834 2017-11-16 Phil Muldoon <pmuldoon@redhat.com>
8835
8836 * gdb.python/py-rbreak.exp: New file.
8837 * gdb.python/py-rbreak.c: New file.
8838 * gdb.python/py-rbreak-func2.c: New file.
8839
8840 2017-11-16 Pedro Alves <palves@redhat.com>
8841
8842 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
8843 pattern.
8844 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
8845 GDB.
8846
8847 2017-11-15 Simon Marchi <simon.marchi@ericsson.com>
8848
8849 * gdb.tui/completionn.exp (test_tab_completion): Add space in
8850 regex.
8851
8852 2017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
8853
8854 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
8855 test names.
8856
8857 2017-11-09 Pedro Alves <palves@redhat.com>
8858
8859 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
8860 factored out from ...
8861 (top level): ... here, and adjusted to avoid expecting beyond the
8862 prompt in a single gdb_test_multiple.
8863
8864 2017-11-09 Pedro Alves <palves@redhat.com>
8865
8866 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
8867 output.
8868 * gdb.server/ext-attach.exp ("kill" test): Likewise.
8869 * gdb.server/ext-restart.exp ("kill" test): Likewise.
8870 * gdb.server/ext-run.exp ("kill" test): Likewise.
8871 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
8872
8873 2017-11-09 Pedro Alves <palves@redhat.com>
8874
8875 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
8876 match till end of line.
8877
8878 2017-11-09 Pedro Alves <palves@redhat.com>
8879
8880 * gdb.base/memattr.exp: Tighten regexes to match the end line.
8881
8882 2017-11-09 Pedro Alves <palves@redhat.com>
8883
8884 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
8885 New procedures, factored out from ...
8886 (top level): ... here, and adjusted to avoid expecting beyond the
8887 prompt in one go.
8888
8889 2017-11-09 Pedro Alves <palves@redhat.com>
8890
8891 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
8892 output. Fix '?' match.
8893
8894 2017-11-08 Joel Brobecker <brobecker@adacore.com>
8895
8896 * gdb.ada/scoped_watch: New testcase.
8897 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
8898 which is actually correct.
8899 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
8900 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
8901
8902 2017-11-08 Pedro Alves <palves@redhat.com>
8903
8904 * gdb.gdb/complaints.exp (test_initial_complaints)
8905 (test_serial_complaints, test_short_complaints): Call
8906 complaint_internal instead of complaint.
8907
8908 2017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
8909
8910 * gdb.threads/tls-core.c: New file.
8911 * gdb.threads/tls-core.exp: Likewise.
8912
8913 2017-11-08 Pedro Alves <palves@redhat.com>
8914
8915 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
8916 (p Exported_Capitalized): New test.
8917 (p exported_capitalized): New test.
8918
8919 2017-11-07 Pedro Alves <palves@redhat.com>
8920
8921 * gdb.cp/ena-dis-br-range.exp: Add more tests.
8922
8923 2017-11-07 Pedro Alves <palves@redhat.com>
8924
8925 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
8926 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
8927 (disable_invalid, disable_inverted, disable_negative): New
8928 procedures.
8929 ("bad numbers"): New set of tests.
8930
8931 2017-11-07 Pedro Alves <palves@redhat.com>
8932
8933 * gdb.cp/ena-dis-br-range.exp: Add tests.
8934
8935 2017-11-07 Pedro Alves <palves@redhat.com>
8936
8937 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
8938
8939 2017-11-07 Xavier Roirand <roirand@adacore.com>
8940 Pedro Alves <palves@redhat.com>
8941
8942 * gdb.base/ena-dis-br.exp: Add reference to
8943 gdb.cp/ena-dis-br-range.exp.
8944 * gdb.cp/ena-dis-br-range.exp: New file.
8945 * gdb.cp/ena-dis-br-range.cc: New file.
8946
8947 2017-11-06 Pedro Alves <palves@redhat.com>
8948
8949 * gdb.base/attach-non-pgrp-leader.c: New.
8950 * gdb.base/attach-non-pgrp-leader.exp: New.
8951
8952 2017-11-06 Pedro Alves <palves@redhat.com>
8953
8954 * configure.ac: No longer check for termio.h and sgtty.h.
8955 * configure: Regenerate.
8956 * remote-utils.c: Include termios.h instead of gdb_termios.h.
8957 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
8958 Remove termio and sgtty code.
8959
8960 2017-11-03 Yao Qi <yao.qi@linaro.org>
8961
8962 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
8963 in GDB is disabled.
8964
8965 2017-11-03 Yao Qi <yao.qi@linaro.org>
8966
8967 * gdb.python/py-thrhandle.exp: Skip it if python is not
8968 enabled.
8969
8970 2017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
8971
8972 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
8973 as a breakpoint command.
8974
8975 2017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
8976
8977 PR python/21213
8978 * gdb.python/py-infthread.exp: Test calling
8979 InferiorThread.inferior () multiple times in a row.
8980
8981 2017-10-27 Keith Seitz <keiths@redhat.com>
8982
8983 * gdb.opt/inline-break.exp (break_info_1): New procedure.
8984 Test "info break" for every inlined function breakpoint.
8985
8986 2017-10-27 Yao Qi <yao.qi@linaro.org>
8987
8988 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
8989
8990 2017-10-26 Patrick Frants <osscontribute@gmail.com>
8991
8992 * gdb.cp/classes.exp (test_static_members): Test printing
8993 Outer::instance.
8994 * gdb.cp/classes.c (struct Inner, struct Outer): New.
8995 (Inner::instance, Outer::instance): New.
8996
8997 2017-10-24 Pedro Alves <palves@redhat.com>
8998
8999 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
9000 extra console" test in two stages.
9001
9002 2017-10-24 Pedro Alves <palves@redhat.com>
9003
9004 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
9005
9006 2017-10-24 Pedro Alves <palves@redhat.com>
9007
9008 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
9009 loop.
9010
9011 2017-10-24 Pedro Alves <palves@redhat.com>
9012
9013 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
9014 $attempt" and "stoppedtry $stoppedtry" test prefixes.
9015
9016 2017-10-24 Pedro Alves <palves@redhat.com>
9017
9018 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
9019 parameter and handle it. Don't output read value in test name.
9020
9021 2017-10-24 Pedro Alves <palves@redhat.com>
9022
9023 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
9024 custom test name.
9025
9026 2017-10-24 Pedro Alves <palves@redhat.com>
9027
9028 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
9029 include the unstable output directory name in the test's name.
9030 (initial_setup_simple) <'set args'>: Use custom test name.
9031
9032 2017-10-24 Pedro Alves <palves@redhat.com>
9033
9034 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
9035 with explicit test name.
9036
9037 2017-10-20 Pedro Alves <palves@redhat.com>
9038
9039 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
9040 'wait -i'. Use gdb_assert and remote_close.
9041
9042 2017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
9043
9044 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
9045 number from variable rather than hard-coded.
9046
9047 2017-10-19 Pedro Alves <palves@redhat.com>
9048
9049 * gdb.base/long-inferior-output.c: New file.
9050 * gdb.base/long-inferior-output.exp: New file.
9051
9052 2017-11-18 Keith Seitz <keiths@redhat.com>
9053
9054 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
9055 method.
9056 (main): Call it.
9057 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
9058 Add additional user-defined conversion operator tests.
9059
9060 2017-10-17 Pedro Alves <palves@redhat.com>
9061
9062 * boards/native-stdio-gdbserver.exp: Load "local-board".
9063
9064 2017-10-17 Pedro Alves <palves@redhat.com>
9065
9066 * gdb.base/quit-live.c: New file.
9067 * gdb.base/quit-live.exp: New file.
9068
9069 2017-10-16 Keith Seitz <keiths@redhat.com>
9070
9071 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
9072 (class_with_protected_typedef, class_with_private_typedef)
9073 (struct_with_public_typedef, struct_with_protected_typedef)
9074 (struct_with_private_typedef): New classes/structs.
9075 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
9076 typedefs and access specifiers.
9077
9078 2017-10-16 Pedro Alves <palves@redhat.com>
9079 Simon Marchi <simon.marchi@polymtl.ca>
9080
9081 * README (Local vs Remote vs Native): New section.
9082 * boards/local-board.exp: New file, with bits factored out from
9083 ...
9084 * boards/native-extended-gdbserver.exp: ... here. Load
9085 "local-board".
9086 * boards/native-gdbserver.exp: Load "local-board".
9087 (${board}_spawn, ${board}_exec): Delete.
9088 * boards/native-stdio-gdbserver.exp: Most contents factored out to
9089 ...
9090 * boards/stdio-gdbserver-base.exp: ... this new file.
9091 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
9092 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
9093 procedure.
9094 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
9095 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
9096 stdio_gdbserver_command.
9097 (${board}_get_remote_address, ${board}_get_comm_port)
9098 (${board}_download, ${board}_upload): Delete.
9099 (get_target_remote_pipe_cmd): New.
9100
9101 2017-10-16 Simon Marchi <simon.marchi@ericsson.com>
9102
9103 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
9104 test_bkpt_deletion, test_bkpt_cond_and_cmds,
9105 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
9106 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
9107 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
9108 remove with_test_prefix.
9109
9110 2017-10-13 Pedro Alves <palves@redhat.com>
9111
9112 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
9113 * gdb.base/annota1.exp: Use it instead of is_remote.
9114 * gdb.base/annota3.exp: Use it instead of is_remote.
9115 * gdb.cp/annota2.exp: Use it instead of is_remote.
9116 * gdb.cp/annota3.exp: Use it instead of is_remote.
9117 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
9118
9119 2017-10-13 Pedro Alves <palves@redhat.com>
9120
9121 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
9122 (test_num_test_vars, run_and_count_vars, find_env)
9123 (test_set_unset_env, test_inherit_env_var): New procedures.
9124 (top level): Use them.
9125
9126 2017-10-13 Pedro Alves <palves@redhat.com>
9127
9128 * lib/selftest-support.exp (selftest_setup): Extend comments, and
9129 also skip on stub-like targets.
9130
9131 2017-10-13 Pedro Alves <palves@redhat.com>
9132
9133 PR gdb/22293
9134 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
9135 (top level): Move some tests to ...
9136 (test_not_found): ... this new procedure.
9137 (top level): Call it.
9138
9139 2017-10-13 Pedro Alves <palves@redhat.com>
9140
9141 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
9142 expect different "info terminal" output if testing with a
9143 non-native target.
9144
9145 2017-10-13 Pedro Alves <palves@redhat.com>
9146 Simon Marchi <simon.marchi@polymtl.ca>
9147
9148 PR python/12966
9149 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
9150
9151 2017-10-13 Pedro Alves <palves@redhat.com>
9152
9153 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
9154 already.
9155
9156 2017-10-13 Pedro Alves <palves@redhat.com>
9157
9158 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
9159 is_remote.
9160
9161 2017-10-13 Pedro Alves <palves@redhat.com>
9162
9163 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
9164 is_remote.
9165
9166 2017-10-13 Pedro Alves <palves@redhat.com>
9167
9168 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
9169 is set.
9170 (corefile_test_attach): Likewise. Check can_spawn_for_attach
9171 instead of is_remote.
9172
9173 2017-10-13 Pedro Alves <palves@redhat.com>
9174
9175 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
9176 (top level): Add comment.
9177
9178 2017-10-13 Pedro Alves <palves@redhat.com>
9179
9180 * gdb.base/remote.exp (top level): Fix comment typo and add
9181 missing return.
9182
9183 2017-10-13 Pedro Alves <palves@redhat.com>
9184 Simon Marchi <simon.marchi@polymtl.ca>
9185
9186 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
9187 calls and add comments. Skip test if use_gdb_stub is set.
9188 (top level): Use "set cwd" command instead of "cd" command.
9189
9190 2017-10-13 Pedro Alves <palves@redhat.com>
9191
9192 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
9193 is_remote target check.
9194
9195 2017-10-13 Pedro Alves <palves@redhat.com>
9196
9197 * gdb.base/scope.exp: Use build_executable + clean_restart +
9198 gdb_file_cmd instead of prepare_for_testing and no longer skip
9199 "before run" tests on is_remote target boards. Update comments.
9200 * boards/native-extended-gdbserver.exp
9201 (extended_gdbserver_load_last_file): New, factored out from ...
9202 (gdb_load): ... this. Move further below and add comment.
9203 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
9204
9205 2017-10-12 Pedro Alves <palves@redhat.com>
9206
9207 * gdb.base/attach.exp: Remove references to gdb64.
9208 * gdb.base/dbx.exp: Remove references to gdb64.
9209
9210 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
9211 Pedro Alves <palves@redhat.com>
9212
9213 * gdb.base/label.exp: Remove is_remote target check.
9214
9215 2017-10-12 Pedro Alves <palves@redhat.com>
9216
9217 * gdb.base/auvx.exp (coredir): Update comment.
9218 (top level) <core_works>: Use "set cwd" command instead of "cd"
9219 command.
9220
9221 2017-10-12 Pedro Alves <palves@redhat.com>
9222 Simon Marchi <simon.marchi@polymtl.ca>
9223
9224 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
9225 target boards.
9226
9227 2017-10-12 Pedro Alves <palves@redhat.com>
9228 Simon Marchi <simon.marchi@polymtl.ca>
9229
9230 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
9231 Instead skip if there's any gdb_protocol set.
9232
9233 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
9234 Pedro Alves <palves@redhat.com>
9235
9236 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
9237
9238 2017-10-12 Pedro Alves <palves@redhat.com>
9239 Simon Marchi <simon.marchi@polymtl.ca>
9240
9241 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
9242 instead of on dejagnu remote boards.
9243
9244 2017-10-12 Pedro Alves <palves@redhat.com>
9245 Simon Marchi <simon.marchi@polymtl.ca>
9246
9247 * gdb.base/inferior-died.exp: Remove is_remote and isnative
9248 checks. Use build_executable + clean_restart instead of
9249 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
9250 of enabling non-stop after starting gdb.
9251
9252 2017-10-12 Pedro Alves <palves@redhat.com>
9253
9254 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
9255 * gdb.threads/non-ldr-exc-2.exp: Ditto.
9256 * gdb.threads/non-ldr-exc-3.exp: Ditto.
9257 * gdb.threads/non-ldr-exc-4.exp: Ditto.
9258
9259 2017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
9260
9261 * gdb.arch/arc-tdesc-cpu.exp: New file.
9262 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
9263
9264 2017-10-10 Simon Marchi <simon.marchi@ericsson.com>
9265
9266 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
9267
9268 2017-10-10 Pedro Alves <palves@redhat.com>
9269
9270 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
9271 expect CLI output.
9272
9273 2017-10-10 Pedro Alves <palves@redhat.com>
9274
9275 * lib/selftest-support.exp (selftest_setup): Update for
9276 captured_command_loop's prototype change.
9277
9278 2017-10-09 Pedro Alves <palves@redhat.com>
9279
9280 Test both arch1=>arch2 and arch2=>arch1.
9281
9282 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
9283 (srcfile2, binfile2, march1, march2): Remove globals. Largely
9284 factored out to...
9285 (append_arch1_options, append_arch2_options, append_arch_options)
9286 (build_executables): New procedures.
9287 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
9288 local.
9289 (top level): Add new 'first_arch' testing axis.
9290
9291 2017-10-09 Pedro Alves <palves@redhat.com>
9292
9293 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
9294 (barrier): New.
9295 (thread_start, all_started): New functions.
9296 (main): Spawn new thread and wait until it is scheduled.
9297 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
9298 option.
9299 (do_test): Add 'selected_thread' parameter. Run to all_started
9300 instead of main. Explicitly set the breakpoint at main. Switch
9301 to the SELECTED_THREAD thread.
9302 (top level): Test handling the exec event with either the main
9303 thread or the second thread selected.
9304
9305 2017-10-09 Pedro Alves <palves@redhat.com>
9306
9307 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
9308 logic. Move STOP marker after the value checks.
9309 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
9310 regexp.
9311
9312 2017-10-06 Sandra Loosemore <sandra@codesourcery.com>
9313
9314 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
9315
9316 2017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
9317
9318 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
9319 integer-to-dfp conversion.
9320 * gdb.base/dfp-test.exp: Likewise.
9321
9322 2017-10-04 Pedro Alves <palves@redhat.com>
9323
9324 * gdb.multi/hangout.c: Include <unistd.h>.
9325 (hangout_loop): New function.
9326 (main): Call alarm. Call hangout_loop in a loop.
9327 * gdb.multi/hello.c: Include <unistd.h>.
9328 (hello_loop): New function.
9329 (main): Call alarm. Call hangout_loop in a loop.
9330 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
9331 inferior with the other selected.
9332
9333 2017-10-04 Simon Marchi <simon.marchi@ericsson.com>
9334
9335 * gdb.mi/list-thread-groups-available.exp: New file.
9336 * gdb.mi/list-thread-groups-available.c: New file.
9337
9338 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
9339
9340 * gdb.base/set-cwd.exp: Make it available on
9341 native-extended-gdbserver.
9342
9343 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
9344
9345 * gdb.base/set-cwd.c: New file.
9346 * gdb.base/set-cwd.exp: Likewise.
9347
9348 2017-10-02 Tom Tromey <tom@tromey.com>
9349
9350 PR rust/22236:
9351 * gdb.rust/simple.rs (main): New variable "fslice".
9352 * gdb.rust/simple.exp: Add slice tests. Update string tests.
9353
9354 2017-10-02 Tom Tromey <tom@tromey.com>
9355
9356 * gdb.rust/simple.exp: Test ptype of a slice.
9357
9358 2017-10-02 Tom Tromey <tom@tromey.com>
9359
9360 * gdb.rust/simple.exp: Test index of slice.
9361
9362 2017-09-27 Tom Tromey <tom@tromey.com>
9363
9364 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
9365
9366 2017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
9367 Pedro Alves <palves@redhat.com>
9368
9369 * gdb.base/compare-sections.exp (get value of read-only section): Read
9370 as unsigned value.
9371 (corrupt read-only section): Likewise and don't set written if patching
9372 failed.
9373
9374 2017-09-21 Kevin Buettner <kevinb@redhat.com>
9375
9376 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
9377 files.
9378
9379 2017-09-20 Pedro Alves <palves@redhat.com>
9380
9381 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
9382 symbol names in gdb's output.
9383 * gdb.cp/overload.exp ("list all overloads"): Likewise.
9384
9385 2017-09-20 Pedro Alves <palves@redhat.com>
9386
9387 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
9388 Rename to ...
9389 (test_list_ambiguous_symbol): ... this and add a symbol name
9390 parameter. Adjust.
9391 (test_list_ambiguous_function): Reimplement on top of
9392 test_list_ambiguous_symbol and also test listing ambiguous
9393 variables.
9394 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
9395 (ambiguous_fun): ... this.
9396 (ambiguous_var): New.
9397 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
9398 (ambiguous_fun): ... this.
9399 (ambiguous_var): New.
9400
9401 2017-09-19 John Baldwin <jhb@FreeBSD.org>
9402
9403 * gdb.base/starti.c: New file.
9404 * gdb.base/starti.exp: New file.
9405 * lib/gdb.exp (gdb_starti_cmd): New procedure.
9406
9407 2017-09-14 Pedro Alves <palves@redhat.com>
9408
9409 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
9410 (top level): Use it instead of runto.
9411
9412 2017-09-11 Tom Tromey <tom@tromey.com>
9413
9414 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
9415
9416 2017-09-11 Tom Tromey <tom@tromey.com>
9417
9418 * gdb.python/py-infthread.exp: Add tests for new_thread event.
9419 * gdb.python/py-inferior.exp: Add tests for new inferior events.
9420
9421 2017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
9422
9423 * gdb.fortran/printing-types.exp: New file.
9424 * gdb.fortran/printing-types.exp: New file.
9425
9426 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
9427
9428 * gdb.fortran/vla-ptype.exp: Fix typos.
9429 * gdb.fortran/vla-value.exp: Same.
9430
9431 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
9432
9433 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
9434 * gdb.mi/mi-var-child-f.exp: Likewise.
9435 * gdb.mi/mi-vla-fortran.exp: Likewise.
9436
9437 2017-09-08 Frank Penczek <frank.penczek@intel.com>
9438 Christoph Weinmann <christoph.t.weinmann@intel.com>
9439 Bernhard Heckel <bernhard.heckel@intel.com>
9440
9441 * gdb.fortran/ptr-indentation.f90: New file.
9442 * gdb.fortran/ptr-indentation.exp: New file.
9443
9444 2017-09-05 Tom Tromey <tom@tromey.com>
9445
9446 PR gdb/22010:
9447 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
9448
9449 2017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
9450
9451 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
9452
9453 2017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
9454
9455 * gdb.threads/tls-nodebug-pie.c: New file.
9456 * gdb.threads/tls-nodebug-pie.exp: New file.
9457
9458 2017-09-05 Tom Tromey <tom@tromey.com>
9459
9460 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
9461 for rust.
9462
9463 2017-09-05 Simon Marchi <simon.marchi@ericsson.com>
9464
9465 * gdb.multi/multi-arch-exec.exp: Test with different
9466 "follow-exec-mode" settings.
9467 (do_test): New procedure.
9468
9469 2017-09-04 Pedro Alves <palves@redhat.com>
9470
9471 * gdb.base/func-static.c (S::method const, S::method volatile)
9472 (S::method volatile const): New methods.
9473 (c_s, v_s, cv_s): New instances.
9474 (main): Call method() on them.
9475 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
9476 (cannot_resolve): New procedure.
9477 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
9478 print-quote-unquoted columns.
9479 (do_test): Test printing each scope too.
9480
9481 2017-09-04 Pedro Alves <palves@redhat.com>
9482
9483 * gdb.base/local-static.exp: Also test with
9484 class::method::variable wholly quoted.
9485 * gdb.cp/m-static.exp (class::method::variable): Remove test.
9486
9487 2017-09-04 Pedro Alves <palves@redhat.com>
9488
9489 * gdb.base/local-static.c: New.
9490 * gdb.base/local-static.cc: New.
9491 * gdb.base/local-static.exp: New.
9492
9493 2017-09-04 Pedro Alves <palves@redhat.com>
9494
9495 * gdb.asm/asm-source.exp: Add casts to int.
9496 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
9497 (dataglobal64_1, dataglobal64_2): New globals.
9498 * gdb.base/nodebug.exp: Test different expressions involving the
9499 new globals, with print, whatis and ptype. Add casts to int.
9500 * gdb.base/solib-display.exp: Add casts to int.
9501 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
9502 * gdb.cp/m-static.exp: Add cast to int.
9503 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
9504 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
9505 tls variable with no debug info without a cast. Test with a cast
9506 to int too.
9507 * gdb.trace/entry-values.exp: Add casts.
9508
9509 2017-09-04 Pedro Alves <palves@redhat.com>
9510
9511 * gdb.base/nodebug.exp: Test that ptype's error about functions
9512 with unknown return type includes the function name too.
9513
9514 2017-09-04 Pedro Alves <palves@redhat.com>
9515
9516 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
9517 return type of munmap in infcall.
9518 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
9519 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
9520 type of ftell in infcall.
9521 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
9522 type of getpid in infcall.
9523 * gdb.base/infcall-exec.exp: Cast return type of execlp in
9524 infcall.
9525 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
9526 Bail on failure to extract the pid.
9527 * gdb.base/nodebug.c: #include <stdint.h>.
9528 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
9529 New functions.
9530 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
9531 Change expected output of print/whatis/ptype with functions with
9532 no debug info. Test all supported languages. Call
9533 test_call_promotion.
9534 * gdb.compile/compile.exp: Adjust expected output to expect
9535 warning.
9536 * gdb.threads/siginfo-threads.exp: Likewise.
9537
9538 2017-09-04 Pedro Alves <palves@redhat.com>
9539
9540 * gdb.base/callfuncs.exp (do_function_calls): New parameter
9541 "prototypes". Test calling float functions via prototyped and
9542 unprototyped function pointers.
9543 (perform_all_tests): New parameter "prototypes". Pass it down.
9544 (top level): Pass down "prototypes" parameter to
9545 perform_all_tests.
9546
9547 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
9548
9549 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
9550 Test with nested loops.
9551
9552 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
9553
9554 * gdb.base/commands.exp: Call the new procedures.
9555 (loop_break_test, loop_continue_test): New procedures.
9556
9557 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
9558
9559 * gdb.base/commands.exp: Call new procedure.
9560 (define_if_without_arg_test): New procedure.
9561
9562 2017-09-04 Pedro Alves <palves@redhat.com>
9563
9564 * gdb.base/list-ambiguous.exp: New file.
9565 * gdb.base/list-ambiguous0.c: New file.
9566 * gdb.base/list-ambiguous1.c: New file.
9567 * gdb.base/list.exp (test_list_range): Adjust expected output.
9568
9569 2017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
9570
9571 * gdb.base/share-env-with-gdbserver.c: New file.
9572 * gdb.base/share-env-with-gdbserver.exp: Likewise.
9573
9574 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
9575
9576 * gdb.base/commands.exp (gdbvar_simple_if_test,
9577 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
9578 progvar_simple_if_test, progvar_simple_while_test,
9579 progvar_complex_if_while_test, user_defined_command_test,
9580 user_defined_command_args_eval,
9581 user_defined_command_args_stack_test,
9582 user_defined_command_manyargs_test, bp_deleted_in_command_test,
9583 temporary_breakpoint_commands,
9584 gdb_test_no_prompt, redefine_hook_test,
9585 redefine_backtrace_test): Remove "global gdb_prompt".
9586
9587 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
9588
9589 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
9590 New proc, call it from toplevel.
9591
9592 2017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
9593
9594 PR remote/21852
9595 * gdb.server/normal.c: New file, copied from gdb.base.
9596 * gdb.server/run-without-local-binary.exp: New file.
9597
9598 2017-08-07 Weimin Pan <weimin.pan@oracle.com>
9599
9600 * gdb.arch/sparc64-adi.exp: New file.
9601 * gdb.arch/sparc64-adi.c: New file.
9602
9603 2017-08-22 Pedro Alves <palves@redhat.com>
9604
9605 * gdb.cp/overload.exp (line_range_pattern): New procedure.
9606 (top level): Add "list all overloads" tests.
9607
9608 2017-08-22 Tom Tromey <tom@tromey.com>
9609
9610 * gdb.gdb/xfullpath.exp: Remove.
9611
9612 2017-08-21 Pedro Alves <palves@redhat.com>
9613
9614 PR gdb/19487
9615 * gdb.base/symbol-alias.c: New.
9616 * gdb.base/symbol-alias2.c: New.
9617 * gdb.base/symbol-alias.exp: New.
9618
9619 2017-08-21 Pedro Alves <palves@redhat.com>
9620
9621 * gdb.base/dfp-test.c
9622 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
9623 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
9624 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
9625 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
9626 * gdb.base/whatis-ptype-typedefs.c: New.
9627 * gdb.base/whatis-ptype-typedefs.exp: New.
9628 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
9629 (an_int, an_int_type, an_int_type2): New globals.
9630 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
9631 involving typedefs and cast expressions.
9632 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
9633 (lookup_typedefs_function): New.
9634 (typedefs_pretty_printers_dict): New.
9635 (top level): Register lookup_typedefs_function in
9636 gdb.pretty_printers.
9637
9638 2017-08-18 Yao Qi <yao.qi@linaro.org>
9639
9640 * gdb.server/unittest.exp: New.
9641
9642 2017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
9643
9644 PR gdb/21954
9645 * gdb.base/environ.exp: Add test to check if 'unset environment'
9646 works.
9647
9648 2017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
9649
9650 * lib/gdb.exp (universal_compile_options): New caching proc.
9651 (gdb_compile): Suppress GCC's coloring of messages.
9652
9653 2017-08-14 Tom Tromey <tom@tromey.com>
9654
9655 PR gdb/21675:
9656 * gdb.base/printcmds.exp (test_radices): New function.
9657 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
9658 * gdb.base/sizeof.exp (check_valueof): Use p/d.
9659 * lib/gdb.exp (get_integer_valueof): Use p/d.
9660
9661 2017-08-12 Simon Marchi <simon.marchi@ericsson.com>
9662
9663 * lib/gdb.exp (get_valueof): Don't capture end-of-line
9664 characters.
9665
9666 2017-08-05 Tom Tromey <tom@tromey.com>
9667
9668 * gdb.rust/simple.exp: Allow String to appear in a different
9669 namespace.
9670
9671 2017-07-26 Yao Qi <yao.qi@linaro.org>
9672
9673 * gdb.gdb/unittest.exp: Invoke command
9674 "maintenance check xml-descriptions".
9675
9676 2017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
9677
9678 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
9679 calling context.
9680 (hex128): Drop erroneous calculation of parameters.
9681
9682 2017-07-22 Simon Marchi <simon.marchi@ericsson.com>
9683
9684 * gdb.python/py-unwind.exp: Disable stack protection when
9685 building test file.
9686
9687 2017-07-20 Pedro Alves <palves@redhat.com>
9688
9689 * gdb.base/default.exp (set language): Adjust expected output.
9690
9691 2017-07-20 Pedro Alves <palves@redhat.com>
9692
9693 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
9694 (test_minsym): ... this, and make static.
9695 (get_pck__foo__bar__minsym): Rename to ...
9696 (get_test_minsym): ... this.
9697 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
9698 symbol names and comments.
9699 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
9700 (get_test_minsym): ... this.
9701 (pck__foo__bar__minsym__2): Rename to ...
9702 (test_minsym): ... this.
9703 (main): Adjust.
9704
9705 2017-07-17 Pedro Alves <palves@redhat.com>
9706
9707 * gdb.base/completion.exp: Adjust expected output.
9708 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
9709 the completer works.
9710
9711 2017-07-17 Pedro Alves <palves@redhat.com>
9712
9713 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
9714
9715 2017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
9716
9717 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
9718
9719 2017-07-14 Tom Tromey <tom@tromey.com>
9720
9721 PR rust/21764:
9722 * gdb.rust/simple.exp: Add tests.
9723
9724 2017-07-14 Tom Tromey <tom@tromey.com>
9725
9726 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
9727
9728 2017-07-14 Pedro Alves <palves@redhat.com>
9729
9730 * gdb.linespec/base/one/thefile.cc (z1): New function.
9731 * gdb.linespec/base/two/thefile.cc (z2): New function.
9732 * gdb.linespec/linespec.exp: Add tests.
9733
9734 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
9735
9736 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
9737 to mi_create_breakpoint.
9738
9739 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
9740
9741 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
9742 mi_create_breakpoint.
9743
9744 2017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
9745
9746 * gdb.dlang/demangle.exp: Update for demangling changes.
9747
9748 2017-07-09 Tom Tromey <tom@tromey.com>
9749
9750 * gdb.dwarf2/shortpiece.exp: New file.
9751
9752 2017-07-06 David Blaikie <dblaikie@gmail.com>
9753
9754 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
9755 built from fissiont-multi-cu{1,2}.c.
9756 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
9757 except putting 'main' and 'func' in separate CUs in the same DWO file.
9758 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
9759 test.
9760 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
9761 test.
9762
9763 2017-07-06 Pedro Alves <palves@redhat.com>
9764
9765 * gdb.python/py-unwind.exp: Test flushregs.
9766
9767 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
9768
9769 PR cli/21688
9770 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
9771 tests for alias commands and trailing whitespace.
9772
9773 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
9774
9775 PR cli/21688
9776 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
9777 procedure. Call it.
9778
9779 2017-06-29 Pedro Alves <palves@redhat.com>
9780
9781 * gdb.base/printcmds.exp: Add tests.
9782
9783 2017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
9784
9785 PR gdb/21337
9786 * gdb.base/reread-readsym.exp: New file.
9787 * gdb.base/reread-readsym.c: New file.
9788
9789 2017-06-21 Kevin Buettner <kevinb@redhat.com>
9790
9791 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
9792 subpattern.
9793
9794 2017-06-19 Peter Bergner <bergner@vnet.ibm.com>
9795
9796 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
9797 extended mnemonic.
9798 * gdb.arch/powerpc-power9.s: Likewise.
9799
9800 2017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
9801
9802 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
9803 on 32-bit x86 targets. Exploit is_*_target macros where
9804 appropriate.
9805
9806 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9807
9808 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
9809 register pieces.
9810
9811 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9812
9813 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
9814 located in one or more DWARF pieces.
9815
9816 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9817
9818 * lib/gdb.exp (get_endianness): New proc.
9819 * gdb.arch/aarch64-fp.exp: Use it.
9820 * gdb.arch/altivec-regs.exp: Likewise.
9821 * gdb.arch/e500-regs.exp: Likewise.
9822 * gdb.arch/vsx-regs.exp: Likewise.
9823 * gdb.base/dump.exp: Likewise.
9824 * gdb.base/funcargs.exp: Likewise.
9825 * gdb.base/gnu_vector.exp: Likewise.
9826 * gdb.dwarf2/formdata16.exp: Likewise.
9827 * gdb.dwarf2/implptrpiece.exp: Likewise.
9828 * gdb.dwarf2/nonvar-access.exp: Likewise.
9829 * gdb.python/py-inferior.exp: Likewise.
9830 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
9831
9832 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9833
9834 PR gdb/21226
9835 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
9836 stack value pieces are taken from the LSB end.
9837
9838 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9839
9840 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
9841 variable at nonzero offset.
9842
9843 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9844
9845 * gdb.dwarf2/var-access.c: New file.
9846 * gdb.dwarf2/var-access.exp: New test.
9847 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
9848
9849 2017-06-12 Tom Tromey <tom@tromey.com>
9850
9851 * gdb.dwarf2/formdata16.exp: Add tests.
9852
9853 2017-06-12 Tom Tromey <tom@tromey.com>
9854
9855 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
9856
9857 2017-06-12 Tom Tromey <tom@tromey.com>
9858
9859 PR exp/16225:
9860 * gdb.reverse/i386-sse-reverse.exp: Update tests.
9861 * gdb.arch/vsx-regs.exp: Update tests.
9862 * gdb.arch/s390-vregs.exp (hex128): New proc.
9863 Update test.
9864 * gdb.arch/altivec-regs.exp: Update tests.
9865
9866 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
9867
9868 * gdb.base/startup-with-shell.c: New file.
9869 * gdb.base/startup-with-shell.exp: Likewise.
9870
9871 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
9872
9873 * gdb.server/non-existing-program.exp: Update regex in order to
9874 reflect the fact that gdbserver is now using fork_inferior (with a
9875 shell) to startup the inferior.
9876
9877 2017-05-30 Simon Marchi <simon.marchi@ericsson.com>
9878
9879 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
9880 support function calls from GDB.
9881
9882 2017-05-21 Tom Tromey <tom@tromey.com>
9883
9884 PR rust/21466:
9885 * gdb.rust/unsized.exp: New file.
9886 * gdb.rust/unsized.rs: New file.
9887
9888 2017-05-19 Tom Tromey <tom@tromey.com>
9889
9890 PR rust/21484:
9891 * gdb.rust/watch.exp: New file.
9892 * gdb.rust/watch.rs: New file.
9893
9894 2017-05-18 Tom Tromey <tom@tromey.com>
9895
9896 * gdb.rust/simple.exp: Allow Box to be qualified.
9897
9898 2017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
9899
9900 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
9901
9902 2017-05-18 Pedro Alves <palves@redhat.com>
9903
9904 * gdb.base/fileio.c (test_write, test_read, test_close)
9905 (test_fstat): Don't print 'ret' in the fail path.
9906
9907 2017-05-18 Pedro Alves <palves@redhat.com>
9908
9909 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
9910 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
9911 (test_system, test_rename, test_unlink, test_time): Change
9912 prototypes.
9913 * gdb.base/fileio.exp (stop_msg): Adjust.
9914
9915 2017-05-18 Pedro Alves <palves@redhat.com>
9916
9917 * gdb.base/fileio.c (null_str): New global.
9918 (test_stat): Use it.
9919 * gdb.base/fileio.exp: Remove nowarnings.
9920
9921 2017-05-17 Yao Qi <yao.qi@linaro.org>
9922
9923 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
9924
9925 2017-05-17 Simon Marchi <simon.marchi@ericsson.com>
9926
9927 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
9928 argument command.
9929 (top-level): Invoke test_set_inferior_tty.
9930
9931 2017-05-04 Pedro Alves <palves@redhat.com>
9932
9933 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
9934 Add parens to print call for Python 3.
9935
9936 2017-05-03 Keith Seitz <keiths@redhat.com>
9937
9938 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
9939 (main): Call it.
9940
9941 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
9942
9943 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
9944 to prev and next.
9945
9946 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
9947
9948 * gdb.python/py-record-btrace.exp: Remove test for
9949 gdb.BtraceInstruction.error.
9950
9951 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
9952
9953 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
9954
9955 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
9956
9957 * gdb.python/py-record-btrace-threads.c: New file.
9958 * gdb.python/py-record-btrace-threads.exp: New file.
9959
9960 2017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
9961
9962 PR testsuite/8595
9963 * gdb.base/environ.exp: Make test available in all architectures.
9964 Move bits related to "info program" testing to
9965 gdb.base/info-program.exp. Rewrite tests to use the two new
9966 procedures mentione below.
9967 (test_set_show_env_var) New procedure.
9968 (test_set_show_env_var_equal): Likewise.
9969 * gdb.base/info-program.exp: New file.
9970
9971 2017-04-27 Keith Seitz <keiths@redhat.com>
9972
9973 * gdb.cp/oranking.cc (test15): New function.
9974 (main): Call test15 and declare additional variables for testing.
9975 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
9976 "p foo101('abc')" tests.
9977 Add tests for cv qualifier overloads.
9978 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
9979 "lvalue reference overload" test.
9980 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
9981 "print value of f1 on Child&& in f2" test.
9982
9983 2017-04-19 Pedro Alves <palves@redhat.com>
9984
9985 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
9986 procedure.
9987 (top level): Call it.
9988 * lib/gdb.exp (gdb_define_cmd): New procedure.
9989
9990 2017-04-12 Pedro Alves <palves@redhat.com>
9991
9992 PR gdb/21323
9993 * gdb.cp/wide_char_types.c: Include <wchar.h>.
9994 (wchar): New global.
9995 * gdb.cp/wide_char_types.exp (wide_char_types_program)
9996 (do_test_wide_char, wide_char_types_no_program, top level): Add
9997 wchar_t testing.
9998
9999 2017-04-12 Pedro Alves <palves@redhat.com>
10000
10001 PR c++/21323
10002 * gdb.cp/wide_char_types.c: New file.
10003 * gdb.cp/wide_char_types.exp: New file.
10004
10005 2017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
10006
10007 PR gdb/21352
10008 * gdb.trace/tsv.exp: Add test for "tsave -r".
10009
10010 2017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
10011
10012 * gdb.dlang/watch-loc.c: New file.
10013 * gdb.dlang/watch-loc.exp: New file.
10014
10015 2017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
10016
10017 * gdb.python/py-section-script.exp (sepdebug): New testcases.
10018
10019 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
10020
10021 * gdb.arch/arc-analyze-prologue.S: New file.
10022 * gdb.arch/arc-analyze-prologue.exp: Likewise.
10023
10024 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
10025
10026 * gdb.arch/arc-decode-insn.S: New file.
10027 * gdb.arch/arc-decode-insn.exp: Likewise.
10028
10029 2017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
10030
10031 PR tdep/20928
10032 * gdb.arch/sparc64-regs.exp: New file.
10033 * gdb.arch/sparc64-regs.S: Likewise.
10034
10035 2017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
10036
10037 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
10038 and memory view on Python 3.
10039
10040 2017-03-20 Artemiy Volkov <artemiyv@acm.org>
10041 Keith Seitz <keiths@redhat.com>
10042
10043 PR gdb/14441
10044 * gdb.cp/demangle.exp: Add rvalue reference tests.
10045 * gdb.cp/rvalue-ref-casts.cc: New file.
10046 * gdb.cp/rvalue-ref-casts.exp: New file.
10047 * gdb.cp/rvalue-ref-overload.cc: New file.
10048 * gdb.cp/rvalue-ref-overload.exp: New file.
10049 * gdb.cp/rvalue-ref-params.cc: New file.
10050 * gdb.cp/rvalue-ref-params.exp: New file.
10051 * gdb.cp/rvalue-ref-sizeof.cc: New file.
10052 * gdb.cp/rvalue-ref-sizeof.exp: New file.
10053 * gdb.cp/rvalue-ref-types.cc: New file.
10054 * gdb.cp/rvalue-ref-types.exp: New file.
10055 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
10056 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
10057
10058 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
10059
10060 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
10061 New procedure.
10062
10063 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
10064
10065 * lib/mi-support.exp (mi_gdb_test): Add additional message
10066 for unexpected output.
10067
10068 2017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
10069
10070 * gdb.base/examine-backward.c (Barrier): New character array
10071 constant, to ensure that TestStrings is preceded by a string
10072 terminator.
10073
10074 2017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
10075
10076 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
10077 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
10078 and implicit pointer into such a location.
10079
10080 2017-03-16 Doug Evans <dje@google.com>
10081
10082 * gdb.python/py-lazy-string (pointer): Really add new typedef.
10083
10084 2017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
10085
10086 * gdb.cp/m-static.exp: Fix expectation for prototype of
10087 test5.single_constructor and single_constructor::single_constructor.
10088
10089 2017-03-16 Doug Evans <dje@google.com>
10090
10091 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
10092 * gdb.guile/scm-lazy-string.c: New file.
10093 * gdb.guile/scm-value.exp: Move lazy string tests to ...
10094 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
10095 for pointer, array, typedef lazy strings.
10096
10097 2017-03-16 Doug Evans <dje@google.com>
10098
10099 PR python/17728, python/18439, python/18779
10100 * gdb.python/py-value.c (main) Delete locals sptr, sn.
10101 * gdb.python/py-lazy-string.c (pointer): New typedef.
10102 (main): New locals ptr, array, typedef_ptr.
10103 * gdb.python/py-value.exp: Move lazy string tests to ...
10104 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
10105 array, typedef lazy strings.
10106
10107 2017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
10108
10109 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
10110 Add optional 'test' parameter.
10111
10112 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
10113
10114 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
10115 Skip for versions of DejaGnu < 1.5.
10116
10117 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
10118
10119 * lib/gdb.exp (dejagnu_version): New proc.
10120 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
10121 Use dejagnu_version.
10122
10123 2017-03-10 Keith Seitz <keiths@redhat.com>
10124
10125 PR c++/8128
10126 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
10127 type from destructor regexps.
10128 Add a branch which actually passes the test.
10129 Adjust "ptype t5i" test names.
10130
10131 2017-03-08 Pedro Alves <palves@redhat.com>
10132
10133 * gdb.base/step-over-exit.exp: Add explicit test message.
10134
10135 2017-03-08 Pedro Alves <palves@redhat.com>
10136
10137 PR gdb/18360
10138 * gdb.threads/interrupt-while-step-over.c: New file.
10139 * gdb.threads/interrupt-while-step-over.exp: New file.
10140
10141 2017-03-08 Pedro Alves <palves@redhat.com>
10142
10143 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
10144 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
10145
10146 2017-03-08 Pedro Alves <palves@redhat.com>
10147
10148 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
10149 PKRU as not supported as a PASS.
10150
10151 2017-03-08 Pedro Alves <palves@redhat.com>
10152
10153 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
10154 prefix instead of $binfile1/$binfile2.
10155 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
10156 in test message.
10157 * gdb.python/py-completion.exp: Use "load python file" as test
10158 messages instead of unstable path names.
10159
10160 2017-03-08 Pedro Alves <palves@redhat.com>
10161 Jan Kratochvil <jan.kratochvil@redhat.com>
10162
10163 PR cli/21218
10164 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
10165 New proc.
10166 (top level): Call it.
10167
10168 2017-03-08 Pedro Alves <palves@redhat.com>
10169
10170 PR tui/21216
10171 * gdb.tui/tui-nl-filtered-output.exp: New file.
10172
10173 2017-03-08 Pedro Alves <palves@redhat.com>
10174
10175 * gdb.base/completion.exp: Move TUI completion tests to ...
10176 * gdb.tui/completion.exp: ... this new file.
10177
10178 2017-03-08 Pedro Alves <palves@redhat.com>
10179
10180 * gdb.base/tui-disasm-long-lines.c,
10181 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
10182 gdb.base/tui-layout.exp: Move to ...
10183 * gdb.tui/: ... this new directory.
10184
10185 2017-03-07 Pedro Alves <palves@redhat.com>
10186
10187 * gdb.base/tui-layout.c: New file.
10188 * gdb.base/tui-layout.exp: New file.
10189
10190 2017-03-07 Pedro Alves <palves@redhat.com>
10191
10192 * gdb.base/tui-layout.c: Rename to ...
10193 * gdb.base/tui-disasm-long-lines.c: ... this.
10194 * gdb.base/tui-layout.exp: Rename to ...
10195 * gdb.base/tui-disasm-long-lines.exp: ... this.
10196
10197 2017-03-07 Pedro Alves <palves@redhat.com>
10198
10199 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
10200
10201 2017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
10202
10203 * i386-mpx-call.c: New file.
10204 * i386-mpx-call.exp: New file.
10205
10206 2017-02-28 Peter Bergner <bergner@vnet.ibm.com>
10207
10208 * gdb.arch/powerpc-power.exp: Delete test.
10209 * gdb.arch/powerpc-power.s: Likewise.
10210 * gdb.disasm/disassembler-options.exp: New test.
10211 * gdb.arch/powerpc-altivec.exp: Likewise.
10212 * gdb.arch/powerpc-altivec.s: Likewise.
10213 * gdb.arch/powerpc-altivec2.exp: Likewise.
10214 * gdb.arch/powerpc-altivec2.s: Likewise.
10215 * gdb.arch/powerpc-altivec3.exp: Likewise.
10216 * gdb.arch/powerpc-altivec3.s: Likewise.
10217 * gdb.arch/powerpc-power7.exp: Likewise.
10218 * gdb.arch/powerpc-power7.s: Likewise.
10219 * gdb.arch/powerpc-power8.exp: Likewise.
10220 * gdb.arch/powerpc-power8.s: Likewise.
10221 * gdb.arch/powerpc-power9.exp: Likewise.
10222 * gdb.arch/powerpc-power9.s: Likewise.
10223 * gdb.arch/powerpc-vsx.exp: Likewise.
10224 * gdb.arch/powerpc-vsx.s: Likewise.
10225 * gdb.arch/powerpc-vsx2.exp: Likewise.
10226 * gdb.arch/powerpc-vsx2.s: Likewise.
10227 * gdb.arch/powerpc-vsx3.exp: Likewise.
10228 * gdb.arch/powerpc-vsx3.s: Likewise.
10229 * gdb.arch/arm-disassembler-options.exp: Likewise.
10230 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
10231 * gdb.arch/s390-disassembler-options.exp: Likewise.
10232
10233 2017-02-23 Luis Machado <lgustavo@codesourcery.com>
10234
10235 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
10236 (check_supported_features): ... this. Changed return type to void.
10237 (supports_rdseed): New static global.
10238 (rdseed): Check supports_rdseed.
10239 (initialize): Call check_supported_features.
10240
10241 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
10242
10243 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
10244 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
10245 and lqarx/stqcx.
10246 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
10247 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
10248
10249 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
10250
10251 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
10252 uppercase.
10253
10254 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10255
10256 * gdb.dwarf2/formdata16.c: New file.
10257 * gdb.dwarf2/formdata16.exp: New file.
10258 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
10259
10260 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10261
10262 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
10263 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
10264 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
10265 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
10266 DW_AT_GNU_*.
10267
10268 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10269
10270 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
10271
10272 2017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
10273
10274 PR gdb/21164
10275 * gdb.base/maint.exp: Add testcases for when the commands do
10276 not have arguments.
10277
10278 2017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
10279
10280 * gdb.cp/chained-calls.exp: Use p instead of P.
10281
10282 2017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
10283
10284 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
10285 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
10286
10287 2017-02-14 Tom Tromey <tom@tromey.com>
10288
10289 PR python/13598:
10290 * gdb.python/py-events.exp: Add before_prompt event tests.
10291
10292 2017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
10293
10294 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
10295
10296 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
10297
10298 * gdb.linespec/explicit.c (my_unique_function_name): New function.
10299 (main): Call my_unique_function_name.
10300 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
10301 completion of patterns with a single match.
10302 Add missing -re switches to gdb_test_multiple calls.
10303
10304 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
10305
10306 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
10307 return if core file is not recognized.
10308
10309 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
10310
10311 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
10312 and extra UIs.
10313
10314 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
10315
10316 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
10317 proc_with_prefix.
10318
10319 2017-02-10 Tom Tromey <tom@tromey.com>
10320
10321 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
10322
10323 2017-02-10 Martin Galvan <martingalvan@sourceware.org>
10324
10325 PR gdb/21122
10326 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
10327
10328 2017-02-08 Jerome Guitton <guitton@adacore.com>
10329
10330 * gdb.base/define.exp: Add test for command abbreviations
10331 in define.
10332
10333 2017-02-06 Luis Machado <lgustavo@codesourcery.com>
10334
10335 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
10336 * gdb.reverse/insn-reverse-x86.c: New file.
10337
10338 2017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
10339
10340 PR tdep/20936
10341 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
10342
10343 2017-02-03 Tom Tromey <tom@tromey.com>
10344
10345 PR rust/21097:
10346 * gdb.rust/simple.exp: Add new tests.
10347
10348 2017-02-02 Pedro Alves <palves@redhat.com>
10349
10350 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
10351 tests.
10352
10353 2017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
10354
10355 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
10356 taking a 2-byte value out of a 4-byte DWARF implicit value on
10357 big-endian targets.
10358 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
10359 logic. Add test cases for DW_OP_implicit.
10360
10361 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
10362
10363 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
10364
10365 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
10366
10367 * gdb.btrace/enable.exp: Call gdb_exit before
10368 skip_gdbserver_tests.
10369
10370 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
10371
10372 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
10373 GDBFLAGS.
10374
10375 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
10376
10377 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
10378 the test is skipped.
10379 * gdb.btrace/data.exp: Likewise.
10380 * gdb.btrace/delta.exp: Likewise.
10381 * gdb.btrace/dlopen.exp: Likewise.
10382 * gdb.btrace/enable-running.exp: Likewise.
10383 * gdb.btrace/enable.exp: Likewise.
10384 * gdb.btrace/exception.exp: Likewise.
10385 * gdb.btrace/function_call_history.exp: Likewise.
10386 * gdb.btrace/gcore.exp: Likewise.
10387 * gdb.btrace/instruction_history.exp: Likewise.
10388 * gdb.btrace/multi-thread-step.exp: Likewise.
10389 * gdb.btrace/nohist.exp: Likewise.
10390 * gdb.btrace/non-stop.exp: Likewise.
10391 * gdb.btrace/reconnect.exp: Likewise.
10392 * gdb.btrace/record_goto-step.exp: Likewise.
10393 * gdb.btrace/record_goto.exp: Likewise.
10394 * gdb.btrace/rn-dl-bind.exp: Likewise.
10395 * gdb.btrace/segv.exp: Likewise.
10396 * gdb.btrace/step.exp: Likewise.
10397 * gdb.btrace/stepi.exp: Likewise.
10398 * gdb.btrace/tailcall-only.exp: Likewise.
10399 * gdb.btrace/tailcall.exp: Likewise.
10400 * gdb.btrace/tsx.exp: Likewise.
10401 * gdb.btrace/unknown_functions.exp: Likewise.
10402 * gdb.btrace/vdso.exp: Likewise.
10403
10404 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
10405
10406 * gdb.btrace/enable-running.c: New.
10407 * gdb.btrace/enable-running.exp: New.
10408
10409 2017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
10410
10411 * gdb.arch/amd64-gs_base.c: New file.
10412 * gdb.arch/amd64-gs_base.exp: New file.
10413
10414 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
10415
10416 * lib/memory.exp: Remove spurious empty newlines.
10417
10418 2017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
10419
10420 * gdb.python/py-bad-printers.exp: Load python file using "source".
10421 * gdb.python/py-events.exp: Likewise.
10422 * gdb.python/py-evsignal.exp: Likewise.
10423 * gdb.python/py-evthreads.exp: Likewise.
10424 * gdb.python/py-frame-args.exp: Likewise.
10425 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
10426 * gdb.python/py-framefilter-mi.exp: Likewise.
10427 * gdb.python/py-framefilter.exp: Likewise.
10428 * gdb.python/py-mi.exp: Likewise.
10429 * gdb.python/py-pp-maint.exp: Likewise.
10430 * gdb.python/py-pp-registration.exp: Likewise.
10431 * gdb.python/py-prettyprint.exp: Likewise.
10432 (run_lang_tests): Likewise.
10433 * gdb.python/py-typeprint.exp: Likewise.
10434
10435 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
10436
10437 * lib/memory.exp: New file.
10438 * lib/gdb.exp: Load memory.exp.
10439 * gdb.base/memattr.exp (delete_memory): Move proc to
10440 lib/memory.exp and rename to delete_memory_regions.
10441 Replace delete_memory with delete_memory_regions.
10442 Cleanup memory regions before tests.
10443 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
10444 before tests.
10445
10446 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
10447
10448 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
10449 files.
10450 (initialize): New function conditionally defined.
10451 (testcases): Move within conditional block.
10452 (main): Call initialize.
10453 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
10454 of gdb.reverse/insn-reverse.c.
10455 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
10456 gdb.reverse/insn-reverse.c.
10457
10458 2017-01-26 Yao Qi <yao.qi@linaro.org>
10459
10460 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
10461 disassemble on address 0.
10462
10463 2017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
10464 Yao Qi <yao.qi@linaro.org>
10465
10466 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
10467 * gdb.dwarf2/implptr-64bit.S: Remove.
10468 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
10469 variables in caller's context. Add DW_OP_implicit_value.
10470
10471 2017-01-25 Yao Qi <yao.qi@linaro.org>
10472
10473 * lib/dwarf.exp (Dwarf::_location): Handle
10474 DW_OP_GNU_implicit_pointer with proper size.
10475
10476 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
10477
10478 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
10479 and add untested calls.
10480
10481 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
10482
10483 * gdb.python/python.exp: Check line number against what GDB thinks
10484 the line number is for func1.
10485
10486 2017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
10487
10488 * gdb.dlang/debug-expr.exp: New file.
10489
10490 2016-12-23 Luis Machado <lgustavo@codesourcery.com>
10491
10492 Fix test names for the following files:
10493
10494 * gdb.ada/exec_changed.exp
10495 * gdb.ada/info_types.exp
10496 * gdb.arch/aarch64-atomic-inst.exp
10497 * gdb.arch/aarch64-fp.exp
10498 * gdb.arch/altivec-abi.exp
10499 * gdb.arch/altivec-regs.exp
10500 * gdb.arch/amd64-byte.exp
10501 * gdb.arch/amd64-disp-step.exp
10502 * gdb.arch/amd64-dword.exp
10503 * gdb.arch/amd64-entry-value-inline.exp
10504 * gdb.arch/amd64-entry-value-param.exp
10505 * gdb.arch/amd64-entry-value-paramref.exp
10506 * gdb.arch/amd64-entry-value.exp
10507 * gdb.arch/amd64-i386-address.exp
10508 * gdb.arch/amd64-invalid-stack-middle.exp
10509 * gdb.arch/amd64-invalid-stack-top.exp
10510 * gdb.arch/amd64-optimout-repeat.exp
10511 * gdb.arch/amd64-prologue-skip.exp
10512 * gdb.arch/amd64-prologue-xmm.exp
10513 * gdb.arch/amd64-stap-special-operands.exp
10514 * gdb.arch/amd64-stap-wrong-subexp.exp
10515 * gdb.arch/amd64-tailcall-cxx.exp
10516 * gdb.arch/amd64-tailcall-noret.exp
10517 * gdb.arch/amd64-tailcall-ret.exp
10518 * gdb.arch/amd64-tailcall-self.exp
10519 * gdb.arch/amd64-word.exp
10520 * gdb.arch/arm-bl-branch-dest.exp
10521 * gdb.arch/arm-disp-step.exp
10522 * gdb.arch/arm-neon.exp
10523 * gdb.arch/arm-single-step-kernel-helper.exp
10524 * gdb.arch/avr-flash-qualifier.exp
10525 * gdb.arch/disp-step-insn-reloc.exp
10526 * gdb.arch/e500-abi.exp
10527 * gdb.arch/e500-regs.exp
10528 * gdb.arch/ftrace-insn-reloc.exp
10529 * gdb.arch/i386-avx512.exp
10530 * gdb.arch/i386-bp_permanent.exp
10531 * gdb.arch/i386-byte.exp
10532 * gdb.arch/i386-cfi-notcurrent.exp
10533 * gdb.arch/i386-disp-step.exp
10534 * gdb.arch/i386-dr3-watch.exp
10535 * gdb.arch/i386-float.exp
10536 * gdb.arch/i386-gnu-cfi.exp
10537 * gdb.arch/i386-mpx-map.exp
10538 * gdb.arch/i386-mpx-sigsegv.exp
10539 * gdb.arch/i386-mpx-simple_segv.exp
10540 * gdb.arch/i386-mpx.exp
10541 * gdb.arch/i386-permbkpt.exp
10542 * gdb.arch/i386-prologue.exp
10543 * gdb.arch/i386-signal.exp
10544 * gdb.arch/i386-size-overlap.exp
10545 * gdb.arch/i386-unwind.exp
10546 * gdb.arch/i386-word.exp
10547 * gdb.arch/mips-fcr.exp
10548 * gdb.arch/powerpc-d128-regs.exp
10549 * gdb.arch/powerpc-stackless.exp
10550 * gdb.arch/ppc64-atomic-inst.exp
10551 * gdb.arch/s390-stackless.exp
10552 * gdb.arch/s390-tdbregs.exp
10553 * gdb.arch/s390-vregs.exp
10554 * gdb.arch/sparc-sysstep.exp
10555 * gdb.arch/thumb-bx-pc.exp
10556 * gdb.arch/thumb-singlestep.exp
10557 * gdb.arch/thumb2-it.exp
10558 * gdb.arch/vsx-regs.exp
10559 * gdb.asm/asm-source.exp
10560 * gdb.base/a2-run.exp
10561 * gdb.base/advance.exp
10562 * gdb.base/all-bin.exp
10563 * gdb.base/anon.exp
10564 * gdb.base/args.exp
10565 * gdb.base/arithmet.exp
10566 * gdb.base/async-shell.exp
10567 * gdb.base/async.exp
10568 * gdb.base/attach-pie-noexec.exp
10569 * gdb.base/attach-twice.exp
10570 * gdb.base/auto-load.exp
10571 * gdb.base/bang.exp
10572 * gdb.base/bitfields.exp
10573 * gdb.base/break-always.exp
10574 * gdb.base/break-caller-line.exp
10575 * gdb.base/break-entry.exp
10576 * gdb.base/break-inline.exp
10577 * gdb.base/break-on-linker-gcd-function.exp
10578 * gdb.base/break-probes.exp
10579 * gdb.base/break.exp
10580 * gdb.base/breakpoint-shadow.exp
10581 * gdb.base/call-ar-st.exp
10582 * gdb.base/call-sc.exp
10583 * gdb.base/call-signal-resume.exp
10584 * gdb.base/call-strs.exp
10585 * gdb.base/callfuncs.exp
10586 * gdb.base/catch-fork-static.exp
10587 * gdb.base/catch-gdb-caused-signals.exp
10588 * gdb.base/catch-load.exp
10589 * gdb.base/catch-signal-fork.exp
10590 * gdb.base/catch-signal.exp
10591 * gdb.base/catch-syscall.exp
10592 * gdb.base/charset.exp
10593 * gdb.base/checkpoint.exp
10594 * gdb.base/chng-syms.exp
10595 * gdb.base/code-expr.exp
10596 * gdb.base/code_elim.exp
10597 * gdb.base/commands.exp
10598 * gdb.base/completion.exp
10599 * gdb.base/complex.exp
10600 * gdb.base/cond-expr.exp
10601 * gdb.base/condbreak.exp
10602 * gdb.base/consecutive.exp
10603 * gdb.base/continue-all-already-running.exp
10604 * gdb.base/coredump-filter.exp
10605 * gdb.base/corefile.exp
10606 * gdb.base/dbx.exp
10607 * gdb.base/debug-expr.exp
10608 * gdb.base/define.exp
10609 * gdb.base/del.exp
10610 * gdb.base/disabled-location.exp
10611 * gdb.base/disasm-end-cu.exp
10612 * gdb.base/disasm-optim.exp
10613 * gdb.base/display.exp
10614 * gdb.base/duplicate-bp.exp
10615 * gdb.base/ena-dis-br.exp
10616 * gdb.base/ending-run.exp
10617 * gdb.base/enumval.exp
10618 * gdb.base/environ.exp
10619 * gdb.base/eu-strip-infcall.exp
10620 * gdb.base/eval-avoid-side-effects.exp
10621 * gdb.base/eval-skip.exp
10622 * gdb.base/exitsignal.exp
10623 * gdb.base/expand-psymtabs.exp
10624 * gdb.base/filesym.exp
10625 * gdb.base/find-unmapped.exp
10626 * gdb.base/finish.exp
10627 * gdb.base/float.exp
10628 * gdb.base/foll-exec-mode.exp
10629 * gdb.base/foll-exec.exp
10630 * gdb.base/foll-fork.exp
10631 * gdb.base/fortran-sym-case.exp
10632 * gdb.base/freebpcmd.exp
10633 * gdb.base/func-ptr.exp
10634 * gdb.base/func-ptrs.exp
10635 * gdb.base/funcargs.exp
10636 * gdb.base/gcore-buffer-overflow.exp
10637 * gdb.base/gcore-relro-pie.exp
10638 * gdb.base/gcore-relro.exp
10639 * gdb.base/gcore.exp
10640 * gdb.base/gdb1090.exp
10641 * gdb.base/gdb11530.exp
10642 * gdb.base/gdb11531.exp
10643 * gdb.base/gdb1821.exp
10644 * gdb.base/gdbindex-stabs.exp
10645 * gdb.base/gdbvars.exp
10646 * gdb.base/hbreak.exp
10647 * gdb.base/hbreak2.exp
10648 * gdb.base/included.exp
10649 * gdb.base/infcall-input.exp
10650 * gdb.base/inferior-died.exp
10651 * gdb.base/infnan.exp
10652 * gdb.base/info-macros.exp
10653 * gdb.base/info-os.exp
10654 * gdb.base/info-proc.exp
10655 * gdb.base/info-shared.exp
10656 * gdb.base/info-target.exp
10657 * gdb.base/infoline.exp
10658 * gdb.base/interp.exp
10659 * gdb.base/interrupt.exp
10660 * gdb.base/jit-reader.exp
10661 * gdb.base/jit-simple.exp
10662 * gdb.base/kill-after-signal.exp
10663 * gdb.base/kill-detach-inferiors-cmd.exp
10664 * gdb.base/label.exp
10665 * gdb.base/langs.exp
10666 * gdb.base/ldbl_e308.exp
10667 * gdb.base/line-symtabs.exp
10668 * gdb.base/linespecs.exp
10669 * gdb.base/list.exp
10670 * gdb.base/long_long.exp
10671 * gdb.base/longest-types.exp
10672 * gdb.base/maint.exp
10673 * gdb.base/max-value-size.exp
10674 * gdb.base/memattr.exp
10675 * gdb.base/mips_pro.exp
10676 * gdb.base/morestack.exp
10677 * gdb.base/moribund-step.exp
10678 * gdb.base/multi-forks.exp
10679 * gdb.base/nested-addr.exp
10680 * gdb.base/nextoverexit.exp
10681 * gdb.base/noreturn-finish.exp
10682 * gdb.base/noreturn-return.exp
10683 * gdb.base/nostdlib.exp
10684 * gdb.base/offsets.exp
10685 * gdb.base/opaque.exp
10686 * gdb.base/pc-fp.exp
10687 * gdb.base/permissions.exp
10688 * gdb.base/print-symbol-loading.exp
10689 * gdb.base/prologue-include.exp
10690 * gdb.base/psymtab.exp
10691 * gdb.base/ptype.exp
10692 * gdb.base/random-signal.exp
10693 * gdb.base/randomize.exp
10694 * gdb.base/range-stepping.exp
10695 * gdb.base/readline-ask.exp
10696 * gdb.base/recpar.exp
10697 * gdb.base/recurse.exp
10698 * gdb.base/relational.exp
10699 * gdb.base/restore.exp
10700 * gdb.base/return-nodebug.exp
10701 * gdb.base/return.exp
10702 * gdb.base/run-after-attach.exp
10703 * gdb.base/save-bp.exp
10704 * gdb.base/scope.exp
10705 * gdb.base/sect-cmd.exp
10706 * gdb.base/set-lang-auto.exp
10707 * gdb.base/set-noassign.exp
10708 * gdb.base/setvar.exp
10709 * gdb.base/sigall.exp
10710 * gdb.base/sigbpt.exp
10711 * gdb.base/siginfo-addr.exp
10712 * gdb.base/siginfo-infcall.exp
10713 * gdb.base/siginfo-obj.exp
10714 * gdb.base/siginfo.exp
10715 * gdb.base/signals-state-child.exp
10716 * gdb.base/signest.exp
10717 * gdb.base/sigstep.exp
10718 * gdb.base/sizeof.exp
10719 * gdb.base/skip.exp
10720 * gdb.base/solib-corrupted.exp
10721 * gdb.base/solib-nodir.exp
10722 * gdb.base/solib-search.exp
10723 * gdb.base/stack-checking.exp
10724 * gdb.base/stale-infcall.exp
10725 * gdb.base/stap-probe.exp
10726 * gdb.base/start.exp
10727 * gdb.base/step-break.exp
10728 * gdb.base/step-bt.exp
10729 * gdb.base/step-line.exp
10730 * gdb.base/step-over-exit.exp
10731 * gdb.base/step-over-syscall.exp
10732 * gdb.base/step-resume-infcall.exp
10733 * gdb.base/step-test.exp
10734 * gdb.base/store.exp
10735 * gdb.base/structs3.exp
10736 * gdb.base/sym-file.exp
10737 * gdb.base/symbol-without-target_section.exp
10738 * gdb.base/term.exp
10739 * gdb.base/testenv.exp
10740 * gdb.base/ui-redirect.exp
10741 * gdb.base/until.exp
10742 * gdb.base/unwindonsignal.exp
10743 * gdb.base/value-double-free.exp
10744 * gdb.base/vla-datatypes.exp
10745 * gdb.base/vla-ptr.exp
10746 * gdb.base/vla-sideeffect.exp
10747 * gdb.base/volatile.exp
10748 * gdb.base/watch-cond-infcall.exp
10749 * gdb.base/watch-cond.exp
10750 * gdb.base/watch-non-mem.exp
10751 * gdb.base/watch-read.exp
10752 * gdb.base/watch-vfork.exp
10753 * gdb.base/watchpoint-cond-gone.exp
10754 * gdb.base/watchpoint-delete.exp
10755 * gdb.base/watchpoint-hw-hit-once.exp
10756 * gdb.base/watchpoint-hw.exp
10757 * gdb.base/watchpoint-stops-at-right-insn.exp
10758 * gdb.base/watchpoints.exp
10759 * gdb.base/wchar.exp
10760 * gdb.base/whatis-exp.exp
10761 * gdb.btrace/buffer-size.exp
10762 * gdb.btrace/data.exp
10763 * gdb.btrace/delta.exp
10764 * gdb.btrace/dlopen.exp
10765 * gdb.btrace/enable.exp
10766 * gdb.btrace/exception.exp
10767 * gdb.btrace/function_call_history.exp
10768 * gdb.btrace/gcore.exp
10769 * gdb.btrace/instruction_history.exp
10770 * gdb.btrace/nohist.exp
10771 * gdb.btrace/reconnect.exp
10772 * gdb.btrace/record_goto-step.exp
10773 * gdb.btrace/record_goto.exp
10774 * gdb.btrace/rn-dl-bind.exp
10775 * gdb.btrace/segv.exp
10776 * gdb.btrace/step.exp
10777 * gdb.btrace/stepi.exp
10778 * gdb.btrace/tailcall-only.exp
10779 * gdb.btrace/tailcall.exp
10780 * gdb.btrace/tsx.exp
10781 * gdb.btrace/unknown_functions.exp
10782 * gdb.btrace/vdso.exp
10783 * gdb.compile/compile-ifunc.exp
10784 * gdb.compile/compile-ops.exp
10785 * gdb.compile/compile-print.exp
10786 * gdb.compile/compile-setjmp.exp
10787 * gdb.cp/abstract-origin.exp
10788 * gdb.cp/ambiguous.exp
10789 * gdb.cp/annota2.exp
10790 * gdb.cp/annota3.exp
10791 * gdb.cp/anon-ns.exp
10792 * gdb.cp/anon-struct.exp
10793 * gdb.cp/anon-union.exp
10794 * gdb.cp/arg-reference.exp
10795 * gdb.cp/baseenum.exp
10796 * gdb.cp/bool.exp
10797 * gdb.cp/breakpoint.exp
10798 * gdb.cp/bs15503.exp
10799 * gdb.cp/call-c.exp
10800 * gdb.cp/casts.exp
10801 * gdb.cp/chained-calls.exp
10802 * gdb.cp/class2.exp
10803 * gdb.cp/classes.exp
10804 * gdb.cp/cmpd-minsyms.exp
10805 * gdb.cp/converts.exp
10806 * gdb.cp/cp-relocate.exp
10807 * gdb.cp/cpcompletion.exp
10808 * gdb.cp/cpexprs.exp
10809 * gdb.cp/cplabel.exp
10810 * gdb.cp/cplusfuncs.exp
10811 * gdb.cp/cpsizeof.exp
10812 * gdb.cp/ctti.exp
10813 * gdb.cp/derivation.exp
10814 * gdb.cp/destrprint.exp
10815 * gdb.cp/dispcxx.exp
10816 * gdb.cp/enum-class.exp
10817 * gdb.cp/exception.exp
10818 * gdb.cp/exceptprint.exp
10819 * gdb.cp/expand-psymtabs-cxx.exp
10820 * gdb.cp/expand-sals.exp
10821 * gdb.cp/extern-c.exp
10822 * gdb.cp/filename.exp
10823 * gdb.cp/formatted-ref.exp
10824 * gdb.cp/fpointer.exp
10825 * gdb.cp/gdb1355.exp
10826 * gdb.cp/gdb2495.exp
10827 * gdb.cp/hang.exp
10828 * gdb.cp/impl-this.exp
10829 * gdb.cp/infcall-dlopen.exp
10830 * gdb.cp/inherit.exp
10831 * gdb.cp/iostream.exp
10832 * gdb.cp/koenig.exp
10833 * gdb.cp/local.exp
10834 * gdb.cp/m-data.exp
10835 * gdb.cp/m-static.exp
10836 * gdb.cp/mb-ctor.exp
10837 * gdb.cp/mb-inline.exp
10838 * gdb.cp/mb-templates.exp
10839 * gdb.cp/member-name.exp
10840 * gdb.cp/member-ptr.exp
10841 * gdb.cp/meth-typedefs.exp
10842 * gdb.cp/method.exp
10843 * gdb.cp/method2.exp
10844 * gdb.cp/minsym-fallback.exp
10845 * gdb.cp/misc.exp
10846 * gdb.cp/namelessclass.exp
10847 * gdb.cp/namespace-enum.exp
10848 * gdb.cp/namespace-nested-import.exp
10849 * gdb.cp/namespace.exp
10850 * gdb.cp/nextoverthrow.exp
10851 * gdb.cp/no-dmgl-verbose.exp
10852 * gdb.cp/non-trivial-retval.exp
10853 * gdb.cp/noparam.exp
10854 * gdb.cp/nsdecl.exp
10855 * gdb.cp/nsimport.exp
10856 * gdb.cp/nsnested.exp
10857 * gdb.cp/nsnoimports.exp
10858 * gdb.cp/nsrecurs.exp
10859 * gdb.cp/nsstress.exp
10860 * gdb.cp/nsusing.exp
10861 * gdb.cp/operator.exp
10862 * gdb.cp/oranking.exp
10863 * gdb.cp/overload-const.exp
10864 * gdb.cp/overload.exp
10865 * gdb.cp/ovldbreak.exp
10866 * gdb.cp/ovsrch.exp
10867 * gdb.cp/paren-type.exp
10868 * gdb.cp/parse-lang.exp
10869 * gdb.cp/pass-by-ref.exp
10870 * gdb.cp/pr-1023.exp
10871 * gdb.cp/pr-1210.exp
10872 * gdb.cp/pr-574.exp
10873 * gdb.cp/pr10687.exp
10874 * gdb.cp/pr12028.exp
10875 * gdb.cp/pr17132.exp
10876 * gdb.cp/pr17494.exp
10877 * gdb.cp/pr9067.exp
10878 * gdb.cp/pr9167.exp
10879 * gdb.cp/pr9631.exp
10880 * gdb.cp/printmethod.exp
10881 * gdb.cp/psmang.exp
10882 * gdb.cp/psymtab-parameter.exp
10883 * gdb.cp/ptype-cv-cp.exp
10884 * gdb.cp/ptype-flags.exp
10885 * gdb.cp/re-set-overloaded.exp
10886 * gdb.cp/ref-types.exp
10887 * gdb.cp/rtti.exp
10888 * gdb.cp/scope-err.exp
10889 * gdb.cp/shadow.exp
10890 * gdb.cp/smartp.exp
10891 * gdb.cp/static-method.exp
10892 * gdb.cp/static-print-quit.exp
10893 * gdb.cp/temargs.exp
10894 * gdb.cp/templates.exp
10895 * gdb.cp/try_catch.exp
10896 * gdb.cp/typedef-operator.exp
10897 * gdb.cp/typeid.exp
10898 * gdb.cp/userdef.exp
10899 * gdb.cp/using-crash.exp
10900 * gdb.cp/var-tag.exp
10901 * gdb.cp/virtbase.exp
10902 * gdb.cp/virtfunc.exp
10903 * gdb.cp/virtfunc2.exp
10904 * gdb.cp/vla-cxx.exp
10905 * gdb.disasm/t01_mov.exp
10906 * gdb.disasm/t02_mova.exp
10907 * gdb.disasm/t03_add.exp
10908 * gdb.disasm/t04_sub.exp
10909 * gdb.disasm/t05_cmp.exp
10910 * gdb.disasm/t06_ari2.exp
10911 * gdb.disasm/t07_ari3.exp
10912 * gdb.disasm/t08_or.exp
10913 * gdb.disasm/t09_xor.exp
10914 * gdb.disasm/t10_and.exp
10915 * gdb.disasm/t11_logs.exp
10916 * gdb.disasm/t12_bit.exp
10917 * gdb.disasm/t13_otr.exp
10918 * gdb.dlang/circular.exp
10919 * gdb.dwarf2/arr-stride.exp
10920 * gdb.dwarf2/arr-subrange.exp
10921 * gdb.dwarf2/atomic-type.exp
10922 * gdb.dwarf2/bad-regnum.exp
10923 * gdb.dwarf2/bitfield-parent-optimized-out.exp
10924 * gdb.dwarf2/callframecfa.exp
10925 * gdb.dwarf2/clztest.exp
10926 * gdb.dwarf2/corrupt.exp
10927 * gdb.dwarf2/data-loc.exp
10928 * gdb.dwarf2/dup-psym.exp
10929 * gdb.dwarf2/dw2-anon-mptr.exp
10930 * gdb.dwarf2/dw2-anonymous-func.exp
10931 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
10932 * gdb.dwarf2/dw2-bad-unresolved.exp
10933 * gdb.dwarf2/dw2-basic.exp
10934 * gdb.dwarf2/dw2-canonicalize-type.exp
10935 * gdb.dwarf2/dw2-case-insensitive.exp
10936 * gdb.dwarf2/dw2-common-block.exp
10937 * gdb.dwarf2/dw2-compdir-oldgcc.exp
10938 * gdb.dwarf2/dw2-compressed.exp
10939 * gdb.dwarf2/dw2-const.exp
10940 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
10941 * gdb.dwarf2/dw2-cu-size.exp
10942 * gdb.dwarf2/dw2-dup-frame.exp
10943 * gdb.dwarf2/dw2-entry-value.exp
10944 * gdb.dwarf2/dw2-icycle.exp
10945 * gdb.dwarf2/dw2-ifort-parameter.exp
10946 * gdb.dwarf2/dw2-inline-break.exp
10947 * gdb.dwarf2/dw2-inline-param.exp
10948 * gdb.dwarf2/dw2-intercu.exp
10949 * gdb.dwarf2/dw2-intermix.exp
10950 * gdb.dwarf2/dw2-lexical-block-bare.exp
10951 * gdb.dwarf2/dw2-linkage-name-trust.exp
10952 * gdb.dwarf2/dw2-minsym-in-cu.exp
10953 * gdb.dwarf2/dw2-noloc.exp
10954 * gdb.dwarf2/dw2-op-call.exp
10955 * gdb.dwarf2/dw2-op-out-param.exp
10956 * gdb.dwarf2/dw2-opt-structptr.exp
10957 * gdb.dwarf2/dw2-param-error.exp
10958 * gdb.dwarf2/dw2-producer.exp
10959 * gdb.dwarf2/dw2-ranges-base.exp
10960 * gdb.dwarf2/dw2-ref-missing-frame.exp
10961 * gdb.dwarf2/dw2-reg-undefined.exp
10962 * gdb.dwarf2/dw2-regno-invalid.exp
10963 * gdb.dwarf2/dw2-restore.exp
10964 * gdb.dwarf2/dw2-restrict.exp
10965 * gdb.dwarf2/dw2-single-line-discriminators.exp
10966 * gdb.dwarf2/dw2-strp.exp
10967 * gdb.dwarf2/dw2-undefined-ret-addr.exp
10968 * gdb.dwarf2/dw2-unresolved.exp
10969 * gdb.dwarf2/dw2-var-zero-addr.exp
10970 * gdb.dwarf2/dw4-sig-types.exp
10971 * gdb.dwarf2/dwz.exp
10972 * gdb.dwarf2/dynarr-ptr.exp
10973 * gdb.dwarf2/enum-type.exp
10974 * gdb.dwarf2/gdb-index.exp
10975 * gdb.dwarf2/implptr-64bit.exp
10976 * gdb.dwarf2/implptr-optimized-out.exp
10977 * gdb.dwarf2/implptr.exp
10978 * gdb.dwarf2/implref-array.exp
10979 * gdb.dwarf2/implref-const.exp
10980 * gdb.dwarf2/implref-global.exp
10981 * gdb.dwarf2/implref-struct.exp
10982 * gdb.dwarf2/mac-fileno.exp
10983 * gdb.dwarf2/main-subprogram.exp
10984 * gdb.dwarf2/member-ptr-forwardref.exp
10985 * gdb.dwarf2/method-ptr.exp
10986 * gdb.dwarf2/missing-sig-type.exp
10987 * gdb.dwarf2/nonvar-access.exp
10988 * gdb.dwarf2/opaque-type-lookup.exp
10989 * gdb.dwarf2/pieces-optimized-out.exp
10990 * gdb.dwarf2/pieces.exp
10991 * gdb.dwarf2/pr10770.exp
10992 * gdb.dwarf2/pr13961.exp
10993 * gdb.dwarf2/staticvirtual.exp
10994 * gdb.dwarf2/subrange.exp
10995 * gdb.dwarf2/symtab-producer.exp
10996 * gdb.dwarf2/trace-crash.exp
10997 * gdb.dwarf2/typeddwarf.exp
10998 * gdb.dwarf2/valop.exp
10999 * gdb.dwarf2/watch-notconst.exp
11000 * gdb.fortran/array-element.exp
11001 * gdb.fortran/charset.exp
11002 * gdb.fortran/common-block.exp
11003 * gdb.fortran/complex.exp
11004 * gdb.fortran/derived-type-function.exp
11005 * gdb.fortran/derived-type.exp
11006 * gdb.fortran/logical.exp
11007 * gdb.fortran/module.exp
11008 * gdb.fortran/multi-dim.exp
11009 * gdb.fortran/nested-funcs.exp
11010 * gdb.fortran/print-formatted.exp
11011 * gdb.fortran/subarray.exp
11012 * gdb.fortran/vla-alloc-assoc.exp
11013 * gdb.fortran/vla-datatypes.exp
11014 * gdb.fortran/vla-history.exp
11015 * gdb.fortran/vla-ptr-info.exp
11016 * gdb.fortran/vla-ptype-sub.exp
11017 * gdb.fortran/vla-ptype.exp
11018 * gdb.fortran/vla-sizeof.exp
11019 * gdb.fortran/vla-type.exp
11020 * gdb.fortran/vla-value-sub-arbitrary.exp
11021 * gdb.fortran/vla-value-sub-finish.exp
11022 * gdb.fortran/vla-value-sub.exp
11023 * gdb.fortran/vla-value.exp
11024 * gdb.fortran/whatis_type.exp
11025 * gdb.go/chan.exp
11026 * gdb.go/handcall.exp
11027 * gdb.go/hello.exp
11028 * gdb.go/integers.exp
11029 * gdb.go/methods.exp
11030 * gdb.go/package.exp
11031 * gdb.go/strings.exp
11032 * gdb.go/types.exp
11033 * gdb.go/unsafe.exp
11034 * gdb.guile/scm-arch.exp
11035 * gdb.guile/scm-block.exp
11036 * gdb.guile/scm-breakpoint.exp
11037 * gdb.guile/scm-cmd.exp
11038 * gdb.guile/scm-disasm.exp
11039 * gdb.guile/scm-equal.exp
11040 * gdb.guile/scm-frame-args.exp
11041 * gdb.guile/scm-frame-inline.exp
11042 * gdb.guile/scm-frame.exp
11043 * gdb.guile/scm-iterator.exp
11044 * gdb.guile/scm-math.exp
11045 * gdb.guile/scm-objfile.exp
11046 * gdb.guile/scm-ports.exp
11047 * gdb.guile/scm-symbol.exp
11048 * gdb.guile/scm-symtab.exp
11049 * gdb.guile/scm-value-cc.exp
11050 * gdb.guile/types-module.exp
11051 * gdb.linespec/break-ask.exp
11052 * gdb.linespec/cpexplicit.exp
11053 * gdb.linespec/explicit.exp
11054 * gdb.linespec/keywords.exp
11055 * gdb.linespec/linespec.exp
11056 * gdb.linespec/ls-dollar.exp
11057 * gdb.linespec/ls-errs.exp
11058 * gdb.linespec/skip-two.exp
11059 * gdb.linespec/thread.exp
11060 * gdb.mi/mi-async.exp
11061 * gdb.mi/mi-basics.exp
11062 * gdb.mi/mi-break.exp
11063 * gdb.mi/mi-catch-load.exp
11064 * gdb.mi/mi-cli.exp
11065 * gdb.mi/mi-cmd-param-changed.exp
11066 * gdb.mi/mi-console.exp
11067 * gdb.mi/mi-detach.exp
11068 * gdb.mi/mi-disassemble.exp
11069 * gdb.mi/mi-eval.exp
11070 * gdb.mi/mi-file-transfer.exp
11071 * gdb.mi/mi-file.exp
11072 * gdb.mi/mi-fill-memory.exp
11073 * gdb.mi/mi-inheritance-syntax-error.exp
11074 * gdb.mi/mi-linespec-err-cp.exp
11075 * gdb.mi/mi-logging.exp
11076 * gdb.mi/mi-memory-changed.exp
11077 * gdb.mi/mi-read-memory.exp
11078 * gdb.mi/mi-record-changed.exp
11079 * gdb.mi/mi-reg-undefined.exp
11080 * gdb.mi/mi-regs.exp
11081 * gdb.mi/mi-return.exp
11082 * gdb.mi/mi-reverse.exp
11083 * gdb.mi/mi-simplerun.exp
11084 * gdb.mi/mi-solib.exp
11085 * gdb.mi/mi-stack.exp
11086 * gdb.mi/mi-stepi.exp
11087 * gdb.mi/mi-syn-frame.exp
11088 * gdb.mi/mi-until.exp
11089 * gdb.mi/mi-var-block.exp
11090 * gdb.mi/mi-var-child.exp
11091 * gdb.mi/mi-var-cmd.exp
11092 * gdb.mi/mi-var-cp.exp
11093 * gdb.mi/mi-var-display.exp
11094 * gdb.mi/mi-var-invalidate.exp
11095 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
11096 * gdb.mi/mi-vla-fortran.exp
11097 * gdb.mi/mi-watch.exp
11098 * gdb.mi/mi2-var-child.exp
11099 * gdb.mi/user-selected-context-sync.exp
11100 * gdb.modula2/unbounded-array.exp
11101 * gdb.multi/dummy-frame-restore.exp
11102 * gdb.multi/multi-arch-exec.exp
11103 * gdb.multi/multi-arch.exp
11104 * gdb.multi/tids.exp
11105 * gdb.multi/watchpoint-multi.exp
11106 * gdb.opencl/callfuncs.exp
11107 * gdb.opencl/convs_casts.exp
11108 * gdb.opencl/datatypes.exp
11109 * gdb.opencl/operators.exp
11110 * gdb.opencl/vec_comps.exp
11111 * gdb.opt/clobbered-registers-O2.exp
11112 * gdb.opt/inline-break.exp
11113 * gdb.opt/inline-bt.exp
11114 * gdb.opt/inline-cmds.exp
11115 * gdb.opt/inline-locals.exp
11116 * gdb.pascal/case-insensitive-symbols.exp
11117 * gdb.pascal/floats.exp
11118 * gdb.pascal/gdb11492.exp
11119 * gdb.python/lib-types.exp
11120 * gdb.python/py-arch.exp
11121 * gdb.python/py-as-string.exp
11122 * gdb.python/py-bad-printers.exp
11123 * gdb.python/py-block.exp
11124 * gdb.python/py-breakpoint-create-fail.exp
11125 * gdb.python/py-breakpoint.exp
11126 * gdb.python/py-caller-is.exp
11127 * gdb.python/py-cmd.exp
11128 * gdb.python/py-explore-cc.exp
11129 * gdb.python/py-explore.exp
11130 * gdb.python/py-finish-breakpoint.exp
11131 * gdb.python/py-finish-breakpoint2.exp
11132 * gdb.python/py-frame-args.exp
11133 * gdb.python/py-frame-inline.exp
11134 * gdb.python/py-frame.exp
11135 * gdb.python/py-framefilter-mi.exp
11136 * gdb.python/py-infthread.exp
11137 * gdb.python/py-lazy-string.exp
11138 * gdb.python/py-linetable.exp
11139 * gdb.python/py-mi-events.exp
11140 * gdb.python/py-mi-objfile.exp
11141 * gdb.python/py-mi.exp
11142 * gdb.python/py-objfile.exp
11143 * gdb.python/py-pp-integral.exp
11144 * gdb.python/py-pp-maint.exp
11145 * gdb.python/py-pp-re-notag.exp
11146 * gdb.python/py-pp-registration.exp
11147 * gdb.python/py-recurse-unwind.exp
11148 * gdb.python/py-strfns.exp
11149 * gdb.python/py-symbol.exp
11150 * gdb.python/py-symtab.exp
11151 * gdb.python/py-sync-interp.exp
11152 * gdb.python/py-typeprint.exp
11153 * gdb.python/py-unwind-maint.exp
11154 * gdb.python/py-unwind.exp
11155 * gdb.python/py-value-cc.exp
11156 * gdb.python/py-xmethods.exp
11157 * gdb.reverse/amd64-tailcall-reverse.exp
11158 * gdb.reverse/break-precsave.exp
11159 * gdb.reverse/break-reverse.exp
11160 * gdb.reverse/consecutive-precsave.exp
11161 * gdb.reverse/consecutive-reverse.exp
11162 * gdb.reverse/finish-precsave.exp
11163 * gdb.reverse/finish-reverse-bkpt.exp
11164 * gdb.reverse/finish-reverse.exp
11165 * gdb.reverse/fstatat-reverse.exp
11166 * gdb.reverse/getresuid-reverse.exp
11167 * gdb.reverse/i386-precsave.exp
11168 * gdb.reverse/i386-reverse.exp
11169 * gdb.reverse/i386-sse-reverse.exp
11170 * gdb.reverse/i387-env-reverse.exp
11171 * gdb.reverse/i387-stack-reverse.exp
11172 * gdb.reverse/insn-reverse.exp
11173 * gdb.reverse/machinestate-precsave.exp
11174 * gdb.reverse/machinestate.exp
11175 * gdb.reverse/next-reverse-bkpt-over-sr.exp
11176 * gdb.reverse/pipe-reverse.exp
11177 * gdb.reverse/readv-reverse.exp
11178 * gdb.reverse/recvmsg-reverse.exp
11179 * gdb.reverse/rerun-prec.exp
11180 * gdb.reverse/s390-mvcle.exp
11181 * gdb.reverse/step-precsave.exp
11182 * gdb.reverse/step-reverse.exp
11183 * gdb.reverse/time-reverse.exp
11184 * gdb.reverse/until-precsave.exp
11185 * gdb.reverse/until-reverse.exp
11186 * gdb.reverse/waitpid-reverse.exp
11187 * gdb.reverse/watch-precsave.exp
11188 * gdb.reverse/watch-reverse.exp
11189 * gdb.rust/generics.exp
11190 * gdb.rust/methods.exp
11191 * gdb.rust/modules.exp
11192 * gdb.rust/simple.exp
11193 * gdb.server/connect-with-no-symbol-file.exp
11194 * gdb.server/ext-attach.exp
11195 * gdb.server/ext-restart.exp
11196 * gdb.server/ext-wrapper.exp
11197 * gdb.server/file-transfer.exp
11198 * gdb.server/server-exec-info.exp
11199 * gdb.server/server-kill.exp
11200 * gdb.server/server-mon.exp
11201 * gdb.server/wrapper.exp
11202 * gdb.stabs/exclfwd.exp
11203 * gdb.stabs/gdb11479.exp
11204 * gdb.threads/clone-new-thread-event.exp
11205 * gdb.threads/corethreads.exp
11206 * gdb.threads/current-lwp-dead.exp
11207 * gdb.threads/dlopen-libpthread.exp
11208 * gdb.threads/gcore-thread.exp
11209 * gdb.threads/sigstep-threads.exp
11210 * gdb.threads/watchpoint-fork.exp
11211 * gdb.trace/actions-changed.exp
11212 * gdb.trace/backtrace.exp
11213 * gdb.trace/change-loc.exp
11214 * gdb.trace/circ.exp
11215 * gdb.trace/collection.exp
11216 * gdb.trace/disconnected-tracing.exp
11217 * gdb.trace/ftrace.exp
11218 * gdb.trace/mi-trace-frame-collected.exp
11219 * gdb.trace/mi-trace-unavailable.exp
11220 * gdb.trace/mi-traceframe-changed.exp
11221 * gdb.trace/mi-tsv-changed.exp
11222 * gdb.trace/no-attach-trace.exp
11223 * gdb.trace/passc-dyn.exp
11224 * gdb.trace/qtro.exp
11225 * gdb.trace/range-stepping.exp
11226 * gdb.trace/read-memory.exp
11227 * gdb.trace/save-trace.exp
11228 * gdb.trace/signal.exp
11229 * gdb.trace/status-stop.exp
11230 * gdb.trace/tfile.exp
11231 * gdb.trace/trace-break.exp
11232 * gdb.trace/trace-buffer-size.exp
11233 * gdb.trace/trace-condition.exp
11234 * gdb.trace/tracefile-pseudo-reg.exp
11235 * gdb.trace/tstatus.exp
11236 * gdb.trace/unavailable.exp
11237 * gdb.trace/while-dyn.exp
11238 * gdb.trace/while-stepping.exp
11239
11240 2016-12-22 Doug Evans <xdje42@gmail.com>
11241
11242 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
11243 and msymbols.
11244
11245 2016-12-19 Yao Qi <yao.qi@linaro.org>
11246
11247 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
11248 (test_with_self): Don't call do_steps_and_nexts, and remove
11249 code about stepping into xmalloc.
11250
11251 2016-12-09 Yao Qi <yao.qi@linaro.org>
11252
11253 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
11254
11255 2016-12-09 Yao Qi <yao.qi@linaro.org>
11256
11257 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
11258
11259 2016-12-09 Pedro Alves <palves@redhat.com>
11260
11261 * gdb.base/all-architectures-0.exp: New file.
11262 * gdb.base/all-architectures-1.exp: New file.
11263 * gdb.base/all-architectures-2.exp: New file.
11264 * gdb.base/all-architectures-3.exp: New file.
11265 * gdb.base/all-architectures-4.exp: New file.
11266 * gdb.base/all-architectures-5.exp: New file.
11267 * gdb.base/all-architectures-6.exp: New file.
11268 * gdb.base/all-architectures-7.exp: New file.
11269 * gdb.base/all-architectures.exp.in: New file.
11270
11271 2016-12-09 Yao Qi <yao.qi@linaro.org>
11272
11273 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
11274
11275 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
11276
11277 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
11278 possible.
11279 Remove useless pattern-matching code.
11280
11281 2016-12-02 Pedro Alves <palves@redhat.com>
11282
11283 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
11284 procedure.
11285 (top level): Call it.
11286
11287 2016-12-02 Pedro Alves <palves@redhat.com>
11288
11289 * gdb.base/commands.exp (user_defined_command_args_stack_test):
11290 New procedure.
11291 (top level): Call it.
11292
11293 2016-12-02 Pedro Alves <palves@redhat.com>
11294
11295 PR cli/20559
11296 * gdb.base/commands.exp (user_defined_command_args_eval): New
11297 procedure.
11298 (top level): Call it.
11299
11300 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
11301
11302 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
11303 timeout handling.
11304
11305 2016-12-02 Tom Tromey <tom@tromey.com>
11306
11307 * gdb.dwarf2/main-subprogram.c: New file.
11308 * gdb.dwarf2/main-subprogram.exp: New file.
11309
11310 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
11311
11312 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
11313 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
11314 gdb_test_no_output for a couple of cases.
11315 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
11316
11317 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
11318
11319 Fix test names and standardize compilation error messages throughout
11320 the following files:
11321
11322 * gdb.ada/start.exp
11323 * gdb.arch/alpha-step.exp
11324 * gdb.arch/e500-prologue.exp
11325 * gdb.arch/ftrace-insn-reloc.exp
11326 * gdb.arch/gdb1291.exp
11327 * gdb.arch/gdb1431.exp
11328 * gdb.arch/gdb1558.exp
11329 * gdb.arch/i386-dr3-watch.exp
11330 * gdb.arch/i386-sse-stack-align.exp
11331 * gdb.arch/ia64-breakpoint-shadow.exp
11332 * gdb.arch/pa-nullify.exp
11333 * gdb.arch/powerpc-aix-prologue.exp
11334 * gdb.arch/thumb-bx-pc.exp
11335 * gdb.base/annota1.exp
11336 * gdb.base/annota3.exp
11337 * gdb.base/arrayidx.exp
11338 * gdb.base/assign.exp
11339 * gdb.base/attach.exp
11340 * gdb.base/auxv.exp
11341 * gdb.base/bang.exp
11342 * gdb.base/bfp-test.exp
11343 * gdb.base/bigcore.exp
11344 * gdb.base/bitfields2.exp
11345 * gdb.base/break-fun-addr.exp
11346 * gdb.base/break-probes.exp
11347 * gdb.base/call-rt-st.exp
11348 * gdb.base/callexit.exp
11349 * gdb.base/catch-fork-kill.exp
11350 * gdb.base/charset.exp
11351 * gdb.base/checkpoint.exp
11352 * gdb.base/comprdebug.exp
11353 * gdb.base/constvars.exp
11354 * gdb.base/coredump-filter.exp
11355 * gdb.base/cursal.exp
11356 * gdb.base/cvexpr.exp
11357 * gdb.base/detach.exp
11358 * gdb.base/display.exp
11359 * gdb.base/dmsym.exp
11360 * gdb.base/dprintf-pending.exp
11361 * gdb.base/dso2dso.exp
11362 * gdb.base/dtrace-probe.exp
11363 * gdb.base/dump.exp
11364 * gdb.base/enum_cond.exp
11365 * gdb.base/exe-lock.exp
11366 * gdb.base/exec-invalid-sysroot.exp
11367 * gdb.base/execl-update-breakpoints.exp
11368 * gdb.base/exprs.exp
11369 * gdb.base/fileio.exp
11370 * gdb.base/find.exp
11371 * gdb.base/finish.exp
11372 * gdb.base/fixsection.exp
11373 * gdb.base/foll-vfork.exp
11374 * gdb.base/frame-args.exp
11375 * gdb.base/gcore.exp
11376 * gdb.base/gdb1250.exp
11377 * gdb.base/global-var-nested-by-dso.exp
11378 * gdb.base/gnu-ifunc.exp
11379 * gdb.base/hashline1.exp
11380 * gdb.base/hashline2.exp
11381 * gdb.base/hashline3.exp
11382 * gdb.base/hbreak-in-shr-unsupported.exp
11383 * gdb.base/huge.exp
11384 * gdb.base/infcall-input.exp
11385 * gdb.base/info-fun.exp
11386 * gdb.base/info-shared.exp
11387 * gdb.base/jit-simple.exp
11388 * gdb.base/jit-so.exp
11389 * gdb.base/jit.exp
11390 * gdb.base/jump.exp
11391 * gdb.base/label.exp
11392 * gdb.base/lineinc.exp
11393 * gdb.base/logical.exp
11394 * gdb.base/longjmp.exp
11395 * gdb.base/macscp.exp
11396 * gdb.base/miscexprs.exp
11397 * gdb.base/new-ui-echo.exp
11398 * gdb.base/new-ui-pending-input.exp
11399 * gdb.base/new-ui.exp
11400 * gdb.base/nodebug.exp
11401 * gdb.base/nofield.exp
11402 * gdb.base/offsets.exp
11403 * gdb.base/overlays.exp
11404 * gdb.base/pending.exp
11405 * gdb.base/pointers.exp
11406 * gdb.base/pr11022.exp
11407 * gdb.base/printcmds.exp
11408 * gdb.base/prologue.exp
11409 * gdb.base/ptr-typedef.exp
11410 * gdb.base/realname-expand.exp
11411 * gdb.base/relativedebug.exp
11412 * gdb.base/relocate.exp
11413 * gdb.base/remote.exp
11414 * gdb.base/reread.exp
11415 * gdb.base/return2.exp
11416 * gdb.base/savedregs.exp
11417 * gdb.base/sep.exp
11418 * gdb.base/sepdebug.exp
11419 * gdb.base/sepsymtab.exp
11420 * gdb.base/set-inferior-tty.exp
11421 * gdb.base/setshow.exp
11422 * gdb.base/shlib-call.exp
11423 * gdb.base/sigaltstack.exp
11424 * gdb.base/siginfo-addr.exp
11425 * gdb.base/signals.exp
11426 * gdb.base/signull.exp
11427 * gdb.base/sigrepeat.exp
11428 * gdb.base/so-impl-ld.exp
11429 * gdb.base/solib-display.exp
11430 * gdb.base/solib-overlap.exp
11431 * gdb.base/solib-search.exp
11432 * gdb.base/solib-symbol.exp
11433 * gdb.base/structs.exp
11434 * gdb.base/structs2.exp
11435 * gdb.base/symtab-search-order.exp
11436 * gdb.base/twice.exp
11437 * gdb.base/unload.exp
11438 * gdb.base/varargs.exp
11439 * gdb.base/watchpoint-solib.exp
11440 * gdb.base/watchpoint.exp
11441 * gdb.base/whatis.exp
11442 * gdb.base/wrong_frame_bt_full.exp
11443 * gdb.btrace/dlopen.exp
11444 * gdb.cell/ea-standalone.exp
11445 * gdb.cell/ea-test.exp
11446 * gdb.cp/dispcxx.exp
11447 * gdb.cp/gdb2384.exp
11448 * gdb.cp/method2.exp
11449 * gdb.cp/nextoverthrow.exp
11450 * gdb.cp/pr10728.exp
11451 * gdb.disasm/am33.exp
11452 * gdb.disasm/h8300s.exp
11453 * gdb.disasm/mn10300.exp
11454 * gdb.disasm/sh3.exp
11455 * gdb.dwarf2/dw2-dir-file-name.exp
11456 * gdb.fortran/complex.exp
11457 * gdb.fortran/library-module.exp
11458 * gdb.guile/scm-pretty-print.exp
11459 * gdb.guile/scm-symbol.exp
11460 * gdb.guile/scm-type.exp
11461 * gdb.guile/scm-value.exp
11462 * gdb.linespec/linespec.exp
11463 * gdb.mi/gdb701.exp
11464 * gdb.mi/gdb792.exp
11465 * gdb.mi/mi-breakpoint-changed.exp
11466 * gdb.mi/mi-dprintf-pending.exp
11467 * gdb.mi/mi-dprintf.exp
11468 * gdb.mi/mi-exit-code.exp
11469 * gdb.mi/mi-pending.exp
11470 * gdb.mi/mi-solib.exp
11471 * gdb.mi/new-ui-mi-sync.exp
11472 * gdb.mi/pr11022.exp
11473 * gdb.mi/user-selected-context-sync.exp
11474 * gdb.opt/solib-intra-step.exp
11475 * gdb.python/py-events.exp
11476 * gdb.python/py-finish-breakpoint.exp
11477 * gdb.python/py-mi.exp
11478 * gdb.python/py-prettyprint.exp
11479 * gdb.python/py-shared.exp
11480 * gdb.python/py-symbol.exp
11481 * gdb.python/py-template.exp
11482 * gdb.python/py-type.exp
11483 * gdb.python/py-value.exp
11484 * gdb.reverse/solib-precsave.exp
11485 * gdb.reverse/solib-reverse.exp
11486 * gdb.server/solib-list.exp
11487 * gdb.stabs/weird.exp
11488 * gdb.threads/reconnect-signal.exp
11489 * gdb.threads/stepi-random-signal.exp
11490 * gdb.trace/actions.exp
11491 * gdb.trace/ax.exp
11492 * gdb.trace/backtrace.exp
11493 * gdb.trace/change-loc.exp
11494 * gdb.trace/deltrace.exp
11495 * gdb.trace/ftrace-lock.exp
11496 * gdb.trace/ftrace.exp
11497 * gdb.trace/infotrace.exp
11498 * gdb.trace/mi-tracepoint-changed.exp
11499 * gdb.trace/packetlen.exp
11500 * gdb.trace/passcount.exp
11501 * gdb.trace/pending.exp
11502 * gdb.trace/range-stepping.exp
11503 * gdb.trace/report.exp
11504 * gdb.trace/stap-trace.exp
11505 * gdb.trace/tfind.exp
11506 * gdb.trace/trace-break.exp
11507 * gdb.trace/trace-condition.exp
11508 * gdb.trace/trace-enable-disable.exp
11509 * gdb.trace/trace-mt.exp
11510 * gdb.trace/tracecmd.exp
11511 * gdb.trace/tspeed.exp
11512 * gdb.trace/tsv.exp
11513 * lib/perftest.exp
11514
11515 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
11516
11517 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
11518 with gdb_test_no_output.
11519 Use command as test name.
11520
11521 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
11522
11523 Fix test names starting with uppercase throughout the files.
11524
11525 * gdb.ada/assign_1.exp
11526 * gdb.ada/boolean_expr.exp
11527 * gdb.base/arrayidx.exp
11528 * gdb.base/del.exp
11529 * gdb.base/gcore-buffer-overflow.exp
11530 * gdb.base/testenv.exp
11531 * gdb.compile/compile.exp
11532 * gdb.python/py-framefilter-invalidarg.exp
11533 * gdb.python/py-framefilter.exp
11534
11535 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
11536
11537 Fix test names starting with uppercase throughout the files.
11538
11539 * gdb.ada/array_return.exp
11540 * gdb.ada/expr_delims.exp
11541 * gdb.ada/mi_dyn_arr.exp
11542 * gdb.ada/mi_interface.exp
11543 * gdb.ada/mi_var_array.exp
11544 * gdb.ada/watch_arg.exp
11545 * gdb.arch/alpha-step.exp
11546 * gdb.arch/altivec-regs.exp
11547 * gdb.arch/e500-regs.exp
11548 * gdb.arch/powerpc-d128-regs.exp
11549 * gdb.base/arrayidx.exp
11550 * gdb.base/break.exp
11551 * gdb.base/checkpoint.exp
11552 * gdb.base/debug-expr.exp
11553 * gdb.base/dmsym.exp
11554 * gdb.base/radix.exp
11555 * gdb.base/sepdebug.exp
11556 * gdb.base/testenv.exp
11557 * gdb.base/watch_thread_num.exp
11558 * gdb.base/watchpoint-cond-gone.exp
11559 * gdb.cell/break.exp
11560 * gdb.cell/ea-cache.exp
11561 * gdb.compile/compile.exp
11562 * gdb.cp/gdb2495.exp
11563 * gdb.gdb/selftest.exp
11564 * gdb.gdb/xfullpath.exp
11565 * gdb.go/hello.exp
11566 * gdb.go/integers.exp
11567 * gdb.objc/basicclass.exp
11568 * gdb.pascal/hello.exp
11569 * gdb.pascal/integers.exp
11570 * gdb.python/py-breakpoint.exp
11571 * gdb.python/py-cmd.exp
11572 * gdb.python/py-linetable.exp
11573 * gdb.python/py-xmethods.exp
11574 * gdb.python/python.exp
11575 * gdb.reverse/consecutive-precsave.exp
11576 * gdb.reverse/finish-precsave.exp
11577 * gdb.reverse/i386-precsave.exp
11578 * gdb.reverse/machinestate-precsave.exp
11579 * gdb.reverse/sigall-precsave.exp
11580 * gdb.reverse/solib-precsave.exp
11581 * gdb.reverse/step-precsave.exp
11582 * gdb.reverse/until-precsave.exp
11583 * gdb.reverse/watch-precsave.exp
11584 * gdb.threads/leader-exit.exp
11585 * gdb.threads/pthreads.exp
11586 * gdb.threads/wp-replication.exp
11587 * gdb.trace/actions.exp
11588 * gdb.trace/mi-tsv-changed.exp
11589 * gdb.trace/tsv.exp
11590
11591 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
11592
11593 Fix test names starting with uppercase throughout the files.
11594
11595 * gdb.arch/i386-bp_permanent.exp
11596 * gdb.arch/i386-gnu-cfi.exp
11597 * gdb.base/disasm-end-cu.exp
11598 * gdb.base/macscp.exp
11599 * gdb.base/pending.exp
11600 * gdb.base/watch_thread_num.exp
11601 * gdb.cp/exception.exp
11602 * gdb.cp/gdb2495.exp
11603 * gdb.cp/local.exp
11604 * gdb.python/py-evsignal.exp
11605 * gdb.python/python.exp
11606 * gdb.trace/tracecmd.exp
11607
11608 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
11609
11610 Fix test names starting with uppercase throughout the files.
11611
11612 * gdb.base/charset.exp
11613 * gdb.base/eval.exp
11614 * gdb.base/multi-forks.exp
11615 * gdb.guile/scm-progspace.exp
11616 * gdb.opencl/datatypes.exp
11617 * gdb.python/py-block.exp
11618 * gdb.python/py-function.exp
11619 * gdb.python/py-symbol.exp
11620 * gdb.python/py-symtab.exp
11621 * gdb.python/py-xmethods.exp
11622 * gdb.reverse/break-precsave.exp
11623 * gdb.reverse/break-reverse.exp
11624 * gdb.reverse/consecutive-precsave.exp
11625 * gdb.reverse/consecutive-reverse.exp
11626 * gdb.reverse/finish-precsave.exp
11627 * gdb.reverse/finish-reverse-bkpt.exp
11628 * gdb.reverse/finish-reverse.exp
11629 * gdb.reverse/fstatat-reverse.exp
11630 * gdb.reverse/getresuid-reverse.exp
11631 * gdb.reverse/i386-precsave.exp
11632 * gdb.reverse/i386-reverse.exp
11633 * gdb.reverse/i386-sse-reverse.exp
11634 * gdb.reverse/i387-stack-reverse.exp
11635 * gdb.reverse/insn-reverse.exp
11636 * gdb.reverse/machinestate-precsave.exp
11637 * gdb.reverse/machinestate.exp
11638 * gdb.reverse/next-reverse-bkpt-over-sr.exp
11639 * gdb.reverse/pipe-reverse.exp
11640 * gdb.reverse/readv-reverse.exp
11641 * gdb.reverse/recvmsg-reverse.exp
11642 * gdb.reverse/rerun-prec.exp
11643 * gdb.reverse/s390-mvcle.exp
11644 * gdb.reverse/sigall-precsave.exp
11645 * gdb.reverse/sigall-reverse.exp
11646 * gdb.reverse/solib-precsave.exp
11647 * gdb.reverse/solib-reverse.exp
11648 * gdb.reverse/step-precsave.exp
11649 * gdb.reverse/step-reverse.exp
11650 * gdb.reverse/time-reverse.exp
11651 * gdb.reverse/until-precsave.exp
11652 * gdb.reverse/until-reverse.exp
11653 * gdb.reverse/waitpid-reverse.exp
11654 * gdb.reverse/watch-precsave.exp
11655 * gdb.reverse/watch-reverse.exp
11656
11657 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
11658
11659 Fix test names starting with uppercase throughout the files.
11660
11661 * gdb.arch/i386-mpx-simple_segv.exp
11662 * gdb.arch/i386-mpx.exp
11663 * gdb.arch/i386-permbkpt.exp
11664 * gdb.arch/pa-nullify.exp
11665 * gdb.arch/powerpc-d128-regs.exp
11666 * gdb.arch/vsx-regs.exp
11667 * gdb.base/bfp-test.exp
11668 * gdb.base/break.exp
11669 * gdb.base/breakpoint-shadow.exp
11670 * gdb.base/callfuncs.exp
11671 * gdb.base/charset.exp
11672 * gdb.base/commands.exp
11673 * gdb.base/completion.exp
11674 * gdb.base/dfp-test.exp
11675 * gdb.base/echo.exp
11676 * gdb.base/ending-run.exp
11677 * gdb.base/eval.exp
11678 * gdb.base/expand-psymtabs.exp
11679 * gdb.base/float128.exp
11680 * gdb.base/floatn.exp
11681 * gdb.base/foll-exec-mode.exp
11682 * gdb.base/gdb1056.exp
11683 * gdb.base/gdb11531.exp
11684 * gdb.base/kill-after-signal.exp
11685 * gdb.base/multi-forks.exp
11686 * gdb.base/overlays.exp
11687 * gdb.base/pending.exp
11688 * gdb.base/sepdebug.exp
11689 * gdb.base/testenv.exp
11690 * gdb.base/valgrind-db-attach.exp
11691 * gdb.base/watch_thread_num.exp
11692 * gdb.base/watchpoint-cond-gone.exp
11693 * gdb.base/watchpoint.exp
11694 * gdb.base/watchpoints.exp
11695 * gdb.cp/arg-reference.exp
11696 * gdb.cp/baseenum.exp
11697 * gdb.cp/operator.exp
11698 * gdb.cp/shadow.exp
11699 * gdb.dwarf2/dw2-op-out-param.exp
11700 * gdb.dwarf2/dw2-reg-undefined.exp
11701 * gdb.go/chan.exp
11702 * gdb.go/hello.exp
11703 * gdb.go/integers.exp
11704 * gdb.go/methods.exp
11705 * gdb.go/package.exp
11706 * gdb.guile/scm-parameter.exp
11707 * gdb.guile/scm-progspace.exp
11708 * gdb.guile/scm-value.exp
11709 * gdb.mi/mi-pending.exp
11710 * gdb.mi/user-selected-context-sync.exp
11711 * gdb.multi/multi-attach.exp
11712 * gdb.multi/tids.exp
11713 * gdb.opt/clobbered-registers-O2.exp
11714 * gdb.pascal/floats.exp
11715 * gdb.pascal/integers.exp
11716 * gdb.python/py-block.exp
11717 * gdb.python/py-events.exp
11718 * gdb.python/py-parameter.exp
11719 * gdb.python/py-symbol.exp
11720 * gdb.python/py-symtab.exp
11721 * gdb.python/py-type.exp
11722 * gdb.python/py-value.exp
11723 * gdb.python/py-xmethods.exp
11724 * gdb.python/python.exp
11725 * gdb.reverse/break-precsave.exp
11726 * gdb.reverse/consecutive-precsave.exp
11727 * gdb.reverse/finish-precsave.exp
11728 * gdb.reverse/i386-precsave.exp
11729 * gdb.reverse/machinestate-precsave.exp
11730 * gdb.reverse/sigall-precsave.exp
11731 * gdb.reverse/solib-precsave.exp
11732 * gdb.reverse/step-precsave.exp
11733 * gdb.reverse/until-precsave.exp
11734 * gdb.reverse/watch-precsave.exp
11735 * gdb.server/ext-attach.exp
11736 * gdb.server/ext-restart.exp
11737 * gdb.server/ext-run.exp
11738 * gdb.server/ext-wrapper.exp
11739 * gdb.stabs/gdb11479.exp
11740 * gdb.stabs/weird.exp
11741 * gdb.threads/attach-many-short-lived-threads.exp
11742 * gdb.threads/kill.exp
11743 * gdb.threads/watchpoint-fork.exp
11744
11745 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
11746
11747 Fix test names starting with uppercase throughout all the files below.
11748
11749 * gdb.ada/array_return.exp
11750 * gdb.ada/catch_ex.exp
11751 * gdb.ada/info_exc.exp
11752 * gdb.ada/mi_catch_ex.exp
11753 * gdb.ada/mi_dyn_arr.exp
11754 * gdb.ada/mi_ex_cond.exp
11755 * gdb.ada/mi_exc_info.exp
11756 * gdb.ada/mi_interface.exp
11757 * gdb.ada/mi_task_arg.exp
11758 * gdb.ada/mi_task_info.exp
11759 * gdb.ada/mi_var_array.exp
11760 * gdb.arch/alpha-step.exp
11761 * gdb.arch/amd64-disp-step.exp
11762 * gdb.arch/arm-disp-step.exp
11763 * gdb.arch/disp-step-insn-reloc.exp
11764 * gdb.arch/e500-prologue.exp
11765 * gdb.arch/ftrace-insn-reloc.exp
11766 * gdb.arch/gdb1558.exp
11767 * gdb.arch/i386-bp_permanent.exp
11768 * gdb.arch/i386-disp-step.exp
11769 * gdb.arch/i386-float.exp
11770 * gdb.arch/i386-gnu-cfi.exp
11771 * gdb.arch/ia64-breakpoint-shadow.exp
11772 * gdb.arch/mips16-thunks.exp
11773 * gdb.arch/pa-nullify.exp
11774 * gdb.arch/powerpc-aix-prologue.exp
11775 * gdb.arch/powerpc-power.exp
11776 * gdb.arch/ppc-dfp.exp
11777 * gdb.arch/s390-tdbregs.exp
11778 * gdb.arch/spu-info.exp
11779 * gdb.arch/spu-ls.exp
11780 * gdb.arch/thumb-bx-pc.exp
11781 * gdb.base/advance.exp
11782 * gdb.base/annota-input-while-running.exp
11783 * gdb.base/arrayidx.exp
11784 * gdb.base/asmlabel.exp
11785 * gdb.base/async.exp
11786 * gdb.base/attach-wait-input.exp
11787 * gdb.base/auto-connect-native-target.exp
11788 * gdb.base/batch-preserve-term-settings.exp
11789 * gdb.base/bfp-test.exp
11790 * gdb.base/bigcore.exp
11791 * gdb.base/bp-permanent.exp
11792 * gdb.base/break-always.exp
11793 * gdb.base/break-fun-addr.exp
11794 * gdb.base/break-idempotent.exp
11795 * gdb.base/break-main-file-remove-fail.exp
11796 * gdb.base/break-probes.exp
11797 * gdb.base/break-unload-file.exp
11798 * gdb.base/break.exp
11799 * gdb.base/call-ar-st.exp
11800 * gdb.base/call-rt-st.exp
11801 * gdb.base/call-sc.exp
11802 * gdb.base/call-signal-resume.exp
11803 * gdb.base/call-strs.exp
11804 * gdb.base/callexit.exp
11805 * gdb.base/callfuncs.exp
11806 * gdb.base/catch-gdb-caused-signals.exp
11807 * gdb.base/catch-signal-siginfo-cond.exp
11808 * gdb.base/catch-syscall.exp
11809 * gdb.base/compare-sections.exp
11810 * gdb.base/cond-eval-mode.exp
11811 * gdb.base/condbreak-call-false.exp
11812 * gdb.base/consecutive-step-over.exp
11813 * gdb.base/cursal.exp
11814 * gdb.base/disabled-location.exp
11815 * gdb.base/disasm-end-cu.exp
11816 * gdb.base/display.exp
11817 * gdb.base/double-prompt-target-event-error.exp
11818 * gdb.base/dprintf-bp-same-addr.exp
11819 * gdb.base/dprintf-detach.exp
11820 * gdb.base/dprintf-next.exp
11821 * gdb.base/dprintf-non-stop.exp
11822 * gdb.base/dprintf-pending.exp
11823 * gdb.base/dso2dso.exp
11824 * gdb.base/ending-run.exp
11825 * gdb.base/enum_cond.exp
11826 * gdb.base/examine-backward.exp
11827 * gdb.base/exe-lock.exp
11828 * gdb.base/exec-invalid-sysroot.exp
11829 * gdb.base/execl-update-breakpoints.exp
11830 * gdb.base/execution-termios.exp
11831 * gdb.base/fileio.exp
11832 * gdb.base/fixsection.exp
11833 * gdb.base/foll-exec-mode.exp
11834 * gdb.base/foll-exec.exp
11835 * gdb.base/fork-running-state.exp
11836 * gdb.base/frame-args.exp
11837 * gdb.base/fullpath-expand.exp
11838 * gdb.base/func-ptr.exp
11839 * gdb.base/gcore-relro-pie.exp
11840 * gdb.base/gdb1090.exp
11841 * gdb.base/gdb1555.exp
11842 * gdb.base/global-var-nested-by-dso.exp
11843 * gdb.base/gnu-ifunc.exp
11844 * gdb.base/hbreak-in-shr-unsupported.exp
11845 * gdb.base/hbreak-unmapped.exp
11846 * gdb.base/hook-stop.exp
11847 * gdb.base/infcall-input.exp
11848 * gdb.base/info-fun.exp
11849 * gdb.base/info-shared.exp
11850 * gdb.base/interrupt-noterm.exp
11851 * gdb.base/jit-so.exp
11852 * gdb.base/jit.exp
11853 * gdb.base/line-symtabs.exp
11854 * gdb.base/list.exp
11855 * gdb.base/longjmp.exp
11856 * gdb.base/macscp.exp
11857 * gdb.base/max-value-size.exp
11858 * gdb.base/nodebug.exp
11859 * gdb.base/nofield.exp
11860 * gdb.base/overlays.exp
11861 * gdb.base/paginate-after-ctrl-c-running.exp
11862 * gdb.base/paginate-bg-execution.exp
11863 * gdb.base/paginate-inferior-exit.exp
11864 * gdb.base/pending.exp
11865 * gdb.base/pr11022.exp
11866 * gdb.base/printcmds.exp
11867 * gdb.base/ptr-typedef.exp
11868 * gdb.base/ptype.exp
11869 * gdb.base/randomize.exp
11870 * gdb.base/range-stepping.exp
11871 * gdb.base/realname-expand.exp
11872 * gdb.base/relativedebug.exp
11873 * gdb.base/remote.exp
11874 * gdb.base/savedregs.exp
11875 * gdb.base/sepdebug.exp
11876 * gdb.base/set-noassign.exp
11877 * gdb.base/shlib-call.exp
11878 * gdb.base/shreloc.exp
11879 * gdb.base/sigaltstack.exp
11880 * gdb.base/sigbpt.exp
11881 * gdb.base/siginfo-addr.exp
11882 * gdb.base/siginfo-obj.exp
11883 * gdb.base/siginfo-thread.exp
11884 * gdb.base/signest.exp
11885 * gdb.base/signull.exp
11886 * gdb.base/sigrepeat.exp
11887 * gdb.base/skip.exp
11888 * gdb.base/so-impl-ld.exp
11889 * gdb.base/solib-corrupted.exp
11890 * gdb.base/solib-disc.exp
11891 * gdb.base/solib-display.exp
11892 * gdb.base/solib-overlap.exp
11893 * gdb.base/solib-search.exp
11894 * gdb.base/solib-symbol.exp
11895 * gdb.base/source-execution.exp
11896 * gdb.base/sss-bp-on-user-bp-2.exp
11897 * gdb.base/sss-bp-on-user-bp.exp
11898 * gdb.base/stack-checking.exp
11899 * gdb.base/stale-infcall.exp
11900 * gdb.base/step-break.exp
11901 * gdb.base/step-line.exp
11902 * gdb.base/step-over-exit.exp
11903 * gdb.base/step-test.exp
11904 * gdb.base/structs.exp
11905 * gdb.base/sym-file.exp
11906 * gdb.base/symtab-search-order.exp
11907 * gdb.base/term.exp
11908 * gdb.base/type-opaque.exp
11909 * gdb.base/unload.exp
11910 * gdb.base/until-nodebug.exp
11911 * gdb.base/until.exp
11912 * gdb.base/unwindonsignal.exp
11913 * gdb.base/watch-cond.exp
11914 * gdb.base/watch-non-mem.exp
11915 * gdb.base/watch_thread_num.exp
11916 * gdb.base/watchpoint-reuse-slot.exp
11917 * gdb.base/watchpoint-solib.exp
11918 * gdb.base/watchpoint.exp
11919 * gdb.btrace/dlopen.exp
11920 * gdb.cell/arch.exp
11921 * gdb.cell/break.exp
11922 * gdb.cell/bt.exp
11923 * gdb.cell/core.exp
11924 * gdb.cell/data.exp
11925 * gdb.cell/dwarfaddr.exp
11926 * gdb.cell/ea-cache.exp
11927 * gdb.cell/ea-standalone.exp
11928 * gdb.cell/ea-test.exp
11929 * gdb.cell/f-regs.exp
11930 * gdb.cell/fork.exp
11931 * gdb.cell/gcore.exp
11932 * gdb.cell/mem-access.exp
11933 * gdb.cell/ptype.exp
11934 * gdb.cell/registers.exp
11935 * gdb.cell/sizeof.exp
11936 * gdb.cell/solib-symbol.exp
11937 * gdb.cell/solib.exp
11938 * gdb.compile/compile-tls.exp
11939 * gdb.cp/exception.exp
11940 * gdb.cp/gdb2495.exp
11941 * gdb.cp/local.exp
11942 * gdb.cp/mb-inline.exp
11943 * gdb.cp/mb-templates.exp
11944 * gdb.cp/pr10687.exp
11945 * gdb.cp/pr9167.exp
11946 * gdb.cp/scope-err.exp
11947 * gdb.cp/templates.exp
11948 * gdb.cp/virtfunc.exp
11949 * gdb.dwarf2/dw2-dir-file-name.exp
11950 * gdb.dwarf2/dw2-single-line-discriminators.exp
11951 * gdb.fortran/complex.exp
11952 * gdb.fortran/library-module.exp
11953 * gdb.guile/guile.exp
11954 * gdb.guile/scm-cmd.exp
11955 * gdb.guile/scm-frame-inline.exp
11956 * gdb.guile/scm-objfile.exp
11957 * gdb.guile/scm-pretty-print.exp
11958 * gdb.guile/scm-symbol.exp
11959 * gdb.guile/scm-type.exp
11960 * gdb.guile/scm-value.exp
11961 * gdb.linespec/keywords.exp
11962 * gdb.linespec/ls-errs.exp
11963 * gdb.linespec/macro-relative.exp
11964 * gdb.linespec/thread.exp
11965 * gdb.mi/mi-breakpoint-changed.exp
11966 * gdb.mi/mi-dprintf-pending.exp
11967 * gdb.mi/mi-fullname-deleted.exp
11968 * gdb.mi/mi-logging.exp
11969 * gdb.mi/mi-pending.exp
11970 * gdb.mi/mi-solib.exp
11971 * gdb.mi/new-ui-mi-sync.exp
11972 * gdb.mi/user-selected-context-sync.exp
11973 * gdb.multi/dummy-frame-restore.exp
11974 * gdb.multi/multi-arch-exec.exp
11975 * gdb.multi/remove-inferiors.exp
11976 * gdb.multi/watchpoint-multi-exit.exp
11977 * gdb.opt/solib-intra-step.exp
11978 * gdb.perf/backtrace.exp
11979 * gdb.perf/single-step.exp
11980 * gdb.perf/skip-command.exp
11981 * gdb.perf/skip-prologue.exp
11982 * gdb.perf/solib.exp
11983 * gdb.python/lib-types.exp
11984 * gdb.python/py-as-string.exp
11985 * gdb.python/py-bad-printers.exp
11986 * gdb.python/py-block.exp
11987 * gdb.python/py-breakpoint.exp
11988 * gdb.python/py-cmd.exp
11989 * gdb.python/py-events.exp
11990 * gdb.python/py-evthreads.exp
11991 * gdb.python/py-finish-breakpoint.exp
11992 * gdb.python/py-finish-breakpoint2.exp
11993 * gdb.python/py-frame-inline.exp
11994 * gdb.python/py-frame.exp
11995 * gdb.python/py-inferior.exp
11996 * gdb.python/py-infthread.exp
11997 * gdb.python/py-mi.exp
11998 * gdb.python/py-objfile.exp
11999 * gdb.python/py-pp-maint.exp
12000 * gdb.python/py-pp-registration.exp
12001 * gdb.python/py-prettyprint.exp
12002 * gdb.python/py-recurse-unwind.exp
12003 * gdb.python/py-shared.exp
12004 * gdb.python/py-symbol.exp
12005 * gdb.python/py-symtab.exp
12006 * gdb.python/py-template.exp
12007 * gdb.python/py-type.exp
12008 * gdb.python/py-unwind-maint.exp
12009 * gdb.python/py-unwind.exp
12010 * gdb.python/py-value.exp
12011 * gdb.python/python.exp
12012 * gdb.reverse/finish-reverse-bkpt.exp
12013 * gdb.reverse/insn-reverse.exp
12014 * gdb.reverse/next-reverse-bkpt-over-sr.exp
12015 * gdb.reverse/solib-precsave.exp
12016 * gdb.reverse/solib-reverse.exp
12017 * gdb.stabs/gdb11479.exp
12018 * gdb.stabs/weird.exp
12019 * gdb.threads/fork-child-threads.exp
12020 * gdb.threads/fork-plus-threads.exp
12021 * gdb.threads/fork-thread-pending.exp
12022 * gdb.threads/forking-threads-plus-breakpoint.exp
12023 * gdb.threads/hand-call-in-threads.exp
12024 * gdb.threads/interrupted-hand-call.exp
12025 * gdb.threads/linux-dp.exp
12026 * gdb.threads/local-watch-wrong-thread.exp
12027 * gdb.threads/next-while-other-thread-longjmps.exp
12028 * gdb.threads/non-ldr-exit.exp
12029 * gdb.threads/pending-step.exp
12030 * gdb.threads/print-threads.exp
12031 * gdb.threads/process-dies-while-detaching.exp
12032 * gdb.threads/process-dies-while-handling-bp.exp
12033 * gdb.threads/pthreads.exp
12034 * gdb.threads/queue-signal.exp
12035 * gdb.threads/reconnect-signal.exp
12036 * gdb.threads/signal-command-handle-nopass.exp
12037 * gdb.threads/signal-command-multiple-signals-pending.exp
12038 * gdb.threads/signal-delivered-right-thread.exp
12039 * gdb.threads/signal-sigtrap.exp
12040 * gdb.threads/sigthread.exp
12041 * gdb.threads/staticthreads.exp
12042 * gdb.threads/stepi-random-signal.exp
12043 * gdb.threads/thread-unwindonsignal.exp
12044 * gdb.threads/thread_check.exp
12045 * gdb.threads/thread_events.exp
12046 * gdb.threads/tid-reuse.exp
12047 * gdb.threads/tls-nodebug.exp
12048 * gdb.threads/tls-shared.exp
12049 * gdb.threads/tls-so_extern.exp
12050 * gdb.threads/tls.exp
12051 * gdb.threads/wp-replication.exp
12052 * gdb.trace/actions-changed.exp
12053 * gdb.trace/actions.exp
12054 * gdb.trace/backtrace.exp
12055 * gdb.trace/change-loc.exp
12056 * gdb.trace/collection.exp
12057 * gdb.trace/deltrace.exp
12058 * gdb.trace/disconnected-tracing.exp
12059 * gdb.trace/entry-values.exp
12060 * gdb.trace/ftrace-lock.exp
12061 * gdb.trace/ftrace.exp
12062 * gdb.trace/infotrace.exp
12063 * gdb.trace/mi-trace-frame-collected.exp
12064 * gdb.trace/mi-trace-unavailable.exp
12065 * gdb.trace/mi-traceframe-changed.exp
12066 * gdb.trace/mi-tracepoint-changed.exp
12067 * gdb.trace/mi-tsv-changed.exp
12068 * gdb.trace/no-attach-trace.exp
12069 * gdb.trace/packetlen.exp
12070 * gdb.trace/passc-dyn.exp
12071 * gdb.trace/passcount.exp
12072 * gdb.trace/pending.exp
12073 * gdb.trace/pr16508.exp
12074 * gdb.trace/qtro.exp
12075 * gdb.trace/range-stepping.exp
12076 * gdb.trace/read-memory.exp
12077 * gdb.trace/report.exp
12078 * gdb.trace/save-trace.exp
12079 * gdb.trace/signal.exp
12080 * gdb.trace/stap-trace.exp
12081 * gdb.trace/status-stop.exp
12082 * gdb.trace/strace.exp
12083 * gdb.trace/tfile.exp
12084 * gdb.trace/tfind.exp
12085 * gdb.trace/trace-break.exp
12086 * gdb.trace/trace-condition.exp
12087 * gdb.trace/trace-enable-disable.exp
12088 * gdb.trace/trace-mt.exp
12089 * gdb.trace/tracecmd.exp
12090 * gdb.trace/tracefile-pseudo-reg.exp
12091 * gdb.trace/tspeed.exp
12092 * gdb.trace/tstatus.exp
12093 * gdb.trace/tsv.exp
12094 * gdb.trace/unavailable.exp
12095 * gdb.trace/while-dyn.exp
12096 * gdb.trace/while-stepping.exp
12097 * lib/gdb-guile.exp
12098 * lib/gdb.exp
12099 * lib/mi-support.exp
12100 * lib/pascal.exp
12101 * lib/perftest.exp
12102 * lib/prelink-support.exp
12103 * lib/selftest-support.exp
12104
12105 2016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
12106
12107 * Makefile.in: Include disable-implicit-rules.mk.
12108
12109 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
12110
12111 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
12112 non-byte-aligned bit fields.
12113
12114 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
12115
12116 PR gdb/12616
12117 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
12118 respects the DW_AT_data_bit_offset attribute.
12119
12120 2016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
12121
12122 * gdb.base/default.exp: Fix output of "set language".
12123
12124 2016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
12125
12126 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
12127 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
12128 make.
12129 * configure.ac: Remove checks for the make program.
12130 * configure: Re-generate.
12131
12132 2016-11-16 Kevin Buettner <kevinb@redhat.com>
12133
12134 * gdb.python/py-recurse-unwind.c (main): Add loop.
12135 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
12136 to read_register() and gdb.parse_and_eval(). Make each code
12137 call a separate case that can be individually tested.
12138 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
12139 proc. Call cont_and_backtrace for each of the code paths that
12140 we want to test in the unwinder.
12141
12142 2016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
12143
12144 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
12145 the definition of struct S.
12146
12147 2016-11-11 Catherine Moore <clm@codesourcery.com>
12148
12149 * gdb.base/dump.exp: Identify verilog format dump tests as such.
12150
12151 2016-11-09 Pedro Alves <palves@redhat.com>
12152
12153 * gdb.base/commands.exp (runto_or_return): New procedure.
12154 (gdbvar_simple_if_test, gdbvar_simple_while_test)
12155 (gdbvar_complex_if_while_test, progvar_simple_if_test)
12156 (progvar_simple_while_test, progvar_complex_if_while_test)
12157 (if_while_breakpoint_command_test)
12158 (infrun_breakpoint_command_test, breakpoint_command_test)
12159 (user_defined_command_test, watchpoint_command_test)
12160 (test_command_prompt_position, redefine_hook_test)
12161 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
12162 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
12163 multi_line_input and multi_line. Remove gdb_expect and
12164 gdb_stop_suppressing_tests uses.
12165 * lib/gdb.exp (valnum_re): New global.
12166 (multi_line_input): New procedure.
12167
12168 2016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
12169
12170 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
12171 Remove.
12172 (test_setup): Define with proc_with_prefix.
12173 (test_cli_inferior): Likewise.
12174 (test_cli_thread): Likewise.
12175 (test_cli_frame): Likewise.
12176 (test_cli_select_frame): Likewise.
12177 (test_cli_up_down): Likewise.
12178 (test_mi_thread_select): Likewise.
12179 (test_mi_stack_select_frame): Likewise.
12180 (test_cli_in_mi_inferior): Likewise.
12181 (test_cli_in_mi_thread): Likewise.
12182 (test_cli_in_mi_frame): Likewise.
12183 (top level): Do not use with_test_prefix_procname.
12184
12185 2016-11-09 Pedro Alves <palves@redhat.com>
12186
12187 * gdb.base/commands.exp (gdbvar_simple_if_test)
12188 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
12189 (progvar_simple_if_test, progvar_simple_while_test)
12190 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
12191 (infrun_breakpoint_command_test, breakpoint_command_test)
12192 (user_defined_command_test, watchpoint_command_test)
12193 (test_command_prompt_position, deprecated_command_test)
12194 (bp_deleted_in_command, temporary_breakpoint_commands)
12195 (stray_arg0_test, source_file_with_indented_comment)
12196 (recursive_source_test, if_commands_test)
12197 (error_clears_commands_left, redefine_hook_test)
12198 (redefine_backtrace_test): Use proc_with_prefix.
12199 * lib/gdb.exp (proc_with_prefix): New proc.
12200
12201 2016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
12202
12203 * gdb.base/tui-layout.c: New file.
12204 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
12205 disassembly window contains very long lines.
12206
12207 2016-11-08 Tom Tromey <tom@tromey.com>
12208
12209 * gdb.python/py-value.exp (test_value_creation): Make "long" test
12210 depend on Python 2.
12211
12212 2016-11-08 Tom Tromey <tom@tromey.com>
12213
12214 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
12215 New method.
12216
12217 2016-10-29 Manish Goregaokar <manish@mozilla.com>
12218
12219 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
12220
12221 2016-10-27 Manish Goregaokar <manish@mozilla.com>
12222
12223 * gdb.rust/simple.rs: Add test for univariant enums without
12224 discriminants and for encoded struct-like enums.
12225
12226 2016-10-28 Pedro Alves <palves@redhat.com>
12227
12228 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
12229 gdb_test_multiple, tighten regexps and match symtabs and line
12230 tables incrementally.
12231
12232 2016-10-28 Luis Machado <lgustavo@codesourcery.com>
12233
12234 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
12235 general.
12236
12237 2016-10-25 Luis Machado <lgustavo@codesourcery.com>
12238
12239 * gdb.base/exec-invalid-sysroot.exp: New file.
12240
12241 2016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
12242
12243 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
12244
12245 2016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
12246
12247 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
12248
12249 2016-10-19 Maciej W. Rozycki <macro@imgtec.com>
12250
12251 * gdb.base/killed-outside.exp: Remove $options from a call to
12252 `prepare_for_testing'.
12253
12254 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
12255
12256 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
12257 Change test message.
12258
12259 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
12260
12261 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
12262 Update comment.
12263
12264 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
12265
12266 * gdb.trace/mi-trace-save.exp: New file.
12267
12268 2016-10-13 Yao Qi <yao.qi@linaro.org>
12269
12270 * gdb.base/code_elim.exp (get_var_address): Remove.
12271 * gdb.base/relocate.exp: Likewise.
12272 * gdb.base/shreloc.exp: Likewise.
12273 * lib/gdb.exp (get_var_address): New.
12274
12275 2016-10-13 Yao Qi <yao.qi@linaro.org>
12276
12277 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
12278 floating point tests if $skip_float_test is false.
12279
12280 2016-10-12 Luis Machado <lgustavo@codesourcery.com>
12281
12282 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
12283 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
12284 argc values.
12285 Add 1 to argc so we guarantee distinct initial/modified argc values.
12286
12287 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
12288
12289 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
12290
12291 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
12292
12293 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
12294 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
12295 * gdb.arch/vsx-regs.exp: Likewise.
12296
12297 2016-10-07 Yao Qi <yao.qi@linaro.org>
12298
12299 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
12300
12301 2016-10-07 Markus Metzger <markus.t.metzger@intel.com>
12302
12303 * gdb.python/python.exp: Test decode_line("*0").
12304
12305 2016-10-06 Doug Evans <dje@google.com>
12306
12307 * gdb.python/py-value.exp (test_value_creation): Add test for large
12308 unsigned 64-bit value.
12309
12310 2016-10-06 Tom Tromey <tom@tromey.com>
12311
12312 * gdb.compile/compile.exp: Change java tests to rust.
12313 * gdb.base/setshow.exp: Change java tests to rust.
12314 * gdb.base/default.exp: Remove java from language list.
12315 * README (Examples): Update language example.
12316 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
12317 test.
12318 * lib/gdb.exp (skip_java_tests): Remove.
12319 * lib/java.exp: Remove.
12320 * gdb.java: Remove.
12321
12322 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
12323
12324 * gdb.arch/mips-fcr.exp: New test.
12325 * gdb.arch/mips-fcr.c: Source for the new test.
12326
12327 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
12328
12329 * gdb.base/solib-disc.exp: Use `standard_output_file'
12330 throughout.
12331
12332 2016-10-06 Pedro Alves <palves@redhat.com>
12333
12334 * gdb.base/jit-simple-dl.c: New file.
12335 * gdb.base/jit-simple-jit.c: New file, factored out from ...
12336 * gdb.base/jit-simple.c: ... this.
12337 * gdb.base/jit-simple.exp (jit_run): Delete.
12338 (build_jit): New proc.
12339 (jit_test_reread): Recompile either the main program or the shared
12340 library, depending on what is being tested. Skip changing address
12341 if caller wants to. Compare before/after addresses. If testing
12342 standalone, explicitly load the binary. Test "maint info
12343 breakpoints".
12344 (top level): Add "standalone vs shared lib" and "change address"
12345 vs "same address" axes.
12346
12347 2016-10-06 Pedro Alves <palves@redhat.com>
12348
12349 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
12350 call.
12351 (jit_run): Delete.
12352 (jit_test_reread): Use with_test_prefix. Reload the main binary
12353 explicitly. Compare the before/after addresses of the JIT
12354 descriptor.
12355
12356 2016-08-15 Doug Evans <dje@google.com>
12357
12358 * gdb.xml/extra-regs.xml: Update, end field now required, default type
12359 for single bitfields is bool.
12360 * gdb.xml/tdesc-regs.exp: Ditto.
12361
12362 2016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
12363
12364 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
12365
12366 2016-10-05 Yao Qi <yao.qi@linaro.org>
12367
12368 * lib/gdb.exp (support_complex_tests): Return zero if
12369 gdb_skip_float_test return true.
12370
12371 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
12372 Simon Marchi <simon.marchi@ericsson.com>
12373
12374 PR gdb/20487
12375 * gdb.mi/user-selected-context-sync.exp: New file.
12376 * gdb.mi/user-selected-context-sync.c: New file.
12377
12378 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
12379 Simon Marchi <simon.marchi@ericsson.com>
12380
12381 PR gdb/20487
12382 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
12383 =thread-select-event check.
12384
12385 2016-09-29 Peter Bergner <bergner@vnet.ibm.com>
12386
12387 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
12388 the compulsory L operand changes.
12389 * gdb.arch/powerpc-power.s: Likewise.
12390
12391 2016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
12392
12393 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
12394 * gdb.base/jit-attach-pie.c: New file.
12395 * gdb.base/jit-attach-pie.exp: New file.
12396
12397 2016-09-28 Pedro Alves <palves@redhat.com>
12398
12399 * gdb.base/infcall-input.c: New file.
12400 * gdb.base/infcall-input.exp: New file.
12401
12402 2016-09-22 Yao Qi <yao.qi@linaro.org>
12403
12404 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
12405 (gdb_exit): Rename it to ...
12406 (gdbserver_gdb_exit): ... Close GDBserver.
12407 (gdb_exit): New proc, call gdbserver_gdb_exit.
12408 (mi_gdb_exit): Likewise.
12409
12410 2016-09-22 Yao Qi <yao.qi@linaro.org>
12411
12412 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
12413 path.
12414 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
12415 Remove duplication.
12416
12417 2016-09-22 Yao Qi <yao.qi@linaro.org>
12418
12419 * lib/gdbserver-support.exp: Check the existence of
12420 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
12421
12422 2016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
12423
12424 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
12425
12426 2016-09-21 Tom Tromey <tom@tromey.com>
12427
12428 PR gdb/20604:
12429 * gdb.base/quit.exp: New file.
12430
12431 2016-09-21 Simon Marchi <simon.marchi@ericsson.com>
12432
12433 * .gitignore: New file.
12434
12435 2016-09-21 Maciej W. Rozycki <macro@imgtec.com>
12436
12437 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
12438 throughout.
12439
12440 2016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
12441
12442 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
12443
12444 2016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
12445
12446 * gdb.cp/casts.cc (decltype): Move it ...
12447 (main): ... with its call to ...
12448 * gdb.cp/casts03.cc: ... a new file.
12449 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
12450
12451 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
12452
12453 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
12454
12455 2016-09-15 Peter Bergner <bergner@vnet.ibm.com>
12456
12457 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
12458 and sync up the test with tests in gas/testsuite/gas/ppc.
12459 * gdb.arch/powerpc-power.exp: Likewise.
12460
12461 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
12462
12463 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
12464
12465 2016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
12466 Jan Kratochvil <jan.kratochvil@redhat.com>
12467
12468 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
12469 make m1's definition to be different from m2's. Use 'dummy' as an
12470 argument for probe 'two'.
12471
12472 2016-09-10 Jon Beniston <jon@beniston.com>
12473
12474 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
12475 for sim target.
12476
12477 2016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
12478
12479 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
12480 variable declaration.
12481 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
12482 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
12483 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
12484 received HWCAP as its argument.
12485
12486 2016-09-06 Pedro Alves <palves@redhat.com>
12487
12488 * gdb.base/new-ui-pending-input.c: New file.
12489 * gdb.base/new-ui-pending-input.exp: New file.
12490 * gdb.exp (clear_gdb_spawn_id): New procedure.
12491 (with_spawn_id): Check whether gdb_spawn_id exists before
12492 referencing it. If gdb_spawn_id didn't exist on entry, clear it
12493 on exit.
12494
12495 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
12496
12497 * gdb.base/float128.c: New file.
12498 * gdb.base/float128.exp: Likewise.
12499 * gdb.base/floatn.c: Likewise.
12500 * gdb.base/floatn.exp: Likewise.
12501
12502 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
12503
12504 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
12505
12506 2016-09-05 Pedro Alves <palves@redhat.com>
12507
12508 PR backtrace/19927
12509 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
12510 unwinders are immediately called as side effect of "source" or
12511 "disable unwinder" commands.
12512 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
12513
12514 2016-09-02 Yao Qi <yao.qi@linaro.org>
12515
12516 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
12517 is true and $type is "float" or "double".
12518
12519 2016-09-02 Yao Qi <yao.qi@linaro.org>
12520
12521 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
12522 true.
12523 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
12524 * gdb.base/call-rt-st.exp: Likewise.
12525 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
12526 return value instead of gdb,skip_float_test.
12527 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
12528 (do_function_calls): Use its return value instead of
12529 gdb,skip_float_test.
12530 * gdb.base/finish.exp: Likewise.
12531 * gdb.base/funcargs.exp: Likewise.
12532 * gdb.base/return.exp: Likewise.
12533 * gdb.base/return2.exp: Likewise.
12534 * gdb.base/varargs.exp: Likewise.
12535 * lib/gdb.exp (gdb_skip_float_test): Change it to
12536 gdb_caching_proc. Detect the broken ptrace on arm-linux.
12537
12538 2016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
12539
12540 * gdb.multi/tids.exp: Test "thread apply all".
12541
12542 2016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
12543
12544 * gdb.base/default.exp (tty): Remove.
12545
12546 2016-08-24 Kevin Buettner <kevinb@redhat.com>
12547
12548 * gdb.python/py-recurse-unwind.c: New file.
12549 * gdb.python/py-recurse-unwind.py: New file.
12550 * gdb.python/py-recurse-unwind.exp: New file.
12551
12552 2016-08-24 Simon Marchi <simon.marchi@ericsson.com>
12553
12554 * gdb.base/set-inferior-tty.exp: New file.
12555 * gdb.base/set-inferior-tty.c: New file.
12556
12557 2016-08-23 Pedro Alves <palves@redhat.com>
12558
12559 PR gdb/20494
12560 * gdb.base/new-ui-echo.c: New file.
12561 * gdb.base/new-ui-echo.exp: New file.
12562
12563 2016-08-23 Yao Qi <yao.qi@linaro.org>
12564
12565 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
12566 gdbserver_spawn.
12567 * gdb.server/connect-without-multi-process.exp (do_test):
12568 Likewise.
12569
12570 2016-08-23 Yao Qi <yao.qi@linaro.org>
12571
12572 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
12573 standalone_txt. Delete gdb_txt and standalone_txt on host
12574 and target. Spawn the binary on target. Copy files from
12575 target to host.
12576
12577 2016-08-22 Pedro Alves <palves@redhat.com>
12578
12579 PR gdb/20505
12580 * gdb.base/vdso-warning.exp: Test core dumps too. Use
12581 with_test_prefix. Factor out bits to ...
12582 (test_no_vdso): ... this new procedure.
12583
12584 2016-08-19 Carl Love <cel@us.ibm.com>
12585
12586 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
12587 maintaining separate logic for constructing the output path.
12588 * gdb.arch/powerpc-d128-regs.exp: Likewise.
12589 * gdb.arch/ppc-dfp.exp: Likewise.
12590 * gdb.arch/ppc-fp.exp: Likewise.
12591 * gdb.arch/vsx-regs.exp: Likewise.
12592 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
12593 binprefix for generating the additional binary files.
12594
12595 2016-08-19 Pedro Alves <palves@redhat.com>
12596
12597 * gdb.trace/mi-trace-frame-collected.exp
12598 (test_trace_frame_collected): On x32, expect two registers.
12599
12600 2016-08-18 Carl Love <cel@us.ibm.com>
12601
12602 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
12603 and sync up the test with tests in gas/testsuite/gas/ppc.
12604 * gdb.arch/powerpc-power.exp: Likewise.
12605
12606 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
12607
12608 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
12609 expected error message.
12610
12611 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
12612
12613 * gdb.multi/remove-inferiors.exp: New file.
12614 * gdb.multi/remove-inferiors.c: New file.
12615
12616 2016-08-12 Yao Qi <yao.qi@linaro.org>
12617
12618 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
12619 argument list.
12620
12621 2016-08-10 Pedro Alves <palves@redhat.com>
12622
12623 PR gdb/19187
12624 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
12625 setup_kfails.
12626
12627 2016-08-09 Pedro Alves <palves@redhat.com>
12628 Simon Marchi <simon.marchi@ericsson.com>
12629
12630 PR gdb/20418
12631 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
12632 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
12633
12634 2016-08-09 Pedro Alves <palves@redhat.com>
12635
12636 PR mi/20431
12637 * gdb.mi/mi-cmd-error.exp: New file.
12638
12639 2016-08-09 Pedro Alves <palves@redhat.com>
12640
12641 PR gdb/18653
12642 * gdb.base/signals-state-child.c: New file.
12643 * gdb.base/signals-state-child.exp: New file.
12644 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
12645
12646 2016-08-09 Pedro Alves <palves@redhat.com>
12647
12648 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
12649
12650 2016-08-03 Tom Tromey <tom@tromey.com>
12651
12652 PR python/18565:
12653 * gdb.python/py-frame-inline.exp: Add Frame.function test.
12654
12655 2016-08-01 Yao Qi <yao.qi@linaro.org>
12656
12657 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
12658 variable mode to "multi-process" if $multi_process is 1, otherwise
12659 set it to "single-process".
12660
12661 2016-08-01 Yao Qi <yao.qi@linaro.org>
12662
12663 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
12664 * gdb.cp/cpexprs.exp: Likewise.
12665 * gdb.cp/m-static.exp: Likewise.
12666
12667 2016-07-26 Tom Tromey <tom@tromey.com>
12668
12669 PR python/20190:
12670 * gdb.threads/tls.exp (check_thread_local): Add python symbol
12671 test.
12672
12673 2016-07-26 Markus Metzger <markus.t.metzger@intel.com>
12674
12675 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
12676 selecting assembly source files.
12677 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
12678 assembly source files.
12679 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
12680 assembly source files.
12681 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
12682 selecting assembly source files.
12683
12684 2016-07-25 Simon Marchi <simon.marchi@ericsson.com>
12685
12686 * gdb.base/new-ui.exp (do_test_invalid_args): New
12687 procedure.
12688
12689 2016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
12690
12691 * gdb.btrace/reconnect.c: New file.
12692 * gdb.btrace/reconnect.exp: New file.
12693
12694 2016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
12695
12696 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
12697 to test_catch_syscall_group.
12698 (test_catch_syscall_group): New.
12699
12700 2016-07-21 Tom Tromey <tom@tromey.com>
12701
12702 * gdb.rust/simple.rs (main): Use empty struct expression.
12703 * gdb.rust/simple.exp: Add tests for empty struct expression.
12704
12705 2016-07-21 Yao Qi <yao.qi@linaro.org>
12706
12707 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
12708 if gdb_skip_xml_test is true on some targets.
12709
12710 2016-07-21 Yao Qi <yao.qi@linaro.org>
12711
12712 * gdb.server/solib-list.exp: Unset last_loaded_file.
12713
12714 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
12715
12716 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
12717 "step into captured_main (args)".
12718
12719 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
12720
12721 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
12722
12723 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
12724
12725 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
12726
12727 2016-07-19 Pedro Alves <palves@redhat.com>
12728
12729 * gdb.opt/inline-break.exp: Remove optimize=-O2.
12730 * gdb.opt/inline-bt.exp: Likewise.
12731 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
12732 additional_flags=-Winline.
12733 * gdb.opt/inline-locals.exp: Likewise.
12734 * gdb.opt/inline-markers.c (ATTR): Define.
12735 (inlined_fn): Use it.
12736
12737 2016-07-19 Yao Qi <yao.qi@linaro.org>
12738
12739 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
12740 (test_with_self): Remove some code. Remove argument executable.
12741 (top-level): Use do_self_tests.
12742
12743 2016-07-15 Zachary Welch <zwelch@codesourcery.com>
12744 Don Breazeal <donb@codesourcery.com>
12745
12746 * gdb.base/maint.exp: Escape paths used in regular expressions.
12747 * gdb.stabs/weird.exp: Likewise.
12748
12749 2016-07-13 Tom Tromey <tom@tromey.com>
12750
12751 PR python/15620, PR python/18620:
12752 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
12753 (test_bkpt_events): New procs.
12754
12755 2016-07-13 Tom Tromey <tom@tromey.com>
12756
12757 PR python/17698:
12758 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
12759 test.
12760 (test_watchpoints): Likewise.
12761 (test_bkpt_pending): New proc.
12762
12763 2016-07-13 Tom Tromey <tom@tromey.com>
12764
12765 PR cli/18053:
12766 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
12767 completion test.
12768
12769 2016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
12770
12771 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
12772 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
12773 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
12774 f_label.
12775 (g): Rename g_end_lbl to g_label.
12776 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
12777 low_pc and high_pc.
12778 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
12779
12780 2016-07-12 Tom Tromey <tom@tromey.com>
12781
12782 PR python/19293:
12783 * gdb.python/py-unwind-maint.exp: Update tests.
12784
12785 2016-07-12 Yao Qi <yao.qi@linaro.org>
12786
12787 * lib/selftest-support.exp (selftest_setup): Match the output
12788 when captured_main is inlined.
12789
12790 2016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
12791
12792 * gdb.fortran/derived-types.exp (result_line, result_line_2):
12793 New variables.
12794 (print this%a, print this%b, print this): New tests.
12795 * gdb.fortran/derived-types.f90 (this): New object and
12796 initialization.
12797
12798 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
12799
12800 * gdb.ada/arraydim.exp: Remove extra directory level in build
12801 directory.
12802
12803 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
12804
12805 * lib/ada.exp: Remove extra directory level in build directory.
12806 * gdb.ada/cond_lang.exp: Likewise.
12807 * gdb.ada/exec_changed.exp: Likewise.
12808 * gdb.ada/lang_switch.exp: Likewise.
12809
12810 2016-07-06 Manish Goregaokar <manish@mozilla.com>
12811
12812 * simple.rs: Add test for raw pointer subscripting.
12813 * simple.exp: Add test expectations.
12814
12815 2016-07-05 Yao Qi <yao.qi@linaro.org>
12816
12817 * gdb.mi/mi-reverse.exp: Match =record-started output.
12818
12819 2016-07-01 Pedro Alves <palves@redhat.com>
12820
12821 * gdb.base/jit-reader.exp (info_registers_current_frame): New
12822 procedure.
12823 (jit_reader_test): Test the jit reader's unwinder.
12824 * gdb.base/jithost.c (jit_function_00_code): New global.
12825 (main): Use memcpy to fill in the mmapped code, instead of poking
12826 bytes manually here.
12827 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
12828 value.
12829 (read_debug_info): Save the function's range.
12830 (read_sp): New function.
12831 (unwind_frame): Use it. Also unwind RBP.
12832 (get_frame_id): Use read_sp.
12833 (gdb_init_reader): Use calloc instead of malloc.
12834 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
12835 parameter. Use gdb_test_multiple.
12836
12837 2016-07-01 Pedro Alves <palves@redhat.com>
12838 Antoine Tremblay <antoine.tremblay@ericsson.com>
12839
12840 * gdb.threads/process-dies-while-detaching.c: New file.
12841 * gdb.threads/process-dies-while-detaching.exp: New file.
12842
12843 2016-07-01 Pedro Alves <palves@redhat.com>
12844
12845 * gdb.multi/watchpoint-multi-exit.c: New file.
12846 * gdb.multi/watchpoint-multi-exit.exp: New file.
12847
12848 2016-06-30 Pedro Alves <palves@redhat.com>
12849
12850 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
12851 unset inferior_spawn_id.
12852
12853 2016-06-30 Pedro Alves <palves@redhat.com>
12854
12855 * lib/mi-support.exp (default_mi_gdb_start): Declare global
12856 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
12857
12858 2016-06-29 Yao Qi <yao.qi@linaro.org>
12859
12860 * gdb.base/return.c: Add copyright header.
12861
12862 2016-06-29 Tom Tromey <tom@tromey.com>
12863
12864 PR python/20129:
12865 * gdb.python/py-framefilter.exp: Add tests for setting priority
12866 and disabling of non-existent frame filter.
12867
12868 2016-06-29 Yao Qi <yao.qi@linaro.org>
12869
12870 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
12871 0x0f07ff.
12872
12873 2016-06-28 Yao Qi <yao.qi@linaro.org>
12874
12875 * gdb.base/catch-syscall.exp: Remove check on isnative and target
12876 triplets. Start gdb, execute catch syscall, and continue. Check
12877 gdb's output to determine catch syscall is supported.
12878
12879 2016-06-27 Manish Goregaokar <manish@mozilla.com>
12880
12881 * gdb.rust/simple.rs: Add test for returning unit in a function.
12882 * gdb.rust/simple.exp: Add expectation for functions returning
12883 unit.
12884
12885 2016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
12886
12887 * gdb.python/py-breakpoint-create-fail.c,
12888 gdb.python/py-breakpoint-create-fail.exp,
12889 gdb.python/py-breakpoint-create-fail.py: New testcase.
12890
12891 2016-06-25 Manish Goregaokar <manish@mozilla.com>
12892
12893 PR gdb/20239
12894 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
12895 * gdb.rust/simple.exp: Add test expectations for new NonZero
12896 tests.
12897
12898 2016-06-24 David Taylor <dtaylor@emc.com>
12899
12900 * gdb.base/offsets.exp: New file.
12901 * gdb.base/offsets.c: New file.
12902
12903 2016-06-23 Tom Tromey <tom@tromey.com>
12904
12905 PR gdb/16483:
12906 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
12907 before any filters are loaded.
12908
12909 2016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
12910
12911 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
12912 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
12913 structs.
12914 * gdb.fortran/derived-type-function.exp: New file.
12915 * gdb.fortran/derived-type-function.f90: New file.
12916
12917
12918 2016-06-21 Pedro Alves <palves@redhat.com>
12919
12920 * gdb.base/new-ui.exp: New file.
12921 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
12922 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
12923 (with_spawn_id): New procedure.
12924
12925 2016-06-21 Pedro Alves <palves@redhat.com>
12926
12927 * gdb.mi/mi-exec-run.exp: New file.
12928
12929 2016-06-21 Pedro Alves <palves@redhat.com>
12930
12931 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
12932 breakpoint command's output on the main UI.
12933 (test_break): New procedure, factored out from calls in the top
12934 level.
12935 (top level): Use foreach_with_prefix to test MI as main UI and as
12936 separate UI.
12937
12938 2016-06-21 Pedro Alves <palves@redhat.com>
12939
12940 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
12941 (test_awatch_creation_and_listing)
12942 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
12943 Remove 'type' parameter.
12944 (test_watchpoint_all): New parameter mi_mode. Remove
12945 with_test_prefix.
12946 (top level): Use foreach_with_prefix, and add main/separate UI MI
12947 testing axis.
12948
12949 2016-06-21 Pedro Alves <palves@redhat.com>
12950
12951 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
12952 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
12953 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
12954 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
12955 (gdb_main_spawn_id, mi_spawn_id): Declare and
12956 comment.
12957 (mi_create_inferior_pty): New procedure,
12958 factored out from default_mi_gdb_start.
12959 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
12960 procedures.
12961 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
12962 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
12963 Use mi_create_inferior_pty.
12964 (mi_gdb_start): Use eval to pass down args list.
12965
12966 2016-06-21 Pedro Alves <palves@redhat.com>
12967
12968 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
12969 * gdb.opt/inline-cmds.exp: Add MI tests.
12970
12971 2016-06-21 Pedro Alves <palves@redhat.com>
12972
12973 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
12974
12975 2016-06-21 Pedro Alves <palves@redhat.com>
12976
12977 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
12978 (top level): Use it instead of mi_execute_to.
12979
12980 2016-06-21 Pedro Alves <palves@redhat.com>
12981
12982 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
12983 (cont_handler_str): New.
12984 (signal_stop_handler): Set stop_handler_str instead of printing to
12985 stdout.
12986 (continue_handler): Set cont_handler_str instead of printing to
12987 stdout.
12988 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
12989 mi_send_resuming_command. Print stop_handler_str and
12990 cont_handler_str instead of expecting the python events print
12991 directly.
12992
12993 2016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
12994
12995 * gdb.base/jit-reader.exp: New file.
12996 * gdb.base/jithost.c: New file.
12997 * gdb.base/jithost.h: New file.
12998 * gdb.base/jitreader.c : New file.
12999 * gdb.base/jit-protocol.h: New file.
13000
13001 2016-06-17 Yao Qi <yao.qi@linaro.org>
13002
13003 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
13004 parameters follow_fork and detach_on_fork. Set follow-fork-mode
13005 and detach-on-fork. Adjust tests.
13006 (top level): Invoke break_cond_on_syscall with combinations of
13007 syscall, follow-fork-mode and detach-on-fork.
13008
13009 2016-06-17 Yao Qi <yao.qi@linaro.org>
13010
13011 * gdb.base/step-over-exit.c: New.
13012 * gdb.base/step-over-exit.exp: New.
13013
13014 2016-06-17 Yan-Ting Lin <currygt52@gmail.com>
13015
13016 * gdb.base/float.exp: Add target check for nds32*-*-*.
13017 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
13018
13019 2016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
13020
13021 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
13022 for unsupported target features.
13023 * gdb.base/call-rt-st.exp: Likewise.
13024 * gdb.base/call-sc.exp: Likewise.
13025 * gdb.base/call-signal-resume.exp: Likewise.
13026 * gdb.base/call-strs.exp: Likewise.
13027 * gdb.base/callexit.exp: Likewise.
13028 * gdb.base/callfuncs.exp: Likewise.
13029 * gdb.base/nodebug.exp: Likewise.
13030 * gdb.base/printcmds.exp: Likewise.
13031 * gdb.base/ptype.exp: Likewise.
13032 * gdb.base/structs.exp: Likewise.
13033 * gdb.base/unwindonsignal.exp: Likewise.
13034 * gdb.cp/gdb2495.exp: Likewise.
13035 * gdb.cp/templates.exp: Likewise.
13036 * gdb.cp/virtfunc.exp: Likewise.
13037 * gdb.threads/hand-call-in-threads.exp: Likewise.
13038 * gdb.threads/interrupted-hand-call.exp: Likewise.
13039 * gdb.threads/thread-unwindonsignal.exp: Likewise.
13040
13041 2016-06-10 Tom Tromey <tom@tromey.com>
13042
13043 PR rust/20110:
13044 * gdb.rust/expr.exp: Add test for integer constant larger than
13045 i32.
13046
13047 2016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
13048
13049 * gdb.fortran/nested-funcs.exp: New.
13050 * gdb.fortran/nested-funcs.f90: New.
13051
13052 2016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
13053
13054 * gdb.base/examine-backward.c: New file.
13055 * gdb.base/examine-backward.exp: New file.
13056
13057 2016-06-06 Simon Marchi <simon.marchi@ericsson.com>
13058
13059 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
13060 matching.
13061
13062 2016-06-02 Tom Tromey <tom@tromey.com>
13063
13064 PR python/18984:
13065 * gdb.python/py-shared.exp: Add solib_name test.
13066
13067 2016-06-02 Simon Marchi <simon.marchi@ericsson.com>
13068
13069 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
13070
13071 2016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
13072
13073 PR c++/19893
13074 * gdb.dwarf2/implref.exp: Rename to...
13075 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
13076 * gdb.dwarf2/implref-array.c: New file.
13077 * gdb.dwarf2/implref-array.exp: Likewise.
13078 * gdb.dwarf2/implref-global.c: Likewise.
13079 * gdb.dwarf2/implref-global.exp: Likewise.
13080 * gdb.dwarf2/implref-struct.c: Likewise.
13081 * gdb.dwarf2/implref-struct.exp: Likewise.
13082
13083 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
13084
13085 * gdb.trace/trace-condition.exp: Add 64bit tests.
13086
13087 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
13088
13089 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
13090 bits types.
13091 (main): Adapt to 8 to 64 bits types.
13092 * gdb.trace/trace-condition.exp: Add new tests.
13093
13094 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
13095
13096 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
13097
13098 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
13099
13100 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
13101 Move condition tests...
13102 * gdb.trace/trace-condition.exp: Here.
13103
13104 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
13105
13106 * gdb.trace/trace-condition.exp: Add counter-case tests.
13107
13108 2016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
13109
13110 PR c++/15231
13111 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
13112 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
13113
13114 2016-05-27 Pedro Alves <palves@redhat.com>
13115
13116 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
13117 New procedure.
13118 (top level): Call it, and bail out of DejaGnu is known to be bad.
13119
13120 2016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
13121
13122 * gdb.base/whatis.c: Extend the test case.
13123 * gdb.base/whatis.exp: Add additional tests.
13124
13125 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
13126
13127 * gdb.fortran/type.f90: Add pointer variable.
13128 * gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
13129
13130 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
13131
13132 * gdb.fortran/vla-type.exp: Fix testcase name.
13133
13134 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
13135
13136 * gdb.fortran/vla-type.exp: Access elements in nested structs.
13137
13138 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
13139
13140 * gdb.fortran/type.f90: Add nested structures.
13141 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
13142 * gdb.fortran/derived-type.exp: Adapt expected output.
13143 * gdb.fortran/vla-type.exp: Adapt expected output.
13144
13145 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
13146
13147 * gdb.fortran/whatis_type.exp: Adapt expected output.
13148
13149 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
13150
13151 * gdb.fortran/print_type.exp: Fix expected output.
13152 * gdb.fortran/whatis_type.exp: Fix expected output.
13153
13154 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
13155
13156 * gdb.fortran/whatis_type.exp: Use multi_line.
13157
13158 2016-05-24 Tom Tromey <tom@tromey.com>
13159
13160 PR python/17386:
13161 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
13162 use value as an index.
13163
13164 2016-05-23 Tom Tromey <tom@tromey.com>
13165
13166 PR python/17981:
13167 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
13168 no-breakpoint case.
13169
13170 2016-05-24 Pedro Alves <palves@redhat.com>
13171
13172 PR gdb/19828
13173 * gdb.threads/clone-attach-detach.c: New file.
13174 * gdb.threads/clone-attach-detach.exp: New file.
13175
13176 2016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
13177
13178 * gdb.base/annota-input-while-running.exp: Fix syntax error.
13179
13180 2016-05-23 Tom Tromey <tom@tromey.com>
13181
13182 PR python/19438, PR python/18393:
13183 * gdb.python/py-progspace.exp: Add "dir" test.
13184 * gdb.python/py-objfile.exp: Add "dir" test.
13185
13186 2016-05-23 Yao Qi <yao.qi@linaro.org>
13187
13188 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
13189 * gdb.arch/thumb2-it.exp: Likewise.
13190
13191 2016-05-18 Simon Marchi <simon.marchi@ericsson.com>
13192
13193 * gdb.mi/mi-threads-interrupt.c: New file.
13194 * gdb.mi/mi-threads-interrupt.exp: New file.
13195
13196 2016-05-17 Simon Marchi <simon.marchi@ericsson.com>
13197
13198 PR gdb/18077
13199 * gdb.mi/mi-async-run.exp: New file.
13200 * gdb.mi/mi-async-run.c: New file.
13201
13202 2016-05-17 Tom Tromey <tom@tromey.com>
13203 Manish Goregaokar <manishsmail@gmail.com>
13204
13205 * lib/rust-support.exp: New file.
13206 * lib/gdb.exp (skip_rust_tests): New proc.
13207 (build_executable_from_specs): Handle rust.
13208 * lib/future.exp (gdb_find_rustc): New proc.
13209 (gdb_default_target_compile): Handle rust.
13210 * gdb.rust/expr.exp: New file.
13211 * gdb.rust/generics.exp: New file.
13212 * gdb.rust/generics.rs: New file.
13213 * gdb.rust/methods.exp: New file.
13214 * gdb.rust/methods.rs: New file.
13215 * gdb.rust/modules.exp: New file.
13216 * gdb.rust/modules.rs: New file.
13217 * gdb.rust/simple.exp: New file.
13218 * gdb.rust/simple.rs: New file.
13219
13220 2016-05-17 Tom Tromey <tom@tromey.com>
13221
13222 * gdb.base/default.exp (set language): Add rust.
13223
13224 2016-05-17 Tom Tromey <tom@tromey.com>
13225
13226 * gdb.gdb/unittest.exp: New file.
13227
13228 2016-05-16 Yao Qi <yao.qi@linaro.org>
13229
13230 * gdb.base/batch-preserve-term-settings.exp: Remove variable
13231 shell_prompt. Update shell_prompt_re.
13232
13233 2016-05-12 Doug Evans <dje@google.com>
13234
13235 PR symtab/19999
13236 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
13237 $options when building executable.
13238 * gdb.dwarf2/fission-loclists-pie.S: New file.
13239 * gdb.dwarf2/fission-loclists-pie.exp: New file.
13240
13241 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
13242
13243 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
13244 of [is_remote target],
13245
13246 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
13247
13248 * lib/gdb.exp (use_gdb_stub): New procedure.
13249
13250 2016-05-03 Yunlian Jiang <yunlian@google.com>
13251 Doug Evans <dje@google.com>
13252
13253 PR symtab/19914
13254 * gdb.dwarf2/dwp-sepdebug.c: New file.
13255 * gdb.dwarf2/dwp-sepdebug.exp: New file.
13256
13257 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
13258
13259 * gdb.base/detach.exp: Remove is_remote check.
13260
13261 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
13262
13263 * gdb.base/annota-input-while-running.exp: Don't check for
13264 [is_remote target]. Enable annotations after running to main.
13265 Remove unused "set test..." line.
13266
13267 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
13268
13269 * gdb.trace/trace-enable-disable.exp: New file.
13270 * gdb.trace/trace-enable-disable.c: New file.
13271
13272 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
13273
13274 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
13275 use it in info sharedlibrary test.
13276 * gdb.trace/ftrace-lock.exp: Likewise.
13277 * gdb.trace/ftrace.exp: Likewise.
13278 * gdb.trace/range-stepping.exp: Likewise.
13279 * gdb.trace/trace-break.exp: Likewise.
13280 * gdb.trace/trace-condition.exp: Likewise.
13281 * gdb.trace/trace-mt.exp: Likewise.
13282
13283 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
13284
13285 * lib/gdb.exp (gdb_load_shlibs): Rename to...
13286 (gdb_load_shlib): ... this.
13287 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
13288 gdb_load_shlib.
13289 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
13290 * gdb.base/ctxobj.exp: Likewise.
13291 * gdb.base/dprintf-pending.exp: Likewise.
13292 * gdb.base/dso2dso.exp: Likewise.
13293 * gdb.base/fixsection.exp: Likewise.
13294 * gdb.base/gcore-relro.exp: Likewise.
13295 * gdb.base/gdb1555.exp: Likewise.
13296 * gdb.base/global-var-nested-by-dso.exp: Likewise.
13297 * gdb.base/gnu-ifunc.exp: Likewise.
13298 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
13299 * gdb.base/jit-so.exp (one_jit_test): Likewise.
13300 * gdb.base/pending.exp: Likewise.
13301 * gdb.base/print-file-var.exp: Likewise.
13302 * gdb.base/print-symbol-loading.exp: Likewise.
13303 * gdb.base/shlib-call.exp: Likewise.
13304 * gdb.base/shreloc.exp: Likewise.
13305 * gdb.base/so-impl-ld.exp: Likewise.
13306 * gdb.base/solib-disc.exp: Likewise.
13307 * gdb.base/solib-nodir.exp: Likewise.
13308 * gdb.base/solib-overlap.exp: Likewise.
13309 * gdb.base/solib-symbol.exp: Likewise.
13310 * gdb.base/solib-weak.exp (do_test): Likewise.
13311 * gdb.base/sym-file.exp: Likewise.
13312 * gdb.base/symtab-search-order.exp: Likewise.
13313 * gdb.base/type-opaque.exp: Likewise.
13314 * gdb.base/unload.exp: Likewise.
13315 * gdb.base/watchpoint-solib.exp: Likewise.
13316 * gdb.compile/compile.exp: Likewise.
13317 * gdb.cp/gdb2384.exp: Likewise.
13318 * gdb.cp/infcall-dlopen.exp: Likewise.
13319 * gdb.cp/re-set-overloaded.exp: Likewise.
13320 * gdb.fortran/library-module.exp: Likewise.
13321 * gdb.opt/solib-intra-step.exp: Likewise.
13322 * gdb.python/py-finish-breakpoint.exp: Likewise.
13323 * gdb.python/py-shared.exp: Likewise.
13324 * gdb.reverse/solib-precsave.exp: Likewise.
13325 * gdb.reverse/solib-reverse.exp: Likewise.
13326 * gdb.server/solib-list.exp: Likewise.
13327 * gdb.threads/dlopen-libpthread.exp: Likewise.
13328 * gdb.threads/tls-shared.exp: Likewise.
13329 * gdb.threads/tls-so_extern.exp: Likewise.
13330 * gdb.trace/change-loc.exp: Likewise.
13331 * gdb.trace/ftrace-lock.exp: Likewise.
13332 * gdb.trace/ftrace.exp: Likewise.
13333 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
13334 * gdb.trace/pending.exp: Likewise.
13335 * gdb.trace/range-stepping.exp: Likewise.
13336 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
13337 (strace_info_marker): Likewise.
13338 (strace_probe_marker): Likewise.
13339 (strace_trace_on_same_addr): Likewise.
13340 (strace_trace_on_diff_addr): Likewise.
13341 * gdb.trace/trace-break.exp: Likewise.
13342 * gdb.trace/trace-condition.exp: Likewise.
13343 * gdb.trace/trace-mt.exp: Likewise.
13344
13345 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
13346
13347 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
13348 result of gdb_remote_download.
13349 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
13350 * gdb.base/dso2dso.exp: Likewise.
13351 * gdb.base/global-var-nested-by-dso.exp: Likewise.
13352 * gdb.base/print-file-var.exp: Likewise.
13353 * gdb.base/shlib-call.exp: Likewise.
13354 * gdb.base/shreloc.exp: Likewise.
13355 * gdb.base/solib-overlap.exp: Likewise.
13356 * gdb.base/solib-weak.exp (do_test): Likewise.
13357 * gdb.base/unload.exp: Likewise.
13358
13359 2016-04-27 Yao Qi <yao.qi@linaro.org>
13360
13361 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
13362 exists.
13363
13364 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
13365
13366 * vla-type.exp: Print structure from toplevel.
13367
13368 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
13369
13370 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
13371 of dynamic types.
13372 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
13373 of dynamic types.
13374
13375 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
13376
13377 * gdb.fortran/vla-type.f90: New file.
13378 * gdb.fortran/vla-type.exp: New file.
13379
13380 2016-04-25 Yao Qi <yao.qi@linaro.org>
13381
13382 * gdb.base/branch-to-self.c: New file.
13383 * gdb.base/branch-to-self.exp: New file.
13384
13385 2016-04-22 Yao Qi <yao.qi@linaro.org>
13386
13387 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
13388 more after $hex.
13389
13390 2016-04-22 Yao Qi <yao.qi@linaro.org>
13391
13392 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
13393 * gdb.base/annota3.exp: Likewise.
13394
13395 2016-04-22 Yao Qi <yao.qi@linaro.org>
13396
13397 * gdb.reverse/step-precsave.exp: Do one step and test program
13398 stops in "callee" and do multiple steps until program goes out
13399 of "callee".
13400 * gdb.reverse/step-reverse.exp: Likewise.
13401
13402 2016-04-22 Yao Qi <yao.qi@linaro.org>
13403
13404 * gdb.trace/signal.exp: Also pass if
13405 $tracepoint_hits($i) > $iterations.
13406
13407 2016-04-22 Yao Qi <yao.qi@linaro.org>
13408
13409 * gdb.trace/signal.c: New file.
13410 * gdb.trace/signal.exp: New file.
13411
13412 2016-04-19 Doug Evans <xdje42@gmail.com>
13413
13414 * gdb.base/bad-file.exp: New file.
13415
13416 2016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
13417
13418 * gdb.dwarf2/implref.exp: New file.
13419
13420 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
13421
13422 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
13423 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
13424 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
13425 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
13426 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
13427 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
13428 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
13429 * lib/fortran.exp (fortran_int4): New procedure.
13430 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
13431 (fortran_logical4): Likewise.
13432
13433 2016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
13434
13435 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
13436
13437 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
13438
13439 * lib/compiler.c: Add Intel specific preprocessor macros.
13440 * lib/compiler.cc: Likewise.
13441
13442 2016-04-13 Luis Machado <lgustavo@codesourcery.com>
13443
13444 * gdb.server/connect-with-no-symbol-file.c: New file.
13445 * gdb.server/connect-with-no-symbol-file.exp: New file.
13446
13447 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
13448
13449 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
13450
13451 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
13452
13453 * boards/gdbserver-base.exp (${board}_download): Copy source file to
13454 standard output directory.
13455
13456 2016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
13457
13458 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
13459
13460 2016-04-13 Markus Metzger <markus.t.metzger@intel.com>
13461
13462 * gdb.btrace/instruction_history.c (loop): Add declaration.
13463
13464 2016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
13465
13466 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
13467
13468 2016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
13469
13470 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
13471 parentheses to print.
13472 (continue_handler): Likewise.
13473
13474 2016-04-08 Simon Marchi <simon.marchi@ericsson.com>
13475
13476 * gdb.server/solib-list.exp: Remove is_remote check.
13477 Pass shlib= to gdb_compile. Don't link shared library with
13478 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
13479 Run binary filename through "readlink -f" on the target.
13480
13481 2016-04-08 Pedro Alves <palves@redhat.com>
13482
13483 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
13484 interpreter filename as argument to gdbserver_spawn.
13485 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
13486 Return empty if $last_loaded_file does not exist.
13487
13488 2016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
13489
13490 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
13491 * gdb.base/jit-main.c: Use exit after usage.
13492
13493 2016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
13494
13495 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
13496 GDBHISTSIZE prior to the tests.
13497 * gdb.base/gdbinit-history.exp: Likewise.
13498
13499 2016-04-07 Pedro Alves <palves@redhat.com>
13500
13501 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
13502 instead of build_executable. Use gdb_load_shlibs.
13503
13504 2016-04-07 Yao Qi <yao.qi@linaro.org>
13505
13506 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
13507 Execute "si" command.
13508
13509 2016-04-07 Yao Qi <yao.qi@linaro.org>
13510
13511 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
13512 number instead of the comments on some line.
13513
13514 2016-04-06 Don Breazeal <donb@codesourcery.com>
13515
13516 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
13517 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
13518
13519 2016-04-06 Simon Marchi <simon.marchi@ericsson.com>
13520
13521 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
13522 standard_output_file. Remove unused binfile variable.
13523
13524 2016-04-05 Catalin Udma <catalin.udma@freescale.com>
13525
13526 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
13527 * gdb.python/py-mi-objfile.exp: Match "list main" output
13528 in console format.
13529
13530 2016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
13531
13532 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
13533 absolute.
13534
13535 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
13536
13537 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
13538 absolute.
13539 * gdb.trace/ftrace.exp: Likewise.
13540 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
13541 targets as well.
13542 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
13543 (gdb_load_shlibs): Copy libraries to test directory when testing
13544 natively. Only set solib-search-path if testing remotely.
13545 * lib/mi-support.exp (mi_load_shlibs): Likewise.
13546
13547 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
13548
13549 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
13550 gdb_download. Use it even if the target is not remote.
13551 * gdb.base/jit.exp (compile_jit_test): Likewise.
13552 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
13553 output directory if the destination board is local, otherwise use
13554 the standard remote_download from DejaGnu.
13555 (gdb_download): Remove.
13556 (gdb_load_shlibs): Use gdb_remote_download instead of
13557 gdb_download.
13558 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
13559 Use gdb_remote_download instead of gdb_download. Use it even if
13560 the target is not remote.
13561 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
13562 instead of gdb_download.
13563
13564 2016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
13565
13566 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
13567 (test_insert_delete_modify): Call mi_load_shlibs before trying to
13568 run.
13569
13570 2016-04-01 Artemiy Volkov <artemiyv@acm.org>
13571
13572 PR gdb/19820
13573 * gdb.base/printcmds.exp: Add artificial arrays tests.
13574
13575 2016-03-31 Pedro Alves <palves@redhat.com>
13576
13577 PR gdb/19858
13578 * gdb.base/jit-main.c: Include unistd.h.
13579 (ATTACH): Define to 0 if not already defined.
13580 (wait_for_gdb, mypid): New globals.
13581 (WAIT_FOR_GDB): New macro.
13582 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
13583 some breakpoint locations.
13584 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
13585 New procedures.
13586 (one_jit_test): Add REATTACH parameter, and handle it. Use
13587 continue_to_test_location.
13588 (top level): Test attach, and adjusts calls to one_jit_test.
13589
13590 2016-03-31 Pedro Alves <palves@redhat.com>
13591
13592 PR gdb/19858
13593 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
13594 BINSUFFIX parameter, and handle it.
13595 (top level): Adjust calls compile_jit_test.
13596
13597 2016-03-31 Catalin Udma <catalin.udma@freescale.com>
13598
13599 PR python/19743
13600 * gdb.python/py-mi-events-gdb.py: New file.
13601 * gdb.python/py-mi-events.c: New file.
13602 * gdb.python/py-mi-events.exp: New file.
13603
13604 2016-03-30 Yao Qi <yao.qi@linaro.org>
13605
13606 * gdb.reverse/until-precsave.exp: Match function name only.
13607 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
13608 Move malloc to a condition block.
13609 * gdb.reverse/until-reverse.exp: Match function name only.
13610
13611 2016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
13612
13613 * gdb.trace/ftrace.exp: Set arg0exp for s390.
13614 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
13615 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
13616 variable for GPR 0 instead of assuming it is register 0.
13617 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
13618 * lib/trace-support.exp: Add s390 registers.
13619
13620 2016-03-29 Yao Qi <yao.qi@linaro.org>
13621
13622 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
13623
13624 2016-03-24 Yao Qi <yao.qi@linaro.org>
13625
13626 * gdb.reverse/break-reverse.exp: Add quotation mark in the
13627 test message.
13628
13629 2016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
13630
13631 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
13632 maintaining separate logic for constructing the output path.
13633
13634 2016-03-16 Don Breazeal <donb@codesourcery.com>
13635
13636 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
13637 Retry fork and waitpid on interrupted system call errors.
13638 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
13639 Use with_timeout_factor to increase timeout by factor of 10.
13640
13641 2016-03-15 Don Breazeal <donb@codesourcery.com>
13642
13643 * gdb.cp/scope-err.cc: New test program.
13644 * gdb.cp/scope-err.exp: New test script.
13645 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
13646 lines and "set breakpoint here" comment.
13647 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
13648 Fixed some whitespace and format issues.
13649 * gdb.mi/mi-linespec-err-cp.cc: New test program.
13650 * gdb.mi/mi-linespec-err-cp.exp: New test script.
13651
13652 2016-03-15 Doug Evans <dje@google.com>
13653
13654 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
13655 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
13656 All callers updated. Add tests for enums, mixed flags register.
13657
13658 2016-03-15 Doug Evans <dje@google.com>
13659
13660 * gdb.base/skip.c (main): Call test_skip_file_and_function.
13661 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
13662
13663 2016-03-14 Simon Marchi <simon.marchi@ericsson.com>
13664
13665 * gdb.base/default.exp: Add $_as_string to the list of expected
13666 convenience functions.
13667
13668 2016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
13669
13670 * gdb.base/maint.exp: New tests for 'maint info line-table'.
13671
13672 2016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
13673
13674 * gdb.python/py-as-string.exp: New file.
13675 * gdb.python/py-as-string.c: New file.
13676
13677 2016-03-09 Pedro Alves <palves@redhat.com>
13678
13679 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
13680 signal" -> "Thread NN received signal" output change.
13681 * gdb.threads/ia64-sigill.exp: Likewise.
13682 * gdb.threads/linux-dp.exp: Likewise.
13683 * gdb.threads/manythreads.exp: Likewise.
13684 * gdb.threads/pending-step.exp: Likewise.
13685 * gdb.threads/print-threads.exp: Likewise.
13686 * gdb.threads/sigstep-threads.exp: Likewise.
13687 * gdb.threads/staticthreads.exp: Likewise.
13688 * gdb.threads/tls.exp: Likewise.
13689
13690 2016-03-09 Pedro Alves <palves@redhat.com>
13691
13692 * gdb.base/command-line-input.exp: New file.
13693
13694 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
13695
13696 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
13697 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
13698 * gdb.trace/pending.exp: Accept leading dot before function name.
13699 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
13700 * lib/trace-support.exp: Set registers for ppc.
13701
13702 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
13703
13704 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
13705 use it for disassembly; accept .main in addition to main in backtrace.
13706
13707 2016-03-09 Wei-cheng Wang <cole945@gmail.com>
13708 Marcin Kościelnicki <koriakin@0x04.net>
13709
13710 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
13711 (gdb_recursion_test_ptr): New global variable.
13712 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
13713 gdb_recursion_test.
13714 (gdb_c_test): Ditto.
13715
13716 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
13717
13718 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
13719 ordering.
13720
13721 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
13722
13723 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
13724 (bar): Add bar_start_lbl label.
13725 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
13726 of foo/bar for emitting DWARF and tracing.
13727
13728 2016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
13729
13730 * analyze-racy-logs.py: Set executable bit.
13731
13732 2016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
13733
13734 * Makefile.in (DEFAULT_RACY_ITER): New variable.
13735 (CHECK_TARGET_TMP): Likewise.
13736 (check-single-racy): New rule.
13737 (check-parallel-racy): Likewise.
13738 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
13739 (do-check-parallel-racy): New rule.
13740 (check-racy/%.exp): Likewise.
13741 * README (Racy testcases): New section.
13742 * analyze-racy-logs.py: New file.
13743
13744 2016-03-03 Doug Evans <dje@google.com>
13745
13746 * gdb.base/skip.exp: Use with_test_prefix.
13747
13748 2016-03-03 Yao Qi <yao.qi@linaro.org>
13749
13750 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
13751 Invoke step_over_syscall "clone" and break_cond_on_syscall
13752 "clone".
13753 * gdb.base/step-over-clone.c: New file.
13754
13755 2016-03-03 Yao Qi <yao.qi@linaro.org>
13756
13757 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
13758 code format.
13759
13760 2016-03-03 Yao Qi <yao.qi@linaro.org>
13761
13762 * gdb.base/disp-step-fork.c: Rename to ...
13763 * gdb.base/step-over-fork.c: ... it. New file.
13764 * gdb.base/disp-step-vfork.c: Rename to ...
13765 * gdb.base/step-over-vfork.c: ... it. New file.
13766 * gdb.base/disp-step-syscall.exp: Rename to ...
13767 * gdb.base/step-over-syscall.exp: ... it. New file.
13768 (disp_step_cross_syscall): Rename to ...
13769 (step_over_syscall): ... it.
13770
13771 2016-03-03 Yao Qi <yao.qi@linaro.org>
13772
13773 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
13774 If target supports condition evaluation on target, invoke
13775 break_cond_on_syscall for fork and vfork.
13776
13777 2016-03-03 Yao Qi <yao.qi@linaro.org>
13778
13779 * gdb.base/disp-step-syscall.exp: Don't invoke
13780 support_displaced_stepping.
13781 (disp_step_cross_syscall): Test with displaced stepping off and
13782 on if supported.
13783
13784 2016-03-03 Yao Qi <yao.qi@linaro.org>
13785
13786 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
13787 proc.
13788 (setup): New proc.
13789 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
13790 and setup.
13791
13792 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
13793
13794 * gdb.fortran/vla-history.exp: Remove breakpoint.
13795
13796 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
13797
13798 * gdb.fortran/vla-history.exp: Lookup array elements and printing
13799 exceeds timeout.
13800
13801 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
13802
13803 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
13804 breakpoint.
13805
13806 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
13807
13808 * gdb.mi/vla.f90: Nullify pointer after declaration.
13809
13810 2016-03-01 Pedro Alves <palves@redhat.com>
13811
13812 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
13813
13814 2016-03-01 Pedro Alves <palves@redhat.com>
13815
13816 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
13817 before anything else.
13818 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
13819 _GNU_SOURCE here.
13820 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
13821 before anything else.
13822 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
13823
13824 2016-03-01 Pedro Alves <palves@redhat.com>
13825
13826 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
13827
13828 2016-03-01 Yao Qi <yao.qi@linaro.org>
13829
13830 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
13831 prepare_for_testing.
13832
13833 2016-03-01 Yao Qi <yao.qi@linaro.org>
13834
13835 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
13836
13837 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
13838
13839 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
13840 manually constructing the output path.
13841
13842 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
13843
13844 * gdb.arch/s390-stackless.S: New.
13845 * gdb.arch/s390-stackless.exp: New.
13846
13847 2016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
13848
13849 * gdb.dlang/circular.c: New file.
13850 * gdb.dlang/circular.exp: New file.
13851
13852 2016-02-26 Yao Qi <yao.qi@linaro.org>
13853
13854 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
13855 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
13856 (testcases): Update.
13857
13858 2016-02-26 Yao Qi <yao.qi@linaro.org>
13859
13860 * gdb.reverse/aarch64.c: Rename to ...
13861 * gdb.reverse/insn-reverse.c: ... it.
13862 * gdb.reverse/aarch64.exp: Rename to ...
13863 * gdb.reverse/insn-reverse.exp: ... it.
13864
13865 2016-02-26 Yao Qi <yao.qi@linaro.org>
13866
13867 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
13868 (testcase_ftype): New.
13869 (testcases): New array.
13870 (n_testcases): New.
13871 (main): Call each element in testcases.
13872 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
13873 (read_testcase): New.
13874 Do the tests in a loop.
13875
13876 2016-02-25 Yao Qi <yao.qi@linaro.org>
13877
13878 * gdb.base/branches.c: Remove.
13879
13880 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
13881
13882 PR gdb/13808
13883 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
13884
13885 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
13886
13887 * gdb.trace/ftrace.exp: Remove unnecessary target check.
13888
13889 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
13890
13891 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
13892 change x86_64 call_insn to 'callq'.
13893
13894 2016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
13895
13896 * gdb.trace/tfile-avx.c: Move to...
13897 * gdb.trace/tracefile-pseudo-reg.c: Here.
13898 * gdb.trace/tfile-avx.exp: Move to...
13899 * gdb.trace/tracefile-pseudo-reg.exp: Here.
13900
13901 2016-02-24 Gary Benson <gbenson@redhat.com>
13902
13903 * gdb.base/attach-pie-noexec.exp: Do not expect an error
13904 message on attach.
13905
13906 2016-02-23 Doug Evans <dje@google.com>
13907
13908 * gdb.base/skip.c (test_skip): New function.
13909 (end_test_skip_file_and_function): New function.
13910 (test_skip_file_and_function): New function.
13911 * gdb.base/skip1.c (test_skip): New function.
13912 (skip1_test_skip_file_and_function): New function.
13913 * gdb.base/skip.exp: Add tests for new skip options.
13914 * gdb.base/skip-solib.exp: Update expected output.
13915 * gdb.perf/skip-command.cc: New file.
13916 * gdb.perf/skip-command.exp: New file.
13917 * gdb.perf/skip-command.py: New file.
13918
13919 2016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
13920
13921 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
13922 info registers pattern.
13923
13924 2016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
13925
13926 * lib/future.exp: Add D support.
13927 (gdb_find_gdc): New proc.
13928 (gdb_default_target_compile): Add D support.
13929
13930 2016-02-18 Wei-cheng Wang <cole945@gmail.com>
13931
13932 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
13933 user+system time.
13934 (trace_speed_test): Determine the iteration count for a time
13935 between 15..30 seconds.
13936
13937 2016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
13938
13939 * gdb.arch/i386-mpx-sigsegv.c: New file.
13940 * gdb.arch/i386-mpx-sigsegv.exp: New file.
13941 * gdb.arch/i386-mpx-simple_segv.c: New file.
13942 * gdb.arch/i386-mpx-simple_segv.exp: New file.
13943
13944 2016-02-18 Yao Qi <yao.qi@linaro.org>
13945
13946 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
13947 Don't call setup_kfail.
13948
13949 2016-02-18 Yao Qi <yao.qi@linaro.org>
13950
13951 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
13952 Set "set breakpoint condition-evaluation" per $cond_bp_target.
13953
13954 2016-02-16 Doug Evans <dje@google.com>
13955
13956 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
13957 * gdb.base/skip1.c: Ditto.
13958 * gdb.base/skip.exp: Whitespace cleanup.
13959
13960 2016-02-16 Don Breazeal <donb@codesourcery.com>
13961
13962 PR remote/19496
13963 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
13964 Remove kfail for PR remote/19496.
13965
13966 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
13967
13968 * lib/gdb.exp (standard_temp_file): Return a path specific to
13969 the runtest invocation.
13970
13971 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
13972
13973 * gdb.trace/save-trace.exp: Change relative path to be in the
13974 standard output directory.
13975
13976 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
13977
13978 * gdb.arch/i386-prologue.c: Add missing prototypes.
13979
13980 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
13981
13982 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
13983 * gdb.arch/i386-prologue.exp: Likewise.
13984 * gdb.arch/i386-size.exp: Likewise.
13985
13986 2016-02-15 Simon Marchi <simon.marchi@ericsson.com>
13987
13988 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
13989 define object file path.
13990 * gdb.btrace/gcore.exp: Use standard_output_file to define core
13991 file path.
13992 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
13993 standard_output_file to define binfile.
13994
13995 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
13996
13997 Fix compatibility with recent gfortran-5.3.1.
13998 * gdb.fortran/vla-history.exp (print vla1 allocated)
13999 (print vla2 allocated, print $2, print $3): Remove
14000 (print $4): Rename to ...
14001 (print $2): ... here.
14002 (print $9): Rename to ...
14003 (print $5): ... here.
14004 (print $10): Rename to ...
14005 (print $6): ... here.
14006 * gdb.fortran/vla.f90: Add pvla initialization.
14007
14008 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
14009
14010 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
14011 New test.
14012 * gdb.fortran/vla-value-sub.exp: Likewise.
14013
14014 2016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
14015
14016 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
14017
14018 2016-02-12 Simon Marchi <simon.marchi@ericsson.com>
14019
14020 * i386-biarch-core.exp: Define corefile using
14021 standard_output_file.
14022
14023 2016-02-12 Yao Qi <yao.qi@linaro.org>
14024
14025 * gdb.arch/arm-single-step-kernel-helper.c: New.
14026 * gdb.arch/arm-single-step-kernel-helper.exp: New.
14027
14028 2016-02-12 Markus Metzger <markus.t.metzger@intel.com>
14029
14030 * gdb.btrace/tailcall-only.exp: New.
14031 * gdb.btrace/tailcall-only.c: New.
14032 * gdb.btrace/x86_64-tailcall-only.S: New.
14033 * gdb.btrace/i686-tailcall-only.S: New.
14034
14035 2016-02-11 Pedro Alves <palves@redhat.com>
14036
14037 * README (Parallel testing): Add missing double quotes.
14038
14039 2016-02-11 Pedro Alves <palves@redhat.com>
14040
14041 * README (Parallel testing): New section.
14042 (GDB_PARALLEL): Rewrite.
14043 (FORCE_PARALLEL): Document.
14044
14045 2016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
14046
14047 * gdb.trace/tfile-avx.c: New test.
14048 * gdb.trace/tfile-avx.exp: New test.
14049
14050 2016-02-09 Keith Seitz <keiths@redhat.com>
14051
14052 PR breakpoints/19546
14053 * gdb.base/infcall-exec.c: New file.
14054 * gdb.base/infcall-exec2.c: New file.
14055 * gdb.base/infcall-exec.exp: New file.
14056
14057 2016-02-09 Keith Seitz <keiths@redhat.com>
14058
14059 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
14060 (toplevel): Call test_bkpt_address.
14061
14062 2016-02-09 Keith Seitz <keiths@redhat.com>
14063
14064 PR python/19506
14065 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
14066 (toplevel): Call test_bkpt_address.
14067
14068 2016-02-09 Simon Marchi <simon.marchi@ericsson.com>
14069
14070 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
14071 to AC_OUTPUT.
14072 * configure: Regenerate.
14073
14074 2016-02-09 Pedro Alves <palves@redhat.com>
14075
14076 PR breakpoints/19548
14077 * gdb.base/execl-update-breakpoints.c (some_function): New
14078 function.
14079 (main): Call it.
14080 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
14081 Tighten expected GDB output.
14082
14083 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
14084
14085 * Makefile.in (ALL_SUBDIRS): Remove.
14086 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
14087 (distclean maintainer-clean realclean): Likewise.
14088 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
14089 * configure: Regenerate.
14090 * gdb.ada/Makefile.in: Delete.
14091 * gdb.arch/Makefile.in: Likewise.
14092 * gdb.asm/Makefile.in: Likewise.
14093 * gdb.base/Makefile.in: Likewise.
14094 * gdb.btrace/Makefile.in: Likewise.
14095 * gdb.cell/Makefile.in: Likewise.
14096 * gdb.compile/Makefile.in: Likewise.
14097 * gdb.cp/Makefile.in: Likewise.
14098 * gdb.disasm/Makefile.in: Likewise.
14099 * gdb.dlang/Makefile.in: Likewise.
14100 * gdb.dwarf2/Makefile.in: Likewise.
14101 * gdb.fortran/Makefile.in: Likewise.
14102 * gdb.gdb/Makefile.in: Likewise.
14103 * gdb.go/Makefile.in: Likewise.
14104 * gdb.guile/Makefile.in: Likewise.
14105 * gdb.java/Makefile.in: Likewise.
14106 * gdb.linespec/Makefile.in: Likewise.
14107 * gdb.mi/Makefile.in: Likewise.
14108 * gdb.modula2/Makefile.in: Likewise.
14109 * gdb.multi/Makefile.in: Likewise.
14110 * gdb.objc/Makefile.in: Likewise.
14111 * gdb.opencl/Makefile.in: Likewise.
14112 * gdb.opt/Makefile.in: Likewise.
14113 * gdb.pascal/Makefile.in: Likewise.
14114 * gdb.perf/Makefile.in: Likewise.
14115 * gdb.python/Makefile.in: Likewise.
14116 * gdb.reverse/Makefile.in: Likewise.
14117 * gdb.server/Makefile.in: Likewise.
14118 * gdb.stabs/Makefile.in: Likewise.
14119 * gdb.threads/Makefile.in: Likewise.
14120 * gdb.trace/Makefile.in: Likewise.
14121 * gdb.xml/Makefile.in: Likewise.
14122 * lib/gdb.exp (make_gdb_parallel_path): Add check for
14123 GDB_PARALLEL.
14124 (standard_output_file): Remove check for GDB_PARALLEL, always
14125 return path in outputs/$subdir/$testname.
14126
14127 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
14128
14129 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
14130 (site.exp): Assign abs_srcdir to tcl's srcdir.
14131
14132 2016-02-04 Yao Qi <yao.qi@linaro.org>
14133
14134 * gdb.base/foll-exec-mode.c: Include limits.h.
14135 (main): Add parameters argc and argv. Get directory from
14136 argv[0].
14137 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
14138 compilation.
14139 * gdb.base/foll-exec.c: Include limits.h.
14140 (main): Add parameters argc and argv.
14141 Get directory from argv[0].
14142 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
14143 Adjust tests on the number of lines as source code changed.
14144 * gdb.base/foll-vfork-exit.c: Include limits.h.
14145 (main): Add one line of statement before vfork.
14146 * gdb.base/foll-vfork.c: Include limits.h and string.h.
14147 (main): Add parameters argc and argv. Get directory from
14148 argv[0].
14149 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
14150 (setup_gdb): Set tbreak to skip some source lines.
14151 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
14152 (main): Add parameters argc and argv. Get directory from
14153 argv[0].
14154 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
14155 compilation.
14156 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
14157 (main): Add parameters argc and argv. Get directory from
14158 argv[0].
14159 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
14160 compilation.
14161
14162 2016-02-01 Doug Evans <dje@google.com>
14163
14164 * gdb.base/skip.exp: Clean up multiple references to same test name.
14165
14166 2016-02-01 Pedro Alves <palves@redhat.com>
14167
14168 PR remote/19496
14169 * gdb.threads/forking-threads-plus-breakpoint.exp
14170 (displaced_stepping_supported): New global.
14171 (probe_displaced_stepping_support): New procedure.
14172 (do_test): Add 'displaced' parameter, and use it.
14173 (top level): Check for displaced stepping support. Add displaced
14174 stepping on/off testing axis.
14175
14176 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
14177
14178 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
14179 pointer. Don't perform further tests on the unassociated pointer
14180 if the first test fails.
14181
14182 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
14183
14184 * gdb.base/max-value-size.c: New file.
14185 * gdb.base/max-value-size.exp: New file.
14186 * gdb.base/huge.exp: Disable max-value-size for this test.
14187
14188 2016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
14189
14190 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
14191
14192 2016-01-28 Yao Qi <yao.qi@linaro.org>
14193
14194 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
14195
14196 2016-01-25 Pedro Alves <palves@redhat.com>
14197
14198 PR threads/19461
14199 * gdb.base/fork-running-state.c: New file.
14200 * gdb.base/fork-running-state.exp: New file.
14201
14202 2016-01-25 Pedro Alves <palves@redhat.com>
14203
14204 PR gdb/19494
14205 * gdb.base/catch-fork-kill.c: New file.
14206 * gdb.base/catch-fork-kill.exp: New file.
14207
14208 2016-01-25 Pedro Alves <palves@redhat.com>
14209
14210 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
14211 Delete, moved to lib/gdb.exp.
14212 * gdb.threads/forking-threads-plus-breakpoint.exp
14213 (foreach_with_prefix): Likewise.
14214 * gdb.threads/process-dies-while-handling-bp.exp
14215 (foreach_with_prefix): Likewise.
14216 * lib/gdb.exp (foreach_with_prefix): New procedure.
14217
14218 2016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
14219
14220 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
14221 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
14222
14223 2016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
14224
14225 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
14226 endian targets.
14227
14228 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
14229 Pedro Alves <palves@redhat.com>
14230
14231 Fix testsuite compatibility with Guile.
14232 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
14233 number.
14234
14235 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
14236
14237 Fix testsuite compatibility with Guile.
14238 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
14239 (thread 1): New test for backtrace through signal handler.
14240
14241 2016-01-22 Yao Qi <yao.qi@linaro.org>
14242
14243 PR testsuite/19491
14244 * gdb.base/multi-forks.c: Include
14245 ../lib/unbuffer_output.c
14246 (main): Call gdb_unbuffer_output.
14247
14248 2016-01-21 Doug Evans <dje@google.com>
14249
14250 * lib/ada.exp (gdb_compile_ada): Fix typo.
14251
14252 2016-01-21 Joel Brobecker <brobecker@adacore.com>
14253
14254 * gdb.base/break-fun-addr.exp: New file.
14255 * gdb.base/break-fun-addr1.c: New file.
14256 * gdb.base/break-fun-addr2.c: New file.
14257
14258 2016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
14259
14260 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
14261 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
14262 enum flag values.
14263
14264 2016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
14265
14266 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
14267 when GDB can not set the vector return value. Add more comments
14268 for clarification.
14269
14270 2016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
14271
14272 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
14273 command.
14274
14275 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
14276
14277 * Makefile.in (DO_RUNTEST): Add --status and update usages.
14278
14279 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
14280
14281 * Makefile.in (check-single): Pass --status to runtest.
14282 (check/%.exp): Likewise.
14283
14284 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
14285
14286 * Makefile.in (check-parallel): Propagate return code from make
14287 do-check-parallel.
14288
14289 2016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
14290
14291 * gdb.trace/ftrace.exp: Fix expected message on continue.
14292 * gdb.trace/pending.exp: Fix expected message on continue.
14293 * gdb.trace/trace-break.exp: Fix expected message on continue.
14294
14295 2016-01-18 Simon Marchi <simon.marchi@ericsson.com>
14296
14297 * lib/gdb.exp (gdb_test): Remove unused global references.
14298
14299 2016-01-18 Pedro Alves <palves@redhat.com>
14300
14301 * gdb.base/async-shell.exp: Adjust expected output.
14302 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
14303 * gdb.base/siginfo-thread.exp: Adjust expected output.
14304 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
14305 * gdb.java/jnpe.exp: Adjust expected output.
14306 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
14307 * gdb.threads/continue-pending-status.exp: Adjust expected output.
14308 * gdb.threads/leader-exit.exp: Adjust expected output.
14309 * gdb.threads/manythreads.exp: Adjust expected output.
14310 * gdb.threads/pthreads.exp: Adjust expected output.
14311 * gdb.threads/schedlock.exp: Adjust expected output.
14312 * gdb.threads/siginfo-threads.exp: Adjust expected output.
14313 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
14314 expected output.
14315 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
14316 output.
14317 * gdb.threads/sigthread.exp: Adjust expected output.
14318 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
14319
14320 2016-01-18 Yao Qi <yao.qi@linaro.org>
14321
14322 * gdb.guile/scm-section-script.c: Replace @progbits with
14323 %progbits.
14324 * gdb.python/py-section-script.c: Likewise.
14325
14326 2016-01-15 Pedro Alves <palves@redhat.com>
14327
14328 * gdb.multi/tids.exp: Test star wildcard ranges.
14329
14330 2016-01-15 Pedro Alves <palves@redhat.com>
14331
14332 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
14333 command from "thread apply" invocation.
14334 (thr_apply_info_thr_invalid): Default the expected output to the
14335 input tid list.
14336 (top level): Add tests that use convenience variables. Add tests
14337 for "thread apply" with a valid TID list, but missing the command.
14338
14339 2016-01-13 Pedro Alves <palves@redhat.com>
14340
14341 * gdb.base/default.exp: Expect $_gthread as well.
14342 * gdb.multi/tids.exp: Test $_gthread.
14343 * gdb.threads/thread-specific.exp: Test $_gthread.
14344
14345 2016-01-13 Pedro Alves <palves@redhat.com>
14346
14347 * gdb.multi/tids.exp: Test "info threads -gid".
14348
14349 2016-01-13 Pedro Alves <palves@redhat.com>
14350
14351 * gdb.multi/tids.exp: Test InferiorThread.global_num and
14352 Breakpoint.thread.
14353 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
14354
14355 2016-01-07 Pedro Alves <palves@redhat.com>
14356
14357 * gdb.base/break.exp: Adjust to output changes.
14358 * gdb.base/hbreak2.exp: Likewise.
14359 * gdb.base/sepdebug.exp: Likewise.
14360 * gdb.base/watch_thread_num.exp: Likewise.
14361 * gdb.linespec/keywords.exp: Likewise.
14362 * gdb.multi/info-threads.exp: Likewise.
14363 * gdb.threads/thread-find.exp: Likewise.
14364 * gdb.multi/tids.c: New file.
14365 * gdb.multi/tids.exp: New file.
14366
14367 2016-01-13 Pedro Alves <palves@redhat.com>
14368
14369 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
14370
14371 2016-01-13 Pedro Alves <palves@redhat.com>
14372
14373 * gdb.base/default.exp: Expect $_inferior as well.
14374 * gdb.multi/base.exp: Test $_inferior.
14375
14376 2016-01-13 Pedro Alves <palves@redhat.com>
14377
14378 PR breakpoints/19388
14379 * gdb.base/catch-signal-siginfo-cond.c: New file.
14380 * gdb.base/catch-signal-siginfo-cond.exp: New file.
14381
14382 2016-01-12 Josh Stone <jistone@redhat.com>
14383 Philippe Waroquiers <philippe.waroquiers@skynet.be>
14384
14385 * gdb.base/catch-syscall.c (do_execve): New variable.
14386 (main): Conditionally trigger an execve.
14387 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
14388 (test_catch_syscall_execve): New, check entry/return across execve.
14389 (do_syscall_tests): Call test_catch_syscall_execve.
14390
14391 2016-01-12 Pedro Alves <palves@redhat.com>
14392
14393 * gdb.base/random-signal.exp (do_test): New procedure, with body
14394 of testcase moved in.
14395
14396 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
14397 Pedro Alves <palves@redhat.com>
14398
14399 * gdb.base/funcargs.exp (finish from indirectly called function):
14400 Reintroduce the case for 'First'.
14401
14402 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
14403 Pedro Alves <palves@redhat.com>
14404
14405 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
14406 (tcatch_vfork_then_child_follow_exec)
14407 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
14408 identification.
14409
14410 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
14411
14412 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
14413 and repeats to unlimited.
14414 * gdb.python/py-value.exp: Likewise.
14415 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
14416 and repeats to unlimited.
14417
14418 2016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
14419
14420 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
14421 and reordering the functions.
14422 * gdb.multi/hangout.c: Likewise.
14423 * gdb.multi/hello.c: Likewise.
14424
14425 2016-01-08 Simon Marchi <simon.marchi@ericsson.com>
14426
14427 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
14428 absolute.
14429 (SingleStatisticTestResult.report): Use dict.keys instead of
14430 dict.iterkeys.
14431
14432 2016-01-06 Pedro Alves <palves@redhat.com>
14433
14434 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
14435
14436 2016-01-04 Markus Metzger <markus.t.metzger@intel.com>
14437
14438 * gdb.btrace/dlopen.exp: New.
14439 * gdb.btrace/dlopen.c: New.
14440 * gdb.btrace/dlopen-dso.c: New.
14441
14442 2015-12-25 Sandra Loosemore <sandra@codesourcery.com>
14443
14444 * lib/gdb.exp (gdb_test): Update comments to clarify that the
14445 PATTERN argument is optional.
14446
14447 2015-12-24 Joel Brobecker <brobecker@adacore.com>
14448
14449 * lib/ada.exp (target_compile_ada_from_dir): New function.
14450 (gdb_compile_ada): Reimplement avoiding the use of project files.
14451 * gdb.ada/gnat_ada.gpr: Delete.
14452 * gdb.ada/cond_lang.exp: Adjust test to make path before
14453 filename optional.
14454 * gdb.ada/small_reg_param.exp: Likewise.
14455
14456 2015-12-22 Simon Marchi <simon.marchi@ericsson.com>
14457
14458 * gdb.base/foll-vork.exp: Remove HP-UX special case.
14459
14460 2015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
14461
14462 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
14463 case.
14464
14465 2015-12-21 Simon Marchi <simon.marchi@ericsson.com>
14466
14467 * gdb.base/break.exp: Remove dead code.
14468 * gdb.base/sepdebug.exp: Likewise.
14469
14470 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
14471
14472 * gdb.asm/asm-source.exp: Remove HP-UX references.
14473 * gdb.base/annota1.exp: Likewise.
14474 * gdb.base/annota3.exp: Likewise.
14475 * gdb.base/attach.exp: Likewise.
14476 * gdb.base/bigcore.exp: Likewise.
14477 * gdb.base/break.exp: Likewise.
14478 * gdb.base/call-ar-st.exp: Likewise.
14479 * gdb.base/callfuncs.exp: Likewise.
14480 * gdb.base/catch-fork-static.exp: Likewise.
14481 * gdb.base/display.exp: Likewise.
14482 * gdb.base/foll-exec-mode.exp: Likewise.
14483 * gdb.base/foll-exec.exp: Likewise.
14484 * gdb.base/foll-fork.exp: Likewise.
14485 * gdb.base/foll-vfork.exp: Likewise.
14486 * gdb.base/funcargs.exp: Likewise.
14487 * gdb.base/hbreak2.exp: Likewise.
14488 * gdb.base/inferior-died.exp: Likewise.
14489 * gdb.base/interrupt.exp: Likewise.
14490 * gdb.base/multi-forks.exp: Likewise.
14491 * gdb.base/nodebug.exp: Likewise.
14492 * gdb.base/sepdebug.exp: Likewise.
14493 * gdb.base/solib1.c: Likewise.
14494 * gdb.base/step-test.exp: Likewise.
14495 * gdb.mi/non-stop.c: Likewise.
14496 * gdb.mi/pthreads.c: Likewise.
14497 * gdb.multi/bkpt-multi-exec.ex: Likewise.
14498 * gdb.threads/pthreads.c: Likewise.
14499 * gdb.threads/staticthreads.exp: Likewise.
14500 * lib/future.exp: Likewise.
14501 * lib/gdb.exp: Likewise.
14502 * gdb.base/so-indr-cl.c: Remove.
14503 * gdb.base/so-indr-cl.exp: Likewise.
14504 * gdb.base/solib.c: Likewise.
14505 * gdb.base/solib.exp: Likewise.
14506 * gdb.base/solib2.c: Likewise.
14507
14508 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
14509
14510 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
14511 * gdb.base/call-ar-st.exp: Likewise.
14512 * gdb.base/callfuncs.exp: Likewise.
14513 * gdb.base/condbreak.exp: Likewise.
14514 * gdb.base/constvars.exp: Likewise.
14515 * gdb.base/hbreak2.exp: Likewise.
14516 * gdb.base/langs.exp: Likewise.
14517 * gdb.base/list.exp: Likewise.
14518 * gdb.base/long_long.exp: Likewise.
14519 * gdb.base/ptype.exp: Likewise.
14520 * gdb.base/scope.exp: Likewise.
14521 * gdb.base/signals.exp: Likewise.
14522 * gdb.base/so-impl-ld.exp: Likewise.
14523 * gdb.base/varargs.exp: Likewise.
14524 * gdb.base/volatile.exp: Likewise.
14525 * gdb.base/whatis.exp: Likewise.
14526 * gdb.cp/cplusfuncs.exp: Likewise.
14527 * gdb.cp/inherit.exp: Likewise.
14528 * gdb.cp/local.exp: Likewise.
14529 * gdb.cp/member-ptr.exp: Likewise.
14530 * gdb.cp/method.exp: Likewise.
14531 * gdb.cp/overload.exp: Likewise.
14532 * gdb.cp/templates.exp: Likewise.
14533 * gdb.stabs/weird.exp: Likewise.
14534 * lib/compiler.c: Likewise.
14535 * lib/compiler.cc: Likewise.
14536 * lib/cp-support.exp: Likewise.
14537 * lib/gdb.exp: Likewise.
14538
14539 2015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
14540
14541 * configure.ac: Remove HP-UX case.
14542 * configure: Regenerate.
14543
14544 2015-12-18 Simon Marchi <simon.marchi@ericsson.com>
14545
14546 * lib/gdb.exp (gdb_compile): Add function doc.
14547
14548 2015-12-17 Pedro Alves <palves@redhat.com>
14549
14550 PR threads/19354
14551 * gdb.multi/info-threads.exp: New file.
14552
14553 2015-12-15 Yao Qi <yao.qi@linaro.org>
14554
14555 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
14556 is aarch64*-*-*.
14557
14558 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
14559
14560 * gdb.base/history-duplicates.exp: Skip if no readline support.
14561
14562 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
14563
14564 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
14565
14566 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
14567
14568 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
14569
14570 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
14571
14572 * gdb.base/completion.exp: Skip tests that interrupt GDB with
14573 ctrl-C if nointerrupts target property is set.
14574 * gdb.base/double-prompt-target-event-error.exp: Likewise.
14575 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
14576 * gdb.base/paginate-bg-execution.exp: Likewise.
14577 * gdb.base/paginate-execution-startup.exp: Likewise.
14578 * gdb.base/random-signal.exp: Likewise.
14579 * gdb.base/range-stepping.exp: Likewise.
14580 * gdb.cp/annota2.exp: Likewise.
14581 * gdb.cp/annota3.exp: Likewise.
14582 * gdb.gdb/selftest.exp: Likewise.
14583 * gdb.threads/continue-pending-status.exp: Likewise.
14584 * gdb.threads/leader-exit.exp: Likewise.
14585 * gdb.threads/manythreads.exp: Likewise.
14586 * gdb.threads/pthreads.exp: Likewise.
14587 * gdb.threads/schedlock.exp: Likewise.
14588 * gdb.threads/sigthread.exp: Likewise.
14589
14590 2015-12-11 Don Breazeal <donb@codesourcery.com>
14591
14592 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
14593 remote.
14594 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
14595 * gdb.base/foll-exec.exp (main): Enable for target remote.
14596 * gdb.base/foll-fork.exp (main): Likewise.
14597 * gdb.base/foll-vfork.exp (main): Likewise.
14598 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
14599 (proc continue_to_exit_bp_loc): Use clean_restart.
14600 * gdb.base/pie-execl.exp (main): Disable for target remote.
14601 * gdb.base/watch-vfork.exp (main): Enable for target remote.
14602 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
14603 * gdb.threads/execl.exp (main): Likewise.
14604 * gdb.threads/fork-child-threads.exp (main): Likewise.
14605 * gdb.threads/fork-plus-threads.exp (main): Disable for target
14606 remote.
14607 * gdb.threads/fork-thread-pending.exp (main): Enable for target
14608 remote.
14609 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
14610 pid.tid style ptids, instead of just tid.
14611 * gdb.threads/thread-execl.exp (main): Enable for target remote.
14612 * gdb.threads/watchpoint-fork.exp (main): Likewise.
14613 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
14614 ptids, instead of just tid.
14615
14616 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
14617
14618 * gdb.base/list.exp (test_list_forward): Add end of file error
14619 test.
14620 (test_repeat_list_command): Add end of file error test.
14621 (test_list_backwards): Add beginning of file error test.
14622
14623 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
14624
14625 * gdb.base/list.exp (test_list_invalid_args): New function,
14626 defined, and called.
14627
14628 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
14629
14630 * gdb.base/list.exp (test_list): Make test names unique.
14631
14632 2015-12-11 Yao Qi <yao.qi@linaro.org>
14633
14634 * gdb.base/coremaker2.c: Remove.
14635
14636 2015-12-10 Pedro Alves <palves@redhat.com>
14637
14638 * gdb.multi/base.exp: Remove stale "spaces" references.
14639
14640 2015-12-10 Pedro Alves <palves@redhat.com>
14641
14642 * gdb.multi/base.exp: Don't use nowarnings.
14643 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
14644 * gdb.multi/hangout.c: Include stdio.h.
14645 * gdb.multi/hello.c: Include stdlib.h.
14646 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
14647 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
14648 * gdb.multi/multi-arch.exp: Don't use nowarnings.
14649
14650 2015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
14651
14652 * gdb.dwarf2/dw2-ranges-base.c: New file.
14653 * gdb.dwarf2/dw2-ranges-base.exp: New file.
14654 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
14655 support additional line table, and debug ranges generation.
14656 (Dwarf::ranges): New function, generate .debug_ranges.
14657 (Dwarf::lines): Support generating simple line table programs.
14658 (Dwarf::assemble): Initialise new namespace variables.
14659
14660 2015-12-09 Kevin Buettner <kevinb@redhat.com>
14661
14662 * gdb.base/async.exp (proc test_background): Add case for
14663 asynchronous execution not supported.
14664
14665 2015-12-09 Luis Machado <lgustavo@codesourcery.com>
14666
14667 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
14668 format and change test names to make them unique.
14669
14670 2015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
14671 Pedro Alves <pedro@redhat.com>
14672
14673 PR gdb/18702
14674 Add checking of floatformats setup on x86_64 hosts.
14675 * gdb.arch/i386-float.S (main): Load bigval and smallval.
14676 (smallval, bigval): New labels/constants.
14677 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
14678 float" after loading bigval and smallval.
14679
14680 2015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
14681
14682 * gdb.ada/fun_overload_menu.exp: New testcase.
14683 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
14684
14685 2015-12-04 Josh Stone <jistone@redhat.com>
14686
14687 * gdb.base/catch-fork-static.exp: New.
14688
14689 2015-12-03 Yao Qi <yao.qi@linaro.org>
14690
14691 * gdb.base/sizeof.c: Don't include stdio.h and
14692 ../lib/unbuffer_output.c.
14693 (main): New variable 'size' and 'value'. Remove printf and
14694 gdb_unbuffer_output. Assign return value to size and value.
14695 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
14696 at the beginning.
14697 (check_sizeof): Check the result by printing variable 'size'.
14698 (check_valueof): Check the result by printing variable 'value'.
14699
14700 2015-12-01 Yao Qi <yao.qi@linaro.org>
14701
14702 * gdb.base/disp-step-syscall.exp: Define syscall instruction
14703 for aarch64*-*-linux* target.
14704
14705 2015-11-30 Pedro Alves <palves@redhat.com>
14706
14707 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
14708
14709 2015-11-30 Pedro Alves <palves@redhat.com>
14710
14711 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
14712 Handle non-stop mode vCont replies.
14713
14714 2015-11-30 Pedro Alves <palves@redhat.com>
14715
14716 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
14717 prepare_for_testing. Start gdb with "set non-stop on" appended to
14718 GDBFLAGS. Lax expected stop output.
14719
14720 2015-11-27 Yao Qi <yao.qi@linaro.org>
14721
14722 * gdb.arch/arm-neon.exp: New.
14723 * gdb.arch/arm-neon.c: New.
14724
14725 2015-11-27 Yao Qi <yao.qi@linaro.org>
14726
14727 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
14728
14729 2015-11-27 Yao Qi <yao.qi@linaro.org>
14730
14731 * gdb.cp/annota2.exp: Allow multiple occurrences of the
14732 frames-invalid annotation.
14733
14734 2015-11-27 Yao Qi <yao.qi@linaro.org>
14735
14736 * gdb.cp/annota2.exp: Use ${frames_invalid}.
14737
14738 2015-11-26 Simon Marchi <simon.marchi@ericsson.com>
14739
14740 * gdb.threads/names.exp: New file.
14741 * gdb.threads/names.c: New file.
14742 * README: Mention gdb,no_thread_names.
14743
14744 2015-11-26 Markus Metzger <markus.t.metzger@intel.com>
14745
14746 PR 19297
14747 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
14748 support" error.
14749
14750 2015-11-24 Pedro Alves <palves@redhat.com>
14751
14752 PR 17539
14753 * gdb.base/display.exp: Expect displays to be sorted in ascending
14754 order. Use multi_line.
14755 * gdb.base/solib-display.exp: Likewise.
14756
14757 2015-11-24 Pedro Alves <palves@redhat.com>
14758
14759 PR 17539
14760 * gdb.base/display.exp: Expect displays to be sorted in ascending
14761 order. Use multi_line.
14762 * gdb.base/solib-display.exp: Likewise.
14763
14764 2015-11-24 Pedro Alves <palves@redhat.com>
14765
14766 PR 17539
14767 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
14768 threads in ascending order.
14769 * gdb.base/foll-fork.exp: Likewise.
14770 * gdb.base/foll-vfork.exp: Likewise.
14771 * gdb.base/multi-forks.exp: Likewise.
14772 * gdb.mi/mi-nonstop.exp: Likewise.
14773 * gdb.mi/mi-nsintrall.exp: Likewise.
14774 * gdb.multi/base.exp: Likewise.
14775 * gdb.multi/multi-arch.exp: Likewise.
14776 * gdb.python/py-inferior.exp: Likewise.
14777 * gdb.threads/break-while-running.exp: Likewise.
14778 * gdb.threads/execl.exp: Likewise.
14779 * gdb.threads/gcore-thread.exp: Likewise.
14780 * gdb.threads/info-threads-cur-sal.exp: Likewise.
14781 * gdb.threads/kill.exp: Likewise.
14782 * gdb.threads/linux-dp.exp: Likewise.
14783 * gdb.threads/multiple-step-overs.exp: Likewise.
14784 * gdb.threads/next-bp-other-thread.exp: Likewise.
14785 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
14786 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
14787 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
14788 * gdb.threads/thread-find.exp: Likewise.
14789 * gdb.threads/tls.exp: Likewise.
14790 * lib/mi-support.exp (mi_reverse_list): Delete.
14791 (mi_check_thread_states): No longer reverse list.
14792
14793 2015-11-24 Pedro Alves <palves@redhat.com>
14794
14795 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
14796 use lowercase.
14797
14798 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
14799
14800 * gdb.trace/actions.c: Include trace-common.h.
14801 (main): Add a location for a fast tracepoint.
14802 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
14803 the normal tracepoints.
14804 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
14805
14806 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
14807
14808 * save-trace.exp: Factor out code to these...
14809 (gdb_save_tracepoints): New.
14810 (gdb_load_tracepoints): New.
14811 (do_save_load_test): New.
14812
14813 2015-11-23 Kevin Buettner <kevinb@redhat.com>
14814
14815 * gdb.base/asmlabel.exp: New test.
14816 * gdb.base/asmlabel.c: New test case.
14817
14818 2015-11-23 Joel Brobecker <brobecker@adacore.com>
14819
14820 * gdb.base/wrong_frame_bt_full-main.c: New file.
14821 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
14822 * gdb.base/wrong_frame_bt_full.exp: New file.
14823
14824 2015-11-23 Joel Brobecker <brobecker@adacore.com>
14825
14826 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
14827
14828 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
14829
14830 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
14831 pstate register when comparing registers values in
14832 sparc64-*-linux-gnu targets to avoid spurious differences.
14833
14834 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
14835
14836 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
14837
14838 2015-11-19 Sandra Loosemore <sandra@codesourcery.com>
14839
14840 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
14841 as type argument to gdb_compile.
14842 * gdb.base/nested-subp2.exp: Likewise.
14843 * gdb.base/nested-subp3.exp: Likewise.
14844
14845 2015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
14846
14847 * lib/dwarf.exp (_note): Fix left shift of negative value.
14848 * gdb.trace/trace-condition.exp: Likewise.
14849
14850 2015-11-13 Yao Qi <yao.qi@linaro.org>
14851
14852 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
14853 comments about d10v.
14854 (test_scalar_returns): Likewise.
14855 * gdb.base/d10v.ld: Remove.
14856 * gdb.base/overlays.exp: Remove the target triplet checking for
14857 d10v-*-*.
14858 * gdb.base/structs.exp (test_struct_returns): Remove the
14859 comments about d10v.
14860 (test_struct_calls): Likewise.
14861
14862 2015-11-13 Yao Qi <yao.qi@linaro.org>
14863
14864 * gdb.base/gnu_vector.exp: Check the return value by "p res".
14865 * gdb.base/gnu_vector.c: Don't include stdio.h.
14866 (main): Don't print res and call add_some_intvecs.
14867
14868 2015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
14869
14870 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
14871 macro.
14872 (func5): Removed.
14873 (func4): Use FAST_TRACEPOINT_LABEL.
14874 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
14875 macro.
14876 (func): Removed.
14877 (thread_function): Use FAST_TRACEPOINT_LABEL.
14878 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
14879 (func): Remove.
14880 (marker): Use FAST_TRACEPOINT_LABEL.
14881 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
14882 (pendfunc1): Remove.
14883 (pendfunc): Use FAST_TRACEPOINT_LABEL.
14884 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
14885 (foo): Remove.
14886 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
14887 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
14888 macro.
14889 (func): Remove.
14890 (marker): Use FAST_TRACEPOINT_LABEL.
14891 * gdb.trace/trace-common.h: New header.
14892 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
14893 macro.
14894 (func): Remove.
14895 (marker): Use FAST_TRACEPOINT_LABEL.
14896 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
14897 (func): Remove.
14898 (thread_function): Use FAST_TRACEPOINT_LABEL.
14899
14900 2015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
14901
14902 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
14903 in front.
14904 * gdb.trace/change-loc.exp: Use global pcreg definition.
14905 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
14906 * gdb.trace/entry-values.exp: Use global spreg definition, add $
14907 in front.
14908 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
14909 * gdb.trace/pending.exp: Likewise.
14910 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
14911 * gdb.trace/trace-break.exp: Likewise.
14912 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
14913 in front.
14914 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
14915 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
14916 in front.
14917 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
14918
14919 2015-11-09 Joel Brobecker <brobecker@adacore.com>
14920
14921 * gdb.ada/fin_fun_out: New testcase.
14922
14923 2015-11-07 Kevin Buettner <kevinb@redhat.com>
14924
14925 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
14926 value associated with DW_AT_byte_size.
14927 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
14928 constants for DW_AT_byte_size, DW_AT_lower_bound, and
14929 DW_AT_upper_bound.
14930
14931 2015-11-07 Kevin Buettner <kevinb@redhat.com>
14932
14933 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
14934 (gdb_target_symbol_prefix_flags): Define in terms of _asm
14935 version.
14936 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
14937 gdb.dwarf2/dw2-canonicalize-type.exp,
14938 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
14939 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
14940 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
14941 provided by gdb_target_symbol_prefix_flags_asm.
14942 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
14943 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
14944 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
14945 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
14946 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
14947 macros where needed). Use this macro for symbols which require
14948 the prefix provided by SYMBOL_PREFIX.
14949
14950 2015-11-05 Kevin Buettner <kevinb@redhat.com>
14951
14952 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
14953 New procs.
14954 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
14955 representing expressions, of more than one list element.
14956 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
14957 to prepend linker symbol prefix to f.
14958 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
14959 table_1 and table_2.
14960 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
14961 Likewise, for f and g.
14962 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
14963 for ptr.
14964 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
14965 for main.
14966 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
14967 table_1_ptr and table_2_ptr.
14968
14969 2015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
14970 Joel Brobecker <brobecker@adacore.com>
14971
14972 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
14973
14974 2015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
14975
14976 * gdb.reverse/s390-mvcle.c: New test.
14977 * gdb.reverse/s390-mvcle.exp: New file.
14978 * lib/gdb.exp: Enable reverse tests on s390*-linux.
14979
14980 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
14981
14982 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
14983
14984 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
14985
14986 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
14987 reaching marker2.
14988 * gdb.reverse/getresuid-reverse.exp: Likewise.
14989 * gdb.reverse/pipe-reverse.exp: Likewise.
14990 * gdb.reverse/readv-reverse.exp: Likewise.
14991 * gdb.reverse/recvmsg-reverse.exp: Likewise.
14992 * gdb.reverse/time-reverse.exp: Likewise.
14993 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
14994
14995 2015-10-30 Yao Qi <yao.qi@linaro.org>
14996
14997 * gdb.threads/wp-replication.c (watch_count_done): Remove.
14998 (empty_cycle): Remove.
14999 (main): Don't call empty_cycle. Don't use watch_count_done.
15000 * gdb.threads/wp-replication.exp: Don't set breakpoint on
15001 empty_cycle. Rewrite the code counting HW watchpoints.
15002
15003 2015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
15004
15005 * gdb.reverse/fstatat-reverse.c: New test.
15006 * gdb.reverse/fstatat-reverse.exp: New file.
15007 * gdb.reverse/getresuid-reverse.c: New test.
15008 * gdb.reverse/getresuid-reverse.exp: New file.
15009 * gdb.reverse/pipe-reverse.c: New test.
15010 * gdb.reverse/pipe-reverse.exp: New file.
15011 * gdb.reverse/readv-reverse.c: New test.
15012 * gdb.reverse/readv-reverse.exp: New file.
15013 * gdb.reverse/recvmsg-reverse.c: New test.
15014 * gdb.reverse/recvmsg-reverse.exp: New file.
15015 * gdb.reverse/time-reverse.c: New test.
15016 * gdb.reverse/time-reverse.exp: New file.
15017 * gdb.reverse/waitpid-reverse.c: New test.
15018 * gdb.reverse/waitpid-reverse.exp: New file.
15019
15020 2015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
15021
15022 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
15023
15024 2015-10-26 Doug Evans <dje@google.com>
15025
15026 PR symtab/17391
15027 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
15028 * gdb.dwarf2/bad-regnum.c: New file.
15029 * gdb.dwarf2/bad-regnum.exp: New file.
15030
15031 2015-10-26 Doug Evans <dje@google.com>
15032
15033 PR python/18938
15034 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
15035 file.
15036
15037 2015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
15038
15039 * gdb.compile/compile.exp (compile code globalvar): Update expectation
15040 for a change by "Mention language in compile error message".
15041
15042 2015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
15043
15044 PR python/18073
15045 * gdb.python/py-type.c (C::a_method): New.
15046 (C::a_const_method): New.
15047 (C::a_static_method): New.
15048 (a_function): New.
15049 * gdb.python/py-type.exp (test_fields): Test getting fields
15050 from function and method.
15051
15052 2015-10-21 Keven Boell <keven.boell@intel.com>
15053
15054 * gdb.fortran/vla-alloc-assoc.exp: New file.
15055 * gdb.fortran/vla-datatypes.exp: New file.
15056 * gdb.fortran/vla-datatypes.f90: New file.
15057 * gdb.fortran/vla-history.exp: New file.
15058 * gdb.fortran/vla-ptype-sub.exp: New file.
15059 * gdb.fortran/vla-ptype.exp: New file.
15060 * gdb.fortran/vla-sizeof.exp: New file.
15061 * gdb.fortran/vla-sub.f90: New file.
15062 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
15063 * gdb.fortran/vla-value-sub-finish.exp: New file.
15064 * gdb.fortran/vla-value-sub.exp: New file.
15065 * gdb.fortran/vla-value.exp: New file.
15066 * gdb.fortran/vla-ptr-info.exp: New file.
15067 * gdb.mi/mi-vla-fortran.exp: New file.
15068 * gdb.mi/vla.f90: New file.
15069
15070 2015-10-21 Sandra Loosemore <sandra@codesourcery.com>
15071
15072 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
15073 of hardwired timeout value.
15074
15075 2015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
15076 Pedro Alves <palves@redhat.com>
15077
15078 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
15079 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
15080
15081 2015-10-19 Josh Stone <jistone@redhat.com>
15082
15083 * gdb.base/catch-syscall.c: Include <sched.h>.
15084 (unknown_syscall): New variable.
15085 (main): Trigger a vfork and an unknown syscall.
15086 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
15087 (unknown_syscall_number): Likewise.
15088 (check_call_to_syscall): Accept an optional syscall pattern.
15089 (check_return_from_syscall): Likewise.
15090 (check_continue): Likewise.
15091 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
15092 (test_catch_syscall_skipping_return): New test toggling off 'catch
15093 syscall' to step over the syscall return, then toggling back on.
15094 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
15095 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
15096 (do_syscall_tests): Call test_catch_syscall_without_args and
15097 test_catch_syscall_mid_vfork.
15098 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
15099 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
15100
15101 2015-10-19 Andrew Stubbs <ams@codesourcery.com>
15102
15103 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
15104 print g_vE): Add new pass patterns.
15105 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
15106 print various symbol names for vptr fields.
15107
15108 2015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
15109
15110 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
15111 results.
15112
15113 2015-10-12 Yao Qi <yao.qi@linaro.org>
15114
15115 * gdb.arch/disp-step-insn-reloc.exp: New test case.
15116
15117 2015-10-12 Yao Qi <yao.qi@linaro.org>
15118
15119 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
15120 is aarch64*-*-linux*.
15121
15122 2015-10-12 Yao Qi <yao.qi@linaro.org>
15123
15124 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
15125 (can_relocate_bcond_true): ... it.
15126 (can_relocate_bcond_false): New function.
15127 (foo): Likewise.
15128 (can_relocate_bl): Likewise.
15129 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
15130 can_relocate_bl.
15131
15132 2015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
15133
15134 * gdb.base/nested-addr.c: New file.
15135 * gdb.base/nested-addr.exp: New testcase.
15136
15137 2015-10-09 Markus Metzger <markus.t.metzger@intel.com>
15138
15139 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
15140 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
15141 its output. Ignore the output of "record goto begin" and instead
15142 check that GDB is replaying.
15143
15144 2015-10-09 Pedro Alves <palves@redhat.com>
15145
15146 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
15147 (top level): Use it in the run with no args test.
15148
15149 2015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
15150
15151 * gdb.dlang/properties.exp: New file.
15152
15153 2015-10-02 Sandra Loosemore <sandra@codesourcery.com>
15154
15155 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
15156 whether or not address 0x1000 is mapped on the target.
15157
15158 2015-09-30 Simon Marchi <simon.marchi@ericsson.com>
15159
15160 * gdb.python/py-type.exp: Do not run tests if binaries fail to
15161 build.
15162
15163 2015-09-30 Markus Metzger <markus.t.metzger@intel.com>
15164
15165 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
15166 instruction-history test.
15167
15168 2015-09-28 Doug Evans <dje@google.com>
15169
15170 * gdb.base/gcore.c (array_func): Add reference to static_array.
15171
15172 2015-09-25 Simon Marchi <simon.marchi@ericsson.com>
15173
15174 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
15175 source line.
15176
15177 2015-09-24 Sandra Loosemore <sandra@codesourcery.com>
15178
15179 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
15180 short or char as base type.
15181
15182 2015-09-23 Sandra Loosemore <sandra@codesourcery.com>
15183
15184 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
15185 to allow any size enum.
15186
15187 2015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
15188
15189 * gdb.ada/array_ptr_renaming.exp: New testcase.
15190 * gdb.ada/array_ptr_renaming/foo.adb: New file.
15191 * gdb.ada/array_ptr_renaming/pack.ads: New file.
15192
15193 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
15194
15195 * gdb.trace/ftrace-lock.c: New file.
15196 * gdb.trace/ftrace-lock.exp: New file.
15197
15198 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
15199
15200 * gdb.arch/insn-reloc.c: New file.
15201 * gdb.arch/ftrace-insn-reloc.exp: New file.
15202
15203 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
15204
15205 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
15206 instruction.
15207 * gdb.trace/pendshr1.c (pendfunc): Likewise.
15208 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
15209 * gdb.trace/range-stepping.c: Likewise.
15210 * gdb.trace/trace-break.c: Likewise.
15211 * gdb.trace/trace-mt.c (thread_function): Likewise.
15212 * gdb.trace/ftrace.c (marker): Likewise.
15213 * gdb.trace/trace-condition.c (marker): Likewise.
15214 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
15215 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
15216 is_aarch64_target.
15217
15218 2015-09-18 Doug Evans <xdje42@gmail.com>
15219
15220 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
15221 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
15222
15223 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
15224
15225 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
15226 the breakpoint.
15227
15228 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
15229
15230 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
15231 the pending breakpoint. Remove timeout override for "Run till
15232 MI pending breakpoint on pendfunc3 on thread 2" test.
15233
15234 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
15235
15236 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
15237 filename pattern.
15238
15239 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
15240
15241 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
15242 in breakpoint filename pattern.
15243
15244 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
15245
15246 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
15247
15248 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
15249
15250 * gdb.linespec/explicit.exp: Check for readline support for
15251 tab-completion tests. Fix obvious typo.
15252
15253 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
15254
15255 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
15256 and replay.
15257
15258 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
15259
15260 * gdb.btrace/non-stop.c: New.
15261 * gdb.btrace/non-stop.exp: New.
15262
15263 2015-09-17 Pierre Langlois <pierre.langlois@arm.com>
15264 Yao Qi <yao.qi@linaro.org>
15265
15266 * gdb.trace/trace-condition.c: New file.
15267 * gdb.trace/trace-condition.exp: New file.
15268
15269 2015-09-16 Wei-cheng Wang <cole945@gmail.com>
15270
15271 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
15272 for testing bytecode compilation.
15273
15274 2015-09-16 Pedro Alves <palves@redhat.com>
15275 Sandra Loosemore <sandra@codesourcery.com>
15276
15277 * gdb.threads/non-stop-fair-events.c (timeout): New global.
15278 (SECONDS): Redefine.
15279 (main): Call pthread_kill and alarm early.
15280 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
15281 support.
15282 (test): If the target can't hardware step and doesn't support
15283 displaced stepping, increase the timeout.
15284
15285 2015-09-16 Pedro Alves <palves@redhat.com>
15286
15287 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
15288 (enable_debug): New procedures.
15289 (test): Use them. Bail out if waiting for threads fails.
15290 (top level): Bail out if a test fails.
15291
15292 2015-09-16 Yao Qi <yao.qi@linaro.org>
15293
15294 * gdb.asm/asm-source.exp: Set asm-arch for
15295 aarch64*-*-* target.
15296 * gdb.asm/aarch64.inc: New file.
15297
15298 2015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
15299
15300 * gdb.ada/array_of_variable_length.exp: New testcase.
15301 * gdb.ada/array_of_variable_length/foo.adb: New file.
15302 * gdb.ada/array_of_variable_length/pck.adb: New file.
15303 * gdb.ada/array_of_variable_length/pck.ads: New file.
15304
15305 2015-09-15 Doug Evans <dje@google.com>
15306
15307 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
15308 of function static local variable.
15309
15310 2015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
15311
15312 * gdb.threads/tls-so_extern.exp: New test file.
15313 * gdb.threads/tls-so_extern.c: New test file.
15314 * gdb.threads/tls-so_extern_main.c: New test file.
15315
15316 2015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
15317
15318 * gdb.opt/solib-intra-step-lib.c: New file.
15319 * gdb.opt/solib-intra-step-main.c: New file.
15320 * gdb.opt/solib-intra-step.exp: New file.
15321
15322 2015-09-15 Pedro Alves <palves@redhat.com>
15323
15324 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
15325 gdb_continue_to_breakpoint instead of gdb_test_multiple.
15326
15327 2015-09-14 Pedro Alves <palves@redhat.com>
15328
15329 * gdb.base/hook-stop-continue.c: Delete.
15330 * gdb.base/hook-stop-continue.exp: Delete.
15331 * gdb.base/hook-stop-frame.c: Delete.
15332 * gdb.base/hook-stop-frame.exp: Delete.
15333 * gdb.base/hook-stop.c: New file.
15334 * gdb.base/hook-stop.exp: New file.
15335
15336 2015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
15337
15338 * gdb.ada/access_to_packed_array.exp: New testcase.
15339 * gdb.ada/access_to_packed_array/foo.adb: New file.
15340 * gdb.ada/access_to_packed_array/pack.adb: New file.
15341 * gdb.ada/access_to_packed_array/pack.ads: New file.
15342
15343 2015-09-14 Markus Metzger <markus.t.metzger@intel.com>
15344
15345 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
15346 buffer size test.
15347
15348 2015-09-11 Don Breazeal <donb@codesourcery.com>
15349
15350 * gdb.base/foll-exec.c: Add copyright header. Fix
15351 formatting issues.
15352 * gdb.base/foll-exec.exp (zap_session): Delete proc.
15353 (do_exec_tests): Use clean_restart in place of zap_session,
15354 and for test initialization. Fix formatting issues. Use
15355 fail in place of perror.
15356 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
15357 an expect statement to match an expression with output from
15358 the program under debug.
15359 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
15360 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
15361 * gdb.threads/non-ldr-exc-2.exp: Likewise.
15362 * gdb.threads/non-ldr-exc-3.exp: Likewise.
15363 * gdb.threads/non-ldr-exc-4.exp: Likewise.
15364
15365 2015-09-09 Doug Evans <dje@google.com>
15366
15367 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
15368
15369 2015-09-09 Doug Evans <dje@google.com>
15370
15371 * gdb.base/pie-execl.exp: Fix result test of build_executable.
15372
15373 2015-09-09 Doug Evans <dje@google.com>
15374
15375 * gdb.base/savedregs.exp: Fix typo.
15376
15377 2015-09-09 Pedro Alves <palves@redhat.com>
15378
15379 * gdb.mi/mi-cli.exp: Add CLI finish tests.
15380
15381 2015-09-08 Sandra Loosemore <sandra@codesourcery.com>
15382
15383 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
15384 command actually switches threads. Give up on remaining
15385 tests if target fails to stop at breakpoint.
15386
15387 2015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
15388
15389 * gdb.ada/funcall_char.exp: New testcase.
15390 * gdb.ada/funcall_char/foo.adb: New file.
15391
15392 2015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
15393
15394 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
15395 expected outputs. Add two testcases for completing ambiguous
15396 functions.
15397 * gdb.ada/complete/aux_pck.adb: New file.
15398 * gdb.ada/complete/aux_pck.ads: New file.
15399 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
15400 Ambiguous_Func functions.
15401 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
15402 * gdb.ada/complete/pck.adb: Likewise.
15403
15404 2015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
15405
15406 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
15407 failures to run the test program under GDB.
15408
15409 2015-08-26 Luis Machado <lgustavo@codesourcery.com>
15410
15411 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
15412 to C.
15413
15414 2015-08-26 Patrick Palka <patrick@parcs.ath.cx>
15415
15416 * gdb.base/run-after-attach.exp: New test file.
15417 * gdb.base/run-after-attach.c: New test file.
15418
15419 2015-08-26 Don Breazeal <donb@codesourcery.com>
15420
15421 * gdb.base/foll-exec-2.c: New test program.
15422 * gdb.base/foll-exec-2.exp: New test.
15423
15424 2015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
15425
15426 * gdb.base/nested-subp1.exp: New file.
15427 * gdb.base/nested-subp1.c: New file.
15428 * gdb.base/nested-subp2.exp: New file.
15429 * gdb.base/nested-subp2.c: New file.
15430 * gdb.base/nested-subp3.exp: New file.
15431 * gdb.base/nested-subp3.c: New file.
15432
15433 2015-08-24 Pedro Alves <palves@redhat.com>
15434
15435 * gdb.server/connect-without-multi-process.c: New file.
15436 * gdb.server/connect-without-multi-process.exp: New file.
15437
15438 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
15439
15440 * gdb.opt/inline-markers.c: Make z int.
15441
15442 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
15443
15444 * gdb.opt/inline-markers.c: Make z volatile.
15445
15446 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
15447
15448 * gdb.opt/inline-bt.c: New volatile global z.
15449 * gdb.opt/inline-cmds.c: Likewise.
15450 * gdb.opt/inline-locals.c: Likewise.
15451 * gdb.opt/inline-markers.c: New extern global z.
15452 (marker): Use z.
15453 (inline_fn): Likewise.
15454
15455 2015-08-24 Pedro Alves <palves@redhat.com>
15456
15457 * config/m32r-stub.exp: Remove file.
15458 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
15459 * gdb.base/call-rt-st.exp: Likewise.
15460 * gdb.base/call-strs.exp: Likewise.
15461 * gdb.base/default.exp: Remove references to h8300-*-hms and
15462 *-*-udi*.
15463 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
15464
15465 2015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
15466
15467 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
15468 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
15469 and "return" use KFAIL when GDB can not read/write the vector
15470 return value.
15471
15472 2015-08-21 Gary Benson <gbenson@redhat.com>
15473
15474 * gdb.trace/pending.exp: Cope with remote transfer warnings.
15475
15476 2015-08-20 Pedro Alves <palves@redhat.com>
15477
15478 * gdb.server/solib-list.exp: No longer expect an interior stop in
15479 non-stop mode.
15480
15481 2015-08-20 Pedro Alves <palves@redhat.com>
15482
15483 * gdb.server/connect-stopped-target.c: New file.
15484 * gdb.server/connect-stopped-target.exp: New file.
15485
15486 2015-08-20 Pedro Alves <palves@redhat.com>
15487
15488 * gdb.dwarf2/comp-unit-lang.exp: New file.
15489 * gdb.dwarf2/comp-unit-lang.c: New file.
15490
15491 2015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
15492
15493 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
15494 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
15495
15496 2015-08-19 Kevin Buettner <kevinb@redhat.com>
15497
15498 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
15499 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
15500
15501 2015-08-18 Doug Evans <dje@google.com>
15502 Adrian Sendroiu <adrian.sendroiu@freescale.com>
15503
15504 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
15505 skip_python_tests. New arg prompt_regexp.
15506 (skip_python_tests): New function.
15507 * lib/mi-support.exp (mi_skip_python_tests): New function.
15508 * gdb.python/py-mi-objfile-gdb.py: New file.
15509 * gdb.python/py-mi-objfile.c: New file.
15510 * gdb.python/py-mi-objfile.exp: New file.
15511
15512 2015-08-17 Keith Seitz <keiths@redhat.com>
15513
15514 * gdb.linespec/explicit.exp: Move strace test from here ...
15515 * gdb.trace/strace.exp: ... to here.
15516
15517 2015-08-15 Patrick Palka <patrick@parcs.ath.cx>
15518
15519 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
15520 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
15521
15522 2015-08-14 Doug Evans <xdje42@gmail.com>
15523
15524 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
15525 inferior before selecting a new file.
15526
15527 2015-08-14 Doug Evans <xdje42@gmail.com>
15528
15529 * gdb.mi/mi-disassemble.exp: Update.
15530 * gdb.base/disasm-optim.S: New file.
15531 * gdb.base/disasm-optim.c: New file.
15532 * gdb.base/disasm-optim.h: New file.
15533 * gdb.base/disasm-optim.exp: New file.
15534
15535 2015-08-14 Keith Seitz <keiths@redhat.com>
15536
15537 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
15538 "evaluated-by".
15539
15540 2015-08-13 Joel Brobecker <brobecker@adacore.com>
15541
15542 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
15543
15544 2015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
15545
15546 * gdb.ada/fun_renaming.exp: New testcase.
15547 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
15548 * gdb.ada/fun_renaming/pack.adb: New file.
15549 * gdb.ada/fun_renaming/pack.ads: New file.
15550
15551 2015-08-12 Keith Seitz <keiths@redhat.com>
15552
15553 * gdb.base/dso2dso.exp: Pass basename of source file in call to
15554 gdb_get_line_number.
15555
15556 2015-08-12 Joel Brobecker <brobecker@adacore.com>
15557
15558 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
15559 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
15560 gdb.base/dso2dso.exp: New files.
15561
15562 2015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
15563 Pedro Alves <palves@redhat.com>
15564 Keith Seitz <keiths@redhat.com>
15565
15566 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
15567 GDBFLAGS.
15568
15569 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
15570
15571 * gdb.base/gdbhistsize-history.exp
15572 (test_histsize_history_setting): Use save_vars.
15573 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
15574 Use save_vars.
15575 (test_no_truncation_of_unlimited_history_file): Use save_vars.
15576 * gdb.base/readline.exp: Use save_vars.
15577
15578 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
15579
15580 * lib/gdb.exp (save_vars): New proc.
15581
15582 2015-08-11 Keith Seitz <keiths@redhat.com>
15583
15584 * gdb.base/help.exp: Update help_breakpoint_text.
15585
15586 2015-08-11 Keith Seitz <keiths@redhat.com>
15587
15588 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
15589 (at toplevel): Call test_explicit_breakpoints.
15590 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
15591 breakpoints.
15592 * lib/mi-support.exp (mi_make_breakpoint): Add support for
15593 breakpoint conditions, "-cond".
15594
15595 2015-08-11 Keith Seitz <keiths@redhat.com>
15596
15597 * gdb.linespec/3explicit.c: New file.
15598 * gdb.linespec/cpexplicit.cc: New file.
15599 * gdb.linespec/cpexplicit.exp: New file.
15600 * gdb.linespec/explicit.c: New file.
15601 * gdb.linespec/explicit.exp: New file.
15602 * gdb.linespec/explicit2.c: New file.
15603 * gdb.linespec/ls-errs.exp: Add explicit location tests.
15604 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
15605 before using in the matching pattern.
15606 Clarify that `prefix' is a regular expression.
15607
15608 2015-08-11 Keith Seitz <keiths@redhat.com>
15609
15610 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
15611 test.
15612 Add tests for missing ",FMT" and ",".
15613
15614 2015-08-10 Doug Evans <dje@google.com>
15615 Keith Seitz <keiths@redhat.com>
15616
15617 PR gdb/17960
15618 * gdb.base/completion.exp: Add location completer tests.
15619
15620 2015-08-07 Pedro Alves <palves@redhat.com>
15621
15622 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
15623 tests here.
15624 (top level): Run do_test with and without displaced stepping.
15625
15626 2015-08-07 Pedro Alves <palves@redhat.com>
15627
15628 * gdb.base/valgrind-disp-step.c: New file.
15629 * gdb.base/valgrind-disp-step.exp: New file.
15630
15631 2015-08-07 Pedro Alves <palves@redhat.com>
15632
15633 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
15634 Delete function.
15635 (main): Add alarm. Run an infinite loop instead of calling
15636 wait_threads.
15637 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
15638 comment.
15639 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
15640 Delete function.
15641 (main): Add alarm. Run an infinite loop instead of calling
15642 wait_threads.
15643 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
15644 comment.
15645
15646 2015-08-07 Pedro Alves <palves@redhat.com>
15647
15648 * gdb.base/checkpoint-ns.exp: New file.
15649 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
15650 standard_testfile.
15651
15652 2015-08-07 Markus Metzger <markus.t.metzger@intel.com>
15653
15654 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
15655 * gdb.btrace/instruction_history.exp: Update.
15656 * gdb.btrace/tsx.exp: New.
15657 * gdb.btrace/tsx.c: New.
15658
15659 2015-08-06 Pedro Alves <palves@redhat.com>
15660
15661 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
15662 increase timeout.
15663 * gdb.reverse/until-precsave.exp: Bump timeouts.
15664
15665 2015-08-06 Pedro Alves <palves@redhat.com>
15666
15667 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
15668
15669 2015-08-06 Pedro Alves <palves@redhat.com>
15670
15671 PR gdb/18749
15672 * gdb.threads/process-dies-while-handling-bp.c: New file.
15673 * gdb.threads/process-dies-while-handling-bp.exp: New file.
15674
15675 2015-08-06 Pedro Alves <palves@redhat.com>
15676
15677 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
15678 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
15679
15680 2015-08-05 Pedro Alves <palves@redhat.com>
15681
15682 * gdb.threads/next-while-other-thread-longjmps.c: New file.
15683 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
15684
15685 2015-08-03 Sandra Loosemore <sandra@codesourcery.com>
15686
15687 * gdb.base/bp-permanent.exp: Report test as unsupported if
15688 the target cannot stop at the permanent breakpoint.
15689
15690 2015-08-03 Doug Evans <dje@google.com>
15691
15692 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
15693 10000.
15694
15695 2015-08-03 Doug Evans <dje@google.com>
15696
15697 * Makefile.in (workers/%.worker, build-perf): New rule.
15698 (GDB_PERFTEST_MODE): New variable.
15699 (check-perf): Use it.
15700 (clean): Clean up gdb.perf parallel build subdirs.
15701 * lib/build-piece.exp: New file.
15702 * lib/gdb.exp (make_gdb_parallel_path): New function
15703 (standard_output_file, standard_temp_file): Call it.
15704 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
15705 of $GDB_PARALLEL.
15706 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
15707
15708 2015-08-03 Doug Evans <dje@google.com>
15709
15710 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
15711 (LOG_FILE_NAME): New global.
15712 (TextReporter.__init__): Initialize self.txt_sum.
15713 (TextReporter.report): Add support for multiple data-points.
15714 Move report to perftest.sum, put raw data in perftest.log.
15715 (TextReporter.start): Open sum and log files.
15716 (TextReporter.end): Close sum and log files.
15717 * gdb.perf/lib/perftest/testresult.py
15718 (SingleStatisticTestResult.record): Handle multiple data-points.
15719
15720 2015-07-31 Pedro Alves <palves@redhat.com>
15721
15722 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
15723 Use spawn_id_get_pid. Wait for spawn id after eof. Use
15724 kill_wait_spawned_process instead of explicit "kill -9".
15725 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
15726 returning a spawn id instead of a pid. Use spawn_id_get_pid and
15727 kill_wait_spawned_process.
15728 * gdb.base/attach-twice.exp: Likewise.
15729 * gdb.base/attach.exp: Likewise.
15730 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
15731 gdb_test_multiple.
15732 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
15733 returning a spawn id instead of a pid. Use spawn_id_get_pid and
15734 kill_wait_spawned_process.
15735 * gdb.base/valgrind-infcall.exp: Likewise.
15736 * gdb.multi/multi-attach.exp: Likewise.
15737 * gdb.python/py-prompt.exp: Likewise.
15738 * gdb.python/py-sync-interp.exp: Likewise.
15739 * gdb.server/ext-attach.exp: Likewise.
15740 * gdb.threads/attach-into-signal.exp (corefunc): Use
15741 spawn_wait_for_attach, spawn_id_get_pid and
15742 kill_wait_spawned_process.
15743 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
15744 spawn_wait_for_attach returning a spawn id instead of a pid. Use
15745 spawn_id_get_pid and kill_wait_spawned_process.
15746 * gdb.threads/attach-stopped.exp (corefunc): Use
15747 spawn_wait_for_attach, spawn_id_get_pid and
15748 kill_wait_spawned_process.
15749 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
15750 Use spawn_id_get_pid. Wait for spawn id after eof. Use
15751 kill_wait_spawned_process instead of explicit "kill -9".
15752 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
15753 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
15754 (spawn_wait_for_attach): Use spawn instead of exec to spawn
15755 processes. Don't map cygwin/windows pids here. Now returns a
15756 spawn id list.
15757
15758 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
15759
15760 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
15761 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
15762 correct patch.
15763
15764 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
15765
15766 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
15767
15768 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
15769
15770 Reapply:
15771 2014-05-21 Mark Wielaard <mjw@redhat.com>
15772
15773 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
15774
15775 2015-07-30 Pedro Alves <palves@redhat.com>
15776
15777 * linux-low.c (handle_extended_wait): Set the child's last
15778 reported status to TARGET_WAITKIND_STOPPED.
15779
15780 2015-07-30 Pedro Alves <palves@redhat.com>
15781
15782 PR threads/18600
15783 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
15784 only shows inferior 1.
15785
15786 2015-07-30 Simon Marchi <simon.marchi@ericsson.com>
15787 Pedro Alves <palves@redhat.com>
15788
15789 PR threads/18600
15790 * gdb.threads/fork-plus-threads.c: New file.
15791 * gdb.threads/fork-plus-threads.exp: New file.
15792
15793 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
15794
15795 * gdb.base/batch-preserve-term-settings.exp
15796 (test_terminal_settings_preserved_after_cli_exit): Use
15797 send_quit_command.
15798
15799 2015-07-29 Pedro Alves <palves@redhat.com>
15800 Don Breazeal <donb@codesourcery.com>
15801
15802 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
15803 output from both inferior_spawn_id and gdb_spawn_id.
15804
15805 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
15806
15807 * gdb.threads/attach-into-signal.exp (corefunc): Use
15808 with_test_prefix on nested loops, uniquefying the test messages.
15809
15810 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
15811
15812 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
15813 commit.
15814
15815 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
15816
15817 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
15818 New proc.
15819 (test_terminal_settings_preserved_after_sigterm): New test.
15820
15821 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
15822
15823 * gdb.base/batch-preserve-term-settings.exp
15824 (test_terminal_settings_preserved_after_cli_exit): New test.
15825
15826 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
15827
15828 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
15829 manipulation of saved_gdbflags.
15830 (test_terminal_settings_preserved): Remove global declaration of
15831 the unused variable pagination_prompt. Remove manipulation of
15832 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
15833 GDBFLAGS.
15834
15835 2015-07-29 Pedro Alves <palves@redhat.com>
15836
15837 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
15838
15839 2015-07-29 Pedro Alves <palves@redhat.com>
15840
15841 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
15842 at the top.
15843
15844 2015-07-29 Pedro Alves <palves@redhat.com>
15845
15846 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
15847 (main): Call gdb_unbuffer_output.
15848 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
15849 (main): Call gdb_unbuffer_output.
15850 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
15851 (main): Call gdb_unbuffer_output.
15852 * gdb.base/call-strs.exp: Adjust to step over the
15853 gdb_unbuffer_output call.
15854 * gdb.base/catch-gdb-caused-signals.c: Include
15855 "../lib/unbuffer_output.c".
15856 (main): Call gdb_unbuffer_output.
15857 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
15858 (main): Call gdb_unbuffer_output.
15859 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
15860 (main): Call gdb_unbuffer_output.
15861 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
15862 (main): Call gdb_unbuffer_output.
15863 * gdb.base/shlib-call.exp: Adjust to step over the
15864 gdb_unbuffer_output call.
15865 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
15866 (main): Call gdb_unbuffer_output.
15867 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
15868 (main): Call gdb_unbuffer_output.
15869 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
15870 (main): Rename to ...
15871 (test): ... this.
15872 (main): Reimplement.
15873 * gdb.base/varargs.exp: Run to test instead of to main.
15874 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
15875 (main): Call gdb_unbuffer_output.
15876
15877 2015-07-29 Pedro Alves <palves@redhat.com>
15878
15879 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
15880 factore out from mi_continue_dprintf. For call-style dprintfs,
15881 expect dprintf output out of $inferior_spawn_id.
15882 (mi_continue_dprintf): Use mi_expect_dprintf.
15883 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
15884 (main): Call gdb_unbuffer_output.
15885
15886 2015-07-29 Pedro Alves <palves@redhat.com>
15887
15888 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
15889 (default_mi_gdb_start): Set inferior_spawn_id instead of
15890 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
15891 gdb_spawn_id.
15892 (mi_gdb_test): Always expect inferior output from both
15893 $inferior_spawn_id and $gdb_spawn_id.
15894
15895 2015-07-29 Pedro Alves <palves@redhat.com>
15896
15897 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
15898 send_inferior and $inferior_spawn_id.
15899
15900 2015-07-29 Pedro Alves <palves@redhat.com>
15901
15902 * gdb.gdb/complaints.exp (test_initial_complaints)
15903 (test_serial_complaints, test_short_complaints): Use
15904 gdb_test_stdio.
15905 (test_empty_complaint): Handle $inferior_spawn_id !=
15906 $gdb_spawn_id.
15907
15908 2015-07-29 Pedro Alves <palves@redhat.com>
15909
15910 * gdb.base/varargs.exp: Use gdb_test_stdio.
15911
15912 2015-07-29 Pedro Alves <palves@redhat.com>
15913
15914 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
15915
15916 2015-07-29 Pedro Alves <palves@redhat.com>
15917
15918 * gdb.base/ending-run.exp: Use gdb_test_stdio.
15919
15920 2015-07-29 Pedro Alves <palves@redhat.com>
15921
15922 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
15923 parameter into two new parameters, "inf_result" and "gdb_result".
15924 Expect inferior output and gdb output from $inferior_spawn_id and
15925 $gdb_spawn_id, respectively. Adjust all callers.
15926
15927 2015-07-29 Pedro Alves <palves@redhat.com>
15928
15929 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
15930 of gdb_test_sequence.
15931
15932 2015-07-29 Pedro Alves <palves@redhat.com>
15933
15934 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
15935 (saw_spurious_output): Expect inferior output from
15936 $inferior_spawn_id. Use gdb_test_stdio.
15937
15938 2015-07-29 Pedro Alves <palves@redhat.com>
15939
15940 * gdb.base/dprintf.exp: Use standard_testfile. Change
15941 prepare_for_testing call.
15942 (srcfile): Don't set.
15943 (restart): New procedure.
15944 (test_dprintf): New procecure, use to continue over dprintfs.
15945 (test_call, test_agent): New procedures, tests moved here.
15946 Restart gdb and recreate dprintfs. Adjust expected output.
15947
15948 2015-07-29 Pedro Alves <palves@redhat.com>
15949
15950 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
15951
15952 2015-07-29 Pedro Alves <palves@redhat.com>
15953
15954 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
15955
15956 2015-07-29 Pedro Alves <palves@redhat.com>
15957
15958 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
15959 gdb_test_stdio.
15960
15961 2015-07-29 Pedro Alves <palves@redhat.com>
15962
15963 * lib/gdb.exp (gdb_test_stdio): New procedure.
15964
15965 2015-07-29 Pedro Alves <palves@redhat.com>
15966
15967 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
15968
15969 2015-07-29 Pedro Alves <palves@redhat.com>
15970
15971 * gdb.base/call-signal-resume.exp: Remove check for
15972 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
15973 * gdb.base/unwindonsignal.exp: Likewise.
15974 * gdb.base/call-signals.c (gen_signal): Remove printf call.
15975 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
15976
15977 2015-07-29 Pedro Alves <palves@redhat.com>
15978
15979 * gdb.base/siginfo-addr.c (pass): New function.
15980 (handler): Call it iff si_addr is correct.
15981 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
15982 Set a breakpoint at "pass" and continue to it.
15983
15984 2015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
15985
15986 * gdb.python/py-objfile.exp: Make some tests have unique names.
15987 * gdb.python/py-pp-registration.exp: Likewise.
15988
15989 2015-07-28 Pedro Alves <palves@redhat.com>
15990
15991 * gdb.server/server-exec-info.exp: Issue a "disconnect".
15992
15993 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
15994
15995 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
15996
15997 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
15998
15999 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
16000
16001 2015-07-27 Patrick Palka <patrick@parcs.ath.cx>
16002
16003 * gdb.base/gdb-sigterm-2.exp: New test.
16004
16005 2015-07-25 Doug Evans <xdje42@gmail.com>
16006
16007 Revert:
16008 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
16009 (workers/%.worker, build-perf): New rule.
16010 (GDB_PERFTEST_MODE): New variable.
16011 (check-perf): Use it.
16012 (clean): Clean up gdb.perf parallel build subdirs.
16013 * lib/build-piece.exp: New file.
16014 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
16015 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
16016 name.
16017 (standard_temp_file): Ditto.
16018 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
16019 of $GDB_PARALLEL.
16020
16021 2015-07-24 Doug Evans <dje@google.com>
16022
16023 * gdb.perf/lib/perftest/utils.py: New file.
16024 * gdb.perf/gm-hello.cc: New file.
16025 * gdb.perf/gm-pervasive-typedef.cc: New file.
16026 * gdb.perf/gm-pervasive-typedef.h: New file.
16027 * gdb.perf/gm-std.cc: New file.
16028 * gdb.perf/gm-std.h: New file.
16029 * gdb.perf/gm-use-cerr.cc: New file.
16030 * gdb.perf/gm-utils.h: New file.
16031 * gdb.perf/gmonster-null-lookup.py: New file.
16032 * gdb.perf/gmonster-pervasive-typedef.py: New file.
16033 * gdb.perf/gmonster-print-cerr.py: New file.
16034 * gdb.perf/gmonster-ptype-string.py: New file.
16035 * gdb.perf/gmonster-runto-main.py: New file.
16036 * gdb.perf/gmonster-select-file.py: New file.
16037 * gdb.perf/gmonster1-null-lookup.exp: New file.
16038 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
16039 * gdb.perf/gmonster1-print-cerr.exp: New file.
16040 * gdb.perf/gmonster1-ptype-string.exp: New file.
16041 * gdb.perf/gmonster1-runto-main.exp: New file.
16042 * gdb.perf/gmonster1-select-file.exp: New file.
16043 * gdb.perf/gmonster1.cc: New file.
16044 * gdb.perf/gmonster1.exp: New file.
16045 * gdb.perf/gmonster2-null-lookup.exp: New file.
16046 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
16047 * gdb.perf/gmonster2-print-cerr.exp: New file.
16048 * gdb.perf/gmonster2-ptype-string.exp: New file.
16049 * gdb.perf/gmonster2-runto-main.exp: New file.
16050 * gdb.perf/gmonster2-select-file.exp: New file.
16051 * gdb.perf/gmonster2.cc: New file.
16052 * gdb.perf/gmonster2.exp: New file.
16053
16054 2015-07-24 Doug Evans <dje@google.com>
16055
16056 * gdb.perf/README: New file.
16057 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
16058 * lib/gen-perf-test.exp: New file.
16059
16060 2015-07-24 Doug Evans <dje@google.com>
16061
16062 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
16063 (PerfTest::startup): New function.
16064 (PerfTest::run): Return result of calling body.
16065 (PerfTest::assemble): Rewrite.
16066 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
16067 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
16068 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
16069 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
16070 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
16071
16072 2015-07-24 Doug Evans <dje@google.com>
16073
16074 * lib/gdb.exp (clean_restart): Make executable optional.
16075
16076 2015-07-24 Doug Evans <dje@google.com>
16077
16078 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
16079 compiler_info references.
16080 * gdb.cp/temargs.exp: Ditto.
16081 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
16082 (get_compiler_info): Early exit if already computed. Set compiler_info
16083 to "unknown" if there was a problem.
16084 (test_compiler_info): Add function comment. Call get_compiler_info.
16085
16086 2015-07-24 Doug Evans <dje@google.com>
16087
16088 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
16089 (workers/%.worker, build-perf): New rule.
16090 (GDB_PERFTEST_MODE): New variable.
16091 (check-perf): Use it.
16092 (clean): Clean up gdb.perf parallel build subdirs.
16093 * lib/build-piece.exp: New file.
16094 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
16095 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
16096 name.
16097 (standard_temp_file): Ditto.
16098 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
16099 of $GDB_PARALLEL.
16100
16101 2015-07-24 Doug Evans <dje@google.com>
16102
16103 * lib/future.exp (gdb_default_target_compile): New option
16104 "early_flags".
16105 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
16106 --as-needed.
16107
16108 2015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
16109
16110 * gdb.base/catch-syscall.exp: Call gdb_exit before
16111 gdb_skip_xml_test.
16112
16113 2015-07-24 Pedro Alves <palves@redhat.com>
16114
16115 * gdb.python/py-events.exp: Accept output between the stop event
16116 and the prompt.
16117 * gdb.python/py-evsignal.exp: Likewise.
16118 * gdb.python/py-evthreads.exp: Likewise.
16119
16120 2015-07-24 Pedro Alves <palves@redhat.com>
16121
16122 PR gdb/18717
16123 * gdb.threads/non-ldr-exit.c: New file.
16124 * gdb.threads/non-ldr-exit.exp: New file.
16125
16126 2015-07-24 Yao Qi <yao.qi@linaro.org>
16127
16128 * gdb.server/ext-wrapper.exp: Test --wrapper option when
16129 restarting process.
16130
16131 2015-07-24 Yao Qi <yao.qi@linaro.org>
16132
16133 * gdb.server/ext-restart.exp: New file.
16134
16135 2015-07-24 Yao Qi <yao.qi@linaro.org>
16136
16137 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
16138 argument options.
16139 * gdb.server/ext-wrapper.exp: New file.
16140
16141 2015-07-23 Doug Evans <dje@google.com>
16142
16143 * gdb.dwarf2/dw2-dummy-cu.S: New file.
16144 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
16145
16146 2015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
16147
16148 * gdb.ada/var_arr_typedef.exp: New testcase.
16149 * gdb.ada/var_arr_typedef/pack.adb: New file.
16150 * gdb.ada/var_arr_typedef/pack.ads: New file.
16151 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
16152
16153 2015-07-20 Joel Brobecker <brobecker@adacore.com>
16154
16155 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
16156
16157 2015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
16158
16159 * gdb.arch/i386-biarch-core.exp: Replace istarget
16160 by "complete set gnutarget". Remove expectation for the "core-file"
16161 command.
16162
16163 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
16164
16165 Revert the previous commit:
16166 Tests for validate symbol file using build-id.
16167
16168 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
16169
16170 Tests for validate symbol file using build-id.
16171 * gdb.base/solib-mismatch-lib.c: New file.
16172 * gdb.base/solib-mismatch-libmod.c: New file.
16173 * gdb.base/solib-mismatch.c: New file.
16174 * gdb.base/solib-mismatch.exp: New file.
16175
16176 2015-07-15 Sandra Loosemore <sandra@codesourcery.com>
16177
16178 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
16179 nios2-*-linux*.
16180 * gdb.base/sigbpt.exp (stepi_out): Likewise.
16181 * gdb.base/siginfo.exp: Likewise.
16182 * gdb.base/sigstep.exp (advance, advancei): Likewise.
16183
16184 2015-07-15 Pierre Langlois <pierre.langlois@arm.com>
16185
16186 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
16187 Move it to ...
16188 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
16189 ... here.
16190 * gdb.trace/range-stepping.exp: Check that the target supports
16191 range stepping.
16192
16193 2015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
16194
16195 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
16196
16197 2015-07-14 Pedro Alves <palves@redhat.com>
16198
16199 * gdb.base/killed-outside.exp: New file.
16200 * gdb.base/killed-outside.c: New file.
16201
16202 2015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
16203
16204 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
16205 (n at main): New.
16206 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
16207
16208 2015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
16209
16210 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
16211 infcall tests instead of setting up for KFAIL.
16212
16213 2015-07-10 Markus Metzger <markus.t.metzger@intel.com>
16214
16215 * gdb.btrace/record_goto-step.exp: New.
16216
16217 2015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
16218
16219 PR compile/18484
16220 * gdb.compile/compile.c (struct struct_type): Add volatile to
16221 selffield's type.
16222 * gdb.compile/compile.exp
16223 (compile code struct_object.selffield = &struct_object): Skip further
16224 struct_object tests if this one xfails.
16225
16226 2015-07-08 Robert O'Callahan <robert@ocallahan.org>
16227
16228 PR exp/18617
16229 * gdb.trace/ax.exp: Add test.
16230
16231 2015-07-07 Yao Qi <yao.qi@linaro.org>
16232
16233 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
16234 instead of istarget "aarch64*-*-*".
16235 * gdb.arch/aarch64-fp.exp: Likewise.
16236 * gdb.base/float.exp: Likewise.
16237 * gdb.reverse/aarch64.exp: Likewise.
16238 * lib/gdb.exp (is_aarch64_target): New proc.
16239
16240 2015-07-07 Yao Qi <yao.qi@linaro.org>
16241
16242 * lib/gdb.exp (is_aarch32_target): New proc.
16243 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
16244 instead of "istarget "arm*-*-*"".
16245 * gdb.arch/arm-disp-step.exp: Likewise.
16246 * gdb.arch/thumb-bx-pc.exp: Likewise.
16247 * gdb.arch/thumb-prologue.exp: Likewise.
16248 * gdb.arch/thumb-singlestep.exp: Likewise.
16249 * gdb.base/disp-step-syscall.exp: Likewise.
16250 * gdb.base/float.exp: Likewise.
16251
16252 2015-07-07 Yao Qi <yao.qi@linaro.org>
16253
16254 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
16255 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
16256
16257 2015-07-07 Yao Qi <yao.qi@linaro.org>
16258
16259 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
16260 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
16261 if it exists.
16262 * gdb.multi/multi-arch.exp: Likewise.
16263
16264 2015-07-07 Simon Marchi <simon.marchi@ericsson.com>
16265
16266 * gdb.python/py-lazy-string.exp: Add missing parentheses to
16267 print.
16268
16269 2015-07-07 Yao Qi <yao.qi@linaro.org>
16270
16271 * gdb.arch/thumb-singlestep.exp: Do one more single step.
16272
16273 2015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
16274
16275 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
16276 '[' and ']' characters.
16277
16278 2015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
16279
16280 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
16281
16282 2015-06-29 Pedro Alves <palves@redhat.com>
16283
16284 PR threads/18127
16285 * gdb.threads/hand-call-new-thread.c: New file.
16286 * gdb.threads/hand-call-new-thread.c: New file.
16287
16288 2015-06-26 Keith Seitz <keiths@redhat.com>
16289 Doug Evans <dje@google.com>
16290
16291 PR 16253
16292 * gdb.cp/var-tag-2.cc: New file.
16293 * gdb.cp/var-tag-3.cc: New file.
16294 * gdb.cp/var-tag-4.cc: New file.
16295 * gdb.cp/var-tag.cc: New file.
16296 * gdb.cp/var-tag.exp: New file.
16297
16298 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
16299
16300 * gdb.base/history-duplicates.exp: New test.
16301
16302 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
16303
16304 * gdb.base/completion.exp: Test the completion of the "focus"
16305 command.
16306
16307 2015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
16308
16309 * gdb.arch/amd64-prologue-skip.S: New file.
16310 * gdb.arch/amd64-prologue-skip.exp: New file.
16311
16312 2015-06-25 Simon Marchi <simon.marchi@ericsson.com>
16313
16314 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
16315 is_address_zero_readable check.
16316
16317 2015-06-24 Peter Bergner <bergner@vnet.ibm.com>
16318
16319 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
16320 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
16321
16322 2015-06-24 Yao Qi <yao.qi@linaro.org>
16323
16324 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
16325 linux targets.
16326
16327 2015-06-24 Yao Qi <yao.qi@linaro.org>
16328
16329 * lib/gdb.exp (supports_get_siginfo_type): New proc.
16330 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
16331 * gdb.base/siginfo-thread.exp: Likewise.
16332
16333 2015-06-22 Yao Qi <yao.qi@linaro.org>
16334
16335 * boards/remote-gdbserver-on-localhost.exp: Add comments.
16336
16337 2015-06-22 Yao Qi <yao.qi@linaro.org>
16338
16339 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
16340 aarch64*-*-*.
16341 (skip_hw_watchpoint_tests): Likewise.
16342
16343 2015-06-18 Patrick Palka <patrick@parcs.ath.cx>
16344
16345 * gdb.base/gdbinit-history.exp: Test the interaction between
16346 setting GDBHISTSIZE and setting the history size via .gdbinit.
16347
16348 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
16349
16350 PR gdb/16999
16351 * gdb.base/gdbhistsize-history.exp: New test.
16352
16353 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
16354
16355 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
16356 with GDBHISTSIZE.
16357 * gdb.base/readline.exp: Likewise.
16358
16359 2015-06-17 Yao Qi <yao.qi@linaro.org>
16360
16361 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
16362 line.
16363
16364 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
16365
16366 * gdb.base/gdbinit-history.exp: Add test case to check that
16367 an unlimited history file does not get truncated on exit.
16368
16369 2015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
16370
16371 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
16372 (VECTOR): New macro. Use it...
16373 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
16374 ...for these typedefs.
16375 (int8, char1, int1, double1): New typedefs.
16376 (struct just_int2, struct two_int2): New structures.
16377 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
16378 (add_structvecs, add_singlevecs): New functions.
16379 (main): Call add_some_intvecs twice.
16380 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
16381 the compile and exit upon failure. Try compiling for the "native"
16382 architecture. Test inferior function calls with vector arguments
16383 and vector return value handling with "finish" and "return".
16384
16385 2015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
16386
16387 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
16388 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
16389 PE file.
16390 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
16391
16392 2015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
16393
16394 PR breakpoints/16465
16395 * gdb.mi/mi-dprintf-pending.c: New file.
16396 * gdb.mi/mi-dprintf-pending.exp: New test.
16397 * gdb.mi/mi-dprintf-pendshr.c: New file.
16398
16399 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
16400 Mircea Gherzan <mircea.gherzan@intel.com>
16401
16402 * gdb.arch/i386-mpx-map.c: New file.
16403 * gdb.arch/i386-mpx-map.exp: New File.
16404
16405 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
16406
16407 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
16408 * gdb.arch/i386-mpx.exp: Indentation fixed.
16409
16410 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
16411
16412 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
16413 function and improved indentation.
16414 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
16415 gdb_test_multiple. Added additional tests to skip the test.
16416
16417 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
16418
16419 * gdb.arch/i386-avx512.c: Change path in include file.
16420 * gdb.arch/i386-avx512.exp: Change include dir path
16421 compilation flag.
16422 * gdb.arch/i386-mpx.c: Change path in include file.
16423 * gdb.arch/i386-mpx.exp: Change include dir path compilation
16424 flag.
16425
16426 2015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
16427
16428 * gdb.compile/compile-print.exp (compile print *vararray@3)
16429 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
16430
16431 2015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
16432
16433 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
16434 (do not keep jit in memory): ... this.
16435 (expect 5): Change it to ...
16436 (expect no 5): ... this.
16437
16438 2015-06-02 Simon Marchi <simon.marchi@ericsson.com>
16439
16440 PR gdb/15564
16441 * gdb.mi/mi-detach.exp: New file.
16442
16443 2015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
16444
16445 PR symtab/18392
16446 * gdb.arch/amd64-tailcall-self.S: New file.
16447 * gdb.arch/amd64-tailcall-self.c: New file.
16448 * gdb.arch/amd64-tailcall-self.exp: New file.
16449
16450 2015-05-28 Don Breazeal <donb@codesourcery.com>
16451
16452 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
16453 tests for remote targets by checking is_target_gdbserver.
16454
16455 2015-05-27 Doug Evans <dje@google.com>
16456
16457 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
16458 * gdb.dwarf2/opaque-type-lookup.c: New file.
16459 * gdb.dwarf2/opaque-type-lookup.exp: New file.
16460
16461 2015-05-26 Doug Evans <dje@google.com>
16462
16463 * gdb.cp/iostream.cc: New file.
16464 * gdb.cp/iostream.exp: New file.
16465
16466 2015-05-26 Doug Evans <dje@google.com>
16467
16468 * gdb.dwarf2/dw2-op-call.exp: Update.
16469 * gdb.dwarf2/dw4-sig-types.exp: Update.
16470 * gdb.dwarf2/implptr.exp: Update.
16471 * gdb.mi/mi-cmd-param-changed.exp: Update.
16472
16473 2015-05-26 Doug Evans <dje@google.com>
16474
16475 * gdb.python/py-lazy-string.c: New file.
16476 * gdb.python/py-lazy-string.exp: New file.
16477 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
16478 (main): Update. Add estring3.
16479 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
16480 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
16481
16482 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
16483 Yao Qi <yao.qi@linaro.org>
16484
16485 * gdb.reverse/aarch64.c: New.
16486 * gdb.reverse/aarch64.exp: New.
16487
16488 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
16489
16490 * lib/gdb.exp (supports_process_record): Return true for
16491 aarch64*-linux*.
16492 (supports_reverse): Likewise.
16493
16494 2015-05-22 Patrick Palka <patrick@parcs.ath.cx>
16495
16496 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
16497 Use with_test_prefix.
16498
16499 2015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
16500
16501 * gdb.base/completion.exp: Add test for completion of layout
16502 names.
16503
16504 2015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
16505
16506 * lib/gdb.exp (skip_tui_tests): New proc.
16507 * gdb.base/tui-layout.exp: Check skip_tui_tests.
16508
16509 2015-05-19 Pedro Alves <palves@redhat.com>
16510
16511 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
16512 Save the whole env array instead of just HOME. Unset HISTSIZE in
16513 the environment while testing. Restore whole environment
16514 afterwards.
16515
16516 2015-05-16 Doug Evans <xdje42@gmail.com>
16517
16518 * gdb.guile/scm-ports.c: New file.
16519 * gdb.guile/scm-ports.exp: Add memory port tests.
16520
16521 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
16522
16523 * gdb.compile/compile-print.c: New file.
16524 * gdb.compile/compile-print.exp: New file.
16525
16526 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
16527
16528 * gdb.compile/compile-ops.exp: Cast param to void.
16529 * gdb.compile/compile.exp: Complete type for _gdb_expr.
16530 (compile code struct_object.selffield = &struct_object): Add xfail.
16531
16532 2015-05-15 Joel Brobecker <brobecker@adacore.com>
16533
16534 * gdb.ada/arr_enum_with_gap: New testcase.
16535
16536 2015-05-15 Joel Brobecker <brobecker@adacore.com>
16537
16538 * gdb.ada/byte_packed_arr: New testcase.
16539
16540 2015-05-15 Joel Brobecker <brobecker@adacore.com>
16541
16542 * gdb.ada/pckd_neg: New testcase.
16543
16544 2015-05-13 Patrick Palka <patrick@parcs.ath.cx>
16545
16546 PR gdb/17820
16547 * gdb.base/gdbinit-history.exp: New test.
16548 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
16549 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
16550
16551 2015-05-09 Siva Chandra Reddy <sivachandra@google.com>
16552
16553 * gdb.python/py-xmethods.cc: Enhance test case.
16554 * gdb.python/py-xmethods.exp: New tests.
16555 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
16556 function.
16557 (B_indexoper): Likewise.
16558 (global_dm_list) : Add new xmethod worker functions.
16559
16560 2015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
16561
16562 * gdb.base/coredump-filter.exp: Correctly unset
16563 "coredump_var_addr" array.
16564
16565 2015-05-08 Pedro Alves <palves@redhat.com>
16566
16567 * gdb.server/non-existing-program.exp: Unset spawn_id.
16568
16569 2015-05-08 Siva Chandra Reddy <sivachandra@google.com>
16570
16571 PR python/18291
16572 * gdb.python/py-xmethods.exp: Add tests.
16573
16574 2015-05-08 Yao Qi <yao.qi@linaro.org>
16575
16576 PR gdb/18208
16577 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
16578 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
16579 function set_coredump_filter, and remove remote_exec call.
16580 Remove argument ipid. Callers update.
16581 (top level): Don't get inferior's PID.
16582
16583 2015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
16584
16585 * gdb.base/watch_thread_num.exp: Skip test on targets without
16586 access watchpoints.
16587
16588 2015-05-06 Pedro Alves <palves@redhat.com>
16589
16590 PR server/18081
16591 * gdb.server/non-existing-program.exp: New file.
16592
16593 2015-05-05 Joel Brobecker <brobecker@adacore.com>
16594
16595 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
16596
16597 2015-05-05 Joel Brobecker <brobecker@adacore.com>
16598
16599 * gdb.ada/out_of_line_in_inlined: New testcase.
16600
16601 2015-05-05 Joel Brobecker <brobecker@adacore.com>
16602
16603 * gdb.ada/var_rec_arr: New testcase.
16604
16605 2015-04-30 Yao Qi <yao.qi@linaro.org>
16606
16607 * gdb.base/break-idempotent.exp: If
16608 skip_hw_watchpoint_multi_tests returns true, skip the tests
16609 on "rwatch" and "awatch".
16610
16611 2015-04-30 Yao Qi <yao.qi@linaro.org>
16612
16613 * gdb.base/relativedebug.exp: Invoke gdb command
16614 "info sharedlibrary", and if libc.so doesn't have debug info,
16615 skip the test.
16616
16617 2015-04-29 Doug Evans <dje@google.com>
16618
16619 * gdb.python/py-xmethods.exp: Add ptype tests.
16620 * gdb.python/py-xmethods.py (E_method_char_worker): Add
16621 get_result_type method.
16622
16623 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
16624
16625 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
16626 the target does not support hardware watchpoints.
16627
16628 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
16629
16630 * gdb.base/break-always.exp: Abort testing if writing to memory
16631 causes an error.
16632
16633 2015-04-28 Doug Evans <dje@google.com>
16634
16635 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
16636 * gdb.python/py-pp-registration.exp: ... here. New file.
16637 * gdb.python/py-pp-registration.c: New file.
16638 * gdb.python/py-pp-registration.py: New file.
16639
16640 2015-04-28 Doug Evans <dje@google.com>
16641
16642 * gdb.python/py-bad-printers.c: New file.
16643 * gdb.python/py-bad-printers.py: New file.
16644 * gdb.python/py-bad-printers.exp: New file.
16645
16646 2015-04-28 Sasha Smundak <asmundak@google.com>
16647
16648 * gdb.python/py-type.exp: New test.
16649
16650 2015-04-28 Andy Wingo <wingo@igalia.com>
16651
16652 * gdb.python/py-parameter.exp:
16653 * gdb.guile/scm-parameter.exp: Escape the path that we are
16654 matching against, as it might contain characters that are special
16655 to regular expressions.
16656
16657 2015-04-27 Joel Brobecker <brobecker@adacore.com>
16658
16659 * gdb.ada/rec_comp: New testcase.
16660
16661 2015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
16662
16663 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
16664 before using it.
16665
16666 2015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
16667
16668 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
16669 new tests for verilog output.
16670
16671 2015-04-24 Yao Qi <yao.qi@linaro.org>
16672
16673 * boards/remote-gdbserver-on-localhost.exp: New file.
16674
16675 2015-04-23 Pedro Alves <palves@redhat.com>
16676
16677 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
16678 $inferior_spawn_id instead of $inferior_spawn_id directly. On
16679 "end of file", remove $inferior_spawn_id from the indirect list.
16680
16681 2015-04-23 Pedro Alves <palves@redhat.com>
16682
16683 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
16684
16685 2015-04-23 Pedro Alves <palves@redhat.com>
16686
16687 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
16688 on $any_spawn_id instead of only on $gdb_spawn_id.
16689
16690 2015-04-21 Pierre Muller <muller@sourceware.org>
16691
16692 PR pascal/17815
16693 * lib/pascal.exp (gpc_compile): Add new option "class".
16694 (fpc_compile): Likewise.
16695 * gdb.pascal/case-insensitive-symbols.pas: New file.
16696 * gdb.pascal/case-insensitive-symbols.exp: New file.
16697
16698 2015-04-20 Gary Benson <gbenson@redhat.com>
16699
16700 * gdb.base/attach.exp: Fix three extended remote failures.
16701
16702 2015-04-17 Gary Benson <gbenson@redhat.com>
16703
16704 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
16705 the main executable over the remote protocol.
16706
16707 2015-04-16 Pedro Alves <palves@redhat.com>
16708
16709 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
16710 a new gdbserver if gdbserver_reconnect_p is set.
16711
16712 2015-04-16 Pedro Alves <palves@redhat.com>
16713
16714 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
16715 is set, don't exit gdbserver.
16716
16717 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
16718
16719 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
16720 appropriate .insn, such that an older assembler can be used.
16721 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
16722 the z/Architecture instruction set on 31-bit targets as well.
16723
16724 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
16725
16726 * gdb.go/handcall.exp: Remove all logic related to the first
16727 breakpoint and rely on go_runto_main instead.
16728 * gdb.go/strings.exp: Likewise.
16729 * gdb.go/unsafe.exp: Likewise.
16730 * gdb.go/hello.exp: Likewise. Also rename the remaining
16731 breakpoint marker to "breakpoint 1".
16732 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
16733 * gdb.go/strings.go: Likewise.
16734 * gdb.go/unsafe.go: Likewise.
16735 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
16736 "set breakpoint 2 here" and rename the remaining breakpoint marker
16737 to "breakpoint 1".
16738
16739 2015-04-15 Simon Marchi <simon.marchi@ericsson.com>
16740
16741 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
16742 if itertools.imap is not present.
16743 * gdb.python/py-objfile.exp: Add parentheses.
16744 * gdb.python/py-type.exp: Same.
16745 * gdb.python/py-unwind-maint.py: Same.
16746
16747 2015-04-15 Yao Qi <yao.qi@linaro.org>
16748
16749 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
16750 of ":$ptr_size" and set its form explicitly.
16751
16752 2015-04-15 Pedro Alves <palves@redhat.com>
16753 Yao Qi <yao.qi@linaro.org>
16754
16755 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
16756 timeout by factor of 4.
16757 (test_regular_watch): Likewise.
16758 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
16759 * gdb.reverse/sigall-reverse.exp: Likewise.
16760 * gdb.reverse/until-precsave.exp: Likewise.
16761 * lib/gdb.exp (with_timeout_factor): New proc.
16762 (gdb_expect): Move some code to ...
16763 (get_largest_timeout): ... here. New procedure.
16764
16765 2015-04-14 Luis Machado <lgustavo@codesourcery.com>
16766
16767 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
16768
16769 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
16770
16771 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
16772 to write to the .text section.
16773
16774 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
16775
16776 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
16777 Handle the case of targets that do not provide PID information.
16778
16779 2015-04-13 Yao Qi <yao.qi@linaro.org>
16780
16781 * lib/gdbserver-support.exp (gdb_exit): Catch exception
16782 and use expect instead of gdb_expect.
16783
16784 2015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
16785
16786 * gdb.base/coredump-filter.exp: Rename variable "addr" to
16787 "coredump_var_addr" to avoid naming conflict with other testcases.
16788
16789 2015-04-10 Pedro Alves <palves@redhat.com>
16790
16791 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
16792 gdb_test_sequence and gdb_assert.
16793
16794 2015-04-10 Pedro Alves <palves@redhat.com>
16795
16796 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
16797 test messages that don't include the breakpoint address.
16798
16799 2015-04-10 Yao Qi <yao.qi@linaro.org>
16800
16801 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
16802 false for some offset and width combinations which aren't
16803 supported by linux kernel.
16804
16805 2015-04-10 Pedro Alves <palves@redhat.com>
16806
16807 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
16808 procedure, factored out from ...
16809 (top level): ... here. Add "set displaced-stepping" testing axis.
16810 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
16811 parameter "displaced". Use it.
16812 (top level): Use foreach and add "set displaced-stepping" testing
16813 axis.
16814
16815 2015-04-10 Pedro Alves <palves@redhat.com>
16816
16817 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
16818 Remove comment.
16819 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
16820 both the address of the instruction that triggers the watchpoint
16821 and the address of the instruction immediately after, and use
16822 those addresses for the test. Fix comment.
16823
16824 2015-04-10 Pedro Alves <palves@redhat.com>
16825
16826 * gdb.base/sigstep.exp (breakpoint_to_handler)
16827 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
16828 Test "backtrace" in handler.
16829 (breakpoint_over_handler): New parameter 'displaced'. Use it.
16830 (top level): Add new "displaced" test axis to
16831 breakpoint_to_handler, breakpoint_to_handler_entry and
16832 breakpoint_over_handler.
16833
16834 2015-04-10 Pedro Alves <palves@redhat.com>
16835
16836 PR gdb/18216
16837 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
16838
16839 2015-04-10 Yao Qi <yao.qi@linaro.org>
16840
16841 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
16842 (test_add_rn_pc): New function.
16843 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
16844 (top level): Invoke test_add_rn_pc.
16845
16846 2015-04-10 Pedro Alves <palves@redhat.com>
16847
16848 PR gdb/13858
16849 * gdb.base/step-over-no-symbols.exp: New file.
16850
16851 2015-04-09 Andy Wingo <wingo@igalia.com>
16852
16853 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
16854 after the Python tests.
16855
16856 2015-04-08 Keith Seitz <keiths@redhat.com>
16857
16858 PR python/16699
16859 * gdb.python/py-completion.exp: New tests for completion.
16860 * gdb.python/py-completion.py (CompleteLimit1): New class.
16861 (CompleteLimit2): Likewise.
16862 (CompleteLimit3): Likewise.
16863 (CompleteLimit4): Likewise.
16864 (CompleteLimit5): Likewise.
16865 (CompleteLimit6): Likewise.
16866 (CompleteLimit7): Likewise.
16867
16868 2015-04-08 Pedro Alves <palves@redhat.com>
16869
16870 PR gdb/18214
16871 PR gdb/18216
16872 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
16873 function.
16874 (main): Install it as SIGUSR1 handler.
16875 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
16876 parameter. Always use "setup" as prefix. Toggle "set
16877 displaced-stepping" off/on depending on global. Don't switch to
16878 thread 1 here.
16879 (top level): Add displaced stepping "off/on" test axis. Update
16880 "setup" calls. Wrap each subtest with with_test_prefix. Test
16881 continuing with a queued signal in each thread.
16882
16883 2015-04-08 Pedro Alves <palves@redhat.com>
16884
16885 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
16886 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
16887 gdb_breakpoint instead of gdb_test that doesn't expect anything.
16888 Return early if running to main fails.
16889 * gdb.trace/while-stepping.exp: Likewise.
16890
16891 2015-04-07 Pedro Alves <palves@redhat.com>
16892
16893 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
16894 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
16895 interact with inferior program.
16896
16897 2015-04-07 Pedro Alves <palves@redhat.com>
16898
16899 * lib/gdb.exp (inferior_spawn_id): New global.
16900 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
16901 spawn id after processing the user code.
16902 (default_gdb_start): Set inferior_spawn_id.
16903 (send_inferior): New procedure.
16904 * lib/gdbserver-support.exp (gdbserver_start): Set
16905 inferior_spawn_id.
16906 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
16907
16908 2015-04-07 Pedro Alves <palves@redhat.com>
16909
16910 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
16911 * lib/gdbserver-support.exp (gdbserver_start): Make
16912 $server_spawn_id global.
16913 (gdbserver_start): Don't wait for gdbserver's spawn id with
16914 expect_background.
16915 (close_gdbserver): New procedure.
16916 (gdb_exit): Rename the default version and reimplement.
16917
16918 2015-04-07 Pedro Alves <palves@redhat.com>
16919
16920 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
16921 append the substituted item, not the original item.
16922
16923 2015-04-07 Pedro Alves <palves@redhat.com>
16924
16925 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
16926 gdb_expect.
16927
16928 2015-04-07 Pedro Alves <palves@redhat.com>
16929
16930 * gdb.base/interrupt.exp: Don't handle the case of the inferior
16931 output appearing once only.
16932
16933 2015-04-07 Pedro Alves <palves@redhat.com>
16934
16935 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
16936 that doesn't expect anything. Return early if running to main
16937 fails.
16938
16939 2015-04-07 Yao Qi <yao.qi@linaro.org>
16940
16941 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
16942 (child_function): Call alarm.
16943 (main): Move call to alarm into the loop.
16944 * gdb.threads/non-stop-fair-events.exp: Build program with
16945 -DTIMEOUT=$timeout.
16946
16947 2015-04-06 Doug Evans <xdje42@gmail.com>
16948
16949 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
16950 Fix dest parameter to board_info.
16951 (fpc_compile): Ditto.
16952 (gdb_compile_pascal): Rename dest arg to destfile.
16953
16954 2015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
16955
16956 * gdb.ada/funcall_ref.exp: New file.
16957 * gdb.ada/funcall_ref/foo.adb: New file.
16958
16959 2015-04-02 Yao Qi <yao.qi@linaro.org>
16960
16961 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
16962 is remote.
16963
16964 2015-04-02 Gary Benson <gbenson@redhat.com>
16965
16966 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
16967
16968 2015-04-01 Sasha Smundak <asmundak@google.com>
16969
16970 * gdb.python/py-unwind-maint.c: New file.
16971 * gdb.python/py-unwind-maint.exp: New test.
16972 * gdb.python/py-unwind-maint.py: New file.
16973 * gdb.python/py-unwind.c: New file.
16974 * gdb.python/py-unwind.exp: New test.
16975 * gdb.python/py-unwind.py: New test.
16976
16977 2015-04-01 Pedro Alves <palves@redhat.com>
16978
16979 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
16980 to fail instead of non-existent $test.
16981
16982 2015-04-01 Pedro Alves <palves@redhat.com>
16983
16984 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
16985 GDBFLAGS if not empty.
16986
16987 2015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
16988
16989 * gdb.ada/complete.exp: Remove "multi_line".
16990 * gdb.ada/info_exc.exp: Remove "multi_line".
16991 * gdb.ada/packed_tagged.exp: Remove "multi_line".
16992 * gdb.ada/ptype_field.exp: Remove "multi_line".
16993 * gdb.ada/sym_print_name.exp: Remove "multi_line".
16994 * gdb.ada/tagged.exp: Remove "multi_line".
16995 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
16996 [multi_line ...]
16997 * gdb.btrace/delta.exp: Likewise.
16998 * gdb.btrace/exception.exp: Likewise.
16999 * gdb.btrace/function_call_history.exp: Likewise.
17000 * gdb.btrace/instruction_history.exp: Likewise.
17001 * gdb.btrace/nohist.exp: Likewise.
17002 * gdb.btrace/record_goto.exp: Likewise.
17003 * gdb.btrace/segv.exp: Likewise.
17004 * gdb.btrace/stepi.exp: Likewise.
17005 * gdb.btrace/tailcall.exp: Likewise.
17006 * gdb.btrace/unknown_functions.exp: Likewise.
17007 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
17008 * lib/gdb.exp: Add the "multi_line" helper.
17009
17010 2015-04-01 Pedro Alves <palves@redhat.com>
17011
17012 * gdb.threads/tid-reuse.c: New file.
17013 * gdb.threads/tid-reuse.exp: New file.
17014
17015 2015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
17016
17017 PR corefiles/16092
17018 * gdb.base/coredump-filter.c: New file.
17019 * gdb.base/coredump-filter.exp: Likewise.
17020
17021 2015-03-27 Petr Machata <pmachata@redhat.com>
17022
17023 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
17024 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
17025 (Dwarf::assemble): Initialize them.
17026 (Dwarf::lines): New function.
17027
17028 2015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
17029
17030 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
17031 SYMBOL_PREFIX for x86_64-*-cygwin.
17032
17033 2015-03-26 Andy Wingo <wingo@igalia.com>
17034
17035 PR symtab/18148
17036 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
17037 const_value but not a location.
17038 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
17039 location defined in non-main CUs are visible.
17040
17041 2015-03-26 Yao Qi <yao.qi@linaro.org>
17042
17043 PR testsuite/18139
17044 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
17045 Add a line number entry for the same line.
17046 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
17047 Add a line number entry for the same line.
17048
17049 2015-03-26 Yao Qi <yao.qi@linaro.org>
17050
17051 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
17052 .int 0.
17053 (func): Likewise. Add .Lfunc_1 label.
17054 Use .Lfunc_1 label.
17055 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
17056 .int 0.
17057 (func): Likewise.
17058 Use .Lfunc_1 label.
17059
17060 2015-03-26 Yao Qi <yao.qi@linaro.org>
17061
17062 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
17063 Call gdb_compile instead to compile each .s files without debug
17064 information.
17065
17066 2015-03-26 Yao Qi <yao.qi@linaro.org>
17067
17068 * gdb.base/savedregs.exp (process_saved_regs): Make
17069 "Saved registers:" optional in the pattern.
17070
17071 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
17072
17073 * gdb.btrace/next.exp: Merged into step.exp.
17074 * gdb.btrace/finish.exp: Merged into step.exp.
17075 * gdb.btrace/nexti.exp: Merged into stepi.exp.
17076 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
17077 "record goto" and checking the exact replay position.
17078 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
17079 check for "Recording format" in "info record" output.
17080 * gdb.btrace/record_goto.exp: Choose test file based on target.
17081 * gdb.btrace/x86-record_goto.S: Renamed into ...
17082 * gdb.btrace/x86_64-record_goto.S: ... this.
17083 * gdb.btrace/i686-record_goto.S: New.
17084 * gdb.btrace/x86-tailcall.S: Renamed into ...
17085 * gdb.btrace/x86_64-tailcall.S: ... this.
17086 * gdb.btrace/i686-tailcall.S: New.
17087 * gdb.btrace/x86-tailcall.c: Renamed into ...
17088 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
17089 separate statements. Update test.
17090 * gdb.btrace/delta.exp: Use record_goto.c as test file.
17091 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
17092 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
17093 * gdb.btrace/tailcall.exp: Choose test file based on target.
17094 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
17095
17096 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
17097
17098 * gdb.btrace/exception.exp: Increase BTS buffer size.
17099
17100 2015-03-24 Pedro Alves <palves@redhat.com>
17101
17102 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
17103
17104 2015-03-24 Pedro Alves <palves@redhat.com>
17105
17106 * gdb.threads/schedlock.exp (test_step): No longer expect that
17107 "set scheduler-locking step" with "next" over a function call runs
17108 threads unlocked.
17109
17110 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
17111
17112 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
17113
17114 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
17115
17116 PR breakpoints/16466
17117 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
17118 * gdb.mi/mi-pending.c (thread_func): New function.
17119 (int main): Add threading support required.
17120 * gdb.mi/mi-pending.exp: Add tests for this issue.
17121 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
17122 (pendfunc2): Remove stdio dependency.
17123 * gdb.mi/mi-pendshr2.c: New file.
17124
17125 2015-03-23 Keith Seitz <keiths@redhat.com>
17126
17127 * gdb.linespec/keywords.c: New file.
17128 * gdb.linespec/keywords.exp: New file.
17129
17130 2015-03-23 Keith Seitz <keiths@redhat.com>
17131
17132 PR gdb/18021
17133 * gdb.dwarf2/staticvirtual.exp: New test.
17134
17135 2015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
17136
17137 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
17138 * README: Remove HP-UX and gdb.hp.
17139 (configuration):
17140 * configure: Regenerate.
17141 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
17142 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
17143 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
17144 gdb.hp/gdb.defects/Makefile.
17145 * gdb.hp/Makefile.in: File deleted.
17146 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
17147 * gdb.hp/gdb.aCC/optimize.c: File deleted.
17148 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
17149 * gdb.hp/gdb.aCC/run.c: File deleted.
17150 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
17151 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
17152 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
17153 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
17154 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
17155 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
17156 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
17157 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
17158 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
17159 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
17160 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
17161 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
17162 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
17163 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
17164 * gdb.hp/gdb.base-hp/reg.s: File deleted.
17165 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
17166 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
17167 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
17168 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
17169 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
17170 * gdb.hp/gdb.compat/Makefile.in: File deleted.
17171 * gdb.hp/gdb.compat/average.c: File deleted.
17172 * gdb.hp/gdb.compat/sum.c: File deleted.
17173 * gdb.hp/gdb.compat/xdb.c: File deleted.
17174 * gdb.hp/gdb.compat/xdb0.c: File deleted.
17175 * gdb.hp/gdb.compat/xdb0.h: File deleted.
17176 * gdb.hp/gdb.compat/xdb1.c: File deleted.
17177 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
17178 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
17179 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
17180 * gdb.hp/gdb.defects/Makefile.in: File deleted.
17181 * gdb.hp/gdb.defects/bs14602.c: File deleted.
17182 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
17183 * gdb.hp/gdb.defects/solib-d.c: File deleted.
17184 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
17185 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
17186 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
17187 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
17188 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
17189 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
17190 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
17191 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
17192 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
17193 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
17194 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
17195 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
17196 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
17197 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
17198 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
17199 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
17200 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
17201 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
17202 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
17203 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
17204 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
17205 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
17206 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
17207 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
17208 * gdb.hp/tools/odump: File deleted.
17209
17210 2015-03-19 Pedro Alves <palves@redhat.com>
17211
17212 * gdb.threads/continue-pending-status.exp (saw_thread_2)
17213 (saw_thread_3): New globals.
17214 (top level): Increment them when an event for the corresponding
17215 thread is seen.
17216 (no thread starvation): New test.
17217
17218 2015-03-19 Pedro Alves <palves@redhat.com>
17219
17220 * gdb.threads/continue-pending-status.c: New file.
17221 * gdb.threads/continue-pending-status.exp: New file.
17222
17223 2015-03-18 Pedro Alves <palves@redhat.com>
17224
17225 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
17226 Use gdb_is_target_remote instead of is_remote. Use
17227 gdb_test_multiple instead of gdb_expect. Exit early if
17228 gdb_test_multiple hits its internal matches. Tighten stepi tests
17229 expected output. Fail on exit with any signal, instead of just
17230 SIGILL.
17231
17232 2015-03-18 Yao Qi <yao.qi@linaro.org>
17233
17234 PR tdep/18107
17235 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
17236 variable.
17237 * gdb.base/catch-syscall.exp: Don't skip it on
17238 aarch64*-*-linux* target. Remove elements in all_syscalls.
17239 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
17240 target.
17241 (setup_all_syscalls): New proc.
17242
17243 2015-03-16 Yao Qi <yao.qi@linaro.org>
17244
17245 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
17246 (top level): Skip tests if valid_addr_p returns false for
17247 $cmd1 or $cmd2.
17248
17249 2015-03-11 Andy Wingo <wingo@igalia.com>
17250
17251 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
17252
17253 2015-03-11 Yao Qi <yao.qi@linaro.org>
17254
17255 * gdb.base/catch-syscall.exp: Fix typo in comments.
17256
17257 2015-03-11 Yao Qi <yao.qi@linaro.org>
17258
17259 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
17260
17261 2015-03-09 Pedro Alves <palves@redhat.com>
17262
17263 * dg-extract-results.py: Delete.
17264
17265 2015-03-09 Pedro Alves <palves@redhat.com>
17266
17267 Merge dg-extract-results.sh from GCC upstream (r218843).
17268
17269 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
17270 * dg-extract-results.sh: Use --text with grep to avoid issues with
17271 binary files. Fall back to cat -v, if that doesn't work.
17272
17273 2015-03-05 Pedro Alves <palves@redhat.com>
17274
17275 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
17276
17277 2015-03-04 Simon Marchi <simon.marchi@ericsson.com>
17278
17279 * lib/mi-support.exp (mi_expect_interrupt): Accept
17280 alternative event for when in all-stop mode.
17281
17282 2015-03-04 Pedro Alves <palves@redhat.com>
17283
17284 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
17285
17286 2015-03-04 Mark Kettenis <kettenis@gnu.org>
17287
17288 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
17289
17290 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
17291
17292 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
17293 regexps for GDB's current line display, accept a hex address
17294 preceding the line number.
17295
17296 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
17297
17298 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
17299 the 'arch1' variable for "s390*-linux*" targets.
17300
17301 2015-03-04 Pedro Alves <palves@redhat.com>
17302
17303 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
17304 (main): Pass missing retval argument to pthread_join call.
17305
17306 2015-03-02 Pedro Alves <palves@redhat.com>
17307
17308 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
17309 (top level): Call do_test with non-stop as well.
17310
17311 2015-03-02 Pedro Alves <palves@redhat.com>
17312
17313 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
17314 -1.
17315
17316 2015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
17317
17318 * gdb.arch/s390-vregs.exp: New test.
17319 * gdb.arch/s390-vregs.S: New file.
17320
17321 2015-02-27 Pedro Alves <palves@redhat.com>
17322
17323 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
17324 call to catch_command_errors.
17325 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
17326 catch_command_errors.
17327
17328 2015-02-27 Pedro Alves <palves@redhat.com>
17329
17330 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
17331 "true" for boolean result.
17332 * gdb.gdb/selftest.exp (test_with_self): Also accept full
17333 prototype of main.
17334
17335 2015-02-27 Pedro Alves <palves@redhat.com>
17336
17337 * lib/unbuffer_output.c: New file.
17338 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
17339 (main): Call gdb_unbuffer_output.
17340
17341 2015-02-27 Yao Qi <yao.qi@linaro.org>
17342
17343 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
17344 target.
17345
17346 2015-02-26 Doug Evans <dje@google.com>
17347
17348 * gdb.cp/class2.cc (Dbase, D): New classes.
17349 (main): New local delta.
17350 * gdb.cp/class2.exp: Test printing delta.
17351 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
17352 (dynbar): New global.
17353 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
17354
17355 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
17356
17357 * gdb.compile/compile-ifunc.c: New file.
17358 * gdb.compile/compile-ifunc.exp: New file.
17359
17360 2015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
17361
17362 * gdb.base/structs.exp: Check for correct struct on finish.
17363
17364 2015-02-26 Yao Qi <yao.qi@linaro.org>
17365
17366 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
17367 is zero.
17368
17369 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
17370
17371 * gdb.arch/cordic.ko.bz2: New file.
17372 * gdb.arch/cordic.ko.debug.bz2: New file.
17373 * gdb.arch/ppc64-symtab-cordic.exp: New file.
17374
17375 2015-02-25 Yao Qi <yao.qi@linaro.org>
17376
17377 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
17378 aarch64*-*-* target.
17379
17380 2015-02-23 Pedro Alves <palves@redhat.com>
17381
17382 * lib/gdb.exp (delete_breakpoints): Rewrite using
17383 gdb_test_multiple.
17384
17385 2015-02-23 Pedro Alves <palves@redhat.com>
17386
17387 * gdb.base/info-os.c: Include stdlib.h.
17388
17389 2015-02-22 Doug Evans <xdje42@gmail.com>
17390
17391 PR symtab/17855
17392 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
17393 is read after symbols have been re-read.
17394 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
17395 * gdb.ada/exec_changed/second.adb (Second): Ditto.
17396
17397 2015-02-21 Doug Evans <dje@google.com>
17398
17399 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
17400
17401 2015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
17402
17403 PR corefiles/17808
17404 * gdb.arch/i386-biarch-core.core.bz2: New file.
17405 * gdb.arch/i386-biarch-core.exp: New file.
17406
17407 2015-02-21 Pedro Alves <palves@redhat.com>
17408
17409 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
17410 runto_main fails.
17411
17412 2015-02-20 Pedro Alves <palves@redhat.com>
17413
17414 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
17415 info probes.
17416
17417 2015-02-20 Pedro Alves <palves@redhat.com>
17418
17419 * gdb.threads/multi-create-ns-info-thr.exp: New file.
17420
17421 2015-02-20 Pedro Alves <palves@redhat.com>
17422
17423 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
17424 clean_restart before gdb_target_supports_trace.
17425
17426 2015-02-20 Pedro Alves <palves@redhat.com>
17427
17428 PR threads/18006
17429 * gdb.threads/clone-thread_db.c: New file.
17430 * gdb.threads/clone-thread_db.exp: New file.
17431
17432 2015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
17433
17434 PR breakpoints/16812
17435 * gdb.base/catch-gdb-caused-signals.c: New file.
17436 * gdb.base/catch-gdb-caused-signals.exp: New file.
17437
17438 2015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
17439
17440 * configure: Regenerated.
17441 * configure.ac: Use GDB_AC_TRANSFORM.
17442 * aclocal.m4: sinclude ../transform.m4.
17443
17444 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
17445
17446 * lib/dtrace.exp: New file.
17447 * gdb.base/dtrace-probe.exp: Likewise.
17448 * gdb.base/dtrace-probe.d: Likewise.
17449 * gdb.base/dtrace-probe.c: Likewise.
17450 * lib/pdtrace.in: Likewise.
17451 * configure.ac: Output variables with the transformed names of
17452 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
17453 * configure: Regenerated.
17454
17455 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
17456
17457 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
17458 expected message when trying to access $_probe_* convenience
17459 variables while not on a probe.
17460
17461 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
17462
17463 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
17464
17465 2015-02-11 Pedro Alves <pedro@codesourcery.com>
17466
17467 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
17468 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
17469
17470 2015-02-10 Doug Evans <xdje42@gmail.com>
17471
17472 * lib/gdb.exp (gdb_load): Always return a result.
17473
17474 2015-02-10 Pedro Alves <palves@redhat.com>
17475
17476 * gdb.threads/signal-sigtrap.c: New file.
17477 * gdb.threads/signal-sigtrap.exp: New file.
17478
17479 2015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
17480
17481 * gdb.trace/no-attach-trace.c: New file.
17482 * gdb.trace/no-attach-trace.exp: New file.
17483
17484 2015-02-09 Mark Wielaard <mjw@redhat.com>
17485
17486 * gdb.dwarf2/atomic.c: New file.
17487 * gdb.dwarf2/atomic-type.exp: Likewise.
17488
17489 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
17490
17491 * gdb.btrace/buffer-size.exp: Update "info record" output.
17492 * gdb.btrace/delta.exp: Update "info record" output.
17493 * gdb.btrace/enable.exp: Update "info record" output.
17494 * gdb.btrace/finish.exp: Update "info record" output.
17495 * gdb.btrace/instruction_history.exp: Update "info record" output.
17496 * gdb.btrace/next.exp: Update "info record" output.
17497 * gdb.btrace/nexti.exp: Update "info record" output.
17498 * gdb.btrace/step.exp: Update "info record" output.
17499 * gdb.btrace/stepi.exp: Update "info record" output.
17500 * gdb.btrace/nohist.exp: Update "info record" output.
17501
17502 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
17503
17504 * gdb.btrace/buffer-size: New.
17505
17506 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
17507
17508 * gdb.btrace/delta.exp: Update "info record" output.
17509 * gdb.btrace/enable.exp: Update "info record" output.
17510 * gdb.btrace/finish.exp: Update "info record" output.
17511 * gdb.btrace/instruction_history.exp: Update "info record" output.
17512 * gdb.btrace/next.exp: Update "info record" output.
17513 * gdb.btrace/nexti.exp: Update "info record" output.
17514 * gdb.btrace/step.exp: Update "info record" output.
17515 * gdb.btrace/stepi.exp: Update "info record" output.
17516 * gdb.btrace/nohist.exp: Update "info record" output.
17517
17518 2015-02-06 Simon Marchi <simon.marchi@ericsson.com>
17519
17520 PR gdb/15678
17521 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
17522
17523 2015-02-06 Pedro Alves <palves@redhat.com>
17524
17525 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
17526 macro.
17527 (seconds_left, again): New globals.
17528 (main): Wait seconds_left in a 1-second sleep loop instead of
17529 sleeping 180 seconds. If 'again' is set, reset the seconds
17530 counter.
17531 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
17532 'again' in the inferior before detaching. Print the seconds left.
17533 (options): New global.
17534 (top level): Build program with -DTIMEOUT=$timeout.
17535
17536 2015-02-06 Pedro Alves <palves@redhat.com>
17537
17538 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
17539 determine how many seconds to pass to 'alarm'.
17540 * gdb.base/gdb-sigterm.exp (top level): Build program with
17541 -DTIMEOUT=$timeout.
17542 (do_test): Return success/failure indication. Add more verbose
17543 logging. Don't fail if 200 single steps are seen. Instead, fail
17544 when the test times out.
17545 (passes): New global.
17546 (top level): Break the testing loop if testing fails on any
17547 iteration. Use gdb_assert.
17548
17549 2015-02-04 Don Breazeal <donb@codesourcery.com>
17550
17551 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
17552 and initialize them.
17553 (ipc_cleanup): New function.
17554 (main): Don't declare shmid, semid, and msqid. Add a call to
17555 atexit so that we call ipc_cleanup on exit.
17556
17557 2015-02-04 Pedro Alves <palves@redhat.com>
17558
17559 * boards/native-extended-gdbserver.exp: Remove any target variant
17560 specifications from the board name before clearing the isremote
17561 flag from board_info.
17562
17563 2015-01-31 Doug Evans <xdje42@gmail.com>
17564
17565 * gdb.base/maint.exp <maint print type argc>: Update expected output.
17566
17567 2015-01-31 Gary Benson <gbenson@redhat.com>
17568
17569 * gdb.base/completion.exp: Disable completion limiting for
17570 existing tests. Add new tests to check completion limiting.
17571 * gdb.linespec/ls-errs.exp: Disable completion limiting.
17572
17573 2015-01-31 Doug Evans <xdje42@gmail.com>
17574
17575 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
17576
17577 2015-01-31 Doug Evans <xdje42@gmail.com>
17578
17579 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
17580 entries. Duplicate file section script entries.
17581 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
17582 inlined entries. Add test for safe-path rejection.
17583 * gdb.python/py-section-script.c: Add duplicate inlined section script
17584 entries. Duplicate file section script entries.
17585 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
17586 inlined entries. Add test for safe-path rejection.
17587
17588 2015-01-29 Joel Brobecker <brobecker@adacore.com>
17589
17590 * gdb.ada/disc_arr_bound: New testcase.
17591
17592 2015-01-29 Joel Brobecker <brobecker@adacore.com>
17593
17594 * gdb.ada/mi_var_array: New testcase.
17595
17596 2015-01-27 Doug Evans <dje@google.com>
17597
17598 * gdb.python/py-objfile.exp: Add tests for objfile.username.
17599 Add test for objfile.filename, objfile.username after objfile
17600 has been unloaded.
17601
17602 2015-01-26 Joel Brobecker <brobecker@adacore.com>
17603
17604 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
17605 the second test to print the name attribute of value
17606 returned by the call to gdb.lookup_type, and adjust
17607 the expected output accordingly.
17608
17609 2015-01-25 Mark Wielaard <mjw@redhat.com>
17610
17611 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
17612 * gdb.base/disp-step-fork.c: Include unistd.h.
17613 * gdb.base/siginfo-obj.c: Include stdio.h.
17614 * gdb.base/siginfo-thread.c: Likewise.
17615 * gdb.mi/non-stop.c: Include unistd.h.
17616 * gdb.mi/nsthrexec.c: Include stdio.h.
17617 * gdb.mi/pthreads.c: Include unistd.h.
17618 * gdb.modula2/unbounded1.c (main): Declare returns int.
17619 * gdb.reverse/consecutive-reverse.c: Likewise.
17620 * gdb.threads/create-fail.c: Include unistd.h.
17621 * gdb.threads/killed.c: Likewise.
17622 * gdb.threads/linux-dp.c: Likewise.
17623 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
17624 * gdb.threads/non-ldr-exc-2.c: Likewise.
17625 * gdb.threads/non-ldr-exc-3.c: Likewise.
17626 * gdb.threads/non-ldr-exc-4.c: Likewise.
17627 * gdb.threads/pthreads.c: Include unistd.h.
17628 (main): Declare returns int.
17629 * gdb.threads/tls-main.c (foo): New declaration.
17630 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
17631
17632 2015-01-23 Simon Marchi <simon.marchi@ericsson.com>
17633
17634 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
17635 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
17636
17637 2015-01-15 Mark Wielaard <mjw@redhat.com>
17638
17639 * gdb.base/noreturn-return.c: New file.
17640 * gdb.base/noreturn-return.exp: New file.
17641 * gdb.base/noreturn-finish.c: New file.
17642 * gdb.base/noreturn-finish.exp: New file.
17643
17644 2015-01-23 Pedro Alves <palves@redhat.com>
17645
17646 * gdb.threads/continue-pending-after-query.c: New file.
17647 * gdb.threads/continue-pending-after-query.exp: New file.
17648
17649 2015-01-22 Anders Granlund <anders.granlund@ericsson.com>
17650 Simon Marchi <simon.marchi@ericsson.com>
17651
17652 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
17653 * gdb.base/valgrind-db-attach.exp: Same.
17654 * gdb.base/valgrind-infcall.exp: Same.
17655 * lib/mi-support.exp (default_mi_gdb_start): Same.
17656 * lib/prompt.exp (default_prompt_gdb_start): Same.
17657 * lib/gdb.exp (default_gdb_spawn): Same.
17658 (gdb_interact): New.
17659
17660
17661 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
17662
17663 * gdb.compile/compile.exp (pointer to jit function): New test.
17664
17665 2015-01-17 Wei-cheng Wang <cole945@gmail.com>
17666
17667 * lib/gdb.exp (supports_process_record): Return true for
17668 powerpc*-*-linux*.
17669 (supports_reverse): Likewise.
17670
17671 2015-01-15 Don Breazeal <donb@codesourcery.com>
17672
17673 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
17674 instead of checking whether the target board is remote and
17675 use spawn_wait_for_attach instead of exec/sleep.
17676 * gdb.base/attach-twice.exp: Likewise.
17677
17678 2015-01-15 Joel Brobecker <brobecker@adacore.com>
17679
17680 * gdb.ada/var_arr_attrs: New testcase.
17681
17682 2015-01-14 Pedro Alves <palves@redhat.com>
17683 Joel Brobecker <brobecker@adacore.com>
17684
17685 PR gdb/17525
17686 * gdb.base/bp-cmds-execution-x-script.c: New file.
17687 * gdb.base/bp-cmds-execution-x-script.exp: New file.
17688 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
17689
17690 2015-01-14 Pedro Alves <palves@redhat.com>
17691
17692 PR cli/17828
17693 * gdb.base/batch-preserve-term-settings.c: New file.
17694 * gdb.base/batch-preserve-term-settings.exp: New file.
17695
17696 2015-01-13 Doug Evans <dje@google.com>
17697
17698 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
17699 binary.
17700
17701 2015-01-13 Joel Brobecker <brobecker@adacore.com>
17702
17703 * Makefile.in (clean mostlyclean): Do not delete *.py.
17704
17705 2015-01-13 Joel Brobecker <brobecker@adacore.com>
17706
17707 * gdb.python/py-lookup-type.exp: New file.
17708
17709 2015-01-12 Pedro Alves <palves@redhat.com>
17710
17711 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
17712 restore GDBFLAGS before returning.
17713
17714 2015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
17715
17716 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
17717 is_amd64_regs_target and is_x86_like_target.
17718
17719 2015-01-11 Doug Evans <xdje42@gmail.com>
17720
17721 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
17722 is given without an explicit form.
17723 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
17724 attributes.
17725 * gdb.dwarf/corrupt.exp: Ditto.
17726 * gdb.dwarf2/enum-type.exp: Ditto.
17727 * gdb.trace/entry-values.exp: Ditto.
17728 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
17729
17730 2015-01-11 Doug Evans <xdje42@gmail.com>
17731
17732 PR gdb/15830
17733 * gdb.base/maint.exp: Remove references to "maint demangle".
17734 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
17735 Add tests for explicitly specifying language to demangle.
17736 * gdb.dlang/demangle.exp: Ditto.
17737
17738 2015-01-09 Pedro Alves <palves@redhat.com>
17739
17740 * gdb.threads/non-stop-fair-events.c: New file.
17741 * gdb.threads/non-stop-fair-events.exp: New file.
17742
17743 2015-01-09 Pedro Alves <palves@redhat.com>
17744
17745 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
17746 the global scope. Set a breakpoint after all threads are started
17747 rather than stepping over two source lines. Expect the prompt.
17748 * gdb.base/watch_thread_num.c (threads_started_barrier): New
17749 global.
17750 (NUM): Now 15.
17751 (main): Use threads_started_barrier to wait for all threads to
17752 start. Main thread no longer calls thread_function. Exit after
17753 180 seconds.
17754 (loop): New function.
17755 (thread_function): Wait on threads_started_barrier barrier. Call
17756 'loop' at each iteration.
17757 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
17758 threads have started, instead of hardcoding number of "next"
17759 steps. Use an access watchpoint instead of a write watchpoint.
17760
17761 2015-01-09 Pedro Alves <palves@redhat.com>
17762
17763 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
17764 (thread_func): Wait on barrier.
17765 (main): Wait for all threads to start before stopping GDB.
17766 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
17767 global.
17768 (thread1_func, thread2_func): Wait on barrier.
17769 (main): Wait for all threads to start before stopping GDB.
17770 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
17771 New global.
17772 (thread1_func, thread2_func): Wait on barrier.
17773 (main): Wait for all threads to start before stopping GDB.
17774
17775 2015-01-09 Pedro Alves <palves@redhat.com>
17776
17777 * gdb.threads/attach-many-short-lived-threads.c: New file.
17778 * gdb.threads/attach-many-short-lived-threads.exp: New file.
17779
17780 2014-01-09 Pedro Alves <palves@redhat.com>
17781
17782 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
17783 instead of to thread 2.
17784 * gdb.threads/signal-command-multiple-signals-pending.c (main):
17785 Add barrier around each pthread_create call instead of around all
17786 calls.
17787 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
17788 Set a break on thread_function and have the child threads hit it
17789 one at at a time.
17790
17791 2015-01-09 Pedro Alves <palves@redhat.com>
17792
17793 * lib/gdb.exp (can_spawn_for_attach): New procedure.
17794 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
17795 false.
17796 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
17797 checking whether the target board is remote.
17798 * gdb.multi/multi-attach.exp: Likewise.
17799 * gdb.python/py-sync-interp.exp: Likewise.
17800 * gdb.server/ext-attach.exp: Likewise.
17801 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
17802 tests that need to attach, instead of checking whether the target
17803 board is remote at the top of the file.
17804
17805 2015-01-08 Yao Qi <yao@codesourcery.com>
17806
17807 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
17808
17809 2015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
17810
17811 Fix testcase compilation.
17812 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
17813
17814 2015-01-06 Joel Brobecker <brobecker@adacore.com>
17815
17816 * gdb.python/py-type.exp: Add a couple test about empty
17817 array creation, and negative-length array creation.
17818
17819 2015-01-02 Doug Evans <xdje42@gmail.com>
17820
17821 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
17822
17823 2015-01-02 Doug Evans <dje@google.com>
17824
17825 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
17826
17827 2014-12-29 Yao Qi <yao@codesourcery.com>
17828
17829 * gdb.trace/entry-values.exp: Update comments. Rename variable
17830 bar_call_foo to returned_from_foo.
17831
17832 2014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
17833
17834 PR gdb/17394
17835 * gdb.linespec/break-asm-file.c: New file.
17836 * gdb.linespec/break-asm-file.exp: New file.
17837 * gdb.linespec/break-asm-file0.s: New file.
17838 * gdb.linespec/break-asm-file1.s: New file.
17839
17840 2014-12-18 Nigel Stephens <nigel@mips.com>
17841 Maciej W. Rozycki <macro@codesourcery.com>
17842
17843 * gdb.base/float.exp: Handle the new output from "info float" on
17844 MIPS targets.
17845
17846 2014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
17847
17848 Fix MinGW compilation.
17849 * gdb.compile/compile-ops.exp: Update untested message if
17850 !skip_compile_feature_tests.
17851 * gdb.compile/compile-setjmp.exp: Likewise.
17852 * gdb.compile/compile-tls.exp: Likewise.
17853 * gdb.compile/compile.exp: Likewise.
17854 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
17855 supported on this host".
17856
17857 2014-12-16 Doug Evans <xdje42@gmail.com>
17858
17859 * boards/stabs.exp: New file.
17860
17861 2014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
17862
17863 * gdb.base/completion.exp: Adjust to format changes of "maint
17864 print user-registers".
17865
17866 2014-12-16 Catalin Udma <catalin.udma@freescale.com>
17867
17868 PR server/17457
17869 * gdb.arch/aarch64-fp.c: New file.
17870 * gdb.arch/aarch64-fp.exp: New file.
17871
17872 2014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
17873
17874 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
17875 r210637, r210913, r211666, r215400, r215817).
17876
17877 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
17878 * dg-extract-results.py: New file.
17879 * dg-extract-results.sh: Use it if the environment seems
17880 suitable.
17881
17882 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
17883
17884 * dg-extract-results.py (parse_run): Handle warnings that
17885 are printed before a test harness is run.
17886
17887 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
17888
17889 * dg-extract-results.py (Named): Remove __cmp__ method.
17890 (output_variation): Use a key to sort variation.harnesses.
17891
17892 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
17893
17894 * dg-extract-results.py: For Python 3, force sys.stdout to
17895 handle surrogate escape sequences.
17896 (safe_open): New function.
17897 (output_segment, main): Use it.
17898
17899 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
17900
17901 * dg-extract-results.py (Prog.result_re): Include options
17902 in test name.
17903
17904 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
17905
17906 * dg-extract-results.py (output_variation): Always sort if
17907 do_sum.
17908
17909 2014-12-15 Simon Marchi <simon.marchi@ericsson.com>
17910
17911 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
17912 as long as we get pagination notifications.
17913
17914 2014-12-15 Jason Merrill <jason@redhat.com>
17915
17916 * Makefile.in (check-gdb.%): Restore.
17917 * README: Mention it.
17918
17919 2014-12-13 Joel Brobecker <brobecker@adacore.com>
17920
17921 * gdb.ada/str_uninit: New testcase.
17922
17923 2014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
17924
17925 PR symtab/17642
17926 * gdb.base/vla-stub-define.c: New file.
17927 * gdb.base/vla-stub.c: New file.
17928 * gdb.base/vla-stub.exp: New file.
17929
17930 2014-12-12 Phil Muldoon <pmuldoon@redhat.com>
17931 Jan Kratochvil <jan.kratochvil@redhat.com>
17932 Tom Tromey <tromey@redhat.com>
17933
17934 * configure.ac: Add gdb.compile/.
17935 * configure: Regenerate.
17936 * gdb.compile/Makefile.in: New file.
17937 * gdb.compile/compile-ops.exp: New file.
17938 * gdb.compile/compile-ops.c: New file.
17939 * gdb.compile/compile-tls.c: New file.
17940 * gdb.compile/compile-tls.exp: New file.
17941 * gdb.compile/compile-constvar.S: New file.
17942 * gdb.compile/compile-constvar.c: New file.
17943 * gdb.compile/compile-mod.c: New file.
17944 * gdb.compile/compile-nodebug.c: New file.
17945 * gdb.compile/compile-setjmp-mod.c: New file.
17946 * gdb.compile/compile-setjmp.c: New file.
17947 * gdb.compile/compile-setjmp.exp: New file.
17948 * gdb.compile/compile-shlib.c: New file.
17949 * gdb.compile/compile.c: New file.
17950 * gdb.compile/compile.exp: New file.
17951 * lib/gdb.exp (skip_compile_feature_tests): New proc.
17952
17953 2014-12-12 Tom Tromey <tromey@redhat.com>
17954
17955 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
17956 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
17957
17958 2014-12-12 Doug Evans <dje@google.com>
17959
17960 * lib/gdb-python.exp (get_python_valueof): New function.
17961 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
17962
17963 2014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
17964
17965 * gdb.base/completion.exp: Add test for completion of "info
17966 registers ".
17967
17968 2014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
17969
17970 * gdb.base/func-ptrs.c: New file.
17971 * gdb.base/func-ptrs.exp: New file.
17972
17973 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
17974
17975 PR breakpoints/17012
17976 * gdb.base/dprintf-detach.c: New file.
17977 * gdb.base/dprintf-detach.exp: New file.
17978
17979 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
17980
17981 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
17982 * lib/gdb.exp (target_is_gdbserver): New procedure.
17983
17984 2014-12-08 Doug Evans <dje@google.com>
17985
17986 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
17987
17988 2014-12-05 Yao Qi <yao@codesourcery.com>
17989
17990 * gdb.guile/scm-error.exp: Remove the third argument to
17991 gdb_remote_download.
17992 * gdb.guile/scm-frame-args.exp: Likewise.
17993 * gdb.guile/scm-section-script.exp: Likewise.
17994
17995 2014-12-05 Yao Qi <yao@codesourcery.com>
17996
17997 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
17998
17999 2014-12-04 Doug Evans <dje@google.com>
18000
18001 * gdb.python/py-objfile.exp: Add tests for
18002 objfile.add_separate_debug_file.
18003
18004 2014-12-04 Doug Evans <dje@google.com>
18005
18006 * lib/gdb.exp (get_build_id): New function.
18007 (build_id_debug_filename_get): Rewrite to use it.
18008 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
18009
18010 2014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
18011
18012 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
18013 `method(long)', not just 0x0.
18014 * gdb.cp/nsalias.exp: Align code labels to 4.
18015 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
18016 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
18017 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
18018 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
18019 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
18020 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
18021
18022 2014-12-02 Doug Evans <dje@google.com>
18023
18024 PR symtab/17602
18025 * gdb.cp/anon-ns.cc: Move guts of this file to ...
18026 * gdb.cp/anon-ns2.cc: ... here. New file.
18027 * gdb.cp/anon-ns.exp: Update.
18028
18029 2014-12-02 Nick Bull <nicholaspbull@gmail.com>
18030
18031 * gdb.python/py-events.py (inferior_call_handler): New.
18032 (register_changed_handler, memory_changed_handler): New.
18033 (test_events.invoke): Register new handlers.
18034 * gdb.python/py-events.exp: Add tests for inferior call,
18035 memory_changed and register_changed events.
18036
18037 2014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
18038
18039 * gdb.base/execl-update-breakpoints.exp: Specify the link address
18040 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
18041 if the linker doesn't understand this.
18042
18043 2014-12-01 Simon Marchi <simon.marchi@ericsson.com>
18044
18045 * gdb.python/python.exp: Change expected reply to help().
18046
18047 2014-12-01 Yao Qi <yao@codesourcery.com>
18048
18049 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
18050 AC_CONFIG_SUBDIRS(gdb.gdbtk).
18051 * configure: Re-generated.
18052
18053 2014-11-28 Siva Chandra Reddy <sivachandra@google.com>
18054
18055 * gdb.cp/chained-calls.cc: New file.
18056 * gdb.cp/chained-calls.exp: New file.
18057 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
18058
18059 2014-11-28 Simon Marchi <simon.marchi@ericsson.com>
18060
18061 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
18062 * gdb.dwarf2/symtab-producer.exp: Same.
18063 * gdb.gdb/python-interrupts.exp: Same.
18064 * gdb.gdb/python-selftest.exp: Same.
18065 * gdb.python/py-linetable.exp: Same.
18066 * gdb.python/py-type.exp: Same.
18067 * gdb.python/py-value-cc.exp: Same.
18068 * gdb.python/py-value.exp: Same.
18069
18070 2014-11-28 Yao Qi <yao@codesourcery.com>
18071
18072 * gdb.base/break-probes.exp: Match library name prefixed with
18073 sysroot.
18074
18075 2014-11-27 Simon Marchi <simon.marchi@ericsson.com>
18076
18077 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
18078 test expected output. Add parentheses for the call to print.
18079 Remove L suffix from integers.
18080
18081 2014-11-26 Doug Evans <dje@google.com>
18082
18083 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
18084
18085 2014-11-22 Yao Qi <yao@codesourcery.com>
18086
18087 * gdb.trace/entry-values.c: Remove asms.
18088 (foo): Add foo_label.
18089 (bar): Add bar_label.
18090 * gdb.trace/entry-values.exp: Remove code computing foo's
18091 length and bar's length.
18092 (Dwarf::assemble): Invoke function_range for bar and use
18093 MACRO_AT_func for foo.
18094
18095 2014-11-22 Yao Qi <yao@codesourcery.com>
18096
18097 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
18098 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
18099 Use .Lgcc43_procstart instead of gcc43.
18100
18101 2014-11-21 Joel Brobecker <brobecker@adacore.com>
18102
18103 * gdb.ada/n_arr_bound: New testcase.
18104
18105 2014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
18106
18107 PR breakpoints/10737
18108 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
18109 test_catch_syscall_multi_arch.
18110 (test_catch_syscall_multi_arch): New function.
18111
18112 2014-11-20 Doug Evans <xdje42@gmail.com>
18113
18114 * gdb.base/maint.exp: Update expected output.
18115
18116 2014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
18117
18118 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
18119 4-byte instruction on S390.
18120
18121 2014-11-19 Joel Brobecker <brobecker@adacore.com>
18122
18123 * gdb.ada/arr_arr: New testcase.
18124
18125 2014-11-19 Joel Brobecker <brobecker@adacore.com>
18126
18127 * gdb.ada/pkd_arr_elem: New Testcase.
18128
18129 2014-11-18 Luis Machado <lgustavo@codesourcery.com>
18130
18131 * gdb.reverse/break-precsave: Expect completion message for
18132 core file reads.
18133 * gdb.reverse/consecutive-precsave.exp: Likewise.
18134 * gdb.reverse/finish-precsave.exp: Likewise.
18135 * gdb.reverse/i386-precsave.exp: Likewise.
18136 * gdb.reverse/machinestate-precsave.exp: Likewise.
18137 * gdb.reverse/sigall-precsave.exp: Likewise.
18138 * gdb.reverse/solib-precsave.exp: Likewise.
18139 * gdb.reverse/step-precsave.exp: Likewise.
18140 * gdb.reverse/until-precsave.exp: Likewise.
18141 * gdb.reverse/watch-precsave.exp: Likewise.
18142
18143 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
18144
18145 * gdb.base/bp-permanent.c: Include unistd.h.
18146 * gdb.python/py-framefilter-mi.c (main): Add return type.
18147 * gdb.python/py-framefilter.c (main): Likewise.
18148 * gdb.trace/actions-changed.c (main): Likewise.
18149
18150 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
18151
18152 * gdb.mi/until.c: Add eye-catchers.
18153 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
18154 line numbers.
18155
18156 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
18157
18158 * gdb.base/condbreak.exp: Drop references to removed non-prototype
18159 function header variants in break1.c.
18160 * gdb.base/ena-dis-br.exp: Likewise.
18161 * gdb.base/hbreak2.exp: Likewise.
18162 * gdb.reverse/until-precsave.exp: Drop references to removed
18163 non-prototype function header variants in ur1.c.
18164 * gdb.reverse/until-reverse.exp: Likewise.
18165
18166 2014-11-17 Petr Machata <pmachata@redhat.com>
18167
18168 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
18169 ${_cu_offset_size} bytes abbrev offset.
18170
18171 2014-11-15 Doug Evans <xdje42@gmail.com>
18172
18173 PR symtab/17559
18174 * gdb.base/line-symtabs.exp: New file.
18175 * gdb.base/line-symtabs.c: New file.
18176 * gdb.base/line-symtabs.h: New file.
18177
18178 2014-11-14 Yao Qi <yao@codesourcery.com>
18179
18180 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
18181 (func): Add label func_label.
18182 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
18183 Replace low_pc and high_pc with MACRO_AT_range.
18184 Replace name, low_pc and high_pc with MACRO_AT_func.
18185
18186 2014-11-14 Yao Qi <yao@codesourcery.com>
18187
18188 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
18189 Replace name, low_pc and high_pc with MACRO_AT_func.
18190
18191 2014-11-14 Yao Qi <yao@codesourcery.com>
18192
18193 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
18194 produce debug information.
18195 * gdb.dwarf2/implptr-optimized-out.S: Removed.
18196
18197 2014-11-14 Yao Qi <yao@codesourcery.com>
18198
18199 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
18200 object and get function length.
18201 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
18202 with MACRO_AT_func.
18203 (top-level): Replace gdb_compile and clean_restart with
18204 prepare_for_testing.
18205 * gdb.dwarf2/main.c (main): Add label main_label.
18206
18207 2014-11-14 Yao Qi <yao@codesourcery.com>
18208
18209 * lib/dwarf.exp (function_range): New procedure.
18210 (Dwarf::_handle_macro_at_func): New procedure.
18211 (Dwarf::_handle_macro_at_range): New procedure.
18212 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
18213
18214 2014-11-14 Yao Qi <yao@codesourcery.com>
18215
18216 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
18217 (_handle_attribute): New procedure.
18218
18219 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18220
18221 * gdb.ada/cond_lang/foo.c (callme): Add return type.
18222 * gdb.base/call-sc.c (zed): Likewise.
18223 * gdb.base/checkpoint.c (main): Likewise.
18224 * gdb.base/dump.c (main): Likewise.
18225 * gdb.base/gcore.c (main): Likewise.
18226 * gdb.base/huge.c (main): Likewise.
18227 * gdb.base/multi-forks.c (main): Likewise.
18228 * gdb.base/pr10179-a.c (main): Likewise.
18229 * gdb.base/savedregs.c (main): Likewise.
18230 * gdb.base/sigaltstack.c (main): Likewise.
18231 * gdb.base/siginfo.c (main): Likewise.
18232 * gdb.base/structs.c (zed): Likewise.
18233 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
18234 * gdb.mi/mi-syn-frame.c (main): Likewise.
18235 * gdb.mi/until.c (foo, main): Likewise.
18236 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
18237 * gdb.base/solib-weak.c (foo): Declare.
18238 * gdb.base/attach-twice.c: Include stdio.h.
18239 * gdb.base/weaklib1.c: Likewise.
18240 * gdb.base/weaklib2.c: Likewise.
18241 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
18242 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
18243 unistd.h.
18244 * gdb.base/attach-pie-misread.c: Include stdlib.h.
18245 * gdb.mi/mi-exit-code.c: Likewise.
18246 * gdb.base/break-interp-lib.c: Include string.h.
18247 * gdb.base/coremaker.c: Likewise.
18248 * gdb.base/testenv.c: Likewise.
18249 * gdb.python/py-finish-breakpoint.c: Likewise.
18250 * gdb.base/inferior-died.c: Include sys/wait.h.
18251 * gdb.base/fileio.c: Include time.h.
18252 * gdb.base/async-shell.c: Include unistd.h.
18253 * gdb.base/dprintf-non-stop.c: Likewise.
18254 * gdb.base/info-os.c: Likewise.
18255 * gdb.mi/mi-console.c: Likewise.
18256 * gdb.mi/watch-nonstop.c: Likewise.
18257 * gdb.python/py-events.c: Likewise.
18258 * gdb.base/async.c (baz): Move up before its invocation.
18259 * gdb.base/code_elim2.c (my_global_func): Likewise.
18260 * gdb.base/skip-solib-lib.c (multiply): Likewise.
18261 * gdb.base/advance.c (func2): Likewise.
18262
18263 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18264
18265 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
18266 variant.
18267 * gdb.base/annota3.c: Likewise.
18268 * gdb.base/async.c: Likewise.
18269 * gdb.base/average.c: Likewise.
18270 * gdb.base/call-ar-st.c: Likewise.
18271 * gdb.base/call-rt-st.c: Likewise.
18272 * gdb.base/call-sc.c: Likewise.
18273 * gdb.base/call-strs.c: Likewise.
18274 * gdb.base/ending-run.c: Likewise.
18275 * gdb.base/execd-prog.c: Likewise.
18276 * gdb.base/exprs.c: Likewise.
18277 * gdb.base/foll-exec.c: Likewise.
18278 * gdb.base/foll-fork.c: Likewise.
18279 * gdb.base/foll-vfork.c: Likewise.
18280 * gdb.base/funcargs.c: Likewise.
18281 * gdb.base/gcore.c: Likewise.
18282 * gdb.base/jump.c: Likewise.
18283 * gdb.base/langs0.c: Likewise.
18284 * gdb.base/langs1.c: Likewise.
18285 * gdb.base/langs2.c: Likewise.
18286 * gdb.base/mips_pro.c: Likewise.
18287 * gdb.base/nodebug.c: Likewise.
18288 * gdb.base/opaque0.c: Likewise.
18289 * gdb.base/opaque1.c: Likewise.
18290 * gdb.base/recurse.c: Likewise.
18291 * gdb.base/run.c: Likewise.
18292 * gdb.base/scope0.c: Likewise.
18293 * gdb.base/scope1.c: Likewise.
18294 * gdb.base/setshow.c: Likewise.
18295 * gdb.base/setvar.c: Likewise.
18296 * gdb.base/shmain.c: Likewise.
18297 * gdb.base/shr1.c: Likewise.
18298 * gdb.base/shr2.c: Likewise.
18299 * gdb.base/sigall.c: Likewise.
18300 * gdb.base/signals.c: Likewise.
18301 * gdb.base/so-indr-cl.c: Likewise.
18302 * gdb.base/solib2.c: Likewise.
18303 * gdb.base/structs.c: Likewise.
18304 * gdb.base/sum.c: Likewise.
18305 * gdb.base/vforked-prog.c: Likewise.
18306 * gdb.base/watchpoint.c: Likewise.
18307 * gdb.reverse/shr2.c: Likewise.
18308 * gdb.reverse/until-reverse.c: Likewise.
18309 * gdb.reverse/ur1.c: Likewise.
18310 * gdb.reverse/watch-reverse.c: Likewise.
18311
18312 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18313
18314 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
18315 variant.
18316 * gdb.base/sepdebug.exp: Drop references to removed code.
18317
18318 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18319
18320 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
18321 variant. Preserve original line numbering.
18322 * gdb.base/list1.c: Likewise.
18323
18324 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18325
18326 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
18327 variant.
18328 * gdb.base/break1.c: Likewise.
18329 * gdb.base/break.exp: Drop references to removed code.
18330
18331 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18332
18333 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
18334 variant.
18335
18336 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18337
18338 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
18339
18340 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18341
18342 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
18343 logic into perform_all_tests() and invoke it with and without
18344 function header prototypes.
18345 (do_function_calls): Remove conditional XFAIL for PR 5318.
18346 (rerun_and_prepare): Remove duplicate code.
18347 (perform_all_tests): New. Main logic moved here.
18348
18349 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18350
18351 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
18352 code guarded by #ifdef NO_PROTOTYPES.
18353 (t_double_many_args): Likewise.
18354 (DEF_FUNC_MANY_ARGS_1): Likewise.
18355 (DEF_FUNC_VALUES_1): Likewise.
18356 (t_structs_ldc): Renamed from t_structs_fc in conditional code
18357 guarded by #ifdef PROTOTYPES.
18358
18359 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18360
18361 * gdb.mi/mi-console.c: Add eye-catcher.
18362 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
18363 instead of literal line number.
18364
18365 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18366
18367 * gdb.base/shr2.c: Add eye-catcher.
18368 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
18369 line number.
18370
18371 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18372
18373 * gdb.base/jump.c: Add eye-catchers.
18374 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
18375 numbers.
18376
18377 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18378
18379 * gdb.base/execd-prog.c: Add eye-catchers.
18380 * gdb.base/foll-exec.c: Likewise.
18381 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
18382 line numbers.
18383
18384 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18385
18386 * gdb.base/ending-run.c: Add eye-catchers.
18387 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
18388 literal line numbers.
18389
18390 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18391
18392 * gdb.base/call-rt-st.c: Add eye-catchers.
18393 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
18394 literal line numbers.
18395
18396 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18397
18398 * gdb.base/call-ar-st.c: Add eye-catchers.
18399 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
18400 literal line numbers.
18401
18402 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18403
18404 * gdb.base/average.c: Add eye-catchers.
18405 * gdb.base/sum.c: Likewise.
18406 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
18407 regexps dynamically.
18408
18409 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18410
18411 * gdb.base/solib1.c: Add eye-catchers.
18412 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
18413 literal line numbers.
18414
18415 2014-11-12 Pedro Alves <palves@redhat.com>
18416
18417 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
18418 leader has exited.
18419
18420 2014-11-12 Pedro Alves <palves@redhat.com>
18421
18422 * gdb.arch/i386-bp_permanent.c: New file.
18423 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
18424 (srcfile): Set to i386-bp_permanent.c.
18425 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
18426 that stepi does not execute the 'leave' instruction, instead of
18427 testing it does execute.
18428 * gdb.base/bp-permanent.c: New file.
18429 * gdb.base/bp-permanent.exp: New file.
18430
18431 2014-11-10 Doug Evans <xdje42@gmail.com>
18432
18433 PR symtab/17564
18434 * gdb.base/symtab-search-order.exp: New file.
18435 * gdb.base/symtab-search-order.c: New file.
18436 * gdb.base/symtab-search-order-1.c: New file.
18437 * gdb.base/symtab-search-order-shlib-1.c: New file.
18438
18439 2014-11-07 Pedro Alves <palves@redhat.com>
18440
18441 PR gdb/17511
18442 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
18443 i?86-*-linux*.
18444
18445 2014-11-03 Siva Chandra Reddy <sivachandra@google.com>
18446
18447 PR c++/17494
18448 * gdb.cp/pr17494.cc: New file.
18449 * gdb.cp/pr17494.exp: New file.
18450
18451 2014-11-02 Yao Qi <yao@codesourcery.com>
18452
18453 * gdb.python/python.exp: Get working directory and match the
18454 output of "set extended-prompt \\w " with it.
18455
18456 2014-10-30 Doug Evans <dje@google.com>
18457
18458 * gdb.python/py-objfile.exp: Add tests for setting random attributes
18459 in objfiles.
18460 * gdb.python/py-progspace.exp: Add tests for setting random attributes
18461 in progspaces.
18462
18463 2014-10-30 Janis Johnson <janisjo@codesourcery.com>
18464
18465 * gdb.base/fullpath-expand.exp: Skip for a remote host.
18466 * gdb.base/realname-expand.exp: Likewise.
18467 * gdb.linespec/macro-relative.exp: Likewise.
18468
18469 2014-10-29 Pedro Alves <palves@redhat.com>
18470
18471 PR gdb/17408
18472 * gdb.threads/schedlock.c (some_function): New function.
18473 (call_function): New global.
18474 (MAYBE_CALL_SOME_FUNCTION): New macro.
18475 (thread_function): Call it.
18476 * gdb.threads/schedlock.exp (get_args): Add description parameter,
18477 and use it instead of a global counter. Adjust all callers.
18478 (get_current_thread): Use "find current thread" for test message
18479 here rather than having all callers pass down the same string.
18480 (goto_loop): New procedure, factored out from ...
18481 (my_continue): ... this.
18482 (step_ten_loops): Change parameter from test message to command to
18483 use. Adjust.
18484 (list_count): Delete global.
18485 (check_result): New procedure, factored out from duplicate top
18486 level code.
18487 (continue tests): Wrap in with_test_prefix.
18488 (test_step): New procedure, factored out from duplicate top level
18489 code.
18490 (top level): Test "step" in combination with all scheduler-locking
18491 modes. Test "next" in combination with all scheduler-locking
18492 modes, and in combination with stepping over a function call or
18493 not.
18494 * gdb.threads/next-bp-other-thread.c: New file.
18495 * gdb.threads/next-bp-other-thread.exp: New file.
18496
18497 2014-10-29 Pedro Alves <palves@redhat.com>
18498
18499 PR python/17372
18500 * gdb.python/python.exp: Test a multi-line command that spawns
18501 interactive Python.
18502 * gdb.base/multi-line-starts-subshell.exp: New file.
18503
18504 2014-10-29 Yao Qi <yao@codesourcery.com>
18505
18506 * gdb.base/fileio.exp: Make directories on host.
18507
18508 2014-10-29 Yao Qi <yao@codesourcery.com>
18509
18510 * gdb.base/fileio.c (test_write): Close the file.
18511
18512 2014-10-28 Pedro Alves <palves@redhat.com>
18513
18514 PR gdb/12623
18515 * gdb.base/sigstep.c (no_handler): New global.
18516 (main): If 'no_handler is true, set the signal handlers to
18517 SIG_IGN.
18518 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
18519 with_sw_watch and no_handler parameters. Handle them.
18520 (top level) <stepping over handler when stopped at a breakpoint
18521 test>: Add a test axis for testing with a software watchpoint, and
18522 another for testing with the signal handler set to SIG_IGN.
18523 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
18524 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
18525
18526 2014-10-28 Pedro Alves <palves@redhat.com>
18527
18528 PR gdb/17511
18529 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
18530 * gdb.base/sigstep.exp (other_handler_location): New global.
18531 (advance): Support stepping into the signal handler, and running
18532 commands while in the handler.
18533 (in_handler_map): New global.
18534 (top level): In the advance test, add combinations for getting
18535 into the handler with stepping commands, and for running commands
18536 in the handler. Add comment descripting the advancei tests.
18537
18538 2014-10-28 Pedro Alves <palves@redhat.com>
18539
18540 * gdb.base/sigstep.exp: Use build_executable instead of
18541 prepare_for_testing.
18542 (top level): Move code that starts GDB, runs to main and creates a
18543 display to ...
18544 (restart): ... this new procedure.
18545 (top level): Move backtrace from signal handler test to ...
18546 (validate_backtrace): ... this new procedure.
18547 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
18548 with_test_prefix. Always restart GDB.
18549 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
18550 with_test_prefix. Always restart GDB. No need to delete
18551 breakpoints after the test.
18552 (test_skip_handler): Remove prefix parameter.
18553 (skip_over_handler, breakpoint_to_handler)
18554 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
18555 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
18556 restart GDB. No need to delete breakpoints after the test.
18557 (top level): Use foreach to call the test procedures with
18558 different commands.
18559
18560 2014-10-28 Pedro Alves <palves@redhat.com>
18561
18562 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
18563 instead of GNATS numbers.
18564 * gdb.base/sigbpt.exp: Likewise.
18565 * gdb.base/siginfo.exp: Likewise.
18566 * gdb.base/sigstep.exp: Likewise.
18567
18568 2014-10-27 Pedro Alves <palves@redhat.com>
18569
18570 * gdb.base/sigstep.c (dummy): New global.
18571 (main): Issue a couple writes to the new global.
18572 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
18573 procedures.
18574 (skip_over_handler): Use test_skip_handler.
18575 (top level): Call skip_over_handler for stepi and nexti too.
18576 (breakpoint_over_handler): Use test_skip_handler.
18577 (top level): Call breakpoint_over_handler for stepi and nexti too.
18578
18579 2014-10-27 Yao Qi <yao@codesourcery.com>
18580
18581 * gdb.trace/tfile.c (adjust_function_address)
18582 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
18583 function descriptor.
18584
18585 2014-10-24 Don Breazeal <donb@codesourcery.com>
18586
18587 * gdb.base/foll-fork.exp (test_follow_fork,
18588 catch_fork_child_follow): Check for updated fork messages emitted
18589 from infrun.c.
18590 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
18591 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
18592 vfork_and_exec_child_follow_through_step): Check for updated vfork
18593 messages emitted from infrun.c.
18594
18595 2014-10-24 Pedro Alves <palves@redhat.com>
18596
18597 * gdb.base/corefile.exp: Remove references to ultrix.
18598 * gdb.base/interrupt.exp: Likewise.
18599 * gdb.base/whatis.exp: Likewise.
18600 * gdb.gdb/selftest.exp: Likewise.
18601 * gdb.threads/manythreads.exp: Likewise.
18602 * gdb.threads/print-threads.exp: Likewise.
18603 * gdb.threads/pthreads.exp:: Likewise.
18604 * gdb.threads/schedlock.exp: Likewise.
18605
18606 2014-10-24 Siva Chandra Reddy <sivachandra@google.com>
18607
18608 * gdb.cp/non-trivial-retval.cc: Add a test case.
18609 * gdb.cp/non-trivial-retval.exp: Add a test.
18610
18611 2014-10-20 Yao Qi <yao@codesourcery.com>
18612
18613 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
18614 * gdb.python/py-objfile-script-gdb.py: New file.
18615 * gdb.python/py-objfile-script.exp: Update reference to
18616 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
18617 of remote_download. Remove the dest file.
18618
18619 2014-10-20 Yao Qi <yao@codesourcery.com>
18620
18621 * gdb.base/checkpoint.exp: Don't remove file copied on host.
18622 * gdb.base/step-line.exp: Likewise.
18623 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
18624 * gdb.dwarf2/dw2-basic.exp: Likewise.
18625 * gdb.dwarf2/dw2-compressed.exp: Likewise.
18626 * gdb.dwarf2/dw2-filename.exp: Likewise.
18627 * gdb.dwarf2/dw2-intercu.exp: Likewise.
18628 * gdb.dwarf2/dw2-intermix.exp: Likewise.
18629 * gdb.dwarf2/dw2-producer.exp: Likewise.
18630 * gdb.dwarf2/mac-fileno.exp: Likewise.
18631 * gdb.python/py-frame-args.exp: Likewise.
18632 * gdb.python/py-framefilter.exp: Likewise.
18633 * gdb.python/py-mi.exp: Likewise.
18634 * gdb.python/py-objfile-script.exp: Likewise
18635 * gdb.python/py-pp-integral.exp: Likewise.
18636 * gdb.python/py-pp-re-notag.exp: Likewise.
18637 * gdb.python/py-prettyprint.exp: Likewise.
18638 * gdb.python/py-section-script.exp: Likewise.
18639 * gdb.python/py-typeprint.exp: Likewise.
18640 * gdb.python/py-xmethods.exp: Likewise.
18641 * gdb.stabs/weird.exp: Likewise.
18642 * gdb.xml/tdesc-regs.exp: Likewise.
18643
18644 2014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
18645
18646 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
18647 (out_cu): Use addr_len for the size of addresses.
18648 (out_line): Likewise. Size DW_LNE_set_address instruction
18649 according to addr_len.
18650 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
18651 (FUNC): Add START_INSNS to definition.
18652
18653 2014-10-18 Yao Qi <yao@codesourcery.com>
18654
18655 * gdb.base/argv0-symlink.exp: Check argv[0] value if
18656 gdb_has_argv0 return true.
18657 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
18658 check [target_info exists noargs], check [gdb_has_argv0]
18659 instead.
18660 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
18661 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
18662 procedures.
18663
18664 2014-10-17 Doug Evans <dje@google.com>
18665
18666 * gdb.python/py-events.exp: Update expected output for clear_objfiles
18667 event.
18668 * gdb.python/py-events.py: Add clear_objfiles event.
18669
18670 2014-10-17 Doug Evans <dje@google.com>
18671
18672 * gdb.python/py-objfile.exp: Test progspace attribute.
18673
18674 2014-10-17 Luis Machado <lgustavo@codesourcery.com>
18675
18676 * gdb.guile/scm-breakpoint.exp: Do not assume any
18677 directory separators when matching source file paths.
18678 * gdb.python/py-breakpoint.exp: Likewise.
18679 * gdb.reverse/break-precsave.exp: Likewise.
18680 * gdb.reverse/break-reverse.exp: Likewise.
18681 * gdb.reverse/consecutive-precsave.exp: Likewise.
18682 * gdb.reverse/finish-precsave.exp: Likewise.
18683 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
18684 * gdb.reverse/finish-reverse.exp: Likewise.
18685 * gdb.reverse/i386-precsave.exp: Likewise.
18686 * gdb.reverse/i387-env-reverse.exp: Likewise.
18687 * gdb.reverse/i387-stack-reverse.exp: Likewise.
18688 * gdb.reverse/machinestate-precsave.exp: Likewise.
18689 * gdb.reverse/machinestate.exp: Likewise.
18690 * gdb.reverse/sigall-precsave.exp: Likewise.
18691 * gdb.reverse/solib-precsave.exp: Likewise.
18692 * gdb.reverse/step-precsave.exp: Likewise.
18693 * gdb.reverse/until-precsave.exp: Likewise.
18694 * gdb.reverse/watch-precsave.exp: Likewise.
18695 * gdb.reverse/watch-reverse.exp: Likewise.
18696
18697 2014-10-17 Yao Qi <yao@codesourcery.com>
18698
18699 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
18700 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
18701
18702 2014-10-17 Pedro Alves <palves@redhat.com>
18703
18704 PR gdb/17471
18705 * gdb.base/bg-execution-repeat.c: New file.
18706 * gdb.base/bg-execution-repeat.exp: New file.
18707
18708 2014-10-17 Pedro Alves <palves@redhat.com>
18709
18710 PR gdb/17300
18711 * gdb.base/continue-all-already-running.c: New file.
18712 * gdb.base/continue-all-already-running.exp: New file.
18713
18714 2014-10-17 Pedro Alves <palves@redhat.com>
18715
18716 PR gdb/17472
18717 * gdb.base/annota-input-while-running.c: New file.
18718 * gdb.base/annota-input-while-running.exp: New file.
18719
18720 2014-10-17 Pedro Alves <palves@redhat.com>
18721
18722 * gdb.base/callfuncs.exp: emove references to osf.
18723 * gdb.base/sigall.exp: Likewise.
18724 * gdb.gdb/selftest.exp: Likewise.
18725 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
18726 * gdb.mi/non-stop.c: Likewise.
18727 * gdb.mi/pthreads.c: Likewise.
18728 * gdb.reverse/sigall-precsave.exp: Likewise.
18729 * gdb.reverse/sigall-reverse.exp: Likewise.
18730 * gdb.threads/pthreads.c: Likewise.
18731 * gdb.threads/pthreads.exp: Likewise.
18732
18733 2014-10-17 Yao Qi <yao@codesourcery.com>
18734
18735 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
18736 check 'target_info exists noargs'.
18737 (test_command_prompt_position): Likewise.
18738 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
18739 Remove "set args".
18740 (progvar_simple_while_test): Likewise.
18741 (progvar_complex_if_while_test): Likewise.
18742 (if_while_breakpoint_command_test): Likewise.
18743 (infrun_breakpoint_command_test): Likewise.
18744 (breakpoint_command_test): Likewise.
18745 (watchpoint_command_test): Likewise.
18746 (bp_deleted_in_command_test): Likewise.
18747 (temporary_breakpoint_commands): Likewise.
18748
18749 2014-10-16 Yao Qi <yao@codesourcery.com>
18750
18751 * gdb.base/remotetimeout.exp: Remove noargs checking.
18752
18753 2014-10-15 Pedro Alves <palves@redhat.com>
18754
18755 PR breakpoints/9649
18756 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
18757 * gdb.base/breakpoint-in-ro-region.exp
18758 (probe_target_hardware_step): New procedure.
18759 (top level): Probe hardware stepping and hardware breakpoint
18760 support. Test stepping through a read-only region, with both
18761 "breakpoint auto-hw" on and off and both "always-inserted" on and
18762 off.
18763
18764 2014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
18765
18766 * gdb.dlang/demangle.exp: Update for demangling changes.
18767
18768 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
18769
18770 * gdb.cp/non-trivial-retval.cc: Add new test cases.
18771 * gdb.cp/non-trivial-retval.exp: Add new tests.
18772
18773 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
18774
18775 PR c++/13403
18776 PR c++/15154
18777 * gdb.cp/non-trivial-retval.cc: New file.
18778 * gdb.cp/non-trivial-retval.exp: New file.
18779
18780 2014-10-15 Yao Qi <yao@codesourcery.com>
18781
18782 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
18783 remote host.
18784
18785 2014-10-15 Yao Qi <yao@codesourcery.com>
18786
18787 * gdb.python/py-symbol.exp: Match file base name if host is
18788 remote, otherwise match file name with dir name.
18789 * gdb.python/py-symtab.exp: Likewise.
18790 * gdb.python/python.exp: Likewise.
18791
18792 2014-10-15 Yao Qi <yao@codesourcery.com>
18793
18794 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
18795 pattern.
18796 * gdb.python/py-symtab.exp: Likewise.
18797 * gdb.python/python.exp: Remove trailing ".*". Fix typo
18798 locationn.
18799
18800 2014-10-14 Joel Brobecker <brobecker@adacore.com>
18801
18802 * gdb.ada/addr_arith: New testcase.
18803
18804 2014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
18805
18806 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
18807 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
18808 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
18809 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
18810
18811 2014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
18812
18813 * gdb.arch/stap-eval-lang-ada.S: Likewise.
18814 * gdb.arch/stap-eval-lang-ada.c: Likewise.
18815 * gdb.arch/stap-eval-lang-ada.exp: New file.
18816
18817 2014-10-14 Yao Qi <yao@codesourcery.com>
18818
18819 * gdb.mi/mi-var-child.c (nothing1): New function.
18820 (nothing2): New function.
18821 (do_children_tests): Set function pointers by nothing1 and
18822 nothing2.
18823 * gdb.mi/mi-var-child.exp: Step over new added statements.
18824 Update test to match the new output.
18825 * gdb.mi/var-cmd.c (nothing1): New function.
18826 (nothing2): New function.
18827 (do_children_tests): Set function pointers by nothing1 and
18828 nothing2.
18829 * gdb.mi/mi-var-display.exp: Update test to match output.
18830 Step to the line specified by $line_dct_nothing.
18831 Increase the number of lines to step.
18832
18833 2014-10-14 Yao Qi <yao@codesourcery.com>
18834
18835 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
18836 tests.
18837 * gdb.mi/mi2-var-child.exp: Likewise.
18838
18839 2014-10-13 Doug Evans <dje@google.com>
18840
18841 * gdb.python/py-objfile.exp: Change name of file name test.
18842
18843 2014-10-13 Doug Evans <dje@google.com>
18844
18845 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
18846 from the start of the CU.
18847
18848 2014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
18849 Yao Qi <yao@codesourcery.com>
18850
18851 Fix "save breakpoints" for "catch" command.
18852 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
18853 Remove -nonewline. Match also the added "main" line.
18854
18855 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
18856
18857 Fix "save breakpoints" for "disable $bpnum" command.
18858 * gdb.base/save-bp.c (main): Add label.
18859 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
18860
18861 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
18862
18863 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
18864
18865 2014-10-11 Yao Qi <yao@codesourcery.com>
18866
18867 * gdb.server/server-kill.exp: Execute command
18868 "set remote trace-status-packet on" before "tstatus".
18869
18870 2014-10-11 Yao Qi <yao@codesourcery.com>
18871
18872 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
18873 (main): Call getppid.
18874 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
18875 and continue to it. Read variable "server_pid".
18876
18877 2014-10-11 Yao Qi <yao@codesourcery.com>
18878
18879 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
18880
18881 2014-10-11 Yao Qi <yao@codesourcery.com>
18882
18883 * gdb.threads/thread-find.exp: Don't execute command
18884 "info threads".
18885 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
18886 * gdb.threads/linux-dp.exp: Don't check the condition
18887 $threads_created equals to zero.
18888
18889 2014-10-10 Pedro Alves <palves@redhat.com>
18890
18891 * gdb.base/bigcore.exp: Remove references to IRIX.
18892 * gdb.base/funcargs.exp: Likewise.
18893 * gdb.base/interrupt.exp: Likewise.
18894 * gdb.base/mips_pro.exp: Likewise.
18895 * gdb.base/nodebug.exp: Likewise.
18896 * gdb.base/setvar.exp: Likewise.
18897 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
18898
18899 2014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
18900 Pedro Alves <palves@redhat.com>
18901
18902 PR symtab/14466
18903 * gdb.base/vdso-warning.c: New file.
18904 * gdb.base/vdso-warning.exp: New file.
18905
18906 2014-10-02 Doug Evans <dje@google.com>
18907
18908 * gdb.base/structs.c (main): Don't run forever.
18909
18910 2014-10-02 Pedro Alves <palves@redhat.com>
18911
18912 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
18913 (top level) <stop threads 1, stop threads 2>: Use it.
18914
18915 2014-10-02 Pedro Alves <palves@redhat.com>
18916
18917 * gdb.threads/break-while-running.exp (test): Add new
18918 'update_thread_list' argument. Skip "info threads" if false.
18919 (top level): Add new 'update_thread_list' axis.
18920
18921 2014-10-02 Pedro Alves <palves@redhat.com>
18922
18923 PR breakpoints/17431
18924 * gdb.base/execl-update-breakpoints.c: New file.
18925 * gdb.base/execl-update-breakpoints.exp: New file.
18926
18927 2014-10-01 Pedro Alves <palves@redhat.com>
18928
18929 * gdb.base/breakpoint-in-ro-region.c: New file.
18930 * gdb.base/breakpoint-in-ro-region.exp: New file.
18931
18932 2014-10-01 Simon Marchi <simon.marchi@ericsson.com>
18933
18934 * gdb.mi/mi-exit-code.exp: New file.
18935 * gdb.mi/mi-exit-code.c: New file.
18936
18937 2014-09-30 Yao Qi <yao@codesourcery.com>
18938
18939 * lib/prelink-support.exp (build_executable_own_libs): Error if
18940 the target isn't native.
18941
18942 2014-09-30 Yao Qi <yao@codesourcery.com>
18943
18944 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
18945 false.
18946
18947 2014-09-22 Pedro Alves <palves@redhat.com>
18948
18949 * gdb.threads/break-while-running.exp: New file.
18950 * gdb.threads/break-while-running.c: New file.
18951
18952 2014-09-19 Yao Qi <yao@codesourcery.com>
18953
18954 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
18955 Invoke test. Restart GDB with --readnow and invoke test again.
18956
18957 2014-09-19 Yao Qi <yao@codesourcery.com>
18958
18959 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
18960 proc set_breakpoint_on_gcd_function. Invoke
18961 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
18962 invoke set_breakpoint_on_gcd_function again.
18963
18964 2014-09-18 Doug Evans <dje@google.com>
18965
18966 * gdb.dwarf2/symtab-producer.exp: New file.
18967
18968 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
18969
18970 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
18971 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
18972 * gdb.base/global-var-nested-by-dso.c: Likewise.
18973 * gdb.base/global-var-nested-by-dso.exp: Likewise.
18974
18975 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
18976 Pedro Alves <palves@redhat.com>
18977
18978 * gdb.base/watch-bitfields.exp: Pass string other than test file
18979 name to prepare_for_testing.
18980 (watch): New procedure.
18981 (expect_watchpoint): Use with_test_prefix.
18982 (top level): Factor out tests to ...
18983 (test_watch_location, test_regular_watch): ... these new
18984 procedures, and use with_test_prefix and gdb_continue_to_end.
18985
18986 2014-09-16 Patrick Palka <patrick@parcs.ath.cx>
18987
18988 PR breakpoints/12526
18989 * gdb.base/watch-bitfields.exp: New file.
18990 * gdb.base/watch-bitfields.c: New file.
18991
18992 2014-09-16 Pedro Alves <palves@redhat.com>
18993
18994 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
18995 software and hardware addresses, not software address against
18996 itself.
18997
18998 2014-09-16 Pedro Alves <palves@redhat.com>
18999
19000 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
19001 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
19002
19003 2014-09-16 Pedro Alves <palves@redhat.com>
19004
19005 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
19006 files.
19007 * gdb.base/a2-run.exp: Remove all code guarded by istarget
19008 "*-*-vxworks*" throughout.
19009 * gdb.base/break.exp: Likewise.
19010 * gdb.base/default.exp: Likewise.
19011 * gdb.base/scope.exp: Likewise.
19012 * gdb.base/sepdebug.exp: Likewise.
19013 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
19014 throughout.
19015 * gdb.base/run.c: Likewise.
19016 * gdb.base/sepdebug.c: Likewise.
19017 * gdb.hp/gdb.aCC/run.c: Likewise.
19018 * gdb.reverse/until-reverse.c: Likewise.
19019 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
19020
19021 2014-09-16 Yao Qi <yao@codesourcery.com>
19022
19023 * boards/local-remote-host-native.exp: New file.
19024
19025 2014-09-14 Doug Evans <xdje42@gmail.com>
19026
19027 * gdb.threads/queue-signal.c (thread_count): New variable.
19028 (thread_count_mutex, thread_count_condvar): New variables.
19029 (incr_thread_count, wait_all_threads_running): New functions.
19030 (main): Wait for all threads to be in their thread functions.
19031
19032 2014-09-13 Doug Evans <xdje42@gmail.com>
19033
19034 * gdb.threads/queue-signal.c: New file.
19035 * gdb.threads/queue-signal.exp: New file.
19036
19037 2014-09-13 Doug Evans <xdje42@gmail.com>
19038
19039 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
19040 be consistent with what default_gdb_init uses.
19041 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
19042 the plain text of the prompt. Add some logging printfs.
19043 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
19044
19045 2014-09-12 Pedro Alves <palves@redhat.com>
19046
19047 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
19048 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
19049 * gdb.arch/i386-size-overlap.exp: Likewise.
19050 * gdb.arch/i386-size.exp: Likewise.
19051 * gdb.arch/i386-unwind.exp: Likewise.
19052 * gdb.base/a2-run.exp: Likewise.
19053 * gdb.base/break.exp: Likewise.
19054 * gdb.base/charset.exp: Likewise.
19055 * gdb.base/chng-syms.exp: Likewise.
19056 * gdb.base/commands.exp: Likewise.
19057 * gdb.base/dbx.exp: Likewise.
19058 * gdb.base/find.exp: Likewise.
19059 * gdb.base/funcargs.exp: Likewise.
19060 * gdb.base/jit-simple.exp: Likewise.
19061 * gdb.base/reread.exp: Likewise.
19062 * gdb.base/sepdebug.exp: Likewise.
19063 * gdb.base/step-bt.exp: Likewise.
19064 * gdb.cp/mb-inline.exp: Likewise.
19065 * gdb.cp/mb-templates.exp: Likewise.
19066 * gdb.objc/basicclass.exp: Likewise.
19067 * gdb.threads/killed.exp: Likewise.
19068
19069 2014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
19070
19071 PR tdep/17379
19072 * gdb.arch/powerpc-stackless.S: New file.
19073 * gdb.arch/powerpc-stackless.exp: New file.
19074
19075 2014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
19076
19077 * gdb.base/attach.c: Include unistd.h.
19078 (main): Call alarm. Add label postloop.
19079 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
19080 gdb_breakpoint, gdb_continue_to_breakpoint.
19081 (test_command_line_attach_run): Kill ${testpid} in one exit path.
19082
19083 2014-09-11 Pedro Alves <palves@redhat.com>
19084
19085 PR gdb/17347
19086 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
19087 * gdb.base/attach.exp (test_command_line_attach_run): New
19088 procedure.
19089 (top level): Call it.
19090
19091 2014-09-11 Pedro Alves <palves@redhat.com>
19092
19093 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
19094 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
19095 (do_command_attach_tests): Use spawn_wait_for_attach.
19096 * gdb.base/solib-overlap.exp: Likewise.
19097 * gdb.multi/multi-attach.exp: Likewise.
19098 * gdb.python/py-prompt.exp: Likewise.
19099 * gdb.python/py-sync-interp.exp: Likewise.
19100 * gdb.server/ext-attach.exp: Likewise.
19101
19102 2014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
19103
19104 * gdb.fortran/array-element.exp: Remove unexpected "continue"
19105 command in testcase. Simplify testcase.
19106
19107 2014-09-10 Joel Brobecker <brobecker@adacore.com>
19108
19109 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
19110
19111 2014-09-10 Joel Brobecker <brobecker@adacore.com>
19112
19113 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
19114
19115 2014-09-10 Joel Brobecker <brobecker@adacore.com>
19116
19117 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
19118
19119 2014-09-10 Joel Brobecker <brobecker@adacore.com>
19120
19121 * gdb.dwarf2/dynarr-ptr.c: New file.
19122 * gdb.dwarf2/dynarr-ptr.exp: New file.
19123
19124 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
19125
19126 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
19127 of 30 rather than hardcoding 120 for a slow test case. Take the
19128 `gdb,timeout' target setting into account for this calculation.
19129 Don't extend the timeout for the test cases that don't need it.
19130
19131 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
19132
19133 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
19134 a factor of 2 for a slow test case. Take the `gdb,timeout'
19135 target setting into account for this calculation.
19136 * gdb.reverse/until-precsave.exp: Increase the timeout by
19137 a factor of 15 and 3 respectively rather than adding 120
19138 for a pair of slow test cases. Take the `gdb,timeout'
19139 target setting into account for this calculation.
19140
19141 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
19142
19143 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
19144 timeout, don't pass one down to gdb_expect.
19145 (gdb_expect): Rework timeout selection.
19146
19147 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
19148
19149 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
19150 exception on timeout.
19151 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
19152 (gdbserver_start_extended): Catch any `gdbserver_start' error
19153 exceptions.
19154 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
19155 * lib/mi-support.exp (mi_gdb_target_load): Catch any
19156 `gdbserver_gdb_load' error exceptions.
19157
19158 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
19159
19160 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
19161 120 on waiting for the TCP socket to open.
19162
19163 2014-09-09 Doug Evans <xdje42@gmail.com>
19164
19165 * gdb.base/default.exp (show_conv_list): Add _caller_is,
19166 _caller_matches, _any_caller_is, _any_caller_matches.
19167
19168 2014-09-09 Doug Evans <xdje42@gmail.com>
19169
19170 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
19171
19172 2014-09-09 Yao Qi <yao@codesourcery.com>
19173
19174 * gdb.mi/mi-var-display.exp: Set print symbol off.
19175
19176 2014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
19177
19178 PR gdb/17035
19179 * gdb.base/commands.exp: Add tests to verify user-defined
19180 commands with empty bodies.
19181 * gdb.python/py-cmd.exp: Test that we don't show user-defined
19182 python commands in `show user command`.
19183 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
19184 scheme commands in `show user command`.
19185
19186 2014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
19187
19188 PR python/17355
19189 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
19190 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
19191 * gdb.python/py-framefilter-invalidarg.exp: New file.
19192 * gdb.python/py-framefilter-invalidarg.py: New file.
19193
19194 2014-09-06 Doug Evans <xdje42@gmail.com>
19195
19196 PR 15276
19197 * gdb.python/py-caller-is.c: New file.
19198 * gdb.python/py-caller-is.exp: New file.
19199
19200 2014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
19201
19202 PR gdb/17235
19203 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
19204 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
19205
19206 2014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
19207
19208 PR fortran/17237
19209 * gdb.fortran/print-formatted.exp: New file.
19210 * gdb.fortran/print-formatted.f90: Likewise.
19211
19212 2014-09-03 Sasha Smundak <asmundak@google.com>
19213
19214 * gdb.python/py-frame.exp: Test Frame.read_register.
19215
19216 2014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
19217
19218 PR python/16699
19219 * gdb.python/py-completion.exp: New file.
19220 * gdb.python/py-completion.py: Likewise.
19221
19222 2014-08-28 Doug Evans <dje@google.com>
19223
19224 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
19225 eax,etc. are live with values set by gdb and thus the compiler can't
19226 use them.
19227 * gdb.arch/i386-pseudo.c (main): Ditto.
19228
19229 2014-08-27 Doug Evans <dje@google.com>
19230
19231 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
19232
19233 2014-08-25 Doug Evans <dje@google.com>
19234
19235 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
19236 (main): Ditto.
19237
19238 2014-08-25 Doug Evans <dje@google.com>
19239
19240 * gdb.threads/thread-execl.exp: #include <stdio.h>.
19241
19242 2014-08-24 Yao Qi <yao@codesourcery.com>
19243
19244 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
19245 symbol off.
19246 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
19247
19248 2014-08-22 Doug Evans <dje@google.com>
19249
19250 PR 17276
19251 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
19252 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
19253 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
19254
19255 2014-08-22 Yao Qi <yao@codesourcery.com>
19256
19257 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
19258 * gdb.python/py-finish-breakpoint2.exp: Likewise.
19259 * gdb.python/python.exp: Likewise. Use .py file on the host
19260 instead of the build.
19261
19262 2014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
19263
19264 * gdb.threads/gcore-stale-thread.c: New file.
19265 * gdb.threads/gcore-stale-thread.exp: New file.
19266
19267 2014-08-21 Pedro Alves <palves@redhat.com>
19268
19269 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
19270 * gdb.base/gcore-relro-pie.exp: Likewise.
19271 * gdb.base/gcore-relro.exp: Likewise.
19272 * gdb.base/gcore.exp: Likewise.
19273 * gdb.base/print-symbol-loading.exp: Likewise.
19274 * gdb.threads/gcore-thread.exp: Likewise.
19275 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
19276
19277 2014-08-20 Pedro Alves <palves@redhat.com>
19278 Jan Kratochvil <jan.kratochvil@redhat.com>
19279
19280 * Makefile.in (EXTRA_RULES, CC): New variables, get from
19281 configure.
19282 (EXPECT): Handle READ1 being set.
19283 (all): Depend on EXTRA_RULES.
19284 (check-read1, expect-read1, read1.so, read1): New rules.
19285 * README (Testsuite Parameters): Document the READ1 make variable.
19286 (Race detection): New section.
19287 * configure: Regenerate.
19288 * configure.ac: If build==host==target, and running under a
19289 GNU/glibc system, add read1 to the extra Makefile rules.
19290 (EXTRA_RULES): AC_SUBST it.
19291 * lib/read1.c: New file.
19292
19293 2014-08-20 Joel Brobecker <brobecker@adacore.com>
19294
19295 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
19296 the handling of variables declared as a typedef to an array
19297 which a DW_AT_data_location attribute.
19298
19299 2014-08-19 Andrew Burgess <aburgess@broadcom.com>
19300 Pedro Alves <palves@redhat.com>
19301
19302 PR symtab/14604
19303 PR symtab/14605
19304 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
19305 gdb_test.
19306
19307 2014-08-19 Pedro Alves <palves@redhat.com>
19308
19309 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
19310
19311 2014-08-19 Yao Qi <yao@codesourcery.com>
19312
19313 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
19314 right line.
19315
19316 2014-08-18 David Blaikie <dblaikie@gmail.com>
19317
19318 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
19319
19320 2014-08-18 Joel Brobecker <brobecker@adacore.com>
19321
19322 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
19323 attribute in array range.
19324
19325 2014-08-18 Joel Brobecker <brobecker@adacore.com>
19326
19327 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
19328
19329 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
19330
19331 PR c++/17132
19332 * gdb.cp/pr17132.cc: New file.
19333 * gdb.cp/pr17132.exp: New file.
19334
19335 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
19336
19337 * gdb.python/py-xmethods.py (A_getarrayind)
19338 (E_method_char_worker.__call__, E_method_int_worker.__call__):
19339 Use 'print' with function call syntax.
19340 (E_method_matcher.match): Fix tab vs space indentation mixup.
19341
19342 2014-08-15 Yao Qi <yao@codesourcery.com>
19343
19344 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
19345 false.
19346
19347 2014-08-15 Yao Qi <yao@codesourcery.com>
19348
19349 * gdb.cp/casts.exp: Set print symbol off.
19350 * gdb.cp/class2.exp: Likewise.
19351 * gdb.cp/overload.exp: Likewise.
19352 * gdb.cp/templates.exp: Likewise.
19353
19354 2014-08-11 Doug Evans <dje@google.com>
19355
19356 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
19357 (test_load_shlib): Update.
19358
19359 2014-08-09 Yao Qi <yao@codesourcery.com>
19360
19361 * gdb.base/display.exp: Invoke is_address_zero_readable.
19362 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
19363 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
19364 * gdb.base/hbreak-unmapped.exp: Return if
19365 is_address_zero_readable returns true.
19366 * gdb.base/signest.exp: Likewise.
19367 * gdb.base/signull.exp: Likewise.
19368 * gdb.base/sigbpt.exp: Likewise.
19369 * gdb.guile/scm-disasm.exp: Do the test if
19370 is_address_zero_readable returns false.
19371 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
19372 * gdb.python/py-arch.exp: Likewise.
19373 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
19374 * lib/gdb.exp (is_address_zero_readable): New proc.
19375
19376 2014-08-09 Yao Qi <yao@codesourcery.com>
19377
19378 PR testsuite/13443
19379 * gdb.mi/mi-var-display.exp: Make test messages unique.
19380
19381 2014-08-04 Tom Tromey <tromey@redhat.com>
19382
19383 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
19384 target 0".
19385
19386 2014-08-04 Tom Tromey <tromey@redhat.com>
19387
19388 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
19389 "target_resume".
19390
19391 2014-08-01 Joel Brobecker <brobecker@adacore.com>
19392
19393 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
19394 inner_vla_struct_object_size.
19395 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
19396 as xfail.
19397
19398 2014-07-30 Pedro Alves <palves@redhat.com>
19399
19400 * gdb.threads/signal-command-handle-nopass.exp (test): Add
19401 comment.
19402
19403 2014-07-29 Yao Qi <yao@codesourcery.com>
19404
19405 PR gdb/17206
19406 * gdb.base/until-nodebug.exp: New.
19407
19408 2014-07-28 Doug Evans <xdje42@gmail.com>
19409
19410 PR guile/17203
19411 * gdb.guile/scm-parameter.exp: Add tests for trying to create
19412 previously existing parameter, and previously ambiguously spelled
19413 parameter.
19414
19415 2014-07-28 Will Newton <will.newton@linaro.org>
19416
19417 * gdb.base/varargs.exp: Remove KFAILs for ARM.
19418
19419 2014-07-26 Ludovic Courtès <ludo@gnu.org>
19420 Doug Evans <xdje42@gmail.com>
19421
19422 PR guile/17146
19423 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
19424
19425 2014-07-25 Pedro Alves <palves@redhat.com>
19426
19427 * gdb.threads/signal-command-handle-nopass.c: New file.
19428 * gdb.threads/signal-command-handle-nopass.exp: New file.
19429 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
19430 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
19431 * gdb.threads/signal-delivered-right-thread.c: New file.
19432 * gdb.threads/signal-delivered-right-thread.exp: New file.
19433
19434 2014-07-25 Pedro Alves <palves@redhat.com>
19435
19436 * gdb.base/double-prompt-target-event-error.exp
19437 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
19438 match.
19439 (cancel_pagination_in_target_event): Rework double prompt
19440 detection.
19441 * gdb.base/paginate-after-ctrl-c-running.exp
19442 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
19443 <return>' match.
19444 * gdb.base/paginate-bg-execution.exp
19445 (test_bg_execution_pagination_return)
19446 (test_bg_execution_pagination_cancel): Remove '-notransfer
19447 <return>' matches.
19448 * gdb.base/paginate-execution-startup.exp
19449 (test_fg_execution_pagination_return)
19450 (test_fg_execution_pagination_cancel): Remove '-notransfer
19451 <return>' matches.
19452 * gdb.base/paginate-inferior-exit.exp
19453 (test_paginate_inferior_exited): Remove '-notransfer <return>'
19454 match.
19455 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
19456 * lib/gdb.exp (pagination_prompt): Run text through
19457 string_to_regexp.
19458 (gdb_test_multiple): Match $pagination_prompt instead of
19459 "<return>".
19460 (string_to_regexp): Move to lib/gdb-utils.exp.
19461
19462 2014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
19463
19464 * gdb.arch/amd64-entry-value-paramref.S: New file.
19465 * gdb.arch/amd64-entry-value-paramref.cc: New file.
19466 * gdb.arch/amd64-entry-value-paramref.exp: New file.
19467 * gdb.arch/amd64-optimout-repeat.S: New file.
19468 * gdb.arch/amd64-optimout-repeat.c: New file.
19469 * gdb.arch/amd64-optimout-repeat.exp: New file.
19470
19471 2014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
19472
19473 PR gdb/17170
19474 * gdb.base/statistics.exp: New file.
19475
19476 2014-07-17 Doug Evans <dje@google.com>
19477
19478 PR gdb/17170
19479 * gdb.base/maint.exp: Update testing of per-command stats.
19480
19481 2014-07-16 Pedro Alves <palves@redhat.com>
19482
19483 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
19484 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
19485 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
19486 (tfile_write_buf): New functions.
19487 (add_memory_block): Rewrite using the above.
19488 (adjust_function_address): New function.
19489 (FUNCTION_ADDRESS): New macro.
19490 (write_basic_trace_file): Remove short_x local, and use
19491 tfile_write_16. Change type of func_addr local to unsigned long
19492 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
19493 here. Cast argument of add_memory_block to char pointer.
19494 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
19495 (main): Remove parameters.
19496 * gdb.trace/tfile.exp: Remove nowarnings.
19497
19498 2014-07-15 Simon Marchi <simon.marchi@ericsson.com>
19499
19500 * gdb.base/debug-expr.exp: Test string evaluation with
19501 "debug expression" on.
19502
19503 2014-07-15 Pedro Alves <palves@redhat.com>
19504
19505 * gdb.base/reread.exp: Use clean_restart.
19506
19507 2014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
19508
19509 * gdb.arch/avr-flash-qualifer.c: New.
19510 * gdb.arch/avr-flash-qualifer.exp: New.
19511
19512 2014-07-14 Pedro Alves <palves@redhat.com>
19513
19514 * gdb.base/paginate-after-ctrl-c-running.c: New file.
19515 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
19516
19517 2014-07-14 Pedro Alves <palves@redhat.com>
19518
19519 * gdb.base/double-prompt-target-event-error.c: New file.
19520 * gdb.base/double-prompt-target-event-error.exp: New file.
19521
19522 2014-07-14 Pedro Alves <palves@redhat.com>
19523
19524 PR gdb/17072
19525 * gdb.base/paginate-inferior-exit.c: New file.
19526 * gdb.base/paginate-inferior-exit.exp: New file.
19527
19528 2014-07-14 Pedro Alves <palves@redhat.com>
19529
19530 PR gdb/17072
19531 * gdb.base/paginate-bg-execution.c: New file.
19532 * gdb.base/paginate-bg-execution.exp: New file.
19533
19534 2014-07-14 Pedro Alves <palves@redhat.com>
19535
19536 PR gdb/17072
19537 * gdb.base/paginate-execution-startup.c: New file.
19538 * gdb.base/paginate-execution-startup.exp: New file.
19539 * lib/gdb.exp (pagination_prompt): New global.
19540 (default_gdb_spawn): New procedure, factored out from
19541 default_gdb_spawn.
19542 (default_gdb_start): Adjust to call default_gdb_spawn.
19543 (gdb_spawn): New procedure.
19544
19545 2014-07-14 Pedro Alves <palves@redhat.com>
19546
19547 * lib/gdb.exp (gdb_assert): New procedure.
19548 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
19549
19550 2014-07-14 Pedro Alves <palves@redhat.com>
19551
19552 * gdb.base/execution-termios.c: New file.
19553 * gdb.base/execution-termios.exp: New file.
19554
19555 2014-07-14 Tom Tromey <tromey@redhat.com>
19556
19557 * gdb.cp/vla-cxx.cc: New file.
19558 * gdb.cp/vla-cxx.exp: New file.
19559
19560 2014-07-14 Tom Tromey <tromey@redhat.com>
19561
19562 * gdb.reverse/rerun-prec.c: New file.
19563 * gdb.reverse/rerun-prec.exp: New file.
19564
19565 2014-07-12 Maciej W. Rozycki <macro@mips.com>
19566 Maciej W. Rozycki <macro@codesourcery.com>
19567
19568 * lib/gdb-utils.exp: New file.
19569 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
19570 inline `gdb_init_command' processing.
19571 (gdb_start_cmd): Likewise.
19572 * lib/mi-support.exp (mi_run_cmd): Likewise.
19573 * README: Document `gdb_init_command' and `gdb_init_commands'.
19574
19575 2014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
19576
19577 Fix false FAIL running under a very long directory name.
19578 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
19579 and "set print elements 10000". Twice.
19580
19581 2014-07-11 Yao Qi <yao@codesourcery.com>
19582
19583 * gdb.base/exprs.exp: "set print symbol off".
19584
19585 2014-07-11 Pedro Alves <palves@redhat.com>
19586
19587 * gdb.threads/kill.c: New file.
19588 * gdb.threads/kill.exp: New file.
19589
19590 2014-07-10 Yao Qi <yao@codesourcery.com>
19591
19592 * gdb.trace/tfile.c (write_basic_trace_file)
19593 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
19594 address written to trace file.
19595
19596 2014-07-09 Pedro Alves <palves@redhat.com>
19597
19598 * gdb.base/attach-wait-input.exp: New file.
19599 * gdb.base/attach-wait-input.c: New file.
19600
19601 2014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
19602
19603 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
19604 setting up test structures.
19605 (main): Call new test function.
19606 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
19607 test function, continue into test function and walk test
19608 structures.
19609
19610 2014-07-02 Yao Qi <yao@codesourcery.com>
19611
19612 * gdb.trace/entry-values.c: Define labels 'foo_start' and
19613 'bar_start' at the beginning of functions 'foo' and 'bar'
19614 respectively.
19615 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
19616 instead of 'foo' and 'bar'.
19617
19618 2014-07-08 Markus Metzger <markus.t.metzger@intel.com>
19619
19620 * gdb.btrace/segv.exp: New.
19621 * gdb.btrace/segv.c: New.
19622
19623 2014-07-02 Luis Machado <lgustavo@codesourcery.com>
19624
19625 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
19626 instruction.
19627
19628 2014-06-30 Mark Wielaard <mjw@redhat.com>
19629
19630 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
19631 vulture, vilify, villar): New volatile array constants.
19632 (vindictive, vegetation): New const volatile array constants.
19633 * gdb.base/volatile.exp: Test volatile and const volatile array
19634 types.
19635
19636 2014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
19637
19638 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
19639 target lacks support for awatch, rwatch, or hbreak.
19640
19641 2014-06-27 Yao Qi <yao@codesourcery.com>
19642
19643 * gdb.multi/dummy-frame-restore.exp: New.
19644 * gdb.multi/dummy-frame-restore.c: New.
19645
19646 2014-06-25 Markus Metzger <markus.t.metzger@intel.com>
19647
19648 * gdb.btrace/gcore.exp: New.
19649
19650 2014-06-23 Pedro Alves <palves@redhat.com>
19651
19652 * gdb.base/watchpoint-reuse-slot.c: New file.
19653 * gdb.base/watchpoint-reuse-slot.exp: New file.
19654
19655 2014-06-23 Siva Chandra Reddy <sivachandra@google.com>
19656
19657 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
19658 progspace's filename in 'info', 'enable' and 'disable' command
19659 tests.
19660
19661 2014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
19662
19663 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
19664 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
19665 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
19666
19667 2014-06-20 Gary Benson <gbenson@redhat.com>
19668
19669 * gdb.arch/i386-avx.exp: Fix include file location.
19670 * gdb.arch/i386-sse.exp: Likewise.
19671
19672 2014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
19673
19674 * gdb.dlang/expression.exp: New file.
19675
19676 2014-06-19 Pedro Alves <palves@redhat.com>
19677
19678 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
19679 out from ...
19680 (top level): ... here. Iterate running tests under different
19681 scheduler-locking settings.
19682
19683 2014-06-18 Luis Machado <lgustavo@codesourcery.com>
19684
19685 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
19686 to DW_FORM_addr and use non-zero addresses.
19687
19688 2014-06-18 Siva Chandra Reddy <sivachandra@google.com>
19689
19690 PR gdb/17017
19691 * gdb.python/py-xmethods.cc: Add global function call counters and
19692 increment them in their respective functions. Remove "cout"
19693 statements.
19694 * gdb.python/py-xmethods.exp: Make tests check the global function
19695 call counters instead of depending on inferior IO.
19696
19697 2014-06-18 Don Breazeal <donb@codesourcery.com>
19698
19699 * gdb.base/foll-fork.exp (default_fork_parent_follow):
19700 Deleted procedure.
19701 (explicit_fork_parent_follow): Deleted procedure.
19702 (explicit_fork_child_follow): Deleted procedure.
19703 (test_follow_fork): New procedure.
19704 (do_fork_tests): Replace calls to deleted procedures with
19705 calls to test_follow_fork and reset GDB for subsequent
19706 procedure calls.
19707
19708 2014-06-17 Yao Qi <yao@codesourcery.com>
19709
19710 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
19711 CP1252.
19712
19713 2014-06-17 Luis Machado <lgustavo@codesourcery.com>
19714
19715 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
19716 Initialize ptr and S explicitly.
19717 (skip_type_update_when_not_use_rtti_test): Likewise.
19718
19719 2014-06-16 Keith Seitz <keiths@redhat.com>
19720
19721 PR mi/15863
19722 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
19723 the inferior is started.
19724
19725 2014-06-16 Pedro Alves <palves@redhat.com>
19726
19727 * gdb.base/break-main-file-remove-fail.c: New file.
19728 * gdb.base/break-main-file-remove-fail.exp: New file.
19729 * gdb.base/break-unload-file.exp: Use build_executable instead of
19730 prepare_for_testing.
19731 (test_break): New parameter "initial_load". Handle it.
19732 (top level): Add initial_load cmdline/file axis.
19733
19734 2014-06-12 Tom Tromey <tromey@redhat.com>
19735
19736 * gdb.base/completion.exp: Don't use directory name in test.
19737
19738 2014-06-09 Gary Benson <gbenson@redhat.com>
19739
19740 * gdb.base/sigall.c [Functions to send signals]: Reorder to
19741 separate the always-available ANSI-standard signals from the
19742 signals that require checking.
19743 (main): Likewise.
19744 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
19745 Likewise.
19746 (main): Likewise.
19747
19748 2014-06-07 Keith Seitz <keiths@redhat.com>
19749
19750 Revert:
19751 PR c++/16253
19752 * gdb.cp/var-tag.cc: New file.
19753 * gdb.cp/var-tag.exp: New file.
19754 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
19755 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
19756 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
19757 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
19758
19759 2014-06-06 Doug Evans <xdje42@gmail.com>
19760
19761 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
19762
19763 2014-06-06 Pedro Alves <palves@redhat.com>
19764
19765 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
19766 in target debug output instead of looking at RSP packets,
19767 disabling the test on any target that uses hardware stepping.
19768 Update comments.
19769
19770 2014-06-06 Pedro Alves <palves@redhat.com>
19771
19772 * gdb.base/break-unload-file.exp: Fix typo.
19773
19774 2014-06-06 Yao Qi <yao@codesourcery.com>
19775
19776 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
19777 from "jit_function" to "^jit_function".
19778
19779 2014-06-06 Yao Qi <yao@codesourcery.com>
19780
19781 * gdb.base/async.c (foo): Add one statement.
19782 * gdb.base/async.exp: Get the next instruction address and
19783 match the output of "nexti" by instruction address. Match
19784 the hex address in the output of "finish".
19785
19786 2014-06-06 Gary Benson <gbenson@redhat.com>
19787
19788 * gdb.base/call-signals.c: Remove preprocessor conditionals
19789 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
19790 SIGSEGV and SIGTERM.
19791 * gdb.base/sigall.c: Likewise.
19792 * gdb.base/unwindonsignal.c: Likewise.
19793 * gdb.reverse/sigall-reverse.c: Likewise.
19794
19795 2014-06-06 Yao Qi <yao@codesourcery.com>
19796
19797 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
19798 readable, skip the test.
19799
19800 2014-06-06 Yao Qi <yao@codesourcery.com>
19801
19802 * gdb.threads/staticthreads.c (thread_function): Move the line
19803 setting breakpoint on forward.
19804 * gdb.threads/staticthreads.exp: Update comments.
19805
19806 2014-06-05 Ludovic Courtès <ludo@gnu.org>
19807
19808 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
19809 "history-append! type error".
19810
19811 2014-06-05 Simon Marchi <simon.marchi@ericsson.com>
19812
19813 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
19814 erroneous dprintf expected input.
19815
19816 2014-06-04 Doug Evans <xdje42@gmail.com>
19817
19818 * gdb.guile/scm-generics.exp: Delete.
19819
19820 2014-06-04 Doug Evans <xdje42@gmail.com>
19821
19822 * gdb.guile/scm-breakpoint.exp: Update.
19823 Add tests for breakpoint registration.
19824
19825 2014-06-04 Tom Tromey <tromey@redhat.com>
19826
19827 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
19828 VLA-in-union.
19829 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
19830 inner_vla_struct, vla_union types. Initialize objects of those
19831 types and compute their sizes.
19832
19833 2014-06-04 Nathan Sidwell <nathan@codesourcery.com>
19834 Hui Zhu <hui@codesourcery.com>
19835
19836 * gdb.base/fileio.exp: Add test for shell not available as well as
19837 available.
19838 * gdb.base/fileio.c (test_system): Check for shell twice.
19839
19840 2014-06-04 Yao Qi <yao@codesourcery.com>
19841
19842 * gdb.base/auto-connect-native-target.exp: Remove redundant
19843 space from the regexp pattern.
19844
19845 2014-06-04 Yao Qi <yao@codesourcery.com>
19846
19847 * gdb.base/default.exp: Replace "child" with "native" in
19848 regexp pattern.
19849
19850 2014-06-03 Siva Chandra Reddy <sivachandra@google.com>
19851
19852 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
19853 * gdb.python/py-xmethods.exp: New tests to test xmethods.
19854 * gdb.python/py-xmethods.py: Python script supporting the
19855 new testcase and tests.
19856
19857 2014-06-03 Joel Brobecker <brobecker@adacore.com>
19858 Pedro Alves <palves@redhat.com>
19859
19860 PR breakpoints/17000
19861 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
19862 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
19863
19864 2014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
19865
19866 * gdb.base/subst.exp: Add tests to verify partial path matching
19867 output.
19868
19869 2014-06-03 Pedro Alves <palves@redhat.com>
19870
19871 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
19872 target that doesn't use software single-stepping.
19873
19874 2014-06-03 Pedro Alves <palves@redhat.com>
19875
19876 PR breakpoints/17000
19877 * gdb.base/sss-bp-on-user-bp-2.c: New file.
19878 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
19879
19880 2014-06-02 Doug Evans <xdje42@gmail.com>
19881
19882 * gdb.guile/scm-parameter.exp: New file.
19883
19884 2014-06-02 Doug Evans <xdje42@gmail.com>
19885
19886 * gdb.guile/scm-cmd.c: New file.
19887 * gdb.guile/scm-cmd.exp: New file.
19888
19889 2014-06-02 Doug Evans <xdje42@gmail.com>
19890
19891 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
19892 pretty-printer lookup.
19893 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
19894 (make-pp_s-printer): Call it.
19895 (make-pretty-printer-from-dict): New function.
19896 (lookup-pretty-printer-maker-from-dict): New function.
19897 (*pretty-printer*): Simplify.
19898 (make-objfile-pp_s-printer): New function.
19899 (install-objfile-pretty-printers!): New function.
19900 (make-progspace-pp_s-printer): New function.
19901 (install-progspace-pretty-printers!): New function.
19902 * gdb.guile/scm-progspace.c: New file.
19903 * gdb.guile/scm-progspace.exp: New file.
19904
19905 2014-06-02 Pedro Alves <palves@redhat.com>
19906
19907 * gdb.base/dprintf-bp-same-addr.c: New file.
19908 * gdb.base/dprintf-bp-same-addr.exp: New file.
19909
19910 2014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
19911
19912 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
19913 * gdb.arch/powerpc-power.s: Likewise.
19914
19915 2014-06-02 Joel Brobecker <brobecker@adacore.com>
19916
19917 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
19918
19919 2014-06-01 Yao Qi <yao@codesourcery.com>
19920
19921 * gdb.base/watchpoint.exp (test_watch_location): Check null
19922 pointer can be dereferenced. If not, do the test, otherwise
19923 skip it.
19924
19925 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
19926
19927 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
19928 results.
19929 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
19930
19931 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
19932
19933 * gdb.arch/amd64-invalid-stack-middle.S: New file.
19934 * gdb.arch/amd64-invalid-stack-middle.c: New file.
19935 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
19936 * gdb.arch/amd64-invalid-stack-top.c: New file.
19937 * gdb.arch/amd64-invalid-stack-top.exp: New file.
19938
19939 2014-05-30 Pedro Alves <palves@redhat.com>
19940
19941 PR breakpoints/17000
19942 * gdb.base/sss-bp-on-user-bp.c: New file.
19943 * gdb.base/sss-bp-on-user-bp.exp: New file.
19944
19945 2014-05-30 David Blaikie <dblaikie@gmail.com>
19946
19947 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
19948 gnu_inline semantics via attribute.
19949 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
19950 source explicitly specifies the required semantics.
19951
19952 2014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
19953
19954 * gdb.reverse/sigall-reverse.exp: Fix a typo.
19955
19956 2014-05-29 Pedro Alves <palves@redhat.com>
19957 Tom Tromey <tromey@redhat.com>
19958
19959 * gdb.base/async-shell.exp: Don't enable target-async.
19960 * gdb.base/async.exp
19961 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
19962 parameter. Adjust.
19963 (top level): Don't test with "target-async".
19964 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
19965 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
19966 * gdb.base/inferior-died.exp: Don't enable target-async.
19967 * gdb.base/interrupt-noterm.exp: Likewise.
19968 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
19969 * gdb.mi/mi-nonstop-exit.exp: Likewise.
19970 * gdb.mi/mi-nonstop.exp: Likewise.
19971 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
19972 * gdb.mi/mi-nsintrall.exp: Likewise.
19973 * gdb.mi/mi-nsmoribund.exp: Likewise.
19974 * gdb.mi/mi-nsthrexec.exp: Likewise.
19975 * gdb.mi/mi-watch-nonstop.exp: Likewise.
19976 * gdb.multi/watchpoint-multi.exp: Adjust comment.
19977 * gdb.python/py-evsignal.exp: Don't enable target-async.
19978 * gdb.python/py-evthreads.exp: Likewise.
19979 * gdb.python/py-prompt.exp: Likewise.
19980 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
19981 * gdb.server/solib-list.exp: Don't enable target-async.
19982 * gdb.threads/thread-specific-bp.exp: Likewise.
19983 * lib/mi-support.exp: Adjust to use mi-async.
19984
19985 2014-05-29 Pedro Alves <palves@redhat.com>
19986
19987 PR gdb/13860
19988 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
19989 reason, even in sync mode.
19990
19991 2014-05-29 Pedro Alves <palves@redhat.com>
19992 Hui Zhu <hui@codesourcery.com>
19993
19994 PR PR15693
19995 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
19996 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
19997 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
19998 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
19999
20000 2014-05-28 Joel Brobecker <brobecker@adacore.com>
20001
20002 * config/monitor.exp (gdb_target_monitor): Replace use of
20003 "set remotebaud" by "set serial baud".
20004
20005 2014-05-26 Andy Wingo <wingo@igalia.com>
20006
20007 * gdb.guile/scm-breakpoint.exp:
20008 * gdb.guile/scm-gsmob.exp: Update to use plain old object
20009 properties instead of gdb-object-properties.
20010
20011 2014-05-26 Yao Qi <yao@codesourcery.com>
20012
20013 * gdb.server/no-thread-db.exp: Specify source file name
20014 explicitly when setting a breakpoint.
20015
20016 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
20017
20018 * gdb.btrace/vdso.c: New.
20019 * gdb.btrace/vdso.exp: New.
20020
20021 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
20022
20023 * gdb.base/gcore.exp (capture_command_output): Move ...
20024 * lib/gdb.exp (capture_command_output): ... here.
20025
20026 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
20027
20028 * gdb.btrace/data.exp: Test memory access during btrace replay.
20029
20030 2014-05-22 Simon Marchi <simon.marchi@ericsson.com>
20031
20032 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
20033
20034 2014-05-21 Pedro Alves <palves@redhat.com>
20035
20036 PR gdb/13860
20037 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
20038 (top level): Test that output related to execution commands is
20039 sent to the console with CLI commands, but not with MI commands.
20040 Test that breakpoint events are always mirrored to the console.
20041 Also expect the new source line to be output after a "next" in
20042 async mode too. Make it a pass/fail test.
20043 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
20044 output.
20045 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
20046
20047 2014-05-21 Pedro Alves <palves@redhat.com>
20048
20049 * gdb.base/list.exp (build_pattern, test_list): New procedures.
20050 Use them to test variations of "list" after reaching a breakpoint.
20051 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
20052 Test "list" with listsize 10 after reaching a breakpoint.
20053 * gdb.python/python.exp (decode_line current location line
20054 number): Adjust expected line number.
20055
20056 2014-05-21 Simon Marchi <simon.marchi@ericsson.com>
20057
20058 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
20059 behavior for $args, pass it directly to "run".
20060
20061 2014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
20062
20063 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
20064 30000 to 65536.
20065
20066 2014-05-21 Pedro Alves <palves@redhat.com>
20067
20068 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
20069 auto-connect-native-target off".
20070 * gdb.base/auto-connect-native-target.c: New file.
20071 * gdb.base/auto-connect-native-target.exp: New file.
20072
20073 2014-05-21 Pedro Alves <palves@redhat.com>
20074
20075 * gdb.base/default.exp: Test "target native" instead of "target
20076 child".
20077
20078 2014-05-21 Mark Wielaard <mjw@redhat.com>
20079
20080 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
20081
20082 2014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
20083
20084 Fix TLS access for -static -pthread.
20085 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
20086 <HAVE_TLS> (thread_function, main): Initialize it.
20087 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
20088 Add clean_restart.
20089 <$have_tls != "">: Check TLSVAR.
20090
20091 2014-05-21 Pedro Alves <palves@redhat.com>
20092
20093 * gdb.base/dcache-line-read-error.c: New.
20094 * gdb.base/dcache-line-read-error.exp: New.
20095
20096 2014-05-20 Pedro Alves <palves@redhat.com>
20097
20098 * gdb.base/compare-sections.c: New file.
20099 * gdb.base/compare-sections.exp: New file.
20100
20101 2014-05-20 Pedro Alves <palves@redhat.com>
20102
20103 * gdb.base/break-idempotent.c: New file.
20104 * gdb.base/break-idempotent.exp: New file.
20105
20106 2014-05-20 Markus Metzger <markus.t.metzger@intel.com>
20107
20108 * gdb.btrace/nohist.exp: New.
20109
20110 2014-05-20 Yao Qi <yao@codesourcery.com>
20111
20112 * lib/gdb.exp (gdb_init): Set timeout if test file is under
20113 gdb.reverse directory and gdb_reverse_timeout exists in board
20114 setting.
20115 * README: Document gdb_reverse_timeout.
20116
20117 2014-05-20 Yao Qi <yao@codesourcery.com>
20118
20119 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
20120 'test_file_name'. Treat args as a string instead of a list.
20121 (gdb_init): Rename argument 'args' by 'test_file_name'.
20122
20123 2014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
20124
20125 * gdb.arch/powerpc-power.exp: New file.
20126 * gdb.arch/powerpc-power.s: New file.
20127
20128 2014-05-16 Doug Evans <dje@google.com>
20129
20130 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
20131 * gdb.base/completion.exp: Check that all expected files exist
20132 before doing file completion.
20133
20134 2014-05-16 Doug Evans <dje@google.com>
20135
20136 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
20137 Update.
20138 (do_syscall_tests_without_xml): Update.
20139
20140 2014-05-16 Pedro Alves <palves@redhat.com>
20141
20142 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
20143 instead of "unknown output after running".
20144
20145 2014-05-16 Yao Qi <yao@codesourcery.com>
20146
20147 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
20148 file1.txt from host at the end.
20149 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
20150
20151 2014-05-15 Doug Evans <dje@google.com>
20152
20153 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
20154 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
20155 loading file. Add test for TU lookup.
20156
20157 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
20158
20159 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
20160 calling "-exec-arguments" or "set args" before running the
20161 inferior.
20162
20163 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
20164
20165 * lib/mi-support.exp (mi_expect_stop): Expect message for
20166 inferiors that exit with non-zero exit code.
20167
20168 2014-05-14 Yao Qi <yao@codesourcery.com>
20169
20170 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
20171 match absolute path on remote host.
20172 (test_file_list_exec_source_files): Remove "/" from the
20173 pattern.
20174
20175 2014-05-14 Yao Qi <yao@codesourcery.com>
20176
20177 * boards/local-remote-host-notty.exp (${board}_file): New
20178 proc.
20179
20180 2014-05-07 Kyle McMartin <kyle@redhat.com>
20181
20182 Pushed by Joel Brobecker <brobecker@adacore.com>.
20183 * gdb.arch/aarch64-atomic-inst.c: New file.
20184 * gdb.arch/aarch64-atomic-inst.exp: New file.
20185
20186 2014-05-07 Yao Qi <yao@codesourcery.com>
20187
20188 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
20189 in current context" too.
20190
20191 2014-05-05 Keith Seitz <keiths@redhat.com>
20192
20193 * gdb.linespec/ls-dollar.exp: Add test for linespec
20194 file:convenience_variable.
20195
20196 2014-05-05 Yao Qi <yao@codesourcery.com>
20197
20198 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
20199 traceframes into tfile and ctf trace files. Read data from
20200 trace file and test collected data.
20201 (gdb_collect_locals_test): Likewise.
20202 (gdb_unavailable_registers_test): Likewise.
20203 (gdb_unavailable_floats): Likewise.
20204 (gdb_collect_globals_test): Likewise.
20205 (top-level): Append "ctf" to trace_file_targets if GDB
20206 supports.
20207
20208 2014-05-05 Yao Qi <yao@codesourcery.com>
20209
20210 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
20211 code to ...
20212 (gdb_collect_args_test_1): ... it. New proc.
20213 (gdb_collect_locals_test): Move some code to ...
20214 (gdb_collect_locals_test_1): ... it. New proc.
20215 (gdb_unavailable_registers_test): Move some code to ...
20216 (gdb_unavailable_registers_test_1): ... it. New proc.
20217 (gdb_unavailable_floats): Move some code to ...
20218 (gdb_unavailable_floats_1): ... it. New proc.
20219
20220 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
20221
20222 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
20223 probes to test for bitness recognition.
20224 * gdb.arch/amd64-stap-optional-prefix.exp
20225 (test_probe_value_without_reg): New procedure.
20226 Add code to test for different kinds of bitness.
20227
20228 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
20229
20230 PR breakpoints/16889
20231 * gdb.arch/amd64-stap-optional-prefix.S: New file.
20232 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
20233
20234 2014-05-01 Pedro Alves <palves@redhat.com>
20235
20236 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
20237 gdb_file_cmd if no file is specified.
20238 * boards/native-extended-gdbserver.exp (gdb_load): Use the
20239 last_loaded_file to set the remote exec-file.
20240
20241 2014-05-01 Pedro Alves <palves@redhat.com>
20242
20243 * boards/local-remote-host.exp: New file.
20244
20245 2014-05-01 Pedro Alves <palves@redhat.com>
20246
20247 * boards/local-remote-host.exp: Rename to ...
20248 * boards/local-remote-host-notty.exp: ... this.
20249
20250 2014-04-28 Joel Brobecker <brobecker@adacore.com>
20251
20252 * gdb.ada/dyn_arrayidx: New testcase.
20253
20254 2014-04-26 Yao Qi <yao@codesourcery.com>
20255
20256 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
20257 and compute the length of function main. Save it in
20258 $main_length.
20259 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
20260 (top-level): Use gdb_compile to compile objects into
20261 executable and restart GDB. Remove invocation to
20262 prepare_for_testing.
20263
20264 2014-04-25 Simon Marchi <simon.marchi@ericsson.com>
20265 Pedro Alves <palves@redhat.com>
20266
20267 PR server/16255
20268 * gdb.multi/multi-attach.c: New file.
20269 * gdb.multi/multi-attach.exp: New file.
20270
20271 2014-04-25 Pedro Alves <palves@redhat.com>
20272
20273 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
20274 user.
20275 (top level): Test that "set remote conditional-breakpoints-packet
20276 off" works as intended.
20277 * gdb.base/dprintf.exp: Test that "set remote
20278 breakpoint-commands-packet off" works as intended.
20279 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
20280 New function.
20281 (top level): Call it.
20282 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
20283 remote fast-tracepoints-packet off" works as intended.
20284 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
20285 * lib/gdb.exp (gdb_is_target_remote): ... here.
20286
20287 2014-04-24 David Blaikie <dblaikie@gmail.com>
20288
20289 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
20290 ensure clang would not discard them.
20291 * gdb.base/gdbvars.c: Ditto.
20292 * gdb.base/memattr.c: Ditto.
20293 * gdb.base/whatis.c: Ditto.
20294 * gdb.python/py-prettyprint.c: Ditto.
20295 * gdb.trace/actions.c: Ditto.
20296 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
20297 ensure clang would not discard it.
20298
20299 2014-04-24 David Blaikie <dblaikie@gmail.com>
20300
20301 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
20302 clang to emit the full definition of type required by the test
20303 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
20304
20305 2014-04-24 David Blaikie <dblaikie@gmail.com>
20306
20307 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
20308 coax Clang into emitting the definition of the type.
20309 * gdb.cp/pr10728-x.h (y): Ditto.
20310 * gdb.cp/pr10728-y.cc (y): Ditto.
20311
20312 2014-04-24 David Blaikie <dblaikie@gmail.com>
20313
20314 * gdb.base/label.exp: XFAIL label related tests under Clang.
20315 * gdb.cp/cplabel.exp: Ditto.
20316 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
20317 under Clang those using labels.
20318
20319 2014-04-25 Yao Qi <yao@codesourcery.com>
20320
20321 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
20322 double_label.
20323 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
20324 partial_label and double_label.
20325
20326 2014-04-24 David Blaikie <dblaikie@gmail.com>
20327
20328 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
20329
20330 2014-04-24 David Blaikie <dblaikie@gmail.com>
20331
20332 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
20333 of the function to work across GCC and Clang.
20334 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
20335 pointer types (const void ** const V void **).
20336
20337 2014-04-24 Michael Sturm <michael.sturm@mintel.com>
20338 Walfred Tedeschi <walfred.tedeschi@intel.com>
20339
20340 * Makefile.in (EXECUTABLES): Added i386-avx512.
20341 * gdb.arch/i386-avx512.c: New file.
20342 * gdb.arch/i386-avx512.exp: Likewise.
20343
20344 2014-04-23 Keith Seitz <keiths@redhat.com>
20345
20346 * lib/mi-support.exp (mi_list_breakpoints): Delete.
20347 (mi_make_breakpoint_table): New procedure.
20348 (mi_create_breakpoint): Use mi_make_breakpoint
20349 and return the result.
20350 (mi_make_breakpoint): New procedure.
20351 (mi_build_kv_pairs): New procedure.
20352
20353 * gdb.mi/mi-break.exp: Remove unused globals,
20354 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
20355 All callers updated.
20356 * gdb.mi/mi-dprintf.exp: Use variable to track command
20357 number.
20358 Update all callers of mi_create_breakpoint and use
20359 mi_make_breakpoint_table.
20360 Remove any unused global variables.
20361 * gdb.mi/mi-nonstop.exp: Likewise.
20362 * gdb.mi/mi-nsintrall.exp: Likewise.
20363 * gdb.mi/mi-nsmoribund.exp: Likewise.
20364 * gdb.mi/mi-nsthrexec.exp: Likewise.
20365 * gdb.mi/mi-reverse.exp: Likewise.
20366 * gdb.mi/mi-simplerun.exp: Likewise.
20367 * gdb.mi/mi-stepn.exp: Likewise.
20368 * gdb.mi/mi-syn-frame.exp: Likewise.
20369 * gdb.mi/mi-until.exp: Likewise.
20370 * gdb.mi/mi-var-cp.exp: Likewise.
20371 * gdb.mi/mi-var-display.exp: Likewise.
20372 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
20373 * gdb.mi/mi2-var-child.exp: Likewise.
20374 * gdb.mi/mi-vla-c99.exp: Likewise.
20375 * lib/mi-support.exp: Likewise.
20376
20377 From Ian Lance Taylor <iant@cygnus.com>:
20378 * lib/gdb.exp (parse_args): New procedure.
20379
20380 2014-04-23 Pedro Alves <palves@redhat.com>
20381
20382 * gdb.base/break-unload-file.c: New file.
20383 * gdb.base/break-unload-file.exp: New file.
20384 * gdb.base/sym-file-lib.c (baz): New function.
20385 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
20386 field.
20387 (load): Store the segment's mapped size.
20388 (unload): New function.
20389 (unload_shlib): New function.
20390 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
20391 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
20392 set a breakpoint at baz, and call it.
20393 * gdb.base/sym-file.exp: New tests for stale breakpoint
20394 instructions.
20395
20396 2014-04-23 Pedro Alves <palves@redhat.com>
20397
20398 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
20399 * gdb.base/hbreak-in-shr-unsupported.c: New file.
20400 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
20401 * gdb.base/hbreak-unmapped.c: New file.
20402 * gdb.base/hbreak-unmapped.exp: New file.
20403 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
20404 * lib/gdb.exp (gdb_is_target_remote): ... here.
20405
20406 2014-04-22 Pedro Alves <palves@redhat.com>
20407
20408 * gdb.base/consecutive-step-over.c: New file.
20409 * gdb.base/consecutive-step-over.exp: New file.
20410
20411 2014-04-22 Pedro Alves <palves@redhat.com>
20412
20413 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
20414 instead of send_gdb/gdb_expect.
20415
20416 2014-04-22 Yao Qi <yao@codesourcery.com>
20417
20418 * lib/trace-support.exp (generate_tracefile): New procedure.
20419 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
20420 return 0.
20421 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
20422 if generate_tracefile returns 1.
20423
20424 2014-04-18 Tom Tromey <palves@redhat.com>
20425 Pedro alves <tromey@redhat.com>
20426
20427 PR backtrace/15558
20428 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
20429 with a backtrace limit.
20430 * gdb.python/py-frame-inline.exp: Test running to an inline
20431 function with a backtrace limit, and printing the newest frame.
20432 * gdb.python/py-frame-inline.c (main): Call f.
20433
20434 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
20435
20436 * gdb.java/jnpe.exp: Drop srcdir from untested path.
20437
20438 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
20439
20440 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
20441 Drop prefix from unsupported source file path.
20442
20443 2014-04-17 Yao Qi <yao@codesourcery.com>
20444
20445 * lib/gdb.exp (with_target_charset): New proc.
20446 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
20447 with_target_charset.
20448 (test_print_strings): Likewise.
20449 (test_repeat_bytes): Likewise.
20450 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
20451 for some tests.
20452
20453 2014-04-16 Keith Seitz <keiths@redhat.com>
20454
20455 PR gdb/15827
20456 * gdb.dwarf2/corrupt.c: New file.
20457 * gdb.dwarf2/corrupt.exp: New file.
20458
20459 2014-04-16 Keith Seitz <keiths@redhat.com>
20460
20461 PR c++/16597
20462 * gdb.cp/namelessclass.cc: New file.
20463 * gdb.cp/namelessclass.exp: New file.
20464 * gdb.cp/namelessclass.S: New file.
20465
20466 2014-04-16 Doug Evans <dje@google.com>
20467
20468 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
20469 Add comment.
20470 (gdbserver_default_get_comm_port): New function.
20471 (gdbserver_start): Check if board file provided
20472 "gdbserver,get_comm_port" and use it if so.
20473 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
20474 (gdb,socketport): Set to "stdio".
20475 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
20476 (stdio_gdbserver_template): Delete.
20477 (${board}_get_remote_address): Update.
20478 (${board}_build_remote_cmd): Delete.
20479 (${board}_get_comm_port): New function.
20480 (${board}_spawn): Update.
20481 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
20482 Delete.
20483 (${board}_get_remote_address): Update.
20484 (${board}_get_comm_port): New function.
20485
20486 2014-04-16 Andrew Burgess <aburgess@broadcom.com>
20487
20488 * gdb.base/memattr.exp: Improve regexps to handle memory regions
20489 appearing in any order.
20490
20491 2014-04-15 Doug Evans <dje@google.com>
20492
20493 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
20494 uninitialized value of "description".
20495
20496 2014-04-15 Keith Seitz <keiths@redhat.com>
20497
20498 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
20499 Remove unused globals.
20500 (test_running_the_program): Likewise.
20501 (test_controlled_execution): Likewise.
20502 (test_controlling_breakpoints): Likewise.
20503 (test_program_termination): Likewise.
20504
20505 2014-04-15 Keith Seitz <keiths@redhat.com>
20506
20507 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
20508 unused globals.
20509 (test_rbreak_creation_and_listing): Likewise.
20510 (test_ignore_count): Likewise.
20511 (test_error): Likewise.
20512
20513 2014-04-15 Pedro Alves <palves@redhat.com>
20514
20515 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
20516 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
20517 sym-file-loader.c.
20518 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
20519 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
20520 to sym-file-loader.c.
20521 (struct library): Forward declare.
20522 (load_shlib, lookup_function): Change prototypes.
20523 (find_shstrtab, find_strtab, find_shdr, find_symtab)
20524 (translate_offset): Remove declarations.
20525 (get_text_addr): New declaration.
20526 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
20527 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
20528 sym-file-loader.h.
20529 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
20530 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
20531 here from sym-file-loader.h.
20532 (struct library): New structure.
20533 (load_shlib, lookup_function): Change prototypes and adjust to
20534 work with a struct library.
20535 (find_shstrtab, find_strtab, find_shdr, find_symtab)
20536 (translate_offset): Make static.
20537 (get_text_addr): New function.
20538 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
20539
20540 2014-04-15 Pedro Alves <palves@redhat.com>
20541
20542 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
20543
20544 2014-04-15 Pedro Alves <palves@redhat.com>
20545
20546 * gdb.base/sym-file-loader.c: Include <limits.h>.
20547 (SELF_LINK): New define.
20548 (get_origin): New function.
20549 (load_shlib): Use it.
20550 * gdb.base/sym-file.exp: Don't early return if the target is
20551 remote. Use runto_main, and issue fail is that fails. Use
20552 gdb_load_shlibs.
20553 (shlib_name): Delete.
20554 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
20555
20556 2014-04-15 Pedro Alves <palves@redhat.com>
20557
20558 * gdb.base/sym-file.exp: Remove regex characters from test
20559 message. Don't refer to breakpoint numbers in test messages.
20560
20561 2014-04-14 Keith Seitz <keiths@redhat.com>
20562
20563 PR c++/16253
20564 * gdb.cp/var-tag.cc: New file.
20565 * gdb.cp/var-tag.exp: New file.
20566 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
20567 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
20568 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
20569 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
20570
20571 2014-04-14 Tom Tromey <tromey@redhat.com>
20572
20573 * gdb.cp/classes.exp (test_enums): Handle underlying type.
20574 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
20575 type.
20576 * gdb.cp/enum-class.exp: New file.
20577 * gdb.cp/enum-class.cc: New file.
20578
20579 2014-04-14 Tom Tromey <tromey@redhat.com>
20580
20581 * gdb.dwarf2/enum-type.exp: New file.
20582
20583 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
20584
20585 * gdb.mi/mi-vla-c99.exp: New file.
20586 * gdb.mi/vla.c: New file.
20587
20588 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
20589
20590 * gdb.base/vla-datatypes.c: New file.
20591 * gdb.base/vla-datatypes.exp: New file.
20592
20593 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
20594
20595 * gdb.base/vla-ptr.c: New file.
20596 * gdb.base/vla-ptr.exp: New file.
20597
20598 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
20599
20600 * gdb.dwarf2/count.exp: New file.
20601
20602 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
20603
20604 * gdb.base/vla-sideeffect.c: New file.
20605 * gdb.base/vla-sideeffect.exp: New file.
20606
20607 2014-04-14 David Blaikie <dblaikie@gmail.com>
20608
20609 * gdb.mi/non-stop.c: Add return value for non-void function return
20610 statement.
20611 * gdb.threads/staticthreads.c: Ditto.
20612
20613 2014-04-12 Siva Chandra Reddy <sivachandra@google.com>
20614 Doug Evans <xdje42@gmail.com>
20615
20616 * gdb.guile/scm-value.c: Improve test case.
20617 * gdb.guile/scm-value.exp: Add new test.
20618
20619 2014-04-11 David Blaikie <dblaikie@gmail.com>
20620
20621 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
20622 override Clang's default.
20623
20624 2014-04-11 Joel Brobecker <brobecker@adacore.com>
20625
20626 Revert the following changes (regressions):
20627
20628 * gdb.base/vla-sideeffect.c: New file.
20629 * gdb.base/vla-sideeffect.exp: New file.
20630
20631 * gdb.dwarf2/count.exp: New file.
20632
20633 * gdb.base/vla-multi.c: New file.
20634 * gdb.base/vla-multi.exp: New file.
20635
20636 * gdb.base/vla-ptr.c: New file.
20637 * gdb.base/vla-ptr.exp: New file.
20638
20639 * gdb.base/vla-datatypes.c: New file.
20640 * gdb.base/vla-datatypes.exp: New file.
20641
20642 * gdb.mi/mi-vla-c99.exp: New file.
20643 * gdb.mi/vla.c: New file.
20644
20645 2014-04-11 Keith Seitz <keiths@redhat.com>
20646
20647 PR c++/16675
20648 * gdb.cp/cpsizeof.exp: New file.
20649 * gdb.cp/cpsizeof.cc: New file.
20650
20651 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
20652
20653 * gdb.mi/mi-vla-c99.exp: New file.
20654 * gdb.mi/vla.c: New file.
20655
20656 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
20657
20658 * gdb.base/vla-datatypes.c: New file.
20659 * gdb.base/vla-datatypes.exp: New file.
20660
20661 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
20662
20663 * gdb.base/vla-ptr.c: New file.
20664 * gdb.base/vla-ptr.exp: New file.
20665
20666 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
20667
20668 * gdb.base/vla-multi.c: New file.
20669 * gdb.base/vla-multi.exp: New file.
20670
20671 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
20672
20673 * gdb.dwarf2/count.exp: New file.
20674
20675 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
20676
20677 * gdb.base/vla-sideeffect.c: New file.
20678 * gdb.base/vla-sideeffect.exp: New file.
20679
20680 2014-04-11 Yao Qi <yao@codesourcery.com>
20681
20682 * gdb.base/completion.exp: Check file exists before running tests
20683 on file completion.
20684
20685 2014-04-10 Pedro Alves <palves@redhat.com>
20686
20687 * gdb.base/cond-eval-mode.c: New file.
20688 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
20689 prepare_for_testing to build the new file. Check result of
20690 runto_main.
20691 (test_break, test_watch): New procedures.
20692 (top level): Use them.
20693
20694 2014-04-08 Pierre Muller <muller@sourceware.org>
20695
20696 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
20697 Ctrl-V use for mingw hosts.
20698
20699 2014-04-07 Siva Chandra Reddy <sivachandra@google.com>
20700
20701 * gdb.python/py-value.c: Improve test case.
20702 * gdb.python/py-value.exp: Add new test.
20703
20704 2014-04-07 David Blaikie <dblaikie@gmail.com>
20705
20706 * lib/compiler.c: Identify the clang compiler.
20707 * lib/compiler.cc: Ditto.
20708
20709 2014-04-03 Yao Qi <yao@codesourcery.com>
20710
20711 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
20712
20713 2014-04-01 Anton Blanchard <anton@samba.org>
20714
20715 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
20716 messages unique.
20717
20718 2014-04-01 Anton Blanchard <anton@samba.org>
20719
20720 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
20721 prepare_for_testing.
20722
20723 2014-04-01 Anton Blanchard <anton@samba.org>
20724
20725 * gdb.arch/ppc64-atomic-inst.c: Remove.
20726 * gdb.arch/ppc64-atomic-inst.S: New file.
20727 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
20728
20729 2014-03-31 Doug Evans <dje@google.com>
20730
20731 * gdb.base/print-symbol-loading-lib.c: New file.
20732 * gdb.base/print-symbol-loading-main.c: New file.
20733 * gdb.base/print-symbol-loading.exp: New file.
20734
20735 2014-03-31 Yao Qi <yao@codesourcery.com>
20736
20737 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
20738
20739 2014-03-28 Joel Brobecker <brobecker@adacore.com>
20740
20741 * gdb.ada/mi_dyn_arr: New testcase.
20742
20743 2014-03-27 Doug Evans <dje@google.com>
20744
20745 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
20746
20747 2014-03-27 Yao Qi <yao@codesourcery.com>
20748
20749 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
20750 if target is nios2-*-*.
20751
20752 2014-03-26 Yao Qi <yao@codesourcery.com>
20753
20754 * lib/gdb.exp (readline_is_used): New proc.
20755 * gdb.base/completion.exp: Move tests on command complete up.
20756 Skip the rest of tests if readline is not used.
20757 * gdb.ada/complete.exp: Skp the test if readline is not
20758 used.
20759 * gdb.base/filesym.exp: Likewise.
20760 * gdb.base/macscp.exp: Likewise.
20761 * gdb.base/readline-ask.exp: Likewise.
20762 * gdb.base/readline.exp: Likewise.
20763 * gdb.python/py-cmd.exp: Likewise.
20764 * gdb.trace/tfile.exp: Likewise.
20765
20766 2014-03-26 Yao Qi <yao@codesourcery.com>
20767
20768 * gdb.base/macscp.exp: Fix code format issues.
20769
20770 2014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
20771
20772 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
20773 * gdb.asm/powerpc64le.inc: New file.
20774
20775 2014-03-25 Pedro Alves <palves@redhat.com>
20776 Doug Evans <dje@google.com>
20777
20778 * gdb.base/source-execution.c: New file.
20779 * gdb.base/source-execution.exp: New file.
20780 * gdb.base/source-execution.gdb: New file.
20781
20782 2014-03-24 Doug Evans <dje@google.com>
20783
20784 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
20785 using fission.
20786
20787 2014-03-24 Hui Zhu <hui@codesourcery.com>
20788 Pedro Alves <palves@redhat.com>
20789
20790 PR breakpoints/16101
20791 * gdb.base/dprintf.exp: Use unsupported rather than changing the
20792 test pass/fail messages. Detect missing support for dprintf when
20793 breakpoints are actually inserted.
20794 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
20795 breakpoints are actually inserted.
20796 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
20797 fails.
20798
20799 2014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
20800
20801 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
20802
20803 2014-03-22 Doug Evans <xdje42@gmail.com>
20804
20805 * gdb.python/python.exp (python not supported): Verify multi-line
20806 python command issues an error.
20807 * gdb.guile/guile.exp (guile not supported): Verify multi-line
20808 guile command issues an error.
20809
20810 2014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
20811
20812 * gdb.threads/thread-specific.exp: Handle the lack of usable
20813 $this_breakpoint and $this_thread.
20814
20815 2014-03-21 Hui Zhu <hui@codesourcery.com>
20816
20817 * gdb.base/attach.exp (do_command_attach_tests): New.
20818
20819 2014-03-20 Tom Tromey <tromey@redhat.com>
20820 Pedro Alves <palves@redhat.com>
20821
20822 PR cli/15718
20823 * gdb.base/condbreak-call-false.c: New file.
20824 * gdb.base/condbreak-call-false.exp: New file.
20825
20826 2014-03-20 Pedro Alves <palves@redhat.com>
20827
20828 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
20829 Delete.
20830 (block_signals, unblock_signals): Delete.
20831 (child_function_2, main): Remove references to deleted variable
20832 and functions.
20833
20834 2014-03-20 Pedro Alves <palves@redhat.com>
20835
20836 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
20837 Use pthread_kill to signal thread 2.
20838 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
20839 Adjust to make the test send itself a signal rather than using the
20840 host's "kill" command.
20841
20842 2014-03-20 Pedro Alves <palves@redhat.com>
20843
20844 * gdb.threads/multiple-step-overs.c: New file.
20845 * gdb.threads/multiple-step-overs.exp: New file.
20846 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
20847 Adjust expected infrun debug output.
20848
20849 2014-03-20 Pedro Alves <palves@redhat.com>
20850
20851 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
20852 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
20853
20854 2014-03-20 Pedro Alves <palves@redhat.com>
20855
20856 PR breakpoints/7143
20857 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
20858 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
20859 of gdb_test_multiple.
20860 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
20861 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
20862
20863 2014-03-20 Pedro Alves <palves@redhat.com>
20864
20865 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
20866 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
20867
20868 2014-03-19 Pedro Alves <palves@redhat.com>
20869
20870 * gdb.base/async.exp: Remove early return.
20871
20872 2014-03-19 Pedro Alves <palves@redhat.com>
20873
20874 * gdb.base/async.exp (step& tests): Pass explicit test messages.
20875
20876 2014-03-19 Pedro Alves <palves@redhat.com>
20877
20878 * gdb.base/async.exp (test_background): Expect \r\n after
20879 "completed." in the fail pattern.
20880
20881 2014-03-19 Pedro Alves <palves@redhat.com>
20882
20883 * gdb.base/async.exp (test_background): New procedure.
20884 Use it for all background execution command tests.
20885
20886 2014-03-19 Pedro Alves <palves@redhat.com>
20887
20888 * gdb.base/async.exp: Use prepare_for_testing.
20889
20890 2014-03-19 Pedro Alves <palves@redhat.com>
20891
20892 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
20893 the same line.
20894
20895 2014-03-19 Pedro Alves <palves@redhat.com>
20896
20897 * gdb.base/async.c (main): Add "jump here" and "until here" line
20898 marker comments.
20899 * gdb.base/async.exp (jump_here): New global.
20900 (jump& test): Use it.
20901 (until_here): New global.
20902 (until& test): Use it.
20903
20904 2014-03-19 Pedro Alves <palves@redhat.com>
20905
20906 * gdb.base/async.exp: Don't frob gdb_protocol.
20907
20908 2014-03-18 Doug Evans <xdje42@gmail.com>
20909
20910 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
20911 Fix spelling of exec-done-display.
20912
20913 2014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
20914
20915 PR gdb/15358
20916 * gdb.base/gdb-sigterm.c: New file.
20917 * gdb.base/gdb-sigterm.exp: New file.
20918
20919 2014-03-18 Pedro Alves <palves@redhat.com>
20920
20921 PR gdb/13860
20922 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
20923 * lib/mi-support.exp (mi_expect_stop): Add special handling for
20924 solib-event.
20925
20926 2014-03-17 Joel Brobecker <brobecker@adacore.com>
20927
20928 * gdb.ada/pckd_arr_ren: New testcase.
20929
20930 2014-03-13 Doug Evans <xdje42@gmail.com>
20931
20932 PR guile/16612
20933 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
20934 collect after discarding symbols.
20935
20936 2014-03-13 Ludovic Courtès <ludo@gnu.org>
20937 Doug Evans <xdje42@gmail.com>
20938
20939 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
20940 to history survives a gc.
20941
20942 2014-03-13 Pedro Alves <palves@redhat.com>
20943
20944 * gdb.base/default.exp: Don't test "target procfs".
20945
20946 2014-03-13 Pedro Alves <palves@redhat.com>
20947
20948 * gdb.base/default.exp: Update "target child" and "target procfs"
20949 tests to not expect "Unix".
20950
20951 2014-03-12 Tom Tromey <tromey@redhat.com>
20952
20953 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
20954 New procs. Add target-async tests.
20955 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
20956 Add target-async tests.
20957
20958 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
20959
20960 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
20961 'func_start' and 'func_end' for the beginning and end of the
20962 function code, respectively.
20963 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
20964 'func_end' instead of 'func' and 'main'.
20965
20966 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
20967
20968 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
20969 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
20970 generate the debug info assembler source.
20971
20972 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
20973
20974 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
20975 * gdb.dwarf2/arr-subrange.exp: Likewise.
20976 * gdb.dwarf2/dwz.exp: Likewise.
20977 * gdb.dwarf2/method-ptr.exp: Likewise.
20978 * gdb.dwarf2/missing-sig-type.exp: Likewise.
20979 * gdb.dwarf2/subrange.exp: Likewise.
20980 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
20981 * gdb.dwarf2/implptrpiece.exp: Likewise.
20982 * gdb.dwarf2/nostaticblock.exp: Likewise.
20983
20984 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
20985
20986 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
20987 directory to absolute path name arguments.
20988
20989 2014-03-10 Joel Brobecker <brobecker@adacore.com>
20990
20991 * gdb.ada/tagged_access: New testcase.
20992
20993 2014-03-07 Markus Metzger <markus.t.metzger@intel.com>
20994
20995 * gdb.btrace/data.exp: Update expected output.
20996
20997 2014-03-06 Yao Qi <yao@codesourcery.com>
20998
20999 * gdb.trace/pr16508.exp: New file.
21000
21001 2014-03-05 Pedro Alves <palves@redhat.com>
21002
21003 PR gdb/16575
21004 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
21005 procedure.
21006 (top level): Adjust to use it. Add tests that exercise breakpoint
21007 interaction with the code-cache.
21008
21009 2014-02-26 Ludovic Courtès <ludo@gnu.org>
21010
21011 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
21012 test for 'history-append!'.
21013
21014 2014-02-26 Joel Brobecker <brobecker@adacore.com>
21015
21016 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
21017 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
21018 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
21019 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
21020 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
21021 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
21022
21023 2014-02-26 Joel Brobecker <brobecker@adacore.com>
21024
21025 * testsuite/gdb.python/py-pp-re-notag.c: New file.
21026 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
21027 * testsuite/gdb.python/py-pp-re-notag.p: New file.
21028
21029 2014-02-26 Joel Brobecker <brobecker@adacore.com>
21030
21031 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
21032
21033 2014-02-26 Joel Brobecker <brobecker@adacore.com>
21034
21035 * gdb.dwarf2/arr-stride.c: New file.
21036 * gdb.dwarf2/arr-stride.exp: New file.
21037
21038 2014-02-26 Pedro Alves <palves@redhat.com>
21039
21040 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
21041 that won't ever trigger. Make sure that GDB reports the correct
21042 breakpoint that caused the stop.
21043
21044 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
21045
21046 PR gdb/16626
21047 * gdb.base/auto-load-script: New file.
21048 * gdb.base/auto-load.c: New file.
21049 * gdb.base/auto-load.exp: New file.
21050
21051 PR gdb/16626
21052 * gdb.base/auto-load.exp: Fix out-of-srctree run.
21053
21054 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
21055
21056 Fix dw2-icycle.exp -fsanitize=address GDB crash.
21057 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
21058
21059 2014-02-24 Doug Evans <dje@google.com>
21060
21061 * lib/gdb.exp (run_on_host): Log error output if program fails.
21062
21063 2014-02-21 Pedro Alves <palves@redhat.com>
21064
21065 * gdb.threads/step-after-sr-lock.c: Rename to ...
21066 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
21067 * gdb.threads/step-after-sr-lock.exp: Rename to ...
21068 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
21069 ... this.
21070
21071 2014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
21072
21073 PR tdep/16397
21074 * gdb.arch/amd64-stap-special-operands.exp: New file.
21075 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
21076 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
21077 * gdb.arch/amd64-stap-triplet.S: Likewise.
21078 * gdb.arch/amd64-stap-triplet.c: Likewise.
21079
21080 2014-02-20 Joel Brobecker <brobecker@adacore.com>
21081
21082 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
21083 in .section pseudo-op.
21084
21085 2014-02-20 lin zuojian <manjian2006@gmail.com>
21086 Joel Brobecker <brobecker@adacore.com>
21087 Doug Evans <xdje42@gmail.com>
21088
21089 PR symtab/16581
21090 * gdb.dwarf2/dw2-icycle.S: New file.
21091 * gdb.dwarf2/dw2-icycle.c: New file.
21092 * gdb.dwarf2/dw2-icycle.exp: New file.
21093
21094 2014-02-19 Siva Chandra Reddy <sivachandra@google.com>
21095
21096 * gdb.python/py-value-cc.cc: Improve test case to enable testing
21097 operations on gdb.Value objects.
21098 * gdb.python/py-value-cc.exp: Add new test to test operations on
21099 gdb.Value objects.
21100
21101 2014-02-18 Doug Evans <dje@google.com>
21102
21103 * Makefile.in (TESTS): New variable.
21104 (expanded_tests, expanded_tests_or_none): New variables
21105 (check-single): Pass $(expanded_tests_or_none) to runtest.
21106 (check-parallel): Only run tests in $(TESTS) if non-empty.
21107 (check/no-matching-tests-found): New rule.
21108 * README: Document TESTS makefile variable.
21109
21110 2014-02-18 Doug Evans <dje@google.com>
21111
21112 * Makefile.in (check-parallel): rm -rf outputs temp.
21113
21114 2014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
21115
21116 Fix "ERROR: no fileid for" in the testsuite.
21117 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
21118
21119 2014-02-12 Doug Evans <dje@google.com>
21120
21121 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
21122 (MISCELLANEOUS): New variable.
21123 (clean): rm -rf $(MISCELLANEOUS).
21124 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
21125 dwp live in the same directory as symlinks, with each symlink pointed
21126 to a differently named file in a different directory.
21127
21128 2014-02-11 Doug Evans <dje@google.com>
21129
21130 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
21131 of Tcl file commands.
21132
21133 2014-02-10 Mark Kettenis <kettenis@gnu.org>
21134
21135 * gdb.threads/step-after-sr-lock.exp: Avoid executing
21136 "kill -SIGUSR1 -1".
21137
21138 2014-02-10 Joel Brobecker <brobecker@adacore.com>
21139
21140 * gdb.ada/tick_length_array_enum_idx: New testcase.
21141
21142 2014-02-10 Doug Evans <xdje42@gmail.com>
21143
21144 * configure.ac (AC_OUTPUT): Add gdb.guile.
21145 * configure: Regenerate.
21146 * lib/gdb-guile.exp: New file.
21147 * lib/gdb.exp (get_target_charset): New function.
21148 * gdb.base/help.exp: Update expected output from "apropos apropos".
21149 * gdb.guile/Makefile.in: New file.
21150 * gdb.guile/guile.exp: New file.
21151 * gdb.guile/scm-arch.c: New file.
21152 * gdb.guile/scm-arch.exp: New file.
21153 * gdb.guile/scm-block.c: New file.
21154 * gdb.guile/scm-block.exp: New file.
21155 * gdb.guile/scm-breakpoint.c: New file.
21156 * gdb.guile/scm-breakpoint.exp: New file.
21157 * gdb.guile/scm-disasm.c: New file.
21158 * gdb.guile/scm-disasm.exp: New file.
21159 * gdb.guile/scm-equal.c: New file.
21160 * gdb.guile/scm-equal.exp: New file.
21161 * gdb.guile/scm-error.exp: New file.
21162 * gdb.guile/scm-error.scm: New file.
21163 * gdb.guile/scm-frame-args.c: New file.
21164 * gdb.guile/scm-frame-args.exp: New file.
21165 * gdb.guile/scm-frame-args.scm: New file.
21166 * gdb.guile/scm-frame-inline.c: New file.
21167 * gdb.guile/scm-frame-inline.exp: New file.
21168 * gdb.guile/scm-frame.c: New file.
21169 * gdb.guile/scm-frame.exp: New file.
21170 * gdb.guile/scm-generics.exp: New file.
21171 * gdb.guile/scm-gsmob.exp: New file.
21172 * gdb.guile/scm-iterator.c: New file.
21173 * gdb.guile/scm-iterator.exp: New file.
21174 * gdb.guile/scm-math.c: New file.
21175 * gdb.guile/scm-math.exp: New file.
21176 * gdb.guile/scm-objfile-script-gdb.in: New file.
21177 * gdb.guile/scm-objfile-script.c: New file.
21178 * gdb.guile/scm-objfile-script.exp: New file.
21179 * gdb.guile/scm-objfile.c: New file.
21180 * gdb.guile/scm-objfile.exp: New file.
21181 * gdb.guile/scm-ports.exp: New file.
21182 * gdb.guile/scm-pretty-print.c: New file.
21183 * gdb.guile/scm-pretty-print.exp: New file.
21184 * gdb.guile/scm-pretty-print.scm: New file.
21185 * gdb.guile/scm-section-script.c: New file.
21186 * gdb.guile/scm-section-script.exp: New file.
21187 * gdb.guile/scm-section-script.scm: New file.
21188 * gdb.guile/scm-symbol.c: New file.
21189 * gdb.guile/scm-symbol.exp: New file.
21190 * gdb.guile/scm-symtab-2.c: New file.
21191 * gdb.guile/scm-symtab.c: New file.
21192 * gdb.guile/scm-symtab.exp: New file.
21193 * gdb.guile/scm-type.c: New file.
21194 * gdb.guile/scm-type.exp: New file.
21195 * gdb.guile/scm-value-cc.cc: New file.
21196 * gdb.guile/scm-value-cc.exp: New file.
21197 * gdb.guile/scm-value.c: New file.
21198 * gdb.guile/scm-value.exp: New file.
21199 * gdb.guile/source2.scm: New file.
21200 * gdb.guile/types-module.cc: New file.
21201 * gdb.guile/types-module.exp: New file.
21202
21203 2014-02-10 Yao Qi <yao@codesourcery.com>
21204
21205 PR testsuite/16543
21206 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
21207 * configure: Regenerated.
21208 * Makefile.in: New file.
21209
21210 2014-02-08 Andreas Schwab <schwab@linux-m68k.org>
21211
21212 * gdb.python/py-framefilter.exp: Fix typo.
21213
21214 2014-02-08 Yao Qi <yao@codesourcery.com>
21215
21216 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
21217 that no =breakpoint-modified is emitted when breakpoints are
21218 modified through MI commands.
21219
21220 2014-02-07 Pedro Alves <pedro@codesourcery.com>
21221 Pedro Alves <palves@redhat.com>
21222
21223 * gdb.threads/step-after-sr-lock.c: New file.
21224 * gdb.threads/step-after-sr-lock.exp: New file.
21225
21226 2014-02-07 Pedro Alves <palves@redhat.com>
21227
21228 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
21229
21230 2014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
21231
21232 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
21233 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
21234
21235 2014-02-06 Doug Evans <xdje42@gmail.com>
21236
21237 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
21238 output.
21239
21240 * gdb.gdb/python-interrupts.exp: New file.
21241
21242 2014-02-05 Yao Qi <yao@codesourcery.com>
21243
21244 * gdb.trace/report.exp (use_collected_data): Test the output
21245 of "info threads" and "info inferiors".
21246
21247 2014-02-05 Yao Qi <yao@codesourcery.com>
21248
21249 Revert this patch:
21250
21251 2013-05-24 Yao Qi <yao@codesourcery.com>
21252
21253 * gdb.trace/tfile.exp: Test inferior and thread.
21254
21255 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
21256
21257 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
21258 on a function.
21259 * gdb.base/step-bt.c: Call hello via function pointer to make
21260 sure its first instruction is executed on powerpc64le-linux.
21261
21262 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
21263
21264 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
21265
21266 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
21267
21268 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
21269 of the test patterns for use on little-endian systems.
21270
21271 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
21272
21273 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
21274 (decimal_vector): Fix for little-endian.
21275
21276 2014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
21277
21278 * gdb.arch/sparc-sysstep.exp: New file.
21279 * gdb.arch/sparc-sysstep.c: Likewise.
21280
21281 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
21282
21283 2014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
21284
21285 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
21286
21287 2014-01-23 Tom Tromey <tromey@redhat.com>
21288
21289 * gdb.ada/array_char_idx: New testcase.
21290
21291 2014-01-23 Tom Tromey <tromey@redhat.com>
21292
21293 PR python/16487:
21294 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
21295 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
21296 classes.
21297
21298 2014-01-23 Tom Tromey <tromey@redhat.com>
21299
21300 PR python/16491:
21301 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
21302 string from an inferior frame.
21303 * gdb.python/py-framefilter-mi.exp: Update.
21304
21305 2014-01-22 Doug Evans <dje@google.com>
21306
21307 * gdb.server/server-mon.exp: Add tests for "set debug-format".
21308
21309 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
21310
21311 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
21312
21313 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
21314
21315 * gdb.trace/entry-values.exp: Remove excess space character from
21316 regex patterns. Handle s390 call instruction.
21317
21318 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
21319
21320 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
21321 define "*_start" label. Make "name" static.
21322 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
21323 ${name} by references to ${name}_start.
21324
21325 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
21326
21327 * gdb.base/info-macros.exp: Remove "debug" from the compile
21328 options.
21329
21330 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
21331
21332 * gdb.dlang/demangle.exp: New file.
21333
21334 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
21335
21336 * gdb.dlang/primitive-types.exp: New file.
21337
21338 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
21339
21340 * configure.ac: Create gdb.dlang/Makefile.
21341 * configure: Regenerate.
21342 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
21343 * gdb.dlang/Makefile.in: New file.
21344 * lib/d-support.exp: New file.
21345 * lib/gdb.exp (skip_d_tests): New proc.
21346
21347 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
21348
21349 * gdb.btrace/delta.exp: Check reverse stepi.
21350 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
21351 * gdb.btrace/finish.exp: New.
21352 * gdb.btrace/next.exp: New.
21353 * gdb.btrace/nexti.exp: New.
21354 * gdb.btrace/record_goto.c: Add comments.
21355 * gdb.btrace/step.exp: New.
21356 * gdb.btrace/stepi.exp: New.
21357 * gdb.btrace/multi-thread-step.c: New.
21358 * gdb.btrace/multi-thread-step.exp: New.
21359 * gdb.btrace/rn-dl-bind.c: New.
21360 * gdb.btrace/rn-dl-bind.exp: New.
21361 * gdb.btrace/data.c: New.
21362 * gdb.btrace/data.exp: New.
21363 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
21364
21365 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
21366
21367 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
21368 * gdb.btrace/exception.exp: Update.
21369 * gdb.btrace/instruction_history.exp: Update.
21370 * gdb.btrace/record_goto.exp: Update.
21371 * gdb.btrace/tailcall.exp: Update.
21372 * gdb.btrace/unknown_functions.exp: Update.
21373 * gdb.btrace/delta.exp: New.
21374
21375 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
21376
21377 * gdb.btrace/record_goto.exp: Add backtrace test.
21378 * gdb.btrace/tailcall.exp: Add backtrace test.
21379
21380 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
21381
21382 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
21383 * gdb.btrace/record_goto.c: New.
21384 * gdb.btrace/record_goto.exp: New.
21385 * gdb.btrace/x86-record_goto.S: New.
21386
21387 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
21388
21389 * gdb.btrace/function_call_history.exp: Update tests.
21390 * gdb.btrace/instruction_history.exp: Update tests.
21391
21392 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
21393
21394 * gdb.btrace/function_call_history.exp: Fix expected field
21395 order for "record function-call-history".
21396 Add new tests for "record function-call-history /c".
21397 * gdb.btrace/exception.cc: New.
21398 * gdb.btrace/exception.exp: New.
21399 * gdb.btrace/tailcall.exp: New.
21400 * gdb.btrace/x86-tailcall.S: New.
21401 * gdb.btrace/x86-tailcall.c: New.
21402 * gdb.btrace/unknown_functions.c: New.
21403 * gdb.btrace/unknown_functions.exp: New.
21404 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
21405
21406 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
21407
21408 * gdb.btrace/instruction_history.exp: Update.
21409 * gdb.btrace/function_call_history.exp: Update.
21410
21411 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
21412
21413 * gdb.btrace/function_call_history.exp: Fix expected function
21414 trace.
21415 * gdb.btrace/instruction_history.exp: Initialize traced.
21416 Remove traced_functions.
21417
21418 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
21419
21420 * gdb.btrace/function_call_history.exp: Update
21421 * gdb.btrace/instruction_history.exp: Update.
21422
21423 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
21424
21425 * gdb.btrace/enable.exp: Update expected text.
21426
21427 2014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
21428
21429 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
21430 bytes.
21431
21432 2014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
21433
21434 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
21435
21436 2014-01-15 Omair Javaid <omair.javaid@linaro.org>
21437
21438 * lib/gdb.exp (supports_process_record): Return true for
21439 arm*-linux*. (supports_reverse): Likewise.
21440
21441 2014-01-13 Siva Chandra Reddy <sivachandra@google.com>
21442
21443 PR python/15464
21444 PR python/16113
21445 * gdb.python/py-type.c: Enhance test case.
21446 * gdb.python/py-value-cc.cc: Likewise
21447 * gdb.python/py-type.exp: Add new tests.
21448 * gdb.python/py-value-cc.exp: Likewise
21449
21450 2014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
21451 Pedro Alves <palves@redhat.com>
21452
21453 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
21454 Make "name" extern.
21455 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
21456 references to ${name}_start by references to ${name}.
21457
21458 2014-01-10 Joel Brobecker <brobecker@adacore.com>
21459
21460 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
21461
21462 2014-01-10 Joel Brobecker <brobecker@adacore.com>
21463
21464 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
21465
21466 2014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
21467 Pedro Alves <palves@redhat.com>
21468
21469 * gdb.mi/mi-info-os.exp: Connect to the target with
21470 mi_gdb_target_load.
21471
21472 2014-01-08 Pedro Alves <palves@redhat.com>
21473
21474 * gdb.threads/reconnect-signal.c: New file.
21475 * gdb.threads/reconnect-signal.exp: New file.
21476
21477 2014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
21478
21479 * gdb.base/source-dir.exp: New file.
21480
21481 2014-01-07 Joel Brobecker <brobecker@adacore.com>
21482
21483 * gdb.ada/mi_interface: New testcase.
21484
21485 2014-01-07 Joel Brobecker <brobecker@adacore.com>
21486
21487 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
21488 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
21489 gdb.ada/pp-rec-component/pck.ads: New files.
21490
21491 2014-01-07 Joel Brobecker <brobecker@adacore.com>
21492
21493 * gdb.python/py-pp-integral.c: New file.
21494 * gdb.python/py-pp-integral.py: New file.
21495 * gdb.python/py-pp-integral.exp: New file.
21496
21497 For older changes see ChangeLog-1993-2013.
21498 \f
21499 ;; Local Variables:
21500 ;; mode: change-log
21501 ;; left-margin: 8
21502 ;; fill-column: 74
21503 ;; version-control: never
21504 ;; End:
21505
21506 Copyright 2014-2020 Free Software Foundation, Inc.
21507 Copying and distribution of this file, with or without modification,
21508 are permitted provided the copyright notice and this notice are preserved.
This page took 0.471447 seconds and 5 git commands to generate.