]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gdb/testsuite/ChangeLog
gdb.base/examine-backward.exp C++ify and Clang
[thirdparty/binutils-gdb.git] / gdb / testsuite / ChangeLog
CommitLineData
11fac337
PA
12020-09-17 Pedro Alves <pedro@palves.net>
2
3 * gdb.base/examine-backward.c (Barrier, TestStrings): Now unsigned
4 char array.
5 (main): Add references to Barrier, TestStrings, TestStringsH and
6 TestStringsW.
7 * gdb.base/examine-backward.exp: Issue "set print asm-demangle on"
8 and expect a full prototype in C++.
9
52626c58
PA
102020-09-17 Pedro Alves <pedro@palves.net>
11
12 * gdb.base/nested-addr.c (main): Add cast.
13 * gdb.base/nested-addr.exp: Use "print /d".
14
52bb0902
PA
152020-09-17 Pedro Alves <pedro@palves.net>
16
17 * gdb.base/break.exp (func): New. Use it throughout when
18 expecting a function name.
19
73e18ac9
PA
202020-09-17 Pedro Alves <pedro@palves.net>
21
22 * gdb.base/display.exp: Issue "set print asm-demangle on".
23
c8b18808
PA
242020-09-17 Pedro Alves <pedro@palves.net>
25
26 * gdb.base/find.c: Include <string.h>.
27 (init_bufs): Add cast.
28 * gdb.base/find.exp: Issue "set print asm-demangle on".
29
fe830662
TT
302020-09-16 Tom Tromey <tromey@adacore.com>
31
32 PR gdb/26598:
33 * gdb.base/skipcxx.exp: New file.
34 * gdb.base/skipcxx.cc: New file.
35
945ff6e2
TV
362020-09-16 Tom de Vries <tdevries@suse.de>
37
38 PR testsuite/26617
39 * gdb.dlang/watch-loc.c: Only add .debug_aranges if
40 WITH_DEBUG_SECTIONS is defined.
41 (xstr, str): New macro.
42 (.debug_aranges): Use DMAIN_START_0/1/2 and DMAIN_LENGTH
43 to get start and size of _Dmain.
44 * gdb.dlang/watch-loc.exp: Pass DMAIN_START_0/1/2 and DMAIN_LENGTH
45 using additional_flags.
46
da1df1db
TBA
472020-09-16 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
48
49 * gdb.base/bp-cmds-sourced-script.c: New file.
50 * gdb.base/bp-cmds-sourced-script.exp: New test.
51 * gdb.base/bp-cmds-sourced-script.gdb: New file.
52
337882d4
TV
532020-09-16 Tom de Vries <tdevries@suse.de>
54
55 * lib/gdbserver-support.exp (gdbserver_exit): Make sure we
56 get the gdb prompt after issuing "monitor exit".
57
7361f908
TV
582020-09-16 Tom de Vries <tdevries@suse.de>
59
60 PR testsuite/26624
61 * lib/gdb.exp (gdb_assert): Catch errors in condition evaluation.
62
4d91ddd3
TV
632020-09-16 Tom de Vries <tdevries@suse.de>
64
65 PR testsuite/26618
66 * gdb.tui/new-layout.exp: Escape unbalanced braces.
67
08cc37dd
TT
682020-09-15 Tom Tromey <tromey@adacore.com>
69
70 PR rust/26197:
71 * lib/rust-support.exp (rust_llvm_version): New proc.
72 * gdb.rust/simple.exp: Check rust_llvm_version.
73
ee6372f2
TV
742020-09-14 Tom de Vries <tdevries@suse.de>
75
76 * gdb.rust/traits.exp: Fix PATH warning.
77
dc3a371e
PA
782020-09-13 Pedro Alves <pedro@palves.net>
79
80 * gdb.base/catch-follow-exec.c (main): Add explicit return
81 statement.
82 * gdb.base/catch-signal.c (main): Likewise.
83 * gdb.base/condbreak-call-false.c (main): Likewise.
84 * gdb.base/consecutive.c (main): Add explicit return
85 statement and return type.
86 * gdb.base/cursal.c (main): Add explicit return statement.
87 * gdb.base/cvexpr.c (main): Likewise.
88 * gdb.base/display.c (main): Add explicit return statement and
89 return type.
90 * gdb.base/dprintf-detach.c (main): Add explicit return statement.
91 * gdb.base/endianity.c (main): Likewise.
92 * gdb.base/execd-prog.c (main): Likewise.
93 * gdb.base/gdb1090.c (main): Likewise.
94 * gdb.base/info_qt.c (main): Likewise.
95 * gdb.base/lineinc.c (main): Likewise.
96 * gdb.base/load-command.c (main): Likewise.
97 * gdb.base/macscp1.c (main): Likewise.
98 * gdb.base/pr10179-a.c (main): Likewise.
99 * gdb.base/quit-live.c (main): Likewise.
100 * gdb.base/scope0.c (main): Likewise.
101 * gdb.base/settings.c (main): Likewise.
102 * gdb.base/stack-checking.c (main): Return int.
103 * gdb.base/varargs.c (main): Add explicit return statement.
104 * gdb.cp/ambiguous.cc (main): Likewise.
105 * gdb.cp/anon-struct.cc (main): Likewise.
106 * gdb.cp/anon-union.cc (main): Likewise.
107 * gdb.cp/bool.cc (main): Likewise.
108 * gdb.cp/bs15503.cc (main): Likewise.
109 * gdb.cp/cplusfuncs.cc (main): Likewise.
110 * gdb.cp/cttiadd.cc (main): Likewise.
111 * gdb.cp/extern-c.cc (main): Likewise.
112 * gdb.cp/filename.cc (main): Likewise.
113 * gdb.cp/formatted-ref.cc (main): Likewise.
114 * gdb.cp/mb-ctor.cc (main): Likewise.
115 * gdb.cp/member-ptr.cc (main): Likewise.
116 * gdb.cp/minsym-fallback-main.cc (main): Likewise.
117 * gdb.cp/overload-const.cc (main): Likewise.
118 * gdb.cp/paren-type.cc (main): Likewise.
119 * gdb.cp/parse-lang.cc (main): Likewise.
120 * gdb.cp/pr-1023.cc (main): Likewise.
121 * gdb.cp/psmang1.cc (main): Likewise.
122 * gdb.cp/readnow-language.cc (main): Likewise.
123 * gdb.cp/ref-params.cc (main): Likewise.
124 * gdb.cp/rvalue-ref-params.cc (main): Likewise.
125 * gdb.cp/virtbase2.cc (main): Likewise.
126 * gdb.dwarf2/dw2-abs-hi-pc.c (main): Likewise.
127 * gdb.dwarf2/dw2-namespaceless-anonymous.c (main): Likewise.
128 * gdb.dwarf2/dw4-toplevel-types.cc (main): Likewise.
129 * gdb.mi/mi-console.c (main): Likewise.
130 * gdb.mi/mi-read-memory.c (main): Likewise.
131 * gdb.modula2/multidim.c (main): Likewise.
132 * gdb.opt/inline-small-func.c (main): Likewise.
133 * gdb.python/py-rbreak.c (main): Likewise.
134 * gdb.stabs/exclfwd1.c (main): Likewise.
135 * gdb.trace/qtro.c (main): Likewise.
136
af26601c
PA
1372020-09-13 Pedro Alves <pedro@palves.net>
138
139 * gdb.base/share-env-with-gdbserver.c (main): Call my_getenv
140 instead of getenv.
141
2f4b83cd
PA
1422020-09-13 Pedro Alves <pedro@palves.net>
143
144 * gdb.base/dbx.exp (dbx_gdb_start): Adjust to use gdb_spawn
145 instead of spawning GDB with remote_spawn.
146 * lib/mi-support.exp (default_mi_gdb_start): Adjust to use
147 gdb_spawn instead of spawning GDB with remote_spawn.
148
c49da0e4
PA
1492020-09-13 Pedro Alves <pedro@palves.net>
150
151 * gdb.dwarf2/ada-linkage-name.c (main): Move to the bottom of the
152 file and add calls to first and second.
153 * gdb.dwarf2/atomic.c (main): Move to the bottom of the file and
154 add call to f.
155
6791b117
PA
1562020-09-13 Pedro Alves <pedro@palves.net>
157
158 * gdb.mi/mi-break-qualified.cc: New file.
159 * gdb.mi/mi-break-qualified.exp: New file.
160 * lib/mi-support.exp (mi_create_breakpoint_multi)
161 (mi_make_breakpoint_loc, mi_make_breakpoint_multi): New
162 procedures.
163 (mi_create_breakpoint_1): New, factored out from
164 mi_create_breakpoint.
165
3b8d4c5c
PA
1662020-09-13 Pedro Alves <pedro@palves.net>
167
168 * gdb.cp/inherit.exp: No longer pass -Wno-deprecated-register.
169 * gdb.cp/misc.exp: No longer pass -Wno-deprecated-register.
170 * gdb.cp/misc.cc (class small, small::method, marker_reg1)
171 (register_class): Delete.
172 (main): Don't call register_class.
173
d5f96005
PA
1742020-09-13 Pedro Alves <pedro@palves.net>
175
176 * gdb.cp/classes.exp: No longer pass -Wno-deprecated-register.
177 (do_tests): Remove "calling method for small class" test.
178 * gdb.cp/classes.cc (class small, small::method, marker_reg1)
179 (register_class): Delete.
180 (main): Don't call register_class.
181 * gdb.cp/call-method-register.exp: New file, based on bits removed
182 from classes.exp.
183 * gdb.cp/call-method-register.cc: New file, based on bits removed
184 from classes.cc.
185
77f2120b
PA
1862020-09-13 Pedro Alves <pedro@palves.net>
187
188 * gdb.base/msym-bp-2.c: New.
189 * gdb.base/msym-bp-shl-lib.c: New file.
190 * gdb.base/msym-bp-shl-main-2.c: New file.
191 * gdb.base/msym-bp-shl-main.c: New file.
192 * gdb.base/msym-bp-shl.exp: New file.
193 * gdb.base/msym-bp.c: New file.
194 * gdb.base/msym-bp.exp: New file.
195
32aea73e
JB
1962020-09-13 Joel Brobecker <brobecker@adacore.com>
197
198 * gdb.base/default.exp: Change $_gdb_major to 11.
199
2a67f09d
FW
2002020-09-11 Moritz Riesterer <moritz.riesterer@intel.com>
201 Felix Willgerodt <Felix.Willgerodt@intel.com>
202
203 * x86-avx512bf16.c: New file.
204 * x86-avx512bf16.exp: Likewise.
205 * lib/gdb.exp (skip_avx512bf16_tests): New function.
206
ad570dd7
TV
2072020-09-11 Tom de Vries <tdevries@suse.de>
208
209 PR exp/26602
210 * gdb.cp/ambiguous.exp: Add KFAILs for PR26602.
211
a56f7391
TBA
2122020-09-11 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
213
214 * gdb.base/bp-cmds-execution-x-script.exp: Remove a stale comment.
215
918619e5
AM
2162020-09-10 Alan Modra <amodra@gmail.com>
217
218 PR 26597
219 * gdb.dlang/demangle.exp: Update tests as per gcc commit 387d0773f3.
220
cac1e71d
TV
2212020-09-08 Tom de Vries <tdevries@suse.de>
222
223 * gdb.dwarf2/frame-inlined-in-outer-frame.exp: Consume gdb prompt
224 after gdb_starti_cmd.
225
c5cd900e
AKS
2262020-09-03 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
227
228 * lib/fortran.exp (fortran_complex8): New proc.
229 (fortran_complex16): New proc.
230 * gdb.fortran/complex.exp: Use routines from fortran.exp
231 * gdb.fortran/pointer-to-pointer.exp: Likewise.
232 * gdb.fortran/vla-ptr-info.exp: Likewise.
233
8f5c6526
TV
2342020-09-03 Tom de Vries <tdevries@suse.de>
235
236 PR breakpoint/26546
237 * gdb.base/label-without-address.exp: Runto main first.
238
02c6f3f1
TT
2392020-09-02 Tom Tromey <tromey@adacore.com>
240
241 * gdb.ada/mi_var_access.exp: Test children of access variable.
242 * gdb.ada/mi_var_access/mi_access.adb: Add new stop markers.
243 * gdb.ada/mi_var_array.exp: Update.
244
efe24f05
KB
2452020-08-31 Kevin Buettner <kevinb@redhat.com>
246
247 * gdb.base/corefile.exp (warning-free): XFAIL test when running
248 on docker w/ AUFS storage driver.
249
973695d6
KB
2502020-08-31 Kevin Buettner <kevinb@redhat.com>
251
252 * gdb.base/corefile2.exp (renamed binfile): New tests.
253
f3bd50f1
SM
2542020-08-31 Simon Marchi <simon.marchi@efficios.com>
255
256 * gdb.dwarf2/dw2-reg-undefined.exp: Remove spurious #.
257
22b9b4b0
SL
2582020-08-31 Simon Marchi <simon.marchi@efficios.com>
259
260 * gdb.dwarf2/frame-inlined-in-outer-frame.exp: New file.
261 * gdb.dwarf2/frame-inlined-in-outer-frame.S: New file.
262
8efaf6b3
SM
2632020-08-31 Simon Marchi <simon.marchi@efficios.com>
264
265 * gdb.dwarf2/dw2-reg-undefined.exp: Test "set debug frame 1"
266 output, printing a "not saved" value from history and printing a
267 convenience variable created from a "not saved" value.
268
e840f2e3
TV
2692020-08-31 Tom de Vries <tdevries@suse.de>
270
271 * gdb.base/eh_return.exp: Use nopie.
272
8f57f343
PA
2732020-08-28 Pedro Alves <pedro@palves.net>
274
275 * gdb.base/advance-until-multiple-locations.exp
276 (advance_overload, until_overload): Adjust to match the
277 frame/function header instead of the source line text.
278
626d2320
TV
2792020-08-28 Tom de Vries <tdevries@suse.de>
280
281 * gdb.base/label-without-address.c: New test.
282 * gdb.base/label-without-address.exp: New file.
283
df631783
PA
2842020-08-27 Pedro Alves <pedro@palves.net>
285
286 PR gdb/26523
287 PR gdb/26524
288 * gdb.base/advance-until-multiple-locations.cc: New.
289 * gdb.base/advance-until-multiple-locations.exp: New.
290
48b076bb
SM
2912020-08-27 Simon Marchi <simon.marchi@polymtl.ca>
292
293 * gdb.dwarf2/dw2-reg-undefined.exp: Use multi_line.
294
c2015ce4
AB
2952020-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
296
297 * gdb.arch/amd64-byte.exp: Make test names unique, use
298 gdb_breakpoint, and fix typo 'forth' -> 'fourth'.
299 * gdb.arch/amd64-dword.exp: Likewise.
300 * gdb.arch/amd64-pseudo.c: Fix typo 'forth' -> 'fourth'.
301 * gdb.arch/amd64-stap-special-operands.exp: Make test names
302 unique.
303 * gdb.arch/amd64-tailcall-ret.exp: Likewise.
304 * gdb.arch/amd64-word.exp: Make test names unique, use
305 gdb_breakpoint, and fix typo 'forth' -> 'fourth'.
306 * gdb.arch/i386-byte.exp: Make test names unique, use
307 gdb_breakpoint.
308 * gdb.arch/i386-word.exp: Likewise.
309
995d3a19
SV
3102020-08-25 Shahab Vahedi <shahab@synopsys.com>
311
312 * gdb.arch/arc-tdesc-cpu.xml: Use new feature names.
313
8cac2b31
SM
3142020-08-25 Simon Marchi <simon.marchi@polymtl.ca>
315
316 PR gdb/26532
317 * gdb.threads/stepi-random-signal.exp: Update pattern.
318
2bc19622
SM
3192020-08-25 Simon Marchi <simon.marchi@efficios.com>
320
321 PR gdb/26532
322 * gdb.base/ui-redirect.exp: Update pattern.
323
b04aa1fc
GB
3242020-08-25 Gary Benson <gbenson@redhat.com>
325
326 * gdb.dwarf2/dw2-dir-file-name.exp: Use system assembler
327 when compiling with clang.
8571e9c8 328 * gdb.dwarf2/dw2-restore.exp: Likewise.
b04aa1fc 329
9f68b453
GB
3302020-08-25 Gary Benson <gbenson@redhat.com>
331
332 * gdb.cp/ambiguous.exp: Enable test when compiling with GCC.
333 Add additional_flags=-Wno-inaccessible-base when compiling
334 with GCC >= 10.1 or clang. Add additional_flags=-w when
335 compiling with GCC < 10.
336
3945d2d7
GM
3372020-08-25 Gaius Mulley <gaiusmod2@gmail.com>
338
339 PR m2/26372
fc5d6901
SM
340 * gdb.modula2/multidim.c: New file.
341 * gdb.modula2/multidim.exp: New file.
3945d2d7 342
60122dbe
SM
3432020-08-24 Simon Marchi <simon.marchi@polymtl.ca>
344
345 * lib/gdb.exp (runto): Always emit fail on internal error.
346
1eb8556f
SM
3472020-08-24 Simon Marchi <simon.marchi@efficios.com>
348
349 * gdb.base/gdb-sigterm.exp (do_test): Update expected regexp.
350 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
351 Likewise.
352 * gdb.threads/stepi-random-signal.exp: Likewise.
353
33bf4c5c
TBA
3542020-08-20 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
355
356 * gdb.base/print-file-var.exp: Fix typo "breapoint".
357 * gdb.trace/strace.exp: Ditto.
358
c2fd7fae
AKS
3592020-08-19 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
360
361 * gdb.fortran/vla-type.exp: Skip commands not required for
362 the Flang compiled binaries after prologue fix.
363
326afb72
TT
3642020-08-17 Tom de Vries <tdevries@suse.de>
365 Tom Tromey <tromey@adacore.com>
366
367 PR rust/26197:
368 * gdb.rust/simple.exp (xfail_pattern): Update for new failure.
369
3ae7ab99
TT
3702020-08-17 Tom Tromey <tromey@adacore.com>
371
372 * gdb.ada/mi_var_access.exp: New file.
373 * gdb.ada/mi_var_access/mi_access.adb: New file.
374 * gdb.ada/mi_var_access/pck.adb: New file.
375 * gdb.ada/mi_var_access/pck.ads: New file.
376
f569c1c5
TV
3772020-08-16 Tom de Vries <tdevries@suse.de>
378
379 PR gdb/25350
380 * gdb.base/eh_return.c: New test.
381 * gdb.base/eh_return.exp: New file.
382
3d11c30a
TV
3832020-08-15 Tom de Vries <tdevries@suse.de>
384
385 * gdb.fortran/mixed-lang-stack.c (fortran_charlen_t): New type.
386 (mixed_func_1d_): Use fortran_charlen_t in decl.
387
547ce8f0
TV
3882020-08-15 Tom de Vries <tdevries@suse.de>
389
390 PR backtrace/26390
391 * gdb.fortran/mixed-lang-stack.exp: Call bt with -frame-arguments all.
392 Update expected pattern.
393
a54a7f13
PA
3942020-08-13 Pedro Alves <pedro@palves.net>
395
396 * gdb.fortran/complex.exp: Check skip_fortran_tests.
397 * gdb.fortran/library-module.exp: Likewise.
398 * gdb.fortran/logical.exp: Likewise.
399 * gdb.fortran/module.exp: Likewise.
400 * gdb.fortran/print_type.exp: Likewise.
401 * gdb.fortran/vla-alloc-assoc.exp: Likewise.
402 * gdb.fortran/vla-datatypes.exp: Likewise.
403 * gdb.fortran/vla-history.exp: Likewise.
404 * gdb.fortran/vla-ptr-info.exp: Likewise.
405 * gdb.fortran/vla-ptype-sub.exp: Likewise.
406 * gdb.fortran/vla-ptype.exp: Likewise.
407 * gdb.fortran/vla-sizeof.exp: Likewise.
408 * gdb.fortran/vla-type.exp: Likewise.
409 * gdb.fortran/vla-value-sub-arbitrary.exp: Likewise.
410 * gdb.fortran/vla-value-sub-finish.exp: Likewise.
411 * gdb.fortran/vla-value-sub.exp: Likewise.
412 * gdb.fortran/vla-value.exp: Likewise.
413
7a82e903
PA
4142020-08-13 Pedro Alves <pedro@palves.net>
415
416 * gdb.ada/access_tagged_param.exp: Check skip_ada_tests.
417 * gdb.ada/access_to_packed_array.exp: Likewise.
418 * gdb.ada/access_to_unbounded_array.exp: Likewise.
419 * gdb.ada/addr_arith.exp: Likewise.
420 * gdb.ada/arr_acc_idx_w_gap.exp: Likewise.
421 * gdb.ada/arr_arr.exp: Likewise.
422 * gdb.ada/arr_enum_idx_w_gap.exp: Likewise.
423 * gdb.ada/array_bounds.exp: Likewise.
424 * gdb.ada/array_of_variable_length.exp: Likewise.
425 * gdb.ada/array_ptr_renaming.exp: Likewise.
426 * gdb.ada/array_subscript_addr.exp: Likewise.
427 * gdb.ada/arraydim.exp: Likewise.
428 * gdb.ada/arrayparam.exp: Likewise.
429 * gdb.ada/arrayptr.exp: Likewise.
430 * gdb.ada/assign_1.exp: Likewise.
431 * gdb.ada/assign_arr.exp: Likewise.
432 * gdb.ada/atomic_enum.exp: Likewise.
433 * gdb.ada/attr_ref_and_charlit.exp: Likewise.
434 * gdb.ada/bad-task-bp-keyword.exp: Likewise.
435 * gdb.ada/bias.exp: Likewise.
436 * gdb.ada/boolean_expr.exp: Likewise.
437 * gdb.ada/bp_c_mixed_case.exp: Likewise.
438 * gdb.ada/bp_enum_homonym.exp: Likewise.
439 * gdb.ada/bp_inlined_func.exp: Likewise.
440 * gdb.ada/bp_on_var.exp: Likewise.
441 * gdb.ada/bp_range_type.exp: Likewise.
442 * gdb.ada/bp_reset.exp: Likewise.
443 * gdb.ada/call_pn.exp: Likewise.
444 * gdb.ada/catch_assert_if.exp: Likewise.
445 * gdb.ada/catch_ex.exp: Likewise.
446 * gdb.ada/catch_ex_std.exp: Likewise.
447 * gdb.ada/char_enum.exp: Likewise.
448 * gdb.ada/char_param.exp: Likewise.
449 * gdb.ada/complete.exp: Likewise.
450 * gdb.ada/cond_lang.exp: Likewise.
451 * gdb.ada/convvar_comp.exp: Likewise.
452 * gdb.ada/dgopt.exp: Likewise.
453 * gdb.ada/disc_arr_bound.exp: Likewise.
454 * gdb.ada/display_nested.exp: Likewise.
455 * gdb.ada/dot_all.exp: Likewise.
456 * gdb.ada/dyn_loc.exp: Likewise.
457 * gdb.ada/dyn_stride.exp: Likewise.
458 * gdb.ada/excep_handle.exp: Likewise.
459 * gdb.ada/expr_delims.exp: Likewise.
460 * gdb.ada/expr_with_funcall.exp: Likewise.
461 * gdb.ada/exprs.exp: Likewise.
462 * gdb.ada/fin_fun_out.exp: Likewise.
463 * gdb.ada/fixed_cmp.exp: Likewise.
464 * gdb.ada/formatted_ref.exp: Likewise.
465 * gdb.ada/frame_arg_lang.exp: Likewise.
466 * gdb.ada/frame_args.exp: Likewise.
467 * gdb.ada/fullname_bp.exp: Likewise.
468 * gdb.ada/fun_addr.exp: Likewise.
469 * gdb.ada/fun_in_declare.exp: Likewise.
470 * gdb.ada/fun_overload_menu.exp: Likewise.
471 * gdb.ada/fun_renaming.exp: Likewise.
472 * gdb.ada/funcall_char.exp: Likewise.
473 * gdb.ada/funcall_param.exp: Likewise.
474 * gdb.ada/funcall_ptr.exp: Likewise.
475 * gdb.ada/funcall_ref.exp: Likewise.
476 * gdb.ada/homonym.exp: Likewise.
477 * gdb.ada/info_addr_mixed_case.exp: Likewise.
478 * gdb.ada/info_auto_lang.exp: Likewise.
479 * gdb.ada/info_exc.exp: Likewise.
480 * gdb.ada/info_types.exp: Likewise.
481 * gdb.ada/int_deref.exp: Likewise.
482 * gdb.ada/interface.exp: Likewise.
483 * gdb.ada/iwide.exp: Likewise.
484 * gdb.ada/lang_switch.exp: Likewise.
485 * gdb.ada/length_cond.exp: Likewise.
486 * gdb.ada/maint_with_ada.exp: Likewise.
487 * gdb.ada/mi_catch_assert.exp: Likewise.
488 * gdb.ada/mi_catch_ex.exp: Likewise.
489 * gdb.ada/mi_catch_ex_hand.exp: Likewise.
490 * gdb.ada/mi_dyn_arr.exp: Likewise.
491 * gdb.ada/mi_ex_cond.exp: Likewise.
492 * gdb.ada/mi_exc_info.exp: Likewise.
493 * gdb.ada/mi_interface.exp: Likewise.
494 * gdb.ada/mi_prot.exp: Likewise.
495 * gdb.ada/mi_ref_changeable.exp: Likewise.
496 * gdb.ada/mi_string_access.exp: Likewise.
497 * gdb.ada/mi_task_arg.exp: Likewise.
498 * gdb.ada/mi_task_info.exp: Likewise.
499 * gdb.ada/mi_var_array.exp: Likewise.
500 * gdb.ada/mi_var_union.exp: Likewise.
501 * gdb.ada/mi_variant.exp: Likewise.
502 * gdb.ada/minsyms.exp: Likewise.
503 * gdb.ada/mod_from_name.exp: Likewise.
504 * gdb.ada/nested.exp: Likewise.
505 * gdb.ada/null_array.exp: Likewise.
506 * gdb.ada/optim_drec.exp: Likewise.
507 * gdb.ada/out_of_line_in_inlined.exp: Likewise.
508 * gdb.ada/packed_array_assign.exp: Likewise.
509 * gdb.ada/packed_tagged.exp: Likewise.
510 * gdb.ada/pp-rec-component.exp: Likewise.
511 * gdb.ada/print_chars.exp: Likewise.
512 * gdb.ada/print_pc.exp: Likewise.
513 * gdb.ada/ptr_typedef.exp: Likewise.
514 * gdb.ada/ptype_arith_binop.exp: Likewise.
515 * gdb.ada/ptype_array.exp: Likewise.
516 * gdb.ada/ptype_field.exp: Likewise.
517 * gdb.ada/ptype_tagged_param.exp: Likewise.
518 * gdb.ada/ptype_union.exp: Likewise.
519 * gdb.ada/py_range.exp: Likewise.
520 * gdb.ada/py_taft.exp: Likewise.
521 * gdb.ada/rdv_wait.exp: Likewise.
522 * gdb.ada/rec_comp.exp: Likewise.
523 * gdb.ada/rec_return.exp: Likewise.
524 * gdb.ada/ref_param.exp: Likewise.
525 * gdb.ada/ref_tick_size.exp: Likewise.
526 * gdb.ada/rename_subscript_param.exp: Likewise.
527 * gdb.ada/repeat_dyn.exp: Likewise.
528 * gdb.ada/same_component_name.exp: Likewise.
529 * gdb.ada/same_enum.exp: Likewise.
530 * gdb.ada/scalar_storage.exp: Likewise.
531 * gdb.ada/set_wstr.exp: Likewise.
532 * gdb.ada/small_reg_param.exp: Likewise.
533 * gdb.ada/str_binop_equal.exp: Likewise.
534 * gdb.ada/str_ref_cmp.exp: Likewise.
535 * gdb.ada/str_uninit.exp: Likewise.
536 * gdb.ada/sub_variant.exp: Likewise.
537 * gdb.ada/sym_print_name.exp: Likewise.
538 * gdb.ada/taft_type.exp: Likewise.
539 * gdb.ada/tagged.exp: Likewise.
540 * gdb.ada/tagged_access.exp: Likewise.
541 * gdb.ada/task_bp.exp: Likewise.
542 * gdb.ada/task_switch_in_core.exp: Likewise.
543 * gdb.ada/tasks.exp: Likewise.
544 * gdb.ada/tick_last_segv.exp: Likewise.
545 * gdb.ada/tick_length_array_enum_idx.exp: Likewise.
546 * gdb.ada/type_coercion.exp: Likewise.
547 * gdb.ada/unc_arr_ptr_in_var_rec.exp: Likewise.
548 * gdb.ada/unchecked_union.exp: Likewise.
549 * gdb.ada/uninitialized_vars.exp: Likewise.
550 * gdb.ada/var_arr_attrs.exp: Likewise.
551 * gdb.ada/var_arr_typedef.exp: Likewise.
552 * gdb.ada/var_rec_arr.exp: Likewise.
553 * gdb.ada/variant-record.exp: Likewise.
554 * gdb.ada/variant.exp: Likewise.
555 * gdb.ada/variant_record_packed_array.exp: Likewise.
556 * gdb.ada/varsize_limit.exp: Likewise.
557 * gdb.ada/whatis_array_val.exp: Likewise.
558 * gdb.ada/widewide.exp: Likewise.
559 * gdb.ada/win_fu_syms.exp: Likewise.
560
5612020-08-12 Gary Benson <gbenson@redhat.com>
c0ab14ae
GB
562
563 * gdb.dwarf2/dw2-op-out-param.S (.Ltext5): Fix duplicate label.
564
10c381b5
AB
5652020-08-04 Andrew Burgess <andrew.burgess@embecosm.com>
566
567 * lib/check-test-names.exp (do_reset_vars): Use 'array unset' to
568 unset the array variable.
569
8f34b746
TV
5702020-08-03 Tom de Vries <tdevries@suse.de>
571
572 PR symtab/26333
573 * lib/dwarf.exp (DW_LNE_user): New proc.
574 * gdb.dwarf2/dw2-vendor-extended-opcode.c: New test.
575 * gdb.dwarf2/dw2-vendor-extended-opcode.exp: New file.
576
0245e136
KB
5772020-07-31 Kevin Buettner <kevinb@redhat.com>
578
579 * gdb.base/coremaker2.c: Change all uses of 'unsigned long long'
580 to 'uintptr_t'
581 (inttypes.h): Include.
582
9ef1ec5d
KB
5832020-07-31 Kevin Buettner <kevinb@redhat.com>
584
585 * gdb.base/coremaker2.c (buf_rw): Increase size to 256 KiB.
586 (C5_24k): Delete.
587 (C5_8k, C5_64k, C5_256k): New macros.
588 (buf_ro): Allocate 256 KiB of initialized data.
589
4c55e970
TBA
5902020-07-30 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
591
592 * gdb.base/condbreak-bad.exp: Extend the test with scenarios
593 that attempt to overwrite an existing condition with a condition
594 that fails parsing and also with a condition that parses fine
595 but contains junk at the end.
596
1e620590
TBA
5972020-07-30 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
598
599 * gdb.base/condbreak-bad.c: New test.
600 * gdb.base/condbreak-bad.exp: New file.
601
e12dcc50
TV
6022020-07-30 Tom de Vries <tdevries@suse.de>
603
604 * lib/sym-info-cmds.exp (GDBInfoModuleSymbols::check_entry_1): Factor
605 out of ...
606 (GDBInfoModuleSymbols::check_entry): ... here.
607 (GDBInfoModuleSymbols::check_optional_entry): New proc.
608 * gdb.fortran/info-modules.exp: Use check_optional_entry for entries
609 related to __def_init_mod1_M1t1 / __vtype_mod1_M1t1 / __copy_mod1_M1t1.
610
6cc64caa
TV
6112020-07-30 Tom de Vries <tdevries@suse.de>
612
613 * gdb.fortran/ptype-on-functions.exp: Make "_t" suffix on
614 "__class_some_module_Number_t" optional.
615
90fd07fc
TV
6162020-07-29 Tom de Vries <tdevries@suse.de>
617
618 * lib/selftest-support.exp (selftest_setup): Allow breakpoint at
619 multiple locations.
620
f5c79e97
TV
6212020-07-29 Tom de Vries <tdevries@suse.de>
622
623 * gdb.dwarf2/dw2-line-number-zero.exp: Set breakpoints on lines
624 rather than function name.
625
f75a0693
AB
6262020-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
627
628 PR symtab/26270:
629 * gdb.cp/disasm-func-name.cc: New file.
630 * gdb.cp/disasm-func-name.exp: New file.
631
4888741a
TT
6322020-07-28 Tom Tromey <tromey@adacore.com>
633
634 * gdb.dwarf2/varval.exp (setup_exec): Add 'or' instruction to
635 'varval' location.
636
43d5901d
AB
6372020-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
638
639 * gdb.python/py-unwind.py: Update to make use of a register
640 descriptor.
641
14fa8fb3
AB
6422020-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
643
644 * gdb.python/py-arch-reg-names.exp: Add additional tests.
645
e79eb02f
AB
6462020-07-25 Andrew Burgess <andrew.burgess@embecosm.com>
647
648 PR fortran/23051
649 PR fortran/26139
650 * gdb.fortran/class-allocatable-array.exp: New file.
651 * gdb.fortran/class-allocatable-array.f90: New file.
652 * gdb.fortran/pointer-to-pointer.exp: New file.
653 * gdb.fortran/pointer-to-pointer.f90: New file.
654
876518dd
TV
6552020-07-25 Tom de Vries <tdevries@suse.de>
656
657 PR symtab/26243
658 * gdb.dwarf2/dw2-line-number-zero.c: New test.
659 * gdb.dwarf2/dw2-line-number-zero.exp: New file.
660
6dcfb80a
TV
6612020-07-24 Tom de Vries <tdevries@suse.de>
662
663 PR testsuite/26293
664 * gdb.ada/mi_prot.exp: Require gnatmake-8.
665
e7bc9db8
PA
6662020-07-23 Pedro Alves <pedro@palves.net>
667
668 * gdb.server/server-kill.exp (prepare): New, factored out from the
669 top level.
670 (kill_server): New.
671 (test_tstatus, test_unwind_nosyms, test_unwind_syms): New.
672 (top level) : Call test_tstatus, test_unwind_nosyms, test_unwind_syms.
673
78344df7
AB
6742020-07-23 Andrew Burgess <andrew.burgess@embecosm.com>
675
676 * gdb.dwarf2/dw2-disasm-over-non-stmt.exp: New file.
677
25dfed24
SL
6782020-07-22 Sandra Loosemore <sandra@codesourcery.com>
679
680 * lib/gdb.exp (gdb_wrapper_file, gdb_wrapper_flags):
681 Initialize to empty string at top level.
682 (gdb_wrapper_init): Revert check for file existence on build.
683 Build the wrapper in its default place, not a build-specific
684 location. When host == build, make the pathname absolute.
685 (gdb_compile): Delete leftover declaration of
686 gdb_wrapper_initialized. Check gdb_wrapper_file being an empty
687 string instead of uninitialized.
688
7da515fd
KB
6892020-07-22 Kevin Buettner <kevinb@redhat.com>
690
691 * gdb.base/corefile2.exp: New file.
692 * gdb.base/coremaker2.exp: New file.
693
9c5ec5c2
KB
6942020-07-22 Kevin Buettner <kevinb@redhat.com>
695
696 * gdb.base/coredump-filter.exp: Add second
697 non-Private-Shared-Anon-File test.
698 (test_disasm): Rename binfile for test which is expected
699 to fail.
700
f9e233c9
KB
7012020-07-22 Kevin Buettner <kevinb@redhat.com>
702
703 * gdb.base/corefile.exp: Add test "accessing read-only mmapped
704 data in core file".
705 * gdb.base/coremaker.c (buf2ro): New global.
706 (mmapdata): Add a read-only mmap mapping.
707
94c265d7
KB
7082020-07-22 Kevin Buettner <kevinb@redhat.com>
709
710 PR corefiles/25631
711 * gdb.base/corefile.exp (accessing anonymous, unwritten-to mmap data):
712 New test.
713 * gdb.base/coremaker.c (buf3): New global.
714 (mmapdata): Add mmap call which uses MAP_ANONYMOUS and MAP_PRIVATE
715 flags.
716
7172020-07-22 Kevin Buettner <kevinb@redhat.com>
678c7a56
KB
718
719 * gdb.base/coremaker.c (filler_ro): New global constant.
720
32fa152e
TT
7212020-07-22 Tom Tromey <tromey@adacore.com>
722
723 * gdb.ada/mi_prot.exp: New file.
724 * gdb.ada/mi_prot/pkg.adb: New file.
725 * gdb.ada/mi_prot/pkg.ads: New file.
726 * gdb.ada/mi_prot/prot.adb: New file.
727
c8474dc3
TBA
7282020-07-22 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
729
730 * gdb.base/jit-reader-simple.exp: Add a scenario for a binary that
731 loads two JITers.
732
baf8791e
AB
7332020-07-21 Andrew Burgess <andrew.burgess@embecosm.com>
734
735 * gdb.python/py-arch-reg-groups.exp: Additional tests.
736
f7306dac
AB
7372020-07-21 Andrew Burgess <andrew.burgess@embecosm.com>
738
739 * gdb.python/py-arch-reg-names.exp: Additional tests.
740
6d3d6e4b
TV
7412020-07-21 Tom de Vries <tdevries@suse.de>
742
743 * gdb.reverse/solib-precsave.exp: Handle additional "recommended
744 breakpoint locations".
745 * gdb.reverse/solib-reverse.exp: Same.
746
803d0592
TV
7472020-07-21 Tom de Vries <tdevries@suse.de>
748
749 * gdb.reverse/step-reverse.c (callee): Merge statements.
750
e9bdc510
TV
7512020-07-21 Tom de Vries <tdevries@suse.de>
752
753 * gdb.fortran/info-modules.exp (info module variables): Allow missing
754 line numbers for some variables.
755
f0f9e75a
TV
7562020-07-21 Tom de Vries <tdevries@suse.de>
757
758 * gdb.opt/inline-locals.c (init_array): New func.
759 (func1): Use init_array.
760 * gdb.opt/inline-locals.exp: Update pattern.
761
bd460ecb
TV
7622020-07-21 Tom de Vries <tdevries@suse.de>
763
764 * gdb.debuginfod/fetch_src_and_symbols.exp: Use save_vars for env
765 vars. Fix PATH and DUPLICATE errors. Cleanup whitespace.
766
ae5369e7
LC
7672020-07-20 Ludovic Courtès <ludo@gnu.org>
768
769 * gdb.guile/source2.scm: Add #f first argument to 'format'.
770 * gdb.guile/types-module.exp: Remove "ERROR:" from
771 regexps since Guile 3.0 no longer prints that.
772
68cf161c
LC
7732020-07-20 Ludovic Courtès <ludo@gnu.org>
774
775 * gdb.guile/scm-error.exp ("source $remote_guile_file_1"): Relax
776 error regexp to match on Guile 2.2.
777
c14b4913
GB
7782020-07-20 Gary Benson <gbenson@redhat.com>
779
780 * gdb.cp/align.exp: Fix "alignof (void)" tests when compiling
781 with clang.
782
b243ba58
TV
7832020-07-20 Tom de Vries <tdevries@suse.de>
784
785 * gdb.threads/omp-par-scope.c (lock, lock2): New variable.
786 (omp_set_lock_in_order): New function.
787 (single_scope, multi_scope, nested_func, nested_parallel): Use
788 omp_set_lock_in_order and omp_unset_lock.
789 (main): Init and destroy lock and lock2.
790
c06ad8b5
TV
7912020-07-20 Tom de Vries <tdevries@suse.de>
792
793 * gdb.base/valgrind-infcall-2.exp: Handle printf unknown return type.
794
6e22f117
TV
7952020-07-20 Tom de Vries <tdevries@suse.de>
796
797 * gdb.threads/attach-slow-waitpid.exp: Bail out if gdb_start fails.
798
33176ea7
TV
7992020-07-17 Tom de Vries <tdevries@suse.de>
800
801 * gdb.base/valgrind-infcall-2.c: New test.
802 * gdb.base/valgrind-infcall-2.exp: New file.
803 * lib/valgrind.exp (vgdb_start): Add and handle active_at_startup.
804
90c3ec2d
TV
8052020-07-17 Tom de Vries <tdevries@suse.de>
806
807 * gdb.dlang/circular.c (found): Use found_label as label name.
808 * gdb.dwarf2/arr-subrange.c (main): Use main_label as label name.
809 * gdb.dwarf2/comp-unit-lang.c (func): Use func_label as label name.
810 * gdb.dlang/circular.exp: Use MACRO_AT_func and MACRO_AT_range.
811 * gdb.dwarf2/ada-linkage-name.exp: Same.
812 * gdb.dwarf2/arr-subrange.exp: Same.
813 * gdb.dwarf2/atomic-type.exp: Same.
814 * gdb.dwarf2/comp-unit-lang.exp: Same.
815 * gdb.dwarf2/cpp-linkage-name.exp: Same.
816 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Same.
817 * gdb.dwarf2/dw2-lexical-block-bare.exp: Same.
818 * gdb.dwarf2/dw2-regno-invalid.exp: Same.
819 * gdb.dwarf2/implptr-64bit.exp: Same.
820 * gdb.dwarf2/imported-unit-abstract-const-value.exp: Same.
821 * gdb.dwarf2/imported-unit-runto-main.exp: Same.
822 * gdb.dwarf2/imported-unit.exp: Same.
823 * gdb.dwarf2/main-subprogram.exp: Same.
824 * gdb.dwarf2/missing-type-name.exp: Same.
825 * gdb.dwarf2/nonvar-access.exp: Same.
826 * gdb.dwarf2/struct-with-sig.exp: Same.
827 * gdb.dwarf2/typedef-void-finish.exp: Same.
828 * gdb.dwarf2/void-type.exp: Same.
829
10da644d
TV
8302020-07-17 Tom de Vries <tdevries@suse.de>
831
832 * lib/dwarf.exp (Dwarf::MACRO_AT_func, Dwarf::MACRO_AT_range): Drop
833 src parameter.
834 * gdb.dlang/watch-loc.exp: Update MACRO_AT_{func,range} calls.
835 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Same.
836 * gdb.dwarf2/dw2-ifort-parameter.exp: Same.
837 * gdb.dwarf2/dw2-opt-structptr.exp: Same.
838 * gdb.dwarf2/dwz.exp: Same.
839 * gdb.dwarf2/implptr-optimized-out.exp: Same.
840 * gdb.dwarf2/implref-array.exp: Same.
841 * gdb.dwarf2/implref-const.exp: Same.
842 * gdb.dwarf2/implref-global.exp: Same.
843 * gdb.dwarf2/implref-struct.exp: Same.
844 * gdb.dwarf2/info-locals-optimized-out.exp: Same.
845 * gdb.dwarf2/opaque-type-lookup.exp: Same.
846 * gdb.dwarf2/var-access.exp: Same.
847 * gdb.dwarf2/varval.exp: Same.
848 * gdb.trace/entry-values.exp: Same.
849
315e6afc
TV
8502020-07-17 Tom de Vries <tdevries@suse.de>
851
852 * lib/dwarf.exp (Dwarf::extern): Remove.
853 * gdb.compile/compile-ops.exp: Remove use of Dwarf::extern.
854 * gdb.dlang/circular.exp: Same.
855 * gdb.dwarf2/comp-unit-lang.exp: Same.
856 * gdb.dwarf2/dw2-ifort-parameter.exp: Same.
857 * gdb.dwarf2/dw2-symtab-includes.exp: Same.
858 * gdb.dwarf2/dwz.exp: Same.
859 * gdb.dwarf2/imported-unit-abstract-const-value.exp: Same.
860 * gdb.dwarf2/imported-unit-runto-main.exp: Same.
861 * gdb.dwarf2/imported-unit.exp: Same.
862 * gdb.dwarf2/opaque-type-lookup.exp: Same.
863
5597c940
SL
8642020-07-16 Sandra Loosemore <sandra@codesourcery.com>
865
866 * gdb.base/shell.exp: Skip pipe tests dependent on sh on Windows host.
867 Use double quotes instead of single quotes.
868
d0ce17d8
CT
8692020-07-16 Caroline Tice <cmtice@google.com>
870
871 * gdb.dwarf2/dw5-rnglist-test.cc: New file.
872 * gdb.dwarf2/dw5-rnglist-test.exp: New file.
873
853772cc
TV
8742020-07-16 Tom de Vries <tdevries@suse.de>
875
876 * lib/dwarf.exp (program): Initialize _line.
877 (DW_LNE_end_sequence): Reinitialize _line.
878 (DW_LNS_advance_line): Update _line.
879 (line): New proc.
880 * gdb.dwarf2/dw2-inline-many-frames.exp: Use line.
881 * gdb.dwarf2/dw2-inline-small-func.exp: Same.
882 * gdb.dwarf2/dw2-inline-stepping.exp: Same.
883 * gdb.dwarf2/dw2-is-stmt-2.exp: Same.
884 * gdb.dwarf2/dw2-is-stmt.exp: Same.
885 * gdb.dwarf2/dw2-ranges-func.exp: Same.
886
fe07b572
AB
8872020-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
888
889 * gdb.fortran/ptype-on-functions.exp: Make the result pattern more
890 generic.
891
52781cce
TV
8922020-07-15 Tom de Vries <tdevries@suse.de>
893
894 * gdb.trace/entry-values.exp: Expect "call" instead of "callq" if
895 is_amd64_regs_target.
896
3dcc261c
AB
8972020-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
898
899 * gdb.fortran/ptype-on-functions.exp: Add more tests.
900 * gdb.fortran/ptype-on-functions.f90: Likewise.
901
054a0959
SM
9022020-07-14 Simon Marchi <simon.marchi@polymtl.ca>
903
904 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu, Dwarf::lines): Change valid
905 values in documentation for addr_size to 4 and 8.
906
ccb9eba6
AB
9072020-07-14 Andrew Burgess <andrew.burgess@embecosm.com>
908
909 * gdb.arch/amd64-osabi.exp: Update.
910 * gdb.arch/arm-disassembler-options.exp: Update.
911 * gdb.arch/powerpc-disassembler-options.exp: Update.
912 * gdb.arch/ppc64-symtab-cordic.exp: Update.
913 * gdb.arch/s390-disassembler-options.exp: Update.
914 * gdb.base/all-architectures.exp.tcl: Update.
915 * gdb.base/attach-pie-noexec.exp: Update.
916 * gdb.base/catch-syscall.exp: Update.
917 * gdb.xml/tdesc-arch.exp: Update.
918
025a39a7
TV
9192020-07-14 Tom de Vries <tdevries@suse.de>
920
921 * gdb.threads/clone-new-thread-event.c (gettid): Rename to ...
922 (local_gettid): ... this.
923 (fn): Update.
924
74e4b667
SL
9252020-07-13 Sandra Loosemore <sandra@codesourcery.com>
926
927 * gdb.base/info_sources.exp: Skip directory match tests on
928 remote hosts.
929
f413dd74
GB
9302020-07-13 Gary Benson <gbenson@redhat.com>
931
932 * gdb.base/savedregs.exp (caller): Use parentheses to
933 make expected expression evaluation ordering explicit.
934
915771bb
GB
9352020-07-13 Gary Benson <gbenson@redhat.com>
936
937 * gdb.arch/i386-sse.c (have_sse) <edx>: Make unsigned.
938
2a122642
GB
9392020-07-13 Gary Benson <gbenson@redhat.com>
940
941 * gdb.base/bigcore.c (main): Use a volatile pointer when
942 attempting to trigger a SIGSEGV.
943 * gdb.base/gcore-relro-pie.c (break_here): Likewise.
944 * gdb.base/gcore-tls-pie.c (break_here): Likewise.
945 * gdb.base/savedregs.c (thrower): Likewise.
946 * gdb.mi/mi-syn-frame.c (bar): Likewise.
947
3f00c730
GB
9482020-07-13 Gary Benson <gbenson@redhat.com>
949
950 * gdb.base/vla-datatypes.c (vla_factory): Factor out sections
951 defining and using VLA structure fields into...
952 * gdb.base/vla-struct-fields.c: New file.
953 * gdb.base/vla-datatypes.exp: Factor out VLA structure field
954 tests into...
955 * gdb.base/vla-struct-fields.exp: New file.
956
963eeee4
TV
9572020-07-13 Tom de Vries <tdevries@suse.de>
958
959 * lib/gdb.exp (have_fuse_ld_gold): New caching proc.
960 * gdb.base/gcore-tls-pie.exp: Use have_fuse_ld_gold.
961 * gdb.base/gold-gdb-index.exp: Same.
962 * gdb.base/morestack.exp: Same.
963
0ed35c9a
DX
9642020-07-11 Daniel Xu <dxu@dxuuu.xyz>
965
966 PR rust/26121
967 * gdb.rust/modules.rs: Prevent linker from discarding test
968 symbol.
969
4fdba23d
PA
9702020-07-10 Pedro Alves <pedro@palves.net>
971
972 PR gdb/26199
973 * gdb.multi/multi-target.c (exit_thread): New.
974 (thread_start): Break loop if EXIT_THREAD.
975 * gdb.multi/multi-target.exp (test_no_unwaited_for): New proc.
976 (top level) Call test_no_resumed.
977
15f3b077
TT
9782020-07-08 Tom Tromey <tromey@adacore.com>
979
980 * gdb.ada/catch_ex/foo.adb: Pass string to raise.
981 * gdb.ada/catch_ex.exp: Examine catchpoint text.
982
9fc501fd
AB
9832020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
984
985 PR python/22748
986 * gdb.opt/inline-frame-tailcall.c: New file.
987 * gdb.opt/inline-frame-tailcall.exp: New file.
988 * gdb.python/py-unwind-inline.c: New file.
989 * gdb.python/py-unwind-inline.exp: New file.
990 * gdb.python/py-unwind-inline.py: New file.
991
64cb3757
AB
9922020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
993
994 * gdb.python/py-arch-reg-groups.exp: New file.
995
0f767f94
AB
9962020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
997
998 * gdb.python/py-arch-reg-names.exp: New file.
999
87dbc774
AB
10002020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
1001
1002 * gdb.python/py-unwind.py (TestUnwinder::__call__): Add test for
1003 gdb.PendingFrame.architecture method.
1004
d8cc8af6
TV
10052020-07-06 Tom de Vries <tdevries@suse.de>
1006
1007 * gdb.dwarf2/dw2-ranges-base.exp: Test line-table order.
1008
3c8ea5be
PA
10092020-07-03 Pedro Alves <palves@redhat.com>
1010
1011 * gdb.base/structs2.c (main): Adjust second parem_reg call to
1012 explicitly write negative numbers.
1013 * gdb.base/structs2.exp: Adjust expected output.
1014
bf90c83a
PA
10152020-07-03 Pedro Alves <palves@redhat.com>
1016
1017 * gdb.base/charset.c (init_string): Change all char parameters to
1018 unsigned char parameters.
1019
2eb82157
PA
10202020-07-03 Pedro Alves <palves@redhat.com>
1021
1022 * gdb.base/call-sc.exp (start_scalars_test): Use
1023 prepare_for_testing and don't try compiling with -DNO_PROTOTYPES.
1024 * gdb.base/overlays.c: Remove references to PARAMS.
1025 * gdb.base/ovlymgr.h (PARAMS): Delete, and remove all references.
1026 * gdb.base/reread.exp: Don't set 'prototypes' global.
1027 * gdb.base/structs.exp (start_structs_test): Use
1028 prepare_for_testing and don't try compiling with -DNO_PROTOTYPES.
1029 * gdb.base/structs2.exp: Don't set 'prototypes' global. Use
1030 prepare_for_testing and don't try compiling with -DNO_PROTOTYPES.
1031 Don't issue "set width 0". Remove gdb_stop_suppressing_tests
1032 call.
1033 * gdb.base/varargs.exp: Don't set 'prototypes' global.
1034
9adda7af
PA
10352020-07-03 Pedro Alves <palves@redhat.com>
1036
1037 * gdb.base/m32rovly.c: Delete.
1038 * gdb.base/ovlymgr.c: Remove all code guarded by __D10V__.
1039
2a17c803
PW
10402020-06-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1041
1042 * gdb.python/py-breakpoint.exp: use gdb_test_multiline instead
1043 of gdb_py_test_multiple.
1044 * gdb.python/py-cmd.exp: Likewise.
1045 * gdb.python/py-events.exp: Likewise.
1046 * gdb.python/py-function.exp: Likewise.
1047 * gdb.python/py-inferior.exp: Likewise.
1048 * gdb.python/py-infthread.exp: Likewise.
1049 * gdb.python/py-linetable.exp: Likewise.
1050 * gdb.python/py-parameter.exp: Likewise.
1051 * gdb.python/py-value.exp: Likewise.
1052
b011fe1a
TV
10532020-06-30 Tom de Vries <tdevries@suse.de>
1054
1055 PR testsuite/26175
1056 * lib/future.exp (gdb_default_target_compile): Detect and handle
1057 early_flags.
1058
df5b8876
SM
10592020-06-29 Simon Marchi <simon.marchi@efficios.com>
1060
1061 * boards/simavr.exp (gdb_load): Catch errors when closing
1062 previous connection. Close connection, wait for process and
1063 unset simavr_spawn_id on failure.
1064
a3ca48cd
TV
10652020-06-29 Tom de Vries <tdevries@suse.de>
1066
1067 * lib/gdb.exp (unknown): Make test-case unresolved.
1068
b0237c0e
TV
10692020-06-29 Tom de Vries <tdevries@suse.de>
1070
1071 PR gdb/25475
1072 * gdb.server/solib-list.exp: Verify that the symbol reload
1073 confirmation question is asked.
1074
c0b3b3bd
PW
10752020-06-26 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1076
1077 * lib/gdb.exp (gdb_test_multiline): New, moved from gdb-guile.exp,
1078 have a input seq nr in each pass message.
fe4c3d43 1079 * lib/gdb-guile.exp (gdb_test_multiline): Move to gdb.exp.
c0b3b3bd
PW
1080 * lib/gdb-python.exp (gdb_py_test_multiple): Remove.
1081 * gdb.python/python.exp: Make test names unique,
1082 use gdb_test_multiline instead of gdb_py_test_multiple,
1083 use $gdb_test_name.
1084 * gdb.guile/guile.exp: Make test names unique, use $gdb_test_name
1085
1776e3e5
NA
10862020-06-26 Nick Alcock <nick.alcock@oracle.com>
1087
1088 * configure.ac: Add --enable-libctf.
1089 * aclocal.m4: sinclude ../config/enable.m4.
1090 * Makefile.in (site.exp): Add enable_libctf to site.exp.
1091 * lib/gdb.exp (skip_ctf_tests): Use it.
1092 * gdb.base/ctf-constvars.exp: Error message tweak.
1093 * gdb.base/ctf-ptype.exp: Likewise.
1094 * configure: Regenerate.
1095
f53b3eeb
GB
10962020-06-26 Gary Benson <gbenson@redhat.com>
1097
1098 * gdb.cp/try_catch.cc: Include string.h.
1099 (main): Replace comparison against string literal with
1100 strcmp, avoiding build failure with -Wstring-compare.
1101 Add "marker test-complete".
1102 * gdb.cp/try_catch.exp: Run the test to the above marker,
1103 then verify that the value of "test" is still true.
1104
6d74da72
AB
11052020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
1106
1107 * gdb.arch/riscv-tdesc-regs.exp: New test cases.
1108
2e52d038
AB
11092020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
1110
1111 * gdb.arch/riscv-tdesc-regs.exp: Extend test case.
1112
3b9fce96
AB
11132020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
1114
1115 * gdb.arch/riscv-tdesc-loading-01.xml: New file.
1116 * gdb.arch/riscv-tdesc-loading-02.xml: New file.
1117 * gdb.arch/riscv-tdesc-loading-03.xml: New file.
1118 * gdb.arch/riscv-tdesc-loading-04.xml: New file.
1119 * gdb.arch/riscv-tdesc-loading.exp: New file.
1120
ed69cbc8
AB
11212020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
1122
1123 * gdb.arch/riscv-tdesc-regs.exp: Extend test case.
1124
767a879e
AB
11252020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
1126
1127 * gdb.arch/riscv-tdesc-regs-32.xml: New file.
1128 * gdb.arch/riscv-tdesc-regs-64.xml: New file.
1129 * gdb.arch/riscv-tdesc-regs.c: New file.
1130 * gdb.arch/riscv-tdesc-regs.exp: New file.
1131
221db974
PA
11322020-06-24 Pedro Alves <palves@redhat.com>
1133
1134 * gdb.arch/amd64-entry-value-paramref.exp: Use
1135 prepare_for_testing_full and don't pass "c++" for the .S file
1136 build spec.
1137 * gdb.compile/compile-cplus.exp: Don't compile $srcfile3 with
1138 $options, since it's an assembly file. Remove -Wno-deprecated.
1139 * lib/gdb.exp (gdb_compile): Pass "-x c++" explicitly when
1140 compiling C++ programs.
1141
331733cd
PA
11422020-06-24 Pedro Alves <palves@redhat.com>
1143
1144 * lib/gdb.exp (gdb_compile): Update intro comment. If C/C++ with
1145 Clang, add "-Wno-unknown-warning-option" to the options.
1146
caa7fd04
AB
11472020-06-23 Andrew Burgess <andrew.burgess@embecosm.com>
1148
1149 * gdb.xml/tdesc-reload.c: New file.
1150 * gdb.xml/tdesc-reload.exp: New file.
1151 * gdb.xml/maint-xml-dump-01.xml: New file.
1152 * gdb.xml/maint-xml-dump-02.xml: New file.
1153 * gdb.xml/maint-xml-dump.exp: New file.
1154
bb8d1260
SL
11552020-06-23 Sandra Loosemore <sandra@codesourcery.com>
1156
1157 * lib/completion-support.exp (test_gdb_completion_offers_commands):
1158 Adjust for omitted commands when TUI is disabled.
1159
7e4b9c4c
GB
11602020-06-23 Gary Benson <gbenson@redhat.com>
1161 Pedro Alves <palves@redhat.com>
1162
1163 * gdb.cp/namespace.cc: Improve -Wunused-value fix.
1164 * gdb.cp/nsimport.cc: Likewise.
1165 * gdb.cp/nsnested.cc: Likewise.
1166 * gdb.cp/nsnoimports.cc: Likewise.
1167 * gdb.cp/nsusing.cc: Likewise.
1168 * gdb.cp/smartp.cc: Likewise.
1169 * gdb.python/py-pp-integral.c: Likewise.
1170 * gdb.python/py-pp-re-notag.c: Likewise.
1171
2e573c0a
GB
11722020-06-23 Gary Benson <gbenson@redhat.com>
1173
1174 * gdb.cp/namespace.cc: Avoid build failure with -Wunused-value.
1175 * gdb.cp/nsimport.cc: Likewise.
1176 * gdb.cp/nsnested.cc: Likewise.
1177 * gdb.cp/nsnoimports.cc: Likewise.
1178 * gdb.cp/nsusing.cc: Likewise.
1179 * gdb.cp/smartp.cc: Likewise.
1180 * gdb.python/py-pp-integral.c: Likewise.
1181 * gdb.python/py-pp-re-notag.c: Likewise.
1182
746ebfe8
PW
11832020-06-22 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1184
1185 * gdb.base/default-args.exp: New test.
1186 * gdb.base/default-args.c: New file.
1187 * gdb.base/alias.exp: Update expected error msg for alias foo=bar.
1188 * gdb.base/default.exp: Update to new help text.
1189 * gdb.base/help.exp: Likewise.
1190 * gdb.base/page.exp: Likewise.
1191 * gdb.base/style.exp: Likewise.
1192 * gdb.guile/guile.exp: Likewise.
1193 * gdb.python/python.exp: Likewise.
1194
e822f2cd
SL
11952020-06-22 Sandra Loosemore <sandra@codesourcery.com>
1196
1197 * gdb.base/source-dir.exp (test_truncated_comp_dir): Skip on
1198 remote host. Fix search path syntax on Windows host.
1199
48e9cc84
PW
12002020-06-21 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1201
1202 * gdb.base/attach.exp: Test priority of 'exec-file' changed
1203 over 'exec-file-mismatch'.
1204 * gdb.base/attach.c: Mark should_exit volatile.
1205 * gdb.base/attach2.c: Likewise. Add a comment explaining
1206 why the sleep cannot be big.
1207 * gdb.base/attach3.c: New file.
1208
160f8a8f
SL
12092020-06-20 Sandra Loosemore <sandra@codesourcery.com>
1210
1211 * gdb.mi/mi-sym-info.exp: Adjust filename patterns to make directory
1212 prefix optional.
1213
4d91c2a4
SL
12142020-06-20 Sandra Loosemore <sandra@codesourcery.com>
1215
1216 * gdb.base/list-missing-source.exp: Correct $srcfile manipulation
1217 for remote host.
1218
87f83f20
SL
12192020-06-19 Sandra Loosemore <sandra@codesourcery.com>
1220 Hafiz Abid Qadeer <abidh@codesourcery.com>
1221
1222 * gdb.xml/tdesc-regs.exp (load_description): Correct pathname of
1223 file sent to remote host.
1224 (top level): Allow int32_t as type of 32-bit register.
1225
37ab8655
TV
12262020-06-19 Tom de Vries <tdevries@suse.de>
1227
1228 * lib/gdb.exp (gdb_note): New proc.
1229 * lib/future.exp (gdb_default_target_compile_1): Factor out of ...
1230 (gdb_default_target_compile): ... here. Only call
1231 gdb_default_target_compile_1 if use_gdb_compile(<lang>) is set.
1232 (use_gdb_compile): Change to array.
1233 (toplevel): Update sets of use_gdb_compile to specify language.
1234 Warn about default_target_compile override. Store dejagnu's version
1235 of default_target_compile in dejagnu_default_target_compile.
1236
a8a56685
TV
12372020-06-18 Tom de Vries <tdevries@suse.de>
1238
1239 * lib/gdb.exp (gdb_init): Move all but call to default_gdb_init to ...
1240 (default_gdb_init): ... here.
1241
581bea2c
SL
12422020-06-17 Sandra Loosemore <sandra@codesourcery.com>
1243
1244 Fix TUI support checks in gdb.tui tests.
1245
1246 * gdb.tui/basic.exp: Skip test when TUI is unsupported, don't
1247 just say UNSUPPORTED.
1248 * gdb.tui/corefile-run.exp: Likewise.
1249 * gdb.tui/empty.exp: Likewise.
1250 * gdb.tui/list-before.exp: Likewise.
1251 * gdb.tui/list.exp: Likewise.
1252 * gdb.tui/main.exp: Likewise.
1253 * gdb.tui/regs.exp: Likewise.
1254 * gdb.tui/resize.exp: Likewise.
1255 * gdb.tui/tui-layout-asm-short-prog.exp: Likewise.
1256 * gdb.tui/tui-layout-asm.exp: Likewise.
1257 * gdb.tui/tui-missing-src.exp: Likewise.
1258 * gdb.tui/winheight.exp: Likewise.
1259 * gdb.tui/new-layout.exp: Likewise. Also move check earlier.
1260
05e682e3
SL
12612020-06-17 Sandra Loosemore <sandra@codesourcery.com>
1262
1263 Fix TCL error in gdb.python/py-format-string.exp.
1264
1265 * gdb.python/py-format-string.exp: Move test for python support
1266 earlier, out of function body.
1267
efb763a5
SM
12682020-06-15 Simon Marchi <simon.marchi@efficios.com>
1269
1270 * gdb.base/index-cache-load-twice.c: New.
1271 * gdb.base/index-cache-load-twice.exp: New.
1272
43327b20
KS
12732020-06-17 Keith Seitz <keiths@redhat.com>
1274
99cf27cf 1275 * gdb.debuginfod/fetch_src_and_symbols.exp: Pass INTERNAL_GDBFLAGS
43327b20
KS
1276 when executing "gdb --configuration".
1277
081e778c
TV
12782020-06-17 Tom de Vries <tdevries@suse.de>
1279
1280 * lib/gdb.exp (gdb_tcl_unknown): New proc.
1281 (gdb_init): Use gdb_tcl_unknown for ::unknown override. Make override
1282 conditional on presence of gdb_tcl_unknown.
1283 (gdb_finish): Make override undo conditional on presence of
1284 gdb_tcl_unknown.
1285
d2d1ea20
TT
12862020-06-16 Tom Tromey <tom@tromey.com>
1287
1288 * gdb.python/tui-window.py (failwin): New function. Register it
1289 as a TUI window type.
1290 * gdb.python/tui-window.exp: Create new "fail" layout. Test it.
1291
c802e8a7
GB
12922020-06-16 Gary Benson <gbenson@redhat.com>
1293
1294 * gdb.python/py-nested-maps.c (create_map): Add missing return
1295 value.
1296 (create_map_map): Likewise.
1297
ff08abb8
TBA
12982020-06-15 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1299
1300 * gdb.base/jit-elf-so.exp: Refer to the global main_loader_basename
1301 variable.
1302 * gdb.base/jit-reader-simple.exp: Fix typo ("Built" -> "Build"),
1303 and use the already-defined 'options' variable.
1304
a29d5112
AB
13052020-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
1306 Tom de Vries <tdevries@suse.de>
1307
1308 * lib/gdb.exp (gdb_known_globals, gdb_persistent_globals): New global.
1309 (gdb_persistent_global, gdb_persistent_global_no_decl): New proc.
1310 (gdb_setup_known_globals): New proc.
1311 (gdb_cleanup_globals): New proc.
1312 * lib/gdb.exp (load_lib): New override proc.
1313 (gdb_stdin_log_init): Set var in_file as persistent global.
1314 * lib/pascal.exp (gdb_stdin_log_init): Set vars
1315 pascal_compiler_is_gpc, pascal_compiler_is_fpc, gpc_compiler and
1316 fpc_compiler as persistent global.
1317
8c74a764
TV
13182020-06-12 Tom de Vries <tdevries@suse.de>
1319
1320 * lib/tuiterm.exp (spawn): Rename to ...
1321 (tui_spawn): ... this.
1322 (toplevel): Move rename of spawn ...
1323 (gdb_init_tuiterm): ... here. New proc.
1324 (gdb_finish_tuiterm): New proc.
1325 * lib/gdb.exp (gdb_finish_hooks): New global var.
1326 (gdb_finish): Handle gdb_finish_hooks.
1327 (tuiterm_env): New proc.
1328 * gdb.python/tui-window.exp: Replace load_lib tuiterm.exp with
1329 tuiterm_env.
1330 * gdb.tui/basic.exp: Same.
1331 * gdb.tui/corefile-run.exp: Same.
1332 * gdb.tui/empty.exp: Same.
1333 * gdb.tui/list-before.exp: Same.
1334 * gdb.tui/list.exp: Same.
1335 * gdb.tui/main.exp: Same.
1336 * gdb.tui/new-layout.exp: Same.
1337 * gdb.tui/regs.exp: Same.
1338 * gdb.tui/resize.exp: Same.
1339 * gdb.tui/tui-layout-asm-short-prog.exp: Same.
1340 * gdb.tui/tui-layout-asm.exp: Same.
1341 * gdb.tui/tui-missing-src.exp: Same.
1342 * gdb.tui/winheight.exp: Same.
1343
26783bce
TV
13442020-06-12 Tom de Vries <tdevries@suse.de>
1345
1346 PR testsuite/26110
1347 * lib/gdb.exp (gdb_init): Revert dejagnu's override of ::unknown.
1348 (gdb_finish): Reinstall dejagnu's override of ::unknown.
1349
2b4e6a3f
TT
13502020-06-11 Tom Tromey <tom@tromey.com>
1351
1352 PR gdb/18318:
1353 * gdb.base/printcmds.exp (test_float_accepted): Add more hex
1354 floating point tests.
1355
2f33032a
KS
13562020-06-11 Keith Seitz <keiths@redhat.com>
1357
1358 PR gdb/21356
1359 * gdb.base/vla-datatypes.c (vla_factory): Add typedef for struct
1360 vla_struct.
1361 Add new struct vla_typedef and union vla_typedef_union and
1362 corresponding instantiation objects.
1363 Initialize new objects.
1364 * gdb.base/vla-datatypes.exp: Add tests for vla_typedef_struct_object
1365 and vla_typedef_union_object.
1366 Fixup type for vla_struct_object.
1367
a8baf0a3
TV
13682020-06-11 Tom de Vries <tdevries@suse.de>
1369
1370 * lib/gdb.exp (with_override): New proc, factored out of ...
1371 * gdb.base/dbx.exp: ... here. Use with_override and save_vars.
1372
7ab96794
TV
13732020-06-10 Tom de Vries <tdevries@suse.de>
1374
1375 * gdb.ada/ptype_union.exp: Remove PR24713 workaround.
1376
cab5c3b7
SM
13772020-06-09 Simon Marchi <simon.marchi@polymtl.ca>
1378
1379 * gdb.base/index-cache.exp (test_cache_disabled): Add test_prefix
1380 parameter, update callers.
1381
f8c41851
SM
13822020-06-04 Simon Marchi <simon.marchi@efficios.com>
1383
1384 * gdb.dwarf2/share-psymtabs-bt.exp: New file.
1385 * gdb.dwarf2/share-psymtabs-bt.c: New file.
1386 * gdb.dwarf2/share-psymtabs-bt-2.c: New file.
1387
1c07a73f
TV
13882020-06-04 Tom de Vries <tdevries@suse.de>
1389
1390 * lib/gdb.exp (gdb_file_cmd): Avoid path names in error messages.
1391
95146b5d
TV
13922020-06-04 Tom de Vries <tdevries@suse.de>
1393
1394 * lib/gdb.exp (gdb_file_cmd): Replace incomplete gdb_expect by
1395 exp_continue.
1396
0cfcd4f0
TV
13972020-06-04 Tom de Vries <tdevries@suse.de>
1398
1399 * lib/gdb.exp (gdb_file_cmd): Use perror instead of fail.
1400
f9b5d5ea
TV
14012020-06-03 Tom de Vries <tdevries@suse.de>
1402
1403 PR symtab/26046
1404 * gdb.cp/breakpoint-locs-2.cc: New test.
1405 * gdb.cp/breakpoint-locs.cc: New test.
1406 * gdb.cp/breakpoint-locs.exp: New file.
1407 * gdb.cp/breakpoint-locs.h: New test.
1408
5144dfba
TV
14092020-06-03 Tom de Vries <tdevries@suse.de>
1410
1411 PR testsuite/25609
1412 * gdb.base/jit-elf-so.exp: Don't modify testing behaviour based on
1413 value of global verbose.
1414 * gdb.base/jit-elf.exp: Same.
1415 * gdb.base/jit-reader.exp: Same.
1416
621eacdf
TV
14172020-06-02 Tom de Vries <tdevries@suse.de>
1418
1419 * gdb.dwarf2/multidictionary.exp: Don't use
1420 gdb_spawn_with_cmdline_opts.
1421
1313c56e
AB
14222020-06-01 Andrew Burgess <andrew.burgess@embecosm.com>
1423
1424 * gdb.cp/step-and-next-inline.exp (do_test): Skip all tests in the
1425 use_header case.
1426 * gdb.dwarf2/dw2-inline-header-1.exp: New file.
1427 * gdb.dwarf2/dw2-inline-header-2.exp: New file.
1428 * gdb.dwarf2/dw2-inline-header-3.exp: New file.
1429 * gdb.dwarf2/dw2-inline-header-lbls.c: New file.
1430 * gdb.dwarf2/dw2-inline-header.c: New file.
1431 * gdb.dwarf2/dw2-inline-header.h: New file.
1432
f68f85b5
PA
14332020-05-30 Pedro Alves <palves@redhat.com>
1434
1435 * gdb.linespec/cp-replace-typedefs-ns-template.cc: New.
1436 * gdb.linespec/cp-replace-typedefs-ns-template.exp: New.
1437
678048e8
GB
14382020-05-29 Gary Benson <gbenson@redhat.com>
1439
1440 * gdb.compile/compile-cplus.exp (additional_flags): Also
1441 set when building with clang.
1442 (additional_flags, srcfilesoptions): Pass -Wno-deprecated
1443 when building with clang.
1444
9fcafd23
GB
14452020-05-29 Gary Benson <gbenson@redhat.com>
1446
1447 * gdb.arch/i386-avx.exp (additional_flags): Also set when
1448 building with clang.
1449 * gdb.arch/i386-sse.exp (additional_flags): Likewise.
1450
735d5a07
GB
14512020-05-29 Gary Benson <gbenson@redhat.com>
1452
1453 * gdb.cp/koenig.exp (prepare_for_testing): Add
1454 additional_flags=-Wno-unused-comparison.
1455 * gdb.cp/operator.exp (prepare_for_testing): Likewise.
1456
4ad2c6a0
GB
14572020-05-28 Gary Benson <gbenson@redhat.com>
1458
1459 * gdb.base/sigaltstack.c (catcher): Add default case to switch
1460 statement.
1461
09fe663e
GB
14622020-05-28 Gary Benson <gbenson@redhat.com>
1463
1464 * gdb.cp/classes.exp (prepare_for_testing): Add
1465 additional_flags=-Wno-deprecated-register.
1466 * gdb.cp/inherit.exp (prepare_for_testing): Likewise.
1467 * gdb.cp/misc.exp: Likewise.
1468
cee00f17
GB
14692020-05-28 Gary Benson <gbenson@redhat.com>
1470
1471 * gdb.linespec/cpls-ops.cc (dummy): New static global.
1472 (test_op_new::operator new): Add return statement.
1473 (test_op_new_array::operator new[]): Likewise.
1474
636edd00
PA
14752020-05-27 Pedro Alves <palves@redhat.com>
1476
1477 * gdb.linespec/cp-completion-aliases.exp: Remove readline_is_used
1478 check. Use test_gdb_complete_unique instead of
1479 test_gdb_complete_tab_unique + test_gdb_complete_cmd_unique. Use
1480 test_gdb_complete_multiple instead of
1481 test_gdb_complete_tab_multiple + test_gdb_complete_cmd_multiple.
1482
c2b75043
LM
14832020-05-27 Luis Machado <luis.machado@linaro.org>
1484
1485 * gdb.arch/aarch64-sighandler-regs.exp: Fix duplicated test names.
1486 * gdb.arch/aarch64-tagged-pointer.exp: Likewise.
1487 * gdb.arch/arm-disassembler-options.exp: Likewise.
1488 * gdb.arch/arm-disp-step.exp: Likewise.
1489 * gdb.arch/thumb-prologue.exp: Likewise.
1490 * gdb.base/async.exp: Likewise.
1491 * gdb.base/auxv.exp: Likewise.
1492 * gdb.base/complex-parts.exp: Likewise.
1493 * gdb.base/ena-dis-br.exp: Likewise.
1494 * gdb.base/foll-exec.exp: Likewise.
1495 * gdb.base/permissions.exp: Likewise.
1496 * gdb.base/relocate.exp: Likewise.
1497 * gdb.base/return2.exp: Likewise.
1498 * gdb.base/sigbpt.exp: Likewise.
1499 * gdb.base/siginfo-obj.exp: Likewise.
1500 * gdb.cp/converts.exp: Likewise.
1501 * gdb.cp/exceptprint.exp: Likewise.
1502 * gdb.cp/inherit.exp: Likewise.
1503 * gdb.cp/nsnoimports.exp: Likewise.
1504 * gdb.cp/virtbase2.exp: Likewise.
1505 * gdb.mi/mi-var-cmd.exp: Likewise.
1506 * gdb.mi/var-cmd.c: Likewise.
1507
53a47a3e
TT
15082020-05-26 Tom Tromey <tromey@adacore.com>
1509
1510 * gdb.ada/arr_acc_idx_w_gap.exp: Add tests.
1511
0bc2354b
TT
15122020-05-26 Tom Tromey <tromey@adacore.com>
1513
1514 * gdb.ada/arr_acc_idx_w_gap.exp: Add enum subrange tests.
1515 * gdb.ada/arr_acc_idx_w_gap/enum_with_gap.ads (Enum_Subrange): New
1516 type.
1517 * gdb.ada/arr_acc_idx_w_gap/enum_with_gap_main.adb (V): New
1518 variable.
1519
0db49895
CBG
15202020-05-26 Christian Biesinger <cbiesinger@google.com>
1521
1522 * Makefile.in: Use = instead of == for the test command
1523 for portability.
1524
40d22035
TV
15252020-05-26 Tom de Vries <tdevries@suse.de>
1526
1527 * gdb.base/gold-gdb-index-2.c: New test.
1528 * gdb.base/gold-gdb-index.c: New test.
1529 * gdb.base/gold-gdb-index.exp: New file.
1530 * gdb.base/gold-gdb-index.h: New test.
1531
043e2e02
TV
15322020-05-25 Tom de Vries <tdevries@suse.de>
1533
1534 * boards/gold-gdb-index.exp: New file.
1535
462f72c5
SM
15362020-05-25 Simon Marchi <simon.marchi@efficios.com>
1537
1538 * boards/simavr.exp: New file.
1539
6cf66e76
SM
15402020-05-25 Simon Marchi <simon.marchi@efficios.com>
1541
1542 * lib/gdb.exp (gdb_run_cmd): Return success or failure.
1543 * gdb.base/inferior-args.exp: New file.
1544 * gdb.base/inferior-args.c: New file.
1545
75d04512
SM
15462020-05-25 Simon Marchi <simon.marchi@efficios.com>
1547
1548 * lib/gdb.exp (gdb_run_cmd): Change argument from args to
1549 inferior_args. Pass it to gdb_reload.
1550 (gdb_start_cmd, gdb_starti_cmd): Change argument from args to
1551 inferior_args.
1552 (gdb_reload): Add inferior_args argument.
1553 * config/gdbserver.exp (gdb_reload): Add inferior_args argument,
1554 pass it to gdbserver_run.
1555 * boards/native-gdbserver.exp: Do not set noargs.
1556 * boards/native-extended-gdbserver.exp (gdb_reload): Add
1557 inferior_args argument.
1558 * boards/stdio-gdbserver-base.exp (gdb_reload): Likewise.
1559 * gdb.base/a2-run.exp: Check for use_gdb_stub.
1560 * gdb.base/args.exp: Likewise.
1561
42cf1844
TV
15622020-05-25 Tom de Vries <tdevries@suse.de>
1563
1564 * lib/gdb.exp (exec_is_pie): Add comment.
1565
8f7d38ef
TV
15662020-05-25 Tom de Vries <tdevries@suse.de>
1567
1568 * lib/jit-elf-helpers.exp (compile_and_download_n_jit_so): Use $f
1569 instead of $binfile in the untested message.
1570
465e1b0f
TV
15712020-05-25 Tom de Vries <tdevries@suse.de>
1572
1573 PR testsuite/26031
1574 * lib/gdb.exp (exec_is_pie): Test readelf -h output.
1575
3c5a0e02
TV
15762020-05-25 Tom de Vries <tdevries@suse.de>
1577
1578 * boards/gold.exp: New file.
1579
0a4f5f8c
TT
15802020-05-23 Tom Tromey <tom@tromey.com>
1581
1582 * gdb.base/style.exp: Remove completion styling test.
1583 * lib/gdb-utils.exp (style): Remove completion styles.
1584
eca1f90c
TT
15852020-05-23 Tom Tromey <tom@tromey.com>
1586
1587 * gdb.base/style.exp: Add completion styling test.
1588 * lib/gdb-utils.exp (style): Add completion styles.
1589
7c13f4e8
AB
15902020-05-22 Andrew Burgess <andrew.burgess@embecosm.com>
1591
1592 * gdb.base/annota1.exp: Update expected results.
1593 * gdb.cp/annota2.exp: Update expected results, remove duplicate
1594 test name.
1595 * gdb.cp/annota3.exp: Update expected results.
1596
41977d16
SM
15972020-05-20 Simon Marchi <simon.marchi@efficios.com>
1598
1599 PR gdb/26016
1600 * gdb.base/coredump-filter.c (do_mmap): Check mmap ret val
1601 against MAP_FAILED.
1602 * gdb.base/coremaker.c (mmapdata): Likewise.
1603 * gdb.base/jit-reader-host.c (main): Likewise.
1604 * gdb.base/sym-file-loader.c (load): Likewise.
1605 (load_shlib): Likewise.
1606
b4757f2e
TT
16072020-05-20 Tom Tromey <tromey@adacore.com>
1608
1609 * gdb.ada/array_char_idx.exp: Recognize initialized array.
1610
9a0bacfb
TV
16112020-05-20 Tom de Vries <tdevries@suse.de>
1612
1613 PR symtab/25833
1614 * gdb.base/with-mf-inc.c: New test.
1615 * gdb.base/with-mf-main.c: New test.
1616 * gdb.base/with-mf.exp: New file.
1617
76571211
TT
16182020-05-19 Tom Tromey <tromey@adacore.com>
1619
1620 * gdb.rust/simple.exp: Restore missing test result.
1621
4cd9f3d5
TV
16222020-05-19 Tom de Vries <tdevries@suse.de>
1623
1624 * gdb.base/gdb-caching-proc.exp: Fix typo.
1625
7d874253
TT
16262020-05-19 Tom Tromey <tromey@adacore.com>
1627
1628 * gdb.rust/simple.exp: Add some test descriptions.
1629 (test_one_slice): Use with_test_prefix.
1630
1d727695
TV
16312020-05-18 Tom de Vries <tdevries@suse.de>
1632
1633 * gdb.base/gdb-caching-proc.exp: Use with_test_prefix.
1634
7f32a4d5
PA
16352020-05-17 Pedro Alves <palves@redhat.com>
1636
1637 PR gdb/25741
1638 * gdb.base/hw-sw-break-same-address.exp: New file.
1639
7cfd74cf
PA
16402020-05-16 Pedro Alves <palves@redhat.com>
1641
1642 * gdb.multi/multi-re-run.exp (test_re_run): Switch
1643 LAST_LOADED_FILE accordingly.
1644
57b4f16e
PW
16452020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1646
1647 * gdb.base/alias.exp: Verify 'help aliases' shows user defined aliases.
1648
7c05caf7
PW
16492020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1650
1651 * gdb.base/help.exp: Test apropos and help for commands
1652 having aliases. Fixed comments not starting with an
1653 upper-case letter or not finishing with a dot.
1654
7aa1b46f
PW
16552020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1656
3b3aaacb
PW
1657 * gdb.base/alias.exp: Update help output check.
1658
57b4f16e 16592020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3b3aaacb 1660
7aa1b46f
PW
1661 * gdb.base/default.exp: Update output following fixes.
1662
0605465f
PW
16632020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1664
1665 * gdb.base/alias.exp: Test aliases starting with a prefix of
1666 another alias.
1667
86e4e63d
GB
16682020-05-15 Gary Benson <gbenson@redhat.com>
1669
1670 * gdb.base/info-os.c (main): Add return statement.
1671 * gdb.base/info_minsym.c (minsym_fun): Likewise.
1672 * gdb.base/large-frame-2.c (func): Likewise.
1673 * gdb.base/pr10179-a.c (foo1, bar1): Likewise.
1674 * gdb.base/pr10179-b.c (foo2): Likewise.
1675 * gdb.base/valgrind-disp-step.c (foo): Likewise.
1676 * gdb.base/watch-cond.c (func): Likewise.
1677 * gdb.multi/goodbye.c (verylongfun): Likewise.
1678 * gdb.multi/hello.c (commonfun): Likewise.
1679 * gdb.python/py-finish-breakpoint.c (call_longjmp): Likewise.
1680 * gdb.threads/fork-plus-threads.c (thread_func): Likewise.
1681 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
1682 Likewise.
1683 * gdb.threads/hand-call-new-thread.c (foo): Likewise.
1684 * gdb.threads/interrupt-while-step-over.c (child_function):
1685 Likewise.
1686 * gdb.trace/actions-changed.c (end): Likewise.
1687
163df4df
GB
16882020-05-15 Gary Benson <gbenson@redhat.com>
1689
1690 * gdb.opencl/callfuncs.exp: Report when test skipped.
1691 * gdb.opencl/convs_casts.exp: Likewise.
1692 * gdb.opencl/datatypes.exp: Likewise.
1693 * gdb.opencl/operators.exp: Likewise.
1694 * gdb.opencl/vec_comps.exp: Likewise.
1695
6dbc505a
TV
16962020-05-15 Tom de Vries <tdevries@suse.de>
1697
1698 * gdb.base/align.exp.in: Rename to ...
1699 * gdb.base/align.exp.tcl: ... this.
1700 * gdb.base/align-c++.exp: Update.
1701 * gdb.base/align-c.exp: Update.
1702 * gdb.base/all-architectures.exp.in: Rename to ...
1703 * gdb.base/all-architectures.exp: ... this.
1704 * gdb.base/all-architectures-0.exp: Update.
1705 * gdb.base/all-architectures-1.exp: Update.
1706 * gdb.base/all-architectures-2.exp: Update.
1707 * gdb.base/all-architectures-3.exp: Update.
1708 * gdb.base/all-architectures-4.exp: Update.
1709 * gdb.base/all-architectures-5.exp: Update.
1710 * gdb.base/all-architectures-6.exp: Update.
1711 * gdb.base/all-architectures-7.exp: Update.
1712 * gdb.base/infcall-nested-structs.exp.in: Rename to ...
1713 * gdb.base/infcall-nested-structs.exp.tcl: ... this.
1714 * gdb.base/infcall-nested-structs-c++.exp: Update.
1715 * gdb.base/infcall-nested-structs-c.exp: Update.
1716 * gdb.base/info-types.exp.in: Rename to ...
1717 * gdb.base/info-types.exp.tcl: ... this.
1718 * gdb.base/info-types-c++.exp: Update.
1719 * gdb.base/info-types-c.exp: Update.
1720 * gdb.base/max-depth.exp.in: Rename to ...
1721 * gdb.base/max-depth.exp.tcl: ... this.
1722 * gdb.base/max-depth-c++.exp: Update.
1723 * gdb.base/max-depth-c.exp: Update.
1724 * gdb.cp/cpexprs.exp.in: Rename to ...
1725 * gdb.cp/cpexprs.exp.tcl: ... this.
1726 * gdb.cp/cpexprs-debug-types.exp: Update.
1727 * gdb.cp/cpexprs.exp: Update.
1728 * gdb.cp/infcall-nodebug.exp.in: Rename to ...
1729 * gdb.cp/infcall-nodebug.exp.tcl: ... this.
1730 * gdb.cp/infcall-nodebug-c++-d0.exp: Update.
1731 * gdb.cp/infcall-nodebug-c++-d1.exp: Update.
1732 * gdb.cp/infcall-nodebug-c-d0.exp: Update.
1733 * gdb.cp/infcall-nodebug-c-d1.exp: Update.
1734 * gdb.dwarf2/clang-debug-names.exp.in: Rename to ...
1735 * gdb.dwarf2/clang-debug-names.exp.tcl: ... this.
1736 * gdb.dwarf2/clang-debug-names-2.exp: Update.
1737 * gdb.dwarf2/clang-debug-names.exp: Update.
1738
d1034d78
AB
17392020-05-15 Andrew Burgess <andrew.burgess@embecosm.com>
1740
1741 * lib/check-test-names.exp: Remove code that prevents this file
1742 loading when tests are run in parallel.
1743
3c5c3649
PA
17442020-05-15 Pedro Alves <palves@redhat.com>
1745
1746 * gdb.multi/multi-kill.exp (start_inferior): Remove
1747 'testpid' parameter. Refer to namespace variable directly.
1748 (testpid): Declare as namespace variable.
1749
272c36b8
PA
17502020-05-15 Pedro Alves <palves@redhat.com>
1751
1752 * gdb.multi/multi-kill.exp: Wrap in namespace.
1753 (start_inferior): Add TESTPID parameter. Use it instead of the
1754 testpid global.
1755 (top level): Define empty TESTPID array, and pass it down to
1756 start_inferior.
1757
02eba61a
TV
17582020-05-14 Tom de Vries <tdevries@suse.de>
1759
1760 * gdb.fortran/nested-funcs-2.exp: Use gdb_test_stdio to test inferior
1761 output.
1762
971a3747
TV
17632020-05-14 Tom de Vries <tdevries@suse.de>
1764
1765 * gdb.base/align.exp: Split into ...
1766 * gdb.base/align.exp.in: ...
1767 * gdb.base/align-c++.exp: ...
1768 * gdb.base/align-c.exp: ... these.
1769 * gdb.base/infcall-nested-structs.exp: Split into ...
1770 * gdb.base/infcall-nested-structs.exp.in: ...
1771 * gdb.base/infcall-nested-structs-c++.exp: ...
1772 * gdb.base/infcall-nested-structs-c.exp: ... these.
1773 * gdb.base/info-types.exp: Split into ...
1774 * gdb.base/info-types.exp.in: ...
1775 * gdb.base/info-types-c++.exp: ...
1776 * gdb.base/info-types-c.exp: ... these.
1777 * gdb.base/max-depth.exp: Split into ...
1778 * gdb.base/max-depth.exp.in: ...
1779 * gdb.base/max-depth-c++.exp: ...
1780 * gdb.base/max-depth-c.exp: ... these.
1781 * gdb.cp/infcall-nodebug.exp: Split into ...
1782 * gdb.cp/infcall-nodebug.exp.in: ...
1783 * gdb.cp/infcall-nodebug-c++-d0.exp: ...
1784 * gdb.cp/infcall-nodebug-c++-d1.exp: ...
1785 * gdb.cp/infcall-nodebug-c-d0.exp: ...
1786 * gdb.cp/infcall-nodebug-c-d1.exp: ... these.
1787
a05575d3
TBA
17882020-05-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1789 Pedro Alves <palves@redhat.com>
1790
1791 * gdb.multi/multi-exit.c: New file.
1792 * gdb.multi/multi-exit.exp: New file.
1793 * gdb.multi/multi-kill.c: New file.
1794 * gdb.multi/multi-kill.exp: New file.
1795
6ad82919
TBA
17962020-05-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1797
1798 * gdb.base/annota1.exp: Update the expected output.
1799 * gdb.cp/annota2.exp: Ditto.
1800
843f4d93
AB
18012020-05-12 Andrew Burgess <andrew.burgess@embecosm.com>
1802
1803 * lib/check-test-names.exp: Disable when testing is being run in
1804 parallel.
1805
c7c66341
TV
18062020-05-12 Tom de Vries <tdevries@suse.de>
1807
1808 * gdb.base/jit-elf.exp: Fix string concat.
1809
1b59ca1c
TV
18102020-05-12 Tom de Vries <tdevries@suse.de>
1811
1812 * lib/jit-elf-helpers.exp: Don't use undefined variables in untested
1813 messages.
1814
b4991d29
TV
18152020-05-12 Tom de Vries <tdevries@suse.de>
1816
1817 * gdb.multi/multi-term-settings.exp: Use with_test_prefix.
1818
dbb0ab10
TV
18192020-05-12 Tom de Vries <tdevries@suse.de>
1820
1821 * gdb.ada/catch_ex.exp: Use with_test_prefix.
1822 * gdb.ada/mi_catch_ex.exp: Same.
1823 * gdb.ada/mi_catch_ex_hand.exp: Same.
1824
7549fed8
TV
18252020-05-12 Tom de Vries <tdevries@suse.de>
1826
1827 * gdb.fortran/complex.exp: Use with_test_prefix.
1828
af2d5cd8
TV
18292020-05-12 Tom de Vries <tdevries@suse.de>
1830
1831 * gdb.trace/passcount.exp: Fix test-names.
1832
7c121311
TV
18332020-05-12 Tom de Vries <tdevries@suse.de>
1834
1835 * gdb.pascal/gdb11492.exp: Use with_test_prefix.
1836
c9f3b40e
TV
18372020-05-12 Tom de Vries <tdevries@suse.de>
1838
1839 * gdb.gdb/complaints.exp: Use with_test_prefix.
1840 * gdb.xml/tdesc-regs.exp: Same.
1841 * gdb.opt/inline-locals.exp: Fix test name.
1842
111b33f0
TV
18432020-05-12 Tom de Vries <tdevries@suse.de>
1844
1845 * gdb.dwarf2/comp-unit-lang.exp: Use with_test_prefix.
1846 * gdb.dwarf2/dw2-bad-parameter-type.exp: Same.
1847 * gdb.dwarf2/implref-struct.exp: Same.
1848 * gdb.dwarf2/varval.exp: Ensure get_sizeof is called once per type.
1849 * gdb.dwarf2/data-loc.exp: Same. Remove duplicate test.
1850
ebf47080
SM
18512020-05-11 Simon Marchi <simon.marchi@polymtl.ca>
1852
1853 * gdb.base/jit-so.exp (one_jit_test): Change test name.
1854
d30dcd12
AB
18552020-05-11 Andrew Burgess <andrew.burgess@embecosm.com>
1856
1857 * lib/check-test-names.exp (all_test_names): New module variable.
1858 (counts): Add 'duplicates' field.
1859 (_check_duplicates): New procedure.
1860 (check): Also check for duplicates.
1861 (do_log_summary): Print duplicates count.
1862 (do_reset_vars): Reset counter for duplicate test names, and
1863 discard all know test names.
1864
34584c09
AB
18652020-05-11 Andrew Burgess <andrew.burgess@embecosm.com>
1866
1867 * lib/gdb.exp: Include check-test-names.exp library.
1868 * lib/check-test-names.exp: New file.
1869
e0002117
TV
18702020-05-11 Tom de Vries <tdevries@suse.de>
1871
1872 * gdb.ada/packed_tagged.exp: Change kfail into xfail.
1873
53f539a3
KS
18742020-05-11 Keith Seitz <keiths@redhat.com>
1875
1876 * gdb.ada/attr_ref_and_charlit.exp: Fix typo.
1877
113ee09a
TV
18782020-05-11 Tom de Vries <tdevries@suse.de>
1879
1880 * gdb.cp/cpexprs.exp: Move everything except flags setting ...
1881 * gdb.cp/cpexprs.exp.in: .. here.
1882 * gdb.cp/cpexprs-debug-types.exp: Include cpexprs.exp.in instead of
1883 cpexprs.exp.
1884
ba3e70b0
KS
18852020-05-11 Keith Seitz <keiths@redhat.com>
1886
1887 * gdb.ada/arrayparam.exp: Resolve duplicate and tail parentheses
1888 test names.
1889 * gdb.ada/arrayptr.exp: Likewise.
1890 * gdb.ada/assign_arr.exp: Likewise.
1891 * gdb.ada/attr_ref_and_charlit.exp: Likewise.
1892 * gdb.ada/bp_on_var.exp: Likewise.
1893 * gdb.ada/call_pn.exp: Likewise.
1894 * gdb.ada/complete.exp: Likewise.
1895 * gdb.ada/fun_overload_menu.exp: Likewise.
1896 * gdb.ada/funcall_param.exp: Likewise.
1897 * gdb.ada/funcall_ref.exp: Likewise.
1898 * gdb.ada/packed_array_assign.exp: Likewise.
1899 * gdb.ada/same_component_name.exp: Likewise.
1900 * gdb.ada/type_coercion.exp: Likewise.
1901 * gdb.ada/unc_arr_ptr_in_var_rec.exp: Likewise.
1902 * gdb.ada/variant_record_packed_array.exp: Likewise.
1903
3ee6bb11
TV
19042020-05-11 Tom de Vries <tdevries@suse.de>
1905
1906 PR symtab/25941
1907 * gdb.dwarf2/clang-debug-names.exp.in: New include exp file, factored
1908 out of ...
1909 * gdb.dwarf2/clang-debug-names.exp: ... here.
1910 * gdb.dwarf2/clang-debug-names-2.exp: New file. Include
1911 clang-debug-names.exp.in.
1912 * gdb.dwarf2/clang-debug-names-2-foo.c: New test.
1913 * gdb.dwarf2/clang-debug-names-2.c: New test.
1914
86cd6bc8
AKS
19152020-05-10 Alok Kumar Sharma <alokkumar.sharma@amd.com>
1916
1917 * lib/fortran.exp (fortran_main): New Proc, handle flang MAIN_,
1918 (fortran_runto_main): New Proc, fortran version of runto_main.
1919 * gdb.fortran/array-bounds-high.exp: Handle flang MAIN_
1920 * gdb.fortran/array-bounds.exp: Likewise.
1921 * gdb.fortran/array-slices.exp: Likewise.
1922 * gdb.fortran/block-data.exp: Likewise.
1923 * gdb.fortran/charset.exp: Likewise.
1924 * gdb.fortran/common-block.exp: Likewise.
1925 * gdb.fortran/complex.exp: Likewise.
1926 * gdb.fortran/derived-type-function.exp: Likewise.
1927 * gdb.fortran/derived-type.exp: Likewise.
1928 * gdb.fortran/info-modules.exp: Likewise.
1929 * gdb.fortran/info-types.exp: Likewise.
1930 * gdb.fortran/intrinsics.exp: Likewise.
1931 * gdb.fortran/library-module.exp: Likewise.
1932 * gdb.fortran/logical.exp: Likewise.
1933 * gdb.fortran/max-depth.exp: Likewise.
1934 * gdb.fortran/module.exp: Likewise.
1935 * gdb.fortran/multi-dim.exp: Likewise.
1936 * gdb.fortran/nested-funcs.exp: Likewise.
1937 * gdb.fortran/print-formatted.exp: Likewise.
1938 * gdb.fortran/print_type.exp: Likewise.
1939 * gdb.fortran/printing-types.exp: Likewise.
1940 * gdb.fortran/ptr-indentation.exp: Likewise.
1941 * gdb.fortran/ptype-on-functions.exp: Likewise.
1942 * gdb.fortran/subarray.exp: Likewise.
1943 * gdb.fortran/vla-alloc-assoc.exp: Likewise.
1944 * gdb.fortran/vla-datatypes.exp: Likewise.
1945 * gdb.fortran/vla-history.exp: Likewise.
1946 * gdb.fortran/vla-ptr-info.exp: Likewise.
1947 * gdb.fortran/vla-ptype-sub.exp: Likewise.
1948 * gdb.fortran/vla-ptype.exp: Likewise.
1949 * gdb.fortran/vla-sizeof.exp: Likewise.
1950 * gdb.fortran/vla-type.exp: Likewise.
1951 * gdb.fortran/vla-value-sub-arbitrary.exp: Likewise.
1952 * gdb.fortran/vla-value-sub-finish.exp: Likewise.
1953 * gdb.fortran/vla-value-sub.exp: Likewise.
1954 * gdb.fortran/vla-value.exp: Likewise.
1955 * gdb.fortran/whatis_type.exp: Likewise.
1956 * gdb.mi/mi-var-child-f.exp: Likewise.
1957
6dc55ce9 19582020-05-09 Tom de Vries <tdevries@suse.de>
1959
1960 * gdb.dwarf2/clang-debug-names.exp: Remove PR25952 kfail.
1961
283cb58c
TV
19622020-05-08 Tom de Vries <tdevries@suse.de>
1963
1964 * gdb.dwarf2/clang-debug-names.c: New test.
1965 * gdb.dwarf2/clang-debug-names.exp: New file.
1966
ac4a4f1c
SM
19672020-05-06 Simon Marchi <simon.marchi@efficios.com>
1968
1969 * gdb.arch/amd64-prologue-skip-cf-protection.exp: New file.
1970 * gdb.arch/amd64-prologue-skip-cf-protection.c: New file.
1971
24fe640b
TV
19722020-05-06 Tom de Vries <tdevries@suse.de>
1973
1974 * gdb.reverse/consecutive-precsave.exp: Handle if instruction after
1975 breakpoint is at a "recommended breakpoint location".
1976 * gdb.reverse/consecutive-reverse.exp: Same.
1977
0d8683a3
TV
19782020-05-06 Tom de Vries <tdevries@suse.de>
1979
1980 * gdb.base/watchpoint-reuse-slot.exp (stepi): Print $pc to get current
1981 address.
1982
b8983c46
TV
19832020-05-06 Tom de Vries <tdevries@suse.de>
1984
1985 * gdb.base/watchpoint-reuse-slot.exp: Fix incorrect assignment.
1986
abf6d805
TV
19872020-05-06 Tom de Vries <tdevries@suse.de>
1988
1989 * gdb.base/store.exp (check_set, up_set): Allowing missing location
1990 info for r.
1991
0fc2a808
TV
19922020-05-06 Tom de Vries <tdevries@suse.de>
1993
1994 * gdb.base/shlib-call.exp: Add extra step to reach shmain.c:42, if
1995 necessary.
1996
873dd427
TV
19972020-05-06 Tom de Vries <tdevries@suse.de>
1998
1999 * lib/unbuffer_output.c (gdb_unbuffer_output): Change return type to
2000 void.
2001
7c99e7e2
TV
20022020-05-06 Tom de Vries <tdevries@suse.de>
2003
2004 * lib/gdb.exp (is_stmt_addresses, hex_in_list): New proc, factored out
2005 of ...
2006 * gdb.base/async.exp: ... here.
2007 * gdb.base/consecutive.exp: Handle if 2nd breakpoint is at a
2008 "recommended breakpoint location".
2009
6173d6a6
TV
20102020-05-06 Tom de Vries <tdevries@suse.de>
2011
2012 * gdb.compile/compile-ifunc.exp: Use -Wno-attribute-alias.
2013
6015a067
TV
20142020-05-04 Tom de Vries <tdevries@suse.de>
2015
2016 * gdb.base/async.exp: Check whether instruction addresses are a
2017 "recommended breakpoint location".
2018
3b6acaee
TT
20192020-05-03 Tom Tromey <tom@tromey.com>
2020
2021 * gdb.base/sepdebug.exp: Remove "catch" test.
2022 * gdb.base/break.exp: Remove "catch" test.
2023 * gdb.base/default.exp: Update expected output.
2024
5beb4d17
TV
20252020-05-02 Tom de Vries <tdevries@suse.de>
2026
2027 * lib/gdb.exp (supports_mpx_check_pointer_bounds): New proc.
2028 * gdb.arch/i386-mpx-call.exp: Use supports_mpx_check_pointer_bounds.
2029 * gdb.arch/i386-mpx-map.exp: Same.
2030 * gdb.arch/i386-mpx-sigsegv.exp: Same.
2031 * gdb.arch/i386-mpx-simple_segv.exp: Same.
2032 * gdb.arch/i386-mpx.exp: Same.
2033
8caf140d
TV
20342020-05-02 Tom de Vries <tdevries@suse.de>
2035
2036 * gdb.base/psym-external-decl.c (main): Add use of variable aaa.
2037
693196cb
TV
20382020-05-01 Tom de Vries <tdevries@suse.de>
2039
2040 * gdb.ada/operator_bp.exp: Allow more than required amount of
2041 breakpoint.
2042
53ae0aa9
TV
20432020-05-01 Tom de Vries <tdevries@suse.de>
2044
2045 * gdb.reverse/until-reverse.c (main): Fix Wunused-result warning.
2046
ee9d1e5f
HD
20472020-04-30 Hannes Domani <ssbssa@yahoo.de>
2048
2049 PR gdb/18706
2050 * gdb.cp/stub-array-size.cc: New test.
2051 * gdb.cp/stub-array-size.exp: New file.
2052 * gdb.cp/stub-array-size.h: New test.
2053 * gdb.cp/stub-array-size2.cc: New test.
2054
d5cf82c0
HD
20552020-04-30 Hannes Domani <ssbssa@yahoo.de>
2056
2057 * gdb.python/py-format-string.exp: Adjust pretty_arrays expected
2058 output to the new format.
2059
42e165c3
SM
20602020-04-29 Simon Marchi <simon.marchi@efficios.com>
2061
2062 * gdb.base/break.exp: Use with_test_prefix.
2063
6e4e3fe1
TV
20642020-04-29 Tom de Vries <tdevries@suse.de>
2065
2066 * lib/gdb.exp (debug_types): New proc.
2067 * gdb.guile/scm-symtab.exp: Add xfail for PR gcc/90232.
2068 * gdb.python/py-symtab.exp: Same.
2069
d642b692
HD
20702020-04-29 Hannes Domani <ssbssa@yahoo.de>
2071
2072 PR gdb/17320
2073 * gdb.base/pretty-array.c: New test.
2074 * gdb.base/pretty-array.exp: New file.
2075
ea90f227
TV
20762020-04-29 Tom de Vries <tdevries@suse.de>
2077
2078 PR symtab/25889
2079 * gdb.cp/cpexprs.exp: Adapt for inclusion.
2080 * gdb.cp/cpexprs-debug-types.exp: New file. Set -fdebug-types-section
2081 and include cpexprs.exp.
2082
a65189c9
TV
20832020-04-28 Mark Williams <mark@myosotissp.com>
2084
2085 PR gdb/24480
2086 * dw4-toplevel-types.exp: Test for top level types.
2087 * dw4-toplevel-types.cc: Test for top level types.
2088
32d1f47a
TBA
20892020-04-28 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2090
2091 * gdb.threads/stop-with-handle.exp: Fix typo in comment
2092 (theads -> threads).
2093
56a4f5a1
TV
20942020-04-28 Tom de Vries <tdevries@suse.de>
2095
2096 * gdb.opt/inline-cmds.exp: Set KFAIL PR.
2097
0b2f8a3b
TV
20982020-04-28 Tom de Vries <tdevries@suse.de>
2099
2100 * gdb.base/info-macros.exp: Remove KFAIL. Add missing trailing ".*".
2101
5390c717
TV
21022020-04-28 Tom de Vries <tdevries@suse.de>
2103
2104 * gdb.ada/array_ptr_renaming.exp: Add PR number in KFAIL.
2105
15cd93d0
TV
21062020-04-28 Tom de Vries <tdevries@suse.de>
2107
2108 * gdb.dwarf2/main-foo.c: New test.
2109 * gdb.dwarf2/struct-with-sig.exp: New file.
2110
d472f0fb
TV
21112020-04-25 Tom de Vries <tdevries@suse.de>
2112
2113 * boards/debug-types.exp: New file.
2114
8d840e05
AB
21152020-04-25 Andrew Burgess <andrew.burgess@embecosm.com>
2116
2117 * gdb.btrace/multi-inferior.exp: Avoid paths in test names.
2118
bcfe6157
TT
21192020-04-24 Tom Tromey <tom@tromey.com>
2120
2121 PR symtab/12707:
2122 * gdb.python/py-symbol.exp: Update expected results for
2123 linkage_name test.
2124 * gdb.cp/print-demangle.exp: New file.
2125 * gdb.base/c-linkage-name.exp: Fix test.
2126 * gdb.guile/scm-symbol.exp: Update expected results for
2127 linkage_name test.
2128
f049a313
TT
21292020-04-24 Tom Tromey <tom@tromey.com>
2130
2131 * gdb.dwarf2/dw2-namespaceless-anonymous.S: Remove.
2132 * gdb.dwarf2/dw2-namespaceless-anonymous.c: New file.
2133 * gdb.dwarf2/dw2-namespaceless-anonymous.exp: Use DWARF
2134 assembler.
2135
7cf28874
TV
21362020-04-24 Tom de Vries <tdevries@suse.de>
2137
2138 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Set language of CU to
2139 C++.
2140
dac2fef7
TT
21412020-04-24 Tom Tromey <tromey@adacore.com>
2142
2143 * gdb.ada/frame_arg_lang.exp: Run with multiple -fgnat-encodings
2144 values.
2145 * gdb.ada/funcall_ref.exp: Run with multiple -fgnat-encodings
2146 values. Update test for minimal encodings.
2147 * gdb.ada/lang_switch.exp: Update test for minimal encodings.
2148 * gdb.ada/var_rec_arr.exp: Run with multiple -fgnat-encodings
2149 values. Update test for minimal encodings.
2150
1acda803
TT
21512020-04-24 Tom Tromey <tromey@adacore.com>
2152
2153 PR python/23662:
2154 * gdb.ada/variant.exp: Add Python checks.
2155 * gdb.rust/simple.exp: Add dynamic type checks.
2156
adfb9815
TT
21572020-04-24 Tom Tromey <tromey@adacore.com>
2158
2159 * gdb.ada/mi_var_array.exp: Try all -fgnat-encodings settings.
2160 Make array type matching more lax.
2161 * gdb.ada/mi_var_union.exp: Try all -fgnat-encodings settings.
2162 * gdb.ada/mi_variant.exp: New file.
2163 * gdb.ada/mi_variant/pck.ads: New file.
2164 * gdb.ada/mi_variant/pkg.adb: New file.
2165 * gdb.ada/packed_tagged.exp: Try all -fgnat-encodings settings.
2166 * gdb.ada/unchecked_union.exp: Try all -fgnat-encodings settings.
2167
7d79de9a
TT
21682020-04-24 Tom Tromey <tromey@adacore.com>
2169
2170 * gdb.ada/variant.exp: Add dynamic field offset tests.
2171 * gdb.ada/variant/pck.ads (Nested_And_Variable): New type.
2172 * gdb.ada/variant/pkg.adb: Add new variables.
2173
f8e89861
TT
21742020-04-24 Tom Tromey <tromey@adacore.com>
2175
2176 * gdb.ada/variant.exp: New file
2177 * gdb.ada/variant/pkg.adb: New file
2178 * gdb.ada/variant/pck.adb: New file
2179
86e887ae
TV
21802020-04-24 Tom de Vries <tdevries@suse.de>
2181
2182 * lib/gdb.exp (clean_restart): Reset errcnt and warncnt.
2183
88428775
TV
21842020-04-24 Tom de Vries <tdevries@suse.de>
2185
2186 * gdb.dwarf2/dwzbuildid.exp: Add quiet to dwzbuildid-mismatch compile
2187 flags.
2188
4e86f6e7
TV
21892020-04-24 Tom de Vries <tdevries@suse.de>
2190
2191 * gdb.dwarf2/dw2-error.exp: Add quiet to compile flags.
2192
2016d3e6
TV
21932020-04-24 Tom de Vries <tdevries@suse.de>
2194
2195 * lib/gdb.exp (default_gdb_start): Handle eof.
2196 (clean_restart): Detect and handle gdb_start failure. Return -1 upon
2197 failure.
2198 * gdb.base/readnever.exp: Handle clean_restart failure.
2199
70bc38f5
TV
22002020-04-23 Tom de Vries <tdevries@suse.de>
2201
2202 * gdb.base/decl-before-def.exp: Run to main and print a again.
2203
de82891c
TV
22042020-04-23 Tom de Vries <tdevries@suse.de>
2205
2206 * gdb.base/decl-before-def-decl.c: New test.
2207 * gdb.base/decl-before-def-def.c: New test.
2208 * gdb.base/decl-before-def.exp: New file.
2209
96038148
TV
22102020-04-23 Tom de Vries <tdevries@suse.de>
2211
2212 * gdb.base/readnever.exp: Skip if GDBFLAGS contain -readnow/--readnow.
2213
54ac3df1
TV
22142020-04-22 Tom de Vries <tdevries@suse.de>
2215
2216 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): Fix
2217 debug_info_offset.
2218 * gdb.mi/dw2-ref-missing-frame.exp: Make sure $objfuncfile comes
2219 before $objsfile in the line line.
2220
714534e1
TV
22212020-04-22 Tom de Vries <tdevries@suse.de>
2222
2223 * gdb.dlang/watch-loc.c (.debug_aranges): Fix _Dmain length.
2224
16a7dbf4
MS
22252020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
2226
2227 * gdb.base/jit-attach-pie.c: Use jit-protocol.h.
2228 * gdb.base/jit-elf-main.c: Use jit-protocol.h.
2229 * gdb.base/jit-reader-host.c: Use jit-protocol.h.
2230 * gdb.base/jit-reader-simple-jit.c: Use jit-protocol.h.
2231 * gdb.base/jit-protocol.h: Update definitions to match all usage
2232 contexts.
2233
22342020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
2235
2236 * gdb.base: Rename all jit related test and source files.
2237
22382020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
2239
2240 * gdb.base/jit-reader.exp: Relax register output check.
2241
317d2668
TV
22422020-04-22 Tom de Vries <tdevries@suse.de>
2243
2244 PR symtab/25764
2245 * gdb.base/psym-external-decl-2.c: New test.
2246 * gdb.base/psym-external-decl.c: New test.
2247 * gdb.base/psym-external-decl.exp: New file.
2248 * gdb.threads/tls.exp: Add PR25807 kfail.
2249
eea9e357
TV
22502020-04-22 Tom de Vries <tdevries@suse.de>
2251
2252 PR symtab/25801
2253 * gdb.dwarf2/imported-unit.exp: Test that we can get imported_unit.c
2254 in "info source" output.
2255
3d5afab3
TV
22562020-04-22 Tom de Vries <tdevries@suse.de>
2257
2258 PR symtab/25700
2259 * gdb.dwarf2/imported-unit.exp: Verify that there's only one partial
2260 symtab for imported_unit.c.
2261
b32102f6
GB
22622020-04-21 Gary Benson <gbenson@redhat.com>
2263
2264 * gdb.base/advance.c (func): New argument, to match call site.
2265 (func2, func3): Add return statements.
2266
d43b7a2d
TBA
22672020-04-21 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2268
2269 * gdb.multi/run-only-second-inf.c: New file.
2270 * gdb.multi/run-only-second-inf.exp: New file.
2271
d89edf9b
MM
22722020-04-21 Markus Metzger <markus.t.metzger@intel.com>
2273
2274 * gdb.btrace/multi-inferior.c: New test.
2275 * gdb.btrace/multi-inferior.exp: New file.
2276
1a476b6d
MM
22772020-04-21 Markus Metzger <markus.t.metzger@intel.com>
2278
2279 * gdb.btrace/enable-new-thread.c: New test.
2280 * gdb.btrace/enable-new-thread.exp: New file.
2281
4778a5f8
TV
22822020-04-21 Tom de Vries <tdevries@suse.de>
2283
2284 PR gdb/25471
2285 * gdb.threads/killed-outside.c: New test.
2286 * gdb.threads/killed-outside.exp: New file.
2287
9b2c992c
GB
22882020-04-20 Gary Benson <gbenson@redhat.com>
2289
2290 * gdb.base/nested-subp1.exp: Use support_nested_function_tests.
2291 * gdb.base/nested-subp2.exp: Likewise.
2292 * gdb.base/nested-subp3.exp: Likewise.
2293
b5d1d6f7
GB
22942020-04-20 Gary Benson <gbenson@redhat.com>
2295
2296 * gdb.base/nested-subp1.exp: Disable test when using clang.
2297 * gdb.base/nested-subp2.exp: Likewise.
2298 * gdb.base/nested-subp3.exp: Likewise.
2299
25230285
GB
23002020-04-20 Gary Benson <gbenson@redhat.com>
2301
2302 * gdb.cp/exception.cc: Fix compilation error with clang.
2303
fa93cc8f
GB
23042020-04-20 Gary Benson <gbenson@redhat.com>
2305
809730f3 2306 * gdb.trace/tspeed.c: Fix compilation error with clang.
fa93cc8f 2307
e0c45f30
GB
23082020-04-20 Gary Benson <gbenson@redhat.com>
2309
2310 * gdb.base/jit-main.c: Fix compilation error with clang.
2311
4ddfec93
KR
23122020-04-17 Kamil Rytarowski <n54@gmx.com>
2313
2314 * gdb.base/attach-twice.c: Include "sys/types.h".
2315 (PTRACE_ATTACH): Add fallback definition.
2316 (main): Pass `0' to the 4th argument of `ptrace'.
2317
2bed205e
KR
23182020-04-17 Kamil Rytarowski <n54@gmx.com>
2319
2320 * gdb.base/fork-running-state.c: Include "signal.h".
2321
0743fc83
TT
23222020-04-17 Tom Tromey <tromey@adacore.com>
2323
2324 * gdb.cp/maint.exp (test_help): Simplify multiple_help_body.
2325 Update tests.
2326 * gdb.btrace/cpu.exp: Update tests.
2327 * gdb.base/maint.exp: Update tests.
2328 * gdb.base/default.exp: Update tests.
2329 * gdb.base/completion.exp: Update tests.
2330
efba5c23
TV
23312020-04-16 Tom de Vries <tdevries@suse.de>
2332
2333 PR symtab/25791
2334 * gdb.dwarf2/gdb-add-index.exp (add_gdb_index): Move ...
2335 (ensure_gdb_index): and factor out and move ...
2336 * lib/gdb.exp (add_gdb_index, ensure_gdb_index): ... here.
2337 * gdb.dwarf2/imported-unit-runto-main.exp: New file.
2338
d191d716
TV
23392020-04-16 Tom de Vries <tdevries@suse.de>
2340
2341 * gdb.base/maint-expand-symbols-header-file.exp: Set language before
2342 loading exec.
2343
99f1bc6a
AB
23442020-04-15 Andrew Burgess <andrew.burgess@embecosm.com>
2345
2346 * gdb.base/many-completions.exp: New file.
2347
194d088f
TV
23482020-04-14 Tom de Vries <tdevries@suse.de>
2349
2350 PR symtab/25718
2351 * gdb.dwarf2/dw2-symtab-includes.exp: New file.
2352
c1a66c06
TV
23532020-04-14 Tom de Vries <tdevries@suse.de>
2354
2355 PR symtab/25720
2356 * gdb.base/maint-expand-symbols-header-file.c: New test.
2357 * gdb.base/maint-expand-symbols-header-file.exp: New file.
2358 * gdb.base/maint-expand-symbols-header-file.h: New test.
2359
21b0982c
AB
23602020-04-14 Andrew Burgess <andrew.burgess@embecosm.com>
2361
2362 * gdb.dwarf2/dw2-inline-many-frames.exp (get_func_info): Delete.
2363 * gdb.dwarf2/dw2-inline-small-func.exp: Pass options to
2364 get_func_info.
2365 (get_func_info): Delete.
2366 * gdb.dwarf2/dw2-is-stmt-2.exp (get_func_info): Delete.
2367 * gdb.dwarf2/dw2-is-stmt.exp (get_func_info): Delete.
2368 * lib/dwarf.exp (get_func_info): New function.
2369
dd1cab06
TV
23702020-04-13 Tom de Vries <tdevries@suse.de>
2371
2372 * lib/ada.exp (find_ada_tool): Pass --GCC and -B to gnatlink, similar
2373 to what find_gnatmake does.
2374
71ea2b6b
TV
23752020-04-10 Tom de Vries <tdevries@suse.de>
2376
2377 * gdb.base/style.exp: Expect "Expanding full symbols" message for
2378 -readnow.
2379
bdfc1e8a
TV
23802020-04-10 Tom de Vries <tdevries@suse.de>
2381
2382 PR cli/25808
2383 * gdb.base/style.c: Add leading newlines.
2384 * gdb.base/style.exp: Use gdb_get_line_number to get specific lines.
2385 Check listing of main's one-line body.
2386
14ca8ecf
TV
23872020-04-08 Tom de Vries <tdevries@suse.de>
2388
2389 * lib/gdb.exp (psymtabs_p): New proc.
2390 * gdb.dwarf2/imported-unit.exp: Mark "no static partial symbols in
2391 importing unit" unsupported if there are no partial symbols.
2392
e21d048f
TV
23932020-04-08 Tom de Vries <tdevries@suse.de>
2394
2395 PR testsuite/25760
2396 * gdb.ada/call_pn.exp: Call "maint expand-symtabs". Add xfails.
2397
25c11aca
TV
23982020-04-07 Tom de Vries <tdevries@suse.de>
2399
2400 PR symtab/25796
2401 * gdb.dwarf2/imported-unit-abstract-const-value.exp: New file.
2402
5707e24b
TV
24032020-04-07 Tom de Vries <tdevries@suse.de>
2404
2405 * gdb.base/check-psymtab.c: New test.
2406 * gdb.base/check-psymtab.exp: New file.
2407
6ee448cc
TT
24082020-04-06 Tom Tromey <tromey@adacore.com>
2409
2410 * gdb.ada/variant-record/proc.adb: New file.
2411 * gdb.ada/variant-record/value.adb: New file.
2412 * gdb.ada/variant-record/value.s: New file.
2413 * gdb.ada/variant-record.exp: New file.
2414
9e7c9a03
HD
24152020-04-03 Hannes Domani <ssbssa@yahoo.de>
2416
2417 PR gdb/25325
2418 * gdb.cp/typed-enum.cc: New test.
2419 * gdb.cp/typed-enum.exp: New file.
2420
c90d28ac
AB
24212020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
2422
2423 * gdb.dwarf2/dw2-inline-small-func-lbls.c: New file.
2424 * gdb.dwarf2/dw2-inline-small-func.c: New file.
2425 * gdb.dwarf2/dw2-inline-small-func.exp: New file.
2426 * gdb.dwarf2/dw2-inline-small-func.h: New file.
2427 * gdb.opt/inline-small-func.c: New file.
2428 * gdb.opt/inline-small-func.exp: New file.
2429 * gdb.opt/inline-small-func.h: New file.
2430
34e9a9fa
AB
24312020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
2432
2433 * lib/dwarf.exp (Dwarf::lines::program::DW_LNS_set_file): New
2434 function.
2435
6a354911
AB
24362020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
2437
2438 * lib/dwarf.exp (function_range): Allow compiler options to be
2439 specified.
2440
880d9777
TV
24412020-04-02 Tom de Vries <tdevries@suse.de>
2442
2443 * gdb.dwarf2/break-inline-psymtab-2.c (bar): Add
2444 __attribute__((always_inline)).
2445 * gdb.dwarf2/break-inline-psymtab.exp: Don't use -O2.
2446
f32682ea
TV
24472020-04-02 Tom de Vries <tdevries@suse.de>
2448
2449 * lib/gdbserver-support.exp (gdbserver_exit): Factor out of ...
2450 (gdbserver_gdb_exit): ... here. Add timeout warning.
2451 * gdb.multi/multi-target.exp (server_spawn_ids): New global var.
2452 (connect_target_extended_remote): Append new server_spawn_id to
2453 server_spawn_ids.
2454 (cleanup): New proc.
2455 (setup, <toplevel>): Call cleanup.
2456
d3214198
TV
24572020-04-02 Tom de Vries <tdevries@suse.de>
2458
2459 * gdb.base/main-psymtab.exp: New file.
2460
cc77ed24
TV
24612020-04-02 Tom de Vries <tdevries@suse.de>
2462
2463 * gdb.fortran/mixed-lang-stack.exp: Accept new complex printing style.
2464
3638a098
TT
24652020-04-01 Tom Tromey <tom@tromey.com>
2466
2467 * gdb.base/complex-parts.exp: Add type tests.
2468
c34e8714
TT
24692020-04-01 Tom Tromey <tom@tromey.com>
2470
2471 * gdb.base/complex-parts.exp: Add arithmetic tests.
2472
981c08ce
TT
24732020-04-01 Tom Tromey <tom@tromey.com>
2474
2475 * gdb.compile/compile.exp: Update.
2476 * gdb.compile/compile-cplus.exp: Update.
2477 * gdb.base/varargs.exp: Update.
2478 * gdb.base/floatn.exp: Update.
2479 * gdb.base/endianity.exp: Update.
2480 * gdb.base/callfuncs.exp (do_function_calls): Update.
2481 * gdb.base/funcargs.exp (complex_args, complex_integral_args)
2482 (complex_float_integral_args): Update.
2483 * gdb.base/complex.exp: Update.
2484 * gdb.base/complex-parts.exp: Update.
2485
3d1cfd43
TT
24862020-04-01 Tom Tromey <tromey@adacore.com>
2487
2488 * gdb.rust/union.rs: New file.
2489 * gdb.rust/union.exp: New file.
2490 * gdb.rust/simple.rs (Union, Union2): Move to union.rs.
2491 (main): Update.
2492 * gdb.rust/simple.exp: Move union tests to union.exp.
2493
e033dfa9
TT
24942020-04-01 Tom Tromey <tromey@adacore.com>
2495
2496 * gdb.rust/simple.rs (main): Remove "y0".
2497
53cccef1
TBA
24982020-04-01 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2499
2500 * gdb.multi/stop-all-on-exit.c: New test.
2501 * gdb.multi/stop-all-on-exit.exp: New file.
2502
60e22c1e
HD
25032020-04-01 Hannes Domani <ssbssa@yahoo.de>
2504
2505 PR gdb/24789
2506 * gdb.cp/misc.cc: Add integer reference variable.
2507 * gdb.cp/misc.exp: Add test.
2508
e139a727
TBA
25092020-04-01 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2510
2511 * gdb.server/stop-reply-no-thread.exp: Enhance the test
2512 scenario to cover execution until the end and also the case
2513
16b0db75
TV
25142020-03-31 Tom de Vries <tdevries@suse.de>
2515
2516 * gdb.base/c-linkage-name.exp: Fix test-case comment. Set language to
2517 c. Use "maint info symtabs" to check symtab expansion.
2518
c0502da6
TV
25192020-03-30 Tom de Vries <tdevries@suse.de>
2520
2521 * gdb.base/c-linkage-name.exp: Use readnow call to mark a test
2522 unsupported.
2523 (verify_psymtab_expanded): Move ...
2524 * lib/gdb.exp (verify_psymtab_expanded): ... here. Add unsupported
2525 test.
2526 (readnow): New proc.
2527
5935fd15
AB
25282020-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
2529
2530 * gdb.fortran/mixed-lang-stack.exp: Replace two hard coded address
2531 with $hex.
2532
1773be9e
TT
25332020-03-20 Tom Tromey <tromey@adacore.com>
2534
2535 * gdb.dwarf2/dw2-ranges-base.exp: Update regular expressions.
2536
70304be9
TT
25372020-03-20 Tom Tromey <tromey@adacore.com>
2538
2539 * gdb.ada/sub_variant/subv.adb: New file.
2540 * gdb.ada/sub_variant.exp: New file.
2541
0dd7b8f7
TV
25422020-03-20 Tom de Vries <tdevries@suse.de>
2543
2544 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Bail out if
2545 first break fails.
2546 * gdb.threads/step-over-trips-on-watchpoint.exp: (do_test): Same.
2547
cada5fc9
AB
25482020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
2549
2550 * gdb.server/exit-multiple-threads.c: New file.
2551 * gdb.server/exit-multiple-threads.exp: New file.
2552
6b8c53f2
AB
25532020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
2554
2555 * gdb.fortran/mixed-lang-stack.c: New file.
2556 * gdb.fortran/mixed-lang-stack.cpp: New file.
2557 * gdb.fortran/mixed-lang-stack.exp: New file.
2558 * gdb.fortran/mixed-lang-stack.f90: New file.
2559
19a2740f
AB
25602020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
2561
2562 * gdb.linespec/cp-completion-aliases.cc: New file.
2563 * gdb.linespec/cp-completion-aliases.exp: New file.
2564
d8c8b848
TV
25652020-03-19 Tom de Vries <tdevries@suse.de>
2566
2567 * gdb.opt/inline-locals.exp: Add kfail PR number. Make kfail matching
2568 more precise.
2569
a9933ccf
TV
25702020-03-18 Tom de Vries <tdevries@suse.de>
2571
2572 * gdb.dwarf2/break-inline-psymtab-2.c: New test.
2573 * gdb.dwarf2/break-inline-psymtab.c: New test.
2574 * gdb.dwarf2/break-inline-psymtab.exp: New file.
2575
2f89101f
TV
25762020-03-16 Tom de Vries <tdevries@suse.de>
2577
2578 * lib/cache.exp (gdb_do_cache): Add and handle local variables
2579 cache_verify and cache_verify_proc.
2580
6b9374f1
TV
25812020-03-15 Tom de Vries <tdevries@suse.de>
2582
2583 * gdb.server/solib-list.exp: Handle
2584 'Load new symbol table from "/lib64/ld-2.26.so"? (y or n)'.
2585
eaeaf44c
TV
25862020-03-15 Tom de Vries <tdevries@suse.de>
2587
2588 * gdb.base/maint.exp: Use exp_continue in long lines for "maint print
2589 objfiles".
2590
3293bbaf
TT
25912020-03-14 Tom Tromey <tom@tromey.com>
2592
2593 * gdb.base/cvexpr.exp: Add test for _Atomic and restrict.
2594
ab44624c
TV
25952020-03-14 Tom de Vries <tdevries@suse.de>
2596
2597 * gdb.mi/mi-fortran-modules.exp: Use exp_continue.
2598
54c43825
TV
25992020-03-14 Tom de Vries <tdevries@suse.de>
2600
2601 * gdb.threads/attach-many-short-lived-threads.exp: Read "info threads"
2602 result in line-by-line fashion.
2603
2ac70237
TV
26042020-03-14 Tom de Vries <tdevries@suse.de>
2605
2606 * lib/gdb.exp (supports_statement_frontiers): New proc.
2607 * gdb.cp/step-and-next-inline.exp: Use supports_statement_frontiers.
2608
09546b56
TV
26092020-03-14 Tom de Vries <tdevries@suse.de>
2610
2611 * gdb.base/printcmds.exp: Add missing quoting for "print
2612 teststring2".
2613
a1f6a07c
TT
26142020-03-13 Tom Tromey <tom@tromey.com>
2615
2616 * gdb.base/printcmds.exp (test_print_strings): Add regression
2617 test.
2618 * gdb.base/printcmds.c (charptr): New typedef.
2619 (teststring2): New global.
2620
1b83d09c
AB
26212020-03-13 Andrew Burgess <andrew.burgess@embecosm.com>
2622
2623 * gdb.base/break-interp.exp: Use the tail of the filename, not the
2624 full path in the test name.
2625 (test_ld): Add some with_test_prefix blocks to make test names
2626 unique.
2627
2d61316c
TV
26282020-03-13 Tom de Vries <tdevries@suse.de>
2629
2630 * gdb.mi/mi-sym-info.exp: Fix buffer full errors, and timeouts.
2631
2e9145ac
TV
26322020-03-13 Tom de Vries <tdevries@suse.de>
2633
2634 * gdb.mi/mi-sym-info.exp: Make matching more precise.
2635
96c7f873
TV
26362020-03-13 Tom de Vries <tdevries@suse.de>
2637
2638 PR symtab/25646
2639 * gdb.dwarf2/imported-unit.exp: Add test.
2640
49ba92c0
TV
26412020-03-13 Tom de Vries <tdevries@suse.de>
2642
2643 * gdb.mi/mi-sym-info-2.c (another_char_t, another_short_t): New typedef.
2644 (var1, var2): New variable.
2645 * gdb.mi/mi-sym-info.exp: Add --name to various commands to restrict
2646 matching symbols.
2647
301b21e0
TV
26482020-03-13 Tom de Vries <tdevries@suse.de>
2649
2650 * lib/tuiterm.exp (Term::command_no_prompt_prefix): New proc.
2651 (Term::command): Use prompt prefix.
2652 (Term::enter_tui): Use command_no_prompt_prefix instead of prefix.
2653 * gdb.tui/tui-layout-asm-short-prog.exp: Use
2654 command_no_prompt_prefix instead of prefix.
2655 * gdb.tui/tui-layout-asm.exp: Same.
2656
3f512721
SM
26572020-03-12 Simon Marchi <simon.marchi@efficios.com>
2658
2659 * gdb.base/break-interp.exp: Use foreach_with_prefix.
2660
40310f30
SM
26612020-03-12 Simon Marchi <simon.marchi@efficios.com>
2662
2663 * gdb.arch/amd64-disp-step-avx.S: Add nops after _start.
2664 * gdb.arch/amd64-disp-step-avx.exp: Enable "set debug displaced
2665 on" while stepping over the test instruction, match printed
2666 message.
2667
09252140
TV
26682020-03-12 Tom de Vries <tdevries@suse.de>
2669
2670 * gdb.base/info-types.exp: Use exp_continue during matching of output
2671 of "info types".
2672
14e9c72c
TV
26732020-03-12 Tom de Vries <tdevries@suse.de>
2674
2675 * gdb.threads/execl.exp: Delete breakpoint after hitting it.
2676
e515d67e
TV
26772020-03-12 Tom de Vries <tdevries@suse.de>
2678
2679 * gdb.fortran/module.exp: Use exp_continue during matching of output
2680 of "info variable -n".
2681
307eafd8
TV
26822020-03-12 Tom de Vries <tdevries@suse.de>
2683
2684 * gdb.dwarf2/dw2-ranges-base.exp: Limit "maint info line-table" to
2685 gdb.dwarf2/dw2-ranges-base.c.
2686
9a2de3fc
TV
26872020-03-12 Tom de Vries <tdevries@suse.de>
2688
2689 * gdb.linespec/explicit.exp: Fix "complete non-unique file name" test
2690 in presence of GLIBC debuginfo.
2691
3217502e
TV
26922020-03-12 Tom de Vries <tdevries@suse.de>
2693
2694 * lib/gdb.exp (gdb_core_cmd): Use string_to_regexp for regexp-matching
2695 $core.
2696
1281424c
TV
26972020-03-12 Tom de Vries <tdevries@suse.de>
2698
2699 * lib/gdb.exp (gdb_core_cmd): Make "No such file or directory" regexp
2700 more precise.
2701
038b97fc
SM
27022020-03-11 Simon Marchi <simon.marchi@efficios.com>
2703
2704 * lib/gdb.exp (standard_output_file): Use `pwd -W` to convert
2705 from Unix to Windows path.
2706
5308d1e7
TV
27072020-03-11 Tom de Vries <tdevries@suse.de>
2708
2709 * gdb.ada/minsyms.exp: Set language to ada.
2710
f870f78f
TV
27112020-03-11 Tom de Vries <tdevries@suse.de>
2712
2713 * gdb.server/sysroot.exp: Allow GLIBC's printf alias __printf.
2714
5a13315d
TV
27152020-03-11 Tom de Vries <tdevries@suse.de>
2716
2717 * gdb.btrace/reconnect.exp: Allow source line pattern after stepi.
2718
976862ed
TT
27192020-03-11 Tom Tromey <tromey@adacore.com>
2720
2721 * gdb.dwarf2/variant.exp: Mark discriminants as artificial.
2722
7462c383
TV
27232020-03-11 Tom de Vries <tdevries@suse.de>
2724
2725 * gdb.base/foll-fork.exp: Allow "Reading in symbols" messages.
2726
1c6c46a0
TV
27272020-03-11 Tom de Vries <tdevries@suse.de>
2728
2729 * gdb.base/break-interp.exp: Limit verbose scope.
2730
44f41bb7
TV
27312020-03-11 Tom de Vries <tdevries@suse.de>
2732
2733 * gdb.fortran/logical.f90: Define variable with character type.
2734 * gdb.fortran/logical.exp: Use character type instead of uint8_t.
2735
b76f3a42
TV
27362020-03-11 Tom de Vries <tdevries@suse.de>
2737
2738 * gdb.base/list-ambiguous.exp: Set EDITOR to true.
2739
1c33af77
TV
27402020-03-11 Tom de Vries <tdevries@suse.de>
2741
2742 * gdb.ada/access_to_packed_array.exp: Test printing of expanded
2743 symtabs.
2744
8c95582d
AB
27452020-03-10 Andrew Burgess <andrew.burgess@embecosm.com>
2746 Bernd Edlinger <bernd.edlinger@hotmail.de>
2747
2748 * gdb.cp/step-and-next-inline.cc: New file.
2749 * gdb.cp/step-and-next-inline.exp: New file.
2750 * gdb.cp/step-and-next-inline.h: New file.
2751 * gdb.dwarf2/dw2-is-stmt.c: New file.
2752 * gdb.dwarf2/dw2-is-stmt.exp: New file.
2753 * gdb.dwarf2/dw2-is-stmt-2.c: New file.
2754 * gdb.dwarf2/dw2-is-stmt-2.exp: New file.
2755 * gdb.dwarf2/dw2-ranges-base.exp: Update line table pattern.
2756
cecf8547
AB
27572020-03-10 Andrew Burgess <andrew.burgess@embecosm.com>
2758
2759 * lib/dwarf.exp (Dwarf::lines) Add support for modifying the
2760 is-stmt flag in the line table.
2761
0ba678c9
TV
27622020-03-09 Tom de Vries <tdevries@suse.de>
2763
2764 * lib/gdb.exp (cached_file): Create cache dir.
2765
72fbdf83
TV
27662020-03-07 Tom de Vries <tdevries@suse.de>
2767
2768 * gdb.cp/ref-params.exp: Compare build_executable result with -1.
2769 * gdb.cp/rvalue-ref-params.exp: Same.
2770
436b5e99
TV
27712020-03-06 Tom de Vries <tdevries@suse.de>
2772
2773 * lib/gdb.exp (tentative_rename, cached_file): New proc.
2774 * boards/cc-with-tweaks.exp: Use cached_file to create gdb.sh.
2775
09f2921c
TV
27762020-03-06 Tom de Vries <tdevries@suse.de>
2777
2778 * README: Fix "the the".
2779 * gdb.base/dprintf.exp: Same.
2780
50a3cc5d
TV
27812020-03-05 Tom de Vries <tdevries@suse.de>
2782
2783 * gdb.base/maint.exp: Update "main print statistics" expected output.
2784
0a709cba
AKS
27852020-03-04 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
2786
2787 * lib/fortran.exp (fortran_int4): Handle flang kind printing.
2788 (fortran_int8): Likewise.
2789 (fortran_real4): Likewise.
2790 (fortran_real8): Likewise.
2791 (fortran_complex4): Likewise.
2792 (fortran_logical4): Likewise.
2793 (fortran_character1): Likewise.
2794
5e5d66b6
AB
27952020-03-03 Andrew Burgess <andrew.burgess@embecosm.com>
2796
2797 * gdb.fortran/logical.exp: Add tests that any non-zero value is
2798 printed as true.
2799
7b973adc
SDJ
28002020-03-03 Sergio Durigan Junior <sergiodj@redhat.com>
2801
2802 * gdb.base/printcmds.exp: Add test to verify printf of a
2803 variable holding an address.
2804
478e490a
TV
28052020-03-03 Tom de Vries <tdevries@suse.de>
2806
2807 * gdb.mi/gdb2549.exp: Fix "register values t" check-read1 timeout.
2808
1ef44e86
TV
28092020-03-03 Tom de Vries <tdevries@suse.de>
2810
2811 * gdb.mi/list-thread-groups-available.exp: Use -prompt syntax for
2812 gdb_test_multiple call.
2813
b98cc2cf
TV
28142020-03-03 Tom de Vries <tdevries@suse.de>
2815
2816 * gdb.mi/mi-sym-info.exp: Add missing -prompt "$mi_gdb_prompt$" to
2817 gdb_test_multiple calls.
2818
63e163f2
AB
28192020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
2820
2821 * gdb.base/default.exp: Remove test of 'set history filename'.
2822 * gdb.base/gdbinit-history.exp: Add tests for setting the history
2823 filename to the empty string.
2824 * lib/gdb.exp (gdb_init): Unset environment variables GDBHISTFILE
2825 and GDBHISTSIZE.
2826
24ed6739
AB
28272020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
2828
2829 * gdb.server/stop-reply-no-thread.exp: Add test where T packet is
2830 disabled.
2831
590003dc 28322020-03-02 Pedro Alves <palves@redhat.com>
fc5d6901 2833 Tom de Vries <tdevries@suse.de>
590003dc
TV
2834
2835 * lib/gdb.exp (gdb_test_multiple): Handle prompt_regexp option using
2836 -prompt prefix, before user_code argument. Add -lbl option likewise.
2837 (skip_python_tests_prompt, skip_libstdcxx_probe_tests_prompt)
2838 (gdb_is_target_1): Add -prompt prefix and move to before user_code
2839 argument.
2840 * gdb.base/corefile-buildid.exp: Use -lbl option. Rewrite regexps to
2841 have "\r\n" at start-of-line, instead of at end-of-line.
2842
f5e46084
SM
28432020-02-28 Simon Marchi <simon.marchi@efficios.com>
2844
2845 * lib/trace-support.exp (get_in_proc_agent): Adjust path to
2846 libinproctrace.so.
2847
f7a7000d
LM
28482020-02-28 Luis Machado <luis.machado@linaro.org>
2849
2850 * gdb.arch/aarch64-fp.exp: Switch from "info registers" command
2851 to "p/x".
2852
718e0816
LM
28532020-02-28 Luis Machado <luis.machado@linaro.org>
2854
2855 * gdb.arch/aarch64-dbreg-contents.c: Include stdlib.h, unistd.h,
2856 asm/ptrace.h and error.h.
2857
13c3a74a
TV
28582020-02-28 Tom de Vries <tdevries@suse.de>
2859
2860 * gdb.base/c-linkage-name.c (main): Call do_something_other_cu.
2861 (struct wrapper, do_something, mundane/symada__cS): Move ...
2862 * gdb.base/c-linkage-name-2.c: ... here. New source file.
2863 * gdb.base/c-linkage-name.exp: Add verification of psymtab expansion.
2864 Update "print symada__cS before partial symtab expansion" regexp.
2865 Update breakpoint location. Flush symbol cache after expansion.
2866
85d2d5bb
LM
28672020-02-28 Luis Machado <luis.machado@linaro.org>
2868
2869 * gdb.arch/aarch64-pauth.exp: Recognize optional PAC output.
2870
3608f86c
TV
28712020-02-27 Tom de Vries <tdevries@suse.de>
2872
2873 * config/sid.exp: Remove unused globals.
2874 * gdb.base/attach.exp: Same.
2875 * gdb.base/catch-load.exp: Same.
2876 * gdb.base/dbx.exp: Same.
2877 * lib/gdb.exp: Same.
2878 * lib/mi-support.exp: Same.
2879 * lib/prompt.exp: Same.
2880
c8d4f6df
TV
28812020-02-27 Tom de Vries <tdevries@suse.de>
2882
2883 * lib/tuiterm.exp (spawn): Handle case that spawn_out(slave,name) is
2884 not set.
2885
0d79cdc4
AM
28862020-02-26 Aaron Merey <amerey@redhat.com>
2887
2888 * gdb.debuginfod: New directory for debuginfod tests.
2889 * gdb.debuginfod/main.c: New test file.
2890 * gdb.debuginfod/fetch_src_and_symbols.exp: New tests.
2891
0dce4280
TV
28922020-02-26 Tom de Vries <tdevries@suse.de>
2893
2894 PR gdb/25603
2895 * gdb.base/persistent-lang.cc: New test.
2896 * gdb.base/persistent-lang.exp: New file.
2897
9e80cfa1
AB
28982020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
2899
2900 * gdb.fortran/derived-type-striding.exp: Add a new test.
2901 * gdb.fortran/derived-type-striding.f90: Add pointer variable for
2902 new test.
2903
2078dbb2
AB
29042020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
2905
2906 * gdb.base/cached-source-file.exp: Avoid source file paths in test
2907 names.
2908
70d49700
TV
29092020-02-25 Tom de Vries <tdevries@suse.de>
2910
2911 PR go/18926
2912 * gdb.go/methods.exp: Remove gcc/93866 xfail.
2913
a88ef40d
TV
29142020-02-24 Tom de Vries <tdevries@suse.de>
2915
2916 PR gdb/25592
2917 * gdb.base/info-locals-unused-static-var.c: New test.
2918 * gdb.base/info-locals-unused-static-var.exp: New file.
2919
01b1af32
TT
29202020-02-22 Tom Tromey <tom@tromey.com>
2921
2922 * gdb.python/tui-window.exp: New file.
2923 * gdb.python/tui-window.py: New file.
2924
7c043ba6
TT
29252020-02-22 Tom Tromey <tom@tromey.com>
2926
2927 PR tui/17850:
2928 * gdb.tui/new-layout.exp: Add horizontal layout and winheight
2929 tests.
2930
c22fef7e
TT
29312020-02-22 Tom Tromey <tom@tromey.com>
2932
2933 * gdb.tui/new-layout.exp: Add sub-layout tests.
2934
ee325b61
TT
29352020-02-22 Tom Tromey <tom@tromey.com>
2936
2937 * gdb.tui/new-layout.exp: New file.
2938
3f0cbb04
TT
29392020-02-22 Tom Tromey <tom@tromey.com>
2940
2941 * gdb.rust/rust-style.rs: New file.
2942 * gdb.rust/rust-style.exp: New file.
2943 * gdb.base/style.exp: Test structure printing.
2944 * gdb.base/style.c (struct some_struct): New type.
2945 (enum etype): New type.
2946 (struct_value): New global.
2947
75525152
TV
29482020-02-21 Tom de Vries <tdevries@suse.de>
2949
2950 PR go/18926
2951 * lib/gdb.exp (bp_location2/bp_location2_regexp): Fix.
2952 Remove blanket xfails. Use message argument for gdb_breakpoint.
2953 Make continuing to breakpoint test conditional on setting breakpoint.
2954 Fix continuing to breakpoint regexp. Add xfails for gccgo-6/7
2955 DW_AT_name attribute. Add xfail for GCC PR93866.
2956
bd360d30
AB
29572020-02-21 Andrew Burgess <andrew.burgess@embecosm.com>
2958
2959 * gdb.dwarf2/cpp-linkage-name.c: New file.
2960 * gdb.dwarf2/cpp-linkage-name.exp: New file.
2961
c7adb09f 29622020-02-21 Shahab Vahedi <shahab@synopsys.com>
24ac169a
SV
2963
2964 * lib/gdb.exp (gdb_wrapper_init): Reset
2965 "gdb_wrapper_initialized" to 0 if "wrapper_file" does
2966 not exist.
2967
a9c79803
TV
29682020-02-20 Tom de Vries <tdevries@suse.de>
2969
2970 PR go/17018
2971 * gdb.go/hello.exp: Copy ...
2972 * gdb.go/global-local-var-shadow.exp: ... here. New file. Expect
2973 print of st to print value of global definition. Add xfail for GCC
2974 PR93844.
2975 * gdb.go/hello.exp: Remove printing of st before definition.
2976 * gdb.go/hello.go: Copy ...
2977 * gdb.go/global-local-var-shadow.go: ... here. New test. Rename myst
2978 to st.
2979 * gdb.go/hello.go: Remove myst. Remove comment about shadowing.
2980
d7445728
TV
29812020-02-20 Tom de Vries <tdevries@suse.de>
2982
2983 * lib/gdb.exp (support_go_compile): New gdb_caching_proc.
2984 (gdb_simple_compile): Handle compile_flags go by using .go extension
2985 for source file.
2986 * gdb.go/chan.exp: Use support_go_compile.
2987 * gdb.go/handcall.exp: Same.
2988 * gdb.go/hello.exp: Same.
2989 * gdb.go/integers.exp: Same.
2990 * gdb.go/max-depth.exp: Same.
2991 * gdb.go/methods.exp: Same.
2992 * gdb.go/package.exp: Same.
2993 * gdb.go/strings.exp: Same.
2994 * gdb.go/types.exp: Same.
2995 * gdb.go/unsafe.exp: Same.
2996
c9c41e6d
TV
29972020-02-19 Tom de Vries <tdevries@suse.de>
2998
2999 * gdb.python/lib-types.exp: Make xfail more strict.
3000
f20ff837
TV
30012020-02-19 Tom de Vries <tdevries@suse.de>
3002
3003 * gdb.ada/funcall_ref.exp: Replace xfail setup by unsupported check.
3004
08410482
DE
30052020-02-19 Doug Evans <dje@google.com>
3006
3007 PR rust/25535
3008 * gdb.rust/simple.exp: Add test.
3009 * gdb.rust/simple.rs: Add test.
3010
623563f7
TV
30112020-02-19 Tom de Vries <tdevries@suse.de>
3012
3013 * gdb.base/corefile-buildid.exp (check_exec_file): Match info files
3014 output line-by-line.
3015
d3308cfd
TV
30162020-02-19 Tom de Vries <tdevries@suse.de>
3017
3018 * gdb.cp/cpexprs.exp: Remove c++/14186 kfail.
3019
86cbc5dc
TV
30202020-02-19 Tom de Vries <tdevries@suse.de>
3021
3022 * gdb.base/solib-overlap.exp: Use exec instead of system to execute
3023 prelink.
3024
9db2b96b
TV
30252020-02-19 Tom de Vries <tdevries@suse.de>
3026
3027 * lib/cache.exp (ignore_pass, gdb_do_cache_wrap): New proc.
3028 (gdb_do_cache): Use gdb_do_cache_wrap.
3029 * gdb.base/gdb-caching-proc.exp (test_proc): Use gdb_do_cache_wrap.
3030
89e2fdc5
TV
30312020-02-19 Tom de Vries <tdevries@suse.de>
3032
3033 * lib/dtrace.exp (dtrace_build_usdt_test_program): Use quiet as
3034 gdb_compile option.
3035
373d7ac0
SM
30362020-02-18 Simon Marchi <simon.marchi@efficios.com>
3037
3038 * gdb.base/printcmds.exp (test_print_enums): Update expected
3039 output.
3040
b29a2df0
SM
30412020-02-18 Simon Marchi <simon.marchi@efficios.com>
3042
3043 * gdb.base/printcmds.exp (test_print_enums): Expect hex values
3044 for "unknown".
3045
6740f0cc
SM
30462020-02-18 Simon Marchi <simon.marchi@efficios.com>
3047
3048 * gdb.base/printcmds.c (enum flag_enum): Add FE_TWO_LEGACY
3049 enumerator.
3050
edd45eb0
SM
30512020-02-18 Simon Marchi <simon.marchi@efficios.com>
3052
3053 * gdb.base/printcmds.c (enum flag_enum): Prefix enumerators with
3054 FE_, add FE_NONE.
3055 (three): Update.
3056 (enum flag_enum_without_zero): New enum.
3057 (flag_enum_without_zero): New variable.
3058 (enum not_flag_enum): New enum.
3059 (three_not_flag): New variable.
3060 * gdb.base/printcmds.exp (test_artificial_arrays): Update.
3061 (test_print_enums): Add more tests for printing flag enums.
3062
d4295de4
TV
30632020-02-18 Tom de Vries <tdevries@suse.de>
3064
3065 * lib/ada.exp (gdb_compile_ada_1): Factor out of ...
3066 (gdb_compile_ada): ... here.
3067 (gnat_runtime_has_debug_info): Remove fail call for gdb_compile_ada
3068 failure. Use gdb_compile_ada_1 instead of gdb_compile_ada.
3069
f251f505
TT
30702020-02-14 Tom Tromey <tom@tromey.com>
3071
3072 * lib/gdbserver-support.exp (find_gdbserver): Find gdbserver in
3073 build directory.
3074 * boards/gdbserver-base.exp: Update path to gdbserver.
3075
8f432634
TV
30762020-02-13 Tom de Vries <tdevries@suse.de>
3077
3078 * lib/ada.exp (gdb_compile_ada): Delete stale exec before compilation.
3079
92b6eaf7
TV
30802020-02-13 Tom de Vries <tdevries@suse.de>
3081
3082 * gdb.ada/catch_ex_std.exp: Indicate unsupported if gnatbind/gnatlink
3083 are missing.
3084
f3b0f7fe
TV
30852020-02-13 Tom de Vries <tdevries@suse.de>
3086
3087 * lib/ada.exp (gnatmake_version_at_least): Wrap exec call in a catch
3088 call.
3089
f6be8713
SDJ
30902020-02-11 Sergio Durigan Junior <sergiodj@redhat.com>
3091
3092 PR tui/25126
3093 https://bugzilla.redhat.com/show_bug.cgi?id=1784210
3094 * gdb.base/cached-source-file.c: New file.
3095 * gdb.base/cached-source-file.exp: New file.
3096
b2770d5e
TV
30972020-02-11 Tom de Vries <tdevries@suse.de>
3098
3099 PR testsuite/25488
3100 * lib/gdb.exp (gdb_init): Unset $file_last_loaded.
3101
44f6938e
TV
31022020-02-10 Tom de Vries <tdevries@suse.de>
3103
3104 * gdb.multi/multi-target.exp: Skip if skip_gdbserver_tests.
3105
5f0e2eb7
MR
31062020-02-10 Maciej W. Rozycki <macro@wdc.com>
3107
3108 * gdb.base/step-over-no-symbols.exp: Verify that $before_addr
3109 and $after_addr are both integers before making a comparison.
3110
46ce2b6f
TV
31112020-02-09 Tom de Vries <tdevries@suse.de>
3112
3113 * gdb.base/many-headers.exp: Echo gdb command to gdb.log. Capture gdb
3114 command output and paste it into gdb.log. If any, paste catch message
3115 to gdb.log.
3116
5abbbe1d
TT
31172020-02-07 Tom Tromey <tromey@adacore.com>
3118
3119 PR breakpoints/24915:
3120 * gdb.base/annotate-symlink.exp: Use setup_xfail.
3121
1d5d29e7
SV
31222020-02-06 Shahab Vahedi <shahab@synopsys.com>
3123
3124 * gdb.tui/tui-missing-src.exp: Add the "missing source
3125 file" test for the TUI.
3126
b0999b9b
AB
31272020-02-06 Andrew Burgess <andrew.burgess@embecosm.com>
3128
3129 * gdb.server/multi-ui-errors.exp: Give a test a real name to avoid
3130 including a port number in the output.
3131
c3b149eb
AKS
31322020-02-04 Alok Kumar Sharma <alokkumar.sharma@amd.com>
3133
3134 * lib/fortran.exp (fortran_int4): Handle clang.
3135 (fortran_int8): Likewise.
3136 (fortran_real4): Likewise.
3137 (fortran_real8): Likewise.
3138 (fortran_complex4): Likewise.
3139 (fortran_logical4): Likewise.
3140 (fortran_character1): Likewise.
3141
f8dcc90b
TV
31422020-02-04 Tom de Vries <tdevries@suse.de>
3143
3144 * README (Race detection): Add note.
3145
f90ac7c2
TV
31462020-02-04 Tom de Vries <tdevries@suse.de>
3147
3148 * lib/gdb.exp (inferior_exited_re): Use "\[^\n\r\]*" instead of ".*".
3149
780636ae
TV
31502020-02-04 Tom de Vries <tdevries@suse.de>
3151
3152 * lib/gdb.exp (inferior_exited_re): Use non-capturing parentheses.
3153
5d2e1193
RA
31542020-02-03 Rogerio A. Cardoso <rcardoso@linux.ibm.com>
3155
3156 * gdb.arch/powerpc-power8.exp: Delete trailing whitespace of
3157 tbegin., tend. instructions. Replace bctar-, bctar+, bctarl-,
3158 bctarl+ extended mnemonics when avaliable by bgttar, bnstarl,
3159 blttar, bnetarl.
3160 * gdb.arch/powerpc-power8.s: Fix comments. Fix instructions
3161 binary for blttar, bnetarl.
3162 * gdb.arch/powerpc-power9.exp: Delete trailing whitespace of
3163 wait instruction. Delete ldmx test.
3164 * gdb.arch/powerpc-power9.s: Delete ldmx instruction.
3165
e409c542
AKS
31662020-02-03 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
3167
3168 * gdb.fortran/array-bounds-high.exp: New file.
3169 * gdb.fortran/array-bounds-high.f90: New file.
3170
b0029748
LD
31712020-02-03 Lukas Durfina <ldurfina@tachyum.com> (tiny change)
3172
3173 * gdb.base/fileio.c: Remove #include of <sys/errno.h>.
3174 Replace #include of <sys/fcntl.h> by <fcntl.h>.
3175
195a8287
TV
31762020-02-01 Tom de Vries <tdevries@suse.de>
3177
3178 * gdb.server/server-kill-python.exp: Fix $gdb_tst_name typo.
3179
42330a68
AB
31802020-01-31 Andrew Burgess <andrew.burgess@embecosm.com>
3181
3182 PR tui/9765
3183 * gdb.tui/tui-layout-asm-short-prog.S: New file.
3184 * gdb.tui/tui-layout-asm-short-prog.exp: New file.
3185
b62a8028
LM
31862020-01-29 Luis Machado <luis.machado@linaro.org>
3187
3188 * gdb.arch/aarch64-brk-patterns.c: New source file.
3189 * gdb.arch/aarch64-brk-patterns.exp: New test.
3190
5f440116
TBA
31912020-01-29 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
3192
3193 * gdb.cp/pass-by-ref-2.exp: Mark some tests as XFAIL based on the
3194 GCC/Clang version.
3195 * gdb.cp/pass-by-ref.exp: Ditto.
3196
ee2a6fc6
TV
31972020-01-29 Tom de Vries <tdevries@suse.de>
3198
3199 * gdb.threads/watchpoint-fork-child.c: Guard prints with #if DEBUG.
3200 * gdb.threads/watchpoint-fork-mt.c: Same.
3201 * gdb.threads/watchpoint-fork-parent.c: Same.
3202 * gdb.threads/watchpoint-fork-st.c: Same.
3203 * gdb.threads/watchpoint-fork.exp: Compile with DEBUG=0.
3204
16b10d6e
LM
32052020-01-27 Luis Machado <luis.machado@linaro.org>
3206
3207 * gdb.base/step-over-syscall.exp (setup): Check if we're already
3208 sitting at a syscall instruction when we hit the syscall function's
3209 breakpoint.
3210 Check PC against one obtained with the x command.
3211 Validate syscall number.
3212 (step_over_syscall): Don't continue to the syscall instruction if
3213 we're already there.
3214
b1468492
PW
32152020-01-25 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3216
3217 * gdb.base/attach.exp: Test 'set exec-file-mismatch'.
3218
7ffa82e1
AB
32192020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
3220
3221 * gdb.dwarf2/dw2-inline-many-frames.c: New file.
3222 * gdb.dwarf2/dw2-inline-many-frames.exp: New file.
3223
3d92a3e3
AB
32242020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
3225
3226 * gdb.dwarf2/dw2-inline-stepping.c: New file.
3227 * gdb.dwarf2/dw2-inline-stepping.exp: New file.
3228
94a72be7
AB
32292020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
3230
3231 * gdb.base/maint.exp: Update line table parsing test.
3232 * gdb.dwarf2/dw2-ranges-base.exp: Add new line table parsing test.
3233
53af73bf
PA
32342020-01-24 Pedro Alves <palves@redhat.com>
3235
3236 PR gdb/25410
3237 * gdb.multi/multi-re-run-1.c: New.
3238 * gdb.multi/multi-re-run-2.c: New.
3239 * gdb.multi/multi-re-run.exp: New.
3240
1ba1ac88
AB
32412020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
3242
3243 PR gdb/23718
3244 * gdb.server/server-kill-python.exp: New file.
3245
f3364a6d
AB
32462020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
3247
3248 * gdb.server/multi-ui-errors.c: New file.
3249 * gdb.server/multi-ui-errors.exp: New file.
3250
733d0a67
AB
32512020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
3252
3253 PR tui/9765
3254 * gdb.tui/tui-layout-asm.exp: Add scrolling test for asm window.
3255
4f13c1c0
TT
32562020-01-19 Tom Tromey <tom@tromey.com>
3257
3258 * gdb.tui/main.exp: Add check for plain "file".
3259
40c94099
CB
32602020-01-16 Christian Biesinger <cbiesinger@google.com>
3261
3262 * lib/gdb.exp: Fix spelling error (seperatelly).
3263
ff47f4f0
TT
32642020-01-14 Tom Tromey <tom@tromey.com>
3265
3266 PR symtab/12535:
3267 * gdb.python/python.exp: Test decode_line with empty string
3268 argument.
3269
717c684d
BE
32702020-01-14 Bernd Edlinger <bernd.edlinger@hotmail.de>
3271
3272 * gdb.base/skip-inline.exp: Extend test.
3273
44e4c775
AB
32742020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
3275
3276 * gdb.dwarf2/dw2-bad-elf-other.S: New file.
3277 * gdb.dwarf2/dw2-bad-elf.c: New file.
3278 * gdb.dwarf2/dw2-bad-elf.exp: New file.
3279
d93c6db7
AB
32802020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
3281
3282 * lib/dwarf.exp (Dwarf::lines): Reset _line_saw_program and
3283 _line_saw_file.
3284
9a6d629c
AB
32852020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
3286
3287 * lib/tuiterm.exp (Term::_check_box): Check some parts of the top
3288 border.
3289
d9ebdab7
TBA
32902020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
3291
3292 * gdb.multi/multi-target.exp (setup): Factor out "info
3293 connections" and "info inferiors" tests to ...
3294 (test_info_inferiors): ... this new procedure.
3295 (top level): Run new "info-inferiors" tests.
3296
f3c469b9
PA
32972020-01-10 Pedro Alves <palves@redhat.com>
3298
3299 * gdb.server/bkpt-other-inferior.exp: New file.
3300
121b3efd
PA
33012020-01-10 Pedro Alves <palves@redhat.com>
3302
3303 * gdb.base/kill-detach-inferiors-cmd.exp: Adjust expected output
3304 of "add-inferior".
3305 * gdb.base/quit-live.exp: Likewise.
3306 * gdb.base/remote-exec-file.exp: Likewise.
3307 * gdb.guile/scm-progspace.exp: Likewise.
3308 * gdb.linespec/linespec.exp: Likewise.
3309 * gdb.mi/new-ui-mi-sync.exp: Likewise.
3310 * gdb.mi/user-selected-context-sync.exp: Likewise.
3311 * gdb.multi/multi-target.exp (setup): Add "info connection" and
3312 "info inferiors" tests.
3313 * gdb.multi/remove-inferiors.exp: Adjust expected output of
3314 "add-inferior".
3315 * gdb.multi/watchpoint-multi.exp: Likewise.
3316 * gdb.python/py-inferior.exp: Likewise.
3317 * gdb.server/extended-remote-restart.exp: Likewise.
3318 * gdb.threads/fork-plus-threads.exp: Adjust expected output of
3319 "info inferiors".
3320 * gdb.threads/forking-threads-plus-breakpoint.exp: Likewise.
3321 * gdb.trace/report.exp: Likewise.
3322
1dadb1dd
PA
33232020-01-10 Pedro Alves <palves@redhat.com>
3324
3325 * gdb.multi/multi-target.c: New file.
3326 * gdb.multi/multi-target.exp: New file.
3327 * lib/gdbserver-support.exp (gdb_target_cmd): Handle "Non-stop
3328 mode requested, but remote does not support non-stop".
3329
78f2c40a
PA
33302020-01-10 Pedro Alves <palves@redhat.com>
3331
3332 * gdb.server/extended-remote-restart.exp (test_reload): Explicitly
3333 disconnect before reconnecting.
3334
e7af6c70
TBA
33352020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
3336 Pedro Alves <palves@redhat.com>
3337
3338 * gdb.server/connect-without-multi-process.exp: Also test
3339 continuing to end.
3340
acdf84a6
PA
33412020-01-10 Pedro Alves <palves@redhat.com>
3342
3343 * gdb.base/remote-exec-file.exp: New file.
3344
873657b9
PA
33452020-01-10 Pedro Alves <palves@redhat.com>
3346
3347 * gdb.base/fork-running-state.exp (do_test): Adjust expected
3348 output.
3349 * gdb.threads/async.c: New.
3350 * gdb.threads/async.exp: New.
3351 * gdb.multi/tids-gid-reset.c: New.
3352 * gdb.multi/tids-gid-reset.exp: New.
3353
7f0ae84c
GB
33542020-01-10 George Barrett <bob@bob131.so>
3355
3356 * gdb.base/stap-probe.c (relocation_marker): Add dummy variable
3357 to help in finding the image relocation offset.
3358 * gdb.base/stap-probe.exp (stap_test): Accept arbitrary compile
3359 options in arguments.
3360 (stap_test_no_debuginfo): Likewise.
3361 (stap-probe-nosem-noopt-pie, stap-probe-nosem-noopt-nopie): Add
3362 test variants.
3363 (stap_test): Add null semaphore relocation test.
3364
47e9d49d
GB
33652020-01-10 George Barrett <bob@bob131.so>
3366
3367 * gdb.base/stap-probe.c: Rename USE_PROBES to USE_SEMAPHORES.
3368 * gdb.base/stap-probe.exp: Likewise.
3369 (stap_test): Pass argument as an additional flag.
3370 (stap_test_no_debuginfo): Likewise.
3371 (stap_test): Check `info probes stap' output for semaphore
3372 addresses if the test binary is supposed to have them.
3373
f5a7c406
AB
33742020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
3375
3376 * gdb.tui/basic.exp: Add more scrolling tests.
3377
9ae6bf64
TT
33782020-01-09 Tom Tromey <tom@tromey.com>
3379
3380 PR tui/18932:
3381 * lib/tuiterm.exp (Term::wait_for): Rename from _accept. Return a
3382 meangingful value.
3383 (Term::command, Term::resize): Update.
3384 * gdb.tui/basic.exp: Add scrolling test.
3385
b2efe70c
AB
33862020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
3387
3388 * gdb.tui/tui-layout-asm.exp: New file.
3389
3804da7e
AB
33902020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
3391
3392 * lib/tuiterm.exp (Term::check_box_contents): New proc.
3393
b40aa28f
AB
33942020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
3395
3396 * lib/tuiterm.exp (Term::prepare_for_tui): New proc.
3397 (Term::enter_tui): Use Term::prepare_for_tui.
3398
63ffd7c9
AB
33992020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
3400
3401 * lib/tuiterm.exp (Term::dump_screen): Always dump the screen when
3402 called.
3403
3be966f6
AB
34042020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
3405
3406 * gdb.base/skip.exp: Fix race condition in test.
3407
153d79c4
AB
34082020-01-06 Andrew Burgess <andrew.burgess@embecosm.com>
3409
3410 * gdb.base/backtrace.c: New file.
3411 * gdb.base/backtrace.exp: New file.
3412
f2302a34
AB
34132020-01-05 Andrew Burgess <andrew.burgess@embecosm.com>
3414
3415 * gdb.tui/list.exp: Test 'focus next' after 'list main'.
3416
6ec1d75e
PW
34172020-01-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3418
3419 * gdb.base/style.exp: Test that warnings are styled.
3420
c296cbe6
BE
34212019-12-29 Bernd Edlinger <bernd.edlinger@hotmail.de>
3422
3423 * gdb.base/line65535.exp: New file.
3424 * gdb.base/line65535.c: New file.
3425
b28a729d
SM
34262019-12-27 Simon Marchi <simon.marchi@polymtl.ca>
3427
3428 * lib/ada.exp (gnat_runtime_has_debug_info): New proc.
3429 * lib/gnat_debug_info_test.adb: New file.
3430 * gdb.ada/ptype_tagged_param.exp: Use
3431 gnat_runtime_has_debug_info, expect a different output if
3432 runtime does not have debug info.
3433
7f2d7a0d
SM
34342019-12-20 Simon Marchi <simon.marchi@efficios.com>
3435
3436 * lib/sym-info-cmds.exp (GDBInfoSymbols::check_no_entry): Add
3437 (another) quote in test name.
3438
f3bce483
SM
34392019-12-20 Simon Marchi <simon.marchi@efficios.com>
3440
3441 * lib/sym-info-cmds.exp (GDBInfoModuleSymbols::check_no_entry):
3442 Add quote in test name.
3443
c855a912
TBA
34442019-12-20 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
3445
3446 * gdb.cp/pass-by-ref.cc: Delete. Generated in the output
3447 directory instead.
3448 * gdb.cp/pass-by-ref.exp: Extend with more cases.
3449 * gdb.cp/pass-by-ref-2.cc: New file.
3450 * gdb.cp/pass-by-ref-2.exp: New file.
3451
fc9d2d72
TT
34522019-12-20 Tom Tromey <tom@tromey.com>
3453
3454 * gdb.tui/list-before.exp: New file.
3455
77b97e00
TT
34562019-12-20 Tom Tromey <tom@tromey.com>
3457
3458 * gdb.tui/list.exp: Check for source on initial listing.
3459
f69656d0
TT
34602019-12-11 Tom Tromey <tromey@adacore.com>
3461
3462 * gdb.xml/tdesc-arch.exp (set_arch): Add "trans_mode" parameter.
3463 Add crlf test.
3464
99a55965
SM
34652019-12-18 Simon Marchi <simon.marchi@efficios.com>
3466
3467 * gdb.base/default.exp: Update value of $_gdb_major.
3468
5024637f
BE
34692019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
3470
3471 * gdb.base/skip.exp: Fix test failure observed with gcc-9.2.0.
3472
b63634be
BE
34732019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
3474
3475 * gdb.base/skip.exp: Whitespace fix.
3476
45d73523
BE
34772019-12-16 Bernd Edlinger <bernd.edlinger@hotmail.de>
3478
3479 * gdb.base/skip-inline.c: New file.
3480 * gdb.base/skip-inline.exp: New file.
3481
d043f8c8
SM
34822019-12-16 Simon Marchi <simon.marchi@polymtl.ca>
3483
3484 * gdb.base/jit-reader.exp (jit_reader_test): Rename
3485 jit_function_00 to jit_function_stack_mangle.
3486 * gdb.base/jithost.c (jit_function_t): Rename to...
3487 (jit_function_stack_mangle_t): ... this.
3488 (jit_function_add_t): New typedef.
3489 (jit_function_00_code): Rename to...
3490 (jit_function_stack_mangle_code): ... this, make static.
3491 (jit_function_add_code): New.
3492 (main): Generate "add" function and call it. Adjust to changes
3493 in jithost_abi.
3494 * gdb.base/jithost.h (struct jithost_abi_bounds): New.
3495 (struct jithost_abi) <begin, end>: Remove fields.
3496 <object, function_stack_mangle, function_add>: New fields.
3497 * gdb.base/jitreader.c (struct reader_state) <code_begin,
3498 code_end>: Remove fields.
3499 <func_stack_mangle>: New field.
3500 (read_debug_info): Adjust to renaming, create block for "add"
3501 function.
3502 (read_sp, unwind_frame, get_frame_id): Adjust to other changes.
3503
873de05c
TT
35042019-12-11 Tom Tromey <tom@tromey.com>
3505
3506 * gdb.tui/resize.exp: Fix regexp.
3507 * gdb.tui/regs.exp: Fix regexps.
3508 * gdb.tui/main.exp: Fix regexp.
3509
3d979945
TT
35102019-12-11 Tom Tromey <tom@tromey.com>
3511
3512 * gdb.tui/resize.exp: Update.
3513 * gdb.tui/empty.exp (layouts): Update.
3514
2192a9d3
TT
35152019-12-11 Tom Tromey <tom@tromey.com>
3516
3517 * gdb.tui/regs.exp: Update.
3518 * gdb.tui/empty.exp (layouts): Update.
3519 * gdb.tui/basic.exp: Update.
3520 * lib/tuiterm.exp (_check_box): Don't check bottom border.
3521
d8edc8b7
PW
35222019-12-11 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3523
3524 * gdb.base/options.exp: Add -raw-values in the print completion list.
3525 * gdb.python/py-prettyprint.exp: Add tests for -raw-values.
3526
4c12d936
KB
35272019-12-10 Kevin Buettner <kevinb@redhat.com>
3528
3529 * gdb.threads/omp-par-scope.c: New file.
3530 * gdb/threads/omp-par-scope.exp: New file.
3531
26b911fb
KB
35322019-12-10 Kevin Buettner <kevinb@redhat.com>
3533
bb47f919
KB
3534 * lib/gdb.exp (support_nested_function_tests): New proc.
3535
35362019-12-10 Kevin Buettner <kevinb@redhat.com>
3537
3538 * lib/gdb.exp (gdb_compile_openmp): New proc.
3539 (build_executable_from_specs): Add an "openmp" option.
3540 (gdb_compile_pthreads): Add non-executable case.
26b911fb 3541
6c71eb7d
TT
35422019-12-10 Tom Tromey <tromey@adacore.com>
3543
3544 * gdb.ada/unchecked_union.exp: New file.
3545 * gdb.ada/unchecked_union/pck.adb: New file.
3546 * gdb.ada/unchecked_union/pck.ads: New file.
3547 * gdb.ada/unchecked_union/unchecked_union.adb: New file.
3548 * gdb-utils.exp (string_to_regexp): Also quote "?".
3549
bac7c5cf
GB
35502019-12-10 George Barrett <bob@bob131.so>
3551
3552 Test scripted probe breakpoints.
3553 * gdb.guile/scm-breakpoint.c (main): Add probe point.
3554 * gdb.python/py-breakpoint.c (main): Likewise.
3555 * gdb.guile/scm-breakpoint.exp (test_bkpt_probe): Add probe
3556 specifier test.
3557 * gdb.python/py-breakpoint.exp (test_bkpt_probe): Likewise.
3558
330f1d38
TBA
35592019-12-09 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
3560
3561 * gdb.cp/rvalue-ref-overload.cc (g): New function that takes
3562 an rvalue parameter.
3563 * gdb.cp/rvalue-ref-overload.exp: Test calling it with an lvalue
3564 parameter.
3565
b43315e2
AB
35662019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
3567
3568 * gdb.mi/mi-fortran-modules.exp: Add patterns to skip system
3569 modules.
3570
54f73dad
AB
35712019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
3572
3573 * gdb.fortran/derived-type-striding.exp: KFAIL if we are using a
3574 broken version of GCC.
3575
d57cbee9
AB
35762019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
3577
3578 * gdb.fortran/info-modules.exp: Rewrite to make use of new
3579 sym-info-cmds library.
3580 * gdb.fortran/info-types.exp: Likewise.
3581 * lib/sym-info-cmds.exp: New file.
3582
c14aab8c
TV
35832019-12-08 Tom de Vries <tdevries@suse.de>
3584
3585 * gdb.dwarf2/imported-unit.exp: Fix inter-CU references.
3586
aa2d5a42
KS
35872019-12-07 Keith Seitz <keiths@redhat.com>
3588
3589 * gdb.base/corefile-buildid-shlib-shr.c: New file.
3590 * gdb.base/corefile-buildid-shlib.c: New file.
3591 * gdb.base/corefile-buildid.c: New file.
3592 * gdb.base/corefile-buildid.exp: New file.
3593
93e55f0a
TV
35942019-12-06 Tom de Vries <tdevries@suse.de>
3595
3596 * gdb.dwarf2/varval.exp: Add decl before def test.
3597
c7d12402
TBA
35982019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
3599
3600 * gdb.cp/rvalue-ref-overload.exp: Minor cleanup.
3601
06acc08f
TBA
36022019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
3603
3604 * gdb.cp/rvalue-ref-overload.cc: Add a case that involves both
3605 CV and reference conversion for overload resolution.
3606 * gdb.cp/rvalue-ref-overload.exp: Test it.
3607
e0fad1ea
PW
36082019-12-06 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3609
3610 * gdb.threads/pthreads.exp: Test taas and tfaas without command.
3611 * gdb.base/frameapply.exp: Test faas without command.
3612
8d70a9f0
AB
36132019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
3614
3615 * lib/gdb.exp (gdb_compile): Add -J compiler option when building
3616 Fortran tests.
3617 * gdb.mi/mi-fortran-modules.exp: Compile source files in correct
3618 order.
3619
36c8fb93
AB
36202019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
3621
3622 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Handle
3623 casting to type with no kind specified.
3624 (test_basic_parsing_of_type_kinds): Additional tests for types
3625 with no kind specified, and add tests for single/double
3626 precision/complex types.
3627
4139ff00
TT
36282019-12-04 Tom Tromey <tromey@adacore.com>
3629
3630 * gdb.base/endianity.c (struct other) <x>: New field.
3631 (main): Initialize it.
3632 * gdb.base/endianity.exp: Update.
3633
a05cf17a
TT
36342019-12-04 Tom Tromey <tromey@adacore.com>
3635
3636 * gdb.ada/scalar_storage/storage.adb: New file.
3637 * gdb.ada/scalar_storage/pck.adb: New file.
3638 * gdb.ada/scalar_storage/pck.ads: New file.
3639 * gdb.ada/scalar_storage.exp: New file.
3640
103a685e
TT
36412019-12-04 Tom Tromey <tromey@adacore.com>
3642
3643 * gdb.base/endianity.c (struct otherendian) <f>: New field.
3644 (main): Initialize it.
3645 * gdb.base/endianity.exp: Update.
3646
c2512106
AB
36472019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
3648
3649 * gdb.mi/mi-sym-info.exp: Add tests for -max-results parameter.
3650
293b38d6
AB
36512019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
3652
3653 * gdb.mi/mi-fortran-modules.exp: Add additional tests for
3654 -symbol-info-module-functions and -symbol-info-module-variables.
3655
216a7e6b
AB
36562019-12-01 Andrew Burgess <andrew.burgess@embecosm.com>
3657
3658 * gdb.fortran/array-slices.exp: Add test for dynamic strings.
3659
5bbd8269
AB
36602019-12-01 Richard Bunt <richard.bunt@arm.com>
3661 Andrew Burgess <andrew.burgess@embecosm.com>
3662
3663 * gdb.fortran/derived-type-striding.exp: New file.
3664 * gdb.fortran/derived-type-striding.f90: New file.
3665 * gdb.fortran/array-slices.exp: New file.
3666 * gdb.fortran/array-slices.f90: New file.
3667
be09caf1
PW
36682019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3669
3670 * gdb.base/define.exp: Test . in command names.
3671 * gdb.base/setshow.exp: Update test, as . is now part of
3672 command name.
3673
643c0cbe
PW
36742019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3675
3676 * gdb.base/define-prefix.exp: New file.
3677
dcdec678
AB
36782019-11-28 Andrew Burgess <andrew.burgess@embecosm.com>
3679
3680 * lib/gdb.exp (skip_btrace_tests): Return 1 if the test fails to
3681 compile.
3682 (skip_btrace_pt_tests): Likewise.
3683
640ab947
AB
36842019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
3685
3686 * gdb.fortran/info-modules.exp: Compile source files in correct
3687 order.
3688
d22670f0
KB
36892019-11-27 Kevin Buettner <kevinb@redhat.com>
3690
3691 * gdb.dwarf2/imported-unit.exp: New file.
3692 * gdb.dwarf2/imported-unit.c: New file.
3693
db5960b4
AB
36942019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
3695
3696 * gdb.mi/mi-fortran-modules-2.f90: New file.
3697 * gdb.mi/mi-fortran-modules.exp: New file.
3698 * gdb.mi/mi-fortran-modules.f90: New file.
3699
7dc42066
AB
37002019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
3701
3702 * gdb.mi/mi-sym-info-1.c: New file.
3703 * gdb.mi/mi-sym-info-2.c: New file.
3704 * gdb.mi/mi-sym-info.exp: New file.
3705
0dfeecca
TT
37062019-11-22 Tom Tromey <tromey@adacore.com>
3707
3708 * gdb.ada/tasks.exp: Add -ada-task-info regression test.
3709 * gdb.ada/tasks/foo.adb: Add another stopping location.
3710
34877895
PJ
37112019-11-21 Peeter Joot <peeter.joot@lzlabs.com>
3712
3713 * gdb.base/endianity.c: New test.
3714 * gdb.base/endianity.exp: New file.
3715
2e84f897
LD
37162019-11-21 Lukas Durfina <ldurfina@tachyum.com>
3717
3718 * gdb.arch/amd64-eval.exp: Skip test if target is not x86-64.
3719
65d1cd5f
TV
37202019-11-21 Tom de Vries <tdevries@suse.de>
3721
3722 PR gdb/24956
3723 * gdb.base/ui-redirect.exp: Test output of user-defined command.
3724
4f22c3f4
SDJ
37252019-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
3726
3727 * gdb.python/py-progspace.exp: Add missing parentheses on some
3728 'print' commands.
3729
9f6ad286
TT
37302019-11-19 Tom Tromey <tom@tromey.com>
3731
3732 * gdb.tui/winheight.exp: New file.
3733
0b8dbf3f
AB
37342019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
3735
3736 * gdb.base/ctf-whatis.c: Delete.
3737 * gdb.base/ctf-whatis.exp: Delete.
3738 * gdb.base/whatis.exp: Rewrite to compile as both dwarf and ctf.
3739
f833b7a7
AB
37402019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
3741
3742 * gdb.base/ctf-cvexpr.exp: Delete.
3743 * gdb.base/cvexpr.exp: Rewrite to compile as both dwarf and ctf.
3744
30d0a636
AB
37452019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
3746
3747 * gdb.base/ctf-constvars.exp: Skip test if CTF is not supported in
3748 the compiler. Clean up header comment a little.
3749 * gdb.base/ctf-ptype.exp: Likewise.
3750 * gdb.base/ctf-whatis.exp: Likewise.
3751 * lib/gdb.exp (skip_ctf_tests): New proc.
3752
494409bb
SDJ
37532019-11-18 Sergio Durigan Junior <sergiodj@redhat.com>
3754
3755 https://bugzilla.redhat.com/show_bug.cgi?id=1765117
3756 * gdb.tui/corefile-run.exp: New file.
3757
55708e99
TT
37582019-11-14 Tom Tromey <tromey@adacore.com>
3759
3760 * gdb.base/gdbvars.exp (test_convenience_variables): Add
3761 regression tests.
3762
45e42163
TT
37632019-11-12 Tom Tromey <tom@tromey.com>
3764
3765 * lib/tuiterm.exp (_accept): Add wait_for parameter. Check output
3766 after any command. Expect prompt after WAIT_FOR is seen.
3767 (enter_tui): Enable resize messages.
3768 (command): Expect command in output.
3769 (get_line): Avoid error when cursor appears to be off-screen.
3770 (dump_screen): Include screen size in title.
3771 (_do_resize): New proc, from "resize".
3772 (resize): Rewrite. Do resize in two steps.
3773 * gdb.tui/empty.exp (layouts): Fix entries.
3774 (check_boxes): Remove xfail.
3775 (check_text): Dump screen on failure.
3776
086baaf1
AB
37772019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
3778
3779 * gdb.python/py-symbol.exp: Add test for
3780 gdb.lookup_static_symbols.
3781
09ff83af
AB
37822019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
3783
3784 * gdb.python/py-symbol.c: Declare and call function from new
3785 py-symbol-2.c file.
3786 * gdb.python/py-symbol.exp: Compile both source files, and add new
3787 tests for gdb.lookup_static_symbol.
3788 * gdb.python/py-symbol-2.c: New file.
3789
11af934b
TV
37902019-11-02 Tom de Vries <tdevries@suse.de>
3791
3792 * gdb.base/advance.exp: Drop superfluous 3rd argument to gdb_test.
3793 * gdb.base/anon.exp: Same.
3794 * gdb.base/auto-connect-native-target.exp: Same.
3795 * gdb.base/call-ar-st.exp: Same.
3796 * gdb.base/catch-syscall.exp: Same.
3797 * gdb.base/commands.exp: Same.
3798 * gdb.base/default.exp: Same.
3799 * gdb.base/display.exp: Same.
3800 * gdb.base/float.exp: Same.
3801 * gdb.base/foll-fork.exp: Same.
3802 * gdb.base/help.exp: Same.
3803 * gdb.base/info-macros.exp: Same.
3804 * gdb.base/info-proc.exp: Same.
3805 * gdb.base/info-target.exp: Same.
3806 * gdb.base/long_long.exp: Same.
3807 * gdb.base/macscp.exp: Same.
3808 * gdb.base/memattr.exp: Same.
3809 * gdb.base/nofield.exp: Same.
3810 * gdb.base/pointers.exp: Same.
3811 * gdb.base/printcmds.exp: Same.
3812 * gdb.base/ptype.exp: Same.
3813 * gdb.base/restore.exp: Same.
3814 * gdb.base/return.exp: Same.
3815 * gdb.base/scope.exp: Same.
3816 * gdb.base/set-noassign.exp: Same.
3817 * gdb.base/setshow.exp: Same.
3818 * gdb.base/shlib-call.exp: Same.
3819 * gdb.base/signals.exp: Same.
3820 * gdb.base/sigstep.exp: Same.
3821 * gdb.base/skip.exp: Same.
3822 * gdb.base/solib-symbol.exp: Same.
3823 * gdb.base/stap-probe.exp: Same.
3824 * gdb.base/step-line.exp: Same.
3825 * gdb.base/step-test.exp: Same.
3826 * gdb.base/style.exp: Same.
3827 * gdb.base/varargs.exp: Same.
3828 * gdb.base/vla-datatypes.exp: Same.
3829 * gdb.base/vla-ptr.exp: Same.
3830 * gdb.base/vla-sideeffect.exp: Same.
3831 * gdb.base/volatile.exp: Same.
3832 * gdb.base/watch-cond-infcall.exp: Same.
3833 * gdb.base/watchpoint.exp: Same.
3834
e96ec2ba
TV
38352019-11-02 Tom de Vries <tdevries@suse.de>
3836
3837 * gdb.cp/anon-union.exp: Drop superfluous 3rd argument to gdb_test.
3838 * gdb.cp/cpexprs.exp: Same.
3839 * gdb.cp/except-multi-location.exp: Same.
3840 * gdb.cp/exceptprint.exp: Same.
3841 * gdb.cp/gdb2384.exp: Same.
3842 * gdb.cp/inherit.exp: Same.
3843 * gdb.cp/m-static.exp: Same.
3844 * gdb.cp/meth-typedefs.exp: Same.
3845 * gdb.cp/misc.exp: Same.
3846 * gdb.cp/namespace.exp: Same.
3847 * gdb.cp/non-trivial-retval.exp: Same.
3848 * gdb.cp/overload.exp: Same.
3849 * gdb.cp/pr17132.exp: Same.
3850 * gdb.cp/re-set-overloaded.exp: Same.
3851 * gdb.cp/rvalue-ref-types.exp: Same.
3852 * gdb.cp/templates.exp: Same.
3853
bd5766ec
LM
38542019-11-01 Luis Machado <luis.machado@linaro.org>
3855
3856 PR gdb/25124
3857
3858 * gdb.arch/pr25124.S: New file.
3859 * gdb.arch/pr25124.exp: New file.
3860
165f8965
AB
38612019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
3862
3863 * gdb.fortran/info-modules.exp: Update expected results, and add
3864 additional tests for 'info module functinos', and 'info module
3865 variables'.
3866 * gdb.fortran/info-types.exp: Update expected results.
3867 * gdb.fortran/info-types.f90: Extend testcase with additional
3868 module variables and functions.
3869
59c35742
AB
38702019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
3871
3872 * gdb.fortran/info-modules.exp: New file.
3873 * gdb.fortran/info-types.exp: Build with new file.
3874 * gdb.fortran/info-types.f90: Include and use new module.
3875 * gdb.fortran/info-types-2.f90: New file.
3876
f3fb2519
PW
38772019-10-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3878
3879 * gdb.base/setshow.exp: Test $_gdb_setting and $_gdb_setting_str.
3880 * gdb.base/settings.exp: Test all settings types using
3881 $_gdb_maint_setting and $_gdb_maint_setting_str in proc_show_setting,
3882 that now verifies that the value of "maint show" is the same as
3883 returned by the settings functions. Test the type of the
3884 maintenance settings.
3885 * gdb.base/default.exp: Update show_conv_list.
3886
d1e36019
TV
38872019-10-31 Tom de Vries <tdevries@suse.de>
3888
3889 * gdb.arch/amd64-disp-step-avx.exp: Drop superfluous 3rd argument to
3890 gdb_test.
3891 * gdb.arch/amd64-disp-step.exp: Same.
3892 * gdb.asm/asm-source.exp: Same.
3893 * gdb.btrace/buffer-size.exp: Same.
3894 * gdb.btrace/cpu.exp: Same.
3895 * gdb.btrace/enable.exp: Same.
3896 * gdb.dwarf2/count.exp: Same.
3897 * gdb.dwarf2/dw2-ranges-func.exp: Same.
3898 * gdb.dwarf2/dw2-ranges-psym.exp: Same.
3899 * gdb.fortran/vla-datatypes.exp: Same.
3900 * gdb.fortran/vla-history.exp: Same.
3901 * gdb.fortran/vla-ptype.exp: Same.
3902 * gdb.fortran/vla-value.exp: Same.
3903 * gdb.fortran/whatis_type.exp: Same.
3904 * gdb.guile/guile.exp: Same.
3905 * gdb.multi/tids.exp: Same.
3906 * gdb.python/py-finish-breakpoint.exp: Same.
3907 * gdb.python/py-framefilter.exp: Same.
3908 * gdb.python/py-pp-registration.exp: Same.
3909 * gdb.python/py-xmethods.exp: Same.
3910 * gdb.python/python.exp: Same.
3911 * gdb.server/connect-with-no-symbol-file.exp: Same.
3912 * gdb.server/no-thread-db.exp: Same.
3913 * gdb.server/run-without-local-binary.exp: Same.
3914 * gdb.stabs/weird.exp: Same.
3915 * gdb.threads/attach-many-short-lived-threads.exp: Same.
3916 * gdb.threads/thread-find.exp: Same.
3917 * gdb.threads/tls-shared.exp: Same.
3918 * gdb.threads/tls.exp: Same.
3919 * gdb.threads/wp-replication.exp: Same.
3920 * gdb.trace/ax.exp: Same.
3921 * lib/gdb.exp (gdb_test_exact, help_test_raw): Same.
3922
3d11e68e
TV
39232019-10-31 Tom de Vries <tdevries@suse.de>
3924
3925 * gdb.ada/array_bounds.exp: Drop superfluous 3rd argument to gdb_test.
3926 * gdb.ada/array_subscript_addr.exp: Same.
3927 * gdb.ada/arrayidx.exp: Same.
3928 * gdb.ada/arrayparam.exp: Same.
3929 * gdb.ada/arrayptr.exp: Same.
3930 * gdb.ada/boolean_expr.exp: Same.
3931 * gdb.ada/call_pn.exp: Same.
3932 * gdb.ada/complete.exp: Same.
3933 * gdb.ada/fixed_cmp.exp: Same.
3934 * gdb.ada/fun_addr.exp: Same.
3935 * gdb.ada/funcall_param.exp: Same.
3936 * gdb.ada/interface.exp: Same.
3937 * gdb.ada/mod_from_name.exp: Same.
3938 * gdb.ada/null_array.exp: Same.
3939 * gdb.ada/packed_array.exp: Same.
3940 * gdb.ada/packed_tagged.exp: Same.
3941 * gdb.ada/print_chars.exp: Same.
3942 * gdb.ada/print_pc.exp: Same.
3943 * gdb.ada/ptype_arith_binop.exp: Same.
3944 * gdb.ada/ptype_field.exp: Same.
3945 * gdb.ada/ptype_tagged_param.exp: Same.
3946 * gdb.ada/rec_return.exp: Same.
3947 * gdb.ada/ref_tick_size.exp: Same.
3948 * gdb.ada/str_ref_cmp.exp: Same.
3949 * gdb.ada/taft_type.exp: Same.
3950 * gdb.ada/tagged.exp: Same.
3951 * gdb.ada/type_coercion.exp: Same.
3952 * gdb.ada/uninitialized_vars.exp: Same.
3953
60b6ede8
TV
39542019-10-30 Tom de Vries <tdevries@suse.de>
3955
3956 * lib/gdb.exp (gdb_test_multiple): Handle -early pattern flag.
3957
30baf67b
TV
39582019-10-26 Tom de Vries <tdevries@suse.de>
3959
3960 * gdb.base/bigcore.c: Fix typos in comments.
3961 * gdb.base/ctf-ptype.c: Same.
3962 * gdb.base/long_long.c: Same.
3963 * gdb.dwarf2/dw2-op-out-param.S: Same.
3964 * gdb.python/py-evthreads.c: Same.
3965 * gdb.reverse/i387-stack-reverse.c: Same.
3966 * gdb.trace/tfile.c: Same.
3967 * lib/compiler.c: Same.
3968 * lib/compiler.cc: Same.
3969
158da0d1
TV
39702019-10-25 Tom de Vries <tdevries@suse.de>
3971
3972 * gdb.reverse/sigall-precsave.exp: Use -wrap and $gdb_test_name in
3973 gdb_test_multiple calls.
3974 * gdb.reverse/sigall-reverse.exp: Same.
3975 * gdb.reverse/solib-precsave.exp: Same.
3976 * gdb.reverse/solib-reverse.exp: Same.
3977 * gdb.reverse/until-precsave.exp: Same.
3978 * gdb.reverse/until-reverse.exp: Same.
3979
4ccdfbec
TV
39802019-10-24 Tom de Vries <tdevries@suse.de>
3981
3982 * lib/gdb.exp (gdb_test_multiple): Add -wrap pattern flag.
3983 * gdb.reverse/step-precsave.exp: Rewrite gdb_test_multiple containing
3984 kfail using -wrap pattern flag and convenience variable
3985 gdb_test_name.
3986
33d569b7
AB
39872019-10-24 Andrew Burgess <andrew.burgess@embecosm.com>
3988
3989 * gdb.python/py-progspace.exp: Add tests for the
3990 Progspace.block_for_pc method.
3991
4d0b984b
TT
39922019-10-23 Tom Tromey <tom@tromey.com>
3993
3994 * configure: Rebuild.
3995 * aclocal.m4: Use m4_include, not sinclude.
3996
94cb3754
TV
39972019-10-21 Tom de Vries <tdevries@suse.de>
3998
3999 * gdb.base/infcall-nested-structs.c: Add
4000 __attribute__((noinline,noclone)) to all functions.
4001 (call_all): Add missing variable initialization. Simplify return value.
4002 (breakpt): Increment volatile variable, to prevent call from being
4003 optimized out.
4004 * gdb.base/infcall-nested-structs.exp: Compile with -O2.
4005
062f1fc1
TV
40062019-10-17 Tom de Vries <tdevries@suse.de>
4007
4008 * gdb.fortran/module.exp: Allow info variables to print info for files
4009 other than module.f90.
4010
0b54364d
AB
40112019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
4012
4013 * gdb.fortran/module.exp: Extend with 'info variables' test.
4014
7ff5fae7
AB
40152019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
4016
4017 * boards/cc-with-tweaks.exp: Setup F90_FOR_TARGET and
4018 F77_FOR_TARGET.
4019
d10eccaa
TV
40202019-10-16 Tom de Vries <tdevries@suse.de>
4021
4022 PR tdep/25096
4023 * gdb.base/infcall-nested-structs.exp: Remove PR25096 KFAILs.
4024
745ff14e
TV
40252019-10-16 Tom de Vries <tdevries@suse.de>
4026
4027 PR tdep/24104
4028 * gdb.base/infcall-nested-structs.exp: Remove XFAIL for PR tdep/24104.
4029 Add KFAIL for PR tdep/25096.
4030
03e1ab94
TV
40312019-10-16 Tom de Vries <tdevries@suse.de>
4032
4033 PR testsuite/25059
4034 * gdb.cp/local-static.exp (do_test): Add xfails for gcc PR debug/55541.
4035
b17fcc10
TV
40362019-10-16 Tom de Vries <tdevries@suse.de>
4037
4038 * gdb.base/jit-reader.exp: Allow non-pointer registers to be printed
4039 as signed.
4040
9223170f
SM
40412019-10-14 Simon Marchi <simon.marchi@polymtl.ca>
4042
4043 * gdb.mi/list-thread-groups-available.exp: Read entries one by
4044 one instead of increasing timeout.
4045
d6e76313
TV
40462019-10-13 Tom de Vries <tdevries@suse.de>
4047
4048 PR record/25038
4049 * gdb.reverse/sigall-precsave.exp: Add PR record/25038 KFAIL.
4050 * gdb.reverse/sigall-reverse.exp: Same.
4051 * gdb.reverse/solib-precsave.exp: Same.
4052 * gdb.reverse/solib-reverse.exp: Same.
4053 * gdb.reverse/step-precsave.exp: Same.
4054 * gdb.reverse/until-precsave.exp: Same.
4055 * gdb.reverse/until-reverse.exp: Same.
4056 * lib/gdb.exp (gdb_continue_to_breakpoint): Same.
4057
6dfc0041
AA
40582019-10-10 Andreas Arnez <arnez@linux.ibm.com>
4059
4060 * gdb.base/infcall-nested-structs.c (cmp_struct_02_01)
4061 (cmp_struct_02_02, cmp_struct_04_01, cmp_struct_04_02)
4062 (cmp_struct_05_01, cmp_struct_static_02_01)
4063 (cmp_struct_static_04_01, cmp_struct_static_06_01): Fix redundant
4064 comparisons.
4065
abcf2cc8
TV
40662019-10-10 Tom de Vries <tdevries@suse.de>
4067
4068 PR testsuite/24888
4069 * lib/ada.exp (target_compile_ada_from_dir): Route -pie/-no-pie to
4070 gnatlink.
4071
a50faaf6
TV
40722019-10-09 Tom de Vries <tdevries@suse.de>
4073
4074 PR testsuite/25048
4075 * gdb.rust/simple.exp: Add xfails for incorrect DWARF.
4076
60ff3cd7
AB
40772019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
4078
4079 * gdb.ada/catch_ex_std.exp: Handle being unabled to catch Ada
4080 exceptions due to missing debug information.
4081
dfee8566
TV
40822019-10-07 Tom de Vries <tdevries@suse.de>
4083
4084 * gdb.base/default.exp: Expect _gdb_major/_gdb_minor to be 9.1.
4085
3d63690a
AB
40862019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
4087
4088 * lib/gdb.exp (gdb_test_multiple): Add gdb_test_name mechanism.
4089 * gdb.base/annota1.exp: Update to use gdb_test_name.
4090
30d1f018
WP
40912019-10-07 Weimin Pan <weimin.pan@oracle.com>
4092
4093 * gdb.base/ctf-whatis.exp: New file.
4094 * gdb.base/ctf-whatis.c: New file.
4095 * gdb.base/ctf-ptype.exp: New file.
4096 * gdb.base/ctf-ptype.c: New file.
4097 * gdb.base/ctf-constvars.exp: New file.
4098 * gdb.base/ctf-constvars.c: New file.
4099 * gdb.base/ctf-cvexpr.exp: New file.
4100
4dbbb47c
TV
41012019-10-04 Tom de Vries <tdevries@suse.de>
4102
4103 * gdb.cp/local-static.c (main): Move declaration of int i out of the
4104 for loop.
4105
77c2dba3
TT
41062019-10-03 Tom Tromey <tom@tromey.com>
4107
4108 PR rust/24976:
4109 * gdb.rust/simple.rs (Union2): New type.
4110 (main): Use Union2.
4111 * gdb.rust/simple.exp: Add test.
4112
179aed7f
AB
41132019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
4114
4115 * gdb.fortran/nested-funcs-2.exp: Run tests with and without the
4116 nested function prefix.
4117
0a4b0913
AB
41182019-10-03 Bernhard Heckel <bernhard.heckel@intel.com>
4119 Richard Bunt <richard.bunt@arm.com>
4120 Andrew Burgess <andrew.burgess@embecosm.com>
4121
4122 * gdb.fortran/nested-funcs.exp: Tests for placing breakpoints on
4123 nested functions.
4124 * gdb.fortran/nested-funcs.f90: Update expected results.
4125 * gdb.fortran/nested-funcs-2.exp: New file.
4126 * gdb.fortran/nested-funcs-2.f90: New file.
4127
082cce05
AB
41282019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
4129
4130 * gdb.python/py-parameter.exp: Make test names unique.
4131 * gdb.python/py-template.exp: Likewise.
4132 * gdb.python/py-value.exp: Likewise.
4133
2b74ba5a
AB
41342019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
4135
4136 * gdb.base/break-interp.exp: Reduce test name duplication.
4137 * gdb.base/call-sc.exp: Likewise.
4138 * gdb.base/callfuncs.exp: Likewise.
4139 * gdb.base/charset.exp: Likewise.
4140 * gdb.base/dump.exp: Likewise.
4141 * gdb.base/ena-dis-br.exp: Likewise.
4142 * gdb.base/relational.exp: Likewise.
4143 * gdb.base/step-over-syscall.exp: Likewise.
4144 * gdb.base/structs.exp: Likewise.
4145
58eb20d5
AB
41462019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
4147
4148 * gdb.linespec/explicit.exp: Make test names unique.
4149 * gdb.linespec/ls-errs.exp: Likewise.
4150
4d421147
AB
41512019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
4152
4153 * gdb.reverse/break-precsave.exp: Make test names unique.
4154 * gdb.reverse/break-reverse.exp: Likewise.
4155 * gdb.reverse/finish-precsave.exp: Likewise.
4156 * gdb.reverse/finish-reverse.exp: Likewise.
4157 * gdb.reverse/machinestate-precsave.exp: Likewise.
4158 * gdb.reverse/machinestate.exp: Likewise.
4159 * gdb.reverse/readv-reverse.exp: Likewise.
4160 * gdb.reverse/recvmsg-reverse.exp: Likewise.
4161 * gdb.reverse/sigall-precsave.exp: Likewise.
4162 * gdb.reverse/sigall-reverse.exp: Likewise.
4163 * gdb.reverse/step-indirect-call-thunk.exp: Likewise.
4164 * gdb.reverse/watch-precsave.exp: Likewise.
4165 * gdb.reverse/watch-reverse.exp: Likewise.
4166
d8c06f22
AB
41672019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
4168
4169 * gdb.threads/stop-with-handle.c: New file.
4170 * gdb.threads/stop-with-handle.exp: New file.
4171
3a56ed86
TV
41722019-10-03 Tom de Vries <tdevries@suse.de>
4173
4174 PR testsuite/25059
4175 * gdb.base/list-missing-source.exp: Allowing the "Compilation
4176 directory" line to be missing.
4177
42275044
TV
41782019-10-03 Tom de Vries <tdevries@suse.de>
4179
4180 PR testsuite/25059
4181 * gdb.base/info-types.exp: Make the presence of the 'unsigned int'
4182 type optional.
4183
9ef62df0
AA
41842019-10-02 Andreas Arnez <arnez@linux.ibm.com>
4185
4186 * gdb.python/py-format-string.c (string.h): New include.
4187 (main): Fill a_struct_with_union.the_union.an_int with bytes of
4188 the same value, for endianness-independence.
4189 * gdb.python/py-format-string.exp (default_regexp_dict)
4190 (test_pretty_structs, test_format): Adjust expected output to the
4191 changed initialization.
4192
37f6a7f4
TT
41932019-10-02 Tom Tromey <tromey@adacore.com>
4194
4195 * gdb.ada/catch_ex_std.exp: Add $_ada_exception test.
4196
1d58d6a2
PA
41972019-10-02 Pedro Alves <palves@redhat.com>
4198 Andrew Burgess <andrew.burgess@embecosm.com>
4199
4200 * gdb.base/print-file-var-lib1.c: Include <stdio.h> and
4201 "print-file-var.h".
4202 (this_version_id) Use ATTRIBUTE_VISIBILITY.
4203 (get_version_1): Print this_version_id and its address.
4204 Add extern "C" wrappers around interface functions.
4205 * gdb.base/print-file-var-lib2.c: Include <stdio.h> and
4206 "print-file-var.h".
4207 (this_version_id) Use ATTRIBUTE_VISIBILITY.
4208 (get_version_2): Print this_version_id and its address.
4209 Add extern "C" wrappers around interface functions.
4210 * gdb.base/print-file-var-main.c: Include <dlfcn.h>, <assert.h>,
4211 <stddef.h> and "print-file-var.h".
4212 Add extern "C" wrappers around interface functions.
4213 [VERSION_ID_MAIN] (this_version_id): Define.
4214 (main): Define v0. Use dlopen if SHLIB_NAME is defined.
4215 * gdb.base/print-file-var.h: Add some #defines to simplify setting
4216 up extern "C" blocks.
4217 * gdb.base/print-file-var.exp (test): New, factored out from top
4218 level.
4219 (top level): Test all combinations of attribute hidden or not,
4220 dlopen or not, and this_version_id symbol in main file or not.
4221 Compile tests as both C++ and C, make test names unique.
4222
d770d56f
TT
42232019-10-01 Tom Tromey <tom@tromey.com>
4224
4225 * gdb.base/style.exp: Test "show logging filename".
4226
7f6aba03
TT
42272019-10-01 Tom Tromey <tom@tromey.com>
4228
4229 * lib/gdb-utils.exp (style): Handle "metadata" argument.
4230 * gdb.base/style.exp: Add metadata style test.
4231
14309bb6
TT
42322019-10-01 Tom Tromey <tom@tromey.com>
4233
4234 * gdb.base/style.exp: Test "pwd".
4235
2a3c1174
PA
42362019-10-01 Tom Tromey <tom@tromey.com>
4237
4238 * gdb.base/style.exp: Update tests.
4239
53d666ec
AA
42402019-10-01 Andreas Arnez <arnez@linux.ibm.com>
4241
4242 * gdb.base/pretty-print.c (struct s1_t): Change fields 'three' and
4243 'six' to unsigned.
4244 (s1): Initialize fields 'four' and 'six' instead of 'three' and
4245 'five'. Use an all-ones bit pattern for each.
4246 * gdb.base/pretty-print.exp: Adjust expected output of "print s1"
4247 to its changed values.
4248
4a56a520
TT
42492019-09-30 Tom Tromey <tromey@adacore.com>
4250
4251 * gdb.rust/traits.rs: Disable all warnings.
4252
0df0352a
TV
42532019-09-29 Tom de Vries <tdevries@suse.de>
4254
aac66a4c 4255 * gdb.dwarf2/gdb-index.exp: Handle new location of .dwz file.
0df0352a 4256
73d9a918
TV
42572019-09-29 Tom de Vries <tdevries@suse.de>
4258
4259 * gdb.dwarf2/gdb-index.exp: Use with_test_prefix for second objcopy.
4260
060b3ab4
TV
42612019-09-27 Tom de Vries <tdevries@suse.de>
4262
4263 * gdb.reverse/step-precsave.exp: Add missing $gdb_prompt in regexps.
4264
68f7d34d
TV
42652019-09-27 Tom de Vries <tdevries@suse.de>
4266
4267 PR record/23188
4268 * gdb.reverse/step-precsave.exp: Add kfail for PR record/23188.
4269
5d63b30a
TT
42702019-09-26 Tom Tromey <tromey@adacore.com>
4271
4272 * gdb.ada/py_taft.exp: New file.
4273 * gdb.ada/py_taft/main.adb: New file.
4274 * gdb.ada/py_taft/pkg.adb: New file.
4275 * gdb.ada/py_taft/pkg.ads: New file.
4276
3d435220
TV
42772019-09-24 Tom de Vries <tdevries@suse.de>
4278
4279 PR gdb/24598
4280 * gdb.arch/amd64-init-x87-values.exp: Add xfail.
4281
77d03678
TV
42822019-09-22 Tom de Vries <tdevries@suse.de>
4283
4284 * gdb.base/restore.exp: Allow register variables to be optimized out at
4285 -O0.
4286
abf516c6
UW
42872019-09-20 Ulrich Weigand <uweigand@de.ibm.com>
4288
4289 * gdb.arch/spu-info.exp: Remove file.
4290 * gdb.arch/spu-info.c: Remove file.
4291 * gdb.arch/spu-ls.exp: Remove file.
4292 * gdb.arch/spu-ls.c: Remove file.
4293
4294 * gdb.asm/asm-source.exp: Remove support for spu*-*-*.
4295 * gdb.asm/spu.inc: Remove file.
4296
4297 * gdb.base/dump.exp: Remove support for spu*-*-*.
4298 * gdb.base/stack-checking.exp: Likewise.
4299 * gdb.base/overlays.exp: Likewise.
4300 * gdb.base/ovlymgr.c: Likewise.
4301 * gdb.base/spu.ld: Remove file.
4302
4303 * gdb.cp/bs15503.exp: Remove support for spu*-*-*.
4304 * gdb.cp/cpexprs.exp: Likewise.
4305 * gdb.cp/exception.exp: Likewise.
4306 * gdb.cp/gdb2495.exp: Likewise.
4307 * gdb.cp/mb-templates.exp: Likewise.
4308 * gdb.cp/pr9167.exp: Likewise.
4309 * gdb.cp/userdef.exp: Likewise.
4310
4311 * gdb.xml/tdesc-regs.exp: Remove support for spu*-*-*.
4312
4313 * gdb.cell: Remove directory.
4314 * lib/cell.exp: Remove file.
4315
e452e88f
TV
43162019-09-19 Tom de Vries <tdevries@suse.de>
4317
4318 * lib/gdb.exp (gdb_test): Eliminate "^FOOBAR$" pattern.
4319
8a625130
TV
43202019-09-19 Tom de Vries <tdevries@suse.de>
4321
4322 * lib/gdbserver-support.exp (gdb_target_cmd): Fix argument passing.
4323
81dc3ab5
TV
43242019-09-19 Tom de Vries <tdevries@suse.de>
4325
4326 * lib/gdbserver-support.exp (gdb_target_cmd_ext): Return 2 (meaning
4327 UNSUPPORTED) for 'Network is unreachable' message. Factor out of ...
4328 (gdb_target_cmd): ... here.
4329 * gdb.server/server-connect.exp: Use gdb_target_cmd_ext, handle return
4330 value 2.
4331
b078f3ac
AB
43322019-09-18 Andrew Burgess <andrew.burgess@embecosm.com>
4333
4334 * gdb.base/source-dir.exp: Avoid having directory names in test
4335 names.
4336
f1b620e9
MG
43372019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
4338
4339 * gdb.base/source-dir.exp: Add extra test for mapped compilation
4340 directory.
4341
67f3ed6a
AB
43422019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
4343
4344 * gdb.base/list-missing-source.exp: New file.
4345
d1b70248
TV
43462019-09-14 Tom de Vries <tdevries@suse.de>
4347
4348 PR teststuite/24599
4349 * gdb.ada/rename_subscript_param.exp: Require gnatmake 8.
4350 * lib/ada.exp (gnatmake_version_at_least): New proc.
4351
5fabdcd6
AB
43522019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
4353
4354 * gdb.base/maint.exp: Use exec_has_index_section.
4355
aa17805f
AB
43562019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
4357
4358 * gdb.base/maint.exp: Add test for 'maint info sections'.
4359
25e5c209
TV
43602019-09-12 Tom de Vries <tdevries@suse.de>
4361
4362 * gdb.base/store.exp: Allow register variables to be optimized out at
4363 -O0.
4364
4993045d
PW
43652019-09-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4366
4367 * gdb.ada/rdv_wait.exp: Update to new task names.
4368 * gdb.base/task_switch_in_core.exp: Likewise.
4369 * gdb.base/info_sources_base.c: Likewise.
4370
8a516164
TT
43712019-09-10 Tom Tromey <tromey@adacore.com>
4372
4373 * boards/cc-with-tweaks.exp: Set GNATMAKE_FOR_TARGET.
4374
aa391654
TT
43752019-09-10 Tom Tromey <tromey@adacore.com>
4376
4377 * gdb.ada/dgopt.exp: New file.
4378 * gdb.ada/dgopt/x.adb: New file.
4379
8634b462
TT
43802019-09-08 Tom Tromey <tom@tromey.com>
4381
4382 * gdb.tui/resize.exp: Remove setup_xfail.
4383 * gdb.tui/regs.exp: Remove setup_xfail.
4384 * gdb.tui/basic.exp: Remove setup_xfail.
4385
736b0f76
DB
43862019-09-06 David Blaikie <dblaikie@gmail.com>
4387
4388 * gdb.base/label.exp: un-XFAIL label related tests under Clang.
4389 * gdb.cp/cplabel.exp: Ditto.
4390 * gdb.linespec/ls-errs.exp: Ditto.
4391
30331a6c
TV
43922019-09-05 Tom de Vries <tdevries@suse.de>
4393
4394 * lib/gdb.exp (cmp_file_string): New proc.
4395 * gdb.base/ui-redirect.exp: Replace "gdb_breakpoint main" with
4396 runto_main. Verify save breakpoints output.
4397
98b0ebab
PW
43982019-09-04 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4399
4400 * gdb.base/info-var.exp: Test info variables without running
4401 to main, to avoid expect's buffer overflow.
4402
4e962e74
TT
44032019-09-03 Tom Tromey <tromey@adacore.com>
4404
4405 * gdb.ada/bias.exp: New file.
4406 * gdb.ada/bias/bias.adb: New file.
4407 * gdb.ada/print_chars.exp: Add regression test.
4408 * gdb.ada/print_chars/foo.adb (My_Character): New type.
4409 (MC): New variable.
4410
2ea1a07a
SL
44112019-08-29 Sandra Loosemore <sandra@codesourcery.com>
4412
4413 * gdb.base/argv0-symlink.exp: Run only on native target
4414 and local host.
4415
8077c50d
TV
44162019-08-29 Tom de Vries <tdevries@suse.de>
4417
4418 * gdb.fortran/info-types.exp: Fix gdb_test regexp to allow more
4419 diverse debug info.
4420 * lib/fortran.exp (fortran_int8): New proc, based on fortran_int4.
4421
48352473
TV
44222019-08-28 Tom de Vries <tdevries@suse.de>
4423
4424 * gdb.base/info-var.exp: Allow info variables to print info for files
4425 other than info-var-f1.c and info-var-f2.c.
4426
d8f27c60
AB
44272019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
4428
4429 * gdb.fortran/info-types.exp: Add module.
4430 * gdb.fortran/info-types.f90: Update expected results.
4431
1f20c35e
AB
44322019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
4433
4434 * gdb.fortran/info-types.exp: New file.
4435 * gdb.fortran/info-types.f90: New file.
4436 * lib/fortran.exp (fortran_character1): New proc.
4437
4acfdd20
AB
44382019-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
4439
4440 * gdb.base/info-fun.exp: Extend to test the -n flag for 'info
4441 functions'. Reindent as needed.
4442 * gdb.base/info-var-f1.c: New file.
4443 * gdb.base/info-var-f2.c: New file.
4444 * gdb.base/info-var.exp: New file.
4445 * gdb.base/info-var.h: New file.
4446
5c31b358
TV
44472019-08-26 Tom de Vries <tdevries@suse.de>
4448
4449 PR c++/24852
4450 * gdb.cp/no-libstdcxx-probe.exp: New test.
4451
b694989f
TV
44522019-08-26 Tom de Vries <tdevries@suse.de>
4453
4454 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Return 1 if probe
4455 * tests need to be skipped.
4456 * gdb.cp/exceptprint.exp: Update call to skip_libstdcxx_probe_tests.
4457 * gdb.mi/mi-catch-cpp-exceptions.exp: Update call to
4458 mi_skip_libstdcxx_probe_tests.
4459
d9c4ba53
SDJ
44602019-08-26 Sergio Durigan Junior <sergiodj@redhat.com>
4461
4462 * gdb.python/py-xmethods.exp: Use raw strings when passing
4463 arguments to SimpleXMethodMatcher.
4464
395fad09
TV
44652019-08-22 Tom de Vries <tdevries@suse.de>
4466
4467 * gdb.multi/multi-term-settings.exp (coretest): Make gdb_test messages
4468 more informative.
4469
26c957f1
PA
44702019-08-21 Pedro Alves <palves@redhat.com>
4471
4472 * gdb.base/with.exp: Test "with" with no arguments.
4473
61f80d5d
TV
44742019-08-21 Tom de Vries <tdevries@suse.de>
4475
4476 * gdb.base/gdb-caching-proc.exp: Sort files.
4477
d7a11d13
TV
44782019-08-20 Tom de Vries <tdevries@suse.de>
4479
4480 * lib/pascal.exp (gdb_compile_pascal): Remove $destfile before
4481 compilation.
4482
34dafe9f
TV
44832019-08-16 Tom de Vries <tdevries@suse.de>
4484
4485 * gdb.base/compare-sections.exp ("after run to main"): Allow
4486 mismatched read-only sections for PIE executables.
4487
398fdd60
TT
44882019-08-16 Tom Tromey <tom@tromey.com>
4489
4490 * lib/tuiterm.exp (_csi_Z): New proc.
4491 * gdb.tui/basic.exp: Update window positions.
4492 * gdb.tui/empty.exp: Update window positions.
4493
d8f9e51c
SL
44942019-08-15 Sandra Loosemore <sandra@codesourcery.com>
4495
4496 * gdb.base/examine-backward.exp: Correct regexp for
4497 "examine 3 bytes backward from ${address_zero}".
4498
3df505f6
TT
44992019-08-15 Tom Tromey <tom@tromey.com>
4500
4501 * gdb.tui/empty.exp: Enable resizing tests.
4502
272560b5
TT
45032019-08-15 Tom Tromey <tromey@adacore.com>
4504
4505 * gdb.ada/char_enum.exp: Add regression tests.
4506 * gdb.ada/char_enum/foo.adb (Char_Enum_Type): Use '_'
4507 and '0'.
4508 (Char, Gchar): Update.
4509 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): Use '+'.
4510
08235187
CB
45112019-08-15 Christian Biesinger <cbiesinger@google.com>
4512
4513 * gdb.python/python.exp: Expect a leading underscore on
4514 GdbOutput{,Error}File.
4515
22a2ab04
SL
45162019-08-15 Sandra Loosemore <sandra@codesourcery.com>
4517
4518 * gdb.dwarf2/dw2-dir-file-name.exp: Skip on remote or
4519 Windows host.
4520
835b995b
SL
45212019-08-15 Sandra Loosemore <sandra@codesourcery.com>
4522
4523 * gdb.base/batch-preserve-term-settings.exp
4524 (test_terminal_settings_preserved_after_sigterm): Skip on Windows.
4525
97dd8e07
CB
45262019-08-15 Christian Biesinger <cbiesinger@google.com>
4527
4528 * lib/gdb.exp: When running on a mingw target, replace
4529 /x/ with x:/.
4530
75faf5c4
AH
45312019-08-14 Alan Hayward <alan.hayward@arm.com>
4532
4533 * gdb.arch/aarch64-prologue.c: New test.
4534 * gdb.arch/aarch64-prologue.exp: New file.
4535
abc6c00f
TV
45362019-08-13 Tom de Vries <tdevries@suse.de>
4537
4538 * gdb.gdb/selftest.exp (send ^C to child process again): Accept also
4539 Thread.
4540
74c2c1f4
SL
45412019-08-13 Sandra Loosemore <sandra@codesourcery.com>
4542
4543 * gdb.python/py-completion.exp: Download the .py file to the host
4544 and use its host pathname. Conditionalize tests that use
4545 tab completion and manipulate files on the build machine.
4546 * gdb.python/py-events.exp: Download the .py file to the host
4547 and use its host pathname.
4548 * gdb.python/py-evsignal.exp: Likewise.
4549 * gdb.python/py-evthreads.exp: Likewise.
4550 * gdb.python/py-framefilter-invalidarg.exp: Match Windows
4551 pathname syntax.
4552 * gdb.python/py-framefilter.exp: Download the .py file to the right
4553 place on the host. Match Windows pathname syntax.
4554 * gdb.python/py-mi-var-info-path-expression.exp: Download the
4555 .py file to the host and use its host pathname.
4556 * gdb.python/py-objfile-script.exp: Match Windows pathname syntax.
4557 * gdb.python/py-objfile.exp: Expect a host pathname, not a
4558 build pathname. Skip symlink test on Windows host. Add missing
4559 newline at end of file.
4560 * gdb.python/py-pp-maint.exp: Download the .py file to the host
4561 and use its host pathname.
4562 * gdb.python/py-pp-registration.exp: Match Windows pathname syntax.
4563 * gdb.python/py-section-script.exp: Use host location of binfile
4564 on safe-path. Use correct path separator on Windows host.
4565 Reorder alternatives in gdb_test_multiple to prevent matching
4566 the wrong alternative on success.
4567 * gdb.python/py-symtab.exp: Match Windows pathname syntax.
4568
ca2589f3
PP
45692019-08-12 Patrick Palka <patrick@parcs.ath.cx>
4570
4571 * gdb.gdb/selftest.exp (test_with_self): Update test to now
4572 expect the GDB inferior to no longer immediately stop after
4573 being resumed with "signal SIGINT".
4574
020a839d
SL
45752019-08-09 Sandra Loosemore <sandra@codesourcery.com>
4576
4577 * gdb.linespec/break-ask.exp: Generalize regexps to match
4578 Windows pathnames too.
4579
128d6509
TV
45802019-08-08 Tom de Vries <tdevries@suse.de>
4581
4582 PR testsuite/24862
4583 * lib/tuiterm.exp (_accept): Fix CSI regexp.
4584
590042fc
PW
45852019-08-07 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4586
4587 * gdb.base/style.exp: Update tests for help doc new invariants.
4588 * gdb.base/help.exp: Likewise.
4589
046bebe1
TT
45902019-08-06 Tom Tromey <tom@tromey.com>
4591
4592 * gdb.base/style.exp: Add disassemble test.
4593 * gdb.base/style.c (some_called_function): New function.
4594 (main): Use it.
4595
0b27c27d
CB
45962019-08-05 Christian Biesinger <cbiesinger@google.com>
4597
4598 * gdb.python/py-block.exp: Test dictionary access on blocks.
4599
580f1034
SM
46002019-08-05 Simon Marchi <simon.marchi@efficios.com>
4601
4602 PR gdb/24863
4603 * gdb.mi/list-thread-groups-available.exp: Increase timeout for
4604 -list-thread-groups --available test when running under
4605 check-read1.
4606
d86bd7cb
TV
46072019-08-05 Tom de Vries <tdevries@suse.de>
4608
4609 PR testsuite/24863
4610 * lib/gdb.exp (with_read1_timeout_factor): New proc.
4611 * gdb.base/help.exp: Use with_read1_timeout_factor.
4612 * gdb.base/info-macros.exp: Same.
4613 * gdb.cp/nested-types.exp: Same.
4614
a80cf5d8
TV
46152019-08-05 Tom de Vries <tdevries@suse.de>
4616
4617 * lib/gdb.exp (version_at_least): Factor out of ...
4618 (tcl_version_at_least): ... here.
4619 (gdb_compile): Fail if pie results in non-PIE executable.
4620 (readelf_version, readelf_prints_pie): New proc.
4621 (exec_is_pie): Return -1 if unknown.
4622
d0962838
TV
46232019-08-05 Tom de Vries <tdevries@suse.de>
4624
4625 * lib/gdb.exp (tcl_version_at_least): Fix typo.
4626
2252ff3d
SL
46272019-08-04 Sandra Loosemore <sandra@codesourcery.com>
4628
4629 * gdb.server/reconnect-ctrl-c.exp: Skip if nointerrupts.
4630
26655f53
SL
46312019-08-04 Sandra Loosemore <sandra@codesourcery.com>
4632
4633 * lib/completion-support.exp (test_gdb_complete_none): Skip
4634 tab completion tests if no readline support.
4635 (test_gdb_complete_unique_re): Likewise.
4636 (test_gdb_complete_multiple): Likewise.
4637
db4dc13e
PW
46382019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4639
4640 * gdb.base/info_sources.exp: New file.
4641 * gdb.base/info_sources.c: New file.
4642 * gdb.base/info_sources_base.c: New file.
4643
0eba165a
PFC
46442019-08-01 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
4645
4646 * gdb.base/batch-exit-status.exp: Call test_exit_status with
4647 prefix argument.
4648 (test_exit_status): Add prefix argument.
4649
59bd512b
TV
46502019-08-01 Tom de Vries <tdevries@suse.de>
4651
4652 PR testsuite/24863
4653 * gdb.threads/fork-plus-threads.exp: Fix check-run1 timeout by
4654 calling exp_continue for new thread and thread exited messages.
4655
2a3ad588
TV
46562019-08-01 Tom de Vries <tdevries@suse.de>
4657
4658 PR testsuite/24863
4659 * gdb.base/structs.exp: Fix check-read1 timeout using
4660 gdb_test_sequence.
4661 * lib/gdb.exp (tcl_version_at_least, lrepeat): New proc.
4662
117eb594
TV
46632019-08-01 Tom de Vries <tdevries@suse.de>
4664
4665 PR testsuite/24863
4666 * gdb.base/break-interp.exp: Use exp_continue after each "info files"
4667 line.
4668
ed591340
TV
46692019-08-01 Tom de Vries <tdevries@suse.de>
4670
4671 PR testsuite/24863
4672 * gdb.base/signals.exp: Fix check-read1 timeout using gdb_test_sequence.
4673
aa3b6533
TT
46742019-07-30 Tom Tromey <tromey@adacore.com>
4675
4676 * gdb.ada/display_nested.exp: New file.
4677 * gdb.ada/display_nested/foo.adb: New file.
4678 * gdb.ada/display_nested/pack.adb: New file.
4679 * gdb.ada/display_nested/pack.ads: New file.
4680
2906593f
CB
46812019-07-30 Christian Biesinger <cbiesinger@google.com>
4682
4683 * gdb.python/py-symbol.c: Add a static variable and one in an anonymous
4684 namespace.
4685 * gdb.python/py-symbol.exp: Test gdb.lookup_static_symbol.
4686
0f575925
TV
46872019-07-30 Tom de Vries <tdevries@suse.de>
4688
4689 * lib/read1.c (read): Don't use unsetenv (v), use setenv (v, "", 1)
4690 instead.
4691
b13057d9
TV
46922019-07-30 Tom de Vries <tdevries@suse.de>
4693
4694 PR testsuite/24834
4695 * lib/gdb.exp (gdb_compile): Fail if nopie results in PIE executable.
4696 (exec_is_pie): New proc.
4697
5c4dde85
CB
46982019-07-29 Christian Biesinger <cbiesinger@google.com>
4699
4700 * gdb.python/py-objfile.exp: Fix misspelling (nonexistant -> nonexistent)
4701
c620ed88
CB
47022019-07-29 Christian Biesinger <cbiesinger@google.com>
4703
4704 * gdb.python/py-objfile.c: Add global and static vars.
4705 * gdb.python/py-objfile.exp: Test new functions Objfile.
4706 lookup_global_symbol and lookup_static_symbol.
4707
3d235706
TT
47082019-07-29 Tom Tromey <tom@tromey.com>
4709
4710 * lib/tuiterm.exp (Term::_csi_@): New proc.
4711 (Term::_csi_X): Don't move cursor.
4712
c7e4c0a6
PW
47132019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4714
4715 * gdb.base/options.exp: Update backtrace - completion to
4716 new option -frame-info.
4717 * gdb.base/frame-args.exp: Test new 'frame-arguments presence'.
4718 Test new 'set print frame-info'. Test backtrace -frame-info
4719 overriding 'set print frame-info'.
4720 * gdb.python/py-framefilter.exp: Test new 'frame-arguments presence'.
4721 Test new 'set print frame-info'.
4722 Verify consistency of backtrace with and without filters, with and
4723 without -no-filters.
4724 * gdb.python/py-framefilter-invalidarg.exp: Update to new print_what
4725 default.
4726
de28a3b7
TV
47272019-07-29 Tom de Vries <tdevries@suse.de>
4728
4729 * gdb.linespec/explicit.exp: Fix completion trigger for "complete with
4730 no arguments".
4731
507dd60e
TV
47322019-07-29 Tom de Vries <tdevries@suse.de>
4733
4734 * gdb.linespec/explicit.exp: Fix gdb_test_multiple regexps where second
4735 is a substring of the first for "complete non-unique file name".
4736
5beafce9
TV
47372019-07-29 Tom de Vries <tdevries@suse.de>
4738
4739 * gdb.python/python.exp: Don't terminate gdb_test_multiple regexp
4740 with ".*".
4741
2d274232
TV
47422019-07-29 Tom de Vries <tdevries@suse.de>
4743
4744 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt, gdb_is_target_1):
4745 Pass prompt_regexp parameter to gdb_test_multiple calls.
4746
9197cd8b
TV
47472019-07-29 Tom de Vries <tdevries@suse.de>
4748
4749 * gdb.base/maint.exp: Use "\r\n" instead of "\[\r\n\]+" in "maint
aac66a4c 4750 print registers" regexps.
9197cd8b 4751
b528dae0
TV
47522019-07-29 Tom de Vries <tdevries@suse.de>
4753
4754 * gdb.base/define.exp: Add "\r\n" to "reset gdb_prompt" regexp.
4755
d17725d7
TV
47562019-07-29 Tom de Vries <tdevries@suse.de>
4757
4758 PR gdb/24855
4759 * lib/gdb.exp (gdb_test_multiple): Add prompt_regexp parameter.
4760 (skip_python_tests_prompt): Add prompt_regexp argument to
4761 gdb_test_multiple calls.
4762
52b75bf1
TT
47632019-07-27 Tom Tromey <tom@tromey.com>
4764
4765 * gdb.tui/main.exp: New file.
4766
2b1d00c2
TT
47672019-07-27 Tom Tromey <tom@tromey.com>
4768
4769 * lib/tuiterm.exp (Term::clean_restart): Make "executable"
4770 optional.
4771 * gdb.tui/empty.exp: New file.
4772
ded631d5
TT
47732019-07-27 Tom Tromey <tom@tromey.com>
4774
4775 * lib/tuiterm.exp (spawn): New proc.
4776 (Term::resize): New proc.
4777 * gdb.tui/resize.exp: New file.
4778
58ac439d
TT
47792019-07-27 Tom Tromey <tom@tromey.com>
4780
4781 * gdb.tui/list.exp: New file.
4782
fe1f56ee
TT
47832019-07-27 Tom Tromey <tom@tromey.com>
4784
4785 * gdb.tui/regs.exp: New file.
4786
f790b310
TT
47872019-07-27 Tom Tromey <tom@tromey.com>
4788
4789 * gdb.tui/basic.exp: Add "layout split" test.
4790
d95fc6ee
TT
47912019-07-27 Tom Tromey <tom@tromey.com>
4792
4793 * gdb.tui/basic.exp: Add "layout asm" test.
4794
c3786b3a
TT
47952019-07-27 Tom Tromey <tom@tromey.com>
4796
4797 * lib/tuiterm.exp: New file.
4798 * gdb.tui/basic.exp: New file.
4799
98a617f8
KB
48002019-07-27 Kevin Buettner <kevinb@redhat.com>
4801
4802 * gdb.dwarf2/dw2-ranges-func.exp (enable_foo_cold_stepping):
4803 Enable tests associated with this flag. Adjust regex
4804 referencing "foo_low" to now refer to "foo_cold" instead.
4805
5c076da4
KB
48062019-07-27 Kevin Buettner <kevinb@redhat.com>
4807
4808 * gdb.dwarf2/dw2-ranges-func.c: Rename to...
4809 * gdb.dwarf2/dw2-ranges-func-lo-cold.c: ...this.
4810 * gdb.dwarf2/dw2-ranges-func-lo-cold.c (foo_low): Change name to
4811 foo_cold. Revise comments to match.
4812 * gdb.dwarf2/dw2-ranges-func-hi-cold.c: New file.
4813 * gdb.dwarf2/dw2-ranges-func.exp (do_test): New proc. Existing tests
4814 were wrapped into this proc; Call do_test in loop from outermost
4815 level.
4816 (foo_low): Rename all occurrences to "foo_cold".
4817 (backtrace from baz): New test.
4818 (x2/i foo_cold): New test.
4819 (info line *foo_cold): New test.
4820
1512d3b7
TV
48212019-07-26 Tom de Vries <tdevries@suse.de>
4822
4823 * gdb.arch/i386-pkru.exp: Fix unterminated string.
4824
297989a1
TV
48252019-07-25 Tom de Vries <tdevries@suse.de>
4826
4827 PR testsuite/24830
4828 * gdb.mi/mi-catch-cpp-exceptions.exp: Call
4829 mi_skip_libstdcxx_probe_tests, and skip unsupported tests.
4830 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Factor out of ...
4831 (skip_libstdcxx_probe_tests): ... here.
4832 * lib/mi-support.exp (mi_skip_libstdcxx_probe_tests): New proc.
4833
b3b965fb
TV
48342019-07-24 Tom de Vries <tdevries@suse.de>
4835
4836 PR testsuite/24807
4837 * gdb.objc/basicclass.m: Include stdio.h.
4838 * gdb.objc/nondebug.m: Same.
4839 * gdb.objc/objcdecode.m: Same.
4840
4625b4d0
TV
48412019-07-24 Tom de Vries <tdevries@suse.de>
4842
4843 PR testsuite/24612
4844 * gdb.base/infoline-reloc-main-from-zero.exp: Add -Wl,-N to
4845 additional_flags.
4846
024a5840
TV
48472019-07-24 Tom de Vries <tdevries@suse.de>
4848
4849 PR testsuite/24831
4850 * gdb.multi/tids.exp: Update error messages for info threads.
4851
c76ddaa3
TV
48522019-07-24 Tom de Vries <tdevries@suse.de>
4853
4854 * gdb.base/info-types.exp: Allow info types to print info for more than
4855 one file.
4856
9a618ef6
TV
48572019-07-23 Tom de Vries <tdevries@suse.de>
4858
4859 PR testsuite/24842
4860 * gdb.dwarf2/multidictionary.exp: Consume initial prompt after
4861 gdb_spawn_with_cmdline_opts.
4862
40eadf04
SP
48632019-07-23 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
4864
4865 * gdb.arch/arm-cmse-sgstubs.c: New test.
4866 * gdb.arch/arm-cmse-sgstubs.exp: New file.
4867
5ba29434
TV
48682019-07-23 Tom de Vries <tdevries@suse.de>
4869
4870 PR testsuite/24711
4871 * gdb.mi/mi-complete.exp: Wait for "set max-completions" result before
4872 issuing next command.
4873
a8e9d247
AB
48742019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
4875
4876 * gdb.ada/info_auto_lang.exp: Update expected results.
4877 * gdb.base/info-types.c: Add additional types to check.
4878 * gdb.base/info-types.exp: Update expected results.
4879
eb86c5e2
AB
48802019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
4881
4882 * gdb.base/info-types.c: New file.
4883 * gdb.base/info-types.exp: New file.
4884
01e175fe
AB
48852019-07-19 Andrew Burgess <andrew.burgess@embecosm.com>
4886
4887 * gdb.arch/riscv-bp-infcall.c: New file.
4888 * gdb.arch/riscv-bp-infcall.exp: New file.
4889
6b78c3f8
AB
48902019-07-17 Andrew Burgess <andrew.burgess@embecosm.com>
4891
4892 PR breakpoints/24541
4893 * gdb.mi/mi-catch-cpp-exceptions.exp: Remove kfail due to 24541.
4894
da738167
TV
48952019-07-14 Tom de Vries <tdevries@suse.de>
4896
4897 PR testsuite/24760
4898 * gdb.objc/basicclass.exp: Fix unterminated string.
4899
0d4e84ed
AB
49002019-07-12 Bernhard Heckel <bernhard.heckel@intel.com>
4901 Andrew Burgess <andrew.burgess@embecosm.com>
4902
4903 * gdb.fortran/vla-ptype.exp: Print array with negative bounds.
4904 * gdb.fortran/vla-sizeof.exp: Print the size of an array with
4905 negative bounds.
4906 * gdb.fortran/vla-value.exp: Print elements of an array with
4907 negative bounds.
4908 * gdb.fortran/vla.f90: Setup an array with negative bounds for
4909 testing.
4910
021d8588
AB
49112019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
4912
4913 * gdb.base/options.exp (expect_string): Dequote strings in
4914 results.
4915 (test-string): Test strings with different quoting and reindent.
4916
f06f1252
TT
49172019-07-10 Tom Tromey <tromey@adacore.com>
4918
4919 * gdb.ada/mi_ex_cond.exp: Update expected results.
4920 * gdb.ada/mi_catch_ex_hand.exp: Update expected results.
4921 * gdb.ada/mi_catch_ex.exp: Update expected results.
4922 * gdb.ada/mi_catch_assert.exp: Update expected results.
4923 * gdb.ada/catch_ex.exp (catch_exception_info)
4924 (catch_exception_entry, catch_assert_entry)
4925 (catch_unhandled_entry): Update.
4926 * gdb.ada/catch_assert_if.exp: Update expected results.
4927
b863685d
RB
49282019-07-10 Richard Bunt <richard.bunt@arm.com>
4929 Stephen Roberts <stephen.roberts@arm.com>
4930
4931 * gdb.base/define.exp: Restore original prompt.
4932
cb1e4e32
PA
49332019-07-09 Pedro Alves <palves@redhat.com>
4934
4935 * gdb.cp/catch-multi-stdlib.exp: Adjust expected "info
4936 breakpoints" output.
4937 * gdb.cp/exception.exp: Adjust expected "info breakpoints" output.
4938 * gdb.python/py-breakpoint.exp: No longer expect that "catch
4939 throw" creates breakpoint.
4940 * gdb.mi/mi-catch-cpp-exceptions.exp (setup_catchpoint): Expect
4941 'type="catchpoint"'.
4942
b58a68fe
PA
49432019-07-09 Pedro Alves <palves@redhat.com>
4944
4945 PR c++/15468
4946 * gdb.cp/except-multi-location-lib.cc: New.
4947 * gdb.cp/except-multi-location-main.cc: New.
4948 * gdb.cp/except-multi-location.exp: New.
4949
0826779b
PW
49502019-07-09 Sergio Durigan Junior <sergiodj@redhat.com>
4951
4952 * gdb.base/printcmds.exp (test_printf_convenience_var): Set
4953 language to "c++" before dealing with wchar_t. Remove DO_WSTRING
4954 argument and update callers.
4955
5b0e2db4
AB
49562019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
4957
4958 * gdb.arch/amd64-break-on-asm-line.S: New file.
4959 * gdb.arch/amd64-break-on-asm-line.exp: New file.
4960
1f6f6e21
PW
49612019-07-08 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4962
4963 * gdb.base/printcmds.exp: Test printing C string and
4964 C wide string convenience vars without transiting via the inferior.
4965 Also make test names unique.
4966
ea142fbf
AH
49672019-07-08 Alan Hayward <alan.hayward@arm.com>
4968
5862c886 4969 PR breakpoints/25011
ea142fbf
AH
4970 * gdb.base/break-idempotent.exp: Test both PIE and non PIE.
4971
213fd9fa
PA
49722019-07-04 Pedro Alves <palves@redhat.com>
4973
4974 * lib/gdb.exp (foreach_with_prefix): Don't return early if
4975 body returned ok(0), break(3) or continue(4).
4976 * gdb.testsuite/foreach_with_prefix.exp: New file.
4977
2b40fda7
AH
49782019-07-04 Alan Hayward <alan.hayward@arm.com>
4979
4980 * gdb.server/unittest.exp: Allow 0 unit tests to run.
4981
a26c8de0
PA
49822019-07-03 Pedro Alves <palves@redhat.com>
4983
4984 * lib/gdb.exp (foreach_with_prefix): Use "catch" and
4985 "return -code".
4986
5f4ba3e7
PA
49872019-07-03 Pedro Alves <palves@redhat.com>
4988
4989 PR cli/24732
4990 * gdb.base/shell.exp: Load completion-support.exp.
4991 Adjust expected error output. Add completion tests.
4992
a994424f
PA
49932019-07-03 Pedro Alves <palves@redhat.com>
4994
4995 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Use
4996 string_to_regexp.
4997
3d9be6f5
PA
49982019-07-03 Pedro Alves <palves@redhat.com>
4999
5000 * gdb.base/options.exp (expect_none, expect_flag, expect_bool)
5001 (expect_integer): Adjust to expect "-string".
5002 (expect_string): New.
5003 (all_options): Expect "-string".
5004 (test-flag, test-boolean): Adjust to expect "-string".
5005 (test-string): New proc.
5006 (top level): Call it.
5007
41fc454c
PA
50082019-07-03 Pedro Alves <palves@redhat.com>
5009
5010 * gdb.base/options.exp (test-misc, test-flag, test-boolean)
5011 (test-uinteger, test-enum): Adjust res_test_gdb_... calls to pass
5012 the expected output in the success.
5013
b2b2a215
PA
50142019-07-03 Pedro Alves <palves@redhat.com>
5015
5016 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
5017 Split one gdb_test_multiple call in two to avoid a race.
5018
fdbc9870
PA
50192019-07-03 Pedro Alves <palves@redhat.com>
5020
5021 * gdb.base/with.c: New file.
5022 * gdb.base/with.exp: New file.
5023
c6ac8931
PA
50242019-07-03 Pedro Alves <palves@redhat.com>
5025
5026 * gdb.base/settings.exp: Replace all references to "maint
5027 test-settings set" with references to "maint set test-settings",
5028 and all references to "maint test-settings show" with references
5029 to "maint show test-settings".
5030
970f9d09
PA
50312019-07-03 Pedro Alves <palves@redhat.com>
5032
5033 * gdb.base/settings.exp (test-string): Adjust expected out when
5034 testing "maint test-settings show filename"
5035
54d66006
PA
50362019-07-02 Pedro Alves <palves@redhat.com>
5037
5038 * gdb.base/options.exp (test-info-threads): New procedure.
5039 (top level): Call it.
5040
10d06d82
TT
50412019-06-28 Tom Tromey <tromey@adacore.com>
5042
5043 * gdb.dwarf2/ada-linkage-name.c: New file.
5044 * gdb.dwarf2/ada-linkage-name.exp: New file.
5045
3d507ff2
TT
50462019-06-27 Tom Tromey <tromey@adacore.com>
5047
d039f014 5048 PR c++/20020:
3d507ff2
TT
5049 * gdb.cp/constexpr-field.exp: Use setup_xfail.
5050
8af58ffe
TV
50512019-06-26 Tom de Vries <tdevries@suse.de>
5052
5053 * gdb.dwarf2/varval.exp: Compile twice, once without bad DWARF.
5054
22e21752
TV
50552019-06-26 Tom de Vries <tdevries@suse.de>
5056
5057 * gdb.base/index-cache.exp: Add back missing debug option.
5058
b65b566c
PW
50592019-06-23 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5060
5061 * gdb.base/alias.exp: Test non matching/non existing prefixes.
5062
5c2c8c69
TV
50632019-06-25 Tom de Vries <tdevries@suse.de>
5064
5065 PR testsuite/24727
5066 * gdb.dwarf2/dw2-restrict.S: Regenerate using clang 5.0.1.
5067
164e3873
TV
50682019-06-24 Tom de Vries <tdevries@suse.de>
5069
5070 * gdb.dwarf2/implptr-64bit.exp: Fix intra-CU '%' label reference.
5071
824eacee
TV
50722019-06-24 Tom de Vries <tdevries@suse.de>
5073
5074 * gdb.trace/entry-values.exp: Use DW_FORM_udata instead of
5075 DW_FOR_sdata for DW_AT_decl_file. Use 0 for DW_AT_decl_file.
5076 * gdb.trace/unavailable-dwarf-piece.exp: Same.
5077
385b97d3
TV
50782019-06-24 Tom de Vries <tdevries@suse.de>
5079
5080 * gdb.dwarf2/inlined_subroutine-inheritance.exp:
5081
c596f180
TV
50822019-06-21 Tom de Vries <tdevries@suse.de>
5083
5084 * gdb.base/index-cache.exp: Add additional_flags=-Wl,--build-id.
5085
b13a7d03
TV
50862019-06-21 Tom de Vries <tdevries@suse.de>
5087
5088 PR testsuite/24518
5089 PR ada/24713
5090 * gdb.ada/ptype_union.exp: Mark as unsupported if executable contains
5091 index.
5092
899277ae
TT
50932019-06-19 Tom Tromey <tromey@adacore.com>
5094
5095 * gdb.ada/length_cond.exp: Add intro comment.
5096
680e1bee
TT
50972019-06-19 Tom Tromey <tromey@adacore.com>
5098
5099 * gdb.ada/length_cond.exp: New file.
5100 * gdb.ada/length_cond/length_cond.adb: New file.
5101 * gdb.ada/length_cond/pck.adb: New file.
5102 * gdb.ada/length_cond/pck.ads: New file.
5103
0ed4690a
TV
51042019-06-18 Tom de Vries <tdevries@suse.de>
5105
5106 * boards/fission.exp (debug_flags): Add "-fuse-ld=gold".
5107
d20ed5fd
TT
51082019-06-18 Tom Tromey <tromey@adacore.com>
5109
5110 * gdb.base/list0.h: Add comment explaining control character.
5111
86e04673
TV
51122019-06-18 Tom de Vries <tdevries@suse.de>
5113
5114 * boards/fission.exp: Break up long debug_flags line.
5115
c4973306
SM
51162019-06-16 Tom de Vries <tdevries@suse.de>
5117
5118 PR gdb/24445
5119 * gdb.dwarf2/gdb-index.exp (add_gdb_index): Update dwz file with
5120 generated index.
5121
93cb9841
AB
51222019-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
5123
5124 PR gdb/24686
5125 * gdb.mi/mi-catch-cpp-exceptions.exp: Add an extra pattern to
5126 improve detection of bug gdb/24541.
5127
399aaebd
SM
51282019-06-16 Simon Marchi <simon.marchi@polymtl.ca>
5129
5130 PR gdb/24669
5131 * gdb.base/index-cache.exp (uses_readnow,
5132 expecting_index_cache_use): Define global variable.
5133 (test_cache_enabled_miss, test_cache_enabled_hit): Use
5134 expecting_index_cache_use.
5135
584a927c
AB
51362019-06-16 Bernhard Heckel <bernhard.heckel@intel.com>
5137 Andrew Burgess <andrew.burgess@embecosm.com>
5138
5139 * gdb.fortran/pointers.f90: New file.
5140 * gdb.fortran/print_type.exp: New file.
5141 * gdb.fortran/vla-ptype.exp: Adapt expected results.
5142 * gdb.fortran/vla-type.exp: Likewise.
5143 * gdb.fortran/vla-value.exp: Likewise.
5144 * gdb.mi/mi-vla-fortran.exp: Likewise.
5145
30056ea0
AB
51462019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
5147
5148 * gdb.mi/mi-catch-cpp-exceptions.cc: New file.
5149 * gdb.mi/mi-catch-cpp-exceptions.exp: New file.
5150 * lib/mi-support.exp (mi_expect_stop): Handle 'exception-caught'
5151 as a stop reason.
5152
ec8e2b6d
AB
51532019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
5154
5155 * gdb.base/annota1.exp: Update expected results.
5156 * gdb.cp/annota2.exp: Likewise.
5157 * gdb.cp/annota3.exp: Likewise.
5158
09e4c4e1
AB
51592019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
5160
5161 * gdb.base/style-logging.exp: Remove path from test name.
5162
0735b091
TT
51632019-06-14 Tom Tromey <tromey@adacore.com>
5164
5165 PR gdb/24502:
5166 * gdb.base/style-logging.exp: New file.
5167
f5686554
TT
51682019-06-14 Tom Tromey <tromey@adacore.com>
5169
5170 * gdb.base/symfile-warn.exp: New file.
5171 * gdb.base/symfile-warn.c: New file.
5172
a0c1ffed
TT
51732019-06-14 Tom Tromey <tromey@adacore.com>
5174
5175 * gdb.base/annotate-symlink.exp: New file.
5176
f411722c
TT
51772019-06-14 Tom Tromey <tromey@adacore.com>
5178
5179 * gdb.ada/set_wstr.exp: Add reassignment test.
5180
4268ec18
TT
51812019-06-14 Tom Tromey <tromey@adacore.com>
5182
5183 * gdb.ada/formatted_ref.exp (test_p_x_addr): Check
5184 'unchecked_access and 'unrestricted_access as well.
5185
9a9e394b
TT
51862019-06-14 Tom Tromey <tromey@adacore.com>
5187
5188 PR ada/24539:
5189 * gdb.ada/vla.exp: Update tests.
5190 * gdb.ada/vla/vla.adb (Record_Type): Use No_Component_Reordering
5191 pragma.
5192
4c048731
PA
51932019-06-13 Pedro Alves <palves@redhat.com>
5194
5195 * gdb.base/settings.exp (test-integer): Test junk after
5196 "unlimited".
5197
6665660a
PA
51982019-06-13 Pedro Alves <palves@redhat.com>
5199
5200 * gdb.base/options.exp (test-thread-apply): New.
5201 (top level): Call it.
5202
5d707134
PA
52032019-06-13 Pedro Alves <palves@redhat.com>
5204
5205 * gdb.base/options.exp (test-frame-apply): New.
5206 (top level): Test print commands with different "frame apply"
5207 prefixes.
5208
e2a689da
PA
52092019-06-13 Pedro Alves <palves@redhat.com>
5210
e79be6e5 5211 * lib/completion-support.exp (test_gdb_complete_tab_multiple)
e2a689da
PA
5212 (test_gdb_complete_cmd_multiple, test_gdb_complete_multiple): Add
5213 'max_completions' parameter and handle it.
5214 (test_gdb_completion_offers_commands): New.
5215
90a1ef87
PA
52162019-06-13 Pedro Alves <palves@redhat.com>
5217
5218 * gdb.base/options.exp (test-backtrace): Test completing qualifiers.
5219
d4c16835
PA
52202019-06-13 Pedro Alves <palves@redhat.com>
5221
5222 * gdb.base/options.exp (test-backtrace): New.
5223 (top level): Call it.
5224
2daf894e
PA
52252019-06-13 Pedro Alves <palves@redhat.com>
5226
5227 * gdb.guile/scm-frame-args.exp: Use "set print
5228 raw-frame-arguments" instead of "set print raw frame-arguments".
5229 * gdb.python/py-frame-args.exp: Likewise.
5230
e6ed716c
PA
52312019-06-13 Pedro Alves <palves@redhat.com>
5232
5233 * gdb.compile/compile.exp: Adjust expected output to option
5234 processing changes.
5235
7d8062de
PA
52362019-06-13 Pedro Alves <palves@redhat.com>
5237
5238 * gdb.base/options.exp: Build executable.
5239 (test-print): New procedure.
5240 (top level): Call it, once for "print" and another for "compile
5241 print".
5242
9d0faba9
PA
52432019-06-13 Pedro Alves <palves@redhat.com>
5244
5245 * gdb.base/options.c: New file.
5246 * gdb.base/options.exp: New file.
5247
dee7b4c8
PA
52482019-06-13 Pedro Alves <palves@redhat.com>
5249
5250 * gdb.base/settings.exp (test-boolean, test-auto-boolean): Check
5251 that "o" is ambiguous.
5252
dca0f6c0
PA
52532019-06-13 Pedro Alves <palves@redhat.com>
5254
5255 * gdb.base/settings.c: New file.
5256 * gdb.base/settings.exp: New file.
5257
ccf46844
PA
52582019-06-13 Pedro Alves <palves@redhat.com>
5259
5260 * gdb.base/completion.exp: Fix comment typo.
5261
b9a3f842
PA
52622019-06-13 Pedro Alves <palves@redhat.com>
5263
5264 * gdb.multi/tids.exp: Adjust expected output. Add "thread apply 1
5265 foo --1" test.
5266
d106773e
PA
52672019-06-11 Bernhard Heckel <bernhard.heckel@intel.com>
5268
5269 * gdb.fortran/block-data.f: New.
5270 * gdb.fortran/block-data.exp: New.
5271
fea82da0
TV
52722019-06-11 Tom de Vries <tdevries@suse.de>
5273
5274 PR testsuite/24521
5275 * gdb.multi/remove-inferiors.exp: Allow "Expanding full symbols"
5276 message.
5277
8c2e74f1
TV
52782019-06-11 Tom de Vries <tdevries@suse.de>
5279
5280 PR testsuite/24521
5281 * gdb.dwarf2/nonvar-access.exp: Fix main high_pc.
5282
b49851c8
TV
52832019-06-11 Tom de Vries <tdevries@suse.de>
5284
5285 * boards/readnow.exp: New file.
5286
a7067863
AB
52872019-06-10 Andrew Burgess <andrew.burgess@embecosm.com>
5288
5289 * gdb.fortran/vla-sizeof.exp: Update expected results.
5290
1a3da2cd
AB
52912019-06-06 Amos Bird <amosbird@gmail.com>
5292
5293 * gdb.base/annota1.exp (thread_switch): Add test for
5294 thread-exited annotation.
5295
3847a7bf
TT
52962019-06-06 Tom Tromey <tromey@adacore.com>
5297
5298 * gdb.base/maint.exp: Expect command started/finished output.
5299
0088ba59
AB
53002019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
5301
5302 * gdb.arch/riscv-unwind-long-insn-6.s: Remove use of 'I' in
5303 comment.
5304 * gdb.arch/riscv-unwind-long-insn-8.s: Likewise.
5305
312617a3
AB
53062019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
5307
5308 * gdb.arch/riscv-unwind-long-insn-6.s: New file.
5309 * gdb.arch/riscv-unwind-long-insn-8.s: New file.
5310 * gdb.arch/riscv-unwind-long-insn.c: New file.
5311 * gdb.arch/riscv-unwind-long-insn.exp: New file.
5312
e1f2e1a2
CB
53132019-06-04 Christian Biesinger <cbiesinger@google.com>
5314
d3238f7d 5315 * gdb.python/py-type.exp: Test for new gdb.Type.objfile property.
e1f2e1a2 5316
206584bd
PW
53172019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5318
5319 * lib/gdb.exp (help_list_trailer): New regexp variable
5320 factorizing the help trailer message.
5321 (test_class_help): Use help_list_trailer. Add LIST_OF_COMMANDS
5322 arg to allow to better factorize various tests.
5323 (test_user_defined_class_help): Factorizes testing 'help user-defined'.
5324 (test_prefix_command_help): Use help_list_trailer.
5325 * gdb.python/py-cmd.exp: Use test_user_defined_class_help.
5326 * gdb.guile/scm-cmd.exp: Likewise.
5327 * gdb.trace/tracecmd.exp: Update caller of test_class_help.
5328 * gdb.base/help.exp: Use test_user_defined_class_help.
5329 * gdb.base/style.exp: Add tests for styling of help and apropos.
5330 * lib/gdb-utils.exp (style): Add title and highlight styles.
5331
708dc93e
PW
53322019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5333
5334 * gdb.base/shell.exp: Test pipe command, $_shell_exitcode,
5335 $_shell_exitsignal.
5336 * gdb.base/default.exp: Update for new convenience variables.
5337
f49055a5
TT
53382019-05-29 Tom Tromey <tromey@adacore.com>
5339
5340 * gdb.ada/complete.exp (test_gdb_no_completion): Add "/" and "-"
5341 to "break complete ada" test case's regexp.
5342
4330d61d
TT
53432019-05-29 Tom Tromey <tromey@adacore.com>
5344
5345 PR c++/20020:
5346 * gdb.cp/constexpr-field.exp: New file.
5347 * gdb.cp/constexpr-field.cc: New file.
5348
000439d5
TT
53492019-05-29 Tom Tromey <tromey@adacore.com>
5350
5351 * gdb.base/finish.exp (finish_no_print): New proc.
5352 (finish_tests): Call it.
5353
5a01c34c
TV
53542019-05-24 Tom de Vries <tdevries@suse.de>
5355
5356 * gdb.dwarf2/gdb-add-index.exp: New file.
5357
18125b16
TT
53582019-05-22 Tom Tromey <tromey@adacore.com>
5359
5360 * gdb.base/info-shared.exp (check_info_shared): Use "style".
5361 * gdb.base/style.exp: Use "style".
5362 * lib/gdb-utils.exp (style): New proc.
5363
af1a8d03
TV
53642019-05-22 Tom de Vries <tdevries@suse.de>
5365
5366 * gdb.base/align.exp: Require c++11.
5367
e7fe496b
TV
53682019-05-22 Tom de Vries <tdevries@suse.de>
5369
5370 PR testsuite/24586
5371 * gdb.python/py-mi-var-info-path-expression.exp: Call
5372 mi_skip_python_tests to check if python is supported.
5373
8fca4da0
AH
53742019-05-22 Alan Hayward <alan.hayward@arm.com>
5375
5376 * gdb.arch/aarch64-pauth.c: New test.
5377 * gdb.arch/aarch64-pauth.exp: New file.
5378
b7060614
AH
53792019-05-22 Alan Hayward <alan.hayward@arm.com>
5380
5381 * README (Re-running Tests Outside The Testsuite): New section.
5382
669d0468
TV
53832019-05-21 Tom de Vries <tdevries@suse.de>
5384
5385 * gdb.arch/amd64-eval.exp: Require c++11.
5386 * gdb.base/max-depth.exp: Same.
5387 * gdb.compile/compile-cplus-array-decay.exp: Same.
5388 * gdb.cp/meth-typedefs.exp: Same.
5389 * gdb.cp/subtypes.exp: Same.
5390 * gdb.cp/temargs.exp: Same.
5391
ce3ebcaa
AH
53922019-05-21 Alan Hayward <alan.hayward@arm.com>
5393
5394 * lib/gdbserver-support.exp (gdbserver_run): Mark kill as optional.
5395
34d11c68
AB
53962019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
5397
5398 PR gdb/18644
5399 * gdb.fortran/complex.exp: Remove setup_kfail calls.
5400 * gdb.fortran/printing-types.exp: Add new test.
5401 * gdb.fortran/printing-types.f90: Add 16-byte real variable for
5402 testing.
5403 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Remove
5404 setup_kfail call.
5405
87781e84
AH
54062019-05-17 Alan Hayward <alan.hayward@arm.com>
5407
5408 * README (Running the Testsuite): Change example.
5409 (Testsuite Parameters): Remove TRANSCRIPT.
5410 * lib/gdb.exp: Remove TRANSCRIPT check.
5411
b420b89e
AH
54122019-05-17 Alan Hayward <alan.hayward@arm.com>
5413
5414 * README (Testsuite Parameters): Add replay logging to
5415 GDBSERVER_DEBUG.
5416 (gdbserver,debug): Refer to GDBSERVER_DEBUG.
5417 * lib/gdbserver-support.exp (gdbserver_start): Treat gdbserverdebug
5418 as a comma separated list.
5419 (gdb_debug_init): Override procedure.
5420
408e9b8b
AH
54212019-05-17 Alan Hayward <alan.hayward@arm.com>
5422
5423 * lib/gdb.exp (default_gdb_spawn): Call gdb_write_cmd_file.
5424 (gdb_write_cmd_file): New procedure.
5425 * lib/gdbserver-support.exp (gdbserver_start): Call
5426 gdbserver_write_cmd_file.
5427 (gdbserver_write_cmd_file): New procedure.
5428
f9e2e39d
AH
54292019-05-17 Alan Hayward <alan.hayward@arm.com>
5430
5431 * lib/gdb.exp (gdb_unload): Mark Y as an answer.
5432 (delete_breakpoints): Likewise.
5433 (gdb_run_cmd): Likewise.
5434 (gdb_start_cmd): Likewise.
5435 (gdb_starti_cmd): Likewise.
5436 (gdb_internal_error_resync): Likewise.
5437 (gdb_test_multiple): Likewise.
5438 (gdb_reinitialize_dir): Likewise.
5439 (default_gdb_exit): Likewise.
5440 (gdb_file_cmd): Mark kill as optional.
5441 (default_gdb_start): Call gdb_stdin_log_init.
5442 (send_gdb): Call gdb_stdin_log_write.
5443 (rerun_to_main): Mark Y as an answer.
5444 (gdb_stdin_log_init): New function.
5445 (gdb_stdin_log_write): Likewise.
5446
81f47ac2
AH
54472019-05-17 Alan Hayward <alan.hayward@arm.com>
5448
5449 * gdb.base/breakpoint-in-ro-region.exp: Disable when debugging.
5450 * gdb.base/debug-expr.exp: Likewise.
5451 * gdb.base/foll-fork.exp: Likewise.
5452 * gdb.base/foll-vfork.exp: Likewise.
5453 * gdb.base/fork-print-inferior-events.exp: Likewise.
5454 * gdb.base/gdb-sigterm.exp: Likewise.
5455 * gdb.base/gdbinit-history.exp: Likewise.
5456 * gdb.base/osabi.exp: Likewise.
5457 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
5458 * gdb.base/ui-redirect.exp: Likewise.
5459 * gdb.gdb/unittest.exp: Likewise.
5460 * gdb.mi/mi-break.exp: Disable separate-mi-tty when debugging.
5461 * gdb.mi/mi-watch.exp: Likewise.
5462 * gdb.mi/new-ui-mi-sync.exp: Likewise.
5463 * gdb.mi/user-selected-context-sync.exp: Likewise.
5464 * gdb.python/python.exp: Disable debug test when debugging.
5465 * gdb.threads/check-libthread-db.exp: Disable when debugging.
5466 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
5467 Likewise.
5468 * gdb.threads/stepi-random-signal.exp: Likewise.
5469
29b52314
AH
54702019-05-17 Alan Hayward <alan.hayward@arm.com>
5471
5472 * Makefile.in: Pass through GDB_DEBUG.
5473 * README (Testsuite Parameters): Add GDB_DEBUG.
81f47ac2
AH
5474 (gdb,debug): Add board setting.
5475 * lib/gdb.exp (default_gdb_start): Start debugging.
5476 (gdb_debug_enabled): New procedure.
5477 (gdb_debug_init): Likewise.
29b52314
AH
5478
54792019-05-17 Alan Hayward <alan.hayward@arm.com>
e79be6e5 5480
29b52314
AH
5481 * Makefile.in: Pass through GDB_DEBUG.
5482 * README (Testsuite Parameters): Add GDB_DEBUG.
81f47ac2
AH
5483 (gdb,debug): Add board setting.
5484 * lib/gdb.exp (default_gdb_start): Start debugging.
5485 (gdb_debug_enabled): New procedure.
5486 (gdb_debug_init): Likewise.
29b52314 5487
ca1285d1
AH
54882019-05-17 Alan Hayward <alan.hayward@arm.com>
5489
5490 * gdb.base/ui-redirect.exp: Add debug redirect tests.
5491
f3a09c80
AH
54922019-05-17 Alan Hayward <alan.hayward@arm.com>
5493
5494 * gdb.base/ui-redirect.exp: Test redirection.
5495
26648588
JV
54962019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
5497
5498 * gdb.mi/mi-complete.exp: New file.
5499 * gdb.mi/mi-complete.cc: Likewise.
5500
14237686
AB
55012019-05-15 Bernhard Heckel <bernhard.heckel@intel.com>
5502
5503 * gdb.fortran/vla-sizeof.exp: Add tests of sizeof applied to
5504 indexed and sliced arrays, and pointers to arrays.
5505
e7bd7fba
TT
55062019-05-14 Tom Tromey <tromey@adacore.com>
5507
5508 * gdb.base/info-shared.exp (check_info_shared): Add "info shared"
5509 styling test.
5510
2764128d
TV
55112019-05-14 Tom de Vries <tdevries@suse.de>
5512
5513 * gdb.dwarf2/dw2-skip-prologue.S (.debug_loc): Fix base address
5514 selection entry encoding.
5515
71bed2db
TT
55162019-05-10 Tom Tromey <tromey@adacore.com>
5517
5518 * gdb.ada/info_exc.exp: Add "complete" test.
5519
63b667ad
TV
55202019-05-09 Tom de Vries <tdevries@suse.de>
5521
5522 * gdb.arch/amd64-tailcall-self.S: Make DW_FORM_ref4 references
5523 CU-relative.
5524
9cfd2b89
TV
55252019-05-09 Tom de Vries <tdevries@suse.de>
5526
5527 * gdb.arch/amd64-entry-value-paramref.S: Make DW_FORM_ref4 references
5528 CU-relative.
5529
2228ef77
XR
55302019-05-08 Joel Brobecker <brobecker@adacore.com>
5531
5532 * gdb.ada/frame_arg_lang.exp: New testcase.
5533 * gdb.ada/frame_arg_lang/bla.adb: New file.
5534 * gdb.ada/frame_arg_lang/pck.ads: New file.
5535 * gdb.ada/frame_arg_lang/pck.adb: New file.
5536 * gdb.ada/frame_arg_lang/foo.c: New file.
5537
80e55b13
TT
55382019-05-08 Tom Tromey <tromey@adacore.com>
5539
5540 * gdb.python/py-value.exp (test_value_in_inferior): Add Ada test.
5541
9d3421af
TT
55422019-05-08 Tom Tromey <tromey@adacore.com>
5543
5544 * gdb.base/ptype-offsets.exp: Update tests.
5545
844333e2
TT
55462019-05-08 Tom Tromey <tromey@adacore.com>
5547
5548 * gdb.base/ptype-offsets.exp: Use string_to_regexp. Fix test
5549 cases.
5550 * gdb.base/ptype-offsets.cc (struct abc) <my_int_type>: Now
5551 "short".
5552
988915ee
TT
55532019-05-08 Tom Tromey <tromey@adacore.com>
5554
5555 * gdb.ada/vla.exp: New file.
5556 * gdb.ada/vla/vla.adb: New file.
5557
7bd55dac
TV
55582019-05-07 Tom de Vries <tdevries@suse.de>
5559
5560 * gdb.base/index-cache.exp (ls_host): Fix return statement.
5561
75f06e9d
TV
55622019-05-07 Tom de Vries <tdevries@suse.de>
5563
5564 PR testsuite/24522
5565 * gdb.dlang/watch-loc.c: Fix debug_info_offset in .debug_aranges
5566 section.
5567
77e7aaa4
TV
55682019-05-07 Tom de Vries <tdevries@suse.de>
5569
5570 PR testsuite/24522
5571 * gdb.dwarf2/dw2-case-insensitive-debug.S: Fix debug_info_offset in
5572 .debug_aranges section.
5573
456ba0fa
TV
55742019-05-07 Tom de Vries <tdevries@suse.de>
5575
5576 PR testsuite/24159
5577 * lib/dwarf.exp: Fix handling of DW_FORM_ref_addr.
5578
5a56d6a6
TV
55792019-05-06 Tom de Vries <tdevries@suse.de>
5580
5581 * lib/gdb.exp (exec_has_index_section): New proc.
5582 * gdb.base/index-cache.exp: Handle case that binfile contains an index
5583 section.
5584
9d6d4be8
TV
55852019-05-04 Tom de Vries <tdevries@suse.de>
5586
5587 * boards/cc-with-debug-names.exp: New file.
5588
222a8d25
TT
55892019-05-03 Tom Tromey <tromey@adacore.com>
5590
5591 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): New type.
5592 * gdb.ada/char_enum/foo.adb: Use Global_Enum_Type.
5593 * gdb.ada/char_enum.exp: Add test.
5594
0fdfd794
TV
55952019-05-03 Tom de Vries <tdevries@suse.de>
5596
5597 * boards/cc-with-gdb-index.exp: New file.
5598
80062eb9
AB
55992019-05-02 Andrew Burgess <andrew.burgess@embecosm.com>
5600
5601 * gdb.rust/simple.exp: Add new test case.
5602 * gdb.rust/simple.rs (struct StringAtOffset): New struct.
5603 (main): Initialise an instance of the new struct.
5604
4504bbde
TT
56052019-05-01 Tom Tromey <tromey@adacore.com>
5606
5607 * gdb.ada/packed_array_assign/aggregates.ads (Nested_Packed): New
5608 record.
5609 (NPR): New variable.
5610 * gdb.ada/packed_array_assign.exp: Add nested packed assignment
5611 test.
5612
d48e62f4
TT
56132019-05-01 Tom Tromey <tromey@adacore.com>
5614
5615 * gdb.ada/packed_array_assign.exp: Add packed assignment
5616 regression test.
5617
f59f30f5
TV
56182019-05-01 Tom de Vries <tdevries@suse.de>
5619
5620 * boards/cc-with-tweaks.exp: Generate gdb.sh, and pass it in env(GDB).
5621
b70bfc54
TV
56222019-05-01 Tom de Vries <tdevries@suse.de>
5623
5624 * boards/dwarf4-gdb-index.exp: Use cc-with-tweaks.exp.
5625
15f18d14
AT
56262019-04-30 Ali Tamur <tamur@google.com>
5627
5628 * lib/dwarf.exp(): Added DW_FORM_strx1-4.
5629
2ff0a947
TT
56302019-04-30 Tom Tromey <tromey@adacore.com>
5631
5632 * lib/ada.exp (find_ada_tool): New proc.
5633 * lib/gdb.exp (gdb_compile_shlib): Allow .o files as inputs.
5634 * gdb.ada/catch_ex_std.exp: New file.
5635 * gdb.ada/catch_ex_std/foo.adb: New file.
5636 * gdb.ada/catch_ex_std/some_package.adb: New file.
5637 * gdb.ada/catch_ex_std/some_package.ads: New file.
5638
a776957c
TT
56392019-04-30 Tom Tromey <tromey@adacore.com>
5640
5641 PR c++/24470:
5642 * gdb.cp/temargs.cc: Add test code from PR.
5643
bc68014d
AB
56442019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
5645
5646 * gdb.fortran/vla-datatypes.exp: Update expected results.
5647 * gdb.fortran/vla-ptype.exp: Likewise.
5648 * gdb.fortran/vla-type.exp: Likewise.
5649 * gdb.fortran/vla-value.exp: Likewise.
5650
f1fdc960
AB
56512019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
5652
5653 * gdb.fortran/ptr-indentation.exp: Update expected results.
5654 * gdb.fortran/ptype-on-functions.exp: Likewise.
5655 * gdb.fortran/vla-ptr-info.exp: Likewise.
5656 * gdb.fortran/vla-value.exp: Likewise.
5657
bf7a4de1
AB
56582019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
5659
5660 * gdb.fortran/ptype-on-functions.exp: New file.
5661 * gdb.fortran/ptype-on-functions.f90: New file.
5662
bbe75b9d
AB
56632019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
5664
5665 * gdb.fortran/exprs.exp (test_convenience_variables): Expect lower
5666 case void string.
5667
1db455a7
AB
56682019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
5669
5670 * gdb.fortran/complex.exp: Expand.
5671 * gdb.fortran/complex.f: Renamed to...
5672 * gdb.fortran/complex.f90: ...this, and extended to add more
5673 complex values.
5674
b6d03bb2
AB
56752019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
5676
5677 * gdb.fortran/intrinsics.exp: Extend to cover MOD, CEILING, FLOOR,
5678 MODULO, CMPLX.
5679
2e62ab40
AB
56802019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
5681 Richard Bunt <richard.bunt@arm.com>
5682
5683 * gdb.base/max-depth.c: New file.
5684 * gdb.base/max-depth.exp: New file.
5685 * gdb.python/py-nested-maps.c: New file.
5686 * gdb.python/py-nested-maps.exp: New file.
5687 * gdb.python/py-nested-maps.py: New file.
5688 * gdb.python/py-format-string.exp (test_max_depth): New proc.
5689 (test_all_common): Call test_max_depth.
5690 * gdb.fortran/max-depth.exp: New file.
5691 * gdb.fortran/max-depth.f90: New file.
5692 * gdb.go/max-depth.exp: New file.
5693 * gdb.go/max-depth.go: New file.
5694 * gdb.modula2/max-depth.exp: New file.
5695 * gdb.modula2/max-depth.c: New file.
5696 * lib/gdb.exp (get_print_expr_at_depths): New proc.
5697
d2b584a5
TV
56982019-04-29 Tom de Vries <tdevries@suse.de>
5699
5700 * lib/opencl.exp (skip_opencl_tests): Add missing "with" in regexp.
5701
136afab8
PW
57022019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5703
5704 * gdb.base/callexit.exp: Test may-call-functions off.
5705
725cbb63
KS
57062019-04-25 Keith Seitz <keiths@redhat.com>
5707
5708 PR c++/24367
5709 * gdb.cp/meth-typedefs.cc (incomplete_struct)
5710 (another_incomplete_struct, test_incomplete): New definitions.
5711 (main): Use new definitions.
5712 * gdb.cp/meth-typedefs.exp: Add new tests for `test_incomplete'
5713 functions.
5714
701adfb0
PA
57152019-04-25 Ali Tamur <tamur@google.com>
5716
5717 * lib/dwarf.exp (_handle_DW_FORM): Add DW_FORM_strx.
5718
82433e3e
SDJ
57192019-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
5720
5721 PR corefiles/11608
5722 PR corefiles/18187
5723 * gdb.base/coredump-filter-build-id.exp: New file.
5724
dd06d4d6
AH
57252019-04-25 Alan Hayward <alan.hayward@arm.com>
5726
e79be6e5
SM
5727 * Makefile.in: Pass through GDBSERVER_DEBUG.
5728 * README (Testsuite Parameters): Add GDBSERVER_DEBUG.
5729 (gdbserver,debug): Add board setting.
5730 * gdb.trace/tspeed.exp: Skip when debugging.
5731 * lib/gdb.exp (gdbserver_debug_enabled): New procedure.
5732 * lib/gdbserver-support.exp: Likewise
dd06d4d6 5733
1670072e
TT
57342019-04-24 Tom Tromey <tromey@adacore.com>
5735
5736 * lib/gdb.exp (gdb_compile): Don't add -fno-stack-protector for
5737 Rust.
5738
a59240a4
TT
57392019-04-24 Tom Tromey <tromey@adacore.com>
5740
5741 * gdb.arch/amd64-eval.exp: Test bitfield return.
5742 * gdb.arch/amd64-eval.cc (struct Bitfields): New.
5743 (class Foo) <return_bitfields>: New method.
5744 (main): Call it.
5745
b907456c
AB
57462019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
5747
5748 * gdb.cp/many-args.cc: New file.
5749 * gdb.cp/many-args.exp: New file.
5750
5c565afd
TV
57512019-04-23 Tom de Vries <tdevries@suse.de>
5752
5753 PR gdb/24433
5754 * gdb.btrace/reconnect.exp: Fix stepi 19 pattern.
5755
ba22ff86
AH
57562019-04-23 Alan Hayward <alan.hayward@arm.com>
5757
5758 * gdb.trace/backtrace.exp: Use nopie flag.
5759 * gdb.trace/circ.exp: Likewise.
5760 * gdb.trace/collection.exp: Likewise.
5761 * gdb.trace/ftrace.exp: Likewise.
5762 * gdb.trace/mi-trace-unavailable.exp: Likewise.
5763 * gdb.trace/mi-traceframe-changed.exp: Likewise.
5764 * gdb.trace/qtro.exp: Likewise.
5765 * gdb.trace/read-memory.exp: Likewise.
5766 * gdb.trace/report.exp: Likewise.
5767 * gdb.trace/tfile.exp: Likewise.
5768 * gdb.trace/tfind.exp: Likewise.
5769 * gdb.trace/unavailable.exp: Likewise.
5770
7905fc35
PA
57712019-04-22 Pedro Alves <palves@redhat.com>
5772
5773 * gdb.base/solib-probes-nosharedlibrary.c,
5774 gdb.base/solib-probes-nosharedlibrary.exp: New files.
5775
8ecb59f8
TT
57762019-04-19 Tom Tromey <tromey@adacore.com>
5777
5778 * gdb.ada/ptype_union.c: New file.
5779 * gdb.ada/ptype_union.exp: New file.
5780
62160ec9
TT
57812019-04-19 Tom Tromey <tromey@adacore.com>
5782
5783 PR symtab/24423:
5784 * gdb.base/list0.h (foo): Add a control-l character.
5785
36cd4ba5
TV
57862019-04-18 Tom de Vries <tdevries@suse.de>
5787
5788 PR gdb/24433
5789 * boards/local-board.exp: Set sysroot to "".
5790
b73715df
TV
57912019-04-18 Tom de Vries <tdevries@suse.de>
5792 Pedro Alves <palves@redhat.com>
5793
5794 PR gdb/24454
5795 * gdb.threads/vfork-follow-child-exec.c: New file.
5796 * gdb.threads/vfork-follow-child-exec.exp: New file.
5797 * gdb.threads/vfork-follow-child-exit.c: New file.
5798 * gdb.threads/vfork-follow-child-exit.exp: New file.
5799
4aa866af
LS
58002019-04-15 Leszek Swirski <leszeks@google.com>
5801
5802 * gdb.arch/amd64-eval.cc: New file.
5803 * gdb.arch/amd64-eval.exp: New file.
5804
e5a1a79a
AH
58052019-04-11 Alan Hayward <alan.hayward@arm.com>
5806
5807 * gdb.server/sysroot.c: New test.
5808 * gdb.server/sysroot.exp: New file.
5809 * lib/gdbserver-support.exp (gdb_target_cmd): Add additional text
5810 matching param.
5811
41077b66
AB
58122019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
5813
5814 * gdb.base/align.exp: Extend test to cover structures containing
5815 only static fields.
5816
c30391f8
TV
58172019-04-11 Tom de Vries <tdevries@suse.de>
5818
5819 * boards/cc-with-dwz-m.exp: New file.
5820 * boards/cc-with-dwz.exp: New file.
5821 * boards/cc-with-tweaks.exp: Note that check-gdb doesn't work.
5822
e242fd12
SM
58232019-04-09 Simon Marchi <simon.marchi@efficios.com>
5824
5825 * gdb.base/start-cpp.exp: New file.
5826 * gdb.base/start-cpp.cc: New file.
5827
2b0c8b01
KB
58282019-04-08 Kevin Buettner <kevinb@redhat.com>
5829
5830 * gdb.python/py-thrhandle.exp: Adjust tests to call
5831 thread_from_handle instead of thread_from_thread_handle.
5832
947210e5
KB
58332019-04-08 Kevin Buettner <kevinb@redhat.com>
5834
5835 * gdb.python/py-thrhandle.exp: Add tests for
5836 gdb.InferiorThread.handle.
5837
d7df6549
AB
58382019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
5839
5840 * gdb.python/py-function.exp: Check calling helper function from
5841 all languages.
5842 * lib/gdb.exp (gdb_supported_languages): New proc.
5843
8bdc1658
AB
58442019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
5845
5846 * gdb.base/complex-parts.c: New file.
5847 * gdb.base/complex-parts.exp: New file.
5848
05caa1d2
TT
58492019-04-01 Tom Tromey <tromey@adacore.com>
5850
5851 PR symtab/23331:
5852 * gdb.dwarf2/dw2-ranges-main.c: New file.
5853 * gdb.dwarf2/dw2-ranges-psym.c: New file.
5854 * gdb.dwarf2/dw2-ranges-psym.exp: New file.
5855
7734102d
EZ
58562019-03-30 Simon Marchi <simark@simark.ca>
5857
5858 * gdb.base/default.exp: Add values for $_gdb_major and
5859 $_gdb_minor.
5860
188e1fa9
TT
58612019-03-29 Tom Tromey <tromey@adacore.com>
5862
5863 * gdb.base/help.exp: Tighten apropos regexp.
5864
2880242d
KS
58652019-03-29 Keith Seitz <keiths@redhat.com>
5866
5867 * gdb.fortran/array-bounds.exp: New file.
5868 * gdb.fortran/array-bounds.f90: New file.
5869
077cad8e
PW
58702019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5871
5872 * gdb.multi/multi-term-settings.c (main): Increase alarm timer.
5873
80047cfc
PW
58742019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5875
5876 * gdb.multi/hello.c (main): Increase alarm timer.
5877
f489207e
SL
58782019-03-28 Sandra Loosemore <sandra@codesourcery.com>
5879
5880 * gdb.threads/watchpoint-fork.exp (test): Use large timeout
5881 factor when no hardware watchpoint support.
5882
c92df149
AH
58832019-03-28 Alan Hayward <alan.hayward@arm.com>
5884 Pedro Alves <palves@redhat.com>
5885
5886 * boards/local-board.exp: set sysroot to /.
5887
933aebfa
AH
58882019-03-27 Alan Hayward <alan.hayward@arm.com>
5889
5890 * gdb.base/interrupt-daemon-attach.c (main): Add alarm and sleep
5891 in child.
5892
9f9aa852
AB
58932019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
5894
5895 * gdb.python/py-prettyprint.c (struct container) <is_map_p>: New
5896 field.
5897 (make_container): Initialise new field.
5898 * gdb.python/py-prettyprint.exp: Add new tests.
5899 * gdb.python/py-prettyprint.py (class ContainerPrinter)
5900 <display_hint>: New method.
5901
3714a195
AB
59022019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
5903
5904 * gdb.python/py-prettyprint.exp: Use gdb_breakpoint and
5905 gdb_continue_to_breakpoint more throughout this test.
5906 (run_lang_tests) Supply unique test names, and use
5907 gdb_test_no_output.
5908
18c77628
AB
59092019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
5910
5911 * gdb.base/finish-pretty.exp: Update expected results.
5912 * gdb.base/pretty-print.c: New file.
5913 * gdb.base/pretty-print.exp: New file.
5914
9a93502f
PA
59152019-03-25 Pedro Alves <palves@redhat.com>
5916
5917 * lib/gdb.exp (gdb_test_multiple): Split appends to $code and
5918 move comments outside list. Append '-i "" eof' section.
5919
968aa7ae
AH
59202019-03-22 Alan Hayward <alan.hayward@arm.com>
5921
34a7f2a4 5922 PR testsuite/25016
968aa7ae
AH
5923 * README: Add pie options.
5924 * gdb.base/break-interp.exp: Ensure pie is disabled.
5925 * gdb.base/dump.exp: Likewise.
5926 * lib/gdb.exp (gdb_compile): Add pie option.
5927
4c7d57e7
TT
59282019-03-19 Tom Tromey <tromey@adacore.com>
5929
5930 * gdb.mi/mi2-cli-display.c: New file.
5931 * gdb.mi/mi2-cli-display.exp: New file.
5932
bff8c71f
TT
59332019-03-18 Joel Brobecker <brobecker@adacore.com>
5934 Tom Tromey <tromey@adacore.com>
5935
5936 * gdb.ada/ptype_array/pck.adb: New file.
5937 * gdb.ada/ptype_array/pck.ads: New file.
5938 * gdb.ada/ptype_array/foo.adb: New file.
5939 * gdb.ada/ptype_array.exp: New file.
5940
d085f989
TT
59412019-03-14 Tom Tromey <tromey@adacore.com>
5942
5943 * gdb.base/style.exp: Add "set style sources" test.
5944
b4be1b06
SM
59452019-03-13 Simon Marchi <simon.marchi@ericsson.com>
5946
5947 * mi-breakpoint-location-ena-dis.exp: Rename to ...
5948 * mi-breakpoint-multiple-locations.exp: ... this.
5949 (make_breakpoints_pattern): New proc.
5950 (do_test): Add mi_version parameter, test -break-insert,
5951 -break-info and =breakpoint-created.
5952
7cde5fc2
AB
59532019-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
5954
5955 * config/default.exp: Remove 'load_lib gdb.exp'.
5956 * config/monitor.exp: Likewise.
5957 * config/sid.exp: Likewise.
5958 * config/sim.exp: Likewise.
5959 * config/slite.exp: Likewise.
5960 * config/unix.exp: Likewise.
5961 * gdb.base/default.exp: Remove unhelpful comment.
5962
efbecbc1
AB
59632019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5964
5965 * gdb.fortran/type-kinds.exp: Extend to cover TYPE*SIZE cases.
5966
0841c79a
AB
59672019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5968
5969 * gdb.fortran/intrinsics.exp: Extend to cover ABS.
5970
4a270568
AB
59712019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5972
5973 * gdb.fortran/type-kinds.exp: Update expected results.
5974
067630bd
AB
59752019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5976
5977 * gdb.fortran/type-kinds.exp: Test new integer type kind.
5978
3be47f7a
AB
59792019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5980
5981 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): New
5982 function.
5983 (test_basic_parsing_of_type_kinds): Expand types tested.
5984 (test_parsing_invalid_type_kinds): New function.
5985
4d00f5d8
AB
59862019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5987
5988 * gdb.fortran/intrinsics.exp: New file.
5989 * gdb.fortran/intrinsics.f90: New file.
5990 * gdb.fortran/type-kinds.exp: New file.
5991
c8f91604
AB
59922019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5993
5994 * gdb.fortran/dot-ops.exp: New file.
5995
dd9f2c76
AB
59962019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5997
5998 * gdb.fortran/types.exp (test_logical_literal_types_accepted):
5999 Check upper and lower case logical literals.
6000
84ec9724
AB
60012019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
6002
6003 * gdb.fortran/types.exp (test_float_literal_types_accepted):
6004 Remove duplicate tests.
6005
c3734e09
AH
60062019-03-06 Alan Hayward <alan.hayward@arm.com>
6007
6008 * lib/gdb.exp (builtin_cd): rename of cd.
6009 (cd): Override builtin.
6010
aa3cfbda
RB
60112019-03-06 Richard Bunt <richard.bunt@arm.com>
6012
6013 * gdb.fortran/function-calls.exp: New file.
6014 * gdb.fortran/function-calls.f90: New test.
6015
7b63ad86
RB
60162019-03-04 Richard Bunt <richard.bunt@arm.com>
6017
6018 * gdb.fortran/short-circuit-argument-list.exp: Remove reliance
6019 on user program standard output.
6020 * gdb.fortran/short-circuit-argument-list.f90: Record function
6021 calls.
6022
01abb042
AH
60232019-02-28 Alan Hayward <alan.hayward@arm.com>
6024
c3734e09
AH
6025 * lib/gdbserver-support.exp (gdbserver_start): Check for listen
6026 failure.
01abb042 6027
92137da0
RO
60282019-02-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
6029
6030 PR gdb/8527
6031 * gdb.base/interrupt-daemon-attach.c,
6032 gdb.base/interrupt-daemon-attach.exp: New test.
6033
5862844d
PA
60342019-02-27 Pedro Alves <palves@redhat.com>
6035
6036 * gdb.base/page.exp: Add tests for "set width/height -1".
6037
8ed25214
PA
60382019-02-27 Pedro Alves <palves@redhat.com>
6039
6040 * gdb.base/page.exp: Add tests for "set/show width/height" with
6041 "infinite" values.
6042
6c28e44a
TT
60432019-02-27 Tom Tromey <tromey@adacore.com>
6044
6045 * lib/gdb.exp (skip_python_tests_prompt): Don't check for Python
6046 2.4.
6047 * gdb.python/py-finish-breakpoint.exp: Remove Python 2.4
6048 workaround.
6049
bf9a735e
AB
60502019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
6051
6052 * gdb.base/align.exp: Extend to compile in both C and C++, and add
6053 tests for structs with static members.
6054
8791793c
TT
60552019-02-26 Tom Tromey <tromey@adacore.com>
6056
6057 * gdb.python/py-value.exp (test_value_from_buffer): Check for
6058 ValueError, not TypeError.
6059
bc2a507e
KB
60602019-02-26 Kevin Buettner <kevinb@redhat.com>
6061
6062 * gdb.python/py-value.exp (test_value_from_buffer): New proc with
6063 call from main program.
6064
e0e7d3bd
JB
60652019-02-23 Joel Brobecker <brobecker@adacore.com>
6066
6067 * gdb.ada/mi_ref_changeable.exp: Update copyright year range.
6068 * gdb.ada/mi_ref_changeable/foo_rb20_056.adb: Likewise.
6069 * gdb.ada/mi_ref_changeable/pck.adb: Likewise.
6070 * gdb.ada/mi_ref_changeable/pck.ads: Likewise.
6071 * gdb.dwarf2/inlined_subroutine-inheritance.exp: Likewise.
6072
9600246d
KS
60732019-02-22 Keith Seitz <keiths@redhat.com>
6074
6075 PR symtab/23853
6076 * gdb.base/symlink-sourcefile.c: New file.
6077 * gdb.base/symlink-sourcefile.exp: New file.
6078
0c95f9ed
TT
60792019-02-20 Tom Tromey <tom@tromey.com>
6080
6081 * gdb.base/info_qt.exp: Update.
6082
6caa91b6
SM
60832019-02-19 Simon Marchi <simon.marchi@polymtl.ca>
6084
6085 * gdb.base/source.exp: Move "error in sourced script" code to
6086 the end.
6087 * gdb.base/source-error.gdb: Move contents to
6088 source-error-1.gdb. Add new code to source source-error-1.gdb.
6089 * gdb.base/source-error-1.gdb: New file, from previous
6090 source-error.gdb.
6091
6506371f
TT
60922019-02-17 Tom Tromey <tom@tromey.com>
6093
6094 * gdb.base/style.exp: Use -g3 to compile when possible. Add test
6095 for macro styling.
6096 * gdb.base/style.c (SOME_MACRO): New macro.
6097
a0087920
TT
60982019-02-17 Tom Tromey <tom@tromey.com>
6099
6100 * gdb.base/style.exp: Add line-wrapping tests.
6101 * gdb.base/page.exp: Add test for quitting during pagination.
6102
a2cd4f14
JB
61032019-02-17 Joel Brobecker <brobecker@adacore.com>
6104
6105 * gdb.ada/big_packed_array: New testcase.
6106 * gdb.ada/homonym.exp: Fix incorrect expected output for
6107 "break <homonym__get_value>" test.
6108
9d70ffbc
WP
61092019-02-13 Weimin Pan <weimin.pan@oracle.com>
6110
6111 PR breakpoints/21870
6112 * gdb.arch/aarch64-dbreg-contents.exp: Use runto_main + continue
6113 and prepare_for_testing. Add comment.
6114 * gdb.arch/aarch64-dbreg-contents.c: Remove SET_WATCHPOINT and
6115 redundant cleanup call. Clean up comment.
6116
01c7ae81
WP
61172019-02-12 Weimin Pan <weimin.pan@oracle.com>
6118
6119 PR breakpoints/21870
6120 * gdb.arch/aarch64-dbreg-contents.exp: New file.
6121 * gdb.arch/aarch64-dbreg-contents.c: New file.
6122
aff29d1c
JB
61232019-02-10 Joel Brobecker <brobecker@adacore.com>
6124
6125 * gdb.ada/mi_ref_changeable: New testcase.
6126
df0da8a2
AH
61272019-02-07 Alan Hayward <alan.hayward@arm.com>
6128
6129 * gdb.base/attach.exp: Add double attach test.
6130
bd447abb
SM
61312019-02-07 Simon Marchi <simon.marchi@polymtl.ca>
6132
6133 * lib/gdb.exp (default_gdb_start): Don't match pagination
6134 prompt.
6135 (gdb_init): Set stty_init.
6136
1dbc40b9
TT
61372019-01-27 Tom Tromey <tom@tromey.com>
6138
6139 * gdb.python/py-finish-breakpoint.exp: Remove duplicate call to
6140 skip_python_tests.
6141
353229bf
AH
61422019-01-24 Alan Hayward <alan.hayward@arm.com>
6143
6144 * gdb.base/infcall-nested-structs.c (struct struct_static_02_01):
6145 New structure.
6146 (struct struct_static_02_02): Likewise.
6147 (struct struct_static_02_03): Likewise.
6148 (struct struct_static_02_04): Likewise.
6149 (struct struct_static_04_01): Likewise.
6150 (struct struct_static_04_02): Likewise.
6151 (struct struct_static_04_03): Likewise.
6152 (struct struct_static_04_04): Likewise.
6153 (struct struct_static_06_01): Likewise.
6154 (struct struct_static_06_02): Likewise.
6155 (struct struct_static_06_03): Likewise.
6156 (struct struct_static_06_04): Likewise.
6157 (cmp_struct_static_02_01): Likewise.
6158 (cmp_struct_static_02_02): Likewise.
6159 (cmp_struct_static_02_03): Likewise.
6160 (cmp_struct_static_02_04): Likewise.
6161 (cmp_struct_static_04_01): Likewise.
6162 (cmp_struct_static_04_02): Likewise.
6163 (cmp_struct_static_04_03): Likewise.
6164 (cmp_struct_static_04_04): Likewise.
6165 (cmp_struct_static_06_01): Likewise.
6166 (cmp_struct_static_06_02): Likewise.
6167 (cmp_struct_static_06_03): Likewise.
6168 (cmp_struct_static_06_04): Likewise.
6169 (call_all): Test new structs.
6170 * gdb.base/infcall-nested-structs.exp: Likewise.
6171
73021deb
AH
61722019-01-21 Alan Hayward <alan.hayward@arm.com>
6173 * gdb.base/infcall-nested-structs.exp: Test C++ in addition to C.
6174
fc65c7db
AH
61752019-01-21 Alan Hayward <alan.hayward@arm.com>
6176 * gdb.base/stack-protector.c: New test.
6177 * gdb.base/stack-protector.exp: New file.
6178 * gdb.cp/ovldbreak.exp: Only allow a single break line.
6179 * lib/gdb.exp (get_compiler_info): Use getting_compiler_info
6180 option.
6181 (gdb_compile): Remove stack protector for GCC and prevent
6182 recursion.
6183
c24bdb02
KS
61842019-01-16 Keith Seitz <keiths@redhat.com>
6185
6186 PR gdb/23773
6187 * gdb.dwarf2/inlined_subroutine-inheritance.exp: New file.
6188
6f072a10
PFC
61892019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
6190
6191 * gdb.arch/vsx-regs.exp: Add tests that use the vector register
6192 aliases.
6193 * gdb.arch/altivec-regs.exp: Likewise. Fix indentation of two
6194 tests.
6195 * gdb.arch/powerpc-vector-regs.c: New file.
6196 * gdb.arch/powerpc-vector-regs.exp: New file.
6197
a7b8d682
PFC
61982019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
6199
6200 * gdb.arch/altivec-regs.exp: Fix the list passed to
6201 gdb_expect_list when testing "info vector".
6202
6eb6fb67
AB
62032019-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
6204
6205 * gdb.base/style.exp: Don't include path in testname.
6206
b56f80d8
KS
62072019-01-10 Keith Seitz <keiths@redhat.com>
6208
6209 PR gdb/23712
6210 PR symtab/23010
6211 * gdb.dwarf2/multidictionary.exp: New file.
6212
041be526
SM
62132019-01-09 Simon Marchi <simon.marchi@ericsson.com>
6214
6215 * gdb.cp/demangle.exp (test_gnu_style_demangling): Rename to...
6216 (test_gnuv3_style_demangling): ... this.
6217 (test_lucid_style_demangling): Remove.
6218 (test_arm_style_demangling): Remove.
6219 (test_hp_style_demangling): Remove.
6220 (do_tests): Remove calls to the above.
6221
d820d0c3
AB
62222019-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
6223
6224 * lib/mi-support.exp (mi_gdb_test): Remove interactive prompt
6225 case.
6226
f097f5ad
TT
62272019-01-06 Tom Tromey <tom@tromey.com>
6228
6229 PR gdb/28155:
6230 * gdb.dwarf2/typedef-void-finish.exp: New file.
6231
2cd8cc0b
TT
62322018-12-28 Tom Tromey <tom@tromey.com>
6233 Simon Marchi <simark@simark.ca>
6234
6235 * gdb.base/jit-exec.exp: New file.
6236 * gdb.base/jit-exec.c: New file.
6237 * gdb.base/jit-execd.c: New file.
6238
35fb8261
TT
62392018-12-28 Tom Tromey <tom@tromey.com>
6240
6241 * gdb.base/style.exp: Update test to check for address styling.
6242
47fd17cd
TT
62432018-12-28 Tom Tromey <tom@tromey.com>
6244
6245 * gdb.base/style.exp: Add test for styling of "Reading symbols"
6246 message.
6247
d47032b7
TT
62482018-12-28 Tom Tromey <tom@tromey.com>
6249
6250 * gdb.base/style.exp: Add test for version number styling.
6251
af79b68d
TT
62522018-12-28 Tom Tromey <tom@tromey.com>
6253
6254 * gdb.base/style.exp: Add test for print_address_symbolic.
6255
0bb296cb
TT
62562018-12-28 Tom Tromey <tom@tromey.com>
6257
6258 * gdb.base/style.exp: Add test for breakpoint setting.
6259
80ae2043
TT
62602018-12-28 Tom Tromey <tom@tromey.com>
6261
6262 * gdb.base/style.exp: Add test for variable names.
6263
cbe56571
TT
62642018-12-28 Tom Tromey <tom@tromey.com>
6265
6266 * gdb.base/style.exp: New file.
6267 * gdb.base/style.c: New file.
6268
9162a27c
TT
62692018-12-28 Tom Tromey <tom@tromey.com>
6270
6271 * lib/gdb.exp (gdb_init): Set the TERM environment variable to
6272 "dumb".
6273 * gdb.base/readline.exp (operate_and_get_next): Save and restore
6274 the TERM environment variable.
6275
bc543c90
TT
62762018-12-27 Tom Tromey <tom@tromey.com>
6277
6278 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add
6279 pagination test.
6280
6f0ffe50
AB
62812018-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
6282
6283 * gdb.dwarf2/dw2-unusual-field-names.c: New file.
6284 * gdb.dwarf2/dw2-unusual-field-names.exp: New file.
6285
b5a1e557
PW
62862018-12-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6287
6288 * gdb.ada/bp_fun_addr/a.adb (a): Rename to bp_fun_addr.
6289 Filename a.adb changed to bp_fun_addr.adb.
6290 gdb.ada/bp_fun_addr.exp: Update test accordingly.
6291
6e8b1ab2
JV
62922018-12-21 Jan Vrany <jan.vrany@fit.cvut.cz>
6293
6294 * lib/gdb.exp (gdb_compile): Add new nopie flag enforce
6295 non-PIE executables.
6296 * README: Mention the gdb,nopie_flag board setting.
6297 * gdb.arch/amd64-disp-step.exp: Use nopie flag to enforce
6298 non-PIE executable.
6299 * gdb.arch/amd64-entry-value.exp: Likewise.
6300 * gdb.arch/amd64-invalid-stack-middle.exp: Likewise.
6301 * gdb.arch/i386-float.exp: Likewise.
6302 * gdb.arch/i386-signal.exp: Likewise.
6303 * gdb.mi/mi-reg-undefined.exp: Likewise.
6304
d00a27c5
PM
63052018-12-21 Paul Marechal <paul.marechal@ericsson.com>
6306
6307 PR gdb/23974
6308 * gdb.base/info-os.exp: Check return for unknown "info os" type.
6309
161d081c
PW
63102018-12-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6311
6312 * gdb.ada/info_auto_lang.exp: Normalize some_c source file.
6313 Update order of results accordingly.
6314
b001de23
AB
63152018-12-12 Andrew Burgess <andrew.burgess@embecosm.com>
6316
6317 * gdb.base/annota1.exp: Update a test regexp.
6318
99e1a184
AB
63192018-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
6320
6321 * gdb.base/float.exp: Handle RISC-V targets without an FPU.
6322
7a81c1e2
PW
63232018-12-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6324
6325 * gdb.threads/tid-reuse.c (REUSE_TIME_CAP): Declare as 60.
6326 (reuse_time): Initialize to REUSE_TIME_CAP.
6327 (check_rc): New function.
6328 (main): Use REUSE_TIME_CAP instead of hardcoded 60.
6329 Check pthread_create rc.
6330 (spawner_thread_func): Check pthread_create and pthread_join rc.
6331
73e8dc90
PA
63322018-12-08 Pedro Alves <palves@redhat.com>
6333
6334 * gdb.base/list.exp (test_forward_search): Rename to ...
6335 (test_forward_reverse_search): ... this. Also test reverse-search
6336 and the forward-search alias.
6337
13f2ed32
AB
63382018-12-05 Andrew Burgess <andrew.burgess@embecosm.com>
6339
6340 * config/sim.exp (gdb_target_sim): Remove redundant adjustment of
6341 local timeout variable before return, and remove all local timeout
6342 variable entirely.
6343 (gdb_load): Likewise.
6344
64d27cfc
TV
63452018-12-01 Tom de Vries <tdevries@suse.de>
6346
6347 * gdb.base/gdb-caching-proc.exp: New file.
6348
f63c03b4
SDJ
63492018-11-25 Sergio Durigan Junior <sergiodj@redhat.com>
6350
6351 * Makefile.in (TIMESTAMP): New variable.
6352 (check-single): Add $(TIMESTAMP) to the end of $(DO_RUNTEST)
6353 command.
6354 (check-single-racy): Likewise.
6355 (check/%.exp): Likewise.
6356 (check-racy/%.exp): Likewise.
6357 (workers/%.worker): Likewise.
6358 (build-perf): Likewise.
6359 (check-perf): Likewise.
6360 * README: Describe new "TS" and "TS_FORMAT" variables.
6361 * print-ts.py: New file.
6362
1c97054b
BF
63632018-11-21 Benno Fünfstück <benno.fuenfstueck@gmail.com>
6364
6365 PR python/23714
6366 * gdb.python/python.exp: Test command repetition after
6367 gdb.execute.
6368
1871a62d
AB
63692018-11-20 Andrew Burgess <andrew.burgess@embecosm.com>
6370
6371 * gdb.opt/inline-break.exp: Add test that info breakpoint output
6372 is correctly aligned.
6373
fb5e1ed9
PW
63742018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6375
6376 * gdb.ada/info_auto_lang.exp: New testcase.
6377 * gdb.ada/info_auto_lang/global_pack.ads: New file.
6378 * gdb.ada/info_auto_lang/proc_in_ada.adb: New file.
6379 * gdb.ada/info_auto_lang/some_c.c: New file.
6380
43d397ca
PW
63812018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6382
6383 * gdb.dwarf2/dw2-case-insensitive.exp: Update due to auto switch to
6384 FUNC_lang language syntax.
6385
beddd671
PW
63862018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6387
6388 * gdb.base/info_minsym.c: New file.
6389 * gdb.base/info_minsym.exp: New file.
6390
73fc52c4
TT
63912018-11-19 Tom Tromey <tom@tromey.com>
6392
6393 PR rust/23625:
6394 * gdb.rust/simple.exp: Add ptype test. Update expected output.
6395 * gdb.rust/expr.exp: Update expected output. Change one test.
6396
994b876a
TT
63972018-11-19 Tom Tromey <tom@tromey.com>
6398
6399 * gdb.rust/simple.rs: Don't initialize empty_enum_value.
6400
6769f276
PA
64012018-11-19 Pedro Alves <palves@redhat.com>
6402
6403 * gdb.base/warning.exp: Don't override INTERNAL_FLAGS. Use
6404 gdb_spawn_with_cmdline_opts instead of gdb_start. Check that we
6405 see the expected warning.
6406
38a72da0
AH
64072018-11-16 Alan Hayward <alan.hayward@arm.com>
6408
6409 PR gdb/22736:
6410 * gdb.cp/infcall-nodebug-lib.c: New test.
6411 * gdb.cp/infcall-nodebug-main.c: New test.
6412 * gdb.cp/infcall-nodebug.exp: New file.
6413
53a89d6e
SM
64142018-11-12 Simon Marchi <simon.marchi@polymtl.ca>
6415
6416 * gdb.base/skip.exp: Add standard_testfile. Add "skip delete"
6417 completer tests.
6418
9325300d
TV
64192018-11-09 Tom de Vries <tdevries@suse.de>
6420
6421 * gdb.base/msym-lang.c: New test.
6422 * gdb.base/msym-lang.exp: New file.
6423 * gdb.base/msym-lang-main.c: New test.
6424
20f0d60d
TT
64252018-11-08 Tom Tromey <tom@tromey.com>
6426
6427 PR gdb/23555:
6428 PR gdb/23838:
6429 * gdb.base/warning.exp: New file.
6430
b5420128
JB
64312018-11-08 Jan Beulich <jbeulich@suse.com>
6432
6433 * testsuite/gdb.arch/i386-avx512.c,
6434 testsuite/gdb.arch/i386-avx512.exp: Add 7th test.
6435
cd115d61
AB
64362018-11-08 Andrew Burgess <andrew.burgess@embecosm.com>
6437
6438 * gdb.arch/riscv-reg-aliases.exp: Handle targets without floating
6439 point hardware.
6440
35ee2dc2
AB
64412018-11-07 Andrew Burgess <andrew.burgess@embecosm.com>
6442
6443 * gdb.dwarf2/void-type.exp: Rename types, and make var_a an 'int'.
6444 * gdb.dwarf2/missing-type-name.exp: New file.
6445
31aceee8
TV
64462018-11-06 Tom de Vries <tdevries@suse.de>
6447
6448 * gdb.base/many-headers.c: New test.
6449 * gdb.base/many-headers.exp: New file.
6450
109be305
JW
64512018-11-06 Jim Wilson <jimw@sifive.com>
6452
6453 * gdb.base/code_elim.exp: For riscv, set additional_flags
6454 to include -msmall-data-limit=0.
6455
e2b7af72
JB
64562018-11-01 Joel Brobecker <brobecker@adacore.com>
6457
6458 * gdb.ada/watch_minus_l: New testcase.
6459
cdcda965
SM
64602018-11-01 Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
6461
6462 * gdb.arch/aix-sighandle.c: New file.
6463 * gdb.arch/aix-sighandle.exp: New file.
6464
92dcebf3
AB
64652018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
6466
6467 * gdb.arch/riscv-reg-aliases.exp: Rewrite to take account of float
6468 registers being unions.
6469
68b9ac18
TV
64702018-10-31 Tom de Vries <tdevries@suse.de>
6471
6472 * lib/valgrind.exp: New file.
6473 (vgdb_start, vgdb_stop): New procs, factored out of ...
6474 * gdb.base/valgrind-bt.exp: ... here, ...
6475 * gdb.base/valgrind-disp-step.exp: ... here and ...
6476 * gdb.base/valgrind-infcall.exp: ... here.
6477
1443936e
TV
64782018-10-31 Tom de Vries <tdevries@suse.de>
6479
6480 * lib/gdb.exp (get_valueof): Don't output read value in test name.
6481
eb77c9df
AB
64822018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
6483
6484 * gdb.dwarf2/void-type.c: New file.
6485 * gdb.dwarf2/void-type.exp: New file.
6486
82b5e646
PW
64872018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6488
6489 * gdb.base/info_qt.c: New file.
6490 * gdb.base/info_qt.exp: New file.
6491
8d619c01
EBM
64922018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
6493
6494 * gdb.arch/powerpc-htm-regs.c: New file.
6495 * gdb.arch/powerpc-htm-regs.exp: New file.
6496
f2cf6173
EBM
64972018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
6498
6499 * gdb.arch/powerpc-tar.c: New file.
6500 * gdb.arch/powerpc-tar.exp: New file.
6501
7ca18ed6
EBM
65022018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
6503
6504 * gdb.arch/powerpc-ppr-dscr.c: New file.
6505 * gdb.arch/powerpc-ppr-dscr.exp: New file.
6506
bfcc0eba
TV
65072018-10-25 Tom de Vries <tdevries@suse.de>
6508
6509 * gdb.base/valgrind-db-attach.exp: Rewrite to use vgdb.
6510
fe1a5cad
TV
65112018-10-24 Tom de Vries <tdevries@suse.de>
6512
6513 * lib/gdb.exp (gdb_test_multiple): Log wait status on process no
6514 longer exists error.
6515
a76dc3b7
TV
65162018-10-24 Tom de Vries <tdevries@suse.de>
6517
6518 * gdb.base/catch-follow-exec.exp: Rewrite using gdb_test.
6519
4df46df7
TV
65202018-10-24 Tom de Vries <tdevries@suse.de>
6521
6522 * gdb.base/valgrind-db-attach.exp: Handle removed support for
6523 --db-attach in valgrind.
6524
0dbfcfff
AB
65252018-10-23 Andrew Burgess <andrew.burgess@embecosm.com>
6526
6527 * gdb.arch/riscv-reg-aliases.c: New file.
6528 * gdb.arch/riscv-reg-aliases.exp: New file.
6529
b04480b1
AH
65302018-10-19 Alan Hayward <alan.hayward@arm.com>
6531
6532 * gdb.python/py-cmd.exp: Check for gdb_prompt.
6533
2c6ac8d7
AH
65342018-10-19 Alan Hayward <alan.hayward@arm.com>
6535
6536 * gdb.base/vla-optimized-out.exp: Allow either optimized out or 6.
6537
2bc69f25
AH
65382018-10-19 Alan Hayward <alan.hayward@arm.com>
6539
6540 * gdb.cp/ovldbreak.exp: Fix regexps.
6541
1f1ae3a3
AH
65422018-10-19 Alan Hayward <alan.hayward@arm.com>
6543
6544 * gdb.compile/compile-cplus-print.exp: Start inferior earlier.
6545
94c18618
SDJ
65462018-10-18 Sergio Durigan Junior <sergiodj@redhat.com>
6547
6548 PR cli/23785
6549 * gdb.base/restore.exp: New test to check if "restore" with an
6550 invalid file doesn't segfault.
6551
812cd6eb
TV
65522018-10-18 Tom de Vries <tdevries@suse.de>
6553
6554 * gdb.ada/bp_inlined_func.exp: Fix capitalized test name.
6555 * gdb.ada/excep_handle.exp: Same.
6556 * gdb.ada/mi_string_access.exp: Same.
6557 * gdb.ada/mi_var_union.exp: Same.
6558 * gdb.arch/arc-analyze-prologue.exp: Same.
6559 * gdb.arch/arc-decode-insn.exp: Same.
6560 * gdb.base/readnever.exp: Same.
6561 * gdb.fortran/printing-types.exp: Same.
6562 * gdb.guile/scm-lazy-string.exp: Same.
6563
c4b90788
TV
65642018-10-16 Tom de Vries <tdevries@suse.de>
6565
6566 PR gdb/23730
6567 * gdb.base/catch-follow-exec.c: Add copyright notice.
6568 * gdb.base/catch-follow-exec.exp: Rewrite to use
6569 gdb_spawn_with_cmdline_opts. Require gdb-native.
6570
8bca2978
SL
65712018-10-12 Sandra Loosemore <sandra@codesourcery.com>
6572
6573 * gdb.trace/actions-changed.exp: Check for arch support.
6574 * gdb.trace/actions.exp: Likewise.
6575 * gdb.trace/ax.exp: Likewise.
6576 * gdb.trace/backtrace.exp: Likewise.
6577 * gdb.trace/change-loc.exp: Likewise.
6578 * gdb.trace/deltrace.exp: Likewise.
6579 * gdb.trace/ftrace-lock.exp: Check for shlib and arch support.
6580 * gdb.trace/ftrace.exp: Likewise.
6581 * gdb.trace/infotrace.exp: Check for arch support.
6582 * gdb.trace/mi-trace-frame-collected.exp: Likewise.
6583 * gdb.trace/mi-tracepoint-changed.exp: Likewise.
6584 * gdb.trace/mi-tsv-changed.exp: Likewise.
6585 * gdb.trace/packetlen.exp: Likewise.
6586 * gdb.trace/passc-dyn.exp: Likewise.
6587 * gdb.trace/passcount.exp: Likewise.
6588 * gdb.trace/pending.exp: Likewise.
6589 * gdb.trace/range-stepping.exp: Check for shlib support.
6590 * gdb.trace/report.exp: Check for arch support.
6591 * gdb.trace/save-trace.exp: Likewise.
6592 * gdb.trace/signal.exp: Check for signal support.
6593 * gdb.trace/tfind.exp: Check for arch support.
6594 * gdb.trace/trace-break.exp: Check for arch and shlib support.
6595 * gdb.trace/trace-common.h: Add comment.
6596 * gdb.trace/trace-condition.exp: Check for shlib and arch support.
6597 * gdb.trace/trace-enable-disable.exp: Likewise.
6598 * gdb.trace/trace-mt.exp: Likewise. Remove redundant untested call.
6599 * gdb.trace/tracecmd.exp: Check for arch support.
6600 * gdb.trace/tspeed.exp: Check for shlib and target support.
6601 * gdb.trace/tstatus.exp: Check for arch support.
6602 * gdb.trace/tsv.exp: Likewise.
6603 * gdb.trace/while-dyn.exp: Likewise.
6604 * gdb.trace/while-stepping.exp: Likewise.
6605 * lib/trace-support.exp (gdb_trace_common_supports_arch): New.
6606
f9c49bff
SM
66072018-10-12 Simon Marchi <simon.marchi@ericsson.com>
6608
6609 * gdb.trace/tspeed.exp: Remove nowarnings.
6610 (prepare_for_trace_test): Declare "global ipalib".
6611 * gdb.trace/tspeed.c: Include unistd.h.
6612 (main): Remove superfluous printf argument.
6613
d4330bde
SL
66142018-10-11 Sandra Loosemore <sandra@codesourcery.com>
6615
6616 * gdb.base/solib-vanish.exp: Fix regexp not to require a POSIX
6617 directory prefix on the filename.
6618
8ecfd7bd
SDJ
66192018-10-10 Sergio Durigan Junior <sergiodj@redhat.com>
6620
6621 * gdb.gdb/unittest.exp: Update expected message informing that
6622 selftests have been disabled.
6623 * gdb.server/unittest.exp: Likewise.
6624
58bbcd02
TV
66252018-10-09 Tom de Vries <tdevries@suse.de>
6626
6627 * lib/gdb.exp (target_supports_scheduler_locking): Replace gdb_start_cmd
6628 with runto_main.
6629
9f6b697b
WP
66302018-10-08 Weimin Pan <weimin.pan@oracle.com>
6631
6632 PR c++/16841
6633 * gdb.cp/virtbase2.cc: New file.
6634 * gdb.cp/virtbase2.exp: New file.
6635
add5ded5
TT
66362018-10-06 Tom Tromey <tom@tromey.com>
6637
6638 PR python/19399:
6639 * gdb.python/py-inferior.exp: Add architecture test.
6640
f9e48344
TT
66412018-10-06 Tom Tromey <tom@tromey.com>
6642
6643 * gdb.base/gnu-ifunc.exp (build): Use standard_output_file.
6644 * gdb.trace/unavailable-dwarf-piece.exp: Use standard_output_file.
6645
2a8be203
TT
66462018-10-06 Tom Tromey <tom@tromey.com>
6647
6648 * gdb.python/py-breakpoint.exp (check_last_event): Check location
6649 of a "throw" catchpoint.
6650
e04caa70
SDJ
66512018-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
6652
6653 * gdb.base/info-proc.exp: Update string expected from "help info
6654 proc".
6655
5ca8c39f
TT
66562018-10-04 Tom Tromey <tom@tromey.com>
6657
6658 * gdb.cp/maint.exp (test_invalid_name): Update expected output.
6659 * gdb.gdb/complaints.exp (test_short_complaints): Remove.
6660 (test_initial_complaints, test_empty_complaints): Update.
6661 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
6662
3453e7e4
TT
66632018-10-04 Tom Tromey <tom@tromey.com>
6664
6665 PR cli/19551:
6666 * lib/mi-support.exp (mi_gdb_file_cmd): Update.
6667 * lib/gdb.exp (gdb_file_cmd): Update.
6668 * gdb.stabs/weird.exp (print_weird_var): Update.
6669 * gdb.server/solib-list.exp: Update.
6670 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Update.
6671 * gdb.mi/mi-cli.exp: Update.
6672 * gdb.linespec/linespec.exp: Update.
6673 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
6674 * gdb.dwarf2/dw2-objfile-overlap.exp: Update.
6675 * gdb.cp/cp-relocate.exp: Update.
6676 * gdb.base/sym-file.exp: Update.
6677 * gdb.base/relocate.exp: Update.
6678 * gdb.base/readnever.exp: Update.
6679 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
6680 * gdb.base/kill-detach-inferiors-cmd.exp: Update.
6681 * gdb.base/dbx.exp (gdb_file_cmd): Update.
6682 * gdb.base/code_elim.exp: Update.
6683 * gdb.base/break-unload-file.exp (test_break): Update.
6684 * gdb.base/break-interp.exp (test_attach_gdb): Update.
6685 * gdb.base/break-idempotent.exp (force_breakpoint_re_set):
6686 Update.
6687 * gdb.base/attach.exp (do_attach_tests): Update.
6688 * gdb.base/sepdebug.exp: Update.
6689 * gdb.python/py-section-script.exp: Update.
6690
6afcf761
TT
66912018-10-04 Tom Tromey <tom@tromey.com>
6692
6693 PR cli/22234:
6694 * gdb.dwarf2/dw2-stack-boundary.exp: Update expected output.
6695 * gdb.gdb/complaints.exp (test_short_complaints): Update expected
6696 output.
6697
fef1b293
TT
66982018-10-04 Tom Tromey <tom@tromey.com>
6699
6700 * gdb.base/attach.exp (test_command_line_attach_run): Use -quiet;
6701 set width and height to 0.
6702 (test_command_line_attach_run): Use -quiet.
6703
ca98345e
SL
67042018-10-03 Sandra Loosemore <sandra@codesourcery.com>
6705
6706 * lib/gdb.exp (skip_ifunc_tests): New.
6707 * gdb.base/gnu-ifunc.exp: Skip if no ifunc support. Handle
6708 other compile failures.
6709 * gdb.compile/compile-ifunc.exp: Skip if no ifunc support.
6710
ff34e6ae
SM
67112018-10-01 Simon Marchi <simon.marchi@ericsson.com>
6712
6713 * gdb.arch/i386-avx512.exp: Fix setting of nr_regs based on
6714 is_amd64_regs_target.
6715
6bb8890e
AH
67162018-10-01 Alan Hayward <alan.hayward@arm.com>
6717
6718 * gdb.arch/aarch64-sighandler-regs.c: New test.
6719 * gdb.arch/aarch64-sighandler-regs.exp: New file.
6720 * lib/gdb.exp (skip_aarch64_sve_tests): New proc.
6721
224d30d3
MM
67222018-10-01 Markus Metzger <markus.t.metzger@intel.com>
6723
6724 * lib/gdb.exp (is_amd64_regs_target): Change assembly to C inline
6725 assembly.
6726
f67ffa6a
AB
67272018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
6728
6729 * gdb.base/frame-selection.exp: New file.
6730 * gdb.base/frame-selection.c: New file.
6731
9fc3183f
AH
67322018-09-27 Alan Hayward <alan.hayward@arm.com>
6733
6734 * gdb.threads/check-libthread-db.c (thread_routine): Use a
6735 pthread barrier.
6736 (main): Likewise.
6737
d354055e
AB
67382018-09-26 Andrew Burgess <andrew.burgess@embecosm.com>
6739
6740 * gdb.base/large-frame-1.c: New file.
6741 * gdb.base/large-frame-2.c: New file.
6742 * gdb.base/large-frame.exp: New file.
6743 * gdb.base/large-frame.h: New file.
6744
db727370
JL
67452018-09-24 Jozef Lawrynowicz <jozef.l@mittosystems.com>
6746
6747 PR gdb/20948
6748 * gdb.base/write_mem.exp: New test.
6749 * gdb.base/write_mem.c: Likewise.
6750
ae778caf
TT
67512018-09-23 Tom Tromey <tom@tromey.com>
6752
6753 PR python/18852:
6754 * gdb.python/py-parameter.exp: Add test for parameter that throws
6755 on "set".
6756
fd3ba736
TT
67572018-09-23 Tom Tromey <tom@tromey.com>
6758
6759 PR python/17284:
6760 * gdb.python/py-template.exp (test_template_arg): Add test for
6761 negative template argument number.
6762
39a24317
TT
67632018-09-23 Tom Tromey <tom@tromey.com>
6764
6765 PR python/14062:
6766 * gdb.python/python.exp: Add test for post_event error.
6767
f5769a2c
TT
67682018-09-23 Tom Tromey <tom@tromey.com>
6769
6770 PR python/18170:
6771 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests to
6772 convert pointers to int and long.
6773
1c1e54f6
TT
67742018-09-23 Tom Tromey <tom@tromey.com>
6775
6776 PR python/20126:
6777 * gdb.python/py-value.exp (test_value_numeric_ops): Add
6778 signed-ness conversion tests.
6779
fb4fa946
TT
67802018-09-23 Tom Tromey <tom@tromey.com>
6781
6782 PR python/18352;
6783 * gdb.python/py-value.exp (test_float_conversion): New proc.
6784 Use it.
6785
a466edac
HAQ
67862018-09-20 Hafiz Abid Qadeer <abidh@codesourcery.com>
6787
6788 gdb.base/reggroups.exp (fetch_reggroups): Add '_' in match pattern.
6789
4ee9b0c5
SL
67902018-09-18 Sandra Loosemore <sandra@codesourcery.com>
6791
6792 * gdb.base/complete-empty.exp: Skip tab-completion tests if
6793 no readline.
6794 * gdb.base/utf8-identifiers.exp: Likewise.
6795 * gdb.cp/cpcompletion.exp: Likewise.
6796 * gdb.linespec/cpcompletion.exp: Likewise.
6797 * gdb.linespec/cpls-abi-tag.exp: Likewise.
6798 * gdb.linespec/cpls-ops.exp: Likewise.
6799
23be8da7
RB
68002018-09-19 Richard Bunt <richard.bunt@arm.com>
6801 Chris January <chris.january@arm.com>
6802
6803 * gdb.cp/koenig.exp: Extend to test logical short circuiting.
6804 * gdb.fortran/short-circuit-argument-list.exp: New file.
6805 * gdb.fortran/short-circuit-argument-list.f90: New test.
6806
5031d0ae
SDJ
68072018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
6808
6809 * gdb.arch/amd64-invalid-stack-top.exp: Expect optional
6810 "arch=" keyword when executing "-stack-list-frames".
6811
b4c0d1a4
SDJ
68122018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
6813
6814 * gdb.arch/amd64-invalid-stack-middle.exp: Expect optional
6815 "arch=" keyword when executing "-stack-list-frames".
6816
7a6d2b45
SDJ
68172018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
6818
6819 * gdb.ada/complete.exp: Expect for "@" when doing "complete
6820 break ada".
6821
8588b356
SM
68222018-09-17 Simon Marchi <simon.marchi@polymtl.ca>
6823
6824 PR python/23669
6825 * gdb.python/python.exp: Test gdb.execute("show commands").
6826
65e65158
TT
68272018-09-16 Tom Tromey <tom@tromey.com>
6828
6829 * gdb.base/new-ui.exp (do_execution_tests): Update.
6830 * gdb.base/dbx.exp (test_breakpoints): Update.
6831
bf326452
AH
68322018-09-14 Alan Hayward <alan.hayward@arm.com>
6833
6834 * lib/gdb.exp (gdb_simple_compile): Add proc.
6835 (is_elf_target): Use gdb_simple_compile.
6836 (skip_altivec_tests): Likewise.
6837 (skip_vsx_tests): Likewise.
6838 (skip_tsx_tests): Likewise.
6839 (skip_btrace_tests): Likewise.
6840 (skip_btrace_pt_tests): Likewise.
6841 (gdb_can_simple_compile): Likewise.
6842 (gdb_has_argv0): Likewise.
6843 (gdb_target_symbol_prefix): Likewise.
6844 (target_supports_scheduler_locking): Likewise.
6845
2361b0fb
TT
68462018-09-13 Tom Tromey <tom@tromey.com>
6847
6848 * Makefile.in (TAGS): Recognize proc_with_prefix and
6849 gdb_caching_proc.
6850
0ae1a321
SM
68512018-09-13 Simon Marchi <simon.marchi@ericsson.com>
6852
6853 * gdb.python/py-progspace.exp: Test the Progspace.objfiles
6854 method.
6855
a40bf0c2
SM
68562018-09-13 Simon Marchi <simon.marchi@ericsson.com>
6857
6858 * gdb.python/py-inferior.exp: Add tests for Inferior.progspace
6859 and a few other Inferior properties when the Inferior is no
6860 longer valid.
6861
4a3fe98f
TT
68622018-09-13 Tom Tromey <tom@tromey.com>
6863
6864 PR rust/23650:
6865 * gdb.rust/simple.exp: Add test for enum field access error.
6866
098b2108
TT
68672018-09-13 Tom Tromey <tom@tromey.com>
6868
6869 PR rust/23626:
6870 * gdb.rust/simple.rs (EmptyEnum): New type.
6871 (main): Use it.
6872 * gdb.rust/simple.exp (test_one_slice): Add empty enum test.
6873
1256af7d
SM
68742018-09-13 Simon Marchi <simon.marchi@ericsson.com>
6875
6876 * gdb.python/py-inferior.exp: Test repr() of gdb.Inferior.
6877 * gdb.python/py-objfile.exp: Test repr() of gdb.Objfile.
6878 * gdb.python/py-symtab.exp: Update test printing an objfile.
6879
4aa8e6c2
SM
68802018-09-12 Simon Marchi <simon.marchi@ericsson.com>
6881
6882 * gdb.python/py-inferior.exp: Test using an invalid gdb.Inferior
6883 object.
6884
c221b2f7
AH
68852018-09-12 Alan Hayward <alan.hayward@arm.com>
6886
6887 * lib/gdb.exp (gdb_can_simple_compile): Add proc.
6888 (support_complex_tests): Use gdb_can_simple_compile.
6889 (is_ilp32_target): Likewise.
6890 (is_lp64_target): Likewise.
6891 (is_64_target): Likewise.
6892 (is_amd64_regs_target): Likewise.
6893 (is_aarch32_target): Likewise.
6894 (gdb_int128_helper): Likewise.
6895
6f1107b5
JK
68962018-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
6897
6898 * Makefile.in (check-parallel-racy): Fix dg-extract-results.sh path.
6899
1f5d1570
JG
69002018-09-10 Jerome Guitton <guitton@adacore.com>
6901
6902 * gdb.ada/same_component_name: Add test for case of tagged record
6903 with variable-length fields.
6904
cc330e39
XR
69052018-09-10 Xavier Roirand <roirand@adacore.com>
6906
6907 * gdb.ada/access_to_unbounded_array.exp: New testcase.
6908 * gdb.ada/access_to_unbounded_array/foo.adb: New file.
6909 * gdb.ada/access_to_unbounded_array/pack.adb: New file.
6910 * gdb.ada/access_to_unbounded_array/pack.ads: New file.
6911
b9c50e9a
XR
69122018-09-10 Xavier Roirand <roirand@adacore.com>
6913
6914 * gdb.ada/mi_string_access.exp: New testcase.
6915 * gdb.ada/mi_string_access/bar.adb: New file.
6916 * gdb.ada/mi_string_access/pck.adb: New file.
6917 * gdb.ada/mi_string_access/pck.asd: New file.
6918
2963898f
XR
69192018-09-10 Xavier Roirand <roirand@adacore.com>
6920
6921 * gdb.ada/mi_var_union.exp: New testcase.
6922 * gdb.ada/mi_var_union/bar.adb: New file.
6923 * gdb.ada/mi_var_union/pck.adb: New file.
6924 * gdb.ada/mi_var_union/pck.asd: New file.
6925
1aac008f
TT
69262018-09-08 Tom Tromey <tom@tromey.com>
6927
6928 * gdb.python/py-prettyprint.exp: Use with_test_prefix.
6929
332cf4c9
TT
69302018-09-08 Tom Tromey <tom@tromey.com>
6931
6932 PR python/16047:
6933 * gdb.python/py-prettyprint.py (pp_int_typedef3): New class.
6934 (register_pretty_printers): Register new printer.
6935 * gdb.python/py-prettyprint.exp (run_lang_tests): Add int_type3
6936 test.
6937 * gdb.python/py-prettyprint.c (int_type3): New typedef.
6938 (an_int_type3): New global.
6939
424da6cf
JB
69402018-09-08 Joel Brobecker <brobecker@adacore.com>
6941
6942 * gdb.ada/expr_with_funcall: New testcase.
6943
2a62dfa9
JB
69442018-09-08 Joel Brobecker <brobecker@adacore.com>
6945
6946 * gdb.ada/packed_array_assign: New testcase.
6947
96b6697f
AB
69482018-09-07 Andrew Burgess <andrew.burgess@embecosm.com>
6949
6950 * gdb.base/watchpoint.exp (test_complex_watchpoint): Extend test
6951 names, and add test prefixes to make test names unique.
6952
e4a62c65
TV
69532018-09-05 Tom de Vries <tdevries@suse.de>
6954
6955 * gdb.dwarf2/varval.exp: Add test.
6956
dd083ee2
GB
69572018-09-04 Gary Benson <gbenson@redhat.com>
6958
6959 * gdb.base/batch-exit-status.exp: Use gdb_test_multiple and expect
6960 'eof' before 'wait -i'. Use remote_close and clear_gdb_spawn_id.
6961
aef9346c
TT
69622018-08-31 Tom Tromey <tom@tromey.com>
6963
6964 * gdb.rust/simple.rs: Rename second variable "v".
6965
c67f2e15
AB
69662018-08-30 Andrew Burgess <andrew.burgess@embecosm.com>
6967
6968 * gdb.base/funcargs.c (use_a): New function.
6969 (recurse): Call use_a.
6970
078a0207
KS
69712018-08-29 Keith Seitz <keiths@redhat.com>
6972
6973 * gdb.compile/compile-cplus-anonymous.cc: New file.
6974 * gdb.compile/compile-cplus-anonymous.exp: New file.
6975 * gdb.compile/compile-cplus-array-decay.cc: New file.
6976 * gdb.compile/compile-cplus-array-decay.exp: New file.
6977 * gdb.compile/compile-cplus-inherit.cc: New file.
6978 * gdb.compile/compile-cplus-inherit.exp: New file.
6979 * gdb.compile/compile-cplus-member.cc: New file.
6980 * gdb.compile/compile-cplus-member.exp: New file.
6981 * gdb.compile/compile-cplus-method.cc: New file.
6982 * gdb.compile/compile-cplus-method.exp: New file.
6983 * gdb.compile/compile-cplus-mod.c: "New" file.
6984 * gdb.compile/compile-cplus-namespace.cc: New file.
6985 * gdb.compile/compile-cplus-namespace.exp: New file.
6986 * gdb.compile/compile-cplus-nested.cc: New file.
6987 * gdb.compile/compile-cplus-nested.exp: New file.
6988 * gdb.compile/compile-cplus-print.c: "New" file.
6989 * gdb.compile/compile-cplus-print.exp: "New" file.
6990 * gdb.compile/compile-cplus-virtual.cc: New file.
6991 * gdb.compile/compile-cplus-virtual.exp: New file.
6992 * gdb.compile/compile-cplus.c: "New" file.
6993 * gdb.compile/compile-cplus.exp: "New" file.
6994 * lib/compile-support.exp: New file.
6995
b0f492b9
GB
69962018-08-16 Gary Benson <gbenson@redhat.com>
6997
6998 PR gdb/13000:
6999 * gdb.base/batch-exit-status.exp: New file.
7000 * gdb.base/batch-exit-status.good-commands: Likewise.
7001 * gdb.base/batch-exit-status.bad-commands: Likewise.
7002
36eb4c5f
AH
70032018-08-29 Alan Hayward <alan.hayward@arm.com>
7004
7005 * gdb.base/infcall-nested-structs.c (struct struct01): Remove.
7006 (struct struct02): Likewise.
7007 (struct struct03): Likewise.
7008 (struct struct04): Likewise.
7009 (struct struct_01_01): New struct.
7010 (struct struct_01_02): Likewise.
7011 (struct struct_01_03): Likewise.
7012 (struct struct_01_04): Likewise.
7013 (struct struct_02_01): Likewise.
7014 (struct struct_02_02): Likewise.
7015 (struct struct_02_03): Likewise.
7016 (struct struct_02_04): Likewise.
7017 (struct struct_04_01): Likewise.
7018 (struct struct_04_02): Likewise.
7019 (struct struct_04_03): Likewise.
7020 (struct struct_04_04): Likewise.
7021 (struct struct_05_01): Likewise.
7022 (struct struct_05_02): Likewise.
7023 (struct struct_05_03): Likewise.
7024 (struct struct_05_04): Likewise.
7025 (cmp_struct01): Remove function.
7026 (cmp_struct02): Likewise.
7027 (cmp_struct03): Likewise.
7028 (cmp_struct04): Likewise.
7029 (cmp_struct_01_01): Add Function.
7030 (cmp_struct_01_02): Likewise.
7031 (cmp_struct_01_03): Likewise.
7032 (cmp_struct_01_04): Likewise.
7033 (cmp_struct_02_01): Likewise.
7034 (cmp_struct_02_02): Likewise.
7035 (cmp_struct_02_03): Likewise.
7036 (cmp_struct_02_04): Likewise.
7037 (cmp_struct_04_01): Likewise.
7038 (cmp_struct_04_02): Likewise.
7039 (cmp_struct_04_03): Likewise.
7040 (cmp_struct_04_04): Likewise.
7041 (cmp_struct_05_01): Likewise.
7042 (cmp_struct_05_02): Likewise.
7043 (cmp_struct_05_03): Likewise.
7044 (cmp_struct_05_04): Likewise.
7045 (call_all): Add new structs.
7046 * gdb.base/infcall-nested-structs.exp: Likewise.
7047
3bf9c013
JV
70482018-08-27 Jan Vrany <jan.vrany@fit.cvut.cz>
7049
7050 * gdb.python/py-framefilter-mi.exp: Update regexp to
7051 check for "arch" field in frame output.
7052
450d1e88
KB
70532018-08-23 Kevin Buettner <kevinb@redhat.com>
7054
7055 * gdb.dwarf2/dw2-ranges-func.c: New file.
7056 * gdb.dwarf2/dw2-ranges-func.exp: New file.
7057
ae739fe7
SM
70582018-08-22 Simon Marchi <simon.marchi@polymtl.ca>
7059
7060 * gdb.base/term.exp: Compare terminal settings with values from
7061 the inferior.
7062 * gdb.base/term.c: Get and set terminal settings.
7063
6d52907e
JV
70642018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
7065
7066 * lib/mi-support.exp (mi_expect_stop): Update regexp to
7067 accommodate new "arch" field in frame output.
7068 * gdb.mi/mi-return.exp: Likewise.
7069 * gdb.mi/mi-stack.exp: Likewise.
7070 * gdb.mi/mi-syn-frame.exp: Likewise.
7071 * gdb.mi/user-selected-context-sync.exp: Likewise.
7072
be2d111a
MS
70732018-08-19 Michael Spang <spang@google.com>
7074
7075 PR gdb/11786
7076 * gdb.base/gcore-tls-pie.c: New file.
7077 * gdb.base/gcore-tls-pie.exp: New file.
7078
ae3a7c47
KB
70792018-08-18 Kevin Buettner <kevinb@redhat.com>
7080
7081 * lib/dwarf.exp: Add support for DW_OP_GNU_variable_value.
7d140d1a
KB
7082 * gdb.dwarf2/varval.c: New file.
7083 * gdb.dwarf2/varval.exp: New file.
ae3a7c47 7084
2ecae92e
AH
70852018-08-17 Alan Hayward <alan.hayward@arm.com>
7086
7087 PR gdb/18931
7088 * gdb.arch/aarch64-fp.c (main): Fix asm registers.
7089
c1854f1d
KS
70902018-08-16 Keith Seitz <keiths@redhat.com>
7091
7092 * gdb.compile/compile.exp: Use gdb_test_no_output for "compile code"
7093 tests expected to pass.
7094
26fb3983
JV
70952018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
7096
7097 * gdb.mi/mi-disassemble.exp (test_disassembly_only): Add tests for
7098 -data-disassemble -a.
7099 (test_disassembly_bogus_args): Likewise.
7100
67943c00
AB
71012018-08-14 Andrew Burgess <andrew.burgess@embecosm.com>
7102
7103 * gdb.mi/list-thread-groups-available.exp: Update test regexp.
7104
5ff2bbae
AB
71052018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
7106
7107 * gdb.base/vla-optimized-out.exp: Add new test.
7108
e5bbcd0f
AB
71092018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
7110
7111 * gdb.base/vla-optimized-out-o3.exp: Delete.
7112 * gdb.base/vla-optimized-out-o3-strict.exp: Delete.
7113 * gdb.base/vla-optimized-out.exp: Extend to cover all of the
7114 deleted tests.
7115
9d4a934c
AB
71162018-08-08 Andrew Burgess <andrew.burgess@embecosm.com>
7117
7118 PR gdb/18050:
7119 * gdb.server/extended-remote-restart.c: New file.
7120 * gdb.server/extended-remote-restart.exp: New file.
7121
045cf012
SM
71222018-08-07 Simon Marchi <simon.marchi@polymtl.ca>
7123
7124 * gdb.fortran/nested-funcs.exp: Replace "set index = 42" with
7125 "set variable index = 42".
7126
87d6a7aa
SM
71272018-08-07 Simon Marchi <simon.marchi@ericsson.com>
7128
7129 * boards/index-cache-gdb.exp: New file.
7130 * gdb.dwarf2/index-cache.exp: New file.
7131 * gdb.dwarf2/index-cache.c: New file.
7132 * gdb.base/maint.exp: Check if we are using the index cache.
7133
96d68bd4
RO
71342018-08-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
7135
7136 * Makefile.in (saw_dash_j): Allow for GNU make 4.2+ passing -jN in
7137 MAKEFLAGS.
7138
5a699617
RO
71392018-08-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
7140
7141 * dg-extract-results.sh: Move to toplevel contrib.
7142 * Makefile.in (check-parallel): Reflect dg-extract-results.sh move.
7143 * Makefile.in (check-parallel-racy): Likewise.
7144
5bd18990
AB
71452018-08-06 Andrew Burgess <andrew.burgess@embecosm.com>
7146
7147 * lib/gdb.exp (target_supports_scheduler_locking): New proc.
7148 * gdb.mi/mi-cmd-param-changed.exp: Only run scheduler locking
7149 tests if the target supports scheduler locking.
7150
3fbbcf47
TV
71512018-08-04 Tom de Vries <tdevries@suse.de>
7152
7153 * gdb.python/py-rbreak.exp: Fix rbreak regexp.
7154
3e1d3d8c
TT
71552018-08-02 Tom Tromey <tom@tromey.com>
7156
7157 PR symtab/16842.
7158 * gdb.cp/temargs.exp: Test "info address" of a template
7159 parameter.
7160
5abe0f0c
JV
71612018-07-31 Jan Vrany <jan.vrany@fit.cvut.cz>
7162
7163 * gdb.python/py-mi-var-info-path-expression.c: New file.
7164 * gdb.python/py-mi-var-info-path-expression.py: New file.
7165 * gdb.python/py-mi-var-info-path-expression.exp: New file.
7166
fb66cde8
SDJ
71672018-07-30 Sergio Durigan Junior <sergiodj@redhat.com>
7168
7169 * lib/gdbserver-support.exp (gdbserver_start): Match any kind of
7170 error after "cannot resolve name" string.
7171
c708f4d2
AB
71722018-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
7173
7174 * gdb.trace/tspeed.exp: Only call gdb_load_shlib after gdb has
7175 started.
7176 * lib/gdb.exp (gdb_load_shlib): Call perror if GDB is not running.
7177
37cc0cae
TV
71782018-07-28 Tom de Vries <tdevries@suse.de>
7179
7180 * gdb.base/vla-optimized-out-o3-strict.exp: New file.
7181
63b4ecf7
TV
71822018-07-26 Tom de Vries <tdevries@suse.de>
7183
7184 * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
7185
3c3bb058
AB
71862018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
7187
7188 * gdb.base/maint.exp: Add check that dwarf unwinders control flag
7189 is visible.
7190
9e7f3bbb
TV
71912018-07-26 Tom de Vries <tdevries@suse.de>
7192
7193 PR breakpoints/23366
7194 * gdb.base/catch-follow-exec.c: New test.
7195 * gdb.base/catch-follow-exec.exp: New file.
7196
16f808ec
TV
71972018-07-25 Tom de Vries <tdevries@suse.de>
7198
7199 * gdb.base/vla-optimized-out-o3.exp: New file. Reuse
7200 vla-optimized-out.c.
7201
d7154a8d
JV
72022018-07-25 Jan Vrany <jan.vrany@fit.cvut.cz>
7203
7204 * gdb.mi/mi-breakpoint-location-ena-dis.cc: New file.
7205 * gdb.mi/mi-breakpoint-location-ena-dis.exp: New file.
7206
232a0032
TV
72072018-07-20 Tom de Vries <tdevries@suse.de>
7208
7209 * gdb.base/vla-optimized-out.c: Make noclone attribute conditional on
7210 NOCLONE macro.
7211 * gdb.base/vla-optimized-out.exp: Use additional_flags -DNOCLONE.
7212
fbb1d502
TV
72132018-07-19 Tom de Vries <tdevries@suse.de>
7214
7215 * gdb.mi/list-thread-groups-available.exp (cores_re): Fix quoting in
7216 regular expression.
7217
42dc7699
TV
72182018-07-18 Tom de Vries <tdevries@suse.de>
7219
7220 * gdb.base/vla-optimized-out.c: New test.
7221 * gdb.base/vla-optimized-out.exp: New file.
7222
7f1f7e23
SDJ
72232018-07-13 Sergio Durigan Junior <sergiodj@redhat.com>
7224
7225 * lib/gdbserver-support.exp (gdbserver_start): Expect for the
7226 message "No address associated with hostname" when gdbserver
7227 cannot resolve the hostname.
7228
5759ebb3
PW
72292018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7230
7231 * gdb.threads/pthreads.exp: Test qcs FLAG arguments.
7232 Add some test prefixes to make tests unique.
7233
3606ccab
PW
72342018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7235
7236 * gdb.base/frameapply.c: New file.
7237 * gdb.base/frameapply.exp: New file.
7238
529c08b2
PW
72392018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7240
7241 * gdb.base/skip.exp: Update expected error message.
7242
c7ab0aef
SDJ
72432018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
7244 Jan Kratochvil <jan.kratochvil@redhat.com>
7245 Paul Fertser <fercerpav@gmail.com>
7246 Tsutomu Seki <sekiriki@gmail.com>
7247
7248 * README (Testsuite Parameters): Mention new 'GDB_TEST_SOCKETHOST'
7249 parameter.
7250 * boards/native-extended-gdbserver.exp: Do not set 'sockethost'
7251 by default.
7252 * boards/native-gdbserver.exp: Likewise.
7253 * gdb.server/run-without-local-binary.exp: Improve regexp used
7254 for detecting when a remote debugging connection succeeds.
7255 * gdb.server/server-connect.exp: New file.
7256 * lib/gdbserver-support.exp (gdbserver_default_get_comm_port):
7257 Do not prefix the port number with ":".
7258 (gdbserver_start): New global GDB_TEST_SOCKETHOST. Implement
7259 support for detecting and using it. Add '$debughost_gdbserver'
7260 to the list of arguments used to start gdbserver. Handle case
7261 when gdbserver cannot resolve a network name.
7262
16ff70dd
SDJ
72632018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
7264
7265 PR c++/23373
7266 * gdb.base/ptype-offsets.cc (struct static_member): New
7267 struct.
7268 (main) <stmember>: New variable.
7269 * gdb.base/ptype-offsets.exp: Add test for printing a struct
7270 with a static member in it.
7271
3541979f
AB
72722018-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
7273
7274 * gdb.base/watchpoint-reuse-slot.exp: Test with hardware
7275 watchpoints enabled and disabled.
7276
c8ad9b9a
AB
72772018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
7278
7279 * gdb.base/examine-backward.exp: Still run tests around address
7280 0x0, even if address 0x0 is not readable. Update the pattern for
7281 matching address 0x0 in expected output.
7282
e0e5e971
AB
72832018-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
7284
7285 * gdb.base/share-env-with-gdbserver.c (main): Add call to
7286 malloc/free.
7287
1ea5da02
TV
72882018-07-04 Tom de Vries <tdevries@suse.de>
7289
7290 * gdb.dwarf2/dw2-error.exp: Update expected error message.
7291
471b9d15
MR
72922018-07-02 Maciej W. Rozycki <macro@mips.com>
7293
7294 PR tdep/8282
7295 * gdb.arch/mips-disassembler-options.exp: New test.
7296 * gdb.arch/mips-disassembler-options.s: New test source.
7297
75acb486
PA
72982018-06-29 Pedro Alves <palves@redhat.com>
7299
7300 * gdb.threads/names.exp: Adjust expected "info threads" output.
7301
cd2bb709
PA
73022018-06-29 Pedro Alves <palves@redhat.com>
7303
7304 * gdb.opt/inline-break.exp (line number, address): Add "info
7305 break" tests.
7306
991ff292
PA
73072018-06-29 Pedro Alves <palves@redhat.com>
7308
7309 * gdb.opt/inline-break.c (func1): Add "break here" marker.
7310 * gdb.opt/inline-break.exp: Test setting breakpoints by line
7311 number and address and running to them.
7312
356819b6 73132018-06-29 Richard Bunt <richard.bunt@arm.com>
49af4b70
RB
7314
7315 * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
7316
2512d7ef
JK
73172018-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
7318
7319 * lib/compiler.c: Remove executable permission flag.
7320
be1b6474
RB
73212018-06-28 Richard Bunt <richard.bunt@arm.com>
7322
7323 * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
7324 code.
7325 * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
7326
291f9a96
PT
73272018-06-28 Petr Tesarik <ptesarik@suse.cz>
7328
7329 * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
7330
ed6dfe51
PT
73312018-06-28 Petr Tesarik <ptesarik@suse.cz>
7332
7333 * gdb.base/relocate.exp: Test add-symbol-file behavior when the
7334 address argument is omitted.
7335
d4d429d5
PT
73362018-06-28 Petr Tesarik <ptesarik@suse.cz>
7337
7338 * gdb.base/relocate.exp: Add test for "symbol-file -o ".
7339
7ab6656f
OJ
73402018-06-27 Omair Javaid <omair.javaid@linaro.org>
7341
7342 PR gdb/21695
7343 * gdb.base/infoline-reloc-main-from-zero.exp: New test.
7344 * gdb.base/infoline-reloc-main-from-zero.c: New file.
7345
a33ccfc7
TT
73462018-06-26 Tom Tromey <tom@tromey.com>
7347
7348 PR rust/22574:
7349 * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
7350 * gdb.rust/simple.rs (struct SimpleLayout): New.
7351
6d72d289
SM
73522018-06-22 Simon Marchi <simon.marchi@ericsson.com>
7353
7354 * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
7355 "info registers" output.
7356
8363f9d5
RB
73572018-06-21 Richard Bunt <richard.bunt@arm.com>
7358
7359 * gdb.base/watchpoint-hw-attach.c: New test.
7360 * gdb.base/watchpoint-hw-attach.exp: New file.
7361
f00674fe
SM
73622018-06-20 Simon Marchi <simon.marchi@ericsson.com>
7363
7364 * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
7365 through /bin/sh.
7366 * boards/dwarf4-gdb-index.exp: Likewise.
7367 * boards/fission-dwp.exp: Likewise.
7368
1d554008
UW
73692018-06-20 Ulrich Weigand <uweigand@de.ibm.com>
7370
7371 * gdb.base/float128.exp: Add comment and improved fail message
7372 to the failure case of "print large128" test.
7373
d0ac1c44
SM
73742018-06-19 Simon Marchi <simon.marchi@ericsson.com>
7375
7376 * configure.ac: Remove AC_PREREQ.
7377 * configure: Re-generate.
7378
61b04dd0
PA
73792018-06-19 Pedro Alves <palves@redhat.com>
7380
7381 * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
7382 (func_extern_caller): New.
7383 (main): Call func_extern_caller.
7384 * gdb.opt/inline-break.exp: Add tests for inline frame skipping
7385 logic change.
7386
f63b508a
SM
73872018-06-18 Weimin Pan <weimin.pan@oracle.com>
7388
7389 PR gdb/16841
7390 * gdb.cp/typedef-base.cc: New file.
7391 * gdb.cp/typedef-base.exp: New file.
7392
0fe3a558
TV
73932018-06-18 Tom de Vries <tdevries@suse.de>
7394
7395 * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
7396
7010835a
AB
73972018-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
7398 Richard Bunt <Richard.Bunt@arm.com>
7399
7400 * gdb.threads/attach-slow-waitpid.c: New file.
7401 * gdb.threads/attach-slow-waitpid.exp: New file.
7402 * gdb.threads/slow-waitpid.c: New file.
7403
14897d65
PA
74042018-06-14 Pedro Alves <palves@redhat.com>
7405
7406 * gdb.base/fork-running-state.c: Include <errno.h>.
7407 (exit_if_relative_exits): New.
7408 (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
7409 exits.
7410 (fork_parent): If 'exit_if_relative_exits' is true, exit if the
7411 child exits.
7412
5d9a0608
TV
74132018-06-14 Tom de Vries <tdevries@suse.de>
7414
7415 PR cli/22573
7416 * gdb.base/finish-pretty.c: New test.
7417 * gdb.base/finish-pretty.exp: New file.
7418
11ae5818
PA
74192018-06-14 Pedro Alves <palves@redhat.com>
7420
7421 * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
7422 gdb's expected startup output.
7423
1d39de44
PA
74242018-06-14 Pedro Alves <palves@redhat.com>
7425
7426 * lib/selftest-support.exp (selftest_setup): Remove inlined
7427 function handling.
7428
70ee0000
TV
74292018-06-14 Tom de Vries <tdevries@suse.de>
7430
7431 * lib/selftest-support.exp (selftest_setup): Allow function arguments in
7432 matching of breakpoint printing.
7433
11f4b608
TV
74342018-06-13 Tom de Vries <tdevries@suse.de>
7435
7436 PR testsuite/23269
7437 * gdb.base/fork-running-state.c (main): Move setting of alarm ...
7438 (fork_child): ... here, and ...
7439 (fork_parent): ... here.
7440
74412018-06-12 Tom de Vries <tdevries@suse.de>
7442
7443 * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
7444
9516f85a
AB
74452018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
7446 Stephen Roberts <stephen.roberts@arm.com>
7447
7448 * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
7449 rewrite test to describe action performed, rather than possible
7450 failure.
7451
5045b3d7
GB
74522018-06-08 Gary Benson <gbenson@redhat.com>
7453
7454 * gdb.threads/check-libthread-db.exp: New file.
7455 * gdb.threads/check-libthread-db.c: Likewise.
7456
c61b06a1
TT
74572018-06-05 Tom Tromey <tom@tromey.com>
7458
7459 * gdb.base/default.exp: Update expected "show version" output.
7460
eb6af809
TT
74612018-06-05 Tom Tromey <tom@tromey.com>
7462
7463 PR cli/12326:
7464 * gdb.cp/static-print-quit.exp: Update.
7465 * lib/gdb.exp (pagination_prompt): Update.
7466 * gdb.base/page.exp: Use pagination_prompt. Add new tests.
7467 * gdb.python/python.exp: Update.
7468
178d6a63
JB
74692018-06-04 Joel Brobecker <brobecker@adacore.com>
7470
7471 * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
7472
8e817061
JB
74732018-06-01 Joel Brobecker <brobecker@adacore.com>
7474
7475 * gdb.ada/bp_fun_addr: New testcase.
7476
e86ca25f
TT
74772018-06-01 Tom Tromey <tom@tromey.com>
7478
7479 * gdb.xml/tdesc-regs.exp (load_description): Update expected
7480 results.
7481 * gdb.dwarf2/method-ptr.exp: Set language to C++.
7482 * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
7483 * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
7484 * gdb.base/maint.exp (maint_pass_if): Update.
7485
4b2dfa9d
MR
74862018-05-31 Maciej W. Rozycki <macro@mips.com>
7487
7488 * gdb.base/endian.exp: New test.
7489 * gdb.base/endian.c: New test source.
7490
45f25d6c
AB
74912018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
7492
7493 PR gdb/23203
7494 * gdb.base/bt-selected-frame.c: New file.
7495 * gdb.base/bt-selected-frame.exp: New file.
7496 * lib/gdb.exp (get_current_frame_number): New function.
7497
d9f6d7f8
MR
74982018-05-24 Maciej W. Rozycki <macro@mips.com>
7499 Pedro Alves <palves@redhat.com>
7500
7501 * gdb.threads/tls-core.c: Include <stdlib.h>
7502 (thread_proc): Call `abort'.
7503 * gdb.threads/tls-core.exp: Generate a core with core_find too.
7504 (tls_core_test): New procedure, bits factored out from ...
7505 (top level): ... here. Test both native cores and gcore cores.
7506
ff1cf532
TT
75072018-05-23 Tom Tromey <tom@tromey.com>
7508
7509 * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
7510
b98664d3
TT
75112018-05-23 Tom Tromey <tom@tromey.com>
7512
7513 * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
7514 symfile_complaints.
7515 (test_short_complaints): Likewise.
7516 (test_empty_complaints): Likewise.
7517 (test_initial_complaints): Update.
7518
4e9668d0
TT
75192018-05-23 Tom Tromey <tom@tromey.com>
7520
7521 * gdb.gdb/complaints.exp (test_empty_complaints): Update.
7522
43ba33c7
TT
75232018-05-23 Tom Tromey <tom@tromey.com>
7524
7525 * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
7526 (test_short_complaints): Update.
7527
035522c0
PA
75282018-05-22 Pedro Alves <palves@redhat.com>
7529
7530 * gdb.base/remote.exp: Only gdb_start after compiling the
7531 testcase. Issue "disconnect" before testing "set remote" command
7532 defaults. Issue clean_restart before running to main.
7533
cc0be08f
PA
75342018-05-22 Pedro Alves <palves@redhat.com>
7535
7536 * gdb.base/remote.exp: Adjust expected output of "show remote
7537 memory-write-packet-size". Add tests for "set remote
7538 memory-write-packet-size 0" and "set remote
7539 memory-write-packet-size fixed/limit".
7540
b1b60145
PA
75412018-05-22 Pedro Alves <palves@redhat.com>
7542
7543 PR gdb/22973
7544 * gdb.base/utf8-identifiers.c: New file.
7545 * gdb.base/utf8-identifiers.exp: New file.
7546
0ec848ad
PFC
75472018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
7548
7549 * gdb.arch/powerpc-fpscr-gcore.exp: New file.
7550
2c3305f6
PFC
75512018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
7552
7553 * gdb.arch/powerpc-vsx-gcore.exp: New file.
7554
ce1e8424
TT
75552018-05-18 Tom Tromey <tom@tromey.com>
7556
7557 * gdb.base/ptype-offsets.exp: Update.
7558
ddfe970e
KS
75592018-05-17 Keith Seitz <keiths@redhat.com>
7560
7561 * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
7562 in expected breakpoint stop locations.
7563 * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
7564 move to proper scope to test variable values.
7565 * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
7566 (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
7567 New functions.
7568 (main): Call not_inline_func3.
7569 * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
7570 inline_func1, inline_func2, and inline_func3. Test that when each
7571 breakpoint is hit, GDB properly reports both the stop location
7572 and the backtrace. Repeat tests for temporary breakpoints.
7573
0726fcc6
MR
75742018-05-15 Maciej W. Rozycki <macro@mips.com>
7575
7576 * gdb.server/server-kill.exp: Verify whether `server_pid' exists
7577 rather then trying to access it in determining whether the PID
7578 of `gdbserver' could have been retrieved.
7579
8ee22052
AB
75802018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
7581
7582 * gdb.arch/amd64-init-x87-values.S: New file.
7583 * gdb.arch/amd64-init-x87-values.exp: New file.
7584
7785df48
JK
75852018-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
7586
7587 * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
7588
56bcdbea
TT
75892018-05-04 Tom Tromey <tom@tromey.com>
7590
7591 PR python/22730:
7592 * gdb.python/python.exp: Test multi-line execute.
7593
a913fffb
TT
75942018-05-04 Tom Tromey <tom@tromey.com>
7595
7596 PR python/22731:
7597 * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
7598
7a2c85f2
TT
75992018-05-04 Tom Tromey <tom@tromey.com>
7600
7601 PR gdb/11750:
7602 * gdb.base/define.exp: Test defining a user command inside a user
7603 command.
7604 * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
7605
a3b60e45
JK
76062018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
7607 Pedro Alves <palves@redhat.com>
7608
7609 PR breakpoints/19806 and support for PR external/20207.
7610 * gdb.base/watchpoint-unaligned.c: New file.
7611 * gdb.base/watchpoint-unaligned.exp: New file.
7612
45fe4a03
AB
76132018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
7614
7615 * gdb.base/maint.exp: Make test names unique, use
7616 test_prefix_command_help to test 'help maint info', and remove
7617 repeated test of 'help maint'.
7618
9be2ae8f
TT
76192018-05-04 Tom Tromey <tom@tromey.com>
7620
7621 PR gdb/22619:
7622 * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
7623 behavior.
7624
11859c31
AB
76252018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
7626
7627 * gdb.base/maint.exp: Process output from 'maint print registers'
7628 line at a time.
7629
089a9490
AB
76302018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
7631
7632 * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
7633 timeout.
7634
9b0797e2
AB
76352018-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
7636
7637 * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
7638 filter pattern.
7639
f6ac5f3d
PA
76402018-05-02 Pedro Alves <palves@redhat.com>
7641
7642 * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
7643 to_log_command renames.
7644 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
7645
77d3c63b
TT
76462018-05-02 Tom Tromey <tom@tromey.com>
7647
7648 * gdb.python/py-parameter.exp: Set test message.
7649
0489430a
TT
76502018-05-02 Tom Tromey <tom@tromey.com>
7651
7652 PR python/20084:
7653 * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
7654 PARAM_ZUINTEGER_UNLIMITED tests.
7655
1632f8ba
DR
76562018-04-28 Dan Robertson <danlrobertson89@gmail.com>
7657
7658 PR rust/23124
7659 * gdb.rust/expr.exp: Test that the unit type is correctly parsed
7660 when casting.
7661
6d7bb824
TT
76622018-04-30 Tom Tromey <tom@tromey.com>
7663
7664 * gdb.python/py-type.exp: Check align attribute.
7665 * gdb.python/py-type.c: New "aligncheck" global.
7666
007e1530
TT
76672018-04-30 Tom Tromey <tom@tromey.com>
7668
7669 PR exp/17095:
7670 * gdb.dwarf2/dw2-align.exp: New file.
7671 * gdb.cp/align.exp: New file.
7672 * gdb.base/align.exp: New file.
7673 * lib/gdb.exp (gdb_int128_helper): New proc.
7674 (has_int128_c, has_int128_cxx): New caching procs.
7675
6873858b
TT
76762018-04-27 Tom Tromey <tom@tromey.com>
7677
7678 PR rust/22545:
7679 * gdb.rust/simple.exp: Add inclusive range tests.
7680
79188d8d
PA
76812018-04-26 Pedro Alves <palves@redhat.com>
7682
7683 * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
7684 ifunc breakpoint locations correctly of ifunc breakpoints set
7685 while the program resolves the ifunc.
7686
c7075ad5
PA
76872018-04-26 Pedro Alves <palves@redhat.com>
7688
7689 * gdb.base/gnu-ifunc-final.c: New file.
7690 * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
7691 * gdb.base/gnu-ifunc.exp (executable): Delete.
7692 (staticexecutable): Adjust.
7693 (lib_opts, exec_opts): Delete.
7694 (make_binsuffix, build, set-break): New procedures.
7695 (misc_tests): New, with tests factored out from the top level.
7696 (top level): Test different combinations of ifunc resolver name,
7697 resolver with and with debug info, and ifunc target with and
7698 without debug info. Wrap static tests with with_target_prefix.
7699
8388016d
PA
77002018-04-26 Pedro Alves <palves@redhat.com>
7701
7702 * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
7703 return type" warnings.
7704
249b5733
PA
77052018-04-25 Pedro Alves <palves@redhat.com>
7706
7707 * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
7708 killed".
7709 * gdb.base/kill-after-signal.exp: Likewise.
7710 * gdb.threads/kill.exp: Likewise.
7711
f67c0c91
SDJ
77122018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
7713 Sergio Durigan Junior <sergiodj@redhat.com>
7714 Pedro Alves <palves@redhat.com>
7715
7716 * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
7717 regexps to expect for '[Inferior ... detached]' as well.
7718 * gdb.base/attach.exp: Likewise.
7719 * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
7720 "gdb_continue_to_end".
7721 (test_catch_syscall_with_wrong_args): Likewise.
7722 * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
7723 ']'. Don't set 'verbose' on.
7724 * gdb.base/foll-vfork.exp: Likewise.
7725 * gdb.base/fork-print-inferior-events.c: New file.
7726 * gdb.base/fork-print-inferior-events.exp: New file.
7727 * gdb.base/hook-stop.exp: Adjust regexps to expect for new
7728 '[Inferior ... has been killed]' message.
7729 * gdb.base/kill-after-signal.exp: Likewise.
7730 * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
7731 detach message.
7732 * gdb.threads/kill.exp: Adjust regexps to expect for new kill
7733 message.
7734 * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
7735 regexps to expect for '[Inferior ... detached]' as well.
7736 * gdb.threads/process-dies-while-detaching.exp: Likewise.
7737
0a8ddac4
SM
77382018-04-24 Simon Marchi <simon.marchi@ericsson.com>
7739
7740 PR gdb/23104
7741 * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
7742
701adfb0
PA
77432018-04-22 Rajendra SY <rajendra.sy@gmail.com>
7744
7745 PR gdb/23095
7746 * gdb.base/break-probes.exp: Pass shlib_load to
7747 prepare_for_testing. Set normal_bp to r_debug_state if target is
7748 bsd.
7749
d27d16bf
RB
77502018-04-19 Richard Bunt <richard.bunt@arm.com>
7751
7752 * gdb.threads/multiple-successive-infcall.c: New test.
7753 * gdb.threads/multiple-successive-infcall.exp: New file.
7754
a037790e
TT
77552018-04-17 Tom Tromey <tom@tromey.com>
7756
7757 * gdb.rust/simple.rs (Union): New type.
7758 (main): New local "u".
7759 * gdb.rust/simple.exp (test_one_slice): Add new test case.
7760
e3a91079
AA
77612018-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
7762
7763 * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
7764 number information in output of "whereis" command.
7765 * gdb.base/info-fun.exp: Likewise, for "info fun" command.
7766
b744723f
AA
77672018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
7768
7769 * gdb.ada/info_types.exp: Adjust expected output to the line
7770 numbers now printed by "info var/func/type".
7771 * gdb.base/completion.exp: Likewise.
7772 * gdb.base/included.exp: Likewise.
7773 * gdb.cp/cp-relocate.exp: Likewise.
7774 * gdb.cp/cplusfuncs.exp: Likewise.
7775 * gdb.cp/namespace.exp: Likewise.
7776 * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
7777
4a4495d6
MM
77782018-04-13 Markus Metzger <markus.t.metzger@intel.com>
7779
7780 * gdb.btrace/cpu.exp: New.
7781
1d509aa6
MM
77822018-04-13 Markus Metzger <markus.t.metzger@intel.com>
7783
7784 * gdb.base/step-indirect-call-thunk.exp: New.
7785 * gdb.base/step-indirect-call-thunk.c: New.
7786 * gdb.reverse/step-indirect-call-thunk.exp: New.
7787 * gdb.reverse/step-indirect-call-thunk.c: New.
7788
6295b6da
SM
77892018-04-11 Simon Marchi <simon.marchi@ericsson.com>
7790
7791 * gdb.base/pie-fork.c: New file.
7792 * gdb.base/pie-fork.exp: New file.
7793
50146e70
TT
77942018-04-11 Tom Tromey <tom@tromey.com>
7795
7796 * gdb.rust/simple.exp: Add test for ".." struct initializer.
7797
f50d8a2e
PA
77982018-04-10 Pedro Alves <palves@redhat.com>
7799
7800 * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
7801 exits. Instead loop running forever.
7802 (fork_parent): Run forever too.
7803
a0be7a36
SM
78042018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
7805
7806 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
7807 mi_continue_to_line.
7808 * gdb.mi/mi-stack.c (callee4): Add comment.
7809
9b73db36
SM
78102018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
7811
7812 * gdb.mi/mi-stack.exp: Fix indentation.
7813
c912f608
SM
78142018-04-07 Simon Marchi <simon.marchi@ericsson.com>
7815
7816 PR gdb/22979
7817 * gdb.arch/amd64-osabi.exp: New file.
7818
26540402
SM
78192018-04-07 Simon Marchi <simon.marchi@ericsson.com>
7820
7821 PR gdb/22980
7822 * gdb.base/osabi.exp: New file.
7823
121ad66c 78242018-04-02 Weimin Pan <weimin.pan@oracle.com>
79f18731
WP
7825
7826 * gdb.cp/static-typedef-print.exp: New file.
7827 * gdb.cp/static-typedef-print.cc: New file.
7828
3fcded8f
JB
78292018-03-27 Joel Brobecker <brobecker@adacore.com>
7830
7831 * gdb.ada/varsize_limit: New testcase.
7832
59cc4834
JB
78332018-03-27 Joel Brobecker <brobecker@adacore.com>
7834
7835 * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
7836
7837 * gdb.ada/notcplusplus: New testcase.
7838
7839 * gdb.base/c-linkage-name.c: New file.
7840 * gdb.base/c-linkage-name.exp: New testcase.
7841
4ca59a9f
TT
78422018-03-26 Tom Tromey <tom@tromey.com>
7843
7844 * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
7845 * gdb.python/py-framefilter.py (name_error): New global.
7846 (ErrorInName.function): Use name_error.
7847
978d6c75
TT
78482018-03-26 Tom Tromey <tom@tromey.com>
7849
7850 PR backtrace/15582:
7851 * gdb.python/py-framefilter.exp: Add "bt hide" test.
7852
b7fee5a3
KS
78532018-03-23 Keith Seitz <keiths@redhat.com>
7854
7855 PR c++/22968
7856 * gdb.cp/subtypes.exp: New file.
7857 * gdb.cp/subtypes.h: New file.
7858 * gdb.cp/subtypes.cc: New file.
7859 * gdb.cp/subtypes-2.cc: New file.
7860
376be529
AB
78612018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
7862
7863 * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
7864 (done): Call '_exit' not 'exit' to avoid atexit handlers.
7865 * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
7866 -nostartfiles when compiling the test. Confirm that all registers
7867 xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
7868
066cfa98
AB
78692018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
7870
7871 * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
7872 option, syntax was wrong anyway.
7873 * gdb.arch/arm-disp-step.exp: Likewise.
7874 * gdb.arch/sparc64-regs.exp: Likewise.
7875 * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
7876 option, syntax was wrong anyway, switch to use
7877 prepare_for_testing.
7878 * gdb.arch/i386-disp-step.exp: Likewise.
7879
079670b9
AA
78802018-03-23 Andreas Arnez <arnez@linux.vnet.ibm.com>
7881
7882 * gdb.ada/exec_changed.exp: Replace "target_info exists
7883 use_gdb_stub" by "use_gdb_stub".
7884 * gdb.ada/start.exp: Likewise.
7885 * gdb.base/async-shell.exp: Likewise.
7886 * gdb.base/attach-pie-misread.exp: Likewise.
7887 * gdb.base/attach-wait-input.exp: Likewise.
7888 * gdb.base/break-entry.exp: Likewise.
7889 * gdb.base/break-interp.exp: Likewise.
7890 * gdb.base/dprintf-detach.exp: Likewise.
7891 * gdb.base/nostdlib.exp: Likewise.
7892 * gdb.base/solib-nodir.exp: Likewise.
7893 * gdb.base/statistics.exp: Likewise.
7894 * gdb.base/testenv.exp: Likewise.
7895 * gdb.mi/mi-exec-run.exp: Likewise.
7896 * gdb.mi/mi-start.exp: Likewise.
7897 * gdb.multi/dummy-frame-restore.exp: Likewise.
7898 * gdb.multi/multi-arch-exec.exp: Likewise.
7899 * gdb.multi/multi-arch.exp: Likewise.
7900 * gdb.multi/tids.exp: Likewise.
7901 * gdb.multi/watchpoint-multi.exp: Likewise.
7902 * gdb.python/py-events.exp: Likewise.
7903 * gdb.threads/attach-into-signal.exp: Likewise.
7904 * gdb.threads/attach-stopped.exp: Likewise.
7905 * gdb.threads/threadapply.exp: Likewise.
7906 * lib/selftest-support.exp: Likewise.
7907
26d6cec4
AA
79082018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
7909
7910 * gdb.base/info-proc.exp: Add test for "info proc cmdline".
7911
4ee89e90
SR
79122018-03-20 Stephen Roberts <stephen.roberts@arm.com>
7913
7914 * gdb.perf/template-breakpoints.cc: New file.
7915 * gdb.perf/template-breakpoints.exp: New file.
7916 * gdb.perf/template-breakpoints.py: New file.
7917
92630041
TT
79182018-03-19 Tom Tromey <tom@tromey.com>
7919
7920 * gdb.rust/simple.rs (main): Add local variables field1, field2,
7921 y0.
7922 * gdb.rust/simple.exp: Test bare identifier form of struct
7923 initializer.
7924
76727919
TT
79252018-03-19 Tom Tromey <tom@tromey.com>
7926
7927 * gdb.gdb/observer.exp: Remove.
7928
194ed413
AA
79292018-03-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
7930
7931 * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
7932 "qualified" option when setting breakpoints.
7933 * gdb.trace/backtrace.exp: Likewise.
7934 * gdb.trace/circ.exp: Likewise.
7935 * gdb.trace/collection.exp: Likewise.
7936 * gdb.trace/disconnected-tracing.exp: Likewise.
7937 * gdb.trace/ftrace-lock.exp: Likewise.
7938 * gdb.trace/ftrace.exp: Likewise.
7939 * gdb.trace/infotrace.exp: Likewise.
7940 * gdb.trace/packetlen.exp: Likewise.
7941 * gdb.trace/passc-dyn.exp: Likewise.
7942 * gdb.trace/qtro.exp: Likewise.
7943 * gdb.trace/read-memory.exp: Likewise.
7944 * gdb.trace/report.exp: Likewise.
7945 * gdb.trace/signal.exp: Likewise.
7946 * gdb.trace/status-stop.exp: Likewise.
7947 * gdb.trace/strace.exp: Likewise.
7948 * gdb.trace/tfind.exp: Likewise.
7949 * gdb.trace/trace-break.exp: Likewise.
7950 * gdb.trace/trace-condition.exp: Likewise.
7951 * gdb.trace/trace-mt.exp: Likewise.
7952 * gdb.trace/tstatus.exp: Likewise.
7953 * gdb.trace/tsv.exp: Likewise.
7954 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
7955 * gdb.trace/unavailable.exp: Likewise.
7956 * gdb.trace/while-dyn.exp: Likewise.
7957
8b067d2c
AA
79582018-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
7959
7960 * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
7961 that libinproctrace is copied to the target.
7962
3ae9ce5d
TT
79632018-03-14 Tom Tromey <tom@tromey.com>
7964
7965 PR cli/14977:
7966 * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
7967 a null pointer.
7968 * gdb.base/wchar.exp: Likewise.
7969
b8c2339b
TT
79702018-03-14 Tom Tromey <tom@tromey.com>
7971
7972 PR cli/19918:
7973 * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
7974 flag.
7975
4872dc46
SM
79762018-03-08 Simon Marchi <simon.marchi@ericsson.com>
7977
7978 PR gdb/22841
7979 * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
7980 "target" to remote_exec.
7981
e4fe3756
SM
79822018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
7983
7984 PR gdb/22841
7985 * boards/gdbserver-base.exp (${board}_file, ${board}_download,
7986 ${board}_upload): Remove.
7987
e95a97d4
AA
79882018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
7989
7990 * gdb.cp/watch-cp.cc: New test.
7991 * gdb.cp/watch-cp.exp: New file.
7992
dbbb1059
AB
79932018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
7994
7995 * gdb.base/infcall-nested-structs.exp: New file.
7996 * gdb.base/infcall-nested-structs.c: New file.
7997 * gdb.base/float.exp: Add riscv support.
7998
ecc054c0
TP
79992018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
8000
8001 * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
8002 * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
8003
25e3c82c
SDJ
80042018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
8005
8006 * gdb.server/abspath.exp: New file.
8007 * lib/gdb.exp (with_cwd): New procedure.
8008
3083294d
SM
80092018-02-28 Simon Marchi <simon.marchi@ericsson.com>
8010
8011 * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
8012 use it.
8013 (gdb_is_target_remote_prompt): New proc.
8014 (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
8015 (gdb_is_target_native): Pass prompt parameter to
8016 gdb_is_target_1.
8017
3275ef47
SM
80182018-02-26 Simon Marchi <simon.marchi@polymtl.ca>
8019
8020 * gdb.base/load-command.c: New file.
8021 * gdb.base/load-command.exp: New file.
8022 * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
8023 (gdb_is_target_1): ...this, and generalize for other targets
8024 than just remote.
8025 (gdb_is_target_remote): Use gdb_is_target_1.
8026 (gdb_is_target_native): use gdb_is_target_1.
8027
6893c19a
TT
80282018-02-26 Tom Tromey <tom@tromey.com>
8029
8030 PR python/16497:
8031 * gdb.python/py-framefilter.exp: Update test.
8032
2ddeaf8a
TT
80332018-02-26 Tom Tromey <tom@tromey.com>
8034
8035 * gdb.dwarf2/variant.c: New file.
8036 * gdb.dwarf2/variant.exp: New file.
8037
c9317f21
TT
80382018-02-26 Tom Tromey <tom@tromey.com>
8039
8040 * gdb.rust/simple.exp: Accept more possible results in enum test.
8041
6f6d0c26
SM
80422018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
8043
8044 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
8045 parentheses.
8046
11b03145
MR
80472018-02-23 Maciej W. Rozycki <macro@mips.com>
8048
8049 * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
8050 name of a variable: $actual_linejj -> $actual_line.
8051
54a27fe5
JB
80522018-02-21 John Baldwin <jhb@FreeBSD.org>
8053
8054 * gdb.arch/amd64-i386-address.exp: Fix a typo.
8055
de65820c
MM
80562018-02-20 Markus Metzger <markus.t.metzger@intel.com>
8057
8058 * gdb.btrace/buffer-size.exp: Do not force BTS.
8059
980548fd
PA
80602018-02-14 Pedro Alves <palves@redhat.com>
8061
8062 * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
8063 getting a "Quit".
8064
c4e12631
MM
80652018-02-09 Markus Metzger <markus.t.metzger@intel.com>
8066
8067 * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
8068 Fix test name.
8069
c2e0e465
SM
80702018-02-07 Simon Marchi <simon.marchi@ericsson.com>
8071
8072 * gdb.cp/m-static.exp: Check type of optimized out static
8073 member.
8074
f7216783
AB
80752018-02-03 Andrew Burgess <andrew.burgess@embecosm.com>
8076
8077 * config/sid.exp (gdb_target_sid): Remove use of cleanup.
8078 * config/sim.exp (gdb_target_sim): Remove use of cleanup.
8079
0625771b
LS
80802018-02-01 Simon Marchi <simon.marchi@polymtl.ca>
8081 Leszek Swirski <leszeks@google.com>
8082
8083 * gdb.python/py-prettyprint.c
8084 (struct to_string_returns_value_inner,
8085 struct to_string_returns_value_wrapper): New.
8086 (main): Add tsrvw variable.
8087 * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
8088 ToStringReturnsValueWrapper): New classes.
8089 (register_pretty_printers): Register new pretty-printers.
8090 * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
8091 recursive pretty printer.
8092 * gdb.python/py-mi.exp: Likewise.
8093
59498c30
LS
80942018-02-01 Leszek Swirski <leszeks@google.com>
8095
8096 * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
8097 functions with the same name as an include file are parsed
8098 correctly.
8099
d4d38844
YQ
81002018-02-01 Yao Qi <yao.qi@linaro.org>
8101
8102 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
8103 "\[^\r\n\]*".
8104
07e5f5cf
NP
81052018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
8106
8107 * gdb.arch/powerpc-prologue-frame.s: New file.
8108 * gdb.arch/powerpc-prologue-frame.c: Likewise.
8109 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
8110
929b5ad4
JB
81112018-01-31 Joel Brobecker <brobecker@adacore.com>
8112
8113 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
8114
e671cd59
PA
81152018-01-30 Pedro Alves <palves@redhat.com>
8116
8117 PR gdb/13211
8118 * gdb.base/interrupt-daemon.c: New.
8119 * gdb.base/interrupt-daemon.exp: New.
8120 * gdb.multi/multi-term-settings.c: New.
8121 * gdb.multi/multi-term-settings.exp: New.
8122
fc413dc4
JB
81232018-01-30 Joel Brobecker <brobecker@adacore.com>
8124
8125 * gdb.base/break.exp: Save the location where the breakpoint
8126 on break.c:47 was actually inserted when debugging the version
8127 compiled at -O2 and use it in the expected output of the "info
8128 break" test performed soon after.
8129
5c319bb2
PA
81302018-01-22 Pedro Alves <palves@redhat.com>
8131 Sergio Durigan Junior <sergiodj@redhat.com>
8132
8133 * gdb.base/whatis.exp: Add tests for 'set print object on' +
8134 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
8135
a9e40818
JB
81362018-01-22 Joel Brobecker <brobecker@adacore.com>
8137
8138 * gdb.base/break-include.c, gdb.base/break-include.inc,
8139 gdb.base/break-include.exp: New files.
8140 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
8141 line number now being the actual line number where the breakpoint
8142 was inserted.
8143 * gdb.mi/mi-break.exp: Likewise.
8144 * gdb.mi/mi-reverse.exp: Likewise.
8145 * gdb.mi/mi-simplerun.exp: Ditto.
8146
e707fc44
AB
81472018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
8148
8149 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
8150 varobj.
8151 * gdb.mi/mi-var-create-rtti.exp: Likewise.
8152
ae451627
AB
81532018-01-21 Don Breazeal <donb@codesourcery.com>
8154 Andrew Burgess <andrew.burgess@embecosm.com>
8155
8156 * gdb.mi/basics.c: Add new global.
8157 * gdb.mi/mi-frame-regs.exp: New file.
8158 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
8159 case.
8160
b1b189e0
AB
81612018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
8162
8163 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
8164 non-parameter, and on an unknown symbol.
8165
fcfcc376
TT
81662018-01-19 Tom Tromey <tom@tromey.com>
8167
8168 * gdb.rust/modules.rs (TWENTY_THREE): New global.
8169 * gdb.rust/modules.exp: Add ::-qualified lookup test.
8170
634c1c31
AA
81712018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
8172
8173 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
8174 setrlimit and chdir to int.
8175
d6ad07fd
AA
81762018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
8177
8178 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
8179 function.
8180 (my_tend): Likewise.
8181 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
8182 rationale of avoiding FP- and vector instructions.
8183
adf8243b
RK
81842018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
8185
8186 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
8187 "info reg" with "\[ \t\]*".
8188 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
8189 "\[ \t\]+".
8190 * gdb.arch/s390-multiarch.exp: Ditto.
8191 * gdb.base/pc-fp.exp: Ditto.
8192 * gdb.reverse/i386-precsave.exp: Ditto.
8193 * gdb.reverse/i386-reverse.exp: Ditto.
8194 * gdb.reverse/i387-env-reverse.exp: Ditto.
8195 * gdb.reverse/i387-stack-reverse.exp: Ditto.
8196
dcc06925
AA
81972018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
8198
8199 * lib/gdb.exp (gdb_compile): Re-enable use of
8200 universal_compile_options for languages other than Rust.
8201
25d4fd80
AA
82022018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
8203
8204 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
8205
ee7f689e 82062018-01-17 Mike Gulick <mgulick@mathworks.com>
41667530
MG
8207
8208 PR gdb/16577
8209 * gdb.base/solib-vanish.exp: New.
8210 * gdb.base/solib-vanish-main.c: New.
8211 * gdb.base/solib-vanish-lib1.c: New.
8212 * gdb.base/solib-vanish-lib2.c: New.
8213
d8447b6b
YQ
82142018-01-17 Yao Qi <yao.qi@linaro.org>
8215
8216 * gdb.compile/compile.exp: Match the address printed for
8217 frame in the output of command "bt".
8218
86d6a90c
TT
82192018-01-15 Tom Tromey <tom@tromey.com>
8220
8221 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
8222 compute sp_reg.
8223
cbcdb1aa
AB
82242018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
8225
8226 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
8227 to prepare.
8228 (prepare): Return 0 on error, 1 on success.
8229
eea61984
PA
82302018-01-12 Pedro Alves <palves@redhat.com>
8231
8232 * gdb.base/continue-after-aborted-step-over.c: New.
8233 * gdb.base/continue-after-aborted-step-over.exp: New.
8234
6181e9c2
SM
82352018-01-11 Simon Marchi <simon.marchi@ericsson.com>
8236
8237 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
8238 options when not creating an executable.
8239
3cada740
PA
82402018-01-11 Pedro Alves <palves@redhat.com>
8241
8242 PR remote/22597
8243 * gdb.server/stop-reply-no-thread.c: New file.
8244 * gdb.server/stop-reply-no-thread.exp: New file.
8245
c63d3e8d
PA
82462018-01-10 Pedro Alves <palves@redhat.com>
8247
8248 PR gdb/22670
8249 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
8250 functions too. Test setting breakpoints and printing C functions
8251 with no debug info too.
8252 * gdb.ada/bp_c_mixed_case/qux.c: New file.
8253
d4c2a405
PA
82542018-01-10 Pedro Alves <palves@redhat.com>
8255
8256 PR gdb/22670
8257 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
8258 a fail.
8259
8825213e
PA
82602018-01-10 Pedro Alves <palves@redhat.com>
8261
8262 PR gdb/22670
8263 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
8264
605fd3c6
YQ
82652018-01-08 Simon Marchi <simon.marchi@ericsson.com>
8266
8267 * gdb.server/unittest.exp: Match the output in non-development
8268 mode.
8269
1e5ded6c
YQ
82702018-01-08 Simon Marchi <simon.marchi@ericsson.com>
8271
8272 * gdb.gdb/unittest.exp: Match output in non-development mode.
8273
30066b0b
JB
82742018-01-08 Joel Brobecker <brobecker@adacore.com>
8275
8276 * gdb.ada/access_tagged_param.exp: Relax expected output
8277 for value of "ObjL" in "continue" to pck.inspect breakpoint
8278 test.
8279
04bafb1e
XR
82802018-01-08 Joel Brobecker <brobecker@adacore.com>
8281
9f86398b
JB
8282 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
8283 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
04bafb1e 8284
e379cee6
PA
82852018-01-05 Pedro Alves <palves@redhat.com>
8286
8287 PR gdb/18653
8288 * gdb.base/libsegfault.exp: New.
8289
de63c46b
PA
82902018-01-05 Joel Brobecker <brobecker@adacore.com>
8291
8292 PR gdb/22670
8293 * gdb.ada/access_tagged_param.exp: New file.
8294 * gdb.ada/access_tagged_param/foo.adb: New file.
8295
f98fc17b
PA
82962018-01-05 Pedro Alves <palves@redhat.com>
8297
8298 PR gdb/22670
8299 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
8300 exercise lower case too, and to exercise both full matching and
8301 wild matching.
8302
342f8240
JB
83032018-01-05 Joel Brobecker <brobecker@adacore.com>
8304
8305 * gdb.ada/rename_subscript_param: New testcase.
8306
7150d33c
JG
83072018-01-05 Jerome Guitton <guitton@adacore.com>
8308
8309 * gdb.ada/arr_acc_idx_w_gap: New testcase.
8310
cc0e770c
JB
83112018-01-05 Joel Brobecker <brobecker@adacore.com>
8312
8313 * gdb.ada/convvar_comp: New testcase.
8314
672a41aa 83152018-01-05 Xavier Roirand <roirand@adacore.com>
e3861a03
XR
8316
8317 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
8318 (My_Table): New global variable.
8319 * testsuite/gdb.ada/array_char_idx.exp: Add test.
8320
7365ec2f
JB
83212018-01-04 Joel Brobecker <brobecker@adacore.com>
8322
8323 PR gdb/22670
8324 * gdb.ada/maint_with_ada: New testcase.
8325
289483b6
JB
83262018-01-04 Joel Brobecker <brobecker@adacore.com>
8327
8328 PR gdb/22670
8329 * gdb.ada/bp_c_mixed_case: New testcase.
8330
344420da
JB
83312018-01-04 Joel Brobecker <brobecker@adacore.com>
8332
8333 PR gdb/22670
8334 * gdb.ada/complete.exp: Add "complete break ada" test.
8335
66fc87a0
JB
83362018-01-04 Joel Brobecker <brobecker@adacore.com>
8337
8338 PR gdb/22670
8339 * gdb.ada/info_addr_mixed_case: New testcase.
8340
9f757bf7
XR
83412018-01-03 Xavier Roirand <roirand@adacore.com>
8342
8343 * gdb.ada/excep_handle.exp: New testcase.
8344 * gdb.ada/excep_handle/foo.adb: New file.
8345 * gdb.ada/excep_handle/pck.ads: New file.
8346
bd570f80
JB
83472018-01-03 Joel Brobecker <brobecker@adacore.com>
8348
8349 * gdb.base/step-line.c: Add extra empty line in copyright header.
8350 * gdb.base/step-line.inp: Likewise.
8351
9fe561ab
JB
83522018-01-02 Joel Brobecker <brobecker@adacore.com>
8353
8354 * gdb.ada/dyn_stride.exp: Add slice test.
8355
a405673c
JB
83562018-01-02 Joel Brobecker <brobecker@adacore.com>
8357
8358 * gdb.ada/dyn_stride: New testcase.
8359
cef0f868
SH
83602017-12-27 Stafford Horne <shorne@gmail.com>
8361
8362 * gdb.xml/extra-regs.xml: Add example foo reggroup.
8363 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
8364
b67d92b0
SH
83652017-12-27 Stafford Horne <shorne@gmail.com>
8366
8367 * gdb.base/reggroups.c: New file.
8368 * gdb.base/reggroups.exp: New file.
8369
eccab96d
JB
83702017-12-18 Joel Brobecker <brobecker@adacore.com>
8371
8372 * gdb.dwarf2/ada-valprint-error.c: New file.
8373 * gdb.dwarf2/ada-valprint-error.exp: New file.
8374
0e2da9f0
JB
83752017-12-18 Joel Brobecker <brobecker@adacore.com>
8376
8377 * gdb.ada/assign_arr: New testcase.
8378
cb923fcc
XR
83792017-12-18 Xavier Roirand <roirand@adacore.com>
8380
8381 * gdb.ada/funcall_ptr: New testcase.
8382
7c161838
SDJ
83832017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
8384
8385 PR cli/16224
8386 * gdb.base/ptype-offsets.cc: New file.
8387 * gdb.base/ptype-offsets.exp: New file.
8388
1af17fd9
YQ
83892017-12-15 Yao Qi <yao.qi@linaro.org>
8390
8391 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
8392 if XML is disabled.
8393
828d5846
XR
83942017-12-15 Xavier Roirand <roirand@adacore.com>
8395
8396 * gdb.ada/same_component_name: New testcase.
8397
79e8fcaa
JB
83982017-12-14 Joel Brobecker <brobecker@adacore.com>
8399
8400 * gdb.ada/str_binop_equal: New testcase.
8401
e05fa6f9
JB
84022017-12-14 Joel Brobecker <brobecker@adacore.com>
8403
8404 * gdb.ada/task_switch_in_core: New testcase.
8405
b89641ba
SM
84062017-12-13 Simon Marchi <simon.marchi@ericsson.com>
8407
8408 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
8409 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
8410 call test_bkpt_qualified.
8411 (test_bkpt_qualified): New proc.
8412
6892d2e4
PA
84132017-12-13 Pedro Alves <palves@redhat.com>
8414
8415 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
8416 Tighten regexp by matching with an anchor.
8417
a22ecf70
PA
84182017-12-13 Pedro Alves <palves@redhat.com>
8419
8420 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
8421 ("expression with namespace"): New set of tests.
8422 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
8423 (Nested::Test_NS::qux): New.
8424 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
8425 defaults to 'start_quote_char' and 'end_quote_char' parameters.
8426
9937536c
JB
84272017-12-13 Joel Brobecker <brobecker@adacore.com>
8428
8429 * gdb.base/server-del-break.c: New file.
8430 * gdb.base/server-del-break.exp: New file.
8431
fe49c6f5
SH
84322017-12-12 Stafford Horne <shorne@gmail.com>
8433
8434 * gdb.xml/tdesc-regs.exp: Add or1k support.
8435
c3d18620
SH
84362017-12-12 Stafford Horne <shorne@gmail.com>
8437
8438 * gdb.base/bp-permanent.c: Define nop of or1k.
8439
c5f9cfc8
JB
84402017-12-11 Joel Brobecker <brobecker@adacore.com>
8441
8442 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
8443 output with components being reordered.
8444
a9c135fc
JB
84452017-12-11 Joel Brobecker <brobecker@adacore.com>
8446
8447 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
8448 output with components being reordered.
8449
927aa2e7
JK
84502017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
8451 Pedro Alves <palves@redhat.com>
8452
8453 * gdb.base/maint.exp (check for .gdb_index): Check also for
8454 .debug_names.
8455 * gdb.dlang/watch-loc.c (.debug_aranges): New.
8456 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
8457 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
8458 (.gdb_index used after symbol reloading): Support also .debug_names.
8459 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
8460
f17d9474
YQ
84612017-12-08 Yao Qi <yao.qi@linaro.org>
8462
8463 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
8464 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
8465
a0de8c21
YQ
84662017-12-08 Yao Qi <yao.qi@linaro.org>
8467
8468 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
8469 * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
8470
a738ea1d
YQ
84712017-12-08 Yao Qi <yao.qi@linaro.org>
8472
8473 * gdb.arch/aarch64-tagged-pointer.c: New file.
8474 * gdb.arch/aarch64-tagged-pointer.exp: New file.
8475
1cd9a73b
SDJ
84762017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
8477
8478 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
8479 "int".
8480
fa6eb693
KS
84812017-12-07 Keith Seitz <keiths@redhat.com>
8482
8483 PR breakpoints/22569
8484 * gdb.linespec/ls-errs.exp: Change expected result of "break
8485 -source this file has spaces.c -line 3".
8486 Check that an explicit source file followed by whitespace is
8487 identified as an invalid explicit location.
8488
883fd55a
KS
84892017-12-07 Keith Seitz <keiths@redhat.com>
8490
8491 * gdb.cp/nested-types.cc: New file.
8492 * gdb.cp/nested-types.exp: New file.
8493 * lib/cp-support.exp: Load data-structures.exp library.
8494 (debug_cp_test_ptype_class): New global.
8495 (cp_ptype_class_verbose, next_line): New procedures.
8496 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
8497 Add and document new return value.
8498 Switch the list of lines to a queue.
8499 Add support for new `type' key for nested type definitions.
8500 Add debugging/troubleshooting messages.
8501 * lib/data-structures.exp: New file.
8502
ec72db3e
SM
85032017-12-07 Simon Marchi <simon.marchi@ericsson.com>
8504
8505 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
8506 with proc_with_prefix, don't use with_test_prefix.
8507
99598d71
TT
85082017-12-07 Tom Tromey <tom@tromey.com>
8509
8510 * gdb.base/break.exp: Add test for empty "commands".
8511
a8806230
YQ
85122017-12-07 Yao Qi <yao.qi@linaro.org>
8513
8514 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
8515 malloc and catch syscall.
8516
824cc835
PM
85172017-12-07 Phil Muldoon <pmuldoon@redhat.com>
8518
e79be6e5 8519 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
824cc835
PM
8520 tests for explicit locations.
8521
7cc244de
PA
85222017-12-06 Pedro Alves <palves@redhat.com>
8523
8524 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
8525 force-disabling XML descriptions.
8526
50a1fdd5
PA
85272017-12-04 Pedro Alves <palves@redhat.com>
8528
8529 PR gdb/22499
8530 * gdb.arch/amd64-disp-step-avx.S: New file.
8531 * gdb.arch/amd64-disp-step-avx.exp: New file.
8532
f0fb2488
PA
85332017-12-03 Pedro Alves <palves@redhat.com>
8534
8535 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
8536 and <string.h>.
8537 (parent_function): Print distinct messages when waitpid fails, or
8538 the child exits with a signal, or the child exits for an unhandled
8539 reason.
8540 * gdb.threads/process-dies-while-detaching.exp
8541 (detach_and_expect_exit): New 'inf_output_re' parameter and use
8542 it. Wait for both inferior output and GDB's prompt. Use an
8543 indirect spawn id list.
8544 (do_detach): New parameter 'child_exit'. Use it to compute
8545 expected inferior output.
8546 (test_detach, test_detach_watch, test_detach_killed_outside):
8547 Adjust to pass down the expected child exit kind.
8548
97cbe998
SDJ
85492017-12-01 Joel Brobecker <brobecker@adacore.com>
8550 Sergio Durigan Junior <sergiodj@redhat.com>
8551 Pedro Alves <palves@redhat.com>
8552
8553 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
8554
40fc416f
SDJ
85552017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
8556
8557 * gdb.base/relocate.exp: Add tests to guarantee that arguments
8558 to 'symbol-file' and 'add-symbol-file' can be
8559 position-independent.
8560
1cc75e92
YQ
85612017-12-01 Yao Qi <yao.qi@linaro.org>
8562
8563 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
8564 the URL in copyright header.
8565 * gdb.arch/aarch64-fp.exp: Likewise.
8566 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
8567 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
8568 * gdb.base/expand-psymtabs.exp: Likewise.
8569 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
8570 * gdb.fortran/common-block.exp: Likewise.
8571 * gdb.fortran/common-block.f90: Likewise.
8572 * gdb.fortran/logical.exp: Likewise.
8573 * gdb.fortran/vla-datatypes.f90: Likewise.
8574 * gdb.fortran/vla-sub.f90: Likewise.
8575
875fb7a7
JB
85762017-11-30 Joel Brobecker <brobecker@adacore.com>
8577
8578 * gdb.ada/repeat_dyn: New testcase.
8579
6f14765f
UW
85802017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
8581
8582 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
8583 Update for changed thread numbering.
8584 * gdb.cell/bt.exp: Update for changed GDB output.
8585
f1af7b94
SM
85862017-11-30 Simon Marchi <simon.marchi@ericsson.com>
8587
8588 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
8589 setting isremote by hand.
8590 * boards/dwarf4-gdb-index.exp: Likewise.
8591 * boards/fission.exp: Likewise.
8592 * boards/stabs.exp: Likewise.
8593
e3919f3e
PA
85942017-11-30 Pedro Alves <palves@redhat.com>
8595
8596 * gdb.linespec/cpls-ops.exp
8597 (check_explicit_skips_function_argument): Extract the underlying
8598 type of size_t instead of hardcoding it.
8599
bd69330d
PA
86002017-11-29 Pedro Alves <palves@redhat.com>
8601
8602 PR c++/19436
8603 * gdb.linespec/cpls-abi-tag.cc: New file.
8604 * gdb.linespec/cpls-abi-tag.exp: New file.
8605
a20714ff
PA
86062017-11-29 Pedro Alves <palves@redhat.com>
8607
8608 * gdb.base/langs.exp: Use -qualified.
8609 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
8610 it.
8611 * gdb.cp/namespace.exp: Use -qualified.
8612 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
8613 (overload-3, template-overload, template-ret-type, const-overload)
8614 (const-overload-quoted, anon-ns, ambiguous-prefix): New
8615 procedures.
8616 (test_driver): Call them.
8617 * gdb.cp/save-bp-qualified.cc: New.
8618 * gdb.cp/save-bp-qualified.exp: New.
8619 * gdb.linespec/explicit.exp: Test -qualified.
8620 * lib/completion-support.exp (completion::explicit_opts_list): Add
8621 "-qualified".
8622 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
8623
f6f1d339
PM
86242017-11-29 Phil Muldoon <pmuldoon@redhat.com>
8625
8626 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
8627
02ca603a
TT
86282017-11-29 Tom Tromey <tom@tromey.com>
8629
8630 * gdb.base/relocate.exp: Update invalid argument test.
8631 Add new tests for invalid arguments.
8632
ed6c0bfb
TP
86332017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
8634
8635 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
8636 Return 0 as a long.
8637 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
8638
f106e10e
TP
86392017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
8640
8641 * gdb.cp/breakpoint.cc (bar): Set return type to void.
8642 * gdb.cp/psymtab-parameter.cc (func): Likewise.
8643 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
8644 func ().
8645 * gdb.cp/shadow.cc (B.func): Return 0.
8646
10329bb2
JB
86472017-11-27 Joel Brobecker <brobecker@adacore.com>
8648
8649 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
8650 expected output in gdb_expect call to allow the exception
8651 message to be present as well. Fix syntax confusion to avoid
8652 TCL thinking that exception_name is an array.
8653
617cd4bc
UW
86542017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
8655
8656 * gdb.arch/spu-info.c: Include <unistd.h>.
8657 (do_signal_test): Fix broken calls to write.
8658 * gdb.arch/spu-info.exp: Use prepare_for_testing.
8659 Fix checks for empty mailboxes. Update signal tests for corrected
8660 do_signal_test routine. Allow nonzero event status.
58f7f0bf
UW
8661 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
8662 * gdb.cell/arch.exp: Use standard_output_file.
8663 * gdb.cell/break.exp: Likewise.
8664 * gdb.cell/bt.exp: Likewise.
8665 * gdb.cell/core.exp: Likewise.
8666 * gdb.cell/dwarfaddr.exp: Likewise.
8667 * gdb.cell/ea-cache.exp: Likewise.
8668 * gdb.cell/ea-standalone.exp: Likewise.
8669 * gdb.cell/f-regs.exp: Likewise.
8670 * gdb.cell/fork.exp: Likewise.
8671 * gdb.cell/gcore.exp: Likewise.
8672 * gdb.cell/mem-access.exp: Likewise.
8673 * gdb.cell/ptype.exp: Likewise.
8674 * gdb.cell/registers.exp: Likewise.
8675 * gdb.cell/sizeof.exp: Likewise.
8676 * gdb.cell/solib-symbol.exp: Likewise.
8677 * gdb.cell/solib.exp: Likewise.
617cd4bc 8678
a81aaca0
PA
86792017-11-25 Pedro Alves <palves@redhat.com>
8680
8681 * gdb.base/complete-empty.exp: New file.
8682 * gdb.base/completion.exp: Adjust.
8683
6a3c6ee4
PA
86842017-11-25 Pedro Alves <palves@redhat.com>
8685
8686 * gdb.linespec/cpls-ops.cc: New file.
8687 * gdb.linespec/cpls-ops.exp: New file.
8688 * lib/completion-support.exp (test_complete_prefix_range_re): New,
8689 factored out from ...
8690 (test_complete_prefix_range): ... this.
8691
8955eb2d
PA
86922017-11-24 Pedro Alves <palves@redhat.com>
8693
8694 * gdb.linespec/cpcompletion.exp: New file.
8695 * gdb.linespec/cpls-hyphen.cc: New file.
8696 * gdb.linespec/cpls.cc: New file.
8697 * gdb.linespec/cpls2.cc: New file.
8698 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
8699 test to use test_gdb_complete_unique. Add label completion,
8700 keyword completion and explicit location completion tests.
8701 * lib/completion-support.exp: New file.
8702
e547c119
JB
87032017-11-24 Joel Brobecker <brobecker@adacore.com>
8704
8705 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
8706 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
8707 when hitting an exception catchpoint.
8708
7c3c1aa8
YQ
87092017-11-22 Yao Qi <yao.qi@linaro.org>
8710
8711 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
8712
41bd68f5
SM
87132017-11-22 Simon Marchi <simon.marchi@ericsson.com>
8714
8715 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
8716 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
8717 * gdb.dwarf2/info-locals-optimized-out.c: New file.
8718
1daad298
YQ
87192017-11-22 Yao Qi <yao.qi@linaro.org>
8720
8721 * gdb.base/info-os.exp: Pass pthreads.
8722 * gdb.multi/multi-attach.exp: Likewise.
8723
88465e87
YQ
87242017-11-22 Yao Qi <yao.qi@linaro.org>
8725
8726 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
8727 compiler.
8728
dc196b23
YQ
87292017-11-22 Yao Qi <yao.qi@linaro.org>
8730
8731 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
8732 * gdb.base/break-interp.exp: Likewise.
8733 * gdb.base/jit-attach-pie.exp: Likewise.
8734
2400729e
UW
87352017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
8736
8737 * gdb.base/float128.c (large128): New variable.
8738 * gdb.base/float128.exp: Add test to print largest __float128 value.
8739
7a26362d
UW
87402017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
8741
8742 * gdb.arch/vsx-regs.exp: Update register content checks.
8743
ed0f4273
UW
87442017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
8745
8746 * gdb.arch/ppc-longdouble.exp: New file.
8747 * gdb.arch/ppc-longdouble.c: Likewise.
8748
a25d69c6
PA
87492017-11-21 Pedro Alves <palves@redhat.com>
8750
8751 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
8752
73fcf641
PA
87532017-11-20 Pedro Alves <palves@redhat.com>
8754
8755 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
8756 (long_double_typedef): New typedefs.
8757 Use DEF on double and long double.
8758 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
8759 cases.
8760 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
8761 and 'long_double_ptr_same_size' locals. Use them to decide
8762 whether cast from array/function to float is valid/invalid.
8763
71a3c369
TT
87642017-11-17 Tom Tromey <tom@tromey.com>
8765
8766 * gdb.rust/traits.rs: New file.
8767 * gdb.rust/traits.exp: New file.
8768
ced9779b
JB
87692017-11-17 Joel Brobecker <brobecker@adacore.com>
8770
8771 * gdb.ada/minsyms: New testcase.
8772
a0922d80
PA
87732017-11-16 Pedro Alves <palves@redhat.com>
8774
8775 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
8776 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
8777
ea04e54c
PA
87782017-11-16 Pedro Alves <palves@redhat.com>
8779
8780 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
8781 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
8782
e849ea89
PA
87832017-11-16 Pedro Alves <palves@redhat.com>
8784
8785 * gdb.server/reconnect-ctrl-c.c: New file.
8786 * gdb.server/reconnect-ctrl-c.exp: New file.
8787
d8ae99a7
PM
87882017-11-16 Phil Muldoon <pmuldoon@redhat.com>
8789
8790 * gdb.python/py-rbreak.exp: New file.
8791 * gdb.python/py-rbreak.c: New file.
8792 * gdb.python/py-rbreak-func2.c: New file.
8793
968a13f8
PA
87942017-11-16 Pedro Alves <palves@redhat.com>
8795
8796 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
8797 pattern.
8798 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
8799 GDB.
8800
71774bc9
SM
88012017-11-15 Simon Marchi <simon.marchi@ericsson.com>
8802
8803 * gdb.tui/completionn.exp (test_tab_completion): Add space in
8804 regex.
8805
ddbb44cf
SM
88062017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
8807
8808 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
8809 test names.
8810
584a564f
PA
88112017-11-09 Pedro Alves <palves@redhat.com>
8812
8813 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
8814 factored out from ...
8815 (top level): ... here, and adjusted to avoid expecting beyond the
8816 prompt in a single gdb_test_multiple.
8817
5ed7a928
PA
88182017-11-09 Pedro Alves <palves@redhat.com>
8819
8820 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
8821 output.
8822 * gdb.server/ext-attach.exp ("kill" test): Likewise.
8823 * gdb.server/ext-restart.exp ("kill" test): Likewise.
8824 * gdb.server/ext-run.exp ("kill" test): Likewise.
8825 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
8826
a60e0738
PA
88272017-11-09 Pedro Alves <palves@redhat.com>
8828
8829 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
8830 match till end of line.
8831
2c88253f
PA
88322017-11-09 Pedro Alves <palves@redhat.com>
8833
8834 * gdb.base/memattr.exp: Tighten regexes to match the end line.
8835
c7a38517
PA
88362017-11-09 Pedro Alves <palves@redhat.com>
8837
8838 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
8839 New procedures, factored out from ...
8840 (top level): ... here, and adjusted to avoid expecting beyond the
8841 prompt in one go.
8842
f29f4b6b
PA
88432017-11-09 Pedro Alves <palves@redhat.com>
8844
8845 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
8846 output. Fix '?' match.
8847
286acbb5
JB
88482017-11-08 Joel Brobecker <brobecker@adacore.com>
8849
8850 * gdb.ada/scoped_watch: New testcase.
8851 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
8852 which is actually correct.
8853 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
8854 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
8855
62d7ae92
PA
88562017-11-08 Pedro Alves <palves@redhat.com>
8857
8858 * gdb.gdb/complaints.exp (test_initial_complaints)
8859 (test_serial_complaints, test_short_complaints): Call
8860 complaint_internal instead of complaint.
8861
280ca31f
DT
88622017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
8863
8864 * gdb.threads/tls-core.c: New file.
8865 * gdb.threads/tls-core.exp: Likewise.
8866
b5ec771e
PA
88672017-11-08 Pedro Alves <palves@redhat.com>
8868
8869 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
8870 (p Exported_Capitalized): New test.
8871 (p exported_capitalized): New test.
8872
a02b41a7
PA
88732017-11-07 Pedro Alves <palves@redhat.com>
8874
8875 * gdb.cp/ena-dis-br-range.exp: Add more tests.
8876
95e95a6d
PA
88772017-11-07 Pedro Alves <palves@redhat.com>
8878
8879 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
8880 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
8881 (disable_invalid, disable_inverted, disable_negative): New
8882 procedures.
8883 ("bad numbers"): New set of tests.
8884
cee62dbd
PA
88852017-11-07 Pedro Alves <palves@redhat.com>
8886
8887 * gdb.cp/ena-dis-br-range.exp: Add tests.
8888
cc638e86
PA
88892017-11-07 Pedro Alves <palves@redhat.com>
8890
8891 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
8892
d0fe4701
XR
88932017-11-07 Xavier Roirand <roirand@adacore.com>
8894 Pedro Alves <palves@redhat.com>
8895
8896 * gdb.base/ena-dis-br.exp: Add reference to
8897 gdb.cp/ena-dis-br-range.exp.
8898 * gdb.cp/ena-dis-br-range.exp: New file.
8899 * gdb.cp/ena-dis-br-range.cc: New file.
8900
46f67f80
PA
89012017-11-06 Pedro Alves <palves@redhat.com>
8902
8903 * gdb.base/attach-non-pgrp-leader.c: New.
8904 * gdb.base/attach-non-pgrp-leader.exp: New.
8905
726e1356
PA
89062017-11-06 Pedro Alves <palves@redhat.com>
8907
8908 * configure.ac: No longer check for termio.h and sgtty.h.
8909 * configure: Regenerate.
8910 * remote-utils.c: Include termios.h instead of gdb_termios.h.
8911 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
8912 Remove termio and sgtty code.
8913
50ab6ace
YQ
89142017-11-03 Yao Qi <yao.qi@linaro.org>
8915
8916 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
8917 in GDB is disabled.
8918
8e68731c
YQ
89192017-11-03 Yao Qi <yao.qi@linaro.org>
8920
8921 * gdb.python/py-thrhandle.exp: Skip it if python is not
8922 enabled.
8923
3a87ae65
SM
89242017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
8925
8926 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
8927 as a breakpoint command.
8928
484d8d36
MD
89292017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
8930
8931 PR python/21213
8932 * gdb.python/py-infthread.exp: Test calling
8933 InferiorThread.inferior () multiple times in a row.
8934
4a27f119
KS
89352017-10-27 Keith Seitz <keiths@redhat.com>
8936
8937 * gdb.opt/inline-break.exp (break_info_1): New procedure.
8938 Test "info break" for every inlined function breakpoint.
8939
bb11dd58
YQ
89402017-10-27 Yao Qi <yao.qi@linaro.org>
8941
8942 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
8943
a43f3893
PF
89442017-10-26 Patrick Frants <osscontribute@gmail.com>
8945
8946 * gdb.cp/classes.exp (test_static_members): Test printing
8947 Outer::instance.
8948 * gdb.cp/classes.c (struct Inner, struct Outer): New.
8949 (Inner::instance, Outer::instance): New.
8950
792ccf00
PA
89512017-10-24 Pedro Alves <palves@redhat.com>
8952
8953 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
8954 extra console" test in two stages.
8955
eb2bfbad
PA
89562017-10-24 Pedro Alves <palves@redhat.com>
8957
8958 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
8959
1f75a651
PA
89602017-10-24 Pedro Alves <palves@redhat.com>
8961
8962 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
8963 loop.
8964
779990d9
PA
89652017-10-24 Pedro Alves <palves@redhat.com>
8966
8967 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
8968 $attempt" and "stoppedtry $stoppedtry" test prefixes.
8969
ad9b8f5d
PA
89702017-10-24 Pedro Alves <palves@redhat.com>
8971
8972 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
8973 parameter and handle it. Don't output read value in test name.
8974
fee6da6e
PA
89752017-10-24 Pedro Alves <palves@redhat.com>
8976
8977 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
8978 custom test name.
8979
10389c2c
PA
89802017-10-24 Pedro Alves <palves@redhat.com>
8981
8982 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
8983 include the unstable output directory name in the test's name.
8984 (initial_setup_simple) <'set args'>: Use custom test name.
8985
a80e65a9
PA
89862017-10-24 Pedro Alves <palves@redhat.com>
8987
8988 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
8989 with explicit test name.
8990
15763a09
PA
89912017-10-20 Pedro Alves <palves@redhat.com>
8992
8993 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
8994 'wait -i'. Use gdb_assert and remote_close.
8995
49a4ce2e
AB
89962017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
8997
8998 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
8999 number from variable rather than hard-coded.
9000
a75868f5
PA
90012017-10-19 Pedro Alves <palves@redhat.com>
9002
9003 * gdb.base/long-inferior-output.c: New file.
9004 * gdb.base/long-inferior-output.exp: New file.
9005
c8ba13ad
KS
90062017-11-18 Keith Seitz <keiths@redhat.com>
9007
9008 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
9009 method.
9010 (main): Call it.
9011 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
9012 Add additional user-defined conversion operator tests.
9013
b27de576
PA
90142017-10-17 Pedro Alves <palves@redhat.com>
9015
9016 * boards/native-stdio-gdbserver.exp: Load "local-board".
9017
8484c955
PA
90182017-10-17 Pedro Alves <palves@redhat.com>
9019
9020 * gdb.base/quit-live.c: New file.
9021 * gdb.base/quit-live.exp: New file.
9022
83d5a34d
KS
90232017-10-16 Keith Seitz <keiths@redhat.com>
9024
9025 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
9026 (class_with_protected_typedef, class_with_private_typedef)
9027 (struct_with_public_typedef, struct_with_protected_typedef)
9028 (struct_with_private_typedef): New classes/structs.
9029 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
9030 typedefs and access specifiers.
9031
739b3f1d
PA
90322017-10-16 Pedro Alves <palves@redhat.com>
9033 Simon Marchi <simon.marchi@polymtl.ca>
9034
9035 * README (Local vs Remote vs Native): New section.
9036 * boards/local-board.exp: New file, with bits factored out from
9037 ...
9038 * boards/native-extended-gdbserver.exp: ... here. Load
9039 "local-board".
9040 * boards/native-gdbserver.exp: Load "local-board".
9041 (${board}_spawn, ${board}_exec): Delete.
9042 * boards/native-stdio-gdbserver.exp: Most contents factored out to
9043 ...
9044 * boards/stdio-gdbserver-base.exp: ... this new file.
9045 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
9046 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
9047 procedure.
9048 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
9049 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
9050 stdio_gdbserver_command.
9051 (${board}_get_remote_address, ${board}_get_comm_port)
9052 (${board}_download, ${board}_upload): Delete.
9053 (get_target_remote_pipe_cmd): New.
9054
fe68b953
SM
90552017-10-16 Simon Marchi <simon.marchi@ericsson.com>
9056
9057 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
9058 test_bkpt_deletion, test_bkpt_cond_and_cmds,
9059 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
9060 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
9061 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
9062 remove with_test_prefix.
9063
300b6685
PA
90642017-10-13 Pedro Alves <palves@redhat.com>
9065
9066 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
9067 * gdb.base/annota1.exp: Use it instead of is_remote.
9068 * gdb.base/annota3.exp: Use it instead of is_remote.
9069 * gdb.cp/annota2.exp: Use it instead of is_remote.
9070 * gdb.cp/annota3.exp: Use it instead of is_remote.
9071 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
9072
50500caf
PA
90732017-10-13 Pedro Alves <palves@redhat.com>
9074
9075 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
9076 (test_num_test_vars, run_and_count_vars, find_env)
9077 (test_set_unset_env, test_inherit_env_var): New procedures.
9078 (top level): Use them.
9079
dad0c6d2
PA
90802017-10-13 Pedro Alves <palves@redhat.com>
9081
9082 * lib/selftest-support.exp (selftest_setup): Extend comments, and
9083 also skip on stub-like targets.
9084
8b0553c1
PA
90852017-10-13 Pedro Alves <palves@redhat.com>
9086
9087 PR gdb/22293
9088 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
9089 (top level): Move some tests to ...
9090 (test_not_found): ... this new procedure.
9091 (top level): Call it.
9092
7594f623
PA
90932017-10-13 Pedro Alves <palves@redhat.com>
9094
9095 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
9096 expect different "info terminal" output if testing with a
9097 non-native target.
9098
ebe3b402
PA
90992017-10-13 Pedro Alves <palves@redhat.com>
9100 Simon Marchi <simon.marchi@polymtl.ca>
9101
9102 PR python/12966
9103 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
9104
42f1b161
PA
91052017-10-13 Pedro Alves <palves@redhat.com>
9106
9107 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
9108 already.
9109
8d6ef72b
PA
91102017-10-13 Pedro Alves <palves@redhat.com>
9111
9112 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
9113 is_remote.
9114
d7bcd5b8
PA
91152017-10-13 Pedro Alves <palves@redhat.com>
9116
9117 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
9118 is_remote.
9119
df479dc6
PA
91202017-10-13 Pedro Alves <palves@redhat.com>
9121
9122 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
9123 is set.
9124 (corefile_test_attach): Likewise. Check can_spawn_for_attach
9125 instead of is_remote.
9126
23fb630a
PA
91272017-10-13 Pedro Alves <palves@redhat.com>
9128
9129 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
9130 (top level): Add comment.
9131
cc77b1dc
PA
91322017-10-13 Pedro Alves <palves@redhat.com>
9133
9134 * gdb.base/remote.exp (top level): Fix comment typo and add
9135 missing return.
9136
27c9e813
PA
91372017-10-13 Pedro Alves <palves@redhat.com>
9138 Simon Marchi <simon.marchi@polymtl.ca>
9139
9140 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
9141 calls and add comments. Skip test if use_gdb_stub is set.
9142 (top level): Use "set cwd" command instead of "cd" command.
9143
5e830d98
PA
91442017-10-13 Pedro Alves <palves@redhat.com>
9145
9146 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
9147 is_remote target check.
9148
f5ca0032
PA
91492017-10-13 Pedro Alves <palves@redhat.com>
9150
9151 * gdb.base/scope.exp: Use build_executable + clean_restart +
9152 gdb_file_cmd instead of prepare_for_testing and no longer skip
9153 "before run" tests on is_remote target boards. Update comments.
9154 * boards/native-extended-gdbserver.exp
9155 (extended_gdbserver_load_last_file): New, factored out from ...
9156 (gdb_load): ... this. Move further below and add comment.
9157 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
9158
8aed1c0d
PA
91592017-10-12 Pedro Alves <palves@redhat.com>
9160
9161 * gdb.base/attach.exp: Remove references to gdb64.
9162 * gdb.base/dbx.exp: Remove references to gdb64.
9163
cfa34c87
SM
91642017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
9165 Pedro Alves <palves@redhat.com>
9166
9167 * gdb.base/label.exp: Remove is_remote target check.
9168
9192b7de
PA
91692017-10-12 Pedro Alves <palves@redhat.com>
9170
9171 * gdb.base/auvx.exp (coredir): Update comment.
9172 (top level) <core_works>: Use "set cwd" command instead of "cd"
9173 command.
9174
6bf0052d
PA
91752017-10-12 Pedro Alves <palves@redhat.com>
9176 Simon Marchi <simon.marchi@polymtl.ca>
9177
9178 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
9179 target boards.
9180
e48ef82d
PA
91812017-10-12 Pedro Alves <palves@redhat.com>
9182 Simon Marchi <simon.marchi@polymtl.ca>
9183
9184 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
9185 Instead skip if there's any gdb_protocol set.
9186
8d7aea57
SM
91872017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
9188 Pedro Alves <palves@redhat.com>
9189
9190 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
9191
30440677
PA
91922017-10-12 Pedro Alves <palves@redhat.com>
9193 Simon Marchi <simon.marchi@polymtl.ca>
9194
9195 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
9196 instead of on dejagnu remote boards.
9197
4e04f045 91982017-10-12 Pedro Alves <palves@redhat.com>
175654b9 9199 Simon Marchi <simon.marchi@polymtl.ca>
4e04f045
PA
9200
9201 * gdb.base/inferior-died.exp: Remove is_remote and isnative
9202 checks. Use build_executable + clean_restart instead of
9203 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
9204 of enabling non-stop after starting gdb.
9205
871a186e
PA
92062017-10-12 Pedro Alves <palves@redhat.com>
9207
9208 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
9209 * gdb.threads/non-ldr-exc-2.exp: Ditto.
9210 * gdb.threads/non-ldr-exc-3.exp: Ditto.
9211 * gdb.threads/non-ldr-exc-4.exp: Ditto.
9212
56d704da
AK
92132017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
9214
9215 * gdb.arch/arc-tdesc-cpu.exp: New file.
9216 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
9217
2f20e312
SM
92182017-10-10 Simon Marchi <simon.marchi@ericsson.com>
9219
9220 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
9221
65630365
PA
92222017-10-10 Pedro Alves <palves@redhat.com>
9223
9224 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
9225 expect CLI output.
9226
bf469271
PA
92272017-10-10 Pedro Alves <palves@redhat.com>
9228
9229 * lib/selftest-support.exp (selftest_setup): Update for
9230 captured_command_loop's prototype change.
9231
777a42f1
PA
92322017-10-09 Pedro Alves <palves@redhat.com>
9233
9234 Test both arch1=>arch2 and arch2=>arch1.
9235
9236 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
9237 (srcfile2, binfile2, march1, march2): Remove globals. Largely
9238 factored out to...
9239 (append_arch1_options, append_arch2_options, append_arch_options)
9240 (build_executables): New procedures.
9241 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
9242 local.
9243 (top level): Add new 'first_arch' testing axis.
9244
cbd2b4e3
PA
92452017-10-09 Pedro Alves <palves@redhat.com>
9246
9247 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
9248 (barrier): New.
9249 (thread_start, all_started): New functions.
9250 (main): Spawn new thread and wait until it is scheduled.
9251 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
9252 option.
9253 (do_test): Add 'selected_thread' parameter. Run to all_started
9254 instead of main. Explicitly set the breakpoint at main. Switch
9255 to the SELECTED_THREAD thread.
9256 (top level): Test handling the exec event with either the main
9257 thread or the second thread selected.
9258
5c9e4427
PA
92592017-10-09 Pedro Alves <palves@redhat.com>
9260
9261 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
9262 logic. Move STOP marker after the value checks.
9263 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
9264 regexp.
9265
b3b7c423
SL
92662017-10-06 Sandra Loosemore <sandra@codesourcery.com>
9267
9268 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
9269
3b4b2f16
UW
92702017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
9271
9272 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
9273 integer-to-dfp conversion.
9274 * gdb.base/dfp-test.exp: Likewise.
9275
5cd63fda
PA
92762017-10-04 Pedro Alves <palves@redhat.com>
9277
9278 * gdb.multi/hangout.c: Include <unistd.h>.
9279 (hangout_loop): New function.
9280 (main): Call alarm. Call hangout_loop in a loop.
9281 * gdb.multi/hello.c: Include <unistd.h>.
9282 (hello_loop): New function.
9283 (main): Call alarm. Call hangout_loop in a loop.
9284 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
9285 inferior with the other selected.
9286
4c71c105
SM
92872017-10-04 Simon Marchi <simon.marchi@ericsson.com>
9288
9289 * gdb.mi/list-thread-groups-available.exp: New file.
9290 * gdb.mi/list-thread-groups-available.c: New file.
9291
bc3b087d
SDJ
92922017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
9293
9294 * gdb.base/set-cwd.exp: Make it available on
9295 native-extended-gdbserver.
9296
d092c5a2
SDJ
92972017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
9298
9299 * gdb.base/set-cwd.c: New file.
9300 * gdb.base/set-cwd.exp: Likewise.
9301
45320ffa
TT
93022017-10-02 Tom Tromey <tom@tromey.com>
9303
9304 PR rust/22236:
9305 * gdb.rust/simple.rs (main): New variable "fslice".
9306 * gdb.rust/simple.exp: Add slice tests. Update string tests.
9307
b3e3859b
TT
93082017-10-02 Tom Tromey <tom@tromey.com>
9309
9310 * gdb.rust/simple.exp: Test ptype of a slice.
9311
01af5e0d
TT
93122017-10-02 Tom Tromey <tom@tromey.com>
9313
9314 * gdb.rust/simple.exp: Test index of slice.
9315
a9bbfbd8
TT
93162017-09-27 Tom Tromey <tom@tromey.com>
9317
9318 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
9319
df8899e5
TP
93202017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
9321 Pedro Alves <palves@redhat.com>
9322
9323 * gdb.base/compare-sections.exp (get value of read-only section): Read
9324 as unsigned value.
9325 (corrupt read-only section): Likewise and don't set written if patching
9326 failed.
9327
757bf54b
KB
93282017-09-21 Kevin Buettner <kevinb@redhat.com>
9329
9330 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
9331 files.
9332
06871ae8
PA
93332017-09-20 Pedro Alves <palves@redhat.com>
9334
9335 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
9336 symbol names in gdb's output.
9337 * gdb.cp/overload.exp ("list all overloads"): Likewise.
9338
e5f25bc5
PA
93392017-09-20 Pedro Alves <palves@redhat.com>
9340
9341 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
9342 Rename to ...
9343 (test_list_ambiguous_symbol): ... this and add a symbol name
9344 parameter. Adjust.
9345 (test_list_ambiguous_function): Reimplement on top of
9346 test_list_ambiguous_symbol and also test listing ambiguous
9347 variables.
9348 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
9349 (ambiguous_fun): ... this.
9350 (ambiguous_var): New.
9351 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
9352 (ambiguous_fun): ... this.
9353 (ambiguous_var): New.
9354
4e5a4f58
JB
93552017-09-19 John Baldwin <jhb@FreeBSD.org>
9356
9357 * gdb.base/starti.c: New file.
9358 * gdb.base/starti.exp: New file.
9359 * lib/gdb.exp (gdb_starti_cmd): New procedure.
9360
26e53f3e
PA
93612017-09-14 Pedro Alves <palves@redhat.com>
9362
9363 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
9364 (top level): Use it instead of runto.
9365
cb791d59
TT
93662017-09-11 Tom Tromey <tom@tromey.com>
9367
9368 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
9369
7c96f8c1
TT
93702017-09-11 Tom Tromey <tom@tromey.com>
9371
9372 * gdb.python/py-infthread.exp: Add tests for new_thread event.
9373 * gdb.python/py-inferior.exp: Add tests for new inferior events.
9374
469412dd
CW
93752017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
9376
9377 * gdb.fortran/printing-types.exp: New file.
9378 * gdb.fortran/printing-types.exp: New file.
9379
e0f86435
BH
93802017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
9381
9382 * gdb.fortran/vla-ptype.exp: Fix typos.
9383 * gdb.fortran/vla-value.exp: Same.
9384
9e9af4be
BH
93852017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
9386
9387 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
9388 * gdb.mi/mi-var-child-f.exp: Likewise.
9389 * gdb.mi/mi-vla-fortran.exp: Likewise.
9390
a5ad232b 93912017-09-08 Frank Penczek <frank.penczek@intel.com>
e79be6e5
SM
9392 Christoph Weinmann <christoph.t.weinmann@intel.com>
9393 Bernhard Heckel <bernhard.heckel@intel.com>
a5ad232b
FP
9394
9395 * gdb.fortran/ptr-indentation.f90: New file.
9396 * gdb.fortran/ptr-indentation.exp: New file.
9397
5aec60eb
TT
93982017-09-05 Tom Tromey <tom@tromey.com>
9399
9400 PR gdb/22010:
9401 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
9402
8f8f8152
TP
94032017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
9404
9405 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
9406
fbd1b771
JK
94072017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
9408
9409 * gdb.threads/tls-nodebug-pie.c: New file.
9410 * gdb.threads/tls-nodebug-pie.exp: New file.
9411
5eb5f850
TT
94122017-09-05 Tom Tromey <tom@tromey.com>
9413
9414 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
9415 for rust.
9416
ae780a21
SM
94172017-09-05 Simon Marchi <simon.marchi@ericsson.com>
9418
9419 * gdb.multi/multi-arch-exec.exp: Test with different
9420 "follow-exec-mode" settings.
9421 (do_test): New procedure.
9422
3693fdb3
PA
94232017-09-04 Pedro Alves <palves@redhat.com>
9424
9425 * gdb.base/func-static.c (S::method const, S::method volatile)
9426 (S::method volatile const): New methods.
9427 (c_s, v_s, cv_s): New instances.
9428 (main): Call method() on them.
9429 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
9430 (cannot_resolve): New procedure.
9431 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
9432 print-quote-unquoted columns.
9433 (do_test): Test printing each scope too.
9434
e68cb8e0
PA
94352017-09-04 Pedro Alves <palves@redhat.com>
9436
9437 * gdb.base/local-static.exp: Also test with
9438 class::method::variable wholly quoted.
9439 * gdb.cp/m-static.exp (class::method::variable): Remove test.
9440
858be34c
PA
94412017-09-04 Pedro Alves <palves@redhat.com>
9442
9443 * gdb.base/local-static.c: New.
9444 * gdb.base/local-static.cc: New.
9445 * gdb.base/local-static.exp: New.
9446
46a4882b
PA
94472017-09-04 Pedro Alves <palves@redhat.com>
9448
9449 * gdb.asm/asm-source.exp: Add casts to int.
9450 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
9451 (dataglobal64_1, dataglobal64_2): New globals.
9452 * gdb.base/nodebug.exp: Test different expressions involving the
9453 new globals, with print, whatis and ptype. Add casts to int.
9454 * gdb.base/solib-display.exp: Add casts to int.
9455 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
9456 * gdb.cp/m-static.exp: Add cast to int.
9457 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
9458 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
9459 tls variable with no debug info without a cast. Test with a cast
9460 to int too.
9461 * gdb.trace/entry-values.exp: Add casts.
9462
2c5a2be1
PA
94632017-09-04 Pedro Alves <palves@redhat.com>
9464
9465 * gdb.base/nodebug.exp: Test that ptype's error about functions
9466 with unknown return type includes the function name too.
9467
7022349d
PA
94682017-09-04 Pedro Alves <palves@redhat.com>
9469
9470 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
9471 return type of munmap in infcall.
9472 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
9473 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
9474 type of ftell in infcall.
9475 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
9476 type of getpid in infcall.
9477 * gdb.base/infcall-exec.exp: Cast return type of execlp in
9478 infcall.
9479 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
9480 Bail on failure to extract the pid.
9481 * gdb.base/nodebug.c: #include <stdint.h>.
9482 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
9483 New functions.
9484 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
9485 Change expected output of print/whatis/ptype with functions with
9486 no debug info. Test all supported languages. Call
9487 test_call_promotion.
9488 * gdb.compile/compile.exp: Adjust expected output to expect
9489 warning.
9490 * gdb.threads/siginfo-threads.exp: Likewise.
9491
54990598
PA
94922017-09-04 Pedro Alves <palves@redhat.com>
9493
9494 * gdb.base/callfuncs.exp (do_function_calls): New parameter
9495 "prototypes". Test calling float functions via prototyped and
9496 unprototyped function pointers.
9497 (perform_all_tests): New parameter "prototypes". Pass it down.
9498 (top level): Pass down "prototypes" parameter to
9499 perform_all_tests.
9500
34d16ea2
SM
95012017-09-04 Simon Marchi <simon.marchi@ericsson.com>
9502
9503 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
9504 Test with nested loops.
9505
9521ecda
SM
95062017-09-04 Simon Marchi <simon.marchi@ericsson.com>
9507
9508 * gdb.base/commands.exp: Call the new procedures.
9509 (loop_break_test, loop_continue_test): New procedures.
9510
80a65e9b
SM
95112017-09-04 Simon Marchi <simon.marchi@ericsson.com>
9512
9513 * gdb.base/commands.exp: Call new procedure.
9514 (define_if_without_arg_test): New procedure.
9515
e439fa14
PA
95162017-09-04 Pedro Alves <palves@redhat.com>
9517
9518 * gdb.base/list-ambiguous.exp: New file.
9519 * gdb.base/list-ambiguous0.c: New file.
9520 * gdb.base/list-ambiguous1.c: New file.
9521 * gdb.base/list.exp (test_list_range): Adjust expected output.
9522
0a2dde4a
SDJ
95232017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
9524
9525 * gdb.base/share-env-with-gdbserver.c: New file.
9526 * gdb.base/share-env-with-gdbserver.exp: Likewise.
9527
5e89eb3a
SM
95282017-08-28 Simon Marchi <simon.marchi@ericsson.com>
9529
9530 * gdb.base/commands.exp (gdbvar_simple_if_test,
9531 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
9532 progvar_simple_if_test, progvar_simple_while_test,
9533 progvar_complex_if_while_test, user_defined_command_test,
9534 user_defined_command_args_eval,
9535 user_defined_command_args_stack_test,
9536 user_defined_command_manyargs_test, bp_deleted_in_command_test,
9537 temporary_breakpoint_commands,
9538 gdb_test_no_prompt, redefine_hook_test,
9539 redefine_backtrace_test): Remove "global gdb_prompt".
9540
fd437cbc
SM
95412017-08-28 Simon Marchi <simon.marchi@ericsson.com>
9542
9543 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
9544 New proc, call it from toplevel.
9545
87215ad1
SDJ
95462017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
9547
9548 PR remote/21852
9549 * gdb.server/normal.c: New file, copied from gdb.base.
9550 * gdb.server/run-without-local-binary.exp: New file.
9551
58afddc6
WP
95522017-08-07 Weimin Pan <weimin.pan@oracle.com>
9553
9554 * gdb.arch/sparc64-adi.exp: New file.
9555 * gdb.arch/sparc64-adi.c: New file.
9556
5277199a
PA
95572017-08-22 Pedro Alves <palves@redhat.com>
9558
9559 * gdb.cp/overload.exp (line_range_pattern): New procedure.
9560 (top level): Add "list all overloads" tests.
9561
14278e1f
TT
95622017-08-22 Tom Tromey <tom@tromey.com>
9563
9564 * gdb.gdb/xfullpath.exp: Remove.
9565
bf223d3e
PA
95662017-08-21 Pedro Alves <palves@redhat.com>
9567
9568 PR gdb/19487
9569 * gdb.base/symbol-alias.c: New.
9570 * gdb.base/symbol-alias2.c: New.
9571 * gdb.base/symbol-alias.exp: New.
9572
c973d0aa
PA
95732017-08-21 Pedro Alves <palves@redhat.com>
9574
9575 * gdb.base/dfp-test.c
9576 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
9577 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
9578 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
9579 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
9580 * gdb.base/whatis-ptype-typedefs.c: New.
9581 * gdb.base/whatis-ptype-typedefs.exp: New.
9582 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
9583 (an_int, an_int_type, an_int_type2): New globals.
9584 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
9585 involving typedefs and cast expressions.
9586 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
9587 (lookup_typedefs_function): New.
9588 (typedefs_pretty_printers_dict): New.
9589 (top level): Register lookup_typedefs_function in
9590 gdb.pretty_printers.
9591
6d580b63
YQ
95922017-08-18 Yao Qi <yao.qi@linaro.org>
9593
9594 * gdb.server/unittest.exp: New.
9595
206726fb
SDJ
95962017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
9597
9598 PR gdb/21954
9599 * gdb.base/environ.exp: Add test to check if 'unset environment'
9600 works.
9601
bf0ec4c2
AA
96022017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
9603
9604 * lib/gdb.exp (universal_compile_options): New caching proc.
9605 (gdb_compile): Suppress GCC's coloring of messages.
9606
d6382fff
TT
96072017-08-14 Tom Tromey <tom@tromey.com>
9608
9609 PR gdb/21675:
9610 * gdb.base/printcmds.exp (test_radices): New function.
9611 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
9612 * gdb.base/sizeof.exp (check_valueof): Use p/d.
9613 * lib/gdb.exp (get_integer_valueof): Use p/d.
9614
c2c2dd9f
SM
96152017-08-12 Simon Marchi <simon.marchi@ericsson.com>
9616
9617 * lib/gdb.exp (get_valueof): Don't capture end-of-line
9618 characters.
9619
fdffd6f4
TT
96202017-08-05 Tom Tromey <tom@tromey.com>
9621
9622 * gdb.rust/simple.exp: Allow String to appear in a different
9623 namespace.
9624
27d41eac
YQ
96252017-07-26 Yao Qi <yao.qi@linaro.org>
9626
9627 * gdb.gdb/unittest.exp: Invoke command
9628 "maintenance check xml-descriptions".
9629
031ed05d
AA
96302017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
9631
9632 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
9633 calling context.
9634 (hex128): Drop erroneous calculation of parameters.
9635
dcd27ddf
SM
96362017-07-22 Simon Marchi <simon.marchi@ericsson.com>
9637
9638 * gdb.python/py-unwind.exp: Disable stack protection when
9639 building test file.
9640
47e77640
PA
96412017-07-20 Pedro Alves <palves@redhat.com>
9642
9643 * gdb.base/default.exp (set language): Adjust expected output.
9644
62d2a18a
PA
96452017-07-20 Pedro Alves <palves@redhat.com>
9646
9647 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
9648 (test_minsym): ... this, and make static.
9649 (get_pck__foo__bar__minsym): Rename to ...
9650 (get_test_minsym): ... this.
9651 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
9652 symbol names and comments.
9653 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
9654 (get_test_minsym): ... this.
9655 (pck__foo__bar__minsym__2): Rename to ...
9656 (test_minsym): ... this.
9657 (main): Adjust.
9658
c45ec17c
PA
96592017-07-17 Pedro Alves <palves@redhat.com>
9660
9661 * gdb.base/completion.exp: Adjust expected output.
9662 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
9663 the completer works.
9664
c6756f62
PA
96652017-07-17 Pedro Alves <palves@redhat.com>
9666
9667 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
9668
5bd68487
AB
96692017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
9670
9671 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
9672
8880f2a9
TT
96732017-07-14 Tom Tromey <tom@tromey.com>
9674
9675 PR rust/21764:
9676 * gdb.rust/simple.exp: Add tests.
9677
65547233
TT
96782017-07-14 Tom Tromey <tom@tromey.com>
9679
9680 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
9681
8f14146e
PA
96822017-07-14 Pedro Alves <palves@redhat.com>
9683
9684 * gdb.linespec/base/one/thefile.cc (z1): New function.
9685 * gdb.linespec/base/two/thefile.cc (z2): New function.
9686 * gdb.linespec/linespec.exp: Add tests.
9687
b4365d02
AB
96882017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
9689
9690 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
9691 to mi_create_breakpoint.
9692
5d2cbaa5
AB
96932017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
9694
9695 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
9696 mi_create_breakpoint.
9697
11cb5716
IB
96982017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
9699
9700 * gdb.dlang/demangle.exp: Update for demangling changes.
9701
03278692
TT
97022017-07-09 Tom Tromey <tom@tromey.com>
9703
9704 * gdb.dwarf2/shortpiece.exp: New file.
9705
33c5cd75
DB
97062017-07-06 David Blaikie <dblaikie@gmail.com>
9707
9708 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
9709 built from fissiont-multi-cu{1,2}.c.
9710 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
9711 except putting 'main' and 'func' in separate CUs in the same DWO file.
9712 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
9713 test.
9714 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
9715 test.
9716
8455d262
PA
97172017-07-06 Pedro Alves <palves@redhat.com>
9718
9719 * gdb.python/py-unwind.exp: Test flushregs.
9720
dc4bde35
SDJ
97212017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
9722
9723 PR cli/21688
9724 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
9725 tests for alias commands and trailing whitespace.
9726
51ed89aa
SDJ
97272017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
9728
9729 PR cli/21688
9730 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
9731 procedure. Call it.
9732
eb17d413
PA
97332017-06-29 Pedro Alves <palves@redhat.com>
9734
9735 * gdb.base/printcmds.exp: Add tests.
9736
41664b45
DG
97372017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
9738
9739 PR gdb/21337
9740 * gdb.base/reread-readsym.exp: New file.
9741 * gdb.base/reread-readsym.c: New file.
9742
75312ae3
KB
97432017-06-21 Kevin Buettner <kevinb@redhat.com>
9744
9745 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
9746 subpattern.
9747
66953522
PB
97482017-06-19 Peter Bergner <bergner@vnet.ibm.com>
9749
9750 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
9751 extended mnemonic.
9752 * gdb.arch/powerpc-power9.s: Likewise.
9753
5524b525
AA
97542017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
9755
9756 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
9757 on 32-bit x86 targets. Exploit is_*_target macros where
9758 appropriate.
9759
03c8af18
AA
97602017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9761
9762 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
9763 register pieces.
9764
3bf31011
AA
97652017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9766
9767 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
9768 located in one or more DWARF pieces.
9769
805acca0
AA
97702017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9771
9772 * lib/gdb.exp (get_endianness): New proc.
9773 * gdb.arch/aarch64-fp.exp: Use it.
9774 * gdb.arch/altivec-regs.exp: Likewise.
9775 * gdb.arch/e500-regs.exp: Likewise.
9776 * gdb.arch/vsx-regs.exp: Likewise.
9777 * gdb.base/dump.exp: Likewise.
9778 * gdb.base/funcargs.exp: Likewise.
9779 * gdb.base/gnu_vector.exp: Likewise.
9780 * gdb.dwarf2/formdata16.exp: Likewise.
9781 * gdb.dwarf2/implptrpiece.exp: Likewise.
9782 * gdb.dwarf2/nonvar-access.exp: Likewise.
9783 * gdb.python/py-inferior.exp: Likewise.
9784 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
9785
e9352324
AA
97862017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9787
9788 PR gdb/21226
9789 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
9790 stack value pieces are taken from the LSB end.
9791
d5d1163e
AA
97922017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9793
9794 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
9795 variable at nonzero offset.
9796
0567c986
AA
97972017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9798
9799 * gdb.dwarf2/var-access.c: New file.
9800 * gdb.dwarf2/var-access.exp: New test.
9801 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
9802
973e9aab
TT
98032017-06-12 Tom Tromey <tom@tromey.com>
9804
9805 * gdb.dwarf2/formdata16.exp: Add tests.
9806
d9109c80
TT
98072017-06-12 Tom Tromey <tom@tromey.com>
9808
9809 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
9810
30a25466
TT
98112017-06-12 Tom Tromey <tom@tromey.com>
9812
9813 PR exp/16225:
9814 * gdb.reverse/i386-sse-reverse.exp: Update tests.
9815 * gdb.arch/vsx-regs.exp: Update tests.
9816 * gdb.arch/s390-vregs.exp (hex128): New proc.
9817 Update test.
9818 * gdb.arch/altivec-regs.exp: Update tests.
9819
aefd8b33
SDJ
98202017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
9821
9822 * gdb.base/startup-with-shell.c: New file.
9823 * gdb.base/startup-with-shell.exp: Likewise.
9824
2090129c
SDJ
98252017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
9826
9827 * gdb.server/non-existing-program.exp: Update regex in order to
9828 reflect the fact that gdbserver is now using fork_inferior (with a
9829 shell) to startup the inferior.
9830
8e86a419
SM
98312017-05-30 Simon Marchi <simon.marchi@ericsson.com>
9832
9833 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
9834 support function calls from GDB.
9835
e6cf65f2
TT
98362017-05-21 Tom Tromey <tom@tromey.com>
9837
9838 PR rust/21466:
9839 * gdb.rust/unsized.exp: New file.
9840 * gdb.rust/unsized.rs: New file.
9841
43cc5389
TT
98422017-05-19 Tom Tromey <tom@tromey.com>
9843
9844 PR rust/21484:
9845 * gdb.rust/watch.exp: New file.
9846 * gdb.rust/watch.rs: New file.
9847
ec8df234
TT
98482017-05-18 Tom Tromey <tom@tromey.com>
9849
9850 * gdb.rust/simple.exp: Allow Box to be qualified.
9851
3e3e7fae
TP
98522017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
9853
9854 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
9855
59cc050d
PA
98562017-05-18 Pedro Alves <palves@redhat.com>
9857
9858 * gdb.base/fileio.c (test_write, test_read, test_close)
9859 (test_fstat): Don't print 'ret' in the fail path.
9860
c8f6abd1
PA
98612017-05-18 Pedro Alves <palves@redhat.com>
9862
9863 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
9864 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
9865 (test_system, test_rename, test_unlink, test_time): Change
9866 prototypes.
9867 * gdb.base/fileio.exp (stop_msg): Adjust.
9868
d2a03b77
PA
98692017-05-18 Pedro Alves <palves@redhat.com>
9870
9871 * gdb.base/fileio.c (null_str): New global.
9872 (test_stat): Use it.
9873 * gdb.base/fileio.exp: Remove nowarnings.
9874
0d5c6999
YQ
98752017-05-17 Yao Qi <yao.qi@linaro.org>
9876
9877 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
9878
21873064
YQ
98792017-05-17 Simon Marchi <simon.marchi@ericsson.com>
9880
9881 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
9882 argument command.
9883 (top-level): Invoke test_set_inferior_tty.
9884
d512d31c
PA
98852017-05-04 Pedro Alves <palves@redhat.com>
9886
9887 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
9888 Add parens to print call for Python 3.
9889
90cef2ed
KS
98902017-05-03 Keith Seitz <keiths@redhat.com>
9891
9892 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
9893 (main): Call it.
9894
14f819c8
TW
98952017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
9896
9897 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
9898 to prev and next.
9899
913aeadd
TW
99002017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
9901
9902 * gdb.python/py-record-btrace.exp: Remove test for
9903 gdb.BtraceInstruction.error.
9904
a3be24ad
TW
99052017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
9906
9907 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
9908
ae20e79a
TW
99092017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
9910
9911 * gdb.python/py-record-btrace-threads.c: New file.
9912 * gdb.python/py-record-btrace-threads.exp: New file.
9913
45ce1b47
SDJ
99142017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
9915
9916 PR testsuite/8595
9917 * gdb.base/environ.exp: Make test available in all architectures.
9918 Move bits related to "info program" testing to
9919 gdb.base/info-program.exp. Rewrite tests to use the two new
9920 procedures mentione below.
9921 (test_set_show_env_var) New procedure.
9922 (test_set_show_env_var_equal): Likewise.
9923 * gdb.base/info-program.exp: New file.
9924
e15c3eb4
KS
99252017-04-27 Keith Seitz <keiths@redhat.com>
9926
9927 * gdb.cp/oranking.cc (test15): New function.
9928 (main): Call test15 and declare additional variables for testing.
9929 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
9930 "p foo101('abc')" tests.
9931 Add tests for cv qualifier overloads.
9932 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
9933 "lvalue reference overload" test.
9934 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
9935 "print value of f1 on Child&& in f2" test.
9936
3a3fd0fd
PA
99372017-04-19 Pedro Alves <palves@redhat.com>
9938
9939 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
9940 procedure.
9941 (top level): Call it.
9942 * lib/gdb.exp (gdb_define_cmd): New procedure.
9943
53375380
PA
99442017-04-12 Pedro Alves <palves@redhat.com>
9945
9946 PR gdb/21323
9947 * gdb.cp/wide_char_types.c: Include <wchar.h>.
9948 (wchar): New global.
9949 * gdb.cp/wide_char_types.exp (wide_char_types_program)
9950 (do_test_wide_char, wide_char_types_no_program, top level): Add
9951 wchar_t testing.
9952
53e710ac
PA
99532017-04-12 Pedro Alves <palves@redhat.com>
9954
9955 PR c++/21323
9956 * gdb.cp/wide_char_types.c: New file.
9957 * gdb.cp/wide_char_types.exp: New file.
9958
0ad9d8c7
SDJ
99592017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
9960
9961 PR gdb/21352
9962 * gdb.trace/tsv.exp: Add test for "tsave -r".
9963
b1b45502
IB
99642017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
9965
9966 * gdb.dlang/watch-loc.c: New file.
9967 * gdb.dlang/watch-loc.exp: New file.
9968
ec13808e
JK
99692017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
9970
9971 * gdb.python/py-section-script.exp (sepdebug): New testcases.
9972
fe5f7374
AK
99732017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
9974
9975 * gdb.arch/arc-analyze-prologue.S: New file.
9976 * gdb.arch/arc-analyze-prologue.exp: Likewise.
9977
eea78757
AK
99782017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
9979
9980 * gdb.arch/arc-decode-insn.S: New file.
9981 * gdb.arch/arc-decode-insn.exp: Likewise.
9982
5badf10a
IR
99832017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
9984
9985 PR tdep/20928
9986 * gdb.arch/sparc64-regs.exp: New file.
9987 * gdb.arch/sparc64-regs.S: Likewise.
9988
cee59b3f
TW
99892017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
9990
9991 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
9992 and memory view on Python 3.
9993
c0f55cc6
AV
99942017-03-20 Artemiy Volkov <artemiyv@acm.org>
9995 Keith Seitz <keiths@redhat.com>
9996
9997 PR gdb/14441
9998 * gdb.cp/demangle.exp: Add rvalue reference tests.
9999 * gdb.cp/rvalue-ref-casts.cc: New file.
10000 * gdb.cp/rvalue-ref-casts.exp: New file.
10001 * gdb.cp/rvalue-ref-overload.cc: New file.
10002 * gdb.cp/rvalue-ref-overload.exp: New file.
10003 * gdb.cp/rvalue-ref-params.cc: New file.
10004 * gdb.cp/rvalue-ref-params.exp: New file.
10005 * gdb.cp/rvalue-ref-sizeof.cc: New file.
10006 * gdb.cp/rvalue-ref-sizeof.exp: New file.
10007 * gdb.cp/rvalue-ref-types.cc: New file.
10008 * gdb.cp/rvalue-ref-types.exp: New file.
10009 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
10010 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
10011
51457a05
MAL
100122017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
10013
10014 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
10015 New procedure.
10016
5b291c04
MAL
100172017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
10018
10019 * lib/mi-support.exp (mi_gdb_test): Add additional message
10020 for unexpected output.
10021
59a56148
AA
100222017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
10023
10024 * gdb.base/examine-backward.c (Barrier): New character array
10025 constant, to ensure that TestStrings is preceded by a string
10026 terminator.
10027
7942e96e
AA
100282017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
10029
10030 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
10031 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
10032 and implicit pointer into such a location.
10033
6ebac3fb
DE
100342017-03-16 Doug Evans <dje@google.com>
10035
10036 * gdb.python/py-lazy-string (pointer): Really add new typedef.
10037
ec3b243d
TP
100382017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
10039
10040 * gdb.cp/m-static.exp: Fix expectation for prototype of
10041 test5.single_constructor and single_constructor::single_constructor.
2cc36e25
DE
10042
100432017-03-16 Doug Evans <dje@google.com>
a7c0469f
DE
10044
10045 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
10046 * gdb.guile/scm-lazy-string.c: New file.
10047 * gdb.guile/scm-value.exp: Move lazy string tests to ...
10048 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
10049 for pointer, array, typedef lazy strings.
10050
2cc36e25 100512017-03-16 Doug Evans <dje@google.com>
34b43320
DE
10052
10053 PR python/17728, python/18439, python/18779
10054 * gdb.python/py-value.c (main) Delete locals sptr, sn.
10055 * gdb.python/py-lazy-string.c (pointer): New typedef.
10056 (main): New locals ptr, array, typedef_ptr.
10057 * gdb.python/py-value.exp: Move lazy string tests to ...
10058 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
10059 array, typedef lazy strings.
ec3b243d 10060
0efcde63
AK
100612017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
10062
10063 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
10064 Add optional 'test' parameter.
10065
7978d7c3
SM
100662017-03-13 Simon Marchi <simon.marchi@ericsson.com>
10067
10068 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
10069 Skip for versions of DejaGnu < 1.5.
10070
896c0c1e
SM
100712017-03-13 Simon Marchi <simon.marchi@ericsson.com>
10072
10073 * lib/gdb.exp (dejagnu_version): New proc.
10074 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
10075 Use dejagnu_version.
10076
5f4d1085
KS
100772017-03-10 Keith Seitz <keiths@redhat.com>
10078
10079 PR c++/8128
10080 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
10081 type from destructor regexps.
10082 Add a branch which actually passes the test.
10083 Adjust "ptype t5i" test names.
10084
1de05205
PA
100852017-03-08 Pedro Alves <palves@redhat.com>
10086
10087 * gdb.base/step-over-exit.exp: Add explicit test message.
10088
c65d6b55
PA
100892017-03-08 Pedro Alves <palves@redhat.com>
10090
10091 PR gdb/18360
10092 * gdb.threads/interrupt-while-step-over.c: New file.
10093 * gdb.threads/interrupt-while-step-over.exp: New file.
10094
2e86a283
PA
100952017-03-08 Pedro Alves <palves@redhat.com>
10096
10097 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
10098 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
10099
25dcbff6
PA
101002017-03-08 Pedro Alves <palves@redhat.com>
10101
10102 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
10103 PKRU as not supported as a PASS.
10104
dc9366eb
PA
101052017-03-08 Pedro Alves <palves@redhat.com>
10106
10107 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
10108 prefix instead of $binfile1/$binfile2.
10109 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
10110 in test message.
10111 * gdb.python/py-completion.exp: Use "load python file" as test
10112 messages instead of unstable path names.
10113
6e5d74e7
PA
101142017-03-08 Pedro Alves <palves@redhat.com>
10115 Jan Kratochvil <jan.kratochvil@redhat.com>
10116
10117 PR cli/21218
10118 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
10119 New proc.
10120 (top level): Call it.
10121
9753a2f6
PA
101222017-03-08 Pedro Alves <palves@redhat.com>
10123
10124 PR tui/21216
10125 * gdb.tui/tui-nl-filtered-output.exp: New file.
10126
1a4dd9dd
PA
101272017-03-08 Pedro Alves <palves@redhat.com>
10128
10129 * gdb.base/completion.exp: Move TUI completion tests to ...
10130 * gdb.tui/completion.exp: ... this new file.
10131
7cbbff33
PA
101322017-03-08 Pedro Alves <palves@redhat.com>
10133
10134 * gdb.base/tui-disasm-long-lines.c,
10135 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
10136 gdb.base/tui-layout.exp: Move to ...
10137 * gdb.tui/: ... this new directory.
10138
5f6fd321
PA
101392017-03-07 Pedro Alves <palves@redhat.com>
10140
10141 * gdb.base/tui-layout.c: New file.
10142 * gdb.base/tui-layout.exp: New file.
10143
44959fa8
PA
101442017-03-07 Pedro Alves <palves@redhat.com>
10145
10146 * gdb.base/tui-layout.c: Rename to ...
10147 * gdb.base/tui-disasm-long-lines.c: ... this.
10148 * gdb.base/tui-layout.exp: Rename to ...
10149 * gdb.base/tui-disasm-long-lines.exp: ... this.
10150
f8c4e718
PA
101512017-03-07 Pedro Alves <palves@redhat.com>
10152
10153 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
10154
6dbb839a 101552017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
4a612d6f
WT
10156
10157 * i386-mpx-call.c: New file.
10158 * i386-mpx-call.exp: New file.
10159
65b48a81
PB
101602017-02-28 Peter Bergner <bergner@vnet.ibm.com>
10161
10162 * gdb.arch/powerpc-power.exp: Delete test.
10163 * gdb.arch/powerpc-power.s: Likewise.
10164 * gdb.disasm/disassembler-options.exp: New test.
10165 * gdb.arch/powerpc-altivec.exp: Likewise.
10166 * gdb.arch/powerpc-altivec.s: Likewise.
10167 * gdb.arch/powerpc-altivec2.exp: Likewise.
10168 * gdb.arch/powerpc-altivec2.s: Likewise.
10169 * gdb.arch/powerpc-altivec3.exp: Likewise.
10170 * gdb.arch/powerpc-altivec3.s: Likewise.
10171 * gdb.arch/powerpc-power7.exp: Likewise.
10172 * gdb.arch/powerpc-power7.s: Likewise.
10173 * gdb.arch/powerpc-power8.exp: Likewise.
10174 * gdb.arch/powerpc-power8.s: Likewise.
10175 * gdb.arch/powerpc-power9.exp: Likewise.
10176 * gdb.arch/powerpc-power9.s: Likewise.
10177 * gdb.arch/powerpc-vsx.exp: Likewise.
10178 * gdb.arch/powerpc-vsx.s: Likewise.
10179 * gdb.arch/powerpc-vsx2.exp: Likewise.
10180 * gdb.arch/powerpc-vsx2.s: Likewise.
10181 * gdb.arch/powerpc-vsx3.exp: Likewise.
10182 * gdb.arch/powerpc-vsx3.s: Likewise.
10183 * gdb.arch/arm-disassembler-options.exp: Likewise.
10184 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
10185 * gdb.arch/s390-disassembler-options.exp: Likewise.
10186
17cd4947
LM
101872017-02-23 Luis Machado <lgustavo@codesourcery.com>
10188
10189 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
10190 (check_supported_features): ... this. Changed return type to void.
10191 (supports_rdseed): New static global.
10192 (rdseed): Check supports_rdseed.
10193 (initialize): Call check_supported_features.
10194
2039d74e
EBM
101952017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
10196
10197 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
10198 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
10199 and lqarx/stqcx.
10200 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
10201 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
10202
a51d7ecf
EBM
102032017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
10204
10205 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
10206 uppercase.
10207
0224619f
JK
102082017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10209
10210 * gdb.dwarf2/formdata16.c: New file.
10211 * gdb.dwarf2/formdata16.exp: New file.
10212 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
10213
216f72a1
JK
102142017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10215
10216 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
10217 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
10218 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
10219 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
10220 DW_AT_GNU_*.
10221
43988095
JK
102222017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10223
10224 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
10225
99e8a4f9
SDJ
102262017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
10227
10228 PR gdb/21164
10229 * gdb.base/maint.exp: Add testcases for when the commands do
10230 not have arguments.
10231
b58a8c0c
TP
102322017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
10233
10234 * gdb.cp/chained-calls.exp: Use p instead of P.
10235
4e746bb6
TW
102362017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
10237
10238 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
10239 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
10240
3f77c769
TT
102412017-02-14 Tom Tromey <tom@tromey.com>
10242
10243 PR python/13598:
10244 * gdb.python/py-events.exp: Add before_prompt event tests.
10245
075beec0
AA
102462017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
10247
10248 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
10249
bf5f525c
LM
102502017-02-13 Luis Machado <lgustavo@codesourcery.com>
10251
10252 * gdb.linespec/explicit.c (my_unique_function_name): New function.
10253 (main): Call my_unique_function_name.
10254 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
10255 completion of patterns with a single match.
10256 Add missing -re switches to gdb_test_multiple calls.
10257
13a66184
LM
102582017-02-13 Luis Machado <lgustavo@codesourcery.com>
10259
10260 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
10261 return if core file is not recognized.
10262
26a06916
SM
102632017-02-10 Simon Marchi <simon.marchi@ericsson.com>
10264
10265 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
10266 and extra UIs.
10267
b761ca9e
SM
102682017-02-10 Simon Marchi <simon.marchi@ericsson.com>
10269
10270 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
10271 proc_with_prefix.
10272
b964bee0
TT
102732017-02-10 Tom Tromey <tom@tromey.com>
10274
10275 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
10276
18da0c51
MG
102772017-02-10 Martin Galvan <martingalvan@sourceware.org>
10278
10279 PR gdb/21122
10280 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
10281
604c4576
JG
102822017-02-08 Jerome Guitton <guitton@adacore.com>
10283
10284 * gdb.base/define.exp: Add test for command abbreviations
10285 in define.
10286
20b477a7
LM
102872017-02-06 Luis Machado <lgustavo@codesourcery.com>
10288
10289 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
10290 * gdb.reverse/insn-reverse-x86.c: New file.
10291
3f7b46f2
IR
102922017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
10293
10294 PR tdep/20936
10295 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
10296
f0fd41c1
TT
102972017-02-03 Tom Tromey <tom@tromey.com>
10298
10299 PR rust/21097:
10300 * gdb.rust/simple.exp: Add new tests.
10301
5be5dbf0
PA
103022017-02-02 Pedro Alves <palves@redhat.com>
10303
10304 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
10305 tests.
10306
7346ef59
AA
103072017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
10308
10309 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
10310 taking a 2-byte value out of a 4-byte DWARF implicit value on
10311 big-endian targets.
10312 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
10313 logic. Add test cases for DW_OP_implicit.
10314
787f0025
MM
103152017-02-01 Markus Metzger <markus.t.metzger@intel.com>
10316
10317 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
10318
68777c29
MM
103192017-02-01 Markus Metzger <markus.t.metzger@intel.com>
10320
10321 * gdb.btrace/enable.exp: Call gdb_exit before
10322 skip_gdbserver_tests.
10323
0a1c7e28
MM
103242017-02-01 Markus Metzger <markus.t.metzger@intel.com>
10325
10326 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
10327 GDBFLAGS.
10328
b5ac99b0
MM
103292017-02-01 Markus Metzger <markus.t.metzger@intel.com>
10330
10331 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
10332 the test is skipped.
10333 * gdb.btrace/data.exp: Likewise.
10334 * gdb.btrace/delta.exp: Likewise.
10335 * gdb.btrace/dlopen.exp: Likewise.
10336 * gdb.btrace/enable-running.exp: Likewise.
10337 * gdb.btrace/enable.exp: Likewise.
10338 * gdb.btrace/exception.exp: Likewise.
10339 * gdb.btrace/function_call_history.exp: Likewise.
10340 * gdb.btrace/gcore.exp: Likewise.
10341 * gdb.btrace/instruction_history.exp: Likewise.
10342 * gdb.btrace/multi-thread-step.exp: Likewise.
10343 * gdb.btrace/nohist.exp: Likewise.
10344 * gdb.btrace/non-stop.exp: Likewise.
10345 * gdb.btrace/reconnect.exp: Likewise.
10346 * gdb.btrace/record_goto-step.exp: Likewise.
10347 * gdb.btrace/record_goto.exp: Likewise.
10348 * gdb.btrace/rn-dl-bind.exp: Likewise.
10349 * gdb.btrace/segv.exp: Likewise.
10350 * gdb.btrace/step.exp: Likewise.
10351 * gdb.btrace/stepi.exp: Likewise.
10352 * gdb.btrace/tailcall-only.exp: Likewise.
10353 * gdb.btrace/tailcall.exp: Likewise.
10354 * gdb.btrace/tsx.exp: Likewise.
10355 * gdb.btrace/unknown_functions.exp: Likewise.
10356 * gdb.btrace/vdso.exp: Likewise.
10357
cd4007e4
MM
103582017-02-01 Markus Metzger <markus.t.metzger@intel.com>
10359
10360 * gdb.btrace/enable-running.c: New.
10361 * gdb.btrace/enable-running.exp: New.
10362
2735833d
WT
103632017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
10364
10365 * gdb.arch/amd64-gs_base.c: New file.
10366 * gdb.arch/amd64-gs_base.exp: New file.
10367
b51e1e94
LM
103682017-01-26 Luis Machado <lgustavo@codesourcery.com>
10369
10370 * lib/memory.exp: Remove spurious empty newlines.
10371
72ca0410
SM
103722017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
10373
10374 * gdb.python/py-bad-printers.exp: Load python file using "source".
10375 * gdb.python/py-events.exp: Likewise.
10376 * gdb.python/py-evsignal.exp: Likewise.
10377 * gdb.python/py-evthreads.exp: Likewise.
10378 * gdb.python/py-frame-args.exp: Likewise.
10379 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
10380 * gdb.python/py-framefilter-mi.exp: Likewise.
10381 * gdb.python/py-framefilter.exp: Likewise.
10382 * gdb.python/py-mi.exp: Likewise.
10383 * gdb.python/py-pp-maint.exp: Likewise.
10384 * gdb.python/py-pp-registration.exp: Likewise.
10385 * gdb.python/py-prettyprint.exp: Likewise.
10386 (run_lang_tests): Likewise.
10387 * gdb.python/py-typeprint.exp: Likewise.
10388
e309aa65
LM
103892017-01-26 Luis Machado <lgustavo@codesourcery.com>
10390
10391 * lib/memory.exp: New file.
10392 * lib/gdb.exp: Load memory.exp.
10393 * gdb.base/memattr.exp (delete_memory): Move proc to
10394 lib/memory.exp and rename to delete_memory_regions.
10395 Replace delete_memory with delete_memory_regions.
10396 Cleanup memory regions before tests.
10397 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
10398 before tests.
10399
515aff23
LM
104002017-01-26 Luis Machado <lgustavo@codesourcery.com>
10401
10402 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
10403 files.
10404 (initialize): New function conditionally defined.
10405 (testcases): Move within conditional block.
10406 (main): Call initialize.
10407 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
10408 of gdb.reverse/insn-reverse.c.
10409 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
10410 gdb.reverse/insn-reverse.c.
10411
d8b49cf0
YQ
104122017-01-26 Yao Qi <yao.qi@linaro.org>
10413
10414 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
10415 disassemble on address 0.
10416
f13a9a0c
YQ
104172017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
10418 Yao Qi <yao.qi@linaro.org>
10419
10420 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
10421 * gdb.dwarf2/implptr-64bit.S: Remove.
10422 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
10423 variables in caller's context. Add DW_OP_implicit_value.
10424
5ac95241
YQ
104252017-01-25 Yao Qi <yao.qi@linaro.org>
10426
10427 * lib/dwarf.exp (Dwarf::_location): Handle
10428 DW_OP_GNU_implicit_pointer with proper size.
10429
23e82930
LM
104302017-01-20 Luis Machado <lgustavo@codesourcery.com>
10431
10432 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
10433 and add untested calls.
10434
d334ae25
LM
104352017-01-20 Luis Machado <lgustavo@codesourcery.com>
10436
10437 * gdb.python/python.exp: Check line number against what GDB thinks
10438 the line number is for func1.
10439
f5e6296e
IB
104402017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
10441
10442 * gdb.dlang/debug-expr.exp: New file.
10443
5b362f04
LM
104442016-12-23 Luis Machado <lgustavo@codesourcery.com>
10445
10446 Fix test names for the following files:
10447
10448 * gdb.ada/exec_changed.exp
10449 * gdb.ada/info_types.exp
10450 * gdb.arch/aarch64-atomic-inst.exp
10451 * gdb.arch/aarch64-fp.exp
10452 * gdb.arch/altivec-abi.exp
10453 * gdb.arch/altivec-regs.exp
10454 * gdb.arch/amd64-byte.exp
10455 * gdb.arch/amd64-disp-step.exp
10456 * gdb.arch/amd64-dword.exp
10457 * gdb.arch/amd64-entry-value-inline.exp
10458 * gdb.arch/amd64-entry-value-param.exp
10459 * gdb.arch/amd64-entry-value-paramref.exp
10460 * gdb.arch/amd64-entry-value.exp
10461 * gdb.arch/amd64-i386-address.exp
10462 * gdb.arch/amd64-invalid-stack-middle.exp
10463 * gdb.arch/amd64-invalid-stack-top.exp
10464 * gdb.arch/amd64-optimout-repeat.exp
10465 * gdb.arch/amd64-prologue-skip.exp
10466 * gdb.arch/amd64-prologue-xmm.exp
10467 * gdb.arch/amd64-stap-special-operands.exp
10468 * gdb.arch/amd64-stap-wrong-subexp.exp
10469 * gdb.arch/amd64-tailcall-cxx.exp
10470 * gdb.arch/amd64-tailcall-noret.exp
10471 * gdb.arch/amd64-tailcall-ret.exp
10472 * gdb.arch/amd64-tailcall-self.exp
10473 * gdb.arch/amd64-word.exp
10474 * gdb.arch/arm-bl-branch-dest.exp
10475 * gdb.arch/arm-disp-step.exp
10476 * gdb.arch/arm-neon.exp
10477 * gdb.arch/arm-single-step-kernel-helper.exp
10478 * gdb.arch/avr-flash-qualifier.exp
10479 * gdb.arch/disp-step-insn-reloc.exp
10480 * gdb.arch/e500-abi.exp
10481 * gdb.arch/e500-regs.exp
10482 * gdb.arch/ftrace-insn-reloc.exp
10483 * gdb.arch/i386-avx512.exp
10484 * gdb.arch/i386-bp_permanent.exp
10485 * gdb.arch/i386-byte.exp
10486 * gdb.arch/i386-cfi-notcurrent.exp
10487 * gdb.arch/i386-disp-step.exp
10488 * gdb.arch/i386-dr3-watch.exp
10489 * gdb.arch/i386-float.exp
10490 * gdb.arch/i386-gnu-cfi.exp
10491 * gdb.arch/i386-mpx-map.exp
10492 * gdb.arch/i386-mpx-sigsegv.exp
10493 * gdb.arch/i386-mpx-simple_segv.exp
10494 * gdb.arch/i386-mpx.exp
10495 * gdb.arch/i386-permbkpt.exp
10496 * gdb.arch/i386-prologue.exp
10497 * gdb.arch/i386-signal.exp
10498 * gdb.arch/i386-size-overlap.exp
10499 * gdb.arch/i386-unwind.exp
10500 * gdb.arch/i386-word.exp
10501 * gdb.arch/mips-fcr.exp
10502 * gdb.arch/powerpc-d128-regs.exp
10503 * gdb.arch/powerpc-stackless.exp
10504 * gdb.arch/ppc64-atomic-inst.exp
10505 * gdb.arch/s390-stackless.exp
10506 * gdb.arch/s390-tdbregs.exp
10507 * gdb.arch/s390-vregs.exp
10508 * gdb.arch/sparc-sysstep.exp
10509 * gdb.arch/thumb-bx-pc.exp
10510 * gdb.arch/thumb-singlestep.exp
10511 * gdb.arch/thumb2-it.exp
10512 * gdb.arch/vsx-regs.exp
10513 * gdb.asm/asm-source.exp
10514 * gdb.base/a2-run.exp
10515 * gdb.base/advance.exp
10516 * gdb.base/all-bin.exp
10517 * gdb.base/anon.exp
10518 * gdb.base/args.exp
10519 * gdb.base/arithmet.exp
10520 * gdb.base/async-shell.exp
10521 * gdb.base/async.exp
10522 * gdb.base/attach-pie-noexec.exp
10523 * gdb.base/attach-twice.exp
10524 * gdb.base/auto-load.exp
10525 * gdb.base/bang.exp
10526 * gdb.base/bitfields.exp
10527 * gdb.base/break-always.exp
10528 * gdb.base/break-caller-line.exp
10529 * gdb.base/break-entry.exp
10530 * gdb.base/break-inline.exp
10531 * gdb.base/break-on-linker-gcd-function.exp
10532 * gdb.base/break-probes.exp
10533 * gdb.base/break.exp
10534 * gdb.base/breakpoint-shadow.exp
10535 * gdb.base/call-ar-st.exp
10536 * gdb.base/call-sc.exp
10537 * gdb.base/call-signal-resume.exp
10538 * gdb.base/call-strs.exp
10539 * gdb.base/callfuncs.exp
10540 * gdb.base/catch-fork-static.exp
10541 * gdb.base/catch-gdb-caused-signals.exp
10542 * gdb.base/catch-load.exp
10543 * gdb.base/catch-signal-fork.exp
10544 * gdb.base/catch-signal.exp
10545 * gdb.base/catch-syscall.exp
10546 * gdb.base/charset.exp
10547 * gdb.base/checkpoint.exp
10548 * gdb.base/chng-syms.exp
10549 * gdb.base/code-expr.exp
10550 * gdb.base/code_elim.exp
10551 * gdb.base/commands.exp
10552 * gdb.base/completion.exp
10553 * gdb.base/complex.exp
10554 * gdb.base/cond-expr.exp
10555 * gdb.base/condbreak.exp
10556 * gdb.base/consecutive.exp
10557 * gdb.base/continue-all-already-running.exp
10558 * gdb.base/coredump-filter.exp
10559 * gdb.base/corefile.exp
10560 * gdb.base/dbx.exp
10561 * gdb.base/debug-expr.exp
10562 * gdb.base/define.exp
10563 * gdb.base/del.exp
10564 * gdb.base/disabled-location.exp
10565 * gdb.base/disasm-end-cu.exp
10566 * gdb.base/disasm-optim.exp
10567 * gdb.base/display.exp
10568 * gdb.base/duplicate-bp.exp
10569 * gdb.base/ena-dis-br.exp
10570 * gdb.base/ending-run.exp
10571 * gdb.base/enumval.exp
10572 * gdb.base/environ.exp
10573 * gdb.base/eu-strip-infcall.exp
10574 * gdb.base/eval-avoid-side-effects.exp
10575 * gdb.base/eval-skip.exp
10576 * gdb.base/exitsignal.exp
10577 * gdb.base/expand-psymtabs.exp
10578 * gdb.base/filesym.exp
10579 * gdb.base/find-unmapped.exp
10580 * gdb.base/finish.exp
10581 * gdb.base/float.exp
10582 * gdb.base/foll-exec-mode.exp
10583 * gdb.base/foll-exec.exp
10584 * gdb.base/foll-fork.exp
10585 * gdb.base/fortran-sym-case.exp
10586 * gdb.base/freebpcmd.exp
10587 * gdb.base/func-ptr.exp
10588 * gdb.base/func-ptrs.exp
10589 * gdb.base/funcargs.exp
10590 * gdb.base/gcore-buffer-overflow.exp
10591 * gdb.base/gcore-relro-pie.exp
10592 * gdb.base/gcore-relro.exp
10593 * gdb.base/gcore.exp
10594 * gdb.base/gdb1090.exp
10595 * gdb.base/gdb11530.exp
10596 * gdb.base/gdb11531.exp
10597 * gdb.base/gdb1821.exp
10598 * gdb.base/gdbindex-stabs.exp
10599 * gdb.base/gdbvars.exp
10600 * gdb.base/hbreak.exp
10601 * gdb.base/hbreak2.exp
10602 * gdb.base/included.exp
10603 * gdb.base/infcall-input.exp
10604 * gdb.base/inferior-died.exp
10605 * gdb.base/infnan.exp
10606 * gdb.base/info-macros.exp
10607 * gdb.base/info-os.exp
10608 * gdb.base/info-proc.exp
10609 * gdb.base/info-shared.exp
10610 * gdb.base/info-target.exp
10611 * gdb.base/infoline.exp
10612 * gdb.base/interp.exp
10613 * gdb.base/interrupt.exp
10614 * gdb.base/jit-reader.exp
10615 * gdb.base/jit-simple.exp
10616 * gdb.base/kill-after-signal.exp
10617 * gdb.base/kill-detach-inferiors-cmd.exp
10618 * gdb.base/label.exp
10619 * gdb.base/langs.exp
10620 * gdb.base/ldbl_e308.exp
10621 * gdb.base/line-symtabs.exp
10622 * gdb.base/linespecs.exp
10623 * gdb.base/list.exp
10624 * gdb.base/long_long.exp
10625 * gdb.base/longest-types.exp
10626 * gdb.base/maint.exp
10627 * gdb.base/max-value-size.exp
10628 * gdb.base/memattr.exp
10629 * gdb.base/mips_pro.exp
10630 * gdb.base/morestack.exp
10631 * gdb.base/moribund-step.exp
10632 * gdb.base/multi-forks.exp
10633 * gdb.base/nested-addr.exp
10634 * gdb.base/nextoverexit.exp
10635 * gdb.base/noreturn-finish.exp
10636 * gdb.base/noreturn-return.exp
10637 * gdb.base/nostdlib.exp
10638 * gdb.base/offsets.exp
10639 * gdb.base/opaque.exp
10640 * gdb.base/pc-fp.exp
10641 * gdb.base/permissions.exp
10642 * gdb.base/print-symbol-loading.exp
10643 * gdb.base/prologue-include.exp
10644 * gdb.base/psymtab.exp
10645 * gdb.base/ptype.exp
10646 * gdb.base/random-signal.exp
10647 * gdb.base/randomize.exp
10648 * gdb.base/range-stepping.exp
10649 * gdb.base/readline-ask.exp
10650 * gdb.base/recpar.exp
10651 * gdb.base/recurse.exp
10652 * gdb.base/relational.exp
10653 * gdb.base/restore.exp
10654 * gdb.base/return-nodebug.exp
10655 * gdb.base/return.exp
10656 * gdb.base/run-after-attach.exp
10657 * gdb.base/save-bp.exp
10658 * gdb.base/scope.exp
10659 * gdb.base/sect-cmd.exp
10660 * gdb.base/set-lang-auto.exp
10661 * gdb.base/set-noassign.exp
10662 * gdb.base/setvar.exp
10663 * gdb.base/sigall.exp
10664 * gdb.base/sigbpt.exp
10665 * gdb.base/siginfo-addr.exp
10666 * gdb.base/siginfo-infcall.exp
10667 * gdb.base/siginfo-obj.exp
10668 * gdb.base/siginfo.exp
10669 * gdb.base/signals-state-child.exp
10670 * gdb.base/signest.exp
10671 * gdb.base/sigstep.exp
10672 * gdb.base/sizeof.exp
10673 * gdb.base/skip.exp
10674 * gdb.base/solib-corrupted.exp
10675 * gdb.base/solib-nodir.exp
10676 * gdb.base/solib-search.exp
10677 * gdb.base/stack-checking.exp
10678 * gdb.base/stale-infcall.exp
10679 * gdb.base/stap-probe.exp
10680 * gdb.base/start.exp
10681 * gdb.base/step-break.exp
10682 * gdb.base/step-bt.exp
10683 * gdb.base/step-line.exp
10684 * gdb.base/step-over-exit.exp
10685 * gdb.base/step-over-syscall.exp
10686 * gdb.base/step-resume-infcall.exp
10687 * gdb.base/step-test.exp
10688 * gdb.base/store.exp
10689 * gdb.base/structs3.exp
10690 * gdb.base/sym-file.exp
10691 * gdb.base/symbol-without-target_section.exp
10692 * gdb.base/term.exp
10693 * gdb.base/testenv.exp
10694 * gdb.base/ui-redirect.exp
10695 * gdb.base/until.exp
10696 * gdb.base/unwindonsignal.exp
10697 * gdb.base/value-double-free.exp
10698 * gdb.base/vla-datatypes.exp
10699 * gdb.base/vla-ptr.exp
10700 * gdb.base/vla-sideeffect.exp
10701 * gdb.base/volatile.exp
10702 * gdb.base/watch-cond-infcall.exp
10703 * gdb.base/watch-cond.exp
10704 * gdb.base/watch-non-mem.exp
10705 * gdb.base/watch-read.exp
10706 * gdb.base/watch-vfork.exp
10707 * gdb.base/watchpoint-cond-gone.exp
10708 * gdb.base/watchpoint-delete.exp
10709 * gdb.base/watchpoint-hw-hit-once.exp
10710 * gdb.base/watchpoint-hw.exp
10711 * gdb.base/watchpoint-stops-at-right-insn.exp
10712 * gdb.base/watchpoints.exp
10713 * gdb.base/wchar.exp
10714 * gdb.base/whatis-exp.exp
10715 * gdb.btrace/buffer-size.exp
10716 * gdb.btrace/data.exp
10717 * gdb.btrace/delta.exp
10718 * gdb.btrace/dlopen.exp
10719 * gdb.btrace/enable.exp
10720 * gdb.btrace/exception.exp
10721 * gdb.btrace/function_call_history.exp
10722 * gdb.btrace/gcore.exp
10723 * gdb.btrace/instruction_history.exp
10724 * gdb.btrace/nohist.exp
10725 * gdb.btrace/reconnect.exp
10726 * gdb.btrace/record_goto-step.exp
10727 * gdb.btrace/record_goto.exp
10728 * gdb.btrace/rn-dl-bind.exp
10729 * gdb.btrace/segv.exp
10730 * gdb.btrace/step.exp
10731 * gdb.btrace/stepi.exp
10732 * gdb.btrace/tailcall-only.exp
10733 * gdb.btrace/tailcall.exp
10734 * gdb.btrace/tsx.exp
10735 * gdb.btrace/unknown_functions.exp
10736 * gdb.btrace/vdso.exp
10737 * gdb.compile/compile-ifunc.exp
10738 * gdb.compile/compile-ops.exp
10739 * gdb.compile/compile-print.exp
10740 * gdb.compile/compile-setjmp.exp
10741 * gdb.cp/abstract-origin.exp
10742 * gdb.cp/ambiguous.exp
10743 * gdb.cp/annota2.exp
10744 * gdb.cp/annota3.exp
10745 * gdb.cp/anon-ns.exp
10746 * gdb.cp/anon-struct.exp
10747 * gdb.cp/anon-union.exp
10748 * gdb.cp/arg-reference.exp
10749 * gdb.cp/baseenum.exp
10750 * gdb.cp/bool.exp
10751 * gdb.cp/breakpoint.exp
10752 * gdb.cp/bs15503.exp
10753 * gdb.cp/call-c.exp
10754 * gdb.cp/casts.exp
10755 * gdb.cp/chained-calls.exp
10756 * gdb.cp/class2.exp
10757 * gdb.cp/classes.exp
10758 * gdb.cp/cmpd-minsyms.exp
10759 * gdb.cp/converts.exp
10760 * gdb.cp/cp-relocate.exp
10761 * gdb.cp/cpcompletion.exp
10762 * gdb.cp/cpexprs.exp
10763 * gdb.cp/cplabel.exp
10764 * gdb.cp/cplusfuncs.exp
10765 * gdb.cp/cpsizeof.exp
10766 * gdb.cp/ctti.exp
10767 * gdb.cp/derivation.exp
10768 * gdb.cp/destrprint.exp
10769 * gdb.cp/dispcxx.exp
10770 * gdb.cp/enum-class.exp
10771 * gdb.cp/exception.exp
10772 * gdb.cp/exceptprint.exp
10773 * gdb.cp/expand-psymtabs-cxx.exp
10774 * gdb.cp/expand-sals.exp
10775 * gdb.cp/extern-c.exp
10776 * gdb.cp/filename.exp
10777 * gdb.cp/formatted-ref.exp
10778 * gdb.cp/fpointer.exp
10779 * gdb.cp/gdb1355.exp
10780 * gdb.cp/gdb2495.exp
10781 * gdb.cp/hang.exp
10782 * gdb.cp/impl-this.exp
10783 * gdb.cp/infcall-dlopen.exp
10784 * gdb.cp/inherit.exp
10785 * gdb.cp/iostream.exp
10786 * gdb.cp/koenig.exp
10787 * gdb.cp/local.exp
10788 * gdb.cp/m-data.exp
10789 * gdb.cp/m-static.exp
10790 * gdb.cp/mb-ctor.exp
10791 * gdb.cp/mb-inline.exp
10792 * gdb.cp/mb-templates.exp
10793 * gdb.cp/member-name.exp
10794 * gdb.cp/member-ptr.exp
10795 * gdb.cp/meth-typedefs.exp
10796 * gdb.cp/method.exp
10797 * gdb.cp/method2.exp
10798 * gdb.cp/minsym-fallback.exp
10799 * gdb.cp/misc.exp
10800 * gdb.cp/namelessclass.exp
10801 * gdb.cp/namespace-enum.exp
10802 * gdb.cp/namespace-nested-import.exp
10803 * gdb.cp/namespace.exp
10804 * gdb.cp/nextoverthrow.exp
10805 * gdb.cp/no-dmgl-verbose.exp
10806 * gdb.cp/non-trivial-retval.exp
10807 * gdb.cp/noparam.exp
10808 * gdb.cp/nsdecl.exp
10809 * gdb.cp/nsimport.exp
10810 * gdb.cp/nsnested.exp
10811 * gdb.cp/nsnoimports.exp
10812 * gdb.cp/nsrecurs.exp
10813 * gdb.cp/nsstress.exp
10814 * gdb.cp/nsusing.exp
10815 * gdb.cp/operator.exp
10816 * gdb.cp/oranking.exp
10817 * gdb.cp/overload-const.exp
10818 * gdb.cp/overload.exp
10819 * gdb.cp/ovldbreak.exp
10820 * gdb.cp/ovsrch.exp
10821 * gdb.cp/paren-type.exp
10822 * gdb.cp/parse-lang.exp
10823 * gdb.cp/pass-by-ref.exp
10824 * gdb.cp/pr-1023.exp
10825 * gdb.cp/pr-1210.exp
10826 * gdb.cp/pr-574.exp
10827 * gdb.cp/pr10687.exp
10828 * gdb.cp/pr12028.exp
10829 * gdb.cp/pr17132.exp
10830 * gdb.cp/pr17494.exp
10831 * gdb.cp/pr9067.exp
10832 * gdb.cp/pr9167.exp
10833 * gdb.cp/pr9631.exp
10834 * gdb.cp/printmethod.exp
10835 * gdb.cp/psmang.exp
10836 * gdb.cp/psymtab-parameter.exp
10837 * gdb.cp/ptype-cv-cp.exp
10838 * gdb.cp/ptype-flags.exp
10839 * gdb.cp/re-set-overloaded.exp
10840 * gdb.cp/ref-types.exp
10841 * gdb.cp/rtti.exp
10842 * gdb.cp/scope-err.exp
10843 * gdb.cp/shadow.exp
10844 * gdb.cp/smartp.exp
10845 * gdb.cp/static-method.exp
10846 * gdb.cp/static-print-quit.exp
10847 * gdb.cp/temargs.exp
10848 * gdb.cp/templates.exp
10849 * gdb.cp/try_catch.exp
10850 * gdb.cp/typedef-operator.exp
10851 * gdb.cp/typeid.exp
10852 * gdb.cp/userdef.exp
10853 * gdb.cp/using-crash.exp
10854 * gdb.cp/var-tag.exp
10855 * gdb.cp/virtbase.exp
10856 * gdb.cp/virtfunc.exp
10857 * gdb.cp/virtfunc2.exp
10858 * gdb.cp/vla-cxx.exp
10859 * gdb.disasm/t01_mov.exp
10860 * gdb.disasm/t02_mova.exp
10861 * gdb.disasm/t03_add.exp
10862 * gdb.disasm/t04_sub.exp
10863 * gdb.disasm/t05_cmp.exp
10864 * gdb.disasm/t06_ari2.exp
10865 * gdb.disasm/t07_ari3.exp
10866 * gdb.disasm/t08_or.exp
10867 * gdb.disasm/t09_xor.exp
10868 * gdb.disasm/t10_and.exp
10869 * gdb.disasm/t11_logs.exp
10870 * gdb.disasm/t12_bit.exp
10871 * gdb.disasm/t13_otr.exp
10872 * gdb.dlang/circular.exp
10873 * gdb.dwarf2/arr-stride.exp
10874 * gdb.dwarf2/arr-subrange.exp
10875 * gdb.dwarf2/atomic-type.exp
10876 * gdb.dwarf2/bad-regnum.exp
10877 * gdb.dwarf2/bitfield-parent-optimized-out.exp
10878 * gdb.dwarf2/callframecfa.exp
10879 * gdb.dwarf2/clztest.exp
10880 * gdb.dwarf2/corrupt.exp
10881 * gdb.dwarf2/data-loc.exp
10882 * gdb.dwarf2/dup-psym.exp
10883 * gdb.dwarf2/dw2-anon-mptr.exp
10884 * gdb.dwarf2/dw2-anonymous-func.exp
10885 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
10886 * gdb.dwarf2/dw2-bad-unresolved.exp
10887 * gdb.dwarf2/dw2-basic.exp
10888 * gdb.dwarf2/dw2-canonicalize-type.exp
10889 * gdb.dwarf2/dw2-case-insensitive.exp
10890 * gdb.dwarf2/dw2-common-block.exp
10891 * gdb.dwarf2/dw2-compdir-oldgcc.exp
10892 * gdb.dwarf2/dw2-compressed.exp
10893 * gdb.dwarf2/dw2-const.exp
10894 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
10895 * gdb.dwarf2/dw2-cu-size.exp
10896 * gdb.dwarf2/dw2-dup-frame.exp
10897 * gdb.dwarf2/dw2-entry-value.exp
10898 * gdb.dwarf2/dw2-icycle.exp
10899 * gdb.dwarf2/dw2-ifort-parameter.exp
10900 * gdb.dwarf2/dw2-inline-break.exp
10901 * gdb.dwarf2/dw2-inline-param.exp
10902 * gdb.dwarf2/dw2-intercu.exp
10903 * gdb.dwarf2/dw2-intermix.exp
10904 * gdb.dwarf2/dw2-lexical-block-bare.exp
10905 * gdb.dwarf2/dw2-linkage-name-trust.exp
10906 * gdb.dwarf2/dw2-minsym-in-cu.exp
10907 * gdb.dwarf2/dw2-noloc.exp
10908 * gdb.dwarf2/dw2-op-call.exp
10909 * gdb.dwarf2/dw2-op-out-param.exp
10910 * gdb.dwarf2/dw2-opt-structptr.exp
10911 * gdb.dwarf2/dw2-param-error.exp
10912 * gdb.dwarf2/dw2-producer.exp
10913 * gdb.dwarf2/dw2-ranges-base.exp
10914 * gdb.dwarf2/dw2-ref-missing-frame.exp
10915 * gdb.dwarf2/dw2-reg-undefined.exp
10916 * gdb.dwarf2/dw2-regno-invalid.exp
10917 * gdb.dwarf2/dw2-restore.exp
10918 * gdb.dwarf2/dw2-restrict.exp
10919 * gdb.dwarf2/dw2-single-line-discriminators.exp
10920 * gdb.dwarf2/dw2-strp.exp
10921 * gdb.dwarf2/dw2-undefined-ret-addr.exp
10922 * gdb.dwarf2/dw2-unresolved.exp
10923 * gdb.dwarf2/dw2-var-zero-addr.exp
10924 * gdb.dwarf2/dw4-sig-types.exp
10925 * gdb.dwarf2/dwz.exp
10926 * gdb.dwarf2/dynarr-ptr.exp
10927 * gdb.dwarf2/enum-type.exp
10928 * gdb.dwarf2/gdb-index.exp
10929 * gdb.dwarf2/implptr-64bit.exp
10930 * gdb.dwarf2/implptr-optimized-out.exp
10931 * gdb.dwarf2/implptr.exp
10932 * gdb.dwarf2/implref-array.exp
10933 * gdb.dwarf2/implref-const.exp
10934 * gdb.dwarf2/implref-global.exp
10935 * gdb.dwarf2/implref-struct.exp
10936 * gdb.dwarf2/mac-fileno.exp
10937 * gdb.dwarf2/main-subprogram.exp
10938 * gdb.dwarf2/member-ptr-forwardref.exp
10939 * gdb.dwarf2/method-ptr.exp
10940 * gdb.dwarf2/missing-sig-type.exp
10941 * gdb.dwarf2/nonvar-access.exp
10942 * gdb.dwarf2/opaque-type-lookup.exp
10943 * gdb.dwarf2/pieces-optimized-out.exp
10944 * gdb.dwarf2/pieces.exp
10945 * gdb.dwarf2/pr10770.exp
10946 * gdb.dwarf2/pr13961.exp
10947 * gdb.dwarf2/staticvirtual.exp
10948 * gdb.dwarf2/subrange.exp
10949 * gdb.dwarf2/symtab-producer.exp
10950 * gdb.dwarf2/trace-crash.exp
10951 * gdb.dwarf2/typeddwarf.exp
10952 * gdb.dwarf2/valop.exp
10953 * gdb.dwarf2/watch-notconst.exp
10954 * gdb.fortran/array-element.exp
10955 * gdb.fortran/charset.exp
10956 * gdb.fortran/common-block.exp
10957 * gdb.fortran/complex.exp
10958 * gdb.fortran/derived-type-function.exp
10959 * gdb.fortran/derived-type.exp
10960 * gdb.fortran/logical.exp
10961 * gdb.fortran/module.exp
10962 * gdb.fortran/multi-dim.exp
10963 * gdb.fortran/nested-funcs.exp
10964 * gdb.fortran/print-formatted.exp
10965 * gdb.fortran/subarray.exp
10966 * gdb.fortran/vla-alloc-assoc.exp
10967 * gdb.fortran/vla-datatypes.exp
10968 * gdb.fortran/vla-history.exp
10969 * gdb.fortran/vla-ptr-info.exp
10970 * gdb.fortran/vla-ptype-sub.exp
10971 * gdb.fortran/vla-ptype.exp
10972 * gdb.fortran/vla-sizeof.exp
10973 * gdb.fortran/vla-type.exp
10974 * gdb.fortran/vla-value-sub-arbitrary.exp
10975 * gdb.fortran/vla-value-sub-finish.exp
10976 * gdb.fortran/vla-value-sub.exp
10977 * gdb.fortran/vla-value.exp
10978 * gdb.fortran/whatis_type.exp
10979 * gdb.go/chan.exp
10980 * gdb.go/handcall.exp
10981 * gdb.go/hello.exp
10982 * gdb.go/integers.exp
10983 * gdb.go/methods.exp
10984 * gdb.go/package.exp
10985 * gdb.go/strings.exp
10986 * gdb.go/types.exp
10987 * gdb.go/unsafe.exp
10988 * gdb.guile/scm-arch.exp
10989 * gdb.guile/scm-block.exp
10990 * gdb.guile/scm-breakpoint.exp
10991 * gdb.guile/scm-cmd.exp
10992 * gdb.guile/scm-disasm.exp
10993 * gdb.guile/scm-equal.exp
10994 * gdb.guile/scm-frame-args.exp
10995 * gdb.guile/scm-frame-inline.exp
10996 * gdb.guile/scm-frame.exp
10997 * gdb.guile/scm-iterator.exp
10998 * gdb.guile/scm-math.exp
10999 * gdb.guile/scm-objfile.exp
11000 * gdb.guile/scm-ports.exp
11001 * gdb.guile/scm-symbol.exp
11002 * gdb.guile/scm-symtab.exp
11003 * gdb.guile/scm-value-cc.exp
11004 * gdb.guile/types-module.exp
11005 * gdb.linespec/break-ask.exp
11006 * gdb.linespec/cpexplicit.exp
11007 * gdb.linespec/explicit.exp
11008 * gdb.linespec/keywords.exp
11009 * gdb.linespec/linespec.exp
11010 * gdb.linespec/ls-dollar.exp
11011 * gdb.linespec/ls-errs.exp
11012 * gdb.linespec/skip-two.exp
11013 * gdb.linespec/thread.exp
11014 * gdb.mi/mi-async.exp
11015 * gdb.mi/mi-basics.exp
11016 * gdb.mi/mi-break.exp
11017 * gdb.mi/mi-catch-load.exp
11018 * gdb.mi/mi-cli.exp
11019 * gdb.mi/mi-cmd-param-changed.exp
11020 * gdb.mi/mi-console.exp
11021 * gdb.mi/mi-detach.exp
11022 * gdb.mi/mi-disassemble.exp
11023 * gdb.mi/mi-eval.exp
11024 * gdb.mi/mi-file-transfer.exp
11025 * gdb.mi/mi-file.exp
11026 * gdb.mi/mi-fill-memory.exp
11027 * gdb.mi/mi-inheritance-syntax-error.exp
11028 * gdb.mi/mi-linespec-err-cp.exp
11029 * gdb.mi/mi-logging.exp
11030 * gdb.mi/mi-memory-changed.exp
11031 * gdb.mi/mi-read-memory.exp
11032 * gdb.mi/mi-record-changed.exp
11033 * gdb.mi/mi-reg-undefined.exp
11034 * gdb.mi/mi-regs.exp
11035 * gdb.mi/mi-return.exp
11036 * gdb.mi/mi-reverse.exp
11037 * gdb.mi/mi-simplerun.exp
11038 * gdb.mi/mi-solib.exp
11039 * gdb.mi/mi-stack.exp
11040 * gdb.mi/mi-stepi.exp
11041 * gdb.mi/mi-syn-frame.exp
11042 * gdb.mi/mi-until.exp
11043 * gdb.mi/mi-var-block.exp
11044 * gdb.mi/mi-var-child.exp
11045 * gdb.mi/mi-var-cmd.exp
11046 * gdb.mi/mi-var-cp.exp
11047 * gdb.mi/mi-var-display.exp
11048 * gdb.mi/mi-var-invalidate.exp
11049 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
11050 * gdb.mi/mi-vla-fortran.exp
11051 * gdb.mi/mi-watch.exp
11052 * gdb.mi/mi2-var-child.exp
11053 * gdb.mi/user-selected-context-sync.exp
11054 * gdb.modula2/unbounded-array.exp
11055 * gdb.multi/dummy-frame-restore.exp
11056 * gdb.multi/multi-arch-exec.exp
11057 * gdb.multi/multi-arch.exp
11058 * gdb.multi/tids.exp
11059 * gdb.multi/watchpoint-multi.exp
11060 * gdb.opencl/callfuncs.exp
11061 * gdb.opencl/convs_casts.exp
11062 * gdb.opencl/datatypes.exp
11063 * gdb.opencl/operators.exp
11064 * gdb.opencl/vec_comps.exp
11065 * gdb.opt/clobbered-registers-O2.exp
11066 * gdb.opt/inline-break.exp
11067 * gdb.opt/inline-bt.exp
11068 * gdb.opt/inline-cmds.exp
11069 * gdb.opt/inline-locals.exp
11070 * gdb.pascal/case-insensitive-symbols.exp
11071 * gdb.pascal/floats.exp
11072 * gdb.pascal/gdb11492.exp
11073 * gdb.python/lib-types.exp
11074 * gdb.python/py-arch.exp
11075 * gdb.python/py-as-string.exp
11076 * gdb.python/py-bad-printers.exp
11077 * gdb.python/py-block.exp
11078 * gdb.python/py-breakpoint-create-fail.exp
11079 * gdb.python/py-breakpoint.exp
11080 * gdb.python/py-caller-is.exp
11081 * gdb.python/py-cmd.exp
11082 * gdb.python/py-explore-cc.exp
11083 * gdb.python/py-explore.exp
11084 * gdb.python/py-finish-breakpoint.exp
11085 * gdb.python/py-finish-breakpoint2.exp
11086 * gdb.python/py-frame-args.exp
11087 * gdb.python/py-frame-inline.exp
11088 * gdb.python/py-frame.exp
11089 * gdb.python/py-framefilter-mi.exp
11090 * gdb.python/py-infthread.exp
11091 * gdb.python/py-lazy-string.exp
11092 * gdb.python/py-linetable.exp
11093 * gdb.python/py-mi-events.exp
11094 * gdb.python/py-mi-objfile.exp
11095 * gdb.python/py-mi.exp
11096 * gdb.python/py-objfile.exp
11097 * gdb.python/py-pp-integral.exp
11098 * gdb.python/py-pp-maint.exp
11099 * gdb.python/py-pp-re-notag.exp
11100 * gdb.python/py-pp-registration.exp
11101 * gdb.python/py-recurse-unwind.exp
11102 * gdb.python/py-strfns.exp
11103 * gdb.python/py-symbol.exp
11104 * gdb.python/py-symtab.exp
11105 * gdb.python/py-sync-interp.exp
11106 * gdb.python/py-typeprint.exp
11107 * gdb.python/py-unwind-maint.exp
11108 * gdb.python/py-unwind.exp
11109 * gdb.python/py-value-cc.exp
11110 * gdb.python/py-xmethods.exp
11111 * gdb.reverse/amd64-tailcall-reverse.exp
11112 * gdb.reverse/break-precsave.exp
11113 * gdb.reverse/break-reverse.exp
11114 * gdb.reverse/consecutive-precsave.exp
11115 * gdb.reverse/consecutive-reverse.exp
11116 * gdb.reverse/finish-precsave.exp
11117 * gdb.reverse/finish-reverse-bkpt.exp
11118 * gdb.reverse/finish-reverse.exp
11119 * gdb.reverse/fstatat-reverse.exp
11120 * gdb.reverse/getresuid-reverse.exp
11121 * gdb.reverse/i386-precsave.exp
11122 * gdb.reverse/i386-reverse.exp
11123 * gdb.reverse/i386-sse-reverse.exp
11124 * gdb.reverse/i387-env-reverse.exp
11125 * gdb.reverse/i387-stack-reverse.exp
11126 * gdb.reverse/insn-reverse.exp
11127 * gdb.reverse/machinestate-precsave.exp
11128 * gdb.reverse/machinestate.exp
11129 * gdb.reverse/next-reverse-bkpt-over-sr.exp
11130 * gdb.reverse/pipe-reverse.exp
11131 * gdb.reverse/readv-reverse.exp
11132 * gdb.reverse/recvmsg-reverse.exp
11133 * gdb.reverse/rerun-prec.exp
11134 * gdb.reverse/s390-mvcle.exp
11135 * gdb.reverse/step-precsave.exp
11136 * gdb.reverse/step-reverse.exp
11137 * gdb.reverse/time-reverse.exp
11138 * gdb.reverse/until-precsave.exp
11139 * gdb.reverse/until-reverse.exp
11140 * gdb.reverse/waitpid-reverse.exp
11141 * gdb.reverse/watch-precsave.exp
11142 * gdb.reverse/watch-reverse.exp
11143 * gdb.rust/generics.exp
11144 * gdb.rust/methods.exp
11145 * gdb.rust/modules.exp
11146 * gdb.rust/simple.exp
11147 * gdb.server/connect-with-no-symbol-file.exp
11148 * gdb.server/ext-attach.exp
11149 * gdb.server/ext-restart.exp
11150 * gdb.server/ext-wrapper.exp
11151 * gdb.server/file-transfer.exp
11152 * gdb.server/server-exec-info.exp
11153 * gdb.server/server-kill.exp
11154 * gdb.server/server-mon.exp
11155 * gdb.server/wrapper.exp
11156 * gdb.stabs/exclfwd.exp
11157 * gdb.stabs/gdb11479.exp
11158 * gdb.threads/clone-new-thread-event.exp
11159 * gdb.threads/corethreads.exp
11160 * gdb.threads/current-lwp-dead.exp
11161 * gdb.threads/dlopen-libpthread.exp
11162 * gdb.threads/gcore-thread.exp
11163 * gdb.threads/sigstep-threads.exp
11164 * gdb.threads/watchpoint-fork.exp
11165 * gdb.trace/actions-changed.exp
11166 * gdb.trace/backtrace.exp
11167 * gdb.trace/change-loc.exp
11168 * gdb.trace/circ.exp
11169 * gdb.trace/collection.exp
11170 * gdb.trace/disconnected-tracing.exp
11171 * gdb.trace/ftrace.exp
11172 * gdb.trace/mi-trace-frame-collected.exp
11173 * gdb.trace/mi-trace-unavailable.exp
11174 * gdb.trace/mi-traceframe-changed.exp
11175 * gdb.trace/mi-tsv-changed.exp
11176 * gdb.trace/no-attach-trace.exp
11177 * gdb.trace/passc-dyn.exp
11178 * gdb.trace/qtro.exp
11179 * gdb.trace/range-stepping.exp
11180 * gdb.trace/read-memory.exp
11181 * gdb.trace/save-trace.exp
11182 * gdb.trace/signal.exp
11183 * gdb.trace/status-stop.exp
11184 * gdb.trace/tfile.exp
11185 * gdb.trace/trace-break.exp
11186 * gdb.trace/trace-buffer-size.exp
11187 * gdb.trace/trace-condition.exp
11188 * gdb.trace/tracefile-pseudo-reg.exp
11189 * gdb.trace/tstatus.exp
11190 * gdb.trace/unavailable.exp
11191 * gdb.trace/while-dyn.exp
11192 * gdb.trace/while-stepping.exp
11193
34c41c68
DE
111942016-12-22 Doug Evans <xdje42@gmail.com>
11195
11196 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
11197 and msymbols.
11198
16e69324
YQ
111992016-12-19 Yao Qi <yao.qi@linaro.org>
11200
11201 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
11202 (test_with_self): Don't call do_steps_and_nexts, and remove
11203 code about stepping into xmalloc.
11204
f94f411b
YQ
112052016-12-09 Yao Qi <yao.qi@linaro.org>
11206
11207 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
11208
112092016-12-09 Yao Qi <yao.qi@linaro.org>
11210
11211 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
11212
f1b5deee
PA
112132016-12-09 Pedro Alves <palves@redhat.com>
11214
11215 * gdb.base/all-architectures-0.exp: New file.
11216 * gdb.base/all-architectures-1.exp: New file.
11217 * gdb.base/all-architectures-2.exp: New file.
11218 * gdb.base/all-architectures-3.exp: New file.
11219 * gdb.base/all-architectures-4.exp: New file.
11220 * gdb.base/all-architectures-5.exp: New file.
11221 * gdb.base/all-architectures-6.exp: New file.
11222 * gdb.base/all-architectures-7.exp: New file.
11223 * gdb.base/all-architectures.exp.in: New file.
11224
364ca42e
YQ
112252016-12-09 Yao Qi <yao.qi@linaro.org>
11226
11227 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
11228
107c2d62
LM
112292016-12-02 Luis Machado <lgustavo@codesourcery.com>
11230
11231 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
11232 possible.
11233 Remove useless pattern-matching code.
11234
df3ee9ca
PA
112352016-12-02 Pedro Alves <palves@redhat.com>
11236
11237 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
11238 procedure.
11239 (top level): Call it.
11240
ec835369
PA
112412016-12-02 Pedro Alves <palves@redhat.com>
11242
11243 * gdb.base/commands.exp (user_defined_command_args_stack_test):
11244 New procedure.
11245 (top level): Call it.
11246
01770bbd
PA
112472016-12-02 Pedro Alves <palves@redhat.com>
11248
11249 PR cli/20559
11250 * gdb.base/commands.exp (user_defined_command_args_eval): New
11251 procedure.
11252 (top level): Call it.
11253
008459ea
LM
112542016-12-02 Luis Machado <lgustavo@codesourcery.com>
11255
11256 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
11257 timeout handling.
11258
0c1b455e
TT
112592016-12-02 Tom Tromey <tom@tromey.com>
11260
11261 * gdb.dwarf2/main-subprogram.c: New file.
11262 * gdb.dwarf2/main-subprogram.exp: New file.
11263
018572b8
LM
112642016-12-01 Luis Machado <lgustavo@codesourcery.com>
11265
11266 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
11267 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
11268 gdb_test_no_output for a couple of cases.
11269 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
11270
84c93cd5
LM
112712016-12-01 Luis Machado <lgustavo@codesourcery.com>
11272
11273 Fix test names and standardize compilation error messages throughout
11274 the following files:
11275
11276 * gdb.ada/start.exp
11277 * gdb.arch/alpha-step.exp
11278 * gdb.arch/e500-prologue.exp
11279 * gdb.arch/ftrace-insn-reloc.exp
11280 * gdb.arch/gdb1291.exp
11281 * gdb.arch/gdb1431.exp
11282 * gdb.arch/gdb1558.exp
11283 * gdb.arch/i386-dr3-watch.exp
11284 * gdb.arch/i386-sse-stack-align.exp
11285 * gdb.arch/ia64-breakpoint-shadow.exp
11286 * gdb.arch/pa-nullify.exp
11287 * gdb.arch/powerpc-aix-prologue.exp
11288 * gdb.arch/thumb-bx-pc.exp
11289 * gdb.base/annota1.exp
11290 * gdb.base/annota3.exp
11291 * gdb.base/arrayidx.exp
11292 * gdb.base/assign.exp
11293 * gdb.base/attach.exp
11294 * gdb.base/auxv.exp
11295 * gdb.base/bang.exp
11296 * gdb.base/bfp-test.exp
11297 * gdb.base/bigcore.exp
11298 * gdb.base/bitfields2.exp
11299 * gdb.base/break-fun-addr.exp
11300 * gdb.base/break-probes.exp
11301 * gdb.base/call-rt-st.exp
11302 * gdb.base/callexit.exp
11303 * gdb.base/catch-fork-kill.exp
11304 * gdb.base/charset.exp
11305 * gdb.base/checkpoint.exp
11306 * gdb.base/comprdebug.exp
11307 * gdb.base/constvars.exp
11308 * gdb.base/coredump-filter.exp
11309 * gdb.base/cursal.exp
11310 * gdb.base/cvexpr.exp
11311 * gdb.base/detach.exp
11312 * gdb.base/display.exp
11313 * gdb.base/dmsym.exp
11314 * gdb.base/dprintf-pending.exp
11315 * gdb.base/dso2dso.exp
11316 * gdb.base/dtrace-probe.exp
11317 * gdb.base/dump.exp
11318 * gdb.base/enum_cond.exp
11319 * gdb.base/exe-lock.exp
11320 * gdb.base/exec-invalid-sysroot.exp
11321 * gdb.base/execl-update-breakpoints.exp
11322 * gdb.base/exprs.exp
11323 * gdb.base/fileio.exp
11324 * gdb.base/find.exp
11325 * gdb.base/finish.exp
11326 * gdb.base/fixsection.exp
11327 * gdb.base/foll-vfork.exp
11328 * gdb.base/frame-args.exp
11329 * gdb.base/gcore.exp
11330 * gdb.base/gdb1250.exp
11331 * gdb.base/global-var-nested-by-dso.exp
11332 * gdb.base/gnu-ifunc.exp
11333 * gdb.base/hashline1.exp
11334 * gdb.base/hashline2.exp
11335 * gdb.base/hashline3.exp
11336 * gdb.base/hbreak-in-shr-unsupported.exp
11337 * gdb.base/huge.exp
11338 * gdb.base/infcall-input.exp
11339 * gdb.base/info-fun.exp
11340 * gdb.base/info-shared.exp
11341 * gdb.base/jit-simple.exp
11342 * gdb.base/jit-so.exp
11343 * gdb.base/jit.exp
11344 * gdb.base/jump.exp
11345 * gdb.base/label.exp
11346 * gdb.base/lineinc.exp
11347 * gdb.base/logical.exp
11348 * gdb.base/longjmp.exp
11349 * gdb.base/macscp.exp
11350 * gdb.base/miscexprs.exp
11351 * gdb.base/new-ui-echo.exp
11352 * gdb.base/new-ui-pending-input.exp
11353 * gdb.base/new-ui.exp
11354 * gdb.base/nodebug.exp
11355 * gdb.base/nofield.exp
11356 * gdb.base/offsets.exp
11357 * gdb.base/overlays.exp
11358 * gdb.base/pending.exp
11359 * gdb.base/pointers.exp
11360 * gdb.base/pr11022.exp
11361 * gdb.base/printcmds.exp
11362 * gdb.base/prologue.exp
11363 * gdb.base/ptr-typedef.exp
11364 * gdb.base/realname-expand.exp
11365 * gdb.base/relativedebug.exp
11366 * gdb.base/relocate.exp
11367 * gdb.base/remote.exp
11368 * gdb.base/reread.exp
11369 * gdb.base/return2.exp
11370 * gdb.base/savedregs.exp
11371 * gdb.base/sep.exp
11372 * gdb.base/sepdebug.exp
11373 * gdb.base/sepsymtab.exp
11374 * gdb.base/set-inferior-tty.exp
11375 * gdb.base/setshow.exp
11376 * gdb.base/shlib-call.exp
11377 * gdb.base/sigaltstack.exp
11378 * gdb.base/siginfo-addr.exp
11379 * gdb.base/signals.exp
11380 * gdb.base/signull.exp
11381 * gdb.base/sigrepeat.exp
11382 * gdb.base/so-impl-ld.exp
11383 * gdb.base/solib-display.exp
11384 * gdb.base/solib-overlap.exp
11385 * gdb.base/solib-search.exp
11386 * gdb.base/solib-symbol.exp
11387 * gdb.base/structs.exp
11388 * gdb.base/structs2.exp
11389 * gdb.base/symtab-search-order.exp
11390 * gdb.base/twice.exp
11391 * gdb.base/unload.exp
11392 * gdb.base/varargs.exp
11393 * gdb.base/watchpoint-solib.exp
11394 * gdb.base/watchpoint.exp
11395 * gdb.base/whatis.exp
11396 * gdb.base/wrong_frame_bt_full.exp
11397 * gdb.btrace/dlopen.exp
11398 * gdb.cell/ea-standalone.exp
11399 * gdb.cell/ea-test.exp
11400 * gdb.cp/dispcxx.exp
11401 * gdb.cp/gdb2384.exp
11402 * gdb.cp/method2.exp
11403 * gdb.cp/nextoverthrow.exp
11404 * gdb.cp/pr10728.exp
11405 * gdb.disasm/am33.exp
11406 * gdb.disasm/h8300s.exp
11407 * gdb.disasm/mn10300.exp
11408 * gdb.disasm/sh3.exp
11409 * gdb.dwarf2/dw2-dir-file-name.exp
11410 * gdb.fortran/complex.exp
11411 * gdb.fortran/library-module.exp
11412 * gdb.guile/scm-pretty-print.exp
11413 * gdb.guile/scm-symbol.exp
11414 * gdb.guile/scm-type.exp
11415 * gdb.guile/scm-value.exp
11416 * gdb.linespec/linespec.exp
11417 * gdb.mi/gdb701.exp
11418 * gdb.mi/gdb792.exp
11419 * gdb.mi/mi-breakpoint-changed.exp
11420 * gdb.mi/mi-dprintf-pending.exp
11421 * gdb.mi/mi-dprintf.exp
11422 * gdb.mi/mi-exit-code.exp
11423 * gdb.mi/mi-pending.exp
11424 * gdb.mi/mi-solib.exp
11425 * gdb.mi/new-ui-mi-sync.exp
11426 * gdb.mi/pr11022.exp
11427 * gdb.mi/user-selected-context-sync.exp
11428 * gdb.opt/solib-intra-step.exp
11429 * gdb.python/py-events.exp
11430 * gdb.python/py-finish-breakpoint.exp
11431 * gdb.python/py-mi.exp
11432 * gdb.python/py-prettyprint.exp
11433 * gdb.python/py-shared.exp
11434 * gdb.python/py-symbol.exp
11435 * gdb.python/py-template.exp
11436 * gdb.python/py-type.exp
11437 * gdb.python/py-value.exp
11438 * gdb.reverse/solib-precsave.exp
11439 * gdb.reverse/solib-reverse.exp
11440 * gdb.server/solib-list.exp
11441 * gdb.stabs/weird.exp
11442 * gdb.threads/reconnect-signal.exp
11443 * gdb.threads/stepi-random-signal.exp
11444 * gdb.trace/actions.exp
11445 * gdb.trace/ax.exp
11446 * gdb.trace/backtrace.exp
11447 * gdb.trace/change-loc.exp
11448 * gdb.trace/deltrace.exp
11449 * gdb.trace/ftrace-lock.exp
11450 * gdb.trace/ftrace.exp
11451 * gdb.trace/infotrace.exp
11452 * gdb.trace/mi-tracepoint-changed.exp
11453 * gdb.trace/packetlen.exp
11454 * gdb.trace/passcount.exp
11455 * gdb.trace/pending.exp
11456 * gdb.trace/range-stepping.exp
11457 * gdb.trace/report.exp
11458 * gdb.trace/stap-trace.exp
11459 * gdb.trace/tfind.exp
11460 * gdb.trace/trace-break.exp
11461 * gdb.trace/trace-condition.exp
11462 * gdb.trace/trace-enable-disable.exp
11463 * gdb.trace/trace-mt.exp
11464 * gdb.trace/tracecmd.exp
11465 * gdb.trace/tspeed.exp
11466 * gdb.trace/tsv.exp
11467 * lib/perftest.exp
11468
fb9feb35
LM
114692016-12-01 Luis Machado <lgustavo@codesourcery.com>
11470
11471 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
11472 with gdb_test_no_output.
11473 Use command as test name.
11474
cd2ddb6c
LM
114752016-12-01 Luis Machado <lgustavo@codesourcery.com>
11476
11477 Fix test names starting with uppercase throughout the files.
11478
11479 * gdb.ada/assign_1.exp
11480 * gdb.ada/boolean_expr.exp
11481 * gdb.base/arrayidx.exp
11482 * gdb.base/del.exp
11483 * gdb.base/gcore-buffer-overflow.exp
11484 * gdb.base/testenv.exp
11485 * gdb.compile/compile.exp
11486 * gdb.python/py-framefilter-invalidarg.exp
11487 * gdb.python/py-framefilter.exp
11488
bb95117e
LM
114892016-12-01 Luis Machado <lgustavo@codesourcery.com>
11490
11491 Fix test names starting with uppercase throughout the files.
11492
11493 * gdb.ada/array_return.exp
11494 * gdb.ada/expr_delims.exp
11495 * gdb.ada/mi_dyn_arr.exp
11496 * gdb.ada/mi_interface.exp
11497 * gdb.ada/mi_var_array.exp
11498 * gdb.ada/watch_arg.exp
11499 * gdb.arch/alpha-step.exp
11500 * gdb.arch/altivec-regs.exp
11501 * gdb.arch/e500-regs.exp
11502 * gdb.arch/powerpc-d128-regs.exp
11503 * gdb.base/arrayidx.exp
11504 * gdb.base/break.exp
11505 * gdb.base/checkpoint.exp
11506 * gdb.base/debug-expr.exp
11507 * gdb.base/dmsym.exp
11508 * gdb.base/radix.exp
11509 * gdb.base/sepdebug.exp
11510 * gdb.base/testenv.exp
11511 * gdb.base/watch_thread_num.exp
11512 * gdb.base/watchpoint-cond-gone.exp
11513 * gdb.cell/break.exp
11514 * gdb.cell/ea-cache.exp
11515 * gdb.compile/compile.exp
11516 * gdb.cp/gdb2495.exp
11517 * gdb.gdb/selftest.exp
11518 * gdb.gdb/xfullpath.exp
11519 * gdb.go/hello.exp
11520 * gdb.go/integers.exp
11521 * gdb.objc/basicclass.exp
11522 * gdb.pascal/hello.exp
11523 * gdb.pascal/integers.exp
11524 * gdb.python/py-breakpoint.exp
11525 * gdb.python/py-cmd.exp
11526 * gdb.python/py-linetable.exp
11527 * gdb.python/py-xmethods.exp
11528 * gdb.python/python.exp
11529 * gdb.reverse/consecutive-precsave.exp
11530 * gdb.reverse/finish-precsave.exp
11531 * gdb.reverse/i386-precsave.exp
11532 * gdb.reverse/machinestate-precsave.exp
11533 * gdb.reverse/sigall-precsave.exp
11534 * gdb.reverse/solib-precsave.exp
11535 * gdb.reverse/step-precsave.exp
11536 * gdb.reverse/until-precsave.exp
11537 * gdb.reverse/watch-precsave.exp
11538 * gdb.threads/leader-exit.exp
11539 * gdb.threads/pthreads.exp
11540 * gdb.threads/wp-replication.exp
11541 * gdb.trace/actions.exp
11542 * gdb.trace/mi-tsv-changed.exp
11543 * gdb.trace/tsv.exp
11544
de97fdd4
LM
115452016-12-01 Luis Machado <lgustavo@codesourcery.com>
11546
11547 Fix test names starting with uppercase throughout the files.
11548
11549 * gdb.arch/i386-bp_permanent.exp
11550 * gdb.arch/i386-gnu-cfi.exp
11551 * gdb.base/disasm-end-cu.exp
11552 * gdb.base/macscp.exp
11553 * gdb.base/pending.exp
11554 * gdb.base/watch_thread_num.exp
11555 * gdb.cp/exception.exp
11556 * gdb.cp/gdb2495.exp
11557 * gdb.cp/local.exp
11558 * gdb.python/py-evsignal.exp
11559 * gdb.python/python.exp
11560 * gdb.trace/tracecmd.exp
11561
9f058c10
LM
115622016-12-01 Luis Machado <lgustavo@codesourcery.com>
11563
11564 Fix test names starting with uppercase throughout the files.
11565
11566 * gdb.base/charset.exp
11567 * gdb.base/eval.exp
11568 * gdb.base/multi-forks.exp
11569 * gdb.guile/scm-progspace.exp
11570 * gdb.opencl/datatypes.exp
11571 * gdb.python/py-block.exp
11572 * gdb.python/py-function.exp
11573 * gdb.python/py-symbol.exp
11574 * gdb.python/py-symtab.exp
11575 * gdb.python/py-xmethods.exp
11576 * gdb.reverse/break-precsave.exp
11577 * gdb.reverse/break-reverse.exp
11578 * gdb.reverse/consecutive-precsave.exp
11579 * gdb.reverse/consecutive-reverse.exp
11580 * gdb.reverse/finish-precsave.exp
11581 * gdb.reverse/finish-reverse-bkpt.exp
11582 * gdb.reverse/finish-reverse.exp
11583 * gdb.reverse/fstatat-reverse.exp
11584 * gdb.reverse/getresuid-reverse.exp
11585 * gdb.reverse/i386-precsave.exp
11586 * gdb.reverse/i386-reverse.exp
11587 * gdb.reverse/i386-sse-reverse.exp
11588 * gdb.reverse/i387-stack-reverse.exp
11589 * gdb.reverse/insn-reverse.exp
11590 * gdb.reverse/machinestate-precsave.exp
11591 * gdb.reverse/machinestate.exp
11592 * gdb.reverse/next-reverse-bkpt-over-sr.exp
11593 * gdb.reverse/pipe-reverse.exp
11594 * gdb.reverse/readv-reverse.exp
11595 * gdb.reverse/recvmsg-reverse.exp
11596 * gdb.reverse/rerun-prec.exp
11597 * gdb.reverse/s390-mvcle.exp
11598 * gdb.reverse/sigall-precsave.exp
11599 * gdb.reverse/sigall-reverse.exp
11600 * gdb.reverse/solib-precsave.exp
11601 * gdb.reverse/solib-reverse.exp
11602 * gdb.reverse/step-precsave.exp
11603 * gdb.reverse/step-reverse.exp
11604 * gdb.reverse/time-reverse.exp
11605 * gdb.reverse/until-precsave.exp
11606 * gdb.reverse/until-reverse.exp
11607 * gdb.reverse/waitpid-reverse.exp
11608 * gdb.reverse/watch-precsave.exp
11609 * gdb.reverse/watch-reverse.exp
11610
cdc7edd7
LM
116112016-12-01 Luis Machado <lgustavo@codesourcery.com>
11612
11613 Fix test names starting with uppercase throughout the files.
11614
11615 * gdb.arch/i386-mpx-simple_segv.exp
11616 * gdb.arch/i386-mpx.exp
11617 * gdb.arch/i386-permbkpt.exp
11618 * gdb.arch/pa-nullify.exp
11619 * gdb.arch/powerpc-d128-regs.exp
11620 * gdb.arch/vsx-regs.exp
11621 * gdb.base/bfp-test.exp
11622 * gdb.base/break.exp
11623 * gdb.base/breakpoint-shadow.exp
11624 * gdb.base/callfuncs.exp
11625 * gdb.base/charset.exp
11626 * gdb.base/commands.exp
11627 * gdb.base/completion.exp
11628 * gdb.base/dfp-test.exp
11629 * gdb.base/echo.exp
11630 * gdb.base/ending-run.exp
11631 * gdb.base/eval.exp
11632 * gdb.base/expand-psymtabs.exp
11633 * gdb.base/float128.exp
11634 * gdb.base/floatn.exp
11635 * gdb.base/foll-exec-mode.exp
11636 * gdb.base/gdb1056.exp
11637 * gdb.base/gdb11531.exp
11638 * gdb.base/kill-after-signal.exp
11639 * gdb.base/multi-forks.exp
11640 * gdb.base/overlays.exp
11641 * gdb.base/pending.exp
11642 * gdb.base/sepdebug.exp
11643 * gdb.base/testenv.exp
11644 * gdb.base/valgrind-db-attach.exp
11645 * gdb.base/watch_thread_num.exp
11646 * gdb.base/watchpoint-cond-gone.exp
11647 * gdb.base/watchpoint.exp
11648 * gdb.base/watchpoints.exp
11649 * gdb.cp/arg-reference.exp
11650 * gdb.cp/baseenum.exp
11651 * gdb.cp/operator.exp
11652 * gdb.cp/shadow.exp
11653 * gdb.dwarf2/dw2-op-out-param.exp
11654 * gdb.dwarf2/dw2-reg-undefined.exp
11655 * gdb.go/chan.exp
11656 * gdb.go/hello.exp
11657 * gdb.go/integers.exp
11658 * gdb.go/methods.exp
11659 * gdb.go/package.exp
11660 * gdb.guile/scm-parameter.exp
11661 * gdb.guile/scm-progspace.exp
11662 * gdb.guile/scm-value.exp
11663 * gdb.mi/mi-pending.exp
11664 * gdb.mi/user-selected-context-sync.exp
11665 * gdb.multi/multi-attach.exp
11666 * gdb.multi/tids.exp
11667 * gdb.opt/clobbered-registers-O2.exp
11668 * gdb.pascal/floats.exp
11669 * gdb.pascal/integers.exp
11670 * gdb.python/py-block.exp
11671 * gdb.python/py-events.exp
11672 * gdb.python/py-parameter.exp
11673 * gdb.python/py-symbol.exp
11674 * gdb.python/py-symtab.exp
11675 * gdb.python/py-type.exp
11676 * gdb.python/py-value.exp
11677 * gdb.python/py-xmethods.exp
11678 * gdb.python/python.exp
11679 * gdb.reverse/break-precsave.exp
11680 * gdb.reverse/consecutive-precsave.exp
11681 * gdb.reverse/finish-precsave.exp
11682 * gdb.reverse/i386-precsave.exp
11683 * gdb.reverse/machinestate-precsave.exp
11684 * gdb.reverse/sigall-precsave.exp
11685 * gdb.reverse/solib-precsave.exp
11686 * gdb.reverse/step-precsave.exp
11687 * gdb.reverse/until-precsave.exp
11688 * gdb.reverse/watch-precsave.exp
11689 * gdb.server/ext-attach.exp
11690 * gdb.server/ext-restart.exp
11691 * gdb.server/ext-run.exp
11692 * gdb.server/ext-wrapper.exp
11693 * gdb.stabs/gdb11479.exp
11694 * gdb.stabs/weird.exp
11695 * gdb.threads/attach-many-short-lived-threads.exp
11696 * gdb.threads/kill.exp
11697 * gdb.threads/watchpoint-fork.exp
11698
bc6c7af4
LM
116992016-12-01 Luis Machado <lgustavo@codesourcery.com>
11700
11701 Fix test names starting with uppercase throughout all the files below.
11702
11703 * gdb.ada/array_return.exp
11704 * gdb.ada/catch_ex.exp
11705 * gdb.ada/info_exc.exp
11706 * gdb.ada/mi_catch_ex.exp
11707 * gdb.ada/mi_dyn_arr.exp
11708 * gdb.ada/mi_ex_cond.exp
11709 * gdb.ada/mi_exc_info.exp
11710 * gdb.ada/mi_interface.exp
11711 * gdb.ada/mi_task_arg.exp
11712 * gdb.ada/mi_task_info.exp
11713 * gdb.ada/mi_var_array.exp
11714 * gdb.arch/alpha-step.exp
11715 * gdb.arch/amd64-disp-step.exp
11716 * gdb.arch/arm-disp-step.exp
11717 * gdb.arch/disp-step-insn-reloc.exp
11718 * gdb.arch/e500-prologue.exp
11719 * gdb.arch/ftrace-insn-reloc.exp
11720 * gdb.arch/gdb1558.exp
11721 * gdb.arch/i386-bp_permanent.exp
11722 * gdb.arch/i386-disp-step.exp
11723 * gdb.arch/i386-float.exp
11724 * gdb.arch/i386-gnu-cfi.exp
11725 * gdb.arch/ia64-breakpoint-shadow.exp
11726 * gdb.arch/mips16-thunks.exp
11727 * gdb.arch/pa-nullify.exp
11728 * gdb.arch/powerpc-aix-prologue.exp
11729 * gdb.arch/powerpc-power.exp
11730 * gdb.arch/ppc-dfp.exp
11731 * gdb.arch/s390-tdbregs.exp
11732 * gdb.arch/spu-info.exp
11733 * gdb.arch/spu-ls.exp
11734 * gdb.arch/thumb-bx-pc.exp
11735 * gdb.base/advance.exp
11736 * gdb.base/annota-input-while-running.exp
11737 * gdb.base/arrayidx.exp
11738 * gdb.base/asmlabel.exp
11739 * gdb.base/async.exp
11740 * gdb.base/attach-wait-input.exp
11741 * gdb.base/auto-connect-native-target.exp
11742 * gdb.base/batch-preserve-term-settings.exp
11743 * gdb.base/bfp-test.exp
11744 * gdb.base/bigcore.exp
11745 * gdb.base/bp-permanent.exp
11746 * gdb.base/break-always.exp
11747 * gdb.base/break-fun-addr.exp
11748 * gdb.base/break-idempotent.exp
11749 * gdb.base/break-main-file-remove-fail.exp
11750 * gdb.base/break-probes.exp
11751 * gdb.base/break-unload-file.exp
11752 * gdb.base/break.exp
11753 * gdb.base/call-ar-st.exp
11754 * gdb.base/call-rt-st.exp
11755 * gdb.base/call-sc.exp
11756 * gdb.base/call-signal-resume.exp
11757 * gdb.base/call-strs.exp
11758 * gdb.base/callexit.exp
11759 * gdb.base/callfuncs.exp
11760 * gdb.base/catch-gdb-caused-signals.exp
11761 * gdb.base/catch-signal-siginfo-cond.exp
11762 * gdb.base/catch-syscall.exp
11763 * gdb.base/compare-sections.exp
11764 * gdb.base/cond-eval-mode.exp
11765 * gdb.base/condbreak-call-false.exp
11766 * gdb.base/consecutive-step-over.exp
11767 * gdb.base/cursal.exp
11768 * gdb.base/disabled-location.exp
11769 * gdb.base/disasm-end-cu.exp
11770 * gdb.base/display.exp
11771 * gdb.base/double-prompt-target-event-error.exp
11772 * gdb.base/dprintf-bp-same-addr.exp
11773 * gdb.base/dprintf-detach.exp
11774 * gdb.base/dprintf-next.exp
11775 * gdb.base/dprintf-non-stop.exp
11776 * gdb.base/dprintf-pending.exp
11777 * gdb.base/dso2dso.exp
11778 * gdb.base/ending-run.exp
11779 * gdb.base/enum_cond.exp
11780 * gdb.base/examine-backward.exp
11781 * gdb.base/exe-lock.exp
11782 * gdb.base/exec-invalid-sysroot.exp
11783 * gdb.base/execl-update-breakpoints.exp
11784 * gdb.base/execution-termios.exp
11785 * gdb.base/fileio.exp
11786 * gdb.base/fixsection.exp
11787 * gdb.base/foll-exec-mode.exp
11788 * gdb.base/foll-exec.exp
11789 * gdb.base/fork-running-state.exp
11790 * gdb.base/frame-args.exp
11791 * gdb.base/fullpath-expand.exp
11792 * gdb.base/func-ptr.exp
11793 * gdb.base/gcore-relro-pie.exp
11794 * gdb.base/gdb1090.exp
11795 * gdb.base/gdb1555.exp
11796 * gdb.base/global-var-nested-by-dso.exp
11797 * gdb.base/gnu-ifunc.exp
11798 * gdb.base/hbreak-in-shr-unsupported.exp
11799 * gdb.base/hbreak-unmapped.exp
11800 * gdb.base/hook-stop.exp
11801 * gdb.base/infcall-input.exp
11802 * gdb.base/info-fun.exp
11803 * gdb.base/info-shared.exp
11804 * gdb.base/interrupt-noterm.exp
11805 * gdb.base/jit-so.exp
11806 * gdb.base/jit.exp
11807 * gdb.base/line-symtabs.exp
11808 * gdb.base/list.exp
11809 * gdb.base/longjmp.exp
11810 * gdb.base/macscp.exp
11811 * gdb.base/max-value-size.exp
11812 * gdb.base/nodebug.exp
11813 * gdb.base/nofield.exp
11814 * gdb.base/overlays.exp
11815 * gdb.base/paginate-after-ctrl-c-running.exp
11816 * gdb.base/paginate-bg-execution.exp
11817 * gdb.base/paginate-inferior-exit.exp
11818 * gdb.base/pending.exp
11819 * gdb.base/pr11022.exp
11820 * gdb.base/printcmds.exp
11821 * gdb.base/ptr-typedef.exp
11822 * gdb.base/ptype.exp
11823 * gdb.base/randomize.exp
11824 * gdb.base/range-stepping.exp
11825 * gdb.base/realname-expand.exp
11826 * gdb.base/relativedebug.exp
11827 * gdb.base/remote.exp
11828 * gdb.base/savedregs.exp
11829 * gdb.base/sepdebug.exp
11830 * gdb.base/set-noassign.exp
11831 * gdb.base/shlib-call.exp
11832 * gdb.base/shreloc.exp
11833 * gdb.base/sigaltstack.exp
11834 * gdb.base/sigbpt.exp
11835 * gdb.base/siginfo-addr.exp
11836 * gdb.base/siginfo-obj.exp
11837 * gdb.base/siginfo-thread.exp
11838 * gdb.base/signest.exp
11839 * gdb.base/signull.exp
11840 * gdb.base/sigrepeat.exp
11841 * gdb.base/skip.exp
11842 * gdb.base/so-impl-ld.exp
11843 * gdb.base/solib-corrupted.exp
11844 * gdb.base/solib-disc.exp
11845 * gdb.base/solib-display.exp
11846 * gdb.base/solib-overlap.exp
11847 * gdb.base/solib-search.exp
11848 * gdb.base/solib-symbol.exp
11849 * gdb.base/source-execution.exp
11850 * gdb.base/sss-bp-on-user-bp-2.exp
11851 * gdb.base/sss-bp-on-user-bp.exp
11852 * gdb.base/stack-checking.exp
11853 * gdb.base/stale-infcall.exp
11854 * gdb.base/step-break.exp
11855 * gdb.base/step-line.exp
11856 * gdb.base/step-over-exit.exp
11857 * gdb.base/step-test.exp
11858 * gdb.base/structs.exp
11859 * gdb.base/sym-file.exp
11860 * gdb.base/symtab-search-order.exp
11861 * gdb.base/term.exp
11862 * gdb.base/type-opaque.exp
11863 * gdb.base/unload.exp
11864 * gdb.base/until-nodebug.exp
11865 * gdb.base/until.exp
11866 * gdb.base/unwindonsignal.exp
11867 * gdb.base/watch-cond.exp
11868 * gdb.base/watch-non-mem.exp
11869 * gdb.base/watch_thread_num.exp
11870 * gdb.base/watchpoint-reuse-slot.exp
11871 * gdb.base/watchpoint-solib.exp
11872 * gdb.base/watchpoint.exp
11873 * gdb.btrace/dlopen.exp
11874 * gdb.cell/arch.exp
11875 * gdb.cell/break.exp
11876 * gdb.cell/bt.exp
11877 * gdb.cell/core.exp
11878 * gdb.cell/data.exp
11879 * gdb.cell/dwarfaddr.exp
11880 * gdb.cell/ea-cache.exp
11881 * gdb.cell/ea-standalone.exp
11882 * gdb.cell/ea-test.exp
11883 * gdb.cell/f-regs.exp
11884 * gdb.cell/fork.exp
11885 * gdb.cell/gcore.exp
11886 * gdb.cell/mem-access.exp
11887 * gdb.cell/ptype.exp
11888 * gdb.cell/registers.exp
11889 * gdb.cell/sizeof.exp
11890 * gdb.cell/solib-symbol.exp
11891 * gdb.cell/solib.exp
11892 * gdb.compile/compile-tls.exp
11893 * gdb.cp/exception.exp
11894 * gdb.cp/gdb2495.exp
11895 * gdb.cp/local.exp
11896 * gdb.cp/mb-inline.exp
11897 * gdb.cp/mb-templates.exp
11898 * gdb.cp/pr10687.exp
11899 * gdb.cp/pr9167.exp
11900 * gdb.cp/scope-err.exp
11901 * gdb.cp/templates.exp
11902 * gdb.cp/virtfunc.exp
11903 * gdb.dwarf2/dw2-dir-file-name.exp
11904 * gdb.dwarf2/dw2-single-line-discriminators.exp
11905 * gdb.fortran/complex.exp
11906 * gdb.fortran/library-module.exp
11907 * gdb.guile/guile.exp
11908 * gdb.guile/scm-cmd.exp
11909 * gdb.guile/scm-frame-inline.exp
11910 * gdb.guile/scm-objfile.exp
11911 * gdb.guile/scm-pretty-print.exp
11912 * gdb.guile/scm-symbol.exp
11913 * gdb.guile/scm-type.exp
11914 * gdb.guile/scm-value.exp
11915 * gdb.linespec/keywords.exp
11916 * gdb.linespec/ls-errs.exp
11917 * gdb.linespec/macro-relative.exp
11918 * gdb.linespec/thread.exp
11919 * gdb.mi/mi-breakpoint-changed.exp
11920 * gdb.mi/mi-dprintf-pending.exp
11921 * gdb.mi/mi-fullname-deleted.exp
11922 * gdb.mi/mi-logging.exp
11923 * gdb.mi/mi-pending.exp
11924 * gdb.mi/mi-solib.exp
11925 * gdb.mi/new-ui-mi-sync.exp
11926 * gdb.mi/user-selected-context-sync.exp
11927 * gdb.multi/dummy-frame-restore.exp
11928 * gdb.multi/multi-arch-exec.exp
11929 * gdb.multi/remove-inferiors.exp
11930 * gdb.multi/watchpoint-multi-exit.exp
11931 * gdb.opt/solib-intra-step.exp
11932 * gdb.perf/backtrace.exp
11933 * gdb.perf/single-step.exp
11934 * gdb.perf/skip-command.exp
11935 * gdb.perf/skip-prologue.exp
11936 * gdb.perf/solib.exp
11937 * gdb.python/lib-types.exp
11938 * gdb.python/py-as-string.exp
11939 * gdb.python/py-bad-printers.exp
11940 * gdb.python/py-block.exp
11941 * gdb.python/py-breakpoint.exp
11942 * gdb.python/py-cmd.exp
11943 * gdb.python/py-events.exp
11944 * gdb.python/py-evthreads.exp
11945 * gdb.python/py-finish-breakpoint.exp
11946 * gdb.python/py-finish-breakpoint2.exp
11947 * gdb.python/py-frame-inline.exp
11948 * gdb.python/py-frame.exp
11949 * gdb.python/py-inferior.exp
11950 * gdb.python/py-infthread.exp
11951 * gdb.python/py-mi.exp
11952 * gdb.python/py-objfile.exp
11953 * gdb.python/py-pp-maint.exp
11954 * gdb.python/py-pp-registration.exp
11955 * gdb.python/py-prettyprint.exp
11956 * gdb.python/py-recurse-unwind.exp
11957 * gdb.python/py-shared.exp
11958 * gdb.python/py-symbol.exp
11959 * gdb.python/py-symtab.exp
11960 * gdb.python/py-template.exp
11961 * gdb.python/py-type.exp
11962 * gdb.python/py-unwind-maint.exp
11963 * gdb.python/py-unwind.exp
11964 * gdb.python/py-value.exp
11965 * gdb.python/python.exp
11966 * gdb.reverse/finish-reverse-bkpt.exp
11967 * gdb.reverse/insn-reverse.exp
11968 * gdb.reverse/next-reverse-bkpt-over-sr.exp
11969 * gdb.reverse/solib-precsave.exp
11970 * gdb.reverse/solib-reverse.exp
11971 * gdb.stabs/gdb11479.exp
11972 * gdb.stabs/weird.exp
11973 * gdb.threads/fork-child-threads.exp
11974 * gdb.threads/fork-plus-threads.exp
11975 * gdb.threads/fork-thread-pending.exp
11976 * gdb.threads/forking-threads-plus-breakpoint.exp
11977 * gdb.threads/hand-call-in-threads.exp
11978 * gdb.threads/interrupted-hand-call.exp
11979 * gdb.threads/linux-dp.exp
11980 * gdb.threads/local-watch-wrong-thread.exp
11981 * gdb.threads/next-while-other-thread-longjmps.exp
11982 * gdb.threads/non-ldr-exit.exp
11983 * gdb.threads/pending-step.exp
11984 * gdb.threads/print-threads.exp
11985 * gdb.threads/process-dies-while-detaching.exp
11986 * gdb.threads/process-dies-while-handling-bp.exp
11987 * gdb.threads/pthreads.exp
11988 * gdb.threads/queue-signal.exp
11989 * gdb.threads/reconnect-signal.exp
11990 * gdb.threads/signal-command-handle-nopass.exp
11991 * gdb.threads/signal-command-multiple-signals-pending.exp
11992 * gdb.threads/signal-delivered-right-thread.exp
11993 * gdb.threads/signal-sigtrap.exp
11994 * gdb.threads/sigthread.exp
11995 * gdb.threads/staticthreads.exp
11996 * gdb.threads/stepi-random-signal.exp
11997 * gdb.threads/thread-unwindonsignal.exp
11998 * gdb.threads/thread_check.exp
11999 * gdb.threads/thread_events.exp
12000 * gdb.threads/tid-reuse.exp
12001 * gdb.threads/tls-nodebug.exp
12002 * gdb.threads/tls-shared.exp
12003 * gdb.threads/tls-so_extern.exp
12004 * gdb.threads/tls.exp
12005 * gdb.threads/wp-replication.exp
12006 * gdb.trace/actions-changed.exp
12007 * gdb.trace/actions.exp
12008 * gdb.trace/backtrace.exp
12009 * gdb.trace/change-loc.exp
12010 * gdb.trace/collection.exp
12011 * gdb.trace/deltrace.exp
12012 * gdb.trace/disconnected-tracing.exp
12013 * gdb.trace/entry-values.exp
12014 * gdb.trace/ftrace-lock.exp
12015 * gdb.trace/ftrace.exp
12016 * gdb.trace/infotrace.exp
12017 * gdb.trace/mi-trace-frame-collected.exp
12018 * gdb.trace/mi-trace-unavailable.exp
12019 * gdb.trace/mi-traceframe-changed.exp
12020 * gdb.trace/mi-tracepoint-changed.exp
12021 * gdb.trace/mi-tsv-changed.exp
12022 * gdb.trace/no-attach-trace.exp
12023 * gdb.trace/packetlen.exp
12024 * gdb.trace/passc-dyn.exp
12025 * gdb.trace/passcount.exp
12026 * gdb.trace/pending.exp
12027 * gdb.trace/pr16508.exp
12028 * gdb.trace/qtro.exp
12029 * gdb.trace/range-stepping.exp
12030 * gdb.trace/read-memory.exp
12031 * gdb.trace/report.exp
12032 * gdb.trace/save-trace.exp
12033 * gdb.trace/signal.exp
12034 * gdb.trace/stap-trace.exp
12035 * gdb.trace/status-stop.exp
12036 * gdb.trace/strace.exp
12037 * gdb.trace/tfile.exp
12038 * gdb.trace/tfind.exp
12039 * gdb.trace/trace-break.exp
12040 * gdb.trace/trace-condition.exp
12041 * gdb.trace/trace-enable-disable.exp
12042 * gdb.trace/trace-mt.exp
12043 * gdb.trace/tracecmd.exp
12044 * gdb.trace/tracefile-pseudo-reg.exp
12045 * gdb.trace/tspeed.exp
12046 * gdb.trace/tstatus.exp
12047 * gdb.trace/tsv.exp
12048 * gdb.trace/unavailable.exp
12049 * gdb.trace/while-dyn.exp
12050 * gdb.trace/while-stepping.exp
12051 * lib/gdb-guile.exp
12052 * lib/gdb.exp
12053 * lib/mi-support.exp
12054 * lib/pascal.exp
12055 * lib/perftest.exp
12056 * lib/prelink-support.exp
12057 * lib/selftest-support.exp
12058
ad02e4fe
SM
120592016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
12060
12061 * Makefile.in: Include disable-implicit-rules.mk.
12062
22347e55
AA
120632016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
12064
12065 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
12066 non-byte-aligned bit fields.
12067
da5b30da
AA
120682016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
12069
12070 PR gdb/12616
12071 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
12072 respects the DW_AT_data_bit_offset attribute.
12073
b593ecca
SM
120742016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
12075
12076 * gdb.base/default.exp: Fix output of "set language".
12077
3b165252
SM
120782016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
12079
12080 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
12081 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
12082 make.
12083 * configure.ac: Remove checks for the make program.
12084 * configure: Re-generate.
12085
1a2f3d7f
KB
120862016-11-16 Kevin Buettner <kevinb@redhat.com>
12087
12088 * gdb.python/py-recurse-unwind.c (main): Add loop.
12089 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
12090 to read_register() and gdb.parse_and_eval(). Make each code
12091 call a separate case that can be individually tested.
12092 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
12093 proc. Call cont_and_backtrace for each of the code paths that
12094 we want to test in the unwinder.
12095
b7f38fda
AA
120962016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
12097
12098 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
12099 the definition of struct S.
12100
1f8db343
CM
121012016-11-11 Catherine Moore <clm@codesourcery.com>
12102
12103 * gdb.base/dump.exp: Identify verilog format dump tests as such.
12104
fad0c9fb
PA
121052016-11-09 Pedro Alves <palves@redhat.com>
12106
12107 * gdb.base/commands.exp (runto_or_return): New procedure.
12108 (gdbvar_simple_if_test, gdbvar_simple_while_test)
12109 (gdbvar_complex_if_while_test, progvar_simple_if_test)
12110 (progvar_simple_while_test, progvar_complex_if_while_test)
12111 (if_while_breakpoint_command_test)
12112 (infrun_breakpoint_command_test, breakpoint_command_test)
12113 (user_defined_command_test, watchpoint_command_test)
12114 (test_command_prompt_position, redefine_hook_test)
12115 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
12116 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
12117 multi_line_input and multi_line. Remove gdb_expect and
12118 gdb_stop_suppressing_tests uses.
12119 * lib/gdb.exp (valnum_re): New global.
12120 (multi_line_input): New procedure.
12121
8354c62c
SM
121222016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
12123
12124 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
12125 Remove.
12126 (test_setup): Define with proc_with_prefix.
12127 (test_cli_inferior): Likewise.
12128 (test_cli_thread): Likewise.
12129 (test_cli_frame): Likewise.
12130 (test_cli_select_frame): Likewise.
12131 (test_cli_up_down): Likewise.
12132 (test_mi_thread_select): Likewise.
12133 (test_mi_stack_select_frame): Likewise.
12134 (test_cli_in_mi_inferior): Likewise.
12135 (test_cli_in_mi_thread): Likewise.
12136 (test_cli_in_mi_frame): Likewise.
12137 (top level): Do not use with_test_prefix_procname.
12138
64f367a2
PA
121392016-11-09 Pedro Alves <palves@redhat.com>
12140
12141 * gdb.base/commands.exp (gdbvar_simple_if_test)
12142 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
12143 (progvar_simple_if_test, progvar_simple_while_test)
12144 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
12145 (infrun_breakpoint_command_test, breakpoint_command_test)
12146 (user_defined_command_test, watchpoint_command_test)
12147 (test_command_prompt_position, deprecated_command_test)
12148 (bp_deleted_in_command, temporary_breakpoint_commands)
12149 (stray_arg0_test, source_file_with_indented_comment)
12150 (recursive_source_test, if_commands_test)
12151 (error_clears_commands_left, redefine_hook_test)
12152 (redefine_backtrace_test): Use proc_with_prefix.
12153 * lib/gdb.exp (proc_with_prefix): New proc.
12154
0bb65f1e
AA
121552016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
12156
12157 * gdb.base/tui-layout.c: New file.
12158 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
12159 disassembly window contains very long lines.
12160
7353f247
TT
121612016-11-08 Tom Tromey <tom@tromey.com>
12162
12163 * gdb.python/py-value.exp (test_value_creation): Make "long" test
12164 depend on Python 2.
12165
30a7bb83
TT
121662016-11-08 Tom Tromey <tom@tromey.com>
12167
12168 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
12169 New method.
12170
cdf5a07c
MG
121712016-10-29 Manish Goregaokar <manish@mozilla.com>
12172
2806dc7e 12173 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
cdf5a07c 12174
51a789c3
MG
121752016-10-27 Manish Goregaokar <manish@mozilla.com>
12176
2806dc7e
PA
12177 * gdb.rust/simple.rs: Add test for univariant enums without
12178 discriminants and for encoded struct-like enums.
51a789c3 12179
f610ab6d
PA
121802016-10-28 Pedro Alves <palves@redhat.com>
12181
12182 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
12183 gdb_test_multiple, tighten regexps and match symtabs and line
12184 tables incrementally.
12185
b129b0ca
LM
121862016-10-28 Luis Machado <lgustavo@codesourcery.com>
12187
12188 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
12189 general.
12190
ecf45d2c
SL
121912016-10-25 Luis Machado <lgustavo@codesourcery.com>
12192
12193 * gdb.base/exec-invalid-sysroot.exp: New file.
12194
b8d38ee4
JK
121952016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
12196
12197 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
12198
f90fd8c2
JK
121992016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
12200
12201 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
12202
2d2476aa
MR
122032016-10-19 Maciej W. Rozycki <macro@imgtec.com>
12204
2806dc7e
PA
12205 * gdb.base/killed-outside.exp: Remove $options from a call to
12206 `prepare_for_testing'.
2d2476aa 12207
e42b25a0
SM
122082016-10-17 Simon Marchi <simon.marchi@ericsson.com>
12209
12210 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
12211 Change test message.
12212
3ccdb432
SM
122132016-10-17 Simon Marchi <simon.marchi@ericsson.com>
12214
12215 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
12216 Update comment.
12217
5bad3170
SM
122182016-10-17 Simon Marchi <simon.marchi@ericsson.com>
12219
12220 * gdb.trace/mi-trace-save.exp: New file.
12221
5ad9dba7
YQ
122222016-10-13 Yao Qi <yao.qi@linaro.org>
12223
12224 * gdb.base/code_elim.exp (get_var_address): Remove.
12225 * gdb.base/relocate.exp: Likewise.
12226 * gdb.base/shreloc.exp: Likewise.
12227 * lib/gdb.exp (get_var_address): New.
12228
62df7e21
YQ
122292016-10-13 Yao Qi <yao.qi@linaro.org>
12230
12231 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
12232 floating point tests if $skip_float_test is false.
12233
4dac951e
LM
122342016-10-12 Luis Machado <lgustavo@codesourcery.com>
12235
12236 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
12237 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
12238 argc values.
12239 Add 1 to argc so we guarantee distinct initial/modified argc values.
12240
8f1a8fc4
JK
122412016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
12242
12243 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
12244
16c85b5d
JK
122452016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
12246
12247 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
12248 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
12249 * gdb.arch/vsx-regs.exp: Likewise.
12250
1d0e042a
YQ
122512016-10-07 Yao Qi <yao.qi@linaro.org>
12252
12253 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
12254
68dadef5
MM
122552016-10-07 Markus Metzger <markus.t.metzger@intel.com>
12256
12257 * gdb.python/python.exp: Test decode_line("*0").
12258
33fa2c6e
DE
122592016-10-06 Doug Evans <dje@google.com>
12260
12261 * gdb.python/py-value.exp (test_value_creation): Add test for large
12262 unsigned 64-bit value.
12263
9c37b5ae
TT
122642016-10-06 Tom Tromey <tom@tromey.com>
12265
12266 * gdb.compile/compile.exp: Change java tests to rust.
12267 * gdb.base/setshow.exp: Change java tests to rust.
12268 * gdb.base/default.exp: Remove java from language list.
12269 * README (Examples): Update language example.
12270 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
12271 test.
12272 * lib/gdb.exp (skip_java_tests): Remove.
12273 * lib/java.exp: Remove.
12274 * gdb.java: Remove.
12275
78b86327
MR
122762016-10-06 Maciej W. Rozycki <macro@imgtec.com>
12277
12278 * gdb.arch/mips-fcr.exp: New test.
12279 * gdb.arch/mips-fcr.c: Source for the new test.
12280
7470adbb
MR
122812016-10-06 Maciej W. Rozycki <macro@imgtec.com>
12282
12283 * gdb.base/solib-disc.exp: Use `standard_output_file'
12284 throughout.
12285
4a556533
PA
122862016-10-06 Pedro Alves <palves@redhat.com>
12287
12288 * gdb.base/jit-simple-dl.c: New file.
12289 * gdb.base/jit-simple-jit.c: New file, factored out from ...
12290 * gdb.base/jit-simple.c: ... this.
12291 * gdb.base/jit-simple.exp (jit_run): Delete.
12292 (build_jit): New proc.
12293 (jit_test_reread): Recompile either the main program or the shared
12294 library, depending on what is being tested. Skip changing address
12295 if caller wants to. Compare before/after addresses. If testing
12296 standalone, explicitly load the binary. Test "maint info
12297 breakpoints".
12298 (top level): Add "standalone vs shared lib" and "change address"
12299 vs "same address" axes.
12300
5a122fbc
PA
123012016-10-06 Pedro Alves <palves@redhat.com>
12302
12303 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
12304 call.
12305 (jit_run): Delete.
12306 (jit_test_reread): Use with_test_prefix. Reload the main binary
12307 explicitly. Compare the before/after addresses of the JIT
12308 descriptor.
12309
ee8da4b8
DE
123102016-08-15 Doug Evans <dje@google.com>
12311
12312 * gdb.xml/extra-regs.xml: Update, end field now required, default type
12313 for single bitfields is bool.
12314 * gdb.xml/tdesc-regs.exp: Ditto.
12315
f389f6fe
JK
123162016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
12317
12318 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
12319
fdebf1a4
YQ
123202016-10-05 Yao Qi <yao.qi@linaro.org>
12321
12322 * lib/gdb.exp (support_complex_tests): Return zero if
12323 gdb_skip_float_test return true.
12324
9c36d954 123252016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2806dc7e 12326 Simon Marchi <simon.marchi@ericsson.com>
9c36d954
AT
12327
12328 PR gdb/20487
12329 * gdb.mi/user-selected-context-sync.exp: New file.
12330 * gdb.mi/user-selected-context-sync.c: New file.
12331
4034d0ff 123322016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2806dc7e 12333 Simon Marchi <simon.marchi@ericsson.com>
4034d0ff
AT
12334
12335 PR gdb/20487
12336 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
12337 =thread-select-event check.
12338
a4297203
PB
123392016-09-29 Peter Bergner <bergner@vnet.ibm.com>
12340
12341 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
12342 the compulsory L operand changes.
12343 * gdb.arch/powerpc-power.s: Likewise.
12344
bb805577
JK
123452016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
12346
12347 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
12348 * gdb.base/jit-attach-pie.c: New file.
12349 * gdb.base/jit-attach-pie.exp: New file.
12350
6d61dee5
PA
123512016-09-28 Pedro Alves <palves@redhat.com>
12352
12353 * gdb.base/infcall-input.c: New file.
12354 * gdb.base/infcall-input.exp: New file.
12355
f73842fc
YQ
123562016-09-22 Yao Qi <yao.qi@linaro.org>
12357
12358 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
12359 (gdb_exit): Rename it to ...
12360 (gdbserver_gdb_exit): ... Close GDBserver.
12361 (gdb_exit): New proc, call gdbserver_gdb_exit.
12362 (mi_gdb_exit): Likewise.
12363
90681dab
YQ
123642016-09-22 Yao Qi <yao.qi@linaro.org>
12365
12366 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
12367 path.
12368 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
12369 Remove duplication.
12370
9c211fd8
YQ
123712016-09-22 Yao Qi <yao.qi@linaro.org>
12372
12373 * lib/gdbserver-support.exp: Check the existence of
12374 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
12375
ad0a504f
AK
123762016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
12377
12378 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
12379
36cf1806
TT
123802016-09-21 Tom Tromey <tom@tromey.com>
12381
12382 PR gdb/20604:
12383 * gdb.base/quit.exp: New file.
12384
74172ecf
SM
123852016-09-21 Simon Marchi <simon.marchi@ericsson.com>
12386
12387 * .gitignore: New file.
12388
3d0ec882
MR
123892016-09-21 Maciej W. Rozycki <macro@imgtec.com>
12390
12391 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
12392 throughout.
12393
8193adea
AA
123942016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
12395
12396 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
12397
d41a5c09
JK
123982016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
12399
12400 * gdb.cp/casts.cc (decltype): Move it ...
12401 (main): ... with its call to ...
12402 * gdb.cp/casts03.cc: ... a new file.
12403 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
12404
d2dfe700
JK
124052016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
12406
12407 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
12408
e2a92b16
PB
124092016-09-15 Peter Bergner <bergner@vnet.ibm.com>
12410
12411 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
12412 and sync up the test with tests in gas/testsuite/gas/ppc.
12413 * gdb.arch/powerpc-power.exp: Likewise.
12414
49b4de64
JK
124152016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
12416
12417 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
12418
2c29df25
SDJ
124192016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
12420 Jan Kratochvil <jan.kratochvil@redhat.com>
12421
12422 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
12423 make m1's definition to be different from m2's. Use 'dummy' as an
12424 argument for probe 'two'.
12425
cc3c2846
JB
124262016-09-10 Jon Beniston <jon@beniston.com>
12427
12428 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
12429 for sim target.
12430
e1b2624a
AA
124312016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
12432
12433 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
12434 variable declaration.
12435 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
12436 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
12437 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
12438 received HWCAP as its argument.
12439
4295e285
PA
124402016-09-06 Pedro Alves <palves@redhat.com>
12441
12442 * gdb.base/new-ui-pending-input.c: New file.
12443 * gdb.base/new-ui-pending-input.exp: New file.
12444 * gdb.exp (clear_gdb_spawn_id): New procedure.
12445 (with_spawn_id): Check whether gdb_spawn_id exists before
12446 referencing it. If gdb_spawn_id didn't exist on entry, clear it
12447 on exit.
12448
00d5215e
UW
124492016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
12450
12451 * gdb.base/float128.c: New file.
12452 * gdb.base/float128.exp: Likewise.
12453 * gdb.base/floatn.c: Likewise.
12454 * gdb.base/floatn.exp: Likewise.
12455
a9ff5f12
UW
124562016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
12457
12458 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
12459
f245535c
PA
124602016-09-05 Pedro Alves <palves@redhat.com>
12461
12462 PR backtrace/19927
12463 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
12464 unwinders are immediately called as side effect of "source" or
12465 "disable unwinder" commands.
12466 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
12467
ae9cf263
YQ
124682016-09-02 Yao Qi <yao.qi@linaro.org>
12469
12470 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
12471 is true and $type is "float" or "double".
12472
27aba047
YQ
124732016-09-02 Yao Qi <yao.qi@linaro.org>
12474
12475 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
12476 true.
12477 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
12478 * gdb.base/call-rt-st.exp: Likewise.
12479 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
12480 return value instead of gdb,skip_float_test.
12481 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
12482 (do_function_calls): Use its return value instead of
12483 gdb,skip_float_test.
12484 * gdb.base/finish.exp: Likewise.
12485 * gdb.base/funcargs.exp: Likewise.
12486 * gdb.base/return.exp: Likewise.
12487 * gdb.base/return2.exp: Likewise.
12488 * gdb.base/varargs.exp: Likewise.
12489 * lib/gdb.exp (gdb_skip_float_test): Change it to
12490 gdb_caching_proc. Detect the broken ptrace on arm-linux.
12491
5af962df
AA
124922016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
12493
12494 * gdb.multi/tids.exp: Test "thread apply all".
12495
7fac6910
JK
124962016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
12497
12498 * gdb.base/default.exp (tty): Remove.
12499
bb1fe4ac
KB
125002016-08-24 Kevin Buettner <kevinb@redhat.com>
12501
2806dc7e
PA
12502 * gdb.python/py-recurse-unwind.c: New file.
12503 * gdb.python/py-recurse-unwind.py: New file.
12504 * gdb.python/py-recurse-unwind.exp: New file.
bb1fe4ac 12505
0a1ddfa6
SM
125062016-08-24 Simon Marchi <simon.marchi@ericsson.com>
12507
12508 * gdb.base/set-inferior-tty.exp: New file.
12509 * gdb.base/set-inferior-tty.c: New file.
12510
d9de1fe3
PA
125112016-08-23 Pedro Alves <palves@redhat.com>
12512
12513 PR gdb/20494
12514 * gdb.base/new-ui-echo.c: New file.
12515 * gdb.base/new-ui-echo.exp: New file.
12516
e9d9abd7
YQ
125172016-08-23 Yao Qi <yao.qi@linaro.org>
12518
12519 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
12520 gdbserver_spawn.
12521 * gdb.server/connect-without-multi-process.exp (do_test):
12522 Likewise.
12523
3589529e
YQ
125242016-08-23 Yao Qi <yao.qi@linaro.org>
12525
12526 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
12527 standalone_txt. Delete gdb_txt and standalone_txt on host
12528 and target. Spawn the binary on target. Copy files from
12529 target to host.
12530
6bb90213
PA
125312016-08-22 Pedro Alves <palves@redhat.com>
12532
12533 PR gdb/20505
12534 * gdb.base/vdso-warning.exp: Test core dumps too. Use
12535 with_test_prefix. Factor out bits to ...
12536 (test_no_vdso): ... this new procedure.
12537
20c2c024
CL
125382016-08-19 Carl Love <cel@us.ibm.com>
12539
12540 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
12541 maintaining separate logic for constructing the output path.
12542 * gdb.arch/powerpc-d128-regs.exp: Likewise.
12543 * gdb.arch/ppc-dfp.exp: Likewise.
12544 * gdb.arch/ppc-fp.exp: Likewise.
12545 * gdb.arch/vsx-regs.exp: Likewise.
12546 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
12547 binprefix for generating the additional binary files.
12548
0646e07d
PA
125492016-08-19 Pedro Alves <palves@redhat.com>
12550
12551 * gdb.trace/mi-trace-frame-collected.exp
12552 (test_trace_frame_collected): On x32, expect two registers.
12553
46da9242
CL
125542016-08-18 Carl Love <cel@us.ibm.com>
12555
12556 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
12557 and sync up the test with tests in gas/testsuite/gas/ppc.
12558 * gdb.arch/powerpc-power.exp: Likewise.
12559
eb2332d7
SM
125602016-08-17 Simon Marchi <simon.marchi@ericsson.com>
12561
12562 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
12563 expected error message.
12564
63c61e04
SM
125652016-08-17 Simon Marchi <simon.marchi@ericsson.com>
12566
12567 * gdb.multi/remove-inferiors.exp: New file.
12568 * gdb.multi/remove-inferiors.c: New file.
12569
7b17065f
YQ
125702016-08-12 Yao Qi <yao.qi@linaro.org>
12571
12572 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
12573 argument list.
12574
01d3dedf
PA
125752016-08-10 Pedro Alves <palves@redhat.com>
12576
12577 PR gdb/19187
12578 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
12579 setup_kfails.
12580
3eb7562a
PA
125812016-08-09 Pedro Alves <palves@redhat.com>
12582 Simon Marchi <simon.marchi@ericsson.com>
12583
12584 PR gdb/20418
12585 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
12586 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
12587
80614914
PA
125882016-08-09 Pedro Alves <palves@redhat.com>
12589
12590 PR mi/20431
12591 * gdb.mi/mi-cmd-error.exp: New file.
12592
f348d89a
PA
125932016-08-09 Pedro Alves <palves@redhat.com>
12594
12595 PR gdb/18653
12596 * gdb.base/signals-state-child.c: New file.
12597 * gdb.base/signals-state-child.exp: New file.
12598 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
12599
e5ca03b4
PA
126002016-08-09 Pedro Alves <palves@redhat.com>
12601
12602 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
12603
282a0691
TT
126042016-08-03 Tom Tromey <tom@tromey.com>
12605
12606 PR python/18565:
12607 * gdb.python/py-frame-inline.exp: Add Frame.function test.
12608
41bfcd63
YQ
126092016-08-01 Yao Qi <yao.qi@linaro.org>
12610
12611 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
12612 variable mode to "multi-process" if $multi_process is 1, otherwise
12613 set it to "single-process".
12614
e3465b24
YQ
126152016-08-01 Yao Qi <yao.qi@linaro.org>
12616
12617 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
12618 * gdb.cp/cpexprs.exp: Likewise.
12619 * gdb.cp/m-static.exp: Likewise.
12620
0b31a4bc
TT
126212016-07-26 Tom Tromey <tom@tromey.com>
12622
12623 PR python/20190:
12624 * gdb.threads/tls.exp (check_thread_local): Add python symbol
12625 test.
12626
e0461dbb
MM
126272016-07-26 Markus Metzger <markus.t.metzger@intel.com>
12628
12629 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
12630 selecting assembly source files.
12631 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
12632 assembly source files.
12633 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
12634 assembly source files.
12635 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
12636 selecting assembly source files.
12637
8194e927
SM
126382016-07-25 Simon Marchi <simon.marchi@ericsson.com>
12639
12640 * gdb.base/new-ui.exp (do_test_invalid_args): New
12641 procedure.
12642
c0272db5
TW
126432016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
12644
12645 * gdb.btrace/reconnect.c: New file.
12646 * gdb.btrace/reconnect.exp: New file.
12647
e3487908
GKB
126482016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
12649
12650 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
12651 to test_catch_syscall_group.
12652 (test_catch_syscall_group): New.
12653
12df5c00
TT
126542016-07-21 Tom Tromey <tom@tromey.com>
12655
12656 * gdb.rust/simple.rs (main): Use empty struct expression.
12657 * gdb.rust/simple.exp: Add tests for empty struct expression.
12658
bae62ee2
YQ
126592016-07-21 Yao Qi <yao.qi@linaro.org>
12660
12661 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
12662 if gdb_skip_xml_test is true on some targets.
12663
b1b53fb3
YQ
126642016-07-21 Yao Qi <yao.qi@linaro.org>
12665
12666 * gdb.server/solib-list.exp: Unset last_loaded_file.
12667
027d97f8
JK
126682016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
12669
12670 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
12671 "step into captured_main (args)".
12672
7674d381
JK
126732016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
12674
12675 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
12676
72b5d099
JK
126772016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
12678
12679 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
12680
1f960ced
PA
126812016-07-19 Pedro Alves <palves@redhat.com>
12682
12683 * gdb.opt/inline-break.exp: Remove optimize=-O2.
12684 * gdb.opt/inline-bt.exp: Likewise.
12685 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
12686 additional_flags=-Winline.
12687 * gdb.opt/inline-locals.exp: Likewise.
12688 * gdb.opt/inline-markers.c (ATTR): Define.
12689 (inlined_fn): Use it.
12690
f25827c1
YQ
126912016-07-19 Yao Qi <yao.qi@linaro.org>
12692
12693 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
12694 (test_with_self): Remove some code. Remove argument executable.
12695 (top-level): Use do_self_tests.
12696
37539ebe
DB
126972016-07-15 Zachary Welch <zwelch@codesourcery.com>
12698 Don Breazeal <donb@codesourcery.com>
12699
12700 * gdb.base/maint.exp: Escape paths used in regular expressions.
12701 * gdb.stabs/weird.exp: Likewise.
12702
dac790e1
TT
127032016-07-13 Tom Tromey <tom@tromey.com>
12704
12705 PR python/15620, PR python/18620:
12706 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
12707 (test_bkpt_events): New procs.
12708
93daf339
TT
127092016-07-13 Tom Tromey <tom@tromey.com>
12710
12711 PR python/17698:
12712 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
12713 test.
12714 (test_watchpoints): Likewise.
12715 (test_bkpt_pending): New proc.
12716
6571a381
TT
127172016-07-13 Tom Tromey <tom@tromey.com>
12718
12719 PR cli/18053:
12720 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
12721 completion test.
12722
e8732474
JK
127232016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
12724
12725 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
12726 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
12727 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
12728 f_label.
12729 (g): Rename g_end_lbl to g_label.
12730 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
12731 low_pc and high_pc.
12732 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
12733
e0f3fd7c
TT
127342016-07-12 Tom Tromey <tom@tromey.com>
12735
12736 PR python/19293:
12737 * gdb.python/py-unwind-maint.exp: Update tests.
12738
3cfe46b6
YQ
127392016-07-12 Yao Qi <yao.qi@linaro.org>
12740
12741 * lib/selftest-support.exp (selftest_setup): Match the output
12742 when captured_main is inlined.
12743
4f19a0e6
WT
127442016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
12745
12746 * gdb.fortran/derived-types.exp (result_line, result_line_2):
12747 New variables.
12748 (print this%a, print this%b, print this): New tests.
12749 * gdb.fortran/derived-types.f90 (this): New object and
12750 initialization.
12751
986cf455
SM
127522016-07-06 Simon Marchi <simon.marchi@ericsson.com>
12753
12754 * gdb.ada/arraydim.exp: Remove extra directory level in build
12755 directory.
12756
f0464b23
SM
127572016-07-06 Simon Marchi <simon.marchi@ericsson.com>
12758
12759 * lib/ada.exp: Remove extra directory level in build directory.
12760 * gdb.ada/cond_lang.exp: Likewise.
12761 * gdb.ada/exec_changed.exp: Likewise.
12762 * gdb.ada/lang_switch.exp: Likewise.
12763
42d94011
MG
127642016-07-06 Manish Goregaokar <manish@mozilla.com>
12765
2806dc7e
PA
12766 * simple.rs: Add test for raw pointer subscripting.
12767 * simple.exp: Add test expectations.
42d94011 12768
647c264c
YQ
127692016-07-05 Yao Qi <yao.qi@linaro.org>
12770
12771 * gdb.mi/mi-reverse.exp: Match =record-started output.
12772
20aa2c60
PA
127732016-07-01 Pedro Alves <palves@redhat.com>
12774
12775 * gdb.base/jit-reader.exp (info_registers_current_frame): New
12776 procedure.
12777 (jit_reader_test): Test the jit reader's unwinder.
12778 * gdb.base/jithost.c (jit_function_00_code): New global.
12779 (main): Use memcpy to fill in the mmapped code, instead of poking
12780 bytes manually here.
12781 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
12782 value.
12783 (read_debug_info): Save the function's range.
12784 (read_sp): New function.
12785 (unwind_frame): Use it. Also unwind RBP.
12786 (get_frame_id): Use read_sp.
12787 (gdb_init_reader): Use calloc instead of malloc.
12788 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
12789 parameter. Use gdb_test_multiple.
12790
ced2dffb
PA
127912016-07-01 Pedro Alves <palves@redhat.com>
12792 Antoine Tremblay <antoine.tremblay@ericsson.com>
12793
12794 * gdb.threads/process-dies-while-detaching.c: New file.
12795 * gdb.threads/process-dies-while-detaching.exp: New file.
12796
63000888
PA
127972016-07-01 Pedro Alves <palves@redhat.com>
12798
12799 * gdb.multi/watchpoint-multi-exit.c: New file.
12800 * gdb.multi/watchpoint-multi-exit.exp: New file.
12801
038d4868
PA
128022016-06-30 Pedro Alves <palves@redhat.com>
12803
12804 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
12805 unset inferior_spawn_id.
12806
994e9c83
PA
128072016-06-30 Pedro Alves <palves@redhat.com>
12808
12809 * lib/mi-support.exp (default_mi_gdb_start): Declare global
12810 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
12811
e5653468
YQ
128122016-06-29 Yao Qi <yao.qi@linaro.org>
12813
12814 * gdb.base/return.c: Add copyright header.
12815
803b47e5
TT
128162016-06-29 Tom Tromey <tom@tromey.com>
12817
12818 PR python/20129:
12819 * gdb.python/py-framefilter.exp: Add tests for setting priority
12820 and disabling of non-existent frame filter.
12821
28244707
YQ
128222016-06-29 Yao Qi <yao.qi@linaro.org>
12823
12824 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
12825 0x0f07ff.
12826
a31d2f06
YQ
128272016-06-28 Yao Qi <yao.qi@linaro.org>
12828
12829 * gdb.base/catch-syscall.exp: Remove check on isnative and target
12830 triplets. Start gdb, execute catch syscall, and continue. Check
12831 gdb's output to determine catch syscall is supported.
12832
921d8f54
MG
128332016-06-27 Manish Goregaokar <manish@mozilla.com>
12834
25d49b86
PA
12835 * gdb.rust/simple.rs: Add test for returning unit in a function.
12836 * gdb.rust/simple.exp: Add expectation for functions returning
12837 unit.
921d8f54 12838
f4952523
PMR
128392016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
12840
12841 * gdb.python/py-breakpoint-create-fail.c,
12842 gdb.python/py-breakpoint-create-fail.exp,
12843 gdb.python/py-breakpoint-create-fail.py: New testcase.
12844
fccb08f8
MG
128452016-06-25 Manish Goregaokar <manish@mozilla.com>
12846
12847 PR gdb/20239
12848 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
25d49b86
PA
12849 * gdb.rust/simple.exp: Add test expectations for new NonZero
12850 tests.
fccb08f8 12851
6b850546
DT
128522016-06-24 David Taylor <dtaylor@emc.com>
12853
12854 * gdb.base/offsets.exp: New file.
12855 * gdb.base/offsets.c: New file.
12856
17621150
TT
128572016-06-23 Tom Tromey <tom@tromey.com>
12858
12859 PR gdb/16483:
12860 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
12861 before any filters are loaded.
12862
04d59df6
WT
128632016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
12864
12865 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
12866 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
12867 structs.
12868 * gdb.fortran/derived-type-function.exp: New file.
12869 * gdb.fortran/derived-type-function.f90: New file.
12870
12871
ac69f786
PA
128722016-06-21 Pedro Alves <palves@redhat.com>
12873
12874 * gdb.base/new-ui.exp: New file.
12875 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
12876 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
12877 (with_spawn_id): New procedure.
12878
49940788
PA
128792016-06-21 Pedro Alves <palves@redhat.com>
12880
12881 * gdb.mi/mi-exec-run.exp: New file.
12882
ef274d26
PA
128832016-06-21 Pedro Alves <palves@redhat.com>
12884
12885 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
12886 breakpoint command's output on the main UI.
12887 (test_break): New procedure, factored out from calls in the top
12888 level.
12889 (top level): Use foreach_with_prefix to test MI as main UI and as
12890 separate UI.
12891
468afe6c
PA
128922016-06-21 Pedro Alves <palves@redhat.com>
12893
12894 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
12895 (test_awatch_creation_and_listing)
12896 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
12897 Remove 'type' parameter.
12898 (test_watchpoint_all): New parameter mi_mode. Remove
12899 with_test_prefix.
12900 (top level): Use foreach_with_prefix, and add main/separate UI MI
12901 testing axis.
12902
51f77c37
PA
129032016-06-21 Pedro Alves <palves@redhat.com>
12904
12905 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
12906 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
12907 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
12908 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
12909 (gdb_main_spawn_id, mi_spawn_id): Declare and
12910 comment.
12911 (mi_create_inferior_pty): New procedure,
12912 factored out from default_mi_gdb_start.
12913 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
12914 procedures.
12915 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
12916 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
12917 Use mi_create_inferior_pty.
12918 (mi_gdb_start): Use eval to pass down args list.
12919
8980e177
PA
129202016-06-21 Pedro Alves <palves@redhat.com>
12921
12922 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
12923 * gdb.opt/inline-cmds.exp: Add MI tests.
12924
f38d3ad1
PA
129252016-06-21 Pedro Alves <palves@redhat.com>
12926
12927 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
12928
45db7c09
PA
129292016-06-21 Pedro Alves <palves@redhat.com>
12930
12931 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
12932 (top level): Use it instead of mi_execute_to.
12933
5a069ab3
PA
129342016-06-21 Pedro Alves <palves@redhat.com>
12935
12936 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
12937 (cont_handler_str): New.
12938 (signal_stop_handler): Set stop_handler_str instead of printing to
12939 stdout.
12940 (continue_handler): Set cont_handler_str instead of printing to
12941 stdout.
12942 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
12943 mi_send_resuming_command. Print stop_handler_str and
12944 cont_handler_str instead of expecting the python events print
12945 directly.
12946
2838cc1d
SD
129472016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
12948
12949 * gdb.base/jit-reader.exp: New file.
12950 * gdb.base/jithost.c: New file.
12951 * gdb.base/jithost.h: New file.
12952 * gdb.base/jitreader.c : New file.
12953 * gdb.base/jit-protocol.h: New file.
12954
21a77091
YQ
129552016-06-17 Yao Qi <yao.qi@linaro.org>
12956
12957 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
12958 parameters follow_fork and detach_on_fork. Set follow-fork-mode
12959 and detach-on-fork. Adjust tests.
12960 (top level): Invoke break_cond_on_syscall with combinations of
12961 syscall, follow-fork-mode and detach-on-fork.
12962
f50bf8e5
YQ
129632016-06-17 Yao Qi <yao.qi@linaro.org>
12964
12965 * gdb.base/step-over-exit.c: New.
12966 * gdb.base/step-over-exit.exp: New.
12967
a28d8e50
YTL
129682016-06-17 Yan-Ting Lin <currygt52@gmail.com>
12969
12970 * gdb.base/float.exp: Add target check for nds32*-*-*.
12971 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
12972
cad8e26d
AB
129732016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
12974
12975 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
12976 for unsupported target features.
12977 * gdb.base/call-rt-st.exp: Likewise.
12978 * gdb.base/call-sc.exp: Likewise.
12979 * gdb.base/call-signal-resume.exp: Likewise.
12980 * gdb.base/call-strs.exp: Likewise.
12981 * gdb.base/callexit.exp: Likewise.
12982 * gdb.base/callfuncs.exp: Likewise.
12983 * gdb.base/nodebug.exp: Likewise.
12984 * gdb.base/printcmds.exp: Likewise.
12985 * gdb.base/ptype.exp: Likewise.
12986 * gdb.base/structs.exp: Likewise.
12987 * gdb.base/unwindonsignal.exp: Likewise.
12988 * gdb.cp/gdb2495.exp: Likewise.
12989 * gdb.cp/templates.exp: Likewise.
12990 * gdb.cp/virtfunc.exp: Likewise.
12991 * gdb.threads/hand-call-in-threads.exp: Likewise.
12992 * gdb.threads/interrupted-hand-call.exp: Likewise.
12993 * gdb.threads/thread-unwindonsignal.exp: Likewise.
12994
347dc102
TT
129952016-06-10 Tom Tromey <tom@tromey.com>
12996
12997 PR rust/20110:
12998 * gdb.rust/expr.exp: Add test for integer constant larger than
12999 i32.
13000
5e13cf25
BH
130012016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
13002
13003 * gdb.fortran/nested-funcs.exp: New.
13004 * gdb.fortran/nested-funcs.f90: New.
13005
bb556f1f
TK
130062016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
13007
13008 * gdb.base/examine-backward.c: New file.
13009 * gdb.base/examine-backward.exp: New file.
13010
38b022b4
SM
130112016-06-06 Simon Marchi <simon.marchi@ericsson.com>
13012
13013 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
13014 matching.
13015
1b40ec05
TT
130162016-06-02 Tom Tromey <tom@tromey.com>
13017
13018 PR python/18984:
13019 * gdb.python/py-shared.exp: Add solib_name test.
13020
193bd378
SM
130212016-06-02 Simon Marchi <simon.marchi@ericsson.com>
13022
13023 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
13024
3326303b
MG
130252016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
13026
13027 PR c++/19893
13028 * gdb.dwarf2/implref.exp: Rename to...
13029 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
13030 * gdb.dwarf2/implref-array.c: New file.
13031 * gdb.dwarf2/implref-array.exp: Likewise.
13032 * gdb.dwarf2/implref-global.c: Likewise.
13033 * gdb.dwarf2/implref-global.exp: Likewise.
13034 * gdb.dwarf2/implref-struct.c: Likewise.
13035 * gdb.dwarf2/implref-struct.exp: Likewise.
13036
825c8ef2
AT
130372016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
13038
13039 * gdb.trace/trace-condition.exp: Add 64bit tests.
13040
2320162a
AT
130412016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
13042
13043 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
13044 bits types.
13045 (main): Adapt to 8 to 64 bits types.
13046 * gdb.trace/trace-condition.exp: Add new tests.
13047
a7818233
AT
130482016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
13049
13050 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
13051
0d336466
AT
130522016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
13053
13054 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
13055 Move condition tests...
13056 * gdb.trace/trace-condition.exp: Here.
13057
7faeb45a
AT
130582016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
13059
13060 * gdb.trace/trace-condition.exp: Add counter-case tests.
13061
e385593e
JK
130622016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
13063
13064 PR c++/15231
13065 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
13066 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
13067
744608cc
PA
130682016-05-27 Pedro Alves <palves@redhat.com>
13069
13070 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
13071 New procedure.
13072 (top level): Call it, and bail out of DejaGnu is known to be bad.
13073
ac775bf4
AB
130742016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
13075
13076 * gdb.base/whatis.c: Extend the test case.
13077 * gdb.base/whatis.exp: Add additional tests.
13078
2bbad2ea
BH
130792016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
13080
13081* gdb.fortran/type.f90: Add pointer variable.
13082* gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
13083
8b70175d
BH
130842016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
13085
13086 * gdb.fortran/vla-type.exp: Fix testcase name.
13087
86d8a848
BH
130882016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
13089
13090 * gdb.fortran/vla-type.exp: Access elements in nested structs.
13091
e188eb36
BH
130922016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
13093
13094 * gdb.fortran/type.f90: Add nested structures.
13095 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
13096 * gdb.fortran/derived-type.exp: Adapt expected output.
13097 * gdb.fortran/vla-type.exp: Adapt expected output.
13098
9b2db1fd
BH
130992016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
13100
13101 * gdb.fortran/whatis_type.exp: Adapt expected output.
13102
72b17055
BH
131032016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
13104
13105 * gdb.fortran/print_type.exp: Fix expected output.
13106 * gdb.fortran/whatis_type.exp: Fix expected output.
13107
3cd81d8d
BH
131082016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
13109
13110 * gdb.fortran/whatis_type.exp: Use multi_line.
13111
ddae9462
TT
131122016-05-24 Tom Tromey <tom@tromey.com>
13113
13114 PR python/17386:
13115 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
13116 use value as an index.
13117
1957f6b8
TT
131182016-05-23 Tom Tromey <tom@tromey.com>
13119
13120 PR python/17981:
13121 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
13122 no-breakpoint case.
13123
026a9174
PA
131242016-05-24 Pedro Alves <palves@redhat.com>
13125
13126 PR gdb/19828
13127 * gdb.threads/clone-attach-detach.c: New file.
13128 * gdb.threads/clone-attach-detach.exp: New file.
13129
e70a7231
FR
131302016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
13131
13132 * gdb.base/annota-input-while-running.exp: Fix syntax error.
13133
0f6ed0e0
TT
131342016-05-23 Tom Tromey <tom@tromey.com>
13135
13136 PR python/19438, PR python/18393:
13137 * gdb.python/py-progspace.exp: Add "dir" test.
13138 * gdb.python/py-objfile.exp: Add "dir" test.
13139
ffd19d61
YQ
131402016-05-23 Yao Qi <yao.qi@linaro.org>
13141
13142 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
13143 * gdb.arch/thumb2-it.exp: Likewise.
13144
9e8f9b05
SM
131452016-05-18 Simon Marchi <simon.marchi@ericsson.com>
13146
13147 * gdb.mi/mi-threads-interrupt.c: New file.
13148 * gdb.mi/mi-threads-interrupt.exp: New file.
13149
61c6156d
SM
131502016-05-17 Simon Marchi <simon.marchi@ericsson.com>
13151
13152 PR gdb/18077
13153 * gdb.mi/mi-async-run.exp: New file.
13154 * gdb.mi/mi-async-run.c: New file.
13155
67218854
TT
131562016-05-17 Tom Tromey <tom@tromey.com>
13157 Manish Goregaokar <manishsmail@gmail.com>
13158
13159 * lib/rust-support.exp: New file.
13160 * lib/gdb.exp (skip_rust_tests): New proc.
13161 (build_executable_from_specs): Handle rust.
13162 * lib/future.exp (gdb_find_rustc): New proc.
13163 (gdb_default_target_compile): Handle rust.
13164 * gdb.rust/expr.exp: New file.
13165 * gdb.rust/generics.exp: New file.
13166 * gdb.rust/generics.rs: New file.
13167 * gdb.rust/methods.exp: New file.
13168 * gdb.rust/methods.rs: New file.
13169 * gdb.rust/modules.exp: New file.
13170 * gdb.rust/modules.rs: New file.
13171 * gdb.rust/simple.exp: New file.
13172 * gdb.rust/simple.rs: New file.
13173
c44af4eb
TT
131742016-05-17 Tom Tromey <tom@tromey.com>
13175
13176 * gdb.base/default.exp (set language): Add rust.
13177
dcd1f979
TT
131782016-05-17 Tom Tromey <tom@tromey.com>
13179
13180 * gdb.gdb/unittest.exp: New file.
13181
155b7f57
YQ
131822016-05-16 Yao Qi <yao.qi@linaro.org>
13183
13184 * gdb.base/batch-preserve-term-settings.exp: Remove variable
13185 shell_prompt. Update shell_prompt_re.
13186
8ddd5a6c
DE
131872016-05-12 Doug Evans <dje@google.com>
13188
13189 PR symtab/19999
13190 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
13191 $options when building executable.
13192 * gdb.dwarf2/fission-loclists-pie.S: New file.
13193 * gdb.dwarf2/fission-loclists-pie.exp: New file.
13194
02e370d9
SM
131952016-05-04 Simon Marchi <simon.marchi@ericsson.com>
13196
13197 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
13198 of [is_remote target],
13199
8929ad8b
SM
132002016-05-04 Simon Marchi <simon.marchi@ericsson.com>
13201
13202 * lib/gdb.exp (use_gdb_stub): New procedure.
13203
6c447423
DE
132042016-05-03 Yunlian Jiang <yunlian@google.com>
13205 Doug Evans <dje@google.com>
13206
13207 PR symtab/19914
13208 * gdb.dwarf2/dwp-sepdebug.c: New file.
13209 * gdb.dwarf2/dwp-sepdebug.exp: New file.
13210
444e826c
SM
132112016-05-02 Simon Marchi <simon.marchi@ericsson.com>
13212
13213 * gdb.base/detach.exp: Remove is_remote check.
13214
740feeaa
SM
132152016-05-02 Simon Marchi <simon.marchi@ericsson.com>
13216
13217 * gdb.base/annota-input-while-running.exp: Don't check for
13218 [is_remote target]. Enable annotations after running to main.
13219 Remove unused "set test..." line.
13220
9080ac9d
SM
132212016-04-28 Simon Marchi <simon.marchi@ericsson.com>
13222
13223 * gdb.trace/trace-enable-disable.exp: New file.
13224 * gdb.trace/trace-enable-disable.c: New file.
13225
952ebca5
SM
132262016-04-28 Simon Marchi <simon.marchi@ericsson.com>
13227
13228 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
13229 use it in info sharedlibrary test.
13230 * gdb.trace/ftrace-lock.exp: Likewise.
13231 * gdb.trace/ftrace.exp: Likewise.
13232 * gdb.trace/range-stepping.exp: Likewise.
13233 * gdb.trace/trace-break.exp: Likewise.
13234 * gdb.trace/trace-condition.exp: Likewise.
13235 * gdb.trace/trace-mt.exp: Likewise.
13236
d9019901
SM
132372016-04-27 Simon Marchi <simon.marchi@ericsson.com>
13238
13239 * lib/gdb.exp (gdb_load_shlibs): Rename to...
13240 (gdb_load_shlib): ... this.
13241 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
13242 gdb_load_shlib.
13243 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
13244 * gdb.base/ctxobj.exp: Likewise.
13245 * gdb.base/dprintf-pending.exp: Likewise.
13246 * gdb.base/dso2dso.exp: Likewise.
13247 * gdb.base/fixsection.exp: Likewise.
13248 * gdb.base/gcore-relro.exp: Likewise.
13249 * gdb.base/gdb1555.exp: Likewise.
13250 * gdb.base/global-var-nested-by-dso.exp: Likewise.
13251 * gdb.base/gnu-ifunc.exp: Likewise.
13252 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
13253 * gdb.base/jit-so.exp (one_jit_test): Likewise.
13254 * gdb.base/pending.exp: Likewise.
13255 * gdb.base/print-file-var.exp: Likewise.
13256 * gdb.base/print-symbol-loading.exp: Likewise.
13257 * gdb.base/shlib-call.exp: Likewise.
13258 * gdb.base/shreloc.exp: Likewise.
13259 * gdb.base/so-impl-ld.exp: Likewise.
13260 * gdb.base/solib-disc.exp: Likewise.
13261 * gdb.base/solib-nodir.exp: Likewise.
13262 * gdb.base/solib-overlap.exp: Likewise.
13263 * gdb.base/solib-symbol.exp: Likewise.
13264 * gdb.base/solib-weak.exp (do_test): Likewise.
13265 * gdb.base/sym-file.exp: Likewise.
13266 * gdb.base/symtab-search-order.exp: Likewise.
13267 * gdb.base/type-opaque.exp: Likewise.
13268 * gdb.base/unload.exp: Likewise.
13269 * gdb.base/watchpoint-solib.exp: Likewise.
13270 * gdb.compile/compile.exp: Likewise.
13271 * gdb.cp/gdb2384.exp: Likewise.
13272 * gdb.cp/infcall-dlopen.exp: Likewise.
13273 * gdb.cp/re-set-overloaded.exp: Likewise.
13274 * gdb.fortran/library-module.exp: Likewise.
13275 * gdb.opt/solib-intra-step.exp: Likewise.
13276 * gdb.python/py-finish-breakpoint.exp: Likewise.
13277 * gdb.python/py-shared.exp: Likewise.
13278 * gdb.reverse/solib-precsave.exp: Likewise.
13279 * gdb.reverse/solib-reverse.exp: Likewise.
13280 * gdb.server/solib-list.exp: Likewise.
13281 * gdb.threads/dlopen-libpthread.exp: Likewise.
13282 * gdb.threads/tls-shared.exp: Likewise.
13283 * gdb.threads/tls-so_extern.exp: Likewise.
13284 * gdb.trace/change-loc.exp: Likewise.
13285 * gdb.trace/ftrace-lock.exp: Likewise.
13286 * gdb.trace/ftrace.exp: Likewise.
13287 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
13288 * gdb.trace/pending.exp: Likewise.
13289 * gdb.trace/range-stepping.exp: Likewise.
13290 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
13291 (strace_info_marker): Likewise.
13292 (strace_probe_marker): Likewise.
13293 (strace_trace_on_same_addr): Likewise.
13294 (strace_trace_on_diff_addr): Likewise.
13295 * gdb.trace/trace-break.exp: Likewise.
13296 * gdb.trace/trace-condition.exp: Likewise.
13297 * gdb.trace/trace-mt.exp: Likewise.
13298
fca4cfd9
SM
132992016-04-27 Simon Marchi <simon.marchi@ericsson.com>
13300
13301 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
13302 result of gdb_remote_download.
13303 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
13304 * gdb.base/dso2dso.exp: Likewise.
13305 * gdb.base/global-var-nested-by-dso.exp: Likewise.
13306 * gdb.base/print-file-var.exp: Likewise.
13307 * gdb.base/shlib-call.exp: Likewise.
13308 * gdb.base/shreloc.exp: Likewise.
13309 * gdb.base/solib-overlap.exp: Likewise.
13310 * gdb.base/solib-weak.exp (do_test): Likewise.
13311 * gdb.base/unload.exp: Likewise.
13312
11cf4ffb
YQ
133132016-04-27 Yao Qi <yao.qi@linaro.org>
13314
13315 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
13316 exists.
13317
3e2e34f8
KB
133182016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
13319
13320 * vla-type.exp: Print structure from toplevel.
13321
8f07e298
BH
133222016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
13323
13324 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
13325 of dynamic types.
13326 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
13327 of dynamic types.
13328
9920b434
BH
133292016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
13330
13331 * gdb.fortran/vla-type.f90: New file.
13332 * gdb.fortran/vla-type.exp: New file.
13333
f3abeff5
YQ
133342016-04-25 Yao Qi <yao.qi@linaro.org>
13335
13336 * gdb.base/branch-to-self.c: New file.
13337 * gdb.base/branch-to-self.exp: New file.
13338
0a5d52f0
YQ
133392016-04-22 Yao Qi <yao.qi@linaro.org>
13340
13341 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
13342 more after $hex.
13343
495346f6
YQ
133442016-04-22 Yao Qi <yao.qi@linaro.org>
13345
13346 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
13347 * gdb.base/annota3.exp: Likewise.
13348
4a7e075c
YQ
133492016-04-22 Yao Qi <yao.qi@linaro.org>
13350
13351 * gdb.reverse/step-precsave.exp: Do one step and test program
13352 stops in "callee" and do multiple steps until program goes out
13353 of "callee".
13354 * gdb.reverse/step-reverse.exp: Likewise.
13355
5b061e98
YQ
133562016-04-22 Yao Qi <yao.qi@linaro.org>
13357
13358 * gdb.trace/signal.exp: Also pass if
13359 $tracepoint_hits($i) > $iterations.
13360
5c5dc57f
YQ
133612016-04-22 Yao Qi <yao.qi@linaro.org>
13362
13363 * gdb.trace/signal.c: New file.
13364 * gdb.trace/signal.exp: New file.
13365
a55411b9
DE
133662016-04-19 Doug Evans <xdje42@gmail.com>
13367
13368 * gdb.base/bad-file.exp: New file.
13369
a22df60a
MG
133702016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
13371
13372 * gdb.dwarf2/implref.exp: New file.
13373
0c13f7e5
BH
133742016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
13375
13376 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
13377 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
13378 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
13379 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
13380 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
13381 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
13382 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
13383 * lib/fortran.exp (fortran_int4): New procedure.
13384 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
13385 (fortran_logical4): Likewise.
13386
9b9b09e9
BH
133872016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
13388
13389 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
13390
a14d1f4d
BH
133912016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
13392
13393 * lib/compiler.c: Add Intel specific preprocessor macros.
13394 * lib/compiler.cc: Likewise.
25d49b86 13395
7d49b1d0
LM
133962016-04-13 Luis Machado <lgustavo@codesourcery.com>
13397
13398 * gdb.server/connect-with-no-symbol-file.c: New file.
13399 * gdb.server/connect-with-no-symbol-file.exp: New file.
13400
8392fa22
SM
134012016-04-13 Simon Marchi <simon.marchi@ericsson.com>
13402
13403 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
13404
8c4c4aeb
SM
134052016-04-13 Simon Marchi <simon.marchi@ericsson.com>
13406
13407 * boards/gdbserver-base.exp (${board}_download): Copy source file to
13408 standard output directory.
13409
45e3745e
AT
134102016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
13411
13412 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
13413
e26b7e41
MM
134142016-04-13 Markus Metzger <markus.t.metzger@intel.com>
13415
13416 * gdb.btrace/instruction_history.c (loop): Add declaration.
13417
8ce09462
AT
134182016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
13419
13420 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
13421
2e88a1ea
SM
134222016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
13423
13424 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
13425 parentheses to print.
13426 (continue_handler): Likewise.
13427
f48e22e3
SM
134282016-04-08 Simon Marchi <simon.marchi@ericsson.com>
13429
13430 * gdb.server/solib-list.exp: Remove is_remote check.
13431 Pass shlib= to gdb_compile. Don't link shared library with
13432 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
13433 Run binary filename through "readlink -f" on the target.
13434
096be756
PA
134352016-04-08 Pedro Alves <palves@redhat.com>
13436
13437 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
13438 interpreter filename as argument to gdbserver_spawn.
13439 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
13440 Return empty if $last_loaded_file does not exist.
13441
06500533
JK
134422016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
13443
13444 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
13445 * gdb.base/jit-main.c: Use exit after usage.
13446
2d35e871
JK
134472016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
13448
13449 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
13450 GDBHISTSIZE prior to the tests.
13451 * gdb.base/gdbinit-history.exp: Likewise.
13452
134532016-04-07 Pedro Alves <palves@redhat.com>
9553661a
PA
13454
13455 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
13456 instead of build_executable. Use gdb_load_shlibs.
13457
c8064e7e
YQ
134582016-04-07 Yao Qi <yao.qi@linaro.org>
13459
13460 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
13461 Execute "si" command.
13462
bde47561
YQ
134632016-04-07 Yao Qi <yao.qi@linaro.org>
13464
13465 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
13466 number instead of the comments on some line.
13467
b16f8a3b
DB
134682016-04-06 Don Breazeal <donb@codesourcery.com>
13469
13470 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
13471 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
13472
c2f901df
SM
134732016-04-06 Simon Marchi <simon.marchi@ericsson.com>
13474
13475 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
13476 standard_output_file. Remove unused binfile variable.
13477
ac17fda0
CU
134782016-04-05 Catalin Udma <catalin.udma@freescale.com>
13479
13480 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
13481 * gdb.python/py-mi-objfile.exp: Match "list main" output
13482 in console format.
13483
03a8c4df
SM
134842016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
13485
13486 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
13487 absolute.
13488
6e774b13
SM
134892016-04-05 Simon Marchi <simon.marchi@ericsson.com>
13490
13491 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
13492 absolute.
13493 * gdb.trace/ftrace.exp: Likewise.
13494 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
13495 targets as well.
13496 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
13497 (gdb_load_shlibs): Copy libraries to test directory when testing
13498 natively. Only set solib-search-path if testing remotely.
13499 * lib/mi-support.exp (mi_load_shlibs): Likewise.
13500
7817ea46
SM
135012016-04-05 Simon Marchi <simon.marchi@ericsson.com>
13502
13503 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
13504 gdb_download. Use it even if the target is not remote.
13505 * gdb.base/jit.exp (compile_jit_test): Likewise.
13506 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
13507 output directory if the destination board is local, otherwise use
13508 the standard remote_download from DejaGnu.
13509 (gdb_download): Remove.
13510 (gdb_load_shlibs): Use gdb_remote_download instead of
13511 gdb_download.
13512 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
13513 Use gdb_remote_download instead of gdb_download. Use it even if
13514 the target is not remote.
13515 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
13516 instead of gdb_download.
13517
7beb7f68
SM
135182016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
13519
13520 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
13521 (test_insert_delete_modify): Call mi_load_shlibs before trying to
13522 run.
13523
cc63428a
AV
135242016-04-01 Artemiy Volkov <artemiyv@acm.org>
13525
13526 PR gdb/19820
13527 * gdb.base/printcmds.exp: Add artificial arrays tests.
13528
64cdf930
PA
135292016-03-31 Pedro Alves <palves@redhat.com>
13530
13531 PR gdb/19858
13532 * gdb.base/jit-main.c: Include unistd.h.
13533 (ATTACH): Define to 0 if not already defined.
13534 (wait_for_gdb, mypid): New globals.
13535 (WAIT_FOR_GDB): New macro.
13536 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
13537 some breakpoint locations.
13538 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
13539 New procedures.
13540 (one_jit_test): Add REATTACH parameter, and handle it. Use
13541 continue_to_test_location.
13542 (top level): Test attach, and adjusts calls to one_jit_test.
13543
40dea8cb
PA
135442016-03-31 Pedro Alves <palves@redhat.com>
13545
13546 PR gdb/19858
13547 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
13548 BINSUFFIX parameter, and handle it.
13549 (top level): Adjust calls compile_jit_test.
13550
e7ea3ec7
CU
135512016-03-31 Catalin Udma <catalin.udma@freescale.com>
13552
13553 PR python/19743
13554 * gdb.python/py-mi-events-gdb.py: New file.
13555 * gdb.python/py-mi-events.c: New file.
13556 * gdb.python/py-mi-events.exp: New file.
13557
e6359af3
YQ
135582016-03-30 Yao Qi <yao.qi@linaro.org>
13559
13560 * gdb.reverse/until-precsave.exp: Match function name only.
13561 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
13562 Move malloc to a condition block.
13563 * gdb.reverse/until-reverse.exp: Match function name only.
13564
a4105d04
MK
135652016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
13566
13567 * gdb.trace/ftrace.exp: Set arg0exp for s390.
13568 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
13569 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
13570 variable for GPR 0 instead of assuming it is register 0.
13571 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
13572 * lib/trace-support.exp: Add s390 registers.
13573
bfa6adb9
YQ
135742016-03-29 Yao Qi <yao.qi@linaro.org>
13575
13576 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
13577
1e6697ea
YQ
135782016-03-24 Yao Qi <yao.qi@linaro.org>
13579
13580 * gdb.reverse/break-reverse.exp: Add quotation mark in the
13581 test message.
13582
64bcd522
AA
135832016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
13584
13585 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
13586 maintaining separate logic for constructing the output path.
13587
7868401b
DB
135882016-03-16 Don Breazeal <donb@codesourcery.com>
13589
13590 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
13591 Retry fork and waitpid on interrupted system call errors.
13592 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
13593 Use with_timeout_factor to increase timeout by factor of 10.
13594
1cafadb4
DB
135952016-03-15 Don Breazeal <donb@codesourcery.com>
13596
13597 * gdb.cp/scope-err.cc: New test program.
13598 * gdb.cp/scope-err.exp: New test script.
13599 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
13600 lines and "set breakpoint here" comment.
13601 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
13602 Fixed some whitespace and format issues.
13603 * gdb.mi/mi-linespec-err-cp.cc: New test program.
13604 * gdb.mi/mi-linespec-err-cp.exp: New test script.
13605
81516450
DE
136062016-03-15 Doug Evans <dje@google.com>
13607
13608 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
13609 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
13610 All callers updated. Add tests for enums, mixed flags register.
13611
aa52b601
DE
136122016-03-15 Doug Evans <dje@google.com>
13613
13614 * gdb.base/skip.c (main): Call test_skip_file_and_function.
13615 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
13616
fa4ff313
SM
136172016-03-14 Simon Marchi <simon.marchi@ericsson.com>
13618
13619 * gdb.base/default.exp: Add $_as_string to the list of expected
13620 convenience functions.
13621
f2403c39
AB
136222016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
13623
13624 * gdb.base/maint.exp: New tests for 'maint info line-table'.
13625
f2f3ccb9
SM
136262016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
13627
13628 * gdb.python/py-as-string.exp: New file.
13629 * gdb.python/py-as-string.c: New file.
13630
00dbd492
PA
136312016-03-09 Pedro Alves <palves@redhat.com>
13632
13633 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
13634 signal" -> "Thread NN received signal" output change.
13635 * gdb.threads/ia64-sigill.exp: Likewise.
13636 * gdb.threads/linux-dp.exp: Likewise.
13637 * gdb.threads/manythreads.exp: Likewise.
13638 * gdb.threads/pending-step.exp: Likewise.
13639 * gdb.threads/print-threads.exp: Likewise.
13640 * gdb.threads/sigstep-threads.exp: Likewise.
13641 * gdb.threads/staticthreads.exp: Likewise.
13642 * gdb.threads/tls.exp: Likewise.
13643
1e6697ea
YQ
136442016-03-09 Pedro Alves <palves@redhat.com>
13645
13646 * gdb.base/command-line-input.exp: New file.
13647
b04fd3be
MK
136482016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
13649
13650 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
13651 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
13652 * gdb.trace/pending.exp: Accept leading dot before function name.
13653 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
13654 * lib/trace-support.exp: Set registers for ppc.
13655
98fa59e9
MK
136562016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
13657
13658 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
13659 use it for disassembly; accept .main in addition to main in backtrace.
13660
f77198c8
MK
136612016-03-09 Wei-cheng Wang <cole945@gmail.com>
13662 Marcin Kościelnicki <koriakin@0x04.net>
13663
13664 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
13665 (gdb_recursion_test_ptr): New global variable.
13666 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
13667 gdb_recursion_test.
13668 (gdb_c_test): Ditto.
13669
ba84e0da
MK
136702016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
13671
13672 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
13673 ordering.
13674
4366d36e
MK
136752016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
13676
13677 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
13678 (bar): Add bar_start_lbl label.
13679 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
13680 of foo/bar for emitting DWARF and tracing.
13681
5eb264df
SDJ
136822016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
13683
13684 * analyze-racy-logs.py: Set executable bit.
13685
fb6a751f
SDJ
136862016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
13687
13688 * Makefile.in (DEFAULT_RACY_ITER): New variable.
13689 (CHECK_TARGET_TMP): Likewise.
13690 (check-single-racy): New rule.
13691 (check-parallel-racy): Likewise.
13692 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
13693 (do-check-parallel-racy): New rule.
13694 (check-racy/%.exp): Likewise.
13695 * README (Racy testcases): New section.
13696 * analyze-racy-logs.py: New file.
13697
bdf7e230
DE
136982016-03-03 Doug Evans <dje@google.com>
13699
13700 * gdb.base/skip.exp: Use with_test_prefix.
13701
4719d415
YQ
137022016-03-03 Yao Qi <yao.qi@linaro.org>
13703
13704 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
13705 Invoke step_over_syscall "clone" and break_cond_on_syscall
13706 "clone".
13707 * gdb.base/step-over-clone.c: New file.
13708
ea507862
YQ
137092016-03-03 Yao Qi <yao.qi@linaro.org>
13710
13711 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
13712 code format.
13713
8fc8cbda
YQ
137142016-03-03 Yao Qi <yao.qi@linaro.org>
13715
13716 * gdb.base/disp-step-fork.c: Rename to ...
13717 * gdb.base/step-over-fork.c: ... it. New file.
13718 * gdb.base/disp-step-vfork.c: Rename to ...
13719 * gdb.base/step-over-vfork.c: ... it. New file.
13720 * gdb.base/disp-step-syscall.exp: Rename to ...
13721 * gdb.base/step-over-syscall.exp: ... it. New file.
13722 (disp_step_cross_syscall): Rename to ...
13723 (step_over_syscall): ... it.
13724
92fa70b0
YQ
137252016-03-03 Yao Qi <yao.qi@linaro.org>
13726
13727 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
13728 If target supports condition evaluation on target, invoke
13729 break_cond_on_syscall for fork and vfork.
13730
e197ad3c
YQ
137312016-03-03 Yao Qi <yao.qi@linaro.org>
13732
13733 * gdb.base/disp-step-syscall.exp: Don't invoke
13734 support_displaced_stepping.
13735 (disp_step_cross_syscall): Test with displaced stepping off and
13736 on if supported.
13737
0b47da9f
YQ
137382016-03-03 Yao Qi <yao.qi@linaro.org>
13739
13740 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
13741 proc.
13742 (setup): New proc.
13743 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
13744 and setup.
13745
065ab6dc
BH
137462016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
13747
13748 * gdb.fortran/vla-history.exp: Remove breakpoint.
13749
07e448ad 137502016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
13751
25d49b86
PA
13752 * gdb.fortran/vla-history.exp: Lookup array elements and printing
13753 exceeds timeout.
07e448ad 13754
9ac2d526 137552016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
13756
25d49b86
PA
13757 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
13758 breakpoint.
9ac2d526 13759
17807369
BH
137602016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
13761
13762 * gdb.mi/vla.f90: Nullify pointer after declaration.
13763
86e501af
PA
137642016-03-01 Pedro Alves <palves@redhat.com>
13765
13766 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
13767
1e903e32
PA
137682016-03-01 Pedro Alves <palves@redhat.com>
13769
13770 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
13771 before anything else.
13772 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
13773 _GNU_SOURCE here.
13774 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
13775 before anything else.
13776 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
13777
6ccb54e2
PA
137782016-03-01 Pedro Alves <palves@redhat.com>
13779
13780 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
13781
30ca9da1
YQ
137822016-03-01 Yao Qi <yao.qi@linaro.org>
13783
13784 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
13785 prepare_for_testing.
13786
dc856b38
YQ
137872016-03-01 Yao Qi <yao.qi@linaro.org>
13788
13789 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
13790
4a932159
AA
137912016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
13792
13793 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
13794 manually constructing the output path.
13795
f2489477
AA
137962016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
13797
13798 * gdb.arch/s390-stackless.S: New.
13799 * gdb.arch/s390-stackless.exp: New.
13800
38899f16
IB
138012016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
13802
13803 * gdb.dlang/circular.c: New file.
13804 * gdb.dlang/circular.exp: New file.
13805
9fde51ed
YQ
138062016-02-26 Yao Qi <yao.qi@linaro.org>
13807
13808 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
13809 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
13810 (testcases): Update.
13811
ce90fefe
YQ
138122016-02-26 Yao Qi <yao.qi@linaro.org>
13813
13814 * gdb.reverse/aarch64.c: Rename to ...
13815 * gdb.reverse/insn-reverse.c: ... it.
13816 * gdb.reverse/aarch64.exp: Rename to ...
13817 * gdb.reverse/insn-reverse.exp: ... it.
13818
3263bceb
YQ
138192016-02-26 Yao Qi <yao.qi@linaro.org>
13820
13821 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
13822 (testcase_ftype): New.
13823 (testcases): New array.
13824 (n_testcases): New.
13825 (main): Call each element in testcases.
13826 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
13827 (read_testcase): New.
13828 Do the tests in a loop.
13829
6cb59ff1
YQ
138302016-02-25 Yao Qi <yao.qi@linaro.org>
13831
13832 * gdb.base/branches.c: Remove.
13833
ae91f625
MK
138342016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
13835
13836 PR gdb/13808
13837 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
13838
678b48b7
MK
138392016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
13840
13841 * gdb.trace/ftrace.exp: Remove unnecessary target check.
13842
7337a6f2
MK
138432016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
13844
13845 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
13846 change x86_64 call_insn to 'callq'.
13847
861ca91f
AT
138482016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
13849
13850 * gdb.trace/tfile-avx.c: Move to...
13851 * gdb.trace/tracefile-pseudo-reg.c: Here.
13852 * gdb.trace/tfile-avx.exp: Move to...
13853 * gdb.trace/tracefile-pseudo-reg.exp: Here.
13854
bf74e428
GB
138552016-02-24 Gary Benson <gbenson@redhat.com>
13856
13857 * gdb.base/attach-pie-noexec.exp: Do not expect an error
13858 message on attach.
13859
cce0e923
DE
138602016-02-23 Doug Evans <dje@google.com>
13861
13862 * gdb.base/skip.c (test_skip): New function.
13863 (end_test_skip_file_and_function): New function.
13864 (test_skip_file_and_function): New function.
13865 * gdb.base/skip1.c (test_skip): New function.
13866 (skip1_test_skip_file_and_function): New function.
13867 * gdb.base/skip.exp: Add tests for new skip options.
13868 * gdb.base/skip-solib.exp: Update expected output.
13869 * gdb.perf/skip-command.cc: New file.
13870 * gdb.perf/skip-command.exp: New file.
13871 * gdb.perf/skip-command.py: New file.
13872
4000e47e
MK
138732016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
13874
13875 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
13876 info registers pattern.
13877
24f75ead
IB
138782016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
13879
13880 * lib/future.exp: Add D support.
13881 (gdb_find_gdc): New proc.
13882 (gdb_default_target_compile): Add D support.
13883
fbb7bcbe
WW
138842016-02-18 Wei-cheng Wang <cole945@gmail.com>
13885
13886 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
13887 user+system time.
13888 (trace_speed_test): Determine the iteration count for a time
13889 between 15..30 seconds.
13890
012b3a21
WT
138912016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
13892
13893 * gdb.arch/i386-mpx-sigsegv.c: New file.
13894 * gdb.arch/i386-mpx-sigsegv.exp: New file.
13895 * gdb.arch/i386-mpx-simple_segv.c: New file.
13896 * gdb.arch/i386-mpx-simple_segv.exp: New file.
13897
2d5189bd
YQ
138982016-02-18 Yao Qi <yao.qi@linaro.org>
13899
13900 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
13901 Don't call setup_kfail.
13902
40fb20d0
YQ
139032016-02-18 Yao Qi <yao.qi@linaro.org>
13904
13905 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
13906 Set "set breakpoint condition-evaluation" per $cond_bp_target.
13907
21b1f8d2
DE
139082016-02-16 Doug Evans <dje@google.com>
13909
13910 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
13911 * gdb.base/skip1.c: Ditto.
13912 * gdb.base/skip.exp: Whitespace cleanup.
13913
4041ed77
DB
139142016-02-16 Don Breazeal <donb@codesourcery.com>
13915
13916 PR remote/19496
13917 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
13918 Remove kfail for PR remote/19496.
13919
c4ef31bf
SM
139202016-02-16 Simon Marchi <simon.marchi@ericsson.com>
13921
13922 * lib/gdb.exp (standard_temp_file): Return a path specific to
13923 the runtest invocation.
13924
266b65b3
SM
139252016-02-16 Simon Marchi <simon.marchi@ericsson.com>
13926
13927 * gdb.trace/save-trace.exp: Change relative path to be in the
13928 standard output directory.
13929
a7a0a6a9
JK
139302016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
13931
13932 * gdb.arch/i386-prologue.c: Add missing prototypes.
13933
c99dbb42
JK
139342016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
13935
13936 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
13937 * gdb.arch/i386-prologue.exp: Likewise.
13938 * gdb.arch/i386-size.exp: Likewise.
13939
aa480355
SM
139402016-02-15 Simon Marchi <simon.marchi@ericsson.com>
13941
13942 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
13943 define object file path.
13944 * gdb.btrace/gcore.exp: Use standard_output_file to define core
13945 file path.
13946 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
13947 standard_output_file to define binfile.
13948
ba881f50
JK
139492016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
13950
13951 Fix compatibility with recent gfortran-5.3.1.
13952 * gdb.fortran/vla-history.exp (print vla1 allocated)
13953 (print vla2 allocated, print $2, print $3): Remove
13954 (print $4): Rename to ...
13955 (print $2): ... here.
13956 (print $9): Rename to ...
13957 (print $5): ... here.
13958 (print $10): Rename to ...
13959 (print $6): ... here.
13960 * gdb.fortran/vla.f90: Add pvla initialization.
13961
e9fb005c
JK
139622016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
13963
13964 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
13965 New test.
13966 * gdb.fortran/vla-value-sub.exp: Likewise.
13967
e44e00ff
MK
139682016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
13969
13970 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
13971
97e94151
SM
139722016-02-12 Simon Marchi <simon.marchi@ericsson.com>
13973
13974 * i386-biarch-core.exp: Define corefile using
13975 standard_output_file.
13976
01113bc1
YQ
139772016-02-12 Yao Qi <yao.qi@linaro.org>
13978
13979 * gdb.arch/arm-single-step-kernel-helper.c: New.
13980 * gdb.arch/arm-single-step-kernel-helper.exp: New.
13981
33b4777c
MM
139822016-02-12 Markus Metzger <markus.t.metzger@intel.com>
13983
13984 * gdb.btrace/tailcall-only.exp: New.
13985 * gdb.btrace/tailcall-only.c: New.
13986 * gdb.btrace/x86_64-tailcall-only.S: New.
13987 * gdb.btrace/i686-tailcall-only.S: New.
13988
acc23c11
PA
139892016-02-11 Pedro Alves <palves@redhat.com>
13990
13991 * README (Parallel testing): Add missing double quotes.
13992
e352bf0a
PA
139932016-02-11 Pedro Alves <palves@redhat.com>
13994
13995 * README (Parallel testing): New section.
13996 (GDB_PARALLEL): Rewrite.
13997 (FORCE_PARALLEL): Document.
13998
9f5fed78
MK
139992016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
14000
14001 * gdb.trace/tfile-avx.c: New test.
14002 * gdb.trace/tfile-avx.exp: New test.
14003
9ef9e6a6
KS
140042016-02-09 Keith Seitz <keiths@redhat.com>
14005
14006 PR breakpoints/19546
14007 * gdb.base/infcall-exec.c: New file.
14008 * gdb.base/infcall-exec2.c: New file.
14009 * gdb.base/infcall-exec.exp: New file.
14010
a96e36da
KS
140112016-02-09 Keith Seitz <keiths@redhat.com>
14012
14013 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
14014 (toplevel): Call test_bkpt_address.
14015
9f61929f
KS
140162016-02-09 Keith Seitz <keiths@redhat.com>
14017
14018 PR python/19506
14019 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
14020 (toplevel): Call test_bkpt_address.
14021
1e94266c
SM
140222016-02-09 Simon Marchi <simon.marchi@ericsson.com>
14023
14024 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
14025 to AC_OUTPUT.
14026 * configure: Regenerate.
14027
2a7f3dff
PA
140282016-02-09 Pedro Alves <palves@redhat.com>
14029
14030 PR breakpoints/19548
14031 * gdb.base/execl-update-breakpoints.c (some_function): New
14032 function.
14033 (main): Call it.
14034 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
14035 Tighten expected GDB output.
14036
2151ccc5
SM
140372016-02-08 Simon Marchi <simon.marchi@ericsson.com>
14038
14039 * Makefile.in (ALL_SUBDIRS): Remove.
14040 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
14041 (distclean maintainer-clean realclean): Likewise.
14042 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
14043 * configure: Regenerate.
14044 * gdb.ada/Makefile.in: Delete.
14045 * gdb.arch/Makefile.in: Likewise.
14046 * gdb.asm/Makefile.in: Likewise.
14047 * gdb.base/Makefile.in: Likewise.
14048 * gdb.btrace/Makefile.in: Likewise.
14049 * gdb.cell/Makefile.in: Likewise.
14050 * gdb.compile/Makefile.in: Likewise.
14051 * gdb.cp/Makefile.in: Likewise.
14052 * gdb.disasm/Makefile.in: Likewise.
14053 * gdb.dlang/Makefile.in: Likewise.
14054 * gdb.dwarf2/Makefile.in: Likewise.
14055 * gdb.fortran/Makefile.in: Likewise.
14056 * gdb.gdb/Makefile.in: Likewise.
14057 * gdb.go/Makefile.in: Likewise.
14058 * gdb.guile/Makefile.in: Likewise.
14059 * gdb.java/Makefile.in: Likewise.
14060 * gdb.linespec/Makefile.in: Likewise.
14061 * gdb.mi/Makefile.in: Likewise.
14062 * gdb.modula2/Makefile.in: Likewise.
14063 * gdb.multi/Makefile.in: Likewise.
14064 * gdb.objc/Makefile.in: Likewise.
14065 * gdb.opencl/Makefile.in: Likewise.
14066 * gdb.opt/Makefile.in: Likewise.
14067 * gdb.pascal/Makefile.in: Likewise.
14068 * gdb.perf/Makefile.in: Likewise.
14069 * gdb.python/Makefile.in: Likewise.
14070 * gdb.reverse/Makefile.in: Likewise.
14071 * gdb.server/Makefile.in: Likewise.
14072 * gdb.stabs/Makefile.in: Likewise.
14073 * gdb.threads/Makefile.in: Likewise.
14074 * gdb.trace/Makefile.in: Likewise.
14075 * gdb.xml/Makefile.in: Likewise.
14076 * lib/gdb.exp (make_gdb_parallel_path): Add check for
14077 GDB_PARALLEL.
14078 (standard_output_file): Remove check for GDB_PARALLEL, always
14079 return path in outputs/$subdir/$testname.
14080
437277d4
SM
140812016-02-08 Simon Marchi <simon.marchi@ericsson.com>
14082
14083 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
14084 (site.exp): Assign abs_srcdir to tcl's srcdir.
14085
31d913c7
YQ
140862016-02-04 Yao Qi <yao.qi@linaro.org>
14087
14088 * gdb.base/foll-exec-mode.c: Include limits.h.
14089 (main): Add parameters argc and argv. Get directory from
14090 argv[0].
14091 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
14092 compilation.
14093 * gdb.base/foll-exec.c: Include limits.h.
14094 (main): Add parameters argc and argv.
14095 Get directory from argv[0].
14096 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
14097 Adjust tests on the number of lines as source code changed.
14098 * gdb.base/foll-vfork-exit.c: Include limits.h.
14099 (main): Add one line of statement before vfork.
14100 * gdb.base/foll-vfork.c: Include limits.h and string.h.
14101 (main): Add parameters argc and argv. Get directory from
14102 argv[0].
14103 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
14104 (setup_gdb): Set tbreak to skip some source lines.
14105 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
14106 (main): Add parameters argc and argv. Get directory from
14107 argv[0].
14108 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
14109 compilation.
14110 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
14111 (main): Add parameters argc and argv. Get directory from
14112 argv[0].
14113 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
14114 compilation.
14115
9482b9fb
DE
141162016-02-01 Doug Evans <dje@google.com>
14117
14118 * gdb.base/skip.exp: Clean up multiple references to same test name.
14119
6b2e4f10
PA
141202016-02-01 Pedro Alves <palves@redhat.com>
14121
ccb6afd6 14122 PR remote/19496
6b2e4f10
PA
14123 * gdb.threads/forking-threads-plus-breakpoint.exp
14124 (displaced_stepping_supported): New global.
14125 (probe_displaced_stepping_support): New procedure.
14126 (do_test): Add 'displaced' parameter, and use it.
14127 (top level): Check for displaced stepping support. Add displaced
14128 stepping on/off testing axis.
14129
37a8db1a
AB
141302016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
14131
14132 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
14133 pointer. Don't perform further tests on the unassociated pointer
14134 if the first test fails.
14135
5fdf6324
AB
141362016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
14137
14138 * gdb.base/max-value-size.c: New file.
14139 * gdb.base/max-value-size.exp: New file.
14140 * gdb.base/huge.exp: Disable max-value-size for this test.
14141
935c6144
IB
141422016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
14143
14144 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
14145
7fe8399d
YQ
141462016-01-28 Yao Qi <yao.qi@linaro.org>
14147
14148 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
14149
a2077e25
PA
141502016-01-25 Pedro Alves <palves@redhat.com>
14151
14152 PR threads/19461
14153 * gdb.base/fork-running-state.c: New file.
14154 * gdb.base/fork-running-state.exp: New file.
14155
1d2736d4
PA
141562016-01-25 Pedro Alves <palves@redhat.com>
14157
14158 PR gdb/19494
14159 * gdb.base/catch-fork-kill.c: New file.
14160 * gdb.base/catch-fork-kill.exp: New file.
14161
f1da4b11
PA
141622016-01-25 Pedro Alves <palves@redhat.com>
14163
14164 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
14165 Delete, moved to lib/gdb.exp.
14166 * gdb.threads/forking-threads-plus-breakpoint.exp
14167 (foreach_with_prefix): Likewise.
14168 * gdb.threads/process-dies-while-handling-bp.exp
14169 (foreach_with_prefix): Likewise.
14170 * lib/gdb.exp (foreach_with_prefix): New procedure.
14171
45f38546
MK
141722016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
14173
14174 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
14175 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
14176
dc29a1ce
MK
141772016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
14178
14179 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
14180 endian targets.
14181
092127d7
JK
141822016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
14183 Pedro Alves <palves@redhat.com>
14184
14185 Fix testsuite compatibility with Guile.
14186 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
14187 number.
14188
31d765d3
JK
141892016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
14190
14191 Fix testsuite compatibility with Guile.
14192 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
14193 (thread 1): New test for backtrace through signal handler.
14194
1ac78c04
YQ
141952016-01-22 Yao Qi <yao.qi@linaro.org>
14196
14197 PR testsuite/19491
14198 * gdb.base/multi-forks.c: Include
14199 ../lib/unbuffer_output.c
14200 (main): Call gdb_unbuffer_output.
14201
4f5946a8
DE
142022016-01-21 Doug Evans <dje@google.com>
14203
14204 * lib/ada.exp (gdb_compile_ada): Fix typo.
14205
305e13e6
JB
142062016-01-21 Joel Brobecker <brobecker@adacore.com>
14207
14208 * gdb.base/break-fun-addr.exp: New file.
14209 * gdb.base/break-fun-addr1.c: New file.
14210 * gdb.base/break-fun-addr2.c: New file.
14211
5f5dfff6
SM
142122016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
14213
14214 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
14215 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
14216 enum flag values.
14217
fd356fa2
AA
142182016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
14219
14220 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
14221 when GDB can not set the vector return value. Add more comments
14222 for clarification.
14223
9df22175
AT
142242016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
14225
14226 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
14227 command.
14228
41d1845e
SM
142292016-01-19 Simon Marchi <simon.marchi@ericsson.com>
14230
14231 * Makefile.in (DO_RUNTEST): Add --status and update usages.
14232
01ac6840
SM
142332016-01-19 Simon Marchi <simon.marchi@ericsson.com>
14234
14235 * Makefile.in (check-single): Pass --status to runtest.
14236 (check/%.exp): Likewise.
14237
142382016-01-19 Simon Marchi <simon.marchi@ericsson.com>
14239
14240 * Makefile.in (check-parallel): Propagate return code from make
14241 do-check-parallel.
14242
bd0a71fa
MK
142432016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
14244
14245 * gdb.trace/ftrace.exp: Fix expected message on continue.
14246 * gdb.trace/pending.exp: Fix expected message on continue.
14247 * gdb.trace/trace-break.exp: Fix expected message on continue.
14248
8bcbad33
SM
142492016-01-18 Simon Marchi <simon.marchi@ericsson.com>
14250
14251 * lib/gdb.exp (gdb_test): Remove unused global references.
14252
f303dbd6
PA
142532016-01-18 Pedro Alves <palves@redhat.com>
14254
14255 * gdb.base/async-shell.exp: Adjust expected output.
14256 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
14257 * gdb.base/siginfo-thread.exp: Adjust expected output.
14258 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
14259 * gdb.java/jnpe.exp: Adjust expected output.
14260 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
14261 * gdb.threads/continue-pending-status.exp: Adjust expected output.
14262 * gdb.threads/leader-exit.exp: Adjust expected output.
14263 * gdb.threads/manythreads.exp: Adjust expected output.
14264 * gdb.threads/pthreads.exp: Adjust expected output.
14265 * gdb.threads/schedlock.exp: Adjust expected output.
14266 * gdb.threads/siginfo-threads.exp: Adjust expected output.
14267 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
14268 expected output.
14269 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
14270 output.
14271 * gdb.threads/sigthread.exp: Adjust expected output.
14272 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
14273
b2789696
YQ
142742016-01-18 Yao Qi <yao.qi@linaro.org>
14275
14276 * gdb.guile/scm-section-script.c: Replace @progbits with
14277 %progbits.
14278 * gdb.python/py-section-script.c: Likewise.
14279
71ef29a8
PA
142802016-01-15 Pedro Alves <palves@redhat.com>
14281
14282 * gdb.multi/tids.exp: Test star wildcard ranges.
14283
3f5b7598
PA
142842016-01-15 Pedro Alves <palves@redhat.com>
14285
14286 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
14287 command from "thread apply" invocation.
14288 (thr_apply_info_thr_invalid): Default the expected output to the
14289 input tid list.
14290 (top level): Add tests that use convenience variables. Add tests
14291 for "thread apply" with a valid TID list, but missing the command.
14292
663f6d42
PA
142932016-01-13 Pedro Alves <palves@redhat.com>
14294
14295 * gdb.base/default.exp: Expect $_gthread as well.
14296 * gdb.multi/tids.exp: Test $_gthread.
14297 * gdb.threads/thread-specific.exp: Test $_gthread.
14298
c84f6bbf
PA
142992016-01-13 Pedro Alves <palves@redhat.com>
14300
14301 * gdb.multi/tids.exp: Test "info threads -gid".
14302
22a02324
PA
143032016-01-13 Pedro Alves <palves@redhat.com>
14304
14305 * gdb.multi/tids.exp: Test InferiorThread.global_num and
14306 Breakpoint.thread.
14307 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
14308
5d5658a1
PA
143092016-01-07 Pedro Alves <palves@redhat.com>
14310
14311 * gdb.base/break.exp: Adjust to output changes.
14312 * gdb.base/hbreak2.exp: Likewise.
14313 * gdb.base/sepdebug.exp: Likewise.
14314 * gdb.base/watch_thread_num.exp: Likewise.
14315 * gdb.linespec/keywords.exp: Likewise.
14316 * gdb.multi/info-threads.exp: Likewise.
14317 * gdb.threads/thread-find.exp: Likewise.
14318 * gdb.multi/tids.c: New file.
14319 * gdb.multi/tids.exp: New file.
14320
84654457
PA
143212016-01-13 Pedro Alves <palves@redhat.com>
14322
14323 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
14324
e3940304
PA
143252016-01-13 Pedro Alves <palves@redhat.com>
14326
14327 * gdb.base/default.exp: Expect $_inferior as well.
14328 * gdb.multi/base.exp: Test $_inferior.
14329
a911d87a
PA
143302016-01-13 Pedro Alves <palves@redhat.com>
14331
14332 PR breakpoints/19388
14333 * gdb.base/catch-signal-siginfo-cond.c: New file.
14334 * gdb.base/catch-signal-siginfo-cond.exp: New file.
14335
82075af2
JS
143362016-01-12 Josh Stone <jistone@redhat.com>
14337 Philippe Waroquiers <philippe.waroquiers@skynet.be>
14338
14339 * gdb.base/catch-syscall.c (do_execve): New variable.
14340 (main): Conditionally trigger an execve.
14341 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
14342 (test_catch_syscall_execve): New, check entry/return across execve.
14343 (do_syscall_tests): Call test_catch_syscall_execve.
14344
e46eeedd
PA
143452016-01-12 Pedro Alves <palves@redhat.com>
14346
14347 * gdb.base/random-signal.exp (do_test): New procedure, with body
14348 of testcase moved in.
14349
01d8c27e
JK
143502016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
14351 Pedro Alves <palves@redhat.com>
14352
14353 * gdb.base/funcargs.exp (finish from indirectly called function):
14354 Reintroduce the case for 'First'.
14355
9a706302
JK
143562016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
14357 Pedro Alves <palves@redhat.com>
14358
14359 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
14360 (tcatch_vfork_then_child_follow_exec)
14361 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
14362 identification.
14363
c0ecb95f
JK
143642016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
14365
14366 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
14367 and repeats to unlimited.
14368 * gdb.python/py-value.exp: Likewise.
14369 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
14370 and repeats to unlimited.
14371
6cfc1fcb
JK
143722016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
14373
14374 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
14375 and reordering the functions.
14376 * gdb.multi/hangout.c: Likewise.
14377 * gdb.multi/hello.c: Likewise.
14378
582a1b00
SM
143792016-01-08 Simon Marchi <simon.marchi@ericsson.com>
14380
14381 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
14382 absolute.
14383 (SingleStatisticTestResult.report): Use dict.keys instead of
14384 dict.iterkeys.
14385
79bc59cb
PA
143862016-01-06 Pedro Alves <palves@redhat.com>
14387
14388 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
14389
43368e1d
MM
143902016-01-04 Markus Metzger <markus.t.metzger@intel.com>
14391
14392 * gdb.btrace/dlopen.exp: New.
14393 * gdb.btrace/dlopen.c: New.
14394 * gdb.btrace/dlopen-dso.c: New.
14395
79fad5b8
SL
143962015-12-25 Sandra Loosemore <sandra@codesourcery.com>
14397
14398 * lib/gdb.exp (gdb_test): Update comments to clarify that the
14399 PATTERN argument is optional.
14400
ab8314b3
JB
144012015-12-24 Joel Brobecker <brobecker@adacore.com>
14402
14403 * lib/ada.exp (target_compile_ada_from_dir): New function.
14404 (gdb_compile_ada): Reimplement avoiding the use of project files.
14405 * gdb.ada/gnat_ada.gpr: Delete.
14406 * gdb.ada/cond_lang.exp: Adjust test to make path before
14407 filename optional.
14408 * gdb.ada/small_reg_param.exp: Likewise.
14409
fe33faff
SM
144102015-12-22 Simon Marchi <simon.marchi@ericsson.com>
14411
14412 * gdb.base/foll-vork.exp: Remove HP-UX special case.
14413
6d265cb4
TP
144142015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
14415
14416 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
14417 case.
14418
10125099
SM
144192015-12-21 Simon Marchi <simon.marchi@ericsson.com>
14420
14421 * gdb.base/break.exp: Remove dead code.
14422 * gdb.base/sepdebug.exp: Likewise.
14423
3ca22649
SM
144242015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
14425
14426 * gdb.asm/asm-source.exp: Remove HP-UX references.
14427 * gdb.base/annota1.exp: Likewise.
14428 * gdb.base/annota3.exp: Likewise.
14429 * gdb.base/attach.exp: Likewise.
14430 * gdb.base/bigcore.exp: Likewise.
14431 * gdb.base/break.exp: Likewise.
14432 * gdb.base/call-ar-st.exp: Likewise.
14433 * gdb.base/callfuncs.exp: Likewise.
14434 * gdb.base/catch-fork-static.exp: Likewise.
14435 * gdb.base/display.exp: Likewise.
14436 * gdb.base/foll-exec-mode.exp: Likewise.
14437 * gdb.base/foll-exec.exp: Likewise.
14438 * gdb.base/foll-fork.exp: Likewise.
14439 * gdb.base/foll-vfork.exp: Likewise.
14440 * gdb.base/funcargs.exp: Likewise.
14441 * gdb.base/hbreak2.exp: Likewise.
14442 * gdb.base/inferior-died.exp: Likewise.
14443 * gdb.base/interrupt.exp: Likewise.
14444 * gdb.base/multi-forks.exp: Likewise.
14445 * gdb.base/nodebug.exp: Likewise.
14446 * gdb.base/sepdebug.exp: Likewise.
14447 * gdb.base/solib1.c: Likewise.
14448 * gdb.base/step-test.exp: Likewise.
14449 * gdb.mi/non-stop.c: Likewise.
14450 * gdb.mi/pthreads.c: Likewise.
14451 * gdb.multi/bkpt-multi-exec.ex: Likewise.
14452 * gdb.threads/pthreads.c: Likewise.
14453 * gdb.threads/staticthreads.exp: Likewise.
14454 * lib/future.exp: Likewise.
14455 * lib/gdb.exp: Likewise.
14456 * gdb.base/so-indr-cl.c: Remove.
14457 * gdb.base/so-indr-cl.exp: Likewise.
14458 * gdb.base/solib.c: Likewise.
14459 * gdb.base/solib.exp: Likewise.
14460 * gdb.base/solib2.c: Likewise.
14461
b6304613
SM
144622015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
14463
14464 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
14465 * gdb.base/call-ar-st.exp: Likewise.
14466 * gdb.base/callfuncs.exp: Likewise.
14467 * gdb.base/condbreak.exp: Likewise.
14468 * gdb.base/constvars.exp: Likewise.
14469 * gdb.base/hbreak2.exp: Likewise.
14470 * gdb.base/langs.exp: Likewise.
14471 * gdb.base/list.exp: Likewise.
14472 * gdb.base/long_long.exp: Likewise.
14473 * gdb.base/ptype.exp: Likewise.
14474 * gdb.base/scope.exp: Likewise.
14475 * gdb.base/signals.exp: Likewise.
14476 * gdb.base/so-impl-ld.exp: Likewise.
14477 * gdb.base/varargs.exp: Likewise.
14478 * gdb.base/volatile.exp: Likewise.
14479 * gdb.base/whatis.exp: Likewise.
14480 * gdb.cp/cplusfuncs.exp: Likewise.
14481 * gdb.cp/inherit.exp: Likewise.
14482 * gdb.cp/local.exp: Likewise.
14483 * gdb.cp/member-ptr.exp: Likewise.
14484 * gdb.cp/method.exp: Likewise.
14485 * gdb.cp/overload.exp: Likewise.
14486 * gdb.cp/templates.exp: Likewise.
14487 * gdb.stabs/weird.exp: Likewise.
14488 * lib/compiler.c: Likewise.
14489 * lib/compiler.cc: Likewise.
14490 * lib/cp-support.exp: Likewise.
14491 * lib/gdb.exp: Likewise.
14492
bf401b07
SM
144932015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
14494
14495 * configure.ac: Remove HP-UX case.
14496 * configure: Regenerate.
14497
aff9c0f8
SM
144982015-12-18 Simon Marchi <simon.marchi@ericsson.com>
14499
14500 * lib/gdb.exp (gdb_compile): Add function doc.
14501
a6904d5a
PA
145022015-12-17 Pedro Alves <palves@redhat.com>
14503
14504 PR threads/19354
14505 * gdb.multi/info-threads.exp: New file.
14506
a22279dd
YQ
145072015-12-15 Yao Qi <yao.qi@linaro.org>
14508
14509 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
14510 is aarch64*-*-*.
14511
0588c796
SL
145122015-12-14 Sandra Loosemore <sandra@codesourcery.com>
14513
14514 * gdb.base/history-duplicates.exp: Skip if no readline support.
14515
5d978e17
SL
145162015-12-14 Sandra Loosemore <sandra@codesourcery.com>
14517
14518 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
14519
7e763b86
SL
145202015-12-14 Sandra Loosemore <sandra@codesourcery.com>
14521
14522 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
14523
87a3a92c
SL
145242015-12-14 Sandra Loosemore <sandra@codesourcery.com>
14525
14526 * gdb.base/completion.exp: Skip tests that interrupt GDB with
14527 ctrl-C if nointerrupts target property is set.
14528 * gdb.base/double-prompt-target-event-error.exp: Likewise.
14529 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
14530 * gdb.base/paginate-bg-execution.exp: Likewise.
14531 * gdb.base/paginate-execution-startup.exp: Likewise.
14532 * gdb.base/random-signal.exp: Likewise.
14533 * gdb.base/range-stepping.exp: Likewise.
14534 * gdb.cp/annota2.exp: Likewise.
14535 * gdb.cp/annota3.exp: Likewise.
14536 * gdb.gdb/selftest.exp: Likewise.
14537 * gdb.threads/continue-pending-status.exp: Likewise.
14538 * gdb.threads/leader-exit.exp: Likewise.
14539 * gdb.threads/manythreads.exp: Likewise.
14540 * gdb.threads/pthreads.exp: Likewise.
14541 * gdb.threads/schedlock.exp: Likewise.
14542 * gdb.threads/sigthread.exp: Likewise.
14543
a8f077dc
DB
145442015-12-11 Don Breazeal <donb@codesourcery.com>
14545
14546 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
14547 remote.
14548 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
14549 * gdb.base/foll-exec.exp (main): Enable for target remote.
14550 * gdb.base/foll-fork.exp (main): Likewise.
14551 * gdb.base/foll-vfork.exp (main): Likewise.
14552 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
14553 (proc continue_to_exit_bp_loc): Use clean_restart.
14554 * gdb.base/pie-execl.exp (main): Disable for target remote.
14555 * gdb.base/watch-vfork.exp (main): Enable for target remote.
14556 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
14557 * gdb.threads/execl.exp (main): Likewise.
14558 * gdb.threads/fork-child-threads.exp (main): Likewise.
14559 * gdb.threads/fork-plus-threads.exp (main): Disable for target
14560 remote.
14561 * gdb.threads/fork-thread-pending.exp (main): Enable for target
14562 remote.
14563 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
14564 pid.tid style ptids, instead of just tid.
14565 * gdb.threads/thread-execl.exp (main): Enable for target remote.
14566 * gdb.threads/watchpoint-fork.exp (main): Likewise.
14567 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
14568 ptids, instead of just tid.
14569
3b2464a8
AB
145702015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
14571
14572 * gdb.base/list.exp (test_list_forward): Add end of file error
14573 test.
14574 (test_repeat_list_command): Add end of file error test.
14575 (test_list_backwards): Add beginning of file error test.
14576
a0def019
AB
145772015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
14578
14579 * gdb.base/list.exp (test_list_invalid_args): New function,
14580 defined, and called.
14581
5c000dff
AB
145822015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
14583
14584 * gdb.base/list.exp (test_list): Make test names unique.
14585
f1637ebe
YQ
145862015-12-11 Yao Qi <yao.qi@linaro.org>
14587
14588 * gdb.base/coremaker2.c: Remove.
14589
36d6fc0a
PA
145902015-12-10 Pedro Alves <palves@redhat.com>
14591
14592 * gdb.multi/base.exp: Remove stale "spaces" references.
14593
762f7747
PA
145942015-12-10 Pedro Alves <palves@redhat.com>
14595
14596 * gdb.multi/base.exp: Don't use nowarnings.
14597 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
14598 * gdb.multi/hangout.c: Include stdio.h.
14599 * gdb.multi/hello.c: Include stdlib.h.
14600 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
14601 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
14602 * gdb.multi/multi-arch.exp: Don't use nowarnings.
14603
28d2bfb9
AB
146042015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
14605
14606 * gdb.dwarf2/dw2-ranges-base.c: New file.
14607 * gdb.dwarf2/dw2-ranges-base.exp: New file.
14608 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
14609 support additional line table, and debug ranges generation.
14610 (Dwarf::ranges): New function, generate .debug_ranges.
14611 (Dwarf::lines): Support generating simple line table programs.
14612 (Dwarf::assemble): Initialise new namespace variables.
14613
5fc2beac
KB
146142015-12-09 Kevin Buettner <kevinb@redhat.com>
14615
14616 * gdb.base/async.exp (proc test_background): Add case for
14617 asynchronous execution not supported.
14618
1c35a88f
LM
146192015-12-09 Luis Machado <lgustavo@codesourcery.com>
14620
14621 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
14622 format and change test names to make them unique.
14623
b593e3d9
RK
146242015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
14625 Pedro Alves <pedro@redhat.com>
14626
14627 PR gdb/18702
14628 Add checking of floatformats setup on x86_64 hosts.
14629 * gdb.arch/i386-float.S (main): Load bigval and smallval.
14630 (smallval, bigval): New labels/constants.
14631 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
14632 float" after loading bigval and smallval.
14633
d72413e6
PMR
146342015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
14635
14636 * gdb.ada/fun_overload_menu.exp: New testcase.
14637 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
14638
ece66d65
JS
146392015-12-04 Josh Stone <jistone@redhat.com>
14640
14641 * gdb.base/catch-fork-static.exp: New.
14642
41d0efca
YQ
146432015-12-03 Yao Qi <yao.qi@linaro.org>
14644
14645 * gdb.base/sizeof.c: Don't include stdio.h and
14646 ../lib/unbuffer_output.c.
14647 (main): New variable 'size' and 'value'. Remove printf and
14648 gdb_unbuffer_output. Assign return value to size and value.
14649 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
14650 at the beginning.
14651 (check_sizeof): Check the result by printing variable 'size'.
14652 (check_valueof): Check the result by printing variable 'value'.
14653
99fd02d9
YQ
146542015-12-01 Yao Qi <yao.qi@linaro.org>
14655
14656 * gdb.base/disp-step-syscall.exp: Define syscall instruction
14657 for aarch64*-*-linux* target.
14658
f2faf941
PA
146592015-11-30 Pedro Alves <palves@redhat.com>
14660
14661 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
14662
04bf20c5
PA
146632015-11-30 Pedro Alves <palves@redhat.com>
14664
14665 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
14666 Handle non-stop mode vCont replies.
14667
09df4675
PA
146682015-11-30 Pedro Alves <palves@redhat.com>
14669
14670 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
14671 prepare_for_testing. Start gdb with "set non-stop on" appended to
14672 GDBFLAGS. Lax expected stop output.
14673
58b584af
YQ
146742015-11-27 Yao Qi <yao.qi@linaro.org>
14675
14676 * gdb.arch/arm-neon.exp: New.
14677 * gdb.arch/arm-neon.c: New.
14678
dfcb77a8
YQ
146792015-11-27 Yao Qi <yao.qi@linaro.org>
14680
14681 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
14682
88e8ec1b
YQ
146832015-11-27 Yao Qi <yao.qi@linaro.org>
14684
14685 * gdb.cp/annota2.exp: Allow multiple occurrences of the
14686 frames-invalid annotation.
14687
bfde72c2
YQ
146882015-11-27 Yao Qi <yao.qi@linaro.org>
14689
14690 * gdb.cp/annota2.exp: Use ${frames_invalid}.
14691
f6512a69
SM
146922015-11-26 Simon Marchi <simon.marchi@ericsson.com>
14693
14694 * gdb.threads/names.exp: New file.
14695 * gdb.threads/names.c: New file.
14696 * README: Mention gdb,no_thread_names.
14697
46a3515b
MM
146982015-11-26 Markus Metzger <markus.t.metzger@intel.com>
14699
14700 PR 19297
14701 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
14702 support" error.
14703
62147a22
PA
147042015-11-24 Pedro Alves <palves@redhat.com>
14705
14706 PR 17539
14707 * gdb.base/display.exp: Expect displays to be sorted in ascending
14708 order. Use multi_line.
14709 * gdb.base/solib-display.exp: Likewise.
14710
2f341b6e
PA
147112015-11-24 Pedro Alves <palves@redhat.com>
14712
14713 PR 17539
25d49b86
PA
14714 * gdb.base/display.exp: Expect displays to be sorted in ascending
14715 order. Use multi_line.
14716 * gdb.base/solib-display.exp: Likewise.
2f341b6e 14717
7e0aa6aa
PA
147182015-11-24 Pedro Alves <palves@redhat.com>
14719
14720 PR 17539
14721 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
14722 threads in ascending order.
14723 * gdb.base/foll-fork.exp: Likewise.
14724 * gdb.base/foll-vfork.exp: Likewise.
14725 * gdb.base/multi-forks.exp: Likewise.
14726 * gdb.mi/mi-nonstop.exp: Likewise.
14727 * gdb.mi/mi-nsintrall.exp: Likewise.
14728 * gdb.multi/base.exp: Likewise.
14729 * gdb.multi/multi-arch.exp: Likewise.
14730 * gdb.python/py-inferior.exp: Likewise.
14731 * gdb.threads/break-while-running.exp: Likewise.
14732 * gdb.threads/execl.exp: Likewise.
14733 * gdb.threads/gcore-thread.exp: Likewise.
14734 * gdb.threads/info-threads-cur-sal.exp: Likewise.
14735 * gdb.threads/kill.exp: Likewise.
14736 * gdb.threads/linux-dp.exp: Likewise.
14737 * gdb.threads/multiple-step-overs.exp: Likewise.
14738 * gdb.threads/next-bp-other-thread.exp: Likewise.
14739 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
14740 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
14741 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
14742 * gdb.threads/thread-find.exp: Likewise.
14743 * gdb.threads/tls.exp: Likewise.
14744 * lib/mi-support.exp (mi_reverse_list): Delete.
14745 (mi_check_thread_states): No longer reverse list.
14746
2cc57ad8
PA
147472015-11-24 Pedro Alves <palves@redhat.com>
14748
14749 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
14750 use lowercase.
14751
c93e8391
SM
147522015-11-23 Simon Marchi <simon.marchi@ericsson.com>
14753
14754 * gdb.trace/actions.c: Include trace-common.h.
14755 (main): Add a location for a fast tracepoint.
14756 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
14757 the normal tracepoints.
14758 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
14759
045ccf91
SM
147602015-11-23 Simon Marchi <simon.marchi@ericsson.com>
14761
14762 * save-trace.exp: Factor out code to these...
14763 (gdb_save_tracepoints): New.
14764 (gdb_load_tracepoints): New.
14765 (do_save_load_test): New.
14766
5506f9f6
KB
147672015-11-23 Kevin Buettner <kevinb@redhat.com>
14768
14769 * gdb.base/asmlabel.exp: New test.
14770 * gdb.base/asmlabel.c: New test case.
14771
16c3b12f
JB
147722015-11-23 Joel Brobecker <brobecker@adacore.com>
14773
14774 * gdb.base/wrong_frame_bt_full-main.c: New file.
14775 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
14776 * gdb.base/wrong_frame_bt_full.exp: New file.
14777
155bfbd3
JB
147782015-11-23 Joel Brobecker <brobecker@adacore.com>
14779
14780 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
14781
bb097445
JM
147822015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
14783
206853a0 14784 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
bb097445
JM
14785 pstate register when comparing registers values in
14786 sparc64-*-linux-gnu targets to avoid spurious differences.
14787
9c88ed8f
JM
147882015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
14789
206853a0 14790 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
9c88ed8f 14791
96161e25
SL
147922015-11-19 Sandra Loosemore <sandra@codesourcery.com>
14793
14794 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
14795 as type argument to gdb_compile.
14796 * gdb.base/nested-subp2.exp: Likewise.
14797 * gdb.base/nested-subp3.exp: Likewise.
14798
340c2830
DV
147992015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
14800
14801 * lib/dwarf.exp (_note): Fix left shift of negative value.
14802 * gdb.trace/trace-condition.exp: Likewise.
14803
c1862d0f
YQ
148042015-11-13 Yao Qi <yao.qi@linaro.org>
14805
14806 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
14807 comments about d10v.
14808 (test_scalar_returns): Likewise.
14809 * gdb.base/d10v.ld: Remove.
14810 * gdb.base/overlays.exp: Remove the target triplet checking for
14811 d10v-*-*.
14812 * gdb.base/structs.exp (test_struct_returns): Remove the
14813 comments about d10v.
14814 (test_struct_calls): Likewise.
14815
77ae9c19
YQ
148162015-11-13 Yao Qi <yao.qi@linaro.org>
14817
14818 * gdb.base/gnu_vector.exp: Check the return value by "p res".
14819 * gdb.base/gnu_vector.c: Don't include stdio.h.
14820 (main): Don't print res and call add_some_intvecs.
14821
430e004e
MK
148222015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
14823
14824 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
14825 macro.
14826 (func5): Removed.
14827 (func4): Use FAST_TRACEPOINT_LABEL.
14828 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
14829 macro.
14830 (func): Removed.
14831 (thread_function): Use FAST_TRACEPOINT_LABEL.
14832 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
14833 (func): Remove.
14834 (marker): Use FAST_TRACEPOINT_LABEL.
14835 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
14836 (pendfunc1): Remove.
14837 (pendfunc): Use FAST_TRACEPOINT_LABEL.
14838 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
14839 (foo): Remove.
14840 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
14841 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
14842 macro.
14843 (func): Remove.
14844 (marker): Use FAST_TRACEPOINT_LABEL.
14845 * gdb.trace/trace-common.h: New header.
14846 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
14847 macro.
14848 (func): Remove.
14849 (marker): Use FAST_TRACEPOINT_LABEL.
14850 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
14851 (func): Remove.
14852 (thread_function): Use FAST_TRACEPOINT_LABEL.
14853
6e7675a7
MK
148542015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
14855
14856 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
14857 in front.
14858 * gdb.trace/change-loc.exp: Use global pcreg definition.
14859 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
14860 * gdb.trace/entry-values.exp: Use global spreg definition, add $
14861 in front.
14862 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
14863 * gdb.trace/pending.exp: Likewise.
14864 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
14865 * gdb.trace/trace-break.exp: Likewise.
14866 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
14867 in front.
14868 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
14869 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
14870 in front.
14871 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
14872
dddc0e16
JB
148732015-11-09 Joel Brobecker <brobecker@adacore.com>
14874
14875 * gdb.ada/fin_fun_out: New testcase.
14876
c6f0b406
KB
148772015-11-07 Kevin Buettner <kevinb@redhat.com>
14878
14879 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
14880 value associated with DW_AT_byte_size.
14881 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
14882 constants for DW_AT_byte_size, DW_AT_lower_bound, and
14883 DW_AT_upper_bound.
14884
f01dcfd9
KB
148852015-11-07 Kevin Buettner <kevinb@redhat.com>
14886
14887 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
14888 (gdb_target_symbol_prefix_flags): Define in terms of _asm
14889 version.
14890 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
14891 gdb.dwarf2/dw2-canonicalize-type.exp,
14892 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
14893 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
14894 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
14895 provided by gdb_target_symbol_prefix_flags_asm.
14896 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
14897 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
14898 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
14899 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
14900 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
14901 macros where needed). Use this macro for symbols which require
14902 the prefix provided by SYMBOL_PREFIX.
14903
2223449a
KB
149042015-11-05 Kevin Buettner <kevinb@redhat.com>
14905
14906 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
14907 New procs.
14908 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
14909 representing expressions, of more than one list element.
14910 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
14911 to prepend linker symbol prefix to f.
14912 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
14913 table_1 and table_2.
14914 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
14915 Likewise, for f and g.
14916 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
14917 for ptr.
14918 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
14919 for main.
14920 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
14921 table_1_ptr and table_2_ptr.
14922
6f2f1a3a
JK
149232015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
14924 Joel Brobecker <brobecker@adacore.com>
14925
14926 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
14927
566c56c9
MK
149282015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
14929
14930 * gdb.reverse/s390-mvcle.c: New test.
14931 * gdb.reverse/s390-mvcle.exp: New file.
14932 * lib/gdb.exp: Enable reverse tests on s390*-linux.
14933
d5f0636b
MK
149342015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
14935
14936 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
14937
7ad8b86c
MK
149382015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
14939
14940 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
14941 reaching marker2.
14942 * gdb.reverse/getresuid-reverse.exp: Likewise.
14943 * gdb.reverse/pipe-reverse.exp: Likewise.
14944 * gdb.reverse/readv-reverse.exp: Likewise.
14945 * gdb.reverse/recvmsg-reverse.exp: Likewise.
14946 * gdb.reverse/time-reverse.exp: Likewise.
14947 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
14948
4081c0f1
YQ
149492015-10-30 Yao Qi <yao.qi@linaro.org>
14950
14951 * gdb.threads/wp-replication.c (watch_count_done): Remove.
14952 (empty_cycle): Remove.
14953 (main): Don't call empty_cycle. Don't use watch_count_done.
14954 * gdb.threads/wp-replication.exp: Don't set breakpoint on
14955 empty_cycle. Rewrite the code counting HW watchpoints.
14956
452b4ba5
MK
149572015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
14958
14959 * gdb.reverse/fstatat-reverse.c: New test.
14960 * gdb.reverse/fstatat-reverse.exp: New file.
14961 * gdb.reverse/getresuid-reverse.c: New test.
14962 * gdb.reverse/getresuid-reverse.exp: New file.
14963 * gdb.reverse/pipe-reverse.c: New test.
14964 * gdb.reverse/pipe-reverse.exp: New file.
14965 * gdb.reverse/readv-reverse.c: New test.
14966 * gdb.reverse/readv-reverse.exp: New file.
14967 * gdb.reverse/recvmsg-reverse.c: New test.
14968 * gdb.reverse/recvmsg-reverse.exp: New file.
14969 * gdb.reverse/time-reverse.c: New test.
14970 * gdb.reverse/time-reverse.exp: New file.
14971 * gdb.reverse/waitpid-reverse.c: New test.
14972 * gdb.reverse/waitpid-reverse.exp: New file.
14973
5e2e7507
JK
149742015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
14975
14976 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
14977
0fde2c53
DE
149782015-10-26 Doug Evans <dje@google.com>
14979
14980 PR symtab/17391
14981 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
14982 * gdb.dwarf2/bad-regnum.c: New file.
14983 * gdb.dwarf2/bad-regnum.exp: New file.
14984
1a70ae97
DE
149852015-10-26 Doug Evans <dje@google.com>
14986
14987 PR python/18938
14988 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
14989 file.
14990
27dc26ab
JK
149912015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
14992
14993 * gdb.compile/compile.exp (compile code globalvar): Update expectation
14994 for a change by "Mention language in compile error message".
14995
bed91f4d
SM
149962015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
14997
14998 PR python/18073
14999 * gdb.python/py-type.c (C::a_method): New.
15000 (C::a_const_method): New.
15001 (C::a_static_method): New.
15002 (a_function): New.
15003 * gdb.python/py-type.exp (test_fields): Test getting fields
15004 from function and method.
15005
3f2f83dd
KB
150062015-10-21 Keven Boell <keven.boell@intel.com>
15007
15008 * gdb.fortran/vla-alloc-assoc.exp: New file.
15009 * gdb.fortran/vla-datatypes.exp: New file.
15010 * gdb.fortran/vla-datatypes.f90: New file.
15011 * gdb.fortran/vla-history.exp: New file.
15012 * gdb.fortran/vla-ptype-sub.exp: New file.
15013 * gdb.fortran/vla-ptype.exp: New file.
15014 * gdb.fortran/vla-sizeof.exp: New file.
15015 * gdb.fortran/vla-sub.f90: New file.
15016 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
15017 * gdb.fortran/vla-value-sub-finish.exp: New file.
15018 * gdb.fortran/vla-value-sub.exp: New file.
15019 * gdb.fortran/vla-value.exp: New file.
15020 * gdb.fortran/vla-ptr-info.exp: New file.
15021 * gdb.mi/mi-vla-fortran.exp: New file.
15022 * gdb.mi/vla.f90: New file.
15023
27145d50
SL
150242015-10-21 Sandra Loosemore <sandra@codesourcery.com>
15025
15026 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
15027 of hardwired timeout value.
15028
5f3ff4f8
JK
150292015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
15030 Pedro Alves <palves@redhat.com>
15031
15032 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
15033 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
15034
bfd09d20
JS
150352015-10-19 Josh Stone <jistone@redhat.com>
15036
15037 * gdb.base/catch-syscall.c: Include <sched.h>.
15038 (unknown_syscall): New variable.
15039 (main): Trigger a vfork and an unknown syscall.
15040 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
15041 (unknown_syscall_number): Likewise.
15042 (check_call_to_syscall): Accept an optional syscall pattern.
15043 (check_return_from_syscall): Likewise.
15044 (check_continue): Likewise.
15045 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
15046 (test_catch_syscall_skipping_return): New test toggling off 'catch
15047 syscall' to step over the syscall return, then toggling back on.
15048 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
15049 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
15050 (do_syscall_tests): Call test_catch_syscall_without_args and
15051 test_catch_syscall_mid_vfork.
15052 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
15053 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
15054
b32b93c6
AS
150552015-10-19 Andrew Stubbs <ams@codesourcery.com>
15056
15057 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
15058 print g_vE): Add new pass patterns.
15059 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
15060 print various symbol names for vptr fields.
15061
9d622bda
AB
150622015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
15063
15064 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
15065 results.
15066
0fd8ac1c
YQ
150672015-10-12 Yao Qi <yao.qi@linaro.org>
15068
15069 * gdb.arch/disp-step-insn-reloc.exp: New test case.
15070
34240514
YQ
150712015-10-12 Yao Qi <yao.qi@linaro.org>
15072
15073 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
15074 is aarch64*-*-linux*.
15075
8240f442
YQ
150762015-10-12 Yao Qi <yao.qi@linaro.org>
15077
15078 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
15079 (can_relocate_bcond_true): ... it.
15080 (can_relocate_bcond_false): New function.
15081 (foo): Likewise.
15082 (can_relocate_bl): Likewise.
15083 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
15084 can_relocate_bl.
15085
2520f728
PMR
150862015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
15087
15088 * gdb.base/nested-addr.c: New file.
15089 * gdb.base/nested-addr.exp: New testcase.
15090
abcef95a
MM
150912015-10-09 Markus Metzger <markus.t.metzger@intel.com>
15092
15093 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
15094 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
15095 its output. Ignore the output of "record goto begin" and instead
15096 check that GDB is replaying.
15097
145e3ddb
PA
150982015-10-09 Pedro Alves <palves@redhat.com>
15099
15100 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
15101 (top level): Use it in the run with no args test.
15102
d5d8c4e1
IB
151032015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
15104
15105 * gdb.dlang/properties.exp: New file.
15106
06e635ef
SL
151072015-10-02 Sandra Loosemore <sandra@codesourcery.com>
15108
15109 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
15110 whether or not address 0x1000 is mapped on the target.
15111
e019fd1d
SM
151122015-09-30 Simon Marchi <simon.marchi@ericsson.com>
15113
15114 * gdb.python/py-type.exp: Do not run tests if binaries fail to
15115 build.
15116
77ba2a67
MM
151172015-09-30 Markus Metzger <markus.t.metzger@intel.com>
15118
15119 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
15120 instruction-history test.
15121
c60eb31f
DE
151222015-09-28 Doug Evans <dje@google.com>
15123
15124 * gdb.base/gcore.c (array_func): Add reference to static_array.
15125
9a3c8263
SM
151262015-09-25 Simon Marchi <simon.marchi@ericsson.com>
15127
15128 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
15129 source line.
15130
9720e656
SL
151312015-09-24 Sandra Loosemore <sandra@codesourcery.com>
15132
15133 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
15134 short or char as base type.
15135
938d3bf2
SL
151362015-09-23 Sandra Loosemore <sandra@codesourcery.com>
15137
15138 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
15139 to allow any size enum.
15140
e6c2c623
PMR
151412015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
15142
15143 * gdb.ada/array_ptr_renaming.exp: New testcase.
15144 * gdb.ada/array_ptr_renaming/foo.adb: New file.
15145 * gdb.ada/array_ptr_renaming/pack.ads: New file.
15146
06da0f77
PL
151472015-09-21 Pierre Langlois <pierre.langlois@arm.com>
15148
15149 * gdb.trace/ftrace-lock.c: New file.
15150 * gdb.trace/ftrace-lock.exp: New file.
15151
4f51c22a
PL
151522015-09-21 Pierre Langlois <pierre.langlois@arm.com>
15153
15154 * gdb.arch/insn-reloc.c: New file.
15155 * gdb.arch/ftrace-insn-reloc.exp: New file.
15156
7041adf4
PL
151572015-09-21 Pierre Langlois <pierre.langlois@arm.com>
15158
15159 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
15160 instruction.
15161 * gdb.trace/pendshr1.c (pendfunc): Likewise.
15162 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
15163 * gdb.trace/range-stepping.c: Likewise.
15164 * gdb.trace/trace-break.c: Likewise.
15165 * gdb.trace/trace-mt.c (thread_function): Likewise.
15166 * gdb.trace/ftrace.c (marker): Likewise.
15167 * gdb.trace/trace-condition.c (marker): Likewise.
15168 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
15169 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
15170 is_aarch64_target.
15171
015d2e7e
DE
151722015-09-18 Doug Evans <xdje42@gmail.com>
15173
15174 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
15175 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
15176
26b188a2
SL
151772015-09-18 Sandra Loosemore <sandra@codesourcery.com>
15178
15179 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
15180 the breakpoint.
15181
79dc332b
SL
151822015-09-18 Sandra Loosemore <sandra@codesourcery.com>
15183
15184 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
15185 the pending breakpoint. Remove timeout override for "Run till
15186 MI pending breakpoint on pendfunc3 on thread 2" test.
15187
f57929f2
SL
151882015-09-18 Sandra Loosemore <sandra@codesourcery.com>
15189
15190 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
15191 filename pattern.
15192
3f469b17
SL
151932015-09-18 Sandra Loosemore <sandra@codesourcery.com>
15194
15195 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
15196 in breakpoint filename pattern.
15197
515b89b3
SL
151982015-09-18 Sandra Loosemore <sandra@codesourcery.com>
15199
7800dbe4
SL
15200 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
15201
152022015-09-18 Sandra Loosemore <sandra@codesourcery.com>
15203
515b89b3
SL
15204 * gdb.linespec/explicit.exp: Check for readline support for
15205 tab-completion tests. Fix obvious typo.
15206
d2939ba2
MM
152072015-09-18 Markus Metzger <markus.t.metzger@intel.com>
15208
15209 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
15210 and replay.
15211
cbb55fa7
MM
152122015-09-18 Markus Metzger <markus.t.metzger@intel.com>
15213
15214 * gdb.btrace/non-stop.c: New.
15215 * gdb.btrace/non-stop.exp: New.
15216
43691ca1
PL
152172015-09-17 Pierre Langlois <pierre.langlois@arm.com>
15218 Yao Qi <yao.qi@linaro.org>
15219
15220 * gdb.trace/trace-condition.c: New file.
15221 * gdb.trace/trace-condition.exp: New file.
15222
d78908cf
WW
152232015-09-16 Wei-cheng Wang <cole945@gmail.com>
15224
15225 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
15226 for testing bytecode compilation.
15227
1ed415e2
PA
152282015-09-16 Pedro Alves <palves@redhat.com>
15229 Sandra Loosemore <sandra@codesourcery.com>
15230
15231 * gdb.threads/non-stop-fair-events.c (timeout): New global.
15232 (SECONDS): Redefine.
15233 (main): Call pthread_kill and alarm early.
15234 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
15235 support.
15236 (test): If the target can't hardware step and doesn't support
15237 displaced stepping, increase the timeout.
15238
d136eff5
PA
152392015-09-16 Pedro Alves <palves@redhat.com>
15240
15241 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
15242 (enable_debug): New procedures.
15243 (test): Use them. Bail out if waiting for threads fails.
15244 (top level): Bail out if a test fails.
15245
991f019c
YQ
152462015-09-16 Yao Qi <yao.qi@linaro.org>
15247
15248 * gdb.asm/asm-source.exp: Set asm-arch for
15249 aarch64*-*-* target.
15250 * gdb.asm/aarch64.inc: New file.
15251
bfca584f
PMR
152522015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
15253
15254 * gdb.ada/array_of_variable_length.exp: New testcase.
15255 * gdb.ada/array_of_variable_length/foo.adb: New file.
15256 * gdb.ada/array_of_variable_length/pck.adb: New file.
15257 * gdb.ada/array_of_variable_length/pck.ads: New file.
15258
b326e587
DE
152592015-09-15 Doug Evans <dje@google.com>
15260
15261 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
15262 of function static local variable.
15263
5382cfab
PW
152642015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
15265
15266 * gdb.threads/tls-so_extern.exp: New test file.
15267 * gdb.threads/tls-so_extern.c: New test file.
15268 * gdb.threads/tls-so_extern_main.c: New test file.
15269
141c5cc4
JK
152702015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
15271
15272 * gdb.opt/solib-intra-step-lib.c: New file.
15273 * gdb.opt/solib-intra-step-main.c: New file.
15274 * gdb.opt/solib-intra-step.exp: New file.
15275
d15dcecd
PA
152762015-09-15 Pedro Alves <palves@redhat.com>
15277
15278 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
15279 gdb_continue_to_breakpoint instead of gdb_test_multiple.
15280
4c2f2a79
PA
152812015-09-14 Pedro Alves <palves@redhat.com>
15282
15283 * gdb.base/hook-stop-continue.c: Delete.
15284 * gdb.base/hook-stop-continue.exp: Delete.
15285 * gdb.base/hook-stop-frame.c: Delete.
15286 * gdb.base/hook-stop-frame.exp: Delete.
15287 * gdb.base/hook-stop.c: New file.
15288 * gdb.base/hook-stop.exp: New file.
15289
919e6dbe
PMR
152902015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
15291
15292 * gdb.ada/access_to_packed_array.exp: New testcase.
15293 * gdb.ada/access_to_packed_array/foo.adb: New file.
15294 * gdb.ada/access_to_packed_array/pack.adb: New file.
15295 * gdb.ada/access_to_packed_array/pack.ads: New file.
15296
157280a4
MM
152972015-09-14 Markus Metzger <markus.t.metzger@intel.com>
15298
15299 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
15300 buffer size test.
15301
2fd33e94
DB
153022015-09-11 Don Breazeal <donb@codesourcery.com>
15303
15304 * gdb.base/foll-exec.c: Add copyright header. Fix
15305 formatting issues.
15306 * gdb.base/foll-exec.exp (zap_session): Delete proc.
15307 (do_exec_tests): Use clean_restart in place of zap_session,
15308 and for test initialization. Fix formatting issues. Use
15309 fail in place of perror.
15310 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
15311 an expect statement to match an expression with output from
15312 the program under debug.
15313 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
15314 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
15315 * gdb.threads/non-ldr-exc-2.exp: Likewise.
15316 * gdb.threads/non-ldr-exc-3.exp: Likewise.
15317 * gdb.threads/non-ldr-exc-4.exp: Likewise.
15318
e70b6e8e
DE
153192015-09-09 Doug Evans <dje@google.com>
15320
15321 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
15322
7a551a51
DE
153232015-09-09 Doug Evans <dje@google.com>
15324
15325 * gdb.base/pie-execl.exp: Fix result test of build_executable.
15326
4c666f84
DE
153272015-09-09 Doug Evans <dje@google.com>
15328
15329 * gdb.base/savedregs.exp: Fix typo.
15330
243a9253
PA
153312015-09-09 Pedro Alves <palves@redhat.com>
15332
15333 * gdb.mi/mi-cli.exp: Add CLI finish tests.
15334
c0fa8fbd
SL
153352015-09-08 Sandra Loosemore <sandra@codesourcery.com>
15336
15337 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
15338 command actually switches threads. Give up on remaining
15339 tests if target fails to stop at breakpoint.
15340
cd7c1778
PMR
153412015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
15342
15343 * gdb.ada/funcall_char.exp: New testcase.
15344 * gdb.ada/funcall_char/foo.adb: New file.
15345
dc5c8746
PMR
153462015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
15347
15348 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
15349 expected outputs. Add two testcases for completing ambiguous
15350 functions.
15351 * gdb.ada/complete/aux_pck.adb: New file.
15352 * gdb.ada/complete/aux_pck.ads: New file.
15353 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
15354 Ambiguous_Func functions.
15355 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
15356 * gdb.ada/complete/pck.adb: Likewise.
15357
4e83a1e7
UW
153582015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
15359
15360 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
15361 failures to run the test program under GDB.
15362
8ce74153
LM
153632015-08-26 Luis Machado <lgustavo@codesourcery.com>
15364
15365 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
15366 to C.
15367
e9756d52
PP
153682015-08-26 Patrick Palka <patrick@parcs.ath.cx>
15369
15370 * gdb.base/run-after-attach.exp: New test file.
15371 * gdb.base/run-after-attach.c: New test file.
15372
8d37573b
DB
153732015-08-26 Don Breazeal <donb@codesourcery.com>
15374
15375 * gdb.base/foll-exec-2.c: New test program.
15376 * gdb.base/foll-exec-2.exp: New test.
15377
63e43d3a
PMR
153782015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
15379
15380 * gdb.base/nested-subp1.exp: New file.
15381 * gdb.base/nested-subp1.c: New file.
15382 * gdb.base/nested-subp2.exp: New file.
15383 * gdb.base/nested-subp2.c: New file.
15384 * gdb.base/nested-subp3.exp: New file.
15385 * gdb.base/nested-subp3.c: New file.
15386
3d40fbb5
PA
153872015-08-24 Pedro Alves <palves@redhat.com>
15388
15389 * gdb.server/connect-without-multi-process.c: New file.
15390 * gdb.server/connect-without-multi-process.exp: New file.
15391
4422ac93
LM
153922015-08-24 Luis Machado <lgustavo@codesourcery.com>
15393
15394 * gdb.opt/inline-markers.c: Make z int.
15395
91dddb86
LM
153962015-08-24 Luis Machado <lgustavo@codesourcery.com>
15397
15398 * gdb.opt/inline-markers.c: Make z volatile.
15399
a48847ee
LM
154002015-08-24 Luis Machado <lgustavo@codesourcery.com>
15401
15402 * gdb.opt/inline-bt.c: New volatile global z.
15403 * gdb.opt/inline-cmds.c: Likewise.
15404 * gdb.opt/inline-locals.c: Likewise.
15405 * gdb.opt/inline-markers.c: New extern global z.
15406 (marker): Use z.
15407 (inline_fn): Likewise.
15408
0ebbc52b
PA
154092015-08-24 Pedro Alves <palves@redhat.com>
15410
15411 * config/m32r-stub.exp: Remove file.
15412 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
15413 * gdb.base/call-rt-st.exp: Likewise.
15414 * gdb.base/call-strs.exp: Likewise.
15415 * gdb.base/default.exp: Remove references to h8300-*-hms and
15416 *-*-udi*.
15417 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
15418
77c365df
AA
154192015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
15420
15421 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
15422 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
15423 and "return" use KFAIL when GDB can not read/write the vector
15424 return value.
15425
4313b8c0
GB
154262015-08-21 Gary Benson <gbenson@redhat.com>
15427
15428 * gdb.trace/pending.exp: Cope with remote transfer warnings.
15429
0e433b32
PA
154302015-08-20 Pedro Alves <palves@redhat.com>
15431
15432 * gdb.server/solib-list.exp: No longer expect an interior stop in
15433 non-stop mode.
15434
221e1a37
PA
154352015-08-20 Pedro Alves <palves@redhat.com>
15436
15437 * gdb.server/connect-stopped-target.c: New file.
15438 * gdb.server/connect-stopped-target.exp: New file.
15439
40e3ad0e
PA
154402015-08-20 Pedro Alves <palves@redhat.com>
15441
15442 * gdb.dwarf2/comp-unit-lang.exp: New file.
15443 * gdb.dwarf2/comp-unit-lang.c: New file.
15444
af39b327
PMR
154452015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
15446
15447 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
15448 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
15449
7d45c7c3 154502015-08-19 Kevin Buettner <kevinb@redhat.com>
206853a0 15451
7d45c7c3
KB
15452 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
15453 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
15454
4d6cceb4
DE
154552015-08-18 Doug Evans <dje@google.com>
15456 Adrian Sendroiu <adrian.sendroiu@freescale.com>
15457
15458 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
15459 skip_python_tests. New arg prompt_regexp.
15460 (skip_python_tests): New function.
15461 * lib/mi-support.exp (mi_skip_python_tests): New function.
15462 * gdb.python/py-mi-objfile-gdb.py: New file.
15463 * gdb.python/py-mi-objfile.c: New file.
15464 * gdb.python/py-mi-objfile.exp: New file.
15465
ad89c2aa
KS
154662015-08-17 Keith Seitz <keiths@redhat.com>
15467
15468 * gdb.linespec/explicit.exp: Move strace test from here ...
15469 * gdb.trace/strace.exp: ... to here.
15470
e3ae3c43
PP
154712015-08-15 Patrick Palka <patrick@parcs.ath.cx>
15472
15473 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
15474 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
15475
604b2636
DE
154762015-08-14 Doug Evans <xdje42@gmail.com>
15477
15478 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
15479 inferior before selecting a new file.
15480
6ff0ba5f
DE
154812015-08-14 Doug Evans <xdje42@gmail.com>
15482
15483 * gdb.mi/mi-disassemble.exp: Update.
15484 * gdb.base/disasm-optim.S: New file.
15485 * gdb.base/disasm-optim.c: New file.
15486 * gdb.base/disasm-optim.h: New file.
15487 * gdb.base/disasm-optim.exp: New file.
15488
9ca98f92
KS
154892015-08-14 Keith Seitz <keiths@redhat.com>
15490
15491 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
15492 "evaluated-by".
15493
52bbc560
JB
154942015-08-13 Joel Brobecker <brobecker@adacore.com>
15495
15496 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
15497
5d8c3ed3
PMR
154982015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
15499
15500 * gdb.ada/fun_renaming.exp: New testcase.
15501 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
15502 * gdb.ada/fun_renaming/pack.adb: New file.
15503 * gdb.ada/fun_renaming/pack.ads: New file.
15504
ea8812bc
KS
155052015-08-12 Keith Seitz <keiths@redhat.com>
15506
15507 * gdb.base/dso2dso.exp: Pass basename of source file in call to
15508 gdb_get_line_number.
15509
4dafcdeb
JB
155102015-08-12 Joel Brobecker <brobecker@adacore.com>
15511
15512 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
15513 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
15514 gdb.base/dso2dso.exp: New files.
15515
5ba32597
SDJ
155162015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
15517 Pedro Alves <palves@redhat.com>
15518 Keith Seitz <keiths@redhat.com>
15519
15520 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
15521 GDBFLAGS.
15522
b6dafabf
PP
155232015-08-12 Patrick Palka <patrick@parcs.ath.cx>
15524
15525 * gdb.base/gdbhistsize-history.exp
15526 (test_histsize_history_setting): Use save_vars.
15527 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
15528 Use save_vars.
15529 (test_no_truncation_of_unlimited_history_file): Use save_vars.
15530 * gdb.base/readline.exp: Use save_vars.
15531
abe8e607
PP
155322015-08-12 Patrick Palka <patrick@parcs.ath.cx>
15533
15534 * lib/gdb.exp (save_vars): New proc.
15535
629500fa
KS
155362015-08-11 Keith Seitz <keiths@redhat.com>
15537
15538 * gdb.base/help.exp: Update help_breakpoint_text.
15539
eb8c4e2e
KS
155402015-08-11 Keith Seitz <keiths@redhat.com>
15541
15542 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
15543 (at toplevel): Call test_explicit_breakpoints.
15544 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
15545 breakpoints.
15546 * lib/mi-support.exp (mi_make_breakpoint): Add support for
15547 breakpoint conditions, "-cond".
15548
87f0e720
KS
155492015-08-11 Keith Seitz <keiths@redhat.com>
15550
15551 * gdb.linespec/3explicit.c: New file.
15552 * gdb.linespec/cpexplicit.cc: New file.
15553 * gdb.linespec/cpexplicit.exp: New file.
15554 * gdb.linespec/explicit.c: New file.
15555 * gdb.linespec/explicit.exp: New file.
15556 * gdb.linespec/explicit2.c: New file.
15557 * gdb.linespec/ls-errs.exp: Add explicit location tests.
15558 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
15559 before using in the matching pattern.
15560 Clarify that `prefix' is a regular expression.
15561
f00aae0f
KS
155622015-08-11 Keith Seitz <keiths@redhat.com>
15563
15564 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
15565 test.
15566 Add tests for missing ",FMT" and ",".
15567
e27852be
DE
155682015-08-10 Doug Evans <dje@google.com>
15569 Keith Seitz <keiths@redhat.com>
15570
15571 PR gdb/17960
15572 * gdb.base/completion.exp: Add location completer tests.
15573
7f03bd92
PA
155742015-08-07 Pedro Alves <palves@redhat.com>
15575
15576 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
15577 tests here.
15578 (top level): Run do_test with and without displaced stepping.
15579
3fc8eb30
PA
155802015-08-07 Pedro Alves <palves@redhat.com>
15581
15582 * gdb.base/valgrind-disp-step.c: New file.
15583 * gdb.base/valgrind-disp-step.exp: New file.
15584
d4569d7b
PA
155852015-08-07 Pedro Alves <palves@redhat.com>
15586
15587 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
15588 Delete function.
15589 (main): Add alarm. Run an infinite loop instead of calling
15590 wait_threads.
15591 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
15592 comment.
15593 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
15594 Delete function.
15595 (main): Add alarm. Run an infinite loop instead of calling
15596 wait_threads.
15597 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
15598 comment.
15599
e1316e60
PA
156002015-08-07 Pedro Alves <palves@redhat.com>
15601
15602 * gdb.base/checkpoint-ns.exp: New file.
15603 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
15604 standard_testfile.
15605
da8c46d2
MM
156062015-08-07 Markus Metzger <markus.t.metzger@intel.com>
15607
15608 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
15609 * gdb.btrace/instruction_history.exp: Update.
15610 * gdb.btrace/tsx.exp: New.
15611 * gdb.btrace/tsx.c: New.
15612
de1c2c52
PA
156132015-08-06 Pedro Alves <palves@redhat.com>
15614
15615 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
15616 increase timeout.
15617 * gdb.reverse/until-precsave.exp: Bump timeouts.
15618
782e0bf4
PA
156192015-08-06 Pedro Alves <palves@redhat.com>
15620
15621 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
15622
83e97ed0
PA
156232015-08-06 Pedro Alves <palves@redhat.com>
15624
15625 PR gdb/18749
15626 * gdb.threads/process-dies-while-handling-bp.c: New file.
15627 * gdb.threads/process-dies-while-handling-bp.exp: New file.
15628
863d01bd
PA
156292015-08-06 Pedro Alves <palves@redhat.com>
15630
15631 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
15632 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
15633
0a39bb32
PA
156342015-08-05 Pedro Alves <palves@redhat.com>
15635
15636 * gdb.threads/next-while-other-thread-longjmps.c: New file.
15637 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
15638
ee2d2b10
SL
156392015-08-03 Sandra Loosemore <sandra@codesourcery.com>
15640
15641 * gdb.base/bp-permanent.exp: Report test as unsupported if
15642 the target cannot stop at the permanent breakpoint.
15643
4e1bdb00
DE
156442015-08-03 Doug Evans <dje@google.com>
15645
15646 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
15647 10000.
15648
3d338901
DE
156492015-08-03 Doug Evans <dje@google.com>
15650
15651 * Makefile.in (workers/%.worker, build-perf): New rule.
15652 (GDB_PERFTEST_MODE): New variable.
15653 (check-perf): Use it.
15654 (clean): Clean up gdb.perf parallel build subdirs.
15655 * lib/build-piece.exp: New file.
15656 * lib/gdb.exp (make_gdb_parallel_path): New function
15657 (standard_output_file, standard_temp_file): Call it.
15658 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
15659 of $GDB_PARALLEL.
15660 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
15661
af061d3e
DE
156622015-08-03 Doug Evans <dje@google.com>
15663
8e1afc81 15664 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
af061d3e
DE
15665 (LOG_FILE_NAME): New global.
15666 (TextReporter.__init__): Initialize self.txt_sum.
15667 (TextReporter.report): Add support for multiple data-points.
15668 Move report to perftest.sum, put raw data in perftest.log.
15669 (TextReporter.start): Open sum and log files.
15670 (TextReporter.end): Close sum and log files.
8e1afc81
DE
15671 * gdb.perf/lib/perftest/testresult.py
15672 (SingleStatisticTestResult.record): Handle multiple data-points.
af061d3e 15673
2c8c5d37
PA
156742015-07-31 Pedro Alves <palves@redhat.com>
15675
15676 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
15677 Use spawn_id_get_pid. Wait for spawn id after eof. Use
15678 kill_wait_spawned_process instead of explicit "kill -9".
15679 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
15680 returning a spawn id instead of a pid. Use spawn_id_get_pid and
15681 kill_wait_spawned_process.
15682 * gdb.base/attach-twice.exp: Likewise.
15683 * gdb.base/attach.exp: Likewise.
15684 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
15685 gdb_test_multiple.
15686 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
15687 returning a spawn id instead of a pid. Use spawn_id_get_pid and
15688 kill_wait_spawned_process.
15689 * gdb.base/valgrind-infcall.exp: Likewise.
15690 * gdb.multi/multi-attach.exp: Likewise.
15691 * gdb.python/py-prompt.exp: Likewise.
15692 * gdb.python/py-sync-interp.exp: Likewise.
15693 * gdb.server/ext-attach.exp: Likewise.
15694 * gdb.threads/attach-into-signal.exp (corefunc): Use
15695 spawn_wait_for_attach, spawn_id_get_pid and
15696 kill_wait_spawned_process.
15697 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
15698 spawn_wait_for_attach returning a spawn id instead of a pid. Use
15699 spawn_id_get_pid and kill_wait_spawned_process.
15700 * gdb.threads/attach-stopped.exp (corefunc): Use
15701 spawn_wait_for_attach, spawn_id_get_pid and
15702 kill_wait_spawned_process.
15703 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
15704 Use spawn_id_get_pid. Wait for spawn id after eof. Use
15705 kill_wait_spawned_process instead of explicit "kill -9".
15706 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
15707 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
15708 (spawn_wait_for_attach): Use spawn instead of exec to spawn
15709 processes. Don't map cygwin/windows pids here. Now returns a
15710 spawn id list.
15711
032a0fca
SL
157122015-07-30 Sandra Loosemore <sandra@codesourcery.com>
15713
15714 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
15715 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
15716 correct patch.
15717
61a934ca
SL
157182015-07-30 Sandra Loosemore <sandra@codesourcery.com>
15719
15720 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
15721
4bc4d428
SL
157222015-07-30 Sandra Loosemore <sandra@codesourcery.com>
15723
15724 Reapply:
15725 2014-05-21 Mark Wielaard <mjw@redhat.com>
15726
15727 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
15728
998d452a
PA
157292015-07-30 Pedro Alves <palves@redhat.com>
15730
15731 * linux-low.c (handle_extended_wait): Set the child's last
15732 reported status to TARGET_WAITKIND_STOPPED.
15733
69dde7dc
PA
157342015-07-30 Pedro Alves <palves@redhat.com>
15735
15736 PR threads/18600
15737 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
15738 only shows inferior 1.
15739
4dd63d48
PA
157402015-07-30 Simon Marchi <simon.marchi@ericsson.com>
15741 Pedro Alves <palves@redhat.com>
15742
15743 PR threads/18600
15744 * gdb.threads/fork-plus-threads.c: New file.
15745 * gdb.threads/fork-plus-threads.exp: New file.
15746
d618e4c5
PP
157472015-07-29 Patrick Palka <patrick@parcs.ath.cx>
15748
15749 * gdb.base/batch-preserve-term-settings.exp
15750 (test_terminal_settings_preserved_after_cli_exit): Use
15751 send_quit_command.
15752
1eef6428
PA
157532015-07-29 Pedro Alves <palves@redhat.com>
15754 Don Breazeal <donb@codesourcery.com>
15755
15756 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
15757 output from both inferior_spawn_id and gdb_spawn_id.
15758
7da5b897
SDJ
157592015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
15760
15761 * gdb.threads/attach-into-signal.exp (corefunc): Use
15762 with_test_prefix on nested loops, uniquefying the test messages.
15763
dac804df
SDJ
157642015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
15765
15766 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
15767 commit.
15768
06265e53
PP
157692015-07-29 Patrick Palka <patrick@parcs.ath.cx>
15770
15771 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
15772 New proc.
15773 (test_terminal_settings_preserved_after_sigterm): New test.
15774
18206ca3
PP
157752015-07-29 Patrick Palka <patrick@parcs.ath.cx>
15776
15777 * gdb.base/batch-preserve-term-settings.exp
15778 (test_terminal_settings_preserved_after_cli_exit): New test.
15779
90074d11
PP
157802015-07-29 Patrick Palka <patrick@parcs.ath.cx>
15781
15782 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
15783 manipulation of saved_gdbflags.
15784 (test_terminal_settings_preserved): Remove global declaration of
15785 the unused variable pagination_prompt. Remove manipulation of
15786 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
15787 GDBFLAGS.
15788
eb1a7902
PA
157892015-07-29 Pedro Alves <palves@redhat.com>
15790
15791 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
15792
8b75dd3b
PA
157932015-07-29 Pedro Alves <palves@redhat.com>
15794
15795 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
15796 at the top.
15797
dedad4e3
PA
157982015-07-29 Pedro Alves <palves@redhat.com>
15799
15800 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
15801 (main): Call gdb_unbuffer_output.
15802 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
15803 (main): Call gdb_unbuffer_output.
15804 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
15805 (main): Call gdb_unbuffer_output.
15806 * gdb.base/call-strs.exp: Adjust to step over the
15807 gdb_unbuffer_output call.
15808 * gdb.base/catch-gdb-caused-signals.c: Include
15809 "../lib/unbuffer_output.c".
15810 (main): Call gdb_unbuffer_output.
15811 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
15812 (main): Call gdb_unbuffer_output.
15813 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
15814 (main): Call gdb_unbuffer_output.
15815 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
15816 (main): Call gdb_unbuffer_output.
15817 * gdb.base/shlib-call.exp: Adjust to step over the
15818 gdb_unbuffer_output call.
15819 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
15820 (main): Call gdb_unbuffer_output.
15821 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
15822 (main): Call gdb_unbuffer_output.
15823 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
15824 (main): Rename to ...
15825 (test): ... this.
15826 (main): Reimplement.
15827 * gdb.base/varargs.exp: Run to test instead of to main.
15828 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
15829 (main): Call gdb_unbuffer_output.
15830
58789a91
PA
158312015-07-29 Pedro Alves <palves@redhat.com>
15832
15833 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
15834 factore out from mi_continue_dprintf. For call-style dprintfs,
15835 expect dprintf output out of $inferior_spawn_id.
15836 (mi_continue_dprintf): Use mi_expect_dprintf.
15837 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
15838 (main): Call gdb_unbuffer_output.
15839
e8376742
PA
158402015-07-29 Pedro Alves <palves@redhat.com>
15841
15842 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
15843 (default_mi_gdb_start): Set inferior_spawn_id instead of
15844 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
15845 gdb_spawn_id.
15846 (mi_gdb_test): Always expect inferior output from both
15847 $inferior_spawn_id and $gdb_spawn_id.
15848
08280010
PA
158492015-07-29 Pedro Alves <palves@redhat.com>
15850
15851 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
15852 send_inferior and $inferior_spawn_id.
15853
4d30e432
PA
158542015-07-29 Pedro Alves <palves@redhat.com>
15855
15856 * gdb.gdb/complaints.exp (test_initial_complaints)
15857 (test_serial_complaints, test_short_complaints): Use
15858 gdb_test_stdio.
15859 (test_empty_complaint): Handle $inferior_spawn_id !=
15860 $gdb_spawn_id.
15861
0d30a335
PA
158622015-07-29 Pedro Alves <palves@redhat.com>
15863
15864 * gdb.base/varargs.exp: Use gdb_test_stdio.
15865
39413b29
PA
158662015-07-29 Pedro Alves <palves@redhat.com>
15867
15868 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
15869
7cb000a9
PA
158702015-07-29 Pedro Alves <palves@redhat.com>
15871
15872 * gdb.base/ending-run.exp: Use gdb_test_stdio.
15873
d7b8ac82
PA
158742015-07-29 Pedro Alves <palves@redhat.com>
15875
15876 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
15877 parameter into two new parameters, "inf_result" and "gdb_result".
15878 Expect inferior output and gdb output from $inferior_spawn_id and
15879 $gdb_spawn_id, respectively. Adjust all callers.
15880
789c3a0c
PA
158812015-07-29 Pedro Alves <palves@redhat.com>
15882
15883 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
15884 of gdb_test_sequence.
15885
77e760c3
PA
158862015-07-29 Pedro Alves <palves@redhat.com>
15887
15888 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
15889 (saw_spurious_output): Expect inferior output from
15890 $inferior_spawn_id. Use gdb_test_stdio.
15891
8396d2cd
PA
158922015-07-29 Pedro Alves <palves@redhat.com>
15893
15894 * gdb.base/dprintf.exp: Use standard_testfile. Change
15895 prepare_for_testing call.
15896 (srcfile): Don't set.
15897 (restart): New procedure.
15898 (test_dprintf): New procecure, use to continue over dprintfs.
15899 (test_call, test_agent): New procedures, tests moved here.
15900 Restart gdb and recreate dprintfs. Adjust expected output.
15901
2051d61f
PA
159022015-07-29 Pedro Alves <palves@redhat.com>
15903
15904 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
15905
452397af
PA
159062015-07-29 Pedro Alves <palves@redhat.com>
15907
15908 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
15909
8aed9555
PA
159102015-07-29 Pedro Alves <palves@redhat.com>
15911
15912 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
15913 gdb_test_stdio.
15914
188a61b4
PA
159152015-07-29 Pedro Alves <palves@redhat.com>
15916
15917 * lib/gdb.exp (gdb_test_stdio): New procedure.
15918
12264a45
PA
159192015-07-29 Pedro Alves <palves@redhat.com>
15920
15921 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
15922
23ffc893
PA
159232015-07-29 Pedro Alves <palves@redhat.com>
15924
15925 * gdb.base/call-signal-resume.exp: Remove check for
15926 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
15927 * gdb.base/unwindonsignal.exp: Likewise.
15928 * gdb.base/call-signals.c (gen_signal): Remove printf call.
15929 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
15930
65566918
PA
159312015-07-29 Pedro Alves <palves@redhat.com>
15932
15933 * gdb.base/siginfo-addr.c (pass): New function.
15934 (handler): Call it iff si_addr is correct.
15935 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
15936 Set a breakpoint at "pass" and continue to it.
15937
d60a9221
SDJ
159382015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
15939
15940 * gdb.python/py-objfile.exp: Make some tests have unique names.
15941 * gdb.python/py-pp-registration.exp: Likewise.
15942
bde40b8f
PA
159432015-07-28 Pedro Alves <palves@redhat.com>
15944
15945 * gdb.server/server-exec-info.exp: Issue a "disconnect".
15946
13e1dec8
SM
159472015-07-27 Simon Marchi <simon.marchi@ericsson.com>
15948
15949 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
15950
da33c9a7
SM
159512015-07-27 Simon Marchi <simon.marchi@ericsson.com>
15952
15953 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
15954
077836f7
PP
159552015-07-27 Patrick Palka <patrick@parcs.ath.cx>
15956
15957 * gdb.base/gdb-sigterm-2.exp: New test.
15958
b8cc7b2e
DE
159592015-07-25 Doug Evans <xdje42@gmail.com>
15960
15961 Revert:
15962 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
15963 (workers/%.worker, build-perf): New rule.
15964 (GDB_PERFTEST_MODE): New variable.
15965 (check-perf): Use it.
15966 (clean): Clean up gdb.perf parallel build subdirs.
15967 * lib/build-piece.exp: New file.
15968 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
15969 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
15970 name.
15971 (standard_temp_file): Ditto.
15972 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
15973 of $GDB_PARALLEL.
15974
c8bd4544
DE
159752015-07-24 Doug Evans <dje@google.com>
15976
15977 * gdb.perf/lib/perftest/utils.py: New file.
15978 * gdb.perf/gm-hello.cc: New file.
15979 * gdb.perf/gm-pervasive-typedef.cc: New file.
15980 * gdb.perf/gm-pervasive-typedef.h: New file.
15981 * gdb.perf/gm-std.cc: New file.
15982 * gdb.perf/gm-std.h: New file.
15983 * gdb.perf/gm-use-cerr.cc: New file.
15984 * gdb.perf/gm-utils.h: New file.
15985 * gdb.perf/gmonster-null-lookup.py: New file.
15986 * gdb.perf/gmonster-pervasive-typedef.py: New file.
15987 * gdb.perf/gmonster-print-cerr.py: New file.
15988 * gdb.perf/gmonster-ptype-string.py: New file.
15989 * gdb.perf/gmonster-runto-main.py: New file.
15990 * gdb.perf/gmonster-select-file.py: New file.
15991 * gdb.perf/gmonster1-null-lookup.exp: New file.
15992 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
15993 * gdb.perf/gmonster1-print-cerr.exp: New file.
15994 * gdb.perf/gmonster1-ptype-string.exp: New file.
15995 * gdb.perf/gmonster1-runto-main.exp: New file.
15996 * gdb.perf/gmonster1-select-file.exp: New file.
15997 * gdb.perf/gmonster1.cc: New file.
15998 * gdb.perf/gmonster1.exp: New file.
15999 * gdb.perf/gmonster2-null-lookup.exp: New file.
16000 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
16001 * gdb.perf/gmonster2-print-cerr.exp: New file.
16002 * gdb.perf/gmonster2-ptype-string.exp: New file.
16003 * gdb.perf/gmonster2-runto-main.exp: New file.
16004 * gdb.perf/gmonster2-select-file.exp: New file.
16005 * gdb.perf/gmonster2.cc: New file.
16006 * gdb.perf/gmonster2.exp: New file.
16007
6eab34f3
DE
160082015-07-24 Doug Evans <dje@google.com>
16009
16010 * gdb.perf/README: New file.
16011 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
16012 * lib/gen-perf-test.exp: New file.
16013
63738bfd
DE
160142015-07-24 Doug Evans <dje@google.com>
16015
16016 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
16017 (PerfTest::startup): New function.
16018 (PerfTest::run): Return result of calling body.
16019 (PerfTest::assemble): Rewrite.
16020 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
16021 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
16022 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
16023 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
16024 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
16025
7b606f95
DE
160262015-07-24 Doug Evans <dje@google.com>
16027
16028 * lib/gdb.exp (clean_restart): Make executable optional.
16029
a97b16b8
DE
160302015-07-24 Doug Evans <dje@google.com>
16031
16032 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
16033 compiler_info references.
16034 * gdb.cp/temargs.exp: Ditto.
16035 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
16036 (get_compiler_info): Early exit if already computed. Set compiler_info
16037 to "unknown" if there was a problem.
16038 (test_compiler_info): Add function comment. Call get_compiler_info.
16039
35baa57f
DE
160402015-07-24 Doug Evans <dje@google.com>
16041
16042 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
16043 (workers/%.worker, build-perf): New rule.
16044 (GDB_PERFTEST_MODE): New variable.
16045 (check-perf): Use it.
16046 (clean): Clean up gdb.perf parallel build subdirs.
16047 * lib/build-piece.exp: New file.
16048 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
16049 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
16050 name.
16051 (standard_temp_file): Ditto.
16052 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
16053 of $GDB_PARALLEL.
16054
6ebea266
DE
160552015-07-24 Doug Evans <dje@google.com>
16056
16057 * lib/future.exp (gdb_default_target_compile): New option
16058 "early_flags".
16059 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
16060 --as-needed.
16061
1e76a7e9
SDJ
160622015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
16063
16064 * gdb.base/catch-syscall.exp: Call gdb_exit before
16065 gdb_skip_xml_test.
16066
5068630a
PA
160672015-07-24 Pedro Alves <palves@redhat.com>
16068
16069 * gdb.python/py-events.exp: Accept output between the stop event
16070 and the prompt.
16071 * gdb.python/py-evsignal.exp: Likewise.
16072 * gdb.python/py-evthreads.exp: Likewise.
16073
77598427
PA
160742015-07-24 Pedro Alves <palves@redhat.com>
16075
16076 PR gdb/18717
16077 * gdb.threads/non-ldr-exit.c: New file.
16078 * gdb.threads/non-ldr-exit.exp: New file.
16079
11e6c98f
YQ
160802015-07-24 Yao Qi <yao.qi@linaro.org>
16081
16082 * gdb.server/ext-wrapper.exp: Test --wrapper option when
16083 restarting process.
16084
51aee833
YQ
160852015-07-24 Yao Qi <yao.qi@linaro.org>
16086
16087 * gdb.server/ext-restart.exp: New file.
16088
8cfe207c
YQ
160892015-07-24 Yao Qi <yao.qi@linaro.org>
16090
16091 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
16092 argument options.
16093 * gdb.server/ext-wrapper.exp: New file.
16094
cc12ce38
DE
160952015-07-23 Doug Evans <dje@google.com>
16096
16097 * gdb.dwarf2/dw2-dummy-cu.S: New file.
16098 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
16099
d0d84780
PMR
161002015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
16101
16102 * gdb.ada/var_arr_typedef.exp: New testcase.
16103 * gdb.ada/var_arr_typedef/pack.adb: New file.
16104 * gdb.ada/var_arr_typedef/pack.ads: New file.
16105 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
16106
8b558f79
JB
161072015-07-20 Joel Brobecker <brobecker@adacore.com>
16108
16109 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
16110
775a3298
JK
161112015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
16112
16113 * gdb.arch/i386-biarch-core.exp: Replace istarget
16114 by "complete set gnutarget". Remove expectation for the "core-file"
16115 command.
16116
db1ff28b
JK
161172015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
16118
16119 Revert the previous commit:
16120 Tests for validate symbol file using build-id.
16121
0a94970d
JK
161222015-07-15 Aleksandar Ristovski <aristovski@qnx.com
16123
16124 Tests for validate symbol file using build-id.
16125 * gdb.base/solib-mismatch-lib.c: New file.
16126 * gdb.base/solib-mismatch-libmod.c: New file.
16127 * gdb.base/solib-mismatch.c: New file.
16128 * gdb.base/solib-mismatch.exp: New file.
16129
03346981
SL
161302015-07-15 Sandra Loosemore <sandra@codesourcery.com>
16131
16132 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
16133 nios2-*-linux*.
16134 * gdb.base/sigbpt.exp (stepi_out): Likewise.
16135 * gdb.base/siginfo.exp: Likewise.
16136 * gdb.base/sigstep.exp (advance, advancei): Likewise.
16137
42422cc7
PL
161382015-07-15 Pierre Langlois <pierre.langlois@arm.com>
16139
16140 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
16141 Move it to ...
16142 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
16143 ... here.
16144 * gdb.trace/range-stepping.exp: Check that the target supports
16145 range stepping.
16146
cfa68bae
JK
161472015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
16148
16149 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
16150
8ffdba26
PA
161512015-07-14 Pedro Alves <palves@redhat.com>
16152
16153 * gdb.base/killed-outside.exp: New file.
16154 * gdb.base/killed-outside.c: New file.
16155
218a5a11
JK
161562015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
16157
16158 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
16159 (n at main): New.
16160 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
16161
e03ed3c6
AA
161622015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
16163
16164 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
16165 infcall tests instead of setting up for KFAIL.
16166
485668e5
MM
161672015-07-10 Markus Metzger <markus.t.metzger@intel.com>
16168
16169 * gdb.btrace/record_goto-step.exp: New.
16170
08464196
JK
161712015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
16172
16173 PR compile/18484
16174 * gdb.compile/compile.c (struct struct_type): Add volatile to
16175 selffield's type.
16176 * gdb.compile/compile.exp
16177 (compile code struct_object.selffield = &struct_object): Skip further
16178 struct_object tests if this one xfails.
16179
bcf5c1d9
RC
161802015-07-08 Robert O'Callahan <robert@ocallahan.org>
16181
16182 PR exp/18617
16183 * gdb.trace/ax.exp: Add test.
16184
4931af25
YQ
161852015-07-07 Yao Qi <yao.qi@linaro.org>
16186
16187 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
16188 instead of istarget "aarch64*-*-*".
16189 * gdb.arch/aarch64-fp.exp: Likewise.
16190 * gdb.base/float.exp: Likewise.
16191 * gdb.reverse/aarch64.exp: Likewise.
16192 * lib/gdb.exp (is_aarch64_target): New proc.
16193
9fcf688e
YQ
161942015-07-07 Yao Qi <yao.qi@linaro.org>
16195
16196 * lib/gdb.exp (is_aarch32_target): New proc.
16197 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
16198 instead of "istarget "arm*-*-*"".
16199 * gdb.arch/arm-disp-step.exp: Likewise.
16200 * gdb.arch/thumb-bx-pc.exp: Likewise.
16201 * gdb.arch/thumb-prologue.exp: Likewise.
16202 * gdb.arch/thumb-singlestep.exp: Likewise.
16203 * gdb.base/disp-step-syscall.exp: Likewise.
16204 * gdb.base/float.exp: Likewise.
16205
fbd8d50d
YQ
162062015-07-07 Yao Qi <yao.qi@linaro.org>
16207
16208 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
16209 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
16210
71be1fdc
YQ
162112015-07-07 Yao Qi <yao.qi@linaro.org>
16212
16213 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
16214 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
16215 if it exists.
16216 * gdb.multi/multi-arch.exp: Likewise.
16217
3e221d36
SM
162182015-07-07 Simon Marchi <simon.marchi@ericsson.com>
16219
16220 * gdb.python/py-lazy-string.exp: Add missing parentheses to
16221 print.
16222
d441430b
YQ
162232015-07-07 Yao Qi <yao.qi@linaro.org>
16224
16225 * gdb.arch/thumb-singlestep.exp: Do one more single step.
16226
06f810bd
MG
162272015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
16228
16229 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
16230 '[' and ']' characters.
16231
5e61e7c0
IB
162322015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
16233
16234 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
16235
28bf096c
PA
162362015-06-29 Pedro Alves <palves@redhat.com>
16237
16238 PR threads/18127
16239 * gdb.threads/hand-call-new-thread.c: New file.
16240 * gdb.threads/hand-call-new-thread.c: New file.
16241
ee93cd5e
KS
162422015-06-26 Keith Seitz <keiths@redhat.com>
16243 Doug Evans <dje@google.com>
16244
16245 PR 16253
16246 * gdb.cp/var-tag-2.cc: New file.
16247 * gdb.cp/var-tag-3.cc: New file.
16248 * gdb.cp/var-tag-4.cc: New file.
16249 * gdb.cp/var-tag.cc: New file.
16250 * gdb.cp/var-tag.exp: New file.
16251
fc637f04
PP
162522015-06-26 Patrick Palka <patrick@parcs.ath.cx>
16253
16254 * gdb.base/history-duplicates.exp: New test.
16255
2e52ae68
PP
162562015-06-26 Patrick Palka <patrick@parcs.ath.cx>
16257
16258 * gdb.base/completion.exp: Test the completion of the "focus"
16259 command.
16260
6e22494e
JK
162612015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
16262
16263 * gdb.arch/amd64-prologue-skip.S: New file.
16264 * gdb.arch/amd64-prologue-skip.exp: New file.
16265
bf7b9cd9
SM
162662015-06-25 Simon Marchi <simon.marchi@ericsson.com>
16267
16268 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
16269 is_address_zero_readable check.
16270
201e8dfd
PB
162712015-06-24 Peter Bergner <bergner@vnet.ibm.com>
16272
16273 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
16274 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
16275
5cd867b4
YQ
162762015-06-24 Yao Qi <yao.qi@linaro.org>
16277
16278 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
16279 linux targets.
16280
4d7be007
YQ
162812015-06-24 Yao Qi <yao.qi@linaro.org>
16282
16283 * lib/gdb.exp (supports_get_siginfo_type): New proc.
16284 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
16285 * gdb.base/siginfo-thread.exp: Likewise.
16286
07fcd301
YQ
162872015-06-22 Yao Qi <yao.qi@linaro.org>
16288
16289 * boards/remote-gdbserver-on-localhost.exp: Add comments.
16290
52042a00
YQ
162912015-06-22 Yao Qi <yao.qi@linaro.org>
16292
16293 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
16294 aarch64*-*-*.
16295 (skip_hw_watchpoint_tests): Likewise.
16296
74bd41ce
PP
162972015-06-18 Patrick Palka <patrick@parcs.ath.cx>
16298
16299 * gdb.base/gdbinit-history.exp: Test the interaction between
16300 setting GDBHISTSIZE and setting the history size via .gdbinit.
16301
bc460514
PP
163022015-06-17 Patrick Palka <patrick@parcs.ath.cx>
16303
16304 PR gdb/16999
16305 * gdb.base/gdbhistsize-history.exp: New test.
16306
b58c513b
PP
163072015-06-17 Patrick Palka <patrick@parcs.ath.cx>
16308
16309 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
16310 with GDBHISTSIZE.
16311 * gdb.base/readline.exp: Likewise.
16312
92046791
YQ
163132015-06-17 Yao Qi <yao.qi@linaro.org>
16314
16315 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
16316 line.
16317
2093d2d3
PP
163182015-06-17 Patrick Palka <patrick@parcs.ath.cx>
16319
16320 * gdb.base/gdbinit-history.exp: Add test case to check that
16321 an unlimited history file does not get truncated on exit.
16322
e6c693af
AA
163232015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
16324
16325 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
16326 (VECTOR): New macro. Use it...
16327 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
16328 ...for these typedefs.
16329 (int8, char1, int1, double1): New typedefs.
16330 (struct just_int2, struct two_int2): New structures.
16331 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
16332 (add_structvecs, add_singlevecs): New functions.
16333 (main): Call add_some_intvecs twice.
16334 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
16335 the compile and exit upon failure. Try compiling for the "native"
16336 architecture. Test inferior function calls with vector arguments
16337 and vector return value handling with "finish" and "return".
16338
c74f7d1c
JT
163392015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
16340
16341 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
16342 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
16343 PE file.
16344 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
16345
98aa42ee
AT
163462015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
16347
16348 PR breakpoints/16465
16349 * gdb.mi/mi-dprintf-pending.c: New file.
16350 * gdb.mi/mi-dprintf-pending.exp: New test.
16351 * gdb.mi/mi-dprintf-pendshr.c: New file.
16352
7d73c23c 163532015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
72f4393d 16354 Mircea Gherzan <mircea.gherzan@intel.com>
7d73c23c
WT
16355
16356 * gdb.arch/i386-mpx-map.c: New file.
16357 * gdb.arch/i386-mpx-map.exp: New File.
16358
163592015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
16360
16361 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
16362 * gdb.arch/i386-mpx.exp: Indentation fixed.
16363
163642015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
16365
16366 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
16367 function and improved indentation.
16368 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
16369 gdb_test_multiple. Added additional tests to skip the test.
16370
163712015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
16372
16373 * gdb.arch/i386-avx512.c: Change path in include file.
16374 * gdb.arch/i386-avx512.exp: Change include dir path
16375 compilation flag.
16376 * gdb.arch/i386-mpx.c: Change path in include file.
16377 * gdb.arch/i386-mpx.exp: Change include dir path compilation
16378 flag.
16379
d5eba19a
JK
163802015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
16381
16382 * gdb.compile/compile-print.exp (compile print *vararray@3)
16383 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
16384
7f361056
JK
163852015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
16386
16387 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
16388 (do not keep jit in memory): ... this.
16389 (expect 5): Change it to ...
16390 (expect no 5): ... this.
16391
3b462ec2
SM
163922015-06-02 Simon Marchi <simon.marchi@ericsson.com>
16393
16394 PR gdb/15564
16395 * gdb.mi/mi-detach.exp: New file.
16396
e0619de6
JK
163972015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
16398
16399 PR symtab/18392
16400 * gdb.arch/amd64-tailcall-self.S: New file.
16401 * gdb.arch/amd64-tailcall-self.c: New file.
16402 * gdb.arch/amd64-tailcall-self.exp: New file.
16403
e970cb34
DB
164042015-05-28 Don Breazeal <donb@codesourcery.com>
16405
16406 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
16407 tests for remote targets by checking is_target_gdbserver.
16408
b2e2f908
DE
164092015-05-27 Doug Evans <dje@google.com>
16410
16411 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
16412 * gdb.dwarf2/opaque-type-lookup.c: New file.
16413 * gdb.dwarf2/opaque-type-lookup.exp: New file.
16414
82c7be31
DE
164152015-05-26 Doug Evans <dje@google.com>
16416
16417 * gdb.cp/iostream.cc: New file.
16418 * gdb.cp/iostream.exp: New file.
16419
b4f54984
DE
164202015-05-26 Doug Evans <dje@google.com>
16421
16422 * gdb.dwarf2/dw2-op-call.exp: Update.
16423 * gdb.dwarf2/dw4-sig-types.exp: Update.
16424 * gdb.dwarf2/implptr.exp: Update.
16425 * gdb.mi/mi-cmd-param-changed.exp: Update.
16426
4ea6efe9
DE
164272015-05-26 Doug Evans <dje@google.com>
16428
16429 * gdb.python/py-lazy-string.c: New file.
16430 * gdb.python/py-lazy-string.exp: New file.
16431 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
16432 (main): Update. Add estring3.
16433 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
16434 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
16435
f6bb7db3
YQ
164362015-05-26 Omair Javaid <omair.javaid@linaro.org>
16437 Yao Qi <yao.qi@linaro.org>
16438
16439 * gdb.reverse/aarch64.c: New.
16440 * gdb.reverse/aarch64.exp: New.
16441
a81bfbd0
OJ
164422015-05-26 Omair Javaid <omair.javaid@linaro.org>
16443
25d49b86
PA
16444 * lib/gdb.exp (supports_process_record): Return true for
16445 aarch64*-linux*.
a81bfbd0
OJ
16446 (supports_reverse): Likewise.
16447
158bf1b4
PP
164482015-05-22 Patrick Palka <patrick@parcs.ath.cx>
16449
16450 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
16451 Use with_test_prefix.
16452
a0145030
AB
164532015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
16454
16455 * gdb.base/completion.exp: Add test for completion of layout
16456 names.
16457
ebe3b578
AB
164582015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
16459
16460 * lib/gdb.exp (skip_tui_tests): New proc.
16461 * gdb.base/tui-layout.exp: Check skip_tui_tests.
16462
84204ed7
PA
164632015-05-19 Pedro Alves <palves@redhat.com>
16464
16465 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
16466 Save the whole env array instead of just HOME. Unset HISTSIZE in
16467 the environment while testing. Restore whole environment
16468 afterwards.
16469
37442ce1
DE
164702015-05-16 Doug Evans <xdje42@gmail.com>
16471
16472 * gdb.guile/scm-ports.c: New file.
16473 * gdb.guile/scm-ports.exp: Add memory port tests.
16474
36de76f9
JK
164752015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
16476
16477 * gdb.compile/compile-print.c: New file.
16478 * gdb.compile/compile-print.exp: New file.
16479
3a9558c4
JK
164802015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
16481
16482 * gdb.compile/compile-ops.exp: Cast param to void.
16483 * gdb.compile/compile.exp: Complete type for _gdb_expr.
16484 (compile code struct_object.selffield = &struct_object): Add xfail.
16485
aa715135
JG
164862015-05-15 Joel Brobecker <brobecker@adacore.com>
16487
16488 * gdb.ada/arr_enum_with_gap: New testcase.
16489
931e5bc3
JG
164902015-05-15 Joel Brobecker <brobecker@adacore.com>
16491
16492 * gdb.ada/byte_packed_arr: New testcase.
16493
9cd4d857
JB
164942015-05-15 Joel Brobecker <brobecker@adacore.com>
16495
16496 * gdb.ada/pckd_neg: New testcase.
16497
ebfd00d2
PP
164982015-05-13 Patrick Palka <patrick@parcs.ath.cx>
16499
16500 PR gdb/17820
16501 * gdb.base/gdbinit-history.exp: New test.
16502 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
16503 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
16504
4c082a81
SC
165052015-05-09 Siva Chandra Reddy <sivachandra@google.com>
16506
16507 * gdb.python/py-xmethods.cc: Enhance test case.
16508 * gdb.python/py-xmethods.exp: New tests.
16509 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
16510 function.
16511 (B_indexoper): Likewise.
16512 (global_dm_list) : Add new xmethod worker functions.
16513
f7797074
SDJ
165142015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
16515
16516 * gdb.base/coredump-filter.exp: Correctly unset
16517 "coredump_var_addr" array.
16518
a4674e4e
PA
165192015-05-08 Pedro Alves <palves@redhat.com>
16520
16521 * gdb.server/non-existing-program.exp: Unset spawn_id.
16522
df2eb078
SC
165232015-05-08 Siva Chandra Reddy <sivachandra@google.com>
16524
16525 PR python/18291
16526 * gdb.python/py-xmethods.exp: Add tests.
16527
422349a3
YQ
165282015-05-08 Yao Qi <yao.qi@linaro.org>
16529
16530 PR gdb/18208
16531 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
16532 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
16533 function set_coredump_filter, and remove remote_exec call.
16534 Remove argument ipid. Callers update.
16535 (top level): Don't get inferior's PID.
16536
63fc80ce
AA
165372015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
16538
16539 * gdb.base/watch_thread_num.exp: Skip test on targets without
16540 access watchpoints.
16541
80ad801e
PA
165422015-05-06 Pedro Alves <palves@redhat.com>
16543
16544 PR server/18081
16545 * gdb.server/non-existing-program.exp: New file.
16546
0fa7fe50
JB
165472015-05-05 Joel Brobecker <brobecker@adacore.com>
16548
16549 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
16550
3ea89b92
PMR
165512015-05-05 Joel Brobecker <brobecker@adacore.com>
16552
16553 * gdb.ada/out_of_line_in_inlined: New testcase.
16554
87b8eff0
JB
165552015-05-05 Joel Brobecker <brobecker@adacore.com>
16556
16557 * gdb.ada/var_rec_arr: New testcase.
16558
5fccc635
YQ
165592015-04-30 Yao Qi <yao.qi@linaro.org>
16560
16561 * gdb.base/break-idempotent.exp: If
16562 skip_hw_watchpoint_multi_tests returns true, skip the tests
16563 on "rwatch" and "awatch".
16564
42d38f42
YQ
165652015-04-30 Yao Qi <yao.qi@linaro.org>
16566
16567 * gdb.base/relativedebug.exp: Invoke gdb command
16568 "info sharedlibrary", and if libc.so doesn't have debug info,
16569 skip the test.
16570
2ce1cdbf
DE
165712015-04-29 Doug Evans <dje@google.com>
16572
16573 * gdb.python/py-xmethods.exp: Add ptype tests.
16574 * gdb.python/py-xmethods.py (E_method_char_worker): Add
16575 get_result_type method.
16576
f24a38c5
LM
165772015-04-29 Luis Machado <lgustavo@codesourcery.com>
16578
16579 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
16580 the target does not support hardware watchpoints.
16581
ecbf2b3c
LM
165822015-04-29 Luis Machado <lgustavo@codesourcery.com>
16583
16584 * gdb.base/break-always.exp: Abort testing if writing to memory
16585 causes an error.
16586
34f5f757
DE
165872015-04-28 Doug Evans <dje@google.com>
16588
16589 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
16590 * gdb.python/py-pp-registration.exp: ... here. New file.
16591 * gdb.python/py-pp-registration.c: New file.
16592 * gdb.python/py-pp-registration.py: New file.
16593
69b4374a
DE
165942015-04-28 Doug Evans <dje@google.com>
16595
16596 * gdb.python/py-bad-printers.c: New file.
16597 * gdb.python/py-bad-printers.py: New file.
16598 * gdb.python/py-bad-printers.exp: New file.
16599
59fb7612
SS
166002015-04-28 Sasha Smundak <asmundak@google.com>
16601
16602 * gdb.python/py-type.exp: New test.
16603
2631b16a
AW
166042015-04-28 Andy Wingo <wingo@igalia.com>
16605
16606 * gdb.python/py-parameter.exp:
16607 * gdb.guile/scm-parameter.exp: Escape the path that we are
16608 matching against, as it might contain characters that are special
16609 to regular expressions.
16610
460efde1
JB
166112015-04-27 Joel Brobecker <brobecker@adacore.com>
16612
16613 * gdb.ada/rec_comp: New testcase.
16614
2d369d8e
SDJ
166152015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
16616
16617 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
16618 before using it.
16619
cf75d6c3
AB
166202015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
16621
16622 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
16623 new tests for verilog output.
16624
8dbe7ca5
YQ
166252015-04-24 Yao Qi <yao.qi@linaro.org>
16626
16627 * boards/remote-gdbserver-on-localhost.exp: New file.
16628
4ef9fb2f
PA
166292015-04-23 Pedro Alves <palves@redhat.com>
16630
16631 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
16632 $inferior_spawn_id instead of $inferior_spawn_id directly. On
16633 "end of file", remove $inferior_spawn_id from the indirect list.
16634
0a803169
PA
166352015-04-23 Pedro Alves <palves@redhat.com>
16636
16637 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
16638
749ef8f8
PA
166392015-04-23 Pedro Alves <palves@redhat.com>
16640
16641 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
16642 on $any_spawn_id instead of only on $gdb_spawn_id.
16643
8aae4344
PM
166442015-04-21 Pierre Muller <muller@sourceware.org>
16645
16646 PR pascal/17815
16647 * lib/pascal.exp (gpc_compile): Add new option "class".
16648 (fpc_compile): Likewise.
16649 * gdb.pascal/case-insensitive-symbols.pas: New file.
16650 * gdb.pascal/case-insensitive-symbols.exp: New file.
16651
1586c8fb
GB
166522015-04-20 Gary Benson <gbenson@redhat.com>
16653
16654 * gdb.base/attach.exp: Fix three extended remote failures.
16655
1b6e6f5c
GB
166562015-04-17 Gary Benson <gbenson@redhat.com>
16657
16658 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
16659 the main executable over the remote protocol.
16660
e797481d
PA
166612015-04-16 Pedro Alves <palves@redhat.com>
16662
16663 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
16664 a new gdbserver if gdbserver_reconnect_p is set.
16665
1ca99c42
PA
166662015-04-16 Pedro Alves <palves@redhat.com>
16667
16668 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
16669 is set, don't exit gdbserver.
16670
af9fd6f8
AA
166712015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
16672
16673 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
16674 appropriate .insn, such that an older assembler can be used.
16675 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
16676 the z/Architecture instruction set on 31-bit targets as well.
16677
04ff1e61
AA
166782015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
16679
16680 * gdb.go/handcall.exp: Remove all logic related to the first
16681 breakpoint and rely on go_runto_main instead.
16682 * gdb.go/strings.exp: Likewise.
16683 * gdb.go/unsafe.exp: Likewise.
16684 * gdb.go/hello.exp: Likewise. Also rename the remaining
16685 breakpoint marker to "breakpoint 1".
16686 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
16687 * gdb.go/strings.go: Likewise.
16688 * gdb.go/unsafe.go: Likewise.
16689 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
16690 "set breakpoint 2 here" and rename the remaining breakpoint marker
16691 to "breakpoint 1".
16692
40d2f8d6
SM
166932015-04-15 Simon Marchi <simon.marchi@ericsson.com>
16694
16695 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
16696 if itertools.imap is not present.
16697 * gdb.python/py-objfile.exp: Add parentheses.
16698 * gdb.python/py-type.exp: Same.
16699 * gdb.python/py-unwind-maint.py: Same.
16700
8cbc97c6
YQ
167012015-04-15 Yao Qi <yao.qi@linaro.org>
16702
16703 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
16704 of ":$ptr_size" and set its form explicitly.
16705
45fd756c
YQ
167062015-04-15 Pedro Alves <palves@redhat.com>
16707 Yao Qi <yao.qi@linaro.org>
16708
16709 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
16710 timeout by factor of 4.
16711 (test_regular_watch): Likewise.
16712 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
16713 * gdb.reverse/sigall-reverse.exp: Likewise.
16714 * gdb.reverse/until-precsave.exp: Likewise.
16715 * lib/gdb.exp (with_timeout_factor): New proc.
16716 (gdb_expect): Move some code to ...
16717 (get_largest_timeout): ... here. New procedure.
16718
9e811bc3
LM
167192015-04-14 Luis Machado <lgustavo@codesourcery.com>
16720
16721 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
16722
0ff6fcb2
LM
167232015-04-13 Luis Machado <lgustavo@codesourcery.com>
16724
16725 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
16726 to write to the .text section.
16727
7578d5f7
LM
167282015-04-13 Luis Machado <lgustavo@codesourcery.com>
16729
16730 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
16731 Handle the case of targets that do not provide PID information.
16732
2efe15c4
YQ
167332015-04-13 Yao Qi <yao.qi@linaro.org>
16734
16735 * lib/gdbserver-support.exp (gdb_exit): Catch exception
16736 and use expect instead of gdb_expect.
16737
8cd8f2f8
SDJ
167382015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
16739
16740 * gdb.base/coredump-filter.exp: Rename variable "addr" to
16741 "coredump_var_addr" to avoid naming conflict with other testcases.
16742
9ee41772
PA
167432015-04-10 Pedro Alves <palves@redhat.com>
16744
16745 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
16746 gdb_test_sequence and gdb_assert.
16747
07473109
PA
167482015-04-10 Pedro Alves <palves@redhat.com>
16749
16750 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
16751 test messages that don't include the breakpoint address.
16752
de3db44c
YQ
167532015-04-10 Yao Qi <yao.qi@linaro.org>
16754
16755 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
16756 false for some offset and width combinations which aren't
16757 supported by linux kernel.
16758
c79d856c
PA
167592015-04-10 Pedro Alves <palves@redhat.com>
16760
16761 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
16762 procedure, factored out from ...
16763 (top level): ... here. Add "set displaced-stepping" testing axis.
16764 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
16765 parameter "displaced". Use it.
16766 (top level): Use foreach and add "set displaced-stepping" testing
16767 axis.
16768
ebc90b50
PA
167692015-04-10 Pedro Alves <palves@redhat.com>
16770
16771 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
16772 Remove comment.
16773 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
16774 both the address of the instruction that triggers the watchpoint
16775 and the address of the instruction immediately after, and use
16776 those addresses for the test. Fix comment.
16777
8f572e5c
PA
167782015-04-10 Pedro Alves <palves@redhat.com>
16779
16780 * gdb.base/sigstep.exp (breakpoint_to_handler)
16781 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
16782 Test "backtrace" in handler.
16783 (breakpoint_over_handler): New parameter 'displaced'. Use it.
16784 (top level): Add new "displaced" test axis to
16785 breakpoint_to_handler, breakpoint_to_handler_entry and
16786 breakpoint_over_handler.
16787
8d707a12
PA
167882015-04-10 Pedro Alves <palves@redhat.com>
16789
16790 PR gdb/18216
16791 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
16792
ef713951
YQ
167932015-04-10 Yao Qi <yao.qi@linaro.org>
16794
16795 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
16796 (test_add_rn_pc): New function.
16797 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
16798 (top level): Invoke test_add_rn_pc.
16799
906d60cf
PA
168002015-04-10 Pedro Alves <palves@redhat.com>
16801
16802 PR gdb/13858
16803 * gdb.base/step-over-no-symbols.exp: New file.
16804
f2983cc3
AW
168052015-04-09 Andy Wingo <wingo@igalia.com>
16806
16807 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
16808 after the Python tests.
16809
6d62641c
SDJ
168102015-04-08 Keith Seitz <keiths@redhat.com>
16811
16812 PR python/16699
16813 * gdb.python/py-completion.exp: New tests for completion.
16814 * gdb.python/py-completion.py (CompleteLimit1): New class.
16815 (CompleteLimit2): Likewise.
16816 (CompleteLimit3): Likewise.
16817 (CompleteLimit4): Likewise.
16818 (CompleteLimit5): Likewise.
16819 (CompleteLimit6): Likewise.
16820 (CompleteLimit7): Likewise.
16821
f3770638
PA
168222015-04-08 Pedro Alves <palves@redhat.com>
16823
16824 PR gdb/18214
16825 PR gdb/18216
16826 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
16827 function.
16828 (main): Install it as SIGUSR1 handler.
16829 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
16830 parameter. Always use "setup" as prefix. Toggle "set
16831 displaced-stepping" off/on depending on global. Don't switch to
16832 thread 1 here.
16833 (top level): Add displaced stepping "off/on" test axis. Update
16834 "setup" calls. Wrap each subtest with with_test_prefix. Test
16835 continuing with a queued signal in each thread.
16836
4496bed7
PA
168372015-04-08 Pedro Alves <palves@redhat.com>
16838
16839 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
16840 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
16841 gdb_breakpoint instead of gdb_test that doesn't expect anything.
16842 Return early if running to main fails.
16843 * gdb.trace/while-stepping.exp: Likewise.
16844
b97fde92
PA
168452015-04-07 Pedro Alves <palves@redhat.com>
16846
16847 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
16848 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
16849 interact with inferior program.
16850
f71c18e7
PA
168512015-04-07 Pedro Alves <palves@redhat.com>
16852
16853 * lib/gdb.exp (inferior_spawn_id): New global.
16854 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
16855 spawn id after processing the user code.
16856 (default_gdb_start): Set inferior_spawn_id.
16857 (send_inferior): New procedure.
16858 * lib/gdbserver-support.exp (gdbserver_start): Set
16859 inferior_spawn_id.
16860 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
16861
6423214f
PA
168622015-04-07 Pedro Alves <palves@redhat.com>
16863
16864 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
16865 * lib/gdbserver-support.exp (gdbserver_start): Make
16866 $server_spawn_id global.
16867 (gdbserver_start): Don't wait for gdbserver's spawn id with
16868 expect_background.
16869 (close_gdbserver): New procedure.
16870 (gdb_exit): Rename the default version and reimplement.
16871
71c0ee8c
PA
168722015-04-07 Pedro Alves <palves@redhat.com>
16873
72f4393d 16874 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
71c0ee8c
PA
16875 append the substituted item, not the original item.
16876
203bc29b
PA
168772015-04-07 Pedro Alves <palves@redhat.com>
16878
16879 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
16880 gdb_expect.
16881
508a3ddf
PA
168822015-04-07 Pedro Alves <palves@redhat.com>
16883
16884 * gdb.base/interrupt.exp: Don't handle the case of the inferior
16885 output appearing once only.
16886
9f6dbe2b
PA
168872015-04-07 Pedro Alves <palves@redhat.com>
16888
16889 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
16890 that doesn't expect anything. Return early if running to main
16891 fails.
16892
337532fa
YQ
168932015-04-07 Yao Qi <yao.qi@linaro.org>
16894
16895 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
16896 (child_function): Call alarm.
16897 (main): Move call to alarm into the loop.
16898 * gdb.threads/non-stop-fair-events.exp: Build program with
16899 -DTIMEOUT=$timeout.
16900
01b622d4
DE
169012015-04-06 Doug Evans <xdje42@gmail.com>
16902
16903 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
16904 Fix dest parameter to board_info.
16905 (fpc_compile): Ditto.
16906 (gdb_compile_pascal): Rename dest arg to destfile.
16907
961f4160
PMR
169082015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
16909
16910 * gdb.ada/funcall_ref.exp: New file.
16911 * gdb.ada/funcall_ref/foo.adb: New file.
16912
cafda597
YQ
169132015-04-02 Yao Qi <yao.qi@linaro.org>
16914
16915 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
16916 is remote.
16917
fed040c6
GB
169182015-04-02 Gary Benson <gbenson@redhat.com>
16919
16920 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
16921
d11916aa
SS
169222015-04-01 Sasha Smundak <asmundak@google.com>
16923
16924 * gdb.python/py-unwind-maint.c: New file.
16925 * gdb.python/py-unwind-maint.exp: New test.
16926 * gdb.python/py-unwind-maint.py: New file.
16927 * gdb.python/py-unwind.c: New file.
16928 * gdb.python/py-unwind.exp: New test.
16929 * gdb.python/py-unwind.py: New test.
16930
a1471180
PA
169312015-04-01 Pedro Alves <palves@redhat.com>
16932
16933 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
16934 to fail instead of non-existent $test.
16935
0bbeccb1
PA
169362015-04-01 Pedro Alves <palves@redhat.com>
16937
16938 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
16939 GDBFLAGS if not empty.
16940
3c724c8c
PMR
169412015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
16942
16943 * gdb.ada/complete.exp: Remove "multi_line".
16944 * gdb.ada/info_exc.exp: Remove "multi_line".
16945 * gdb.ada/packed_tagged.exp: Remove "multi_line".
16946 * gdb.ada/ptype_field.exp: Remove "multi_line".
16947 * gdb.ada/sym_print_name.exp: Remove "multi_line".
16948 * gdb.ada/tagged.exp: Remove "multi_line".
16949 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
16950 [multi_line ...]
16951 * gdb.btrace/delta.exp: Likewise.
16952 * gdb.btrace/exception.exp: Likewise.
16953 * gdb.btrace/function_call_history.exp: Likewise.
16954 * gdb.btrace/instruction_history.exp: Likewise.
16955 * gdb.btrace/nohist.exp: Likewise.
16956 * gdb.btrace/record_goto.exp: Likewise.
16957 * gdb.btrace/segv.exp: Likewise.
16958 * gdb.btrace/stepi.exp: Likewise.
16959 * gdb.btrace/tailcall.exp: Likewise.
16960 * gdb.btrace/unknown_functions.exp: Likewise.
16961 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
16962 * lib/gdb.exp: Add the "multi_line" helper.
16963
4eec2deb
PA
169642015-04-01 Pedro Alves <palves@redhat.com>
16965
16966 * gdb.threads/tid-reuse.c: New file.
16967 * gdb.threads/tid-reuse.exp: New file.
16968
df8411da
SDJ
169692015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
16970
16971 PR corefiles/16092
16972 * gdb.base/coredump-filter.c: New file.
16973 * gdb.base/coredump-filter.exp: Likewise.
16974
6ef37366
PM
169752015-03-27 Petr Machata <pmachata@redhat.com>
16976
16977 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
16978 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
16979 (Dwarf::assemble): Initialize them.
16980 (Dwarf::lines): New function.
16981
7ec911b0
JT
169822015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
16983
16984 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
16985 SYMBOL_PREFIX for x86_64-*-cygwin.
16986
ff908ebf
AW
169872015-03-26 Andy Wingo <wingo@igalia.com>
16988
16989 PR symtab/18148
16990 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
16991 const_value but not a location.
16992 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
16993 location defined in non-main CUs are visible.
16994
6d5f0679
YQ
169952015-03-26 Yao Qi <yao.qi@linaro.org>
16996
16997 PR testsuite/18139
16998 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
16999 Add a line number entry for the same line.
17000 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
17001 Add a line number entry for the same line.
17002
2898689b
YQ
170032015-03-26 Yao Qi <yao.qi@linaro.org>
17004
17005 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
17006 .int 0.
17007 (func): Likewise. Add .Lfunc_1 label.
17008 Use .Lfunc_1 label.
17009 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
17010 .int 0.
17011 (func): Likewise.
17012 Use .Lfunc_1 label.
17013
85180498
YQ
170142015-03-26 Yao Qi <yao.qi@linaro.org>
17015
17016 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
17017 Call gdb_compile instead to compile each .s files without debug
17018 information.
17019
8aa08a8d
YQ
170202015-03-26 Yao Qi <yao.qi@linaro.org>
17021
17022 * gdb.base/savedregs.exp (process_saved_regs): Make
17023 "Saved registers:" optional in the pattern.
17024
66849923
MM
170252015-03-25 Markus Metzger <markus.t.metzger@intel.com>
17026
17027 * gdb.btrace/next.exp: Merged into step.exp.
17028 * gdb.btrace/finish.exp: Merged into step.exp.
17029 * gdb.btrace/nexti.exp: Merged into stepi.exp.
17030 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
17031 "record goto" and checking the exact replay position.
17032 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
17033 check for "Recording format" in "info record" output.
17034 * gdb.btrace/record_goto.exp: Choose test file based on target.
17035 * gdb.btrace/x86-record_goto.S: Renamed into ...
17036 * gdb.btrace/x86_64-record_goto.S: ... this.
17037 * gdb.btrace/i686-record_goto.S: New.
17038 * gdb.btrace/x86-tailcall.S: Renamed into ...
17039 * gdb.btrace/x86_64-tailcall.S: ... this.
17040 * gdb.btrace/i686-tailcall.S: New.
17041 * gdb.btrace/x86-tailcall.c: Renamed into ...
17042 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
17043 separate statements. Update test.
17044 * gdb.btrace/delta.exp: Use record_goto.c as test file.
17045 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
17046 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
17047 * gdb.btrace/tailcall.exp: Choose test file based on target.
17048 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
17049
11cc1b74
MM
170502015-03-25 Markus Metzger <markus.t.metzger@intel.com>
17051
17052 * gdb.btrace/exception.exp: Increase BTS buffer size.
17053
a25d8bf9
PA
170542015-03-24 Pedro Alves <palves@redhat.com>
17055
17056 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
17057
856e7dd6
PA
170582015-03-24 Pedro Alves <palves@redhat.com>
17059
17060 * gdb.threads/schedlock.exp (test_step): No longer expect that
17061 "set scheduler-locking step" with "next" over a function call runs
17062 threads unlocked.
17063
ad235a41
AT
170642015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
17065
17066 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
17067
15630549
AT
170682015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
17069
17070 PR breakpoints/16466
17071 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
17072 * gdb.mi/mi-pending.c (thread_func): New function.
17073 (int main): Add threading support required.
17074 * gdb.mi/mi-pending.exp: Add tests for this issue.
17075 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
17076 (pendfunc2): Remove stdio dependency.
17077 * gdb.mi/mi-pendshr2.c: New file.
17078
693dca06
KS
170792015-03-23 Keith Seitz <keiths@redhat.com>
17080
17081 * gdb.linespec/keywords.c: New file.
17082 * gdb.linespec/keywords.exp: New file.
17083
7e993ebf
KS
170842015-03-23 Keith Seitz <keiths@redhat.com>
17085
17086 PR gdb/18021
17087 * gdb.dwarf2/staticvirtual.exp: New test.
17088
bc23328c
JK
170892015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
17090
17091 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
17092 * README: Remove HP-UX and gdb.hp.
17093 (configuration):
17094 * configure: Regenerate.
17095 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
17096 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
17097 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
17098 gdb.hp/gdb.defects/Makefile.
17099 * gdb.hp/Makefile.in: File deleted.
17100 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
17101 * gdb.hp/gdb.aCC/optimize.c: File deleted.
17102 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
17103 * gdb.hp/gdb.aCC/run.c: File deleted.
17104 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
17105 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
17106 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
17107 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
17108 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
17109 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
17110 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
17111 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
17112 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
17113 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
17114 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
17115 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
17116 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
17117 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
17118 * gdb.hp/gdb.base-hp/reg.s: File deleted.
17119 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
17120 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
17121 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
17122 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
17123 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
17124 * gdb.hp/gdb.compat/Makefile.in: File deleted.
17125 * gdb.hp/gdb.compat/average.c: File deleted.
17126 * gdb.hp/gdb.compat/sum.c: File deleted.
17127 * gdb.hp/gdb.compat/xdb.c: File deleted.
17128 * gdb.hp/gdb.compat/xdb0.c: File deleted.
17129 * gdb.hp/gdb.compat/xdb0.h: File deleted.
17130 * gdb.hp/gdb.compat/xdb1.c: File deleted.
17131 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
17132 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
17133 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
17134 * gdb.hp/gdb.defects/Makefile.in: File deleted.
17135 * gdb.hp/gdb.defects/bs14602.c: File deleted.
17136 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
17137 * gdb.hp/gdb.defects/solib-d.c: File deleted.
17138 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
17139 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
17140 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
17141 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
17142 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
17143 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
17144 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
17145 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
17146 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
17147 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
17148 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
17149 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
17150 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
17151 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
17152 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
17153 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
17154 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
17155 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
17156 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
17157 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
17158 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
17159 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
17160 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
17161 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
17162 * gdb.hp/tools/odump: File deleted.
17163
8bf3b159
PA
171642015-03-19 Pedro Alves <palves@redhat.com>
17165
17166 * gdb.threads/continue-pending-status.exp (saw_thread_2)
17167 (saw_thread_3): New globals.
17168 (top level): Increment them when an event for the corresponding
17169 thread is seen.
17170 (no thread starvation): New test.
17171
eb54c8bf
PA
171722015-03-19 Pedro Alves <palves@redhat.com>
17173
17174 * gdb.threads/continue-pending-status.c: New file.
17175 * gdb.threads/continue-pending-status.exp: New file.
17176
32d2e5d6
PA
171772015-03-18 Pedro Alves <palves@redhat.com>
17178
17179 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
17180 Use gdb_is_target_remote instead of is_remote. Use
17181 gdb_test_multiple instead of gdb_expect. Exit early if
17182 gdb_test_multiple hits its internal matches. Tighten stepi tests
17183 expected output. Fail on exit with any signal, instead of just
17184 SIGILL.
17185
f68f11b7
YQ
171862015-03-18 Yao Qi <yao.qi@linaro.org>
17187
17188 PR tdep/18107
17189 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
17190 variable.
17191 * gdb.base/catch-syscall.exp: Don't skip it on
17192 aarch64*-*-linux* target. Remove elements in all_syscalls.
17193 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
17194 target.
17195 (setup_all_syscalls): New proc.
17196
ca5fd19b
YQ
171972015-03-16 Yao Qi <yao.qi@linaro.org>
17198
17199 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
17200 (top level): Skip tests if valid_addr_p returns false for
17201 $cmd1 or $cmd2.
17202
85642ba0
AW
172032015-03-11 Andy Wingo <wingo@igalia.com>
17204
17205 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
17206
e03f9645
YQ
172072015-03-11 Yao Qi <yao.qi@linaro.org>
17208
17209 * gdb.base/catch-syscall.exp: Fix typo in comments.
17210
5d0962b2
YQ
172112015-03-11 Yao Qi <yao.qi@linaro.org>
17212
17213 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
17214
b2df3cef
PA
172152015-03-09 Pedro Alves <palves@redhat.com>
17216
17217 * dg-extract-results.py: Delete.
17218
ef878e53
PA
172192015-03-09 Pedro Alves <palves@redhat.com>
17220
17221 Merge dg-extract-results.sh from GCC upstream (r218843).
17222
17223 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
17224 * dg-extract-results.sh: Use --text with grep to avoid issues with
17225 binary files. Fall back to cat -v, if that doesn't work.
17226
9494d219
PA
172272015-03-05 Pedro Alves <palves@redhat.com>
17228
17229 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
17230
a8d9763a
SM
172312015-03-04 Simon Marchi <simon.marchi@ericsson.com>
17232
17233 * lib/mi-support.exp (mi_expect_interrupt): Accept
17234 alternative event for when in all-stop mode.
17235
be9957b8
PA
172362015-03-04 Pedro Alves <palves@redhat.com>
17237
17238 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
17239
d57be0f4 172402015-03-04 Mark Kettenis <kettenis@gnu.org>
4727d613
MK
17241
17242 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
17243
c214c7cf
AA
172442015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
17245
17246 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
17247 regexps for GDB's current line display, accept a hex address
17248 preceding the line number.
17249
6d74a497
AA
172502015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
17251
17252 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
17253 the 'arch1' variable for "s390*-linux*" targets.
17254
511aee7c
PA
172552015-03-04 Pedro Alves <palves@redhat.com>
17256
17257 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
17258 (main): Pass missing retval argument to pthread_join call.
17259
95e50b27
PA
172602015-03-02 Pedro Alves <palves@redhat.com>
17261
17262 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
17263 (top level): Call do_test with non-stop as well.
17264
28054d69
PA
172652015-03-02 Pedro Alves <palves@redhat.com>
17266
17267 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
17268 -1.
17269
4fa5d7b4
AA
172702015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
17271
17272 * gdb.arch/s390-vregs.exp: New test.
17273 * gdb.arch/s390-vregs.S: New file.
17274
97c18565
PA
172752015-02-27 Pedro Alves <palves@redhat.com>
17276
17277 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
17278 call to catch_command_errors.
17279 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
17280 catch_command_errors.
17281
a37bfa30
PA
172822015-02-27 Pedro Alves <palves@redhat.com>
17283
17284 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
17285 "true" for boolean result.
17286 * gdb.gdb/selftest.exp (test_with_self): Also accept full
17287 prototype of main.
17288
6f98576f
PA
172892015-02-27 Pedro Alves <palves@redhat.com>
17290
17291 * lib/unbuffer_output.c: New file.
17292 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
17293 (main): Call gdb_unbuffer_output.
17294
eba5ab56
YQ
172952015-02-27 Yao Qi <yao.qi@linaro.org>
17296
17297 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
17298 target.
17299
0def5aaa
DE
173002015-02-26 Doug Evans <dje@google.com>
17301
17302 * gdb.cp/class2.cc (Dbase, D): New classes.
17303 (main): New local delta.
17304 * gdb.cp/class2.exp: Test printing delta.
17305 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
17306 (dynbar): New global.
17307 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
17308
081a1c2c
JK
173092015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
17310
17311 * gdb.compile/compile-ifunc.c: New file.
17312 * gdb.compile/compile-ifunc.exp: New file.
17313
2f41223f
AT
173142015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
17315
17316 * gdb.base/structs.exp: Check for correct struct on finish.
17317
03eddd80
YQ
173182015-02-26 Yao Qi <yao.qi@linaro.org>
17319
17320 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
17321 is zero.
17322
80c57053
JK
173232015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
17324
17325 * gdb.arch/cordic.ko.bz2: New file.
17326 * gdb.arch/cordic.ko.debug.bz2: New file.
17327 * gdb.arch/ppc64-symtab-cordic.exp: New file.
17328
21613c12
YQ
173292015-02-25 Yao Qi <yao.qi@linaro.org>
17330
17331 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
17332 aarch64*-*-* target.
17333
d8b901ed
PA
173342015-02-23 Pedro Alves <palves@redhat.com>
17335
17336 * lib/gdb.exp (delete_breakpoints): Rewrite using
17337 gdb_test_multiple.
17338
e5b85ead
PA
173392015-02-23 Pedro Alves <palves@redhat.com>
17340
17341 * gdb.base/info-os.c: Include stdlib.h.
17342
85c3a371
DE
173432015-02-22 Doug Evans <xdje42@gmail.com>
17344
17345 PR symtab/17855
17346 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
17347 is read after symbols have been re-read.
17348 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
17349 * gdb.ada/exec_changed/second.adb (Second): Ditto.
17350
96553a0c
DE
173512015-02-21 Doug Evans <dje@google.com>
17352
17353 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
17354
97a0c697
JK
173552015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
17356
17357 PR corefiles/17808
17358 * gdb.arch/i386-biarch-core.core.bz2: New file.
17359 * gdb.arch/i386-biarch-core.exp: New file.
17360
a47cd6e9
PA
173612015-02-21 Pedro Alves <palves@redhat.com>
17362
17363 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
17364 runto_main fails.
17365
c5facdc4
PA
173662015-02-20 Pedro Alves <palves@redhat.com>
17367
17368 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
17369 info probes.
17370
2db9a427
PA
173712015-02-20 Pedro Alves <palves@redhat.com>
17372
17373 * gdb.threads/multi-create-ns-info-thr.exp: New file.
17374
60fb7e9e
PA
173752015-02-20 Pedro Alves <palves@redhat.com>
17376
17377 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
17378 clean_restart before gdb_target_supports_trace.
17379
5c5019c2
PA
173802015-02-20 Pedro Alves <palves@redhat.com>
17381
17382 PR threads/18006
17383 * gdb.threads/clone-thread_db.c: New file.
17384 * gdb.threads/clone-thread_db.exp: New file.
17385
c9587f88
AT
173862015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
17387
17388 PR breakpoints/16812
17389 * gdb.base/catch-gdb-caused-signals.c: New file.
17390 * gdb.base/catch-gdb-caused-signals.exp: New file.
17391
f6a88844
JM
173922015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
17393
17394 * configure: Regenerated.
17395 * configure.ac: Use GDB_AC_TRANSFORM.
17396 * aclocal.m4: sinclude ../transform.m4.
17397
497c491b
JM
173982015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
17399
17400 * lib/dtrace.exp: New file.
17401 * gdb.base/dtrace-probe.exp: Likewise.
17402 * gdb.base/dtrace-probe.d: Likewise.
17403 * gdb.base/dtrace-probe.c: Likewise.
17404 * lib/pdtrace.in: Likewise.
17405 * configure.ac: Output variables with the transformed names of
17406 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
17407 * configure: Regenerated.
17408
03e98035
JM
174092015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
17410
17411 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
17412 expected message when trying to access $_probe_* convenience
17413 variables while not on a probe.
17414
63cc30e9
JK
174152015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
17416
17417 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
17418
0703599a
PA
174192015-02-11 Pedro Alves <pedro@codesourcery.com>
17420
17421 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
17422 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
17423
7e60a48e
DE
174242015-02-10 Doug Evans <xdje42@gmail.com>
17425
17426 * lib/gdb.exp (gdb_load): Always return a result.
17427
01b088bc
PA
174282015-02-10 Pedro Alves <palves@redhat.com>
17429
17430 * gdb.threads/signal-sigtrap.c: New file.
17431 * gdb.threads/signal-sigtrap.exp: New file.
17432
b05ec7a5
AT
174332015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
17434
17435 * gdb.trace/no-attach-trace.c: New file.
17436 * gdb.trace/no-attach-trace.exp: New file.
17437
a2c2acaf
MW
174382015-02-09 Mark Wielaard <mjw@redhat.com>
17439
17440 * gdb.dwarf2/atomic.c: New file.
17441 * gdb.dwarf2/atomic-type.exp: Likewise.
17442
31fd9caa
MM
174432015-02-09 Markus Metzger <markus.t.metzger@intel.com>
17444
17445 * gdb.btrace/buffer-size.exp: Update "info record" output.
17446 * gdb.btrace/delta.exp: Update "info record" output.
17447 * gdb.btrace/enable.exp: Update "info record" output.
17448 * gdb.btrace/finish.exp: Update "info record" output.
17449 * gdb.btrace/instruction_history.exp: Update "info record" output.
17450 * gdb.btrace/next.exp: Update "info record" output.
17451 * gdb.btrace/nexti.exp: Update "info record" output.
17452 * gdb.btrace/step.exp: Update "info record" output.
17453 * gdb.btrace/stepi.exp: Update "info record" output.
17454 * gdb.btrace/nohist.exp: Update "info record" output.
17455
d33501a5
MM
174562015-02-09 Markus Metzger <markus.t.metzger@intel.com>
17457
17458 * gdb.btrace/buffer-size: New.
17459
f4abbc16
MM
174602015-02-09 Markus Metzger <markus.t.metzger@intel.com>
17461
17462 * gdb.btrace/delta.exp: Update "info record" output.
17463 * gdb.btrace/enable.exp: Update "info record" output.
17464 * gdb.btrace/finish.exp: Update "info record" output.
17465 * gdb.btrace/instruction_history.exp: Update "info record" output.
17466 * gdb.btrace/next.exp: Update "info record" output.
17467 * gdb.btrace/nexti.exp: Update "info record" output.
17468 * gdb.btrace/step.exp: Update "info record" output.
17469 * gdb.btrace/stepi.exp: Update "info record" output.
17470 * gdb.btrace/nohist.exp: Update "info record" output.
17471
b9d61307
SM
174722015-02-06 Simon Marchi <simon.marchi@ericsson.com>
17473
17474 PR gdb/15678
17475 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
17476
e584fdbc
PA
174772015-02-06 Pedro Alves <palves@redhat.com>
17478
17479 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
17480 macro.
17481 (seconds_left, again): New globals.
17482 (main): Wait seconds_left in a 1-second sleep loop instead of
17483 sleeping 180 seconds. If 'again' is set, reset the seconds
17484 counter.
17485 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
17486 'again' in the inferior before detaching. Print the seconds left.
17487 (options): New global.
17488 (top level): Build program with -DTIMEOUT=$timeout.
17489
77f41761
PA
174902015-02-06 Pedro Alves <palves@redhat.com>
17491
17492 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
17493 determine how many seconds to pass to 'alarm'.
17494 * gdb.base/gdb-sigterm.exp (top level): Build program with
17495 -DTIMEOUT=$timeout.
17496 (do_test): Return success/failure indication. Add more verbose
17497 logging. Don't fail if 200 single steps are seen. Instead, fail
17498 when the test times out.
17499 (passes): New global.
17500 (top level): Break the testing loop if testing fails on any
17501 iteration. Use gdb_assert.
17502
b9394193
DB
175032015-02-04 Don Breazeal <donb@codesourcery.com>
17504
17505 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
17506 and initialize them.
17507 (ipc_cleanup): New function.
17508 (main): Don't declare shmid, semid, and msqid. Add a call to
17509 atexit so that we call ipc_cleanup on exit.
17510
42d9e528
PA
175112015-02-04 Pedro Alves <palves@redhat.com>
17512
17513 * boards/native-extended-gdbserver.exp: Remove any target variant
17514 specifications from the board name before clearing the isremote
17515 flag from board_info.
17516
ae6ae975
DE
175172015-01-31 Doug Evans <xdje42@gmail.com>
17518
17519 * gdb.base/maint.exp <maint print type argc>: Update expected output.
17520
cfb069a8
GB
175212015-01-31 Gary Benson <gbenson@redhat.com>
17522
17523 * gdb.base/completion.exp: Disable completion limiting for
17524 existing tests. Add new tests to check completion limiting.
17525 * gdb.linespec/ls-errs.exp: Disable completion limiting.
17526
5dd31d79
DE
175272015-01-31 Doug Evans <xdje42@gmail.com>
17528
17529 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
17530
9f050062
DE
175312015-01-31 Doug Evans <xdje42@gmail.com>
17532
17533 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
17534 entries. Duplicate file section script entries.
17535 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
17536 inlined entries. Add test for safe-path rejection.
17537 * gdb.python/py-section-script.c: Add duplicate inlined section script
17538 entries. Duplicate file section script entries.
17539 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
17540 inlined entries. Add test for safe-path rejection.
17541
df25ebbd
JB
175422015-01-29 Joel Brobecker <brobecker@adacore.com>
17543
17544 * gdb.ada/disc_arr_bound: New testcase.
17545
4a0ca9ec
JB
175462015-01-29 Joel Brobecker <brobecker@adacore.com>
17547
17548 * gdb.ada/mi_var_array: New testcase.
17549
3a8b707a
DE
175502015-01-27 Doug Evans <dje@google.com>
17551
17552 * gdb.python/py-objfile.exp: Add tests for objfile.username.
17553 Add test for objfile.filename, objfile.username after objfile
17554 has been unloaded.
17555
f8313f6e
JB
175562015-01-26 Joel Brobecker <brobecker@adacore.com>
17557
17558 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
17559 the second test to print the name attribute of value
17560 returned by the call to gdb.lookup_type, and adjust
17561 the expected output accordingly.
17562
37bc665e
MW
175632015-01-25 Mark Wielaard <mjw@redhat.com>
17564
17565 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
17566 * gdb.base/disp-step-fork.c: Include unistd.h.
17567 * gdb.base/siginfo-obj.c: Include stdio.h.
17568 * gdb.base/siginfo-thread.c: Likewise.
17569 * gdb.mi/non-stop.c: Include unistd.h.
17570 * gdb.mi/nsthrexec.c: Include stdio.h.
17571 * gdb.mi/pthreads.c: Include unistd.h.
17572 * gdb.modula2/unbounded1.c (main): Declare returns int.
17573 * gdb.reverse/consecutive-reverse.c: Likewise.
17574 * gdb.threads/create-fail.c: Include unistd.h.
17575 * gdb.threads/killed.c: Likewise.
17576 * gdb.threads/linux-dp.c: Likewise.
17577 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
17578 * gdb.threads/non-ldr-exc-2.c: Likewise.
17579 * gdb.threads/non-ldr-exc-3.c: Likewise.
17580 * gdb.threads/non-ldr-exc-4.c: Likewise.
17581 * gdb.threads/pthreads.c: Include unistd.h.
17582 (main): Declare returns int.
17583 * gdb.threads/tls-main.c (foo): New declaration.
17584 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
17585
f7e5394d
SM
175862015-01-23 Simon Marchi <simon.marchi@ericsson.com>
17587
17588 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
17589 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
17590
743649fd
MW
175912015-01-15 Mark Wielaard <mjw@redhat.com>
17592
17593 * gdb.base/noreturn-return.c: New file.
17594 * gdb.base/noreturn-return.exp: New file.
17595 * gdb.base/noreturn-finish.c: New file.
17596 * gdb.base/noreturn-finish.exp: New file.
17597
198297aa
PA
175982015-01-23 Pedro Alves <palves@redhat.com>
17599
17600 * gdb.threads/continue-pending-after-query.c: New file.
17601 * gdb.threads/continue-pending-after-query.exp: New file.
17602
717cf30c
AG
176032015-01-22 Anders Granlund <anders.granlund@ericsson.com>
17604 Simon Marchi <simon.marchi@ericsson.com>
17605
17606 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
17607 * gdb.base/valgrind-db-attach.exp: Same.
17608 * gdb.base/valgrind-infcall.exp: Same.
17609 * lib/mi-support.exp (default_mi_gdb_start): Same.
17610 * lib/prompt.exp (default_prompt_gdb_start): Same.
17611 * lib/gdb.exp (default_gdb_spawn): Same.
17612 (gdb_interact): New.
17613
17614
4b62a76e
JK
176152015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
17616
17617 * gdb.compile/compile.exp (pointer to jit function): New test.
17618
b4cdae6f
WW
176192015-01-17 Wei-cheng Wang <cole945@gmail.com>
17620
17621 * lib/gdb.exp (supports_process_record): Return true for
17622 powerpc*-*-linux*.
17623 (supports_reverse): Likewise.
17624
d221e7ef
DB
176252015-01-15 Don Breazeal <donb@codesourcery.com>
17626
17627 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
17628 instead of checking whether the target board is remote and
17629 use spawn_wait_for_attach instead of exec/sleep.
17630 * gdb.base/attach-twice.exp: Likewise.
17631
bafffb51
JB
176322015-01-15 Joel Brobecker <brobecker@adacore.com>
17633
17634 * gdb.ada/var_arr_attrs: New testcase.
17635
5589af0e
PA
176362015-01-14 Pedro Alves <palves@redhat.com>
17637 Joel Brobecker <brobecker@adacore.com>
17638
17639 PR gdb/17525
17640 * gdb.base/bp-cmds-execution-x-script.c: New file.
17641 * gdb.base/bp-cmds-execution-x-script.exp: New file.
17642 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
17643
6c400b59
PA
176442015-01-14 Pedro Alves <palves@redhat.com>
17645
17646 PR cli/17828
17647 * gdb.base/batch-preserve-term-settings.c: New file.
17648 * gdb.base/batch-preserve-term-settings.exp: New file.
17649
e02c96a7
DE
176502015-01-13 Doug Evans <dje@google.com>
17651
17652 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
17653 binary.
17654
576fd14c
JB
176552015-01-13 Joel Brobecker <brobecker@adacore.com>
17656
17657 * Makefile.in (clean mostlyclean): Do not delete *.py.
17658
04dccad0
JB
176592015-01-13 Joel Brobecker <brobecker@adacore.com>
17660
17661 * gdb.python/py-lookup-type.exp: New file.
17662
3d230f71
PA
176632015-01-12 Pedro Alves <palves@redhat.com>
17664
17665 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
17666 restore GDBFLAGS before returning.
17667
7e67715d
JK
176682015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
17669
17670 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
17671 is_amd64_regs_target and is_x86_like_target.
17672
f2e0d4b4
DE
176732015-01-11 Doug Evans <xdje42@gmail.com>
17674
17675 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
17676 is given without an explicit form.
17677 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
17678 attributes.
17679 * gdb.dwarf/corrupt.exp: Ditto.
17680 * gdb.dwarf2/enum-type.exp: Ditto.
17681 * gdb.trace/entry-values.exp: Ditto.
17682 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
17683
439250fb
DE
176842015-01-11 Doug Evans <xdje42@gmail.com>
17685
17686 PR gdb/15830
17687 * gdb.base/maint.exp: Remove references to "maint demangle".
17688 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
17689 Add tests for explicitly specifying language to demangle.
17690 * gdb.dlang/demangle.exp: Ditto.
17691
ede9f622
PA
176922015-01-09 Pedro Alves <palves@redhat.com>
17693
17694 * gdb.threads/non-stop-fair-events.c: New file.
17695 * gdb.threads/non-stop-fair-events.exp: New file.
17696
a7b796db
PA
176972015-01-09 Pedro Alves <palves@redhat.com>
17698
17699 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
17700 the global scope. Set a breakpoint after all threads are started
17701 rather than stepping over two source lines. Expect the prompt.
17702 * gdb.base/watch_thread_num.c (threads_started_barrier): New
17703 global.
17704 (NUM): Now 15.
17705 (main): Use threads_started_barrier to wait for all threads to
17706 start. Main thread no longer calls thread_function. Exit after
17707 180 seconds.
17708 (loop): New function.
17709 (thread_function): Wait on threads_started_barrier barrier. Call
17710 'loop' at each iteration.
17711 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
17712 threads have started, instead of hardcoding number of "next"
17713 steps. Use an access watchpoint instead of a write watchpoint.
17714
9665ffdd
PA
177152015-01-09 Pedro Alves <palves@redhat.com>
17716
17717 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
17718 (thread_func): Wait on barrier.
17719 (main): Wait for all threads to start before stopping GDB.
17720 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
17721 global.
17722 (thread1_func, thread2_func): Wait on barrier.
17723 (main): Wait for all threads to start before stopping GDB.
17724 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
17725 New global.
17726 (thread1_func, thread2_func): Wait on barrier.
17727 (main): Wait for all threads to start before stopping GDB.
17728
c945a99f
PA
177292015-01-09 Pedro Alves <palves@redhat.com>
17730
17731 * gdb.threads/attach-many-short-lived-threads.c: New file.
17732 * gdb.threads/attach-many-short-lived-threads.exp: New file.
17733
c1a747c1
PA
177342014-01-09 Pedro Alves <palves@redhat.com>
17735
17736 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
17737 instead of to thread 2.
17738 * gdb.threads/signal-command-multiple-signals-pending.c (main):
17739 Add barrier around each pthread_create call instead of around all
17740 calls.
17741 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
17742 Set a break on thread_function and have the child threads hit it
17743 one at at a time.
17744
60b3033e
PA
177452015-01-09 Pedro Alves <palves@redhat.com>
17746
17747 * lib/gdb.exp (can_spawn_for_attach): New procedure.
17748 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
17749 false.
17750 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
17751 checking whether the target board is remote.
17752 * gdb.multi/multi-attach.exp: Likewise.
17753 * gdb.python/py-sync-interp.exp: Likewise.
17754 * gdb.server/ext-attach.exp: Likewise.
17755 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
17756 tests that need to attach, instead of checking whether the target
17757 board is remote at the top of the file.
17758
acc018ac
YQ
177592015-01-08 Yao Qi <yao@codesourcery.com>
17760
17761 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
17762
50a18af8
JK
177632015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
17764
17765 Fix testcase compilation.
17766 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
17767
8503d6e1
JB
177682015-01-06 Joel Brobecker <brobecker@adacore.com>
17769
17770 * gdb.python/py-type.exp: Add a couple test about empty
17771 array creation, and negative-length array creation.
17772
cc73dbcc
DE
177732015-01-02 Doug Evans <xdje42@gmail.com>
17774
17775 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
17776
0300bbc7
DE
177772015-01-02 Doug Evans <dje@google.com>
17778
17779 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
17780
9d85a0ec
YQ
177812014-12-29 Yao Qi <yao@codesourcery.com>
17782
17783 * gdb.trace/entry-values.exp: Update comments. Rename variable
17784 bar_call_foo to returned_from_foo.
17785
87186c6a
MMN
177862014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
17787
17788 PR gdb/17394
17789 * gdb.linespec/break-asm-file.c: New file.
17790 * gdb.linespec/break-asm-file.exp: New file.
17791 * gdb.linespec/break-asm-file0.s: New file.
17792 * gdb.linespec/break-asm-file1.s: New file.
17793
1bab7383
YQ
177942014-12-18 Nigel Stephens <nigel@mips.com>
17795 Maciej W. Rozycki <macro@codesourcery.com>
17796
17797 * gdb.base/float.exp: Handle the new output from "info float" on
17798 MIPS targets.
17799
1bc1068a
JK
178002014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
17801
17802 Fix MinGW compilation.
17803 * gdb.compile/compile-ops.exp: Update untested message if
17804 !skip_compile_feature_tests.
17805 * gdb.compile/compile-setjmp.exp: Likewise.
17806 * gdb.compile/compile-tls.exp: Likewise.
17807 * gdb.compile/compile.exp: Likewise.
17808 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
17809 supported on this host".
17810
b6615d10
DE
178112014-12-16 Doug Evans <xdje42@gmail.com>
17812
17813 * boards/stabs.exp: New file.
17814
25dda427
AA
178152014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
17816
17817 * gdb.base/completion.exp: Adjust to format changes of "maint
17818 print user-registers".
17819
bf330350
CU
178202014-12-16 Catalin Udma <catalin.udma@freescale.com>
17821
17822 PR server/17457
17823 * gdb.arch/aarch64-fp.c: New file.
17824 * gdb.arch/aarch64-fp.exp: New file.
17825
395cf596
SDJ
178262014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
17827
17828 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
17829 r210637, r210913, r211666, r215400, r215817).
17830
17831 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
17832 * dg-extract-results.py: New file.
17833 * dg-extract-results.sh: Use it if the environment seems
17834 suitable.
17835
17836 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
17837
17838 * dg-extract-results.py (parse_run): Handle warnings that
17839 are printed before a test harness is run.
17840
17841 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
17842
17843 * dg-extract-results.py (Named): Remove __cmp__ method.
17844 (output_variation): Use a key to sort variation.harnesses.
17845
17846 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
17847
17848 * dg-extract-results.py: For Python 3, force sys.stdout to
17849 handle surrogate escape sequences.
17850 (safe_open): New function.
17851 (output_segment, main): Use it.
17852
17853 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
17854
17855 * dg-extract-results.py (Prog.result_re): Include options
17856 in test name.
17857
17858 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
17859
17860 * dg-extract-results.py (output_variation): Always sort if
17861 do_sum.
17862
e882ef3c
SM
178632014-12-15 Simon Marchi <simon.marchi@ericsson.com>
17864
17865 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
17866 as long as we get pagination notifications.
17867
4992aa20
JM
178682014-12-15 Jason Merrill <jason@redhat.com>
17869
17870 * Makefile.in (check-gdb.%): Restore.
17871 * README: Mention it.
17872
c1b5a1a6
JB
178732014-12-13 Joel Brobecker <brobecker@adacore.com>
17874
17875 * gdb.ada/str_uninit: New testcase.
17876
5537b577
JK
178772014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
17878
17879 PR symtab/17642
17880 * gdb.base/vla-stub-define.c: New file.
17881 * gdb.base/vla-stub.c: New file.
17882 * gdb.base/vla-stub.exp: New file.
17883
bb2ec1b3
TT
178842014-12-12 Phil Muldoon <pmuldoon@redhat.com>
17885 Jan Kratochvil <jan.kratochvil@redhat.com>
17886 Tom Tromey <tromey@redhat.com>
17887
17888 * configure.ac: Add gdb.compile/.
17889 * configure: Regenerate.
17890 * gdb.compile/Makefile.in: New file.
17891 * gdb.compile/compile-ops.exp: New file.
17892 * gdb.compile/compile-ops.c: New file.
17893 * gdb.compile/compile-tls.c: New file.
17894 * gdb.compile/compile-tls.exp: New file.
17895 * gdb.compile/compile-constvar.S: New file.
17896 * gdb.compile/compile-constvar.c: New file.
17897 * gdb.compile/compile-mod.c: New file.
17898 * gdb.compile/compile-nodebug.c: New file.
17899 * gdb.compile/compile-setjmp-mod.c: New file.
17900 * gdb.compile/compile-setjmp.c: New file.
17901 * gdb.compile/compile-setjmp.exp: New file.
17902 * gdb.compile/compile-shlib.c: New file.
17903 * gdb.compile/compile.c: New file.
17904 * gdb.compile/compile.exp: New file.
17905 * lib/gdb.exp (skip_compile_feature_tests): New proc.
17906
4ff709eb
TT
179072014-12-12 Tom Tromey <tromey@redhat.com>
17908
17909 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
17910 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
17911
6dddd6a5
DE
179122014-12-12 Doug Evans <dje@google.com>
17913
17914 * lib/gdb-python.exp (get_python_valueof): New function.
17915 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
17916
71c24708
AA
179172014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
17918
17919 * gdb.base/completion.exp: Add test for completion of "info
17920 registers ".
17921
3e29f34a
MR
179222014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
17923
17924 * gdb.base/func-ptrs.c: New file.
17925 * gdb.base/func-ptrs.exp: New file.
17926
fc126975
SM
179272014-12-10 Simon Marchi <simon.marchi@ericsson.com>
17928
17929 PR breakpoints/17012
17930 * gdb.base/dprintf-detach.c: New file.
17931 * gdb.base/dprintf-detach.exp: New file.
17932
0a46d518
SM
179332014-12-10 Simon Marchi <simon.marchi@ericsson.com>
17934
17935 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
17936 * lib/gdb.exp (target_is_gdbserver): New procedure.
17937
a0be3e44
DE
179382014-12-08 Doug Evans <dje@google.com>
17939
17940 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
17941
df1b803a
YQ
179422014-12-05 Yao Qi <yao@codesourcery.com>
17943
17944 * gdb.guile/scm-error.exp: Remove the third argument to
17945 gdb_remote_download.
17946 * gdb.guile/scm-frame-args.exp: Likewise.
17947 * gdb.guile/scm-section-script.exp: Likewise.
17948
ddb9f679
YQ
179492014-12-05 Yao Qi <yao@codesourcery.com>
17950
17951 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
17952
86e4ed39
DE
179532014-12-04 Doug Evans <dje@google.com>
17954
17955 * gdb.python/py-objfile.exp: Add tests for
17956 objfile.add_separate_debug_file.
17957
7c50a931
DE
179582014-12-04 Doug Evans <dje@google.com>
17959
17960 * lib/gdb.exp (get_build_id): New function.
17961 (build_id_debug_filename_get): Rewrite to use it.
17962 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
17963
621661e3
MR
179642014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
17965
17966 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
17967 `method(long)', not just 0x0.
17968 * gdb.cp/nsalias.exp: Align code labels to 4.
17969 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
17970 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
17971 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
17972 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
17973 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
17974 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
17975
29f0c3b7
DE
179762014-12-02 Doug Evans <dje@google.com>
17977
e1e061e7 17978 PR symtab/17602
29f0c3b7 17979 * gdb.cp/anon-ns.cc: Move guts of this file to ...
e1e061e7 17980 * gdb.cp/anon-ns2.cc: ... here. New file.
29f0c3b7
DE
17981 * gdb.cp/anon-ns.exp: Update.
17982
162078c8
NB
179832014-12-02 Nick Bull <nicholaspbull@gmail.com>
17984
17985 * gdb.python/py-events.py (inferior_call_handler): New.
17986 (register_changed_handler, memory_changed_handler): New.
17987 (test_events.invoke): Register new handlers.
17988 * gdb.python/py-events.exp: Add tests for inferior call,
17989 memory_changed and register_changed events.
17990
fdb09caf
AA
179912014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
17992
17993 * gdb.base/execl-update-breakpoints.exp: Specify the link address
17994 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
17995 if the linker doesn't understand this.
17996
55cfb2c4
SM
179972014-12-01 Simon Marchi <simon.marchi@ericsson.com>
17998
17999 * gdb.python/python.exp: Change expected reply to help().
18000
9e8cd6df
YQ
180012014-12-01 Yao Qi <yao@codesourcery.com>
18002
18003 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
18004 AC_CONFIG_SUBDIRS(gdb.gdbtk).
18005 * configure: Re-generated.
18006
6c659fc2
SC
180072014-11-28 Siva Chandra Reddy <sivachandra@google.com>
18008
18009 * gdb.cp/chained-calls.cc: New file.
18010 * gdb.cp/chained-calls.exp: New file.
18011 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
18012
d7fc3181
SM
180132014-11-28 Simon Marchi <simon.marchi@ericsson.com>
18014
18015 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
18016 * gdb.dwarf2/symtab-producer.exp: Same.
18017 * gdb.gdb/python-interrupts.exp: Same.
18018 * gdb.gdb/python-selftest.exp: Same.
18019 * gdb.python/py-linetable.exp: Same.
18020 * gdb.python/py-type.exp: Same.
18021 * gdb.python/py-value-cc.exp: Same.
18022 * gdb.python/py-value.exp: Same.
18023
10e79639
YQ
180242014-11-28 Yao Qi <yao@codesourcery.com>
18025
18026 * gdb.base/break-probes.exp: Match library name prefixed with
18027 sysroot.
18028
f28a0564
SM
180292014-11-27 Simon Marchi <simon.marchi@ericsson.com>
18030
18031 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
18032 test expected output. Add parentheses for the call to print.
18033 Remove L suffix from integers.
18034
3fe1ce1d
DE
180352014-11-26 Doug Evans <dje@google.com>
18036
18037 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
18038
84429e27
YQ
180392014-11-22 Yao Qi <yao@codesourcery.com>
18040
18041 * gdb.trace/entry-values.c: Remove asms.
18042 (foo): Add foo_label.
18043 (bar): Add bar_label.
18044 * gdb.trace/entry-values.exp: Remove code computing foo's
18045 length and bar's length.
18046 (Dwarf::assemble): Invoke function_range for bar and use
18047 MACRO_AT_func for foo.
18048
26741859
YQ
180492014-11-22 Yao Qi <yao@codesourcery.com>
18050
18051 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
18052 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
18053 Use .Lgcc43_procstart instead of gcc43.
18054
45e44d27
JB
180552014-11-21 Joel Brobecker <brobecker@adacore.com>
18056
18057 * gdb.ada/n_arr_bound: New testcase.
18058
458c8db8
SDJ
180592014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
18060
18061 PR breakpoints/10737
18062 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
18063 test_catch_syscall_multi_arch.
18064 (test_catch_syscall_multi_arch): New function.
18065
43f3e411
DE
180662014-11-20 Doug Evans <xdje42@gmail.com>
18067
18068 * gdb.base/maint.exp: Update expected output.
18069
0d7b2549
AA
180702014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
18071
18072 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
18073 4-byte instruction on S390.
18074
8908fca5
JB
180752014-11-19 Joel Brobecker <brobecker@adacore.com>
18076
18077 * gdb.ada/arr_arr: New testcase.
18078
4a46959e
JB
180792014-11-19 Joel Brobecker <brobecker@adacore.com>
18080
18081 * gdb.ada/pkd_arr_elem: New Testcase.
18082
470e2f4e
LM
180832014-11-18 Luis Machado <lgustavo@codesourcery.com>
18084
18085 * gdb.reverse/break-precsave: Expect completion message for
18086 core file reads.
18087 * gdb.reverse/consecutive-precsave.exp: Likewise.
18088 * gdb.reverse/finish-precsave.exp: Likewise.
18089 * gdb.reverse/i386-precsave.exp: Likewise.
18090 * gdb.reverse/machinestate-precsave.exp: Likewise.
18091 * gdb.reverse/sigall-precsave.exp: Likewise.
18092 * gdb.reverse/solib-precsave.exp: Likewise.
18093 * gdb.reverse/step-precsave.exp: Likewise.
18094 * gdb.reverse/until-precsave.exp: Likewise.
18095 * gdb.reverse/watch-precsave.exp: Likewise.
18096
a267f3ad
AA
180972014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
18098
18099 * gdb.base/bp-permanent.c: Include unistd.h.
18100 * gdb.python/py-framefilter-mi.c (main): Add return type.
18101 * gdb.python/py-framefilter.c (main): Likewise.
18102 * gdb.trace/actions-changed.c (main): Likewise.
18103
12084a9a
AA
181042014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
18105
18106 * gdb.mi/until.c: Add eye-catchers.
18107 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
18108 line numbers.
18109
dc7e1a77
AA
181102014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
18111
18112 * gdb.base/condbreak.exp: Drop references to removed non-prototype
18113 function header variants in break1.c.
18114 * gdb.base/ena-dis-br.exp: Likewise.
18115 * gdb.base/hbreak2.exp: Likewise.
18116 * gdb.reverse/until-precsave.exp: Drop references to removed
18117 non-prototype function header variants in ur1.c.
18118 * gdb.reverse/until-reverse.exp: Likewise.
18119
41c77605
PM
181202014-11-17 Petr Machata <pmachata@redhat.com>
18121
18122 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
18123 ${_cu_offset_size} bytes abbrev offset.
18124
34248c3a
DE
181252014-11-15 Doug Evans <xdje42@gmail.com>
18126
18127 PR symtab/17559
18128 * gdb.base/line-symtabs.exp: New file.
18129 * gdb.base/line-symtabs.c: New file.
18130 * gdb.base/line-symtabs.h: New file.
18131
646da059
YQ
181322014-11-14 Yao Qi <yao@codesourcery.com>
18133
18134 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
18135 (func): Add label func_label.
18136 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
18137 Replace low_pc and high_pc with MACRO_AT_range.
18138 Replace name, low_pc and high_pc with MACRO_AT_func.
18139
9301ebe6
YQ
181402014-11-14 Yao Qi <yao@codesourcery.com>
18141
18142 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
18143 Replace name, low_pc and high_pc with MACRO_AT_func.
18144
f166b542
YQ
181452014-11-14 Yao Qi <yao@codesourcery.com>
18146
18147 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
18148 produce debug information.
18149 * gdb.dwarf2/implptr-optimized-out.S: Removed.
18150
0f6e71e3
YQ
181512014-11-14 Yao Qi <yao@codesourcery.com>
18152
18153 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
18154 object and get function length.
18155 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
18156 with MACRO_AT_func.
18157 (top-level): Replace gdb_compile and clean_restart with
18158 prepare_for_testing.
18159 * gdb.dwarf2/main.c (main): Add label main_label.
18160
876c4df9
YQ
181612014-11-14 Yao Qi <yao@codesourcery.com>
18162
18163 * lib/dwarf.exp (function_range): New procedure.
18164 (Dwarf::_handle_macro_at_func): New procedure.
18165 (Dwarf::_handle_macro_at_range): New procedure.
18166 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
18167
02ad9cf1
YQ
181682014-11-14 Yao Qi <yao@codesourcery.com>
18169
18170 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
18171 (_handle_attribute): New procedure.
18172
a59add0c
AA
181732014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18174
18175 * gdb.ada/cond_lang/foo.c (callme): Add return type.
18176 * gdb.base/call-sc.c (zed): Likewise.
18177 * gdb.base/checkpoint.c (main): Likewise.
18178 * gdb.base/dump.c (main): Likewise.
18179 * gdb.base/gcore.c (main): Likewise.
18180 * gdb.base/huge.c (main): Likewise.
18181 * gdb.base/multi-forks.c (main): Likewise.
18182 * gdb.base/pr10179-a.c (main): Likewise.
18183 * gdb.base/savedregs.c (main): Likewise.
18184 * gdb.base/sigaltstack.c (main): Likewise.
18185 * gdb.base/siginfo.c (main): Likewise.
18186 * gdb.base/structs.c (zed): Likewise.
18187 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
18188 * gdb.mi/mi-syn-frame.c (main): Likewise.
18189 * gdb.mi/until.c (foo, main): Likewise.
18190 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
18191 * gdb.base/solib-weak.c (foo): Declare.
18192 * gdb.base/attach-twice.c: Include stdio.h.
18193 * gdb.base/weaklib1.c: Likewise.
18194 * gdb.base/weaklib2.c: Likewise.
18195 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
18196 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
18197 unistd.h.
18198 * gdb.base/attach-pie-misread.c: Include stdlib.h.
18199 * gdb.mi/mi-exit-code.c: Likewise.
18200 * gdb.base/break-interp-lib.c: Include string.h.
18201 * gdb.base/coremaker.c: Likewise.
18202 * gdb.base/testenv.c: Likewise.
18203 * gdb.python/py-finish-breakpoint.c: Likewise.
18204 * gdb.base/inferior-died.c: Include sys/wait.h.
18205 * gdb.base/fileio.c: Include time.h.
18206 * gdb.base/async-shell.c: Include unistd.h.
18207 * gdb.base/dprintf-non-stop.c: Likewise.
18208 * gdb.base/info-os.c: Likewise.
18209 * gdb.mi/mi-console.c: Likewise.
18210 * gdb.mi/watch-nonstop.c: Likewise.
18211 * gdb.python/py-events.c: Likewise.
18212 * gdb.base/async.c (baz): Move up before its invocation.
18213 * gdb.base/code_elim2.c (my_global_func): Likewise.
18214 * gdb.base/skip-solib-lib.c (multiply): Likewise.
18215 * gdb.base/advance.c (func2): Likewise.
18216
3b5d5997
AA
182172014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18218
18219 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
18220 variant.
18221 * gdb.base/annota3.c: Likewise.
18222 * gdb.base/async.c: Likewise.
18223 * gdb.base/average.c: Likewise.
18224 * gdb.base/call-ar-st.c: Likewise.
18225 * gdb.base/call-rt-st.c: Likewise.
18226 * gdb.base/call-sc.c: Likewise.
18227 * gdb.base/call-strs.c: Likewise.
18228 * gdb.base/ending-run.c: Likewise.
18229 * gdb.base/execd-prog.c: Likewise.
18230 * gdb.base/exprs.c: Likewise.
18231 * gdb.base/foll-exec.c: Likewise.
18232 * gdb.base/foll-fork.c: Likewise.
18233 * gdb.base/foll-vfork.c: Likewise.
18234 * gdb.base/funcargs.c: Likewise.
18235 * gdb.base/gcore.c: Likewise.
18236 * gdb.base/jump.c: Likewise.
18237 * gdb.base/langs0.c: Likewise.
18238 * gdb.base/langs1.c: Likewise.
18239 * gdb.base/langs2.c: Likewise.
18240 * gdb.base/mips_pro.c: Likewise.
18241 * gdb.base/nodebug.c: Likewise.
18242 * gdb.base/opaque0.c: Likewise.
18243 * gdb.base/opaque1.c: Likewise.
18244 * gdb.base/recurse.c: Likewise.
18245 * gdb.base/run.c: Likewise.
18246 * gdb.base/scope0.c: Likewise.
18247 * gdb.base/scope1.c: Likewise.
18248 * gdb.base/setshow.c: Likewise.
18249 * gdb.base/setvar.c: Likewise.
18250 * gdb.base/shmain.c: Likewise.
18251 * gdb.base/shr1.c: Likewise.
18252 * gdb.base/shr2.c: Likewise.
18253 * gdb.base/sigall.c: Likewise.
18254 * gdb.base/signals.c: Likewise.
18255 * gdb.base/so-indr-cl.c: Likewise.
18256 * gdb.base/solib2.c: Likewise.
18257 * gdb.base/structs.c: Likewise.
18258 * gdb.base/sum.c: Likewise.
18259 * gdb.base/vforked-prog.c: Likewise.
18260 * gdb.base/watchpoint.c: Likewise.
18261 * gdb.reverse/shr2.c: Likewise.
18262 * gdb.reverse/until-reverse.c: Likewise.
18263 * gdb.reverse/ur1.c: Likewise.
18264 * gdb.reverse/watch-reverse.c: Likewise.
18265
066a77c5
AA
182662014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18267
18268 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
18269 variant.
18270 * gdb.base/sepdebug.exp: Drop references to removed code.
18271
4f204ea5
AA
182722014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18273
18274 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
18275 variant. Preserve original line numbering.
18276 * gdb.base/list1.c: Likewise.
18277
3b377a3a
AA
182782014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18279
18280 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
18281 variant.
18282 * gdb.base/break1.c: Likewise.
18283 * gdb.base/break.exp: Drop references to removed code.
18284
e444df73
AA
182852014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18286
18287 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
18288 variant.
18289
8008f2a7
AA
182902014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18291
18292 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
18293
a5a06887
AA
182942014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18295
18296 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
18297 logic into perform_all_tests() and invoke it with and without
18298 function header prototypes.
18299 (do_function_calls): Remove conditional XFAIL for PR 5318.
18300 (rerun_and_prepare): Remove duplicate code.
18301 (perform_all_tests): New. Main logic moved here.
18302
44dba9b9
AA
183032014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18304
18305 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
18306 code guarded by #ifdef NO_PROTOTYPES.
18307 (t_double_many_args): Likewise.
18308 (DEF_FUNC_MANY_ARGS_1): Likewise.
18309 (DEF_FUNC_VALUES_1): Likewise.
18310 (t_structs_ldc): Renamed from t_structs_fc in conditional code
18311 guarded by #ifdef PROTOTYPES.
18312
d1fbcd56
AA
183132014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18314
18315 * gdb.mi/mi-console.c: Add eye-catcher.
18316 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
18317 instead of literal line number.
18318
b0e59b8f
AA
183192014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18320
18321 * gdb.base/shr2.c: Add eye-catcher.
18322 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
18323 line number.
18324
78f98cca
AA
183252014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18326
18327 * gdb.base/jump.c: Add eye-catchers.
18328 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
18329 numbers.
18330
58fa2af0
AA
183312014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18332
18333 * gdb.base/execd-prog.c: Add eye-catchers.
18334 * gdb.base/foll-exec.c: Likewise.
18335 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
18336 line numbers.
18337
04e5059b
AA
183382014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18339
18340 * gdb.base/ending-run.c: Add eye-catchers.
18341 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
18342 literal line numbers.
18343
dbfdb174
AA
183442014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18345
18346 * gdb.base/call-rt-st.c: Add eye-catchers.
18347 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
18348 literal line numbers.
18349
888a2ade
AA
183502014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18351
18352 * gdb.base/call-ar-st.c: Add eye-catchers.
18353 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
18354 literal line numbers.
18355
6acc2dde
AA
183562014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18357
18358 * gdb.base/average.c: Add eye-catchers.
18359 * gdb.base/sum.c: Likewise.
18360 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
18361 regexps dynamically.
18362
9ecfcd1d
AA
183632014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18364
18365 * gdb.base/solib1.c: Add eye-catchers.
18366 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
18367 literal line numbers.
18368
78708b7c
PA
183692014-11-12 Pedro Alves <palves@redhat.com>
18370
18371 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
18372 leader has exited.
18373
af48d08f
PA
183742014-11-12 Pedro Alves <palves@redhat.com>
18375
18376 * gdb.arch/i386-bp_permanent.c: New file.
18377 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
18378 (srcfile): Set to i386-bp_permanent.c.
18379 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
18380 that stepi does not execute the 'leave' instruction, instead of
18381 testing it does execute.
18382 * gdb.base/bp-permanent.c: New file.
18383 * gdb.base/bp-permanent.exp: New file.
18384
af3768e9
DE
183852014-11-10 Doug Evans <xdje42@gmail.com>
18386
18387 PR symtab/17564
18388 * gdb.base/symtab-search-order.exp: New file.
18389 * gdb.base/symtab-search-order.c: New file.
18390 * gdb.base/symtab-search-order-1.c: New file.
18391 * gdb.base/symtab-search-order-shlib-1.c: New file.
18392
9de00a4a
PA
183932014-11-07 Pedro Alves <palves@redhat.com>
18394
18395 PR gdb/17511
18396 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
18397 i?86-*-linux*.
18398
e0f52461
SC
183992014-11-03 Siva Chandra Reddy <sivachandra@google.com>
18400
18401 PR c++/17494
18402 * gdb.cp/pr17494.cc: New file.
18403 * gdb.cp/pr17494.exp: New file.
18404
6ce8c980
YQ
184052014-11-02 Yao Qi <yao@codesourcery.com>
18406
18407 * gdb.python/python.exp: Get working directory and match the
18408 output of "set extended-prompt \\w " with it.
18409
02be9a71
DE
184102014-10-30 Doug Evans <dje@google.com>
18411
18412 * gdb.python/py-objfile.exp: Add tests for setting random attributes
18413 in objfiles.
18414 * gdb.python/py-progspace.exp: Add tests for setting random attributes
18415 in progspaces.
18416
3bdff46b
LM
184172014-10-30 Janis Johnson <janisjo@codesourcery.com>
18418
18419 * gdb.base/fullpath-expand.exp: Skip for a remote host.
18420 * gdb.base/realname-expand.exp: Likewise.
18421 * gdb.linespec/macro-relative.exp: Likewise.
18422
ab917dfb
PA
184232014-10-29 Pedro Alves <palves@redhat.com>
18424
18425 PR gdb/17408
18426 * gdb.threads/schedlock.c (some_function): New function.
18427 (call_function): New global.
18428 (MAYBE_CALL_SOME_FUNCTION): New macro.
18429 (thread_function): Call it.
18430 * gdb.threads/schedlock.exp (get_args): Add description parameter,
18431 and use it instead of a global counter. Adjust all callers.
18432 (get_current_thread): Use "find current thread" for test message
18433 here rather than having all callers pass down the same string.
18434 (goto_loop): New procedure, factored out from ...
18435 (my_continue): ... this.
18436 (step_ten_loops): Change parameter from test message to command to
18437 use. Adjust.
18438 (list_count): Delete global.
18439 (check_result): New procedure, factored out from duplicate top
18440 level code.
18441 (continue tests): Wrap in with_test_prefix.
18442 (test_step): New procedure, factored out from duplicate top level
18443 code.
18444 (top level): Test "step" in combination with all scheduler-locking
18445 modes. Test "next" in combination with all scheduler-locking
18446 modes, and in combination with stepping over a function call or
18447 not.
18448 * gdb.threads/next-bp-other-thread.c: New file.
18449 * gdb.threads/next-bp-other-thread.exp: New file.
18450
d3d4baed
PA
184512014-10-29 Pedro Alves <palves@redhat.com>
18452
18453 PR python/17372
18454 * gdb.python/python.exp: Test a multi-line command that spawns
18455 interactive Python.
18456 * gdb.base/multi-line-starts-subshell.exp: New file.
18457
563e8d85
YQ
184582014-10-29 Yao Qi <yao@codesourcery.com>
18459
18460 * gdb.base/fileio.exp: Make directories on host.
18461
0ea4d52e
YQ
184622014-10-29 Yao Qi <yao@codesourcery.com>
18463
18464 * gdb.base/fileio.c (test_write): Close the file.
18465
7f5ef605
PA
184662014-10-28 Pedro Alves <palves@redhat.com>
18467
18468 PR gdb/12623
18469 * gdb.base/sigstep.c (no_handler): New global.
18470 (main): If 'no_handler is true, set the signal handlers to
18471 SIG_IGN.
18472 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
18473 with_sw_watch and no_handler parameters. Handle them.
18474 (top level) <stepping over handler when stopped at a breakpoint
18475 test>: Add a test axis for testing with a software watchpoint, and
18476 another for testing with the signal handler set to SIG_IGN.
18477 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
18478 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
18479
abbdbd03
PA
184802014-10-28 Pedro Alves <palves@redhat.com>
18481
18482 PR gdb/17511
18483 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
18484 * gdb.base/sigstep.exp (other_handler_location): New global.
18485 (advance): Support stepping into the signal handler, and running
18486 commands while in the handler.
18487 (in_handler_map): New global.
18488 (top level): In the advance test, add combinations for getting
18489 into the handler with stepping commands, and for running commands
18490 in the handler. Add comment descripting the advancei tests.
18491
1df4399f
PA
184922014-10-28 Pedro Alves <palves@redhat.com>
18493
18494 * gdb.base/sigstep.exp: Use build_executable instead of
18495 prepare_for_testing.
18496 (top level): Move code that starts GDB, runs to main and creates a
18497 display to ...
18498 (restart): ... this new procedure.
18499 (top level): Move backtrace from signal handler test to ...
18500 (validate_backtrace): ... this new procedure.
18501 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
18502 with_test_prefix. Always restart GDB.
18503 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
18504 with_test_prefix. Always restart GDB. No need to delete
18505 breakpoints after the test.
18506 (test_skip_handler): Remove prefix parameter.
18507 (skip_over_handler, breakpoint_to_handler)
18508 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
18509 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
18510 restart GDB. No need to delete breakpoints after the test.
18511 (top level): Use foreach to call the test procedures with
18512 different commands.
18513
a5b6e449
PA
185142014-10-28 Pedro Alves <palves@redhat.com>
18515
18516 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
18517 instead of GNATS numbers.
18518 * gdb.base/sigbpt.exp: Likewise.
18519 * gdb.base/siginfo.exp: Likewise.
18520 * gdb.base/sigstep.exp: Likewise.
18521
e5f8a7cc
PA
185222014-10-27 Pedro Alves <palves@redhat.com>
18523
18524 * gdb.base/sigstep.c (dummy): New global.
18525 (main): Issue a couple writes to the new global.
18526 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
18527 procedures.
18528 (skip_over_handler): Use test_skip_handler.
18529 (top level): Call skip_over_handler for stepi and nexti too.
18530 (breakpoint_over_handler): Use test_skip_handler.
18531 (top level): Call breakpoint_over_handler for stepi and nexti too.
18532
763905a3
YQ
185332014-10-27 Yao Qi <yao@codesourcery.com>
18534
18535 * gdb.trace/tfile.c (adjust_function_address)
18536 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
18537 function descriptor.
18538
6f259a23
DB
185392014-10-24 Don Breazeal <donb@codesourcery.com>
18540
18541 * gdb.base/foll-fork.exp (test_follow_fork,
18542 catch_fork_child_follow): Check for updated fork messages emitted
18543 from infrun.c.
18544 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
18545 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
18546 vfork_and_exec_child_follow_through_step): Check for updated vfork
18547 messages emitted from infrun.c.
18548
09dd9a69
PA
185492014-10-24 Pedro Alves <palves@redhat.com>
18550
18551 * gdb.base/corefile.exp: Remove references to ultrix.
18552 * gdb.base/interrupt.exp: Likewise.
18553 * gdb.base/whatis.exp: Likewise.
18554 * gdb.gdb/selftest.exp: Likewise.
18555 * gdb.threads/manythreads.exp: Likewise.
18556 * gdb.threads/print-threads.exp: Likewise.
18557 * gdb.threads/pthreads.exp:: Likewise.
18558 * gdb.threads/schedlock.exp: Likewise.
18559
3433cfa5
SC
185602014-10-24 Siva Chandra Reddy <sivachandra@google.com>
18561
18562 * gdb.cp/non-trivial-retval.cc: Add a test case.
18563 * gdb.cp/non-trivial-retval.exp: Add a test.
18564
092f880b
YQ
185652014-10-20 Yao Qi <yao@codesourcery.com>
18566
18567 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
18568 * gdb.python/py-objfile-script-gdb.py: New file.
18569 * gdb.python/py-objfile-script.exp: Update reference to
18570 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
18571 of remote_download. Remove the dest file.
18572
acbdb7f3
YQ
185732014-10-20 Yao Qi <yao@codesourcery.com>
18574
18575 * gdb.base/checkpoint.exp: Don't remove file copied on host.
18576 * gdb.base/step-line.exp: Likewise.
18577 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
18578 * gdb.dwarf2/dw2-basic.exp: Likewise.
18579 * gdb.dwarf2/dw2-compressed.exp: Likewise.
18580 * gdb.dwarf2/dw2-filename.exp: Likewise.
18581 * gdb.dwarf2/dw2-intercu.exp: Likewise.
18582 * gdb.dwarf2/dw2-intermix.exp: Likewise.
18583 * gdb.dwarf2/dw2-producer.exp: Likewise.
18584 * gdb.dwarf2/mac-fileno.exp: Likewise.
18585 * gdb.python/py-frame-args.exp: Likewise.
18586 * gdb.python/py-framefilter.exp: Likewise.
18587 * gdb.python/py-mi.exp: Likewise.
18588 * gdb.python/py-objfile-script.exp: Likewise
18589 * gdb.python/py-pp-integral.exp: Likewise.
18590 * gdb.python/py-pp-re-notag.exp: Likewise.
18591 * gdb.python/py-prettyprint.exp: Likewise.
18592 * gdb.python/py-section-script.exp: Likewise.
18593 * gdb.python/py-typeprint.exp: Likewise.
18594 * gdb.python/py-xmethods.exp: Likewise.
18595 * gdb.stabs/weird.exp: Likewise.
18596 * gdb.xml/tdesc-regs.exp: Likewise.
18597
bd286a29
KCY
185982014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
18599
18600 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
18601 (out_cu): Use addr_len for the size of addresses.
18602 (out_line): Likewise. Size DW_LNE_set_address instruction
18603 according to addr_len.
18604 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
18605 (FUNC): Add START_INSNS to definition.
18606
673dc4a0
YQ
186072014-10-18 Yao Qi <yao@codesourcery.com>
18608
18609 * gdb.base/argv0-symlink.exp: Check argv[0] value if
18610 gdb_has_argv0 return true.
18611 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
18612 check [target_info exists noargs], check [gdb_has_argv0]
18613 instead.
18614 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
18615 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
18616 procedures.
18617
4ffbba72
DE
186182014-10-17 Doug Evans <dje@google.com>
18619
18620 * gdb.python/py-events.exp: Update expected output for clear_objfiles
18621 event.
18622 * gdb.python/py-events.py: Add clear_objfiles event.
18623
d096d8c1
DE
186242014-10-17 Doug Evans <dje@google.com>
18625
18626 * gdb.python/py-objfile.exp: Test progspace attribute.
18627
a80db015
LM
186282014-10-17 Luis Machado <lgustavo@codesourcery.com>
18629
18630 * gdb.guile/scm-breakpoint.exp: Do not assume any
18631 directory separators when matching source file paths.
18632 * gdb.python/py-breakpoint.exp: Likewise.
18633 * gdb.reverse/break-precsave.exp: Likewise.
18634 * gdb.reverse/break-reverse.exp: Likewise.
18635 * gdb.reverse/consecutive-precsave.exp: Likewise.
18636 * gdb.reverse/finish-precsave.exp: Likewise.
18637 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
18638 * gdb.reverse/finish-reverse.exp: Likewise.
18639 * gdb.reverse/i386-precsave.exp: Likewise.
18640 * gdb.reverse/i387-env-reverse.exp: Likewise.
18641 * gdb.reverse/i387-stack-reverse.exp: Likewise.
18642 * gdb.reverse/machinestate-precsave.exp: Likewise.
18643 * gdb.reverse/machinestate.exp: Likewise.
18644 * gdb.reverse/sigall-precsave.exp: Likewise.
18645 * gdb.reverse/solib-precsave.exp: Likewise.
18646 * gdb.reverse/step-precsave.exp: Likewise.
18647 * gdb.reverse/until-precsave.exp: Likewise.
18648 * gdb.reverse/watch-precsave.exp: Likewise.
18649 * gdb.reverse/watch-reverse.exp: Likewise.
18650
b22089ab
YQ
186512014-10-17 Yao Qi <yao@codesourcery.com>
18652
18653 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
18654 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
18655
6c4486e6
PA
186562014-10-17 Pedro Alves <palves@redhat.com>
18657
18658 PR gdb/17471
18659 * gdb.base/bg-execution-repeat.c: New file.
18660 * gdb.base/bg-execution-repeat.exp: New file.
18661
0ff33695
PA
186622014-10-17 Pedro Alves <palves@redhat.com>
18663
18664 PR gdb/17300
18665 * gdb.base/continue-all-already-running.c: New file.
18666 * gdb.base/continue-all-already-running.exp: New file.
18667
6fdebc3d
PA
186682014-10-17 Pedro Alves <palves@redhat.com>
18669
18670 PR gdb/17472
18671 * gdb.base/annota-input-while-running.c: New file.
18672 * gdb.base/annota-input-while-running.exp: New file.
18673
32a8097b
PA
186742014-10-17 Pedro Alves <palves@redhat.com>
18675
18676 * gdb.base/callfuncs.exp: emove references to osf.
18677 * gdb.base/sigall.exp: Likewise.
18678 * gdb.gdb/selftest.exp: Likewise.
18679 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
18680 * gdb.mi/non-stop.c: Likewise.
18681 * gdb.mi/pthreads.c: Likewise.
18682 * gdb.reverse/sigall-precsave.exp: Likewise.
18683 * gdb.reverse/sigall-reverse.exp: Likewise.
18684 * gdb.threads/pthreads.c: Likewise.
18685 * gdb.threads/pthreads.exp: Likewise.
18686
7a3517ff
YQ
186872014-10-17 Yao Qi <yao@codesourcery.com>
18688
18689 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
18690 check 'target_info exists noargs'.
18691 (test_command_prompt_position): Likewise.
18692 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
18693 Remove "set args".
18694 (progvar_simple_while_test): Likewise.
18695 (progvar_complex_if_while_test): Likewise.
18696 (if_while_breakpoint_command_test): Likewise.
18697 (infrun_breakpoint_command_test): Likewise.
18698 (breakpoint_command_test): Likewise.
18699 (watchpoint_command_test): Likewise.
18700 (bp_deleted_in_command_test): Likewise.
18701 (temporary_breakpoint_commands): Likewise.
18702
bb99c472
YQ
187032014-10-16 Yao Qi <yao@codesourcery.com>
18704
18705 * gdb.base/remotetimeout.exp: Remove noargs checking.
18706
7c16b83e
PA
187072014-10-15 Pedro Alves <palves@redhat.com>
18708
18709 PR breakpoints/9649
18710 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
18711 * gdb.base/breakpoint-in-ro-region.exp
18712 (probe_target_hardware_step): New procedure.
18713 (top level): Probe hardware stepping and hardware breakpoint
18714 support. Test stepping through a read-only region, with both
18715 "breakpoint auto-hw" on and off and both "always-inserted" on and
18716 off.
18717
35a49624
IB
187182014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
18719
18720 * gdb.dlang/demangle.exp: Update for demangling changes.
18721
2d1c107c
SC
187222014-10-15 Siva Chandra Reddy <sivachandra@google.com>
18723
18724 * gdb.cp/non-trivial-retval.cc: Add new test cases.
18725 * gdb.cp/non-trivial-retval.exp: Add new tests.
18726
778811d5
SC
187272014-10-15 Siva Chandra Reddy <sivachandra@google.com>
18728
18729 PR c++/13403
18730 PR c++/15154
18731 * gdb.cp/non-trivial-retval.cc: New file.
18732 * gdb.cp/non-trivial-retval.exp: New file.
18733
10c5f0a8
YQ
187342014-10-15 Yao Qi <yao@codesourcery.com>
18735
18736 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
18737 remote host.
18738
65d7b369
YQ
187392014-10-15 Yao Qi <yao@codesourcery.com>
18740
18741 * gdb.python/py-symbol.exp: Match file base name if host is
18742 remote, otherwise match file name with dir name.
18743 * gdb.python/py-symtab.exp: Likewise.
18744 * gdb.python/python.exp: Likewise.
18745
46dc1394
YQ
187462014-10-15 Yao Qi <yao@codesourcery.com>
18747
18748 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
18749 pattern.
18750 * gdb.python/py-symtab.exp: Likewise.
18751 * gdb.python/python.exp: Remove trailing ".*". Fix typo
18752 locationn.
18753
c40cc657
JB
187542014-10-14 Joel Brobecker <brobecker@adacore.com>
18755
18756 * gdb.ada/addr_arith: New testcase.
18757
2abf49e1
MR
187582014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
18759
18760 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
18761 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
18762 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
18763 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
18764
f7088df3
SDJ
187652014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
18766
18767 * gdb.arch/stap-eval-lang-ada.S: Likewise.
18768 * gdb.arch/stap-eval-lang-ada.c: Likewise.
18769 * gdb.arch/stap-eval-lang-ada.exp: New file.
18770
4dc06805
YQ
187712014-10-14 Yao Qi <yao@codesourcery.com>
18772
18773 * gdb.mi/mi-var-child.c (nothing1): New function.
18774 (nothing2): New function.
18775 (do_children_tests): Set function pointers by nothing1 and
18776 nothing2.
18777 * gdb.mi/mi-var-child.exp: Step over new added statements.
18778 Update test to match the new output.
18779 * gdb.mi/var-cmd.c (nothing1): New function.
18780 (nothing2): New function.
18781 (do_children_tests): Set function pointers by nothing1 and
18782 nothing2.
18783 * gdb.mi/mi-var-display.exp: Update test to match output.
18784 Step to the line specified by $line_dct_nothing.
18785 Increase the number of lines to step.
18786
46a93de2
YQ
187872014-10-14 Yao Qi <yao@codesourcery.com>
18788
18789 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
18790 tests.
18791 * gdb.mi/mi2-var-child.exp: Likewise.
18792
14ea52ee
DE
187932014-10-13 Doug Evans <dje@google.com>
18794
18795 * gdb.python/py-objfile.exp: Change name of file name test.
18796
e5c6e92b
DE
187972014-10-13 Doug Evans <dje@google.com>
18798
18799 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
18800 from the start of the CU.
18801
c780cc2f
JK
188022014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
18803 Yao Qi <yao@codesourcery.com>
18804
18805 Fix "save breakpoints" for "catch" command.
18806 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
18807 Remove -nonewline. Match also the added "main" line.
18808
99894e11
JK
188092014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
18810
18811 Fix "save breakpoints" for "disable $bpnum" command.
18812 * gdb.base/save-bp.c (main): Add label.
18813 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
18814
6e1ac5a3
JK
188152014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
18816
18817 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
18818
754dd2b0
YQ
188192014-10-11 Yao Qi <yao@codesourcery.com>
18820
18821 * gdb.server/server-kill.exp: Execute command
18822 "set remote trace-status-packet on" before "tstatus".
18823
f90183d7
YQ
188242014-10-11 Yao Qi <yao@codesourcery.com>
18825
18826 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
18827 (main): Call getppid.
18828 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
18829 and continue to it. Read variable "server_pid".
18830
bf40a607
YQ
188312014-10-11 Yao Qi <yao@codesourcery.com>
18832
18833 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
18834
052ca370
YQ
188352014-10-11 Yao Qi <yao@codesourcery.com>
18836
18837 * gdb.threads/thread-find.exp: Don't execute command
18838 "info threads".
18839 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
18840 * gdb.threads/linux-dp.exp: Don't check the condition
18841 $threads_created equals to zero.
18842
3831839c
PA
188432014-10-10 Pedro Alves <palves@redhat.com>
18844
18845 * gdb.base/bigcore.exp: Remove references to IRIX.
18846 * gdb.base/funcargs.exp: Likewise.
18847 * gdb.base/interrupt.exp: Likewise.
18848 * gdb.base/mips_pro.exp: Likewise.
18849 * gdb.base/nodebug.exp: Likewise.
18850 * gdb.base/setvar.exp: Likewise.
18851 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
18852
8b9a549d
PA
188532014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
18854 Pedro Alves <palves@redhat.com>
18855
18856 PR symtab/14466
18857 * gdb.base/vdso-warning.c: New file.
18858 * gdb.base/vdso-warning.exp: New file.
18859
d48ba5e8
DE
188602014-10-02 Doug Evans <dje@google.com>
18861
18862 * gdb.base/structs.c (main): Don't run forever.
18863
2278c276
PA
188642014-10-02 Pedro Alves <palves@redhat.com>
18865
18866 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
18867 (top level) <stop threads 1, stop threads 2>: Use it.
18868
b57bacec
PA
188692014-10-02 Pedro Alves <palves@redhat.com>
18870
18871 * gdb.threads/break-while-running.exp (test): Add new
18872 'update_thread_list' argument. Skip "info threads" if false.
18873 (top level): Add new 'update_thread_list' axis.
18874
13fd3ff3
PA
188752014-10-02 Pedro Alves <palves@redhat.com>
18876
18877 PR breakpoints/17431
18878 * gdb.base/execl-update-breakpoints.c: New file.
18879 * gdb.base/execl-update-breakpoints.exp: New file.
18880
0fec99e8
PA
188812014-10-01 Pedro Alves <palves@redhat.com>
18882
18883 * gdb.base/breakpoint-in-ro-region.c: New file.
18884 * gdb.base/breakpoint-in-ro-region.exp: New file.
18885
2ddf4301
SM
188862014-10-01 Simon Marchi <simon.marchi@ericsson.com>
18887
18888 * gdb.mi/mi-exit-code.exp: New file.
18889 * gdb.mi/mi-exit-code.c: New file.
18890
6a5f3f43
YQ
188912014-09-30 Yao Qi <yao@codesourcery.com>
18892
18893 * lib/prelink-support.exp (build_executable_own_libs): Error if
18894 the target isn't native.
18895
345bcc73
YQ
188962014-09-30 Yao Qi <yao@codesourcery.com>
18897
18898 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
18899 false.
18900
a25a5a45
PA
189012014-09-22 Pedro Alves <palves@redhat.com>
18902
18903 * gdb.threads/break-while-running.exp: New file.
18904 * gdb.threads/break-while-running.c: New file.
18905
00ba3162
YQ
189062014-09-19 Yao Qi <yao@codesourcery.com>
18907
18908 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
18909 Invoke test. Restart GDB with --readnow and invoke test again.
18910
c3b7b696
YQ
189112014-09-19 Yao Qi <yao@codesourcery.com>
18912
18913 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
18914 proc set_breakpoint_on_gcd_function. Invoke
18915 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
18916 invoke set_breakpoint_on_gcd_function again.
18917
2b4fd423
DE
189182014-09-18 Doug Evans <dje@google.com>
18919
18920 * gdb.dwarf2/symtab-producer.exp: New file.
18921
a5947601
SDJ
189222014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
18923
18924 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
18925 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
18926 * gdb.base/global-var-nested-by-dso.c: Likewise.
18927 * gdb.base/global-var-nested-by-dso.exp: Likewise.
18928
91c19059
SDJ
189292014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
18930 Pedro Alves <palves@redhat.com>
18931
18932 * gdb.base/watch-bitfields.exp: Pass string other than test file
18933 name to prepare_for_testing.
18934 (watch): New procedure.
18935 (expect_watchpoint): Use with_test_prefix.
18936 (top level): Factor out tests to ...
18937 (test_watch_location, test_regular_watch): ... these new
18938 procedures, and use with_test_prefix and gdb_continue_to_end.
18939
bb9d5f81
PP
189402014-09-16 Patrick Palka <patrick@parcs.ath.cx>
18941
18942 PR breakpoints/12526
18943 * gdb.base/watch-bitfields.exp: New file.
18944 * gdb.base/watch-bitfields.c: New file.
18945
635856f5
PA
189462014-09-16 Pedro Alves <palves@redhat.com>
18947
18948 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
18949 software and hardware addresses, not software address against
18950 itself.
18951
7280ceea
PA
189522014-09-16 Pedro Alves <palves@redhat.com>
18953
18954 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
18955 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
18956
428b16bd
PA
189572014-09-16 Pedro Alves <palves@redhat.com>
18958
18959 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
18960 files.
18961 * gdb.base/a2-run.exp: Remove all code guarded by istarget
18962 "*-*-vxworks*" throughout.
18963 * gdb.base/break.exp: Likewise.
18964 * gdb.base/default.exp: Likewise.
18965 * gdb.base/scope.exp: Likewise.
18966 * gdb.base/sepdebug.exp: Likewise.
18967 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
18968 throughout.
18969 * gdb.base/run.c: Likewise.
18970 * gdb.base/sepdebug.c: Likewise.
18971 * gdb.hp/gdb.aCC/run.c: Likewise.
18972 * gdb.reverse/until-reverse.c: Likewise.
18973 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
18974
666d413c
YQ
189752014-09-16 Yao Qi <yao@codesourcery.com>
18976
18977 * boards/local-remote-host-native.exp: New file.
18978
57cbd724
DE
189792014-09-14 Doug Evans <xdje42@gmail.com>
18980
18981 * gdb.threads/queue-signal.c (thread_count): New variable.
18982 (thread_count_mutex, thread_count_condvar): New variables.
18983 (incr_thread_count, wait_all_threads_running): New functions.
18984 (main): Wait for all threads to be in their thread functions.
18985
81219e53
DE
189862014-09-13 Doug Evans <xdje42@gmail.com>
18987
18988 * gdb.threads/queue-signal.c: New file.
18989 * gdb.threads/queue-signal.exp: New file.
18990
3714cea7
DE
189912014-09-13 Doug Evans <xdje42@gmail.com>
18992
18993 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
18994 be consistent with what default_gdb_init uses.
18995 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
18996 the plain text of the prompt. Add some logging printfs.
18997 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
18998
fa43b1d7
PA
189992014-09-12 Pedro Alves <palves@redhat.com>
19000
19001 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
19002 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
19003 * gdb.arch/i386-size-overlap.exp: Likewise.
19004 * gdb.arch/i386-size.exp: Likewise.
19005 * gdb.arch/i386-unwind.exp: Likewise.
19006 * gdb.base/a2-run.exp: Likewise.
19007 * gdb.base/break.exp: Likewise.
19008 * gdb.base/charset.exp: Likewise.
19009 * gdb.base/chng-syms.exp: Likewise.
19010 * gdb.base/commands.exp: Likewise.
19011 * gdb.base/dbx.exp: Likewise.
19012 * gdb.base/find.exp: Likewise.
19013 * gdb.base/funcargs.exp: Likewise.
19014 * gdb.base/jit-simple.exp: Likewise.
19015 * gdb.base/reread.exp: Likewise.
19016 * gdb.base/sepdebug.exp: Likewise.
19017 * gdb.base/step-bt.exp: Likewise.
19018 * gdb.cp/mb-inline.exp: Likewise.
19019 * gdb.cp/mb-templates.exp: Likewise.
19020 * gdb.objc/basicclass.exp: Likewise.
19021 * gdb.threads/killed.exp: Likewise.
19022
9d9bf2df
EBM
190232014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
19024
19025 PR tdep/17379
19026 * gdb.arch/powerpc-stackless.S: New file.
19027 * gdb.arch/powerpc-stackless.exp: New file.
19028
1cf2f1b0
JK
190292014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
19030
19031 * gdb.base/attach.c: Include unistd.h.
19032 (main): Call alarm. Add label postloop.
19033 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
19034 gdb_breakpoint, gdb_continue_to_breakpoint.
19035 (test_command_line_attach_run): Kill ${testpid} in one exit path.
19036
98880d46
PA
190372014-09-11 Pedro Alves <palves@redhat.com>
19038
19039 PR gdb/17347
19040 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
19041 * gdb.base/attach.exp (test_command_line_attach_run): New
19042 procedure.
19043 (top level): Call it.
19044
4c92ff2c
PA
190452014-09-11 Pedro Alves <palves@redhat.com>
19046
19047 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
19048 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
19049 (do_command_attach_tests): Use spawn_wait_for_attach.
19050 * gdb.base/solib-overlap.exp: Likewise.
19051 * gdb.multi/multi-attach.exp: Likewise.
19052 * gdb.python/py-prompt.exp: Likewise.
19053 * gdb.python/py-sync-interp.exp: Likewise.
19054 * gdb.server/ext-attach.exp: Likewise.
19055
3adc1a7d
GKB
190562014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
19057
19058 * gdb.fortran/array-element.exp: Remove unexpected "continue"
19059 command in testcase. Simplify testcase.
19060
96334934
JB
190612014-09-10 Joel Brobecker <brobecker@adacore.com>
19062
19063 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
19064
eb479039
JB
190652014-09-10 Joel Brobecker <brobecker@adacore.com>
19066
19067 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
19068
deede10c
JB
190692014-09-10 Joel Brobecker <brobecker@adacore.com>
19070
19071 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
19072
7828a5f5
JB
190732014-09-10 Joel Brobecker <brobecker@adacore.com>
19074
19075 * gdb.dwarf2/dynarr-ptr.c: New file.
19076 * gdb.dwarf2/dynarr-ptr.exp: New file.
19077
33aeebcf
MR
190782014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
19079
19080 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
19081 of 30 rather than hardcoding 120 for a slow test case. Take the
19082 `gdb,timeout' target setting into account for this calculation.
19083 Don't extend the timeout for the test cases that don't need it.
19084
7b415901
MR
190852014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
19086
19087 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
19088 a factor of 2 for a slow test case. Take the `gdb,timeout'
19089 target setting into account for this calculation.
19090 * gdb.reverse/until-precsave.exp: Increase the timeout by
19091 a factor of 15 and 3 respectively rather than adding 120
19092 for a pair of slow test cases. Take the `gdb,timeout'
19093 target setting into account for this calculation.
19094
4a40f85a
MR
190952014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
19096
19097 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
19098 timeout, don't pass one down to gdb_expect.
19099 (gdb_expect): Rework timeout selection.
19100
09635af7
MR
191012014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
19102
19103 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
19104 exception on timeout.
19105 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
19106 (gdbserver_start_extended): Catch any `gdbserver_start' error
19107 exceptions.
19108 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
19109 * lib/mi-support.exp (mi_gdb_target_load): Catch any
19110 `gdbserver_gdb_load' error exceptions.
19111
2bdd10b7
MR
191122014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
19113
19114 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
19115 120 on waiting for the TCP socket to open.
19116
316935f0
DE
191172014-09-09 Doug Evans <xdje42@gmail.com>
19118
19119 * gdb.base/default.exp (show_conv_list): Add _caller_is,
19120 _caller_matches, _any_caller_is, _any_caller_matches.
19121
83740597
DE
191222014-09-09 Doug Evans <xdje42@gmail.com>
19123
19124 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
19125
4c122fc3
YQ
191262014-09-09 Yao Qi <yao@codesourcery.com>
19127
19128 * gdb.mi/mi-var-display.exp: Set print symbol off.
19129
a9f116cb
GKB
191302014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
19131
19132 PR gdb/17035
19133 * gdb.base/commands.exp: Add tests to verify user-defined
19134 commands with empty bodies.
19135 * gdb.python/py-cmd.exp: Test that we don't show user-defined
19136 python commands in `show user command`.
19137 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
19138 scheme commands in `show user command`.
19139
c75bd3a2
JK
191402014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
19141
19142 PR python/17355
19143 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
19144 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
19145 * gdb.python/py-framefilter-invalidarg.exp: New file.
19146 * gdb.python/py-framefilter-invalidarg.py: New file.
19147
faa42425
DE
191482014-09-06 Doug Evans <xdje42@gmail.com>
19149
19150 PR 15276
19151 * gdb.python/py-caller-is.c: New file.
19152 * gdb.python/py-caller-is.exp: New file.
19153
474ca4f6
SDJ
191542014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
19155
19156 PR gdb/17235
19157 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
19158 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
19159
eb0b0463
SDJ
191602014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
19161
19162 PR fortran/17237
19163 * gdb.fortran/print-formatted.exp: New file.
19164 * gdb.fortran/print-formatted.f90: Likewise.
19165
5f3b99cf
SS
191662014-09-03 Sasha Smundak <asmundak@google.com>
19167
19168 * gdb.python/py-frame.exp: Test Frame.read_register.
19169
7d793aa9
SDJ
191702014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
19171
19172 PR python/16699
19173 * gdb.python/py-completion.exp: New file.
19174 * gdb.python/py-completion.py: Likewise.
19175
fb0576e9
DE
191762014-08-28 Doug Evans <dje@google.com>
19177
19178 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
19179 eax,etc. are live with values set by gdb and thus the compiler can't
19180 use them.
19181 * gdb.arch/i386-pseudo.c (main): Ditto.
19182
ee92b0dd
DE
191832014-08-27 Doug Evans <dje@google.com>
19184
19185 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
19186
6649db35
DE
191872014-08-25 Doug Evans <dje@google.com>
19188
19189 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
19190 (main): Ditto.
19191
564b7600
DE
191922014-08-25 Doug Evans <dje@google.com>
19193
19194 * gdb.threads/thread-execl.exp: #include <stdio.h>.
19195
3881fb67
YQ
191962014-08-24 Yao Qi <yao@codesourcery.com>
19197
19198 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
19199 symbol off.
19200 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
19201
a05a36a5
DE
192022014-08-22 Doug Evans <dje@google.com>
19203
19204 PR 17276
19205 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
19206 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
19207 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
19208
7c343b48
YQ
192092014-08-22 Yao Qi <yao@codesourcery.com>
19210
19211 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
19212 * gdb.python/py-finish-breakpoint2.exp: Likewise.
19213 * gdb.python/python.exp: Likewise. Use .py file on the host
19214 instead of the build.
19215
22fd09ae
JK
192162014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
19217
19218 * gdb.threads/gcore-stale-thread.c: New file.
19219 * gdb.threads/gcore-stale-thread.exp: New file.
19220
a8454a7c
PA
192212014-08-21 Pedro Alves <palves@redhat.com>
19222
19223 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
19224 * gdb.base/gcore-relro-pie.exp: Likewise.
19225 * gdb.base/gcore-relro.exp: Likewise.
19226 * gdb.base/gcore.exp: Likewise.
19227 * gdb.base/print-symbol-loading.exp: Likewise.
19228 * gdb.threads/gcore-thread.exp: Likewise.
19229 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
19230
2a31c623
PA
192312014-08-20 Pedro Alves <palves@redhat.com>
19232 Jan Kratochvil <jan.kratochvil@redhat.com>
19233
19234 * Makefile.in (EXTRA_RULES, CC): New variables, get from
19235 configure.
19236 (EXPECT): Handle READ1 being set.
19237 (all): Depend on EXTRA_RULES.
19238 (check-read1, expect-read1, read1.so, read1): New rules.
19239 * README (Testsuite Parameters): Document the READ1 make variable.
19240 (Race detection): New section.
19241 * configure: Regenerate.
19242 * configure.ac: If build==host==target, and running under a
19243 GNU/glibc system, add read1 to the extra Makefile rules.
19244 (EXTRA_RULES): AC_SUBST it.
19245 * lib/read1.c: New file.
19246
d36430db
JB
192472014-08-20 Joel Brobecker <brobecker@adacore.com>
19248
19249 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
19250 the handling of variables declared as a typedef to an array
19251 which a DW_AT_data_location attribute.
19252
9a0dc9e3
PA
192532014-08-19 Andrew Burgess <aburgess@broadcom.com>
19254 Pedro Alves <palves@redhat.com>
19255
19256 PR symtab/14604
19257 PR symtab/14605
19258 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
19259 gdb_test.
19260
0718a8da
PA
192612014-08-19 Pedro Alves <palves@redhat.com>
19262
19263 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
19264
13b448cd
YQ
192652014-08-19 Yao Qi <yao@codesourcery.com>
19266
19267 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
19268 right line.
19269
1cbf5077
DB
192702014-08-18 David Blaikie <dblaikie@gmail.com>
19271
19272 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
19273
bf0fae19
JB
192742014-08-18 Joel Brobecker <brobecker@adacore.com>
19275
19276 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
19277 attribute in array range.
19278
3c8c5dcc
JB
192792014-08-18 Joel Brobecker <brobecker@adacore.com>
19280
19281 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
19282
e66d4446
SC
192832014-08-15 Siva Chandra Reddy <sivachandra@google.com>
19284
19285 PR c++/17132
19286 * gdb.cp/pr17132.cc: New file.
19287 * gdb.cp/pr17132.exp: New file.
19288
940df408
SC
192892014-08-15 Siva Chandra Reddy <sivachandra@google.com>
19290
19291 * gdb.python/py-xmethods.py (A_getarrayind)
19292 (E_method_char_worker.__call__, E_method_int_worker.__call__):
19293 Use 'print' with function call syntax.
19294 (E_method_matcher.match): Fix tab vs space indentation mixup.
19295
ebcc6c3a
YQ
192962014-08-15 Yao Qi <yao@codesourcery.com>
19297
19298 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
19299 false.
19300
775e0f04
YQ
193012014-08-15 Yao Qi <yao@codesourcery.com>
19302
19303 * gdb.cp/casts.exp: Set print symbol off.
19304 * gdb.cp/class2.exp: Likewise.
19305 * gdb.cp/overload.exp: Likewise.
19306 * gdb.cp/templates.exp: Likewise.
19307
d769e349
DE
193082014-08-11 Doug Evans <dje@google.com>
19309
19310 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
19311 (test_load_shlib): Update.
19312
20c6f1e1
YQ
193132014-08-09 Yao Qi <yao@codesourcery.com>
19314
19315 * gdb.base/display.exp: Invoke is_address_zero_readable.
19316 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
19317 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
19318 * gdb.base/hbreak-unmapped.exp: Return if
19319 is_address_zero_readable returns true.
19320 * gdb.base/signest.exp: Likewise.
19321 * gdb.base/signull.exp: Likewise.
19322 * gdb.base/sigbpt.exp: Likewise.
19323 * gdb.guile/scm-disasm.exp: Do the test if
19324 is_address_zero_readable returns false.
19325 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
19326 * gdb.python/py-arch.exp: Likewise.
19327 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
19328 * lib/gdb.exp (is_address_zero_readable): New proc.
19329
5792e8e3
YQ
193302014-08-09 Yao Qi <yao@codesourcery.com>
19331
19332 PR testsuite/13443
19333 * gdb.mi/mi-var-display.exp: Make test messages unique.
19334
3cecbbbe
TT
193352014-08-04 Tom Tromey <tromey@redhat.com>
19336
19337 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
19338 target 0".
19339
00b51ff5
TT
193402014-08-04 Tom Tromey <tromey@redhat.com>
19341
19342 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
19343 "target_resume".
19344
6908c509
JB
193452014-08-01 Joel Brobecker <brobecker@adacore.com>
19346
19347 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
19348 inner_vla_struct_object_size.
19349 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
19350 as xfail.
19351
cc6563d2
PA
193522014-07-30 Pedro Alves <palves@redhat.com>
19353
19354 * gdb.threads/signal-command-handle-nopass.exp (test): Add
19355 comment.
19356
7e09a223
YQ
193572014-07-29 Yao Qi <yao@codesourcery.com>
19358
19359 PR gdb/17206
19360 * gdb.base/until-nodebug.exp: New.
19361
7ebdbe92
DE
193622014-07-28 Doug Evans <xdje42@gmail.com>
19363
19364 PR guile/17203
19365 * gdb.guile/scm-parameter.exp: Add tests for trying to create
19366 previously existing parameter, and previously ambiguously spelled
19367 parameter.
19368
fdb1adc6
WN
193692014-07-28 Will Newton <will.newton@linaro.org>
19370
19371 * gdb.base/varargs.exp: Remove KFAILs for ARM.
19372
186fcde0
DE
193732014-07-26 Ludovic Courtès <ludo@gnu.org>
19374 Doug Evans <xdje42@gmail.com>
19375
19376 PR guile/17146
19377 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
19378
70509625
PA
193792014-07-25 Pedro Alves <palves@redhat.com>
19380
19381 * gdb.threads/signal-command-handle-nopass.c: New file.
19382 * gdb.threads/signal-command-handle-nopass.exp: New file.
19383 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
19384 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
19385 * gdb.threads/signal-delivered-right-thread.c: New file.
19386 * gdb.threads/signal-delivered-right-thread.exp: New file.
19387
c3f814a1
PA
193882014-07-25 Pedro Alves <palves@redhat.com>
19389
19390 * gdb.base/double-prompt-target-event-error.exp
19391 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
19392 match.
19393 (cancel_pagination_in_target_event): Rework double prompt
19394 detection.
19395 * gdb.base/paginate-after-ctrl-c-running.exp
19396 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
19397 <return>' match.
19398 * gdb.base/paginate-bg-execution.exp
19399 (test_bg_execution_pagination_return)
19400 (test_bg_execution_pagination_cancel): Remove '-notransfer
19401 <return>' matches.
19402 * gdb.base/paginate-execution-startup.exp
19403 (test_fg_execution_pagination_return)
19404 (test_fg_execution_pagination_cancel): Remove '-notransfer
19405 <return>' matches.
19406 * gdb.base/paginate-inferior-exit.exp
19407 (test_paginate_inferior_exited): Remove '-notransfer <return>'
19408 match.
19409 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
19410 * lib/gdb.exp (pagination_prompt): Run text through
19411 string_to_regexp.
19412 (gdb_test_multiple): Match $pagination_prompt instead of
19413 "<return>".
19414 (string_to_regexp): Move to lib/gdb-utils.exp.
19415
e214cf6c
JK
194162014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
19417
19418 * gdb.arch/amd64-entry-value-paramref.S: New file.
19419 * gdb.arch/amd64-entry-value-paramref.cc: New file.
19420 * gdb.arch/amd64-entry-value-paramref.exp: New file.
19421 * gdb.arch/amd64-optimout-repeat.S: New file.
19422 * gdb.arch/amd64-optimout-repeat.c: New file.
19423 * gdb.arch/amd64-optimout-repeat.exp: New file.
19424
17d0c5c8
JK
194252014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
19426
19427 PR gdb/17170
19428 * gdb.base/statistics.exp: New file.
19429
b8b8facf
DE
194302014-07-17 Doug Evans <dje@google.com>
19431
74b49205 19432 PR gdb/17170
b8b8facf
DE
19433 * gdb.base/maint.exp: Update testing of per-command stats.
19434
1b5d0ab3
PA
194352014-07-16 Pedro Alves <palves@redhat.com>
19436
19437 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
19438 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
19439 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
19440 (tfile_write_buf): New functions.
19441 (add_memory_block): Rewrite using the above.
19442 (adjust_function_address): New function.
19443 (FUNCTION_ADDRESS): New macro.
19444 (write_basic_trace_file): Remove short_x local, and use
19445 tfile_write_16. Change type of func_addr local to unsigned long
19446 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
19447 here. Cast argument of add_memory_block to char pointer.
19448 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
19449 (main): Remove parameters.
19450 * gdb.trace/tfile.exp: Remove nowarnings.
19451
4d974e88
SM
194522014-07-15 Simon Marchi <simon.marchi@ericsson.com>
19453
19454 * gdb.base/debug-expr.exp: Test string evaluation with
19455 "debug expression" on.
19456
41e99568
PA
194572014-07-15 Pedro Alves <palves@redhat.com>
19458
19459 * gdb.base/reread.exp: Use clean_restart.
19460
487d9753
PL
194612014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
19462
19463 * gdb.arch/avr-flash-qualifer.c: New.
19464 * gdb.arch/avr-flash-qualifer.exp: New.
19465
cc1c52ad
PA
194662014-07-14 Pedro Alves <palves@redhat.com>
19467
19468 * gdb.base/paginate-after-ctrl-c-running.c: New file.
19469 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
19470
1e973570
PA
194712014-07-14 Pedro Alves <palves@redhat.com>
19472
19473 * gdb.base/double-prompt-target-event-error.c: New file.
19474 * gdb.base/double-prompt-target-event-error.exp: New file.
19475
93d6eb10
PA
194762014-07-14 Pedro Alves <palves@redhat.com>
19477
19478 PR gdb/17072
19479 * gdb.base/paginate-inferior-exit.c: New file.
19480 * gdb.base/paginate-inferior-exit.exp: New file.
19481
0017922d
PA
194822014-07-14 Pedro Alves <palves@redhat.com>
19483
19484 PR gdb/17072
19485 * gdb.base/paginate-bg-execution.c: New file.
19486 * gdb.base/paginate-bg-execution.exp: New file.
19487
94696ad3
PA
194882014-07-14 Pedro Alves <palves@redhat.com>
19489
19490 PR gdb/17072
19491 * gdb.base/paginate-execution-startup.c: New file.
19492 * gdb.base/paginate-execution-startup.exp: New file.
19493 * lib/gdb.exp (pagination_prompt): New global.
19494 (default_gdb_spawn): New procedure, factored out from
19495 default_gdb_spawn.
19496 (default_gdb_start): Adjust to call default_gdb_spawn.
19497 (gdb_spawn): New procedure.
19498
bd293940
PA
194992014-07-14 Pedro Alves <palves@redhat.com>
19500
19501 * lib/gdb.exp (gdb_assert): New procedure.
19502 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
19503
c933f875
PA
195042014-07-14 Pedro Alves <palves@redhat.com>
19505
19506 * gdb.base/execution-termios.c: New file.
19507 * gdb.base/execution-termios.exp: New file.
19508
d98b7a16
TT
195092014-07-14 Tom Tromey <tromey@redhat.com>
19510
19511 * gdb.cp/vla-cxx.cc: New file.
19512 * gdb.cp/vla-cxx.exp: New file.
19513
548740d6
TT
195142014-07-14 Tom Tromey <tromey@redhat.com>
19515
19516 * gdb.reverse/rerun-prec.c: New file.
19517 * gdb.reverse/rerun-prec.exp: New file.
19518
a25eb028
MR
195192014-07-12 Maciej W. Rozycki <macro@mips.com>
19520 Maciej W. Rozycki <macro@codesourcery.com>
19521
19522 * lib/gdb-utils.exp: New file.
19523 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
19524 inline `gdb_init_command' processing.
19525 (gdb_start_cmd): Likewise.
19526 * lib/mi-support.exp (mi_run_cmd): Likewise.
19527 * README: Document `gdb_init_command' and `gdb_init_commands'.
19528
218c2655
JK
195292014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
19530
19531 Fix false FAIL running under a very long directory name.
19532 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
19533 and "set print elements 10000". Twice.
19534
5401fde3
YQ
195352014-07-11 Yao Qi <yao@codesourcery.com>
19536
19537 * gdb.base/exprs.exp: "set print symbol off".
19538
e76126e8
PA
195392014-07-11 Pedro Alves <palves@redhat.com>
19540
19541 * gdb.threads/kill.c: New file.
19542 * gdb.threads/kill.exp: New file.
19543
2d6f0de6
YQ
195442014-07-10 Yao Qi <yao@codesourcery.com>
19545
19546 * gdb.trace/tfile.c (write_basic_trace_file)
19547 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
19548 address written to trace file.
19549
7180e04a
PA
195502014-07-09 Pedro Alves <palves@redhat.com>
19551
19552 * gdb.base/attach-wait-input.exp: New file.
19553 * gdb.base/attach-wait-input.c: New file.
19554
9a9a7608
AB
195552014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
19556
19557 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
19558 setting up test structures.
19559 (main): Call new test function.
19560 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
19561 test function, continue into test function and walk test
19562 structures.
19563
161ac41e
YQ
195642014-07-02 Yao Qi <yao@codesourcery.com>
19565
19566 * gdb.trace/entry-values.c: Define labels 'foo_start' and
19567 'bar_start' at the beginning of functions 'foo' and 'bar'
19568 respectively.
19569 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
19570 instead of 'foo' and 'bar'.
19571
1f267ae3
MM
195722014-07-08 Markus Metzger <markus.t.metzger@intel.com>
19573
19574 * gdb.btrace/segv.exp: New.
19575 * gdb.btrace/segv.c: New.
19576
2b239efb
LM
195772014-07-02 Luis Machado <lgustavo@codesourcery.com>
19578
19579 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
19580 instruction.
19581
cf363f18
MW
195822014-06-30 Mark Wielaard <mjw@redhat.com>
19583
19584 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
19585 vulture, vilify, villar): New volatile array constants.
19586 (vindictive, vegetation): New const volatile array constants.
19587 * gdb.base/volatile.exp: Test volatile and const volatile array
19588 types.
19589
aebf9d24
AA
195902014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
19591
19592 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
19593 target lacks support for awatch, rwatch, or hbreak.
19594
b67a2c6f
YQ
195952014-06-27 Yao Qi <yao@codesourcery.com>
19596
19597 * gdb.multi/dummy-frame-restore.exp: New.
19598 * gdb.multi/dummy-frame-restore.c: New.
19599
aef92902
MM
196002014-06-25 Markus Metzger <markus.t.metzger@intel.com>
19601
19602 * gdb.btrace/gcore.exp: New.
19603
8e9db26e
PA
196042014-06-23 Pedro Alves <palves@redhat.com>
19605
19606 * gdb.base/watchpoint-reuse-slot.c: New file.
19607 * gdb.base/watchpoint-reuse-slot.exp: New file.
19608
70afc5b7
SC
196092014-06-23 Siva Chandra Reddy <sivachandra@google.com>
19610
19611 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
19612 progspace's filename in 'info', 'enable' and 'disable' command
19613 tests.
19614
b972bd9c
JK
196152014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
19616
19617 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
19618 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
19619 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
19620
125f8a3d
GB
196212014-06-20 Gary Benson <gbenson@redhat.com>
19622
19623 * gdb.arch/i386-avx.exp: Fix include file location.
19624 * gdb.arch/i386-sse.exp: Likewise.
19625
3ed9baed
IB
196262014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
19627
19628 * gdb.dlang/expression.exp: New file.
19629
034f788c
PA
196302014-06-19 Pedro Alves <palves@redhat.com>
19631
19632 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
19633 out from ...
19634 (top level): ... here. Iterate running tests under different
19635 scheduler-locking settings.
19636
45371d0c
LM
196372014-06-18 Luis Machado <lgustavo@codesourcery.com>
19638
19639 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
19640 to DW_FORM_addr and use non-zero addresses.
19641
5d376983
SC
196422014-06-18 Siva Chandra Reddy <sivachandra@google.com>
19643
19644 PR gdb/17017
19645 * gdb.python/py-xmethods.cc: Add global function call counters and
19646 increment them in their respective functions. Remove "cout"
19647 statements.
19648 * gdb.python/py-xmethods.exp: Make tests check the global function
19649 call counters instead of depending on inferior IO.
19650
a1aa2221
LM
196512014-06-18 Don Breazeal <donb@codesourcery.com>
19652
19653 * gdb.base/foll-fork.exp (default_fork_parent_follow):
19654 Deleted procedure.
19655 (explicit_fork_parent_follow): Deleted procedure.
19656 (explicit_fork_child_follow): Deleted procedure.
19657 (test_follow_fork): New procedure.
19658 (do_fork_tests): Replace calls to deleted procedures with
72f4393d 19659 calls to test_follow_fork and reset GDB for subsequent
a1aa2221
LM
19660 procedure calls.
19661
0fc05997
YQ
196622014-06-17 Yao Qi <yao@codesourcery.com>
19663
19664 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
19665 CP1252.
19666
70795c52
LM
196672014-06-17 Luis Machado <lgustavo@codesourcery.com>
19668
19669 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
19670 Initialize ptr and S explicitly.
19671 (skip_type_update_when_not_use_rtti_test): Likewise.
19672
6be47f0c
KS
196732014-06-16 Keith Seitz <keiths@redhat.com>
19674
19675 PR mi/15863
19676 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
19677 the inferior is started.
19678
d03de421
PA
196792014-06-16 Pedro Alves <palves@redhat.com>
19680
19681 * gdb.base/break-main-file-remove-fail.c: New file.
19682 * gdb.base/break-main-file-remove-fail.exp: New file.
19683 * gdb.base/break-unload-file.exp: Use build_executable instead of
19684 prepare_for_testing.
19685 (test_break): New parameter "initial_load". Handle it.
19686 (top level): Add initial_load cmdline/file axis.
19687
f9579b99
TT
196882014-06-12 Tom Tromey <tromey@redhat.com>
19689
19690 * gdb.base/completion.exp: Don't use directory name in test.
19691
3657956b
GB
196922014-06-09 Gary Benson <gbenson@redhat.com>
19693
19694 * gdb.base/sigall.c [Functions to send signals]: Reorder to
19695 separate the always-available ANSI-standard signals from the
19696 signals that require checking.
19697 (main): Likewise.
19698 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
19699 Likewise.
19700 (main): Likewise.
19701
4186eb54
KS
197022014-06-07 Keith Seitz <keiths@redhat.com>
19703
19704 Revert:
19705 PR c++/16253
19706 * gdb.cp/var-tag.cc: New file.
19707 * gdb.cp/var-tag.exp: New file.
19708 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
19709 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
19710 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
19711 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
19712
25326a28 197132014-06-06 Doug Evans <xdje42@gmail.com>
6da01dbe
DE
19714
19715 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
19716
829155c9
PA
197172014-06-06 Pedro Alves <palves@redhat.com>
19718
19719 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
19720 in target debug output instead of looking at RSP packets,
19721 disabling the test on any target that uses hardware stepping.
19722 Update comments.
19723
61c8d22e
PA
197242014-06-06 Pedro Alves <palves@redhat.com>
19725
19726 * gdb.base/break-unload-file.exp: Fix typo.
19727
d9a47287
YQ
197282014-06-06 Yao Qi <yao@codesourcery.com>
19729
19730 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
19731 from "jit_function" to "^jit_function".
19732
e5e01dbf
YQ
197332014-06-06 Yao Qi <yao@codesourcery.com>
19734
19735 * gdb.base/async.c (foo): Add one statement.
19736 * gdb.base/async.exp: Get the next instruction address and
19737 match the output of "nexti" by instruction address. Match
19738 the hex address in the output of "finish".
19739
73ba372c
GB
197402014-06-06 Gary Benson <gbenson@redhat.com>
19741
19742 * gdb.base/call-signals.c: Remove preprocessor conditionals
19743 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
19744 SIGSEGV and SIGTERM.
19745 * gdb.base/sigall.c: Likewise.
19746 * gdb.base/unwindonsignal.c: Likewise.
19747 * gdb.reverse/sigall-reverse.c: Likewise.
19748
831517df
YQ
197492014-06-06 Yao Qi <yao@codesourcery.com>
19750
19751 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
19752 readable, skip the test.
19753
b8b91e98
YQ
197542014-06-06 Yao Qi <yao@codesourcery.com>
19755
19756 * gdb.threads/staticthreads.c (thread_function): Move the line
19757 setting breakpoint on forward.
19758 * gdb.threads/staticthreads.exp: Update comments.
19759
fb934770
LC
197602014-06-05 Ludovic Courtès <ludo@gnu.org>
19761
19762 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
19763 "history-append! type error".
19764
6ef284bd
SM
197652014-06-05 Simon Marchi <simon.marchi@ericsson.com>
19766
19767 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
19768 erroneous dprintf expected input.
19769
a872e241
DE
197702014-06-04 Doug Evans <xdje42@gmail.com>
19771
19772 * gdb.guile/scm-generics.exp: Delete.
19773
16f691fb
DE
197742014-06-04 Doug Evans <xdje42@gmail.com>
19775
19776 * gdb.guile/scm-breakpoint.exp: Update.
19777 Add tests for breakpoint registration.
19778
012370f6
TT
197792014-06-04 Tom Tromey <tromey@redhat.com>
19780
19781 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
19782 VLA-in-union.
19783 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
19784 inner_vla_struct, vla_union types. Initialize objects of those
19785 types and compute their sizes.
19786
9f5a4cef
HZ
197872014-06-04 Nathan Sidwell <nathan@codesourcery.com>
19788 Hui Zhu <hui@codesourcery.com>
19789
19790 * gdb.base/fileio.exp: Add test for shell not available as well as
19791 available.
19792 * gdb.base/fileio.c (test_system): Check for shell twice.
19793
90a45c4d
YQ
197942014-06-04 Yao Qi <yao@codesourcery.com>
19795
19796 * gdb.base/auto-connect-native-target.exp: Remove redundant
19797 space from the regexp pattern.
19798
70017e41
YQ
197992014-06-04 Yao Qi <yao@codesourcery.com>
19800
19801 * gdb.base/default.exp: Replace "child" with "native" in
19802 regexp pattern.
19803
883964a7
SC
198042014-06-03 Siva Chandra Reddy <sivachandra@google.com>
19805
19806 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
19807 * gdb.python/py-xmethods.exp: New tests to test xmethods.
19808 * gdb.python/py-xmethods.py: Python script supporting the
19809 new testcase and tests.
19810
ef370185
JB
198112014-06-03 Joel Brobecker <brobecker@adacore.com>
19812 Pedro Alves <palves@redhat.com>
19813
19814 PR breakpoints/17000
19815 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
19816 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
19817
1e2ccb61
BM
198182014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
19819
19820 * gdb.base/subst.exp: Add tests to verify partial path matching
19821 output.
19822
c6ec5ab2
PA
198232014-06-03 Pedro Alves <palves@redhat.com>
19824
19825 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
19826 target that doesn't use software single-stepping.
19827
835c559f
PA
198282014-06-03 Pedro Alves <palves@redhat.com>
19829
19830 PR breakpoints/17000
19831 * gdb.base/sss-bp-on-user-bp-2.c: New file.
19832 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
19833
06eb1586
DE
198342014-06-02 Doug Evans <xdje42@gmail.com>
19835
19836 * gdb.guile/scm-parameter.exp: New file.
19837
e698b8c4
DE
198382014-06-02 Doug Evans <xdje42@gmail.com>
19839
19840 * gdb.guile/scm-cmd.c: New file.
19841 * gdb.guile/scm-cmd.exp: New file.
19842
ded03782
DE
198432014-06-02 Doug Evans <xdje42@gmail.com>
19844
19845 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
19846 pretty-printer lookup.
19847 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
19848 (make-pp_s-printer): Call it.
19849 (make-pretty-printer-from-dict): New function.
19850 (lookup-pretty-printer-maker-from-dict): New function.
19851 (*pretty-printer*): Simplify.
19852 (make-objfile-pp_s-printer): New function.
19853 (install-objfile-pretty-printers!): New function.
19854 (make-progspace-pp_s-printer): New function.
19855 (install-progspace-pretty-printers!): New function.
19856 * gdb.guile/scm-progspace.c: New file.
19857 * gdb.guile/scm-progspace.exp: New file.
19858
41fac0cf
PA
198592014-06-02 Pedro Alves <palves@redhat.com>
19860
19861 * gdb.base/dprintf-bp-same-addr.c: New file.
19862 * gdb.base/dprintf-bp-same-addr.exp: New file.
19863
96ae5695
EBM
198642014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
19865
19866 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
19867 * gdb.arch/powerpc-power.s: Likewise.
19868
da02b3a8
JB
198692014-06-02 Joel Brobecker <brobecker@adacore.com>
19870
19871 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
19872
c72b2e7b
YQ
198732014-06-01 Yao Qi <yao@codesourcery.com>
19874
19875 * gdb.base/watchpoint.exp (test_watch_location): Check null
19876 pointer can be dereferenced. If not, do the test, otherwise
19877 skip it.
19878
53e8a631
AB
198792014-05-30 Andrew Burgess <aburgess@broadcom.com>
19880
19881 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
19882 results.
19883 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
19884
938f0e2f
AB
198852014-05-30 Andrew Burgess <aburgess@broadcom.com>
19886
19887 * gdb.arch/amd64-invalid-stack-middle.S: New file.
19888 * gdb.arch/amd64-invalid-stack-middle.c: New file.
19889 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
19890 * gdb.arch/amd64-invalid-stack-top.c: New file.
19891 * gdb.arch/amd64-invalid-stack-top.exp: New file.
19892
9ba6657a
PA
198932014-05-30 Pedro Alves <palves@redhat.com>
19894
19895 PR breakpoints/17000
19896 * gdb.base/sss-bp-on-user-bp.c: New file.
19897 * gdb.base/sss-bp-on-user-bp.exp: New file.
19898
522c09bf
DB
198992014-05-30 David Blaikie <dblaikie@gmail.com>
19900
19901 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
19902 gnu_inline semantics via attribute.
19903 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
19904 source explicitly specifies the required semantics.
19905
bf4ef81e
MR
199062014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
19907
19908 * gdb.reverse/sigall-reverse.exp: Fix a typo.
19909
329ea579
PA
199102014-05-29 Pedro Alves <palves@redhat.com>
19911 Tom Tromey <tromey@redhat.com>
19912
19913 * gdb.base/async-shell.exp: Don't enable target-async.
19914 * gdb.base/async.exp
19915 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
19916 parameter. Adjust.
19917 (top level): Don't test with "target-async".
19918 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
19919 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
19920 * gdb.base/inferior-died.exp: Don't enable target-async.
19921 * gdb.base/interrupt-noterm.exp: Likewise.
19922 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
19923 * gdb.mi/mi-nonstop-exit.exp: Likewise.
19924 * gdb.mi/mi-nonstop.exp: Likewise.
19925 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
19926 * gdb.mi/mi-nsintrall.exp: Likewise.
19927 * gdb.mi/mi-nsmoribund.exp: Likewise.
19928 * gdb.mi/mi-nsthrexec.exp: Likewise.
19929 * gdb.mi/mi-watch-nonstop.exp: Likewise.
19930 * gdb.multi/watchpoint-multi.exp: Adjust comment.
19931 * gdb.python/py-evsignal.exp: Don't enable target-async.
19932 * gdb.python/py-evthreads.exp: Likewise.
19933 * gdb.python/py-prompt.exp: Likewise.
19934 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
19935 * gdb.server/solib-list.exp: Don't enable target-async.
19936 * gdb.threads/thread-specific-bp.exp: Likewise.
19937 * lib/mi-support.exp: Adjust to use mi-async.
19938
fd664c91
PA
199392014-05-29 Pedro Alves <palves@redhat.com>
19940
19941 PR gdb/13860
19942 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
19943 reason, even in sync mode.
19944
251bde03
PA
199452014-05-29 Pedro Alves <palves@redhat.com>
19946 Hui Zhu <hui@codesourcery.com>
19947
19948 PR PR15693
19949 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
19950 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
19951 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
19952 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
19953
7f3c0343
JB
199542014-05-28 Joel Brobecker <brobecker@adacore.com>
19955
19956 * config/monitor.exp (gdb_target_monitor): Replace use of
19957 "set remotebaud" by "set serial baud".
19958
b2715b27
AW
199592014-05-26 Andy Wingo <wingo@igalia.com>
19960
19961 * gdb.guile/scm-breakpoint.exp:
19962 * gdb.guile/scm-gsmob.exp: Update to use plain old object
19963 properties instead of gdb-object-properties.
19964
498a4489
YQ
199652014-05-26 Yao Qi <yao@codesourcery.com>
19966
19967 * gdb.server/no-thread-db.exp: Specify source file name
19968 explicitly when setting a breakpoint.
19969
589fdceb
MM
199702014-05-23 Markus Metzger <markus.t.metzger@intel.com>
19971
19972 * gdb.btrace/vdso.c: New.
19973 * gdb.btrace/vdso.exp: New.
19974
e9089e05
MM
199752014-05-23 Markus Metzger <markus.t.metzger@intel.com>
19976
19977 * gdb.base/gcore.exp (capture_command_output): Move ...
19978 * lib/gdb.exp (capture_command_output): ... here.
19979
67b5c0c1
MM
199802014-05-23 Markus Metzger <markus.t.metzger@intel.com>
19981
19982 * gdb.btrace/data.exp: Test memory access during btrace replay.
19983
a2199296
SM
199842014-05-22 Simon Marchi <simon.marchi@ericsson.com>
19985
19986 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
19987
17b2616c
PA
199882014-05-21 Pedro Alves <palves@redhat.com>
19989
19990 PR gdb/13860
19991 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
19992 (top level): Test that output related to execution commands is
19993 sent to the console with CLI commands, but not with MI commands.
19994 Test that breakpoint events are always mirrored to the console.
19995 Also expect the new source line to be output after a "next" in
19996 async mode too. Make it a pass/fail test.
19997 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
19998 output.
19999 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
20000
5166082f
PA
200012014-05-21 Pedro Alves <palves@redhat.com>
20002
20003 * gdb.base/list.exp (build_pattern, test_list): New procedures.
20004 Use them to test variations of "list" after reaching a breakpoint.
20005 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
20006 Test "list" with listsize 10 after reaching a breakpoint.
20007 * gdb.python/python.exp (decode_line current location line
20008 number): Adjust expected line number.
20009
2f25d70f
SM
200102014-05-21 Simon Marchi <simon.marchi@ericsson.com>
20011
20012 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
20013 behavior for $args, pass it directly to "run".
20014
ff604a67
MR
200152014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
20016
20017 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
20018 30000 to 65536.
20019
6a3cb8e8
PA
200202014-05-21 Pedro Alves <palves@redhat.com>
20021
20022 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
20023 auto-connect-native-target off".
20024 * gdb.base/auto-connect-native-target.c: New file.
20025 * gdb.base/auto-connect-native-target.exp: New file.
20026
4ebfc96e
PA
200272014-05-21 Pedro Alves <palves@redhat.com>
20028
20029 * gdb.base/default.exp: Test "target native" instead of "target
20030 child".
20031
36d46afb
MW
200322014-05-21 Mark Wielaard <mjw@redhat.com>
20033
20034 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
20035
5876f503
JK
200362014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
20037
20038 Fix TLS access for -static -pthread.
20039 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
20040 <HAVE_TLS> (thread_function, main): Initialize it.
20041 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
20042 Add clean_restart.
20043 <$have_tls != "">: Check TLSVAR.
20044
0256a6ac
PA
200452014-05-21 Pedro Alves <palves@redhat.com>
20046
20047 * gdb.base/dcache-line-read-error.c: New.
20048 * gdb.base/dcache-line-read-error.exp: New.
20049
936d2992
PA
200502014-05-20 Pedro Alves <palves@redhat.com>
20051
20052 * gdb.base/compare-sections.c: New file.
20053 * gdb.base/compare-sections.exp: New file.
20054
802e8e6d
PA
200552014-05-20 Pedro Alves <palves@redhat.com>
20056
20057 * gdb.base/break-idempotent.c: New file.
20058 * gdb.base/break-idempotent.exp: New file.
20059
e59fa00f
MM
200602014-05-20 Markus Metzger <markus.t.metzger@intel.com>
20061
20062 * gdb.btrace/nohist.exp: New.
20063
8b696e31
YQ
200642014-05-20 Yao Qi <yao@codesourcery.com>
20065
20066 * lib/gdb.exp (gdb_init): Set timeout if test file is under
20067 gdb.reverse directory and gdb_reverse_timeout exists in board
20068 setting.
20069 * README: Document gdb_reverse_timeout.
20070
73c9764f
YQ
200712014-05-20 Yao Qi <yao@codesourcery.com>
20072
20073 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
20074 'test_file_name'. Treat args as a string instead of a list.
20075 (gdb_init): Rename argument 'args' by 'test_file_name'.
20076
f1f4348a
JK
200772014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
20078
20079 * gdb.arch/powerpc-power.exp: New file.
20080 * gdb.arch/powerpc-power.s: New file.
20081
0dbe70ce
DE
200822014-05-16 Doug Evans <dje@google.com>
20083
20084 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
d7761c2c
DE
20085 * gdb.base/completion.exp: Check that all expected files exist
20086 before doing file completion.
0dbe70ce 20087
8d551b02
DE
200882014-05-16 Doug Evans <dje@google.com>
20089
20090 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
20091 Update.
20092 (do_syscall_tests_without_xml): Update.
20093
73eb7709
PA
200942014-05-16 Pedro Alves <palves@redhat.com>
20095
20096 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
20097 instead of "unknown output after running".
20098
3fae92fc
YQ
200992014-05-16 Yao Qi <yao@codesourcery.com>
20100
20101 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
20102 file1.txt from host at the end.
20103 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
20104
c2b2ccc5
DE
201052014-05-15 Doug Evans <dje@google.com>
20106
20107 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
20108 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
20109 loading file. Add test for TU lookup.
20110
8c217a4b
SM
201112014-05-15 Simon Marchi <simon.marchi@ericsson.com>
20112
20113 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
20114 calling "-exec-arguments" or "set args" before running the
20115 inferior.
20116
3deb39c6
SM
201172014-05-15 Simon Marchi <simon.marchi@ericsson.com>
20118
20119 * lib/mi-support.exp (mi_expect_stop): Expect message for
20120 inferiors that exit with non-zero exit code.
20121
71a79f8c
YQ
201222014-05-14 Yao Qi <yao@codesourcery.com>
20123
20124 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
20125 match absolute path on remote host.
20126 (test_file_list_exec_source_files): Remove "/" from the
20127 pattern.
20128
f23fcd46
YQ
201292014-05-14 Yao Qi <yao@codesourcery.com>
20130
20131 * boards/local-remote-host-notty.exp (${board}_file): New
20132 proc.
20133
9404b58f
KM
201342014-05-07 Kyle McMartin <kyle@redhat.com>
20135
20136 Pushed by Joel Brobecker <brobecker@adacore.com>.
20137 * gdb.arch/aarch64-atomic-inst.c: New file.
20138 * gdb.arch/aarch64-atomic-inst.exp: New file.
20139
5e45f04c
YQ
201402014-05-07 Yao Qi <yao@codesourcery.com>
20141
20142 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
20143 in current context" too.
20144
c888a17d
KS
201452014-05-05 Keith Seitz <keiths@redhat.com>
20146
20147 * gdb.linespec/ls-dollar.exp: Add test for linespec
20148 file:convenience_variable.
20149
290a839c
YQ
201502014-05-05 Yao Qi <yao@codesourcery.com>
20151
20152 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
20153 traceframes into tfile and ctf trace files. Read data from
20154 trace file and test collected data.
20155 (gdb_collect_locals_test): Likewise.
20156 (gdb_unavailable_registers_test): Likewise.
20157 (gdb_unavailable_floats): Likewise.
20158 (gdb_collect_globals_test): Likewise.
20159 (top-level): Append "ctf" to trace_file_targets if GDB
20160 supports.
20161
b5262cd0
YQ
201622014-05-05 Yao Qi <yao@codesourcery.com>
20163
20164 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
20165 code to ...
20166 (gdb_collect_args_test_1): ... it. New proc.
20167 (gdb_collect_locals_test): Move some code to ...
20168 (gdb_collect_locals_test_1): ... it. New proc.
20169 (gdb_unavailable_registers_test): Move some code to ...
20170 (gdb_unavailable_registers_test_1): ... it. New proc.
20171 (gdb_unavailable_floats): Move some code to ...
20172 (gdb_unavailable_floats_1): ... it. New proc.
20173
30a1e6cc
SDJ
201742014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
20175
20176 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
20177 probes to test for bitness recognition.
20178 * gdb.arch/amd64-stap-optional-prefix.exp
20179 (test_probe_value_without_reg): New procedure.
20180 Add code to test for different kinds of bitness.
20181
f33da99a
SDJ
201822014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
20183
20184 PR breakpoints/16889
20185 * gdb.arch/amd64-stap-optional-prefix.S: New file.
20186 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
20187
5b80f00d
PA
201882014-05-01 Pedro Alves <palves@redhat.com>
20189
20190 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
20191 gdb_file_cmd if no file is specified.
20192 * boards/native-extended-gdbserver.exp (gdb_load): Use the
20193 last_loaded_file to set the remote exec-file.
20194
f8c2a73c
PA
201952014-05-01 Pedro Alves <palves@redhat.com>
20196
20197 * boards/local-remote-host.exp: New file.
20198
be6e8ac7
PA
201992014-05-01 Pedro Alves <palves@redhat.com>
20200
20201 * boards/local-remote-host.exp: Rename to ...
20202 * boards/local-remote-host-notty.exp: ... this.
20203
cac0dc8f
JB
202042014-04-28 Joel Brobecker <brobecker@adacore.com>
20205
20206 * gdb.ada/dyn_arrayidx: New testcase.
20207
9730e6cc
YQ
202082014-04-26 Yao Qi <yao@codesourcery.com>
20209
20210 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
20211 and compute the length of function main. Save it in
20212 $main_length.
20213 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
20214 (top-level): Use gdb_compile to compile objects into
20215 executable and restart GDB. Remove invocation to
20216 prepare_for_testing.
20217
7ae1a6a6
PA
202182014-04-25 Simon Marchi <simon.marchi@ericsson.com>
20219 Pedro Alves <palves@redhat.com>
20220
20221 PR server/16255
20222 * gdb.multi/multi-attach.c: New file.
20223 * gdb.multi/multi-attach.exp: New file.
20224
4082afcc
PA
202252014-04-25 Pedro Alves <palves@redhat.com>
20226
20227 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
20228 user.
20229 (top level): Test that "set remote conditional-breakpoints-packet
20230 off" works as intended.
20231 * gdb.base/dprintf.exp: Test that "set remote
20232 breakpoint-commands-packet off" works as intended.
20233 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
20234 New function.
20235 (top level): Call it.
20236 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
20237 remote fast-tracepoints-packet off" works as intended.
20238 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
20239 * lib/gdb.exp (gdb_is_target_remote): ... here.
20240
2abc3f8d
DB
202412014-04-24 David Blaikie <dblaikie@gmail.com>
20242
20243 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
20244 ensure clang would not discard them.
20245 * gdb.base/gdbvars.c: Ditto.
20246 * gdb.base/memattr.c: Ditto.
20247 * gdb.base/whatis.c: Ditto.
20248 * gdb.python/py-prettyprint.c: Ditto.
20249 * gdb.trace/actions.c: Ditto.
20250 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
20251 ensure clang would not discard it.
20252
bfd39632
DB
202532014-04-24 David Blaikie <dblaikie@gmail.com>
20254
20255 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
20256 clang to emit the full definition of type required by the test
20257 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
20258
22842ff6
DB
202592014-04-24 David Blaikie <dblaikie@gmail.com>
20260
20261 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
20262 coax Clang into emitting the definition of the type.
20263 * gdb.cp/pr10728-x.h (y): Ditto.
20264 * gdb.cp/pr10728-y.cc (y): Ditto.
20265
c2e827ad
DB
202662014-04-24 David Blaikie <dblaikie@gmail.com>
20267
20268 * gdb.base/label.exp: XFAIL label related tests under Clang.
20269 * gdb.cp/cplabel.exp: Ditto.
20270 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
20271 under Clang those using labels.
20272
4c2d33e7
YQ
202732014-04-25 Yao Qi <yao@codesourcery.com>
20274
20275 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
20276 double_label.
20277 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
20278 partial_label and double_label.
20279
56083b99
DB
202802014-04-24 David Blaikie <dblaikie@gmail.com>
20281
20282 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
20283
25d4e99d
DB
202842014-04-24 David Blaikie <dblaikie@gmail.com>
20285
20286 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
20287 of the function to work across GCC and Clang.
20288 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
20289 pointer types (const void ** const V void **).
20290
01f9f808
MS
202912014-04-24 Michael Sturm <michael.sturm@mintel.com>
20292 Walfred Tedeschi <walfred.tedeschi@intel.com>
20293
20294 * Makefile.in (EXECUTABLES): Added i386-avx512.
20295 * gdb.arch/i386-avx512.c: New file.
20296 * gdb.arch/i386-avx512.exp: Likewise.
20297
4b48d439
KS
202982014-04-23 Keith Seitz <keiths@redhat.com>
20299
20300 * lib/mi-support.exp (mi_list_breakpoints): Delete.
20301 (mi_make_breakpoint_table): New procedure.
20302 (mi_create_breakpoint): Use mi_make_breakpoint
20303 and return the result.
20304 (mi_make_breakpoint): New procedure.
20305 (mi_build_kv_pairs): New procedure.
20306
20307 * gdb.mi/mi-break.exp: Remove unused globals,
20308 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
20309 All callers updated.
20310 * gdb.mi/mi-dprintf.exp: Use variable to track command
20311 number.
20312 Update all callers of mi_create_breakpoint and use
20313 mi_make_breakpoint_table.
20314 Remove any unused global variables.
20315 * gdb.mi/mi-nonstop.exp: Likewise.
20316 * gdb.mi/mi-nsintrall.exp: Likewise.
20317 * gdb.mi/mi-nsmoribund.exp: Likewise.
20318 * gdb.mi/mi-nsthrexec.exp: Likewise.
20319 * gdb.mi/mi-reverse.exp: Likewise.
20320 * gdb.mi/mi-simplerun.exp: Likewise.
20321 * gdb.mi/mi-stepn.exp: Likewise.
20322 * gdb.mi/mi-syn-frame.exp: Likewise.
20323 * gdb.mi/mi-until.exp: Likewise.
20324 * gdb.mi/mi-var-cp.exp: Likewise.
20325 * gdb.mi/mi-var-display.exp: Likewise.
20326 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
20327 * gdb.mi/mi2-var-child.exp: Likewise.
20328 * gdb.mi/mi-vla-c99.exp: Likewise.
20329 * lib/mi-support.exp: Likewise.
20330
20331 From Ian Lance Taylor <iant@cygnus.com>:
20332 * lib/gdb.exp (parse_args): New procedure.
20333
08351840
PA
203342014-04-23 Pedro Alves <palves@redhat.com>
20335
20336 * gdb.base/break-unload-file.c: New file.
20337 * gdb.base/break-unload-file.exp: New file.
20338 * gdb.base/sym-file-lib.c (baz): New function.
20339 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
20340 field.
20341 (load): Store the segment's mapped size.
20342 (unload): New function.
20343 (unload_shlib): New function.
20344 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
20345 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
20346 set a breakpoint at baz, and call it.
20347 * gdb.base/sym-file.exp: New tests for stale breakpoint
20348 instructions.
20349
076855f9
PA
203502014-04-23 Pedro Alves <palves@redhat.com>
20351
20352 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
20353 * gdb.base/hbreak-in-shr-unsupported.c: New file.
20354 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
20355 * gdb.base/hbreak-unmapped.c: New file.
20356 * gdb.base/hbreak-unmapped.exp: New file.
20357 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
20358 * lib/gdb.exp (gdb_is_target_remote): ... here.
20359
483805cf
PA
203602014-04-22 Pedro Alves <palves@redhat.com>
20361
20362 * gdb.base/consecutive-step-over.c: New file.
20363 * gdb.base/consecutive-step-over.exp: New file.
20364
06d97543
PA
203652014-04-22 Pedro Alves <palves@redhat.com>
20366
20367 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
20368 instead of send_gdb/gdb_expect.
20369
b4429ea2
YQ
203702014-04-22 Yao Qi <yao@codesourcery.com>
20371
20372 * lib/trace-support.exp (generate_tracefile): New procedure.
20373 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
20374 return 0.
20375 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
20376 if generate_tracefile returns 1.
20377
51d48146
PA
203782014-04-18 Tom Tromey <palves@redhat.com>
20379 Pedro alves <tromey@redhat.com>
20380
20381 PR backtrace/15558
20382 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
20383 with a backtrace limit.
20384 * gdb.python/py-frame-inline.exp: Test running to an inline
20385 function with a backtrace limit, and printing the newest frame.
20386 * gdb.python/py-frame-inline.c (main): Call f.
20387
bd1dce5f
MS
203882014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
20389
20390 * gdb.java/jnpe.exp: Drop srcdir from untested path.
20391
40d1a503
MS
203922014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
20393
20394 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
20395 Drop prefix from unsupported source file path.
20396
389b98f7
YQ
203972014-04-17 Yao Qi <yao@codesourcery.com>
20398
20399 * lib/gdb.exp (with_target_charset): New proc.
20400 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
20401 with_target_charset.
20402 (test_print_strings): Likewise.
20403 (test_repeat_bytes): Likewise.
20404 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
20405 for some tests.
20406
22869d73
KS
204072014-04-16 Keith Seitz <keiths@redhat.com>
20408
20409 PR gdb/15827
20410 * gdb.dwarf2/corrupt.c: New file.
20411 * gdb.dwarf2/corrupt.exp: New file.
20412
c4f87ca6
KS
204132014-04-16 Keith Seitz <keiths@redhat.com>
20414
20415 PR c++/16597
20416 * gdb.cp/namelessclass.cc: New file.
20417 * gdb.cp/namelessclass.exp: New file.
20418 * gdb.cp/namelessclass.S: New file.
20419
ab19de87
DE
204202014-04-16 Doug Evans <dje@google.com>
20421
20422 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
20423 Add comment.
20424 (gdbserver_default_get_comm_port): New function.
20425 (gdbserver_start): Check if board file provided
20426 "gdbserver,get_comm_port" and use it if so.
20427 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
20428 (gdb,socketport): Set to "stdio".
20429 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
20430 (stdio_gdbserver_template): Delete.
20431 (${board}_get_remote_address): Update.
20432 (${board}_build_remote_cmd): Delete.
20433 (${board}_get_comm_port): New function.
20434 (${board}_spawn): Update.
20435 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
20436 Delete.
20437 (${board}_get_remote_address): Update.
20438 (${board}_get_comm_port): New function.
20439
fc98a809
AB
204402014-04-16 Andrew Burgess <aburgess@broadcom.com>
20441
20442 * gdb.base/memattr.exp: Improve regexps to handle memory regions
20443 appearing in any order.
20444
87fd9e6e
DE
204452014-04-15 Doug Evans <dje@google.com>
20446
20447 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
20448 uninitialized value of "description".
20449
099fc3ea
KS
204502014-04-15 Keith Seitz <keiths@redhat.com>
20451
20452 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
20453 Remove unused globals.
20454 (test_running_the_program): Likewise.
20455 (test_controlled_execution): Likewise.
20456 (test_controlling_breakpoints): Likewise.
20457 (test_program_termination): Likewise.
20458
5da151d4
KS
204592014-04-15 Keith Seitz <keiths@redhat.com>
20460
20461 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
20462 unused globals.
20463 (test_rbreak_creation_and_listing): Likewise.
20464 (test_ignore_count): Likewise.
20465 (test_error): Likewise.
20466
35e5d2f0
PA
204672014-04-15 Pedro Alves <palves@redhat.com>
20468
20469 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
20470 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
20471 sym-file-loader.c.
20472 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
20473 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
20474 to sym-file-loader.c.
20475 (struct library): Forward declare.
20476 (load_shlib, lookup_function): Change prototypes.
20477 (find_shstrtab, find_strtab, find_shdr, find_symtab)
20478 (translate_offset): Remove declarations.
20479 (get_text_addr): New declaration.
20480 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
20481 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
20482 sym-file-loader.h.
20483 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
20484 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
20485 here from sym-file-loader.h.
20486 (struct library): New structure.
20487 (load_shlib, lookup_function): Change prototypes and adjust to
20488 work with a struct library.
20489 (find_shstrtab, find_strtab, find_shdr, find_symtab)
20490 (translate_offset): Make static.
20491 (get_text_addr): New function.
20492 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
20493
eb4c1710
PA
204942014-04-15 Pedro Alves <palves@redhat.com>
20495
20496 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
20497
2d1baf52
PA
204982014-04-15 Pedro Alves <palves@redhat.com>
20499
20500 * gdb.base/sym-file-loader.c: Include <limits.h>.
20501 (SELF_LINK): New define.
20502 (get_origin): New function.
20503 (load_shlib): Use it.
20504 * gdb.base/sym-file.exp: Don't early return if the target is
20505 remote. Use runto_main, and issue fail is that fails. Use
20506 gdb_load_shlibs.
20507 (shlib_name): Delete.
20508 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
20509
7dd6df01
PA
205102014-04-15 Pedro Alves <palves@redhat.com>
20511
20512 * gdb.base/sym-file.exp: Remove regex characters from test
20513 message. Don't refer to breakpoint numbers in test messages.
20514
b50c8614
KS
205152014-04-14 Keith Seitz <keiths@redhat.com>
20516
20517 PR c++/16253
20518 * gdb.cp/var-tag.cc: New file.
20519 * gdb.cp/var-tag.exp: New file.
20520 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
20521 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
20522 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
20523 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
20524
3d567982
TT
205252014-04-14 Tom Tromey <tromey@redhat.com>
20526
20527 * gdb.cp/classes.exp (test_enums): Handle underlying type.
20528 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
20529 type.
20530 * gdb.cp/enum-class.exp: New file.
20531 * gdb.cp/enum-class.cc: New file.
20532
0626fc76
TT
205332014-04-14 Tom Tromey <tromey@redhat.com>
20534
20535 * gdb.dwarf2/enum-type.exp: New file.
20536
dca325b3
SA
205372014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
20538
20539 * gdb.mi/mi-vla-c99.exp: New file.
20540 * gdb.mi/vla.c: New file.
20541
5854b38a
SA
205422014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
20543
20544 * gdb.base/vla-datatypes.c: New file.
20545 * gdb.base/vla-datatypes.exp: New file.
20546
463bb957
SA
205472014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
20548
20549 * gdb.base/vla-ptr.c: New file.
20550 * gdb.base/vla-ptr.exp: New file.
20551
3dd170be
SA
205522014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
20553
20554 * gdb.dwarf2/count.exp: New file.
20555
5ecaaa66
SA
205562014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
20557
20558 * gdb.base/vla-sideeffect.c: New file.
20559 * gdb.base/vla-sideeffect.exp: New file.
20560
41f1ada5
DB
205612014-04-14 David Blaikie <dblaikie@gmail.com>
20562
20563 * gdb.mi/non-stop.c: Add return value for non-void function return
20564 statement.
20565 * gdb.threads/staticthreads.c: Ditto.
20566
0be03e84
DE
205672014-04-12 Siva Chandra Reddy <sivachandra@google.com>
20568 Doug Evans <xdje42@gmail.com>
20569
20570 * gdb.guile/scm-value.c: Improve test case.
20571 * gdb.guile/scm-value.exp: Add new test.
20572
f180a1fb
DB
205732014-04-11 David Blaikie <dblaikie@gmail.com>
20574
20575 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
20576 override Clang's default.
20577
6b662e19
JB
205782014-04-11 Joel Brobecker <brobecker@adacore.com>
20579
20580 Revert the following changes (regressions):
20581
20582 * gdb.base/vla-sideeffect.c: New file.
20583 * gdb.base/vla-sideeffect.exp: New file.
20584
20585 * gdb.dwarf2/count.exp: New file.
20586
20587 * gdb.base/vla-multi.c: New file.
20588 * gdb.base/vla-multi.exp: New file.
20589
20590 * gdb.base/vla-ptr.c: New file.
20591 * gdb.base/vla-ptr.exp: New file.
20592
20593 * gdb.base/vla-datatypes.c: New file.
20594 * gdb.base/vla-datatypes.exp: New file.
20595
20596 * gdb.mi/mi-vla-c99.exp: New file.
20597 * gdb.mi/vla.c: New file.
20598
245a5f0b
KS
205992014-04-11 Keith Seitz <keiths@redhat.com>
20600
20601 PR c++/16675
20602 * gdb.cp/cpsizeof.exp: New file.
20603 * gdb.cp/cpsizeof.cc: New file.
20604
58a84dcf
SA
206052014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
20606
191a8a90
JB
20607 * gdb.mi/mi-vla-c99.exp: New file.
20608 * gdb.mi/vla.c: New file.
58a84dcf 20609
c8655f75
SA
206102014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
20611
20612 * gdb.base/vla-datatypes.c: New file.
20613 * gdb.base/vla-datatypes.exp: New file.
20614
024e13b4
SA
206152014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
20616
20617 * gdb.base/vla-ptr.c: New file.
20618 * gdb.base/vla-ptr.exp: New file.
20619
1a237e0e
SA
206202014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
20621
20622 * gdb.base/vla-multi.c: New file.
20623 * gdb.base/vla-multi.exp: New file.
20624
504f3432
SA
206252014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
20626
20627 * gdb.dwarf2/count.exp: New file.
20628
3bce8237
SA
206292014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
20630
191a8a90
JB
20631 * gdb.base/vla-sideeffect.c: New file.
20632 * gdb.base/vla-sideeffect.exp: New file.
3bce8237 20633
322f9c21
YQ
206342014-04-11 Yao Qi <yao@codesourcery.com>
20635
20636 * gdb.base/completion.exp: Check file exists before running tests
20637 on file completion.
20638
d708bcd1
PA
206392014-04-10 Pedro Alves <palves@redhat.com>
20640
20641 * gdb.base/cond-eval-mode.c: New file.
20642 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
20643 prepare_for_testing to build the new file. Check result of
20644 runto_main.
20645 (test_break, test_watch): New procedures.
20646 (top level): Use them.
20647
ae1d2761
PM
206482014-04-08 Pierre Muller <muller@sourceware.org>
20649
20650 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
20651 Ctrl-V use for mingw hosts.
20652
7af389b8
SC
206532014-04-07 Siva Chandra Reddy <sivachandra@google.com>
20654
20655 * gdb.python/py-value.c: Improve test case.
20656 * gdb.python/py-value.exp: Add new test.
20657
5e703181
DE
206582014-04-07 David Blaikie <dblaikie@gmail.com>
20659
20660 * lib/compiler.c: Identify the clang compiler.
20661 * lib/compiler.cc: Ditto.
20662
9810b410
YQ
206632014-04-03 Yao Qi <yao@codesourcery.com>
20664
20665 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
20666
98d1b8dc
AB
206672014-04-01 Anton Blanchard <anton@samba.org>
20668
20669 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
20670 messages unique.
20671
3114cea1
AB
206722014-04-01 Anton Blanchard <anton@samba.org>
20673
20674 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
20675 prepare_for_testing.
20676
62f7182c
AB
206772014-04-01 Anton Blanchard <anton@samba.org>
20678
20679 * gdb.arch/ppc64-atomic-inst.c: Remove.
20680 * gdb.arch/ppc64-atomic-inst.S: New file.
20681 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
20682
770e7fc7
DE
206832014-03-31 Doug Evans <dje@google.com>
20684
20685 * gdb.base/print-symbol-loading-lib.c: New file.
20686 * gdb.base/print-symbol-loading-main.c: New file.
20687 * gdb.base/print-symbol-loading.exp: New file.
20688
46e2bafa
YQ
206892014-03-31 Yao Qi <yao@codesourcery.com>
20690
20691 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
20692
8776cfe9
JB
206932014-03-28 Joel Brobecker <brobecker@adacore.com>
20694
20695 * gdb.ada/mi_dyn_arr: New testcase.
20696
5d1ef361
DE
206972014-03-27 Doug Evans <dje@google.com>
20698
20699 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
20700
b5bee914
YQ
207012014-03-27 Yao Qi <yao@codesourcery.com>
20702
20703 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
20704 if target is nios2-*-*.
20705
0d4d0e77
YQ
207062014-03-26 Yao Qi <yao@codesourcery.com>
20707
20708 * lib/gdb.exp (readline_is_used): New proc.
20709 * gdb.base/completion.exp: Move tests on command complete up.
20710 Skip the rest of tests if readline is not used.
20711 * gdb.ada/complete.exp: Skp the test if readline is not
20712 used.
20713 * gdb.base/filesym.exp: Likewise.
20714 * gdb.base/macscp.exp: Likewise.
20715 * gdb.base/readline-ask.exp: Likewise.
20716 * gdb.base/readline.exp: Likewise.
20717 * gdb.python/py-cmd.exp: Likewise.
20718 * gdb.trace/tfile.exp: Likewise.
20719
29361eee
YQ
207202014-03-26 Yao Qi <yao@codesourcery.com>
20721
20722 * gdb.base/macscp.exp: Fix code format issues.
20723
bc9a5525
UW
207242014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
20725
20726 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
20727 * gdb.asm/powerpc64le.inc: New file.
20728
d3839ede
PA
207292014-03-25 Pedro Alves <palves@redhat.com>
20730 Doug Evans <dje@google.com>
20731
20732 * gdb.base/source-execution.c: New file.
20733 * gdb.base/source-execution.exp: New file.
20734 * gdb.base/source-execution.gdb: New file.
20735
01672a57
DE
207362014-03-24 Doug Evans <dje@google.com>
20737
20738 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
20739 using fission.
20740
88bbeca9
HZ
207412014-03-24 Hui Zhu <hui@codesourcery.com>
20742 Pedro Alves <palves@redhat.com>
20743
20744 PR breakpoints/16101
20745 * gdb.base/dprintf.exp: Use unsupported rather than changing the
20746 test pass/fail messages. Detect missing support for dprintf when
20747 breakpoints are actually inserted.
20748 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
20749 breakpoints are actually inserted.
20750 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
20751 fails.
20752
d2348791
JK
207532014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
20754
20755 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
20756
feef67ab
DE
207572014-03-22 Doug Evans <xdje42@gmail.com>
20758
20759 * gdb.python/python.exp (python not supported): Verify multi-line
20760 python command issues an error.
25d743f9 20761 * gdb.guile/guile.exp (guile not supported): Verify multi-line
51b8d20c 20762 guile command issues an error.
feef67ab 20763
ecebef6a
MR
207642014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
20765
20766 * gdb.threads/thread-specific.exp: Handle the lack of usable
20767 $this_breakpoint and $this_thread.
20768
ccdd1909
HZ
207692014-03-21 Hui Zhu <hui@codesourcery.com>
20770
20771 * gdb.base/attach.exp (do_command_attach_tests): New.
20772
beb460e8
PA
207732014-03-20 Tom Tromey <tromey@redhat.com>
20774 Pedro Alves <palves@redhat.com>
20775
20776 PR cli/15718
20777 * gdb.base/condbreak-call-false.c: New file.
20778 * gdb.base/condbreak-call-false.exp: New file.
20779
40acf43a
PA
207802014-03-20 Pedro Alves <palves@redhat.com>
20781
20782 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
20783 Delete.
20784 (block_signals, unblock_signals): Delete.
20785 (child_function_2, main): Remove references to deleted variable
20786 and functions.
20787
9f5e1e02
PA
207882014-03-20 Pedro Alves <palves@redhat.com>
20789
20790 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
20791 Use pthread_kill to signal thread 2.
20792 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
20793 Adjust to make the test send itself a signal rather than using the
20794 host's "kill" command.
20795
99619bea
PA
207962014-03-20 Pedro Alves <palves@redhat.com>
20797
20798 * gdb.threads/multiple-step-overs.c: New file.
20799 * gdb.threads/multiple-step-overs.exp: New file.
20800 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
20801 Adjust expected infrun debug output.
20802
2adfaa28
PA
208032014-03-20 Pedro Alves <palves@redhat.com>
20804
20805 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
20806 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
20807
31e77af2
PA
208082014-03-20 Pedro Alves <palves@redhat.com>
20809
20810 PR breakpoints/7143
20811 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
20812 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
20813 of gdb_test_multiple.
20814 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
20815 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
20816
b9f437de
PA
208172014-03-20 Pedro Alves <palves@redhat.com>
20818
20819 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
20820 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
20821
05adc73e
PA
208222014-03-19 Pedro Alves <palves@redhat.com>
20823
20824 * gdb.base/async.exp: Remove early return.
20825
6048b950
PA
208262014-03-19 Pedro Alves <palves@redhat.com>
20827
20828 * gdb.base/async.exp (step& tests): Pass explicit test messages.
20829
8bcfb00a
PA
208302014-03-19 Pedro Alves <palves@redhat.com>
20831
20832 * gdb.base/async.exp (test_background): Expect \r\n after
20833 "completed." in the fail pattern.
20834
884e37dc
PA
208352014-03-19 Pedro Alves <palves@redhat.com>
20836
20837 * gdb.base/async.exp (test_background): New procedure.
20838 Use it for all background execution command tests.
20839
148e57e2
PA
208402014-03-19 Pedro Alves <palves@redhat.com>
20841
20842 * gdb.base/async.exp: Use prepare_for_testing.
20843
f48088c7
PA
208442014-03-19 Pedro Alves <palves@redhat.com>
20845
20846 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
20847 the same line.
20848
e2f6c966
PA
208492014-03-19 Pedro Alves <palves@redhat.com>
20850
20851 * gdb.base/async.c (main): Add "jump here" and "until here" line
20852 marker comments.
20853 * gdb.base/async.exp (jump_here): New global.
20854 (jump& test): Use it.
20855 (until_here): New global.
20856 (until& test): Use it.
20857
c30568d4
PA
208582014-03-19 Pedro Alves <palves@redhat.com>
20859
20860 * gdb.base/async.exp: Don't frob gdb_protocol.
20861
0172b6a7
DE
208622014-03-18 Doug Evans <xdje42@gmail.com>
20863
20864 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
20865 Fix spelling of exec-done-display.
20866
06c868a8
JK
208672014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
20868
20869 PR gdb/15358
20870 * gdb.base/gdb-sigterm.c: New file.
20871 * gdb.base/gdb-sigterm.exp: New file.
20872
0c7e1a46
PA
208732014-03-18 Pedro Alves <palves@redhat.com>
20874
20875 PR gdb/13860
20876 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
20877 * lib/mi-support.exp (mi_expect_stop): Add special handling for
20878 solib-event.
20879
f7c77d93
JB
208802014-03-17 Joel Brobecker <brobecker@adacore.com>
20881
20882 * gdb.ada/pckd_arr_ren: New testcase.
20883
5a1e8c7a
DE
208842014-03-13 Doug Evans <xdje42@gmail.com>
20885
20886 PR guile/16612
20887 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
20888 collect after discarding symbols.
20889
350e1a76
DE
208902014-03-13 Ludovic Courtès <ludo@gnu.org>
20891 Doug Evans <xdje42@gmail.com>
20892
20893 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
20894 to history survives a gc.
20895
a69900ae
PA
208962014-03-13 Pedro Alves <palves@redhat.com>
20897
20898 * gdb.base/default.exp: Don't test "target procfs".
20899
5db9f0bd
PA
209002014-03-13 Pedro Alves <palves@redhat.com>
20901
20902 * gdb.base/default.exp: Update "target child" and "target procfs"
20903 tests to not expect "Unix".
20904
b3ccfe11
TT
209052014-03-12 Tom Tromey <tromey@redhat.com>
20906
20907 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
20908 New procs. Add target-async tests.
20909 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
20910 Add target-async tests.
20911
646f4417
AA
209122014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
20913
20914 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
20915 'func_start' and 'func_end' for the beginning and end of the
20916 function code, respectively.
20917 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
20918 'func_end' instead of 'func' and 'main'.
20919
288c211f
AA
209202014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
20921
20922 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
20923 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
20924 generate the debug info assembler source.
20925
e0c0f156
AA
209262014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
20927
20928 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
20929 * gdb.dwarf2/arr-subrange.exp: Likewise.
20930 * gdb.dwarf2/dwz.exp: Likewise.
20931 * gdb.dwarf2/method-ptr.exp: Likewise.
20932 * gdb.dwarf2/missing-sig-type.exp: Likewise.
20933 * gdb.dwarf2/subrange.exp: Likewise.
20934 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
20935 * gdb.dwarf2/implptrpiece.exp: Likewise.
20936 * gdb.dwarf2/nostaticblock.exp: Likewise.
20937
0e5c4555
AA
209382014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
20939
20940 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
20941 directory to absolute path name arguments.
20942
5ec18f2b
JG
209432014-03-10 Joel Brobecker <brobecker@adacore.com>
20944
20945 * gdb.ada/tagged_access: New testcase.
20946
847fc4f2
MM
209472014-03-07 Markus Metzger <markus.t.metzger@intel.com>
20948
20949 * gdb.btrace/data.exp: Update expected output.
20950
cc3da688
YQ
209512014-03-06 Yao Qi <yao@codesourcery.com>
20952
20953 * gdb.trace/pr16508.exp: New file.
20954
0f26cec1
PA
209552014-03-05 Pedro Alves <palves@redhat.com>
20956
20957 PR gdb/16575
20958 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
20959 procedure.
20960 (top level): Adjust to use it. Add tests that exercise breakpoint
20961 interaction with the code-cache.
20962
7a5a839f
LC
209632014-02-26 Ludovic Courtès <ludo@gnu.org>
20964
20965 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
20966 test for 'history-append!'.
20967
31aa7e4e
JB
209682014-02-26 Joel Brobecker <brobecker@adacore.com>
20969
20970 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
20971 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
20972 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
20973 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
20974 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
20975 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
20976
1b588015
JB
209772014-02-26 Joel Brobecker <brobecker@adacore.com>
20978
20979 * testsuite/gdb.python/py-pp-re-notag.c: New file.
20980 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
20981 * testsuite/gdb.python/py-pp-re-notag.p: New file.
20982
55426c9d
JB
209832014-02-26 Joel Brobecker <brobecker@adacore.com>
20984
20985 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
20986
dc53a7ad
JB
209872014-02-26 Joel Brobecker <brobecker@adacore.com>
20988
20989 * gdb.dwarf2/arr-stride.c: New file.
20990 * gdb.dwarf2/arr-stride.exp: New file.
20991
12ab52e9
PA
209922014-02-26 Pedro Alves <palves@redhat.com>
20993
20994 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
20995 that won't ever trigger. Make sure that GDB reports the correct
20996 breakpoint that caused the stop.
20997
849c862e
JK
209982014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
20999
21000 PR gdb/16626
21001 * gdb.base/auto-load-script: New file.
21002 * gdb.base/auto-load.c: New file.
21003 * gdb.base/auto-load.exp: New file.
21004
71b7d793
JK
21005 PR gdb/16626
21006 * gdb.base/auto-load.exp: Fix out-of-srctree run.
21007
e2f0d509
JK
210082014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
21009
21010 Fix dw2-icycle.exp -fsanitize=address GDB crash.
21011 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
21012
50cc37c8
DE
210132014-02-24 Doug Evans <dje@google.com>
21014
21015 * lib/gdb.exp (run_on_host): Log error output if program fails.
21016
ea4758f2
PA
210172014-02-21 Pedro Alves <palves@redhat.com>
21018
21019 * gdb.threads/step-after-sr-lock.c: Rename to ...
21020 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
21021 * gdb.threads/step-after-sr-lock.exp: Rename to ...
21022 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
21023 ... this.
21024
d7b30f67
SDJ
210252014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
21026
21027 PR tdep/16397
21028 * gdb.arch/amd64-stap-special-operands.exp: New file.
21029 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
21030 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
21031 * gdb.arch/amd64-stap-triplet.S: Likewise.
21032 * gdb.arch/amd64-stap-triplet.c: Likewise.
21033
83deb43f
JB
210342014-02-20 Joel Brobecker <brobecker@adacore.com>
21035
21036 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
21037 in .section pseudo-op.
21038
adde2bff
DE
210392014-02-20 lin zuojian <manjian2006@gmail.com>
21040 Joel Brobecker <brobecker@adacore.com>
21041 Doug Evans <xdje42@gmail.com>
21042
21043 PR symtab/16581
21044 * gdb.dwarf2/dw2-icycle.S: New file.
21045 * gdb.dwarf2/dw2-icycle.c: New file.
21046 * gdb.dwarf2/dw2-icycle.exp: New file.
21047
f7bd0f78
SC
210482014-02-19 Siva Chandra Reddy <sivachandra@google.com>
21049
21050 * gdb.python/py-value-cc.cc: Improve test case to enable testing
21051 operations on gdb.Value objects.
21052 * gdb.python/py-value-cc.exp: Add new test to test operations on
21053 gdb.Value objects.
21054
c17ef0d5
DE
210552014-02-18 Doug Evans <dje@google.com>
21056
21057 * Makefile.in (TESTS): New variable.
21058 (expanded_tests, expanded_tests_or_none): New variables
21059 (check-single): Pass $(expanded_tests_or_none) to runtest.
21060 (check-parallel): Only run tests in $(TESTS) if non-empty.
21061 (check/no-matching-tests-found): New rule.
21062 * README: Document TESTS makefile variable.
21063
5dd3176f
DE
210642014-02-18 Doug Evans <dje@google.com>
21065
21066 * Makefile.in (check-parallel): rm -rf outputs temp.
21067
0b10be4f
JK
210682014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
21069
21070 Fix "ERROR: no fileid for" in the testsuite.
21071 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
21072
85f224e7
DE
210732014-02-12 Doug Evans <dje@google.com>
21074
21075 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
21076 (MISCELLANEOUS): New variable.
21077 (clean): rm -rf $(MISCELLANEOUS).
21078 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
21079 dwp live in the same directory as symlinks, with each symlink pointed
21080 to a differently named file in a different directory.
21081
149b30ff
DE
210822014-02-11 Doug Evans <dje@google.com>
21083
21084 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
21085 of Tcl file commands.
21086
1dfdac32
MK
210872014-02-10 Mark Kettenis <kettenis@gnu.org>
21088
21089 * gdb.threads/step-after-sr-lock.exp: Avoid executing
21090 "kill -SIGUSR1 -1".
21091
aa4fb036
JB
210922014-02-10 Joel Brobecker <brobecker@adacore.com>
21093
21094 * gdb.ada/tick_length_array_enum_idx: New testcase.
21095
ed3ef339
DE
210962014-02-10 Doug Evans <xdje42@gmail.com>
21097
21098 * configure.ac (AC_OUTPUT): Add gdb.guile.
21099 * configure: Regenerate.
21100 * lib/gdb-guile.exp: New file.
21101 * lib/gdb.exp (get_target_charset): New function.
21102 * gdb.base/help.exp: Update expected output from "apropos apropos".
21103 * gdb.guile/Makefile.in: New file.
21104 * gdb.guile/guile.exp: New file.
21105 * gdb.guile/scm-arch.c: New file.
21106 * gdb.guile/scm-arch.exp: New file.
21107 * gdb.guile/scm-block.c: New file.
21108 * gdb.guile/scm-block.exp: New file.
21109 * gdb.guile/scm-breakpoint.c: New file.
21110 * gdb.guile/scm-breakpoint.exp: New file.
21111 * gdb.guile/scm-disasm.c: New file.
21112 * gdb.guile/scm-disasm.exp: New file.
21113 * gdb.guile/scm-equal.c: New file.
21114 * gdb.guile/scm-equal.exp: New file.
21115 * gdb.guile/scm-error.exp: New file.
21116 * gdb.guile/scm-error.scm: New file.
21117 * gdb.guile/scm-frame-args.c: New file.
21118 * gdb.guile/scm-frame-args.exp: New file.
21119 * gdb.guile/scm-frame-args.scm: New file.
21120 * gdb.guile/scm-frame-inline.c: New file.
21121 * gdb.guile/scm-frame-inline.exp: New file.
21122 * gdb.guile/scm-frame.c: New file.
21123 * gdb.guile/scm-frame.exp: New file.
21124 * gdb.guile/scm-generics.exp: New file.
21125 * gdb.guile/scm-gsmob.exp: New file.
21126 * gdb.guile/scm-iterator.c: New file.
21127 * gdb.guile/scm-iterator.exp: New file.
21128 * gdb.guile/scm-math.c: New file.
21129 * gdb.guile/scm-math.exp: New file.
21130 * gdb.guile/scm-objfile-script-gdb.in: New file.
21131 * gdb.guile/scm-objfile-script.c: New file.
21132 * gdb.guile/scm-objfile-script.exp: New file.
21133 * gdb.guile/scm-objfile.c: New file.
21134 * gdb.guile/scm-objfile.exp: New file.
21135 * gdb.guile/scm-ports.exp: New file.
21136 * gdb.guile/scm-pretty-print.c: New file.
21137 * gdb.guile/scm-pretty-print.exp: New file.
21138 * gdb.guile/scm-pretty-print.scm: New file.
21139 * gdb.guile/scm-section-script.c: New file.
21140 * gdb.guile/scm-section-script.exp: New file.
21141 * gdb.guile/scm-section-script.scm: New file.
21142 * gdb.guile/scm-symbol.c: New file.
21143 * gdb.guile/scm-symbol.exp: New file.
21144 * gdb.guile/scm-symtab-2.c: New file.
21145 * gdb.guile/scm-symtab.c: New file.
21146 * gdb.guile/scm-symtab.exp: New file.
21147 * gdb.guile/scm-type.c: New file.
21148 * gdb.guile/scm-type.exp: New file.
21149 * gdb.guile/scm-value-cc.cc: New file.
21150 * gdb.guile/scm-value-cc.exp: New file.
21151 * gdb.guile/scm-value.c: New file.
21152 * gdb.guile/scm-value.exp: New file.
21153 * gdb.guile/source2.scm: New file.
21154 * gdb.guile/types-module.cc: New file.
21155 * gdb.guile/types-module.exp: New file.
21156
7026a7c1
YQ
211572014-02-10 Yao Qi <yao@codesourcery.com>
21158
21159 PR testsuite/16543
21160 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
21161 * configure: Regenerated.
21162 * Makefile.in: New file.
21163
6c466447
AS
211642014-02-08 Andreas Schwab <schwab@linux-m68k.org>
21165
21166 * gdb.python/py-framefilter.exp: Fix typo.
21167
6e854735
YQ
211682014-02-08 Yao Qi <yao@codesourcery.com>
21169
21170 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
21171 that no =breakpoint-modified is emitted when breakpoints are
21172 modified through MI commands.
21173
d137e6dc
PA
211742014-02-07 Pedro Alves <pedro@codesourcery.com>
21175 Pedro Alves <palves@redhat.com>
21176
21177 * gdb.threads/step-after-sr-lock.c: New file.
21178 * gdb.threads/step-after-sr-lock.exp: New file.
21179
b5ee5a50
PA
211802014-02-07 Pedro Alves <palves@redhat.com>
21181
21182 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
21183
3c77faf3
JK
211842014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
21185
21186 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
21187 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
21188
6dddc817
DE
211892014-02-06 Doug Evans <xdje42@gmail.com>
21190
21191 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
21192 output.
21193
21194 * gdb.gdb/python-interrupts.exp: New file.
21195
de7b2893
YQ
211962014-02-05 Yao Qi <yao@codesourcery.com>
21197
21198 * gdb.trace/report.exp (use_collected_data): Test the output
21199 of "info threads" and "info inferiors".
21200
66d032ac
YQ
212012014-02-05 Yao Qi <yao@codesourcery.com>
21202
21203 Revert this patch:
21204
21205 2013-05-24 Yao Qi <yao@codesourcery.com>
21206
21207 * gdb.trace/tfile.exp: Test inferior and thread.
21208
591a12a1
UW
212092014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
21210
21211 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
21212 on a function.
21213 * gdb.base/step-bt.c: Call hello via function pointer to make
21214 sure its first instruction is executed on powerpc64le-linux.
21215
0ff3e01f
UW
212162014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
21217
21218 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
21219
084ee545
UW
212202014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
21221
21222 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
21223 of the test patterns for use on little-endian systems.
21224
6ed14ff3
UW
212252014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
21226
21227 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
21228 (decimal_vector): Fix for little-endian.
21229
401e27fd
JM
212302014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
21231
21232 * gdb.arch/sparc-sysstep.exp: New file.
21233 * gdb.arch/sparc-sysstep.c: Likewise.
21234
21235 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
21236
8b924729
EBM
212372014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
21238
21239 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
21240
fb151210
JB
212412014-01-23 Tom Tromey <tromey@redhat.com>
21242
21243 * gdb.ada/array_char_idx: New testcase.
21244
0740f8d8
TT
212452014-01-23 Tom Tromey <tromey@redhat.com>
21246
21247 PR python/16487:
21248 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
21249 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
21250 classes.
21251
21909fa1
TT
212522014-01-23 Tom Tromey <tromey@redhat.com>
21253
21254 PR python/16491:
21255 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
21256 string from an inferior frame.
21257 * gdb.python/py-framefilter-mi.exp: Update.
21258
87ce2a04
DE
212592014-01-22 Doug Evans <dje@google.com>
21260
21261 * gdb.server/server-mon.exp: Add tests for "set debug-format".
21262
237b092b
AA
212632014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
21264
21265 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
21266
d674a709
AA
212672014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
21268
21269 * gdb.trace/entry-values.exp: Remove excess space character from
21270 regex patterns. Handle s390 call instruction.
21271
20fa3390
AA
212722014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
21273
21274 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
21275 define "*_start" label. Make "name" static.
21276 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
21277 ${name} by references to ${name}_start.
21278
78466714
AA
212792014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
21280
21281 * gdb.base/info-macros.exp: Remove "debug" from the compile
21282 options.
21283
ec9f644a
IB
212842014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
21285
21286 * gdb.dlang/demangle.exp: New file.
21287
94b1b47e
IB
212882014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
21289
21290 * gdb.dlang/primitive-types.exp: New file.
21291
7f420862
IB
212922014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
21293
21294 * configure.ac: Create gdb.dlang/Makefile.
21295 * configure: Regenerate.
21296 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
21297 * gdb.dlang/Makefile.in: New file.
21298 * lib/d-support.exp: New file.
21299 * lib/gdb.exp (skip_d_tests): New proc.
21300
52834460
MM
213012014-01-16 Markus Metzger <markus.t.metzger@intel.com>
21302
21303 * gdb.btrace/delta.exp: Check reverse stepi.
21304 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
21305 * gdb.btrace/finish.exp: New.
21306 * gdb.btrace/next.exp: New.
21307 * gdb.btrace/nexti.exp: New.
21308 * gdb.btrace/record_goto.c: Add comments.
21309 * gdb.btrace/step.exp: New.
21310 * gdb.btrace/stepi.exp: New.
21311 * gdb.btrace/multi-thread-step.c: New.
21312 * gdb.btrace/multi-thread-step.exp: New.
21313 * gdb.btrace/rn-dl-bind.c: New.
21314 * gdb.btrace/rn-dl-bind.exp: New.
21315 * gdb.btrace/data.c: New.
21316 * gdb.btrace/data.exp: New.
21317 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
21318
6e07b1d2
MM
213192014-01-16 Markus Metzger <markus.t.metzger@intel.com>
21320
21321 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
21322 * gdb.btrace/exception.exp: Update.
21323 * gdb.btrace/instruction_history.exp: Update.
21324 * gdb.btrace/record_goto.exp: Update.
21325 * gdb.btrace/tailcall.exp: Update.
21326 * gdb.btrace/unknown_functions.exp: Update.
21327 * gdb.btrace/delta.exp: New.
21328
0b722aec
MM
213292014-01-16 Markus Metzger <markus.t.metzger@intel.com>
21330
21331 * gdb.btrace/record_goto.exp: Add backtrace test.
21332 * gdb.btrace/tailcall.exp: Add backtrace test.
21333
066ce621
MM
213342014-01-16 Markus Metzger <markus.t.metzger@intel.com>
21335
21336 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
21337 * gdb.btrace/record_goto.c: New.
21338 * gdb.btrace/record_goto.exp: New.
21339 * gdb.btrace/x86-record_goto.S: New.
21340
0688d04e
MM
213412014-01-16 Markus Metzger <markus.t.metzger@intel.com>
21342
21343 * gdb.btrace/function_call_history.exp: Update tests.
21344 * gdb.btrace/instruction_history.exp: Update tests.
21345
8710b709
MM
213462014-01-16 Markus Metzger <markus.t.metzger@intel.com>
21347
21348 * gdb.btrace/function_call_history.exp: Fix expected field
21349 order for "record function-call-history".
21350 Add new tests for "record function-call-history /c".
21351 * gdb.btrace/exception.cc: New.
21352 * gdb.btrace/exception.exp: New.
21353 * gdb.btrace/tailcall.exp: New.
21354 * gdb.btrace/x86-tailcall.S: New.
21355 * gdb.btrace/x86-tailcall.c: New.
21356 * gdb.btrace/unknown_functions.c: New.
21357 * gdb.btrace/unknown_functions.exp: New.
21358 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
21359
5de9129b
MM
213602014-01-16 Markus Metzger <markus.t.metzger@intel.com>
21361
21362 * gdb.btrace/instruction_history.exp: Update.
21363 * gdb.btrace/function_call_history.exp: Update.
21364
23a7fe75
MM
213652014-01-16 Markus Metzger <markus.t.metzger@intel.com>
21366
21367 * gdb.btrace/function_call_history.exp: Fix expected function
21368 trace.
21369 * gdb.btrace/instruction_history.exp: Initialize traced.
21370 Remove traced_functions.
21371
724c7dd8
MM
213722014-01-16 Markus Metzger <markus.t.metzger@intel.com>
21373
21374 * gdb.btrace/function_call_history.exp: Update
21375 * gdb.btrace/instruction_history.exp: Update.
21376
6d78d93b
MM
213772014-01-16 Markus Metzger <markus.t.metzger@intel.com>
21378
21379 * gdb.btrace/enable.exp: Update expected text.
21380
93a360cc
OJ
213812014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
21382
21383 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
21384 bytes.
21385
3772b53f
MR
213862014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
21387
21388 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
21389
596662fa
OJ
213902014-01-15 Omair Javaid <omair.javaid@linaro.org>
21391
21392 * lib/gdb.exp (supports_process_record): Return true for
21393 arm*-linux*. (supports_reverse): Likewise.
21394
b5b08fb4
SC
213952014-01-13 Siva Chandra Reddy <sivachandra@google.com>
21396
21397 PR python/15464
21398 PR python/16113
21399 * gdb.python/py-type.c: Enhance test case.
21400 * gdb.python/py-value-cc.cc: Likewise
21401 * gdb.python/py-type.exp: Add new tests.
21402 * gdb.python/py-value-cc.exp: Likewise
21403
52d7fb13
AA
214042014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
21405 Pedro Alves <palves@redhat.com>
21406
21407 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
21408 Make "name" extern.
21409 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
21410 references to ${name}_start by references to ${name}.
21411
a2cd8cfe
JB
214122014-01-10 Joel Brobecker <brobecker@adacore.com>
21413
21414 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
21415
4e23fced
JB
214162014-01-10 Joel Brobecker <brobecker@adacore.com>
21417
21418 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
21419
c6a9e42c
PA
214202014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
21421 Pedro Alves <palves@redhat.com>
21422
21423 * gdb.mi/mi-info-os.exp: Connect to the target with
72f4393d 21424 mi_gdb_target_load.
c6a9e42c 21425
b7ea362b
PA
214262014-01-08 Pedro Alves <palves@redhat.com>
21427
21428 * gdb.threads/reconnect-signal.c: New file.
21429 * gdb.threads/reconnect-signal.exp: New file.
21430
5e3f4fab
EBM
214312014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
21432
21433 * gdb.base/source-dir.exp: New file.
21434
79301218
JB
214352014-01-07 Joel Brobecker <brobecker@adacore.com>
21436
21437 * gdb.ada/mi_interface: New testcase.
21438
8e355c5d
JB
214392014-01-07 Joel Brobecker <brobecker@adacore.com>
21440
21441 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
21442 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
21443 gdb.ada/pp-rec-component/pck.ads: New files.
21444
c0d48811
JB
214452014-01-07 Joel Brobecker <brobecker@adacore.com>
21446
21447 * gdb.python/py-pp-integral.c: New file.
21448 * gdb.python/py-pp-integral.py: New file.
21449 * gdb.python/py-pp-integral.exp: New file.
21450
17b609c3 21451For older changes see ChangeLog-1993-2013.
c906108c 21452\f
8d8cb839
EZ
21453;; Local Variables:
21454;; mode: change-log
21455;; left-margin: 8
21456;; fill-column: 74
21457;; version-control: never
21458;; End:
902f2ccb 21459
b811d2c2 21460 Copyright 2014-2020 Free Software Foundation, Inc.
902f2ccb
MC
21461 Copying and distribution of this file, with or without modification,
21462 are permitted provided the copyright notice and this notice are preserved.