gdb.python/{py-framefilter-mi,py-framefilter}.c C++ify
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
1 2020-09-17 Pedro Alves <pedro@palves.net>
2
3 * gdb.python/py-framefilter-mi.c (funca): Add casts.
4 * gdb.python/py-framefilter.c.c (funca, func2): Add casts.
5
6 2020-09-17 Pedro Alves <pedro@palves.net>
7
8 * gdb.mi/var-cmd.c (do_anonymous_type_tests): Add cast.
9
10 2020-09-17 Pedro Alves <pedro@palves.net>
11
12 * gdb.base/exprs.c: Replace 'this' with 'self' throughout.
13 * gdb.base/ptype.c: : Replace 'this' with 'self' throughout.
14 (charfoo, intfoo): Define full prototype.
15 * gdb.base/ptype1.c (charfoo): Define full prototype.
16 * gdb.base/setvar.c: Replace 'this' with 'self' throughout.
17 * gdb.base/whatis.c: Replace 'this' with 'self' throughout.
18
19 2020-09-17 Pedro Alves <pedro@palves.net>
20
21 * gdb.base/charset.c [__cplusplus] (wchar_t, char16_t, char32_t):
22 Don't define.
23 (utf_32_string): Compile for both C and C++.
24 * gdb.base/charset.exp: Use "print /d".
25
26 2020-09-17 Pedro Alves <pedro@palves.net>
27
28 * gdb.base/watchpoint.c (buf): Make it 31 bytes.
29 (nullptr): Rename to ...
30 (null_ptr): ... this.
31 * gdb.base/watchpoint.exp: Adjust to rename.
32
33 2020-09-17 Pedro Alves <pedro@palves.net>
34
35 * gdb.base/printcmds.c (three, flag_enum_without_zero)
36 (three_not_flag): Add casts.
37
38 2020-09-17 Pedro Alves <pedro@palves.net>
39
40 * gdb.base/examine-backward.c (Barrier, TestStrings): Now unsigned
41 char array.
42 (main): Add references to Barrier, TestStrings, TestStringsH and
43 TestStringsW.
44 * gdb.base/examine-backward.exp: Issue "set print asm-demangle on"
45 and expect a full prototype in C++.
46
47 2020-09-17 Pedro Alves <pedro@palves.net>
48
49 * gdb.base/nested-addr.c (main): Add cast.
50 * gdb.base/nested-addr.exp: Use "print /d".
51
52 2020-09-17 Pedro Alves <pedro@palves.net>
53
54 * gdb.base/break.exp (func): New. Use it throughout when
55 expecting a function name.
56
57 2020-09-17 Pedro Alves <pedro@palves.net>
58
59 * gdb.base/display.exp: Issue "set print asm-demangle on".
60
61 2020-09-17 Pedro Alves <pedro@palves.net>
62
63 * gdb.base/find.c: Include <string.h>.
64 (init_bufs): Add cast.
65 * gdb.base/find.exp: Issue "set print asm-demangle on".
66
67 2020-09-16 Tom Tromey <tromey@adacore.com>
68
69 PR gdb/26598:
70 * gdb.base/skipcxx.exp: New file.
71 * gdb.base/skipcxx.cc: New file.
72
73 2020-09-16 Tom de Vries <tdevries@suse.de>
74
75 PR testsuite/26617
76 * gdb.dlang/watch-loc.c: Only add .debug_aranges if
77 WITH_DEBUG_SECTIONS is defined.
78 (xstr, str): New macro.
79 (.debug_aranges): Use DMAIN_START_0/1/2 and DMAIN_LENGTH
80 to get start and size of _Dmain.
81 * gdb.dlang/watch-loc.exp: Pass DMAIN_START_0/1/2 and DMAIN_LENGTH
82 using additional_flags.
83
84 2020-09-16 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
85
86 * gdb.base/bp-cmds-sourced-script.c: New file.
87 * gdb.base/bp-cmds-sourced-script.exp: New test.
88 * gdb.base/bp-cmds-sourced-script.gdb: New file.
89
90 2020-09-16 Tom de Vries <tdevries@suse.de>
91
92 * lib/gdbserver-support.exp (gdbserver_exit): Make sure we
93 get the gdb prompt after issuing "monitor exit".
94
95 2020-09-16 Tom de Vries <tdevries@suse.de>
96
97 PR testsuite/26624
98 * lib/gdb.exp (gdb_assert): Catch errors in condition evaluation.
99
100 2020-09-16 Tom de Vries <tdevries@suse.de>
101
102 PR testsuite/26618
103 * gdb.tui/new-layout.exp: Escape unbalanced braces.
104
105 2020-09-15 Tom Tromey <tromey@adacore.com>
106
107 PR rust/26197:
108 * lib/rust-support.exp (rust_llvm_version): New proc.
109 * gdb.rust/simple.exp: Check rust_llvm_version.
110
111 2020-09-14 Tom de Vries <tdevries@suse.de>
112
113 * gdb.rust/traits.exp: Fix PATH warning.
114
115 2020-09-13 Pedro Alves <pedro@palves.net>
116
117 * gdb.base/catch-follow-exec.c (main): Add explicit return
118 statement.
119 * gdb.base/catch-signal.c (main): Likewise.
120 * gdb.base/condbreak-call-false.c (main): Likewise.
121 * gdb.base/consecutive.c (main): Add explicit return
122 statement and return type.
123 * gdb.base/cursal.c (main): Add explicit return statement.
124 * gdb.base/cvexpr.c (main): Likewise.
125 * gdb.base/display.c (main): Add explicit return statement and
126 return type.
127 * gdb.base/dprintf-detach.c (main): Add explicit return statement.
128 * gdb.base/endianity.c (main): Likewise.
129 * gdb.base/execd-prog.c (main): Likewise.
130 * gdb.base/gdb1090.c (main): Likewise.
131 * gdb.base/info_qt.c (main): Likewise.
132 * gdb.base/lineinc.c (main): Likewise.
133 * gdb.base/load-command.c (main): Likewise.
134 * gdb.base/macscp1.c (main): Likewise.
135 * gdb.base/pr10179-a.c (main): Likewise.
136 * gdb.base/quit-live.c (main): Likewise.
137 * gdb.base/scope0.c (main): Likewise.
138 * gdb.base/settings.c (main): Likewise.
139 * gdb.base/stack-checking.c (main): Return int.
140 * gdb.base/varargs.c (main): Add explicit return statement.
141 * gdb.cp/ambiguous.cc (main): Likewise.
142 * gdb.cp/anon-struct.cc (main): Likewise.
143 * gdb.cp/anon-union.cc (main): Likewise.
144 * gdb.cp/bool.cc (main): Likewise.
145 * gdb.cp/bs15503.cc (main): Likewise.
146 * gdb.cp/cplusfuncs.cc (main): Likewise.
147 * gdb.cp/cttiadd.cc (main): Likewise.
148 * gdb.cp/extern-c.cc (main): Likewise.
149 * gdb.cp/filename.cc (main): Likewise.
150 * gdb.cp/formatted-ref.cc (main): Likewise.
151 * gdb.cp/mb-ctor.cc (main): Likewise.
152 * gdb.cp/member-ptr.cc (main): Likewise.
153 * gdb.cp/minsym-fallback-main.cc (main): Likewise.
154 * gdb.cp/overload-const.cc (main): Likewise.
155 * gdb.cp/paren-type.cc (main): Likewise.
156 * gdb.cp/parse-lang.cc (main): Likewise.
157 * gdb.cp/pr-1023.cc (main): Likewise.
158 * gdb.cp/psmang1.cc (main): Likewise.
159 * gdb.cp/readnow-language.cc (main): Likewise.
160 * gdb.cp/ref-params.cc (main): Likewise.
161 * gdb.cp/rvalue-ref-params.cc (main): Likewise.
162 * gdb.cp/virtbase2.cc (main): Likewise.
163 * gdb.dwarf2/dw2-abs-hi-pc.c (main): Likewise.
164 * gdb.dwarf2/dw2-namespaceless-anonymous.c (main): Likewise.
165 * gdb.dwarf2/dw4-toplevel-types.cc (main): Likewise.
166 * gdb.mi/mi-console.c (main): Likewise.
167 * gdb.mi/mi-read-memory.c (main): Likewise.
168 * gdb.modula2/multidim.c (main): Likewise.
169 * gdb.opt/inline-small-func.c (main): Likewise.
170 * gdb.python/py-rbreak.c (main): Likewise.
171 * gdb.stabs/exclfwd1.c (main): Likewise.
172 * gdb.trace/qtro.c (main): Likewise.
173
174 2020-09-13 Pedro Alves <pedro@palves.net>
175
176 * gdb.base/share-env-with-gdbserver.c (main): Call my_getenv
177 instead of getenv.
178
179 2020-09-13 Pedro Alves <pedro@palves.net>
180
181 * gdb.base/dbx.exp (dbx_gdb_start): Adjust to use gdb_spawn
182 instead of spawning GDB with remote_spawn.
183 * lib/mi-support.exp (default_mi_gdb_start): Adjust to use
184 gdb_spawn instead of spawning GDB with remote_spawn.
185
186 2020-09-13 Pedro Alves <pedro@palves.net>
187
188 * gdb.dwarf2/ada-linkage-name.c (main): Move to the bottom of the
189 file and add calls to first and second.
190 * gdb.dwarf2/atomic.c (main): Move to the bottom of the file and
191 add call to f.
192
193 2020-09-13 Pedro Alves <pedro@palves.net>
194
195 * gdb.mi/mi-break-qualified.cc: New file.
196 * gdb.mi/mi-break-qualified.exp: New file.
197 * lib/mi-support.exp (mi_create_breakpoint_multi)
198 (mi_make_breakpoint_loc, mi_make_breakpoint_multi): New
199 procedures.
200 (mi_create_breakpoint_1): New, factored out from
201 mi_create_breakpoint.
202
203 2020-09-13 Pedro Alves <pedro@palves.net>
204
205 * gdb.cp/inherit.exp: No longer pass -Wno-deprecated-register.
206 * gdb.cp/misc.exp: No longer pass -Wno-deprecated-register.
207 * gdb.cp/misc.cc (class small, small::method, marker_reg1)
208 (register_class): Delete.
209 (main): Don't call register_class.
210
211 2020-09-13 Pedro Alves <pedro@palves.net>
212
213 * gdb.cp/classes.exp: No longer pass -Wno-deprecated-register.
214 (do_tests): Remove "calling method for small class" test.
215 * gdb.cp/classes.cc (class small, small::method, marker_reg1)
216 (register_class): Delete.
217 (main): Don't call register_class.
218 * gdb.cp/call-method-register.exp: New file, based on bits removed
219 from classes.exp.
220 * gdb.cp/call-method-register.cc: New file, based on bits removed
221 from classes.cc.
222
223 2020-09-13 Pedro Alves <pedro@palves.net>
224
225 * gdb.base/msym-bp-2.c: New.
226 * gdb.base/msym-bp-shl-lib.c: New file.
227 * gdb.base/msym-bp-shl-main-2.c: New file.
228 * gdb.base/msym-bp-shl-main.c: New file.
229 * gdb.base/msym-bp-shl.exp: New file.
230 * gdb.base/msym-bp.c: New file.
231 * gdb.base/msym-bp.exp: New file.
232
233 2020-09-13 Joel Brobecker <brobecker@adacore.com>
234
235 * gdb.base/default.exp: Change $_gdb_major to 11.
236
237 2020-09-11 Moritz Riesterer <moritz.riesterer@intel.com>
238 Felix Willgerodt <Felix.Willgerodt@intel.com>
239
240 * x86-avx512bf16.c: New file.
241 * x86-avx512bf16.exp: Likewise.
242 * lib/gdb.exp (skip_avx512bf16_tests): New function.
243
244 2020-09-11 Tom de Vries <tdevries@suse.de>
245
246 PR exp/26602
247 * gdb.cp/ambiguous.exp: Add KFAILs for PR26602.
248
249 2020-09-11 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
250
251 * gdb.base/bp-cmds-execution-x-script.exp: Remove a stale comment.
252
253 2020-09-10 Alan Modra <amodra@gmail.com>
254
255 PR 26597
256 * gdb.dlang/demangle.exp: Update tests as per gcc commit 387d0773f3.
257
258 2020-09-08 Tom de Vries <tdevries@suse.de>
259
260 * gdb.dwarf2/frame-inlined-in-outer-frame.exp: Consume gdb prompt
261 after gdb_starti_cmd.
262
263 2020-09-03 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
264
265 * lib/fortran.exp (fortran_complex8): New proc.
266 (fortran_complex16): New proc.
267 * gdb.fortran/complex.exp: Use routines from fortran.exp
268 * gdb.fortran/pointer-to-pointer.exp: Likewise.
269 * gdb.fortran/vla-ptr-info.exp: Likewise.
270
271 2020-09-03 Tom de Vries <tdevries@suse.de>
272
273 PR breakpoint/26546
274 * gdb.base/label-without-address.exp: Runto main first.
275
276 2020-09-02 Tom Tromey <tromey@adacore.com>
277
278 * gdb.ada/mi_var_access.exp: Test children of access variable.
279 * gdb.ada/mi_var_access/mi_access.adb: Add new stop markers.
280 * gdb.ada/mi_var_array.exp: Update.
281
282 2020-08-31 Kevin Buettner <kevinb@redhat.com>
283
284 * gdb.base/corefile.exp (warning-free): XFAIL test when running
285 on docker w/ AUFS storage driver.
286
287 2020-08-31 Kevin Buettner <kevinb@redhat.com>
288
289 * gdb.base/corefile2.exp (renamed binfile): New tests.
290
291 2020-08-31 Simon Marchi <simon.marchi@efficios.com>
292
293 * gdb.dwarf2/dw2-reg-undefined.exp: Remove spurious #.
294
295 2020-08-31 Simon Marchi <simon.marchi@efficios.com>
296
297 * gdb.dwarf2/frame-inlined-in-outer-frame.exp: New file.
298 * gdb.dwarf2/frame-inlined-in-outer-frame.S: New file.
299
300 2020-08-31 Simon Marchi <simon.marchi@efficios.com>
301
302 * gdb.dwarf2/dw2-reg-undefined.exp: Test "set debug frame 1"
303 output, printing a "not saved" value from history and printing a
304 convenience variable created from a "not saved" value.
305
306 2020-08-31 Tom de Vries <tdevries@suse.de>
307
308 * gdb.base/eh_return.exp: Use nopie.
309
310 2020-08-28 Pedro Alves <pedro@palves.net>
311
312 * gdb.base/advance-until-multiple-locations.exp
313 (advance_overload, until_overload): Adjust to match the
314 frame/function header instead of the source line text.
315
316 2020-08-28 Tom de Vries <tdevries@suse.de>
317
318 * gdb.base/label-without-address.c: New test.
319 * gdb.base/label-without-address.exp: New file.
320
321 2020-08-27 Pedro Alves <pedro@palves.net>
322
323 PR gdb/26523
324 PR gdb/26524
325 * gdb.base/advance-until-multiple-locations.cc: New.
326 * gdb.base/advance-until-multiple-locations.exp: New.
327
328 2020-08-27 Simon Marchi <simon.marchi@polymtl.ca>
329
330 * gdb.dwarf2/dw2-reg-undefined.exp: Use multi_line.
331
332 2020-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
333
334 * gdb.arch/amd64-byte.exp: Make test names unique, use
335 gdb_breakpoint, and fix typo 'forth' -> 'fourth'.
336 * gdb.arch/amd64-dword.exp: Likewise.
337 * gdb.arch/amd64-pseudo.c: Fix typo 'forth' -> 'fourth'.
338 * gdb.arch/amd64-stap-special-operands.exp: Make test names
339 unique.
340 * gdb.arch/amd64-tailcall-ret.exp: Likewise.
341 * gdb.arch/amd64-word.exp: Make test names unique, use
342 gdb_breakpoint, and fix typo 'forth' -> 'fourth'.
343 * gdb.arch/i386-byte.exp: Make test names unique, use
344 gdb_breakpoint.
345 * gdb.arch/i386-word.exp: Likewise.
346
347 2020-08-25 Shahab Vahedi <shahab@synopsys.com>
348
349 * gdb.arch/arc-tdesc-cpu.xml: Use new feature names.
350
351 2020-08-25 Simon Marchi <simon.marchi@polymtl.ca>
352
353 PR gdb/26532
354 * gdb.threads/stepi-random-signal.exp: Update pattern.
355
356 2020-08-25 Simon Marchi <simon.marchi@efficios.com>
357
358 PR gdb/26532
359 * gdb.base/ui-redirect.exp: Update pattern.
360
361 2020-08-25 Gary Benson <gbenson@redhat.com>
362
363 * gdb.dwarf2/dw2-dir-file-name.exp: Use system assembler
364 when compiling with clang.
365 * gdb.dwarf2/dw2-restore.exp: Likewise.
366
367 2020-08-25 Gary Benson <gbenson@redhat.com>
368
369 * gdb.cp/ambiguous.exp: Enable test when compiling with GCC.
370 Add additional_flags=-Wno-inaccessible-base when compiling
371 with GCC >= 10.1 or clang. Add additional_flags=-w when
372 compiling with GCC < 10.
373
374 2020-08-25 Gaius Mulley <gaiusmod2@gmail.com>
375
376 PR m2/26372
377 * gdb.modula2/multidim.c: New file.
378 * gdb.modula2/multidim.exp: New file.
379
380 2020-08-24 Simon Marchi <simon.marchi@polymtl.ca>
381
382 * lib/gdb.exp (runto): Always emit fail on internal error.
383
384 2020-08-24 Simon Marchi <simon.marchi@efficios.com>
385
386 * gdb.base/gdb-sigterm.exp (do_test): Update expected regexp.
387 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
388 Likewise.
389 * gdb.threads/stepi-random-signal.exp: Likewise.
390
391 2020-08-20 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
392
393 * gdb.base/print-file-var.exp: Fix typo "breapoint".
394 * gdb.trace/strace.exp: Ditto.
395
396 2020-08-19 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
397
398 * gdb.fortran/vla-type.exp: Skip commands not required for
399 the Flang compiled binaries after prologue fix.
400
401 2020-08-17 Tom de Vries <tdevries@suse.de>
402 Tom Tromey <tromey@adacore.com>
403
404 PR rust/26197:
405 * gdb.rust/simple.exp (xfail_pattern): Update for new failure.
406
407 2020-08-17 Tom Tromey <tromey@adacore.com>
408
409 * gdb.ada/mi_var_access.exp: New file.
410 * gdb.ada/mi_var_access/mi_access.adb: New file.
411 * gdb.ada/mi_var_access/pck.adb: New file.
412 * gdb.ada/mi_var_access/pck.ads: New file.
413
414 2020-08-16 Tom de Vries <tdevries@suse.de>
415
416 PR gdb/25350
417 * gdb.base/eh_return.c: New test.
418 * gdb.base/eh_return.exp: New file.
419
420 2020-08-15 Tom de Vries <tdevries@suse.de>
421
422 * gdb.fortran/mixed-lang-stack.c (fortran_charlen_t): New type.
423 (mixed_func_1d_): Use fortran_charlen_t in decl.
424
425 2020-08-15 Tom de Vries <tdevries@suse.de>
426
427 PR backtrace/26390
428 * gdb.fortran/mixed-lang-stack.exp: Call bt with -frame-arguments all.
429 Update expected pattern.
430
431 2020-08-13 Pedro Alves <pedro@palves.net>
432
433 * gdb.fortran/complex.exp: Check skip_fortran_tests.
434 * gdb.fortran/library-module.exp: Likewise.
435 * gdb.fortran/logical.exp: Likewise.
436 * gdb.fortran/module.exp: Likewise.
437 * gdb.fortran/print_type.exp: Likewise.
438 * gdb.fortran/vla-alloc-assoc.exp: Likewise.
439 * gdb.fortran/vla-datatypes.exp: Likewise.
440 * gdb.fortran/vla-history.exp: Likewise.
441 * gdb.fortran/vla-ptr-info.exp: Likewise.
442 * gdb.fortran/vla-ptype-sub.exp: Likewise.
443 * gdb.fortran/vla-ptype.exp: Likewise.
444 * gdb.fortran/vla-sizeof.exp: Likewise.
445 * gdb.fortran/vla-type.exp: Likewise.
446 * gdb.fortran/vla-value-sub-arbitrary.exp: Likewise.
447 * gdb.fortran/vla-value-sub-finish.exp: Likewise.
448 * gdb.fortran/vla-value-sub.exp: Likewise.
449 * gdb.fortran/vla-value.exp: Likewise.
450
451 2020-08-13 Pedro Alves <pedro@palves.net>
452
453 * gdb.ada/access_tagged_param.exp: Check skip_ada_tests.
454 * gdb.ada/access_to_packed_array.exp: Likewise.
455 * gdb.ada/access_to_unbounded_array.exp: Likewise.
456 * gdb.ada/addr_arith.exp: Likewise.
457 * gdb.ada/arr_acc_idx_w_gap.exp: Likewise.
458 * gdb.ada/arr_arr.exp: Likewise.
459 * gdb.ada/arr_enum_idx_w_gap.exp: Likewise.
460 * gdb.ada/array_bounds.exp: Likewise.
461 * gdb.ada/array_of_variable_length.exp: Likewise.
462 * gdb.ada/array_ptr_renaming.exp: Likewise.
463 * gdb.ada/array_subscript_addr.exp: Likewise.
464 * gdb.ada/arraydim.exp: Likewise.
465 * gdb.ada/arrayparam.exp: Likewise.
466 * gdb.ada/arrayptr.exp: Likewise.
467 * gdb.ada/assign_1.exp: Likewise.
468 * gdb.ada/assign_arr.exp: Likewise.
469 * gdb.ada/atomic_enum.exp: Likewise.
470 * gdb.ada/attr_ref_and_charlit.exp: Likewise.
471 * gdb.ada/bad-task-bp-keyword.exp: Likewise.
472 * gdb.ada/bias.exp: Likewise.
473 * gdb.ada/boolean_expr.exp: Likewise.
474 * gdb.ada/bp_c_mixed_case.exp: Likewise.
475 * gdb.ada/bp_enum_homonym.exp: Likewise.
476 * gdb.ada/bp_inlined_func.exp: Likewise.
477 * gdb.ada/bp_on_var.exp: Likewise.
478 * gdb.ada/bp_range_type.exp: Likewise.
479 * gdb.ada/bp_reset.exp: Likewise.
480 * gdb.ada/call_pn.exp: Likewise.
481 * gdb.ada/catch_assert_if.exp: Likewise.
482 * gdb.ada/catch_ex.exp: Likewise.
483 * gdb.ada/catch_ex_std.exp: Likewise.
484 * gdb.ada/char_enum.exp: Likewise.
485 * gdb.ada/char_param.exp: Likewise.
486 * gdb.ada/complete.exp: Likewise.
487 * gdb.ada/cond_lang.exp: Likewise.
488 * gdb.ada/convvar_comp.exp: Likewise.
489 * gdb.ada/dgopt.exp: Likewise.
490 * gdb.ada/disc_arr_bound.exp: Likewise.
491 * gdb.ada/display_nested.exp: Likewise.
492 * gdb.ada/dot_all.exp: Likewise.
493 * gdb.ada/dyn_loc.exp: Likewise.
494 * gdb.ada/dyn_stride.exp: Likewise.
495 * gdb.ada/excep_handle.exp: Likewise.
496 * gdb.ada/expr_delims.exp: Likewise.
497 * gdb.ada/expr_with_funcall.exp: Likewise.
498 * gdb.ada/exprs.exp: Likewise.
499 * gdb.ada/fin_fun_out.exp: Likewise.
500 * gdb.ada/fixed_cmp.exp: Likewise.
501 * gdb.ada/formatted_ref.exp: Likewise.
502 * gdb.ada/frame_arg_lang.exp: Likewise.
503 * gdb.ada/frame_args.exp: Likewise.
504 * gdb.ada/fullname_bp.exp: Likewise.
505 * gdb.ada/fun_addr.exp: Likewise.
506 * gdb.ada/fun_in_declare.exp: Likewise.
507 * gdb.ada/fun_overload_menu.exp: Likewise.
508 * gdb.ada/fun_renaming.exp: Likewise.
509 * gdb.ada/funcall_char.exp: Likewise.
510 * gdb.ada/funcall_param.exp: Likewise.
511 * gdb.ada/funcall_ptr.exp: Likewise.
512 * gdb.ada/funcall_ref.exp: Likewise.
513 * gdb.ada/homonym.exp: Likewise.
514 * gdb.ada/info_addr_mixed_case.exp: Likewise.
515 * gdb.ada/info_auto_lang.exp: Likewise.
516 * gdb.ada/info_exc.exp: Likewise.
517 * gdb.ada/info_types.exp: Likewise.
518 * gdb.ada/int_deref.exp: Likewise.
519 * gdb.ada/interface.exp: Likewise.
520 * gdb.ada/iwide.exp: Likewise.
521 * gdb.ada/lang_switch.exp: Likewise.
522 * gdb.ada/length_cond.exp: Likewise.
523 * gdb.ada/maint_with_ada.exp: Likewise.
524 * gdb.ada/mi_catch_assert.exp: Likewise.
525 * gdb.ada/mi_catch_ex.exp: Likewise.
526 * gdb.ada/mi_catch_ex_hand.exp: Likewise.
527 * gdb.ada/mi_dyn_arr.exp: Likewise.
528 * gdb.ada/mi_ex_cond.exp: Likewise.
529 * gdb.ada/mi_exc_info.exp: Likewise.
530 * gdb.ada/mi_interface.exp: Likewise.
531 * gdb.ada/mi_prot.exp: Likewise.
532 * gdb.ada/mi_ref_changeable.exp: Likewise.
533 * gdb.ada/mi_string_access.exp: Likewise.
534 * gdb.ada/mi_task_arg.exp: Likewise.
535 * gdb.ada/mi_task_info.exp: Likewise.
536 * gdb.ada/mi_var_array.exp: Likewise.
537 * gdb.ada/mi_var_union.exp: Likewise.
538 * gdb.ada/mi_variant.exp: Likewise.
539 * gdb.ada/minsyms.exp: Likewise.
540 * gdb.ada/mod_from_name.exp: Likewise.
541 * gdb.ada/nested.exp: Likewise.
542 * gdb.ada/null_array.exp: Likewise.
543 * gdb.ada/optim_drec.exp: Likewise.
544 * gdb.ada/out_of_line_in_inlined.exp: Likewise.
545 * gdb.ada/packed_array_assign.exp: Likewise.
546 * gdb.ada/packed_tagged.exp: Likewise.
547 * gdb.ada/pp-rec-component.exp: Likewise.
548 * gdb.ada/print_chars.exp: Likewise.
549 * gdb.ada/print_pc.exp: Likewise.
550 * gdb.ada/ptr_typedef.exp: Likewise.
551 * gdb.ada/ptype_arith_binop.exp: Likewise.
552 * gdb.ada/ptype_array.exp: Likewise.
553 * gdb.ada/ptype_field.exp: Likewise.
554 * gdb.ada/ptype_tagged_param.exp: Likewise.
555 * gdb.ada/ptype_union.exp: Likewise.
556 * gdb.ada/py_range.exp: Likewise.
557 * gdb.ada/py_taft.exp: Likewise.
558 * gdb.ada/rdv_wait.exp: Likewise.
559 * gdb.ada/rec_comp.exp: Likewise.
560 * gdb.ada/rec_return.exp: Likewise.
561 * gdb.ada/ref_param.exp: Likewise.
562 * gdb.ada/ref_tick_size.exp: Likewise.
563 * gdb.ada/rename_subscript_param.exp: Likewise.
564 * gdb.ada/repeat_dyn.exp: Likewise.
565 * gdb.ada/same_component_name.exp: Likewise.
566 * gdb.ada/same_enum.exp: Likewise.
567 * gdb.ada/scalar_storage.exp: Likewise.
568 * gdb.ada/set_wstr.exp: Likewise.
569 * gdb.ada/small_reg_param.exp: Likewise.
570 * gdb.ada/str_binop_equal.exp: Likewise.
571 * gdb.ada/str_ref_cmp.exp: Likewise.
572 * gdb.ada/str_uninit.exp: Likewise.
573 * gdb.ada/sub_variant.exp: Likewise.
574 * gdb.ada/sym_print_name.exp: Likewise.
575 * gdb.ada/taft_type.exp: Likewise.
576 * gdb.ada/tagged.exp: Likewise.
577 * gdb.ada/tagged_access.exp: Likewise.
578 * gdb.ada/task_bp.exp: Likewise.
579 * gdb.ada/task_switch_in_core.exp: Likewise.
580 * gdb.ada/tasks.exp: Likewise.
581 * gdb.ada/tick_last_segv.exp: Likewise.
582 * gdb.ada/tick_length_array_enum_idx.exp: Likewise.
583 * gdb.ada/type_coercion.exp: Likewise.
584 * gdb.ada/unc_arr_ptr_in_var_rec.exp: Likewise.
585 * gdb.ada/unchecked_union.exp: Likewise.
586 * gdb.ada/uninitialized_vars.exp: Likewise.
587 * gdb.ada/var_arr_attrs.exp: Likewise.
588 * gdb.ada/var_arr_typedef.exp: Likewise.
589 * gdb.ada/var_rec_arr.exp: Likewise.
590 * gdb.ada/variant-record.exp: Likewise.
591 * gdb.ada/variant.exp: Likewise.
592 * gdb.ada/variant_record_packed_array.exp: Likewise.
593 * gdb.ada/varsize_limit.exp: Likewise.
594 * gdb.ada/whatis_array_val.exp: Likewise.
595 * gdb.ada/widewide.exp: Likewise.
596 * gdb.ada/win_fu_syms.exp: Likewise.
597
598 2020-08-12 Gary Benson <gbenson@redhat.com>
599
600 * gdb.dwarf2/dw2-op-out-param.S (.Ltext5): Fix duplicate label.
601
602 2020-08-04 Andrew Burgess <andrew.burgess@embecosm.com>
603
604 * lib/check-test-names.exp (do_reset_vars): Use 'array unset' to
605 unset the array variable.
606
607 2020-08-03 Tom de Vries <tdevries@suse.de>
608
609 PR symtab/26333
610 * lib/dwarf.exp (DW_LNE_user): New proc.
611 * gdb.dwarf2/dw2-vendor-extended-opcode.c: New test.
612 * gdb.dwarf2/dw2-vendor-extended-opcode.exp: New file.
613
614 2020-07-31 Kevin Buettner <kevinb@redhat.com>
615
616 * gdb.base/coremaker2.c: Change all uses of 'unsigned long long'
617 to 'uintptr_t'
618 (inttypes.h): Include.
619
620 2020-07-31 Kevin Buettner <kevinb@redhat.com>
621
622 * gdb.base/coremaker2.c (buf_rw): Increase size to 256 KiB.
623 (C5_24k): Delete.
624 (C5_8k, C5_64k, C5_256k): New macros.
625 (buf_ro): Allocate 256 KiB of initialized data.
626
627 2020-07-30 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
628
629 * gdb.base/condbreak-bad.exp: Extend the test with scenarios
630 that attempt to overwrite an existing condition with a condition
631 that fails parsing and also with a condition that parses fine
632 but contains junk at the end.
633
634 2020-07-30 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
635
636 * gdb.base/condbreak-bad.c: New test.
637 * gdb.base/condbreak-bad.exp: New file.
638
639 2020-07-30 Tom de Vries <tdevries@suse.de>
640
641 * lib/sym-info-cmds.exp (GDBInfoModuleSymbols::check_entry_1): Factor
642 out of ...
643 (GDBInfoModuleSymbols::check_entry): ... here.
644 (GDBInfoModuleSymbols::check_optional_entry): New proc.
645 * gdb.fortran/info-modules.exp: Use check_optional_entry for entries
646 related to __def_init_mod1_M1t1 / __vtype_mod1_M1t1 / __copy_mod1_M1t1.
647
648 2020-07-30 Tom de Vries <tdevries@suse.de>
649
650 * gdb.fortran/ptype-on-functions.exp: Make "_t" suffix on
651 "__class_some_module_Number_t" optional.
652
653 2020-07-29 Tom de Vries <tdevries@suse.de>
654
655 * lib/selftest-support.exp (selftest_setup): Allow breakpoint at
656 multiple locations.
657
658 2020-07-29 Tom de Vries <tdevries@suse.de>
659
660 * gdb.dwarf2/dw2-line-number-zero.exp: Set breakpoints on lines
661 rather than function name.
662
663 2020-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
664
665 PR symtab/26270:
666 * gdb.cp/disasm-func-name.cc: New file.
667 * gdb.cp/disasm-func-name.exp: New file.
668
669 2020-07-28 Tom Tromey <tromey@adacore.com>
670
671 * gdb.dwarf2/varval.exp (setup_exec): Add 'or' instruction to
672 'varval' location.
673
674 2020-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
675
676 * gdb.python/py-unwind.py: Update to make use of a register
677 descriptor.
678
679 2020-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
680
681 * gdb.python/py-arch-reg-names.exp: Add additional tests.
682
683 2020-07-25 Andrew Burgess <andrew.burgess@embecosm.com>
684
685 PR fortran/23051
686 PR fortran/26139
687 * gdb.fortran/class-allocatable-array.exp: New file.
688 * gdb.fortran/class-allocatable-array.f90: New file.
689 * gdb.fortran/pointer-to-pointer.exp: New file.
690 * gdb.fortran/pointer-to-pointer.f90: New file.
691
692 2020-07-25 Tom de Vries <tdevries@suse.de>
693
694 PR symtab/26243
695 * gdb.dwarf2/dw2-line-number-zero.c: New test.
696 * gdb.dwarf2/dw2-line-number-zero.exp: New file.
697
698 2020-07-24 Tom de Vries <tdevries@suse.de>
699
700 PR testsuite/26293
701 * gdb.ada/mi_prot.exp: Require gnatmake-8.
702
703 2020-07-23 Pedro Alves <pedro@palves.net>
704
705 * gdb.server/server-kill.exp (prepare): New, factored out from the
706 top level.
707 (kill_server): New.
708 (test_tstatus, test_unwind_nosyms, test_unwind_syms): New.
709 (top level) : Call test_tstatus, test_unwind_nosyms, test_unwind_syms.
710
711 2020-07-23 Andrew Burgess <andrew.burgess@embecosm.com>
712
713 * gdb.dwarf2/dw2-disasm-over-non-stmt.exp: New file.
714
715 2020-07-22 Sandra Loosemore <sandra@codesourcery.com>
716
717 * lib/gdb.exp (gdb_wrapper_file, gdb_wrapper_flags):
718 Initialize to empty string at top level.
719 (gdb_wrapper_init): Revert check for file existence on build.
720 Build the wrapper in its default place, not a build-specific
721 location. When host == build, make the pathname absolute.
722 (gdb_compile): Delete leftover declaration of
723 gdb_wrapper_initialized. Check gdb_wrapper_file being an empty
724 string instead of uninitialized.
725
726 2020-07-22 Kevin Buettner <kevinb@redhat.com>
727
728 * gdb.base/corefile2.exp: New file.
729 * gdb.base/coremaker2.exp: New file.
730
731 2020-07-22 Kevin Buettner <kevinb@redhat.com>
732
733 * gdb.base/coredump-filter.exp: Add second
734 non-Private-Shared-Anon-File test.
735 (test_disasm): Rename binfile for test which is expected
736 to fail.
737
738 2020-07-22 Kevin Buettner <kevinb@redhat.com>
739
740 * gdb.base/corefile.exp: Add test "accessing read-only mmapped
741 data in core file".
742 * gdb.base/coremaker.c (buf2ro): New global.
743 (mmapdata): Add a read-only mmap mapping.
744
745 2020-07-22 Kevin Buettner <kevinb@redhat.com>
746
747 PR corefiles/25631
748 * gdb.base/corefile.exp (accessing anonymous, unwritten-to mmap data):
749 New test.
750 * gdb.base/coremaker.c (buf3): New global.
751 (mmapdata): Add mmap call which uses MAP_ANONYMOUS and MAP_PRIVATE
752 flags.
753
754 2020-07-22 Kevin Buettner <kevinb@redhat.com>
755
756 * gdb.base/coremaker.c (filler_ro): New global constant.
757
758 2020-07-22 Tom Tromey <tromey@adacore.com>
759
760 * gdb.ada/mi_prot.exp: New file.
761 * gdb.ada/mi_prot/pkg.adb: New file.
762 * gdb.ada/mi_prot/pkg.ads: New file.
763 * gdb.ada/mi_prot/prot.adb: New file.
764
765 2020-07-22 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
766
767 * gdb.base/jit-reader-simple.exp: Add a scenario for a binary that
768 loads two JITers.
769
770 2020-07-21 Andrew Burgess <andrew.burgess@embecosm.com>
771
772 * gdb.python/py-arch-reg-groups.exp: Additional tests.
773
774 2020-07-21 Andrew Burgess <andrew.burgess@embecosm.com>
775
776 * gdb.python/py-arch-reg-names.exp: Additional tests.
777
778 2020-07-21 Tom de Vries <tdevries@suse.de>
779
780 * gdb.reverse/solib-precsave.exp: Handle additional "recommended
781 breakpoint locations".
782 * gdb.reverse/solib-reverse.exp: Same.
783
784 2020-07-21 Tom de Vries <tdevries@suse.de>
785
786 * gdb.reverse/step-reverse.c (callee): Merge statements.
787
788 2020-07-21 Tom de Vries <tdevries@suse.de>
789
790 * gdb.fortran/info-modules.exp (info module variables): Allow missing
791 line numbers for some variables.
792
793 2020-07-21 Tom de Vries <tdevries@suse.de>
794
795 * gdb.opt/inline-locals.c (init_array): New func.
796 (func1): Use init_array.
797 * gdb.opt/inline-locals.exp: Update pattern.
798
799 2020-07-21 Tom de Vries <tdevries@suse.de>
800
801 * gdb.debuginfod/fetch_src_and_symbols.exp: Use save_vars for env
802 vars. Fix PATH and DUPLICATE errors. Cleanup whitespace.
803
804 2020-07-20 Ludovic Courtès <ludo@gnu.org>
805
806 * gdb.guile/source2.scm: Add #f first argument to 'format'.
807 * gdb.guile/types-module.exp: Remove "ERROR:" from
808 regexps since Guile 3.0 no longer prints that.
809
810 2020-07-20 Ludovic Courtès <ludo@gnu.org>
811
812 * gdb.guile/scm-error.exp ("source $remote_guile_file_1"): Relax
813 error regexp to match on Guile 2.2.
814
815 2020-07-20 Gary Benson <gbenson@redhat.com>
816
817 * gdb.cp/align.exp: Fix "alignof (void)" tests when compiling
818 with clang.
819
820 2020-07-20 Tom de Vries <tdevries@suse.de>
821
822 * gdb.threads/omp-par-scope.c (lock, lock2): New variable.
823 (omp_set_lock_in_order): New function.
824 (single_scope, multi_scope, nested_func, nested_parallel): Use
825 omp_set_lock_in_order and omp_unset_lock.
826 (main): Init and destroy lock and lock2.
827
828 2020-07-20 Tom de Vries <tdevries@suse.de>
829
830 * gdb.base/valgrind-infcall-2.exp: Handle printf unknown return type.
831
832 2020-07-20 Tom de Vries <tdevries@suse.de>
833
834 * gdb.threads/attach-slow-waitpid.exp: Bail out if gdb_start fails.
835
836 2020-07-17 Tom de Vries <tdevries@suse.de>
837
838 * gdb.base/valgrind-infcall-2.c: New test.
839 * gdb.base/valgrind-infcall-2.exp: New file.
840 * lib/valgrind.exp (vgdb_start): Add and handle active_at_startup.
841
842 2020-07-17 Tom de Vries <tdevries@suse.de>
843
844 * gdb.dlang/circular.c (found): Use found_label as label name.
845 * gdb.dwarf2/arr-subrange.c (main): Use main_label as label name.
846 * gdb.dwarf2/comp-unit-lang.c (func): Use func_label as label name.
847 * gdb.dlang/circular.exp: Use MACRO_AT_func and MACRO_AT_range.
848 * gdb.dwarf2/ada-linkage-name.exp: Same.
849 * gdb.dwarf2/arr-subrange.exp: Same.
850 * gdb.dwarf2/atomic-type.exp: Same.
851 * gdb.dwarf2/comp-unit-lang.exp: Same.
852 * gdb.dwarf2/cpp-linkage-name.exp: Same.
853 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Same.
854 * gdb.dwarf2/dw2-lexical-block-bare.exp: Same.
855 * gdb.dwarf2/dw2-regno-invalid.exp: Same.
856 * gdb.dwarf2/implptr-64bit.exp: Same.
857 * gdb.dwarf2/imported-unit-abstract-const-value.exp: Same.
858 * gdb.dwarf2/imported-unit-runto-main.exp: Same.
859 * gdb.dwarf2/imported-unit.exp: Same.
860 * gdb.dwarf2/main-subprogram.exp: Same.
861 * gdb.dwarf2/missing-type-name.exp: Same.
862 * gdb.dwarf2/nonvar-access.exp: Same.
863 * gdb.dwarf2/struct-with-sig.exp: Same.
864 * gdb.dwarf2/typedef-void-finish.exp: Same.
865 * gdb.dwarf2/void-type.exp: Same.
866
867 2020-07-17 Tom de Vries <tdevries@suse.de>
868
869 * lib/dwarf.exp (Dwarf::MACRO_AT_func, Dwarf::MACRO_AT_range): Drop
870 src parameter.
871 * gdb.dlang/watch-loc.exp: Update MACRO_AT_{func,range} calls.
872 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Same.
873 * gdb.dwarf2/dw2-ifort-parameter.exp: Same.
874 * gdb.dwarf2/dw2-opt-structptr.exp: Same.
875 * gdb.dwarf2/dwz.exp: Same.
876 * gdb.dwarf2/implptr-optimized-out.exp: Same.
877 * gdb.dwarf2/implref-array.exp: Same.
878 * gdb.dwarf2/implref-const.exp: Same.
879 * gdb.dwarf2/implref-global.exp: Same.
880 * gdb.dwarf2/implref-struct.exp: Same.
881 * gdb.dwarf2/info-locals-optimized-out.exp: Same.
882 * gdb.dwarf2/opaque-type-lookup.exp: Same.
883 * gdb.dwarf2/var-access.exp: Same.
884 * gdb.dwarf2/varval.exp: Same.
885 * gdb.trace/entry-values.exp: Same.
886
887 2020-07-17 Tom de Vries <tdevries@suse.de>
888
889 * lib/dwarf.exp (Dwarf::extern): Remove.
890 * gdb.compile/compile-ops.exp: Remove use of Dwarf::extern.
891 * gdb.dlang/circular.exp: Same.
892 * gdb.dwarf2/comp-unit-lang.exp: Same.
893 * gdb.dwarf2/dw2-ifort-parameter.exp: Same.
894 * gdb.dwarf2/dw2-symtab-includes.exp: Same.
895 * gdb.dwarf2/dwz.exp: Same.
896 * gdb.dwarf2/imported-unit-abstract-const-value.exp: Same.
897 * gdb.dwarf2/imported-unit-runto-main.exp: Same.
898 * gdb.dwarf2/imported-unit.exp: Same.
899 * gdb.dwarf2/opaque-type-lookup.exp: Same.
900
901 2020-07-16 Sandra Loosemore <sandra@codesourcery.com>
902
903 * gdb.base/shell.exp: Skip pipe tests dependent on sh on Windows host.
904 Use double quotes instead of single quotes.
905
906 2020-07-16 Caroline Tice <cmtice@google.com>
907
908 * gdb.dwarf2/dw5-rnglist-test.cc: New file.
909 * gdb.dwarf2/dw5-rnglist-test.exp: New file.
910
911 2020-07-16 Tom de Vries <tdevries@suse.de>
912
913 * lib/dwarf.exp (program): Initialize _line.
914 (DW_LNE_end_sequence): Reinitialize _line.
915 (DW_LNS_advance_line): Update _line.
916 (line): New proc.
917 * gdb.dwarf2/dw2-inline-many-frames.exp: Use line.
918 * gdb.dwarf2/dw2-inline-small-func.exp: Same.
919 * gdb.dwarf2/dw2-inline-stepping.exp: Same.
920 * gdb.dwarf2/dw2-is-stmt-2.exp: Same.
921 * gdb.dwarf2/dw2-is-stmt.exp: Same.
922 * gdb.dwarf2/dw2-ranges-func.exp: Same.
923
924 2020-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
925
926 * gdb.fortran/ptype-on-functions.exp: Make the result pattern more
927 generic.
928
929 2020-07-15 Tom de Vries <tdevries@suse.de>
930
931 * gdb.trace/entry-values.exp: Expect "call" instead of "callq" if
932 is_amd64_regs_target.
933
934 2020-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
935
936 * gdb.fortran/ptype-on-functions.exp: Add more tests.
937 * gdb.fortran/ptype-on-functions.f90: Likewise.
938
939 2020-07-14 Simon Marchi <simon.marchi@polymtl.ca>
940
941 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu, Dwarf::lines): Change valid
942 values in documentation for addr_size to 4 and 8.
943
944 2020-07-14 Andrew Burgess <andrew.burgess@embecosm.com>
945
946 * gdb.arch/amd64-osabi.exp: Update.
947 * gdb.arch/arm-disassembler-options.exp: Update.
948 * gdb.arch/powerpc-disassembler-options.exp: Update.
949 * gdb.arch/ppc64-symtab-cordic.exp: Update.
950 * gdb.arch/s390-disassembler-options.exp: Update.
951 * gdb.base/all-architectures.exp.tcl: Update.
952 * gdb.base/attach-pie-noexec.exp: Update.
953 * gdb.base/catch-syscall.exp: Update.
954 * gdb.xml/tdesc-arch.exp: Update.
955
956 2020-07-14 Tom de Vries <tdevries@suse.de>
957
958 * gdb.threads/clone-new-thread-event.c (gettid): Rename to ...
959 (local_gettid): ... this.
960 (fn): Update.
961
962 2020-07-13 Sandra Loosemore <sandra@codesourcery.com>
963
964 * gdb.base/info_sources.exp: Skip directory match tests on
965 remote hosts.
966
967 2020-07-13 Gary Benson <gbenson@redhat.com>
968
969 * gdb.base/savedregs.exp (caller): Use parentheses to
970 make expected expression evaluation ordering explicit.
971
972 2020-07-13 Gary Benson <gbenson@redhat.com>
973
974 * gdb.arch/i386-sse.c (have_sse) <edx>: Make unsigned.
975
976 2020-07-13 Gary Benson <gbenson@redhat.com>
977
978 * gdb.base/bigcore.c (main): Use a volatile pointer when
979 attempting to trigger a SIGSEGV.
980 * gdb.base/gcore-relro-pie.c (break_here): Likewise.
981 * gdb.base/gcore-tls-pie.c (break_here): Likewise.
982 * gdb.base/savedregs.c (thrower): Likewise.
983 * gdb.mi/mi-syn-frame.c (bar): Likewise.
984
985 2020-07-13 Gary Benson <gbenson@redhat.com>
986
987 * gdb.base/vla-datatypes.c (vla_factory): Factor out sections
988 defining and using VLA structure fields into...
989 * gdb.base/vla-struct-fields.c: New file.
990 * gdb.base/vla-datatypes.exp: Factor out VLA structure field
991 tests into...
992 * gdb.base/vla-struct-fields.exp: New file.
993
994 2020-07-13 Tom de Vries <tdevries@suse.de>
995
996 * lib/gdb.exp (have_fuse_ld_gold): New caching proc.
997 * gdb.base/gcore-tls-pie.exp: Use have_fuse_ld_gold.
998 * gdb.base/gold-gdb-index.exp: Same.
999 * gdb.base/morestack.exp: Same.
1000
1001 2020-07-11 Daniel Xu <dxu@dxuuu.xyz>
1002
1003 PR rust/26121
1004 * gdb.rust/modules.rs: Prevent linker from discarding test
1005 symbol.
1006
1007 2020-07-10 Pedro Alves <pedro@palves.net>
1008
1009 PR gdb/26199
1010 * gdb.multi/multi-target.c (exit_thread): New.
1011 (thread_start): Break loop if EXIT_THREAD.
1012 * gdb.multi/multi-target.exp (test_no_unwaited_for): New proc.
1013 (top level) Call test_no_resumed.
1014
1015 2020-07-08 Tom Tromey <tromey@adacore.com>
1016
1017 * gdb.ada/catch_ex/foo.adb: Pass string to raise.
1018 * gdb.ada/catch_ex.exp: Examine catchpoint text.
1019
1020 2020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
1021
1022 PR python/22748
1023 * gdb.opt/inline-frame-tailcall.c: New file.
1024 * gdb.opt/inline-frame-tailcall.exp: New file.
1025 * gdb.python/py-unwind-inline.c: New file.
1026 * gdb.python/py-unwind-inline.exp: New file.
1027 * gdb.python/py-unwind-inline.py: New file.
1028
1029 2020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
1030
1031 * gdb.python/py-arch-reg-groups.exp: New file.
1032
1033 2020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
1034
1035 * gdb.python/py-arch-reg-names.exp: New file.
1036
1037 2020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
1038
1039 * gdb.python/py-unwind.py (TestUnwinder::__call__): Add test for
1040 gdb.PendingFrame.architecture method.
1041
1042 2020-07-06 Tom de Vries <tdevries@suse.de>
1043
1044 * gdb.dwarf2/dw2-ranges-base.exp: Test line-table order.
1045
1046 2020-07-03 Pedro Alves <palves@redhat.com>
1047
1048 * gdb.base/structs2.c (main): Adjust second parem_reg call to
1049 explicitly write negative numbers.
1050 * gdb.base/structs2.exp: Adjust expected output.
1051
1052 2020-07-03 Pedro Alves <palves@redhat.com>
1053
1054 * gdb.base/charset.c (init_string): Change all char parameters to
1055 unsigned char parameters.
1056
1057 2020-07-03 Pedro Alves <palves@redhat.com>
1058
1059 * gdb.base/call-sc.exp (start_scalars_test): Use
1060 prepare_for_testing and don't try compiling with -DNO_PROTOTYPES.
1061 * gdb.base/overlays.c: Remove references to PARAMS.
1062 * gdb.base/ovlymgr.h (PARAMS): Delete, and remove all references.
1063 * gdb.base/reread.exp: Don't set 'prototypes' global.
1064 * gdb.base/structs.exp (start_structs_test): Use
1065 prepare_for_testing and don't try compiling with -DNO_PROTOTYPES.
1066 * gdb.base/structs2.exp: Don't set 'prototypes' global. Use
1067 prepare_for_testing and don't try compiling with -DNO_PROTOTYPES.
1068 Don't issue "set width 0". Remove gdb_stop_suppressing_tests
1069 call.
1070 * gdb.base/varargs.exp: Don't set 'prototypes' global.
1071
1072 2020-07-03 Pedro Alves <palves@redhat.com>
1073
1074 * gdb.base/m32rovly.c: Delete.
1075 * gdb.base/ovlymgr.c: Remove all code guarded by __D10V__.
1076
1077 2020-06-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1078
1079 * gdb.python/py-breakpoint.exp: use gdb_test_multiline instead
1080 of gdb_py_test_multiple.
1081 * gdb.python/py-cmd.exp: Likewise.
1082 * gdb.python/py-events.exp: Likewise.
1083 * gdb.python/py-function.exp: Likewise.
1084 * gdb.python/py-inferior.exp: Likewise.
1085 * gdb.python/py-infthread.exp: Likewise.
1086 * gdb.python/py-linetable.exp: Likewise.
1087 * gdb.python/py-parameter.exp: Likewise.
1088 * gdb.python/py-value.exp: Likewise.
1089
1090 2020-06-30 Tom de Vries <tdevries@suse.de>
1091
1092 PR testsuite/26175
1093 * lib/future.exp (gdb_default_target_compile): Detect and handle
1094 early_flags.
1095
1096 2020-06-29 Simon Marchi <simon.marchi@efficios.com>
1097
1098 * boards/simavr.exp (gdb_load): Catch errors when closing
1099 previous connection. Close connection, wait for process and
1100 unset simavr_spawn_id on failure.
1101
1102 2020-06-29 Tom de Vries <tdevries@suse.de>
1103
1104 * lib/gdb.exp (unknown): Make test-case unresolved.
1105
1106 2020-06-29 Tom de Vries <tdevries@suse.de>
1107
1108 PR gdb/25475
1109 * gdb.server/solib-list.exp: Verify that the symbol reload
1110 confirmation question is asked.
1111
1112 2020-06-26 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1113
1114 * lib/gdb.exp (gdb_test_multiline): New, moved from gdb-guile.exp,
1115 have a input seq nr in each pass message.
1116 * lib/gdb-guile.exp (gdb_test_multiline): Move to gdb.exp.
1117 * lib/gdb-python.exp (gdb_py_test_multiple): Remove.
1118 * gdb.python/python.exp: Make test names unique,
1119 use gdb_test_multiline instead of gdb_py_test_multiple,
1120 use $gdb_test_name.
1121 * gdb.guile/guile.exp: Make test names unique, use $gdb_test_name
1122
1123 2020-06-26 Nick Alcock <nick.alcock@oracle.com>
1124
1125 * configure.ac: Add --enable-libctf.
1126 * aclocal.m4: sinclude ../config/enable.m4.
1127 * Makefile.in (site.exp): Add enable_libctf to site.exp.
1128 * lib/gdb.exp (skip_ctf_tests): Use it.
1129 * gdb.base/ctf-constvars.exp: Error message tweak.
1130 * gdb.base/ctf-ptype.exp: Likewise.
1131 * configure: Regenerate.
1132
1133 2020-06-26 Gary Benson <gbenson@redhat.com>
1134
1135 * gdb.cp/try_catch.cc: Include string.h.
1136 (main): Replace comparison against string literal with
1137 strcmp, avoiding build failure with -Wstring-compare.
1138 Add "marker test-complete".
1139 * gdb.cp/try_catch.exp: Run the test to the above marker,
1140 then verify that the value of "test" is still true.
1141
1142 2020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
1143
1144 * gdb.arch/riscv-tdesc-regs.exp: New test cases.
1145
1146 2020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
1147
1148 * gdb.arch/riscv-tdesc-regs.exp: Extend test case.
1149
1150 2020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
1151
1152 * gdb.arch/riscv-tdesc-loading-01.xml: New file.
1153 * gdb.arch/riscv-tdesc-loading-02.xml: New file.
1154 * gdb.arch/riscv-tdesc-loading-03.xml: New file.
1155 * gdb.arch/riscv-tdesc-loading-04.xml: New file.
1156 * gdb.arch/riscv-tdesc-loading.exp: New file.
1157
1158 2020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
1159
1160 * gdb.arch/riscv-tdesc-regs.exp: Extend test case.
1161
1162 2020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
1163
1164 * gdb.arch/riscv-tdesc-regs-32.xml: New file.
1165 * gdb.arch/riscv-tdesc-regs-64.xml: New file.
1166 * gdb.arch/riscv-tdesc-regs.c: New file.
1167 * gdb.arch/riscv-tdesc-regs.exp: New file.
1168
1169 2020-06-24 Pedro Alves <palves@redhat.com>
1170
1171 * gdb.arch/amd64-entry-value-paramref.exp: Use
1172 prepare_for_testing_full and don't pass "c++" for the .S file
1173 build spec.
1174 * gdb.compile/compile-cplus.exp: Don't compile $srcfile3 with
1175 $options, since it's an assembly file. Remove -Wno-deprecated.
1176 * lib/gdb.exp (gdb_compile): Pass "-x c++" explicitly when
1177 compiling C++ programs.
1178
1179 2020-06-24 Pedro Alves <palves@redhat.com>
1180
1181 * lib/gdb.exp (gdb_compile): Update intro comment. If C/C++ with
1182 Clang, add "-Wno-unknown-warning-option" to the options.
1183
1184 2020-06-23 Andrew Burgess <andrew.burgess@embecosm.com>
1185
1186 * gdb.xml/tdesc-reload.c: New file.
1187 * gdb.xml/tdesc-reload.exp: New file.
1188 * gdb.xml/maint-xml-dump-01.xml: New file.
1189 * gdb.xml/maint-xml-dump-02.xml: New file.
1190 * gdb.xml/maint-xml-dump.exp: New file.
1191
1192 2020-06-23 Sandra Loosemore <sandra@codesourcery.com>
1193
1194 * lib/completion-support.exp (test_gdb_completion_offers_commands):
1195 Adjust for omitted commands when TUI is disabled.
1196
1197 2020-06-23 Gary Benson <gbenson@redhat.com>
1198 Pedro Alves <palves@redhat.com>
1199
1200 * gdb.cp/namespace.cc: Improve -Wunused-value fix.
1201 * gdb.cp/nsimport.cc: Likewise.
1202 * gdb.cp/nsnested.cc: Likewise.
1203 * gdb.cp/nsnoimports.cc: Likewise.
1204 * gdb.cp/nsusing.cc: Likewise.
1205 * gdb.cp/smartp.cc: Likewise.
1206 * gdb.python/py-pp-integral.c: Likewise.
1207 * gdb.python/py-pp-re-notag.c: Likewise.
1208
1209 2020-06-23 Gary Benson <gbenson@redhat.com>
1210
1211 * gdb.cp/namespace.cc: Avoid build failure with -Wunused-value.
1212 * gdb.cp/nsimport.cc: Likewise.
1213 * gdb.cp/nsnested.cc: Likewise.
1214 * gdb.cp/nsnoimports.cc: Likewise.
1215 * gdb.cp/nsusing.cc: Likewise.
1216 * gdb.cp/smartp.cc: Likewise.
1217 * gdb.python/py-pp-integral.c: Likewise.
1218 * gdb.python/py-pp-re-notag.c: Likewise.
1219
1220 2020-06-22 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1221
1222 * gdb.base/default-args.exp: New test.
1223 * gdb.base/default-args.c: New file.
1224 * gdb.base/alias.exp: Update expected error msg for alias foo=bar.
1225 * gdb.base/default.exp: Update to new help text.
1226 * gdb.base/help.exp: Likewise.
1227 * gdb.base/page.exp: Likewise.
1228 * gdb.base/style.exp: Likewise.
1229 * gdb.guile/guile.exp: Likewise.
1230 * gdb.python/python.exp: Likewise.
1231
1232 2020-06-22 Sandra Loosemore <sandra@codesourcery.com>
1233
1234 * gdb.base/source-dir.exp (test_truncated_comp_dir): Skip on
1235 remote host. Fix search path syntax on Windows host.
1236
1237 2020-06-21 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1238
1239 * gdb.base/attach.exp: Test priority of 'exec-file' changed
1240 over 'exec-file-mismatch'.
1241 * gdb.base/attach.c: Mark should_exit volatile.
1242 * gdb.base/attach2.c: Likewise. Add a comment explaining
1243 why the sleep cannot be big.
1244 * gdb.base/attach3.c: New file.
1245
1246 2020-06-20 Sandra Loosemore <sandra@codesourcery.com>
1247
1248 * gdb.mi/mi-sym-info.exp: Adjust filename patterns to make directory
1249 prefix optional.
1250
1251 2020-06-20 Sandra Loosemore <sandra@codesourcery.com>
1252
1253 * gdb.base/list-missing-source.exp: Correct $srcfile manipulation
1254 for remote host.
1255
1256 2020-06-19 Sandra Loosemore <sandra@codesourcery.com>
1257 Hafiz Abid Qadeer <abidh@codesourcery.com>
1258
1259 * gdb.xml/tdesc-regs.exp (load_description): Correct pathname of
1260 file sent to remote host.
1261 (top level): Allow int32_t as type of 32-bit register.
1262
1263 2020-06-19 Tom de Vries <tdevries@suse.de>
1264
1265 * lib/gdb.exp (gdb_note): New proc.
1266 * lib/future.exp (gdb_default_target_compile_1): Factor out of ...
1267 (gdb_default_target_compile): ... here. Only call
1268 gdb_default_target_compile_1 if use_gdb_compile(<lang>) is set.
1269 (use_gdb_compile): Change to array.
1270 (toplevel): Update sets of use_gdb_compile to specify language.
1271 Warn about default_target_compile override. Store dejagnu's version
1272 of default_target_compile in dejagnu_default_target_compile.
1273
1274 2020-06-18 Tom de Vries <tdevries@suse.de>
1275
1276 * lib/gdb.exp (gdb_init): Move all but call to default_gdb_init to ...
1277 (default_gdb_init): ... here.
1278
1279 2020-06-17 Sandra Loosemore <sandra@codesourcery.com>
1280
1281 Fix TUI support checks in gdb.tui tests.
1282
1283 * gdb.tui/basic.exp: Skip test when TUI is unsupported, don't
1284 just say UNSUPPORTED.
1285 * gdb.tui/corefile-run.exp: Likewise.
1286 * gdb.tui/empty.exp: Likewise.
1287 * gdb.tui/list-before.exp: Likewise.
1288 * gdb.tui/list.exp: Likewise.
1289 * gdb.tui/main.exp: Likewise.
1290 * gdb.tui/regs.exp: Likewise.
1291 * gdb.tui/resize.exp: Likewise.
1292 * gdb.tui/tui-layout-asm-short-prog.exp: Likewise.
1293 * gdb.tui/tui-layout-asm.exp: Likewise.
1294 * gdb.tui/tui-missing-src.exp: Likewise.
1295 * gdb.tui/winheight.exp: Likewise.
1296 * gdb.tui/new-layout.exp: Likewise. Also move check earlier.
1297
1298 2020-06-17 Sandra Loosemore <sandra@codesourcery.com>
1299
1300 Fix TCL error in gdb.python/py-format-string.exp.
1301
1302 * gdb.python/py-format-string.exp: Move test for python support
1303 earlier, out of function body.
1304
1305 2020-06-15 Simon Marchi <simon.marchi@efficios.com>
1306
1307 * gdb.base/index-cache-load-twice.c: New.
1308 * gdb.base/index-cache-load-twice.exp: New.
1309
1310 2020-06-17 Keith Seitz <keiths@redhat.com>
1311
1312 * gdb.debuginfod/fetch_src_and_symbols.exp: Pass INTERNAL_GDBFLAGS
1313 when executing "gdb --configuration".
1314
1315 2020-06-17 Tom de Vries <tdevries@suse.de>
1316
1317 * lib/gdb.exp (gdb_tcl_unknown): New proc.
1318 (gdb_init): Use gdb_tcl_unknown for ::unknown override. Make override
1319 conditional on presence of gdb_tcl_unknown.
1320 (gdb_finish): Make override undo conditional on presence of
1321 gdb_tcl_unknown.
1322
1323 2020-06-16 Tom Tromey <tom@tromey.com>
1324
1325 * gdb.python/tui-window.py (failwin): New function. Register it
1326 as a TUI window type.
1327 * gdb.python/tui-window.exp: Create new "fail" layout. Test it.
1328
1329 2020-06-16 Gary Benson <gbenson@redhat.com>
1330
1331 * gdb.python/py-nested-maps.c (create_map): Add missing return
1332 value.
1333 (create_map_map): Likewise.
1334
1335 2020-06-15 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1336
1337 * gdb.base/jit-elf-so.exp: Refer to the global main_loader_basename
1338 variable.
1339 * gdb.base/jit-reader-simple.exp: Fix typo ("Built" -> "Build"),
1340 and use the already-defined 'options' variable.
1341
1342 2020-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
1343 Tom de Vries <tdevries@suse.de>
1344
1345 * lib/gdb.exp (gdb_known_globals, gdb_persistent_globals): New global.
1346 (gdb_persistent_global, gdb_persistent_global_no_decl): New proc.
1347 (gdb_setup_known_globals): New proc.
1348 (gdb_cleanup_globals): New proc.
1349 * lib/gdb.exp (load_lib): New override proc.
1350 (gdb_stdin_log_init): Set var in_file as persistent global.
1351 * lib/pascal.exp (gdb_stdin_log_init): Set vars
1352 pascal_compiler_is_gpc, pascal_compiler_is_fpc, gpc_compiler and
1353 fpc_compiler as persistent global.
1354
1355 2020-06-12 Tom de Vries <tdevries@suse.de>
1356
1357 * lib/tuiterm.exp (spawn): Rename to ...
1358 (tui_spawn): ... this.
1359 (toplevel): Move rename of spawn ...
1360 (gdb_init_tuiterm): ... here. New proc.
1361 (gdb_finish_tuiterm): New proc.
1362 * lib/gdb.exp (gdb_finish_hooks): New global var.
1363 (gdb_finish): Handle gdb_finish_hooks.
1364 (tuiterm_env): New proc.
1365 * gdb.python/tui-window.exp: Replace load_lib tuiterm.exp with
1366 tuiterm_env.
1367 * gdb.tui/basic.exp: Same.
1368 * gdb.tui/corefile-run.exp: Same.
1369 * gdb.tui/empty.exp: Same.
1370 * gdb.tui/list-before.exp: Same.
1371 * gdb.tui/list.exp: Same.
1372 * gdb.tui/main.exp: Same.
1373 * gdb.tui/new-layout.exp: Same.
1374 * gdb.tui/regs.exp: Same.
1375 * gdb.tui/resize.exp: Same.
1376 * gdb.tui/tui-layout-asm-short-prog.exp: Same.
1377 * gdb.tui/tui-layout-asm.exp: Same.
1378 * gdb.tui/tui-missing-src.exp: Same.
1379 * gdb.tui/winheight.exp: Same.
1380
1381 2020-06-12 Tom de Vries <tdevries@suse.de>
1382
1383 PR testsuite/26110
1384 * lib/gdb.exp (gdb_init): Revert dejagnu's override of ::unknown.
1385 (gdb_finish): Reinstall dejagnu's override of ::unknown.
1386
1387 2020-06-11 Tom Tromey <tom@tromey.com>
1388
1389 PR gdb/18318:
1390 * gdb.base/printcmds.exp (test_float_accepted): Add more hex
1391 floating point tests.
1392
1393 2020-06-11 Keith Seitz <keiths@redhat.com>
1394
1395 PR gdb/21356
1396 * gdb.base/vla-datatypes.c (vla_factory): Add typedef for struct
1397 vla_struct.
1398 Add new struct vla_typedef and union vla_typedef_union and
1399 corresponding instantiation objects.
1400 Initialize new objects.
1401 * gdb.base/vla-datatypes.exp: Add tests for vla_typedef_struct_object
1402 and vla_typedef_union_object.
1403 Fixup type for vla_struct_object.
1404
1405 2020-06-11 Tom de Vries <tdevries@suse.de>
1406
1407 * lib/gdb.exp (with_override): New proc, factored out of ...
1408 * gdb.base/dbx.exp: ... here. Use with_override and save_vars.
1409
1410 2020-06-10 Tom de Vries <tdevries@suse.de>
1411
1412 * gdb.ada/ptype_union.exp: Remove PR24713 workaround.
1413
1414 2020-06-09 Simon Marchi <simon.marchi@polymtl.ca>
1415
1416 * gdb.base/index-cache.exp (test_cache_disabled): Add test_prefix
1417 parameter, update callers.
1418
1419 2020-06-04 Simon Marchi <simon.marchi@efficios.com>
1420
1421 * gdb.dwarf2/share-psymtabs-bt.exp: New file.
1422 * gdb.dwarf2/share-psymtabs-bt.c: New file.
1423 * gdb.dwarf2/share-psymtabs-bt-2.c: New file.
1424
1425 2020-06-04 Tom de Vries <tdevries@suse.de>
1426
1427 * lib/gdb.exp (gdb_file_cmd): Avoid path names in error messages.
1428
1429 2020-06-04 Tom de Vries <tdevries@suse.de>
1430
1431 * lib/gdb.exp (gdb_file_cmd): Replace incomplete gdb_expect by
1432 exp_continue.
1433
1434 2020-06-04 Tom de Vries <tdevries@suse.de>
1435
1436 * lib/gdb.exp (gdb_file_cmd): Use perror instead of fail.
1437
1438 2020-06-03 Tom de Vries <tdevries@suse.de>
1439
1440 PR symtab/26046
1441 * gdb.cp/breakpoint-locs-2.cc: New test.
1442 * gdb.cp/breakpoint-locs.cc: New test.
1443 * gdb.cp/breakpoint-locs.exp: New file.
1444 * gdb.cp/breakpoint-locs.h: New test.
1445
1446 2020-06-03 Tom de Vries <tdevries@suse.de>
1447
1448 PR testsuite/25609
1449 * gdb.base/jit-elf-so.exp: Don't modify testing behaviour based on
1450 value of global verbose.
1451 * gdb.base/jit-elf.exp: Same.
1452 * gdb.base/jit-reader.exp: Same.
1453
1454 2020-06-02 Tom de Vries <tdevries@suse.de>
1455
1456 * gdb.dwarf2/multidictionary.exp: Don't use
1457 gdb_spawn_with_cmdline_opts.
1458
1459 2020-06-01 Andrew Burgess <andrew.burgess@embecosm.com>
1460
1461 * gdb.cp/step-and-next-inline.exp (do_test): Skip all tests in the
1462 use_header case.
1463 * gdb.dwarf2/dw2-inline-header-1.exp: New file.
1464 * gdb.dwarf2/dw2-inline-header-2.exp: New file.
1465 * gdb.dwarf2/dw2-inline-header-3.exp: New file.
1466 * gdb.dwarf2/dw2-inline-header-lbls.c: New file.
1467 * gdb.dwarf2/dw2-inline-header.c: New file.
1468 * gdb.dwarf2/dw2-inline-header.h: New file.
1469
1470 2020-05-30 Pedro Alves <palves@redhat.com>
1471
1472 * gdb.linespec/cp-replace-typedefs-ns-template.cc: New.
1473 * gdb.linespec/cp-replace-typedefs-ns-template.exp: New.
1474
1475 2020-05-29 Gary Benson <gbenson@redhat.com>
1476
1477 * gdb.compile/compile-cplus.exp (additional_flags): Also
1478 set when building with clang.
1479 (additional_flags, srcfilesoptions): Pass -Wno-deprecated
1480 when building with clang.
1481
1482 2020-05-29 Gary Benson <gbenson@redhat.com>
1483
1484 * gdb.arch/i386-avx.exp (additional_flags): Also set when
1485 building with clang.
1486 * gdb.arch/i386-sse.exp (additional_flags): Likewise.
1487
1488 2020-05-29 Gary Benson <gbenson@redhat.com>
1489
1490 * gdb.cp/koenig.exp (prepare_for_testing): Add
1491 additional_flags=-Wno-unused-comparison.
1492 * gdb.cp/operator.exp (prepare_for_testing): Likewise.
1493
1494 2020-05-28 Gary Benson <gbenson@redhat.com>
1495
1496 * gdb.base/sigaltstack.c (catcher): Add default case to switch
1497 statement.
1498
1499 2020-05-28 Gary Benson <gbenson@redhat.com>
1500
1501 * gdb.cp/classes.exp (prepare_for_testing): Add
1502 additional_flags=-Wno-deprecated-register.
1503 * gdb.cp/inherit.exp (prepare_for_testing): Likewise.
1504 * gdb.cp/misc.exp: Likewise.
1505
1506 2020-05-28 Gary Benson <gbenson@redhat.com>
1507
1508 * gdb.linespec/cpls-ops.cc (dummy): New static global.
1509 (test_op_new::operator new): Add return statement.
1510 (test_op_new_array::operator new[]): Likewise.
1511
1512 2020-05-27 Pedro Alves <palves@redhat.com>
1513
1514 * gdb.linespec/cp-completion-aliases.exp: Remove readline_is_used
1515 check. Use test_gdb_complete_unique instead of
1516 test_gdb_complete_tab_unique + test_gdb_complete_cmd_unique. Use
1517 test_gdb_complete_multiple instead of
1518 test_gdb_complete_tab_multiple + test_gdb_complete_cmd_multiple.
1519
1520 2020-05-27 Luis Machado <luis.machado@linaro.org>
1521
1522 * gdb.arch/aarch64-sighandler-regs.exp: Fix duplicated test names.
1523 * gdb.arch/aarch64-tagged-pointer.exp: Likewise.
1524 * gdb.arch/arm-disassembler-options.exp: Likewise.
1525 * gdb.arch/arm-disp-step.exp: Likewise.
1526 * gdb.arch/thumb-prologue.exp: Likewise.
1527 * gdb.base/async.exp: Likewise.
1528 * gdb.base/auxv.exp: Likewise.
1529 * gdb.base/complex-parts.exp: Likewise.
1530 * gdb.base/ena-dis-br.exp: Likewise.
1531 * gdb.base/foll-exec.exp: Likewise.
1532 * gdb.base/permissions.exp: Likewise.
1533 * gdb.base/relocate.exp: Likewise.
1534 * gdb.base/return2.exp: Likewise.
1535 * gdb.base/sigbpt.exp: Likewise.
1536 * gdb.base/siginfo-obj.exp: Likewise.
1537 * gdb.cp/converts.exp: Likewise.
1538 * gdb.cp/exceptprint.exp: Likewise.
1539 * gdb.cp/inherit.exp: Likewise.
1540 * gdb.cp/nsnoimports.exp: Likewise.
1541 * gdb.cp/virtbase2.exp: Likewise.
1542 * gdb.mi/mi-var-cmd.exp: Likewise.
1543 * gdb.mi/var-cmd.c: Likewise.
1544
1545 2020-05-26 Tom Tromey <tromey@adacore.com>
1546
1547 * gdb.ada/arr_acc_idx_w_gap.exp: Add tests.
1548
1549 2020-05-26 Tom Tromey <tromey@adacore.com>
1550
1551 * gdb.ada/arr_acc_idx_w_gap.exp: Add enum subrange tests.
1552 * gdb.ada/arr_acc_idx_w_gap/enum_with_gap.ads (Enum_Subrange): New
1553 type.
1554 * gdb.ada/arr_acc_idx_w_gap/enum_with_gap_main.adb (V): New
1555 variable.
1556
1557 2020-05-26 Christian Biesinger <cbiesinger@google.com>
1558
1559 * Makefile.in: Use = instead of == for the test command
1560 for portability.
1561
1562 2020-05-26 Tom de Vries <tdevries@suse.de>
1563
1564 * gdb.base/gold-gdb-index-2.c: New test.
1565 * gdb.base/gold-gdb-index.c: New test.
1566 * gdb.base/gold-gdb-index.exp: New file.
1567 * gdb.base/gold-gdb-index.h: New test.
1568
1569 2020-05-25 Tom de Vries <tdevries@suse.de>
1570
1571 * boards/gold-gdb-index.exp: New file.
1572
1573 2020-05-25 Simon Marchi <simon.marchi@efficios.com>
1574
1575 * boards/simavr.exp: New file.
1576
1577 2020-05-25 Simon Marchi <simon.marchi@efficios.com>
1578
1579 * lib/gdb.exp (gdb_run_cmd): Return success or failure.
1580 * gdb.base/inferior-args.exp: New file.
1581 * gdb.base/inferior-args.c: New file.
1582
1583 2020-05-25 Simon Marchi <simon.marchi@efficios.com>
1584
1585 * lib/gdb.exp (gdb_run_cmd): Change argument from args to
1586 inferior_args. Pass it to gdb_reload.
1587 (gdb_start_cmd, gdb_starti_cmd): Change argument from args to
1588 inferior_args.
1589 (gdb_reload): Add inferior_args argument.
1590 * config/gdbserver.exp (gdb_reload): Add inferior_args argument,
1591 pass it to gdbserver_run.
1592 * boards/native-gdbserver.exp: Do not set noargs.
1593 * boards/native-extended-gdbserver.exp (gdb_reload): Add
1594 inferior_args argument.
1595 * boards/stdio-gdbserver-base.exp (gdb_reload): Likewise.
1596 * gdb.base/a2-run.exp: Check for use_gdb_stub.
1597 * gdb.base/args.exp: Likewise.
1598
1599 2020-05-25 Tom de Vries <tdevries@suse.de>
1600
1601 * lib/gdb.exp (exec_is_pie): Add comment.
1602
1603 2020-05-25 Tom de Vries <tdevries@suse.de>
1604
1605 * lib/jit-elf-helpers.exp (compile_and_download_n_jit_so): Use $f
1606 instead of $binfile in the untested message.
1607
1608 2020-05-25 Tom de Vries <tdevries@suse.de>
1609
1610 PR testsuite/26031
1611 * lib/gdb.exp (exec_is_pie): Test readelf -h output.
1612
1613 2020-05-25 Tom de Vries <tdevries@suse.de>
1614
1615 * boards/gold.exp: New file.
1616
1617 2020-05-23 Tom Tromey <tom@tromey.com>
1618
1619 * gdb.base/style.exp: Remove completion styling test.
1620 * lib/gdb-utils.exp (style): Remove completion styles.
1621
1622 2020-05-23 Tom Tromey <tom@tromey.com>
1623
1624 * gdb.base/style.exp: Add completion styling test.
1625 * lib/gdb-utils.exp (style): Add completion styles.
1626
1627 2020-05-22 Andrew Burgess <andrew.burgess@embecosm.com>
1628
1629 * gdb.base/annota1.exp: Update expected results.
1630 * gdb.cp/annota2.exp: Update expected results, remove duplicate
1631 test name.
1632 * gdb.cp/annota3.exp: Update expected results.
1633
1634 2020-05-20 Simon Marchi <simon.marchi@efficios.com>
1635
1636 PR gdb/26016
1637 * gdb.base/coredump-filter.c (do_mmap): Check mmap ret val
1638 against MAP_FAILED.
1639 * gdb.base/coremaker.c (mmapdata): Likewise.
1640 * gdb.base/jit-reader-host.c (main): Likewise.
1641 * gdb.base/sym-file-loader.c (load): Likewise.
1642 (load_shlib): Likewise.
1643
1644 2020-05-20 Tom Tromey <tromey@adacore.com>
1645
1646 * gdb.ada/array_char_idx.exp: Recognize initialized array.
1647
1648 2020-05-20 Tom de Vries <tdevries@suse.de>
1649
1650 PR symtab/25833
1651 * gdb.base/with-mf-inc.c: New test.
1652 * gdb.base/with-mf-main.c: New test.
1653 * gdb.base/with-mf.exp: New file.
1654
1655 2020-05-19 Tom Tromey <tromey@adacore.com>
1656
1657 * gdb.rust/simple.exp: Restore missing test result.
1658
1659 2020-05-19 Tom de Vries <tdevries@suse.de>
1660
1661 * gdb.base/gdb-caching-proc.exp: Fix typo.
1662
1663 2020-05-19 Tom Tromey <tromey@adacore.com>
1664
1665 * gdb.rust/simple.exp: Add some test descriptions.
1666 (test_one_slice): Use with_test_prefix.
1667
1668 2020-05-18 Tom de Vries <tdevries@suse.de>
1669
1670 * gdb.base/gdb-caching-proc.exp: Use with_test_prefix.
1671
1672 2020-05-17 Pedro Alves <palves@redhat.com>
1673
1674 PR gdb/25741
1675 * gdb.base/hw-sw-break-same-address.exp: New file.
1676
1677 2020-05-16 Pedro Alves <palves@redhat.com>
1678
1679 * gdb.multi/multi-re-run.exp (test_re_run): Switch
1680 LAST_LOADED_FILE accordingly.
1681
1682 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1683
1684 * gdb.base/alias.exp: Verify 'help aliases' shows user defined aliases.
1685
1686 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1687
1688 * gdb.base/help.exp: Test apropos and help for commands
1689 having aliases. Fixed comments not starting with an
1690 upper-case letter or not finishing with a dot.
1691
1692 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1693
1694 * gdb.base/alias.exp: Update help output check.
1695
1696 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1697
1698 * gdb.base/default.exp: Update output following fixes.
1699
1700 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1701
1702 * gdb.base/alias.exp: Test aliases starting with a prefix of
1703 another alias.
1704
1705 2020-05-15 Gary Benson <gbenson@redhat.com>
1706
1707 * gdb.base/info-os.c (main): Add return statement.
1708 * gdb.base/info_minsym.c (minsym_fun): Likewise.
1709 * gdb.base/large-frame-2.c (func): Likewise.
1710 * gdb.base/pr10179-a.c (foo1, bar1): Likewise.
1711 * gdb.base/pr10179-b.c (foo2): Likewise.
1712 * gdb.base/valgrind-disp-step.c (foo): Likewise.
1713 * gdb.base/watch-cond.c (func): Likewise.
1714 * gdb.multi/goodbye.c (verylongfun): Likewise.
1715 * gdb.multi/hello.c (commonfun): Likewise.
1716 * gdb.python/py-finish-breakpoint.c (call_longjmp): Likewise.
1717 * gdb.threads/fork-plus-threads.c (thread_func): Likewise.
1718 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
1719 Likewise.
1720 * gdb.threads/hand-call-new-thread.c (foo): Likewise.
1721 * gdb.threads/interrupt-while-step-over.c (child_function):
1722 Likewise.
1723 * gdb.trace/actions-changed.c (end): Likewise.
1724
1725 2020-05-15 Gary Benson <gbenson@redhat.com>
1726
1727 * gdb.opencl/callfuncs.exp: Report when test skipped.
1728 * gdb.opencl/convs_casts.exp: Likewise.
1729 * gdb.opencl/datatypes.exp: Likewise.
1730 * gdb.opencl/operators.exp: Likewise.
1731 * gdb.opencl/vec_comps.exp: Likewise.
1732
1733 2020-05-15 Tom de Vries <tdevries@suse.de>
1734
1735 * gdb.base/align.exp.in: Rename to ...
1736 * gdb.base/align.exp.tcl: ... this.
1737 * gdb.base/align-c++.exp: Update.
1738 * gdb.base/align-c.exp: Update.
1739 * gdb.base/all-architectures.exp.in: Rename to ...
1740 * gdb.base/all-architectures.exp: ... this.
1741 * gdb.base/all-architectures-0.exp: Update.
1742 * gdb.base/all-architectures-1.exp: Update.
1743 * gdb.base/all-architectures-2.exp: Update.
1744 * gdb.base/all-architectures-3.exp: Update.
1745 * gdb.base/all-architectures-4.exp: Update.
1746 * gdb.base/all-architectures-5.exp: Update.
1747 * gdb.base/all-architectures-6.exp: Update.
1748 * gdb.base/all-architectures-7.exp: Update.
1749 * gdb.base/infcall-nested-structs.exp.in: Rename to ...
1750 * gdb.base/infcall-nested-structs.exp.tcl: ... this.
1751 * gdb.base/infcall-nested-structs-c++.exp: Update.
1752 * gdb.base/infcall-nested-structs-c.exp: Update.
1753 * gdb.base/info-types.exp.in: Rename to ...
1754 * gdb.base/info-types.exp.tcl: ... this.
1755 * gdb.base/info-types-c++.exp: Update.
1756 * gdb.base/info-types-c.exp: Update.
1757 * gdb.base/max-depth.exp.in: Rename to ...
1758 * gdb.base/max-depth.exp.tcl: ... this.
1759 * gdb.base/max-depth-c++.exp: Update.
1760 * gdb.base/max-depth-c.exp: Update.
1761 * gdb.cp/cpexprs.exp.in: Rename to ...
1762 * gdb.cp/cpexprs.exp.tcl: ... this.
1763 * gdb.cp/cpexprs-debug-types.exp: Update.
1764 * gdb.cp/cpexprs.exp: Update.
1765 * gdb.cp/infcall-nodebug.exp.in: Rename to ...
1766 * gdb.cp/infcall-nodebug.exp.tcl: ... this.
1767 * gdb.cp/infcall-nodebug-c++-d0.exp: Update.
1768 * gdb.cp/infcall-nodebug-c++-d1.exp: Update.
1769 * gdb.cp/infcall-nodebug-c-d0.exp: Update.
1770 * gdb.cp/infcall-nodebug-c-d1.exp: Update.
1771 * gdb.dwarf2/clang-debug-names.exp.in: Rename to ...
1772 * gdb.dwarf2/clang-debug-names.exp.tcl: ... this.
1773 * gdb.dwarf2/clang-debug-names-2.exp: Update.
1774 * gdb.dwarf2/clang-debug-names.exp: Update.
1775
1776 2020-05-15 Andrew Burgess <andrew.burgess@embecosm.com>
1777
1778 * lib/check-test-names.exp: Remove code that prevents this file
1779 loading when tests are run in parallel.
1780
1781 2020-05-15 Pedro Alves <palves@redhat.com>
1782
1783 * gdb.multi/multi-kill.exp (start_inferior): Remove
1784 'testpid' parameter. Refer to namespace variable directly.
1785 (testpid): Declare as namespace variable.
1786
1787 2020-05-15 Pedro Alves <palves@redhat.com>
1788
1789 * gdb.multi/multi-kill.exp: Wrap in namespace.
1790 (start_inferior): Add TESTPID parameter. Use it instead of the
1791 testpid global.
1792 (top level): Define empty TESTPID array, and pass it down to
1793 start_inferior.
1794
1795 2020-05-14 Tom de Vries <tdevries@suse.de>
1796
1797 * gdb.fortran/nested-funcs-2.exp: Use gdb_test_stdio to test inferior
1798 output.
1799
1800 2020-05-14 Tom de Vries <tdevries@suse.de>
1801
1802 * gdb.base/align.exp: Split into ...
1803 * gdb.base/align.exp.in: ...
1804 * gdb.base/align-c++.exp: ...
1805 * gdb.base/align-c.exp: ... these.
1806 * gdb.base/infcall-nested-structs.exp: Split into ...
1807 * gdb.base/infcall-nested-structs.exp.in: ...
1808 * gdb.base/infcall-nested-structs-c++.exp: ...
1809 * gdb.base/infcall-nested-structs-c.exp: ... these.
1810 * gdb.base/info-types.exp: Split into ...
1811 * gdb.base/info-types.exp.in: ...
1812 * gdb.base/info-types-c++.exp: ...
1813 * gdb.base/info-types-c.exp: ... these.
1814 * gdb.base/max-depth.exp: Split into ...
1815 * gdb.base/max-depth.exp.in: ...
1816 * gdb.base/max-depth-c++.exp: ...
1817 * gdb.base/max-depth-c.exp: ... these.
1818 * gdb.cp/infcall-nodebug.exp: Split into ...
1819 * gdb.cp/infcall-nodebug.exp.in: ...
1820 * gdb.cp/infcall-nodebug-c++-d0.exp: ...
1821 * gdb.cp/infcall-nodebug-c++-d1.exp: ...
1822 * gdb.cp/infcall-nodebug-c-d0.exp: ...
1823 * gdb.cp/infcall-nodebug-c-d1.exp: ... these.
1824
1825 2020-05-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1826 Pedro Alves <palves@redhat.com>
1827
1828 * gdb.multi/multi-exit.c: New file.
1829 * gdb.multi/multi-exit.exp: New file.
1830 * gdb.multi/multi-kill.c: New file.
1831 * gdb.multi/multi-kill.exp: New file.
1832
1833 2020-05-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1834
1835 * gdb.base/annota1.exp: Update the expected output.
1836 * gdb.cp/annota2.exp: Ditto.
1837
1838 2020-05-12 Andrew Burgess <andrew.burgess@embecosm.com>
1839
1840 * lib/check-test-names.exp: Disable when testing is being run in
1841 parallel.
1842
1843 2020-05-12 Tom de Vries <tdevries@suse.de>
1844
1845 * gdb.base/jit-elf.exp: Fix string concat.
1846
1847 2020-05-12 Tom de Vries <tdevries@suse.de>
1848
1849 * lib/jit-elf-helpers.exp: Don't use undefined variables in untested
1850 messages.
1851
1852 2020-05-12 Tom de Vries <tdevries@suse.de>
1853
1854 * gdb.multi/multi-term-settings.exp: Use with_test_prefix.
1855
1856 2020-05-12 Tom de Vries <tdevries@suse.de>
1857
1858 * gdb.ada/catch_ex.exp: Use with_test_prefix.
1859 * gdb.ada/mi_catch_ex.exp: Same.
1860 * gdb.ada/mi_catch_ex_hand.exp: Same.
1861
1862 2020-05-12 Tom de Vries <tdevries@suse.de>
1863
1864 * gdb.fortran/complex.exp: Use with_test_prefix.
1865
1866 2020-05-12 Tom de Vries <tdevries@suse.de>
1867
1868 * gdb.trace/passcount.exp: Fix test-names.
1869
1870 2020-05-12 Tom de Vries <tdevries@suse.de>
1871
1872 * gdb.pascal/gdb11492.exp: Use with_test_prefix.
1873
1874 2020-05-12 Tom de Vries <tdevries@suse.de>
1875
1876 * gdb.gdb/complaints.exp: Use with_test_prefix.
1877 * gdb.xml/tdesc-regs.exp: Same.
1878 * gdb.opt/inline-locals.exp: Fix test name.
1879
1880 2020-05-12 Tom de Vries <tdevries@suse.de>
1881
1882 * gdb.dwarf2/comp-unit-lang.exp: Use with_test_prefix.
1883 * gdb.dwarf2/dw2-bad-parameter-type.exp: Same.
1884 * gdb.dwarf2/implref-struct.exp: Same.
1885 * gdb.dwarf2/varval.exp: Ensure get_sizeof is called once per type.
1886 * gdb.dwarf2/data-loc.exp: Same. Remove duplicate test.
1887
1888 2020-05-11 Simon Marchi <simon.marchi@polymtl.ca>
1889
1890 * gdb.base/jit-so.exp (one_jit_test): Change test name.
1891
1892 2020-05-11 Andrew Burgess <andrew.burgess@embecosm.com>
1893
1894 * lib/check-test-names.exp (all_test_names): New module variable.
1895 (counts): Add 'duplicates' field.
1896 (_check_duplicates): New procedure.
1897 (check): Also check for duplicates.
1898 (do_log_summary): Print duplicates count.
1899 (do_reset_vars): Reset counter for duplicate test names, and
1900 discard all know test names.
1901
1902 2020-05-11 Andrew Burgess <andrew.burgess@embecosm.com>
1903
1904 * lib/gdb.exp: Include check-test-names.exp library.
1905 * lib/check-test-names.exp: New file.
1906
1907 2020-05-11 Tom de Vries <tdevries@suse.de>
1908
1909 * gdb.ada/packed_tagged.exp: Change kfail into xfail.
1910
1911 2020-05-11 Keith Seitz <keiths@redhat.com>
1912
1913 * gdb.ada/attr_ref_and_charlit.exp: Fix typo.
1914
1915 2020-05-11 Tom de Vries <tdevries@suse.de>
1916
1917 * gdb.cp/cpexprs.exp: Move everything except flags setting ...
1918 * gdb.cp/cpexprs.exp.in: .. here.
1919 * gdb.cp/cpexprs-debug-types.exp: Include cpexprs.exp.in instead of
1920 cpexprs.exp.
1921
1922 2020-05-11 Keith Seitz <keiths@redhat.com>
1923
1924 * gdb.ada/arrayparam.exp: Resolve duplicate and tail parentheses
1925 test names.
1926 * gdb.ada/arrayptr.exp: Likewise.
1927 * gdb.ada/assign_arr.exp: Likewise.
1928 * gdb.ada/attr_ref_and_charlit.exp: Likewise.
1929 * gdb.ada/bp_on_var.exp: Likewise.
1930 * gdb.ada/call_pn.exp: Likewise.
1931 * gdb.ada/complete.exp: Likewise.
1932 * gdb.ada/fun_overload_menu.exp: Likewise.
1933 * gdb.ada/funcall_param.exp: Likewise.
1934 * gdb.ada/funcall_ref.exp: Likewise.
1935 * gdb.ada/packed_array_assign.exp: Likewise.
1936 * gdb.ada/same_component_name.exp: Likewise.
1937 * gdb.ada/type_coercion.exp: Likewise.
1938 * gdb.ada/unc_arr_ptr_in_var_rec.exp: Likewise.
1939 * gdb.ada/variant_record_packed_array.exp: Likewise.
1940
1941 2020-05-11 Tom de Vries <tdevries@suse.de>
1942
1943 PR symtab/25941
1944 * gdb.dwarf2/clang-debug-names.exp.in: New include exp file, factored
1945 out of ...
1946 * gdb.dwarf2/clang-debug-names.exp: ... here.
1947 * gdb.dwarf2/clang-debug-names-2.exp: New file. Include
1948 clang-debug-names.exp.in.
1949 * gdb.dwarf2/clang-debug-names-2-foo.c: New test.
1950 * gdb.dwarf2/clang-debug-names-2.c: New test.
1951
1952 2020-05-10 Alok Kumar Sharma <alokkumar.sharma@amd.com>
1953
1954 * lib/fortran.exp (fortran_main): New Proc, handle flang MAIN_,
1955 (fortran_runto_main): New Proc, fortran version of runto_main.
1956 * gdb.fortran/array-bounds-high.exp: Handle flang MAIN_
1957 * gdb.fortran/array-bounds.exp: Likewise.
1958 * gdb.fortran/array-slices.exp: Likewise.
1959 * gdb.fortran/block-data.exp: Likewise.
1960 * gdb.fortran/charset.exp: Likewise.
1961 * gdb.fortran/common-block.exp: Likewise.
1962 * gdb.fortran/complex.exp: Likewise.
1963 * gdb.fortran/derived-type-function.exp: Likewise.
1964 * gdb.fortran/derived-type.exp: Likewise.
1965 * gdb.fortran/info-modules.exp: Likewise.
1966 * gdb.fortran/info-types.exp: Likewise.
1967 * gdb.fortran/intrinsics.exp: Likewise.
1968 * gdb.fortran/library-module.exp: Likewise.
1969 * gdb.fortran/logical.exp: Likewise.
1970 * gdb.fortran/max-depth.exp: Likewise.
1971 * gdb.fortran/module.exp: Likewise.
1972 * gdb.fortran/multi-dim.exp: Likewise.
1973 * gdb.fortran/nested-funcs.exp: Likewise.
1974 * gdb.fortran/print-formatted.exp: Likewise.
1975 * gdb.fortran/print_type.exp: Likewise.
1976 * gdb.fortran/printing-types.exp: Likewise.
1977 * gdb.fortran/ptr-indentation.exp: Likewise.
1978 * gdb.fortran/ptype-on-functions.exp: Likewise.
1979 * gdb.fortran/subarray.exp: Likewise.
1980 * gdb.fortran/vla-alloc-assoc.exp: Likewise.
1981 * gdb.fortran/vla-datatypes.exp: Likewise.
1982 * gdb.fortran/vla-history.exp: Likewise.
1983 * gdb.fortran/vla-ptr-info.exp: Likewise.
1984 * gdb.fortran/vla-ptype-sub.exp: Likewise.
1985 * gdb.fortran/vla-ptype.exp: Likewise.
1986 * gdb.fortran/vla-sizeof.exp: Likewise.
1987 * gdb.fortran/vla-type.exp: Likewise.
1988 * gdb.fortran/vla-value-sub-arbitrary.exp: Likewise.
1989 * gdb.fortran/vla-value-sub-finish.exp: Likewise.
1990 * gdb.fortran/vla-value-sub.exp: Likewise.
1991 * gdb.fortran/vla-value.exp: Likewise.
1992 * gdb.fortran/whatis_type.exp: Likewise.
1993 * gdb.mi/mi-var-child-f.exp: Likewise.
1994
1995 2020-05-09 Tom de Vries <tdevries@suse.de>
1996
1997 * gdb.dwarf2/clang-debug-names.exp: Remove PR25952 kfail.
1998
1999 2020-05-08 Tom de Vries <tdevries@suse.de>
2000
2001 * gdb.dwarf2/clang-debug-names.c: New test.
2002 * gdb.dwarf2/clang-debug-names.exp: New file.
2003
2004 2020-05-06 Simon Marchi <simon.marchi@efficios.com>
2005
2006 * gdb.arch/amd64-prologue-skip-cf-protection.exp: New file.
2007 * gdb.arch/amd64-prologue-skip-cf-protection.c: New file.
2008
2009 2020-05-06 Tom de Vries <tdevries@suse.de>
2010
2011 * gdb.reverse/consecutive-precsave.exp: Handle if instruction after
2012 breakpoint is at a "recommended breakpoint location".
2013 * gdb.reverse/consecutive-reverse.exp: Same.
2014
2015 2020-05-06 Tom de Vries <tdevries@suse.de>
2016
2017 * gdb.base/watchpoint-reuse-slot.exp (stepi): Print $pc to get current
2018 address.
2019
2020 2020-05-06 Tom de Vries <tdevries@suse.de>
2021
2022 * gdb.base/watchpoint-reuse-slot.exp: Fix incorrect assignment.
2023
2024 2020-05-06 Tom de Vries <tdevries@suse.de>
2025
2026 * gdb.base/store.exp (check_set, up_set): Allowing missing location
2027 info for r.
2028
2029 2020-05-06 Tom de Vries <tdevries@suse.de>
2030
2031 * gdb.base/shlib-call.exp: Add extra step to reach shmain.c:42, if
2032 necessary.
2033
2034 2020-05-06 Tom de Vries <tdevries@suse.de>
2035
2036 * lib/unbuffer_output.c (gdb_unbuffer_output): Change return type to
2037 void.
2038
2039 2020-05-06 Tom de Vries <tdevries@suse.de>
2040
2041 * lib/gdb.exp (is_stmt_addresses, hex_in_list): New proc, factored out
2042 of ...
2043 * gdb.base/async.exp: ... here.
2044 * gdb.base/consecutive.exp: Handle if 2nd breakpoint is at a
2045 "recommended breakpoint location".
2046
2047 2020-05-06 Tom de Vries <tdevries@suse.de>
2048
2049 * gdb.compile/compile-ifunc.exp: Use -Wno-attribute-alias.
2050
2051 2020-05-04 Tom de Vries <tdevries@suse.de>
2052
2053 * gdb.base/async.exp: Check whether instruction addresses are a
2054 "recommended breakpoint location".
2055
2056 2020-05-03 Tom Tromey <tom@tromey.com>
2057
2058 * gdb.base/sepdebug.exp: Remove "catch" test.
2059 * gdb.base/break.exp: Remove "catch" test.
2060 * gdb.base/default.exp: Update expected output.
2061
2062 2020-05-02 Tom de Vries <tdevries@suse.de>
2063
2064 * lib/gdb.exp (supports_mpx_check_pointer_bounds): New proc.
2065 * gdb.arch/i386-mpx-call.exp: Use supports_mpx_check_pointer_bounds.
2066 * gdb.arch/i386-mpx-map.exp: Same.
2067 * gdb.arch/i386-mpx-sigsegv.exp: Same.
2068 * gdb.arch/i386-mpx-simple_segv.exp: Same.
2069 * gdb.arch/i386-mpx.exp: Same.
2070
2071 2020-05-02 Tom de Vries <tdevries@suse.de>
2072
2073 * gdb.base/psym-external-decl.c (main): Add use of variable aaa.
2074
2075 2020-05-01 Tom de Vries <tdevries@suse.de>
2076
2077 * gdb.ada/operator_bp.exp: Allow more than required amount of
2078 breakpoint.
2079
2080 2020-05-01 Tom de Vries <tdevries@suse.de>
2081
2082 * gdb.reverse/until-reverse.c (main): Fix Wunused-result warning.
2083
2084 2020-04-30 Hannes Domani <ssbssa@yahoo.de>
2085
2086 PR gdb/18706
2087 * gdb.cp/stub-array-size.cc: New test.
2088 * gdb.cp/stub-array-size.exp: New file.
2089 * gdb.cp/stub-array-size.h: New test.
2090 * gdb.cp/stub-array-size2.cc: New test.
2091
2092 2020-04-30 Hannes Domani <ssbssa@yahoo.de>
2093
2094 * gdb.python/py-format-string.exp: Adjust pretty_arrays expected
2095 output to the new format.
2096
2097 2020-04-29 Simon Marchi <simon.marchi@efficios.com>
2098
2099 * gdb.base/break.exp: Use with_test_prefix.
2100
2101 2020-04-29 Tom de Vries <tdevries@suse.de>
2102
2103 * lib/gdb.exp (debug_types): New proc.
2104 * gdb.guile/scm-symtab.exp: Add xfail for PR gcc/90232.
2105 * gdb.python/py-symtab.exp: Same.
2106
2107 2020-04-29 Hannes Domani <ssbssa@yahoo.de>
2108
2109 PR gdb/17320
2110 * gdb.base/pretty-array.c: New test.
2111 * gdb.base/pretty-array.exp: New file.
2112
2113 2020-04-29 Tom de Vries <tdevries@suse.de>
2114
2115 PR symtab/25889
2116 * gdb.cp/cpexprs.exp: Adapt for inclusion.
2117 * gdb.cp/cpexprs-debug-types.exp: New file. Set -fdebug-types-section
2118 and include cpexprs.exp.
2119
2120 2020-04-28 Mark Williams <mark@myosotissp.com>
2121
2122 PR gdb/24480
2123 * dw4-toplevel-types.exp: Test for top level types.
2124 * dw4-toplevel-types.cc: Test for top level types.
2125
2126 2020-04-28 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2127
2128 * gdb.threads/stop-with-handle.exp: Fix typo in comment
2129 (theads -> threads).
2130
2131 2020-04-28 Tom de Vries <tdevries@suse.de>
2132
2133 * gdb.opt/inline-cmds.exp: Set KFAIL PR.
2134
2135 2020-04-28 Tom de Vries <tdevries@suse.de>
2136
2137 * gdb.base/info-macros.exp: Remove KFAIL. Add missing trailing ".*".
2138
2139 2020-04-28 Tom de Vries <tdevries@suse.de>
2140
2141 * gdb.ada/array_ptr_renaming.exp: Add PR number in KFAIL.
2142
2143 2020-04-28 Tom de Vries <tdevries@suse.de>
2144
2145 * gdb.dwarf2/main-foo.c: New test.
2146 * gdb.dwarf2/struct-with-sig.exp: New file.
2147
2148 2020-04-25 Tom de Vries <tdevries@suse.de>
2149
2150 * boards/debug-types.exp: New file.
2151
2152 2020-04-25 Andrew Burgess <andrew.burgess@embecosm.com>
2153
2154 * gdb.btrace/multi-inferior.exp: Avoid paths in test names.
2155
2156 2020-04-24 Tom Tromey <tom@tromey.com>
2157
2158 PR symtab/12707:
2159 * gdb.python/py-symbol.exp: Update expected results for
2160 linkage_name test.
2161 * gdb.cp/print-demangle.exp: New file.
2162 * gdb.base/c-linkage-name.exp: Fix test.
2163 * gdb.guile/scm-symbol.exp: Update expected results for
2164 linkage_name test.
2165
2166 2020-04-24 Tom Tromey <tom@tromey.com>
2167
2168 * gdb.dwarf2/dw2-namespaceless-anonymous.S: Remove.
2169 * gdb.dwarf2/dw2-namespaceless-anonymous.c: New file.
2170 * gdb.dwarf2/dw2-namespaceless-anonymous.exp: Use DWARF
2171 assembler.
2172
2173 2020-04-24 Tom de Vries <tdevries@suse.de>
2174
2175 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Set language of CU to
2176 C++.
2177
2178 2020-04-24 Tom Tromey <tromey@adacore.com>
2179
2180 * gdb.ada/frame_arg_lang.exp: Run with multiple -fgnat-encodings
2181 values.
2182 * gdb.ada/funcall_ref.exp: Run with multiple -fgnat-encodings
2183 values. Update test for minimal encodings.
2184 * gdb.ada/lang_switch.exp: Update test for minimal encodings.
2185 * gdb.ada/var_rec_arr.exp: Run with multiple -fgnat-encodings
2186 values. Update test for minimal encodings.
2187
2188 2020-04-24 Tom Tromey <tromey@adacore.com>
2189
2190 PR python/23662:
2191 * gdb.ada/variant.exp: Add Python checks.
2192 * gdb.rust/simple.exp: Add dynamic type checks.
2193
2194 2020-04-24 Tom Tromey <tromey@adacore.com>
2195
2196 * gdb.ada/mi_var_array.exp: Try all -fgnat-encodings settings.
2197 Make array type matching more lax.
2198 * gdb.ada/mi_var_union.exp: Try all -fgnat-encodings settings.
2199 * gdb.ada/mi_variant.exp: New file.
2200 * gdb.ada/mi_variant/pck.ads: New file.
2201 * gdb.ada/mi_variant/pkg.adb: New file.
2202 * gdb.ada/packed_tagged.exp: Try all -fgnat-encodings settings.
2203 * gdb.ada/unchecked_union.exp: Try all -fgnat-encodings settings.
2204
2205 2020-04-24 Tom Tromey <tromey@adacore.com>
2206
2207 * gdb.ada/variant.exp: Add dynamic field offset tests.
2208 * gdb.ada/variant/pck.ads (Nested_And_Variable): New type.
2209 * gdb.ada/variant/pkg.adb: Add new variables.
2210
2211 2020-04-24 Tom Tromey <tromey@adacore.com>
2212
2213 * gdb.ada/variant.exp: New file
2214 * gdb.ada/variant/pkg.adb: New file
2215 * gdb.ada/variant/pck.adb: New file
2216
2217 2020-04-24 Tom de Vries <tdevries@suse.de>
2218
2219 * lib/gdb.exp (clean_restart): Reset errcnt and warncnt.
2220
2221 2020-04-24 Tom de Vries <tdevries@suse.de>
2222
2223 * gdb.dwarf2/dwzbuildid.exp: Add quiet to dwzbuildid-mismatch compile
2224 flags.
2225
2226 2020-04-24 Tom de Vries <tdevries@suse.de>
2227
2228 * gdb.dwarf2/dw2-error.exp: Add quiet to compile flags.
2229
2230 2020-04-24 Tom de Vries <tdevries@suse.de>
2231
2232 * lib/gdb.exp (default_gdb_start): Handle eof.
2233 (clean_restart): Detect and handle gdb_start failure. Return -1 upon
2234 failure.
2235 * gdb.base/readnever.exp: Handle clean_restart failure.
2236
2237 2020-04-23 Tom de Vries <tdevries@suse.de>
2238
2239 * gdb.base/decl-before-def.exp: Run to main and print a again.
2240
2241 2020-04-23 Tom de Vries <tdevries@suse.de>
2242
2243 * gdb.base/decl-before-def-decl.c: New test.
2244 * gdb.base/decl-before-def-def.c: New test.
2245 * gdb.base/decl-before-def.exp: New file.
2246
2247 2020-04-23 Tom de Vries <tdevries@suse.de>
2248
2249 * gdb.base/readnever.exp: Skip if GDBFLAGS contain -readnow/--readnow.
2250
2251 2020-04-22 Tom de Vries <tdevries@suse.de>
2252
2253 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): Fix
2254 debug_info_offset.
2255 * gdb.mi/dw2-ref-missing-frame.exp: Make sure $objfuncfile comes
2256 before $objsfile in the line line.
2257
2258 2020-04-22 Tom de Vries <tdevries@suse.de>
2259
2260 * gdb.dlang/watch-loc.c (.debug_aranges): Fix _Dmain length.
2261
2262 2020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
2263
2264 * gdb.base/jit-attach-pie.c: Use jit-protocol.h.
2265 * gdb.base/jit-elf-main.c: Use jit-protocol.h.
2266 * gdb.base/jit-reader-host.c: Use jit-protocol.h.
2267 * gdb.base/jit-reader-simple-jit.c: Use jit-protocol.h.
2268 * gdb.base/jit-protocol.h: Update definitions to match all usage
2269 contexts.
2270
2271 2020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
2272
2273 * gdb.base: Rename all jit related test and source files.
2274
2275 2020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
2276
2277 * gdb.base/jit-reader.exp: Relax register output check.
2278
2279 2020-04-22 Tom de Vries <tdevries@suse.de>
2280
2281 PR symtab/25764
2282 * gdb.base/psym-external-decl-2.c: New test.
2283 * gdb.base/psym-external-decl.c: New test.
2284 * gdb.base/psym-external-decl.exp: New file.
2285 * gdb.threads/tls.exp: Add PR25807 kfail.
2286
2287 2020-04-22 Tom de Vries <tdevries@suse.de>
2288
2289 PR symtab/25801
2290 * gdb.dwarf2/imported-unit.exp: Test that we can get imported_unit.c
2291 in "info source" output.
2292
2293 2020-04-22 Tom de Vries <tdevries@suse.de>
2294
2295 PR symtab/25700
2296 * gdb.dwarf2/imported-unit.exp: Verify that there's only one partial
2297 symtab for imported_unit.c.
2298
2299 2020-04-21 Gary Benson <gbenson@redhat.com>
2300
2301 * gdb.base/advance.c (func): New argument, to match call site.
2302 (func2, func3): Add return statements.
2303
2304 2020-04-21 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2305
2306 * gdb.multi/run-only-second-inf.c: New file.
2307 * gdb.multi/run-only-second-inf.exp: New file.
2308
2309 2020-04-21 Markus Metzger <markus.t.metzger@intel.com>
2310
2311 * gdb.btrace/multi-inferior.c: New test.
2312 * gdb.btrace/multi-inferior.exp: New file.
2313
2314 2020-04-21 Markus Metzger <markus.t.metzger@intel.com>
2315
2316 * gdb.btrace/enable-new-thread.c: New test.
2317 * gdb.btrace/enable-new-thread.exp: New file.
2318
2319 2020-04-21 Tom de Vries <tdevries@suse.de>
2320
2321 PR gdb/25471
2322 * gdb.threads/killed-outside.c: New test.
2323 * gdb.threads/killed-outside.exp: New file.
2324
2325 2020-04-20 Gary Benson <gbenson@redhat.com>
2326
2327 * gdb.base/nested-subp1.exp: Use support_nested_function_tests.
2328 * gdb.base/nested-subp2.exp: Likewise.
2329 * gdb.base/nested-subp3.exp: Likewise.
2330
2331 2020-04-20 Gary Benson <gbenson@redhat.com>
2332
2333 * gdb.base/nested-subp1.exp: Disable test when using clang.
2334 * gdb.base/nested-subp2.exp: Likewise.
2335 * gdb.base/nested-subp3.exp: Likewise.
2336
2337 2020-04-20 Gary Benson <gbenson@redhat.com>
2338
2339 * gdb.cp/exception.cc: Fix compilation error with clang.
2340
2341 2020-04-20 Gary Benson <gbenson@redhat.com>
2342
2343 * gdb.trace/tspeed.c: Fix compilation error with clang.
2344
2345 2020-04-20 Gary Benson <gbenson@redhat.com>
2346
2347 * gdb.base/jit-main.c: Fix compilation error with clang.
2348
2349 2020-04-17 Kamil Rytarowski <n54@gmx.com>
2350
2351 * gdb.base/attach-twice.c: Include "sys/types.h".
2352 (PTRACE_ATTACH): Add fallback definition.
2353 (main): Pass `0' to the 4th argument of `ptrace'.
2354
2355 2020-04-17 Kamil Rytarowski <n54@gmx.com>
2356
2357 * gdb.base/fork-running-state.c: Include "signal.h".
2358
2359 2020-04-17 Tom Tromey <tromey@adacore.com>
2360
2361 * gdb.cp/maint.exp (test_help): Simplify multiple_help_body.
2362 Update tests.
2363 * gdb.btrace/cpu.exp: Update tests.
2364 * gdb.base/maint.exp: Update tests.
2365 * gdb.base/default.exp: Update tests.
2366 * gdb.base/completion.exp: Update tests.
2367
2368 2020-04-16 Tom de Vries <tdevries@suse.de>
2369
2370 PR symtab/25791
2371 * gdb.dwarf2/gdb-add-index.exp (add_gdb_index): Move ...
2372 (ensure_gdb_index): and factor out and move ...
2373 * lib/gdb.exp (add_gdb_index, ensure_gdb_index): ... here.
2374 * gdb.dwarf2/imported-unit-runto-main.exp: New file.
2375
2376 2020-04-16 Tom de Vries <tdevries@suse.de>
2377
2378 * gdb.base/maint-expand-symbols-header-file.exp: Set language before
2379 loading exec.
2380
2381 2020-04-15 Andrew Burgess <andrew.burgess@embecosm.com>
2382
2383 * gdb.base/many-completions.exp: New file.
2384
2385 2020-04-14 Tom de Vries <tdevries@suse.de>
2386
2387 PR symtab/25718
2388 * gdb.dwarf2/dw2-symtab-includes.exp: New file.
2389
2390 2020-04-14 Tom de Vries <tdevries@suse.de>
2391
2392 PR symtab/25720
2393 * gdb.base/maint-expand-symbols-header-file.c: New test.
2394 * gdb.base/maint-expand-symbols-header-file.exp: New file.
2395 * gdb.base/maint-expand-symbols-header-file.h: New test.
2396
2397 2020-04-14 Andrew Burgess <andrew.burgess@embecosm.com>
2398
2399 * gdb.dwarf2/dw2-inline-many-frames.exp (get_func_info): Delete.
2400 * gdb.dwarf2/dw2-inline-small-func.exp: Pass options to
2401 get_func_info.
2402 (get_func_info): Delete.
2403 * gdb.dwarf2/dw2-is-stmt-2.exp (get_func_info): Delete.
2404 * gdb.dwarf2/dw2-is-stmt.exp (get_func_info): Delete.
2405 * lib/dwarf.exp (get_func_info): New function.
2406
2407 2020-04-13 Tom de Vries <tdevries@suse.de>
2408
2409 * lib/ada.exp (find_ada_tool): Pass --GCC and -B to gnatlink, similar
2410 to what find_gnatmake does.
2411
2412 2020-04-10 Tom de Vries <tdevries@suse.de>
2413
2414 * gdb.base/style.exp: Expect "Expanding full symbols" message for
2415 -readnow.
2416
2417 2020-04-10 Tom de Vries <tdevries@suse.de>
2418
2419 PR cli/25808
2420 * gdb.base/style.c: Add leading newlines.
2421 * gdb.base/style.exp: Use gdb_get_line_number to get specific lines.
2422 Check listing of main's one-line body.
2423
2424 2020-04-08 Tom de Vries <tdevries@suse.de>
2425
2426 * lib/gdb.exp (psymtabs_p): New proc.
2427 * gdb.dwarf2/imported-unit.exp: Mark "no static partial symbols in
2428 importing unit" unsupported if there are no partial symbols.
2429
2430 2020-04-08 Tom de Vries <tdevries@suse.de>
2431
2432 PR testsuite/25760
2433 * gdb.ada/call_pn.exp: Call "maint expand-symtabs". Add xfails.
2434
2435 2020-04-07 Tom de Vries <tdevries@suse.de>
2436
2437 PR symtab/25796
2438 * gdb.dwarf2/imported-unit-abstract-const-value.exp: New file.
2439
2440 2020-04-07 Tom de Vries <tdevries@suse.de>
2441
2442 * gdb.base/check-psymtab.c: New test.
2443 * gdb.base/check-psymtab.exp: New file.
2444
2445 2020-04-06 Tom Tromey <tromey@adacore.com>
2446
2447 * gdb.ada/variant-record/proc.adb: New file.
2448 * gdb.ada/variant-record/value.adb: New file.
2449 * gdb.ada/variant-record/value.s: New file.
2450 * gdb.ada/variant-record.exp: New file.
2451
2452 2020-04-03 Hannes Domani <ssbssa@yahoo.de>
2453
2454 PR gdb/25325
2455 * gdb.cp/typed-enum.cc: New test.
2456 * gdb.cp/typed-enum.exp: New file.
2457
2458 2020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
2459
2460 * gdb.dwarf2/dw2-inline-small-func-lbls.c: New file.
2461 * gdb.dwarf2/dw2-inline-small-func.c: New file.
2462 * gdb.dwarf2/dw2-inline-small-func.exp: New file.
2463 * gdb.dwarf2/dw2-inline-small-func.h: New file.
2464 * gdb.opt/inline-small-func.c: New file.
2465 * gdb.opt/inline-small-func.exp: New file.
2466 * gdb.opt/inline-small-func.h: New file.
2467
2468 2020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
2469
2470 * lib/dwarf.exp (Dwarf::lines::program::DW_LNS_set_file): New
2471 function.
2472
2473 2020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
2474
2475 * lib/dwarf.exp (function_range): Allow compiler options to be
2476 specified.
2477
2478 2020-04-02 Tom de Vries <tdevries@suse.de>
2479
2480 * gdb.dwarf2/break-inline-psymtab-2.c (bar): Add
2481 __attribute__((always_inline)).
2482 * gdb.dwarf2/break-inline-psymtab.exp: Don't use -O2.
2483
2484 2020-04-02 Tom de Vries <tdevries@suse.de>
2485
2486 * lib/gdbserver-support.exp (gdbserver_exit): Factor out of ...
2487 (gdbserver_gdb_exit): ... here. Add timeout warning.
2488 * gdb.multi/multi-target.exp (server_spawn_ids): New global var.
2489 (connect_target_extended_remote): Append new server_spawn_id to
2490 server_spawn_ids.
2491 (cleanup): New proc.
2492 (setup, <toplevel>): Call cleanup.
2493
2494 2020-04-02 Tom de Vries <tdevries@suse.de>
2495
2496 * gdb.base/main-psymtab.exp: New file.
2497
2498 2020-04-02 Tom de Vries <tdevries@suse.de>
2499
2500 * gdb.fortran/mixed-lang-stack.exp: Accept new complex printing style.
2501
2502 2020-04-01 Tom Tromey <tom@tromey.com>
2503
2504 * gdb.base/complex-parts.exp: Add type tests.
2505
2506 2020-04-01 Tom Tromey <tom@tromey.com>
2507
2508 * gdb.base/complex-parts.exp: Add arithmetic tests.
2509
2510 2020-04-01 Tom Tromey <tom@tromey.com>
2511
2512 * gdb.compile/compile.exp: Update.
2513 * gdb.compile/compile-cplus.exp: Update.
2514 * gdb.base/varargs.exp: Update.
2515 * gdb.base/floatn.exp: Update.
2516 * gdb.base/endianity.exp: Update.
2517 * gdb.base/callfuncs.exp (do_function_calls): Update.
2518 * gdb.base/funcargs.exp (complex_args, complex_integral_args)
2519 (complex_float_integral_args): Update.
2520 * gdb.base/complex.exp: Update.
2521 * gdb.base/complex-parts.exp: Update.
2522
2523 2020-04-01 Tom Tromey <tromey@adacore.com>
2524
2525 * gdb.rust/union.rs: New file.
2526 * gdb.rust/union.exp: New file.
2527 * gdb.rust/simple.rs (Union, Union2): Move to union.rs.
2528 (main): Update.
2529 * gdb.rust/simple.exp: Move union tests to union.exp.
2530
2531 2020-04-01 Tom Tromey <tromey@adacore.com>
2532
2533 * gdb.rust/simple.rs (main): Remove "y0".
2534
2535 2020-04-01 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2536
2537 * gdb.multi/stop-all-on-exit.c: New test.
2538 * gdb.multi/stop-all-on-exit.exp: New file.
2539
2540 2020-04-01 Hannes Domani <ssbssa@yahoo.de>
2541
2542 PR gdb/24789
2543 * gdb.cp/misc.cc: Add integer reference variable.
2544 * gdb.cp/misc.exp: Add test.
2545
2546 2020-04-01 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2547
2548 * gdb.server/stop-reply-no-thread.exp: Enhance the test
2549 scenario to cover execution until the end and also the case
2550
2551 2020-03-31 Tom de Vries <tdevries@suse.de>
2552
2553 * gdb.base/c-linkage-name.exp: Fix test-case comment. Set language to
2554 c. Use "maint info symtabs" to check symtab expansion.
2555
2556 2020-03-30 Tom de Vries <tdevries@suse.de>
2557
2558 * gdb.base/c-linkage-name.exp: Use readnow call to mark a test
2559 unsupported.
2560 (verify_psymtab_expanded): Move ...
2561 * lib/gdb.exp (verify_psymtab_expanded): ... here. Add unsupported
2562 test.
2563 (readnow): New proc.
2564
2565 2020-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
2566
2567 * gdb.fortran/mixed-lang-stack.exp: Replace two hard coded address
2568 with $hex.
2569
2570 2020-03-20 Tom Tromey <tromey@adacore.com>
2571
2572 * gdb.dwarf2/dw2-ranges-base.exp: Update regular expressions.
2573
2574 2020-03-20 Tom Tromey <tromey@adacore.com>
2575
2576 * gdb.ada/sub_variant/subv.adb: New file.
2577 * gdb.ada/sub_variant.exp: New file.
2578
2579 2020-03-20 Tom de Vries <tdevries@suse.de>
2580
2581 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Bail out if
2582 first break fails.
2583 * gdb.threads/step-over-trips-on-watchpoint.exp: (do_test): Same.
2584
2585 2020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
2586
2587 * gdb.server/exit-multiple-threads.c: New file.
2588 * gdb.server/exit-multiple-threads.exp: New file.
2589
2590 2020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
2591
2592 * gdb.fortran/mixed-lang-stack.c: New file.
2593 * gdb.fortran/mixed-lang-stack.cpp: New file.
2594 * gdb.fortran/mixed-lang-stack.exp: New file.
2595 * gdb.fortran/mixed-lang-stack.f90: New file.
2596
2597 2020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
2598
2599 * gdb.linespec/cp-completion-aliases.cc: New file.
2600 * gdb.linespec/cp-completion-aliases.exp: New file.
2601
2602 2020-03-19 Tom de Vries <tdevries@suse.de>
2603
2604 * gdb.opt/inline-locals.exp: Add kfail PR number. Make kfail matching
2605 more precise.
2606
2607 2020-03-18 Tom de Vries <tdevries@suse.de>
2608
2609 * gdb.dwarf2/break-inline-psymtab-2.c: New test.
2610 * gdb.dwarf2/break-inline-psymtab.c: New test.
2611 * gdb.dwarf2/break-inline-psymtab.exp: New file.
2612
2613 2020-03-16 Tom de Vries <tdevries@suse.de>
2614
2615 * lib/cache.exp (gdb_do_cache): Add and handle local variables
2616 cache_verify and cache_verify_proc.
2617
2618 2020-03-15 Tom de Vries <tdevries@suse.de>
2619
2620 * gdb.server/solib-list.exp: Handle
2621 'Load new symbol table from "/lib64/ld-2.26.so"? (y or n)'.
2622
2623 2020-03-15 Tom de Vries <tdevries@suse.de>
2624
2625 * gdb.base/maint.exp: Use exp_continue in long lines for "maint print
2626 objfiles".
2627
2628 2020-03-14 Tom Tromey <tom@tromey.com>
2629
2630 * gdb.base/cvexpr.exp: Add test for _Atomic and restrict.
2631
2632 2020-03-14 Tom de Vries <tdevries@suse.de>
2633
2634 * gdb.mi/mi-fortran-modules.exp: Use exp_continue.
2635
2636 2020-03-14 Tom de Vries <tdevries@suse.de>
2637
2638 * gdb.threads/attach-many-short-lived-threads.exp: Read "info threads"
2639 result in line-by-line fashion.
2640
2641 2020-03-14 Tom de Vries <tdevries@suse.de>
2642
2643 * lib/gdb.exp (supports_statement_frontiers): New proc.
2644 * gdb.cp/step-and-next-inline.exp: Use supports_statement_frontiers.
2645
2646 2020-03-14 Tom de Vries <tdevries@suse.de>
2647
2648 * gdb.base/printcmds.exp: Add missing quoting for "print
2649 teststring2".
2650
2651 2020-03-13 Tom Tromey <tom@tromey.com>
2652
2653 * gdb.base/printcmds.exp (test_print_strings): Add regression
2654 test.
2655 * gdb.base/printcmds.c (charptr): New typedef.
2656 (teststring2): New global.
2657
2658 2020-03-13 Andrew Burgess <andrew.burgess@embecosm.com>
2659
2660 * gdb.base/break-interp.exp: Use the tail of the filename, not the
2661 full path in the test name.
2662 (test_ld): Add some with_test_prefix blocks to make test names
2663 unique.
2664
2665 2020-03-13 Tom de Vries <tdevries@suse.de>
2666
2667 * gdb.mi/mi-sym-info.exp: Fix buffer full errors, and timeouts.
2668
2669 2020-03-13 Tom de Vries <tdevries@suse.de>
2670
2671 * gdb.mi/mi-sym-info.exp: Make matching more precise.
2672
2673 2020-03-13 Tom de Vries <tdevries@suse.de>
2674
2675 PR symtab/25646
2676 * gdb.dwarf2/imported-unit.exp: Add test.
2677
2678 2020-03-13 Tom de Vries <tdevries@suse.de>
2679
2680 * gdb.mi/mi-sym-info-2.c (another_char_t, another_short_t): New typedef.
2681 (var1, var2): New variable.
2682 * gdb.mi/mi-sym-info.exp: Add --name to various commands to restrict
2683 matching symbols.
2684
2685 2020-03-13 Tom de Vries <tdevries@suse.de>
2686
2687 * lib/tuiterm.exp (Term::command_no_prompt_prefix): New proc.
2688 (Term::command): Use prompt prefix.
2689 (Term::enter_tui): Use command_no_prompt_prefix instead of prefix.
2690 * gdb.tui/tui-layout-asm-short-prog.exp: Use
2691 command_no_prompt_prefix instead of prefix.
2692 * gdb.tui/tui-layout-asm.exp: Same.
2693
2694 2020-03-12 Simon Marchi <simon.marchi@efficios.com>
2695
2696 * gdb.base/break-interp.exp: Use foreach_with_prefix.
2697
2698 2020-03-12 Simon Marchi <simon.marchi@efficios.com>
2699
2700 * gdb.arch/amd64-disp-step-avx.S: Add nops after _start.
2701 * gdb.arch/amd64-disp-step-avx.exp: Enable "set debug displaced
2702 on" while stepping over the test instruction, match printed
2703 message.
2704
2705 2020-03-12 Tom de Vries <tdevries@suse.de>
2706
2707 * gdb.base/info-types.exp: Use exp_continue during matching of output
2708 of "info types".
2709
2710 2020-03-12 Tom de Vries <tdevries@suse.de>
2711
2712 * gdb.threads/execl.exp: Delete breakpoint after hitting it.
2713
2714 2020-03-12 Tom de Vries <tdevries@suse.de>
2715
2716 * gdb.fortran/module.exp: Use exp_continue during matching of output
2717 of "info variable -n".
2718
2719 2020-03-12 Tom de Vries <tdevries@suse.de>
2720
2721 * gdb.dwarf2/dw2-ranges-base.exp: Limit "maint info line-table" to
2722 gdb.dwarf2/dw2-ranges-base.c.
2723
2724 2020-03-12 Tom de Vries <tdevries@suse.de>
2725
2726 * gdb.linespec/explicit.exp: Fix "complete non-unique file name" test
2727 in presence of GLIBC debuginfo.
2728
2729 2020-03-12 Tom de Vries <tdevries@suse.de>
2730
2731 * lib/gdb.exp (gdb_core_cmd): Use string_to_regexp for regexp-matching
2732 $core.
2733
2734 2020-03-12 Tom de Vries <tdevries@suse.de>
2735
2736 * lib/gdb.exp (gdb_core_cmd): Make "No such file or directory" regexp
2737 more precise.
2738
2739 2020-03-11 Simon Marchi <simon.marchi@efficios.com>
2740
2741 * lib/gdb.exp (standard_output_file): Use `pwd -W` to convert
2742 from Unix to Windows path.
2743
2744 2020-03-11 Tom de Vries <tdevries@suse.de>
2745
2746 * gdb.ada/minsyms.exp: Set language to ada.
2747
2748 2020-03-11 Tom de Vries <tdevries@suse.de>
2749
2750 * gdb.server/sysroot.exp: Allow GLIBC's printf alias __printf.
2751
2752 2020-03-11 Tom de Vries <tdevries@suse.de>
2753
2754 * gdb.btrace/reconnect.exp: Allow source line pattern after stepi.
2755
2756 2020-03-11 Tom Tromey <tromey@adacore.com>
2757
2758 * gdb.dwarf2/variant.exp: Mark discriminants as artificial.
2759
2760 2020-03-11 Tom de Vries <tdevries@suse.de>
2761
2762 * gdb.base/foll-fork.exp: Allow "Reading in symbols" messages.
2763
2764 2020-03-11 Tom de Vries <tdevries@suse.de>
2765
2766 * gdb.base/break-interp.exp: Limit verbose scope.
2767
2768 2020-03-11 Tom de Vries <tdevries@suse.de>
2769
2770 * gdb.fortran/logical.f90: Define variable with character type.
2771 * gdb.fortran/logical.exp: Use character type instead of uint8_t.
2772
2773 2020-03-11 Tom de Vries <tdevries@suse.de>
2774
2775 * gdb.base/list-ambiguous.exp: Set EDITOR to true.
2776
2777 2020-03-11 Tom de Vries <tdevries@suse.de>
2778
2779 * gdb.ada/access_to_packed_array.exp: Test printing of expanded
2780 symtabs.
2781
2782 2020-03-10 Andrew Burgess <andrew.burgess@embecosm.com>
2783 Bernd Edlinger <bernd.edlinger@hotmail.de>
2784
2785 * gdb.cp/step-and-next-inline.cc: New file.
2786 * gdb.cp/step-and-next-inline.exp: New file.
2787 * gdb.cp/step-and-next-inline.h: New file.
2788 * gdb.dwarf2/dw2-is-stmt.c: New file.
2789 * gdb.dwarf2/dw2-is-stmt.exp: New file.
2790 * gdb.dwarf2/dw2-is-stmt-2.c: New file.
2791 * gdb.dwarf2/dw2-is-stmt-2.exp: New file.
2792 * gdb.dwarf2/dw2-ranges-base.exp: Update line table pattern.
2793
2794 2020-03-10 Andrew Burgess <andrew.burgess@embecosm.com>
2795
2796 * lib/dwarf.exp (Dwarf::lines) Add support for modifying the
2797 is-stmt flag in the line table.
2798
2799 2020-03-09 Tom de Vries <tdevries@suse.de>
2800
2801 * lib/gdb.exp (cached_file): Create cache dir.
2802
2803 2020-03-07 Tom de Vries <tdevries@suse.de>
2804
2805 * gdb.cp/ref-params.exp: Compare build_executable result with -1.
2806 * gdb.cp/rvalue-ref-params.exp: Same.
2807
2808 2020-03-06 Tom de Vries <tdevries@suse.de>
2809
2810 * lib/gdb.exp (tentative_rename, cached_file): New proc.
2811 * boards/cc-with-tweaks.exp: Use cached_file to create gdb.sh.
2812
2813 2020-03-06 Tom de Vries <tdevries@suse.de>
2814
2815 * README: Fix "the the".
2816 * gdb.base/dprintf.exp: Same.
2817
2818 2020-03-05 Tom de Vries <tdevries@suse.de>
2819
2820 * gdb.base/maint.exp: Update "main print statistics" expected output.
2821
2822 2020-03-04 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
2823
2824 * lib/fortran.exp (fortran_int4): Handle flang kind printing.
2825 (fortran_int8): Likewise.
2826 (fortran_real4): Likewise.
2827 (fortran_real8): Likewise.
2828 (fortran_complex4): Likewise.
2829 (fortran_logical4): Likewise.
2830 (fortran_character1): Likewise.
2831
2832 2020-03-03 Andrew Burgess <andrew.burgess@embecosm.com>
2833
2834 * gdb.fortran/logical.exp: Add tests that any non-zero value is
2835 printed as true.
2836
2837 2020-03-03 Sergio Durigan Junior <sergiodj@redhat.com>
2838
2839 * gdb.base/printcmds.exp: Add test to verify printf of a
2840 variable holding an address.
2841
2842 2020-03-03 Tom de Vries <tdevries@suse.de>
2843
2844 * gdb.mi/gdb2549.exp: Fix "register values t" check-read1 timeout.
2845
2846 2020-03-03 Tom de Vries <tdevries@suse.de>
2847
2848 * gdb.mi/list-thread-groups-available.exp: Use -prompt syntax for
2849 gdb_test_multiple call.
2850
2851 2020-03-03 Tom de Vries <tdevries@suse.de>
2852
2853 * gdb.mi/mi-sym-info.exp: Add missing -prompt "$mi_gdb_prompt$" to
2854 gdb_test_multiple calls.
2855
2856 2020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
2857
2858 * gdb.base/default.exp: Remove test of 'set history filename'.
2859 * gdb.base/gdbinit-history.exp: Add tests for setting the history
2860 filename to the empty string.
2861 * lib/gdb.exp (gdb_init): Unset environment variables GDBHISTFILE
2862 and GDBHISTSIZE.
2863
2864 2020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
2865
2866 * gdb.server/stop-reply-no-thread.exp: Add test where T packet is
2867 disabled.
2868
2869 2020-03-02 Pedro Alves <palves@redhat.com>
2870 Tom de Vries <tdevries@suse.de>
2871
2872 * lib/gdb.exp (gdb_test_multiple): Handle prompt_regexp option using
2873 -prompt prefix, before user_code argument. Add -lbl option likewise.
2874 (skip_python_tests_prompt, skip_libstdcxx_probe_tests_prompt)
2875 (gdb_is_target_1): Add -prompt prefix and move to before user_code
2876 argument.
2877 * gdb.base/corefile-buildid.exp: Use -lbl option. Rewrite regexps to
2878 have "\r\n" at start-of-line, instead of at end-of-line.
2879
2880 2020-02-28 Simon Marchi <simon.marchi@efficios.com>
2881
2882 * lib/trace-support.exp (get_in_proc_agent): Adjust path to
2883 libinproctrace.so.
2884
2885 2020-02-28 Luis Machado <luis.machado@linaro.org>
2886
2887 * gdb.arch/aarch64-fp.exp: Switch from "info registers" command
2888 to "p/x".
2889
2890 2020-02-28 Luis Machado <luis.machado@linaro.org>
2891
2892 * gdb.arch/aarch64-dbreg-contents.c: Include stdlib.h, unistd.h,
2893 asm/ptrace.h and error.h.
2894
2895 2020-02-28 Tom de Vries <tdevries@suse.de>
2896
2897 * gdb.base/c-linkage-name.c (main): Call do_something_other_cu.
2898 (struct wrapper, do_something, mundane/symada__cS): Move ...
2899 * gdb.base/c-linkage-name-2.c: ... here. New source file.
2900 * gdb.base/c-linkage-name.exp: Add verification of psymtab expansion.
2901 Update "print symada__cS before partial symtab expansion" regexp.
2902 Update breakpoint location. Flush symbol cache after expansion.
2903
2904 2020-02-28 Luis Machado <luis.machado@linaro.org>
2905
2906 * gdb.arch/aarch64-pauth.exp: Recognize optional PAC output.
2907
2908 2020-02-27 Tom de Vries <tdevries@suse.de>
2909
2910 * config/sid.exp: Remove unused globals.
2911 * gdb.base/attach.exp: Same.
2912 * gdb.base/catch-load.exp: Same.
2913 * gdb.base/dbx.exp: Same.
2914 * lib/gdb.exp: Same.
2915 * lib/mi-support.exp: Same.
2916 * lib/prompt.exp: Same.
2917
2918 2020-02-27 Tom de Vries <tdevries@suse.de>
2919
2920 * lib/tuiterm.exp (spawn): Handle case that spawn_out(slave,name) is
2921 not set.
2922
2923 2020-02-26 Aaron Merey <amerey@redhat.com>
2924
2925 * gdb.debuginfod: New directory for debuginfod tests.
2926 * gdb.debuginfod/main.c: New test file.
2927 * gdb.debuginfod/fetch_src_and_symbols.exp: New tests.
2928
2929 2020-02-26 Tom de Vries <tdevries@suse.de>
2930
2931 PR gdb/25603
2932 * gdb.base/persistent-lang.cc: New test.
2933 * gdb.base/persistent-lang.exp: New file.
2934
2935 2020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
2936
2937 * gdb.fortran/derived-type-striding.exp: Add a new test.
2938 * gdb.fortran/derived-type-striding.f90: Add pointer variable for
2939 new test.
2940
2941 2020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
2942
2943 * gdb.base/cached-source-file.exp: Avoid source file paths in test
2944 names.
2945
2946 2020-02-25 Tom de Vries <tdevries@suse.de>
2947
2948 PR go/18926
2949 * gdb.go/methods.exp: Remove gcc/93866 xfail.
2950
2951 2020-02-24 Tom de Vries <tdevries@suse.de>
2952
2953 PR gdb/25592
2954 * gdb.base/info-locals-unused-static-var.c: New test.
2955 * gdb.base/info-locals-unused-static-var.exp: New file.
2956
2957 2020-02-22 Tom Tromey <tom@tromey.com>
2958
2959 * gdb.python/tui-window.exp: New file.
2960 * gdb.python/tui-window.py: New file.
2961
2962 2020-02-22 Tom Tromey <tom@tromey.com>
2963
2964 PR tui/17850:
2965 * gdb.tui/new-layout.exp: Add horizontal layout and winheight
2966 tests.
2967
2968 2020-02-22 Tom Tromey <tom@tromey.com>
2969
2970 * gdb.tui/new-layout.exp: Add sub-layout tests.
2971
2972 2020-02-22 Tom Tromey <tom@tromey.com>
2973
2974 * gdb.tui/new-layout.exp: New file.
2975
2976 2020-02-22 Tom Tromey <tom@tromey.com>
2977
2978 * gdb.rust/rust-style.rs: New file.
2979 * gdb.rust/rust-style.exp: New file.
2980 * gdb.base/style.exp: Test structure printing.
2981 * gdb.base/style.c (struct some_struct): New type.
2982 (enum etype): New type.
2983 (struct_value): New global.
2984
2985 2020-02-21 Tom de Vries <tdevries@suse.de>
2986
2987 PR go/18926
2988 * lib/gdb.exp (bp_location2/bp_location2_regexp): Fix.
2989 Remove blanket xfails. Use message argument for gdb_breakpoint.
2990 Make continuing to breakpoint test conditional on setting breakpoint.
2991 Fix continuing to breakpoint regexp. Add xfails for gccgo-6/7
2992 DW_AT_name attribute. Add xfail for GCC PR93866.
2993
2994 2020-02-21 Andrew Burgess <andrew.burgess@embecosm.com>
2995
2996 * gdb.dwarf2/cpp-linkage-name.c: New file.
2997 * gdb.dwarf2/cpp-linkage-name.exp: New file.
2998
2999 2020-02-21 Shahab Vahedi <shahab@synopsys.com>
3000
3001 * lib/gdb.exp (gdb_wrapper_init): Reset
3002 "gdb_wrapper_initialized" to 0 if "wrapper_file" does
3003 not exist.
3004
3005 2020-02-20 Tom de Vries <tdevries@suse.de>
3006
3007 PR go/17018
3008 * gdb.go/hello.exp: Copy ...
3009 * gdb.go/global-local-var-shadow.exp: ... here. New file. Expect
3010 print of st to print value of global definition. Add xfail for GCC
3011 PR93844.
3012 * gdb.go/hello.exp: Remove printing of st before definition.
3013 * gdb.go/hello.go: Copy ...
3014 * gdb.go/global-local-var-shadow.go: ... here. New test. Rename myst
3015 to st.
3016 * gdb.go/hello.go: Remove myst. Remove comment about shadowing.
3017
3018 2020-02-20 Tom de Vries <tdevries@suse.de>
3019
3020 * lib/gdb.exp (support_go_compile): New gdb_caching_proc.
3021 (gdb_simple_compile): Handle compile_flags go by using .go extension
3022 for source file.
3023 * gdb.go/chan.exp: Use support_go_compile.
3024 * gdb.go/handcall.exp: Same.
3025 * gdb.go/hello.exp: Same.
3026 * gdb.go/integers.exp: Same.
3027 * gdb.go/max-depth.exp: Same.
3028 * gdb.go/methods.exp: Same.
3029 * gdb.go/package.exp: Same.
3030 * gdb.go/strings.exp: Same.
3031 * gdb.go/types.exp: Same.
3032 * gdb.go/unsafe.exp: Same.
3033
3034 2020-02-19 Tom de Vries <tdevries@suse.de>
3035
3036 * gdb.python/lib-types.exp: Make xfail more strict.
3037
3038 2020-02-19 Tom de Vries <tdevries@suse.de>
3039
3040 * gdb.ada/funcall_ref.exp: Replace xfail setup by unsupported check.
3041
3042 2020-02-19 Doug Evans <dje@google.com>
3043
3044 PR rust/25535
3045 * gdb.rust/simple.exp: Add test.
3046 * gdb.rust/simple.rs: Add test.
3047
3048 2020-02-19 Tom de Vries <tdevries@suse.de>
3049
3050 * gdb.base/corefile-buildid.exp (check_exec_file): Match info files
3051 output line-by-line.
3052
3053 2020-02-19 Tom de Vries <tdevries@suse.de>
3054
3055 * gdb.cp/cpexprs.exp: Remove c++/14186 kfail.
3056
3057 2020-02-19 Tom de Vries <tdevries@suse.de>
3058
3059 * gdb.base/solib-overlap.exp: Use exec instead of system to execute
3060 prelink.
3061
3062 2020-02-19 Tom de Vries <tdevries@suse.de>
3063
3064 * lib/cache.exp (ignore_pass, gdb_do_cache_wrap): New proc.
3065 (gdb_do_cache): Use gdb_do_cache_wrap.
3066 * gdb.base/gdb-caching-proc.exp (test_proc): Use gdb_do_cache_wrap.
3067
3068 2020-02-19 Tom de Vries <tdevries@suse.de>
3069
3070 * lib/dtrace.exp (dtrace_build_usdt_test_program): Use quiet as
3071 gdb_compile option.
3072
3073 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
3074
3075 * gdb.base/printcmds.exp (test_print_enums): Update expected
3076 output.
3077
3078 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
3079
3080 * gdb.base/printcmds.exp (test_print_enums): Expect hex values
3081 for "unknown".
3082
3083 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
3084
3085 * gdb.base/printcmds.c (enum flag_enum): Add FE_TWO_LEGACY
3086 enumerator.
3087
3088 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
3089
3090 * gdb.base/printcmds.c (enum flag_enum): Prefix enumerators with
3091 FE_, add FE_NONE.
3092 (three): Update.
3093 (enum flag_enum_without_zero): New enum.
3094 (flag_enum_without_zero): New variable.
3095 (enum not_flag_enum): New enum.
3096 (three_not_flag): New variable.
3097 * gdb.base/printcmds.exp (test_artificial_arrays): Update.
3098 (test_print_enums): Add more tests for printing flag enums.
3099
3100 2020-02-18 Tom de Vries <tdevries@suse.de>
3101
3102 * lib/ada.exp (gdb_compile_ada_1): Factor out of ...
3103 (gdb_compile_ada): ... here.
3104 (gnat_runtime_has_debug_info): Remove fail call for gdb_compile_ada
3105 failure. Use gdb_compile_ada_1 instead of gdb_compile_ada.
3106
3107 2020-02-14 Tom Tromey <tom@tromey.com>
3108
3109 * lib/gdbserver-support.exp (find_gdbserver): Find gdbserver in
3110 build directory.
3111 * boards/gdbserver-base.exp: Update path to gdbserver.
3112
3113 2020-02-13 Tom de Vries <tdevries@suse.de>
3114
3115 * lib/ada.exp (gdb_compile_ada): Delete stale exec before compilation.
3116
3117 2020-02-13 Tom de Vries <tdevries@suse.de>
3118
3119 * gdb.ada/catch_ex_std.exp: Indicate unsupported if gnatbind/gnatlink
3120 are missing.
3121
3122 2020-02-13 Tom de Vries <tdevries@suse.de>
3123
3124 * lib/ada.exp (gnatmake_version_at_least): Wrap exec call in a catch
3125 call.
3126
3127 2020-02-11 Sergio Durigan Junior <sergiodj@redhat.com>
3128
3129 PR tui/25126
3130 https://bugzilla.redhat.com/show_bug.cgi?id=1784210
3131 * gdb.base/cached-source-file.c: New file.
3132 * gdb.base/cached-source-file.exp: New file.
3133
3134 2020-02-11 Tom de Vries <tdevries@suse.de>
3135
3136 PR testsuite/25488
3137 * lib/gdb.exp (gdb_init): Unset $file_last_loaded.
3138
3139 2020-02-10 Tom de Vries <tdevries@suse.de>
3140
3141 * gdb.multi/multi-target.exp: Skip if skip_gdbserver_tests.
3142
3143 2020-02-10 Maciej W. Rozycki <macro@wdc.com>
3144
3145 * gdb.base/step-over-no-symbols.exp: Verify that $before_addr
3146 and $after_addr are both integers before making a comparison.
3147
3148 2020-02-09 Tom de Vries <tdevries@suse.de>
3149
3150 * gdb.base/many-headers.exp: Echo gdb command to gdb.log. Capture gdb
3151 command output and paste it into gdb.log. If any, paste catch message
3152 to gdb.log.
3153
3154 2020-02-07 Tom Tromey <tromey@adacore.com>
3155
3156 PR breakpoints/24915:
3157 * gdb.base/annotate-symlink.exp: Use setup_xfail.
3158
3159 2020-02-06 Shahab Vahedi <shahab@synopsys.com>
3160
3161 * gdb.tui/tui-missing-src.exp: Add the "missing source
3162 file" test for the TUI.
3163
3164 2020-02-06 Andrew Burgess <andrew.burgess@embecosm.com>
3165
3166 * gdb.server/multi-ui-errors.exp: Give a test a real name to avoid
3167 including a port number in the output.
3168
3169 2020-02-04 Alok Kumar Sharma <alokkumar.sharma@amd.com>
3170
3171 * lib/fortran.exp (fortran_int4): Handle clang.
3172 (fortran_int8): Likewise.
3173 (fortran_real4): Likewise.
3174 (fortran_real8): Likewise.
3175 (fortran_complex4): Likewise.
3176 (fortran_logical4): Likewise.
3177 (fortran_character1): Likewise.
3178
3179 2020-02-04 Tom de Vries <tdevries@suse.de>
3180
3181 * README (Race detection): Add note.
3182
3183 2020-02-04 Tom de Vries <tdevries@suse.de>
3184
3185 * lib/gdb.exp (inferior_exited_re): Use "\[^\n\r\]*" instead of ".*".
3186
3187 2020-02-04 Tom de Vries <tdevries@suse.de>
3188
3189 * lib/gdb.exp (inferior_exited_re): Use non-capturing parentheses.
3190
3191 2020-02-03 Rogerio A. Cardoso <rcardoso@linux.ibm.com>
3192
3193 * gdb.arch/powerpc-power8.exp: Delete trailing whitespace of
3194 tbegin., tend. instructions. Replace bctar-, bctar+, bctarl-,
3195 bctarl+ extended mnemonics when avaliable by bgttar, bnstarl,
3196 blttar, bnetarl.
3197 * gdb.arch/powerpc-power8.s: Fix comments. Fix instructions
3198 binary for blttar, bnetarl.
3199 * gdb.arch/powerpc-power9.exp: Delete trailing whitespace of
3200 wait instruction. Delete ldmx test.
3201 * gdb.arch/powerpc-power9.s: Delete ldmx instruction.
3202
3203 2020-02-03 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
3204
3205 * gdb.fortran/array-bounds-high.exp: New file.
3206 * gdb.fortran/array-bounds-high.f90: New file.
3207
3208 2020-02-03 Lukas Durfina <ldurfina@tachyum.com> (tiny change)
3209
3210 * gdb.base/fileio.c: Remove #include of <sys/errno.h>.
3211 Replace #include of <sys/fcntl.h> by <fcntl.h>.
3212
3213 2020-02-01 Tom de Vries <tdevries@suse.de>
3214
3215 * gdb.server/server-kill-python.exp: Fix $gdb_tst_name typo.
3216
3217 2020-01-31 Andrew Burgess <andrew.burgess@embecosm.com>
3218
3219 PR tui/9765
3220 * gdb.tui/tui-layout-asm-short-prog.S: New file.
3221 * gdb.tui/tui-layout-asm-short-prog.exp: New file.
3222
3223 2020-01-29 Luis Machado <luis.machado@linaro.org>
3224
3225 * gdb.arch/aarch64-brk-patterns.c: New source file.
3226 * gdb.arch/aarch64-brk-patterns.exp: New test.
3227
3228 2020-01-29 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
3229
3230 * gdb.cp/pass-by-ref-2.exp: Mark some tests as XFAIL based on the
3231 GCC/Clang version.
3232 * gdb.cp/pass-by-ref.exp: Ditto.
3233
3234 2020-01-29 Tom de Vries <tdevries@suse.de>
3235
3236 * gdb.threads/watchpoint-fork-child.c: Guard prints with #if DEBUG.
3237 * gdb.threads/watchpoint-fork-mt.c: Same.
3238 * gdb.threads/watchpoint-fork-parent.c: Same.
3239 * gdb.threads/watchpoint-fork-st.c: Same.
3240 * gdb.threads/watchpoint-fork.exp: Compile with DEBUG=0.
3241
3242 2020-01-27 Luis Machado <luis.machado@linaro.org>
3243
3244 * gdb.base/step-over-syscall.exp (setup): Check if we're already
3245 sitting at a syscall instruction when we hit the syscall function's
3246 breakpoint.
3247 Check PC against one obtained with the x command.
3248 Validate syscall number.
3249 (step_over_syscall): Don't continue to the syscall instruction if
3250 we're already there.
3251
3252 2020-01-25 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3253
3254 * gdb.base/attach.exp: Test 'set exec-file-mismatch'.
3255
3256 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
3257
3258 * gdb.dwarf2/dw2-inline-many-frames.c: New file.
3259 * gdb.dwarf2/dw2-inline-many-frames.exp: New file.
3260
3261 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
3262
3263 * gdb.dwarf2/dw2-inline-stepping.c: New file.
3264 * gdb.dwarf2/dw2-inline-stepping.exp: New file.
3265
3266 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
3267
3268 * gdb.base/maint.exp: Update line table parsing test.
3269 * gdb.dwarf2/dw2-ranges-base.exp: Add new line table parsing test.
3270
3271 2020-01-24 Pedro Alves <palves@redhat.com>
3272
3273 PR gdb/25410
3274 * gdb.multi/multi-re-run-1.c: New.
3275 * gdb.multi/multi-re-run-2.c: New.
3276 * gdb.multi/multi-re-run.exp: New.
3277
3278 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
3279
3280 PR gdb/23718
3281 * gdb.server/server-kill-python.exp: New file.
3282
3283 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
3284
3285 * gdb.server/multi-ui-errors.c: New file.
3286 * gdb.server/multi-ui-errors.exp: New file.
3287
3288 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
3289
3290 PR tui/9765
3291 * gdb.tui/tui-layout-asm.exp: Add scrolling test for asm window.
3292
3293 2020-01-19 Tom Tromey <tom@tromey.com>
3294
3295 * gdb.tui/main.exp: Add check for plain "file".
3296
3297 2020-01-16 Christian Biesinger <cbiesinger@google.com>
3298
3299 * lib/gdb.exp: Fix spelling error (seperatelly).
3300
3301 2020-01-14 Tom Tromey <tom@tromey.com>
3302
3303 PR symtab/12535:
3304 * gdb.python/python.exp: Test decode_line with empty string
3305 argument.
3306
3307 2020-01-14 Bernd Edlinger <bernd.edlinger@hotmail.de>
3308
3309 * gdb.base/skip-inline.exp: Extend test.
3310
3311 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
3312
3313 * gdb.dwarf2/dw2-bad-elf-other.S: New file.
3314 * gdb.dwarf2/dw2-bad-elf.c: New file.
3315 * gdb.dwarf2/dw2-bad-elf.exp: New file.
3316
3317 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
3318
3319 * lib/dwarf.exp (Dwarf::lines): Reset _line_saw_program and
3320 _line_saw_file.
3321
3322 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
3323
3324 * lib/tuiterm.exp (Term::_check_box): Check some parts of the top
3325 border.
3326
3327 2020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
3328
3329 * gdb.multi/multi-target.exp (setup): Factor out "info
3330 connections" and "info inferiors" tests to ...
3331 (test_info_inferiors): ... this new procedure.
3332 (top level): Run new "info-inferiors" tests.
3333
3334 2020-01-10 Pedro Alves <palves@redhat.com>
3335
3336 * gdb.server/bkpt-other-inferior.exp: New file.
3337
3338 2020-01-10 Pedro Alves <palves@redhat.com>
3339
3340 * gdb.base/kill-detach-inferiors-cmd.exp: Adjust expected output
3341 of "add-inferior".
3342 * gdb.base/quit-live.exp: Likewise.
3343 * gdb.base/remote-exec-file.exp: Likewise.
3344 * gdb.guile/scm-progspace.exp: Likewise.
3345 * gdb.linespec/linespec.exp: Likewise.
3346 * gdb.mi/new-ui-mi-sync.exp: Likewise.
3347 * gdb.mi/user-selected-context-sync.exp: Likewise.
3348 * gdb.multi/multi-target.exp (setup): Add "info connection" and
3349 "info inferiors" tests.
3350 * gdb.multi/remove-inferiors.exp: Adjust expected output of
3351 "add-inferior".
3352 * gdb.multi/watchpoint-multi.exp: Likewise.
3353 * gdb.python/py-inferior.exp: Likewise.
3354 * gdb.server/extended-remote-restart.exp: Likewise.
3355 * gdb.threads/fork-plus-threads.exp: Adjust expected output of
3356 "info inferiors".
3357 * gdb.threads/forking-threads-plus-breakpoint.exp: Likewise.
3358 * gdb.trace/report.exp: Likewise.
3359
3360 2020-01-10 Pedro Alves <palves@redhat.com>
3361
3362 * gdb.multi/multi-target.c: New file.
3363 * gdb.multi/multi-target.exp: New file.
3364 * lib/gdbserver-support.exp (gdb_target_cmd): Handle "Non-stop
3365 mode requested, but remote does not support non-stop".
3366
3367 2020-01-10 Pedro Alves <palves@redhat.com>
3368
3369 * gdb.server/extended-remote-restart.exp (test_reload): Explicitly
3370 disconnect before reconnecting.
3371
3372 2020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
3373 Pedro Alves <palves@redhat.com>
3374
3375 * gdb.server/connect-without-multi-process.exp: Also test
3376 continuing to end.
3377
3378 2020-01-10 Pedro Alves <palves@redhat.com>
3379
3380 * gdb.base/remote-exec-file.exp: New file.
3381
3382 2020-01-10 Pedro Alves <palves@redhat.com>
3383
3384 * gdb.base/fork-running-state.exp (do_test): Adjust expected
3385 output.
3386 * gdb.threads/async.c: New.
3387 * gdb.threads/async.exp: New.
3388 * gdb.multi/tids-gid-reset.c: New.
3389 * gdb.multi/tids-gid-reset.exp: New.
3390
3391 2020-01-10 George Barrett <bob@bob131.so>
3392
3393 * gdb.base/stap-probe.c (relocation_marker): Add dummy variable
3394 to help in finding the image relocation offset.
3395 * gdb.base/stap-probe.exp (stap_test): Accept arbitrary compile
3396 options in arguments.
3397 (stap_test_no_debuginfo): Likewise.
3398 (stap-probe-nosem-noopt-pie, stap-probe-nosem-noopt-nopie): Add
3399 test variants.
3400 (stap_test): Add null semaphore relocation test.
3401
3402 2020-01-10 George Barrett <bob@bob131.so>
3403
3404 * gdb.base/stap-probe.c: Rename USE_PROBES to USE_SEMAPHORES.
3405 * gdb.base/stap-probe.exp: Likewise.
3406 (stap_test): Pass argument as an additional flag.
3407 (stap_test_no_debuginfo): Likewise.
3408 (stap_test): Check `info probes stap' output for semaphore
3409 addresses if the test binary is supposed to have them.
3410
3411 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
3412
3413 * gdb.tui/basic.exp: Add more scrolling tests.
3414
3415 2020-01-09 Tom Tromey <tom@tromey.com>
3416
3417 PR tui/18932:
3418 * lib/tuiterm.exp (Term::wait_for): Rename from _accept. Return a
3419 meangingful value.
3420 (Term::command, Term::resize): Update.
3421 * gdb.tui/basic.exp: Add scrolling test.
3422
3423 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
3424
3425 * gdb.tui/tui-layout-asm.exp: New file.
3426
3427 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
3428
3429 * lib/tuiterm.exp (Term::check_box_contents): New proc.
3430
3431 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
3432
3433 * lib/tuiterm.exp (Term::prepare_for_tui): New proc.
3434 (Term::enter_tui): Use Term::prepare_for_tui.
3435
3436 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
3437
3438 * lib/tuiterm.exp (Term::dump_screen): Always dump the screen when
3439 called.
3440
3441 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
3442
3443 * gdb.base/skip.exp: Fix race condition in test.
3444
3445 2020-01-06 Andrew Burgess <andrew.burgess@embecosm.com>
3446
3447 * gdb.base/backtrace.c: New file.
3448 * gdb.base/backtrace.exp: New file.
3449
3450 2020-01-05 Andrew Burgess <andrew.burgess@embecosm.com>
3451
3452 * gdb.tui/list.exp: Test 'focus next' after 'list main'.
3453
3454 2020-01-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3455
3456 * gdb.base/style.exp: Test that warnings are styled.
3457
3458 2019-12-29 Bernd Edlinger <bernd.edlinger@hotmail.de>
3459
3460 * gdb.base/line65535.exp: New file.
3461 * gdb.base/line65535.c: New file.
3462
3463 2019-12-27 Simon Marchi <simon.marchi@polymtl.ca>
3464
3465 * lib/ada.exp (gnat_runtime_has_debug_info): New proc.
3466 * lib/gnat_debug_info_test.adb: New file.
3467 * gdb.ada/ptype_tagged_param.exp: Use
3468 gnat_runtime_has_debug_info, expect a different output if
3469 runtime does not have debug info.
3470
3471 2019-12-20 Simon Marchi <simon.marchi@efficios.com>
3472
3473 * lib/sym-info-cmds.exp (GDBInfoSymbols::check_no_entry): Add
3474 (another) quote in test name.
3475
3476 2019-12-20 Simon Marchi <simon.marchi@efficios.com>
3477
3478 * lib/sym-info-cmds.exp (GDBInfoModuleSymbols::check_no_entry):
3479 Add quote in test name.
3480
3481 2019-12-20 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
3482
3483 * gdb.cp/pass-by-ref.cc: Delete. Generated in the output
3484 directory instead.
3485 * gdb.cp/pass-by-ref.exp: Extend with more cases.
3486 * gdb.cp/pass-by-ref-2.cc: New file.
3487 * gdb.cp/pass-by-ref-2.exp: New file.
3488
3489 2019-12-20 Tom Tromey <tom@tromey.com>
3490
3491 * gdb.tui/list-before.exp: New file.
3492
3493 2019-12-20 Tom Tromey <tom@tromey.com>
3494
3495 * gdb.tui/list.exp: Check for source on initial listing.
3496
3497 2019-12-11 Tom Tromey <tromey@adacore.com>
3498
3499 * gdb.xml/tdesc-arch.exp (set_arch): Add "trans_mode" parameter.
3500 Add crlf test.
3501
3502 2019-12-18 Simon Marchi <simon.marchi@efficios.com>
3503
3504 * gdb.base/default.exp: Update value of $_gdb_major.
3505
3506 2019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
3507
3508 * gdb.base/skip.exp: Fix test failure observed with gcc-9.2.0.
3509
3510 2019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
3511
3512 * gdb.base/skip.exp: Whitespace fix.
3513
3514 2019-12-16 Bernd Edlinger <bernd.edlinger@hotmail.de>
3515
3516 * gdb.base/skip-inline.c: New file.
3517 * gdb.base/skip-inline.exp: New file.
3518
3519 2019-12-16 Simon Marchi <simon.marchi@polymtl.ca>
3520
3521 * gdb.base/jit-reader.exp (jit_reader_test): Rename
3522 jit_function_00 to jit_function_stack_mangle.
3523 * gdb.base/jithost.c (jit_function_t): Rename to...
3524 (jit_function_stack_mangle_t): ... this.
3525 (jit_function_add_t): New typedef.
3526 (jit_function_00_code): Rename to...
3527 (jit_function_stack_mangle_code): ... this, make static.
3528 (jit_function_add_code): New.
3529 (main): Generate "add" function and call it. Adjust to changes
3530 in jithost_abi.
3531 * gdb.base/jithost.h (struct jithost_abi_bounds): New.
3532 (struct jithost_abi) <begin, end>: Remove fields.
3533 <object, function_stack_mangle, function_add>: New fields.
3534 * gdb.base/jitreader.c (struct reader_state) <code_begin,
3535 code_end>: Remove fields.
3536 <func_stack_mangle>: New field.
3537 (read_debug_info): Adjust to renaming, create block for "add"
3538 function.
3539 (read_sp, unwind_frame, get_frame_id): Adjust to other changes.
3540
3541 2019-12-11 Tom Tromey <tom@tromey.com>
3542
3543 * gdb.tui/resize.exp: Fix regexp.
3544 * gdb.tui/regs.exp: Fix regexps.
3545 * gdb.tui/main.exp: Fix regexp.
3546
3547 2019-12-11 Tom Tromey <tom@tromey.com>
3548
3549 * gdb.tui/resize.exp: Update.
3550 * gdb.tui/empty.exp (layouts): Update.
3551
3552 2019-12-11 Tom Tromey <tom@tromey.com>
3553
3554 * gdb.tui/regs.exp: Update.
3555 * gdb.tui/empty.exp (layouts): Update.
3556 * gdb.tui/basic.exp: Update.
3557 * lib/tuiterm.exp (_check_box): Don't check bottom border.
3558
3559 2019-12-11 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3560
3561 * gdb.base/options.exp: Add -raw-values in the print completion list.
3562 * gdb.python/py-prettyprint.exp: Add tests for -raw-values.
3563
3564 2019-12-10 Kevin Buettner <kevinb@redhat.com>
3565
3566 * gdb.threads/omp-par-scope.c: New file.
3567 * gdb/threads/omp-par-scope.exp: New file.
3568
3569 2019-12-10 Kevin Buettner <kevinb@redhat.com>
3570
3571 * lib/gdb.exp (support_nested_function_tests): New proc.
3572
3573 2019-12-10 Kevin Buettner <kevinb@redhat.com>
3574
3575 * lib/gdb.exp (gdb_compile_openmp): New proc.
3576 (build_executable_from_specs): Add an "openmp" option.
3577 (gdb_compile_pthreads): Add non-executable case.
3578
3579 2019-12-10 Tom Tromey <tromey@adacore.com>
3580
3581 * gdb.ada/unchecked_union.exp: New file.
3582 * gdb.ada/unchecked_union/pck.adb: New file.
3583 * gdb.ada/unchecked_union/pck.ads: New file.
3584 * gdb.ada/unchecked_union/unchecked_union.adb: New file.
3585 * gdb-utils.exp (string_to_regexp): Also quote "?".
3586
3587 2019-12-10 George Barrett <bob@bob131.so>
3588
3589 Test scripted probe breakpoints.
3590 * gdb.guile/scm-breakpoint.c (main): Add probe point.
3591 * gdb.python/py-breakpoint.c (main): Likewise.
3592 * gdb.guile/scm-breakpoint.exp (test_bkpt_probe): Add probe
3593 specifier test.
3594 * gdb.python/py-breakpoint.exp (test_bkpt_probe): Likewise.
3595
3596 2019-12-09 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
3597
3598 * gdb.cp/rvalue-ref-overload.cc (g): New function that takes
3599 an rvalue parameter.
3600 * gdb.cp/rvalue-ref-overload.exp: Test calling it with an lvalue
3601 parameter.
3602
3603 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
3604
3605 * gdb.mi/mi-fortran-modules.exp: Add patterns to skip system
3606 modules.
3607
3608 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
3609
3610 * gdb.fortran/derived-type-striding.exp: KFAIL if we are using a
3611 broken version of GCC.
3612
3613 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
3614
3615 * gdb.fortran/info-modules.exp: Rewrite to make use of new
3616 sym-info-cmds library.
3617 * gdb.fortran/info-types.exp: Likewise.
3618 * lib/sym-info-cmds.exp: New file.
3619
3620 2019-12-08 Tom de Vries <tdevries@suse.de>
3621
3622 * gdb.dwarf2/imported-unit.exp: Fix inter-CU references.
3623
3624 2019-12-07 Keith Seitz <keiths@redhat.com>
3625
3626 * gdb.base/corefile-buildid-shlib-shr.c: New file.
3627 * gdb.base/corefile-buildid-shlib.c: New file.
3628 * gdb.base/corefile-buildid.c: New file.
3629 * gdb.base/corefile-buildid.exp: New file.
3630
3631 2019-12-06 Tom de Vries <tdevries@suse.de>
3632
3633 * gdb.dwarf2/varval.exp: Add decl before def test.
3634
3635 2019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
3636
3637 * gdb.cp/rvalue-ref-overload.exp: Minor cleanup.
3638
3639 2019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
3640
3641 * gdb.cp/rvalue-ref-overload.cc: Add a case that involves both
3642 CV and reference conversion for overload resolution.
3643 * gdb.cp/rvalue-ref-overload.exp: Test it.
3644
3645 2019-12-06 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3646
3647 * gdb.threads/pthreads.exp: Test taas and tfaas without command.
3648 * gdb.base/frameapply.exp: Test faas without command.
3649
3650 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
3651
3652 * lib/gdb.exp (gdb_compile): Add -J compiler option when building
3653 Fortran tests.
3654 * gdb.mi/mi-fortran-modules.exp: Compile source files in correct
3655 order.
3656
3657 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
3658
3659 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Handle
3660 casting to type with no kind specified.
3661 (test_basic_parsing_of_type_kinds): Additional tests for types
3662 with no kind specified, and add tests for single/double
3663 precision/complex types.
3664
3665 2019-12-04 Tom Tromey <tromey@adacore.com>
3666
3667 * gdb.base/endianity.c (struct other) <x>: New field.
3668 (main): Initialize it.
3669 * gdb.base/endianity.exp: Update.
3670
3671 2019-12-04 Tom Tromey <tromey@adacore.com>
3672
3673 * gdb.ada/scalar_storage/storage.adb: New file.
3674 * gdb.ada/scalar_storage/pck.adb: New file.
3675 * gdb.ada/scalar_storage/pck.ads: New file.
3676 * gdb.ada/scalar_storage.exp: New file.
3677
3678 2019-12-04 Tom Tromey <tromey@adacore.com>
3679
3680 * gdb.base/endianity.c (struct otherendian) <f>: New field.
3681 (main): Initialize it.
3682 * gdb.base/endianity.exp: Update.
3683
3684 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
3685
3686 * gdb.mi/mi-sym-info.exp: Add tests for -max-results parameter.
3687
3688 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
3689
3690 * gdb.mi/mi-fortran-modules.exp: Add additional tests for
3691 -symbol-info-module-functions and -symbol-info-module-variables.
3692
3693 2019-12-01 Andrew Burgess <andrew.burgess@embecosm.com>
3694
3695 * gdb.fortran/array-slices.exp: Add test for dynamic strings.
3696
3697 2019-12-01 Richard Bunt <richard.bunt@arm.com>
3698 Andrew Burgess <andrew.burgess@embecosm.com>
3699
3700 * gdb.fortran/derived-type-striding.exp: New file.
3701 * gdb.fortran/derived-type-striding.f90: New file.
3702 * gdb.fortran/array-slices.exp: New file.
3703 * gdb.fortran/array-slices.f90: New file.
3704
3705 2019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3706
3707 * gdb.base/define.exp: Test . in command names.
3708 * gdb.base/setshow.exp: Update test, as . is now part of
3709 command name.
3710
3711 2019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3712
3713 * gdb.base/define-prefix.exp: New file.
3714
3715 2019-11-28 Andrew Burgess <andrew.burgess@embecosm.com>
3716
3717 * lib/gdb.exp (skip_btrace_tests): Return 1 if the test fails to
3718 compile.
3719 (skip_btrace_pt_tests): Likewise.
3720
3721 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
3722
3723 * gdb.fortran/info-modules.exp: Compile source files in correct
3724 order.
3725
3726 2019-11-27 Kevin Buettner <kevinb@redhat.com>
3727
3728 * gdb.dwarf2/imported-unit.exp: New file.
3729 * gdb.dwarf2/imported-unit.c: New file.
3730
3731 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
3732
3733 * gdb.mi/mi-fortran-modules-2.f90: New file.
3734 * gdb.mi/mi-fortran-modules.exp: New file.
3735 * gdb.mi/mi-fortran-modules.f90: New file.
3736
3737 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
3738
3739 * gdb.mi/mi-sym-info-1.c: New file.
3740 * gdb.mi/mi-sym-info-2.c: New file.
3741 * gdb.mi/mi-sym-info.exp: New file.
3742
3743 2019-11-22 Tom Tromey <tromey@adacore.com>
3744
3745 * gdb.ada/tasks.exp: Add -ada-task-info regression test.
3746 * gdb.ada/tasks/foo.adb: Add another stopping location.
3747
3748 2019-11-21 Peeter Joot <peeter.joot@lzlabs.com>
3749
3750 * gdb.base/endianity.c: New test.
3751 * gdb.base/endianity.exp: New file.
3752
3753 2019-11-21 Lukas Durfina <ldurfina@tachyum.com>
3754
3755 * gdb.arch/amd64-eval.exp: Skip test if target is not x86-64.
3756
3757 2019-11-21 Tom de Vries <tdevries@suse.de>
3758
3759 PR gdb/24956
3760 * gdb.base/ui-redirect.exp: Test output of user-defined command.
3761
3762 2019-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
3763
3764 * gdb.python/py-progspace.exp: Add missing parentheses on some
3765 'print' commands.
3766
3767 2019-11-19 Tom Tromey <tom@tromey.com>
3768
3769 * gdb.tui/winheight.exp: New file.
3770
3771 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
3772
3773 * gdb.base/ctf-whatis.c: Delete.
3774 * gdb.base/ctf-whatis.exp: Delete.
3775 * gdb.base/whatis.exp: Rewrite to compile as both dwarf and ctf.
3776
3777 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
3778
3779 * gdb.base/ctf-cvexpr.exp: Delete.
3780 * gdb.base/cvexpr.exp: Rewrite to compile as both dwarf and ctf.
3781
3782 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
3783
3784 * gdb.base/ctf-constvars.exp: Skip test if CTF is not supported in
3785 the compiler. Clean up header comment a little.
3786 * gdb.base/ctf-ptype.exp: Likewise.
3787 * gdb.base/ctf-whatis.exp: Likewise.
3788 * lib/gdb.exp (skip_ctf_tests): New proc.
3789
3790 2019-11-18 Sergio Durigan Junior <sergiodj@redhat.com>
3791
3792 https://bugzilla.redhat.com/show_bug.cgi?id=1765117
3793 * gdb.tui/corefile-run.exp: New file.
3794
3795 2019-11-14 Tom Tromey <tromey@adacore.com>
3796
3797 * gdb.base/gdbvars.exp (test_convenience_variables): Add
3798 regression tests.
3799
3800 2019-11-12 Tom Tromey <tom@tromey.com>
3801
3802 * lib/tuiterm.exp (_accept): Add wait_for parameter. Check output
3803 after any command. Expect prompt after WAIT_FOR is seen.
3804 (enter_tui): Enable resize messages.
3805 (command): Expect command in output.
3806 (get_line): Avoid error when cursor appears to be off-screen.
3807 (dump_screen): Include screen size in title.
3808 (_do_resize): New proc, from "resize".
3809 (resize): Rewrite. Do resize in two steps.
3810 * gdb.tui/empty.exp (layouts): Fix entries.
3811 (check_boxes): Remove xfail.
3812 (check_text): Dump screen on failure.
3813
3814 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
3815
3816 * gdb.python/py-symbol.exp: Add test for
3817 gdb.lookup_static_symbols.
3818
3819 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
3820
3821 * gdb.python/py-symbol.c: Declare and call function from new
3822 py-symbol-2.c file.
3823 * gdb.python/py-symbol.exp: Compile both source files, and add new
3824 tests for gdb.lookup_static_symbol.
3825 * gdb.python/py-symbol-2.c: New file.
3826
3827 2019-11-02 Tom de Vries <tdevries@suse.de>
3828
3829 * gdb.base/advance.exp: Drop superfluous 3rd argument to gdb_test.
3830 * gdb.base/anon.exp: Same.
3831 * gdb.base/auto-connect-native-target.exp: Same.
3832 * gdb.base/call-ar-st.exp: Same.
3833 * gdb.base/catch-syscall.exp: Same.
3834 * gdb.base/commands.exp: Same.
3835 * gdb.base/default.exp: Same.
3836 * gdb.base/display.exp: Same.
3837 * gdb.base/float.exp: Same.
3838 * gdb.base/foll-fork.exp: Same.
3839 * gdb.base/help.exp: Same.
3840 * gdb.base/info-macros.exp: Same.
3841 * gdb.base/info-proc.exp: Same.
3842 * gdb.base/info-target.exp: Same.
3843 * gdb.base/long_long.exp: Same.
3844 * gdb.base/macscp.exp: Same.
3845 * gdb.base/memattr.exp: Same.
3846 * gdb.base/nofield.exp: Same.
3847 * gdb.base/pointers.exp: Same.
3848 * gdb.base/printcmds.exp: Same.
3849 * gdb.base/ptype.exp: Same.
3850 * gdb.base/restore.exp: Same.
3851 * gdb.base/return.exp: Same.
3852 * gdb.base/scope.exp: Same.
3853 * gdb.base/set-noassign.exp: Same.
3854 * gdb.base/setshow.exp: Same.
3855 * gdb.base/shlib-call.exp: Same.
3856 * gdb.base/signals.exp: Same.
3857 * gdb.base/sigstep.exp: Same.
3858 * gdb.base/skip.exp: Same.
3859 * gdb.base/solib-symbol.exp: Same.
3860 * gdb.base/stap-probe.exp: Same.
3861 * gdb.base/step-line.exp: Same.
3862 * gdb.base/step-test.exp: Same.
3863 * gdb.base/style.exp: Same.
3864 * gdb.base/varargs.exp: Same.
3865 * gdb.base/vla-datatypes.exp: Same.
3866 * gdb.base/vla-ptr.exp: Same.
3867 * gdb.base/vla-sideeffect.exp: Same.
3868 * gdb.base/volatile.exp: Same.
3869 * gdb.base/watch-cond-infcall.exp: Same.
3870 * gdb.base/watchpoint.exp: Same.
3871
3872 2019-11-02 Tom de Vries <tdevries@suse.de>
3873
3874 * gdb.cp/anon-union.exp: Drop superfluous 3rd argument to gdb_test.
3875 * gdb.cp/cpexprs.exp: Same.
3876 * gdb.cp/except-multi-location.exp: Same.
3877 * gdb.cp/exceptprint.exp: Same.
3878 * gdb.cp/gdb2384.exp: Same.
3879 * gdb.cp/inherit.exp: Same.
3880 * gdb.cp/m-static.exp: Same.
3881 * gdb.cp/meth-typedefs.exp: Same.
3882 * gdb.cp/misc.exp: Same.
3883 * gdb.cp/namespace.exp: Same.
3884 * gdb.cp/non-trivial-retval.exp: Same.
3885 * gdb.cp/overload.exp: Same.
3886 * gdb.cp/pr17132.exp: Same.
3887 * gdb.cp/re-set-overloaded.exp: Same.
3888 * gdb.cp/rvalue-ref-types.exp: Same.
3889 * gdb.cp/templates.exp: Same.
3890
3891 2019-11-01 Luis Machado <luis.machado@linaro.org>
3892
3893 PR gdb/25124
3894
3895 * gdb.arch/pr25124.S: New file.
3896 * gdb.arch/pr25124.exp: New file.
3897
3898 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
3899
3900 * gdb.fortran/info-modules.exp: Update expected results, and add
3901 additional tests for 'info module functinos', and 'info module
3902 variables'.
3903 * gdb.fortran/info-types.exp: Update expected results.
3904 * gdb.fortran/info-types.f90: Extend testcase with additional
3905 module variables and functions.
3906
3907 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
3908
3909 * gdb.fortran/info-modules.exp: New file.
3910 * gdb.fortran/info-types.exp: Build with new file.
3911 * gdb.fortran/info-types.f90: Include and use new module.
3912 * gdb.fortran/info-types-2.f90: New file.
3913
3914 2019-10-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3915
3916 * gdb.base/setshow.exp: Test $_gdb_setting and $_gdb_setting_str.
3917 * gdb.base/settings.exp: Test all settings types using
3918 $_gdb_maint_setting and $_gdb_maint_setting_str in proc_show_setting,
3919 that now verifies that the value of "maint show" is the same as
3920 returned by the settings functions. Test the type of the
3921 maintenance settings.
3922 * gdb.base/default.exp: Update show_conv_list.
3923
3924 2019-10-31 Tom de Vries <tdevries@suse.de>
3925
3926 * gdb.arch/amd64-disp-step-avx.exp: Drop superfluous 3rd argument to
3927 gdb_test.
3928 * gdb.arch/amd64-disp-step.exp: Same.
3929 * gdb.asm/asm-source.exp: Same.
3930 * gdb.btrace/buffer-size.exp: Same.
3931 * gdb.btrace/cpu.exp: Same.
3932 * gdb.btrace/enable.exp: Same.
3933 * gdb.dwarf2/count.exp: Same.
3934 * gdb.dwarf2/dw2-ranges-func.exp: Same.
3935 * gdb.dwarf2/dw2-ranges-psym.exp: Same.
3936 * gdb.fortran/vla-datatypes.exp: Same.
3937 * gdb.fortran/vla-history.exp: Same.
3938 * gdb.fortran/vla-ptype.exp: Same.
3939 * gdb.fortran/vla-value.exp: Same.
3940 * gdb.fortran/whatis_type.exp: Same.
3941 * gdb.guile/guile.exp: Same.
3942 * gdb.multi/tids.exp: Same.
3943 * gdb.python/py-finish-breakpoint.exp: Same.
3944 * gdb.python/py-framefilter.exp: Same.
3945 * gdb.python/py-pp-registration.exp: Same.
3946 * gdb.python/py-xmethods.exp: Same.
3947 * gdb.python/python.exp: Same.
3948 * gdb.server/connect-with-no-symbol-file.exp: Same.
3949 * gdb.server/no-thread-db.exp: Same.
3950 * gdb.server/run-without-local-binary.exp: Same.
3951 * gdb.stabs/weird.exp: Same.
3952 * gdb.threads/attach-many-short-lived-threads.exp: Same.
3953 * gdb.threads/thread-find.exp: Same.
3954 * gdb.threads/tls-shared.exp: Same.
3955 * gdb.threads/tls.exp: Same.
3956 * gdb.threads/wp-replication.exp: Same.
3957 * gdb.trace/ax.exp: Same.
3958 * lib/gdb.exp (gdb_test_exact, help_test_raw): Same.
3959
3960 2019-10-31 Tom de Vries <tdevries@suse.de>
3961
3962 * gdb.ada/array_bounds.exp: Drop superfluous 3rd argument to gdb_test.
3963 * gdb.ada/array_subscript_addr.exp: Same.
3964 * gdb.ada/arrayidx.exp: Same.
3965 * gdb.ada/arrayparam.exp: Same.
3966 * gdb.ada/arrayptr.exp: Same.
3967 * gdb.ada/boolean_expr.exp: Same.
3968 * gdb.ada/call_pn.exp: Same.
3969 * gdb.ada/complete.exp: Same.
3970 * gdb.ada/fixed_cmp.exp: Same.
3971 * gdb.ada/fun_addr.exp: Same.
3972 * gdb.ada/funcall_param.exp: Same.
3973 * gdb.ada/interface.exp: Same.
3974 * gdb.ada/mod_from_name.exp: Same.
3975 * gdb.ada/null_array.exp: Same.
3976 * gdb.ada/packed_array.exp: Same.
3977 * gdb.ada/packed_tagged.exp: Same.
3978 * gdb.ada/print_chars.exp: Same.
3979 * gdb.ada/print_pc.exp: Same.
3980 * gdb.ada/ptype_arith_binop.exp: Same.
3981 * gdb.ada/ptype_field.exp: Same.
3982 * gdb.ada/ptype_tagged_param.exp: Same.
3983 * gdb.ada/rec_return.exp: Same.
3984 * gdb.ada/ref_tick_size.exp: Same.
3985 * gdb.ada/str_ref_cmp.exp: Same.
3986 * gdb.ada/taft_type.exp: Same.
3987 * gdb.ada/tagged.exp: Same.
3988 * gdb.ada/type_coercion.exp: Same.
3989 * gdb.ada/uninitialized_vars.exp: Same.
3990
3991 2019-10-30 Tom de Vries <tdevries@suse.de>
3992
3993 * lib/gdb.exp (gdb_test_multiple): Handle -early pattern flag.
3994
3995 2019-10-26 Tom de Vries <tdevries@suse.de>
3996
3997 * gdb.base/bigcore.c: Fix typos in comments.
3998 * gdb.base/ctf-ptype.c: Same.
3999 * gdb.base/long_long.c: Same.
4000 * gdb.dwarf2/dw2-op-out-param.S: Same.
4001 * gdb.python/py-evthreads.c: Same.
4002 * gdb.reverse/i387-stack-reverse.c: Same.
4003 * gdb.trace/tfile.c: Same.
4004 * lib/compiler.c: Same.
4005 * lib/compiler.cc: Same.
4006
4007 2019-10-25 Tom de Vries <tdevries@suse.de>
4008
4009 * gdb.reverse/sigall-precsave.exp: Use -wrap and $gdb_test_name in
4010 gdb_test_multiple calls.
4011 * gdb.reverse/sigall-reverse.exp: Same.
4012 * gdb.reverse/solib-precsave.exp: Same.
4013 * gdb.reverse/solib-reverse.exp: Same.
4014 * gdb.reverse/until-precsave.exp: Same.
4015 * gdb.reverse/until-reverse.exp: Same.
4016
4017 2019-10-24 Tom de Vries <tdevries@suse.de>
4018
4019 * lib/gdb.exp (gdb_test_multiple): Add -wrap pattern flag.
4020 * gdb.reverse/step-precsave.exp: Rewrite gdb_test_multiple containing
4021 kfail using -wrap pattern flag and convenience variable
4022 gdb_test_name.
4023
4024 2019-10-24 Andrew Burgess <andrew.burgess@embecosm.com>
4025
4026 * gdb.python/py-progspace.exp: Add tests for the
4027 Progspace.block_for_pc method.
4028
4029 2019-10-23 Tom Tromey <tom@tromey.com>
4030
4031 * configure: Rebuild.
4032 * aclocal.m4: Use m4_include, not sinclude.
4033
4034 2019-10-21 Tom de Vries <tdevries@suse.de>
4035
4036 * gdb.base/infcall-nested-structs.c: Add
4037 __attribute__((noinline,noclone)) to all functions.
4038 (call_all): Add missing variable initialization. Simplify return value.
4039 (breakpt): Increment volatile variable, to prevent call from being
4040 optimized out.
4041 * gdb.base/infcall-nested-structs.exp: Compile with -O2.
4042
4043 2019-10-17 Tom de Vries <tdevries@suse.de>
4044
4045 * gdb.fortran/module.exp: Allow info variables to print info for files
4046 other than module.f90.
4047
4048 2019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
4049
4050 * gdb.fortran/module.exp: Extend with 'info variables' test.
4051
4052 2019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
4053
4054 * boards/cc-with-tweaks.exp: Setup F90_FOR_TARGET and
4055 F77_FOR_TARGET.
4056
4057 2019-10-16 Tom de Vries <tdevries@suse.de>
4058
4059 PR tdep/25096
4060 * gdb.base/infcall-nested-structs.exp: Remove PR25096 KFAILs.
4061
4062 2019-10-16 Tom de Vries <tdevries@suse.de>
4063
4064 PR tdep/24104
4065 * gdb.base/infcall-nested-structs.exp: Remove XFAIL for PR tdep/24104.
4066 Add KFAIL for PR tdep/25096.
4067
4068 2019-10-16 Tom de Vries <tdevries@suse.de>
4069
4070 PR testsuite/25059
4071 * gdb.cp/local-static.exp (do_test): Add xfails for gcc PR debug/55541.
4072
4073 2019-10-16 Tom de Vries <tdevries@suse.de>
4074
4075 * gdb.base/jit-reader.exp: Allow non-pointer registers to be printed
4076 as signed.
4077
4078 2019-10-14 Simon Marchi <simon.marchi@polymtl.ca>
4079
4080 * gdb.mi/list-thread-groups-available.exp: Read entries one by
4081 one instead of increasing timeout.
4082
4083 2019-10-13 Tom de Vries <tdevries@suse.de>
4084
4085 PR record/25038
4086 * gdb.reverse/sigall-precsave.exp: Add PR record/25038 KFAIL.
4087 * gdb.reverse/sigall-reverse.exp: Same.
4088 * gdb.reverse/solib-precsave.exp: Same.
4089 * gdb.reverse/solib-reverse.exp: Same.
4090 * gdb.reverse/step-precsave.exp: Same.
4091 * gdb.reverse/until-precsave.exp: Same.
4092 * gdb.reverse/until-reverse.exp: Same.
4093 * lib/gdb.exp (gdb_continue_to_breakpoint): Same.
4094
4095 2019-10-10 Andreas Arnez <arnez@linux.ibm.com>
4096
4097 * gdb.base/infcall-nested-structs.c (cmp_struct_02_01)
4098 (cmp_struct_02_02, cmp_struct_04_01, cmp_struct_04_02)
4099 (cmp_struct_05_01, cmp_struct_static_02_01)
4100 (cmp_struct_static_04_01, cmp_struct_static_06_01): Fix redundant
4101 comparisons.
4102
4103 2019-10-10 Tom de Vries <tdevries@suse.de>
4104
4105 PR testsuite/24888
4106 * lib/ada.exp (target_compile_ada_from_dir): Route -pie/-no-pie to
4107 gnatlink.
4108
4109 2019-10-09 Tom de Vries <tdevries@suse.de>
4110
4111 PR testsuite/25048
4112 * gdb.rust/simple.exp: Add xfails for incorrect DWARF.
4113
4114 2019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
4115
4116 * gdb.ada/catch_ex_std.exp: Handle being unabled to catch Ada
4117 exceptions due to missing debug information.
4118
4119 2019-10-07 Tom de Vries <tdevries@suse.de>
4120
4121 * gdb.base/default.exp: Expect _gdb_major/_gdb_minor to be 9.1.
4122
4123 2019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
4124
4125 * lib/gdb.exp (gdb_test_multiple): Add gdb_test_name mechanism.
4126 * gdb.base/annota1.exp: Update to use gdb_test_name.
4127
4128 2019-10-07 Weimin Pan <weimin.pan@oracle.com>
4129
4130 * gdb.base/ctf-whatis.exp: New file.
4131 * gdb.base/ctf-whatis.c: New file.
4132 * gdb.base/ctf-ptype.exp: New file.
4133 * gdb.base/ctf-ptype.c: New file.
4134 * gdb.base/ctf-constvars.exp: New file.
4135 * gdb.base/ctf-constvars.c: New file.
4136 * gdb.base/ctf-cvexpr.exp: New file.
4137
4138 2019-10-04 Tom de Vries <tdevries@suse.de>
4139
4140 * gdb.cp/local-static.c (main): Move declaration of int i out of the
4141 for loop.
4142
4143 2019-10-03 Tom Tromey <tom@tromey.com>
4144
4145 PR rust/24976:
4146 * gdb.rust/simple.rs (Union2): New type.
4147 (main): Use Union2.
4148 * gdb.rust/simple.exp: Add test.
4149
4150 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
4151
4152 * gdb.fortran/nested-funcs-2.exp: Run tests with and without the
4153 nested function prefix.
4154
4155 2019-10-03 Bernhard Heckel <bernhard.heckel@intel.com>
4156 Richard Bunt <richard.bunt@arm.com>
4157 Andrew Burgess <andrew.burgess@embecosm.com>
4158
4159 * gdb.fortran/nested-funcs.exp: Tests for placing breakpoints on
4160 nested functions.
4161 * gdb.fortran/nested-funcs.f90: Update expected results.
4162 * gdb.fortran/nested-funcs-2.exp: New file.
4163 * gdb.fortran/nested-funcs-2.f90: New file.
4164
4165 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
4166
4167 * gdb.python/py-parameter.exp: Make test names unique.
4168 * gdb.python/py-template.exp: Likewise.
4169 * gdb.python/py-value.exp: Likewise.
4170
4171 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
4172
4173 * gdb.base/break-interp.exp: Reduce test name duplication.
4174 * gdb.base/call-sc.exp: Likewise.
4175 * gdb.base/callfuncs.exp: Likewise.
4176 * gdb.base/charset.exp: Likewise.
4177 * gdb.base/dump.exp: Likewise.
4178 * gdb.base/ena-dis-br.exp: Likewise.
4179 * gdb.base/relational.exp: Likewise.
4180 * gdb.base/step-over-syscall.exp: Likewise.
4181 * gdb.base/structs.exp: Likewise.
4182
4183 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
4184
4185 * gdb.linespec/explicit.exp: Make test names unique.
4186 * gdb.linespec/ls-errs.exp: Likewise.
4187
4188 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
4189
4190 * gdb.reverse/break-precsave.exp: Make test names unique.
4191 * gdb.reverse/break-reverse.exp: Likewise.
4192 * gdb.reverse/finish-precsave.exp: Likewise.
4193 * gdb.reverse/finish-reverse.exp: Likewise.
4194 * gdb.reverse/machinestate-precsave.exp: Likewise.
4195 * gdb.reverse/machinestate.exp: Likewise.
4196 * gdb.reverse/readv-reverse.exp: Likewise.
4197 * gdb.reverse/recvmsg-reverse.exp: Likewise.
4198 * gdb.reverse/sigall-precsave.exp: Likewise.
4199 * gdb.reverse/sigall-reverse.exp: Likewise.
4200 * gdb.reverse/step-indirect-call-thunk.exp: Likewise.
4201 * gdb.reverse/watch-precsave.exp: Likewise.
4202 * gdb.reverse/watch-reverse.exp: Likewise.
4203
4204 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
4205
4206 * gdb.threads/stop-with-handle.c: New file.
4207 * gdb.threads/stop-with-handle.exp: New file.
4208
4209 2019-10-03 Tom de Vries <tdevries@suse.de>
4210
4211 PR testsuite/25059
4212 * gdb.base/list-missing-source.exp: Allowing the "Compilation
4213 directory" line to be missing.
4214
4215 2019-10-03 Tom de Vries <tdevries@suse.de>
4216
4217 PR testsuite/25059
4218 * gdb.base/info-types.exp: Make the presence of the 'unsigned int'
4219 type optional.
4220
4221 2019-10-02 Andreas Arnez <arnez@linux.ibm.com>
4222
4223 * gdb.python/py-format-string.c (string.h): New include.
4224 (main): Fill a_struct_with_union.the_union.an_int with bytes of
4225 the same value, for endianness-independence.
4226 * gdb.python/py-format-string.exp (default_regexp_dict)
4227 (test_pretty_structs, test_format): Adjust expected output to the
4228 changed initialization.
4229
4230 2019-10-02 Tom Tromey <tromey@adacore.com>
4231
4232 * gdb.ada/catch_ex_std.exp: Add $_ada_exception test.
4233
4234 2019-10-02 Pedro Alves <palves@redhat.com>
4235 Andrew Burgess <andrew.burgess@embecosm.com>
4236
4237 * gdb.base/print-file-var-lib1.c: Include <stdio.h> and
4238 "print-file-var.h".
4239 (this_version_id) Use ATTRIBUTE_VISIBILITY.
4240 (get_version_1): Print this_version_id and its address.
4241 Add extern "C" wrappers around interface functions.
4242 * gdb.base/print-file-var-lib2.c: Include <stdio.h> and
4243 "print-file-var.h".
4244 (this_version_id) Use ATTRIBUTE_VISIBILITY.
4245 (get_version_2): Print this_version_id and its address.
4246 Add extern "C" wrappers around interface functions.
4247 * gdb.base/print-file-var-main.c: Include <dlfcn.h>, <assert.h>,
4248 <stddef.h> and "print-file-var.h".
4249 Add extern "C" wrappers around interface functions.
4250 [VERSION_ID_MAIN] (this_version_id): Define.
4251 (main): Define v0. Use dlopen if SHLIB_NAME is defined.
4252 * gdb.base/print-file-var.h: Add some #defines to simplify setting
4253 up extern "C" blocks.
4254 * gdb.base/print-file-var.exp (test): New, factored out from top
4255 level.
4256 (top level): Test all combinations of attribute hidden or not,
4257 dlopen or not, and this_version_id symbol in main file or not.
4258 Compile tests as both C++ and C, make test names unique.
4259
4260 2019-10-01 Tom Tromey <tom@tromey.com>
4261
4262 * gdb.base/style.exp: Test "show logging filename".
4263
4264 2019-10-01 Tom Tromey <tom@tromey.com>
4265
4266 * lib/gdb-utils.exp (style): Handle "metadata" argument.
4267 * gdb.base/style.exp: Add metadata style test.
4268
4269 2019-10-01 Tom Tromey <tom@tromey.com>
4270
4271 * gdb.base/style.exp: Test "pwd".
4272
4273 2019-10-01 Tom Tromey <tom@tromey.com>
4274
4275 * gdb.base/style.exp: Update tests.
4276
4277 2019-10-01 Andreas Arnez <arnez@linux.ibm.com>
4278
4279 * gdb.base/pretty-print.c (struct s1_t): Change fields 'three' and
4280 'six' to unsigned.
4281 (s1): Initialize fields 'four' and 'six' instead of 'three' and
4282 'five'. Use an all-ones bit pattern for each.
4283 * gdb.base/pretty-print.exp: Adjust expected output of "print s1"
4284 to its changed values.
4285
4286 2019-09-30 Tom Tromey <tromey@adacore.com>
4287
4288 * gdb.rust/traits.rs: Disable all warnings.
4289
4290 2019-09-29 Tom de Vries <tdevries@suse.de>
4291
4292 * gdb.dwarf2/gdb-index.exp: Handle new location of .dwz file.
4293
4294 2019-09-29 Tom de Vries <tdevries@suse.de>
4295
4296 * gdb.dwarf2/gdb-index.exp: Use with_test_prefix for second objcopy.
4297
4298 2019-09-27 Tom de Vries <tdevries@suse.de>
4299
4300 * gdb.reverse/step-precsave.exp: Add missing $gdb_prompt in regexps.
4301
4302 2019-09-27 Tom de Vries <tdevries@suse.de>
4303
4304 PR record/23188
4305 * gdb.reverse/step-precsave.exp: Add kfail for PR record/23188.
4306
4307 2019-09-26 Tom Tromey <tromey@adacore.com>
4308
4309 * gdb.ada/py_taft.exp: New file.
4310 * gdb.ada/py_taft/main.adb: New file.
4311 * gdb.ada/py_taft/pkg.adb: New file.
4312 * gdb.ada/py_taft/pkg.ads: New file.
4313
4314 2019-09-24 Tom de Vries <tdevries@suse.de>
4315
4316 PR gdb/24598
4317 * gdb.arch/amd64-init-x87-values.exp: Add xfail.
4318
4319 2019-09-22 Tom de Vries <tdevries@suse.de>
4320
4321 * gdb.base/restore.exp: Allow register variables to be optimized out at
4322 -O0.
4323
4324 2019-09-20 Ulrich Weigand <uweigand@de.ibm.com>
4325
4326 * gdb.arch/spu-info.exp: Remove file.
4327 * gdb.arch/spu-info.c: Remove file.
4328 * gdb.arch/spu-ls.exp: Remove file.
4329 * gdb.arch/spu-ls.c: Remove file.
4330
4331 * gdb.asm/asm-source.exp: Remove support for spu*-*-*.
4332 * gdb.asm/spu.inc: Remove file.
4333
4334 * gdb.base/dump.exp: Remove support for spu*-*-*.
4335 * gdb.base/stack-checking.exp: Likewise.
4336 * gdb.base/overlays.exp: Likewise.
4337 * gdb.base/ovlymgr.c: Likewise.
4338 * gdb.base/spu.ld: Remove file.
4339
4340 * gdb.cp/bs15503.exp: Remove support for spu*-*-*.
4341 * gdb.cp/cpexprs.exp: Likewise.
4342 * gdb.cp/exception.exp: Likewise.
4343 * gdb.cp/gdb2495.exp: Likewise.
4344 * gdb.cp/mb-templates.exp: Likewise.
4345 * gdb.cp/pr9167.exp: Likewise.
4346 * gdb.cp/userdef.exp: Likewise.
4347
4348 * gdb.xml/tdesc-regs.exp: Remove support for spu*-*-*.
4349
4350 * gdb.cell: Remove directory.
4351 * lib/cell.exp: Remove file.
4352
4353 2019-09-19 Tom de Vries <tdevries@suse.de>
4354
4355 * lib/gdb.exp (gdb_test): Eliminate "^FOOBAR$" pattern.
4356
4357 2019-09-19 Tom de Vries <tdevries@suse.de>
4358
4359 * lib/gdbserver-support.exp (gdb_target_cmd): Fix argument passing.
4360
4361 2019-09-19 Tom de Vries <tdevries@suse.de>
4362
4363 * lib/gdbserver-support.exp (gdb_target_cmd_ext): Return 2 (meaning
4364 UNSUPPORTED) for 'Network is unreachable' message. Factor out of ...
4365 (gdb_target_cmd): ... here.
4366 * gdb.server/server-connect.exp: Use gdb_target_cmd_ext, handle return
4367 value 2.
4368
4369 2019-09-18 Andrew Burgess <andrew.burgess@embecosm.com>
4370
4371 * gdb.base/source-dir.exp: Avoid having directory names in test
4372 names.
4373
4374 2019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
4375
4376 * gdb.base/source-dir.exp: Add extra test for mapped compilation
4377 directory.
4378
4379 2019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
4380
4381 * gdb.base/list-missing-source.exp: New file.
4382
4383 2019-09-14 Tom de Vries <tdevries@suse.de>
4384
4385 PR teststuite/24599
4386 * gdb.ada/rename_subscript_param.exp: Require gnatmake 8.
4387 * lib/ada.exp (gnatmake_version_at_least): New proc.
4388
4389 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
4390
4391 * gdb.base/maint.exp: Use exec_has_index_section.
4392
4393 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
4394
4395 * gdb.base/maint.exp: Add test for 'maint info sections'.
4396
4397 2019-09-12 Tom de Vries <tdevries@suse.de>
4398
4399 * gdb.base/store.exp: Allow register variables to be optimized out at
4400 -O0.
4401
4402 2019-09-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4403
4404 * gdb.ada/rdv_wait.exp: Update to new task names.
4405 * gdb.base/task_switch_in_core.exp: Likewise.
4406 * gdb.base/info_sources_base.c: Likewise.
4407
4408 2019-09-10 Tom Tromey <tromey@adacore.com>
4409
4410 * boards/cc-with-tweaks.exp: Set GNATMAKE_FOR_TARGET.
4411
4412 2019-09-10 Tom Tromey <tromey@adacore.com>
4413
4414 * gdb.ada/dgopt.exp: New file.
4415 * gdb.ada/dgopt/x.adb: New file.
4416
4417 2019-09-08 Tom Tromey <tom@tromey.com>
4418
4419 * gdb.tui/resize.exp: Remove setup_xfail.
4420 * gdb.tui/regs.exp: Remove setup_xfail.
4421 * gdb.tui/basic.exp: Remove setup_xfail.
4422
4423 2019-09-06 David Blaikie <dblaikie@gmail.com>
4424
4425 * gdb.base/label.exp: un-XFAIL label related tests under Clang.
4426 * gdb.cp/cplabel.exp: Ditto.
4427 * gdb.linespec/ls-errs.exp: Ditto.
4428
4429 2019-09-05 Tom de Vries <tdevries@suse.de>
4430
4431 * lib/gdb.exp (cmp_file_string): New proc.
4432 * gdb.base/ui-redirect.exp: Replace "gdb_breakpoint main" with
4433 runto_main. Verify save breakpoints output.
4434
4435 2019-09-04 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4436
4437 * gdb.base/info-var.exp: Test info variables without running
4438 to main, to avoid expect's buffer overflow.
4439
4440 2019-09-03 Tom Tromey <tromey@adacore.com>
4441
4442 * gdb.ada/bias.exp: New file.
4443 * gdb.ada/bias/bias.adb: New file.
4444 * gdb.ada/print_chars.exp: Add regression test.
4445 * gdb.ada/print_chars/foo.adb (My_Character): New type.
4446 (MC): New variable.
4447
4448 2019-08-29 Sandra Loosemore <sandra@codesourcery.com>
4449
4450 * gdb.base/argv0-symlink.exp: Run only on native target
4451 and local host.
4452
4453 2019-08-29 Tom de Vries <tdevries@suse.de>
4454
4455 * gdb.fortran/info-types.exp: Fix gdb_test regexp to allow more
4456 diverse debug info.
4457 * lib/fortran.exp (fortran_int8): New proc, based on fortran_int4.
4458
4459 2019-08-28 Tom de Vries <tdevries@suse.de>
4460
4461 * gdb.base/info-var.exp: Allow info variables to print info for files
4462 other than info-var-f1.c and info-var-f2.c.
4463
4464 2019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
4465
4466 * gdb.fortran/info-types.exp: Add module.
4467 * gdb.fortran/info-types.f90: Update expected results.
4468
4469 2019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
4470
4471 * gdb.fortran/info-types.exp: New file.
4472 * gdb.fortran/info-types.f90: New file.
4473 * lib/fortran.exp (fortran_character1): New proc.
4474
4475 2019-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
4476
4477 * gdb.base/info-fun.exp: Extend to test the -n flag for 'info
4478 functions'. Reindent as needed.
4479 * gdb.base/info-var-f1.c: New file.
4480 * gdb.base/info-var-f2.c: New file.
4481 * gdb.base/info-var.exp: New file.
4482 * gdb.base/info-var.h: New file.
4483
4484 2019-08-26 Tom de Vries <tdevries@suse.de>
4485
4486 PR c++/24852
4487 * gdb.cp/no-libstdcxx-probe.exp: New test.
4488
4489 2019-08-26 Tom de Vries <tdevries@suse.de>
4490
4491 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Return 1 if probe
4492 * tests need to be skipped.
4493 * gdb.cp/exceptprint.exp: Update call to skip_libstdcxx_probe_tests.
4494 * gdb.mi/mi-catch-cpp-exceptions.exp: Update call to
4495 mi_skip_libstdcxx_probe_tests.
4496
4497 2019-08-26 Sergio Durigan Junior <sergiodj@redhat.com>
4498
4499 * gdb.python/py-xmethods.exp: Use raw strings when passing
4500 arguments to SimpleXMethodMatcher.
4501
4502 2019-08-22 Tom de Vries <tdevries@suse.de>
4503
4504 * gdb.multi/multi-term-settings.exp (coretest): Make gdb_test messages
4505 more informative.
4506
4507 2019-08-21 Pedro Alves <palves@redhat.com>
4508
4509 * gdb.base/with.exp: Test "with" with no arguments.
4510
4511 2019-08-21 Tom de Vries <tdevries@suse.de>
4512
4513 * gdb.base/gdb-caching-proc.exp: Sort files.
4514
4515 2019-08-20 Tom de Vries <tdevries@suse.de>
4516
4517 * lib/pascal.exp (gdb_compile_pascal): Remove $destfile before
4518 compilation.
4519
4520 2019-08-16 Tom de Vries <tdevries@suse.de>
4521
4522 * gdb.base/compare-sections.exp ("after run to main"): Allow
4523 mismatched read-only sections for PIE executables.
4524
4525 2019-08-16 Tom Tromey <tom@tromey.com>
4526
4527 * lib/tuiterm.exp (_csi_Z): New proc.
4528 * gdb.tui/basic.exp: Update window positions.
4529 * gdb.tui/empty.exp: Update window positions.
4530
4531 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
4532
4533 * gdb.base/examine-backward.exp: Correct regexp for
4534 "examine 3 bytes backward from ${address_zero}".
4535
4536 2019-08-15 Tom Tromey <tom@tromey.com>
4537
4538 * gdb.tui/empty.exp: Enable resizing tests.
4539
4540 2019-08-15 Tom Tromey <tromey@adacore.com>
4541
4542 * gdb.ada/char_enum.exp: Add regression tests.
4543 * gdb.ada/char_enum/foo.adb (Char_Enum_Type): Use '_'
4544 and '0'.
4545 (Char, Gchar): Update.
4546 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): Use '+'.
4547
4548 2019-08-15 Christian Biesinger <cbiesinger@google.com>
4549
4550 * gdb.python/python.exp: Expect a leading underscore on
4551 GdbOutput{,Error}File.
4552
4553 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
4554
4555 * gdb.dwarf2/dw2-dir-file-name.exp: Skip on remote or
4556 Windows host.
4557
4558 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
4559
4560 * gdb.base/batch-preserve-term-settings.exp
4561 (test_terminal_settings_preserved_after_sigterm): Skip on Windows.
4562
4563 2019-08-15 Christian Biesinger <cbiesinger@google.com>
4564
4565 * lib/gdb.exp: When running on a mingw target, replace
4566 /x/ with x:/.
4567
4568 2019-08-14 Alan Hayward <alan.hayward@arm.com>
4569
4570 * gdb.arch/aarch64-prologue.c: New test.
4571 * gdb.arch/aarch64-prologue.exp: New file.
4572
4573 2019-08-13 Tom de Vries <tdevries@suse.de>
4574
4575 * gdb.gdb/selftest.exp (send ^C to child process again): Accept also
4576 Thread.
4577
4578 2019-08-13 Sandra Loosemore <sandra@codesourcery.com>
4579
4580 * gdb.python/py-completion.exp: Download the .py file to the host
4581 and use its host pathname. Conditionalize tests that use
4582 tab completion and manipulate files on the build machine.
4583 * gdb.python/py-events.exp: Download the .py file to the host
4584 and use its host pathname.
4585 * gdb.python/py-evsignal.exp: Likewise.
4586 * gdb.python/py-evthreads.exp: Likewise.
4587 * gdb.python/py-framefilter-invalidarg.exp: Match Windows
4588 pathname syntax.
4589 * gdb.python/py-framefilter.exp: Download the .py file to the right
4590 place on the host. Match Windows pathname syntax.
4591 * gdb.python/py-mi-var-info-path-expression.exp: Download the
4592 .py file to the host and use its host pathname.
4593 * gdb.python/py-objfile-script.exp: Match Windows pathname syntax.
4594 * gdb.python/py-objfile.exp: Expect a host pathname, not a
4595 build pathname. Skip symlink test on Windows host. Add missing
4596 newline at end of file.
4597 * gdb.python/py-pp-maint.exp: Download the .py file to the host
4598 and use its host pathname.
4599 * gdb.python/py-pp-registration.exp: Match Windows pathname syntax.
4600 * gdb.python/py-section-script.exp: Use host location of binfile
4601 on safe-path. Use correct path separator on Windows host.
4602 Reorder alternatives in gdb_test_multiple to prevent matching
4603 the wrong alternative on success.
4604 * gdb.python/py-symtab.exp: Match Windows pathname syntax.
4605
4606 2019-08-12 Patrick Palka <patrick@parcs.ath.cx>
4607
4608 * gdb.gdb/selftest.exp (test_with_self): Update test to now
4609 expect the GDB inferior to no longer immediately stop after
4610 being resumed with "signal SIGINT".
4611
4612 2019-08-09 Sandra Loosemore <sandra@codesourcery.com>
4613
4614 * gdb.linespec/break-ask.exp: Generalize regexps to match
4615 Windows pathnames too.
4616
4617 2019-08-08 Tom de Vries <tdevries@suse.de>
4618
4619 PR testsuite/24862
4620 * lib/tuiterm.exp (_accept): Fix CSI regexp.
4621
4622 2019-08-07 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4623
4624 * gdb.base/style.exp: Update tests for help doc new invariants.
4625 * gdb.base/help.exp: Likewise.
4626
4627 2019-08-06 Tom Tromey <tom@tromey.com>
4628
4629 * gdb.base/style.exp: Add disassemble test.
4630 * gdb.base/style.c (some_called_function): New function.
4631 (main): Use it.
4632
4633 2019-08-05 Christian Biesinger <cbiesinger@google.com>
4634
4635 * gdb.python/py-block.exp: Test dictionary access on blocks.
4636
4637 2019-08-05 Simon Marchi <simon.marchi@efficios.com>
4638
4639 PR gdb/24863
4640 * gdb.mi/list-thread-groups-available.exp: Increase timeout for
4641 -list-thread-groups --available test when running under
4642 check-read1.
4643
4644 2019-08-05 Tom de Vries <tdevries@suse.de>
4645
4646 PR testsuite/24863
4647 * lib/gdb.exp (with_read1_timeout_factor): New proc.
4648 * gdb.base/help.exp: Use with_read1_timeout_factor.
4649 * gdb.base/info-macros.exp: Same.
4650 * gdb.cp/nested-types.exp: Same.
4651
4652 2019-08-05 Tom de Vries <tdevries@suse.de>
4653
4654 * lib/gdb.exp (version_at_least): Factor out of ...
4655 (tcl_version_at_least): ... here.
4656 (gdb_compile): Fail if pie results in non-PIE executable.
4657 (readelf_version, readelf_prints_pie): New proc.
4658 (exec_is_pie): Return -1 if unknown.
4659
4660 2019-08-05 Tom de Vries <tdevries@suse.de>
4661
4662 * lib/gdb.exp (tcl_version_at_least): Fix typo.
4663
4664 2019-08-04 Sandra Loosemore <sandra@codesourcery.com>
4665
4666 * gdb.server/reconnect-ctrl-c.exp: Skip if nointerrupts.
4667
4668 2019-08-04 Sandra Loosemore <sandra@codesourcery.com>
4669
4670 * lib/completion-support.exp (test_gdb_complete_none): Skip
4671 tab completion tests if no readline support.
4672 (test_gdb_complete_unique_re): Likewise.
4673 (test_gdb_complete_multiple): Likewise.
4674
4675 2019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4676
4677 * gdb.base/info_sources.exp: New file.
4678 * gdb.base/info_sources.c: New file.
4679 * gdb.base/info_sources_base.c: New file.
4680
4681 2019-08-01 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
4682
4683 * gdb.base/batch-exit-status.exp: Call test_exit_status with
4684 prefix argument.
4685 (test_exit_status): Add prefix argument.
4686
4687 2019-08-01 Tom de Vries <tdevries@suse.de>
4688
4689 PR testsuite/24863
4690 * gdb.threads/fork-plus-threads.exp: Fix check-run1 timeout by
4691 calling exp_continue for new thread and thread exited messages.
4692
4693 2019-08-01 Tom de Vries <tdevries@suse.de>
4694
4695 PR testsuite/24863
4696 * gdb.base/structs.exp: Fix check-read1 timeout using
4697 gdb_test_sequence.
4698 * lib/gdb.exp (tcl_version_at_least, lrepeat): New proc.
4699
4700 2019-08-01 Tom de Vries <tdevries@suse.de>
4701
4702 PR testsuite/24863
4703 * gdb.base/break-interp.exp: Use exp_continue after each "info files"
4704 line.
4705
4706 2019-08-01 Tom de Vries <tdevries@suse.de>
4707
4708 PR testsuite/24863
4709 * gdb.base/signals.exp: Fix check-read1 timeout using gdb_test_sequence.
4710
4711 2019-07-30 Tom Tromey <tromey@adacore.com>
4712
4713 * gdb.ada/display_nested.exp: New file.
4714 * gdb.ada/display_nested/foo.adb: New file.
4715 * gdb.ada/display_nested/pack.adb: New file.
4716 * gdb.ada/display_nested/pack.ads: New file.
4717
4718 2019-07-30 Christian Biesinger <cbiesinger@google.com>
4719
4720 * gdb.python/py-symbol.c: Add a static variable and one in an anonymous
4721 namespace.
4722 * gdb.python/py-symbol.exp: Test gdb.lookup_static_symbol.
4723
4724 2019-07-30 Tom de Vries <tdevries@suse.de>
4725
4726 * lib/read1.c (read): Don't use unsetenv (v), use setenv (v, "", 1)
4727 instead.
4728
4729 2019-07-30 Tom de Vries <tdevries@suse.de>
4730
4731 PR testsuite/24834
4732 * lib/gdb.exp (gdb_compile): Fail if nopie results in PIE executable.
4733 (exec_is_pie): New proc.
4734
4735 2019-07-29 Christian Biesinger <cbiesinger@google.com>
4736
4737 * gdb.python/py-objfile.exp: Fix misspelling (nonexistant -> nonexistent)
4738
4739 2019-07-29 Christian Biesinger <cbiesinger@google.com>
4740
4741 * gdb.python/py-objfile.c: Add global and static vars.
4742 * gdb.python/py-objfile.exp: Test new functions Objfile.
4743 lookup_global_symbol and lookup_static_symbol.
4744
4745 2019-07-29 Tom Tromey <tom@tromey.com>
4746
4747 * lib/tuiterm.exp (Term::_csi_@): New proc.
4748 (Term::_csi_X): Don't move cursor.
4749
4750 2019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4751
4752 * gdb.base/options.exp: Update backtrace - completion to
4753 new option -frame-info.
4754 * gdb.base/frame-args.exp: Test new 'frame-arguments presence'.
4755 Test new 'set print frame-info'. Test backtrace -frame-info
4756 overriding 'set print frame-info'.
4757 * gdb.python/py-framefilter.exp: Test new 'frame-arguments presence'.
4758 Test new 'set print frame-info'.
4759 Verify consistency of backtrace with and without filters, with and
4760 without -no-filters.
4761 * gdb.python/py-framefilter-invalidarg.exp: Update to new print_what
4762 default.
4763
4764 2019-07-29 Tom de Vries <tdevries@suse.de>
4765
4766 * gdb.linespec/explicit.exp: Fix completion trigger for "complete with
4767 no arguments".
4768
4769 2019-07-29 Tom de Vries <tdevries@suse.de>
4770
4771 * gdb.linespec/explicit.exp: Fix gdb_test_multiple regexps where second
4772 is a substring of the first for "complete non-unique file name".
4773
4774 2019-07-29 Tom de Vries <tdevries@suse.de>
4775
4776 * gdb.python/python.exp: Don't terminate gdb_test_multiple regexp
4777 with ".*".
4778
4779 2019-07-29 Tom de Vries <tdevries@suse.de>
4780
4781 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt, gdb_is_target_1):
4782 Pass prompt_regexp parameter to gdb_test_multiple calls.
4783
4784 2019-07-29 Tom de Vries <tdevries@suse.de>
4785
4786 * gdb.base/maint.exp: Use "\r\n" instead of "\[\r\n\]+" in "maint
4787 print registers" regexps.
4788
4789 2019-07-29 Tom de Vries <tdevries@suse.de>
4790
4791 * gdb.base/define.exp: Add "\r\n" to "reset gdb_prompt" regexp.
4792
4793 2019-07-29 Tom de Vries <tdevries@suse.de>
4794
4795 PR gdb/24855
4796 * lib/gdb.exp (gdb_test_multiple): Add prompt_regexp parameter.
4797 (skip_python_tests_prompt): Add prompt_regexp argument to
4798 gdb_test_multiple calls.
4799
4800 2019-07-27 Tom Tromey <tom@tromey.com>
4801
4802 * gdb.tui/main.exp: New file.
4803
4804 2019-07-27 Tom Tromey <tom@tromey.com>
4805
4806 * lib/tuiterm.exp (Term::clean_restart): Make "executable"
4807 optional.
4808 * gdb.tui/empty.exp: New file.
4809
4810 2019-07-27 Tom Tromey <tom@tromey.com>
4811
4812 * lib/tuiterm.exp (spawn): New proc.
4813 (Term::resize): New proc.
4814 * gdb.tui/resize.exp: New file.
4815
4816 2019-07-27 Tom Tromey <tom@tromey.com>
4817
4818 * gdb.tui/list.exp: New file.
4819
4820 2019-07-27 Tom Tromey <tom@tromey.com>
4821
4822 * gdb.tui/regs.exp: New file.
4823
4824 2019-07-27 Tom Tromey <tom@tromey.com>
4825
4826 * gdb.tui/basic.exp: Add "layout split" test.
4827
4828 2019-07-27 Tom Tromey <tom@tromey.com>
4829
4830 * gdb.tui/basic.exp: Add "layout asm" test.
4831
4832 2019-07-27 Tom Tromey <tom@tromey.com>
4833
4834 * lib/tuiterm.exp: New file.
4835 * gdb.tui/basic.exp: New file.
4836
4837 2019-07-27 Kevin Buettner <kevinb@redhat.com>
4838
4839 * gdb.dwarf2/dw2-ranges-func.exp (enable_foo_cold_stepping):
4840 Enable tests associated with this flag. Adjust regex
4841 referencing "foo_low" to now refer to "foo_cold" instead.
4842
4843 2019-07-27 Kevin Buettner <kevinb@redhat.com>
4844
4845 * gdb.dwarf2/dw2-ranges-func.c: Rename to...
4846 * gdb.dwarf2/dw2-ranges-func-lo-cold.c: ...this.
4847 * gdb.dwarf2/dw2-ranges-func-lo-cold.c (foo_low): Change name to
4848 foo_cold. Revise comments to match.
4849 * gdb.dwarf2/dw2-ranges-func-hi-cold.c: New file.
4850 * gdb.dwarf2/dw2-ranges-func.exp (do_test): New proc. Existing tests
4851 were wrapped into this proc; Call do_test in loop from outermost
4852 level.
4853 (foo_low): Rename all occurrences to "foo_cold".
4854 (backtrace from baz): New test.
4855 (x2/i foo_cold): New test.
4856 (info line *foo_cold): New test.
4857
4858 2019-07-26 Tom de Vries <tdevries@suse.de>
4859
4860 * gdb.arch/i386-pkru.exp: Fix unterminated string.
4861
4862 2019-07-25 Tom de Vries <tdevries@suse.de>
4863
4864 PR testsuite/24830
4865 * gdb.mi/mi-catch-cpp-exceptions.exp: Call
4866 mi_skip_libstdcxx_probe_tests, and skip unsupported tests.
4867 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Factor out of ...
4868 (skip_libstdcxx_probe_tests): ... here.
4869 * lib/mi-support.exp (mi_skip_libstdcxx_probe_tests): New proc.
4870
4871 2019-07-24 Tom de Vries <tdevries@suse.de>
4872
4873 PR testsuite/24807
4874 * gdb.objc/basicclass.m: Include stdio.h.
4875 * gdb.objc/nondebug.m: Same.
4876 * gdb.objc/objcdecode.m: Same.
4877
4878 2019-07-24 Tom de Vries <tdevries@suse.de>
4879
4880 PR testsuite/24612
4881 * gdb.base/infoline-reloc-main-from-zero.exp: Add -Wl,-N to
4882 additional_flags.
4883
4884 2019-07-24 Tom de Vries <tdevries@suse.de>
4885
4886 PR testsuite/24831
4887 * gdb.multi/tids.exp: Update error messages for info threads.
4888
4889 2019-07-24 Tom de Vries <tdevries@suse.de>
4890
4891 * gdb.base/info-types.exp: Allow info types to print info for more than
4892 one file.
4893
4894 2019-07-23 Tom de Vries <tdevries@suse.de>
4895
4896 PR testsuite/24842
4897 * gdb.dwarf2/multidictionary.exp: Consume initial prompt after
4898 gdb_spawn_with_cmdline_opts.
4899
4900 2019-07-23 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
4901
4902 * gdb.arch/arm-cmse-sgstubs.c: New test.
4903 * gdb.arch/arm-cmse-sgstubs.exp: New file.
4904
4905 2019-07-23 Tom de Vries <tdevries@suse.de>
4906
4907 PR testsuite/24711
4908 * gdb.mi/mi-complete.exp: Wait for "set max-completions" result before
4909 issuing next command.
4910
4911 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
4912
4913 * gdb.ada/info_auto_lang.exp: Update expected results.
4914 * gdb.base/info-types.c: Add additional types to check.
4915 * gdb.base/info-types.exp: Update expected results.
4916
4917 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
4918
4919 * gdb.base/info-types.c: New file.
4920 * gdb.base/info-types.exp: New file.
4921
4922 2019-07-19 Andrew Burgess <andrew.burgess@embecosm.com>
4923
4924 * gdb.arch/riscv-bp-infcall.c: New file.
4925 * gdb.arch/riscv-bp-infcall.exp: New file.
4926
4927 2019-07-17 Andrew Burgess <andrew.burgess@embecosm.com>
4928
4929 PR breakpoints/24541
4930 * gdb.mi/mi-catch-cpp-exceptions.exp: Remove kfail due to 24541.
4931
4932 2019-07-14 Tom de Vries <tdevries@suse.de>
4933
4934 PR testsuite/24760
4935 * gdb.objc/basicclass.exp: Fix unterminated string.
4936
4937 2019-07-12 Bernhard Heckel <bernhard.heckel@intel.com>
4938 Andrew Burgess <andrew.burgess@embecosm.com>
4939
4940 * gdb.fortran/vla-ptype.exp: Print array with negative bounds.
4941 * gdb.fortran/vla-sizeof.exp: Print the size of an array with
4942 negative bounds.
4943 * gdb.fortran/vla-value.exp: Print elements of an array with
4944 negative bounds.
4945 * gdb.fortran/vla.f90: Setup an array with negative bounds for
4946 testing.
4947
4948 2019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
4949
4950 * gdb.base/options.exp (expect_string): Dequote strings in
4951 results.
4952 (test-string): Test strings with different quoting and reindent.
4953
4954 2019-07-10 Tom Tromey <tromey@adacore.com>
4955
4956 * gdb.ada/mi_ex_cond.exp: Update expected results.
4957 * gdb.ada/mi_catch_ex_hand.exp: Update expected results.
4958 * gdb.ada/mi_catch_ex.exp: Update expected results.
4959 * gdb.ada/mi_catch_assert.exp: Update expected results.
4960 * gdb.ada/catch_ex.exp (catch_exception_info)
4961 (catch_exception_entry, catch_assert_entry)
4962 (catch_unhandled_entry): Update.
4963 * gdb.ada/catch_assert_if.exp: Update expected results.
4964
4965 2019-07-10 Richard Bunt <richard.bunt@arm.com>
4966 Stephen Roberts <stephen.roberts@arm.com>
4967
4968 * gdb.base/define.exp: Restore original prompt.
4969
4970 2019-07-09 Pedro Alves <palves@redhat.com>
4971
4972 * gdb.cp/catch-multi-stdlib.exp: Adjust expected "info
4973 breakpoints" output.
4974 * gdb.cp/exception.exp: Adjust expected "info breakpoints" output.
4975 * gdb.python/py-breakpoint.exp: No longer expect that "catch
4976 throw" creates breakpoint.
4977 * gdb.mi/mi-catch-cpp-exceptions.exp (setup_catchpoint): Expect
4978 'type="catchpoint"'.
4979
4980 2019-07-09 Pedro Alves <palves@redhat.com>
4981
4982 PR c++/15468
4983 * gdb.cp/except-multi-location-lib.cc: New.
4984 * gdb.cp/except-multi-location-main.cc: New.
4985 * gdb.cp/except-multi-location.exp: New.
4986
4987 2019-07-09 Sergio Durigan Junior <sergiodj@redhat.com>
4988
4989 * gdb.base/printcmds.exp (test_printf_convenience_var): Set
4990 language to "c++" before dealing with wchar_t. Remove DO_WSTRING
4991 argument and update callers.
4992
4993 2019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
4994
4995 * gdb.arch/amd64-break-on-asm-line.S: New file.
4996 * gdb.arch/amd64-break-on-asm-line.exp: New file.
4997
4998 2019-07-08 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4999
5000 * gdb.base/printcmds.exp: Test printing C string and
5001 C wide string convenience vars without transiting via the inferior.
5002 Also make test names unique.
5003
5004 2019-07-08 Alan Hayward <alan.hayward@arm.com>
5005
5006 PR breakpoints/25011
5007 * gdb.base/break-idempotent.exp: Test both PIE and non PIE.
5008
5009 2019-07-04 Pedro Alves <palves@redhat.com>
5010
5011 * lib/gdb.exp (foreach_with_prefix): Don't return early if
5012 body returned ok(0), break(3) or continue(4).
5013 * gdb.testsuite/foreach_with_prefix.exp: New file.
5014
5015 2019-07-04 Alan Hayward <alan.hayward@arm.com>
5016
5017 * gdb.server/unittest.exp: Allow 0 unit tests to run.
5018
5019 2019-07-03 Pedro Alves <palves@redhat.com>
5020
5021 * lib/gdb.exp (foreach_with_prefix): Use "catch" and
5022 "return -code".
5023
5024 2019-07-03 Pedro Alves <palves@redhat.com>
5025
5026 PR cli/24732
5027 * gdb.base/shell.exp: Load completion-support.exp.
5028 Adjust expected error output. Add completion tests.
5029
5030 2019-07-03 Pedro Alves <palves@redhat.com>
5031
5032 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Use
5033 string_to_regexp.
5034
5035 2019-07-03 Pedro Alves <palves@redhat.com>
5036
5037 * gdb.base/options.exp (expect_none, expect_flag, expect_bool)
5038 (expect_integer): Adjust to expect "-string".
5039 (expect_string): New.
5040 (all_options): Expect "-string".
5041 (test-flag, test-boolean): Adjust to expect "-string".
5042 (test-string): New proc.
5043 (top level): Call it.
5044
5045 2019-07-03 Pedro Alves <palves@redhat.com>
5046
5047 * gdb.base/options.exp (test-misc, test-flag, test-boolean)
5048 (test-uinteger, test-enum): Adjust res_test_gdb_... calls to pass
5049 the expected output in the success.
5050
5051 2019-07-03 Pedro Alves <palves@redhat.com>
5052
5053 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
5054 Split one gdb_test_multiple call in two to avoid a race.
5055
5056 2019-07-03 Pedro Alves <palves@redhat.com>
5057
5058 * gdb.base/with.c: New file.
5059 * gdb.base/with.exp: New file.
5060
5061 2019-07-03 Pedro Alves <palves@redhat.com>
5062
5063 * gdb.base/settings.exp: Replace all references to "maint
5064 test-settings set" with references to "maint set test-settings",
5065 and all references to "maint test-settings show" with references
5066 to "maint show test-settings".
5067
5068 2019-07-03 Pedro Alves <palves@redhat.com>
5069
5070 * gdb.base/settings.exp (test-string): Adjust expected out when
5071 testing "maint test-settings show filename"
5072
5073 2019-07-02 Pedro Alves <palves@redhat.com>
5074
5075 * gdb.base/options.exp (test-info-threads): New procedure.
5076 (top level): Call it.
5077
5078 2019-06-28 Tom Tromey <tromey@adacore.com>
5079
5080 * gdb.dwarf2/ada-linkage-name.c: New file.
5081 * gdb.dwarf2/ada-linkage-name.exp: New file.
5082
5083 2019-06-27 Tom Tromey <tromey@adacore.com>
5084
5085 PR c++/20020:
5086 * gdb.cp/constexpr-field.exp: Use setup_xfail.
5087
5088 2019-06-26 Tom de Vries <tdevries@suse.de>
5089
5090 * gdb.dwarf2/varval.exp: Compile twice, once without bad DWARF.
5091
5092 2019-06-26 Tom de Vries <tdevries@suse.de>
5093
5094 * gdb.base/index-cache.exp: Add back missing debug option.
5095
5096 2019-06-23 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5097
5098 * gdb.base/alias.exp: Test non matching/non existing prefixes.
5099
5100 2019-06-25 Tom de Vries <tdevries@suse.de>
5101
5102 PR testsuite/24727
5103 * gdb.dwarf2/dw2-restrict.S: Regenerate using clang 5.0.1.
5104
5105 2019-06-24 Tom de Vries <tdevries@suse.de>
5106
5107 * gdb.dwarf2/implptr-64bit.exp: Fix intra-CU '%' label reference.
5108
5109 2019-06-24 Tom de Vries <tdevries@suse.de>
5110
5111 * gdb.trace/entry-values.exp: Use DW_FORM_udata instead of
5112 DW_FOR_sdata for DW_AT_decl_file. Use 0 for DW_AT_decl_file.
5113 * gdb.trace/unavailable-dwarf-piece.exp: Same.
5114
5115 2019-06-24 Tom de Vries <tdevries@suse.de>
5116
5117 * gdb.dwarf2/inlined_subroutine-inheritance.exp:
5118
5119 2019-06-21 Tom de Vries <tdevries@suse.de>
5120
5121 * gdb.base/index-cache.exp: Add additional_flags=-Wl,--build-id.
5122
5123 2019-06-21 Tom de Vries <tdevries@suse.de>
5124
5125 PR testsuite/24518
5126 PR ada/24713
5127 * gdb.ada/ptype_union.exp: Mark as unsupported if executable contains
5128 index.
5129
5130 2019-06-19 Tom Tromey <tromey@adacore.com>
5131
5132 * gdb.ada/length_cond.exp: Add intro comment.
5133
5134 2019-06-19 Tom Tromey <tromey@adacore.com>
5135
5136 * gdb.ada/length_cond.exp: New file.
5137 * gdb.ada/length_cond/length_cond.adb: New file.
5138 * gdb.ada/length_cond/pck.adb: New file.
5139 * gdb.ada/length_cond/pck.ads: New file.
5140
5141 2019-06-18 Tom de Vries <tdevries@suse.de>
5142
5143 * boards/fission.exp (debug_flags): Add "-fuse-ld=gold".
5144
5145 2019-06-18 Tom Tromey <tromey@adacore.com>
5146
5147 * gdb.base/list0.h: Add comment explaining control character.
5148
5149 2019-06-18 Tom de Vries <tdevries@suse.de>
5150
5151 * boards/fission.exp: Break up long debug_flags line.
5152
5153 2019-06-16 Tom de Vries <tdevries@suse.de>
5154
5155 PR gdb/24445
5156 * gdb.dwarf2/gdb-index.exp (add_gdb_index): Update dwz file with
5157 generated index.
5158
5159 2019-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
5160
5161 PR gdb/24686
5162 * gdb.mi/mi-catch-cpp-exceptions.exp: Add an extra pattern to
5163 improve detection of bug gdb/24541.
5164
5165 2019-06-16 Simon Marchi <simon.marchi@polymtl.ca>
5166
5167 PR gdb/24669
5168 * gdb.base/index-cache.exp (uses_readnow,
5169 expecting_index_cache_use): Define global variable.
5170 (test_cache_enabled_miss, test_cache_enabled_hit): Use
5171 expecting_index_cache_use.
5172
5173 2019-06-16 Bernhard Heckel <bernhard.heckel@intel.com>
5174 Andrew Burgess <andrew.burgess@embecosm.com>
5175
5176 * gdb.fortran/pointers.f90: New file.
5177 * gdb.fortran/print_type.exp: New file.
5178 * gdb.fortran/vla-ptype.exp: Adapt expected results.
5179 * gdb.fortran/vla-type.exp: Likewise.
5180 * gdb.fortran/vla-value.exp: Likewise.
5181 * gdb.mi/mi-vla-fortran.exp: Likewise.
5182
5183 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
5184
5185 * gdb.mi/mi-catch-cpp-exceptions.cc: New file.
5186 * gdb.mi/mi-catch-cpp-exceptions.exp: New file.
5187 * lib/mi-support.exp (mi_expect_stop): Handle 'exception-caught'
5188 as a stop reason.
5189
5190 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
5191
5192 * gdb.base/annota1.exp: Update expected results.
5193 * gdb.cp/annota2.exp: Likewise.
5194 * gdb.cp/annota3.exp: Likewise.
5195
5196 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
5197
5198 * gdb.base/style-logging.exp: Remove path from test name.
5199
5200 2019-06-14 Tom Tromey <tromey@adacore.com>
5201
5202 PR gdb/24502:
5203 * gdb.base/style-logging.exp: New file.
5204
5205 2019-06-14 Tom Tromey <tromey@adacore.com>
5206
5207 * gdb.base/symfile-warn.exp: New file.
5208 * gdb.base/symfile-warn.c: New file.
5209
5210 2019-06-14 Tom Tromey <tromey@adacore.com>
5211
5212 * gdb.base/annotate-symlink.exp: New file.
5213
5214 2019-06-14 Tom Tromey <tromey@adacore.com>
5215
5216 * gdb.ada/set_wstr.exp: Add reassignment test.
5217
5218 2019-06-14 Tom Tromey <tromey@adacore.com>
5219
5220 * gdb.ada/formatted_ref.exp (test_p_x_addr): Check
5221 'unchecked_access and 'unrestricted_access as well.
5222
5223 2019-06-14 Tom Tromey <tromey@adacore.com>
5224
5225 PR ada/24539:
5226 * gdb.ada/vla.exp: Update tests.
5227 * gdb.ada/vla/vla.adb (Record_Type): Use No_Component_Reordering
5228 pragma.
5229
5230 2019-06-13 Pedro Alves <palves@redhat.com>
5231
5232 * gdb.base/settings.exp (test-integer): Test junk after
5233 "unlimited".
5234
5235 2019-06-13 Pedro Alves <palves@redhat.com>
5236
5237 * gdb.base/options.exp (test-thread-apply): New.
5238 (top level): Call it.
5239
5240 2019-06-13 Pedro Alves <palves@redhat.com>
5241
5242 * gdb.base/options.exp (test-frame-apply): New.
5243 (top level): Test print commands with different "frame apply"
5244 prefixes.
5245
5246 2019-06-13 Pedro Alves <palves@redhat.com>
5247
5248 * lib/completion-support.exp (test_gdb_complete_tab_multiple)
5249 (test_gdb_complete_cmd_multiple, test_gdb_complete_multiple): Add
5250 'max_completions' parameter and handle it.
5251 (test_gdb_completion_offers_commands): New.
5252
5253 2019-06-13 Pedro Alves <palves@redhat.com>
5254
5255 * gdb.base/options.exp (test-backtrace): Test completing qualifiers.
5256
5257 2019-06-13 Pedro Alves <palves@redhat.com>
5258
5259 * gdb.base/options.exp (test-backtrace): New.
5260 (top level): Call it.
5261
5262 2019-06-13 Pedro Alves <palves@redhat.com>
5263
5264 * gdb.guile/scm-frame-args.exp: Use "set print
5265 raw-frame-arguments" instead of "set print raw frame-arguments".
5266 * gdb.python/py-frame-args.exp: Likewise.
5267
5268 2019-06-13 Pedro Alves <palves@redhat.com>
5269
5270 * gdb.compile/compile.exp: Adjust expected output to option
5271 processing changes.
5272
5273 2019-06-13 Pedro Alves <palves@redhat.com>
5274
5275 * gdb.base/options.exp: Build executable.
5276 (test-print): New procedure.
5277 (top level): Call it, once for "print" and another for "compile
5278 print".
5279
5280 2019-06-13 Pedro Alves <palves@redhat.com>
5281
5282 * gdb.base/options.c: New file.
5283 * gdb.base/options.exp: New file.
5284
5285 2019-06-13 Pedro Alves <palves@redhat.com>
5286
5287 * gdb.base/settings.exp (test-boolean, test-auto-boolean): Check
5288 that "o" is ambiguous.
5289
5290 2019-06-13 Pedro Alves <palves@redhat.com>
5291
5292 * gdb.base/settings.c: New file.
5293 * gdb.base/settings.exp: New file.
5294
5295 2019-06-13 Pedro Alves <palves@redhat.com>
5296
5297 * gdb.base/completion.exp: Fix comment typo.
5298
5299 2019-06-13 Pedro Alves <palves@redhat.com>
5300
5301 * gdb.multi/tids.exp: Adjust expected output. Add "thread apply 1
5302 foo --1" test.
5303
5304 2019-06-11 Bernhard Heckel <bernhard.heckel@intel.com>
5305
5306 * gdb.fortran/block-data.f: New.
5307 * gdb.fortran/block-data.exp: New.
5308
5309 2019-06-11 Tom de Vries <tdevries@suse.de>
5310
5311 PR testsuite/24521
5312 * gdb.multi/remove-inferiors.exp: Allow "Expanding full symbols"
5313 message.
5314
5315 2019-06-11 Tom de Vries <tdevries@suse.de>
5316
5317 PR testsuite/24521
5318 * gdb.dwarf2/nonvar-access.exp: Fix main high_pc.
5319
5320 2019-06-11 Tom de Vries <tdevries@suse.de>
5321
5322 * boards/readnow.exp: New file.
5323
5324 2019-06-10 Andrew Burgess <andrew.burgess@embecosm.com>
5325
5326 * gdb.fortran/vla-sizeof.exp: Update expected results.
5327
5328 2019-06-06 Amos Bird <amosbird@gmail.com>
5329
5330 * gdb.base/annota1.exp (thread_switch): Add test for
5331 thread-exited annotation.
5332
5333 2019-06-06 Tom Tromey <tromey@adacore.com>
5334
5335 * gdb.base/maint.exp: Expect command started/finished output.
5336
5337 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
5338
5339 * gdb.arch/riscv-unwind-long-insn-6.s: Remove use of 'I' in
5340 comment.
5341 * gdb.arch/riscv-unwind-long-insn-8.s: Likewise.
5342
5343 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
5344
5345 * gdb.arch/riscv-unwind-long-insn-6.s: New file.
5346 * gdb.arch/riscv-unwind-long-insn-8.s: New file.
5347 * gdb.arch/riscv-unwind-long-insn.c: New file.
5348 * gdb.arch/riscv-unwind-long-insn.exp: New file.
5349
5350 2019-06-04 Christian Biesinger <cbiesinger@google.com>
5351
5352 * gdb.python/py-type.exp: Test for new gdb.Type.objfile property.
5353
5354 2019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5355
5356 * lib/gdb.exp (help_list_trailer): New regexp variable
5357 factorizing the help trailer message.
5358 (test_class_help): Use help_list_trailer. Add LIST_OF_COMMANDS
5359 arg to allow to better factorize various tests.
5360 (test_user_defined_class_help): Factorizes testing 'help user-defined'.
5361 (test_prefix_command_help): Use help_list_trailer.
5362 * gdb.python/py-cmd.exp: Use test_user_defined_class_help.
5363 * gdb.guile/scm-cmd.exp: Likewise.
5364 * gdb.trace/tracecmd.exp: Update caller of test_class_help.
5365 * gdb.base/help.exp: Use test_user_defined_class_help.
5366 * gdb.base/style.exp: Add tests for styling of help and apropos.
5367 * lib/gdb-utils.exp (style): Add title and highlight styles.
5368
5369 2019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5370
5371 * gdb.base/shell.exp: Test pipe command, $_shell_exitcode,
5372 $_shell_exitsignal.
5373 * gdb.base/default.exp: Update for new convenience variables.
5374
5375 2019-05-29 Tom Tromey <tromey@adacore.com>
5376
5377 * gdb.ada/complete.exp (test_gdb_no_completion): Add "/" and "-"
5378 to "break complete ada" test case's regexp.
5379
5380 2019-05-29 Tom Tromey <tromey@adacore.com>
5381
5382 PR c++/20020:
5383 * gdb.cp/constexpr-field.exp: New file.
5384 * gdb.cp/constexpr-field.cc: New file.
5385
5386 2019-05-29 Tom Tromey <tromey@adacore.com>
5387
5388 * gdb.base/finish.exp (finish_no_print): New proc.
5389 (finish_tests): Call it.
5390
5391 2019-05-24 Tom de Vries <tdevries@suse.de>
5392
5393 * gdb.dwarf2/gdb-add-index.exp: New file.
5394
5395 2019-05-22 Tom Tromey <tromey@adacore.com>
5396
5397 * gdb.base/info-shared.exp (check_info_shared): Use "style".
5398 * gdb.base/style.exp: Use "style".
5399 * lib/gdb-utils.exp (style): New proc.
5400
5401 2019-05-22 Tom de Vries <tdevries@suse.de>
5402
5403 * gdb.base/align.exp: Require c++11.
5404
5405 2019-05-22 Tom de Vries <tdevries@suse.de>
5406
5407 PR testsuite/24586
5408 * gdb.python/py-mi-var-info-path-expression.exp: Call
5409 mi_skip_python_tests to check if python is supported.
5410
5411 2019-05-22 Alan Hayward <alan.hayward@arm.com>
5412
5413 * gdb.arch/aarch64-pauth.c: New test.
5414 * gdb.arch/aarch64-pauth.exp: New file.
5415
5416 2019-05-22 Alan Hayward <alan.hayward@arm.com>
5417
5418 * README (Re-running Tests Outside The Testsuite): New section.
5419
5420 2019-05-21 Tom de Vries <tdevries@suse.de>
5421
5422 * gdb.arch/amd64-eval.exp: Require c++11.
5423 * gdb.base/max-depth.exp: Same.
5424 * gdb.compile/compile-cplus-array-decay.exp: Same.
5425 * gdb.cp/meth-typedefs.exp: Same.
5426 * gdb.cp/subtypes.exp: Same.
5427 * gdb.cp/temargs.exp: Same.
5428
5429 2019-05-21 Alan Hayward <alan.hayward@arm.com>
5430
5431 * lib/gdbserver-support.exp (gdbserver_run): Mark kill as optional.
5432
5433 2019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
5434
5435 PR gdb/18644
5436 * gdb.fortran/complex.exp: Remove setup_kfail calls.
5437 * gdb.fortran/printing-types.exp: Add new test.
5438 * gdb.fortran/printing-types.f90: Add 16-byte real variable for
5439 testing.
5440 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Remove
5441 setup_kfail call.
5442
5443 2019-05-17 Alan Hayward <alan.hayward@arm.com>
5444
5445 * README (Running the Testsuite): Change example.
5446 (Testsuite Parameters): Remove TRANSCRIPT.
5447 * lib/gdb.exp: Remove TRANSCRIPT check.
5448
5449 2019-05-17 Alan Hayward <alan.hayward@arm.com>
5450
5451 * README (Testsuite Parameters): Add replay logging to
5452 GDBSERVER_DEBUG.
5453 (gdbserver,debug): Refer to GDBSERVER_DEBUG.
5454 * lib/gdbserver-support.exp (gdbserver_start): Treat gdbserverdebug
5455 as a comma separated list.
5456 (gdb_debug_init): Override procedure.
5457
5458 2019-05-17 Alan Hayward <alan.hayward@arm.com>
5459
5460 * lib/gdb.exp (default_gdb_spawn): Call gdb_write_cmd_file.
5461 (gdb_write_cmd_file): New procedure.
5462 * lib/gdbserver-support.exp (gdbserver_start): Call
5463 gdbserver_write_cmd_file.
5464 (gdbserver_write_cmd_file): New procedure.
5465
5466 2019-05-17 Alan Hayward <alan.hayward@arm.com>
5467
5468 * lib/gdb.exp (gdb_unload): Mark Y as an answer.
5469 (delete_breakpoints): Likewise.
5470 (gdb_run_cmd): Likewise.
5471 (gdb_start_cmd): Likewise.
5472 (gdb_starti_cmd): Likewise.
5473 (gdb_internal_error_resync): Likewise.
5474 (gdb_test_multiple): Likewise.
5475 (gdb_reinitialize_dir): Likewise.
5476 (default_gdb_exit): Likewise.
5477 (gdb_file_cmd): Mark kill as optional.
5478 (default_gdb_start): Call gdb_stdin_log_init.
5479 (send_gdb): Call gdb_stdin_log_write.
5480 (rerun_to_main): Mark Y as an answer.
5481 (gdb_stdin_log_init): New function.
5482 (gdb_stdin_log_write): Likewise.
5483
5484 2019-05-17 Alan Hayward <alan.hayward@arm.com>
5485
5486 * gdb.base/breakpoint-in-ro-region.exp: Disable when debugging.
5487 * gdb.base/debug-expr.exp: Likewise.
5488 * gdb.base/foll-fork.exp: Likewise.
5489 * gdb.base/foll-vfork.exp: Likewise.
5490 * gdb.base/fork-print-inferior-events.exp: Likewise.
5491 * gdb.base/gdb-sigterm.exp: Likewise.
5492 * gdb.base/gdbinit-history.exp: Likewise.
5493 * gdb.base/osabi.exp: Likewise.
5494 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
5495 * gdb.base/ui-redirect.exp: Likewise.
5496 * gdb.gdb/unittest.exp: Likewise.
5497 * gdb.mi/mi-break.exp: Disable separate-mi-tty when debugging.
5498 * gdb.mi/mi-watch.exp: Likewise.
5499 * gdb.mi/new-ui-mi-sync.exp: Likewise.
5500 * gdb.mi/user-selected-context-sync.exp: Likewise.
5501 * gdb.python/python.exp: Disable debug test when debugging.
5502 * gdb.threads/check-libthread-db.exp: Disable when debugging.
5503 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
5504 Likewise.
5505 * gdb.threads/stepi-random-signal.exp: Likewise.
5506
5507 2019-05-17 Alan Hayward <alan.hayward@arm.com>
5508
5509 * Makefile.in: Pass through GDB_DEBUG.
5510 * README (Testsuite Parameters): Add GDB_DEBUG.
5511 (gdb,debug): Add board setting.
5512 * lib/gdb.exp (default_gdb_start): Start debugging.
5513 (gdb_debug_enabled): New procedure.
5514 (gdb_debug_init): 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 * gdb.base/ui-redirect.exp: Add debug redirect tests.
5528
5529 2019-05-17 Alan Hayward <alan.hayward@arm.com>
5530
5531 * gdb.base/ui-redirect.exp: Test redirection.
5532
5533 2019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
5534
5535 * gdb.mi/mi-complete.exp: New file.
5536 * gdb.mi/mi-complete.cc: Likewise.
5537
5538 2019-05-15 Bernhard Heckel <bernhard.heckel@intel.com>
5539
5540 * gdb.fortran/vla-sizeof.exp: Add tests of sizeof applied to
5541 indexed and sliced arrays, and pointers to arrays.
5542
5543 2019-05-14 Tom Tromey <tromey@adacore.com>
5544
5545 * gdb.base/info-shared.exp (check_info_shared): Add "info shared"
5546 styling test.
5547
5548 2019-05-14 Tom de Vries <tdevries@suse.de>
5549
5550 * gdb.dwarf2/dw2-skip-prologue.S (.debug_loc): Fix base address
5551 selection entry encoding.
5552
5553 2019-05-10 Tom Tromey <tromey@adacore.com>
5554
5555 * gdb.ada/info_exc.exp: Add "complete" test.
5556
5557 2019-05-09 Tom de Vries <tdevries@suse.de>
5558
5559 * gdb.arch/amd64-tailcall-self.S: Make DW_FORM_ref4 references
5560 CU-relative.
5561
5562 2019-05-09 Tom de Vries <tdevries@suse.de>
5563
5564 * gdb.arch/amd64-entry-value-paramref.S: Make DW_FORM_ref4 references
5565 CU-relative.
5566
5567 2019-05-08 Joel Brobecker <brobecker@adacore.com>
5568
5569 * gdb.ada/frame_arg_lang.exp: New testcase.
5570 * gdb.ada/frame_arg_lang/bla.adb: New file.
5571 * gdb.ada/frame_arg_lang/pck.ads: New file.
5572 * gdb.ada/frame_arg_lang/pck.adb: New file.
5573 * gdb.ada/frame_arg_lang/foo.c: New file.
5574
5575 2019-05-08 Tom Tromey <tromey@adacore.com>
5576
5577 * gdb.python/py-value.exp (test_value_in_inferior): Add Ada test.
5578
5579 2019-05-08 Tom Tromey <tromey@adacore.com>
5580
5581 * gdb.base/ptype-offsets.exp: Update tests.
5582
5583 2019-05-08 Tom Tromey <tromey@adacore.com>
5584
5585 * gdb.base/ptype-offsets.exp: Use string_to_regexp. Fix test
5586 cases.
5587 * gdb.base/ptype-offsets.cc (struct abc) <my_int_type>: Now
5588 "short".
5589
5590 2019-05-08 Tom Tromey <tromey@adacore.com>
5591
5592 * gdb.ada/vla.exp: New file.
5593 * gdb.ada/vla/vla.adb: New file.
5594
5595 2019-05-07 Tom de Vries <tdevries@suse.de>
5596
5597 * gdb.base/index-cache.exp (ls_host): Fix return statement.
5598
5599 2019-05-07 Tom de Vries <tdevries@suse.de>
5600
5601 PR testsuite/24522
5602 * gdb.dlang/watch-loc.c: Fix debug_info_offset in .debug_aranges
5603 section.
5604
5605 2019-05-07 Tom de Vries <tdevries@suse.de>
5606
5607 PR testsuite/24522
5608 * gdb.dwarf2/dw2-case-insensitive-debug.S: Fix debug_info_offset in
5609 .debug_aranges section.
5610
5611 2019-05-07 Tom de Vries <tdevries@suse.de>
5612
5613 PR testsuite/24159
5614 * lib/dwarf.exp: Fix handling of DW_FORM_ref_addr.
5615
5616 2019-05-06 Tom de Vries <tdevries@suse.de>
5617
5618 * lib/gdb.exp (exec_has_index_section): New proc.
5619 * gdb.base/index-cache.exp: Handle case that binfile contains an index
5620 section.
5621
5622 2019-05-04 Tom de Vries <tdevries@suse.de>
5623
5624 * boards/cc-with-debug-names.exp: New file.
5625
5626 2019-05-03 Tom Tromey <tromey@adacore.com>
5627
5628 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): New type.
5629 * gdb.ada/char_enum/foo.adb: Use Global_Enum_Type.
5630 * gdb.ada/char_enum.exp: Add test.
5631
5632 2019-05-03 Tom de Vries <tdevries@suse.de>
5633
5634 * boards/cc-with-gdb-index.exp: New file.
5635
5636 2019-05-02 Andrew Burgess <andrew.burgess@embecosm.com>
5637
5638 * gdb.rust/simple.exp: Add new test case.
5639 * gdb.rust/simple.rs (struct StringAtOffset): New struct.
5640 (main): Initialise an instance of the new struct.
5641
5642 2019-05-01 Tom Tromey <tromey@adacore.com>
5643
5644 * gdb.ada/packed_array_assign/aggregates.ads (Nested_Packed): New
5645 record.
5646 (NPR): New variable.
5647 * gdb.ada/packed_array_assign.exp: Add nested packed assignment
5648 test.
5649
5650 2019-05-01 Tom Tromey <tromey@adacore.com>
5651
5652 * gdb.ada/packed_array_assign.exp: Add packed assignment
5653 regression test.
5654
5655 2019-05-01 Tom de Vries <tdevries@suse.de>
5656
5657 * boards/cc-with-tweaks.exp: Generate gdb.sh, and pass it in env(GDB).
5658
5659 2019-05-01 Tom de Vries <tdevries@suse.de>
5660
5661 * boards/dwarf4-gdb-index.exp: Use cc-with-tweaks.exp.
5662
5663 2019-04-30 Ali Tamur <tamur@google.com>
5664
5665 * lib/dwarf.exp(): Added DW_FORM_strx1-4.
5666
5667 2019-04-30 Tom Tromey <tromey@adacore.com>
5668
5669 * lib/ada.exp (find_ada_tool): New proc.
5670 * lib/gdb.exp (gdb_compile_shlib): Allow .o files as inputs.
5671 * gdb.ada/catch_ex_std.exp: New file.
5672 * gdb.ada/catch_ex_std/foo.adb: New file.
5673 * gdb.ada/catch_ex_std/some_package.adb: New file.
5674 * gdb.ada/catch_ex_std/some_package.ads: New file.
5675
5676 2019-04-30 Tom Tromey <tromey@adacore.com>
5677
5678 PR c++/24470:
5679 * gdb.cp/temargs.cc: Add test code from PR.
5680
5681 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
5682
5683 * gdb.fortran/vla-datatypes.exp: Update expected results.
5684 * gdb.fortran/vla-ptype.exp: Likewise.
5685 * gdb.fortran/vla-type.exp: Likewise.
5686 * gdb.fortran/vla-value.exp: Likewise.
5687
5688 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
5689
5690 * gdb.fortran/ptr-indentation.exp: Update expected results.
5691 * gdb.fortran/ptype-on-functions.exp: Likewise.
5692 * gdb.fortran/vla-ptr-info.exp: Likewise.
5693 * gdb.fortran/vla-value.exp: Likewise.
5694
5695 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
5696
5697 * gdb.fortran/ptype-on-functions.exp: New file.
5698 * gdb.fortran/ptype-on-functions.f90: New file.
5699
5700 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
5701
5702 * gdb.fortran/exprs.exp (test_convenience_variables): Expect lower
5703 case void string.
5704
5705 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
5706
5707 * gdb.fortran/complex.exp: Expand.
5708 * gdb.fortran/complex.f: Renamed to...
5709 * gdb.fortran/complex.f90: ...this, and extended to add more
5710 complex values.
5711
5712 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
5713
5714 * gdb.fortran/intrinsics.exp: Extend to cover MOD, CEILING, FLOOR,
5715 MODULO, CMPLX.
5716
5717 2019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
5718 Richard Bunt <richard.bunt@arm.com>
5719
5720 * gdb.base/max-depth.c: New file.
5721 * gdb.base/max-depth.exp: New file.
5722 * gdb.python/py-nested-maps.c: New file.
5723 * gdb.python/py-nested-maps.exp: New file.
5724 * gdb.python/py-nested-maps.py: New file.
5725 * gdb.python/py-format-string.exp (test_max_depth): New proc.
5726 (test_all_common): Call test_max_depth.
5727 * gdb.fortran/max-depth.exp: New file.
5728 * gdb.fortran/max-depth.f90: New file.
5729 * gdb.go/max-depth.exp: New file.
5730 * gdb.go/max-depth.go: New file.
5731 * gdb.modula2/max-depth.exp: New file.
5732 * gdb.modula2/max-depth.c: New file.
5733 * lib/gdb.exp (get_print_expr_at_depths): New proc.
5734
5735 2019-04-29 Tom de Vries <tdevries@suse.de>
5736
5737 * lib/opencl.exp (skip_opencl_tests): Add missing "with" in regexp.
5738
5739 2019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5740
5741 * gdb.base/callexit.exp: Test may-call-functions off.
5742
5743 2019-04-25 Keith Seitz <keiths@redhat.com>
5744
5745 PR c++/24367
5746 * gdb.cp/meth-typedefs.cc (incomplete_struct)
5747 (another_incomplete_struct, test_incomplete): New definitions.
5748 (main): Use new definitions.
5749 * gdb.cp/meth-typedefs.exp: Add new tests for `test_incomplete'
5750 functions.
5751
5752 2019-04-25 Ali Tamur <tamur@google.com>
5753
5754 * lib/dwarf.exp (_handle_DW_FORM): Add DW_FORM_strx.
5755
5756 2019-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
5757
5758 PR corefiles/11608
5759 PR corefiles/18187
5760 * gdb.base/coredump-filter-build-id.exp: New file.
5761
5762 2019-04-25 Alan Hayward <alan.hayward@arm.com>
5763
5764 * Makefile.in: Pass through GDBSERVER_DEBUG.
5765 * README (Testsuite Parameters): Add GDBSERVER_DEBUG.
5766 (gdbserver,debug): Add board setting.
5767 * gdb.trace/tspeed.exp: Skip when debugging.
5768 * lib/gdb.exp (gdbserver_debug_enabled): New procedure.
5769 * lib/gdbserver-support.exp: Likewise
5770
5771 2019-04-24 Tom Tromey <tromey@adacore.com>
5772
5773 * lib/gdb.exp (gdb_compile): Don't add -fno-stack-protector for
5774 Rust.
5775
5776 2019-04-24 Tom Tromey <tromey@adacore.com>
5777
5778 * gdb.arch/amd64-eval.exp: Test bitfield return.
5779 * gdb.arch/amd64-eval.cc (struct Bitfields): New.
5780 (class Foo) <return_bitfields>: New method.
5781 (main): Call it.
5782
5783 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
5784
5785 * gdb.cp/many-args.cc: New file.
5786 * gdb.cp/many-args.exp: New file.
5787
5788 2019-04-23 Tom de Vries <tdevries@suse.de>
5789
5790 PR gdb/24433
5791 * gdb.btrace/reconnect.exp: Fix stepi 19 pattern.
5792
5793 2019-04-23 Alan Hayward <alan.hayward@arm.com>
5794
5795 * gdb.trace/backtrace.exp: Use nopie flag.
5796 * gdb.trace/circ.exp: Likewise.
5797 * gdb.trace/collection.exp: Likewise.
5798 * gdb.trace/ftrace.exp: Likewise.
5799 * gdb.trace/mi-trace-unavailable.exp: Likewise.
5800 * gdb.trace/mi-traceframe-changed.exp: Likewise.
5801 * gdb.trace/qtro.exp: Likewise.
5802 * gdb.trace/read-memory.exp: Likewise.
5803 * gdb.trace/report.exp: Likewise.
5804 * gdb.trace/tfile.exp: Likewise.
5805 * gdb.trace/tfind.exp: Likewise.
5806 * gdb.trace/unavailable.exp: Likewise.
5807
5808 2019-04-22 Pedro Alves <palves@redhat.com>
5809
5810 * gdb.base/solib-probes-nosharedlibrary.c,
5811 gdb.base/solib-probes-nosharedlibrary.exp: New files.
5812
5813 2019-04-19 Tom Tromey <tromey@adacore.com>
5814
5815 * gdb.ada/ptype_union.c: New file.
5816 * gdb.ada/ptype_union.exp: New file.
5817
5818 2019-04-19 Tom Tromey <tromey@adacore.com>
5819
5820 PR symtab/24423:
5821 * gdb.base/list0.h (foo): Add a control-l character.
5822
5823 2019-04-18 Tom de Vries <tdevries@suse.de>
5824
5825 PR gdb/24433
5826 * boards/local-board.exp: Set sysroot to "".
5827
5828 2019-04-18 Tom de Vries <tdevries@suse.de>
5829 Pedro Alves <palves@redhat.com>
5830
5831 PR gdb/24454
5832 * gdb.threads/vfork-follow-child-exec.c: New file.
5833 * gdb.threads/vfork-follow-child-exec.exp: New file.
5834 * gdb.threads/vfork-follow-child-exit.c: New file.
5835 * gdb.threads/vfork-follow-child-exit.exp: New file.
5836
5837 2019-04-15 Leszek Swirski <leszeks@google.com>
5838
5839 * gdb.arch/amd64-eval.cc: New file.
5840 * gdb.arch/amd64-eval.exp: New file.
5841
5842 2019-04-11 Alan Hayward <alan.hayward@arm.com>
5843
5844 * gdb.server/sysroot.c: New test.
5845 * gdb.server/sysroot.exp: New file.
5846 * lib/gdbserver-support.exp (gdb_target_cmd): Add additional text
5847 matching param.
5848
5849 2019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
5850
5851 * gdb.base/align.exp: Extend test to cover structures containing
5852 only static fields.
5853
5854 2019-04-11 Tom de Vries <tdevries@suse.de>
5855
5856 * boards/cc-with-dwz-m.exp: New file.
5857 * boards/cc-with-dwz.exp: New file.
5858 * boards/cc-with-tweaks.exp: Note that check-gdb doesn't work.
5859
5860 2019-04-09 Simon Marchi <simon.marchi@efficios.com>
5861
5862 * gdb.base/start-cpp.exp: New file.
5863 * gdb.base/start-cpp.cc: New file.
5864
5865 2019-04-08 Kevin Buettner <kevinb@redhat.com>
5866
5867 * gdb.python/py-thrhandle.exp: Adjust tests to call
5868 thread_from_handle instead of thread_from_thread_handle.
5869
5870 2019-04-08 Kevin Buettner <kevinb@redhat.com>
5871
5872 * gdb.python/py-thrhandle.exp: Add tests for
5873 gdb.InferiorThread.handle.
5874
5875 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
5876
5877 * gdb.python/py-function.exp: Check calling helper function from
5878 all languages.
5879 * lib/gdb.exp (gdb_supported_languages): New proc.
5880
5881 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
5882
5883 * gdb.base/complex-parts.c: New file.
5884 * gdb.base/complex-parts.exp: New file.
5885
5886 2019-04-01 Tom Tromey <tromey@adacore.com>
5887
5888 PR symtab/23331:
5889 * gdb.dwarf2/dw2-ranges-main.c: New file.
5890 * gdb.dwarf2/dw2-ranges-psym.c: New file.
5891 * gdb.dwarf2/dw2-ranges-psym.exp: New file.
5892
5893 2019-03-30 Simon Marchi <simark@simark.ca>
5894
5895 * gdb.base/default.exp: Add values for $_gdb_major and
5896 $_gdb_minor.
5897
5898 2019-03-29 Tom Tromey <tromey@adacore.com>
5899
5900 * gdb.base/help.exp: Tighten apropos regexp.
5901
5902 2019-03-29 Keith Seitz <keiths@redhat.com>
5903
5904 * gdb.fortran/array-bounds.exp: New file.
5905 * gdb.fortran/array-bounds.f90: New file.
5906
5907 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5908
5909 * gdb.multi/multi-term-settings.c (main): Increase alarm timer.
5910
5911 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5912
5913 * gdb.multi/hello.c (main): Increase alarm timer.
5914
5915 2019-03-28 Sandra Loosemore <sandra@codesourcery.com>
5916
5917 * gdb.threads/watchpoint-fork.exp (test): Use large timeout
5918 factor when no hardware watchpoint support.
5919
5920 2019-03-28 Alan Hayward <alan.hayward@arm.com>
5921 Pedro Alves <palves@redhat.com>
5922
5923 * boards/local-board.exp: set sysroot to /.
5924
5925 2019-03-27 Alan Hayward <alan.hayward@arm.com>
5926
5927 * gdb.base/interrupt-daemon-attach.c (main): Add alarm and sleep
5928 in child.
5929
5930 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
5931
5932 * gdb.python/py-prettyprint.c (struct container) <is_map_p>: New
5933 field.
5934 (make_container): Initialise new field.
5935 * gdb.python/py-prettyprint.exp: Add new tests.
5936 * gdb.python/py-prettyprint.py (class ContainerPrinter)
5937 <display_hint>: New method.
5938
5939 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
5940
5941 * gdb.python/py-prettyprint.exp: Use gdb_breakpoint and
5942 gdb_continue_to_breakpoint more throughout this test.
5943 (run_lang_tests) Supply unique test names, and use
5944 gdb_test_no_output.
5945
5946 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
5947
5948 * gdb.base/finish-pretty.exp: Update expected results.
5949 * gdb.base/pretty-print.c: New file.
5950 * gdb.base/pretty-print.exp: New file.
5951
5952 2019-03-25 Pedro Alves <palves@redhat.com>
5953
5954 * lib/gdb.exp (gdb_test_multiple): Split appends to $code and
5955 move comments outside list. Append '-i "" eof' section.
5956
5957 2019-03-22 Alan Hayward <alan.hayward@arm.com>
5958
5959 PR testsuite/25016
5960 * README: Add pie options.
5961 * gdb.base/break-interp.exp: Ensure pie is disabled.
5962 * gdb.base/dump.exp: Likewise.
5963 * lib/gdb.exp (gdb_compile): Add pie option.
5964
5965 2019-03-19 Tom Tromey <tromey@adacore.com>
5966
5967 * gdb.mi/mi2-cli-display.c: New file.
5968 * gdb.mi/mi2-cli-display.exp: New file.
5969
5970 2019-03-18 Joel Brobecker <brobecker@adacore.com>
5971 Tom Tromey <tromey@adacore.com>
5972
5973 * gdb.ada/ptype_array/pck.adb: New file.
5974 * gdb.ada/ptype_array/pck.ads: New file.
5975 * gdb.ada/ptype_array/foo.adb: New file.
5976 * gdb.ada/ptype_array.exp: New file.
5977
5978 2019-03-14 Tom Tromey <tromey@adacore.com>
5979
5980 * gdb.base/style.exp: Add "set style sources" test.
5981
5982 2019-03-13 Simon Marchi <simon.marchi@ericsson.com>
5983
5984 * mi-breakpoint-location-ena-dis.exp: Rename to ...
5985 * mi-breakpoint-multiple-locations.exp: ... this.
5986 (make_breakpoints_pattern): New proc.
5987 (do_test): Add mi_version parameter, test -break-insert,
5988 -break-info and =breakpoint-created.
5989
5990 2019-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
5991
5992 * config/default.exp: Remove 'load_lib gdb.exp'.
5993 * config/monitor.exp: Likewise.
5994 * config/sid.exp: Likewise.
5995 * config/sim.exp: Likewise.
5996 * config/slite.exp: Likewise.
5997 * config/unix.exp: Likewise.
5998 * gdb.base/default.exp: Remove unhelpful comment.
5999
6000 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
6001
6002 * gdb.fortran/type-kinds.exp: Extend to cover TYPE*SIZE cases.
6003
6004 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
6005
6006 * gdb.fortran/intrinsics.exp: Extend to cover ABS.
6007
6008 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
6009
6010 * gdb.fortran/type-kinds.exp: Update expected results.
6011
6012 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
6013
6014 * gdb.fortran/type-kinds.exp: Test new integer type kind.
6015
6016 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
6017
6018 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): New
6019 function.
6020 (test_basic_parsing_of_type_kinds): Expand types tested.
6021 (test_parsing_invalid_type_kinds): New function.
6022
6023 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
6024
6025 * gdb.fortran/intrinsics.exp: New file.
6026 * gdb.fortran/intrinsics.f90: New file.
6027 * gdb.fortran/type-kinds.exp: New file.
6028
6029 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
6030
6031 * gdb.fortran/dot-ops.exp: New file.
6032
6033 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
6034
6035 * gdb.fortran/types.exp (test_logical_literal_types_accepted):
6036 Check upper and lower case logical literals.
6037
6038 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
6039
6040 * gdb.fortran/types.exp (test_float_literal_types_accepted):
6041 Remove duplicate tests.
6042
6043 2019-03-06 Alan Hayward <alan.hayward@arm.com>
6044
6045 * lib/gdb.exp (builtin_cd): rename of cd.
6046 (cd): Override builtin.
6047
6048 2019-03-06 Richard Bunt <richard.bunt@arm.com>
6049
6050 * gdb.fortran/function-calls.exp: New file.
6051 * gdb.fortran/function-calls.f90: New test.
6052
6053 2019-03-04 Richard Bunt <richard.bunt@arm.com>
6054
6055 * gdb.fortran/short-circuit-argument-list.exp: Remove reliance
6056 on user program standard output.
6057 * gdb.fortran/short-circuit-argument-list.f90: Record function
6058 calls.
6059
6060 2019-02-28 Alan Hayward <alan.hayward@arm.com>
6061
6062 * lib/gdbserver-support.exp (gdbserver_start): Check for listen
6063 failure.
6064
6065 2019-02-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
6066
6067 PR gdb/8527
6068 * gdb.base/interrupt-daemon-attach.c,
6069 gdb.base/interrupt-daemon-attach.exp: New test.
6070
6071 2019-02-27 Pedro Alves <palves@redhat.com>
6072
6073 * gdb.base/page.exp: Add tests for "set width/height -1".
6074
6075 2019-02-27 Pedro Alves <palves@redhat.com>
6076
6077 * gdb.base/page.exp: Add tests for "set/show width/height" with
6078 "infinite" values.
6079
6080 2019-02-27 Tom Tromey <tromey@adacore.com>
6081
6082 * lib/gdb.exp (skip_python_tests_prompt): Don't check for Python
6083 2.4.
6084 * gdb.python/py-finish-breakpoint.exp: Remove Python 2.4
6085 workaround.
6086
6087 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
6088
6089 * gdb.base/align.exp: Extend to compile in both C and C++, and add
6090 tests for structs with static members.
6091
6092 2019-02-26 Tom Tromey <tromey@adacore.com>
6093
6094 * gdb.python/py-value.exp (test_value_from_buffer): Check for
6095 ValueError, not TypeError.
6096
6097 2019-02-26 Kevin Buettner <kevinb@redhat.com>
6098
6099 * gdb.python/py-value.exp (test_value_from_buffer): New proc with
6100 call from main program.
6101
6102 2019-02-23 Joel Brobecker <brobecker@adacore.com>
6103
6104 * gdb.ada/mi_ref_changeable.exp: Update copyright year range.
6105 * gdb.ada/mi_ref_changeable/foo_rb20_056.adb: Likewise.
6106 * gdb.ada/mi_ref_changeable/pck.adb: Likewise.
6107 * gdb.ada/mi_ref_changeable/pck.ads: Likewise.
6108 * gdb.dwarf2/inlined_subroutine-inheritance.exp: Likewise.
6109
6110 2019-02-22 Keith Seitz <keiths@redhat.com>
6111
6112 PR symtab/23853
6113 * gdb.base/symlink-sourcefile.c: New file.
6114 * gdb.base/symlink-sourcefile.exp: New file.
6115
6116 2019-02-20 Tom Tromey <tom@tromey.com>
6117
6118 * gdb.base/info_qt.exp: Update.
6119
6120 2019-02-19 Simon Marchi <simon.marchi@polymtl.ca>
6121
6122 * gdb.base/source.exp: Move "error in sourced script" code to
6123 the end.
6124 * gdb.base/source-error.gdb: Move contents to
6125 source-error-1.gdb. Add new code to source source-error-1.gdb.
6126 * gdb.base/source-error-1.gdb: New file, from previous
6127 source-error.gdb.
6128
6129 2019-02-17 Tom Tromey <tom@tromey.com>
6130
6131 * gdb.base/style.exp: Use -g3 to compile when possible. Add test
6132 for macro styling.
6133 * gdb.base/style.c (SOME_MACRO): New macro.
6134
6135 2019-02-17 Tom Tromey <tom@tromey.com>
6136
6137 * gdb.base/style.exp: Add line-wrapping tests.
6138 * gdb.base/page.exp: Add test for quitting during pagination.
6139
6140 2019-02-17 Joel Brobecker <brobecker@adacore.com>
6141
6142 * gdb.ada/big_packed_array: New testcase.
6143 * gdb.ada/homonym.exp: Fix incorrect expected output for
6144 "break <homonym__get_value>" test.
6145
6146 2019-02-13 Weimin Pan <weimin.pan@oracle.com>
6147
6148 PR breakpoints/21870
6149 * gdb.arch/aarch64-dbreg-contents.exp: Use runto_main + continue
6150 and prepare_for_testing. Add comment.
6151 * gdb.arch/aarch64-dbreg-contents.c: Remove SET_WATCHPOINT and
6152 redundant cleanup call. Clean up comment.
6153
6154 2019-02-12 Weimin Pan <weimin.pan@oracle.com>
6155
6156 PR breakpoints/21870
6157 * gdb.arch/aarch64-dbreg-contents.exp: New file.
6158 * gdb.arch/aarch64-dbreg-contents.c: New file.
6159
6160 2019-02-10 Joel Brobecker <brobecker@adacore.com>
6161
6162 * gdb.ada/mi_ref_changeable: New testcase.
6163
6164 2019-02-07 Alan Hayward <alan.hayward@arm.com>
6165
6166 * gdb.base/attach.exp: Add double attach test.
6167
6168 2019-02-07 Simon Marchi <simon.marchi@polymtl.ca>
6169
6170 * lib/gdb.exp (default_gdb_start): Don't match pagination
6171 prompt.
6172 (gdb_init): Set stty_init.
6173
6174 2019-01-27 Tom Tromey <tom@tromey.com>
6175
6176 * gdb.python/py-finish-breakpoint.exp: Remove duplicate call to
6177 skip_python_tests.
6178
6179 2019-01-24 Alan Hayward <alan.hayward@arm.com>
6180
6181 * gdb.base/infcall-nested-structs.c (struct struct_static_02_01):
6182 New structure.
6183 (struct struct_static_02_02): Likewise.
6184 (struct struct_static_02_03): Likewise.
6185 (struct struct_static_02_04): Likewise.
6186 (struct struct_static_04_01): Likewise.
6187 (struct struct_static_04_02): Likewise.
6188 (struct struct_static_04_03): Likewise.
6189 (struct struct_static_04_04): Likewise.
6190 (struct struct_static_06_01): Likewise.
6191 (struct struct_static_06_02): Likewise.
6192 (struct struct_static_06_03): Likewise.
6193 (struct struct_static_06_04): Likewise.
6194 (cmp_struct_static_02_01): Likewise.
6195 (cmp_struct_static_02_02): Likewise.
6196 (cmp_struct_static_02_03): Likewise.
6197 (cmp_struct_static_02_04): Likewise.
6198 (cmp_struct_static_04_01): Likewise.
6199 (cmp_struct_static_04_02): Likewise.
6200 (cmp_struct_static_04_03): Likewise.
6201 (cmp_struct_static_04_04): Likewise.
6202 (cmp_struct_static_06_01): Likewise.
6203 (cmp_struct_static_06_02): Likewise.
6204 (cmp_struct_static_06_03): Likewise.
6205 (cmp_struct_static_06_04): Likewise.
6206 (call_all): Test new structs.
6207 * gdb.base/infcall-nested-structs.exp: Likewise.
6208
6209 2019-01-21 Alan Hayward <alan.hayward@arm.com>
6210 * gdb.base/infcall-nested-structs.exp: Test C++ in addition to C.
6211
6212 2019-01-21 Alan Hayward <alan.hayward@arm.com>
6213 * gdb.base/stack-protector.c: New test.
6214 * gdb.base/stack-protector.exp: New file.
6215 * gdb.cp/ovldbreak.exp: Only allow a single break line.
6216 * lib/gdb.exp (get_compiler_info): Use getting_compiler_info
6217 option.
6218 (gdb_compile): Remove stack protector for GCC and prevent
6219 recursion.
6220
6221 2019-01-16 Keith Seitz <keiths@redhat.com>
6222
6223 PR gdb/23773
6224 * gdb.dwarf2/inlined_subroutine-inheritance.exp: New file.
6225
6226 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
6227
6228 * gdb.arch/vsx-regs.exp: Add tests that use the vector register
6229 aliases.
6230 * gdb.arch/altivec-regs.exp: Likewise. Fix indentation of two
6231 tests.
6232 * gdb.arch/powerpc-vector-regs.c: New file.
6233 * gdb.arch/powerpc-vector-regs.exp: New file.
6234
6235 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
6236
6237 * gdb.arch/altivec-regs.exp: Fix the list passed to
6238 gdb_expect_list when testing "info vector".
6239
6240 2019-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
6241
6242 * gdb.base/style.exp: Don't include path in testname.
6243
6244 2019-01-10 Keith Seitz <keiths@redhat.com>
6245
6246 PR gdb/23712
6247 PR symtab/23010
6248 * gdb.dwarf2/multidictionary.exp: New file.
6249
6250 2019-01-09 Simon Marchi <simon.marchi@ericsson.com>
6251
6252 * gdb.cp/demangle.exp (test_gnu_style_demangling): Rename to...
6253 (test_gnuv3_style_demangling): ... this.
6254 (test_lucid_style_demangling): Remove.
6255 (test_arm_style_demangling): Remove.
6256 (test_hp_style_demangling): Remove.
6257 (do_tests): Remove calls to the above.
6258
6259 2019-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
6260
6261 * lib/mi-support.exp (mi_gdb_test): Remove interactive prompt
6262 case.
6263
6264 2019-01-06 Tom Tromey <tom@tromey.com>
6265
6266 PR gdb/28155:
6267 * gdb.dwarf2/typedef-void-finish.exp: New file.
6268
6269 2018-12-28 Tom Tromey <tom@tromey.com>
6270 Simon Marchi <simark@simark.ca>
6271
6272 * gdb.base/jit-exec.exp: New file.
6273 * gdb.base/jit-exec.c: New file.
6274 * gdb.base/jit-execd.c: New file.
6275
6276 2018-12-28 Tom Tromey <tom@tromey.com>
6277
6278 * gdb.base/style.exp: Update test to check for address styling.
6279
6280 2018-12-28 Tom Tromey <tom@tromey.com>
6281
6282 * gdb.base/style.exp: Add test for styling of "Reading symbols"
6283 message.
6284
6285 2018-12-28 Tom Tromey <tom@tromey.com>
6286
6287 * gdb.base/style.exp: Add test for version number styling.
6288
6289 2018-12-28 Tom Tromey <tom@tromey.com>
6290
6291 * gdb.base/style.exp: Add test for print_address_symbolic.
6292
6293 2018-12-28 Tom Tromey <tom@tromey.com>
6294
6295 * gdb.base/style.exp: Add test for breakpoint setting.
6296
6297 2018-12-28 Tom Tromey <tom@tromey.com>
6298
6299 * gdb.base/style.exp: Add test for variable names.
6300
6301 2018-12-28 Tom Tromey <tom@tromey.com>
6302
6303 * gdb.base/style.exp: New file.
6304 * gdb.base/style.c: New file.
6305
6306 2018-12-28 Tom Tromey <tom@tromey.com>
6307
6308 * lib/gdb.exp (gdb_init): Set the TERM environment variable to
6309 "dumb".
6310 * gdb.base/readline.exp (operate_and_get_next): Save and restore
6311 the TERM environment variable.
6312
6313 2018-12-27 Tom Tromey <tom@tromey.com>
6314
6315 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add
6316 pagination test.
6317
6318 2018-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
6319
6320 * gdb.dwarf2/dw2-unusual-field-names.c: New file.
6321 * gdb.dwarf2/dw2-unusual-field-names.exp: New file.
6322
6323 2018-12-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6324
6325 * gdb.ada/bp_fun_addr/a.adb (a): Rename to bp_fun_addr.
6326 Filename a.adb changed to bp_fun_addr.adb.
6327 gdb.ada/bp_fun_addr.exp: Update test accordingly.
6328
6329 2018-12-21 Jan Vrany <jan.vrany@fit.cvut.cz>
6330
6331 * lib/gdb.exp (gdb_compile): Add new nopie flag enforce
6332 non-PIE executables.
6333 * README: Mention the gdb,nopie_flag board setting.
6334 * gdb.arch/amd64-disp-step.exp: Use nopie flag to enforce
6335 non-PIE executable.
6336 * gdb.arch/amd64-entry-value.exp: Likewise.
6337 * gdb.arch/amd64-invalid-stack-middle.exp: Likewise.
6338 * gdb.arch/i386-float.exp: Likewise.
6339 * gdb.arch/i386-signal.exp: Likewise.
6340 * gdb.mi/mi-reg-undefined.exp: Likewise.
6341
6342 2018-12-21 Paul Marechal <paul.marechal@ericsson.com>
6343
6344 PR gdb/23974
6345 * gdb.base/info-os.exp: Check return for unknown "info os" type.
6346
6347 2018-12-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6348
6349 * gdb.ada/info_auto_lang.exp: Normalize some_c source file.
6350 Update order of results accordingly.
6351
6352 2018-12-12 Andrew Burgess <andrew.burgess@embecosm.com>
6353
6354 * gdb.base/annota1.exp: Update a test regexp.
6355
6356 2018-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
6357
6358 * gdb.base/float.exp: Handle RISC-V targets without an FPU.
6359
6360 2018-12-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6361
6362 * gdb.threads/tid-reuse.c (REUSE_TIME_CAP): Declare as 60.
6363 (reuse_time): Initialize to REUSE_TIME_CAP.
6364 (check_rc): New function.
6365 (main): Use REUSE_TIME_CAP instead of hardcoded 60.
6366 Check pthread_create rc.
6367 (spawner_thread_func): Check pthread_create and pthread_join rc.
6368
6369 2018-12-08 Pedro Alves <palves@redhat.com>
6370
6371 * gdb.base/list.exp (test_forward_search): Rename to ...
6372 (test_forward_reverse_search): ... this. Also test reverse-search
6373 and the forward-search alias.
6374
6375 2018-12-05 Andrew Burgess <andrew.burgess@embecosm.com>
6376
6377 * config/sim.exp (gdb_target_sim): Remove redundant adjustment of
6378 local timeout variable before return, and remove all local timeout
6379 variable entirely.
6380 (gdb_load): Likewise.
6381
6382 2018-12-01 Tom de Vries <tdevries@suse.de>
6383
6384 * gdb.base/gdb-caching-proc.exp: New file.
6385
6386 2018-11-25 Sergio Durigan Junior <sergiodj@redhat.com>
6387
6388 * Makefile.in (TIMESTAMP): New variable.
6389 (check-single): Add $(TIMESTAMP) to the end of $(DO_RUNTEST)
6390 command.
6391 (check-single-racy): Likewise.
6392 (check/%.exp): Likewise.
6393 (check-racy/%.exp): Likewise.
6394 (workers/%.worker): Likewise.
6395 (build-perf): Likewise.
6396 (check-perf): Likewise.
6397 * README: Describe new "TS" and "TS_FORMAT" variables.
6398 * print-ts.py: New file.
6399
6400 2018-11-21 Benno Fünfstück <benno.fuenfstueck@gmail.com>
6401
6402 PR python/23714
6403 * gdb.python/python.exp: Test command repetition after
6404 gdb.execute.
6405
6406 2018-11-20 Andrew Burgess <andrew.burgess@embecosm.com>
6407
6408 * gdb.opt/inline-break.exp: Add test that info breakpoint output
6409 is correctly aligned.
6410
6411 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6412
6413 * gdb.ada/info_auto_lang.exp: New testcase.
6414 * gdb.ada/info_auto_lang/global_pack.ads: New file.
6415 * gdb.ada/info_auto_lang/proc_in_ada.adb: New file.
6416 * gdb.ada/info_auto_lang/some_c.c: New file.
6417
6418 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6419
6420 * gdb.dwarf2/dw2-case-insensitive.exp: Update due to auto switch to
6421 FUNC_lang language syntax.
6422
6423 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6424
6425 * gdb.base/info_minsym.c: New file.
6426 * gdb.base/info_minsym.exp: New file.
6427
6428 2018-11-19 Tom Tromey <tom@tromey.com>
6429
6430 PR rust/23625:
6431 * gdb.rust/simple.exp: Add ptype test. Update expected output.
6432 * gdb.rust/expr.exp: Update expected output. Change one test.
6433
6434 2018-11-19 Tom Tromey <tom@tromey.com>
6435
6436 * gdb.rust/simple.rs: Don't initialize empty_enum_value.
6437
6438 2018-11-19 Pedro Alves <palves@redhat.com>
6439
6440 * gdb.base/warning.exp: Don't override INTERNAL_FLAGS. Use
6441 gdb_spawn_with_cmdline_opts instead of gdb_start. Check that we
6442 see the expected warning.
6443
6444 2018-11-16 Alan Hayward <alan.hayward@arm.com>
6445
6446 PR gdb/22736:
6447 * gdb.cp/infcall-nodebug-lib.c: New test.
6448 * gdb.cp/infcall-nodebug-main.c: New test.
6449 * gdb.cp/infcall-nodebug.exp: New file.
6450
6451 2018-11-12 Simon Marchi <simon.marchi@polymtl.ca>
6452
6453 * gdb.base/skip.exp: Add standard_testfile. Add "skip delete"
6454 completer tests.
6455
6456 2018-11-09 Tom de Vries <tdevries@suse.de>
6457
6458 * gdb.base/msym-lang.c: New test.
6459 * gdb.base/msym-lang.exp: New file.
6460 * gdb.base/msym-lang-main.c: New test.
6461
6462 2018-11-08 Tom Tromey <tom@tromey.com>
6463
6464 PR gdb/23555:
6465 PR gdb/23838:
6466 * gdb.base/warning.exp: New file.
6467
6468 2018-11-08 Jan Beulich <jbeulich@suse.com>
6469
6470 * testsuite/gdb.arch/i386-avx512.c,
6471 testsuite/gdb.arch/i386-avx512.exp: Add 7th test.
6472
6473 2018-11-08 Andrew Burgess <andrew.burgess@embecosm.com>
6474
6475 * gdb.arch/riscv-reg-aliases.exp: Handle targets without floating
6476 point hardware.
6477
6478 2018-11-07 Andrew Burgess <andrew.burgess@embecosm.com>
6479
6480 * gdb.dwarf2/void-type.exp: Rename types, and make var_a an 'int'.
6481 * gdb.dwarf2/missing-type-name.exp: New file.
6482
6483 2018-11-06 Tom de Vries <tdevries@suse.de>
6484
6485 * gdb.base/many-headers.c: New test.
6486 * gdb.base/many-headers.exp: New file.
6487
6488 2018-11-06 Jim Wilson <jimw@sifive.com>
6489
6490 * gdb.base/code_elim.exp: For riscv, set additional_flags
6491 to include -msmall-data-limit=0.
6492
6493 2018-11-01 Joel Brobecker <brobecker@adacore.com>
6494
6495 * gdb.ada/watch_minus_l: New testcase.
6496
6497 2018-11-01 Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
6498
6499 * gdb.arch/aix-sighandle.c: New file.
6500 * gdb.arch/aix-sighandle.exp: New file.
6501
6502 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
6503
6504 * gdb.arch/riscv-reg-aliases.exp: Rewrite to take account of float
6505 registers being unions.
6506
6507 2018-10-31 Tom de Vries <tdevries@suse.de>
6508
6509 * lib/valgrind.exp: New file.
6510 (vgdb_start, vgdb_stop): New procs, factored out of ...
6511 * gdb.base/valgrind-bt.exp: ... here, ...
6512 * gdb.base/valgrind-disp-step.exp: ... here and ...
6513 * gdb.base/valgrind-infcall.exp: ... here.
6514
6515 2018-10-31 Tom de Vries <tdevries@suse.de>
6516
6517 * lib/gdb.exp (get_valueof): Don't output read value in test name.
6518
6519 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
6520
6521 * gdb.dwarf2/void-type.c: New file.
6522 * gdb.dwarf2/void-type.exp: New file.
6523
6524 2018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6525
6526 * gdb.base/info_qt.c: New file.
6527 * gdb.base/info_qt.exp: New file.
6528
6529 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
6530
6531 * gdb.arch/powerpc-htm-regs.c: New file.
6532 * gdb.arch/powerpc-htm-regs.exp: New file.
6533
6534 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
6535
6536 * gdb.arch/powerpc-tar.c: New file.
6537 * gdb.arch/powerpc-tar.exp: New file.
6538
6539 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
6540
6541 * gdb.arch/powerpc-ppr-dscr.c: New file.
6542 * gdb.arch/powerpc-ppr-dscr.exp: New file.
6543
6544 2018-10-25 Tom de Vries <tdevries@suse.de>
6545
6546 * gdb.base/valgrind-db-attach.exp: Rewrite to use vgdb.
6547
6548 2018-10-24 Tom de Vries <tdevries@suse.de>
6549
6550 * lib/gdb.exp (gdb_test_multiple): Log wait status on process no
6551 longer exists error.
6552
6553 2018-10-24 Tom de Vries <tdevries@suse.de>
6554
6555 * gdb.base/catch-follow-exec.exp: Rewrite using gdb_test.
6556
6557 2018-10-24 Tom de Vries <tdevries@suse.de>
6558
6559 * gdb.base/valgrind-db-attach.exp: Handle removed support for
6560 --db-attach in valgrind.
6561
6562 2018-10-23 Andrew Burgess <andrew.burgess@embecosm.com>
6563
6564 * gdb.arch/riscv-reg-aliases.c: New file.
6565 * gdb.arch/riscv-reg-aliases.exp: New file.
6566
6567 2018-10-19 Alan Hayward <alan.hayward@arm.com>
6568
6569 * gdb.python/py-cmd.exp: Check for gdb_prompt.
6570
6571 2018-10-19 Alan Hayward <alan.hayward@arm.com>
6572
6573 * gdb.base/vla-optimized-out.exp: Allow either optimized out or 6.
6574
6575 2018-10-19 Alan Hayward <alan.hayward@arm.com>
6576
6577 * gdb.cp/ovldbreak.exp: Fix regexps.
6578
6579 2018-10-19 Alan Hayward <alan.hayward@arm.com>
6580
6581 * gdb.compile/compile-cplus-print.exp: Start inferior earlier.
6582
6583 2018-10-18 Sergio Durigan Junior <sergiodj@redhat.com>
6584
6585 PR cli/23785
6586 * gdb.base/restore.exp: New test to check if "restore" with an
6587 invalid file doesn't segfault.
6588
6589 2018-10-18 Tom de Vries <tdevries@suse.de>
6590
6591 * gdb.ada/bp_inlined_func.exp: Fix capitalized test name.
6592 * gdb.ada/excep_handle.exp: Same.
6593 * gdb.ada/mi_string_access.exp: Same.
6594 * gdb.ada/mi_var_union.exp: Same.
6595 * gdb.arch/arc-analyze-prologue.exp: Same.
6596 * gdb.arch/arc-decode-insn.exp: Same.
6597 * gdb.base/readnever.exp: Same.
6598 * gdb.fortran/printing-types.exp: Same.
6599 * gdb.guile/scm-lazy-string.exp: Same.
6600
6601 2018-10-16 Tom de Vries <tdevries@suse.de>
6602
6603 PR gdb/23730
6604 * gdb.base/catch-follow-exec.c: Add copyright notice.
6605 * gdb.base/catch-follow-exec.exp: Rewrite to use
6606 gdb_spawn_with_cmdline_opts. Require gdb-native.
6607
6608 2018-10-12 Sandra Loosemore <sandra@codesourcery.com>
6609
6610 * gdb.trace/actions-changed.exp: Check for arch support.
6611 * gdb.trace/actions.exp: Likewise.
6612 * gdb.trace/ax.exp: Likewise.
6613 * gdb.trace/backtrace.exp: Likewise.
6614 * gdb.trace/change-loc.exp: Likewise.
6615 * gdb.trace/deltrace.exp: Likewise.
6616 * gdb.trace/ftrace-lock.exp: Check for shlib and arch support.
6617 * gdb.trace/ftrace.exp: Likewise.
6618 * gdb.trace/infotrace.exp: Check for arch support.
6619 * gdb.trace/mi-trace-frame-collected.exp: Likewise.
6620 * gdb.trace/mi-tracepoint-changed.exp: Likewise.
6621 * gdb.trace/mi-tsv-changed.exp: Likewise.
6622 * gdb.trace/packetlen.exp: Likewise.
6623 * gdb.trace/passc-dyn.exp: Likewise.
6624 * gdb.trace/passcount.exp: Likewise.
6625 * gdb.trace/pending.exp: Likewise.
6626 * gdb.trace/range-stepping.exp: Check for shlib support.
6627 * gdb.trace/report.exp: Check for arch support.
6628 * gdb.trace/save-trace.exp: Likewise.
6629 * gdb.trace/signal.exp: Check for signal support.
6630 * gdb.trace/tfind.exp: Check for arch support.
6631 * gdb.trace/trace-break.exp: Check for arch and shlib support.
6632 * gdb.trace/trace-common.h: Add comment.
6633 * gdb.trace/trace-condition.exp: Check for shlib and arch support.
6634 * gdb.trace/trace-enable-disable.exp: Likewise.
6635 * gdb.trace/trace-mt.exp: Likewise. Remove redundant untested call.
6636 * gdb.trace/tracecmd.exp: Check for arch support.
6637 * gdb.trace/tspeed.exp: Check for shlib and target support.
6638 * gdb.trace/tstatus.exp: Check for arch support.
6639 * gdb.trace/tsv.exp: Likewise.
6640 * gdb.trace/while-dyn.exp: Likewise.
6641 * gdb.trace/while-stepping.exp: Likewise.
6642 * lib/trace-support.exp (gdb_trace_common_supports_arch): New.
6643
6644 2018-10-12 Simon Marchi <simon.marchi@ericsson.com>
6645
6646 * gdb.trace/tspeed.exp: Remove nowarnings.
6647 (prepare_for_trace_test): Declare "global ipalib".
6648 * gdb.trace/tspeed.c: Include unistd.h.
6649 (main): Remove superfluous printf argument.
6650
6651 2018-10-11 Sandra Loosemore <sandra@codesourcery.com>
6652
6653 * gdb.base/solib-vanish.exp: Fix regexp not to require a POSIX
6654 directory prefix on the filename.
6655
6656 2018-10-10 Sergio Durigan Junior <sergiodj@redhat.com>
6657
6658 * gdb.gdb/unittest.exp: Update expected message informing that
6659 selftests have been disabled.
6660 * gdb.server/unittest.exp: Likewise.
6661
6662 2018-10-09 Tom de Vries <tdevries@suse.de>
6663
6664 * lib/gdb.exp (target_supports_scheduler_locking): Replace gdb_start_cmd
6665 with runto_main.
6666
6667 2018-10-08 Weimin Pan <weimin.pan@oracle.com>
6668
6669 PR c++/16841
6670 * gdb.cp/virtbase2.cc: New file.
6671 * gdb.cp/virtbase2.exp: New file.
6672
6673 2018-10-06 Tom Tromey <tom@tromey.com>
6674
6675 PR python/19399:
6676 * gdb.python/py-inferior.exp: Add architecture test.
6677
6678 2018-10-06 Tom Tromey <tom@tromey.com>
6679
6680 * gdb.base/gnu-ifunc.exp (build): Use standard_output_file.
6681 * gdb.trace/unavailable-dwarf-piece.exp: Use standard_output_file.
6682
6683 2018-10-06 Tom Tromey <tom@tromey.com>
6684
6685 * gdb.python/py-breakpoint.exp (check_last_event): Check location
6686 of a "throw" catchpoint.
6687
6688 2018-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
6689
6690 * gdb.base/info-proc.exp: Update string expected from "help info
6691 proc".
6692
6693 2018-10-04 Tom Tromey <tom@tromey.com>
6694
6695 * gdb.cp/maint.exp (test_invalid_name): Update expected output.
6696 * gdb.gdb/complaints.exp (test_short_complaints): Remove.
6697 (test_initial_complaints, test_empty_complaints): Update.
6698 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
6699
6700 2018-10-04 Tom Tromey <tom@tromey.com>
6701
6702 PR cli/19551:
6703 * lib/mi-support.exp (mi_gdb_file_cmd): Update.
6704 * lib/gdb.exp (gdb_file_cmd): Update.
6705 * gdb.stabs/weird.exp (print_weird_var): Update.
6706 * gdb.server/solib-list.exp: Update.
6707 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Update.
6708 * gdb.mi/mi-cli.exp: Update.
6709 * gdb.linespec/linespec.exp: Update.
6710 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
6711 * gdb.dwarf2/dw2-objfile-overlap.exp: Update.
6712 * gdb.cp/cp-relocate.exp: Update.
6713 * gdb.base/sym-file.exp: Update.
6714 * gdb.base/relocate.exp: Update.
6715 * gdb.base/readnever.exp: Update.
6716 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
6717 * gdb.base/kill-detach-inferiors-cmd.exp: Update.
6718 * gdb.base/dbx.exp (gdb_file_cmd): Update.
6719 * gdb.base/code_elim.exp: Update.
6720 * gdb.base/break-unload-file.exp (test_break): Update.
6721 * gdb.base/break-interp.exp (test_attach_gdb): Update.
6722 * gdb.base/break-idempotent.exp (force_breakpoint_re_set):
6723 Update.
6724 * gdb.base/attach.exp (do_attach_tests): Update.
6725 * gdb.base/sepdebug.exp: Update.
6726 * gdb.python/py-section-script.exp: Update.
6727
6728 2018-10-04 Tom Tromey <tom@tromey.com>
6729
6730 PR cli/22234:
6731 * gdb.dwarf2/dw2-stack-boundary.exp: Update expected output.
6732 * gdb.gdb/complaints.exp (test_short_complaints): Update expected
6733 output.
6734
6735 2018-10-04 Tom Tromey <tom@tromey.com>
6736
6737 * gdb.base/attach.exp (test_command_line_attach_run): Use -quiet;
6738 set width and height to 0.
6739 (test_command_line_attach_run): Use -quiet.
6740
6741 2018-10-03 Sandra Loosemore <sandra@codesourcery.com>
6742
6743 * lib/gdb.exp (skip_ifunc_tests): New.
6744 * gdb.base/gnu-ifunc.exp: Skip if no ifunc support. Handle
6745 other compile failures.
6746 * gdb.compile/compile-ifunc.exp: Skip if no ifunc support.
6747
6748 2018-10-01 Simon Marchi <simon.marchi@ericsson.com>
6749
6750 * gdb.arch/i386-avx512.exp: Fix setting of nr_regs based on
6751 is_amd64_regs_target.
6752
6753 2018-10-01 Alan Hayward <alan.hayward@arm.com>
6754
6755 * gdb.arch/aarch64-sighandler-regs.c: New test.
6756 * gdb.arch/aarch64-sighandler-regs.exp: New file.
6757 * lib/gdb.exp (skip_aarch64_sve_tests): New proc.
6758
6759 2018-10-01 Markus Metzger <markus.t.metzger@intel.com>
6760
6761 * lib/gdb.exp (is_amd64_regs_target): Change assembly to C inline
6762 assembly.
6763
6764 2018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
6765
6766 * gdb.base/frame-selection.exp: New file.
6767 * gdb.base/frame-selection.c: New file.
6768
6769 2018-09-27 Alan Hayward <alan.hayward@arm.com>
6770
6771 * gdb.threads/check-libthread-db.c (thread_routine): Use a
6772 pthread barrier.
6773 (main): Likewise.
6774
6775 2018-09-26 Andrew Burgess <andrew.burgess@embecosm.com>
6776
6777 * gdb.base/large-frame-1.c: New file.
6778 * gdb.base/large-frame-2.c: New file.
6779 * gdb.base/large-frame.exp: New file.
6780 * gdb.base/large-frame.h: New file.
6781
6782 2018-09-24 Jozef Lawrynowicz <jozef.l@mittosystems.com>
6783
6784 PR gdb/20948
6785 * gdb.base/write_mem.exp: New test.
6786 * gdb.base/write_mem.c: Likewise.
6787
6788 2018-09-23 Tom Tromey <tom@tromey.com>
6789
6790 PR python/18852:
6791 * gdb.python/py-parameter.exp: Add test for parameter that throws
6792 on "set".
6793
6794 2018-09-23 Tom Tromey <tom@tromey.com>
6795
6796 PR python/17284:
6797 * gdb.python/py-template.exp (test_template_arg): Add test for
6798 negative template argument number.
6799
6800 2018-09-23 Tom Tromey <tom@tromey.com>
6801
6802 PR python/14062:
6803 * gdb.python/python.exp: Add test for post_event error.
6804
6805 2018-09-23 Tom Tromey <tom@tromey.com>
6806
6807 PR python/18170:
6808 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests to
6809 convert pointers to int and long.
6810
6811 2018-09-23 Tom Tromey <tom@tromey.com>
6812
6813 PR python/20126:
6814 * gdb.python/py-value.exp (test_value_numeric_ops): Add
6815 signed-ness conversion tests.
6816
6817 2018-09-23 Tom Tromey <tom@tromey.com>
6818
6819 PR python/18352;
6820 * gdb.python/py-value.exp (test_float_conversion): New proc.
6821 Use it.
6822
6823 2018-09-20 Hafiz Abid Qadeer <abidh@codesourcery.com>
6824
6825 gdb.base/reggroups.exp (fetch_reggroups): Add '_' in match pattern.
6826
6827 2018-09-18 Sandra Loosemore <sandra@codesourcery.com>
6828
6829 * gdb.base/complete-empty.exp: Skip tab-completion tests if
6830 no readline.
6831 * gdb.base/utf8-identifiers.exp: Likewise.
6832 * gdb.cp/cpcompletion.exp: Likewise.
6833 * gdb.linespec/cpcompletion.exp: Likewise.
6834 * gdb.linespec/cpls-abi-tag.exp: Likewise.
6835 * gdb.linespec/cpls-ops.exp: Likewise.
6836
6837 2018-09-19 Richard Bunt <richard.bunt@arm.com>
6838 Chris January <chris.january@arm.com>
6839
6840 * gdb.cp/koenig.exp: Extend to test logical short circuiting.
6841 * gdb.fortran/short-circuit-argument-list.exp: New file.
6842 * gdb.fortran/short-circuit-argument-list.f90: New test.
6843
6844 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
6845
6846 * gdb.arch/amd64-invalid-stack-top.exp: Expect optional
6847 "arch=" keyword when executing "-stack-list-frames".
6848
6849 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
6850
6851 * gdb.arch/amd64-invalid-stack-middle.exp: Expect optional
6852 "arch=" keyword when executing "-stack-list-frames".
6853
6854 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
6855
6856 * gdb.ada/complete.exp: Expect for "@" when doing "complete
6857 break ada".
6858
6859 2018-09-17 Simon Marchi <simon.marchi@polymtl.ca>
6860
6861 PR python/23669
6862 * gdb.python/python.exp: Test gdb.execute("show commands").
6863
6864 2018-09-16 Tom Tromey <tom@tromey.com>
6865
6866 * gdb.base/new-ui.exp (do_execution_tests): Update.
6867 * gdb.base/dbx.exp (test_breakpoints): Update.
6868
6869 2018-09-14 Alan Hayward <alan.hayward@arm.com>
6870
6871 * lib/gdb.exp (gdb_simple_compile): Add proc.
6872 (is_elf_target): Use gdb_simple_compile.
6873 (skip_altivec_tests): Likewise.
6874 (skip_vsx_tests): Likewise.
6875 (skip_tsx_tests): Likewise.
6876 (skip_btrace_tests): Likewise.
6877 (skip_btrace_pt_tests): Likewise.
6878 (gdb_can_simple_compile): Likewise.
6879 (gdb_has_argv0): Likewise.
6880 (gdb_target_symbol_prefix): Likewise.
6881 (target_supports_scheduler_locking): Likewise.
6882
6883 2018-09-13 Tom Tromey <tom@tromey.com>
6884
6885 * Makefile.in (TAGS): Recognize proc_with_prefix and
6886 gdb_caching_proc.
6887
6888 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
6889
6890 * gdb.python/py-progspace.exp: Test the Progspace.objfiles
6891 method.
6892
6893 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
6894
6895 * gdb.python/py-inferior.exp: Add tests for Inferior.progspace
6896 and a few other Inferior properties when the Inferior is no
6897 longer valid.
6898
6899 2018-09-13 Tom Tromey <tom@tromey.com>
6900
6901 PR rust/23650:
6902 * gdb.rust/simple.exp: Add test for enum field access error.
6903
6904 2018-09-13 Tom Tromey <tom@tromey.com>
6905
6906 PR rust/23626:
6907 * gdb.rust/simple.rs (EmptyEnum): New type.
6908 (main): Use it.
6909 * gdb.rust/simple.exp (test_one_slice): Add empty enum test.
6910
6911 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
6912
6913 * gdb.python/py-inferior.exp: Test repr() of gdb.Inferior.
6914 * gdb.python/py-objfile.exp: Test repr() of gdb.Objfile.
6915 * gdb.python/py-symtab.exp: Update test printing an objfile.
6916
6917 2018-09-12 Simon Marchi <simon.marchi@ericsson.com>
6918
6919 * gdb.python/py-inferior.exp: Test using an invalid gdb.Inferior
6920 object.
6921
6922 2018-09-12 Alan Hayward <alan.hayward@arm.com>
6923
6924 * lib/gdb.exp (gdb_can_simple_compile): Add proc.
6925 (support_complex_tests): Use gdb_can_simple_compile.
6926 (is_ilp32_target): Likewise.
6927 (is_lp64_target): Likewise.
6928 (is_64_target): Likewise.
6929 (is_amd64_regs_target): Likewise.
6930 (is_aarch32_target): Likewise.
6931 (gdb_int128_helper): Likewise.
6932
6933 2018-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
6934
6935 * Makefile.in (check-parallel-racy): Fix dg-extract-results.sh path.
6936
6937 2018-09-10 Jerome Guitton <guitton@adacore.com>
6938
6939 * gdb.ada/same_component_name: Add test for case of tagged record
6940 with variable-length fields.
6941
6942 2018-09-10 Xavier Roirand <roirand@adacore.com>
6943
6944 * gdb.ada/access_to_unbounded_array.exp: New testcase.
6945 * gdb.ada/access_to_unbounded_array/foo.adb: New file.
6946 * gdb.ada/access_to_unbounded_array/pack.adb: New file.
6947 * gdb.ada/access_to_unbounded_array/pack.ads: New file.
6948
6949 2018-09-10 Xavier Roirand <roirand@adacore.com>
6950
6951 * gdb.ada/mi_string_access.exp: New testcase.
6952 * gdb.ada/mi_string_access/bar.adb: New file.
6953 * gdb.ada/mi_string_access/pck.adb: New file.
6954 * gdb.ada/mi_string_access/pck.asd: New file.
6955
6956 2018-09-10 Xavier Roirand <roirand@adacore.com>
6957
6958 * gdb.ada/mi_var_union.exp: New testcase.
6959 * gdb.ada/mi_var_union/bar.adb: New file.
6960 * gdb.ada/mi_var_union/pck.adb: New file.
6961 * gdb.ada/mi_var_union/pck.asd: New file.
6962
6963 2018-09-08 Tom Tromey <tom@tromey.com>
6964
6965 * gdb.python/py-prettyprint.exp: Use with_test_prefix.
6966
6967 2018-09-08 Tom Tromey <tom@tromey.com>
6968
6969 PR python/16047:
6970 * gdb.python/py-prettyprint.py (pp_int_typedef3): New class.
6971 (register_pretty_printers): Register new printer.
6972 * gdb.python/py-prettyprint.exp (run_lang_tests): Add int_type3
6973 test.
6974 * gdb.python/py-prettyprint.c (int_type3): New typedef.
6975 (an_int_type3): New global.
6976
6977 2018-09-08 Joel Brobecker <brobecker@adacore.com>
6978
6979 * gdb.ada/expr_with_funcall: New testcase.
6980
6981 2018-09-08 Joel Brobecker <brobecker@adacore.com>
6982
6983 * gdb.ada/packed_array_assign: New testcase.
6984
6985 2018-09-07 Andrew Burgess <andrew.burgess@embecosm.com>
6986
6987 * gdb.base/watchpoint.exp (test_complex_watchpoint): Extend test
6988 names, and add test prefixes to make test names unique.
6989
6990 2018-09-05 Tom de Vries <tdevries@suse.de>
6991
6992 * gdb.dwarf2/varval.exp: Add test.
6993
6994 2018-09-04 Gary Benson <gbenson@redhat.com>
6995
6996 * gdb.base/batch-exit-status.exp: Use gdb_test_multiple and expect
6997 'eof' before 'wait -i'. Use remote_close and clear_gdb_spawn_id.
6998
6999 2018-08-31 Tom Tromey <tom@tromey.com>
7000
7001 * gdb.rust/simple.rs: Rename second variable "v".
7002
7003 2018-08-30 Andrew Burgess <andrew.burgess@embecosm.com>
7004
7005 * gdb.base/funcargs.c (use_a): New function.
7006 (recurse): Call use_a.
7007
7008 2018-08-29 Keith Seitz <keiths@redhat.com>
7009
7010 * gdb.compile/compile-cplus-anonymous.cc: New file.
7011 * gdb.compile/compile-cplus-anonymous.exp: New file.
7012 * gdb.compile/compile-cplus-array-decay.cc: New file.
7013 * gdb.compile/compile-cplus-array-decay.exp: New file.
7014 * gdb.compile/compile-cplus-inherit.cc: New file.
7015 * gdb.compile/compile-cplus-inherit.exp: New file.
7016 * gdb.compile/compile-cplus-member.cc: New file.
7017 * gdb.compile/compile-cplus-member.exp: New file.
7018 * gdb.compile/compile-cplus-method.cc: New file.
7019 * gdb.compile/compile-cplus-method.exp: New file.
7020 * gdb.compile/compile-cplus-mod.c: "New" file.
7021 * gdb.compile/compile-cplus-namespace.cc: New file.
7022 * gdb.compile/compile-cplus-namespace.exp: New file.
7023 * gdb.compile/compile-cplus-nested.cc: New file.
7024 * gdb.compile/compile-cplus-nested.exp: New file.
7025 * gdb.compile/compile-cplus-print.c: "New" file.
7026 * gdb.compile/compile-cplus-print.exp: "New" file.
7027 * gdb.compile/compile-cplus-virtual.cc: New file.
7028 * gdb.compile/compile-cplus-virtual.exp: New file.
7029 * gdb.compile/compile-cplus.c: "New" file.
7030 * gdb.compile/compile-cplus.exp: "New" file.
7031 * lib/compile-support.exp: New file.
7032
7033 2018-08-16 Gary Benson <gbenson@redhat.com>
7034
7035 PR gdb/13000:
7036 * gdb.base/batch-exit-status.exp: New file.
7037 * gdb.base/batch-exit-status.good-commands: Likewise.
7038 * gdb.base/batch-exit-status.bad-commands: Likewise.
7039
7040 2018-08-29 Alan Hayward <alan.hayward@arm.com>
7041
7042 * gdb.base/infcall-nested-structs.c (struct struct01): Remove.
7043 (struct struct02): Likewise.
7044 (struct struct03): Likewise.
7045 (struct struct04): Likewise.
7046 (struct struct_01_01): New struct.
7047 (struct struct_01_02): Likewise.
7048 (struct struct_01_03): Likewise.
7049 (struct struct_01_04): Likewise.
7050 (struct struct_02_01): Likewise.
7051 (struct struct_02_02): Likewise.
7052 (struct struct_02_03): Likewise.
7053 (struct struct_02_04): Likewise.
7054 (struct struct_04_01): Likewise.
7055 (struct struct_04_02): Likewise.
7056 (struct struct_04_03): Likewise.
7057 (struct struct_04_04): Likewise.
7058 (struct struct_05_01): Likewise.
7059 (struct struct_05_02): Likewise.
7060 (struct struct_05_03): Likewise.
7061 (struct struct_05_04): Likewise.
7062 (cmp_struct01): Remove function.
7063 (cmp_struct02): Likewise.
7064 (cmp_struct03): Likewise.
7065 (cmp_struct04): Likewise.
7066 (cmp_struct_01_01): Add Function.
7067 (cmp_struct_01_02): Likewise.
7068 (cmp_struct_01_03): Likewise.
7069 (cmp_struct_01_04): Likewise.
7070 (cmp_struct_02_01): Likewise.
7071 (cmp_struct_02_02): Likewise.
7072 (cmp_struct_02_03): Likewise.
7073 (cmp_struct_02_04): Likewise.
7074 (cmp_struct_04_01): Likewise.
7075 (cmp_struct_04_02): Likewise.
7076 (cmp_struct_04_03): Likewise.
7077 (cmp_struct_04_04): Likewise.
7078 (cmp_struct_05_01): Likewise.
7079 (cmp_struct_05_02): Likewise.
7080 (cmp_struct_05_03): Likewise.
7081 (cmp_struct_05_04): Likewise.
7082 (call_all): Add new structs.
7083 * gdb.base/infcall-nested-structs.exp: Likewise.
7084
7085 2018-08-27 Jan Vrany <jan.vrany@fit.cvut.cz>
7086
7087 * gdb.python/py-framefilter-mi.exp: Update regexp to
7088 check for "arch" field in frame output.
7089
7090 2018-08-23 Kevin Buettner <kevinb@redhat.com>
7091
7092 * gdb.dwarf2/dw2-ranges-func.c: New file.
7093 * gdb.dwarf2/dw2-ranges-func.exp: New file.
7094
7095 2018-08-22 Simon Marchi <simon.marchi@polymtl.ca>
7096
7097 * gdb.base/term.exp: Compare terminal settings with values from
7098 the inferior.
7099 * gdb.base/term.c: Get and set terminal settings.
7100
7101 2018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
7102
7103 * lib/mi-support.exp (mi_expect_stop): Update regexp to
7104 accommodate new "arch" field in frame output.
7105 * gdb.mi/mi-return.exp: Likewise.
7106 * gdb.mi/mi-stack.exp: Likewise.
7107 * gdb.mi/mi-syn-frame.exp: Likewise.
7108 * gdb.mi/user-selected-context-sync.exp: Likewise.
7109
7110 2018-08-19 Michael Spang <spang@google.com>
7111
7112 PR gdb/11786
7113 * gdb.base/gcore-tls-pie.c: New file.
7114 * gdb.base/gcore-tls-pie.exp: New file.
7115
7116 2018-08-18 Kevin Buettner <kevinb@redhat.com>
7117
7118 * lib/dwarf.exp: Add support for DW_OP_GNU_variable_value.
7119 * gdb.dwarf2/varval.c: New file.
7120 * gdb.dwarf2/varval.exp: New file.
7121
7122 2018-08-17 Alan Hayward <alan.hayward@arm.com>
7123
7124 PR gdb/18931
7125 * gdb.arch/aarch64-fp.c (main): Fix asm registers.
7126
7127 2018-08-16 Keith Seitz <keiths@redhat.com>
7128
7129 * gdb.compile/compile.exp: Use gdb_test_no_output for "compile code"
7130 tests expected to pass.
7131
7132 2018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
7133
7134 * gdb.mi/mi-disassemble.exp (test_disassembly_only): Add tests for
7135 -data-disassemble -a.
7136 (test_disassembly_bogus_args): Likewise.
7137
7138 2018-08-14 Andrew Burgess <andrew.burgess@embecosm.com>
7139
7140 * gdb.mi/list-thread-groups-available.exp: Update test regexp.
7141
7142 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
7143
7144 * gdb.base/vla-optimized-out.exp: Add new test.
7145
7146 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
7147
7148 * gdb.base/vla-optimized-out-o3.exp: Delete.
7149 * gdb.base/vla-optimized-out-o3-strict.exp: Delete.
7150 * gdb.base/vla-optimized-out.exp: Extend to cover all of the
7151 deleted tests.
7152
7153 2018-08-08 Andrew Burgess <andrew.burgess@embecosm.com>
7154
7155 PR gdb/18050:
7156 * gdb.server/extended-remote-restart.c: New file.
7157 * gdb.server/extended-remote-restart.exp: New file.
7158
7159 2018-08-07 Simon Marchi <simon.marchi@polymtl.ca>
7160
7161 * gdb.fortran/nested-funcs.exp: Replace "set index = 42" with
7162 "set variable index = 42".
7163
7164 2018-08-07 Simon Marchi <simon.marchi@ericsson.com>
7165
7166 * boards/index-cache-gdb.exp: New file.
7167 * gdb.dwarf2/index-cache.exp: New file.
7168 * gdb.dwarf2/index-cache.c: New file.
7169 * gdb.base/maint.exp: Check if we are using the index cache.
7170
7171 2018-08-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
7172
7173 * Makefile.in (saw_dash_j): Allow for GNU make 4.2+ passing -jN in
7174 MAKEFLAGS.
7175
7176 2018-08-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
7177
7178 * dg-extract-results.sh: Move to toplevel contrib.
7179 * Makefile.in (check-parallel): Reflect dg-extract-results.sh move.
7180 * Makefile.in (check-parallel-racy): Likewise.
7181
7182 2018-08-06 Andrew Burgess <andrew.burgess@embecosm.com>
7183
7184 * lib/gdb.exp (target_supports_scheduler_locking): New proc.
7185 * gdb.mi/mi-cmd-param-changed.exp: Only run scheduler locking
7186 tests if the target supports scheduler locking.
7187
7188 2018-08-04 Tom de Vries <tdevries@suse.de>
7189
7190 * gdb.python/py-rbreak.exp: Fix rbreak regexp.
7191
7192 2018-08-02 Tom Tromey <tom@tromey.com>
7193
7194 PR symtab/16842.
7195 * gdb.cp/temargs.exp: Test "info address" of a template
7196 parameter.
7197
7198 2018-07-31 Jan Vrany <jan.vrany@fit.cvut.cz>
7199
7200 * gdb.python/py-mi-var-info-path-expression.c: New file.
7201 * gdb.python/py-mi-var-info-path-expression.py: New file.
7202 * gdb.python/py-mi-var-info-path-expression.exp: New file.
7203
7204 2018-07-30 Sergio Durigan Junior <sergiodj@redhat.com>
7205
7206 * lib/gdbserver-support.exp (gdbserver_start): Match any kind of
7207 error after "cannot resolve name" string.
7208
7209 2018-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
7210
7211 * gdb.trace/tspeed.exp: Only call gdb_load_shlib after gdb has
7212 started.
7213 * lib/gdb.exp (gdb_load_shlib): Call perror if GDB is not running.
7214
7215 2018-07-28 Tom de Vries <tdevries@suse.de>
7216
7217 * gdb.base/vla-optimized-out-o3-strict.exp: New file.
7218
7219 2018-07-26 Tom de Vries <tdevries@suse.de>
7220
7221 * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
7222
7223 2018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
7224
7225 * gdb.base/maint.exp: Add check that dwarf unwinders control flag
7226 is visible.
7227
7228 2018-07-26 Tom de Vries <tdevries@suse.de>
7229
7230 PR breakpoints/23366
7231 * gdb.base/catch-follow-exec.c: New test.
7232 * gdb.base/catch-follow-exec.exp: New file.
7233
7234 2018-07-25 Tom de Vries <tdevries@suse.de>
7235
7236 * gdb.base/vla-optimized-out-o3.exp: New file. Reuse
7237 vla-optimized-out.c.
7238
7239 2018-07-25 Jan Vrany <jan.vrany@fit.cvut.cz>
7240
7241 * gdb.mi/mi-breakpoint-location-ena-dis.cc: New file.
7242 * gdb.mi/mi-breakpoint-location-ena-dis.exp: New file.
7243
7244 2018-07-20 Tom de Vries <tdevries@suse.de>
7245
7246 * gdb.base/vla-optimized-out.c: Make noclone attribute conditional on
7247 NOCLONE macro.
7248 * gdb.base/vla-optimized-out.exp: Use additional_flags -DNOCLONE.
7249
7250 2018-07-19 Tom de Vries <tdevries@suse.de>
7251
7252 * gdb.mi/list-thread-groups-available.exp (cores_re): Fix quoting in
7253 regular expression.
7254
7255 2018-07-18 Tom de Vries <tdevries@suse.de>
7256
7257 * gdb.base/vla-optimized-out.c: New test.
7258 * gdb.base/vla-optimized-out.exp: New file.
7259
7260 2018-07-13 Sergio Durigan Junior <sergiodj@redhat.com>
7261
7262 * lib/gdbserver-support.exp (gdbserver_start): Expect for the
7263 message "No address associated with hostname" when gdbserver
7264 cannot resolve the hostname.
7265
7266 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7267
7268 * gdb.threads/pthreads.exp: Test qcs FLAG arguments.
7269 Add some test prefixes to make tests unique.
7270
7271 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7272
7273 * gdb.base/frameapply.c: New file.
7274 * gdb.base/frameapply.exp: New file.
7275
7276 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7277
7278 * gdb.base/skip.exp: Update expected error message.
7279
7280 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
7281 Jan Kratochvil <jan.kratochvil@redhat.com>
7282 Paul Fertser <fercerpav@gmail.com>
7283 Tsutomu Seki <sekiriki@gmail.com>
7284
7285 * README (Testsuite Parameters): Mention new 'GDB_TEST_SOCKETHOST'
7286 parameter.
7287 * boards/native-extended-gdbserver.exp: Do not set 'sockethost'
7288 by default.
7289 * boards/native-gdbserver.exp: Likewise.
7290 * gdb.server/run-without-local-binary.exp: Improve regexp used
7291 for detecting when a remote debugging connection succeeds.
7292 * gdb.server/server-connect.exp: New file.
7293 * lib/gdbserver-support.exp (gdbserver_default_get_comm_port):
7294 Do not prefix the port number with ":".
7295 (gdbserver_start): New global GDB_TEST_SOCKETHOST. Implement
7296 support for detecting and using it. Add '$debughost_gdbserver'
7297 to the list of arguments used to start gdbserver. Handle case
7298 when gdbserver cannot resolve a network name.
7299
7300 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
7301
7302 PR c++/23373
7303 * gdb.base/ptype-offsets.cc (struct static_member): New
7304 struct.
7305 (main) <stmember>: New variable.
7306 * gdb.base/ptype-offsets.exp: Add test for printing a struct
7307 with a static member in it.
7308
7309 2018-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
7310
7311 * gdb.base/watchpoint-reuse-slot.exp: Test with hardware
7312 watchpoints enabled and disabled.
7313
7314 2018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
7315
7316 * gdb.base/examine-backward.exp: Still run tests around address
7317 0x0, even if address 0x0 is not readable. Update the pattern for
7318 matching address 0x0 in expected output.
7319
7320 2018-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
7321
7322 * gdb.base/share-env-with-gdbserver.c (main): Add call to
7323 malloc/free.
7324
7325 2018-07-04 Tom de Vries <tdevries@suse.de>
7326
7327 * gdb.dwarf2/dw2-error.exp: Update expected error message.
7328
7329 2018-07-02 Maciej W. Rozycki <macro@mips.com>
7330
7331 PR tdep/8282
7332 * gdb.arch/mips-disassembler-options.exp: New test.
7333 * gdb.arch/mips-disassembler-options.s: New test source.
7334
7335 2018-06-29 Pedro Alves <palves@redhat.com>
7336
7337 * gdb.threads/names.exp: Adjust expected "info threads" output.
7338
7339 2018-06-29 Pedro Alves <palves@redhat.com>
7340
7341 * gdb.opt/inline-break.exp (line number, address): Add "info
7342 break" tests.
7343
7344 2018-06-29 Pedro Alves <palves@redhat.com>
7345
7346 * gdb.opt/inline-break.c (func1): Add "break here" marker.
7347 * gdb.opt/inline-break.exp: Test setting breakpoints by line
7348 number and address and running to them.
7349
7350 2018-06-29 Richard Bunt <richard.bunt@arm.com>
7351
7352 * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
7353
7354 2018-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
7355
7356 * lib/compiler.c: Remove executable permission flag.
7357
7358 2018-06-28 Richard Bunt <richard.bunt@arm.com>
7359
7360 * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
7361 code.
7362 * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
7363
7364 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
7365
7366 * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
7367
7368 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
7369
7370 * gdb.base/relocate.exp: Test add-symbol-file behavior when the
7371 address argument is omitted.
7372
7373 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
7374
7375 * gdb.base/relocate.exp: Add test for "symbol-file -o ".
7376
7377 2018-06-27 Omair Javaid <omair.javaid@linaro.org>
7378
7379 PR gdb/21695
7380 * gdb.base/infoline-reloc-main-from-zero.exp: New test.
7381 * gdb.base/infoline-reloc-main-from-zero.c: New file.
7382
7383 2018-06-26 Tom Tromey <tom@tromey.com>
7384
7385 PR rust/22574:
7386 * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
7387 * gdb.rust/simple.rs (struct SimpleLayout): New.
7388
7389 2018-06-22 Simon Marchi <simon.marchi@ericsson.com>
7390
7391 * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
7392 "info registers" output.
7393
7394 2018-06-21 Richard Bunt <richard.bunt@arm.com>
7395
7396 * gdb.base/watchpoint-hw-attach.c: New test.
7397 * gdb.base/watchpoint-hw-attach.exp: New file.
7398
7399 2018-06-20 Simon Marchi <simon.marchi@ericsson.com>
7400
7401 * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
7402 through /bin/sh.
7403 * boards/dwarf4-gdb-index.exp: Likewise.
7404 * boards/fission-dwp.exp: Likewise.
7405
7406 2018-06-20 Ulrich Weigand <uweigand@de.ibm.com>
7407
7408 * gdb.base/float128.exp: Add comment and improved fail message
7409 to the failure case of "print large128" test.
7410
7411 2018-06-19 Simon Marchi <simon.marchi@ericsson.com>
7412
7413 * configure.ac: Remove AC_PREREQ.
7414 * configure: Re-generate.
7415
7416 2018-06-19 Pedro Alves <palves@redhat.com>
7417
7418 * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
7419 (func_extern_caller): New.
7420 (main): Call func_extern_caller.
7421 * gdb.opt/inline-break.exp: Add tests for inline frame skipping
7422 logic change.
7423
7424 2018-06-18 Weimin Pan <weimin.pan@oracle.com>
7425
7426 PR gdb/16841
7427 * gdb.cp/typedef-base.cc: New file.
7428 * gdb.cp/typedef-base.exp: New file.
7429
7430 2018-06-18 Tom de Vries <tdevries@suse.de>
7431
7432 * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
7433
7434 2018-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
7435 Richard Bunt <Richard.Bunt@arm.com>
7436
7437 * gdb.threads/attach-slow-waitpid.c: New file.
7438 * gdb.threads/attach-slow-waitpid.exp: New file.
7439 * gdb.threads/slow-waitpid.c: New file.
7440
7441 2018-06-14 Pedro Alves <palves@redhat.com>
7442
7443 * gdb.base/fork-running-state.c: Include <errno.h>.
7444 (exit_if_relative_exits): New.
7445 (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
7446 exits.
7447 (fork_parent): If 'exit_if_relative_exits' is true, exit if the
7448 child exits.
7449
7450 2018-06-14 Tom de Vries <tdevries@suse.de>
7451
7452 PR cli/22573
7453 * gdb.base/finish-pretty.c: New test.
7454 * gdb.base/finish-pretty.exp: New file.
7455
7456 2018-06-14 Pedro Alves <palves@redhat.com>
7457
7458 * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
7459 gdb's expected startup output.
7460
7461 2018-06-14 Pedro Alves <palves@redhat.com>
7462
7463 * lib/selftest-support.exp (selftest_setup): Remove inlined
7464 function handling.
7465
7466 2018-06-14 Tom de Vries <tdevries@suse.de>
7467
7468 * lib/selftest-support.exp (selftest_setup): Allow function arguments in
7469 matching of breakpoint printing.
7470
7471 2018-06-13 Tom de Vries <tdevries@suse.de>
7472
7473 PR testsuite/23269
7474 * gdb.base/fork-running-state.c (main): Move setting of alarm ...
7475 (fork_child): ... here, and ...
7476 (fork_parent): ... here.
7477
7478 2018-06-12 Tom de Vries <tdevries@suse.de>
7479
7480 * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
7481
7482 2018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
7483 Stephen Roberts <stephen.roberts@arm.com>
7484
7485 * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
7486 rewrite test to describe action performed, rather than possible
7487 failure.
7488
7489 2018-06-08 Gary Benson <gbenson@redhat.com>
7490
7491 * gdb.threads/check-libthread-db.exp: New file.
7492 * gdb.threads/check-libthread-db.c: Likewise.
7493
7494 2018-06-05 Tom Tromey <tom@tromey.com>
7495
7496 * gdb.base/default.exp: Update expected "show version" output.
7497
7498 2018-06-05 Tom Tromey <tom@tromey.com>
7499
7500 PR cli/12326:
7501 * gdb.cp/static-print-quit.exp: Update.
7502 * lib/gdb.exp (pagination_prompt): Update.
7503 * gdb.base/page.exp: Use pagination_prompt. Add new tests.
7504 * gdb.python/python.exp: Update.
7505
7506 2018-06-04 Joel Brobecker <brobecker@adacore.com>
7507
7508 * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
7509
7510 2018-06-01 Joel Brobecker <brobecker@adacore.com>
7511
7512 * gdb.ada/bp_fun_addr: New testcase.
7513
7514 2018-06-01 Tom Tromey <tom@tromey.com>
7515
7516 * gdb.xml/tdesc-regs.exp (load_description): Update expected
7517 results.
7518 * gdb.dwarf2/method-ptr.exp: Set language to C++.
7519 * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
7520 * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
7521 * gdb.base/maint.exp (maint_pass_if): Update.
7522
7523 2018-05-31 Maciej W. Rozycki <macro@mips.com>
7524
7525 * gdb.base/endian.exp: New test.
7526 * gdb.base/endian.c: New test source.
7527
7528 2018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
7529
7530 PR gdb/23203
7531 * gdb.base/bt-selected-frame.c: New file.
7532 * gdb.base/bt-selected-frame.exp: New file.
7533 * lib/gdb.exp (get_current_frame_number): New function.
7534
7535 2018-05-24 Maciej W. Rozycki <macro@mips.com>
7536 Pedro Alves <palves@redhat.com>
7537
7538 * gdb.threads/tls-core.c: Include <stdlib.h>
7539 (thread_proc): Call `abort'.
7540 * gdb.threads/tls-core.exp: Generate a core with core_find too.
7541 (tls_core_test): New procedure, bits factored out from ...
7542 (top level): ... here. Test both native cores and gcore cores.
7543
7544 2018-05-23 Tom Tromey <tom@tromey.com>
7545
7546 * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
7547
7548 2018-05-23 Tom Tromey <tom@tromey.com>
7549
7550 * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
7551 symfile_complaints.
7552 (test_short_complaints): Likewise.
7553 (test_empty_complaints): Likewise.
7554 (test_initial_complaints): Update.
7555
7556 2018-05-23 Tom Tromey <tom@tromey.com>
7557
7558 * gdb.gdb/complaints.exp (test_empty_complaints): Update.
7559
7560 2018-05-23 Tom Tromey <tom@tromey.com>
7561
7562 * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
7563 (test_short_complaints): Update.
7564
7565 2018-05-22 Pedro Alves <palves@redhat.com>
7566
7567 * gdb.base/remote.exp: Only gdb_start after compiling the
7568 testcase. Issue "disconnect" before testing "set remote" command
7569 defaults. Issue clean_restart before running to main.
7570
7571 2018-05-22 Pedro Alves <palves@redhat.com>
7572
7573 * gdb.base/remote.exp: Adjust expected output of "show remote
7574 memory-write-packet-size". Add tests for "set remote
7575 memory-write-packet-size 0" and "set remote
7576 memory-write-packet-size fixed/limit".
7577
7578 2018-05-22 Pedro Alves <palves@redhat.com>
7579
7580 PR gdb/22973
7581 * gdb.base/utf8-identifiers.c: New file.
7582 * gdb.base/utf8-identifiers.exp: New file.
7583
7584 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
7585
7586 * gdb.arch/powerpc-fpscr-gcore.exp: New file.
7587
7588 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
7589
7590 * gdb.arch/powerpc-vsx-gcore.exp: New file.
7591
7592 2018-05-18 Tom Tromey <tom@tromey.com>
7593
7594 * gdb.base/ptype-offsets.exp: Update.
7595
7596 2018-05-17 Keith Seitz <keiths@redhat.com>
7597
7598 * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
7599 in expected breakpoint stop locations.
7600 * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
7601 move to proper scope to test variable values.
7602 * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
7603 (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
7604 New functions.
7605 (main): Call not_inline_func3.
7606 * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
7607 inline_func1, inline_func2, and inline_func3. Test that when each
7608 breakpoint is hit, GDB properly reports both the stop location
7609 and the backtrace. Repeat tests for temporary breakpoints.
7610
7611 2018-05-15 Maciej W. Rozycki <macro@mips.com>
7612
7613 * gdb.server/server-kill.exp: Verify whether `server_pid' exists
7614 rather then trying to access it in determining whether the PID
7615 of `gdbserver' could have been retrieved.
7616
7617 2018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
7618
7619 * gdb.arch/amd64-init-x87-values.S: New file.
7620 * gdb.arch/amd64-init-x87-values.exp: New file.
7621
7622 2018-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
7623
7624 * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
7625
7626 2018-05-04 Tom Tromey <tom@tromey.com>
7627
7628 PR python/22730:
7629 * gdb.python/python.exp: Test multi-line execute.
7630
7631 2018-05-04 Tom Tromey <tom@tromey.com>
7632
7633 PR python/22731:
7634 * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
7635
7636 2018-05-04 Tom Tromey <tom@tromey.com>
7637
7638 PR gdb/11750:
7639 * gdb.base/define.exp: Test defining a user command inside a user
7640 command.
7641 * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
7642
7643 2018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
7644 Pedro Alves <palves@redhat.com>
7645
7646 PR breakpoints/19806 and support for PR external/20207.
7647 * gdb.base/watchpoint-unaligned.c: New file.
7648 * gdb.base/watchpoint-unaligned.exp: New file.
7649
7650 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
7651
7652 * gdb.base/maint.exp: Make test names unique, use
7653 test_prefix_command_help to test 'help maint info', and remove
7654 repeated test of 'help maint'.
7655
7656 2018-05-04 Tom Tromey <tom@tromey.com>
7657
7658 PR gdb/22619:
7659 * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
7660 behavior.
7661
7662 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
7663
7664 * gdb.base/maint.exp: Process output from 'maint print registers'
7665 line at a time.
7666
7667 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
7668
7669 * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
7670 timeout.
7671
7672 2018-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
7673
7674 * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
7675 filter pattern.
7676
7677 2018-05-02 Pedro Alves <palves@redhat.com>
7678
7679 * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
7680 to_log_command renames.
7681 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
7682
7683 2018-05-02 Tom Tromey <tom@tromey.com>
7684
7685 * gdb.python/py-parameter.exp: Set test message.
7686
7687 2018-05-02 Tom Tromey <tom@tromey.com>
7688
7689 PR python/20084:
7690 * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
7691 PARAM_ZUINTEGER_UNLIMITED tests.
7692
7693 2018-04-28 Dan Robertson <danlrobertson89@gmail.com>
7694
7695 PR rust/23124
7696 * gdb.rust/expr.exp: Test that the unit type is correctly parsed
7697 when casting.
7698
7699 2018-04-30 Tom Tromey <tom@tromey.com>
7700
7701 * gdb.python/py-type.exp: Check align attribute.
7702 * gdb.python/py-type.c: New "aligncheck" global.
7703
7704 2018-04-30 Tom Tromey <tom@tromey.com>
7705
7706 PR exp/17095:
7707 * gdb.dwarf2/dw2-align.exp: New file.
7708 * gdb.cp/align.exp: New file.
7709 * gdb.base/align.exp: New file.
7710 * lib/gdb.exp (gdb_int128_helper): New proc.
7711 (has_int128_c, has_int128_cxx): New caching procs.
7712
7713 2018-04-27 Tom Tromey <tom@tromey.com>
7714
7715 PR rust/22545:
7716 * gdb.rust/simple.exp: Add inclusive range tests.
7717
7718 2018-04-26 Pedro Alves <palves@redhat.com>
7719
7720 * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
7721 ifunc breakpoint locations correctly of ifunc breakpoints set
7722 while the program resolves the ifunc.
7723
7724 2018-04-26 Pedro Alves <palves@redhat.com>
7725
7726 * gdb.base/gnu-ifunc-final.c: New file.
7727 * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
7728 * gdb.base/gnu-ifunc.exp (executable): Delete.
7729 (staticexecutable): Adjust.
7730 (lib_opts, exec_opts): Delete.
7731 (make_binsuffix, build, set-break): New procedures.
7732 (misc_tests): New, with tests factored out from the top level.
7733 (top level): Test different combinations of ifunc resolver name,
7734 resolver with and with debug info, and ifunc target with and
7735 without debug info. Wrap static tests with with_target_prefix.
7736
7737 2018-04-26 Pedro Alves <palves@redhat.com>
7738
7739 * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
7740 return type" warnings.
7741
7742 2018-04-25 Pedro Alves <palves@redhat.com>
7743
7744 * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
7745 killed".
7746 * gdb.base/kill-after-signal.exp: Likewise.
7747 * gdb.threads/kill.exp: Likewise.
7748
7749 2018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
7750 Sergio Durigan Junior <sergiodj@redhat.com>
7751 Pedro Alves <palves@redhat.com>
7752
7753 * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
7754 regexps to expect for '[Inferior ... detached]' as well.
7755 * gdb.base/attach.exp: Likewise.
7756 * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
7757 "gdb_continue_to_end".
7758 (test_catch_syscall_with_wrong_args): Likewise.
7759 * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
7760 ']'. Don't set 'verbose' on.
7761 * gdb.base/foll-vfork.exp: Likewise.
7762 * gdb.base/fork-print-inferior-events.c: New file.
7763 * gdb.base/fork-print-inferior-events.exp: New file.
7764 * gdb.base/hook-stop.exp: Adjust regexps to expect for new
7765 '[Inferior ... has been killed]' message.
7766 * gdb.base/kill-after-signal.exp: Likewise.
7767 * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
7768 detach message.
7769 * gdb.threads/kill.exp: Adjust regexps to expect for new kill
7770 message.
7771 * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
7772 regexps to expect for '[Inferior ... detached]' as well.
7773 * gdb.threads/process-dies-while-detaching.exp: Likewise.
7774
7775 2018-04-24 Simon Marchi <simon.marchi@ericsson.com>
7776
7777 PR gdb/23104
7778 * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
7779
7780 2018-04-22 Rajendra SY <rajendra.sy@gmail.com>
7781
7782 PR gdb/23095
7783 * gdb.base/break-probes.exp: Pass shlib_load to
7784 prepare_for_testing. Set normal_bp to r_debug_state if target is
7785 bsd.
7786
7787 2018-04-19 Richard Bunt <richard.bunt@arm.com>
7788
7789 * gdb.threads/multiple-successive-infcall.c: New test.
7790 * gdb.threads/multiple-successive-infcall.exp: New file.
7791
7792 2018-04-17 Tom Tromey <tom@tromey.com>
7793
7794 * gdb.rust/simple.rs (Union): New type.
7795 (main): New local "u".
7796 * gdb.rust/simple.exp (test_one_slice): Add new test case.
7797
7798 2018-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
7799
7800 * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
7801 number information in output of "whereis" command.
7802 * gdb.base/info-fun.exp: Likewise, for "info fun" command.
7803
7804 2018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
7805
7806 * gdb.ada/info_types.exp: Adjust expected output to the line
7807 numbers now printed by "info var/func/type".
7808 * gdb.base/completion.exp: Likewise.
7809 * gdb.base/included.exp: Likewise.
7810 * gdb.cp/cp-relocate.exp: Likewise.
7811 * gdb.cp/cplusfuncs.exp: Likewise.
7812 * gdb.cp/namespace.exp: Likewise.
7813 * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
7814
7815 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
7816
7817 * gdb.btrace/cpu.exp: New.
7818
7819 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
7820
7821 * gdb.base/step-indirect-call-thunk.exp: New.
7822 * gdb.base/step-indirect-call-thunk.c: New.
7823 * gdb.reverse/step-indirect-call-thunk.exp: New.
7824 * gdb.reverse/step-indirect-call-thunk.c: New.
7825
7826 2018-04-11 Simon Marchi <simon.marchi@ericsson.com>
7827
7828 * gdb.base/pie-fork.c: New file.
7829 * gdb.base/pie-fork.exp: New file.
7830
7831 2018-04-11 Tom Tromey <tom@tromey.com>
7832
7833 * gdb.rust/simple.exp: Add test for ".." struct initializer.
7834
7835 2018-04-10 Pedro Alves <palves@redhat.com>
7836
7837 * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
7838 exits. Instead loop running forever.
7839 (fork_parent): Run forever too.
7840
7841 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
7842
7843 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
7844 mi_continue_to_line.
7845 * gdb.mi/mi-stack.c (callee4): Add comment.
7846
7847 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
7848
7849 * gdb.mi/mi-stack.exp: Fix indentation.
7850
7851 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
7852
7853 PR gdb/22979
7854 * gdb.arch/amd64-osabi.exp: New file.
7855
7856 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
7857
7858 PR gdb/22980
7859 * gdb.base/osabi.exp: New file.
7860
7861 2018-04-02 Weimin Pan <weimin.pan@oracle.com>
7862
7863 * gdb.cp/static-typedef-print.exp: New file.
7864 * gdb.cp/static-typedef-print.cc: New file.
7865
7866 2018-03-27 Joel Brobecker <brobecker@adacore.com>
7867
7868 * gdb.ada/varsize_limit: New testcase.
7869
7870 2018-03-27 Joel Brobecker <brobecker@adacore.com>
7871
7872 * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
7873
7874 * gdb.ada/notcplusplus: New testcase.
7875
7876 * gdb.base/c-linkage-name.c: New file.
7877 * gdb.base/c-linkage-name.exp: New testcase.
7878
7879 2018-03-26 Tom Tromey <tom@tromey.com>
7880
7881 * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
7882 * gdb.python/py-framefilter.py (name_error): New global.
7883 (ErrorInName.function): Use name_error.
7884
7885 2018-03-26 Tom Tromey <tom@tromey.com>
7886
7887 PR backtrace/15582:
7888 * gdb.python/py-framefilter.exp: Add "bt hide" test.
7889
7890 2018-03-23 Keith Seitz <keiths@redhat.com>
7891
7892 PR c++/22968
7893 * gdb.cp/subtypes.exp: New file.
7894 * gdb.cp/subtypes.h: New file.
7895 * gdb.cp/subtypes.cc: New file.
7896 * gdb.cp/subtypes-2.cc: New file.
7897
7898 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
7899
7900 * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
7901 (done): Call '_exit' not 'exit' to avoid atexit handlers.
7902 * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
7903 -nostartfiles when compiling the test. Confirm that all registers
7904 xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
7905
7906 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
7907
7908 * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
7909 option, syntax was wrong anyway.
7910 * gdb.arch/arm-disp-step.exp: Likewise.
7911 * gdb.arch/sparc64-regs.exp: Likewise.
7912 * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
7913 option, syntax was wrong anyway, switch to use
7914 prepare_for_testing.
7915 * gdb.arch/i386-disp-step.exp: Likewise.
7916
7917 2018-03-23 Andreas Arnez <arnez@linux.vnet.ibm.com>
7918
7919 * gdb.ada/exec_changed.exp: Replace "target_info exists
7920 use_gdb_stub" by "use_gdb_stub".
7921 * gdb.ada/start.exp: Likewise.
7922 * gdb.base/async-shell.exp: Likewise.
7923 * gdb.base/attach-pie-misread.exp: Likewise.
7924 * gdb.base/attach-wait-input.exp: Likewise.
7925 * gdb.base/break-entry.exp: Likewise.
7926 * gdb.base/break-interp.exp: Likewise.
7927 * gdb.base/dprintf-detach.exp: Likewise.
7928 * gdb.base/nostdlib.exp: Likewise.
7929 * gdb.base/solib-nodir.exp: Likewise.
7930 * gdb.base/statistics.exp: Likewise.
7931 * gdb.base/testenv.exp: Likewise.
7932 * gdb.mi/mi-exec-run.exp: Likewise.
7933 * gdb.mi/mi-start.exp: Likewise.
7934 * gdb.multi/dummy-frame-restore.exp: Likewise.
7935 * gdb.multi/multi-arch-exec.exp: Likewise.
7936 * gdb.multi/multi-arch.exp: Likewise.
7937 * gdb.multi/tids.exp: Likewise.
7938 * gdb.multi/watchpoint-multi.exp: Likewise.
7939 * gdb.python/py-events.exp: Likewise.
7940 * gdb.threads/attach-into-signal.exp: Likewise.
7941 * gdb.threads/attach-stopped.exp: Likewise.
7942 * gdb.threads/threadapply.exp: Likewise.
7943 * lib/selftest-support.exp: Likewise.
7944
7945 2018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
7946
7947 * gdb.base/info-proc.exp: Add test for "info proc cmdline".
7948
7949 2018-03-20 Stephen Roberts <stephen.roberts@arm.com>
7950
7951 * gdb.perf/template-breakpoints.cc: New file.
7952 * gdb.perf/template-breakpoints.exp: New file.
7953 * gdb.perf/template-breakpoints.py: New file.
7954
7955 2018-03-19 Tom Tromey <tom@tromey.com>
7956
7957 * gdb.rust/simple.rs (main): Add local variables field1, field2,
7958 y0.
7959 * gdb.rust/simple.exp: Test bare identifier form of struct
7960 initializer.
7961
7962 2018-03-19 Tom Tromey <tom@tromey.com>
7963
7964 * gdb.gdb/observer.exp: Remove.
7965
7966 2018-03-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
7967
7968 * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
7969 "qualified" option when setting breakpoints.
7970 * gdb.trace/backtrace.exp: Likewise.
7971 * gdb.trace/circ.exp: Likewise.
7972 * gdb.trace/collection.exp: Likewise.
7973 * gdb.trace/disconnected-tracing.exp: Likewise.
7974 * gdb.trace/ftrace-lock.exp: Likewise.
7975 * gdb.trace/ftrace.exp: Likewise.
7976 * gdb.trace/infotrace.exp: Likewise.
7977 * gdb.trace/packetlen.exp: Likewise.
7978 * gdb.trace/passc-dyn.exp: Likewise.
7979 * gdb.trace/qtro.exp: Likewise.
7980 * gdb.trace/read-memory.exp: Likewise.
7981 * gdb.trace/report.exp: Likewise.
7982 * gdb.trace/signal.exp: Likewise.
7983 * gdb.trace/status-stop.exp: Likewise.
7984 * gdb.trace/strace.exp: Likewise.
7985 * gdb.trace/tfind.exp: Likewise.
7986 * gdb.trace/trace-break.exp: Likewise.
7987 * gdb.trace/trace-condition.exp: Likewise.
7988 * gdb.trace/trace-mt.exp: Likewise.
7989 * gdb.trace/tstatus.exp: Likewise.
7990 * gdb.trace/tsv.exp: Likewise.
7991 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
7992 * gdb.trace/unavailable.exp: Likewise.
7993 * gdb.trace/while-dyn.exp: Likewise.
7994
7995 2018-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
7996
7997 * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
7998 that libinproctrace is copied to the target.
7999
8000 2018-03-14 Tom Tromey <tom@tromey.com>
8001
8002 PR cli/14977:
8003 * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
8004 a null pointer.
8005 * gdb.base/wchar.exp: Likewise.
8006
8007 2018-03-14 Tom Tromey <tom@tromey.com>
8008
8009 PR cli/19918:
8010 * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
8011 flag.
8012
8013 2018-03-08 Simon Marchi <simon.marchi@ericsson.com>
8014
8015 PR gdb/22841
8016 * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
8017 "target" to remote_exec.
8018
8019 2018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
8020
8021 PR gdb/22841
8022 * boards/gdbserver-base.exp (${board}_file, ${board}_download,
8023 ${board}_upload): Remove.
8024
8025 2018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
8026
8027 * gdb.cp/watch-cp.cc: New test.
8028 * gdb.cp/watch-cp.exp: New file.
8029
8030 2018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
8031
8032 * gdb.base/infcall-nested-structs.exp: New file.
8033 * gdb.base/infcall-nested-structs.c: New file.
8034 * gdb.base/float.exp: Add riscv support.
8035
8036 2018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
8037
8038 * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
8039 * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
8040
8041 2018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
8042
8043 * gdb.server/abspath.exp: New file.
8044 * lib/gdb.exp (with_cwd): New procedure.
8045
8046 2018-02-28 Simon Marchi <simon.marchi@ericsson.com>
8047
8048 * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
8049 use it.
8050 (gdb_is_target_remote_prompt): New proc.
8051 (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
8052 (gdb_is_target_native): Pass prompt parameter to
8053 gdb_is_target_1.
8054
8055 2018-02-26 Simon Marchi <simon.marchi@polymtl.ca>
8056
8057 * gdb.base/load-command.c: New file.
8058 * gdb.base/load-command.exp: New file.
8059 * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
8060 (gdb_is_target_1): ...this, and generalize for other targets
8061 than just remote.
8062 (gdb_is_target_remote): Use gdb_is_target_1.
8063 (gdb_is_target_native): use gdb_is_target_1.
8064
8065 2018-02-26 Tom Tromey <tom@tromey.com>
8066
8067 PR python/16497:
8068 * gdb.python/py-framefilter.exp: Update test.
8069
8070 2018-02-26 Tom Tromey <tom@tromey.com>
8071
8072 * gdb.dwarf2/variant.c: New file.
8073 * gdb.dwarf2/variant.exp: New file.
8074
8075 2018-02-26 Tom Tromey <tom@tromey.com>
8076
8077 * gdb.rust/simple.exp: Accept more possible results in enum test.
8078
8079 2018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
8080
8081 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
8082 parentheses.
8083
8084 2018-02-23 Maciej W. Rozycki <macro@mips.com>
8085
8086 * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
8087 name of a variable: $actual_linejj -> $actual_line.
8088
8089 2018-02-21 John Baldwin <jhb@FreeBSD.org>
8090
8091 * gdb.arch/amd64-i386-address.exp: Fix a typo.
8092
8093 2018-02-20 Markus Metzger <markus.t.metzger@intel.com>
8094
8095 * gdb.btrace/buffer-size.exp: Do not force BTS.
8096
8097 2018-02-14 Pedro Alves <palves@redhat.com>
8098
8099 * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
8100 getting a "Quit".
8101
8102 2018-02-09 Markus Metzger <markus.t.metzger@intel.com>
8103
8104 * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
8105 Fix test name.
8106
8107 2018-02-07 Simon Marchi <simon.marchi@ericsson.com>
8108
8109 * gdb.cp/m-static.exp: Check type of optimized out static
8110 member.
8111
8112 2018-02-03 Andrew Burgess <andrew.burgess@embecosm.com>
8113
8114 * config/sid.exp (gdb_target_sid): Remove use of cleanup.
8115 * config/sim.exp (gdb_target_sim): Remove use of cleanup.
8116
8117 2018-02-01 Simon Marchi <simon.marchi@polymtl.ca>
8118 Leszek Swirski <leszeks@google.com>
8119
8120 * gdb.python/py-prettyprint.c
8121 (struct to_string_returns_value_inner,
8122 struct to_string_returns_value_wrapper): New.
8123 (main): Add tsrvw variable.
8124 * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
8125 ToStringReturnsValueWrapper): New classes.
8126 (register_pretty_printers): Register new pretty-printers.
8127 * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
8128 recursive pretty printer.
8129 * gdb.python/py-mi.exp: Likewise.
8130
8131 2018-02-01 Leszek Swirski <leszeks@google.com>
8132
8133 * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
8134 functions with the same name as an include file are parsed
8135 correctly.
8136
8137 2018-02-01 Yao Qi <yao.qi@linaro.org>
8138
8139 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
8140 "\[^\r\n\]*".
8141
8142 2018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
8143
8144 * gdb.arch/powerpc-prologue-frame.s: New file.
8145 * gdb.arch/powerpc-prologue-frame.c: Likewise.
8146 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
8147
8148 2018-01-31 Joel Brobecker <brobecker@adacore.com>
8149
8150 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
8151
8152 2018-01-30 Pedro Alves <palves@redhat.com>
8153
8154 PR gdb/13211
8155 * gdb.base/interrupt-daemon.c: New.
8156 * gdb.base/interrupt-daemon.exp: New.
8157 * gdb.multi/multi-term-settings.c: New.
8158 * gdb.multi/multi-term-settings.exp: New.
8159
8160 2018-01-30 Joel Brobecker <brobecker@adacore.com>
8161
8162 * gdb.base/break.exp: Save the location where the breakpoint
8163 on break.c:47 was actually inserted when debugging the version
8164 compiled at -O2 and use it in the expected output of the "info
8165 break" test performed soon after.
8166
8167 2018-01-22 Pedro Alves <palves@redhat.com>
8168 Sergio Durigan Junior <sergiodj@redhat.com>
8169
8170 * gdb.base/whatis.exp: Add tests for 'set print object on' +
8171 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
8172
8173 2018-01-22 Joel Brobecker <brobecker@adacore.com>
8174
8175 * gdb.base/break-include.c, gdb.base/break-include.inc,
8176 gdb.base/break-include.exp: New files.
8177 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
8178 line number now being the actual line number where the breakpoint
8179 was inserted.
8180 * gdb.mi/mi-break.exp: Likewise.
8181 * gdb.mi/mi-reverse.exp: Likewise.
8182 * gdb.mi/mi-simplerun.exp: Ditto.
8183
8184 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
8185
8186 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
8187 varobj.
8188 * gdb.mi/mi-var-create-rtti.exp: Likewise.
8189
8190 2018-01-21 Don Breazeal <donb@codesourcery.com>
8191 Andrew Burgess <andrew.burgess@embecosm.com>
8192
8193 * gdb.mi/basics.c: Add new global.
8194 * gdb.mi/mi-frame-regs.exp: New file.
8195 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
8196 case.
8197
8198 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
8199
8200 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
8201 non-parameter, and on an unknown symbol.
8202
8203 2018-01-19 Tom Tromey <tom@tromey.com>
8204
8205 * gdb.rust/modules.rs (TWENTY_THREE): New global.
8206 * gdb.rust/modules.exp: Add ::-qualified lookup test.
8207
8208 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
8209
8210 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
8211 setrlimit and chdir to int.
8212
8213 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
8214
8215 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
8216 function.
8217 (my_tend): Likewise.
8218 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
8219 rationale of avoiding FP- and vector instructions.
8220
8221 2018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
8222
8223 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
8224 "info reg" with "\[ \t\]*".
8225 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
8226 "\[ \t\]+".
8227 * gdb.arch/s390-multiarch.exp: Ditto.
8228 * gdb.base/pc-fp.exp: Ditto.
8229 * gdb.reverse/i386-precsave.exp: Ditto.
8230 * gdb.reverse/i386-reverse.exp: Ditto.
8231 * gdb.reverse/i387-env-reverse.exp: Ditto.
8232 * gdb.reverse/i387-stack-reverse.exp: Ditto.
8233
8234 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
8235
8236 * lib/gdb.exp (gdb_compile): Re-enable use of
8237 universal_compile_options for languages other than Rust.
8238
8239 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
8240
8241 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
8242
8243 2018-01-17 Mike Gulick <mgulick@mathworks.com>
8244
8245 PR gdb/16577
8246 * gdb.base/solib-vanish.exp: New.
8247 * gdb.base/solib-vanish-main.c: New.
8248 * gdb.base/solib-vanish-lib1.c: New.
8249 * gdb.base/solib-vanish-lib2.c: New.
8250
8251 2018-01-17 Yao Qi <yao.qi@linaro.org>
8252
8253 * gdb.compile/compile.exp: Match the address printed for
8254 frame in the output of command "bt".
8255
8256 2018-01-15 Tom Tromey <tom@tromey.com>
8257
8258 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
8259 compute sp_reg.
8260
8261 2018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
8262
8263 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
8264 to prepare.
8265 (prepare): Return 0 on error, 1 on success.
8266
8267 2018-01-12 Pedro Alves <palves@redhat.com>
8268
8269 * gdb.base/continue-after-aborted-step-over.c: New.
8270 * gdb.base/continue-after-aborted-step-over.exp: New.
8271
8272 2018-01-11 Simon Marchi <simon.marchi@ericsson.com>
8273
8274 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
8275 options when not creating an executable.
8276
8277 2018-01-11 Pedro Alves <palves@redhat.com>
8278
8279 PR remote/22597
8280 * gdb.server/stop-reply-no-thread.c: New file.
8281 * gdb.server/stop-reply-no-thread.exp: New file.
8282
8283 2018-01-10 Pedro Alves <palves@redhat.com>
8284
8285 PR gdb/22670
8286 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
8287 functions too. Test setting breakpoints and printing C functions
8288 with no debug info too.
8289 * gdb.ada/bp_c_mixed_case/qux.c: New file.
8290
8291 2018-01-10 Pedro Alves <palves@redhat.com>
8292
8293 PR gdb/22670
8294 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
8295 a fail.
8296
8297 2018-01-10 Pedro Alves <palves@redhat.com>
8298
8299 PR gdb/22670
8300 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
8301
8302 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
8303
8304 * gdb.server/unittest.exp: Match the output in non-development
8305 mode.
8306
8307 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
8308
8309 * gdb.gdb/unittest.exp: Match output in non-development mode.
8310
8311 2018-01-08 Joel Brobecker <brobecker@adacore.com>
8312
8313 * gdb.ada/access_tagged_param.exp: Relax expected output
8314 for value of "ObjL" in "continue" to pck.inspect breakpoint
8315 test.
8316
8317 2018-01-08 Joel Brobecker <brobecker@adacore.com>
8318
8319 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
8320 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
8321
8322 2018-01-05 Pedro Alves <palves@redhat.com>
8323
8324 PR gdb/18653
8325 * gdb.base/libsegfault.exp: New.
8326
8327 2018-01-05 Joel Brobecker <brobecker@adacore.com>
8328
8329 PR gdb/22670
8330 * gdb.ada/access_tagged_param.exp: New file.
8331 * gdb.ada/access_tagged_param/foo.adb: New file.
8332
8333 2018-01-05 Pedro Alves <palves@redhat.com>
8334
8335 PR gdb/22670
8336 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
8337 exercise lower case too, and to exercise both full matching and
8338 wild matching.
8339
8340 2018-01-05 Joel Brobecker <brobecker@adacore.com>
8341
8342 * gdb.ada/rename_subscript_param: New testcase.
8343
8344 2018-01-05 Jerome Guitton <guitton@adacore.com>
8345
8346 * gdb.ada/arr_acc_idx_w_gap: New testcase.
8347
8348 2018-01-05 Joel Brobecker <brobecker@adacore.com>
8349
8350 * gdb.ada/convvar_comp: New testcase.
8351
8352 2018-01-05 Xavier Roirand <roirand@adacore.com>
8353
8354 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
8355 (My_Table): New global variable.
8356 * testsuite/gdb.ada/array_char_idx.exp: Add test.
8357
8358 2018-01-04 Joel Brobecker <brobecker@adacore.com>
8359
8360 PR gdb/22670
8361 * gdb.ada/maint_with_ada: New testcase.
8362
8363 2018-01-04 Joel Brobecker <brobecker@adacore.com>
8364
8365 PR gdb/22670
8366 * gdb.ada/bp_c_mixed_case: New testcase.
8367
8368 2018-01-04 Joel Brobecker <brobecker@adacore.com>
8369
8370 PR gdb/22670
8371 * gdb.ada/complete.exp: Add "complete break ada" test.
8372
8373 2018-01-04 Joel Brobecker <brobecker@adacore.com>
8374
8375 PR gdb/22670
8376 * gdb.ada/info_addr_mixed_case: New testcase.
8377
8378 2018-01-03 Xavier Roirand <roirand@adacore.com>
8379
8380 * gdb.ada/excep_handle.exp: New testcase.
8381 * gdb.ada/excep_handle/foo.adb: New file.
8382 * gdb.ada/excep_handle/pck.ads: New file.
8383
8384 2018-01-03 Joel Brobecker <brobecker@adacore.com>
8385
8386 * gdb.base/step-line.c: Add extra empty line in copyright header.
8387 * gdb.base/step-line.inp: Likewise.
8388
8389 2018-01-02 Joel Brobecker <brobecker@adacore.com>
8390
8391 * gdb.ada/dyn_stride.exp: Add slice test.
8392
8393 2018-01-02 Joel Brobecker <brobecker@adacore.com>
8394
8395 * gdb.ada/dyn_stride: New testcase.
8396
8397 2017-12-27 Stafford Horne <shorne@gmail.com>
8398
8399 * gdb.xml/extra-regs.xml: Add example foo reggroup.
8400 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
8401
8402 2017-12-27 Stafford Horne <shorne@gmail.com>
8403
8404 * gdb.base/reggroups.c: New file.
8405 * gdb.base/reggroups.exp: New file.
8406
8407 2017-12-18 Joel Brobecker <brobecker@adacore.com>
8408
8409 * gdb.dwarf2/ada-valprint-error.c: New file.
8410 * gdb.dwarf2/ada-valprint-error.exp: New file.
8411
8412 2017-12-18 Joel Brobecker <brobecker@adacore.com>
8413
8414 * gdb.ada/assign_arr: New testcase.
8415
8416 2017-12-18 Xavier Roirand <roirand@adacore.com>
8417
8418 * gdb.ada/funcall_ptr: New testcase.
8419
8420 2017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
8421
8422 PR cli/16224
8423 * gdb.base/ptype-offsets.cc: New file.
8424 * gdb.base/ptype-offsets.exp: New file.
8425
8426 2017-12-15 Yao Qi <yao.qi@linaro.org>
8427
8428 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
8429 if XML is disabled.
8430
8431 2017-12-15 Xavier Roirand <roirand@adacore.com>
8432
8433 * gdb.ada/same_component_name: New testcase.
8434
8435 2017-12-14 Joel Brobecker <brobecker@adacore.com>
8436
8437 * gdb.ada/str_binop_equal: New testcase.
8438
8439 2017-12-14 Joel Brobecker <brobecker@adacore.com>
8440
8441 * gdb.ada/task_switch_in_core: New testcase.
8442
8443 2017-12-13 Simon Marchi <simon.marchi@ericsson.com>
8444
8445 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
8446 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
8447 call test_bkpt_qualified.
8448 (test_bkpt_qualified): New proc.
8449
8450 2017-12-13 Pedro Alves <palves@redhat.com>
8451
8452 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
8453 Tighten regexp by matching with an anchor.
8454
8455 2017-12-13 Pedro Alves <palves@redhat.com>
8456
8457 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
8458 ("expression with namespace"): New set of tests.
8459 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
8460 (Nested::Test_NS::qux): New.
8461 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
8462 defaults to 'start_quote_char' and 'end_quote_char' parameters.
8463
8464 2017-12-13 Joel Brobecker <brobecker@adacore.com>
8465
8466 * gdb.base/server-del-break.c: New file.
8467 * gdb.base/server-del-break.exp: New file.
8468
8469 2017-12-12 Stafford Horne <shorne@gmail.com>
8470
8471 * gdb.xml/tdesc-regs.exp: Add or1k support.
8472
8473 2017-12-12 Stafford Horne <shorne@gmail.com>
8474
8475 * gdb.base/bp-permanent.c: Define nop of or1k.
8476
8477 2017-12-11 Joel Brobecker <brobecker@adacore.com>
8478
8479 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
8480 output with components being reordered.
8481
8482 2017-12-11 Joel Brobecker <brobecker@adacore.com>
8483
8484 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
8485 output with components being reordered.
8486
8487 2017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
8488 Pedro Alves <palves@redhat.com>
8489
8490 * gdb.base/maint.exp (check for .gdb_index): Check also for
8491 .debug_names.
8492 * gdb.dlang/watch-loc.c (.debug_aranges): New.
8493 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
8494 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
8495 (.gdb_index used after symbol reloading): Support also .debug_names.
8496 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
8497
8498 2017-12-08 Yao Qi <yao.qi@linaro.org>
8499
8500 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
8501 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
8502
8503 2017-12-08 Yao Qi <yao.qi@linaro.org>
8504
8505 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
8506 * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
8507
8508 2017-12-08 Yao Qi <yao.qi@linaro.org>
8509
8510 * gdb.arch/aarch64-tagged-pointer.c: New file.
8511 * gdb.arch/aarch64-tagged-pointer.exp: New file.
8512
8513 2017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
8514
8515 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
8516 "int".
8517
8518 2017-12-07 Keith Seitz <keiths@redhat.com>
8519
8520 PR breakpoints/22569
8521 * gdb.linespec/ls-errs.exp: Change expected result of "break
8522 -source this file has spaces.c -line 3".
8523 Check that an explicit source file followed by whitespace is
8524 identified as an invalid explicit location.
8525
8526 2017-12-07 Keith Seitz <keiths@redhat.com>
8527
8528 * gdb.cp/nested-types.cc: New file.
8529 * gdb.cp/nested-types.exp: New file.
8530 * lib/cp-support.exp: Load data-structures.exp library.
8531 (debug_cp_test_ptype_class): New global.
8532 (cp_ptype_class_verbose, next_line): New procedures.
8533 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
8534 Add and document new return value.
8535 Switch the list of lines to a queue.
8536 Add support for new `type' key for nested type definitions.
8537 Add debugging/troubleshooting messages.
8538 * lib/data-structures.exp: New file.
8539
8540 2017-12-07 Simon Marchi <simon.marchi@ericsson.com>
8541
8542 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
8543 with proc_with_prefix, don't use with_test_prefix.
8544
8545 2017-12-07 Tom Tromey <tom@tromey.com>
8546
8547 * gdb.base/break.exp: Add test for empty "commands".
8548
8549 2017-12-07 Yao Qi <yao.qi@linaro.org>
8550
8551 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
8552 malloc and catch syscall.
8553
8554 2017-12-07 Phil Muldoon <pmuldoon@redhat.com>
8555
8556 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
8557 tests for explicit locations.
8558
8559 2017-12-06 Pedro Alves <palves@redhat.com>
8560
8561 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
8562 force-disabling XML descriptions.
8563
8564 2017-12-04 Pedro Alves <palves@redhat.com>
8565
8566 PR gdb/22499
8567 * gdb.arch/amd64-disp-step-avx.S: New file.
8568 * gdb.arch/amd64-disp-step-avx.exp: New file.
8569
8570 2017-12-03 Pedro Alves <palves@redhat.com>
8571
8572 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
8573 and <string.h>.
8574 (parent_function): Print distinct messages when waitpid fails, or
8575 the child exits with a signal, or the child exits for an unhandled
8576 reason.
8577 * gdb.threads/process-dies-while-detaching.exp
8578 (detach_and_expect_exit): New 'inf_output_re' parameter and use
8579 it. Wait for both inferior output and GDB's prompt. Use an
8580 indirect spawn id list.
8581 (do_detach): New parameter 'child_exit'. Use it to compute
8582 expected inferior output.
8583 (test_detach, test_detach_watch, test_detach_killed_outside):
8584 Adjust to pass down the expected child exit kind.
8585
8586 2017-12-01 Joel Brobecker <brobecker@adacore.com>
8587 Sergio Durigan Junior <sergiodj@redhat.com>
8588 Pedro Alves <palves@redhat.com>
8589
8590 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
8591
8592 2017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
8593
8594 * gdb.base/relocate.exp: Add tests to guarantee that arguments
8595 to 'symbol-file' and 'add-symbol-file' can be
8596 position-independent.
8597
8598 2017-12-01 Yao Qi <yao.qi@linaro.org>
8599
8600 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
8601 the URL in copyright header.
8602 * gdb.arch/aarch64-fp.exp: Likewise.
8603 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
8604 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
8605 * gdb.base/expand-psymtabs.exp: Likewise.
8606 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
8607 * gdb.fortran/common-block.exp: Likewise.
8608 * gdb.fortran/common-block.f90: Likewise.
8609 * gdb.fortran/logical.exp: Likewise.
8610 * gdb.fortran/vla-datatypes.f90: Likewise.
8611 * gdb.fortran/vla-sub.f90: Likewise.
8612
8613 2017-11-30 Joel Brobecker <brobecker@adacore.com>
8614
8615 * gdb.ada/repeat_dyn: New testcase.
8616
8617 2017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
8618
8619 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
8620 Update for changed thread numbering.
8621 * gdb.cell/bt.exp: Update for changed GDB output.
8622
8623 2017-11-30 Simon Marchi <simon.marchi@ericsson.com>
8624
8625 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
8626 setting isremote by hand.
8627 * boards/dwarf4-gdb-index.exp: Likewise.
8628 * boards/fission.exp: Likewise.
8629 * boards/stabs.exp: Likewise.
8630
8631 2017-11-30 Pedro Alves <palves@redhat.com>
8632
8633 * gdb.linespec/cpls-ops.exp
8634 (check_explicit_skips_function_argument): Extract the underlying
8635 type of size_t instead of hardcoding it.
8636
8637 2017-11-29 Pedro Alves <palves@redhat.com>
8638
8639 PR c++/19436
8640 * gdb.linespec/cpls-abi-tag.cc: New file.
8641 * gdb.linespec/cpls-abi-tag.exp: New file.
8642
8643 2017-11-29 Pedro Alves <palves@redhat.com>
8644
8645 * gdb.base/langs.exp: Use -qualified.
8646 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
8647 it.
8648 * gdb.cp/namespace.exp: Use -qualified.
8649 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
8650 (overload-3, template-overload, template-ret-type, const-overload)
8651 (const-overload-quoted, anon-ns, ambiguous-prefix): New
8652 procedures.
8653 (test_driver): Call them.
8654 * gdb.cp/save-bp-qualified.cc: New.
8655 * gdb.cp/save-bp-qualified.exp: New.
8656 * gdb.linespec/explicit.exp: Test -qualified.
8657 * lib/completion-support.exp (completion::explicit_opts_list): Add
8658 "-qualified".
8659 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
8660
8661 2017-11-29 Phil Muldoon <pmuldoon@redhat.com>
8662
8663 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
8664
8665 2017-11-29 Tom Tromey <tom@tromey.com>
8666
8667 * gdb.base/relocate.exp: Update invalid argument test.
8668 Add new tests for invalid arguments.
8669
8670 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
8671
8672 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
8673 Return 0 as a long.
8674 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
8675
8676 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
8677
8678 * gdb.cp/breakpoint.cc (bar): Set return type to void.
8679 * gdb.cp/psymtab-parameter.cc (func): Likewise.
8680 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
8681 func ().
8682 * gdb.cp/shadow.cc (B.func): Return 0.
8683
8684 2017-11-27 Joel Brobecker <brobecker@adacore.com>
8685
8686 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
8687 expected output in gdb_expect call to allow the exception
8688 message to be present as well. Fix syntax confusion to avoid
8689 TCL thinking that exception_name is an array.
8690
8691 2017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
8692
8693 * gdb.arch/spu-info.c: Include <unistd.h>.
8694 (do_signal_test): Fix broken calls to write.
8695 * gdb.arch/spu-info.exp: Use prepare_for_testing.
8696 Fix checks for empty mailboxes. Update signal tests for corrected
8697 do_signal_test routine. Allow nonzero event status.
8698 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
8699 * gdb.cell/arch.exp: Use standard_output_file.
8700 * gdb.cell/break.exp: Likewise.
8701 * gdb.cell/bt.exp: Likewise.
8702 * gdb.cell/core.exp: Likewise.
8703 * gdb.cell/dwarfaddr.exp: Likewise.
8704 * gdb.cell/ea-cache.exp: Likewise.
8705 * gdb.cell/ea-standalone.exp: Likewise.
8706 * gdb.cell/f-regs.exp: Likewise.
8707 * gdb.cell/fork.exp: Likewise.
8708 * gdb.cell/gcore.exp: Likewise.
8709 * gdb.cell/mem-access.exp: Likewise.
8710 * gdb.cell/ptype.exp: Likewise.
8711 * gdb.cell/registers.exp: Likewise.
8712 * gdb.cell/sizeof.exp: Likewise.
8713 * gdb.cell/solib-symbol.exp: Likewise.
8714 * gdb.cell/solib.exp: Likewise.
8715
8716 2017-11-25 Pedro Alves <palves@redhat.com>
8717
8718 * gdb.base/complete-empty.exp: New file.
8719 * gdb.base/completion.exp: Adjust.
8720
8721 2017-11-25 Pedro Alves <palves@redhat.com>
8722
8723 * gdb.linespec/cpls-ops.cc: New file.
8724 * gdb.linespec/cpls-ops.exp: New file.
8725 * lib/completion-support.exp (test_complete_prefix_range_re): New,
8726 factored out from ...
8727 (test_complete_prefix_range): ... this.
8728
8729 2017-11-24 Pedro Alves <palves@redhat.com>
8730
8731 * gdb.linespec/cpcompletion.exp: New file.
8732 * gdb.linespec/cpls-hyphen.cc: New file.
8733 * gdb.linespec/cpls.cc: New file.
8734 * gdb.linespec/cpls2.cc: New file.
8735 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
8736 test to use test_gdb_complete_unique. Add label completion,
8737 keyword completion and explicit location completion tests.
8738 * lib/completion-support.exp: New file.
8739
8740 2017-11-24 Joel Brobecker <brobecker@adacore.com>
8741
8742 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
8743 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
8744 when hitting an exception catchpoint.
8745
8746 2017-11-22 Yao Qi <yao.qi@linaro.org>
8747
8748 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
8749
8750 2017-11-22 Simon Marchi <simon.marchi@ericsson.com>
8751
8752 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
8753 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
8754 * gdb.dwarf2/info-locals-optimized-out.c: New file.
8755
8756 2017-11-22 Yao Qi <yao.qi@linaro.org>
8757
8758 * gdb.base/info-os.exp: Pass pthreads.
8759 * gdb.multi/multi-attach.exp: Likewise.
8760
8761 2017-11-22 Yao Qi <yao.qi@linaro.org>
8762
8763 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
8764 compiler.
8765
8766 2017-11-22 Yao Qi <yao.qi@linaro.org>
8767
8768 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
8769 * gdb.base/break-interp.exp: Likewise.
8770 * gdb.base/jit-attach-pie.exp: Likewise.
8771
8772 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
8773
8774 * gdb.base/float128.c (large128): New variable.
8775 * gdb.base/float128.exp: Add test to print largest __float128 value.
8776
8777 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
8778
8779 * gdb.arch/vsx-regs.exp: Update register content checks.
8780
8781 2017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
8782
8783 * gdb.arch/ppc-longdouble.exp: New file.
8784 * gdb.arch/ppc-longdouble.c: Likewise.
8785
8786 2017-11-21 Pedro Alves <palves@redhat.com>
8787
8788 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
8789
8790 2017-11-20 Pedro Alves <palves@redhat.com>
8791
8792 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
8793 (long_double_typedef): New typedefs.
8794 Use DEF on double and long double.
8795 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
8796 cases.
8797 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
8798 and 'long_double_ptr_same_size' locals. Use them to decide
8799 whether cast from array/function to float is valid/invalid.
8800
8801 2017-11-17 Tom Tromey <tom@tromey.com>
8802
8803 * gdb.rust/traits.rs: New file.
8804 * gdb.rust/traits.exp: New file.
8805
8806 2017-11-17 Joel Brobecker <brobecker@adacore.com>
8807
8808 * gdb.ada/minsyms: New testcase.
8809
8810 2017-11-16 Pedro Alves <palves@redhat.com>
8811
8812 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
8813 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
8814
8815 2017-11-16 Pedro Alves <palves@redhat.com>
8816
8817 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
8818 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
8819
8820 2017-11-16 Pedro Alves <palves@redhat.com>
8821
8822 * gdb.server/reconnect-ctrl-c.c: New file.
8823 * gdb.server/reconnect-ctrl-c.exp: New file.
8824
8825 2017-11-16 Phil Muldoon <pmuldoon@redhat.com>
8826
8827 * gdb.python/py-rbreak.exp: New file.
8828 * gdb.python/py-rbreak.c: New file.
8829 * gdb.python/py-rbreak-func2.c: New file.
8830
8831 2017-11-16 Pedro Alves <palves@redhat.com>
8832
8833 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
8834 pattern.
8835 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
8836 GDB.
8837
8838 2017-11-15 Simon Marchi <simon.marchi@ericsson.com>
8839
8840 * gdb.tui/completionn.exp (test_tab_completion): Add space in
8841 regex.
8842
8843 2017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
8844
8845 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
8846 test names.
8847
8848 2017-11-09 Pedro Alves <palves@redhat.com>
8849
8850 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
8851 factored out from ...
8852 (top level): ... here, and adjusted to avoid expecting beyond the
8853 prompt in a single gdb_test_multiple.
8854
8855 2017-11-09 Pedro Alves <palves@redhat.com>
8856
8857 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
8858 output.
8859 * gdb.server/ext-attach.exp ("kill" test): Likewise.
8860 * gdb.server/ext-restart.exp ("kill" test): Likewise.
8861 * gdb.server/ext-run.exp ("kill" test): Likewise.
8862 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
8863
8864 2017-11-09 Pedro Alves <palves@redhat.com>
8865
8866 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
8867 match till end of line.
8868
8869 2017-11-09 Pedro Alves <palves@redhat.com>
8870
8871 * gdb.base/memattr.exp: Tighten regexes to match the end line.
8872
8873 2017-11-09 Pedro Alves <palves@redhat.com>
8874
8875 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
8876 New procedures, factored out from ...
8877 (top level): ... here, and adjusted to avoid expecting beyond the
8878 prompt in one go.
8879
8880 2017-11-09 Pedro Alves <palves@redhat.com>
8881
8882 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
8883 output. Fix '?' match.
8884
8885 2017-11-08 Joel Brobecker <brobecker@adacore.com>
8886
8887 * gdb.ada/scoped_watch: New testcase.
8888 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
8889 which is actually correct.
8890 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
8891 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
8892
8893 2017-11-08 Pedro Alves <palves@redhat.com>
8894
8895 * gdb.gdb/complaints.exp (test_initial_complaints)
8896 (test_serial_complaints, test_short_complaints): Call
8897 complaint_internal instead of complaint.
8898
8899 2017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
8900
8901 * gdb.threads/tls-core.c: New file.
8902 * gdb.threads/tls-core.exp: Likewise.
8903
8904 2017-11-08 Pedro Alves <palves@redhat.com>
8905
8906 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
8907 (p Exported_Capitalized): New test.
8908 (p exported_capitalized): New test.
8909
8910 2017-11-07 Pedro Alves <palves@redhat.com>
8911
8912 * gdb.cp/ena-dis-br-range.exp: Add more tests.
8913
8914 2017-11-07 Pedro Alves <palves@redhat.com>
8915
8916 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
8917 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
8918 (disable_invalid, disable_inverted, disable_negative): New
8919 procedures.
8920 ("bad numbers"): New set of tests.
8921
8922 2017-11-07 Pedro Alves <palves@redhat.com>
8923
8924 * gdb.cp/ena-dis-br-range.exp: Add tests.
8925
8926 2017-11-07 Pedro Alves <palves@redhat.com>
8927
8928 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
8929
8930 2017-11-07 Xavier Roirand <roirand@adacore.com>
8931 Pedro Alves <palves@redhat.com>
8932
8933 * gdb.base/ena-dis-br.exp: Add reference to
8934 gdb.cp/ena-dis-br-range.exp.
8935 * gdb.cp/ena-dis-br-range.exp: New file.
8936 * gdb.cp/ena-dis-br-range.cc: New file.
8937
8938 2017-11-06 Pedro Alves <palves@redhat.com>
8939
8940 * gdb.base/attach-non-pgrp-leader.c: New.
8941 * gdb.base/attach-non-pgrp-leader.exp: New.
8942
8943 2017-11-06 Pedro Alves <palves@redhat.com>
8944
8945 * configure.ac: No longer check for termio.h and sgtty.h.
8946 * configure: Regenerate.
8947 * remote-utils.c: Include termios.h instead of gdb_termios.h.
8948 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
8949 Remove termio and sgtty code.
8950
8951 2017-11-03 Yao Qi <yao.qi@linaro.org>
8952
8953 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
8954 in GDB is disabled.
8955
8956 2017-11-03 Yao Qi <yao.qi@linaro.org>
8957
8958 * gdb.python/py-thrhandle.exp: Skip it if python is not
8959 enabled.
8960
8961 2017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
8962
8963 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
8964 as a breakpoint command.
8965
8966 2017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
8967
8968 PR python/21213
8969 * gdb.python/py-infthread.exp: Test calling
8970 InferiorThread.inferior () multiple times in a row.
8971
8972 2017-10-27 Keith Seitz <keiths@redhat.com>
8973
8974 * gdb.opt/inline-break.exp (break_info_1): New procedure.
8975 Test "info break" for every inlined function breakpoint.
8976
8977 2017-10-27 Yao Qi <yao.qi@linaro.org>
8978
8979 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
8980
8981 2017-10-26 Patrick Frants <osscontribute@gmail.com>
8982
8983 * gdb.cp/classes.exp (test_static_members): Test printing
8984 Outer::instance.
8985 * gdb.cp/classes.c (struct Inner, struct Outer): New.
8986 (Inner::instance, Outer::instance): New.
8987
8988 2017-10-24 Pedro Alves <palves@redhat.com>
8989
8990 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
8991 extra console" test in two stages.
8992
8993 2017-10-24 Pedro Alves <palves@redhat.com>
8994
8995 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
8996
8997 2017-10-24 Pedro Alves <palves@redhat.com>
8998
8999 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
9000 loop.
9001
9002 2017-10-24 Pedro Alves <palves@redhat.com>
9003
9004 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
9005 $attempt" and "stoppedtry $stoppedtry" test prefixes.
9006
9007 2017-10-24 Pedro Alves <palves@redhat.com>
9008
9009 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
9010 parameter and handle it. Don't output read value in test name.
9011
9012 2017-10-24 Pedro Alves <palves@redhat.com>
9013
9014 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
9015 custom test name.
9016
9017 2017-10-24 Pedro Alves <palves@redhat.com>
9018
9019 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
9020 include the unstable output directory name in the test's name.
9021 (initial_setup_simple) <'set args'>: Use custom test name.
9022
9023 2017-10-24 Pedro Alves <palves@redhat.com>
9024
9025 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
9026 with explicit test name.
9027
9028 2017-10-20 Pedro Alves <palves@redhat.com>
9029
9030 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
9031 'wait -i'. Use gdb_assert and remote_close.
9032
9033 2017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
9034
9035 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
9036 number from variable rather than hard-coded.
9037
9038 2017-10-19 Pedro Alves <palves@redhat.com>
9039
9040 * gdb.base/long-inferior-output.c: New file.
9041 * gdb.base/long-inferior-output.exp: New file.
9042
9043 2017-11-18 Keith Seitz <keiths@redhat.com>
9044
9045 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
9046 method.
9047 (main): Call it.
9048 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
9049 Add additional user-defined conversion operator tests.
9050
9051 2017-10-17 Pedro Alves <palves@redhat.com>
9052
9053 * boards/native-stdio-gdbserver.exp: Load "local-board".
9054
9055 2017-10-17 Pedro Alves <palves@redhat.com>
9056
9057 * gdb.base/quit-live.c: New file.
9058 * gdb.base/quit-live.exp: New file.
9059
9060 2017-10-16 Keith Seitz <keiths@redhat.com>
9061
9062 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
9063 (class_with_protected_typedef, class_with_private_typedef)
9064 (struct_with_public_typedef, struct_with_protected_typedef)
9065 (struct_with_private_typedef): New classes/structs.
9066 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
9067 typedefs and access specifiers.
9068
9069 2017-10-16 Pedro Alves <palves@redhat.com>
9070 Simon Marchi <simon.marchi@polymtl.ca>
9071
9072 * README (Local vs Remote vs Native): New section.
9073 * boards/local-board.exp: New file, with bits factored out from
9074 ...
9075 * boards/native-extended-gdbserver.exp: ... here. Load
9076 "local-board".
9077 * boards/native-gdbserver.exp: Load "local-board".
9078 (${board}_spawn, ${board}_exec): Delete.
9079 * boards/native-stdio-gdbserver.exp: Most contents factored out to
9080 ...
9081 * boards/stdio-gdbserver-base.exp: ... this new file.
9082 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
9083 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
9084 procedure.
9085 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
9086 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
9087 stdio_gdbserver_command.
9088 (${board}_get_remote_address, ${board}_get_comm_port)
9089 (${board}_download, ${board}_upload): Delete.
9090 (get_target_remote_pipe_cmd): New.
9091
9092 2017-10-16 Simon Marchi <simon.marchi@ericsson.com>
9093
9094 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
9095 test_bkpt_deletion, test_bkpt_cond_and_cmds,
9096 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
9097 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
9098 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
9099 remove with_test_prefix.
9100
9101 2017-10-13 Pedro Alves <palves@redhat.com>
9102
9103 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
9104 * gdb.base/annota1.exp: Use it instead of is_remote.
9105 * gdb.base/annota3.exp: Use it instead of is_remote.
9106 * gdb.cp/annota2.exp: Use it instead of is_remote.
9107 * gdb.cp/annota3.exp: Use it instead of is_remote.
9108 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
9109
9110 2017-10-13 Pedro Alves <palves@redhat.com>
9111
9112 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
9113 (test_num_test_vars, run_and_count_vars, find_env)
9114 (test_set_unset_env, test_inherit_env_var): New procedures.
9115 (top level): Use them.
9116
9117 2017-10-13 Pedro Alves <palves@redhat.com>
9118
9119 * lib/selftest-support.exp (selftest_setup): Extend comments, and
9120 also skip on stub-like targets.
9121
9122 2017-10-13 Pedro Alves <palves@redhat.com>
9123
9124 PR gdb/22293
9125 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
9126 (top level): Move some tests to ...
9127 (test_not_found): ... this new procedure.
9128 (top level): Call it.
9129
9130 2017-10-13 Pedro Alves <palves@redhat.com>
9131
9132 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
9133 expect different "info terminal" output if testing with a
9134 non-native target.
9135
9136 2017-10-13 Pedro Alves <palves@redhat.com>
9137 Simon Marchi <simon.marchi@polymtl.ca>
9138
9139 PR python/12966
9140 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
9141
9142 2017-10-13 Pedro Alves <palves@redhat.com>
9143
9144 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
9145 already.
9146
9147 2017-10-13 Pedro Alves <palves@redhat.com>
9148
9149 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
9150 is_remote.
9151
9152 2017-10-13 Pedro Alves <palves@redhat.com>
9153
9154 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
9155 is_remote.
9156
9157 2017-10-13 Pedro Alves <palves@redhat.com>
9158
9159 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
9160 is set.
9161 (corefile_test_attach): Likewise. Check can_spawn_for_attach
9162 instead of is_remote.
9163
9164 2017-10-13 Pedro Alves <palves@redhat.com>
9165
9166 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
9167 (top level): Add comment.
9168
9169 2017-10-13 Pedro Alves <palves@redhat.com>
9170
9171 * gdb.base/remote.exp (top level): Fix comment typo and add
9172 missing return.
9173
9174 2017-10-13 Pedro Alves <palves@redhat.com>
9175 Simon Marchi <simon.marchi@polymtl.ca>
9176
9177 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
9178 calls and add comments. Skip test if use_gdb_stub is set.
9179 (top level): Use "set cwd" command instead of "cd" command.
9180
9181 2017-10-13 Pedro Alves <palves@redhat.com>
9182
9183 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
9184 is_remote target check.
9185
9186 2017-10-13 Pedro Alves <palves@redhat.com>
9187
9188 * gdb.base/scope.exp: Use build_executable + clean_restart +
9189 gdb_file_cmd instead of prepare_for_testing and no longer skip
9190 "before run" tests on is_remote target boards. Update comments.
9191 * boards/native-extended-gdbserver.exp
9192 (extended_gdbserver_load_last_file): New, factored out from ...
9193 (gdb_load): ... this. Move further below and add comment.
9194 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
9195
9196 2017-10-12 Pedro Alves <palves@redhat.com>
9197
9198 * gdb.base/attach.exp: Remove references to gdb64.
9199 * gdb.base/dbx.exp: Remove references to gdb64.
9200
9201 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
9202 Pedro Alves <palves@redhat.com>
9203
9204 * gdb.base/label.exp: Remove is_remote target check.
9205
9206 2017-10-12 Pedro Alves <palves@redhat.com>
9207
9208 * gdb.base/auvx.exp (coredir): Update comment.
9209 (top level) <core_works>: Use "set cwd" command instead of "cd"
9210 command.
9211
9212 2017-10-12 Pedro Alves <palves@redhat.com>
9213 Simon Marchi <simon.marchi@polymtl.ca>
9214
9215 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
9216 target boards.
9217
9218 2017-10-12 Pedro Alves <palves@redhat.com>
9219 Simon Marchi <simon.marchi@polymtl.ca>
9220
9221 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
9222 Instead skip if there's any gdb_protocol set.
9223
9224 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
9225 Pedro Alves <palves@redhat.com>
9226
9227 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
9228
9229 2017-10-12 Pedro Alves <palves@redhat.com>
9230 Simon Marchi <simon.marchi@polymtl.ca>
9231
9232 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
9233 instead of on dejagnu remote boards.
9234
9235 2017-10-12 Pedro Alves <palves@redhat.com>
9236 Simon Marchi <simon.marchi@polymtl.ca>
9237
9238 * gdb.base/inferior-died.exp: Remove is_remote and isnative
9239 checks. Use build_executable + clean_restart instead of
9240 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
9241 of enabling non-stop after starting gdb.
9242
9243 2017-10-12 Pedro Alves <palves@redhat.com>
9244
9245 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
9246 * gdb.threads/non-ldr-exc-2.exp: Ditto.
9247 * gdb.threads/non-ldr-exc-3.exp: Ditto.
9248 * gdb.threads/non-ldr-exc-4.exp: Ditto.
9249
9250 2017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
9251
9252 * gdb.arch/arc-tdesc-cpu.exp: New file.
9253 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
9254
9255 2017-10-10 Simon Marchi <simon.marchi@ericsson.com>
9256
9257 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
9258
9259 2017-10-10 Pedro Alves <palves@redhat.com>
9260
9261 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
9262 expect CLI output.
9263
9264 2017-10-10 Pedro Alves <palves@redhat.com>
9265
9266 * lib/selftest-support.exp (selftest_setup): Update for
9267 captured_command_loop's prototype change.
9268
9269 2017-10-09 Pedro Alves <palves@redhat.com>
9270
9271 Test both arch1=>arch2 and arch2=>arch1.
9272
9273 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
9274 (srcfile2, binfile2, march1, march2): Remove globals. Largely
9275 factored out to...
9276 (append_arch1_options, append_arch2_options, append_arch_options)
9277 (build_executables): New procedures.
9278 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
9279 local.
9280 (top level): Add new 'first_arch' testing axis.
9281
9282 2017-10-09 Pedro Alves <palves@redhat.com>
9283
9284 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
9285 (barrier): New.
9286 (thread_start, all_started): New functions.
9287 (main): Spawn new thread and wait until it is scheduled.
9288 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
9289 option.
9290 (do_test): Add 'selected_thread' parameter. Run to all_started
9291 instead of main. Explicitly set the breakpoint at main. Switch
9292 to the SELECTED_THREAD thread.
9293 (top level): Test handling the exec event with either the main
9294 thread or the second thread selected.
9295
9296 2017-10-09 Pedro Alves <palves@redhat.com>
9297
9298 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
9299 logic. Move STOP marker after the value checks.
9300 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
9301 regexp.
9302
9303 2017-10-06 Sandra Loosemore <sandra@codesourcery.com>
9304
9305 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
9306
9307 2017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
9308
9309 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
9310 integer-to-dfp conversion.
9311 * gdb.base/dfp-test.exp: Likewise.
9312
9313 2017-10-04 Pedro Alves <palves@redhat.com>
9314
9315 * gdb.multi/hangout.c: Include <unistd.h>.
9316 (hangout_loop): New function.
9317 (main): Call alarm. Call hangout_loop in a loop.
9318 * gdb.multi/hello.c: Include <unistd.h>.
9319 (hello_loop): New function.
9320 (main): Call alarm. Call hangout_loop in a loop.
9321 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
9322 inferior with the other selected.
9323
9324 2017-10-04 Simon Marchi <simon.marchi@ericsson.com>
9325
9326 * gdb.mi/list-thread-groups-available.exp: New file.
9327 * gdb.mi/list-thread-groups-available.c: New file.
9328
9329 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
9330
9331 * gdb.base/set-cwd.exp: Make it available on
9332 native-extended-gdbserver.
9333
9334 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
9335
9336 * gdb.base/set-cwd.c: New file.
9337 * gdb.base/set-cwd.exp: Likewise.
9338
9339 2017-10-02 Tom Tromey <tom@tromey.com>
9340
9341 PR rust/22236:
9342 * gdb.rust/simple.rs (main): New variable "fslice".
9343 * gdb.rust/simple.exp: Add slice tests. Update string tests.
9344
9345 2017-10-02 Tom Tromey <tom@tromey.com>
9346
9347 * gdb.rust/simple.exp: Test ptype of a slice.
9348
9349 2017-10-02 Tom Tromey <tom@tromey.com>
9350
9351 * gdb.rust/simple.exp: Test index of slice.
9352
9353 2017-09-27 Tom Tromey <tom@tromey.com>
9354
9355 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
9356
9357 2017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
9358 Pedro Alves <palves@redhat.com>
9359
9360 * gdb.base/compare-sections.exp (get value of read-only section): Read
9361 as unsigned value.
9362 (corrupt read-only section): Likewise and don't set written if patching
9363 failed.
9364
9365 2017-09-21 Kevin Buettner <kevinb@redhat.com>
9366
9367 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
9368 files.
9369
9370 2017-09-20 Pedro Alves <palves@redhat.com>
9371
9372 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
9373 symbol names in gdb's output.
9374 * gdb.cp/overload.exp ("list all overloads"): Likewise.
9375
9376 2017-09-20 Pedro Alves <palves@redhat.com>
9377
9378 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
9379 Rename to ...
9380 (test_list_ambiguous_symbol): ... this and add a symbol name
9381 parameter. Adjust.
9382 (test_list_ambiguous_function): Reimplement on top of
9383 test_list_ambiguous_symbol and also test listing ambiguous
9384 variables.
9385 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
9386 (ambiguous_fun): ... this.
9387 (ambiguous_var): New.
9388 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
9389 (ambiguous_fun): ... this.
9390 (ambiguous_var): New.
9391
9392 2017-09-19 John Baldwin <jhb@FreeBSD.org>
9393
9394 * gdb.base/starti.c: New file.
9395 * gdb.base/starti.exp: New file.
9396 * lib/gdb.exp (gdb_starti_cmd): New procedure.
9397
9398 2017-09-14 Pedro Alves <palves@redhat.com>
9399
9400 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
9401 (top level): Use it instead of runto.
9402
9403 2017-09-11 Tom Tromey <tom@tromey.com>
9404
9405 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
9406
9407 2017-09-11 Tom Tromey <tom@tromey.com>
9408
9409 * gdb.python/py-infthread.exp: Add tests for new_thread event.
9410 * gdb.python/py-inferior.exp: Add tests for new inferior events.
9411
9412 2017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
9413
9414 * gdb.fortran/printing-types.exp: New file.
9415 * gdb.fortran/printing-types.exp: New file.
9416
9417 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
9418
9419 * gdb.fortran/vla-ptype.exp: Fix typos.
9420 * gdb.fortran/vla-value.exp: Same.
9421
9422 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
9423
9424 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
9425 * gdb.mi/mi-var-child-f.exp: Likewise.
9426 * gdb.mi/mi-vla-fortran.exp: Likewise.
9427
9428 2017-09-08 Frank Penczek <frank.penczek@intel.com>
9429 Christoph Weinmann <christoph.t.weinmann@intel.com>
9430 Bernhard Heckel <bernhard.heckel@intel.com>
9431
9432 * gdb.fortran/ptr-indentation.f90: New file.
9433 * gdb.fortran/ptr-indentation.exp: New file.
9434
9435 2017-09-05 Tom Tromey <tom@tromey.com>
9436
9437 PR gdb/22010:
9438 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
9439
9440 2017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
9441
9442 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
9443
9444 2017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
9445
9446 * gdb.threads/tls-nodebug-pie.c: New file.
9447 * gdb.threads/tls-nodebug-pie.exp: New file.
9448
9449 2017-09-05 Tom Tromey <tom@tromey.com>
9450
9451 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
9452 for rust.
9453
9454 2017-09-05 Simon Marchi <simon.marchi@ericsson.com>
9455
9456 * gdb.multi/multi-arch-exec.exp: Test with different
9457 "follow-exec-mode" settings.
9458 (do_test): New procedure.
9459
9460 2017-09-04 Pedro Alves <palves@redhat.com>
9461
9462 * gdb.base/func-static.c (S::method const, S::method volatile)
9463 (S::method volatile const): New methods.
9464 (c_s, v_s, cv_s): New instances.
9465 (main): Call method() on them.
9466 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
9467 (cannot_resolve): New procedure.
9468 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
9469 print-quote-unquoted columns.
9470 (do_test): Test printing each scope too.
9471
9472 2017-09-04 Pedro Alves <palves@redhat.com>
9473
9474 * gdb.base/local-static.exp: Also test with
9475 class::method::variable wholly quoted.
9476 * gdb.cp/m-static.exp (class::method::variable): Remove test.
9477
9478 2017-09-04 Pedro Alves <palves@redhat.com>
9479
9480 * gdb.base/local-static.c: New.
9481 * gdb.base/local-static.cc: New.
9482 * gdb.base/local-static.exp: New.
9483
9484 2017-09-04 Pedro Alves <palves@redhat.com>
9485
9486 * gdb.asm/asm-source.exp: Add casts to int.
9487 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
9488 (dataglobal64_1, dataglobal64_2): New globals.
9489 * gdb.base/nodebug.exp: Test different expressions involving the
9490 new globals, with print, whatis and ptype. Add casts to int.
9491 * gdb.base/solib-display.exp: Add casts to int.
9492 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
9493 * gdb.cp/m-static.exp: Add cast to int.
9494 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
9495 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
9496 tls variable with no debug info without a cast. Test with a cast
9497 to int too.
9498 * gdb.trace/entry-values.exp: Add casts.
9499
9500 2017-09-04 Pedro Alves <palves@redhat.com>
9501
9502 * gdb.base/nodebug.exp: Test that ptype's error about functions
9503 with unknown return type includes the function name too.
9504
9505 2017-09-04 Pedro Alves <palves@redhat.com>
9506
9507 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
9508 return type of munmap in infcall.
9509 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
9510 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
9511 type of ftell in infcall.
9512 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
9513 type of getpid in infcall.
9514 * gdb.base/infcall-exec.exp: Cast return type of execlp in
9515 infcall.
9516 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
9517 Bail on failure to extract the pid.
9518 * gdb.base/nodebug.c: #include <stdint.h>.
9519 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
9520 New functions.
9521 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
9522 Change expected output of print/whatis/ptype with functions with
9523 no debug info. Test all supported languages. Call
9524 test_call_promotion.
9525 * gdb.compile/compile.exp: Adjust expected output to expect
9526 warning.
9527 * gdb.threads/siginfo-threads.exp: Likewise.
9528
9529 2017-09-04 Pedro Alves <palves@redhat.com>
9530
9531 * gdb.base/callfuncs.exp (do_function_calls): New parameter
9532 "prototypes". Test calling float functions via prototyped and
9533 unprototyped function pointers.
9534 (perform_all_tests): New parameter "prototypes". Pass it down.
9535 (top level): Pass down "prototypes" parameter to
9536 perform_all_tests.
9537
9538 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
9539
9540 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
9541 Test with nested loops.
9542
9543 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
9544
9545 * gdb.base/commands.exp: Call the new procedures.
9546 (loop_break_test, loop_continue_test): New procedures.
9547
9548 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
9549
9550 * gdb.base/commands.exp: Call new procedure.
9551 (define_if_without_arg_test): New procedure.
9552
9553 2017-09-04 Pedro Alves <palves@redhat.com>
9554
9555 * gdb.base/list-ambiguous.exp: New file.
9556 * gdb.base/list-ambiguous0.c: New file.
9557 * gdb.base/list-ambiguous1.c: New file.
9558 * gdb.base/list.exp (test_list_range): Adjust expected output.
9559
9560 2017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
9561
9562 * gdb.base/share-env-with-gdbserver.c: New file.
9563 * gdb.base/share-env-with-gdbserver.exp: Likewise.
9564
9565 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
9566
9567 * gdb.base/commands.exp (gdbvar_simple_if_test,
9568 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
9569 progvar_simple_if_test, progvar_simple_while_test,
9570 progvar_complex_if_while_test, user_defined_command_test,
9571 user_defined_command_args_eval,
9572 user_defined_command_args_stack_test,
9573 user_defined_command_manyargs_test, bp_deleted_in_command_test,
9574 temporary_breakpoint_commands,
9575 gdb_test_no_prompt, redefine_hook_test,
9576 redefine_backtrace_test): Remove "global gdb_prompt".
9577
9578 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
9579
9580 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
9581 New proc, call it from toplevel.
9582
9583 2017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
9584
9585 PR remote/21852
9586 * gdb.server/normal.c: New file, copied from gdb.base.
9587 * gdb.server/run-without-local-binary.exp: New file.
9588
9589 2017-08-07 Weimin Pan <weimin.pan@oracle.com>
9590
9591 * gdb.arch/sparc64-adi.exp: New file.
9592 * gdb.arch/sparc64-adi.c: New file.
9593
9594 2017-08-22 Pedro Alves <palves@redhat.com>
9595
9596 * gdb.cp/overload.exp (line_range_pattern): New procedure.
9597 (top level): Add "list all overloads" tests.
9598
9599 2017-08-22 Tom Tromey <tom@tromey.com>
9600
9601 * gdb.gdb/xfullpath.exp: Remove.
9602
9603 2017-08-21 Pedro Alves <palves@redhat.com>
9604
9605 PR gdb/19487
9606 * gdb.base/symbol-alias.c: New.
9607 * gdb.base/symbol-alias2.c: New.
9608 * gdb.base/symbol-alias.exp: New.
9609
9610 2017-08-21 Pedro Alves <palves@redhat.com>
9611
9612 * gdb.base/dfp-test.c
9613 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
9614 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
9615 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
9616 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
9617 * gdb.base/whatis-ptype-typedefs.c: New.
9618 * gdb.base/whatis-ptype-typedefs.exp: New.
9619 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
9620 (an_int, an_int_type, an_int_type2): New globals.
9621 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
9622 involving typedefs and cast expressions.
9623 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
9624 (lookup_typedefs_function): New.
9625 (typedefs_pretty_printers_dict): New.
9626 (top level): Register lookup_typedefs_function in
9627 gdb.pretty_printers.
9628
9629 2017-08-18 Yao Qi <yao.qi@linaro.org>
9630
9631 * gdb.server/unittest.exp: New.
9632
9633 2017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
9634
9635 PR gdb/21954
9636 * gdb.base/environ.exp: Add test to check if 'unset environment'
9637 works.
9638
9639 2017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
9640
9641 * lib/gdb.exp (universal_compile_options): New caching proc.
9642 (gdb_compile): Suppress GCC's coloring of messages.
9643
9644 2017-08-14 Tom Tromey <tom@tromey.com>
9645
9646 PR gdb/21675:
9647 * gdb.base/printcmds.exp (test_radices): New function.
9648 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
9649 * gdb.base/sizeof.exp (check_valueof): Use p/d.
9650 * lib/gdb.exp (get_integer_valueof): Use p/d.
9651
9652 2017-08-12 Simon Marchi <simon.marchi@ericsson.com>
9653
9654 * lib/gdb.exp (get_valueof): Don't capture end-of-line
9655 characters.
9656
9657 2017-08-05 Tom Tromey <tom@tromey.com>
9658
9659 * gdb.rust/simple.exp: Allow String to appear in a different
9660 namespace.
9661
9662 2017-07-26 Yao Qi <yao.qi@linaro.org>
9663
9664 * gdb.gdb/unittest.exp: Invoke command
9665 "maintenance check xml-descriptions".
9666
9667 2017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
9668
9669 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
9670 calling context.
9671 (hex128): Drop erroneous calculation of parameters.
9672
9673 2017-07-22 Simon Marchi <simon.marchi@ericsson.com>
9674
9675 * gdb.python/py-unwind.exp: Disable stack protection when
9676 building test file.
9677
9678 2017-07-20 Pedro Alves <palves@redhat.com>
9679
9680 * gdb.base/default.exp (set language): Adjust expected output.
9681
9682 2017-07-20 Pedro Alves <palves@redhat.com>
9683
9684 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
9685 (test_minsym): ... this, and make static.
9686 (get_pck__foo__bar__minsym): Rename to ...
9687 (get_test_minsym): ... this.
9688 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
9689 symbol names and comments.
9690 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
9691 (get_test_minsym): ... this.
9692 (pck__foo__bar__minsym__2): Rename to ...
9693 (test_minsym): ... this.
9694 (main): Adjust.
9695
9696 2017-07-17 Pedro Alves <palves@redhat.com>
9697
9698 * gdb.base/completion.exp: Adjust expected output.
9699 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
9700 the completer works.
9701
9702 2017-07-17 Pedro Alves <palves@redhat.com>
9703
9704 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
9705
9706 2017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
9707
9708 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
9709
9710 2017-07-14 Tom Tromey <tom@tromey.com>
9711
9712 PR rust/21764:
9713 * gdb.rust/simple.exp: Add tests.
9714
9715 2017-07-14 Tom Tromey <tom@tromey.com>
9716
9717 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
9718
9719 2017-07-14 Pedro Alves <palves@redhat.com>
9720
9721 * gdb.linespec/base/one/thefile.cc (z1): New function.
9722 * gdb.linespec/base/two/thefile.cc (z2): New function.
9723 * gdb.linespec/linespec.exp: Add tests.
9724
9725 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
9726
9727 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
9728 to mi_create_breakpoint.
9729
9730 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
9731
9732 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
9733 mi_create_breakpoint.
9734
9735 2017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
9736
9737 * gdb.dlang/demangle.exp: Update for demangling changes.
9738
9739 2017-07-09 Tom Tromey <tom@tromey.com>
9740
9741 * gdb.dwarf2/shortpiece.exp: New file.
9742
9743 2017-07-06 David Blaikie <dblaikie@gmail.com>
9744
9745 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
9746 built from fissiont-multi-cu{1,2}.c.
9747 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
9748 except putting 'main' and 'func' in separate CUs in the same DWO file.
9749 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
9750 test.
9751 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
9752 test.
9753
9754 2017-07-06 Pedro Alves <palves@redhat.com>
9755
9756 * gdb.python/py-unwind.exp: Test flushregs.
9757
9758 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
9759
9760 PR cli/21688
9761 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
9762 tests for alias commands and trailing whitespace.
9763
9764 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
9765
9766 PR cli/21688
9767 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
9768 procedure. Call it.
9769
9770 2017-06-29 Pedro Alves <palves@redhat.com>
9771
9772 * gdb.base/printcmds.exp: Add tests.
9773
9774 2017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
9775
9776 PR gdb/21337
9777 * gdb.base/reread-readsym.exp: New file.
9778 * gdb.base/reread-readsym.c: New file.
9779
9780 2017-06-21 Kevin Buettner <kevinb@redhat.com>
9781
9782 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
9783 subpattern.
9784
9785 2017-06-19 Peter Bergner <bergner@vnet.ibm.com>
9786
9787 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
9788 extended mnemonic.
9789 * gdb.arch/powerpc-power9.s: Likewise.
9790
9791 2017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
9792
9793 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
9794 on 32-bit x86 targets. Exploit is_*_target macros where
9795 appropriate.
9796
9797 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9798
9799 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
9800 register pieces.
9801
9802 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9803
9804 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
9805 located in one or more DWARF pieces.
9806
9807 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9808
9809 * lib/gdb.exp (get_endianness): New proc.
9810 * gdb.arch/aarch64-fp.exp: Use it.
9811 * gdb.arch/altivec-regs.exp: Likewise.
9812 * gdb.arch/e500-regs.exp: Likewise.
9813 * gdb.arch/vsx-regs.exp: Likewise.
9814 * gdb.base/dump.exp: Likewise.
9815 * gdb.base/funcargs.exp: Likewise.
9816 * gdb.base/gnu_vector.exp: Likewise.
9817 * gdb.dwarf2/formdata16.exp: Likewise.
9818 * gdb.dwarf2/implptrpiece.exp: Likewise.
9819 * gdb.dwarf2/nonvar-access.exp: Likewise.
9820 * gdb.python/py-inferior.exp: Likewise.
9821 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
9822
9823 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9824
9825 PR gdb/21226
9826 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
9827 stack value pieces are taken from the LSB end.
9828
9829 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9830
9831 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
9832 variable at nonzero offset.
9833
9834 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9835
9836 * gdb.dwarf2/var-access.c: New file.
9837 * gdb.dwarf2/var-access.exp: New test.
9838 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
9839
9840 2017-06-12 Tom Tromey <tom@tromey.com>
9841
9842 * gdb.dwarf2/formdata16.exp: Add tests.
9843
9844 2017-06-12 Tom Tromey <tom@tromey.com>
9845
9846 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
9847
9848 2017-06-12 Tom Tromey <tom@tromey.com>
9849
9850 PR exp/16225:
9851 * gdb.reverse/i386-sse-reverse.exp: Update tests.
9852 * gdb.arch/vsx-regs.exp: Update tests.
9853 * gdb.arch/s390-vregs.exp (hex128): New proc.
9854 Update test.
9855 * gdb.arch/altivec-regs.exp: Update tests.
9856
9857 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
9858
9859 * gdb.base/startup-with-shell.c: New file.
9860 * gdb.base/startup-with-shell.exp: Likewise.
9861
9862 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
9863
9864 * gdb.server/non-existing-program.exp: Update regex in order to
9865 reflect the fact that gdbserver is now using fork_inferior (with a
9866 shell) to startup the inferior.
9867
9868 2017-05-30 Simon Marchi <simon.marchi@ericsson.com>
9869
9870 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
9871 support function calls from GDB.
9872
9873 2017-05-21 Tom Tromey <tom@tromey.com>
9874
9875 PR rust/21466:
9876 * gdb.rust/unsized.exp: New file.
9877 * gdb.rust/unsized.rs: New file.
9878
9879 2017-05-19 Tom Tromey <tom@tromey.com>
9880
9881 PR rust/21484:
9882 * gdb.rust/watch.exp: New file.
9883 * gdb.rust/watch.rs: New file.
9884
9885 2017-05-18 Tom Tromey <tom@tromey.com>
9886
9887 * gdb.rust/simple.exp: Allow Box to be qualified.
9888
9889 2017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
9890
9891 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
9892
9893 2017-05-18 Pedro Alves <palves@redhat.com>
9894
9895 * gdb.base/fileio.c (test_write, test_read, test_close)
9896 (test_fstat): Don't print 'ret' in the fail path.
9897
9898 2017-05-18 Pedro Alves <palves@redhat.com>
9899
9900 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
9901 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
9902 (test_system, test_rename, test_unlink, test_time): Change
9903 prototypes.
9904 * gdb.base/fileio.exp (stop_msg): Adjust.
9905
9906 2017-05-18 Pedro Alves <palves@redhat.com>
9907
9908 * gdb.base/fileio.c (null_str): New global.
9909 (test_stat): Use it.
9910 * gdb.base/fileio.exp: Remove nowarnings.
9911
9912 2017-05-17 Yao Qi <yao.qi@linaro.org>
9913
9914 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
9915
9916 2017-05-17 Simon Marchi <simon.marchi@ericsson.com>
9917
9918 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
9919 argument command.
9920 (top-level): Invoke test_set_inferior_tty.
9921
9922 2017-05-04 Pedro Alves <palves@redhat.com>
9923
9924 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
9925 Add parens to print call for Python 3.
9926
9927 2017-05-03 Keith Seitz <keiths@redhat.com>
9928
9929 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
9930 (main): Call it.
9931
9932 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
9933
9934 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
9935 to prev and next.
9936
9937 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
9938
9939 * gdb.python/py-record-btrace.exp: Remove test for
9940 gdb.BtraceInstruction.error.
9941
9942 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
9943
9944 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
9945
9946 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
9947
9948 * gdb.python/py-record-btrace-threads.c: New file.
9949 * gdb.python/py-record-btrace-threads.exp: New file.
9950
9951 2017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
9952
9953 PR testsuite/8595
9954 * gdb.base/environ.exp: Make test available in all architectures.
9955 Move bits related to "info program" testing to
9956 gdb.base/info-program.exp. Rewrite tests to use the two new
9957 procedures mentione below.
9958 (test_set_show_env_var) New procedure.
9959 (test_set_show_env_var_equal): Likewise.
9960 * gdb.base/info-program.exp: New file.
9961
9962 2017-04-27 Keith Seitz <keiths@redhat.com>
9963
9964 * gdb.cp/oranking.cc (test15): New function.
9965 (main): Call test15 and declare additional variables for testing.
9966 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
9967 "p foo101('abc')" tests.
9968 Add tests for cv qualifier overloads.
9969 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
9970 "lvalue reference overload" test.
9971 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
9972 "print value of f1 on Child&& in f2" test.
9973
9974 2017-04-19 Pedro Alves <palves@redhat.com>
9975
9976 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
9977 procedure.
9978 (top level): Call it.
9979 * lib/gdb.exp (gdb_define_cmd): New procedure.
9980
9981 2017-04-12 Pedro Alves <palves@redhat.com>
9982
9983 PR gdb/21323
9984 * gdb.cp/wide_char_types.c: Include <wchar.h>.
9985 (wchar): New global.
9986 * gdb.cp/wide_char_types.exp (wide_char_types_program)
9987 (do_test_wide_char, wide_char_types_no_program, top level): Add
9988 wchar_t testing.
9989
9990 2017-04-12 Pedro Alves <palves@redhat.com>
9991
9992 PR c++/21323
9993 * gdb.cp/wide_char_types.c: New file.
9994 * gdb.cp/wide_char_types.exp: New file.
9995
9996 2017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
9997
9998 PR gdb/21352
9999 * gdb.trace/tsv.exp: Add test for "tsave -r".
10000
10001 2017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
10002
10003 * gdb.dlang/watch-loc.c: New file.
10004 * gdb.dlang/watch-loc.exp: New file.
10005
10006 2017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
10007
10008 * gdb.python/py-section-script.exp (sepdebug): New testcases.
10009
10010 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
10011
10012 * gdb.arch/arc-analyze-prologue.S: New file.
10013 * gdb.arch/arc-analyze-prologue.exp: Likewise.
10014
10015 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
10016
10017 * gdb.arch/arc-decode-insn.S: New file.
10018 * gdb.arch/arc-decode-insn.exp: Likewise.
10019
10020 2017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
10021
10022 PR tdep/20928
10023 * gdb.arch/sparc64-regs.exp: New file.
10024 * gdb.arch/sparc64-regs.S: Likewise.
10025
10026 2017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
10027
10028 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
10029 and memory view on Python 3.
10030
10031 2017-03-20 Artemiy Volkov <artemiyv@acm.org>
10032 Keith Seitz <keiths@redhat.com>
10033
10034 PR gdb/14441
10035 * gdb.cp/demangle.exp: Add rvalue reference tests.
10036 * gdb.cp/rvalue-ref-casts.cc: New file.
10037 * gdb.cp/rvalue-ref-casts.exp: New file.
10038 * gdb.cp/rvalue-ref-overload.cc: New file.
10039 * gdb.cp/rvalue-ref-overload.exp: New file.
10040 * gdb.cp/rvalue-ref-params.cc: New file.
10041 * gdb.cp/rvalue-ref-params.exp: New file.
10042 * gdb.cp/rvalue-ref-sizeof.cc: New file.
10043 * gdb.cp/rvalue-ref-sizeof.exp: New file.
10044 * gdb.cp/rvalue-ref-types.cc: New file.
10045 * gdb.cp/rvalue-ref-types.exp: New file.
10046 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
10047 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
10048
10049 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
10050
10051 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
10052 New procedure.
10053
10054 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
10055
10056 * lib/mi-support.exp (mi_gdb_test): Add additional message
10057 for unexpected output.
10058
10059 2017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
10060
10061 * gdb.base/examine-backward.c (Barrier): New character array
10062 constant, to ensure that TestStrings is preceded by a string
10063 terminator.
10064
10065 2017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
10066
10067 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
10068 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
10069 and implicit pointer into such a location.
10070
10071 2017-03-16 Doug Evans <dje@google.com>
10072
10073 * gdb.python/py-lazy-string (pointer): Really add new typedef.
10074
10075 2017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
10076
10077 * gdb.cp/m-static.exp: Fix expectation for prototype of
10078 test5.single_constructor and single_constructor::single_constructor.
10079
10080 2017-03-16 Doug Evans <dje@google.com>
10081
10082 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
10083 * gdb.guile/scm-lazy-string.c: New file.
10084 * gdb.guile/scm-value.exp: Move lazy string tests to ...
10085 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
10086 for pointer, array, typedef lazy strings.
10087
10088 2017-03-16 Doug Evans <dje@google.com>
10089
10090 PR python/17728, python/18439, python/18779
10091 * gdb.python/py-value.c (main) Delete locals sptr, sn.
10092 * gdb.python/py-lazy-string.c (pointer): New typedef.
10093 (main): New locals ptr, array, typedef_ptr.
10094 * gdb.python/py-value.exp: Move lazy string tests to ...
10095 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
10096 array, typedef lazy strings.
10097
10098 2017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
10099
10100 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
10101 Add optional 'test' parameter.
10102
10103 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
10104
10105 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
10106 Skip for versions of DejaGnu < 1.5.
10107
10108 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
10109
10110 * lib/gdb.exp (dejagnu_version): New proc.
10111 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
10112 Use dejagnu_version.
10113
10114 2017-03-10 Keith Seitz <keiths@redhat.com>
10115
10116 PR c++/8128
10117 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
10118 type from destructor regexps.
10119 Add a branch which actually passes the test.
10120 Adjust "ptype t5i" test names.
10121
10122 2017-03-08 Pedro Alves <palves@redhat.com>
10123
10124 * gdb.base/step-over-exit.exp: Add explicit test message.
10125
10126 2017-03-08 Pedro Alves <palves@redhat.com>
10127
10128 PR gdb/18360
10129 * gdb.threads/interrupt-while-step-over.c: New file.
10130 * gdb.threads/interrupt-while-step-over.exp: New file.
10131
10132 2017-03-08 Pedro Alves <palves@redhat.com>
10133
10134 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
10135 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
10136
10137 2017-03-08 Pedro Alves <palves@redhat.com>
10138
10139 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
10140 PKRU as not supported as a PASS.
10141
10142 2017-03-08 Pedro Alves <palves@redhat.com>
10143
10144 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
10145 prefix instead of $binfile1/$binfile2.
10146 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
10147 in test message.
10148 * gdb.python/py-completion.exp: Use "load python file" as test
10149 messages instead of unstable path names.
10150
10151 2017-03-08 Pedro Alves <palves@redhat.com>
10152 Jan Kratochvil <jan.kratochvil@redhat.com>
10153
10154 PR cli/21218
10155 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
10156 New proc.
10157 (top level): Call it.
10158
10159 2017-03-08 Pedro Alves <palves@redhat.com>
10160
10161 PR tui/21216
10162 * gdb.tui/tui-nl-filtered-output.exp: New file.
10163
10164 2017-03-08 Pedro Alves <palves@redhat.com>
10165
10166 * gdb.base/completion.exp: Move TUI completion tests to ...
10167 * gdb.tui/completion.exp: ... this new file.
10168
10169 2017-03-08 Pedro Alves <palves@redhat.com>
10170
10171 * gdb.base/tui-disasm-long-lines.c,
10172 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
10173 gdb.base/tui-layout.exp: Move to ...
10174 * gdb.tui/: ... this new directory.
10175
10176 2017-03-07 Pedro Alves <palves@redhat.com>
10177
10178 * gdb.base/tui-layout.c: New file.
10179 * gdb.base/tui-layout.exp: New file.
10180
10181 2017-03-07 Pedro Alves <palves@redhat.com>
10182
10183 * gdb.base/tui-layout.c: Rename to ...
10184 * gdb.base/tui-disasm-long-lines.c: ... this.
10185 * gdb.base/tui-layout.exp: Rename to ...
10186 * gdb.base/tui-disasm-long-lines.exp: ... this.
10187
10188 2017-03-07 Pedro Alves <palves@redhat.com>
10189
10190 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
10191
10192 2017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
10193
10194 * i386-mpx-call.c: New file.
10195 * i386-mpx-call.exp: New file.
10196
10197 2017-02-28 Peter Bergner <bergner@vnet.ibm.com>
10198
10199 * gdb.arch/powerpc-power.exp: Delete test.
10200 * gdb.arch/powerpc-power.s: Likewise.
10201 * gdb.disasm/disassembler-options.exp: New test.
10202 * gdb.arch/powerpc-altivec.exp: Likewise.
10203 * gdb.arch/powerpc-altivec.s: Likewise.
10204 * gdb.arch/powerpc-altivec2.exp: Likewise.
10205 * gdb.arch/powerpc-altivec2.s: Likewise.
10206 * gdb.arch/powerpc-altivec3.exp: Likewise.
10207 * gdb.arch/powerpc-altivec3.s: Likewise.
10208 * gdb.arch/powerpc-power7.exp: Likewise.
10209 * gdb.arch/powerpc-power7.s: Likewise.
10210 * gdb.arch/powerpc-power8.exp: Likewise.
10211 * gdb.arch/powerpc-power8.s: Likewise.
10212 * gdb.arch/powerpc-power9.exp: Likewise.
10213 * gdb.arch/powerpc-power9.s: Likewise.
10214 * gdb.arch/powerpc-vsx.exp: Likewise.
10215 * gdb.arch/powerpc-vsx.s: Likewise.
10216 * gdb.arch/powerpc-vsx2.exp: Likewise.
10217 * gdb.arch/powerpc-vsx2.s: Likewise.
10218 * gdb.arch/powerpc-vsx3.exp: Likewise.
10219 * gdb.arch/powerpc-vsx3.s: Likewise.
10220 * gdb.arch/arm-disassembler-options.exp: Likewise.
10221 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
10222 * gdb.arch/s390-disassembler-options.exp: Likewise.
10223
10224 2017-02-23 Luis Machado <lgustavo@codesourcery.com>
10225
10226 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
10227 (check_supported_features): ... this. Changed return type to void.
10228 (supports_rdseed): New static global.
10229 (rdseed): Check supports_rdseed.
10230 (initialize): Call check_supported_features.
10231
10232 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
10233
10234 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
10235 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
10236 and lqarx/stqcx.
10237 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
10238 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
10239
10240 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
10241
10242 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
10243 uppercase.
10244
10245 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10246
10247 * gdb.dwarf2/formdata16.c: New file.
10248 * gdb.dwarf2/formdata16.exp: New file.
10249 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
10250
10251 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10252
10253 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
10254 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
10255 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
10256 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
10257 DW_AT_GNU_*.
10258
10259 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10260
10261 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
10262
10263 2017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
10264
10265 PR gdb/21164
10266 * gdb.base/maint.exp: Add testcases for when the commands do
10267 not have arguments.
10268
10269 2017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
10270
10271 * gdb.cp/chained-calls.exp: Use p instead of P.
10272
10273 2017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
10274
10275 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
10276 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
10277
10278 2017-02-14 Tom Tromey <tom@tromey.com>
10279
10280 PR python/13598:
10281 * gdb.python/py-events.exp: Add before_prompt event tests.
10282
10283 2017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
10284
10285 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
10286
10287 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
10288
10289 * gdb.linespec/explicit.c (my_unique_function_name): New function.
10290 (main): Call my_unique_function_name.
10291 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
10292 completion of patterns with a single match.
10293 Add missing -re switches to gdb_test_multiple calls.
10294
10295 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
10296
10297 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
10298 return if core file is not recognized.
10299
10300 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
10301
10302 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
10303 and extra UIs.
10304
10305 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
10306
10307 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
10308 proc_with_prefix.
10309
10310 2017-02-10 Tom Tromey <tom@tromey.com>
10311
10312 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
10313
10314 2017-02-10 Martin Galvan <martingalvan@sourceware.org>
10315
10316 PR gdb/21122
10317 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
10318
10319 2017-02-08 Jerome Guitton <guitton@adacore.com>
10320
10321 * gdb.base/define.exp: Add test for command abbreviations
10322 in define.
10323
10324 2017-02-06 Luis Machado <lgustavo@codesourcery.com>
10325
10326 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
10327 * gdb.reverse/insn-reverse-x86.c: New file.
10328
10329 2017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
10330
10331 PR tdep/20936
10332 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
10333
10334 2017-02-03 Tom Tromey <tom@tromey.com>
10335
10336 PR rust/21097:
10337 * gdb.rust/simple.exp: Add new tests.
10338
10339 2017-02-02 Pedro Alves <palves@redhat.com>
10340
10341 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
10342 tests.
10343
10344 2017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
10345
10346 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
10347 taking a 2-byte value out of a 4-byte DWARF implicit value on
10348 big-endian targets.
10349 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
10350 logic. Add test cases for DW_OP_implicit.
10351
10352 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
10353
10354 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
10355
10356 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
10357
10358 * gdb.btrace/enable.exp: Call gdb_exit before
10359 skip_gdbserver_tests.
10360
10361 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
10362
10363 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
10364 GDBFLAGS.
10365
10366 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
10367
10368 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
10369 the test is skipped.
10370 * gdb.btrace/data.exp: Likewise.
10371 * gdb.btrace/delta.exp: Likewise.
10372 * gdb.btrace/dlopen.exp: Likewise.
10373 * gdb.btrace/enable-running.exp: Likewise.
10374 * gdb.btrace/enable.exp: Likewise.
10375 * gdb.btrace/exception.exp: Likewise.
10376 * gdb.btrace/function_call_history.exp: Likewise.
10377 * gdb.btrace/gcore.exp: Likewise.
10378 * gdb.btrace/instruction_history.exp: Likewise.
10379 * gdb.btrace/multi-thread-step.exp: Likewise.
10380 * gdb.btrace/nohist.exp: Likewise.
10381 * gdb.btrace/non-stop.exp: Likewise.
10382 * gdb.btrace/reconnect.exp: Likewise.
10383 * gdb.btrace/record_goto-step.exp: Likewise.
10384 * gdb.btrace/record_goto.exp: Likewise.
10385 * gdb.btrace/rn-dl-bind.exp: Likewise.
10386 * gdb.btrace/segv.exp: Likewise.
10387 * gdb.btrace/step.exp: Likewise.
10388 * gdb.btrace/stepi.exp: Likewise.
10389 * gdb.btrace/tailcall-only.exp: Likewise.
10390 * gdb.btrace/tailcall.exp: Likewise.
10391 * gdb.btrace/tsx.exp: Likewise.
10392 * gdb.btrace/unknown_functions.exp: Likewise.
10393 * gdb.btrace/vdso.exp: Likewise.
10394
10395 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
10396
10397 * gdb.btrace/enable-running.c: New.
10398 * gdb.btrace/enable-running.exp: New.
10399
10400 2017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
10401
10402 * gdb.arch/amd64-gs_base.c: New file.
10403 * gdb.arch/amd64-gs_base.exp: New file.
10404
10405 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
10406
10407 * lib/memory.exp: Remove spurious empty newlines.
10408
10409 2017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
10410
10411 * gdb.python/py-bad-printers.exp: Load python file using "source".
10412 * gdb.python/py-events.exp: Likewise.
10413 * gdb.python/py-evsignal.exp: Likewise.
10414 * gdb.python/py-evthreads.exp: Likewise.
10415 * gdb.python/py-frame-args.exp: Likewise.
10416 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
10417 * gdb.python/py-framefilter-mi.exp: Likewise.
10418 * gdb.python/py-framefilter.exp: Likewise.
10419 * gdb.python/py-mi.exp: Likewise.
10420 * gdb.python/py-pp-maint.exp: Likewise.
10421 * gdb.python/py-pp-registration.exp: Likewise.
10422 * gdb.python/py-prettyprint.exp: Likewise.
10423 (run_lang_tests): Likewise.
10424 * gdb.python/py-typeprint.exp: Likewise.
10425
10426 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
10427
10428 * lib/memory.exp: New file.
10429 * lib/gdb.exp: Load memory.exp.
10430 * gdb.base/memattr.exp (delete_memory): Move proc to
10431 lib/memory.exp and rename to delete_memory_regions.
10432 Replace delete_memory with delete_memory_regions.
10433 Cleanup memory regions before tests.
10434 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
10435 before tests.
10436
10437 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
10438
10439 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
10440 files.
10441 (initialize): New function conditionally defined.
10442 (testcases): Move within conditional block.
10443 (main): Call initialize.
10444 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
10445 of gdb.reverse/insn-reverse.c.
10446 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
10447 gdb.reverse/insn-reverse.c.
10448
10449 2017-01-26 Yao Qi <yao.qi@linaro.org>
10450
10451 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
10452 disassemble on address 0.
10453
10454 2017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
10455 Yao Qi <yao.qi@linaro.org>
10456
10457 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
10458 * gdb.dwarf2/implptr-64bit.S: Remove.
10459 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
10460 variables in caller's context. Add DW_OP_implicit_value.
10461
10462 2017-01-25 Yao Qi <yao.qi@linaro.org>
10463
10464 * lib/dwarf.exp (Dwarf::_location): Handle
10465 DW_OP_GNU_implicit_pointer with proper size.
10466
10467 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
10468
10469 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
10470 and add untested calls.
10471
10472 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
10473
10474 * gdb.python/python.exp: Check line number against what GDB thinks
10475 the line number is for func1.
10476
10477 2017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
10478
10479 * gdb.dlang/debug-expr.exp: New file.
10480
10481 2016-12-23 Luis Machado <lgustavo@codesourcery.com>
10482
10483 Fix test names for the following files:
10484
10485 * gdb.ada/exec_changed.exp
10486 * gdb.ada/info_types.exp
10487 * gdb.arch/aarch64-atomic-inst.exp
10488 * gdb.arch/aarch64-fp.exp
10489 * gdb.arch/altivec-abi.exp
10490 * gdb.arch/altivec-regs.exp
10491 * gdb.arch/amd64-byte.exp
10492 * gdb.arch/amd64-disp-step.exp
10493 * gdb.arch/amd64-dword.exp
10494 * gdb.arch/amd64-entry-value-inline.exp
10495 * gdb.arch/amd64-entry-value-param.exp
10496 * gdb.arch/amd64-entry-value-paramref.exp
10497 * gdb.arch/amd64-entry-value.exp
10498 * gdb.arch/amd64-i386-address.exp
10499 * gdb.arch/amd64-invalid-stack-middle.exp
10500 * gdb.arch/amd64-invalid-stack-top.exp
10501 * gdb.arch/amd64-optimout-repeat.exp
10502 * gdb.arch/amd64-prologue-skip.exp
10503 * gdb.arch/amd64-prologue-xmm.exp
10504 * gdb.arch/amd64-stap-special-operands.exp
10505 * gdb.arch/amd64-stap-wrong-subexp.exp
10506 * gdb.arch/amd64-tailcall-cxx.exp
10507 * gdb.arch/amd64-tailcall-noret.exp
10508 * gdb.arch/amd64-tailcall-ret.exp
10509 * gdb.arch/amd64-tailcall-self.exp
10510 * gdb.arch/amd64-word.exp
10511 * gdb.arch/arm-bl-branch-dest.exp
10512 * gdb.arch/arm-disp-step.exp
10513 * gdb.arch/arm-neon.exp
10514 * gdb.arch/arm-single-step-kernel-helper.exp
10515 * gdb.arch/avr-flash-qualifier.exp
10516 * gdb.arch/disp-step-insn-reloc.exp
10517 * gdb.arch/e500-abi.exp
10518 * gdb.arch/e500-regs.exp
10519 * gdb.arch/ftrace-insn-reloc.exp
10520 * gdb.arch/i386-avx512.exp
10521 * gdb.arch/i386-bp_permanent.exp
10522 * gdb.arch/i386-byte.exp
10523 * gdb.arch/i386-cfi-notcurrent.exp
10524 * gdb.arch/i386-disp-step.exp
10525 * gdb.arch/i386-dr3-watch.exp
10526 * gdb.arch/i386-float.exp
10527 * gdb.arch/i386-gnu-cfi.exp
10528 * gdb.arch/i386-mpx-map.exp
10529 * gdb.arch/i386-mpx-sigsegv.exp
10530 * gdb.arch/i386-mpx-simple_segv.exp
10531 * gdb.arch/i386-mpx.exp
10532 * gdb.arch/i386-permbkpt.exp
10533 * gdb.arch/i386-prologue.exp
10534 * gdb.arch/i386-signal.exp
10535 * gdb.arch/i386-size-overlap.exp
10536 * gdb.arch/i386-unwind.exp
10537 * gdb.arch/i386-word.exp
10538 * gdb.arch/mips-fcr.exp
10539 * gdb.arch/powerpc-d128-regs.exp
10540 * gdb.arch/powerpc-stackless.exp
10541 * gdb.arch/ppc64-atomic-inst.exp
10542 * gdb.arch/s390-stackless.exp
10543 * gdb.arch/s390-tdbregs.exp
10544 * gdb.arch/s390-vregs.exp
10545 * gdb.arch/sparc-sysstep.exp
10546 * gdb.arch/thumb-bx-pc.exp
10547 * gdb.arch/thumb-singlestep.exp
10548 * gdb.arch/thumb2-it.exp
10549 * gdb.arch/vsx-regs.exp
10550 * gdb.asm/asm-source.exp
10551 * gdb.base/a2-run.exp
10552 * gdb.base/advance.exp
10553 * gdb.base/all-bin.exp
10554 * gdb.base/anon.exp
10555 * gdb.base/args.exp
10556 * gdb.base/arithmet.exp
10557 * gdb.base/async-shell.exp
10558 * gdb.base/async.exp
10559 * gdb.base/attach-pie-noexec.exp
10560 * gdb.base/attach-twice.exp
10561 * gdb.base/auto-load.exp
10562 * gdb.base/bang.exp
10563 * gdb.base/bitfields.exp
10564 * gdb.base/break-always.exp
10565 * gdb.base/break-caller-line.exp
10566 * gdb.base/break-entry.exp
10567 * gdb.base/break-inline.exp
10568 * gdb.base/break-on-linker-gcd-function.exp
10569 * gdb.base/break-probes.exp
10570 * gdb.base/break.exp
10571 * gdb.base/breakpoint-shadow.exp
10572 * gdb.base/call-ar-st.exp
10573 * gdb.base/call-sc.exp
10574 * gdb.base/call-signal-resume.exp
10575 * gdb.base/call-strs.exp
10576 * gdb.base/callfuncs.exp
10577 * gdb.base/catch-fork-static.exp
10578 * gdb.base/catch-gdb-caused-signals.exp
10579 * gdb.base/catch-load.exp
10580 * gdb.base/catch-signal-fork.exp
10581 * gdb.base/catch-signal.exp
10582 * gdb.base/catch-syscall.exp
10583 * gdb.base/charset.exp
10584 * gdb.base/checkpoint.exp
10585 * gdb.base/chng-syms.exp
10586 * gdb.base/code-expr.exp
10587 * gdb.base/code_elim.exp
10588 * gdb.base/commands.exp
10589 * gdb.base/completion.exp
10590 * gdb.base/complex.exp
10591 * gdb.base/cond-expr.exp
10592 * gdb.base/condbreak.exp
10593 * gdb.base/consecutive.exp
10594 * gdb.base/continue-all-already-running.exp
10595 * gdb.base/coredump-filter.exp
10596 * gdb.base/corefile.exp
10597 * gdb.base/dbx.exp
10598 * gdb.base/debug-expr.exp
10599 * gdb.base/define.exp
10600 * gdb.base/del.exp
10601 * gdb.base/disabled-location.exp
10602 * gdb.base/disasm-end-cu.exp
10603 * gdb.base/disasm-optim.exp
10604 * gdb.base/display.exp
10605 * gdb.base/duplicate-bp.exp
10606 * gdb.base/ena-dis-br.exp
10607 * gdb.base/ending-run.exp
10608 * gdb.base/enumval.exp
10609 * gdb.base/environ.exp
10610 * gdb.base/eu-strip-infcall.exp
10611 * gdb.base/eval-avoid-side-effects.exp
10612 * gdb.base/eval-skip.exp
10613 * gdb.base/exitsignal.exp
10614 * gdb.base/expand-psymtabs.exp
10615 * gdb.base/filesym.exp
10616 * gdb.base/find-unmapped.exp
10617 * gdb.base/finish.exp
10618 * gdb.base/float.exp
10619 * gdb.base/foll-exec-mode.exp
10620 * gdb.base/foll-exec.exp
10621 * gdb.base/foll-fork.exp
10622 * gdb.base/fortran-sym-case.exp
10623 * gdb.base/freebpcmd.exp
10624 * gdb.base/func-ptr.exp
10625 * gdb.base/func-ptrs.exp
10626 * gdb.base/funcargs.exp
10627 * gdb.base/gcore-buffer-overflow.exp
10628 * gdb.base/gcore-relro-pie.exp
10629 * gdb.base/gcore-relro.exp
10630 * gdb.base/gcore.exp
10631 * gdb.base/gdb1090.exp
10632 * gdb.base/gdb11530.exp
10633 * gdb.base/gdb11531.exp
10634 * gdb.base/gdb1821.exp
10635 * gdb.base/gdbindex-stabs.exp
10636 * gdb.base/gdbvars.exp
10637 * gdb.base/hbreak.exp
10638 * gdb.base/hbreak2.exp
10639 * gdb.base/included.exp
10640 * gdb.base/infcall-input.exp
10641 * gdb.base/inferior-died.exp
10642 * gdb.base/infnan.exp
10643 * gdb.base/info-macros.exp
10644 * gdb.base/info-os.exp
10645 * gdb.base/info-proc.exp
10646 * gdb.base/info-shared.exp
10647 * gdb.base/info-target.exp
10648 * gdb.base/infoline.exp
10649 * gdb.base/interp.exp
10650 * gdb.base/interrupt.exp
10651 * gdb.base/jit-reader.exp
10652 * gdb.base/jit-simple.exp
10653 * gdb.base/kill-after-signal.exp
10654 * gdb.base/kill-detach-inferiors-cmd.exp
10655 * gdb.base/label.exp
10656 * gdb.base/langs.exp
10657 * gdb.base/ldbl_e308.exp
10658 * gdb.base/line-symtabs.exp
10659 * gdb.base/linespecs.exp
10660 * gdb.base/list.exp
10661 * gdb.base/long_long.exp
10662 * gdb.base/longest-types.exp
10663 * gdb.base/maint.exp
10664 * gdb.base/max-value-size.exp
10665 * gdb.base/memattr.exp
10666 * gdb.base/mips_pro.exp
10667 * gdb.base/morestack.exp
10668 * gdb.base/moribund-step.exp
10669 * gdb.base/multi-forks.exp
10670 * gdb.base/nested-addr.exp
10671 * gdb.base/nextoverexit.exp
10672 * gdb.base/noreturn-finish.exp
10673 * gdb.base/noreturn-return.exp
10674 * gdb.base/nostdlib.exp
10675 * gdb.base/offsets.exp
10676 * gdb.base/opaque.exp
10677 * gdb.base/pc-fp.exp
10678 * gdb.base/permissions.exp
10679 * gdb.base/print-symbol-loading.exp
10680 * gdb.base/prologue-include.exp
10681 * gdb.base/psymtab.exp
10682 * gdb.base/ptype.exp
10683 * gdb.base/random-signal.exp
10684 * gdb.base/randomize.exp
10685 * gdb.base/range-stepping.exp
10686 * gdb.base/readline-ask.exp
10687 * gdb.base/recpar.exp
10688 * gdb.base/recurse.exp
10689 * gdb.base/relational.exp
10690 * gdb.base/restore.exp
10691 * gdb.base/return-nodebug.exp
10692 * gdb.base/return.exp
10693 * gdb.base/run-after-attach.exp
10694 * gdb.base/save-bp.exp
10695 * gdb.base/scope.exp
10696 * gdb.base/sect-cmd.exp
10697 * gdb.base/set-lang-auto.exp
10698 * gdb.base/set-noassign.exp
10699 * gdb.base/setvar.exp
10700 * gdb.base/sigall.exp
10701 * gdb.base/sigbpt.exp
10702 * gdb.base/siginfo-addr.exp
10703 * gdb.base/siginfo-infcall.exp
10704 * gdb.base/siginfo-obj.exp
10705 * gdb.base/siginfo.exp
10706 * gdb.base/signals-state-child.exp
10707 * gdb.base/signest.exp
10708 * gdb.base/sigstep.exp
10709 * gdb.base/sizeof.exp
10710 * gdb.base/skip.exp
10711 * gdb.base/solib-corrupted.exp
10712 * gdb.base/solib-nodir.exp
10713 * gdb.base/solib-search.exp
10714 * gdb.base/stack-checking.exp
10715 * gdb.base/stale-infcall.exp
10716 * gdb.base/stap-probe.exp
10717 * gdb.base/start.exp
10718 * gdb.base/step-break.exp
10719 * gdb.base/step-bt.exp
10720 * gdb.base/step-line.exp
10721 * gdb.base/step-over-exit.exp
10722 * gdb.base/step-over-syscall.exp
10723 * gdb.base/step-resume-infcall.exp
10724 * gdb.base/step-test.exp
10725 * gdb.base/store.exp
10726 * gdb.base/structs3.exp
10727 * gdb.base/sym-file.exp
10728 * gdb.base/symbol-without-target_section.exp
10729 * gdb.base/term.exp
10730 * gdb.base/testenv.exp
10731 * gdb.base/ui-redirect.exp
10732 * gdb.base/until.exp
10733 * gdb.base/unwindonsignal.exp
10734 * gdb.base/value-double-free.exp
10735 * gdb.base/vla-datatypes.exp
10736 * gdb.base/vla-ptr.exp
10737 * gdb.base/vla-sideeffect.exp
10738 * gdb.base/volatile.exp
10739 * gdb.base/watch-cond-infcall.exp
10740 * gdb.base/watch-cond.exp
10741 * gdb.base/watch-non-mem.exp
10742 * gdb.base/watch-read.exp
10743 * gdb.base/watch-vfork.exp
10744 * gdb.base/watchpoint-cond-gone.exp
10745 * gdb.base/watchpoint-delete.exp
10746 * gdb.base/watchpoint-hw-hit-once.exp
10747 * gdb.base/watchpoint-hw.exp
10748 * gdb.base/watchpoint-stops-at-right-insn.exp
10749 * gdb.base/watchpoints.exp
10750 * gdb.base/wchar.exp
10751 * gdb.base/whatis-exp.exp
10752 * gdb.btrace/buffer-size.exp
10753 * gdb.btrace/data.exp
10754 * gdb.btrace/delta.exp
10755 * gdb.btrace/dlopen.exp
10756 * gdb.btrace/enable.exp
10757 * gdb.btrace/exception.exp
10758 * gdb.btrace/function_call_history.exp
10759 * gdb.btrace/gcore.exp
10760 * gdb.btrace/instruction_history.exp
10761 * gdb.btrace/nohist.exp
10762 * gdb.btrace/reconnect.exp
10763 * gdb.btrace/record_goto-step.exp
10764 * gdb.btrace/record_goto.exp
10765 * gdb.btrace/rn-dl-bind.exp
10766 * gdb.btrace/segv.exp
10767 * gdb.btrace/step.exp
10768 * gdb.btrace/stepi.exp
10769 * gdb.btrace/tailcall-only.exp
10770 * gdb.btrace/tailcall.exp
10771 * gdb.btrace/tsx.exp
10772 * gdb.btrace/unknown_functions.exp
10773 * gdb.btrace/vdso.exp
10774 * gdb.compile/compile-ifunc.exp
10775 * gdb.compile/compile-ops.exp
10776 * gdb.compile/compile-print.exp
10777 * gdb.compile/compile-setjmp.exp
10778 * gdb.cp/abstract-origin.exp
10779 * gdb.cp/ambiguous.exp
10780 * gdb.cp/annota2.exp
10781 * gdb.cp/annota3.exp
10782 * gdb.cp/anon-ns.exp
10783 * gdb.cp/anon-struct.exp
10784 * gdb.cp/anon-union.exp
10785 * gdb.cp/arg-reference.exp
10786 * gdb.cp/baseenum.exp
10787 * gdb.cp/bool.exp
10788 * gdb.cp/breakpoint.exp
10789 * gdb.cp/bs15503.exp
10790 * gdb.cp/call-c.exp
10791 * gdb.cp/casts.exp
10792 * gdb.cp/chained-calls.exp
10793 * gdb.cp/class2.exp
10794 * gdb.cp/classes.exp
10795 * gdb.cp/cmpd-minsyms.exp
10796 * gdb.cp/converts.exp
10797 * gdb.cp/cp-relocate.exp
10798 * gdb.cp/cpcompletion.exp
10799 * gdb.cp/cpexprs.exp
10800 * gdb.cp/cplabel.exp
10801 * gdb.cp/cplusfuncs.exp
10802 * gdb.cp/cpsizeof.exp
10803 * gdb.cp/ctti.exp
10804 * gdb.cp/derivation.exp
10805 * gdb.cp/destrprint.exp
10806 * gdb.cp/dispcxx.exp
10807 * gdb.cp/enum-class.exp
10808 * gdb.cp/exception.exp
10809 * gdb.cp/exceptprint.exp
10810 * gdb.cp/expand-psymtabs-cxx.exp
10811 * gdb.cp/expand-sals.exp
10812 * gdb.cp/extern-c.exp
10813 * gdb.cp/filename.exp
10814 * gdb.cp/formatted-ref.exp
10815 * gdb.cp/fpointer.exp
10816 * gdb.cp/gdb1355.exp
10817 * gdb.cp/gdb2495.exp
10818 * gdb.cp/hang.exp
10819 * gdb.cp/impl-this.exp
10820 * gdb.cp/infcall-dlopen.exp
10821 * gdb.cp/inherit.exp
10822 * gdb.cp/iostream.exp
10823 * gdb.cp/koenig.exp
10824 * gdb.cp/local.exp
10825 * gdb.cp/m-data.exp
10826 * gdb.cp/m-static.exp
10827 * gdb.cp/mb-ctor.exp
10828 * gdb.cp/mb-inline.exp
10829 * gdb.cp/mb-templates.exp
10830 * gdb.cp/member-name.exp
10831 * gdb.cp/member-ptr.exp
10832 * gdb.cp/meth-typedefs.exp
10833 * gdb.cp/method.exp
10834 * gdb.cp/method2.exp
10835 * gdb.cp/minsym-fallback.exp
10836 * gdb.cp/misc.exp
10837 * gdb.cp/namelessclass.exp
10838 * gdb.cp/namespace-enum.exp
10839 * gdb.cp/namespace-nested-import.exp
10840 * gdb.cp/namespace.exp
10841 * gdb.cp/nextoverthrow.exp
10842 * gdb.cp/no-dmgl-verbose.exp
10843 * gdb.cp/non-trivial-retval.exp
10844 * gdb.cp/noparam.exp
10845 * gdb.cp/nsdecl.exp
10846 * gdb.cp/nsimport.exp
10847 * gdb.cp/nsnested.exp
10848 * gdb.cp/nsnoimports.exp
10849 * gdb.cp/nsrecurs.exp
10850 * gdb.cp/nsstress.exp
10851 * gdb.cp/nsusing.exp
10852 * gdb.cp/operator.exp
10853 * gdb.cp/oranking.exp
10854 * gdb.cp/overload-const.exp
10855 * gdb.cp/overload.exp
10856 * gdb.cp/ovldbreak.exp
10857 * gdb.cp/ovsrch.exp
10858 * gdb.cp/paren-type.exp
10859 * gdb.cp/parse-lang.exp
10860 * gdb.cp/pass-by-ref.exp
10861 * gdb.cp/pr-1023.exp
10862 * gdb.cp/pr-1210.exp
10863 * gdb.cp/pr-574.exp
10864 * gdb.cp/pr10687.exp
10865 * gdb.cp/pr12028.exp
10866 * gdb.cp/pr17132.exp
10867 * gdb.cp/pr17494.exp
10868 * gdb.cp/pr9067.exp
10869 * gdb.cp/pr9167.exp
10870 * gdb.cp/pr9631.exp
10871 * gdb.cp/printmethod.exp
10872 * gdb.cp/psmang.exp
10873 * gdb.cp/psymtab-parameter.exp
10874 * gdb.cp/ptype-cv-cp.exp
10875 * gdb.cp/ptype-flags.exp
10876 * gdb.cp/re-set-overloaded.exp
10877 * gdb.cp/ref-types.exp
10878 * gdb.cp/rtti.exp
10879 * gdb.cp/scope-err.exp
10880 * gdb.cp/shadow.exp
10881 * gdb.cp/smartp.exp
10882 * gdb.cp/static-method.exp
10883 * gdb.cp/static-print-quit.exp
10884 * gdb.cp/temargs.exp
10885 * gdb.cp/templates.exp
10886 * gdb.cp/try_catch.exp
10887 * gdb.cp/typedef-operator.exp
10888 * gdb.cp/typeid.exp
10889 * gdb.cp/userdef.exp
10890 * gdb.cp/using-crash.exp
10891 * gdb.cp/var-tag.exp
10892 * gdb.cp/virtbase.exp
10893 * gdb.cp/virtfunc.exp
10894 * gdb.cp/virtfunc2.exp
10895 * gdb.cp/vla-cxx.exp
10896 * gdb.disasm/t01_mov.exp
10897 * gdb.disasm/t02_mova.exp
10898 * gdb.disasm/t03_add.exp
10899 * gdb.disasm/t04_sub.exp
10900 * gdb.disasm/t05_cmp.exp
10901 * gdb.disasm/t06_ari2.exp
10902 * gdb.disasm/t07_ari3.exp
10903 * gdb.disasm/t08_or.exp
10904 * gdb.disasm/t09_xor.exp
10905 * gdb.disasm/t10_and.exp
10906 * gdb.disasm/t11_logs.exp
10907 * gdb.disasm/t12_bit.exp
10908 * gdb.disasm/t13_otr.exp
10909 * gdb.dlang/circular.exp
10910 * gdb.dwarf2/arr-stride.exp
10911 * gdb.dwarf2/arr-subrange.exp
10912 * gdb.dwarf2/atomic-type.exp
10913 * gdb.dwarf2/bad-regnum.exp
10914 * gdb.dwarf2/bitfield-parent-optimized-out.exp
10915 * gdb.dwarf2/callframecfa.exp
10916 * gdb.dwarf2/clztest.exp
10917 * gdb.dwarf2/corrupt.exp
10918 * gdb.dwarf2/data-loc.exp
10919 * gdb.dwarf2/dup-psym.exp
10920 * gdb.dwarf2/dw2-anon-mptr.exp
10921 * gdb.dwarf2/dw2-anonymous-func.exp
10922 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
10923 * gdb.dwarf2/dw2-bad-unresolved.exp
10924 * gdb.dwarf2/dw2-basic.exp
10925 * gdb.dwarf2/dw2-canonicalize-type.exp
10926 * gdb.dwarf2/dw2-case-insensitive.exp
10927 * gdb.dwarf2/dw2-common-block.exp
10928 * gdb.dwarf2/dw2-compdir-oldgcc.exp
10929 * gdb.dwarf2/dw2-compressed.exp
10930 * gdb.dwarf2/dw2-const.exp
10931 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
10932 * gdb.dwarf2/dw2-cu-size.exp
10933 * gdb.dwarf2/dw2-dup-frame.exp
10934 * gdb.dwarf2/dw2-entry-value.exp
10935 * gdb.dwarf2/dw2-icycle.exp
10936 * gdb.dwarf2/dw2-ifort-parameter.exp
10937 * gdb.dwarf2/dw2-inline-break.exp
10938 * gdb.dwarf2/dw2-inline-param.exp
10939 * gdb.dwarf2/dw2-intercu.exp
10940 * gdb.dwarf2/dw2-intermix.exp
10941 * gdb.dwarf2/dw2-lexical-block-bare.exp
10942 * gdb.dwarf2/dw2-linkage-name-trust.exp
10943 * gdb.dwarf2/dw2-minsym-in-cu.exp
10944 * gdb.dwarf2/dw2-noloc.exp
10945 * gdb.dwarf2/dw2-op-call.exp
10946 * gdb.dwarf2/dw2-op-out-param.exp
10947 * gdb.dwarf2/dw2-opt-structptr.exp
10948 * gdb.dwarf2/dw2-param-error.exp
10949 * gdb.dwarf2/dw2-producer.exp
10950 * gdb.dwarf2/dw2-ranges-base.exp
10951 * gdb.dwarf2/dw2-ref-missing-frame.exp
10952 * gdb.dwarf2/dw2-reg-undefined.exp
10953 * gdb.dwarf2/dw2-regno-invalid.exp
10954 * gdb.dwarf2/dw2-restore.exp
10955 * gdb.dwarf2/dw2-restrict.exp
10956 * gdb.dwarf2/dw2-single-line-discriminators.exp
10957 * gdb.dwarf2/dw2-strp.exp
10958 * gdb.dwarf2/dw2-undefined-ret-addr.exp
10959 * gdb.dwarf2/dw2-unresolved.exp
10960 * gdb.dwarf2/dw2-var-zero-addr.exp
10961 * gdb.dwarf2/dw4-sig-types.exp
10962 * gdb.dwarf2/dwz.exp
10963 * gdb.dwarf2/dynarr-ptr.exp
10964 * gdb.dwarf2/enum-type.exp
10965 * gdb.dwarf2/gdb-index.exp
10966 * gdb.dwarf2/implptr-64bit.exp
10967 * gdb.dwarf2/implptr-optimized-out.exp
10968 * gdb.dwarf2/implptr.exp
10969 * gdb.dwarf2/implref-array.exp
10970 * gdb.dwarf2/implref-const.exp
10971 * gdb.dwarf2/implref-global.exp
10972 * gdb.dwarf2/implref-struct.exp
10973 * gdb.dwarf2/mac-fileno.exp
10974 * gdb.dwarf2/main-subprogram.exp
10975 * gdb.dwarf2/member-ptr-forwardref.exp
10976 * gdb.dwarf2/method-ptr.exp
10977 * gdb.dwarf2/missing-sig-type.exp
10978 * gdb.dwarf2/nonvar-access.exp
10979 * gdb.dwarf2/opaque-type-lookup.exp
10980 * gdb.dwarf2/pieces-optimized-out.exp
10981 * gdb.dwarf2/pieces.exp
10982 * gdb.dwarf2/pr10770.exp
10983 * gdb.dwarf2/pr13961.exp
10984 * gdb.dwarf2/staticvirtual.exp
10985 * gdb.dwarf2/subrange.exp
10986 * gdb.dwarf2/symtab-producer.exp
10987 * gdb.dwarf2/trace-crash.exp
10988 * gdb.dwarf2/typeddwarf.exp
10989 * gdb.dwarf2/valop.exp
10990 * gdb.dwarf2/watch-notconst.exp
10991 * gdb.fortran/array-element.exp
10992 * gdb.fortran/charset.exp
10993 * gdb.fortran/common-block.exp
10994 * gdb.fortran/complex.exp
10995 * gdb.fortran/derived-type-function.exp
10996 * gdb.fortran/derived-type.exp
10997 * gdb.fortran/logical.exp
10998 * gdb.fortran/module.exp
10999 * gdb.fortran/multi-dim.exp
11000 * gdb.fortran/nested-funcs.exp
11001 * gdb.fortran/print-formatted.exp
11002 * gdb.fortran/subarray.exp
11003 * gdb.fortran/vla-alloc-assoc.exp
11004 * gdb.fortran/vla-datatypes.exp
11005 * gdb.fortran/vla-history.exp
11006 * gdb.fortran/vla-ptr-info.exp
11007 * gdb.fortran/vla-ptype-sub.exp
11008 * gdb.fortran/vla-ptype.exp
11009 * gdb.fortran/vla-sizeof.exp
11010 * gdb.fortran/vla-type.exp
11011 * gdb.fortran/vla-value-sub-arbitrary.exp
11012 * gdb.fortran/vla-value-sub-finish.exp
11013 * gdb.fortran/vla-value-sub.exp
11014 * gdb.fortran/vla-value.exp
11015 * gdb.fortran/whatis_type.exp
11016 * gdb.go/chan.exp
11017 * gdb.go/handcall.exp
11018 * gdb.go/hello.exp
11019 * gdb.go/integers.exp
11020 * gdb.go/methods.exp
11021 * gdb.go/package.exp
11022 * gdb.go/strings.exp
11023 * gdb.go/types.exp
11024 * gdb.go/unsafe.exp
11025 * gdb.guile/scm-arch.exp
11026 * gdb.guile/scm-block.exp
11027 * gdb.guile/scm-breakpoint.exp
11028 * gdb.guile/scm-cmd.exp
11029 * gdb.guile/scm-disasm.exp
11030 * gdb.guile/scm-equal.exp
11031 * gdb.guile/scm-frame-args.exp
11032 * gdb.guile/scm-frame-inline.exp
11033 * gdb.guile/scm-frame.exp
11034 * gdb.guile/scm-iterator.exp
11035 * gdb.guile/scm-math.exp
11036 * gdb.guile/scm-objfile.exp
11037 * gdb.guile/scm-ports.exp
11038 * gdb.guile/scm-symbol.exp
11039 * gdb.guile/scm-symtab.exp
11040 * gdb.guile/scm-value-cc.exp
11041 * gdb.guile/types-module.exp
11042 * gdb.linespec/break-ask.exp
11043 * gdb.linespec/cpexplicit.exp
11044 * gdb.linespec/explicit.exp
11045 * gdb.linespec/keywords.exp
11046 * gdb.linespec/linespec.exp
11047 * gdb.linespec/ls-dollar.exp
11048 * gdb.linespec/ls-errs.exp
11049 * gdb.linespec/skip-two.exp
11050 * gdb.linespec/thread.exp
11051 * gdb.mi/mi-async.exp
11052 * gdb.mi/mi-basics.exp
11053 * gdb.mi/mi-break.exp
11054 * gdb.mi/mi-catch-load.exp
11055 * gdb.mi/mi-cli.exp
11056 * gdb.mi/mi-cmd-param-changed.exp
11057 * gdb.mi/mi-console.exp
11058 * gdb.mi/mi-detach.exp
11059 * gdb.mi/mi-disassemble.exp
11060 * gdb.mi/mi-eval.exp
11061 * gdb.mi/mi-file-transfer.exp
11062 * gdb.mi/mi-file.exp
11063 * gdb.mi/mi-fill-memory.exp
11064 * gdb.mi/mi-inheritance-syntax-error.exp
11065 * gdb.mi/mi-linespec-err-cp.exp
11066 * gdb.mi/mi-logging.exp
11067 * gdb.mi/mi-memory-changed.exp
11068 * gdb.mi/mi-read-memory.exp
11069 * gdb.mi/mi-record-changed.exp
11070 * gdb.mi/mi-reg-undefined.exp
11071 * gdb.mi/mi-regs.exp
11072 * gdb.mi/mi-return.exp
11073 * gdb.mi/mi-reverse.exp
11074 * gdb.mi/mi-simplerun.exp
11075 * gdb.mi/mi-solib.exp
11076 * gdb.mi/mi-stack.exp
11077 * gdb.mi/mi-stepi.exp
11078 * gdb.mi/mi-syn-frame.exp
11079 * gdb.mi/mi-until.exp
11080 * gdb.mi/mi-var-block.exp
11081 * gdb.mi/mi-var-child.exp
11082 * gdb.mi/mi-var-cmd.exp
11083 * gdb.mi/mi-var-cp.exp
11084 * gdb.mi/mi-var-display.exp
11085 * gdb.mi/mi-var-invalidate.exp
11086 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
11087 * gdb.mi/mi-vla-fortran.exp
11088 * gdb.mi/mi-watch.exp
11089 * gdb.mi/mi2-var-child.exp
11090 * gdb.mi/user-selected-context-sync.exp
11091 * gdb.modula2/unbounded-array.exp
11092 * gdb.multi/dummy-frame-restore.exp
11093 * gdb.multi/multi-arch-exec.exp
11094 * gdb.multi/multi-arch.exp
11095 * gdb.multi/tids.exp
11096 * gdb.multi/watchpoint-multi.exp
11097 * gdb.opencl/callfuncs.exp
11098 * gdb.opencl/convs_casts.exp
11099 * gdb.opencl/datatypes.exp
11100 * gdb.opencl/operators.exp
11101 * gdb.opencl/vec_comps.exp
11102 * gdb.opt/clobbered-registers-O2.exp
11103 * gdb.opt/inline-break.exp
11104 * gdb.opt/inline-bt.exp
11105 * gdb.opt/inline-cmds.exp
11106 * gdb.opt/inline-locals.exp
11107 * gdb.pascal/case-insensitive-symbols.exp
11108 * gdb.pascal/floats.exp
11109 * gdb.pascal/gdb11492.exp
11110 * gdb.python/lib-types.exp
11111 * gdb.python/py-arch.exp
11112 * gdb.python/py-as-string.exp
11113 * gdb.python/py-bad-printers.exp
11114 * gdb.python/py-block.exp
11115 * gdb.python/py-breakpoint-create-fail.exp
11116 * gdb.python/py-breakpoint.exp
11117 * gdb.python/py-caller-is.exp
11118 * gdb.python/py-cmd.exp
11119 * gdb.python/py-explore-cc.exp
11120 * gdb.python/py-explore.exp
11121 * gdb.python/py-finish-breakpoint.exp
11122 * gdb.python/py-finish-breakpoint2.exp
11123 * gdb.python/py-frame-args.exp
11124 * gdb.python/py-frame-inline.exp
11125 * gdb.python/py-frame.exp
11126 * gdb.python/py-framefilter-mi.exp
11127 * gdb.python/py-infthread.exp
11128 * gdb.python/py-lazy-string.exp
11129 * gdb.python/py-linetable.exp
11130 * gdb.python/py-mi-events.exp
11131 * gdb.python/py-mi-objfile.exp
11132 * gdb.python/py-mi.exp
11133 * gdb.python/py-objfile.exp
11134 * gdb.python/py-pp-integral.exp
11135 * gdb.python/py-pp-maint.exp
11136 * gdb.python/py-pp-re-notag.exp
11137 * gdb.python/py-pp-registration.exp
11138 * gdb.python/py-recurse-unwind.exp
11139 * gdb.python/py-strfns.exp
11140 * gdb.python/py-symbol.exp
11141 * gdb.python/py-symtab.exp
11142 * gdb.python/py-sync-interp.exp
11143 * gdb.python/py-typeprint.exp
11144 * gdb.python/py-unwind-maint.exp
11145 * gdb.python/py-unwind.exp
11146 * gdb.python/py-value-cc.exp
11147 * gdb.python/py-xmethods.exp
11148 * gdb.reverse/amd64-tailcall-reverse.exp
11149 * gdb.reverse/break-precsave.exp
11150 * gdb.reverse/break-reverse.exp
11151 * gdb.reverse/consecutive-precsave.exp
11152 * gdb.reverse/consecutive-reverse.exp
11153 * gdb.reverse/finish-precsave.exp
11154 * gdb.reverse/finish-reverse-bkpt.exp
11155 * gdb.reverse/finish-reverse.exp
11156 * gdb.reverse/fstatat-reverse.exp
11157 * gdb.reverse/getresuid-reverse.exp
11158 * gdb.reverse/i386-precsave.exp
11159 * gdb.reverse/i386-reverse.exp
11160 * gdb.reverse/i386-sse-reverse.exp
11161 * gdb.reverse/i387-env-reverse.exp
11162 * gdb.reverse/i387-stack-reverse.exp
11163 * gdb.reverse/insn-reverse.exp
11164 * gdb.reverse/machinestate-precsave.exp
11165 * gdb.reverse/machinestate.exp
11166 * gdb.reverse/next-reverse-bkpt-over-sr.exp
11167 * gdb.reverse/pipe-reverse.exp
11168 * gdb.reverse/readv-reverse.exp
11169 * gdb.reverse/recvmsg-reverse.exp
11170 * gdb.reverse/rerun-prec.exp
11171 * gdb.reverse/s390-mvcle.exp
11172 * gdb.reverse/step-precsave.exp
11173 * gdb.reverse/step-reverse.exp
11174 * gdb.reverse/time-reverse.exp
11175 * gdb.reverse/until-precsave.exp
11176 * gdb.reverse/until-reverse.exp
11177 * gdb.reverse/waitpid-reverse.exp
11178 * gdb.reverse/watch-precsave.exp
11179 * gdb.reverse/watch-reverse.exp
11180 * gdb.rust/generics.exp
11181 * gdb.rust/methods.exp
11182 * gdb.rust/modules.exp
11183 * gdb.rust/simple.exp
11184 * gdb.server/connect-with-no-symbol-file.exp
11185 * gdb.server/ext-attach.exp
11186 * gdb.server/ext-restart.exp
11187 * gdb.server/ext-wrapper.exp
11188 * gdb.server/file-transfer.exp
11189 * gdb.server/server-exec-info.exp
11190 * gdb.server/server-kill.exp
11191 * gdb.server/server-mon.exp
11192 * gdb.server/wrapper.exp
11193 * gdb.stabs/exclfwd.exp
11194 * gdb.stabs/gdb11479.exp
11195 * gdb.threads/clone-new-thread-event.exp
11196 * gdb.threads/corethreads.exp
11197 * gdb.threads/current-lwp-dead.exp
11198 * gdb.threads/dlopen-libpthread.exp
11199 * gdb.threads/gcore-thread.exp
11200 * gdb.threads/sigstep-threads.exp
11201 * gdb.threads/watchpoint-fork.exp
11202 * gdb.trace/actions-changed.exp
11203 * gdb.trace/backtrace.exp
11204 * gdb.trace/change-loc.exp
11205 * gdb.trace/circ.exp
11206 * gdb.trace/collection.exp
11207 * gdb.trace/disconnected-tracing.exp
11208 * gdb.trace/ftrace.exp
11209 * gdb.trace/mi-trace-frame-collected.exp
11210 * gdb.trace/mi-trace-unavailable.exp
11211 * gdb.trace/mi-traceframe-changed.exp
11212 * gdb.trace/mi-tsv-changed.exp
11213 * gdb.trace/no-attach-trace.exp
11214 * gdb.trace/passc-dyn.exp
11215 * gdb.trace/qtro.exp
11216 * gdb.trace/range-stepping.exp
11217 * gdb.trace/read-memory.exp
11218 * gdb.trace/save-trace.exp
11219 * gdb.trace/signal.exp
11220 * gdb.trace/status-stop.exp
11221 * gdb.trace/tfile.exp
11222 * gdb.trace/trace-break.exp
11223 * gdb.trace/trace-buffer-size.exp
11224 * gdb.trace/trace-condition.exp
11225 * gdb.trace/tracefile-pseudo-reg.exp
11226 * gdb.trace/tstatus.exp
11227 * gdb.trace/unavailable.exp
11228 * gdb.trace/while-dyn.exp
11229 * gdb.trace/while-stepping.exp
11230
11231 2016-12-22 Doug Evans <xdje42@gmail.com>
11232
11233 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
11234 and msymbols.
11235
11236 2016-12-19 Yao Qi <yao.qi@linaro.org>
11237
11238 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
11239 (test_with_self): Don't call do_steps_and_nexts, and remove
11240 code about stepping into xmalloc.
11241
11242 2016-12-09 Yao Qi <yao.qi@linaro.org>
11243
11244 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
11245
11246 2016-12-09 Yao Qi <yao.qi@linaro.org>
11247
11248 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
11249
11250 2016-12-09 Pedro Alves <palves@redhat.com>
11251
11252 * gdb.base/all-architectures-0.exp: New file.
11253 * gdb.base/all-architectures-1.exp: New file.
11254 * gdb.base/all-architectures-2.exp: New file.
11255 * gdb.base/all-architectures-3.exp: New file.
11256 * gdb.base/all-architectures-4.exp: New file.
11257 * gdb.base/all-architectures-5.exp: New file.
11258 * gdb.base/all-architectures-6.exp: New file.
11259 * gdb.base/all-architectures-7.exp: New file.
11260 * gdb.base/all-architectures.exp.in: New file.
11261
11262 2016-12-09 Yao Qi <yao.qi@linaro.org>
11263
11264 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
11265
11266 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
11267
11268 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
11269 possible.
11270 Remove useless pattern-matching code.
11271
11272 2016-12-02 Pedro Alves <palves@redhat.com>
11273
11274 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
11275 procedure.
11276 (top level): Call it.
11277
11278 2016-12-02 Pedro Alves <palves@redhat.com>
11279
11280 * gdb.base/commands.exp (user_defined_command_args_stack_test):
11281 New procedure.
11282 (top level): Call it.
11283
11284 2016-12-02 Pedro Alves <palves@redhat.com>
11285
11286 PR cli/20559
11287 * gdb.base/commands.exp (user_defined_command_args_eval): New
11288 procedure.
11289 (top level): Call it.
11290
11291 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
11292
11293 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
11294 timeout handling.
11295
11296 2016-12-02 Tom Tromey <tom@tromey.com>
11297
11298 * gdb.dwarf2/main-subprogram.c: New file.
11299 * gdb.dwarf2/main-subprogram.exp: New file.
11300
11301 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
11302
11303 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
11304 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
11305 gdb_test_no_output for a couple of cases.
11306 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
11307
11308 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
11309
11310 Fix test names and standardize compilation error messages throughout
11311 the following files:
11312
11313 * gdb.ada/start.exp
11314 * gdb.arch/alpha-step.exp
11315 * gdb.arch/e500-prologue.exp
11316 * gdb.arch/ftrace-insn-reloc.exp
11317 * gdb.arch/gdb1291.exp
11318 * gdb.arch/gdb1431.exp
11319 * gdb.arch/gdb1558.exp
11320 * gdb.arch/i386-dr3-watch.exp
11321 * gdb.arch/i386-sse-stack-align.exp
11322 * gdb.arch/ia64-breakpoint-shadow.exp
11323 * gdb.arch/pa-nullify.exp
11324 * gdb.arch/powerpc-aix-prologue.exp
11325 * gdb.arch/thumb-bx-pc.exp
11326 * gdb.base/annota1.exp
11327 * gdb.base/annota3.exp
11328 * gdb.base/arrayidx.exp
11329 * gdb.base/assign.exp
11330 * gdb.base/attach.exp
11331 * gdb.base/auxv.exp
11332 * gdb.base/bang.exp
11333 * gdb.base/bfp-test.exp
11334 * gdb.base/bigcore.exp
11335 * gdb.base/bitfields2.exp
11336 * gdb.base/break-fun-addr.exp
11337 * gdb.base/break-probes.exp
11338 * gdb.base/call-rt-st.exp
11339 * gdb.base/callexit.exp
11340 * gdb.base/catch-fork-kill.exp
11341 * gdb.base/charset.exp
11342 * gdb.base/checkpoint.exp
11343 * gdb.base/comprdebug.exp
11344 * gdb.base/constvars.exp
11345 * gdb.base/coredump-filter.exp
11346 * gdb.base/cursal.exp
11347 * gdb.base/cvexpr.exp
11348 * gdb.base/detach.exp
11349 * gdb.base/display.exp
11350 * gdb.base/dmsym.exp
11351 * gdb.base/dprintf-pending.exp
11352 * gdb.base/dso2dso.exp
11353 * gdb.base/dtrace-probe.exp
11354 * gdb.base/dump.exp
11355 * gdb.base/enum_cond.exp
11356 * gdb.base/exe-lock.exp
11357 * gdb.base/exec-invalid-sysroot.exp
11358 * gdb.base/execl-update-breakpoints.exp
11359 * gdb.base/exprs.exp
11360 * gdb.base/fileio.exp
11361 * gdb.base/find.exp
11362 * gdb.base/finish.exp
11363 * gdb.base/fixsection.exp
11364 * gdb.base/foll-vfork.exp
11365 * gdb.base/frame-args.exp
11366 * gdb.base/gcore.exp
11367 * gdb.base/gdb1250.exp
11368 * gdb.base/global-var-nested-by-dso.exp
11369 * gdb.base/gnu-ifunc.exp
11370 * gdb.base/hashline1.exp
11371 * gdb.base/hashline2.exp
11372 * gdb.base/hashline3.exp
11373 * gdb.base/hbreak-in-shr-unsupported.exp
11374 * gdb.base/huge.exp
11375 * gdb.base/infcall-input.exp
11376 * gdb.base/info-fun.exp
11377 * gdb.base/info-shared.exp
11378 * gdb.base/jit-simple.exp
11379 * gdb.base/jit-so.exp
11380 * gdb.base/jit.exp
11381 * gdb.base/jump.exp
11382 * gdb.base/label.exp
11383 * gdb.base/lineinc.exp
11384 * gdb.base/logical.exp
11385 * gdb.base/longjmp.exp
11386 * gdb.base/macscp.exp
11387 * gdb.base/miscexprs.exp
11388 * gdb.base/new-ui-echo.exp
11389 * gdb.base/new-ui-pending-input.exp
11390 * gdb.base/new-ui.exp
11391 * gdb.base/nodebug.exp
11392 * gdb.base/nofield.exp
11393 * gdb.base/offsets.exp
11394 * gdb.base/overlays.exp
11395 * gdb.base/pending.exp
11396 * gdb.base/pointers.exp
11397 * gdb.base/pr11022.exp
11398 * gdb.base/printcmds.exp
11399 * gdb.base/prologue.exp
11400 * gdb.base/ptr-typedef.exp
11401 * gdb.base/realname-expand.exp
11402 * gdb.base/relativedebug.exp
11403 * gdb.base/relocate.exp
11404 * gdb.base/remote.exp
11405 * gdb.base/reread.exp
11406 * gdb.base/return2.exp
11407 * gdb.base/savedregs.exp
11408 * gdb.base/sep.exp
11409 * gdb.base/sepdebug.exp
11410 * gdb.base/sepsymtab.exp
11411 * gdb.base/set-inferior-tty.exp
11412 * gdb.base/setshow.exp
11413 * gdb.base/shlib-call.exp
11414 * gdb.base/sigaltstack.exp
11415 * gdb.base/siginfo-addr.exp
11416 * gdb.base/signals.exp
11417 * gdb.base/signull.exp
11418 * gdb.base/sigrepeat.exp
11419 * gdb.base/so-impl-ld.exp
11420 * gdb.base/solib-display.exp
11421 * gdb.base/solib-overlap.exp
11422 * gdb.base/solib-search.exp
11423 * gdb.base/solib-symbol.exp
11424 * gdb.base/structs.exp
11425 * gdb.base/structs2.exp
11426 * gdb.base/symtab-search-order.exp
11427 * gdb.base/twice.exp
11428 * gdb.base/unload.exp
11429 * gdb.base/varargs.exp
11430 * gdb.base/watchpoint-solib.exp
11431 * gdb.base/watchpoint.exp
11432 * gdb.base/whatis.exp
11433 * gdb.base/wrong_frame_bt_full.exp
11434 * gdb.btrace/dlopen.exp
11435 * gdb.cell/ea-standalone.exp
11436 * gdb.cell/ea-test.exp
11437 * gdb.cp/dispcxx.exp
11438 * gdb.cp/gdb2384.exp
11439 * gdb.cp/method2.exp
11440 * gdb.cp/nextoverthrow.exp
11441 * gdb.cp/pr10728.exp
11442 * gdb.disasm/am33.exp
11443 * gdb.disasm/h8300s.exp
11444 * gdb.disasm/mn10300.exp
11445 * gdb.disasm/sh3.exp
11446 * gdb.dwarf2/dw2-dir-file-name.exp
11447 * gdb.fortran/complex.exp
11448 * gdb.fortran/library-module.exp
11449 * gdb.guile/scm-pretty-print.exp
11450 * gdb.guile/scm-symbol.exp
11451 * gdb.guile/scm-type.exp
11452 * gdb.guile/scm-value.exp
11453 * gdb.linespec/linespec.exp
11454 * gdb.mi/gdb701.exp
11455 * gdb.mi/gdb792.exp
11456 * gdb.mi/mi-breakpoint-changed.exp
11457 * gdb.mi/mi-dprintf-pending.exp
11458 * gdb.mi/mi-dprintf.exp
11459 * gdb.mi/mi-exit-code.exp
11460 * gdb.mi/mi-pending.exp
11461 * gdb.mi/mi-solib.exp
11462 * gdb.mi/new-ui-mi-sync.exp
11463 * gdb.mi/pr11022.exp
11464 * gdb.mi/user-selected-context-sync.exp
11465 * gdb.opt/solib-intra-step.exp
11466 * gdb.python/py-events.exp
11467 * gdb.python/py-finish-breakpoint.exp
11468 * gdb.python/py-mi.exp
11469 * gdb.python/py-prettyprint.exp
11470 * gdb.python/py-shared.exp
11471 * gdb.python/py-symbol.exp
11472 * gdb.python/py-template.exp
11473 * gdb.python/py-type.exp
11474 * gdb.python/py-value.exp
11475 * gdb.reverse/solib-precsave.exp
11476 * gdb.reverse/solib-reverse.exp
11477 * gdb.server/solib-list.exp
11478 * gdb.stabs/weird.exp
11479 * gdb.threads/reconnect-signal.exp
11480 * gdb.threads/stepi-random-signal.exp
11481 * gdb.trace/actions.exp
11482 * gdb.trace/ax.exp
11483 * gdb.trace/backtrace.exp
11484 * gdb.trace/change-loc.exp
11485 * gdb.trace/deltrace.exp
11486 * gdb.trace/ftrace-lock.exp
11487 * gdb.trace/ftrace.exp
11488 * gdb.trace/infotrace.exp
11489 * gdb.trace/mi-tracepoint-changed.exp
11490 * gdb.trace/packetlen.exp
11491 * gdb.trace/passcount.exp
11492 * gdb.trace/pending.exp
11493 * gdb.trace/range-stepping.exp
11494 * gdb.trace/report.exp
11495 * gdb.trace/stap-trace.exp
11496 * gdb.trace/tfind.exp
11497 * gdb.trace/trace-break.exp
11498 * gdb.trace/trace-condition.exp
11499 * gdb.trace/trace-enable-disable.exp
11500 * gdb.trace/trace-mt.exp
11501 * gdb.trace/tracecmd.exp
11502 * gdb.trace/tspeed.exp
11503 * gdb.trace/tsv.exp
11504 * lib/perftest.exp
11505
11506 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
11507
11508 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
11509 with gdb_test_no_output.
11510 Use command as test name.
11511
11512 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
11513
11514 Fix test names starting with uppercase throughout the files.
11515
11516 * gdb.ada/assign_1.exp
11517 * gdb.ada/boolean_expr.exp
11518 * gdb.base/arrayidx.exp
11519 * gdb.base/del.exp
11520 * gdb.base/gcore-buffer-overflow.exp
11521 * gdb.base/testenv.exp
11522 * gdb.compile/compile.exp
11523 * gdb.python/py-framefilter-invalidarg.exp
11524 * gdb.python/py-framefilter.exp
11525
11526 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
11527
11528 Fix test names starting with uppercase throughout the files.
11529
11530 * gdb.ada/array_return.exp
11531 * gdb.ada/expr_delims.exp
11532 * gdb.ada/mi_dyn_arr.exp
11533 * gdb.ada/mi_interface.exp
11534 * gdb.ada/mi_var_array.exp
11535 * gdb.ada/watch_arg.exp
11536 * gdb.arch/alpha-step.exp
11537 * gdb.arch/altivec-regs.exp
11538 * gdb.arch/e500-regs.exp
11539 * gdb.arch/powerpc-d128-regs.exp
11540 * gdb.base/arrayidx.exp
11541 * gdb.base/break.exp
11542 * gdb.base/checkpoint.exp
11543 * gdb.base/debug-expr.exp
11544 * gdb.base/dmsym.exp
11545 * gdb.base/radix.exp
11546 * gdb.base/sepdebug.exp
11547 * gdb.base/testenv.exp
11548 * gdb.base/watch_thread_num.exp
11549 * gdb.base/watchpoint-cond-gone.exp
11550 * gdb.cell/break.exp
11551 * gdb.cell/ea-cache.exp
11552 * gdb.compile/compile.exp
11553 * gdb.cp/gdb2495.exp
11554 * gdb.gdb/selftest.exp
11555 * gdb.gdb/xfullpath.exp
11556 * gdb.go/hello.exp
11557 * gdb.go/integers.exp
11558 * gdb.objc/basicclass.exp
11559 * gdb.pascal/hello.exp
11560 * gdb.pascal/integers.exp
11561 * gdb.python/py-breakpoint.exp
11562 * gdb.python/py-cmd.exp
11563 * gdb.python/py-linetable.exp
11564 * gdb.python/py-xmethods.exp
11565 * gdb.python/python.exp
11566 * gdb.reverse/consecutive-precsave.exp
11567 * gdb.reverse/finish-precsave.exp
11568 * gdb.reverse/i386-precsave.exp
11569 * gdb.reverse/machinestate-precsave.exp
11570 * gdb.reverse/sigall-precsave.exp
11571 * gdb.reverse/solib-precsave.exp
11572 * gdb.reverse/step-precsave.exp
11573 * gdb.reverse/until-precsave.exp
11574 * gdb.reverse/watch-precsave.exp
11575 * gdb.threads/leader-exit.exp
11576 * gdb.threads/pthreads.exp
11577 * gdb.threads/wp-replication.exp
11578 * gdb.trace/actions.exp
11579 * gdb.trace/mi-tsv-changed.exp
11580 * gdb.trace/tsv.exp
11581
11582 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
11583
11584 Fix test names starting with uppercase throughout the files.
11585
11586 * gdb.arch/i386-bp_permanent.exp
11587 * gdb.arch/i386-gnu-cfi.exp
11588 * gdb.base/disasm-end-cu.exp
11589 * gdb.base/macscp.exp
11590 * gdb.base/pending.exp
11591 * gdb.base/watch_thread_num.exp
11592 * gdb.cp/exception.exp
11593 * gdb.cp/gdb2495.exp
11594 * gdb.cp/local.exp
11595 * gdb.python/py-evsignal.exp
11596 * gdb.python/python.exp
11597 * gdb.trace/tracecmd.exp
11598
11599 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
11600
11601 Fix test names starting with uppercase throughout the files.
11602
11603 * gdb.base/charset.exp
11604 * gdb.base/eval.exp
11605 * gdb.base/multi-forks.exp
11606 * gdb.guile/scm-progspace.exp
11607 * gdb.opencl/datatypes.exp
11608 * gdb.python/py-block.exp
11609 * gdb.python/py-function.exp
11610 * gdb.python/py-symbol.exp
11611 * gdb.python/py-symtab.exp
11612 * gdb.python/py-xmethods.exp
11613 * gdb.reverse/break-precsave.exp
11614 * gdb.reverse/break-reverse.exp
11615 * gdb.reverse/consecutive-precsave.exp
11616 * gdb.reverse/consecutive-reverse.exp
11617 * gdb.reverse/finish-precsave.exp
11618 * gdb.reverse/finish-reverse-bkpt.exp
11619 * gdb.reverse/finish-reverse.exp
11620 * gdb.reverse/fstatat-reverse.exp
11621 * gdb.reverse/getresuid-reverse.exp
11622 * gdb.reverse/i386-precsave.exp
11623 * gdb.reverse/i386-reverse.exp
11624 * gdb.reverse/i386-sse-reverse.exp
11625 * gdb.reverse/i387-stack-reverse.exp
11626 * gdb.reverse/insn-reverse.exp
11627 * gdb.reverse/machinestate-precsave.exp
11628 * gdb.reverse/machinestate.exp
11629 * gdb.reverse/next-reverse-bkpt-over-sr.exp
11630 * gdb.reverse/pipe-reverse.exp
11631 * gdb.reverse/readv-reverse.exp
11632 * gdb.reverse/recvmsg-reverse.exp
11633 * gdb.reverse/rerun-prec.exp
11634 * gdb.reverse/s390-mvcle.exp
11635 * gdb.reverse/sigall-precsave.exp
11636 * gdb.reverse/sigall-reverse.exp
11637 * gdb.reverse/solib-precsave.exp
11638 * gdb.reverse/solib-reverse.exp
11639 * gdb.reverse/step-precsave.exp
11640 * gdb.reverse/step-reverse.exp
11641 * gdb.reverse/time-reverse.exp
11642 * gdb.reverse/until-precsave.exp
11643 * gdb.reverse/until-reverse.exp
11644 * gdb.reverse/waitpid-reverse.exp
11645 * gdb.reverse/watch-precsave.exp
11646 * gdb.reverse/watch-reverse.exp
11647
11648 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
11649
11650 Fix test names starting with uppercase throughout the files.
11651
11652 * gdb.arch/i386-mpx-simple_segv.exp
11653 * gdb.arch/i386-mpx.exp
11654 * gdb.arch/i386-permbkpt.exp
11655 * gdb.arch/pa-nullify.exp
11656 * gdb.arch/powerpc-d128-regs.exp
11657 * gdb.arch/vsx-regs.exp
11658 * gdb.base/bfp-test.exp
11659 * gdb.base/break.exp
11660 * gdb.base/breakpoint-shadow.exp
11661 * gdb.base/callfuncs.exp
11662 * gdb.base/charset.exp
11663 * gdb.base/commands.exp
11664 * gdb.base/completion.exp
11665 * gdb.base/dfp-test.exp
11666 * gdb.base/echo.exp
11667 * gdb.base/ending-run.exp
11668 * gdb.base/eval.exp
11669 * gdb.base/expand-psymtabs.exp
11670 * gdb.base/float128.exp
11671 * gdb.base/floatn.exp
11672 * gdb.base/foll-exec-mode.exp
11673 * gdb.base/gdb1056.exp
11674 * gdb.base/gdb11531.exp
11675 * gdb.base/kill-after-signal.exp
11676 * gdb.base/multi-forks.exp
11677 * gdb.base/overlays.exp
11678 * gdb.base/pending.exp
11679 * gdb.base/sepdebug.exp
11680 * gdb.base/testenv.exp
11681 * gdb.base/valgrind-db-attach.exp
11682 * gdb.base/watch_thread_num.exp
11683 * gdb.base/watchpoint-cond-gone.exp
11684 * gdb.base/watchpoint.exp
11685 * gdb.base/watchpoints.exp
11686 * gdb.cp/arg-reference.exp
11687 * gdb.cp/baseenum.exp
11688 * gdb.cp/operator.exp
11689 * gdb.cp/shadow.exp
11690 * gdb.dwarf2/dw2-op-out-param.exp
11691 * gdb.dwarf2/dw2-reg-undefined.exp
11692 * gdb.go/chan.exp
11693 * gdb.go/hello.exp
11694 * gdb.go/integers.exp
11695 * gdb.go/methods.exp
11696 * gdb.go/package.exp
11697 * gdb.guile/scm-parameter.exp
11698 * gdb.guile/scm-progspace.exp
11699 * gdb.guile/scm-value.exp
11700 * gdb.mi/mi-pending.exp
11701 * gdb.mi/user-selected-context-sync.exp
11702 * gdb.multi/multi-attach.exp
11703 * gdb.multi/tids.exp
11704 * gdb.opt/clobbered-registers-O2.exp
11705 * gdb.pascal/floats.exp
11706 * gdb.pascal/integers.exp
11707 * gdb.python/py-block.exp
11708 * gdb.python/py-events.exp
11709 * gdb.python/py-parameter.exp
11710 * gdb.python/py-symbol.exp
11711 * gdb.python/py-symtab.exp
11712 * gdb.python/py-type.exp
11713 * gdb.python/py-value.exp
11714 * gdb.python/py-xmethods.exp
11715 * gdb.python/python.exp
11716 * gdb.reverse/break-precsave.exp
11717 * gdb.reverse/consecutive-precsave.exp
11718 * gdb.reverse/finish-precsave.exp
11719 * gdb.reverse/i386-precsave.exp
11720 * gdb.reverse/machinestate-precsave.exp
11721 * gdb.reverse/sigall-precsave.exp
11722 * gdb.reverse/solib-precsave.exp
11723 * gdb.reverse/step-precsave.exp
11724 * gdb.reverse/until-precsave.exp
11725 * gdb.reverse/watch-precsave.exp
11726 * gdb.server/ext-attach.exp
11727 * gdb.server/ext-restart.exp
11728 * gdb.server/ext-run.exp
11729 * gdb.server/ext-wrapper.exp
11730 * gdb.stabs/gdb11479.exp
11731 * gdb.stabs/weird.exp
11732 * gdb.threads/attach-many-short-lived-threads.exp
11733 * gdb.threads/kill.exp
11734 * gdb.threads/watchpoint-fork.exp
11735
11736 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
11737
11738 Fix test names starting with uppercase throughout all the files below.
11739
11740 * gdb.ada/array_return.exp
11741 * gdb.ada/catch_ex.exp
11742 * gdb.ada/info_exc.exp
11743 * gdb.ada/mi_catch_ex.exp
11744 * gdb.ada/mi_dyn_arr.exp
11745 * gdb.ada/mi_ex_cond.exp
11746 * gdb.ada/mi_exc_info.exp
11747 * gdb.ada/mi_interface.exp
11748 * gdb.ada/mi_task_arg.exp
11749 * gdb.ada/mi_task_info.exp
11750 * gdb.ada/mi_var_array.exp
11751 * gdb.arch/alpha-step.exp
11752 * gdb.arch/amd64-disp-step.exp
11753 * gdb.arch/arm-disp-step.exp
11754 * gdb.arch/disp-step-insn-reloc.exp
11755 * gdb.arch/e500-prologue.exp
11756 * gdb.arch/ftrace-insn-reloc.exp
11757 * gdb.arch/gdb1558.exp
11758 * gdb.arch/i386-bp_permanent.exp
11759 * gdb.arch/i386-disp-step.exp
11760 * gdb.arch/i386-float.exp
11761 * gdb.arch/i386-gnu-cfi.exp
11762 * gdb.arch/ia64-breakpoint-shadow.exp
11763 * gdb.arch/mips16-thunks.exp
11764 * gdb.arch/pa-nullify.exp
11765 * gdb.arch/powerpc-aix-prologue.exp
11766 * gdb.arch/powerpc-power.exp
11767 * gdb.arch/ppc-dfp.exp
11768 * gdb.arch/s390-tdbregs.exp
11769 * gdb.arch/spu-info.exp
11770 * gdb.arch/spu-ls.exp
11771 * gdb.arch/thumb-bx-pc.exp
11772 * gdb.base/advance.exp
11773 * gdb.base/annota-input-while-running.exp
11774 * gdb.base/arrayidx.exp
11775 * gdb.base/asmlabel.exp
11776 * gdb.base/async.exp
11777 * gdb.base/attach-wait-input.exp
11778 * gdb.base/auto-connect-native-target.exp
11779 * gdb.base/batch-preserve-term-settings.exp
11780 * gdb.base/bfp-test.exp
11781 * gdb.base/bigcore.exp
11782 * gdb.base/bp-permanent.exp
11783 * gdb.base/break-always.exp
11784 * gdb.base/break-fun-addr.exp
11785 * gdb.base/break-idempotent.exp
11786 * gdb.base/break-main-file-remove-fail.exp
11787 * gdb.base/break-probes.exp
11788 * gdb.base/break-unload-file.exp
11789 * gdb.base/break.exp
11790 * gdb.base/call-ar-st.exp
11791 * gdb.base/call-rt-st.exp
11792 * gdb.base/call-sc.exp
11793 * gdb.base/call-signal-resume.exp
11794 * gdb.base/call-strs.exp
11795 * gdb.base/callexit.exp
11796 * gdb.base/callfuncs.exp
11797 * gdb.base/catch-gdb-caused-signals.exp
11798 * gdb.base/catch-signal-siginfo-cond.exp
11799 * gdb.base/catch-syscall.exp
11800 * gdb.base/compare-sections.exp
11801 * gdb.base/cond-eval-mode.exp
11802 * gdb.base/condbreak-call-false.exp
11803 * gdb.base/consecutive-step-over.exp
11804 * gdb.base/cursal.exp
11805 * gdb.base/disabled-location.exp
11806 * gdb.base/disasm-end-cu.exp
11807 * gdb.base/display.exp
11808 * gdb.base/double-prompt-target-event-error.exp
11809 * gdb.base/dprintf-bp-same-addr.exp
11810 * gdb.base/dprintf-detach.exp
11811 * gdb.base/dprintf-next.exp
11812 * gdb.base/dprintf-non-stop.exp
11813 * gdb.base/dprintf-pending.exp
11814 * gdb.base/dso2dso.exp
11815 * gdb.base/ending-run.exp
11816 * gdb.base/enum_cond.exp
11817 * gdb.base/examine-backward.exp
11818 * gdb.base/exe-lock.exp
11819 * gdb.base/exec-invalid-sysroot.exp
11820 * gdb.base/execl-update-breakpoints.exp
11821 * gdb.base/execution-termios.exp
11822 * gdb.base/fileio.exp
11823 * gdb.base/fixsection.exp
11824 * gdb.base/foll-exec-mode.exp
11825 * gdb.base/foll-exec.exp
11826 * gdb.base/fork-running-state.exp
11827 * gdb.base/frame-args.exp
11828 * gdb.base/fullpath-expand.exp
11829 * gdb.base/func-ptr.exp
11830 * gdb.base/gcore-relro-pie.exp
11831 * gdb.base/gdb1090.exp
11832 * gdb.base/gdb1555.exp
11833 * gdb.base/global-var-nested-by-dso.exp
11834 * gdb.base/gnu-ifunc.exp
11835 * gdb.base/hbreak-in-shr-unsupported.exp
11836 * gdb.base/hbreak-unmapped.exp
11837 * gdb.base/hook-stop.exp
11838 * gdb.base/infcall-input.exp
11839 * gdb.base/info-fun.exp
11840 * gdb.base/info-shared.exp
11841 * gdb.base/interrupt-noterm.exp
11842 * gdb.base/jit-so.exp
11843 * gdb.base/jit.exp
11844 * gdb.base/line-symtabs.exp
11845 * gdb.base/list.exp
11846 * gdb.base/longjmp.exp
11847 * gdb.base/macscp.exp
11848 * gdb.base/max-value-size.exp
11849 * gdb.base/nodebug.exp
11850 * gdb.base/nofield.exp
11851 * gdb.base/overlays.exp
11852 * gdb.base/paginate-after-ctrl-c-running.exp
11853 * gdb.base/paginate-bg-execution.exp
11854 * gdb.base/paginate-inferior-exit.exp
11855 * gdb.base/pending.exp
11856 * gdb.base/pr11022.exp
11857 * gdb.base/printcmds.exp
11858 * gdb.base/ptr-typedef.exp
11859 * gdb.base/ptype.exp
11860 * gdb.base/randomize.exp
11861 * gdb.base/range-stepping.exp
11862 * gdb.base/realname-expand.exp
11863 * gdb.base/relativedebug.exp
11864 * gdb.base/remote.exp
11865 * gdb.base/savedregs.exp
11866 * gdb.base/sepdebug.exp
11867 * gdb.base/set-noassign.exp
11868 * gdb.base/shlib-call.exp
11869 * gdb.base/shreloc.exp
11870 * gdb.base/sigaltstack.exp
11871 * gdb.base/sigbpt.exp
11872 * gdb.base/siginfo-addr.exp
11873 * gdb.base/siginfo-obj.exp
11874 * gdb.base/siginfo-thread.exp
11875 * gdb.base/signest.exp
11876 * gdb.base/signull.exp
11877 * gdb.base/sigrepeat.exp
11878 * gdb.base/skip.exp
11879 * gdb.base/so-impl-ld.exp
11880 * gdb.base/solib-corrupted.exp
11881 * gdb.base/solib-disc.exp
11882 * gdb.base/solib-display.exp
11883 * gdb.base/solib-overlap.exp
11884 * gdb.base/solib-search.exp
11885 * gdb.base/solib-symbol.exp
11886 * gdb.base/source-execution.exp
11887 * gdb.base/sss-bp-on-user-bp-2.exp
11888 * gdb.base/sss-bp-on-user-bp.exp
11889 * gdb.base/stack-checking.exp
11890 * gdb.base/stale-infcall.exp
11891 * gdb.base/step-break.exp
11892 * gdb.base/step-line.exp
11893 * gdb.base/step-over-exit.exp
11894 * gdb.base/step-test.exp
11895 * gdb.base/structs.exp
11896 * gdb.base/sym-file.exp
11897 * gdb.base/symtab-search-order.exp
11898 * gdb.base/term.exp
11899 * gdb.base/type-opaque.exp
11900 * gdb.base/unload.exp
11901 * gdb.base/until-nodebug.exp
11902 * gdb.base/until.exp
11903 * gdb.base/unwindonsignal.exp
11904 * gdb.base/watch-cond.exp
11905 * gdb.base/watch-non-mem.exp
11906 * gdb.base/watch_thread_num.exp
11907 * gdb.base/watchpoint-reuse-slot.exp
11908 * gdb.base/watchpoint-solib.exp
11909 * gdb.base/watchpoint.exp
11910 * gdb.btrace/dlopen.exp
11911 * gdb.cell/arch.exp
11912 * gdb.cell/break.exp
11913 * gdb.cell/bt.exp
11914 * gdb.cell/core.exp
11915 * gdb.cell/data.exp
11916 * gdb.cell/dwarfaddr.exp
11917 * gdb.cell/ea-cache.exp
11918 * gdb.cell/ea-standalone.exp
11919 * gdb.cell/ea-test.exp
11920 * gdb.cell/f-regs.exp
11921 * gdb.cell/fork.exp
11922 * gdb.cell/gcore.exp
11923 * gdb.cell/mem-access.exp
11924 * gdb.cell/ptype.exp
11925 * gdb.cell/registers.exp
11926 * gdb.cell/sizeof.exp
11927 * gdb.cell/solib-symbol.exp
11928 * gdb.cell/solib.exp
11929 * gdb.compile/compile-tls.exp
11930 * gdb.cp/exception.exp
11931 * gdb.cp/gdb2495.exp
11932 * gdb.cp/local.exp
11933 * gdb.cp/mb-inline.exp
11934 * gdb.cp/mb-templates.exp
11935 * gdb.cp/pr10687.exp
11936 * gdb.cp/pr9167.exp
11937 * gdb.cp/scope-err.exp
11938 * gdb.cp/templates.exp
11939 * gdb.cp/virtfunc.exp
11940 * gdb.dwarf2/dw2-dir-file-name.exp
11941 * gdb.dwarf2/dw2-single-line-discriminators.exp
11942 * gdb.fortran/complex.exp
11943 * gdb.fortran/library-module.exp
11944 * gdb.guile/guile.exp
11945 * gdb.guile/scm-cmd.exp
11946 * gdb.guile/scm-frame-inline.exp
11947 * gdb.guile/scm-objfile.exp
11948 * gdb.guile/scm-pretty-print.exp
11949 * gdb.guile/scm-symbol.exp
11950 * gdb.guile/scm-type.exp
11951 * gdb.guile/scm-value.exp
11952 * gdb.linespec/keywords.exp
11953 * gdb.linespec/ls-errs.exp
11954 * gdb.linespec/macro-relative.exp
11955 * gdb.linespec/thread.exp
11956 * gdb.mi/mi-breakpoint-changed.exp
11957 * gdb.mi/mi-dprintf-pending.exp
11958 * gdb.mi/mi-fullname-deleted.exp
11959 * gdb.mi/mi-logging.exp
11960 * gdb.mi/mi-pending.exp
11961 * gdb.mi/mi-solib.exp
11962 * gdb.mi/new-ui-mi-sync.exp
11963 * gdb.mi/user-selected-context-sync.exp
11964 * gdb.multi/dummy-frame-restore.exp
11965 * gdb.multi/multi-arch-exec.exp
11966 * gdb.multi/remove-inferiors.exp
11967 * gdb.multi/watchpoint-multi-exit.exp
11968 * gdb.opt/solib-intra-step.exp
11969 * gdb.perf/backtrace.exp
11970 * gdb.perf/single-step.exp
11971 * gdb.perf/skip-command.exp
11972 * gdb.perf/skip-prologue.exp
11973 * gdb.perf/solib.exp
11974 * gdb.python/lib-types.exp
11975 * gdb.python/py-as-string.exp
11976 * gdb.python/py-bad-printers.exp
11977 * gdb.python/py-block.exp
11978 * gdb.python/py-breakpoint.exp
11979 * gdb.python/py-cmd.exp
11980 * gdb.python/py-events.exp
11981 * gdb.python/py-evthreads.exp
11982 * gdb.python/py-finish-breakpoint.exp
11983 * gdb.python/py-finish-breakpoint2.exp
11984 * gdb.python/py-frame-inline.exp
11985 * gdb.python/py-frame.exp
11986 * gdb.python/py-inferior.exp
11987 * gdb.python/py-infthread.exp
11988 * gdb.python/py-mi.exp
11989 * gdb.python/py-objfile.exp
11990 * gdb.python/py-pp-maint.exp
11991 * gdb.python/py-pp-registration.exp
11992 * gdb.python/py-prettyprint.exp
11993 * gdb.python/py-recurse-unwind.exp
11994 * gdb.python/py-shared.exp
11995 * gdb.python/py-symbol.exp
11996 * gdb.python/py-symtab.exp
11997 * gdb.python/py-template.exp
11998 * gdb.python/py-type.exp
11999 * gdb.python/py-unwind-maint.exp
12000 * gdb.python/py-unwind.exp
12001 * gdb.python/py-value.exp
12002 * gdb.python/python.exp
12003 * gdb.reverse/finish-reverse-bkpt.exp
12004 * gdb.reverse/insn-reverse.exp
12005 * gdb.reverse/next-reverse-bkpt-over-sr.exp
12006 * gdb.reverse/solib-precsave.exp
12007 * gdb.reverse/solib-reverse.exp
12008 * gdb.stabs/gdb11479.exp
12009 * gdb.stabs/weird.exp
12010 * gdb.threads/fork-child-threads.exp
12011 * gdb.threads/fork-plus-threads.exp
12012 * gdb.threads/fork-thread-pending.exp
12013 * gdb.threads/forking-threads-plus-breakpoint.exp
12014 * gdb.threads/hand-call-in-threads.exp
12015 * gdb.threads/interrupted-hand-call.exp
12016 * gdb.threads/linux-dp.exp
12017 * gdb.threads/local-watch-wrong-thread.exp
12018 * gdb.threads/next-while-other-thread-longjmps.exp
12019 * gdb.threads/non-ldr-exit.exp
12020 * gdb.threads/pending-step.exp
12021 * gdb.threads/print-threads.exp
12022 * gdb.threads/process-dies-while-detaching.exp
12023 * gdb.threads/process-dies-while-handling-bp.exp
12024 * gdb.threads/pthreads.exp
12025 * gdb.threads/queue-signal.exp
12026 * gdb.threads/reconnect-signal.exp
12027 * gdb.threads/signal-command-handle-nopass.exp
12028 * gdb.threads/signal-command-multiple-signals-pending.exp
12029 * gdb.threads/signal-delivered-right-thread.exp
12030 * gdb.threads/signal-sigtrap.exp
12031 * gdb.threads/sigthread.exp
12032 * gdb.threads/staticthreads.exp
12033 * gdb.threads/stepi-random-signal.exp
12034 * gdb.threads/thread-unwindonsignal.exp
12035 * gdb.threads/thread_check.exp
12036 * gdb.threads/thread_events.exp
12037 * gdb.threads/tid-reuse.exp
12038 * gdb.threads/tls-nodebug.exp
12039 * gdb.threads/tls-shared.exp
12040 * gdb.threads/tls-so_extern.exp
12041 * gdb.threads/tls.exp
12042 * gdb.threads/wp-replication.exp
12043 * gdb.trace/actions-changed.exp
12044 * gdb.trace/actions.exp
12045 * gdb.trace/backtrace.exp
12046 * gdb.trace/change-loc.exp
12047 * gdb.trace/collection.exp
12048 * gdb.trace/deltrace.exp
12049 * gdb.trace/disconnected-tracing.exp
12050 * gdb.trace/entry-values.exp
12051 * gdb.trace/ftrace-lock.exp
12052 * gdb.trace/ftrace.exp
12053 * gdb.trace/infotrace.exp
12054 * gdb.trace/mi-trace-frame-collected.exp
12055 * gdb.trace/mi-trace-unavailable.exp
12056 * gdb.trace/mi-traceframe-changed.exp
12057 * gdb.trace/mi-tracepoint-changed.exp
12058 * gdb.trace/mi-tsv-changed.exp
12059 * gdb.trace/no-attach-trace.exp
12060 * gdb.trace/packetlen.exp
12061 * gdb.trace/passc-dyn.exp
12062 * gdb.trace/passcount.exp
12063 * gdb.trace/pending.exp
12064 * gdb.trace/pr16508.exp
12065 * gdb.trace/qtro.exp
12066 * gdb.trace/range-stepping.exp
12067 * gdb.trace/read-memory.exp
12068 * gdb.trace/report.exp
12069 * gdb.trace/save-trace.exp
12070 * gdb.trace/signal.exp
12071 * gdb.trace/stap-trace.exp
12072 * gdb.trace/status-stop.exp
12073 * gdb.trace/strace.exp
12074 * gdb.trace/tfile.exp
12075 * gdb.trace/tfind.exp
12076 * gdb.trace/trace-break.exp
12077 * gdb.trace/trace-condition.exp
12078 * gdb.trace/trace-enable-disable.exp
12079 * gdb.trace/trace-mt.exp
12080 * gdb.trace/tracecmd.exp
12081 * gdb.trace/tracefile-pseudo-reg.exp
12082 * gdb.trace/tspeed.exp
12083 * gdb.trace/tstatus.exp
12084 * gdb.trace/tsv.exp
12085 * gdb.trace/unavailable.exp
12086 * gdb.trace/while-dyn.exp
12087 * gdb.trace/while-stepping.exp
12088 * lib/gdb-guile.exp
12089 * lib/gdb.exp
12090 * lib/mi-support.exp
12091 * lib/pascal.exp
12092 * lib/perftest.exp
12093 * lib/prelink-support.exp
12094 * lib/selftest-support.exp
12095
12096 2016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
12097
12098 * Makefile.in: Include disable-implicit-rules.mk.
12099
12100 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
12101
12102 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
12103 non-byte-aligned bit fields.
12104
12105 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
12106
12107 PR gdb/12616
12108 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
12109 respects the DW_AT_data_bit_offset attribute.
12110
12111 2016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
12112
12113 * gdb.base/default.exp: Fix output of "set language".
12114
12115 2016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
12116
12117 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
12118 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
12119 make.
12120 * configure.ac: Remove checks for the make program.
12121 * configure: Re-generate.
12122
12123 2016-11-16 Kevin Buettner <kevinb@redhat.com>
12124
12125 * gdb.python/py-recurse-unwind.c (main): Add loop.
12126 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
12127 to read_register() and gdb.parse_and_eval(). Make each code
12128 call a separate case that can be individually tested.
12129 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
12130 proc. Call cont_and_backtrace for each of the code paths that
12131 we want to test in the unwinder.
12132
12133 2016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
12134
12135 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
12136 the definition of struct S.
12137
12138 2016-11-11 Catherine Moore <clm@codesourcery.com>
12139
12140 * gdb.base/dump.exp: Identify verilog format dump tests as such.
12141
12142 2016-11-09 Pedro Alves <palves@redhat.com>
12143
12144 * gdb.base/commands.exp (runto_or_return): New procedure.
12145 (gdbvar_simple_if_test, gdbvar_simple_while_test)
12146 (gdbvar_complex_if_while_test, progvar_simple_if_test)
12147 (progvar_simple_while_test, progvar_complex_if_while_test)
12148 (if_while_breakpoint_command_test)
12149 (infrun_breakpoint_command_test, breakpoint_command_test)
12150 (user_defined_command_test, watchpoint_command_test)
12151 (test_command_prompt_position, redefine_hook_test)
12152 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
12153 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
12154 multi_line_input and multi_line. Remove gdb_expect and
12155 gdb_stop_suppressing_tests uses.
12156 * lib/gdb.exp (valnum_re): New global.
12157 (multi_line_input): New procedure.
12158
12159 2016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
12160
12161 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
12162 Remove.
12163 (test_setup): Define with proc_with_prefix.
12164 (test_cli_inferior): Likewise.
12165 (test_cli_thread): Likewise.
12166 (test_cli_frame): Likewise.
12167 (test_cli_select_frame): Likewise.
12168 (test_cli_up_down): Likewise.
12169 (test_mi_thread_select): Likewise.
12170 (test_mi_stack_select_frame): Likewise.
12171 (test_cli_in_mi_inferior): Likewise.
12172 (test_cli_in_mi_thread): Likewise.
12173 (test_cli_in_mi_frame): Likewise.
12174 (top level): Do not use with_test_prefix_procname.
12175
12176 2016-11-09 Pedro Alves <palves@redhat.com>
12177
12178 * gdb.base/commands.exp (gdbvar_simple_if_test)
12179 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
12180 (progvar_simple_if_test, progvar_simple_while_test)
12181 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
12182 (infrun_breakpoint_command_test, breakpoint_command_test)
12183 (user_defined_command_test, watchpoint_command_test)
12184 (test_command_prompt_position, deprecated_command_test)
12185 (bp_deleted_in_command, temporary_breakpoint_commands)
12186 (stray_arg0_test, source_file_with_indented_comment)
12187 (recursive_source_test, if_commands_test)
12188 (error_clears_commands_left, redefine_hook_test)
12189 (redefine_backtrace_test): Use proc_with_prefix.
12190 * lib/gdb.exp (proc_with_prefix): New proc.
12191
12192 2016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
12193
12194 * gdb.base/tui-layout.c: New file.
12195 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
12196 disassembly window contains very long lines.
12197
12198 2016-11-08 Tom Tromey <tom@tromey.com>
12199
12200 * gdb.python/py-value.exp (test_value_creation): Make "long" test
12201 depend on Python 2.
12202
12203 2016-11-08 Tom Tromey <tom@tromey.com>
12204
12205 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
12206 New method.
12207
12208 2016-10-29 Manish Goregaokar <manish@mozilla.com>
12209
12210 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
12211
12212 2016-10-27 Manish Goregaokar <manish@mozilla.com>
12213
12214 * gdb.rust/simple.rs: Add test for univariant enums without
12215 discriminants and for encoded struct-like enums.
12216
12217 2016-10-28 Pedro Alves <palves@redhat.com>
12218
12219 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
12220 gdb_test_multiple, tighten regexps and match symtabs and line
12221 tables incrementally.
12222
12223 2016-10-28 Luis Machado <lgustavo@codesourcery.com>
12224
12225 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
12226 general.
12227
12228 2016-10-25 Luis Machado <lgustavo@codesourcery.com>
12229
12230 * gdb.base/exec-invalid-sysroot.exp: New file.
12231
12232 2016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
12233
12234 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
12235
12236 2016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
12237
12238 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
12239
12240 2016-10-19 Maciej W. Rozycki <macro@imgtec.com>
12241
12242 * gdb.base/killed-outside.exp: Remove $options from a call to
12243 `prepare_for_testing'.
12244
12245 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
12246
12247 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
12248 Change test message.
12249
12250 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
12251
12252 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
12253 Update comment.
12254
12255 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
12256
12257 * gdb.trace/mi-trace-save.exp: New file.
12258
12259 2016-10-13 Yao Qi <yao.qi@linaro.org>
12260
12261 * gdb.base/code_elim.exp (get_var_address): Remove.
12262 * gdb.base/relocate.exp: Likewise.
12263 * gdb.base/shreloc.exp: Likewise.
12264 * lib/gdb.exp (get_var_address): New.
12265
12266 2016-10-13 Yao Qi <yao.qi@linaro.org>
12267
12268 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
12269 floating point tests if $skip_float_test is false.
12270
12271 2016-10-12 Luis Machado <lgustavo@codesourcery.com>
12272
12273 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
12274 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
12275 argc values.
12276 Add 1 to argc so we guarantee distinct initial/modified argc values.
12277
12278 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
12279
12280 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
12281
12282 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
12283
12284 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
12285 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
12286 * gdb.arch/vsx-regs.exp: Likewise.
12287
12288 2016-10-07 Yao Qi <yao.qi@linaro.org>
12289
12290 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
12291
12292 2016-10-07 Markus Metzger <markus.t.metzger@intel.com>
12293
12294 * gdb.python/python.exp: Test decode_line("*0").
12295
12296 2016-10-06 Doug Evans <dje@google.com>
12297
12298 * gdb.python/py-value.exp (test_value_creation): Add test for large
12299 unsigned 64-bit value.
12300
12301 2016-10-06 Tom Tromey <tom@tromey.com>
12302
12303 * gdb.compile/compile.exp: Change java tests to rust.
12304 * gdb.base/setshow.exp: Change java tests to rust.
12305 * gdb.base/default.exp: Remove java from language list.
12306 * README (Examples): Update language example.
12307 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
12308 test.
12309 * lib/gdb.exp (skip_java_tests): Remove.
12310 * lib/java.exp: Remove.
12311 * gdb.java: Remove.
12312
12313 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
12314
12315 * gdb.arch/mips-fcr.exp: New test.
12316 * gdb.arch/mips-fcr.c: Source for the new test.
12317
12318 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
12319
12320 * gdb.base/solib-disc.exp: Use `standard_output_file'
12321 throughout.
12322
12323 2016-10-06 Pedro Alves <palves@redhat.com>
12324
12325 * gdb.base/jit-simple-dl.c: New file.
12326 * gdb.base/jit-simple-jit.c: New file, factored out from ...
12327 * gdb.base/jit-simple.c: ... this.
12328 * gdb.base/jit-simple.exp (jit_run): Delete.
12329 (build_jit): New proc.
12330 (jit_test_reread): Recompile either the main program or the shared
12331 library, depending on what is being tested. Skip changing address
12332 if caller wants to. Compare before/after addresses. If testing
12333 standalone, explicitly load the binary. Test "maint info
12334 breakpoints".
12335 (top level): Add "standalone vs shared lib" and "change address"
12336 vs "same address" axes.
12337
12338 2016-10-06 Pedro Alves <palves@redhat.com>
12339
12340 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
12341 call.
12342 (jit_run): Delete.
12343 (jit_test_reread): Use with_test_prefix. Reload the main binary
12344 explicitly. Compare the before/after addresses of the JIT
12345 descriptor.
12346
12347 2016-08-15 Doug Evans <dje@google.com>
12348
12349 * gdb.xml/extra-regs.xml: Update, end field now required, default type
12350 for single bitfields is bool.
12351 * gdb.xml/tdesc-regs.exp: Ditto.
12352
12353 2016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
12354
12355 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
12356
12357 2016-10-05 Yao Qi <yao.qi@linaro.org>
12358
12359 * lib/gdb.exp (support_complex_tests): Return zero if
12360 gdb_skip_float_test return true.
12361
12362 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
12363 Simon Marchi <simon.marchi@ericsson.com>
12364
12365 PR gdb/20487
12366 * gdb.mi/user-selected-context-sync.exp: New file.
12367 * gdb.mi/user-selected-context-sync.c: New file.
12368
12369 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
12370 Simon Marchi <simon.marchi@ericsson.com>
12371
12372 PR gdb/20487
12373 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
12374 =thread-select-event check.
12375
12376 2016-09-29 Peter Bergner <bergner@vnet.ibm.com>
12377
12378 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
12379 the compulsory L operand changes.
12380 * gdb.arch/powerpc-power.s: Likewise.
12381
12382 2016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
12383
12384 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
12385 * gdb.base/jit-attach-pie.c: New file.
12386 * gdb.base/jit-attach-pie.exp: New file.
12387
12388 2016-09-28 Pedro Alves <palves@redhat.com>
12389
12390 * gdb.base/infcall-input.c: New file.
12391 * gdb.base/infcall-input.exp: New file.
12392
12393 2016-09-22 Yao Qi <yao.qi@linaro.org>
12394
12395 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
12396 (gdb_exit): Rename it to ...
12397 (gdbserver_gdb_exit): ... Close GDBserver.
12398 (gdb_exit): New proc, call gdbserver_gdb_exit.
12399 (mi_gdb_exit): Likewise.
12400
12401 2016-09-22 Yao Qi <yao.qi@linaro.org>
12402
12403 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
12404 path.
12405 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
12406 Remove duplication.
12407
12408 2016-09-22 Yao Qi <yao.qi@linaro.org>
12409
12410 * lib/gdbserver-support.exp: Check the existence of
12411 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
12412
12413 2016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
12414
12415 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
12416
12417 2016-09-21 Tom Tromey <tom@tromey.com>
12418
12419 PR gdb/20604:
12420 * gdb.base/quit.exp: New file.
12421
12422 2016-09-21 Simon Marchi <simon.marchi@ericsson.com>
12423
12424 * .gitignore: New file.
12425
12426 2016-09-21 Maciej W. Rozycki <macro@imgtec.com>
12427
12428 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
12429 throughout.
12430
12431 2016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
12432
12433 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
12434
12435 2016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
12436
12437 * gdb.cp/casts.cc (decltype): Move it ...
12438 (main): ... with its call to ...
12439 * gdb.cp/casts03.cc: ... a new file.
12440 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
12441
12442 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
12443
12444 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
12445
12446 2016-09-15 Peter Bergner <bergner@vnet.ibm.com>
12447
12448 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
12449 and sync up the test with tests in gas/testsuite/gas/ppc.
12450 * gdb.arch/powerpc-power.exp: Likewise.
12451
12452 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
12453
12454 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
12455
12456 2016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
12457 Jan Kratochvil <jan.kratochvil@redhat.com>
12458
12459 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
12460 make m1's definition to be different from m2's. Use 'dummy' as an
12461 argument for probe 'two'.
12462
12463 2016-09-10 Jon Beniston <jon@beniston.com>
12464
12465 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
12466 for sim target.
12467
12468 2016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
12469
12470 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
12471 variable declaration.
12472 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
12473 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
12474 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
12475 received HWCAP as its argument.
12476
12477 2016-09-06 Pedro Alves <palves@redhat.com>
12478
12479 * gdb.base/new-ui-pending-input.c: New file.
12480 * gdb.base/new-ui-pending-input.exp: New file.
12481 * gdb.exp (clear_gdb_spawn_id): New procedure.
12482 (with_spawn_id): Check whether gdb_spawn_id exists before
12483 referencing it. If gdb_spawn_id didn't exist on entry, clear it
12484 on exit.
12485
12486 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
12487
12488 * gdb.base/float128.c: New file.
12489 * gdb.base/float128.exp: Likewise.
12490 * gdb.base/floatn.c: Likewise.
12491 * gdb.base/floatn.exp: Likewise.
12492
12493 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
12494
12495 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
12496
12497 2016-09-05 Pedro Alves <palves@redhat.com>
12498
12499 PR backtrace/19927
12500 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
12501 unwinders are immediately called as side effect of "source" or
12502 "disable unwinder" commands.
12503 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
12504
12505 2016-09-02 Yao Qi <yao.qi@linaro.org>
12506
12507 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
12508 is true and $type is "float" or "double".
12509
12510 2016-09-02 Yao Qi <yao.qi@linaro.org>
12511
12512 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
12513 true.
12514 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
12515 * gdb.base/call-rt-st.exp: Likewise.
12516 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
12517 return value instead of gdb,skip_float_test.
12518 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
12519 (do_function_calls): Use its return value instead of
12520 gdb,skip_float_test.
12521 * gdb.base/finish.exp: Likewise.
12522 * gdb.base/funcargs.exp: Likewise.
12523 * gdb.base/return.exp: Likewise.
12524 * gdb.base/return2.exp: Likewise.
12525 * gdb.base/varargs.exp: Likewise.
12526 * lib/gdb.exp (gdb_skip_float_test): Change it to
12527 gdb_caching_proc. Detect the broken ptrace on arm-linux.
12528
12529 2016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
12530
12531 * gdb.multi/tids.exp: Test "thread apply all".
12532
12533 2016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
12534
12535 * gdb.base/default.exp (tty): Remove.
12536
12537 2016-08-24 Kevin Buettner <kevinb@redhat.com>
12538
12539 * gdb.python/py-recurse-unwind.c: New file.
12540 * gdb.python/py-recurse-unwind.py: New file.
12541 * gdb.python/py-recurse-unwind.exp: New file.
12542
12543 2016-08-24 Simon Marchi <simon.marchi@ericsson.com>
12544
12545 * gdb.base/set-inferior-tty.exp: New file.
12546 * gdb.base/set-inferior-tty.c: New file.
12547
12548 2016-08-23 Pedro Alves <palves@redhat.com>
12549
12550 PR gdb/20494
12551 * gdb.base/new-ui-echo.c: New file.
12552 * gdb.base/new-ui-echo.exp: New file.
12553
12554 2016-08-23 Yao Qi <yao.qi@linaro.org>
12555
12556 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
12557 gdbserver_spawn.
12558 * gdb.server/connect-without-multi-process.exp (do_test):
12559 Likewise.
12560
12561 2016-08-23 Yao Qi <yao.qi@linaro.org>
12562
12563 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
12564 standalone_txt. Delete gdb_txt and standalone_txt on host
12565 and target. Spawn the binary on target. Copy files from
12566 target to host.
12567
12568 2016-08-22 Pedro Alves <palves@redhat.com>
12569
12570 PR gdb/20505
12571 * gdb.base/vdso-warning.exp: Test core dumps too. Use
12572 with_test_prefix. Factor out bits to ...
12573 (test_no_vdso): ... this new procedure.
12574
12575 2016-08-19 Carl Love <cel@us.ibm.com>
12576
12577 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
12578 maintaining separate logic for constructing the output path.
12579 * gdb.arch/powerpc-d128-regs.exp: Likewise.
12580 * gdb.arch/ppc-dfp.exp: Likewise.
12581 * gdb.arch/ppc-fp.exp: Likewise.
12582 * gdb.arch/vsx-regs.exp: Likewise.
12583 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
12584 binprefix for generating the additional binary files.
12585
12586 2016-08-19 Pedro Alves <palves@redhat.com>
12587
12588 * gdb.trace/mi-trace-frame-collected.exp
12589 (test_trace_frame_collected): On x32, expect two registers.
12590
12591 2016-08-18 Carl Love <cel@us.ibm.com>
12592
12593 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
12594 and sync up the test with tests in gas/testsuite/gas/ppc.
12595 * gdb.arch/powerpc-power.exp: Likewise.
12596
12597 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
12598
12599 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
12600 expected error message.
12601
12602 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
12603
12604 * gdb.multi/remove-inferiors.exp: New file.
12605 * gdb.multi/remove-inferiors.c: New file.
12606
12607 2016-08-12 Yao Qi <yao.qi@linaro.org>
12608
12609 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
12610 argument list.
12611
12612 2016-08-10 Pedro Alves <palves@redhat.com>
12613
12614 PR gdb/19187
12615 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
12616 setup_kfails.
12617
12618 2016-08-09 Pedro Alves <palves@redhat.com>
12619 Simon Marchi <simon.marchi@ericsson.com>
12620
12621 PR gdb/20418
12622 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
12623 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
12624
12625 2016-08-09 Pedro Alves <palves@redhat.com>
12626
12627 PR mi/20431
12628 * gdb.mi/mi-cmd-error.exp: New file.
12629
12630 2016-08-09 Pedro Alves <palves@redhat.com>
12631
12632 PR gdb/18653
12633 * gdb.base/signals-state-child.c: New file.
12634 * gdb.base/signals-state-child.exp: New file.
12635 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
12636
12637 2016-08-09 Pedro Alves <palves@redhat.com>
12638
12639 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
12640
12641 2016-08-03 Tom Tromey <tom@tromey.com>
12642
12643 PR python/18565:
12644 * gdb.python/py-frame-inline.exp: Add Frame.function test.
12645
12646 2016-08-01 Yao Qi <yao.qi@linaro.org>
12647
12648 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
12649 variable mode to "multi-process" if $multi_process is 1, otherwise
12650 set it to "single-process".
12651
12652 2016-08-01 Yao Qi <yao.qi@linaro.org>
12653
12654 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
12655 * gdb.cp/cpexprs.exp: Likewise.
12656 * gdb.cp/m-static.exp: Likewise.
12657
12658 2016-07-26 Tom Tromey <tom@tromey.com>
12659
12660 PR python/20190:
12661 * gdb.threads/tls.exp (check_thread_local): Add python symbol
12662 test.
12663
12664 2016-07-26 Markus Metzger <markus.t.metzger@intel.com>
12665
12666 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
12667 selecting assembly source files.
12668 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
12669 assembly source files.
12670 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
12671 assembly source files.
12672 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
12673 selecting assembly source files.
12674
12675 2016-07-25 Simon Marchi <simon.marchi@ericsson.com>
12676
12677 * gdb.base/new-ui.exp (do_test_invalid_args): New
12678 procedure.
12679
12680 2016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
12681
12682 * gdb.btrace/reconnect.c: New file.
12683 * gdb.btrace/reconnect.exp: New file.
12684
12685 2016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
12686
12687 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
12688 to test_catch_syscall_group.
12689 (test_catch_syscall_group): New.
12690
12691 2016-07-21 Tom Tromey <tom@tromey.com>
12692
12693 * gdb.rust/simple.rs (main): Use empty struct expression.
12694 * gdb.rust/simple.exp: Add tests for empty struct expression.
12695
12696 2016-07-21 Yao Qi <yao.qi@linaro.org>
12697
12698 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
12699 if gdb_skip_xml_test is true on some targets.
12700
12701 2016-07-21 Yao Qi <yao.qi@linaro.org>
12702
12703 * gdb.server/solib-list.exp: Unset last_loaded_file.
12704
12705 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
12706
12707 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
12708 "step into captured_main (args)".
12709
12710 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
12711
12712 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
12713
12714 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
12715
12716 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
12717
12718 2016-07-19 Pedro Alves <palves@redhat.com>
12719
12720 * gdb.opt/inline-break.exp: Remove optimize=-O2.
12721 * gdb.opt/inline-bt.exp: Likewise.
12722 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
12723 additional_flags=-Winline.
12724 * gdb.opt/inline-locals.exp: Likewise.
12725 * gdb.opt/inline-markers.c (ATTR): Define.
12726 (inlined_fn): Use it.
12727
12728 2016-07-19 Yao Qi <yao.qi@linaro.org>
12729
12730 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
12731 (test_with_self): Remove some code. Remove argument executable.
12732 (top-level): Use do_self_tests.
12733
12734 2016-07-15 Zachary Welch <zwelch@codesourcery.com>
12735 Don Breazeal <donb@codesourcery.com>
12736
12737 * gdb.base/maint.exp: Escape paths used in regular expressions.
12738 * gdb.stabs/weird.exp: Likewise.
12739
12740 2016-07-13 Tom Tromey <tom@tromey.com>
12741
12742 PR python/15620, PR python/18620:
12743 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
12744 (test_bkpt_events): New procs.
12745
12746 2016-07-13 Tom Tromey <tom@tromey.com>
12747
12748 PR python/17698:
12749 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
12750 test.
12751 (test_watchpoints): Likewise.
12752 (test_bkpt_pending): New proc.
12753
12754 2016-07-13 Tom Tromey <tom@tromey.com>
12755
12756 PR cli/18053:
12757 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
12758 completion test.
12759
12760 2016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
12761
12762 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
12763 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
12764 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
12765 f_label.
12766 (g): Rename g_end_lbl to g_label.
12767 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
12768 low_pc and high_pc.
12769 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
12770
12771 2016-07-12 Tom Tromey <tom@tromey.com>
12772
12773 PR python/19293:
12774 * gdb.python/py-unwind-maint.exp: Update tests.
12775
12776 2016-07-12 Yao Qi <yao.qi@linaro.org>
12777
12778 * lib/selftest-support.exp (selftest_setup): Match the output
12779 when captured_main is inlined.
12780
12781 2016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
12782
12783 * gdb.fortran/derived-types.exp (result_line, result_line_2):
12784 New variables.
12785 (print this%a, print this%b, print this): New tests.
12786 * gdb.fortran/derived-types.f90 (this): New object and
12787 initialization.
12788
12789 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
12790
12791 * gdb.ada/arraydim.exp: Remove extra directory level in build
12792 directory.
12793
12794 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
12795
12796 * lib/ada.exp: Remove extra directory level in build directory.
12797 * gdb.ada/cond_lang.exp: Likewise.
12798 * gdb.ada/exec_changed.exp: Likewise.
12799 * gdb.ada/lang_switch.exp: Likewise.
12800
12801 2016-07-06 Manish Goregaokar <manish@mozilla.com>
12802
12803 * simple.rs: Add test for raw pointer subscripting.
12804 * simple.exp: Add test expectations.
12805
12806 2016-07-05 Yao Qi <yao.qi@linaro.org>
12807
12808 * gdb.mi/mi-reverse.exp: Match =record-started output.
12809
12810 2016-07-01 Pedro Alves <palves@redhat.com>
12811
12812 * gdb.base/jit-reader.exp (info_registers_current_frame): New
12813 procedure.
12814 (jit_reader_test): Test the jit reader's unwinder.
12815 * gdb.base/jithost.c (jit_function_00_code): New global.
12816 (main): Use memcpy to fill in the mmapped code, instead of poking
12817 bytes manually here.
12818 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
12819 value.
12820 (read_debug_info): Save the function's range.
12821 (read_sp): New function.
12822 (unwind_frame): Use it. Also unwind RBP.
12823 (get_frame_id): Use read_sp.
12824 (gdb_init_reader): Use calloc instead of malloc.
12825 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
12826 parameter. Use gdb_test_multiple.
12827
12828 2016-07-01 Pedro Alves <palves@redhat.com>
12829 Antoine Tremblay <antoine.tremblay@ericsson.com>
12830
12831 * gdb.threads/process-dies-while-detaching.c: New file.
12832 * gdb.threads/process-dies-while-detaching.exp: New file.
12833
12834 2016-07-01 Pedro Alves <palves@redhat.com>
12835
12836 * gdb.multi/watchpoint-multi-exit.c: New file.
12837 * gdb.multi/watchpoint-multi-exit.exp: New file.
12838
12839 2016-06-30 Pedro Alves <palves@redhat.com>
12840
12841 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
12842 unset inferior_spawn_id.
12843
12844 2016-06-30 Pedro Alves <palves@redhat.com>
12845
12846 * lib/mi-support.exp (default_mi_gdb_start): Declare global
12847 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
12848
12849 2016-06-29 Yao Qi <yao.qi@linaro.org>
12850
12851 * gdb.base/return.c: Add copyright header.
12852
12853 2016-06-29 Tom Tromey <tom@tromey.com>
12854
12855 PR python/20129:
12856 * gdb.python/py-framefilter.exp: Add tests for setting priority
12857 and disabling of non-existent frame filter.
12858
12859 2016-06-29 Yao Qi <yao.qi@linaro.org>
12860
12861 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
12862 0x0f07ff.
12863
12864 2016-06-28 Yao Qi <yao.qi@linaro.org>
12865
12866 * gdb.base/catch-syscall.exp: Remove check on isnative and target
12867 triplets. Start gdb, execute catch syscall, and continue. Check
12868 gdb's output to determine catch syscall is supported.
12869
12870 2016-06-27 Manish Goregaokar <manish@mozilla.com>
12871
12872 * gdb.rust/simple.rs: Add test for returning unit in a function.
12873 * gdb.rust/simple.exp: Add expectation for functions returning
12874 unit.
12875
12876 2016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
12877
12878 * gdb.python/py-breakpoint-create-fail.c,
12879 gdb.python/py-breakpoint-create-fail.exp,
12880 gdb.python/py-breakpoint-create-fail.py: New testcase.
12881
12882 2016-06-25 Manish Goregaokar <manish@mozilla.com>
12883
12884 PR gdb/20239
12885 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
12886 * gdb.rust/simple.exp: Add test expectations for new NonZero
12887 tests.
12888
12889 2016-06-24 David Taylor <dtaylor@emc.com>
12890
12891 * gdb.base/offsets.exp: New file.
12892 * gdb.base/offsets.c: New file.
12893
12894 2016-06-23 Tom Tromey <tom@tromey.com>
12895
12896 PR gdb/16483:
12897 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
12898 before any filters are loaded.
12899
12900 2016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
12901
12902 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
12903 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
12904 structs.
12905 * gdb.fortran/derived-type-function.exp: New file.
12906 * gdb.fortran/derived-type-function.f90: New file.
12907
12908
12909 2016-06-21 Pedro Alves <palves@redhat.com>
12910
12911 * gdb.base/new-ui.exp: New file.
12912 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
12913 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
12914 (with_spawn_id): New procedure.
12915
12916 2016-06-21 Pedro Alves <palves@redhat.com>
12917
12918 * gdb.mi/mi-exec-run.exp: New file.
12919
12920 2016-06-21 Pedro Alves <palves@redhat.com>
12921
12922 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
12923 breakpoint command's output on the main UI.
12924 (test_break): New procedure, factored out from calls in the top
12925 level.
12926 (top level): Use foreach_with_prefix to test MI as main UI and as
12927 separate UI.
12928
12929 2016-06-21 Pedro Alves <palves@redhat.com>
12930
12931 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
12932 (test_awatch_creation_and_listing)
12933 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
12934 Remove 'type' parameter.
12935 (test_watchpoint_all): New parameter mi_mode. Remove
12936 with_test_prefix.
12937 (top level): Use foreach_with_prefix, and add main/separate UI MI
12938 testing axis.
12939
12940 2016-06-21 Pedro Alves <palves@redhat.com>
12941
12942 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
12943 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
12944 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
12945 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
12946 (gdb_main_spawn_id, mi_spawn_id): Declare and
12947 comment.
12948 (mi_create_inferior_pty): New procedure,
12949 factored out from default_mi_gdb_start.
12950 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
12951 procedures.
12952 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
12953 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
12954 Use mi_create_inferior_pty.
12955 (mi_gdb_start): Use eval to pass down args list.
12956
12957 2016-06-21 Pedro Alves <palves@redhat.com>
12958
12959 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
12960 * gdb.opt/inline-cmds.exp: Add MI tests.
12961
12962 2016-06-21 Pedro Alves <palves@redhat.com>
12963
12964 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
12965
12966 2016-06-21 Pedro Alves <palves@redhat.com>
12967
12968 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
12969 (top level): Use it instead of mi_execute_to.
12970
12971 2016-06-21 Pedro Alves <palves@redhat.com>
12972
12973 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
12974 (cont_handler_str): New.
12975 (signal_stop_handler): Set stop_handler_str instead of printing to
12976 stdout.
12977 (continue_handler): Set cont_handler_str instead of printing to
12978 stdout.
12979 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
12980 mi_send_resuming_command. Print stop_handler_str and
12981 cont_handler_str instead of expecting the python events print
12982 directly.
12983
12984 2016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
12985
12986 * gdb.base/jit-reader.exp: New file.
12987 * gdb.base/jithost.c: New file.
12988 * gdb.base/jithost.h: New file.
12989 * gdb.base/jitreader.c : New file.
12990 * gdb.base/jit-protocol.h: New file.
12991
12992 2016-06-17 Yao Qi <yao.qi@linaro.org>
12993
12994 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
12995 parameters follow_fork and detach_on_fork. Set follow-fork-mode
12996 and detach-on-fork. Adjust tests.
12997 (top level): Invoke break_cond_on_syscall with combinations of
12998 syscall, follow-fork-mode and detach-on-fork.
12999
13000 2016-06-17 Yao Qi <yao.qi@linaro.org>
13001
13002 * gdb.base/step-over-exit.c: New.
13003 * gdb.base/step-over-exit.exp: New.
13004
13005 2016-06-17 Yan-Ting Lin <currygt52@gmail.com>
13006
13007 * gdb.base/float.exp: Add target check for nds32*-*-*.
13008 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
13009
13010 2016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
13011
13012 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
13013 for unsupported target features.
13014 * gdb.base/call-rt-st.exp: Likewise.
13015 * gdb.base/call-sc.exp: Likewise.
13016 * gdb.base/call-signal-resume.exp: Likewise.
13017 * gdb.base/call-strs.exp: Likewise.
13018 * gdb.base/callexit.exp: Likewise.
13019 * gdb.base/callfuncs.exp: Likewise.
13020 * gdb.base/nodebug.exp: Likewise.
13021 * gdb.base/printcmds.exp: Likewise.
13022 * gdb.base/ptype.exp: Likewise.
13023 * gdb.base/structs.exp: Likewise.
13024 * gdb.base/unwindonsignal.exp: Likewise.
13025 * gdb.cp/gdb2495.exp: Likewise.
13026 * gdb.cp/templates.exp: Likewise.
13027 * gdb.cp/virtfunc.exp: Likewise.
13028 * gdb.threads/hand-call-in-threads.exp: Likewise.
13029 * gdb.threads/interrupted-hand-call.exp: Likewise.
13030 * gdb.threads/thread-unwindonsignal.exp: Likewise.
13031
13032 2016-06-10 Tom Tromey <tom@tromey.com>
13033
13034 PR rust/20110:
13035 * gdb.rust/expr.exp: Add test for integer constant larger than
13036 i32.
13037
13038 2016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
13039
13040 * gdb.fortran/nested-funcs.exp: New.
13041 * gdb.fortran/nested-funcs.f90: New.
13042
13043 2016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
13044
13045 * gdb.base/examine-backward.c: New file.
13046 * gdb.base/examine-backward.exp: New file.
13047
13048 2016-06-06 Simon Marchi <simon.marchi@ericsson.com>
13049
13050 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
13051 matching.
13052
13053 2016-06-02 Tom Tromey <tom@tromey.com>
13054
13055 PR python/18984:
13056 * gdb.python/py-shared.exp: Add solib_name test.
13057
13058 2016-06-02 Simon Marchi <simon.marchi@ericsson.com>
13059
13060 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
13061
13062 2016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
13063
13064 PR c++/19893
13065 * gdb.dwarf2/implref.exp: Rename to...
13066 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
13067 * gdb.dwarf2/implref-array.c: New file.
13068 * gdb.dwarf2/implref-array.exp: Likewise.
13069 * gdb.dwarf2/implref-global.c: Likewise.
13070 * gdb.dwarf2/implref-global.exp: Likewise.
13071 * gdb.dwarf2/implref-struct.c: Likewise.
13072 * gdb.dwarf2/implref-struct.exp: Likewise.
13073
13074 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
13075
13076 * gdb.trace/trace-condition.exp: Add 64bit tests.
13077
13078 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
13079
13080 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
13081 bits types.
13082 (main): Adapt to 8 to 64 bits types.
13083 * gdb.trace/trace-condition.exp: Add new tests.
13084
13085 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
13086
13087 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
13088
13089 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
13090
13091 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
13092 Move condition tests...
13093 * gdb.trace/trace-condition.exp: Here.
13094
13095 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
13096
13097 * gdb.trace/trace-condition.exp: Add counter-case tests.
13098
13099 2016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
13100
13101 PR c++/15231
13102 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
13103 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
13104
13105 2016-05-27 Pedro Alves <palves@redhat.com>
13106
13107 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
13108 New procedure.
13109 (top level): Call it, and bail out of DejaGnu is known to be bad.
13110
13111 2016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
13112
13113 * gdb.base/whatis.c: Extend the test case.
13114 * gdb.base/whatis.exp: Add additional tests.
13115
13116 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
13117
13118 * gdb.fortran/type.f90: Add pointer variable.
13119 * gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
13120
13121 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
13122
13123 * gdb.fortran/vla-type.exp: Fix testcase name.
13124
13125 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
13126
13127 * gdb.fortran/vla-type.exp: Access elements in nested structs.
13128
13129 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
13130
13131 * gdb.fortran/type.f90: Add nested structures.
13132 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
13133 * gdb.fortran/derived-type.exp: Adapt expected output.
13134 * gdb.fortran/vla-type.exp: Adapt expected output.
13135
13136 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
13137
13138 * gdb.fortran/whatis_type.exp: Adapt expected output.
13139
13140 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
13141
13142 * gdb.fortran/print_type.exp: Fix expected output.
13143 * gdb.fortran/whatis_type.exp: Fix expected output.
13144
13145 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
13146
13147 * gdb.fortran/whatis_type.exp: Use multi_line.
13148
13149 2016-05-24 Tom Tromey <tom@tromey.com>
13150
13151 PR python/17386:
13152 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
13153 use value as an index.
13154
13155 2016-05-23 Tom Tromey <tom@tromey.com>
13156
13157 PR python/17981:
13158 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
13159 no-breakpoint case.
13160
13161 2016-05-24 Pedro Alves <palves@redhat.com>
13162
13163 PR gdb/19828
13164 * gdb.threads/clone-attach-detach.c: New file.
13165 * gdb.threads/clone-attach-detach.exp: New file.
13166
13167 2016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
13168
13169 * gdb.base/annota-input-while-running.exp: Fix syntax error.
13170
13171 2016-05-23 Tom Tromey <tom@tromey.com>
13172
13173 PR python/19438, PR python/18393:
13174 * gdb.python/py-progspace.exp: Add "dir" test.
13175 * gdb.python/py-objfile.exp: Add "dir" test.
13176
13177 2016-05-23 Yao Qi <yao.qi@linaro.org>
13178
13179 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
13180 * gdb.arch/thumb2-it.exp: Likewise.
13181
13182 2016-05-18 Simon Marchi <simon.marchi@ericsson.com>
13183
13184 * gdb.mi/mi-threads-interrupt.c: New file.
13185 * gdb.mi/mi-threads-interrupt.exp: New file.
13186
13187 2016-05-17 Simon Marchi <simon.marchi@ericsson.com>
13188
13189 PR gdb/18077
13190 * gdb.mi/mi-async-run.exp: New file.
13191 * gdb.mi/mi-async-run.c: New file.
13192
13193 2016-05-17 Tom Tromey <tom@tromey.com>
13194 Manish Goregaokar <manishsmail@gmail.com>
13195
13196 * lib/rust-support.exp: New file.
13197 * lib/gdb.exp (skip_rust_tests): New proc.
13198 (build_executable_from_specs): Handle rust.
13199 * lib/future.exp (gdb_find_rustc): New proc.
13200 (gdb_default_target_compile): Handle rust.
13201 * gdb.rust/expr.exp: New file.
13202 * gdb.rust/generics.exp: New file.
13203 * gdb.rust/generics.rs: New file.
13204 * gdb.rust/methods.exp: New file.
13205 * gdb.rust/methods.rs: New file.
13206 * gdb.rust/modules.exp: New file.
13207 * gdb.rust/modules.rs: New file.
13208 * gdb.rust/simple.exp: New file.
13209 * gdb.rust/simple.rs: New file.
13210
13211 2016-05-17 Tom Tromey <tom@tromey.com>
13212
13213 * gdb.base/default.exp (set language): Add rust.
13214
13215 2016-05-17 Tom Tromey <tom@tromey.com>
13216
13217 * gdb.gdb/unittest.exp: New file.
13218
13219 2016-05-16 Yao Qi <yao.qi@linaro.org>
13220
13221 * gdb.base/batch-preserve-term-settings.exp: Remove variable
13222 shell_prompt. Update shell_prompt_re.
13223
13224 2016-05-12 Doug Evans <dje@google.com>
13225
13226 PR symtab/19999
13227 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
13228 $options when building executable.
13229 * gdb.dwarf2/fission-loclists-pie.S: New file.
13230 * gdb.dwarf2/fission-loclists-pie.exp: New file.
13231
13232 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
13233
13234 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
13235 of [is_remote target],
13236
13237 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
13238
13239 * lib/gdb.exp (use_gdb_stub): New procedure.
13240
13241 2016-05-03 Yunlian Jiang <yunlian@google.com>
13242 Doug Evans <dje@google.com>
13243
13244 PR symtab/19914
13245 * gdb.dwarf2/dwp-sepdebug.c: New file.
13246 * gdb.dwarf2/dwp-sepdebug.exp: New file.
13247
13248 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
13249
13250 * gdb.base/detach.exp: Remove is_remote check.
13251
13252 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
13253
13254 * gdb.base/annota-input-while-running.exp: Don't check for
13255 [is_remote target]. Enable annotations after running to main.
13256 Remove unused "set test..." line.
13257
13258 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
13259
13260 * gdb.trace/trace-enable-disable.exp: New file.
13261 * gdb.trace/trace-enable-disable.c: New file.
13262
13263 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
13264
13265 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
13266 use it in info sharedlibrary test.
13267 * gdb.trace/ftrace-lock.exp: Likewise.
13268 * gdb.trace/ftrace.exp: Likewise.
13269 * gdb.trace/range-stepping.exp: Likewise.
13270 * gdb.trace/trace-break.exp: Likewise.
13271 * gdb.trace/trace-condition.exp: Likewise.
13272 * gdb.trace/trace-mt.exp: Likewise.
13273
13274 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
13275
13276 * lib/gdb.exp (gdb_load_shlibs): Rename to...
13277 (gdb_load_shlib): ... this.
13278 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
13279 gdb_load_shlib.
13280 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
13281 * gdb.base/ctxobj.exp: Likewise.
13282 * gdb.base/dprintf-pending.exp: Likewise.
13283 * gdb.base/dso2dso.exp: Likewise.
13284 * gdb.base/fixsection.exp: Likewise.
13285 * gdb.base/gcore-relro.exp: Likewise.
13286 * gdb.base/gdb1555.exp: Likewise.
13287 * gdb.base/global-var-nested-by-dso.exp: Likewise.
13288 * gdb.base/gnu-ifunc.exp: Likewise.
13289 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
13290 * gdb.base/jit-so.exp (one_jit_test): Likewise.
13291 * gdb.base/pending.exp: Likewise.
13292 * gdb.base/print-file-var.exp: Likewise.
13293 * gdb.base/print-symbol-loading.exp: Likewise.
13294 * gdb.base/shlib-call.exp: Likewise.
13295 * gdb.base/shreloc.exp: Likewise.
13296 * gdb.base/so-impl-ld.exp: Likewise.
13297 * gdb.base/solib-disc.exp: Likewise.
13298 * gdb.base/solib-nodir.exp: Likewise.
13299 * gdb.base/solib-overlap.exp: Likewise.
13300 * gdb.base/solib-symbol.exp: Likewise.
13301 * gdb.base/solib-weak.exp (do_test): Likewise.
13302 * gdb.base/sym-file.exp: Likewise.
13303 * gdb.base/symtab-search-order.exp: Likewise.
13304 * gdb.base/type-opaque.exp: Likewise.
13305 * gdb.base/unload.exp: Likewise.
13306 * gdb.base/watchpoint-solib.exp: Likewise.
13307 * gdb.compile/compile.exp: Likewise.
13308 * gdb.cp/gdb2384.exp: Likewise.
13309 * gdb.cp/infcall-dlopen.exp: Likewise.
13310 * gdb.cp/re-set-overloaded.exp: Likewise.
13311 * gdb.fortran/library-module.exp: Likewise.
13312 * gdb.opt/solib-intra-step.exp: Likewise.
13313 * gdb.python/py-finish-breakpoint.exp: Likewise.
13314 * gdb.python/py-shared.exp: Likewise.
13315 * gdb.reverse/solib-precsave.exp: Likewise.
13316 * gdb.reverse/solib-reverse.exp: Likewise.
13317 * gdb.server/solib-list.exp: Likewise.
13318 * gdb.threads/dlopen-libpthread.exp: Likewise.
13319 * gdb.threads/tls-shared.exp: Likewise.
13320 * gdb.threads/tls-so_extern.exp: Likewise.
13321 * gdb.trace/change-loc.exp: Likewise.
13322 * gdb.trace/ftrace-lock.exp: Likewise.
13323 * gdb.trace/ftrace.exp: Likewise.
13324 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
13325 * gdb.trace/pending.exp: Likewise.
13326 * gdb.trace/range-stepping.exp: Likewise.
13327 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
13328 (strace_info_marker): Likewise.
13329 (strace_probe_marker): Likewise.
13330 (strace_trace_on_same_addr): Likewise.
13331 (strace_trace_on_diff_addr): Likewise.
13332 * gdb.trace/trace-break.exp: Likewise.
13333 * gdb.trace/trace-condition.exp: Likewise.
13334 * gdb.trace/trace-mt.exp: Likewise.
13335
13336 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
13337
13338 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
13339 result of gdb_remote_download.
13340 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
13341 * gdb.base/dso2dso.exp: Likewise.
13342 * gdb.base/global-var-nested-by-dso.exp: Likewise.
13343 * gdb.base/print-file-var.exp: Likewise.
13344 * gdb.base/shlib-call.exp: Likewise.
13345 * gdb.base/shreloc.exp: Likewise.
13346 * gdb.base/solib-overlap.exp: Likewise.
13347 * gdb.base/solib-weak.exp (do_test): Likewise.
13348 * gdb.base/unload.exp: Likewise.
13349
13350 2016-04-27 Yao Qi <yao.qi@linaro.org>
13351
13352 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
13353 exists.
13354
13355 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
13356
13357 * vla-type.exp: Print structure from toplevel.
13358
13359 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
13360
13361 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
13362 of dynamic types.
13363 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
13364 of dynamic types.
13365
13366 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
13367
13368 * gdb.fortran/vla-type.f90: New file.
13369 * gdb.fortran/vla-type.exp: New file.
13370
13371 2016-04-25 Yao Qi <yao.qi@linaro.org>
13372
13373 * gdb.base/branch-to-self.c: New file.
13374 * gdb.base/branch-to-self.exp: New file.
13375
13376 2016-04-22 Yao Qi <yao.qi@linaro.org>
13377
13378 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
13379 more after $hex.
13380
13381 2016-04-22 Yao Qi <yao.qi@linaro.org>
13382
13383 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
13384 * gdb.base/annota3.exp: Likewise.
13385
13386 2016-04-22 Yao Qi <yao.qi@linaro.org>
13387
13388 * gdb.reverse/step-precsave.exp: Do one step and test program
13389 stops in "callee" and do multiple steps until program goes out
13390 of "callee".
13391 * gdb.reverse/step-reverse.exp: Likewise.
13392
13393 2016-04-22 Yao Qi <yao.qi@linaro.org>
13394
13395 * gdb.trace/signal.exp: Also pass if
13396 $tracepoint_hits($i) > $iterations.
13397
13398 2016-04-22 Yao Qi <yao.qi@linaro.org>
13399
13400 * gdb.trace/signal.c: New file.
13401 * gdb.trace/signal.exp: New file.
13402
13403 2016-04-19 Doug Evans <xdje42@gmail.com>
13404
13405 * gdb.base/bad-file.exp: New file.
13406
13407 2016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
13408
13409 * gdb.dwarf2/implref.exp: New file.
13410
13411 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
13412
13413 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
13414 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
13415 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
13416 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
13417 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
13418 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
13419 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
13420 * lib/fortran.exp (fortran_int4): New procedure.
13421 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
13422 (fortran_logical4): Likewise.
13423
13424 2016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
13425
13426 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
13427
13428 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
13429
13430 * lib/compiler.c: Add Intel specific preprocessor macros.
13431 * lib/compiler.cc: Likewise.
13432
13433 2016-04-13 Luis Machado <lgustavo@codesourcery.com>
13434
13435 * gdb.server/connect-with-no-symbol-file.c: New file.
13436 * gdb.server/connect-with-no-symbol-file.exp: New file.
13437
13438 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
13439
13440 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
13441
13442 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
13443
13444 * boards/gdbserver-base.exp (${board}_download): Copy source file to
13445 standard output directory.
13446
13447 2016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
13448
13449 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
13450
13451 2016-04-13 Markus Metzger <markus.t.metzger@intel.com>
13452
13453 * gdb.btrace/instruction_history.c (loop): Add declaration.
13454
13455 2016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
13456
13457 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
13458
13459 2016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
13460
13461 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
13462 parentheses to print.
13463 (continue_handler): Likewise.
13464
13465 2016-04-08 Simon Marchi <simon.marchi@ericsson.com>
13466
13467 * gdb.server/solib-list.exp: Remove is_remote check.
13468 Pass shlib= to gdb_compile. Don't link shared library with
13469 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
13470 Run binary filename through "readlink -f" on the target.
13471
13472 2016-04-08 Pedro Alves <palves@redhat.com>
13473
13474 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
13475 interpreter filename as argument to gdbserver_spawn.
13476 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
13477 Return empty if $last_loaded_file does not exist.
13478
13479 2016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
13480
13481 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
13482 * gdb.base/jit-main.c: Use exit after usage.
13483
13484 2016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
13485
13486 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
13487 GDBHISTSIZE prior to the tests.
13488 * gdb.base/gdbinit-history.exp: Likewise.
13489
13490 2016-04-07 Pedro Alves <palves@redhat.com>
13491
13492 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
13493 instead of build_executable. Use gdb_load_shlibs.
13494
13495 2016-04-07 Yao Qi <yao.qi@linaro.org>
13496
13497 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
13498 Execute "si" command.
13499
13500 2016-04-07 Yao Qi <yao.qi@linaro.org>
13501
13502 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
13503 number instead of the comments on some line.
13504
13505 2016-04-06 Don Breazeal <donb@codesourcery.com>
13506
13507 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
13508 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
13509
13510 2016-04-06 Simon Marchi <simon.marchi@ericsson.com>
13511
13512 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
13513 standard_output_file. Remove unused binfile variable.
13514
13515 2016-04-05 Catalin Udma <catalin.udma@freescale.com>
13516
13517 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
13518 * gdb.python/py-mi-objfile.exp: Match "list main" output
13519 in console format.
13520
13521 2016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
13522
13523 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
13524 absolute.
13525
13526 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
13527
13528 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
13529 absolute.
13530 * gdb.trace/ftrace.exp: Likewise.
13531 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
13532 targets as well.
13533 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
13534 (gdb_load_shlibs): Copy libraries to test directory when testing
13535 natively. Only set solib-search-path if testing remotely.
13536 * lib/mi-support.exp (mi_load_shlibs): Likewise.
13537
13538 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
13539
13540 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
13541 gdb_download. Use it even if the target is not remote.
13542 * gdb.base/jit.exp (compile_jit_test): Likewise.
13543 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
13544 output directory if the destination board is local, otherwise use
13545 the standard remote_download from DejaGnu.
13546 (gdb_download): Remove.
13547 (gdb_load_shlibs): Use gdb_remote_download instead of
13548 gdb_download.
13549 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
13550 Use gdb_remote_download instead of gdb_download. Use it even if
13551 the target is not remote.
13552 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
13553 instead of gdb_download.
13554
13555 2016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
13556
13557 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
13558 (test_insert_delete_modify): Call mi_load_shlibs before trying to
13559 run.
13560
13561 2016-04-01 Artemiy Volkov <artemiyv@acm.org>
13562
13563 PR gdb/19820
13564 * gdb.base/printcmds.exp: Add artificial arrays tests.
13565
13566 2016-03-31 Pedro Alves <palves@redhat.com>
13567
13568 PR gdb/19858
13569 * gdb.base/jit-main.c: Include unistd.h.
13570 (ATTACH): Define to 0 if not already defined.
13571 (wait_for_gdb, mypid): New globals.
13572 (WAIT_FOR_GDB): New macro.
13573 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
13574 some breakpoint locations.
13575 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
13576 New procedures.
13577 (one_jit_test): Add REATTACH parameter, and handle it. Use
13578 continue_to_test_location.
13579 (top level): Test attach, and adjusts calls to one_jit_test.
13580
13581 2016-03-31 Pedro Alves <palves@redhat.com>
13582
13583 PR gdb/19858
13584 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
13585 BINSUFFIX parameter, and handle it.
13586 (top level): Adjust calls compile_jit_test.
13587
13588 2016-03-31 Catalin Udma <catalin.udma@freescale.com>
13589
13590 PR python/19743
13591 * gdb.python/py-mi-events-gdb.py: New file.
13592 * gdb.python/py-mi-events.c: New file.
13593 * gdb.python/py-mi-events.exp: New file.
13594
13595 2016-03-30 Yao Qi <yao.qi@linaro.org>
13596
13597 * gdb.reverse/until-precsave.exp: Match function name only.
13598 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
13599 Move malloc to a condition block.
13600 * gdb.reverse/until-reverse.exp: Match function name only.
13601
13602 2016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
13603
13604 * gdb.trace/ftrace.exp: Set arg0exp for s390.
13605 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
13606 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
13607 variable for GPR 0 instead of assuming it is register 0.
13608 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
13609 * lib/trace-support.exp: Add s390 registers.
13610
13611 2016-03-29 Yao Qi <yao.qi@linaro.org>
13612
13613 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
13614
13615 2016-03-24 Yao Qi <yao.qi@linaro.org>
13616
13617 * gdb.reverse/break-reverse.exp: Add quotation mark in the
13618 test message.
13619
13620 2016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
13621
13622 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
13623 maintaining separate logic for constructing the output path.
13624
13625 2016-03-16 Don Breazeal <donb@codesourcery.com>
13626
13627 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
13628 Retry fork and waitpid on interrupted system call errors.
13629 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
13630 Use with_timeout_factor to increase timeout by factor of 10.
13631
13632 2016-03-15 Don Breazeal <donb@codesourcery.com>
13633
13634 * gdb.cp/scope-err.cc: New test program.
13635 * gdb.cp/scope-err.exp: New test script.
13636 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
13637 lines and "set breakpoint here" comment.
13638 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
13639 Fixed some whitespace and format issues.
13640 * gdb.mi/mi-linespec-err-cp.cc: New test program.
13641 * gdb.mi/mi-linespec-err-cp.exp: New test script.
13642
13643 2016-03-15 Doug Evans <dje@google.com>
13644
13645 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
13646 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
13647 All callers updated. Add tests for enums, mixed flags register.
13648
13649 2016-03-15 Doug Evans <dje@google.com>
13650
13651 * gdb.base/skip.c (main): Call test_skip_file_and_function.
13652 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
13653
13654 2016-03-14 Simon Marchi <simon.marchi@ericsson.com>
13655
13656 * gdb.base/default.exp: Add $_as_string to the list of expected
13657 convenience functions.
13658
13659 2016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
13660
13661 * gdb.base/maint.exp: New tests for 'maint info line-table'.
13662
13663 2016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
13664
13665 * gdb.python/py-as-string.exp: New file.
13666 * gdb.python/py-as-string.c: New file.
13667
13668 2016-03-09 Pedro Alves <palves@redhat.com>
13669
13670 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
13671 signal" -> "Thread NN received signal" output change.
13672 * gdb.threads/ia64-sigill.exp: Likewise.
13673 * gdb.threads/linux-dp.exp: Likewise.
13674 * gdb.threads/manythreads.exp: Likewise.
13675 * gdb.threads/pending-step.exp: Likewise.
13676 * gdb.threads/print-threads.exp: Likewise.
13677 * gdb.threads/sigstep-threads.exp: Likewise.
13678 * gdb.threads/staticthreads.exp: Likewise.
13679 * gdb.threads/tls.exp: Likewise.
13680
13681 2016-03-09 Pedro Alves <palves@redhat.com>
13682
13683 * gdb.base/command-line-input.exp: New file.
13684
13685 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
13686
13687 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
13688 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
13689 * gdb.trace/pending.exp: Accept leading dot before function name.
13690 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
13691 * lib/trace-support.exp: Set registers for ppc.
13692
13693 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
13694
13695 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
13696 use it for disassembly; accept .main in addition to main in backtrace.
13697
13698 2016-03-09 Wei-cheng Wang <cole945@gmail.com>
13699 Marcin Kościelnicki <koriakin@0x04.net>
13700
13701 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
13702 (gdb_recursion_test_ptr): New global variable.
13703 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
13704 gdb_recursion_test.
13705 (gdb_c_test): Ditto.
13706
13707 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
13708
13709 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
13710 ordering.
13711
13712 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
13713
13714 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
13715 (bar): Add bar_start_lbl label.
13716 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
13717 of foo/bar for emitting DWARF and tracing.
13718
13719 2016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
13720
13721 * analyze-racy-logs.py: Set executable bit.
13722
13723 2016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
13724
13725 * Makefile.in (DEFAULT_RACY_ITER): New variable.
13726 (CHECK_TARGET_TMP): Likewise.
13727 (check-single-racy): New rule.
13728 (check-parallel-racy): Likewise.
13729 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
13730 (do-check-parallel-racy): New rule.
13731 (check-racy/%.exp): Likewise.
13732 * README (Racy testcases): New section.
13733 * analyze-racy-logs.py: New file.
13734
13735 2016-03-03 Doug Evans <dje@google.com>
13736
13737 * gdb.base/skip.exp: Use with_test_prefix.
13738
13739 2016-03-03 Yao Qi <yao.qi@linaro.org>
13740
13741 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
13742 Invoke step_over_syscall "clone" and break_cond_on_syscall
13743 "clone".
13744 * gdb.base/step-over-clone.c: New file.
13745
13746 2016-03-03 Yao Qi <yao.qi@linaro.org>
13747
13748 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
13749 code format.
13750
13751 2016-03-03 Yao Qi <yao.qi@linaro.org>
13752
13753 * gdb.base/disp-step-fork.c: Rename to ...
13754 * gdb.base/step-over-fork.c: ... it. New file.
13755 * gdb.base/disp-step-vfork.c: Rename to ...
13756 * gdb.base/step-over-vfork.c: ... it. New file.
13757 * gdb.base/disp-step-syscall.exp: Rename to ...
13758 * gdb.base/step-over-syscall.exp: ... it. New file.
13759 (disp_step_cross_syscall): Rename to ...
13760 (step_over_syscall): ... it.
13761
13762 2016-03-03 Yao Qi <yao.qi@linaro.org>
13763
13764 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
13765 If target supports condition evaluation on target, invoke
13766 break_cond_on_syscall for fork and vfork.
13767
13768 2016-03-03 Yao Qi <yao.qi@linaro.org>
13769
13770 * gdb.base/disp-step-syscall.exp: Don't invoke
13771 support_displaced_stepping.
13772 (disp_step_cross_syscall): Test with displaced stepping off and
13773 on if supported.
13774
13775 2016-03-03 Yao Qi <yao.qi@linaro.org>
13776
13777 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
13778 proc.
13779 (setup): New proc.
13780 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
13781 and setup.
13782
13783 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
13784
13785 * gdb.fortran/vla-history.exp: Remove breakpoint.
13786
13787 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
13788
13789 * gdb.fortran/vla-history.exp: Lookup array elements and printing
13790 exceeds timeout.
13791
13792 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
13793
13794 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
13795 breakpoint.
13796
13797 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
13798
13799 * gdb.mi/vla.f90: Nullify pointer after declaration.
13800
13801 2016-03-01 Pedro Alves <palves@redhat.com>
13802
13803 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
13804
13805 2016-03-01 Pedro Alves <palves@redhat.com>
13806
13807 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
13808 before anything else.
13809 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
13810 _GNU_SOURCE here.
13811 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
13812 before anything else.
13813 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
13814
13815 2016-03-01 Pedro Alves <palves@redhat.com>
13816
13817 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
13818
13819 2016-03-01 Yao Qi <yao.qi@linaro.org>
13820
13821 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
13822 prepare_for_testing.
13823
13824 2016-03-01 Yao Qi <yao.qi@linaro.org>
13825
13826 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
13827
13828 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
13829
13830 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
13831 manually constructing the output path.
13832
13833 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
13834
13835 * gdb.arch/s390-stackless.S: New.
13836 * gdb.arch/s390-stackless.exp: New.
13837
13838 2016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
13839
13840 * gdb.dlang/circular.c: New file.
13841 * gdb.dlang/circular.exp: New file.
13842
13843 2016-02-26 Yao Qi <yao.qi@linaro.org>
13844
13845 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
13846 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
13847 (testcases): Update.
13848
13849 2016-02-26 Yao Qi <yao.qi@linaro.org>
13850
13851 * gdb.reverse/aarch64.c: Rename to ...
13852 * gdb.reverse/insn-reverse.c: ... it.
13853 * gdb.reverse/aarch64.exp: Rename to ...
13854 * gdb.reverse/insn-reverse.exp: ... it.
13855
13856 2016-02-26 Yao Qi <yao.qi@linaro.org>
13857
13858 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
13859 (testcase_ftype): New.
13860 (testcases): New array.
13861 (n_testcases): New.
13862 (main): Call each element in testcases.
13863 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
13864 (read_testcase): New.
13865 Do the tests in a loop.
13866
13867 2016-02-25 Yao Qi <yao.qi@linaro.org>
13868
13869 * gdb.base/branches.c: Remove.
13870
13871 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
13872
13873 PR gdb/13808
13874 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
13875
13876 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
13877
13878 * gdb.trace/ftrace.exp: Remove unnecessary target check.
13879
13880 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
13881
13882 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
13883 change x86_64 call_insn to 'callq'.
13884
13885 2016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
13886
13887 * gdb.trace/tfile-avx.c: Move to...
13888 * gdb.trace/tracefile-pseudo-reg.c: Here.
13889 * gdb.trace/tfile-avx.exp: Move to...
13890 * gdb.trace/tracefile-pseudo-reg.exp: Here.
13891
13892 2016-02-24 Gary Benson <gbenson@redhat.com>
13893
13894 * gdb.base/attach-pie-noexec.exp: Do not expect an error
13895 message on attach.
13896
13897 2016-02-23 Doug Evans <dje@google.com>
13898
13899 * gdb.base/skip.c (test_skip): New function.
13900 (end_test_skip_file_and_function): New function.
13901 (test_skip_file_and_function): New function.
13902 * gdb.base/skip1.c (test_skip): New function.
13903 (skip1_test_skip_file_and_function): New function.
13904 * gdb.base/skip.exp: Add tests for new skip options.
13905 * gdb.base/skip-solib.exp: Update expected output.
13906 * gdb.perf/skip-command.cc: New file.
13907 * gdb.perf/skip-command.exp: New file.
13908 * gdb.perf/skip-command.py: New file.
13909
13910 2016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
13911
13912 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
13913 info registers pattern.
13914
13915 2016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
13916
13917 * lib/future.exp: Add D support.
13918 (gdb_find_gdc): New proc.
13919 (gdb_default_target_compile): Add D support.
13920
13921 2016-02-18 Wei-cheng Wang <cole945@gmail.com>
13922
13923 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
13924 user+system time.
13925 (trace_speed_test): Determine the iteration count for a time
13926 between 15..30 seconds.
13927
13928 2016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
13929
13930 * gdb.arch/i386-mpx-sigsegv.c: New file.
13931 * gdb.arch/i386-mpx-sigsegv.exp: New file.
13932 * gdb.arch/i386-mpx-simple_segv.c: New file.
13933 * gdb.arch/i386-mpx-simple_segv.exp: New file.
13934
13935 2016-02-18 Yao Qi <yao.qi@linaro.org>
13936
13937 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
13938 Don't call setup_kfail.
13939
13940 2016-02-18 Yao Qi <yao.qi@linaro.org>
13941
13942 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
13943 Set "set breakpoint condition-evaluation" per $cond_bp_target.
13944
13945 2016-02-16 Doug Evans <dje@google.com>
13946
13947 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
13948 * gdb.base/skip1.c: Ditto.
13949 * gdb.base/skip.exp: Whitespace cleanup.
13950
13951 2016-02-16 Don Breazeal <donb@codesourcery.com>
13952
13953 PR remote/19496
13954 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
13955 Remove kfail for PR remote/19496.
13956
13957 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
13958
13959 * lib/gdb.exp (standard_temp_file): Return a path specific to
13960 the runtest invocation.
13961
13962 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
13963
13964 * gdb.trace/save-trace.exp: Change relative path to be in the
13965 standard output directory.
13966
13967 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
13968
13969 * gdb.arch/i386-prologue.c: Add missing prototypes.
13970
13971 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
13972
13973 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
13974 * gdb.arch/i386-prologue.exp: Likewise.
13975 * gdb.arch/i386-size.exp: Likewise.
13976
13977 2016-02-15 Simon Marchi <simon.marchi@ericsson.com>
13978
13979 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
13980 define object file path.
13981 * gdb.btrace/gcore.exp: Use standard_output_file to define core
13982 file path.
13983 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
13984 standard_output_file to define binfile.
13985
13986 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
13987
13988 Fix compatibility with recent gfortran-5.3.1.
13989 * gdb.fortran/vla-history.exp (print vla1 allocated)
13990 (print vla2 allocated, print $2, print $3): Remove
13991 (print $4): Rename to ...
13992 (print $2): ... here.
13993 (print $9): Rename to ...
13994 (print $5): ... here.
13995 (print $10): Rename to ...
13996 (print $6): ... here.
13997 * gdb.fortran/vla.f90: Add pvla initialization.
13998
13999 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
14000
14001 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
14002 New test.
14003 * gdb.fortran/vla-value-sub.exp: Likewise.
14004
14005 2016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
14006
14007 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
14008
14009 2016-02-12 Simon Marchi <simon.marchi@ericsson.com>
14010
14011 * i386-biarch-core.exp: Define corefile using
14012 standard_output_file.
14013
14014 2016-02-12 Yao Qi <yao.qi@linaro.org>
14015
14016 * gdb.arch/arm-single-step-kernel-helper.c: New.
14017 * gdb.arch/arm-single-step-kernel-helper.exp: New.
14018
14019 2016-02-12 Markus Metzger <markus.t.metzger@intel.com>
14020
14021 * gdb.btrace/tailcall-only.exp: New.
14022 * gdb.btrace/tailcall-only.c: New.
14023 * gdb.btrace/x86_64-tailcall-only.S: New.
14024 * gdb.btrace/i686-tailcall-only.S: New.
14025
14026 2016-02-11 Pedro Alves <palves@redhat.com>
14027
14028 * README (Parallel testing): Add missing double quotes.
14029
14030 2016-02-11 Pedro Alves <palves@redhat.com>
14031
14032 * README (Parallel testing): New section.
14033 (GDB_PARALLEL): Rewrite.
14034 (FORCE_PARALLEL): Document.
14035
14036 2016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
14037
14038 * gdb.trace/tfile-avx.c: New test.
14039 * gdb.trace/tfile-avx.exp: New test.
14040
14041 2016-02-09 Keith Seitz <keiths@redhat.com>
14042
14043 PR breakpoints/19546
14044 * gdb.base/infcall-exec.c: New file.
14045 * gdb.base/infcall-exec2.c: New file.
14046 * gdb.base/infcall-exec.exp: New file.
14047
14048 2016-02-09 Keith Seitz <keiths@redhat.com>
14049
14050 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
14051 (toplevel): Call test_bkpt_address.
14052
14053 2016-02-09 Keith Seitz <keiths@redhat.com>
14054
14055 PR python/19506
14056 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
14057 (toplevel): Call test_bkpt_address.
14058
14059 2016-02-09 Simon Marchi <simon.marchi@ericsson.com>
14060
14061 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
14062 to AC_OUTPUT.
14063 * configure: Regenerate.
14064
14065 2016-02-09 Pedro Alves <palves@redhat.com>
14066
14067 PR breakpoints/19548
14068 * gdb.base/execl-update-breakpoints.c (some_function): New
14069 function.
14070 (main): Call it.
14071 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
14072 Tighten expected GDB output.
14073
14074 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
14075
14076 * Makefile.in (ALL_SUBDIRS): Remove.
14077 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
14078 (distclean maintainer-clean realclean): Likewise.
14079 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
14080 * configure: Regenerate.
14081 * gdb.ada/Makefile.in: Delete.
14082 * gdb.arch/Makefile.in: Likewise.
14083 * gdb.asm/Makefile.in: Likewise.
14084 * gdb.base/Makefile.in: Likewise.
14085 * gdb.btrace/Makefile.in: Likewise.
14086 * gdb.cell/Makefile.in: Likewise.
14087 * gdb.compile/Makefile.in: Likewise.
14088 * gdb.cp/Makefile.in: Likewise.
14089 * gdb.disasm/Makefile.in: Likewise.
14090 * gdb.dlang/Makefile.in: Likewise.
14091 * gdb.dwarf2/Makefile.in: Likewise.
14092 * gdb.fortran/Makefile.in: Likewise.
14093 * gdb.gdb/Makefile.in: Likewise.
14094 * gdb.go/Makefile.in: Likewise.
14095 * gdb.guile/Makefile.in: Likewise.
14096 * gdb.java/Makefile.in: Likewise.
14097 * gdb.linespec/Makefile.in: Likewise.
14098 * gdb.mi/Makefile.in: Likewise.
14099 * gdb.modula2/Makefile.in: Likewise.
14100 * gdb.multi/Makefile.in: Likewise.
14101 * gdb.objc/Makefile.in: Likewise.
14102 * gdb.opencl/Makefile.in: Likewise.
14103 * gdb.opt/Makefile.in: Likewise.
14104 * gdb.pascal/Makefile.in: Likewise.
14105 * gdb.perf/Makefile.in: Likewise.
14106 * gdb.python/Makefile.in: Likewise.
14107 * gdb.reverse/Makefile.in: Likewise.
14108 * gdb.server/Makefile.in: Likewise.
14109 * gdb.stabs/Makefile.in: Likewise.
14110 * gdb.threads/Makefile.in: Likewise.
14111 * gdb.trace/Makefile.in: Likewise.
14112 * gdb.xml/Makefile.in: Likewise.
14113 * lib/gdb.exp (make_gdb_parallel_path): Add check for
14114 GDB_PARALLEL.
14115 (standard_output_file): Remove check for GDB_PARALLEL, always
14116 return path in outputs/$subdir/$testname.
14117
14118 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
14119
14120 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
14121 (site.exp): Assign abs_srcdir to tcl's srcdir.
14122
14123 2016-02-04 Yao Qi <yao.qi@linaro.org>
14124
14125 * gdb.base/foll-exec-mode.c: Include limits.h.
14126 (main): Add parameters argc and argv. Get directory from
14127 argv[0].
14128 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
14129 compilation.
14130 * gdb.base/foll-exec.c: Include limits.h.
14131 (main): Add parameters argc and argv.
14132 Get directory from argv[0].
14133 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
14134 Adjust tests on the number of lines as source code changed.
14135 * gdb.base/foll-vfork-exit.c: Include limits.h.
14136 (main): Add one line of statement before vfork.
14137 * gdb.base/foll-vfork.c: Include limits.h and string.h.
14138 (main): Add parameters argc and argv. Get directory from
14139 argv[0].
14140 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
14141 (setup_gdb): Set tbreak to skip some source lines.
14142 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
14143 (main): Add parameters argc and argv. Get directory from
14144 argv[0].
14145 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
14146 compilation.
14147 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
14148 (main): Add parameters argc and argv. Get directory from
14149 argv[0].
14150 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
14151 compilation.
14152
14153 2016-02-01 Doug Evans <dje@google.com>
14154
14155 * gdb.base/skip.exp: Clean up multiple references to same test name.
14156
14157 2016-02-01 Pedro Alves <palves@redhat.com>
14158
14159 PR remote/19496
14160 * gdb.threads/forking-threads-plus-breakpoint.exp
14161 (displaced_stepping_supported): New global.
14162 (probe_displaced_stepping_support): New procedure.
14163 (do_test): Add 'displaced' parameter, and use it.
14164 (top level): Check for displaced stepping support. Add displaced
14165 stepping on/off testing axis.
14166
14167 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
14168
14169 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
14170 pointer. Don't perform further tests on the unassociated pointer
14171 if the first test fails.
14172
14173 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
14174
14175 * gdb.base/max-value-size.c: New file.
14176 * gdb.base/max-value-size.exp: New file.
14177 * gdb.base/huge.exp: Disable max-value-size for this test.
14178
14179 2016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
14180
14181 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
14182
14183 2016-01-28 Yao Qi <yao.qi@linaro.org>
14184
14185 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
14186
14187 2016-01-25 Pedro Alves <palves@redhat.com>
14188
14189 PR threads/19461
14190 * gdb.base/fork-running-state.c: New file.
14191 * gdb.base/fork-running-state.exp: New file.
14192
14193 2016-01-25 Pedro Alves <palves@redhat.com>
14194
14195 PR gdb/19494
14196 * gdb.base/catch-fork-kill.c: New file.
14197 * gdb.base/catch-fork-kill.exp: New file.
14198
14199 2016-01-25 Pedro Alves <palves@redhat.com>
14200
14201 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
14202 Delete, moved to lib/gdb.exp.
14203 * gdb.threads/forking-threads-plus-breakpoint.exp
14204 (foreach_with_prefix): Likewise.
14205 * gdb.threads/process-dies-while-handling-bp.exp
14206 (foreach_with_prefix): Likewise.
14207 * lib/gdb.exp (foreach_with_prefix): New procedure.
14208
14209 2016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
14210
14211 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
14212 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
14213
14214 2016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
14215
14216 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
14217 endian targets.
14218
14219 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
14220 Pedro Alves <palves@redhat.com>
14221
14222 Fix testsuite compatibility with Guile.
14223 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
14224 number.
14225
14226 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
14227
14228 Fix testsuite compatibility with Guile.
14229 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
14230 (thread 1): New test for backtrace through signal handler.
14231
14232 2016-01-22 Yao Qi <yao.qi@linaro.org>
14233
14234 PR testsuite/19491
14235 * gdb.base/multi-forks.c: Include
14236 ../lib/unbuffer_output.c
14237 (main): Call gdb_unbuffer_output.
14238
14239 2016-01-21 Doug Evans <dje@google.com>
14240
14241 * lib/ada.exp (gdb_compile_ada): Fix typo.
14242
14243 2016-01-21 Joel Brobecker <brobecker@adacore.com>
14244
14245 * gdb.base/break-fun-addr.exp: New file.
14246 * gdb.base/break-fun-addr1.c: New file.
14247 * gdb.base/break-fun-addr2.c: New file.
14248
14249 2016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
14250
14251 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
14252 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
14253 enum flag values.
14254
14255 2016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
14256
14257 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
14258 when GDB can not set the vector return value. Add more comments
14259 for clarification.
14260
14261 2016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
14262
14263 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
14264 command.
14265
14266 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
14267
14268 * Makefile.in (DO_RUNTEST): Add --status and update usages.
14269
14270 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
14271
14272 * Makefile.in (check-single): Pass --status to runtest.
14273 (check/%.exp): Likewise.
14274
14275 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
14276
14277 * Makefile.in (check-parallel): Propagate return code from make
14278 do-check-parallel.
14279
14280 2016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
14281
14282 * gdb.trace/ftrace.exp: Fix expected message on continue.
14283 * gdb.trace/pending.exp: Fix expected message on continue.
14284 * gdb.trace/trace-break.exp: Fix expected message on continue.
14285
14286 2016-01-18 Simon Marchi <simon.marchi@ericsson.com>
14287
14288 * lib/gdb.exp (gdb_test): Remove unused global references.
14289
14290 2016-01-18 Pedro Alves <palves@redhat.com>
14291
14292 * gdb.base/async-shell.exp: Adjust expected output.
14293 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
14294 * gdb.base/siginfo-thread.exp: Adjust expected output.
14295 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
14296 * gdb.java/jnpe.exp: Adjust expected output.
14297 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
14298 * gdb.threads/continue-pending-status.exp: Adjust expected output.
14299 * gdb.threads/leader-exit.exp: Adjust expected output.
14300 * gdb.threads/manythreads.exp: Adjust expected output.
14301 * gdb.threads/pthreads.exp: Adjust expected output.
14302 * gdb.threads/schedlock.exp: Adjust expected output.
14303 * gdb.threads/siginfo-threads.exp: Adjust expected output.
14304 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
14305 expected output.
14306 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
14307 output.
14308 * gdb.threads/sigthread.exp: Adjust expected output.
14309 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
14310
14311 2016-01-18 Yao Qi <yao.qi@linaro.org>
14312
14313 * gdb.guile/scm-section-script.c: Replace @progbits with
14314 %progbits.
14315 * gdb.python/py-section-script.c: Likewise.
14316
14317 2016-01-15 Pedro Alves <palves@redhat.com>
14318
14319 * gdb.multi/tids.exp: Test star wildcard ranges.
14320
14321 2016-01-15 Pedro Alves <palves@redhat.com>
14322
14323 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
14324 command from "thread apply" invocation.
14325 (thr_apply_info_thr_invalid): Default the expected output to the
14326 input tid list.
14327 (top level): Add tests that use convenience variables. Add tests
14328 for "thread apply" with a valid TID list, but missing the command.
14329
14330 2016-01-13 Pedro Alves <palves@redhat.com>
14331
14332 * gdb.base/default.exp: Expect $_gthread as well.
14333 * gdb.multi/tids.exp: Test $_gthread.
14334 * gdb.threads/thread-specific.exp: Test $_gthread.
14335
14336 2016-01-13 Pedro Alves <palves@redhat.com>
14337
14338 * gdb.multi/tids.exp: Test "info threads -gid".
14339
14340 2016-01-13 Pedro Alves <palves@redhat.com>
14341
14342 * gdb.multi/tids.exp: Test InferiorThread.global_num and
14343 Breakpoint.thread.
14344 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
14345
14346 2016-01-07 Pedro Alves <palves@redhat.com>
14347
14348 * gdb.base/break.exp: Adjust to output changes.
14349 * gdb.base/hbreak2.exp: Likewise.
14350 * gdb.base/sepdebug.exp: Likewise.
14351 * gdb.base/watch_thread_num.exp: Likewise.
14352 * gdb.linespec/keywords.exp: Likewise.
14353 * gdb.multi/info-threads.exp: Likewise.
14354 * gdb.threads/thread-find.exp: Likewise.
14355 * gdb.multi/tids.c: New file.
14356 * gdb.multi/tids.exp: New file.
14357
14358 2016-01-13 Pedro Alves <palves@redhat.com>
14359
14360 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
14361
14362 2016-01-13 Pedro Alves <palves@redhat.com>
14363
14364 * gdb.base/default.exp: Expect $_inferior as well.
14365 * gdb.multi/base.exp: Test $_inferior.
14366
14367 2016-01-13 Pedro Alves <palves@redhat.com>
14368
14369 PR breakpoints/19388
14370 * gdb.base/catch-signal-siginfo-cond.c: New file.
14371 * gdb.base/catch-signal-siginfo-cond.exp: New file.
14372
14373 2016-01-12 Josh Stone <jistone@redhat.com>
14374 Philippe Waroquiers <philippe.waroquiers@skynet.be>
14375
14376 * gdb.base/catch-syscall.c (do_execve): New variable.
14377 (main): Conditionally trigger an execve.
14378 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
14379 (test_catch_syscall_execve): New, check entry/return across execve.
14380 (do_syscall_tests): Call test_catch_syscall_execve.
14381
14382 2016-01-12 Pedro Alves <palves@redhat.com>
14383
14384 * gdb.base/random-signal.exp (do_test): New procedure, with body
14385 of testcase moved in.
14386
14387 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
14388 Pedro Alves <palves@redhat.com>
14389
14390 * gdb.base/funcargs.exp (finish from indirectly called function):
14391 Reintroduce the case for 'First'.
14392
14393 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
14394 Pedro Alves <palves@redhat.com>
14395
14396 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
14397 (tcatch_vfork_then_child_follow_exec)
14398 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
14399 identification.
14400
14401 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
14402
14403 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
14404 and repeats to unlimited.
14405 * gdb.python/py-value.exp: Likewise.
14406 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
14407 and repeats to unlimited.
14408
14409 2016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
14410
14411 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
14412 and reordering the functions.
14413 * gdb.multi/hangout.c: Likewise.
14414 * gdb.multi/hello.c: Likewise.
14415
14416 2016-01-08 Simon Marchi <simon.marchi@ericsson.com>
14417
14418 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
14419 absolute.
14420 (SingleStatisticTestResult.report): Use dict.keys instead of
14421 dict.iterkeys.
14422
14423 2016-01-06 Pedro Alves <palves@redhat.com>
14424
14425 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
14426
14427 2016-01-04 Markus Metzger <markus.t.metzger@intel.com>
14428
14429 * gdb.btrace/dlopen.exp: New.
14430 * gdb.btrace/dlopen.c: New.
14431 * gdb.btrace/dlopen-dso.c: New.
14432
14433 2015-12-25 Sandra Loosemore <sandra@codesourcery.com>
14434
14435 * lib/gdb.exp (gdb_test): Update comments to clarify that the
14436 PATTERN argument is optional.
14437
14438 2015-12-24 Joel Brobecker <brobecker@adacore.com>
14439
14440 * lib/ada.exp (target_compile_ada_from_dir): New function.
14441 (gdb_compile_ada): Reimplement avoiding the use of project files.
14442 * gdb.ada/gnat_ada.gpr: Delete.
14443 * gdb.ada/cond_lang.exp: Adjust test to make path before
14444 filename optional.
14445 * gdb.ada/small_reg_param.exp: Likewise.
14446
14447 2015-12-22 Simon Marchi <simon.marchi@ericsson.com>
14448
14449 * gdb.base/foll-vork.exp: Remove HP-UX special case.
14450
14451 2015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
14452
14453 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
14454 case.
14455
14456 2015-12-21 Simon Marchi <simon.marchi@ericsson.com>
14457
14458 * gdb.base/break.exp: Remove dead code.
14459 * gdb.base/sepdebug.exp: Likewise.
14460
14461 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
14462
14463 * gdb.asm/asm-source.exp: Remove HP-UX references.
14464 * gdb.base/annota1.exp: Likewise.
14465 * gdb.base/annota3.exp: Likewise.
14466 * gdb.base/attach.exp: Likewise.
14467 * gdb.base/bigcore.exp: Likewise.
14468 * gdb.base/break.exp: Likewise.
14469 * gdb.base/call-ar-st.exp: Likewise.
14470 * gdb.base/callfuncs.exp: Likewise.
14471 * gdb.base/catch-fork-static.exp: Likewise.
14472 * gdb.base/display.exp: Likewise.
14473 * gdb.base/foll-exec-mode.exp: Likewise.
14474 * gdb.base/foll-exec.exp: Likewise.
14475 * gdb.base/foll-fork.exp: Likewise.
14476 * gdb.base/foll-vfork.exp: Likewise.
14477 * gdb.base/funcargs.exp: Likewise.
14478 * gdb.base/hbreak2.exp: Likewise.
14479 * gdb.base/inferior-died.exp: Likewise.
14480 * gdb.base/interrupt.exp: Likewise.
14481 * gdb.base/multi-forks.exp: Likewise.
14482 * gdb.base/nodebug.exp: Likewise.
14483 * gdb.base/sepdebug.exp: Likewise.
14484 * gdb.base/solib1.c: Likewise.
14485 * gdb.base/step-test.exp: Likewise.
14486 * gdb.mi/non-stop.c: Likewise.
14487 * gdb.mi/pthreads.c: Likewise.
14488 * gdb.multi/bkpt-multi-exec.ex: Likewise.
14489 * gdb.threads/pthreads.c: Likewise.
14490 * gdb.threads/staticthreads.exp: Likewise.
14491 * lib/future.exp: Likewise.
14492 * lib/gdb.exp: Likewise.
14493 * gdb.base/so-indr-cl.c: Remove.
14494 * gdb.base/so-indr-cl.exp: Likewise.
14495 * gdb.base/solib.c: Likewise.
14496 * gdb.base/solib.exp: Likewise.
14497 * gdb.base/solib2.c: Likewise.
14498
14499 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
14500
14501 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
14502 * gdb.base/call-ar-st.exp: Likewise.
14503 * gdb.base/callfuncs.exp: Likewise.
14504 * gdb.base/condbreak.exp: Likewise.
14505 * gdb.base/constvars.exp: Likewise.
14506 * gdb.base/hbreak2.exp: Likewise.
14507 * gdb.base/langs.exp: Likewise.
14508 * gdb.base/list.exp: Likewise.
14509 * gdb.base/long_long.exp: Likewise.
14510 * gdb.base/ptype.exp: Likewise.
14511 * gdb.base/scope.exp: Likewise.
14512 * gdb.base/signals.exp: Likewise.
14513 * gdb.base/so-impl-ld.exp: Likewise.
14514 * gdb.base/varargs.exp: Likewise.
14515 * gdb.base/volatile.exp: Likewise.
14516 * gdb.base/whatis.exp: Likewise.
14517 * gdb.cp/cplusfuncs.exp: Likewise.
14518 * gdb.cp/inherit.exp: Likewise.
14519 * gdb.cp/local.exp: Likewise.
14520 * gdb.cp/member-ptr.exp: Likewise.
14521 * gdb.cp/method.exp: Likewise.
14522 * gdb.cp/overload.exp: Likewise.
14523 * gdb.cp/templates.exp: Likewise.
14524 * gdb.stabs/weird.exp: Likewise.
14525 * lib/compiler.c: Likewise.
14526 * lib/compiler.cc: Likewise.
14527 * lib/cp-support.exp: Likewise.
14528 * lib/gdb.exp: Likewise.
14529
14530 2015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
14531
14532 * configure.ac: Remove HP-UX case.
14533 * configure: Regenerate.
14534
14535 2015-12-18 Simon Marchi <simon.marchi@ericsson.com>
14536
14537 * lib/gdb.exp (gdb_compile): Add function doc.
14538
14539 2015-12-17 Pedro Alves <palves@redhat.com>
14540
14541 PR threads/19354
14542 * gdb.multi/info-threads.exp: New file.
14543
14544 2015-12-15 Yao Qi <yao.qi@linaro.org>
14545
14546 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
14547 is aarch64*-*-*.
14548
14549 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
14550
14551 * gdb.base/history-duplicates.exp: Skip if no readline support.
14552
14553 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
14554
14555 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
14556
14557 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
14558
14559 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
14560
14561 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
14562
14563 * gdb.base/completion.exp: Skip tests that interrupt GDB with
14564 ctrl-C if nointerrupts target property is set.
14565 * gdb.base/double-prompt-target-event-error.exp: Likewise.
14566 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
14567 * gdb.base/paginate-bg-execution.exp: Likewise.
14568 * gdb.base/paginate-execution-startup.exp: Likewise.
14569 * gdb.base/random-signal.exp: Likewise.
14570 * gdb.base/range-stepping.exp: Likewise.
14571 * gdb.cp/annota2.exp: Likewise.
14572 * gdb.cp/annota3.exp: Likewise.
14573 * gdb.gdb/selftest.exp: Likewise.
14574 * gdb.threads/continue-pending-status.exp: Likewise.
14575 * gdb.threads/leader-exit.exp: Likewise.
14576 * gdb.threads/manythreads.exp: Likewise.
14577 * gdb.threads/pthreads.exp: Likewise.
14578 * gdb.threads/schedlock.exp: Likewise.
14579 * gdb.threads/sigthread.exp: Likewise.
14580
14581 2015-12-11 Don Breazeal <donb@codesourcery.com>
14582
14583 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
14584 remote.
14585 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
14586 * gdb.base/foll-exec.exp (main): Enable for target remote.
14587 * gdb.base/foll-fork.exp (main): Likewise.
14588 * gdb.base/foll-vfork.exp (main): Likewise.
14589 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
14590 (proc continue_to_exit_bp_loc): Use clean_restart.
14591 * gdb.base/pie-execl.exp (main): Disable for target remote.
14592 * gdb.base/watch-vfork.exp (main): Enable for target remote.
14593 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
14594 * gdb.threads/execl.exp (main): Likewise.
14595 * gdb.threads/fork-child-threads.exp (main): Likewise.
14596 * gdb.threads/fork-plus-threads.exp (main): Disable for target
14597 remote.
14598 * gdb.threads/fork-thread-pending.exp (main): Enable for target
14599 remote.
14600 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
14601 pid.tid style ptids, instead of just tid.
14602 * gdb.threads/thread-execl.exp (main): Enable for target remote.
14603 * gdb.threads/watchpoint-fork.exp (main): Likewise.
14604 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
14605 ptids, instead of just tid.
14606
14607 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
14608
14609 * gdb.base/list.exp (test_list_forward): Add end of file error
14610 test.
14611 (test_repeat_list_command): Add end of file error test.
14612 (test_list_backwards): Add beginning of file error test.
14613
14614 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
14615
14616 * gdb.base/list.exp (test_list_invalid_args): New function,
14617 defined, and called.
14618
14619 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
14620
14621 * gdb.base/list.exp (test_list): Make test names unique.
14622
14623 2015-12-11 Yao Qi <yao.qi@linaro.org>
14624
14625 * gdb.base/coremaker2.c: Remove.
14626
14627 2015-12-10 Pedro Alves <palves@redhat.com>
14628
14629 * gdb.multi/base.exp: Remove stale "spaces" references.
14630
14631 2015-12-10 Pedro Alves <palves@redhat.com>
14632
14633 * gdb.multi/base.exp: Don't use nowarnings.
14634 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
14635 * gdb.multi/hangout.c: Include stdio.h.
14636 * gdb.multi/hello.c: Include stdlib.h.
14637 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
14638 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
14639 * gdb.multi/multi-arch.exp: Don't use nowarnings.
14640
14641 2015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
14642
14643 * gdb.dwarf2/dw2-ranges-base.c: New file.
14644 * gdb.dwarf2/dw2-ranges-base.exp: New file.
14645 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
14646 support additional line table, and debug ranges generation.
14647 (Dwarf::ranges): New function, generate .debug_ranges.
14648 (Dwarf::lines): Support generating simple line table programs.
14649 (Dwarf::assemble): Initialise new namespace variables.
14650
14651 2015-12-09 Kevin Buettner <kevinb@redhat.com>
14652
14653 * gdb.base/async.exp (proc test_background): Add case for
14654 asynchronous execution not supported.
14655
14656 2015-12-09 Luis Machado <lgustavo@codesourcery.com>
14657
14658 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
14659 format and change test names to make them unique.
14660
14661 2015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
14662 Pedro Alves <pedro@redhat.com>
14663
14664 PR gdb/18702
14665 Add checking of floatformats setup on x86_64 hosts.
14666 * gdb.arch/i386-float.S (main): Load bigval and smallval.
14667 (smallval, bigval): New labels/constants.
14668 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
14669 float" after loading bigval and smallval.
14670
14671 2015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
14672
14673 * gdb.ada/fun_overload_menu.exp: New testcase.
14674 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
14675
14676 2015-12-04 Josh Stone <jistone@redhat.com>
14677
14678 * gdb.base/catch-fork-static.exp: New.
14679
14680 2015-12-03 Yao Qi <yao.qi@linaro.org>
14681
14682 * gdb.base/sizeof.c: Don't include stdio.h and
14683 ../lib/unbuffer_output.c.
14684 (main): New variable 'size' and 'value'. Remove printf and
14685 gdb_unbuffer_output. Assign return value to size and value.
14686 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
14687 at the beginning.
14688 (check_sizeof): Check the result by printing variable 'size'.
14689 (check_valueof): Check the result by printing variable 'value'.
14690
14691 2015-12-01 Yao Qi <yao.qi@linaro.org>
14692
14693 * gdb.base/disp-step-syscall.exp: Define syscall instruction
14694 for aarch64*-*-linux* target.
14695
14696 2015-11-30 Pedro Alves <palves@redhat.com>
14697
14698 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
14699
14700 2015-11-30 Pedro Alves <palves@redhat.com>
14701
14702 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
14703 Handle non-stop mode vCont replies.
14704
14705 2015-11-30 Pedro Alves <palves@redhat.com>
14706
14707 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
14708 prepare_for_testing. Start gdb with "set non-stop on" appended to
14709 GDBFLAGS. Lax expected stop output.
14710
14711 2015-11-27 Yao Qi <yao.qi@linaro.org>
14712
14713 * gdb.arch/arm-neon.exp: New.
14714 * gdb.arch/arm-neon.c: New.
14715
14716 2015-11-27 Yao Qi <yao.qi@linaro.org>
14717
14718 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
14719
14720 2015-11-27 Yao Qi <yao.qi@linaro.org>
14721
14722 * gdb.cp/annota2.exp: Allow multiple occurrences of the
14723 frames-invalid annotation.
14724
14725 2015-11-27 Yao Qi <yao.qi@linaro.org>
14726
14727 * gdb.cp/annota2.exp: Use ${frames_invalid}.
14728
14729 2015-11-26 Simon Marchi <simon.marchi@ericsson.com>
14730
14731 * gdb.threads/names.exp: New file.
14732 * gdb.threads/names.c: New file.
14733 * README: Mention gdb,no_thread_names.
14734
14735 2015-11-26 Markus Metzger <markus.t.metzger@intel.com>
14736
14737 PR 19297
14738 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
14739 support" error.
14740
14741 2015-11-24 Pedro Alves <palves@redhat.com>
14742
14743 PR 17539
14744 * gdb.base/display.exp: Expect displays to be sorted in ascending
14745 order. Use multi_line.
14746 * gdb.base/solib-display.exp: Likewise.
14747
14748 2015-11-24 Pedro Alves <palves@redhat.com>
14749
14750 PR 17539
14751 * gdb.base/display.exp: Expect displays to be sorted in ascending
14752 order. Use multi_line.
14753 * gdb.base/solib-display.exp: Likewise.
14754
14755 2015-11-24 Pedro Alves <palves@redhat.com>
14756
14757 PR 17539
14758 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
14759 threads in ascending order.
14760 * gdb.base/foll-fork.exp: Likewise.
14761 * gdb.base/foll-vfork.exp: Likewise.
14762 * gdb.base/multi-forks.exp: Likewise.
14763 * gdb.mi/mi-nonstop.exp: Likewise.
14764 * gdb.mi/mi-nsintrall.exp: Likewise.
14765 * gdb.multi/base.exp: Likewise.
14766 * gdb.multi/multi-arch.exp: Likewise.
14767 * gdb.python/py-inferior.exp: Likewise.
14768 * gdb.threads/break-while-running.exp: Likewise.
14769 * gdb.threads/execl.exp: Likewise.
14770 * gdb.threads/gcore-thread.exp: Likewise.
14771 * gdb.threads/info-threads-cur-sal.exp: Likewise.
14772 * gdb.threads/kill.exp: Likewise.
14773 * gdb.threads/linux-dp.exp: Likewise.
14774 * gdb.threads/multiple-step-overs.exp: Likewise.
14775 * gdb.threads/next-bp-other-thread.exp: Likewise.
14776 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
14777 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
14778 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
14779 * gdb.threads/thread-find.exp: Likewise.
14780 * gdb.threads/tls.exp: Likewise.
14781 * lib/mi-support.exp (mi_reverse_list): Delete.
14782 (mi_check_thread_states): No longer reverse list.
14783
14784 2015-11-24 Pedro Alves <palves@redhat.com>
14785
14786 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
14787 use lowercase.
14788
14789 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
14790
14791 * gdb.trace/actions.c: Include trace-common.h.
14792 (main): Add a location for a fast tracepoint.
14793 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
14794 the normal tracepoints.
14795 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
14796
14797 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
14798
14799 * save-trace.exp: Factor out code to these...
14800 (gdb_save_tracepoints): New.
14801 (gdb_load_tracepoints): New.
14802 (do_save_load_test): New.
14803
14804 2015-11-23 Kevin Buettner <kevinb@redhat.com>
14805
14806 * gdb.base/asmlabel.exp: New test.
14807 * gdb.base/asmlabel.c: New test case.
14808
14809 2015-11-23 Joel Brobecker <brobecker@adacore.com>
14810
14811 * gdb.base/wrong_frame_bt_full-main.c: New file.
14812 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
14813 * gdb.base/wrong_frame_bt_full.exp: New file.
14814
14815 2015-11-23 Joel Brobecker <brobecker@adacore.com>
14816
14817 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
14818
14819 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
14820
14821 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
14822 pstate register when comparing registers values in
14823 sparc64-*-linux-gnu targets to avoid spurious differences.
14824
14825 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
14826
14827 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
14828
14829 2015-11-19 Sandra Loosemore <sandra@codesourcery.com>
14830
14831 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
14832 as type argument to gdb_compile.
14833 * gdb.base/nested-subp2.exp: Likewise.
14834 * gdb.base/nested-subp3.exp: Likewise.
14835
14836 2015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
14837
14838 * lib/dwarf.exp (_note): Fix left shift of negative value.
14839 * gdb.trace/trace-condition.exp: Likewise.
14840
14841 2015-11-13 Yao Qi <yao.qi@linaro.org>
14842
14843 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
14844 comments about d10v.
14845 (test_scalar_returns): Likewise.
14846 * gdb.base/d10v.ld: Remove.
14847 * gdb.base/overlays.exp: Remove the target triplet checking for
14848 d10v-*-*.
14849 * gdb.base/structs.exp (test_struct_returns): Remove the
14850 comments about d10v.
14851 (test_struct_calls): Likewise.
14852
14853 2015-11-13 Yao Qi <yao.qi@linaro.org>
14854
14855 * gdb.base/gnu_vector.exp: Check the return value by "p res".
14856 * gdb.base/gnu_vector.c: Don't include stdio.h.
14857 (main): Don't print res and call add_some_intvecs.
14858
14859 2015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
14860
14861 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
14862 macro.
14863 (func5): Removed.
14864 (func4): Use FAST_TRACEPOINT_LABEL.
14865 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
14866 macro.
14867 (func): Removed.
14868 (thread_function): Use FAST_TRACEPOINT_LABEL.
14869 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
14870 (func): Remove.
14871 (marker): Use FAST_TRACEPOINT_LABEL.
14872 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
14873 (pendfunc1): Remove.
14874 (pendfunc): Use FAST_TRACEPOINT_LABEL.
14875 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
14876 (foo): Remove.
14877 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
14878 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
14879 macro.
14880 (func): Remove.
14881 (marker): Use FAST_TRACEPOINT_LABEL.
14882 * gdb.trace/trace-common.h: New header.
14883 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
14884 macro.
14885 (func): Remove.
14886 (marker): Use FAST_TRACEPOINT_LABEL.
14887 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
14888 (func): Remove.
14889 (thread_function): Use FAST_TRACEPOINT_LABEL.
14890
14891 2015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
14892
14893 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
14894 in front.
14895 * gdb.trace/change-loc.exp: Use global pcreg definition.
14896 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
14897 * gdb.trace/entry-values.exp: Use global spreg definition, add $
14898 in front.
14899 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
14900 * gdb.trace/pending.exp: Likewise.
14901 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
14902 * gdb.trace/trace-break.exp: Likewise.
14903 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
14904 in front.
14905 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
14906 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
14907 in front.
14908 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
14909
14910 2015-11-09 Joel Brobecker <brobecker@adacore.com>
14911
14912 * gdb.ada/fin_fun_out: New testcase.
14913
14914 2015-11-07 Kevin Buettner <kevinb@redhat.com>
14915
14916 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
14917 value associated with DW_AT_byte_size.
14918 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
14919 constants for DW_AT_byte_size, DW_AT_lower_bound, and
14920 DW_AT_upper_bound.
14921
14922 2015-11-07 Kevin Buettner <kevinb@redhat.com>
14923
14924 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
14925 (gdb_target_symbol_prefix_flags): Define in terms of _asm
14926 version.
14927 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
14928 gdb.dwarf2/dw2-canonicalize-type.exp,
14929 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
14930 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
14931 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
14932 provided by gdb_target_symbol_prefix_flags_asm.
14933 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
14934 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
14935 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
14936 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
14937 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
14938 macros where needed). Use this macro for symbols which require
14939 the prefix provided by SYMBOL_PREFIX.
14940
14941 2015-11-05 Kevin Buettner <kevinb@redhat.com>
14942
14943 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
14944 New procs.
14945 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
14946 representing expressions, of more than one list element.
14947 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
14948 to prepend linker symbol prefix to f.
14949 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
14950 table_1 and table_2.
14951 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
14952 Likewise, for f and g.
14953 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
14954 for ptr.
14955 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
14956 for main.
14957 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
14958 table_1_ptr and table_2_ptr.
14959
14960 2015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
14961 Joel Brobecker <brobecker@adacore.com>
14962
14963 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
14964
14965 2015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
14966
14967 * gdb.reverse/s390-mvcle.c: New test.
14968 * gdb.reverse/s390-mvcle.exp: New file.
14969 * lib/gdb.exp: Enable reverse tests on s390*-linux.
14970
14971 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
14972
14973 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
14974
14975 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
14976
14977 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
14978 reaching marker2.
14979 * gdb.reverse/getresuid-reverse.exp: Likewise.
14980 * gdb.reverse/pipe-reverse.exp: Likewise.
14981 * gdb.reverse/readv-reverse.exp: Likewise.
14982 * gdb.reverse/recvmsg-reverse.exp: Likewise.
14983 * gdb.reverse/time-reverse.exp: Likewise.
14984 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
14985
14986 2015-10-30 Yao Qi <yao.qi@linaro.org>
14987
14988 * gdb.threads/wp-replication.c (watch_count_done): Remove.
14989 (empty_cycle): Remove.
14990 (main): Don't call empty_cycle. Don't use watch_count_done.
14991 * gdb.threads/wp-replication.exp: Don't set breakpoint on
14992 empty_cycle. Rewrite the code counting HW watchpoints.
14993
14994 2015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
14995
14996 * gdb.reverse/fstatat-reverse.c: New test.
14997 * gdb.reverse/fstatat-reverse.exp: New file.
14998 * gdb.reverse/getresuid-reverse.c: New test.
14999 * gdb.reverse/getresuid-reverse.exp: New file.
15000 * gdb.reverse/pipe-reverse.c: New test.
15001 * gdb.reverse/pipe-reverse.exp: New file.
15002 * gdb.reverse/readv-reverse.c: New test.
15003 * gdb.reverse/readv-reverse.exp: New file.
15004 * gdb.reverse/recvmsg-reverse.c: New test.
15005 * gdb.reverse/recvmsg-reverse.exp: New file.
15006 * gdb.reverse/time-reverse.c: New test.
15007 * gdb.reverse/time-reverse.exp: New file.
15008 * gdb.reverse/waitpid-reverse.c: New test.
15009 * gdb.reverse/waitpid-reverse.exp: New file.
15010
15011 2015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
15012
15013 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
15014
15015 2015-10-26 Doug Evans <dje@google.com>
15016
15017 PR symtab/17391
15018 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
15019 * gdb.dwarf2/bad-regnum.c: New file.
15020 * gdb.dwarf2/bad-regnum.exp: New file.
15021
15022 2015-10-26 Doug Evans <dje@google.com>
15023
15024 PR python/18938
15025 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
15026 file.
15027
15028 2015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
15029
15030 * gdb.compile/compile.exp (compile code globalvar): Update expectation
15031 for a change by "Mention language in compile error message".
15032
15033 2015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
15034
15035 PR python/18073
15036 * gdb.python/py-type.c (C::a_method): New.
15037 (C::a_const_method): New.
15038 (C::a_static_method): New.
15039 (a_function): New.
15040 * gdb.python/py-type.exp (test_fields): Test getting fields
15041 from function and method.
15042
15043 2015-10-21 Keven Boell <keven.boell@intel.com>
15044
15045 * gdb.fortran/vla-alloc-assoc.exp: New file.
15046 * gdb.fortran/vla-datatypes.exp: New file.
15047 * gdb.fortran/vla-datatypes.f90: New file.
15048 * gdb.fortran/vla-history.exp: New file.
15049 * gdb.fortran/vla-ptype-sub.exp: New file.
15050 * gdb.fortran/vla-ptype.exp: New file.
15051 * gdb.fortran/vla-sizeof.exp: New file.
15052 * gdb.fortran/vla-sub.f90: New file.
15053 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
15054 * gdb.fortran/vla-value-sub-finish.exp: New file.
15055 * gdb.fortran/vla-value-sub.exp: New file.
15056 * gdb.fortran/vla-value.exp: New file.
15057 * gdb.fortran/vla-ptr-info.exp: New file.
15058 * gdb.mi/mi-vla-fortran.exp: New file.
15059 * gdb.mi/vla.f90: New file.
15060
15061 2015-10-21 Sandra Loosemore <sandra@codesourcery.com>
15062
15063 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
15064 of hardwired timeout value.
15065
15066 2015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
15067 Pedro Alves <palves@redhat.com>
15068
15069 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
15070 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
15071
15072 2015-10-19 Josh Stone <jistone@redhat.com>
15073
15074 * gdb.base/catch-syscall.c: Include <sched.h>.
15075 (unknown_syscall): New variable.
15076 (main): Trigger a vfork and an unknown syscall.
15077 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
15078 (unknown_syscall_number): Likewise.
15079 (check_call_to_syscall): Accept an optional syscall pattern.
15080 (check_return_from_syscall): Likewise.
15081 (check_continue): Likewise.
15082 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
15083 (test_catch_syscall_skipping_return): New test toggling off 'catch
15084 syscall' to step over the syscall return, then toggling back on.
15085 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
15086 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
15087 (do_syscall_tests): Call test_catch_syscall_without_args and
15088 test_catch_syscall_mid_vfork.
15089 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
15090 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
15091
15092 2015-10-19 Andrew Stubbs <ams@codesourcery.com>
15093
15094 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
15095 print g_vE): Add new pass patterns.
15096 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
15097 print various symbol names for vptr fields.
15098
15099 2015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
15100
15101 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
15102 results.
15103
15104 2015-10-12 Yao Qi <yao.qi@linaro.org>
15105
15106 * gdb.arch/disp-step-insn-reloc.exp: New test case.
15107
15108 2015-10-12 Yao Qi <yao.qi@linaro.org>
15109
15110 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
15111 is aarch64*-*-linux*.
15112
15113 2015-10-12 Yao Qi <yao.qi@linaro.org>
15114
15115 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
15116 (can_relocate_bcond_true): ... it.
15117 (can_relocate_bcond_false): New function.
15118 (foo): Likewise.
15119 (can_relocate_bl): Likewise.
15120 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
15121 can_relocate_bl.
15122
15123 2015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
15124
15125 * gdb.base/nested-addr.c: New file.
15126 * gdb.base/nested-addr.exp: New testcase.
15127
15128 2015-10-09 Markus Metzger <markus.t.metzger@intel.com>
15129
15130 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
15131 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
15132 its output. Ignore the output of "record goto begin" and instead
15133 check that GDB is replaying.
15134
15135 2015-10-09 Pedro Alves <palves@redhat.com>
15136
15137 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
15138 (top level): Use it in the run with no args test.
15139
15140 2015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
15141
15142 * gdb.dlang/properties.exp: New file.
15143
15144 2015-10-02 Sandra Loosemore <sandra@codesourcery.com>
15145
15146 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
15147 whether or not address 0x1000 is mapped on the target.
15148
15149 2015-09-30 Simon Marchi <simon.marchi@ericsson.com>
15150
15151 * gdb.python/py-type.exp: Do not run tests if binaries fail to
15152 build.
15153
15154 2015-09-30 Markus Metzger <markus.t.metzger@intel.com>
15155
15156 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
15157 instruction-history test.
15158
15159 2015-09-28 Doug Evans <dje@google.com>
15160
15161 * gdb.base/gcore.c (array_func): Add reference to static_array.
15162
15163 2015-09-25 Simon Marchi <simon.marchi@ericsson.com>
15164
15165 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
15166 source line.
15167
15168 2015-09-24 Sandra Loosemore <sandra@codesourcery.com>
15169
15170 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
15171 short or char as base type.
15172
15173 2015-09-23 Sandra Loosemore <sandra@codesourcery.com>
15174
15175 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
15176 to allow any size enum.
15177
15178 2015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
15179
15180 * gdb.ada/array_ptr_renaming.exp: New testcase.
15181 * gdb.ada/array_ptr_renaming/foo.adb: New file.
15182 * gdb.ada/array_ptr_renaming/pack.ads: New file.
15183
15184 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
15185
15186 * gdb.trace/ftrace-lock.c: New file.
15187 * gdb.trace/ftrace-lock.exp: New file.
15188
15189 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
15190
15191 * gdb.arch/insn-reloc.c: New file.
15192 * gdb.arch/ftrace-insn-reloc.exp: New file.
15193
15194 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
15195
15196 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
15197 instruction.
15198 * gdb.trace/pendshr1.c (pendfunc): Likewise.
15199 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
15200 * gdb.trace/range-stepping.c: Likewise.
15201 * gdb.trace/trace-break.c: Likewise.
15202 * gdb.trace/trace-mt.c (thread_function): Likewise.
15203 * gdb.trace/ftrace.c (marker): Likewise.
15204 * gdb.trace/trace-condition.c (marker): Likewise.
15205 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
15206 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
15207 is_aarch64_target.
15208
15209 2015-09-18 Doug Evans <xdje42@gmail.com>
15210
15211 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
15212 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
15213
15214 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
15215
15216 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
15217 the breakpoint.
15218
15219 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
15220
15221 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
15222 the pending breakpoint. Remove timeout override for "Run till
15223 MI pending breakpoint on pendfunc3 on thread 2" test.
15224
15225 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
15226
15227 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
15228 filename pattern.
15229
15230 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
15231
15232 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
15233 in breakpoint filename pattern.
15234
15235 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
15236
15237 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
15238
15239 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
15240
15241 * gdb.linespec/explicit.exp: Check for readline support for
15242 tab-completion tests. Fix obvious typo.
15243
15244 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
15245
15246 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
15247 and replay.
15248
15249 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
15250
15251 * gdb.btrace/non-stop.c: New.
15252 * gdb.btrace/non-stop.exp: New.
15253
15254 2015-09-17 Pierre Langlois <pierre.langlois@arm.com>
15255 Yao Qi <yao.qi@linaro.org>
15256
15257 * gdb.trace/trace-condition.c: New file.
15258 * gdb.trace/trace-condition.exp: New file.
15259
15260 2015-09-16 Wei-cheng Wang <cole945@gmail.com>
15261
15262 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
15263 for testing bytecode compilation.
15264
15265 2015-09-16 Pedro Alves <palves@redhat.com>
15266 Sandra Loosemore <sandra@codesourcery.com>
15267
15268 * gdb.threads/non-stop-fair-events.c (timeout): New global.
15269 (SECONDS): Redefine.
15270 (main): Call pthread_kill and alarm early.
15271 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
15272 support.
15273 (test): If the target can't hardware step and doesn't support
15274 displaced stepping, increase the timeout.
15275
15276 2015-09-16 Pedro Alves <palves@redhat.com>
15277
15278 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
15279 (enable_debug): New procedures.
15280 (test): Use them. Bail out if waiting for threads fails.
15281 (top level): Bail out if a test fails.
15282
15283 2015-09-16 Yao Qi <yao.qi@linaro.org>
15284
15285 * gdb.asm/asm-source.exp: Set asm-arch for
15286 aarch64*-*-* target.
15287 * gdb.asm/aarch64.inc: New file.
15288
15289 2015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
15290
15291 * gdb.ada/array_of_variable_length.exp: New testcase.
15292 * gdb.ada/array_of_variable_length/foo.adb: New file.
15293 * gdb.ada/array_of_variable_length/pck.adb: New file.
15294 * gdb.ada/array_of_variable_length/pck.ads: New file.
15295
15296 2015-09-15 Doug Evans <dje@google.com>
15297
15298 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
15299 of function static local variable.
15300
15301 2015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
15302
15303 * gdb.threads/tls-so_extern.exp: New test file.
15304 * gdb.threads/tls-so_extern.c: New test file.
15305 * gdb.threads/tls-so_extern_main.c: New test file.
15306
15307 2015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
15308
15309 * gdb.opt/solib-intra-step-lib.c: New file.
15310 * gdb.opt/solib-intra-step-main.c: New file.
15311 * gdb.opt/solib-intra-step.exp: New file.
15312
15313 2015-09-15 Pedro Alves <palves@redhat.com>
15314
15315 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
15316 gdb_continue_to_breakpoint instead of gdb_test_multiple.
15317
15318 2015-09-14 Pedro Alves <palves@redhat.com>
15319
15320 * gdb.base/hook-stop-continue.c: Delete.
15321 * gdb.base/hook-stop-continue.exp: Delete.
15322 * gdb.base/hook-stop-frame.c: Delete.
15323 * gdb.base/hook-stop-frame.exp: Delete.
15324 * gdb.base/hook-stop.c: New file.
15325 * gdb.base/hook-stop.exp: New file.
15326
15327 2015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
15328
15329 * gdb.ada/access_to_packed_array.exp: New testcase.
15330 * gdb.ada/access_to_packed_array/foo.adb: New file.
15331 * gdb.ada/access_to_packed_array/pack.adb: New file.
15332 * gdb.ada/access_to_packed_array/pack.ads: New file.
15333
15334 2015-09-14 Markus Metzger <markus.t.metzger@intel.com>
15335
15336 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
15337 buffer size test.
15338
15339 2015-09-11 Don Breazeal <donb@codesourcery.com>
15340
15341 * gdb.base/foll-exec.c: Add copyright header. Fix
15342 formatting issues.
15343 * gdb.base/foll-exec.exp (zap_session): Delete proc.
15344 (do_exec_tests): Use clean_restart in place of zap_session,
15345 and for test initialization. Fix formatting issues. Use
15346 fail in place of perror.
15347 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
15348 an expect statement to match an expression with output from
15349 the program under debug.
15350 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
15351 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
15352 * gdb.threads/non-ldr-exc-2.exp: Likewise.
15353 * gdb.threads/non-ldr-exc-3.exp: Likewise.
15354 * gdb.threads/non-ldr-exc-4.exp: Likewise.
15355
15356 2015-09-09 Doug Evans <dje@google.com>
15357
15358 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
15359
15360 2015-09-09 Doug Evans <dje@google.com>
15361
15362 * gdb.base/pie-execl.exp: Fix result test of build_executable.
15363
15364 2015-09-09 Doug Evans <dje@google.com>
15365
15366 * gdb.base/savedregs.exp: Fix typo.
15367
15368 2015-09-09 Pedro Alves <palves@redhat.com>
15369
15370 * gdb.mi/mi-cli.exp: Add CLI finish tests.
15371
15372 2015-09-08 Sandra Loosemore <sandra@codesourcery.com>
15373
15374 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
15375 command actually switches threads. Give up on remaining
15376 tests if target fails to stop at breakpoint.
15377
15378 2015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
15379
15380 * gdb.ada/funcall_char.exp: New testcase.
15381 * gdb.ada/funcall_char/foo.adb: New file.
15382
15383 2015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
15384
15385 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
15386 expected outputs. Add two testcases for completing ambiguous
15387 functions.
15388 * gdb.ada/complete/aux_pck.adb: New file.
15389 * gdb.ada/complete/aux_pck.ads: New file.
15390 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
15391 Ambiguous_Func functions.
15392 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
15393 * gdb.ada/complete/pck.adb: Likewise.
15394
15395 2015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
15396
15397 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
15398 failures to run the test program under GDB.
15399
15400 2015-08-26 Luis Machado <lgustavo@codesourcery.com>
15401
15402 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
15403 to C.
15404
15405 2015-08-26 Patrick Palka <patrick@parcs.ath.cx>
15406
15407 * gdb.base/run-after-attach.exp: New test file.
15408 * gdb.base/run-after-attach.c: New test file.
15409
15410 2015-08-26 Don Breazeal <donb@codesourcery.com>
15411
15412 * gdb.base/foll-exec-2.c: New test program.
15413 * gdb.base/foll-exec-2.exp: New test.
15414
15415 2015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
15416
15417 * gdb.base/nested-subp1.exp: New file.
15418 * gdb.base/nested-subp1.c: New file.
15419 * gdb.base/nested-subp2.exp: New file.
15420 * gdb.base/nested-subp2.c: New file.
15421 * gdb.base/nested-subp3.exp: New file.
15422 * gdb.base/nested-subp3.c: New file.
15423
15424 2015-08-24 Pedro Alves <palves@redhat.com>
15425
15426 * gdb.server/connect-without-multi-process.c: New file.
15427 * gdb.server/connect-without-multi-process.exp: New file.
15428
15429 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
15430
15431 * gdb.opt/inline-markers.c: Make z int.
15432
15433 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
15434
15435 * gdb.opt/inline-markers.c: Make z volatile.
15436
15437 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
15438
15439 * gdb.opt/inline-bt.c: New volatile global z.
15440 * gdb.opt/inline-cmds.c: Likewise.
15441 * gdb.opt/inline-locals.c: Likewise.
15442 * gdb.opt/inline-markers.c: New extern global z.
15443 (marker): Use z.
15444 (inline_fn): Likewise.
15445
15446 2015-08-24 Pedro Alves <palves@redhat.com>
15447
15448 * config/m32r-stub.exp: Remove file.
15449 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
15450 * gdb.base/call-rt-st.exp: Likewise.
15451 * gdb.base/call-strs.exp: Likewise.
15452 * gdb.base/default.exp: Remove references to h8300-*-hms and
15453 *-*-udi*.
15454 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
15455
15456 2015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
15457
15458 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
15459 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
15460 and "return" use KFAIL when GDB can not read/write the vector
15461 return value.
15462
15463 2015-08-21 Gary Benson <gbenson@redhat.com>
15464
15465 * gdb.trace/pending.exp: Cope with remote transfer warnings.
15466
15467 2015-08-20 Pedro Alves <palves@redhat.com>
15468
15469 * gdb.server/solib-list.exp: No longer expect an interior stop in
15470 non-stop mode.
15471
15472 2015-08-20 Pedro Alves <palves@redhat.com>
15473
15474 * gdb.server/connect-stopped-target.c: New file.
15475 * gdb.server/connect-stopped-target.exp: New file.
15476
15477 2015-08-20 Pedro Alves <palves@redhat.com>
15478
15479 * gdb.dwarf2/comp-unit-lang.exp: New file.
15480 * gdb.dwarf2/comp-unit-lang.c: New file.
15481
15482 2015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
15483
15484 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
15485 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
15486
15487 2015-08-19 Kevin Buettner <kevinb@redhat.com>
15488
15489 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
15490 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
15491
15492 2015-08-18 Doug Evans <dje@google.com>
15493 Adrian Sendroiu <adrian.sendroiu@freescale.com>
15494
15495 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
15496 skip_python_tests. New arg prompt_regexp.
15497 (skip_python_tests): New function.
15498 * lib/mi-support.exp (mi_skip_python_tests): New function.
15499 * gdb.python/py-mi-objfile-gdb.py: New file.
15500 * gdb.python/py-mi-objfile.c: New file.
15501 * gdb.python/py-mi-objfile.exp: New file.
15502
15503 2015-08-17 Keith Seitz <keiths@redhat.com>
15504
15505 * gdb.linespec/explicit.exp: Move strace test from here ...
15506 * gdb.trace/strace.exp: ... to here.
15507
15508 2015-08-15 Patrick Palka <patrick@parcs.ath.cx>
15509
15510 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
15511 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
15512
15513 2015-08-14 Doug Evans <xdje42@gmail.com>
15514
15515 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
15516 inferior before selecting a new file.
15517
15518 2015-08-14 Doug Evans <xdje42@gmail.com>
15519
15520 * gdb.mi/mi-disassemble.exp: Update.
15521 * gdb.base/disasm-optim.S: New file.
15522 * gdb.base/disasm-optim.c: New file.
15523 * gdb.base/disasm-optim.h: New file.
15524 * gdb.base/disasm-optim.exp: New file.
15525
15526 2015-08-14 Keith Seitz <keiths@redhat.com>
15527
15528 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
15529 "evaluated-by".
15530
15531 2015-08-13 Joel Brobecker <brobecker@adacore.com>
15532
15533 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
15534
15535 2015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
15536
15537 * gdb.ada/fun_renaming.exp: New testcase.
15538 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
15539 * gdb.ada/fun_renaming/pack.adb: New file.
15540 * gdb.ada/fun_renaming/pack.ads: New file.
15541
15542 2015-08-12 Keith Seitz <keiths@redhat.com>
15543
15544 * gdb.base/dso2dso.exp: Pass basename of source file in call to
15545 gdb_get_line_number.
15546
15547 2015-08-12 Joel Brobecker <brobecker@adacore.com>
15548
15549 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
15550 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
15551 gdb.base/dso2dso.exp: New files.
15552
15553 2015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
15554 Pedro Alves <palves@redhat.com>
15555 Keith Seitz <keiths@redhat.com>
15556
15557 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
15558 GDBFLAGS.
15559
15560 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
15561
15562 * gdb.base/gdbhistsize-history.exp
15563 (test_histsize_history_setting): Use save_vars.
15564 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
15565 Use save_vars.
15566 (test_no_truncation_of_unlimited_history_file): Use save_vars.
15567 * gdb.base/readline.exp: Use save_vars.
15568
15569 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
15570
15571 * lib/gdb.exp (save_vars): New proc.
15572
15573 2015-08-11 Keith Seitz <keiths@redhat.com>
15574
15575 * gdb.base/help.exp: Update help_breakpoint_text.
15576
15577 2015-08-11 Keith Seitz <keiths@redhat.com>
15578
15579 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
15580 (at toplevel): Call test_explicit_breakpoints.
15581 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
15582 breakpoints.
15583 * lib/mi-support.exp (mi_make_breakpoint): Add support for
15584 breakpoint conditions, "-cond".
15585
15586 2015-08-11 Keith Seitz <keiths@redhat.com>
15587
15588 * gdb.linespec/3explicit.c: New file.
15589 * gdb.linespec/cpexplicit.cc: New file.
15590 * gdb.linespec/cpexplicit.exp: New file.
15591 * gdb.linespec/explicit.c: New file.
15592 * gdb.linespec/explicit.exp: New file.
15593 * gdb.linespec/explicit2.c: New file.
15594 * gdb.linespec/ls-errs.exp: Add explicit location tests.
15595 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
15596 before using in the matching pattern.
15597 Clarify that `prefix' is a regular expression.
15598
15599 2015-08-11 Keith Seitz <keiths@redhat.com>
15600
15601 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
15602 test.
15603 Add tests for missing ",FMT" and ",".
15604
15605 2015-08-10 Doug Evans <dje@google.com>
15606 Keith Seitz <keiths@redhat.com>
15607
15608 PR gdb/17960
15609 * gdb.base/completion.exp: Add location completer tests.
15610
15611 2015-08-07 Pedro Alves <palves@redhat.com>
15612
15613 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
15614 tests here.
15615 (top level): Run do_test with and without displaced stepping.
15616
15617 2015-08-07 Pedro Alves <palves@redhat.com>
15618
15619 * gdb.base/valgrind-disp-step.c: New file.
15620 * gdb.base/valgrind-disp-step.exp: New file.
15621
15622 2015-08-07 Pedro Alves <palves@redhat.com>
15623
15624 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
15625 Delete function.
15626 (main): Add alarm. Run an infinite loop instead of calling
15627 wait_threads.
15628 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
15629 comment.
15630 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
15631 Delete function.
15632 (main): Add alarm. Run an infinite loop instead of calling
15633 wait_threads.
15634 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
15635 comment.
15636
15637 2015-08-07 Pedro Alves <palves@redhat.com>
15638
15639 * gdb.base/checkpoint-ns.exp: New file.
15640 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
15641 standard_testfile.
15642
15643 2015-08-07 Markus Metzger <markus.t.metzger@intel.com>
15644
15645 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
15646 * gdb.btrace/instruction_history.exp: Update.
15647 * gdb.btrace/tsx.exp: New.
15648 * gdb.btrace/tsx.c: New.
15649
15650 2015-08-06 Pedro Alves <palves@redhat.com>
15651
15652 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
15653 increase timeout.
15654 * gdb.reverse/until-precsave.exp: Bump timeouts.
15655
15656 2015-08-06 Pedro Alves <palves@redhat.com>
15657
15658 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
15659
15660 2015-08-06 Pedro Alves <palves@redhat.com>
15661
15662 PR gdb/18749
15663 * gdb.threads/process-dies-while-handling-bp.c: New file.
15664 * gdb.threads/process-dies-while-handling-bp.exp: New file.
15665
15666 2015-08-06 Pedro Alves <palves@redhat.com>
15667
15668 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
15669 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
15670
15671 2015-08-05 Pedro Alves <palves@redhat.com>
15672
15673 * gdb.threads/next-while-other-thread-longjmps.c: New file.
15674 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
15675
15676 2015-08-03 Sandra Loosemore <sandra@codesourcery.com>
15677
15678 * gdb.base/bp-permanent.exp: Report test as unsupported if
15679 the target cannot stop at the permanent breakpoint.
15680
15681 2015-08-03 Doug Evans <dje@google.com>
15682
15683 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
15684 10000.
15685
15686 2015-08-03 Doug Evans <dje@google.com>
15687
15688 * Makefile.in (workers/%.worker, build-perf): New rule.
15689 (GDB_PERFTEST_MODE): New variable.
15690 (check-perf): Use it.
15691 (clean): Clean up gdb.perf parallel build subdirs.
15692 * lib/build-piece.exp: New file.
15693 * lib/gdb.exp (make_gdb_parallel_path): New function
15694 (standard_output_file, standard_temp_file): Call it.
15695 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
15696 of $GDB_PARALLEL.
15697 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
15698
15699 2015-08-03 Doug Evans <dje@google.com>
15700
15701 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
15702 (LOG_FILE_NAME): New global.
15703 (TextReporter.__init__): Initialize self.txt_sum.
15704 (TextReporter.report): Add support for multiple data-points.
15705 Move report to perftest.sum, put raw data in perftest.log.
15706 (TextReporter.start): Open sum and log files.
15707 (TextReporter.end): Close sum and log files.
15708 * gdb.perf/lib/perftest/testresult.py
15709 (SingleStatisticTestResult.record): Handle multiple data-points.
15710
15711 2015-07-31 Pedro Alves <palves@redhat.com>
15712
15713 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
15714 Use spawn_id_get_pid. Wait for spawn id after eof. Use
15715 kill_wait_spawned_process instead of explicit "kill -9".
15716 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
15717 returning a spawn id instead of a pid. Use spawn_id_get_pid and
15718 kill_wait_spawned_process.
15719 * gdb.base/attach-twice.exp: Likewise.
15720 * gdb.base/attach.exp: Likewise.
15721 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
15722 gdb_test_multiple.
15723 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
15724 returning a spawn id instead of a pid. Use spawn_id_get_pid and
15725 kill_wait_spawned_process.
15726 * gdb.base/valgrind-infcall.exp: Likewise.
15727 * gdb.multi/multi-attach.exp: Likewise.
15728 * gdb.python/py-prompt.exp: Likewise.
15729 * gdb.python/py-sync-interp.exp: Likewise.
15730 * gdb.server/ext-attach.exp: Likewise.
15731 * gdb.threads/attach-into-signal.exp (corefunc): Use
15732 spawn_wait_for_attach, spawn_id_get_pid and
15733 kill_wait_spawned_process.
15734 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
15735 spawn_wait_for_attach returning a spawn id instead of a pid. Use
15736 spawn_id_get_pid and kill_wait_spawned_process.
15737 * gdb.threads/attach-stopped.exp (corefunc): Use
15738 spawn_wait_for_attach, spawn_id_get_pid and
15739 kill_wait_spawned_process.
15740 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
15741 Use spawn_id_get_pid. Wait for spawn id after eof. Use
15742 kill_wait_spawned_process instead of explicit "kill -9".
15743 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
15744 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
15745 (spawn_wait_for_attach): Use spawn instead of exec to spawn
15746 processes. Don't map cygwin/windows pids here. Now returns a
15747 spawn id list.
15748
15749 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
15750
15751 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
15752 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
15753 correct patch.
15754
15755 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
15756
15757 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
15758
15759 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
15760
15761 Reapply:
15762 2014-05-21 Mark Wielaard <mjw@redhat.com>
15763
15764 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
15765
15766 2015-07-30 Pedro Alves <palves@redhat.com>
15767
15768 * linux-low.c (handle_extended_wait): Set the child's last
15769 reported status to TARGET_WAITKIND_STOPPED.
15770
15771 2015-07-30 Pedro Alves <palves@redhat.com>
15772
15773 PR threads/18600
15774 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
15775 only shows inferior 1.
15776
15777 2015-07-30 Simon Marchi <simon.marchi@ericsson.com>
15778 Pedro Alves <palves@redhat.com>
15779
15780 PR threads/18600
15781 * gdb.threads/fork-plus-threads.c: New file.
15782 * gdb.threads/fork-plus-threads.exp: New file.
15783
15784 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
15785
15786 * gdb.base/batch-preserve-term-settings.exp
15787 (test_terminal_settings_preserved_after_cli_exit): Use
15788 send_quit_command.
15789
15790 2015-07-29 Pedro Alves <palves@redhat.com>
15791 Don Breazeal <donb@codesourcery.com>
15792
15793 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
15794 output from both inferior_spawn_id and gdb_spawn_id.
15795
15796 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
15797
15798 * gdb.threads/attach-into-signal.exp (corefunc): Use
15799 with_test_prefix on nested loops, uniquefying the test messages.
15800
15801 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
15802
15803 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
15804 commit.
15805
15806 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
15807
15808 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
15809 New proc.
15810 (test_terminal_settings_preserved_after_sigterm): New test.
15811
15812 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
15813
15814 * gdb.base/batch-preserve-term-settings.exp
15815 (test_terminal_settings_preserved_after_cli_exit): New test.
15816
15817 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
15818
15819 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
15820 manipulation of saved_gdbflags.
15821 (test_terminal_settings_preserved): Remove global declaration of
15822 the unused variable pagination_prompt. Remove manipulation of
15823 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
15824 GDBFLAGS.
15825
15826 2015-07-29 Pedro Alves <palves@redhat.com>
15827
15828 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
15829
15830 2015-07-29 Pedro Alves <palves@redhat.com>
15831
15832 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
15833 at the top.
15834
15835 2015-07-29 Pedro Alves <palves@redhat.com>
15836
15837 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
15838 (main): Call gdb_unbuffer_output.
15839 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
15840 (main): Call gdb_unbuffer_output.
15841 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
15842 (main): Call gdb_unbuffer_output.
15843 * gdb.base/call-strs.exp: Adjust to step over the
15844 gdb_unbuffer_output call.
15845 * gdb.base/catch-gdb-caused-signals.c: Include
15846 "../lib/unbuffer_output.c".
15847 (main): Call gdb_unbuffer_output.
15848 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
15849 (main): Call gdb_unbuffer_output.
15850 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
15851 (main): Call gdb_unbuffer_output.
15852 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
15853 (main): Call gdb_unbuffer_output.
15854 * gdb.base/shlib-call.exp: Adjust to step over the
15855 gdb_unbuffer_output call.
15856 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
15857 (main): Call gdb_unbuffer_output.
15858 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
15859 (main): Call gdb_unbuffer_output.
15860 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
15861 (main): Rename to ...
15862 (test): ... this.
15863 (main): Reimplement.
15864 * gdb.base/varargs.exp: Run to test instead of to main.
15865 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
15866 (main): Call gdb_unbuffer_output.
15867
15868 2015-07-29 Pedro Alves <palves@redhat.com>
15869
15870 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
15871 factore out from mi_continue_dprintf. For call-style dprintfs,
15872 expect dprintf output out of $inferior_spawn_id.
15873 (mi_continue_dprintf): Use mi_expect_dprintf.
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 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
15880 (default_mi_gdb_start): Set inferior_spawn_id instead of
15881 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
15882 gdb_spawn_id.
15883 (mi_gdb_test): Always expect inferior output from both
15884 $inferior_spawn_id and $gdb_spawn_id.
15885
15886 2015-07-29 Pedro Alves <palves@redhat.com>
15887
15888 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
15889 send_inferior and $inferior_spawn_id.
15890
15891 2015-07-29 Pedro Alves <palves@redhat.com>
15892
15893 * gdb.gdb/complaints.exp (test_initial_complaints)
15894 (test_serial_complaints, test_short_complaints): Use
15895 gdb_test_stdio.
15896 (test_empty_complaint): Handle $inferior_spawn_id !=
15897 $gdb_spawn_id.
15898
15899 2015-07-29 Pedro Alves <palves@redhat.com>
15900
15901 * gdb.base/varargs.exp: Use gdb_test_stdio.
15902
15903 2015-07-29 Pedro Alves <palves@redhat.com>
15904
15905 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
15906
15907 2015-07-29 Pedro Alves <palves@redhat.com>
15908
15909 * gdb.base/ending-run.exp: Use gdb_test_stdio.
15910
15911 2015-07-29 Pedro Alves <palves@redhat.com>
15912
15913 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
15914 parameter into two new parameters, "inf_result" and "gdb_result".
15915 Expect inferior output and gdb output from $inferior_spawn_id and
15916 $gdb_spawn_id, respectively. Adjust all callers.
15917
15918 2015-07-29 Pedro Alves <palves@redhat.com>
15919
15920 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
15921 of gdb_test_sequence.
15922
15923 2015-07-29 Pedro Alves <palves@redhat.com>
15924
15925 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
15926 (saw_spurious_output): Expect inferior output from
15927 $inferior_spawn_id. Use gdb_test_stdio.
15928
15929 2015-07-29 Pedro Alves <palves@redhat.com>
15930
15931 * gdb.base/dprintf.exp: Use standard_testfile. Change
15932 prepare_for_testing call.
15933 (srcfile): Don't set.
15934 (restart): New procedure.
15935 (test_dprintf): New procecure, use to continue over dprintfs.
15936 (test_call, test_agent): New procedures, tests moved here.
15937 Restart gdb and recreate dprintfs. Adjust expected output.
15938
15939 2015-07-29 Pedro Alves <palves@redhat.com>
15940
15941 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
15942
15943 2015-07-29 Pedro Alves <palves@redhat.com>
15944
15945 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
15946
15947 2015-07-29 Pedro Alves <palves@redhat.com>
15948
15949 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
15950 gdb_test_stdio.
15951
15952 2015-07-29 Pedro Alves <palves@redhat.com>
15953
15954 * lib/gdb.exp (gdb_test_stdio): New procedure.
15955
15956 2015-07-29 Pedro Alves <palves@redhat.com>
15957
15958 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
15959
15960 2015-07-29 Pedro Alves <palves@redhat.com>
15961
15962 * gdb.base/call-signal-resume.exp: Remove check for
15963 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
15964 * gdb.base/unwindonsignal.exp: Likewise.
15965 * gdb.base/call-signals.c (gen_signal): Remove printf call.
15966 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
15967
15968 2015-07-29 Pedro Alves <palves@redhat.com>
15969
15970 * gdb.base/siginfo-addr.c (pass): New function.
15971 (handler): Call it iff si_addr is correct.
15972 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
15973 Set a breakpoint at "pass" and continue to it.
15974
15975 2015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
15976
15977 * gdb.python/py-objfile.exp: Make some tests have unique names.
15978 * gdb.python/py-pp-registration.exp: Likewise.
15979
15980 2015-07-28 Pedro Alves <palves@redhat.com>
15981
15982 * gdb.server/server-exec-info.exp: Issue a "disconnect".
15983
15984 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
15985
15986 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
15987
15988 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
15989
15990 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
15991
15992 2015-07-27 Patrick Palka <patrick@parcs.ath.cx>
15993
15994 * gdb.base/gdb-sigterm-2.exp: New test.
15995
15996 2015-07-25 Doug Evans <xdje42@gmail.com>
15997
15998 Revert:
15999 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
16000 (workers/%.worker, build-perf): New rule.
16001 (GDB_PERFTEST_MODE): New variable.
16002 (check-perf): Use it.
16003 (clean): Clean up gdb.perf parallel build subdirs.
16004 * lib/build-piece.exp: New file.
16005 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
16006 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
16007 name.
16008 (standard_temp_file): Ditto.
16009 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
16010 of $GDB_PARALLEL.
16011
16012 2015-07-24 Doug Evans <dje@google.com>
16013
16014 * gdb.perf/lib/perftest/utils.py: New file.
16015 * gdb.perf/gm-hello.cc: New file.
16016 * gdb.perf/gm-pervasive-typedef.cc: New file.
16017 * gdb.perf/gm-pervasive-typedef.h: New file.
16018 * gdb.perf/gm-std.cc: New file.
16019 * gdb.perf/gm-std.h: New file.
16020 * gdb.perf/gm-use-cerr.cc: New file.
16021 * gdb.perf/gm-utils.h: New file.
16022 * gdb.perf/gmonster-null-lookup.py: New file.
16023 * gdb.perf/gmonster-pervasive-typedef.py: New file.
16024 * gdb.perf/gmonster-print-cerr.py: New file.
16025 * gdb.perf/gmonster-ptype-string.py: New file.
16026 * gdb.perf/gmonster-runto-main.py: New file.
16027 * gdb.perf/gmonster-select-file.py: New file.
16028 * gdb.perf/gmonster1-null-lookup.exp: New file.
16029 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
16030 * gdb.perf/gmonster1-print-cerr.exp: New file.
16031 * gdb.perf/gmonster1-ptype-string.exp: New file.
16032 * gdb.perf/gmonster1-runto-main.exp: New file.
16033 * gdb.perf/gmonster1-select-file.exp: New file.
16034 * gdb.perf/gmonster1.cc: New file.
16035 * gdb.perf/gmonster1.exp: New file.
16036 * gdb.perf/gmonster2-null-lookup.exp: New file.
16037 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
16038 * gdb.perf/gmonster2-print-cerr.exp: New file.
16039 * gdb.perf/gmonster2-ptype-string.exp: New file.
16040 * gdb.perf/gmonster2-runto-main.exp: New file.
16041 * gdb.perf/gmonster2-select-file.exp: New file.
16042 * gdb.perf/gmonster2.cc: New file.
16043 * gdb.perf/gmonster2.exp: New file.
16044
16045 2015-07-24 Doug Evans <dje@google.com>
16046
16047 * gdb.perf/README: New file.
16048 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
16049 * lib/gen-perf-test.exp: New file.
16050
16051 2015-07-24 Doug Evans <dje@google.com>
16052
16053 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
16054 (PerfTest::startup): New function.
16055 (PerfTest::run): Return result of calling body.
16056 (PerfTest::assemble): Rewrite.
16057 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
16058 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
16059 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
16060 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
16061 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
16062
16063 2015-07-24 Doug Evans <dje@google.com>
16064
16065 * lib/gdb.exp (clean_restart): Make executable optional.
16066
16067 2015-07-24 Doug Evans <dje@google.com>
16068
16069 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
16070 compiler_info references.
16071 * gdb.cp/temargs.exp: Ditto.
16072 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
16073 (get_compiler_info): Early exit if already computed. Set compiler_info
16074 to "unknown" if there was a problem.
16075 (test_compiler_info): Add function comment. Call get_compiler_info.
16076
16077 2015-07-24 Doug Evans <dje@google.com>
16078
16079 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
16080 (workers/%.worker, build-perf): New rule.
16081 (GDB_PERFTEST_MODE): New variable.
16082 (check-perf): Use it.
16083 (clean): Clean up gdb.perf parallel build subdirs.
16084 * lib/build-piece.exp: New file.
16085 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
16086 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
16087 name.
16088 (standard_temp_file): Ditto.
16089 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
16090 of $GDB_PARALLEL.
16091
16092 2015-07-24 Doug Evans <dje@google.com>
16093
16094 * lib/future.exp (gdb_default_target_compile): New option
16095 "early_flags".
16096 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
16097 --as-needed.
16098
16099 2015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
16100
16101 * gdb.base/catch-syscall.exp: Call gdb_exit before
16102 gdb_skip_xml_test.
16103
16104 2015-07-24 Pedro Alves <palves@redhat.com>
16105
16106 * gdb.python/py-events.exp: Accept output between the stop event
16107 and the prompt.
16108 * gdb.python/py-evsignal.exp: Likewise.
16109 * gdb.python/py-evthreads.exp: Likewise.
16110
16111 2015-07-24 Pedro Alves <palves@redhat.com>
16112
16113 PR gdb/18717
16114 * gdb.threads/non-ldr-exit.c: New file.
16115 * gdb.threads/non-ldr-exit.exp: New file.
16116
16117 2015-07-24 Yao Qi <yao.qi@linaro.org>
16118
16119 * gdb.server/ext-wrapper.exp: Test --wrapper option when
16120 restarting process.
16121
16122 2015-07-24 Yao Qi <yao.qi@linaro.org>
16123
16124 * gdb.server/ext-restart.exp: New file.
16125
16126 2015-07-24 Yao Qi <yao.qi@linaro.org>
16127
16128 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
16129 argument options.
16130 * gdb.server/ext-wrapper.exp: New file.
16131
16132 2015-07-23 Doug Evans <dje@google.com>
16133
16134 * gdb.dwarf2/dw2-dummy-cu.S: New file.
16135 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
16136
16137 2015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
16138
16139 * gdb.ada/var_arr_typedef.exp: New testcase.
16140 * gdb.ada/var_arr_typedef/pack.adb: New file.
16141 * gdb.ada/var_arr_typedef/pack.ads: New file.
16142 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
16143
16144 2015-07-20 Joel Brobecker <brobecker@adacore.com>
16145
16146 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
16147
16148 2015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
16149
16150 * gdb.arch/i386-biarch-core.exp: Replace istarget
16151 by "complete set gnutarget". Remove expectation for the "core-file"
16152 command.
16153
16154 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
16155
16156 Revert the previous commit:
16157 Tests for validate symbol file using build-id.
16158
16159 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
16160
16161 Tests for validate symbol file using build-id.
16162 * gdb.base/solib-mismatch-lib.c: New file.
16163 * gdb.base/solib-mismatch-libmod.c: New file.
16164 * gdb.base/solib-mismatch.c: New file.
16165 * gdb.base/solib-mismatch.exp: New file.
16166
16167 2015-07-15 Sandra Loosemore <sandra@codesourcery.com>
16168
16169 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
16170 nios2-*-linux*.
16171 * gdb.base/sigbpt.exp (stepi_out): Likewise.
16172 * gdb.base/siginfo.exp: Likewise.
16173 * gdb.base/sigstep.exp (advance, advancei): Likewise.
16174
16175 2015-07-15 Pierre Langlois <pierre.langlois@arm.com>
16176
16177 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
16178 Move it to ...
16179 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
16180 ... here.
16181 * gdb.trace/range-stepping.exp: Check that the target supports
16182 range stepping.
16183
16184 2015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
16185
16186 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
16187
16188 2015-07-14 Pedro Alves <palves@redhat.com>
16189
16190 * gdb.base/killed-outside.exp: New file.
16191 * gdb.base/killed-outside.c: New file.
16192
16193 2015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
16194
16195 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
16196 (n at main): New.
16197 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
16198
16199 2015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
16200
16201 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
16202 infcall tests instead of setting up for KFAIL.
16203
16204 2015-07-10 Markus Metzger <markus.t.metzger@intel.com>
16205
16206 * gdb.btrace/record_goto-step.exp: New.
16207
16208 2015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
16209
16210 PR compile/18484
16211 * gdb.compile/compile.c (struct struct_type): Add volatile to
16212 selffield's type.
16213 * gdb.compile/compile.exp
16214 (compile code struct_object.selffield = &struct_object): Skip further
16215 struct_object tests if this one xfails.
16216
16217 2015-07-08 Robert O'Callahan <robert@ocallahan.org>
16218
16219 PR exp/18617
16220 * gdb.trace/ax.exp: Add test.
16221
16222 2015-07-07 Yao Qi <yao.qi@linaro.org>
16223
16224 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
16225 instead of istarget "aarch64*-*-*".
16226 * gdb.arch/aarch64-fp.exp: Likewise.
16227 * gdb.base/float.exp: Likewise.
16228 * gdb.reverse/aarch64.exp: Likewise.
16229 * lib/gdb.exp (is_aarch64_target): New proc.
16230
16231 2015-07-07 Yao Qi <yao.qi@linaro.org>
16232
16233 * lib/gdb.exp (is_aarch32_target): New proc.
16234 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
16235 instead of "istarget "arm*-*-*"".
16236 * gdb.arch/arm-disp-step.exp: Likewise.
16237 * gdb.arch/thumb-bx-pc.exp: Likewise.
16238 * gdb.arch/thumb-prologue.exp: Likewise.
16239 * gdb.arch/thumb-singlestep.exp: Likewise.
16240 * gdb.base/disp-step-syscall.exp: Likewise.
16241 * gdb.base/float.exp: Likewise.
16242
16243 2015-07-07 Yao Qi <yao.qi@linaro.org>
16244
16245 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
16246 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
16247
16248 2015-07-07 Yao Qi <yao.qi@linaro.org>
16249
16250 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
16251 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
16252 if it exists.
16253 * gdb.multi/multi-arch.exp: Likewise.
16254
16255 2015-07-07 Simon Marchi <simon.marchi@ericsson.com>
16256
16257 * gdb.python/py-lazy-string.exp: Add missing parentheses to
16258 print.
16259
16260 2015-07-07 Yao Qi <yao.qi@linaro.org>
16261
16262 * gdb.arch/thumb-singlestep.exp: Do one more single step.
16263
16264 2015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
16265
16266 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
16267 '[' and ']' characters.
16268
16269 2015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
16270
16271 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
16272
16273 2015-06-29 Pedro Alves <palves@redhat.com>
16274
16275 PR threads/18127
16276 * gdb.threads/hand-call-new-thread.c: New file.
16277 * gdb.threads/hand-call-new-thread.c: New file.
16278
16279 2015-06-26 Keith Seitz <keiths@redhat.com>
16280 Doug Evans <dje@google.com>
16281
16282 PR 16253
16283 * gdb.cp/var-tag-2.cc: New file.
16284 * gdb.cp/var-tag-3.cc: New file.
16285 * gdb.cp/var-tag-4.cc: New file.
16286 * gdb.cp/var-tag.cc: New file.
16287 * gdb.cp/var-tag.exp: New file.
16288
16289 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
16290
16291 * gdb.base/history-duplicates.exp: New test.
16292
16293 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
16294
16295 * gdb.base/completion.exp: Test the completion of the "focus"
16296 command.
16297
16298 2015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
16299
16300 * gdb.arch/amd64-prologue-skip.S: New file.
16301 * gdb.arch/amd64-prologue-skip.exp: New file.
16302
16303 2015-06-25 Simon Marchi <simon.marchi@ericsson.com>
16304
16305 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
16306 is_address_zero_readable check.
16307
16308 2015-06-24 Peter Bergner <bergner@vnet.ibm.com>
16309
16310 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
16311 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
16312
16313 2015-06-24 Yao Qi <yao.qi@linaro.org>
16314
16315 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
16316 linux targets.
16317
16318 2015-06-24 Yao Qi <yao.qi@linaro.org>
16319
16320 * lib/gdb.exp (supports_get_siginfo_type): New proc.
16321 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
16322 * gdb.base/siginfo-thread.exp: Likewise.
16323
16324 2015-06-22 Yao Qi <yao.qi@linaro.org>
16325
16326 * boards/remote-gdbserver-on-localhost.exp: Add comments.
16327
16328 2015-06-22 Yao Qi <yao.qi@linaro.org>
16329
16330 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
16331 aarch64*-*-*.
16332 (skip_hw_watchpoint_tests): Likewise.
16333
16334 2015-06-18 Patrick Palka <patrick@parcs.ath.cx>
16335
16336 * gdb.base/gdbinit-history.exp: Test the interaction between
16337 setting GDBHISTSIZE and setting the history size via .gdbinit.
16338
16339 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
16340
16341 PR gdb/16999
16342 * gdb.base/gdbhistsize-history.exp: New test.
16343
16344 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
16345
16346 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
16347 with GDBHISTSIZE.
16348 * gdb.base/readline.exp: Likewise.
16349
16350 2015-06-17 Yao Qi <yao.qi@linaro.org>
16351
16352 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
16353 line.
16354
16355 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
16356
16357 * gdb.base/gdbinit-history.exp: Add test case to check that
16358 an unlimited history file does not get truncated on exit.
16359
16360 2015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
16361
16362 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
16363 (VECTOR): New macro. Use it...
16364 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
16365 ...for these typedefs.
16366 (int8, char1, int1, double1): New typedefs.
16367 (struct just_int2, struct two_int2): New structures.
16368 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
16369 (add_structvecs, add_singlevecs): New functions.
16370 (main): Call add_some_intvecs twice.
16371 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
16372 the compile and exit upon failure. Try compiling for the "native"
16373 architecture. Test inferior function calls with vector arguments
16374 and vector return value handling with "finish" and "return".
16375
16376 2015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
16377
16378 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
16379 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
16380 PE file.
16381 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
16382
16383 2015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
16384
16385 PR breakpoints/16465
16386 * gdb.mi/mi-dprintf-pending.c: New file.
16387 * gdb.mi/mi-dprintf-pending.exp: New test.
16388 * gdb.mi/mi-dprintf-pendshr.c: New file.
16389
16390 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
16391 Mircea Gherzan <mircea.gherzan@intel.com>
16392
16393 * gdb.arch/i386-mpx-map.c: New file.
16394 * gdb.arch/i386-mpx-map.exp: New File.
16395
16396 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
16397
16398 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
16399 * gdb.arch/i386-mpx.exp: Indentation fixed.
16400
16401 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
16402
16403 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
16404 function and improved indentation.
16405 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
16406 gdb_test_multiple. Added additional tests to skip the test.
16407
16408 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
16409
16410 * gdb.arch/i386-avx512.c: Change path in include file.
16411 * gdb.arch/i386-avx512.exp: Change include dir path
16412 compilation flag.
16413 * gdb.arch/i386-mpx.c: Change path in include file.
16414 * gdb.arch/i386-mpx.exp: Change include dir path compilation
16415 flag.
16416
16417 2015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
16418
16419 * gdb.compile/compile-print.exp (compile print *vararray@3)
16420 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
16421
16422 2015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
16423
16424 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
16425 (do not keep jit in memory): ... this.
16426 (expect 5): Change it to ...
16427 (expect no 5): ... this.
16428
16429 2015-06-02 Simon Marchi <simon.marchi@ericsson.com>
16430
16431 PR gdb/15564
16432 * gdb.mi/mi-detach.exp: New file.
16433
16434 2015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
16435
16436 PR symtab/18392
16437 * gdb.arch/amd64-tailcall-self.S: New file.
16438 * gdb.arch/amd64-tailcall-self.c: New file.
16439 * gdb.arch/amd64-tailcall-self.exp: New file.
16440
16441 2015-05-28 Don Breazeal <donb@codesourcery.com>
16442
16443 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
16444 tests for remote targets by checking is_target_gdbserver.
16445
16446 2015-05-27 Doug Evans <dje@google.com>
16447
16448 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
16449 * gdb.dwarf2/opaque-type-lookup.c: New file.
16450 * gdb.dwarf2/opaque-type-lookup.exp: New file.
16451
16452 2015-05-26 Doug Evans <dje@google.com>
16453
16454 * gdb.cp/iostream.cc: New file.
16455 * gdb.cp/iostream.exp: New file.
16456
16457 2015-05-26 Doug Evans <dje@google.com>
16458
16459 * gdb.dwarf2/dw2-op-call.exp: Update.
16460 * gdb.dwarf2/dw4-sig-types.exp: Update.
16461 * gdb.dwarf2/implptr.exp: Update.
16462 * gdb.mi/mi-cmd-param-changed.exp: Update.
16463
16464 2015-05-26 Doug Evans <dje@google.com>
16465
16466 * gdb.python/py-lazy-string.c: New file.
16467 * gdb.python/py-lazy-string.exp: New file.
16468 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
16469 (main): Update. Add estring3.
16470 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
16471 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
16472
16473 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
16474 Yao Qi <yao.qi@linaro.org>
16475
16476 * gdb.reverse/aarch64.c: New.
16477 * gdb.reverse/aarch64.exp: New.
16478
16479 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
16480
16481 * lib/gdb.exp (supports_process_record): Return true for
16482 aarch64*-linux*.
16483 (supports_reverse): Likewise.
16484
16485 2015-05-22 Patrick Palka <patrick@parcs.ath.cx>
16486
16487 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
16488 Use with_test_prefix.
16489
16490 2015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
16491
16492 * gdb.base/completion.exp: Add test for completion of layout
16493 names.
16494
16495 2015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
16496
16497 * lib/gdb.exp (skip_tui_tests): New proc.
16498 * gdb.base/tui-layout.exp: Check skip_tui_tests.
16499
16500 2015-05-19 Pedro Alves <palves@redhat.com>
16501
16502 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
16503 Save the whole env array instead of just HOME. Unset HISTSIZE in
16504 the environment while testing. Restore whole environment
16505 afterwards.
16506
16507 2015-05-16 Doug Evans <xdje42@gmail.com>
16508
16509 * gdb.guile/scm-ports.c: New file.
16510 * gdb.guile/scm-ports.exp: Add memory port tests.
16511
16512 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
16513
16514 * gdb.compile/compile-print.c: New file.
16515 * gdb.compile/compile-print.exp: New file.
16516
16517 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
16518
16519 * gdb.compile/compile-ops.exp: Cast param to void.
16520 * gdb.compile/compile.exp: Complete type for _gdb_expr.
16521 (compile code struct_object.selffield = &struct_object): Add xfail.
16522
16523 2015-05-15 Joel Brobecker <brobecker@adacore.com>
16524
16525 * gdb.ada/arr_enum_with_gap: New testcase.
16526
16527 2015-05-15 Joel Brobecker <brobecker@adacore.com>
16528
16529 * gdb.ada/byte_packed_arr: New testcase.
16530
16531 2015-05-15 Joel Brobecker <brobecker@adacore.com>
16532
16533 * gdb.ada/pckd_neg: New testcase.
16534
16535 2015-05-13 Patrick Palka <patrick@parcs.ath.cx>
16536
16537 PR gdb/17820
16538 * gdb.base/gdbinit-history.exp: New test.
16539 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
16540 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
16541
16542 2015-05-09 Siva Chandra Reddy <sivachandra@google.com>
16543
16544 * gdb.python/py-xmethods.cc: Enhance test case.
16545 * gdb.python/py-xmethods.exp: New tests.
16546 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
16547 function.
16548 (B_indexoper): Likewise.
16549 (global_dm_list) : Add new xmethod worker functions.
16550
16551 2015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
16552
16553 * gdb.base/coredump-filter.exp: Correctly unset
16554 "coredump_var_addr" array.
16555
16556 2015-05-08 Pedro Alves <palves@redhat.com>
16557
16558 * gdb.server/non-existing-program.exp: Unset spawn_id.
16559
16560 2015-05-08 Siva Chandra Reddy <sivachandra@google.com>
16561
16562 PR python/18291
16563 * gdb.python/py-xmethods.exp: Add tests.
16564
16565 2015-05-08 Yao Qi <yao.qi@linaro.org>
16566
16567 PR gdb/18208
16568 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
16569 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
16570 function set_coredump_filter, and remove remote_exec call.
16571 Remove argument ipid. Callers update.
16572 (top level): Don't get inferior's PID.
16573
16574 2015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
16575
16576 * gdb.base/watch_thread_num.exp: Skip test on targets without
16577 access watchpoints.
16578
16579 2015-05-06 Pedro Alves <palves@redhat.com>
16580
16581 PR server/18081
16582 * gdb.server/non-existing-program.exp: New file.
16583
16584 2015-05-05 Joel Brobecker <brobecker@adacore.com>
16585
16586 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
16587
16588 2015-05-05 Joel Brobecker <brobecker@adacore.com>
16589
16590 * gdb.ada/out_of_line_in_inlined: New testcase.
16591
16592 2015-05-05 Joel Brobecker <brobecker@adacore.com>
16593
16594 * gdb.ada/var_rec_arr: New testcase.
16595
16596 2015-04-30 Yao Qi <yao.qi@linaro.org>
16597
16598 * gdb.base/break-idempotent.exp: If
16599 skip_hw_watchpoint_multi_tests returns true, skip the tests
16600 on "rwatch" and "awatch".
16601
16602 2015-04-30 Yao Qi <yao.qi@linaro.org>
16603
16604 * gdb.base/relativedebug.exp: Invoke gdb command
16605 "info sharedlibrary", and if libc.so doesn't have debug info,
16606 skip the test.
16607
16608 2015-04-29 Doug Evans <dje@google.com>
16609
16610 * gdb.python/py-xmethods.exp: Add ptype tests.
16611 * gdb.python/py-xmethods.py (E_method_char_worker): Add
16612 get_result_type method.
16613
16614 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
16615
16616 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
16617 the target does not support hardware watchpoints.
16618
16619 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
16620
16621 * gdb.base/break-always.exp: Abort testing if writing to memory
16622 causes an error.
16623
16624 2015-04-28 Doug Evans <dje@google.com>
16625
16626 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
16627 * gdb.python/py-pp-registration.exp: ... here. New file.
16628 * gdb.python/py-pp-registration.c: New file.
16629 * gdb.python/py-pp-registration.py: New file.
16630
16631 2015-04-28 Doug Evans <dje@google.com>
16632
16633 * gdb.python/py-bad-printers.c: New file.
16634 * gdb.python/py-bad-printers.py: New file.
16635 * gdb.python/py-bad-printers.exp: New file.
16636
16637 2015-04-28 Sasha Smundak <asmundak@google.com>
16638
16639 * gdb.python/py-type.exp: New test.
16640
16641 2015-04-28 Andy Wingo <wingo@igalia.com>
16642
16643 * gdb.python/py-parameter.exp:
16644 * gdb.guile/scm-parameter.exp: Escape the path that we are
16645 matching against, as it might contain characters that are special
16646 to regular expressions.
16647
16648 2015-04-27 Joel Brobecker <brobecker@adacore.com>
16649
16650 * gdb.ada/rec_comp: New testcase.
16651
16652 2015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
16653
16654 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
16655 before using it.
16656
16657 2015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
16658
16659 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
16660 new tests for verilog output.
16661
16662 2015-04-24 Yao Qi <yao.qi@linaro.org>
16663
16664 * boards/remote-gdbserver-on-localhost.exp: New file.
16665
16666 2015-04-23 Pedro Alves <palves@redhat.com>
16667
16668 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
16669 $inferior_spawn_id instead of $inferior_spawn_id directly. On
16670 "end of file", remove $inferior_spawn_id from the indirect list.
16671
16672 2015-04-23 Pedro Alves <palves@redhat.com>
16673
16674 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
16675
16676 2015-04-23 Pedro Alves <palves@redhat.com>
16677
16678 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
16679 on $any_spawn_id instead of only on $gdb_spawn_id.
16680
16681 2015-04-21 Pierre Muller <muller@sourceware.org>
16682
16683 PR pascal/17815
16684 * lib/pascal.exp (gpc_compile): Add new option "class".
16685 (fpc_compile): Likewise.
16686 * gdb.pascal/case-insensitive-symbols.pas: New file.
16687 * gdb.pascal/case-insensitive-symbols.exp: New file.
16688
16689 2015-04-20 Gary Benson <gbenson@redhat.com>
16690
16691 * gdb.base/attach.exp: Fix three extended remote failures.
16692
16693 2015-04-17 Gary Benson <gbenson@redhat.com>
16694
16695 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
16696 the main executable over the remote protocol.
16697
16698 2015-04-16 Pedro Alves <palves@redhat.com>
16699
16700 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
16701 a new gdbserver if gdbserver_reconnect_p is set.
16702
16703 2015-04-16 Pedro Alves <palves@redhat.com>
16704
16705 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
16706 is set, don't exit gdbserver.
16707
16708 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
16709
16710 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
16711 appropriate .insn, such that an older assembler can be used.
16712 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
16713 the z/Architecture instruction set on 31-bit targets as well.
16714
16715 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
16716
16717 * gdb.go/handcall.exp: Remove all logic related to the first
16718 breakpoint and rely on go_runto_main instead.
16719 * gdb.go/strings.exp: Likewise.
16720 * gdb.go/unsafe.exp: Likewise.
16721 * gdb.go/hello.exp: Likewise. Also rename the remaining
16722 breakpoint marker to "breakpoint 1".
16723 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
16724 * gdb.go/strings.go: Likewise.
16725 * gdb.go/unsafe.go: Likewise.
16726 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
16727 "set breakpoint 2 here" and rename the remaining breakpoint marker
16728 to "breakpoint 1".
16729
16730 2015-04-15 Simon Marchi <simon.marchi@ericsson.com>
16731
16732 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
16733 if itertools.imap is not present.
16734 * gdb.python/py-objfile.exp: Add parentheses.
16735 * gdb.python/py-type.exp: Same.
16736 * gdb.python/py-unwind-maint.py: Same.
16737
16738 2015-04-15 Yao Qi <yao.qi@linaro.org>
16739
16740 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
16741 of ":$ptr_size" and set its form explicitly.
16742
16743 2015-04-15 Pedro Alves <palves@redhat.com>
16744 Yao Qi <yao.qi@linaro.org>
16745
16746 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
16747 timeout by factor of 4.
16748 (test_regular_watch): Likewise.
16749 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
16750 * gdb.reverse/sigall-reverse.exp: Likewise.
16751 * gdb.reverse/until-precsave.exp: Likewise.
16752 * lib/gdb.exp (with_timeout_factor): New proc.
16753 (gdb_expect): Move some code to ...
16754 (get_largest_timeout): ... here. New procedure.
16755
16756 2015-04-14 Luis Machado <lgustavo@codesourcery.com>
16757
16758 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
16759
16760 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
16761
16762 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
16763 to write to the .text section.
16764
16765 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
16766
16767 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
16768 Handle the case of targets that do not provide PID information.
16769
16770 2015-04-13 Yao Qi <yao.qi@linaro.org>
16771
16772 * lib/gdbserver-support.exp (gdb_exit): Catch exception
16773 and use expect instead of gdb_expect.
16774
16775 2015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
16776
16777 * gdb.base/coredump-filter.exp: Rename variable "addr" to
16778 "coredump_var_addr" to avoid naming conflict with other testcases.
16779
16780 2015-04-10 Pedro Alves <palves@redhat.com>
16781
16782 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
16783 gdb_test_sequence and gdb_assert.
16784
16785 2015-04-10 Pedro Alves <palves@redhat.com>
16786
16787 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
16788 test messages that don't include the breakpoint address.
16789
16790 2015-04-10 Yao Qi <yao.qi@linaro.org>
16791
16792 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
16793 false for some offset and width combinations which aren't
16794 supported by linux kernel.
16795
16796 2015-04-10 Pedro Alves <palves@redhat.com>
16797
16798 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
16799 procedure, factored out from ...
16800 (top level): ... here. Add "set displaced-stepping" testing axis.
16801 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
16802 parameter "displaced". Use it.
16803 (top level): Use foreach and add "set displaced-stepping" testing
16804 axis.
16805
16806 2015-04-10 Pedro Alves <palves@redhat.com>
16807
16808 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
16809 Remove comment.
16810 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
16811 both the address of the instruction that triggers the watchpoint
16812 and the address of the instruction immediately after, and use
16813 those addresses for the test. Fix comment.
16814
16815 2015-04-10 Pedro Alves <palves@redhat.com>
16816
16817 * gdb.base/sigstep.exp (breakpoint_to_handler)
16818 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
16819 Test "backtrace" in handler.
16820 (breakpoint_over_handler): New parameter 'displaced'. Use it.
16821 (top level): Add new "displaced" test axis to
16822 breakpoint_to_handler, breakpoint_to_handler_entry and
16823 breakpoint_over_handler.
16824
16825 2015-04-10 Pedro Alves <palves@redhat.com>
16826
16827 PR gdb/18216
16828 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
16829
16830 2015-04-10 Yao Qi <yao.qi@linaro.org>
16831
16832 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
16833 (test_add_rn_pc): New function.
16834 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
16835 (top level): Invoke test_add_rn_pc.
16836
16837 2015-04-10 Pedro Alves <palves@redhat.com>
16838
16839 PR gdb/13858
16840 * gdb.base/step-over-no-symbols.exp: New file.
16841
16842 2015-04-09 Andy Wingo <wingo@igalia.com>
16843
16844 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
16845 after the Python tests.
16846
16847 2015-04-08 Keith Seitz <keiths@redhat.com>
16848
16849 PR python/16699
16850 * gdb.python/py-completion.exp: New tests for completion.
16851 * gdb.python/py-completion.py (CompleteLimit1): New class.
16852 (CompleteLimit2): Likewise.
16853 (CompleteLimit3): Likewise.
16854 (CompleteLimit4): Likewise.
16855 (CompleteLimit5): Likewise.
16856 (CompleteLimit6): Likewise.
16857 (CompleteLimit7): Likewise.
16858
16859 2015-04-08 Pedro Alves <palves@redhat.com>
16860
16861 PR gdb/18214
16862 PR gdb/18216
16863 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
16864 function.
16865 (main): Install it as SIGUSR1 handler.
16866 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
16867 parameter. Always use "setup" as prefix. Toggle "set
16868 displaced-stepping" off/on depending on global. Don't switch to
16869 thread 1 here.
16870 (top level): Add displaced stepping "off/on" test axis. Update
16871 "setup" calls. Wrap each subtest with with_test_prefix. Test
16872 continuing with a queued signal in each thread.
16873
16874 2015-04-08 Pedro Alves <palves@redhat.com>
16875
16876 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
16877 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
16878 gdb_breakpoint instead of gdb_test that doesn't expect anything.
16879 Return early if running to main fails.
16880 * gdb.trace/while-stepping.exp: Likewise.
16881
16882 2015-04-07 Pedro Alves <palves@redhat.com>
16883
16884 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
16885 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
16886 interact with inferior program.
16887
16888 2015-04-07 Pedro Alves <palves@redhat.com>
16889
16890 * lib/gdb.exp (inferior_spawn_id): New global.
16891 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
16892 spawn id after processing the user code.
16893 (default_gdb_start): Set inferior_spawn_id.
16894 (send_inferior): New procedure.
16895 * lib/gdbserver-support.exp (gdbserver_start): Set
16896 inferior_spawn_id.
16897 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
16898
16899 2015-04-07 Pedro Alves <palves@redhat.com>
16900
16901 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
16902 * lib/gdbserver-support.exp (gdbserver_start): Make
16903 $server_spawn_id global.
16904 (gdbserver_start): Don't wait for gdbserver's spawn id with
16905 expect_background.
16906 (close_gdbserver): New procedure.
16907 (gdb_exit): Rename the default version and reimplement.
16908
16909 2015-04-07 Pedro Alves <palves@redhat.com>
16910
16911 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
16912 append the substituted item, not the original item.
16913
16914 2015-04-07 Pedro Alves <palves@redhat.com>
16915
16916 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
16917 gdb_expect.
16918
16919 2015-04-07 Pedro Alves <palves@redhat.com>
16920
16921 * gdb.base/interrupt.exp: Don't handle the case of the inferior
16922 output appearing once only.
16923
16924 2015-04-07 Pedro Alves <palves@redhat.com>
16925
16926 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
16927 that doesn't expect anything. Return early if running to main
16928 fails.
16929
16930 2015-04-07 Yao Qi <yao.qi@linaro.org>
16931
16932 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
16933 (child_function): Call alarm.
16934 (main): Move call to alarm into the loop.
16935 * gdb.threads/non-stop-fair-events.exp: Build program with
16936 -DTIMEOUT=$timeout.
16937
16938 2015-04-06 Doug Evans <xdje42@gmail.com>
16939
16940 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
16941 Fix dest parameter to board_info.
16942 (fpc_compile): Ditto.
16943 (gdb_compile_pascal): Rename dest arg to destfile.
16944
16945 2015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
16946
16947 * gdb.ada/funcall_ref.exp: New file.
16948 * gdb.ada/funcall_ref/foo.adb: New file.
16949
16950 2015-04-02 Yao Qi <yao.qi@linaro.org>
16951
16952 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
16953 is remote.
16954
16955 2015-04-02 Gary Benson <gbenson@redhat.com>
16956
16957 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
16958
16959 2015-04-01 Sasha Smundak <asmundak@google.com>
16960
16961 * gdb.python/py-unwind-maint.c: New file.
16962 * gdb.python/py-unwind-maint.exp: New test.
16963 * gdb.python/py-unwind-maint.py: New file.
16964 * gdb.python/py-unwind.c: New file.
16965 * gdb.python/py-unwind.exp: New test.
16966 * gdb.python/py-unwind.py: New test.
16967
16968 2015-04-01 Pedro Alves <palves@redhat.com>
16969
16970 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
16971 to fail instead of non-existent $test.
16972
16973 2015-04-01 Pedro Alves <palves@redhat.com>
16974
16975 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
16976 GDBFLAGS if not empty.
16977
16978 2015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
16979
16980 * gdb.ada/complete.exp: Remove "multi_line".
16981 * gdb.ada/info_exc.exp: Remove "multi_line".
16982 * gdb.ada/packed_tagged.exp: Remove "multi_line".
16983 * gdb.ada/ptype_field.exp: Remove "multi_line".
16984 * gdb.ada/sym_print_name.exp: Remove "multi_line".
16985 * gdb.ada/tagged.exp: Remove "multi_line".
16986 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
16987 [multi_line ...]
16988 * gdb.btrace/delta.exp: Likewise.
16989 * gdb.btrace/exception.exp: Likewise.
16990 * gdb.btrace/function_call_history.exp: Likewise.
16991 * gdb.btrace/instruction_history.exp: Likewise.
16992 * gdb.btrace/nohist.exp: Likewise.
16993 * gdb.btrace/record_goto.exp: Likewise.
16994 * gdb.btrace/segv.exp: Likewise.
16995 * gdb.btrace/stepi.exp: Likewise.
16996 * gdb.btrace/tailcall.exp: Likewise.
16997 * gdb.btrace/unknown_functions.exp: Likewise.
16998 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
16999 * lib/gdb.exp: Add the "multi_line" helper.
17000
17001 2015-04-01 Pedro Alves <palves@redhat.com>
17002
17003 * gdb.threads/tid-reuse.c: New file.
17004 * gdb.threads/tid-reuse.exp: New file.
17005
17006 2015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
17007
17008 PR corefiles/16092
17009 * gdb.base/coredump-filter.c: New file.
17010 * gdb.base/coredump-filter.exp: Likewise.
17011
17012 2015-03-27 Petr Machata <pmachata@redhat.com>
17013
17014 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
17015 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
17016 (Dwarf::assemble): Initialize them.
17017 (Dwarf::lines): New function.
17018
17019 2015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
17020
17021 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
17022 SYMBOL_PREFIX for x86_64-*-cygwin.
17023
17024 2015-03-26 Andy Wingo <wingo@igalia.com>
17025
17026 PR symtab/18148
17027 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
17028 const_value but not a location.
17029 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
17030 location defined in non-main CUs are visible.
17031
17032 2015-03-26 Yao Qi <yao.qi@linaro.org>
17033
17034 PR testsuite/18139
17035 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
17036 Add a line number entry for the same line.
17037 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
17038 Add a line number entry for the same line.
17039
17040 2015-03-26 Yao Qi <yao.qi@linaro.org>
17041
17042 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
17043 .int 0.
17044 (func): Likewise. Add .Lfunc_1 label.
17045 Use .Lfunc_1 label.
17046 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
17047 .int 0.
17048 (func): Likewise.
17049 Use .Lfunc_1 label.
17050
17051 2015-03-26 Yao Qi <yao.qi@linaro.org>
17052
17053 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
17054 Call gdb_compile instead to compile each .s files without debug
17055 information.
17056
17057 2015-03-26 Yao Qi <yao.qi@linaro.org>
17058
17059 * gdb.base/savedregs.exp (process_saved_regs): Make
17060 "Saved registers:" optional in the pattern.
17061
17062 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
17063
17064 * gdb.btrace/next.exp: Merged into step.exp.
17065 * gdb.btrace/finish.exp: Merged into step.exp.
17066 * gdb.btrace/nexti.exp: Merged into stepi.exp.
17067 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
17068 "record goto" and checking the exact replay position.
17069 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
17070 check for "Recording format" in "info record" output.
17071 * gdb.btrace/record_goto.exp: Choose test file based on target.
17072 * gdb.btrace/x86-record_goto.S: Renamed into ...
17073 * gdb.btrace/x86_64-record_goto.S: ... this.
17074 * gdb.btrace/i686-record_goto.S: New.
17075 * gdb.btrace/x86-tailcall.S: Renamed into ...
17076 * gdb.btrace/x86_64-tailcall.S: ... this.
17077 * gdb.btrace/i686-tailcall.S: New.
17078 * gdb.btrace/x86-tailcall.c: Renamed into ...
17079 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
17080 separate statements. Update test.
17081 * gdb.btrace/delta.exp: Use record_goto.c as test file.
17082 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
17083 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
17084 * gdb.btrace/tailcall.exp: Choose test file based on target.
17085 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
17086
17087 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
17088
17089 * gdb.btrace/exception.exp: Increase BTS buffer size.
17090
17091 2015-03-24 Pedro Alves <palves@redhat.com>
17092
17093 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
17094
17095 2015-03-24 Pedro Alves <palves@redhat.com>
17096
17097 * gdb.threads/schedlock.exp (test_step): No longer expect that
17098 "set scheduler-locking step" with "next" over a function call runs
17099 threads unlocked.
17100
17101 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
17102
17103 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
17104
17105 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
17106
17107 PR breakpoints/16466
17108 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
17109 * gdb.mi/mi-pending.c (thread_func): New function.
17110 (int main): Add threading support required.
17111 * gdb.mi/mi-pending.exp: Add tests for this issue.
17112 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
17113 (pendfunc2): Remove stdio dependency.
17114 * gdb.mi/mi-pendshr2.c: New file.
17115
17116 2015-03-23 Keith Seitz <keiths@redhat.com>
17117
17118 * gdb.linespec/keywords.c: New file.
17119 * gdb.linespec/keywords.exp: New file.
17120
17121 2015-03-23 Keith Seitz <keiths@redhat.com>
17122
17123 PR gdb/18021
17124 * gdb.dwarf2/staticvirtual.exp: New test.
17125
17126 2015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
17127
17128 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
17129 * README: Remove HP-UX and gdb.hp.
17130 (configuration):
17131 * configure: Regenerate.
17132 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
17133 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
17134 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
17135 gdb.hp/gdb.defects/Makefile.
17136 * gdb.hp/Makefile.in: File deleted.
17137 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
17138 * gdb.hp/gdb.aCC/optimize.c: File deleted.
17139 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
17140 * gdb.hp/gdb.aCC/run.c: File deleted.
17141 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
17142 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
17143 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
17144 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
17145 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
17146 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
17147 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
17148 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
17149 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
17150 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
17151 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
17152 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
17153 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
17154 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
17155 * gdb.hp/gdb.base-hp/reg.s: File deleted.
17156 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
17157 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
17158 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
17159 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
17160 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
17161 * gdb.hp/gdb.compat/Makefile.in: File deleted.
17162 * gdb.hp/gdb.compat/average.c: File deleted.
17163 * gdb.hp/gdb.compat/sum.c: File deleted.
17164 * gdb.hp/gdb.compat/xdb.c: File deleted.
17165 * gdb.hp/gdb.compat/xdb0.c: File deleted.
17166 * gdb.hp/gdb.compat/xdb0.h: File deleted.
17167 * gdb.hp/gdb.compat/xdb1.c: File deleted.
17168 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
17169 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
17170 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
17171 * gdb.hp/gdb.defects/Makefile.in: File deleted.
17172 * gdb.hp/gdb.defects/bs14602.c: File deleted.
17173 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
17174 * gdb.hp/gdb.defects/solib-d.c: File deleted.
17175 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
17176 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
17177 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
17178 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
17179 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
17180 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
17181 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
17182 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
17183 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
17184 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
17185 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
17186 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
17187 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
17188 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
17189 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
17190 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
17191 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
17192 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
17193 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
17194 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
17195 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
17196 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
17197 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
17198 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
17199 * gdb.hp/tools/odump: File deleted.
17200
17201 2015-03-19 Pedro Alves <palves@redhat.com>
17202
17203 * gdb.threads/continue-pending-status.exp (saw_thread_2)
17204 (saw_thread_3): New globals.
17205 (top level): Increment them when an event for the corresponding
17206 thread is seen.
17207 (no thread starvation): New test.
17208
17209 2015-03-19 Pedro Alves <palves@redhat.com>
17210
17211 * gdb.threads/continue-pending-status.c: New file.
17212 * gdb.threads/continue-pending-status.exp: New file.
17213
17214 2015-03-18 Pedro Alves <palves@redhat.com>
17215
17216 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
17217 Use gdb_is_target_remote instead of is_remote. Use
17218 gdb_test_multiple instead of gdb_expect. Exit early if
17219 gdb_test_multiple hits its internal matches. Tighten stepi tests
17220 expected output. Fail on exit with any signal, instead of just
17221 SIGILL.
17222
17223 2015-03-18 Yao Qi <yao.qi@linaro.org>
17224
17225 PR tdep/18107
17226 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
17227 variable.
17228 * gdb.base/catch-syscall.exp: Don't skip it on
17229 aarch64*-*-linux* target. Remove elements in all_syscalls.
17230 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
17231 target.
17232 (setup_all_syscalls): New proc.
17233
17234 2015-03-16 Yao Qi <yao.qi@linaro.org>
17235
17236 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
17237 (top level): Skip tests if valid_addr_p returns false for
17238 $cmd1 or $cmd2.
17239
17240 2015-03-11 Andy Wingo <wingo@igalia.com>
17241
17242 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
17243
17244 2015-03-11 Yao Qi <yao.qi@linaro.org>
17245
17246 * gdb.base/catch-syscall.exp: Fix typo in comments.
17247
17248 2015-03-11 Yao Qi <yao.qi@linaro.org>
17249
17250 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
17251
17252 2015-03-09 Pedro Alves <palves@redhat.com>
17253
17254 * dg-extract-results.py: Delete.
17255
17256 2015-03-09 Pedro Alves <palves@redhat.com>
17257
17258 Merge dg-extract-results.sh from GCC upstream (r218843).
17259
17260 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
17261 * dg-extract-results.sh: Use --text with grep to avoid issues with
17262 binary files. Fall back to cat -v, if that doesn't work.
17263
17264 2015-03-05 Pedro Alves <palves@redhat.com>
17265
17266 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
17267
17268 2015-03-04 Simon Marchi <simon.marchi@ericsson.com>
17269
17270 * lib/mi-support.exp (mi_expect_interrupt): Accept
17271 alternative event for when in all-stop mode.
17272
17273 2015-03-04 Pedro Alves <palves@redhat.com>
17274
17275 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
17276
17277 2015-03-04 Mark Kettenis <kettenis@gnu.org>
17278
17279 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
17280
17281 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
17282
17283 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
17284 regexps for GDB's current line display, accept a hex address
17285 preceding the line number.
17286
17287 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
17288
17289 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
17290 the 'arch1' variable for "s390*-linux*" targets.
17291
17292 2015-03-04 Pedro Alves <palves@redhat.com>
17293
17294 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
17295 (main): Pass missing retval argument to pthread_join call.
17296
17297 2015-03-02 Pedro Alves <palves@redhat.com>
17298
17299 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
17300 (top level): Call do_test with non-stop as well.
17301
17302 2015-03-02 Pedro Alves <palves@redhat.com>
17303
17304 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
17305 -1.
17306
17307 2015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
17308
17309 * gdb.arch/s390-vregs.exp: New test.
17310 * gdb.arch/s390-vregs.S: New file.
17311
17312 2015-02-27 Pedro Alves <palves@redhat.com>
17313
17314 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
17315 call to catch_command_errors.
17316 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
17317 catch_command_errors.
17318
17319 2015-02-27 Pedro Alves <palves@redhat.com>
17320
17321 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
17322 "true" for boolean result.
17323 * gdb.gdb/selftest.exp (test_with_self): Also accept full
17324 prototype of main.
17325
17326 2015-02-27 Pedro Alves <palves@redhat.com>
17327
17328 * lib/unbuffer_output.c: New file.
17329 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
17330 (main): Call gdb_unbuffer_output.
17331
17332 2015-02-27 Yao Qi <yao.qi@linaro.org>
17333
17334 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
17335 target.
17336
17337 2015-02-26 Doug Evans <dje@google.com>
17338
17339 * gdb.cp/class2.cc (Dbase, D): New classes.
17340 (main): New local delta.
17341 * gdb.cp/class2.exp: Test printing delta.
17342 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
17343 (dynbar): New global.
17344 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
17345
17346 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
17347
17348 * gdb.compile/compile-ifunc.c: New file.
17349 * gdb.compile/compile-ifunc.exp: New file.
17350
17351 2015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
17352
17353 * gdb.base/structs.exp: Check for correct struct on finish.
17354
17355 2015-02-26 Yao Qi <yao.qi@linaro.org>
17356
17357 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
17358 is zero.
17359
17360 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
17361
17362 * gdb.arch/cordic.ko.bz2: New file.
17363 * gdb.arch/cordic.ko.debug.bz2: New file.
17364 * gdb.arch/ppc64-symtab-cordic.exp: New file.
17365
17366 2015-02-25 Yao Qi <yao.qi@linaro.org>
17367
17368 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
17369 aarch64*-*-* target.
17370
17371 2015-02-23 Pedro Alves <palves@redhat.com>
17372
17373 * lib/gdb.exp (delete_breakpoints): Rewrite using
17374 gdb_test_multiple.
17375
17376 2015-02-23 Pedro Alves <palves@redhat.com>
17377
17378 * gdb.base/info-os.c: Include stdlib.h.
17379
17380 2015-02-22 Doug Evans <xdje42@gmail.com>
17381
17382 PR symtab/17855
17383 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
17384 is read after symbols have been re-read.
17385 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
17386 * gdb.ada/exec_changed/second.adb (Second): Ditto.
17387
17388 2015-02-21 Doug Evans <dje@google.com>
17389
17390 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
17391
17392 2015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
17393
17394 PR corefiles/17808
17395 * gdb.arch/i386-biarch-core.core.bz2: New file.
17396 * gdb.arch/i386-biarch-core.exp: New file.
17397
17398 2015-02-21 Pedro Alves <palves@redhat.com>
17399
17400 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
17401 runto_main fails.
17402
17403 2015-02-20 Pedro Alves <palves@redhat.com>
17404
17405 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
17406 info probes.
17407
17408 2015-02-20 Pedro Alves <palves@redhat.com>
17409
17410 * gdb.threads/multi-create-ns-info-thr.exp: New file.
17411
17412 2015-02-20 Pedro Alves <palves@redhat.com>
17413
17414 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
17415 clean_restart before gdb_target_supports_trace.
17416
17417 2015-02-20 Pedro Alves <palves@redhat.com>
17418
17419 PR threads/18006
17420 * gdb.threads/clone-thread_db.c: New file.
17421 * gdb.threads/clone-thread_db.exp: New file.
17422
17423 2015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
17424
17425 PR breakpoints/16812
17426 * gdb.base/catch-gdb-caused-signals.c: New file.
17427 * gdb.base/catch-gdb-caused-signals.exp: New file.
17428
17429 2015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
17430
17431 * configure: Regenerated.
17432 * configure.ac: Use GDB_AC_TRANSFORM.
17433 * aclocal.m4: sinclude ../transform.m4.
17434
17435 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
17436
17437 * lib/dtrace.exp: New file.
17438 * gdb.base/dtrace-probe.exp: Likewise.
17439 * gdb.base/dtrace-probe.d: Likewise.
17440 * gdb.base/dtrace-probe.c: Likewise.
17441 * lib/pdtrace.in: Likewise.
17442 * configure.ac: Output variables with the transformed names of
17443 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
17444 * configure: Regenerated.
17445
17446 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
17447
17448 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
17449 expected message when trying to access $_probe_* convenience
17450 variables while not on a probe.
17451
17452 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
17453
17454 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
17455
17456 2015-02-11 Pedro Alves <pedro@codesourcery.com>
17457
17458 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
17459 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
17460
17461 2015-02-10 Doug Evans <xdje42@gmail.com>
17462
17463 * lib/gdb.exp (gdb_load): Always return a result.
17464
17465 2015-02-10 Pedro Alves <palves@redhat.com>
17466
17467 * gdb.threads/signal-sigtrap.c: New file.
17468 * gdb.threads/signal-sigtrap.exp: New file.
17469
17470 2015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
17471
17472 * gdb.trace/no-attach-trace.c: New file.
17473 * gdb.trace/no-attach-trace.exp: New file.
17474
17475 2015-02-09 Mark Wielaard <mjw@redhat.com>
17476
17477 * gdb.dwarf2/atomic.c: New file.
17478 * gdb.dwarf2/atomic-type.exp: Likewise.
17479
17480 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
17481
17482 * gdb.btrace/buffer-size.exp: Update "info record" output.
17483 * gdb.btrace/delta.exp: Update "info record" output.
17484 * gdb.btrace/enable.exp: Update "info record" output.
17485 * gdb.btrace/finish.exp: Update "info record" output.
17486 * gdb.btrace/instruction_history.exp: Update "info record" output.
17487 * gdb.btrace/next.exp: Update "info record" output.
17488 * gdb.btrace/nexti.exp: Update "info record" output.
17489 * gdb.btrace/step.exp: Update "info record" output.
17490 * gdb.btrace/stepi.exp: Update "info record" output.
17491 * gdb.btrace/nohist.exp: Update "info record" output.
17492
17493 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
17494
17495 * gdb.btrace/buffer-size: New.
17496
17497 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
17498
17499 * gdb.btrace/delta.exp: Update "info record" output.
17500 * gdb.btrace/enable.exp: Update "info record" output.
17501 * gdb.btrace/finish.exp: Update "info record" output.
17502 * gdb.btrace/instruction_history.exp: Update "info record" output.
17503 * gdb.btrace/next.exp: Update "info record" output.
17504 * gdb.btrace/nexti.exp: Update "info record" output.
17505 * gdb.btrace/step.exp: Update "info record" output.
17506 * gdb.btrace/stepi.exp: Update "info record" output.
17507 * gdb.btrace/nohist.exp: Update "info record" output.
17508
17509 2015-02-06 Simon Marchi <simon.marchi@ericsson.com>
17510
17511 PR gdb/15678
17512 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
17513
17514 2015-02-06 Pedro Alves <palves@redhat.com>
17515
17516 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
17517 macro.
17518 (seconds_left, again): New globals.
17519 (main): Wait seconds_left in a 1-second sleep loop instead of
17520 sleeping 180 seconds. If 'again' is set, reset the seconds
17521 counter.
17522 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
17523 'again' in the inferior before detaching. Print the seconds left.
17524 (options): New global.
17525 (top level): Build program with -DTIMEOUT=$timeout.
17526
17527 2015-02-06 Pedro Alves <palves@redhat.com>
17528
17529 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
17530 determine how many seconds to pass to 'alarm'.
17531 * gdb.base/gdb-sigterm.exp (top level): Build program with
17532 -DTIMEOUT=$timeout.
17533 (do_test): Return success/failure indication. Add more verbose
17534 logging. Don't fail if 200 single steps are seen. Instead, fail
17535 when the test times out.
17536 (passes): New global.
17537 (top level): Break the testing loop if testing fails on any
17538 iteration. Use gdb_assert.
17539
17540 2015-02-04 Don Breazeal <donb@codesourcery.com>
17541
17542 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
17543 and initialize them.
17544 (ipc_cleanup): New function.
17545 (main): Don't declare shmid, semid, and msqid. Add a call to
17546 atexit so that we call ipc_cleanup on exit.
17547
17548 2015-02-04 Pedro Alves <palves@redhat.com>
17549
17550 * boards/native-extended-gdbserver.exp: Remove any target variant
17551 specifications from the board name before clearing the isremote
17552 flag from board_info.
17553
17554 2015-01-31 Doug Evans <xdje42@gmail.com>
17555
17556 * gdb.base/maint.exp <maint print type argc>: Update expected output.
17557
17558 2015-01-31 Gary Benson <gbenson@redhat.com>
17559
17560 * gdb.base/completion.exp: Disable completion limiting for
17561 existing tests. Add new tests to check completion limiting.
17562 * gdb.linespec/ls-errs.exp: Disable completion limiting.
17563
17564 2015-01-31 Doug Evans <xdje42@gmail.com>
17565
17566 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
17567
17568 2015-01-31 Doug Evans <xdje42@gmail.com>
17569
17570 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
17571 entries. Duplicate file section script entries.
17572 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
17573 inlined entries. Add test for safe-path rejection.
17574 * gdb.python/py-section-script.c: Add duplicate inlined section script
17575 entries. Duplicate file section script entries.
17576 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
17577 inlined entries. Add test for safe-path rejection.
17578
17579 2015-01-29 Joel Brobecker <brobecker@adacore.com>
17580
17581 * gdb.ada/disc_arr_bound: New testcase.
17582
17583 2015-01-29 Joel Brobecker <brobecker@adacore.com>
17584
17585 * gdb.ada/mi_var_array: New testcase.
17586
17587 2015-01-27 Doug Evans <dje@google.com>
17588
17589 * gdb.python/py-objfile.exp: Add tests for objfile.username.
17590 Add test for objfile.filename, objfile.username after objfile
17591 has been unloaded.
17592
17593 2015-01-26 Joel Brobecker <brobecker@adacore.com>
17594
17595 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
17596 the second test to print the name attribute of value
17597 returned by the call to gdb.lookup_type, and adjust
17598 the expected output accordingly.
17599
17600 2015-01-25 Mark Wielaard <mjw@redhat.com>
17601
17602 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
17603 * gdb.base/disp-step-fork.c: Include unistd.h.
17604 * gdb.base/siginfo-obj.c: Include stdio.h.
17605 * gdb.base/siginfo-thread.c: Likewise.
17606 * gdb.mi/non-stop.c: Include unistd.h.
17607 * gdb.mi/nsthrexec.c: Include stdio.h.
17608 * gdb.mi/pthreads.c: Include unistd.h.
17609 * gdb.modula2/unbounded1.c (main): Declare returns int.
17610 * gdb.reverse/consecutive-reverse.c: Likewise.
17611 * gdb.threads/create-fail.c: Include unistd.h.
17612 * gdb.threads/killed.c: Likewise.
17613 * gdb.threads/linux-dp.c: Likewise.
17614 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
17615 * gdb.threads/non-ldr-exc-2.c: Likewise.
17616 * gdb.threads/non-ldr-exc-3.c: Likewise.
17617 * gdb.threads/non-ldr-exc-4.c: Likewise.
17618 * gdb.threads/pthreads.c: Include unistd.h.
17619 (main): Declare returns int.
17620 * gdb.threads/tls-main.c (foo): New declaration.
17621 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
17622
17623 2015-01-23 Simon Marchi <simon.marchi@ericsson.com>
17624
17625 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
17626 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
17627
17628 2015-01-15 Mark Wielaard <mjw@redhat.com>
17629
17630 * gdb.base/noreturn-return.c: New file.
17631 * gdb.base/noreturn-return.exp: New file.
17632 * gdb.base/noreturn-finish.c: New file.
17633 * gdb.base/noreturn-finish.exp: New file.
17634
17635 2015-01-23 Pedro Alves <palves@redhat.com>
17636
17637 * gdb.threads/continue-pending-after-query.c: New file.
17638 * gdb.threads/continue-pending-after-query.exp: New file.
17639
17640 2015-01-22 Anders Granlund <anders.granlund@ericsson.com>
17641 Simon Marchi <simon.marchi@ericsson.com>
17642
17643 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
17644 * gdb.base/valgrind-db-attach.exp: Same.
17645 * gdb.base/valgrind-infcall.exp: Same.
17646 * lib/mi-support.exp (default_mi_gdb_start): Same.
17647 * lib/prompt.exp (default_prompt_gdb_start): Same.
17648 * lib/gdb.exp (default_gdb_spawn): Same.
17649 (gdb_interact): New.
17650
17651
17652 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
17653
17654 * gdb.compile/compile.exp (pointer to jit function): New test.
17655
17656 2015-01-17 Wei-cheng Wang <cole945@gmail.com>
17657
17658 * lib/gdb.exp (supports_process_record): Return true for
17659 powerpc*-*-linux*.
17660 (supports_reverse): Likewise.
17661
17662 2015-01-15 Don Breazeal <donb@codesourcery.com>
17663
17664 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
17665 instead of checking whether the target board is remote and
17666 use spawn_wait_for_attach instead of exec/sleep.
17667 * gdb.base/attach-twice.exp: Likewise.
17668
17669 2015-01-15 Joel Brobecker <brobecker@adacore.com>
17670
17671 * gdb.ada/var_arr_attrs: New testcase.
17672
17673 2015-01-14 Pedro Alves <palves@redhat.com>
17674 Joel Brobecker <brobecker@adacore.com>
17675
17676 PR gdb/17525
17677 * gdb.base/bp-cmds-execution-x-script.c: New file.
17678 * gdb.base/bp-cmds-execution-x-script.exp: New file.
17679 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
17680
17681 2015-01-14 Pedro Alves <palves@redhat.com>
17682
17683 PR cli/17828
17684 * gdb.base/batch-preserve-term-settings.c: New file.
17685 * gdb.base/batch-preserve-term-settings.exp: New file.
17686
17687 2015-01-13 Doug Evans <dje@google.com>
17688
17689 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
17690 binary.
17691
17692 2015-01-13 Joel Brobecker <brobecker@adacore.com>
17693
17694 * Makefile.in (clean mostlyclean): Do not delete *.py.
17695
17696 2015-01-13 Joel Brobecker <brobecker@adacore.com>
17697
17698 * gdb.python/py-lookup-type.exp: New file.
17699
17700 2015-01-12 Pedro Alves <palves@redhat.com>
17701
17702 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
17703 restore GDBFLAGS before returning.
17704
17705 2015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
17706
17707 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
17708 is_amd64_regs_target and is_x86_like_target.
17709
17710 2015-01-11 Doug Evans <xdje42@gmail.com>
17711
17712 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
17713 is given without an explicit form.
17714 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
17715 attributes.
17716 * gdb.dwarf/corrupt.exp: Ditto.
17717 * gdb.dwarf2/enum-type.exp: Ditto.
17718 * gdb.trace/entry-values.exp: Ditto.
17719 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
17720
17721 2015-01-11 Doug Evans <xdje42@gmail.com>
17722
17723 PR gdb/15830
17724 * gdb.base/maint.exp: Remove references to "maint demangle".
17725 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
17726 Add tests for explicitly specifying language to demangle.
17727 * gdb.dlang/demangle.exp: Ditto.
17728
17729 2015-01-09 Pedro Alves <palves@redhat.com>
17730
17731 * gdb.threads/non-stop-fair-events.c: New file.
17732 * gdb.threads/non-stop-fair-events.exp: New file.
17733
17734 2015-01-09 Pedro Alves <palves@redhat.com>
17735
17736 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
17737 the global scope. Set a breakpoint after all threads are started
17738 rather than stepping over two source lines. Expect the prompt.
17739 * gdb.base/watch_thread_num.c (threads_started_barrier): New
17740 global.
17741 (NUM): Now 15.
17742 (main): Use threads_started_barrier to wait for all threads to
17743 start. Main thread no longer calls thread_function. Exit after
17744 180 seconds.
17745 (loop): New function.
17746 (thread_function): Wait on threads_started_barrier barrier. Call
17747 'loop' at each iteration.
17748 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
17749 threads have started, instead of hardcoding number of "next"
17750 steps. Use an access watchpoint instead of a write watchpoint.
17751
17752 2015-01-09 Pedro Alves <palves@redhat.com>
17753
17754 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
17755 (thread_func): Wait on barrier.
17756 (main): Wait for all threads to start before stopping GDB.
17757 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
17758 global.
17759 (thread1_func, thread2_func): Wait on barrier.
17760 (main): Wait for all threads to start before stopping GDB.
17761 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
17762 New global.
17763 (thread1_func, thread2_func): Wait on barrier.
17764 (main): Wait for all threads to start before stopping GDB.
17765
17766 2015-01-09 Pedro Alves <palves@redhat.com>
17767
17768 * gdb.threads/attach-many-short-lived-threads.c: New file.
17769 * gdb.threads/attach-many-short-lived-threads.exp: New file.
17770
17771 2014-01-09 Pedro Alves <palves@redhat.com>
17772
17773 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
17774 instead of to thread 2.
17775 * gdb.threads/signal-command-multiple-signals-pending.c (main):
17776 Add barrier around each pthread_create call instead of around all
17777 calls.
17778 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
17779 Set a break on thread_function and have the child threads hit it
17780 one at at a time.
17781
17782 2015-01-09 Pedro Alves <palves@redhat.com>
17783
17784 * lib/gdb.exp (can_spawn_for_attach): New procedure.
17785 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
17786 false.
17787 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
17788 checking whether the target board is remote.
17789 * gdb.multi/multi-attach.exp: Likewise.
17790 * gdb.python/py-sync-interp.exp: Likewise.
17791 * gdb.server/ext-attach.exp: Likewise.
17792 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
17793 tests that need to attach, instead of checking whether the target
17794 board is remote at the top of the file.
17795
17796 2015-01-08 Yao Qi <yao@codesourcery.com>
17797
17798 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
17799
17800 2015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
17801
17802 Fix testcase compilation.
17803 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
17804
17805 2015-01-06 Joel Brobecker <brobecker@adacore.com>
17806
17807 * gdb.python/py-type.exp: Add a couple test about empty
17808 array creation, and negative-length array creation.
17809
17810 2015-01-02 Doug Evans <xdje42@gmail.com>
17811
17812 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
17813
17814 2015-01-02 Doug Evans <dje@google.com>
17815
17816 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
17817
17818 2014-12-29 Yao Qi <yao@codesourcery.com>
17819
17820 * gdb.trace/entry-values.exp: Update comments. Rename variable
17821 bar_call_foo to returned_from_foo.
17822
17823 2014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
17824
17825 PR gdb/17394
17826 * gdb.linespec/break-asm-file.c: New file.
17827 * gdb.linespec/break-asm-file.exp: New file.
17828 * gdb.linespec/break-asm-file0.s: New file.
17829 * gdb.linespec/break-asm-file1.s: New file.
17830
17831 2014-12-18 Nigel Stephens <nigel@mips.com>
17832 Maciej W. Rozycki <macro@codesourcery.com>
17833
17834 * gdb.base/float.exp: Handle the new output from "info float" on
17835 MIPS targets.
17836
17837 2014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
17838
17839 Fix MinGW compilation.
17840 * gdb.compile/compile-ops.exp: Update untested message if
17841 !skip_compile_feature_tests.
17842 * gdb.compile/compile-setjmp.exp: Likewise.
17843 * gdb.compile/compile-tls.exp: Likewise.
17844 * gdb.compile/compile.exp: Likewise.
17845 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
17846 supported on this host".
17847
17848 2014-12-16 Doug Evans <xdje42@gmail.com>
17849
17850 * boards/stabs.exp: New file.
17851
17852 2014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
17853
17854 * gdb.base/completion.exp: Adjust to format changes of "maint
17855 print user-registers".
17856
17857 2014-12-16 Catalin Udma <catalin.udma@freescale.com>
17858
17859 PR server/17457
17860 * gdb.arch/aarch64-fp.c: New file.
17861 * gdb.arch/aarch64-fp.exp: New file.
17862
17863 2014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
17864
17865 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
17866 r210637, r210913, r211666, r215400, r215817).
17867
17868 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
17869 * dg-extract-results.py: New file.
17870 * dg-extract-results.sh: Use it if the environment seems
17871 suitable.
17872
17873 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
17874
17875 * dg-extract-results.py (parse_run): Handle warnings that
17876 are printed before a test harness is run.
17877
17878 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
17879
17880 * dg-extract-results.py (Named): Remove __cmp__ method.
17881 (output_variation): Use a key to sort variation.harnesses.
17882
17883 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
17884
17885 * dg-extract-results.py: For Python 3, force sys.stdout to
17886 handle surrogate escape sequences.
17887 (safe_open): New function.
17888 (output_segment, main): Use it.
17889
17890 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
17891
17892 * dg-extract-results.py (Prog.result_re): Include options
17893 in test name.
17894
17895 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
17896
17897 * dg-extract-results.py (output_variation): Always sort if
17898 do_sum.
17899
17900 2014-12-15 Simon Marchi <simon.marchi@ericsson.com>
17901
17902 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
17903 as long as we get pagination notifications.
17904
17905 2014-12-15 Jason Merrill <jason@redhat.com>
17906
17907 * Makefile.in (check-gdb.%): Restore.
17908 * README: Mention it.
17909
17910 2014-12-13 Joel Brobecker <brobecker@adacore.com>
17911
17912 * gdb.ada/str_uninit: New testcase.
17913
17914 2014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
17915
17916 PR symtab/17642
17917 * gdb.base/vla-stub-define.c: New file.
17918 * gdb.base/vla-stub.c: New file.
17919 * gdb.base/vla-stub.exp: New file.
17920
17921 2014-12-12 Phil Muldoon <pmuldoon@redhat.com>
17922 Jan Kratochvil <jan.kratochvil@redhat.com>
17923 Tom Tromey <tromey@redhat.com>
17924
17925 * configure.ac: Add gdb.compile/.
17926 * configure: Regenerate.
17927 * gdb.compile/Makefile.in: New file.
17928 * gdb.compile/compile-ops.exp: New file.
17929 * gdb.compile/compile-ops.c: New file.
17930 * gdb.compile/compile-tls.c: New file.
17931 * gdb.compile/compile-tls.exp: New file.
17932 * gdb.compile/compile-constvar.S: New file.
17933 * gdb.compile/compile-constvar.c: New file.
17934 * gdb.compile/compile-mod.c: New file.
17935 * gdb.compile/compile-nodebug.c: New file.
17936 * gdb.compile/compile-setjmp-mod.c: New file.
17937 * gdb.compile/compile-setjmp.c: New file.
17938 * gdb.compile/compile-setjmp.exp: New file.
17939 * gdb.compile/compile-shlib.c: New file.
17940 * gdb.compile/compile.c: New file.
17941 * gdb.compile/compile.exp: New file.
17942 * lib/gdb.exp (skip_compile_feature_tests): New proc.
17943
17944 2014-12-12 Tom Tromey <tromey@redhat.com>
17945
17946 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
17947 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
17948
17949 2014-12-12 Doug Evans <dje@google.com>
17950
17951 * lib/gdb-python.exp (get_python_valueof): New function.
17952 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
17953
17954 2014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
17955
17956 * gdb.base/completion.exp: Add test for completion of "info
17957 registers ".
17958
17959 2014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
17960
17961 * gdb.base/func-ptrs.c: New file.
17962 * gdb.base/func-ptrs.exp: New file.
17963
17964 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
17965
17966 PR breakpoints/17012
17967 * gdb.base/dprintf-detach.c: New file.
17968 * gdb.base/dprintf-detach.exp: New file.
17969
17970 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
17971
17972 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
17973 * lib/gdb.exp (target_is_gdbserver): New procedure.
17974
17975 2014-12-08 Doug Evans <dje@google.com>
17976
17977 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
17978
17979 2014-12-05 Yao Qi <yao@codesourcery.com>
17980
17981 * gdb.guile/scm-error.exp: Remove the third argument to
17982 gdb_remote_download.
17983 * gdb.guile/scm-frame-args.exp: Likewise.
17984 * gdb.guile/scm-section-script.exp: Likewise.
17985
17986 2014-12-05 Yao Qi <yao@codesourcery.com>
17987
17988 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
17989
17990 2014-12-04 Doug Evans <dje@google.com>
17991
17992 * gdb.python/py-objfile.exp: Add tests for
17993 objfile.add_separate_debug_file.
17994
17995 2014-12-04 Doug Evans <dje@google.com>
17996
17997 * lib/gdb.exp (get_build_id): New function.
17998 (build_id_debug_filename_get): Rewrite to use it.
17999 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
18000
18001 2014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
18002
18003 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
18004 `method(long)', not just 0x0.
18005 * gdb.cp/nsalias.exp: Align code labels to 4.
18006 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
18007 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
18008 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
18009 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
18010 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
18011 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
18012
18013 2014-12-02 Doug Evans <dje@google.com>
18014
18015 PR symtab/17602
18016 * gdb.cp/anon-ns.cc: Move guts of this file to ...
18017 * gdb.cp/anon-ns2.cc: ... here. New file.
18018 * gdb.cp/anon-ns.exp: Update.
18019
18020 2014-12-02 Nick Bull <nicholaspbull@gmail.com>
18021
18022 * gdb.python/py-events.py (inferior_call_handler): New.
18023 (register_changed_handler, memory_changed_handler): New.
18024 (test_events.invoke): Register new handlers.
18025 * gdb.python/py-events.exp: Add tests for inferior call,
18026 memory_changed and register_changed events.
18027
18028 2014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
18029
18030 * gdb.base/execl-update-breakpoints.exp: Specify the link address
18031 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
18032 if the linker doesn't understand this.
18033
18034 2014-12-01 Simon Marchi <simon.marchi@ericsson.com>
18035
18036 * gdb.python/python.exp: Change expected reply to help().
18037
18038 2014-12-01 Yao Qi <yao@codesourcery.com>
18039
18040 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
18041 AC_CONFIG_SUBDIRS(gdb.gdbtk).
18042 * configure: Re-generated.
18043
18044 2014-11-28 Siva Chandra Reddy <sivachandra@google.com>
18045
18046 * gdb.cp/chained-calls.cc: New file.
18047 * gdb.cp/chained-calls.exp: New file.
18048 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
18049
18050 2014-11-28 Simon Marchi <simon.marchi@ericsson.com>
18051
18052 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
18053 * gdb.dwarf2/symtab-producer.exp: Same.
18054 * gdb.gdb/python-interrupts.exp: Same.
18055 * gdb.gdb/python-selftest.exp: Same.
18056 * gdb.python/py-linetable.exp: Same.
18057 * gdb.python/py-type.exp: Same.
18058 * gdb.python/py-value-cc.exp: Same.
18059 * gdb.python/py-value.exp: Same.
18060
18061 2014-11-28 Yao Qi <yao@codesourcery.com>
18062
18063 * gdb.base/break-probes.exp: Match library name prefixed with
18064 sysroot.
18065
18066 2014-11-27 Simon Marchi <simon.marchi@ericsson.com>
18067
18068 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
18069 test expected output. Add parentheses for the call to print.
18070 Remove L suffix from integers.
18071
18072 2014-11-26 Doug Evans <dje@google.com>
18073
18074 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
18075
18076 2014-11-22 Yao Qi <yao@codesourcery.com>
18077
18078 * gdb.trace/entry-values.c: Remove asms.
18079 (foo): Add foo_label.
18080 (bar): Add bar_label.
18081 * gdb.trace/entry-values.exp: Remove code computing foo's
18082 length and bar's length.
18083 (Dwarf::assemble): Invoke function_range for bar and use
18084 MACRO_AT_func for foo.
18085
18086 2014-11-22 Yao Qi <yao@codesourcery.com>
18087
18088 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
18089 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
18090 Use .Lgcc43_procstart instead of gcc43.
18091
18092 2014-11-21 Joel Brobecker <brobecker@adacore.com>
18093
18094 * gdb.ada/n_arr_bound: New testcase.
18095
18096 2014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
18097
18098 PR breakpoints/10737
18099 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
18100 test_catch_syscall_multi_arch.
18101 (test_catch_syscall_multi_arch): New function.
18102
18103 2014-11-20 Doug Evans <xdje42@gmail.com>
18104
18105 * gdb.base/maint.exp: Update expected output.
18106
18107 2014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
18108
18109 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
18110 4-byte instruction on S390.
18111
18112 2014-11-19 Joel Brobecker <brobecker@adacore.com>
18113
18114 * gdb.ada/arr_arr: New testcase.
18115
18116 2014-11-19 Joel Brobecker <brobecker@adacore.com>
18117
18118 * gdb.ada/pkd_arr_elem: New Testcase.
18119
18120 2014-11-18 Luis Machado <lgustavo@codesourcery.com>
18121
18122 * gdb.reverse/break-precsave: Expect completion message for
18123 core file reads.
18124 * gdb.reverse/consecutive-precsave.exp: Likewise.
18125 * gdb.reverse/finish-precsave.exp: Likewise.
18126 * gdb.reverse/i386-precsave.exp: Likewise.
18127 * gdb.reverse/machinestate-precsave.exp: Likewise.
18128 * gdb.reverse/sigall-precsave.exp: Likewise.
18129 * gdb.reverse/solib-precsave.exp: Likewise.
18130 * gdb.reverse/step-precsave.exp: Likewise.
18131 * gdb.reverse/until-precsave.exp: Likewise.
18132 * gdb.reverse/watch-precsave.exp: Likewise.
18133
18134 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
18135
18136 * gdb.base/bp-permanent.c: Include unistd.h.
18137 * gdb.python/py-framefilter-mi.c (main): Add return type.
18138 * gdb.python/py-framefilter.c (main): Likewise.
18139 * gdb.trace/actions-changed.c (main): Likewise.
18140
18141 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
18142
18143 * gdb.mi/until.c: Add eye-catchers.
18144 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
18145 line numbers.
18146
18147 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
18148
18149 * gdb.base/condbreak.exp: Drop references to removed non-prototype
18150 function header variants in break1.c.
18151 * gdb.base/ena-dis-br.exp: Likewise.
18152 * gdb.base/hbreak2.exp: Likewise.
18153 * gdb.reverse/until-precsave.exp: Drop references to removed
18154 non-prototype function header variants in ur1.c.
18155 * gdb.reverse/until-reverse.exp: Likewise.
18156
18157 2014-11-17 Petr Machata <pmachata@redhat.com>
18158
18159 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
18160 ${_cu_offset_size} bytes abbrev offset.
18161
18162 2014-11-15 Doug Evans <xdje42@gmail.com>
18163
18164 PR symtab/17559
18165 * gdb.base/line-symtabs.exp: New file.
18166 * gdb.base/line-symtabs.c: New file.
18167 * gdb.base/line-symtabs.h: New file.
18168
18169 2014-11-14 Yao Qi <yao@codesourcery.com>
18170
18171 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
18172 (func): Add label func_label.
18173 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
18174 Replace low_pc and high_pc with MACRO_AT_range.
18175 Replace name, low_pc and high_pc with MACRO_AT_func.
18176
18177 2014-11-14 Yao Qi <yao@codesourcery.com>
18178
18179 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
18180 Replace name, low_pc and high_pc with MACRO_AT_func.
18181
18182 2014-11-14 Yao Qi <yao@codesourcery.com>
18183
18184 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
18185 produce debug information.
18186 * gdb.dwarf2/implptr-optimized-out.S: Removed.
18187
18188 2014-11-14 Yao Qi <yao@codesourcery.com>
18189
18190 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
18191 object and get function length.
18192 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
18193 with MACRO_AT_func.
18194 (top-level): Replace gdb_compile and clean_restart with
18195 prepare_for_testing.
18196 * gdb.dwarf2/main.c (main): Add label main_label.
18197
18198 2014-11-14 Yao Qi <yao@codesourcery.com>
18199
18200 * lib/dwarf.exp (function_range): New procedure.
18201 (Dwarf::_handle_macro_at_func): New procedure.
18202 (Dwarf::_handle_macro_at_range): New procedure.
18203 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
18204
18205 2014-11-14 Yao Qi <yao@codesourcery.com>
18206
18207 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
18208 (_handle_attribute): New procedure.
18209
18210 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18211
18212 * gdb.ada/cond_lang/foo.c (callme): Add return type.
18213 * gdb.base/call-sc.c (zed): Likewise.
18214 * gdb.base/checkpoint.c (main): Likewise.
18215 * gdb.base/dump.c (main): Likewise.
18216 * gdb.base/gcore.c (main): Likewise.
18217 * gdb.base/huge.c (main): Likewise.
18218 * gdb.base/multi-forks.c (main): Likewise.
18219 * gdb.base/pr10179-a.c (main): Likewise.
18220 * gdb.base/savedregs.c (main): Likewise.
18221 * gdb.base/sigaltstack.c (main): Likewise.
18222 * gdb.base/siginfo.c (main): Likewise.
18223 * gdb.base/structs.c (zed): Likewise.
18224 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
18225 * gdb.mi/mi-syn-frame.c (main): Likewise.
18226 * gdb.mi/until.c (foo, main): Likewise.
18227 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
18228 * gdb.base/solib-weak.c (foo): Declare.
18229 * gdb.base/attach-twice.c: Include stdio.h.
18230 * gdb.base/weaklib1.c: Likewise.
18231 * gdb.base/weaklib2.c: Likewise.
18232 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
18233 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
18234 unistd.h.
18235 * gdb.base/attach-pie-misread.c: Include stdlib.h.
18236 * gdb.mi/mi-exit-code.c: Likewise.
18237 * gdb.base/break-interp-lib.c: Include string.h.
18238 * gdb.base/coremaker.c: Likewise.
18239 * gdb.base/testenv.c: Likewise.
18240 * gdb.python/py-finish-breakpoint.c: Likewise.
18241 * gdb.base/inferior-died.c: Include sys/wait.h.
18242 * gdb.base/fileio.c: Include time.h.
18243 * gdb.base/async-shell.c: Include unistd.h.
18244 * gdb.base/dprintf-non-stop.c: Likewise.
18245 * gdb.base/info-os.c: Likewise.
18246 * gdb.mi/mi-console.c: Likewise.
18247 * gdb.mi/watch-nonstop.c: Likewise.
18248 * gdb.python/py-events.c: Likewise.
18249 * gdb.base/async.c (baz): Move up before its invocation.
18250 * gdb.base/code_elim2.c (my_global_func): Likewise.
18251 * gdb.base/skip-solib-lib.c (multiply): Likewise.
18252 * gdb.base/advance.c (func2): Likewise.
18253
18254 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18255
18256 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
18257 variant.
18258 * gdb.base/annota3.c: Likewise.
18259 * gdb.base/async.c: Likewise.
18260 * gdb.base/average.c: Likewise.
18261 * gdb.base/call-ar-st.c: Likewise.
18262 * gdb.base/call-rt-st.c: Likewise.
18263 * gdb.base/call-sc.c: Likewise.
18264 * gdb.base/call-strs.c: Likewise.
18265 * gdb.base/ending-run.c: Likewise.
18266 * gdb.base/execd-prog.c: Likewise.
18267 * gdb.base/exprs.c: Likewise.
18268 * gdb.base/foll-exec.c: Likewise.
18269 * gdb.base/foll-fork.c: Likewise.
18270 * gdb.base/foll-vfork.c: Likewise.
18271 * gdb.base/funcargs.c: Likewise.
18272 * gdb.base/gcore.c: Likewise.
18273 * gdb.base/jump.c: Likewise.
18274 * gdb.base/langs0.c: Likewise.
18275 * gdb.base/langs1.c: Likewise.
18276 * gdb.base/langs2.c: Likewise.
18277 * gdb.base/mips_pro.c: Likewise.
18278 * gdb.base/nodebug.c: Likewise.
18279 * gdb.base/opaque0.c: Likewise.
18280 * gdb.base/opaque1.c: Likewise.
18281 * gdb.base/recurse.c: Likewise.
18282 * gdb.base/run.c: Likewise.
18283 * gdb.base/scope0.c: Likewise.
18284 * gdb.base/scope1.c: Likewise.
18285 * gdb.base/setshow.c: Likewise.
18286 * gdb.base/setvar.c: Likewise.
18287 * gdb.base/shmain.c: Likewise.
18288 * gdb.base/shr1.c: Likewise.
18289 * gdb.base/shr2.c: Likewise.
18290 * gdb.base/sigall.c: Likewise.
18291 * gdb.base/signals.c: Likewise.
18292 * gdb.base/so-indr-cl.c: Likewise.
18293 * gdb.base/solib2.c: Likewise.
18294 * gdb.base/structs.c: Likewise.
18295 * gdb.base/sum.c: Likewise.
18296 * gdb.base/vforked-prog.c: Likewise.
18297 * gdb.base/watchpoint.c: Likewise.
18298 * gdb.reverse/shr2.c: Likewise.
18299 * gdb.reverse/until-reverse.c: Likewise.
18300 * gdb.reverse/ur1.c: Likewise.
18301 * gdb.reverse/watch-reverse.c: Likewise.
18302
18303 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18304
18305 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
18306 variant.
18307 * gdb.base/sepdebug.exp: Drop references to removed code.
18308
18309 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18310
18311 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
18312 variant. Preserve original line numbering.
18313 * gdb.base/list1.c: Likewise.
18314
18315 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18316
18317 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
18318 variant.
18319 * gdb.base/break1.c: Likewise.
18320 * gdb.base/break.exp: Drop references to removed code.
18321
18322 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18323
18324 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
18325 variant.
18326
18327 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18328
18329 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
18330
18331 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18332
18333 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
18334 logic into perform_all_tests() and invoke it with and without
18335 function header prototypes.
18336 (do_function_calls): Remove conditional XFAIL for PR 5318.
18337 (rerun_and_prepare): Remove duplicate code.
18338 (perform_all_tests): New. Main logic moved here.
18339
18340 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18341
18342 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
18343 code guarded by #ifdef NO_PROTOTYPES.
18344 (t_double_many_args): Likewise.
18345 (DEF_FUNC_MANY_ARGS_1): Likewise.
18346 (DEF_FUNC_VALUES_1): Likewise.
18347 (t_structs_ldc): Renamed from t_structs_fc in conditional code
18348 guarded by #ifdef PROTOTYPES.
18349
18350 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18351
18352 * gdb.mi/mi-console.c: Add eye-catcher.
18353 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
18354 instead of literal line number.
18355
18356 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18357
18358 * gdb.base/shr2.c: Add eye-catcher.
18359 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
18360 line number.
18361
18362 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18363
18364 * gdb.base/jump.c: Add eye-catchers.
18365 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
18366 numbers.
18367
18368 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18369
18370 * gdb.base/execd-prog.c: Add eye-catchers.
18371 * gdb.base/foll-exec.c: Likewise.
18372 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
18373 line numbers.
18374
18375 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18376
18377 * gdb.base/ending-run.c: Add eye-catchers.
18378 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
18379 literal line numbers.
18380
18381 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18382
18383 * gdb.base/call-rt-st.c: Add eye-catchers.
18384 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
18385 literal line numbers.
18386
18387 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18388
18389 * gdb.base/call-ar-st.c: Add eye-catchers.
18390 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
18391 literal line numbers.
18392
18393 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18394
18395 * gdb.base/average.c: Add eye-catchers.
18396 * gdb.base/sum.c: Likewise.
18397 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
18398 regexps dynamically.
18399
18400 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18401
18402 * gdb.base/solib1.c: Add eye-catchers.
18403 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
18404 literal line numbers.
18405
18406 2014-11-12 Pedro Alves <palves@redhat.com>
18407
18408 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
18409 leader has exited.
18410
18411 2014-11-12 Pedro Alves <palves@redhat.com>
18412
18413 * gdb.arch/i386-bp_permanent.c: New file.
18414 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
18415 (srcfile): Set to i386-bp_permanent.c.
18416 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
18417 that stepi does not execute the 'leave' instruction, instead of
18418 testing it does execute.
18419 * gdb.base/bp-permanent.c: New file.
18420 * gdb.base/bp-permanent.exp: New file.
18421
18422 2014-11-10 Doug Evans <xdje42@gmail.com>
18423
18424 PR symtab/17564
18425 * gdb.base/symtab-search-order.exp: New file.
18426 * gdb.base/symtab-search-order.c: New file.
18427 * gdb.base/symtab-search-order-1.c: New file.
18428 * gdb.base/symtab-search-order-shlib-1.c: New file.
18429
18430 2014-11-07 Pedro Alves <palves@redhat.com>
18431
18432 PR gdb/17511
18433 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
18434 i?86-*-linux*.
18435
18436 2014-11-03 Siva Chandra Reddy <sivachandra@google.com>
18437
18438 PR c++/17494
18439 * gdb.cp/pr17494.cc: New file.
18440 * gdb.cp/pr17494.exp: New file.
18441
18442 2014-11-02 Yao Qi <yao@codesourcery.com>
18443
18444 * gdb.python/python.exp: Get working directory and match the
18445 output of "set extended-prompt \\w " with it.
18446
18447 2014-10-30 Doug Evans <dje@google.com>
18448
18449 * gdb.python/py-objfile.exp: Add tests for setting random attributes
18450 in objfiles.
18451 * gdb.python/py-progspace.exp: Add tests for setting random attributes
18452 in progspaces.
18453
18454 2014-10-30 Janis Johnson <janisjo@codesourcery.com>
18455
18456 * gdb.base/fullpath-expand.exp: Skip for a remote host.
18457 * gdb.base/realname-expand.exp: Likewise.
18458 * gdb.linespec/macro-relative.exp: Likewise.
18459
18460 2014-10-29 Pedro Alves <palves@redhat.com>
18461
18462 PR gdb/17408
18463 * gdb.threads/schedlock.c (some_function): New function.
18464 (call_function): New global.
18465 (MAYBE_CALL_SOME_FUNCTION): New macro.
18466 (thread_function): Call it.
18467 * gdb.threads/schedlock.exp (get_args): Add description parameter,
18468 and use it instead of a global counter. Adjust all callers.
18469 (get_current_thread): Use "find current thread" for test message
18470 here rather than having all callers pass down the same string.
18471 (goto_loop): New procedure, factored out from ...
18472 (my_continue): ... this.
18473 (step_ten_loops): Change parameter from test message to command to
18474 use. Adjust.
18475 (list_count): Delete global.
18476 (check_result): New procedure, factored out from duplicate top
18477 level code.
18478 (continue tests): Wrap in with_test_prefix.
18479 (test_step): New procedure, factored out from duplicate top level
18480 code.
18481 (top level): Test "step" in combination with all scheduler-locking
18482 modes. Test "next" in combination with all scheduler-locking
18483 modes, and in combination with stepping over a function call or
18484 not.
18485 * gdb.threads/next-bp-other-thread.c: New file.
18486 * gdb.threads/next-bp-other-thread.exp: New file.
18487
18488 2014-10-29 Pedro Alves <palves@redhat.com>
18489
18490 PR python/17372
18491 * gdb.python/python.exp: Test a multi-line command that spawns
18492 interactive Python.
18493 * gdb.base/multi-line-starts-subshell.exp: New file.
18494
18495 2014-10-29 Yao Qi <yao@codesourcery.com>
18496
18497 * gdb.base/fileio.exp: Make directories on host.
18498
18499 2014-10-29 Yao Qi <yao@codesourcery.com>
18500
18501 * gdb.base/fileio.c (test_write): Close the file.
18502
18503 2014-10-28 Pedro Alves <palves@redhat.com>
18504
18505 PR gdb/12623
18506 * gdb.base/sigstep.c (no_handler): New global.
18507 (main): If 'no_handler is true, set the signal handlers to
18508 SIG_IGN.
18509 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
18510 with_sw_watch and no_handler parameters. Handle them.
18511 (top level) <stepping over handler when stopped at a breakpoint
18512 test>: Add a test axis for testing with a software watchpoint, and
18513 another for testing with the signal handler set to SIG_IGN.
18514 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
18515 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
18516
18517 2014-10-28 Pedro Alves <palves@redhat.com>
18518
18519 PR gdb/17511
18520 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
18521 * gdb.base/sigstep.exp (other_handler_location): New global.
18522 (advance): Support stepping into the signal handler, and running
18523 commands while in the handler.
18524 (in_handler_map): New global.
18525 (top level): In the advance test, add combinations for getting
18526 into the handler with stepping commands, and for running commands
18527 in the handler. Add comment descripting the advancei tests.
18528
18529 2014-10-28 Pedro Alves <palves@redhat.com>
18530
18531 * gdb.base/sigstep.exp: Use build_executable instead of
18532 prepare_for_testing.
18533 (top level): Move code that starts GDB, runs to main and creates a
18534 display to ...
18535 (restart): ... this new procedure.
18536 (top level): Move backtrace from signal handler test to ...
18537 (validate_backtrace): ... this new procedure.
18538 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
18539 with_test_prefix. Always restart GDB.
18540 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
18541 with_test_prefix. Always restart GDB. No need to delete
18542 breakpoints after the test.
18543 (test_skip_handler): Remove prefix parameter.
18544 (skip_over_handler, breakpoint_to_handler)
18545 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
18546 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
18547 restart GDB. No need to delete breakpoints after the test.
18548 (top level): Use foreach to call the test procedures with
18549 different commands.
18550
18551 2014-10-28 Pedro Alves <palves@redhat.com>
18552
18553 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
18554 instead of GNATS numbers.
18555 * gdb.base/sigbpt.exp: Likewise.
18556 * gdb.base/siginfo.exp: Likewise.
18557 * gdb.base/sigstep.exp: Likewise.
18558
18559 2014-10-27 Pedro Alves <palves@redhat.com>
18560
18561 * gdb.base/sigstep.c (dummy): New global.
18562 (main): Issue a couple writes to the new global.
18563 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
18564 procedures.
18565 (skip_over_handler): Use test_skip_handler.
18566 (top level): Call skip_over_handler for stepi and nexti too.
18567 (breakpoint_over_handler): Use test_skip_handler.
18568 (top level): Call breakpoint_over_handler for stepi and nexti too.
18569
18570 2014-10-27 Yao Qi <yao@codesourcery.com>
18571
18572 * gdb.trace/tfile.c (adjust_function_address)
18573 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
18574 function descriptor.
18575
18576 2014-10-24 Don Breazeal <donb@codesourcery.com>
18577
18578 * gdb.base/foll-fork.exp (test_follow_fork,
18579 catch_fork_child_follow): Check for updated fork messages emitted
18580 from infrun.c.
18581 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
18582 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
18583 vfork_and_exec_child_follow_through_step): Check for updated vfork
18584 messages emitted from infrun.c.
18585
18586 2014-10-24 Pedro Alves <palves@redhat.com>
18587
18588 * gdb.base/corefile.exp: Remove references to ultrix.
18589 * gdb.base/interrupt.exp: Likewise.
18590 * gdb.base/whatis.exp: Likewise.
18591 * gdb.gdb/selftest.exp: Likewise.
18592 * gdb.threads/manythreads.exp: Likewise.
18593 * gdb.threads/print-threads.exp: Likewise.
18594 * gdb.threads/pthreads.exp:: Likewise.
18595 * gdb.threads/schedlock.exp: Likewise.
18596
18597 2014-10-24 Siva Chandra Reddy <sivachandra@google.com>
18598
18599 * gdb.cp/non-trivial-retval.cc: Add a test case.
18600 * gdb.cp/non-trivial-retval.exp: Add a test.
18601
18602 2014-10-20 Yao Qi <yao@codesourcery.com>
18603
18604 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
18605 * gdb.python/py-objfile-script-gdb.py: New file.
18606 * gdb.python/py-objfile-script.exp: Update reference to
18607 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
18608 of remote_download. Remove the dest file.
18609
18610 2014-10-20 Yao Qi <yao@codesourcery.com>
18611
18612 * gdb.base/checkpoint.exp: Don't remove file copied on host.
18613 * gdb.base/step-line.exp: Likewise.
18614 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
18615 * gdb.dwarf2/dw2-basic.exp: Likewise.
18616 * gdb.dwarf2/dw2-compressed.exp: Likewise.
18617 * gdb.dwarf2/dw2-filename.exp: Likewise.
18618 * gdb.dwarf2/dw2-intercu.exp: Likewise.
18619 * gdb.dwarf2/dw2-intermix.exp: Likewise.
18620 * gdb.dwarf2/dw2-producer.exp: Likewise.
18621 * gdb.dwarf2/mac-fileno.exp: Likewise.
18622 * gdb.python/py-frame-args.exp: Likewise.
18623 * gdb.python/py-framefilter.exp: Likewise.
18624 * gdb.python/py-mi.exp: Likewise.
18625 * gdb.python/py-objfile-script.exp: Likewise
18626 * gdb.python/py-pp-integral.exp: Likewise.
18627 * gdb.python/py-pp-re-notag.exp: Likewise.
18628 * gdb.python/py-prettyprint.exp: Likewise.
18629 * gdb.python/py-section-script.exp: Likewise.
18630 * gdb.python/py-typeprint.exp: Likewise.
18631 * gdb.python/py-xmethods.exp: Likewise.
18632 * gdb.stabs/weird.exp: Likewise.
18633 * gdb.xml/tdesc-regs.exp: Likewise.
18634
18635 2014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
18636
18637 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
18638 (out_cu): Use addr_len for the size of addresses.
18639 (out_line): Likewise. Size DW_LNE_set_address instruction
18640 according to addr_len.
18641 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
18642 (FUNC): Add START_INSNS to definition.
18643
18644 2014-10-18 Yao Qi <yao@codesourcery.com>
18645
18646 * gdb.base/argv0-symlink.exp: Check argv[0] value if
18647 gdb_has_argv0 return true.
18648 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
18649 check [target_info exists noargs], check [gdb_has_argv0]
18650 instead.
18651 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
18652 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
18653 procedures.
18654
18655 2014-10-17 Doug Evans <dje@google.com>
18656
18657 * gdb.python/py-events.exp: Update expected output for clear_objfiles
18658 event.
18659 * gdb.python/py-events.py: Add clear_objfiles event.
18660
18661 2014-10-17 Doug Evans <dje@google.com>
18662
18663 * gdb.python/py-objfile.exp: Test progspace attribute.
18664
18665 2014-10-17 Luis Machado <lgustavo@codesourcery.com>
18666
18667 * gdb.guile/scm-breakpoint.exp: Do not assume any
18668 directory separators when matching source file paths.
18669 * gdb.python/py-breakpoint.exp: Likewise.
18670 * gdb.reverse/break-precsave.exp: Likewise.
18671 * gdb.reverse/break-reverse.exp: Likewise.
18672 * gdb.reverse/consecutive-precsave.exp: Likewise.
18673 * gdb.reverse/finish-precsave.exp: Likewise.
18674 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
18675 * gdb.reverse/finish-reverse.exp: Likewise.
18676 * gdb.reverse/i386-precsave.exp: Likewise.
18677 * gdb.reverse/i387-env-reverse.exp: Likewise.
18678 * gdb.reverse/i387-stack-reverse.exp: Likewise.
18679 * gdb.reverse/machinestate-precsave.exp: Likewise.
18680 * gdb.reverse/machinestate.exp: Likewise.
18681 * gdb.reverse/sigall-precsave.exp: Likewise.
18682 * gdb.reverse/solib-precsave.exp: Likewise.
18683 * gdb.reverse/step-precsave.exp: Likewise.
18684 * gdb.reverse/until-precsave.exp: Likewise.
18685 * gdb.reverse/watch-precsave.exp: Likewise.
18686 * gdb.reverse/watch-reverse.exp: Likewise.
18687
18688 2014-10-17 Yao Qi <yao@codesourcery.com>
18689
18690 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
18691 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
18692
18693 2014-10-17 Pedro Alves <palves@redhat.com>
18694
18695 PR gdb/17471
18696 * gdb.base/bg-execution-repeat.c: New file.
18697 * gdb.base/bg-execution-repeat.exp: New file.
18698
18699 2014-10-17 Pedro Alves <palves@redhat.com>
18700
18701 PR gdb/17300
18702 * gdb.base/continue-all-already-running.c: New file.
18703 * gdb.base/continue-all-already-running.exp: New file.
18704
18705 2014-10-17 Pedro Alves <palves@redhat.com>
18706
18707 PR gdb/17472
18708 * gdb.base/annota-input-while-running.c: New file.
18709 * gdb.base/annota-input-while-running.exp: New file.
18710
18711 2014-10-17 Pedro Alves <palves@redhat.com>
18712
18713 * gdb.base/callfuncs.exp: emove references to osf.
18714 * gdb.base/sigall.exp: Likewise.
18715 * gdb.gdb/selftest.exp: Likewise.
18716 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
18717 * gdb.mi/non-stop.c: Likewise.
18718 * gdb.mi/pthreads.c: Likewise.
18719 * gdb.reverse/sigall-precsave.exp: Likewise.
18720 * gdb.reverse/sigall-reverse.exp: Likewise.
18721 * gdb.threads/pthreads.c: Likewise.
18722 * gdb.threads/pthreads.exp: Likewise.
18723
18724 2014-10-17 Yao Qi <yao@codesourcery.com>
18725
18726 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
18727 check 'target_info exists noargs'.
18728 (test_command_prompt_position): Likewise.
18729 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
18730 Remove "set args".
18731 (progvar_simple_while_test): Likewise.
18732 (progvar_complex_if_while_test): Likewise.
18733 (if_while_breakpoint_command_test): Likewise.
18734 (infrun_breakpoint_command_test): Likewise.
18735 (breakpoint_command_test): Likewise.
18736 (watchpoint_command_test): Likewise.
18737 (bp_deleted_in_command_test): Likewise.
18738 (temporary_breakpoint_commands): Likewise.
18739
18740 2014-10-16 Yao Qi <yao@codesourcery.com>
18741
18742 * gdb.base/remotetimeout.exp: Remove noargs checking.
18743
18744 2014-10-15 Pedro Alves <palves@redhat.com>
18745
18746 PR breakpoints/9649
18747 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
18748 * gdb.base/breakpoint-in-ro-region.exp
18749 (probe_target_hardware_step): New procedure.
18750 (top level): Probe hardware stepping and hardware breakpoint
18751 support. Test stepping through a read-only region, with both
18752 "breakpoint auto-hw" on and off and both "always-inserted" on and
18753 off.
18754
18755 2014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
18756
18757 * gdb.dlang/demangle.exp: Update for demangling changes.
18758
18759 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
18760
18761 * gdb.cp/non-trivial-retval.cc: Add new test cases.
18762 * gdb.cp/non-trivial-retval.exp: Add new tests.
18763
18764 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
18765
18766 PR c++/13403
18767 PR c++/15154
18768 * gdb.cp/non-trivial-retval.cc: New file.
18769 * gdb.cp/non-trivial-retval.exp: New file.
18770
18771 2014-10-15 Yao Qi <yao@codesourcery.com>
18772
18773 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
18774 remote host.
18775
18776 2014-10-15 Yao Qi <yao@codesourcery.com>
18777
18778 * gdb.python/py-symbol.exp: Match file base name if host is
18779 remote, otherwise match file name with dir name.
18780 * gdb.python/py-symtab.exp: Likewise.
18781 * gdb.python/python.exp: Likewise.
18782
18783 2014-10-15 Yao Qi <yao@codesourcery.com>
18784
18785 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
18786 pattern.
18787 * gdb.python/py-symtab.exp: Likewise.
18788 * gdb.python/python.exp: Remove trailing ".*". Fix typo
18789 locationn.
18790
18791 2014-10-14 Joel Brobecker <brobecker@adacore.com>
18792
18793 * gdb.ada/addr_arith: New testcase.
18794
18795 2014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
18796
18797 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
18798 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
18799 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
18800 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
18801
18802 2014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
18803
18804 * gdb.arch/stap-eval-lang-ada.S: Likewise.
18805 * gdb.arch/stap-eval-lang-ada.c: Likewise.
18806 * gdb.arch/stap-eval-lang-ada.exp: New file.
18807
18808 2014-10-14 Yao Qi <yao@codesourcery.com>
18809
18810 * gdb.mi/mi-var-child.c (nothing1): New function.
18811 (nothing2): New function.
18812 (do_children_tests): Set function pointers by nothing1 and
18813 nothing2.
18814 * gdb.mi/mi-var-child.exp: Step over new added statements.
18815 Update test to match the new output.
18816 * gdb.mi/var-cmd.c (nothing1): New function.
18817 (nothing2): New function.
18818 (do_children_tests): Set function pointers by nothing1 and
18819 nothing2.
18820 * gdb.mi/mi-var-display.exp: Update test to match output.
18821 Step to the line specified by $line_dct_nothing.
18822 Increase the number of lines to step.
18823
18824 2014-10-14 Yao Qi <yao@codesourcery.com>
18825
18826 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
18827 tests.
18828 * gdb.mi/mi2-var-child.exp: Likewise.
18829
18830 2014-10-13 Doug Evans <dje@google.com>
18831
18832 * gdb.python/py-objfile.exp: Change name of file name test.
18833
18834 2014-10-13 Doug Evans <dje@google.com>
18835
18836 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
18837 from the start of the CU.
18838
18839 2014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
18840 Yao Qi <yao@codesourcery.com>
18841
18842 Fix "save breakpoints" for "catch" command.
18843 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
18844 Remove -nonewline. Match also the added "main" line.
18845
18846 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
18847
18848 Fix "save breakpoints" for "disable $bpnum" command.
18849 * gdb.base/save-bp.c (main): Add label.
18850 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
18851
18852 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
18853
18854 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
18855
18856 2014-10-11 Yao Qi <yao@codesourcery.com>
18857
18858 * gdb.server/server-kill.exp: Execute command
18859 "set remote trace-status-packet on" before "tstatus".
18860
18861 2014-10-11 Yao Qi <yao@codesourcery.com>
18862
18863 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
18864 (main): Call getppid.
18865 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
18866 and continue to it. Read variable "server_pid".
18867
18868 2014-10-11 Yao Qi <yao@codesourcery.com>
18869
18870 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
18871
18872 2014-10-11 Yao Qi <yao@codesourcery.com>
18873
18874 * gdb.threads/thread-find.exp: Don't execute command
18875 "info threads".
18876 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
18877 * gdb.threads/linux-dp.exp: Don't check the condition
18878 $threads_created equals to zero.
18879
18880 2014-10-10 Pedro Alves <palves@redhat.com>
18881
18882 * gdb.base/bigcore.exp: Remove references to IRIX.
18883 * gdb.base/funcargs.exp: Likewise.
18884 * gdb.base/interrupt.exp: Likewise.
18885 * gdb.base/mips_pro.exp: Likewise.
18886 * gdb.base/nodebug.exp: Likewise.
18887 * gdb.base/setvar.exp: Likewise.
18888 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
18889
18890 2014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
18891 Pedro Alves <palves@redhat.com>
18892
18893 PR symtab/14466
18894 * gdb.base/vdso-warning.c: New file.
18895 * gdb.base/vdso-warning.exp: New file.
18896
18897 2014-10-02 Doug Evans <dje@google.com>
18898
18899 * gdb.base/structs.c (main): Don't run forever.
18900
18901 2014-10-02 Pedro Alves <palves@redhat.com>
18902
18903 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
18904 (top level) <stop threads 1, stop threads 2>: Use it.
18905
18906 2014-10-02 Pedro Alves <palves@redhat.com>
18907
18908 * gdb.threads/break-while-running.exp (test): Add new
18909 'update_thread_list' argument. Skip "info threads" if false.
18910 (top level): Add new 'update_thread_list' axis.
18911
18912 2014-10-02 Pedro Alves <palves@redhat.com>
18913
18914 PR breakpoints/17431
18915 * gdb.base/execl-update-breakpoints.c: New file.
18916 * gdb.base/execl-update-breakpoints.exp: New file.
18917
18918 2014-10-01 Pedro Alves <palves@redhat.com>
18919
18920 * gdb.base/breakpoint-in-ro-region.c: New file.
18921 * gdb.base/breakpoint-in-ro-region.exp: New file.
18922
18923 2014-10-01 Simon Marchi <simon.marchi@ericsson.com>
18924
18925 * gdb.mi/mi-exit-code.exp: New file.
18926 * gdb.mi/mi-exit-code.c: New file.
18927
18928 2014-09-30 Yao Qi <yao@codesourcery.com>
18929
18930 * lib/prelink-support.exp (build_executable_own_libs): Error if
18931 the target isn't native.
18932
18933 2014-09-30 Yao Qi <yao@codesourcery.com>
18934
18935 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
18936 false.
18937
18938 2014-09-22 Pedro Alves <palves@redhat.com>
18939
18940 * gdb.threads/break-while-running.exp: New file.
18941 * gdb.threads/break-while-running.c: New file.
18942
18943 2014-09-19 Yao Qi <yao@codesourcery.com>
18944
18945 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
18946 Invoke test. Restart GDB with --readnow and invoke test again.
18947
18948 2014-09-19 Yao Qi <yao@codesourcery.com>
18949
18950 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
18951 proc set_breakpoint_on_gcd_function. Invoke
18952 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
18953 invoke set_breakpoint_on_gcd_function again.
18954
18955 2014-09-18 Doug Evans <dje@google.com>
18956
18957 * gdb.dwarf2/symtab-producer.exp: New file.
18958
18959 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
18960
18961 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
18962 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
18963 * gdb.base/global-var-nested-by-dso.c: Likewise.
18964 * gdb.base/global-var-nested-by-dso.exp: Likewise.
18965
18966 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
18967 Pedro Alves <palves@redhat.com>
18968
18969 * gdb.base/watch-bitfields.exp: Pass string other than test file
18970 name to prepare_for_testing.
18971 (watch): New procedure.
18972 (expect_watchpoint): Use with_test_prefix.
18973 (top level): Factor out tests to ...
18974 (test_watch_location, test_regular_watch): ... these new
18975 procedures, and use with_test_prefix and gdb_continue_to_end.
18976
18977 2014-09-16 Patrick Palka <patrick@parcs.ath.cx>
18978
18979 PR breakpoints/12526
18980 * gdb.base/watch-bitfields.exp: New file.
18981 * gdb.base/watch-bitfields.c: New file.
18982
18983 2014-09-16 Pedro Alves <palves@redhat.com>
18984
18985 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
18986 software and hardware addresses, not software address against
18987 itself.
18988
18989 2014-09-16 Pedro Alves <palves@redhat.com>
18990
18991 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
18992 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
18993
18994 2014-09-16 Pedro Alves <palves@redhat.com>
18995
18996 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
18997 files.
18998 * gdb.base/a2-run.exp: Remove all code guarded by istarget
18999 "*-*-vxworks*" throughout.
19000 * gdb.base/break.exp: Likewise.
19001 * gdb.base/default.exp: Likewise.
19002 * gdb.base/scope.exp: Likewise.
19003 * gdb.base/sepdebug.exp: Likewise.
19004 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
19005 throughout.
19006 * gdb.base/run.c: Likewise.
19007 * gdb.base/sepdebug.c: Likewise.
19008 * gdb.hp/gdb.aCC/run.c: Likewise.
19009 * gdb.reverse/until-reverse.c: Likewise.
19010 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
19011
19012 2014-09-16 Yao Qi <yao@codesourcery.com>
19013
19014 * boards/local-remote-host-native.exp: New file.
19015
19016 2014-09-14 Doug Evans <xdje42@gmail.com>
19017
19018 * gdb.threads/queue-signal.c (thread_count): New variable.
19019 (thread_count_mutex, thread_count_condvar): New variables.
19020 (incr_thread_count, wait_all_threads_running): New functions.
19021 (main): Wait for all threads to be in their thread functions.
19022
19023 2014-09-13 Doug Evans <xdje42@gmail.com>
19024
19025 * gdb.threads/queue-signal.c: New file.
19026 * gdb.threads/queue-signal.exp: New file.
19027
19028 2014-09-13 Doug Evans <xdje42@gmail.com>
19029
19030 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
19031 be consistent with what default_gdb_init uses.
19032 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
19033 the plain text of the prompt. Add some logging printfs.
19034 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
19035
19036 2014-09-12 Pedro Alves <palves@redhat.com>
19037
19038 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
19039 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
19040 * gdb.arch/i386-size-overlap.exp: Likewise.
19041 * gdb.arch/i386-size.exp: Likewise.
19042 * gdb.arch/i386-unwind.exp: Likewise.
19043 * gdb.base/a2-run.exp: Likewise.
19044 * gdb.base/break.exp: Likewise.
19045 * gdb.base/charset.exp: Likewise.
19046 * gdb.base/chng-syms.exp: Likewise.
19047 * gdb.base/commands.exp: Likewise.
19048 * gdb.base/dbx.exp: Likewise.
19049 * gdb.base/find.exp: Likewise.
19050 * gdb.base/funcargs.exp: Likewise.
19051 * gdb.base/jit-simple.exp: Likewise.
19052 * gdb.base/reread.exp: Likewise.
19053 * gdb.base/sepdebug.exp: Likewise.
19054 * gdb.base/step-bt.exp: Likewise.
19055 * gdb.cp/mb-inline.exp: Likewise.
19056 * gdb.cp/mb-templates.exp: Likewise.
19057 * gdb.objc/basicclass.exp: Likewise.
19058 * gdb.threads/killed.exp: Likewise.
19059
19060 2014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
19061
19062 PR tdep/17379
19063 * gdb.arch/powerpc-stackless.S: New file.
19064 * gdb.arch/powerpc-stackless.exp: New file.
19065
19066 2014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
19067
19068 * gdb.base/attach.c: Include unistd.h.
19069 (main): Call alarm. Add label postloop.
19070 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
19071 gdb_breakpoint, gdb_continue_to_breakpoint.
19072 (test_command_line_attach_run): Kill ${testpid} in one exit path.
19073
19074 2014-09-11 Pedro Alves <palves@redhat.com>
19075
19076 PR gdb/17347
19077 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
19078 * gdb.base/attach.exp (test_command_line_attach_run): New
19079 procedure.
19080 (top level): Call it.
19081
19082 2014-09-11 Pedro Alves <palves@redhat.com>
19083
19084 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
19085 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
19086 (do_command_attach_tests): Use spawn_wait_for_attach.
19087 * gdb.base/solib-overlap.exp: Likewise.
19088 * gdb.multi/multi-attach.exp: Likewise.
19089 * gdb.python/py-prompt.exp: Likewise.
19090 * gdb.python/py-sync-interp.exp: Likewise.
19091 * gdb.server/ext-attach.exp: Likewise.
19092
19093 2014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
19094
19095 * gdb.fortran/array-element.exp: Remove unexpected "continue"
19096 command in testcase. Simplify testcase.
19097
19098 2014-09-10 Joel Brobecker <brobecker@adacore.com>
19099
19100 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
19101
19102 2014-09-10 Joel Brobecker <brobecker@adacore.com>
19103
19104 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
19105
19106 2014-09-10 Joel Brobecker <brobecker@adacore.com>
19107
19108 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
19109
19110 2014-09-10 Joel Brobecker <brobecker@adacore.com>
19111
19112 * gdb.dwarf2/dynarr-ptr.c: New file.
19113 * gdb.dwarf2/dynarr-ptr.exp: New file.
19114
19115 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
19116
19117 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
19118 of 30 rather than hardcoding 120 for a slow test case. Take the
19119 `gdb,timeout' target setting into account for this calculation.
19120 Don't extend the timeout for the test cases that don't need it.
19121
19122 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
19123
19124 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
19125 a factor of 2 for a slow test case. Take the `gdb,timeout'
19126 target setting into account for this calculation.
19127 * gdb.reverse/until-precsave.exp: Increase the timeout by
19128 a factor of 15 and 3 respectively rather than adding 120
19129 for a pair of slow test cases. Take the `gdb,timeout'
19130 target setting into account for this calculation.
19131
19132 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
19133
19134 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
19135 timeout, don't pass one down to gdb_expect.
19136 (gdb_expect): Rework timeout selection.
19137
19138 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
19139
19140 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
19141 exception on timeout.
19142 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
19143 (gdbserver_start_extended): Catch any `gdbserver_start' error
19144 exceptions.
19145 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
19146 * lib/mi-support.exp (mi_gdb_target_load): Catch any
19147 `gdbserver_gdb_load' error exceptions.
19148
19149 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
19150
19151 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
19152 120 on waiting for the TCP socket to open.
19153
19154 2014-09-09 Doug Evans <xdje42@gmail.com>
19155
19156 * gdb.base/default.exp (show_conv_list): Add _caller_is,
19157 _caller_matches, _any_caller_is, _any_caller_matches.
19158
19159 2014-09-09 Doug Evans <xdje42@gmail.com>
19160
19161 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
19162
19163 2014-09-09 Yao Qi <yao@codesourcery.com>
19164
19165 * gdb.mi/mi-var-display.exp: Set print symbol off.
19166
19167 2014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
19168
19169 PR gdb/17035
19170 * gdb.base/commands.exp: Add tests to verify user-defined
19171 commands with empty bodies.
19172 * gdb.python/py-cmd.exp: Test that we don't show user-defined
19173 python commands in `show user command`.
19174 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
19175 scheme commands in `show user command`.
19176
19177 2014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
19178
19179 PR python/17355
19180 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
19181 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
19182 * gdb.python/py-framefilter-invalidarg.exp: New file.
19183 * gdb.python/py-framefilter-invalidarg.py: New file.
19184
19185 2014-09-06 Doug Evans <xdje42@gmail.com>
19186
19187 PR 15276
19188 * gdb.python/py-caller-is.c: New file.
19189 * gdb.python/py-caller-is.exp: New file.
19190
19191 2014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
19192
19193 PR gdb/17235
19194 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
19195 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
19196
19197 2014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
19198
19199 PR fortran/17237
19200 * gdb.fortran/print-formatted.exp: New file.
19201 * gdb.fortran/print-formatted.f90: Likewise.
19202
19203 2014-09-03 Sasha Smundak <asmundak@google.com>
19204
19205 * gdb.python/py-frame.exp: Test Frame.read_register.
19206
19207 2014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
19208
19209 PR python/16699
19210 * gdb.python/py-completion.exp: New file.
19211 * gdb.python/py-completion.py: Likewise.
19212
19213 2014-08-28 Doug Evans <dje@google.com>
19214
19215 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
19216 eax,etc. are live with values set by gdb and thus the compiler can't
19217 use them.
19218 * gdb.arch/i386-pseudo.c (main): Ditto.
19219
19220 2014-08-27 Doug Evans <dje@google.com>
19221
19222 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
19223
19224 2014-08-25 Doug Evans <dje@google.com>
19225
19226 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
19227 (main): Ditto.
19228
19229 2014-08-25 Doug Evans <dje@google.com>
19230
19231 * gdb.threads/thread-execl.exp: #include <stdio.h>.
19232
19233 2014-08-24 Yao Qi <yao@codesourcery.com>
19234
19235 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
19236 symbol off.
19237 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
19238
19239 2014-08-22 Doug Evans <dje@google.com>
19240
19241 PR 17276
19242 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
19243 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
19244 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
19245
19246 2014-08-22 Yao Qi <yao@codesourcery.com>
19247
19248 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
19249 * gdb.python/py-finish-breakpoint2.exp: Likewise.
19250 * gdb.python/python.exp: Likewise. Use .py file on the host
19251 instead of the build.
19252
19253 2014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
19254
19255 * gdb.threads/gcore-stale-thread.c: New file.
19256 * gdb.threads/gcore-stale-thread.exp: New file.
19257
19258 2014-08-21 Pedro Alves <palves@redhat.com>
19259
19260 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
19261 * gdb.base/gcore-relro-pie.exp: Likewise.
19262 * gdb.base/gcore-relro.exp: Likewise.
19263 * gdb.base/gcore.exp: Likewise.
19264 * gdb.base/print-symbol-loading.exp: Likewise.
19265 * gdb.threads/gcore-thread.exp: Likewise.
19266 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
19267
19268 2014-08-20 Pedro Alves <palves@redhat.com>
19269 Jan Kratochvil <jan.kratochvil@redhat.com>
19270
19271 * Makefile.in (EXTRA_RULES, CC): New variables, get from
19272 configure.
19273 (EXPECT): Handle READ1 being set.
19274 (all): Depend on EXTRA_RULES.
19275 (check-read1, expect-read1, read1.so, read1): New rules.
19276 * README (Testsuite Parameters): Document the READ1 make variable.
19277 (Race detection): New section.
19278 * configure: Regenerate.
19279 * configure.ac: If build==host==target, and running under a
19280 GNU/glibc system, add read1 to the extra Makefile rules.
19281 (EXTRA_RULES): AC_SUBST it.
19282 * lib/read1.c: New file.
19283
19284 2014-08-20 Joel Brobecker <brobecker@adacore.com>
19285
19286 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
19287 the handling of variables declared as a typedef to an array
19288 which a DW_AT_data_location attribute.
19289
19290 2014-08-19 Andrew Burgess <aburgess@broadcom.com>
19291 Pedro Alves <palves@redhat.com>
19292
19293 PR symtab/14604
19294 PR symtab/14605
19295 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
19296 gdb_test.
19297
19298 2014-08-19 Pedro Alves <palves@redhat.com>
19299
19300 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
19301
19302 2014-08-19 Yao Qi <yao@codesourcery.com>
19303
19304 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
19305 right line.
19306
19307 2014-08-18 David Blaikie <dblaikie@gmail.com>
19308
19309 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
19310
19311 2014-08-18 Joel Brobecker <brobecker@adacore.com>
19312
19313 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
19314 attribute in array range.
19315
19316 2014-08-18 Joel Brobecker <brobecker@adacore.com>
19317
19318 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
19319
19320 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
19321
19322 PR c++/17132
19323 * gdb.cp/pr17132.cc: New file.
19324 * gdb.cp/pr17132.exp: New file.
19325
19326 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
19327
19328 * gdb.python/py-xmethods.py (A_getarrayind)
19329 (E_method_char_worker.__call__, E_method_int_worker.__call__):
19330 Use 'print' with function call syntax.
19331 (E_method_matcher.match): Fix tab vs space indentation mixup.
19332
19333 2014-08-15 Yao Qi <yao@codesourcery.com>
19334
19335 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
19336 false.
19337
19338 2014-08-15 Yao Qi <yao@codesourcery.com>
19339
19340 * gdb.cp/casts.exp: Set print symbol off.
19341 * gdb.cp/class2.exp: Likewise.
19342 * gdb.cp/overload.exp: Likewise.
19343 * gdb.cp/templates.exp: Likewise.
19344
19345 2014-08-11 Doug Evans <dje@google.com>
19346
19347 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
19348 (test_load_shlib): Update.
19349
19350 2014-08-09 Yao Qi <yao@codesourcery.com>
19351
19352 * gdb.base/display.exp: Invoke is_address_zero_readable.
19353 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
19354 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
19355 * gdb.base/hbreak-unmapped.exp: Return if
19356 is_address_zero_readable returns true.
19357 * gdb.base/signest.exp: Likewise.
19358 * gdb.base/signull.exp: Likewise.
19359 * gdb.base/sigbpt.exp: Likewise.
19360 * gdb.guile/scm-disasm.exp: Do the test if
19361 is_address_zero_readable returns false.
19362 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
19363 * gdb.python/py-arch.exp: Likewise.
19364 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
19365 * lib/gdb.exp (is_address_zero_readable): New proc.
19366
19367 2014-08-09 Yao Qi <yao@codesourcery.com>
19368
19369 PR testsuite/13443
19370 * gdb.mi/mi-var-display.exp: Make test messages unique.
19371
19372 2014-08-04 Tom Tromey <tromey@redhat.com>
19373
19374 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
19375 target 0".
19376
19377 2014-08-04 Tom Tromey <tromey@redhat.com>
19378
19379 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
19380 "target_resume".
19381
19382 2014-08-01 Joel Brobecker <brobecker@adacore.com>
19383
19384 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
19385 inner_vla_struct_object_size.
19386 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
19387 as xfail.
19388
19389 2014-07-30 Pedro Alves <palves@redhat.com>
19390
19391 * gdb.threads/signal-command-handle-nopass.exp (test): Add
19392 comment.
19393
19394 2014-07-29 Yao Qi <yao@codesourcery.com>
19395
19396 PR gdb/17206
19397 * gdb.base/until-nodebug.exp: New.
19398
19399 2014-07-28 Doug Evans <xdje42@gmail.com>
19400
19401 PR guile/17203
19402 * gdb.guile/scm-parameter.exp: Add tests for trying to create
19403 previously existing parameter, and previously ambiguously spelled
19404 parameter.
19405
19406 2014-07-28 Will Newton <will.newton@linaro.org>
19407
19408 * gdb.base/varargs.exp: Remove KFAILs for ARM.
19409
19410 2014-07-26 Ludovic Courtès <ludo@gnu.org>
19411 Doug Evans <xdje42@gmail.com>
19412
19413 PR guile/17146
19414 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
19415
19416 2014-07-25 Pedro Alves <palves@redhat.com>
19417
19418 * gdb.threads/signal-command-handle-nopass.c: New file.
19419 * gdb.threads/signal-command-handle-nopass.exp: New file.
19420 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
19421 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
19422 * gdb.threads/signal-delivered-right-thread.c: New file.
19423 * gdb.threads/signal-delivered-right-thread.exp: New file.
19424
19425 2014-07-25 Pedro Alves <palves@redhat.com>
19426
19427 * gdb.base/double-prompt-target-event-error.exp
19428 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
19429 match.
19430 (cancel_pagination_in_target_event): Rework double prompt
19431 detection.
19432 * gdb.base/paginate-after-ctrl-c-running.exp
19433 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
19434 <return>' match.
19435 * gdb.base/paginate-bg-execution.exp
19436 (test_bg_execution_pagination_return)
19437 (test_bg_execution_pagination_cancel): Remove '-notransfer
19438 <return>' matches.
19439 * gdb.base/paginate-execution-startup.exp
19440 (test_fg_execution_pagination_return)
19441 (test_fg_execution_pagination_cancel): Remove '-notransfer
19442 <return>' matches.
19443 * gdb.base/paginate-inferior-exit.exp
19444 (test_paginate_inferior_exited): Remove '-notransfer <return>'
19445 match.
19446 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
19447 * lib/gdb.exp (pagination_prompt): Run text through
19448 string_to_regexp.
19449 (gdb_test_multiple): Match $pagination_prompt instead of
19450 "<return>".
19451 (string_to_regexp): Move to lib/gdb-utils.exp.
19452
19453 2014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
19454
19455 * gdb.arch/amd64-entry-value-paramref.S: New file.
19456 * gdb.arch/amd64-entry-value-paramref.cc: New file.
19457 * gdb.arch/amd64-entry-value-paramref.exp: New file.
19458 * gdb.arch/amd64-optimout-repeat.S: New file.
19459 * gdb.arch/amd64-optimout-repeat.c: New file.
19460 * gdb.arch/amd64-optimout-repeat.exp: New file.
19461
19462 2014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
19463
19464 PR gdb/17170
19465 * gdb.base/statistics.exp: New file.
19466
19467 2014-07-17 Doug Evans <dje@google.com>
19468
19469 PR gdb/17170
19470 * gdb.base/maint.exp: Update testing of per-command stats.
19471
19472 2014-07-16 Pedro Alves <palves@redhat.com>
19473
19474 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
19475 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
19476 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
19477 (tfile_write_buf): New functions.
19478 (add_memory_block): Rewrite using the above.
19479 (adjust_function_address): New function.
19480 (FUNCTION_ADDRESS): New macro.
19481 (write_basic_trace_file): Remove short_x local, and use
19482 tfile_write_16. Change type of func_addr local to unsigned long
19483 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
19484 here. Cast argument of add_memory_block to char pointer.
19485 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
19486 (main): Remove parameters.
19487 * gdb.trace/tfile.exp: Remove nowarnings.
19488
19489 2014-07-15 Simon Marchi <simon.marchi@ericsson.com>
19490
19491 * gdb.base/debug-expr.exp: Test string evaluation with
19492 "debug expression" on.
19493
19494 2014-07-15 Pedro Alves <palves@redhat.com>
19495
19496 * gdb.base/reread.exp: Use clean_restart.
19497
19498 2014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
19499
19500 * gdb.arch/avr-flash-qualifer.c: New.
19501 * gdb.arch/avr-flash-qualifer.exp: New.
19502
19503 2014-07-14 Pedro Alves <palves@redhat.com>
19504
19505 * gdb.base/paginate-after-ctrl-c-running.c: New file.
19506 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
19507
19508 2014-07-14 Pedro Alves <palves@redhat.com>
19509
19510 * gdb.base/double-prompt-target-event-error.c: New file.
19511 * gdb.base/double-prompt-target-event-error.exp: New file.
19512
19513 2014-07-14 Pedro Alves <palves@redhat.com>
19514
19515 PR gdb/17072
19516 * gdb.base/paginate-inferior-exit.c: New file.
19517 * gdb.base/paginate-inferior-exit.exp: New file.
19518
19519 2014-07-14 Pedro Alves <palves@redhat.com>
19520
19521 PR gdb/17072
19522 * gdb.base/paginate-bg-execution.c: New file.
19523 * gdb.base/paginate-bg-execution.exp: New file.
19524
19525 2014-07-14 Pedro Alves <palves@redhat.com>
19526
19527 PR gdb/17072
19528 * gdb.base/paginate-execution-startup.c: New file.
19529 * gdb.base/paginate-execution-startup.exp: New file.
19530 * lib/gdb.exp (pagination_prompt): New global.
19531 (default_gdb_spawn): New procedure, factored out from
19532 default_gdb_spawn.
19533 (default_gdb_start): Adjust to call default_gdb_spawn.
19534 (gdb_spawn): New procedure.
19535
19536 2014-07-14 Pedro Alves <palves@redhat.com>
19537
19538 * lib/gdb.exp (gdb_assert): New procedure.
19539 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
19540
19541 2014-07-14 Pedro Alves <palves@redhat.com>
19542
19543 * gdb.base/execution-termios.c: New file.
19544 * gdb.base/execution-termios.exp: New file.
19545
19546 2014-07-14 Tom Tromey <tromey@redhat.com>
19547
19548 * gdb.cp/vla-cxx.cc: New file.
19549 * gdb.cp/vla-cxx.exp: New file.
19550
19551 2014-07-14 Tom Tromey <tromey@redhat.com>
19552
19553 * gdb.reverse/rerun-prec.c: New file.
19554 * gdb.reverse/rerun-prec.exp: New file.
19555
19556 2014-07-12 Maciej W. Rozycki <macro@mips.com>
19557 Maciej W. Rozycki <macro@codesourcery.com>
19558
19559 * lib/gdb-utils.exp: New file.
19560 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
19561 inline `gdb_init_command' processing.
19562 (gdb_start_cmd): Likewise.
19563 * lib/mi-support.exp (mi_run_cmd): Likewise.
19564 * README: Document `gdb_init_command' and `gdb_init_commands'.
19565
19566 2014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
19567
19568 Fix false FAIL running under a very long directory name.
19569 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
19570 and "set print elements 10000". Twice.
19571
19572 2014-07-11 Yao Qi <yao@codesourcery.com>
19573
19574 * gdb.base/exprs.exp: "set print symbol off".
19575
19576 2014-07-11 Pedro Alves <palves@redhat.com>
19577
19578 * gdb.threads/kill.c: New file.
19579 * gdb.threads/kill.exp: New file.
19580
19581 2014-07-10 Yao Qi <yao@codesourcery.com>
19582
19583 * gdb.trace/tfile.c (write_basic_trace_file)
19584 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
19585 address written to trace file.
19586
19587 2014-07-09 Pedro Alves <palves@redhat.com>
19588
19589 * gdb.base/attach-wait-input.exp: New file.
19590 * gdb.base/attach-wait-input.c: New file.
19591
19592 2014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
19593
19594 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
19595 setting up test structures.
19596 (main): Call new test function.
19597 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
19598 test function, continue into test function and walk test
19599 structures.
19600
19601 2014-07-02 Yao Qi <yao@codesourcery.com>
19602
19603 * gdb.trace/entry-values.c: Define labels 'foo_start' and
19604 'bar_start' at the beginning of functions 'foo' and 'bar'
19605 respectively.
19606 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
19607 instead of 'foo' and 'bar'.
19608
19609 2014-07-08 Markus Metzger <markus.t.metzger@intel.com>
19610
19611 * gdb.btrace/segv.exp: New.
19612 * gdb.btrace/segv.c: New.
19613
19614 2014-07-02 Luis Machado <lgustavo@codesourcery.com>
19615
19616 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
19617 instruction.
19618
19619 2014-06-30 Mark Wielaard <mjw@redhat.com>
19620
19621 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
19622 vulture, vilify, villar): New volatile array constants.
19623 (vindictive, vegetation): New const volatile array constants.
19624 * gdb.base/volatile.exp: Test volatile and const volatile array
19625 types.
19626
19627 2014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
19628
19629 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
19630 target lacks support for awatch, rwatch, or hbreak.
19631
19632 2014-06-27 Yao Qi <yao@codesourcery.com>
19633
19634 * gdb.multi/dummy-frame-restore.exp: New.
19635 * gdb.multi/dummy-frame-restore.c: New.
19636
19637 2014-06-25 Markus Metzger <markus.t.metzger@intel.com>
19638
19639 * gdb.btrace/gcore.exp: New.
19640
19641 2014-06-23 Pedro Alves <palves@redhat.com>
19642
19643 * gdb.base/watchpoint-reuse-slot.c: New file.
19644 * gdb.base/watchpoint-reuse-slot.exp: New file.
19645
19646 2014-06-23 Siva Chandra Reddy <sivachandra@google.com>
19647
19648 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
19649 progspace's filename in 'info', 'enable' and 'disable' command
19650 tests.
19651
19652 2014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
19653
19654 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
19655 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
19656 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
19657
19658 2014-06-20 Gary Benson <gbenson@redhat.com>
19659
19660 * gdb.arch/i386-avx.exp: Fix include file location.
19661 * gdb.arch/i386-sse.exp: Likewise.
19662
19663 2014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
19664
19665 * gdb.dlang/expression.exp: New file.
19666
19667 2014-06-19 Pedro Alves <palves@redhat.com>
19668
19669 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
19670 out from ...
19671 (top level): ... here. Iterate running tests under different
19672 scheduler-locking settings.
19673
19674 2014-06-18 Luis Machado <lgustavo@codesourcery.com>
19675
19676 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
19677 to DW_FORM_addr and use non-zero addresses.
19678
19679 2014-06-18 Siva Chandra Reddy <sivachandra@google.com>
19680
19681 PR gdb/17017
19682 * gdb.python/py-xmethods.cc: Add global function call counters and
19683 increment them in their respective functions. Remove "cout"
19684 statements.
19685 * gdb.python/py-xmethods.exp: Make tests check the global function
19686 call counters instead of depending on inferior IO.
19687
19688 2014-06-18 Don Breazeal <donb@codesourcery.com>
19689
19690 * gdb.base/foll-fork.exp (default_fork_parent_follow):
19691 Deleted procedure.
19692 (explicit_fork_parent_follow): Deleted procedure.
19693 (explicit_fork_child_follow): Deleted procedure.
19694 (test_follow_fork): New procedure.
19695 (do_fork_tests): Replace calls to deleted procedures with
19696 calls to test_follow_fork and reset GDB for subsequent
19697 procedure calls.
19698
19699 2014-06-17 Yao Qi <yao@codesourcery.com>
19700
19701 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
19702 CP1252.
19703
19704 2014-06-17 Luis Machado <lgustavo@codesourcery.com>
19705
19706 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
19707 Initialize ptr and S explicitly.
19708 (skip_type_update_when_not_use_rtti_test): Likewise.
19709
19710 2014-06-16 Keith Seitz <keiths@redhat.com>
19711
19712 PR mi/15863
19713 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
19714 the inferior is started.
19715
19716 2014-06-16 Pedro Alves <palves@redhat.com>
19717
19718 * gdb.base/break-main-file-remove-fail.c: New file.
19719 * gdb.base/break-main-file-remove-fail.exp: New file.
19720 * gdb.base/break-unload-file.exp: Use build_executable instead of
19721 prepare_for_testing.
19722 (test_break): New parameter "initial_load". Handle it.
19723 (top level): Add initial_load cmdline/file axis.
19724
19725 2014-06-12 Tom Tromey <tromey@redhat.com>
19726
19727 * gdb.base/completion.exp: Don't use directory name in test.
19728
19729 2014-06-09 Gary Benson <gbenson@redhat.com>
19730
19731 * gdb.base/sigall.c [Functions to send signals]: Reorder to
19732 separate the always-available ANSI-standard signals from the
19733 signals that require checking.
19734 (main): Likewise.
19735 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
19736 Likewise.
19737 (main): Likewise.
19738
19739 2014-06-07 Keith Seitz <keiths@redhat.com>
19740
19741 Revert:
19742 PR c++/16253
19743 * gdb.cp/var-tag.cc: New file.
19744 * gdb.cp/var-tag.exp: New file.
19745 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
19746 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
19747 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
19748 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
19749
19750 2014-06-06 Doug Evans <xdje42@gmail.com>
19751
19752 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
19753
19754 2014-06-06 Pedro Alves <palves@redhat.com>
19755
19756 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
19757 in target debug output instead of looking at RSP packets,
19758 disabling the test on any target that uses hardware stepping.
19759 Update comments.
19760
19761 2014-06-06 Pedro Alves <palves@redhat.com>
19762
19763 * gdb.base/break-unload-file.exp: Fix typo.
19764
19765 2014-06-06 Yao Qi <yao@codesourcery.com>
19766
19767 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
19768 from "jit_function" to "^jit_function".
19769
19770 2014-06-06 Yao Qi <yao@codesourcery.com>
19771
19772 * gdb.base/async.c (foo): Add one statement.
19773 * gdb.base/async.exp: Get the next instruction address and
19774 match the output of "nexti" by instruction address. Match
19775 the hex address in the output of "finish".
19776
19777 2014-06-06 Gary Benson <gbenson@redhat.com>
19778
19779 * gdb.base/call-signals.c: Remove preprocessor conditionals
19780 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
19781 SIGSEGV and SIGTERM.
19782 * gdb.base/sigall.c: Likewise.
19783 * gdb.base/unwindonsignal.c: Likewise.
19784 * gdb.reverse/sigall-reverse.c: Likewise.
19785
19786 2014-06-06 Yao Qi <yao@codesourcery.com>
19787
19788 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
19789 readable, skip the test.
19790
19791 2014-06-06 Yao Qi <yao@codesourcery.com>
19792
19793 * gdb.threads/staticthreads.c (thread_function): Move the line
19794 setting breakpoint on forward.
19795 * gdb.threads/staticthreads.exp: Update comments.
19796
19797 2014-06-05 Ludovic Courtès <ludo@gnu.org>
19798
19799 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
19800 "history-append! type error".
19801
19802 2014-06-05 Simon Marchi <simon.marchi@ericsson.com>
19803
19804 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
19805 erroneous dprintf expected input.
19806
19807 2014-06-04 Doug Evans <xdje42@gmail.com>
19808
19809 * gdb.guile/scm-generics.exp: Delete.
19810
19811 2014-06-04 Doug Evans <xdje42@gmail.com>
19812
19813 * gdb.guile/scm-breakpoint.exp: Update.
19814 Add tests for breakpoint registration.
19815
19816 2014-06-04 Tom Tromey <tromey@redhat.com>
19817
19818 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
19819 VLA-in-union.
19820 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
19821 inner_vla_struct, vla_union types. Initialize objects of those
19822 types and compute their sizes.
19823
19824 2014-06-04 Nathan Sidwell <nathan@codesourcery.com>
19825 Hui Zhu <hui@codesourcery.com>
19826
19827 * gdb.base/fileio.exp: Add test for shell not available as well as
19828 available.
19829 * gdb.base/fileio.c (test_system): Check for shell twice.
19830
19831 2014-06-04 Yao Qi <yao@codesourcery.com>
19832
19833 * gdb.base/auto-connect-native-target.exp: Remove redundant
19834 space from the regexp pattern.
19835
19836 2014-06-04 Yao Qi <yao@codesourcery.com>
19837
19838 * gdb.base/default.exp: Replace "child" with "native" in
19839 regexp pattern.
19840
19841 2014-06-03 Siva Chandra Reddy <sivachandra@google.com>
19842
19843 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
19844 * gdb.python/py-xmethods.exp: New tests to test xmethods.
19845 * gdb.python/py-xmethods.py: Python script supporting the
19846 new testcase and tests.
19847
19848 2014-06-03 Joel Brobecker <brobecker@adacore.com>
19849 Pedro Alves <palves@redhat.com>
19850
19851 PR breakpoints/17000
19852 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
19853 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
19854
19855 2014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
19856
19857 * gdb.base/subst.exp: Add tests to verify partial path matching
19858 output.
19859
19860 2014-06-03 Pedro Alves <palves@redhat.com>
19861
19862 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
19863 target that doesn't use software single-stepping.
19864
19865 2014-06-03 Pedro Alves <palves@redhat.com>
19866
19867 PR breakpoints/17000
19868 * gdb.base/sss-bp-on-user-bp-2.c: New file.
19869 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
19870
19871 2014-06-02 Doug Evans <xdje42@gmail.com>
19872
19873 * gdb.guile/scm-parameter.exp: New file.
19874
19875 2014-06-02 Doug Evans <xdje42@gmail.com>
19876
19877 * gdb.guile/scm-cmd.c: New file.
19878 * gdb.guile/scm-cmd.exp: New file.
19879
19880 2014-06-02 Doug Evans <xdje42@gmail.com>
19881
19882 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
19883 pretty-printer lookup.
19884 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
19885 (make-pp_s-printer): Call it.
19886 (make-pretty-printer-from-dict): New function.
19887 (lookup-pretty-printer-maker-from-dict): New function.
19888 (*pretty-printer*): Simplify.
19889 (make-objfile-pp_s-printer): New function.
19890 (install-objfile-pretty-printers!): New function.
19891 (make-progspace-pp_s-printer): New function.
19892 (install-progspace-pretty-printers!): New function.
19893 * gdb.guile/scm-progspace.c: New file.
19894 * gdb.guile/scm-progspace.exp: New file.
19895
19896 2014-06-02 Pedro Alves <palves@redhat.com>
19897
19898 * gdb.base/dprintf-bp-same-addr.c: New file.
19899 * gdb.base/dprintf-bp-same-addr.exp: New file.
19900
19901 2014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
19902
19903 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
19904 * gdb.arch/powerpc-power.s: Likewise.
19905
19906 2014-06-02 Joel Brobecker <brobecker@adacore.com>
19907
19908 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
19909
19910 2014-06-01 Yao Qi <yao@codesourcery.com>
19911
19912 * gdb.base/watchpoint.exp (test_watch_location): Check null
19913 pointer can be dereferenced. If not, do the test, otherwise
19914 skip it.
19915
19916 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
19917
19918 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
19919 results.
19920 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
19921
19922 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
19923
19924 * gdb.arch/amd64-invalid-stack-middle.S: New file.
19925 * gdb.arch/amd64-invalid-stack-middle.c: New file.
19926 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
19927 * gdb.arch/amd64-invalid-stack-top.c: New file.
19928 * gdb.arch/amd64-invalid-stack-top.exp: New file.
19929
19930 2014-05-30 Pedro Alves <palves@redhat.com>
19931
19932 PR breakpoints/17000
19933 * gdb.base/sss-bp-on-user-bp.c: New file.
19934 * gdb.base/sss-bp-on-user-bp.exp: New file.
19935
19936 2014-05-30 David Blaikie <dblaikie@gmail.com>
19937
19938 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
19939 gnu_inline semantics via attribute.
19940 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
19941 source explicitly specifies the required semantics.
19942
19943 2014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
19944
19945 * gdb.reverse/sigall-reverse.exp: Fix a typo.
19946
19947 2014-05-29 Pedro Alves <palves@redhat.com>
19948 Tom Tromey <tromey@redhat.com>
19949
19950 * gdb.base/async-shell.exp: Don't enable target-async.
19951 * gdb.base/async.exp
19952 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
19953 parameter. Adjust.
19954 (top level): Don't test with "target-async".
19955 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
19956 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
19957 * gdb.base/inferior-died.exp: Don't enable target-async.
19958 * gdb.base/interrupt-noterm.exp: Likewise.
19959 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
19960 * gdb.mi/mi-nonstop-exit.exp: Likewise.
19961 * gdb.mi/mi-nonstop.exp: Likewise.
19962 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
19963 * gdb.mi/mi-nsintrall.exp: Likewise.
19964 * gdb.mi/mi-nsmoribund.exp: Likewise.
19965 * gdb.mi/mi-nsthrexec.exp: Likewise.
19966 * gdb.mi/mi-watch-nonstop.exp: Likewise.
19967 * gdb.multi/watchpoint-multi.exp: Adjust comment.
19968 * gdb.python/py-evsignal.exp: Don't enable target-async.
19969 * gdb.python/py-evthreads.exp: Likewise.
19970 * gdb.python/py-prompt.exp: Likewise.
19971 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
19972 * gdb.server/solib-list.exp: Don't enable target-async.
19973 * gdb.threads/thread-specific-bp.exp: Likewise.
19974 * lib/mi-support.exp: Adjust to use mi-async.
19975
19976 2014-05-29 Pedro Alves <palves@redhat.com>
19977
19978 PR gdb/13860
19979 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
19980 reason, even in sync mode.
19981
19982 2014-05-29 Pedro Alves <palves@redhat.com>
19983 Hui Zhu <hui@codesourcery.com>
19984
19985 PR PR15693
19986 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
19987 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
19988 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
19989 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
19990
19991 2014-05-28 Joel Brobecker <brobecker@adacore.com>
19992
19993 * config/monitor.exp (gdb_target_monitor): Replace use of
19994 "set remotebaud" by "set serial baud".
19995
19996 2014-05-26 Andy Wingo <wingo@igalia.com>
19997
19998 * gdb.guile/scm-breakpoint.exp:
19999 * gdb.guile/scm-gsmob.exp: Update to use plain old object
20000 properties instead of gdb-object-properties.
20001
20002 2014-05-26 Yao Qi <yao@codesourcery.com>
20003
20004 * gdb.server/no-thread-db.exp: Specify source file name
20005 explicitly when setting a breakpoint.
20006
20007 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
20008
20009 * gdb.btrace/vdso.c: New.
20010 * gdb.btrace/vdso.exp: New.
20011
20012 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
20013
20014 * gdb.base/gcore.exp (capture_command_output): Move ...
20015 * lib/gdb.exp (capture_command_output): ... here.
20016
20017 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
20018
20019 * gdb.btrace/data.exp: Test memory access during btrace replay.
20020
20021 2014-05-22 Simon Marchi <simon.marchi@ericsson.com>
20022
20023 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
20024
20025 2014-05-21 Pedro Alves <palves@redhat.com>
20026
20027 PR gdb/13860
20028 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
20029 (top level): Test that output related to execution commands is
20030 sent to the console with CLI commands, but not with MI commands.
20031 Test that breakpoint events are always mirrored to the console.
20032 Also expect the new source line to be output after a "next" in
20033 async mode too. Make it a pass/fail test.
20034 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
20035 output.
20036 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
20037
20038 2014-05-21 Pedro Alves <palves@redhat.com>
20039
20040 * gdb.base/list.exp (build_pattern, test_list): New procedures.
20041 Use them to test variations of "list" after reaching a breakpoint.
20042 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
20043 Test "list" with listsize 10 after reaching a breakpoint.
20044 * gdb.python/python.exp (decode_line current location line
20045 number): Adjust expected line number.
20046
20047 2014-05-21 Simon Marchi <simon.marchi@ericsson.com>
20048
20049 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
20050 behavior for $args, pass it directly to "run".
20051
20052 2014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
20053
20054 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
20055 30000 to 65536.
20056
20057 2014-05-21 Pedro Alves <palves@redhat.com>
20058
20059 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
20060 auto-connect-native-target off".
20061 * gdb.base/auto-connect-native-target.c: New file.
20062 * gdb.base/auto-connect-native-target.exp: New file.
20063
20064 2014-05-21 Pedro Alves <palves@redhat.com>
20065
20066 * gdb.base/default.exp: Test "target native" instead of "target
20067 child".
20068
20069 2014-05-21 Mark Wielaard <mjw@redhat.com>
20070
20071 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
20072
20073 2014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
20074
20075 Fix TLS access for -static -pthread.
20076 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
20077 <HAVE_TLS> (thread_function, main): Initialize it.
20078 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
20079 Add clean_restart.
20080 <$have_tls != "">: Check TLSVAR.
20081
20082 2014-05-21 Pedro Alves <palves@redhat.com>
20083
20084 * gdb.base/dcache-line-read-error.c: New.
20085 * gdb.base/dcache-line-read-error.exp: New.
20086
20087 2014-05-20 Pedro Alves <palves@redhat.com>
20088
20089 * gdb.base/compare-sections.c: New file.
20090 * gdb.base/compare-sections.exp: New file.
20091
20092 2014-05-20 Pedro Alves <palves@redhat.com>
20093
20094 * gdb.base/break-idempotent.c: New file.
20095 * gdb.base/break-idempotent.exp: New file.
20096
20097 2014-05-20 Markus Metzger <markus.t.metzger@intel.com>
20098
20099 * gdb.btrace/nohist.exp: New.
20100
20101 2014-05-20 Yao Qi <yao@codesourcery.com>
20102
20103 * lib/gdb.exp (gdb_init): Set timeout if test file is under
20104 gdb.reverse directory and gdb_reverse_timeout exists in board
20105 setting.
20106 * README: Document gdb_reverse_timeout.
20107
20108 2014-05-20 Yao Qi <yao@codesourcery.com>
20109
20110 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
20111 'test_file_name'. Treat args as a string instead of a list.
20112 (gdb_init): Rename argument 'args' by 'test_file_name'.
20113
20114 2014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
20115
20116 * gdb.arch/powerpc-power.exp: New file.
20117 * gdb.arch/powerpc-power.s: New file.
20118
20119 2014-05-16 Doug Evans <dje@google.com>
20120
20121 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
20122 * gdb.base/completion.exp: Check that all expected files exist
20123 before doing file completion.
20124
20125 2014-05-16 Doug Evans <dje@google.com>
20126
20127 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
20128 Update.
20129 (do_syscall_tests_without_xml): Update.
20130
20131 2014-05-16 Pedro Alves <palves@redhat.com>
20132
20133 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
20134 instead of "unknown output after running".
20135
20136 2014-05-16 Yao Qi <yao@codesourcery.com>
20137
20138 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
20139 file1.txt from host at the end.
20140 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
20141
20142 2014-05-15 Doug Evans <dje@google.com>
20143
20144 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
20145 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
20146 loading file. Add test for TU lookup.
20147
20148 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
20149
20150 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
20151 calling "-exec-arguments" or "set args" before running the
20152 inferior.
20153
20154 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
20155
20156 * lib/mi-support.exp (mi_expect_stop): Expect message for
20157 inferiors that exit with non-zero exit code.
20158
20159 2014-05-14 Yao Qi <yao@codesourcery.com>
20160
20161 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
20162 match absolute path on remote host.
20163 (test_file_list_exec_source_files): Remove "/" from the
20164 pattern.
20165
20166 2014-05-14 Yao Qi <yao@codesourcery.com>
20167
20168 * boards/local-remote-host-notty.exp (${board}_file): New
20169 proc.
20170
20171 2014-05-07 Kyle McMartin <kyle@redhat.com>
20172
20173 Pushed by Joel Brobecker <brobecker@adacore.com>.
20174 * gdb.arch/aarch64-atomic-inst.c: New file.
20175 * gdb.arch/aarch64-atomic-inst.exp: New file.
20176
20177 2014-05-07 Yao Qi <yao@codesourcery.com>
20178
20179 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
20180 in current context" too.
20181
20182 2014-05-05 Keith Seitz <keiths@redhat.com>
20183
20184 * gdb.linespec/ls-dollar.exp: Add test for linespec
20185 file:convenience_variable.
20186
20187 2014-05-05 Yao Qi <yao@codesourcery.com>
20188
20189 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
20190 traceframes into tfile and ctf trace files. Read data from
20191 trace file and test collected data.
20192 (gdb_collect_locals_test): Likewise.
20193 (gdb_unavailable_registers_test): Likewise.
20194 (gdb_unavailable_floats): Likewise.
20195 (gdb_collect_globals_test): Likewise.
20196 (top-level): Append "ctf" to trace_file_targets if GDB
20197 supports.
20198
20199 2014-05-05 Yao Qi <yao@codesourcery.com>
20200
20201 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
20202 code to ...
20203 (gdb_collect_args_test_1): ... it. New proc.
20204 (gdb_collect_locals_test): Move some code to ...
20205 (gdb_collect_locals_test_1): ... it. New proc.
20206 (gdb_unavailable_registers_test): Move some code to ...
20207 (gdb_unavailable_registers_test_1): ... it. New proc.
20208 (gdb_unavailable_floats): Move some code to ...
20209 (gdb_unavailable_floats_1): ... it. New proc.
20210
20211 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
20212
20213 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
20214 probes to test for bitness recognition.
20215 * gdb.arch/amd64-stap-optional-prefix.exp
20216 (test_probe_value_without_reg): New procedure.
20217 Add code to test for different kinds of bitness.
20218
20219 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
20220
20221 PR breakpoints/16889
20222 * gdb.arch/amd64-stap-optional-prefix.S: New file.
20223 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
20224
20225 2014-05-01 Pedro Alves <palves@redhat.com>
20226
20227 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
20228 gdb_file_cmd if no file is specified.
20229 * boards/native-extended-gdbserver.exp (gdb_load): Use the
20230 last_loaded_file to set the remote exec-file.
20231
20232 2014-05-01 Pedro Alves <palves@redhat.com>
20233
20234 * boards/local-remote-host.exp: New file.
20235
20236 2014-05-01 Pedro Alves <palves@redhat.com>
20237
20238 * boards/local-remote-host.exp: Rename to ...
20239 * boards/local-remote-host-notty.exp: ... this.
20240
20241 2014-04-28 Joel Brobecker <brobecker@adacore.com>
20242
20243 * gdb.ada/dyn_arrayidx: New testcase.
20244
20245 2014-04-26 Yao Qi <yao@codesourcery.com>
20246
20247 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
20248 and compute the length of function main. Save it in
20249 $main_length.
20250 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
20251 (top-level): Use gdb_compile to compile objects into
20252 executable and restart GDB. Remove invocation to
20253 prepare_for_testing.
20254
20255 2014-04-25 Simon Marchi <simon.marchi@ericsson.com>
20256 Pedro Alves <palves@redhat.com>
20257
20258 PR server/16255
20259 * gdb.multi/multi-attach.c: New file.
20260 * gdb.multi/multi-attach.exp: New file.
20261
20262 2014-04-25 Pedro Alves <palves@redhat.com>
20263
20264 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
20265 user.
20266 (top level): Test that "set remote conditional-breakpoints-packet
20267 off" works as intended.
20268 * gdb.base/dprintf.exp: Test that "set remote
20269 breakpoint-commands-packet off" works as intended.
20270 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
20271 New function.
20272 (top level): Call it.
20273 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
20274 remote fast-tracepoints-packet off" works as intended.
20275 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
20276 * lib/gdb.exp (gdb_is_target_remote): ... here.
20277
20278 2014-04-24 David Blaikie <dblaikie@gmail.com>
20279
20280 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
20281 ensure clang would not discard them.
20282 * gdb.base/gdbvars.c: Ditto.
20283 * gdb.base/memattr.c: Ditto.
20284 * gdb.base/whatis.c: Ditto.
20285 * gdb.python/py-prettyprint.c: Ditto.
20286 * gdb.trace/actions.c: Ditto.
20287 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
20288 ensure clang would not discard it.
20289
20290 2014-04-24 David Blaikie <dblaikie@gmail.com>
20291
20292 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
20293 clang to emit the full definition of type required by the test
20294 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
20295
20296 2014-04-24 David Blaikie <dblaikie@gmail.com>
20297
20298 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
20299 coax Clang into emitting the definition of the type.
20300 * gdb.cp/pr10728-x.h (y): Ditto.
20301 * gdb.cp/pr10728-y.cc (y): Ditto.
20302
20303 2014-04-24 David Blaikie <dblaikie@gmail.com>
20304
20305 * gdb.base/label.exp: XFAIL label related tests under Clang.
20306 * gdb.cp/cplabel.exp: Ditto.
20307 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
20308 under Clang those using labels.
20309
20310 2014-04-25 Yao Qi <yao@codesourcery.com>
20311
20312 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
20313 double_label.
20314 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
20315 partial_label and double_label.
20316
20317 2014-04-24 David Blaikie <dblaikie@gmail.com>
20318
20319 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
20320
20321 2014-04-24 David Blaikie <dblaikie@gmail.com>
20322
20323 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
20324 of the function to work across GCC and Clang.
20325 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
20326 pointer types (const void ** const V void **).
20327
20328 2014-04-24 Michael Sturm <michael.sturm@mintel.com>
20329 Walfred Tedeschi <walfred.tedeschi@intel.com>
20330
20331 * Makefile.in (EXECUTABLES): Added i386-avx512.
20332 * gdb.arch/i386-avx512.c: New file.
20333 * gdb.arch/i386-avx512.exp: Likewise.
20334
20335 2014-04-23 Keith Seitz <keiths@redhat.com>
20336
20337 * lib/mi-support.exp (mi_list_breakpoints): Delete.
20338 (mi_make_breakpoint_table): New procedure.
20339 (mi_create_breakpoint): Use mi_make_breakpoint
20340 and return the result.
20341 (mi_make_breakpoint): New procedure.
20342 (mi_build_kv_pairs): New procedure.
20343
20344 * gdb.mi/mi-break.exp: Remove unused globals,
20345 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
20346 All callers updated.
20347 * gdb.mi/mi-dprintf.exp: Use variable to track command
20348 number.
20349 Update all callers of mi_create_breakpoint and use
20350 mi_make_breakpoint_table.
20351 Remove any unused global variables.
20352 * gdb.mi/mi-nonstop.exp: Likewise.
20353 * gdb.mi/mi-nsintrall.exp: Likewise.
20354 * gdb.mi/mi-nsmoribund.exp: Likewise.
20355 * gdb.mi/mi-nsthrexec.exp: Likewise.
20356 * gdb.mi/mi-reverse.exp: Likewise.
20357 * gdb.mi/mi-simplerun.exp: Likewise.
20358 * gdb.mi/mi-stepn.exp: Likewise.
20359 * gdb.mi/mi-syn-frame.exp: Likewise.
20360 * gdb.mi/mi-until.exp: Likewise.
20361 * gdb.mi/mi-var-cp.exp: Likewise.
20362 * gdb.mi/mi-var-display.exp: Likewise.
20363 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
20364 * gdb.mi/mi2-var-child.exp: Likewise.
20365 * gdb.mi/mi-vla-c99.exp: Likewise.
20366 * lib/mi-support.exp: Likewise.
20367
20368 From Ian Lance Taylor <iant@cygnus.com>:
20369 * lib/gdb.exp (parse_args): New procedure.
20370
20371 2014-04-23 Pedro Alves <palves@redhat.com>
20372
20373 * gdb.base/break-unload-file.c: New file.
20374 * gdb.base/break-unload-file.exp: New file.
20375 * gdb.base/sym-file-lib.c (baz): New function.
20376 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
20377 field.
20378 (load): Store the segment's mapped size.
20379 (unload): New function.
20380 (unload_shlib): New function.
20381 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
20382 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
20383 set a breakpoint at baz, and call it.
20384 * gdb.base/sym-file.exp: New tests for stale breakpoint
20385 instructions.
20386
20387 2014-04-23 Pedro Alves <palves@redhat.com>
20388
20389 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
20390 * gdb.base/hbreak-in-shr-unsupported.c: New file.
20391 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
20392 * gdb.base/hbreak-unmapped.c: New file.
20393 * gdb.base/hbreak-unmapped.exp: New file.
20394 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
20395 * lib/gdb.exp (gdb_is_target_remote): ... here.
20396
20397 2014-04-22 Pedro Alves <palves@redhat.com>
20398
20399 * gdb.base/consecutive-step-over.c: New file.
20400 * gdb.base/consecutive-step-over.exp: New file.
20401
20402 2014-04-22 Pedro Alves <palves@redhat.com>
20403
20404 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
20405 instead of send_gdb/gdb_expect.
20406
20407 2014-04-22 Yao Qi <yao@codesourcery.com>
20408
20409 * lib/trace-support.exp (generate_tracefile): New procedure.
20410 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
20411 return 0.
20412 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
20413 if generate_tracefile returns 1.
20414
20415 2014-04-18 Tom Tromey <palves@redhat.com>
20416 Pedro alves <tromey@redhat.com>
20417
20418 PR backtrace/15558
20419 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
20420 with a backtrace limit.
20421 * gdb.python/py-frame-inline.exp: Test running to an inline
20422 function with a backtrace limit, and printing the newest frame.
20423 * gdb.python/py-frame-inline.c (main): Call f.
20424
20425 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
20426
20427 * gdb.java/jnpe.exp: Drop srcdir from untested path.
20428
20429 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
20430
20431 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
20432 Drop prefix from unsupported source file path.
20433
20434 2014-04-17 Yao Qi <yao@codesourcery.com>
20435
20436 * lib/gdb.exp (with_target_charset): New proc.
20437 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
20438 with_target_charset.
20439 (test_print_strings): Likewise.
20440 (test_repeat_bytes): Likewise.
20441 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
20442 for some tests.
20443
20444 2014-04-16 Keith Seitz <keiths@redhat.com>
20445
20446 PR gdb/15827
20447 * gdb.dwarf2/corrupt.c: New file.
20448 * gdb.dwarf2/corrupt.exp: New file.
20449
20450 2014-04-16 Keith Seitz <keiths@redhat.com>
20451
20452 PR c++/16597
20453 * gdb.cp/namelessclass.cc: New file.
20454 * gdb.cp/namelessclass.exp: New file.
20455 * gdb.cp/namelessclass.S: New file.
20456
20457 2014-04-16 Doug Evans <dje@google.com>
20458
20459 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
20460 Add comment.
20461 (gdbserver_default_get_comm_port): New function.
20462 (gdbserver_start): Check if board file provided
20463 "gdbserver,get_comm_port" and use it if so.
20464 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
20465 (gdb,socketport): Set to "stdio".
20466 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
20467 (stdio_gdbserver_template): Delete.
20468 (${board}_get_remote_address): Update.
20469 (${board}_build_remote_cmd): Delete.
20470 (${board}_get_comm_port): New function.
20471 (${board}_spawn): Update.
20472 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
20473 Delete.
20474 (${board}_get_remote_address): Update.
20475 (${board}_get_comm_port): New function.
20476
20477 2014-04-16 Andrew Burgess <aburgess@broadcom.com>
20478
20479 * gdb.base/memattr.exp: Improve regexps to handle memory regions
20480 appearing in any order.
20481
20482 2014-04-15 Doug Evans <dje@google.com>
20483
20484 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
20485 uninitialized value of "description".
20486
20487 2014-04-15 Keith Seitz <keiths@redhat.com>
20488
20489 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
20490 Remove unused globals.
20491 (test_running_the_program): Likewise.
20492 (test_controlled_execution): Likewise.
20493 (test_controlling_breakpoints): Likewise.
20494 (test_program_termination): Likewise.
20495
20496 2014-04-15 Keith Seitz <keiths@redhat.com>
20497
20498 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
20499 unused globals.
20500 (test_rbreak_creation_and_listing): Likewise.
20501 (test_ignore_count): Likewise.
20502 (test_error): Likewise.
20503
20504 2014-04-15 Pedro Alves <palves@redhat.com>
20505
20506 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
20507 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
20508 sym-file-loader.c.
20509 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
20510 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
20511 to sym-file-loader.c.
20512 (struct library): Forward declare.
20513 (load_shlib, lookup_function): Change prototypes.
20514 (find_shstrtab, find_strtab, find_shdr, find_symtab)
20515 (translate_offset): Remove declarations.
20516 (get_text_addr): New declaration.
20517 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
20518 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
20519 sym-file-loader.h.
20520 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
20521 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
20522 here from sym-file-loader.h.
20523 (struct library): New structure.
20524 (load_shlib, lookup_function): Change prototypes and adjust to
20525 work with a struct library.
20526 (find_shstrtab, find_strtab, find_shdr, find_symtab)
20527 (translate_offset): Make static.
20528 (get_text_addr): New function.
20529 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
20530
20531 2014-04-15 Pedro Alves <palves@redhat.com>
20532
20533 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
20534
20535 2014-04-15 Pedro Alves <palves@redhat.com>
20536
20537 * gdb.base/sym-file-loader.c: Include <limits.h>.
20538 (SELF_LINK): New define.
20539 (get_origin): New function.
20540 (load_shlib): Use it.
20541 * gdb.base/sym-file.exp: Don't early return if the target is
20542 remote. Use runto_main, and issue fail is that fails. Use
20543 gdb_load_shlibs.
20544 (shlib_name): Delete.
20545 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
20546
20547 2014-04-15 Pedro Alves <palves@redhat.com>
20548
20549 * gdb.base/sym-file.exp: Remove regex characters from test
20550 message. Don't refer to breakpoint numbers in test messages.
20551
20552 2014-04-14 Keith Seitz <keiths@redhat.com>
20553
20554 PR c++/16253
20555 * gdb.cp/var-tag.cc: New file.
20556 * gdb.cp/var-tag.exp: New file.
20557 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
20558 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
20559 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
20560 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
20561
20562 2014-04-14 Tom Tromey <tromey@redhat.com>
20563
20564 * gdb.cp/classes.exp (test_enums): Handle underlying type.
20565 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
20566 type.
20567 * gdb.cp/enum-class.exp: New file.
20568 * gdb.cp/enum-class.cc: New file.
20569
20570 2014-04-14 Tom Tromey <tromey@redhat.com>
20571
20572 * gdb.dwarf2/enum-type.exp: New file.
20573
20574 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
20575
20576 * gdb.mi/mi-vla-c99.exp: New file.
20577 * gdb.mi/vla.c: New file.
20578
20579 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
20580
20581 * gdb.base/vla-datatypes.c: New file.
20582 * gdb.base/vla-datatypes.exp: New file.
20583
20584 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
20585
20586 * gdb.base/vla-ptr.c: New file.
20587 * gdb.base/vla-ptr.exp: New file.
20588
20589 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
20590
20591 * gdb.dwarf2/count.exp: New file.
20592
20593 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
20594
20595 * gdb.base/vla-sideeffect.c: New file.
20596 * gdb.base/vla-sideeffect.exp: New file.
20597
20598 2014-04-14 David Blaikie <dblaikie@gmail.com>
20599
20600 * gdb.mi/non-stop.c: Add return value for non-void function return
20601 statement.
20602 * gdb.threads/staticthreads.c: Ditto.
20603
20604 2014-04-12 Siva Chandra Reddy <sivachandra@google.com>
20605 Doug Evans <xdje42@gmail.com>
20606
20607 * gdb.guile/scm-value.c: Improve test case.
20608 * gdb.guile/scm-value.exp: Add new test.
20609
20610 2014-04-11 David Blaikie <dblaikie@gmail.com>
20611
20612 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
20613 override Clang's default.
20614
20615 2014-04-11 Joel Brobecker <brobecker@adacore.com>
20616
20617 Revert the following changes (regressions):
20618
20619 * gdb.base/vla-sideeffect.c: New file.
20620 * gdb.base/vla-sideeffect.exp: New file.
20621
20622 * gdb.dwarf2/count.exp: New file.
20623
20624 * gdb.base/vla-multi.c: New file.
20625 * gdb.base/vla-multi.exp: New file.
20626
20627 * gdb.base/vla-ptr.c: New file.
20628 * gdb.base/vla-ptr.exp: New file.
20629
20630 * gdb.base/vla-datatypes.c: New file.
20631 * gdb.base/vla-datatypes.exp: New file.
20632
20633 * gdb.mi/mi-vla-c99.exp: New file.
20634 * gdb.mi/vla.c: New file.
20635
20636 2014-04-11 Keith Seitz <keiths@redhat.com>
20637
20638 PR c++/16675
20639 * gdb.cp/cpsizeof.exp: New file.
20640 * gdb.cp/cpsizeof.cc: New file.
20641
20642 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
20643
20644 * gdb.mi/mi-vla-c99.exp: New file.
20645 * gdb.mi/vla.c: New file.
20646
20647 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
20648
20649 * gdb.base/vla-datatypes.c: New file.
20650 * gdb.base/vla-datatypes.exp: New file.
20651
20652 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
20653
20654 * gdb.base/vla-ptr.c: New file.
20655 * gdb.base/vla-ptr.exp: New file.
20656
20657 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
20658
20659 * gdb.base/vla-multi.c: New file.
20660 * gdb.base/vla-multi.exp: New file.
20661
20662 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
20663
20664 * gdb.dwarf2/count.exp: New file.
20665
20666 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
20667
20668 * gdb.base/vla-sideeffect.c: New file.
20669 * gdb.base/vla-sideeffect.exp: New file.
20670
20671 2014-04-11 Yao Qi <yao@codesourcery.com>
20672
20673 * gdb.base/completion.exp: Check file exists before running tests
20674 on file completion.
20675
20676 2014-04-10 Pedro Alves <palves@redhat.com>
20677
20678 * gdb.base/cond-eval-mode.c: New file.
20679 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
20680 prepare_for_testing to build the new file. Check result of
20681 runto_main.
20682 (test_break, test_watch): New procedures.
20683 (top level): Use them.
20684
20685 2014-04-08 Pierre Muller <muller@sourceware.org>
20686
20687 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
20688 Ctrl-V use for mingw hosts.
20689
20690 2014-04-07 Siva Chandra Reddy <sivachandra@google.com>
20691
20692 * gdb.python/py-value.c: Improve test case.
20693 * gdb.python/py-value.exp: Add new test.
20694
20695 2014-04-07 David Blaikie <dblaikie@gmail.com>
20696
20697 * lib/compiler.c: Identify the clang compiler.
20698 * lib/compiler.cc: Ditto.
20699
20700 2014-04-03 Yao Qi <yao@codesourcery.com>
20701
20702 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
20703
20704 2014-04-01 Anton Blanchard <anton@samba.org>
20705
20706 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
20707 messages unique.
20708
20709 2014-04-01 Anton Blanchard <anton@samba.org>
20710
20711 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
20712 prepare_for_testing.
20713
20714 2014-04-01 Anton Blanchard <anton@samba.org>
20715
20716 * gdb.arch/ppc64-atomic-inst.c: Remove.
20717 * gdb.arch/ppc64-atomic-inst.S: New file.
20718 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
20719
20720 2014-03-31 Doug Evans <dje@google.com>
20721
20722 * gdb.base/print-symbol-loading-lib.c: New file.
20723 * gdb.base/print-symbol-loading-main.c: New file.
20724 * gdb.base/print-symbol-loading.exp: New file.
20725
20726 2014-03-31 Yao Qi <yao@codesourcery.com>
20727
20728 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
20729
20730 2014-03-28 Joel Brobecker <brobecker@adacore.com>
20731
20732 * gdb.ada/mi_dyn_arr: New testcase.
20733
20734 2014-03-27 Doug Evans <dje@google.com>
20735
20736 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
20737
20738 2014-03-27 Yao Qi <yao@codesourcery.com>
20739
20740 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
20741 if target is nios2-*-*.
20742
20743 2014-03-26 Yao Qi <yao@codesourcery.com>
20744
20745 * lib/gdb.exp (readline_is_used): New proc.
20746 * gdb.base/completion.exp: Move tests on command complete up.
20747 Skip the rest of tests if readline is not used.
20748 * gdb.ada/complete.exp: Skp the test if readline is not
20749 used.
20750 * gdb.base/filesym.exp: Likewise.
20751 * gdb.base/macscp.exp: Likewise.
20752 * gdb.base/readline-ask.exp: Likewise.
20753 * gdb.base/readline.exp: Likewise.
20754 * gdb.python/py-cmd.exp: Likewise.
20755 * gdb.trace/tfile.exp: Likewise.
20756
20757 2014-03-26 Yao Qi <yao@codesourcery.com>
20758
20759 * gdb.base/macscp.exp: Fix code format issues.
20760
20761 2014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
20762
20763 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
20764 * gdb.asm/powerpc64le.inc: New file.
20765
20766 2014-03-25 Pedro Alves <palves@redhat.com>
20767 Doug Evans <dje@google.com>
20768
20769 * gdb.base/source-execution.c: New file.
20770 * gdb.base/source-execution.exp: New file.
20771 * gdb.base/source-execution.gdb: New file.
20772
20773 2014-03-24 Doug Evans <dje@google.com>
20774
20775 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
20776 using fission.
20777
20778 2014-03-24 Hui Zhu <hui@codesourcery.com>
20779 Pedro Alves <palves@redhat.com>
20780
20781 PR breakpoints/16101
20782 * gdb.base/dprintf.exp: Use unsupported rather than changing the
20783 test pass/fail messages. Detect missing support for dprintf when
20784 breakpoints are actually inserted.
20785 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
20786 breakpoints are actually inserted.
20787 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
20788 fails.
20789
20790 2014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
20791
20792 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
20793
20794 2014-03-22 Doug Evans <xdje42@gmail.com>
20795
20796 * gdb.python/python.exp (python not supported): Verify multi-line
20797 python command issues an error.
20798 * gdb.guile/guile.exp (guile not supported): Verify multi-line
20799 guile command issues an error.
20800
20801 2014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
20802
20803 * gdb.threads/thread-specific.exp: Handle the lack of usable
20804 $this_breakpoint and $this_thread.
20805
20806 2014-03-21 Hui Zhu <hui@codesourcery.com>
20807
20808 * gdb.base/attach.exp (do_command_attach_tests): New.
20809
20810 2014-03-20 Tom Tromey <tromey@redhat.com>
20811 Pedro Alves <palves@redhat.com>
20812
20813 PR cli/15718
20814 * gdb.base/condbreak-call-false.c: New file.
20815 * gdb.base/condbreak-call-false.exp: New file.
20816
20817 2014-03-20 Pedro Alves <palves@redhat.com>
20818
20819 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
20820 Delete.
20821 (block_signals, unblock_signals): Delete.
20822 (child_function_2, main): Remove references to deleted variable
20823 and functions.
20824
20825 2014-03-20 Pedro Alves <palves@redhat.com>
20826
20827 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
20828 Use pthread_kill to signal thread 2.
20829 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
20830 Adjust to make the test send itself a signal rather than using the
20831 host's "kill" command.
20832
20833 2014-03-20 Pedro Alves <palves@redhat.com>
20834
20835 * gdb.threads/multiple-step-overs.c: New file.
20836 * gdb.threads/multiple-step-overs.exp: New file.
20837 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
20838 Adjust expected infrun debug output.
20839
20840 2014-03-20 Pedro Alves <palves@redhat.com>
20841
20842 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
20843 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
20844
20845 2014-03-20 Pedro Alves <palves@redhat.com>
20846
20847 PR breakpoints/7143
20848 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
20849 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
20850 of gdb_test_multiple.
20851 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
20852 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
20853
20854 2014-03-20 Pedro Alves <palves@redhat.com>
20855
20856 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
20857 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
20858
20859 2014-03-19 Pedro Alves <palves@redhat.com>
20860
20861 * gdb.base/async.exp: Remove early return.
20862
20863 2014-03-19 Pedro Alves <palves@redhat.com>
20864
20865 * gdb.base/async.exp (step& tests): Pass explicit test messages.
20866
20867 2014-03-19 Pedro Alves <palves@redhat.com>
20868
20869 * gdb.base/async.exp (test_background): Expect \r\n after
20870 "completed." in the fail pattern.
20871
20872 2014-03-19 Pedro Alves <palves@redhat.com>
20873
20874 * gdb.base/async.exp (test_background): New procedure.
20875 Use it for all background execution command tests.
20876
20877 2014-03-19 Pedro Alves <palves@redhat.com>
20878
20879 * gdb.base/async.exp: Use prepare_for_testing.
20880
20881 2014-03-19 Pedro Alves <palves@redhat.com>
20882
20883 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
20884 the same line.
20885
20886 2014-03-19 Pedro Alves <palves@redhat.com>
20887
20888 * gdb.base/async.c (main): Add "jump here" and "until here" line
20889 marker comments.
20890 * gdb.base/async.exp (jump_here): New global.
20891 (jump& test): Use it.
20892 (until_here): New global.
20893 (until& test): Use it.
20894
20895 2014-03-19 Pedro Alves <palves@redhat.com>
20896
20897 * gdb.base/async.exp: Don't frob gdb_protocol.
20898
20899 2014-03-18 Doug Evans <xdje42@gmail.com>
20900
20901 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
20902 Fix spelling of exec-done-display.
20903
20904 2014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
20905
20906 PR gdb/15358
20907 * gdb.base/gdb-sigterm.c: New file.
20908 * gdb.base/gdb-sigterm.exp: New file.
20909
20910 2014-03-18 Pedro Alves <palves@redhat.com>
20911
20912 PR gdb/13860
20913 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
20914 * lib/mi-support.exp (mi_expect_stop): Add special handling for
20915 solib-event.
20916
20917 2014-03-17 Joel Brobecker <brobecker@adacore.com>
20918
20919 * gdb.ada/pckd_arr_ren: New testcase.
20920
20921 2014-03-13 Doug Evans <xdje42@gmail.com>
20922
20923 PR guile/16612
20924 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
20925 collect after discarding symbols.
20926
20927 2014-03-13 Ludovic Courtès <ludo@gnu.org>
20928 Doug Evans <xdje42@gmail.com>
20929
20930 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
20931 to history survives a gc.
20932
20933 2014-03-13 Pedro Alves <palves@redhat.com>
20934
20935 * gdb.base/default.exp: Don't test "target procfs".
20936
20937 2014-03-13 Pedro Alves <palves@redhat.com>
20938
20939 * gdb.base/default.exp: Update "target child" and "target procfs"
20940 tests to not expect "Unix".
20941
20942 2014-03-12 Tom Tromey <tromey@redhat.com>
20943
20944 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
20945 New procs. Add target-async tests.
20946 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
20947 Add target-async tests.
20948
20949 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
20950
20951 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
20952 'func_start' and 'func_end' for the beginning and end of the
20953 function code, respectively.
20954 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
20955 'func_end' instead of 'func' and 'main'.
20956
20957 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
20958
20959 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
20960 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
20961 generate the debug info assembler source.
20962
20963 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
20964
20965 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
20966 * gdb.dwarf2/arr-subrange.exp: Likewise.
20967 * gdb.dwarf2/dwz.exp: Likewise.
20968 * gdb.dwarf2/method-ptr.exp: Likewise.
20969 * gdb.dwarf2/missing-sig-type.exp: Likewise.
20970 * gdb.dwarf2/subrange.exp: Likewise.
20971 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
20972 * gdb.dwarf2/implptrpiece.exp: Likewise.
20973 * gdb.dwarf2/nostaticblock.exp: Likewise.
20974
20975 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
20976
20977 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
20978 directory to absolute path name arguments.
20979
20980 2014-03-10 Joel Brobecker <brobecker@adacore.com>
20981
20982 * gdb.ada/tagged_access: New testcase.
20983
20984 2014-03-07 Markus Metzger <markus.t.metzger@intel.com>
20985
20986 * gdb.btrace/data.exp: Update expected output.
20987
20988 2014-03-06 Yao Qi <yao@codesourcery.com>
20989
20990 * gdb.trace/pr16508.exp: New file.
20991
20992 2014-03-05 Pedro Alves <palves@redhat.com>
20993
20994 PR gdb/16575
20995 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
20996 procedure.
20997 (top level): Adjust to use it. Add tests that exercise breakpoint
20998 interaction with the code-cache.
20999
21000 2014-02-26 Ludovic Courtès <ludo@gnu.org>
21001
21002 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
21003 test for 'history-append!'.
21004
21005 2014-02-26 Joel Brobecker <brobecker@adacore.com>
21006
21007 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
21008 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
21009 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
21010 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
21011 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
21012 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
21013
21014 2014-02-26 Joel Brobecker <brobecker@adacore.com>
21015
21016 * testsuite/gdb.python/py-pp-re-notag.c: New file.
21017 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
21018 * testsuite/gdb.python/py-pp-re-notag.p: New file.
21019
21020 2014-02-26 Joel Brobecker <brobecker@adacore.com>
21021
21022 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
21023
21024 2014-02-26 Joel Brobecker <brobecker@adacore.com>
21025
21026 * gdb.dwarf2/arr-stride.c: New file.
21027 * gdb.dwarf2/arr-stride.exp: New file.
21028
21029 2014-02-26 Pedro Alves <palves@redhat.com>
21030
21031 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
21032 that won't ever trigger. Make sure that GDB reports the correct
21033 breakpoint that caused the stop.
21034
21035 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
21036
21037 PR gdb/16626
21038 * gdb.base/auto-load-script: New file.
21039 * gdb.base/auto-load.c: New file.
21040 * gdb.base/auto-load.exp: New file.
21041
21042 PR gdb/16626
21043 * gdb.base/auto-load.exp: Fix out-of-srctree run.
21044
21045 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
21046
21047 Fix dw2-icycle.exp -fsanitize=address GDB crash.
21048 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
21049
21050 2014-02-24 Doug Evans <dje@google.com>
21051
21052 * lib/gdb.exp (run_on_host): Log error output if program fails.
21053
21054 2014-02-21 Pedro Alves <palves@redhat.com>
21055
21056 * gdb.threads/step-after-sr-lock.c: Rename to ...
21057 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
21058 * gdb.threads/step-after-sr-lock.exp: Rename to ...
21059 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
21060 ... this.
21061
21062 2014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
21063
21064 PR tdep/16397
21065 * gdb.arch/amd64-stap-special-operands.exp: New file.
21066 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
21067 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
21068 * gdb.arch/amd64-stap-triplet.S: Likewise.
21069 * gdb.arch/amd64-stap-triplet.c: Likewise.
21070
21071 2014-02-20 Joel Brobecker <brobecker@adacore.com>
21072
21073 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
21074 in .section pseudo-op.
21075
21076 2014-02-20 lin zuojian <manjian2006@gmail.com>
21077 Joel Brobecker <brobecker@adacore.com>
21078 Doug Evans <xdje42@gmail.com>
21079
21080 PR symtab/16581
21081 * gdb.dwarf2/dw2-icycle.S: New file.
21082 * gdb.dwarf2/dw2-icycle.c: New file.
21083 * gdb.dwarf2/dw2-icycle.exp: New file.
21084
21085 2014-02-19 Siva Chandra Reddy <sivachandra@google.com>
21086
21087 * gdb.python/py-value-cc.cc: Improve test case to enable testing
21088 operations on gdb.Value objects.
21089 * gdb.python/py-value-cc.exp: Add new test to test operations on
21090 gdb.Value objects.
21091
21092 2014-02-18 Doug Evans <dje@google.com>
21093
21094 * Makefile.in (TESTS): New variable.
21095 (expanded_tests, expanded_tests_or_none): New variables
21096 (check-single): Pass $(expanded_tests_or_none) to runtest.
21097 (check-parallel): Only run tests in $(TESTS) if non-empty.
21098 (check/no-matching-tests-found): New rule.
21099 * README: Document TESTS makefile variable.
21100
21101 2014-02-18 Doug Evans <dje@google.com>
21102
21103 * Makefile.in (check-parallel): rm -rf outputs temp.
21104
21105 2014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
21106
21107 Fix "ERROR: no fileid for" in the testsuite.
21108 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
21109
21110 2014-02-12 Doug Evans <dje@google.com>
21111
21112 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
21113 (MISCELLANEOUS): New variable.
21114 (clean): rm -rf $(MISCELLANEOUS).
21115 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
21116 dwp live in the same directory as symlinks, with each symlink pointed
21117 to a differently named file in a different directory.
21118
21119 2014-02-11 Doug Evans <dje@google.com>
21120
21121 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
21122 of Tcl file commands.
21123
21124 2014-02-10 Mark Kettenis <kettenis@gnu.org>
21125
21126 * gdb.threads/step-after-sr-lock.exp: Avoid executing
21127 "kill -SIGUSR1 -1".
21128
21129 2014-02-10 Joel Brobecker <brobecker@adacore.com>
21130
21131 * gdb.ada/tick_length_array_enum_idx: New testcase.
21132
21133 2014-02-10 Doug Evans <xdje42@gmail.com>
21134
21135 * configure.ac (AC_OUTPUT): Add gdb.guile.
21136 * configure: Regenerate.
21137 * lib/gdb-guile.exp: New file.
21138 * lib/gdb.exp (get_target_charset): New function.
21139 * gdb.base/help.exp: Update expected output from "apropos apropos".
21140 * gdb.guile/Makefile.in: New file.
21141 * gdb.guile/guile.exp: New file.
21142 * gdb.guile/scm-arch.c: New file.
21143 * gdb.guile/scm-arch.exp: New file.
21144 * gdb.guile/scm-block.c: New file.
21145 * gdb.guile/scm-block.exp: New file.
21146 * gdb.guile/scm-breakpoint.c: New file.
21147 * gdb.guile/scm-breakpoint.exp: New file.
21148 * gdb.guile/scm-disasm.c: New file.
21149 * gdb.guile/scm-disasm.exp: New file.
21150 * gdb.guile/scm-equal.c: New file.
21151 * gdb.guile/scm-equal.exp: New file.
21152 * gdb.guile/scm-error.exp: New file.
21153 * gdb.guile/scm-error.scm: New file.
21154 * gdb.guile/scm-frame-args.c: New file.
21155 * gdb.guile/scm-frame-args.exp: New file.
21156 * gdb.guile/scm-frame-args.scm: New file.
21157 * gdb.guile/scm-frame-inline.c: New file.
21158 * gdb.guile/scm-frame-inline.exp: New file.
21159 * gdb.guile/scm-frame.c: New file.
21160 * gdb.guile/scm-frame.exp: New file.
21161 * gdb.guile/scm-generics.exp: New file.
21162 * gdb.guile/scm-gsmob.exp: New file.
21163 * gdb.guile/scm-iterator.c: New file.
21164 * gdb.guile/scm-iterator.exp: New file.
21165 * gdb.guile/scm-math.c: New file.
21166 * gdb.guile/scm-math.exp: New file.
21167 * gdb.guile/scm-objfile-script-gdb.in: New file.
21168 * gdb.guile/scm-objfile-script.c: New file.
21169 * gdb.guile/scm-objfile-script.exp: New file.
21170 * gdb.guile/scm-objfile.c: New file.
21171 * gdb.guile/scm-objfile.exp: New file.
21172 * gdb.guile/scm-ports.exp: New file.
21173 * gdb.guile/scm-pretty-print.c: New file.
21174 * gdb.guile/scm-pretty-print.exp: New file.
21175 * gdb.guile/scm-pretty-print.scm: New file.
21176 * gdb.guile/scm-section-script.c: New file.
21177 * gdb.guile/scm-section-script.exp: New file.
21178 * gdb.guile/scm-section-script.scm: New file.
21179 * gdb.guile/scm-symbol.c: New file.
21180 * gdb.guile/scm-symbol.exp: New file.
21181 * gdb.guile/scm-symtab-2.c: New file.
21182 * gdb.guile/scm-symtab.c: New file.
21183 * gdb.guile/scm-symtab.exp: New file.
21184 * gdb.guile/scm-type.c: New file.
21185 * gdb.guile/scm-type.exp: New file.
21186 * gdb.guile/scm-value-cc.cc: New file.
21187 * gdb.guile/scm-value-cc.exp: New file.
21188 * gdb.guile/scm-value.c: New file.
21189 * gdb.guile/scm-value.exp: New file.
21190 * gdb.guile/source2.scm: New file.
21191 * gdb.guile/types-module.cc: New file.
21192 * gdb.guile/types-module.exp: New file.
21193
21194 2014-02-10 Yao Qi <yao@codesourcery.com>
21195
21196 PR testsuite/16543
21197 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
21198 * configure: Regenerated.
21199 * Makefile.in: New file.
21200
21201 2014-02-08 Andreas Schwab <schwab@linux-m68k.org>
21202
21203 * gdb.python/py-framefilter.exp: Fix typo.
21204
21205 2014-02-08 Yao Qi <yao@codesourcery.com>
21206
21207 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
21208 that no =breakpoint-modified is emitted when breakpoints are
21209 modified through MI commands.
21210
21211 2014-02-07 Pedro Alves <pedro@codesourcery.com>
21212 Pedro Alves <palves@redhat.com>
21213
21214 * gdb.threads/step-after-sr-lock.c: New file.
21215 * gdb.threads/step-after-sr-lock.exp: New file.
21216
21217 2014-02-07 Pedro Alves <palves@redhat.com>
21218
21219 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
21220
21221 2014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
21222
21223 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
21224 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
21225
21226 2014-02-06 Doug Evans <xdje42@gmail.com>
21227
21228 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
21229 output.
21230
21231 * gdb.gdb/python-interrupts.exp: New file.
21232
21233 2014-02-05 Yao Qi <yao@codesourcery.com>
21234
21235 * gdb.trace/report.exp (use_collected_data): Test the output
21236 of "info threads" and "info inferiors".
21237
21238 2014-02-05 Yao Qi <yao@codesourcery.com>
21239
21240 Revert this patch:
21241
21242 2013-05-24 Yao Qi <yao@codesourcery.com>
21243
21244 * gdb.trace/tfile.exp: Test inferior and thread.
21245
21246 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
21247
21248 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
21249 on a function.
21250 * gdb.base/step-bt.c: Call hello via function pointer to make
21251 sure its first instruction is executed on powerpc64le-linux.
21252
21253 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
21254
21255 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
21256
21257 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
21258
21259 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
21260 of the test patterns for use on little-endian systems.
21261
21262 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
21263
21264 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
21265 (decimal_vector): Fix for little-endian.
21266
21267 2014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
21268
21269 * gdb.arch/sparc-sysstep.exp: New file.
21270 * gdb.arch/sparc-sysstep.c: Likewise.
21271
21272 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
21273
21274 2014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
21275
21276 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
21277
21278 2014-01-23 Tom Tromey <tromey@redhat.com>
21279
21280 * gdb.ada/array_char_idx: New testcase.
21281
21282 2014-01-23 Tom Tromey <tromey@redhat.com>
21283
21284 PR python/16487:
21285 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
21286 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
21287 classes.
21288
21289 2014-01-23 Tom Tromey <tromey@redhat.com>
21290
21291 PR python/16491:
21292 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
21293 string from an inferior frame.
21294 * gdb.python/py-framefilter-mi.exp: Update.
21295
21296 2014-01-22 Doug Evans <dje@google.com>
21297
21298 * gdb.server/server-mon.exp: Add tests for "set debug-format".
21299
21300 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
21301
21302 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
21303
21304 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
21305
21306 * gdb.trace/entry-values.exp: Remove excess space character from
21307 regex patterns. Handle s390 call instruction.
21308
21309 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
21310
21311 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
21312 define "*_start" label. Make "name" static.
21313 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
21314 ${name} by references to ${name}_start.
21315
21316 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
21317
21318 * gdb.base/info-macros.exp: Remove "debug" from the compile
21319 options.
21320
21321 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
21322
21323 * gdb.dlang/demangle.exp: New file.
21324
21325 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
21326
21327 * gdb.dlang/primitive-types.exp: New file.
21328
21329 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
21330
21331 * configure.ac: Create gdb.dlang/Makefile.
21332 * configure: Regenerate.
21333 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
21334 * gdb.dlang/Makefile.in: New file.
21335 * lib/d-support.exp: New file.
21336 * lib/gdb.exp (skip_d_tests): New proc.
21337
21338 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
21339
21340 * gdb.btrace/delta.exp: Check reverse stepi.
21341 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
21342 * gdb.btrace/finish.exp: New.
21343 * gdb.btrace/next.exp: New.
21344 * gdb.btrace/nexti.exp: New.
21345 * gdb.btrace/record_goto.c: Add comments.
21346 * gdb.btrace/step.exp: New.
21347 * gdb.btrace/stepi.exp: New.
21348 * gdb.btrace/multi-thread-step.c: New.
21349 * gdb.btrace/multi-thread-step.exp: New.
21350 * gdb.btrace/rn-dl-bind.c: New.
21351 * gdb.btrace/rn-dl-bind.exp: New.
21352 * gdb.btrace/data.c: New.
21353 * gdb.btrace/data.exp: New.
21354 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
21355
21356 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
21357
21358 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
21359 * gdb.btrace/exception.exp: Update.
21360 * gdb.btrace/instruction_history.exp: Update.
21361 * gdb.btrace/record_goto.exp: Update.
21362 * gdb.btrace/tailcall.exp: Update.
21363 * gdb.btrace/unknown_functions.exp: Update.
21364 * gdb.btrace/delta.exp: New.
21365
21366 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
21367
21368 * gdb.btrace/record_goto.exp: Add backtrace test.
21369 * gdb.btrace/tailcall.exp: Add backtrace test.
21370
21371 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
21372
21373 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
21374 * gdb.btrace/record_goto.c: New.
21375 * gdb.btrace/record_goto.exp: New.
21376 * gdb.btrace/x86-record_goto.S: New.
21377
21378 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
21379
21380 * gdb.btrace/function_call_history.exp: Update tests.
21381 * gdb.btrace/instruction_history.exp: Update tests.
21382
21383 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
21384
21385 * gdb.btrace/function_call_history.exp: Fix expected field
21386 order for "record function-call-history".
21387 Add new tests for "record function-call-history /c".
21388 * gdb.btrace/exception.cc: New.
21389 * gdb.btrace/exception.exp: New.
21390 * gdb.btrace/tailcall.exp: New.
21391 * gdb.btrace/x86-tailcall.S: New.
21392 * gdb.btrace/x86-tailcall.c: New.
21393 * gdb.btrace/unknown_functions.c: New.
21394 * gdb.btrace/unknown_functions.exp: New.
21395 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
21396
21397 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
21398
21399 * gdb.btrace/instruction_history.exp: Update.
21400 * gdb.btrace/function_call_history.exp: Update.
21401
21402 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
21403
21404 * gdb.btrace/function_call_history.exp: Fix expected function
21405 trace.
21406 * gdb.btrace/instruction_history.exp: Initialize traced.
21407 Remove traced_functions.
21408
21409 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
21410
21411 * gdb.btrace/function_call_history.exp: Update
21412 * gdb.btrace/instruction_history.exp: Update.
21413
21414 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
21415
21416 * gdb.btrace/enable.exp: Update expected text.
21417
21418 2014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
21419
21420 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
21421 bytes.
21422
21423 2014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
21424
21425 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
21426
21427 2014-01-15 Omair Javaid <omair.javaid@linaro.org>
21428
21429 * lib/gdb.exp (supports_process_record): Return true for
21430 arm*-linux*. (supports_reverse): Likewise.
21431
21432 2014-01-13 Siva Chandra Reddy <sivachandra@google.com>
21433
21434 PR python/15464
21435 PR python/16113
21436 * gdb.python/py-type.c: Enhance test case.
21437 * gdb.python/py-value-cc.cc: Likewise
21438 * gdb.python/py-type.exp: Add new tests.
21439 * gdb.python/py-value-cc.exp: Likewise
21440
21441 2014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
21442 Pedro Alves <palves@redhat.com>
21443
21444 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
21445 Make "name" extern.
21446 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
21447 references to ${name}_start by references to ${name}.
21448
21449 2014-01-10 Joel Brobecker <brobecker@adacore.com>
21450
21451 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
21452
21453 2014-01-10 Joel Brobecker <brobecker@adacore.com>
21454
21455 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
21456
21457 2014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
21458 Pedro Alves <palves@redhat.com>
21459
21460 * gdb.mi/mi-info-os.exp: Connect to the target with
21461 mi_gdb_target_load.
21462
21463 2014-01-08 Pedro Alves <palves@redhat.com>
21464
21465 * gdb.threads/reconnect-signal.c: New file.
21466 * gdb.threads/reconnect-signal.exp: New file.
21467
21468 2014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
21469
21470 * gdb.base/source-dir.exp: New file.
21471
21472 2014-01-07 Joel Brobecker <brobecker@adacore.com>
21473
21474 * gdb.ada/mi_interface: New testcase.
21475
21476 2014-01-07 Joel Brobecker <brobecker@adacore.com>
21477
21478 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
21479 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
21480 gdb.ada/pp-rec-component/pck.ads: New files.
21481
21482 2014-01-07 Joel Brobecker <brobecker@adacore.com>
21483
21484 * gdb.python/py-pp-integral.c: New file.
21485 * gdb.python/py-pp-integral.py: New file.
21486 * gdb.python/py-pp-integral.exp: New file.
21487
21488 For older changes see ChangeLog-1993-2013.
21489 \f
21490 ;; Local Variables:
21491 ;; mode: change-log
21492 ;; left-margin: 8
21493 ;; fill-column: 74
21494 ;; version-control: never
21495 ;; End:
21496
21497 Copyright 2014-2020 Free Software Foundation, Inc.
21498 Copying and distribution of this file, with or without modification,
21499 are permitted provided the copyright notice and this notice are preserved.
This page took 0.445972 seconds and 5 git commands to generate.