]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gdb/testsuite/ChangeLog
gdb.base/display.exp C++ify
[thirdparty/binutils-gdb.git] / gdb / testsuite / ChangeLog
CommitLineData
73e18ac9
PA
12020-09-17 Pedro Alves <pedro@palves.net>
2
3 * gdb.base/display.exp: Issue "set print asm-demangle on".
4
c8b18808
PA
52020-09-17 Pedro Alves <pedro@palves.net>
6
7 * gdb.base/find.c: Include <string.h>.
8 (init_bufs): Add cast.
9 * gdb.base/find.exp: Issue "set print asm-demangle on".
10
fe830662
TT
112020-09-16 Tom Tromey <tromey@adacore.com>
12
13 PR gdb/26598:
14 * gdb.base/skipcxx.exp: New file.
15 * gdb.base/skipcxx.cc: New file.
16
945ff6e2
TV
172020-09-16 Tom de Vries <tdevries@suse.de>
18
19 PR testsuite/26617
20 * gdb.dlang/watch-loc.c: Only add .debug_aranges if
21 WITH_DEBUG_SECTIONS is defined.
22 (xstr, str): New macro.
23 (.debug_aranges): Use DMAIN_START_0/1/2 and DMAIN_LENGTH
24 to get start and size of _Dmain.
25 * gdb.dlang/watch-loc.exp: Pass DMAIN_START_0/1/2 and DMAIN_LENGTH
26 using additional_flags.
27
da1df1db
TBA
282020-09-16 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
29
30 * gdb.base/bp-cmds-sourced-script.c: New file.
31 * gdb.base/bp-cmds-sourced-script.exp: New test.
32 * gdb.base/bp-cmds-sourced-script.gdb: New file.
33
337882d4
TV
342020-09-16 Tom de Vries <tdevries@suse.de>
35
36 * lib/gdbserver-support.exp (gdbserver_exit): Make sure we
37 get the gdb prompt after issuing "monitor exit".
38
7361f908
TV
392020-09-16 Tom de Vries <tdevries@suse.de>
40
41 PR testsuite/26624
42 * lib/gdb.exp (gdb_assert): Catch errors in condition evaluation.
43
4d91ddd3
TV
442020-09-16 Tom de Vries <tdevries@suse.de>
45
46 PR testsuite/26618
47 * gdb.tui/new-layout.exp: Escape unbalanced braces.
48
08cc37dd
TT
492020-09-15 Tom Tromey <tromey@adacore.com>
50
51 PR rust/26197:
52 * lib/rust-support.exp (rust_llvm_version): New proc.
53 * gdb.rust/simple.exp: Check rust_llvm_version.
54
ee6372f2
TV
552020-09-14 Tom de Vries <tdevries@suse.de>
56
57 * gdb.rust/traits.exp: Fix PATH warning.
58
dc3a371e
PA
592020-09-13 Pedro Alves <pedro@palves.net>
60
61 * gdb.base/catch-follow-exec.c (main): Add explicit return
62 statement.
63 * gdb.base/catch-signal.c (main): Likewise.
64 * gdb.base/condbreak-call-false.c (main): Likewise.
65 * gdb.base/consecutive.c (main): Add explicit return
66 statement and return type.
67 * gdb.base/cursal.c (main): Add explicit return statement.
68 * gdb.base/cvexpr.c (main): Likewise.
69 * gdb.base/display.c (main): Add explicit return statement and
70 return type.
71 * gdb.base/dprintf-detach.c (main): Add explicit return statement.
72 * gdb.base/endianity.c (main): Likewise.
73 * gdb.base/execd-prog.c (main): Likewise.
74 * gdb.base/gdb1090.c (main): Likewise.
75 * gdb.base/info_qt.c (main): Likewise.
76 * gdb.base/lineinc.c (main): Likewise.
77 * gdb.base/load-command.c (main): Likewise.
78 * gdb.base/macscp1.c (main): Likewise.
79 * gdb.base/pr10179-a.c (main): Likewise.
80 * gdb.base/quit-live.c (main): Likewise.
81 * gdb.base/scope0.c (main): Likewise.
82 * gdb.base/settings.c (main): Likewise.
83 * gdb.base/stack-checking.c (main): Return int.
84 * gdb.base/varargs.c (main): Add explicit return statement.
85 * gdb.cp/ambiguous.cc (main): Likewise.
86 * gdb.cp/anon-struct.cc (main): Likewise.
87 * gdb.cp/anon-union.cc (main): Likewise.
88 * gdb.cp/bool.cc (main): Likewise.
89 * gdb.cp/bs15503.cc (main): Likewise.
90 * gdb.cp/cplusfuncs.cc (main): Likewise.
91 * gdb.cp/cttiadd.cc (main): Likewise.
92 * gdb.cp/extern-c.cc (main): Likewise.
93 * gdb.cp/filename.cc (main): Likewise.
94 * gdb.cp/formatted-ref.cc (main): Likewise.
95 * gdb.cp/mb-ctor.cc (main): Likewise.
96 * gdb.cp/member-ptr.cc (main): Likewise.
97 * gdb.cp/minsym-fallback-main.cc (main): Likewise.
98 * gdb.cp/overload-const.cc (main): Likewise.
99 * gdb.cp/paren-type.cc (main): Likewise.
100 * gdb.cp/parse-lang.cc (main): Likewise.
101 * gdb.cp/pr-1023.cc (main): Likewise.
102 * gdb.cp/psmang1.cc (main): Likewise.
103 * gdb.cp/readnow-language.cc (main): Likewise.
104 * gdb.cp/ref-params.cc (main): Likewise.
105 * gdb.cp/rvalue-ref-params.cc (main): Likewise.
106 * gdb.cp/virtbase2.cc (main): Likewise.
107 * gdb.dwarf2/dw2-abs-hi-pc.c (main): Likewise.
108 * gdb.dwarf2/dw2-namespaceless-anonymous.c (main): Likewise.
109 * gdb.dwarf2/dw4-toplevel-types.cc (main): Likewise.
110 * gdb.mi/mi-console.c (main): Likewise.
111 * gdb.mi/mi-read-memory.c (main): Likewise.
112 * gdb.modula2/multidim.c (main): Likewise.
113 * gdb.opt/inline-small-func.c (main): Likewise.
114 * gdb.python/py-rbreak.c (main): Likewise.
115 * gdb.stabs/exclfwd1.c (main): Likewise.
116 * gdb.trace/qtro.c (main): Likewise.
117
af26601c
PA
1182020-09-13 Pedro Alves <pedro@palves.net>
119
120 * gdb.base/share-env-with-gdbserver.c (main): Call my_getenv
121 instead of getenv.
122
2f4b83cd
PA
1232020-09-13 Pedro Alves <pedro@palves.net>
124
125 * gdb.base/dbx.exp (dbx_gdb_start): Adjust to use gdb_spawn
126 instead of spawning GDB with remote_spawn.
127 * lib/mi-support.exp (default_mi_gdb_start): Adjust to use
128 gdb_spawn instead of spawning GDB with remote_spawn.
129
c49da0e4
PA
1302020-09-13 Pedro Alves <pedro@palves.net>
131
132 * gdb.dwarf2/ada-linkage-name.c (main): Move to the bottom of the
133 file and add calls to first and second.
134 * gdb.dwarf2/atomic.c (main): Move to the bottom of the file and
135 add call to f.
136
6791b117
PA
1372020-09-13 Pedro Alves <pedro@palves.net>
138
139 * gdb.mi/mi-break-qualified.cc: New file.
140 * gdb.mi/mi-break-qualified.exp: New file.
141 * lib/mi-support.exp (mi_create_breakpoint_multi)
142 (mi_make_breakpoint_loc, mi_make_breakpoint_multi): New
143 procedures.
144 (mi_create_breakpoint_1): New, factored out from
145 mi_create_breakpoint.
146
3b8d4c5c
PA
1472020-09-13 Pedro Alves <pedro@palves.net>
148
149 * gdb.cp/inherit.exp: No longer pass -Wno-deprecated-register.
150 * gdb.cp/misc.exp: No longer pass -Wno-deprecated-register.
151 * gdb.cp/misc.cc (class small, small::method, marker_reg1)
152 (register_class): Delete.
153 (main): Don't call register_class.
154
d5f96005
PA
1552020-09-13 Pedro Alves <pedro@palves.net>
156
157 * gdb.cp/classes.exp: No longer pass -Wno-deprecated-register.
158 (do_tests): Remove "calling method for small class" test.
159 * gdb.cp/classes.cc (class small, small::method, marker_reg1)
160 (register_class): Delete.
161 (main): Don't call register_class.
162 * gdb.cp/call-method-register.exp: New file, based on bits removed
163 from classes.exp.
164 * gdb.cp/call-method-register.cc: New file, based on bits removed
165 from classes.cc.
166
77f2120b
PA
1672020-09-13 Pedro Alves <pedro@palves.net>
168
169 * gdb.base/msym-bp-2.c: New.
170 * gdb.base/msym-bp-shl-lib.c: New file.
171 * gdb.base/msym-bp-shl-main-2.c: New file.
172 * gdb.base/msym-bp-shl-main.c: New file.
173 * gdb.base/msym-bp-shl.exp: New file.
174 * gdb.base/msym-bp.c: New file.
175 * gdb.base/msym-bp.exp: New file.
176
32aea73e
JB
1772020-09-13 Joel Brobecker <brobecker@adacore.com>
178
179 * gdb.base/default.exp: Change $_gdb_major to 11.
180
2a67f09d
FW
1812020-09-11 Moritz Riesterer <moritz.riesterer@intel.com>
182 Felix Willgerodt <Felix.Willgerodt@intel.com>
183
184 * x86-avx512bf16.c: New file.
185 * x86-avx512bf16.exp: Likewise.
186 * lib/gdb.exp (skip_avx512bf16_tests): New function.
187
ad570dd7
TV
1882020-09-11 Tom de Vries <tdevries@suse.de>
189
190 PR exp/26602
191 * gdb.cp/ambiguous.exp: Add KFAILs for PR26602.
192
a56f7391
TBA
1932020-09-11 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
194
195 * gdb.base/bp-cmds-execution-x-script.exp: Remove a stale comment.
196
918619e5
AM
1972020-09-10 Alan Modra <amodra@gmail.com>
198
199 PR 26597
200 * gdb.dlang/demangle.exp: Update tests as per gcc commit 387d0773f3.
201
cac1e71d
TV
2022020-09-08 Tom de Vries <tdevries@suse.de>
203
204 * gdb.dwarf2/frame-inlined-in-outer-frame.exp: Consume gdb prompt
205 after gdb_starti_cmd.
206
c5cd900e
AKS
2072020-09-03 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
208
209 * lib/fortran.exp (fortran_complex8): New proc.
210 (fortran_complex16): New proc.
211 * gdb.fortran/complex.exp: Use routines from fortran.exp
212 * gdb.fortran/pointer-to-pointer.exp: Likewise.
213 * gdb.fortran/vla-ptr-info.exp: Likewise.
214
8f5c6526
TV
2152020-09-03 Tom de Vries <tdevries@suse.de>
216
217 PR breakpoint/26546
218 * gdb.base/label-without-address.exp: Runto main first.
219
02c6f3f1
TT
2202020-09-02 Tom Tromey <tromey@adacore.com>
221
222 * gdb.ada/mi_var_access.exp: Test children of access variable.
223 * gdb.ada/mi_var_access/mi_access.adb: Add new stop markers.
224 * gdb.ada/mi_var_array.exp: Update.
225
efe24f05
KB
2262020-08-31 Kevin Buettner <kevinb@redhat.com>
227
228 * gdb.base/corefile.exp (warning-free): XFAIL test when running
229 on docker w/ AUFS storage driver.
230
973695d6
KB
2312020-08-31 Kevin Buettner <kevinb@redhat.com>
232
233 * gdb.base/corefile2.exp (renamed binfile): New tests.
234
f3bd50f1
SM
2352020-08-31 Simon Marchi <simon.marchi@efficios.com>
236
237 * gdb.dwarf2/dw2-reg-undefined.exp: Remove spurious #.
238
22b9b4b0
SL
2392020-08-31 Simon Marchi <simon.marchi@efficios.com>
240
241 * gdb.dwarf2/frame-inlined-in-outer-frame.exp: New file.
242 * gdb.dwarf2/frame-inlined-in-outer-frame.S: New file.
243
8efaf6b3
SM
2442020-08-31 Simon Marchi <simon.marchi@efficios.com>
245
246 * gdb.dwarf2/dw2-reg-undefined.exp: Test "set debug frame 1"
247 output, printing a "not saved" value from history and printing a
248 convenience variable created from a "not saved" value.
249
e840f2e3
TV
2502020-08-31 Tom de Vries <tdevries@suse.de>
251
252 * gdb.base/eh_return.exp: Use nopie.
253
8f57f343
PA
2542020-08-28 Pedro Alves <pedro@palves.net>
255
256 * gdb.base/advance-until-multiple-locations.exp
257 (advance_overload, until_overload): Adjust to match the
258 frame/function header instead of the source line text.
259
626d2320
TV
2602020-08-28 Tom de Vries <tdevries@suse.de>
261
262 * gdb.base/label-without-address.c: New test.
263 * gdb.base/label-without-address.exp: New file.
264
df631783
PA
2652020-08-27 Pedro Alves <pedro@palves.net>
266
267 PR gdb/26523
268 PR gdb/26524
269 * gdb.base/advance-until-multiple-locations.cc: New.
270 * gdb.base/advance-until-multiple-locations.exp: New.
271
48b076bb
SM
2722020-08-27 Simon Marchi <simon.marchi@polymtl.ca>
273
274 * gdb.dwarf2/dw2-reg-undefined.exp: Use multi_line.
275
c2015ce4
AB
2762020-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
277
278 * gdb.arch/amd64-byte.exp: Make test names unique, use
279 gdb_breakpoint, and fix typo 'forth' -> 'fourth'.
280 * gdb.arch/amd64-dword.exp: Likewise.
281 * gdb.arch/amd64-pseudo.c: Fix typo 'forth' -> 'fourth'.
282 * gdb.arch/amd64-stap-special-operands.exp: Make test names
283 unique.
284 * gdb.arch/amd64-tailcall-ret.exp: Likewise.
285 * gdb.arch/amd64-word.exp: Make test names unique, use
286 gdb_breakpoint, and fix typo 'forth' -> 'fourth'.
287 * gdb.arch/i386-byte.exp: Make test names unique, use
288 gdb_breakpoint.
289 * gdb.arch/i386-word.exp: Likewise.
290
995d3a19
SV
2912020-08-25 Shahab Vahedi <shahab@synopsys.com>
292
293 * gdb.arch/arc-tdesc-cpu.xml: Use new feature names.
294
8cac2b31
SM
2952020-08-25 Simon Marchi <simon.marchi@polymtl.ca>
296
297 PR gdb/26532
298 * gdb.threads/stepi-random-signal.exp: Update pattern.
299
2bc19622
SM
3002020-08-25 Simon Marchi <simon.marchi@efficios.com>
301
302 PR gdb/26532
303 * gdb.base/ui-redirect.exp: Update pattern.
304
b04aa1fc
GB
3052020-08-25 Gary Benson <gbenson@redhat.com>
306
307 * gdb.dwarf2/dw2-dir-file-name.exp: Use system assembler
308 when compiling with clang.
8571e9c8 309 * gdb.dwarf2/dw2-restore.exp: Likewise.
b04aa1fc 310
9f68b453
GB
3112020-08-25 Gary Benson <gbenson@redhat.com>
312
313 * gdb.cp/ambiguous.exp: Enable test when compiling with GCC.
314 Add additional_flags=-Wno-inaccessible-base when compiling
315 with GCC >= 10.1 or clang. Add additional_flags=-w when
316 compiling with GCC < 10.
317
3945d2d7
GM
3182020-08-25 Gaius Mulley <gaiusmod2@gmail.com>
319
320 PR m2/26372
fc5d6901
SM
321 * gdb.modula2/multidim.c: New file.
322 * gdb.modula2/multidim.exp: New file.
3945d2d7 323
60122dbe
SM
3242020-08-24 Simon Marchi <simon.marchi@polymtl.ca>
325
326 * lib/gdb.exp (runto): Always emit fail on internal error.
327
1eb8556f
SM
3282020-08-24 Simon Marchi <simon.marchi@efficios.com>
329
330 * gdb.base/gdb-sigterm.exp (do_test): Update expected regexp.
331 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
332 Likewise.
333 * gdb.threads/stepi-random-signal.exp: Likewise.
334
33bf4c5c
TBA
3352020-08-20 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
336
337 * gdb.base/print-file-var.exp: Fix typo "breapoint".
338 * gdb.trace/strace.exp: Ditto.
339
c2fd7fae
AKS
3402020-08-19 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
341
342 * gdb.fortran/vla-type.exp: Skip commands not required for
343 the Flang compiled binaries after prologue fix.
344
326afb72
TT
3452020-08-17 Tom de Vries <tdevries@suse.de>
346 Tom Tromey <tromey@adacore.com>
347
348 PR rust/26197:
349 * gdb.rust/simple.exp (xfail_pattern): Update for new failure.
350
3ae7ab99
TT
3512020-08-17 Tom Tromey <tromey@adacore.com>
352
353 * gdb.ada/mi_var_access.exp: New file.
354 * gdb.ada/mi_var_access/mi_access.adb: New file.
355 * gdb.ada/mi_var_access/pck.adb: New file.
356 * gdb.ada/mi_var_access/pck.ads: New file.
357
f569c1c5
TV
3582020-08-16 Tom de Vries <tdevries@suse.de>
359
360 PR gdb/25350
361 * gdb.base/eh_return.c: New test.
362 * gdb.base/eh_return.exp: New file.
363
3d11c30a
TV
3642020-08-15 Tom de Vries <tdevries@suse.de>
365
366 * gdb.fortran/mixed-lang-stack.c (fortran_charlen_t): New type.
367 (mixed_func_1d_): Use fortran_charlen_t in decl.
368
547ce8f0
TV
3692020-08-15 Tom de Vries <tdevries@suse.de>
370
371 PR backtrace/26390
372 * gdb.fortran/mixed-lang-stack.exp: Call bt with -frame-arguments all.
373 Update expected pattern.
374
a54a7f13
PA
3752020-08-13 Pedro Alves <pedro@palves.net>
376
377 * gdb.fortran/complex.exp: Check skip_fortran_tests.
378 * gdb.fortran/library-module.exp: Likewise.
379 * gdb.fortran/logical.exp: Likewise.
380 * gdb.fortran/module.exp: Likewise.
381 * gdb.fortran/print_type.exp: Likewise.
382 * gdb.fortran/vla-alloc-assoc.exp: Likewise.
383 * gdb.fortran/vla-datatypes.exp: Likewise.
384 * gdb.fortran/vla-history.exp: Likewise.
385 * gdb.fortran/vla-ptr-info.exp: Likewise.
386 * gdb.fortran/vla-ptype-sub.exp: Likewise.
387 * gdb.fortran/vla-ptype.exp: Likewise.
388 * gdb.fortran/vla-sizeof.exp: Likewise.
389 * gdb.fortran/vla-type.exp: Likewise.
390 * gdb.fortran/vla-value-sub-arbitrary.exp: Likewise.
391 * gdb.fortran/vla-value-sub-finish.exp: Likewise.
392 * gdb.fortran/vla-value-sub.exp: Likewise.
393 * gdb.fortran/vla-value.exp: Likewise.
394
7a82e903
PA
3952020-08-13 Pedro Alves <pedro@palves.net>
396
397 * gdb.ada/access_tagged_param.exp: Check skip_ada_tests.
398 * gdb.ada/access_to_packed_array.exp: Likewise.
399 * gdb.ada/access_to_unbounded_array.exp: Likewise.
400 * gdb.ada/addr_arith.exp: Likewise.
401 * gdb.ada/arr_acc_idx_w_gap.exp: Likewise.
402 * gdb.ada/arr_arr.exp: Likewise.
403 * gdb.ada/arr_enum_idx_w_gap.exp: Likewise.
404 * gdb.ada/array_bounds.exp: Likewise.
405 * gdb.ada/array_of_variable_length.exp: Likewise.
406 * gdb.ada/array_ptr_renaming.exp: Likewise.
407 * gdb.ada/array_subscript_addr.exp: Likewise.
408 * gdb.ada/arraydim.exp: Likewise.
409 * gdb.ada/arrayparam.exp: Likewise.
410 * gdb.ada/arrayptr.exp: Likewise.
411 * gdb.ada/assign_1.exp: Likewise.
412 * gdb.ada/assign_arr.exp: Likewise.
413 * gdb.ada/atomic_enum.exp: Likewise.
414 * gdb.ada/attr_ref_and_charlit.exp: Likewise.
415 * gdb.ada/bad-task-bp-keyword.exp: Likewise.
416 * gdb.ada/bias.exp: Likewise.
417 * gdb.ada/boolean_expr.exp: Likewise.
418 * gdb.ada/bp_c_mixed_case.exp: Likewise.
419 * gdb.ada/bp_enum_homonym.exp: Likewise.
420 * gdb.ada/bp_inlined_func.exp: Likewise.
421 * gdb.ada/bp_on_var.exp: Likewise.
422 * gdb.ada/bp_range_type.exp: Likewise.
423 * gdb.ada/bp_reset.exp: Likewise.
424 * gdb.ada/call_pn.exp: Likewise.
425 * gdb.ada/catch_assert_if.exp: Likewise.
426 * gdb.ada/catch_ex.exp: Likewise.
427 * gdb.ada/catch_ex_std.exp: Likewise.
428 * gdb.ada/char_enum.exp: Likewise.
429 * gdb.ada/char_param.exp: Likewise.
430 * gdb.ada/complete.exp: Likewise.
431 * gdb.ada/cond_lang.exp: Likewise.
432 * gdb.ada/convvar_comp.exp: Likewise.
433 * gdb.ada/dgopt.exp: Likewise.
434 * gdb.ada/disc_arr_bound.exp: Likewise.
435 * gdb.ada/display_nested.exp: Likewise.
436 * gdb.ada/dot_all.exp: Likewise.
437 * gdb.ada/dyn_loc.exp: Likewise.
438 * gdb.ada/dyn_stride.exp: Likewise.
439 * gdb.ada/excep_handle.exp: Likewise.
440 * gdb.ada/expr_delims.exp: Likewise.
441 * gdb.ada/expr_with_funcall.exp: Likewise.
442 * gdb.ada/exprs.exp: Likewise.
443 * gdb.ada/fin_fun_out.exp: Likewise.
444 * gdb.ada/fixed_cmp.exp: Likewise.
445 * gdb.ada/formatted_ref.exp: Likewise.
446 * gdb.ada/frame_arg_lang.exp: Likewise.
447 * gdb.ada/frame_args.exp: Likewise.
448 * gdb.ada/fullname_bp.exp: Likewise.
449 * gdb.ada/fun_addr.exp: Likewise.
450 * gdb.ada/fun_in_declare.exp: Likewise.
451 * gdb.ada/fun_overload_menu.exp: Likewise.
452 * gdb.ada/fun_renaming.exp: Likewise.
453 * gdb.ada/funcall_char.exp: Likewise.
454 * gdb.ada/funcall_param.exp: Likewise.
455 * gdb.ada/funcall_ptr.exp: Likewise.
456 * gdb.ada/funcall_ref.exp: Likewise.
457 * gdb.ada/homonym.exp: Likewise.
458 * gdb.ada/info_addr_mixed_case.exp: Likewise.
459 * gdb.ada/info_auto_lang.exp: Likewise.
460 * gdb.ada/info_exc.exp: Likewise.
461 * gdb.ada/info_types.exp: Likewise.
462 * gdb.ada/int_deref.exp: Likewise.
463 * gdb.ada/interface.exp: Likewise.
464 * gdb.ada/iwide.exp: Likewise.
465 * gdb.ada/lang_switch.exp: Likewise.
466 * gdb.ada/length_cond.exp: Likewise.
467 * gdb.ada/maint_with_ada.exp: Likewise.
468 * gdb.ada/mi_catch_assert.exp: Likewise.
469 * gdb.ada/mi_catch_ex.exp: Likewise.
470 * gdb.ada/mi_catch_ex_hand.exp: Likewise.
471 * gdb.ada/mi_dyn_arr.exp: Likewise.
472 * gdb.ada/mi_ex_cond.exp: Likewise.
473 * gdb.ada/mi_exc_info.exp: Likewise.
474 * gdb.ada/mi_interface.exp: Likewise.
475 * gdb.ada/mi_prot.exp: Likewise.
476 * gdb.ada/mi_ref_changeable.exp: Likewise.
477 * gdb.ada/mi_string_access.exp: Likewise.
478 * gdb.ada/mi_task_arg.exp: Likewise.
479 * gdb.ada/mi_task_info.exp: Likewise.
480 * gdb.ada/mi_var_array.exp: Likewise.
481 * gdb.ada/mi_var_union.exp: Likewise.
482 * gdb.ada/mi_variant.exp: Likewise.
483 * gdb.ada/minsyms.exp: Likewise.
484 * gdb.ada/mod_from_name.exp: Likewise.
485 * gdb.ada/nested.exp: Likewise.
486 * gdb.ada/null_array.exp: Likewise.
487 * gdb.ada/optim_drec.exp: Likewise.
488 * gdb.ada/out_of_line_in_inlined.exp: Likewise.
489 * gdb.ada/packed_array_assign.exp: Likewise.
490 * gdb.ada/packed_tagged.exp: Likewise.
491 * gdb.ada/pp-rec-component.exp: Likewise.
492 * gdb.ada/print_chars.exp: Likewise.
493 * gdb.ada/print_pc.exp: Likewise.
494 * gdb.ada/ptr_typedef.exp: Likewise.
495 * gdb.ada/ptype_arith_binop.exp: Likewise.
496 * gdb.ada/ptype_array.exp: Likewise.
497 * gdb.ada/ptype_field.exp: Likewise.
498 * gdb.ada/ptype_tagged_param.exp: Likewise.
499 * gdb.ada/ptype_union.exp: Likewise.
500 * gdb.ada/py_range.exp: Likewise.
501 * gdb.ada/py_taft.exp: Likewise.
502 * gdb.ada/rdv_wait.exp: Likewise.
503 * gdb.ada/rec_comp.exp: Likewise.
504 * gdb.ada/rec_return.exp: Likewise.
505 * gdb.ada/ref_param.exp: Likewise.
506 * gdb.ada/ref_tick_size.exp: Likewise.
507 * gdb.ada/rename_subscript_param.exp: Likewise.
508 * gdb.ada/repeat_dyn.exp: Likewise.
509 * gdb.ada/same_component_name.exp: Likewise.
510 * gdb.ada/same_enum.exp: Likewise.
511 * gdb.ada/scalar_storage.exp: Likewise.
512 * gdb.ada/set_wstr.exp: Likewise.
513 * gdb.ada/small_reg_param.exp: Likewise.
514 * gdb.ada/str_binop_equal.exp: Likewise.
515 * gdb.ada/str_ref_cmp.exp: Likewise.
516 * gdb.ada/str_uninit.exp: Likewise.
517 * gdb.ada/sub_variant.exp: Likewise.
518 * gdb.ada/sym_print_name.exp: Likewise.
519 * gdb.ada/taft_type.exp: Likewise.
520 * gdb.ada/tagged.exp: Likewise.
521 * gdb.ada/tagged_access.exp: Likewise.
522 * gdb.ada/task_bp.exp: Likewise.
523 * gdb.ada/task_switch_in_core.exp: Likewise.
524 * gdb.ada/tasks.exp: Likewise.
525 * gdb.ada/tick_last_segv.exp: Likewise.
526 * gdb.ada/tick_length_array_enum_idx.exp: Likewise.
527 * gdb.ada/type_coercion.exp: Likewise.
528 * gdb.ada/unc_arr_ptr_in_var_rec.exp: Likewise.
529 * gdb.ada/unchecked_union.exp: Likewise.
530 * gdb.ada/uninitialized_vars.exp: Likewise.
531 * gdb.ada/var_arr_attrs.exp: Likewise.
532 * gdb.ada/var_arr_typedef.exp: Likewise.
533 * gdb.ada/var_rec_arr.exp: Likewise.
534 * gdb.ada/variant-record.exp: Likewise.
535 * gdb.ada/variant.exp: Likewise.
536 * gdb.ada/variant_record_packed_array.exp: Likewise.
537 * gdb.ada/varsize_limit.exp: Likewise.
538 * gdb.ada/whatis_array_val.exp: Likewise.
539 * gdb.ada/widewide.exp: Likewise.
540 * gdb.ada/win_fu_syms.exp: Likewise.
541
5422020-08-12 Gary Benson <gbenson@redhat.com>
c0ab14ae
GB
543
544 * gdb.dwarf2/dw2-op-out-param.S (.Ltext5): Fix duplicate label.
545
10c381b5
AB
5462020-08-04 Andrew Burgess <andrew.burgess@embecosm.com>
547
548 * lib/check-test-names.exp (do_reset_vars): Use 'array unset' to
549 unset the array variable.
550
8f34b746
TV
5512020-08-03 Tom de Vries <tdevries@suse.de>
552
553 PR symtab/26333
554 * lib/dwarf.exp (DW_LNE_user): New proc.
555 * gdb.dwarf2/dw2-vendor-extended-opcode.c: New test.
556 * gdb.dwarf2/dw2-vendor-extended-opcode.exp: New file.
557
0245e136
KB
5582020-07-31 Kevin Buettner <kevinb@redhat.com>
559
560 * gdb.base/coremaker2.c: Change all uses of 'unsigned long long'
561 to 'uintptr_t'
562 (inttypes.h): Include.
563
9ef1ec5d
KB
5642020-07-31 Kevin Buettner <kevinb@redhat.com>
565
566 * gdb.base/coremaker2.c (buf_rw): Increase size to 256 KiB.
567 (C5_24k): Delete.
568 (C5_8k, C5_64k, C5_256k): New macros.
569 (buf_ro): Allocate 256 KiB of initialized data.
570
4c55e970
TBA
5712020-07-30 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
572
573 * gdb.base/condbreak-bad.exp: Extend the test with scenarios
574 that attempt to overwrite an existing condition with a condition
575 that fails parsing and also with a condition that parses fine
576 but contains junk at the end.
577
1e620590
TBA
5782020-07-30 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
579
580 * gdb.base/condbreak-bad.c: New test.
581 * gdb.base/condbreak-bad.exp: New file.
582
e12dcc50
TV
5832020-07-30 Tom de Vries <tdevries@suse.de>
584
585 * lib/sym-info-cmds.exp (GDBInfoModuleSymbols::check_entry_1): Factor
586 out of ...
587 (GDBInfoModuleSymbols::check_entry): ... here.
588 (GDBInfoModuleSymbols::check_optional_entry): New proc.
589 * gdb.fortran/info-modules.exp: Use check_optional_entry for entries
590 related to __def_init_mod1_M1t1 / __vtype_mod1_M1t1 / __copy_mod1_M1t1.
591
6cc64caa
TV
5922020-07-30 Tom de Vries <tdevries@suse.de>
593
594 * gdb.fortran/ptype-on-functions.exp: Make "_t" suffix on
595 "__class_some_module_Number_t" optional.
596
90fd07fc
TV
5972020-07-29 Tom de Vries <tdevries@suse.de>
598
599 * lib/selftest-support.exp (selftest_setup): Allow breakpoint at
600 multiple locations.
601
f5c79e97
TV
6022020-07-29 Tom de Vries <tdevries@suse.de>
603
604 * gdb.dwarf2/dw2-line-number-zero.exp: Set breakpoints on lines
605 rather than function name.
606
f75a0693
AB
6072020-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
608
609 PR symtab/26270:
610 * gdb.cp/disasm-func-name.cc: New file.
611 * gdb.cp/disasm-func-name.exp: New file.
612
4888741a
TT
6132020-07-28 Tom Tromey <tromey@adacore.com>
614
615 * gdb.dwarf2/varval.exp (setup_exec): Add 'or' instruction to
616 'varval' location.
617
43d5901d
AB
6182020-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
619
620 * gdb.python/py-unwind.py: Update to make use of a register
621 descriptor.
622
14fa8fb3
AB
6232020-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
624
625 * gdb.python/py-arch-reg-names.exp: Add additional tests.
626
e79eb02f
AB
6272020-07-25 Andrew Burgess <andrew.burgess@embecosm.com>
628
629 PR fortran/23051
630 PR fortran/26139
631 * gdb.fortran/class-allocatable-array.exp: New file.
632 * gdb.fortran/class-allocatable-array.f90: New file.
633 * gdb.fortran/pointer-to-pointer.exp: New file.
634 * gdb.fortran/pointer-to-pointer.f90: New file.
635
876518dd
TV
6362020-07-25 Tom de Vries <tdevries@suse.de>
637
638 PR symtab/26243
639 * gdb.dwarf2/dw2-line-number-zero.c: New test.
640 * gdb.dwarf2/dw2-line-number-zero.exp: New file.
641
6dcfb80a
TV
6422020-07-24 Tom de Vries <tdevries@suse.de>
643
644 PR testsuite/26293
645 * gdb.ada/mi_prot.exp: Require gnatmake-8.
646
e7bc9db8
PA
6472020-07-23 Pedro Alves <pedro@palves.net>
648
649 * gdb.server/server-kill.exp (prepare): New, factored out from the
650 top level.
651 (kill_server): New.
652 (test_tstatus, test_unwind_nosyms, test_unwind_syms): New.
653 (top level) : Call test_tstatus, test_unwind_nosyms, test_unwind_syms.
654
78344df7
AB
6552020-07-23 Andrew Burgess <andrew.burgess@embecosm.com>
656
657 * gdb.dwarf2/dw2-disasm-over-non-stmt.exp: New file.
658
25dfed24
SL
6592020-07-22 Sandra Loosemore <sandra@codesourcery.com>
660
661 * lib/gdb.exp (gdb_wrapper_file, gdb_wrapper_flags):
662 Initialize to empty string at top level.
663 (gdb_wrapper_init): Revert check for file existence on build.
664 Build the wrapper in its default place, not a build-specific
665 location. When host == build, make the pathname absolute.
666 (gdb_compile): Delete leftover declaration of
667 gdb_wrapper_initialized. Check gdb_wrapper_file being an empty
668 string instead of uninitialized.
669
7da515fd
KB
6702020-07-22 Kevin Buettner <kevinb@redhat.com>
671
672 * gdb.base/corefile2.exp: New file.
673 * gdb.base/coremaker2.exp: New file.
674
9c5ec5c2
KB
6752020-07-22 Kevin Buettner <kevinb@redhat.com>
676
677 * gdb.base/coredump-filter.exp: Add second
678 non-Private-Shared-Anon-File test.
679 (test_disasm): Rename binfile for test which is expected
680 to fail.
681
f9e233c9
KB
6822020-07-22 Kevin Buettner <kevinb@redhat.com>
683
684 * gdb.base/corefile.exp: Add test "accessing read-only mmapped
685 data in core file".
686 * gdb.base/coremaker.c (buf2ro): New global.
687 (mmapdata): Add a read-only mmap mapping.
688
94c265d7
KB
6892020-07-22 Kevin Buettner <kevinb@redhat.com>
690
691 PR corefiles/25631
692 * gdb.base/corefile.exp (accessing anonymous, unwritten-to mmap data):
693 New test.
694 * gdb.base/coremaker.c (buf3): New global.
695 (mmapdata): Add mmap call which uses MAP_ANONYMOUS and MAP_PRIVATE
696 flags.
697
6982020-07-22 Kevin Buettner <kevinb@redhat.com>
678c7a56
KB
699
700 * gdb.base/coremaker.c (filler_ro): New global constant.
701
32fa152e
TT
7022020-07-22 Tom Tromey <tromey@adacore.com>
703
704 * gdb.ada/mi_prot.exp: New file.
705 * gdb.ada/mi_prot/pkg.adb: New file.
706 * gdb.ada/mi_prot/pkg.ads: New file.
707 * gdb.ada/mi_prot/prot.adb: New file.
708
c8474dc3
TBA
7092020-07-22 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
710
711 * gdb.base/jit-reader-simple.exp: Add a scenario for a binary that
712 loads two JITers.
713
baf8791e
AB
7142020-07-21 Andrew Burgess <andrew.burgess@embecosm.com>
715
716 * gdb.python/py-arch-reg-groups.exp: Additional tests.
717
f7306dac
AB
7182020-07-21 Andrew Burgess <andrew.burgess@embecosm.com>
719
720 * gdb.python/py-arch-reg-names.exp: Additional tests.
721
6d3d6e4b
TV
7222020-07-21 Tom de Vries <tdevries@suse.de>
723
724 * gdb.reverse/solib-precsave.exp: Handle additional "recommended
725 breakpoint locations".
726 * gdb.reverse/solib-reverse.exp: Same.
727
803d0592
TV
7282020-07-21 Tom de Vries <tdevries@suse.de>
729
730 * gdb.reverse/step-reverse.c (callee): Merge statements.
731
e9bdc510
TV
7322020-07-21 Tom de Vries <tdevries@suse.de>
733
734 * gdb.fortran/info-modules.exp (info module variables): Allow missing
735 line numbers for some variables.
736
f0f9e75a
TV
7372020-07-21 Tom de Vries <tdevries@suse.de>
738
739 * gdb.opt/inline-locals.c (init_array): New func.
740 (func1): Use init_array.
741 * gdb.opt/inline-locals.exp: Update pattern.
742
bd460ecb
TV
7432020-07-21 Tom de Vries <tdevries@suse.de>
744
745 * gdb.debuginfod/fetch_src_and_symbols.exp: Use save_vars for env
746 vars. Fix PATH and DUPLICATE errors. Cleanup whitespace.
747
ae5369e7
LC
7482020-07-20 Ludovic Courtès <ludo@gnu.org>
749
750 * gdb.guile/source2.scm: Add #f first argument to 'format'.
751 * gdb.guile/types-module.exp: Remove "ERROR:" from
752 regexps since Guile 3.0 no longer prints that.
753
68cf161c
LC
7542020-07-20 Ludovic Courtès <ludo@gnu.org>
755
756 * gdb.guile/scm-error.exp ("source $remote_guile_file_1"): Relax
757 error regexp to match on Guile 2.2.
758
c14b4913
GB
7592020-07-20 Gary Benson <gbenson@redhat.com>
760
761 * gdb.cp/align.exp: Fix "alignof (void)" tests when compiling
762 with clang.
763
b243ba58
TV
7642020-07-20 Tom de Vries <tdevries@suse.de>
765
766 * gdb.threads/omp-par-scope.c (lock, lock2): New variable.
767 (omp_set_lock_in_order): New function.
768 (single_scope, multi_scope, nested_func, nested_parallel): Use
769 omp_set_lock_in_order and omp_unset_lock.
770 (main): Init and destroy lock and lock2.
771
c06ad8b5
TV
7722020-07-20 Tom de Vries <tdevries@suse.de>
773
774 * gdb.base/valgrind-infcall-2.exp: Handle printf unknown return type.
775
6e22f117
TV
7762020-07-20 Tom de Vries <tdevries@suse.de>
777
778 * gdb.threads/attach-slow-waitpid.exp: Bail out if gdb_start fails.
779
33176ea7
TV
7802020-07-17 Tom de Vries <tdevries@suse.de>
781
782 * gdb.base/valgrind-infcall-2.c: New test.
783 * gdb.base/valgrind-infcall-2.exp: New file.
784 * lib/valgrind.exp (vgdb_start): Add and handle active_at_startup.
785
90c3ec2d
TV
7862020-07-17 Tom de Vries <tdevries@suse.de>
787
788 * gdb.dlang/circular.c (found): Use found_label as label name.
789 * gdb.dwarf2/arr-subrange.c (main): Use main_label as label name.
790 * gdb.dwarf2/comp-unit-lang.c (func): Use func_label as label name.
791 * gdb.dlang/circular.exp: Use MACRO_AT_func and MACRO_AT_range.
792 * gdb.dwarf2/ada-linkage-name.exp: Same.
793 * gdb.dwarf2/arr-subrange.exp: Same.
794 * gdb.dwarf2/atomic-type.exp: Same.
795 * gdb.dwarf2/comp-unit-lang.exp: Same.
796 * gdb.dwarf2/cpp-linkage-name.exp: Same.
797 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Same.
798 * gdb.dwarf2/dw2-lexical-block-bare.exp: Same.
799 * gdb.dwarf2/dw2-regno-invalid.exp: Same.
800 * gdb.dwarf2/implptr-64bit.exp: Same.
801 * gdb.dwarf2/imported-unit-abstract-const-value.exp: Same.
802 * gdb.dwarf2/imported-unit-runto-main.exp: Same.
803 * gdb.dwarf2/imported-unit.exp: Same.
804 * gdb.dwarf2/main-subprogram.exp: Same.
805 * gdb.dwarf2/missing-type-name.exp: Same.
806 * gdb.dwarf2/nonvar-access.exp: Same.
807 * gdb.dwarf2/struct-with-sig.exp: Same.
808 * gdb.dwarf2/typedef-void-finish.exp: Same.
809 * gdb.dwarf2/void-type.exp: Same.
810
10da644d
TV
8112020-07-17 Tom de Vries <tdevries@suse.de>
812
813 * lib/dwarf.exp (Dwarf::MACRO_AT_func, Dwarf::MACRO_AT_range): Drop
814 src parameter.
815 * gdb.dlang/watch-loc.exp: Update MACRO_AT_{func,range} calls.
816 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Same.
817 * gdb.dwarf2/dw2-ifort-parameter.exp: Same.
818 * gdb.dwarf2/dw2-opt-structptr.exp: Same.
819 * gdb.dwarf2/dwz.exp: Same.
820 * gdb.dwarf2/implptr-optimized-out.exp: Same.
821 * gdb.dwarf2/implref-array.exp: Same.
822 * gdb.dwarf2/implref-const.exp: Same.
823 * gdb.dwarf2/implref-global.exp: Same.
824 * gdb.dwarf2/implref-struct.exp: Same.
825 * gdb.dwarf2/info-locals-optimized-out.exp: Same.
826 * gdb.dwarf2/opaque-type-lookup.exp: Same.
827 * gdb.dwarf2/var-access.exp: Same.
828 * gdb.dwarf2/varval.exp: Same.
829 * gdb.trace/entry-values.exp: Same.
830
315e6afc
TV
8312020-07-17 Tom de Vries <tdevries@suse.de>
832
833 * lib/dwarf.exp (Dwarf::extern): Remove.
834 * gdb.compile/compile-ops.exp: Remove use of Dwarf::extern.
835 * gdb.dlang/circular.exp: Same.
836 * gdb.dwarf2/comp-unit-lang.exp: Same.
837 * gdb.dwarf2/dw2-ifort-parameter.exp: Same.
838 * gdb.dwarf2/dw2-symtab-includes.exp: Same.
839 * gdb.dwarf2/dwz.exp: Same.
840 * gdb.dwarf2/imported-unit-abstract-const-value.exp: Same.
841 * gdb.dwarf2/imported-unit-runto-main.exp: Same.
842 * gdb.dwarf2/imported-unit.exp: Same.
843 * gdb.dwarf2/opaque-type-lookup.exp: Same.
844
5597c940
SL
8452020-07-16 Sandra Loosemore <sandra@codesourcery.com>
846
847 * gdb.base/shell.exp: Skip pipe tests dependent on sh on Windows host.
848 Use double quotes instead of single quotes.
849
d0ce17d8
CT
8502020-07-16 Caroline Tice <cmtice@google.com>
851
852 * gdb.dwarf2/dw5-rnglist-test.cc: New file.
853 * gdb.dwarf2/dw5-rnglist-test.exp: New file.
854
853772cc
TV
8552020-07-16 Tom de Vries <tdevries@suse.de>
856
857 * lib/dwarf.exp (program): Initialize _line.
858 (DW_LNE_end_sequence): Reinitialize _line.
859 (DW_LNS_advance_line): Update _line.
860 (line): New proc.
861 * gdb.dwarf2/dw2-inline-many-frames.exp: Use line.
862 * gdb.dwarf2/dw2-inline-small-func.exp: Same.
863 * gdb.dwarf2/dw2-inline-stepping.exp: Same.
864 * gdb.dwarf2/dw2-is-stmt-2.exp: Same.
865 * gdb.dwarf2/dw2-is-stmt.exp: Same.
866 * gdb.dwarf2/dw2-ranges-func.exp: Same.
867
fe07b572
AB
8682020-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
869
870 * gdb.fortran/ptype-on-functions.exp: Make the result pattern more
871 generic.
872
52781cce
TV
8732020-07-15 Tom de Vries <tdevries@suse.de>
874
875 * gdb.trace/entry-values.exp: Expect "call" instead of "callq" if
876 is_amd64_regs_target.
877
3dcc261c
AB
8782020-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
879
880 * gdb.fortran/ptype-on-functions.exp: Add more tests.
881 * gdb.fortran/ptype-on-functions.f90: Likewise.
882
054a0959
SM
8832020-07-14 Simon Marchi <simon.marchi@polymtl.ca>
884
885 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu, Dwarf::lines): Change valid
886 values in documentation for addr_size to 4 and 8.
887
ccb9eba6
AB
8882020-07-14 Andrew Burgess <andrew.burgess@embecosm.com>
889
890 * gdb.arch/amd64-osabi.exp: Update.
891 * gdb.arch/arm-disassembler-options.exp: Update.
892 * gdb.arch/powerpc-disassembler-options.exp: Update.
893 * gdb.arch/ppc64-symtab-cordic.exp: Update.
894 * gdb.arch/s390-disassembler-options.exp: Update.
895 * gdb.base/all-architectures.exp.tcl: Update.
896 * gdb.base/attach-pie-noexec.exp: Update.
897 * gdb.base/catch-syscall.exp: Update.
898 * gdb.xml/tdesc-arch.exp: Update.
899
025a39a7
TV
9002020-07-14 Tom de Vries <tdevries@suse.de>
901
902 * gdb.threads/clone-new-thread-event.c (gettid): Rename to ...
903 (local_gettid): ... this.
904 (fn): Update.
905
74e4b667
SL
9062020-07-13 Sandra Loosemore <sandra@codesourcery.com>
907
908 * gdb.base/info_sources.exp: Skip directory match tests on
909 remote hosts.
910
f413dd74
GB
9112020-07-13 Gary Benson <gbenson@redhat.com>
912
913 * gdb.base/savedregs.exp (caller): Use parentheses to
914 make expected expression evaluation ordering explicit.
915
915771bb
GB
9162020-07-13 Gary Benson <gbenson@redhat.com>
917
918 * gdb.arch/i386-sse.c (have_sse) <edx>: Make unsigned.
919
2a122642
GB
9202020-07-13 Gary Benson <gbenson@redhat.com>
921
922 * gdb.base/bigcore.c (main): Use a volatile pointer when
923 attempting to trigger a SIGSEGV.
924 * gdb.base/gcore-relro-pie.c (break_here): Likewise.
925 * gdb.base/gcore-tls-pie.c (break_here): Likewise.
926 * gdb.base/savedregs.c (thrower): Likewise.
927 * gdb.mi/mi-syn-frame.c (bar): Likewise.
928
3f00c730
GB
9292020-07-13 Gary Benson <gbenson@redhat.com>
930
931 * gdb.base/vla-datatypes.c (vla_factory): Factor out sections
932 defining and using VLA structure fields into...
933 * gdb.base/vla-struct-fields.c: New file.
934 * gdb.base/vla-datatypes.exp: Factor out VLA structure field
935 tests into...
936 * gdb.base/vla-struct-fields.exp: New file.
937
963eeee4
TV
9382020-07-13 Tom de Vries <tdevries@suse.de>
939
940 * lib/gdb.exp (have_fuse_ld_gold): New caching proc.
941 * gdb.base/gcore-tls-pie.exp: Use have_fuse_ld_gold.
942 * gdb.base/gold-gdb-index.exp: Same.
943 * gdb.base/morestack.exp: Same.
944
0ed35c9a
DX
9452020-07-11 Daniel Xu <dxu@dxuuu.xyz>
946
947 PR rust/26121
948 * gdb.rust/modules.rs: Prevent linker from discarding test
949 symbol.
950
4fdba23d
PA
9512020-07-10 Pedro Alves <pedro@palves.net>
952
953 PR gdb/26199
954 * gdb.multi/multi-target.c (exit_thread): New.
955 (thread_start): Break loop if EXIT_THREAD.
956 * gdb.multi/multi-target.exp (test_no_unwaited_for): New proc.
957 (top level) Call test_no_resumed.
958
15f3b077
TT
9592020-07-08 Tom Tromey <tromey@adacore.com>
960
961 * gdb.ada/catch_ex/foo.adb: Pass string to raise.
962 * gdb.ada/catch_ex.exp: Examine catchpoint text.
963
9fc501fd
AB
9642020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
965
966 PR python/22748
967 * gdb.opt/inline-frame-tailcall.c: New file.
968 * gdb.opt/inline-frame-tailcall.exp: New file.
969 * gdb.python/py-unwind-inline.c: New file.
970 * gdb.python/py-unwind-inline.exp: New file.
971 * gdb.python/py-unwind-inline.py: New file.
972
64cb3757
AB
9732020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
974
975 * gdb.python/py-arch-reg-groups.exp: New file.
976
0f767f94
AB
9772020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
978
979 * gdb.python/py-arch-reg-names.exp: New file.
980
87dbc774
AB
9812020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
982
983 * gdb.python/py-unwind.py (TestUnwinder::__call__): Add test for
984 gdb.PendingFrame.architecture method.
985
d8cc8af6
TV
9862020-07-06 Tom de Vries <tdevries@suse.de>
987
988 * gdb.dwarf2/dw2-ranges-base.exp: Test line-table order.
989
3c8ea5be
PA
9902020-07-03 Pedro Alves <palves@redhat.com>
991
992 * gdb.base/structs2.c (main): Adjust second parem_reg call to
993 explicitly write negative numbers.
994 * gdb.base/structs2.exp: Adjust expected output.
995
bf90c83a
PA
9962020-07-03 Pedro Alves <palves@redhat.com>
997
998 * gdb.base/charset.c (init_string): Change all char parameters to
999 unsigned char parameters.
1000
2eb82157
PA
10012020-07-03 Pedro Alves <palves@redhat.com>
1002
1003 * gdb.base/call-sc.exp (start_scalars_test): Use
1004 prepare_for_testing and don't try compiling with -DNO_PROTOTYPES.
1005 * gdb.base/overlays.c: Remove references to PARAMS.
1006 * gdb.base/ovlymgr.h (PARAMS): Delete, and remove all references.
1007 * gdb.base/reread.exp: Don't set 'prototypes' global.
1008 * gdb.base/structs.exp (start_structs_test): Use
1009 prepare_for_testing and don't try compiling with -DNO_PROTOTYPES.
1010 * gdb.base/structs2.exp: Don't set 'prototypes' global. Use
1011 prepare_for_testing and don't try compiling with -DNO_PROTOTYPES.
1012 Don't issue "set width 0". Remove gdb_stop_suppressing_tests
1013 call.
1014 * gdb.base/varargs.exp: Don't set 'prototypes' global.
1015
9adda7af
PA
10162020-07-03 Pedro Alves <palves@redhat.com>
1017
1018 * gdb.base/m32rovly.c: Delete.
1019 * gdb.base/ovlymgr.c: Remove all code guarded by __D10V__.
1020
2a17c803
PW
10212020-06-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1022
1023 * gdb.python/py-breakpoint.exp: use gdb_test_multiline instead
1024 of gdb_py_test_multiple.
1025 * gdb.python/py-cmd.exp: Likewise.
1026 * gdb.python/py-events.exp: Likewise.
1027 * gdb.python/py-function.exp: Likewise.
1028 * gdb.python/py-inferior.exp: Likewise.
1029 * gdb.python/py-infthread.exp: Likewise.
1030 * gdb.python/py-linetable.exp: Likewise.
1031 * gdb.python/py-parameter.exp: Likewise.
1032 * gdb.python/py-value.exp: Likewise.
1033
b011fe1a
TV
10342020-06-30 Tom de Vries <tdevries@suse.de>
1035
1036 PR testsuite/26175
1037 * lib/future.exp (gdb_default_target_compile): Detect and handle
1038 early_flags.
1039
df5b8876
SM
10402020-06-29 Simon Marchi <simon.marchi@efficios.com>
1041
1042 * boards/simavr.exp (gdb_load): Catch errors when closing
1043 previous connection. Close connection, wait for process and
1044 unset simavr_spawn_id on failure.
1045
a3ca48cd
TV
10462020-06-29 Tom de Vries <tdevries@suse.de>
1047
1048 * lib/gdb.exp (unknown): Make test-case unresolved.
1049
b0237c0e
TV
10502020-06-29 Tom de Vries <tdevries@suse.de>
1051
1052 PR gdb/25475
1053 * gdb.server/solib-list.exp: Verify that the symbol reload
1054 confirmation question is asked.
1055
c0b3b3bd
PW
10562020-06-26 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1057
1058 * lib/gdb.exp (gdb_test_multiline): New, moved from gdb-guile.exp,
1059 have a input seq nr in each pass message.
fe4c3d43 1060 * lib/gdb-guile.exp (gdb_test_multiline): Move to gdb.exp.
c0b3b3bd
PW
1061 * lib/gdb-python.exp (gdb_py_test_multiple): Remove.
1062 * gdb.python/python.exp: Make test names unique,
1063 use gdb_test_multiline instead of gdb_py_test_multiple,
1064 use $gdb_test_name.
1065 * gdb.guile/guile.exp: Make test names unique, use $gdb_test_name
1066
1776e3e5
NA
10672020-06-26 Nick Alcock <nick.alcock@oracle.com>
1068
1069 * configure.ac: Add --enable-libctf.
1070 * aclocal.m4: sinclude ../config/enable.m4.
1071 * Makefile.in (site.exp): Add enable_libctf to site.exp.
1072 * lib/gdb.exp (skip_ctf_tests): Use it.
1073 * gdb.base/ctf-constvars.exp: Error message tweak.
1074 * gdb.base/ctf-ptype.exp: Likewise.
1075 * configure: Regenerate.
1076
f53b3eeb
GB
10772020-06-26 Gary Benson <gbenson@redhat.com>
1078
1079 * gdb.cp/try_catch.cc: Include string.h.
1080 (main): Replace comparison against string literal with
1081 strcmp, avoiding build failure with -Wstring-compare.
1082 Add "marker test-complete".
1083 * gdb.cp/try_catch.exp: Run the test to the above marker,
1084 then verify that the value of "test" is still true.
1085
6d74da72
AB
10862020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
1087
1088 * gdb.arch/riscv-tdesc-regs.exp: New test cases.
1089
2e52d038
AB
10902020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
1091
1092 * gdb.arch/riscv-tdesc-regs.exp: Extend test case.
1093
3b9fce96
AB
10942020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
1095
1096 * gdb.arch/riscv-tdesc-loading-01.xml: New file.
1097 * gdb.arch/riscv-tdesc-loading-02.xml: New file.
1098 * gdb.arch/riscv-tdesc-loading-03.xml: New file.
1099 * gdb.arch/riscv-tdesc-loading-04.xml: New file.
1100 * gdb.arch/riscv-tdesc-loading.exp: New file.
1101
ed69cbc8
AB
11022020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
1103
1104 * gdb.arch/riscv-tdesc-regs.exp: Extend test case.
1105
767a879e
AB
11062020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
1107
1108 * gdb.arch/riscv-tdesc-regs-32.xml: New file.
1109 * gdb.arch/riscv-tdesc-regs-64.xml: New file.
1110 * gdb.arch/riscv-tdesc-regs.c: New file.
1111 * gdb.arch/riscv-tdesc-regs.exp: New file.
1112
221db974
PA
11132020-06-24 Pedro Alves <palves@redhat.com>
1114
1115 * gdb.arch/amd64-entry-value-paramref.exp: Use
1116 prepare_for_testing_full and don't pass "c++" for the .S file
1117 build spec.
1118 * gdb.compile/compile-cplus.exp: Don't compile $srcfile3 with
1119 $options, since it's an assembly file. Remove -Wno-deprecated.
1120 * lib/gdb.exp (gdb_compile): Pass "-x c++" explicitly when
1121 compiling C++ programs.
1122
331733cd
PA
11232020-06-24 Pedro Alves <palves@redhat.com>
1124
1125 * lib/gdb.exp (gdb_compile): Update intro comment. If C/C++ with
1126 Clang, add "-Wno-unknown-warning-option" to the options.
1127
caa7fd04
AB
11282020-06-23 Andrew Burgess <andrew.burgess@embecosm.com>
1129
1130 * gdb.xml/tdesc-reload.c: New file.
1131 * gdb.xml/tdesc-reload.exp: New file.
1132 * gdb.xml/maint-xml-dump-01.xml: New file.
1133 * gdb.xml/maint-xml-dump-02.xml: New file.
1134 * gdb.xml/maint-xml-dump.exp: New file.
1135
bb8d1260
SL
11362020-06-23 Sandra Loosemore <sandra@codesourcery.com>
1137
1138 * lib/completion-support.exp (test_gdb_completion_offers_commands):
1139 Adjust for omitted commands when TUI is disabled.
1140
7e4b9c4c
GB
11412020-06-23 Gary Benson <gbenson@redhat.com>
1142 Pedro Alves <palves@redhat.com>
1143
1144 * gdb.cp/namespace.cc: Improve -Wunused-value fix.
1145 * gdb.cp/nsimport.cc: Likewise.
1146 * gdb.cp/nsnested.cc: Likewise.
1147 * gdb.cp/nsnoimports.cc: Likewise.
1148 * gdb.cp/nsusing.cc: Likewise.
1149 * gdb.cp/smartp.cc: Likewise.
1150 * gdb.python/py-pp-integral.c: Likewise.
1151 * gdb.python/py-pp-re-notag.c: Likewise.
1152
2e573c0a
GB
11532020-06-23 Gary Benson <gbenson@redhat.com>
1154
1155 * gdb.cp/namespace.cc: Avoid build failure with -Wunused-value.
1156 * gdb.cp/nsimport.cc: Likewise.
1157 * gdb.cp/nsnested.cc: Likewise.
1158 * gdb.cp/nsnoimports.cc: Likewise.
1159 * gdb.cp/nsusing.cc: Likewise.
1160 * gdb.cp/smartp.cc: Likewise.
1161 * gdb.python/py-pp-integral.c: Likewise.
1162 * gdb.python/py-pp-re-notag.c: Likewise.
1163
746ebfe8
PW
11642020-06-22 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1165
1166 * gdb.base/default-args.exp: New test.
1167 * gdb.base/default-args.c: New file.
1168 * gdb.base/alias.exp: Update expected error msg for alias foo=bar.
1169 * gdb.base/default.exp: Update to new help text.
1170 * gdb.base/help.exp: Likewise.
1171 * gdb.base/page.exp: Likewise.
1172 * gdb.base/style.exp: Likewise.
1173 * gdb.guile/guile.exp: Likewise.
1174 * gdb.python/python.exp: Likewise.
1175
e822f2cd
SL
11762020-06-22 Sandra Loosemore <sandra@codesourcery.com>
1177
1178 * gdb.base/source-dir.exp (test_truncated_comp_dir): Skip on
1179 remote host. Fix search path syntax on Windows host.
1180
48e9cc84
PW
11812020-06-21 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1182
1183 * gdb.base/attach.exp: Test priority of 'exec-file' changed
1184 over 'exec-file-mismatch'.
1185 * gdb.base/attach.c: Mark should_exit volatile.
1186 * gdb.base/attach2.c: Likewise. Add a comment explaining
1187 why the sleep cannot be big.
1188 * gdb.base/attach3.c: New file.
1189
160f8a8f
SL
11902020-06-20 Sandra Loosemore <sandra@codesourcery.com>
1191
1192 * gdb.mi/mi-sym-info.exp: Adjust filename patterns to make directory
1193 prefix optional.
1194
4d91c2a4
SL
11952020-06-20 Sandra Loosemore <sandra@codesourcery.com>
1196
1197 * gdb.base/list-missing-source.exp: Correct $srcfile manipulation
1198 for remote host.
1199
87f83f20
SL
12002020-06-19 Sandra Loosemore <sandra@codesourcery.com>
1201 Hafiz Abid Qadeer <abidh@codesourcery.com>
1202
1203 * gdb.xml/tdesc-regs.exp (load_description): Correct pathname of
1204 file sent to remote host.
1205 (top level): Allow int32_t as type of 32-bit register.
1206
37ab8655
TV
12072020-06-19 Tom de Vries <tdevries@suse.de>
1208
1209 * lib/gdb.exp (gdb_note): New proc.
1210 * lib/future.exp (gdb_default_target_compile_1): Factor out of ...
1211 (gdb_default_target_compile): ... here. Only call
1212 gdb_default_target_compile_1 if use_gdb_compile(<lang>) is set.
1213 (use_gdb_compile): Change to array.
1214 (toplevel): Update sets of use_gdb_compile to specify language.
1215 Warn about default_target_compile override. Store dejagnu's version
1216 of default_target_compile in dejagnu_default_target_compile.
1217
a8a56685
TV
12182020-06-18 Tom de Vries <tdevries@suse.de>
1219
1220 * lib/gdb.exp (gdb_init): Move all but call to default_gdb_init to ...
1221 (default_gdb_init): ... here.
1222
581bea2c
SL
12232020-06-17 Sandra Loosemore <sandra@codesourcery.com>
1224
1225 Fix TUI support checks in gdb.tui tests.
1226
1227 * gdb.tui/basic.exp: Skip test when TUI is unsupported, don't
1228 just say UNSUPPORTED.
1229 * gdb.tui/corefile-run.exp: Likewise.
1230 * gdb.tui/empty.exp: Likewise.
1231 * gdb.tui/list-before.exp: Likewise.
1232 * gdb.tui/list.exp: Likewise.
1233 * gdb.tui/main.exp: Likewise.
1234 * gdb.tui/regs.exp: Likewise.
1235 * gdb.tui/resize.exp: Likewise.
1236 * gdb.tui/tui-layout-asm-short-prog.exp: Likewise.
1237 * gdb.tui/tui-layout-asm.exp: Likewise.
1238 * gdb.tui/tui-missing-src.exp: Likewise.
1239 * gdb.tui/winheight.exp: Likewise.
1240 * gdb.tui/new-layout.exp: Likewise. Also move check earlier.
1241
05e682e3
SL
12422020-06-17 Sandra Loosemore <sandra@codesourcery.com>
1243
1244 Fix TCL error in gdb.python/py-format-string.exp.
1245
1246 * gdb.python/py-format-string.exp: Move test for python support
1247 earlier, out of function body.
1248
efb763a5
SM
12492020-06-15 Simon Marchi <simon.marchi@efficios.com>
1250
1251 * gdb.base/index-cache-load-twice.c: New.
1252 * gdb.base/index-cache-load-twice.exp: New.
1253
43327b20
KS
12542020-06-17 Keith Seitz <keiths@redhat.com>
1255
99cf27cf 1256 * gdb.debuginfod/fetch_src_and_symbols.exp: Pass INTERNAL_GDBFLAGS
43327b20
KS
1257 when executing "gdb --configuration".
1258
081e778c
TV
12592020-06-17 Tom de Vries <tdevries@suse.de>
1260
1261 * lib/gdb.exp (gdb_tcl_unknown): New proc.
1262 (gdb_init): Use gdb_tcl_unknown for ::unknown override. Make override
1263 conditional on presence of gdb_tcl_unknown.
1264 (gdb_finish): Make override undo conditional on presence of
1265 gdb_tcl_unknown.
1266
d2d1ea20
TT
12672020-06-16 Tom Tromey <tom@tromey.com>
1268
1269 * gdb.python/tui-window.py (failwin): New function. Register it
1270 as a TUI window type.
1271 * gdb.python/tui-window.exp: Create new "fail" layout. Test it.
1272
c802e8a7
GB
12732020-06-16 Gary Benson <gbenson@redhat.com>
1274
1275 * gdb.python/py-nested-maps.c (create_map): Add missing return
1276 value.
1277 (create_map_map): Likewise.
1278
ff08abb8
TBA
12792020-06-15 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1280
1281 * gdb.base/jit-elf-so.exp: Refer to the global main_loader_basename
1282 variable.
1283 * gdb.base/jit-reader-simple.exp: Fix typo ("Built" -> "Build"),
1284 and use the already-defined 'options' variable.
1285
a29d5112
AB
12862020-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
1287 Tom de Vries <tdevries@suse.de>
1288
1289 * lib/gdb.exp (gdb_known_globals, gdb_persistent_globals): New global.
1290 (gdb_persistent_global, gdb_persistent_global_no_decl): New proc.
1291 (gdb_setup_known_globals): New proc.
1292 (gdb_cleanup_globals): New proc.
1293 * lib/gdb.exp (load_lib): New override proc.
1294 (gdb_stdin_log_init): Set var in_file as persistent global.
1295 * lib/pascal.exp (gdb_stdin_log_init): Set vars
1296 pascal_compiler_is_gpc, pascal_compiler_is_fpc, gpc_compiler and
1297 fpc_compiler as persistent global.
1298
8c74a764
TV
12992020-06-12 Tom de Vries <tdevries@suse.de>
1300
1301 * lib/tuiterm.exp (spawn): Rename to ...
1302 (tui_spawn): ... this.
1303 (toplevel): Move rename of spawn ...
1304 (gdb_init_tuiterm): ... here. New proc.
1305 (gdb_finish_tuiterm): New proc.
1306 * lib/gdb.exp (gdb_finish_hooks): New global var.
1307 (gdb_finish): Handle gdb_finish_hooks.
1308 (tuiterm_env): New proc.
1309 * gdb.python/tui-window.exp: Replace load_lib tuiterm.exp with
1310 tuiterm_env.
1311 * gdb.tui/basic.exp: Same.
1312 * gdb.tui/corefile-run.exp: Same.
1313 * gdb.tui/empty.exp: Same.
1314 * gdb.tui/list-before.exp: Same.
1315 * gdb.tui/list.exp: Same.
1316 * gdb.tui/main.exp: Same.
1317 * gdb.tui/new-layout.exp: Same.
1318 * gdb.tui/regs.exp: Same.
1319 * gdb.tui/resize.exp: Same.
1320 * gdb.tui/tui-layout-asm-short-prog.exp: Same.
1321 * gdb.tui/tui-layout-asm.exp: Same.
1322 * gdb.tui/tui-missing-src.exp: Same.
1323 * gdb.tui/winheight.exp: Same.
1324
26783bce
TV
13252020-06-12 Tom de Vries <tdevries@suse.de>
1326
1327 PR testsuite/26110
1328 * lib/gdb.exp (gdb_init): Revert dejagnu's override of ::unknown.
1329 (gdb_finish): Reinstall dejagnu's override of ::unknown.
1330
2b4e6a3f
TT
13312020-06-11 Tom Tromey <tom@tromey.com>
1332
1333 PR gdb/18318:
1334 * gdb.base/printcmds.exp (test_float_accepted): Add more hex
1335 floating point tests.
1336
2f33032a
KS
13372020-06-11 Keith Seitz <keiths@redhat.com>
1338
1339 PR gdb/21356
1340 * gdb.base/vla-datatypes.c (vla_factory): Add typedef for struct
1341 vla_struct.
1342 Add new struct vla_typedef and union vla_typedef_union and
1343 corresponding instantiation objects.
1344 Initialize new objects.
1345 * gdb.base/vla-datatypes.exp: Add tests for vla_typedef_struct_object
1346 and vla_typedef_union_object.
1347 Fixup type for vla_struct_object.
1348
a8baf0a3
TV
13492020-06-11 Tom de Vries <tdevries@suse.de>
1350
1351 * lib/gdb.exp (with_override): New proc, factored out of ...
1352 * gdb.base/dbx.exp: ... here. Use with_override and save_vars.
1353
7ab96794
TV
13542020-06-10 Tom de Vries <tdevries@suse.de>
1355
1356 * gdb.ada/ptype_union.exp: Remove PR24713 workaround.
1357
cab5c3b7
SM
13582020-06-09 Simon Marchi <simon.marchi@polymtl.ca>
1359
1360 * gdb.base/index-cache.exp (test_cache_disabled): Add test_prefix
1361 parameter, update callers.
1362
f8c41851
SM
13632020-06-04 Simon Marchi <simon.marchi@efficios.com>
1364
1365 * gdb.dwarf2/share-psymtabs-bt.exp: New file.
1366 * gdb.dwarf2/share-psymtabs-bt.c: New file.
1367 * gdb.dwarf2/share-psymtabs-bt-2.c: New file.
1368
1c07a73f
TV
13692020-06-04 Tom de Vries <tdevries@suse.de>
1370
1371 * lib/gdb.exp (gdb_file_cmd): Avoid path names in error messages.
1372
95146b5d
TV
13732020-06-04 Tom de Vries <tdevries@suse.de>
1374
1375 * lib/gdb.exp (gdb_file_cmd): Replace incomplete gdb_expect by
1376 exp_continue.
1377
0cfcd4f0
TV
13782020-06-04 Tom de Vries <tdevries@suse.de>
1379
1380 * lib/gdb.exp (gdb_file_cmd): Use perror instead of fail.
1381
f9b5d5ea
TV
13822020-06-03 Tom de Vries <tdevries@suse.de>
1383
1384 PR symtab/26046
1385 * gdb.cp/breakpoint-locs-2.cc: New test.
1386 * gdb.cp/breakpoint-locs.cc: New test.
1387 * gdb.cp/breakpoint-locs.exp: New file.
1388 * gdb.cp/breakpoint-locs.h: New test.
1389
5144dfba
TV
13902020-06-03 Tom de Vries <tdevries@suse.de>
1391
1392 PR testsuite/25609
1393 * gdb.base/jit-elf-so.exp: Don't modify testing behaviour based on
1394 value of global verbose.
1395 * gdb.base/jit-elf.exp: Same.
1396 * gdb.base/jit-reader.exp: Same.
1397
621eacdf
TV
13982020-06-02 Tom de Vries <tdevries@suse.de>
1399
1400 * gdb.dwarf2/multidictionary.exp: Don't use
1401 gdb_spawn_with_cmdline_opts.
1402
1313c56e
AB
14032020-06-01 Andrew Burgess <andrew.burgess@embecosm.com>
1404
1405 * gdb.cp/step-and-next-inline.exp (do_test): Skip all tests in the
1406 use_header case.
1407 * gdb.dwarf2/dw2-inline-header-1.exp: New file.
1408 * gdb.dwarf2/dw2-inline-header-2.exp: New file.
1409 * gdb.dwarf2/dw2-inline-header-3.exp: New file.
1410 * gdb.dwarf2/dw2-inline-header-lbls.c: New file.
1411 * gdb.dwarf2/dw2-inline-header.c: New file.
1412 * gdb.dwarf2/dw2-inline-header.h: New file.
1413
f68f85b5
PA
14142020-05-30 Pedro Alves <palves@redhat.com>
1415
1416 * gdb.linespec/cp-replace-typedefs-ns-template.cc: New.
1417 * gdb.linespec/cp-replace-typedefs-ns-template.exp: New.
1418
678048e8
GB
14192020-05-29 Gary Benson <gbenson@redhat.com>
1420
1421 * gdb.compile/compile-cplus.exp (additional_flags): Also
1422 set when building with clang.
1423 (additional_flags, srcfilesoptions): Pass -Wno-deprecated
1424 when building with clang.
1425
9fcafd23
GB
14262020-05-29 Gary Benson <gbenson@redhat.com>
1427
1428 * gdb.arch/i386-avx.exp (additional_flags): Also set when
1429 building with clang.
1430 * gdb.arch/i386-sse.exp (additional_flags): Likewise.
1431
735d5a07
GB
14322020-05-29 Gary Benson <gbenson@redhat.com>
1433
1434 * gdb.cp/koenig.exp (prepare_for_testing): Add
1435 additional_flags=-Wno-unused-comparison.
1436 * gdb.cp/operator.exp (prepare_for_testing): Likewise.
1437
4ad2c6a0
GB
14382020-05-28 Gary Benson <gbenson@redhat.com>
1439
1440 * gdb.base/sigaltstack.c (catcher): Add default case to switch
1441 statement.
1442
09fe663e
GB
14432020-05-28 Gary Benson <gbenson@redhat.com>
1444
1445 * gdb.cp/classes.exp (prepare_for_testing): Add
1446 additional_flags=-Wno-deprecated-register.
1447 * gdb.cp/inherit.exp (prepare_for_testing): Likewise.
1448 * gdb.cp/misc.exp: Likewise.
1449
cee00f17
GB
14502020-05-28 Gary Benson <gbenson@redhat.com>
1451
1452 * gdb.linespec/cpls-ops.cc (dummy): New static global.
1453 (test_op_new::operator new): Add return statement.
1454 (test_op_new_array::operator new[]): Likewise.
1455
636edd00
PA
14562020-05-27 Pedro Alves <palves@redhat.com>
1457
1458 * gdb.linespec/cp-completion-aliases.exp: Remove readline_is_used
1459 check. Use test_gdb_complete_unique instead of
1460 test_gdb_complete_tab_unique + test_gdb_complete_cmd_unique. Use
1461 test_gdb_complete_multiple instead of
1462 test_gdb_complete_tab_multiple + test_gdb_complete_cmd_multiple.
1463
c2b75043
LM
14642020-05-27 Luis Machado <luis.machado@linaro.org>
1465
1466 * gdb.arch/aarch64-sighandler-regs.exp: Fix duplicated test names.
1467 * gdb.arch/aarch64-tagged-pointer.exp: Likewise.
1468 * gdb.arch/arm-disassembler-options.exp: Likewise.
1469 * gdb.arch/arm-disp-step.exp: Likewise.
1470 * gdb.arch/thumb-prologue.exp: Likewise.
1471 * gdb.base/async.exp: Likewise.
1472 * gdb.base/auxv.exp: Likewise.
1473 * gdb.base/complex-parts.exp: Likewise.
1474 * gdb.base/ena-dis-br.exp: Likewise.
1475 * gdb.base/foll-exec.exp: Likewise.
1476 * gdb.base/permissions.exp: Likewise.
1477 * gdb.base/relocate.exp: Likewise.
1478 * gdb.base/return2.exp: Likewise.
1479 * gdb.base/sigbpt.exp: Likewise.
1480 * gdb.base/siginfo-obj.exp: Likewise.
1481 * gdb.cp/converts.exp: Likewise.
1482 * gdb.cp/exceptprint.exp: Likewise.
1483 * gdb.cp/inherit.exp: Likewise.
1484 * gdb.cp/nsnoimports.exp: Likewise.
1485 * gdb.cp/virtbase2.exp: Likewise.
1486 * gdb.mi/mi-var-cmd.exp: Likewise.
1487 * gdb.mi/var-cmd.c: Likewise.
1488
53a47a3e
TT
14892020-05-26 Tom Tromey <tromey@adacore.com>
1490
1491 * gdb.ada/arr_acc_idx_w_gap.exp: Add tests.
1492
0bc2354b
TT
14932020-05-26 Tom Tromey <tromey@adacore.com>
1494
1495 * gdb.ada/arr_acc_idx_w_gap.exp: Add enum subrange tests.
1496 * gdb.ada/arr_acc_idx_w_gap/enum_with_gap.ads (Enum_Subrange): New
1497 type.
1498 * gdb.ada/arr_acc_idx_w_gap/enum_with_gap_main.adb (V): New
1499 variable.
1500
0db49895
CBG
15012020-05-26 Christian Biesinger <cbiesinger@google.com>
1502
1503 * Makefile.in: Use = instead of == for the test command
1504 for portability.
1505
40d22035
TV
15062020-05-26 Tom de Vries <tdevries@suse.de>
1507
1508 * gdb.base/gold-gdb-index-2.c: New test.
1509 * gdb.base/gold-gdb-index.c: New test.
1510 * gdb.base/gold-gdb-index.exp: New file.
1511 * gdb.base/gold-gdb-index.h: New test.
1512
043e2e02
TV
15132020-05-25 Tom de Vries <tdevries@suse.de>
1514
1515 * boards/gold-gdb-index.exp: New file.
1516
462f72c5
SM
15172020-05-25 Simon Marchi <simon.marchi@efficios.com>
1518
1519 * boards/simavr.exp: New file.
1520
6cf66e76
SM
15212020-05-25 Simon Marchi <simon.marchi@efficios.com>
1522
1523 * lib/gdb.exp (gdb_run_cmd): Return success or failure.
1524 * gdb.base/inferior-args.exp: New file.
1525 * gdb.base/inferior-args.c: New file.
1526
75d04512
SM
15272020-05-25 Simon Marchi <simon.marchi@efficios.com>
1528
1529 * lib/gdb.exp (gdb_run_cmd): Change argument from args to
1530 inferior_args. Pass it to gdb_reload.
1531 (gdb_start_cmd, gdb_starti_cmd): Change argument from args to
1532 inferior_args.
1533 (gdb_reload): Add inferior_args argument.
1534 * config/gdbserver.exp (gdb_reload): Add inferior_args argument,
1535 pass it to gdbserver_run.
1536 * boards/native-gdbserver.exp: Do not set noargs.
1537 * boards/native-extended-gdbserver.exp (gdb_reload): Add
1538 inferior_args argument.
1539 * boards/stdio-gdbserver-base.exp (gdb_reload): Likewise.
1540 * gdb.base/a2-run.exp: Check for use_gdb_stub.
1541 * gdb.base/args.exp: Likewise.
1542
42cf1844
TV
15432020-05-25 Tom de Vries <tdevries@suse.de>
1544
1545 * lib/gdb.exp (exec_is_pie): Add comment.
1546
8f7d38ef
TV
15472020-05-25 Tom de Vries <tdevries@suse.de>
1548
1549 * lib/jit-elf-helpers.exp (compile_and_download_n_jit_so): Use $f
1550 instead of $binfile in the untested message.
1551
465e1b0f
TV
15522020-05-25 Tom de Vries <tdevries@suse.de>
1553
1554 PR testsuite/26031
1555 * lib/gdb.exp (exec_is_pie): Test readelf -h output.
1556
3c5a0e02
TV
15572020-05-25 Tom de Vries <tdevries@suse.de>
1558
1559 * boards/gold.exp: New file.
1560
0a4f5f8c
TT
15612020-05-23 Tom Tromey <tom@tromey.com>
1562
1563 * gdb.base/style.exp: Remove completion styling test.
1564 * lib/gdb-utils.exp (style): Remove completion styles.
1565
eca1f90c
TT
15662020-05-23 Tom Tromey <tom@tromey.com>
1567
1568 * gdb.base/style.exp: Add completion styling test.
1569 * lib/gdb-utils.exp (style): Add completion styles.
1570
7c13f4e8
AB
15712020-05-22 Andrew Burgess <andrew.burgess@embecosm.com>
1572
1573 * gdb.base/annota1.exp: Update expected results.
1574 * gdb.cp/annota2.exp: Update expected results, remove duplicate
1575 test name.
1576 * gdb.cp/annota3.exp: Update expected results.
1577
41977d16
SM
15782020-05-20 Simon Marchi <simon.marchi@efficios.com>
1579
1580 PR gdb/26016
1581 * gdb.base/coredump-filter.c (do_mmap): Check mmap ret val
1582 against MAP_FAILED.
1583 * gdb.base/coremaker.c (mmapdata): Likewise.
1584 * gdb.base/jit-reader-host.c (main): Likewise.
1585 * gdb.base/sym-file-loader.c (load): Likewise.
1586 (load_shlib): Likewise.
1587
b4757f2e
TT
15882020-05-20 Tom Tromey <tromey@adacore.com>
1589
1590 * gdb.ada/array_char_idx.exp: Recognize initialized array.
1591
9a0bacfb
TV
15922020-05-20 Tom de Vries <tdevries@suse.de>
1593
1594 PR symtab/25833
1595 * gdb.base/with-mf-inc.c: New test.
1596 * gdb.base/with-mf-main.c: New test.
1597 * gdb.base/with-mf.exp: New file.
1598
76571211
TT
15992020-05-19 Tom Tromey <tromey@adacore.com>
1600
1601 * gdb.rust/simple.exp: Restore missing test result.
1602
4cd9f3d5
TV
16032020-05-19 Tom de Vries <tdevries@suse.de>
1604
1605 * gdb.base/gdb-caching-proc.exp: Fix typo.
1606
7d874253
TT
16072020-05-19 Tom Tromey <tromey@adacore.com>
1608
1609 * gdb.rust/simple.exp: Add some test descriptions.
1610 (test_one_slice): Use with_test_prefix.
1611
1d727695
TV
16122020-05-18 Tom de Vries <tdevries@suse.de>
1613
1614 * gdb.base/gdb-caching-proc.exp: Use with_test_prefix.
1615
7f32a4d5
PA
16162020-05-17 Pedro Alves <palves@redhat.com>
1617
1618 PR gdb/25741
1619 * gdb.base/hw-sw-break-same-address.exp: New file.
1620
7cfd74cf
PA
16212020-05-16 Pedro Alves <palves@redhat.com>
1622
1623 * gdb.multi/multi-re-run.exp (test_re_run): Switch
1624 LAST_LOADED_FILE accordingly.
1625
57b4f16e
PW
16262020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1627
1628 * gdb.base/alias.exp: Verify 'help aliases' shows user defined aliases.
1629
7c05caf7
PW
16302020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1631
1632 * gdb.base/help.exp: Test apropos and help for commands
1633 having aliases. Fixed comments not starting with an
1634 upper-case letter or not finishing with a dot.
1635
7aa1b46f
PW
16362020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1637
3b3aaacb
PW
1638 * gdb.base/alias.exp: Update help output check.
1639
57b4f16e 16402020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3b3aaacb 1641
7aa1b46f
PW
1642 * gdb.base/default.exp: Update output following fixes.
1643
0605465f
PW
16442020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1645
1646 * gdb.base/alias.exp: Test aliases starting with a prefix of
1647 another alias.
1648
86e4e63d
GB
16492020-05-15 Gary Benson <gbenson@redhat.com>
1650
1651 * gdb.base/info-os.c (main): Add return statement.
1652 * gdb.base/info_minsym.c (minsym_fun): Likewise.
1653 * gdb.base/large-frame-2.c (func): Likewise.
1654 * gdb.base/pr10179-a.c (foo1, bar1): Likewise.
1655 * gdb.base/pr10179-b.c (foo2): Likewise.
1656 * gdb.base/valgrind-disp-step.c (foo): Likewise.
1657 * gdb.base/watch-cond.c (func): Likewise.
1658 * gdb.multi/goodbye.c (verylongfun): Likewise.
1659 * gdb.multi/hello.c (commonfun): Likewise.
1660 * gdb.python/py-finish-breakpoint.c (call_longjmp): Likewise.
1661 * gdb.threads/fork-plus-threads.c (thread_func): Likewise.
1662 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
1663 Likewise.
1664 * gdb.threads/hand-call-new-thread.c (foo): Likewise.
1665 * gdb.threads/interrupt-while-step-over.c (child_function):
1666 Likewise.
1667 * gdb.trace/actions-changed.c (end): Likewise.
1668
163df4df
GB
16692020-05-15 Gary Benson <gbenson@redhat.com>
1670
1671 * gdb.opencl/callfuncs.exp: Report when test skipped.
1672 * gdb.opencl/convs_casts.exp: Likewise.
1673 * gdb.opencl/datatypes.exp: Likewise.
1674 * gdb.opencl/operators.exp: Likewise.
1675 * gdb.opencl/vec_comps.exp: Likewise.
1676
6dbc505a
TV
16772020-05-15 Tom de Vries <tdevries@suse.de>
1678
1679 * gdb.base/align.exp.in: Rename to ...
1680 * gdb.base/align.exp.tcl: ... this.
1681 * gdb.base/align-c++.exp: Update.
1682 * gdb.base/align-c.exp: Update.
1683 * gdb.base/all-architectures.exp.in: Rename to ...
1684 * gdb.base/all-architectures.exp: ... this.
1685 * gdb.base/all-architectures-0.exp: Update.
1686 * gdb.base/all-architectures-1.exp: Update.
1687 * gdb.base/all-architectures-2.exp: Update.
1688 * gdb.base/all-architectures-3.exp: Update.
1689 * gdb.base/all-architectures-4.exp: Update.
1690 * gdb.base/all-architectures-5.exp: Update.
1691 * gdb.base/all-architectures-6.exp: Update.
1692 * gdb.base/all-architectures-7.exp: Update.
1693 * gdb.base/infcall-nested-structs.exp.in: Rename to ...
1694 * gdb.base/infcall-nested-structs.exp.tcl: ... this.
1695 * gdb.base/infcall-nested-structs-c++.exp: Update.
1696 * gdb.base/infcall-nested-structs-c.exp: Update.
1697 * gdb.base/info-types.exp.in: Rename to ...
1698 * gdb.base/info-types.exp.tcl: ... this.
1699 * gdb.base/info-types-c++.exp: Update.
1700 * gdb.base/info-types-c.exp: Update.
1701 * gdb.base/max-depth.exp.in: Rename to ...
1702 * gdb.base/max-depth.exp.tcl: ... this.
1703 * gdb.base/max-depth-c++.exp: Update.
1704 * gdb.base/max-depth-c.exp: Update.
1705 * gdb.cp/cpexprs.exp.in: Rename to ...
1706 * gdb.cp/cpexprs.exp.tcl: ... this.
1707 * gdb.cp/cpexprs-debug-types.exp: Update.
1708 * gdb.cp/cpexprs.exp: Update.
1709 * gdb.cp/infcall-nodebug.exp.in: Rename to ...
1710 * gdb.cp/infcall-nodebug.exp.tcl: ... this.
1711 * gdb.cp/infcall-nodebug-c++-d0.exp: Update.
1712 * gdb.cp/infcall-nodebug-c++-d1.exp: Update.
1713 * gdb.cp/infcall-nodebug-c-d0.exp: Update.
1714 * gdb.cp/infcall-nodebug-c-d1.exp: Update.
1715 * gdb.dwarf2/clang-debug-names.exp.in: Rename to ...
1716 * gdb.dwarf2/clang-debug-names.exp.tcl: ... this.
1717 * gdb.dwarf2/clang-debug-names-2.exp: Update.
1718 * gdb.dwarf2/clang-debug-names.exp: Update.
1719
d1034d78
AB
17202020-05-15 Andrew Burgess <andrew.burgess@embecosm.com>
1721
1722 * lib/check-test-names.exp: Remove code that prevents this file
1723 loading when tests are run in parallel.
1724
3c5c3649
PA
17252020-05-15 Pedro Alves <palves@redhat.com>
1726
1727 * gdb.multi/multi-kill.exp (start_inferior): Remove
1728 'testpid' parameter. Refer to namespace variable directly.
1729 (testpid): Declare as namespace variable.
1730
272c36b8
PA
17312020-05-15 Pedro Alves <palves@redhat.com>
1732
1733 * gdb.multi/multi-kill.exp: Wrap in namespace.
1734 (start_inferior): Add TESTPID parameter. Use it instead of the
1735 testpid global.
1736 (top level): Define empty TESTPID array, and pass it down to
1737 start_inferior.
1738
02eba61a
TV
17392020-05-14 Tom de Vries <tdevries@suse.de>
1740
1741 * gdb.fortran/nested-funcs-2.exp: Use gdb_test_stdio to test inferior
1742 output.
1743
971a3747
TV
17442020-05-14 Tom de Vries <tdevries@suse.de>
1745
1746 * gdb.base/align.exp: Split into ...
1747 * gdb.base/align.exp.in: ...
1748 * gdb.base/align-c++.exp: ...
1749 * gdb.base/align-c.exp: ... these.
1750 * gdb.base/infcall-nested-structs.exp: Split into ...
1751 * gdb.base/infcall-nested-structs.exp.in: ...
1752 * gdb.base/infcall-nested-structs-c++.exp: ...
1753 * gdb.base/infcall-nested-structs-c.exp: ... these.
1754 * gdb.base/info-types.exp: Split into ...
1755 * gdb.base/info-types.exp.in: ...
1756 * gdb.base/info-types-c++.exp: ...
1757 * gdb.base/info-types-c.exp: ... these.
1758 * gdb.base/max-depth.exp: Split into ...
1759 * gdb.base/max-depth.exp.in: ...
1760 * gdb.base/max-depth-c++.exp: ...
1761 * gdb.base/max-depth-c.exp: ... these.
1762 * gdb.cp/infcall-nodebug.exp: Split into ...
1763 * gdb.cp/infcall-nodebug.exp.in: ...
1764 * gdb.cp/infcall-nodebug-c++-d0.exp: ...
1765 * gdb.cp/infcall-nodebug-c++-d1.exp: ...
1766 * gdb.cp/infcall-nodebug-c-d0.exp: ...
1767 * gdb.cp/infcall-nodebug-c-d1.exp: ... these.
1768
a05575d3
TBA
17692020-05-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1770 Pedro Alves <palves@redhat.com>
1771
1772 * gdb.multi/multi-exit.c: New file.
1773 * gdb.multi/multi-exit.exp: New file.
1774 * gdb.multi/multi-kill.c: New file.
1775 * gdb.multi/multi-kill.exp: New file.
1776
6ad82919
TBA
17772020-05-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1778
1779 * gdb.base/annota1.exp: Update the expected output.
1780 * gdb.cp/annota2.exp: Ditto.
1781
843f4d93
AB
17822020-05-12 Andrew Burgess <andrew.burgess@embecosm.com>
1783
1784 * lib/check-test-names.exp: Disable when testing is being run in
1785 parallel.
1786
c7c66341
TV
17872020-05-12 Tom de Vries <tdevries@suse.de>
1788
1789 * gdb.base/jit-elf.exp: Fix string concat.
1790
1b59ca1c
TV
17912020-05-12 Tom de Vries <tdevries@suse.de>
1792
1793 * lib/jit-elf-helpers.exp: Don't use undefined variables in untested
1794 messages.
1795
b4991d29
TV
17962020-05-12 Tom de Vries <tdevries@suse.de>
1797
1798 * gdb.multi/multi-term-settings.exp: Use with_test_prefix.
1799
dbb0ab10
TV
18002020-05-12 Tom de Vries <tdevries@suse.de>
1801
1802 * gdb.ada/catch_ex.exp: Use with_test_prefix.
1803 * gdb.ada/mi_catch_ex.exp: Same.
1804 * gdb.ada/mi_catch_ex_hand.exp: Same.
1805
7549fed8
TV
18062020-05-12 Tom de Vries <tdevries@suse.de>
1807
1808 * gdb.fortran/complex.exp: Use with_test_prefix.
1809
af2d5cd8
TV
18102020-05-12 Tom de Vries <tdevries@suse.de>
1811
1812 * gdb.trace/passcount.exp: Fix test-names.
1813
7c121311
TV
18142020-05-12 Tom de Vries <tdevries@suse.de>
1815
1816 * gdb.pascal/gdb11492.exp: Use with_test_prefix.
1817
c9f3b40e
TV
18182020-05-12 Tom de Vries <tdevries@suse.de>
1819
1820 * gdb.gdb/complaints.exp: Use with_test_prefix.
1821 * gdb.xml/tdesc-regs.exp: Same.
1822 * gdb.opt/inline-locals.exp: Fix test name.
1823
111b33f0
TV
18242020-05-12 Tom de Vries <tdevries@suse.de>
1825
1826 * gdb.dwarf2/comp-unit-lang.exp: Use with_test_prefix.
1827 * gdb.dwarf2/dw2-bad-parameter-type.exp: Same.
1828 * gdb.dwarf2/implref-struct.exp: Same.
1829 * gdb.dwarf2/varval.exp: Ensure get_sizeof is called once per type.
1830 * gdb.dwarf2/data-loc.exp: Same. Remove duplicate test.
1831
ebf47080
SM
18322020-05-11 Simon Marchi <simon.marchi@polymtl.ca>
1833
1834 * gdb.base/jit-so.exp (one_jit_test): Change test name.
1835
d30dcd12
AB
18362020-05-11 Andrew Burgess <andrew.burgess@embecosm.com>
1837
1838 * lib/check-test-names.exp (all_test_names): New module variable.
1839 (counts): Add 'duplicates' field.
1840 (_check_duplicates): New procedure.
1841 (check): Also check for duplicates.
1842 (do_log_summary): Print duplicates count.
1843 (do_reset_vars): Reset counter for duplicate test names, and
1844 discard all know test names.
1845
34584c09
AB
18462020-05-11 Andrew Burgess <andrew.burgess@embecosm.com>
1847
1848 * lib/gdb.exp: Include check-test-names.exp library.
1849 * lib/check-test-names.exp: New file.
1850
e0002117
TV
18512020-05-11 Tom de Vries <tdevries@suse.de>
1852
1853 * gdb.ada/packed_tagged.exp: Change kfail into xfail.
1854
53f539a3
KS
18552020-05-11 Keith Seitz <keiths@redhat.com>
1856
1857 * gdb.ada/attr_ref_and_charlit.exp: Fix typo.
1858
113ee09a
TV
18592020-05-11 Tom de Vries <tdevries@suse.de>
1860
1861 * gdb.cp/cpexprs.exp: Move everything except flags setting ...
1862 * gdb.cp/cpexprs.exp.in: .. here.
1863 * gdb.cp/cpexprs-debug-types.exp: Include cpexprs.exp.in instead of
1864 cpexprs.exp.
1865
ba3e70b0
KS
18662020-05-11 Keith Seitz <keiths@redhat.com>
1867
1868 * gdb.ada/arrayparam.exp: Resolve duplicate and tail parentheses
1869 test names.
1870 * gdb.ada/arrayptr.exp: Likewise.
1871 * gdb.ada/assign_arr.exp: Likewise.
1872 * gdb.ada/attr_ref_and_charlit.exp: Likewise.
1873 * gdb.ada/bp_on_var.exp: Likewise.
1874 * gdb.ada/call_pn.exp: Likewise.
1875 * gdb.ada/complete.exp: Likewise.
1876 * gdb.ada/fun_overload_menu.exp: Likewise.
1877 * gdb.ada/funcall_param.exp: Likewise.
1878 * gdb.ada/funcall_ref.exp: Likewise.
1879 * gdb.ada/packed_array_assign.exp: Likewise.
1880 * gdb.ada/same_component_name.exp: Likewise.
1881 * gdb.ada/type_coercion.exp: Likewise.
1882 * gdb.ada/unc_arr_ptr_in_var_rec.exp: Likewise.
1883 * gdb.ada/variant_record_packed_array.exp: Likewise.
1884
3ee6bb11
TV
18852020-05-11 Tom de Vries <tdevries@suse.de>
1886
1887 PR symtab/25941
1888 * gdb.dwarf2/clang-debug-names.exp.in: New include exp file, factored
1889 out of ...
1890 * gdb.dwarf2/clang-debug-names.exp: ... here.
1891 * gdb.dwarf2/clang-debug-names-2.exp: New file. Include
1892 clang-debug-names.exp.in.
1893 * gdb.dwarf2/clang-debug-names-2-foo.c: New test.
1894 * gdb.dwarf2/clang-debug-names-2.c: New test.
1895
86cd6bc8
AKS
18962020-05-10 Alok Kumar Sharma <alokkumar.sharma@amd.com>
1897
1898 * lib/fortran.exp (fortran_main): New Proc, handle flang MAIN_,
1899 (fortran_runto_main): New Proc, fortran version of runto_main.
1900 * gdb.fortran/array-bounds-high.exp: Handle flang MAIN_
1901 * gdb.fortran/array-bounds.exp: Likewise.
1902 * gdb.fortran/array-slices.exp: Likewise.
1903 * gdb.fortran/block-data.exp: Likewise.
1904 * gdb.fortran/charset.exp: Likewise.
1905 * gdb.fortran/common-block.exp: Likewise.
1906 * gdb.fortran/complex.exp: Likewise.
1907 * gdb.fortran/derived-type-function.exp: Likewise.
1908 * gdb.fortran/derived-type.exp: Likewise.
1909 * gdb.fortran/info-modules.exp: Likewise.
1910 * gdb.fortran/info-types.exp: Likewise.
1911 * gdb.fortran/intrinsics.exp: Likewise.
1912 * gdb.fortran/library-module.exp: Likewise.
1913 * gdb.fortran/logical.exp: Likewise.
1914 * gdb.fortran/max-depth.exp: Likewise.
1915 * gdb.fortran/module.exp: Likewise.
1916 * gdb.fortran/multi-dim.exp: Likewise.
1917 * gdb.fortran/nested-funcs.exp: Likewise.
1918 * gdb.fortran/print-formatted.exp: Likewise.
1919 * gdb.fortran/print_type.exp: Likewise.
1920 * gdb.fortran/printing-types.exp: Likewise.
1921 * gdb.fortran/ptr-indentation.exp: Likewise.
1922 * gdb.fortran/ptype-on-functions.exp: Likewise.
1923 * gdb.fortran/subarray.exp: Likewise.
1924 * gdb.fortran/vla-alloc-assoc.exp: Likewise.
1925 * gdb.fortran/vla-datatypes.exp: Likewise.
1926 * gdb.fortran/vla-history.exp: Likewise.
1927 * gdb.fortran/vla-ptr-info.exp: Likewise.
1928 * gdb.fortran/vla-ptype-sub.exp: Likewise.
1929 * gdb.fortran/vla-ptype.exp: Likewise.
1930 * gdb.fortran/vla-sizeof.exp: Likewise.
1931 * gdb.fortran/vla-type.exp: Likewise.
1932 * gdb.fortran/vla-value-sub-arbitrary.exp: Likewise.
1933 * gdb.fortran/vla-value-sub-finish.exp: Likewise.
1934 * gdb.fortran/vla-value-sub.exp: Likewise.
1935 * gdb.fortran/vla-value.exp: Likewise.
1936 * gdb.fortran/whatis_type.exp: Likewise.
1937 * gdb.mi/mi-var-child-f.exp: Likewise.
1938
6dc55ce9 19392020-05-09 Tom de Vries <tdevries@suse.de>
1940
1941 * gdb.dwarf2/clang-debug-names.exp: Remove PR25952 kfail.
1942
283cb58c
TV
19432020-05-08 Tom de Vries <tdevries@suse.de>
1944
1945 * gdb.dwarf2/clang-debug-names.c: New test.
1946 * gdb.dwarf2/clang-debug-names.exp: New file.
1947
ac4a4f1c
SM
19482020-05-06 Simon Marchi <simon.marchi@efficios.com>
1949
1950 * gdb.arch/amd64-prologue-skip-cf-protection.exp: New file.
1951 * gdb.arch/amd64-prologue-skip-cf-protection.c: New file.
1952
24fe640b
TV
19532020-05-06 Tom de Vries <tdevries@suse.de>
1954
1955 * gdb.reverse/consecutive-precsave.exp: Handle if instruction after
1956 breakpoint is at a "recommended breakpoint location".
1957 * gdb.reverse/consecutive-reverse.exp: Same.
1958
0d8683a3
TV
19592020-05-06 Tom de Vries <tdevries@suse.de>
1960
1961 * gdb.base/watchpoint-reuse-slot.exp (stepi): Print $pc to get current
1962 address.
1963
b8983c46
TV
19642020-05-06 Tom de Vries <tdevries@suse.de>
1965
1966 * gdb.base/watchpoint-reuse-slot.exp: Fix incorrect assignment.
1967
abf6d805
TV
19682020-05-06 Tom de Vries <tdevries@suse.de>
1969
1970 * gdb.base/store.exp (check_set, up_set): Allowing missing location
1971 info for r.
1972
0fc2a808
TV
19732020-05-06 Tom de Vries <tdevries@suse.de>
1974
1975 * gdb.base/shlib-call.exp: Add extra step to reach shmain.c:42, if
1976 necessary.
1977
873dd427
TV
19782020-05-06 Tom de Vries <tdevries@suse.de>
1979
1980 * lib/unbuffer_output.c (gdb_unbuffer_output): Change return type to
1981 void.
1982
7c99e7e2
TV
19832020-05-06 Tom de Vries <tdevries@suse.de>
1984
1985 * lib/gdb.exp (is_stmt_addresses, hex_in_list): New proc, factored out
1986 of ...
1987 * gdb.base/async.exp: ... here.
1988 * gdb.base/consecutive.exp: Handle if 2nd breakpoint is at a
1989 "recommended breakpoint location".
1990
6173d6a6
TV
19912020-05-06 Tom de Vries <tdevries@suse.de>
1992
1993 * gdb.compile/compile-ifunc.exp: Use -Wno-attribute-alias.
1994
6015a067
TV
19952020-05-04 Tom de Vries <tdevries@suse.de>
1996
1997 * gdb.base/async.exp: Check whether instruction addresses are a
1998 "recommended breakpoint location".
1999
3b6acaee
TT
20002020-05-03 Tom Tromey <tom@tromey.com>
2001
2002 * gdb.base/sepdebug.exp: Remove "catch" test.
2003 * gdb.base/break.exp: Remove "catch" test.
2004 * gdb.base/default.exp: Update expected output.
2005
5beb4d17
TV
20062020-05-02 Tom de Vries <tdevries@suse.de>
2007
2008 * lib/gdb.exp (supports_mpx_check_pointer_bounds): New proc.
2009 * gdb.arch/i386-mpx-call.exp: Use supports_mpx_check_pointer_bounds.
2010 * gdb.arch/i386-mpx-map.exp: Same.
2011 * gdb.arch/i386-mpx-sigsegv.exp: Same.
2012 * gdb.arch/i386-mpx-simple_segv.exp: Same.
2013 * gdb.arch/i386-mpx.exp: Same.
2014
8caf140d
TV
20152020-05-02 Tom de Vries <tdevries@suse.de>
2016
2017 * gdb.base/psym-external-decl.c (main): Add use of variable aaa.
2018
693196cb
TV
20192020-05-01 Tom de Vries <tdevries@suse.de>
2020
2021 * gdb.ada/operator_bp.exp: Allow more than required amount of
2022 breakpoint.
2023
53ae0aa9
TV
20242020-05-01 Tom de Vries <tdevries@suse.de>
2025
2026 * gdb.reverse/until-reverse.c (main): Fix Wunused-result warning.
2027
ee9d1e5f
HD
20282020-04-30 Hannes Domani <ssbssa@yahoo.de>
2029
2030 PR gdb/18706
2031 * gdb.cp/stub-array-size.cc: New test.
2032 * gdb.cp/stub-array-size.exp: New file.
2033 * gdb.cp/stub-array-size.h: New test.
2034 * gdb.cp/stub-array-size2.cc: New test.
2035
d5cf82c0
HD
20362020-04-30 Hannes Domani <ssbssa@yahoo.de>
2037
2038 * gdb.python/py-format-string.exp: Adjust pretty_arrays expected
2039 output to the new format.
2040
42e165c3
SM
20412020-04-29 Simon Marchi <simon.marchi@efficios.com>
2042
2043 * gdb.base/break.exp: Use with_test_prefix.
2044
6e4e3fe1
TV
20452020-04-29 Tom de Vries <tdevries@suse.de>
2046
2047 * lib/gdb.exp (debug_types): New proc.
2048 * gdb.guile/scm-symtab.exp: Add xfail for PR gcc/90232.
2049 * gdb.python/py-symtab.exp: Same.
2050
d642b692
HD
20512020-04-29 Hannes Domani <ssbssa@yahoo.de>
2052
2053 PR gdb/17320
2054 * gdb.base/pretty-array.c: New test.
2055 * gdb.base/pretty-array.exp: New file.
2056
ea90f227
TV
20572020-04-29 Tom de Vries <tdevries@suse.de>
2058
2059 PR symtab/25889
2060 * gdb.cp/cpexprs.exp: Adapt for inclusion.
2061 * gdb.cp/cpexprs-debug-types.exp: New file. Set -fdebug-types-section
2062 and include cpexprs.exp.
2063
a65189c9
TV
20642020-04-28 Mark Williams <mark@myosotissp.com>
2065
2066 PR gdb/24480
2067 * dw4-toplevel-types.exp: Test for top level types.
2068 * dw4-toplevel-types.cc: Test for top level types.
2069
32d1f47a
TBA
20702020-04-28 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2071
2072 * gdb.threads/stop-with-handle.exp: Fix typo in comment
2073 (theads -> threads).
2074
56a4f5a1
TV
20752020-04-28 Tom de Vries <tdevries@suse.de>
2076
2077 * gdb.opt/inline-cmds.exp: Set KFAIL PR.
2078
0b2f8a3b
TV
20792020-04-28 Tom de Vries <tdevries@suse.de>
2080
2081 * gdb.base/info-macros.exp: Remove KFAIL. Add missing trailing ".*".
2082
5390c717
TV
20832020-04-28 Tom de Vries <tdevries@suse.de>
2084
2085 * gdb.ada/array_ptr_renaming.exp: Add PR number in KFAIL.
2086
15cd93d0
TV
20872020-04-28 Tom de Vries <tdevries@suse.de>
2088
2089 * gdb.dwarf2/main-foo.c: New test.
2090 * gdb.dwarf2/struct-with-sig.exp: New file.
2091
d472f0fb
TV
20922020-04-25 Tom de Vries <tdevries@suse.de>
2093
2094 * boards/debug-types.exp: New file.
2095
8d840e05
AB
20962020-04-25 Andrew Burgess <andrew.burgess@embecosm.com>
2097
2098 * gdb.btrace/multi-inferior.exp: Avoid paths in test names.
2099
bcfe6157
TT
21002020-04-24 Tom Tromey <tom@tromey.com>
2101
2102 PR symtab/12707:
2103 * gdb.python/py-symbol.exp: Update expected results for
2104 linkage_name test.
2105 * gdb.cp/print-demangle.exp: New file.
2106 * gdb.base/c-linkage-name.exp: Fix test.
2107 * gdb.guile/scm-symbol.exp: Update expected results for
2108 linkage_name test.
2109
f049a313
TT
21102020-04-24 Tom Tromey <tom@tromey.com>
2111
2112 * gdb.dwarf2/dw2-namespaceless-anonymous.S: Remove.
2113 * gdb.dwarf2/dw2-namespaceless-anonymous.c: New file.
2114 * gdb.dwarf2/dw2-namespaceless-anonymous.exp: Use DWARF
2115 assembler.
2116
7cf28874
TV
21172020-04-24 Tom de Vries <tdevries@suse.de>
2118
2119 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Set language of CU to
2120 C++.
2121
dac2fef7
TT
21222020-04-24 Tom Tromey <tromey@adacore.com>
2123
2124 * gdb.ada/frame_arg_lang.exp: Run with multiple -fgnat-encodings
2125 values.
2126 * gdb.ada/funcall_ref.exp: Run with multiple -fgnat-encodings
2127 values. Update test for minimal encodings.
2128 * gdb.ada/lang_switch.exp: Update test for minimal encodings.
2129 * gdb.ada/var_rec_arr.exp: Run with multiple -fgnat-encodings
2130 values. Update test for minimal encodings.
2131
1acda803
TT
21322020-04-24 Tom Tromey <tromey@adacore.com>
2133
2134 PR python/23662:
2135 * gdb.ada/variant.exp: Add Python checks.
2136 * gdb.rust/simple.exp: Add dynamic type checks.
2137
adfb9815
TT
21382020-04-24 Tom Tromey <tromey@adacore.com>
2139
2140 * gdb.ada/mi_var_array.exp: Try all -fgnat-encodings settings.
2141 Make array type matching more lax.
2142 * gdb.ada/mi_var_union.exp: Try all -fgnat-encodings settings.
2143 * gdb.ada/mi_variant.exp: New file.
2144 * gdb.ada/mi_variant/pck.ads: New file.
2145 * gdb.ada/mi_variant/pkg.adb: New file.
2146 * gdb.ada/packed_tagged.exp: Try all -fgnat-encodings settings.
2147 * gdb.ada/unchecked_union.exp: Try all -fgnat-encodings settings.
2148
7d79de9a
TT
21492020-04-24 Tom Tromey <tromey@adacore.com>
2150
2151 * gdb.ada/variant.exp: Add dynamic field offset tests.
2152 * gdb.ada/variant/pck.ads (Nested_And_Variable): New type.
2153 * gdb.ada/variant/pkg.adb: Add new variables.
2154
f8e89861
TT
21552020-04-24 Tom Tromey <tromey@adacore.com>
2156
2157 * gdb.ada/variant.exp: New file
2158 * gdb.ada/variant/pkg.adb: New file
2159 * gdb.ada/variant/pck.adb: New file
2160
86e887ae
TV
21612020-04-24 Tom de Vries <tdevries@suse.de>
2162
2163 * lib/gdb.exp (clean_restart): Reset errcnt and warncnt.
2164
88428775
TV
21652020-04-24 Tom de Vries <tdevries@suse.de>
2166
2167 * gdb.dwarf2/dwzbuildid.exp: Add quiet to dwzbuildid-mismatch compile
2168 flags.
2169
4e86f6e7
TV
21702020-04-24 Tom de Vries <tdevries@suse.de>
2171
2172 * gdb.dwarf2/dw2-error.exp: Add quiet to compile flags.
2173
2016d3e6
TV
21742020-04-24 Tom de Vries <tdevries@suse.de>
2175
2176 * lib/gdb.exp (default_gdb_start): Handle eof.
2177 (clean_restart): Detect and handle gdb_start failure. Return -1 upon
2178 failure.
2179 * gdb.base/readnever.exp: Handle clean_restart failure.
2180
70bc38f5
TV
21812020-04-23 Tom de Vries <tdevries@suse.de>
2182
2183 * gdb.base/decl-before-def.exp: Run to main and print a again.
2184
de82891c
TV
21852020-04-23 Tom de Vries <tdevries@suse.de>
2186
2187 * gdb.base/decl-before-def-decl.c: New test.
2188 * gdb.base/decl-before-def-def.c: New test.
2189 * gdb.base/decl-before-def.exp: New file.
2190
96038148
TV
21912020-04-23 Tom de Vries <tdevries@suse.de>
2192
2193 * gdb.base/readnever.exp: Skip if GDBFLAGS contain -readnow/--readnow.
2194
54ac3df1
TV
21952020-04-22 Tom de Vries <tdevries@suse.de>
2196
2197 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): Fix
2198 debug_info_offset.
2199 * gdb.mi/dw2-ref-missing-frame.exp: Make sure $objfuncfile comes
2200 before $objsfile in the line line.
2201
714534e1
TV
22022020-04-22 Tom de Vries <tdevries@suse.de>
2203
2204 * gdb.dlang/watch-loc.c (.debug_aranges): Fix _Dmain length.
2205
16a7dbf4
MS
22062020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
2207
2208 * gdb.base/jit-attach-pie.c: Use jit-protocol.h.
2209 * gdb.base/jit-elf-main.c: Use jit-protocol.h.
2210 * gdb.base/jit-reader-host.c: Use jit-protocol.h.
2211 * gdb.base/jit-reader-simple-jit.c: Use jit-protocol.h.
2212 * gdb.base/jit-protocol.h: Update definitions to match all usage
2213 contexts.
2214
22152020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
2216
2217 * gdb.base: Rename all jit related test and source files.
2218
22192020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
2220
2221 * gdb.base/jit-reader.exp: Relax register output check.
2222
317d2668
TV
22232020-04-22 Tom de Vries <tdevries@suse.de>
2224
2225 PR symtab/25764
2226 * gdb.base/psym-external-decl-2.c: New test.
2227 * gdb.base/psym-external-decl.c: New test.
2228 * gdb.base/psym-external-decl.exp: New file.
2229 * gdb.threads/tls.exp: Add PR25807 kfail.
2230
eea9e357
TV
22312020-04-22 Tom de Vries <tdevries@suse.de>
2232
2233 PR symtab/25801
2234 * gdb.dwarf2/imported-unit.exp: Test that we can get imported_unit.c
2235 in "info source" output.
2236
3d5afab3
TV
22372020-04-22 Tom de Vries <tdevries@suse.de>
2238
2239 PR symtab/25700
2240 * gdb.dwarf2/imported-unit.exp: Verify that there's only one partial
2241 symtab for imported_unit.c.
2242
b32102f6
GB
22432020-04-21 Gary Benson <gbenson@redhat.com>
2244
2245 * gdb.base/advance.c (func): New argument, to match call site.
2246 (func2, func3): Add return statements.
2247
d43b7a2d
TBA
22482020-04-21 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2249
2250 * gdb.multi/run-only-second-inf.c: New file.
2251 * gdb.multi/run-only-second-inf.exp: New file.
2252
d89edf9b
MM
22532020-04-21 Markus Metzger <markus.t.metzger@intel.com>
2254
2255 * gdb.btrace/multi-inferior.c: New test.
2256 * gdb.btrace/multi-inferior.exp: New file.
2257
1a476b6d
MM
22582020-04-21 Markus Metzger <markus.t.metzger@intel.com>
2259
2260 * gdb.btrace/enable-new-thread.c: New test.
2261 * gdb.btrace/enable-new-thread.exp: New file.
2262
4778a5f8
TV
22632020-04-21 Tom de Vries <tdevries@suse.de>
2264
2265 PR gdb/25471
2266 * gdb.threads/killed-outside.c: New test.
2267 * gdb.threads/killed-outside.exp: New file.
2268
9b2c992c
GB
22692020-04-20 Gary Benson <gbenson@redhat.com>
2270
2271 * gdb.base/nested-subp1.exp: Use support_nested_function_tests.
2272 * gdb.base/nested-subp2.exp: Likewise.
2273 * gdb.base/nested-subp3.exp: Likewise.
2274
b5d1d6f7
GB
22752020-04-20 Gary Benson <gbenson@redhat.com>
2276
2277 * gdb.base/nested-subp1.exp: Disable test when using clang.
2278 * gdb.base/nested-subp2.exp: Likewise.
2279 * gdb.base/nested-subp3.exp: Likewise.
2280
25230285
GB
22812020-04-20 Gary Benson <gbenson@redhat.com>
2282
2283 * gdb.cp/exception.cc: Fix compilation error with clang.
2284
fa93cc8f
GB
22852020-04-20 Gary Benson <gbenson@redhat.com>
2286
809730f3 2287 * gdb.trace/tspeed.c: Fix compilation error with clang.
fa93cc8f 2288
e0c45f30
GB
22892020-04-20 Gary Benson <gbenson@redhat.com>
2290
2291 * gdb.base/jit-main.c: Fix compilation error with clang.
2292
4ddfec93
KR
22932020-04-17 Kamil Rytarowski <n54@gmx.com>
2294
2295 * gdb.base/attach-twice.c: Include "sys/types.h".
2296 (PTRACE_ATTACH): Add fallback definition.
2297 (main): Pass `0' to the 4th argument of `ptrace'.
2298
2bed205e
KR
22992020-04-17 Kamil Rytarowski <n54@gmx.com>
2300
2301 * gdb.base/fork-running-state.c: Include "signal.h".
2302
0743fc83
TT
23032020-04-17 Tom Tromey <tromey@adacore.com>
2304
2305 * gdb.cp/maint.exp (test_help): Simplify multiple_help_body.
2306 Update tests.
2307 * gdb.btrace/cpu.exp: Update tests.
2308 * gdb.base/maint.exp: Update tests.
2309 * gdb.base/default.exp: Update tests.
2310 * gdb.base/completion.exp: Update tests.
2311
efba5c23
TV
23122020-04-16 Tom de Vries <tdevries@suse.de>
2313
2314 PR symtab/25791
2315 * gdb.dwarf2/gdb-add-index.exp (add_gdb_index): Move ...
2316 (ensure_gdb_index): and factor out and move ...
2317 * lib/gdb.exp (add_gdb_index, ensure_gdb_index): ... here.
2318 * gdb.dwarf2/imported-unit-runto-main.exp: New file.
2319
d191d716
TV
23202020-04-16 Tom de Vries <tdevries@suse.de>
2321
2322 * gdb.base/maint-expand-symbols-header-file.exp: Set language before
2323 loading exec.
2324
99f1bc6a
AB
23252020-04-15 Andrew Burgess <andrew.burgess@embecosm.com>
2326
2327 * gdb.base/many-completions.exp: New file.
2328
194d088f
TV
23292020-04-14 Tom de Vries <tdevries@suse.de>
2330
2331 PR symtab/25718
2332 * gdb.dwarf2/dw2-symtab-includes.exp: New file.
2333
c1a66c06
TV
23342020-04-14 Tom de Vries <tdevries@suse.de>
2335
2336 PR symtab/25720
2337 * gdb.base/maint-expand-symbols-header-file.c: New test.
2338 * gdb.base/maint-expand-symbols-header-file.exp: New file.
2339 * gdb.base/maint-expand-symbols-header-file.h: New test.
2340
21b0982c
AB
23412020-04-14 Andrew Burgess <andrew.burgess@embecosm.com>
2342
2343 * gdb.dwarf2/dw2-inline-many-frames.exp (get_func_info): Delete.
2344 * gdb.dwarf2/dw2-inline-small-func.exp: Pass options to
2345 get_func_info.
2346 (get_func_info): Delete.
2347 * gdb.dwarf2/dw2-is-stmt-2.exp (get_func_info): Delete.
2348 * gdb.dwarf2/dw2-is-stmt.exp (get_func_info): Delete.
2349 * lib/dwarf.exp (get_func_info): New function.
2350
dd1cab06
TV
23512020-04-13 Tom de Vries <tdevries@suse.de>
2352
2353 * lib/ada.exp (find_ada_tool): Pass --GCC and -B to gnatlink, similar
2354 to what find_gnatmake does.
2355
71ea2b6b
TV
23562020-04-10 Tom de Vries <tdevries@suse.de>
2357
2358 * gdb.base/style.exp: Expect "Expanding full symbols" message for
2359 -readnow.
2360
bdfc1e8a
TV
23612020-04-10 Tom de Vries <tdevries@suse.de>
2362
2363 PR cli/25808
2364 * gdb.base/style.c: Add leading newlines.
2365 * gdb.base/style.exp: Use gdb_get_line_number to get specific lines.
2366 Check listing of main's one-line body.
2367
14ca8ecf
TV
23682020-04-08 Tom de Vries <tdevries@suse.de>
2369
2370 * lib/gdb.exp (psymtabs_p): New proc.
2371 * gdb.dwarf2/imported-unit.exp: Mark "no static partial symbols in
2372 importing unit" unsupported if there are no partial symbols.
2373
e21d048f
TV
23742020-04-08 Tom de Vries <tdevries@suse.de>
2375
2376 PR testsuite/25760
2377 * gdb.ada/call_pn.exp: Call "maint expand-symtabs". Add xfails.
2378
25c11aca
TV
23792020-04-07 Tom de Vries <tdevries@suse.de>
2380
2381 PR symtab/25796
2382 * gdb.dwarf2/imported-unit-abstract-const-value.exp: New file.
2383
5707e24b
TV
23842020-04-07 Tom de Vries <tdevries@suse.de>
2385
2386 * gdb.base/check-psymtab.c: New test.
2387 * gdb.base/check-psymtab.exp: New file.
2388
6ee448cc
TT
23892020-04-06 Tom Tromey <tromey@adacore.com>
2390
2391 * gdb.ada/variant-record/proc.adb: New file.
2392 * gdb.ada/variant-record/value.adb: New file.
2393 * gdb.ada/variant-record/value.s: New file.
2394 * gdb.ada/variant-record.exp: New file.
2395
9e7c9a03
HD
23962020-04-03 Hannes Domani <ssbssa@yahoo.de>
2397
2398 PR gdb/25325
2399 * gdb.cp/typed-enum.cc: New test.
2400 * gdb.cp/typed-enum.exp: New file.
2401
c90d28ac
AB
24022020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
2403
2404 * gdb.dwarf2/dw2-inline-small-func-lbls.c: New file.
2405 * gdb.dwarf2/dw2-inline-small-func.c: New file.
2406 * gdb.dwarf2/dw2-inline-small-func.exp: New file.
2407 * gdb.dwarf2/dw2-inline-small-func.h: New file.
2408 * gdb.opt/inline-small-func.c: New file.
2409 * gdb.opt/inline-small-func.exp: New file.
2410 * gdb.opt/inline-small-func.h: New file.
2411
34e9a9fa
AB
24122020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
2413
2414 * lib/dwarf.exp (Dwarf::lines::program::DW_LNS_set_file): New
2415 function.
2416
6a354911
AB
24172020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
2418
2419 * lib/dwarf.exp (function_range): Allow compiler options to be
2420 specified.
2421
880d9777
TV
24222020-04-02 Tom de Vries <tdevries@suse.de>
2423
2424 * gdb.dwarf2/break-inline-psymtab-2.c (bar): Add
2425 __attribute__((always_inline)).
2426 * gdb.dwarf2/break-inline-psymtab.exp: Don't use -O2.
2427
f32682ea
TV
24282020-04-02 Tom de Vries <tdevries@suse.de>
2429
2430 * lib/gdbserver-support.exp (gdbserver_exit): Factor out of ...
2431 (gdbserver_gdb_exit): ... here. Add timeout warning.
2432 * gdb.multi/multi-target.exp (server_spawn_ids): New global var.
2433 (connect_target_extended_remote): Append new server_spawn_id to
2434 server_spawn_ids.
2435 (cleanup): New proc.
2436 (setup, <toplevel>): Call cleanup.
2437
d3214198
TV
24382020-04-02 Tom de Vries <tdevries@suse.de>
2439
2440 * gdb.base/main-psymtab.exp: New file.
2441
cc77ed24
TV
24422020-04-02 Tom de Vries <tdevries@suse.de>
2443
2444 * gdb.fortran/mixed-lang-stack.exp: Accept new complex printing style.
2445
3638a098
TT
24462020-04-01 Tom Tromey <tom@tromey.com>
2447
2448 * gdb.base/complex-parts.exp: Add type tests.
2449
c34e8714
TT
24502020-04-01 Tom Tromey <tom@tromey.com>
2451
2452 * gdb.base/complex-parts.exp: Add arithmetic tests.
2453
981c08ce
TT
24542020-04-01 Tom Tromey <tom@tromey.com>
2455
2456 * gdb.compile/compile.exp: Update.
2457 * gdb.compile/compile-cplus.exp: Update.
2458 * gdb.base/varargs.exp: Update.
2459 * gdb.base/floatn.exp: Update.
2460 * gdb.base/endianity.exp: Update.
2461 * gdb.base/callfuncs.exp (do_function_calls): Update.
2462 * gdb.base/funcargs.exp (complex_args, complex_integral_args)
2463 (complex_float_integral_args): Update.
2464 * gdb.base/complex.exp: Update.
2465 * gdb.base/complex-parts.exp: Update.
2466
3d1cfd43
TT
24672020-04-01 Tom Tromey <tromey@adacore.com>
2468
2469 * gdb.rust/union.rs: New file.
2470 * gdb.rust/union.exp: New file.
2471 * gdb.rust/simple.rs (Union, Union2): Move to union.rs.
2472 (main): Update.
2473 * gdb.rust/simple.exp: Move union tests to union.exp.
2474
e033dfa9
TT
24752020-04-01 Tom Tromey <tromey@adacore.com>
2476
2477 * gdb.rust/simple.rs (main): Remove "y0".
2478
53cccef1
TBA
24792020-04-01 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2480
2481 * gdb.multi/stop-all-on-exit.c: New test.
2482 * gdb.multi/stop-all-on-exit.exp: New file.
2483
60e22c1e
HD
24842020-04-01 Hannes Domani <ssbssa@yahoo.de>
2485
2486 PR gdb/24789
2487 * gdb.cp/misc.cc: Add integer reference variable.
2488 * gdb.cp/misc.exp: Add test.
2489
e139a727
TBA
24902020-04-01 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2491
2492 * gdb.server/stop-reply-no-thread.exp: Enhance the test
2493 scenario to cover execution until the end and also the case
2494
16b0db75
TV
24952020-03-31 Tom de Vries <tdevries@suse.de>
2496
2497 * gdb.base/c-linkage-name.exp: Fix test-case comment. Set language to
2498 c. Use "maint info symtabs" to check symtab expansion.
2499
c0502da6
TV
25002020-03-30 Tom de Vries <tdevries@suse.de>
2501
2502 * gdb.base/c-linkage-name.exp: Use readnow call to mark a test
2503 unsupported.
2504 (verify_psymtab_expanded): Move ...
2505 * lib/gdb.exp (verify_psymtab_expanded): ... here. Add unsupported
2506 test.
2507 (readnow): New proc.
2508
5935fd15
AB
25092020-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
2510
2511 * gdb.fortran/mixed-lang-stack.exp: Replace two hard coded address
2512 with $hex.
2513
1773be9e
TT
25142020-03-20 Tom Tromey <tromey@adacore.com>
2515
2516 * gdb.dwarf2/dw2-ranges-base.exp: Update regular expressions.
2517
70304be9
TT
25182020-03-20 Tom Tromey <tromey@adacore.com>
2519
2520 * gdb.ada/sub_variant/subv.adb: New file.
2521 * gdb.ada/sub_variant.exp: New file.
2522
0dd7b8f7
TV
25232020-03-20 Tom de Vries <tdevries@suse.de>
2524
2525 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Bail out if
2526 first break fails.
2527 * gdb.threads/step-over-trips-on-watchpoint.exp: (do_test): Same.
2528
cada5fc9
AB
25292020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
2530
2531 * gdb.server/exit-multiple-threads.c: New file.
2532 * gdb.server/exit-multiple-threads.exp: New file.
2533
6b8c53f2
AB
25342020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
2535
2536 * gdb.fortran/mixed-lang-stack.c: New file.
2537 * gdb.fortran/mixed-lang-stack.cpp: New file.
2538 * gdb.fortran/mixed-lang-stack.exp: New file.
2539 * gdb.fortran/mixed-lang-stack.f90: New file.
2540
19a2740f
AB
25412020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
2542
2543 * gdb.linespec/cp-completion-aliases.cc: New file.
2544 * gdb.linespec/cp-completion-aliases.exp: New file.
2545
d8c8b848
TV
25462020-03-19 Tom de Vries <tdevries@suse.de>
2547
2548 * gdb.opt/inline-locals.exp: Add kfail PR number. Make kfail matching
2549 more precise.
2550
a9933ccf
TV
25512020-03-18 Tom de Vries <tdevries@suse.de>
2552
2553 * gdb.dwarf2/break-inline-psymtab-2.c: New test.
2554 * gdb.dwarf2/break-inline-psymtab.c: New test.
2555 * gdb.dwarf2/break-inline-psymtab.exp: New file.
2556
2f89101f
TV
25572020-03-16 Tom de Vries <tdevries@suse.de>
2558
2559 * lib/cache.exp (gdb_do_cache): Add and handle local variables
2560 cache_verify and cache_verify_proc.
2561
6b9374f1
TV
25622020-03-15 Tom de Vries <tdevries@suse.de>
2563
2564 * gdb.server/solib-list.exp: Handle
2565 'Load new symbol table from "/lib64/ld-2.26.so"? (y or n)'.
2566
eaeaf44c
TV
25672020-03-15 Tom de Vries <tdevries@suse.de>
2568
2569 * gdb.base/maint.exp: Use exp_continue in long lines for "maint print
2570 objfiles".
2571
3293bbaf
TT
25722020-03-14 Tom Tromey <tom@tromey.com>
2573
2574 * gdb.base/cvexpr.exp: Add test for _Atomic and restrict.
2575
ab44624c
TV
25762020-03-14 Tom de Vries <tdevries@suse.de>
2577
2578 * gdb.mi/mi-fortran-modules.exp: Use exp_continue.
2579
54c43825
TV
25802020-03-14 Tom de Vries <tdevries@suse.de>
2581
2582 * gdb.threads/attach-many-short-lived-threads.exp: Read "info threads"
2583 result in line-by-line fashion.
2584
2ac70237
TV
25852020-03-14 Tom de Vries <tdevries@suse.de>
2586
2587 * lib/gdb.exp (supports_statement_frontiers): New proc.
2588 * gdb.cp/step-and-next-inline.exp: Use supports_statement_frontiers.
2589
09546b56
TV
25902020-03-14 Tom de Vries <tdevries@suse.de>
2591
2592 * gdb.base/printcmds.exp: Add missing quoting for "print
2593 teststring2".
2594
a1f6a07c
TT
25952020-03-13 Tom Tromey <tom@tromey.com>
2596
2597 * gdb.base/printcmds.exp (test_print_strings): Add regression
2598 test.
2599 * gdb.base/printcmds.c (charptr): New typedef.
2600 (teststring2): New global.
2601
1b83d09c
AB
26022020-03-13 Andrew Burgess <andrew.burgess@embecosm.com>
2603
2604 * gdb.base/break-interp.exp: Use the tail of the filename, not the
2605 full path in the test name.
2606 (test_ld): Add some with_test_prefix blocks to make test names
2607 unique.
2608
2d61316c
TV
26092020-03-13 Tom de Vries <tdevries@suse.de>
2610
2611 * gdb.mi/mi-sym-info.exp: Fix buffer full errors, and timeouts.
2612
2e9145ac
TV
26132020-03-13 Tom de Vries <tdevries@suse.de>
2614
2615 * gdb.mi/mi-sym-info.exp: Make matching more precise.
2616
96c7f873
TV
26172020-03-13 Tom de Vries <tdevries@suse.de>
2618
2619 PR symtab/25646
2620 * gdb.dwarf2/imported-unit.exp: Add test.
2621
49ba92c0
TV
26222020-03-13 Tom de Vries <tdevries@suse.de>
2623
2624 * gdb.mi/mi-sym-info-2.c (another_char_t, another_short_t): New typedef.
2625 (var1, var2): New variable.
2626 * gdb.mi/mi-sym-info.exp: Add --name to various commands to restrict
2627 matching symbols.
2628
301b21e0
TV
26292020-03-13 Tom de Vries <tdevries@suse.de>
2630
2631 * lib/tuiterm.exp (Term::command_no_prompt_prefix): New proc.
2632 (Term::command): Use prompt prefix.
2633 (Term::enter_tui): Use command_no_prompt_prefix instead of prefix.
2634 * gdb.tui/tui-layout-asm-short-prog.exp: Use
2635 command_no_prompt_prefix instead of prefix.
2636 * gdb.tui/tui-layout-asm.exp: Same.
2637
3f512721
SM
26382020-03-12 Simon Marchi <simon.marchi@efficios.com>
2639
2640 * gdb.base/break-interp.exp: Use foreach_with_prefix.
2641
40310f30
SM
26422020-03-12 Simon Marchi <simon.marchi@efficios.com>
2643
2644 * gdb.arch/amd64-disp-step-avx.S: Add nops after _start.
2645 * gdb.arch/amd64-disp-step-avx.exp: Enable "set debug displaced
2646 on" while stepping over the test instruction, match printed
2647 message.
2648
09252140
TV
26492020-03-12 Tom de Vries <tdevries@suse.de>
2650
2651 * gdb.base/info-types.exp: Use exp_continue during matching of output
2652 of "info types".
2653
14e9c72c
TV
26542020-03-12 Tom de Vries <tdevries@suse.de>
2655
2656 * gdb.threads/execl.exp: Delete breakpoint after hitting it.
2657
e515d67e
TV
26582020-03-12 Tom de Vries <tdevries@suse.de>
2659
2660 * gdb.fortran/module.exp: Use exp_continue during matching of output
2661 of "info variable -n".
2662
307eafd8
TV
26632020-03-12 Tom de Vries <tdevries@suse.de>
2664
2665 * gdb.dwarf2/dw2-ranges-base.exp: Limit "maint info line-table" to
2666 gdb.dwarf2/dw2-ranges-base.c.
2667
9a2de3fc
TV
26682020-03-12 Tom de Vries <tdevries@suse.de>
2669
2670 * gdb.linespec/explicit.exp: Fix "complete non-unique file name" test
2671 in presence of GLIBC debuginfo.
2672
3217502e
TV
26732020-03-12 Tom de Vries <tdevries@suse.de>
2674
2675 * lib/gdb.exp (gdb_core_cmd): Use string_to_regexp for regexp-matching
2676 $core.
2677
1281424c
TV
26782020-03-12 Tom de Vries <tdevries@suse.de>
2679
2680 * lib/gdb.exp (gdb_core_cmd): Make "No such file or directory" regexp
2681 more precise.
2682
038b97fc
SM
26832020-03-11 Simon Marchi <simon.marchi@efficios.com>
2684
2685 * lib/gdb.exp (standard_output_file): Use `pwd -W` to convert
2686 from Unix to Windows path.
2687
5308d1e7
TV
26882020-03-11 Tom de Vries <tdevries@suse.de>
2689
2690 * gdb.ada/minsyms.exp: Set language to ada.
2691
f870f78f
TV
26922020-03-11 Tom de Vries <tdevries@suse.de>
2693
2694 * gdb.server/sysroot.exp: Allow GLIBC's printf alias __printf.
2695
5a13315d
TV
26962020-03-11 Tom de Vries <tdevries@suse.de>
2697
2698 * gdb.btrace/reconnect.exp: Allow source line pattern after stepi.
2699
976862ed
TT
27002020-03-11 Tom Tromey <tromey@adacore.com>
2701
2702 * gdb.dwarf2/variant.exp: Mark discriminants as artificial.
2703
7462c383
TV
27042020-03-11 Tom de Vries <tdevries@suse.de>
2705
2706 * gdb.base/foll-fork.exp: Allow "Reading in symbols" messages.
2707
1c6c46a0
TV
27082020-03-11 Tom de Vries <tdevries@suse.de>
2709
2710 * gdb.base/break-interp.exp: Limit verbose scope.
2711
44f41bb7
TV
27122020-03-11 Tom de Vries <tdevries@suse.de>
2713
2714 * gdb.fortran/logical.f90: Define variable with character type.
2715 * gdb.fortran/logical.exp: Use character type instead of uint8_t.
2716
b76f3a42
TV
27172020-03-11 Tom de Vries <tdevries@suse.de>
2718
2719 * gdb.base/list-ambiguous.exp: Set EDITOR to true.
2720
1c33af77
TV
27212020-03-11 Tom de Vries <tdevries@suse.de>
2722
2723 * gdb.ada/access_to_packed_array.exp: Test printing of expanded
2724 symtabs.
2725
8c95582d
AB
27262020-03-10 Andrew Burgess <andrew.burgess@embecosm.com>
2727 Bernd Edlinger <bernd.edlinger@hotmail.de>
2728
2729 * gdb.cp/step-and-next-inline.cc: New file.
2730 * gdb.cp/step-and-next-inline.exp: New file.
2731 * gdb.cp/step-and-next-inline.h: New file.
2732 * gdb.dwarf2/dw2-is-stmt.c: New file.
2733 * gdb.dwarf2/dw2-is-stmt.exp: New file.
2734 * gdb.dwarf2/dw2-is-stmt-2.c: New file.
2735 * gdb.dwarf2/dw2-is-stmt-2.exp: New file.
2736 * gdb.dwarf2/dw2-ranges-base.exp: Update line table pattern.
2737
cecf8547
AB
27382020-03-10 Andrew Burgess <andrew.burgess@embecosm.com>
2739
2740 * lib/dwarf.exp (Dwarf::lines) Add support for modifying the
2741 is-stmt flag in the line table.
2742
0ba678c9
TV
27432020-03-09 Tom de Vries <tdevries@suse.de>
2744
2745 * lib/gdb.exp (cached_file): Create cache dir.
2746
72fbdf83
TV
27472020-03-07 Tom de Vries <tdevries@suse.de>
2748
2749 * gdb.cp/ref-params.exp: Compare build_executable result with -1.
2750 * gdb.cp/rvalue-ref-params.exp: Same.
2751
436b5e99
TV
27522020-03-06 Tom de Vries <tdevries@suse.de>
2753
2754 * lib/gdb.exp (tentative_rename, cached_file): New proc.
2755 * boards/cc-with-tweaks.exp: Use cached_file to create gdb.sh.
2756
09f2921c
TV
27572020-03-06 Tom de Vries <tdevries@suse.de>
2758
2759 * README: Fix "the the".
2760 * gdb.base/dprintf.exp: Same.
2761
50a3cc5d
TV
27622020-03-05 Tom de Vries <tdevries@suse.de>
2763
2764 * gdb.base/maint.exp: Update "main print statistics" expected output.
2765
0a709cba
AKS
27662020-03-04 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
2767
2768 * lib/fortran.exp (fortran_int4): Handle flang kind printing.
2769 (fortran_int8): Likewise.
2770 (fortran_real4): Likewise.
2771 (fortran_real8): Likewise.
2772 (fortran_complex4): Likewise.
2773 (fortran_logical4): Likewise.
2774 (fortran_character1): Likewise.
2775
5e5d66b6
AB
27762020-03-03 Andrew Burgess <andrew.burgess@embecosm.com>
2777
2778 * gdb.fortran/logical.exp: Add tests that any non-zero value is
2779 printed as true.
2780
7b973adc
SDJ
27812020-03-03 Sergio Durigan Junior <sergiodj@redhat.com>
2782
2783 * gdb.base/printcmds.exp: Add test to verify printf of a
2784 variable holding an address.
2785
478e490a
TV
27862020-03-03 Tom de Vries <tdevries@suse.de>
2787
2788 * gdb.mi/gdb2549.exp: Fix "register values t" check-read1 timeout.
2789
1ef44e86
TV
27902020-03-03 Tom de Vries <tdevries@suse.de>
2791
2792 * gdb.mi/list-thread-groups-available.exp: Use -prompt syntax for
2793 gdb_test_multiple call.
2794
b98cc2cf
TV
27952020-03-03 Tom de Vries <tdevries@suse.de>
2796
2797 * gdb.mi/mi-sym-info.exp: Add missing -prompt "$mi_gdb_prompt$" to
2798 gdb_test_multiple calls.
2799
63e163f2
AB
28002020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
2801
2802 * gdb.base/default.exp: Remove test of 'set history filename'.
2803 * gdb.base/gdbinit-history.exp: Add tests for setting the history
2804 filename to the empty string.
2805 * lib/gdb.exp (gdb_init): Unset environment variables GDBHISTFILE
2806 and GDBHISTSIZE.
2807
24ed6739
AB
28082020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
2809
2810 * gdb.server/stop-reply-no-thread.exp: Add test where T packet is
2811 disabled.
2812
590003dc 28132020-03-02 Pedro Alves <palves@redhat.com>
fc5d6901 2814 Tom de Vries <tdevries@suse.de>
590003dc
TV
2815
2816 * lib/gdb.exp (gdb_test_multiple): Handle prompt_regexp option using
2817 -prompt prefix, before user_code argument. Add -lbl option likewise.
2818 (skip_python_tests_prompt, skip_libstdcxx_probe_tests_prompt)
2819 (gdb_is_target_1): Add -prompt prefix and move to before user_code
2820 argument.
2821 * gdb.base/corefile-buildid.exp: Use -lbl option. Rewrite regexps to
2822 have "\r\n" at start-of-line, instead of at end-of-line.
2823
f5e46084
SM
28242020-02-28 Simon Marchi <simon.marchi@efficios.com>
2825
2826 * lib/trace-support.exp (get_in_proc_agent): Adjust path to
2827 libinproctrace.so.
2828
f7a7000d
LM
28292020-02-28 Luis Machado <luis.machado@linaro.org>
2830
2831 * gdb.arch/aarch64-fp.exp: Switch from "info registers" command
2832 to "p/x".
2833
718e0816
LM
28342020-02-28 Luis Machado <luis.machado@linaro.org>
2835
2836 * gdb.arch/aarch64-dbreg-contents.c: Include stdlib.h, unistd.h,
2837 asm/ptrace.h and error.h.
2838
13c3a74a
TV
28392020-02-28 Tom de Vries <tdevries@suse.de>
2840
2841 * gdb.base/c-linkage-name.c (main): Call do_something_other_cu.
2842 (struct wrapper, do_something, mundane/symada__cS): Move ...
2843 * gdb.base/c-linkage-name-2.c: ... here. New source file.
2844 * gdb.base/c-linkage-name.exp: Add verification of psymtab expansion.
2845 Update "print symada__cS before partial symtab expansion" regexp.
2846 Update breakpoint location. Flush symbol cache after expansion.
2847
85d2d5bb
LM
28482020-02-28 Luis Machado <luis.machado@linaro.org>
2849
2850 * gdb.arch/aarch64-pauth.exp: Recognize optional PAC output.
2851
3608f86c
TV
28522020-02-27 Tom de Vries <tdevries@suse.de>
2853
2854 * config/sid.exp: Remove unused globals.
2855 * gdb.base/attach.exp: Same.
2856 * gdb.base/catch-load.exp: Same.
2857 * gdb.base/dbx.exp: Same.
2858 * lib/gdb.exp: Same.
2859 * lib/mi-support.exp: Same.
2860 * lib/prompt.exp: Same.
2861
c8d4f6df
TV
28622020-02-27 Tom de Vries <tdevries@suse.de>
2863
2864 * lib/tuiterm.exp (spawn): Handle case that spawn_out(slave,name) is
2865 not set.
2866
0d79cdc4
AM
28672020-02-26 Aaron Merey <amerey@redhat.com>
2868
2869 * gdb.debuginfod: New directory for debuginfod tests.
2870 * gdb.debuginfod/main.c: New test file.
2871 * gdb.debuginfod/fetch_src_and_symbols.exp: New tests.
2872
0dce4280
TV
28732020-02-26 Tom de Vries <tdevries@suse.de>
2874
2875 PR gdb/25603
2876 * gdb.base/persistent-lang.cc: New test.
2877 * gdb.base/persistent-lang.exp: New file.
2878
9e80cfa1
AB
28792020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
2880
2881 * gdb.fortran/derived-type-striding.exp: Add a new test.
2882 * gdb.fortran/derived-type-striding.f90: Add pointer variable for
2883 new test.
2884
2078dbb2
AB
28852020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
2886
2887 * gdb.base/cached-source-file.exp: Avoid source file paths in test
2888 names.
2889
70d49700
TV
28902020-02-25 Tom de Vries <tdevries@suse.de>
2891
2892 PR go/18926
2893 * gdb.go/methods.exp: Remove gcc/93866 xfail.
2894
a88ef40d
TV
28952020-02-24 Tom de Vries <tdevries@suse.de>
2896
2897 PR gdb/25592
2898 * gdb.base/info-locals-unused-static-var.c: New test.
2899 * gdb.base/info-locals-unused-static-var.exp: New file.
2900
01b1af32
TT
29012020-02-22 Tom Tromey <tom@tromey.com>
2902
2903 * gdb.python/tui-window.exp: New file.
2904 * gdb.python/tui-window.py: New file.
2905
7c043ba6
TT
29062020-02-22 Tom Tromey <tom@tromey.com>
2907
2908 PR tui/17850:
2909 * gdb.tui/new-layout.exp: Add horizontal layout and winheight
2910 tests.
2911
c22fef7e
TT
29122020-02-22 Tom Tromey <tom@tromey.com>
2913
2914 * gdb.tui/new-layout.exp: Add sub-layout tests.
2915
ee325b61
TT
29162020-02-22 Tom Tromey <tom@tromey.com>
2917
2918 * gdb.tui/new-layout.exp: New file.
2919
3f0cbb04
TT
29202020-02-22 Tom Tromey <tom@tromey.com>
2921
2922 * gdb.rust/rust-style.rs: New file.
2923 * gdb.rust/rust-style.exp: New file.
2924 * gdb.base/style.exp: Test structure printing.
2925 * gdb.base/style.c (struct some_struct): New type.
2926 (enum etype): New type.
2927 (struct_value): New global.
2928
75525152
TV
29292020-02-21 Tom de Vries <tdevries@suse.de>
2930
2931 PR go/18926
2932 * lib/gdb.exp (bp_location2/bp_location2_regexp): Fix.
2933 Remove blanket xfails. Use message argument for gdb_breakpoint.
2934 Make continuing to breakpoint test conditional on setting breakpoint.
2935 Fix continuing to breakpoint regexp. Add xfails for gccgo-6/7
2936 DW_AT_name attribute. Add xfail for GCC PR93866.
2937
bd360d30
AB
29382020-02-21 Andrew Burgess <andrew.burgess@embecosm.com>
2939
2940 * gdb.dwarf2/cpp-linkage-name.c: New file.
2941 * gdb.dwarf2/cpp-linkage-name.exp: New file.
2942
c7adb09f 29432020-02-21 Shahab Vahedi <shahab@synopsys.com>
24ac169a
SV
2944
2945 * lib/gdb.exp (gdb_wrapper_init): Reset
2946 "gdb_wrapper_initialized" to 0 if "wrapper_file" does
2947 not exist.
2948
a9c79803
TV
29492020-02-20 Tom de Vries <tdevries@suse.de>
2950
2951 PR go/17018
2952 * gdb.go/hello.exp: Copy ...
2953 * gdb.go/global-local-var-shadow.exp: ... here. New file. Expect
2954 print of st to print value of global definition. Add xfail for GCC
2955 PR93844.
2956 * gdb.go/hello.exp: Remove printing of st before definition.
2957 * gdb.go/hello.go: Copy ...
2958 * gdb.go/global-local-var-shadow.go: ... here. New test. Rename myst
2959 to st.
2960 * gdb.go/hello.go: Remove myst. Remove comment about shadowing.
2961
d7445728
TV
29622020-02-20 Tom de Vries <tdevries@suse.de>
2963
2964 * lib/gdb.exp (support_go_compile): New gdb_caching_proc.
2965 (gdb_simple_compile): Handle compile_flags go by using .go extension
2966 for source file.
2967 * gdb.go/chan.exp: Use support_go_compile.
2968 * gdb.go/handcall.exp: Same.
2969 * gdb.go/hello.exp: Same.
2970 * gdb.go/integers.exp: Same.
2971 * gdb.go/max-depth.exp: Same.
2972 * gdb.go/methods.exp: Same.
2973 * gdb.go/package.exp: Same.
2974 * gdb.go/strings.exp: Same.
2975 * gdb.go/types.exp: Same.
2976 * gdb.go/unsafe.exp: Same.
2977
c9c41e6d
TV
29782020-02-19 Tom de Vries <tdevries@suse.de>
2979
2980 * gdb.python/lib-types.exp: Make xfail more strict.
2981
f20ff837
TV
29822020-02-19 Tom de Vries <tdevries@suse.de>
2983
2984 * gdb.ada/funcall_ref.exp: Replace xfail setup by unsupported check.
2985
08410482
DE
29862020-02-19 Doug Evans <dje@google.com>
2987
2988 PR rust/25535
2989 * gdb.rust/simple.exp: Add test.
2990 * gdb.rust/simple.rs: Add test.
2991
623563f7
TV
29922020-02-19 Tom de Vries <tdevries@suse.de>
2993
2994 * gdb.base/corefile-buildid.exp (check_exec_file): Match info files
2995 output line-by-line.
2996
d3308cfd
TV
29972020-02-19 Tom de Vries <tdevries@suse.de>
2998
2999 * gdb.cp/cpexprs.exp: Remove c++/14186 kfail.
3000
86cbc5dc
TV
30012020-02-19 Tom de Vries <tdevries@suse.de>
3002
3003 * gdb.base/solib-overlap.exp: Use exec instead of system to execute
3004 prelink.
3005
9db2b96b
TV
30062020-02-19 Tom de Vries <tdevries@suse.de>
3007
3008 * lib/cache.exp (ignore_pass, gdb_do_cache_wrap): New proc.
3009 (gdb_do_cache): Use gdb_do_cache_wrap.
3010 * gdb.base/gdb-caching-proc.exp (test_proc): Use gdb_do_cache_wrap.
3011
89e2fdc5
TV
30122020-02-19 Tom de Vries <tdevries@suse.de>
3013
3014 * lib/dtrace.exp (dtrace_build_usdt_test_program): Use quiet as
3015 gdb_compile option.
3016
373d7ac0
SM
30172020-02-18 Simon Marchi <simon.marchi@efficios.com>
3018
3019 * gdb.base/printcmds.exp (test_print_enums): Update expected
3020 output.
3021
b29a2df0
SM
30222020-02-18 Simon Marchi <simon.marchi@efficios.com>
3023
3024 * gdb.base/printcmds.exp (test_print_enums): Expect hex values
3025 for "unknown".
3026
6740f0cc
SM
30272020-02-18 Simon Marchi <simon.marchi@efficios.com>
3028
3029 * gdb.base/printcmds.c (enum flag_enum): Add FE_TWO_LEGACY
3030 enumerator.
3031
edd45eb0
SM
30322020-02-18 Simon Marchi <simon.marchi@efficios.com>
3033
3034 * gdb.base/printcmds.c (enum flag_enum): Prefix enumerators with
3035 FE_, add FE_NONE.
3036 (three): Update.
3037 (enum flag_enum_without_zero): New enum.
3038 (flag_enum_without_zero): New variable.
3039 (enum not_flag_enum): New enum.
3040 (three_not_flag): New variable.
3041 * gdb.base/printcmds.exp (test_artificial_arrays): Update.
3042 (test_print_enums): Add more tests for printing flag enums.
3043
d4295de4
TV
30442020-02-18 Tom de Vries <tdevries@suse.de>
3045
3046 * lib/ada.exp (gdb_compile_ada_1): Factor out of ...
3047 (gdb_compile_ada): ... here.
3048 (gnat_runtime_has_debug_info): Remove fail call for gdb_compile_ada
3049 failure. Use gdb_compile_ada_1 instead of gdb_compile_ada.
3050
f251f505
TT
30512020-02-14 Tom Tromey <tom@tromey.com>
3052
3053 * lib/gdbserver-support.exp (find_gdbserver): Find gdbserver in
3054 build directory.
3055 * boards/gdbserver-base.exp: Update path to gdbserver.
3056
8f432634
TV
30572020-02-13 Tom de Vries <tdevries@suse.de>
3058
3059 * lib/ada.exp (gdb_compile_ada): Delete stale exec before compilation.
3060
92b6eaf7
TV
30612020-02-13 Tom de Vries <tdevries@suse.de>
3062
3063 * gdb.ada/catch_ex_std.exp: Indicate unsupported if gnatbind/gnatlink
3064 are missing.
3065
f3b0f7fe
TV
30662020-02-13 Tom de Vries <tdevries@suse.de>
3067
3068 * lib/ada.exp (gnatmake_version_at_least): Wrap exec call in a catch
3069 call.
3070
f6be8713
SDJ
30712020-02-11 Sergio Durigan Junior <sergiodj@redhat.com>
3072
3073 PR tui/25126
3074 https://bugzilla.redhat.com/show_bug.cgi?id=1784210
3075 * gdb.base/cached-source-file.c: New file.
3076 * gdb.base/cached-source-file.exp: New file.
3077
b2770d5e
TV
30782020-02-11 Tom de Vries <tdevries@suse.de>
3079
3080 PR testsuite/25488
3081 * lib/gdb.exp (gdb_init): Unset $file_last_loaded.
3082
44f6938e
TV
30832020-02-10 Tom de Vries <tdevries@suse.de>
3084
3085 * gdb.multi/multi-target.exp: Skip if skip_gdbserver_tests.
3086
5f0e2eb7
MR
30872020-02-10 Maciej W. Rozycki <macro@wdc.com>
3088
3089 * gdb.base/step-over-no-symbols.exp: Verify that $before_addr
3090 and $after_addr are both integers before making a comparison.
3091
46ce2b6f
TV
30922020-02-09 Tom de Vries <tdevries@suse.de>
3093
3094 * gdb.base/many-headers.exp: Echo gdb command to gdb.log. Capture gdb
3095 command output and paste it into gdb.log. If any, paste catch message
3096 to gdb.log.
3097
5abbbe1d
TT
30982020-02-07 Tom Tromey <tromey@adacore.com>
3099
3100 PR breakpoints/24915:
3101 * gdb.base/annotate-symlink.exp: Use setup_xfail.
3102
1d5d29e7
SV
31032020-02-06 Shahab Vahedi <shahab@synopsys.com>
3104
3105 * gdb.tui/tui-missing-src.exp: Add the "missing source
3106 file" test for the TUI.
3107
b0999b9b
AB
31082020-02-06 Andrew Burgess <andrew.burgess@embecosm.com>
3109
3110 * gdb.server/multi-ui-errors.exp: Give a test a real name to avoid
3111 including a port number in the output.
3112
c3b149eb
AKS
31132020-02-04 Alok Kumar Sharma <alokkumar.sharma@amd.com>
3114
3115 * lib/fortran.exp (fortran_int4): Handle clang.
3116 (fortran_int8): Likewise.
3117 (fortran_real4): Likewise.
3118 (fortran_real8): Likewise.
3119 (fortran_complex4): Likewise.
3120 (fortran_logical4): Likewise.
3121 (fortran_character1): Likewise.
3122
f8dcc90b
TV
31232020-02-04 Tom de Vries <tdevries@suse.de>
3124
3125 * README (Race detection): Add note.
3126
f90ac7c2
TV
31272020-02-04 Tom de Vries <tdevries@suse.de>
3128
3129 * lib/gdb.exp (inferior_exited_re): Use "\[^\n\r\]*" instead of ".*".
3130
780636ae
TV
31312020-02-04 Tom de Vries <tdevries@suse.de>
3132
3133 * lib/gdb.exp (inferior_exited_re): Use non-capturing parentheses.
3134
5d2e1193
RA
31352020-02-03 Rogerio A. Cardoso <rcardoso@linux.ibm.com>
3136
3137 * gdb.arch/powerpc-power8.exp: Delete trailing whitespace of
3138 tbegin., tend. instructions. Replace bctar-, bctar+, bctarl-,
3139 bctarl+ extended mnemonics when avaliable by bgttar, bnstarl,
3140 blttar, bnetarl.
3141 * gdb.arch/powerpc-power8.s: Fix comments. Fix instructions
3142 binary for blttar, bnetarl.
3143 * gdb.arch/powerpc-power9.exp: Delete trailing whitespace of
3144 wait instruction. Delete ldmx test.
3145 * gdb.arch/powerpc-power9.s: Delete ldmx instruction.
3146
e409c542
AKS
31472020-02-03 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
3148
3149 * gdb.fortran/array-bounds-high.exp: New file.
3150 * gdb.fortran/array-bounds-high.f90: New file.
3151
b0029748
LD
31522020-02-03 Lukas Durfina <ldurfina@tachyum.com> (tiny change)
3153
3154 * gdb.base/fileio.c: Remove #include of <sys/errno.h>.
3155 Replace #include of <sys/fcntl.h> by <fcntl.h>.
3156
195a8287
TV
31572020-02-01 Tom de Vries <tdevries@suse.de>
3158
3159 * gdb.server/server-kill-python.exp: Fix $gdb_tst_name typo.
3160
42330a68
AB
31612020-01-31 Andrew Burgess <andrew.burgess@embecosm.com>
3162
3163 PR tui/9765
3164 * gdb.tui/tui-layout-asm-short-prog.S: New file.
3165 * gdb.tui/tui-layout-asm-short-prog.exp: New file.
3166
b62a8028
LM
31672020-01-29 Luis Machado <luis.machado@linaro.org>
3168
3169 * gdb.arch/aarch64-brk-patterns.c: New source file.
3170 * gdb.arch/aarch64-brk-patterns.exp: New test.
3171
5f440116
TBA
31722020-01-29 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
3173
3174 * gdb.cp/pass-by-ref-2.exp: Mark some tests as XFAIL based on the
3175 GCC/Clang version.
3176 * gdb.cp/pass-by-ref.exp: Ditto.
3177
ee2a6fc6
TV
31782020-01-29 Tom de Vries <tdevries@suse.de>
3179
3180 * gdb.threads/watchpoint-fork-child.c: Guard prints with #if DEBUG.
3181 * gdb.threads/watchpoint-fork-mt.c: Same.
3182 * gdb.threads/watchpoint-fork-parent.c: Same.
3183 * gdb.threads/watchpoint-fork-st.c: Same.
3184 * gdb.threads/watchpoint-fork.exp: Compile with DEBUG=0.
3185
16b10d6e
LM
31862020-01-27 Luis Machado <luis.machado@linaro.org>
3187
3188 * gdb.base/step-over-syscall.exp (setup): Check if we're already
3189 sitting at a syscall instruction when we hit the syscall function's
3190 breakpoint.
3191 Check PC against one obtained with the x command.
3192 Validate syscall number.
3193 (step_over_syscall): Don't continue to the syscall instruction if
3194 we're already there.
3195
b1468492
PW
31962020-01-25 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3197
3198 * gdb.base/attach.exp: Test 'set exec-file-mismatch'.
3199
7ffa82e1
AB
32002020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
3201
3202 * gdb.dwarf2/dw2-inline-many-frames.c: New file.
3203 * gdb.dwarf2/dw2-inline-many-frames.exp: New file.
3204
3d92a3e3
AB
32052020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
3206
3207 * gdb.dwarf2/dw2-inline-stepping.c: New file.
3208 * gdb.dwarf2/dw2-inline-stepping.exp: New file.
3209
94a72be7
AB
32102020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
3211
3212 * gdb.base/maint.exp: Update line table parsing test.
3213 * gdb.dwarf2/dw2-ranges-base.exp: Add new line table parsing test.
3214
53af73bf
PA
32152020-01-24 Pedro Alves <palves@redhat.com>
3216
3217 PR gdb/25410
3218 * gdb.multi/multi-re-run-1.c: New.
3219 * gdb.multi/multi-re-run-2.c: New.
3220 * gdb.multi/multi-re-run.exp: New.
3221
1ba1ac88
AB
32222020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
3223
3224 PR gdb/23718
3225 * gdb.server/server-kill-python.exp: New file.
3226
f3364a6d
AB
32272020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
3228
3229 * gdb.server/multi-ui-errors.c: New file.
3230 * gdb.server/multi-ui-errors.exp: New file.
3231
733d0a67
AB
32322020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
3233
3234 PR tui/9765
3235 * gdb.tui/tui-layout-asm.exp: Add scrolling test for asm window.
3236
4f13c1c0
TT
32372020-01-19 Tom Tromey <tom@tromey.com>
3238
3239 * gdb.tui/main.exp: Add check for plain "file".
3240
40c94099
CB
32412020-01-16 Christian Biesinger <cbiesinger@google.com>
3242
3243 * lib/gdb.exp: Fix spelling error (seperatelly).
3244
ff47f4f0
TT
32452020-01-14 Tom Tromey <tom@tromey.com>
3246
3247 PR symtab/12535:
3248 * gdb.python/python.exp: Test decode_line with empty string
3249 argument.
3250
717c684d
BE
32512020-01-14 Bernd Edlinger <bernd.edlinger@hotmail.de>
3252
3253 * gdb.base/skip-inline.exp: Extend test.
3254
44e4c775
AB
32552020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
3256
3257 * gdb.dwarf2/dw2-bad-elf-other.S: New file.
3258 * gdb.dwarf2/dw2-bad-elf.c: New file.
3259 * gdb.dwarf2/dw2-bad-elf.exp: New file.
3260
d93c6db7
AB
32612020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
3262
3263 * lib/dwarf.exp (Dwarf::lines): Reset _line_saw_program and
3264 _line_saw_file.
3265
9a6d629c
AB
32662020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
3267
3268 * lib/tuiterm.exp (Term::_check_box): Check some parts of the top
3269 border.
3270
d9ebdab7
TBA
32712020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
3272
3273 * gdb.multi/multi-target.exp (setup): Factor out "info
3274 connections" and "info inferiors" tests to ...
3275 (test_info_inferiors): ... this new procedure.
3276 (top level): Run new "info-inferiors" tests.
3277
f3c469b9
PA
32782020-01-10 Pedro Alves <palves@redhat.com>
3279
3280 * gdb.server/bkpt-other-inferior.exp: New file.
3281
121b3efd
PA
32822020-01-10 Pedro Alves <palves@redhat.com>
3283
3284 * gdb.base/kill-detach-inferiors-cmd.exp: Adjust expected output
3285 of "add-inferior".
3286 * gdb.base/quit-live.exp: Likewise.
3287 * gdb.base/remote-exec-file.exp: Likewise.
3288 * gdb.guile/scm-progspace.exp: Likewise.
3289 * gdb.linespec/linespec.exp: Likewise.
3290 * gdb.mi/new-ui-mi-sync.exp: Likewise.
3291 * gdb.mi/user-selected-context-sync.exp: Likewise.
3292 * gdb.multi/multi-target.exp (setup): Add "info connection" and
3293 "info inferiors" tests.
3294 * gdb.multi/remove-inferiors.exp: Adjust expected output of
3295 "add-inferior".
3296 * gdb.multi/watchpoint-multi.exp: Likewise.
3297 * gdb.python/py-inferior.exp: Likewise.
3298 * gdb.server/extended-remote-restart.exp: Likewise.
3299 * gdb.threads/fork-plus-threads.exp: Adjust expected output of
3300 "info inferiors".
3301 * gdb.threads/forking-threads-plus-breakpoint.exp: Likewise.
3302 * gdb.trace/report.exp: Likewise.
3303
1dadb1dd
PA
33042020-01-10 Pedro Alves <palves@redhat.com>
3305
3306 * gdb.multi/multi-target.c: New file.
3307 * gdb.multi/multi-target.exp: New file.
3308 * lib/gdbserver-support.exp (gdb_target_cmd): Handle "Non-stop
3309 mode requested, but remote does not support non-stop".
3310
78f2c40a
PA
33112020-01-10 Pedro Alves <palves@redhat.com>
3312
3313 * gdb.server/extended-remote-restart.exp (test_reload): Explicitly
3314 disconnect before reconnecting.
3315
e7af6c70
TBA
33162020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
3317 Pedro Alves <palves@redhat.com>
3318
3319 * gdb.server/connect-without-multi-process.exp: Also test
3320 continuing to end.
3321
acdf84a6
PA
33222020-01-10 Pedro Alves <palves@redhat.com>
3323
3324 * gdb.base/remote-exec-file.exp: New file.
3325
873657b9
PA
33262020-01-10 Pedro Alves <palves@redhat.com>
3327
3328 * gdb.base/fork-running-state.exp (do_test): Adjust expected
3329 output.
3330 * gdb.threads/async.c: New.
3331 * gdb.threads/async.exp: New.
3332 * gdb.multi/tids-gid-reset.c: New.
3333 * gdb.multi/tids-gid-reset.exp: New.
3334
7f0ae84c
GB
33352020-01-10 George Barrett <bob@bob131.so>
3336
3337 * gdb.base/stap-probe.c (relocation_marker): Add dummy variable
3338 to help in finding the image relocation offset.
3339 * gdb.base/stap-probe.exp (stap_test): Accept arbitrary compile
3340 options in arguments.
3341 (stap_test_no_debuginfo): Likewise.
3342 (stap-probe-nosem-noopt-pie, stap-probe-nosem-noopt-nopie): Add
3343 test variants.
3344 (stap_test): Add null semaphore relocation test.
3345
47e9d49d
GB
33462020-01-10 George Barrett <bob@bob131.so>
3347
3348 * gdb.base/stap-probe.c: Rename USE_PROBES to USE_SEMAPHORES.
3349 * gdb.base/stap-probe.exp: Likewise.
3350 (stap_test): Pass argument as an additional flag.
3351 (stap_test_no_debuginfo): Likewise.
3352 (stap_test): Check `info probes stap' output for semaphore
3353 addresses if the test binary is supposed to have them.
3354
f5a7c406
AB
33552020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
3356
3357 * gdb.tui/basic.exp: Add more scrolling tests.
3358
9ae6bf64
TT
33592020-01-09 Tom Tromey <tom@tromey.com>
3360
3361 PR tui/18932:
3362 * lib/tuiterm.exp (Term::wait_for): Rename from _accept. Return a
3363 meangingful value.
3364 (Term::command, Term::resize): Update.
3365 * gdb.tui/basic.exp: Add scrolling test.
3366
b2efe70c
AB
33672020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
3368
3369 * gdb.tui/tui-layout-asm.exp: New file.
3370
3804da7e
AB
33712020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
3372
3373 * lib/tuiterm.exp (Term::check_box_contents): New proc.
3374
b40aa28f
AB
33752020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
3376
3377 * lib/tuiterm.exp (Term::prepare_for_tui): New proc.
3378 (Term::enter_tui): Use Term::prepare_for_tui.
3379
63ffd7c9
AB
33802020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
3381
3382 * lib/tuiterm.exp (Term::dump_screen): Always dump the screen when
3383 called.
3384
3be966f6
AB
33852020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
3386
3387 * gdb.base/skip.exp: Fix race condition in test.
3388
153d79c4
AB
33892020-01-06 Andrew Burgess <andrew.burgess@embecosm.com>
3390
3391 * gdb.base/backtrace.c: New file.
3392 * gdb.base/backtrace.exp: New file.
3393
f2302a34
AB
33942020-01-05 Andrew Burgess <andrew.burgess@embecosm.com>
3395
3396 * gdb.tui/list.exp: Test 'focus next' after 'list main'.
3397
6ec1d75e
PW
33982020-01-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3399
3400 * gdb.base/style.exp: Test that warnings are styled.
3401
c296cbe6
BE
34022019-12-29 Bernd Edlinger <bernd.edlinger@hotmail.de>
3403
3404 * gdb.base/line65535.exp: New file.
3405 * gdb.base/line65535.c: New file.
3406
b28a729d
SM
34072019-12-27 Simon Marchi <simon.marchi@polymtl.ca>
3408
3409 * lib/ada.exp (gnat_runtime_has_debug_info): New proc.
3410 * lib/gnat_debug_info_test.adb: New file.
3411 * gdb.ada/ptype_tagged_param.exp: Use
3412 gnat_runtime_has_debug_info, expect a different output if
3413 runtime does not have debug info.
3414
7f2d7a0d
SM
34152019-12-20 Simon Marchi <simon.marchi@efficios.com>
3416
3417 * lib/sym-info-cmds.exp (GDBInfoSymbols::check_no_entry): Add
3418 (another) quote in test name.
3419
f3bce483
SM
34202019-12-20 Simon Marchi <simon.marchi@efficios.com>
3421
3422 * lib/sym-info-cmds.exp (GDBInfoModuleSymbols::check_no_entry):
3423 Add quote in test name.
3424
c855a912
TBA
34252019-12-20 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
3426
3427 * gdb.cp/pass-by-ref.cc: Delete. Generated in the output
3428 directory instead.
3429 * gdb.cp/pass-by-ref.exp: Extend with more cases.
3430 * gdb.cp/pass-by-ref-2.cc: New file.
3431 * gdb.cp/pass-by-ref-2.exp: New file.
3432
fc9d2d72
TT
34332019-12-20 Tom Tromey <tom@tromey.com>
3434
3435 * gdb.tui/list-before.exp: New file.
3436
77b97e00
TT
34372019-12-20 Tom Tromey <tom@tromey.com>
3438
3439 * gdb.tui/list.exp: Check for source on initial listing.
3440
f69656d0
TT
34412019-12-11 Tom Tromey <tromey@adacore.com>
3442
3443 * gdb.xml/tdesc-arch.exp (set_arch): Add "trans_mode" parameter.
3444 Add crlf test.
3445
99a55965
SM
34462019-12-18 Simon Marchi <simon.marchi@efficios.com>
3447
3448 * gdb.base/default.exp: Update value of $_gdb_major.
3449
5024637f
BE
34502019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
3451
3452 * gdb.base/skip.exp: Fix test failure observed with gcc-9.2.0.
3453
b63634be
BE
34542019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
3455
3456 * gdb.base/skip.exp: Whitespace fix.
3457
45d73523
BE
34582019-12-16 Bernd Edlinger <bernd.edlinger@hotmail.de>
3459
3460 * gdb.base/skip-inline.c: New file.
3461 * gdb.base/skip-inline.exp: New file.
3462
d043f8c8
SM
34632019-12-16 Simon Marchi <simon.marchi@polymtl.ca>
3464
3465 * gdb.base/jit-reader.exp (jit_reader_test): Rename
3466 jit_function_00 to jit_function_stack_mangle.
3467 * gdb.base/jithost.c (jit_function_t): Rename to...
3468 (jit_function_stack_mangle_t): ... this.
3469 (jit_function_add_t): New typedef.
3470 (jit_function_00_code): Rename to...
3471 (jit_function_stack_mangle_code): ... this, make static.
3472 (jit_function_add_code): New.
3473 (main): Generate "add" function and call it. Adjust to changes
3474 in jithost_abi.
3475 * gdb.base/jithost.h (struct jithost_abi_bounds): New.
3476 (struct jithost_abi) <begin, end>: Remove fields.
3477 <object, function_stack_mangle, function_add>: New fields.
3478 * gdb.base/jitreader.c (struct reader_state) <code_begin,
3479 code_end>: Remove fields.
3480 <func_stack_mangle>: New field.
3481 (read_debug_info): Adjust to renaming, create block for "add"
3482 function.
3483 (read_sp, unwind_frame, get_frame_id): Adjust to other changes.
3484
873de05c
TT
34852019-12-11 Tom Tromey <tom@tromey.com>
3486
3487 * gdb.tui/resize.exp: Fix regexp.
3488 * gdb.tui/regs.exp: Fix regexps.
3489 * gdb.tui/main.exp: Fix regexp.
3490
3d979945
TT
34912019-12-11 Tom Tromey <tom@tromey.com>
3492
3493 * gdb.tui/resize.exp: Update.
3494 * gdb.tui/empty.exp (layouts): Update.
3495
2192a9d3
TT
34962019-12-11 Tom Tromey <tom@tromey.com>
3497
3498 * gdb.tui/regs.exp: Update.
3499 * gdb.tui/empty.exp (layouts): Update.
3500 * gdb.tui/basic.exp: Update.
3501 * lib/tuiterm.exp (_check_box): Don't check bottom border.
3502
d8edc8b7
PW
35032019-12-11 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3504
3505 * gdb.base/options.exp: Add -raw-values in the print completion list.
3506 * gdb.python/py-prettyprint.exp: Add tests for -raw-values.
3507
4c12d936
KB
35082019-12-10 Kevin Buettner <kevinb@redhat.com>
3509
3510 * gdb.threads/omp-par-scope.c: New file.
3511 * gdb/threads/omp-par-scope.exp: New file.
3512
26b911fb
KB
35132019-12-10 Kevin Buettner <kevinb@redhat.com>
3514
bb47f919
KB
3515 * lib/gdb.exp (support_nested_function_tests): New proc.
3516
35172019-12-10 Kevin Buettner <kevinb@redhat.com>
3518
3519 * lib/gdb.exp (gdb_compile_openmp): New proc.
3520 (build_executable_from_specs): Add an "openmp" option.
3521 (gdb_compile_pthreads): Add non-executable case.
26b911fb 3522
6c71eb7d
TT
35232019-12-10 Tom Tromey <tromey@adacore.com>
3524
3525 * gdb.ada/unchecked_union.exp: New file.
3526 * gdb.ada/unchecked_union/pck.adb: New file.
3527 * gdb.ada/unchecked_union/pck.ads: New file.
3528 * gdb.ada/unchecked_union/unchecked_union.adb: New file.
3529 * gdb-utils.exp (string_to_regexp): Also quote "?".
3530
bac7c5cf
GB
35312019-12-10 George Barrett <bob@bob131.so>
3532
3533 Test scripted probe breakpoints.
3534 * gdb.guile/scm-breakpoint.c (main): Add probe point.
3535 * gdb.python/py-breakpoint.c (main): Likewise.
3536 * gdb.guile/scm-breakpoint.exp (test_bkpt_probe): Add probe
3537 specifier test.
3538 * gdb.python/py-breakpoint.exp (test_bkpt_probe): Likewise.
3539
330f1d38
TBA
35402019-12-09 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
3541
3542 * gdb.cp/rvalue-ref-overload.cc (g): New function that takes
3543 an rvalue parameter.
3544 * gdb.cp/rvalue-ref-overload.exp: Test calling it with an lvalue
3545 parameter.
3546
b43315e2
AB
35472019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
3548
3549 * gdb.mi/mi-fortran-modules.exp: Add patterns to skip system
3550 modules.
3551
54f73dad
AB
35522019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
3553
3554 * gdb.fortran/derived-type-striding.exp: KFAIL if we are using a
3555 broken version of GCC.
3556
d57cbee9
AB
35572019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
3558
3559 * gdb.fortran/info-modules.exp: Rewrite to make use of new
3560 sym-info-cmds library.
3561 * gdb.fortran/info-types.exp: Likewise.
3562 * lib/sym-info-cmds.exp: New file.
3563
c14aab8c
TV
35642019-12-08 Tom de Vries <tdevries@suse.de>
3565
3566 * gdb.dwarf2/imported-unit.exp: Fix inter-CU references.
3567
aa2d5a42
KS
35682019-12-07 Keith Seitz <keiths@redhat.com>
3569
3570 * gdb.base/corefile-buildid-shlib-shr.c: New file.
3571 * gdb.base/corefile-buildid-shlib.c: New file.
3572 * gdb.base/corefile-buildid.c: New file.
3573 * gdb.base/corefile-buildid.exp: New file.
3574
93e55f0a
TV
35752019-12-06 Tom de Vries <tdevries@suse.de>
3576
3577 * gdb.dwarf2/varval.exp: Add decl before def test.
3578
c7d12402
TBA
35792019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
3580
3581 * gdb.cp/rvalue-ref-overload.exp: Minor cleanup.
3582
06acc08f
TBA
35832019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
3584
3585 * gdb.cp/rvalue-ref-overload.cc: Add a case that involves both
3586 CV and reference conversion for overload resolution.
3587 * gdb.cp/rvalue-ref-overload.exp: Test it.
3588
e0fad1ea
PW
35892019-12-06 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3590
3591 * gdb.threads/pthreads.exp: Test taas and tfaas without command.
3592 * gdb.base/frameapply.exp: Test faas without command.
3593
8d70a9f0
AB
35942019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
3595
3596 * lib/gdb.exp (gdb_compile): Add -J compiler option when building
3597 Fortran tests.
3598 * gdb.mi/mi-fortran-modules.exp: Compile source files in correct
3599 order.
3600
36c8fb93
AB
36012019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
3602
3603 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Handle
3604 casting to type with no kind specified.
3605 (test_basic_parsing_of_type_kinds): Additional tests for types
3606 with no kind specified, and add tests for single/double
3607 precision/complex types.
3608
4139ff00
TT
36092019-12-04 Tom Tromey <tromey@adacore.com>
3610
3611 * gdb.base/endianity.c (struct other) <x>: New field.
3612 (main): Initialize it.
3613 * gdb.base/endianity.exp: Update.
3614
a05cf17a
TT
36152019-12-04 Tom Tromey <tromey@adacore.com>
3616
3617 * gdb.ada/scalar_storage/storage.adb: New file.
3618 * gdb.ada/scalar_storage/pck.adb: New file.
3619 * gdb.ada/scalar_storage/pck.ads: New file.
3620 * gdb.ada/scalar_storage.exp: New file.
3621
103a685e
TT
36222019-12-04 Tom Tromey <tromey@adacore.com>
3623
3624 * gdb.base/endianity.c (struct otherendian) <f>: New field.
3625 (main): Initialize it.
3626 * gdb.base/endianity.exp: Update.
3627
c2512106
AB
36282019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
3629
3630 * gdb.mi/mi-sym-info.exp: Add tests for -max-results parameter.
3631
293b38d6
AB
36322019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
3633
3634 * gdb.mi/mi-fortran-modules.exp: Add additional tests for
3635 -symbol-info-module-functions and -symbol-info-module-variables.
3636
216a7e6b
AB
36372019-12-01 Andrew Burgess <andrew.burgess@embecosm.com>
3638
3639 * gdb.fortran/array-slices.exp: Add test for dynamic strings.
3640
5bbd8269
AB
36412019-12-01 Richard Bunt <richard.bunt@arm.com>
3642 Andrew Burgess <andrew.burgess@embecosm.com>
3643
3644 * gdb.fortran/derived-type-striding.exp: New file.
3645 * gdb.fortran/derived-type-striding.f90: New file.
3646 * gdb.fortran/array-slices.exp: New file.
3647 * gdb.fortran/array-slices.f90: New file.
3648
be09caf1
PW
36492019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3650
3651 * gdb.base/define.exp: Test . in command names.
3652 * gdb.base/setshow.exp: Update test, as . is now part of
3653 command name.
3654
643c0cbe
PW
36552019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3656
3657 * gdb.base/define-prefix.exp: New file.
3658
dcdec678
AB
36592019-11-28 Andrew Burgess <andrew.burgess@embecosm.com>
3660
3661 * lib/gdb.exp (skip_btrace_tests): Return 1 if the test fails to
3662 compile.
3663 (skip_btrace_pt_tests): Likewise.
3664
640ab947
AB
36652019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
3666
3667 * gdb.fortran/info-modules.exp: Compile source files in correct
3668 order.
3669
d22670f0
KB
36702019-11-27 Kevin Buettner <kevinb@redhat.com>
3671
3672 * gdb.dwarf2/imported-unit.exp: New file.
3673 * gdb.dwarf2/imported-unit.c: New file.
3674
db5960b4
AB
36752019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
3676
3677 * gdb.mi/mi-fortran-modules-2.f90: New file.
3678 * gdb.mi/mi-fortran-modules.exp: New file.
3679 * gdb.mi/mi-fortran-modules.f90: New file.
3680
7dc42066
AB
36812019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
3682
3683 * gdb.mi/mi-sym-info-1.c: New file.
3684 * gdb.mi/mi-sym-info-2.c: New file.
3685 * gdb.mi/mi-sym-info.exp: New file.
3686
0dfeecca
TT
36872019-11-22 Tom Tromey <tromey@adacore.com>
3688
3689 * gdb.ada/tasks.exp: Add -ada-task-info regression test.
3690 * gdb.ada/tasks/foo.adb: Add another stopping location.
3691
34877895
PJ
36922019-11-21 Peeter Joot <peeter.joot@lzlabs.com>
3693
3694 * gdb.base/endianity.c: New test.
3695 * gdb.base/endianity.exp: New file.
3696
2e84f897
LD
36972019-11-21 Lukas Durfina <ldurfina@tachyum.com>
3698
3699 * gdb.arch/amd64-eval.exp: Skip test if target is not x86-64.
3700
65d1cd5f
TV
37012019-11-21 Tom de Vries <tdevries@suse.de>
3702
3703 PR gdb/24956
3704 * gdb.base/ui-redirect.exp: Test output of user-defined command.
3705
4f22c3f4
SDJ
37062019-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
3707
3708 * gdb.python/py-progspace.exp: Add missing parentheses on some
3709 'print' commands.
3710
9f6ad286
TT
37112019-11-19 Tom Tromey <tom@tromey.com>
3712
3713 * gdb.tui/winheight.exp: New file.
3714
0b8dbf3f
AB
37152019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
3716
3717 * gdb.base/ctf-whatis.c: Delete.
3718 * gdb.base/ctf-whatis.exp: Delete.
3719 * gdb.base/whatis.exp: Rewrite to compile as both dwarf and ctf.
3720
f833b7a7
AB
37212019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
3722
3723 * gdb.base/ctf-cvexpr.exp: Delete.
3724 * gdb.base/cvexpr.exp: Rewrite to compile as both dwarf and ctf.
3725
30d0a636
AB
37262019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
3727
3728 * gdb.base/ctf-constvars.exp: Skip test if CTF is not supported in
3729 the compiler. Clean up header comment a little.
3730 * gdb.base/ctf-ptype.exp: Likewise.
3731 * gdb.base/ctf-whatis.exp: Likewise.
3732 * lib/gdb.exp (skip_ctf_tests): New proc.
3733
494409bb
SDJ
37342019-11-18 Sergio Durigan Junior <sergiodj@redhat.com>
3735
3736 https://bugzilla.redhat.com/show_bug.cgi?id=1765117
3737 * gdb.tui/corefile-run.exp: New file.
3738
55708e99
TT
37392019-11-14 Tom Tromey <tromey@adacore.com>
3740
3741 * gdb.base/gdbvars.exp (test_convenience_variables): Add
3742 regression tests.
3743
45e42163
TT
37442019-11-12 Tom Tromey <tom@tromey.com>
3745
3746 * lib/tuiterm.exp (_accept): Add wait_for parameter. Check output
3747 after any command. Expect prompt after WAIT_FOR is seen.
3748 (enter_tui): Enable resize messages.
3749 (command): Expect command in output.
3750 (get_line): Avoid error when cursor appears to be off-screen.
3751 (dump_screen): Include screen size in title.
3752 (_do_resize): New proc, from "resize".
3753 (resize): Rewrite. Do resize in two steps.
3754 * gdb.tui/empty.exp (layouts): Fix entries.
3755 (check_boxes): Remove xfail.
3756 (check_text): Dump screen on failure.
3757
086baaf1
AB
37582019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
3759
3760 * gdb.python/py-symbol.exp: Add test for
3761 gdb.lookup_static_symbols.
3762
09ff83af
AB
37632019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
3764
3765 * gdb.python/py-symbol.c: Declare and call function from new
3766 py-symbol-2.c file.
3767 * gdb.python/py-symbol.exp: Compile both source files, and add new
3768 tests for gdb.lookup_static_symbol.
3769 * gdb.python/py-symbol-2.c: New file.
3770
11af934b
TV
37712019-11-02 Tom de Vries <tdevries@suse.de>
3772
3773 * gdb.base/advance.exp: Drop superfluous 3rd argument to gdb_test.
3774 * gdb.base/anon.exp: Same.
3775 * gdb.base/auto-connect-native-target.exp: Same.
3776 * gdb.base/call-ar-st.exp: Same.
3777 * gdb.base/catch-syscall.exp: Same.
3778 * gdb.base/commands.exp: Same.
3779 * gdb.base/default.exp: Same.
3780 * gdb.base/display.exp: Same.
3781 * gdb.base/float.exp: Same.
3782 * gdb.base/foll-fork.exp: Same.
3783 * gdb.base/help.exp: Same.
3784 * gdb.base/info-macros.exp: Same.
3785 * gdb.base/info-proc.exp: Same.
3786 * gdb.base/info-target.exp: Same.
3787 * gdb.base/long_long.exp: Same.
3788 * gdb.base/macscp.exp: Same.
3789 * gdb.base/memattr.exp: Same.
3790 * gdb.base/nofield.exp: Same.
3791 * gdb.base/pointers.exp: Same.
3792 * gdb.base/printcmds.exp: Same.
3793 * gdb.base/ptype.exp: Same.
3794 * gdb.base/restore.exp: Same.
3795 * gdb.base/return.exp: Same.
3796 * gdb.base/scope.exp: Same.
3797 * gdb.base/set-noassign.exp: Same.
3798 * gdb.base/setshow.exp: Same.
3799 * gdb.base/shlib-call.exp: Same.
3800 * gdb.base/signals.exp: Same.
3801 * gdb.base/sigstep.exp: Same.
3802 * gdb.base/skip.exp: Same.
3803 * gdb.base/solib-symbol.exp: Same.
3804 * gdb.base/stap-probe.exp: Same.
3805 * gdb.base/step-line.exp: Same.
3806 * gdb.base/step-test.exp: Same.
3807 * gdb.base/style.exp: Same.
3808 * gdb.base/varargs.exp: Same.
3809 * gdb.base/vla-datatypes.exp: Same.
3810 * gdb.base/vla-ptr.exp: Same.
3811 * gdb.base/vla-sideeffect.exp: Same.
3812 * gdb.base/volatile.exp: Same.
3813 * gdb.base/watch-cond-infcall.exp: Same.
3814 * gdb.base/watchpoint.exp: Same.
3815
e96ec2ba
TV
38162019-11-02 Tom de Vries <tdevries@suse.de>
3817
3818 * gdb.cp/anon-union.exp: Drop superfluous 3rd argument to gdb_test.
3819 * gdb.cp/cpexprs.exp: Same.
3820 * gdb.cp/except-multi-location.exp: Same.
3821 * gdb.cp/exceptprint.exp: Same.
3822 * gdb.cp/gdb2384.exp: Same.
3823 * gdb.cp/inherit.exp: Same.
3824 * gdb.cp/m-static.exp: Same.
3825 * gdb.cp/meth-typedefs.exp: Same.
3826 * gdb.cp/misc.exp: Same.
3827 * gdb.cp/namespace.exp: Same.
3828 * gdb.cp/non-trivial-retval.exp: Same.
3829 * gdb.cp/overload.exp: Same.
3830 * gdb.cp/pr17132.exp: Same.
3831 * gdb.cp/re-set-overloaded.exp: Same.
3832 * gdb.cp/rvalue-ref-types.exp: Same.
3833 * gdb.cp/templates.exp: Same.
3834
bd5766ec
LM
38352019-11-01 Luis Machado <luis.machado@linaro.org>
3836
3837 PR gdb/25124
3838
3839 * gdb.arch/pr25124.S: New file.
3840 * gdb.arch/pr25124.exp: New file.
3841
165f8965
AB
38422019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
3843
3844 * gdb.fortran/info-modules.exp: Update expected results, and add
3845 additional tests for 'info module functinos', and 'info module
3846 variables'.
3847 * gdb.fortran/info-types.exp: Update expected results.
3848 * gdb.fortran/info-types.f90: Extend testcase with additional
3849 module variables and functions.
3850
59c35742
AB
38512019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
3852
3853 * gdb.fortran/info-modules.exp: New file.
3854 * gdb.fortran/info-types.exp: Build with new file.
3855 * gdb.fortran/info-types.f90: Include and use new module.
3856 * gdb.fortran/info-types-2.f90: New file.
3857
f3fb2519
PW
38582019-10-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3859
3860 * gdb.base/setshow.exp: Test $_gdb_setting and $_gdb_setting_str.
3861 * gdb.base/settings.exp: Test all settings types using
3862 $_gdb_maint_setting and $_gdb_maint_setting_str in proc_show_setting,
3863 that now verifies that the value of "maint show" is the same as
3864 returned by the settings functions. Test the type of the
3865 maintenance settings.
3866 * gdb.base/default.exp: Update show_conv_list.
3867
d1e36019
TV
38682019-10-31 Tom de Vries <tdevries@suse.de>
3869
3870 * gdb.arch/amd64-disp-step-avx.exp: Drop superfluous 3rd argument to
3871 gdb_test.
3872 * gdb.arch/amd64-disp-step.exp: Same.
3873 * gdb.asm/asm-source.exp: Same.
3874 * gdb.btrace/buffer-size.exp: Same.
3875 * gdb.btrace/cpu.exp: Same.
3876 * gdb.btrace/enable.exp: Same.
3877 * gdb.dwarf2/count.exp: Same.
3878 * gdb.dwarf2/dw2-ranges-func.exp: Same.
3879 * gdb.dwarf2/dw2-ranges-psym.exp: Same.
3880 * gdb.fortran/vla-datatypes.exp: Same.
3881 * gdb.fortran/vla-history.exp: Same.
3882 * gdb.fortran/vla-ptype.exp: Same.
3883 * gdb.fortran/vla-value.exp: Same.
3884 * gdb.fortran/whatis_type.exp: Same.
3885 * gdb.guile/guile.exp: Same.
3886 * gdb.multi/tids.exp: Same.
3887 * gdb.python/py-finish-breakpoint.exp: Same.
3888 * gdb.python/py-framefilter.exp: Same.
3889 * gdb.python/py-pp-registration.exp: Same.
3890 * gdb.python/py-xmethods.exp: Same.
3891 * gdb.python/python.exp: Same.
3892 * gdb.server/connect-with-no-symbol-file.exp: Same.
3893 * gdb.server/no-thread-db.exp: Same.
3894 * gdb.server/run-without-local-binary.exp: Same.
3895 * gdb.stabs/weird.exp: Same.
3896 * gdb.threads/attach-many-short-lived-threads.exp: Same.
3897 * gdb.threads/thread-find.exp: Same.
3898 * gdb.threads/tls-shared.exp: Same.
3899 * gdb.threads/tls.exp: Same.
3900 * gdb.threads/wp-replication.exp: Same.
3901 * gdb.trace/ax.exp: Same.
3902 * lib/gdb.exp (gdb_test_exact, help_test_raw): Same.
3903
3d11e68e
TV
39042019-10-31 Tom de Vries <tdevries@suse.de>
3905
3906 * gdb.ada/array_bounds.exp: Drop superfluous 3rd argument to gdb_test.
3907 * gdb.ada/array_subscript_addr.exp: Same.
3908 * gdb.ada/arrayidx.exp: Same.
3909 * gdb.ada/arrayparam.exp: Same.
3910 * gdb.ada/arrayptr.exp: Same.
3911 * gdb.ada/boolean_expr.exp: Same.
3912 * gdb.ada/call_pn.exp: Same.
3913 * gdb.ada/complete.exp: Same.
3914 * gdb.ada/fixed_cmp.exp: Same.
3915 * gdb.ada/fun_addr.exp: Same.
3916 * gdb.ada/funcall_param.exp: Same.
3917 * gdb.ada/interface.exp: Same.
3918 * gdb.ada/mod_from_name.exp: Same.
3919 * gdb.ada/null_array.exp: Same.
3920 * gdb.ada/packed_array.exp: Same.
3921 * gdb.ada/packed_tagged.exp: Same.
3922 * gdb.ada/print_chars.exp: Same.
3923 * gdb.ada/print_pc.exp: Same.
3924 * gdb.ada/ptype_arith_binop.exp: Same.
3925 * gdb.ada/ptype_field.exp: Same.
3926 * gdb.ada/ptype_tagged_param.exp: Same.
3927 * gdb.ada/rec_return.exp: Same.
3928 * gdb.ada/ref_tick_size.exp: Same.
3929 * gdb.ada/str_ref_cmp.exp: Same.
3930 * gdb.ada/taft_type.exp: Same.
3931 * gdb.ada/tagged.exp: Same.
3932 * gdb.ada/type_coercion.exp: Same.
3933 * gdb.ada/uninitialized_vars.exp: Same.
3934
60b6ede8
TV
39352019-10-30 Tom de Vries <tdevries@suse.de>
3936
3937 * lib/gdb.exp (gdb_test_multiple): Handle -early pattern flag.
3938
30baf67b
TV
39392019-10-26 Tom de Vries <tdevries@suse.de>
3940
3941 * gdb.base/bigcore.c: Fix typos in comments.
3942 * gdb.base/ctf-ptype.c: Same.
3943 * gdb.base/long_long.c: Same.
3944 * gdb.dwarf2/dw2-op-out-param.S: Same.
3945 * gdb.python/py-evthreads.c: Same.
3946 * gdb.reverse/i387-stack-reverse.c: Same.
3947 * gdb.trace/tfile.c: Same.
3948 * lib/compiler.c: Same.
3949 * lib/compiler.cc: Same.
3950
158da0d1
TV
39512019-10-25 Tom de Vries <tdevries@suse.de>
3952
3953 * gdb.reverse/sigall-precsave.exp: Use -wrap and $gdb_test_name in
3954 gdb_test_multiple calls.
3955 * gdb.reverse/sigall-reverse.exp: Same.
3956 * gdb.reverse/solib-precsave.exp: Same.
3957 * gdb.reverse/solib-reverse.exp: Same.
3958 * gdb.reverse/until-precsave.exp: Same.
3959 * gdb.reverse/until-reverse.exp: Same.
3960
4ccdfbec
TV
39612019-10-24 Tom de Vries <tdevries@suse.de>
3962
3963 * lib/gdb.exp (gdb_test_multiple): Add -wrap pattern flag.
3964 * gdb.reverse/step-precsave.exp: Rewrite gdb_test_multiple containing
3965 kfail using -wrap pattern flag and convenience variable
3966 gdb_test_name.
3967
33d569b7
AB
39682019-10-24 Andrew Burgess <andrew.burgess@embecosm.com>
3969
3970 * gdb.python/py-progspace.exp: Add tests for the
3971 Progspace.block_for_pc method.
3972
4d0b984b
TT
39732019-10-23 Tom Tromey <tom@tromey.com>
3974
3975 * configure: Rebuild.
3976 * aclocal.m4: Use m4_include, not sinclude.
3977
94cb3754
TV
39782019-10-21 Tom de Vries <tdevries@suse.de>
3979
3980 * gdb.base/infcall-nested-structs.c: Add
3981 __attribute__((noinline,noclone)) to all functions.
3982 (call_all): Add missing variable initialization. Simplify return value.
3983 (breakpt): Increment volatile variable, to prevent call from being
3984 optimized out.
3985 * gdb.base/infcall-nested-structs.exp: Compile with -O2.
3986
062f1fc1
TV
39872019-10-17 Tom de Vries <tdevries@suse.de>
3988
3989 * gdb.fortran/module.exp: Allow info variables to print info for files
3990 other than module.f90.
3991
0b54364d
AB
39922019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
3993
3994 * gdb.fortran/module.exp: Extend with 'info variables' test.
3995
7ff5fae7
AB
39962019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
3997
3998 * boards/cc-with-tweaks.exp: Setup F90_FOR_TARGET and
3999 F77_FOR_TARGET.
4000
d10eccaa
TV
40012019-10-16 Tom de Vries <tdevries@suse.de>
4002
4003 PR tdep/25096
4004 * gdb.base/infcall-nested-structs.exp: Remove PR25096 KFAILs.
4005
745ff14e
TV
40062019-10-16 Tom de Vries <tdevries@suse.de>
4007
4008 PR tdep/24104
4009 * gdb.base/infcall-nested-structs.exp: Remove XFAIL for PR tdep/24104.
4010 Add KFAIL for PR tdep/25096.
4011
03e1ab94
TV
40122019-10-16 Tom de Vries <tdevries@suse.de>
4013
4014 PR testsuite/25059
4015 * gdb.cp/local-static.exp (do_test): Add xfails for gcc PR debug/55541.
4016
b17fcc10
TV
40172019-10-16 Tom de Vries <tdevries@suse.de>
4018
4019 * gdb.base/jit-reader.exp: Allow non-pointer registers to be printed
4020 as signed.
4021
9223170f
SM
40222019-10-14 Simon Marchi <simon.marchi@polymtl.ca>
4023
4024 * gdb.mi/list-thread-groups-available.exp: Read entries one by
4025 one instead of increasing timeout.
4026
d6e76313
TV
40272019-10-13 Tom de Vries <tdevries@suse.de>
4028
4029 PR record/25038
4030 * gdb.reverse/sigall-precsave.exp: Add PR record/25038 KFAIL.
4031 * gdb.reverse/sigall-reverse.exp: Same.
4032 * gdb.reverse/solib-precsave.exp: Same.
4033 * gdb.reverse/solib-reverse.exp: Same.
4034 * gdb.reverse/step-precsave.exp: Same.
4035 * gdb.reverse/until-precsave.exp: Same.
4036 * gdb.reverse/until-reverse.exp: Same.
4037 * lib/gdb.exp (gdb_continue_to_breakpoint): Same.
4038
6dfc0041
AA
40392019-10-10 Andreas Arnez <arnez@linux.ibm.com>
4040
4041 * gdb.base/infcall-nested-structs.c (cmp_struct_02_01)
4042 (cmp_struct_02_02, cmp_struct_04_01, cmp_struct_04_02)
4043 (cmp_struct_05_01, cmp_struct_static_02_01)
4044 (cmp_struct_static_04_01, cmp_struct_static_06_01): Fix redundant
4045 comparisons.
4046
abcf2cc8
TV
40472019-10-10 Tom de Vries <tdevries@suse.de>
4048
4049 PR testsuite/24888
4050 * lib/ada.exp (target_compile_ada_from_dir): Route -pie/-no-pie to
4051 gnatlink.
4052
a50faaf6
TV
40532019-10-09 Tom de Vries <tdevries@suse.de>
4054
4055 PR testsuite/25048
4056 * gdb.rust/simple.exp: Add xfails for incorrect DWARF.
4057
60ff3cd7
AB
40582019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
4059
4060 * gdb.ada/catch_ex_std.exp: Handle being unabled to catch Ada
4061 exceptions due to missing debug information.
4062
dfee8566
TV
40632019-10-07 Tom de Vries <tdevries@suse.de>
4064
4065 * gdb.base/default.exp: Expect _gdb_major/_gdb_minor to be 9.1.
4066
3d63690a
AB
40672019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
4068
4069 * lib/gdb.exp (gdb_test_multiple): Add gdb_test_name mechanism.
4070 * gdb.base/annota1.exp: Update to use gdb_test_name.
4071
30d1f018
WP
40722019-10-07 Weimin Pan <weimin.pan@oracle.com>
4073
4074 * gdb.base/ctf-whatis.exp: New file.
4075 * gdb.base/ctf-whatis.c: New file.
4076 * gdb.base/ctf-ptype.exp: New file.
4077 * gdb.base/ctf-ptype.c: New file.
4078 * gdb.base/ctf-constvars.exp: New file.
4079 * gdb.base/ctf-constvars.c: New file.
4080 * gdb.base/ctf-cvexpr.exp: New file.
4081
4dbbb47c
TV
40822019-10-04 Tom de Vries <tdevries@suse.de>
4083
4084 * gdb.cp/local-static.c (main): Move declaration of int i out of the
4085 for loop.
4086
77c2dba3
TT
40872019-10-03 Tom Tromey <tom@tromey.com>
4088
4089 PR rust/24976:
4090 * gdb.rust/simple.rs (Union2): New type.
4091 (main): Use Union2.
4092 * gdb.rust/simple.exp: Add test.
4093
179aed7f
AB
40942019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
4095
4096 * gdb.fortran/nested-funcs-2.exp: Run tests with and without the
4097 nested function prefix.
4098
0a4b0913
AB
40992019-10-03 Bernhard Heckel <bernhard.heckel@intel.com>
4100 Richard Bunt <richard.bunt@arm.com>
4101 Andrew Burgess <andrew.burgess@embecosm.com>
4102
4103 * gdb.fortran/nested-funcs.exp: Tests for placing breakpoints on
4104 nested functions.
4105 * gdb.fortran/nested-funcs.f90: Update expected results.
4106 * gdb.fortran/nested-funcs-2.exp: New file.
4107 * gdb.fortran/nested-funcs-2.f90: New file.
4108
082cce05
AB
41092019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
4110
4111 * gdb.python/py-parameter.exp: Make test names unique.
4112 * gdb.python/py-template.exp: Likewise.
4113 * gdb.python/py-value.exp: Likewise.
4114
2b74ba5a
AB
41152019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
4116
4117 * gdb.base/break-interp.exp: Reduce test name duplication.
4118 * gdb.base/call-sc.exp: Likewise.
4119 * gdb.base/callfuncs.exp: Likewise.
4120 * gdb.base/charset.exp: Likewise.
4121 * gdb.base/dump.exp: Likewise.
4122 * gdb.base/ena-dis-br.exp: Likewise.
4123 * gdb.base/relational.exp: Likewise.
4124 * gdb.base/step-over-syscall.exp: Likewise.
4125 * gdb.base/structs.exp: Likewise.
4126
58eb20d5
AB
41272019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
4128
4129 * gdb.linespec/explicit.exp: Make test names unique.
4130 * gdb.linespec/ls-errs.exp: Likewise.
4131
4d421147
AB
41322019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
4133
4134 * gdb.reverse/break-precsave.exp: Make test names unique.
4135 * gdb.reverse/break-reverse.exp: Likewise.
4136 * gdb.reverse/finish-precsave.exp: Likewise.
4137 * gdb.reverse/finish-reverse.exp: Likewise.
4138 * gdb.reverse/machinestate-precsave.exp: Likewise.
4139 * gdb.reverse/machinestate.exp: Likewise.
4140 * gdb.reverse/readv-reverse.exp: Likewise.
4141 * gdb.reverse/recvmsg-reverse.exp: Likewise.
4142 * gdb.reverse/sigall-precsave.exp: Likewise.
4143 * gdb.reverse/sigall-reverse.exp: Likewise.
4144 * gdb.reverse/step-indirect-call-thunk.exp: Likewise.
4145 * gdb.reverse/watch-precsave.exp: Likewise.
4146 * gdb.reverse/watch-reverse.exp: Likewise.
4147
d8c06f22
AB
41482019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
4149
4150 * gdb.threads/stop-with-handle.c: New file.
4151 * gdb.threads/stop-with-handle.exp: New file.
4152
3a56ed86
TV
41532019-10-03 Tom de Vries <tdevries@suse.de>
4154
4155 PR testsuite/25059
4156 * gdb.base/list-missing-source.exp: Allowing the "Compilation
4157 directory" line to be missing.
4158
42275044
TV
41592019-10-03 Tom de Vries <tdevries@suse.de>
4160
4161 PR testsuite/25059
4162 * gdb.base/info-types.exp: Make the presence of the 'unsigned int'
4163 type optional.
4164
9ef62df0
AA
41652019-10-02 Andreas Arnez <arnez@linux.ibm.com>
4166
4167 * gdb.python/py-format-string.c (string.h): New include.
4168 (main): Fill a_struct_with_union.the_union.an_int with bytes of
4169 the same value, for endianness-independence.
4170 * gdb.python/py-format-string.exp (default_regexp_dict)
4171 (test_pretty_structs, test_format): Adjust expected output to the
4172 changed initialization.
4173
37f6a7f4
TT
41742019-10-02 Tom Tromey <tromey@adacore.com>
4175
4176 * gdb.ada/catch_ex_std.exp: Add $_ada_exception test.
4177
1d58d6a2
PA
41782019-10-02 Pedro Alves <palves@redhat.com>
4179 Andrew Burgess <andrew.burgess@embecosm.com>
4180
4181 * gdb.base/print-file-var-lib1.c: Include <stdio.h> and
4182 "print-file-var.h".
4183 (this_version_id) Use ATTRIBUTE_VISIBILITY.
4184 (get_version_1): Print this_version_id and its address.
4185 Add extern "C" wrappers around interface functions.
4186 * gdb.base/print-file-var-lib2.c: Include <stdio.h> and
4187 "print-file-var.h".
4188 (this_version_id) Use ATTRIBUTE_VISIBILITY.
4189 (get_version_2): Print this_version_id and its address.
4190 Add extern "C" wrappers around interface functions.
4191 * gdb.base/print-file-var-main.c: Include <dlfcn.h>, <assert.h>,
4192 <stddef.h> and "print-file-var.h".
4193 Add extern "C" wrappers around interface functions.
4194 [VERSION_ID_MAIN] (this_version_id): Define.
4195 (main): Define v0. Use dlopen if SHLIB_NAME is defined.
4196 * gdb.base/print-file-var.h: Add some #defines to simplify setting
4197 up extern "C" blocks.
4198 * gdb.base/print-file-var.exp (test): New, factored out from top
4199 level.
4200 (top level): Test all combinations of attribute hidden or not,
4201 dlopen or not, and this_version_id symbol in main file or not.
4202 Compile tests as both C++ and C, make test names unique.
4203
d770d56f
TT
42042019-10-01 Tom Tromey <tom@tromey.com>
4205
4206 * gdb.base/style.exp: Test "show logging filename".
4207
7f6aba03
TT
42082019-10-01 Tom Tromey <tom@tromey.com>
4209
4210 * lib/gdb-utils.exp (style): Handle "metadata" argument.
4211 * gdb.base/style.exp: Add metadata style test.
4212
14309bb6
TT
42132019-10-01 Tom Tromey <tom@tromey.com>
4214
4215 * gdb.base/style.exp: Test "pwd".
4216
2a3c1174
PA
42172019-10-01 Tom Tromey <tom@tromey.com>
4218
4219 * gdb.base/style.exp: Update tests.
4220
53d666ec
AA
42212019-10-01 Andreas Arnez <arnez@linux.ibm.com>
4222
4223 * gdb.base/pretty-print.c (struct s1_t): Change fields 'three' and
4224 'six' to unsigned.
4225 (s1): Initialize fields 'four' and 'six' instead of 'three' and
4226 'five'. Use an all-ones bit pattern for each.
4227 * gdb.base/pretty-print.exp: Adjust expected output of "print s1"
4228 to its changed values.
4229
4a56a520
TT
42302019-09-30 Tom Tromey <tromey@adacore.com>
4231
4232 * gdb.rust/traits.rs: Disable all warnings.
4233
0df0352a
TV
42342019-09-29 Tom de Vries <tdevries@suse.de>
4235
aac66a4c 4236 * gdb.dwarf2/gdb-index.exp: Handle new location of .dwz file.
0df0352a 4237
73d9a918
TV
42382019-09-29 Tom de Vries <tdevries@suse.de>
4239
4240 * gdb.dwarf2/gdb-index.exp: Use with_test_prefix for second objcopy.
4241
060b3ab4
TV
42422019-09-27 Tom de Vries <tdevries@suse.de>
4243
4244 * gdb.reverse/step-precsave.exp: Add missing $gdb_prompt in regexps.
4245
68f7d34d
TV
42462019-09-27 Tom de Vries <tdevries@suse.de>
4247
4248 PR record/23188
4249 * gdb.reverse/step-precsave.exp: Add kfail for PR record/23188.
4250
5d63b30a
TT
42512019-09-26 Tom Tromey <tromey@adacore.com>
4252
4253 * gdb.ada/py_taft.exp: New file.
4254 * gdb.ada/py_taft/main.adb: New file.
4255 * gdb.ada/py_taft/pkg.adb: New file.
4256 * gdb.ada/py_taft/pkg.ads: New file.
4257
3d435220
TV
42582019-09-24 Tom de Vries <tdevries@suse.de>
4259
4260 PR gdb/24598
4261 * gdb.arch/amd64-init-x87-values.exp: Add xfail.
4262
77d03678
TV
42632019-09-22 Tom de Vries <tdevries@suse.de>
4264
4265 * gdb.base/restore.exp: Allow register variables to be optimized out at
4266 -O0.
4267
abf516c6
UW
42682019-09-20 Ulrich Weigand <uweigand@de.ibm.com>
4269
4270 * gdb.arch/spu-info.exp: Remove file.
4271 * gdb.arch/spu-info.c: Remove file.
4272 * gdb.arch/spu-ls.exp: Remove file.
4273 * gdb.arch/spu-ls.c: Remove file.
4274
4275 * gdb.asm/asm-source.exp: Remove support for spu*-*-*.
4276 * gdb.asm/spu.inc: Remove file.
4277
4278 * gdb.base/dump.exp: Remove support for spu*-*-*.
4279 * gdb.base/stack-checking.exp: Likewise.
4280 * gdb.base/overlays.exp: Likewise.
4281 * gdb.base/ovlymgr.c: Likewise.
4282 * gdb.base/spu.ld: Remove file.
4283
4284 * gdb.cp/bs15503.exp: Remove support for spu*-*-*.
4285 * gdb.cp/cpexprs.exp: Likewise.
4286 * gdb.cp/exception.exp: Likewise.
4287 * gdb.cp/gdb2495.exp: Likewise.
4288 * gdb.cp/mb-templates.exp: Likewise.
4289 * gdb.cp/pr9167.exp: Likewise.
4290 * gdb.cp/userdef.exp: Likewise.
4291
4292 * gdb.xml/tdesc-regs.exp: Remove support for spu*-*-*.
4293
4294 * gdb.cell: Remove directory.
4295 * lib/cell.exp: Remove file.
4296
e452e88f
TV
42972019-09-19 Tom de Vries <tdevries@suse.de>
4298
4299 * lib/gdb.exp (gdb_test): Eliminate "^FOOBAR$" pattern.
4300
8a625130
TV
43012019-09-19 Tom de Vries <tdevries@suse.de>
4302
4303 * lib/gdbserver-support.exp (gdb_target_cmd): Fix argument passing.
4304
81dc3ab5
TV
43052019-09-19 Tom de Vries <tdevries@suse.de>
4306
4307 * lib/gdbserver-support.exp (gdb_target_cmd_ext): Return 2 (meaning
4308 UNSUPPORTED) for 'Network is unreachable' message. Factor out of ...
4309 (gdb_target_cmd): ... here.
4310 * gdb.server/server-connect.exp: Use gdb_target_cmd_ext, handle return
4311 value 2.
4312
b078f3ac
AB
43132019-09-18 Andrew Burgess <andrew.burgess@embecosm.com>
4314
4315 * gdb.base/source-dir.exp: Avoid having directory names in test
4316 names.
4317
f1b620e9
MG
43182019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
4319
4320 * gdb.base/source-dir.exp: Add extra test for mapped compilation
4321 directory.
4322
67f3ed6a
AB
43232019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
4324
4325 * gdb.base/list-missing-source.exp: New file.
4326
d1b70248
TV
43272019-09-14 Tom de Vries <tdevries@suse.de>
4328
4329 PR teststuite/24599
4330 * gdb.ada/rename_subscript_param.exp: Require gnatmake 8.
4331 * lib/ada.exp (gnatmake_version_at_least): New proc.
4332
5fabdcd6
AB
43332019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
4334
4335 * gdb.base/maint.exp: Use exec_has_index_section.
4336
aa17805f
AB
43372019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
4338
4339 * gdb.base/maint.exp: Add test for 'maint info sections'.
4340
25e5c209
TV
43412019-09-12 Tom de Vries <tdevries@suse.de>
4342
4343 * gdb.base/store.exp: Allow register variables to be optimized out at
4344 -O0.
4345
4993045d
PW
43462019-09-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4347
4348 * gdb.ada/rdv_wait.exp: Update to new task names.
4349 * gdb.base/task_switch_in_core.exp: Likewise.
4350 * gdb.base/info_sources_base.c: Likewise.
4351
8a516164
TT
43522019-09-10 Tom Tromey <tromey@adacore.com>
4353
4354 * boards/cc-with-tweaks.exp: Set GNATMAKE_FOR_TARGET.
4355
aa391654
TT
43562019-09-10 Tom Tromey <tromey@adacore.com>
4357
4358 * gdb.ada/dgopt.exp: New file.
4359 * gdb.ada/dgopt/x.adb: New file.
4360
8634b462
TT
43612019-09-08 Tom Tromey <tom@tromey.com>
4362
4363 * gdb.tui/resize.exp: Remove setup_xfail.
4364 * gdb.tui/regs.exp: Remove setup_xfail.
4365 * gdb.tui/basic.exp: Remove setup_xfail.
4366
736b0f76
DB
43672019-09-06 David Blaikie <dblaikie@gmail.com>
4368
4369 * gdb.base/label.exp: un-XFAIL label related tests under Clang.
4370 * gdb.cp/cplabel.exp: Ditto.
4371 * gdb.linespec/ls-errs.exp: Ditto.
4372
30331a6c
TV
43732019-09-05 Tom de Vries <tdevries@suse.de>
4374
4375 * lib/gdb.exp (cmp_file_string): New proc.
4376 * gdb.base/ui-redirect.exp: Replace "gdb_breakpoint main" with
4377 runto_main. Verify save breakpoints output.
4378
98b0ebab
PW
43792019-09-04 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4380
4381 * gdb.base/info-var.exp: Test info variables without running
4382 to main, to avoid expect's buffer overflow.
4383
4e962e74
TT
43842019-09-03 Tom Tromey <tromey@adacore.com>
4385
4386 * gdb.ada/bias.exp: New file.
4387 * gdb.ada/bias/bias.adb: New file.
4388 * gdb.ada/print_chars.exp: Add regression test.
4389 * gdb.ada/print_chars/foo.adb (My_Character): New type.
4390 (MC): New variable.
4391
2ea1a07a
SL
43922019-08-29 Sandra Loosemore <sandra@codesourcery.com>
4393
4394 * gdb.base/argv0-symlink.exp: Run only on native target
4395 and local host.
4396
8077c50d
TV
43972019-08-29 Tom de Vries <tdevries@suse.de>
4398
4399 * gdb.fortran/info-types.exp: Fix gdb_test regexp to allow more
4400 diverse debug info.
4401 * lib/fortran.exp (fortran_int8): New proc, based on fortran_int4.
4402
48352473
TV
44032019-08-28 Tom de Vries <tdevries@suse.de>
4404
4405 * gdb.base/info-var.exp: Allow info variables to print info for files
4406 other than info-var-f1.c and info-var-f2.c.
4407
d8f27c60
AB
44082019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
4409
4410 * gdb.fortran/info-types.exp: Add module.
4411 * gdb.fortran/info-types.f90: Update expected results.
4412
1f20c35e
AB
44132019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
4414
4415 * gdb.fortran/info-types.exp: New file.
4416 * gdb.fortran/info-types.f90: New file.
4417 * lib/fortran.exp (fortran_character1): New proc.
4418
4acfdd20
AB
44192019-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
4420
4421 * gdb.base/info-fun.exp: Extend to test the -n flag for 'info
4422 functions'. Reindent as needed.
4423 * gdb.base/info-var-f1.c: New file.
4424 * gdb.base/info-var-f2.c: New file.
4425 * gdb.base/info-var.exp: New file.
4426 * gdb.base/info-var.h: New file.
4427
5c31b358
TV
44282019-08-26 Tom de Vries <tdevries@suse.de>
4429
4430 PR c++/24852
4431 * gdb.cp/no-libstdcxx-probe.exp: New test.
4432
b694989f
TV
44332019-08-26 Tom de Vries <tdevries@suse.de>
4434
4435 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Return 1 if probe
4436 * tests need to be skipped.
4437 * gdb.cp/exceptprint.exp: Update call to skip_libstdcxx_probe_tests.
4438 * gdb.mi/mi-catch-cpp-exceptions.exp: Update call to
4439 mi_skip_libstdcxx_probe_tests.
4440
d9c4ba53
SDJ
44412019-08-26 Sergio Durigan Junior <sergiodj@redhat.com>
4442
4443 * gdb.python/py-xmethods.exp: Use raw strings when passing
4444 arguments to SimpleXMethodMatcher.
4445
395fad09
TV
44462019-08-22 Tom de Vries <tdevries@suse.de>
4447
4448 * gdb.multi/multi-term-settings.exp (coretest): Make gdb_test messages
4449 more informative.
4450
26c957f1
PA
44512019-08-21 Pedro Alves <palves@redhat.com>
4452
4453 * gdb.base/with.exp: Test "with" with no arguments.
4454
61f80d5d
TV
44552019-08-21 Tom de Vries <tdevries@suse.de>
4456
4457 * gdb.base/gdb-caching-proc.exp: Sort files.
4458
d7a11d13
TV
44592019-08-20 Tom de Vries <tdevries@suse.de>
4460
4461 * lib/pascal.exp (gdb_compile_pascal): Remove $destfile before
4462 compilation.
4463
34dafe9f
TV
44642019-08-16 Tom de Vries <tdevries@suse.de>
4465
4466 * gdb.base/compare-sections.exp ("after run to main"): Allow
4467 mismatched read-only sections for PIE executables.
4468
398fdd60
TT
44692019-08-16 Tom Tromey <tom@tromey.com>
4470
4471 * lib/tuiterm.exp (_csi_Z): New proc.
4472 * gdb.tui/basic.exp: Update window positions.
4473 * gdb.tui/empty.exp: Update window positions.
4474
d8f9e51c
SL
44752019-08-15 Sandra Loosemore <sandra@codesourcery.com>
4476
4477 * gdb.base/examine-backward.exp: Correct regexp for
4478 "examine 3 bytes backward from ${address_zero}".
4479
3df505f6
TT
44802019-08-15 Tom Tromey <tom@tromey.com>
4481
4482 * gdb.tui/empty.exp: Enable resizing tests.
4483
272560b5
TT
44842019-08-15 Tom Tromey <tromey@adacore.com>
4485
4486 * gdb.ada/char_enum.exp: Add regression tests.
4487 * gdb.ada/char_enum/foo.adb (Char_Enum_Type): Use '_'
4488 and '0'.
4489 (Char, Gchar): Update.
4490 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): Use '+'.
4491
08235187
CB
44922019-08-15 Christian Biesinger <cbiesinger@google.com>
4493
4494 * gdb.python/python.exp: Expect a leading underscore on
4495 GdbOutput{,Error}File.
4496
22a2ab04
SL
44972019-08-15 Sandra Loosemore <sandra@codesourcery.com>
4498
4499 * gdb.dwarf2/dw2-dir-file-name.exp: Skip on remote or
4500 Windows host.
4501
835b995b
SL
45022019-08-15 Sandra Loosemore <sandra@codesourcery.com>
4503
4504 * gdb.base/batch-preserve-term-settings.exp
4505 (test_terminal_settings_preserved_after_sigterm): Skip on Windows.
4506
97dd8e07
CB
45072019-08-15 Christian Biesinger <cbiesinger@google.com>
4508
4509 * lib/gdb.exp: When running on a mingw target, replace
4510 /x/ with x:/.
4511
75faf5c4
AH
45122019-08-14 Alan Hayward <alan.hayward@arm.com>
4513
4514 * gdb.arch/aarch64-prologue.c: New test.
4515 * gdb.arch/aarch64-prologue.exp: New file.
4516
abc6c00f
TV
45172019-08-13 Tom de Vries <tdevries@suse.de>
4518
4519 * gdb.gdb/selftest.exp (send ^C to child process again): Accept also
4520 Thread.
4521
74c2c1f4
SL
45222019-08-13 Sandra Loosemore <sandra@codesourcery.com>
4523
4524 * gdb.python/py-completion.exp: Download the .py file to the host
4525 and use its host pathname. Conditionalize tests that use
4526 tab completion and manipulate files on the build machine.
4527 * gdb.python/py-events.exp: Download the .py file to the host
4528 and use its host pathname.
4529 * gdb.python/py-evsignal.exp: Likewise.
4530 * gdb.python/py-evthreads.exp: Likewise.
4531 * gdb.python/py-framefilter-invalidarg.exp: Match Windows
4532 pathname syntax.
4533 * gdb.python/py-framefilter.exp: Download the .py file to the right
4534 place on the host. Match Windows pathname syntax.
4535 * gdb.python/py-mi-var-info-path-expression.exp: Download the
4536 .py file to the host and use its host pathname.
4537 * gdb.python/py-objfile-script.exp: Match Windows pathname syntax.
4538 * gdb.python/py-objfile.exp: Expect a host pathname, not a
4539 build pathname. Skip symlink test on Windows host. Add missing
4540 newline at end of file.
4541 * gdb.python/py-pp-maint.exp: Download the .py file to the host
4542 and use its host pathname.
4543 * gdb.python/py-pp-registration.exp: Match Windows pathname syntax.
4544 * gdb.python/py-section-script.exp: Use host location of binfile
4545 on safe-path. Use correct path separator on Windows host.
4546 Reorder alternatives in gdb_test_multiple to prevent matching
4547 the wrong alternative on success.
4548 * gdb.python/py-symtab.exp: Match Windows pathname syntax.
4549
ca2589f3
PP
45502019-08-12 Patrick Palka <patrick@parcs.ath.cx>
4551
4552 * gdb.gdb/selftest.exp (test_with_self): Update test to now
4553 expect the GDB inferior to no longer immediately stop after
4554 being resumed with "signal SIGINT".
4555
020a839d
SL
45562019-08-09 Sandra Loosemore <sandra@codesourcery.com>
4557
4558 * gdb.linespec/break-ask.exp: Generalize regexps to match
4559 Windows pathnames too.
4560
128d6509
TV
45612019-08-08 Tom de Vries <tdevries@suse.de>
4562
4563 PR testsuite/24862
4564 * lib/tuiterm.exp (_accept): Fix CSI regexp.
4565
590042fc
PW
45662019-08-07 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4567
4568 * gdb.base/style.exp: Update tests for help doc new invariants.
4569 * gdb.base/help.exp: Likewise.
4570
046bebe1
TT
45712019-08-06 Tom Tromey <tom@tromey.com>
4572
4573 * gdb.base/style.exp: Add disassemble test.
4574 * gdb.base/style.c (some_called_function): New function.
4575 (main): Use it.
4576
0b27c27d
CB
45772019-08-05 Christian Biesinger <cbiesinger@google.com>
4578
4579 * gdb.python/py-block.exp: Test dictionary access on blocks.
4580
580f1034
SM
45812019-08-05 Simon Marchi <simon.marchi@efficios.com>
4582
4583 PR gdb/24863
4584 * gdb.mi/list-thread-groups-available.exp: Increase timeout for
4585 -list-thread-groups --available test when running under
4586 check-read1.
4587
d86bd7cb
TV
45882019-08-05 Tom de Vries <tdevries@suse.de>
4589
4590 PR testsuite/24863
4591 * lib/gdb.exp (with_read1_timeout_factor): New proc.
4592 * gdb.base/help.exp: Use with_read1_timeout_factor.
4593 * gdb.base/info-macros.exp: Same.
4594 * gdb.cp/nested-types.exp: Same.
4595
a80cf5d8
TV
45962019-08-05 Tom de Vries <tdevries@suse.de>
4597
4598 * lib/gdb.exp (version_at_least): Factor out of ...
4599 (tcl_version_at_least): ... here.
4600 (gdb_compile): Fail if pie results in non-PIE executable.
4601 (readelf_version, readelf_prints_pie): New proc.
4602 (exec_is_pie): Return -1 if unknown.
4603
d0962838
TV
46042019-08-05 Tom de Vries <tdevries@suse.de>
4605
4606 * lib/gdb.exp (tcl_version_at_least): Fix typo.
4607
2252ff3d
SL
46082019-08-04 Sandra Loosemore <sandra@codesourcery.com>
4609
4610 * gdb.server/reconnect-ctrl-c.exp: Skip if nointerrupts.
4611
26655f53
SL
46122019-08-04 Sandra Loosemore <sandra@codesourcery.com>
4613
4614 * lib/completion-support.exp (test_gdb_complete_none): Skip
4615 tab completion tests if no readline support.
4616 (test_gdb_complete_unique_re): Likewise.
4617 (test_gdb_complete_multiple): Likewise.
4618
db4dc13e
PW
46192019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4620
4621 * gdb.base/info_sources.exp: New file.
4622 * gdb.base/info_sources.c: New file.
4623 * gdb.base/info_sources_base.c: New file.
4624
0eba165a
PFC
46252019-08-01 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
4626
4627 * gdb.base/batch-exit-status.exp: Call test_exit_status with
4628 prefix argument.
4629 (test_exit_status): Add prefix argument.
4630
59bd512b
TV
46312019-08-01 Tom de Vries <tdevries@suse.de>
4632
4633 PR testsuite/24863
4634 * gdb.threads/fork-plus-threads.exp: Fix check-run1 timeout by
4635 calling exp_continue for new thread and thread exited messages.
4636
2a3ad588
TV
46372019-08-01 Tom de Vries <tdevries@suse.de>
4638
4639 PR testsuite/24863
4640 * gdb.base/structs.exp: Fix check-read1 timeout using
4641 gdb_test_sequence.
4642 * lib/gdb.exp (tcl_version_at_least, lrepeat): New proc.
4643
117eb594
TV
46442019-08-01 Tom de Vries <tdevries@suse.de>
4645
4646 PR testsuite/24863
4647 * gdb.base/break-interp.exp: Use exp_continue after each "info files"
4648 line.
4649
ed591340
TV
46502019-08-01 Tom de Vries <tdevries@suse.de>
4651
4652 PR testsuite/24863
4653 * gdb.base/signals.exp: Fix check-read1 timeout using gdb_test_sequence.
4654
aa3b6533
TT
46552019-07-30 Tom Tromey <tromey@adacore.com>
4656
4657 * gdb.ada/display_nested.exp: New file.
4658 * gdb.ada/display_nested/foo.adb: New file.
4659 * gdb.ada/display_nested/pack.adb: New file.
4660 * gdb.ada/display_nested/pack.ads: New file.
4661
2906593f
CB
46622019-07-30 Christian Biesinger <cbiesinger@google.com>
4663
4664 * gdb.python/py-symbol.c: Add a static variable and one in an anonymous
4665 namespace.
4666 * gdb.python/py-symbol.exp: Test gdb.lookup_static_symbol.
4667
0f575925
TV
46682019-07-30 Tom de Vries <tdevries@suse.de>
4669
4670 * lib/read1.c (read): Don't use unsetenv (v), use setenv (v, "", 1)
4671 instead.
4672
b13057d9
TV
46732019-07-30 Tom de Vries <tdevries@suse.de>
4674
4675 PR testsuite/24834
4676 * lib/gdb.exp (gdb_compile): Fail if nopie results in PIE executable.
4677 (exec_is_pie): New proc.
4678
5c4dde85
CB
46792019-07-29 Christian Biesinger <cbiesinger@google.com>
4680
4681 * gdb.python/py-objfile.exp: Fix misspelling (nonexistant -> nonexistent)
4682
c620ed88
CB
46832019-07-29 Christian Biesinger <cbiesinger@google.com>
4684
4685 * gdb.python/py-objfile.c: Add global and static vars.
4686 * gdb.python/py-objfile.exp: Test new functions Objfile.
4687 lookup_global_symbol and lookup_static_symbol.
4688
3d235706
TT
46892019-07-29 Tom Tromey <tom@tromey.com>
4690
4691 * lib/tuiterm.exp (Term::_csi_@): New proc.
4692 (Term::_csi_X): Don't move cursor.
4693
c7e4c0a6
PW
46942019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4695
4696 * gdb.base/options.exp: Update backtrace - completion to
4697 new option -frame-info.
4698 * gdb.base/frame-args.exp: Test new 'frame-arguments presence'.
4699 Test new 'set print frame-info'. Test backtrace -frame-info
4700 overriding 'set print frame-info'.
4701 * gdb.python/py-framefilter.exp: Test new 'frame-arguments presence'.
4702 Test new 'set print frame-info'.
4703 Verify consistency of backtrace with and without filters, with and
4704 without -no-filters.
4705 * gdb.python/py-framefilter-invalidarg.exp: Update to new print_what
4706 default.
4707
de28a3b7
TV
47082019-07-29 Tom de Vries <tdevries@suse.de>
4709
4710 * gdb.linespec/explicit.exp: Fix completion trigger for "complete with
4711 no arguments".
4712
507dd60e
TV
47132019-07-29 Tom de Vries <tdevries@suse.de>
4714
4715 * gdb.linespec/explicit.exp: Fix gdb_test_multiple regexps where second
4716 is a substring of the first for "complete non-unique file name".
4717
5beafce9
TV
47182019-07-29 Tom de Vries <tdevries@suse.de>
4719
4720 * gdb.python/python.exp: Don't terminate gdb_test_multiple regexp
4721 with ".*".
4722
2d274232
TV
47232019-07-29 Tom de Vries <tdevries@suse.de>
4724
4725 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt, gdb_is_target_1):
4726 Pass prompt_regexp parameter to gdb_test_multiple calls.
4727
9197cd8b
TV
47282019-07-29 Tom de Vries <tdevries@suse.de>
4729
4730 * gdb.base/maint.exp: Use "\r\n" instead of "\[\r\n\]+" in "maint
aac66a4c 4731 print registers" regexps.
9197cd8b 4732
b528dae0
TV
47332019-07-29 Tom de Vries <tdevries@suse.de>
4734
4735 * gdb.base/define.exp: Add "\r\n" to "reset gdb_prompt" regexp.
4736
d17725d7
TV
47372019-07-29 Tom de Vries <tdevries@suse.de>
4738
4739 PR gdb/24855
4740 * lib/gdb.exp (gdb_test_multiple): Add prompt_regexp parameter.
4741 (skip_python_tests_prompt): Add prompt_regexp argument to
4742 gdb_test_multiple calls.
4743
52b75bf1
TT
47442019-07-27 Tom Tromey <tom@tromey.com>
4745
4746 * gdb.tui/main.exp: New file.
4747
2b1d00c2
TT
47482019-07-27 Tom Tromey <tom@tromey.com>
4749
4750 * lib/tuiterm.exp (Term::clean_restart): Make "executable"
4751 optional.
4752 * gdb.tui/empty.exp: New file.
4753
ded631d5
TT
47542019-07-27 Tom Tromey <tom@tromey.com>
4755
4756 * lib/tuiterm.exp (spawn): New proc.
4757 (Term::resize): New proc.
4758 * gdb.tui/resize.exp: New file.
4759
58ac439d
TT
47602019-07-27 Tom Tromey <tom@tromey.com>
4761
4762 * gdb.tui/list.exp: New file.
4763
fe1f56ee
TT
47642019-07-27 Tom Tromey <tom@tromey.com>
4765
4766 * gdb.tui/regs.exp: New file.
4767
f790b310
TT
47682019-07-27 Tom Tromey <tom@tromey.com>
4769
4770 * gdb.tui/basic.exp: Add "layout split" test.
4771
d95fc6ee
TT
47722019-07-27 Tom Tromey <tom@tromey.com>
4773
4774 * gdb.tui/basic.exp: Add "layout asm" test.
4775
c3786b3a
TT
47762019-07-27 Tom Tromey <tom@tromey.com>
4777
4778 * lib/tuiterm.exp: New file.
4779 * gdb.tui/basic.exp: New file.
4780
98a617f8
KB
47812019-07-27 Kevin Buettner <kevinb@redhat.com>
4782
4783 * gdb.dwarf2/dw2-ranges-func.exp (enable_foo_cold_stepping):
4784 Enable tests associated with this flag. Adjust regex
4785 referencing "foo_low" to now refer to "foo_cold" instead.
4786
5c076da4
KB
47872019-07-27 Kevin Buettner <kevinb@redhat.com>
4788
4789 * gdb.dwarf2/dw2-ranges-func.c: Rename to...
4790 * gdb.dwarf2/dw2-ranges-func-lo-cold.c: ...this.
4791 * gdb.dwarf2/dw2-ranges-func-lo-cold.c (foo_low): Change name to
4792 foo_cold. Revise comments to match.
4793 * gdb.dwarf2/dw2-ranges-func-hi-cold.c: New file.
4794 * gdb.dwarf2/dw2-ranges-func.exp (do_test): New proc. Existing tests
4795 were wrapped into this proc; Call do_test in loop from outermost
4796 level.
4797 (foo_low): Rename all occurrences to "foo_cold".
4798 (backtrace from baz): New test.
4799 (x2/i foo_cold): New test.
4800 (info line *foo_cold): New test.
4801
1512d3b7
TV
48022019-07-26 Tom de Vries <tdevries@suse.de>
4803
4804 * gdb.arch/i386-pkru.exp: Fix unterminated string.
4805
297989a1
TV
48062019-07-25 Tom de Vries <tdevries@suse.de>
4807
4808 PR testsuite/24830
4809 * gdb.mi/mi-catch-cpp-exceptions.exp: Call
4810 mi_skip_libstdcxx_probe_tests, and skip unsupported tests.
4811 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Factor out of ...
4812 (skip_libstdcxx_probe_tests): ... here.
4813 * lib/mi-support.exp (mi_skip_libstdcxx_probe_tests): New proc.
4814
b3b965fb
TV
48152019-07-24 Tom de Vries <tdevries@suse.de>
4816
4817 PR testsuite/24807
4818 * gdb.objc/basicclass.m: Include stdio.h.
4819 * gdb.objc/nondebug.m: Same.
4820 * gdb.objc/objcdecode.m: Same.
4821
4625b4d0
TV
48222019-07-24 Tom de Vries <tdevries@suse.de>
4823
4824 PR testsuite/24612
4825 * gdb.base/infoline-reloc-main-from-zero.exp: Add -Wl,-N to
4826 additional_flags.
4827
024a5840
TV
48282019-07-24 Tom de Vries <tdevries@suse.de>
4829
4830 PR testsuite/24831
4831 * gdb.multi/tids.exp: Update error messages for info threads.
4832
c76ddaa3
TV
48332019-07-24 Tom de Vries <tdevries@suse.de>
4834
4835 * gdb.base/info-types.exp: Allow info types to print info for more than
4836 one file.
4837
9a618ef6
TV
48382019-07-23 Tom de Vries <tdevries@suse.de>
4839
4840 PR testsuite/24842
4841 * gdb.dwarf2/multidictionary.exp: Consume initial prompt after
4842 gdb_spawn_with_cmdline_opts.
4843
40eadf04
SP
48442019-07-23 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
4845
4846 * gdb.arch/arm-cmse-sgstubs.c: New test.
4847 * gdb.arch/arm-cmse-sgstubs.exp: New file.
4848
5ba29434
TV
48492019-07-23 Tom de Vries <tdevries@suse.de>
4850
4851 PR testsuite/24711
4852 * gdb.mi/mi-complete.exp: Wait for "set max-completions" result before
4853 issuing next command.
4854
a8e9d247
AB
48552019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
4856
4857 * gdb.ada/info_auto_lang.exp: Update expected results.
4858 * gdb.base/info-types.c: Add additional types to check.
4859 * gdb.base/info-types.exp: Update expected results.
4860
eb86c5e2
AB
48612019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
4862
4863 * gdb.base/info-types.c: New file.
4864 * gdb.base/info-types.exp: New file.
4865
01e175fe
AB
48662019-07-19 Andrew Burgess <andrew.burgess@embecosm.com>
4867
4868 * gdb.arch/riscv-bp-infcall.c: New file.
4869 * gdb.arch/riscv-bp-infcall.exp: New file.
4870
6b78c3f8
AB
48712019-07-17 Andrew Burgess <andrew.burgess@embecosm.com>
4872
4873 PR breakpoints/24541
4874 * gdb.mi/mi-catch-cpp-exceptions.exp: Remove kfail due to 24541.
4875
da738167
TV
48762019-07-14 Tom de Vries <tdevries@suse.de>
4877
4878 PR testsuite/24760
4879 * gdb.objc/basicclass.exp: Fix unterminated string.
4880
0d4e84ed
AB
48812019-07-12 Bernhard Heckel <bernhard.heckel@intel.com>
4882 Andrew Burgess <andrew.burgess@embecosm.com>
4883
4884 * gdb.fortran/vla-ptype.exp: Print array with negative bounds.
4885 * gdb.fortran/vla-sizeof.exp: Print the size of an array with
4886 negative bounds.
4887 * gdb.fortran/vla-value.exp: Print elements of an array with
4888 negative bounds.
4889 * gdb.fortran/vla.f90: Setup an array with negative bounds for
4890 testing.
4891
021d8588
AB
48922019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
4893
4894 * gdb.base/options.exp (expect_string): Dequote strings in
4895 results.
4896 (test-string): Test strings with different quoting and reindent.
4897
f06f1252
TT
48982019-07-10 Tom Tromey <tromey@adacore.com>
4899
4900 * gdb.ada/mi_ex_cond.exp: Update expected results.
4901 * gdb.ada/mi_catch_ex_hand.exp: Update expected results.
4902 * gdb.ada/mi_catch_ex.exp: Update expected results.
4903 * gdb.ada/mi_catch_assert.exp: Update expected results.
4904 * gdb.ada/catch_ex.exp (catch_exception_info)
4905 (catch_exception_entry, catch_assert_entry)
4906 (catch_unhandled_entry): Update.
4907 * gdb.ada/catch_assert_if.exp: Update expected results.
4908
b863685d
RB
49092019-07-10 Richard Bunt <richard.bunt@arm.com>
4910 Stephen Roberts <stephen.roberts@arm.com>
4911
4912 * gdb.base/define.exp: Restore original prompt.
4913
cb1e4e32
PA
49142019-07-09 Pedro Alves <palves@redhat.com>
4915
4916 * gdb.cp/catch-multi-stdlib.exp: Adjust expected "info
4917 breakpoints" output.
4918 * gdb.cp/exception.exp: Adjust expected "info breakpoints" output.
4919 * gdb.python/py-breakpoint.exp: No longer expect that "catch
4920 throw" creates breakpoint.
4921 * gdb.mi/mi-catch-cpp-exceptions.exp (setup_catchpoint): Expect
4922 'type="catchpoint"'.
4923
b58a68fe
PA
49242019-07-09 Pedro Alves <palves@redhat.com>
4925
4926 PR c++/15468
4927 * gdb.cp/except-multi-location-lib.cc: New.
4928 * gdb.cp/except-multi-location-main.cc: New.
4929 * gdb.cp/except-multi-location.exp: New.
4930
0826779b
PW
49312019-07-09 Sergio Durigan Junior <sergiodj@redhat.com>
4932
4933 * gdb.base/printcmds.exp (test_printf_convenience_var): Set
4934 language to "c++" before dealing with wchar_t. Remove DO_WSTRING
4935 argument and update callers.
4936
5b0e2db4
AB
49372019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
4938
4939 * gdb.arch/amd64-break-on-asm-line.S: New file.
4940 * gdb.arch/amd64-break-on-asm-line.exp: New file.
4941
1f6f6e21
PW
49422019-07-08 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4943
4944 * gdb.base/printcmds.exp: Test printing C string and
4945 C wide string convenience vars without transiting via the inferior.
4946 Also make test names unique.
4947
ea142fbf
AH
49482019-07-08 Alan Hayward <alan.hayward@arm.com>
4949
5862c886 4950 PR breakpoints/25011
ea142fbf
AH
4951 * gdb.base/break-idempotent.exp: Test both PIE and non PIE.
4952
213fd9fa
PA
49532019-07-04 Pedro Alves <palves@redhat.com>
4954
4955 * lib/gdb.exp (foreach_with_prefix): Don't return early if
4956 body returned ok(0), break(3) or continue(4).
4957 * gdb.testsuite/foreach_with_prefix.exp: New file.
4958
2b40fda7
AH
49592019-07-04 Alan Hayward <alan.hayward@arm.com>
4960
4961 * gdb.server/unittest.exp: Allow 0 unit tests to run.
4962
a26c8de0
PA
49632019-07-03 Pedro Alves <palves@redhat.com>
4964
4965 * lib/gdb.exp (foreach_with_prefix): Use "catch" and
4966 "return -code".
4967
5f4ba3e7
PA
49682019-07-03 Pedro Alves <palves@redhat.com>
4969
4970 PR cli/24732
4971 * gdb.base/shell.exp: Load completion-support.exp.
4972 Adjust expected error output. Add completion tests.
4973
a994424f
PA
49742019-07-03 Pedro Alves <palves@redhat.com>
4975
4976 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Use
4977 string_to_regexp.
4978
3d9be6f5
PA
49792019-07-03 Pedro Alves <palves@redhat.com>
4980
4981 * gdb.base/options.exp (expect_none, expect_flag, expect_bool)
4982 (expect_integer): Adjust to expect "-string".
4983 (expect_string): New.
4984 (all_options): Expect "-string".
4985 (test-flag, test-boolean): Adjust to expect "-string".
4986 (test-string): New proc.
4987 (top level): Call it.
4988
41fc454c
PA
49892019-07-03 Pedro Alves <palves@redhat.com>
4990
4991 * gdb.base/options.exp (test-misc, test-flag, test-boolean)
4992 (test-uinteger, test-enum): Adjust res_test_gdb_... calls to pass
4993 the expected output in the success.
4994
b2b2a215
PA
49952019-07-03 Pedro Alves <palves@redhat.com>
4996
4997 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
4998 Split one gdb_test_multiple call in two to avoid a race.
4999
fdbc9870
PA
50002019-07-03 Pedro Alves <palves@redhat.com>
5001
5002 * gdb.base/with.c: New file.
5003 * gdb.base/with.exp: New file.
5004
c6ac8931
PA
50052019-07-03 Pedro Alves <palves@redhat.com>
5006
5007 * gdb.base/settings.exp: Replace all references to "maint
5008 test-settings set" with references to "maint set test-settings",
5009 and all references to "maint test-settings show" with references
5010 to "maint show test-settings".
5011
970f9d09
PA
50122019-07-03 Pedro Alves <palves@redhat.com>
5013
5014 * gdb.base/settings.exp (test-string): Adjust expected out when
5015 testing "maint test-settings show filename"
5016
54d66006
PA
50172019-07-02 Pedro Alves <palves@redhat.com>
5018
5019 * gdb.base/options.exp (test-info-threads): New procedure.
5020 (top level): Call it.
5021
10d06d82
TT
50222019-06-28 Tom Tromey <tromey@adacore.com>
5023
5024 * gdb.dwarf2/ada-linkage-name.c: New file.
5025 * gdb.dwarf2/ada-linkage-name.exp: New file.
5026
3d507ff2
TT
50272019-06-27 Tom Tromey <tromey@adacore.com>
5028
d039f014 5029 PR c++/20020:
3d507ff2
TT
5030 * gdb.cp/constexpr-field.exp: Use setup_xfail.
5031
8af58ffe
TV
50322019-06-26 Tom de Vries <tdevries@suse.de>
5033
5034 * gdb.dwarf2/varval.exp: Compile twice, once without bad DWARF.
5035
22e21752
TV
50362019-06-26 Tom de Vries <tdevries@suse.de>
5037
5038 * gdb.base/index-cache.exp: Add back missing debug option.
5039
b65b566c
PW
50402019-06-23 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5041
5042 * gdb.base/alias.exp: Test non matching/non existing prefixes.
5043
5c2c8c69
TV
50442019-06-25 Tom de Vries <tdevries@suse.de>
5045
5046 PR testsuite/24727
5047 * gdb.dwarf2/dw2-restrict.S: Regenerate using clang 5.0.1.
5048
164e3873
TV
50492019-06-24 Tom de Vries <tdevries@suse.de>
5050
5051 * gdb.dwarf2/implptr-64bit.exp: Fix intra-CU '%' label reference.
5052
824eacee
TV
50532019-06-24 Tom de Vries <tdevries@suse.de>
5054
5055 * gdb.trace/entry-values.exp: Use DW_FORM_udata instead of
5056 DW_FOR_sdata for DW_AT_decl_file. Use 0 for DW_AT_decl_file.
5057 * gdb.trace/unavailable-dwarf-piece.exp: Same.
5058
385b97d3
TV
50592019-06-24 Tom de Vries <tdevries@suse.de>
5060
5061 * gdb.dwarf2/inlined_subroutine-inheritance.exp:
5062
c596f180
TV
50632019-06-21 Tom de Vries <tdevries@suse.de>
5064
5065 * gdb.base/index-cache.exp: Add additional_flags=-Wl,--build-id.
5066
b13a7d03
TV
50672019-06-21 Tom de Vries <tdevries@suse.de>
5068
5069 PR testsuite/24518
5070 PR ada/24713
5071 * gdb.ada/ptype_union.exp: Mark as unsupported if executable contains
5072 index.
5073
899277ae
TT
50742019-06-19 Tom Tromey <tromey@adacore.com>
5075
5076 * gdb.ada/length_cond.exp: Add intro comment.
5077
680e1bee
TT
50782019-06-19 Tom Tromey <tromey@adacore.com>
5079
5080 * gdb.ada/length_cond.exp: New file.
5081 * gdb.ada/length_cond/length_cond.adb: New file.
5082 * gdb.ada/length_cond/pck.adb: New file.
5083 * gdb.ada/length_cond/pck.ads: New file.
5084
0ed4690a
TV
50852019-06-18 Tom de Vries <tdevries@suse.de>
5086
5087 * boards/fission.exp (debug_flags): Add "-fuse-ld=gold".
5088
d20ed5fd
TT
50892019-06-18 Tom Tromey <tromey@adacore.com>
5090
5091 * gdb.base/list0.h: Add comment explaining control character.
5092
86e04673
TV
50932019-06-18 Tom de Vries <tdevries@suse.de>
5094
5095 * boards/fission.exp: Break up long debug_flags line.
5096
c4973306
SM
50972019-06-16 Tom de Vries <tdevries@suse.de>
5098
5099 PR gdb/24445
5100 * gdb.dwarf2/gdb-index.exp (add_gdb_index): Update dwz file with
5101 generated index.
5102
93cb9841
AB
51032019-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
5104
5105 PR gdb/24686
5106 * gdb.mi/mi-catch-cpp-exceptions.exp: Add an extra pattern to
5107 improve detection of bug gdb/24541.
5108
399aaebd
SM
51092019-06-16 Simon Marchi <simon.marchi@polymtl.ca>
5110
5111 PR gdb/24669
5112 * gdb.base/index-cache.exp (uses_readnow,
5113 expecting_index_cache_use): Define global variable.
5114 (test_cache_enabled_miss, test_cache_enabled_hit): Use
5115 expecting_index_cache_use.
5116
584a927c
AB
51172019-06-16 Bernhard Heckel <bernhard.heckel@intel.com>
5118 Andrew Burgess <andrew.burgess@embecosm.com>
5119
5120 * gdb.fortran/pointers.f90: New file.
5121 * gdb.fortran/print_type.exp: New file.
5122 * gdb.fortran/vla-ptype.exp: Adapt expected results.
5123 * gdb.fortran/vla-type.exp: Likewise.
5124 * gdb.fortran/vla-value.exp: Likewise.
5125 * gdb.mi/mi-vla-fortran.exp: Likewise.
5126
30056ea0
AB
51272019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
5128
5129 * gdb.mi/mi-catch-cpp-exceptions.cc: New file.
5130 * gdb.mi/mi-catch-cpp-exceptions.exp: New file.
5131 * lib/mi-support.exp (mi_expect_stop): Handle 'exception-caught'
5132 as a stop reason.
5133
ec8e2b6d
AB
51342019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
5135
5136 * gdb.base/annota1.exp: Update expected results.
5137 * gdb.cp/annota2.exp: Likewise.
5138 * gdb.cp/annota3.exp: Likewise.
5139
09e4c4e1
AB
51402019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
5141
5142 * gdb.base/style-logging.exp: Remove path from test name.
5143
0735b091
TT
51442019-06-14 Tom Tromey <tromey@adacore.com>
5145
5146 PR gdb/24502:
5147 * gdb.base/style-logging.exp: New file.
5148
f5686554
TT
51492019-06-14 Tom Tromey <tromey@adacore.com>
5150
5151 * gdb.base/symfile-warn.exp: New file.
5152 * gdb.base/symfile-warn.c: New file.
5153
a0c1ffed
TT
51542019-06-14 Tom Tromey <tromey@adacore.com>
5155
5156 * gdb.base/annotate-symlink.exp: New file.
5157
f411722c
TT
51582019-06-14 Tom Tromey <tromey@adacore.com>
5159
5160 * gdb.ada/set_wstr.exp: Add reassignment test.
5161
4268ec18
TT
51622019-06-14 Tom Tromey <tromey@adacore.com>
5163
5164 * gdb.ada/formatted_ref.exp (test_p_x_addr): Check
5165 'unchecked_access and 'unrestricted_access as well.
5166
9a9e394b
TT
51672019-06-14 Tom Tromey <tromey@adacore.com>
5168
5169 PR ada/24539:
5170 * gdb.ada/vla.exp: Update tests.
5171 * gdb.ada/vla/vla.adb (Record_Type): Use No_Component_Reordering
5172 pragma.
5173
4c048731
PA
51742019-06-13 Pedro Alves <palves@redhat.com>
5175
5176 * gdb.base/settings.exp (test-integer): Test junk after
5177 "unlimited".
5178
6665660a
PA
51792019-06-13 Pedro Alves <palves@redhat.com>
5180
5181 * gdb.base/options.exp (test-thread-apply): New.
5182 (top level): Call it.
5183
5d707134
PA
51842019-06-13 Pedro Alves <palves@redhat.com>
5185
5186 * gdb.base/options.exp (test-frame-apply): New.
5187 (top level): Test print commands with different "frame apply"
5188 prefixes.
5189
e2a689da
PA
51902019-06-13 Pedro Alves <palves@redhat.com>
5191
e79be6e5 5192 * lib/completion-support.exp (test_gdb_complete_tab_multiple)
e2a689da
PA
5193 (test_gdb_complete_cmd_multiple, test_gdb_complete_multiple): Add
5194 'max_completions' parameter and handle it.
5195 (test_gdb_completion_offers_commands): New.
5196
90a1ef87
PA
51972019-06-13 Pedro Alves <palves@redhat.com>
5198
5199 * gdb.base/options.exp (test-backtrace): Test completing qualifiers.
5200
d4c16835
PA
52012019-06-13 Pedro Alves <palves@redhat.com>
5202
5203 * gdb.base/options.exp (test-backtrace): New.
5204 (top level): Call it.
5205
2daf894e
PA
52062019-06-13 Pedro Alves <palves@redhat.com>
5207
5208 * gdb.guile/scm-frame-args.exp: Use "set print
5209 raw-frame-arguments" instead of "set print raw frame-arguments".
5210 * gdb.python/py-frame-args.exp: Likewise.
5211
e6ed716c
PA
52122019-06-13 Pedro Alves <palves@redhat.com>
5213
5214 * gdb.compile/compile.exp: Adjust expected output to option
5215 processing changes.
5216
7d8062de
PA
52172019-06-13 Pedro Alves <palves@redhat.com>
5218
5219 * gdb.base/options.exp: Build executable.
5220 (test-print): New procedure.
5221 (top level): Call it, once for "print" and another for "compile
5222 print".
5223
9d0faba9
PA
52242019-06-13 Pedro Alves <palves@redhat.com>
5225
5226 * gdb.base/options.c: New file.
5227 * gdb.base/options.exp: New file.
5228
dee7b4c8
PA
52292019-06-13 Pedro Alves <palves@redhat.com>
5230
5231 * gdb.base/settings.exp (test-boolean, test-auto-boolean): Check
5232 that "o" is ambiguous.
5233
dca0f6c0
PA
52342019-06-13 Pedro Alves <palves@redhat.com>
5235
5236 * gdb.base/settings.c: New file.
5237 * gdb.base/settings.exp: New file.
5238
ccf46844
PA
52392019-06-13 Pedro Alves <palves@redhat.com>
5240
5241 * gdb.base/completion.exp: Fix comment typo.
5242
b9a3f842
PA
52432019-06-13 Pedro Alves <palves@redhat.com>
5244
5245 * gdb.multi/tids.exp: Adjust expected output. Add "thread apply 1
5246 foo --1" test.
5247
d106773e
PA
52482019-06-11 Bernhard Heckel <bernhard.heckel@intel.com>
5249
5250 * gdb.fortran/block-data.f: New.
5251 * gdb.fortran/block-data.exp: New.
5252
fea82da0
TV
52532019-06-11 Tom de Vries <tdevries@suse.de>
5254
5255 PR testsuite/24521
5256 * gdb.multi/remove-inferiors.exp: Allow "Expanding full symbols"
5257 message.
5258
8c2e74f1
TV
52592019-06-11 Tom de Vries <tdevries@suse.de>
5260
5261 PR testsuite/24521
5262 * gdb.dwarf2/nonvar-access.exp: Fix main high_pc.
5263
b49851c8
TV
52642019-06-11 Tom de Vries <tdevries@suse.de>
5265
5266 * boards/readnow.exp: New file.
5267
a7067863
AB
52682019-06-10 Andrew Burgess <andrew.burgess@embecosm.com>
5269
5270 * gdb.fortran/vla-sizeof.exp: Update expected results.
5271
1a3da2cd
AB
52722019-06-06 Amos Bird <amosbird@gmail.com>
5273
5274 * gdb.base/annota1.exp (thread_switch): Add test for
5275 thread-exited annotation.
5276
3847a7bf
TT
52772019-06-06 Tom Tromey <tromey@adacore.com>
5278
5279 * gdb.base/maint.exp: Expect command started/finished output.
5280
0088ba59
AB
52812019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
5282
5283 * gdb.arch/riscv-unwind-long-insn-6.s: Remove use of 'I' in
5284 comment.
5285 * gdb.arch/riscv-unwind-long-insn-8.s: Likewise.
5286
312617a3
AB
52872019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
5288
5289 * gdb.arch/riscv-unwind-long-insn-6.s: New file.
5290 * gdb.arch/riscv-unwind-long-insn-8.s: New file.
5291 * gdb.arch/riscv-unwind-long-insn.c: New file.
5292 * gdb.arch/riscv-unwind-long-insn.exp: New file.
5293
e1f2e1a2
CB
52942019-06-04 Christian Biesinger <cbiesinger@google.com>
5295
d3238f7d 5296 * gdb.python/py-type.exp: Test for new gdb.Type.objfile property.
e1f2e1a2 5297
206584bd
PW
52982019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5299
5300 * lib/gdb.exp (help_list_trailer): New regexp variable
5301 factorizing the help trailer message.
5302 (test_class_help): Use help_list_trailer. Add LIST_OF_COMMANDS
5303 arg to allow to better factorize various tests.
5304 (test_user_defined_class_help): Factorizes testing 'help user-defined'.
5305 (test_prefix_command_help): Use help_list_trailer.
5306 * gdb.python/py-cmd.exp: Use test_user_defined_class_help.
5307 * gdb.guile/scm-cmd.exp: Likewise.
5308 * gdb.trace/tracecmd.exp: Update caller of test_class_help.
5309 * gdb.base/help.exp: Use test_user_defined_class_help.
5310 * gdb.base/style.exp: Add tests for styling of help and apropos.
5311 * lib/gdb-utils.exp (style): Add title and highlight styles.
5312
708dc93e
PW
53132019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5314
5315 * gdb.base/shell.exp: Test pipe command, $_shell_exitcode,
5316 $_shell_exitsignal.
5317 * gdb.base/default.exp: Update for new convenience variables.
5318
f49055a5
TT
53192019-05-29 Tom Tromey <tromey@adacore.com>
5320
5321 * gdb.ada/complete.exp (test_gdb_no_completion): Add "/" and "-"
5322 to "break complete ada" test case's regexp.
5323
4330d61d
TT
53242019-05-29 Tom Tromey <tromey@adacore.com>
5325
5326 PR c++/20020:
5327 * gdb.cp/constexpr-field.exp: New file.
5328 * gdb.cp/constexpr-field.cc: New file.
5329
000439d5
TT
53302019-05-29 Tom Tromey <tromey@adacore.com>
5331
5332 * gdb.base/finish.exp (finish_no_print): New proc.
5333 (finish_tests): Call it.
5334
5a01c34c
TV
53352019-05-24 Tom de Vries <tdevries@suse.de>
5336
5337 * gdb.dwarf2/gdb-add-index.exp: New file.
5338
18125b16
TT
53392019-05-22 Tom Tromey <tromey@adacore.com>
5340
5341 * gdb.base/info-shared.exp (check_info_shared): Use "style".
5342 * gdb.base/style.exp: Use "style".
5343 * lib/gdb-utils.exp (style): New proc.
5344
af1a8d03
TV
53452019-05-22 Tom de Vries <tdevries@suse.de>
5346
5347 * gdb.base/align.exp: Require c++11.
5348
e7fe496b
TV
53492019-05-22 Tom de Vries <tdevries@suse.de>
5350
5351 PR testsuite/24586
5352 * gdb.python/py-mi-var-info-path-expression.exp: Call
5353 mi_skip_python_tests to check if python is supported.
5354
8fca4da0
AH
53552019-05-22 Alan Hayward <alan.hayward@arm.com>
5356
5357 * gdb.arch/aarch64-pauth.c: New test.
5358 * gdb.arch/aarch64-pauth.exp: New file.
5359
b7060614
AH
53602019-05-22 Alan Hayward <alan.hayward@arm.com>
5361
5362 * README (Re-running Tests Outside The Testsuite): New section.
5363
669d0468
TV
53642019-05-21 Tom de Vries <tdevries@suse.de>
5365
5366 * gdb.arch/amd64-eval.exp: Require c++11.
5367 * gdb.base/max-depth.exp: Same.
5368 * gdb.compile/compile-cplus-array-decay.exp: Same.
5369 * gdb.cp/meth-typedefs.exp: Same.
5370 * gdb.cp/subtypes.exp: Same.
5371 * gdb.cp/temargs.exp: Same.
5372
ce3ebcaa
AH
53732019-05-21 Alan Hayward <alan.hayward@arm.com>
5374
5375 * lib/gdbserver-support.exp (gdbserver_run): Mark kill as optional.
5376
34d11c68
AB
53772019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
5378
5379 PR gdb/18644
5380 * gdb.fortran/complex.exp: Remove setup_kfail calls.
5381 * gdb.fortran/printing-types.exp: Add new test.
5382 * gdb.fortran/printing-types.f90: Add 16-byte real variable for
5383 testing.
5384 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Remove
5385 setup_kfail call.
5386
87781e84
AH
53872019-05-17 Alan Hayward <alan.hayward@arm.com>
5388
5389 * README (Running the Testsuite): Change example.
5390 (Testsuite Parameters): Remove TRANSCRIPT.
5391 * lib/gdb.exp: Remove TRANSCRIPT check.
5392
b420b89e
AH
53932019-05-17 Alan Hayward <alan.hayward@arm.com>
5394
5395 * README (Testsuite Parameters): Add replay logging to
5396 GDBSERVER_DEBUG.
5397 (gdbserver,debug): Refer to GDBSERVER_DEBUG.
5398 * lib/gdbserver-support.exp (gdbserver_start): Treat gdbserverdebug
5399 as a comma separated list.
5400 (gdb_debug_init): Override procedure.
5401
408e9b8b
AH
54022019-05-17 Alan Hayward <alan.hayward@arm.com>
5403
5404 * lib/gdb.exp (default_gdb_spawn): Call gdb_write_cmd_file.
5405 (gdb_write_cmd_file): New procedure.
5406 * lib/gdbserver-support.exp (gdbserver_start): Call
5407 gdbserver_write_cmd_file.
5408 (gdbserver_write_cmd_file): New procedure.
5409
f9e2e39d
AH
54102019-05-17 Alan Hayward <alan.hayward@arm.com>
5411
5412 * lib/gdb.exp (gdb_unload): Mark Y as an answer.
5413 (delete_breakpoints): Likewise.
5414 (gdb_run_cmd): Likewise.
5415 (gdb_start_cmd): Likewise.
5416 (gdb_starti_cmd): Likewise.
5417 (gdb_internal_error_resync): Likewise.
5418 (gdb_test_multiple): Likewise.
5419 (gdb_reinitialize_dir): Likewise.
5420 (default_gdb_exit): Likewise.
5421 (gdb_file_cmd): Mark kill as optional.
5422 (default_gdb_start): Call gdb_stdin_log_init.
5423 (send_gdb): Call gdb_stdin_log_write.
5424 (rerun_to_main): Mark Y as an answer.
5425 (gdb_stdin_log_init): New function.
5426 (gdb_stdin_log_write): Likewise.
5427
81f47ac2
AH
54282019-05-17 Alan Hayward <alan.hayward@arm.com>
5429
5430 * gdb.base/breakpoint-in-ro-region.exp: Disable when debugging.
5431 * gdb.base/debug-expr.exp: Likewise.
5432 * gdb.base/foll-fork.exp: Likewise.
5433 * gdb.base/foll-vfork.exp: Likewise.
5434 * gdb.base/fork-print-inferior-events.exp: Likewise.
5435 * gdb.base/gdb-sigterm.exp: Likewise.
5436 * gdb.base/gdbinit-history.exp: Likewise.
5437 * gdb.base/osabi.exp: Likewise.
5438 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
5439 * gdb.base/ui-redirect.exp: Likewise.
5440 * gdb.gdb/unittest.exp: Likewise.
5441 * gdb.mi/mi-break.exp: Disable separate-mi-tty when debugging.
5442 * gdb.mi/mi-watch.exp: Likewise.
5443 * gdb.mi/new-ui-mi-sync.exp: Likewise.
5444 * gdb.mi/user-selected-context-sync.exp: Likewise.
5445 * gdb.python/python.exp: Disable debug test when debugging.
5446 * gdb.threads/check-libthread-db.exp: Disable when debugging.
5447 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
5448 Likewise.
5449 * gdb.threads/stepi-random-signal.exp: Likewise.
5450
29b52314
AH
54512019-05-17 Alan Hayward <alan.hayward@arm.com>
5452
5453 * Makefile.in: Pass through GDB_DEBUG.
5454 * README (Testsuite Parameters): Add GDB_DEBUG.
81f47ac2
AH
5455 (gdb,debug): Add board setting.
5456 * lib/gdb.exp (default_gdb_start): Start debugging.
5457 (gdb_debug_enabled): New procedure.
5458 (gdb_debug_init): Likewise.
29b52314
AH
5459
54602019-05-17 Alan Hayward <alan.hayward@arm.com>
e79be6e5 5461
29b52314
AH
5462 * Makefile.in: Pass through GDB_DEBUG.
5463 * README (Testsuite Parameters): Add GDB_DEBUG.
81f47ac2
AH
5464 (gdb,debug): Add board setting.
5465 * lib/gdb.exp (default_gdb_start): Start debugging.
5466 (gdb_debug_enabled): New procedure.
5467 (gdb_debug_init): Likewise.
29b52314 5468
ca1285d1
AH
54692019-05-17 Alan Hayward <alan.hayward@arm.com>
5470
5471 * gdb.base/ui-redirect.exp: Add debug redirect tests.
5472
f3a09c80
AH
54732019-05-17 Alan Hayward <alan.hayward@arm.com>
5474
5475 * gdb.base/ui-redirect.exp: Test redirection.
5476
26648588
JV
54772019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
5478
5479 * gdb.mi/mi-complete.exp: New file.
5480 * gdb.mi/mi-complete.cc: Likewise.
5481
14237686
AB
54822019-05-15 Bernhard Heckel <bernhard.heckel@intel.com>
5483
5484 * gdb.fortran/vla-sizeof.exp: Add tests of sizeof applied to
5485 indexed and sliced arrays, and pointers to arrays.
5486
e7bd7fba
TT
54872019-05-14 Tom Tromey <tromey@adacore.com>
5488
5489 * gdb.base/info-shared.exp (check_info_shared): Add "info shared"
5490 styling test.
5491
2764128d
TV
54922019-05-14 Tom de Vries <tdevries@suse.de>
5493
5494 * gdb.dwarf2/dw2-skip-prologue.S (.debug_loc): Fix base address
5495 selection entry encoding.
5496
71bed2db
TT
54972019-05-10 Tom Tromey <tromey@adacore.com>
5498
5499 * gdb.ada/info_exc.exp: Add "complete" test.
5500
63b667ad
TV
55012019-05-09 Tom de Vries <tdevries@suse.de>
5502
5503 * gdb.arch/amd64-tailcall-self.S: Make DW_FORM_ref4 references
5504 CU-relative.
5505
9cfd2b89
TV
55062019-05-09 Tom de Vries <tdevries@suse.de>
5507
5508 * gdb.arch/amd64-entry-value-paramref.S: Make DW_FORM_ref4 references
5509 CU-relative.
5510
2228ef77
XR
55112019-05-08 Joel Brobecker <brobecker@adacore.com>
5512
5513 * gdb.ada/frame_arg_lang.exp: New testcase.
5514 * gdb.ada/frame_arg_lang/bla.adb: New file.
5515 * gdb.ada/frame_arg_lang/pck.ads: New file.
5516 * gdb.ada/frame_arg_lang/pck.adb: New file.
5517 * gdb.ada/frame_arg_lang/foo.c: New file.
5518
80e55b13
TT
55192019-05-08 Tom Tromey <tromey@adacore.com>
5520
5521 * gdb.python/py-value.exp (test_value_in_inferior): Add Ada test.
5522
9d3421af
TT
55232019-05-08 Tom Tromey <tromey@adacore.com>
5524
5525 * gdb.base/ptype-offsets.exp: Update tests.
5526
844333e2
TT
55272019-05-08 Tom Tromey <tromey@adacore.com>
5528
5529 * gdb.base/ptype-offsets.exp: Use string_to_regexp. Fix test
5530 cases.
5531 * gdb.base/ptype-offsets.cc (struct abc) <my_int_type>: Now
5532 "short".
5533
988915ee
TT
55342019-05-08 Tom Tromey <tromey@adacore.com>
5535
5536 * gdb.ada/vla.exp: New file.
5537 * gdb.ada/vla/vla.adb: New file.
5538
7bd55dac
TV
55392019-05-07 Tom de Vries <tdevries@suse.de>
5540
5541 * gdb.base/index-cache.exp (ls_host): Fix return statement.
5542
75f06e9d
TV
55432019-05-07 Tom de Vries <tdevries@suse.de>
5544
5545 PR testsuite/24522
5546 * gdb.dlang/watch-loc.c: Fix debug_info_offset in .debug_aranges
5547 section.
5548
77e7aaa4
TV
55492019-05-07 Tom de Vries <tdevries@suse.de>
5550
5551 PR testsuite/24522
5552 * gdb.dwarf2/dw2-case-insensitive-debug.S: Fix debug_info_offset in
5553 .debug_aranges section.
5554
456ba0fa
TV
55552019-05-07 Tom de Vries <tdevries@suse.de>
5556
5557 PR testsuite/24159
5558 * lib/dwarf.exp: Fix handling of DW_FORM_ref_addr.
5559
5a56d6a6
TV
55602019-05-06 Tom de Vries <tdevries@suse.de>
5561
5562 * lib/gdb.exp (exec_has_index_section): New proc.
5563 * gdb.base/index-cache.exp: Handle case that binfile contains an index
5564 section.
5565
9d6d4be8
TV
55662019-05-04 Tom de Vries <tdevries@suse.de>
5567
5568 * boards/cc-with-debug-names.exp: New file.
5569
222a8d25
TT
55702019-05-03 Tom Tromey <tromey@adacore.com>
5571
5572 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): New type.
5573 * gdb.ada/char_enum/foo.adb: Use Global_Enum_Type.
5574 * gdb.ada/char_enum.exp: Add test.
5575
0fdfd794
TV
55762019-05-03 Tom de Vries <tdevries@suse.de>
5577
5578 * boards/cc-with-gdb-index.exp: New file.
5579
80062eb9
AB
55802019-05-02 Andrew Burgess <andrew.burgess@embecosm.com>
5581
5582 * gdb.rust/simple.exp: Add new test case.
5583 * gdb.rust/simple.rs (struct StringAtOffset): New struct.
5584 (main): Initialise an instance of the new struct.
5585
4504bbde
TT
55862019-05-01 Tom Tromey <tromey@adacore.com>
5587
5588 * gdb.ada/packed_array_assign/aggregates.ads (Nested_Packed): New
5589 record.
5590 (NPR): New variable.
5591 * gdb.ada/packed_array_assign.exp: Add nested packed assignment
5592 test.
5593
d48e62f4
TT
55942019-05-01 Tom Tromey <tromey@adacore.com>
5595
5596 * gdb.ada/packed_array_assign.exp: Add packed assignment
5597 regression test.
5598
f59f30f5
TV
55992019-05-01 Tom de Vries <tdevries@suse.de>
5600
5601 * boards/cc-with-tweaks.exp: Generate gdb.sh, and pass it in env(GDB).
5602
b70bfc54
TV
56032019-05-01 Tom de Vries <tdevries@suse.de>
5604
5605 * boards/dwarf4-gdb-index.exp: Use cc-with-tweaks.exp.
5606
15f18d14
AT
56072019-04-30 Ali Tamur <tamur@google.com>
5608
5609 * lib/dwarf.exp(): Added DW_FORM_strx1-4.
5610
2ff0a947
TT
56112019-04-30 Tom Tromey <tromey@adacore.com>
5612
5613 * lib/ada.exp (find_ada_tool): New proc.
5614 * lib/gdb.exp (gdb_compile_shlib): Allow .o files as inputs.
5615 * gdb.ada/catch_ex_std.exp: New file.
5616 * gdb.ada/catch_ex_std/foo.adb: New file.
5617 * gdb.ada/catch_ex_std/some_package.adb: New file.
5618 * gdb.ada/catch_ex_std/some_package.ads: New file.
5619
a776957c
TT
56202019-04-30 Tom Tromey <tromey@adacore.com>
5621
5622 PR c++/24470:
5623 * gdb.cp/temargs.cc: Add test code from PR.
5624
bc68014d
AB
56252019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
5626
5627 * gdb.fortran/vla-datatypes.exp: Update expected results.
5628 * gdb.fortran/vla-ptype.exp: Likewise.
5629 * gdb.fortran/vla-type.exp: Likewise.
5630 * gdb.fortran/vla-value.exp: Likewise.
5631
f1fdc960
AB
56322019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
5633
5634 * gdb.fortran/ptr-indentation.exp: Update expected results.
5635 * gdb.fortran/ptype-on-functions.exp: Likewise.
5636 * gdb.fortran/vla-ptr-info.exp: Likewise.
5637 * gdb.fortran/vla-value.exp: Likewise.
5638
bf7a4de1
AB
56392019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
5640
5641 * gdb.fortran/ptype-on-functions.exp: New file.
5642 * gdb.fortran/ptype-on-functions.f90: New file.
5643
bbe75b9d
AB
56442019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
5645
5646 * gdb.fortran/exprs.exp (test_convenience_variables): Expect lower
5647 case void string.
5648
1db455a7
AB
56492019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
5650
5651 * gdb.fortran/complex.exp: Expand.
5652 * gdb.fortran/complex.f: Renamed to...
5653 * gdb.fortran/complex.f90: ...this, and extended to add more
5654 complex values.
5655
b6d03bb2
AB
56562019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
5657
5658 * gdb.fortran/intrinsics.exp: Extend to cover MOD, CEILING, FLOOR,
5659 MODULO, CMPLX.
5660
2e62ab40
AB
56612019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
5662 Richard Bunt <richard.bunt@arm.com>
5663
5664 * gdb.base/max-depth.c: New file.
5665 * gdb.base/max-depth.exp: New file.
5666 * gdb.python/py-nested-maps.c: New file.
5667 * gdb.python/py-nested-maps.exp: New file.
5668 * gdb.python/py-nested-maps.py: New file.
5669 * gdb.python/py-format-string.exp (test_max_depth): New proc.
5670 (test_all_common): Call test_max_depth.
5671 * gdb.fortran/max-depth.exp: New file.
5672 * gdb.fortran/max-depth.f90: New file.
5673 * gdb.go/max-depth.exp: New file.
5674 * gdb.go/max-depth.go: New file.
5675 * gdb.modula2/max-depth.exp: New file.
5676 * gdb.modula2/max-depth.c: New file.
5677 * lib/gdb.exp (get_print_expr_at_depths): New proc.
5678
d2b584a5
TV
56792019-04-29 Tom de Vries <tdevries@suse.de>
5680
5681 * lib/opencl.exp (skip_opencl_tests): Add missing "with" in regexp.
5682
136afab8
PW
56832019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5684
5685 * gdb.base/callexit.exp: Test may-call-functions off.
5686
725cbb63
KS
56872019-04-25 Keith Seitz <keiths@redhat.com>
5688
5689 PR c++/24367
5690 * gdb.cp/meth-typedefs.cc (incomplete_struct)
5691 (another_incomplete_struct, test_incomplete): New definitions.
5692 (main): Use new definitions.
5693 * gdb.cp/meth-typedefs.exp: Add new tests for `test_incomplete'
5694 functions.
5695
701adfb0
PA
56962019-04-25 Ali Tamur <tamur@google.com>
5697
5698 * lib/dwarf.exp (_handle_DW_FORM): Add DW_FORM_strx.
5699
82433e3e
SDJ
57002019-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
5701
5702 PR corefiles/11608
5703 PR corefiles/18187
5704 * gdb.base/coredump-filter-build-id.exp: New file.
5705
dd06d4d6
AH
57062019-04-25 Alan Hayward <alan.hayward@arm.com>
5707
e79be6e5
SM
5708 * Makefile.in: Pass through GDBSERVER_DEBUG.
5709 * README (Testsuite Parameters): Add GDBSERVER_DEBUG.
5710 (gdbserver,debug): Add board setting.
5711 * gdb.trace/tspeed.exp: Skip when debugging.
5712 * lib/gdb.exp (gdbserver_debug_enabled): New procedure.
5713 * lib/gdbserver-support.exp: Likewise
dd06d4d6 5714
1670072e
TT
57152019-04-24 Tom Tromey <tromey@adacore.com>
5716
5717 * lib/gdb.exp (gdb_compile): Don't add -fno-stack-protector for
5718 Rust.
5719
a59240a4
TT
57202019-04-24 Tom Tromey <tromey@adacore.com>
5721
5722 * gdb.arch/amd64-eval.exp: Test bitfield return.
5723 * gdb.arch/amd64-eval.cc (struct Bitfields): New.
5724 (class Foo) <return_bitfields>: New method.
5725 (main): Call it.
5726
b907456c
AB
57272019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
5728
5729 * gdb.cp/many-args.cc: New file.
5730 * gdb.cp/many-args.exp: New file.
5731
5c565afd
TV
57322019-04-23 Tom de Vries <tdevries@suse.de>
5733
5734 PR gdb/24433
5735 * gdb.btrace/reconnect.exp: Fix stepi 19 pattern.
5736
ba22ff86
AH
57372019-04-23 Alan Hayward <alan.hayward@arm.com>
5738
5739 * gdb.trace/backtrace.exp: Use nopie flag.
5740 * gdb.trace/circ.exp: Likewise.
5741 * gdb.trace/collection.exp: Likewise.
5742 * gdb.trace/ftrace.exp: Likewise.
5743 * gdb.trace/mi-trace-unavailable.exp: Likewise.
5744 * gdb.trace/mi-traceframe-changed.exp: Likewise.
5745 * gdb.trace/qtro.exp: Likewise.
5746 * gdb.trace/read-memory.exp: Likewise.
5747 * gdb.trace/report.exp: Likewise.
5748 * gdb.trace/tfile.exp: Likewise.
5749 * gdb.trace/tfind.exp: Likewise.
5750 * gdb.trace/unavailable.exp: Likewise.
5751
7905fc35
PA
57522019-04-22 Pedro Alves <palves@redhat.com>
5753
5754 * gdb.base/solib-probes-nosharedlibrary.c,
5755 gdb.base/solib-probes-nosharedlibrary.exp: New files.
5756
8ecb59f8
TT
57572019-04-19 Tom Tromey <tromey@adacore.com>
5758
5759 * gdb.ada/ptype_union.c: New file.
5760 * gdb.ada/ptype_union.exp: New file.
5761
62160ec9
TT
57622019-04-19 Tom Tromey <tromey@adacore.com>
5763
5764 PR symtab/24423:
5765 * gdb.base/list0.h (foo): Add a control-l character.
5766
36cd4ba5
TV
57672019-04-18 Tom de Vries <tdevries@suse.de>
5768
5769 PR gdb/24433
5770 * boards/local-board.exp: Set sysroot to "".
5771
b73715df
TV
57722019-04-18 Tom de Vries <tdevries@suse.de>
5773 Pedro Alves <palves@redhat.com>
5774
5775 PR gdb/24454
5776 * gdb.threads/vfork-follow-child-exec.c: New file.
5777 * gdb.threads/vfork-follow-child-exec.exp: New file.
5778 * gdb.threads/vfork-follow-child-exit.c: New file.
5779 * gdb.threads/vfork-follow-child-exit.exp: New file.
5780
4aa866af
LS
57812019-04-15 Leszek Swirski <leszeks@google.com>
5782
5783 * gdb.arch/amd64-eval.cc: New file.
5784 * gdb.arch/amd64-eval.exp: New file.
5785
e5a1a79a
AH
57862019-04-11 Alan Hayward <alan.hayward@arm.com>
5787
5788 * gdb.server/sysroot.c: New test.
5789 * gdb.server/sysroot.exp: New file.
5790 * lib/gdbserver-support.exp (gdb_target_cmd): Add additional text
5791 matching param.
5792
41077b66
AB
57932019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
5794
5795 * gdb.base/align.exp: Extend test to cover structures containing
5796 only static fields.
5797
c30391f8
TV
57982019-04-11 Tom de Vries <tdevries@suse.de>
5799
5800 * boards/cc-with-dwz-m.exp: New file.
5801 * boards/cc-with-dwz.exp: New file.
5802 * boards/cc-with-tweaks.exp: Note that check-gdb doesn't work.
5803
e242fd12
SM
58042019-04-09 Simon Marchi <simon.marchi@efficios.com>
5805
5806 * gdb.base/start-cpp.exp: New file.
5807 * gdb.base/start-cpp.cc: New file.
5808
2b0c8b01
KB
58092019-04-08 Kevin Buettner <kevinb@redhat.com>
5810
5811 * gdb.python/py-thrhandle.exp: Adjust tests to call
5812 thread_from_handle instead of thread_from_thread_handle.
5813
947210e5
KB
58142019-04-08 Kevin Buettner <kevinb@redhat.com>
5815
5816 * gdb.python/py-thrhandle.exp: Add tests for
5817 gdb.InferiorThread.handle.
5818
d7df6549
AB
58192019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
5820
5821 * gdb.python/py-function.exp: Check calling helper function from
5822 all languages.
5823 * lib/gdb.exp (gdb_supported_languages): New proc.
5824
8bdc1658
AB
58252019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
5826
5827 * gdb.base/complex-parts.c: New file.
5828 * gdb.base/complex-parts.exp: New file.
5829
05caa1d2
TT
58302019-04-01 Tom Tromey <tromey@adacore.com>
5831
5832 PR symtab/23331:
5833 * gdb.dwarf2/dw2-ranges-main.c: New file.
5834 * gdb.dwarf2/dw2-ranges-psym.c: New file.
5835 * gdb.dwarf2/dw2-ranges-psym.exp: New file.
5836
7734102d
EZ
58372019-03-30 Simon Marchi <simark@simark.ca>
5838
5839 * gdb.base/default.exp: Add values for $_gdb_major and
5840 $_gdb_minor.
5841
188e1fa9
TT
58422019-03-29 Tom Tromey <tromey@adacore.com>
5843
5844 * gdb.base/help.exp: Tighten apropos regexp.
5845
2880242d
KS
58462019-03-29 Keith Seitz <keiths@redhat.com>
5847
5848 * gdb.fortran/array-bounds.exp: New file.
5849 * gdb.fortran/array-bounds.f90: New file.
5850
077cad8e
PW
58512019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5852
5853 * gdb.multi/multi-term-settings.c (main): Increase alarm timer.
5854
80047cfc
PW
58552019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5856
5857 * gdb.multi/hello.c (main): Increase alarm timer.
5858
f489207e
SL
58592019-03-28 Sandra Loosemore <sandra@codesourcery.com>
5860
5861 * gdb.threads/watchpoint-fork.exp (test): Use large timeout
5862 factor when no hardware watchpoint support.
5863
c92df149
AH
58642019-03-28 Alan Hayward <alan.hayward@arm.com>
5865 Pedro Alves <palves@redhat.com>
5866
5867 * boards/local-board.exp: set sysroot to /.
5868
933aebfa
AH
58692019-03-27 Alan Hayward <alan.hayward@arm.com>
5870
5871 * gdb.base/interrupt-daemon-attach.c (main): Add alarm and sleep
5872 in child.
5873
9f9aa852
AB
58742019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
5875
5876 * gdb.python/py-prettyprint.c (struct container) <is_map_p>: New
5877 field.
5878 (make_container): Initialise new field.
5879 * gdb.python/py-prettyprint.exp: Add new tests.
5880 * gdb.python/py-prettyprint.py (class ContainerPrinter)
5881 <display_hint>: New method.
5882
3714a195
AB
58832019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
5884
5885 * gdb.python/py-prettyprint.exp: Use gdb_breakpoint and
5886 gdb_continue_to_breakpoint more throughout this test.
5887 (run_lang_tests) Supply unique test names, and use
5888 gdb_test_no_output.
5889
18c77628
AB
58902019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
5891
5892 * gdb.base/finish-pretty.exp: Update expected results.
5893 * gdb.base/pretty-print.c: New file.
5894 * gdb.base/pretty-print.exp: New file.
5895
9a93502f
PA
58962019-03-25 Pedro Alves <palves@redhat.com>
5897
5898 * lib/gdb.exp (gdb_test_multiple): Split appends to $code and
5899 move comments outside list. Append '-i "" eof' section.
5900
968aa7ae
AH
59012019-03-22 Alan Hayward <alan.hayward@arm.com>
5902
34a7f2a4 5903 PR testsuite/25016
968aa7ae
AH
5904 * README: Add pie options.
5905 * gdb.base/break-interp.exp: Ensure pie is disabled.
5906 * gdb.base/dump.exp: Likewise.
5907 * lib/gdb.exp (gdb_compile): Add pie option.
5908
4c7d57e7
TT
59092019-03-19 Tom Tromey <tromey@adacore.com>
5910
5911 * gdb.mi/mi2-cli-display.c: New file.
5912 * gdb.mi/mi2-cli-display.exp: New file.
5913
bff8c71f
TT
59142019-03-18 Joel Brobecker <brobecker@adacore.com>
5915 Tom Tromey <tromey@adacore.com>
5916
5917 * gdb.ada/ptype_array/pck.adb: New file.
5918 * gdb.ada/ptype_array/pck.ads: New file.
5919 * gdb.ada/ptype_array/foo.adb: New file.
5920 * gdb.ada/ptype_array.exp: New file.
5921
d085f989
TT
59222019-03-14 Tom Tromey <tromey@adacore.com>
5923
5924 * gdb.base/style.exp: Add "set style sources" test.
5925
b4be1b06
SM
59262019-03-13 Simon Marchi <simon.marchi@ericsson.com>
5927
5928 * mi-breakpoint-location-ena-dis.exp: Rename to ...
5929 * mi-breakpoint-multiple-locations.exp: ... this.
5930 (make_breakpoints_pattern): New proc.
5931 (do_test): Add mi_version parameter, test -break-insert,
5932 -break-info and =breakpoint-created.
5933
7cde5fc2
AB
59342019-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
5935
5936 * config/default.exp: Remove 'load_lib gdb.exp'.
5937 * config/monitor.exp: Likewise.
5938 * config/sid.exp: Likewise.
5939 * config/sim.exp: Likewise.
5940 * config/slite.exp: Likewise.
5941 * config/unix.exp: Likewise.
5942 * gdb.base/default.exp: Remove unhelpful comment.
5943
efbecbc1
AB
59442019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5945
5946 * gdb.fortran/type-kinds.exp: Extend to cover TYPE*SIZE cases.
5947
0841c79a
AB
59482019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5949
5950 * gdb.fortran/intrinsics.exp: Extend to cover ABS.
5951
4a270568
AB
59522019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5953
5954 * gdb.fortran/type-kinds.exp: Update expected results.
5955
067630bd
AB
59562019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5957
5958 * gdb.fortran/type-kinds.exp: Test new integer type kind.
5959
3be47f7a
AB
59602019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5961
5962 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): New
5963 function.
5964 (test_basic_parsing_of_type_kinds): Expand types tested.
5965 (test_parsing_invalid_type_kinds): New function.
5966
4d00f5d8
AB
59672019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5968
5969 * gdb.fortran/intrinsics.exp: New file.
5970 * gdb.fortran/intrinsics.f90: New file.
5971 * gdb.fortran/type-kinds.exp: New file.
5972
c8f91604
AB
59732019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5974
5975 * gdb.fortran/dot-ops.exp: New file.
5976
dd9f2c76
AB
59772019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5978
5979 * gdb.fortran/types.exp (test_logical_literal_types_accepted):
5980 Check upper and lower case logical literals.
5981
84ec9724
AB
59822019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5983
5984 * gdb.fortran/types.exp (test_float_literal_types_accepted):
5985 Remove duplicate tests.
5986
c3734e09
AH
59872019-03-06 Alan Hayward <alan.hayward@arm.com>
5988
5989 * lib/gdb.exp (builtin_cd): rename of cd.
5990 (cd): Override builtin.
5991
aa3cfbda
RB
59922019-03-06 Richard Bunt <richard.bunt@arm.com>
5993
5994 * gdb.fortran/function-calls.exp: New file.
5995 * gdb.fortran/function-calls.f90: New test.
5996
7b63ad86
RB
59972019-03-04 Richard Bunt <richard.bunt@arm.com>
5998
5999 * gdb.fortran/short-circuit-argument-list.exp: Remove reliance
6000 on user program standard output.
6001 * gdb.fortran/short-circuit-argument-list.f90: Record function
6002 calls.
6003
01abb042
AH
60042019-02-28 Alan Hayward <alan.hayward@arm.com>
6005
c3734e09
AH
6006 * lib/gdbserver-support.exp (gdbserver_start): Check for listen
6007 failure.
01abb042 6008
92137da0
RO
60092019-02-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
6010
6011 PR gdb/8527
6012 * gdb.base/interrupt-daemon-attach.c,
6013 gdb.base/interrupt-daemon-attach.exp: New test.
6014
5862844d
PA
60152019-02-27 Pedro Alves <palves@redhat.com>
6016
6017 * gdb.base/page.exp: Add tests for "set width/height -1".
6018
8ed25214
PA
60192019-02-27 Pedro Alves <palves@redhat.com>
6020
6021 * gdb.base/page.exp: Add tests for "set/show width/height" with
6022 "infinite" values.
6023
6c28e44a
TT
60242019-02-27 Tom Tromey <tromey@adacore.com>
6025
6026 * lib/gdb.exp (skip_python_tests_prompt): Don't check for Python
6027 2.4.
6028 * gdb.python/py-finish-breakpoint.exp: Remove Python 2.4
6029 workaround.
6030
bf9a735e
AB
60312019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
6032
6033 * gdb.base/align.exp: Extend to compile in both C and C++, and add
6034 tests for structs with static members.
6035
8791793c
TT
60362019-02-26 Tom Tromey <tromey@adacore.com>
6037
6038 * gdb.python/py-value.exp (test_value_from_buffer): Check for
6039 ValueError, not TypeError.
6040
bc2a507e
KB
60412019-02-26 Kevin Buettner <kevinb@redhat.com>
6042
6043 * gdb.python/py-value.exp (test_value_from_buffer): New proc with
6044 call from main program.
6045
e0e7d3bd
JB
60462019-02-23 Joel Brobecker <brobecker@adacore.com>
6047
6048 * gdb.ada/mi_ref_changeable.exp: Update copyright year range.
6049 * gdb.ada/mi_ref_changeable/foo_rb20_056.adb: Likewise.
6050 * gdb.ada/mi_ref_changeable/pck.adb: Likewise.
6051 * gdb.ada/mi_ref_changeable/pck.ads: Likewise.
6052 * gdb.dwarf2/inlined_subroutine-inheritance.exp: Likewise.
6053
9600246d
KS
60542019-02-22 Keith Seitz <keiths@redhat.com>
6055
6056 PR symtab/23853
6057 * gdb.base/symlink-sourcefile.c: New file.
6058 * gdb.base/symlink-sourcefile.exp: New file.
6059
0c95f9ed
TT
60602019-02-20 Tom Tromey <tom@tromey.com>
6061
6062 * gdb.base/info_qt.exp: Update.
6063
6caa91b6
SM
60642019-02-19 Simon Marchi <simon.marchi@polymtl.ca>
6065
6066 * gdb.base/source.exp: Move "error in sourced script" code to
6067 the end.
6068 * gdb.base/source-error.gdb: Move contents to
6069 source-error-1.gdb. Add new code to source source-error-1.gdb.
6070 * gdb.base/source-error-1.gdb: New file, from previous
6071 source-error.gdb.
6072
6506371f
TT
60732019-02-17 Tom Tromey <tom@tromey.com>
6074
6075 * gdb.base/style.exp: Use -g3 to compile when possible. Add test
6076 for macro styling.
6077 * gdb.base/style.c (SOME_MACRO): New macro.
6078
a0087920
TT
60792019-02-17 Tom Tromey <tom@tromey.com>
6080
6081 * gdb.base/style.exp: Add line-wrapping tests.
6082 * gdb.base/page.exp: Add test for quitting during pagination.
6083
a2cd4f14
JB
60842019-02-17 Joel Brobecker <brobecker@adacore.com>
6085
6086 * gdb.ada/big_packed_array: New testcase.
6087 * gdb.ada/homonym.exp: Fix incorrect expected output for
6088 "break <homonym__get_value>" test.
6089
9d70ffbc
WP
60902019-02-13 Weimin Pan <weimin.pan@oracle.com>
6091
6092 PR breakpoints/21870
6093 * gdb.arch/aarch64-dbreg-contents.exp: Use runto_main + continue
6094 and prepare_for_testing. Add comment.
6095 * gdb.arch/aarch64-dbreg-contents.c: Remove SET_WATCHPOINT and
6096 redundant cleanup call. Clean up comment.
6097
01c7ae81
WP
60982019-02-12 Weimin Pan <weimin.pan@oracle.com>
6099
6100 PR breakpoints/21870
6101 * gdb.arch/aarch64-dbreg-contents.exp: New file.
6102 * gdb.arch/aarch64-dbreg-contents.c: New file.
6103
aff29d1c
JB
61042019-02-10 Joel Brobecker <brobecker@adacore.com>
6105
6106 * gdb.ada/mi_ref_changeable: New testcase.
6107
df0da8a2
AH
61082019-02-07 Alan Hayward <alan.hayward@arm.com>
6109
6110 * gdb.base/attach.exp: Add double attach test.
6111
bd447abb
SM
61122019-02-07 Simon Marchi <simon.marchi@polymtl.ca>
6113
6114 * lib/gdb.exp (default_gdb_start): Don't match pagination
6115 prompt.
6116 (gdb_init): Set stty_init.
6117
1dbc40b9
TT
61182019-01-27 Tom Tromey <tom@tromey.com>
6119
6120 * gdb.python/py-finish-breakpoint.exp: Remove duplicate call to
6121 skip_python_tests.
6122
353229bf
AH
61232019-01-24 Alan Hayward <alan.hayward@arm.com>
6124
6125 * gdb.base/infcall-nested-structs.c (struct struct_static_02_01):
6126 New structure.
6127 (struct struct_static_02_02): Likewise.
6128 (struct struct_static_02_03): Likewise.
6129 (struct struct_static_02_04): Likewise.
6130 (struct struct_static_04_01): Likewise.
6131 (struct struct_static_04_02): Likewise.
6132 (struct struct_static_04_03): Likewise.
6133 (struct struct_static_04_04): Likewise.
6134 (struct struct_static_06_01): Likewise.
6135 (struct struct_static_06_02): Likewise.
6136 (struct struct_static_06_03): Likewise.
6137 (struct struct_static_06_04): Likewise.
6138 (cmp_struct_static_02_01): Likewise.
6139 (cmp_struct_static_02_02): Likewise.
6140 (cmp_struct_static_02_03): Likewise.
6141 (cmp_struct_static_02_04): Likewise.
6142 (cmp_struct_static_04_01): Likewise.
6143 (cmp_struct_static_04_02): Likewise.
6144 (cmp_struct_static_04_03): Likewise.
6145 (cmp_struct_static_04_04): Likewise.
6146 (cmp_struct_static_06_01): Likewise.
6147 (cmp_struct_static_06_02): Likewise.
6148 (cmp_struct_static_06_03): Likewise.
6149 (cmp_struct_static_06_04): Likewise.
6150 (call_all): Test new structs.
6151 * gdb.base/infcall-nested-structs.exp: Likewise.
6152
73021deb
AH
61532019-01-21 Alan Hayward <alan.hayward@arm.com>
6154 * gdb.base/infcall-nested-structs.exp: Test C++ in addition to C.
6155
fc65c7db
AH
61562019-01-21 Alan Hayward <alan.hayward@arm.com>
6157 * gdb.base/stack-protector.c: New test.
6158 * gdb.base/stack-protector.exp: New file.
6159 * gdb.cp/ovldbreak.exp: Only allow a single break line.
6160 * lib/gdb.exp (get_compiler_info): Use getting_compiler_info
6161 option.
6162 (gdb_compile): Remove stack protector for GCC and prevent
6163 recursion.
6164
c24bdb02
KS
61652019-01-16 Keith Seitz <keiths@redhat.com>
6166
6167 PR gdb/23773
6168 * gdb.dwarf2/inlined_subroutine-inheritance.exp: New file.
6169
6f072a10
PFC
61702019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
6171
6172 * gdb.arch/vsx-regs.exp: Add tests that use the vector register
6173 aliases.
6174 * gdb.arch/altivec-regs.exp: Likewise. Fix indentation of two
6175 tests.
6176 * gdb.arch/powerpc-vector-regs.c: New file.
6177 * gdb.arch/powerpc-vector-regs.exp: New file.
6178
a7b8d682
PFC
61792019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
6180
6181 * gdb.arch/altivec-regs.exp: Fix the list passed to
6182 gdb_expect_list when testing "info vector".
6183
6eb6fb67
AB
61842019-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
6185
6186 * gdb.base/style.exp: Don't include path in testname.
6187
b56f80d8
KS
61882019-01-10 Keith Seitz <keiths@redhat.com>
6189
6190 PR gdb/23712
6191 PR symtab/23010
6192 * gdb.dwarf2/multidictionary.exp: New file.
6193
041be526
SM
61942019-01-09 Simon Marchi <simon.marchi@ericsson.com>
6195
6196 * gdb.cp/demangle.exp (test_gnu_style_demangling): Rename to...
6197 (test_gnuv3_style_demangling): ... this.
6198 (test_lucid_style_demangling): Remove.
6199 (test_arm_style_demangling): Remove.
6200 (test_hp_style_demangling): Remove.
6201 (do_tests): Remove calls to the above.
6202
d820d0c3
AB
62032019-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
6204
6205 * lib/mi-support.exp (mi_gdb_test): Remove interactive prompt
6206 case.
6207
f097f5ad
TT
62082019-01-06 Tom Tromey <tom@tromey.com>
6209
6210 PR gdb/28155:
6211 * gdb.dwarf2/typedef-void-finish.exp: New file.
6212
2cd8cc0b
TT
62132018-12-28 Tom Tromey <tom@tromey.com>
6214 Simon Marchi <simark@simark.ca>
6215
6216 * gdb.base/jit-exec.exp: New file.
6217 * gdb.base/jit-exec.c: New file.
6218 * gdb.base/jit-execd.c: New file.
6219
35fb8261
TT
62202018-12-28 Tom Tromey <tom@tromey.com>
6221
6222 * gdb.base/style.exp: Update test to check for address styling.
6223
47fd17cd
TT
62242018-12-28 Tom Tromey <tom@tromey.com>
6225
6226 * gdb.base/style.exp: Add test for styling of "Reading symbols"
6227 message.
6228
d47032b7
TT
62292018-12-28 Tom Tromey <tom@tromey.com>
6230
6231 * gdb.base/style.exp: Add test for version number styling.
6232
af79b68d
TT
62332018-12-28 Tom Tromey <tom@tromey.com>
6234
6235 * gdb.base/style.exp: Add test for print_address_symbolic.
6236
0bb296cb
TT
62372018-12-28 Tom Tromey <tom@tromey.com>
6238
6239 * gdb.base/style.exp: Add test for breakpoint setting.
6240
80ae2043
TT
62412018-12-28 Tom Tromey <tom@tromey.com>
6242
6243 * gdb.base/style.exp: Add test for variable names.
6244
cbe56571
TT
62452018-12-28 Tom Tromey <tom@tromey.com>
6246
6247 * gdb.base/style.exp: New file.
6248 * gdb.base/style.c: New file.
6249
9162a27c
TT
62502018-12-28 Tom Tromey <tom@tromey.com>
6251
6252 * lib/gdb.exp (gdb_init): Set the TERM environment variable to
6253 "dumb".
6254 * gdb.base/readline.exp (operate_and_get_next): Save and restore
6255 the TERM environment variable.
6256
bc543c90
TT
62572018-12-27 Tom Tromey <tom@tromey.com>
6258
6259 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add
6260 pagination test.
6261
6f0ffe50
AB
62622018-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
6263
6264 * gdb.dwarf2/dw2-unusual-field-names.c: New file.
6265 * gdb.dwarf2/dw2-unusual-field-names.exp: New file.
6266
b5a1e557
PW
62672018-12-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6268
6269 * gdb.ada/bp_fun_addr/a.adb (a): Rename to bp_fun_addr.
6270 Filename a.adb changed to bp_fun_addr.adb.
6271 gdb.ada/bp_fun_addr.exp: Update test accordingly.
6272
6e8b1ab2
JV
62732018-12-21 Jan Vrany <jan.vrany@fit.cvut.cz>
6274
6275 * lib/gdb.exp (gdb_compile): Add new nopie flag enforce
6276 non-PIE executables.
6277 * README: Mention the gdb,nopie_flag board setting.
6278 * gdb.arch/amd64-disp-step.exp: Use nopie flag to enforce
6279 non-PIE executable.
6280 * gdb.arch/amd64-entry-value.exp: Likewise.
6281 * gdb.arch/amd64-invalid-stack-middle.exp: Likewise.
6282 * gdb.arch/i386-float.exp: Likewise.
6283 * gdb.arch/i386-signal.exp: Likewise.
6284 * gdb.mi/mi-reg-undefined.exp: Likewise.
6285
d00a27c5
PM
62862018-12-21 Paul Marechal <paul.marechal@ericsson.com>
6287
6288 PR gdb/23974
6289 * gdb.base/info-os.exp: Check return for unknown "info os" type.
6290
161d081c
PW
62912018-12-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6292
6293 * gdb.ada/info_auto_lang.exp: Normalize some_c source file.
6294 Update order of results accordingly.
6295
b001de23
AB
62962018-12-12 Andrew Burgess <andrew.burgess@embecosm.com>
6297
6298 * gdb.base/annota1.exp: Update a test regexp.
6299
99e1a184
AB
63002018-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
6301
6302 * gdb.base/float.exp: Handle RISC-V targets without an FPU.
6303
7a81c1e2
PW
63042018-12-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6305
6306 * gdb.threads/tid-reuse.c (REUSE_TIME_CAP): Declare as 60.
6307 (reuse_time): Initialize to REUSE_TIME_CAP.
6308 (check_rc): New function.
6309 (main): Use REUSE_TIME_CAP instead of hardcoded 60.
6310 Check pthread_create rc.
6311 (spawner_thread_func): Check pthread_create and pthread_join rc.
6312
73e8dc90
PA
63132018-12-08 Pedro Alves <palves@redhat.com>
6314
6315 * gdb.base/list.exp (test_forward_search): Rename to ...
6316 (test_forward_reverse_search): ... this. Also test reverse-search
6317 and the forward-search alias.
6318
13f2ed32
AB
63192018-12-05 Andrew Burgess <andrew.burgess@embecosm.com>
6320
6321 * config/sim.exp (gdb_target_sim): Remove redundant adjustment of
6322 local timeout variable before return, and remove all local timeout
6323 variable entirely.
6324 (gdb_load): Likewise.
6325
64d27cfc
TV
63262018-12-01 Tom de Vries <tdevries@suse.de>
6327
6328 * gdb.base/gdb-caching-proc.exp: New file.
6329
f63c03b4
SDJ
63302018-11-25 Sergio Durigan Junior <sergiodj@redhat.com>
6331
6332 * Makefile.in (TIMESTAMP): New variable.
6333 (check-single): Add $(TIMESTAMP) to the end of $(DO_RUNTEST)
6334 command.
6335 (check-single-racy): Likewise.
6336 (check/%.exp): Likewise.
6337 (check-racy/%.exp): Likewise.
6338 (workers/%.worker): Likewise.
6339 (build-perf): Likewise.
6340 (check-perf): Likewise.
6341 * README: Describe new "TS" and "TS_FORMAT" variables.
6342 * print-ts.py: New file.
6343
1c97054b
BF
63442018-11-21 Benno Fünfstück <benno.fuenfstueck@gmail.com>
6345
6346 PR python/23714
6347 * gdb.python/python.exp: Test command repetition after
6348 gdb.execute.
6349
1871a62d
AB
63502018-11-20 Andrew Burgess <andrew.burgess@embecosm.com>
6351
6352 * gdb.opt/inline-break.exp: Add test that info breakpoint output
6353 is correctly aligned.
6354
fb5e1ed9
PW
63552018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6356
6357 * gdb.ada/info_auto_lang.exp: New testcase.
6358 * gdb.ada/info_auto_lang/global_pack.ads: New file.
6359 * gdb.ada/info_auto_lang/proc_in_ada.adb: New file.
6360 * gdb.ada/info_auto_lang/some_c.c: New file.
6361
43d397ca
PW
63622018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6363
6364 * gdb.dwarf2/dw2-case-insensitive.exp: Update due to auto switch to
6365 FUNC_lang language syntax.
6366
beddd671
PW
63672018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6368
6369 * gdb.base/info_minsym.c: New file.
6370 * gdb.base/info_minsym.exp: New file.
6371
73fc52c4
TT
63722018-11-19 Tom Tromey <tom@tromey.com>
6373
6374 PR rust/23625:
6375 * gdb.rust/simple.exp: Add ptype test. Update expected output.
6376 * gdb.rust/expr.exp: Update expected output. Change one test.
6377
994b876a
TT
63782018-11-19 Tom Tromey <tom@tromey.com>
6379
6380 * gdb.rust/simple.rs: Don't initialize empty_enum_value.
6381
6769f276
PA
63822018-11-19 Pedro Alves <palves@redhat.com>
6383
6384 * gdb.base/warning.exp: Don't override INTERNAL_FLAGS. Use
6385 gdb_spawn_with_cmdline_opts instead of gdb_start. Check that we
6386 see the expected warning.
6387
38a72da0
AH
63882018-11-16 Alan Hayward <alan.hayward@arm.com>
6389
6390 PR gdb/22736:
6391 * gdb.cp/infcall-nodebug-lib.c: New test.
6392 * gdb.cp/infcall-nodebug-main.c: New test.
6393 * gdb.cp/infcall-nodebug.exp: New file.
6394
53a89d6e
SM
63952018-11-12 Simon Marchi <simon.marchi@polymtl.ca>
6396
6397 * gdb.base/skip.exp: Add standard_testfile. Add "skip delete"
6398 completer tests.
6399
9325300d
TV
64002018-11-09 Tom de Vries <tdevries@suse.de>
6401
6402 * gdb.base/msym-lang.c: New test.
6403 * gdb.base/msym-lang.exp: New file.
6404 * gdb.base/msym-lang-main.c: New test.
6405
20f0d60d
TT
64062018-11-08 Tom Tromey <tom@tromey.com>
6407
6408 PR gdb/23555:
6409 PR gdb/23838:
6410 * gdb.base/warning.exp: New file.
6411
b5420128
JB
64122018-11-08 Jan Beulich <jbeulich@suse.com>
6413
6414 * testsuite/gdb.arch/i386-avx512.c,
6415 testsuite/gdb.arch/i386-avx512.exp: Add 7th test.
6416
cd115d61
AB
64172018-11-08 Andrew Burgess <andrew.burgess@embecosm.com>
6418
6419 * gdb.arch/riscv-reg-aliases.exp: Handle targets without floating
6420 point hardware.
6421
35ee2dc2
AB
64222018-11-07 Andrew Burgess <andrew.burgess@embecosm.com>
6423
6424 * gdb.dwarf2/void-type.exp: Rename types, and make var_a an 'int'.
6425 * gdb.dwarf2/missing-type-name.exp: New file.
6426
31aceee8
TV
64272018-11-06 Tom de Vries <tdevries@suse.de>
6428
6429 * gdb.base/many-headers.c: New test.
6430 * gdb.base/many-headers.exp: New file.
6431
109be305
JW
64322018-11-06 Jim Wilson <jimw@sifive.com>
6433
6434 * gdb.base/code_elim.exp: For riscv, set additional_flags
6435 to include -msmall-data-limit=0.
6436
e2b7af72
JB
64372018-11-01 Joel Brobecker <brobecker@adacore.com>
6438
6439 * gdb.ada/watch_minus_l: New testcase.
6440
cdcda965
SM
64412018-11-01 Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
6442
6443 * gdb.arch/aix-sighandle.c: New file.
6444 * gdb.arch/aix-sighandle.exp: New file.
6445
92dcebf3
AB
64462018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
6447
6448 * gdb.arch/riscv-reg-aliases.exp: Rewrite to take account of float
6449 registers being unions.
6450
68b9ac18
TV
64512018-10-31 Tom de Vries <tdevries@suse.de>
6452
6453 * lib/valgrind.exp: New file.
6454 (vgdb_start, vgdb_stop): New procs, factored out of ...
6455 * gdb.base/valgrind-bt.exp: ... here, ...
6456 * gdb.base/valgrind-disp-step.exp: ... here and ...
6457 * gdb.base/valgrind-infcall.exp: ... here.
6458
1443936e
TV
64592018-10-31 Tom de Vries <tdevries@suse.de>
6460
6461 * lib/gdb.exp (get_valueof): Don't output read value in test name.
6462
eb77c9df
AB
64632018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
6464
6465 * gdb.dwarf2/void-type.c: New file.
6466 * gdb.dwarf2/void-type.exp: New file.
6467
82b5e646
PW
64682018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6469
6470 * gdb.base/info_qt.c: New file.
6471 * gdb.base/info_qt.exp: New file.
6472
8d619c01
EBM
64732018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
6474
6475 * gdb.arch/powerpc-htm-regs.c: New file.
6476 * gdb.arch/powerpc-htm-regs.exp: New file.
6477
f2cf6173
EBM
64782018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
6479
6480 * gdb.arch/powerpc-tar.c: New file.
6481 * gdb.arch/powerpc-tar.exp: New file.
6482
7ca18ed6
EBM
64832018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
6484
6485 * gdb.arch/powerpc-ppr-dscr.c: New file.
6486 * gdb.arch/powerpc-ppr-dscr.exp: New file.
6487
bfcc0eba
TV
64882018-10-25 Tom de Vries <tdevries@suse.de>
6489
6490 * gdb.base/valgrind-db-attach.exp: Rewrite to use vgdb.
6491
fe1a5cad
TV
64922018-10-24 Tom de Vries <tdevries@suse.de>
6493
6494 * lib/gdb.exp (gdb_test_multiple): Log wait status on process no
6495 longer exists error.
6496
a76dc3b7
TV
64972018-10-24 Tom de Vries <tdevries@suse.de>
6498
6499 * gdb.base/catch-follow-exec.exp: Rewrite using gdb_test.
6500
4df46df7
TV
65012018-10-24 Tom de Vries <tdevries@suse.de>
6502
6503 * gdb.base/valgrind-db-attach.exp: Handle removed support for
6504 --db-attach in valgrind.
6505
0dbfcfff
AB
65062018-10-23 Andrew Burgess <andrew.burgess@embecosm.com>
6507
6508 * gdb.arch/riscv-reg-aliases.c: New file.
6509 * gdb.arch/riscv-reg-aliases.exp: New file.
6510
b04480b1
AH
65112018-10-19 Alan Hayward <alan.hayward@arm.com>
6512
6513 * gdb.python/py-cmd.exp: Check for gdb_prompt.
6514
2c6ac8d7
AH
65152018-10-19 Alan Hayward <alan.hayward@arm.com>
6516
6517 * gdb.base/vla-optimized-out.exp: Allow either optimized out or 6.
6518
2bc69f25
AH
65192018-10-19 Alan Hayward <alan.hayward@arm.com>
6520
6521 * gdb.cp/ovldbreak.exp: Fix regexps.
6522
1f1ae3a3
AH
65232018-10-19 Alan Hayward <alan.hayward@arm.com>
6524
6525 * gdb.compile/compile-cplus-print.exp: Start inferior earlier.
6526
94c18618
SDJ
65272018-10-18 Sergio Durigan Junior <sergiodj@redhat.com>
6528
6529 PR cli/23785
6530 * gdb.base/restore.exp: New test to check if "restore" with an
6531 invalid file doesn't segfault.
6532
812cd6eb
TV
65332018-10-18 Tom de Vries <tdevries@suse.de>
6534
6535 * gdb.ada/bp_inlined_func.exp: Fix capitalized test name.
6536 * gdb.ada/excep_handle.exp: Same.
6537 * gdb.ada/mi_string_access.exp: Same.
6538 * gdb.ada/mi_var_union.exp: Same.
6539 * gdb.arch/arc-analyze-prologue.exp: Same.
6540 * gdb.arch/arc-decode-insn.exp: Same.
6541 * gdb.base/readnever.exp: Same.
6542 * gdb.fortran/printing-types.exp: Same.
6543 * gdb.guile/scm-lazy-string.exp: Same.
6544
c4b90788
TV
65452018-10-16 Tom de Vries <tdevries@suse.de>
6546
6547 PR gdb/23730
6548 * gdb.base/catch-follow-exec.c: Add copyright notice.
6549 * gdb.base/catch-follow-exec.exp: Rewrite to use
6550 gdb_spawn_with_cmdline_opts. Require gdb-native.
6551
8bca2978
SL
65522018-10-12 Sandra Loosemore <sandra@codesourcery.com>
6553
6554 * gdb.trace/actions-changed.exp: Check for arch support.
6555 * gdb.trace/actions.exp: Likewise.
6556 * gdb.trace/ax.exp: Likewise.
6557 * gdb.trace/backtrace.exp: Likewise.
6558 * gdb.trace/change-loc.exp: Likewise.
6559 * gdb.trace/deltrace.exp: Likewise.
6560 * gdb.trace/ftrace-lock.exp: Check for shlib and arch support.
6561 * gdb.trace/ftrace.exp: Likewise.
6562 * gdb.trace/infotrace.exp: Check for arch support.
6563 * gdb.trace/mi-trace-frame-collected.exp: Likewise.
6564 * gdb.trace/mi-tracepoint-changed.exp: Likewise.
6565 * gdb.trace/mi-tsv-changed.exp: Likewise.
6566 * gdb.trace/packetlen.exp: Likewise.
6567 * gdb.trace/passc-dyn.exp: Likewise.
6568 * gdb.trace/passcount.exp: Likewise.
6569 * gdb.trace/pending.exp: Likewise.
6570 * gdb.trace/range-stepping.exp: Check for shlib support.
6571 * gdb.trace/report.exp: Check for arch support.
6572 * gdb.trace/save-trace.exp: Likewise.
6573 * gdb.trace/signal.exp: Check for signal support.
6574 * gdb.trace/tfind.exp: Check for arch support.
6575 * gdb.trace/trace-break.exp: Check for arch and shlib support.
6576 * gdb.trace/trace-common.h: Add comment.
6577 * gdb.trace/trace-condition.exp: Check for shlib and arch support.
6578 * gdb.trace/trace-enable-disable.exp: Likewise.
6579 * gdb.trace/trace-mt.exp: Likewise. Remove redundant untested call.
6580 * gdb.trace/tracecmd.exp: Check for arch support.
6581 * gdb.trace/tspeed.exp: Check for shlib and target support.
6582 * gdb.trace/tstatus.exp: Check for arch support.
6583 * gdb.trace/tsv.exp: Likewise.
6584 * gdb.trace/while-dyn.exp: Likewise.
6585 * gdb.trace/while-stepping.exp: Likewise.
6586 * lib/trace-support.exp (gdb_trace_common_supports_arch): New.
6587
f9c49bff
SM
65882018-10-12 Simon Marchi <simon.marchi@ericsson.com>
6589
6590 * gdb.trace/tspeed.exp: Remove nowarnings.
6591 (prepare_for_trace_test): Declare "global ipalib".
6592 * gdb.trace/tspeed.c: Include unistd.h.
6593 (main): Remove superfluous printf argument.
6594
d4330bde
SL
65952018-10-11 Sandra Loosemore <sandra@codesourcery.com>
6596
6597 * gdb.base/solib-vanish.exp: Fix regexp not to require a POSIX
6598 directory prefix on the filename.
6599
8ecfd7bd
SDJ
66002018-10-10 Sergio Durigan Junior <sergiodj@redhat.com>
6601
6602 * gdb.gdb/unittest.exp: Update expected message informing that
6603 selftests have been disabled.
6604 * gdb.server/unittest.exp: Likewise.
6605
58bbcd02
TV
66062018-10-09 Tom de Vries <tdevries@suse.de>
6607
6608 * lib/gdb.exp (target_supports_scheduler_locking): Replace gdb_start_cmd
6609 with runto_main.
6610
9f6b697b
WP
66112018-10-08 Weimin Pan <weimin.pan@oracle.com>
6612
6613 PR c++/16841
6614 * gdb.cp/virtbase2.cc: New file.
6615 * gdb.cp/virtbase2.exp: New file.
6616
add5ded5
TT
66172018-10-06 Tom Tromey <tom@tromey.com>
6618
6619 PR python/19399:
6620 * gdb.python/py-inferior.exp: Add architecture test.
6621
f9e48344
TT
66222018-10-06 Tom Tromey <tom@tromey.com>
6623
6624 * gdb.base/gnu-ifunc.exp (build): Use standard_output_file.
6625 * gdb.trace/unavailable-dwarf-piece.exp: Use standard_output_file.
6626
2a8be203
TT
66272018-10-06 Tom Tromey <tom@tromey.com>
6628
6629 * gdb.python/py-breakpoint.exp (check_last_event): Check location
6630 of a "throw" catchpoint.
6631
e04caa70
SDJ
66322018-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
6633
6634 * gdb.base/info-proc.exp: Update string expected from "help info
6635 proc".
6636
5ca8c39f
TT
66372018-10-04 Tom Tromey <tom@tromey.com>
6638
6639 * gdb.cp/maint.exp (test_invalid_name): Update expected output.
6640 * gdb.gdb/complaints.exp (test_short_complaints): Remove.
6641 (test_initial_complaints, test_empty_complaints): Update.
6642 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
6643
3453e7e4
TT
66442018-10-04 Tom Tromey <tom@tromey.com>
6645
6646 PR cli/19551:
6647 * lib/mi-support.exp (mi_gdb_file_cmd): Update.
6648 * lib/gdb.exp (gdb_file_cmd): Update.
6649 * gdb.stabs/weird.exp (print_weird_var): Update.
6650 * gdb.server/solib-list.exp: Update.
6651 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Update.
6652 * gdb.mi/mi-cli.exp: Update.
6653 * gdb.linespec/linespec.exp: Update.
6654 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
6655 * gdb.dwarf2/dw2-objfile-overlap.exp: Update.
6656 * gdb.cp/cp-relocate.exp: Update.
6657 * gdb.base/sym-file.exp: Update.
6658 * gdb.base/relocate.exp: Update.
6659 * gdb.base/readnever.exp: Update.
6660 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
6661 * gdb.base/kill-detach-inferiors-cmd.exp: Update.
6662 * gdb.base/dbx.exp (gdb_file_cmd): Update.
6663 * gdb.base/code_elim.exp: Update.
6664 * gdb.base/break-unload-file.exp (test_break): Update.
6665 * gdb.base/break-interp.exp (test_attach_gdb): Update.
6666 * gdb.base/break-idempotent.exp (force_breakpoint_re_set):
6667 Update.
6668 * gdb.base/attach.exp (do_attach_tests): Update.
6669 * gdb.base/sepdebug.exp: Update.
6670 * gdb.python/py-section-script.exp: Update.
6671
6afcf761
TT
66722018-10-04 Tom Tromey <tom@tromey.com>
6673
6674 PR cli/22234:
6675 * gdb.dwarf2/dw2-stack-boundary.exp: Update expected output.
6676 * gdb.gdb/complaints.exp (test_short_complaints): Update expected
6677 output.
6678
fef1b293
TT
66792018-10-04 Tom Tromey <tom@tromey.com>
6680
6681 * gdb.base/attach.exp (test_command_line_attach_run): Use -quiet;
6682 set width and height to 0.
6683 (test_command_line_attach_run): Use -quiet.
6684
ca98345e
SL
66852018-10-03 Sandra Loosemore <sandra@codesourcery.com>
6686
6687 * lib/gdb.exp (skip_ifunc_tests): New.
6688 * gdb.base/gnu-ifunc.exp: Skip if no ifunc support. Handle
6689 other compile failures.
6690 * gdb.compile/compile-ifunc.exp: Skip if no ifunc support.
6691
ff34e6ae
SM
66922018-10-01 Simon Marchi <simon.marchi@ericsson.com>
6693
6694 * gdb.arch/i386-avx512.exp: Fix setting of nr_regs based on
6695 is_amd64_regs_target.
6696
6bb8890e
AH
66972018-10-01 Alan Hayward <alan.hayward@arm.com>
6698
6699 * gdb.arch/aarch64-sighandler-regs.c: New test.
6700 * gdb.arch/aarch64-sighandler-regs.exp: New file.
6701 * lib/gdb.exp (skip_aarch64_sve_tests): New proc.
6702
224d30d3
MM
67032018-10-01 Markus Metzger <markus.t.metzger@intel.com>
6704
6705 * lib/gdb.exp (is_amd64_regs_target): Change assembly to C inline
6706 assembly.
6707
f67ffa6a
AB
67082018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
6709
6710 * gdb.base/frame-selection.exp: New file.
6711 * gdb.base/frame-selection.c: New file.
6712
9fc3183f
AH
67132018-09-27 Alan Hayward <alan.hayward@arm.com>
6714
6715 * gdb.threads/check-libthread-db.c (thread_routine): Use a
6716 pthread barrier.
6717 (main): Likewise.
6718
d354055e
AB
67192018-09-26 Andrew Burgess <andrew.burgess@embecosm.com>
6720
6721 * gdb.base/large-frame-1.c: New file.
6722 * gdb.base/large-frame-2.c: New file.
6723 * gdb.base/large-frame.exp: New file.
6724 * gdb.base/large-frame.h: New file.
6725
db727370
JL
67262018-09-24 Jozef Lawrynowicz <jozef.l@mittosystems.com>
6727
6728 PR gdb/20948
6729 * gdb.base/write_mem.exp: New test.
6730 * gdb.base/write_mem.c: Likewise.
6731
ae778caf
TT
67322018-09-23 Tom Tromey <tom@tromey.com>
6733
6734 PR python/18852:
6735 * gdb.python/py-parameter.exp: Add test for parameter that throws
6736 on "set".
6737
fd3ba736
TT
67382018-09-23 Tom Tromey <tom@tromey.com>
6739
6740 PR python/17284:
6741 * gdb.python/py-template.exp (test_template_arg): Add test for
6742 negative template argument number.
6743
39a24317
TT
67442018-09-23 Tom Tromey <tom@tromey.com>
6745
6746 PR python/14062:
6747 * gdb.python/python.exp: Add test for post_event error.
6748
f5769a2c
TT
67492018-09-23 Tom Tromey <tom@tromey.com>
6750
6751 PR python/18170:
6752 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests to
6753 convert pointers to int and long.
6754
1c1e54f6
TT
67552018-09-23 Tom Tromey <tom@tromey.com>
6756
6757 PR python/20126:
6758 * gdb.python/py-value.exp (test_value_numeric_ops): Add
6759 signed-ness conversion tests.
6760
fb4fa946
TT
67612018-09-23 Tom Tromey <tom@tromey.com>
6762
6763 PR python/18352;
6764 * gdb.python/py-value.exp (test_float_conversion): New proc.
6765 Use it.
6766
a466edac
HAQ
67672018-09-20 Hafiz Abid Qadeer <abidh@codesourcery.com>
6768
6769 gdb.base/reggroups.exp (fetch_reggroups): Add '_' in match pattern.
6770
4ee9b0c5
SL
67712018-09-18 Sandra Loosemore <sandra@codesourcery.com>
6772
6773 * gdb.base/complete-empty.exp: Skip tab-completion tests if
6774 no readline.
6775 * gdb.base/utf8-identifiers.exp: Likewise.
6776 * gdb.cp/cpcompletion.exp: Likewise.
6777 * gdb.linespec/cpcompletion.exp: Likewise.
6778 * gdb.linespec/cpls-abi-tag.exp: Likewise.
6779 * gdb.linespec/cpls-ops.exp: Likewise.
6780
23be8da7
RB
67812018-09-19 Richard Bunt <richard.bunt@arm.com>
6782 Chris January <chris.january@arm.com>
6783
6784 * gdb.cp/koenig.exp: Extend to test logical short circuiting.
6785 * gdb.fortran/short-circuit-argument-list.exp: New file.
6786 * gdb.fortran/short-circuit-argument-list.f90: New test.
6787
5031d0ae
SDJ
67882018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
6789
6790 * gdb.arch/amd64-invalid-stack-top.exp: Expect optional
6791 "arch=" keyword when executing "-stack-list-frames".
6792
b4c0d1a4
SDJ
67932018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
6794
6795 * gdb.arch/amd64-invalid-stack-middle.exp: Expect optional
6796 "arch=" keyword when executing "-stack-list-frames".
6797
7a6d2b45
SDJ
67982018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
6799
6800 * gdb.ada/complete.exp: Expect for "@" when doing "complete
6801 break ada".
6802
8588b356
SM
68032018-09-17 Simon Marchi <simon.marchi@polymtl.ca>
6804
6805 PR python/23669
6806 * gdb.python/python.exp: Test gdb.execute("show commands").
6807
65e65158
TT
68082018-09-16 Tom Tromey <tom@tromey.com>
6809
6810 * gdb.base/new-ui.exp (do_execution_tests): Update.
6811 * gdb.base/dbx.exp (test_breakpoints): Update.
6812
bf326452
AH
68132018-09-14 Alan Hayward <alan.hayward@arm.com>
6814
6815 * lib/gdb.exp (gdb_simple_compile): Add proc.
6816 (is_elf_target): Use gdb_simple_compile.
6817 (skip_altivec_tests): Likewise.
6818 (skip_vsx_tests): Likewise.
6819 (skip_tsx_tests): Likewise.
6820 (skip_btrace_tests): Likewise.
6821 (skip_btrace_pt_tests): Likewise.
6822 (gdb_can_simple_compile): Likewise.
6823 (gdb_has_argv0): Likewise.
6824 (gdb_target_symbol_prefix): Likewise.
6825 (target_supports_scheduler_locking): Likewise.
6826
2361b0fb
TT
68272018-09-13 Tom Tromey <tom@tromey.com>
6828
6829 * Makefile.in (TAGS): Recognize proc_with_prefix and
6830 gdb_caching_proc.
6831
0ae1a321
SM
68322018-09-13 Simon Marchi <simon.marchi@ericsson.com>
6833
6834 * gdb.python/py-progspace.exp: Test the Progspace.objfiles
6835 method.
6836
a40bf0c2
SM
68372018-09-13 Simon Marchi <simon.marchi@ericsson.com>
6838
6839 * gdb.python/py-inferior.exp: Add tests for Inferior.progspace
6840 and a few other Inferior properties when the Inferior is no
6841 longer valid.
6842
4a3fe98f
TT
68432018-09-13 Tom Tromey <tom@tromey.com>
6844
6845 PR rust/23650:
6846 * gdb.rust/simple.exp: Add test for enum field access error.
6847
098b2108
TT
68482018-09-13 Tom Tromey <tom@tromey.com>
6849
6850 PR rust/23626:
6851 * gdb.rust/simple.rs (EmptyEnum): New type.
6852 (main): Use it.
6853 * gdb.rust/simple.exp (test_one_slice): Add empty enum test.
6854
1256af7d
SM
68552018-09-13 Simon Marchi <simon.marchi@ericsson.com>
6856
6857 * gdb.python/py-inferior.exp: Test repr() of gdb.Inferior.
6858 * gdb.python/py-objfile.exp: Test repr() of gdb.Objfile.
6859 * gdb.python/py-symtab.exp: Update test printing an objfile.
6860
4aa8e6c2
SM
68612018-09-12 Simon Marchi <simon.marchi@ericsson.com>
6862
6863 * gdb.python/py-inferior.exp: Test using an invalid gdb.Inferior
6864 object.
6865
c221b2f7
AH
68662018-09-12 Alan Hayward <alan.hayward@arm.com>
6867
6868 * lib/gdb.exp (gdb_can_simple_compile): Add proc.
6869 (support_complex_tests): Use gdb_can_simple_compile.
6870 (is_ilp32_target): Likewise.
6871 (is_lp64_target): Likewise.
6872 (is_64_target): Likewise.
6873 (is_amd64_regs_target): Likewise.
6874 (is_aarch32_target): Likewise.
6875 (gdb_int128_helper): Likewise.
6876
6f1107b5
JK
68772018-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
6878
6879 * Makefile.in (check-parallel-racy): Fix dg-extract-results.sh path.
6880
1f5d1570
JG
68812018-09-10 Jerome Guitton <guitton@adacore.com>
6882
6883 * gdb.ada/same_component_name: Add test for case of tagged record
6884 with variable-length fields.
6885
cc330e39
XR
68862018-09-10 Xavier Roirand <roirand@adacore.com>
6887
6888 * gdb.ada/access_to_unbounded_array.exp: New testcase.
6889 * gdb.ada/access_to_unbounded_array/foo.adb: New file.
6890 * gdb.ada/access_to_unbounded_array/pack.adb: New file.
6891 * gdb.ada/access_to_unbounded_array/pack.ads: New file.
6892
b9c50e9a
XR
68932018-09-10 Xavier Roirand <roirand@adacore.com>
6894
6895 * gdb.ada/mi_string_access.exp: New testcase.
6896 * gdb.ada/mi_string_access/bar.adb: New file.
6897 * gdb.ada/mi_string_access/pck.adb: New file.
6898 * gdb.ada/mi_string_access/pck.asd: New file.
6899
2963898f
XR
69002018-09-10 Xavier Roirand <roirand@adacore.com>
6901
6902 * gdb.ada/mi_var_union.exp: New testcase.
6903 * gdb.ada/mi_var_union/bar.adb: New file.
6904 * gdb.ada/mi_var_union/pck.adb: New file.
6905 * gdb.ada/mi_var_union/pck.asd: New file.
6906
1aac008f
TT
69072018-09-08 Tom Tromey <tom@tromey.com>
6908
6909 * gdb.python/py-prettyprint.exp: Use with_test_prefix.
6910
332cf4c9
TT
69112018-09-08 Tom Tromey <tom@tromey.com>
6912
6913 PR python/16047:
6914 * gdb.python/py-prettyprint.py (pp_int_typedef3): New class.
6915 (register_pretty_printers): Register new printer.
6916 * gdb.python/py-prettyprint.exp (run_lang_tests): Add int_type3
6917 test.
6918 * gdb.python/py-prettyprint.c (int_type3): New typedef.
6919 (an_int_type3): New global.
6920
424da6cf
JB
69212018-09-08 Joel Brobecker <brobecker@adacore.com>
6922
6923 * gdb.ada/expr_with_funcall: New testcase.
6924
2a62dfa9
JB
69252018-09-08 Joel Brobecker <brobecker@adacore.com>
6926
6927 * gdb.ada/packed_array_assign: New testcase.
6928
96b6697f
AB
69292018-09-07 Andrew Burgess <andrew.burgess@embecosm.com>
6930
6931 * gdb.base/watchpoint.exp (test_complex_watchpoint): Extend test
6932 names, and add test prefixes to make test names unique.
6933
e4a62c65
TV
69342018-09-05 Tom de Vries <tdevries@suse.de>
6935
6936 * gdb.dwarf2/varval.exp: Add test.
6937
dd083ee2
GB
69382018-09-04 Gary Benson <gbenson@redhat.com>
6939
6940 * gdb.base/batch-exit-status.exp: Use gdb_test_multiple and expect
6941 'eof' before 'wait -i'. Use remote_close and clear_gdb_spawn_id.
6942
aef9346c
TT
69432018-08-31 Tom Tromey <tom@tromey.com>
6944
6945 * gdb.rust/simple.rs: Rename second variable "v".
6946
c67f2e15
AB
69472018-08-30 Andrew Burgess <andrew.burgess@embecosm.com>
6948
6949 * gdb.base/funcargs.c (use_a): New function.
6950 (recurse): Call use_a.
6951
078a0207
KS
69522018-08-29 Keith Seitz <keiths@redhat.com>
6953
6954 * gdb.compile/compile-cplus-anonymous.cc: New file.
6955 * gdb.compile/compile-cplus-anonymous.exp: New file.
6956 * gdb.compile/compile-cplus-array-decay.cc: New file.
6957 * gdb.compile/compile-cplus-array-decay.exp: New file.
6958 * gdb.compile/compile-cplus-inherit.cc: New file.
6959 * gdb.compile/compile-cplus-inherit.exp: New file.
6960 * gdb.compile/compile-cplus-member.cc: New file.
6961 * gdb.compile/compile-cplus-member.exp: New file.
6962 * gdb.compile/compile-cplus-method.cc: New file.
6963 * gdb.compile/compile-cplus-method.exp: New file.
6964 * gdb.compile/compile-cplus-mod.c: "New" file.
6965 * gdb.compile/compile-cplus-namespace.cc: New file.
6966 * gdb.compile/compile-cplus-namespace.exp: New file.
6967 * gdb.compile/compile-cplus-nested.cc: New file.
6968 * gdb.compile/compile-cplus-nested.exp: New file.
6969 * gdb.compile/compile-cplus-print.c: "New" file.
6970 * gdb.compile/compile-cplus-print.exp: "New" file.
6971 * gdb.compile/compile-cplus-virtual.cc: New file.
6972 * gdb.compile/compile-cplus-virtual.exp: New file.
6973 * gdb.compile/compile-cplus.c: "New" file.
6974 * gdb.compile/compile-cplus.exp: "New" file.
6975 * lib/compile-support.exp: New file.
6976
b0f492b9
GB
69772018-08-16 Gary Benson <gbenson@redhat.com>
6978
6979 PR gdb/13000:
6980 * gdb.base/batch-exit-status.exp: New file.
6981 * gdb.base/batch-exit-status.good-commands: Likewise.
6982 * gdb.base/batch-exit-status.bad-commands: Likewise.
6983
36eb4c5f
AH
69842018-08-29 Alan Hayward <alan.hayward@arm.com>
6985
6986 * gdb.base/infcall-nested-structs.c (struct struct01): Remove.
6987 (struct struct02): Likewise.
6988 (struct struct03): Likewise.
6989 (struct struct04): Likewise.
6990 (struct struct_01_01): New struct.
6991 (struct struct_01_02): Likewise.
6992 (struct struct_01_03): Likewise.
6993 (struct struct_01_04): Likewise.
6994 (struct struct_02_01): Likewise.
6995 (struct struct_02_02): Likewise.
6996 (struct struct_02_03): Likewise.
6997 (struct struct_02_04): Likewise.
6998 (struct struct_04_01): Likewise.
6999 (struct struct_04_02): Likewise.
7000 (struct struct_04_03): Likewise.
7001 (struct struct_04_04): Likewise.
7002 (struct struct_05_01): Likewise.
7003 (struct struct_05_02): Likewise.
7004 (struct struct_05_03): Likewise.
7005 (struct struct_05_04): Likewise.
7006 (cmp_struct01): Remove function.
7007 (cmp_struct02): Likewise.
7008 (cmp_struct03): Likewise.
7009 (cmp_struct04): Likewise.
7010 (cmp_struct_01_01): Add Function.
7011 (cmp_struct_01_02): Likewise.
7012 (cmp_struct_01_03): Likewise.
7013 (cmp_struct_01_04): Likewise.
7014 (cmp_struct_02_01): Likewise.
7015 (cmp_struct_02_02): Likewise.
7016 (cmp_struct_02_03): Likewise.
7017 (cmp_struct_02_04): Likewise.
7018 (cmp_struct_04_01): Likewise.
7019 (cmp_struct_04_02): Likewise.
7020 (cmp_struct_04_03): Likewise.
7021 (cmp_struct_04_04): Likewise.
7022 (cmp_struct_05_01): Likewise.
7023 (cmp_struct_05_02): Likewise.
7024 (cmp_struct_05_03): Likewise.
7025 (cmp_struct_05_04): Likewise.
7026 (call_all): Add new structs.
7027 * gdb.base/infcall-nested-structs.exp: Likewise.
7028
3bf9c013
JV
70292018-08-27 Jan Vrany <jan.vrany@fit.cvut.cz>
7030
7031 * gdb.python/py-framefilter-mi.exp: Update regexp to
7032 check for "arch" field in frame output.
7033
450d1e88
KB
70342018-08-23 Kevin Buettner <kevinb@redhat.com>
7035
7036 * gdb.dwarf2/dw2-ranges-func.c: New file.
7037 * gdb.dwarf2/dw2-ranges-func.exp: New file.
7038
ae739fe7
SM
70392018-08-22 Simon Marchi <simon.marchi@polymtl.ca>
7040
7041 * gdb.base/term.exp: Compare terminal settings with values from
7042 the inferior.
7043 * gdb.base/term.c: Get and set terminal settings.
7044
6d52907e
JV
70452018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
7046
7047 * lib/mi-support.exp (mi_expect_stop): Update regexp to
7048 accommodate new "arch" field in frame output.
7049 * gdb.mi/mi-return.exp: Likewise.
7050 * gdb.mi/mi-stack.exp: Likewise.
7051 * gdb.mi/mi-syn-frame.exp: Likewise.
7052 * gdb.mi/user-selected-context-sync.exp: Likewise.
7053
be2d111a
MS
70542018-08-19 Michael Spang <spang@google.com>
7055
7056 PR gdb/11786
7057 * gdb.base/gcore-tls-pie.c: New file.
7058 * gdb.base/gcore-tls-pie.exp: New file.
7059
ae3a7c47
KB
70602018-08-18 Kevin Buettner <kevinb@redhat.com>
7061
7062 * lib/dwarf.exp: Add support for DW_OP_GNU_variable_value.
7d140d1a
KB
7063 * gdb.dwarf2/varval.c: New file.
7064 * gdb.dwarf2/varval.exp: New file.
ae3a7c47 7065
2ecae92e
AH
70662018-08-17 Alan Hayward <alan.hayward@arm.com>
7067
7068 PR gdb/18931
7069 * gdb.arch/aarch64-fp.c (main): Fix asm registers.
7070
c1854f1d
KS
70712018-08-16 Keith Seitz <keiths@redhat.com>
7072
7073 * gdb.compile/compile.exp: Use gdb_test_no_output for "compile code"
7074 tests expected to pass.
7075
26fb3983
JV
70762018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
7077
7078 * gdb.mi/mi-disassemble.exp (test_disassembly_only): Add tests for
7079 -data-disassemble -a.
7080 (test_disassembly_bogus_args): Likewise.
7081
67943c00
AB
70822018-08-14 Andrew Burgess <andrew.burgess@embecosm.com>
7083
7084 * gdb.mi/list-thread-groups-available.exp: Update test regexp.
7085
5ff2bbae
AB
70862018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
7087
7088 * gdb.base/vla-optimized-out.exp: Add new test.
7089
e5bbcd0f
AB
70902018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
7091
7092 * gdb.base/vla-optimized-out-o3.exp: Delete.
7093 * gdb.base/vla-optimized-out-o3-strict.exp: Delete.
7094 * gdb.base/vla-optimized-out.exp: Extend to cover all of the
7095 deleted tests.
7096
9d4a934c
AB
70972018-08-08 Andrew Burgess <andrew.burgess@embecosm.com>
7098
7099 PR gdb/18050:
7100 * gdb.server/extended-remote-restart.c: New file.
7101 * gdb.server/extended-remote-restart.exp: New file.
7102
045cf012
SM
71032018-08-07 Simon Marchi <simon.marchi@polymtl.ca>
7104
7105 * gdb.fortran/nested-funcs.exp: Replace "set index = 42" with
7106 "set variable index = 42".
7107
87d6a7aa
SM
71082018-08-07 Simon Marchi <simon.marchi@ericsson.com>
7109
7110 * boards/index-cache-gdb.exp: New file.
7111 * gdb.dwarf2/index-cache.exp: New file.
7112 * gdb.dwarf2/index-cache.c: New file.
7113 * gdb.base/maint.exp: Check if we are using the index cache.
7114
96d68bd4
RO
71152018-08-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
7116
7117 * Makefile.in (saw_dash_j): Allow for GNU make 4.2+ passing -jN in
7118 MAKEFLAGS.
7119
5a699617
RO
71202018-08-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
7121
7122 * dg-extract-results.sh: Move to toplevel contrib.
7123 * Makefile.in (check-parallel): Reflect dg-extract-results.sh move.
7124 * Makefile.in (check-parallel-racy): Likewise.
7125
5bd18990
AB
71262018-08-06 Andrew Burgess <andrew.burgess@embecosm.com>
7127
7128 * lib/gdb.exp (target_supports_scheduler_locking): New proc.
7129 * gdb.mi/mi-cmd-param-changed.exp: Only run scheduler locking
7130 tests if the target supports scheduler locking.
7131
3fbbcf47
TV
71322018-08-04 Tom de Vries <tdevries@suse.de>
7133
7134 * gdb.python/py-rbreak.exp: Fix rbreak regexp.
7135
3e1d3d8c
TT
71362018-08-02 Tom Tromey <tom@tromey.com>
7137
7138 PR symtab/16842.
7139 * gdb.cp/temargs.exp: Test "info address" of a template
7140 parameter.
7141
5abe0f0c
JV
71422018-07-31 Jan Vrany <jan.vrany@fit.cvut.cz>
7143
7144 * gdb.python/py-mi-var-info-path-expression.c: New file.
7145 * gdb.python/py-mi-var-info-path-expression.py: New file.
7146 * gdb.python/py-mi-var-info-path-expression.exp: New file.
7147
fb66cde8
SDJ
71482018-07-30 Sergio Durigan Junior <sergiodj@redhat.com>
7149
7150 * lib/gdbserver-support.exp (gdbserver_start): Match any kind of
7151 error after "cannot resolve name" string.
7152
c708f4d2
AB
71532018-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
7154
7155 * gdb.trace/tspeed.exp: Only call gdb_load_shlib after gdb has
7156 started.
7157 * lib/gdb.exp (gdb_load_shlib): Call perror if GDB is not running.
7158
37cc0cae
TV
71592018-07-28 Tom de Vries <tdevries@suse.de>
7160
7161 * gdb.base/vla-optimized-out-o3-strict.exp: New file.
7162
63b4ecf7
TV
71632018-07-26 Tom de Vries <tdevries@suse.de>
7164
7165 * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
7166
3c3bb058
AB
71672018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
7168
7169 * gdb.base/maint.exp: Add check that dwarf unwinders control flag
7170 is visible.
7171
9e7f3bbb
TV
71722018-07-26 Tom de Vries <tdevries@suse.de>
7173
7174 PR breakpoints/23366
7175 * gdb.base/catch-follow-exec.c: New test.
7176 * gdb.base/catch-follow-exec.exp: New file.
7177
16f808ec
TV
71782018-07-25 Tom de Vries <tdevries@suse.de>
7179
7180 * gdb.base/vla-optimized-out-o3.exp: New file. Reuse
7181 vla-optimized-out.c.
7182
d7154a8d
JV
71832018-07-25 Jan Vrany <jan.vrany@fit.cvut.cz>
7184
7185 * gdb.mi/mi-breakpoint-location-ena-dis.cc: New file.
7186 * gdb.mi/mi-breakpoint-location-ena-dis.exp: New file.
7187
232a0032
TV
71882018-07-20 Tom de Vries <tdevries@suse.de>
7189
7190 * gdb.base/vla-optimized-out.c: Make noclone attribute conditional on
7191 NOCLONE macro.
7192 * gdb.base/vla-optimized-out.exp: Use additional_flags -DNOCLONE.
7193
fbb1d502
TV
71942018-07-19 Tom de Vries <tdevries@suse.de>
7195
7196 * gdb.mi/list-thread-groups-available.exp (cores_re): Fix quoting in
7197 regular expression.
7198
42dc7699
TV
71992018-07-18 Tom de Vries <tdevries@suse.de>
7200
7201 * gdb.base/vla-optimized-out.c: New test.
7202 * gdb.base/vla-optimized-out.exp: New file.
7203
7f1f7e23
SDJ
72042018-07-13 Sergio Durigan Junior <sergiodj@redhat.com>
7205
7206 * lib/gdbserver-support.exp (gdbserver_start): Expect for the
7207 message "No address associated with hostname" when gdbserver
7208 cannot resolve the hostname.
7209
5759ebb3
PW
72102018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7211
7212 * gdb.threads/pthreads.exp: Test qcs FLAG arguments.
7213 Add some test prefixes to make tests unique.
7214
3606ccab
PW
72152018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7216
7217 * gdb.base/frameapply.c: New file.
7218 * gdb.base/frameapply.exp: New file.
7219
529c08b2
PW
72202018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7221
7222 * gdb.base/skip.exp: Update expected error message.
7223
c7ab0aef
SDJ
72242018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
7225 Jan Kratochvil <jan.kratochvil@redhat.com>
7226 Paul Fertser <fercerpav@gmail.com>
7227 Tsutomu Seki <sekiriki@gmail.com>
7228
7229 * README (Testsuite Parameters): Mention new 'GDB_TEST_SOCKETHOST'
7230 parameter.
7231 * boards/native-extended-gdbserver.exp: Do not set 'sockethost'
7232 by default.
7233 * boards/native-gdbserver.exp: Likewise.
7234 * gdb.server/run-without-local-binary.exp: Improve regexp used
7235 for detecting when a remote debugging connection succeeds.
7236 * gdb.server/server-connect.exp: New file.
7237 * lib/gdbserver-support.exp (gdbserver_default_get_comm_port):
7238 Do not prefix the port number with ":".
7239 (gdbserver_start): New global GDB_TEST_SOCKETHOST. Implement
7240 support for detecting and using it. Add '$debughost_gdbserver'
7241 to the list of arguments used to start gdbserver. Handle case
7242 when gdbserver cannot resolve a network name.
7243
16ff70dd
SDJ
72442018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
7245
7246 PR c++/23373
7247 * gdb.base/ptype-offsets.cc (struct static_member): New
7248 struct.
7249 (main) <stmember>: New variable.
7250 * gdb.base/ptype-offsets.exp: Add test for printing a struct
7251 with a static member in it.
7252
3541979f
AB
72532018-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
7254
7255 * gdb.base/watchpoint-reuse-slot.exp: Test with hardware
7256 watchpoints enabled and disabled.
7257
c8ad9b9a
AB
72582018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
7259
7260 * gdb.base/examine-backward.exp: Still run tests around address
7261 0x0, even if address 0x0 is not readable. Update the pattern for
7262 matching address 0x0 in expected output.
7263
e0e5e971
AB
72642018-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
7265
7266 * gdb.base/share-env-with-gdbserver.c (main): Add call to
7267 malloc/free.
7268
1ea5da02
TV
72692018-07-04 Tom de Vries <tdevries@suse.de>
7270
7271 * gdb.dwarf2/dw2-error.exp: Update expected error message.
7272
471b9d15
MR
72732018-07-02 Maciej W. Rozycki <macro@mips.com>
7274
7275 PR tdep/8282
7276 * gdb.arch/mips-disassembler-options.exp: New test.
7277 * gdb.arch/mips-disassembler-options.s: New test source.
7278
75acb486
PA
72792018-06-29 Pedro Alves <palves@redhat.com>
7280
7281 * gdb.threads/names.exp: Adjust expected "info threads" output.
7282
cd2bb709
PA
72832018-06-29 Pedro Alves <palves@redhat.com>
7284
7285 * gdb.opt/inline-break.exp (line number, address): Add "info
7286 break" tests.
7287
991ff292
PA
72882018-06-29 Pedro Alves <palves@redhat.com>
7289
7290 * gdb.opt/inline-break.c (func1): Add "break here" marker.
7291 * gdb.opt/inline-break.exp: Test setting breakpoints by line
7292 number and address and running to them.
7293
356819b6 72942018-06-29 Richard Bunt <richard.bunt@arm.com>
49af4b70
RB
7295
7296 * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
7297
2512d7ef
JK
72982018-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
7299
7300 * lib/compiler.c: Remove executable permission flag.
7301
be1b6474
RB
73022018-06-28 Richard Bunt <richard.bunt@arm.com>
7303
7304 * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
7305 code.
7306 * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
7307
291f9a96
PT
73082018-06-28 Petr Tesarik <ptesarik@suse.cz>
7309
7310 * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
7311
ed6dfe51
PT
73122018-06-28 Petr Tesarik <ptesarik@suse.cz>
7313
7314 * gdb.base/relocate.exp: Test add-symbol-file behavior when the
7315 address argument is omitted.
7316
d4d429d5
PT
73172018-06-28 Petr Tesarik <ptesarik@suse.cz>
7318
7319 * gdb.base/relocate.exp: Add test for "symbol-file -o ".
7320
7ab6656f
OJ
73212018-06-27 Omair Javaid <omair.javaid@linaro.org>
7322
7323 PR gdb/21695
7324 * gdb.base/infoline-reloc-main-from-zero.exp: New test.
7325 * gdb.base/infoline-reloc-main-from-zero.c: New file.
7326
a33ccfc7
TT
73272018-06-26 Tom Tromey <tom@tromey.com>
7328
7329 PR rust/22574:
7330 * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
7331 * gdb.rust/simple.rs (struct SimpleLayout): New.
7332
6d72d289
SM
73332018-06-22 Simon Marchi <simon.marchi@ericsson.com>
7334
7335 * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
7336 "info registers" output.
7337
8363f9d5
RB
73382018-06-21 Richard Bunt <richard.bunt@arm.com>
7339
7340 * gdb.base/watchpoint-hw-attach.c: New test.
7341 * gdb.base/watchpoint-hw-attach.exp: New file.
7342
f00674fe
SM
73432018-06-20 Simon Marchi <simon.marchi@ericsson.com>
7344
7345 * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
7346 through /bin/sh.
7347 * boards/dwarf4-gdb-index.exp: Likewise.
7348 * boards/fission-dwp.exp: Likewise.
7349
1d554008
UW
73502018-06-20 Ulrich Weigand <uweigand@de.ibm.com>
7351
7352 * gdb.base/float128.exp: Add comment and improved fail message
7353 to the failure case of "print large128" test.
7354
d0ac1c44
SM
73552018-06-19 Simon Marchi <simon.marchi@ericsson.com>
7356
7357 * configure.ac: Remove AC_PREREQ.
7358 * configure: Re-generate.
7359
61b04dd0
PA
73602018-06-19 Pedro Alves <palves@redhat.com>
7361
7362 * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
7363 (func_extern_caller): New.
7364 (main): Call func_extern_caller.
7365 * gdb.opt/inline-break.exp: Add tests for inline frame skipping
7366 logic change.
7367
f63b508a
SM
73682018-06-18 Weimin Pan <weimin.pan@oracle.com>
7369
7370 PR gdb/16841
7371 * gdb.cp/typedef-base.cc: New file.
7372 * gdb.cp/typedef-base.exp: New file.
7373
0fe3a558
TV
73742018-06-18 Tom de Vries <tdevries@suse.de>
7375
7376 * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
7377
7010835a
AB
73782018-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
7379 Richard Bunt <Richard.Bunt@arm.com>
7380
7381 * gdb.threads/attach-slow-waitpid.c: New file.
7382 * gdb.threads/attach-slow-waitpid.exp: New file.
7383 * gdb.threads/slow-waitpid.c: New file.
7384
14897d65
PA
73852018-06-14 Pedro Alves <palves@redhat.com>
7386
7387 * gdb.base/fork-running-state.c: Include <errno.h>.
7388 (exit_if_relative_exits): New.
7389 (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
7390 exits.
7391 (fork_parent): If 'exit_if_relative_exits' is true, exit if the
7392 child exits.
7393
5d9a0608
TV
73942018-06-14 Tom de Vries <tdevries@suse.de>
7395
7396 PR cli/22573
7397 * gdb.base/finish-pretty.c: New test.
7398 * gdb.base/finish-pretty.exp: New file.
7399
11ae5818
PA
74002018-06-14 Pedro Alves <palves@redhat.com>
7401
7402 * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
7403 gdb's expected startup output.
7404
1d39de44
PA
74052018-06-14 Pedro Alves <palves@redhat.com>
7406
7407 * lib/selftest-support.exp (selftest_setup): Remove inlined
7408 function handling.
7409
70ee0000
TV
74102018-06-14 Tom de Vries <tdevries@suse.de>
7411
7412 * lib/selftest-support.exp (selftest_setup): Allow function arguments in
7413 matching of breakpoint printing.
7414
11f4b608
TV
74152018-06-13 Tom de Vries <tdevries@suse.de>
7416
7417 PR testsuite/23269
7418 * gdb.base/fork-running-state.c (main): Move setting of alarm ...
7419 (fork_child): ... here, and ...
7420 (fork_parent): ... here.
7421
74222018-06-12 Tom de Vries <tdevries@suse.de>
7423
7424 * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
7425
9516f85a
AB
74262018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
7427 Stephen Roberts <stephen.roberts@arm.com>
7428
7429 * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
7430 rewrite test to describe action performed, rather than possible
7431 failure.
7432
5045b3d7
GB
74332018-06-08 Gary Benson <gbenson@redhat.com>
7434
7435 * gdb.threads/check-libthread-db.exp: New file.
7436 * gdb.threads/check-libthread-db.c: Likewise.
7437
c61b06a1
TT
74382018-06-05 Tom Tromey <tom@tromey.com>
7439
7440 * gdb.base/default.exp: Update expected "show version" output.
7441
eb6af809
TT
74422018-06-05 Tom Tromey <tom@tromey.com>
7443
7444 PR cli/12326:
7445 * gdb.cp/static-print-quit.exp: Update.
7446 * lib/gdb.exp (pagination_prompt): Update.
7447 * gdb.base/page.exp: Use pagination_prompt. Add new tests.
7448 * gdb.python/python.exp: Update.
7449
178d6a63
JB
74502018-06-04 Joel Brobecker <brobecker@adacore.com>
7451
7452 * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
7453
8e817061
JB
74542018-06-01 Joel Brobecker <brobecker@adacore.com>
7455
7456 * gdb.ada/bp_fun_addr: New testcase.
7457
e86ca25f
TT
74582018-06-01 Tom Tromey <tom@tromey.com>
7459
7460 * gdb.xml/tdesc-regs.exp (load_description): Update expected
7461 results.
7462 * gdb.dwarf2/method-ptr.exp: Set language to C++.
7463 * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
7464 * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
7465 * gdb.base/maint.exp (maint_pass_if): Update.
7466
4b2dfa9d
MR
74672018-05-31 Maciej W. Rozycki <macro@mips.com>
7468
7469 * gdb.base/endian.exp: New test.
7470 * gdb.base/endian.c: New test source.
7471
45f25d6c
AB
74722018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
7473
7474 PR gdb/23203
7475 * gdb.base/bt-selected-frame.c: New file.
7476 * gdb.base/bt-selected-frame.exp: New file.
7477 * lib/gdb.exp (get_current_frame_number): New function.
7478
d9f6d7f8
MR
74792018-05-24 Maciej W. Rozycki <macro@mips.com>
7480 Pedro Alves <palves@redhat.com>
7481
7482 * gdb.threads/tls-core.c: Include <stdlib.h>
7483 (thread_proc): Call `abort'.
7484 * gdb.threads/tls-core.exp: Generate a core with core_find too.
7485 (tls_core_test): New procedure, bits factored out from ...
7486 (top level): ... here. Test both native cores and gcore cores.
7487
ff1cf532
TT
74882018-05-23 Tom Tromey <tom@tromey.com>
7489
7490 * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
7491
b98664d3
TT
74922018-05-23 Tom Tromey <tom@tromey.com>
7493
7494 * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
7495 symfile_complaints.
7496 (test_short_complaints): Likewise.
7497 (test_empty_complaints): Likewise.
7498 (test_initial_complaints): Update.
7499
4e9668d0
TT
75002018-05-23 Tom Tromey <tom@tromey.com>
7501
7502 * gdb.gdb/complaints.exp (test_empty_complaints): Update.
7503
43ba33c7
TT
75042018-05-23 Tom Tromey <tom@tromey.com>
7505
7506 * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
7507 (test_short_complaints): Update.
7508
035522c0
PA
75092018-05-22 Pedro Alves <palves@redhat.com>
7510
7511 * gdb.base/remote.exp: Only gdb_start after compiling the
7512 testcase. Issue "disconnect" before testing "set remote" command
7513 defaults. Issue clean_restart before running to main.
7514
cc0be08f
PA
75152018-05-22 Pedro Alves <palves@redhat.com>
7516
7517 * gdb.base/remote.exp: Adjust expected output of "show remote
7518 memory-write-packet-size". Add tests for "set remote
7519 memory-write-packet-size 0" and "set remote
7520 memory-write-packet-size fixed/limit".
7521
b1b60145
PA
75222018-05-22 Pedro Alves <palves@redhat.com>
7523
7524 PR gdb/22973
7525 * gdb.base/utf8-identifiers.c: New file.
7526 * gdb.base/utf8-identifiers.exp: New file.
7527
0ec848ad
PFC
75282018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
7529
7530 * gdb.arch/powerpc-fpscr-gcore.exp: New file.
7531
2c3305f6
PFC
75322018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
7533
7534 * gdb.arch/powerpc-vsx-gcore.exp: New file.
7535
ce1e8424
TT
75362018-05-18 Tom Tromey <tom@tromey.com>
7537
7538 * gdb.base/ptype-offsets.exp: Update.
7539
ddfe970e
KS
75402018-05-17 Keith Seitz <keiths@redhat.com>
7541
7542 * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
7543 in expected breakpoint stop locations.
7544 * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
7545 move to proper scope to test variable values.
7546 * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
7547 (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
7548 New functions.
7549 (main): Call not_inline_func3.
7550 * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
7551 inline_func1, inline_func2, and inline_func3. Test that when each
7552 breakpoint is hit, GDB properly reports both the stop location
7553 and the backtrace. Repeat tests for temporary breakpoints.
7554
0726fcc6
MR
75552018-05-15 Maciej W. Rozycki <macro@mips.com>
7556
7557 * gdb.server/server-kill.exp: Verify whether `server_pid' exists
7558 rather then trying to access it in determining whether the PID
7559 of `gdbserver' could have been retrieved.
7560
8ee22052
AB
75612018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
7562
7563 * gdb.arch/amd64-init-x87-values.S: New file.
7564 * gdb.arch/amd64-init-x87-values.exp: New file.
7565
7785df48
JK
75662018-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
7567
7568 * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
7569
56bcdbea
TT
75702018-05-04 Tom Tromey <tom@tromey.com>
7571
7572 PR python/22730:
7573 * gdb.python/python.exp: Test multi-line execute.
7574
a913fffb
TT
75752018-05-04 Tom Tromey <tom@tromey.com>
7576
7577 PR python/22731:
7578 * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
7579
7a2c85f2
TT
75802018-05-04 Tom Tromey <tom@tromey.com>
7581
7582 PR gdb/11750:
7583 * gdb.base/define.exp: Test defining a user command inside a user
7584 command.
7585 * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
7586
a3b60e45
JK
75872018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
7588 Pedro Alves <palves@redhat.com>
7589
7590 PR breakpoints/19806 and support for PR external/20207.
7591 * gdb.base/watchpoint-unaligned.c: New file.
7592 * gdb.base/watchpoint-unaligned.exp: New file.
7593
45fe4a03
AB
75942018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
7595
7596 * gdb.base/maint.exp: Make test names unique, use
7597 test_prefix_command_help to test 'help maint info', and remove
7598 repeated test of 'help maint'.
7599
9be2ae8f
TT
76002018-05-04 Tom Tromey <tom@tromey.com>
7601
7602 PR gdb/22619:
7603 * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
7604 behavior.
7605
11859c31
AB
76062018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
7607
7608 * gdb.base/maint.exp: Process output from 'maint print registers'
7609 line at a time.
7610
089a9490
AB
76112018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
7612
7613 * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
7614 timeout.
7615
9b0797e2
AB
76162018-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
7617
7618 * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
7619 filter pattern.
7620
f6ac5f3d
PA
76212018-05-02 Pedro Alves <palves@redhat.com>
7622
7623 * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
7624 to_log_command renames.
7625 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
7626
77d3c63b
TT
76272018-05-02 Tom Tromey <tom@tromey.com>
7628
7629 * gdb.python/py-parameter.exp: Set test message.
7630
0489430a
TT
76312018-05-02 Tom Tromey <tom@tromey.com>
7632
7633 PR python/20084:
7634 * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
7635 PARAM_ZUINTEGER_UNLIMITED tests.
7636
1632f8ba
DR
76372018-04-28 Dan Robertson <danlrobertson89@gmail.com>
7638
7639 PR rust/23124
7640 * gdb.rust/expr.exp: Test that the unit type is correctly parsed
7641 when casting.
7642
6d7bb824
TT
76432018-04-30 Tom Tromey <tom@tromey.com>
7644
7645 * gdb.python/py-type.exp: Check align attribute.
7646 * gdb.python/py-type.c: New "aligncheck" global.
7647
007e1530
TT
76482018-04-30 Tom Tromey <tom@tromey.com>
7649
7650 PR exp/17095:
7651 * gdb.dwarf2/dw2-align.exp: New file.
7652 * gdb.cp/align.exp: New file.
7653 * gdb.base/align.exp: New file.
7654 * lib/gdb.exp (gdb_int128_helper): New proc.
7655 (has_int128_c, has_int128_cxx): New caching procs.
7656
6873858b
TT
76572018-04-27 Tom Tromey <tom@tromey.com>
7658
7659 PR rust/22545:
7660 * gdb.rust/simple.exp: Add inclusive range tests.
7661
79188d8d
PA
76622018-04-26 Pedro Alves <palves@redhat.com>
7663
7664 * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
7665 ifunc breakpoint locations correctly of ifunc breakpoints set
7666 while the program resolves the ifunc.
7667
c7075ad5
PA
76682018-04-26 Pedro Alves <palves@redhat.com>
7669
7670 * gdb.base/gnu-ifunc-final.c: New file.
7671 * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
7672 * gdb.base/gnu-ifunc.exp (executable): Delete.
7673 (staticexecutable): Adjust.
7674 (lib_opts, exec_opts): Delete.
7675 (make_binsuffix, build, set-break): New procedures.
7676 (misc_tests): New, with tests factored out from the top level.
7677 (top level): Test different combinations of ifunc resolver name,
7678 resolver with and with debug info, and ifunc target with and
7679 without debug info. Wrap static tests with with_target_prefix.
7680
8388016d
PA
76812018-04-26 Pedro Alves <palves@redhat.com>
7682
7683 * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
7684 return type" warnings.
7685
249b5733
PA
76862018-04-25 Pedro Alves <palves@redhat.com>
7687
7688 * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
7689 killed".
7690 * gdb.base/kill-after-signal.exp: Likewise.
7691 * gdb.threads/kill.exp: Likewise.
7692
f67c0c91
SDJ
76932018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
7694 Sergio Durigan Junior <sergiodj@redhat.com>
7695 Pedro Alves <palves@redhat.com>
7696
7697 * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
7698 regexps to expect for '[Inferior ... detached]' as well.
7699 * gdb.base/attach.exp: Likewise.
7700 * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
7701 "gdb_continue_to_end".
7702 (test_catch_syscall_with_wrong_args): Likewise.
7703 * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
7704 ']'. Don't set 'verbose' on.
7705 * gdb.base/foll-vfork.exp: Likewise.
7706 * gdb.base/fork-print-inferior-events.c: New file.
7707 * gdb.base/fork-print-inferior-events.exp: New file.
7708 * gdb.base/hook-stop.exp: Adjust regexps to expect for new
7709 '[Inferior ... has been killed]' message.
7710 * gdb.base/kill-after-signal.exp: Likewise.
7711 * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
7712 detach message.
7713 * gdb.threads/kill.exp: Adjust regexps to expect for new kill
7714 message.
7715 * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
7716 regexps to expect for '[Inferior ... detached]' as well.
7717 * gdb.threads/process-dies-while-detaching.exp: Likewise.
7718
0a8ddac4
SM
77192018-04-24 Simon Marchi <simon.marchi@ericsson.com>
7720
7721 PR gdb/23104
7722 * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
7723
701adfb0
PA
77242018-04-22 Rajendra SY <rajendra.sy@gmail.com>
7725
7726 PR gdb/23095
7727 * gdb.base/break-probes.exp: Pass shlib_load to
7728 prepare_for_testing. Set normal_bp to r_debug_state if target is
7729 bsd.
7730
d27d16bf
RB
77312018-04-19 Richard Bunt <richard.bunt@arm.com>
7732
7733 * gdb.threads/multiple-successive-infcall.c: New test.
7734 * gdb.threads/multiple-successive-infcall.exp: New file.
7735
a037790e
TT
77362018-04-17 Tom Tromey <tom@tromey.com>
7737
7738 * gdb.rust/simple.rs (Union): New type.
7739 (main): New local "u".
7740 * gdb.rust/simple.exp (test_one_slice): Add new test case.
7741
e3a91079
AA
77422018-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
7743
7744 * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
7745 number information in output of "whereis" command.
7746 * gdb.base/info-fun.exp: Likewise, for "info fun" command.
7747
b744723f
AA
77482018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
7749
7750 * gdb.ada/info_types.exp: Adjust expected output to the line
7751 numbers now printed by "info var/func/type".
7752 * gdb.base/completion.exp: Likewise.
7753 * gdb.base/included.exp: Likewise.
7754 * gdb.cp/cp-relocate.exp: Likewise.
7755 * gdb.cp/cplusfuncs.exp: Likewise.
7756 * gdb.cp/namespace.exp: Likewise.
7757 * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
7758
4a4495d6
MM
77592018-04-13 Markus Metzger <markus.t.metzger@intel.com>
7760
7761 * gdb.btrace/cpu.exp: New.
7762
1d509aa6
MM
77632018-04-13 Markus Metzger <markus.t.metzger@intel.com>
7764
7765 * gdb.base/step-indirect-call-thunk.exp: New.
7766 * gdb.base/step-indirect-call-thunk.c: New.
7767 * gdb.reverse/step-indirect-call-thunk.exp: New.
7768 * gdb.reverse/step-indirect-call-thunk.c: New.
7769
6295b6da
SM
77702018-04-11 Simon Marchi <simon.marchi@ericsson.com>
7771
7772 * gdb.base/pie-fork.c: New file.
7773 * gdb.base/pie-fork.exp: New file.
7774
50146e70
TT
77752018-04-11 Tom Tromey <tom@tromey.com>
7776
7777 * gdb.rust/simple.exp: Add test for ".." struct initializer.
7778
f50d8a2e
PA
77792018-04-10 Pedro Alves <palves@redhat.com>
7780
7781 * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
7782 exits. Instead loop running forever.
7783 (fork_parent): Run forever too.
7784
a0be7a36
SM
77852018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
7786
7787 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
7788 mi_continue_to_line.
7789 * gdb.mi/mi-stack.c (callee4): Add comment.
7790
9b73db36
SM
77912018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
7792
7793 * gdb.mi/mi-stack.exp: Fix indentation.
7794
c912f608
SM
77952018-04-07 Simon Marchi <simon.marchi@ericsson.com>
7796
7797 PR gdb/22979
7798 * gdb.arch/amd64-osabi.exp: New file.
7799
26540402
SM
78002018-04-07 Simon Marchi <simon.marchi@ericsson.com>
7801
7802 PR gdb/22980
7803 * gdb.base/osabi.exp: New file.
7804
121ad66c 78052018-04-02 Weimin Pan <weimin.pan@oracle.com>
79f18731
WP
7806
7807 * gdb.cp/static-typedef-print.exp: New file.
7808 * gdb.cp/static-typedef-print.cc: New file.
7809
3fcded8f
JB
78102018-03-27 Joel Brobecker <brobecker@adacore.com>
7811
7812 * gdb.ada/varsize_limit: New testcase.
7813
59cc4834
JB
78142018-03-27 Joel Brobecker <brobecker@adacore.com>
7815
7816 * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
7817
7818 * gdb.ada/notcplusplus: New testcase.
7819
7820 * gdb.base/c-linkage-name.c: New file.
7821 * gdb.base/c-linkage-name.exp: New testcase.
7822
4ca59a9f
TT
78232018-03-26 Tom Tromey <tom@tromey.com>
7824
7825 * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
7826 * gdb.python/py-framefilter.py (name_error): New global.
7827 (ErrorInName.function): Use name_error.
7828
978d6c75
TT
78292018-03-26 Tom Tromey <tom@tromey.com>
7830
7831 PR backtrace/15582:
7832 * gdb.python/py-framefilter.exp: Add "bt hide" test.
7833
b7fee5a3
KS
78342018-03-23 Keith Seitz <keiths@redhat.com>
7835
7836 PR c++/22968
7837 * gdb.cp/subtypes.exp: New file.
7838 * gdb.cp/subtypes.h: New file.
7839 * gdb.cp/subtypes.cc: New file.
7840 * gdb.cp/subtypes-2.cc: New file.
7841
376be529
AB
78422018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
7843
7844 * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
7845 (done): Call '_exit' not 'exit' to avoid atexit handlers.
7846 * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
7847 -nostartfiles when compiling the test. Confirm that all registers
7848 xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
7849
066cfa98
AB
78502018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
7851
7852 * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
7853 option, syntax was wrong anyway.
7854 * gdb.arch/arm-disp-step.exp: Likewise.
7855 * gdb.arch/sparc64-regs.exp: Likewise.
7856 * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
7857 option, syntax was wrong anyway, switch to use
7858 prepare_for_testing.
7859 * gdb.arch/i386-disp-step.exp: Likewise.
7860
079670b9
AA
78612018-03-23 Andreas Arnez <arnez@linux.vnet.ibm.com>
7862
7863 * gdb.ada/exec_changed.exp: Replace "target_info exists
7864 use_gdb_stub" by "use_gdb_stub".
7865 * gdb.ada/start.exp: Likewise.
7866 * gdb.base/async-shell.exp: Likewise.
7867 * gdb.base/attach-pie-misread.exp: Likewise.
7868 * gdb.base/attach-wait-input.exp: Likewise.
7869 * gdb.base/break-entry.exp: Likewise.
7870 * gdb.base/break-interp.exp: Likewise.
7871 * gdb.base/dprintf-detach.exp: Likewise.
7872 * gdb.base/nostdlib.exp: Likewise.
7873 * gdb.base/solib-nodir.exp: Likewise.
7874 * gdb.base/statistics.exp: Likewise.
7875 * gdb.base/testenv.exp: Likewise.
7876 * gdb.mi/mi-exec-run.exp: Likewise.
7877 * gdb.mi/mi-start.exp: Likewise.
7878 * gdb.multi/dummy-frame-restore.exp: Likewise.
7879 * gdb.multi/multi-arch-exec.exp: Likewise.
7880 * gdb.multi/multi-arch.exp: Likewise.
7881 * gdb.multi/tids.exp: Likewise.
7882 * gdb.multi/watchpoint-multi.exp: Likewise.
7883 * gdb.python/py-events.exp: Likewise.
7884 * gdb.threads/attach-into-signal.exp: Likewise.
7885 * gdb.threads/attach-stopped.exp: Likewise.
7886 * gdb.threads/threadapply.exp: Likewise.
7887 * lib/selftest-support.exp: Likewise.
7888
26d6cec4
AA
78892018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
7890
7891 * gdb.base/info-proc.exp: Add test for "info proc cmdline".
7892
4ee89e90
SR
78932018-03-20 Stephen Roberts <stephen.roberts@arm.com>
7894
7895 * gdb.perf/template-breakpoints.cc: New file.
7896 * gdb.perf/template-breakpoints.exp: New file.
7897 * gdb.perf/template-breakpoints.py: New file.
7898
92630041
TT
78992018-03-19 Tom Tromey <tom@tromey.com>
7900
7901 * gdb.rust/simple.rs (main): Add local variables field1, field2,
7902 y0.
7903 * gdb.rust/simple.exp: Test bare identifier form of struct
7904 initializer.
7905
76727919
TT
79062018-03-19 Tom Tromey <tom@tromey.com>
7907
7908 * gdb.gdb/observer.exp: Remove.
7909
194ed413
AA
79102018-03-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
7911
7912 * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
7913 "qualified" option when setting breakpoints.
7914 * gdb.trace/backtrace.exp: Likewise.
7915 * gdb.trace/circ.exp: Likewise.
7916 * gdb.trace/collection.exp: Likewise.
7917 * gdb.trace/disconnected-tracing.exp: Likewise.
7918 * gdb.trace/ftrace-lock.exp: Likewise.
7919 * gdb.trace/ftrace.exp: Likewise.
7920 * gdb.trace/infotrace.exp: Likewise.
7921 * gdb.trace/packetlen.exp: Likewise.
7922 * gdb.trace/passc-dyn.exp: Likewise.
7923 * gdb.trace/qtro.exp: Likewise.
7924 * gdb.trace/read-memory.exp: Likewise.
7925 * gdb.trace/report.exp: Likewise.
7926 * gdb.trace/signal.exp: Likewise.
7927 * gdb.trace/status-stop.exp: Likewise.
7928 * gdb.trace/strace.exp: Likewise.
7929 * gdb.trace/tfind.exp: Likewise.
7930 * gdb.trace/trace-break.exp: Likewise.
7931 * gdb.trace/trace-condition.exp: Likewise.
7932 * gdb.trace/trace-mt.exp: Likewise.
7933 * gdb.trace/tstatus.exp: Likewise.
7934 * gdb.trace/tsv.exp: Likewise.
7935 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
7936 * gdb.trace/unavailable.exp: Likewise.
7937 * gdb.trace/while-dyn.exp: Likewise.
7938
8b067d2c
AA
79392018-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
7940
7941 * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
7942 that libinproctrace is copied to the target.
7943
3ae9ce5d
TT
79442018-03-14 Tom Tromey <tom@tromey.com>
7945
7946 PR cli/14977:
7947 * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
7948 a null pointer.
7949 * gdb.base/wchar.exp: Likewise.
7950
b8c2339b
TT
79512018-03-14 Tom Tromey <tom@tromey.com>
7952
7953 PR cli/19918:
7954 * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
7955 flag.
7956
4872dc46
SM
79572018-03-08 Simon Marchi <simon.marchi@ericsson.com>
7958
7959 PR gdb/22841
7960 * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
7961 "target" to remote_exec.
7962
e4fe3756
SM
79632018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
7964
7965 PR gdb/22841
7966 * boards/gdbserver-base.exp (${board}_file, ${board}_download,
7967 ${board}_upload): Remove.
7968
e95a97d4
AA
79692018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
7970
7971 * gdb.cp/watch-cp.cc: New test.
7972 * gdb.cp/watch-cp.exp: New file.
7973
dbbb1059
AB
79742018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
7975
7976 * gdb.base/infcall-nested-structs.exp: New file.
7977 * gdb.base/infcall-nested-structs.c: New file.
7978 * gdb.base/float.exp: Add riscv support.
7979
ecc054c0
TP
79802018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
7981
7982 * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
7983 * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
7984
25e3c82c
SDJ
79852018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
7986
7987 * gdb.server/abspath.exp: New file.
7988 * lib/gdb.exp (with_cwd): New procedure.
7989
3083294d
SM
79902018-02-28 Simon Marchi <simon.marchi@ericsson.com>
7991
7992 * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
7993 use it.
7994 (gdb_is_target_remote_prompt): New proc.
7995 (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
7996 (gdb_is_target_native): Pass prompt parameter to
7997 gdb_is_target_1.
7998
3275ef47
SM
79992018-02-26 Simon Marchi <simon.marchi@polymtl.ca>
8000
8001 * gdb.base/load-command.c: New file.
8002 * gdb.base/load-command.exp: New file.
8003 * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
8004 (gdb_is_target_1): ...this, and generalize for other targets
8005 than just remote.
8006 (gdb_is_target_remote): Use gdb_is_target_1.
8007 (gdb_is_target_native): use gdb_is_target_1.
8008
6893c19a
TT
80092018-02-26 Tom Tromey <tom@tromey.com>
8010
8011 PR python/16497:
8012 * gdb.python/py-framefilter.exp: Update test.
8013
2ddeaf8a
TT
80142018-02-26 Tom Tromey <tom@tromey.com>
8015
8016 * gdb.dwarf2/variant.c: New file.
8017 * gdb.dwarf2/variant.exp: New file.
8018
c9317f21
TT
80192018-02-26 Tom Tromey <tom@tromey.com>
8020
8021 * gdb.rust/simple.exp: Accept more possible results in enum test.
8022
6f6d0c26
SM
80232018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
8024
8025 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
8026 parentheses.
8027
11b03145
MR
80282018-02-23 Maciej W. Rozycki <macro@mips.com>
8029
8030 * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
8031 name of a variable: $actual_linejj -> $actual_line.
8032
54a27fe5
JB
80332018-02-21 John Baldwin <jhb@FreeBSD.org>
8034
8035 * gdb.arch/amd64-i386-address.exp: Fix a typo.
8036
de65820c
MM
80372018-02-20 Markus Metzger <markus.t.metzger@intel.com>
8038
8039 * gdb.btrace/buffer-size.exp: Do not force BTS.
8040
980548fd
PA
80412018-02-14 Pedro Alves <palves@redhat.com>
8042
8043 * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
8044 getting a "Quit".
8045
c4e12631
MM
80462018-02-09 Markus Metzger <markus.t.metzger@intel.com>
8047
8048 * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
8049 Fix test name.
8050
c2e0e465
SM
80512018-02-07 Simon Marchi <simon.marchi@ericsson.com>
8052
8053 * gdb.cp/m-static.exp: Check type of optimized out static
8054 member.
8055
f7216783
AB
80562018-02-03 Andrew Burgess <andrew.burgess@embecosm.com>
8057
8058 * config/sid.exp (gdb_target_sid): Remove use of cleanup.
8059 * config/sim.exp (gdb_target_sim): Remove use of cleanup.
8060
0625771b
LS
80612018-02-01 Simon Marchi <simon.marchi@polymtl.ca>
8062 Leszek Swirski <leszeks@google.com>
8063
8064 * gdb.python/py-prettyprint.c
8065 (struct to_string_returns_value_inner,
8066 struct to_string_returns_value_wrapper): New.
8067 (main): Add tsrvw variable.
8068 * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
8069 ToStringReturnsValueWrapper): New classes.
8070 (register_pretty_printers): Register new pretty-printers.
8071 * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
8072 recursive pretty printer.
8073 * gdb.python/py-mi.exp: Likewise.
8074
59498c30
LS
80752018-02-01 Leszek Swirski <leszeks@google.com>
8076
8077 * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
8078 functions with the same name as an include file are parsed
8079 correctly.
8080
d4d38844
YQ
80812018-02-01 Yao Qi <yao.qi@linaro.org>
8082
8083 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
8084 "\[^\r\n\]*".
8085
07e5f5cf
NP
80862018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
8087
8088 * gdb.arch/powerpc-prologue-frame.s: New file.
8089 * gdb.arch/powerpc-prologue-frame.c: Likewise.
8090 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
8091
929b5ad4
JB
80922018-01-31 Joel Brobecker <brobecker@adacore.com>
8093
8094 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
8095
e671cd59
PA
80962018-01-30 Pedro Alves <palves@redhat.com>
8097
8098 PR gdb/13211
8099 * gdb.base/interrupt-daemon.c: New.
8100 * gdb.base/interrupt-daemon.exp: New.
8101 * gdb.multi/multi-term-settings.c: New.
8102 * gdb.multi/multi-term-settings.exp: New.
8103
fc413dc4
JB
81042018-01-30 Joel Brobecker <brobecker@adacore.com>
8105
8106 * gdb.base/break.exp: Save the location where the breakpoint
8107 on break.c:47 was actually inserted when debugging the version
8108 compiled at -O2 and use it in the expected output of the "info
8109 break" test performed soon after.
8110
5c319bb2
PA
81112018-01-22 Pedro Alves <palves@redhat.com>
8112 Sergio Durigan Junior <sergiodj@redhat.com>
8113
8114 * gdb.base/whatis.exp: Add tests for 'set print object on' +
8115 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
8116
a9e40818
JB
81172018-01-22 Joel Brobecker <brobecker@adacore.com>
8118
8119 * gdb.base/break-include.c, gdb.base/break-include.inc,
8120 gdb.base/break-include.exp: New files.
8121 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
8122 line number now being the actual line number where the breakpoint
8123 was inserted.
8124 * gdb.mi/mi-break.exp: Likewise.
8125 * gdb.mi/mi-reverse.exp: Likewise.
8126 * gdb.mi/mi-simplerun.exp: Ditto.
8127
e707fc44
AB
81282018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
8129
8130 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
8131 varobj.
8132 * gdb.mi/mi-var-create-rtti.exp: Likewise.
8133
ae451627
AB
81342018-01-21 Don Breazeal <donb@codesourcery.com>
8135 Andrew Burgess <andrew.burgess@embecosm.com>
8136
8137 * gdb.mi/basics.c: Add new global.
8138 * gdb.mi/mi-frame-regs.exp: New file.
8139 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
8140 case.
8141
b1b189e0
AB
81422018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
8143
8144 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
8145 non-parameter, and on an unknown symbol.
8146
fcfcc376
TT
81472018-01-19 Tom Tromey <tom@tromey.com>
8148
8149 * gdb.rust/modules.rs (TWENTY_THREE): New global.
8150 * gdb.rust/modules.exp: Add ::-qualified lookup test.
8151
634c1c31
AA
81522018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
8153
8154 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
8155 setrlimit and chdir to int.
8156
d6ad07fd
AA
81572018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
8158
8159 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
8160 function.
8161 (my_tend): Likewise.
8162 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
8163 rationale of avoiding FP- and vector instructions.
8164
adf8243b
RK
81652018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
8166
8167 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
8168 "info reg" with "\[ \t\]*".
8169 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
8170 "\[ \t\]+".
8171 * gdb.arch/s390-multiarch.exp: Ditto.
8172 * gdb.base/pc-fp.exp: Ditto.
8173 * gdb.reverse/i386-precsave.exp: Ditto.
8174 * gdb.reverse/i386-reverse.exp: Ditto.
8175 * gdb.reverse/i387-env-reverse.exp: Ditto.
8176 * gdb.reverse/i387-stack-reverse.exp: Ditto.
8177
dcc06925
AA
81782018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
8179
8180 * lib/gdb.exp (gdb_compile): Re-enable use of
8181 universal_compile_options for languages other than Rust.
8182
25d4fd80
AA
81832018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
8184
8185 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
8186
ee7f689e 81872018-01-17 Mike Gulick <mgulick@mathworks.com>
41667530
MG
8188
8189 PR gdb/16577
8190 * gdb.base/solib-vanish.exp: New.
8191 * gdb.base/solib-vanish-main.c: New.
8192 * gdb.base/solib-vanish-lib1.c: New.
8193 * gdb.base/solib-vanish-lib2.c: New.
8194
d8447b6b
YQ
81952018-01-17 Yao Qi <yao.qi@linaro.org>
8196
8197 * gdb.compile/compile.exp: Match the address printed for
8198 frame in the output of command "bt".
8199
86d6a90c
TT
82002018-01-15 Tom Tromey <tom@tromey.com>
8201
8202 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
8203 compute sp_reg.
8204
cbcdb1aa
AB
82052018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
8206
8207 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
8208 to prepare.
8209 (prepare): Return 0 on error, 1 on success.
8210
eea61984
PA
82112018-01-12 Pedro Alves <palves@redhat.com>
8212
8213 * gdb.base/continue-after-aborted-step-over.c: New.
8214 * gdb.base/continue-after-aborted-step-over.exp: New.
8215
6181e9c2
SM
82162018-01-11 Simon Marchi <simon.marchi@ericsson.com>
8217
8218 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
8219 options when not creating an executable.
8220
3cada740
PA
82212018-01-11 Pedro Alves <palves@redhat.com>
8222
8223 PR remote/22597
8224 * gdb.server/stop-reply-no-thread.c: New file.
8225 * gdb.server/stop-reply-no-thread.exp: New file.
8226
c63d3e8d
PA
82272018-01-10 Pedro Alves <palves@redhat.com>
8228
8229 PR gdb/22670
8230 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
8231 functions too. Test setting breakpoints and printing C functions
8232 with no debug info too.
8233 * gdb.ada/bp_c_mixed_case/qux.c: New file.
8234
d4c2a405
PA
82352018-01-10 Pedro Alves <palves@redhat.com>
8236
8237 PR gdb/22670
8238 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
8239 a fail.
8240
8825213e
PA
82412018-01-10 Pedro Alves <palves@redhat.com>
8242
8243 PR gdb/22670
8244 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
8245
605fd3c6
YQ
82462018-01-08 Simon Marchi <simon.marchi@ericsson.com>
8247
8248 * gdb.server/unittest.exp: Match the output in non-development
8249 mode.
8250
1e5ded6c
YQ
82512018-01-08 Simon Marchi <simon.marchi@ericsson.com>
8252
8253 * gdb.gdb/unittest.exp: Match output in non-development mode.
8254
30066b0b
JB
82552018-01-08 Joel Brobecker <brobecker@adacore.com>
8256
8257 * gdb.ada/access_tagged_param.exp: Relax expected output
8258 for value of "ObjL" in "continue" to pck.inspect breakpoint
8259 test.
8260
04bafb1e
XR
82612018-01-08 Joel Brobecker <brobecker@adacore.com>
8262
9f86398b
JB
8263 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
8264 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
04bafb1e 8265
e379cee6
PA
82662018-01-05 Pedro Alves <palves@redhat.com>
8267
8268 PR gdb/18653
8269 * gdb.base/libsegfault.exp: New.
8270
de63c46b
PA
82712018-01-05 Joel Brobecker <brobecker@adacore.com>
8272
8273 PR gdb/22670
8274 * gdb.ada/access_tagged_param.exp: New file.
8275 * gdb.ada/access_tagged_param/foo.adb: New file.
8276
f98fc17b
PA
82772018-01-05 Pedro Alves <palves@redhat.com>
8278
8279 PR gdb/22670
8280 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
8281 exercise lower case too, and to exercise both full matching and
8282 wild matching.
8283
342f8240
JB
82842018-01-05 Joel Brobecker <brobecker@adacore.com>
8285
8286 * gdb.ada/rename_subscript_param: New testcase.
8287
7150d33c
JG
82882018-01-05 Jerome Guitton <guitton@adacore.com>
8289
8290 * gdb.ada/arr_acc_idx_w_gap: New testcase.
8291
cc0e770c
JB
82922018-01-05 Joel Brobecker <brobecker@adacore.com>
8293
8294 * gdb.ada/convvar_comp: New testcase.
8295
672a41aa 82962018-01-05 Xavier Roirand <roirand@adacore.com>
e3861a03
XR
8297
8298 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
8299 (My_Table): New global variable.
8300 * testsuite/gdb.ada/array_char_idx.exp: Add test.
8301
7365ec2f
JB
83022018-01-04 Joel Brobecker <brobecker@adacore.com>
8303
8304 PR gdb/22670
8305 * gdb.ada/maint_with_ada: New testcase.
8306
289483b6
JB
83072018-01-04 Joel Brobecker <brobecker@adacore.com>
8308
8309 PR gdb/22670
8310 * gdb.ada/bp_c_mixed_case: New testcase.
8311
344420da
JB
83122018-01-04 Joel Brobecker <brobecker@adacore.com>
8313
8314 PR gdb/22670
8315 * gdb.ada/complete.exp: Add "complete break ada" test.
8316
66fc87a0
JB
83172018-01-04 Joel Brobecker <brobecker@adacore.com>
8318
8319 PR gdb/22670
8320 * gdb.ada/info_addr_mixed_case: New testcase.
8321
9f757bf7
XR
83222018-01-03 Xavier Roirand <roirand@adacore.com>
8323
8324 * gdb.ada/excep_handle.exp: New testcase.
8325 * gdb.ada/excep_handle/foo.adb: New file.
8326 * gdb.ada/excep_handle/pck.ads: New file.
8327
bd570f80
JB
83282018-01-03 Joel Brobecker <brobecker@adacore.com>
8329
8330 * gdb.base/step-line.c: Add extra empty line in copyright header.
8331 * gdb.base/step-line.inp: Likewise.
8332
9fe561ab
JB
83332018-01-02 Joel Brobecker <brobecker@adacore.com>
8334
8335 * gdb.ada/dyn_stride.exp: Add slice test.
8336
a405673c
JB
83372018-01-02 Joel Brobecker <brobecker@adacore.com>
8338
8339 * gdb.ada/dyn_stride: New testcase.
8340
cef0f868
SH
83412017-12-27 Stafford Horne <shorne@gmail.com>
8342
8343 * gdb.xml/extra-regs.xml: Add example foo reggroup.
8344 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
8345
b67d92b0
SH
83462017-12-27 Stafford Horne <shorne@gmail.com>
8347
8348 * gdb.base/reggroups.c: New file.
8349 * gdb.base/reggroups.exp: New file.
8350
eccab96d
JB
83512017-12-18 Joel Brobecker <brobecker@adacore.com>
8352
8353 * gdb.dwarf2/ada-valprint-error.c: New file.
8354 * gdb.dwarf2/ada-valprint-error.exp: New file.
8355
0e2da9f0
JB
83562017-12-18 Joel Brobecker <brobecker@adacore.com>
8357
8358 * gdb.ada/assign_arr: New testcase.
8359
cb923fcc
XR
83602017-12-18 Xavier Roirand <roirand@adacore.com>
8361
8362 * gdb.ada/funcall_ptr: New testcase.
8363
7c161838
SDJ
83642017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
8365
8366 PR cli/16224
8367 * gdb.base/ptype-offsets.cc: New file.
8368 * gdb.base/ptype-offsets.exp: New file.
8369
1af17fd9
YQ
83702017-12-15 Yao Qi <yao.qi@linaro.org>
8371
8372 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
8373 if XML is disabled.
8374
828d5846
XR
83752017-12-15 Xavier Roirand <roirand@adacore.com>
8376
8377 * gdb.ada/same_component_name: New testcase.
8378
79e8fcaa
JB
83792017-12-14 Joel Brobecker <brobecker@adacore.com>
8380
8381 * gdb.ada/str_binop_equal: New testcase.
8382
e05fa6f9
JB
83832017-12-14 Joel Brobecker <brobecker@adacore.com>
8384
8385 * gdb.ada/task_switch_in_core: New testcase.
8386
b89641ba
SM
83872017-12-13 Simon Marchi <simon.marchi@ericsson.com>
8388
8389 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
8390 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
8391 call test_bkpt_qualified.
8392 (test_bkpt_qualified): New proc.
8393
6892d2e4
PA
83942017-12-13 Pedro Alves <palves@redhat.com>
8395
8396 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
8397 Tighten regexp by matching with an anchor.
8398
a22ecf70
PA
83992017-12-13 Pedro Alves <palves@redhat.com>
8400
8401 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
8402 ("expression with namespace"): New set of tests.
8403 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
8404 (Nested::Test_NS::qux): New.
8405 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
8406 defaults to 'start_quote_char' and 'end_quote_char' parameters.
8407
9937536c
JB
84082017-12-13 Joel Brobecker <brobecker@adacore.com>
8409
8410 * gdb.base/server-del-break.c: New file.
8411 * gdb.base/server-del-break.exp: New file.
8412
fe49c6f5
SH
84132017-12-12 Stafford Horne <shorne@gmail.com>
8414
8415 * gdb.xml/tdesc-regs.exp: Add or1k support.
8416
c3d18620
SH
84172017-12-12 Stafford Horne <shorne@gmail.com>
8418
8419 * gdb.base/bp-permanent.c: Define nop of or1k.
8420
c5f9cfc8
JB
84212017-12-11 Joel Brobecker <brobecker@adacore.com>
8422
8423 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
8424 output with components being reordered.
8425
a9c135fc
JB
84262017-12-11 Joel Brobecker <brobecker@adacore.com>
8427
8428 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
8429 output with components being reordered.
8430
927aa2e7
JK
84312017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
8432 Pedro Alves <palves@redhat.com>
8433
8434 * gdb.base/maint.exp (check for .gdb_index): Check also for
8435 .debug_names.
8436 * gdb.dlang/watch-loc.c (.debug_aranges): New.
8437 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
8438 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
8439 (.gdb_index used after symbol reloading): Support also .debug_names.
8440 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
8441
f17d9474
YQ
84422017-12-08 Yao Qi <yao.qi@linaro.org>
8443
8444 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
8445 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
8446
a0de8c21
YQ
84472017-12-08 Yao Qi <yao.qi@linaro.org>
8448
8449 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
8450 * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
8451
a738ea1d
YQ
84522017-12-08 Yao Qi <yao.qi@linaro.org>
8453
8454 * gdb.arch/aarch64-tagged-pointer.c: New file.
8455 * gdb.arch/aarch64-tagged-pointer.exp: New file.
8456
1cd9a73b
SDJ
84572017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
8458
8459 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
8460 "int".
8461
fa6eb693
KS
84622017-12-07 Keith Seitz <keiths@redhat.com>
8463
8464 PR breakpoints/22569
8465 * gdb.linespec/ls-errs.exp: Change expected result of "break
8466 -source this file has spaces.c -line 3".
8467 Check that an explicit source file followed by whitespace is
8468 identified as an invalid explicit location.
8469
883fd55a
KS
84702017-12-07 Keith Seitz <keiths@redhat.com>
8471
8472 * gdb.cp/nested-types.cc: New file.
8473 * gdb.cp/nested-types.exp: New file.
8474 * lib/cp-support.exp: Load data-structures.exp library.
8475 (debug_cp_test_ptype_class): New global.
8476 (cp_ptype_class_verbose, next_line): New procedures.
8477 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
8478 Add and document new return value.
8479 Switch the list of lines to a queue.
8480 Add support for new `type' key for nested type definitions.
8481 Add debugging/troubleshooting messages.
8482 * lib/data-structures.exp: New file.
8483
ec72db3e
SM
84842017-12-07 Simon Marchi <simon.marchi@ericsson.com>
8485
8486 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
8487 with proc_with_prefix, don't use with_test_prefix.
8488
99598d71
TT
84892017-12-07 Tom Tromey <tom@tromey.com>
8490
8491 * gdb.base/break.exp: Add test for empty "commands".
8492
a8806230
YQ
84932017-12-07 Yao Qi <yao.qi@linaro.org>
8494
8495 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
8496 malloc and catch syscall.
8497
824cc835
PM
84982017-12-07 Phil Muldoon <pmuldoon@redhat.com>
8499
e79be6e5 8500 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
824cc835
PM
8501 tests for explicit locations.
8502
7cc244de
PA
85032017-12-06 Pedro Alves <palves@redhat.com>
8504
8505 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
8506 force-disabling XML descriptions.
8507
50a1fdd5
PA
85082017-12-04 Pedro Alves <palves@redhat.com>
8509
8510 PR gdb/22499
8511 * gdb.arch/amd64-disp-step-avx.S: New file.
8512 * gdb.arch/amd64-disp-step-avx.exp: New file.
8513
f0fb2488
PA
85142017-12-03 Pedro Alves <palves@redhat.com>
8515
8516 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
8517 and <string.h>.
8518 (parent_function): Print distinct messages when waitpid fails, or
8519 the child exits with a signal, or the child exits for an unhandled
8520 reason.
8521 * gdb.threads/process-dies-while-detaching.exp
8522 (detach_and_expect_exit): New 'inf_output_re' parameter and use
8523 it. Wait for both inferior output and GDB's prompt. Use an
8524 indirect spawn id list.
8525 (do_detach): New parameter 'child_exit'. Use it to compute
8526 expected inferior output.
8527 (test_detach, test_detach_watch, test_detach_killed_outside):
8528 Adjust to pass down the expected child exit kind.
8529
97cbe998
SDJ
85302017-12-01 Joel Brobecker <brobecker@adacore.com>
8531 Sergio Durigan Junior <sergiodj@redhat.com>
8532 Pedro Alves <palves@redhat.com>
8533
8534 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
8535
40fc416f
SDJ
85362017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
8537
8538 * gdb.base/relocate.exp: Add tests to guarantee that arguments
8539 to 'symbol-file' and 'add-symbol-file' can be
8540 position-independent.
8541
1cc75e92
YQ
85422017-12-01 Yao Qi <yao.qi@linaro.org>
8543
8544 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
8545 the URL in copyright header.
8546 * gdb.arch/aarch64-fp.exp: Likewise.
8547 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
8548 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
8549 * gdb.base/expand-psymtabs.exp: Likewise.
8550 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
8551 * gdb.fortran/common-block.exp: Likewise.
8552 * gdb.fortran/common-block.f90: Likewise.
8553 * gdb.fortran/logical.exp: Likewise.
8554 * gdb.fortran/vla-datatypes.f90: Likewise.
8555 * gdb.fortran/vla-sub.f90: Likewise.
8556
875fb7a7
JB
85572017-11-30 Joel Brobecker <brobecker@adacore.com>
8558
8559 * gdb.ada/repeat_dyn: New testcase.
8560
6f14765f
UW
85612017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
8562
8563 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
8564 Update for changed thread numbering.
8565 * gdb.cell/bt.exp: Update for changed GDB output.
8566
f1af7b94
SM
85672017-11-30 Simon Marchi <simon.marchi@ericsson.com>
8568
8569 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
8570 setting isremote by hand.
8571 * boards/dwarf4-gdb-index.exp: Likewise.
8572 * boards/fission.exp: Likewise.
8573 * boards/stabs.exp: Likewise.
8574
e3919f3e
PA
85752017-11-30 Pedro Alves <palves@redhat.com>
8576
8577 * gdb.linespec/cpls-ops.exp
8578 (check_explicit_skips_function_argument): Extract the underlying
8579 type of size_t instead of hardcoding it.
8580
bd69330d
PA
85812017-11-29 Pedro Alves <palves@redhat.com>
8582
8583 PR c++/19436
8584 * gdb.linespec/cpls-abi-tag.cc: New file.
8585 * gdb.linespec/cpls-abi-tag.exp: New file.
8586
a20714ff
PA
85872017-11-29 Pedro Alves <palves@redhat.com>
8588
8589 * gdb.base/langs.exp: Use -qualified.
8590 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
8591 it.
8592 * gdb.cp/namespace.exp: Use -qualified.
8593 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
8594 (overload-3, template-overload, template-ret-type, const-overload)
8595 (const-overload-quoted, anon-ns, ambiguous-prefix): New
8596 procedures.
8597 (test_driver): Call them.
8598 * gdb.cp/save-bp-qualified.cc: New.
8599 * gdb.cp/save-bp-qualified.exp: New.
8600 * gdb.linespec/explicit.exp: Test -qualified.
8601 * lib/completion-support.exp (completion::explicit_opts_list): Add
8602 "-qualified".
8603 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
8604
f6f1d339
PM
86052017-11-29 Phil Muldoon <pmuldoon@redhat.com>
8606
8607 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
8608
02ca603a
TT
86092017-11-29 Tom Tromey <tom@tromey.com>
8610
8611 * gdb.base/relocate.exp: Update invalid argument test.
8612 Add new tests for invalid arguments.
8613
ed6c0bfb
TP
86142017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
8615
8616 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
8617 Return 0 as a long.
8618 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
8619
f106e10e
TP
86202017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
8621
8622 * gdb.cp/breakpoint.cc (bar): Set return type to void.
8623 * gdb.cp/psymtab-parameter.cc (func): Likewise.
8624 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
8625 func ().
8626 * gdb.cp/shadow.cc (B.func): Return 0.
8627
10329bb2
JB
86282017-11-27 Joel Brobecker <brobecker@adacore.com>
8629
8630 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
8631 expected output in gdb_expect call to allow the exception
8632 message to be present as well. Fix syntax confusion to avoid
8633 TCL thinking that exception_name is an array.
8634
617cd4bc
UW
86352017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
8636
8637 * gdb.arch/spu-info.c: Include <unistd.h>.
8638 (do_signal_test): Fix broken calls to write.
8639 * gdb.arch/spu-info.exp: Use prepare_for_testing.
8640 Fix checks for empty mailboxes. Update signal tests for corrected
8641 do_signal_test routine. Allow nonzero event status.
58f7f0bf
UW
8642 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
8643 * gdb.cell/arch.exp: Use standard_output_file.
8644 * gdb.cell/break.exp: Likewise.
8645 * gdb.cell/bt.exp: Likewise.
8646 * gdb.cell/core.exp: Likewise.
8647 * gdb.cell/dwarfaddr.exp: Likewise.
8648 * gdb.cell/ea-cache.exp: Likewise.
8649 * gdb.cell/ea-standalone.exp: Likewise.
8650 * gdb.cell/f-regs.exp: Likewise.
8651 * gdb.cell/fork.exp: Likewise.
8652 * gdb.cell/gcore.exp: Likewise.
8653 * gdb.cell/mem-access.exp: Likewise.
8654 * gdb.cell/ptype.exp: Likewise.
8655 * gdb.cell/registers.exp: Likewise.
8656 * gdb.cell/sizeof.exp: Likewise.
8657 * gdb.cell/solib-symbol.exp: Likewise.
8658 * gdb.cell/solib.exp: Likewise.
617cd4bc 8659
a81aaca0
PA
86602017-11-25 Pedro Alves <palves@redhat.com>
8661
8662 * gdb.base/complete-empty.exp: New file.
8663 * gdb.base/completion.exp: Adjust.
8664
6a3c6ee4
PA
86652017-11-25 Pedro Alves <palves@redhat.com>
8666
8667 * gdb.linespec/cpls-ops.cc: New file.
8668 * gdb.linespec/cpls-ops.exp: New file.
8669 * lib/completion-support.exp (test_complete_prefix_range_re): New,
8670 factored out from ...
8671 (test_complete_prefix_range): ... this.
8672
8955eb2d
PA
86732017-11-24 Pedro Alves <palves@redhat.com>
8674
8675 * gdb.linespec/cpcompletion.exp: New file.
8676 * gdb.linespec/cpls-hyphen.cc: New file.
8677 * gdb.linespec/cpls.cc: New file.
8678 * gdb.linespec/cpls2.cc: New file.
8679 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
8680 test to use test_gdb_complete_unique. Add label completion,
8681 keyword completion and explicit location completion tests.
8682 * lib/completion-support.exp: New file.
8683
e547c119
JB
86842017-11-24 Joel Brobecker <brobecker@adacore.com>
8685
8686 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
8687 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
8688 when hitting an exception catchpoint.
8689
7c3c1aa8
YQ
86902017-11-22 Yao Qi <yao.qi@linaro.org>
8691
8692 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
8693
41bd68f5
SM
86942017-11-22 Simon Marchi <simon.marchi@ericsson.com>
8695
8696 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
8697 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
8698 * gdb.dwarf2/info-locals-optimized-out.c: New file.
8699
1daad298
YQ
87002017-11-22 Yao Qi <yao.qi@linaro.org>
8701
8702 * gdb.base/info-os.exp: Pass pthreads.
8703 * gdb.multi/multi-attach.exp: Likewise.
8704
88465e87
YQ
87052017-11-22 Yao Qi <yao.qi@linaro.org>
8706
8707 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
8708 compiler.
8709
dc196b23
YQ
87102017-11-22 Yao Qi <yao.qi@linaro.org>
8711
8712 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
8713 * gdb.base/break-interp.exp: Likewise.
8714 * gdb.base/jit-attach-pie.exp: Likewise.
8715
2400729e
UW
87162017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
8717
8718 * gdb.base/float128.c (large128): New variable.
8719 * gdb.base/float128.exp: Add test to print largest __float128 value.
8720
7a26362d
UW
87212017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
8722
8723 * gdb.arch/vsx-regs.exp: Update register content checks.
8724
ed0f4273
UW
87252017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
8726
8727 * gdb.arch/ppc-longdouble.exp: New file.
8728 * gdb.arch/ppc-longdouble.c: Likewise.
8729
a25d69c6
PA
87302017-11-21 Pedro Alves <palves@redhat.com>
8731
8732 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
8733
73fcf641
PA
87342017-11-20 Pedro Alves <palves@redhat.com>
8735
8736 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
8737 (long_double_typedef): New typedefs.
8738 Use DEF on double and long double.
8739 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
8740 cases.
8741 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
8742 and 'long_double_ptr_same_size' locals. Use them to decide
8743 whether cast from array/function to float is valid/invalid.
8744
71a3c369
TT
87452017-11-17 Tom Tromey <tom@tromey.com>
8746
8747 * gdb.rust/traits.rs: New file.
8748 * gdb.rust/traits.exp: New file.
8749
ced9779b
JB
87502017-11-17 Joel Brobecker <brobecker@adacore.com>
8751
8752 * gdb.ada/minsyms: New testcase.
8753
a0922d80
PA
87542017-11-16 Pedro Alves <palves@redhat.com>
8755
8756 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
8757 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
8758
ea04e54c
PA
87592017-11-16 Pedro Alves <palves@redhat.com>
8760
8761 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
8762 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
8763
e849ea89
PA
87642017-11-16 Pedro Alves <palves@redhat.com>
8765
8766 * gdb.server/reconnect-ctrl-c.c: New file.
8767 * gdb.server/reconnect-ctrl-c.exp: New file.
8768
d8ae99a7
PM
87692017-11-16 Phil Muldoon <pmuldoon@redhat.com>
8770
8771 * gdb.python/py-rbreak.exp: New file.
8772 * gdb.python/py-rbreak.c: New file.
8773 * gdb.python/py-rbreak-func2.c: New file.
8774
968a13f8
PA
87752017-11-16 Pedro Alves <palves@redhat.com>
8776
8777 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
8778 pattern.
8779 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
8780 GDB.
8781
71774bc9
SM
87822017-11-15 Simon Marchi <simon.marchi@ericsson.com>
8783
8784 * gdb.tui/completionn.exp (test_tab_completion): Add space in
8785 regex.
8786
ddbb44cf
SM
87872017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
8788
8789 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
8790 test names.
8791
584a564f
PA
87922017-11-09 Pedro Alves <palves@redhat.com>
8793
8794 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
8795 factored out from ...
8796 (top level): ... here, and adjusted to avoid expecting beyond the
8797 prompt in a single gdb_test_multiple.
8798
5ed7a928
PA
87992017-11-09 Pedro Alves <palves@redhat.com>
8800
8801 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
8802 output.
8803 * gdb.server/ext-attach.exp ("kill" test): Likewise.
8804 * gdb.server/ext-restart.exp ("kill" test): Likewise.
8805 * gdb.server/ext-run.exp ("kill" test): Likewise.
8806 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
8807
a60e0738
PA
88082017-11-09 Pedro Alves <palves@redhat.com>
8809
8810 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
8811 match till end of line.
8812
2c88253f
PA
88132017-11-09 Pedro Alves <palves@redhat.com>
8814
8815 * gdb.base/memattr.exp: Tighten regexes to match the end line.
8816
c7a38517
PA
88172017-11-09 Pedro Alves <palves@redhat.com>
8818
8819 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
8820 New procedures, factored out from ...
8821 (top level): ... here, and adjusted to avoid expecting beyond the
8822 prompt in one go.
8823
f29f4b6b
PA
88242017-11-09 Pedro Alves <palves@redhat.com>
8825
8826 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
8827 output. Fix '?' match.
8828
286acbb5
JB
88292017-11-08 Joel Brobecker <brobecker@adacore.com>
8830
8831 * gdb.ada/scoped_watch: New testcase.
8832 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
8833 which is actually correct.
8834 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
8835 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
8836
62d7ae92
PA
88372017-11-08 Pedro Alves <palves@redhat.com>
8838
8839 * gdb.gdb/complaints.exp (test_initial_complaints)
8840 (test_serial_complaints, test_short_complaints): Call
8841 complaint_internal instead of complaint.
8842
280ca31f
DT
88432017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
8844
8845 * gdb.threads/tls-core.c: New file.
8846 * gdb.threads/tls-core.exp: Likewise.
8847
b5ec771e
PA
88482017-11-08 Pedro Alves <palves@redhat.com>
8849
8850 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
8851 (p Exported_Capitalized): New test.
8852 (p exported_capitalized): New test.
8853
a02b41a7
PA
88542017-11-07 Pedro Alves <palves@redhat.com>
8855
8856 * gdb.cp/ena-dis-br-range.exp: Add more tests.
8857
95e95a6d
PA
88582017-11-07 Pedro Alves <palves@redhat.com>
8859
8860 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
8861 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
8862 (disable_invalid, disable_inverted, disable_negative): New
8863 procedures.
8864 ("bad numbers"): New set of tests.
8865
cee62dbd
PA
88662017-11-07 Pedro Alves <palves@redhat.com>
8867
8868 * gdb.cp/ena-dis-br-range.exp: Add tests.
8869
cc638e86
PA
88702017-11-07 Pedro Alves <palves@redhat.com>
8871
8872 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
8873
d0fe4701
XR
88742017-11-07 Xavier Roirand <roirand@adacore.com>
8875 Pedro Alves <palves@redhat.com>
8876
8877 * gdb.base/ena-dis-br.exp: Add reference to
8878 gdb.cp/ena-dis-br-range.exp.
8879 * gdb.cp/ena-dis-br-range.exp: New file.
8880 * gdb.cp/ena-dis-br-range.cc: New file.
8881
46f67f80
PA
88822017-11-06 Pedro Alves <palves@redhat.com>
8883
8884 * gdb.base/attach-non-pgrp-leader.c: New.
8885 * gdb.base/attach-non-pgrp-leader.exp: New.
8886
726e1356
PA
88872017-11-06 Pedro Alves <palves@redhat.com>
8888
8889 * configure.ac: No longer check for termio.h and sgtty.h.
8890 * configure: Regenerate.
8891 * remote-utils.c: Include termios.h instead of gdb_termios.h.
8892 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
8893 Remove termio and sgtty code.
8894
50ab6ace
YQ
88952017-11-03 Yao Qi <yao.qi@linaro.org>
8896
8897 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
8898 in GDB is disabled.
8899
8e68731c
YQ
89002017-11-03 Yao Qi <yao.qi@linaro.org>
8901
8902 * gdb.python/py-thrhandle.exp: Skip it if python is not
8903 enabled.
8904
3a87ae65
SM
89052017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
8906
8907 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
8908 as a breakpoint command.
8909
484d8d36
MD
89102017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
8911
8912 PR python/21213
8913 * gdb.python/py-infthread.exp: Test calling
8914 InferiorThread.inferior () multiple times in a row.
8915
4a27f119
KS
89162017-10-27 Keith Seitz <keiths@redhat.com>
8917
8918 * gdb.opt/inline-break.exp (break_info_1): New procedure.
8919 Test "info break" for every inlined function breakpoint.
8920
bb11dd58
YQ
89212017-10-27 Yao Qi <yao.qi@linaro.org>
8922
8923 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
8924
a43f3893
PF
89252017-10-26 Patrick Frants <osscontribute@gmail.com>
8926
8927 * gdb.cp/classes.exp (test_static_members): Test printing
8928 Outer::instance.
8929 * gdb.cp/classes.c (struct Inner, struct Outer): New.
8930 (Inner::instance, Outer::instance): New.
8931
792ccf00
PA
89322017-10-24 Pedro Alves <palves@redhat.com>
8933
8934 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
8935 extra console" test in two stages.
8936
eb2bfbad
PA
89372017-10-24 Pedro Alves <palves@redhat.com>
8938
8939 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
8940
1f75a651
PA
89412017-10-24 Pedro Alves <palves@redhat.com>
8942
8943 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
8944 loop.
8945
779990d9
PA
89462017-10-24 Pedro Alves <palves@redhat.com>
8947
8948 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
8949 $attempt" and "stoppedtry $stoppedtry" test prefixes.
8950
ad9b8f5d
PA
89512017-10-24 Pedro Alves <palves@redhat.com>
8952
8953 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
8954 parameter and handle it. Don't output read value in test name.
8955
fee6da6e
PA
89562017-10-24 Pedro Alves <palves@redhat.com>
8957
8958 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
8959 custom test name.
8960
10389c2c
PA
89612017-10-24 Pedro Alves <palves@redhat.com>
8962
8963 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
8964 include the unstable output directory name in the test's name.
8965 (initial_setup_simple) <'set args'>: Use custom test name.
8966
a80e65a9
PA
89672017-10-24 Pedro Alves <palves@redhat.com>
8968
8969 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
8970 with explicit test name.
8971
15763a09
PA
89722017-10-20 Pedro Alves <palves@redhat.com>
8973
8974 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
8975 'wait -i'. Use gdb_assert and remote_close.
8976
49a4ce2e
AB
89772017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
8978
8979 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
8980 number from variable rather than hard-coded.
8981
a75868f5
PA
89822017-10-19 Pedro Alves <palves@redhat.com>
8983
8984 * gdb.base/long-inferior-output.c: New file.
8985 * gdb.base/long-inferior-output.exp: New file.
8986
c8ba13ad
KS
89872017-11-18 Keith Seitz <keiths@redhat.com>
8988
8989 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
8990 method.
8991 (main): Call it.
8992 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
8993 Add additional user-defined conversion operator tests.
8994
b27de576
PA
89952017-10-17 Pedro Alves <palves@redhat.com>
8996
8997 * boards/native-stdio-gdbserver.exp: Load "local-board".
8998
8484c955
PA
89992017-10-17 Pedro Alves <palves@redhat.com>
9000
9001 * gdb.base/quit-live.c: New file.
9002 * gdb.base/quit-live.exp: New file.
9003
83d5a34d
KS
90042017-10-16 Keith Seitz <keiths@redhat.com>
9005
9006 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
9007 (class_with_protected_typedef, class_with_private_typedef)
9008 (struct_with_public_typedef, struct_with_protected_typedef)
9009 (struct_with_private_typedef): New classes/structs.
9010 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
9011 typedefs and access specifiers.
9012
739b3f1d
PA
90132017-10-16 Pedro Alves <palves@redhat.com>
9014 Simon Marchi <simon.marchi@polymtl.ca>
9015
9016 * README (Local vs Remote vs Native): New section.
9017 * boards/local-board.exp: New file, with bits factored out from
9018 ...
9019 * boards/native-extended-gdbserver.exp: ... here. Load
9020 "local-board".
9021 * boards/native-gdbserver.exp: Load "local-board".
9022 (${board}_spawn, ${board}_exec): Delete.
9023 * boards/native-stdio-gdbserver.exp: Most contents factored out to
9024 ...
9025 * boards/stdio-gdbserver-base.exp: ... this new file.
9026 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
9027 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
9028 procedure.
9029 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
9030 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
9031 stdio_gdbserver_command.
9032 (${board}_get_remote_address, ${board}_get_comm_port)
9033 (${board}_download, ${board}_upload): Delete.
9034 (get_target_remote_pipe_cmd): New.
9035
fe68b953
SM
90362017-10-16 Simon Marchi <simon.marchi@ericsson.com>
9037
9038 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
9039 test_bkpt_deletion, test_bkpt_cond_and_cmds,
9040 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
9041 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
9042 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
9043 remove with_test_prefix.
9044
300b6685
PA
90452017-10-13 Pedro Alves <palves@redhat.com>
9046
9047 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
9048 * gdb.base/annota1.exp: Use it instead of is_remote.
9049 * gdb.base/annota3.exp: Use it instead of is_remote.
9050 * gdb.cp/annota2.exp: Use it instead of is_remote.
9051 * gdb.cp/annota3.exp: Use it instead of is_remote.
9052 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
9053
50500caf
PA
90542017-10-13 Pedro Alves <palves@redhat.com>
9055
9056 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
9057 (test_num_test_vars, run_and_count_vars, find_env)
9058 (test_set_unset_env, test_inherit_env_var): New procedures.
9059 (top level): Use them.
9060
dad0c6d2
PA
90612017-10-13 Pedro Alves <palves@redhat.com>
9062
9063 * lib/selftest-support.exp (selftest_setup): Extend comments, and
9064 also skip on stub-like targets.
9065
8b0553c1
PA
90662017-10-13 Pedro Alves <palves@redhat.com>
9067
9068 PR gdb/22293
9069 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
9070 (top level): Move some tests to ...
9071 (test_not_found): ... this new procedure.
9072 (top level): Call it.
9073
7594f623
PA
90742017-10-13 Pedro Alves <palves@redhat.com>
9075
9076 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
9077 expect different "info terminal" output if testing with a
9078 non-native target.
9079
ebe3b402
PA
90802017-10-13 Pedro Alves <palves@redhat.com>
9081 Simon Marchi <simon.marchi@polymtl.ca>
9082
9083 PR python/12966
9084 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
9085
42f1b161
PA
90862017-10-13 Pedro Alves <palves@redhat.com>
9087
9088 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
9089 already.
9090
8d6ef72b
PA
90912017-10-13 Pedro Alves <palves@redhat.com>
9092
9093 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
9094 is_remote.
9095
d7bcd5b8
PA
90962017-10-13 Pedro Alves <palves@redhat.com>
9097
9098 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
9099 is_remote.
9100
df479dc6
PA
91012017-10-13 Pedro Alves <palves@redhat.com>
9102
9103 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
9104 is set.
9105 (corefile_test_attach): Likewise. Check can_spawn_for_attach
9106 instead of is_remote.
9107
23fb630a
PA
91082017-10-13 Pedro Alves <palves@redhat.com>
9109
9110 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
9111 (top level): Add comment.
9112
cc77b1dc
PA
91132017-10-13 Pedro Alves <palves@redhat.com>
9114
9115 * gdb.base/remote.exp (top level): Fix comment typo and add
9116 missing return.
9117
27c9e813
PA
91182017-10-13 Pedro Alves <palves@redhat.com>
9119 Simon Marchi <simon.marchi@polymtl.ca>
9120
9121 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
9122 calls and add comments. Skip test if use_gdb_stub is set.
9123 (top level): Use "set cwd" command instead of "cd" command.
9124
5e830d98
PA
91252017-10-13 Pedro Alves <palves@redhat.com>
9126
9127 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
9128 is_remote target check.
9129
f5ca0032
PA
91302017-10-13 Pedro Alves <palves@redhat.com>
9131
9132 * gdb.base/scope.exp: Use build_executable + clean_restart +
9133 gdb_file_cmd instead of prepare_for_testing and no longer skip
9134 "before run" tests on is_remote target boards. Update comments.
9135 * boards/native-extended-gdbserver.exp
9136 (extended_gdbserver_load_last_file): New, factored out from ...
9137 (gdb_load): ... this. Move further below and add comment.
9138 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
9139
8aed1c0d
PA
91402017-10-12 Pedro Alves <palves@redhat.com>
9141
9142 * gdb.base/attach.exp: Remove references to gdb64.
9143 * gdb.base/dbx.exp: Remove references to gdb64.
9144
cfa34c87
SM
91452017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
9146 Pedro Alves <palves@redhat.com>
9147
9148 * gdb.base/label.exp: Remove is_remote target check.
9149
9192b7de
PA
91502017-10-12 Pedro Alves <palves@redhat.com>
9151
9152 * gdb.base/auvx.exp (coredir): Update comment.
9153 (top level) <core_works>: Use "set cwd" command instead of "cd"
9154 command.
9155
6bf0052d
PA
91562017-10-12 Pedro Alves <palves@redhat.com>
9157 Simon Marchi <simon.marchi@polymtl.ca>
9158
9159 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
9160 target boards.
9161
e48ef82d
PA
91622017-10-12 Pedro Alves <palves@redhat.com>
9163 Simon Marchi <simon.marchi@polymtl.ca>
9164
9165 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
9166 Instead skip if there's any gdb_protocol set.
9167
8d7aea57
SM
91682017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
9169 Pedro Alves <palves@redhat.com>
9170
9171 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
9172
30440677
PA
91732017-10-12 Pedro Alves <palves@redhat.com>
9174 Simon Marchi <simon.marchi@polymtl.ca>
9175
9176 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
9177 instead of on dejagnu remote boards.
9178
4e04f045 91792017-10-12 Pedro Alves <palves@redhat.com>
175654b9 9180 Simon Marchi <simon.marchi@polymtl.ca>
4e04f045
PA
9181
9182 * gdb.base/inferior-died.exp: Remove is_remote and isnative
9183 checks. Use build_executable + clean_restart instead of
9184 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
9185 of enabling non-stop after starting gdb.
9186
871a186e
PA
91872017-10-12 Pedro Alves <palves@redhat.com>
9188
9189 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
9190 * gdb.threads/non-ldr-exc-2.exp: Ditto.
9191 * gdb.threads/non-ldr-exc-3.exp: Ditto.
9192 * gdb.threads/non-ldr-exc-4.exp: Ditto.
9193
56d704da
AK
91942017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
9195
9196 * gdb.arch/arc-tdesc-cpu.exp: New file.
9197 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
9198
2f20e312
SM
91992017-10-10 Simon Marchi <simon.marchi@ericsson.com>
9200
9201 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
9202
65630365
PA
92032017-10-10 Pedro Alves <palves@redhat.com>
9204
9205 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
9206 expect CLI output.
9207
bf469271
PA
92082017-10-10 Pedro Alves <palves@redhat.com>
9209
9210 * lib/selftest-support.exp (selftest_setup): Update for
9211 captured_command_loop's prototype change.
9212
777a42f1
PA
92132017-10-09 Pedro Alves <palves@redhat.com>
9214
9215 Test both arch1=>arch2 and arch2=>arch1.
9216
9217 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
9218 (srcfile2, binfile2, march1, march2): Remove globals. Largely
9219 factored out to...
9220 (append_arch1_options, append_arch2_options, append_arch_options)
9221 (build_executables): New procedures.
9222 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
9223 local.
9224 (top level): Add new 'first_arch' testing axis.
9225
cbd2b4e3
PA
92262017-10-09 Pedro Alves <palves@redhat.com>
9227
9228 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
9229 (barrier): New.
9230 (thread_start, all_started): New functions.
9231 (main): Spawn new thread and wait until it is scheduled.
9232 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
9233 option.
9234 (do_test): Add 'selected_thread' parameter. Run to all_started
9235 instead of main. Explicitly set the breakpoint at main. Switch
9236 to the SELECTED_THREAD thread.
9237 (top level): Test handling the exec event with either the main
9238 thread or the second thread selected.
9239
5c9e4427
PA
92402017-10-09 Pedro Alves <palves@redhat.com>
9241
9242 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
9243 logic. Move STOP marker after the value checks.
9244 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
9245 regexp.
9246
b3b7c423
SL
92472017-10-06 Sandra Loosemore <sandra@codesourcery.com>
9248
9249 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
9250
3b4b2f16
UW
92512017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
9252
9253 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
9254 integer-to-dfp conversion.
9255 * gdb.base/dfp-test.exp: Likewise.
9256
5cd63fda
PA
92572017-10-04 Pedro Alves <palves@redhat.com>
9258
9259 * gdb.multi/hangout.c: Include <unistd.h>.
9260 (hangout_loop): New function.
9261 (main): Call alarm. Call hangout_loop in a loop.
9262 * gdb.multi/hello.c: Include <unistd.h>.
9263 (hello_loop): New function.
9264 (main): Call alarm. Call hangout_loop in a loop.
9265 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
9266 inferior with the other selected.
9267
4c71c105
SM
92682017-10-04 Simon Marchi <simon.marchi@ericsson.com>
9269
9270 * gdb.mi/list-thread-groups-available.exp: New file.
9271 * gdb.mi/list-thread-groups-available.c: New file.
9272
bc3b087d
SDJ
92732017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
9274
9275 * gdb.base/set-cwd.exp: Make it available on
9276 native-extended-gdbserver.
9277
d092c5a2
SDJ
92782017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
9279
9280 * gdb.base/set-cwd.c: New file.
9281 * gdb.base/set-cwd.exp: Likewise.
9282
45320ffa
TT
92832017-10-02 Tom Tromey <tom@tromey.com>
9284
9285 PR rust/22236:
9286 * gdb.rust/simple.rs (main): New variable "fslice".
9287 * gdb.rust/simple.exp: Add slice tests. Update string tests.
9288
b3e3859b
TT
92892017-10-02 Tom Tromey <tom@tromey.com>
9290
9291 * gdb.rust/simple.exp: Test ptype of a slice.
9292
01af5e0d
TT
92932017-10-02 Tom Tromey <tom@tromey.com>
9294
9295 * gdb.rust/simple.exp: Test index of slice.
9296
a9bbfbd8
TT
92972017-09-27 Tom Tromey <tom@tromey.com>
9298
9299 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
9300
df8899e5
TP
93012017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
9302 Pedro Alves <palves@redhat.com>
9303
9304 * gdb.base/compare-sections.exp (get value of read-only section): Read
9305 as unsigned value.
9306 (corrupt read-only section): Likewise and don't set written if patching
9307 failed.
9308
757bf54b
KB
93092017-09-21 Kevin Buettner <kevinb@redhat.com>
9310
9311 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
9312 files.
9313
06871ae8
PA
93142017-09-20 Pedro Alves <palves@redhat.com>
9315
9316 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
9317 symbol names in gdb's output.
9318 * gdb.cp/overload.exp ("list all overloads"): Likewise.
9319
e5f25bc5
PA
93202017-09-20 Pedro Alves <palves@redhat.com>
9321
9322 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
9323 Rename to ...
9324 (test_list_ambiguous_symbol): ... this and add a symbol name
9325 parameter. Adjust.
9326 (test_list_ambiguous_function): Reimplement on top of
9327 test_list_ambiguous_symbol and also test listing ambiguous
9328 variables.
9329 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
9330 (ambiguous_fun): ... this.
9331 (ambiguous_var): New.
9332 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
9333 (ambiguous_fun): ... this.
9334 (ambiguous_var): New.
9335
4e5a4f58
JB
93362017-09-19 John Baldwin <jhb@FreeBSD.org>
9337
9338 * gdb.base/starti.c: New file.
9339 * gdb.base/starti.exp: New file.
9340 * lib/gdb.exp (gdb_starti_cmd): New procedure.
9341
26e53f3e
PA
93422017-09-14 Pedro Alves <palves@redhat.com>
9343
9344 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
9345 (top level): Use it instead of runto.
9346
cb791d59
TT
93472017-09-11 Tom Tromey <tom@tromey.com>
9348
9349 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
9350
7c96f8c1
TT
93512017-09-11 Tom Tromey <tom@tromey.com>
9352
9353 * gdb.python/py-infthread.exp: Add tests for new_thread event.
9354 * gdb.python/py-inferior.exp: Add tests for new inferior events.
9355
469412dd
CW
93562017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
9357
9358 * gdb.fortran/printing-types.exp: New file.
9359 * gdb.fortran/printing-types.exp: New file.
9360
e0f86435
BH
93612017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
9362
9363 * gdb.fortran/vla-ptype.exp: Fix typos.
9364 * gdb.fortran/vla-value.exp: Same.
9365
9e9af4be
BH
93662017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
9367
9368 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
9369 * gdb.mi/mi-var-child-f.exp: Likewise.
9370 * gdb.mi/mi-vla-fortran.exp: Likewise.
9371
a5ad232b 93722017-09-08 Frank Penczek <frank.penczek@intel.com>
e79be6e5
SM
9373 Christoph Weinmann <christoph.t.weinmann@intel.com>
9374 Bernhard Heckel <bernhard.heckel@intel.com>
a5ad232b
FP
9375
9376 * gdb.fortran/ptr-indentation.f90: New file.
9377 * gdb.fortran/ptr-indentation.exp: New file.
9378
5aec60eb
TT
93792017-09-05 Tom Tromey <tom@tromey.com>
9380
9381 PR gdb/22010:
9382 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
9383
8f8f8152
TP
93842017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
9385
9386 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
9387
fbd1b771
JK
93882017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
9389
9390 * gdb.threads/tls-nodebug-pie.c: New file.
9391 * gdb.threads/tls-nodebug-pie.exp: New file.
9392
5eb5f850
TT
93932017-09-05 Tom Tromey <tom@tromey.com>
9394
9395 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
9396 for rust.
9397
ae780a21
SM
93982017-09-05 Simon Marchi <simon.marchi@ericsson.com>
9399
9400 * gdb.multi/multi-arch-exec.exp: Test with different
9401 "follow-exec-mode" settings.
9402 (do_test): New procedure.
9403
3693fdb3
PA
94042017-09-04 Pedro Alves <palves@redhat.com>
9405
9406 * gdb.base/func-static.c (S::method const, S::method volatile)
9407 (S::method volatile const): New methods.
9408 (c_s, v_s, cv_s): New instances.
9409 (main): Call method() on them.
9410 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
9411 (cannot_resolve): New procedure.
9412 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
9413 print-quote-unquoted columns.
9414 (do_test): Test printing each scope too.
9415
e68cb8e0
PA
94162017-09-04 Pedro Alves <palves@redhat.com>
9417
9418 * gdb.base/local-static.exp: Also test with
9419 class::method::variable wholly quoted.
9420 * gdb.cp/m-static.exp (class::method::variable): Remove test.
9421
858be34c
PA
94222017-09-04 Pedro Alves <palves@redhat.com>
9423
9424 * gdb.base/local-static.c: New.
9425 * gdb.base/local-static.cc: New.
9426 * gdb.base/local-static.exp: New.
9427
46a4882b
PA
94282017-09-04 Pedro Alves <palves@redhat.com>
9429
9430 * gdb.asm/asm-source.exp: Add casts to int.
9431 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
9432 (dataglobal64_1, dataglobal64_2): New globals.
9433 * gdb.base/nodebug.exp: Test different expressions involving the
9434 new globals, with print, whatis and ptype. Add casts to int.
9435 * gdb.base/solib-display.exp: Add casts to int.
9436 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
9437 * gdb.cp/m-static.exp: Add cast to int.
9438 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
9439 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
9440 tls variable with no debug info without a cast. Test with a cast
9441 to int too.
9442 * gdb.trace/entry-values.exp: Add casts.
9443
2c5a2be1
PA
94442017-09-04 Pedro Alves <palves@redhat.com>
9445
9446 * gdb.base/nodebug.exp: Test that ptype's error about functions
9447 with unknown return type includes the function name too.
9448
7022349d
PA
94492017-09-04 Pedro Alves <palves@redhat.com>
9450
9451 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
9452 return type of munmap in infcall.
9453 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
9454 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
9455 type of ftell in infcall.
9456 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
9457 type of getpid in infcall.
9458 * gdb.base/infcall-exec.exp: Cast return type of execlp in
9459 infcall.
9460 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
9461 Bail on failure to extract the pid.
9462 * gdb.base/nodebug.c: #include <stdint.h>.
9463 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
9464 New functions.
9465 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
9466 Change expected output of print/whatis/ptype with functions with
9467 no debug info. Test all supported languages. Call
9468 test_call_promotion.
9469 * gdb.compile/compile.exp: Adjust expected output to expect
9470 warning.
9471 * gdb.threads/siginfo-threads.exp: Likewise.
9472
54990598
PA
94732017-09-04 Pedro Alves <palves@redhat.com>
9474
9475 * gdb.base/callfuncs.exp (do_function_calls): New parameter
9476 "prototypes". Test calling float functions via prototyped and
9477 unprototyped function pointers.
9478 (perform_all_tests): New parameter "prototypes". Pass it down.
9479 (top level): Pass down "prototypes" parameter to
9480 perform_all_tests.
9481
34d16ea2
SM
94822017-09-04 Simon Marchi <simon.marchi@ericsson.com>
9483
9484 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
9485 Test with nested loops.
9486
9521ecda
SM
94872017-09-04 Simon Marchi <simon.marchi@ericsson.com>
9488
9489 * gdb.base/commands.exp: Call the new procedures.
9490 (loop_break_test, loop_continue_test): New procedures.
9491
80a65e9b
SM
94922017-09-04 Simon Marchi <simon.marchi@ericsson.com>
9493
9494 * gdb.base/commands.exp: Call new procedure.
9495 (define_if_without_arg_test): New procedure.
9496
e439fa14
PA
94972017-09-04 Pedro Alves <palves@redhat.com>
9498
9499 * gdb.base/list-ambiguous.exp: New file.
9500 * gdb.base/list-ambiguous0.c: New file.
9501 * gdb.base/list-ambiguous1.c: New file.
9502 * gdb.base/list.exp (test_list_range): Adjust expected output.
9503
0a2dde4a
SDJ
95042017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
9505
9506 * gdb.base/share-env-with-gdbserver.c: New file.
9507 * gdb.base/share-env-with-gdbserver.exp: Likewise.
9508
5e89eb3a
SM
95092017-08-28 Simon Marchi <simon.marchi@ericsson.com>
9510
9511 * gdb.base/commands.exp (gdbvar_simple_if_test,
9512 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
9513 progvar_simple_if_test, progvar_simple_while_test,
9514 progvar_complex_if_while_test, user_defined_command_test,
9515 user_defined_command_args_eval,
9516 user_defined_command_args_stack_test,
9517 user_defined_command_manyargs_test, bp_deleted_in_command_test,
9518 temporary_breakpoint_commands,
9519 gdb_test_no_prompt, redefine_hook_test,
9520 redefine_backtrace_test): Remove "global gdb_prompt".
9521
fd437cbc
SM
95222017-08-28 Simon Marchi <simon.marchi@ericsson.com>
9523
9524 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
9525 New proc, call it from toplevel.
9526
87215ad1
SDJ
95272017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
9528
9529 PR remote/21852
9530 * gdb.server/normal.c: New file, copied from gdb.base.
9531 * gdb.server/run-without-local-binary.exp: New file.
9532
58afddc6
WP
95332017-08-07 Weimin Pan <weimin.pan@oracle.com>
9534
9535 * gdb.arch/sparc64-adi.exp: New file.
9536 * gdb.arch/sparc64-adi.c: New file.
9537
5277199a
PA
95382017-08-22 Pedro Alves <palves@redhat.com>
9539
9540 * gdb.cp/overload.exp (line_range_pattern): New procedure.
9541 (top level): Add "list all overloads" tests.
9542
14278e1f
TT
95432017-08-22 Tom Tromey <tom@tromey.com>
9544
9545 * gdb.gdb/xfullpath.exp: Remove.
9546
bf223d3e
PA
95472017-08-21 Pedro Alves <palves@redhat.com>
9548
9549 PR gdb/19487
9550 * gdb.base/symbol-alias.c: New.
9551 * gdb.base/symbol-alias2.c: New.
9552 * gdb.base/symbol-alias.exp: New.
9553
c973d0aa
PA
95542017-08-21 Pedro Alves <palves@redhat.com>
9555
9556 * gdb.base/dfp-test.c
9557 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
9558 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
9559 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
9560 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
9561 * gdb.base/whatis-ptype-typedefs.c: New.
9562 * gdb.base/whatis-ptype-typedefs.exp: New.
9563 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
9564 (an_int, an_int_type, an_int_type2): New globals.
9565 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
9566 involving typedefs and cast expressions.
9567 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
9568 (lookup_typedefs_function): New.
9569 (typedefs_pretty_printers_dict): New.
9570 (top level): Register lookup_typedefs_function in
9571 gdb.pretty_printers.
9572
6d580b63
YQ
95732017-08-18 Yao Qi <yao.qi@linaro.org>
9574
9575 * gdb.server/unittest.exp: New.
9576
206726fb
SDJ
95772017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
9578
9579 PR gdb/21954
9580 * gdb.base/environ.exp: Add test to check if 'unset environment'
9581 works.
9582
bf0ec4c2
AA
95832017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
9584
9585 * lib/gdb.exp (universal_compile_options): New caching proc.
9586 (gdb_compile): Suppress GCC's coloring of messages.
9587
d6382fff
TT
95882017-08-14 Tom Tromey <tom@tromey.com>
9589
9590 PR gdb/21675:
9591 * gdb.base/printcmds.exp (test_radices): New function.
9592 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
9593 * gdb.base/sizeof.exp (check_valueof): Use p/d.
9594 * lib/gdb.exp (get_integer_valueof): Use p/d.
9595
c2c2dd9f
SM
95962017-08-12 Simon Marchi <simon.marchi@ericsson.com>
9597
9598 * lib/gdb.exp (get_valueof): Don't capture end-of-line
9599 characters.
9600
fdffd6f4
TT
96012017-08-05 Tom Tromey <tom@tromey.com>
9602
9603 * gdb.rust/simple.exp: Allow String to appear in a different
9604 namespace.
9605
27d41eac
YQ
96062017-07-26 Yao Qi <yao.qi@linaro.org>
9607
9608 * gdb.gdb/unittest.exp: Invoke command
9609 "maintenance check xml-descriptions".
9610
031ed05d
AA
96112017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
9612
9613 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
9614 calling context.
9615 (hex128): Drop erroneous calculation of parameters.
9616
dcd27ddf
SM
96172017-07-22 Simon Marchi <simon.marchi@ericsson.com>
9618
9619 * gdb.python/py-unwind.exp: Disable stack protection when
9620 building test file.
9621
47e77640
PA
96222017-07-20 Pedro Alves <palves@redhat.com>
9623
9624 * gdb.base/default.exp (set language): Adjust expected output.
9625
62d2a18a
PA
96262017-07-20 Pedro Alves <palves@redhat.com>
9627
9628 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
9629 (test_minsym): ... this, and make static.
9630 (get_pck__foo__bar__minsym): Rename to ...
9631 (get_test_minsym): ... this.
9632 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
9633 symbol names and comments.
9634 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
9635 (get_test_minsym): ... this.
9636 (pck__foo__bar__minsym__2): Rename to ...
9637 (test_minsym): ... this.
9638 (main): Adjust.
9639
c45ec17c
PA
96402017-07-17 Pedro Alves <palves@redhat.com>
9641
9642 * gdb.base/completion.exp: Adjust expected output.
9643 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
9644 the completer works.
9645
c6756f62
PA
96462017-07-17 Pedro Alves <palves@redhat.com>
9647
9648 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
9649
5bd68487
AB
96502017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
9651
9652 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
9653
8880f2a9
TT
96542017-07-14 Tom Tromey <tom@tromey.com>
9655
9656 PR rust/21764:
9657 * gdb.rust/simple.exp: Add tests.
9658
65547233
TT
96592017-07-14 Tom Tromey <tom@tromey.com>
9660
9661 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
9662
8f14146e
PA
96632017-07-14 Pedro Alves <palves@redhat.com>
9664
9665 * gdb.linespec/base/one/thefile.cc (z1): New function.
9666 * gdb.linespec/base/two/thefile.cc (z2): New function.
9667 * gdb.linespec/linespec.exp: Add tests.
9668
b4365d02
AB
96692017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
9670
9671 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
9672 to mi_create_breakpoint.
9673
5d2cbaa5
AB
96742017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
9675
9676 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
9677 mi_create_breakpoint.
9678
11cb5716
IB
96792017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
9680
9681 * gdb.dlang/demangle.exp: Update for demangling changes.
9682
03278692
TT
96832017-07-09 Tom Tromey <tom@tromey.com>
9684
9685 * gdb.dwarf2/shortpiece.exp: New file.
9686
33c5cd75
DB
96872017-07-06 David Blaikie <dblaikie@gmail.com>
9688
9689 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
9690 built from fissiont-multi-cu{1,2}.c.
9691 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
9692 except putting 'main' and 'func' in separate CUs in the same DWO file.
9693 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
9694 test.
9695 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
9696 test.
9697
8455d262
PA
96982017-07-06 Pedro Alves <palves@redhat.com>
9699
9700 * gdb.python/py-unwind.exp: Test flushregs.
9701
dc4bde35
SDJ
97022017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
9703
9704 PR cli/21688
9705 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
9706 tests for alias commands and trailing whitespace.
9707
51ed89aa
SDJ
97082017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
9709
9710 PR cli/21688
9711 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
9712 procedure. Call it.
9713
eb17d413
PA
97142017-06-29 Pedro Alves <palves@redhat.com>
9715
9716 * gdb.base/printcmds.exp: Add tests.
9717
41664b45
DG
97182017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
9719
9720 PR gdb/21337
9721 * gdb.base/reread-readsym.exp: New file.
9722 * gdb.base/reread-readsym.c: New file.
9723
75312ae3
KB
97242017-06-21 Kevin Buettner <kevinb@redhat.com>
9725
9726 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
9727 subpattern.
9728
66953522
PB
97292017-06-19 Peter Bergner <bergner@vnet.ibm.com>
9730
9731 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
9732 extended mnemonic.
9733 * gdb.arch/powerpc-power9.s: Likewise.
9734
5524b525
AA
97352017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
9736
9737 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
9738 on 32-bit x86 targets. Exploit is_*_target macros where
9739 appropriate.
9740
03c8af18
AA
97412017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9742
9743 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
9744 register pieces.
9745
3bf31011
AA
97462017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9747
9748 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
9749 located in one or more DWARF pieces.
9750
805acca0
AA
97512017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9752
9753 * lib/gdb.exp (get_endianness): New proc.
9754 * gdb.arch/aarch64-fp.exp: Use it.
9755 * gdb.arch/altivec-regs.exp: Likewise.
9756 * gdb.arch/e500-regs.exp: Likewise.
9757 * gdb.arch/vsx-regs.exp: Likewise.
9758 * gdb.base/dump.exp: Likewise.
9759 * gdb.base/funcargs.exp: Likewise.
9760 * gdb.base/gnu_vector.exp: Likewise.
9761 * gdb.dwarf2/formdata16.exp: Likewise.
9762 * gdb.dwarf2/implptrpiece.exp: Likewise.
9763 * gdb.dwarf2/nonvar-access.exp: Likewise.
9764 * gdb.python/py-inferior.exp: Likewise.
9765 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
9766
e9352324
AA
97672017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9768
9769 PR gdb/21226
9770 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
9771 stack value pieces are taken from the LSB end.
9772
d5d1163e
AA
97732017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9774
9775 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
9776 variable at nonzero offset.
9777
0567c986
AA
97782017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9779
9780 * gdb.dwarf2/var-access.c: New file.
9781 * gdb.dwarf2/var-access.exp: New test.
9782 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
9783
973e9aab
TT
97842017-06-12 Tom Tromey <tom@tromey.com>
9785
9786 * gdb.dwarf2/formdata16.exp: Add tests.
9787
d9109c80
TT
97882017-06-12 Tom Tromey <tom@tromey.com>
9789
9790 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
9791
30a25466
TT
97922017-06-12 Tom Tromey <tom@tromey.com>
9793
9794 PR exp/16225:
9795 * gdb.reverse/i386-sse-reverse.exp: Update tests.
9796 * gdb.arch/vsx-regs.exp: Update tests.
9797 * gdb.arch/s390-vregs.exp (hex128): New proc.
9798 Update test.
9799 * gdb.arch/altivec-regs.exp: Update tests.
9800
aefd8b33
SDJ
98012017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
9802
9803 * gdb.base/startup-with-shell.c: New file.
9804 * gdb.base/startup-with-shell.exp: Likewise.
9805
2090129c
SDJ
98062017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
9807
9808 * gdb.server/non-existing-program.exp: Update regex in order to
9809 reflect the fact that gdbserver is now using fork_inferior (with a
9810 shell) to startup the inferior.
9811
8e86a419
SM
98122017-05-30 Simon Marchi <simon.marchi@ericsson.com>
9813
9814 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
9815 support function calls from GDB.
9816
e6cf65f2
TT
98172017-05-21 Tom Tromey <tom@tromey.com>
9818
9819 PR rust/21466:
9820 * gdb.rust/unsized.exp: New file.
9821 * gdb.rust/unsized.rs: New file.
9822
43cc5389
TT
98232017-05-19 Tom Tromey <tom@tromey.com>
9824
9825 PR rust/21484:
9826 * gdb.rust/watch.exp: New file.
9827 * gdb.rust/watch.rs: New file.
9828
ec8df234
TT
98292017-05-18 Tom Tromey <tom@tromey.com>
9830
9831 * gdb.rust/simple.exp: Allow Box to be qualified.
9832
3e3e7fae
TP
98332017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
9834
9835 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
9836
59cc050d
PA
98372017-05-18 Pedro Alves <palves@redhat.com>
9838
9839 * gdb.base/fileio.c (test_write, test_read, test_close)
9840 (test_fstat): Don't print 'ret' in the fail path.
9841
c8f6abd1
PA
98422017-05-18 Pedro Alves <palves@redhat.com>
9843
9844 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
9845 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
9846 (test_system, test_rename, test_unlink, test_time): Change
9847 prototypes.
9848 * gdb.base/fileio.exp (stop_msg): Adjust.
9849
d2a03b77
PA
98502017-05-18 Pedro Alves <palves@redhat.com>
9851
9852 * gdb.base/fileio.c (null_str): New global.
9853 (test_stat): Use it.
9854 * gdb.base/fileio.exp: Remove nowarnings.
9855
0d5c6999
YQ
98562017-05-17 Yao Qi <yao.qi@linaro.org>
9857
9858 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
9859
21873064
YQ
98602017-05-17 Simon Marchi <simon.marchi@ericsson.com>
9861
9862 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
9863 argument command.
9864 (top-level): Invoke test_set_inferior_tty.
9865
d512d31c
PA
98662017-05-04 Pedro Alves <palves@redhat.com>
9867
9868 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
9869 Add parens to print call for Python 3.
9870
90cef2ed
KS
98712017-05-03 Keith Seitz <keiths@redhat.com>
9872
9873 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
9874 (main): Call it.
9875
14f819c8
TW
98762017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
9877
9878 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
9879 to prev and next.
9880
913aeadd
TW
98812017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
9882
9883 * gdb.python/py-record-btrace.exp: Remove test for
9884 gdb.BtraceInstruction.error.
9885
a3be24ad
TW
98862017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
9887
9888 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
9889
ae20e79a
TW
98902017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
9891
9892 * gdb.python/py-record-btrace-threads.c: New file.
9893 * gdb.python/py-record-btrace-threads.exp: New file.
9894
45ce1b47
SDJ
98952017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
9896
9897 PR testsuite/8595
9898 * gdb.base/environ.exp: Make test available in all architectures.
9899 Move bits related to "info program" testing to
9900 gdb.base/info-program.exp. Rewrite tests to use the two new
9901 procedures mentione below.
9902 (test_set_show_env_var) New procedure.
9903 (test_set_show_env_var_equal): Likewise.
9904 * gdb.base/info-program.exp: New file.
9905
e15c3eb4
KS
99062017-04-27 Keith Seitz <keiths@redhat.com>
9907
9908 * gdb.cp/oranking.cc (test15): New function.
9909 (main): Call test15 and declare additional variables for testing.
9910 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
9911 "p foo101('abc')" tests.
9912 Add tests for cv qualifier overloads.
9913 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
9914 "lvalue reference overload" test.
9915 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
9916 "print value of f1 on Child&& in f2" test.
9917
3a3fd0fd
PA
99182017-04-19 Pedro Alves <palves@redhat.com>
9919
9920 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
9921 procedure.
9922 (top level): Call it.
9923 * lib/gdb.exp (gdb_define_cmd): New procedure.
9924
53375380
PA
99252017-04-12 Pedro Alves <palves@redhat.com>
9926
9927 PR gdb/21323
9928 * gdb.cp/wide_char_types.c: Include <wchar.h>.
9929 (wchar): New global.
9930 * gdb.cp/wide_char_types.exp (wide_char_types_program)
9931 (do_test_wide_char, wide_char_types_no_program, top level): Add
9932 wchar_t testing.
9933
53e710ac
PA
99342017-04-12 Pedro Alves <palves@redhat.com>
9935
9936 PR c++/21323
9937 * gdb.cp/wide_char_types.c: New file.
9938 * gdb.cp/wide_char_types.exp: New file.
9939
0ad9d8c7
SDJ
99402017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
9941
9942 PR gdb/21352
9943 * gdb.trace/tsv.exp: Add test for "tsave -r".
9944
b1b45502
IB
99452017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
9946
9947 * gdb.dlang/watch-loc.c: New file.
9948 * gdb.dlang/watch-loc.exp: New file.
9949
ec13808e
JK
99502017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
9951
9952 * gdb.python/py-section-script.exp (sepdebug): New testcases.
9953
fe5f7374
AK
99542017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
9955
9956 * gdb.arch/arc-analyze-prologue.S: New file.
9957 * gdb.arch/arc-analyze-prologue.exp: Likewise.
9958
eea78757
AK
99592017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
9960
9961 * gdb.arch/arc-decode-insn.S: New file.
9962 * gdb.arch/arc-decode-insn.exp: Likewise.
9963
5badf10a
IR
99642017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
9965
9966 PR tdep/20928
9967 * gdb.arch/sparc64-regs.exp: New file.
9968 * gdb.arch/sparc64-regs.S: Likewise.
9969
cee59b3f
TW
99702017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
9971
9972 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
9973 and memory view on Python 3.
9974
c0f55cc6
AV
99752017-03-20 Artemiy Volkov <artemiyv@acm.org>
9976 Keith Seitz <keiths@redhat.com>
9977
9978 PR gdb/14441
9979 * gdb.cp/demangle.exp: Add rvalue reference tests.
9980 * gdb.cp/rvalue-ref-casts.cc: New file.
9981 * gdb.cp/rvalue-ref-casts.exp: New file.
9982 * gdb.cp/rvalue-ref-overload.cc: New file.
9983 * gdb.cp/rvalue-ref-overload.exp: New file.
9984 * gdb.cp/rvalue-ref-params.cc: New file.
9985 * gdb.cp/rvalue-ref-params.exp: New file.
9986 * gdb.cp/rvalue-ref-sizeof.cc: New file.
9987 * gdb.cp/rvalue-ref-sizeof.exp: New file.
9988 * gdb.cp/rvalue-ref-types.cc: New file.
9989 * gdb.cp/rvalue-ref-types.exp: New file.
9990 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
9991 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
9992
51457a05
MAL
99932017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
9994
9995 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
9996 New procedure.
9997
5b291c04
MAL
99982017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
9999
10000 * lib/mi-support.exp (mi_gdb_test): Add additional message
10001 for unexpected output.
10002
59a56148
AA
100032017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
10004
10005 * gdb.base/examine-backward.c (Barrier): New character array
10006 constant, to ensure that TestStrings is preceded by a string
10007 terminator.
10008
7942e96e
AA
100092017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
10010
10011 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
10012 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
10013 and implicit pointer into such a location.
10014
6ebac3fb
DE
100152017-03-16 Doug Evans <dje@google.com>
10016
10017 * gdb.python/py-lazy-string (pointer): Really add new typedef.
10018
ec3b243d
TP
100192017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
10020
10021 * gdb.cp/m-static.exp: Fix expectation for prototype of
10022 test5.single_constructor and single_constructor::single_constructor.
2cc36e25
DE
10023
100242017-03-16 Doug Evans <dje@google.com>
a7c0469f
DE
10025
10026 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
10027 * gdb.guile/scm-lazy-string.c: New file.
10028 * gdb.guile/scm-value.exp: Move lazy string tests to ...
10029 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
10030 for pointer, array, typedef lazy strings.
10031
2cc36e25 100322017-03-16 Doug Evans <dje@google.com>
34b43320
DE
10033
10034 PR python/17728, python/18439, python/18779
10035 * gdb.python/py-value.c (main) Delete locals sptr, sn.
10036 * gdb.python/py-lazy-string.c (pointer): New typedef.
10037 (main): New locals ptr, array, typedef_ptr.
10038 * gdb.python/py-value.exp: Move lazy string tests to ...
10039 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
10040 array, typedef lazy strings.
ec3b243d 10041
0efcde63
AK
100422017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
10043
10044 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
10045 Add optional 'test' parameter.
10046
7978d7c3
SM
100472017-03-13 Simon Marchi <simon.marchi@ericsson.com>
10048
10049 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
10050 Skip for versions of DejaGnu < 1.5.
10051
896c0c1e
SM
100522017-03-13 Simon Marchi <simon.marchi@ericsson.com>
10053
10054 * lib/gdb.exp (dejagnu_version): New proc.
10055 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
10056 Use dejagnu_version.
10057
5f4d1085
KS
100582017-03-10 Keith Seitz <keiths@redhat.com>
10059
10060 PR c++/8128
10061 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
10062 type from destructor regexps.
10063 Add a branch which actually passes the test.
10064 Adjust "ptype t5i" test names.
10065
1de05205
PA
100662017-03-08 Pedro Alves <palves@redhat.com>
10067
10068 * gdb.base/step-over-exit.exp: Add explicit test message.
10069
c65d6b55
PA
100702017-03-08 Pedro Alves <palves@redhat.com>
10071
10072 PR gdb/18360
10073 * gdb.threads/interrupt-while-step-over.c: New file.
10074 * gdb.threads/interrupt-while-step-over.exp: New file.
10075
2e86a283
PA
100762017-03-08 Pedro Alves <palves@redhat.com>
10077
10078 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
10079 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
10080
25dcbff6
PA
100812017-03-08 Pedro Alves <palves@redhat.com>
10082
10083 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
10084 PKRU as not supported as a PASS.
10085
dc9366eb
PA
100862017-03-08 Pedro Alves <palves@redhat.com>
10087
10088 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
10089 prefix instead of $binfile1/$binfile2.
10090 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
10091 in test message.
10092 * gdb.python/py-completion.exp: Use "load python file" as test
10093 messages instead of unstable path names.
10094
6e5d74e7
PA
100952017-03-08 Pedro Alves <palves@redhat.com>
10096 Jan Kratochvil <jan.kratochvil@redhat.com>
10097
10098 PR cli/21218
10099 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
10100 New proc.
10101 (top level): Call it.
10102
9753a2f6
PA
101032017-03-08 Pedro Alves <palves@redhat.com>
10104
10105 PR tui/21216
10106 * gdb.tui/tui-nl-filtered-output.exp: New file.
10107
1a4dd9dd
PA
101082017-03-08 Pedro Alves <palves@redhat.com>
10109
10110 * gdb.base/completion.exp: Move TUI completion tests to ...
10111 * gdb.tui/completion.exp: ... this new file.
10112
7cbbff33
PA
101132017-03-08 Pedro Alves <palves@redhat.com>
10114
10115 * gdb.base/tui-disasm-long-lines.c,
10116 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
10117 gdb.base/tui-layout.exp: Move to ...
10118 * gdb.tui/: ... this new directory.
10119
5f6fd321
PA
101202017-03-07 Pedro Alves <palves@redhat.com>
10121
10122 * gdb.base/tui-layout.c: New file.
10123 * gdb.base/tui-layout.exp: New file.
10124
44959fa8
PA
101252017-03-07 Pedro Alves <palves@redhat.com>
10126
10127 * gdb.base/tui-layout.c: Rename to ...
10128 * gdb.base/tui-disasm-long-lines.c: ... this.
10129 * gdb.base/tui-layout.exp: Rename to ...
10130 * gdb.base/tui-disasm-long-lines.exp: ... this.
10131
f8c4e718
PA
101322017-03-07 Pedro Alves <palves@redhat.com>
10133
10134 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
10135
6dbb839a 101362017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
4a612d6f
WT
10137
10138 * i386-mpx-call.c: New file.
10139 * i386-mpx-call.exp: New file.
10140
65b48a81
PB
101412017-02-28 Peter Bergner <bergner@vnet.ibm.com>
10142
10143 * gdb.arch/powerpc-power.exp: Delete test.
10144 * gdb.arch/powerpc-power.s: Likewise.
10145 * gdb.disasm/disassembler-options.exp: New test.
10146 * gdb.arch/powerpc-altivec.exp: Likewise.
10147 * gdb.arch/powerpc-altivec.s: Likewise.
10148 * gdb.arch/powerpc-altivec2.exp: Likewise.
10149 * gdb.arch/powerpc-altivec2.s: Likewise.
10150 * gdb.arch/powerpc-altivec3.exp: Likewise.
10151 * gdb.arch/powerpc-altivec3.s: Likewise.
10152 * gdb.arch/powerpc-power7.exp: Likewise.
10153 * gdb.arch/powerpc-power7.s: Likewise.
10154 * gdb.arch/powerpc-power8.exp: Likewise.
10155 * gdb.arch/powerpc-power8.s: Likewise.
10156 * gdb.arch/powerpc-power9.exp: Likewise.
10157 * gdb.arch/powerpc-power9.s: Likewise.
10158 * gdb.arch/powerpc-vsx.exp: Likewise.
10159 * gdb.arch/powerpc-vsx.s: Likewise.
10160 * gdb.arch/powerpc-vsx2.exp: Likewise.
10161 * gdb.arch/powerpc-vsx2.s: Likewise.
10162 * gdb.arch/powerpc-vsx3.exp: Likewise.
10163 * gdb.arch/powerpc-vsx3.s: Likewise.
10164 * gdb.arch/arm-disassembler-options.exp: Likewise.
10165 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
10166 * gdb.arch/s390-disassembler-options.exp: Likewise.
10167
17cd4947
LM
101682017-02-23 Luis Machado <lgustavo@codesourcery.com>
10169
10170 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
10171 (check_supported_features): ... this. Changed return type to void.
10172 (supports_rdseed): New static global.
10173 (rdseed): Check supports_rdseed.
10174 (initialize): Call check_supported_features.
10175
2039d74e
EBM
101762017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
10177
10178 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
10179 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
10180 and lqarx/stqcx.
10181 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
10182 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
10183
a51d7ecf
EBM
101842017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
10185
10186 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
10187 uppercase.
10188
0224619f
JK
101892017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10190
10191 * gdb.dwarf2/formdata16.c: New file.
10192 * gdb.dwarf2/formdata16.exp: New file.
10193 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
10194
216f72a1
JK
101952017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10196
10197 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
10198 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
10199 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
10200 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
10201 DW_AT_GNU_*.
10202
43988095
JK
102032017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10204
10205 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
10206
99e8a4f9
SDJ
102072017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
10208
10209 PR gdb/21164
10210 * gdb.base/maint.exp: Add testcases for when the commands do
10211 not have arguments.
10212
b58a8c0c
TP
102132017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
10214
10215 * gdb.cp/chained-calls.exp: Use p instead of P.
10216
4e746bb6
TW
102172017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
10218
10219 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
10220 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
10221
3f77c769
TT
102222017-02-14 Tom Tromey <tom@tromey.com>
10223
10224 PR python/13598:
10225 * gdb.python/py-events.exp: Add before_prompt event tests.
10226
075beec0
AA
102272017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
10228
10229 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
10230
bf5f525c
LM
102312017-02-13 Luis Machado <lgustavo@codesourcery.com>
10232
10233 * gdb.linespec/explicit.c (my_unique_function_name): New function.
10234 (main): Call my_unique_function_name.
10235 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
10236 completion of patterns with a single match.
10237 Add missing -re switches to gdb_test_multiple calls.
10238
13a66184
LM
102392017-02-13 Luis Machado <lgustavo@codesourcery.com>
10240
10241 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
10242 return if core file is not recognized.
10243
26a06916
SM
102442017-02-10 Simon Marchi <simon.marchi@ericsson.com>
10245
10246 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
10247 and extra UIs.
10248
b761ca9e
SM
102492017-02-10 Simon Marchi <simon.marchi@ericsson.com>
10250
10251 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
10252 proc_with_prefix.
10253
b964bee0
TT
102542017-02-10 Tom Tromey <tom@tromey.com>
10255
10256 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
10257
18da0c51
MG
102582017-02-10 Martin Galvan <martingalvan@sourceware.org>
10259
10260 PR gdb/21122
10261 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
10262
604c4576
JG
102632017-02-08 Jerome Guitton <guitton@adacore.com>
10264
10265 * gdb.base/define.exp: Add test for command abbreviations
10266 in define.
10267
20b477a7
LM
102682017-02-06 Luis Machado <lgustavo@codesourcery.com>
10269
10270 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
10271 * gdb.reverse/insn-reverse-x86.c: New file.
10272
3f7b46f2
IR
102732017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
10274
10275 PR tdep/20936
10276 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
10277
f0fd41c1
TT
102782017-02-03 Tom Tromey <tom@tromey.com>
10279
10280 PR rust/21097:
10281 * gdb.rust/simple.exp: Add new tests.
10282
5be5dbf0
PA
102832017-02-02 Pedro Alves <palves@redhat.com>
10284
10285 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
10286 tests.
10287
7346ef59
AA
102882017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
10289
10290 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
10291 taking a 2-byte value out of a 4-byte DWARF implicit value on
10292 big-endian targets.
10293 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
10294 logic. Add test cases for DW_OP_implicit.
10295
787f0025
MM
102962017-02-01 Markus Metzger <markus.t.metzger@intel.com>
10297
10298 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
10299
68777c29
MM
103002017-02-01 Markus Metzger <markus.t.metzger@intel.com>
10301
10302 * gdb.btrace/enable.exp: Call gdb_exit before
10303 skip_gdbserver_tests.
10304
0a1c7e28
MM
103052017-02-01 Markus Metzger <markus.t.metzger@intel.com>
10306
10307 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
10308 GDBFLAGS.
10309
b5ac99b0
MM
103102017-02-01 Markus Metzger <markus.t.metzger@intel.com>
10311
10312 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
10313 the test is skipped.
10314 * gdb.btrace/data.exp: Likewise.
10315 * gdb.btrace/delta.exp: Likewise.
10316 * gdb.btrace/dlopen.exp: Likewise.
10317 * gdb.btrace/enable-running.exp: Likewise.
10318 * gdb.btrace/enable.exp: Likewise.
10319 * gdb.btrace/exception.exp: Likewise.
10320 * gdb.btrace/function_call_history.exp: Likewise.
10321 * gdb.btrace/gcore.exp: Likewise.
10322 * gdb.btrace/instruction_history.exp: Likewise.
10323 * gdb.btrace/multi-thread-step.exp: Likewise.
10324 * gdb.btrace/nohist.exp: Likewise.
10325 * gdb.btrace/non-stop.exp: Likewise.
10326 * gdb.btrace/reconnect.exp: Likewise.
10327 * gdb.btrace/record_goto-step.exp: Likewise.
10328 * gdb.btrace/record_goto.exp: Likewise.
10329 * gdb.btrace/rn-dl-bind.exp: Likewise.
10330 * gdb.btrace/segv.exp: Likewise.
10331 * gdb.btrace/step.exp: Likewise.
10332 * gdb.btrace/stepi.exp: Likewise.
10333 * gdb.btrace/tailcall-only.exp: Likewise.
10334 * gdb.btrace/tailcall.exp: Likewise.
10335 * gdb.btrace/tsx.exp: Likewise.
10336 * gdb.btrace/unknown_functions.exp: Likewise.
10337 * gdb.btrace/vdso.exp: Likewise.
10338
cd4007e4
MM
103392017-02-01 Markus Metzger <markus.t.metzger@intel.com>
10340
10341 * gdb.btrace/enable-running.c: New.
10342 * gdb.btrace/enable-running.exp: New.
10343
2735833d
WT
103442017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
10345
10346 * gdb.arch/amd64-gs_base.c: New file.
10347 * gdb.arch/amd64-gs_base.exp: New file.
10348
b51e1e94
LM
103492017-01-26 Luis Machado <lgustavo@codesourcery.com>
10350
10351 * lib/memory.exp: Remove spurious empty newlines.
10352
72ca0410
SM
103532017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
10354
10355 * gdb.python/py-bad-printers.exp: Load python file using "source".
10356 * gdb.python/py-events.exp: Likewise.
10357 * gdb.python/py-evsignal.exp: Likewise.
10358 * gdb.python/py-evthreads.exp: Likewise.
10359 * gdb.python/py-frame-args.exp: Likewise.
10360 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
10361 * gdb.python/py-framefilter-mi.exp: Likewise.
10362 * gdb.python/py-framefilter.exp: Likewise.
10363 * gdb.python/py-mi.exp: Likewise.
10364 * gdb.python/py-pp-maint.exp: Likewise.
10365 * gdb.python/py-pp-registration.exp: Likewise.
10366 * gdb.python/py-prettyprint.exp: Likewise.
10367 (run_lang_tests): Likewise.
10368 * gdb.python/py-typeprint.exp: Likewise.
10369
e309aa65
LM
103702017-01-26 Luis Machado <lgustavo@codesourcery.com>
10371
10372 * lib/memory.exp: New file.
10373 * lib/gdb.exp: Load memory.exp.
10374 * gdb.base/memattr.exp (delete_memory): Move proc to
10375 lib/memory.exp and rename to delete_memory_regions.
10376 Replace delete_memory with delete_memory_regions.
10377 Cleanup memory regions before tests.
10378 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
10379 before tests.
10380
515aff23
LM
103812017-01-26 Luis Machado <lgustavo@codesourcery.com>
10382
10383 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
10384 files.
10385 (initialize): New function conditionally defined.
10386 (testcases): Move within conditional block.
10387 (main): Call initialize.
10388 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
10389 of gdb.reverse/insn-reverse.c.
10390 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
10391 gdb.reverse/insn-reverse.c.
10392
d8b49cf0
YQ
103932017-01-26 Yao Qi <yao.qi@linaro.org>
10394
10395 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
10396 disassemble on address 0.
10397
f13a9a0c
YQ
103982017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
10399 Yao Qi <yao.qi@linaro.org>
10400
10401 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
10402 * gdb.dwarf2/implptr-64bit.S: Remove.
10403 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
10404 variables in caller's context. Add DW_OP_implicit_value.
10405
5ac95241
YQ
104062017-01-25 Yao Qi <yao.qi@linaro.org>
10407
10408 * lib/dwarf.exp (Dwarf::_location): Handle
10409 DW_OP_GNU_implicit_pointer with proper size.
10410
23e82930
LM
104112017-01-20 Luis Machado <lgustavo@codesourcery.com>
10412
10413 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
10414 and add untested calls.
10415
d334ae25
LM
104162017-01-20 Luis Machado <lgustavo@codesourcery.com>
10417
10418 * gdb.python/python.exp: Check line number against what GDB thinks
10419 the line number is for func1.
10420
f5e6296e
IB
104212017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
10422
10423 * gdb.dlang/debug-expr.exp: New file.
10424
5b362f04
LM
104252016-12-23 Luis Machado <lgustavo@codesourcery.com>
10426
10427 Fix test names for the following files:
10428
10429 * gdb.ada/exec_changed.exp
10430 * gdb.ada/info_types.exp
10431 * gdb.arch/aarch64-atomic-inst.exp
10432 * gdb.arch/aarch64-fp.exp
10433 * gdb.arch/altivec-abi.exp
10434 * gdb.arch/altivec-regs.exp
10435 * gdb.arch/amd64-byte.exp
10436 * gdb.arch/amd64-disp-step.exp
10437 * gdb.arch/amd64-dword.exp
10438 * gdb.arch/amd64-entry-value-inline.exp
10439 * gdb.arch/amd64-entry-value-param.exp
10440 * gdb.arch/amd64-entry-value-paramref.exp
10441 * gdb.arch/amd64-entry-value.exp
10442 * gdb.arch/amd64-i386-address.exp
10443 * gdb.arch/amd64-invalid-stack-middle.exp
10444 * gdb.arch/amd64-invalid-stack-top.exp
10445 * gdb.arch/amd64-optimout-repeat.exp
10446 * gdb.arch/amd64-prologue-skip.exp
10447 * gdb.arch/amd64-prologue-xmm.exp
10448 * gdb.arch/amd64-stap-special-operands.exp
10449 * gdb.arch/amd64-stap-wrong-subexp.exp
10450 * gdb.arch/amd64-tailcall-cxx.exp
10451 * gdb.arch/amd64-tailcall-noret.exp
10452 * gdb.arch/amd64-tailcall-ret.exp
10453 * gdb.arch/amd64-tailcall-self.exp
10454 * gdb.arch/amd64-word.exp
10455 * gdb.arch/arm-bl-branch-dest.exp
10456 * gdb.arch/arm-disp-step.exp
10457 * gdb.arch/arm-neon.exp
10458 * gdb.arch/arm-single-step-kernel-helper.exp
10459 * gdb.arch/avr-flash-qualifier.exp
10460 * gdb.arch/disp-step-insn-reloc.exp
10461 * gdb.arch/e500-abi.exp
10462 * gdb.arch/e500-regs.exp
10463 * gdb.arch/ftrace-insn-reloc.exp
10464 * gdb.arch/i386-avx512.exp
10465 * gdb.arch/i386-bp_permanent.exp
10466 * gdb.arch/i386-byte.exp
10467 * gdb.arch/i386-cfi-notcurrent.exp
10468 * gdb.arch/i386-disp-step.exp
10469 * gdb.arch/i386-dr3-watch.exp
10470 * gdb.arch/i386-float.exp
10471 * gdb.arch/i386-gnu-cfi.exp
10472 * gdb.arch/i386-mpx-map.exp
10473 * gdb.arch/i386-mpx-sigsegv.exp
10474 * gdb.arch/i386-mpx-simple_segv.exp
10475 * gdb.arch/i386-mpx.exp
10476 * gdb.arch/i386-permbkpt.exp
10477 * gdb.arch/i386-prologue.exp
10478 * gdb.arch/i386-signal.exp
10479 * gdb.arch/i386-size-overlap.exp
10480 * gdb.arch/i386-unwind.exp
10481 * gdb.arch/i386-word.exp
10482 * gdb.arch/mips-fcr.exp
10483 * gdb.arch/powerpc-d128-regs.exp
10484 * gdb.arch/powerpc-stackless.exp
10485 * gdb.arch/ppc64-atomic-inst.exp
10486 * gdb.arch/s390-stackless.exp
10487 * gdb.arch/s390-tdbregs.exp
10488 * gdb.arch/s390-vregs.exp
10489 * gdb.arch/sparc-sysstep.exp
10490 * gdb.arch/thumb-bx-pc.exp
10491 * gdb.arch/thumb-singlestep.exp
10492 * gdb.arch/thumb2-it.exp
10493 * gdb.arch/vsx-regs.exp
10494 * gdb.asm/asm-source.exp
10495 * gdb.base/a2-run.exp
10496 * gdb.base/advance.exp
10497 * gdb.base/all-bin.exp
10498 * gdb.base/anon.exp
10499 * gdb.base/args.exp
10500 * gdb.base/arithmet.exp
10501 * gdb.base/async-shell.exp
10502 * gdb.base/async.exp
10503 * gdb.base/attach-pie-noexec.exp
10504 * gdb.base/attach-twice.exp
10505 * gdb.base/auto-load.exp
10506 * gdb.base/bang.exp
10507 * gdb.base/bitfields.exp
10508 * gdb.base/break-always.exp
10509 * gdb.base/break-caller-line.exp
10510 * gdb.base/break-entry.exp
10511 * gdb.base/break-inline.exp
10512 * gdb.base/break-on-linker-gcd-function.exp
10513 * gdb.base/break-probes.exp
10514 * gdb.base/break.exp
10515 * gdb.base/breakpoint-shadow.exp
10516 * gdb.base/call-ar-st.exp
10517 * gdb.base/call-sc.exp
10518 * gdb.base/call-signal-resume.exp
10519 * gdb.base/call-strs.exp
10520 * gdb.base/callfuncs.exp
10521 * gdb.base/catch-fork-static.exp
10522 * gdb.base/catch-gdb-caused-signals.exp
10523 * gdb.base/catch-load.exp
10524 * gdb.base/catch-signal-fork.exp
10525 * gdb.base/catch-signal.exp
10526 * gdb.base/catch-syscall.exp
10527 * gdb.base/charset.exp
10528 * gdb.base/checkpoint.exp
10529 * gdb.base/chng-syms.exp
10530 * gdb.base/code-expr.exp
10531 * gdb.base/code_elim.exp
10532 * gdb.base/commands.exp
10533 * gdb.base/completion.exp
10534 * gdb.base/complex.exp
10535 * gdb.base/cond-expr.exp
10536 * gdb.base/condbreak.exp
10537 * gdb.base/consecutive.exp
10538 * gdb.base/continue-all-already-running.exp
10539 * gdb.base/coredump-filter.exp
10540 * gdb.base/corefile.exp
10541 * gdb.base/dbx.exp
10542 * gdb.base/debug-expr.exp
10543 * gdb.base/define.exp
10544 * gdb.base/del.exp
10545 * gdb.base/disabled-location.exp
10546 * gdb.base/disasm-end-cu.exp
10547 * gdb.base/disasm-optim.exp
10548 * gdb.base/display.exp
10549 * gdb.base/duplicate-bp.exp
10550 * gdb.base/ena-dis-br.exp
10551 * gdb.base/ending-run.exp
10552 * gdb.base/enumval.exp
10553 * gdb.base/environ.exp
10554 * gdb.base/eu-strip-infcall.exp
10555 * gdb.base/eval-avoid-side-effects.exp
10556 * gdb.base/eval-skip.exp
10557 * gdb.base/exitsignal.exp
10558 * gdb.base/expand-psymtabs.exp
10559 * gdb.base/filesym.exp
10560 * gdb.base/find-unmapped.exp
10561 * gdb.base/finish.exp
10562 * gdb.base/float.exp
10563 * gdb.base/foll-exec-mode.exp
10564 * gdb.base/foll-exec.exp
10565 * gdb.base/foll-fork.exp
10566 * gdb.base/fortran-sym-case.exp
10567 * gdb.base/freebpcmd.exp
10568 * gdb.base/func-ptr.exp
10569 * gdb.base/func-ptrs.exp
10570 * gdb.base/funcargs.exp
10571 * gdb.base/gcore-buffer-overflow.exp
10572 * gdb.base/gcore-relro-pie.exp
10573 * gdb.base/gcore-relro.exp
10574 * gdb.base/gcore.exp
10575 * gdb.base/gdb1090.exp
10576 * gdb.base/gdb11530.exp
10577 * gdb.base/gdb11531.exp
10578 * gdb.base/gdb1821.exp
10579 * gdb.base/gdbindex-stabs.exp
10580 * gdb.base/gdbvars.exp
10581 * gdb.base/hbreak.exp
10582 * gdb.base/hbreak2.exp
10583 * gdb.base/included.exp
10584 * gdb.base/infcall-input.exp
10585 * gdb.base/inferior-died.exp
10586 * gdb.base/infnan.exp
10587 * gdb.base/info-macros.exp
10588 * gdb.base/info-os.exp
10589 * gdb.base/info-proc.exp
10590 * gdb.base/info-shared.exp
10591 * gdb.base/info-target.exp
10592 * gdb.base/infoline.exp
10593 * gdb.base/interp.exp
10594 * gdb.base/interrupt.exp
10595 * gdb.base/jit-reader.exp
10596 * gdb.base/jit-simple.exp
10597 * gdb.base/kill-after-signal.exp
10598 * gdb.base/kill-detach-inferiors-cmd.exp
10599 * gdb.base/label.exp
10600 * gdb.base/langs.exp
10601 * gdb.base/ldbl_e308.exp
10602 * gdb.base/line-symtabs.exp
10603 * gdb.base/linespecs.exp
10604 * gdb.base/list.exp
10605 * gdb.base/long_long.exp
10606 * gdb.base/longest-types.exp
10607 * gdb.base/maint.exp
10608 * gdb.base/max-value-size.exp
10609 * gdb.base/memattr.exp
10610 * gdb.base/mips_pro.exp
10611 * gdb.base/morestack.exp
10612 * gdb.base/moribund-step.exp
10613 * gdb.base/multi-forks.exp
10614 * gdb.base/nested-addr.exp
10615 * gdb.base/nextoverexit.exp
10616 * gdb.base/noreturn-finish.exp
10617 * gdb.base/noreturn-return.exp
10618 * gdb.base/nostdlib.exp
10619 * gdb.base/offsets.exp
10620 * gdb.base/opaque.exp
10621 * gdb.base/pc-fp.exp
10622 * gdb.base/permissions.exp
10623 * gdb.base/print-symbol-loading.exp
10624 * gdb.base/prologue-include.exp
10625 * gdb.base/psymtab.exp
10626 * gdb.base/ptype.exp
10627 * gdb.base/random-signal.exp
10628 * gdb.base/randomize.exp
10629 * gdb.base/range-stepping.exp
10630 * gdb.base/readline-ask.exp
10631 * gdb.base/recpar.exp
10632 * gdb.base/recurse.exp
10633 * gdb.base/relational.exp
10634 * gdb.base/restore.exp
10635 * gdb.base/return-nodebug.exp
10636 * gdb.base/return.exp
10637 * gdb.base/run-after-attach.exp
10638 * gdb.base/save-bp.exp
10639 * gdb.base/scope.exp
10640 * gdb.base/sect-cmd.exp
10641 * gdb.base/set-lang-auto.exp
10642 * gdb.base/set-noassign.exp
10643 * gdb.base/setvar.exp
10644 * gdb.base/sigall.exp
10645 * gdb.base/sigbpt.exp
10646 * gdb.base/siginfo-addr.exp
10647 * gdb.base/siginfo-infcall.exp
10648 * gdb.base/siginfo-obj.exp
10649 * gdb.base/siginfo.exp
10650 * gdb.base/signals-state-child.exp
10651 * gdb.base/signest.exp
10652 * gdb.base/sigstep.exp
10653 * gdb.base/sizeof.exp
10654 * gdb.base/skip.exp
10655 * gdb.base/solib-corrupted.exp
10656 * gdb.base/solib-nodir.exp
10657 * gdb.base/solib-search.exp
10658 * gdb.base/stack-checking.exp
10659 * gdb.base/stale-infcall.exp
10660 * gdb.base/stap-probe.exp
10661 * gdb.base/start.exp
10662 * gdb.base/step-break.exp
10663 * gdb.base/step-bt.exp
10664 * gdb.base/step-line.exp
10665 * gdb.base/step-over-exit.exp
10666 * gdb.base/step-over-syscall.exp
10667 * gdb.base/step-resume-infcall.exp
10668 * gdb.base/step-test.exp
10669 * gdb.base/store.exp
10670 * gdb.base/structs3.exp
10671 * gdb.base/sym-file.exp
10672 * gdb.base/symbol-without-target_section.exp
10673 * gdb.base/term.exp
10674 * gdb.base/testenv.exp
10675 * gdb.base/ui-redirect.exp
10676 * gdb.base/until.exp
10677 * gdb.base/unwindonsignal.exp
10678 * gdb.base/value-double-free.exp
10679 * gdb.base/vla-datatypes.exp
10680 * gdb.base/vla-ptr.exp
10681 * gdb.base/vla-sideeffect.exp
10682 * gdb.base/volatile.exp
10683 * gdb.base/watch-cond-infcall.exp
10684 * gdb.base/watch-cond.exp
10685 * gdb.base/watch-non-mem.exp
10686 * gdb.base/watch-read.exp
10687 * gdb.base/watch-vfork.exp
10688 * gdb.base/watchpoint-cond-gone.exp
10689 * gdb.base/watchpoint-delete.exp
10690 * gdb.base/watchpoint-hw-hit-once.exp
10691 * gdb.base/watchpoint-hw.exp
10692 * gdb.base/watchpoint-stops-at-right-insn.exp
10693 * gdb.base/watchpoints.exp
10694 * gdb.base/wchar.exp
10695 * gdb.base/whatis-exp.exp
10696 * gdb.btrace/buffer-size.exp
10697 * gdb.btrace/data.exp
10698 * gdb.btrace/delta.exp
10699 * gdb.btrace/dlopen.exp
10700 * gdb.btrace/enable.exp
10701 * gdb.btrace/exception.exp
10702 * gdb.btrace/function_call_history.exp
10703 * gdb.btrace/gcore.exp
10704 * gdb.btrace/instruction_history.exp
10705 * gdb.btrace/nohist.exp
10706 * gdb.btrace/reconnect.exp
10707 * gdb.btrace/record_goto-step.exp
10708 * gdb.btrace/record_goto.exp
10709 * gdb.btrace/rn-dl-bind.exp
10710 * gdb.btrace/segv.exp
10711 * gdb.btrace/step.exp
10712 * gdb.btrace/stepi.exp
10713 * gdb.btrace/tailcall-only.exp
10714 * gdb.btrace/tailcall.exp
10715 * gdb.btrace/tsx.exp
10716 * gdb.btrace/unknown_functions.exp
10717 * gdb.btrace/vdso.exp
10718 * gdb.compile/compile-ifunc.exp
10719 * gdb.compile/compile-ops.exp
10720 * gdb.compile/compile-print.exp
10721 * gdb.compile/compile-setjmp.exp
10722 * gdb.cp/abstract-origin.exp
10723 * gdb.cp/ambiguous.exp
10724 * gdb.cp/annota2.exp
10725 * gdb.cp/annota3.exp
10726 * gdb.cp/anon-ns.exp
10727 * gdb.cp/anon-struct.exp
10728 * gdb.cp/anon-union.exp
10729 * gdb.cp/arg-reference.exp
10730 * gdb.cp/baseenum.exp
10731 * gdb.cp/bool.exp
10732 * gdb.cp/breakpoint.exp
10733 * gdb.cp/bs15503.exp
10734 * gdb.cp/call-c.exp
10735 * gdb.cp/casts.exp
10736 * gdb.cp/chained-calls.exp
10737 * gdb.cp/class2.exp
10738 * gdb.cp/classes.exp
10739 * gdb.cp/cmpd-minsyms.exp
10740 * gdb.cp/converts.exp
10741 * gdb.cp/cp-relocate.exp
10742 * gdb.cp/cpcompletion.exp
10743 * gdb.cp/cpexprs.exp
10744 * gdb.cp/cplabel.exp
10745 * gdb.cp/cplusfuncs.exp
10746 * gdb.cp/cpsizeof.exp
10747 * gdb.cp/ctti.exp
10748 * gdb.cp/derivation.exp
10749 * gdb.cp/destrprint.exp
10750 * gdb.cp/dispcxx.exp
10751 * gdb.cp/enum-class.exp
10752 * gdb.cp/exception.exp
10753 * gdb.cp/exceptprint.exp
10754 * gdb.cp/expand-psymtabs-cxx.exp
10755 * gdb.cp/expand-sals.exp
10756 * gdb.cp/extern-c.exp
10757 * gdb.cp/filename.exp
10758 * gdb.cp/formatted-ref.exp
10759 * gdb.cp/fpointer.exp
10760 * gdb.cp/gdb1355.exp
10761 * gdb.cp/gdb2495.exp
10762 * gdb.cp/hang.exp
10763 * gdb.cp/impl-this.exp
10764 * gdb.cp/infcall-dlopen.exp
10765 * gdb.cp/inherit.exp
10766 * gdb.cp/iostream.exp
10767 * gdb.cp/koenig.exp
10768 * gdb.cp/local.exp
10769 * gdb.cp/m-data.exp
10770 * gdb.cp/m-static.exp
10771 * gdb.cp/mb-ctor.exp
10772 * gdb.cp/mb-inline.exp
10773 * gdb.cp/mb-templates.exp
10774 * gdb.cp/member-name.exp
10775 * gdb.cp/member-ptr.exp
10776 * gdb.cp/meth-typedefs.exp
10777 * gdb.cp/method.exp
10778 * gdb.cp/method2.exp
10779 * gdb.cp/minsym-fallback.exp
10780 * gdb.cp/misc.exp
10781 * gdb.cp/namelessclass.exp
10782 * gdb.cp/namespace-enum.exp
10783 * gdb.cp/namespace-nested-import.exp
10784 * gdb.cp/namespace.exp
10785 * gdb.cp/nextoverthrow.exp
10786 * gdb.cp/no-dmgl-verbose.exp
10787 * gdb.cp/non-trivial-retval.exp
10788 * gdb.cp/noparam.exp
10789 * gdb.cp/nsdecl.exp
10790 * gdb.cp/nsimport.exp
10791 * gdb.cp/nsnested.exp
10792 * gdb.cp/nsnoimports.exp
10793 * gdb.cp/nsrecurs.exp
10794 * gdb.cp/nsstress.exp
10795 * gdb.cp/nsusing.exp
10796 * gdb.cp/operator.exp
10797 * gdb.cp/oranking.exp
10798 * gdb.cp/overload-const.exp
10799 * gdb.cp/overload.exp
10800 * gdb.cp/ovldbreak.exp
10801 * gdb.cp/ovsrch.exp
10802 * gdb.cp/paren-type.exp
10803 * gdb.cp/parse-lang.exp
10804 * gdb.cp/pass-by-ref.exp
10805 * gdb.cp/pr-1023.exp
10806 * gdb.cp/pr-1210.exp
10807 * gdb.cp/pr-574.exp
10808 * gdb.cp/pr10687.exp
10809 * gdb.cp/pr12028.exp
10810 * gdb.cp/pr17132.exp
10811 * gdb.cp/pr17494.exp
10812 * gdb.cp/pr9067.exp
10813 * gdb.cp/pr9167.exp
10814 * gdb.cp/pr9631.exp
10815 * gdb.cp/printmethod.exp
10816 * gdb.cp/psmang.exp
10817 * gdb.cp/psymtab-parameter.exp
10818 * gdb.cp/ptype-cv-cp.exp
10819 * gdb.cp/ptype-flags.exp
10820 * gdb.cp/re-set-overloaded.exp
10821 * gdb.cp/ref-types.exp
10822 * gdb.cp/rtti.exp
10823 * gdb.cp/scope-err.exp
10824 * gdb.cp/shadow.exp
10825 * gdb.cp/smartp.exp
10826 * gdb.cp/static-method.exp
10827 * gdb.cp/static-print-quit.exp
10828 * gdb.cp/temargs.exp
10829 * gdb.cp/templates.exp
10830 * gdb.cp/try_catch.exp
10831 * gdb.cp/typedef-operator.exp
10832 * gdb.cp/typeid.exp
10833 * gdb.cp/userdef.exp
10834 * gdb.cp/using-crash.exp
10835 * gdb.cp/var-tag.exp
10836 * gdb.cp/virtbase.exp
10837 * gdb.cp/virtfunc.exp
10838 * gdb.cp/virtfunc2.exp
10839 * gdb.cp/vla-cxx.exp
10840 * gdb.disasm/t01_mov.exp
10841 * gdb.disasm/t02_mova.exp
10842 * gdb.disasm/t03_add.exp
10843 * gdb.disasm/t04_sub.exp
10844 * gdb.disasm/t05_cmp.exp
10845 * gdb.disasm/t06_ari2.exp
10846 * gdb.disasm/t07_ari3.exp
10847 * gdb.disasm/t08_or.exp
10848 * gdb.disasm/t09_xor.exp
10849 * gdb.disasm/t10_and.exp
10850 * gdb.disasm/t11_logs.exp
10851 * gdb.disasm/t12_bit.exp
10852 * gdb.disasm/t13_otr.exp
10853 * gdb.dlang/circular.exp
10854 * gdb.dwarf2/arr-stride.exp
10855 * gdb.dwarf2/arr-subrange.exp
10856 * gdb.dwarf2/atomic-type.exp
10857 * gdb.dwarf2/bad-regnum.exp
10858 * gdb.dwarf2/bitfield-parent-optimized-out.exp
10859 * gdb.dwarf2/callframecfa.exp
10860 * gdb.dwarf2/clztest.exp
10861 * gdb.dwarf2/corrupt.exp
10862 * gdb.dwarf2/data-loc.exp
10863 * gdb.dwarf2/dup-psym.exp
10864 * gdb.dwarf2/dw2-anon-mptr.exp
10865 * gdb.dwarf2/dw2-anonymous-func.exp
10866 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
10867 * gdb.dwarf2/dw2-bad-unresolved.exp
10868 * gdb.dwarf2/dw2-basic.exp
10869 * gdb.dwarf2/dw2-canonicalize-type.exp
10870 * gdb.dwarf2/dw2-case-insensitive.exp
10871 * gdb.dwarf2/dw2-common-block.exp
10872 * gdb.dwarf2/dw2-compdir-oldgcc.exp
10873 * gdb.dwarf2/dw2-compressed.exp
10874 * gdb.dwarf2/dw2-const.exp
10875 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
10876 * gdb.dwarf2/dw2-cu-size.exp
10877 * gdb.dwarf2/dw2-dup-frame.exp
10878 * gdb.dwarf2/dw2-entry-value.exp
10879 * gdb.dwarf2/dw2-icycle.exp
10880 * gdb.dwarf2/dw2-ifort-parameter.exp
10881 * gdb.dwarf2/dw2-inline-break.exp
10882 * gdb.dwarf2/dw2-inline-param.exp
10883 * gdb.dwarf2/dw2-intercu.exp
10884 * gdb.dwarf2/dw2-intermix.exp
10885 * gdb.dwarf2/dw2-lexical-block-bare.exp
10886 * gdb.dwarf2/dw2-linkage-name-trust.exp
10887 * gdb.dwarf2/dw2-minsym-in-cu.exp
10888 * gdb.dwarf2/dw2-noloc.exp
10889 * gdb.dwarf2/dw2-op-call.exp
10890 * gdb.dwarf2/dw2-op-out-param.exp
10891 * gdb.dwarf2/dw2-opt-structptr.exp
10892 * gdb.dwarf2/dw2-param-error.exp
10893 * gdb.dwarf2/dw2-producer.exp
10894 * gdb.dwarf2/dw2-ranges-base.exp
10895 * gdb.dwarf2/dw2-ref-missing-frame.exp
10896 * gdb.dwarf2/dw2-reg-undefined.exp
10897 * gdb.dwarf2/dw2-regno-invalid.exp
10898 * gdb.dwarf2/dw2-restore.exp
10899 * gdb.dwarf2/dw2-restrict.exp
10900 * gdb.dwarf2/dw2-single-line-discriminators.exp
10901 * gdb.dwarf2/dw2-strp.exp
10902 * gdb.dwarf2/dw2-undefined-ret-addr.exp
10903 * gdb.dwarf2/dw2-unresolved.exp
10904 * gdb.dwarf2/dw2-var-zero-addr.exp
10905 * gdb.dwarf2/dw4-sig-types.exp
10906 * gdb.dwarf2/dwz.exp
10907 * gdb.dwarf2/dynarr-ptr.exp
10908 * gdb.dwarf2/enum-type.exp
10909 * gdb.dwarf2/gdb-index.exp
10910 * gdb.dwarf2/implptr-64bit.exp
10911 * gdb.dwarf2/implptr-optimized-out.exp
10912 * gdb.dwarf2/implptr.exp
10913 * gdb.dwarf2/implref-array.exp
10914 * gdb.dwarf2/implref-const.exp
10915 * gdb.dwarf2/implref-global.exp
10916 * gdb.dwarf2/implref-struct.exp
10917 * gdb.dwarf2/mac-fileno.exp
10918 * gdb.dwarf2/main-subprogram.exp
10919 * gdb.dwarf2/member-ptr-forwardref.exp
10920 * gdb.dwarf2/method-ptr.exp
10921 * gdb.dwarf2/missing-sig-type.exp
10922 * gdb.dwarf2/nonvar-access.exp
10923 * gdb.dwarf2/opaque-type-lookup.exp
10924 * gdb.dwarf2/pieces-optimized-out.exp
10925 * gdb.dwarf2/pieces.exp
10926 * gdb.dwarf2/pr10770.exp
10927 * gdb.dwarf2/pr13961.exp
10928 * gdb.dwarf2/staticvirtual.exp
10929 * gdb.dwarf2/subrange.exp
10930 * gdb.dwarf2/symtab-producer.exp
10931 * gdb.dwarf2/trace-crash.exp
10932 * gdb.dwarf2/typeddwarf.exp
10933 * gdb.dwarf2/valop.exp
10934 * gdb.dwarf2/watch-notconst.exp
10935 * gdb.fortran/array-element.exp
10936 * gdb.fortran/charset.exp
10937 * gdb.fortran/common-block.exp
10938 * gdb.fortran/complex.exp
10939 * gdb.fortran/derived-type-function.exp
10940 * gdb.fortran/derived-type.exp
10941 * gdb.fortran/logical.exp
10942 * gdb.fortran/module.exp
10943 * gdb.fortran/multi-dim.exp
10944 * gdb.fortran/nested-funcs.exp
10945 * gdb.fortran/print-formatted.exp
10946 * gdb.fortran/subarray.exp
10947 * gdb.fortran/vla-alloc-assoc.exp
10948 * gdb.fortran/vla-datatypes.exp
10949 * gdb.fortran/vla-history.exp
10950 * gdb.fortran/vla-ptr-info.exp
10951 * gdb.fortran/vla-ptype-sub.exp
10952 * gdb.fortran/vla-ptype.exp
10953 * gdb.fortran/vla-sizeof.exp
10954 * gdb.fortran/vla-type.exp
10955 * gdb.fortran/vla-value-sub-arbitrary.exp
10956 * gdb.fortran/vla-value-sub-finish.exp
10957 * gdb.fortran/vla-value-sub.exp
10958 * gdb.fortran/vla-value.exp
10959 * gdb.fortran/whatis_type.exp
10960 * gdb.go/chan.exp
10961 * gdb.go/handcall.exp
10962 * gdb.go/hello.exp
10963 * gdb.go/integers.exp
10964 * gdb.go/methods.exp
10965 * gdb.go/package.exp
10966 * gdb.go/strings.exp
10967 * gdb.go/types.exp
10968 * gdb.go/unsafe.exp
10969 * gdb.guile/scm-arch.exp
10970 * gdb.guile/scm-block.exp
10971 * gdb.guile/scm-breakpoint.exp
10972 * gdb.guile/scm-cmd.exp
10973 * gdb.guile/scm-disasm.exp
10974 * gdb.guile/scm-equal.exp
10975 * gdb.guile/scm-frame-args.exp
10976 * gdb.guile/scm-frame-inline.exp
10977 * gdb.guile/scm-frame.exp
10978 * gdb.guile/scm-iterator.exp
10979 * gdb.guile/scm-math.exp
10980 * gdb.guile/scm-objfile.exp
10981 * gdb.guile/scm-ports.exp
10982 * gdb.guile/scm-symbol.exp
10983 * gdb.guile/scm-symtab.exp
10984 * gdb.guile/scm-value-cc.exp
10985 * gdb.guile/types-module.exp
10986 * gdb.linespec/break-ask.exp
10987 * gdb.linespec/cpexplicit.exp
10988 * gdb.linespec/explicit.exp
10989 * gdb.linespec/keywords.exp
10990 * gdb.linespec/linespec.exp
10991 * gdb.linespec/ls-dollar.exp
10992 * gdb.linespec/ls-errs.exp
10993 * gdb.linespec/skip-two.exp
10994 * gdb.linespec/thread.exp
10995 * gdb.mi/mi-async.exp
10996 * gdb.mi/mi-basics.exp
10997 * gdb.mi/mi-break.exp
10998 * gdb.mi/mi-catch-load.exp
10999 * gdb.mi/mi-cli.exp
11000 * gdb.mi/mi-cmd-param-changed.exp
11001 * gdb.mi/mi-console.exp
11002 * gdb.mi/mi-detach.exp
11003 * gdb.mi/mi-disassemble.exp
11004 * gdb.mi/mi-eval.exp
11005 * gdb.mi/mi-file-transfer.exp
11006 * gdb.mi/mi-file.exp
11007 * gdb.mi/mi-fill-memory.exp
11008 * gdb.mi/mi-inheritance-syntax-error.exp
11009 * gdb.mi/mi-linespec-err-cp.exp
11010 * gdb.mi/mi-logging.exp
11011 * gdb.mi/mi-memory-changed.exp
11012 * gdb.mi/mi-read-memory.exp
11013 * gdb.mi/mi-record-changed.exp
11014 * gdb.mi/mi-reg-undefined.exp
11015 * gdb.mi/mi-regs.exp
11016 * gdb.mi/mi-return.exp
11017 * gdb.mi/mi-reverse.exp
11018 * gdb.mi/mi-simplerun.exp
11019 * gdb.mi/mi-solib.exp
11020 * gdb.mi/mi-stack.exp
11021 * gdb.mi/mi-stepi.exp
11022 * gdb.mi/mi-syn-frame.exp
11023 * gdb.mi/mi-until.exp
11024 * gdb.mi/mi-var-block.exp
11025 * gdb.mi/mi-var-child.exp
11026 * gdb.mi/mi-var-cmd.exp
11027 * gdb.mi/mi-var-cp.exp
11028 * gdb.mi/mi-var-display.exp
11029 * gdb.mi/mi-var-invalidate.exp
11030 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
11031 * gdb.mi/mi-vla-fortran.exp
11032 * gdb.mi/mi-watch.exp
11033 * gdb.mi/mi2-var-child.exp
11034 * gdb.mi/user-selected-context-sync.exp
11035 * gdb.modula2/unbounded-array.exp
11036 * gdb.multi/dummy-frame-restore.exp
11037 * gdb.multi/multi-arch-exec.exp
11038 * gdb.multi/multi-arch.exp
11039 * gdb.multi/tids.exp
11040 * gdb.multi/watchpoint-multi.exp
11041 * gdb.opencl/callfuncs.exp
11042 * gdb.opencl/convs_casts.exp
11043 * gdb.opencl/datatypes.exp
11044 * gdb.opencl/operators.exp
11045 * gdb.opencl/vec_comps.exp
11046 * gdb.opt/clobbered-registers-O2.exp
11047 * gdb.opt/inline-break.exp
11048 * gdb.opt/inline-bt.exp
11049 * gdb.opt/inline-cmds.exp
11050 * gdb.opt/inline-locals.exp
11051 * gdb.pascal/case-insensitive-symbols.exp
11052 * gdb.pascal/floats.exp
11053 * gdb.pascal/gdb11492.exp
11054 * gdb.python/lib-types.exp
11055 * gdb.python/py-arch.exp
11056 * gdb.python/py-as-string.exp
11057 * gdb.python/py-bad-printers.exp
11058 * gdb.python/py-block.exp
11059 * gdb.python/py-breakpoint-create-fail.exp
11060 * gdb.python/py-breakpoint.exp
11061 * gdb.python/py-caller-is.exp
11062 * gdb.python/py-cmd.exp
11063 * gdb.python/py-explore-cc.exp
11064 * gdb.python/py-explore.exp
11065 * gdb.python/py-finish-breakpoint.exp
11066 * gdb.python/py-finish-breakpoint2.exp
11067 * gdb.python/py-frame-args.exp
11068 * gdb.python/py-frame-inline.exp
11069 * gdb.python/py-frame.exp
11070 * gdb.python/py-framefilter-mi.exp
11071 * gdb.python/py-infthread.exp
11072 * gdb.python/py-lazy-string.exp
11073 * gdb.python/py-linetable.exp
11074 * gdb.python/py-mi-events.exp
11075 * gdb.python/py-mi-objfile.exp
11076 * gdb.python/py-mi.exp
11077 * gdb.python/py-objfile.exp
11078 * gdb.python/py-pp-integral.exp
11079 * gdb.python/py-pp-maint.exp
11080 * gdb.python/py-pp-re-notag.exp
11081 * gdb.python/py-pp-registration.exp
11082 * gdb.python/py-recurse-unwind.exp
11083 * gdb.python/py-strfns.exp
11084 * gdb.python/py-symbol.exp
11085 * gdb.python/py-symtab.exp
11086 * gdb.python/py-sync-interp.exp
11087 * gdb.python/py-typeprint.exp
11088 * gdb.python/py-unwind-maint.exp
11089 * gdb.python/py-unwind.exp
11090 * gdb.python/py-value-cc.exp
11091 * gdb.python/py-xmethods.exp
11092 * gdb.reverse/amd64-tailcall-reverse.exp
11093 * gdb.reverse/break-precsave.exp
11094 * gdb.reverse/break-reverse.exp
11095 * gdb.reverse/consecutive-precsave.exp
11096 * gdb.reverse/consecutive-reverse.exp
11097 * gdb.reverse/finish-precsave.exp
11098 * gdb.reverse/finish-reverse-bkpt.exp
11099 * gdb.reverse/finish-reverse.exp
11100 * gdb.reverse/fstatat-reverse.exp
11101 * gdb.reverse/getresuid-reverse.exp
11102 * gdb.reverse/i386-precsave.exp
11103 * gdb.reverse/i386-reverse.exp
11104 * gdb.reverse/i386-sse-reverse.exp
11105 * gdb.reverse/i387-env-reverse.exp
11106 * gdb.reverse/i387-stack-reverse.exp
11107 * gdb.reverse/insn-reverse.exp
11108 * gdb.reverse/machinestate-precsave.exp
11109 * gdb.reverse/machinestate.exp
11110 * gdb.reverse/next-reverse-bkpt-over-sr.exp
11111 * gdb.reverse/pipe-reverse.exp
11112 * gdb.reverse/readv-reverse.exp
11113 * gdb.reverse/recvmsg-reverse.exp
11114 * gdb.reverse/rerun-prec.exp
11115 * gdb.reverse/s390-mvcle.exp
11116 * gdb.reverse/step-precsave.exp
11117 * gdb.reverse/step-reverse.exp
11118 * gdb.reverse/time-reverse.exp
11119 * gdb.reverse/until-precsave.exp
11120 * gdb.reverse/until-reverse.exp
11121 * gdb.reverse/waitpid-reverse.exp
11122 * gdb.reverse/watch-precsave.exp
11123 * gdb.reverse/watch-reverse.exp
11124 * gdb.rust/generics.exp
11125 * gdb.rust/methods.exp
11126 * gdb.rust/modules.exp
11127 * gdb.rust/simple.exp
11128 * gdb.server/connect-with-no-symbol-file.exp
11129 * gdb.server/ext-attach.exp
11130 * gdb.server/ext-restart.exp
11131 * gdb.server/ext-wrapper.exp
11132 * gdb.server/file-transfer.exp
11133 * gdb.server/server-exec-info.exp
11134 * gdb.server/server-kill.exp
11135 * gdb.server/server-mon.exp
11136 * gdb.server/wrapper.exp
11137 * gdb.stabs/exclfwd.exp
11138 * gdb.stabs/gdb11479.exp
11139 * gdb.threads/clone-new-thread-event.exp
11140 * gdb.threads/corethreads.exp
11141 * gdb.threads/current-lwp-dead.exp
11142 * gdb.threads/dlopen-libpthread.exp
11143 * gdb.threads/gcore-thread.exp
11144 * gdb.threads/sigstep-threads.exp
11145 * gdb.threads/watchpoint-fork.exp
11146 * gdb.trace/actions-changed.exp
11147 * gdb.trace/backtrace.exp
11148 * gdb.trace/change-loc.exp
11149 * gdb.trace/circ.exp
11150 * gdb.trace/collection.exp
11151 * gdb.trace/disconnected-tracing.exp
11152 * gdb.trace/ftrace.exp
11153 * gdb.trace/mi-trace-frame-collected.exp
11154 * gdb.trace/mi-trace-unavailable.exp
11155 * gdb.trace/mi-traceframe-changed.exp
11156 * gdb.trace/mi-tsv-changed.exp
11157 * gdb.trace/no-attach-trace.exp
11158 * gdb.trace/passc-dyn.exp
11159 * gdb.trace/qtro.exp
11160 * gdb.trace/range-stepping.exp
11161 * gdb.trace/read-memory.exp
11162 * gdb.trace/save-trace.exp
11163 * gdb.trace/signal.exp
11164 * gdb.trace/status-stop.exp
11165 * gdb.trace/tfile.exp
11166 * gdb.trace/trace-break.exp
11167 * gdb.trace/trace-buffer-size.exp
11168 * gdb.trace/trace-condition.exp
11169 * gdb.trace/tracefile-pseudo-reg.exp
11170 * gdb.trace/tstatus.exp
11171 * gdb.trace/unavailable.exp
11172 * gdb.trace/while-dyn.exp
11173 * gdb.trace/while-stepping.exp
11174
34c41c68
DE
111752016-12-22 Doug Evans <xdje42@gmail.com>
11176
11177 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
11178 and msymbols.
11179
16e69324
YQ
111802016-12-19 Yao Qi <yao.qi@linaro.org>
11181
11182 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
11183 (test_with_self): Don't call do_steps_and_nexts, and remove
11184 code about stepping into xmalloc.
11185
f94f411b
YQ
111862016-12-09 Yao Qi <yao.qi@linaro.org>
11187
11188 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
11189
111902016-12-09 Yao Qi <yao.qi@linaro.org>
11191
11192 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
11193
f1b5deee
PA
111942016-12-09 Pedro Alves <palves@redhat.com>
11195
11196 * gdb.base/all-architectures-0.exp: New file.
11197 * gdb.base/all-architectures-1.exp: New file.
11198 * gdb.base/all-architectures-2.exp: New file.
11199 * gdb.base/all-architectures-3.exp: New file.
11200 * gdb.base/all-architectures-4.exp: New file.
11201 * gdb.base/all-architectures-5.exp: New file.
11202 * gdb.base/all-architectures-6.exp: New file.
11203 * gdb.base/all-architectures-7.exp: New file.
11204 * gdb.base/all-architectures.exp.in: New file.
11205
364ca42e
YQ
112062016-12-09 Yao Qi <yao.qi@linaro.org>
11207
11208 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
11209
107c2d62
LM
112102016-12-02 Luis Machado <lgustavo@codesourcery.com>
11211
11212 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
11213 possible.
11214 Remove useless pattern-matching code.
11215
df3ee9ca
PA
112162016-12-02 Pedro Alves <palves@redhat.com>
11217
11218 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
11219 procedure.
11220 (top level): Call it.
11221
ec835369
PA
112222016-12-02 Pedro Alves <palves@redhat.com>
11223
11224 * gdb.base/commands.exp (user_defined_command_args_stack_test):
11225 New procedure.
11226 (top level): Call it.
11227
01770bbd
PA
112282016-12-02 Pedro Alves <palves@redhat.com>
11229
11230 PR cli/20559
11231 * gdb.base/commands.exp (user_defined_command_args_eval): New
11232 procedure.
11233 (top level): Call it.
11234
008459ea
LM
112352016-12-02 Luis Machado <lgustavo@codesourcery.com>
11236
11237 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
11238 timeout handling.
11239
0c1b455e
TT
112402016-12-02 Tom Tromey <tom@tromey.com>
11241
11242 * gdb.dwarf2/main-subprogram.c: New file.
11243 * gdb.dwarf2/main-subprogram.exp: New file.
11244
018572b8
LM
112452016-12-01 Luis Machado <lgustavo@codesourcery.com>
11246
11247 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
11248 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
11249 gdb_test_no_output for a couple of cases.
11250 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
11251
84c93cd5
LM
112522016-12-01 Luis Machado <lgustavo@codesourcery.com>
11253
11254 Fix test names and standardize compilation error messages throughout
11255 the following files:
11256
11257 * gdb.ada/start.exp
11258 * gdb.arch/alpha-step.exp
11259 * gdb.arch/e500-prologue.exp
11260 * gdb.arch/ftrace-insn-reloc.exp
11261 * gdb.arch/gdb1291.exp
11262 * gdb.arch/gdb1431.exp
11263 * gdb.arch/gdb1558.exp
11264 * gdb.arch/i386-dr3-watch.exp
11265 * gdb.arch/i386-sse-stack-align.exp
11266 * gdb.arch/ia64-breakpoint-shadow.exp
11267 * gdb.arch/pa-nullify.exp
11268 * gdb.arch/powerpc-aix-prologue.exp
11269 * gdb.arch/thumb-bx-pc.exp
11270 * gdb.base/annota1.exp
11271 * gdb.base/annota3.exp
11272 * gdb.base/arrayidx.exp
11273 * gdb.base/assign.exp
11274 * gdb.base/attach.exp
11275 * gdb.base/auxv.exp
11276 * gdb.base/bang.exp
11277 * gdb.base/bfp-test.exp
11278 * gdb.base/bigcore.exp
11279 * gdb.base/bitfields2.exp
11280 * gdb.base/break-fun-addr.exp
11281 * gdb.base/break-probes.exp
11282 * gdb.base/call-rt-st.exp
11283 * gdb.base/callexit.exp
11284 * gdb.base/catch-fork-kill.exp
11285 * gdb.base/charset.exp
11286 * gdb.base/checkpoint.exp
11287 * gdb.base/comprdebug.exp
11288 * gdb.base/constvars.exp
11289 * gdb.base/coredump-filter.exp
11290 * gdb.base/cursal.exp
11291 * gdb.base/cvexpr.exp
11292 * gdb.base/detach.exp
11293 * gdb.base/display.exp
11294 * gdb.base/dmsym.exp
11295 * gdb.base/dprintf-pending.exp
11296 * gdb.base/dso2dso.exp
11297 * gdb.base/dtrace-probe.exp
11298 * gdb.base/dump.exp
11299 * gdb.base/enum_cond.exp
11300 * gdb.base/exe-lock.exp
11301 * gdb.base/exec-invalid-sysroot.exp
11302 * gdb.base/execl-update-breakpoints.exp
11303 * gdb.base/exprs.exp
11304 * gdb.base/fileio.exp
11305 * gdb.base/find.exp
11306 * gdb.base/finish.exp
11307 * gdb.base/fixsection.exp
11308 * gdb.base/foll-vfork.exp
11309 * gdb.base/frame-args.exp
11310 * gdb.base/gcore.exp
11311 * gdb.base/gdb1250.exp
11312 * gdb.base/global-var-nested-by-dso.exp
11313 * gdb.base/gnu-ifunc.exp
11314 * gdb.base/hashline1.exp
11315 * gdb.base/hashline2.exp
11316 * gdb.base/hashline3.exp
11317 * gdb.base/hbreak-in-shr-unsupported.exp
11318 * gdb.base/huge.exp
11319 * gdb.base/infcall-input.exp
11320 * gdb.base/info-fun.exp
11321 * gdb.base/info-shared.exp
11322 * gdb.base/jit-simple.exp
11323 * gdb.base/jit-so.exp
11324 * gdb.base/jit.exp
11325 * gdb.base/jump.exp
11326 * gdb.base/label.exp
11327 * gdb.base/lineinc.exp
11328 * gdb.base/logical.exp
11329 * gdb.base/longjmp.exp
11330 * gdb.base/macscp.exp
11331 * gdb.base/miscexprs.exp
11332 * gdb.base/new-ui-echo.exp
11333 * gdb.base/new-ui-pending-input.exp
11334 * gdb.base/new-ui.exp
11335 * gdb.base/nodebug.exp
11336 * gdb.base/nofield.exp
11337 * gdb.base/offsets.exp
11338 * gdb.base/overlays.exp
11339 * gdb.base/pending.exp
11340 * gdb.base/pointers.exp
11341 * gdb.base/pr11022.exp
11342 * gdb.base/printcmds.exp
11343 * gdb.base/prologue.exp
11344 * gdb.base/ptr-typedef.exp
11345 * gdb.base/realname-expand.exp
11346 * gdb.base/relativedebug.exp
11347 * gdb.base/relocate.exp
11348 * gdb.base/remote.exp
11349 * gdb.base/reread.exp
11350 * gdb.base/return2.exp
11351 * gdb.base/savedregs.exp
11352 * gdb.base/sep.exp
11353 * gdb.base/sepdebug.exp
11354 * gdb.base/sepsymtab.exp
11355 * gdb.base/set-inferior-tty.exp
11356 * gdb.base/setshow.exp
11357 * gdb.base/shlib-call.exp
11358 * gdb.base/sigaltstack.exp
11359 * gdb.base/siginfo-addr.exp
11360 * gdb.base/signals.exp
11361 * gdb.base/signull.exp
11362 * gdb.base/sigrepeat.exp
11363 * gdb.base/so-impl-ld.exp
11364 * gdb.base/solib-display.exp
11365 * gdb.base/solib-overlap.exp
11366 * gdb.base/solib-search.exp
11367 * gdb.base/solib-symbol.exp
11368 * gdb.base/structs.exp
11369 * gdb.base/structs2.exp
11370 * gdb.base/symtab-search-order.exp
11371 * gdb.base/twice.exp
11372 * gdb.base/unload.exp
11373 * gdb.base/varargs.exp
11374 * gdb.base/watchpoint-solib.exp
11375 * gdb.base/watchpoint.exp
11376 * gdb.base/whatis.exp
11377 * gdb.base/wrong_frame_bt_full.exp
11378 * gdb.btrace/dlopen.exp
11379 * gdb.cell/ea-standalone.exp
11380 * gdb.cell/ea-test.exp
11381 * gdb.cp/dispcxx.exp
11382 * gdb.cp/gdb2384.exp
11383 * gdb.cp/method2.exp
11384 * gdb.cp/nextoverthrow.exp
11385 * gdb.cp/pr10728.exp
11386 * gdb.disasm/am33.exp
11387 * gdb.disasm/h8300s.exp
11388 * gdb.disasm/mn10300.exp
11389 * gdb.disasm/sh3.exp
11390 * gdb.dwarf2/dw2-dir-file-name.exp
11391 * gdb.fortran/complex.exp
11392 * gdb.fortran/library-module.exp
11393 * gdb.guile/scm-pretty-print.exp
11394 * gdb.guile/scm-symbol.exp
11395 * gdb.guile/scm-type.exp
11396 * gdb.guile/scm-value.exp
11397 * gdb.linespec/linespec.exp
11398 * gdb.mi/gdb701.exp
11399 * gdb.mi/gdb792.exp
11400 * gdb.mi/mi-breakpoint-changed.exp
11401 * gdb.mi/mi-dprintf-pending.exp
11402 * gdb.mi/mi-dprintf.exp
11403 * gdb.mi/mi-exit-code.exp
11404 * gdb.mi/mi-pending.exp
11405 * gdb.mi/mi-solib.exp
11406 * gdb.mi/new-ui-mi-sync.exp
11407 * gdb.mi/pr11022.exp
11408 * gdb.mi/user-selected-context-sync.exp
11409 * gdb.opt/solib-intra-step.exp
11410 * gdb.python/py-events.exp
11411 * gdb.python/py-finish-breakpoint.exp
11412 * gdb.python/py-mi.exp
11413 * gdb.python/py-prettyprint.exp
11414 * gdb.python/py-shared.exp
11415 * gdb.python/py-symbol.exp
11416 * gdb.python/py-template.exp
11417 * gdb.python/py-type.exp
11418 * gdb.python/py-value.exp
11419 * gdb.reverse/solib-precsave.exp
11420 * gdb.reverse/solib-reverse.exp
11421 * gdb.server/solib-list.exp
11422 * gdb.stabs/weird.exp
11423 * gdb.threads/reconnect-signal.exp
11424 * gdb.threads/stepi-random-signal.exp
11425 * gdb.trace/actions.exp
11426 * gdb.trace/ax.exp
11427 * gdb.trace/backtrace.exp
11428 * gdb.trace/change-loc.exp
11429 * gdb.trace/deltrace.exp
11430 * gdb.trace/ftrace-lock.exp
11431 * gdb.trace/ftrace.exp
11432 * gdb.trace/infotrace.exp
11433 * gdb.trace/mi-tracepoint-changed.exp
11434 * gdb.trace/packetlen.exp
11435 * gdb.trace/passcount.exp
11436 * gdb.trace/pending.exp
11437 * gdb.trace/range-stepping.exp
11438 * gdb.trace/report.exp
11439 * gdb.trace/stap-trace.exp
11440 * gdb.trace/tfind.exp
11441 * gdb.trace/trace-break.exp
11442 * gdb.trace/trace-condition.exp
11443 * gdb.trace/trace-enable-disable.exp
11444 * gdb.trace/trace-mt.exp
11445 * gdb.trace/tracecmd.exp
11446 * gdb.trace/tspeed.exp
11447 * gdb.trace/tsv.exp
11448 * lib/perftest.exp
11449
fb9feb35
LM
114502016-12-01 Luis Machado <lgustavo@codesourcery.com>
11451
11452 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
11453 with gdb_test_no_output.
11454 Use command as test name.
11455
cd2ddb6c
LM
114562016-12-01 Luis Machado <lgustavo@codesourcery.com>
11457
11458 Fix test names starting with uppercase throughout the files.
11459
11460 * gdb.ada/assign_1.exp
11461 * gdb.ada/boolean_expr.exp
11462 * gdb.base/arrayidx.exp
11463 * gdb.base/del.exp
11464 * gdb.base/gcore-buffer-overflow.exp
11465 * gdb.base/testenv.exp
11466 * gdb.compile/compile.exp
11467 * gdb.python/py-framefilter-invalidarg.exp
11468 * gdb.python/py-framefilter.exp
11469
bb95117e
LM
114702016-12-01 Luis Machado <lgustavo@codesourcery.com>
11471
11472 Fix test names starting with uppercase throughout the files.
11473
11474 * gdb.ada/array_return.exp
11475 * gdb.ada/expr_delims.exp
11476 * gdb.ada/mi_dyn_arr.exp
11477 * gdb.ada/mi_interface.exp
11478 * gdb.ada/mi_var_array.exp
11479 * gdb.ada/watch_arg.exp
11480 * gdb.arch/alpha-step.exp
11481 * gdb.arch/altivec-regs.exp
11482 * gdb.arch/e500-regs.exp
11483 * gdb.arch/powerpc-d128-regs.exp
11484 * gdb.base/arrayidx.exp
11485 * gdb.base/break.exp
11486 * gdb.base/checkpoint.exp
11487 * gdb.base/debug-expr.exp
11488 * gdb.base/dmsym.exp
11489 * gdb.base/radix.exp
11490 * gdb.base/sepdebug.exp
11491 * gdb.base/testenv.exp
11492 * gdb.base/watch_thread_num.exp
11493 * gdb.base/watchpoint-cond-gone.exp
11494 * gdb.cell/break.exp
11495 * gdb.cell/ea-cache.exp
11496 * gdb.compile/compile.exp
11497 * gdb.cp/gdb2495.exp
11498 * gdb.gdb/selftest.exp
11499 * gdb.gdb/xfullpath.exp
11500 * gdb.go/hello.exp
11501 * gdb.go/integers.exp
11502 * gdb.objc/basicclass.exp
11503 * gdb.pascal/hello.exp
11504 * gdb.pascal/integers.exp
11505 * gdb.python/py-breakpoint.exp
11506 * gdb.python/py-cmd.exp
11507 * gdb.python/py-linetable.exp
11508 * gdb.python/py-xmethods.exp
11509 * gdb.python/python.exp
11510 * gdb.reverse/consecutive-precsave.exp
11511 * gdb.reverse/finish-precsave.exp
11512 * gdb.reverse/i386-precsave.exp
11513 * gdb.reverse/machinestate-precsave.exp
11514 * gdb.reverse/sigall-precsave.exp
11515 * gdb.reverse/solib-precsave.exp
11516 * gdb.reverse/step-precsave.exp
11517 * gdb.reverse/until-precsave.exp
11518 * gdb.reverse/watch-precsave.exp
11519 * gdb.threads/leader-exit.exp
11520 * gdb.threads/pthreads.exp
11521 * gdb.threads/wp-replication.exp
11522 * gdb.trace/actions.exp
11523 * gdb.trace/mi-tsv-changed.exp
11524 * gdb.trace/tsv.exp
11525
de97fdd4
LM
115262016-12-01 Luis Machado <lgustavo@codesourcery.com>
11527
11528 Fix test names starting with uppercase throughout the files.
11529
11530 * gdb.arch/i386-bp_permanent.exp
11531 * gdb.arch/i386-gnu-cfi.exp
11532 * gdb.base/disasm-end-cu.exp
11533 * gdb.base/macscp.exp
11534 * gdb.base/pending.exp
11535 * gdb.base/watch_thread_num.exp
11536 * gdb.cp/exception.exp
11537 * gdb.cp/gdb2495.exp
11538 * gdb.cp/local.exp
11539 * gdb.python/py-evsignal.exp
11540 * gdb.python/python.exp
11541 * gdb.trace/tracecmd.exp
11542
9f058c10
LM
115432016-12-01 Luis Machado <lgustavo@codesourcery.com>
11544
11545 Fix test names starting with uppercase throughout the files.
11546
11547 * gdb.base/charset.exp
11548 * gdb.base/eval.exp
11549 * gdb.base/multi-forks.exp
11550 * gdb.guile/scm-progspace.exp
11551 * gdb.opencl/datatypes.exp
11552 * gdb.python/py-block.exp
11553 * gdb.python/py-function.exp
11554 * gdb.python/py-symbol.exp
11555 * gdb.python/py-symtab.exp
11556 * gdb.python/py-xmethods.exp
11557 * gdb.reverse/break-precsave.exp
11558 * gdb.reverse/break-reverse.exp
11559 * gdb.reverse/consecutive-precsave.exp
11560 * gdb.reverse/consecutive-reverse.exp
11561 * gdb.reverse/finish-precsave.exp
11562 * gdb.reverse/finish-reverse-bkpt.exp
11563 * gdb.reverse/finish-reverse.exp
11564 * gdb.reverse/fstatat-reverse.exp
11565 * gdb.reverse/getresuid-reverse.exp
11566 * gdb.reverse/i386-precsave.exp
11567 * gdb.reverse/i386-reverse.exp
11568 * gdb.reverse/i386-sse-reverse.exp
11569 * gdb.reverse/i387-stack-reverse.exp
11570 * gdb.reverse/insn-reverse.exp
11571 * gdb.reverse/machinestate-precsave.exp
11572 * gdb.reverse/machinestate.exp
11573 * gdb.reverse/next-reverse-bkpt-over-sr.exp
11574 * gdb.reverse/pipe-reverse.exp
11575 * gdb.reverse/readv-reverse.exp
11576 * gdb.reverse/recvmsg-reverse.exp
11577 * gdb.reverse/rerun-prec.exp
11578 * gdb.reverse/s390-mvcle.exp
11579 * gdb.reverse/sigall-precsave.exp
11580 * gdb.reverse/sigall-reverse.exp
11581 * gdb.reverse/solib-precsave.exp
11582 * gdb.reverse/solib-reverse.exp
11583 * gdb.reverse/step-precsave.exp
11584 * gdb.reverse/step-reverse.exp
11585 * gdb.reverse/time-reverse.exp
11586 * gdb.reverse/until-precsave.exp
11587 * gdb.reverse/until-reverse.exp
11588 * gdb.reverse/waitpid-reverse.exp
11589 * gdb.reverse/watch-precsave.exp
11590 * gdb.reverse/watch-reverse.exp
11591
cdc7edd7
LM
115922016-12-01 Luis Machado <lgustavo@codesourcery.com>
11593
11594 Fix test names starting with uppercase throughout the files.
11595
11596 * gdb.arch/i386-mpx-simple_segv.exp
11597 * gdb.arch/i386-mpx.exp
11598 * gdb.arch/i386-permbkpt.exp
11599 * gdb.arch/pa-nullify.exp
11600 * gdb.arch/powerpc-d128-regs.exp
11601 * gdb.arch/vsx-regs.exp
11602 * gdb.base/bfp-test.exp
11603 * gdb.base/break.exp
11604 * gdb.base/breakpoint-shadow.exp
11605 * gdb.base/callfuncs.exp
11606 * gdb.base/charset.exp
11607 * gdb.base/commands.exp
11608 * gdb.base/completion.exp
11609 * gdb.base/dfp-test.exp
11610 * gdb.base/echo.exp
11611 * gdb.base/ending-run.exp
11612 * gdb.base/eval.exp
11613 * gdb.base/expand-psymtabs.exp
11614 * gdb.base/float128.exp
11615 * gdb.base/floatn.exp
11616 * gdb.base/foll-exec-mode.exp
11617 * gdb.base/gdb1056.exp
11618 * gdb.base/gdb11531.exp
11619 * gdb.base/kill-after-signal.exp
11620 * gdb.base/multi-forks.exp
11621 * gdb.base/overlays.exp
11622 * gdb.base/pending.exp
11623 * gdb.base/sepdebug.exp
11624 * gdb.base/testenv.exp
11625 * gdb.base/valgrind-db-attach.exp
11626 * gdb.base/watch_thread_num.exp
11627 * gdb.base/watchpoint-cond-gone.exp
11628 * gdb.base/watchpoint.exp
11629 * gdb.base/watchpoints.exp
11630 * gdb.cp/arg-reference.exp
11631 * gdb.cp/baseenum.exp
11632 * gdb.cp/operator.exp
11633 * gdb.cp/shadow.exp
11634 * gdb.dwarf2/dw2-op-out-param.exp
11635 * gdb.dwarf2/dw2-reg-undefined.exp
11636 * gdb.go/chan.exp
11637 * gdb.go/hello.exp
11638 * gdb.go/integers.exp
11639 * gdb.go/methods.exp
11640 * gdb.go/package.exp
11641 * gdb.guile/scm-parameter.exp
11642 * gdb.guile/scm-progspace.exp
11643 * gdb.guile/scm-value.exp
11644 * gdb.mi/mi-pending.exp
11645 * gdb.mi/user-selected-context-sync.exp
11646 * gdb.multi/multi-attach.exp
11647 * gdb.multi/tids.exp
11648 * gdb.opt/clobbered-registers-O2.exp
11649 * gdb.pascal/floats.exp
11650 * gdb.pascal/integers.exp
11651 * gdb.python/py-block.exp
11652 * gdb.python/py-events.exp
11653 * gdb.python/py-parameter.exp
11654 * gdb.python/py-symbol.exp
11655 * gdb.python/py-symtab.exp
11656 * gdb.python/py-type.exp
11657 * gdb.python/py-value.exp
11658 * gdb.python/py-xmethods.exp
11659 * gdb.python/python.exp
11660 * gdb.reverse/break-precsave.exp
11661 * gdb.reverse/consecutive-precsave.exp
11662 * gdb.reverse/finish-precsave.exp
11663 * gdb.reverse/i386-precsave.exp
11664 * gdb.reverse/machinestate-precsave.exp
11665 * gdb.reverse/sigall-precsave.exp
11666 * gdb.reverse/solib-precsave.exp
11667 * gdb.reverse/step-precsave.exp
11668 * gdb.reverse/until-precsave.exp
11669 * gdb.reverse/watch-precsave.exp
11670 * gdb.server/ext-attach.exp
11671 * gdb.server/ext-restart.exp
11672 * gdb.server/ext-run.exp
11673 * gdb.server/ext-wrapper.exp
11674 * gdb.stabs/gdb11479.exp
11675 * gdb.stabs/weird.exp
11676 * gdb.threads/attach-many-short-lived-threads.exp
11677 * gdb.threads/kill.exp
11678 * gdb.threads/watchpoint-fork.exp
11679
bc6c7af4
LM
116802016-12-01 Luis Machado <lgustavo@codesourcery.com>
11681
11682 Fix test names starting with uppercase throughout all the files below.
11683
11684 * gdb.ada/array_return.exp
11685 * gdb.ada/catch_ex.exp
11686 * gdb.ada/info_exc.exp
11687 * gdb.ada/mi_catch_ex.exp
11688 * gdb.ada/mi_dyn_arr.exp
11689 * gdb.ada/mi_ex_cond.exp
11690 * gdb.ada/mi_exc_info.exp
11691 * gdb.ada/mi_interface.exp
11692 * gdb.ada/mi_task_arg.exp
11693 * gdb.ada/mi_task_info.exp
11694 * gdb.ada/mi_var_array.exp
11695 * gdb.arch/alpha-step.exp
11696 * gdb.arch/amd64-disp-step.exp
11697 * gdb.arch/arm-disp-step.exp
11698 * gdb.arch/disp-step-insn-reloc.exp
11699 * gdb.arch/e500-prologue.exp
11700 * gdb.arch/ftrace-insn-reloc.exp
11701 * gdb.arch/gdb1558.exp
11702 * gdb.arch/i386-bp_permanent.exp
11703 * gdb.arch/i386-disp-step.exp
11704 * gdb.arch/i386-float.exp
11705 * gdb.arch/i386-gnu-cfi.exp
11706 * gdb.arch/ia64-breakpoint-shadow.exp
11707 * gdb.arch/mips16-thunks.exp
11708 * gdb.arch/pa-nullify.exp
11709 * gdb.arch/powerpc-aix-prologue.exp
11710 * gdb.arch/powerpc-power.exp
11711 * gdb.arch/ppc-dfp.exp
11712 * gdb.arch/s390-tdbregs.exp
11713 * gdb.arch/spu-info.exp
11714 * gdb.arch/spu-ls.exp
11715 * gdb.arch/thumb-bx-pc.exp
11716 * gdb.base/advance.exp
11717 * gdb.base/annota-input-while-running.exp
11718 * gdb.base/arrayidx.exp
11719 * gdb.base/asmlabel.exp
11720 * gdb.base/async.exp
11721 * gdb.base/attach-wait-input.exp
11722 * gdb.base/auto-connect-native-target.exp
11723 * gdb.base/batch-preserve-term-settings.exp
11724 * gdb.base/bfp-test.exp
11725 * gdb.base/bigcore.exp
11726 * gdb.base/bp-permanent.exp
11727 * gdb.base/break-always.exp
11728 * gdb.base/break-fun-addr.exp
11729 * gdb.base/break-idempotent.exp
11730 * gdb.base/break-main-file-remove-fail.exp
11731 * gdb.base/break-probes.exp
11732 * gdb.base/break-unload-file.exp
11733 * gdb.base/break.exp
11734 * gdb.base/call-ar-st.exp
11735 * gdb.base/call-rt-st.exp
11736 * gdb.base/call-sc.exp
11737 * gdb.base/call-signal-resume.exp
11738 * gdb.base/call-strs.exp
11739 * gdb.base/callexit.exp
11740 * gdb.base/callfuncs.exp
11741 * gdb.base/catch-gdb-caused-signals.exp
11742 * gdb.base/catch-signal-siginfo-cond.exp
11743 * gdb.base/catch-syscall.exp
11744 * gdb.base/compare-sections.exp
11745 * gdb.base/cond-eval-mode.exp
11746 * gdb.base/condbreak-call-false.exp
11747 * gdb.base/consecutive-step-over.exp
11748 * gdb.base/cursal.exp
11749 * gdb.base/disabled-location.exp
11750 * gdb.base/disasm-end-cu.exp
11751 * gdb.base/display.exp
11752 * gdb.base/double-prompt-target-event-error.exp
11753 * gdb.base/dprintf-bp-same-addr.exp
11754 * gdb.base/dprintf-detach.exp
11755 * gdb.base/dprintf-next.exp
11756 * gdb.base/dprintf-non-stop.exp
11757 * gdb.base/dprintf-pending.exp
11758 * gdb.base/dso2dso.exp
11759 * gdb.base/ending-run.exp
11760 * gdb.base/enum_cond.exp
11761 * gdb.base/examine-backward.exp
11762 * gdb.base/exe-lock.exp
11763 * gdb.base/exec-invalid-sysroot.exp
11764 * gdb.base/execl-update-breakpoints.exp
11765 * gdb.base/execution-termios.exp
11766 * gdb.base/fileio.exp
11767 * gdb.base/fixsection.exp
11768 * gdb.base/foll-exec-mode.exp
11769 * gdb.base/foll-exec.exp
11770 * gdb.base/fork-running-state.exp
11771 * gdb.base/frame-args.exp
11772 * gdb.base/fullpath-expand.exp
11773 * gdb.base/func-ptr.exp
11774 * gdb.base/gcore-relro-pie.exp
11775 * gdb.base/gdb1090.exp
11776 * gdb.base/gdb1555.exp
11777 * gdb.base/global-var-nested-by-dso.exp
11778 * gdb.base/gnu-ifunc.exp
11779 * gdb.base/hbreak-in-shr-unsupported.exp
11780 * gdb.base/hbreak-unmapped.exp
11781 * gdb.base/hook-stop.exp
11782 * gdb.base/infcall-input.exp
11783 * gdb.base/info-fun.exp
11784 * gdb.base/info-shared.exp
11785 * gdb.base/interrupt-noterm.exp
11786 * gdb.base/jit-so.exp
11787 * gdb.base/jit.exp
11788 * gdb.base/line-symtabs.exp
11789 * gdb.base/list.exp
11790 * gdb.base/longjmp.exp
11791 * gdb.base/macscp.exp
11792 * gdb.base/max-value-size.exp
11793 * gdb.base/nodebug.exp
11794 * gdb.base/nofield.exp
11795 * gdb.base/overlays.exp
11796 * gdb.base/paginate-after-ctrl-c-running.exp
11797 * gdb.base/paginate-bg-execution.exp
11798 * gdb.base/paginate-inferior-exit.exp
11799 * gdb.base/pending.exp
11800 * gdb.base/pr11022.exp
11801 * gdb.base/printcmds.exp
11802 * gdb.base/ptr-typedef.exp
11803 * gdb.base/ptype.exp
11804 * gdb.base/randomize.exp
11805 * gdb.base/range-stepping.exp
11806 * gdb.base/realname-expand.exp
11807 * gdb.base/relativedebug.exp
11808 * gdb.base/remote.exp
11809 * gdb.base/savedregs.exp
11810 * gdb.base/sepdebug.exp
11811 * gdb.base/set-noassign.exp
11812 * gdb.base/shlib-call.exp
11813 * gdb.base/shreloc.exp
11814 * gdb.base/sigaltstack.exp
11815 * gdb.base/sigbpt.exp
11816 * gdb.base/siginfo-addr.exp
11817 * gdb.base/siginfo-obj.exp
11818 * gdb.base/siginfo-thread.exp
11819 * gdb.base/signest.exp
11820 * gdb.base/signull.exp
11821 * gdb.base/sigrepeat.exp
11822 * gdb.base/skip.exp
11823 * gdb.base/so-impl-ld.exp
11824 * gdb.base/solib-corrupted.exp
11825 * gdb.base/solib-disc.exp
11826 * gdb.base/solib-display.exp
11827 * gdb.base/solib-overlap.exp
11828 * gdb.base/solib-search.exp
11829 * gdb.base/solib-symbol.exp
11830 * gdb.base/source-execution.exp
11831 * gdb.base/sss-bp-on-user-bp-2.exp
11832 * gdb.base/sss-bp-on-user-bp.exp
11833 * gdb.base/stack-checking.exp
11834 * gdb.base/stale-infcall.exp
11835 * gdb.base/step-break.exp
11836 * gdb.base/step-line.exp
11837 * gdb.base/step-over-exit.exp
11838 * gdb.base/step-test.exp
11839 * gdb.base/structs.exp
11840 * gdb.base/sym-file.exp
11841 * gdb.base/symtab-search-order.exp
11842 * gdb.base/term.exp
11843 * gdb.base/type-opaque.exp
11844 * gdb.base/unload.exp
11845 * gdb.base/until-nodebug.exp
11846 * gdb.base/until.exp
11847 * gdb.base/unwindonsignal.exp
11848 * gdb.base/watch-cond.exp
11849 * gdb.base/watch-non-mem.exp
11850 * gdb.base/watch_thread_num.exp
11851 * gdb.base/watchpoint-reuse-slot.exp
11852 * gdb.base/watchpoint-solib.exp
11853 * gdb.base/watchpoint.exp
11854 * gdb.btrace/dlopen.exp
11855 * gdb.cell/arch.exp
11856 * gdb.cell/break.exp
11857 * gdb.cell/bt.exp
11858 * gdb.cell/core.exp
11859 * gdb.cell/data.exp
11860 * gdb.cell/dwarfaddr.exp
11861 * gdb.cell/ea-cache.exp
11862 * gdb.cell/ea-standalone.exp
11863 * gdb.cell/ea-test.exp
11864 * gdb.cell/f-regs.exp
11865 * gdb.cell/fork.exp
11866 * gdb.cell/gcore.exp
11867 * gdb.cell/mem-access.exp
11868 * gdb.cell/ptype.exp
11869 * gdb.cell/registers.exp
11870 * gdb.cell/sizeof.exp
11871 * gdb.cell/solib-symbol.exp
11872 * gdb.cell/solib.exp
11873 * gdb.compile/compile-tls.exp
11874 * gdb.cp/exception.exp
11875 * gdb.cp/gdb2495.exp
11876 * gdb.cp/local.exp
11877 * gdb.cp/mb-inline.exp
11878 * gdb.cp/mb-templates.exp
11879 * gdb.cp/pr10687.exp
11880 * gdb.cp/pr9167.exp
11881 * gdb.cp/scope-err.exp
11882 * gdb.cp/templates.exp
11883 * gdb.cp/virtfunc.exp
11884 * gdb.dwarf2/dw2-dir-file-name.exp
11885 * gdb.dwarf2/dw2-single-line-discriminators.exp
11886 * gdb.fortran/complex.exp
11887 * gdb.fortran/library-module.exp
11888 * gdb.guile/guile.exp
11889 * gdb.guile/scm-cmd.exp
11890 * gdb.guile/scm-frame-inline.exp
11891 * gdb.guile/scm-objfile.exp
11892 * gdb.guile/scm-pretty-print.exp
11893 * gdb.guile/scm-symbol.exp
11894 * gdb.guile/scm-type.exp
11895 * gdb.guile/scm-value.exp
11896 * gdb.linespec/keywords.exp
11897 * gdb.linespec/ls-errs.exp
11898 * gdb.linespec/macro-relative.exp
11899 * gdb.linespec/thread.exp
11900 * gdb.mi/mi-breakpoint-changed.exp
11901 * gdb.mi/mi-dprintf-pending.exp
11902 * gdb.mi/mi-fullname-deleted.exp
11903 * gdb.mi/mi-logging.exp
11904 * gdb.mi/mi-pending.exp
11905 * gdb.mi/mi-solib.exp
11906 * gdb.mi/new-ui-mi-sync.exp
11907 * gdb.mi/user-selected-context-sync.exp
11908 * gdb.multi/dummy-frame-restore.exp
11909 * gdb.multi/multi-arch-exec.exp
11910 * gdb.multi/remove-inferiors.exp
11911 * gdb.multi/watchpoint-multi-exit.exp
11912 * gdb.opt/solib-intra-step.exp
11913 * gdb.perf/backtrace.exp
11914 * gdb.perf/single-step.exp
11915 * gdb.perf/skip-command.exp
11916 * gdb.perf/skip-prologue.exp
11917 * gdb.perf/solib.exp
11918 * gdb.python/lib-types.exp
11919 * gdb.python/py-as-string.exp
11920 * gdb.python/py-bad-printers.exp
11921 * gdb.python/py-block.exp
11922 * gdb.python/py-breakpoint.exp
11923 * gdb.python/py-cmd.exp
11924 * gdb.python/py-events.exp
11925 * gdb.python/py-evthreads.exp
11926 * gdb.python/py-finish-breakpoint.exp
11927 * gdb.python/py-finish-breakpoint2.exp
11928 * gdb.python/py-frame-inline.exp
11929 * gdb.python/py-frame.exp
11930 * gdb.python/py-inferior.exp
11931 * gdb.python/py-infthread.exp
11932 * gdb.python/py-mi.exp
11933 * gdb.python/py-objfile.exp
11934 * gdb.python/py-pp-maint.exp
11935 * gdb.python/py-pp-registration.exp
11936 * gdb.python/py-prettyprint.exp
11937 * gdb.python/py-recurse-unwind.exp
11938 * gdb.python/py-shared.exp
11939 * gdb.python/py-symbol.exp
11940 * gdb.python/py-symtab.exp
11941 * gdb.python/py-template.exp
11942 * gdb.python/py-type.exp
11943 * gdb.python/py-unwind-maint.exp
11944 * gdb.python/py-unwind.exp
11945 * gdb.python/py-value.exp
11946 * gdb.python/python.exp
11947 * gdb.reverse/finish-reverse-bkpt.exp
11948 * gdb.reverse/insn-reverse.exp
11949 * gdb.reverse/next-reverse-bkpt-over-sr.exp
11950 * gdb.reverse/solib-precsave.exp
11951 * gdb.reverse/solib-reverse.exp
11952 * gdb.stabs/gdb11479.exp
11953 * gdb.stabs/weird.exp
11954 * gdb.threads/fork-child-threads.exp
11955 * gdb.threads/fork-plus-threads.exp
11956 * gdb.threads/fork-thread-pending.exp
11957 * gdb.threads/forking-threads-plus-breakpoint.exp
11958 * gdb.threads/hand-call-in-threads.exp
11959 * gdb.threads/interrupted-hand-call.exp
11960 * gdb.threads/linux-dp.exp
11961 * gdb.threads/local-watch-wrong-thread.exp
11962 * gdb.threads/next-while-other-thread-longjmps.exp
11963 * gdb.threads/non-ldr-exit.exp
11964 * gdb.threads/pending-step.exp
11965 * gdb.threads/print-threads.exp
11966 * gdb.threads/process-dies-while-detaching.exp
11967 * gdb.threads/process-dies-while-handling-bp.exp
11968 * gdb.threads/pthreads.exp
11969 * gdb.threads/queue-signal.exp
11970 * gdb.threads/reconnect-signal.exp
11971 * gdb.threads/signal-command-handle-nopass.exp
11972 * gdb.threads/signal-command-multiple-signals-pending.exp
11973 * gdb.threads/signal-delivered-right-thread.exp
11974 * gdb.threads/signal-sigtrap.exp
11975 * gdb.threads/sigthread.exp
11976 * gdb.threads/staticthreads.exp
11977 * gdb.threads/stepi-random-signal.exp
11978 * gdb.threads/thread-unwindonsignal.exp
11979 * gdb.threads/thread_check.exp
11980 * gdb.threads/thread_events.exp
11981 * gdb.threads/tid-reuse.exp
11982 * gdb.threads/tls-nodebug.exp
11983 * gdb.threads/tls-shared.exp
11984 * gdb.threads/tls-so_extern.exp
11985 * gdb.threads/tls.exp
11986 * gdb.threads/wp-replication.exp
11987 * gdb.trace/actions-changed.exp
11988 * gdb.trace/actions.exp
11989 * gdb.trace/backtrace.exp
11990 * gdb.trace/change-loc.exp
11991 * gdb.trace/collection.exp
11992 * gdb.trace/deltrace.exp
11993 * gdb.trace/disconnected-tracing.exp
11994 * gdb.trace/entry-values.exp
11995 * gdb.trace/ftrace-lock.exp
11996 * gdb.trace/ftrace.exp
11997 * gdb.trace/infotrace.exp
11998 * gdb.trace/mi-trace-frame-collected.exp
11999 * gdb.trace/mi-trace-unavailable.exp
12000 * gdb.trace/mi-traceframe-changed.exp
12001 * gdb.trace/mi-tracepoint-changed.exp
12002 * gdb.trace/mi-tsv-changed.exp
12003 * gdb.trace/no-attach-trace.exp
12004 * gdb.trace/packetlen.exp
12005 * gdb.trace/passc-dyn.exp
12006 * gdb.trace/passcount.exp
12007 * gdb.trace/pending.exp
12008 * gdb.trace/pr16508.exp
12009 * gdb.trace/qtro.exp
12010 * gdb.trace/range-stepping.exp
12011 * gdb.trace/read-memory.exp
12012 * gdb.trace/report.exp
12013 * gdb.trace/save-trace.exp
12014 * gdb.trace/signal.exp
12015 * gdb.trace/stap-trace.exp
12016 * gdb.trace/status-stop.exp
12017 * gdb.trace/strace.exp
12018 * gdb.trace/tfile.exp
12019 * gdb.trace/tfind.exp
12020 * gdb.trace/trace-break.exp
12021 * gdb.trace/trace-condition.exp
12022 * gdb.trace/trace-enable-disable.exp
12023 * gdb.trace/trace-mt.exp
12024 * gdb.trace/tracecmd.exp
12025 * gdb.trace/tracefile-pseudo-reg.exp
12026 * gdb.trace/tspeed.exp
12027 * gdb.trace/tstatus.exp
12028 * gdb.trace/tsv.exp
12029 * gdb.trace/unavailable.exp
12030 * gdb.trace/while-dyn.exp
12031 * gdb.trace/while-stepping.exp
12032 * lib/gdb-guile.exp
12033 * lib/gdb.exp
12034 * lib/mi-support.exp
12035 * lib/pascal.exp
12036 * lib/perftest.exp
12037 * lib/prelink-support.exp
12038 * lib/selftest-support.exp
12039
ad02e4fe
SM
120402016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
12041
12042 * Makefile.in: Include disable-implicit-rules.mk.
12043
22347e55
AA
120442016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
12045
12046 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
12047 non-byte-aligned bit fields.
12048
da5b30da
AA
120492016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
12050
12051 PR gdb/12616
12052 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
12053 respects the DW_AT_data_bit_offset attribute.
12054
b593ecca
SM
120552016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
12056
12057 * gdb.base/default.exp: Fix output of "set language".
12058
3b165252
SM
120592016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
12060
12061 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
12062 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
12063 make.
12064 * configure.ac: Remove checks for the make program.
12065 * configure: Re-generate.
12066
1a2f3d7f
KB
120672016-11-16 Kevin Buettner <kevinb@redhat.com>
12068
12069 * gdb.python/py-recurse-unwind.c (main): Add loop.
12070 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
12071 to read_register() and gdb.parse_and_eval(). Make each code
12072 call a separate case that can be individually tested.
12073 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
12074 proc. Call cont_and_backtrace for each of the code paths that
12075 we want to test in the unwinder.
12076
b7f38fda
AA
120772016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
12078
12079 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
12080 the definition of struct S.
12081
1f8db343
CM
120822016-11-11 Catherine Moore <clm@codesourcery.com>
12083
12084 * gdb.base/dump.exp: Identify verilog format dump tests as such.
12085
fad0c9fb
PA
120862016-11-09 Pedro Alves <palves@redhat.com>
12087
12088 * gdb.base/commands.exp (runto_or_return): New procedure.
12089 (gdbvar_simple_if_test, gdbvar_simple_while_test)
12090 (gdbvar_complex_if_while_test, progvar_simple_if_test)
12091 (progvar_simple_while_test, progvar_complex_if_while_test)
12092 (if_while_breakpoint_command_test)
12093 (infrun_breakpoint_command_test, breakpoint_command_test)
12094 (user_defined_command_test, watchpoint_command_test)
12095 (test_command_prompt_position, redefine_hook_test)
12096 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
12097 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
12098 multi_line_input and multi_line. Remove gdb_expect and
12099 gdb_stop_suppressing_tests uses.
12100 * lib/gdb.exp (valnum_re): New global.
12101 (multi_line_input): New procedure.
12102
8354c62c
SM
121032016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
12104
12105 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
12106 Remove.
12107 (test_setup): Define with proc_with_prefix.
12108 (test_cli_inferior): Likewise.
12109 (test_cli_thread): Likewise.
12110 (test_cli_frame): Likewise.
12111 (test_cli_select_frame): Likewise.
12112 (test_cli_up_down): Likewise.
12113 (test_mi_thread_select): Likewise.
12114 (test_mi_stack_select_frame): Likewise.
12115 (test_cli_in_mi_inferior): Likewise.
12116 (test_cli_in_mi_thread): Likewise.
12117 (test_cli_in_mi_frame): Likewise.
12118 (top level): Do not use with_test_prefix_procname.
12119
64f367a2
PA
121202016-11-09 Pedro Alves <palves@redhat.com>
12121
12122 * gdb.base/commands.exp (gdbvar_simple_if_test)
12123 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
12124 (progvar_simple_if_test, progvar_simple_while_test)
12125 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
12126 (infrun_breakpoint_command_test, breakpoint_command_test)
12127 (user_defined_command_test, watchpoint_command_test)
12128 (test_command_prompt_position, deprecated_command_test)
12129 (bp_deleted_in_command, temporary_breakpoint_commands)
12130 (stray_arg0_test, source_file_with_indented_comment)
12131 (recursive_source_test, if_commands_test)
12132 (error_clears_commands_left, redefine_hook_test)
12133 (redefine_backtrace_test): Use proc_with_prefix.
12134 * lib/gdb.exp (proc_with_prefix): New proc.
12135
0bb65f1e
AA
121362016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
12137
12138 * gdb.base/tui-layout.c: New file.
12139 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
12140 disassembly window contains very long lines.
12141
7353f247
TT
121422016-11-08 Tom Tromey <tom@tromey.com>
12143
12144 * gdb.python/py-value.exp (test_value_creation): Make "long" test
12145 depend on Python 2.
12146
30a7bb83
TT
121472016-11-08 Tom Tromey <tom@tromey.com>
12148
12149 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
12150 New method.
12151
cdf5a07c
MG
121522016-10-29 Manish Goregaokar <manish@mozilla.com>
12153
2806dc7e 12154 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
cdf5a07c 12155
51a789c3
MG
121562016-10-27 Manish Goregaokar <manish@mozilla.com>
12157
2806dc7e
PA
12158 * gdb.rust/simple.rs: Add test for univariant enums without
12159 discriminants and for encoded struct-like enums.
51a789c3 12160
f610ab6d
PA
121612016-10-28 Pedro Alves <palves@redhat.com>
12162
12163 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
12164 gdb_test_multiple, tighten regexps and match symtabs and line
12165 tables incrementally.
12166
b129b0ca
LM
121672016-10-28 Luis Machado <lgustavo@codesourcery.com>
12168
12169 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
12170 general.
12171
ecf45d2c
SL
121722016-10-25 Luis Machado <lgustavo@codesourcery.com>
12173
12174 * gdb.base/exec-invalid-sysroot.exp: New file.
12175
b8d38ee4
JK
121762016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
12177
12178 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
12179
f90fd8c2
JK
121802016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
12181
12182 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
12183
2d2476aa
MR
121842016-10-19 Maciej W. Rozycki <macro@imgtec.com>
12185
2806dc7e
PA
12186 * gdb.base/killed-outside.exp: Remove $options from a call to
12187 `prepare_for_testing'.
2d2476aa 12188
e42b25a0
SM
121892016-10-17 Simon Marchi <simon.marchi@ericsson.com>
12190
12191 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
12192 Change test message.
12193
3ccdb432
SM
121942016-10-17 Simon Marchi <simon.marchi@ericsson.com>
12195
12196 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
12197 Update comment.
12198
5bad3170
SM
121992016-10-17 Simon Marchi <simon.marchi@ericsson.com>
12200
12201 * gdb.trace/mi-trace-save.exp: New file.
12202
5ad9dba7
YQ
122032016-10-13 Yao Qi <yao.qi@linaro.org>
12204
12205 * gdb.base/code_elim.exp (get_var_address): Remove.
12206 * gdb.base/relocate.exp: Likewise.
12207 * gdb.base/shreloc.exp: Likewise.
12208 * lib/gdb.exp (get_var_address): New.
12209
62df7e21
YQ
122102016-10-13 Yao Qi <yao.qi@linaro.org>
12211
12212 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
12213 floating point tests if $skip_float_test is false.
12214
4dac951e
LM
122152016-10-12 Luis Machado <lgustavo@codesourcery.com>
12216
12217 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
12218 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
12219 argc values.
12220 Add 1 to argc so we guarantee distinct initial/modified argc values.
12221
8f1a8fc4
JK
122222016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
12223
12224 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
12225
16c85b5d
JK
122262016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
12227
12228 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
12229 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
12230 * gdb.arch/vsx-regs.exp: Likewise.
12231
1d0e042a
YQ
122322016-10-07 Yao Qi <yao.qi@linaro.org>
12233
12234 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
12235
68dadef5
MM
122362016-10-07 Markus Metzger <markus.t.metzger@intel.com>
12237
12238 * gdb.python/python.exp: Test decode_line("*0").
12239
33fa2c6e
DE
122402016-10-06 Doug Evans <dje@google.com>
12241
12242 * gdb.python/py-value.exp (test_value_creation): Add test for large
12243 unsigned 64-bit value.
12244
9c37b5ae
TT
122452016-10-06 Tom Tromey <tom@tromey.com>
12246
12247 * gdb.compile/compile.exp: Change java tests to rust.
12248 * gdb.base/setshow.exp: Change java tests to rust.
12249 * gdb.base/default.exp: Remove java from language list.
12250 * README (Examples): Update language example.
12251 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
12252 test.
12253 * lib/gdb.exp (skip_java_tests): Remove.
12254 * lib/java.exp: Remove.
12255 * gdb.java: Remove.
12256
78b86327
MR
122572016-10-06 Maciej W. Rozycki <macro@imgtec.com>
12258
12259 * gdb.arch/mips-fcr.exp: New test.
12260 * gdb.arch/mips-fcr.c: Source for the new test.
12261
7470adbb
MR
122622016-10-06 Maciej W. Rozycki <macro@imgtec.com>
12263
12264 * gdb.base/solib-disc.exp: Use `standard_output_file'
12265 throughout.
12266
4a556533
PA
122672016-10-06 Pedro Alves <palves@redhat.com>
12268
12269 * gdb.base/jit-simple-dl.c: New file.
12270 * gdb.base/jit-simple-jit.c: New file, factored out from ...
12271 * gdb.base/jit-simple.c: ... this.
12272 * gdb.base/jit-simple.exp (jit_run): Delete.
12273 (build_jit): New proc.
12274 (jit_test_reread): Recompile either the main program or the shared
12275 library, depending on what is being tested. Skip changing address
12276 if caller wants to. Compare before/after addresses. If testing
12277 standalone, explicitly load the binary. Test "maint info
12278 breakpoints".
12279 (top level): Add "standalone vs shared lib" and "change address"
12280 vs "same address" axes.
12281
5a122fbc
PA
122822016-10-06 Pedro Alves <palves@redhat.com>
12283
12284 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
12285 call.
12286 (jit_run): Delete.
12287 (jit_test_reread): Use with_test_prefix. Reload the main binary
12288 explicitly. Compare the before/after addresses of the JIT
12289 descriptor.
12290
ee8da4b8
DE
122912016-08-15 Doug Evans <dje@google.com>
12292
12293 * gdb.xml/extra-regs.xml: Update, end field now required, default type
12294 for single bitfields is bool.
12295 * gdb.xml/tdesc-regs.exp: Ditto.
12296
f389f6fe
JK
122972016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
12298
12299 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
12300
fdebf1a4
YQ
123012016-10-05 Yao Qi <yao.qi@linaro.org>
12302
12303 * lib/gdb.exp (support_complex_tests): Return zero if
12304 gdb_skip_float_test return true.
12305
9c36d954 123062016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2806dc7e 12307 Simon Marchi <simon.marchi@ericsson.com>
9c36d954
AT
12308
12309 PR gdb/20487
12310 * gdb.mi/user-selected-context-sync.exp: New file.
12311 * gdb.mi/user-selected-context-sync.c: New file.
12312
4034d0ff 123132016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2806dc7e 12314 Simon Marchi <simon.marchi@ericsson.com>
4034d0ff
AT
12315
12316 PR gdb/20487
12317 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
12318 =thread-select-event check.
12319
a4297203
PB
123202016-09-29 Peter Bergner <bergner@vnet.ibm.com>
12321
12322 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
12323 the compulsory L operand changes.
12324 * gdb.arch/powerpc-power.s: Likewise.
12325
bb805577
JK
123262016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
12327
12328 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
12329 * gdb.base/jit-attach-pie.c: New file.
12330 * gdb.base/jit-attach-pie.exp: New file.
12331
6d61dee5
PA
123322016-09-28 Pedro Alves <palves@redhat.com>
12333
12334 * gdb.base/infcall-input.c: New file.
12335 * gdb.base/infcall-input.exp: New file.
12336
f73842fc
YQ
123372016-09-22 Yao Qi <yao.qi@linaro.org>
12338
12339 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
12340 (gdb_exit): Rename it to ...
12341 (gdbserver_gdb_exit): ... Close GDBserver.
12342 (gdb_exit): New proc, call gdbserver_gdb_exit.
12343 (mi_gdb_exit): Likewise.
12344
90681dab
YQ
123452016-09-22 Yao Qi <yao.qi@linaro.org>
12346
12347 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
12348 path.
12349 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
12350 Remove duplication.
12351
9c211fd8
YQ
123522016-09-22 Yao Qi <yao.qi@linaro.org>
12353
12354 * lib/gdbserver-support.exp: Check the existence of
12355 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
12356
ad0a504f
AK
123572016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
12358
12359 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
12360
36cf1806
TT
123612016-09-21 Tom Tromey <tom@tromey.com>
12362
12363 PR gdb/20604:
12364 * gdb.base/quit.exp: New file.
12365
74172ecf
SM
123662016-09-21 Simon Marchi <simon.marchi@ericsson.com>
12367
12368 * .gitignore: New file.
12369
3d0ec882
MR
123702016-09-21 Maciej W. Rozycki <macro@imgtec.com>
12371
12372 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
12373 throughout.
12374
8193adea
AA
123752016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
12376
12377 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
12378
d41a5c09
JK
123792016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
12380
12381 * gdb.cp/casts.cc (decltype): Move it ...
12382 (main): ... with its call to ...
12383 * gdb.cp/casts03.cc: ... a new file.
12384 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
12385
d2dfe700
JK
123862016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
12387
12388 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
12389
e2a92b16
PB
123902016-09-15 Peter Bergner <bergner@vnet.ibm.com>
12391
12392 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
12393 and sync up the test with tests in gas/testsuite/gas/ppc.
12394 * gdb.arch/powerpc-power.exp: Likewise.
12395
49b4de64
JK
123962016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
12397
12398 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
12399
2c29df25
SDJ
124002016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
12401 Jan Kratochvil <jan.kratochvil@redhat.com>
12402
12403 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
12404 make m1's definition to be different from m2's. Use 'dummy' as an
12405 argument for probe 'two'.
12406
cc3c2846
JB
124072016-09-10 Jon Beniston <jon@beniston.com>
12408
12409 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
12410 for sim target.
12411
e1b2624a
AA
124122016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
12413
12414 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
12415 variable declaration.
12416 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
12417 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
12418 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
12419 received HWCAP as its argument.
12420
4295e285
PA
124212016-09-06 Pedro Alves <palves@redhat.com>
12422
12423 * gdb.base/new-ui-pending-input.c: New file.
12424 * gdb.base/new-ui-pending-input.exp: New file.
12425 * gdb.exp (clear_gdb_spawn_id): New procedure.
12426 (with_spawn_id): Check whether gdb_spawn_id exists before
12427 referencing it. If gdb_spawn_id didn't exist on entry, clear it
12428 on exit.
12429
00d5215e
UW
124302016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
12431
12432 * gdb.base/float128.c: New file.
12433 * gdb.base/float128.exp: Likewise.
12434 * gdb.base/floatn.c: Likewise.
12435 * gdb.base/floatn.exp: Likewise.
12436
a9ff5f12
UW
124372016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
12438
12439 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
12440
f245535c
PA
124412016-09-05 Pedro Alves <palves@redhat.com>
12442
12443 PR backtrace/19927
12444 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
12445 unwinders are immediately called as side effect of "source" or
12446 "disable unwinder" commands.
12447 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
12448
ae9cf263
YQ
124492016-09-02 Yao Qi <yao.qi@linaro.org>
12450
12451 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
12452 is true and $type is "float" or "double".
12453
27aba047
YQ
124542016-09-02 Yao Qi <yao.qi@linaro.org>
12455
12456 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
12457 true.
12458 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
12459 * gdb.base/call-rt-st.exp: Likewise.
12460 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
12461 return value instead of gdb,skip_float_test.
12462 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
12463 (do_function_calls): Use its return value instead of
12464 gdb,skip_float_test.
12465 * gdb.base/finish.exp: Likewise.
12466 * gdb.base/funcargs.exp: Likewise.
12467 * gdb.base/return.exp: Likewise.
12468 * gdb.base/return2.exp: Likewise.
12469 * gdb.base/varargs.exp: Likewise.
12470 * lib/gdb.exp (gdb_skip_float_test): Change it to
12471 gdb_caching_proc. Detect the broken ptrace on arm-linux.
12472
5af962df
AA
124732016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
12474
12475 * gdb.multi/tids.exp: Test "thread apply all".
12476
7fac6910
JK
124772016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
12478
12479 * gdb.base/default.exp (tty): Remove.
12480
bb1fe4ac
KB
124812016-08-24 Kevin Buettner <kevinb@redhat.com>
12482
2806dc7e
PA
12483 * gdb.python/py-recurse-unwind.c: New file.
12484 * gdb.python/py-recurse-unwind.py: New file.
12485 * gdb.python/py-recurse-unwind.exp: New file.
bb1fe4ac 12486
0a1ddfa6
SM
124872016-08-24 Simon Marchi <simon.marchi@ericsson.com>
12488
12489 * gdb.base/set-inferior-tty.exp: New file.
12490 * gdb.base/set-inferior-tty.c: New file.
12491
d9de1fe3
PA
124922016-08-23 Pedro Alves <palves@redhat.com>
12493
12494 PR gdb/20494
12495 * gdb.base/new-ui-echo.c: New file.
12496 * gdb.base/new-ui-echo.exp: New file.
12497
e9d9abd7
YQ
124982016-08-23 Yao Qi <yao.qi@linaro.org>
12499
12500 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
12501 gdbserver_spawn.
12502 * gdb.server/connect-without-multi-process.exp (do_test):
12503 Likewise.
12504
3589529e
YQ
125052016-08-23 Yao Qi <yao.qi@linaro.org>
12506
12507 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
12508 standalone_txt. Delete gdb_txt and standalone_txt on host
12509 and target. Spawn the binary on target. Copy files from
12510 target to host.
12511
6bb90213
PA
125122016-08-22 Pedro Alves <palves@redhat.com>
12513
12514 PR gdb/20505
12515 * gdb.base/vdso-warning.exp: Test core dumps too. Use
12516 with_test_prefix. Factor out bits to ...
12517 (test_no_vdso): ... this new procedure.
12518
20c2c024
CL
125192016-08-19 Carl Love <cel@us.ibm.com>
12520
12521 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
12522 maintaining separate logic for constructing the output path.
12523 * gdb.arch/powerpc-d128-regs.exp: Likewise.
12524 * gdb.arch/ppc-dfp.exp: Likewise.
12525 * gdb.arch/ppc-fp.exp: Likewise.
12526 * gdb.arch/vsx-regs.exp: Likewise.
12527 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
12528 binprefix for generating the additional binary files.
12529
0646e07d
PA
125302016-08-19 Pedro Alves <palves@redhat.com>
12531
12532 * gdb.trace/mi-trace-frame-collected.exp
12533 (test_trace_frame_collected): On x32, expect two registers.
12534
46da9242
CL
125352016-08-18 Carl Love <cel@us.ibm.com>
12536
12537 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
12538 and sync up the test with tests in gas/testsuite/gas/ppc.
12539 * gdb.arch/powerpc-power.exp: Likewise.
12540
eb2332d7
SM
125412016-08-17 Simon Marchi <simon.marchi@ericsson.com>
12542
12543 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
12544 expected error message.
12545
63c61e04
SM
125462016-08-17 Simon Marchi <simon.marchi@ericsson.com>
12547
12548 * gdb.multi/remove-inferiors.exp: New file.
12549 * gdb.multi/remove-inferiors.c: New file.
12550
7b17065f
YQ
125512016-08-12 Yao Qi <yao.qi@linaro.org>
12552
12553 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
12554 argument list.
12555
01d3dedf
PA
125562016-08-10 Pedro Alves <palves@redhat.com>
12557
12558 PR gdb/19187
12559 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
12560 setup_kfails.
12561
3eb7562a
PA
125622016-08-09 Pedro Alves <palves@redhat.com>
12563 Simon Marchi <simon.marchi@ericsson.com>
12564
12565 PR gdb/20418
12566 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
12567 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
12568
80614914
PA
125692016-08-09 Pedro Alves <palves@redhat.com>
12570
12571 PR mi/20431
12572 * gdb.mi/mi-cmd-error.exp: New file.
12573
f348d89a
PA
125742016-08-09 Pedro Alves <palves@redhat.com>
12575
12576 PR gdb/18653
12577 * gdb.base/signals-state-child.c: New file.
12578 * gdb.base/signals-state-child.exp: New file.
12579 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
12580
e5ca03b4
PA
125812016-08-09 Pedro Alves <palves@redhat.com>
12582
12583 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
12584
282a0691
TT
125852016-08-03 Tom Tromey <tom@tromey.com>
12586
12587 PR python/18565:
12588 * gdb.python/py-frame-inline.exp: Add Frame.function test.
12589
41bfcd63
YQ
125902016-08-01 Yao Qi <yao.qi@linaro.org>
12591
12592 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
12593 variable mode to "multi-process" if $multi_process is 1, otherwise
12594 set it to "single-process".
12595
e3465b24
YQ
125962016-08-01 Yao Qi <yao.qi@linaro.org>
12597
12598 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
12599 * gdb.cp/cpexprs.exp: Likewise.
12600 * gdb.cp/m-static.exp: Likewise.
12601
0b31a4bc
TT
126022016-07-26 Tom Tromey <tom@tromey.com>
12603
12604 PR python/20190:
12605 * gdb.threads/tls.exp (check_thread_local): Add python symbol
12606 test.
12607
e0461dbb
MM
126082016-07-26 Markus Metzger <markus.t.metzger@intel.com>
12609
12610 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
12611 selecting assembly source files.
12612 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
12613 assembly source files.
12614 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
12615 assembly source files.
12616 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
12617 selecting assembly source files.
12618
8194e927
SM
126192016-07-25 Simon Marchi <simon.marchi@ericsson.com>
12620
12621 * gdb.base/new-ui.exp (do_test_invalid_args): New
12622 procedure.
12623
c0272db5
TW
126242016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
12625
12626 * gdb.btrace/reconnect.c: New file.
12627 * gdb.btrace/reconnect.exp: New file.
12628
e3487908
GKB
126292016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
12630
12631 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
12632 to test_catch_syscall_group.
12633 (test_catch_syscall_group): New.
12634
12df5c00
TT
126352016-07-21 Tom Tromey <tom@tromey.com>
12636
12637 * gdb.rust/simple.rs (main): Use empty struct expression.
12638 * gdb.rust/simple.exp: Add tests for empty struct expression.
12639
bae62ee2
YQ
126402016-07-21 Yao Qi <yao.qi@linaro.org>
12641
12642 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
12643 if gdb_skip_xml_test is true on some targets.
12644
b1b53fb3
YQ
126452016-07-21 Yao Qi <yao.qi@linaro.org>
12646
12647 * gdb.server/solib-list.exp: Unset last_loaded_file.
12648
027d97f8
JK
126492016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
12650
12651 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
12652 "step into captured_main (args)".
12653
7674d381
JK
126542016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
12655
12656 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
12657
72b5d099
JK
126582016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
12659
12660 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
12661
1f960ced
PA
126622016-07-19 Pedro Alves <palves@redhat.com>
12663
12664 * gdb.opt/inline-break.exp: Remove optimize=-O2.
12665 * gdb.opt/inline-bt.exp: Likewise.
12666 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
12667 additional_flags=-Winline.
12668 * gdb.opt/inline-locals.exp: Likewise.
12669 * gdb.opt/inline-markers.c (ATTR): Define.
12670 (inlined_fn): Use it.
12671
f25827c1
YQ
126722016-07-19 Yao Qi <yao.qi@linaro.org>
12673
12674 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
12675 (test_with_self): Remove some code. Remove argument executable.
12676 (top-level): Use do_self_tests.
12677
37539ebe
DB
126782016-07-15 Zachary Welch <zwelch@codesourcery.com>
12679 Don Breazeal <donb@codesourcery.com>
12680
12681 * gdb.base/maint.exp: Escape paths used in regular expressions.
12682 * gdb.stabs/weird.exp: Likewise.
12683
dac790e1
TT
126842016-07-13 Tom Tromey <tom@tromey.com>
12685
12686 PR python/15620, PR python/18620:
12687 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
12688 (test_bkpt_events): New procs.
12689
93daf339
TT
126902016-07-13 Tom Tromey <tom@tromey.com>
12691
12692 PR python/17698:
12693 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
12694 test.
12695 (test_watchpoints): Likewise.
12696 (test_bkpt_pending): New proc.
12697
6571a381
TT
126982016-07-13 Tom Tromey <tom@tromey.com>
12699
12700 PR cli/18053:
12701 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
12702 completion test.
12703
e8732474
JK
127042016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
12705
12706 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
12707 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
12708 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
12709 f_label.
12710 (g): Rename g_end_lbl to g_label.
12711 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
12712 low_pc and high_pc.
12713 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
12714
e0f3fd7c
TT
127152016-07-12 Tom Tromey <tom@tromey.com>
12716
12717 PR python/19293:
12718 * gdb.python/py-unwind-maint.exp: Update tests.
12719
3cfe46b6
YQ
127202016-07-12 Yao Qi <yao.qi@linaro.org>
12721
12722 * lib/selftest-support.exp (selftest_setup): Match the output
12723 when captured_main is inlined.
12724
4f19a0e6
WT
127252016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
12726
12727 * gdb.fortran/derived-types.exp (result_line, result_line_2):
12728 New variables.
12729 (print this%a, print this%b, print this): New tests.
12730 * gdb.fortran/derived-types.f90 (this): New object and
12731 initialization.
12732
986cf455
SM
127332016-07-06 Simon Marchi <simon.marchi@ericsson.com>
12734
12735 * gdb.ada/arraydim.exp: Remove extra directory level in build
12736 directory.
12737
f0464b23
SM
127382016-07-06 Simon Marchi <simon.marchi@ericsson.com>
12739
12740 * lib/ada.exp: Remove extra directory level in build directory.
12741 * gdb.ada/cond_lang.exp: Likewise.
12742 * gdb.ada/exec_changed.exp: Likewise.
12743 * gdb.ada/lang_switch.exp: Likewise.
12744
42d94011
MG
127452016-07-06 Manish Goregaokar <manish@mozilla.com>
12746
2806dc7e
PA
12747 * simple.rs: Add test for raw pointer subscripting.
12748 * simple.exp: Add test expectations.
42d94011 12749
647c264c
YQ
127502016-07-05 Yao Qi <yao.qi@linaro.org>
12751
12752 * gdb.mi/mi-reverse.exp: Match =record-started output.
12753
20aa2c60
PA
127542016-07-01 Pedro Alves <palves@redhat.com>
12755
12756 * gdb.base/jit-reader.exp (info_registers_current_frame): New
12757 procedure.
12758 (jit_reader_test): Test the jit reader's unwinder.
12759 * gdb.base/jithost.c (jit_function_00_code): New global.
12760 (main): Use memcpy to fill in the mmapped code, instead of poking
12761 bytes manually here.
12762 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
12763 value.
12764 (read_debug_info): Save the function's range.
12765 (read_sp): New function.
12766 (unwind_frame): Use it. Also unwind RBP.
12767 (get_frame_id): Use read_sp.
12768 (gdb_init_reader): Use calloc instead of malloc.
12769 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
12770 parameter. Use gdb_test_multiple.
12771
ced2dffb
PA
127722016-07-01 Pedro Alves <palves@redhat.com>
12773 Antoine Tremblay <antoine.tremblay@ericsson.com>
12774
12775 * gdb.threads/process-dies-while-detaching.c: New file.
12776 * gdb.threads/process-dies-while-detaching.exp: New file.
12777
63000888
PA
127782016-07-01 Pedro Alves <palves@redhat.com>
12779
12780 * gdb.multi/watchpoint-multi-exit.c: New file.
12781 * gdb.multi/watchpoint-multi-exit.exp: New file.
12782
038d4868
PA
127832016-06-30 Pedro Alves <palves@redhat.com>
12784
12785 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
12786 unset inferior_spawn_id.
12787
994e9c83
PA
127882016-06-30 Pedro Alves <palves@redhat.com>
12789
12790 * lib/mi-support.exp (default_mi_gdb_start): Declare global
12791 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
12792
e5653468
YQ
127932016-06-29 Yao Qi <yao.qi@linaro.org>
12794
12795 * gdb.base/return.c: Add copyright header.
12796
803b47e5
TT
127972016-06-29 Tom Tromey <tom@tromey.com>
12798
12799 PR python/20129:
12800 * gdb.python/py-framefilter.exp: Add tests for setting priority
12801 and disabling of non-existent frame filter.
12802
28244707
YQ
128032016-06-29 Yao Qi <yao.qi@linaro.org>
12804
12805 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
12806 0x0f07ff.
12807
a31d2f06
YQ
128082016-06-28 Yao Qi <yao.qi@linaro.org>
12809
12810 * gdb.base/catch-syscall.exp: Remove check on isnative and target
12811 triplets. Start gdb, execute catch syscall, and continue. Check
12812 gdb's output to determine catch syscall is supported.
12813
921d8f54
MG
128142016-06-27 Manish Goregaokar <manish@mozilla.com>
12815
25d49b86
PA
12816 * gdb.rust/simple.rs: Add test for returning unit in a function.
12817 * gdb.rust/simple.exp: Add expectation for functions returning
12818 unit.
921d8f54 12819
f4952523
PMR
128202016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
12821
12822 * gdb.python/py-breakpoint-create-fail.c,
12823 gdb.python/py-breakpoint-create-fail.exp,
12824 gdb.python/py-breakpoint-create-fail.py: New testcase.
12825
fccb08f8
MG
128262016-06-25 Manish Goregaokar <manish@mozilla.com>
12827
12828 PR gdb/20239
12829 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
25d49b86
PA
12830 * gdb.rust/simple.exp: Add test expectations for new NonZero
12831 tests.
fccb08f8 12832
6b850546
DT
128332016-06-24 David Taylor <dtaylor@emc.com>
12834
12835 * gdb.base/offsets.exp: New file.
12836 * gdb.base/offsets.c: New file.
12837
17621150
TT
128382016-06-23 Tom Tromey <tom@tromey.com>
12839
12840 PR gdb/16483:
12841 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
12842 before any filters are loaded.
12843
04d59df6
WT
128442016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
12845
12846 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
12847 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
12848 structs.
12849 * gdb.fortran/derived-type-function.exp: New file.
12850 * gdb.fortran/derived-type-function.f90: New file.
12851
12852
ac69f786
PA
128532016-06-21 Pedro Alves <palves@redhat.com>
12854
12855 * gdb.base/new-ui.exp: New file.
12856 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
12857 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
12858 (with_spawn_id): New procedure.
12859
49940788
PA
128602016-06-21 Pedro Alves <palves@redhat.com>
12861
12862 * gdb.mi/mi-exec-run.exp: New file.
12863
ef274d26
PA
128642016-06-21 Pedro Alves <palves@redhat.com>
12865
12866 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
12867 breakpoint command's output on the main UI.
12868 (test_break): New procedure, factored out from calls in the top
12869 level.
12870 (top level): Use foreach_with_prefix to test MI as main UI and as
12871 separate UI.
12872
468afe6c
PA
128732016-06-21 Pedro Alves <palves@redhat.com>
12874
12875 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
12876 (test_awatch_creation_and_listing)
12877 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
12878 Remove 'type' parameter.
12879 (test_watchpoint_all): New parameter mi_mode. Remove
12880 with_test_prefix.
12881 (top level): Use foreach_with_prefix, and add main/separate UI MI
12882 testing axis.
12883
51f77c37
PA
128842016-06-21 Pedro Alves <palves@redhat.com>
12885
12886 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
12887 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
12888 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
12889 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
12890 (gdb_main_spawn_id, mi_spawn_id): Declare and
12891 comment.
12892 (mi_create_inferior_pty): New procedure,
12893 factored out from default_mi_gdb_start.
12894 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
12895 procedures.
12896 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
12897 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
12898 Use mi_create_inferior_pty.
12899 (mi_gdb_start): Use eval to pass down args list.
12900
8980e177
PA
129012016-06-21 Pedro Alves <palves@redhat.com>
12902
12903 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
12904 * gdb.opt/inline-cmds.exp: Add MI tests.
12905
f38d3ad1
PA
129062016-06-21 Pedro Alves <palves@redhat.com>
12907
12908 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
12909
45db7c09
PA
129102016-06-21 Pedro Alves <palves@redhat.com>
12911
12912 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
12913 (top level): Use it instead of mi_execute_to.
12914
5a069ab3
PA
129152016-06-21 Pedro Alves <palves@redhat.com>
12916
12917 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
12918 (cont_handler_str): New.
12919 (signal_stop_handler): Set stop_handler_str instead of printing to
12920 stdout.
12921 (continue_handler): Set cont_handler_str instead of printing to
12922 stdout.
12923 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
12924 mi_send_resuming_command. Print stop_handler_str and
12925 cont_handler_str instead of expecting the python events print
12926 directly.
12927
2838cc1d
SD
129282016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
12929
12930 * gdb.base/jit-reader.exp: New file.
12931 * gdb.base/jithost.c: New file.
12932 * gdb.base/jithost.h: New file.
12933 * gdb.base/jitreader.c : New file.
12934 * gdb.base/jit-protocol.h: New file.
12935
21a77091
YQ
129362016-06-17 Yao Qi <yao.qi@linaro.org>
12937
12938 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
12939 parameters follow_fork and detach_on_fork. Set follow-fork-mode
12940 and detach-on-fork. Adjust tests.
12941 (top level): Invoke break_cond_on_syscall with combinations of
12942 syscall, follow-fork-mode and detach-on-fork.
12943
f50bf8e5
YQ
129442016-06-17 Yao Qi <yao.qi@linaro.org>
12945
12946 * gdb.base/step-over-exit.c: New.
12947 * gdb.base/step-over-exit.exp: New.
12948
a28d8e50
YTL
129492016-06-17 Yan-Ting Lin <currygt52@gmail.com>
12950
12951 * gdb.base/float.exp: Add target check for nds32*-*-*.
12952 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
12953
cad8e26d
AB
129542016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
12955
12956 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
12957 for unsupported target features.
12958 * gdb.base/call-rt-st.exp: Likewise.
12959 * gdb.base/call-sc.exp: Likewise.
12960 * gdb.base/call-signal-resume.exp: Likewise.
12961 * gdb.base/call-strs.exp: Likewise.
12962 * gdb.base/callexit.exp: Likewise.
12963 * gdb.base/callfuncs.exp: Likewise.
12964 * gdb.base/nodebug.exp: Likewise.
12965 * gdb.base/printcmds.exp: Likewise.
12966 * gdb.base/ptype.exp: Likewise.
12967 * gdb.base/structs.exp: Likewise.
12968 * gdb.base/unwindonsignal.exp: Likewise.
12969 * gdb.cp/gdb2495.exp: Likewise.
12970 * gdb.cp/templates.exp: Likewise.
12971 * gdb.cp/virtfunc.exp: Likewise.
12972 * gdb.threads/hand-call-in-threads.exp: Likewise.
12973 * gdb.threads/interrupted-hand-call.exp: Likewise.
12974 * gdb.threads/thread-unwindonsignal.exp: Likewise.
12975
347dc102
TT
129762016-06-10 Tom Tromey <tom@tromey.com>
12977
12978 PR rust/20110:
12979 * gdb.rust/expr.exp: Add test for integer constant larger than
12980 i32.
12981
5e13cf25
BH
129822016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
12983
12984 * gdb.fortran/nested-funcs.exp: New.
12985 * gdb.fortran/nested-funcs.f90: New.
12986
bb556f1f
TK
129872016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
12988
12989 * gdb.base/examine-backward.c: New file.
12990 * gdb.base/examine-backward.exp: New file.
12991
38b022b4
SM
129922016-06-06 Simon Marchi <simon.marchi@ericsson.com>
12993
12994 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
12995 matching.
12996
1b40ec05
TT
129972016-06-02 Tom Tromey <tom@tromey.com>
12998
12999 PR python/18984:
13000 * gdb.python/py-shared.exp: Add solib_name test.
13001
193bd378
SM
130022016-06-02 Simon Marchi <simon.marchi@ericsson.com>
13003
13004 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
13005
3326303b
MG
130062016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
13007
13008 PR c++/19893
13009 * gdb.dwarf2/implref.exp: Rename to...
13010 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
13011 * gdb.dwarf2/implref-array.c: New file.
13012 * gdb.dwarf2/implref-array.exp: Likewise.
13013 * gdb.dwarf2/implref-global.c: Likewise.
13014 * gdb.dwarf2/implref-global.exp: Likewise.
13015 * gdb.dwarf2/implref-struct.c: Likewise.
13016 * gdb.dwarf2/implref-struct.exp: Likewise.
13017
825c8ef2
AT
130182016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
13019
13020 * gdb.trace/trace-condition.exp: Add 64bit tests.
13021
2320162a
AT
130222016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
13023
13024 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
13025 bits types.
13026 (main): Adapt to 8 to 64 bits types.
13027 * gdb.trace/trace-condition.exp: Add new tests.
13028
a7818233
AT
130292016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
13030
13031 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
13032
0d336466
AT
130332016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
13034
13035 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
13036 Move condition tests...
13037 * gdb.trace/trace-condition.exp: Here.
13038
7faeb45a
AT
130392016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
13040
13041 * gdb.trace/trace-condition.exp: Add counter-case tests.
13042
e385593e
JK
130432016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
13044
13045 PR c++/15231
13046 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
13047 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
13048
744608cc
PA
130492016-05-27 Pedro Alves <palves@redhat.com>
13050
13051 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
13052 New procedure.
13053 (top level): Call it, and bail out of DejaGnu is known to be bad.
13054
ac775bf4
AB
130552016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
13056
13057 * gdb.base/whatis.c: Extend the test case.
13058 * gdb.base/whatis.exp: Add additional tests.
13059
2bbad2ea
BH
130602016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
13061
13062* gdb.fortran/type.f90: Add pointer variable.
13063* gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
13064
8b70175d
BH
130652016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
13066
13067 * gdb.fortran/vla-type.exp: Fix testcase name.
13068
86d8a848
BH
130692016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
13070
13071 * gdb.fortran/vla-type.exp: Access elements in nested structs.
13072
e188eb36
BH
130732016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
13074
13075 * gdb.fortran/type.f90: Add nested structures.
13076 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
13077 * gdb.fortran/derived-type.exp: Adapt expected output.
13078 * gdb.fortran/vla-type.exp: Adapt expected output.
13079
9b2db1fd
BH
130802016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
13081
13082 * gdb.fortran/whatis_type.exp: Adapt expected output.
13083
72b17055
BH
130842016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
13085
13086 * gdb.fortran/print_type.exp: Fix expected output.
13087 * gdb.fortran/whatis_type.exp: Fix expected output.
13088
3cd81d8d
BH
130892016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
13090
13091 * gdb.fortran/whatis_type.exp: Use multi_line.
13092
ddae9462
TT
130932016-05-24 Tom Tromey <tom@tromey.com>
13094
13095 PR python/17386:
13096 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
13097 use value as an index.
13098
1957f6b8
TT
130992016-05-23 Tom Tromey <tom@tromey.com>
13100
13101 PR python/17981:
13102 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
13103 no-breakpoint case.
13104
026a9174
PA
131052016-05-24 Pedro Alves <palves@redhat.com>
13106
13107 PR gdb/19828
13108 * gdb.threads/clone-attach-detach.c: New file.
13109 * gdb.threads/clone-attach-detach.exp: New file.
13110
e70a7231
FR
131112016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
13112
13113 * gdb.base/annota-input-while-running.exp: Fix syntax error.
13114
0f6ed0e0
TT
131152016-05-23 Tom Tromey <tom@tromey.com>
13116
13117 PR python/19438, PR python/18393:
13118 * gdb.python/py-progspace.exp: Add "dir" test.
13119 * gdb.python/py-objfile.exp: Add "dir" test.
13120
ffd19d61
YQ
131212016-05-23 Yao Qi <yao.qi@linaro.org>
13122
13123 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
13124 * gdb.arch/thumb2-it.exp: Likewise.
13125
9e8f9b05
SM
131262016-05-18 Simon Marchi <simon.marchi@ericsson.com>
13127
13128 * gdb.mi/mi-threads-interrupt.c: New file.
13129 * gdb.mi/mi-threads-interrupt.exp: New file.
13130
61c6156d
SM
131312016-05-17 Simon Marchi <simon.marchi@ericsson.com>
13132
13133 PR gdb/18077
13134 * gdb.mi/mi-async-run.exp: New file.
13135 * gdb.mi/mi-async-run.c: New file.
13136
67218854
TT
131372016-05-17 Tom Tromey <tom@tromey.com>
13138 Manish Goregaokar <manishsmail@gmail.com>
13139
13140 * lib/rust-support.exp: New file.
13141 * lib/gdb.exp (skip_rust_tests): New proc.
13142 (build_executable_from_specs): Handle rust.
13143 * lib/future.exp (gdb_find_rustc): New proc.
13144 (gdb_default_target_compile): Handle rust.
13145 * gdb.rust/expr.exp: New file.
13146 * gdb.rust/generics.exp: New file.
13147 * gdb.rust/generics.rs: New file.
13148 * gdb.rust/methods.exp: New file.
13149 * gdb.rust/methods.rs: New file.
13150 * gdb.rust/modules.exp: New file.
13151 * gdb.rust/modules.rs: New file.
13152 * gdb.rust/simple.exp: New file.
13153 * gdb.rust/simple.rs: New file.
13154
c44af4eb
TT
131552016-05-17 Tom Tromey <tom@tromey.com>
13156
13157 * gdb.base/default.exp (set language): Add rust.
13158
dcd1f979
TT
131592016-05-17 Tom Tromey <tom@tromey.com>
13160
13161 * gdb.gdb/unittest.exp: New file.
13162
155b7f57
YQ
131632016-05-16 Yao Qi <yao.qi@linaro.org>
13164
13165 * gdb.base/batch-preserve-term-settings.exp: Remove variable
13166 shell_prompt. Update shell_prompt_re.
13167
8ddd5a6c
DE
131682016-05-12 Doug Evans <dje@google.com>
13169
13170 PR symtab/19999
13171 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
13172 $options when building executable.
13173 * gdb.dwarf2/fission-loclists-pie.S: New file.
13174 * gdb.dwarf2/fission-loclists-pie.exp: New file.
13175
02e370d9
SM
131762016-05-04 Simon Marchi <simon.marchi@ericsson.com>
13177
13178 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
13179 of [is_remote target],
13180
8929ad8b
SM
131812016-05-04 Simon Marchi <simon.marchi@ericsson.com>
13182
13183 * lib/gdb.exp (use_gdb_stub): New procedure.
13184
6c447423
DE
131852016-05-03 Yunlian Jiang <yunlian@google.com>
13186 Doug Evans <dje@google.com>
13187
13188 PR symtab/19914
13189 * gdb.dwarf2/dwp-sepdebug.c: New file.
13190 * gdb.dwarf2/dwp-sepdebug.exp: New file.
13191
444e826c
SM
131922016-05-02 Simon Marchi <simon.marchi@ericsson.com>
13193
13194 * gdb.base/detach.exp: Remove is_remote check.
13195
740feeaa
SM
131962016-05-02 Simon Marchi <simon.marchi@ericsson.com>
13197
13198 * gdb.base/annota-input-while-running.exp: Don't check for
13199 [is_remote target]. Enable annotations after running to main.
13200 Remove unused "set test..." line.
13201
9080ac9d
SM
132022016-04-28 Simon Marchi <simon.marchi@ericsson.com>
13203
13204 * gdb.trace/trace-enable-disable.exp: New file.
13205 * gdb.trace/trace-enable-disable.c: New file.
13206
952ebca5
SM
132072016-04-28 Simon Marchi <simon.marchi@ericsson.com>
13208
13209 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
13210 use it in info sharedlibrary test.
13211 * gdb.trace/ftrace-lock.exp: Likewise.
13212 * gdb.trace/ftrace.exp: Likewise.
13213 * gdb.trace/range-stepping.exp: Likewise.
13214 * gdb.trace/trace-break.exp: Likewise.
13215 * gdb.trace/trace-condition.exp: Likewise.
13216 * gdb.trace/trace-mt.exp: Likewise.
13217
d9019901
SM
132182016-04-27 Simon Marchi <simon.marchi@ericsson.com>
13219
13220 * lib/gdb.exp (gdb_load_shlibs): Rename to...
13221 (gdb_load_shlib): ... this.
13222 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
13223 gdb_load_shlib.
13224 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
13225 * gdb.base/ctxobj.exp: Likewise.
13226 * gdb.base/dprintf-pending.exp: Likewise.
13227 * gdb.base/dso2dso.exp: Likewise.
13228 * gdb.base/fixsection.exp: Likewise.
13229 * gdb.base/gcore-relro.exp: Likewise.
13230 * gdb.base/gdb1555.exp: Likewise.
13231 * gdb.base/global-var-nested-by-dso.exp: Likewise.
13232 * gdb.base/gnu-ifunc.exp: Likewise.
13233 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
13234 * gdb.base/jit-so.exp (one_jit_test): Likewise.
13235 * gdb.base/pending.exp: Likewise.
13236 * gdb.base/print-file-var.exp: Likewise.
13237 * gdb.base/print-symbol-loading.exp: Likewise.
13238 * gdb.base/shlib-call.exp: Likewise.
13239 * gdb.base/shreloc.exp: Likewise.
13240 * gdb.base/so-impl-ld.exp: Likewise.
13241 * gdb.base/solib-disc.exp: Likewise.
13242 * gdb.base/solib-nodir.exp: Likewise.
13243 * gdb.base/solib-overlap.exp: Likewise.
13244 * gdb.base/solib-symbol.exp: Likewise.
13245 * gdb.base/solib-weak.exp (do_test): Likewise.
13246 * gdb.base/sym-file.exp: Likewise.
13247 * gdb.base/symtab-search-order.exp: Likewise.
13248 * gdb.base/type-opaque.exp: Likewise.
13249 * gdb.base/unload.exp: Likewise.
13250 * gdb.base/watchpoint-solib.exp: Likewise.
13251 * gdb.compile/compile.exp: Likewise.
13252 * gdb.cp/gdb2384.exp: Likewise.
13253 * gdb.cp/infcall-dlopen.exp: Likewise.
13254 * gdb.cp/re-set-overloaded.exp: Likewise.
13255 * gdb.fortran/library-module.exp: Likewise.
13256 * gdb.opt/solib-intra-step.exp: Likewise.
13257 * gdb.python/py-finish-breakpoint.exp: Likewise.
13258 * gdb.python/py-shared.exp: Likewise.
13259 * gdb.reverse/solib-precsave.exp: Likewise.
13260 * gdb.reverse/solib-reverse.exp: Likewise.
13261 * gdb.server/solib-list.exp: Likewise.
13262 * gdb.threads/dlopen-libpthread.exp: Likewise.
13263 * gdb.threads/tls-shared.exp: Likewise.
13264 * gdb.threads/tls-so_extern.exp: Likewise.
13265 * gdb.trace/change-loc.exp: Likewise.
13266 * gdb.trace/ftrace-lock.exp: Likewise.
13267 * gdb.trace/ftrace.exp: Likewise.
13268 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
13269 * gdb.trace/pending.exp: Likewise.
13270 * gdb.trace/range-stepping.exp: Likewise.
13271 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
13272 (strace_info_marker): Likewise.
13273 (strace_probe_marker): Likewise.
13274 (strace_trace_on_same_addr): Likewise.
13275 (strace_trace_on_diff_addr): Likewise.
13276 * gdb.trace/trace-break.exp: Likewise.
13277 * gdb.trace/trace-condition.exp: Likewise.
13278 * gdb.trace/trace-mt.exp: Likewise.
13279
fca4cfd9
SM
132802016-04-27 Simon Marchi <simon.marchi@ericsson.com>
13281
13282 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
13283 result of gdb_remote_download.
13284 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
13285 * gdb.base/dso2dso.exp: Likewise.
13286 * gdb.base/global-var-nested-by-dso.exp: Likewise.
13287 * gdb.base/print-file-var.exp: Likewise.
13288 * gdb.base/shlib-call.exp: Likewise.
13289 * gdb.base/shreloc.exp: Likewise.
13290 * gdb.base/solib-overlap.exp: Likewise.
13291 * gdb.base/solib-weak.exp (do_test): Likewise.
13292 * gdb.base/unload.exp: Likewise.
13293
11cf4ffb
YQ
132942016-04-27 Yao Qi <yao.qi@linaro.org>
13295
13296 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
13297 exists.
13298
3e2e34f8
KB
132992016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
13300
13301 * vla-type.exp: Print structure from toplevel.
13302
8f07e298
BH
133032016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
13304
13305 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
13306 of dynamic types.
13307 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
13308 of dynamic types.
13309
9920b434
BH
133102016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
13311
13312 * gdb.fortran/vla-type.f90: New file.
13313 * gdb.fortran/vla-type.exp: New file.
13314
f3abeff5
YQ
133152016-04-25 Yao Qi <yao.qi@linaro.org>
13316
13317 * gdb.base/branch-to-self.c: New file.
13318 * gdb.base/branch-to-self.exp: New file.
13319
0a5d52f0
YQ
133202016-04-22 Yao Qi <yao.qi@linaro.org>
13321
13322 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
13323 more after $hex.
13324
495346f6
YQ
133252016-04-22 Yao Qi <yao.qi@linaro.org>
13326
13327 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
13328 * gdb.base/annota3.exp: Likewise.
13329
4a7e075c
YQ
133302016-04-22 Yao Qi <yao.qi@linaro.org>
13331
13332 * gdb.reverse/step-precsave.exp: Do one step and test program
13333 stops in "callee" and do multiple steps until program goes out
13334 of "callee".
13335 * gdb.reverse/step-reverse.exp: Likewise.
13336
5b061e98
YQ
133372016-04-22 Yao Qi <yao.qi@linaro.org>
13338
13339 * gdb.trace/signal.exp: Also pass if
13340 $tracepoint_hits($i) > $iterations.
13341
5c5dc57f
YQ
133422016-04-22 Yao Qi <yao.qi@linaro.org>
13343
13344 * gdb.trace/signal.c: New file.
13345 * gdb.trace/signal.exp: New file.
13346
a55411b9
DE
133472016-04-19 Doug Evans <xdje42@gmail.com>
13348
13349 * gdb.base/bad-file.exp: New file.
13350
a22df60a
MG
133512016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
13352
13353 * gdb.dwarf2/implref.exp: New file.
13354
0c13f7e5
BH
133552016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
13356
13357 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
13358 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
13359 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
13360 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
13361 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
13362 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
13363 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
13364 * lib/fortran.exp (fortran_int4): New procedure.
13365 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
13366 (fortran_logical4): Likewise.
13367
9b9b09e9
BH
133682016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
13369
13370 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
13371
a14d1f4d
BH
133722016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
13373
13374 * lib/compiler.c: Add Intel specific preprocessor macros.
13375 * lib/compiler.cc: Likewise.
25d49b86 13376
7d49b1d0
LM
133772016-04-13 Luis Machado <lgustavo@codesourcery.com>
13378
13379 * gdb.server/connect-with-no-symbol-file.c: New file.
13380 * gdb.server/connect-with-no-symbol-file.exp: New file.
13381
8392fa22
SM
133822016-04-13 Simon Marchi <simon.marchi@ericsson.com>
13383
13384 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
13385
8c4c4aeb
SM
133862016-04-13 Simon Marchi <simon.marchi@ericsson.com>
13387
13388 * boards/gdbserver-base.exp (${board}_download): Copy source file to
13389 standard output directory.
13390
45e3745e
AT
133912016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
13392
13393 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
13394
e26b7e41
MM
133952016-04-13 Markus Metzger <markus.t.metzger@intel.com>
13396
13397 * gdb.btrace/instruction_history.c (loop): Add declaration.
13398
8ce09462
AT
133992016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
13400
13401 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
13402
2e88a1ea
SM
134032016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
13404
13405 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
13406 parentheses to print.
13407 (continue_handler): Likewise.
13408
f48e22e3
SM
134092016-04-08 Simon Marchi <simon.marchi@ericsson.com>
13410
13411 * gdb.server/solib-list.exp: Remove is_remote check.
13412 Pass shlib= to gdb_compile. Don't link shared library with
13413 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
13414 Run binary filename through "readlink -f" on the target.
13415
096be756
PA
134162016-04-08 Pedro Alves <palves@redhat.com>
13417
13418 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
13419 interpreter filename as argument to gdbserver_spawn.
13420 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
13421 Return empty if $last_loaded_file does not exist.
13422
06500533
JK
134232016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
13424
13425 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
13426 * gdb.base/jit-main.c: Use exit after usage.
13427
2d35e871
JK
134282016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
13429
13430 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
13431 GDBHISTSIZE prior to the tests.
13432 * gdb.base/gdbinit-history.exp: Likewise.
13433
134342016-04-07 Pedro Alves <palves@redhat.com>
9553661a
PA
13435
13436 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
13437 instead of build_executable. Use gdb_load_shlibs.
13438
c8064e7e
YQ
134392016-04-07 Yao Qi <yao.qi@linaro.org>
13440
13441 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
13442 Execute "si" command.
13443
bde47561
YQ
134442016-04-07 Yao Qi <yao.qi@linaro.org>
13445
13446 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
13447 number instead of the comments on some line.
13448
b16f8a3b
DB
134492016-04-06 Don Breazeal <donb@codesourcery.com>
13450
13451 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
13452 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
13453
c2f901df
SM
134542016-04-06 Simon Marchi <simon.marchi@ericsson.com>
13455
13456 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
13457 standard_output_file. Remove unused binfile variable.
13458
ac17fda0
CU
134592016-04-05 Catalin Udma <catalin.udma@freescale.com>
13460
13461 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
13462 * gdb.python/py-mi-objfile.exp: Match "list main" output
13463 in console format.
13464
03a8c4df
SM
134652016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
13466
13467 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
13468 absolute.
13469
6e774b13
SM
134702016-04-05 Simon Marchi <simon.marchi@ericsson.com>
13471
13472 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
13473 absolute.
13474 * gdb.trace/ftrace.exp: Likewise.
13475 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
13476 targets as well.
13477 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
13478 (gdb_load_shlibs): Copy libraries to test directory when testing
13479 natively. Only set solib-search-path if testing remotely.
13480 * lib/mi-support.exp (mi_load_shlibs): Likewise.
13481
7817ea46
SM
134822016-04-05 Simon Marchi <simon.marchi@ericsson.com>
13483
13484 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
13485 gdb_download. Use it even if the target is not remote.
13486 * gdb.base/jit.exp (compile_jit_test): Likewise.
13487 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
13488 output directory if the destination board is local, otherwise use
13489 the standard remote_download from DejaGnu.
13490 (gdb_download): Remove.
13491 (gdb_load_shlibs): Use gdb_remote_download instead of
13492 gdb_download.
13493 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
13494 Use gdb_remote_download instead of gdb_download. Use it even if
13495 the target is not remote.
13496 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
13497 instead of gdb_download.
13498
7beb7f68
SM
134992016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
13500
13501 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
13502 (test_insert_delete_modify): Call mi_load_shlibs before trying to
13503 run.
13504
cc63428a
AV
135052016-04-01 Artemiy Volkov <artemiyv@acm.org>
13506
13507 PR gdb/19820
13508 * gdb.base/printcmds.exp: Add artificial arrays tests.
13509
64cdf930
PA
135102016-03-31 Pedro Alves <palves@redhat.com>
13511
13512 PR gdb/19858
13513 * gdb.base/jit-main.c: Include unistd.h.
13514 (ATTACH): Define to 0 if not already defined.
13515 (wait_for_gdb, mypid): New globals.
13516 (WAIT_FOR_GDB): New macro.
13517 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
13518 some breakpoint locations.
13519 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
13520 New procedures.
13521 (one_jit_test): Add REATTACH parameter, and handle it. Use
13522 continue_to_test_location.
13523 (top level): Test attach, and adjusts calls to one_jit_test.
13524
40dea8cb
PA
135252016-03-31 Pedro Alves <palves@redhat.com>
13526
13527 PR gdb/19858
13528 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
13529 BINSUFFIX parameter, and handle it.
13530 (top level): Adjust calls compile_jit_test.
13531
e7ea3ec7
CU
135322016-03-31 Catalin Udma <catalin.udma@freescale.com>
13533
13534 PR python/19743
13535 * gdb.python/py-mi-events-gdb.py: New file.
13536 * gdb.python/py-mi-events.c: New file.
13537 * gdb.python/py-mi-events.exp: New file.
13538
e6359af3
YQ
135392016-03-30 Yao Qi <yao.qi@linaro.org>
13540
13541 * gdb.reverse/until-precsave.exp: Match function name only.
13542 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
13543 Move malloc to a condition block.
13544 * gdb.reverse/until-reverse.exp: Match function name only.
13545
a4105d04
MK
135462016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
13547
13548 * gdb.trace/ftrace.exp: Set arg0exp for s390.
13549 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
13550 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
13551 variable for GPR 0 instead of assuming it is register 0.
13552 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
13553 * lib/trace-support.exp: Add s390 registers.
13554
bfa6adb9
YQ
135552016-03-29 Yao Qi <yao.qi@linaro.org>
13556
13557 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
13558
1e6697ea
YQ
135592016-03-24 Yao Qi <yao.qi@linaro.org>
13560
13561 * gdb.reverse/break-reverse.exp: Add quotation mark in the
13562 test message.
13563
64bcd522
AA
135642016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
13565
13566 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
13567 maintaining separate logic for constructing the output path.
13568
7868401b
DB
135692016-03-16 Don Breazeal <donb@codesourcery.com>
13570
13571 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
13572 Retry fork and waitpid on interrupted system call errors.
13573 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
13574 Use with_timeout_factor to increase timeout by factor of 10.
13575
1cafadb4
DB
135762016-03-15 Don Breazeal <donb@codesourcery.com>
13577
13578 * gdb.cp/scope-err.cc: New test program.
13579 * gdb.cp/scope-err.exp: New test script.
13580 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
13581 lines and "set breakpoint here" comment.
13582 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
13583 Fixed some whitespace and format issues.
13584 * gdb.mi/mi-linespec-err-cp.cc: New test program.
13585 * gdb.mi/mi-linespec-err-cp.exp: New test script.
13586
81516450
DE
135872016-03-15 Doug Evans <dje@google.com>
13588
13589 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
13590 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
13591 All callers updated. Add tests for enums, mixed flags register.
13592
aa52b601
DE
135932016-03-15 Doug Evans <dje@google.com>
13594
13595 * gdb.base/skip.c (main): Call test_skip_file_and_function.
13596 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
13597
fa4ff313
SM
135982016-03-14 Simon Marchi <simon.marchi@ericsson.com>
13599
13600 * gdb.base/default.exp: Add $_as_string to the list of expected
13601 convenience functions.
13602
f2403c39
AB
136032016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
13604
13605 * gdb.base/maint.exp: New tests for 'maint info line-table'.
13606
f2f3ccb9
SM
136072016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
13608
13609 * gdb.python/py-as-string.exp: New file.
13610 * gdb.python/py-as-string.c: New file.
13611
00dbd492
PA
136122016-03-09 Pedro Alves <palves@redhat.com>
13613
13614 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
13615 signal" -> "Thread NN received signal" output change.
13616 * gdb.threads/ia64-sigill.exp: Likewise.
13617 * gdb.threads/linux-dp.exp: Likewise.
13618 * gdb.threads/manythreads.exp: Likewise.
13619 * gdb.threads/pending-step.exp: Likewise.
13620 * gdb.threads/print-threads.exp: Likewise.
13621 * gdb.threads/sigstep-threads.exp: Likewise.
13622 * gdb.threads/staticthreads.exp: Likewise.
13623 * gdb.threads/tls.exp: Likewise.
13624
1e6697ea
YQ
136252016-03-09 Pedro Alves <palves@redhat.com>
13626
13627 * gdb.base/command-line-input.exp: New file.
13628
b04fd3be
MK
136292016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
13630
13631 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
13632 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
13633 * gdb.trace/pending.exp: Accept leading dot before function name.
13634 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
13635 * lib/trace-support.exp: Set registers for ppc.
13636
98fa59e9
MK
136372016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
13638
13639 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
13640 use it for disassembly; accept .main in addition to main in backtrace.
13641
f77198c8
MK
136422016-03-09 Wei-cheng Wang <cole945@gmail.com>
13643 Marcin Kościelnicki <koriakin@0x04.net>
13644
13645 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
13646 (gdb_recursion_test_ptr): New global variable.
13647 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
13648 gdb_recursion_test.
13649 (gdb_c_test): Ditto.
13650
ba84e0da
MK
136512016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
13652
13653 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
13654 ordering.
13655
4366d36e
MK
136562016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
13657
13658 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
13659 (bar): Add bar_start_lbl label.
13660 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
13661 of foo/bar for emitting DWARF and tracing.
13662
5eb264df
SDJ
136632016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
13664
13665 * analyze-racy-logs.py: Set executable bit.
13666
fb6a751f
SDJ
136672016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
13668
13669 * Makefile.in (DEFAULT_RACY_ITER): New variable.
13670 (CHECK_TARGET_TMP): Likewise.
13671 (check-single-racy): New rule.
13672 (check-parallel-racy): Likewise.
13673 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
13674 (do-check-parallel-racy): New rule.
13675 (check-racy/%.exp): Likewise.
13676 * README (Racy testcases): New section.
13677 * analyze-racy-logs.py: New file.
13678
bdf7e230
DE
136792016-03-03 Doug Evans <dje@google.com>
13680
13681 * gdb.base/skip.exp: Use with_test_prefix.
13682
4719d415
YQ
136832016-03-03 Yao Qi <yao.qi@linaro.org>
13684
13685 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
13686 Invoke step_over_syscall "clone" and break_cond_on_syscall
13687 "clone".
13688 * gdb.base/step-over-clone.c: New file.
13689
ea507862
YQ
136902016-03-03 Yao Qi <yao.qi@linaro.org>
13691
13692 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
13693 code format.
13694
8fc8cbda
YQ
136952016-03-03 Yao Qi <yao.qi@linaro.org>
13696
13697 * gdb.base/disp-step-fork.c: Rename to ...
13698 * gdb.base/step-over-fork.c: ... it. New file.
13699 * gdb.base/disp-step-vfork.c: Rename to ...
13700 * gdb.base/step-over-vfork.c: ... it. New file.
13701 * gdb.base/disp-step-syscall.exp: Rename to ...
13702 * gdb.base/step-over-syscall.exp: ... it. New file.
13703 (disp_step_cross_syscall): Rename to ...
13704 (step_over_syscall): ... it.
13705
92fa70b0
YQ
137062016-03-03 Yao Qi <yao.qi@linaro.org>
13707
13708 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
13709 If target supports condition evaluation on target, invoke
13710 break_cond_on_syscall for fork and vfork.
13711
e197ad3c
YQ
137122016-03-03 Yao Qi <yao.qi@linaro.org>
13713
13714 * gdb.base/disp-step-syscall.exp: Don't invoke
13715 support_displaced_stepping.
13716 (disp_step_cross_syscall): Test with displaced stepping off and
13717 on if supported.
13718
0b47da9f
YQ
137192016-03-03 Yao Qi <yao.qi@linaro.org>
13720
13721 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
13722 proc.
13723 (setup): New proc.
13724 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
13725 and setup.
13726
065ab6dc
BH
137272016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
13728
13729 * gdb.fortran/vla-history.exp: Remove breakpoint.
13730
07e448ad 137312016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
13732
25d49b86
PA
13733 * gdb.fortran/vla-history.exp: Lookup array elements and printing
13734 exceeds timeout.
07e448ad 13735
9ac2d526 137362016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
13737
25d49b86
PA
13738 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
13739 breakpoint.
9ac2d526 13740
17807369
BH
137412016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
13742
13743 * gdb.mi/vla.f90: Nullify pointer after declaration.
13744
86e501af
PA
137452016-03-01 Pedro Alves <palves@redhat.com>
13746
13747 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
13748
1e903e32
PA
137492016-03-01 Pedro Alves <palves@redhat.com>
13750
13751 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
13752 before anything else.
13753 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
13754 _GNU_SOURCE here.
13755 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
13756 before anything else.
13757 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
13758
6ccb54e2
PA
137592016-03-01 Pedro Alves <palves@redhat.com>
13760
13761 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
13762
30ca9da1
YQ
137632016-03-01 Yao Qi <yao.qi@linaro.org>
13764
13765 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
13766 prepare_for_testing.
13767
dc856b38
YQ
137682016-03-01 Yao Qi <yao.qi@linaro.org>
13769
13770 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
13771
4a932159
AA
137722016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
13773
13774 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
13775 manually constructing the output path.
13776
f2489477
AA
137772016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
13778
13779 * gdb.arch/s390-stackless.S: New.
13780 * gdb.arch/s390-stackless.exp: New.
13781
38899f16
IB
137822016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
13783
13784 * gdb.dlang/circular.c: New file.
13785 * gdb.dlang/circular.exp: New file.
13786
9fde51ed
YQ
137872016-02-26 Yao Qi <yao.qi@linaro.org>
13788
13789 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
13790 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
13791 (testcases): Update.
13792
ce90fefe
YQ
137932016-02-26 Yao Qi <yao.qi@linaro.org>
13794
13795 * gdb.reverse/aarch64.c: Rename to ...
13796 * gdb.reverse/insn-reverse.c: ... it.
13797 * gdb.reverse/aarch64.exp: Rename to ...
13798 * gdb.reverse/insn-reverse.exp: ... it.
13799
3263bceb
YQ
138002016-02-26 Yao Qi <yao.qi@linaro.org>
13801
13802 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
13803 (testcase_ftype): New.
13804 (testcases): New array.
13805 (n_testcases): New.
13806 (main): Call each element in testcases.
13807 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
13808 (read_testcase): New.
13809 Do the tests in a loop.
13810
6cb59ff1
YQ
138112016-02-25 Yao Qi <yao.qi@linaro.org>
13812
13813 * gdb.base/branches.c: Remove.
13814
ae91f625
MK
138152016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
13816
13817 PR gdb/13808
13818 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
13819
678b48b7
MK
138202016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
13821
13822 * gdb.trace/ftrace.exp: Remove unnecessary target check.
13823
7337a6f2
MK
138242016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
13825
13826 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
13827 change x86_64 call_insn to 'callq'.
13828
861ca91f
AT
138292016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
13830
13831 * gdb.trace/tfile-avx.c: Move to...
13832 * gdb.trace/tracefile-pseudo-reg.c: Here.
13833 * gdb.trace/tfile-avx.exp: Move to...
13834 * gdb.trace/tracefile-pseudo-reg.exp: Here.
13835
bf74e428
GB
138362016-02-24 Gary Benson <gbenson@redhat.com>
13837
13838 * gdb.base/attach-pie-noexec.exp: Do not expect an error
13839 message on attach.
13840
cce0e923
DE
138412016-02-23 Doug Evans <dje@google.com>
13842
13843 * gdb.base/skip.c (test_skip): New function.
13844 (end_test_skip_file_and_function): New function.
13845 (test_skip_file_and_function): New function.
13846 * gdb.base/skip1.c (test_skip): New function.
13847 (skip1_test_skip_file_and_function): New function.
13848 * gdb.base/skip.exp: Add tests for new skip options.
13849 * gdb.base/skip-solib.exp: Update expected output.
13850 * gdb.perf/skip-command.cc: New file.
13851 * gdb.perf/skip-command.exp: New file.
13852 * gdb.perf/skip-command.py: New file.
13853
4000e47e
MK
138542016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
13855
13856 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
13857 info registers pattern.
13858
24f75ead
IB
138592016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
13860
13861 * lib/future.exp: Add D support.
13862 (gdb_find_gdc): New proc.
13863 (gdb_default_target_compile): Add D support.
13864
fbb7bcbe
WW
138652016-02-18 Wei-cheng Wang <cole945@gmail.com>
13866
13867 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
13868 user+system time.
13869 (trace_speed_test): Determine the iteration count for a time
13870 between 15..30 seconds.
13871
012b3a21
WT
138722016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
13873
13874 * gdb.arch/i386-mpx-sigsegv.c: New file.
13875 * gdb.arch/i386-mpx-sigsegv.exp: New file.
13876 * gdb.arch/i386-mpx-simple_segv.c: New file.
13877 * gdb.arch/i386-mpx-simple_segv.exp: New file.
13878
2d5189bd
YQ
138792016-02-18 Yao Qi <yao.qi@linaro.org>
13880
13881 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
13882 Don't call setup_kfail.
13883
40fb20d0
YQ
138842016-02-18 Yao Qi <yao.qi@linaro.org>
13885
13886 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
13887 Set "set breakpoint condition-evaluation" per $cond_bp_target.
13888
21b1f8d2
DE
138892016-02-16 Doug Evans <dje@google.com>
13890
13891 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
13892 * gdb.base/skip1.c: Ditto.
13893 * gdb.base/skip.exp: Whitespace cleanup.
13894
4041ed77
DB
138952016-02-16 Don Breazeal <donb@codesourcery.com>
13896
13897 PR remote/19496
13898 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
13899 Remove kfail for PR remote/19496.
13900
c4ef31bf
SM
139012016-02-16 Simon Marchi <simon.marchi@ericsson.com>
13902
13903 * lib/gdb.exp (standard_temp_file): Return a path specific to
13904 the runtest invocation.
13905
266b65b3
SM
139062016-02-16 Simon Marchi <simon.marchi@ericsson.com>
13907
13908 * gdb.trace/save-trace.exp: Change relative path to be in the
13909 standard output directory.
13910
a7a0a6a9
JK
139112016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
13912
13913 * gdb.arch/i386-prologue.c: Add missing prototypes.
13914
c99dbb42
JK
139152016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
13916
13917 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
13918 * gdb.arch/i386-prologue.exp: Likewise.
13919 * gdb.arch/i386-size.exp: Likewise.
13920
aa480355
SM
139212016-02-15 Simon Marchi <simon.marchi@ericsson.com>
13922
13923 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
13924 define object file path.
13925 * gdb.btrace/gcore.exp: Use standard_output_file to define core
13926 file path.
13927 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
13928 standard_output_file to define binfile.
13929
ba881f50
JK
139302016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
13931
13932 Fix compatibility with recent gfortran-5.3.1.
13933 * gdb.fortran/vla-history.exp (print vla1 allocated)
13934 (print vla2 allocated, print $2, print $3): Remove
13935 (print $4): Rename to ...
13936 (print $2): ... here.
13937 (print $9): Rename to ...
13938 (print $5): ... here.
13939 (print $10): Rename to ...
13940 (print $6): ... here.
13941 * gdb.fortran/vla.f90: Add pvla initialization.
13942
e9fb005c
JK
139432016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
13944
13945 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
13946 New test.
13947 * gdb.fortran/vla-value-sub.exp: Likewise.
13948
e44e00ff
MK
139492016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
13950
13951 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
13952
97e94151
SM
139532016-02-12 Simon Marchi <simon.marchi@ericsson.com>
13954
13955 * i386-biarch-core.exp: Define corefile using
13956 standard_output_file.
13957
01113bc1
YQ
139582016-02-12 Yao Qi <yao.qi@linaro.org>
13959
13960 * gdb.arch/arm-single-step-kernel-helper.c: New.
13961 * gdb.arch/arm-single-step-kernel-helper.exp: New.
13962
33b4777c
MM
139632016-02-12 Markus Metzger <markus.t.metzger@intel.com>
13964
13965 * gdb.btrace/tailcall-only.exp: New.
13966 * gdb.btrace/tailcall-only.c: New.
13967 * gdb.btrace/x86_64-tailcall-only.S: New.
13968 * gdb.btrace/i686-tailcall-only.S: New.
13969
acc23c11
PA
139702016-02-11 Pedro Alves <palves@redhat.com>
13971
13972 * README (Parallel testing): Add missing double quotes.
13973
e352bf0a
PA
139742016-02-11 Pedro Alves <palves@redhat.com>
13975
13976 * README (Parallel testing): New section.
13977 (GDB_PARALLEL): Rewrite.
13978 (FORCE_PARALLEL): Document.
13979
9f5fed78
MK
139802016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
13981
13982 * gdb.trace/tfile-avx.c: New test.
13983 * gdb.trace/tfile-avx.exp: New test.
13984
9ef9e6a6
KS
139852016-02-09 Keith Seitz <keiths@redhat.com>
13986
13987 PR breakpoints/19546
13988 * gdb.base/infcall-exec.c: New file.
13989 * gdb.base/infcall-exec2.c: New file.
13990 * gdb.base/infcall-exec.exp: New file.
13991
a96e36da
KS
139922016-02-09 Keith Seitz <keiths@redhat.com>
13993
13994 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
13995 (toplevel): Call test_bkpt_address.
13996
9f61929f
KS
139972016-02-09 Keith Seitz <keiths@redhat.com>
13998
13999 PR python/19506
14000 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
14001 (toplevel): Call test_bkpt_address.
14002
1e94266c
SM
140032016-02-09 Simon Marchi <simon.marchi@ericsson.com>
14004
14005 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
14006 to AC_OUTPUT.
14007 * configure: Regenerate.
14008
2a7f3dff
PA
140092016-02-09 Pedro Alves <palves@redhat.com>
14010
14011 PR breakpoints/19548
14012 * gdb.base/execl-update-breakpoints.c (some_function): New
14013 function.
14014 (main): Call it.
14015 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
14016 Tighten expected GDB output.
14017
2151ccc5
SM
140182016-02-08 Simon Marchi <simon.marchi@ericsson.com>
14019
14020 * Makefile.in (ALL_SUBDIRS): Remove.
14021 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
14022 (distclean maintainer-clean realclean): Likewise.
14023 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
14024 * configure: Regenerate.
14025 * gdb.ada/Makefile.in: Delete.
14026 * gdb.arch/Makefile.in: Likewise.
14027 * gdb.asm/Makefile.in: Likewise.
14028 * gdb.base/Makefile.in: Likewise.
14029 * gdb.btrace/Makefile.in: Likewise.
14030 * gdb.cell/Makefile.in: Likewise.
14031 * gdb.compile/Makefile.in: Likewise.
14032 * gdb.cp/Makefile.in: Likewise.
14033 * gdb.disasm/Makefile.in: Likewise.
14034 * gdb.dlang/Makefile.in: Likewise.
14035 * gdb.dwarf2/Makefile.in: Likewise.
14036 * gdb.fortran/Makefile.in: Likewise.
14037 * gdb.gdb/Makefile.in: Likewise.
14038 * gdb.go/Makefile.in: Likewise.
14039 * gdb.guile/Makefile.in: Likewise.
14040 * gdb.java/Makefile.in: Likewise.
14041 * gdb.linespec/Makefile.in: Likewise.
14042 * gdb.mi/Makefile.in: Likewise.
14043 * gdb.modula2/Makefile.in: Likewise.
14044 * gdb.multi/Makefile.in: Likewise.
14045 * gdb.objc/Makefile.in: Likewise.
14046 * gdb.opencl/Makefile.in: Likewise.
14047 * gdb.opt/Makefile.in: Likewise.
14048 * gdb.pascal/Makefile.in: Likewise.
14049 * gdb.perf/Makefile.in: Likewise.
14050 * gdb.python/Makefile.in: Likewise.
14051 * gdb.reverse/Makefile.in: Likewise.
14052 * gdb.server/Makefile.in: Likewise.
14053 * gdb.stabs/Makefile.in: Likewise.
14054 * gdb.threads/Makefile.in: Likewise.
14055 * gdb.trace/Makefile.in: Likewise.
14056 * gdb.xml/Makefile.in: Likewise.
14057 * lib/gdb.exp (make_gdb_parallel_path): Add check for
14058 GDB_PARALLEL.
14059 (standard_output_file): Remove check for GDB_PARALLEL, always
14060 return path in outputs/$subdir/$testname.
14061
437277d4
SM
140622016-02-08 Simon Marchi <simon.marchi@ericsson.com>
14063
14064 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
14065 (site.exp): Assign abs_srcdir to tcl's srcdir.
14066
31d913c7
YQ
140672016-02-04 Yao Qi <yao.qi@linaro.org>
14068
14069 * gdb.base/foll-exec-mode.c: Include limits.h.
14070 (main): Add parameters argc and argv. Get directory from
14071 argv[0].
14072 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
14073 compilation.
14074 * gdb.base/foll-exec.c: Include limits.h.
14075 (main): Add parameters argc and argv.
14076 Get directory from argv[0].
14077 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
14078 Adjust tests on the number of lines as source code changed.
14079 * gdb.base/foll-vfork-exit.c: Include limits.h.
14080 (main): Add one line of statement before vfork.
14081 * gdb.base/foll-vfork.c: Include limits.h and string.h.
14082 (main): Add parameters argc and argv. Get directory from
14083 argv[0].
14084 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
14085 (setup_gdb): Set tbreak to skip some source lines.
14086 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
14087 (main): Add parameters argc and argv. Get directory from
14088 argv[0].
14089 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
14090 compilation.
14091 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
14092 (main): Add parameters argc and argv. Get directory from
14093 argv[0].
14094 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
14095 compilation.
14096
9482b9fb
DE
140972016-02-01 Doug Evans <dje@google.com>
14098
14099 * gdb.base/skip.exp: Clean up multiple references to same test name.
14100
6b2e4f10
PA
141012016-02-01 Pedro Alves <palves@redhat.com>
14102
ccb6afd6 14103 PR remote/19496
6b2e4f10
PA
14104 * gdb.threads/forking-threads-plus-breakpoint.exp
14105 (displaced_stepping_supported): New global.
14106 (probe_displaced_stepping_support): New procedure.
14107 (do_test): Add 'displaced' parameter, and use it.
14108 (top level): Check for displaced stepping support. Add displaced
14109 stepping on/off testing axis.
14110
37a8db1a
AB
141112016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
14112
14113 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
14114 pointer. Don't perform further tests on the unassociated pointer
14115 if the first test fails.
14116
5fdf6324
AB
141172016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
14118
14119 * gdb.base/max-value-size.c: New file.
14120 * gdb.base/max-value-size.exp: New file.
14121 * gdb.base/huge.exp: Disable max-value-size for this test.
14122
935c6144
IB
141232016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
14124
14125 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
14126
7fe8399d
YQ
141272016-01-28 Yao Qi <yao.qi@linaro.org>
14128
14129 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
14130
a2077e25
PA
141312016-01-25 Pedro Alves <palves@redhat.com>
14132
14133 PR threads/19461
14134 * gdb.base/fork-running-state.c: New file.
14135 * gdb.base/fork-running-state.exp: New file.
14136
1d2736d4
PA
141372016-01-25 Pedro Alves <palves@redhat.com>
14138
14139 PR gdb/19494
14140 * gdb.base/catch-fork-kill.c: New file.
14141 * gdb.base/catch-fork-kill.exp: New file.
14142
f1da4b11
PA
141432016-01-25 Pedro Alves <palves@redhat.com>
14144
14145 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
14146 Delete, moved to lib/gdb.exp.
14147 * gdb.threads/forking-threads-plus-breakpoint.exp
14148 (foreach_with_prefix): Likewise.
14149 * gdb.threads/process-dies-while-handling-bp.exp
14150 (foreach_with_prefix): Likewise.
14151 * lib/gdb.exp (foreach_with_prefix): New procedure.
14152
45f38546
MK
141532016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
14154
14155 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
14156 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
14157
dc29a1ce
MK
141582016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
14159
14160 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
14161 endian targets.
14162
092127d7
JK
141632016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
14164 Pedro Alves <palves@redhat.com>
14165
14166 Fix testsuite compatibility with Guile.
14167 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
14168 number.
14169
31d765d3
JK
141702016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
14171
14172 Fix testsuite compatibility with Guile.
14173 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
14174 (thread 1): New test for backtrace through signal handler.
14175
1ac78c04
YQ
141762016-01-22 Yao Qi <yao.qi@linaro.org>
14177
14178 PR testsuite/19491
14179 * gdb.base/multi-forks.c: Include
14180 ../lib/unbuffer_output.c
14181 (main): Call gdb_unbuffer_output.
14182
4f5946a8
DE
141832016-01-21 Doug Evans <dje@google.com>
14184
14185 * lib/ada.exp (gdb_compile_ada): Fix typo.
14186
305e13e6
JB
141872016-01-21 Joel Brobecker <brobecker@adacore.com>
14188
14189 * gdb.base/break-fun-addr.exp: New file.
14190 * gdb.base/break-fun-addr1.c: New file.
14191 * gdb.base/break-fun-addr2.c: New file.
14192
5f5dfff6
SM
141932016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
14194
14195 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
14196 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
14197 enum flag values.
14198
fd356fa2
AA
141992016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
14200
14201 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
14202 when GDB can not set the vector return value. Add more comments
14203 for clarification.
14204
9df22175
AT
142052016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
14206
14207 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
14208 command.
14209
41d1845e
SM
142102016-01-19 Simon Marchi <simon.marchi@ericsson.com>
14211
14212 * Makefile.in (DO_RUNTEST): Add --status and update usages.
14213
01ac6840
SM
142142016-01-19 Simon Marchi <simon.marchi@ericsson.com>
14215
14216 * Makefile.in (check-single): Pass --status to runtest.
14217 (check/%.exp): Likewise.
14218
142192016-01-19 Simon Marchi <simon.marchi@ericsson.com>
14220
14221 * Makefile.in (check-parallel): Propagate return code from make
14222 do-check-parallel.
14223
bd0a71fa
MK
142242016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
14225
14226 * gdb.trace/ftrace.exp: Fix expected message on continue.
14227 * gdb.trace/pending.exp: Fix expected message on continue.
14228 * gdb.trace/trace-break.exp: Fix expected message on continue.
14229
8bcbad33
SM
142302016-01-18 Simon Marchi <simon.marchi@ericsson.com>
14231
14232 * lib/gdb.exp (gdb_test): Remove unused global references.
14233
f303dbd6
PA
142342016-01-18 Pedro Alves <palves@redhat.com>
14235
14236 * gdb.base/async-shell.exp: Adjust expected output.
14237 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
14238 * gdb.base/siginfo-thread.exp: Adjust expected output.
14239 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
14240 * gdb.java/jnpe.exp: Adjust expected output.
14241 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
14242 * gdb.threads/continue-pending-status.exp: Adjust expected output.
14243 * gdb.threads/leader-exit.exp: Adjust expected output.
14244 * gdb.threads/manythreads.exp: Adjust expected output.
14245 * gdb.threads/pthreads.exp: Adjust expected output.
14246 * gdb.threads/schedlock.exp: Adjust expected output.
14247 * gdb.threads/siginfo-threads.exp: Adjust expected output.
14248 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
14249 expected output.
14250 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
14251 output.
14252 * gdb.threads/sigthread.exp: Adjust expected output.
14253 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
14254
b2789696
YQ
142552016-01-18 Yao Qi <yao.qi@linaro.org>
14256
14257 * gdb.guile/scm-section-script.c: Replace @progbits with
14258 %progbits.
14259 * gdb.python/py-section-script.c: Likewise.
14260
71ef29a8
PA
142612016-01-15 Pedro Alves <palves@redhat.com>
14262
14263 * gdb.multi/tids.exp: Test star wildcard ranges.
14264
3f5b7598
PA
142652016-01-15 Pedro Alves <palves@redhat.com>
14266
14267 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
14268 command from "thread apply" invocation.
14269 (thr_apply_info_thr_invalid): Default the expected output to the
14270 input tid list.
14271 (top level): Add tests that use convenience variables. Add tests
14272 for "thread apply" with a valid TID list, but missing the command.
14273
663f6d42
PA
142742016-01-13 Pedro Alves <palves@redhat.com>
14275
14276 * gdb.base/default.exp: Expect $_gthread as well.
14277 * gdb.multi/tids.exp: Test $_gthread.
14278 * gdb.threads/thread-specific.exp: Test $_gthread.
14279
c84f6bbf
PA
142802016-01-13 Pedro Alves <palves@redhat.com>
14281
14282 * gdb.multi/tids.exp: Test "info threads -gid".
14283
22a02324
PA
142842016-01-13 Pedro Alves <palves@redhat.com>
14285
14286 * gdb.multi/tids.exp: Test InferiorThread.global_num and
14287 Breakpoint.thread.
14288 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
14289
5d5658a1
PA
142902016-01-07 Pedro Alves <palves@redhat.com>
14291
14292 * gdb.base/break.exp: Adjust to output changes.
14293 * gdb.base/hbreak2.exp: Likewise.
14294 * gdb.base/sepdebug.exp: Likewise.
14295 * gdb.base/watch_thread_num.exp: Likewise.
14296 * gdb.linespec/keywords.exp: Likewise.
14297 * gdb.multi/info-threads.exp: Likewise.
14298 * gdb.threads/thread-find.exp: Likewise.
14299 * gdb.multi/tids.c: New file.
14300 * gdb.multi/tids.exp: New file.
14301
84654457
PA
143022016-01-13 Pedro Alves <palves@redhat.com>
14303
14304 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
14305
e3940304
PA
143062016-01-13 Pedro Alves <palves@redhat.com>
14307
14308 * gdb.base/default.exp: Expect $_inferior as well.
14309 * gdb.multi/base.exp: Test $_inferior.
14310
a911d87a
PA
143112016-01-13 Pedro Alves <palves@redhat.com>
14312
14313 PR breakpoints/19388
14314 * gdb.base/catch-signal-siginfo-cond.c: New file.
14315 * gdb.base/catch-signal-siginfo-cond.exp: New file.
14316
82075af2
JS
143172016-01-12 Josh Stone <jistone@redhat.com>
14318 Philippe Waroquiers <philippe.waroquiers@skynet.be>
14319
14320 * gdb.base/catch-syscall.c (do_execve): New variable.
14321 (main): Conditionally trigger an execve.
14322 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
14323 (test_catch_syscall_execve): New, check entry/return across execve.
14324 (do_syscall_tests): Call test_catch_syscall_execve.
14325
e46eeedd
PA
143262016-01-12 Pedro Alves <palves@redhat.com>
14327
14328 * gdb.base/random-signal.exp (do_test): New procedure, with body
14329 of testcase moved in.
14330
01d8c27e
JK
143312016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
14332 Pedro Alves <palves@redhat.com>
14333
14334 * gdb.base/funcargs.exp (finish from indirectly called function):
14335 Reintroduce the case for 'First'.
14336
9a706302
JK
143372016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
14338 Pedro Alves <palves@redhat.com>
14339
14340 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
14341 (tcatch_vfork_then_child_follow_exec)
14342 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
14343 identification.
14344
c0ecb95f
JK
143452016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
14346
14347 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
14348 and repeats to unlimited.
14349 * gdb.python/py-value.exp: Likewise.
14350 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
14351 and repeats to unlimited.
14352
6cfc1fcb
JK
143532016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
14354
14355 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
14356 and reordering the functions.
14357 * gdb.multi/hangout.c: Likewise.
14358 * gdb.multi/hello.c: Likewise.
14359
582a1b00
SM
143602016-01-08 Simon Marchi <simon.marchi@ericsson.com>
14361
14362 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
14363 absolute.
14364 (SingleStatisticTestResult.report): Use dict.keys instead of
14365 dict.iterkeys.
14366
79bc59cb
PA
143672016-01-06 Pedro Alves <palves@redhat.com>
14368
14369 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
14370
43368e1d
MM
143712016-01-04 Markus Metzger <markus.t.metzger@intel.com>
14372
14373 * gdb.btrace/dlopen.exp: New.
14374 * gdb.btrace/dlopen.c: New.
14375 * gdb.btrace/dlopen-dso.c: New.
14376
79fad5b8
SL
143772015-12-25 Sandra Loosemore <sandra@codesourcery.com>
14378
14379 * lib/gdb.exp (gdb_test): Update comments to clarify that the
14380 PATTERN argument is optional.
14381
ab8314b3
JB
143822015-12-24 Joel Brobecker <brobecker@adacore.com>
14383
14384 * lib/ada.exp (target_compile_ada_from_dir): New function.
14385 (gdb_compile_ada): Reimplement avoiding the use of project files.
14386 * gdb.ada/gnat_ada.gpr: Delete.
14387 * gdb.ada/cond_lang.exp: Adjust test to make path before
14388 filename optional.
14389 * gdb.ada/small_reg_param.exp: Likewise.
14390
fe33faff
SM
143912015-12-22 Simon Marchi <simon.marchi@ericsson.com>
14392
14393 * gdb.base/foll-vork.exp: Remove HP-UX special case.
14394
6d265cb4
TP
143952015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
14396
14397 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
14398 case.
14399
10125099
SM
144002015-12-21 Simon Marchi <simon.marchi@ericsson.com>
14401
14402 * gdb.base/break.exp: Remove dead code.
14403 * gdb.base/sepdebug.exp: Likewise.
14404
3ca22649
SM
144052015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
14406
14407 * gdb.asm/asm-source.exp: Remove HP-UX references.
14408 * gdb.base/annota1.exp: Likewise.
14409 * gdb.base/annota3.exp: Likewise.
14410 * gdb.base/attach.exp: Likewise.
14411 * gdb.base/bigcore.exp: Likewise.
14412 * gdb.base/break.exp: Likewise.
14413 * gdb.base/call-ar-st.exp: Likewise.
14414 * gdb.base/callfuncs.exp: Likewise.
14415 * gdb.base/catch-fork-static.exp: Likewise.
14416 * gdb.base/display.exp: Likewise.
14417 * gdb.base/foll-exec-mode.exp: Likewise.
14418 * gdb.base/foll-exec.exp: Likewise.
14419 * gdb.base/foll-fork.exp: Likewise.
14420 * gdb.base/foll-vfork.exp: Likewise.
14421 * gdb.base/funcargs.exp: Likewise.
14422 * gdb.base/hbreak2.exp: Likewise.
14423 * gdb.base/inferior-died.exp: Likewise.
14424 * gdb.base/interrupt.exp: Likewise.
14425 * gdb.base/multi-forks.exp: Likewise.
14426 * gdb.base/nodebug.exp: Likewise.
14427 * gdb.base/sepdebug.exp: Likewise.
14428 * gdb.base/solib1.c: Likewise.
14429 * gdb.base/step-test.exp: Likewise.
14430 * gdb.mi/non-stop.c: Likewise.
14431 * gdb.mi/pthreads.c: Likewise.
14432 * gdb.multi/bkpt-multi-exec.ex: Likewise.
14433 * gdb.threads/pthreads.c: Likewise.
14434 * gdb.threads/staticthreads.exp: Likewise.
14435 * lib/future.exp: Likewise.
14436 * lib/gdb.exp: Likewise.
14437 * gdb.base/so-indr-cl.c: Remove.
14438 * gdb.base/so-indr-cl.exp: Likewise.
14439 * gdb.base/solib.c: Likewise.
14440 * gdb.base/solib.exp: Likewise.
14441 * gdb.base/solib2.c: Likewise.
14442
b6304613
SM
144432015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
14444
14445 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
14446 * gdb.base/call-ar-st.exp: Likewise.
14447 * gdb.base/callfuncs.exp: Likewise.
14448 * gdb.base/condbreak.exp: Likewise.
14449 * gdb.base/constvars.exp: Likewise.
14450 * gdb.base/hbreak2.exp: Likewise.
14451 * gdb.base/langs.exp: Likewise.
14452 * gdb.base/list.exp: Likewise.
14453 * gdb.base/long_long.exp: Likewise.
14454 * gdb.base/ptype.exp: Likewise.
14455 * gdb.base/scope.exp: Likewise.
14456 * gdb.base/signals.exp: Likewise.
14457 * gdb.base/so-impl-ld.exp: Likewise.
14458 * gdb.base/varargs.exp: Likewise.
14459 * gdb.base/volatile.exp: Likewise.
14460 * gdb.base/whatis.exp: Likewise.
14461 * gdb.cp/cplusfuncs.exp: Likewise.
14462 * gdb.cp/inherit.exp: Likewise.
14463 * gdb.cp/local.exp: Likewise.
14464 * gdb.cp/member-ptr.exp: Likewise.
14465 * gdb.cp/method.exp: Likewise.
14466 * gdb.cp/overload.exp: Likewise.
14467 * gdb.cp/templates.exp: Likewise.
14468 * gdb.stabs/weird.exp: Likewise.
14469 * lib/compiler.c: Likewise.
14470 * lib/compiler.cc: Likewise.
14471 * lib/cp-support.exp: Likewise.
14472 * lib/gdb.exp: Likewise.
14473
bf401b07
SM
144742015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
14475
14476 * configure.ac: Remove HP-UX case.
14477 * configure: Regenerate.
14478
aff9c0f8
SM
144792015-12-18 Simon Marchi <simon.marchi@ericsson.com>
14480
14481 * lib/gdb.exp (gdb_compile): Add function doc.
14482
a6904d5a
PA
144832015-12-17 Pedro Alves <palves@redhat.com>
14484
14485 PR threads/19354
14486 * gdb.multi/info-threads.exp: New file.
14487
a22279dd
YQ
144882015-12-15 Yao Qi <yao.qi@linaro.org>
14489
14490 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
14491 is aarch64*-*-*.
14492
0588c796
SL
144932015-12-14 Sandra Loosemore <sandra@codesourcery.com>
14494
14495 * gdb.base/history-duplicates.exp: Skip if no readline support.
14496
5d978e17
SL
144972015-12-14 Sandra Loosemore <sandra@codesourcery.com>
14498
14499 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
14500
7e763b86
SL
145012015-12-14 Sandra Loosemore <sandra@codesourcery.com>
14502
14503 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
14504
87a3a92c
SL
145052015-12-14 Sandra Loosemore <sandra@codesourcery.com>
14506
14507 * gdb.base/completion.exp: Skip tests that interrupt GDB with
14508 ctrl-C if nointerrupts target property is set.
14509 * gdb.base/double-prompt-target-event-error.exp: Likewise.
14510 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
14511 * gdb.base/paginate-bg-execution.exp: Likewise.
14512 * gdb.base/paginate-execution-startup.exp: Likewise.
14513 * gdb.base/random-signal.exp: Likewise.
14514 * gdb.base/range-stepping.exp: Likewise.
14515 * gdb.cp/annota2.exp: Likewise.
14516 * gdb.cp/annota3.exp: Likewise.
14517 * gdb.gdb/selftest.exp: Likewise.
14518 * gdb.threads/continue-pending-status.exp: Likewise.
14519 * gdb.threads/leader-exit.exp: Likewise.
14520 * gdb.threads/manythreads.exp: Likewise.
14521 * gdb.threads/pthreads.exp: Likewise.
14522 * gdb.threads/schedlock.exp: Likewise.
14523 * gdb.threads/sigthread.exp: Likewise.
14524
a8f077dc
DB
145252015-12-11 Don Breazeal <donb@codesourcery.com>
14526
14527 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
14528 remote.
14529 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
14530 * gdb.base/foll-exec.exp (main): Enable for target remote.
14531 * gdb.base/foll-fork.exp (main): Likewise.
14532 * gdb.base/foll-vfork.exp (main): Likewise.
14533 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
14534 (proc continue_to_exit_bp_loc): Use clean_restart.
14535 * gdb.base/pie-execl.exp (main): Disable for target remote.
14536 * gdb.base/watch-vfork.exp (main): Enable for target remote.
14537 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
14538 * gdb.threads/execl.exp (main): Likewise.
14539 * gdb.threads/fork-child-threads.exp (main): Likewise.
14540 * gdb.threads/fork-plus-threads.exp (main): Disable for target
14541 remote.
14542 * gdb.threads/fork-thread-pending.exp (main): Enable for target
14543 remote.
14544 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
14545 pid.tid style ptids, instead of just tid.
14546 * gdb.threads/thread-execl.exp (main): Enable for target remote.
14547 * gdb.threads/watchpoint-fork.exp (main): Likewise.
14548 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
14549 ptids, instead of just tid.
14550
3b2464a8
AB
145512015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
14552
14553 * gdb.base/list.exp (test_list_forward): Add end of file error
14554 test.
14555 (test_repeat_list_command): Add end of file error test.
14556 (test_list_backwards): Add beginning of file error test.
14557
a0def019
AB
145582015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
14559
14560 * gdb.base/list.exp (test_list_invalid_args): New function,
14561 defined, and called.
14562
5c000dff
AB
145632015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
14564
14565 * gdb.base/list.exp (test_list): Make test names unique.
14566
f1637ebe
YQ
145672015-12-11 Yao Qi <yao.qi@linaro.org>
14568
14569 * gdb.base/coremaker2.c: Remove.
14570
36d6fc0a
PA
145712015-12-10 Pedro Alves <palves@redhat.com>
14572
14573 * gdb.multi/base.exp: Remove stale "spaces" references.
14574
762f7747
PA
145752015-12-10 Pedro Alves <palves@redhat.com>
14576
14577 * gdb.multi/base.exp: Don't use nowarnings.
14578 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
14579 * gdb.multi/hangout.c: Include stdio.h.
14580 * gdb.multi/hello.c: Include stdlib.h.
14581 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
14582 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
14583 * gdb.multi/multi-arch.exp: Don't use nowarnings.
14584
28d2bfb9
AB
145852015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
14586
14587 * gdb.dwarf2/dw2-ranges-base.c: New file.
14588 * gdb.dwarf2/dw2-ranges-base.exp: New file.
14589 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
14590 support additional line table, and debug ranges generation.
14591 (Dwarf::ranges): New function, generate .debug_ranges.
14592 (Dwarf::lines): Support generating simple line table programs.
14593 (Dwarf::assemble): Initialise new namespace variables.
14594
5fc2beac
KB
145952015-12-09 Kevin Buettner <kevinb@redhat.com>
14596
14597 * gdb.base/async.exp (proc test_background): Add case for
14598 asynchronous execution not supported.
14599
1c35a88f
LM
146002015-12-09 Luis Machado <lgustavo@codesourcery.com>
14601
14602 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
14603 format and change test names to make them unique.
14604
b593e3d9
RK
146052015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
14606 Pedro Alves <pedro@redhat.com>
14607
14608 PR gdb/18702
14609 Add checking of floatformats setup on x86_64 hosts.
14610 * gdb.arch/i386-float.S (main): Load bigval and smallval.
14611 (smallval, bigval): New labels/constants.
14612 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
14613 float" after loading bigval and smallval.
14614
d72413e6
PMR
146152015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
14616
14617 * gdb.ada/fun_overload_menu.exp: New testcase.
14618 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
14619
ece66d65
JS
146202015-12-04 Josh Stone <jistone@redhat.com>
14621
14622 * gdb.base/catch-fork-static.exp: New.
14623
41d0efca
YQ
146242015-12-03 Yao Qi <yao.qi@linaro.org>
14625
14626 * gdb.base/sizeof.c: Don't include stdio.h and
14627 ../lib/unbuffer_output.c.
14628 (main): New variable 'size' and 'value'. Remove printf and
14629 gdb_unbuffer_output. Assign return value to size and value.
14630 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
14631 at the beginning.
14632 (check_sizeof): Check the result by printing variable 'size'.
14633 (check_valueof): Check the result by printing variable 'value'.
14634
99fd02d9
YQ
146352015-12-01 Yao Qi <yao.qi@linaro.org>
14636
14637 * gdb.base/disp-step-syscall.exp: Define syscall instruction
14638 for aarch64*-*-linux* target.
14639
f2faf941
PA
146402015-11-30 Pedro Alves <palves@redhat.com>
14641
14642 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
14643
04bf20c5
PA
146442015-11-30 Pedro Alves <palves@redhat.com>
14645
14646 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
14647 Handle non-stop mode vCont replies.
14648
09df4675
PA
146492015-11-30 Pedro Alves <palves@redhat.com>
14650
14651 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
14652 prepare_for_testing. Start gdb with "set non-stop on" appended to
14653 GDBFLAGS. Lax expected stop output.
14654
58b584af
YQ
146552015-11-27 Yao Qi <yao.qi@linaro.org>
14656
14657 * gdb.arch/arm-neon.exp: New.
14658 * gdb.arch/arm-neon.c: New.
14659
dfcb77a8
YQ
146602015-11-27 Yao Qi <yao.qi@linaro.org>
14661
14662 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
14663
88e8ec1b
YQ
146642015-11-27 Yao Qi <yao.qi@linaro.org>
14665
14666 * gdb.cp/annota2.exp: Allow multiple occurrences of the
14667 frames-invalid annotation.
14668
bfde72c2
YQ
146692015-11-27 Yao Qi <yao.qi@linaro.org>
14670
14671 * gdb.cp/annota2.exp: Use ${frames_invalid}.
14672
f6512a69
SM
146732015-11-26 Simon Marchi <simon.marchi@ericsson.com>
14674
14675 * gdb.threads/names.exp: New file.
14676 * gdb.threads/names.c: New file.
14677 * README: Mention gdb,no_thread_names.
14678
46a3515b
MM
146792015-11-26 Markus Metzger <markus.t.metzger@intel.com>
14680
14681 PR 19297
14682 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
14683 support" error.
14684
62147a22
PA
146852015-11-24 Pedro Alves <palves@redhat.com>
14686
14687 PR 17539
14688 * gdb.base/display.exp: Expect displays to be sorted in ascending
14689 order. Use multi_line.
14690 * gdb.base/solib-display.exp: Likewise.
14691
2f341b6e
PA
146922015-11-24 Pedro Alves <palves@redhat.com>
14693
14694 PR 17539
25d49b86
PA
14695 * gdb.base/display.exp: Expect displays to be sorted in ascending
14696 order. Use multi_line.
14697 * gdb.base/solib-display.exp: Likewise.
2f341b6e 14698
7e0aa6aa
PA
146992015-11-24 Pedro Alves <palves@redhat.com>
14700
14701 PR 17539
14702 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
14703 threads in ascending order.
14704 * gdb.base/foll-fork.exp: Likewise.
14705 * gdb.base/foll-vfork.exp: Likewise.
14706 * gdb.base/multi-forks.exp: Likewise.
14707 * gdb.mi/mi-nonstop.exp: Likewise.
14708 * gdb.mi/mi-nsintrall.exp: Likewise.
14709 * gdb.multi/base.exp: Likewise.
14710 * gdb.multi/multi-arch.exp: Likewise.
14711 * gdb.python/py-inferior.exp: Likewise.
14712 * gdb.threads/break-while-running.exp: Likewise.
14713 * gdb.threads/execl.exp: Likewise.
14714 * gdb.threads/gcore-thread.exp: Likewise.
14715 * gdb.threads/info-threads-cur-sal.exp: Likewise.
14716 * gdb.threads/kill.exp: Likewise.
14717 * gdb.threads/linux-dp.exp: Likewise.
14718 * gdb.threads/multiple-step-overs.exp: Likewise.
14719 * gdb.threads/next-bp-other-thread.exp: Likewise.
14720 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
14721 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
14722 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
14723 * gdb.threads/thread-find.exp: Likewise.
14724 * gdb.threads/tls.exp: Likewise.
14725 * lib/mi-support.exp (mi_reverse_list): Delete.
14726 (mi_check_thread_states): No longer reverse list.
14727
2cc57ad8
PA
147282015-11-24 Pedro Alves <palves@redhat.com>
14729
14730 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
14731 use lowercase.
14732
c93e8391
SM
147332015-11-23 Simon Marchi <simon.marchi@ericsson.com>
14734
14735 * gdb.trace/actions.c: Include trace-common.h.
14736 (main): Add a location for a fast tracepoint.
14737 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
14738 the normal tracepoints.
14739 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
14740
045ccf91
SM
147412015-11-23 Simon Marchi <simon.marchi@ericsson.com>
14742
14743 * save-trace.exp: Factor out code to these...
14744 (gdb_save_tracepoints): New.
14745 (gdb_load_tracepoints): New.
14746 (do_save_load_test): New.
14747
5506f9f6
KB
147482015-11-23 Kevin Buettner <kevinb@redhat.com>
14749
14750 * gdb.base/asmlabel.exp: New test.
14751 * gdb.base/asmlabel.c: New test case.
14752
16c3b12f
JB
147532015-11-23 Joel Brobecker <brobecker@adacore.com>
14754
14755 * gdb.base/wrong_frame_bt_full-main.c: New file.
14756 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
14757 * gdb.base/wrong_frame_bt_full.exp: New file.
14758
155bfbd3
JB
147592015-11-23 Joel Brobecker <brobecker@adacore.com>
14760
14761 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
14762
bb097445
JM
147632015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
14764
206853a0 14765 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
bb097445
JM
14766 pstate register when comparing registers values in
14767 sparc64-*-linux-gnu targets to avoid spurious differences.
14768
9c88ed8f
JM
147692015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
14770
206853a0 14771 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
9c88ed8f 14772
96161e25
SL
147732015-11-19 Sandra Loosemore <sandra@codesourcery.com>
14774
14775 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
14776 as type argument to gdb_compile.
14777 * gdb.base/nested-subp2.exp: Likewise.
14778 * gdb.base/nested-subp3.exp: Likewise.
14779
340c2830
DV
147802015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
14781
14782 * lib/dwarf.exp (_note): Fix left shift of negative value.
14783 * gdb.trace/trace-condition.exp: Likewise.
14784
c1862d0f
YQ
147852015-11-13 Yao Qi <yao.qi@linaro.org>
14786
14787 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
14788 comments about d10v.
14789 (test_scalar_returns): Likewise.
14790 * gdb.base/d10v.ld: Remove.
14791 * gdb.base/overlays.exp: Remove the target triplet checking for
14792 d10v-*-*.
14793 * gdb.base/structs.exp (test_struct_returns): Remove the
14794 comments about d10v.
14795 (test_struct_calls): Likewise.
14796
77ae9c19
YQ
147972015-11-13 Yao Qi <yao.qi@linaro.org>
14798
14799 * gdb.base/gnu_vector.exp: Check the return value by "p res".
14800 * gdb.base/gnu_vector.c: Don't include stdio.h.
14801 (main): Don't print res and call add_some_intvecs.
14802
430e004e
MK
148032015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
14804
14805 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
14806 macro.
14807 (func5): Removed.
14808 (func4): Use FAST_TRACEPOINT_LABEL.
14809 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
14810 macro.
14811 (func): Removed.
14812 (thread_function): Use FAST_TRACEPOINT_LABEL.
14813 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
14814 (func): Remove.
14815 (marker): Use FAST_TRACEPOINT_LABEL.
14816 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
14817 (pendfunc1): Remove.
14818 (pendfunc): Use FAST_TRACEPOINT_LABEL.
14819 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
14820 (foo): Remove.
14821 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
14822 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
14823 macro.
14824 (func): Remove.
14825 (marker): Use FAST_TRACEPOINT_LABEL.
14826 * gdb.trace/trace-common.h: New header.
14827 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
14828 macro.
14829 (func): Remove.
14830 (marker): Use FAST_TRACEPOINT_LABEL.
14831 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
14832 (func): Remove.
14833 (thread_function): Use FAST_TRACEPOINT_LABEL.
14834
6e7675a7
MK
148352015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
14836
14837 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
14838 in front.
14839 * gdb.trace/change-loc.exp: Use global pcreg definition.
14840 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
14841 * gdb.trace/entry-values.exp: Use global spreg definition, add $
14842 in front.
14843 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
14844 * gdb.trace/pending.exp: Likewise.
14845 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
14846 * gdb.trace/trace-break.exp: Likewise.
14847 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
14848 in front.
14849 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
14850 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
14851 in front.
14852 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
14853
dddc0e16
JB
148542015-11-09 Joel Brobecker <brobecker@adacore.com>
14855
14856 * gdb.ada/fin_fun_out: New testcase.
14857
c6f0b406
KB
148582015-11-07 Kevin Buettner <kevinb@redhat.com>
14859
14860 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
14861 value associated with DW_AT_byte_size.
14862 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
14863 constants for DW_AT_byte_size, DW_AT_lower_bound, and
14864 DW_AT_upper_bound.
14865
f01dcfd9
KB
148662015-11-07 Kevin Buettner <kevinb@redhat.com>
14867
14868 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
14869 (gdb_target_symbol_prefix_flags): Define in terms of _asm
14870 version.
14871 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
14872 gdb.dwarf2/dw2-canonicalize-type.exp,
14873 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
14874 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
14875 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
14876 provided by gdb_target_symbol_prefix_flags_asm.
14877 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
14878 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
14879 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
14880 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
14881 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
14882 macros where needed). Use this macro for symbols which require
14883 the prefix provided by SYMBOL_PREFIX.
14884
2223449a
KB
148852015-11-05 Kevin Buettner <kevinb@redhat.com>
14886
14887 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
14888 New procs.
14889 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
14890 representing expressions, of more than one list element.
14891 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
14892 to prepend linker symbol prefix to f.
14893 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
14894 table_1 and table_2.
14895 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
14896 Likewise, for f and g.
14897 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
14898 for ptr.
14899 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
14900 for main.
14901 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
14902 table_1_ptr and table_2_ptr.
14903
6f2f1a3a
JK
149042015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
14905 Joel Brobecker <brobecker@adacore.com>
14906
14907 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
14908
566c56c9
MK
149092015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
14910
14911 * gdb.reverse/s390-mvcle.c: New test.
14912 * gdb.reverse/s390-mvcle.exp: New file.
14913 * lib/gdb.exp: Enable reverse tests on s390*-linux.
14914
d5f0636b
MK
149152015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
14916
14917 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
14918
7ad8b86c
MK
149192015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
14920
14921 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
14922 reaching marker2.
14923 * gdb.reverse/getresuid-reverse.exp: Likewise.
14924 * gdb.reverse/pipe-reverse.exp: Likewise.
14925 * gdb.reverse/readv-reverse.exp: Likewise.
14926 * gdb.reverse/recvmsg-reverse.exp: Likewise.
14927 * gdb.reverse/time-reverse.exp: Likewise.
14928 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
14929
4081c0f1
YQ
149302015-10-30 Yao Qi <yao.qi@linaro.org>
14931
14932 * gdb.threads/wp-replication.c (watch_count_done): Remove.
14933 (empty_cycle): Remove.
14934 (main): Don't call empty_cycle. Don't use watch_count_done.
14935 * gdb.threads/wp-replication.exp: Don't set breakpoint on
14936 empty_cycle. Rewrite the code counting HW watchpoints.
14937
452b4ba5
MK
149382015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
14939
14940 * gdb.reverse/fstatat-reverse.c: New test.
14941 * gdb.reverse/fstatat-reverse.exp: New file.
14942 * gdb.reverse/getresuid-reverse.c: New test.
14943 * gdb.reverse/getresuid-reverse.exp: New file.
14944 * gdb.reverse/pipe-reverse.c: New test.
14945 * gdb.reverse/pipe-reverse.exp: New file.
14946 * gdb.reverse/readv-reverse.c: New test.
14947 * gdb.reverse/readv-reverse.exp: New file.
14948 * gdb.reverse/recvmsg-reverse.c: New test.
14949 * gdb.reverse/recvmsg-reverse.exp: New file.
14950 * gdb.reverse/time-reverse.c: New test.
14951 * gdb.reverse/time-reverse.exp: New file.
14952 * gdb.reverse/waitpid-reverse.c: New test.
14953 * gdb.reverse/waitpid-reverse.exp: New file.
14954
5e2e7507
JK
149552015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
14956
14957 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
14958
0fde2c53
DE
149592015-10-26 Doug Evans <dje@google.com>
14960
14961 PR symtab/17391
14962 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
14963 * gdb.dwarf2/bad-regnum.c: New file.
14964 * gdb.dwarf2/bad-regnum.exp: New file.
14965
1a70ae97
DE
149662015-10-26 Doug Evans <dje@google.com>
14967
14968 PR python/18938
14969 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
14970 file.
14971
27dc26ab
JK
149722015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
14973
14974 * gdb.compile/compile.exp (compile code globalvar): Update expectation
14975 for a change by "Mention language in compile error message".
14976
bed91f4d
SM
149772015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
14978
14979 PR python/18073
14980 * gdb.python/py-type.c (C::a_method): New.
14981 (C::a_const_method): New.
14982 (C::a_static_method): New.
14983 (a_function): New.
14984 * gdb.python/py-type.exp (test_fields): Test getting fields
14985 from function and method.
14986
3f2f83dd
KB
149872015-10-21 Keven Boell <keven.boell@intel.com>
14988
14989 * gdb.fortran/vla-alloc-assoc.exp: New file.
14990 * gdb.fortran/vla-datatypes.exp: New file.
14991 * gdb.fortran/vla-datatypes.f90: New file.
14992 * gdb.fortran/vla-history.exp: New file.
14993 * gdb.fortran/vla-ptype-sub.exp: New file.
14994 * gdb.fortran/vla-ptype.exp: New file.
14995 * gdb.fortran/vla-sizeof.exp: New file.
14996 * gdb.fortran/vla-sub.f90: New file.
14997 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
14998 * gdb.fortran/vla-value-sub-finish.exp: New file.
14999 * gdb.fortran/vla-value-sub.exp: New file.
15000 * gdb.fortran/vla-value.exp: New file.
15001 * gdb.fortran/vla-ptr-info.exp: New file.
15002 * gdb.mi/mi-vla-fortran.exp: New file.
15003 * gdb.mi/vla.f90: New file.
15004
27145d50
SL
150052015-10-21 Sandra Loosemore <sandra@codesourcery.com>
15006
15007 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
15008 of hardwired timeout value.
15009
5f3ff4f8
JK
150102015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
15011 Pedro Alves <palves@redhat.com>
15012
15013 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
15014 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
15015
bfd09d20
JS
150162015-10-19 Josh Stone <jistone@redhat.com>
15017
15018 * gdb.base/catch-syscall.c: Include <sched.h>.
15019 (unknown_syscall): New variable.
15020 (main): Trigger a vfork and an unknown syscall.
15021 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
15022 (unknown_syscall_number): Likewise.
15023 (check_call_to_syscall): Accept an optional syscall pattern.
15024 (check_return_from_syscall): Likewise.
15025 (check_continue): Likewise.
15026 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
15027 (test_catch_syscall_skipping_return): New test toggling off 'catch
15028 syscall' to step over the syscall return, then toggling back on.
15029 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
15030 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
15031 (do_syscall_tests): Call test_catch_syscall_without_args and
15032 test_catch_syscall_mid_vfork.
15033 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
15034 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
15035
b32b93c6
AS
150362015-10-19 Andrew Stubbs <ams@codesourcery.com>
15037
15038 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
15039 print g_vE): Add new pass patterns.
15040 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
15041 print various symbol names for vptr fields.
15042
9d622bda
AB
150432015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
15044
15045 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
15046 results.
15047
0fd8ac1c
YQ
150482015-10-12 Yao Qi <yao.qi@linaro.org>
15049
15050 * gdb.arch/disp-step-insn-reloc.exp: New test case.
15051
34240514
YQ
150522015-10-12 Yao Qi <yao.qi@linaro.org>
15053
15054 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
15055 is aarch64*-*-linux*.
15056
8240f442
YQ
150572015-10-12 Yao Qi <yao.qi@linaro.org>
15058
15059 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
15060 (can_relocate_bcond_true): ... it.
15061 (can_relocate_bcond_false): New function.
15062 (foo): Likewise.
15063 (can_relocate_bl): Likewise.
15064 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
15065 can_relocate_bl.
15066
2520f728
PMR
150672015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
15068
15069 * gdb.base/nested-addr.c: New file.
15070 * gdb.base/nested-addr.exp: New testcase.
15071
abcef95a
MM
150722015-10-09 Markus Metzger <markus.t.metzger@intel.com>
15073
15074 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
15075 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
15076 its output. Ignore the output of "record goto begin" and instead
15077 check that GDB is replaying.
15078
145e3ddb
PA
150792015-10-09 Pedro Alves <palves@redhat.com>
15080
15081 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
15082 (top level): Use it in the run with no args test.
15083
d5d8c4e1
IB
150842015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
15085
15086 * gdb.dlang/properties.exp: New file.
15087
06e635ef
SL
150882015-10-02 Sandra Loosemore <sandra@codesourcery.com>
15089
15090 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
15091 whether or not address 0x1000 is mapped on the target.
15092
e019fd1d
SM
150932015-09-30 Simon Marchi <simon.marchi@ericsson.com>
15094
15095 * gdb.python/py-type.exp: Do not run tests if binaries fail to
15096 build.
15097
77ba2a67
MM
150982015-09-30 Markus Metzger <markus.t.metzger@intel.com>
15099
15100 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
15101 instruction-history test.
15102
c60eb31f
DE
151032015-09-28 Doug Evans <dje@google.com>
15104
15105 * gdb.base/gcore.c (array_func): Add reference to static_array.
15106
9a3c8263
SM
151072015-09-25 Simon Marchi <simon.marchi@ericsson.com>
15108
15109 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
15110 source line.
15111
9720e656
SL
151122015-09-24 Sandra Loosemore <sandra@codesourcery.com>
15113
15114 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
15115 short or char as base type.
15116
938d3bf2
SL
151172015-09-23 Sandra Loosemore <sandra@codesourcery.com>
15118
15119 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
15120 to allow any size enum.
15121
e6c2c623
PMR
151222015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
15123
15124 * gdb.ada/array_ptr_renaming.exp: New testcase.
15125 * gdb.ada/array_ptr_renaming/foo.adb: New file.
15126 * gdb.ada/array_ptr_renaming/pack.ads: New file.
15127
06da0f77
PL
151282015-09-21 Pierre Langlois <pierre.langlois@arm.com>
15129
15130 * gdb.trace/ftrace-lock.c: New file.
15131 * gdb.trace/ftrace-lock.exp: New file.
15132
4f51c22a
PL
151332015-09-21 Pierre Langlois <pierre.langlois@arm.com>
15134
15135 * gdb.arch/insn-reloc.c: New file.
15136 * gdb.arch/ftrace-insn-reloc.exp: New file.
15137
7041adf4
PL
151382015-09-21 Pierre Langlois <pierre.langlois@arm.com>
15139
15140 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
15141 instruction.
15142 * gdb.trace/pendshr1.c (pendfunc): Likewise.
15143 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
15144 * gdb.trace/range-stepping.c: Likewise.
15145 * gdb.trace/trace-break.c: Likewise.
15146 * gdb.trace/trace-mt.c (thread_function): Likewise.
15147 * gdb.trace/ftrace.c (marker): Likewise.
15148 * gdb.trace/trace-condition.c (marker): Likewise.
15149 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
15150 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
15151 is_aarch64_target.
15152
015d2e7e
DE
151532015-09-18 Doug Evans <xdje42@gmail.com>
15154
15155 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
15156 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
15157
26b188a2
SL
151582015-09-18 Sandra Loosemore <sandra@codesourcery.com>
15159
15160 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
15161 the breakpoint.
15162
79dc332b
SL
151632015-09-18 Sandra Loosemore <sandra@codesourcery.com>
15164
15165 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
15166 the pending breakpoint. Remove timeout override for "Run till
15167 MI pending breakpoint on pendfunc3 on thread 2" test.
15168
f57929f2
SL
151692015-09-18 Sandra Loosemore <sandra@codesourcery.com>
15170
15171 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
15172 filename pattern.
15173
3f469b17
SL
151742015-09-18 Sandra Loosemore <sandra@codesourcery.com>
15175
15176 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
15177 in breakpoint filename pattern.
15178
515b89b3
SL
151792015-09-18 Sandra Loosemore <sandra@codesourcery.com>
15180
7800dbe4
SL
15181 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
15182
151832015-09-18 Sandra Loosemore <sandra@codesourcery.com>
15184
515b89b3
SL
15185 * gdb.linespec/explicit.exp: Check for readline support for
15186 tab-completion tests. Fix obvious typo.
15187
d2939ba2
MM
151882015-09-18 Markus Metzger <markus.t.metzger@intel.com>
15189
15190 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
15191 and replay.
15192
cbb55fa7
MM
151932015-09-18 Markus Metzger <markus.t.metzger@intel.com>
15194
15195 * gdb.btrace/non-stop.c: New.
15196 * gdb.btrace/non-stop.exp: New.
15197
43691ca1
PL
151982015-09-17 Pierre Langlois <pierre.langlois@arm.com>
15199 Yao Qi <yao.qi@linaro.org>
15200
15201 * gdb.trace/trace-condition.c: New file.
15202 * gdb.trace/trace-condition.exp: New file.
15203
d78908cf
WW
152042015-09-16 Wei-cheng Wang <cole945@gmail.com>
15205
15206 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
15207 for testing bytecode compilation.
15208
1ed415e2
PA
152092015-09-16 Pedro Alves <palves@redhat.com>
15210 Sandra Loosemore <sandra@codesourcery.com>
15211
15212 * gdb.threads/non-stop-fair-events.c (timeout): New global.
15213 (SECONDS): Redefine.
15214 (main): Call pthread_kill and alarm early.
15215 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
15216 support.
15217 (test): If the target can't hardware step and doesn't support
15218 displaced stepping, increase the timeout.
15219
d136eff5
PA
152202015-09-16 Pedro Alves <palves@redhat.com>
15221
15222 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
15223 (enable_debug): New procedures.
15224 (test): Use them. Bail out if waiting for threads fails.
15225 (top level): Bail out if a test fails.
15226
991f019c
YQ
152272015-09-16 Yao Qi <yao.qi@linaro.org>
15228
15229 * gdb.asm/asm-source.exp: Set asm-arch for
15230 aarch64*-*-* target.
15231 * gdb.asm/aarch64.inc: New file.
15232
bfca584f
PMR
152332015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
15234
15235 * gdb.ada/array_of_variable_length.exp: New testcase.
15236 * gdb.ada/array_of_variable_length/foo.adb: New file.
15237 * gdb.ada/array_of_variable_length/pck.adb: New file.
15238 * gdb.ada/array_of_variable_length/pck.ads: New file.
15239
b326e587
DE
152402015-09-15 Doug Evans <dje@google.com>
15241
15242 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
15243 of function static local variable.
15244
5382cfab
PW
152452015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
15246
15247 * gdb.threads/tls-so_extern.exp: New test file.
15248 * gdb.threads/tls-so_extern.c: New test file.
15249 * gdb.threads/tls-so_extern_main.c: New test file.
15250
141c5cc4
JK
152512015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
15252
15253 * gdb.opt/solib-intra-step-lib.c: New file.
15254 * gdb.opt/solib-intra-step-main.c: New file.
15255 * gdb.opt/solib-intra-step.exp: New file.
15256
d15dcecd
PA
152572015-09-15 Pedro Alves <palves@redhat.com>
15258
15259 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
15260 gdb_continue_to_breakpoint instead of gdb_test_multiple.
15261
4c2f2a79
PA
152622015-09-14 Pedro Alves <palves@redhat.com>
15263
15264 * gdb.base/hook-stop-continue.c: Delete.
15265 * gdb.base/hook-stop-continue.exp: Delete.
15266 * gdb.base/hook-stop-frame.c: Delete.
15267 * gdb.base/hook-stop-frame.exp: Delete.
15268 * gdb.base/hook-stop.c: New file.
15269 * gdb.base/hook-stop.exp: New file.
15270
919e6dbe
PMR
152712015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
15272
15273 * gdb.ada/access_to_packed_array.exp: New testcase.
15274 * gdb.ada/access_to_packed_array/foo.adb: New file.
15275 * gdb.ada/access_to_packed_array/pack.adb: New file.
15276 * gdb.ada/access_to_packed_array/pack.ads: New file.
15277
157280a4
MM
152782015-09-14 Markus Metzger <markus.t.metzger@intel.com>
15279
15280 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
15281 buffer size test.
15282
2fd33e94
DB
152832015-09-11 Don Breazeal <donb@codesourcery.com>
15284
15285 * gdb.base/foll-exec.c: Add copyright header. Fix
15286 formatting issues.
15287 * gdb.base/foll-exec.exp (zap_session): Delete proc.
15288 (do_exec_tests): Use clean_restart in place of zap_session,
15289 and for test initialization. Fix formatting issues. Use
15290 fail in place of perror.
15291 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
15292 an expect statement to match an expression with output from
15293 the program under debug.
15294 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
15295 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
15296 * gdb.threads/non-ldr-exc-2.exp: Likewise.
15297 * gdb.threads/non-ldr-exc-3.exp: Likewise.
15298 * gdb.threads/non-ldr-exc-4.exp: Likewise.
15299
e70b6e8e
DE
153002015-09-09 Doug Evans <dje@google.com>
15301
15302 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
15303
7a551a51
DE
153042015-09-09 Doug Evans <dje@google.com>
15305
15306 * gdb.base/pie-execl.exp: Fix result test of build_executable.
15307
4c666f84
DE
153082015-09-09 Doug Evans <dje@google.com>
15309
15310 * gdb.base/savedregs.exp: Fix typo.
15311
243a9253
PA
153122015-09-09 Pedro Alves <palves@redhat.com>
15313
15314 * gdb.mi/mi-cli.exp: Add CLI finish tests.
15315
c0fa8fbd
SL
153162015-09-08 Sandra Loosemore <sandra@codesourcery.com>
15317
15318 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
15319 command actually switches threads. Give up on remaining
15320 tests if target fails to stop at breakpoint.
15321
cd7c1778
PMR
153222015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
15323
15324 * gdb.ada/funcall_char.exp: New testcase.
15325 * gdb.ada/funcall_char/foo.adb: New file.
15326
dc5c8746
PMR
153272015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
15328
15329 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
15330 expected outputs. Add two testcases for completing ambiguous
15331 functions.
15332 * gdb.ada/complete/aux_pck.adb: New file.
15333 * gdb.ada/complete/aux_pck.ads: New file.
15334 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
15335 Ambiguous_Func functions.
15336 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
15337 * gdb.ada/complete/pck.adb: Likewise.
15338
4e83a1e7
UW
153392015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
15340
15341 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
15342 failures to run the test program under GDB.
15343
8ce74153
LM
153442015-08-26 Luis Machado <lgustavo@codesourcery.com>
15345
15346 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
15347 to C.
15348
e9756d52
PP
153492015-08-26 Patrick Palka <patrick@parcs.ath.cx>
15350
15351 * gdb.base/run-after-attach.exp: New test file.
15352 * gdb.base/run-after-attach.c: New test file.
15353
8d37573b
DB
153542015-08-26 Don Breazeal <donb@codesourcery.com>
15355
15356 * gdb.base/foll-exec-2.c: New test program.
15357 * gdb.base/foll-exec-2.exp: New test.
15358
63e43d3a
PMR
153592015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
15360
15361 * gdb.base/nested-subp1.exp: New file.
15362 * gdb.base/nested-subp1.c: New file.
15363 * gdb.base/nested-subp2.exp: New file.
15364 * gdb.base/nested-subp2.c: New file.
15365 * gdb.base/nested-subp3.exp: New file.
15366 * gdb.base/nested-subp3.c: New file.
15367
3d40fbb5
PA
153682015-08-24 Pedro Alves <palves@redhat.com>
15369
15370 * gdb.server/connect-without-multi-process.c: New file.
15371 * gdb.server/connect-without-multi-process.exp: New file.
15372
4422ac93
LM
153732015-08-24 Luis Machado <lgustavo@codesourcery.com>
15374
15375 * gdb.opt/inline-markers.c: Make z int.
15376
91dddb86
LM
153772015-08-24 Luis Machado <lgustavo@codesourcery.com>
15378
15379 * gdb.opt/inline-markers.c: Make z volatile.
15380
a48847ee
LM
153812015-08-24 Luis Machado <lgustavo@codesourcery.com>
15382
15383 * gdb.opt/inline-bt.c: New volatile global z.
15384 * gdb.opt/inline-cmds.c: Likewise.
15385 * gdb.opt/inline-locals.c: Likewise.
15386 * gdb.opt/inline-markers.c: New extern global z.
15387 (marker): Use z.
15388 (inline_fn): Likewise.
15389
0ebbc52b
PA
153902015-08-24 Pedro Alves <palves@redhat.com>
15391
15392 * config/m32r-stub.exp: Remove file.
15393 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
15394 * gdb.base/call-rt-st.exp: Likewise.
15395 * gdb.base/call-strs.exp: Likewise.
15396 * gdb.base/default.exp: Remove references to h8300-*-hms and
15397 *-*-udi*.
15398 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
15399
77c365df
AA
154002015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
15401
15402 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
15403 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
15404 and "return" use KFAIL when GDB can not read/write the vector
15405 return value.
15406
4313b8c0
GB
154072015-08-21 Gary Benson <gbenson@redhat.com>
15408
15409 * gdb.trace/pending.exp: Cope with remote transfer warnings.
15410
0e433b32
PA
154112015-08-20 Pedro Alves <palves@redhat.com>
15412
15413 * gdb.server/solib-list.exp: No longer expect an interior stop in
15414 non-stop mode.
15415
221e1a37
PA
154162015-08-20 Pedro Alves <palves@redhat.com>
15417
15418 * gdb.server/connect-stopped-target.c: New file.
15419 * gdb.server/connect-stopped-target.exp: New file.
15420
40e3ad0e
PA
154212015-08-20 Pedro Alves <palves@redhat.com>
15422
15423 * gdb.dwarf2/comp-unit-lang.exp: New file.
15424 * gdb.dwarf2/comp-unit-lang.c: New file.
15425
af39b327
PMR
154262015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
15427
15428 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
15429 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
15430
7d45c7c3 154312015-08-19 Kevin Buettner <kevinb@redhat.com>
206853a0 15432
7d45c7c3
KB
15433 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
15434 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
15435
4d6cceb4
DE
154362015-08-18 Doug Evans <dje@google.com>
15437 Adrian Sendroiu <adrian.sendroiu@freescale.com>
15438
15439 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
15440 skip_python_tests. New arg prompt_regexp.
15441 (skip_python_tests): New function.
15442 * lib/mi-support.exp (mi_skip_python_tests): New function.
15443 * gdb.python/py-mi-objfile-gdb.py: New file.
15444 * gdb.python/py-mi-objfile.c: New file.
15445 * gdb.python/py-mi-objfile.exp: New file.
15446
ad89c2aa
KS
154472015-08-17 Keith Seitz <keiths@redhat.com>
15448
15449 * gdb.linespec/explicit.exp: Move strace test from here ...
15450 * gdb.trace/strace.exp: ... to here.
15451
e3ae3c43
PP
154522015-08-15 Patrick Palka <patrick@parcs.ath.cx>
15453
15454 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
15455 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
15456
604b2636
DE
154572015-08-14 Doug Evans <xdje42@gmail.com>
15458
15459 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
15460 inferior before selecting a new file.
15461
6ff0ba5f
DE
154622015-08-14 Doug Evans <xdje42@gmail.com>
15463
15464 * gdb.mi/mi-disassemble.exp: Update.
15465 * gdb.base/disasm-optim.S: New file.
15466 * gdb.base/disasm-optim.c: New file.
15467 * gdb.base/disasm-optim.h: New file.
15468 * gdb.base/disasm-optim.exp: New file.
15469
9ca98f92
KS
154702015-08-14 Keith Seitz <keiths@redhat.com>
15471
15472 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
15473 "evaluated-by".
15474
52bbc560
JB
154752015-08-13 Joel Brobecker <brobecker@adacore.com>
15476
15477 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
15478
5d8c3ed3
PMR
154792015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
15480
15481 * gdb.ada/fun_renaming.exp: New testcase.
15482 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
15483 * gdb.ada/fun_renaming/pack.adb: New file.
15484 * gdb.ada/fun_renaming/pack.ads: New file.
15485
ea8812bc
KS
154862015-08-12 Keith Seitz <keiths@redhat.com>
15487
15488 * gdb.base/dso2dso.exp: Pass basename of source file in call to
15489 gdb_get_line_number.
15490
4dafcdeb
JB
154912015-08-12 Joel Brobecker <brobecker@adacore.com>
15492
15493 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
15494 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
15495 gdb.base/dso2dso.exp: New files.
15496
5ba32597
SDJ
154972015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
15498 Pedro Alves <palves@redhat.com>
15499 Keith Seitz <keiths@redhat.com>
15500
15501 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
15502 GDBFLAGS.
15503
b6dafabf
PP
155042015-08-12 Patrick Palka <patrick@parcs.ath.cx>
15505
15506 * gdb.base/gdbhistsize-history.exp
15507 (test_histsize_history_setting): Use save_vars.
15508 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
15509 Use save_vars.
15510 (test_no_truncation_of_unlimited_history_file): Use save_vars.
15511 * gdb.base/readline.exp: Use save_vars.
15512
abe8e607
PP
155132015-08-12 Patrick Palka <patrick@parcs.ath.cx>
15514
15515 * lib/gdb.exp (save_vars): New proc.
15516
629500fa
KS
155172015-08-11 Keith Seitz <keiths@redhat.com>
15518
15519 * gdb.base/help.exp: Update help_breakpoint_text.
15520
eb8c4e2e
KS
155212015-08-11 Keith Seitz <keiths@redhat.com>
15522
15523 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
15524 (at toplevel): Call test_explicit_breakpoints.
15525 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
15526 breakpoints.
15527 * lib/mi-support.exp (mi_make_breakpoint): Add support for
15528 breakpoint conditions, "-cond".
15529
87f0e720
KS
155302015-08-11 Keith Seitz <keiths@redhat.com>
15531
15532 * gdb.linespec/3explicit.c: New file.
15533 * gdb.linespec/cpexplicit.cc: New file.
15534 * gdb.linespec/cpexplicit.exp: New file.
15535 * gdb.linespec/explicit.c: New file.
15536 * gdb.linespec/explicit.exp: New file.
15537 * gdb.linespec/explicit2.c: New file.
15538 * gdb.linespec/ls-errs.exp: Add explicit location tests.
15539 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
15540 before using in the matching pattern.
15541 Clarify that `prefix' is a regular expression.
15542
f00aae0f
KS
155432015-08-11 Keith Seitz <keiths@redhat.com>
15544
15545 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
15546 test.
15547 Add tests for missing ",FMT" and ",".
15548
e27852be
DE
155492015-08-10 Doug Evans <dje@google.com>
15550 Keith Seitz <keiths@redhat.com>
15551
15552 PR gdb/17960
15553 * gdb.base/completion.exp: Add location completer tests.
15554
7f03bd92
PA
155552015-08-07 Pedro Alves <palves@redhat.com>
15556
15557 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
15558 tests here.
15559 (top level): Run do_test with and without displaced stepping.
15560
3fc8eb30
PA
155612015-08-07 Pedro Alves <palves@redhat.com>
15562
15563 * gdb.base/valgrind-disp-step.c: New file.
15564 * gdb.base/valgrind-disp-step.exp: New file.
15565
d4569d7b
PA
155662015-08-07 Pedro Alves <palves@redhat.com>
15567
15568 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
15569 Delete function.
15570 (main): Add alarm. Run an infinite loop instead of calling
15571 wait_threads.
15572 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
15573 comment.
15574 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
15575 Delete function.
15576 (main): Add alarm. Run an infinite loop instead of calling
15577 wait_threads.
15578 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
15579 comment.
15580
e1316e60
PA
155812015-08-07 Pedro Alves <palves@redhat.com>
15582
15583 * gdb.base/checkpoint-ns.exp: New file.
15584 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
15585 standard_testfile.
15586
da8c46d2
MM
155872015-08-07 Markus Metzger <markus.t.metzger@intel.com>
15588
15589 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
15590 * gdb.btrace/instruction_history.exp: Update.
15591 * gdb.btrace/tsx.exp: New.
15592 * gdb.btrace/tsx.c: New.
15593
de1c2c52
PA
155942015-08-06 Pedro Alves <palves@redhat.com>
15595
15596 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
15597 increase timeout.
15598 * gdb.reverse/until-precsave.exp: Bump timeouts.
15599
782e0bf4
PA
156002015-08-06 Pedro Alves <palves@redhat.com>
15601
15602 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
15603
83e97ed0
PA
156042015-08-06 Pedro Alves <palves@redhat.com>
15605
15606 PR gdb/18749
15607 * gdb.threads/process-dies-while-handling-bp.c: New file.
15608 * gdb.threads/process-dies-while-handling-bp.exp: New file.
15609
863d01bd
PA
156102015-08-06 Pedro Alves <palves@redhat.com>
15611
15612 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
15613 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
15614
0a39bb32
PA
156152015-08-05 Pedro Alves <palves@redhat.com>
15616
15617 * gdb.threads/next-while-other-thread-longjmps.c: New file.
15618 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
15619
ee2d2b10
SL
156202015-08-03 Sandra Loosemore <sandra@codesourcery.com>
15621
15622 * gdb.base/bp-permanent.exp: Report test as unsupported if
15623 the target cannot stop at the permanent breakpoint.
15624
4e1bdb00
DE
156252015-08-03 Doug Evans <dje@google.com>
15626
15627 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
15628 10000.
15629
3d338901
DE
156302015-08-03 Doug Evans <dje@google.com>
15631
15632 * Makefile.in (workers/%.worker, build-perf): New rule.
15633 (GDB_PERFTEST_MODE): New variable.
15634 (check-perf): Use it.
15635 (clean): Clean up gdb.perf parallel build subdirs.
15636 * lib/build-piece.exp: New file.
15637 * lib/gdb.exp (make_gdb_parallel_path): New function
15638 (standard_output_file, standard_temp_file): Call it.
15639 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
15640 of $GDB_PARALLEL.
15641 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
15642
af061d3e
DE
156432015-08-03 Doug Evans <dje@google.com>
15644
8e1afc81 15645 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
af061d3e
DE
15646 (LOG_FILE_NAME): New global.
15647 (TextReporter.__init__): Initialize self.txt_sum.
15648 (TextReporter.report): Add support for multiple data-points.
15649 Move report to perftest.sum, put raw data in perftest.log.
15650 (TextReporter.start): Open sum and log files.
15651 (TextReporter.end): Close sum and log files.
8e1afc81
DE
15652 * gdb.perf/lib/perftest/testresult.py
15653 (SingleStatisticTestResult.record): Handle multiple data-points.
af061d3e 15654
2c8c5d37
PA
156552015-07-31 Pedro Alves <palves@redhat.com>
15656
15657 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
15658 Use spawn_id_get_pid. Wait for spawn id after eof. Use
15659 kill_wait_spawned_process instead of explicit "kill -9".
15660 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
15661 returning a spawn id instead of a pid. Use spawn_id_get_pid and
15662 kill_wait_spawned_process.
15663 * gdb.base/attach-twice.exp: Likewise.
15664 * gdb.base/attach.exp: Likewise.
15665 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
15666 gdb_test_multiple.
15667 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
15668 returning a spawn id instead of a pid. Use spawn_id_get_pid and
15669 kill_wait_spawned_process.
15670 * gdb.base/valgrind-infcall.exp: Likewise.
15671 * gdb.multi/multi-attach.exp: Likewise.
15672 * gdb.python/py-prompt.exp: Likewise.
15673 * gdb.python/py-sync-interp.exp: Likewise.
15674 * gdb.server/ext-attach.exp: Likewise.
15675 * gdb.threads/attach-into-signal.exp (corefunc): Use
15676 spawn_wait_for_attach, spawn_id_get_pid and
15677 kill_wait_spawned_process.
15678 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
15679 spawn_wait_for_attach returning a spawn id instead of a pid. Use
15680 spawn_id_get_pid and kill_wait_spawned_process.
15681 * gdb.threads/attach-stopped.exp (corefunc): Use
15682 spawn_wait_for_attach, spawn_id_get_pid and
15683 kill_wait_spawned_process.
15684 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
15685 Use spawn_id_get_pid. Wait for spawn id after eof. Use
15686 kill_wait_spawned_process instead of explicit "kill -9".
15687 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
15688 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
15689 (spawn_wait_for_attach): Use spawn instead of exec to spawn
15690 processes. Don't map cygwin/windows pids here. Now returns a
15691 spawn id list.
15692
032a0fca
SL
156932015-07-30 Sandra Loosemore <sandra@codesourcery.com>
15694
15695 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
15696 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
15697 correct patch.
15698
61a934ca
SL
156992015-07-30 Sandra Loosemore <sandra@codesourcery.com>
15700
15701 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
15702
4bc4d428
SL
157032015-07-30 Sandra Loosemore <sandra@codesourcery.com>
15704
15705 Reapply:
15706 2014-05-21 Mark Wielaard <mjw@redhat.com>
15707
15708 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
15709
998d452a
PA
157102015-07-30 Pedro Alves <palves@redhat.com>
15711
15712 * linux-low.c (handle_extended_wait): Set the child's last
15713 reported status to TARGET_WAITKIND_STOPPED.
15714
69dde7dc
PA
157152015-07-30 Pedro Alves <palves@redhat.com>
15716
15717 PR threads/18600
15718 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
15719 only shows inferior 1.
15720
4dd63d48
PA
157212015-07-30 Simon Marchi <simon.marchi@ericsson.com>
15722 Pedro Alves <palves@redhat.com>
15723
15724 PR threads/18600
15725 * gdb.threads/fork-plus-threads.c: New file.
15726 * gdb.threads/fork-plus-threads.exp: New file.
15727
d618e4c5
PP
157282015-07-29 Patrick Palka <patrick@parcs.ath.cx>
15729
15730 * gdb.base/batch-preserve-term-settings.exp
15731 (test_terminal_settings_preserved_after_cli_exit): Use
15732 send_quit_command.
15733
1eef6428
PA
157342015-07-29 Pedro Alves <palves@redhat.com>
15735 Don Breazeal <donb@codesourcery.com>
15736
15737 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
15738 output from both inferior_spawn_id and gdb_spawn_id.
15739
7da5b897
SDJ
157402015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
15741
15742 * gdb.threads/attach-into-signal.exp (corefunc): Use
15743 with_test_prefix on nested loops, uniquefying the test messages.
15744
dac804df
SDJ
157452015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
15746
15747 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
15748 commit.
15749
06265e53
PP
157502015-07-29 Patrick Palka <patrick@parcs.ath.cx>
15751
15752 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
15753 New proc.
15754 (test_terminal_settings_preserved_after_sigterm): New test.
15755
18206ca3
PP
157562015-07-29 Patrick Palka <patrick@parcs.ath.cx>
15757
15758 * gdb.base/batch-preserve-term-settings.exp
15759 (test_terminal_settings_preserved_after_cli_exit): New test.
15760
90074d11
PP
157612015-07-29 Patrick Palka <patrick@parcs.ath.cx>
15762
15763 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
15764 manipulation of saved_gdbflags.
15765 (test_terminal_settings_preserved): Remove global declaration of
15766 the unused variable pagination_prompt. Remove manipulation of
15767 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
15768 GDBFLAGS.
15769
eb1a7902
PA
157702015-07-29 Pedro Alves <palves@redhat.com>
15771
15772 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
15773
8b75dd3b
PA
157742015-07-29 Pedro Alves <palves@redhat.com>
15775
15776 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
15777 at the top.
15778
dedad4e3
PA
157792015-07-29 Pedro Alves <palves@redhat.com>
15780
15781 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
15782 (main): Call gdb_unbuffer_output.
15783 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
15784 (main): Call gdb_unbuffer_output.
15785 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
15786 (main): Call gdb_unbuffer_output.
15787 * gdb.base/call-strs.exp: Adjust to step over the
15788 gdb_unbuffer_output call.
15789 * gdb.base/catch-gdb-caused-signals.c: Include
15790 "../lib/unbuffer_output.c".
15791 (main): Call gdb_unbuffer_output.
15792 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
15793 (main): Call gdb_unbuffer_output.
15794 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
15795 (main): Call gdb_unbuffer_output.
15796 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
15797 (main): Call gdb_unbuffer_output.
15798 * gdb.base/shlib-call.exp: Adjust to step over the
15799 gdb_unbuffer_output call.
15800 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
15801 (main): Call gdb_unbuffer_output.
15802 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
15803 (main): Call gdb_unbuffer_output.
15804 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
15805 (main): Rename to ...
15806 (test): ... this.
15807 (main): Reimplement.
15808 * gdb.base/varargs.exp: Run to test instead of to main.
15809 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
15810 (main): Call gdb_unbuffer_output.
15811
58789a91
PA
158122015-07-29 Pedro Alves <palves@redhat.com>
15813
15814 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
15815 factore out from mi_continue_dprintf. For call-style dprintfs,
15816 expect dprintf output out of $inferior_spawn_id.
15817 (mi_continue_dprintf): Use mi_expect_dprintf.
15818 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
15819 (main): Call gdb_unbuffer_output.
15820
e8376742
PA
158212015-07-29 Pedro Alves <palves@redhat.com>
15822
15823 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
15824 (default_mi_gdb_start): Set inferior_spawn_id instead of
15825 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
15826 gdb_spawn_id.
15827 (mi_gdb_test): Always expect inferior output from both
15828 $inferior_spawn_id and $gdb_spawn_id.
15829
08280010
PA
158302015-07-29 Pedro Alves <palves@redhat.com>
15831
15832 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
15833 send_inferior and $inferior_spawn_id.
15834
4d30e432
PA
158352015-07-29 Pedro Alves <palves@redhat.com>
15836
15837 * gdb.gdb/complaints.exp (test_initial_complaints)
15838 (test_serial_complaints, test_short_complaints): Use
15839 gdb_test_stdio.
15840 (test_empty_complaint): Handle $inferior_spawn_id !=
15841 $gdb_spawn_id.
15842
0d30a335
PA
158432015-07-29 Pedro Alves <palves@redhat.com>
15844
15845 * gdb.base/varargs.exp: Use gdb_test_stdio.
15846
39413b29
PA
158472015-07-29 Pedro Alves <palves@redhat.com>
15848
15849 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
15850
7cb000a9
PA
158512015-07-29 Pedro Alves <palves@redhat.com>
15852
15853 * gdb.base/ending-run.exp: Use gdb_test_stdio.
15854
d7b8ac82
PA
158552015-07-29 Pedro Alves <palves@redhat.com>
15856
15857 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
15858 parameter into two new parameters, "inf_result" and "gdb_result".
15859 Expect inferior output and gdb output from $inferior_spawn_id and
15860 $gdb_spawn_id, respectively. Adjust all callers.
15861
789c3a0c
PA
158622015-07-29 Pedro Alves <palves@redhat.com>
15863
15864 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
15865 of gdb_test_sequence.
15866
77e760c3
PA
158672015-07-29 Pedro Alves <palves@redhat.com>
15868
15869 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
15870 (saw_spurious_output): Expect inferior output from
15871 $inferior_spawn_id. Use gdb_test_stdio.
15872
8396d2cd
PA
158732015-07-29 Pedro Alves <palves@redhat.com>
15874
15875 * gdb.base/dprintf.exp: Use standard_testfile. Change
15876 prepare_for_testing call.
15877 (srcfile): Don't set.
15878 (restart): New procedure.
15879 (test_dprintf): New procecure, use to continue over dprintfs.
15880 (test_call, test_agent): New procedures, tests moved here.
15881 Restart gdb and recreate dprintfs. Adjust expected output.
15882
2051d61f
PA
158832015-07-29 Pedro Alves <palves@redhat.com>
15884
15885 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
15886
452397af
PA
158872015-07-29 Pedro Alves <palves@redhat.com>
15888
15889 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
15890
8aed9555
PA
158912015-07-29 Pedro Alves <palves@redhat.com>
15892
15893 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
15894 gdb_test_stdio.
15895
188a61b4
PA
158962015-07-29 Pedro Alves <palves@redhat.com>
15897
15898 * lib/gdb.exp (gdb_test_stdio): New procedure.
15899
12264a45
PA
159002015-07-29 Pedro Alves <palves@redhat.com>
15901
15902 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
15903
23ffc893
PA
159042015-07-29 Pedro Alves <palves@redhat.com>
15905
15906 * gdb.base/call-signal-resume.exp: Remove check for
15907 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
15908 * gdb.base/unwindonsignal.exp: Likewise.
15909 * gdb.base/call-signals.c (gen_signal): Remove printf call.
15910 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
15911
65566918
PA
159122015-07-29 Pedro Alves <palves@redhat.com>
15913
15914 * gdb.base/siginfo-addr.c (pass): New function.
15915 (handler): Call it iff si_addr is correct.
15916 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
15917 Set a breakpoint at "pass" and continue to it.
15918
d60a9221
SDJ
159192015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
15920
15921 * gdb.python/py-objfile.exp: Make some tests have unique names.
15922 * gdb.python/py-pp-registration.exp: Likewise.
15923
bde40b8f
PA
159242015-07-28 Pedro Alves <palves@redhat.com>
15925
15926 * gdb.server/server-exec-info.exp: Issue a "disconnect".
15927
13e1dec8
SM
159282015-07-27 Simon Marchi <simon.marchi@ericsson.com>
15929
15930 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
15931
da33c9a7
SM
159322015-07-27 Simon Marchi <simon.marchi@ericsson.com>
15933
15934 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
15935
077836f7
PP
159362015-07-27 Patrick Palka <patrick@parcs.ath.cx>
15937
15938 * gdb.base/gdb-sigterm-2.exp: New test.
15939
b8cc7b2e
DE
159402015-07-25 Doug Evans <xdje42@gmail.com>
15941
15942 Revert:
15943 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
15944 (workers/%.worker, build-perf): New rule.
15945 (GDB_PERFTEST_MODE): New variable.
15946 (check-perf): Use it.
15947 (clean): Clean up gdb.perf parallel build subdirs.
15948 * lib/build-piece.exp: New file.
15949 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
15950 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
15951 name.
15952 (standard_temp_file): Ditto.
15953 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
15954 of $GDB_PARALLEL.
15955
c8bd4544
DE
159562015-07-24 Doug Evans <dje@google.com>
15957
15958 * gdb.perf/lib/perftest/utils.py: New file.
15959 * gdb.perf/gm-hello.cc: New file.
15960 * gdb.perf/gm-pervasive-typedef.cc: New file.
15961 * gdb.perf/gm-pervasive-typedef.h: New file.
15962 * gdb.perf/gm-std.cc: New file.
15963 * gdb.perf/gm-std.h: New file.
15964 * gdb.perf/gm-use-cerr.cc: New file.
15965 * gdb.perf/gm-utils.h: New file.
15966 * gdb.perf/gmonster-null-lookup.py: New file.
15967 * gdb.perf/gmonster-pervasive-typedef.py: New file.
15968 * gdb.perf/gmonster-print-cerr.py: New file.
15969 * gdb.perf/gmonster-ptype-string.py: New file.
15970 * gdb.perf/gmonster-runto-main.py: New file.
15971 * gdb.perf/gmonster-select-file.py: New file.
15972 * gdb.perf/gmonster1-null-lookup.exp: New file.
15973 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
15974 * gdb.perf/gmonster1-print-cerr.exp: New file.
15975 * gdb.perf/gmonster1-ptype-string.exp: New file.
15976 * gdb.perf/gmonster1-runto-main.exp: New file.
15977 * gdb.perf/gmonster1-select-file.exp: New file.
15978 * gdb.perf/gmonster1.cc: New file.
15979 * gdb.perf/gmonster1.exp: New file.
15980 * gdb.perf/gmonster2-null-lookup.exp: New file.
15981 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
15982 * gdb.perf/gmonster2-print-cerr.exp: New file.
15983 * gdb.perf/gmonster2-ptype-string.exp: New file.
15984 * gdb.perf/gmonster2-runto-main.exp: New file.
15985 * gdb.perf/gmonster2-select-file.exp: New file.
15986 * gdb.perf/gmonster2.cc: New file.
15987 * gdb.perf/gmonster2.exp: New file.
15988
6eab34f3
DE
159892015-07-24 Doug Evans <dje@google.com>
15990
15991 * gdb.perf/README: New file.
15992 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
15993 * lib/gen-perf-test.exp: New file.
15994
63738bfd
DE
159952015-07-24 Doug Evans <dje@google.com>
15996
15997 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
15998 (PerfTest::startup): New function.
15999 (PerfTest::run): Return result of calling body.
16000 (PerfTest::assemble): Rewrite.
16001 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
16002 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
16003 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
16004 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
16005 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
16006
7b606f95
DE
160072015-07-24 Doug Evans <dje@google.com>
16008
16009 * lib/gdb.exp (clean_restart): Make executable optional.
16010
a97b16b8
DE
160112015-07-24 Doug Evans <dje@google.com>
16012
16013 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
16014 compiler_info references.
16015 * gdb.cp/temargs.exp: Ditto.
16016 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
16017 (get_compiler_info): Early exit if already computed. Set compiler_info
16018 to "unknown" if there was a problem.
16019 (test_compiler_info): Add function comment. Call get_compiler_info.
16020
35baa57f
DE
160212015-07-24 Doug Evans <dje@google.com>
16022
16023 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
16024 (workers/%.worker, build-perf): New rule.
16025 (GDB_PERFTEST_MODE): New variable.
16026 (check-perf): Use it.
16027 (clean): Clean up gdb.perf parallel build subdirs.
16028 * lib/build-piece.exp: New file.
16029 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
16030 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
16031 name.
16032 (standard_temp_file): Ditto.
16033 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
16034 of $GDB_PARALLEL.
16035
6ebea266
DE
160362015-07-24 Doug Evans <dje@google.com>
16037
16038 * lib/future.exp (gdb_default_target_compile): New option
16039 "early_flags".
16040 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
16041 --as-needed.
16042
1e76a7e9
SDJ
160432015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
16044
16045 * gdb.base/catch-syscall.exp: Call gdb_exit before
16046 gdb_skip_xml_test.
16047
5068630a
PA
160482015-07-24 Pedro Alves <palves@redhat.com>
16049
16050 * gdb.python/py-events.exp: Accept output between the stop event
16051 and the prompt.
16052 * gdb.python/py-evsignal.exp: Likewise.
16053 * gdb.python/py-evthreads.exp: Likewise.
16054
77598427
PA
160552015-07-24 Pedro Alves <palves@redhat.com>
16056
16057 PR gdb/18717
16058 * gdb.threads/non-ldr-exit.c: New file.
16059 * gdb.threads/non-ldr-exit.exp: New file.
16060
11e6c98f
YQ
160612015-07-24 Yao Qi <yao.qi@linaro.org>
16062
16063 * gdb.server/ext-wrapper.exp: Test --wrapper option when
16064 restarting process.
16065
51aee833
YQ
160662015-07-24 Yao Qi <yao.qi@linaro.org>
16067
16068 * gdb.server/ext-restart.exp: New file.
16069
8cfe207c
YQ
160702015-07-24 Yao Qi <yao.qi@linaro.org>
16071
16072 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
16073 argument options.
16074 * gdb.server/ext-wrapper.exp: New file.
16075
cc12ce38
DE
160762015-07-23 Doug Evans <dje@google.com>
16077
16078 * gdb.dwarf2/dw2-dummy-cu.S: New file.
16079 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
16080
d0d84780
PMR
160812015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
16082
16083 * gdb.ada/var_arr_typedef.exp: New testcase.
16084 * gdb.ada/var_arr_typedef/pack.adb: New file.
16085 * gdb.ada/var_arr_typedef/pack.ads: New file.
16086 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
16087
8b558f79
JB
160882015-07-20 Joel Brobecker <brobecker@adacore.com>
16089
16090 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
16091
775a3298
JK
160922015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
16093
16094 * gdb.arch/i386-biarch-core.exp: Replace istarget
16095 by "complete set gnutarget". Remove expectation for the "core-file"
16096 command.
16097
db1ff28b
JK
160982015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
16099
16100 Revert the previous commit:
16101 Tests for validate symbol file using build-id.
16102
0a94970d
JK
161032015-07-15 Aleksandar Ristovski <aristovski@qnx.com
16104
16105 Tests for validate symbol file using build-id.
16106 * gdb.base/solib-mismatch-lib.c: New file.
16107 * gdb.base/solib-mismatch-libmod.c: New file.
16108 * gdb.base/solib-mismatch.c: New file.
16109 * gdb.base/solib-mismatch.exp: New file.
16110
03346981
SL
161112015-07-15 Sandra Loosemore <sandra@codesourcery.com>
16112
16113 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
16114 nios2-*-linux*.
16115 * gdb.base/sigbpt.exp (stepi_out): Likewise.
16116 * gdb.base/siginfo.exp: Likewise.
16117 * gdb.base/sigstep.exp (advance, advancei): Likewise.
16118
42422cc7
PL
161192015-07-15 Pierre Langlois <pierre.langlois@arm.com>
16120
16121 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
16122 Move it to ...
16123 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
16124 ... here.
16125 * gdb.trace/range-stepping.exp: Check that the target supports
16126 range stepping.
16127
cfa68bae
JK
161282015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
16129
16130 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
16131
8ffdba26
PA
161322015-07-14 Pedro Alves <palves@redhat.com>
16133
16134 * gdb.base/killed-outside.exp: New file.
16135 * gdb.base/killed-outside.c: New file.
16136
218a5a11
JK
161372015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
16138
16139 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
16140 (n at main): New.
16141 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
16142
e03ed3c6
AA
161432015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
16144
16145 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
16146 infcall tests instead of setting up for KFAIL.
16147
485668e5
MM
161482015-07-10 Markus Metzger <markus.t.metzger@intel.com>
16149
16150 * gdb.btrace/record_goto-step.exp: New.
16151
08464196
JK
161522015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
16153
16154 PR compile/18484
16155 * gdb.compile/compile.c (struct struct_type): Add volatile to
16156 selffield's type.
16157 * gdb.compile/compile.exp
16158 (compile code struct_object.selffield = &struct_object): Skip further
16159 struct_object tests if this one xfails.
16160
bcf5c1d9
RC
161612015-07-08 Robert O'Callahan <robert@ocallahan.org>
16162
16163 PR exp/18617
16164 * gdb.trace/ax.exp: Add test.
16165
4931af25
YQ
161662015-07-07 Yao Qi <yao.qi@linaro.org>
16167
16168 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
16169 instead of istarget "aarch64*-*-*".
16170 * gdb.arch/aarch64-fp.exp: Likewise.
16171 * gdb.base/float.exp: Likewise.
16172 * gdb.reverse/aarch64.exp: Likewise.
16173 * lib/gdb.exp (is_aarch64_target): New proc.
16174
9fcf688e
YQ
161752015-07-07 Yao Qi <yao.qi@linaro.org>
16176
16177 * lib/gdb.exp (is_aarch32_target): New proc.
16178 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
16179 instead of "istarget "arm*-*-*"".
16180 * gdb.arch/arm-disp-step.exp: Likewise.
16181 * gdb.arch/thumb-bx-pc.exp: Likewise.
16182 * gdb.arch/thumb-prologue.exp: Likewise.
16183 * gdb.arch/thumb-singlestep.exp: Likewise.
16184 * gdb.base/disp-step-syscall.exp: Likewise.
16185 * gdb.base/float.exp: Likewise.
16186
fbd8d50d
YQ
161872015-07-07 Yao Qi <yao.qi@linaro.org>
16188
16189 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
16190 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
16191
71be1fdc
YQ
161922015-07-07 Yao Qi <yao.qi@linaro.org>
16193
16194 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
16195 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
16196 if it exists.
16197 * gdb.multi/multi-arch.exp: Likewise.
16198
3e221d36
SM
161992015-07-07 Simon Marchi <simon.marchi@ericsson.com>
16200
16201 * gdb.python/py-lazy-string.exp: Add missing parentheses to
16202 print.
16203
d441430b
YQ
162042015-07-07 Yao Qi <yao.qi@linaro.org>
16205
16206 * gdb.arch/thumb-singlestep.exp: Do one more single step.
16207
06f810bd
MG
162082015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
16209
16210 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
16211 '[' and ']' characters.
16212
5e61e7c0
IB
162132015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
16214
16215 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
16216
28bf096c
PA
162172015-06-29 Pedro Alves <palves@redhat.com>
16218
16219 PR threads/18127
16220 * gdb.threads/hand-call-new-thread.c: New file.
16221 * gdb.threads/hand-call-new-thread.c: New file.
16222
ee93cd5e
KS
162232015-06-26 Keith Seitz <keiths@redhat.com>
16224 Doug Evans <dje@google.com>
16225
16226 PR 16253
16227 * gdb.cp/var-tag-2.cc: New file.
16228 * gdb.cp/var-tag-3.cc: New file.
16229 * gdb.cp/var-tag-4.cc: New file.
16230 * gdb.cp/var-tag.cc: New file.
16231 * gdb.cp/var-tag.exp: New file.
16232
fc637f04
PP
162332015-06-26 Patrick Palka <patrick@parcs.ath.cx>
16234
16235 * gdb.base/history-duplicates.exp: New test.
16236
2e52ae68
PP
162372015-06-26 Patrick Palka <patrick@parcs.ath.cx>
16238
16239 * gdb.base/completion.exp: Test the completion of the "focus"
16240 command.
16241
6e22494e
JK
162422015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
16243
16244 * gdb.arch/amd64-prologue-skip.S: New file.
16245 * gdb.arch/amd64-prologue-skip.exp: New file.
16246
bf7b9cd9
SM
162472015-06-25 Simon Marchi <simon.marchi@ericsson.com>
16248
16249 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
16250 is_address_zero_readable check.
16251
201e8dfd
PB
162522015-06-24 Peter Bergner <bergner@vnet.ibm.com>
16253
16254 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
16255 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
16256
5cd867b4
YQ
162572015-06-24 Yao Qi <yao.qi@linaro.org>
16258
16259 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
16260 linux targets.
16261
4d7be007
YQ
162622015-06-24 Yao Qi <yao.qi@linaro.org>
16263
16264 * lib/gdb.exp (supports_get_siginfo_type): New proc.
16265 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
16266 * gdb.base/siginfo-thread.exp: Likewise.
16267
07fcd301
YQ
162682015-06-22 Yao Qi <yao.qi@linaro.org>
16269
16270 * boards/remote-gdbserver-on-localhost.exp: Add comments.
16271
52042a00
YQ
162722015-06-22 Yao Qi <yao.qi@linaro.org>
16273
16274 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
16275 aarch64*-*-*.
16276 (skip_hw_watchpoint_tests): Likewise.
16277
74bd41ce
PP
162782015-06-18 Patrick Palka <patrick@parcs.ath.cx>
16279
16280 * gdb.base/gdbinit-history.exp: Test the interaction between
16281 setting GDBHISTSIZE and setting the history size via .gdbinit.
16282
bc460514
PP
162832015-06-17 Patrick Palka <patrick@parcs.ath.cx>
16284
16285 PR gdb/16999
16286 * gdb.base/gdbhistsize-history.exp: New test.
16287
b58c513b
PP
162882015-06-17 Patrick Palka <patrick@parcs.ath.cx>
16289
16290 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
16291 with GDBHISTSIZE.
16292 * gdb.base/readline.exp: Likewise.
16293
92046791
YQ
162942015-06-17 Yao Qi <yao.qi@linaro.org>
16295
16296 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
16297 line.
16298
2093d2d3
PP
162992015-06-17 Patrick Palka <patrick@parcs.ath.cx>
16300
16301 * gdb.base/gdbinit-history.exp: Add test case to check that
16302 an unlimited history file does not get truncated on exit.
16303
e6c693af
AA
163042015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
16305
16306 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
16307 (VECTOR): New macro. Use it...
16308 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
16309 ...for these typedefs.
16310 (int8, char1, int1, double1): New typedefs.
16311 (struct just_int2, struct two_int2): New structures.
16312 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
16313 (add_structvecs, add_singlevecs): New functions.
16314 (main): Call add_some_intvecs twice.
16315 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
16316 the compile and exit upon failure. Try compiling for the "native"
16317 architecture. Test inferior function calls with vector arguments
16318 and vector return value handling with "finish" and "return".
16319
c74f7d1c
JT
163202015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
16321
16322 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
16323 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
16324 PE file.
16325 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
16326
98aa42ee
AT
163272015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
16328
16329 PR breakpoints/16465
16330 * gdb.mi/mi-dprintf-pending.c: New file.
16331 * gdb.mi/mi-dprintf-pending.exp: New test.
16332 * gdb.mi/mi-dprintf-pendshr.c: New file.
16333
7d73c23c 163342015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
72f4393d 16335 Mircea Gherzan <mircea.gherzan@intel.com>
7d73c23c
WT
16336
16337 * gdb.arch/i386-mpx-map.c: New file.
16338 * gdb.arch/i386-mpx-map.exp: New File.
16339
163402015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
16341
16342 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
16343 * gdb.arch/i386-mpx.exp: Indentation fixed.
16344
163452015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
16346
16347 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
16348 function and improved indentation.
16349 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
16350 gdb_test_multiple. Added additional tests to skip the test.
16351
163522015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
16353
16354 * gdb.arch/i386-avx512.c: Change path in include file.
16355 * gdb.arch/i386-avx512.exp: Change include dir path
16356 compilation flag.
16357 * gdb.arch/i386-mpx.c: Change path in include file.
16358 * gdb.arch/i386-mpx.exp: Change include dir path compilation
16359 flag.
16360
d5eba19a
JK
163612015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
16362
16363 * gdb.compile/compile-print.exp (compile print *vararray@3)
16364 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
16365
7f361056
JK
163662015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
16367
16368 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
16369 (do not keep jit in memory): ... this.
16370 (expect 5): Change it to ...
16371 (expect no 5): ... this.
16372
3b462ec2
SM
163732015-06-02 Simon Marchi <simon.marchi@ericsson.com>
16374
16375 PR gdb/15564
16376 * gdb.mi/mi-detach.exp: New file.
16377
e0619de6
JK
163782015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
16379
16380 PR symtab/18392
16381 * gdb.arch/amd64-tailcall-self.S: New file.
16382 * gdb.arch/amd64-tailcall-self.c: New file.
16383 * gdb.arch/amd64-tailcall-self.exp: New file.
16384
e970cb34
DB
163852015-05-28 Don Breazeal <donb@codesourcery.com>
16386
16387 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
16388 tests for remote targets by checking is_target_gdbserver.
16389
b2e2f908
DE
163902015-05-27 Doug Evans <dje@google.com>
16391
16392 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
16393 * gdb.dwarf2/opaque-type-lookup.c: New file.
16394 * gdb.dwarf2/opaque-type-lookup.exp: New file.
16395
82c7be31
DE
163962015-05-26 Doug Evans <dje@google.com>
16397
16398 * gdb.cp/iostream.cc: New file.
16399 * gdb.cp/iostream.exp: New file.
16400
b4f54984
DE
164012015-05-26 Doug Evans <dje@google.com>
16402
16403 * gdb.dwarf2/dw2-op-call.exp: Update.
16404 * gdb.dwarf2/dw4-sig-types.exp: Update.
16405 * gdb.dwarf2/implptr.exp: Update.
16406 * gdb.mi/mi-cmd-param-changed.exp: Update.
16407
4ea6efe9
DE
164082015-05-26 Doug Evans <dje@google.com>
16409
16410 * gdb.python/py-lazy-string.c: New file.
16411 * gdb.python/py-lazy-string.exp: New file.
16412 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
16413 (main): Update. Add estring3.
16414 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
16415 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
16416
f6bb7db3
YQ
164172015-05-26 Omair Javaid <omair.javaid@linaro.org>
16418 Yao Qi <yao.qi@linaro.org>
16419
16420 * gdb.reverse/aarch64.c: New.
16421 * gdb.reverse/aarch64.exp: New.
16422
a81bfbd0
OJ
164232015-05-26 Omair Javaid <omair.javaid@linaro.org>
16424
25d49b86
PA
16425 * lib/gdb.exp (supports_process_record): Return true for
16426 aarch64*-linux*.
a81bfbd0
OJ
16427 (supports_reverse): Likewise.
16428
158bf1b4
PP
164292015-05-22 Patrick Palka <patrick@parcs.ath.cx>
16430
16431 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
16432 Use with_test_prefix.
16433
a0145030
AB
164342015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
16435
16436 * gdb.base/completion.exp: Add test for completion of layout
16437 names.
16438
ebe3b578
AB
164392015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
16440
16441 * lib/gdb.exp (skip_tui_tests): New proc.
16442 * gdb.base/tui-layout.exp: Check skip_tui_tests.
16443
84204ed7
PA
164442015-05-19 Pedro Alves <palves@redhat.com>
16445
16446 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
16447 Save the whole env array instead of just HOME. Unset HISTSIZE in
16448 the environment while testing. Restore whole environment
16449 afterwards.
16450
37442ce1
DE
164512015-05-16 Doug Evans <xdje42@gmail.com>
16452
16453 * gdb.guile/scm-ports.c: New file.
16454 * gdb.guile/scm-ports.exp: Add memory port tests.
16455
36de76f9
JK
164562015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
16457
16458 * gdb.compile/compile-print.c: New file.
16459 * gdb.compile/compile-print.exp: New file.
16460
3a9558c4
JK
164612015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
16462
16463 * gdb.compile/compile-ops.exp: Cast param to void.
16464 * gdb.compile/compile.exp: Complete type for _gdb_expr.
16465 (compile code struct_object.selffield = &struct_object): Add xfail.
16466
aa715135
JG
164672015-05-15 Joel Brobecker <brobecker@adacore.com>
16468
16469 * gdb.ada/arr_enum_with_gap: New testcase.
16470
931e5bc3
JG
164712015-05-15 Joel Brobecker <brobecker@adacore.com>
16472
16473 * gdb.ada/byte_packed_arr: New testcase.
16474
9cd4d857
JB
164752015-05-15 Joel Brobecker <brobecker@adacore.com>
16476
16477 * gdb.ada/pckd_neg: New testcase.
16478
ebfd00d2
PP
164792015-05-13 Patrick Palka <patrick@parcs.ath.cx>
16480
16481 PR gdb/17820
16482 * gdb.base/gdbinit-history.exp: New test.
16483 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
16484 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
16485
4c082a81
SC
164862015-05-09 Siva Chandra Reddy <sivachandra@google.com>
16487
16488 * gdb.python/py-xmethods.cc: Enhance test case.
16489 * gdb.python/py-xmethods.exp: New tests.
16490 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
16491 function.
16492 (B_indexoper): Likewise.
16493 (global_dm_list) : Add new xmethod worker functions.
16494
f7797074
SDJ
164952015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
16496
16497 * gdb.base/coredump-filter.exp: Correctly unset
16498 "coredump_var_addr" array.
16499
a4674e4e
PA
165002015-05-08 Pedro Alves <palves@redhat.com>
16501
16502 * gdb.server/non-existing-program.exp: Unset spawn_id.
16503
df2eb078
SC
165042015-05-08 Siva Chandra Reddy <sivachandra@google.com>
16505
16506 PR python/18291
16507 * gdb.python/py-xmethods.exp: Add tests.
16508
422349a3
YQ
165092015-05-08 Yao Qi <yao.qi@linaro.org>
16510
16511 PR gdb/18208
16512 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
16513 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
16514 function set_coredump_filter, and remove remote_exec call.
16515 Remove argument ipid. Callers update.
16516 (top level): Don't get inferior's PID.
16517
63fc80ce
AA
165182015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
16519
16520 * gdb.base/watch_thread_num.exp: Skip test on targets without
16521 access watchpoints.
16522
80ad801e
PA
165232015-05-06 Pedro Alves <palves@redhat.com>
16524
16525 PR server/18081
16526 * gdb.server/non-existing-program.exp: New file.
16527
0fa7fe50
JB
165282015-05-05 Joel Brobecker <brobecker@adacore.com>
16529
16530 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
16531
3ea89b92
PMR
165322015-05-05 Joel Brobecker <brobecker@adacore.com>
16533
16534 * gdb.ada/out_of_line_in_inlined: New testcase.
16535
87b8eff0
JB
165362015-05-05 Joel Brobecker <brobecker@adacore.com>
16537
16538 * gdb.ada/var_rec_arr: New testcase.
16539
5fccc635
YQ
165402015-04-30 Yao Qi <yao.qi@linaro.org>
16541
16542 * gdb.base/break-idempotent.exp: If
16543 skip_hw_watchpoint_multi_tests returns true, skip the tests
16544 on "rwatch" and "awatch".
16545
42d38f42
YQ
165462015-04-30 Yao Qi <yao.qi@linaro.org>
16547
16548 * gdb.base/relativedebug.exp: Invoke gdb command
16549 "info sharedlibrary", and if libc.so doesn't have debug info,
16550 skip the test.
16551
2ce1cdbf
DE
165522015-04-29 Doug Evans <dje@google.com>
16553
16554 * gdb.python/py-xmethods.exp: Add ptype tests.
16555 * gdb.python/py-xmethods.py (E_method_char_worker): Add
16556 get_result_type method.
16557
f24a38c5
LM
165582015-04-29 Luis Machado <lgustavo@codesourcery.com>
16559
16560 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
16561 the target does not support hardware watchpoints.
16562
ecbf2b3c
LM
165632015-04-29 Luis Machado <lgustavo@codesourcery.com>
16564
16565 * gdb.base/break-always.exp: Abort testing if writing to memory
16566 causes an error.
16567
34f5f757
DE
165682015-04-28 Doug Evans <dje@google.com>
16569
16570 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
16571 * gdb.python/py-pp-registration.exp: ... here. New file.
16572 * gdb.python/py-pp-registration.c: New file.
16573 * gdb.python/py-pp-registration.py: New file.
16574
69b4374a
DE
165752015-04-28 Doug Evans <dje@google.com>
16576
16577 * gdb.python/py-bad-printers.c: New file.
16578 * gdb.python/py-bad-printers.py: New file.
16579 * gdb.python/py-bad-printers.exp: New file.
16580
59fb7612
SS
165812015-04-28 Sasha Smundak <asmundak@google.com>
16582
16583 * gdb.python/py-type.exp: New test.
16584
2631b16a
AW
165852015-04-28 Andy Wingo <wingo@igalia.com>
16586
16587 * gdb.python/py-parameter.exp:
16588 * gdb.guile/scm-parameter.exp: Escape the path that we are
16589 matching against, as it might contain characters that are special
16590 to regular expressions.
16591
460efde1
JB
165922015-04-27 Joel Brobecker <brobecker@adacore.com>
16593
16594 * gdb.ada/rec_comp: New testcase.
16595
2d369d8e
SDJ
165962015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
16597
16598 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
16599 before using it.
16600
cf75d6c3
AB
166012015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
16602
16603 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
16604 new tests for verilog output.
16605
8dbe7ca5
YQ
166062015-04-24 Yao Qi <yao.qi@linaro.org>
16607
16608 * boards/remote-gdbserver-on-localhost.exp: New file.
16609
4ef9fb2f
PA
166102015-04-23 Pedro Alves <palves@redhat.com>
16611
16612 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
16613 $inferior_spawn_id instead of $inferior_spawn_id directly. On
16614 "end of file", remove $inferior_spawn_id from the indirect list.
16615
0a803169
PA
166162015-04-23 Pedro Alves <palves@redhat.com>
16617
16618 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
16619
749ef8f8
PA
166202015-04-23 Pedro Alves <palves@redhat.com>
16621
16622 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
16623 on $any_spawn_id instead of only on $gdb_spawn_id.
16624
8aae4344
PM
166252015-04-21 Pierre Muller <muller@sourceware.org>
16626
16627 PR pascal/17815
16628 * lib/pascal.exp (gpc_compile): Add new option "class".
16629 (fpc_compile): Likewise.
16630 * gdb.pascal/case-insensitive-symbols.pas: New file.
16631 * gdb.pascal/case-insensitive-symbols.exp: New file.
16632
1586c8fb
GB
166332015-04-20 Gary Benson <gbenson@redhat.com>
16634
16635 * gdb.base/attach.exp: Fix three extended remote failures.
16636
1b6e6f5c
GB
166372015-04-17 Gary Benson <gbenson@redhat.com>
16638
16639 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
16640 the main executable over the remote protocol.
16641
e797481d
PA
166422015-04-16 Pedro Alves <palves@redhat.com>
16643
16644 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
16645 a new gdbserver if gdbserver_reconnect_p is set.
16646
1ca99c42
PA
166472015-04-16 Pedro Alves <palves@redhat.com>
16648
16649 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
16650 is set, don't exit gdbserver.
16651
af9fd6f8
AA
166522015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
16653
16654 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
16655 appropriate .insn, such that an older assembler can be used.
16656 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
16657 the z/Architecture instruction set on 31-bit targets as well.
16658
04ff1e61
AA
166592015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
16660
16661 * gdb.go/handcall.exp: Remove all logic related to the first
16662 breakpoint and rely on go_runto_main instead.
16663 * gdb.go/strings.exp: Likewise.
16664 * gdb.go/unsafe.exp: Likewise.
16665 * gdb.go/hello.exp: Likewise. Also rename the remaining
16666 breakpoint marker to "breakpoint 1".
16667 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
16668 * gdb.go/strings.go: Likewise.
16669 * gdb.go/unsafe.go: Likewise.
16670 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
16671 "set breakpoint 2 here" and rename the remaining breakpoint marker
16672 to "breakpoint 1".
16673
40d2f8d6
SM
166742015-04-15 Simon Marchi <simon.marchi@ericsson.com>
16675
16676 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
16677 if itertools.imap is not present.
16678 * gdb.python/py-objfile.exp: Add parentheses.
16679 * gdb.python/py-type.exp: Same.
16680 * gdb.python/py-unwind-maint.py: Same.
16681
8cbc97c6
YQ
166822015-04-15 Yao Qi <yao.qi@linaro.org>
16683
16684 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
16685 of ":$ptr_size" and set its form explicitly.
16686
45fd756c
YQ
166872015-04-15 Pedro Alves <palves@redhat.com>
16688 Yao Qi <yao.qi@linaro.org>
16689
16690 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
16691 timeout by factor of 4.
16692 (test_regular_watch): Likewise.
16693 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
16694 * gdb.reverse/sigall-reverse.exp: Likewise.
16695 * gdb.reverse/until-precsave.exp: Likewise.
16696 * lib/gdb.exp (with_timeout_factor): New proc.
16697 (gdb_expect): Move some code to ...
16698 (get_largest_timeout): ... here. New procedure.
16699
9e811bc3
LM
167002015-04-14 Luis Machado <lgustavo@codesourcery.com>
16701
16702 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
16703
0ff6fcb2
LM
167042015-04-13 Luis Machado <lgustavo@codesourcery.com>
16705
16706 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
16707 to write to the .text section.
16708
7578d5f7
LM
167092015-04-13 Luis Machado <lgustavo@codesourcery.com>
16710
16711 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
16712 Handle the case of targets that do not provide PID information.
16713
2efe15c4
YQ
167142015-04-13 Yao Qi <yao.qi@linaro.org>
16715
16716 * lib/gdbserver-support.exp (gdb_exit): Catch exception
16717 and use expect instead of gdb_expect.
16718
8cd8f2f8
SDJ
167192015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
16720
16721 * gdb.base/coredump-filter.exp: Rename variable "addr" to
16722 "coredump_var_addr" to avoid naming conflict with other testcases.
16723
9ee41772
PA
167242015-04-10 Pedro Alves <palves@redhat.com>
16725
16726 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
16727 gdb_test_sequence and gdb_assert.
16728
07473109
PA
167292015-04-10 Pedro Alves <palves@redhat.com>
16730
16731 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
16732 test messages that don't include the breakpoint address.
16733
de3db44c
YQ
167342015-04-10 Yao Qi <yao.qi@linaro.org>
16735
16736 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
16737 false for some offset and width combinations which aren't
16738 supported by linux kernel.
16739
c79d856c
PA
167402015-04-10 Pedro Alves <palves@redhat.com>
16741
16742 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
16743 procedure, factored out from ...
16744 (top level): ... here. Add "set displaced-stepping" testing axis.
16745 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
16746 parameter "displaced". Use it.
16747 (top level): Use foreach and add "set displaced-stepping" testing
16748 axis.
16749
ebc90b50
PA
167502015-04-10 Pedro Alves <palves@redhat.com>
16751
16752 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
16753 Remove comment.
16754 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
16755 both the address of the instruction that triggers the watchpoint
16756 and the address of the instruction immediately after, and use
16757 those addresses for the test. Fix comment.
16758
8f572e5c
PA
167592015-04-10 Pedro Alves <palves@redhat.com>
16760
16761 * gdb.base/sigstep.exp (breakpoint_to_handler)
16762 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
16763 Test "backtrace" in handler.
16764 (breakpoint_over_handler): New parameter 'displaced'. Use it.
16765 (top level): Add new "displaced" test axis to
16766 breakpoint_to_handler, breakpoint_to_handler_entry and
16767 breakpoint_over_handler.
16768
8d707a12
PA
167692015-04-10 Pedro Alves <palves@redhat.com>
16770
16771 PR gdb/18216
16772 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
16773
ef713951
YQ
167742015-04-10 Yao Qi <yao.qi@linaro.org>
16775
16776 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
16777 (test_add_rn_pc): New function.
16778 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
16779 (top level): Invoke test_add_rn_pc.
16780
906d60cf
PA
167812015-04-10 Pedro Alves <palves@redhat.com>
16782
16783 PR gdb/13858
16784 * gdb.base/step-over-no-symbols.exp: New file.
16785
f2983cc3
AW
167862015-04-09 Andy Wingo <wingo@igalia.com>
16787
16788 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
16789 after the Python tests.
16790
6d62641c
SDJ
167912015-04-08 Keith Seitz <keiths@redhat.com>
16792
16793 PR python/16699
16794 * gdb.python/py-completion.exp: New tests for completion.
16795 * gdb.python/py-completion.py (CompleteLimit1): New class.
16796 (CompleteLimit2): Likewise.
16797 (CompleteLimit3): Likewise.
16798 (CompleteLimit4): Likewise.
16799 (CompleteLimit5): Likewise.
16800 (CompleteLimit6): Likewise.
16801 (CompleteLimit7): Likewise.
16802
f3770638
PA
168032015-04-08 Pedro Alves <palves@redhat.com>
16804
16805 PR gdb/18214
16806 PR gdb/18216
16807 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
16808 function.
16809 (main): Install it as SIGUSR1 handler.
16810 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
16811 parameter. Always use "setup" as prefix. Toggle "set
16812 displaced-stepping" off/on depending on global. Don't switch to
16813 thread 1 here.
16814 (top level): Add displaced stepping "off/on" test axis. Update
16815 "setup" calls. Wrap each subtest with with_test_prefix. Test
16816 continuing with a queued signal in each thread.
16817
4496bed7
PA
168182015-04-08 Pedro Alves <palves@redhat.com>
16819
16820 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
16821 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
16822 gdb_breakpoint instead of gdb_test that doesn't expect anything.
16823 Return early if running to main fails.
16824 * gdb.trace/while-stepping.exp: Likewise.
16825
b97fde92
PA
168262015-04-07 Pedro Alves <palves@redhat.com>
16827
16828 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
16829 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
16830 interact with inferior program.
16831
f71c18e7
PA
168322015-04-07 Pedro Alves <palves@redhat.com>
16833
16834 * lib/gdb.exp (inferior_spawn_id): New global.
16835 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
16836 spawn id after processing the user code.
16837 (default_gdb_start): Set inferior_spawn_id.
16838 (send_inferior): New procedure.
16839 * lib/gdbserver-support.exp (gdbserver_start): Set
16840 inferior_spawn_id.
16841 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
16842
6423214f
PA
168432015-04-07 Pedro Alves <palves@redhat.com>
16844
16845 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
16846 * lib/gdbserver-support.exp (gdbserver_start): Make
16847 $server_spawn_id global.
16848 (gdbserver_start): Don't wait for gdbserver's spawn id with
16849 expect_background.
16850 (close_gdbserver): New procedure.
16851 (gdb_exit): Rename the default version and reimplement.
16852
71c0ee8c
PA
168532015-04-07 Pedro Alves <palves@redhat.com>
16854
72f4393d 16855 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
71c0ee8c
PA
16856 append the substituted item, not the original item.
16857
203bc29b
PA
168582015-04-07 Pedro Alves <palves@redhat.com>
16859
16860 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
16861 gdb_expect.
16862
508a3ddf
PA
168632015-04-07 Pedro Alves <palves@redhat.com>
16864
16865 * gdb.base/interrupt.exp: Don't handle the case of the inferior
16866 output appearing once only.
16867
9f6dbe2b
PA
168682015-04-07 Pedro Alves <palves@redhat.com>
16869
16870 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
16871 that doesn't expect anything. Return early if running to main
16872 fails.
16873
337532fa
YQ
168742015-04-07 Yao Qi <yao.qi@linaro.org>
16875
16876 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
16877 (child_function): Call alarm.
16878 (main): Move call to alarm into the loop.
16879 * gdb.threads/non-stop-fair-events.exp: Build program with
16880 -DTIMEOUT=$timeout.
16881
01b622d4
DE
168822015-04-06 Doug Evans <xdje42@gmail.com>
16883
16884 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
16885 Fix dest parameter to board_info.
16886 (fpc_compile): Ditto.
16887 (gdb_compile_pascal): Rename dest arg to destfile.
16888
961f4160
PMR
168892015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
16890
16891 * gdb.ada/funcall_ref.exp: New file.
16892 * gdb.ada/funcall_ref/foo.adb: New file.
16893
cafda597
YQ
168942015-04-02 Yao Qi <yao.qi@linaro.org>
16895
16896 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
16897 is remote.
16898
fed040c6
GB
168992015-04-02 Gary Benson <gbenson@redhat.com>
16900
16901 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
16902
d11916aa
SS
169032015-04-01 Sasha Smundak <asmundak@google.com>
16904
16905 * gdb.python/py-unwind-maint.c: New file.
16906 * gdb.python/py-unwind-maint.exp: New test.
16907 * gdb.python/py-unwind-maint.py: New file.
16908 * gdb.python/py-unwind.c: New file.
16909 * gdb.python/py-unwind.exp: New test.
16910 * gdb.python/py-unwind.py: New test.
16911
a1471180
PA
169122015-04-01 Pedro Alves <palves@redhat.com>
16913
16914 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
16915 to fail instead of non-existent $test.
16916
0bbeccb1
PA
169172015-04-01 Pedro Alves <palves@redhat.com>
16918
16919 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
16920 GDBFLAGS if not empty.
16921
3c724c8c
PMR
169222015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
16923
16924 * gdb.ada/complete.exp: Remove "multi_line".
16925 * gdb.ada/info_exc.exp: Remove "multi_line".
16926 * gdb.ada/packed_tagged.exp: Remove "multi_line".
16927 * gdb.ada/ptype_field.exp: Remove "multi_line".
16928 * gdb.ada/sym_print_name.exp: Remove "multi_line".
16929 * gdb.ada/tagged.exp: Remove "multi_line".
16930 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
16931 [multi_line ...]
16932 * gdb.btrace/delta.exp: Likewise.
16933 * gdb.btrace/exception.exp: Likewise.
16934 * gdb.btrace/function_call_history.exp: Likewise.
16935 * gdb.btrace/instruction_history.exp: Likewise.
16936 * gdb.btrace/nohist.exp: Likewise.
16937 * gdb.btrace/record_goto.exp: Likewise.
16938 * gdb.btrace/segv.exp: Likewise.
16939 * gdb.btrace/stepi.exp: Likewise.
16940 * gdb.btrace/tailcall.exp: Likewise.
16941 * gdb.btrace/unknown_functions.exp: Likewise.
16942 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
16943 * lib/gdb.exp: Add the "multi_line" helper.
16944
4eec2deb
PA
169452015-04-01 Pedro Alves <palves@redhat.com>
16946
16947 * gdb.threads/tid-reuse.c: New file.
16948 * gdb.threads/tid-reuse.exp: New file.
16949
df8411da
SDJ
169502015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
16951
16952 PR corefiles/16092
16953 * gdb.base/coredump-filter.c: New file.
16954 * gdb.base/coredump-filter.exp: Likewise.
16955
6ef37366
PM
169562015-03-27 Petr Machata <pmachata@redhat.com>
16957
16958 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
16959 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
16960 (Dwarf::assemble): Initialize them.
16961 (Dwarf::lines): New function.
16962
7ec911b0
JT
169632015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
16964
16965 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
16966 SYMBOL_PREFIX for x86_64-*-cygwin.
16967
ff908ebf
AW
169682015-03-26 Andy Wingo <wingo@igalia.com>
16969
16970 PR symtab/18148
16971 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
16972 const_value but not a location.
16973 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
16974 location defined in non-main CUs are visible.
16975
6d5f0679
YQ
169762015-03-26 Yao Qi <yao.qi@linaro.org>
16977
16978 PR testsuite/18139
16979 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
16980 Add a line number entry for the same line.
16981 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
16982 Add a line number entry for the same line.
16983
2898689b
YQ
169842015-03-26 Yao Qi <yao.qi@linaro.org>
16985
16986 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
16987 .int 0.
16988 (func): Likewise. Add .Lfunc_1 label.
16989 Use .Lfunc_1 label.
16990 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
16991 .int 0.
16992 (func): Likewise.
16993 Use .Lfunc_1 label.
16994
85180498
YQ
169952015-03-26 Yao Qi <yao.qi@linaro.org>
16996
16997 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
16998 Call gdb_compile instead to compile each .s files without debug
16999 information.
17000
8aa08a8d
YQ
170012015-03-26 Yao Qi <yao.qi@linaro.org>
17002
17003 * gdb.base/savedregs.exp (process_saved_regs): Make
17004 "Saved registers:" optional in the pattern.
17005
66849923
MM
170062015-03-25 Markus Metzger <markus.t.metzger@intel.com>
17007
17008 * gdb.btrace/next.exp: Merged into step.exp.
17009 * gdb.btrace/finish.exp: Merged into step.exp.
17010 * gdb.btrace/nexti.exp: Merged into stepi.exp.
17011 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
17012 "record goto" and checking the exact replay position.
17013 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
17014 check for "Recording format" in "info record" output.
17015 * gdb.btrace/record_goto.exp: Choose test file based on target.
17016 * gdb.btrace/x86-record_goto.S: Renamed into ...
17017 * gdb.btrace/x86_64-record_goto.S: ... this.
17018 * gdb.btrace/i686-record_goto.S: New.
17019 * gdb.btrace/x86-tailcall.S: Renamed into ...
17020 * gdb.btrace/x86_64-tailcall.S: ... this.
17021 * gdb.btrace/i686-tailcall.S: New.
17022 * gdb.btrace/x86-tailcall.c: Renamed into ...
17023 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
17024 separate statements. Update test.
17025 * gdb.btrace/delta.exp: Use record_goto.c as test file.
17026 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
17027 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
17028 * gdb.btrace/tailcall.exp: Choose test file based on target.
17029 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
17030
11cc1b74
MM
170312015-03-25 Markus Metzger <markus.t.metzger@intel.com>
17032
17033 * gdb.btrace/exception.exp: Increase BTS buffer size.
17034
a25d8bf9
PA
170352015-03-24 Pedro Alves <palves@redhat.com>
17036
17037 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
17038
856e7dd6
PA
170392015-03-24 Pedro Alves <palves@redhat.com>
17040
17041 * gdb.threads/schedlock.exp (test_step): No longer expect that
17042 "set scheduler-locking step" with "next" over a function call runs
17043 threads unlocked.
17044
ad235a41
AT
170452015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
17046
17047 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
17048
15630549
AT
170492015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
17050
17051 PR breakpoints/16466
17052 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
17053 * gdb.mi/mi-pending.c (thread_func): New function.
17054 (int main): Add threading support required.
17055 * gdb.mi/mi-pending.exp: Add tests for this issue.
17056 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
17057 (pendfunc2): Remove stdio dependency.
17058 * gdb.mi/mi-pendshr2.c: New file.
17059
693dca06
KS
170602015-03-23 Keith Seitz <keiths@redhat.com>
17061
17062 * gdb.linespec/keywords.c: New file.
17063 * gdb.linespec/keywords.exp: New file.
17064
7e993ebf
KS
170652015-03-23 Keith Seitz <keiths@redhat.com>
17066
17067 PR gdb/18021
17068 * gdb.dwarf2/staticvirtual.exp: New test.
17069
bc23328c
JK
170702015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
17071
17072 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
17073 * README: Remove HP-UX and gdb.hp.
17074 (configuration):
17075 * configure: Regenerate.
17076 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
17077 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
17078 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
17079 gdb.hp/gdb.defects/Makefile.
17080 * gdb.hp/Makefile.in: File deleted.
17081 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
17082 * gdb.hp/gdb.aCC/optimize.c: File deleted.
17083 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
17084 * gdb.hp/gdb.aCC/run.c: File deleted.
17085 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
17086 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
17087 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
17088 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
17089 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
17090 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
17091 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
17092 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
17093 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
17094 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
17095 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
17096 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
17097 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
17098 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
17099 * gdb.hp/gdb.base-hp/reg.s: File deleted.
17100 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
17101 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
17102 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
17103 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
17104 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
17105 * gdb.hp/gdb.compat/Makefile.in: File deleted.
17106 * gdb.hp/gdb.compat/average.c: File deleted.
17107 * gdb.hp/gdb.compat/sum.c: File deleted.
17108 * gdb.hp/gdb.compat/xdb.c: File deleted.
17109 * gdb.hp/gdb.compat/xdb0.c: File deleted.
17110 * gdb.hp/gdb.compat/xdb0.h: File deleted.
17111 * gdb.hp/gdb.compat/xdb1.c: File deleted.
17112 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
17113 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
17114 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
17115 * gdb.hp/gdb.defects/Makefile.in: File deleted.
17116 * gdb.hp/gdb.defects/bs14602.c: File deleted.
17117 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
17118 * gdb.hp/gdb.defects/solib-d.c: File deleted.
17119 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
17120 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
17121 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
17122 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
17123 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
17124 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
17125 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
17126 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
17127 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
17128 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
17129 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
17130 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
17131 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
17132 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
17133 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
17134 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
17135 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
17136 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
17137 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
17138 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
17139 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
17140 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
17141 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
17142 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
17143 * gdb.hp/tools/odump: File deleted.
17144
8bf3b159
PA
171452015-03-19 Pedro Alves <palves@redhat.com>
17146
17147 * gdb.threads/continue-pending-status.exp (saw_thread_2)
17148 (saw_thread_3): New globals.
17149 (top level): Increment them when an event for the corresponding
17150 thread is seen.
17151 (no thread starvation): New test.
17152
eb54c8bf
PA
171532015-03-19 Pedro Alves <palves@redhat.com>
17154
17155 * gdb.threads/continue-pending-status.c: New file.
17156 * gdb.threads/continue-pending-status.exp: New file.
17157
32d2e5d6
PA
171582015-03-18 Pedro Alves <palves@redhat.com>
17159
17160 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
17161 Use gdb_is_target_remote instead of is_remote. Use
17162 gdb_test_multiple instead of gdb_expect. Exit early if
17163 gdb_test_multiple hits its internal matches. Tighten stepi tests
17164 expected output. Fail on exit with any signal, instead of just
17165 SIGILL.
17166
f68f11b7
YQ
171672015-03-18 Yao Qi <yao.qi@linaro.org>
17168
17169 PR tdep/18107
17170 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
17171 variable.
17172 * gdb.base/catch-syscall.exp: Don't skip it on
17173 aarch64*-*-linux* target. Remove elements in all_syscalls.
17174 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
17175 target.
17176 (setup_all_syscalls): New proc.
17177
ca5fd19b
YQ
171782015-03-16 Yao Qi <yao.qi@linaro.org>
17179
17180 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
17181 (top level): Skip tests if valid_addr_p returns false for
17182 $cmd1 or $cmd2.
17183
85642ba0
AW
171842015-03-11 Andy Wingo <wingo@igalia.com>
17185
17186 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
17187
e03f9645
YQ
171882015-03-11 Yao Qi <yao.qi@linaro.org>
17189
17190 * gdb.base/catch-syscall.exp: Fix typo in comments.
17191
5d0962b2
YQ
171922015-03-11 Yao Qi <yao.qi@linaro.org>
17193
17194 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
17195
b2df3cef
PA
171962015-03-09 Pedro Alves <palves@redhat.com>
17197
17198 * dg-extract-results.py: Delete.
17199
ef878e53
PA
172002015-03-09 Pedro Alves <palves@redhat.com>
17201
17202 Merge dg-extract-results.sh from GCC upstream (r218843).
17203
17204 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
17205 * dg-extract-results.sh: Use --text with grep to avoid issues with
17206 binary files. Fall back to cat -v, if that doesn't work.
17207
9494d219
PA
172082015-03-05 Pedro Alves <palves@redhat.com>
17209
17210 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
17211
a8d9763a
SM
172122015-03-04 Simon Marchi <simon.marchi@ericsson.com>
17213
17214 * lib/mi-support.exp (mi_expect_interrupt): Accept
17215 alternative event for when in all-stop mode.
17216
be9957b8
PA
172172015-03-04 Pedro Alves <palves@redhat.com>
17218
17219 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
17220
d57be0f4 172212015-03-04 Mark Kettenis <kettenis@gnu.org>
4727d613
MK
17222
17223 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
17224
c214c7cf
AA
172252015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
17226
17227 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
17228 regexps for GDB's current line display, accept a hex address
17229 preceding the line number.
17230
6d74a497
AA
172312015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
17232
17233 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
17234 the 'arch1' variable for "s390*-linux*" targets.
17235
511aee7c
PA
172362015-03-04 Pedro Alves <palves@redhat.com>
17237
17238 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
17239 (main): Pass missing retval argument to pthread_join call.
17240
95e50b27
PA
172412015-03-02 Pedro Alves <palves@redhat.com>
17242
17243 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
17244 (top level): Call do_test with non-stop as well.
17245
28054d69
PA
172462015-03-02 Pedro Alves <palves@redhat.com>
17247
17248 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
17249 -1.
17250
4fa5d7b4
AA
172512015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
17252
17253 * gdb.arch/s390-vregs.exp: New test.
17254 * gdb.arch/s390-vregs.S: New file.
17255
97c18565
PA
172562015-02-27 Pedro Alves <palves@redhat.com>
17257
17258 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
17259 call to catch_command_errors.
17260 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
17261 catch_command_errors.
17262
a37bfa30
PA
172632015-02-27 Pedro Alves <palves@redhat.com>
17264
17265 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
17266 "true" for boolean result.
17267 * gdb.gdb/selftest.exp (test_with_self): Also accept full
17268 prototype of main.
17269
6f98576f
PA
172702015-02-27 Pedro Alves <palves@redhat.com>
17271
17272 * lib/unbuffer_output.c: New file.
17273 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
17274 (main): Call gdb_unbuffer_output.
17275
eba5ab56
YQ
172762015-02-27 Yao Qi <yao.qi@linaro.org>
17277
17278 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
17279 target.
17280
0def5aaa
DE
172812015-02-26 Doug Evans <dje@google.com>
17282
17283 * gdb.cp/class2.cc (Dbase, D): New classes.
17284 (main): New local delta.
17285 * gdb.cp/class2.exp: Test printing delta.
17286 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
17287 (dynbar): New global.
17288 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
17289
081a1c2c
JK
172902015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
17291
17292 * gdb.compile/compile-ifunc.c: New file.
17293 * gdb.compile/compile-ifunc.exp: New file.
17294
2f41223f
AT
172952015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
17296
17297 * gdb.base/structs.exp: Check for correct struct on finish.
17298
03eddd80
YQ
172992015-02-26 Yao Qi <yao.qi@linaro.org>
17300
17301 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
17302 is zero.
17303
80c57053
JK
173042015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
17305
17306 * gdb.arch/cordic.ko.bz2: New file.
17307 * gdb.arch/cordic.ko.debug.bz2: New file.
17308 * gdb.arch/ppc64-symtab-cordic.exp: New file.
17309
21613c12
YQ
173102015-02-25 Yao Qi <yao.qi@linaro.org>
17311
17312 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
17313 aarch64*-*-* target.
17314
d8b901ed
PA
173152015-02-23 Pedro Alves <palves@redhat.com>
17316
17317 * lib/gdb.exp (delete_breakpoints): Rewrite using
17318 gdb_test_multiple.
17319
e5b85ead
PA
173202015-02-23 Pedro Alves <palves@redhat.com>
17321
17322 * gdb.base/info-os.c: Include stdlib.h.
17323
85c3a371
DE
173242015-02-22 Doug Evans <xdje42@gmail.com>
17325
17326 PR symtab/17855
17327 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
17328 is read after symbols have been re-read.
17329 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
17330 * gdb.ada/exec_changed/second.adb (Second): Ditto.
17331
96553a0c
DE
173322015-02-21 Doug Evans <dje@google.com>
17333
17334 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
17335
97a0c697
JK
173362015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
17337
17338 PR corefiles/17808
17339 * gdb.arch/i386-biarch-core.core.bz2: New file.
17340 * gdb.arch/i386-biarch-core.exp: New file.
17341
a47cd6e9
PA
173422015-02-21 Pedro Alves <palves@redhat.com>
17343
17344 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
17345 runto_main fails.
17346
c5facdc4
PA
173472015-02-20 Pedro Alves <palves@redhat.com>
17348
17349 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
17350 info probes.
17351
2db9a427
PA
173522015-02-20 Pedro Alves <palves@redhat.com>
17353
17354 * gdb.threads/multi-create-ns-info-thr.exp: New file.
17355
60fb7e9e
PA
173562015-02-20 Pedro Alves <palves@redhat.com>
17357
17358 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
17359 clean_restart before gdb_target_supports_trace.
17360
5c5019c2
PA
173612015-02-20 Pedro Alves <palves@redhat.com>
17362
17363 PR threads/18006
17364 * gdb.threads/clone-thread_db.c: New file.
17365 * gdb.threads/clone-thread_db.exp: New file.
17366
c9587f88
AT
173672015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
17368
17369 PR breakpoints/16812
17370 * gdb.base/catch-gdb-caused-signals.c: New file.
17371 * gdb.base/catch-gdb-caused-signals.exp: New file.
17372
f6a88844
JM
173732015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
17374
17375 * configure: Regenerated.
17376 * configure.ac: Use GDB_AC_TRANSFORM.
17377 * aclocal.m4: sinclude ../transform.m4.
17378
497c491b
JM
173792015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
17380
17381 * lib/dtrace.exp: New file.
17382 * gdb.base/dtrace-probe.exp: Likewise.
17383 * gdb.base/dtrace-probe.d: Likewise.
17384 * gdb.base/dtrace-probe.c: Likewise.
17385 * lib/pdtrace.in: Likewise.
17386 * configure.ac: Output variables with the transformed names of
17387 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
17388 * configure: Regenerated.
17389
03e98035
JM
173902015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
17391
17392 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
17393 expected message when trying to access $_probe_* convenience
17394 variables while not on a probe.
17395
63cc30e9
JK
173962015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
17397
17398 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
17399
0703599a
PA
174002015-02-11 Pedro Alves <pedro@codesourcery.com>
17401
17402 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
17403 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
17404
7e60a48e
DE
174052015-02-10 Doug Evans <xdje42@gmail.com>
17406
17407 * lib/gdb.exp (gdb_load): Always return a result.
17408
01b088bc
PA
174092015-02-10 Pedro Alves <palves@redhat.com>
17410
17411 * gdb.threads/signal-sigtrap.c: New file.
17412 * gdb.threads/signal-sigtrap.exp: New file.
17413
b05ec7a5
AT
174142015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
17415
17416 * gdb.trace/no-attach-trace.c: New file.
17417 * gdb.trace/no-attach-trace.exp: New file.
17418
a2c2acaf
MW
174192015-02-09 Mark Wielaard <mjw@redhat.com>
17420
17421 * gdb.dwarf2/atomic.c: New file.
17422 * gdb.dwarf2/atomic-type.exp: Likewise.
17423
31fd9caa
MM
174242015-02-09 Markus Metzger <markus.t.metzger@intel.com>
17425
17426 * gdb.btrace/buffer-size.exp: Update "info record" output.
17427 * gdb.btrace/delta.exp: Update "info record" output.
17428 * gdb.btrace/enable.exp: Update "info record" output.
17429 * gdb.btrace/finish.exp: Update "info record" output.
17430 * gdb.btrace/instruction_history.exp: Update "info record" output.
17431 * gdb.btrace/next.exp: Update "info record" output.
17432 * gdb.btrace/nexti.exp: Update "info record" output.
17433 * gdb.btrace/step.exp: Update "info record" output.
17434 * gdb.btrace/stepi.exp: Update "info record" output.
17435 * gdb.btrace/nohist.exp: Update "info record" output.
17436
d33501a5
MM
174372015-02-09 Markus Metzger <markus.t.metzger@intel.com>
17438
17439 * gdb.btrace/buffer-size: New.
17440
f4abbc16
MM
174412015-02-09 Markus Metzger <markus.t.metzger@intel.com>
17442
17443 * gdb.btrace/delta.exp: Update "info record" output.
17444 * gdb.btrace/enable.exp: Update "info record" output.
17445 * gdb.btrace/finish.exp: Update "info record" output.
17446 * gdb.btrace/instruction_history.exp: Update "info record" output.
17447 * gdb.btrace/next.exp: Update "info record" output.
17448 * gdb.btrace/nexti.exp: Update "info record" output.
17449 * gdb.btrace/step.exp: Update "info record" output.
17450 * gdb.btrace/stepi.exp: Update "info record" output.
17451 * gdb.btrace/nohist.exp: Update "info record" output.
17452
b9d61307
SM
174532015-02-06 Simon Marchi <simon.marchi@ericsson.com>
17454
17455 PR gdb/15678
17456 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
17457
e584fdbc
PA
174582015-02-06 Pedro Alves <palves@redhat.com>
17459
17460 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
17461 macro.
17462 (seconds_left, again): New globals.
17463 (main): Wait seconds_left in a 1-second sleep loop instead of
17464 sleeping 180 seconds. If 'again' is set, reset the seconds
17465 counter.
17466 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
17467 'again' in the inferior before detaching. Print the seconds left.
17468 (options): New global.
17469 (top level): Build program with -DTIMEOUT=$timeout.
17470
77f41761
PA
174712015-02-06 Pedro Alves <palves@redhat.com>
17472
17473 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
17474 determine how many seconds to pass to 'alarm'.
17475 * gdb.base/gdb-sigterm.exp (top level): Build program with
17476 -DTIMEOUT=$timeout.
17477 (do_test): Return success/failure indication. Add more verbose
17478 logging. Don't fail if 200 single steps are seen. Instead, fail
17479 when the test times out.
17480 (passes): New global.
17481 (top level): Break the testing loop if testing fails on any
17482 iteration. Use gdb_assert.
17483
b9394193
DB
174842015-02-04 Don Breazeal <donb@codesourcery.com>
17485
17486 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
17487 and initialize them.
17488 (ipc_cleanup): New function.
17489 (main): Don't declare shmid, semid, and msqid. Add a call to
17490 atexit so that we call ipc_cleanup on exit.
17491
42d9e528
PA
174922015-02-04 Pedro Alves <palves@redhat.com>
17493
17494 * boards/native-extended-gdbserver.exp: Remove any target variant
17495 specifications from the board name before clearing the isremote
17496 flag from board_info.
17497
ae6ae975
DE
174982015-01-31 Doug Evans <xdje42@gmail.com>
17499
17500 * gdb.base/maint.exp <maint print type argc>: Update expected output.
17501
cfb069a8
GB
175022015-01-31 Gary Benson <gbenson@redhat.com>
17503
17504 * gdb.base/completion.exp: Disable completion limiting for
17505 existing tests. Add new tests to check completion limiting.
17506 * gdb.linespec/ls-errs.exp: Disable completion limiting.
17507
5dd31d79
DE
175082015-01-31 Doug Evans <xdje42@gmail.com>
17509
17510 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
17511
9f050062
DE
175122015-01-31 Doug Evans <xdje42@gmail.com>
17513
17514 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
17515 entries. Duplicate file section script entries.
17516 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
17517 inlined entries. Add test for safe-path rejection.
17518 * gdb.python/py-section-script.c: Add duplicate inlined section script
17519 entries. Duplicate file section script entries.
17520 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
17521 inlined entries. Add test for safe-path rejection.
17522
df25ebbd
JB
175232015-01-29 Joel Brobecker <brobecker@adacore.com>
17524
17525 * gdb.ada/disc_arr_bound: New testcase.
17526
4a0ca9ec
JB
175272015-01-29 Joel Brobecker <brobecker@adacore.com>
17528
17529 * gdb.ada/mi_var_array: New testcase.
17530
3a8b707a
DE
175312015-01-27 Doug Evans <dje@google.com>
17532
17533 * gdb.python/py-objfile.exp: Add tests for objfile.username.
17534 Add test for objfile.filename, objfile.username after objfile
17535 has been unloaded.
17536
f8313f6e
JB
175372015-01-26 Joel Brobecker <brobecker@adacore.com>
17538
17539 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
17540 the second test to print the name attribute of value
17541 returned by the call to gdb.lookup_type, and adjust
17542 the expected output accordingly.
17543
37bc665e
MW
175442015-01-25 Mark Wielaard <mjw@redhat.com>
17545
17546 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
17547 * gdb.base/disp-step-fork.c: Include unistd.h.
17548 * gdb.base/siginfo-obj.c: Include stdio.h.
17549 * gdb.base/siginfo-thread.c: Likewise.
17550 * gdb.mi/non-stop.c: Include unistd.h.
17551 * gdb.mi/nsthrexec.c: Include stdio.h.
17552 * gdb.mi/pthreads.c: Include unistd.h.
17553 * gdb.modula2/unbounded1.c (main): Declare returns int.
17554 * gdb.reverse/consecutive-reverse.c: Likewise.
17555 * gdb.threads/create-fail.c: Include unistd.h.
17556 * gdb.threads/killed.c: Likewise.
17557 * gdb.threads/linux-dp.c: Likewise.
17558 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
17559 * gdb.threads/non-ldr-exc-2.c: Likewise.
17560 * gdb.threads/non-ldr-exc-3.c: Likewise.
17561 * gdb.threads/non-ldr-exc-4.c: Likewise.
17562 * gdb.threads/pthreads.c: Include unistd.h.
17563 (main): Declare returns int.
17564 * gdb.threads/tls-main.c (foo): New declaration.
17565 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
17566
f7e5394d
SM
175672015-01-23 Simon Marchi <simon.marchi@ericsson.com>
17568
17569 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
17570 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
17571
743649fd
MW
175722015-01-15 Mark Wielaard <mjw@redhat.com>
17573
17574 * gdb.base/noreturn-return.c: New file.
17575 * gdb.base/noreturn-return.exp: New file.
17576 * gdb.base/noreturn-finish.c: New file.
17577 * gdb.base/noreturn-finish.exp: New file.
17578
198297aa
PA
175792015-01-23 Pedro Alves <palves@redhat.com>
17580
17581 * gdb.threads/continue-pending-after-query.c: New file.
17582 * gdb.threads/continue-pending-after-query.exp: New file.
17583
717cf30c
AG
175842015-01-22 Anders Granlund <anders.granlund@ericsson.com>
17585 Simon Marchi <simon.marchi@ericsson.com>
17586
17587 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
17588 * gdb.base/valgrind-db-attach.exp: Same.
17589 * gdb.base/valgrind-infcall.exp: Same.
17590 * lib/mi-support.exp (default_mi_gdb_start): Same.
17591 * lib/prompt.exp (default_prompt_gdb_start): Same.
17592 * lib/gdb.exp (default_gdb_spawn): Same.
17593 (gdb_interact): New.
17594
17595
4b62a76e
JK
175962015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
17597
17598 * gdb.compile/compile.exp (pointer to jit function): New test.
17599
b4cdae6f
WW
176002015-01-17 Wei-cheng Wang <cole945@gmail.com>
17601
17602 * lib/gdb.exp (supports_process_record): Return true for
17603 powerpc*-*-linux*.
17604 (supports_reverse): Likewise.
17605
d221e7ef
DB
176062015-01-15 Don Breazeal <donb@codesourcery.com>
17607
17608 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
17609 instead of checking whether the target board is remote and
17610 use spawn_wait_for_attach instead of exec/sleep.
17611 * gdb.base/attach-twice.exp: Likewise.
17612
bafffb51
JB
176132015-01-15 Joel Brobecker <brobecker@adacore.com>
17614
17615 * gdb.ada/var_arr_attrs: New testcase.
17616
5589af0e
PA
176172015-01-14 Pedro Alves <palves@redhat.com>
17618 Joel Brobecker <brobecker@adacore.com>
17619
17620 PR gdb/17525
17621 * gdb.base/bp-cmds-execution-x-script.c: New file.
17622 * gdb.base/bp-cmds-execution-x-script.exp: New file.
17623 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
17624
6c400b59
PA
176252015-01-14 Pedro Alves <palves@redhat.com>
17626
17627 PR cli/17828
17628 * gdb.base/batch-preserve-term-settings.c: New file.
17629 * gdb.base/batch-preserve-term-settings.exp: New file.
17630
e02c96a7
DE
176312015-01-13 Doug Evans <dje@google.com>
17632
17633 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
17634 binary.
17635
576fd14c
JB
176362015-01-13 Joel Brobecker <brobecker@adacore.com>
17637
17638 * Makefile.in (clean mostlyclean): Do not delete *.py.
17639
04dccad0
JB
176402015-01-13 Joel Brobecker <brobecker@adacore.com>
17641
17642 * gdb.python/py-lookup-type.exp: New file.
17643
3d230f71
PA
176442015-01-12 Pedro Alves <palves@redhat.com>
17645
17646 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
17647 restore GDBFLAGS before returning.
17648
7e67715d
JK
176492015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
17650
17651 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
17652 is_amd64_regs_target and is_x86_like_target.
17653
f2e0d4b4
DE
176542015-01-11 Doug Evans <xdje42@gmail.com>
17655
17656 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
17657 is given without an explicit form.
17658 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
17659 attributes.
17660 * gdb.dwarf/corrupt.exp: Ditto.
17661 * gdb.dwarf2/enum-type.exp: Ditto.
17662 * gdb.trace/entry-values.exp: Ditto.
17663 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
17664
439250fb
DE
176652015-01-11 Doug Evans <xdje42@gmail.com>
17666
17667 PR gdb/15830
17668 * gdb.base/maint.exp: Remove references to "maint demangle".
17669 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
17670 Add tests for explicitly specifying language to demangle.
17671 * gdb.dlang/demangle.exp: Ditto.
17672
ede9f622
PA
176732015-01-09 Pedro Alves <palves@redhat.com>
17674
17675 * gdb.threads/non-stop-fair-events.c: New file.
17676 * gdb.threads/non-stop-fair-events.exp: New file.
17677
a7b796db
PA
176782015-01-09 Pedro Alves <palves@redhat.com>
17679
17680 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
17681 the global scope. Set a breakpoint after all threads are started
17682 rather than stepping over two source lines. Expect the prompt.
17683 * gdb.base/watch_thread_num.c (threads_started_barrier): New
17684 global.
17685 (NUM): Now 15.
17686 (main): Use threads_started_barrier to wait for all threads to
17687 start. Main thread no longer calls thread_function. Exit after
17688 180 seconds.
17689 (loop): New function.
17690 (thread_function): Wait on threads_started_barrier barrier. Call
17691 'loop' at each iteration.
17692 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
17693 threads have started, instead of hardcoding number of "next"
17694 steps. Use an access watchpoint instead of a write watchpoint.
17695
9665ffdd
PA
176962015-01-09 Pedro Alves <palves@redhat.com>
17697
17698 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
17699 (thread_func): Wait on barrier.
17700 (main): Wait for all threads to start before stopping GDB.
17701 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
17702 global.
17703 (thread1_func, thread2_func): Wait on barrier.
17704 (main): Wait for all threads to start before stopping GDB.
17705 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
17706 New global.
17707 (thread1_func, thread2_func): Wait on barrier.
17708 (main): Wait for all threads to start before stopping GDB.
17709
c945a99f
PA
177102015-01-09 Pedro Alves <palves@redhat.com>
17711
17712 * gdb.threads/attach-many-short-lived-threads.c: New file.
17713 * gdb.threads/attach-many-short-lived-threads.exp: New file.
17714
c1a747c1
PA
177152014-01-09 Pedro Alves <palves@redhat.com>
17716
17717 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
17718 instead of to thread 2.
17719 * gdb.threads/signal-command-multiple-signals-pending.c (main):
17720 Add barrier around each pthread_create call instead of around all
17721 calls.
17722 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
17723 Set a break on thread_function and have the child threads hit it
17724 one at at a time.
17725
60b3033e
PA
177262015-01-09 Pedro Alves <palves@redhat.com>
17727
17728 * lib/gdb.exp (can_spawn_for_attach): New procedure.
17729 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
17730 false.
17731 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
17732 checking whether the target board is remote.
17733 * gdb.multi/multi-attach.exp: Likewise.
17734 * gdb.python/py-sync-interp.exp: Likewise.
17735 * gdb.server/ext-attach.exp: Likewise.
17736 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
17737 tests that need to attach, instead of checking whether the target
17738 board is remote at the top of the file.
17739
acc018ac
YQ
177402015-01-08 Yao Qi <yao@codesourcery.com>
17741
17742 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
17743
50a18af8
JK
177442015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
17745
17746 Fix testcase compilation.
17747 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
17748
8503d6e1
JB
177492015-01-06 Joel Brobecker <brobecker@adacore.com>
17750
17751 * gdb.python/py-type.exp: Add a couple test about empty
17752 array creation, and negative-length array creation.
17753
cc73dbcc
DE
177542015-01-02 Doug Evans <xdje42@gmail.com>
17755
17756 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
17757
0300bbc7
DE
177582015-01-02 Doug Evans <dje@google.com>
17759
17760 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
17761
9d85a0ec
YQ
177622014-12-29 Yao Qi <yao@codesourcery.com>
17763
17764 * gdb.trace/entry-values.exp: Update comments. Rename variable
17765 bar_call_foo to returned_from_foo.
17766
87186c6a
MMN
177672014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
17768
17769 PR gdb/17394
17770 * gdb.linespec/break-asm-file.c: New file.
17771 * gdb.linespec/break-asm-file.exp: New file.
17772 * gdb.linespec/break-asm-file0.s: New file.
17773 * gdb.linespec/break-asm-file1.s: New file.
17774
1bab7383
YQ
177752014-12-18 Nigel Stephens <nigel@mips.com>
17776 Maciej W. Rozycki <macro@codesourcery.com>
17777
17778 * gdb.base/float.exp: Handle the new output from "info float" on
17779 MIPS targets.
17780
1bc1068a
JK
177812014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
17782
17783 Fix MinGW compilation.
17784 * gdb.compile/compile-ops.exp: Update untested message if
17785 !skip_compile_feature_tests.
17786 * gdb.compile/compile-setjmp.exp: Likewise.
17787 * gdb.compile/compile-tls.exp: Likewise.
17788 * gdb.compile/compile.exp: Likewise.
17789 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
17790 supported on this host".
17791
b6615d10
DE
177922014-12-16 Doug Evans <xdje42@gmail.com>
17793
17794 * boards/stabs.exp: New file.
17795
25dda427
AA
177962014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
17797
17798 * gdb.base/completion.exp: Adjust to format changes of "maint
17799 print user-registers".
17800
bf330350
CU
178012014-12-16 Catalin Udma <catalin.udma@freescale.com>
17802
17803 PR server/17457
17804 * gdb.arch/aarch64-fp.c: New file.
17805 * gdb.arch/aarch64-fp.exp: New file.
17806
395cf596
SDJ
178072014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
17808
17809 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
17810 r210637, r210913, r211666, r215400, r215817).
17811
17812 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
17813 * dg-extract-results.py: New file.
17814 * dg-extract-results.sh: Use it if the environment seems
17815 suitable.
17816
17817 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
17818
17819 * dg-extract-results.py (parse_run): Handle warnings that
17820 are printed before a test harness is run.
17821
17822 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
17823
17824 * dg-extract-results.py (Named): Remove __cmp__ method.
17825 (output_variation): Use a key to sort variation.harnesses.
17826
17827 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
17828
17829 * dg-extract-results.py: For Python 3, force sys.stdout to
17830 handle surrogate escape sequences.
17831 (safe_open): New function.
17832 (output_segment, main): Use it.
17833
17834 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
17835
17836 * dg-extract-results.py (Prog.result_re): Include options
17837 in test name.
17838
17839 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
17840
17841 * dg-extract-results.py (output_variation): Always sort if
17842 do_sum.
17843
e882ef3c
SM
178442014-12-15 Simon Marchi <simon.marchi@ericsson.com>
17845
17846 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
17847 as long as we get pagination notifications.
17848
4992aa20
JM
178492014-12-15 Jason Merrill <jason@redhat.com>
17850
17851 * Makefile.in (check-gdb.%): Restore.
17852 * README: Mention it.
17853
c1b5a1a6
JB
178542014-12-13 Joel Brobecker <brobecker@adacore.com>
17855
17856 * gdb.ada/str_uninit: New testcase.
17857
5537b577
JK
178582014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
17859
17860 PR symtab/17642
17861 * gdb.base/vla-stub-define.c: New file.
17862 * gdb.base/vla-stub.c: New file.
17863 * gdb.base/vla-stub.exp: New file.
17864
bb2ec1b3
TT
178652014-12-12 Phil Muldoon <pmuldoon@redhat.com>
17866 Jan Kratochvil <jan.kratochvil@redhat.com>
17867 Tom Tromey <tromey@redhat.com>
17868
17869 * configure.ac: Add gdb.compile/.
17870 * configure: Regenerate.
17871 * gdb.compile/Makefile.in: New file.
17872 * gdb.compile/compile-ops.exp: New file.
17873 * gdb.compile/compile-ops.c: New file.
17874 * gdb.compile/compile-tls.c: New file.
17875 * gdb.compile/compile-tls.exp: New file.
17876 * gdb.compile/compile-constvar.S: New file.
17877 * gdb.compile/compile-constvar.c: New file.
17878 * gdb.compile/compile-mod.c: New file.
17879 * gdb.compile/compile-nodebug.c: New file.
17880 * gdb.compile/compile-setjmp-mod.c: New file.
17881 * gdb.compile/compile-setjmp.c: New file.
17882 * gdb.compile/compile-setjmp.exp: New file.
17883 * gdb.compile/compile-shlib.c: New file.
17884 * gdb.compile/compile.c: New file.
17885 * gdb.compile/compile.exp: New file.
17886 * lib/gdb.exp (skip_compile_feature_tests): New proc.
17887
4ff709eb
TT
178882014-12-12 Tom Tromey <tromey@redhat.com>
17889
17890 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
17891 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
17892
6dddd6a5
DE
178932014-12-12 Doug Evans <dje@google.com>
17894
17895 * lib/gdb-python.exp (get_python_valueof): New function.
17896 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
17897
71c24708
AA
178982014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
17899
17900 * gdb.base/completion.exp: Add test for completion of "info
17901 registers ".
17902
3e29f34a
MR
179032014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
17904
17905 * gdb.base/func-ptrs.c: New file.
17906 * gdb.base/func-ptrs.exp: New file.
17907
fc126975
SM
179082014-12-10 Simon Marchi <simon.marchi@ericsson.com>
17909
17910 PR breakpoints/17012
17911 * gdb.base/dprintf-detach.c: New file.
17912 * gdb.base/dprintf-detach.exp: New file.
17913
0a46d518
SM
179142014-12-10 Simon Marchi <simon.marchi@ericsson.com>
17915
17916 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
17917 * lib/gdb.exp (target_is_gdbserver): New procedure.
17918
a0be3e44
DE
179192014-12-08 Doug Evans <dje@google.com>
17920
17921 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
17922
df1b803a
YQ
179232014-12-05 Yao Qi <yao@codesourcery.com>
17924
17925 * gdb.guile/scm-error.exp: Remove the third argument to
17926 gdb_remote_download.
17927 * gdb.guile/scm-frame-args.exp: Likewise.
17928 * gdb.guile/scm-section-script.exp: Likewise.
17929
ddb9f679
YQ
179302014-12-05 Yao Qi <yao@codesourcery.com>
17931
17932 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
17933
86e4ed39
DE
179342014-12-04 Doug Evans <dje@google.com>
17935
17936 * gdb.python/py-objfile.exp: Add tests for
17937 objfile.add_separate_debug_file.
17938
7c50a931
DE
179392014-12-04 Doug Evans <dje@google.com>
17940
17941 * lib/gdb.exp (get_build_id): New function.
17942 (build_id_debug_filename_get): Rewrite to use it.
17943 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
17944
621661e3
MR
179452014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
17946
17947 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
17948 `method(long)', not just 0x0.
17949 * gdb.cp/nsalias.exp: Align code labels to 4.
17950 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
17951 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
17952 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
17953 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
17954 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
17955 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
17956
29f0c3b7
DE
179572014-12-02 Doug Evans <dje@google.com>
17958
e1e061e7 17959 PR symtab/17602
29f0c3b7 17960 * gdb.cp/anon-ns.cc: Move guts of this file to ...
e1e061e7 17961 * gdb.cp/anon-ns2.cc: ... here. New file.
29f0c3b7
DE
17962 * gdb.cp/anon-ns.exp: Update.
17963
162078c8
NB
179642014-12-02 Nick Bull <nicholaspbull@gmail.com>
17965
17966 * gdb.python/py-events.py (inferior_call_handler): New.
17967 (register_changed_handler, memory_changed_handler): New.
17968 (test_events.invoke): Register new handlers.
17969 * gdb.python/py-events.exp: Add tests for inferior call,
17970 memory_changed and register_changed events.
17971
fdb09caf
AA
179722014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
17973
17974 * gdb.base/execl-update-breakpoints.exp: Specify the link address
17975 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
17976 if the linker doesn't understand this.
17977
55cfb2c4
SM
179782014-12-01 Simon Marchi <simon.marchi@ericsson.com>
17979
17980 * gdb.python/python.exp: Change expected reply to help().
17981
9e8cd6df
YQ
179822014-12-01 Yao Qi <yao@codesourcery.com>
17983
17984 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
17985 AC_CONFIG_SUBDIRS(gdb.gdbtk).
17986 * configure: Re-generated.
17987
6c659fc2
SC
179882014-11-28 Siva Chandra Reddy <sivachandra@google.com>
17989
17990 * gdb.cp/chained-calls.cc: New file.
17991 * gdb.cp/chained-calls.exp: New file.
17992 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
17993
d7fc3181
SM
179942014-11-28 Simon Marchi <simon.marchi@ericsson.com>
17995
17996 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
17997 * gdb.dwarf2/symtab-producer.exp: Same.
17998 * gdb.gdb/python-interrupts.exp: Same.
17999 * gdb.gdb/python-selftest.exp: Same.
18000 * gdb.python/py-linetable.exp: Same.
18001 * gdb.python/py-type.exp: Same.
18002 * gdb.python/py-value-cc.exp: Same.
18003 * gdb.python/py-value.exp: Same.
18004
10e79639
YQ
180052014-11-28 Yao Qi <yao@codesourcery.com>
18006
18007 * gdb.base/break-probes.exp: Match library name prefixed with
18008 sysroot.
18009
f28a0564
SM
180102014-11-27 Simon Marchi <simon.marchi@ericsson.com>
18011
18012 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
18013 test expected output. Add parentheses for the call to print.
18014 Remove L suffix from integers.
18015
3fe1ce1d
DE
180162014-11-26 Doug Evans <dje@google.com>
18017
18018 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
18019
84429e27
YQ
180202014-11-22 Yao Qi <yao@codesourcery.com>
18021
18022 * gdb.trace/entry-values.c: Remove asms.
18023 (foo): Add foo_label.
18024 (bar): Add bar_label.
18025 * gdb.trace/entry-values.exp: Remove code computing foo's
18026 length and bar's length.
18027 (Dwarf::assemble): Invoke function_range for bar and use
18028 MACRO_AT_func for foo.
18029
26741859
YQ
180302014-11-22 Yao Qi <yao@codesourcery.com>
18031
18032 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
18033 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
18034 Use .Lgcc43_procstart instead of gcc43.
18035
45e44d27
JB
180362014-11-21 Joel Brobecker <brobecker@adacore.com>
18037
18038 * gdb.ada/n_arr_bound: New testcase.
18039
458c8db8
SDJ
180402014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
18041
18042 PR breakpoints/10737
18043 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
18044 test_catch_syscall_multi_arch.
18045 (test_catch_syscall_multi_arch): New function.
18046
43f3e411
DE
180472014-11-20 Doug Evans <xdje42@gmail.com>
18048
18049 * gdb.base/maint.exp: Update expected output.
18050
0d7b2549
AA
180512014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
18052
18053 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
18054 4-byte instruction on S390.
18055
8908fca5
JB
180562014-11-19 Joel Brobecker <brobecker@adacore.com>
18057
18058 * gdb.ada/arr_arr: New testcase.
18059
4a46959e
JB
180602014-11-19 Joel Brobecker <brobecker@adacore.com>
18061
18062 * gdb.ada/pkd_arr_elem: New Testcase.
18063
470e2f4e
LM
180642014-11-18 Luis Machado <lgustavo@codesourcery.com>
18065
18066 * gdb.reverse/break-precsave: Expect completion message for
18067 core file reads.
18068 * gdb.reverse/consecutive-precsave.exp: Likewise.
18069 * gdb.reverse/finish-precsave.exp: Likewise.
18070 * gdb.reverse/i386-precsave.exp: Likewise.
18071 * gdb.reverse/machinestate-precsave.exp: Likewise.
18072 * gdb.reverse/sigall-precsave.exp: Likewise.
18073 * gdb.reverse/solib-precsave.exp: Likewise.
18074 * gdb.reverse/step-precsave.exp: Likewise.
18075 * gdb.reverse/until-precsave.exp: Likewise.
18076 * gdb.reverse/watch-precsave.exp: Likewise.
18077
a267f3ad
AA
180782014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
18079
18080 * gdb.base/bp-permanent.c: Include unistd.h.
18081 * gdb.python/py-framefilter-mi.c (main): Add return type.
18082 * gdb.python/py-framefilter.c (main): Likewise.
18083 * gdb.trace/actions-changed.c (main): Likewise.
18084
12084a9a
AA
180852014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
18086
18087 * gdb.mi/until.c: Add eye-catchers.
18088 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
18089 line numbers.
18090
dc7e1a77
AA
180912014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
18092
18093 * gdb.base/condbreak.exp: Drop references to removed non-prototype
18094 function header variants in break1.c.
18095 * gdb.base/ena-dis-br.exp: Likewise.
18096 * gdb.base/hbreak2.exp: Likewise.
18097 * gdb.reverse/until-precsave.exp: Drop references to removed
18098 non-prototype function header variants in ur1.c.
18099 * gdb.reverse/until-reverse.exp: Likewise.
18100
41c77605
PM
181012014-11-17 Petr Machata <pmachata@redhat.com>
18102
18103 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
18104 ${_cu_offset_size} bytes abbrev offset.
18105
34248c3a
DE
181062014-11-15 Doug Evans <xdje42@gmail.com>
18107
18108 PR symtab/17559
18109 * gdb.base/line-symtabs.exp: New file.
18110 * gdb.base/line-symtabs.c: New file.
18111 * gdb.base/line-symtabs.h: New file.
18112
646da059
YQ
181132014-11-14 Yao Qi <yao@codesourcery.com>
18114
18115 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
18116 (func): Add label func_label.
18117 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
18118 Replace low_pc and high_pc with MACRO_AT_range.
18119 Replace name, low_pc and high_pc with MACRO_AT_func.
18120
9301ebe6
YQ
181212014-11-14 Yao Qi <yao@codesourcery.com>
18122
18123 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
18124 Replace name, low_pc and high_pc with MACRO_AT_func.
18125
f166b542
YQ
181262014-11-14 Yao Qi <yao@codesourcery.com>
18127
18128 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
18129 produce debug information.
18130 * gdb.dwarf2/implptr-optimized-out.S: Removed.
18131
0f6e71e3
YQ
181322014-11-14 Yao Qi <yao@codesourcery.com>
18133
18134 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
18135 object and get function length.
18136 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
18137 with MACRO_AT_func.
18138 (top-level): Replace gdb_compile and clean_restart with
18139 prepare_for_testing.
18140 * gdb.dwarf2/main.c (main): Add label main_label.
18141
876c4df9
YQ
181422014-11-14 Yao Qi <yao@codesourcery.com>
18143
18144 * lib/dwarf.exp (function_range): New procedure.
18145 (Dwarf::_handle_macro_at_func): New procedure.
18146 (Dwarf::_handle_macro_at_range): New procedure.
18147 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
18148
02ad9cf1
YQ
181492014-11-14 Yao Qi <yao@codesourcery.com>
18150
18151 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
18152 (_handle_attribute): New procedure.
18153
a59add0c
AA
181542014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18155
18156 * gdb.ada/cond_lang/foo.c (callme): Add return type.
18157 * gdb.base/call-sc.c (zed): Likewise.
18158 * gdb.base/checkpoint.c (main): Likewise.
18159 * gdb.base/dump.c (main): Likewise.
18160 * gdb.base/gcore.c (main): Likewise.
18161 * gdb.base/huge.c (main): Likewise.
18162 * gdb.base/multi-forks.c (main): Likewise.
18163 * gdb.base/pr10179-a.c (main): Likewise.
18164 * gdb.base/savedregs.c (main): Likewise.
18165 * gdb.base/sigaltstack.c (main): Likewise.
18166 * gdb.base/siginfo.c (main): Likewise.
18167 * gdb.base/structs.c (zed): Likewise.
18168 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
18169 * gdb.mi/mi-syn-frame.c (main): Likewise.
18170 * gdb.mi/until.c (foo, main): Likewise.
18171 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
18172 * gdb.base/solib-weak.c (foo): Declare.
18173 * gdb.base/attach-twice.c: Include stdio.h.
18174 * gdb.base/weaklib1.c: Likewise.
18175 * gdb.base/weaklib2.c: Likewise.
18176 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
18177 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
18178 unistd.h.
18179 * gdb.base/attach-pie-misread.c: Include stdlib.h.
18180 * gdb.mi/mi-exit-code.c: Likewise.
18181 * gdb.base/break-interp-lib.c: Include string.h.
18182 * gdb.base/coremaker.c: Likewise.
18183 * gdb.base/testenv.c: Likewise.
18184 * gdb.python/py-finish-breakpoint.c: Likewise.
18185 * gdb.base/inferior-died.c: Include sys/wait.h.
18186 * gdb.base/fileio.c: Include time.h.
18187 * gdb.base/async-shell.c: Include unistd.h.
18188 * gdb.base/dprintf-non-stop.c: Likewise.
18189 * gdb.base/info-os.c: Likewise.
18190 * gdb.mi/mi-console.c: Likewise.
18191 * gdb.mi/watch-nonstop.c: Likewise.
18192 * gdb.python/py-events.c: Likewise.
18193 * gdb.base/async.c (baz): Move up before its invocation.
18194 * gdb.base/code_elim2.c (my_global_func): Likewise.
18195 * gdb.base/skip-solib-lib.c (multiply): Likewise.
18196 * gdb.base/advance.c (func2): Likewise.
18197
3b5d5997
AA
181982014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18199
18200 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
18201 variant.
18202 * gdb.base/annota3.c: Likewise.
18203 * gdb.base/async.c: Likewise.
18204 * gdb.base/average.c: Likewise.
18205 * gdb.base/call-ar-st.c: Likewise.
18206 * gdb.base/call-rt-st.c: Likewise.
18207 * gdb.base/call-sc.c: Likewise.
18208 * gdb.base/call-strs.c: Likewise.
18209 * gdb.base/ending-run.c: Likewise.
18210 * gdb.base/execd-prog.c: Likewise.
18211 * gdb.base/exprs.c: Likewise.
18212 * gdb.base/foll-exec.c: Likewise.
18213 * gdb.base/foll-fork.c: Likewise.
18214 * gdb.base/foll-vfork.c: Likewise.
18215 * gdb.base/funcargs.c: Likewise.
18216 * gdb.base/gcore.c: Likewise.
18217 * gdb.base/jump.c: Likewise.
18218 * gdb.base/langs0.c: Likewise.
18219 * gdb.base/langs1.c: Likewise.
18220 * gdb.base/langs2.c: Likewise.
18221 * gdb.base/mips_pro.c: Likewise.
18222 * gdb.base/nodebug.c: Likewise.
18223 * gdb.base/opaque0.c: Likewise.
18224 * gdb.base/opaque1.c: Likewise.
18225 * gdb.base/recurse.c: Likewise.
18226 * gdb.base/run.c: Likewise.
18227 * gdb.base/scope0.c: Likewise.
18228 * gdb.base/scope1.c: Likewise.
18229 * gdb.base/setshow.c: Likewise.
18230 * gdb.base/setvar.c: Likewise.
18231 * gdb.base/shmain.c: Likewise.
18232 * gdb.base/shr1.c: Likewise.
18233 * gdb.base/shr2.c: Likewise.
18234 * gdb.base/sigall.c: Likewise.
18235 * gdb.base/signals.c: Likewise.
18236 * gdb.base/so-indr-cl.c: Likewise.
18237 * gdb.base/solib2.c: Likewise.
18238 * gdb.base/structs.c: Likewise.
18239 * gdb.base/sum.c: Likewise.
18240 * gdb.base/vforked-prog.c: Likewise.
18241 * gdb.base/watchpoint.c: Likewise.
18242 * gdb.reverse/shr2.c: Likewise.
18243 * gdb.reverse/until-reverse.c: Likewise.
18244 * gdb.reverse/ur1.c: Likewise.
18245 * gdb.reverse/watch-reverse.c: Likewise.
18246
066a77c5
AA
182472014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18248
18249 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
18250 variant.
18251 * gdb.base/sepdebug.exp: Drop references to removed code.
18252
4f204ea5
AA
182532014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18254
18255 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
18256 variant. Preserve original line numbering.
18257 * gdb.base/list1.c: Likewise.
18258
3b377a3a
AA
182592014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18260
18261 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
18262 variant.
18263 * gdb.base/break1.c: Likewise.
18264 * gdb.base/break.exp: Drop references to removed code.
18265
e444df73
AA
182662014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18267
18268 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
18269 variant.
18270
8008f2a7
AA
182712014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18272
18273 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
18274
a5a06887
AA
182752014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18276
18277 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
18278 logic into perform_all_tests() and invoke it with and without
18279 function header prototypes.
18280 (do_function_calls): Remove conditional XFAIL for PR 5318.
18281 (rerun_and_prepare): Remove duplicate code.
18282 (perform_all_tests): New. Main logic moved here.
18283
44dba9b9
AA
182842014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18285
18286 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
18287 code guarded by #ifdef NO_PROTOTYPES.
18288 (t_double_many_args): Likewise.
18289 (DEF_FUNC_MANY_ARGS_1): Likewise.
18290 (DEF_FUNC_VALUES_1): Likewise.
18291 (t_structs_ldc): Renamed from t_structs_fc in conditional code
18292 guarded by #ifdef PROTOTYPES.
18293
d1fbcd56
AA
182942014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18295
18296 * gdb.mi/mi-console.c: Add eye-catcher.
18297 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
18298 instead of literal line number.
18299
b0e59b8f
AA
183002014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18301
18302 * gdb.base/shr2.c: Add eye-catcher.
18303 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
18304 line number.
18305
78f98cca
AA
183062014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18307
18308 * gdb.base/jump.c: Add eye-catchers.
18309 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
18310 numbers.
18311
58fa2af0
AA
183122014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18313
18314 * gdb.base/execd-prog.c: Add eye-catchers.
18315 * gdb.base/foll-exec.c: Likewise.
18316 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
18317 line numbers.
18318
04e5059b
AA
183192014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18320
18321 * gdb.base/ending-run.c: Add eye-catchers.
18322 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
18323 literal line numbers.
18324
dbfdb174
AA
183252014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18326
18327 * gdb.base/call-rt-st.c: Add eye-catchers.
18328 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
18329 literal line numbers.
18330
888a2ade
AA
183312014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18332
18333 * gdb.base/call-ar-st.c: Add eye-catchers.
18334 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
18335 literal line numbers.
18336
6acc2dde
AA
183372014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18338
18339 * gdb.base/average.c: Add eye-catchers.
18340 * gdb.base/sum.c: Likewise.
18341 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
18342 regexps dynamically.
18343
9ecfcd1d
AA
183442014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18345
18346 * gdb.base/solib1.c: Add eye-catchers.
18347 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
18348 literal line numbers.
18349
78708b7c
PA
183502014-11-12 Pedro Alves <palves@redhat.com>
18351
18352 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
18353 leader has exited.
18354
af48d08f
PA
183552014-11-12 Pedro Alves <palves@redhat.com>
18356
18357 * gdb.arch/i386-bp_permanent.c: New file.
18358 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
18359 (srcfile): Set to i386-bp_permanent.c.
18360 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
18361 that stepi does not execute the 'leave' instruction, instead of
18362 testing it does execute.
18363 * gdb.base/bp-permanent.c: New file.
18364 * gdb.base/bp-permanent.exp: New file.
18365
af3768e9
DE
183662014-11-10 Doug Evans <xdje42@gmail.com>
18367
18368 PR symtab/17564
18369 * gdb.base/symtab-search-order.exp: New file.
18370 * gdb.base/symtab-search-order.c: New file.
18371 * gdb.base/symtab-search-order-1.c: New file.
18372 * gdb.base/symtab-search-order-shlib-1.c: New file.
18373
9de00a4a
PA
183742014-11-07 Pedro Alves <palves@redhat.com>
18375
18376 PR gdb/17511
18377 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
18378 i?86-*-linux*.
18379
e0f52461
SC
183802014-11-03 Siva Chandra Reddy <sivachandra@google.com>
18381
18382 PR c++/17494
18383 * gdb.cp/pr17494.cc: New file.
18384 * gdb.cp/pr17494.exp: New file.
18385
6ce8c980
YQ
183862014-11-02 Yao Qi <yao@codesourcery.com>
18387
18388 * gdb.python/python.exp: Get working directory and match the
18389 output of "set extended-prompt \\w " with it.
18390
02be9a71
DE
183912014-10-30 Doug Evans <dje@google.com>
18392
18393 * gdb.python/py-objfile.exp: Add tests for setting random attributes
18394 in objfiles.
18395 * gdb.python/py-progspace.exp: Add tests for setting random attributes
18396 in progspaces.
18397
3bdff46b
LM
183982014-10-30 Janis Johnson <janisjo@codesourcery.com>
18399
18400 * gdb.base/fullpath-expand.exp: Skip for a remote host.
18401 * gdb.base/realname-expand.exp: Likewise.
18402 * gdb.linespec/macro-relative.exp: Likewise.
18403
ab917dfb
PA
184042014-10-29 Pedro Alves <palves@redhat.com>
18405
18406 PR gdb/17408
18407 * gdb.threads/schedlock.c (some_function): New function.
18408 (call_function): New global.
18409 (MAYBE_CALL_SOME_FUNCTION): New macro.
18410 (thread_function): Call it.
18411 * gdb.threads/schedlock.exp (get_args): Add description parameter,
18412 and use it instead of a global counter. Adjust all callers.
18413 (get_current_thread): Use "find current thread" for test message
18414 here rather than having all callers pass down the same string.
18415 (goto_loop): New procedure, factored out from ...
18416 (my_continue): ... this.
18417 (step_ten_loops): Change parameter from test message to command to
18418 use. Adjust.
18419 (list_count): Delete global.
18420 (check_result): New procedure, factored out from duplicate top
18421 level code.
18422 (continue tests): Wrap in with_test_prefix.
18423 (test_step): New procedure, factored out from duplicate top level
18424 code.
18425 (top level): Test "step" in combination with all scheduler-locking
18426 modes. Test "next" in combination with all scheduler-locking
18427 modes, and in combination with stepping over a function call or
18428 not.
18429 * gdb.threads/next-bp-other-thread.c: New file.
18430 * gdb.threads/next-bp-other-thread.exp: New file.
18431
d3d4baed
PA
184322014-10-29 Pedro Alves <palves@redhat.com>
18433
18434 PR python/17372
18435 * gdb.python/python.exp: Test a multi-line command that spawns
18436 interactive Python.
18437 * gdb.base/multi-line-starts-subshell.exp: New file.
18438
563e8d85
YQ
184392014-10-29 Yao Qi <yao@codesourcery.com>
18440
18441 * gdb.base/fileio.exp: Make directories on host.
18442
0ea4d52e
YQ
184432014-10-29 Yao Qi <yao@codesourcery.com>
18444
18445 * gdb.base/fileio.c (test_write): Close the file.
18446
7f5ef605
PA
184472014-10-28 Pedro Alves <palves@redhat.com>
18448
18449 PR gdb/12623
18450 * gdb.base/sigstep.c (no_handler): New global.
18451 (main): If 'no_handler is true, set the signal handlers to
18452 SIG_IGN.
18453 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
18454 with_sw_watch and no_handler parameters. Handle them.
18455 (top level) <stepping over handler when stopped at a breakpoint
18456 test>: Add a test axis for testing with a software watchpoint, and
18457 another for testing with the signal handler set to SIG_IGN.
18458 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
18459 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
18460
abbdbd03
PA
184612014-10-28 Pedro Alves <palves@redhat.com>
18462
18463 PR gdb/17511
18464 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
18465 * gdb.base/sigstep.exp (other_handler_location): New global.
18466 (advance): Support stepping into the signal handler, and running
18467 commands while in the handler.
18468 (in_handler_map): New global.
18469 (top level): In the advance test, add combinations for getting
18470 into the handler with stepping commands, and for running commands
18471 in the handler. Add comment descripting the advancei tests.
18472
1df4399f
PA
184732014-10-28 Pedro Alves <palves@redhat.com>
18474
18475 * gdb.base/sigstep.exp: Use build_executable instead of
18476 prepare_for_testing.
18477 (top level): Move code that starts GDB, runs to main and creates a
18478 display to ...
18479 (restart): ... this new procedure.
18480 (top level): Move backtrace from signal handler test to ...
18481 (validate_backtrace): ... this new procedure.
18482 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
18483 with_test_prefix. Always restart GDB.
18484 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
18485 with_test_prefix. Always restart GDB. No need to delete
18486 breakpoints after the test.
18487 (test_skip_handler): Remove prefix parameter.
18488 (skip_over_handler, breakpoint_to_handler)
18489 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
18490 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
18491 restart GDB. No need to delete breakpoints after the test.
18492 (top level): Use foreach to call the test procedures with
18493 different commands.
18494
a5b6e449
PA
184952014-10-28 Pedro Alves <palves@redhat.com>
18496
18497 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
18498 instead of GNATS numbers.
18499 * gdb.base/sigbpt.exp: Likewise.
18500 * gdb.base/siginfo.exp: Likewise.
18501 * gdb.base/sigstep.exp: Likewise.
18502
e5f8a7cc
PA
185032014-10-27 Pedro Alves <palves@redhat.com>
18504
18505 * gdb.base/sigstep.c (dummy): New global.
18506 (main): Issue a couple writes to the new global.
18507 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
18508 procedures.
18509 (skip_over_handler): Use test_skip_handler.
18510 (top level): Call skip_over_handler for stepi and nexti too.
18511 (breakpoint_over_handler): Use test_skip_handler.
18512 (top level): Call breakpoint_over_handler for stepi and nexti too.
18513
763905a3
YQ
185142014-10-27 Yao Qi <yao@codesourcery.com>
18515
18516 * gdb.trace/tfile.c (adjust_function_address)
18517 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
18518 function descriptor.
18519
6f259a23
DB
185202014-10-24 Don Breazeal <donb@codesourcery.com>
18521
18522 * gdb.base/foll-fork.exp (test_follow_fork,
18523 catch_fork_child_follow): Check for updated fork messages emitted
18524 from infrun.c.
18525 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
18526 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
18527 vfork_and_exec_child_follow_through_step): Check for updated vfork
18528 messages emitted from infrun.c.
18529
09dd9a69
PA
185302014-10-24 Pedro Alves <palves@redhat.com>
18531
18532 * gdb.base/corefile.exp: Remove references to ultrix.
18533 * gdb.base/interrupt.exp: Likewise.
18534 * gdb.base/whatis.exp: Likewise.
18535 * gdb.gdb/selftest.exp: Likewise.
18536 * gdb.threads/manythreads.exp: Likewise.
18537 * gdb.threads/print-threads.exp: Likewise.
18538 * gdb.threads/pthreads.exp:: Likewise.
18539 * gdb.threads/schedlock.exp: Likewise.
18540
3433cfa5
SC
185412014-10-24 Siva Chandra Reddy <sivachandra@google.com>
18542
18543 * gdb.cp/non-trivial-retval.cc: Add a test case.
18544 * gdb.cp/non-trivial-retval.exp: Add a test.
18545
092f880b
YQ
185462014-10-20 Yao Qi <yao@codesourcery.com>
18547
18548 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
18549 * gdb.python/py-objfile-script-gdb.py: New file.
18550 * gdb.python/py-objfile-script.exp: Update reference to
18551 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
18552 of remote_download. Remove the dest file.
18553
acbdb7f3
YQ
185542014-10-20 Yao Qi <yao@codesourcery.com>
18555
18556 * gdb.base/checkpoint.exp: Don't remove file copied on host.
18557 * gdb.base/step-line.exp: Likewise.
18558 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
18559 * gdb.dwarf2/dw2-basic.exp: Likewise.
18560 * gdb.dwarf2/dw2-compressed.exp: Likewise.
18561 * gdb.dwarf2/dw2-filename.exp: Likewise.
18562 * gdb.dwarf2/dw2-intercu.exp: Likewise.
18563 * gdb.dwarf2/dw2-intermix.exp: Likewise.
18564 * gdb.dwarf2/dw2-producer.exp: Likewise.
18565 * gdb.dwarf2/mac-fileno.exp: Likewise.
18566 * gdb.python/py-frame-args.exp: Likewise.
18567 * gdb.python/py-framefilter.exp: Likewise.
18568 * gdb.python/py-mi.exp: Likewise.
18569 * gdb.python/py-objfile-script.exp: Likewise
18570 * gdb.python/py-pp-integral.exp: Likewise.
18571 * gdb.python/py-pp-re-notag.exp: Likewise.
18572 * gdb.python/py-prettyprint.exp: Likewise.
18573 * gdb.python/py-section-script.exp: Likewise.
18574 * gdb.python/py-typeprint.exp: Likewise.
18575 * gdb.python/py-xmethods.exp: Likewise.
18576 * gdb.stabs/weird.exp: Likewise.
18577 * gdb.xml/tdesc-regs.exp: Likewise.
18578
bd286a29
KCY
185792014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
18580
18581 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
18582 (out_cu): Use addr_len for the size of addresses.
18583 (out_line): Likewise. Size DW_LNE_set_address instruction
18584 according to addr_len.
18585 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
18586 (FUNC): Add START_INSNS to definition.
18587
673dc4a0
YQ
185882014-10-18 Yao Qi <yao@codesourcery.com>
18589
18590 * gdb.base/argv0-symlink.exp: Check argv[0] value if
18591 gdb_has_argv0 return true.
18592 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
18593 check [target_info exists noargs], check [gdb_has_argv0]
18594 instead.
18595 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
18596 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
18597 procedures.
18598
4ffbba72
DE
185992014-10-17 Doug Evans <dje@google.com>
18600
18601 * gdb.python/py-events.exp: Update expected output for clear_objfiles
18602 event.
18603 * gdb.python/py-events.py: Add clear_objfiles event.
18604
d096d8c1
DE
186052014-10-17 Doug Evans <dje@google.com>
18606
18607 * gdb.python/py-objfile.exp: Test progspace attribute.
18608
a80db015
LM
186092014-10-17 Luis Machado <lgustavo@codesourcery.com>
18610
18611 * gdb.guile/scm-breakpoint.exp: Do not assume any
18612 directory separators when matching source file paths.
18613 * gdb.python/py-breakpoint.exp: Likewise.
18614 * gdb.reverse/break-precsave.exp: Likewise.
18615 * gdb.reverse/break-reverse.exp: Likewise.
18616 * gdb.reverse/consecutive-precsave.exp: Likewise.
18617 * gdb.reverse/finish-precsave.exp: Likewise.
18618 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
18619 * gdb.reverse/finish-reverse.exp: Likewise.
18620 * gdb.reverse/i386-precsave.exp: Likewise.
18621 * gdb.reverse/i387-env-reverse.exp: Likewise.
18622 * gdb.reverse/i387-stack-reverse.exp: Likewise.
18623 * gdb.reverse/machinestate-precsave.exp: Likewise.
18624 * gdb.reverse/machinestate.exp: Likewise.
18625 * gdb.reverse/sigall-precsave.exp: Likewise.
18626 * gdb.reverse/solib-precsave.exp: Likewise.
18627 * gdb.reverse/step-precsave.exp: Likewise.
18628 * gdb.reverse/until-precsave.exp: Likewise.
18629 * gdb.reverse/watch-precsave.exp: Likewise.
18630 * gdb.reverse/watch-reverse.exp: Likewise.
18631
b22089ab
YQ
186322014-10-17 Yao Qi <yao@codesourcery.com>
18633
18634 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
18635 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
18636
6c4486e6
PA
186372014-10-17 Pedro Alves <palves@redhat.com>
18638
18639 PR gdb/17471
18640 * gdb.base/bg-execution-repeat.c: New file.
18641 * gdb.base/bg-execution-repeat.exp: New file.
18642
0ff33695
PA
186432014-10-17 Pedro Alves <palves@redhat.com>
18644
18645 PR gdb/17300
18646 * gdb.base/continue-all-already-running.c: New file.
18647 * gdb.base/continue-all-already-running.exp: New file.
18648
6fdebc3d
PA
186492014-10-17 Pedro Alves <palves@redhat.com>
18650
18651 PR gdb/17472
18652 * gdb.base/annota-input-while-running.c: New file.
18653 * gdb.base/annota-input-while-running.exp: New file.
18654
32a8097b
PA
186552014-10-17 Pedro Alves <palves@redhat.com>
18656
18657 * gdb.base/callfuncs.exp: emove references to osf.
18658 * gdb.base/sigall.exp: Likewise.
18659 * gdb.gdb/selftest.exp: Likewise.
18660 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
18661 * gdb.mi/non-stop.c: Likewise.
18662 * gdb.mi/pthreads.c: Likewise.
18663 * gdb.reverse/sigall-precsave.exp: Likewise.
18664 * gdb.reverse/sigall-reverse.exp: Likewise.
18665 * gdb.threads/pthreads.c: Likewise.
18666 * gdb.threads/pthreads.exp: Likewise.
18667
7a3517ff
YQ
186682014-10-17 Yao Qi <yao@codesourcery.com>
18669
18670 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
18671 check 'target_info exists noargs'.
18672 (test_command_prompt_position): Likewise.
18673 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
18674 Remove "set args".
18675 (progvar_simple_while_test): Likewise.
18676 (progvar_complex_if_while_test): Likewise.
18677 (if_while_breakpoint_command_test): Likewise.
18678 (infrun_breakpoint_command_test): Likewise.
18679 (breakpoint_command_test): Likewise.
18680 (watchpoint_command_test): Likewise.
18681 (bp_deleted_in_command_test): Likewise.
18682 (temporary_breakpoint_commands): Likewise.
18683
bb99c472
YQ
186842014-10-16 Yao Qi <yao@codesourcery.com>
18685
18686 * gdb.base/remotetimeout.exp: Remove noargs checking.
18687
7c16b83e
PA
186882014-10-15 Pedro Alves <palves@redhat.com>
18689
18690 PR breakpoints/9649
18691 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
18692 * gdb.base/breakpoint-in-ro-region.exp
18693 (probe_target_hardware_step): New procedure.
18694 (top level): Probe hardware stepping and hardware breakpoint
18695 support. Test stepping through a read-only region, with both
18696 "breakpoint auto-hw" on and off and both "always-inserted" on and
18697 off.
18698
35a49624
IB
186992014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
18700
18701 * gdb.dlang/demangle.exp: Update for demangling changes.
18702
2d1c107c
SC
187032014-10-15 Siva Chandra Reddy <sivachandra@google.com>
18704
18705 * gdb.cp/non-trivial-retval.cc: Add new test cases.
18706 * gdb.cp/non-trivial-retval.exp: Add new tests.
18707
778811d5
SC
187082014-10-15 Siva Chandra Reddy <sivachandra@google.com>
18709
18710 PR c++/13403
18711 PR c++/15154
18712 * gdb.cp/non-trivial-retval.cc: New file.
18713 * gdb.cp/non-trivial-retval.exp: New file.
18714
10c5f0a8
YQ
187152014-10-15 Yao Qi <yao@codesourcery.com>
18716
18717 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
18718 remote host.
18719
65d7b369
YQ
187202014-10-15 Yao Qi <yao@codesourcery.com>
18721
18722 * gdb.python/py-symbol.exp: Match file base name if host is
18723 remote, otherwise match file name with dir name.
18724 * gdb.python/py-symtab.exp: Likewise.
18725 * gdb.python/python.exp: Likewise.
18726
46dc1394
YQ
187272014-10-15 Yao Qi <yao@codesourcery.com>
18728
18729 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
18730 pattern.
18731 * gdb.python/py-symtab.exp: Likewise.
18732 * gdb.python/python.exp: Remove trailing ".*". Fix typo
18733 locationn.
18734
c40cc657
JB
187352014-10-14 Joel Brobecker <brobecker@adacore.com>
18736
18737 * gdb.ada/addr_arith: New testcase.
18738
2abf49e1
MR
187392014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
18740
18741 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
18742 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
18743 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
18744 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
18745
f7088df3
SDJ
187462014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
18747
18748 * gdb.arch/stap-eval-lang-ada.S: Likewise.
18749 * gdb.arch/stap-eval-lang-ada.c: Likewise.
18750 * gdb.arch/stap-eval-lang-ada.exp: New file.
18751
4dc06805
YQ
187522014-10-14 Yao Qi <yao@codesourcery.com>
18753
18754 * gdb.mi/mi-var-child.c (nothing1): New function.
18755 (nothing2): New function.
18756 (do_children_tests): Set function pointers by nothing1 and
18757 nothing2.
18758 * gdb.mi/mi-var-child.exp: Step over new added statements.
18759 Update test to match the new output.
18760 * gdb.mi/var-cmd.c (nothing1): New function.
18761 (nothing2): New function.
18762 (do_children_tests): Set function pointers by nothing1 and
18763 nothing2.
18764 * gdb.mi/mi-var-display.exp: Update test to match output.
18765 Step to the line specified by $line_dct_nothing.
18766 Increase the number of lines to step.
18767
46a93de2
YQ
187682014-10-14 Yao Qi <yao@codesourcery.com>
18769
18770 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
18771 tests.
18772 * gdb.mi/mi2-var-child.exp: Likewise.
18773
14ea52ee
DE
187742014-10-13 Doug Evans <dje@google.com>
18775
18776 * gdb.python/py-objfile.exp: Change name of file name test.
18777
e5c6e92b
DE
187782014-10-13 Doug Evans <dje@google.com>
18779
18780 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
18781 from the start of the CU.
18782
c780cc2f
JK
187832014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
18784 Yao Qi <yao@codesourcery.com>
18785
18786 Fix "save breakpoints" for "catch" command.
18787 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
18788 Remove -nonewline. Match also the added "main" line.
18789
99894e11
JK
187902014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
18791
18792 Fix "save breakpoints" for "disable $bpnum" command.
18793 * gdb.base/save-bp.c (main): Add label.
18794 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
18795
6e1ac5a3
JK
187962014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
18797
18798 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
18799
754dd2b0
YQ
188002014-10-11 Yao Qi <yao@codesourcery.com>
18801
18802 * gdb.server/server-kill.exp: Execute command
18803 "set remote trace-status-packet on" before "tstatus".
18804
f90183d7
YQ
188052014-10-11 Yao Qi <yao@codesourcery.com>
18806
18807 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
18808 (main): Call getppid.
18809 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
18810 and continue to it. Read variable "server_pid".
18811
bf40a607
YQ
188122014-10-11 Yao Qi <yao@codesourcery.com>
18813
18814 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
18815
052ca370
YQ
188162014-10-11 Yao Qi <yao@codesourcery.com>
18817
18818 * gdb.threads/thread-find.exp: Don't execute command
18819 "info threads".
18820 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
18821 * gdb.threads/linux-dp.exp: Don't check the condition
18822 $threads_created equals to zero.
18823
3831839c
PA
188242014-10-10 Pedro Alves <palves@redhat.com>
18825
18826 * gdb.base/bigcore.exp: Remove references to IRIX.
18827 * gdb.base/funcargs.exp: Likewise.
18828 * gdb.base/interrupt.exp: Likewise.
18829 * gdb.base/mips_pro.exp: Likewise.
18830 * gdb.base/nodebug.exp: Likewise.
18831 * gdb.base/setvar.exp: Likewise.
18832 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
18833
8b9a549d
PA
188342014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
18835 Pedro Alves <palves@redhat.com>
18836
18837 PR symtab/14466
18838 * gdb.base/vdso-warning.c: New file.
18839 * gdb.base/vdso-warning.exp: New file.
18840
d48ba5e8
DE
188412014-10-02 Doug Evans <dje@google.com>
18842
18843 * gdb.base/structs.c (main): Don't run forever.
18844
2278c276
PA
188452014-10-02 Pedro Alves <palves@redhat.com>
18846
18847 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
18848 (top level) <stop threads 1, stop threads 2>: Use it.
18849
b57bacec
PA
188502014-10-02 Pedro Alves <palves@redhat.com>
18851
18852 * gdb.threads/break-while-running.exp (test): Add new
18853 'update_thread_list' argument. Skip "info threads" if false.
18854 (top level): Add new 'update_thread_list' axis.
18855
13fd3ff3
PA
188562014-10-02 Pedro Alves <palves@redhat.com>
18857
18858 PR breakpoints/17431
18859 * gdb.base/execl-update-breakpoints.c: New file.
18860 * gdb.base/execl-update-breakpoints.exp: New file.
18861
0fec99e8
PA
188622014-10-01 Pedro Alves <palves@redhat.com>
18863
18864 * gdb.base/breakpoint-in-ro-region.c: New file.
18865 * gdb.base/breakpoint-in-ro-region.exp: New file.
18866
2ddf4301
SM
188672014-10-01 Simon Marchi <simon.marchi@ericsson.com>
18868
18869 * gdb.mi/mi-exit-code.exp: New file.
18870 * gdb.mi/mi-exit-code.c: New file.
18871
6a5f3f43
YQ
188722014-09-30 Yao Qi <yao@codesourcery.com>
18873
18874 * lib/prelink-support.exp (build_executable_own_libs): Error if
18875 the target isn't native.
18876
345bcc73
YQ
188772014-09-30 Yao Qi <yao@codesourcery.com>
18878
18879 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
18880 false.
18881
a25a5a45
PA
188822014-09-22 Pedro Alves <palves@redhat.com>
18883
18884 * gdb.threads/break-while-running.exp: New file.
18885 * gdb.threads/break-while-running.c: New file.
18886
00ba3162
YQ
188872014-09-19 Yao Qi <yao@codesourcery.com>
18888
18889 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
18890 Invoke test. Restart GDB with --readnow and invoke test again.
18891
c3b7b696
YQ
188922014-09-19 Yao Qi <yao@codesourcery.com>
18893
18894 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
18895 proc set_breakpoint_on_gcd_function. Invoke
18896 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
18897 invoke set_breakpoint_on_gcd_function again.
18898
2b4fd423
DE
188992014-09-18 Doug Evans <dje@google.com>
18900
18901 * gdb.dwarf2/symtab-producer.exp: New file.
18902
a5947601
SDJ
189032014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
18904
18905 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
18906 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
18907 * gdb.base/global-var-nested-by-dso.c: Likewise.
18908 * gdb.base/global-var-nested-by-dso.exp: Likewise.
18909
91c19059
SDJ
189102014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
18911 Pedro Alves <palves@redhat.com>
18912
18913 * gdb.base/watch-bitfields.exp: Pass string other than test file
18914 name to prepare_for_testing.
18915 (watch): New procedure.
18916 (expect_watchpoint): Use with_test_prefix.
18917 (top level): Factor out tests to ...
18918 (test_watch_location, test_regular_watch): ... these new
18919 procedures, and use with_test_prefix and gdb_continue_to_end.
18920
bb9d5f81
PP
189212014-09-16 Patrick Palka <patrick@parcs.ath.cx>
18922
18923 PR breakpoints/12526
18924 * gdb.base/watch-bitfields.exp: New file.
18925 * gdb.base/watch-bitfields.c: New file.
18926
635856f5
PA
189272014-09-16 Pedro Alves <palves@redhat.com>
18928
18929 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
18930 software and hardware addresses, not software address against
18931 itself.
18932
7280ceea
PA
189332014-09-16 Pedro Alves <palves@redhat.com>
18934
18935 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
18936 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
18937
428b16bd
PA
189382014-09-16 Pedro Alves <palves@redhat.com>
18939
18940 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
18941 files.
18942 * gdb.base/a2-run.exp: Remove all code guarded by istarget
18943 "*-*-vxworks*" throughout.
18944 * gdb.base/break.exp: Likewise.
18945 * gdb.base/default.exp: Likewise.
18946 * gdb.base/scope.exp: Likewise.
18947 * gdb.base/sepdebug.exp: Likewise.
18948 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
18949 throughout.
18950 * gdb.base/run.c: Likewise.
18951 * gdb.base/sepdebug.c: Likewise.
18952 * gdb.hp/gdb.aCC/run.c: Likewise.
18953 * gdb.reverse/until-reverse.c: Likewise.
18954 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
18955
666d413c
YQ
189562014-09-16 Yao Qi <yao@codesourcery.com>
18957
18958 * boards/local-remote-host-native.exp: New file.
18959
57cbd724
DE
189602014-09-14 Doug Evans <xdje42@gmail.com>
18961
18962 * gdb.threads/queue-signal.c (thread_count): New variable.
18963 (thread_count_mutex, thread_count_condvar): New variables.
18964 (incr_thread_count, wait_all_threads_running): New functions.
18965 (main): Wait for all threads to be in their thread functions.
18966
81219e53
DE
189672014-09-13 Doug Evans <xdje42@gmail.com>
18968
18969 * gdb.threads/queue-signal.c: New file.
18970 * gdb.threads/queue-signal.exp: New file.
18971
3714cea7
DE
189722014-09-13 Doug Evans <xdje42@gmail.com>
18973
18974 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
18975 be consistent with what default_gdb_init uses.
18976 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
18977 the plain text of the prompt. Add some logging printfs.
18978 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
18979
fa43b1d7
PA
189802014-09-12 Pedro Alves <palves@redhat.com>
18981
18982 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
18983 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
18984 * gdb.arch/i386-size-overlap.exp: Likewise.
18985 * gdb.arch/i386-size.exp: Likewise.
18986 * gdb.arch/i386-unwind.exp: Likewise.
18987 * gdb.base/a2-run.exp: Likewise.
18988 * gdb.base/break.exp: Likewise.
18989 * gdb.base/charset.exp: Likewise.
18990 * gdb.base/chng-syms.exp: Likewise.
18991 * gdb.base/commands.exp: Likewise.
18992 * gdb.base/dbx.exp: Likewise.
18993 * gdb.base/find.exp: Likewise.
18994 * gdb.base/funcargs.exp: Likewise.
18995 * gdb.base/jit-simple.exp: Likewise.
18996 * gdb.base/reread.exp: Likewise.
18997 * gdb.base/sepdebug.exp: Likewise.
18998 * gdb.base/step-bt.exp: Likewise.
18999 * gdb.cp/mb-inline.exp: Likewise.
19000 * gdb.cp/mb-templates.exp: Likewise.
19001 * gdb.objc/basicclass.exp: Likewise.
19002 * gdb.threads/killed.exp: Likewise.
19003
9d9bf2df
EBM
190042014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
19005
19006 PR tdep/17379
19007 * gdb.arch/powerpc-stackless.S: New file.
19008 * gdb.arch/powerpc-stackless.exp: New file.
19009
1cf2f1b0
JK
190102014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
19011
19012 * gdb.base/attach.c: Include unistd.h.
19013 (main): Call alarm. Add label postloop.
19014 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
19015 gdb_breakpoint, gdb_continue_to_breakpoint.
19016 (test_command_line_attach_run): Kill ${testpid} in one exit path.
19017
98880d46
PA
190182014-09-11 Pedro Alves <palves@redhat.com>
19019
19020 PR gdb/17347
19021 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
19022 * gdb.base/attach.exp (test_command_line_attach_run): New
19023 procedure.
19024 (top level): Call it.
19025
4c92ff2c
PA
190262014-09-11 Pedro Alves <palves@redhat.com>
19027
19028 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
19029 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
19030 (do_command_attach_tests): Use spawn_wait_for_attach.
19031 * gdb.base/solib-overlap.exp: Likewise.
19032 * gdb.multi/multi-attach.exp: Likewise.
19033 * gdb.python/py-prompt.exp: Likewise.
19034 * gdb.python/py-sync-interp.exp: Likewise.
19035 * gdb.server/ext-attach.exp: Likewise.
19036
3adc1a7d
GKB
190372014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
19038
19039 * gdb.fortran/array-element.exp: Remove unexpected "continue"
19040 command in testcase. Simplify testcase.
19041
96334934
JB
190422014-09-10 Joel Brobecker <brobecker@adacore.com>
19043
19044 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
19045
eb479039
JB
190462014-09-10 Joel Brobecker <brobecker@adacore.com>
19047
19048 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
19049
deede10c
JB
190502014-09-10 Joel Brobecker <brobecker@adacore.com>
19051
19052 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
19053
7828a5f5
JB
190542014-09-10 Joel Brobecker <brobecker@adacore.com>
19055
19056 * gdb.dwarf2/dynarr-ptr.c: New file.
19057 * gdb.dwarf2/dynarr-ptr.exp: New file.
19058
33aeebcf
MR
190592014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
19060
19061 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
19062 of 30 rather than hardcoding 120 for a slow test case. Take the
19063 `gdb,timeout' target setting into account for this calculation.
19064 Don't extend the timeout for the test cases that don't need it.
19065
7b415901
MR
190662014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
19067
19068 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
19069 a factor of 2 for a slow test case. Take the `gdb,timeout'
19070 target setting into account for this calculation.
19071 * gdb.reverse/until-precsave.exp: Increase the timeout by
19072 a factor of 15 and 3 respectively rather than adding 120
19073 for a pair of slow test cases. Take the `gdb,timeout'
19074 target setting into account for this calculation.
19075
4a40f85a
MR
190762014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
19077
19078 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
19079 timeout, don't pass one down to gdb_expect.
19080 (gdb_expect): Rework timeout selection.
19081
09635af7
MR
190822014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
19083
19084 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
19085 exception on timeout.
19086 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
19087 (gdbserver_start_extended): Catch any `gdbserver_start' error
19088 exceptions.
19089 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
19090 * lib/mi-support.exp (mi_gdb_target_load): Catch any
19091 `gdbserver_gdb_load' error exceptions.
19092
2bdd10b7
MR
190932014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
19094
19095 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
19096 120 on waiting for the TCP socket to open.
19097
316935f0
DE
190982014-09-09 Doug Evans <xdje42@gmail.com>
19099
19100 * gdb.base/default.exp (show_conv_list): Add _caller_is,
19101 _caller_matches, _any_caller_is, _any_caller_matches.
19102
83740597
DE
191032014-09-09 Doug Evans <xdje42@gmail.com>
19104
19105 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
19106
4c122fc3
YQ
191072014-09-09 Yao Qi <yao@codesourcery.com>
19108
19109 * gdb.mi/mi-var-display.exp: Set print symbol off.
19110
a9f116cb
GKB
191112014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
19112
19113 PR gdb/17035
19114 * gdb.base/commands.exp: Add tests to verify user-defined
19115 commands with empty bodies.
19116 * gdb.python/py-cmd.exp: Test that we don't show user-defined
19117 python commands in `show user command`.
19118 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
19119 scheme commands in `show user command`.
19120
c75bd3a2
JK
191212014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
19122
19123 PR python/17355
19124 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
19125 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
19126 * gdb.python/py-framefilter-invalidarg.exp: New file.
19127 * gdb.python/py-framefilter-invalidarg.py: New file.
19128
faa42425
DE
191292014-09-06 Doug Evans <xdje42@gmail.com>
19130
19131 PR 15276
19132 * gdb.python/py-caller-is.c: New file.
19133 * gdb.python/py-caller-is.exp: New file.
19134
474ca4f6
SDJ
191352014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
19136
19137 PR gdb/17235
19138 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
19139 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
19140
eb0b0463
SDJ
191412014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
19142
19143 PR fortran/17237
19144 * gdb.fortran/print-formatted.exp: New file.
19145 * gdb.fortran/print-formatted.f90: Likewise.
19146
5f3b99cf
SS
191472014-09-03 Sasha Smundak <asmundak@google.com>
19148
19149 * gdb.python/py-frame.exp: Test Frame.read_register.
19150
7d793aa9
SDJ
191512014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
19152
19153 PR python/16699
19154 * gdb.python/py-completion.exp: New file.
19155 * gdb.python/py-completion.py: Likewise.
19156
fb0576e9
DE
191572014-08-28 Doug Evans <dje@google.com>
19158
19159 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
19160 eax,etc. are live with values set by gdb and thus the compiler can't
19161 use them.
19162 * gdb.arch/i386-pseudo.c (main): Ditto.
19163
ee92b0dd
DE
191642014-08-27 Doug Evans <dje@google.com>
19165
19166 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
19167
6649db35
DE
191682014-08-25 Doug Evans <dje@google.com>
19169
19170 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
19171 (main): Ditto.
19172
564b7600
DE
191732014-08-25 Doug Evans <dje@google.com>
19174
19175 * gdb.threads/thread-execl.exp: #include <stdio.h>.
19176
3881fb67
YQ
191772014-08-24 Yao Qi <yao@codesourcery.com>
19178
19179 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
19180 symbol off.
19181 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
19182
a05a36a5
DE
191832014-08-22 Doug Evans <dje@google.com>
19184
19185 PR 17276
19186 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
19187 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
19188 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
19189
7c343b48
YQ
191902014-08-22 Yao Qi <yao@codesourcery.com>
19191
19192 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
19193 * gdb.python/py-finish-breakpoint2.exp: Likewise.
19194 * gdb.python/python.exp: Likewise. Use .py file on the host
19195 instead of the build.
19196
22fd09ae
JK
191972014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
19198
19199 * gdb.threads/gcore-stale-thread.c: New file.
19200 * gdb.threads/gcore-stale-thread.exp: New file.
19201
a8454a7c
PA
192022014-08-21 Pedro Alves <palves@redhat.com>
19203
19204 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
19205 * gdb.base/gcore-relro-pie.exp: Likewise.
19206 * gdb.base/gcore-relro.exp: Likewise.
19207 * gdb.base/gcore.exp: Likewise.
19208 * gdb.base/print-symbol-loading.exp: Likewise.
19209 * gdb.threads/gcore-thread.exp: Likewise.
19210 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
19211
2a31c623
PA
192122014-08-20 Pedro Alves <palves@redhat.com>
19213 Jan Kratochvil <jan.kratochvil@redhat.com>
19214
19215 * Makefile.in (EXTRA_RULES, CC): New variables, get from
19216 configure.
19217 (EXPECT): Handle READ1 being set.
19218 (all): Depend on EXTRA_RULES.
19219 (check-read1, expect-read1, read1.so, read1): New rules.
19220 * README (Testsuite Parameters): Document the READ1 make variable.
19221 (Race detection): New section.
19222 * configure: Regenerate.
19223 * configure.ac: If build==host==target, and running under a
19224 GNU/glibc system, add read1 to the extra Makefile rules.
19225 (EXTRA_RULES): AC_SUBST it.
19226 * lib/read1.c: New file.
19227
d36430db
JB
192282014-08-20 Joel Brobecker <brobecker@adacore.com>
19229
19230 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
19231 the handling of variables declared as a typedef to an array
19232 which a DW_AT_data_location attribute.
19233
9a0dc9e3
PA
192342014-08-19 Andrew Burgess <aburgess@broadcom.com>
19235 Pedro Alves <palves@redhat.com>
19236
19237 PR symtab/14604
19238 PR symtab/14605
19239 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
19240 gdb_test.
19241
0718a8da
PA
192422014-08-19 Pedro Alves <palves@redhat.com>
19243
19244 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
19245
13b448cd
YQ
192462014-08-19 Yao Qi <yao@codesourcery.com>
19247
19248 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
19249 right line.
19250
1cbf5077
DB
192512014-08-18 David Blaikie <dblaikie@gmail.com>
19252
19253 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
19254
bf0fae19
JB
192552014-08-18 Joel Brobecker <brobecker@adacore.com>
19256
19257 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
19258 attribute in array range.
19259
3c8c5dcc
JB
192602014-08-18 Joel Brobecker <brobecker@adacore.com>
19261
19262 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
19263
e66d4446
SC
192642014-08-15 Siva Chandra Reddy <sivachandra@google.com>
19265
19266 PR c++/17132
19267 * gdb.cp/pr17132.cc: New file.
19268 * gdb.cp/pr17132.exp: New file.
19269
940df408
SC
192702014-08-15 Siva Chandra Reddy <sivachandra@google.com>
19271
19272 * gdb.python/py-xmethods.py (A_getarrayind)
19273 (E_method_char_worker.__call__, E_method_int_worker.__call__):
19274 Use 'print' with function call syntax.
19275 (E_method_matcher.match): Fix tab vs space indentation mixup.
19276
ebcc6c3a
YQ
192772014-08-15 Yao Qi <yao@codesourcery.com>
19278
19279 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
19280 false.
19281
775e0f04
YQ
192822014-08-15 Yao Qi <yao@codesourcery.com>
19283
19284 * gdb.cp/casts.exp: Set print symbol off.
19285 * gdb.cp/class2.exp: Likewise.
19286 * gdb.cp/overload.exp: Likewise.
19287 * gdb.cp/templates.exp: Likewise.
19288
d769e349
DE
192892014-08-11 Doug Evans <dje@google.com>
19290
19291 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
19292 (test_load_shlib): Update.
19293
20c6f1e1
YQ
192942014-08-09 Yao Qi <yao@codesourcery.com>
19295
19296 * gdb.base/display.exp: Invoke is_address_zero_readable.
19297 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
19298 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
19299 * gdb.base/hbreak-unmapped.exp: Return if
19300 is_address_zero_readable returns true.
19301 * gdb.base/signest.exp: Likewise.
19302 * gdb.base/signull.exp: Likewise.
19303 * gdb.base/sigbpt.exp: Likewise.
19304 * gdb.guile/scm-disasm.exp: Do the test if
19305 is_address_zero_readable returns false.
19306 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
19307 * gdb.python/py-arch.exp: Likewise.
19308 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
19309 * lib/gdb.exp (is_address_zero_readable): New proc.
19310
5792e8e3
YQ
193112014-08-09 Yao Qi <yao@codesourcery.com>
19312
19313 PR testsuite/13443
19314 * gdb.mi/mi-var-display.exp: Make test messages unique.
19315
3cecbbbe
TT
193162014-08-04 Tom Tromey <tromey@redhat.com>
19317
19318 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
19319 target 0".
19320
00b51ff5
TT
193212014-08-04 Tom Tromey <tromey@redhat.com>
19322
19323 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
19324 "target_resume".
19325
6908c509
JB
193262014-08-01 Joel Brobecker <brobecker@adacore.com>
19327
19328 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
19329 inner_vla_struct_object_size.
19330 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
19331 as xfail.
19332
cc6563d2
PA
193332014-07-30 Pedro Alves <palves@redhat.com>
19334
19335 * gdb.threads/signal-command-handle-nopass.exp (test): Add
19336 comment.
19337
7e09a223
YQ
193382014-07-29 Yao Qi <yao@codesourcery.com>
19339
19340 PR gdb/17206
19341 * gdb.base/until-nodebug.exp: New.
19342
7ebdbe92
DE
193432014-07-28 Doug Evans <xdje42@gmail.com>
19344
19345 PR guile/17203
19346 * gdb.guile/scm-parameter.exp: Add tests for trying to create
19347 previously existing parameter, and previously ambiguously spelled
19348 parameter.
19349
fdb1adc6
WN
193502014-07-28 Will Newton <will.newton@linaro.org>
19351
19352 * gdb.base/varargs.exp: Remove KFAILs for ARM.
19353
186fcde0
DE
193542014-07-26 Ludovic Courtès <ludo@gnu.org>
19355 Doug Evans <xdje42@gmail.com>
19356
19357 PR guile/17146
19358 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
19359
70509625
PA
193602014-07-25 Pedro Alves <palves@redhat.com>
19361
19362 * gdb.threads/signal-command-handle-nopass.c: New file.
19363 * gdb.threads/signal-command-handle-nopass.exp: New file.
19364 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
19365 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
19366 * gdb.threads/signal-delivered-right-thread.c: New file.
19367 * gdb.threads/signal-delivered-right-thread.exp: New file.
19368
c3f814a1
PA
193692014-07-25 Pedro Alves <palves@redhat.com>
19370
19371 * gdb.base/double-prompt-target-event-error.exp
19372 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
19373 match.
19374 (cancel_pagination_in_target_event): Rework double prompt
19375 detection.
19376 * gdb.base/paginate-after-ctrl-c-running.exp
19377 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
19378 <return>' match.
19379 * gdb.base/paginate-bg-execution.exp
19380 (test_bg_execution_pagination_return)
19381 (test_bg_execution_pagination_cancel): Remove '-notransfer
19382 <return>' matches.
19383 * gdb.base/paginate-execution-startup.exp
19384 (test_fg_execution_pagination_return)
19385 (test_fg_execution_pagination_cancel): Remove '-notransfer
19386 <return>' matches.
19387 * gdb.base/paginate-inferior-exit.exp
19388 (test_paginate_inferior_exited): Remove '-notransfer <return>'
19389 match.
19390 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
19391 * lib/gdb.exp (pagination_prompt): Run text through
19392 string_to_regexp.
19393 (gdb_test_multiple): Match $pagination_prompt instead of
19394 "<return>".
19395 (string_to_regexp): Move to lib/gdb-utils.exp.
19396
e214cf6c
JK
193972014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
19398
19399 * gdb.arch/amd64-entry-value-paramref.S: New file.
19400 * gdb.arch/amd64-entry-value-paramref.cc: New file.
19401 * gdb.arch/amd64-entry-value-paramref.exp: New file.
19402 * gdb.arch/amd64-optimout-repeat.S: New file.
19403 * gdb.arch/amd64-optimout-repeat.c: New file.
19404 * gdb.arch/amd64-optimout-repeat.exp: New file.
19405
17d0c5c8
JK
194062014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
19407
19408 PR gdb/17170
19409 * gdb.base/statistics.exp: New file.
19410
b8b8facf
DE
194112014-07-17 Doug Evans <dje@google.com>
19412
74b49205 19413 PR gdb/17170
b8b8facf
DE
19414 * gdb.base/maint.exp: Update testing of per-command stats.
19415
1b5d0ab3
PA
194162014-07-16 Pedro Alves <palves@redhat.com>
19417
19418 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
19419 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
19420 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
19421 (tfile_write_buf): New functions.
19422 (add_memory_block): Rewrite using the above.
19423 (adjust_function_address): New function.
19424 (FUNCTION_ADDRESS): New macro.
19425 (write_basic_trace_file): Remove short_x local, and use
19426 tfile_write_16. Change type of func_addr local to unsigned long
19427 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
19428 here. Cast argument of add_memory_block to char pointer.
19429 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
19430 (main): Remove parameters.
19431 * gdb.trace/tfile.exp: Remove nowarnings.
19432
4d974e88
SM
194332014-07-15 Simon Marchi <simon.marchi@ericsson.com>
19434
19435 * gdb.base/debug-expr.exp: Test string evaluation with
19436 "debug expression" on.
19437
41e99568
PA
194382014-07-15 Pedro Alves <palves@redhat.com>
19439
19440 * gdb.base/reread.exp: Use clean_restart.
19441
487d9753
PL
194422014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
19443
19444 * gdb.arch/avr-flash-qualifer.c: New.
19445 * gdb.arch/avr-flash-qualifer.exp: New.
19446
cc1c52ad
PA
194472014-07-14 Pedro Alves <palves@redhat.com>
19448
19449 * gdb.base/paginate-after-ctrl-c-running.c: New file.
19450 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
19451
1e973570
PA
194522014-07-14 Pedro Alves <palves@redhat.com>
19453
19454 * gdb.base/double-prompt-target-event-error.c: New file.
19455 * gdb.base/double-prompt-target-event-error.exp: New file.
19456
93d6eb10
PA
194572014-07-14 Pedro Alves <palves@redhat.com>
19458
19459 PR gdb/17072
19460 * gdb.base/paginate-inferior-exit.c: New file.
19461 * gdb.base/paginate-inferior-exit.exp: New file.
19462
0017922d
PA
194632014-07-14 Pedro Alves <palves@redhat.com>
19464
19465 PR gdb/17072
19466 * gdb.base/paginate-bg-execution.c: New file.
19467 * gdb.base/paginate-bg-execution.exp: New file.
19468
94696ad3
PA
194692014-07-14 Pedro Alves <palves@redhat.com>
19470
19471 PR gdb/17072
19472 * gdb.base/paginate-execution-startup.c: New file.
19473 * gdb.base/paginate-execution-startup.exp: New file.
19474 * lib/gdb.exp (pagination_prompt): New global.
19475 (default_gdb_spawn): New procedure, factored out from
19476 default_gdb_spawn.
19477 (default_gdb_start): Adjust to call default_gdb_spawn.
19478 (gdb_spawn): New procedure.
19479
bd293940
PA
194802014-07-14 Pedro Alves <palves@redhat.com>
19481
19482 * lib/gdb.exp (gdb_assert): New procedure.
19483 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
19484
c933f875
PA
194852014-07-14 Pedro Alves <palves@redhat.com>
19486
19487 * gdb.base/execution-termios.c: New file.
19488 * gdb.base/execution-termios.exp: New file.
19489
d98b7a16
TT
194902014-07-14 Tom Tromey <tromey@redhat.com>
19491
19492 * gdb.cp/vla-cxx.cc: New file.
19493 * gdb.cp/vla-cxx.exp: New file.
19494
548740d6
TT
194952014-07-14 Tom Tromey <tromey@redhat.com>
19496
19497 * gdb.reverse/rerun-prec.c: New file.
19498 * gdb.reverse/rerun-prec.exp: New file.
19499
a25eb028
MR
195002014-07-12 Maciej W. Rozycki <macro@mips.com>
19501 Maciej W. Rozycki <macro@codesourcery.com>
19502
19503 * lib/gdb-utils.exp: New file.
19504 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
19505 inline `gdb_init_command' processing.
19506 (gdb_start_cmd): Likewise.
19507 * lib/mi-support.exp (mi_run_cmd): Likewise.
19508 * README: Document `gdb_init_command' and `gdb_init_commands'.
19509
218c2655
JK
195102014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
19511
19512 Fix false FAIL running under a very long directory name.
19513 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
19514 and "set print elements 10000". Twice.
19515
5401fde3
YQ
195162014-07-11 Yao Qi <yao@codesourcery.com>
19517
19518 * gdb.base/exprs.exp: "set print symbol off".
19519
e76126e8
PA
195202014-07-11 Pedro Alves <palves@redhat.com>
19521
19522 * gdb.threads/kill.c: New file.
19523 * gdb.threads/kill.exp: New file.
19524
2d6f0de6
YQ
195252014-07-10 Yao Qi <yao@codesourcery.com>
19526
19527 * gdb.trace/tfile.c (write_basic_trace_file)
19528 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
19529 address written to trace file.
19530
7180e04a
PA
195312014-07-09 Pedro Alves <palves@redhat.com>
19532
19533 * gdb.base/attach-wait-input.exp: New file.
19534 * gdb.base/attach-wait-input.c: New file.
19535
9a9a7608
AB
195362014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
19537
19538 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
19539 setting up test structures.
19540 (main): Call new test function.
19541 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
19542 test function, continue into test function and walk test
19543 structures.
19544
161ac41e
YQ
195452014-07-02 Yao Qi <yao@codesourcery.com>
19546
19547 * gdb.trace/entry-values.c: Define labels 'foo_start' and
19548 'bar_start' at the beginning of functions 'foo' and 'bar'
19549 respectively.
19550 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
19551 instead of 'foo' and 'bar'.
19552
1f267ae3
MM
195532014-07-08 Markus Metzger <markus.t.metzger@intel.com>
19554
19555 * gdb.btrace/segv.exp: New.
19556 * gdb.btrace/segv.c: New.
19557
2b239efb
LM
195582014-07-02 Luis Machado <lgustavo@codesourcery.com>
19559
19560 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
19561 instruction.
19562
cf363f18
MW
195632014-06-30 Mark Wielaard <mjw@redhat.com>
19564
19565 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
19566 vulture, vilify, villar): New volatile array constants.
19567 (vindictive, vegetation): New const volatile array constants.
19568 * gdb.base/volatile.exp: Test volatile and const volatile array
19569 types.
19570
aebf9d24
AA
195712014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
19572
19573 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
19574 target lacks support for awatch, rwatch, or hbreak.
19575
b67a2c6f
YQ
195762014-06-27 Yao Qi <yao@codesourcery.com>
19577
19578 * gdb.multi/dummy-frame-restore.exp: New.
19579 * gdb.multi/dummy-frame-restore.c: New.
19580
aef92902
MM
195812014-06-25 Markus Metzger <markus.t.metzger@intel.com>
19582
19583 * gdb.btrace/gcore.exp: New.
19584
8e9db26e
PA
195852014-06-23 Pedro Alves <palves@redhat.com>
19586
19587 * gdb.base/watchpoint-reuse-slot.c: New file.
19588 * gdb.base/watchpoint-reuse-slot.exp: New file.
19589
70afc5b7
SC
195902014-06-23 Siva Chandra Reddy <sivachandra@google.com>
19591
19592 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
19593 progspace's filename in 'info', 'enable' and 'disable' command
19594 tests.
19595
b972bd9c
JK
195962014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
19597
19598 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
19599 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
19600 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
19601
125f8a3d
GB
196022014-06-20 Gary Benson <gbenson@redhat.com>
19603
19604 * gdb.arch/i386-avx.exp: Fix include file location.
19605 * gdb.arch/i386-sse.exp: Likewise.
19606
3ed9baed
IB
196072014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
19608
19609 * gdb.dlang/expression.exp: New file.
19610
034f788c
PA
196112014-06-19 Pedro Alves <palves@redhat.com>
19612
19613 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
19614 out from ...
19615 (top level): ... here. Iterate running tests under different
19616 scheduler-locking settings.
19617
45371d0c
LM
196182014-06-18 Luis Machado <lgustavo@codesourcery.com>
19619
19620 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
19621 to DW_FORM_addr and use non-zero addresses.
19622
5d376983
SC
196232014-06-18 Siva Chandra Reddy <sivachandra@google.com>
19624
19625 PR gdb/17017
19626 * gdb.python/py-xmethods.cc: Add global function call counters and
19627 increment them in their respective functions. Remove "cout"
19628 statements.
19629 * gdb.python/py-xmethods.exp: Make tests check the global function
19630 call counters instead of depending on inferior IO.
19631
a1aa2221
LM
196322014-06-18 Don Breazeal <donb@codesourcery.com>
19633
19634 * gdb.base/foll-fork.exp (default_fork_parent_follow):
19635 Deleted procedure.
19636 (explicit_fork_parent_follow): Deleted procedure.
19637 (explicit_fork_child_follow): Deleted procedure.
19638 (test_follow_fork): New procedure.
19639 (do_fork_tests): Replace calls to deleted procedures with
72f4393d 19640 calls to test_follow_fork and reset GDB for subsequent
a1aa2221
LM
19641 procedure calls.
19642
0fc05997
YQ
196432014-06-17 Yao Qi <yao@codesourcery.com>
19644
19645 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
19646 CP1252.
19647
70795c52
LM
196482014-06-17 Luis Machado <lgustavo@codesourcery.com>
19649
19650 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
19651 Initialize ptr and S explicitly.
19652 (skip_type_update_when_not_use_rtti_test): Likewise.
19653
6be47f0c
KS
196542014-06-16 Keith Seitz <keiths@redhat.com>
19655
19656 PR mi/15863
19657 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
19658 the inferior is started.
19659
d03de421
PA
196602014-06-16 Pedro Alves <palves@redhat.com>
19661
19662 * gdb.base/break-main-file-remove-fail.c: New file.
19663 * gdb.base/break-main-file-remove-fail.exp: New file.
19664 * gdb.base/break-unload-file.exp: Use build_executable instead of
19665 prepare_for_testing.
19666 (test_break): New parameter "initial_load". Handle it.
19667 (top level): Add initial_load cmdline/file axis.
19668
f9579b99
TT
196692014-06-12 Tom Tromey <tromey@redhat.com>
19670
19671 * gdb.base/completion.exp: Don't use directory name in test.
19672
3657956b
GB
196732014-06-09 Gary Benson <gbenson@redhat.com>
19674
19675 * gdb.base/sigall.c [Functions to send signals]: Reorder to
19676 separate the always-available ANSI-standard signals from the
19677 signals that require checking.
19678 (main): Likewise.
19679 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
19680 Likewise.
19681 (main): Likewise.
19682
4186eb54
KS
196832014-06-07 Keith Seitz <keiths@redhat.com>
19684
19685 Revert:
19686 PR c++/16253
19687 * gdb.cp/var-tag.cc: New file.
19688 * gdb.cp/var-tag.exp: New file.
19689 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
19690 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
19691 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
19692 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
19693
25326a28 196942014-06-06 Doug Evans <xdje42@gmail.com>
6da01dbe
DE
19695
19696 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
19697
829155c9
PA
196982014-06-06 Pedro Alves <palves@redhat.com>
19699
19700 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
19701 in target debug output instead of looking at RSP packets,
19702 disabling the test on any target that uses hardware stepping.
19703 Update comments.
19704
61c8d22e
PA
197052014-06-06 Pedro Alves <palves@redhat.com>
19706
19707 * gdb.base/break-unload-file.exp: Fix typo.
19708
d9a47287
YQ
197092014-06-06 Yao Qi <yao@codesourcery.com>
19710
19711 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
19712 from "jit_function" to "^jit_function".
19713
e5e01dbf
YQ
197142014-06-06 Yao Qi <yao@codesourcery.com>
19715
19716 * gdb.base/async.c (foo): Add one statement.
19717 * gdb.base/async.exp: Get the next instruction address and
19718 match the output of "nexti" by instruction address. Match
19719 the hex address in the output of "finish".
19720
73ba372c
GB
197212014-06-06 Gary Benson <gbenson@redhat.com>
19722
19723 * gdb.base/call-signals.c: Remove preprocessor conditionals
19724 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
19725 SIGSEGV and SIGTERM.
19726 * gdb.base/sigall.c: Likewise.
19727 * gdb.base/unwindonsignal.c: Likewise.
19728 * gdb.reverse/sigall-reverse.c: Likewise.
19729
831517df
YQ
197302014-06-06 Yao Qi <yao@codesourcery.com>
19731
19732 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
19733 readable, skip the test.
19734
b8b91e98
YQ
197352014-06-06 Yao Qi <yao@codesourcery.com>
19736
19737 * gdb.threads/staticthreads.c (thread_function): Move the line
19738 setting breakpoint on forward.
19739 * gdb.threads/staticthreads.exp: Update comments.
19740
fb934770
LC
197412014-06-05 Ludovic Courtès <ludo@gnu.org>
19742
19743 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
19744 "history-append! type error".
19745
6ef284bd
SM
197462014-06-05 Simon Marchi <simon.marchi@ericsson.com>
19747
19748 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
19749 erroneous dprintf expected input.
19750
a872e241
DE
197512014-06-04 Doug Evans <xdje42@gmail.com>
19752
19753 * gdb.guile/scm-generics.exp: Delete.
19754
16f691fb
DE
197552014-06-04 Doug Evans <xdje42@gmail.com>
19756
19757 * gdb.guile/scm-breakpoint.exp: Update.
19758 Add tests for breakpoint registration.
19759
012370f6
TT
197602014-06-04 Tom Tromey <tromey@redhat.com>
19761
19762 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
19763 VLA-in-union.
19764 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
19765 inner_vla_struct, vla_union types. Initialize objects of those
19766 types and compute their sizes.
19767
9f5a4cef
HZ
197682014-06-04 Nathan Sidwell <nathan@codesourcery.com>
19769 Hui Zhu <hui@codesourcery.com>
19770
19771 * gdb.base/fileio.exp: Add test for shell not available as well as
19772 available.
19773 * gdb.base/fileio.c (test_system): Check for shell twice.
19774
90a45c4d
YQ
197752014-06-04 Yao Qi <yao@codesourcery.com>
19776
19777 * gdb.base/auto-connect-native-target.exp: Remove redundant
19778 space from the regexp pattern.
19779
70017e41
YQ
197802014-06-04 Yao Qi <yao@codesourcery.com>
19781
19782 * gdb.base/default.exp: Replace "child" with "native" in
19783 regexp pattern.
19784
883964a7
SC
197852014-06-03 Siva Chandra Reddy <sivachandra@google.com>
19786
19787 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
19788 * gdb.python/py-xmethods.exp: New tests to test xmethods.
19789 * gdb.python/py-xmethods.py: Python script supporting the
19790 new testcase and tests.
19791
ef370185
JB
197922014-06-03 Joel Brobecker <brobecker@adacore.com>
19793 Pedro Alves <palves@redhat.com>
19794
19795 PR breakpoints/17000
19796 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
19797 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
19798
1e2ccb61
BM
197992014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
19800
19801 * gdb.base/subst.exp: Add tests to verify partial path matching
19802 output.
19803
c6ec5ab2
PA
198042014-06-03 Pedro Alves <palves@redhat.com>
19805
19806 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
19807 target that doesn't use software single-stepping.
19808
835c559f
PA
198092014-06-03 Pedro Alves <palves@redhat.com>
19810
19811 PR breakpoints/17000
19812 * gdb.base/sss-bp-on-user-bp-2.c: New file.
19813 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
19814
06eb1586
DE
198152014-06-02 Doug Evans <xdje42@gmail.com>
19816
19817 * gdb.guile/scm-parameter.exp: New file.
19818
e698b8c4
DE
198192014-06-02 Doug Evans <xdje42@gmail.com>
19820
19821 * gdb.guile/scm-cmd.c: New file.
19822 * gdb.guile/scm-cmd.exp: New file.
19823
ded03782
DE
198242014-06-02 Doug Evans <xdje42@gmail.com>
19825
19826 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
19827 pretty-printer lookup.
19828 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
19829 (make-pp_s-printer): Call it.
19830 (make-pretty-printer-from-dict): New function.
19831 (lookup-pretty-printer-maker-from-dict): New function.
19832 (*pretty-printer*): Simplify.
19833 (make-objfile-pp_s-printer): New function.
19834 (install-objfile-pretty-printers!): New function.
19835 (make-progspace-pp_s-printer): New function.
19836 (install-progspace-pretty-printers!): New function.
19837 * gdb.guile/scm-progspace.c: New file.
19838 * gdb.guile/scm-progspace.exp: New file.
19839
41fac0cf
PA
198402014-06-02 Pedro Alves <palves@redhat.com>
19841
19842 * gdb.base/dprintf-bp-same-addr.c: New file.
19843 * gdb.base/dprintf-bp-same-addr.exp: New file.
19844
96ae5695
EBM
198452014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
19846
19847 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
19848 * gdb.arch/powerpc-power.s: Likewise.
19849
da02b3a8
JB
198502014-06-02 Joel Brobecker <brobecker@adacore.com>
19851
19852 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
19853
c72b2e7b
YQ
198542014-06-01 Yao Qi <yao@codesourcery.com>
19855
19856 * gdb.base/watchpoint.exp (test_watch_location): Check null
19857 pointer can be dereferenced. If not, do the test, otherwise
19858 skip it.
19859
53e8a631
AB
198602014-05-30 Andrew Burgess <aburgess@broadcom.com>
19861
19862 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
19863 results.
19864 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
19865
938f0e2f
AB
198662014-05-30 Andrew Burgess <aburgess@broadcom.com>
19867
19868 * gdb.arch/amd64-invalid-stack-middle.S: New file.
19869 * gdb.arch/amd64-invalid-stack-middle.c: New file.
19870 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
19871 * gdb.arch/amd64-invalid-stack-top.c: New file.
19872 * gdb.arch/amd64-invalid-stack-top.exp: New file.
19873
9ba6657a
PA
198742014-05-30 Pedro Alves <palves@redhat.com>
19875
19876 PR breakpoints/17000
19877 * gdb.base/sss-bp-on-user-bp.c: New file.
19878 * gdb.base/sss-bp-on-user-bp.exp: New file.
19879
522c09bf
DB
198802014-05-30 David Blaikie <dblaikie@gmail.com>
19881
19882 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
19883 gnu_inline semantics via attribute.
19884 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
19885 source explicitly specifies the required semantics.
19886
bf4ef81e
MR
198872014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
19888
19889 * gdb.reverse/sigall-reverse.exp: Fix a typo.
19890
329ea579
PA
198912014-05-29 Pedro Alves <palves@redhat.com>
19892 Tom Tromey <tromey@redhat.com>
19893
19894 * gdb.base/async-shell.exp: Don't enable target-async.
19895 * gdb.base/async.exp
19896 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
19897 parameter. Adjust.
19898 (top level): Don't test with "target-async".
19899 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
19900 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
19901 * gdb.base/inferior-died.exp: Don't enable target-async.
19902 * gdb.base/interrupt-noterm.exp: Likewise.
19903 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
19904 * gdb.mi/mi-nonstop-exit.exp: Likewise.
19905 * gdb.mi/mi-nonstop.exp: Likewise.
19906 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
19907 * gdb.mi/mi-nsintrall.exp: Likewise.
19908 * gdb.mi/mi-nsmoribund.exp: Likewise.
19909 * gdb.mi/mi-nsthrexec.exp: Likewise.
19910 * gdb.mi/mi-watch-nonstop.exp: Likewise.
19911 * gdb.multi/watchpoint-multi.exp: Adjust comment.
19912 * gdb.python/py-evsignal.exp: Don't enable target-async.
19913 * gdb.python/py-evthreads.exp: Likewise.
19914 * gdb.python/py-prompt.exp: Likewise.
19915 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
19916 * gdb.server/solib-list.exp: Don't enable target-async.
19917 * gdb.threads/thread-specific-bp.exp: Likewise.
19918 * lib/mi-support.exp: Adjust to use mi-async.
19919
fd664c91
PA
199202014-05-29 Pedro Alves <palves@redhat.com>
19921
19922 PR gdb/13860
19923 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
19924 reason, even in sync mode.
19925
251bde03
PA
199262014-05-29 Pedro Alves <palves@redhat.com>
19927 Hui Zhu <hui@codesourcery.com>
19928
19929 PR PR15693
19930 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
19931 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
19932 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
19933 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
19934
7f3c0343
JB
199352014-05-28 Joel Brobecker <brobecker@adacore.com>
19936
19937 * config/monitor.exp (gdb_target_monitor): Replace use of
19938 "set remotebaud" by "set serial baud".
19939
b2715b27
AW
199402014-05-26 Andy Wingo <wingo@igalia.com>
19941
19942 * gdb.guile/scm-breakpoint.exp:
19943 * gdb.guile/scm-gsmob.exp: Update to use plain old object
19944 properties instead of gdb-object-properties.
19945
498a4489
YQ
199462014-05-26 Yao Qi <yao@codesourcery.com>
19947
19948 * gdb.server/no-thread-db.exp: Specify source file name
19949 explicitly when setting a breakpoint.
19950
589fdceb
MM
199512014-05-23 Markus Metzger <markus.t.metzger@intel.com>
19952
19953 * gdb.btrace/vdso.c: New.
19954 * gdb.btrace/vdso.exp: New.
19955
e9089e05
MM
199562014-05-23 Markus Metzger <markus.t.metzger@intel.com>
19957
19958 * gdb.base/gcore.exp (capture_command_output): Move ...
19959 * lib/gdb.exp (capture_command_output): ... here.
19960
67b5c0c1
MM
199612014-05-23 Markus Metzger <markus.t.metzger@intel.com>
19962
19963 * gdb.btrace/data.exp: Test memory access during btrace replay.
19964
a2199296
SM
199652014-05-22 Simon Marchi <simon.marchi@ericsson.com>
19966
19967 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
19968
17b2616c
PA
199692014-05-21 Pedro Alves <palves@redhat.com>
19970
19971 PR gdb/13860
19972 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
19973 (top level): Test that output related to execution commands is
19974 sent to the console with CLI commands, but not with MI commands.
19975 Test that breakpoint events are always mirrored to the console.
19976 Also expect the new source line to be output after a "next" in
19977 async mode too. Make it a pass/fail test.
19978 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
19979 output.
19980 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
19981
5166082f
PA
199822014-05-21 Pedro Alves <palves@redhat.com>
19983
19984 * gdb.base/list.exp (build_pattern, test_list): New procedures.
19985 Use them to test variations of "list" after reaching a breakpoint.
19986 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
19987 Test "list" with listsize 10 after reaching a breakpoint.
19988 * gdb.python/python.exp (decode_line current location line
19989 number): Adjust expected line number.
19990
2f25d70f
SM
199912014-05-21 Simon Marchi <simon.marchi@ericsson.com>
19992
19993 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
19994 behavior for $args, pass it directly to "run".
19995
ff604a67
MR
199962014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
19997
19998 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
19999 30000 to 65536.
20000
6a3cb8e8
PA
200012014-05-21 Pedro Alves <palves@redhat.com>
20002
20003 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
20004 auto-connect-native-target off".
20005 * gdb.base/auto-connect-native-target.c: New file.
20006 * gdb.base/auto-connect-native-target.exp: New file.
20007
4ebfc96e
PA
200082014-05-21 Pedro Alves <palves@redhat.com>
20009
20010 * gdb.base/default.exp: Test "target native" instead of "target
20011 child".
20012
36d46afb
MW
200132014-05-21 Mark Wielaard <mjw@redhat.com>
20014
20015 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
20016
5876f503
JK
200172014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
20018
20019 Fix TLS access for -static -pthread.
20020 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
20021 <HAVE_TLS> (thread_function, main): Initialize it.
20022 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
20023 Add clean_restart.
20024 <$have_tls != "">: Check TLSVAR.
20025
0256a6ac
PA
200262014-05-21 Pedro Alves <palves@redhat.com>
20027
20028 * gdb.base/dcache-line-read-error.c: New.
20029 * gdb.base/dcache-line-read-error.exp: New.
20030
936d2992
PA
200312014-05-20 Pedro Alves <palves@redhat.com>
20032
20033 * gdb.base/compare-sections.c: New file.
20034 * gdb.base/compare-sections.exp: New file.
20035
802e8e6d
PA
200362014-05-20 Pedro Alves <palves@redhat.com>
20037
20038 * gdb.base/break-idempotent.c: New file.
20039 * gdb.base/break-idempotent.exp: New file.
20040
e59fa00f
MM
200412014-05-20 Markus Metzger <markus.t.metzger@intel.com>
20042
20043 * gdb.btrace/nohist.exp: New.
20044
8b696e31
YQ
200452014-05-20 Yao Qi <yao@codesourcery.com>
20046
20047 * lib/gdb.exp (gdb_init): Set timeout if test file is under
20048 gdb.reverse directory and gdb_reverse_timeout exists in board
20049 setting.
20050 * README: Document gdb_reverse_timeout.
20051
73c9764f
YQ
200522014-05-20 Yao Qi <yao@codesourcery.com>
20053
20054 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
20055 'test_file_name'. Treat args as a string instead of a list.
20056 (gdb_init): Rename argument 'args' by 'test_file_name'.
20057
f1f4348a
JK
200582014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
20059
20060 * gdb.arch/powerpc-power.exp: New file.
20061 * gdb.arch/powerpc-power.s: New file.
20062
0dbe70ce
DE
200632014-05-16 Doug Evans <dje@google.com>
20064
20065 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
d7761c2c
DE
20066 * gdb.base/completion.exp: Check that all expected files exist
20067 before doing file completion.
0dbe70ce 20068
8d551b02
DE
200692014-05-16 Doug Evans <dje@google.com>
20070
20071 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
20072 Update.
20073 (do_syscall_tests_without_xml): Update.
20074
73eb7709
PA
200752014-05-16 Pedro Alves <palves@redhat.com>
20076
20077 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
20078 instead of "unknown output after running".
20079
3fae92fc
YQ
200802014-05-16 Yao Qi <yao@codesourcery.com>
20081
20082 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
20083 file1.txt from host at the end.
20084 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
20085
c2b2ccc5
DE
200862014-05-15 Doug Evans <dje@google.com>
20087
20088 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
20089 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
20090 loading file. Add test for TU lookup.
20091
8c217a4b
SM
200922014-05-15 Simon Marchi <simon.marchi@ericsson.com>
20093
20094 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
20095 calling "-exec-arguments" or "set args" before running the
20096 inferior.
20097
3deb39c6
SM
200982014-05-15 Simon Marchi <simon.marchi@ericsson.com>
20099
20100 * lib/mi-support.exp (mi_expect_stop): Expect message for
20101 inferiors that exit with non-zero exit code.
20102
71a79f8c
YQ
201032014-05-14 Yao Qi <yao@codesourcery.com>
20104
20105 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
20106 match absolute path on remote host.
20107 (test_file_list_exec_source_files): Remove "/" from the
20108 pattern.
20109
f23fcd46
YQ
201102014-05-14 Yao Qi <yao@codesourcery.com>
20111
20112 * boards/local-remote-host-notty.exp (${board}_file): New
20113 proc.
20114
9404b58f
KM
201152014-05-07 Kyle McMartin <kyle@redhat.com>
20116
20117 Pushed by Joel Brobecker <brobecker@adacore.com>.
20118 * gdb.arch/aarch64-atomic-inst.c: New file.
20119 * gdb.arch/aarch64-atomic-inst.exp: New file.
20120
5e45f04c
YQ
201212014-05-07 Yao Qi <yao@codesourcery.com>
20122
20123 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
20124 in current context" too.
20125
c888a17d
KS
201262014-05-05 Keith Seitz <keiths@redhat.com>
20127
20128 * gdb.linespec/ls-dollar.exp: Add test for linespec
20129 file:convenience_variable.
20130
290a839c
YQ
201312014-05-05 Yao Qi <yao@codesourcery.com>
20132
20133 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
20134 traceframes into tfile and ctf trace files. Read data from
20135 trace file and test collected data.
20136 (gdb_collect_locals_test): Likewise.
20137 (gdb_unavailable_registers_test): Likewise.
20138 (gdb_unavailable_floats): Likewise.
20139 (gdb_collect_globals_test): Likewise.
20140 (top-level): Append "ctf" to trace_file_targets if GDB
20141 supports.
20142
b5262cd0
YQ
201432014-05-05 Yao Qi <yao@codesourcery.com>
20144
20145 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
20146 code to ...
20147 (gdb_collect_args_test_1): ... it. New proc.
20148 (gdb_collect_locals_test): Move some code to ...
20149 (gdb_collect_locals_test_1): ... it. New proc.
20150 (gdb_unavailable_registers_test): Move some code to ...
20151 (gdb_unavailable_registers_test_1): ... it. New proc.
20152 (gdb_unavailable_floats): Move some code to ...
20153 (gdb_unavailable_floats_1): ... it. New proc.
20154
30a1e6cc
SDJ
201552014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
20156
20157 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
20158 probes to test for bitness recognition.
20159 * gdb.arch/amd64-stap-optional-prefix.exp
20160 (test_probe_value_without_reg): New procedure.
20161 Add code to test for different kinds of bitness.
20162
f33da99a
SDJ
201632014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
20164
20165 PR breakpoints/16889
20166 * gdb.arch/amd64-stap-optional-prefix.S: New file.
20167 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
20168
5b80f00d
PA
201692014-05-01 Pedro Alves <palves@redhat.com>
20170
20171 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
20172 gdb_file_cmd if no file is specified.
20173 * boards/native-extended-gdbserver.exp (gdb_load): Use the
20174 last_loaded_file to set the remote exec-file.
20175
f8c2a73c
PA
201762014-05-01 Pedro Alves <palves@redhat.com>
20177
20178 * boards/local-remote-host.exp: New file.
20179
be6e8ac7
PA
201802014-05-01 Pedro Alves <palves@redhat.com>
20181
20182 * boards/local-remote-host.exp: Rename to ...
20183 * boards/local-remote-host-notty.exp: ... this.
20184
cac0dc8f
JB
201852014-04-28 Joel Brobecker <brobecker@adacore.com>
20186
20187 * gdb.ada/dyn_arrayidx: New testcase.
20188
9730e6cc
YQ
201892014-04-26 Yao Qi <yao@codesourcery.com>
20190
20191 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
20192 and compute the length of function main. Save it in
20193 $main_length.
20194 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
20195 (top-level): Use gdb_compile to compile objects into
20196 executable and restart GDB. Remove invocation to
20197 prepare_for_testing.
20198
7ae1a6a6
PA
201992014-04-25 Simon Marchi <simon.marchi@ericsson.com>
20200 Pedro Alves <palves@redhat.com>
20201
20202 PR server/16255
20203 * gdb.multi/multi-attach.c: New file.
20204 * gdb.multi/multi-attach.exp: New file.
20205
4082afcc
PA
202062014-04-25 Pedro Alves <palves@redhat.com>
20207
20208 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
20209 user.
20210 (top level): Test that "set remote conditional-breakpoints-packet
20211 off" works as intended.
20212 * gdb.base/dprintf.exp: Test that "set remote
20213 breakpoint-commands-packet off" works as intended.
20214 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
20215 New function.
20216 (top level): Call it.
20217 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
20218 remote fast-tracepoints-packet off" works as intended.
20219 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
20220 * lib/gdb.exp (gdb_is_target_remote): ... here.
20221
2abc3f8d
DB
202222014-04-24 David Blaikie <dblaikie@gmail.com>
20223
20224 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
20225 ensure clang would not discard them.
20226 * gdb.base/gdbvars.c: Ditto.
20227 * gdb.base/memattr.c: Ditto.
20228 * gdb.base/whatis.c: Ditto.
20229 * gdb.python/py-prettyprint.c: Ditto.
20230 * gdb.trace/actions.c: Ditto.
20231 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
20232 ensure clang would not discard it.
20233
bfd39632
DB
202342014-04-24 David Blaikie <dblaikie@gmail.com>
20235
20236 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
20237 clang to emit the full definition of type required by the test
20238 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
20239
22842ff6
DB
202402014-04-24 David Blaikie <dblaikie@gmail.com>
20241
20242 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
20243 coax Clang into emitting the definition of the type.
20244 * gdb.cp/pr10728-x.h (y): Ditto.
20245 * gdb.cp/pr10728-y.cc (y): Ditto.
20246
c2e827ad
DB
202472014-04-24 David Blaikie <dblaikie@gmail.com>
20248
20249 * gdb.base/label.exp: XFAIL label related tests under Clang.
20250 * gdb.cp/cplabel.exp: Ditto.
20251 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
20252 under Clang those using labels.
20253
4c2d33e7
YQ
202542014-04-25 Yao Qi <yao@codesourcery.com>
20255
20256 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
20257 double_label.
20258 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
20259 partial_label and double_label.
20260
56083b99
DB
202612014-04-24 David Blaikie <dblaikie@gmail.com>
20262
20263 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
20264
25d4e99d
DB
202652014-04-24 David Blaikie <dblaikie@gmail.com>
20266
20267 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
20268 of the function to work across GCC and Clang.
20269 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
20270 pointer types (const void ** const V void **).
20271
01f9f808
MS
202722014-04-24 Michael Sturm <michael.sturm@mintel.com>
20273 Walfred Tedeschi <walfred.tedeschi@intel.com>
20274
20275 * Makefile.in (EXECUTABLES): Added i386-avx512.
20276 * gdb.arch/i386-avx512.c: New file.
20277 * gdb.arch/i386-avx512.exp: Likewise.
20278
4b48d439
KS
202792014-04-23 Keith Seitz <keiths@redhat.com>
20280
20281 * lib/mi-support.exp (mi_list_breakpoints): Delete.
20282 (mi_make_breakpoint_table): New procedure.
20283 (mi_create_breakpoint): Use mi_make_breakpoint
20284 and return the result.
20285 (mi_make_breakpoint): New procedure.
20286 (mi_build_kv_pairs): New procedure.
20287
20288 * gdb.mi/mi-break.exp: Remove unused globals,
20289 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
20290 All callers updated.
20291 * gdb.mi/mi-dprintf.exp: Use variable to track command
20292 number.
20293 Update all callers of mi_create_breakpoint and use
20294 mi_make_breakpoint_table.
20295 Remove any unused global variables.
20296 * gdb.mi/mi-nonstop.exp: Likewise.
20297 * gdb.mi/mi-nsintrall.exp: Likewise.
20298 * gdb.mi/mi-nsmoribund.exp: Likewise.
20299 * gdb.mi/mi-nsthrexec.exp: Likewise.
20300 * gdb.mi/mi-reverse.exp: Likewise.
20301 * gdb.mi/mi-simplerun.exp: Likewise.
20302 * gdb.mi/mi-stepn.exp: Likewise.
20303 * gdb.mi/mi-syn-frame.exp: Likewise.
20304 * gdb.mi/mi-until.exp: Likewise.
20305 * gdb.mi/mi-var-cp.exp: Likewise.
20306 * gdb.mi/mi-var-display.exp: Likewise.
20307 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
20308 * gdb.mi/mi2-var-child.exp: Likewise.
20309 * gdb.mi/mi-vla-c99.exp: Likewise.
20310 * lib/mi-support.exp: Likewise.
20311
20312 From Ian Lance Taylor <iant@cygnus.com>:
20313 * lib/gdb.exp (parse_args): New procedure.
20314
08351840
PA
203152014-04-23 Pedro Alves <palves@redhat.com>
20316
20317 * gdb.base/break-unload-file.c: New file.
20318 * gdb.base/break-unload-file.exp: New file.
20319 * gdb.base/sym-file-lib.c (baz): New function.
20320 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
20321 field.
20322 (load): Store the segment's mapped size.
20323 (unload): New function.
20324 (unload_shlib): New function.
20325 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
20326 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
20327 set a breakpoint at baz, and call it.
20328 * gdb.base/sym-file.exp: New tests for stale breakpoint
20329 instructions.
20330
076855f9
PA
203312014-04-23 Pedro Alves <palves@redhat.com>
20332
20333 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
20334 * gdb.base/hbreak-in-shr-unsupported.c: New file.
20335 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
20336 * gdb.base/hbreak-unmapped.c: New file.
20337 * gdb.base/hbreak-unmapped.exp: New file.
20338 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
20339 * lib/gdb.exp (gdb_is_target_remote): ... here.
20340
483805cf
PA
203412014-04-22 Pedro Alves <palves@redhat.com>
20342
20343 * gdb.base/consecutive-step-over.c: New file.
20344 * gdb.base/consecutive-step-over.exp: New file.
20345
06d97543
PA
203462014-04-22 Pedro Alves <palves@redhat.com>
20347
20348 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
20349 instead of send_gdb/gdb_expect.
20350
b4429ea2
YQ
203512014-04-22 Yao Qi <yao@codesourcery.com>
20352
20353 * lib/trace-support.exp (generate_tracefile): New procedure.
20354 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
20355 return 0.
20356 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
20357 if generate_tracefile returns 1.
20358
51d48146
PA
203592014-04-18 Tom Tromey <palves@redhat.com>
20360 Pedro alves <tromey@redhat.com>
20361
20362 PR backtrace/15558
20363 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
20364 with a backtrace limit.
20365 * gdb.python/py-frame-inline.exp: Test running to an inline
20366 function with a backtrace limit, and printing the newest frame.
20367 * gdb.python/py-frame-inline.c (main): Call f.
20368
bd1dce5f
MS
203692014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
20370
20371 * gdb.java/jnpe.exp: Drop srcdir from untested path.
20372
40d1a503
MS
203732014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
20374
20375 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
20376 Drop prefix from unsupported source file path.
20377
389b98f7
YQ
203782014-04-17 Yao Qi <yao@codesourcery.com>
20379
20380 * lib/gdb.exp (with_target_charset): New proc.
20381 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
20382 with_target_charset.
20383 (test_print_strings): Likewise.
20384 (test_repeat_bytes): Likewise.
20385 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
20386 for some tests.
20387
22869d73
KS
203882014-04-16 Keith Seitz <keiths@redhat.com>
20389
20390 PR gdb/15827
20391 * gdb.dwarf2/corrupt.c: New file.
20392 * gdb.dwarf2/corrupt.exp: New file.
20393
c4f87ca6
KS
203942014-04-16 Keith Seitz <keiths@redhat.com>
20395
20396 PR c++/16597
20397 * gdb.cp/namelessclass.cc: New file.
20398 * gdb.cp/namelessclass.exp: New file.
20399 * gdb.cp/namelessclass.S: New file.
20400
ab19de87
DE
204012014-04-16 Doug Evans <dje@google.com>
20402
20403 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
20404 Add comment.
20405 (gdbserver_default_get_comm_port): New function.
20406 (gdbserver_start): Check if board file provided
20407 "gdbserver,get_comm_port" and use it if so.
20408 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
20409 (gdb,socketport): Set to "stdio".
20410 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
20411 (stdio_gdbserver_template): Delete.
20412 (${board}_get_remote_address): Update.
20413 (${board}_build_remote_cmd): Delete.
20414 (${board}_get_comm_port): New function.
20415 (${board}_spawn): Update.
20416 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
20417 Delete.
20418 (${board}_get_remote_address): Update.
20419 (${board}_get_comm_port): New function.
20420
fc98a809
AB
204212014-04-16 Andrew Burgess <aburgess@broadcom.com>
20422
20423 * gdb.base/memattr.exp: Improve regexps to handle memory regions
20424 appearing in any order.
20425
87fd9e6e
DE
204262014-04-15 Doug Evans <dje@google.com>
20427
20428 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
20429 uninitialized value of "description".
20430
099fc3ea
KS
204312014-04-15 Keith Seitz <keiths@redhat.com>
20432
20433 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
20434 Remove unused globals.
20435 (test_running_the_program): Likewise.
20436 (test_controlled_execution): Likewise.
20437 (test_controlling_breakpoints): Likewise.
20438 (test_program_termination): Likewise.
20439
5da151d4
KS
204402014-04-15 Keith Seitz <keiths@redhat.com>
20441
20442 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
20443 unused globals.
20444 (test_rbreak_creation_and_listing): Likewise.
20445 (test_ignore_count): Likewise.
20446 (test_error): Likewise.
20447
35e5d2f0
PA
204482014-04-15 Pedro Alves <palves@redhat.com>
20449
20450 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
20451 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
20452 sym-file-loader.c.
20453 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
20454 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
20455 to sym-file-loader.c.
20456 (struct library): Forward declare.
20457 (load_shlib, lookup_function): Change prototypes.
20458 (find_shstrtab, find_strtab, find_shdr, find_symtab)
20459 (translate_offset): Remove declarations.
20460 (get_text_addr): New declaration.
20461 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
20462 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
20463 sym-file-loader.h.
20464 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
20465 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
20466 here from sym-file-loader.h.
20467 (struct library): New structure.
20468 (load_shlib, lookup_function): Change prototypes and adjust to
20469 work with a struct library.
20470 (find_shstrtab, find_strtab, find_shdr, find_symtab)
20471 (translate_offset): Make static.
20472 (get_text_addr): New function.
20473 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
20474
eb4c1710
PA
204752014-04-15 Pedro Alves <palves@redhat.com>
20476
20477 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
20478
2d1baf52
PA
204792014-04-15 Pedro Alves <palves@redhat.com>
20480
20481 * gdb.base/sym-file-loader.c: Include <limits.h>.
20482 (SELF_LINK): New define.
20483 (get_origin): New function.
20484 (load_shlib): Use it.
20485 * gdb.base/sym-file.exp: Don't early return if the target is
20486 remote. Use runto_main, and issue fail is that fails. Use
20487 gdb_load_shlibs.
20488 (shlib_name): Delete.
20489 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
20490
7dd6df01
PA
204912014-04-15 Pedro Alves <palves@redhat.com>
20492
20493 * gdb.base/sym-file.exp: Remove regex characters from test
20494 message. Don't refer to breakpoint numbers in test messages.
20495
b50c8614
KS
204962014-04-14 Keith Seitz <keiths@redhat.com>
20497
20498 PR c++/16253
20499 * gdb.cp/var-tag.cc: New file.
20500 * gdb.cp/var-tag.exp: New file.
20501 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
20502 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
20503 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
20504 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
20505
3d567982
TT
205062014-04-14 Tom Tromey <tromey@redhat.com>
20507
20508 * gdb.cp/classes.exp (test_enums): Handle underlying type.
20509 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
20510 type.
20511 * gdb.cp/enum-class.exp: New file.
20512 * gdb.cp/enum-class.cc: New file.
20513
0626fc76
TT
205142014-04-14 Tom Tromey <tromey@redhat.com>
20515
20516 * gdb.dwarf2/enum-type.exp: New file.
20517
dca325b3
SA
205182014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
20519
20520 * gdb.mi/mi-vla-c99.exp: New file.
20521 * gdb.mi/vla.c: New file.
20522
5854b38a
SA
205232014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
20524
20525 * gdb.base/vla-datatypes.c: New file.
20526 * gdb.base/vla-datatypes.exp: New file.
20527
463bb957
SA
205282014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
20529
20530 * gdb.base/vla-ptr.c: New file.
20531 * gdb.base/vla-ptr.exp: New file.
20532
3dd170be
SA
205332014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
20534
20535 * gdb.dwarf2/count.exp: New file.
20536
5ecaaa66
SA
205372014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
20538
20539 * gdb.base/vla-sideeffect.c: New file.
20540 * gdb.base/vla-sideeffect.exp: New file.
20541
41f1ada5
DB
205422014-04-14 David Blaikie <dblaikie@gmail.com>
20543
20544 * gdb.mi/non-stop.c: Add return value for non-void function return
20545 statement.
20546 * gdb.threads/staticthreads.c: Ditto.
20547
0be03e84
DE
205482014-04-12 Siva Chandra Reddy <sivachandra@google.com>
20549 Doug Evans <xdje42@gmail.com>
20550
20551 * gdb.guile/scm-value.c: Improve test case.
20552 * gdb.guile/scm-value.exp: Add new test.
20553
f180a1fb
DB
205542014-04-11 David Blaikie <dblaikie@gmail.com>
20555
20556 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
20557 override Clang's default.
20558
6b662e19
JB
205592014-04-11 Joel Brobecker <brobecker@adacore.com>
20560
20561 Revert the following changes (regressions):
20562
20563 * gdb.base/vla-sideeffect.c: New file.
20564 * gdb.base/vla-sideeffect.exp: New file.
20565
20566 * gdb.dwarf2/count.exp: New file.
20567
20568 * gdb.base/vla-multi.c: New file.
20569 * gdb.base/vla-multi.exp: New file.
20570
20571 * gdb.base/vla-ptr.c: New file.
20572 * gdb.base/vla-ptr.exp: New file.
20573
20574 * gdb.base/vla-datatypes.c: New file.
20575 * gdb.base/vla-datatypes.exp: New file.
20576
20577 * gdb.mi/mi-vla-c99.exp: New file.
20578 * gdb.mi/vla.c: New file.
20579
245a5f0b
KS
205802014-04-11 Keith Seitz <keiths@redhat.com>
20581
20582 PR c++/16675
20583 * gdb.cp/cpsizeof.exp: New file.
20584 * gdb.cp/cpsizeof.cc: New file.
20585
58a84dcf
SA
205862014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
20587
191a8a90
JB
20588 * gdb.mi/mi-vla-c99.exp: New file.
20589 * gdb.mi/vla.c: New file.
58a84dcf 20590
c8655f75
SA
205912014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
20592
20593 * gdb.base/vla-datatypes.c: New file.
20594 * gdb.base/vla-datatypes.exp: New file.
20595
024e13b4
SA
205962014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
20597
20598 * gdb.base/vla-ptr.c: New file.
20599 * gdb.base/vla-ptr.exp: New file.
20600
1a237e0e
SA
206012014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
20602
20603 * gdb.base/vla-multi.c: New file.
20604 * gdb.base/vla-multi.exp: New file.
20605
504f3432
SA
206062014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
20607
20608 * gdb.dwarf2/count.exp: New file.
20609
3bce8237
SA
206102014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
20611
191a8a90
JB
20612 * gdb.base/vla-sideeffect.c: New file.
20613 * gdb.base/vla-sideeffect.exp: New file.
3bce8237 20614
322f9c21
YQ
206152014-04-11 Yao Qi <yao@codesourcery.com>
20616
20617 * gdb.base/completion.exp: Check file exists before running tests
20618 on file completion.
20619
d708bcd1
PA
206202014-04-10 Pedro Alves <palves@redhat.com>
20621
20622 * gdb.base/cond-eval-mode.c: New file.
20623 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
20624 prepare_for_testing to build the new file. Check result of
20625 runto_main.
20626 (test_break, test_watch): New procedures.
20627 (top level): Use them.
20628
ae1d2761
PM
206292014-04-08 Pierre Muller <muller@sourceware.org>
20630
20631 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
20632 Ctrl-V use for mingw hosts.
20633
7af389b8
SC
206342014-04-07 Siva Chandra Reddy <sivachandra@google.com>
20635
20636 * gdb.python/py-value.c: Improve test case.
20637 * gdb.python/py-value.exp: Add new test.
20638
5e703181
DE
206392014-04-07 David Blaikie <dblaikie@gmail.com>
20640
20641 * lib/compiler.c: Identify the clang compiler.
20642 * lib/compiler.cc: Ditto.
20643
9810b410
YQ
206442014-04-03 Yao Qi <yao@codesourcery.com>
20645
20646 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
20647
98d1b8dc
AB
206482014-04-01 Anton Blanchard <anton@samba.org>
20649
20650 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
20651 messages unique.
20652
3114cea1
AB
206532014-04-01 Anton Blanchard <anton@samba.org>
20654
20655 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
20656 prepare_for_testing.
20657
62f7182c
AB
206582014-04-01 Anton Blanchard <anton@samba.org>
20659
20660 * gdb.arch/ppc64-atomic-inst.c: Remove.
20661 * gdb.arch/ppc64-atomic-inst.S: New file.
20662 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
20663
770e7fc7
DE
206642014-03-31 Doug Evans <dje@google.com>
20665
20666 * gdb.base/print-symbol-loading-lib.c: New file.
20667 * gdb.base/print-symbol-loading-main.c: New file.
20668 * gdb.base/print-symbol-loading.exp: New file.
20669
46e2bafa
YQ
206702014-03-31 Yao Qi <yao@codesourcery.com>
20671
20672 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
20673
8776cfe9
JB
206742014-03-28 Joel Brobecker <brobecker@adacore.com>
20675
20676 * gdb.ada/mi_dyn_arr: New testcase.
20677
5d1ef361
DE
206782014-03-27 Doug Evans <dje@google.com>
20679
20680 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
20681
b5bee914
YQ
206822014-03-27 Yao Qi <yao@codesourcery.com>
20683
20684 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
20685 if target is nios2-*-*.
20686
0d4d0e77
YQ
206872014-03-26 Yao Qi <yao@codesourcery.com>
20688
20689 * lib/gdb.exp (readline_is_used): New proc.
20690 * gdb.base/completion.exp: Move tests on command complete up.
20691 Skip the rest of tests if readline is not used.
20692 * gdb.ada/complete.exp: Skp the test if readline is not
20693 used.
20694 * gdb.base/filesym.exp: Likewise.
20695 * gdb.base/macscp.exp: Likewise.
20696 * gdb.base/readline-ask.exp: Likewise.
20697 * gdb.base/readline.exp: Likewise.
20698 * gdb.python/py-cmd.exp: Likewise.
20699 * gdb.trace/tfile.exp: Likewise.
20700
29361eee
YQ
207012014-03-26 Yao Qi <yao@codesourcery.com>
20702
20703 * gdb.base/macscp.exp: Fix code format issues.
20704
bc9a5525
UW
207052014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
20706
20707 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
20708 * gdb.asm/powerpc64le.inc: New file.
20709
d3839ede
PA
207102014-03-25 Pedro Alves <palves@redhat.com>
20711 Doug Evans <dje@google.com>
20712
20713 * gdb.base/source-execution.c: New file.
20714 * gdb.base/source-execution.exp: New file.
20715 * gdb.base/source-execution.gdb: New file.
20716
01672a57
DE
207172014-03-24 Doug Evans <dje@google.com>
20718
20719 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
20720 using fission.
20721
88bbeca9
HZ
207222014-03-24 Hui Zhu <hui@codesourcery.com>
20723 Pedro Alves <palves@redhat.com>
20724
20725 PR breakpoints/16101
20726 * gdb.base/dprintf.exp: Use unsupported rather than changing the
20727 test pass/fail messages. Detect missing support for dprintf when
20728 breakpoints are actually inserted.
20729 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
20730 breakpoints are actually inserted.
20731 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
20732 fails.
20733
d2348791
JK
207342014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
20735
20736 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
20737
feef67ab
DE
207382014-03-22 Doug Evans <xdje42@gmail.com>
20739
20740 * gdb.python/python.exp (python not supported): Verify multi-line
20741 python command issues an error.
25d743f9 20742 * gdb.guile/guile.exp (guile not supported): Verify multi-line
51b8d20c 20743 guile command issues an error.
feef67ab 20744
ecebef6a
MR
207452014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
20746
20747 * gdb.threads/thread-specific.exp: Handle the lack of usable
20748 $this_breakpoint and $this_thread.
20749
ccdd1909
HZ
207502014-03-21 Hui Zhu <hui@codesourcery.com>
20751
20752 * gdb.base/attach.exp (do_command_attach_tests): New.
20753
beb460e8
PA
207542014-03-20 Tom Tromey <tromey@redhat.com>
20755 Pedro Alves <palves@redhat.com>
20756
20757 PR cli/15718
20758 * gdb.base/condbreak-call-false.c: New file.
20759 * gdb.base/condbreak-call-false.exp: New file.
20760
40acf43a
PA
207612014-03-20 Pedro Alves <palves@redhat.com>
20762
20763 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
20764 Delete.
20765 (block_signals, unblock_signals): Delete.
20766 (child_function_2, main): Remove references to deleted variable
20767 and functions.
20768
9f5e1e02
PA
207692014-03-20 Pedro Alves <palves@redhat.com>
20770
20771 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
20772 Use pthread_kill to signal thread 2.
20773 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
20774 Adjust to make the test send itself a signal rather than using the
20775 host's "kill" command.
20776
99619bea
PA
207772014-03-20 Pedro Alves <palves@redhat.com>
20778
20779 * gdb.threads/multiple-step-overs.c: New file.
20780 * gdb.threads/multiple-step-overs.exp: New file.
20781 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
20782 Adjust expected infrun debug output.
20783
2adfaa28
PA
207842014-03-20 Pedro Alves <palves@redhat.com>
20785
20786 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
20787 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
20788
31e77af2
PA
207892014-03-20 Pedro Alves <palves@redhat.com>
20790
20791 PR breakpoints/7143
20792 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
20793 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
20794 of gdb_test_multiple.
20795 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
20796 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
20797
b9f437de
PA
207982014-03-20 Pedro Alves <palves@redhat.com>
20799
20800 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
20801 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
20802
05adc73e
PA
208032014-03-19 Pedro Alves <palves@redhat.com>
20804
20805 * gdb.base/async.exp: Remove early return.
20806
6048b950
PA
208072014-03-19 Pedro Alves <palves@redhat.com>
20808
20809 * gdb.base/async.exp (step& tests): Pass explicit test messages.
20810
8bcfb00a
PA
208112014-03-19 Pedro Alves <palves@redhat.com>
20812
20813 * gdb.base/async.exp (test_background): Expect \r\n after
20814 "completed." in the fail pattern.
20815
884e37dc
PA
208162014-03-19 Pedro Alves <palves@redhat.com>
20817
20818 * gdb.base/async.exp (test_background): New procedure.
20819 Use it for all background execution command tests.
20820
148e57e2
PA
208212014-03-19 Pedro Alves <palves@redhat.com>
20822
20823 * gdb.base/async.exp: Use prepare_for_testing.
20824
f48088c7
PA
208252014-03-19 Pedro Alves <palves@redhat.com>
20826
20827 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
20828 the same line.
20829
e2f6c966
PA
208302014-03-19 Pedro Alves <palves@redhat.com>
20831
20832 * gdb.base/async.c (main): Add "jump here" and "until here" line
20833 marker comments.
20834 * gdb.base/async.exp (jump_here): New global.
20835 (jump& test): Use it.
20836 (until_here): New global.
20837 (until& test): Use it.
20838
c30568d4
PA
208392014-03-19 Pedro Alves <palves@redhat.com>
20840
20841 * gdb.base/async.exp: Don't frob gdb_protocol.
20842
0172b6a7
DE
208432014-03-18 Doug Evans <xdje42@gmail.com>
20844
20845 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
20846 Fix spelling of exec-done-display.
20847
06c868a8
JK
208482014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
20849
20850 PR gdb/15358
20851 * gdb.base/gdb-sigterm.c: New file.
20852 * gdb.base/gdb-sigterm.exp: New file.
20853
0c7e1a46
PA
208542014-03-18 Pedro Alves <palves@redhat.com>
20855
20856 PR gdb/13860
20857 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
20858 * lib/mi-support.exp (mi_expect_stop): Add special handling for
20859 solib-event.
20860
f7c77d93
JB
208612014-03-17 Joel Brobecker <brobecker@adacore.com>
20862
20863 * gdb.ada/pckd_arr_ren: New testcase.
20864
5a1e8c7a
DE
208652014-03-13 Doug Evans <xdje42@gmail.com>
20866
20867 PR guile/16612
20868 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
20869 collect after discarding symbols.
20870
350e1a76
DE
208712014-03-13 Ludovic Courtès <ludo@gnu.org>
20872 Doug Evans <xdje42@gmail.com>
20873
20874 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
20875 to history survives a gc.
20876
a69900ae
PA
208772014-03-13 Pedro Alves <palves@redhat.com>
20878
20879 * gdb.base/default.exp: Don't test "target procfs".
20880
5db9f0bd
PA
208812014-03-13 Pedro Alves <palves@redhat.com>
20882
20883 * gdb.base/default.exp: Update "target child" and "target procfs"
20884 tests to not expect "Unix".
20885
b3ccfe11
TT
208862014-03-12 Tom Tromey <tromey@redhat.com>
20887
20888 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
20889 New procs. Add target-async tests.
20890 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
20891 Add target-async tests.
20892
646f4417
AA
208932014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
20894
20895 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
20896 'func_start' and 'func_end' for the beginning and end of the
20897 function code, respectively.
20898 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
20899 'func_end' instead of 'func' and 'main'.
20900
288c211f
AA
209012014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
20902
20903 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
20904 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
20905 generate the debug info assembler source.
20906
e0c0f156
AA
209072014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
20908
20909 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
20910 * gdb.dwarf2/arr-subrange.exp: Likewise.
20911 * gdb.dwarf2/dwz.exp: Likewise.
20912 * gdb.dwarf2/method-ptr.exp: Likewise.
20913 * gdb.dwarf2/missing-sig-type.exp: Likewise.
20914 * gdb.dwarf2/subrange.exp: Likewise.
20915 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
20916 * gdb.dwarf2/implptrpiece.exp: Likewise.
20917 * gdb.dwarf2/nostaticblock.exp: Likewise.
20918
0e5c4555
AA
209192014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
20920
20921 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
20922 directory to absolute path name arguments.
20923
5ec18f2b
JG
209242014-03-10 Joel Brobecker <brobecker@adacore.com>
20925
20926 * gdb.ada/tagged_access: New testcase.
20927
847fc4f2
MM
209282014-03-07 Markus Metzger <markus.t.metzger@intel.com>
20929
20930 * gdb.btrace/data.exp: Update expected output.
20931
cc3da688
YQ
209322014-03-06 Yao Qi <yao@codesourcery.com>
20933
20934 * gdb.trace/pr16508.exp: New file.
20935
0f26cec1
PA
209362014-03-05 Pedro Alves <palves@redhat.com>
20937
20938 PR gdb/16575
20939 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
20940 procedure.
20941 (top level): Adjust to use it. Add tests that exercise breakpoint
20942 interaction with the code-cache.
20943
7a5a839f
LC
209442014-02-26 Ludovic Courtès <ludo@gnu.org>
20945
20946 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
20947 test for 'history-append!'.
20948
31aa7e4e
JB
209492014-02-26 Joel Brobecker <brobecker@adacore.com>
20950
20951 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
20952 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
20953 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
20954 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
20955 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
20956 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
20957
1b588015
JB
209582014-02-26 Joel Brobecker <brobecker@adacore.com>
20959
20960 * testsuite/gdb.python/py-pp-re-notag.c: New file.
20961 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
20962 * testsuite/gdb.python/py-pp-re-notag.p: New file.
20963
55426c9d
JB
209642014-02-26 Joel Brobecker <brobecker@adacore.com>
20965
20966 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
20967
dc53a7ad
JB
209682014-02-26 Joel Brobecker <brobecker@adacore.com>
20969
20970 * gdb.dwarf2/arr-stride.c: New file.
20971 * gdb.dwarf2/arr-stride.exp: New file.
20972
12ab52e9
PA
209732014-02-26 Pedro Alves <palves@redhat.com>
20974
20975 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
20976 that won't ever trigger. Make sure that GDB reports the correct
20977 breakpoint that caused the stop.
20978
849c862e
JK
209792014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
20980
20981 PR gdb/16626
20982 * gdb.base/auto-load-script: New file.
20983 * gdb.base/auto-load.c: New file.
20984 * gdb.base/auto-load.exp: New file.
20985
71b7d793
JK
20986 PR gdb/16626
20987 * gdb.base/auto-load.exp: Fix out-of-srctree run.
20988
e2f0d509
JK
209892014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
20990
20991 Fix dw2-icycle.exp -fsanitize=address GDB crash.
20992 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
20993
50cc37c8
DE
209942014-02-24 Doug Evans <dje@google.com>
20995
20996 * lib/gdb.exp (run_on_host): Log error output if program fails.
20997
ea4758f2
PA
209982014-02-21 Pedro Alves <palves@redhat.com>
20999
21000 * gdb.threads/step-after-sr-lock.c: Rename to ...
21001 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
21002 * gdb.threads/step-after-sr-lock.exp: Rename to ...
21003 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
21004 ... this.
21005
d7b30f67
SDJ
210062014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
21007
21008 PR tdep/16397
21009 * gdb.arch/amd64-stap-special-operands.exp: New file.
21010 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
21011 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
21012 * gdb.arch/amd64-stap-triplet.S: Likewise.
21013 * gdb.arch/amd64-stap-triplet.c: Likewise.
21014
83deb43f
JB
210152014-02-20 Joel Brobecker <brobecker@adacore.com>
21016
21017 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
21018 in .section pseudo-op.
21019
adde2bff
DE
210202014-02-20 lin zuojian <manjian2006@gmail.com>
21021 Joel Brobecker <brobecker@adacore.com>
21022 Doug Evans <xdje42@gmail.com>
21023
21024 PR symtab/16581
21025 * gdb.dwarf2/dw2-icycle.S: New file.
21026 * gdb.dwarf2/dw2-icycle.c: New file.
21027 * gdb.dwarf2/dw2-icycle.exp: New file.
21028
f7bd0f78
SC
210292014-02-19 Siva Chandra Reddy <sivachandra@google.com>
21030
21031 * gdb.python/py-value-cc.cc: Improve test case to enable testing
21032 operations on gdb.Value objects.
21033 * gdb.python/py-value-cc.exp: Add new test to test operations on
21034 gdb.Value objects.
21035
c17ef0d5
DE
210362014-02-18 Doug Evans <dje@google.com>
21037
21038 * Makefile.in (TESTS): New variable.
21039 (expanded_tests, expanded_tests_or_none): New variables
21040 (check-single): Pass $(expanded_tests_or_none) to runtest.
21041 (check-parallel): Only run tests in $(TESTS) if non-empty.
21042 (check/no-matching-tests-found): New rule.
21043 * README: Document TESTS makefile variable.
21044
5dd3176f
DE
210452014-02-18 Doug Evans <dje@google.com>
21046
21047 * Makefile.in (check-parallel): rm -rf outputs temp.
21048
0b10be4f
JK
210492014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
21050
21051 Fix "ERROR: no fileid for" in the testsuite.
21052 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
21053
85f224e7
DE
210542014-02-12 Doug Evans <dje@google.com>
21055
21056 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
21057 (MISCELLANEOUS): New variable.
21058 (clean): rm -rf $(MISCELLANEOUS).
21059 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
21060 dwp live in the same directory as symlinks, with each symlink pointed
21061 to a differently named file in a different directory.
21062
149b30ff
DE
210632014-02-11 Doug Evans <dje@google.com>
21064
21065 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
21066 of Tcl file commands.
21067
1dfdac32
MK
210682014-02-10 Mark Kettenis <kettenis@gnu.org>
21069
21070 * gdb.threads/step-after-sr-lock.exp: Avoid executing
21071 "kill -SIGUSR1 -1".
21072
aa4fb036
JB
210732014-02-10 Joel Brobecker <brobecker@adacore.com>
21074
21075 * gdb.ada/tick_length_array_enum_idx: New testcase.
21076
ed3ef339
DE
210772014-02-10 Doug Evans <xdje42@gmail.com>
21078
21079 * configure.ac (AC_OUTPUT): Add gdb.guile.
21080 * configure: Regenerate.
21081 * lib/gdb-guile.exp: New file.
21082 * lib/gdb.exp (get_target_charset): New function.
21083 * gdb.base/help.exp: Update expected output from "apropos apropos".
21084 * gdb.guile/Makefile.in: New file.
21085 * gdb.guile/guile.exp: New file.
21086 * gdb.guile/scm-arch.c: New file.
21087 * gdb.guile/scm-arch.exp: New file.
21088 * gdb.guile/scm-block.c: New file.
21089 * gdb.guile/scm-block.exp: New file.
21090 * gdb.guile/scm-breakpoint.c: New file.
21091 * gdb.guile/scm-breakpoint.exp: New file.
21092 * gdb.guile/scm-disasm.c: New file.
21093 * gdb.guile/scm-disasm.exp: New file.
21094 * gdb.guile/scm-equal.c: New file.
21095 * gdb.guile/scm-equal.exp: New file.
21096 * gdb.guile/scm-error.exp: New file.
21097 * gdb.guile/scm-error.scm: New file.
21098 * gdb.guile/scm-frame-args.c: New file.
21099 * gdb.guile/scm-frame-args.exp: New file.
21100 * gdb.guile/scm-frame-args.scm: New file.
21101 * gdb.guile/scm-frame-inline.c: New file.
21102 * gdb.guile/scm-frame-inline.exp: New file.
21103 * gdb.guile/scm-frame.c: New file.
21104 * gdb.guile/scm-frame.exp: New file.
21105 * gdb.guile/scm-generics.exp: New file.
21106 * gdb.guile/scm-gsmob.exp: New file.
21107 * gdb.guile/scm-iterator.c: New file.
21108 * gdb.guile/scm-iterator.exp: New file.
21109 * gdb.guile/scm-math.c: New file.
21110 * gdb.guile/scm-math.exp: New file.
21111 * gdb.guile/scm-objfile-script-gdb.in: New file.
21112 * gdb.guile/scm-objfile-script.c: New file.
21113 * gdb.guile/scm-objfile-script.exp: New file.
21114 * gdb.guile/scm-objfile.c: New file.
21115 * gdb.guile/scm-objfile.exp: New file.
21116 * gdb.guile/scm-ports.exp: New file.
21117 * gdb.guile/scm-pretty-print.c: New file.
21118 * gdb.guile/scm-pretty-print.exp: New file.
21119 * gdb.guile/scm-pretty-print.scm: New file.
21120 * gdb.guile/scm-section-script.c: New file.
21121 * gdb.guile/scm-section-script.exp: New file.
21122 * gdb.guile/scm-section-script.scm: New file.
21123 * gdb.guile/scm-symbol.c: New file.
21124 * gdb.guile/scm-symbol.exp: New file.
21125 * gdb.guile/scm-symtab-2.c: New file.
21126 * gdb.guile/scm-symtab.c: New file.
21127 * gdb.guile/scm-symtab.exp: New file.
21128 * gdb.guile/scm-type.c: New file.
21129 * gdb.guile/scm-type.exp: New file.
21130 * gdb.guile/scm-value-cc.cc: New file.
21131 * gdb.guile/scm-value-cc.exp: New file.
21132 * gdb.guile/scm-value.c: New file.
21133 * gdb.guile/scm-value.exp: New file.
21134 * gdb.guile/source2.scm: New file.
21135 * gdb.guile/types-module.cc: New file.
21136 * gdb.guile/types-module.exp: New file.
21137
7026a7c1
YQ
211382014-02-10 Yao Qi <yao@codesourcery.com>
21139
21140 PR testsuite/16543
21141 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
21142 * configure: Regenerated.
21143 * Makefile.in: New file.
21144
6c466447
AS
211452014-02-08 Andreas Schwab <schwab@linux-m68k.org>
21146
21147 * gdb.python/py-framefilter.exp: Fix typo.
21148
6e854735
YQ
211492014-02-08 Yao Qi <yao@codesourcery.com>
21150
21151 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
21152 that no =breakpoint-modified is emitted when breakpoints are
21153 modified through MI commands.
21154
d137e6dc
PA
211552014-02-07 Pedro Alves <pedro@codesourcery.com>
21156 Pedro Alves <palves@redhat.com>
21157
21158 * gdb.threads/step-after-sr-lock.c: New file.
21159 * gdb.threads/step-after-sr-lock.exp: New file.
21160
b5ee5a50
PA
211612014-02-07 Pedro Alves <palves@redhat.com>
21162
21163 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
21164
3c77faf3
JK
211652014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
21166
21167 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
21168 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
21169
6dddc817
DE
211702014-02-06 Doug Evans <xdje42@gmail.com>
21171
21172 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
21173 output.
21174
21175 * gdb.gdb/python-interrupts.exp: New file.
21176
de7b2893
YQ
211772014-02-05 Yao Qi <yao@codesourcery.com>
21178
21179 * gdb.trace/report.exp (use_collected_data): Test the output
21180 of "info threads" and "info inferiors".
21181
66d032ac
YQ
211822014-02-05 Yao Qi <yao@codesourcery.com>
21183
21184 Revert this patch:
21185
21186 2013-05-24 Yao Qi <yao@codesourcery.com>
21187
21188 * gdb.trace/tfile.exp: Test inferior and thread.
21189
591a12a1
UW
211902014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
21191
21192 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
21193 on a function.
21194 * gdb.base/step-bt.c: Call hello via function pointer to make
21195 sure its first instruction is executed on powerpc64le-linux.
21196
0ff3e01f
UW
211972014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
21198
21199 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
21200
084ee545
UW
212012014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
21202
21203 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
21204 of the test patterns for use on little-endian systems.
21205
6ed14ff3
UW
212062014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
21207
21208 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
21209 (decimal_vector): Fix for little-endian.
21210
401e27fd
JM
212112014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
21212
21213 * gdb.arch/sparc-sysstep.exp: New file.
21214 * gdb.arch/sparc-sysstep.c: Likewise.
21215
21216 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
21217
8b924729
EBM
212182014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
21219
21220 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
21221
fb151210
JB
212222014-01-23 Tom Tromey <tromey@redhat.com>
21223
21224 * gdb.ada/array_char_idx: New testcase.
21225
0740f8d8
TT
212262014-01-23 Tom Tromey <tromey@redhat.com>
21227
21228 PR python/16487:
21229 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
21230 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
21231 classes.
21232
21909fa1
TT
212332014-01-23 Tom Tromey <tromey@redhat.com>
21234
21235 PR python/16491:
21236 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
21237 string from an inferior frame.
21238 * gdb.python/py-framefilter-mi.exp: Update.
21239
87ce2a04
DE
212402014-01-22 Doug Evans <dje@google.com>
21241
21242 * gdb.server/server-mon.exp: Add tests for "set debug-format".
21243
237b092b
AA
212442014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
21245
21246 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
21247
d674a709
AA
212482014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
21249
21250 * gdb.trace/entry-values.exp: Remove excess space character from
21251 regex patterns. Handle s390 call instruction.
21252
20fa3390
AA
212532014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
21254
21255 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
21256 define "*_start" label. Make "name" static.
21257 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
21258 ${name} by references to ${name}_start.
21259
78466714
AA
212602014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
21261
21262 * gdb.base/info-macros.exp: Remove "debug" from the compile
21263 options.
21264
ec9f644a
IB
212652014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
21266
21267 * gdb.dlang/demangle.exp: New file.
21268
94b1b47e
IB
212692014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
21270
21271 * gdb.dlang/primitive-types.exp: New file.
21272
7f420862
IB
212732014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
21274
21275 * configure.ac: Create gdb.dlang/Makefile.
21276 * configure: Regenerate.
21277 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
21278 * gdb.dlang/Makefile.in: New file.
21279 * lib/d-support.exp: New file.
21280 * lib/gdb.exp (skip_d_tests): New proc.
21281
52834460
MM
212822014-01-16 Markus Metzger <markus.t.metzger@intel.com>
21283
21284 * gdb.btrace/delta.exp: Check reverse stepi.
21285 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
21286 * gdb.btrace/finish.exp: New.
21287 * gdb.btrace/next.exp: New.
21288 * gdb.btrace/nexti.exp: New.
21289 * gdb.btrace/record_goto.c: Add comments.
21290 * gdb.btrace/step.exp: New.
21291 * gdb.btrace/stepi.exp: New.
21292 * gdb.btrace/multi-thread-step.c: New.
21293 * gdb.btrace/multi-thread-step.exp: New.
21294 * gdb.btrace/rn-dl-bind.c: New.
21295 * gdb.btrace/rn-dl-bind.exp: New.
21296 * gdb.btrace/data.c: New.
21297 * gdb.btrace/data.exp: New.
21298 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
21299
6e07b1d2
MM
213002014-01-16 Markus Metzger <markus.t.metzger@intel.com>
21301
21302 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
21303 * gdb.btrace/exception.exp: Update.
21304 * gdb.btrace/instruction_history.exp: Update.
21305 * gdb.btrace/record_goto.exp: Update.
21306 * gdb.btrace/tailcall.exp: Update.
21307 * gdb.btrace/unknown_functions.exp: Update.
21308 * gdb.btrace/delta.exp: New.
21309
0b722aec
MM
213102014-01-16 Markus Metzger <markus.t.metzger@intel.com>
21311
21312 * gdb.btrace/record_goto.exp: Add backtrace test.
21313 * gdb.btrace/tailcall.exp: Add backtrace test.
21314
066ce621
MM
213152014-01-16 Markus Metzger <markus.t.metzger@intel.com>
21316
21317 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
21318 * gdb.btrace/record_goto.c: New.
21319 * gdb.btrace/record_goto.exp: New.
21320 * gdb.btrace/x86-record_goto.S: New.
21321
0688d04e
MM
213222014-01-16 Markus Metzger <markus.t.metzger@intel.com>
21323
21324 * gdb.btrace/function_call_history.exp: Update tests.
21325 * gdb.btrace/instruction_history.exp: Update tests.
21326
8710b709
MM
213272014-01-16 Markus Metzger <markus.t.metzger@intel.com>
21328
21329 * gdb.btrace/function_call_history.exp: Fix expected field
21330 order for "record function-call-history".
21331 Add new tests for "record function-call-history /c".
21332 * gdb.btrace/exception.cc: New.
21333 * gdb.btrace/exception.exp: New.
21334 * gdb.btrace/tailcall.exp: New.
21335 * gdb.btrace/x86-tailcall.S: New.
21336 * gdb.btrace/x86-tailcall.c: New.
21337 * gdb.btrace/unknown_functions.c: New.
21338 * gdb.btrace/unknown_functions.exp: New.
21339 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
21340
5de9129b
MM
213412014-01-16 Markus Metzger <markus.t.metzger@intel.com>
21342
21343 * gdb.btrace/instruction_history.exp: Update.
21344 * gdb.btrace/function_call_history.exp: Update.
21345
23a7fe75
MM
213462014-01-16 Markus Metzger <markus.t.metzger@intel.com>
21347
21348 * gdb.btrace/function_call_history.exp: Fix expected function
21349 trace.
21350 * gdb.btrace/instruction_history.exp: Initialize traced.
21351 Remove traced_functions.
21352
724c7dd8
MM
213532014-01-16 Markus Metzger <markus.t.metzger@intel.com>
21354
21355 * gdb.btrace/function_call_history.exp: Update
21356 * gdb.btrace/instruction_history.exp: Update.
21357
6d78d93b
MM
213582014-01-16 Markus Metzger <markus.t.metzger@intel.com>
21359
21360 * gdb.btrace/enable.exp: Update expected text.
21361
93a360cc
OJ
213622014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
21363
21364 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
21365 bytes.
21366
3772b53f
MR
213672014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
21368
21369 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
21370
596662fa
OJ
213712014-01-15 Omair Javaid <omair.javaid@linaro.org>
21372
21373 * lib/gdb.exp (supports_process_record): Return true for
21374 arm*-linux*. (supports_reverse): Likewise.
21375
b5b08fb4
SC
213762014-01-13 Siva Chandra Reddy <sivachandra@google.com>
21377
21378 PR python/15464
21379 PR python/16113
21380 * gdb.python/py-type.c: Enhance test case.
21381 * gdb.python/py-value-cc.cc: Likewise
21382 * gdb.python/py-type.exp: Add new tests.
21383 * gdb.python/py-value-cc.exp: Likewise
21384
52d7fb13
AA
213852014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
21386 Pedro Alves <palves@redhat.com>
21387
21388 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
21389 Make "name" extern.
21390 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
21391 references to ${name}_start by references to ${name}.
21392
a2cd8cfe
JB
213932014-01-10 Joel Brobecker <brobecker@adacore.com>
21394
21395 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
21396
4e23fced
JB
213972014-01-10 Joel Brobecker <brobecker@adacore.com>
21398
21399 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
21400
c6a9e42c
PA
214012014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
21402 Pedro Alves <palves@redhat.com>
21403
21404 * gdb.mi/mi-info-os.exp: Connect to the target with
72f4393d 21405 mi_gdb_target_load.
c6a9e42c 21406
b7ea362b
PA
214072014-01-08 Pedro Alves <palves@redhat.com>
21408
21409 * gdb.threads/reconnect-signal.c: New file.
21410 * gdb.threads/reconnect-signal.exp: New file.
21411
5e3f4fab
EBM
214122014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
21413
21414 * gdb.base/source-dir.exp: New file.
21415
79301218
JB
214162014-01-07 Joel Brobecker <brobecker@adacore.com>
21417
21418 * gdb.ada/mi_interface: New testcase.
21419
8e355c5d
JB
214202014-01-07 Joel Brobecker <brobecker@adacore.com>
21421
21422 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
21423 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
21424 gdb.ada/pp-rec-component/pck.ads: New files.
21425
c0d48811
JB
214262014-01-07 Joel Brobecker <brobecker@adacore.com>
21427
21428 * gdb.python/py-pp-integral.c: New file.
21429 * gdb.python/py-pp-integral.py: New file.
21430 * gdb.python/py-pp-integral.exp: New file.
21431
17b609c3 21432For older changes see ChangeLog-1993-2013.
c906108c 21433\f
8d8cb839
EZ
21434;; Local Variables:
21435;; mode: change-log
21436;; left-margin: 8
21437;; fill-column: 74
21438;; version-control: never
21439;; End:
902f2ccb 21440
b811d2c2 21441 Copyright 2014-2020 Free Software Foundation, Inc.
902f2ccb
MC
21442 Copying and distribution of this file, with or without modification,
21443 are permitted provided the copyright notice and this notice are preserved.