]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gdb/testsuite/ChangeLog
[gdb/symtab] Make gold index workaround more precise
[thirdparty/binutils-gdb.git] / gdb / testsuite / ChangeLog
CommitLineData
cee00f17
GB
12020-05-28 Gary Benson <gbenson@redhat.com>
2
3 * gdb.linespec/cpls-ops.cc (dummy): New static global.
4 (test_op_new::operator new): Add return statement.
5 (test_op_new_array::operator new[]): Likewise.
6
636edd00
PA
72020-05-27 Pedro Alves <palves@redhat.com>
8
9 * gdb.linespec/cp-completion-aliases.exp: Remove readline_is_used
10 check. Use test_gdb_complete_unique instead of
11 test_gdb_complete_tab_unique + test_gdb_complete_cmd_unique. Use
12 test_gdb_complete_multiple instead of
13 test_gdb_complete_tab_multiple + test_gdb_complete_cmd_multiple.
14
c2b75043
LM
152020-05-27 Luis Machado <luis.machado@linaro.org>
16
17 * gdb.arch/aarch64-sighandler-regs.exp: Fix duplicated test names.
18 * gdb.arch/aarch64-tagged-pointer.exp: Likewise.
19 * gdb.arch/arm-disassembler-options.exp: Likewise.
20 * gdb.arch/arm-disp-step.exp: Likewise.
21 * gdb.arch/thumb-prologue.exp: Likewise.
22 * gdb.base/async.exp: Likewise.
23 * gdb.base/auxv.exp: Likewise.
24 * gdb.base/complex-parts.exp: Likewise.
25 * gdb.base/ena-dis-br.exp: Likewise.
26 * gdb.base/foll-exec.exp: Likewise.
27 * gdb.base/permissions.exp: Likewise.
28 * gdb.base/relocate.exp: Likewise.
29 * gdb.base/return2.exp: Likewise.
30 * gdb.base/sigbpt.exp: Likewise.
31 * gdb.base/siginfo-obj.exp: Likewise.
32 * gdb.cp/converts.exp: Likewise.
33 * gdb.cp/exceptprint.exp: Likewise.
34 * gdb.cp/inherit.exp: Likewise.
35 * gdb.cp/nsnoimports.exp: Likewise.
36 * gdb.cp/virtbase2.exp: Likewise.
37 * gdb.mi/mi-var-cmd.exp: Likewise.
38 * gdb.mi/var-cmd.c: Likewise.
39
53a47a3e
TT
402020-05-26 Tom Tromey <tromey@adacore.com>
41
42 * gdb.ada/arr_acc_idx_w_gap.exp: Add tests.
43
0bc2354b
TT
442020-05-26 Tom Tromey <tromey@adacore.com>
45
46 * gdb.ada/arr_acc_idx_w_gap.exp: Add enum subrange tests.
47 * gdb.ada/arr_acc_idx_w_gap/enum_with_gap.ads (Enum_Subrange): New
48 type.
49 * gdb.ada/arr_acc_idx_w_gap/enum_with_gap_main.adb (V): New
50 variable.
51
0db49895
CBG
522020-05-26 Christian Biesinger <cbiesinger@google.com>
53
54 * Makefile.in: Use = instead of == for the test command
55 for portability.
56
40d22035
TV
572020-05-26 Tom de Vries <tdevries@suse.de>
58
59 * gdb.base/gold-gdb-index-2.c: New test.
60 * gdb.base/gold-gdb-index.c: New test.
61 * gdb.base/gold-gdb-index.exp: New file.
62 * gdb.base/gold-gdb-index.h: New test.
63
043e2e02
TV
642020-05-25 Tom de Vries <tdevries@suse.de>
65
66 * boards/gold-gdb-index.exp: New file.
67
462f72c5
SM
682020-05-25 Simon Marchi <simon.marchi@efficios.com>
69
70 * boards/simavr.exp: New file.
71
6cf66e76
SM
722020-05-25 Simon Marchi <simon.marchi@efficios.com>
73
74 * lib/gdb.exp (gdb_run_cmd): Return success or failure.
75 * gdb.base/inferior-args.exp: New file.
76 * gdb.base/inferior-args.c: New file.
77
75d04512
SM
782020-05-25 Simon Marchi <simon.marchi@efficios.com>
79
80 * lib/gdb.exp (gdb_run_cmd): Change argument from args to
81 inferior_args. Pass it to gdb_reload.
82 (gdb_start_cmd, gdb_starti_cmd): Change argument from args to
83 inferior_args.
84 (gdb_reload): Add inferior_args argument.
85 * config/gdbserver.exp (gdb_reload): Add inferior_args argument,
86 pass it to gdbserver_run.
87 * boards/native-gdbserver.exp: Do not set noargs.
88 * boards/native-extended-gdbserver.exp (gdb_reload): Add
89 inferior_args argument.
90 * boards/stdio-gdbserver-base.exp (gdb_reload): Likewise.
91 * gdb.base/a2-run.exp: Check for use_gdb_stub.
92 * gdb.base/args.exp: Likewise.
93
42cf1844
TV
942020-05-25 Tom de Vries <tdevries@suse.de>
95
96 * lib/gdb.exp (exec_is_pie): Add comment.
97
8f7d38ef
TV
982020-05-25 Tom de Vries <tdevries@suse.de>
99
100 * lib/jit-elf-helpers.exp (compile_and_download_n_jit_so): Use $f
101 instead of $binfile in the untested message.
102
465e1b0f
TV
1032020-05-25 Tom de Vries <tdevries@suse.de>
104
105 PR testsuite/26031
106 * lib/gdb.exp (exec_is_pie): Test readelf -h output.
107
3c5a0e02
TV
1082020-05-25 Tom de Vries <tdevries@suse.de>
109
110 * boards/gold.exp: New file.
111
0a4f5f8c
TT
1122020-05-23 Tom Tromey <tom@tromey.com>
113
114 * gdb.base/style.exp: Remove completion styling test.
115 * lib/gdb-utils.exp (style): Remove completion styles.
116
eca1f90c
TT
1172020-05-23 Tom Tromey <tom@tromey.com>
118
119 * gdb.base/style.exp: Add completion styling test.
120 * lib/gdb-utils.exp (style): Add completion styles.
121
7c13f4e8
AB
1222020-05-22 Andrew Burgess <andrew.burgess@embecosm.com>
123
124 * gdb.base/annota1.exp: Update expected results.
125 * gdb.cp/annota2.exp: Update expected results, remove duplicate
126 test name.
127 * gdb.cp/annota3.exp: Update expected results.
128
41977d16
SM
1292020-05-20 Simon Marchi <simon.marchi@efficios.com>
130
131 PR gdb/26016
132 * gdb.base/coredump-filter.c (do_mmap): Check mmap ret val
133 against MAP_FAILED.
134 * gdb.base/coremaker.c (mmapdata): Likewise.
135 * gdb.base/jit-reader-host.c (main): Likewise.
136 * gdb.base/sym-file-loader.c (load): Likewise.
137 (load_shlib): Likewise.
138
b4757f2e
TT
1392020-05-20 Tom Tromey <tromey@adacore.com>
140
141 * gdb.ada/array_char_idx.exp: Recognize initialized array.
142
9a0bacfb
TV
1432020-05-20 Tom de Vries <tdevries@suse.de>
144
145 PR symtab/25833
146 * gdb.base/with-mf-inc.c: New test.
147 * gdb.base/with-mf-main.c: New test.
148 * gdb.base/with-mf.exp: New file.
149
76571211
TT
1502020-05-19 Tom Tromey <tromey@adacore.com>
151
152 * gdb.rust/simple.exp: Restore missing test result.
153
4cd9f3d5
TV
1542020-05-19 Tom de Vries <tdevries@suse.de>
155
156 * gdb.base/gdb-caching-proc.exp: Fix typo.
157
7d874253
TT
1582020-05-19 Tom Tromey <tromey@adacore.com>
159
160 * gdb.rust/simple.exp: Add some test descriptions.
161 (test_one_slice): Use with_test_prefix.
162
1d727695
TV
1632020-05-18 Tom de Vries <tdevries@suse.de>
164
165 * gdb.base/gdb-caching-proc.exp: Use with_test_prefix.
166
7f32a4d5
PA
1672020-05-17 Pedro Alves <palves@redhat.com>
168
169 PR gdb/25741
170 * gdb.base/hw-sw-break-same-address.exp: New file.
171
7cfd74cf
PA
1722020-05-16 Pedro Alves <palves@redhat.com>
173
174 * gdb.multi/multi-re-run.exp (test_re_run): Switch
175 LAST_LOADED_FILE accordingly.
176
57b4f16e
PW
1772020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
178
179 * gdb.base/alias.exp: Verify 'help aliases' shows user defined aliases.
180
7c05caf7
PW
1812020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
182
183 * gdb.base/help.exp: Test apropos and help for commands
184 having aliases. Fixed comments not starting with an
185 upper-case letter or not finishing with a dot.
186
7aa1b46f
PW
1872020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
188
3b3aaacb
PW
189 * gdb.base/alias.exp: Update help output check.
190
57b4f16e 1912020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3b3aaacb 192
7aa1b46f
PW
193 * gdb.base/default.exp: Update output following fixes.
194
0605465f
PW
1952020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
196
197 * gdb.base/alias.exp: Test aliases starting with a prefix of
198 another alias.
199
86e4e63d
GB
2002020-05-15 Gary Benson <gbenson@redhat.com>
201
202 * gdb.base/info-os.c (main): Add return statement.
203 * gdb.base/info_minsym.c (minsym_fun): Likewise.
204 * gdb.base/large-frame-2.c (func): Likewise.
205 * gdb.base/pr10179-a.c (foo1, bar1): Likewise.
206 * gdb.base/pr10179-b.c (foo2): Likewise.
207 * gdb.base/valgrind-disp-step.c (foo): Likewise.
208 * gdb.base/watch-cond.c (func): Likewise.
209 * gdb.multi/goodbye.c (verylongfun): Likewise.
210 * gdb.multi/hello.c (commonfun): Likewise.
211 * gdb.python/py-finish-breakpoint.c (call_longjmp): Likewise.
212 * gdb.threads/fork-plus-threads.c (thread_func): Likewise.
213 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
214 Likewise.
215 * gdb.threads/hand-call-new-thread.c (foo): Likewise.
216 * gdb.threads/interrupt-while-step-over.c (child_function):
217 Likewise.
218 * gdb.trace/actions-changed.c (end): Likewise.
219
163df4df
GB
2202020-05-15 Gary Benson <gbenson@redhat.com>
221
222 * gdb.opencl/callfuncs.exp: Report when test skipped.
223 * gdb.opencl/convs_casts.exp: Likewise.
224 * gdb.opencl/datatypes.exp: Likewise.
225 * gdb.opencl/operators.exp: Likewise.
226 * gdb.opencl/vec_comps.exp: Likewise.
227
6dbc505a
TV
2282020-05-15 Tom de Vries <tdevries@suse.de>
229
230 * gdb.base/align.exp.in: Rename to ...
231 * gdb.base/align.exp.tcl: ... this.
232 * gdb.base/align-c++.exp: Update.
233 * gdb.base/align-c.exp: Update.
234 * gdb.base/all-architectures.exp.in: Rename to ...
235 * gdb.base/all-architectures.exp: ... this.
236 * gdb.base/all-architectures-0.exp: Update.
237 * gdb.base/all-architectures-1.exp: Update.
238 * gdb.base/all-architectures-2.exp: Update.
239 * gdb.base/all-architectures-3.exp: Update.
240 * gdb.base/all-architectures-4.exp: Update.
241 * gdb.base/all-architectures-5.exp: Update.
242 * gdb.base/all-architectures-6.exp: Update.
243 * gdb.base/all-architectures-7.exp: Update.
244 * gdb.base/infcall-nested-structs.exp.in: Rename to ...
245 * gdb.base/infcall-nested-structs.exp.tcl: ... this.
246 * gdb.base/infcall-nested-structs-c++.exp: Update.
247 * gdb.base/infcall-nested-structs-c.exp: Update.
248 * gdb.base/info-types.exp.in: Rename to ...
249 * gdb.base/info-types.exp.tcl: ... this.
250 * gdb.base/info-types-c++.exp: Update.
251 * gdb.base/info-types-c.exp: Update.
252 * gdb.base/max-depth.exp.in: Rename to ...
253 * gdb.base/max-depth.exp.tcl: ... this.
254 * gdb.base/max-depth-c++.exp: Update.
255 * gdb.base/max-depth-c.exp: Update.
256 * gdb.cp/cpexprs.exp.in: Rename to ...
257 * gdb.cp/cpexprs.exp.tcl: ... this.
258 * gdb.cp/cpexprs-debug-types.exp: Update.
259 * gdb.cp/cpexprs.exp: Update.
260 * gdb.cp/infcall-nodebug.exp.in: Rename to ...
261 * gdb.cp/infcall-nodebug.exp.tcl: ... this.
262 * gdb.cp/infcall-nodebug-c++-d0.exp: Update.
263 * gdb.cp/infcall-nodebug-c++-d1.exp: Update.
264 * gdb.cp/infcall-nodebug-c-d0.exp: Update.
265 * gdb.cp/infcall-nodebug-c-d1.exp: Update.
266 * gdb.dwarf2/clang-debug-names.exp.in: Rename to ...
267 * gdb.dwarf2/clang-debug-names.exp.tcl: ... this.
268 * gdb.dwarf2/clang-debug-names-2.exp: Update.
269 * gdb.dwarf2/clang-debug-names.exp: Update.
270
d1034d78
AB
2712020-05-15 Andrew Burgess <andrew.burgess@embecosm.com>
272
273 * lib/check-test-names.exp: Remove code that prevents this file
274 loading when tests are run in parallel.
275
3c5c3649
PA
2762020-05-15 Pedro Alves <palves@redhat.com>
277
278 * gdb.multi/multi-kill.exp (start_inferior): Remove
279 'testpid' parameter. Refer to namespace variable directly.
280 (testpid): Declare as namespace variable.
281
272c36b8
PA
2822020-05-15 Pedro Alves <palves@redhat.com>
283
284 * gdb.multi/multi-kill.exp: Wrap in namespace.
285 (start_inferior): Add TESTPID parameter. Use it instead of the
286 testpid global.
287 (top level): Define empty TESTPID array, and pass it down to
288 start_inferior.
289
02eba61a
TV
2902020-05-14 Tom de Vries <tdevries@suse.de>
291
292 * gdb.fortran/nested-funcs-2.exp: Use gdb_test_stdio to test inferior
293 output.
294
971a3747
TV
2952020-05-14 Tom de Vries <tdevries@suse.de>
296
297 * gdb.base/align.exp: Split into ...
298 * gdb.base/align.exp.in: ...
299 * gdb.base/align-c++.exp: ...
300 * gdb.base/align-c.exp: ... these.
301 * gdb.base/infcall-nested-structs.exp: Split into ...
302 * gdb.base/infcall-nested-structs.exp.in: ...
303 * gdb.base/infcall-nested-structs-c++.exp: ...
304 * gdb.base/infcall-nested-structs-c.exp: ... these.
305 * gdb.base/info-types.exp: Split into ...
306 * gdb.base/info-types.exp.in: ...
307 * gdb.base/info-types-c++.exp: ...
308 * gdb.base/info-types-c.exp: ... these.
309 * gdb.base/max-depth.exp: Split into ...
310 * gdb.base/max-depth.exp.in: ...
311 * gdb.base/max-depth-c++.exp: ...
312 * gdb.base/max-depth-c.exp: ... these.
313 * gdb.cp/infcall-nodebug.exp: Split into ...
314 * gdb.cp/infcall-nodebug.exp.in: ...
315 * gdb.cp/infcall-nodebug-c++-d0.exp: ...
316 * gdb.cp/infcall-nodebug-c++-d1.exp: ...
317 * gdb.cp/infcall-nodebug-c-d0.exp: ...
318 * gdb.cp/infcall-nodebug-c-d1.exp: ... these.
319
a05575d3
TBA
3202020-05-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
321 Pedro Alves <palves@redhat.com>
322
323 * gdb.multi/multi-exit.c: New file.
324 * gdb.multi/multi-exit.exp: New file.
325 * gdb.multi/multi-kill.c: New file.
326 * gdb.multi/multi-kill.exp: New file.
327
6ad82919
TBA
3282020-05-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
329
330 * gdb.base/annota1.exp: Update the expected output.
331 * gdb.cp/annota2.exp: Ditto.
332
843f4d93
AB
3332020-05-12 Andrew Burgess <andrew.burgess@embecosm.com>
334
335 * lib/check-test-names.exp: Disable when testing is being run in
336 parallel.
337
c7c66341
TV
3382020-05-12 Tom de Vries <tdevries@suse.de>
339
340 * gdb.base/jit-elf.exp: Fix string concat.
341
1b59ca1c
TV
3422020-05-12 Tom de Vries <tdevries@suse.de>
343
344 * lib/jit-elf-helpers.exp: Don't use undefined variables in untested
345 messages.
346
b4991d29
TV
3472020-05-12 Tom de Vries <tdevries@suse.de>
348
349 * gdb.multi/multi-term-settings.exp: Use with_test_prefix.
350
dbb0ab10
TV
3512020-05-12 Tom de Vries <tdevries@suse.de>
352
353 * gdb.ada/catch_ex.exp: Use with_test_prefix.
354 * gdb.ada/mi_catch_ex.exp: Same.
355 * gdb.ada/mi_catch_ex_hand.exp: Same.
356
7549fed8
TV
3572020-05-12 Tom de Vries <tdevries@suse.de>
358
359 * gdb.fortran/complex.exp: Use with_test_prefix.
360
af2d5cd8
TV
3612020-05-12 Tom de Vries <tdevries@suse.de>
362
363 * gdb.trace/passcount.exp: Fix test-names.
364
7c121311
TV
3652020-05-12 Tom de Vries <tdevries@suse.de>
366
367 * gdb.pascal/gdb11492.exp: Use with_test_prefix.
368
c9f3b40e
TV
3692020-05-12 Tom de Vries <tdevries@suse.de>
370
371 * gdb.gdb/complaints.exp: Use with_test_prefix.
372 * gdb.xml/tdesc-regs.exp: Same.
373 * gdb.opt/inline-locals.exp: Fix test name.
374
111b33f0
TV
3752020-05-12 Tom de Vries <tdevries@suse.de>
376
377 * gdb.dwarf2/comp-unit-lang.exp: Use with_test_prefix.
378 * gdb.dwarf2/dw2-bad-parameter-type.exp: Same.
379 * gdb.dwarf2/implref-struct.exp: Same.
380 * gdb.dwarf2/varval.exp: Ensure get_sizeof is called once per type.
381 * gdb.dwarf2/data-loc.exp: Same. Remove duplicate test.
382
ebf47080
SM
3832020-05-11 Simon Marchi <simon.marchi@polymtl.ca>
384
385 * gdb.base/jit-so.exp (one_jit_test): Change test name.
386
d30dcd12
AB
3872020-05-11 Andrew Burgess <andrew.burgess@embecosm.com>
388
389 * lib/check-test-names.exp (all_test_names): New module variable.
390 (counts): Add 'duplicates' field.
391 (_check_duplicates): New procedure.
392 (check): Also check for duplicates.
393 (do_log_summary): Print duplicates count.
394 (do_reset_vars): Reset counter for duplicate test names, and
395 discard all know test names.
396
34584c09
AB
3972020-05-11 Andrew Burgess <andrew.burgess@embecosm.com>
398
399 * lib/gdb.exp: Include check-test-names.exp library.
400 * lib/check-test-names.exp: New file.
401
e0002117
TV
4022020-05-11 Tom de Vries <tdevries@suse.de>
403
404 * gdb.ada/packed_tagged.exp: Change kfail into xfail.
405
53f539a3
KS
4062020-05-11 Keith Seitz <keiths@redhat.com>
407
408 * gdb.ada/attr_ref_and_charlit.exp: Fix typo.
409
113ee09a
TV
4102020-05-11 Tom de Vries <tdevries@suse.de>
411
412 * gdb.cp/cpexprs.exp: Move everything except flags setting ...
413 * gdb.cp/cpexprs.exp.in: .. here.
414 * gdb.cp/cpexprs-debug-types.exp: Include cpexprs.exp.in instead of
415 cpexprs.exp.
416
ba3e70b0
KS
4172020-05-11 Keith Seitz <keiths@redhat.com>
418
419 * gdb.ada/arrayparam.exp: Resolve duplicate and tail parentheses
420 test names.
421 * gdb.ada/arrayptr.exp: Likewise.
422 * gdb.ada/assign_arr.exp: Likewise.
423 * gdb.ada/attr_ref_and_charlit.exp: Likewise.
424 * gdb.ada/bp_on_var.exp: Likewise.
425 * gdb.ada/call_pn.exp: Likewise.
426 * gdb.ada/complete.exp: Likewise.
427 * gdb.ada/fun_overload_menu.exp: Likewise.
428 * gdb.ada/funcall_param.exp: Likewise.
429 * gdb.ada/funcall_ref.exp: Likewise.
430 * gdb.ada/packed_array_assign.exp: Likewise.
431 * gdb.ada/same_component_name.exp: Likewise.
432 * gdb.ada/type_coercion.exp: Likewise.
433 * gdb.ada/unc_arr_ptr_in_var_rec.exp: Likewise.
434 * gdb.ada/variant_record_packed_array.exp: Likewise.
435
3ee6bb11
TV
4362020-05-11 Tom de Vries <tdevries@suse.de>
437
438 PR symtab/25941
439 * gdb.dwarf2/clang-debug-names.exp.in: New include exp file, factored
440 out of ...
441 * gdb.dwarf2/clang-debug-names.exp: ... here.
442 * gdb.dwarf2/clang-debug-names-2.exp: New file. Include
443 clang-debug-names.exp.in.
444 * gdb.dwarf2/clang-debug-names-2-foo.c: New test.
445 * gdb.dwarf2/clang-debug-names-2.c: New test.
446
86cd6bc8
AKS
4472020-05-10 Alok Kumar Sharma <alokkumar.sharma@amd.com>
448
449 * lib/fortran.exp (fortran_main): New Proc, handle flang MAIN_,
450 (fortran_runto_main): New Proc, fortran version of runto_main.
451 * gdb.fortran/array-bounds-high.exp: Handle flang MAIN_
452 * gdb.fortran/array-bounds.exp: Likewise.
453 * gdb.fortran/array-slices.exp: Likewise.
454 * gdb.fortran/block-data.exp: Likewise.
455 * gdb.fortran/charset.exp: Likewise.
456 * gdb.fortran/common-block.exp: Likewise.
457 * gdb.fortran/complex.exp: Likewise.
458 * gdb.fortran/derived-type-function.exp: Likewise.
459 * gdb.fortran/derived-type.exp: Likewise.
460 * gdb.fortran/info-modules.exp: Likewise.
461 * gdb.fortran/info-types.exp: Likewise.
462 * gdb.fortran/intrinsics.exp: Likewise.
463 * gdb.fortran/library-module.exp: Likewise.
464 * gdb.fortran/logical.exp: Likewise.
465 * gdb.fortran/max-depth.exp: Likewise.
466 * gdb.fortran/module.exp: Likewise.
467 * gdb.fortran/multi-dim.exp: Likewise.
468 * gdb.fortran/nested-funcs.exp: Likewise.
469 * gdb.fortran/print-formatted.exp: Likewise.
470 * gdb.fortran/print_type.exp: Likewise.
471 * gdb.fortran/printing-types.exp: Likewise.
472 * gdb.fortran/ptr-indentation.exp: Likewise.
473 * gdb.fortran/ptype-on-functions.exp: Likewise.
474 * gdb.fortran/subarray.exp: Likewise.
475 * gdb.fortran/vla-alloc-assoc.exp: Likewise.
476 * gdb.fortran/vla-datatypes.exp: Likewise.
477 * gdb.fortran/vla-history.exp: Likewise.
478 * gdb.fortran/vla-ptr-info.exp: Likewise.
479 * gdb.fortran/vla-ptype-sub.exp: Likewise.
480 * gdb.fortran/vla-ptype.exp: Likewise.
481 * gdb.fortran/vla-sizeof.exp: Likewise.
482 * gdb.fortran/vla-type.exp: Likewise.
483 * gdb.fortran/vla-value-sub-arbitrary.exp: Likewise.
484 * gdb.fortran/vla-value-sub-finish.exp: Likewise.
485 * gdb.fortran/vla-value-sub.exp: Likewise.
486 * gdb.fortran/vla-value.exp: Likewise.
487 * gdb.fortran/whatis_type.exp: Likewise.
488 * gdb.mi/mi-var-child-f.exp: Likewise.
489
6dc55ce9 4902020-05-09 Tom de Vries <tdevries@suse.de>
491
492 * gdb.dwarf2/clang-debug-names.exp: Remove PR25952 kfail.
493
283cb58c
TV
4942020-05-08 Tom de Vries <tdevries@suse.de>
495
496 * gdb.dwarf2/clang-debug-names.c: New test.
497 * gdb.dwarf2/clang-debug-names.exp: New file.
498
ac4a4f1c
SM
4992020-05-06 Simon Marchi <simon.marchi@efficios.com>
500
501 * gdb.arch/amd64-prologue-skip-cf-protection.exp: New file.
502 * gdb.arch/amd64-prologue-skip-cf-protection.c: New file.
503
24fe640b
TV
5042020-05-06 Tom de Vries <tdevries@suse.de>
505
506 * gdb.reverse/consecutive-precsave.exp: Handle if instruction after
507 breakpoint is at a "recommended breakpoint location".
508 * gdb.reverse/consecutive-reverse.exp: Same.
509
0d8683a3
TV
5102020-05-06 Tom de Vries <tdevries@suse.de>
511
512 * gdb.base/watchpoint-reuse-slot.exp (stepi): Print $pc to get current
513 address.
514
b8983c46
TV
5152020-05-06 Tom de Vries <tdevries@suse.de>
516
517 * gdb.base/watchpoint-reuse-slot.exp: Fix incorrect assignment.
518
abf6d805
TV
5192020-05-06 Tom de Vries <tdevries@suse.de>
520
521 * gdb.base/store.exp (check_set, up_set): Allowing missing location
522 info for r.
523
0fc2a808
TV
5242020-05-06 Tom de Vries <tdevries@suse.de>
525
526 * gdb.base/shlib-call.exp: Add extra step to reach shmain.c:42, if
527 necessary.
528
873dd427
TV
5292020-05-06 Tom de Vries <tdevries@suse.de>
530
531 * lib/unbuffer_output.c (gdb_unbuffer_output): Change return type to
532 void.
533
7c99e7e2
TV
5342020-05-06 Tom de Vries <tdevries@suse.de>
535
536 * lib/gdb.exp (is_stmt_addresses, hex_in_list): New proc, factored out
537 of ...
538 * gdb.base/async.exp: ... here.
539 * gdb.base/consecutive.exp: Handle if 2nd breakpoint is at a
540 "recommended breakpoint location".
541
6173d6a6
TV
5422020-05-06 Tom de Vries <tdevries@suse.de>
543
544 * gdb.compile/compile-ifunc.exp: Use -Wno-attribute-alias.
545
6015a067
TV
5462020-05-04 Tom de Vries <tdevries@suse.de>
547
548 * gdb.base/async.exp: Check whether instruction addresses are a
549 "recommended breakpoint location".
550
3b6acaee
TT
5512020-05-03 Tom Tromey <tom@tromey.com>
552
553 * gdb.base/sepdebug.exp: Remove "catch" test.
554 * gdb.base/break.exp: Remove "catch" test.
555 * gdb.base/default.exp: Update expected output.
556
5beb4d17
TV
5572020-05-02 Tom de Vries <tdevries@suse.de>
558
559 * lib/gdb.exp (supports_mpx_check_pointer_bounds): New proc.
560 * gdb.arch/i386-mpx-call.exp: Use supports_mpx_check_pointer_bounds.
561 * gdb.arch/i386-mpx-map.exp: Same.
562 * gdb.arch/i386-mpx-sigsegv.exp: Same.
563 * gdb.arch/i386-mpx-simple_segv.exp: Same.
564 * gdb.arch/i386-mpx.exp: Same.
565
8caf140d
TV
5662020-05-02 Tom de Vries <tdevries@suse.de>
567
568 * gdb.base/psym-external-decl.c (main): Add use of variable aaa.
569
693196cb
TV
5702020-05-01 Tom de Vries <tdevries@suse.de>
571
572 * gdb.ada/operator_bp.exp: Allow more than required amount of
573 breakpoint.
574
53ae0aa9
TV
5752020-05-01 Tom de Vries <tdevries@suse.de>
576
577 * gdb.reverse/until-reverse.c (main): Fix Wunused-result warning.
578
ee9d1e5f
HD
5792020-04-30 Hannes Domani <ssbssa@yahoo.de>
580
581 PR gdb/18706
582 * gdb.cp/stub-array-size.cc: New test.
583 * gdb.cp/stub-array-size.exp: New file.
584 * gdb.cp/stub-array-size.h: New test.
585 * gdb.cp/stub-array-size2.cc: New test.
586
d5cf82c0
HD
5872020-04-30 Hannes Domani <ssbssa@yahoo.de>
588
589 * gdb.python/py-format-string.exp: Adjust pretty_arrays expected
590 output to the new format.
591
42e165c3
SM
5922020-04-29 Simon Marchi <simon.marchi@efficios.com>
593
594 * gdb.base/break.exp: Use with_test_prefix.
595
6e4e3fe1
TV
5962020-04-29 Tom de Vries <tdevries@suse.de>
597
598 * lib/gdb.exp (debug_types): New proc.
599 * gdb.guile/scm-symtab.exp: Add xfail for PR gcc/90232.
600 * gdb.python/py-symtab.exp: Same.
601
d642b692
HD
6022020-04-29 Hannes Domani <ssbssa@yahoo.de>
603
604 PR gdb/17320
605 * gdb.base/pretty-array.c: New test.
606 * gdb.base/pretty-array.exp: New file.
607
ea90f227
TV
6082020-04-29 Tom de Vries <tdevries@suse.de>
609
610 PR symtab/25889
611 * gdb.cp/cpexprs.exp: Adapt for inclusion.
612 * gdb.cp/cpexprs-debug-types.exp: New file. Set -fdebug-types-section
613 and include cpexprs.exp.
614
a65189c9
TV
6152020-04-28 Mark Williams <mark@myosotissp.com>
616
617 PR gdb/24480
618 * dw4-toplevel-types.exp: Test for top level types.
619 * dw4-toplevel-types.cc: Test for top level types.
620
32d1f47a
TBA
6212020-04-28 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
622
623 * gdb.threads/stop-with-handle.exp: Fix typo in comment
624 (theads -> threads).
625
56a4f5a1
TV
6262020-04-28 Tom de Vries <tdevries@suse.de>
627
628 * gdb.opt/inline-cmds.exp: Set KFAIL PR.
629
0b2f8a3b
TV
6302020-04-28 Tom de Vries <tdevries@suse.de>
631
632 * gdb.base/info-macros.exp: Remove KFAIL. Add missing trailing ".*".
633
5390c717
TV
6342020-04-28 Tom de Vries <tdevries@suse.de>
635
636 * gdb.ada/array_ptr_renaming.exp: Add PR number in KFAIL.
637
15cd93d0
TV
6382020-04-28 Tom de Vries <tdevries@suse.de>
639
640 * gdb.dwarf2/main-foo.c: New test.
641 * gdb.dwarf2/struct-with-sig.exp: New file.
642
d472f0fb
TV
6432020-04-25 Tom de Vries <tdevries@suse.de>
644
645 * boards/debug-types.exp: New file.
646
8d840e05
AB
6472020-04-25 Andrew Burgess <andrew.burgess@embecosm.com>
648
649 * gdb.btrace/multi-inferior.exp: Avoid paths in test names.
650
bcfe6157
TT
6512020-04-24 Tom Tromey <tom@tromey.com>
652
653 PR symtab/12707:
654 * gdb.python/py-symbol.exp: Update expected results for
655 linkage_name test.
656 * gdb.cp/print-demangle.exp: New file.
657 * gdb.base/c-linkage-name.exp: Fix test.
658 * gdb.guile/scm-symbol.exp: Update expected results for
659 linkage_name test.
660
f049a313
TT
6612020-04-24 Tom Tromey <tom@tromey.com>
662
663 * gdb.dwarf2/dw2-namespaceless-anonymous.S: Remove.
664 * gdb.dwarf2/dw2-namespaceless-anonymous.c: New file.
665 * gdb.dwarf2/dw2-namespaceless-anonymous.exp: Use DWARF
666 assembler.
667
7cf28874
TV
6682020-04-24 Tom de Vries <tdevries@suse.de>
669
670 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Set language of CU to
671 C++.
672
dac2fef7
TT
6732020-04-24 Tom Tromey <tromey@adacore.com>
674
675 * gdb.ada/frame_arg_lang.exp: Run with multiple -fgnat-encodings
676 values.
677 * gdb.ada/funcall_ref.exp: Run with multiple -fgnat-encodings
678 values. Update test for minimal encodings.
679 * gdb.ada/lang_switch.exp: Update test for minimal encodings.
680 * gdb.ada/var_rec_arr.exp: Run with multiple -fgnat-encodings
681 values. Update test for minimal encodings.
682
1acda803
TT
6832020-04-24 Tom Tromey <tromey@adacore.com>
684
685 PR python/23662:
686 * gdb.ada/variant.exp: Add Python checks.
687 * gdb.rust/simple.exp: Add dynamic type checks.
688
adfb9815
TT
6892020-04-24 Tom Tromey <tromey@adacore.com>
690
691 * gdb.ada/mi_var_array.exp: Try all -fgnat-encodings settings.
692 Make array type matching more lax.
693 * gdb.ada/mi_var_union.exp: Try all -fgnat-encodings settings.
694 * gdb.ada/mi_variant.exp: New file.
695 * gdb.ada/mi_variant/pck.ads: New file.
696 * gdb.ada/mi_variant/pkg.adb: New file.
697 * gdb.ada/packed_tagged.exp: Try all -fgnat-encodings settings.
698 * gdb.ada/unchecked_union.exp: Try all -fgnat-encodings settings.
699
7d79de9a
TT
7002020-04-24 Tom Tromey <tromey@adacore.com>
701
702 * gdb.ada/variant.exp: Add dynamic field offset tests.
703 * gdb.ada/variant/pck.ads (Nested_And_Variable): New type.
704 * gdb.ada/variant/pkg.adb: Add new variables.
705
f8e89861
TT
7062020-04-24 Tom Tromey <tromey@adacore.com>
707
708 * gdb.ada/variant.exp: New file
709 * gdb.ada/variant/pkg.adb: New file
710 * gdb.ada/variant/pck.adb: New file
711
86e887ae
TV
7122020-04-24 Tom de Vries <tdevries@suse.de>
713
714 * lib/gdb.exp (clean_restart): Reset errcnt and warncnt.
715
88428775
TV
7162020-04-24 Tom de Vries <tdevries@suse.de>
717
718 * gdb.dwarf2/dwzbuildid.exp: Add quiet to dwzbuildid-mismatch compile
719 flags.
720
4e86f6e7
TV
7212020-04-24 Tom de Vries <tdevries@suse.de>
722
723 * gdb.dwarf2/dw2-error.exp: Add quiet to compile flags.
724
2016d3e6
TV
7252020-04-24 Tom de Vries <tdevries@suse.de>
726
727 * lib/gdb.exp (default_gdb_start): Handle eof.
728 (clean_restart): Detect and handle gdb_start failure. Return -1 upon
729 failure.
730 * gdb.base/readnever.exp: Handle clean_restart failure.
731
70bc38f5
TV
7322020-04-23 Tom de Vries <tdevries@suse.de>
733
734 * gdb.base/decl-before-def.exp: Run to main and print a again.
735
de82891c
TV
7362020-04-23 Tom de Vries <tdevries@suse.de>
737
738 * gdb.base/decl-before-def-decl.c: New test.
739 * gdb.base/decl-before-def-def.c: New test.
740 * gdb.base/decl-before-def.exp: New file.
741
96038148
TV
7422020-04-23 Tom de Vries <tdevries@suse.de>
743
744 * gdb.base/readnever.exp: Skip if GDBFLAGS contain -readnow/--readnow.
745
54ac3df1
TV
7462020-04-22 Tom de Vries <tdevries@suse.de>
747
748 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): Fix
749 debug_info_offset.
750 * gdb.mi/dw2-ref-missing-frame.exp: Make sure $objfuncfile comes
751 before $objsfile in the line line.
752
714534e1
TV
7532020-04-22 Tom de Vries <tdevries@suse.de>
754
755 * gdb.dlang/watch-loc.c (.debug_aranges): Fix _Dmain length.
756
16a7dbf4
MS
7572020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
758
759 * gdb.base/jit-attach-pie.c: Use jit-protocol.h.
760 * gdb.base/jit-elf-main.c: Use jit-protocol.h.
761 * gdb.base/jit-reader-host.c: Use jit-protocol.h.
762 * gdb.base/jit-reader-simple-jit.c: Use jit-protocol.h.
763 * gdb.base/jit-protocol.h: Update definitions to match all usage
764 contexts.
765
7662020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
767
768 * gdb.base: Rename all jit related test and source files.
769
7702020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
771
772 * gdb.base/jit-reader.exp: Relax register output check.
773
317d2668
TV
7742020-04-22 Tom de Vries <tdevries@suse.de>
775
776 PR symtab/25764
777 * gdb.base/psym-external-decl-2.c: New test.
778 * gdb.base/psym-external-decl.c: New test.
779 * gdb.base/psym-external-decl.exp: New file.
780 * gdb.threads/tls.exp: Add PR25807 kfail.
781
eea9e357
TV
7822020-04-22 Tom de Vries <tdevries@suse.de>
783
784 PR symtab/25801
785 * gdb.dwarf2/imported-unit.exp: Test that we can get imported_unit.c
786 in "info source" output.
787
3d5afab3
TV
7882020-04-22 Tom de Vries <tdevries@suse.de>
789
790 PR symtab/25700
791 * gdb.dwarf2/imported-unit.exp: Verify that there's only one partial
792 symtab for imported_unit.c.
793
b32102f6
GB
7942020-04-21 Gary Benson <gbenson@redhat.com>
795
796 * gdb.base/advance.c (func): New argument, to match call site.
797 (func2, func3): Add return statements.
798
d43b7a2d
TBA
7992020-04-21 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
800
801 * gdb.multi/run-only-second-inf.c: New file.
802 * gdb.multi/run-only-second-inf.exp: New file.
803
d89edf9b
MM
8042020-04-21 Markus Metzger <markus.t.metzger@intel.com>
805
806 * gdb.btrace/multi-inferior.c: New test.
807 * gdb.btrace/multi-inferior.exp: New file.
808
1a476b6d
MM
8092020-04-21 Markus Metzger <markus.t.metzger@intel.com>
810
811 * gdb.btrace/enable-new-thread.c: New test.
812 * gdb.btrace/enable-new-thread.exp: New file.
813
4778a5f8
TV
8142020-04-21 Tom de Vries <tdevries@suse.de>
815
816 PR gdb/25471
817 * gdb.threads/killed-outside.c: New test.
818 * gdb.threads/killed-outside.exp: New file.
819
9b2c992c
GB
8202020-04-20 Gary Benson <gbenson@redhat.com>
821
822 * gdb.base/nested-subp1.exp: Use support_nested_function_tests.
823 * gdb.base/nested-subp2.exp: Likewise.
824 * gdb.base/nested-subp3.exp: Likewise.
825
b5d1d6f7
GB
8262020-04-20 Gary Benson <gbenson@redhat.com>
827
828 * gdb.base/nested-subp1.exp: Disable test when using clang.
829 * gdb.base/nested-subp2.exp: Likewise.
830 * gdb.base/nested-subp3.exp: Likewise.
831
25230285
GB
8322020-04-20 Gary Benson <gbenson@redhat.com>
833
834 * gdb.cp/exception.cc: Fix compilation error with clang.
835
fa93cc8f
GB
8362020-04-20 Gary Benson <gbenson@redhat.com>
837
809730f3 838 * gdb.trace/tspeed.c: Fix compilation error with clang.
fa93cc8f 839
e0c45f30
GB
8402020-04-20 Gary Benson <gbenson@redhat.com>
841
842 * gdb.base/jit-main.c: Fix compilation error with clang.
843
4ddfec93
KR
8442020-04-17 Kamil Rytarowski <n54@gmx.com>
845
846 * gdb.base/attach-twice.c: Include "sys/types.h".
847 (PTRACE_ATTACH): Add fallback definition.
848 (main): Pass `0' to the 4th argument of `ptrace'.
849
2bed205e
KR
8502020-04-17 Kamil Rytarowski <n54@gmx.com>
851
852 * gdb.base/fork-running-state.c: Include "signal.h".
853
0743fc83
TT
8542020-04-17 Tom Tromey <tromey@adacore.com>
855
856 * gdb.cp/maint.exp (test_help): Simplify multiple_help_body.
857 Update tests.
858 * gdb.btrace/cpu.exp: Update tests.
859 * gdb.base/maint.exp: Update tests.
860 * gdb.base/default.exp: Update tests.
861 * gdb.base/completion.exp: Update tests.
862
efba5c23
TV
8632020-04-16 Tom de Vries <tdevries@suse.de>
864
865 PR symtab/25791
866 * gdb.dwarf2/gdb-add-index.exp (add_gdb_index): Move ...
867 (ensure_gdb_index): and factor out and move ...
868 * lib/gdb.exp (add_gdb_index, ensure_gdb_index): ... here.
869 * gdb.dwarf2/imported-unit-runto-main.exp: New file.
870
d191d716
TV
8712020-04-16 Tom de Vries <tdevries@suse.de>
872
873 * gdb.base/maint-expand-symbols-header-file.exp: Set language before
874 loading exec.
875
99f1bc6a
AB
8762020-04-15 Andrew Burgess <andrew.burgess@embecosm.com>
877
878 * gdb.base/many-completions.exp: New file.
879
194d088f
TV
8802020-04-14 Tom de Vries <tdevries@suse.de>
881
882 PR symtab/25718
883 * gdb.dwarf2/dw2-symtab-includes.exp: New file.
884
c1a66c06
TV
8852020-04-14 Tom de Vries <tdevries@suse.de>
886
887 PR symtab/25720
888 * gdb.base/maint-expand-symbols-header-file.c: New test.
889 * gdb.base/maint-expand-symbols-header-file.exp: New file.
890 * gdb.base/maint-expand-symbols-header-file.h: New test.
891
21b0982c
AB
8922020-04-14 Andrew Burgess <andrew.burgess@embecosm.com>
893
894 * gdb.dwarf2/dw2-inline-many-frames.exp (get_func_info): Delete.
895 * gdb.dwarf2/dw2-inline-small-func.exp: Pass options to
896 get_func_info.
897 (get_func_info): Delete.
898 * gdb.dwarf2/dw2-is-stmt-2.exp (get_func_info): Delete.
899 * gdb.dwarf2/dw2-is-stmt.exp (get_func_info): Delete.
900 * lib/dwarf.exp (get_func_info): New function.
901
dd1cab06
TV
9022020-04-13 Tom de Vries <tdevries@suse.de>
903
904 * lib/ada.exp (find_ada_tool): Pass --GCC and -B to gnatlink, similar
905 to what find_gnatmake does.
906
71ea2b6b
TV
9072020-04-10 Tom de Vries <tdevries@suse.de>
908
909 * gdb.base/style.exp: Expect "Expanding full symbols" message for
910 -readnow.
911
bdfc1e8a
TV
9122020-04-10 Tom de Vries <tdevries@suse.de>
913
914 PR cli/25808
915 * gdb.base/style.c: Add leading newlines.
916 * gdb.base/style.exp: Use gdb_get_line_number to get specific lines.
917 Check listing of main's one-line body.
918
14ca8ecf
TV
9192020-04-08 Tom de Vries <tdevries@suse.de>
920
921 * lib/gdb.exp (psymtabs_p): New proc.
922 * gdb.dwarf2/imported-unit.exp: Mark "no static partial symbols in
923 importing unit" unsupported if there are no partial symbols.
924
e21d048f
TV
9252020-04-08 Tom de Vries <tdevries@suse.de>
926
927 PR testsuite/25760
928 * gdb.ada/call_pn.exp: Call "maint expand-symtabs". Add xfails.
929
25c11aca
TV
9302020-04-07 Tom de Vries <tdevries@suse.de>
931
932 PR symtab/25796
933 * gdb.dwarf2/imported-unit-abstract-const-value.exp: New file.
934
5707e24b
TV
9352020-04-07 Tom de Vries <tdevries@suse.de>
936
937 * gdb.base/check-psymtab.c: New test.
938 * gdb.base/check-psymtab.exp: New file.
939
6ee448cc
TT
9402020-04-06 Tom Tromey <tromey@adacore.com>
941
942 * gdb.ada/variant-record/proc.adb: New file.
943 * gdb.ada/variant-record/value.adb: New file.
944 * gdb.ada/variant-record/value.s: New file.
945 * gdb.ada/variant-record.exp: New file.
946
9e7c9a03
HD
9472020-04-03 Hannes Domani <ssbssa@yahoo.de>
948
949 PR gdb/25325
950 * gdb.cp/typed-enum.cc: New test.
951 * gdb.cp/typed-enum.exp: New file.
952
c90d28ac
AB
9532020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
954
955 * gdb.dwarf2/dw2-inline-small-func-lbls.c: New file.
956 * gdb.dwarf2/dw2-inline-small-func.c: New file.
957 * gdb.dwarf2/dw2-inline-small-func.exp: New file.
958 * gdb.dwarf2/dw2-inline-small-func.h: New file.
959 * gdb.opt/inline-small-func.c: New file.
960 * gdb.opt/inline-small-func.exp: New file.
961 * gdb.opt/inline-small-func.h: New file.
962
34e9a9fa
AB
9632020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
964
965 * lib/dwarf.exp (Dwarf::lines::program::DW_LNS_set_file): New
966 function.
967
6a354911
AB
9682020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
969
970 * lib/dwarf.exp (function_range): Allow compiler options to be
971 specified.
972
880d9777
TV
9732020-04-02 Tom de Vries <tdevries@suse.de>
974
975 * gdb.dwarf2/break-inline-psymtab-2.c (bar): Add
976 __attribute__((always_inline)).
977 * gdb.dwarf2/break-inline-psymtab.exp: Don't use -O2.
978
f32682ea
TV
9792020-04-02 Tom de Vries <tdevries@suse.de>
980
981 * lib/gdbserver-support.exp (gdbserver_exit): Factor out of ...
982 (gdbserver_gdb_exit): ... here. Add timeout warning.
983 * gdb.multi/multi-target.exp (server_spawn_ids): New global var.
984 (connect_target_extended_remote): Append new server_spawn_id to
985 server_spawn_ids.
986 (cleanup): New proc.
987 (setup, <toplevel>): Call cleanup.
988
d3214198
TV
9892020-04-02 Tom de Vries <tdevries@suse.de>
990
991 * gdb.base/main-psymtab.exp: New file.
992
cc77ed24
TV
9932020-04-02 Tom de Vries <tdevries@suse.de>
994
995 * gdb.fortran/mixed-lang-stack.exp: Accept new complex printing style.
996
3638a098
TT
9972020-04-01 Tom Tromey <tom@tromey.com>
998
999 * gdb.base/complex-parts.exp: Add type tests.
1000
c34e8714
TT
10012020-04-01 Tom Tromey <tom@tromey.com>
1002
1003 * gdb.base/complex-parts.exp: Add arithmetic tests.
1004
981c08ce
TT
10052020-04-01 Tom Tromey <tom@tromey.com>
1006
1007 * gdb.compile/compile.exp: Update.
1008 * gdb.compile/compile-cplus.exp: Update.
1009 * gdb.base/varargs.exp: Update.
1010 * gdb.base/floatn.exp: Update.
1011 * gdb.base/endianity.exp: Update.
1012 * gdb.base/callfuncs.exp (do_function_calls): Update.
1013 * gdb.base/funcargs.exp (complex_args, complex_integral_args)
1014 (complex_float_integral_args): Update.
1015 * gdb.base/complex.exp: Update.
1016 * gdb.base/complex-parts.exp: Update.
1017
3d1cfd43
TT
10182020-04-01 Tom Tromey <tromey@adacore.com>
1019
1020 * gdb.rust/union.rs: New file.
1021 * gdb.rust/union.exp: New file.
1022 * gdb.rust/simple.rs (Union, Union2): Move to union.rs.
1023 (main): Update.
1024 * gdb.rust/simple.exp: Move union tests to union.exp.
1025
e033dfa9
TT
10262020-04-01 Tom Tromey <tromey@adacore.com>
1027
1028 * gdb.rust/simple.rs (main): Remove "y0".
1029
53cccef1
TBA
10302020-04-01 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1031
1032 * gdb.multi/stop-all-on-exit.c: New test.
1033 * gdb.multi/stop-all-on-exit.exp: New file.
1034
60e22c1e
HD
10352020-04-01 Hannes Domani <ssbssa@yahoo.de>
1036
1037 PR gdb/24789
1038 * gdb.cp/misc.cc: Add integer reference variable.
1039 * gdb.cp/misc.exp: Add test.
1040
e139a727
TBA
10412020-04-01 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1042
1043 * gdb.server/stop-reply-no-thread.exp: Enhance the test
1044 scenario to cover execution until the end and also the case
1045
16b0db75
TV
10462020-03-31 Tom de Vries <tdevries@suse.de>
1047
1048 * gdb.base/c-linkage-name.exp: Fix test-case comment. Set language to
1049 c. Use "maint info symtabs" to check symtab expansion.
1050
c0502da6
TV
10512020-03-30 Tom de Vries <tdevries@suse.de>
1052
1053 * gdb.base/c-linkage-name.exp: Use readnow call to mark a test
1054 unsupported.
1055 (verify_psymtab_expanded): Move ...
1056 * lib/gdb.exp (verify_psymtab_expanded): ... here. Add unsupported
1057 test.
1058 (readnow): New proc.
1059
5935fd15
AB
10602020-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
1061
1062 * gdb.fortran/mixed-lang-stack.exp: Replace two hard coded address
1063 with $hex.
1064
1773be9e
TT
10652020-03-20 Tom Tromey <tromey@adacore.com>
1066
1067 * gdb.dwarf2/dw2-ranges-base.exp: Update regular expressions.
1068
70304be9
TT
10692020-03-20 Tom Tromey <tromey@adacore.com>
1070
1071 * gdb.ada/sub_variant/subv.adb: New file.
1072 * gdb.ada/sub_variant.exp: New file.
1073
0dd7b8f7
TV
10742020-03-20 Tom de Vries <tdevries@suse.de>
1075
1076 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Bail out if
1077 first break fails.
1078 * gdb.threads/step-over-trips-on-watchpoint.exp: (do_test): Same.
1079
cada5fc9
AB
10802020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
1081
1082 * gdb.server/exit-multiple-threads.c: New file.
1083 * gdb.server/exit-multiple-threads.exp: New file.
1084
6b8c53f2
AB
10852020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
1086
1087 * gdb.fortran/mixed-lang-stack.c: New file.
1088 * gdb.fortran/mixed-lang-stack.cpp: New file.
1089 * gdb.fortran/mixed-lang-stack.exp: New file.
1090 * gdb.fortran/mixed-lang-stack.f90: New file.
1091
19a2740f
AB
10922020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
1093
1094 * gdb.linespec/cp-completion-aliases.cc: New file.
1095 * gdb.linespec/cp-completion-aliases.exp: New file.
1096
d8c8b848
TV
10972020-03-19 Tom de Vries <tdevries@suse.de>
1098
1099 * gdb.opt/inline-locals.exp: Add kfail PR number. Make kfail matching
1100 more precise.
1101
a9933ccf
TV
11022020-03-18 Tom de Vries <tdevries@suse.de>
1103
1104 * gdb.dwarf2/break-inline-psymtab-2.c: New test.
1105 * gdb.dwarf2/break-inline-psymtab.c: New test.
1106 * gdb.dwarf2/break-inline-psymtab.exp: New file.
1107
2f89101f
TV
11082020-03-16 Tom de Vries <tdevries@suse.de>
1109
1110 * lib/cache.exp (gdb_do_cache): Add and handle local variables
1111 cache_verify and cache_verify_proc.
1112
6b9374f1
TV
11132020-03-15 Tom de Vries <tdevries@suse.de>
1114
1115 * gdb.server/solib-list.exp: Handle
1116 'Load new symbol table from "/lib64/ld-2.26.so"? (y or n)'.
1117
eaeaf44c
TV
11182020-03-15 Tom de Vries <tdevries@suse.de>
1119
1120 * gdb.base/maint.exp: Use exp_continue in long lines for "maint print
1121 objfiles".
1122
3293bbaf
TT
11232020-03-14 Tom Tromey <tom@tromey.com>
1124
1125 * gdb.base/cvexpr.exp: Add test for _Atomic and restrict.
1126
ab44624c
TV
11272020-03-14 Tom de Vries <tdevries@suse.de>
1128
1129 * gdb.mi/mi-fortran-modules.exp: Use exp_continue.
1130
54c43825
TV
11312020-03-14 Tom de Vries <tdevries@suse.de>
1132
1133 * gdb.threads/attach-many-short-lived-threads.exp: Read "info threads"
1134 result in line-by-line fashion.
1135
2ac70237
TV
11362020-03-14 Tom de Vries <tdevries@suse.de>
1137
1138 * lib/gdb.exp (supports_statement_frontiers): New proc.
1139 * gdb.cp/step-and-next-inline.exp: Use supports_statement_frontiers.
1140
09546b56
TV
11412020-03-14 Tom de Vries <tdevries@suse.de>
1142
1143 * gdb.base/printcmds.exp: Add missing quoting for "print
1144 teststring2".
1145
a1f6a07c
TT
11462020-03-13 Tom Tromey <tom@tromey.com>
1147
1148 * gdb.base/printcmds.exp (test_print_strings): Add regression
1149 test.
1150 * gdb.base/printcmds.c (charptr): New typedef.
1151 (teststring2): New global.
1152
1b83d09c
AB
11532020-03-13 Andrew Burgess <andrew.burgess@embecosm.com>
1154
1155 * gdb.base/break-interp.exp: Use the tail of the filename, not the
1156 full path in the test name.
1157 (test_ld): Add some with_test_prefix blocks to make test names
1158 unique.
1159
2d61316c
TV
11602020-03-13 Tom de Vries <tdevries@suse.de>
1161
1162 * gdb.mi/mi-sym-info.exp: Fix buffer full errors, and timeouts.
1163
2e9145ac
TV
11642020-03-13 Tom de Vries <tdevries@suse.de>
1165
1166 * gdb.mi/mi-sym-info.exp: Make matching more precise.
1167
96c7f873
TV
11682020-03-13 Tom de Vries <tdevries@suse.de>
1169
1170 PR symtab/25646
1171 * gdb.dwarf2/imported-unit.exp: Add test.
1172
49ba92c0
TV
11732020-03-13 Tom de Vries <tdevries@suse.de>
1174
1175 * gdb.mi/mi-sym-info-2.c (another_char_t, another_short_t): New typedef.
1176 (var1, var2): New variable.
1177 * gdb.mi/mi-sym-info.exp: Add --name to various commands to restrict
1178 matching symbols.
1179
301b21e0
TV
11802020-03-13 Tom de Vries <tdevries@suse.de>
1181
1182 * lib/tuiterm.exp (Term::command_no_prompt_prefix): New proc.
1183 (Term::command): Use prompt prefix.
1184 (Term::enter_tui): Use command_no_prompt_prefix instead of prefix.
1185 * gdb.tui/tui-layout-asm-short-prog.exp: Use
1186 command_no_prompt_prefix instead of prefix.
1187 * gdb.tui/tui-layout-asm.exp: Same.
1188
3f512721
SM
11892020-03-12 Simon Marchi <simon.marchi@efficios.com>
1190
1191 * gdb.base/break-interp.exp: Use foreach_with_prefix.
1192
40310f30
SM
11932020-03-12 Simon Marchi <simon.marchi@efficios.com>
1194
1195 * gdb.arch/amd64-disp-step-avx.S: Add nops after _start.
1196 * gdb.arch/amd64-disp-step-avx.exp: Enable "set debug displaced
1197 on" while stepping over the test instruction, match printed
1198 message.
1199
09252140
TV
12002020-03-12 Tom de Vries <tdevries@suse.de>
1201
1202 * gdb.base/info-types.exp: Use exp_continue during matching of output
1203 of "info types".
1204
14e9c72c
TV
12052020-03-12 Tom de Vries <tdevries@suse.de>
1206
1207 * gdb.threads/execl.exp: Delete breakpoint after hitting it.
1208
e515d67e
TV
12092020-03-12 Tom de Vries <tdevries@suse.de>
1210
1211 * gdb.fortran/module.exp: Use exp_continue during matching of output
1212 of "info variable -n".
1213
307eafd8
TV
12142020-03-12 Tom de Vries <tdevries@suse.de>
1215
1216 * gdb.dwarf2/dw2-ranges-base.exp: Limit "maint info line-table" to
1217 gdb.dwarf2/dw2-ranges-base.c.
1218
9a2de3fc
TV
12192020-03-12 Tom de Vries <tdevries@suse.de>
1220
1221 * gdb.linespec/explicit.exp: Fix "complete non-unique file name" test
1222 in presence of GLIBC debuginfo.
1223
3217502e
TV
12242020-03-12 Tom de Vries <tdevries@suse.de>
1225
1226 * lib/gdb.exp (gdb_core_cmd): Use string_to_regexp for regexp-matching
1227 $core.
1228
1281424c
TV
12292020-03-12 Tom de Vries <tdevries@suse.de>
1230
1231 * lib/gdb.exp (gdb_core_cmd): Make "No such file or directory" regexp
1232 more precise.
1233
038b97fc
SM
12342020-03-11 Simon Marchi <simon.marchi@efficios.com>
1235
1236 * lib/gdb.exp (standard_output_file): Use `pwd -W` to convert
1237 from Unix to Windows path.
1238
5308d1e7
TV
12392020-03-11 Tom de Vries <tdevries@suse.de>
1240
1241 * gdb.ada/minsyms.exp: Set language to ada.
1242
f870f78f
TV
12432020-03-11 Tom de Vries <tdevries@suse.de>
1244
1245 * gdb.server/sysroot.exp: Allow GLIBC's printf alias __printf.
1246
5a13315d
TV
12472020-03-11 Tom de Vries <tdevries@suse.de>
1248
1249 * gdb.btrace/reconnect.exp: Allow source line pattern after stepi.
1250
976862ed
TT
12512020-03-11 Tom Tromey <tromey@adacore.com>
1252
1253 * gdb.dwarf2/variant.exp: Mark discriminants as artificial.
1254
7462c383
TV
12552020-03-11 Tom de Vries <tdevries@suse.de>
1256
1257 * gdb.base/foll-fork.exp: Allow "Reading in symbols" messages.
1258
1c6c46a0
TV
12592020-03-11 Tom de Vries <tdevries@suse.de>
1260
1261 * gdb.base/break-interp.exp: Limit verbose scope.
1262
44f41bb7
TV
12632020-03-11 Tom de Vries <tdevries@suse.de>
1264
1265 * gdb.fortran/logical.f90: Define variable with character type.
1266 * gdb.fortran/logical.exp: Use character type instead of uint8_t.
1267
b76f3a42
TV
12682020-03-11 Tom de Vries <tdevries@suse.de>
1269
1270 * gdb.base/list-ambiguous.exp: Set EDITOR to true.
1271
1c33af77
TV
12722020-03-11 Tom de Vries <tdevries@suse.de>
1273
1274 * gdb.ada/access_to_packed_array.exp: Test printing of expanded
1275 symtabs.
1276
8c95582d
AB
12772020-03-10 Andrew Burgess <andrew.burgess@embecosm.com>
1278 Bernd Edlinger <bernd.edlinger@hotmail.de>
1279
1280 * gdb.cp/step-and-next-inline.cc: New file.
1281 * gdb.cp/step-and-next-inline.exp: New file.
1282 * gdb.cp/step-and-next-inline.h: New file.
1283 * gdb.dwarf2/dw2-is-stmt.c: New file.
1284 * gdb.dwarf2/dw2-is-stmt.exp: New file.
1285 * gdb.dwarf2/dw2-is-stmt-2.c: New file.
1286 * gdb.dwarf2/dw2-is-stmt-2.exp: New file.
1287 * gdb.dwarf2/dw2-ranges-base.exp: Update line table pattern.
1288
cecf8547
AB
12892020-03-10 Andrew Burgess <andrew.burgess@embecosm.com>
1290
1291 * lib/dwarf.exp (Dwarf::lines) Add support for modifying the
1292 is-stmt flag in the line table.
1293
0ba678c9
TV
12942020-03-09 Tom de Vries <tdevries@suse.de>
1295
1296 * lib/gdb.exp (cached_file): Create cache dir.
1297
72fbdf83
TV
12982020-03-07 Tom de Vries <tdevries@suse.de>
1299
1300 * gdb.cp/ref-params.exp: Compare build_executable result with -1.
1301 * gdb.cp/rvalue-ref-params.exp: Same.
1302
436b5e99
TV
13032020-03-06 Tom de Vries <tdevries@suse.de>
1304
1305 * lib/gdb.exp (tentative_rename, cached_file): New proc.
1306 * boards/cc-with-tweaks.exp: Use cached_file to create gdb.sh.
1307
09f2921c
TV
13082020-03-06 Tom de Vries <tdevries@suse.de>
1309
1310 * README: Fix "the the".
1311 * gdb.base/dprintf.exp: Same.
1312
50a3cc5d
TV
13132020-03-05 Tom de Vries <tdevries@suse.de>
1314
1315 * gdb.base/maint.exp: Update "main print statistics" expected output.
1316
0a709cba
AKS
13172020-03-04 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
1318
1319 * lib/fortran.exp (fortran_int4): Handle flang kind printing.
1320 (fortran_int8): Likewise.
1321 (fortran_real4): Likewise.
1322 (fortran_real8): Likewise.
1323 (fortran_complex4): Likewise.
1324 (fortran_logical4): Likewise.
1325 (fortran_character1): Likewise.
1326
5e5d66b6
AB
13272020-03-03 Andrew Burgess <andrew.burgess@embecosm.com>
1328
1329 * gdb.fortran/logical.exp: Add tests that any non-zero value is
1330 printed as true.
1331
7b973adc
SDJ
13322020-03-03 Sergio Durigan Junior <sergiodj@redhat.com>
1333
1334 * gdb.base/printcmds.exp: Add test to verify printf of a
1335 variable holding an address.
1336
478e490a
TV
13372020-03-03 Tom de Vries <tdevries@suse.de>
1338
1339 * gdb.mi/gdb2549.exp: Fix "register values t" check-read1 timeout.
1340
1ef44e86
TV
13412020-03-03 Tom de Vries <tdevries@suse.de>
1342
1343 * gdb.mi/list-thread-groups-available.exp: Use -prompt syntax for
1344 gdb_test_multiple call.
1345
b98cc2cf
TV
13462020-03-03 Tom de Vries <tdevries@suse.de>
1347
1348 * gdb.mi/mi-sym-info.exp: Add missing -prompt "$mi_gdb_prompt$" to
1349 gdb_test_multiple calls.
1350
63e163f2
AB
13512020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
1352
1353 * gdb.base/default.exp: Remove test of 'set history filename'.
1354 * gdb.base/gdbinit-history.exp: Add tests for setting the history
1355 filename to the empty string.
1356 * lib/gdb.exp (gdb_init): Unset environment variables GDBHISTFILE
1357 and GDBHISTSIZE.
1358
24ed6739
AB
13592020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
1360
1361 * gdb.server/stop-reply-no-thread.exp: Add test where T packet is
1362 disabled.
1363
590003dc
TV
13642020-03-02 Pedro Alves <palves@redhat.com>
1365 Tom de Vries <tdevries@suse.de>
1366
1367 * lib/gdb.exp (gdb_test_multiple): Handle prompt_regexp option using
1368 -prompt prefix, before user_code argument. Add -lbl option likewise.
1369 (skip_python_tests_prompt, skip_libstdcxx_probe_tests_prompt)
1370 (gdb_is_target_1): Add -prompt prefix and move to before user_code
1371 argument.
1372 * gdb.base/corefile-buildid.exp: Use -lbl option. Rewrite regexps to
1373 have "\r\n" at start-of-line, instead of at end-of-line.
1374
f5e46084
SM
13752020-02-28 Simon Marchi <simon.marchi@efficios.com>
1376
1377 * lib/trace-support.exp (get_in_proc_agent): Adjust path to
1378 libinproctrace.so.
1379
f7a7000d
LM
13802020-02-28 Luis Machado <luis.machado@linaro.org>
1381
1382 * gdb.arch/aarch64-fp.exp: Switch from "info registers" command
1383 to "p/x".
1384
718e0816
LM
13852020-02-28 Luis Machado <luis.machado@linaro.org>
1386
1387 * gdb.arch/aarch64-dbreg-contents.c: Include stdlib.h, unistd.h,
1388 asm/ptrace.h and error.h.
1389
13c3a74a
TV
13902020-02-28 Tom de Vries <tdevries@suse.de>
1391
1392 * gdb.base/c-linkage-name.c (main): Call do_something_other_cu.
1393 (struct wrapper, do_something, mundane/symada__cS): Move ...
1394 * gdb.base/c-linkage-name-2.c: ... here. New source file.
1395 * gdb.base/c-linkage-name.exp: Add verification of psymtab expansion.
1396 Update "print symada__cS before partial symtab expansion" regexp.
1397 Update breakpoint location. Flush symbol cache after expansion.
1398
85d2d5bb
LM
13992020-02-28 Luis Machado <luis.machado@linaro.org>
1400
1401 * gdb.arch/aarch64-pauth.exp: Recognize optional PAC output.
1402
3608f86c
TV
14032020-02-27 Tom de Vries <tdevries@suse.de>
1404
1405 * config/sid.exp: Remove unused globals.
1406 * gdb.base/attach.exp: Same.
1407 * gdb.base/catch-load.exp: Same.
1408 * gdb.base/dbx.exp: Same.
1409 * lib/gdb.exp: Same.
1410 * lib/mi-support.exp: Same.
1411 * lib/prompt.exp: Same.
1412
c8d4f6df
TV
14132020-02-27 Tom de Vries <tdevries@suse.de>
1414
1415 * lib/tuiterm.exp (spawn): Handle case that spawn_out(slave,name) is
1416 not set.
1417
0d79cdc4
AM
14182020-02-26 Aaron Merey <amerey@redhat.com>
1419
1420 * gdb.debuginfod: New directory for debuginfod tests.
1421 * gdb.debuginfod/main.c: New test file.
1422 * gdb.debuginfod/fetch_src_and_symbols.exp: New tests.
1423
0dce4280
TV
14242020-02-26 Tom de Vries <tdevries@suse.de>
1425
1426 PR gdb/25603
1427 * gdb.base/persistent-lang.cc: New test.
1428 * gdb.base/persistent-lang.exp: New file.
1429
9e80cfa1
AB
14302020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
1431
1432 * gdb.fortran/derived-type-striding.exp: Add a new test.
1433 * gdb.fortran/derived-type-striding.f90: Add pointer variable for
1434 new test.
1435
2078dbb2
AB
14362020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
1437
1438 * gdb.base/cached-source-file.exp: Avoid source file paths in test
1439 names.
1440
70d49700
TV
14412020-02-25 Tom de Vries <tdevries@suse.de>
1442
1443 PR go/18926
1444 * gdb.go/methods.exp: Remove gcc/93866 xfail.
1445
a88ef40d
TV
14462020-02-24 Tom de Vries <tdevries@suse.de>
1447
1448 PR gdb/25592
1449 * gdb.base/info-locals-unused-static-var.c: New test.
1450 * gdb.base/info-locals-unused-static-var.exp: New file.
1451
01b1af32
TT
14522020-02-22 Tom Tromey <tom@tromey.com>
1453
1454 * gdb.python/tui-window.exp: New file.
1455 * gdb.python/tui-window.py: New file.
1456
7c043ba6
TT
14572020-02-22 Tom Tromey <tom@tromey.com>
1458
1459 PR tui/17850:
1460 * gdb.tui/new-layout.exp: Add horizontal layout and winheight
1461 tests.
1462
c22fef7e
TT
14632020-02-22 Tom Tromey <tom@tromey.com>
1464
1465 * gdb.tui/new-layout.exp: Add sub-layout tests.
1466
ee325b61
TT
14672020-02-22 Tom Tromey <tom@tromey.com>
1468
1469 * gdb.tui/new-layout.exp: New file.
1470
3f0cbb04
TT
14712020-02-22 Tom Tromey <tom@tromey.com>
1472
1473 * gdb.rust/rust-style.rs: New file.
1474 * gdb.rust/rust-style.exp: New file.
1475 * gdb.base/style.exp: Test structure printing.
1476 * gdb.base/style.c (struct some_struct): New type.
1477 (enum etype): New type.
1478 (struct_value): New global.
1479
75525152
TV
14802020-02-21 Tom de Vries <tdevries@suse.de>
1481
1482 PR go/18926
1483 * lib/gdb.exp (bp_location2/bp_location2_regexp): Fix.
1484 Remove blanket xfails. Use message argument for gdb_breakpoint.
1485 Make continuing to breakpoint test conditional on setting breakpoint.
1486 Fix continuing to breakpoint regexp. Add xfails for gccgo-6/7
1487 DW_AT_name attribute. Add xfail for GCC PR93866.
1488
bd360d30
AB
14892020-02-21 Andrew Burgess <andrew.burgess@embecosm.com>
1490
1491 * gdb.dwarf2/cpp-linkage-name.c: New file.
1492 * gdb.dwarf2/cpp-linkage-name.exp: New file.
1493
c7adb09f 14942020-02-21 Shahab Vahedi <shahab@synopsys.com>
24ac169a
SV
1495
1496 * lib/gdb.exp (gdb_wrapper_init): Reset
1497 "gdb_wrapper_initialized" to 0 if "wrapper_file" does
1498 not exist.
1499
a9c79803
TV
15002020-02-20 Tom de Vries <tdevries@suse.de>
1501
1502 PR go/17018
1503 * gdb.go/hello.exp: Copy ...
1504 * gdb.go/global-local-var-shadow.exp: ... here. New file. Expect
1505 print of st to print value of global definition. Add xfail for GCC
1506 PR93844.
1507 * gdb.go/hello.exp: Remove printing of st before definition.
1508 * gdb.go/hello.go: Copy ...
1509 * gdb.go/global-local-var-shadow.go: ... here. New test. Rename myst
1510 to st.
1511 * gdb.go/hello.go: Remove myst. Remove comment about shadowing.
1512
d7445728
TV
15132020-02-20 Tom de Vries <tdevries@suse.de>
1514
1515 * lib/gdb.exp (support_go_compile): New gdb_caching_proc.
1516 (gdb_simple_compile): Handle compile_flags go by using .go extension
1517 for source file.
1518 * gdb.go/chan.exp: Use support_go_compile.
1519 * gdb.go/handcall.exp: Same.
1520 * gdb.go/hello.exp: Same.
1521 * gdb.go/integers.exp: Same.
1522 * gdb.go/max-depth.exp: Same.
1523 * gdb.go/methods.exp: Same.
1524 * gdb.go/package.exp: Same.
1525 * gdb.go/strings.exp: Same.
1526 * gdb.go/types.exp: Same.
1527 * gdb.go/unsafe.exp: Same.
1528
c9c41e6d
TV
15292020-02-19 Tom de Vries <tdevries@suse.de>
1530
1531 * gdb.python/lib-types.exp: Make xfail more strict.
1532
f20ff837
TV
15332020-02-19 Tom de Vries <tdevries@suse.de>
1534
1535 * gdb.ada/funcall_ref.exp: Replace xfail setup by unsupported check.
1536
08410482
DE
15372020-02-19 Doug Evans <dje@google.com>
1538
1539 PR rust/25535
1540 * gdb.rust/simple.exp: Add test.
1541 * gdb.rust/simple.rs: Add test.
1542
623563f7
TV
15432020-02-19 Tom de Vries <tdevries@suse.de>
1544
1545 * gdb.base/corefile-buildid.exp (check_exec_file): Match info files
1546 output line-by-line.
1547
d3308cfd
TV
15482020-02-19 Tom de Vries <tdevries@suse.de>
1549
1550 * gdb.cp/cpexprs.exp: Remove c++/14186 kfail.
1551
86cbc5dc
TV
15522020-02-19 Tom de Vries <tdevries@suse.de>
1553
1554 * gdb.base/solib-overlap.exp: Use exec instead of system to execute
1555 prelink.
1556
9db2b96b
TV
15572020-02-19 Tom de Vries <tdevries@suse.de>
1558
1559 * lib/cache.exp (ignore_pass, gdb_do_cache_wrap): New proc.
1560 (gdb_do_cache): Use gdb_do_cache_wrap.
1561 * gdb.base/gdb-caching-proc.exp (test_proc): Use gdb_do_cache_wrap.
1562
89e2fdc5
TV
15632020-02-19 Tom de Vries <tdevries@suse.de>
1564
1565 * lib/dtrace.exp (dtrace_build_usdt_test_program): Use quiet as
1566 gdb_compile option.
1567
373d7ac0
SM
15682020-02-18 Simon Marchi <simon.marchi@efficios.com>
1569
1570 * gdb.base/printcmds.exp (test_print_enums): Update expected
1571 output.
1572
b29a2df0
SM
15732020-02-18 Simon Marchi <simon.marchi@efficios.com>
1574
1575 * gdb.base/printcmds.exp (test_print_enums): Expect hex values
1576 for "unknown".
1577
6740f0cc
SM
15782020-02-18 Simon Marchi <simon.marchi@efficios.com>
1579
1580 * gdb.base/printcmds.c (enum flag_enum): Add FE_TWO_LEGACY
1581 enumerator.
1582
edd45eb0
SM
15832020-02-18 Simon Marchi <simon.marchi@efficios.com>
1584
1585 * gdb.base/printcmds.c (enum flag_enum): Prefix enumerators with
1586 FE_, add FE_NONE.
1587 (three): Update.
1588 (enum flag_enum_without_zero): New enum.
1589 (flag_enum_without_zero): New variable.
1590 (enum not_flag_enum): New enum.
1591 (three_not_flag): New variable.
1592 * gdb.base/printcmds.exp (test_artificial_arrays): Update.
1593 (test_print_enums): Add more tests for printing flag enums.
1594
d4295de4
TV
15952020-02-18 Tom de Vries <tdevries@suse.de>
1596
1597 * lib/ada.exp (gdb_compile_ada_1): Factor out of ...
1598 (gdb_compile_ada): ... here.
1599 (gnat_runtime_has_debug_info): Remove fail call for gdb_compile_ada
1600 failure. Use gdb_compile_ada_1 instead of gdb_compile_ada.
1601
f251f505
TT
16022020-02-14 Tom Tromey <tom@tromey.com>
1603
1604 * lib/gdbserver-support.exp (find_gdbserver): Find gdbserver in
1605 build directory.
1606 * boards/gdbserver-base.exp: Update path to gdbserver.
1607
8f432634
TV
16082020-02-13 Tom de Vries <tdevries@suse.de>
1609
1610 * lib/ada.exp (gdb_compile_ada): Delete stale exec before compilation.
1611
92b6eaf7
TV
16122020-02-13 Tom de Vries <tdevries@suse.de>
1613
1614 * gdb.ada/catch_ex_std.exp: Indicate unsupported if gnatbind/gnatlink
1615 are missing.
1616
f3b0f7fe
TV
16172020-02-13 Tom de Vries <tdevries@suse.de>
1618
1619 * lib/ada.exp (gnatmake_version_at_least): Wrap exec call in a catch
1620 call.
1621
f6be8713
SDJ
16222020-02-11 Sergio Durigan Junior <sergiodj@redhat.com>
1623
1624 PR tui/25126
1625 https://bugzilla.redhat.com/show_bug.cgi?id=1784210
1626 * gdb.base/cached-source-file.c: New file.
1627 * gdb.base/cached-source-file.exp: New file.
1628
b2770d5e
TV
16292020-02-11 Tom de Vries <tdevries@suse.de>
1630
1631 PR testsuite/25488
1632 * lib/gdb.exp (gdb_init): Unset $file_last_loaded.
1633
44f6938e
TV
16342020-02-10 Tom de Vries <tdevries@suse.de>
1635
1636 * gdb.multi/multi-target.exp: Skip if skip_gdbserver_tests.
1637
5f0e2eb7
MR
16382020-02-10 Maciej W. Rozycki <macro@wdc.com>
1639
1640 * gdb.base/step-over-no-symbols.exp: Verify that $before_addr
1641 and $after_addr are both integers before making a comparison.
1642
46ce2b6f
TV
16432020-02-09 Tom de Vries <tdevries@suse.de>
1644
1645 * gdb.base/many-headers.exp: Echo gdb command to gdb.log. Capture gdb
1646 command output and paste it into gdb.log. If any, paste catch message
1647 to gdb.log.
1648
5abbbe1d
TT
16492020-02-07 Tom Tromey <tromey@adacore.com>
1650
1651 PR breakpoints/24915:
1652 * gdb.base/annotate-symlink.exp: Use setup_xfail.
1653
1d5d29e7
SV
16542020-02-06 Shahab Vahedi <shahab@synopsys.com>
1655
1656 * gdb.tui/tui-missing-src.exp: Add the "missing source
1657 file" test for the TUI.
1658
b0999b9b
AB
16592020-02-06 Andrew Burgess <andrew.burgess@embecosm.com>
1660
1661 * gdb.server/multi-ui-errors.exp: Give a test a real name to avoid
1662 including a port number in the output.
1663
c3b149eb
AKS
16642020-02-04 Alok Kumar Sharma <alokkumar.sharma@amd.com>
1665
1666 * lib/fortran.exp (fortran_int4): Handle clang.
1667 (fortran_int8): Likewise.
1668 (fortran_real4): Likewise.
1669 (fortran_real8): Likewise.
1670 (fortran_complex4): Likewise.
1671 (fortran_logical4): Likewise.
1672 (fortran_character1): Likewise.
1673
f8dcc90b
TV
16742020-02-04 Tom de Vries <tdevries@suse.de>
1675
1676 * README (Race detection): Add note.
1677
f90ac7c2
TV
16782020-02-04 Tom de Vries <tdevries@suse.de>
1679
1680 * lib/gdb.exp (inferior_exited_re): Use "\[^\n\r\]*" instead of ".*".
1681
780636ae
TV
16822020-02-04 Tom de Vries <tdevries@suse.de>
1683
1684 * lib/gdb.exp (inferior_exited_re): Use non-capturing parentheses.
1685
5d2e1193
RA
16862020-02-03 Rogerio A. Cardoso <rcardoso@linux.ibm.com>
1687
1688 * gdb.arch/powerpc-power8.exp: Delete trailing whitespace of
1689 tbegin., tend. instructions. Replace bctar-, bctar+, bctarl-,
1690 bctarl+ extended mnemonics when avaliable by bgttar, bnstarl,
1691 blttar, bnetarl.
1692 * gdb.arch/powerpc-power8.s: Fix comments. Fix instructions
1693 binary for blttar, bnetarl.
1694 * gdb.arch/powerpc-power9.exp: Delete trailing whitespace of
1695 wait instruction. Delete ldmx test.
1696 * gdb.arch/powerpc-power9.s: Delete ldmx instruction.
1697
e409c542
AKS
16982020-02-03 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
1699
1700 * gdb.fortran/array-bounds-high.exp: New file.
1701 * gdb.fortran/array-bounds-high.f90: New file.
1702
b0029748
LD
17032020-02-03 Lukas Durfina <ldurfina@tachyum.com> (tiny change)
1704
1705 * gdb.base/fileio.c: Remove #include of <sys/errno.h>.
1706 Replace #include of <sys/fcntl.h> by <fcntl.h>.
1707
195a8287
TV
17082020-02-01 Tom de Vries <tdevries@suse.de>
1709
1710 * gdb.server/server-kill-python.exp: Fix $gdb_tst_name typo.
1711
42330a68
AB
17122020-01-31 Andrew Burgess <andrew.burgess@embecosm.com>
1713
1714 PR tui/9765
1715 * gdb.tui/tui-layout-asm-short-prog.S: New file.
1716 * gdb.tui/tui-layout-asm-short-prog.exp: New file.
1717
b62a8028
LM
17182020-01-29 Luis Machado <luis.machado@linaro.org>
1719
1720 * gdb.arch/aarch64-brk-patterns.c: New source file.
1721 * gdb.arch/aarch64-brk-patterns.exp: New test.
1722
5f440116
TBA
17232020-01-29 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1724
1725 * gdb.cp/pass-by-ref-2.exp: Mark some tests as XFAIL based on the
1726 GCC/Clang version.
1727 * gdb.cp/pass-by-ref.exp: Ditto.
1728
ee2a6fc6
TV
17292020-01-29 Tom de Vries <tdevries@suse.de>
1730
1731 * gdb.threads/watchpoint-fork-child.c: Guard prints with #if DEBUG.
1732 * gdb.threads/watchpoint-fork-mt.c: Same.
1733 * gdb.threads/watchpoint-fork-parent.c: Same.
1734 * gdb.threads/watchpoint-fork-st.c: Same.
1735 * gdb.threads/watchpoint-fork.exp: Compile with DEBUG=0.
1736
16b10d6e
LM
17372020-01-27 Luis Machado <luis.machado@linaro.org>
1738
1739 * gdb.base/step-over-syscall.exp (setup): Check if we're already
1740 sitting at a syscall instruction when we hit the syscall function's
1741 breakpoint.
1742 Check PC against one obtained with the x command.
1743 Validate syscall number.
1744 (step_over_syscall): Don't continue to the syscall instruction if
1745 we're already there.
1746
b1468492
PW
17472020-01-25 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1748
1749 * gdb.base/attach.exp: Test 'set exec-file-mismatch'.
1750
7ffa82e1
AB
17512020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
1752
1753 * gdb.dwarf2/dw2-inline-many-frames.c: New file.
1754 * gdb.dwarf2/dw2-inline-many-frames.exp: New file.
1755
3d92a3e3
AB
17562020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
1757
1758 * gdb.dwarf2/dw2-inline-stepping.c: New file.
1759 * gdb.dwarf2/dw2-inline-stepping.exp: New file.
1760
94a72be7
AB
17612020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
1762
1763 * gdb.base/maint.exp: Update line table parsing test.
1764 * gdb.dwarf2/dw2-ranges-base.exp: Add new line table parsing test.
1765
53af73bf
PA
17662020-01-24 Pedro Alves <palves@redhat.com>
1767
1768 PR gdb/25410
1769 * gdb.multi/multi-re-run-1.c: New.
1770 * gdb.multi/multi-re-run-2.c: New.
1771 * gdb.multi/multi-re-run.exp: New.
1772
1ba1ac88
AB
17732020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
1774
1775 PR gdb/23718
1776 * gdb.server/server-kill-python.exp: New file.
1777
f3364a6d
AB
17782020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
1779
1780 * gdb.server/multi-ui-errors.c: New file.
1781 * gdb.server/multi-ui-errors.exp: New file.
1782
733d0a67
AB
17832020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
1784
1785 PR tui/9765
1786 * gdb.tui/tui-layout-asm.exp: Add scrolling test for asm window.
1787
4f13c1c0
TT
17882020-01-19 Tom Tromey <tom@tromey.com>
1789
1790 * gdb.tui/main.exp: Add check for plain "file".
1791
40c94099
CB
17922020-01-16 Christian Biesinger <cbiesinger@google.com>
1793
1794 * lib/gdb.exp: Fix spelling error (seperatelly).
1795
ff47f4f0
TT
17962020-01-14 Tom Tromey <tom@tromey.com>
1797
1798 PR symtab/12535:
1799 * gdb.python/python.exp: Test decode_line with empty string
1800 argument.
1801
717c684d
BE
18022020-01-14 Bernd Edlinger <bernd.edlinger@hotmail.de>
1803
1804 * gdb.base/skip-inline.exp: Extend test.
1805
44e4c775
AB
18062020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
1807
1808 * gdb.dwarf2/dw2-bad-elf-other.S: New file.
1809 * gdb.dwarf2/dw2-bad-elf.c: New file.
1810 * gdb.dwarf2/dw2-bad-elf.exp: New file.
1811
d93c6db7
AB
18122020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
1813
1814 * lib/dwarf.exp (Dwarf::lines): Reset _line_saw_program and
1815 _line_saw_file.
1816
9a6d629c
AB
18172020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
1818
1819 * lib/tuiterm.exp (Term::_check_box): Check some parts of the top
1820 border.
1821
d9ebdab7
TBA
18222020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1823
1824 * gdb.multi/multi-target.exp (setup): Factor out "info
1825 connections" and "info inferiors" tests to ...
1826 (test_info_inferiors): ... this new procedure.
1827 (top level): Run new "info-inferiors" tests.
1828
f3c469b9
PA
18292020-01-10 Pedro Alves <palves@redhat.com>
1830
1831 * gdb.server/bkpt-other-inferior.exp: New file.
1832
121b3efd
PA
18332020-01-10 Pedro Alves <palves@redhat.com>
1834
1835 * gdb.base/kill-detach-inferiors-cmd.exp: Adjust expected output
1836 of "add-inferior".
1837 * gdb.base/quit-live.exp: Likewise.
1838 * gdb.base/remote-exec-file.exp: Likewise.
1839 * gdb.guile/scm-progspace.exp: Likewise.
1840 * gdb.linespec/linespec.exp: Likewise.
1841 * gdb.mi/new-ui-mi-sync.exp: Likewise.
1842 * gdb.mi/user-selected-context-sync.exp: Likewise.
1843 * gdb.multi/multi-target.exp (setup): Add "info connection" and
1844 "info inferiors" tests.
1845 * gdb.multi/remove-inferiors.exp: Adjust expected output of
1846 "add-inferior".
1847 * gdb.multi/watchpoint-multi.exp: Likewise.
1848 * gdb.python/py-inferior.exp: Likewise.
1849 * gdb.server/extended-remote-restart.exp: Likewise.
1850 * gdb.threads/fork-plus-threads.exp: Adjust expected output of
1851 "info inferiors".
1852 * gdb.threads/forking-threads-plus-breakpoint.exp: Likewise.
1853 * gdb.trace/report.exp: Likewise.
1854
1dadb1dd
PA
18552020-01-10 Pedro Alves <palves@redhat.com>
1856
1857 * gdb.multi/multi-target.c: New file.
1858 * gdb.multi/multi-target.exp: New file.
1859 * lib/gdbserver-support.exp (gdb_target_cmd): Handle "Non-stop
1860 mode requested, but remote does not support non-stop".
1861
78f2c40a
PA
18622020-01-10 Pedro Alves <palves@redhat.com>
1863
1864 * gdb.server/extended-remote-restart.exp (test_reload): Explicitly
1865 disconnect before reconnecting.
1866
e7af6c70
TBA
18672020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1868 Pedro Alves <palves@redhat.com>
1869
1870 * gdb.server/connect-without-multi-process.exp: Also test
1871 continuing to end.
1872
acdf84a6
PA
18732020-01-10 Pedro Alves <palves@redhat.com>
1874
1875 * gdb.base/remote-exec-file.exp: New file.
1876
873657b9
PA
18772020-01-10 Pedro Alves <palves@redhat.com>
1878
1879 * gdb.base/fork-running-state.exp (do_test): Adjust expected
1880 output.
1881 * gdb.threads/async.c: New.
1882 * gdb.threads/async.exp: New.
1883 * gdb.multi/tids-gid-reset.c: New.
1884 * gdb.multi/tids-gid-reset.exp: New.
1885
7f0ae84c
GB
18862020-01-10 George Barrett <bob@bob131.so>
1887
1888 * gdb.base/stap-probe.c (relocation_marker): Add dummy variable
1889 to help in finding the image relocation offset.
1890 * gdb.base/stap-probe.exp (stap_test): Accept arbitrary compile
1891 options in arguments.
1892 (stap_test_no_debuginfo): Likewise.
1893 (stap-probe-nosem-noopt-pie, stap-probe-nosem-noopt-nopie): Add
1894 test variants.
1895 (stap_test): Add null semaphore relocation test.
1896
47e9d49d
GB
18972020-01-10 George Barrett <bob@bob131.so>
1898
1899 * gdb.base/stap-probe.c: Rename USE_PROBES to USE_SEMAPHORES.
1900 * gdb.base/stap-probe.exp: Likewise.
1901 (stap_test): Pass argument as an additional flag.
1902 (stap_test_no_debuginfo): Likewise.
1903 (stap_test): Check `info probes stap' output for semaphore
1904 addresses if the test binary is supposed to have them.
1905
f5a7c406
AB
19062020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
1907
1908 * gdb.tui/basic.exp: Add more scrolling tests.
1909
9ae6bf64
TT
19102020-01-09 Tom Tromey <tom@tromey.com>
1911
1912 PR tui/18932:
1913 * lib/tuiterm.exp (Term::wait_for): Rename from _accept. Return a
1914 meangingful value.
1915 (Term::command, Term::resize): Update.
1916 * gdb.tui/basic.exp: Add scrolling test.
1917
b2efe70c
AB
19182020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
1919
1920 * gdb.tui/tui-layout-asm.exp: New file.
1921
3804da7e
AB
19222020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
1923
1924 * lib/tuiterm.exp (Term::check_box_contents): New proc.
1925
b40aa28f
AB
19262020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
1927
1928 * lib/tuiterm.exp (Term::prepare_for_tui): New proc.
1929 (Term::enter_tui): Use Term::prepare_for_tui.
1930
63ffd7c9
AB
19312020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
1932
1933 * lib/tuiterm.exp (Term::dump_screen): Always dump the screen when
1934 called.
1935
3be966f6
AB
19362020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
1937
1938 * gdb.base/skip.exp: Fix race condition in test.
1939
153d79c4
AB
19402020-01-06 Andrew Burgess <andrew.burgess@embecosm.com>
1941
1942 * gdb.base/backtrace.c: New file.
1943 * gdb.base/backtrace.exp: New file.
1944
f2302a34
AB
19452020-01-05 Andrew Burgess <andrew.burgess@embecosm.com>
1946
1947 * gdb.tui/list.exp: Test 'focus next' after 'list main'.
1948
6ec1d75e
PW
19492020-01-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1950
1951 * gdb.base/style.exp: Test that warnings are styled.
1952
c296cbe6
BE
19532019-12-29 Bernd Edlinger <bernd.edlinger@hotmail.de>
1954
1955 * gdb.base/line65535.exp: New file.
1956 * gdb.base/line65535.c: New file.
1957
b28a729d
SM
19582019-12-27 Simon Marchi <simon.marchi@polymtl.ca>
1959
1960 * lib/ada.exp (gnat_runtime_has_debug_info): New proc.
1961 * lib/gnat_debug_info_test.adb: New file.
1962 * gdb.ada/ptype_tagged_param.exp: Use
1963 gnat_runtime_has_debug_info, expect a different output if
1964 runtime does not have debug info.
1965
7f2d7a0d
SM
19662019-12-20 Simon Marchi <simon.marchi@efficios.com>
1967
1968 * lib/sym-info-cmds.exp (GDBInfoSymbols::check_no_entry): Add
1969 (another) quote in test name.
1970
f3bce483
SM
19712019-12-20 Simon Marchi <simon.marchi@efficios.com>
1972
1973 * lib/sym-info-cmds.exp (GDBInfoModuleSymbols::check_no_entry):
1974 Add quote in test name.
1975
c855a912
TBA
19762019-12-20 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1977
1978 * gdb.cp/pass-by-ref.cc: Delete. Generated in the output
1979 directory instead.
1980 * gdb.cp/pass-by-ref.exp: Extend with more cases.
1981 * gdb.cp/pass-by-ref-2.cc: New file.
1982 * gdb.cp/pass-by-ref-2.exp: New file.
1983
fc9d2d72
TT
19842019-12-20 Tom Tromey <tom@tromey.com>
1985
1986 * gdb.tui/list-before.exp: New file.
1987
77b97e00
TT
19882019-12-20 Tom Tromey <tom@tromey.com>
1989
1990 * gdb.tui/list.exp: Check for source on initial listing.
1991
f69656d0
TT
19922019-12-11 Tom Tromey <tromey@adacore.com>
1993
1994 * gdb.xml/tdesc-arch.exp (set_arch): Add "trans_mode" parameter.
1995 Add crlf test.
1996
99a55965
SM
19972019-12-18 Simon Marchi <simon.marchi@efficios.com>
1998
1999 * gdb.base/default.exp: Update value of $_gdb_major.
2000
5024637f
BE
20012019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
2002
2003 * gdb.base/skip.exp: Fix test failure observed with gcc-9.2.0.
2004
b63634be
BE
20052019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
2006
2007 * gdb.base/skip.exp: Whitespace fix.
2008
45d73523
BE
20092019-12-16 Bernd Edlinger <bernd.edlinger@hotmail.de>
2010
2011 * gdb.base/skip-inline.c: New file.
2012 * gdb.base/skip-inline.exp: New file.
2013
d043f8c8
SM
20142019-12-16 Simon Marchi <simon.marchi@polymtl.ca>
2015
2016 * gdb.base/jit-reader.exp (jit_reader_test): Rename
2017 jit_function_00 to jit_function_stack_mangle.
2018 * gdb.base/jithost.c (jit_function_t): Rename to...
2019 (jit_function_stack_mangle_t): ... this.
2020 (jit_function_add_t): New typedef.
2021 (jit_function_00_code): Rename to...
2022 (jit_function_stack_mangle_code): ... this, make static.
2023 (jit_function_add_code): New.
2024 (main): Generate "add" function and call it. Adjust to changes
2025 in jithost_abi.
2026 * gdb.base/jithost.h (struct jithost_abi_bounds): New.
2027 (struct jithost_abi) <begin, end>: Remove fields.
2028 <object, function_stack_mangle, function_add>: New fields.
2029 * gdb.base/jitreader.c (struct reader_state) <code_begin,
2030 code_end>: Remove fields.
2031 <func_stack_mangle>: New field.
2032 (read_debug_info): Adjust to renaming, create block for "add"
2033 function.
2034 (read_sp, unwind_frame, get_frame_id): Adjust to other changes.
2035
873de05c
TT
20362019-12-11 Tom Tromey <tom@tromey.com>
2037
2038 * gdb.tui/resize.exp: Fix regexp.
2039 * gdb.tui/regs.exp: Fix regexps.
2040 * gdb.tui/main.exp: Fix regexp.
2041
3d979945
TT
20422019-12-11 Tom Tromey <tom@tromey.com>
2043
2044 * gdb.tui/resize.exp: Update.
2045 * gdb.tui/empty.exp (layouts): Update.
2046
2192a9d3
TT
20472019-12-11 Tom Tromey <tom@tromey.com>
2048
2049 * gdb.tui/regs.exp: Update.
2050 * gdb.tui/empty.exp (layouts): Update.
2051 * gdb.tui/basic.exp: Update.
2052 * lib/tuiterm.exp (_check_box): Don't check bottom border.
2053
d8edc8b7
PW
20542019-12-11 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2055
2056 * gdb.base/options.exp: Add -raw-values in the print completion list.
2057 * gdb.python/py-prettyprint.exp: Add tests for -raw-values.
2058
4c12d936
KB
20592019-12-10 Kevin Buettner <kevinb@redhat.com>
2060
2061 * gdb.threads/omp-par-scope.c: New file.
2062 * gdb/threads/omp-par-scope.exp: New file.
2063
26b911fb
KB
20642019-12-10 Kevin Buettner <kevinb@redhat.com>
2065
bb47f919
KB
2066 * lib/gdb.exp (support_nested_function_tests): New proc.
2067
20682019-12-10 Kevin Buettner <kevinb@redhat.com>
2069
2070 * lib/gdb.exp (gdb_compile_openmp): New proc.
2071 (build_executable_from_specs): Add an "openmp" option.
2072 (gdb_compile_pthreads): Add non-executable case.
26b911fb 2073
6c71eb7d
TT
20742019-12-10 Tom Tromey <tromey@adacore.com>
2075
2076 * gdb.ada/unchecked_union.exp: New file.
2077 * gdb.ada/unchecked_union/pck.adb: New file.
2078 * gdb.ada/unchecked_union/pck.ads: New file.
2079 * gdb.ada/unchecked_union/unchecked_union.adb: New file.
2080 * gdb-utils.exp (string_to_regexp): Also quote "?".
2081
bac7c5cf
GB
20822019-12-10 George Barrett <bob@bob131.so>
2083
2084 Test scripted probe breakpoints.
2085 * gdb.guile/scm-breakpoint.c (main): Add probe point.
2086 * gdb.python/py-breakpoint.c (main): Likewise.
2087 * gdb.guile/scm-breakpoint.exp (test_bkpt_probe): Add probe
2088 specifier test.
2089 * gdb.python/py-breakpoint.exp (test_bkpt_probe): Likewise.
2090
330f1d38
TBA
20912019-12-09 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2092
2093 * gdb.cp/rvalue-ref-overload.cc (g): New function that takes
2094 an rvalue parameter.
2095 * gdb.cp/rvalue-ref-overload.exp: Test calling it with an lvalue
2096 parameter.
2097
b43315e2
AB
20982019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
2099
2100 * gdb.mi/mi-fortran-modules.exp: Add patterns to skip system
2101 modules.
2102
54f73dad
AB
21032019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
2104
2105 * gdb.fortran/derived-type-striding.exp: KFAIL if we are using a
2106 broken version of GCC.
2107
d57cbee9
AB
21082019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
2109
2110 * gdb.fortran/info-modules.exp: Rewrite to make use of new
2111 sym-info-cmds library.
2112 * gdb.fortran/info-types.exp: Likewise.
2113 * lib/sym-info-cmds.exp: New file.
2114
c14aab8c
TV
21152019-12-08 Tom de Vries <tdevries@suse.de>
2116
2117 * gdb.dwarf2/imported-unit.exp: Fix inter-CU references.
2118
aa2d5a42
KS
21192019-12-07 Keith Seitz <keiths@redhat.com>
2120
2121 * gdb.base/corefile-buildid-shlib-shr.c: New file.
2122 * gdb.base/corefile-buildid-shlib.c: New file.
2123 * gdb.base/corefile-buildid.c: New file.
2124 * gdb.base/corefile-buildid.exp: New file.
2125
93e55f0a
TV
21262019-12-06 Tom de Vries <tdevries@suse.de>
2127
2128 * gdb.dwarf2/varval.exp: Add decl before def test.
2129
c7d12402
TBA
21302019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2131
2132 * gdb.cp/rvalue-ref-overload.exp: Minor cleanup.
2133
06acc08f
TBA
21342019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2135
2136 * gdb.cp/rvalue-ref-overload.cc: Add a case that involves both
2137 CV and reference conversion for overload resolution.
2138 * gdb.cp/rvalue-ref-overload.exp: Test it.
2139
e0fad1ea
PW
21402019-12-06 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2141
2142 * gdb.threads/pthreads.exp: Test taas and tfaas without command.
2143 * gdb.base/frameapply.exp: Test faas without command.
2144
8d70a9f0
AB
21452019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
2146
2147 * lib/gdb.exp (gdb_compile): Add -J compiler option when building
2148 Fortran tests.
2149 * gdb.mi/mi-fortran-modules.exp: Compile source files in correct
2150 order.
2151
36c8fb93
AB
21522019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
2153
2154 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Handle
2155 casting to type with no kind specified.
2156 (test_basic_parsing_of_type_kinds): Additional tests for types
2157 with no kind specified, and add tests for single/double
2158 precision/complex types.
2159
4139ff00
TT
21602019-12-04 Tom Tromey <tromey@adacore.com>
2161
2162 * gdb.base/endianity.c (struct other) <x>: New field.
2163 (main): Initialize it.
2164 * gdb.base/endianity.exp: Update.
2165
a05cf17a
TT
21662019-12-04 Tom Tromey <tromey@adacore.com>
2167
2168 * gdb.ada/scalar_storage/storage.adb: New file.
2169 * gdb.ada/scalar_storage/pck.adb: New file.
2170 * gdb.ada/scalar_storage/pck.ads: New file.
2171 * gdb.ada/scalar_storage.exp: New file.
2172
103a685e
TT
21732019-12-04 Tom Tromey <tromey@adacore.com>
2174
2175 * gdb.base/endianity.c (struct otherendian) <f>: New field.
2176 (main): Initialize it.
2177 * gdb.base/endianity.exp: Update.
2178
c2512106
AB
21792019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
2180
2181 * gdb.mi/mi-sym-info.exp: Add tests for -max-results parameter.
2182
293b38d6
AB
21832019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
2184
2185 * gdb.mi/mi-fortran-modules.exp: Add additional tests for
2186 -symbol-info-module-functions and -symbol-info-module-variables.
2187
216a7e6b
AB
21882019-12-01 Andrew Burgess <andrew.burgess@embecosm.com>
2189
2190 * gdb.fortran/array-slices.exp: Add test for dynamic strings.
2191
5bbd8269
AB
21922019-12-01 Richard Bunt <richard.bunt@arm.com>
2193 Andrew Burgess <andrew.burgess@embecosm.com>
2194
2195 * gdb.fortran/derived-type-striding.exp: New file.
2196 * gdb.fortran/derived-type-striding.f90: New file.
2197 * gdb.fortran/array-slices.exp: New file.
2198 * gdb.fortran/array-slices.f90: New file.
2199
be09caf1
PW
22002019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2201
2202 * gdb.base/define.exp: Test . in command names.
2203 * gdb.base/setshow.exp: Update test, as . is now part of
2204 command name.
2205
643c0cbe
PW
22062019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2207
2208 * gdb.base/define-prefix.exp: New file.
2209
dcdec678
AB
22102019-11-28 Andrew Burgess <andrew.burgess@embecosm.com>
2211
2212 * lib/gdb.exp (skip_btrace_tests): Return 1 if the test fails to
2213 compile.
2214 (skip_btrace_pt_tests): Likewise.
2215
640ab947
AB
22162019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
2217
2218 * gdb.fortran/info-modules.exp: Compile source files in correct
2219 order.
2220
d22670f0
KB
22212019-11-27 Kevin Buettner <kevinb@redhat.com>
2222
2223 * gdb.dwarf2/imported-unit.exp: New file.
2224 * gdb.dwarf2/imported-unit.c: New file.
2225
db5960b4
AB
22262019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
2227
2228 * gdb.mi/mi-fortran-modules-2.f90: New file.
2229 * gdb.mi/mi-fortran-modules.exp: New file.
2230 * gdb.mi/mi-fortran-modules.f90: New file.
2231
7dc42066
AB
22322019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
2233
2234 * gdb.mi/mi-sym-info-1.c: New file.
2235 * gdb.mi/mi-sym-info-2.c: New file.
2236 * gdb.mi/mi-sym-info.exp: New file.
2237
0dfeecca
TT
22382019-11-22 Tom Tromey <tromey@adacore.com>
2239
2240 * gdb.ada/tasks.exp: Add -ada-task-info regression test.
2241 * gdb.ada/tasks/foo.adb: Add another stopping location.
2242
34877895
PJ
22432019-11-21 Peeter Joot <peeter.joot@lzlabs.com>
2244
2245 * gdb.base/endianity.c: New test.
2246 * gdb.base/endianity.exp: New file.
2247
2e84f897
LD
22482019-11-21 Lukas Durfina <ldurfina@tachyum.com>
2249
2250 * gdb.arch/amd64-eval.exp: Skip test if target is not x86-64.
2251
65d1cd5f
TV
22522019-11-21 Tom de Vries <tdevries@suse.de>
2253
2254 PR gdb/24956
2255 * gdb.base/ui-redirect.exp: Test output of user-defined command.
2256
4f22c3f4
SDJ
22572019-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
2258
2259 * gdb.python/py-progspace.exp: Add missing parentheses on some
2260 'print' commands.
2261
9f6ad286
TT
22622019-11-19 Tom Tromey <tom@tromey.com>
2263
2264 * gdb.tui/winheight.exp: New file.
2265
0b8dbf3f
AB
22662019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
2267
2268 * gdb.base/ctf-whatis.c: Delete.
2269 * gdb.base/ctf-whatis.exp: Delete.
2270 * gdb.base/whatis.exp: Rewrite to compile as both dwarf and ctf.
2271
f833b7a7
AB
22722019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
2273
2274 * gdb.base/ctf-cvexpr.exp: Delete.
2275 * gdb.base/cvexpr.exp: Rewrite to compile as both dwarf and ctf.
2276
30d0a636
AB
22772019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
2278
2279 * gdb.base/ctf-constvars.exp: Skip test if CTF is not supported in
2280 the compiler. Clean up header comment a little.
2281 * gdb.base/ctf-ptype.exp: Likewise.
2282 * gdb.base/ctf-whatis.exp: Likewise.
2283 * lib/gdb.exp (skip_ctf_tests): New proc.
2284
494409bb
SDJ
22852019-11-18 Sergio Durigan Junior <sergiodj@redhat.com>
2286
2287 https://bugzilla.redhat.com/show_bug.cgi?id=1765117
2288 * gdb.tui/corefile-run.exp: New file.
2289
55708e99
TT
22902019-11-14 Tom Tromey <tromey@adacore.com>
2291
2292 * gdb.base/gdbvars.exp (test_convenience_variables): Add
2293 regression tests.
2294
45e42163
TT
22952019-11-12 Tom Tromey <tom@tromey.com>
2296
2297 * lib/tuiterm.exp (_accept): Add wait_for parameter. Check output
2298 after any command. Expect prompt after WAIT_FOR is seen.
2299 (enter_tui): Enable resize messages.
2300 (command): Expect command in output.
2301 (get_line): Avoid error when cursor appears to be off-screen.
2302 (dump_screen): Include screen size in title.
2303 (_do_resize): New proc, from "resize".
2304 (resize): Rewrite. Do resize in two steps.
2305 * gdb.tui/empty.exp (layouts): Fix entries.
2306 (check_boxes): Remove xfail.
2307 (check_text): Dump screen on failure.
2308
086baaf1
AB
23092019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
2310
2311 * gdb.python/py-symbol.exp: Add test for
2312 gdb.lookup_static_symbols.
2313
09ff83af
AB
23142019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
2315
2316 * gdb.python/py-symbol.c: Declare and call function from new
2317 py-symbol-2.c file.
2318 * gdb.python/py-symbol.exp: Compile both source files, and add new
2319 tests for gdb.lookup_static_symbol.
2320 * gdb.python/py-symbol-2.c: New file.
2321
11af934b
TV
23222019-11-02 Tom de Vries <tdevries@suse.de>
2323
2324 * gdb.base/advance.exp: Drop superfluous 3rd argument to gdb_test.
2325 * gdb.base/anon.exp: Same.
2326 * gdb.base/auto-connect-native-target.exp: Same.
2327 * gdb.base/call-ar-st.exp: Same.
2328 * gdb.base/catch-syscall.exp: Same.
2329 * gdb.base/commands.exp: Same.
2330 * gdb.base/default.exp: Same.
2331 * gdb.base/display.exp: Same.
2332 * gdb.base/float.exp: Same.
2333 * gdb.base/foll-fork.exp: Same.
2334 * gdb.base/help.exp: Same.
2335 * gdb.base/info-macros.exp: Same.
2336 * gdb.base/info-proc.exp: Same.
2337 * gdb.base/info-target.exp: Same.
2338 * gdb.base/long_long.exp: Same.
2339 * gdb.base/macscp.exp: Same.
2340 * gdb.base/memattr.exp: Same.
2341 * gdb.base/nofield.exp: Same.
2342 * gdb.base/pointers.exp: Same.
2343 * gdb.base/printcmds.exp: Same.
2344 * gdb.base/ptype.exp: Same.
2345 * gdb.base/restore.exp: Same.
2346 * gdb.base/return.exp: Same.
2347 * gdb.base/scope.exp: Same.
2348 * gdb.base/set-noassign.exp: Same.
2349 * gdb.base/setshow.exp: Same.
2350 * gdb.base/shlib-call.exp: Same.
2351 * gdb.base/signals.exp: Same.
2352 * gdb.base/sigstep.exp: Same.
2353 * gdb.base/skip.exp: Same.
2354 * gdb.base/solib-symbol.exp: Same.
2355 * gdb.base/stap-probe.exp: Same.
2356 * gdb.base/step-line.exp: Same.
2357 * gdb.base/step-test.exp: Same.
2358 * gdb.base/style.exp: Same.
2359 * gdb.base/varargs.exp: Same.
2360 * gdb.base/vla-datatypes.exp: Same.
2361 * gdb.base/vla-ptr.exp: Same.
2362 * gdb.base/vla-sideeffect.exp: Same.
2363 * gdb.base/volatile.exp: Same.
2364 * gdb.base/watch-cond-infcall.exp: Same.
2365 * gdb.base/watchpoint.exp: Same.
2366
e96ec2ba
TV
23672019-11-02 Tom de Vries <tdevries@suse.de>
2368
2369 * gdb.cp/anon-union.exp: Drop superfluous 3rd argument to gdb_test.
2370 * gdb.cp/cpexprs.exp: Same.
2371 * gdb.cp/except-multi-location.exp: Same.
2372 * gdb.cp/exceptprint.exp: Same.
2373 * gdb.cp/gdb2384.exp: Same.
2374 * gdb.cp/inherit.exp: Same.
2375 * gdb.cp/m-static.exp: Same.
2376 * gdb.cp/meth-typedefs.exp: Same.
2377 * gdb.cp/misc.exp: Same.
2378 * gdb.cp/namespace.exp: Same.
2379 * gdb.cp/non-trivial-retval.exp: Same.
2380 * gdb.cp/overload.exp: Same.
2381 * gdb.cp/pr17132.exp: Same.
2382 * gdb.cp/re-set-overloaded.exp: Same.
2383 * gdb.cp/rvalue-ref-types.exp: Same.
2384 * gdb.cp/templates.exp: Same.
2385
bd5766ec
LM
23862019-11-01 Luis Machado <luis.machado@linaro.org>
2387
2388 PR gdb/25124
2389
2390 * gdb.arch/pr25124.S: New file.
2391 * gdb.arch/pr25124.exp: New file.
2392
165f8965
AB
23932019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
2394
2395 * gdb.fortran/info-modules.exp: Update expected results, and add
2396 additional tests for 'info module functinos', and 'info module
2397 variables'.
2398 * gdb.fortran/info-types.exp: Update expected results.
2399 * gdb.fortran/info-types.f90: Extend testcase with additional
2400 module variables and functions.
2401
59c35742
AB
24022019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
2403
2404 * gdb.fortran/info-modules.exp: New file.
2405 * gdb.fortran/info-types.exp: Build with new file.
2406 * gdb.fortran/info-types.f90: Include and use new module.
2407 * gdb.fortran/info-types-2.f90: New file.
2408
f3fb2519
PW
24092019-10-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2410
2411 * gdb.base/setshow.exp: Test $_gdb_setting and $_gdb_setting_str.
2412 * gdb.base/settings.exp: Test all settings types using
2413 $_gdb_maint_setting and $_gdb_maint_setting_str in proc_show_setting,
2414 that now verifies that the value of "maint show" is the same as
2415 returned by the settings functions. Test the type of the
2416 maintenance settings.
2417 * gdb.base/default.exp: Update show_conv_list.
2418
d1e36019
TV
24192019-10-31 Tom de Vries <tdevries@suse.de>
2420
2421 * gdb.arch/amd64-disp-step-avx.exp: Drop superfluous 3rd argument to
2422 gdb_test.
2423 * gdb.arch/amd64-disp-step.exp: Same.
2424 * gdb.asm/asm-source.exp: Same.
2425 * gdb.btrace/buffer-size.exp: Same.
2426 * gdb.btrace/cpu.exp: Same.
2427 * gdb.btrace/enable.exp: Same.
2428 * gdb.dwarf2/count.exp: Same.
2429 * gdb.dwarf2/dw2-ranges-func.exp: Same.
2430 * gdb.dwarf2/dw2-ranges-psym.exp: Same.
2431 * gdb.fortran/vla-datatypes.exp: Same.
2432 * gdb.fortran/vla-history.exp: Same.
2433 * gdb.fortran/vla-ptype.exp: Same.
2434 * gdb.fortran/vla-value.exp: Same.
2435 * gdb.fortran/whatis_type.exp: Same.
2436 * gdb.guile/guile.exp: Same.
2437 * gdb.multi/tids.exp: Same.
2438 * gdb.python/py-finish-breakpoint.exp: Same.
2439 * gdb.python/py-framefilter.exp: Same.
2440 * gdb.python/py-pp-registration.exp: Same.
2441 * gdb.python/py-xmethods.exp: Same.
2442 * gdb.python/python.exp: Same.
2443 * gdb.server/connect-with-no-symbol-file.exp: Same.
2444 * gdb.server/no-thread-db.exp: Same.
2445 * gdb.server/run-without-local-binary.exp: Same.
2446 * gdb.stabs/weird.exp: Same.
2447 * gdb.threads/attach-many-short-lived-threads.exp: Same.
2448 * gdb.threads/thread-find.exp: Same.
2449 * gdb.threads/tls-shared.exp: Same.
2450 * gdb.threads/tls.exp: Same.
2451 * gdb.threads/wp-replication.exp: Same.
2452 * gdb.trace/ax.exp: Same.
2453 * lib/gdb.exp (gdb_test_exact, help_test_raw): Same.
2454
3d11e68e
TV
24552019-10-31 Tom de Vries <tdevries@suse.de>
2456
2457 * gdb.ada/array_bounds.exp: Drop superfluous 3rd argument to gdb_test.
2458 * gdb.ada/array_subscript_addr.exp: Same.
2459 * gdb.ada/arrayidx.exp: Same.
2460 * gdb.ada/arrayparam.exp: Same.
2461 * gdb.ada/arrayptr.exp: Same.
2462 * gdb.ada/boolean_expr.exp: Same.
2463 * gdb.ada/call_pn.exp: Same.
2464 * gdb.ada/complete.exp: Same.
2465 * gdb.ada/fixed_cmp.exp: Same.
2466 * gdb.ada/fun_addr.exp: Same.
2467 * gdb.ada/funcall_param.exp: Same.
2468 * gdb.ada/interface.exp: Same.
2469 * gdb.ada/mod_from_name.exp: Same.
2470 * gdb.ada/null_array.exp: Same.
2471 * gdb.ada/packed_array.exp: Same.
2472 * gdb.ada/packed_tagged.exp: Same.
2473 * gdb.ada/print_chars.exp: Same.
2474 * gdb.ada/print_pc.exp: Same.
2475 * gdb.ada/ptype_arith_binop.exp: Same.
2476 * gdb.ada/ptype_field.exp: Same.
2477 * gdb.ada/ptype_tagged_param.exp: Same.
2478 * gdb.ada/rec_return.exp: Same.
2479 * gdb.ada/ref_tick_size.exp: Same.
2480 * gdb.ada/str_ref_cmp.exp: Same.
2481 * gdb.ada/taft_type.exp: Same.
2482 * gdb.ada/tagged.exp: Same.
2483 * gdb.ada/type_coercion.exp: Same.
2484 * gdb.ada/uninitialized_vars.exp: Same.
2485
60b6ede8
TV
24862019-10-30 Tom de Vries <tdevries@suse.de>
2487
2488 * lib/gdb.exp (gdb_test_multiple): Handle -early pattern flag.
2489
30baf67b
TV
24902019-10-26 Tom de Vries <tdevries@suse.de>
2491
2492 * gdb.base/bigcore.c: Fix typos in comments.
2493 * gdb.base/ctf-ptype.c: Same.
2494 * gdb.base/long_long.c: Same.
2495 * gdb.dwarf2/dw2-op-out-param.S: Same.
2496 * gdb.python/py-evthreads.c: Same.
2497 * gdb.reverse/i387-stack-reverse.c: Same.
2498 * gdb.trace/tfile.c: Same.
2499 * lib/compiler.c: Same.
2500 * lib/compiler.cc: Same.
2501
158da0d1
TV
25022019-10-25 Tom de Vries <tdevries@suse.de>
2503
2504 * gdb.reverse/sigall-precsave.exp: Use -wrap and $gdb_test_name in
2505 gdb_test_multiple calls.
2506 * gdb.reverse/sigall-reverse.exp: Same.
2507 * gdb.reverse/solib-precsave.exp: Same.
2508 * gdb.reverse/solib-reverse.exp: Same.
2509 * gdb.reverse/until-precsave.exp: Same.
2510 * gdb.reverse/until-reverse.exp: Same.
2511
4ccdfbec
TV
25122019-10-24 Tom de Vries <tdevries@suse.de>
2513
2514 * lib/gdb.exp (gdb_test_multiple): Add -wrap pattern flag.
2515 * gdb.reverse/step-precsave.exp: Rewrite gdb_test_multiple containing
2516 kfail using -wrap pattern flag and convenience variable
2517 gdb_test_name.
2518
33d569b7
AB
25192019-10-24 Andrew Burgess <andrew.burgess@embecosm.com>
2520
2521 * gdb.python/py-progspace.exp: Add tests for the
2522 Progspace.block_for_pc method.
2523
4d0b984b
TT
25242019-10-23 Tom Tromey <tom@tromey.com>
2525
2526 * configure: Rebuild.
2527 * aclocal.m4: Use m4_include, not sinclude.
2528
94cb3754
TV
25292019-10-21 Tom de Vries <tdevries@suse.de>
2530
2531 * gdb.base/infcall-nested-structs.c: Add
2532 __attribute__((noinline,noclone)) to all functions.
2533 (call_all): Add missing variable initialization. Simplify return value.
2534 (breakpt): Increment volatile variable, to prevent call from being
2535 optimized out.
2536 * gdb.base/infcall-nested-structs.exp: Compile with -O2.
2537
062f1fc1
TV
25382019-10-17 Tom de Vries <tdevries@suse.de>
2539
2540 * gdb.fortran/module.exp: Allow info variables to print info for files
2541 other than module.f90.
2542
0b54364d
AB
25432019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
2544
2545 * gdb.fortran/module.exp: Extend with 'info variables' test.
2546
7ff5fae7
AB
25472019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
2548
2549 * boards/cc-with-tweaks.exp: Setup F90_FOR_TARGET and
2550 F77_FOR_TARGET.
2551
d10eccaa
TV
25522019-10-16 Tom de Vries <tdevries@suse.de>
2553
2554 PR tdep/25096
2555 * gdb.base/infcall-nested-structs.exp: Remove PR25096 KFAILs.
2556
745ff14e
TV
25572019-10-16 Tom de Vries <tdevries@suse.de>
2558
2559 PR tdep/24104
2560 * gdb.base/infcall-nested-structs.exp: Remove XFAIL for PR tdep/24104.
2561 Add KFAIL for PR tdep/25096.
2562
03e1ab94
TV
25632019-10-16 Tom de Vries <tdevries@suse.de>
2564
2565 PR testsuite/25059
2566 * gdb.cp/local-static.exp (do_test): Add xfails for gcc PR debug/55541.
2567
b17fcc10
TV
25682019-10-16 Tom de Vries <tdevries@suse.de>
2569
2570 * gdb.base/jit-reader.exp: Allow non-pointer registers to be printed
2571 as signed.
2572
9223170f
SM
25732019-10-14 Simon Marchi <simon.marchi@polymtl.ca>
2574
2575 * gdb.mi/list-thread-groups-available.exp: Read entries one by
2576 one instead of increasing timeout.
2577
d6e76313
TV
25782019-10-13 Tom de Vries <tdevries@suse.de>
2579
2580 PR record/25038
2581 * gdb.reverse/sigall-precsave.exp: Add PR record/25038 KFAIL.
2582 * gdb.reverse/sigall-reverse.exp: Same.
2583 * gdb.reverse/solib-precsave.exp: Same.
2584 * gdb.reverse/solib-reverse.exp: Same.
2585 * gdb.reverse/step-precsave.exp: Same.
2586 * gdb.reverse/until-precsave.exp: Same.
2587 * gdb.reverse/until-reverse.exp: Same.
2588 * lib/gdb.exp (gdb_continue_to_breakpoint): Same.
2589
6dfc0041
AA
25902019-10-10 Andreas Arnez <arnez@linux.ibm.com>
2591
2592 * gdb.base/infcall-nested-structs.c (cmp_struct_02_01)
2593 (cmp_struct_02_02, cmp_struct_04_01, cmp_struct_04_02)
2594 (cmp_struct_05_01, cmp_struct_static_02_01)
2595 (cmp_struct_static_04_01, cmp_struct_static_06_01): Fix redundant
2596 comparisons.
2597
abcf2cc8
TV
25982019-10-10 Tom de Vries <tdevries@suse.de>
2599
2600 PR testsuite/24888
2601 * lib/ada.exp (target_compile_ada_from_dir): Route -pie/-no-pie to
2602 gnatlink.
2603
a50faaf6
TV
26042019-10-09 Tom de Vries <tdevries@suse.de>
2605
2606 PR testsuite/25048
2607 * gdb.rust/simple.exp: Add xfails for incorrect DWARF.
2608
60ff3cd7
AB
26092019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
2610
2611 * gdb.ada/catch_ex_std.exp: Handle being unabled to catch Ada
2612 exceptions due to missing debug information.
2613
dfee8566
TV
26142019-10-07 Tom de Vries <tdevries@suse.de>
2615
2616 * gdb.base/default.exp: Expect _gdb_major/_gdb_minor to be 9.1.
2617
3d63690a
AB
26182019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
2619
2620 * lib/gdb.exp (gdb_test_multiple): Add gdb_test_name mechanism.
2621 * gdb.base/annota1.exp: Update to use gdb_test_name.
2622
30d1f018
WP
26232019-10-07 Weimin Pan <weimin.pan@oracle.com>
2624
2625 * gdb.base/ctf-whatis.exp: New file.
2626 * gdb.base/ctf-whatis.c: New file.
2627 * gdb.base/ctf-ptype.exp: New file.
2628 * gdb.base/ctf-ptype.c: New file.
2629 * gdb.base/ctf-constvars.exp: New file.
2630 * gdb.base/ctf-constvars.c: New file.
2631 * gdb.base/ctf-cvexpr.exp: New file.
2632
4dbbb47c
TV
26332019-10-04 Tom de Vries <tdevries@suse.de>
2634
2635 * gdb.cp/local-static.c (main): Move declaration of int i out of the
2636 for loop.
2637
77c2dba3
TT
26382019-10-03 Tom Tromey <tom@tromey.com>
2639
2640 PR rust/24976:
2641 * gdb.rust/simple.rs (Union2): New type.
2642 (main): Use Union2.
2643 * gdb.rust/simple.exp: Add test.
2644
179aed7f
AB
26452019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2646
2647 * gdb.fortran/nested-funcs-2.exp: Run tests with and without the
2648 nested function prefix.
2649
0a4b0913
AB
26502019-10-03 Bernhard Heckel <bernhard.heckel@intel.com>
2651 Richard Bunt <richard.bunt@arm.com>
2652 Andrew Burgess <andrew.burgess@embecosm.com>
2653
2654 * gdb.fortran/nested-funcs.exp: Tests for placing breakpoints on
2655 nested functions.
2656 * gdb.fortran/nested-funcs.f90: Update expected results.
2657 * gdb.fortran/nested-funcs-2.exp: New file.
2658 * gdb.fortran/nested-funcs-2.f90: New file.
2659
082cce05
AB
26602019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2661
2662 * gdb.python/py-parameter.exp: Make test names unique.
2663 * gdb.python/py-template.exp: Likewise.
2664 * gdb.python/py-value.exp: Likewise.
2665
2b74ba5a
AB
26662019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2667
2668 * gdb.base/break-interp.exp: Reduce test name duplication.
2669 * gdb.base/call-sc.exp: Likewise.
2670 * gdb.base/callfuncs.exp: Likewise.
2671 * gdb.base/charset.exp: Likewise.
2672 * gdb.base/dump.exp: Likewise.
2673 * gdb.base/ena-dis-br.exp: Likewise.
2674 * gdb.base/relational.exp: Likewise.
2675 * gdb.base/step-over-syscall.exp: Likewise.
2676 * gdb.base/structs.exp: Likewise.
2677
58eb20d5
AB
26782019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2679
2680 * gdb.linespec/explicit.exp: Make test names unique.
2681 * gdb.linespec/ls-errs.exp: Likewise.
2682
4d421147
AB
26832019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2684
2685 * gdb.reverse/break-precsave.exp: Make test names unique.
2686 * gdb.reverse/break-reverse.exp: Likewise.
2687 * gdb.reverse/finish-precsave.exp: Likewise.
2688 * gdb.reverse/finish-reverse.exp: Likewise.
2689 * gdb.reverse/machinestate-precsave.exp: Likewise.
2690 * gdb.reverse/machinestate.exp: Likewise.
2691 * gdb.reverse/readv-reverse.exp: Likewise.
2692 * gdb.reverse/recvmsg-reverse.exp: Likewise.
2693 * gdb.reverse/sigall-precsave.exp: Likewise.
2694 * gdb.reverse/sigall-reverse.exp: Likewise.
2695 * gdb.reverse/step-indirect-call-thunk.exp: Likewise.
2696 * gdb.reverse/watch-precsave.exp: Likewise.
2697 * gdb.reverse/watch-reverse.exp: Likewise.
2698
d8c06f22
AB
26992019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2700
2701 * gdb.threads/stop-with-handle.c: New file.
2702 * gdb.threads/stop-with-handle.exp: New file.
2703
3a56ed86
TV
27042019-10-03 Tom de Vries <tdevries@suse.de>
2705
2706 PR testsuite/25059
2707 * gdb.base/list-missing-source.exp: Allowing the "Compilation
2708 directory" line to be missing.
2709
42275044
TV
27102019-10-03 Tom de Vries <tdevries@suse.de>
2711
2712 PR testsuite/25059
2713 * gdb.base/info-types.exp: Make the presence of the 'unsigned int'
2714 type optional.
2715
9ef62df0
AA
27162019-10-02 Andreas Arnez <arnez@linux.ibm.com>
2717
2718 * gdb.python/py-format-string.c (string.h): New include.
2719 (main): Fill a_struct_with_union.the_union.an_int with bytes of
2720 the same value, for endianness-independence.
2721 * gdb.python/py-format-string.exp (default_regexp_dict)
2722 (test_pretty_structs, test_format): Adjust expected output to the
2723 changed initialization.
2724
37f6a7f4
TT
27252019-10-02 Tom Tromey <tromey@adacore.com>
2726
2727 * gdb.ada/catch_ex_std.exp: Add $_ada_exception test.
2728
1d58d6a2
PA
27292019-10-02 Pedro Alves <palves@redhat.com>
2730 Andrew Burgess <andrew.burgess@embecosm.com>
2731
2732 * gdb.base/print-file-var-lib1.c: Include <stdio.h> and
2733 "print-file-var.h".
2734 (this_version_id) Use ATTRIBUTE_VISIBILITY.
2735 (get_version_1): Print this_version_id and its address.
2736 Add extern "C" wrappers around interface functions.
2737 * gdb.base/print-file-var-lib2.c: Include <stdio.h> and
2738 "print-file-var.h".
2739 (this_version_id) Use ATTRIBUTE_VISIBILITY.
2740 (get_version_2): Print this_version_id and its address.
2741 Add extern "C" wrappers around interface functions.
2742 * gdb.base/print-file-var-main.c: Include <dlfcn.h>, <assert.h>,
2743 <stddef.h> and "print-file-var.h".
2744 Add extern "C" wrappers around interface functions.
2745 [VERSION_ID_MAIN] (this_version_id): Define.
2746 (main): Define v0. Use dlopen if SHLIB_NAME is defined.
2747 * gdb.base/print-file-var.h: Add some #defines to simplify setting
2748 up extern "C" blocks.
2749 * gdb.base/print-file-var.exp (test): New, factored out from top
2750 level.
2751 (top level): Test all combinations of attribute hidden or not,
2752 dlopen or not, and this_version_id symbol in main file or not.
2753 Compile tests as both C++ and C, make test names unique.
2754
d770d56f
TT
27552019-10-01 Tom Tromey <tom@tromey.com>
2756
2757 * gdb.base/style.exp: Test "show logging filename".
2758
7f6aba03
TT
27592019-10-01 Tom Tromey <tom@tromey.com>
2760
2761 * lib/gdb-utils.exp (style): Handle "metadata" argument.
2762 * gdb.base/style.exp: Add metadata style test.
2763
14309bb6
TT
27642019-10-01 Tom Tromey <tom@tromey.com>
2765
2766 * gdb.base/style.exp: Test "pwd".
2767
2a3c1174
PA
27682019-10-01 Tom Tromey <tom@tromey.com>
2769
2770 * gdb.base/style.exp: Update tests.
2771
53d666ec
AA
27722019-10-01 Andreas Arnez <arnez@linux.ibm.com>
2773
2774 * gdb.base/pretty-print.c (struct s1_t): Change fields 'three' and
2775 'six' to unsigned.
2776 (s1): Initialize fields 'four' and 'six' instead of 'three' and
2777 'five'. Use an all-ones bit pattern for each.
2778 * gdb.base/pretty-print.exp: Adjust expected output of "print s1"
2779 to its changed values.
2780
4a56a520
TT
27812019-09-30 Tom Tromey <tromey@adacore.com>
2782
2783 * gdb.rust/traits.rs: Disable all warnings.
2784
0df0352a
TV
27852019-09-29 Tom de Vries <tdevries@suse.de>
2786
aac66a4c 2787 * gdb.dwarf2/gdb-index.exp: Handle new location of .dwz file.
0df0352a 2788
73d9a918
TV
27892019-09-29 Tom de Vries <tdevries@suse.de>
2790
2791 * gdb.dwarf2/gdb-index.exp: Use with_test_prefix for second objcopy.
2792
060b3ab4
TV
27932019-09-27 Tom de Vries <tdevries@suse.de>
2794
2795 * gdb.reverse/step-precsave.exp: Add missing $gdb_prompt in regexps.
2796
68f7d34d
TV
27972019-09-27 Tom de Vries <tdevries@suse.de>
2798
2799 PR record/23188
2800 * gdb.reverse/step-precsave.exp: Add kfail for PR record/23188.
2801
5d63b30a
TT
28022019-09-26 Tom Tromey <tromey@adacore.com>
2803
2804 * gdb.ada/py_taft.exp: New file.
2805 * gdb.ada/py_taft/main.adb: New file.
2806 * gdb.ada/py_taft/pkg.adb: New file.
2807 * gdb.ada/py_taft/pkg.ads: New file.
2808
3d435220
TV
28092019-09-24 Tom de Vries <tdevries@suse.de>
2810
2811 PR gdb/24598
2812 * gdb.arch/amd64-init-x87-values.exp: Add xfail.
2813
77d03678
TV
28142019-09-22 Tom de Vries <tdevries@suse.de>
2815
2816 * gdb.base/restore.exp: Allow register variables to be optimized out at
2817 -O0.
2818
abf516c6
UW
28192019-09-20 Ulrich Weigand <uweigand@de.ibm.com>
2820
2821 * gdb.arch/spu-info.exp: Remove file.
2822 * gdb.arch/spu-info.c: Remove file.
2823 * gdb.arch/spu-ls.exp: Remove file.
2824 * gdb.arch/spu-ls.c: Remove file.
2825
2826 * gdb.asm/asm-source.exp: Remove support for spu*-*-*.
2827 * gdb.asm/spu.inc: Remove file.
2828
2829 * gdb.base/dump.exp: Remove support for spu*-*-*.
2830 * gdb.base/stack-checking.exp: Likewise.
2831 * gdb.base/overlays.exp: Likewise.
2832 * gdb.base/ovlymgr.c: Likewise.
2833 * gdb.base/spu.ld: Remove file.
2834
2835 * gdb.cp/bs15503.exp: Remove support for spu*-*-*.
2836 * gdb.cp/cpexprs.exp: Likewise.
2837 * gdb.cp/exception.exp: Likewise.
2838 * gdb.cp/gdb2495.exp: Likewise.
2839 * gdb.cp/mb-templates.exp: Likewise.
2840 * gdb.cp/pr9167.exp: Likewise.
2841 * gdb.cp/userdef.exp: Likewise.
2842
2843 * gdb.xml/tdesc-regs.exp: Remove support for spu*-*-*.
2844
2845 * gdb.cell: Remove directory.
2846 * lib/cell.exp: Remove file.
2847
e452e88f
TV
28482019-09-19 Tom de Vries <tdevries@suse.de>
2849
2850 * lib/gdb.exp (gdb_test): Eliminate "^FOOBAR$" pattern.
2851
8a625130
TV
28522019-09-19 Tom de Vries <tdevries@suse.de>
2853
2854 * lib/gdbserver-support.exp (gdb_target_cmd): Fix argument passing.
2855
81dc3ab5
TV
28562019-09-19 Tom de Vries <tdevries@suse.de>
2857
2858 * lib/gdbserver-support.exp (gdb_target_cmd_ext): Return 2 (meaning
2859 UNSUPPORTED) for 'Network is unreachable' message. Factor out of ...
2860 (gdb_target_cmd): ... here.
2861 * gdb.server/server-connect.exp: Use gdb_target_cmd_ext, handle return
2862 value 2.
2863
b078f3ac
AB
28642019-09-18 Andrew Burgess <andrew.burgess@embecosm.com>
2865
2866 * gdb.base/source-dir.exp: Avoid having directory names in test
2867 names.
2868
f1b620e9
MG
28692019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
2870
2871 * gdb.base/source-dir.exp: Add extra test for mapped compilation
2872 directory.
2873
67f3ed6a
AB
28742019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
2875
2876 * gdb.base/list-missing-source.exp: New file.
2877
d1b70248
TV
28782019-09-14 Tom de Vries <tdevries@suse.de>
2879
2880 PR teststuite/24599
2881 * gdb.ada/rename_subscript_param.exp: Require gnatmake 8.
2882 * lib/ada.exp (gnatmake_version_at_least): New proc.
2883
5fabdcd6
AB
28842019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
2885
2886 * gdb.base/maint.exp: Use exec_has_index_section.
2887
aa17805f
AB
28882019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
2889
2890 * gdb.base/maint.exp: Add test for 'maint info sections'.
2891
25e5c209
TV
28922019-09-12 Tom de Vries <tdevries@suse.de>
2893
2894 * gdb.base/store.exp: Allow register variables to be optimized out at
2895 -O0.
2896
4993045d
PW
28972019-09-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2898
2899 * gdb.ada/rdv_wait.exp: Update to new task names.
2900 * gdb.base/task_switch_in_core.exp: Likewise.
2901 * gdb.base/info_sources_base.c: Likewise.
2902
8a516164
TT
29032019-09-10 Tom Tromey <tromey@adacore.com>
2904
2905 * boards/cc-with-tweaks.exp: Set GNATMAKE_FOR_TARGET.
2906
aa391654
TT
29072019-09-10 Tom Tromey <tromey@adacore.com>
2908
2909 * gdb.ada/dgopt.exp: New file.
2910 * gdb.ada/dgopt/x.adb: New file.
2911
8634b462
TT
29122019-09-08 Tom Tromey <tom@tromey.com>
2913
2914 * gdb.tui/resize.exp: Remove setup_xfail.
2915 * gdb.tui/regs.exp: Remove setup_xfail.
2916 * gdb.tui/basic.exp: Remove setup_xfail.
2917
736b0f76
DB
29182019-09-06 David Blaikie <dblaikie@gmail.com>
2919
2920 * gdb.base/label.exp: un-XFAIL label related tests under Clang.
2921 * gdb.cp/cplabel.exp: Ditto.
2922 * gdb.linespec/ls-errs.exp: Ditto.
2923
30331a6c
TV
29242019-09-05 Tom de Vries <tdevries@suse.de>
2925
2926 * lib/gdb.exp (cmp_file_string): New proc.
2927 * gdb.base/ui-redirect.exp: Replace "gdb_breakpoint main" with
2928 runto_main. Verify save breakpoints output.
2929
98b0ebab
PW
29302019-09-04 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2931
2932 * gdb.base/info-var.exp: Test info variables without running
2933 to main, to avoid expect's buffer overflow.
2934
4e962e74
TT
29352019-09-03 Tom Tromey <tromey@adacore.com>
2936
2937 * gdb.ada/bias.exp: New file.
2938 * gdb.ada/bias/bias.adb: New file.
2939 * gdb.ada/print_chars.exp: Add regression test.
2940 * gdb.ada/print_chars/foo.adb (My_Character): New type.
2941 (MC): New variable.
2942
2ea1a07a
SL
29432019-08-29 Sandra Loosemore <sandra@codesourcery.com>
2944
2945 * gdb.base/argv0-symlink.exp: Run only on native target
2946 and local host.
2947
8077c50d
TV
29482019-08-29 Tom de Vries <tdevries@suse.de>
2949
2950 * gdb.fortran/info-types.exp: Fix gdb_test regexp to allow more
2951 diverse debug info.
2952 * lib/fortran.exp (fortran_int8): New proc, based on fortran_int4.
2953
48352473
TV
29542019-08-28 Tom de Vries <tdevries@suse.de>
2955
2956 * gdb.base/info-var.exp: Allow info variables to print info for files
2957 other than info-var-f1.c and info-var-f2.c.
2958
d8f27c60
AB
29592019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
2960
2961 * gdb.fortran/info-types.exp: Add module.
2962 * gdb.fortran/info-types.f90: Update expected results.
2963
1f20c35e
AB
29642019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
2965
2966 * gdb.fortran/info-types.exp: New file.
2967 * gdb.fortran/info-types.f90: New file.
2968 * lib/fortran.exp (fortran_character1): New proc.
2969
4acfdd20
AB
29702019-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
2971
2972 * gdb.base/info-fun.exp: Extend to test the -n flag for 'info
2973 functions'. Reindent as needed.
2974 * gdb.base/info-var-f1.c: New file.
2975 * gdb.base/info-var-f2.c: New file.
2976 * gdb.base/info-var.exp: New file.
2977 * gdb.base/info-var.h: New file.
2978
5c31b358
TV
29792019-08-26 Tom de Vries <tdevries@suse.de>
2980
2981 PR c++/24852
2982 * gdb.cp/no-libstdcxx-probe.exp: New test.
2983
b694989f
TV
29842019-08-26 Tom de Vries <tdevries@suse.de>
2985
2986 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Return 1 if probe
2987 * tests need to be skipped.
2988 * gdb.cp/exceptprint.exp: Update call to skip_libstdcxx_probe_tests.
2989 * gdb.mi/mi-catch-cpp-exceptions.exp: Update call to
2990 mi_skip_libstdcxx_probe_tests.
2991
d9c4ba53
SDJ
29922019-08-26 Sergio Durigan Junior <sergiodj@redhat.com>
2993
2994 * gdb.python/py-xmethods.exp: Use raw strings when passing
2995 arguments to SimpleXMethodMatcher.
2996
395fad09
TV
29972019-08-22 Tom de Vries <tdevries@suse.de>
2998
2999 * gdb.multi/multi-term-settings.exp (coretest): Make gdb_test messages
3000 more informative.
3001
26c957f1
PA
30022019-08-21 Pedro Alves <palves@redhat.com>
3003
3004 * gdb.base/with.exp: Test "with" with no arguments.
3005
61f80d5d
TV
30062019-08-21 Tom de Vries <tdevries@suse.de>
3007
3008 * gdb.base/gdb-caching-proc.exp: Sort files.
3009
d7a11d13
TV
30102019-08-20 Tom de Vries <tdevries@suse.de>
3011
3012 * lib/pascal.exp (gdb_compile_pascal): Remove $destfile before
3013 compilation.
3014
34dafe9f
TV
30152019-08-16 Tom de Vries <tdevries@suse.de>
3016
3017 * gdb.base/compare-sections.exp ("after run to main"): Allow
3018 mismatched read-only sections for PIE executables.
3019
398fdd60
TT
30202019-08-16 Tom Tromey <tom@tromey.com>
3021
3022 * lib/tuiterm.exp (_csi_Z): New proc.
3023 * gdb.tui/basic.exp: Update window positions.
3024 * gdb.tui/empty.exp: Update window positions.
3025
d8f9e51c
SL
30262019-08-15 Sandra Loosemore <sandra@codesourcery.com>
3027
3028 * gdb.base/examine-backward.exp: Correct regexp for
3029 "examine 3 bytes backward from ${address_zero}".
3030
3df505f6
TT
30312019-08-15 Tom Tromey <tom@tromey.com>
3032
3033 * gdb.tui/empty.exp: Enable resizing tests.
3034
272560b5
TT
30352019-08-15 Tom Tromey <tromey@adacore.com>
3036
3037 * gdb.ada/char_enum.exp: Add regression tests.
3038 * gdb.ada/char_enum/foo.adb (Char_Enum_Type): Use '_'
3039 and '0'.
3040 (Char, Gchar): Update.
3041 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): Use '+'.
3042
08235187
CB
30432019-08-15 Christian Biesinger <cbiesinger@google.com>
3044
3045 * gdb.python/python.exp: Expect a leading underscore on
3046 GdbOutput{,Error}File.
3047
22a2ab04
SL
30482019-08-15 Sandra Loosemore <sandra@codesourcery.com>
3049
3050 * gdb.dwarf2/dw2-dir-file-name.exp: Skip on remote or
3051 Windows host.
3052
835b995b
SL
30532019-08-15 Sandra Loosemore <sandra@codesourcery.com>
3054
3055 * gdb.base/batch-preserve-term-settings.exp
3056 (test_terminal_settings_preserved_after_sigterm): Skip on Windows.
3057
97dd8e07
CB
30582019-08-15 Christian Biesinger <cbiesinger@google.com>
3059
3060 * lib/gdb.exp: When running on a mingw target, replace
3061 /x/ with x:/.
3062
75faf5c4
AH
30632019-08-14 Alan Hayward <alan.hayward@arm.com>
3064
3065 * gdb.arch/aarch64-prologue.c: New test.
3066 * gdb.arch/aarch64-prologue.exp: New file.
3067
abc6c00f
TV
30682019-08-13 Tom de Vries <tdevries@suse.de>
3069
3070 * gdb.gdb/selftest.exp (send ^C to child process again): Accept also
3071 Thread.
3072
74c2c1f4
SL
30732019-08-13 Sandra Loosemore <sandra@codesourcery.com>
3074
3075 * gdb.python/py-completion.exp: Download the .py file to the host
3076 and use its host pathname. Conditionalize tests that use
3077 tab completion and manipulate files on the build machine.
3078 * gdb.python/py-events.exp: Download the .py file to the host
3079 and use its host pathname.
3080 * gdb.python/py-evsignal.exp: Likewise.
3081 * gdb.python/py-evthreads.exp: Likewise.
3082 * gdb.python/py-framefilter-invalidarg.exp: Match Windows
3083 pathname syntax.
3084 * gdb.python/py-framefilter.exp: Download the .py file to the right
3085 place on the host. Match Windows pathname syntax.
3086 * gdb.python/py-mi-var-info-path-expression.exp: Download the
3087 .py file to the host and use its host pathname.
3088 * gdb.python/py-objfile-script.exp: Match Windows pathname syntax.
3089 * gdb.python/py-objfile.exp: Expect a host pathname, not a
3090 build pathname. Skip symlink test on Windows host. Add missing
3091 newline at end of file.
3092 * gdb.python/py-pp-maint.exp: Download the .py file to the host
3093 and use its host pathname.
3094 * gdb.python/py-pp-registration.exp: Match Windows pathname syntax.
3095 * gdb.python/py-section-script.exp: Use host location of binfile
3096 on safe-path. Use correct path separator on Windows host.
3097 Reorder alternatives in gdb_test_multiple to prevent matching
3098 the wrong alternative on success.
3099 * gdb.python/py-symtab.exp: Match Windows pathname syntax.
3100
ca2589f3
PP
31012019-08-12 Patrick Palka <patrick@parcs.ath.cx>
3102
3103 * gdb.gdb/selftest.exp (test_with_self): Update test to now
3104 expect the GDB inferior to no longer immediately stop after
3105 being resumed with "signal SIGINT".
3106
020a839d
SL
31072019-08-09 Sandra Loosemore <sandra@codesourcery.com>
3108
3109 * gdb.linespec/break-ask.exp: Generalize regexps to match
3110 Windows pathnames too.
3111
128d6509
TV
31122019-08-08 Tom de Vries <tdevries@suse.de>
3113
3114 PR testsuite/24862
3115 * lib/tuiterm.exp (_accept): Fix CSI regexp.
3116
590042fc
PW
31172019-08-07 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3118
3119 * gdb.base/style.exp: Update tests for help doc new invariants.
3120 * gdb.base/help.exp: Likewise.
3121
046bebe1
TT
31222019-08-06 Tom Tromey <tom@tromey.com>
3123
3124 * gdb.base/style.exp: Add disassemble test.
3125 * gdb.base/style.c (some_called_function): New function.
3126 (main): Use it.
3127
0b27c27d
CB
31282019-08-05 Christian Biesinger <cbiesinger@google.com>
3129
3130 * gdb.python/py-block.exp: Test dictionary access on blocks.
3131
580f1034
SM
31322019-08-05 Simon Marchi <simon.marchi@efficios.com>
3133
3134 PR gdb/24863
3135 * gdb.mi/list-thread-groups-available.exp: Increase timeout for
3136 -list-thread-groups --available test when running under
3137 check-read1.
3138
d86bd7cb
TV
31392019-08-05 Tom de Vries <tdevries@suse.de>
3140
3141 PR testsuite/24863
3142 * lib/gdb.exp (with_read1_timeout_factor): New proc.
3143 * gdb.base/help.exp: Use with_read1_timeout_factor.
3144 * gdb.base/info-macros.exp: Same.
3145 * gdb.cp/nested-types.exp: Same.
3146
a80cf5d8
TV
31472019-08-05 Tom de Vries <tdevries@suse.de>
3148
3149 * lib/gdb.exp (version_at_least): Factor out of ...
3150 (tcl_version_at_least): ... here.
3151 (gdb_compile): Fail if pie results in non-PIE executable.
3152 (readelf_version, readelf_prints_pie): New proc.
3153 (exec_is_pie): Return -1 if unknown.
3154
d0962838
TV
31552019-08-05 Tom de Vries <tdevries@suse.de>
3156
3157 * lib/gdb.exp (tcl_version_at_least): Fix typo.
3158
2252ff3d
SL
31592019-08-04 Sandra Loosemore <sandra@codesourcery.com>
3160
3161 * gdb.server/reconnect-ctrl-c.exp: Skip if nointerrupts.
3162
26655f53
SL
31632019-08-04 Sandra Loosemore <sandra@codesourcery.com>
3164
3165 * lib/completion-support.exp (test_gdb_complete_none): Skip
3166 tab completion tests if no readline support.
3167 (test_gdb_complete_unique_re): Likewise.
3168 (test_gdb_complete_multiple): Likewise.
3169
db4dc13e
PW
31702019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3171
3172 * gdb.base/info_sources.exp: New file.
3173 * gdb.base/info_sources.c: New file.
3174 * gdb.base/info_sources_base.c: New file.
3175
0eba165a
PFC
31762019-08-01 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
3177
3178 * gdb.base/batch-exit-status.exp: Call test_exit_status with
3179 prefix argument.
3180 (test_exit_status): Add prefix argument.
3181
59bd512b
TV
31822019-08-01 Tom de Vries <tdevries@suse.de>
3183
3184 PR testsuite/24863
3185 * gdb.threads/fork-plus-threads.exp: Fix check-run1 timeout by
3186 calling exp_continue for new thread and thread exited messages.
3187
2a3ad588
TV
31882019-08-01 Tom de Vries <tdevries@suse.de>
3189
3190 PR testsuite/24863
3191 * gdb.base/structs.exp: Fix check-read1 timeout using
3192 gdb_test_sequence.
3193 * lib/gdb.exp (tcl_version_at_least, lrepeat): New proc.
3194
117eb594
TV
31952019-08-01 Tom de Vries <tdevries@suse.de>
3196
3197 PR testsuite/24863
3198 * gdb.base/break-interp.exp: Use exp_continue after each "info files"
3199 line.
3200
ed591340
TV
32012019-08-01 Tom de Vries <tdevries@suse.de>
3202
3203 PR testsuite/24863
3204 * gdb.base/signals.exp: Fix check-read1 timeout using gdb_test_sequence.
3205
aa3b6533
TT
32062019-07-30 Tom Tromey <tromey@adacore.com>
3207
3208 * gdb.ada/display_nested.exp: New file.
3209 * gdb.ada/display_nested/foo.adb: New file.
3210 * gdb.ada/display_nested/pack.adb: New file.
3211 * gdb.ada/display_nested/pack.ads: New file.
3212
2906593f
CB
32132019-07-30 Christian Biesinger <cbiesinger@google.com>
3214
3215 * gdb.python/py-symbol.c: Add a static variable and one in an anonymous
3216 namespace.
3217 * gdb.python/py-symbol.exp: Test gdb.lookup_static_symbol.
3218
0f575925
TV
32192019-07-30 Tom de Vries <tdevries@suse.de>
3220
3221 * lib/read1.c (read): Don't use unsetenv (v), use setenv (v, "", 1)
3222 instead.
3223
b13057d9
TV
32242019-07-30 Tom de Vries <tdevries@suse.de>
3225
3226 PR testsuite/24834
3227 * lib/gdb.exp (gdb_compile): Fail if nopie results in PIE executable.
3228 (exec_is_pie): New proc.
3229
5c4dde85
CB
32302019-07-29 Christian Biesinger <cbiesinger@google.com>
3231
3232 * gdb.python/py-objfile.exp: Fix misspelling (nonexistant -> nonexistent)
3233
c620ed88
CB
32342019-07-29 Christian Biesinger <cbiesinger@google.com>
3235
3236 * gdb.python/py-objfile.c: Add global and static vars.
3237 * gdb.python/py-objfile.exp: Test new functions Objfile.
3238 lookup_global_symbol and lookup_static_symbol.
3239
3d235706
TT
32402019-07-29 Tom Tromey <tom@tromey.com>
3241
3242 * lib/tuiterm.exp (Term::_csi_@): New proc.
3243 (Term::_csi_X): Don't move cursor.
3244
c7e4c0a6
PW
32452019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3246
3247 * gdb.base/options.exp: Update backtrace - completion to
3248 new option -frame-info.
3249 * gdb.base/frame-args.exp: Test new 'frame-arguments presence'.
3250 Test new 'set print frame-info'. Test backtrace -frame-info
3251 overriding 'set print frame-info'.
3252 * gdb.python/py-framefilter.exp: Test new 'frame-arguments presence'.
3253 Test new 'set print frame-info'.
3254 Verify consistency of backtrace with and without filters, with and
3255 without -no-filters.
3256 * gdb.python/py-framefilter-invalidarg.exp: Update to new print_what
3257 default.
3258
de28a3b7
TV
32592019-07-29 Tom de Vries <tdevries@suse.de>
3260
3261 * gdb.linespec/explicit.exp: Fix completion trigger for "complete with
3262 no arguments".
3263
507dd60e
TV
32642019-07-29 Tom de Vries <tdevries@suse.de>
3265
3266 * gdb.linespec/explicit.exp: Fix gdb_test_multiple regexps where second
3267 is a substring of the first for "complete non-unique file name".
3268
5beafce9
TV
32692019-07-29 Tom de Vries <tdevries@suse.de>
3270
3271 * gdb.python/python.exp: Don't terminate gdb_test_multiple regexp
3272 with ".*".
3273
2d274232
TV
32742019-07-29 Tom de Vries <tdevries@suse.de>
3275
3276 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt, gdb_is_target_1):
3277 Pass prompt_regexp parameter to gdb_test_multiple calls.
3278
9197cd8b
TV
32792019-07-29 Tom de Vries <tdevries@suse.de>
3280
3281 * gdb.base/maint.exp: Use "\r\n" instead of "\[\r\n\]+" in "maint
aac66a4c 3282 print registers" regexps.
9197cd8b 3283
b528dae0
TV
32842019-07-29 Tom de Vries <tdevries@suse.de>
3285
3286 * gdb.base/define.exp: Add "\r\n" to "reset gdb_prompt" regexp.
3287
d17725d7
TV
32882019-07-29 Tom de Vries <tdevries@suse.de>
3289
3290 PR gdb/24855
3291 * lib/gdb.exp (gdb_test_multiple): Add prompt_regexp parameter.
3292 (skip_python_tests_prompt): Add prompt_regexp argument to
3293 gdb_test_multiple calls.
3294
52b75bf1
TT
32952019-07-27 Tom Tromey <tom@tromey.com>
3296
3297 * gdb.tui/main.exp: New file.
3298
2b1d00c2
TT
32992019-07-27 Tom Tromey <tom@tromey.com>
3300
3301 * lib/tuiterm.exp (Term::clean_restart): Make "executable"
3302 optional.
3303 * gdb.tui/empty.exp: New file.
3304
ded631d5
TT
33052019-07-27 Tom Tromey <tom@tromey.com>
3306
3307 * lib/tuiterm.exp (spawn): New proc.
3308 (Term::resize): New proc.
3309 * gdb.tui/resize.exp: New file.
3310
58ac439d
TT
33112019-07-27 Tom Tromey <tom@tromey.com>
3312
3313 * gdb.tui/list.exp: New file.
3314
fe1f56ee
TT
33152019-07-27 Tom Tromey <tom@tromey.com>
3316
3317 * gdb.tui/regs.exp: New file.
3318
f790b310
TT
33192019-07-27 Tom Tromey <tom@tromey.com>
3320
3321 * gdb.tui/basic.exp: Add "layout split" test.
3322
d95fc6ee
TT
33232019-07-27 Tom Tromey <tom@tromey.com>
3324
3325 * gdb.tui/basic.exp: Add "layout asm" test.
3326
c3786b3a
TT
33272019-07-27 Tom Tromey <tom@tromey.com>
3328
3329 * lib/tuiterm.exp: New file.
3330 * gdb.tui/basic.exp: New file.
3331
98a617f8
KB
33322019-07-27 Kevin Buettner <kevinb@redhat.com>
3333
3334 * gdb.dwarf2/dw2-ranges-func.exp (enable_foo_cold_stepping):
3335 Enable tests associated with this flag. Adjust regex
3336 referencing "foo_low" to now refer to "foo_cold" instead.
3337
5c076da4
KB
33382019-07-27 Kevin Buettner <kevinb@redhat.com>
3339
3340 * gdb.dwarf2/dw2-ranges-func.c: Rename to...
3341 * gdb.dwarf2/dw2-ranges-func-lo-cold.c: ...this.
3342 * gdb.dwarf2/dw2-ranges-func-lo-cold.c (foo_low): Change name to
3343 foo_cold. Revise comments to match.
3344 * gdb.dwarf2/dw2-ranges-func-hi-cold.c: New file.
3345 * gdb.dwarf2/dw2-ranges-func.exp (do_test): New proc. Existing tests
3346 were wrapped into this proc; Call do_test in loop from outermost
3347 level.
3348 (foo_low): Rename all occurrences to "foo_cold".
3349 (backtrace from baz): New test.
3350 (x2/i foo_cold): New test.
3351 (info line *foo_cold): New test.
3352
1512d3b7
TV
33532019-07-26 Tom de Vries <tdevries@suse.de>
3354
3355 * gdb.arch/i386-pkru.exp: Fix unterminated string.
3356
297989a1
TV
33572019-07-25 Tom de Vries <tdevries@suse.de>
3358
3359 PR testsuite/24830
3360 * gdb.mi/mi-catch-cpp-exceptions.exp: Call
3361 mi_skip_libstdcxx_probe_tests, and skip unsupported tests.
3362 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Factor out of ...
3363 (skip_libstdcxx_probe_tests): ... here.
3364 * lib/mi-support.exp (mi_skip_libstdcxx_probe_tests): New proc.
3365
b3b965fb
TV
33662019-07-24 Tom de Vries <tdevries@suse.de>
3367
3368 PR testsuite/24807
3369 * gdb.objc/basicclass.m: Include stdio.h.
3370 * gdb.objc/nondebug.m: Same.
3371 * gdb.objc/objcdecode.m: Same.
3372
4625b4d0
TV
33732019-07-24 Tom de Vries <tdevries@suse.de>
3374
3375 PR testsuite/24612
3376 * gdb.base/infoline-reloc-main-from-zero.exp: Add -Wl,-N to
3377 additional_flags.
3378
024a5840
TV
33792019-07-24 Tom de Vries <tdevries@suse.de>
3380
3381 PR testsuite/24831
3382 * gdb.multi/tids.exp: Update error messages for info threads.
3383
c76ddaa3
TV
33842019-07-24 Tom de Vries <tdevries@suse.de>
3385
3386 * gdb.base/info-types.exp: Allow info types to print info for more than
3387 one file.
3388
9a618ef6
TV
33892019-07-23 Tom de Vries <tdevries@suse.de>
3390
3391 PR testsuite/24842
3392 * gdb.dwarf2/multidictionary.exp: Consume initial prompt after
3393 gdb_spawn_with_cmdline_opts.
3394
40eadf04
SP
33952019-07-23 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
3396
3397 * gdb.arch/arm-cmse-sgstubs.c: New test.
3398 * gdb.arch/arm-cmse-sgstubs.exp: New file.
3399
5ba29434
TV
34002019-07-23 Tom de Vries <tdevries@suse.de>
3401
3402 PR testsuite/24711
3403 * gdb.mi/mi-complete.exp: Wait for "set max-completions" result before
3404 issuing next command.
3405
a8e9d247
AB
34062019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
3407
3408 * gdb.ada/info_auto_lang.exp: Update expected results.
3409 * gdb.base/info-types.c: Add additional types to check.
3410 * gdb.base/info-types.exp: Update expected results.
3411
eb86c5e2
AB
34122019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
3413
3414 * gdb.base/info-types.c: New file.
3415 * gdb.base/info-types.exp: New file.
3416
01e175fe
AB
34172019-07-19 Andrew Burgess <andrew.burgess@embecosm.com>
3418
3419 * gdb.arch/riscv-bp-infcall.c: New file.
3420 * gdb.arch/riscv-bp-infcall.exp: New file.
3421
6b78c3f8
AB
34222019-07-17 Andrew Burgess <andrew.burgess@embecosm.com>
3423
3424 PR breakpoints/24541
3425 * gdb.mi/mi-catch-cpp-exceptions.exp: Remove kfail due to 24541.
3426
da738167
TV
34272019-07-14 Tom de Vries <tdevries@suse.de>
3428
3429 PR testsuite/24760
3430 * gdb.objc/basicclass.exp: Fix unterminated string.
3431
0d4e84ed
AB
34322019-07-12 Bernhard Heckel <bernhard.heckel@intel.com>
3433 Andrew Burgess <andrew.burgess@embecosm.com>
3434
3435 * gdb.fortran/vla-ptype.exp: Print array with negative bounds.
3436 * gdb.fortran/vla-sizeof.exp: Print the size of an array with
3437 negative bounds.
3438 * gdb.fortran/vla-value.exp: Print elements of an array with
3439 negative bounds.
3440 * gdb.fortran/vla.f90: Setup an array with negative bounds for
3441 testing.
3442
021d8588
AB
34432019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
3444
3445 * gdb.base/options.exp (expect_string): Dequote strings in
3446 results.
3447 (test-string): Test strings with different quoting and reindent.
3448
f06f1252
TT
34492019-07-10 Tom Tromey <tromey@adacore.com>
3450
3451 * gdb.ada/mi_ex_cond.exp: Update expected results.
3452 * gdb.ada/mi_catch_ex_hand.exp: Update expected results.
3453 * gdb.ada/mi_catch_ex.exp: Update expected results.
3454 * gdb.ada/mi_catch_assert.exp: Update expected results.
3455 * gdb.ada/catch_ex.exp (catch_exception_info)
3456 (catch_exception_entry, catch_assert_entry)
3457 (catch_unhandled_entry): Update.
3458 * gdb.ada/catch_assert_if.exp: Update expected results.
3459
b863685d
RB
34602019-07-10 Richard Bunt <richard.bunt@arm.com>
3461 Stephen Roberts <stephen.roberts@arm.com>
3462
3463 * gdb.base/define.exp: Restore original prompt.
3464
cb1e4e32
PA
34652019-07-09 Pedro Alves <palves@redhat.com>
3466
3467 * gdb.cp/catch-multi-stdlib.exp: Adjust expected "info
3468 breakpoints" output.
3469 * gdb.cp/exception.exp: Adjust expected "info breakpoints" output.
3470 * gdb.python/py-breakpoint.exp: No longer expect that "catch
3471 throw" creates breakpoint.
3472 * gdb.mi/mi-catch-cpp-exceptions.exp (setup_catchpoint): Expect
3473 'type="catchpoint"'.
3474
b58a68fe
PA
34752019-07-09 Pedro Alves <palves@redhat.com>
3476
3477 PR c++/15468
3478 * gdb.cp/except-multi-location-lib.cc: New.
3479 * gdb.cp/except-multi-location-main.cc: New.
3480 * gdb.cp/except-multi-location.exp: New.
3481
0826779b
PW
34822019-07-09 Sergio Durigan Junior <sergiodj@redhat.com>
3483
3484 * gdb.base/printcmds.exp (test_printf_convenience_var): Set
3485 language to "c++" before dealing with wchar_t. Remove DO_WSTRING
3486 argument and update callers.
3487
5b0e2db4
AB
34882019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
3489
3490 * gdb.arch/amd64-break-on-asm-line.S: New file.
3491 * gdb.arch/amd64-break-on-asm-line.exp: New file.
3492
1f6f6e21
PW
34932019-07-08 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3494
3495 * gdb.base/printcmds.exp: Test printing C string and
3496 C wide string convenience vars without transiting via the inferior.
3497 Also make test names unique.
3498
ea142fbf
AH
34992019-07-08 Alan Hayward <alan.hayward@arm.com>
3500
5862c886 3501 PR breakpoints/25011
ea142fbf
AH
3502 * gdb.base/break-idempotent.exp: Test both PIE and non PIE.
3503
213fd9fa
PA
35042019-07-04 Pedro Alves <palves@redhat.com>
3505
3506 * lib/gdb.exp (foreach_with_prefix): Don't return early if
3507 body returned ok(0), break(3) or continue(4).
3508 * gdb.testsuite/foreach_with_prefix.exp: New file.
3509
2b40fda7
AH
35102019-07-04 Alan Hayward <alan.hayward@arm.com>
3511
3512 * gdb.server/unittest.exp: Allow 0 unit tests to run.
3513
a26c8de0
PA
35142019-07-03 Pedro Alves <palves@redhat.com>
3515
3516 * lib/gdb.exp (foreach_with_prefix): Use "catch" and
3517 "return -code".
3518
5f4ba3e7
PA
35192019-07-03 Pedro Alves <palves@redhat.com>
3520
3521 PR cli/24732
3522 * gdb.base/shell.exp: Load completion-support.exp.
3523 Adjust expected error output. Add completion tests.
3524
a994424f
PA
35252019-07-03 Pedro Alves <palves@redhat.com>
3526
3527 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Use
3528 string_to_regexp.
3529
3d9be6f5
PA
35302019-07-03 Pedro Alves <palves@redhat.com>
3531
3532 * gdb.base/options.exp (expect_none, expect_flag, expect_bool)
3533 (expect_integer): Adjust to expect "-string".
3534 (expect_string): New.
3535 (all_options): Expect "-string".
3536 (test-flag, test-boolean): Adjust to expect "-string".
3537 (test-string): New proc.
3538 (top level): Call it.
3539
41fc454c
PA
35402019-07-03 Pedro Alves <palves@redhat.com>
3541
3542 * gdb.base/options.exp (test-misc, test-flag, test-boolean)
3543 (test-uinteger, test-enum): Adjust res_test_gdb_... calls to pass
3544 the expected output in the success.
3545
b2b2a215
PA
35462019-07-03 Pedro Alves <palves@redhat.com>
3547
3548 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
3549 Split one gdb_test_multiple call in two to avoid a race.
3550
fdbc9870
PA
35512019-07-03 Pedro Alves <palves@redhat.com>
3552
3553 * gdb.base/with.c: New file.
3554 * gdb.base/with.exp: New file.
3555
c6ac8931
PA
35562019-07-03 Pedro Alves <palves@redhat.com>
3557
3558 * gdb.base/settings.exp: Replace all references to "maint
3559 test-settings set" with references to "maint set test-settings",
3560 and all references to "maint test-settings show" with references
3561 to "maint show test-settings".
3562
970f9d09
PA
35632019-07-03 Pedro Alves <palves@redhat.com>
3564
3565 * gdb.base/settings.exp (test-string): Adjust expected out when
3566 testing "maint test-settings show filename"
3567
54d66006
PA
35682019-07-02 Pedro Alves <palves@redhat.com>
3569
3570 * gdb.base/options.exp (test-info-threads): New procedure.
3571 (top level): Call it.
3572
10d06d82
TT
35732019-06-28 Tom Tromey <tromey@adacore.com>
3574
3575 * gdb.dwarf2/ada-linkage-name.c: New file.
3576 * gdb.dwarf2/ada-linkage-name.exp: New file.
3577
3d507ff2
TT
35782019-06-27 Tom Tromey <tromey@adacore.com>
3579
d039f014 3580 PR c++/20020:
3d507ff2
TT
3581 * gdb.cp/constexpr-field.exp: Use setup_xfail.
3582
8af58ffe
TV
35832019-06-26 Tom de Vries <tdevries@suse.de>
3584
3585 * gdb.dwarf2/varval.exp: Compile twice, once without bad DWARF.
3586
22e21752
TV
35872019-06-26 Tom de Vries <tdevries@suse.de>
3588
3589 * gdb.base/index-cache.exp: Add back missing debug option.
3590
b65b566c
PW
35912019-06-23 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3592
3593 * gdb.base/alias.exp: Test non matching/non existing prefixes.
3594
5c2c8c69
TV
35952019-06-25 Tom de Vries <tdevries@suse.de>
3596
3597 PR testsuite/24727
3598 * gdb.dwarf2/dw2-restrict.S: Regenerate using clang 5.0.1.
3599
164e3873
TV
36002019-06-24 Tom de Vries <tdevries@suse.de>
3601
3602 * gdb.dwarf2/implptr-64bit.exp: Fix intra-CU '%' label reference.
3603
824eacee
TV
36042019-06-24 Tom de Vries <tdevries@suse.de>
3605
3606 * gdb.trace/entry-values.exp: Use DW_FORM_udata instead of
3607 DW_FOR_sdata for DW_AT_decl_file. Use 0 for DW_AT_decl_file.
3608 * gdb.trace/unavailable-dwarf-piece.exp: Same.
3609
385b97d3
TV
36102019-06-24 Tom de Vries <tdevries@suse.de>
3611
3612 * gdb.dwarf2/inlined_subroutine-inheritance.exp:
3613
c596f180
TV
36142019-06-21 Tom de Vries <tdevries@suse.de>
3615
3616 * gdb.base/index-cache.exp: Add additional_flags=-Wl,--build-id.
3617
b13a7d03
TV
36182019-06-21 Tom de Vries <tdevries@suse.de>
3619
3620 PR testsuite/24518
3621 PR ada/24713
3622 * gdb.ada/ptype_union.exp: Mark as unsupported if executable contains
3623 index.
3624
899277ae
TT
36252019-06-19 Tom Tromey <tromey@adacore.com>
3626
3627 * gdb.ada/length_cond.exp: Add intro comment.
3628
680e1bee
TT
36292019-06-19 Tom Tromey <tromey@adacore.com>
3630
3631 * gdb.ada/length_cond.exp: New file.
3632 * gdb.ada/length_cond/length_cond.adb: New file.
3633 * gdb.ada/length_cond/pck.adb: New file.
3634 * gdb.ada/length_cond/pck.ads: New file.
3635
0ed4690a
TV
36362019-06-18 Tom de Vries <tdevries@suse.de>
3637
3638 * boards/fission.exp (debug_flags): Add "-fuse-ld=gold".
3639
d20ed5fd
TT
36402019-06-18 Tom Tromey <tromey@adacore.com>
3641
3642 * gdb.base/list0.h: Add comment explaining control character.
3643
86e04673
TV
36442019-06-18 Tom de Vries <tdevries@suse.de>
3645
3646 * boards/fission.exp: Break up long debug_flags line.
3647
c4973306
SM
36482019-06-16 Tom de Vries <tdevries@suse.de>
3649
3650 PR gdb/24445
3651 * gdb.dwarf2/gdb-index.exp (add_gdb_index): Update dwz file with
3652 generated index.
3653
93cb9841
AB
36542019-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
3655
3656 PR gdb/24686
3657 * gdb.mi/mi-catch-cpp-exceptions.exp: Add an extra pattern to
3658 improve detection of bug gdb/24541.
3659
399aaebd
SM
36602019-06-16 Simon Marchi <simon.marchi@polymtl.ca>
3661
3662 PR gdb/24669
3663 * gdb.base/index-cache.exp (uses_readnow,
3664 expecting_index_cache_use): Define global variable.
3665 (test_cache_enabled_miss, test_cache_enabled_hit): Use
3666 expecting_index_cache_use.
3667
584a927c
AB
36682019-06-16 Bernhard Heckel <bernhard.heckel@intel.com>
3669 Andrew Burgess <andrew.burgess@embecosm.com>
3670
3671 * gdb.fortran/pointers.f90: New file.
3672 * gdb.fortran/print_type.exp: New file.
3673 * gdb.fortran/vla-ptype.exp: Adapt expected results.
3674 * gdb.fortran/vla-type.exp: Likewise.
3675 * gdb.fortran/vla-value.exp: Likewise.
3676 * gdb.mi/mi-vla-fortran.exp: Likewise.
3677
30056ea0
AB
36782019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
3679
3680 * gdb.mi/mi-catch-cpp-exceptions.cc: New file.
3681 * gdb.mi/mi-catch-cpp-exceptions.exp: New file.
3682 * lib/mi-support.exp (mi_expect_stop): Handle 'exception-caught'
3683 as a stop reason.
3684
ec8e2b6d
AB
36852019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
3686
3687 * gdb.base/annota1.exp: Update expected results.
3688 * gdb.cp/annota2.exp: Likewise.
3689 * gdb.cp/annota3.exp: Likewise.
3690
09e4c4e1
AB
36912019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
3692
3693 * gdb.base/style-logging.exp: Remove path from test name.
3694
0735b091
TT
36952019-06-14 Tom Tromey <tromey@adacore.com>
3696
3697 PR gdb/24502:
3698 * gdb.base/style-logging.exp: New file.
3699
f5686554
TT
37002019-06-14 Tom Tromey <tromey@adacore.com>
3701
3702 * gdb.base/symfile-warn.exp: New file.
3703 * gdb.base/symfile-warn.c: New file.
3704
a0c1ffed
TT
37052019-06-14 Tom Tromey <tromey@adacore.com>
3706
3707 * gdb.base/annotate-symlink.exp: New file.
3708
f411722c
TT
37092019-06-14 Tom Tromey <tromey@adacore.com>
3710
3711 * gdb.ada/set_wstr.exp: Add reassignment test.
3712
4268ec18
TT
37132019-06-14 Tom Tromey <tromey@adacore.com>
3714
3715 * gdb.ada/formatted_ref.exp (test_p_x_addr): Check
3716 'unchecked_access and 'unrestricted_access as well.
3717
9a9e394b
TT
37182019-06-14 Tom Tromey <tromey@adacore.com>
3719
3720 PR ada/24539:
3721 * gdb.ada/vla.exp: Update tests.
3722 * gdb.ada/vla/vla.adb (Record_Type): Use No_Component_Reordering
3723 pragma.
3724
4c048731
PA
37252019-06-13 Pedro Alves <palves@redhat.com>
3726
3727 * gdb.base/settings.exp (test-integer): Test junk after
3728 "unlimited".
3729
6665660a
PA
37302019-06-13 Pedro Alves <palves@redhat.com>
3731
3732 * gdb.base/options.exp (test-thread-apply): New.
3733 (top level): Call it.
3734
5d707134
PA
37352019-06-13 Pedro Alves <palves@redhat.com>
3736
3737 * gdb.base/options.exp (test-frame-apply): New.
3738 (top level): Test print commands with different "frame apply"
3739 prefixes.
3740
e2a689da
PA
37412019-06-13 Pedro Alves <palves@redhat.com>
3742
e79be6e5 3743 * lib/completion-support.exp (test_gdb_complete_tab_multiple)
e2a689da
PA
3744 (test_gdb_complete_cmd_multiple, test_gdb_complete_multiple): Add
3745 'max_completions' parameter and handle it.
3746 (test_gdb_completion_offers_commands): New.
3747
90a1ef87
PA
37482019-06-13 Pedro Alves <palves@redhat.com>
3749
3750 * gdb.base/options.exp (test-backtrace): Test completing qualifiers.
3751
d4c16835
PA
37522019-06-13 Pedro Alves <palves@redhat.com>
3753
3754 * gdb.base/options.exp (test-backtrace): New.
3755 (top level): Call it.
3756
2daf894e
PA
37572019-06-13 Pedro Alves <palves@redhat.com>
3758
3759 * gdb.guile/scm-frame-args.exp: Use "set print
3760 raw-frame-arguments" instead of "set print raw frame-arguments".
3761 * gdb.python/py-frame-args.exp: Likewise.
3762
e6ed716c
PA
37632019-06-13 Pedro Alves <palves@redhat.com>
3764
3765 * gdb.compile/compile.exp: Adjust expected output to option
3766 processing changes.
3767
7d8062de
PA
37682019-06-13 Pedro Alves <palves@redhat.com>
3769
3770 * gdb.base/options.exp: Build executable.
3771 (test-print): New procedure.
3772 (top level): Call it, once for "print" and another for "compile
3773 print".
3774
9d0faba9
PA
37752019-06-13 Pedro Alves <palves@redhat.com>
3776
3777 * gdb.base/options.c: New file.
3778 * gdb.base/options.exp: New file.
3779
dee7b4c8
PA
37802019-06-13 Pedro Alves <palves@redhat.com>
3781
3782 * gdb.base/settings.exp (test-boolean, test-auto-boolean): Check
3783 that "o" is ambiguous.
3784
dca0f6c0
PA
37852019-06-13 Pedro Alves <palves@redhat.com>
3786
3787 * gdb.base/settings.c: New file.
3788 * gdb.base/settings.exp: New file.
3789
ccf46844
PA
37902019-06-13 Pedro Alves <palves@redhat.com>
3791
3792 * gdb.base/completion.exp: Fix comment typo.
3793
b9a3f842
PA
37942019-06-13 Pedro Alves <palves@redhat.com>
3795
3796 * gdb.multi/tids.exp: Adjust expected output. Add "thread apply 1
3797 foo --1" test.
3798
d106773e
PA
37992019-06-11 Bernhard Heckel <bernhard.heckel@intel.com>
3800
3801 * gdb.fortran/block-data.f: New.
3802 * gdb.fortran/block-data.exp: New.
3803
fea82da0
TV
38042019-06-11 Tom de Vries <tdevries@suse.de>
3805
3806 PR testsuite/24521
3807 * gdb.multi/remove-inferiors.exp: Allow "Expanding full symbols"
3808 message.
3809
8c2e74f1
TV
38102019-06-11 Tom de Vries <tdevries@suse.de>
3811
3812 PR testsuite/24521
3813 * gdb.dwarf2/nonvar-access.exp: Fix main high_pc.
3814
b49851c8
TV
38152019-06-11 Tom de Vries <tdevries@suse.de>
3816
3817 * boards/readnow.exp: New file.
3818
a7067863
AB
38192019-06-10 Andrew Burgess <andrew.burgess@embecosm.com>
3820
3821 * gdb.fortran/vla-sizeof.exp: Update expected results.
3822
1a3da2cd
AB
38232019-06-06 Amos Bird <amosbird@gmail.com>
3824
3825 * gdb.base/annota1.exp (thread_switch): Add test for
3826 thread-exited annotation.
3827
3847a7bf
TT
38282019-06-06 Tom Tromey <tromey@adacore.com>
3829
3830 * gdb.base/maint.exp: Expect command started/finished output.
3831
0088ba59
AB
38322019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
3833
3834 * gdb.arch/riscv-unwind-long-insn-6.s: Remove use of 'I' in
3835 comment.
3836 * gdb.arch/riscv-unwind-long-insn-8.s: Likewise.
3837
312617a3
AB
38382019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
3839
3840 * gdb.arch/riscv-unwind-long-insn-6.s: New file.
3841 * gdb.arch/riscv-unwind-long-insn-8.s: New file.
3842 * gdb.arch/riscv-unwind-long-insn.c: New file.
3843 * gdb.arch/riscv-unwind-long-insn.exp: New file.
3844
e1f2e1a2
CB
38452019-06-04 Christian Biesinger <cbiesinger@google.com>
3846
d3238f7d 3847 * gdb.python/py-type.exp: Test for new gdb.Type.objfile property.
e1f2e1a2 3848
206584bd
PW
38492019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3850
3851 * lib/gdb.exp (help_list_trailer): New regexp variable
3852 factorizing the help trailer message.
3853 (test_class_help): Use help_list_trailer. Add LIST_OF_COMMANDS
3854 arg to allow to better factorize various tests.
3855 (test_user_defined_class_help): Factorizes testing 'help user-defined'.
3856 (test_prefix_command_help): Use help_list_trailer.
3857 * gdb.python/py-cmd.exp: Use test_user_defined_class_help.
3858 * gdb.guile/scm-cmd.exp: Likewise.
3859 * gdb.trace/tracecmd.exp: Update caller of test_class_help.
3860 * gdb.base/help.exp: Use test_user_defined_class_help.
3861 * gdb.base/style.exp: Add tests for styling of help and apropos.
3862 * lib/gdb-utils.exp (style): Add title and highlight styles.
3863
708dc93e
PW
38642019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3865
3866 * gdb.base/shell.exp: Test pipe command, $_shell_exitcode,
3867 $_shell_exitsignal.
3868 * gdb.base/default.exp: Update for new convenience variables.
3869
f49055a5
TT
38702019-05-29 Tom Tromey <tromey@adacore.com>
3871
3872 * gdb.ada/complete.exp (test_gdb_no_completion): Add "/" and "-"
3873 to "break complete ada" test case's regexp.
3874
4330d61d
TT
38752019-05-29 Tom Tromey <tromey@adacore.com>
3876
3877 PR c++/20020:
3878 * gdb.cp/constexpr-field.exp: New file.
3879 * gdb.cp/constexpr-field.cc: New file.
3880
000439d5
TT
38812019-05-29 Tom Tromey <tromey@adacore.com>
3882
3883 * gdb.base/finish.exp (finish_no_print): New proc.
3884 (finish_tests): Call it.
3885
5a01c34c
TV
38862019-05-24 Tom de Vries <tdevries@suse.de>
3887
3888 * gdb.dwarf2/gdb-add-index.exp: New file.
3889
18125b16
TT
38902019-05-22 Tom Tromey <tromey@adacore.com>
3891
3892 * gdb.base/info-shared.exp (check_info_shared): Use "style".
3893 * gdb.base/style.exp: Use "style".
3894 * lib/gdb-utils.exp (style): New proc.
3895
af1a8d03
TV
38962019-05-22 Tom de Vries <tdevries@suse.de>
3897
3898 * gdb.base/align.exp: Require c++11.
3899
e7fe496b
TV
39002019-05-22 Tom de Vries <tdevries@suse.de>
3901
3902 PR testsuite/24586
3903 * gdb.python/py-mi-var-info-path-expression.exp: Call
3904 mi_skip_python_tests to check if python is supported.
3905
8fca4da0
AH
39062019-05-22 Alan Hayward <alan.hayward@arm.com>
3907
3908 * gdb.arch/aarch64-pauth.c: New test.
3909 * gdb.arch/aarch64-pauth.exp: New file.
3910
b7060614
AH
39112019-05-22 Alan Hayward <alan.hayward@arm.com>
3912
3913 * README (Re-running Tests Outside The Testsuite): New section.
3914
669d0468
TV
39152019-05-21 Tom de Vries <tdevries@suse.de>
3916
3917 * gdb.arch/amd64-eval.exp: Require c++11.
3918 * gdb.base/max-depth.exp: Same.
3919 * gdb.compile/compile-cplus-array-decay.exp: Same.
3920 * gdb.cp/meth-typedefs.exp: Same.
3921 * gdb.cp/subtypes.exp: Same.
3922 * gdb.cp/temargs.exp: Same.
3923
ce3ebcaa
AH
39242019-05-21 Alan Hayward <alan.hayward@arm.com>
3925
3926 * lib/gdbserver-support.exp (gdbserver_run): Mark kill as optional.
3927
34d11c68
AB
39282019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
3929
3930 PR gdb/18644
3931 * gdb.fortran/complex.exp: Remove setup_kfail calls.
3932 * gdb.fortran/printing-types.exp: Add new test.
3933 * gdb.fortran/printing-types.f90: Add 16-byte real variable for
3934 testing.
3935 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Remove
3936 setup_kfail call.
3937
87781e84
AH
39382019-05-17 Alan Hayward <alan.hayward@arm.com>
3939
3940 * README (Running the Testsuite): Change example.
3941 (Testsuite Parameters): Remove TRANSCRIPT.
3942 * lib/gdb.exp: Remove TRANSCRIPT check.
3943
b420b89e
AH
39442019-05-17 Alan Hayward <alan.hayward@arm.com>
3945
3946 * README (Testsuite Parameters): Add replay logging to
3947 GDBSERVER_DEBUG.
3948 (gdbserver,debug): Refer to GDBSERVER_DEBUG.
3949 * lib/gdbserver-support.exp (gdbserver_start): Treat gdbserverdebug
3950 as a comma separated list.
3951 (gdb_debug_init): Override procedure.
3952
408e9b8b
AH
39532019-05-17 Alan Hayward <alan.hayward@arm.com>
3954
3955 * lib/gdb.exp (default_gdb_spawn): Call gdb_write_cmd_file.
3956 (gdb_write_cmd_file): New procedure.
3957 * lib/gdbserver-support.exp (gdbserver_start): Call
3958 gdbserver_write_cmd_file.
3959 (gdbserver_write_cmd_file): New procedure.
3960
f9e2e39d
AH
39612019-05-17 Alan Hayward <alan.hayward@arm.com>
3962
3963 * lib/gdb.exp (gdb_unload): Mark Y as an answer.
3964 (delete_breakpoints): Likewise.
3965 (gdb_run_cmd): Likewise.
3966 (gdb_start_cmd): Likewise.
3967 (gdb_starti_cmd): Likewise.
3968 (gdb_internal_error_resync): Likewise.
3969 (gdb_test_multiple): Likewise.
3970 (gdb_reinitialize_dir): Likewise.
3971 (default_gdb_exit): Likewise.
3972 (gdb_file_cmd): Mark kill as optional.
3973 (default_gdb_start): Call gdb_stdin_log_init.
3974 (send_gdb): Call gdb_stdin_log_write.
3975 (rerun_to_main): Mark Y as an answer.
3976 (gdb_stdin_log_init): New function.
3977 (gdb_stdin_log_write): Likewise.
3978
81f47ac2
AH
39792019-05-17 Alan Hayward <alan.hayward@arm.com>
3980
3981 * gdb.base/breakpoint-in-ro-region.exp: Disable when debugging.
3982 * gdb.base/debug-expr.exp: Likewise.
3983 * gdb.base/foll-fork.exp: Likewise.
3984 * gdb.base/foll-vfork.exp: Likewise.
3985 * gdb.base/fork-print-inferior-events.exp: Likewise.
3986 * gdb.base/gdb-sigterm.exp: Likewise.
3987 * gdb.base/gdbinit-history.exp: Likewise.
3988 * gdb.base/osabi.exp: Likewise.
3989 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
3990 * gdb.base/ui-redirect.exp: Likewise.
3991 * gdb.gdb/unittest.exp: Likewise.
3992 * gdb.mi/mi-break.exp: Disable separate-mi-tty when debugging.
3993 * gdb.mi/mi-watch.exp: Likewise.
3994 * gdb.mi/new-ui-mi-sync.exp: Likewise.
3995 * gdb.mi/user-selected-context-sync.exp: Likewise.
3996 * gdb.python/python.exp: Disable debug test when debugging.
3997 * gdb.threads/check-libthread-db.exp: Disable when debugging.
3998 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
3999 Likewise.
4000 * gdb.threads/stepi-random-signal.exp: Likewise.
4001
29b52314
AH
40022019-05-17 Alan Hayward <alan.hayward@arm.com>
4003
4004 * Makefile.in: Pass through GDB_DEBUG.
4005 * README (Testsuite Parameters): Add GDB_DEBUG.
81f47ac2
AH
4006 (gdb,debug): Add board setting.
4007 * lib/gdb.exp (default_gdb_start): Start debugging.
4008 (gdb_debug_enabled): New procedure.
4009 (gdb_debug_init): Likewise.
29b52314
AH
4010
40112019-05-17 Alan Hayward <alan.hayward@arm.com>
e79be6e5 4012
29b52314
AH
4013 * Makefile.in: Pass through GDB_DEBUG.
4014 * README (Testsuite Parameters): Add GDB_DEBUG.
81f47ac2
AH
4015 (gdb,debug): Add board setting.
4016 * lib/gdb.exp (default_gdb_start): Start debugging.
4017 (gdb_debug_enabled): New procedure.
4018 (gdb_debug_init): Likewise.
29b52314 4019
ca1285d1
AH
40202019-05-17 Alan Hayward <alan.hayward@arm.com>
4021
4022 * gdb.base/ui-redirect.exp: Add debug redirect tests.
4023
f3a09c80
AH
40242019-05-17 Alan Hayward <alan.hayward@arm.com>
4025
4026 * gdb.base/ui-redirect.exp: Test redirection.
4027
26648588
JV
40282019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
4029
4030 * gdb.mi/mi-complete.exp: New file.
4031 * gdb.mi/mi-complete.cc: Likewise.
4032
14237686
AB
40332019-05-15 Bernhard Heckel <bernhard.heckel@intel.com>
4034
4035 * gdb.fortran/vla-sizeof.exp: Add tests of sizeof applied to
4036 indexed and sliced arrays, and pointers to arrays.
4037
e7bd7fba
TT
40382019-05-14 Tom Tromey <tromey@adacore.com>
4039
4040 * gdb.base/info-shared.exp (check_info_shared): Add "info shared"
4041 styling test.
4042
2764128d
TV
40432019-05-14 Tom de Vries <tdevries@suse.de>
4044
4045 * gdb.dwarf2/dw2-skip-prologue.S (.debug_loc): Fix base address
4046 selection entry encoding.
4047
71bed2db
TT
40482019-05-10 Tom Tromey <tromey@adacore.com>
4049
4050 * gdb.ada/info_exc.exp: Add "complete" test.
4051
63b667ad
TV
40522019-05-09 Tom de Vries <tdevries@suse.de>
4053
4054 * gdb.arch/amd64-tailcall-self.S: Make DW_FORM_ref4 references
4055 CU-relative.
4056
9cfd2b89
TV
40572019-05-09 Tom de Vries <tdevries@suse.de>
4058
4059 * gdb.arch/amd64-entry-value-paramref.S: Make DW_FORM_ref4 references
4060 CU-relative.
4061
2228ef77
XR
40622019-05-08 Joel Brobecker <brobecker@adacore.com>
4063
4064 * gdb.ada/frame_arg_lang.exp: New testcase.
4065 * gdb.ada/frame_arg_lang/bla.adb: New file.
4066 * gdb.ada/frame_arg_lang/pck.ads: New file.
4067 * gdb.ada/frame_arg_lang/pck.adb: New file.
4068 * gdb.ada/frame_arg_lang/foo.c: New file.
4069
80e55b13
TT
40702019-05-08 Tom Tromey <tromey@adacore.com>
4071
4072 * gdb.python/py-value.exp (test_value_in_inferior): Add Ada test.
4073
9d3421af
TT
40742019-05-08 Tom Tromey <tromey@adacore.com>
4075
4076 * gdb.base/ptype-offsets.exp: Update tests.
4077
844333e2
TT
40782019-05-08 Tom Tromey <tromey@adacore.com>
4079
4080 * gdb.base/ptype-offsets.exp: Use string_to_regexp. Fix test
4081 cases.
4082 * gdb.base/ptype-offsets.cc (struct abc) <my_int_type>: Now
4083 "short".
4084
988915ee
TT
40852019-05-08 Tom Tromey <tromey@adacore.com>
4086
4087 * gdb.ada/vla.exp: New file.
4088 * gdb.ada/vla/vla.adb: New file.
4089
7bd55dac
TV
40902019-05-07 Tom de Vries <tdevries@suse.de>
4091
4092 * gdb.base/index-cache.exp (ls_host): Fix return statement.
4093
75f06e9d
TV
40942019-05-07 Tom de Vries <tdevries@suse.de>
4095
4096 PR testsuite/24522
4097 * gdb.dlang/watch-loc.c: Fix debug_info_offset in .debug_aranges
4098 section.
4099
77e7aaa4
TV
41002019-05-07 Tom de Vries <tdevries@suse.de>
4101
4102 PR testsuite/24522
4103 * gdb.dwarf2/dw2-case-insensitive-debug.S: Fix debug_info_offset in
4104 .debug_aranges section.
4105
456ba0fa
TV
41062019-05-07 Tom de Vries <tdevries@suse.de>
4107
4108 PR testsuite/24159
4109 * lib/dwarf.exp: Fix handling of DW_FORM_ref_addr.
4110
5a56d6a6
TV
41112019-05-06 Tom de Vries <tdevries@suse.de>
4112
4113 * lib/gdb.exp (exec_has_index_section): New proc.
4114 * gdb.base/index-cache.exp: Handle case that binfile contains an index
4115 section.
4116
9d6d4be8
TV
41172019-05-04 Tom de Vries <tdevries@suse.de>
4118
4119 * boards/cc-with-debug-names.exp: New file.
4120
222a8d25
TT
41212019-05-03 Tom Tromey <tromey@adacore.com>
4122
4123 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): New type.
4124 * gdb.ada/char_enum/foo.adb: Use Global_Enum_Type.
4125 * gdb.ada/char_enum.exp: Add test.
4126
0fdfd794
TV
41272019-05-03 Tom de Vries <tdevries@suse.de>
4128
4129 * boards/cc-with-gdb-index.exp: New file.
4130
80062eb9
AB
41312019-05-02 Andrew Burgess <andrew.burgess@embecosm.com>
4132
4133 * gdb.rust/simple.exp: Add new test case.
4134 * gdb.rust/simple.rs (struct StringAtOffset): New struct.
4135 (main): Initialise an instance of the new struct.
4136
4504bbde
TT
41372019-05-01 Tom Tromey <tromey@adacore.com>
4138
4139 * gdb.ada/packed_array_assign/aggregates.ads (Nested_Packed): New
4140 record.
4141 (NPR): New variable.
4142 * gdb.ada/packed_array_assign.exp: Add nested packed assignment
4143 test.
4144
d48e62f4
TT
41452019-05-01 Tom Tromey <tromey@adacore.com>
4146
4147 * gdb.ada/packed_array_assign.exp: Add packed assignment
4148 regression test.
4149
f59f30f5
TV
41502019-05-01 Tom de Vries <tdevries@suse.de>
4151
4152 * boards/cc-with-tweaks.exp: Generate gdb.sh, and pass it in env(GDB).
4153
b70bfc54
TV
41542019-05-01 Tom de Vries <tdevries@suse.de>
4155
4156 * boards/dwarf4-gdb-index.exp: Use cc-with-tweaks.exp.
4157
15f18d14
AT
41582019-04-30 Ali Tamur <tamur@google.com>
4159
4160 * lib/dwarf.exp(): Added DW_FORM_strx1-4.
4161
2ff0a947
TT
41622019-04-30 Tom Tromey <tromey@adacore.com>
4163
4164 * lib/ada.exp (find_ada_tool): New proc.
4165 * lib/gdb.exp (gdb_compile_shlib): Allow .o files as inputs.
4166 * gdb.ada/catch_ex_std.exp: New file.
4167 * gdb.ada/catch_ex_std/foo.adb: New file.
4168 * gdb.ada/catch_ex_std/some_package.adb: New file.
4169 * gdb.ada/catch_ex_std/some_package.ads: New file.
4170
a776957c
TT
41712019-04-30 Tom Tromey <tromey@adacore.com>
4172
4173 PR c++/24470:
4174 * gdb.cp/temargs.cc: Add test code from PR.
4175
bc68014d
AB
41762019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4177
4178 * gdb.fortran/vla-datatypes.exp: Update expected results.
4179 * gdb.fortran/vla-ptype.exp: Likewise.
4180 * gdb.fortran/vla-type.exp: Likewise.
4181 * gdb.fortran/vla-value.exp: Likewise.
4182
f1fdc960
AB
41832019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4184
4185 * gdb.fortran/ptr-indentation.exp: Update expected results.
4186 * gdb.fortran/ptype-on-functions.exp: Likewise.
4187 * gdb.fortran/vla-ptr-info.exp: Likewise.
4188 * gdb.fortran/vla-value.exp: Likewise.
4189
bf7a4de1
AB
41902019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4191
4192 * gdb.fortran/ptype-on-functions.exp: New file.
4193 * gdb.fortran/ptype-on-functions.f90: New file.
4194
bbe75b9d
AB
41952019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4196
4197 * gdb.fortran/exprs.exp (test_convenience_variables): Expect lower
4198 case void string.
4199
1db455a7
AB
42002019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4201
4202 * gdb.fortran/complex.exp: Expand.
4203 * gdb.fortran/complex.f: Renamed to...
4204 * gdb.fortran/complex.f90: ...this, and extended to add more
4205 complex values.
4206
b6d03bb2
AB
42072019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4208
4209 * gdb.fortran/intrinsics.exp: Extend to cover MOD, CEILING, FLOOR,
4210 MODULO, CMPLX.
4211
2e62ab40
AB
42122019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
4213 Richard Bunt <richard.bunt@arm.com>
4214
4215 * gdb.base/max-depth.c: New file.
4216 * gdb.base/max-depth.exp: New file.
4217 * gdb.python/py-nested-maps.c: New file.
4218 * gdb.python/py-nested-maps.exp: New file.
4219 * gdb.python/py-nested-maps.py: New file.
4220 * gdb.python/py-format-string.exp (test_max_depth): New proc.
4221 (test_all_common): Call test_max_depth.
4222 * gdb.fortran/max-depth.exp: New file.
4223 * gdb.fortran/max-depth.f90: New file.
4224 * gdb.go/max-depth.exp: New file.
4225 * gdb.go/max-depth.go: New file.
4226 * gdb.modula2/max-depth.exp: New file.
4227 * gdb.modula2/max-depth.c: New file.
4228 * lib/gdb.exp (get_print_expr_at_depths): New proc.
4229
d2b584a5
TV
42302019-04-29 Tom de Vries <tdevries@suse.de>
4231
4232 * lib/opencl.exp (skip_opencl_tests): Add missing "with" in regexp.
4233
136afab8
PW
42342019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4235
4236 * gdb.base/callexit.exp: Test may-call-functions off.
4237
725cbb63
KS
42382019-04-25 Keith Seitz <keiths@redhat.com>
4239
4240 PR c++/24367
4241 * gdb.cp/meth-typedefs.cc (incomplete_struct)
4242 (another_incomplete_struct, test_incomplete): New definitions.
4243 (main): Use new definitions.
4244 * gdb.cp/meth-typedefs.exp: Add new tests for `test_incomplete'
4245 functions.
4246
701adfb0
PA
42472019-04-25 Ali Tamur <tamur@google.com>
4248
4249 * lib/dwarf.exp (_handle_DW_FORM): Add DW_FORM_strx.
4250
82433e3e
SDJ
42512019-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
4252
4253 PR corefiles/11608
4254 PR corefiles/18187
4255 * gdb.base/coredump-filter-build-id.exp: New file.
4256
dd06d4d6
AH
42572019-04-25 Alan Hayward <alan.hayward@arm.com>
4258
e79be6e5
SM
4259 * Makefile.in: Pass through GDBSERVER_DEBUG.
4260 * README (Testsuite Parameters): Add GDBSERVER_DEBUG.
4261 (gdbserver,debug): Add board setting.
4262 * gdb.trace/tspeed.exp: Skip when debugging.
4263 * lib/gdb.exp (gdbserver_debug_enabled): New procedure.
4264 * lib/gdbserver-support.exp: Likewise
dd06d4d6 4265
1670072e
TT
42662019-04-24 Tom Tromey <tromey@adacore.com>
4267
4268 * lib/gdb.exp (gdb_compile): Don't add -fno-stack-protector for
4269 Rust.
4270
a59240a4
TT
42712019-04-24 Tom Tromey <tromey@adacore.com>
4272
4273 * gdb.arch/amd64-eval.exp: Test bitfield return.
4274 * gdb.arch/amd64-eval.cc (struct Bitfields): New.
4275 (class Foo) <return_bitfields>: New method.
4276 (main): Call it.
4277
b907456c
AB
42782019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
4279
4280 * gdb.cp/many-args.cc: New file.
4281 * gdb.cp/many-args.exp: New file.
4282
5c565afd
TV
42832019-04-23 Tom de Vries <tdevries@suse.de>
4284
4285 PR gdb/24433
4286 * gdb.btrace/reconnect.exp: Fix stepi 19 pattern.
4287
ba22ff86
AH
42882019-04-23 Alan Hayward <alan.hayward@arm.com>
4289
4290 * gdb.trace/backtrace.exp: Use nopie flag.
4291 * gdb.trace/circ.exp: Likewise.
4292 * gdb.trace/collection.exp: Likewise.
4293 * gdb.trace/ftrace.exp: Likewise.
4294 * gdb.trace/mi-trace-unavailable.exp: Likewise.
4295 * gdb.trace/mi-traceframe-changed.exp: Likewise.
4296 * gdb.trace/qtro.exp: Likewise.
4297 * gdb.trace/read-memory.exp: Likewise.
4298 * gdb.trace/report.exp: Likewise.
4299 * gdb.trace/tfile.exp: Likewise.
4300 * gdb.trace/tfind.exp: Likewise.
4301 * gdb.trace/unavailable.exp: Likewise.
4302
7905fc35
PA
43032019-04-22 Pedro Alves <palves@redhat.com>
4304
4305 * gdb.base/solib-probes-nosharedlibrary.c,
4306 gdb.base/solib-probes-nosharedlibrary.exp: New files.
4307
8ecb59f8
TT
43082019-04-19 Tom Tromey <tromey@adacore.com>
4309
4310 * gdb.ada/ptype_union.c: New file.
4311 * gdb.ada/ptype_union.exp: New file.
4312
62160ec9
TT
43132019-04-19 Tom Tromey <tromey@adacore.com>
4314
4315 PR symtab/24423:
4316 * gdb.base/list0.h (foo): Add a control-l character.
4317
36cd4ba5
TV
43182019-04-18 Tom de Vries <tdevries@suse.de>
4319
4320 PR gdb/24433
4321 * boards/local-board.exp: Set sysroot to "".
4322
b73715df
TV
43232019-04-18 Tom de Vries <tdevries@suse.de>
4324 Pedro Alves <palves@redhat.com>
4325
4326 PR gdb/24454
4327 * gdb.threads/vfork-follow-child-exec.c: New file.
4328 * gdb.threads/vfork-follow-child-exec.exp: New file.
4329 * gdb.threads/vfork-follow-child-exit.c: New file.
4330 * gdb.threads/vfork-follow-child-exit.exp: New file.
4331
4aa866af
LS
43322019-04-15 Leszek Swirski <leszeks@google.com>
4333
4334 * gdb.arch/amd64-eval.cc: New file.
4335 * gdb.arch/amd64-eval.exp: New file.
4336
e5a1a79a
AH
43372019-04-11 Alan Hayward <alan.hayward@arm.com>
4338
4339 * gdb.server/sysroot.c: New test.
4340 * gdb.server/sysroot.exp: New file.
4341 * lib/gdbserver-support.exp (gdb_target_cmd): Add additional text
4342 matching param.
4343
41077b66
AB
43442019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
4345
4346 * gdb.base/align.exp: Extend test to cover structures containing
4347 only static fields.
4348
c30391f8
TV
43492019-04-11 Tom de Vries <tdevries@suse.de>
4350
4351 * boards/cc-with-dwz-m.exp: New file.
4352 * boards/cc-with-dwz.exp: New file.
4353 * boards/cc-with-tweaks.exp: Note that check-gdb doesn't work.
4354
e242fd12
SM
43552019-04-09 Simon Marchi <simon.marchi@efficios.com>
4356
4357 * gdb.base/start-cpp.exp: New file.
4358 * gdb.base/start-cpp.cc: New file.
4359
2b0c8b01
KB
43602019-04-08 Kevin Buettner <kevinb@redhat.com>
4361
4362 * gdb.python/py-thrhandle.exp: Adjust tests to call
4363 thread_from_handle instead of thread_from_thread_handle.
4364
947210e5
KB
43652019-04-08 Kevin Buettner <kevinb@redhat.com>
4366
4367 * gdb.python/py-thrhandle.exp: Add tests for
4368 gdb.InferiorThread.handle.
4369
d7df6549
AB
43702019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
4371
4372 * gdb.python/py-function.exp: Check calling helper function from
4373 all languages.
4374 * lib/gdb.exp (gdb_supported_languages): New proc.
4375
8bdc1658
AB
43762019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
4377
4378 * gdb.base/complex-parts.c: New file.
4379 * gdb.base/complex-parts.exp: New file.
4380
05caa1d2
TT
43812019-04-01 Tom Tromey <tromey@adacore.com>
4382
4383 PR symtab/23331:
4384 * gdb.dwarf2/dw2-ranges-main.c: New file.
4385 * gdb.dwarf2/dw2-ranges-psym.c: New file.
4386 * gdb.dwarf2/dw2-ranges-psym.exp: New file.
4387
7734102d
EZ
43882019-03-30 Simon Marchi <simark@simark.ca>
4389
4390 * gdb.base/default.exp: Add values for $_gdb_major and
4391 $_gdb_minor.
4392
188e1fa9
TT
43932019-03-29 Tom Tromey <tromey@adacore.com>
4394
4395 * gdb.base/help.exp: Tighten apropos regexp.
4396
2880242d
KS
43972019-03-29 Keith Seitz <keiths@redhat.com>
4398
4399 * gdb.fortran/array-bounds.exp: New file.
4400 * gdb.fortran/array-bounds.f90: New file.
4401
077cad8e
PW
44022019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4403
4404 * gdb.multi/multi-term-settings.c (main): Increase alarm timer.
4405
80047cfc
PW
44062019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4407
4408 * gdb.multi/hello.c (main): Increase alarm timer.
4409
f489207e
SL
44102019-03-28 Sandra Loosemore <sandra@codesourcery.com>
4411
4412 * gdb.threads/watchpoint-fork.exp (test): Use large timeout
4413 factor when no hardware watchpoint support.
4414
c92df149
AH
44152019-03-28 Alan Hayward <alan.hayward@arm.com>
4416 Pedro Alves <palves@redhat.com>
4417
4418 * boards/local-board.exp: set sysroot to /.
4419
933aebfa
AH
44202019-03-27 Alan Hayward <alan.hayward@arm.com>
4421
4422 * gdb.base/interrupt-daemon-attach.c (main): Add alarm and sleep
4423 in child.
4424
9f9aa852
AB
44252019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
4426
4427 * gdb.python/py-prettyprint.c (struct container) <is_map_p>: New
4428 field.
4429 (make_container): Initialise new field.
4430 * gdb.python/py-prettyprint.exp: Add new tests.
4431 * gdb.python/py-prettyprint.py (class ContainerPrinter)
4432 <display_hint>: New method.
4433
3714a195
AB
44342019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
4435
4436 * gdb.python/py-prettyprint.exp: Use gdb_breakpoint and
4437 gdb_continue_to_breakpoint more throughout this test.
4438 (run_lang_tests) Supply unique test names, and use
4439 gdb_test_no_output.
4440
18c77628
AB
44412019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
4442
4443 * gdb.base/finish-pretty.exp: Update expected results.
4444 * gdb.base/pretty-print.c: New file.
4445 * gdb.base/pretty-print.exp: New file.
4446
9a93502f
PA
44472019-03-25 Pedro Alves <palves@redhat.com>
4448
4449 * lib/gdb.exp (gdb_test_multiple): Split appends to $code and
4450 move comments outside list. Append '-i "" eof' section.
4451
968aa7ae
AH
44522019-03-22 Alan Hayward <alan.hayward@arm.com>
4453
34a7f2a4 4454 PR testsuite/25016
968aa7ae
AH
4455 * README: Add pie options.
4456 * gdb.base/break-interp.exp: Ensure pie is disabled.
4457 * gdb.base/dump.exp: Likewise.
4458 * lib/gdb.exp (gdb_compile): Add pie option.
4459
4c7d57e7
TT
44602019-03-19 Tom Tromey <tromey@adacore.com>
4461
4462 * gdb.mi/mi2-cli-display.c: New file.
4463 * gdb.mi/mi2-cli-display.exp: New file.
4464
bff8c71f
TT
44652019-03-18 Joel Brobecker <brobecker@adacore.com>
4466 Tom Tromey <tromey@adacore.com>
4467
4468 * gdb.ada/ptype_array/pck.adb: New file.
4469 * gdb.ada/ptype_array/pck.ads: New file.
4470 * gdb.ada/ptype_array/foo.adb: New file.
4471 * gdb.ada/ptype_array.exp: New file.
4472
d085f989
TT
44732019-03-14 Tom Tromey <tromey@adacore.com>
4474
4475 * gdb.base/style.exp: Add "set style sources" test.
4476
b4be1b06
SM
44772019-03-13 Simon Marchi <simon.marchi@ericsson.com>
4478
4479 * mi-breakpoint-location-ena-dis.exp: Rename to ...
4480 * mi-breakpoint-multiple-locations.exp: ... this.
4481 (make_breakpoints_pattern): New proc.
4482 (do_test): Add mi_version parameter, test -break-insert,
4483 -break-info and =breakpoint-created.
4484
7cde5fc2
AB
44852019-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
4486
4487 * config/default.exp: Remove 'load_lib gdb.exp'.
4488 * config/monitor.exp: Likewise.
4489 * config/sid.exp: Likewise.
4490 * config/sim.exp: Likewise.
4491 * config/slite.exp: Likewise.
4492 * config/unix.exp: Likewise.
4493 * gdb.base/default.exp: Remove unhelpful comment.
4494
efbecbc1
AB
44952019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4496
4497 * gdb.fortran/type-kinds.exp: Extend to cover TYPE*SIZE cases.
4498
0841c79a
AB
44992019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4500
4501 * gdb.fortran/intrinsics.exp: Extend to cover ABS.
4502
4a270568
AB
45032019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4504
4505 * gdb.fortran/type-kinds.exp: Update expected results.
4506
067630bd
AB
45072019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4508
4509 * gdb.fortran/type-kinds.exp: Test new integer type kind.
4510
3be47f7a
AB
45112019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4512
4513 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): New
4514 function.
4515 (test_basic_parsing_of_type_kinds): Expand types tested.
4516 (test_parsing_invalid_type_kinds): New function.
4517
4d00f5d8
AB
45182019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4519
4520 * gdb.fortran/intrinsics.exp: New file.
4521 * gdb.fortran/intrinsics.f90: New file.
4522 * gdb.fortran/type-kinds.exp: New file.
4523
c8f91604
AB
45242019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4525
4526 * gdb.fortran/dot-ops.exp: New file.
4527
dd9f2c76
AB
45282019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4529
4530 * gdb.fortran/types.exp (test_logical_literal_types_accepted):
4531 Check upper and lower case logical literals.
4532
84ec9724
AB
45332019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4534
4535 * gdb.fortran/types.exp (test_float_literal_types_accepted):
4536 Remove duplicate tests.
4537
c3734e09
AH
45382019-03-06 Alan Hayward <alan.hayward@arm.com>
4539
4540 * lib/gdb.exp (builtin_cd): rename of cd.
4541 (cd): Override builtin.
4542
aa3cfbda
RB
45432019-03-06 Richard Bunt <richard.bunt@arm.com>
4544
4545 * gdb.fortran/function-calls.exp: New file.
4546 * gdb.fortran/function-calls.f90: New test.
4547
7b63ad86
RB
45482019-03-04 Richard Bunt <richard.bunt@arm.com>
4549
4550 * gdb.fortran/short-circuit-argument-list.exp: Remove reliance
4551 on user program standard output.
4552 * gdb.fortran/short-circuit-argument-list.f90: Record function
4553 calls.
4554
01abb042
AH
45552019-02-28 Alan Hayward <alan.hayward@arm.com>
4556
c3734e09
AH
4557 * lib/gdbserver-support.exp (gdbserver_start): Check for listen
4558 failure.
01abb042 4559
92137da0
RO
45602019-02-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4561
4562 PR gdb/8527
4563 * gdb.base/interrupt-daemon-attach.c,
4564 gdb.base/interrupt-daemon-attach.exp: New test.
4565
5862844d
PA
45662019-02-27 Pedro Alves <palves@redhat.com>
4567
4568 * gdb.base/page.exp: Add tests for "set width/height -1".
4569
8ed25214
PA
45702019-02-27 Pedro Alves <palves@redhat.com>
4571
4572 * gdb.base/page.exp: Add tests for "set/show width/height" with
4573 "infinite" values.
4574
6c28e44a
TT
45752019-02-27 Tom Tromey <tromey@adacore.com>
4576
4577 * lib/gdb.exp (skip_python_tests_prompt): Don't check for Python
4578 2.4.
4579 * gdb.python/py-finish-breakpoint.exp: Remove Python 2.4
4580 workaround.
4581
bf9a735e
AB
45822019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
4583
4584 * gdb.base/align.exp: Extend to compile in both C and C++, and add
4585 tests for structs with static members.
4586
8791793c
TT
45872019-02-26 Tom Tromey <tromey@adacore.com>
4588
4589 * gdb.python/py-value.exp (test_value_from_buffer): Check for
4590 ValueError, not TypeError.
4591
bc2a507e
KB
45922019-02-26 Kevin Buettner <kevinb@redhat.com>
4593
4594 * gdb.python/py-value.exp (test_value_from_buffer): New proc with
4595 call from main program.
4596
e0e7d3bd
JB
45972019-02-23 Joel Brobecker <brobecker@adacore.com>
4598
4599 * gdb.ada/mi_ref_changeable.exp: Update copyright year range.
4600 * gdb.ada/mi_ref_changeable/foo_rb20_056.adb: Likewise.
4601 * gdb.ada/mi_ref_changeable/pck.adb: Likewise.
4602 * gdb.ada/mi_ref_changeable/pck.ads: Likewise.
4603 * gdb.dwarf2/inlined_subroutine-inheritance.exp: Likewise.
4604
9600246d
KS
46052019-02-22 Keith Seitz <keiths@redhat.com>
4606
4607 PR symtab/23853
4608 * gdb.base/symlink-sourcefile.c: New file.
4609 * gdb.base/symlink-sourcefile.exp: New file.
4610
0c95f9ed
TT
46112019-02-20 Tom Tromey <tom@tromey.com>
4612
4613 * gdb.base/info_qt.exp: Update.
4614
6caa91b6
SM
46152019-02-19 Simon Marchi <simon.marchi@polymtl.ca>
4616
4617 * gdb.base/source.exp: Move "error in sourced script" code to
4618 the end.
4619 * gdb.base/source-error.gdb: Move contents to
4620 source-error-1.gdb. Add new code to source source-error-1.gdb.
4621 * gdb.base/source-error-1.gdb: New file, from previous
4622 source-error.gdb.
4623
6506371f
TT
46242019-02-17 Tom Tromey <tom@tromey.com>
4625
4626 * gdb.base/style.exp: Use -g3 to compile when possible. Add test
4627 for macro styling.
4628 * gdb.base/style.c (SOME_MACRO): New macro.
4629
a0087920
TT
46302019-02-17 Tom Tromey <tom@tromey.com>
4631
4632 * gdb.base/style.exp: Add line-wrapping tests.
4633 * gdb.base/page.exp: Add test for quitting during pagination.
4634
a2cd4f14
JB
46352019-02-17 Joel Brobecker <brobecker@adacore.com>
4636
4637 * gdb.ada/big_packed_array: New testcase.
4638 * gdb.ada/homonym.exp: Fix incorrect expected output for
4639 "break <homonym__get_value>" test.
4640
9d70ffbc
WP
46412019-02-13 Weimin Pan <weimin.pan@oracle.com>
4642
4643 PR breakpoints/21870
4644 * gdb.arch/aarch64-dbreg-contents.exp: Use runto_main + continue
4645 and prepare_for_testing. Add comment.
4646 * gdb.arch/aarch64-dbreg-contents.c: Remove SET_WATCHPOINT and
4647 redundant cleanup call. Clean up comment.
4648
01c7ae81
WP
46492019-02-12 Weimin Pan <weimin.pan@oracle.com>
4650
4651 PR breakpoints/21870
4652 * gdb.arch/aarch64-dbreg-contents.exp: New file.
4653 * gdb.arch/aarch64-dbreg-contents.c: New file.
4654
aff29d1c
JB
46552019-02-10 Joel Brobecker <brobecker@adacore.com>
4656
4657 * gdb.ada/mi_ref_changeable: New testcase.
4658
df0da8a2
AH
46592019-02-07 Alan Hayward <alan.hayward@arm.com>
4660
4661 * gdb.base/attach.exp: Add double attach test.
4662
bd447abb
SM
46632019-02-07 Simon Marchi <simon.marchi@polymtl.ca>
4664
4665 * lib/gdb.exp (default_gdb_start): Don't match pagination
4666 prompt.
4667 (gdb_init): Set stty_init.
4668
1dbc40b9
TT
46692019-01-27 Tom Tromey <tom@tromey.com>
4670
4671 * gdb.python/py-finish-breakpoint.exp: Remove duplicate call to
4672 skip_python_tests.
4673
353229bf
AH
46742019-01-24 Alan Hayward <alan.hayward@arm.com>
4675
4676 * gdb.base/infcall-nested-structs.c (struct struct_static_02_01):
4677 New structure.
4678 (struct struct_static_02_02): Likewise.
4679 (struct struct_static_02_03): Likewise.
4680 (struct struct_static_02_04): Likewise.
4681 (struct struct_static_04_01): Likewise.
4682 (struct struct_static_04_02): Likewise.
4683 (struct struct_static_04_03): Likewise.
4684 (struct struct_static_04_04): Likewise.
4685 (struct struct_static_06_01): Likewise.
4686 (struct struct_static_06_02): Likewise.
4687 (struct struct_static_06_03): Likewise.
4688 (struct struct_static_06_04): Likewise.
4689 (cmp_struct_static_02_01): Likewise.
4690 (cmp_struct_static_02_02): Likewise.
4691 (cmp_struct_static_02_03): Likewise.
4692 (cmp_struct_static_02_04): Likewise.
4693 (cmp_struct_static_04_01): Likewise.
4694 (cmp_struct_static_04_02): Likewise.
4695 (cmp_struct_static_04_03): Likewise.
4696 (cmp_struct_static_04_04): Likewise.
4697 (cmp_struct_static_06_01): Likewise.
4698 (cmp_struct_static_06_02): Likewise.
4699 (cmp_struct_static_06_03): Likewise.
4700 (cmp_struct_static_06_04): Likewise.
4701 (call_all): Test new structs.
4702 * gdb.base/infcall-nested-structs.exp: Likewise.
4703
73021deb
AH
47042019-01-21 Alan Hayward <alan.hayward@arm.com>
4705 * gdb.base/infcall-nested-structs.exp: Test C++ in addition to C.
4706
fc65c7db
AH
47072019-01-21 Alan Hayward <alan.hayward@arm.com>
4708 * gdb.base/stack-protector.c: New test.
4709 * gdb.base/stack-protector.exp: New file.
4710 * gdb.cp/ovldbreak.exp: Only allow a single break line.
4711 * lib/gdb.exp (get_compiler_info): Use getting_compiler_info
4712 option.
4713 (gdb_compile): Remove stack protector for GCC and prevent
4714 recursion.
4715
c24bdb02
KS
47162019-01-16 Keith Seitz <keiths@redhat.com>
4717
4718 PR gdb/23773
4719 * gdb.dwarf2/inlined_subroutine-inheritance.exp: New file.
4720
6f072a10
PFC
47212019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
4722
4723 * gdb.arch/vsx-regs.exp: Add tests that use the vector register
4724 aliases.
4725 * gdb.arch/altivec-regs.exp: Likewise. Fix indentation of two
4726 tests.
4727 * gdb.arch/powerpc-vector-regs.c: New file.
4728 * gdb.arch/powerpc-vector-regs.exp: New file.
4729
a7b8d682
PFC
47302019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
4731
4732 * gdb.arch/altivec-regs.exp: Fix the list passed to
4733 gdb_expect_list when testing "info vector".
4734
6eb6fb67
AB
47352019-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
4736
4737 * gdb.base/style.exp: Don't include path in testname.
4738
b56f80d8
KS
47392019-01-10 Keith Seitz <keiths@redhat.com>
4740
4741 PR gdb/23712
4742 PR symtab/23010
4743 * gdb.dwarf2/multidictionary.exp: New file.
4744
041be526
SM
47452019-01-09 Simon Marchi <simon.marchi@ericsson.com>
4746
4747 * gdb.cp/demangle.exp (test_gnu_style_demangling): Rename to...
4748 (test_gnuv3_style_demangling): ... this.
4749 (test_lucid_style_demangling): Remove.
4750 (test_arm_style_demangling): Remove.
4751 (test_hp_style_demangling): Remove.
4752 (do_tests): Remove calls to the above.
4753
d820d0c3
AB
47542019-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
4755
4756 * lib/mi-support.exp (mi_gdb_test): Remove interactive prompt
4757 case.
4758
f097f5ad
TT
47592019-01-06 Tom Tromey <tom@tromey.com>
4760
4761 PR gdb/28155:
4762 * gdb.dwarf2/typedef-void-finish.exp: New file.
4763
2cd8cc0b
TT
47642018-12-28 Tom Tromey <tom@tromey.com>
4765 Simon Marchi <simark@simark.ca>
4766
4767 * gdb.base/jit-exec.exp: New file.
4768 * gdb.base/jit-exec.c: New file.
4769 * gdb.base/jit-execd.c: New file.
4770
35fb8261
TT
47712018-12-28 Tom Tromey <tom@tromey.com>
4772
4773 * gdb.base/style.exp: Update test to check for address styling.
4774
47fd17cd
TT
47752018-12-28 Tom Tromey <tom@tromey.com>
4776
4777 * gdb.base/style.exp: Add test for styling of "Reading symbols"
4778 message.
4779
d47032b7
TT
47802018-12-28 Tom Tromey <tom@tromey.com>
4781
4782 * gdb.base/style.exp: Add test for version number styling.
4783
af79b68d
TT
47842018-12-28 Tom Tromey <tom@tromey.com>
4785
4786 * gdb.base/style.exp: Add test for print_address_symbolic.
4787
0bb296cb
TT
47882018-12-28 Tom Tromey <tom@tromey.com>
4789
4790 * gdb.base/style.exp: Add test for breakpoint setting.
4791
80ae2043
TT
47922018-12-28 Tom Tromey <tom@tromey.com>
4793
4794 * gdb.base/style.exp: Add test for variable names.
4795
cbe56571
TT
47962018-12-28 Tom Tromey <tom@tromey.com>
4797
4798 * gdb.base/style.exp: New file.
4799 * gdb.base/style.c: New file.
4800
9162a27c
TT
48012018-12-28 Tom Tromey <tom@tromey.com>
4802
4803 * lib/gdb.exp (gdb_init): Set the TERM environment variable to
4804 "dumb".
4805 * gdb.base/readline.exp (operate_and_get_next): Save and restore
4806 the TERM environment variable.
4807
bc543c90
TT
48082018-12-27 Tom Tromey <tom@tromey.com>
4809
4810 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add
4811 pagination test.
4812
6f0ffe50
AB
48132018-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
4814
4815 * gdb.dwarf2/dw2-unusual-field-names.c: New file.
4816 * gdb.dwarf2/dw2-unusual-field-names.exp: New file.
4817
b5a1e557
PW
48182018-12-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4819
4820 * gdb.ada/bp_fun_addr/a.adb (a): Rename to bp_fun_addr.
4821 Filename a.adb changed to bp_fun_addr.adb.
4822 gdb.ada/bp_fun_addr.exp: Update test accordingly.
4823
6e8b1ab2
JV
48242018-12-21 Jan Vrany <jan.vrany@fit.cvut.cz>
4825
4826 * lib/gdb.exp (gdb_compile): Add new nopie flag enforce
4827 non-PIE executables.
4828 * README: Mention the gdb,nopie_flag board setting.
4829 * gdb.arch/amd64-disp-step.exp: Use nopie flag to enforce
4830 non-PIE executable.
4831 * gdb.arch/amd64-entry-value.exp: Likewise.
4832 * gdb.arch/amd64-invalid-stack-middle.exp: Likewise.
4833 * gdb.arch/i386-float.exp: Likewise.
4834 * gdb.arch/i386-signal.exp: Likewise.
4835 * gdb.mi/mi-reg-undefined.exp: Likewise.
4836
d00a27c5
PM
48372018-12-21 Paul Marechal <paul.marechal@ericsson.com>
4838
4839 PR gdb/23974
4840 * gdb.base/info-os.exp: Check return for unknown "info os" type.
4841
161d081c
PW
48422018-12-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4843
4844 * gdb.ada/info_auto_lang.exp: Normalize some_c source file.
4845 Update order of results accordingly.
4846
b001de23
AB
48472018-12-12 Andrew Burgess <andrew.burgess@embecosm.com>
4848
4849 * gdb.base/annota1.exp: Update a test regexp.
4850
99e1a184
AB
48512018-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
4852
4853 * gdb.base/float.exp: Handle RISC-V targets without an FPU.
4854
7a81c1e2
PW
48552018-12-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4856
4857 * gdb.threads/tid-reuse.c (REUSE_TIME_CAP): Declare as 60.
4858 (reuse_time): Initialize to REUSE_TIME_CAP.
4859 (check_rc): New function.
4860 (main): Use REUSE_TIME_CAP instead of hardcoded 60.
4861 Check pthread_create rc.
4862 (spawner_thread_func): Check pthread_create and pthread_join rc.
4863
73e8dc90
PA
48642018-12-08 Pedro Alves <palves@redhat.com>
4865
4866 * gdb.base/list.exp (test_forward_search): Rename to ...
4867 (test_forward_reverse_search): ... this. Also test reverse-search
4868 and the forward-search alias.
4869
13f2ed32
AB
48702018-12-05 Andrew Burgess <andrew.burgess@embecosm.com>
4871
4872 * config/sim.exp (gdb_target_sim): Remove redundant adjustment of
4873 local timeout variable before return, and remove all local timeout
4874 variable entirely.
4875 (gdb_load): Likewise.
4876
64d27cfc
TV
48772018-12-01 Tom de Vries <tdevries@suse.de>
4878
4879 * gdb.base/gdb-caching-proc.exp: New file.
4880
f63c03b4
SDJ
48812018-11-25 Sergio Durigan Junior <sergiodj@redhat.com>
4882
4883 * Makefile.in (TIMESTAMP): New variable.
4884 (check-single): Add $(TIMESTAMP) to the end of $(DO_RUNTEST)
4885 command.
4886 (check-single-racy): Likewise.
4887 (check/%.exp): Likewise.
4888 (check-racy/%.exp): Likewise.
4889 (workers/%.worker): Likewise.
4890 (build-perf): Likewise.
4891 (check-perf): Likewise.
4892 * README: Describe new "TS" and "TS_FORMAT" variables.
4893 * print-ts.py: New file.
4894
1c97054b
BF
48952018-11-21 Benno Fünfstück <benno.fuenfstueck@gmail.com>
4896
4897 PR python/23714
4898 * gdb.python/python.exp: Test command repetition after
4899 gdb.execute.
4900
1871a62d
AB
49012018-11-20 Andrew Burgess <andrew.burgess@embecosm.com>
4902
4903 * gdb.opt/inline-break.exp: Add test that info breakpoint output
4904 is correctly aligned.
4905
fb5e1ed9
PW
49062018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4907
4908 * gdb.ada/info_auto_lang.exp: New testcase.
4909 * gdb.ada/info_auto_lang/global_pack.ads: New file.
4910 * gdb.ada/info_auto_lang/proc_in_ada.adb: New file.
4911 * gdb.ada/info_auto_lang/some_c.c: New file.
4912
43d397ca
PW
49132018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4914
4915 * gdb.dwarf2/dw2-case-insensitive.exp: Update due to auto switch to
4916 FUNC_lang language syntax.
4917
beddd671
PW
49182018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4919
4920 * gdb.base/info_minsym.c: New file.
4921 * gdb.base/info_minsym.exp: New file.
4922
73fc52c4
TT
49232018-11-19 Tom Tromey <tom@tromey.com>
4924
4925 PR rust/23625:
4926 * gdb.rust/simple.exp: Add ptype test. Update expected output.
4927 * gdb.rust/expr.exp: Update expected output. Change one test.
4928
994b876a
TT
49292018-11-19 Tom Tromey <tom@tromey.com>
4930
4931 * gdb.rust/simple.rs: Don't initialize empty_enum_value.
4932
6769f276
PA
49332018-11-19 Pedro Alves <palves@redhat.com>
4934
4935 * gdb.base/warning.exp: Don't override INTERNAL_FLAGS. Use
4936 gdb_spawn_with_cmdline_opts instead of gdb_start. Check that we
4937 see the expected warning.
4938
38a72da0
AH
49392018-11-16 Alan Hayward <alan.hayward@arm.com>
4940
4941 PR gdb/22736:
4942 * gdb.cp/infcall-nodebug-lib.c: New test.
4943 * gdb.cp/infcall-nodebug-main.c: New test.
4944 * gdb.cp/infcall-nodebug.exp: New file.
4945
53a89d6e
SM
49462018-11-12 Simon Marchi <simon.marchi@polymtl.ca>
4947
4948 * gdb.base/skip.exp: Add standard_testfile. Add "skip delete"
4949 completer tests.
4950
9325300d
TV
49512018-11-09 Tom de Vries <tdevries@suse.de>
4952
4953 * gdb.base/msym-lang.c: New test.
4954 * gdb.base/msym-lang.exp: New file.
4955 * gdb.base/msym-lang-main.c: New test.
4956
20f0d60d
TT
49572018-11-08 Tom Tromey <tom@tromey.com>
4958
4959 PR gdb/23555:
4960 PR gdb/23838:
4961 * gdb.base/warning.exp: New file.
4962
b5420128
JB
49632018-11-08 Jan Beulich <jbeulich@suse.com>
4964
4965 * testsuite/gdb.arch/i386-avx512.c,
4966 testsuite/gdb.arch/i386-avx512.exp: Add 7th test.
4967
cd115d61
AB
49682018-11-08 Andrew Burgess <andrew.burgess@embecosm.com>
4969
4970 * gdb.arch/riscv-reg-aliases.exp: Handle targets without floating
4971 point hardware.
4972
35ee2dc2
AB
49732018-11-07 Andrew Burgess <andrew.burgess@embecosm.com>
4974
4975 * gdb.dwarf2/void-type.exp: Rename types, and make var_a an 'int'.
4976 * gdb.dwarf2/missing-type-name.exp: New file.
4977
31aceee8
TV
49782018-11-06 Tom de Vries <tdevries@suse.de>
4979
4980 * gdb.base/many-headers.c: New test.
4981 * gdb.base/many-headers.exp: New file.
4982
109be305
JW
49832018-11-06 Jim Wilson <jimw@sifive.com>
4984
4985 * gdb.base/code_elim.exp: For riscv, set additional_flags
4986 to include -msmall-data-limit=0.
4987
e2b7af72
JB
49882018-11-01 Joel Brobecker <brobecker@adacore.com>
4989
4990 * gdb.ada/watch_minus_l: New testcase.
4991
cdcda965
SM
49922018-11-01 Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
4993
4994 * gdb.arch/aix-sighandle.c: New file.
4995 * gdb.arch/aix-sighandle.exp: New file.
4996
92dcebf3
AB
49972018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
4998
4999 * gdb.arch/riscv-reg-aliases.exp: Rewrite to take account of float
5000 registers being unions.
5001
68b9ac18
TV
50022018-10-31 Tom de Vries <tdevries@suse.de>
5003
5004 * lib/valgrind.exp: New file.
5005 (vgdb_start, vgdb_stop): New procs, factored out of ...
5006 * gdb.base/valgrind-bt.exp: ... here, ...
5007 * gdb.base/valgrind-disp-step.exp: ... here and ...
5008 * gdb.base/valgrind-infcall.exp: ... here.
5009
1443936e
TV
50102018-10-31 Tom de Vries <tdevries@suse.de>
5011
5012 * lib/gdb.exp (get_valueof): Don't output read value in test name.
5013
eb77c9df
AB
50142018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
5015
5016 * gdb.dwarf2/void-type.c: New file.
5017 * gdb.dwarf2/void-type.exp: New file.
5018
82b5e646
PW
50192018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5020
5021 * gdb.base/info_qt.c: New file.
5022 * gdb.base/info_qt.exp: New file.
5023
8d619c01
EBM
50242018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
5025
5026 * gdb.arch/powerpc-htm-regs.c: New file.
5027 * gdb.arch/powerpc-htm-regs.exp: New file.
5028
f2cf6173
EBM
50292018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
5030
5031 * gdb.arch/powerpc-tar.c: New file.
5032 * gdb.arch/powerpc-tar.exp: New file.
5033
7ca18ed6
EBM
50342018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
5035
5036 * gdb.arch/powerpc-ppr-dscr.c: New file.
5037 * gdb.arch/powerpc-ppr-dscr.exp: New file.
5038
bfcc0eba
TV
50392018-10-25 Tom de Vries <tdevries@suse.de>
5040
5041 * gdb.base/valgrind-db-attach.exp: Rewrite to use vgdb.
5042
fe1a5cad
TV
50432018-10-24 Tom de Vries <tdevries@suse.de>
5044
5045 * lib/gdb.exp (gdb_test_multiple): Log wait status on process no
5046 longer exists error.
5047
a76dc3b7
TV
50482018-10-24 Tom de Vries <tdevries@suse.de>
5049
5050 * gdb.base/catch-follow-exec.exp: Rewrite using gdb_test.
5051
4df46df7
TV
50522018-10-24 Tom de Vries <tdevries@suse.de>
5053
5054 * gdb.base/valgrind-db-attach.exp: Handle removed support for
5055 --db-attach in valgrind.
5056
0dbfcfff
AB
50572018-10-23 Andrew Burgess <andrew.burgess@embecosm.com>
5058
5059 * gdb.arch/riscv-reg-aliases.c: New file.
5060 * gdb.arch/riscv-reg-aliases.exp: New file.
5061
b04480b1
AH
50622018-10-19 Alan Hayward <alan.hayward@arm.com>
5063
5064 * gdb.python/py-cmd.exp: Check for gdb_prompt.
5065
2c6ac8d7
AH
50662018-10-19 Alan Hayward <alan.hayward@arm.com>
5067
5068 * gdb.base/vla-optimized-out.exp: Allow either optimized out or 6.
5069
2bc69f25
AH
50702018-10-19 Alan Hayward <alan.hayward@arm.com>
5071
5072 * gdb.cp/ovldbreak.exp: Fix regexps.
5073
1f1ae3a3
AH
50742018-10-19 Alan Hayward <alan.hayward@arm.com>
5075
5076 * gdb.compile/compile-cplus-print.exp: Start inferior earlier.
5077
94c18618
SDJ
50782018-10-18 Sergio Durigan Junior <sergiodj@redhat.com>
5079
5080 PR cli/23785
5081 * gdb.base/restore.exp: New test to check if "restore" with an
5082 invalid file doesn't segfault.
5083
812cd6eb
TV
50842018-10-18 Tom de Vries <tdevries@suse.de>
5085
5086 * gdb.ada/bp_inlined_func.exp: Fix capitalized test name.
5087 * gdb.ada/excep_handle.exp: Same.
5088 * gdb.ada/mi_string_access.exp: Same.
5089 * gdb.ada/mi_var_union.exp: Same.
5090 * gdb.arch/arc-analyze-prologue.exp: Same.
5091 * gdb.arch/arc-decode-insn.exp: Same.
5092 * gdb.base/readnever.exp: Same.
5093 * gdb.fortran/printing-types.exp: Same.
5094 * gdb.guile/scm-lazy-string.exp: Same.
5095
c4b90788
TV
50962018-10-16 Tom de Vries <tdevries@suse.de>
5097
5098 PR gdb/23730
5099 * gdb.base/catch-follow-exec.c: Add copyright notice.
5100 * gdb.base/catch-follow-exec.exp: Rewrite to use
5101 gdb_spawn_with_cmdline_opts. Require gdb-native.
5102
8bca2978
SL
51032018-10-12 Sandra Loosemore <sandra@codesourcery.com>
5104
5105 * gdb.trace/actions-changed.exp: Check for arch support.
5106 * gdb.trace/actions.exp: Likewise.
5107 * gdb.trace/ax.exp: Likewise.
5108 * gdb.trace/backtrace.exp: Likewise.
5109 * gdb.trace/change-loc.exp: Likewise.
5110 * gdb.trace/deltrace.exp: Likewise.
5111 * gdb.trace/ftrace-lock.exp: Check for shlib and arch support.
5112 * gdb.trace/ftrace.exp: Likewise.
5113 * gdb.trace/infotrace.exp: Check for arch support.
5114 * gdb.trace/mi-trace-frame-collected.exp: Likewise.
5115 * gdb.trace/mi-tracepoint-changed.exp: Likewise.
5116 * gdb.trace/mi-tsv-changed.exp: Likewise.
5117 * gdb.trace/packetlen.exp: Likewise.
5118 * gdb.trace/passc-dyn.exp: Likewise.
5119 * gdb.trace/passcount.exp: Likewise.
5120 * gdb.trace/pending.exp: Likewise.
5121 * gdb.trace/range-stepping.exp: Check for shlib support.
5122 * gdb.trace/report.exp: Check for arch support.
5123 * gdb.trace/save-trace.exp: Likewise.
5124 * gdb.trace/signal.exp: Check for signal support.
5125 * gdb.trace/tfind.exp: Check for arch support.
5126 * gdb.trace/trace-break.exp: Check for arch and shlib support.
5127 * gdb.trace/trace-common.h: Add comment.
5128 * gdb.trace/trace-condition.exp: Check for shlib and arch support.
5129 * gdb.trace/trace-enable-disable.exp: Likewise.
5130 * gdb.trace/trace-mt.exp: Likewise. Remove redundant untested call.
5131 * gdb.trace/tracecmd.exp: Check for arch support.
5132 * gdb.trace/tspeed.exp: Check for shlib and target support.
5133 * gdb.trace/tstatus.exp: Check for arch support.
5134 * gdb.trace/tsv.exp: Likewise.
5135 * gdb.trace/while-dyn.exp: Likewise.
5136 * gdb.trace/while-stepping.exp: Likewise.
5137 * lib/trace-support.exp (gdb_trace_common_supports_arch): New.
5138
f9c49bff
SM
51392018-10-12 Simon Marchi <simon.marchi@ericsson.com>
5140
5141 * gdb.trace/tspeed.exp: Remove nowarnings.
5142 (prepare_for_trace_test): Declare "global ipalib".
5143 * gdb.trace/tspeed.c: Include unistd.h.
5144 (main): Remove superfluous printf argument.
5145
d4330bde
SL
51462018-10-11 Sandra Loosemore <sandra@codesourcery.com>
5147
5148 * gdb.base/solib-vanish.exp: Fix regexp not to require a POSIX
5149 directory prefix on the filename.
5150
8ecfd7bd
SDJ
51512018-10-10 Sergio Durigan Junior <sergiodj@redhat.com>
5152
5153 * gdb.gdb/unittest.exp: Update expected message informing that
5154 selftests have been disabled.
5155 * gdb.server/unittest.exp: Likewise.
5156
58bbcd02
TV
51572018-10-09 Tom de Vries <tdevries@suse.de>
5158
5159 * lib/gdb.exp (target_supports_scheduler_locking): Replace gdb_start_cmd
5160 with runto_main.
5161
9f6b697b
WP
51622018-10-08 Weimin Pan <weimin.pan@oracle.com>
5163
5164 PR c++/16841
5165 * gdb.cp/virtbase2.cc: New file.
5166 * gdb.cp/virtbase2.exp: New file.
5167
add5ded5
TT
51682018-10-06 Tom Tromey <tom@tromey.com>
5169
5170 PR python/19399:
5171 * gdb.python/py-inferior.exp: Add architecture test.
5172
f9e48344
TT
51732018-10-06 Tom Tromey <tom@tromey.com>
5174
5175 * gdb.base/gnu-ifunc.exp (build): Use standard_output_file.
5176 * gdb.trace/unavailable-dwarf-piece.exp: Use standard_output_file.
5177
2a8be203
TT
51782018-10-06 Tom Tromey <tom@tromey.com>
5179
5180 * gdb.python/py-breakpoint.exp (check_last_event): Check location
5181 of a "throw" catchpoint.
5182
e04caa70
SDJ
51832018-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
5184
5185 * gdb.base/info-proc.exp: Update string expected from "help info
5186 proc".
5187
5ca8c39f
TT
51882018-10-04 Tom Tromey <tom@tromey.com>
5189
5190 * gdb.cp/maint.exp (test_invalid_name): Update expected output.
5191 * gdb.gdb/complaints.exp (test_short_complaints): Remove.
5192 (test_initial_complaints, test_empty_complaints): Update.
5193 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
5194
3453e7e4
TT
51952018-10-04 Tom Tromey <tom@tromey.com>
5196
5197 PR cli/19551:
5198 * lib/mi-support.exp (mi_gdb_file_cmd): Update.
5199 * lib/gdb.exp (gdb_file_cmd): Update.
5200 * gdb.stabs/weird.exp (print_weird_var): Update.
5201 * gdb.server/solib-list.exp: Update.
5202 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Update.
5203 * gdb.mi/mi-cli.exp: Update.
5204 * gdb.linespec/linespec.exp: Update.
5205 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
5206 * gdb.dwarf2/dw2-objfile-overlap.exp: Update.
5207 * gdb.cp/cp-relocate.exp: Update.
5208 * gdb.base/sym-file.exp: Update.
5209 * gdb.base/relocate.exp: Update.
5210 * gdb.base/readnever.exp: Update.
5211 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
5212 * gdb.base/kill-detach-inferiors-cmd.exp: Update.
5213 * gdb.base/dbx.exp (gdb_file_cmd): Update.
5214 * gdb.base/code_elim.exp: Update.
5215 * gdb.base/break-unload-file.exp (test_break): Update.
5216 * gdb.base/break-interp.exp (test_attach_gdb): Update.
5217 * gdb.base/break-idempotent.exp (force_breakpoint_re_set):
5218 Update.
5219 * gdb.base/attach.exp (do_attach_tests): Update.
5220 * gdb.base/sepdebug.exp: Update.
5221 * gdb.python/py-section-script.exp: Update.
5222
6afcf761
TT
52232018-10-04 Tom Tromey <tom@tromey.com>
5224
5225 PR cli/22234:
5226 * gdb.dwarf2/dw2-stack-boundary.exp: Update expected output.
5227 * gdb.gdb/complaints.exp (test_short_complaints): Update expected
5228 output.
5229
fef1b293
TT
52302018-10-04 Tom Tromey <tom@tromey.com>
5231
5232 * gdb.base/attach.exp (test_command_line_attach_run): Use -quiet;
5233 set width and height to 0.
5234 (test_command_line_attach_run): Use -quiet.
5235
ca98345e
SL
52362018-10-03 Sandra Loosemore <sandra@codesourcery.com>
5237
5238 * lib/gdb.exp (skip_ifunc_tests): New.
5239 * gdb.base/gnu-ifunc.exp: Skip if no ifunc support. Handle
5240 other compile failures.
5241 * gdb.compile/compile-ifunc.exp: Skip if no ifunc support.
5242
ff34e6ae
SM
52432018-10-01 Simon Marchi <simon.marchi@ericsson.com>
5244
5245 * gdb.arch/i386-avx512.exp: Fix setting of nr_regs based on
5246 is_amd64_regs_target.
5247
6bb8890e
AH
52482018-10-01 Alan Hayward <alan.hayward@arm.com>
5249
5250 * gdb.arch/aarch64-sighandler-regs.c: New test.
5251 * gdb.arch/aarch64-sighandler-regs.exp: New file.
5252 * lib/gdb.exp (skip_aarch64_sve_tests): New proc.
5253
224d30d3
MM
52542018-10-01 Markus Metzger <markus.t.metzger@intel.com>
5255
5256 * lib/gdb.exp (is_amd64_regs_target): Change assembly to C inline
5257 assembly.
5258
f67ffa6a
AB
52592018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
5260
5261 * gdb.base/frame-selection.exp: New file.
5262 * gdb.base/frame-selection.c: New file.
5263
9fc3183f
AH
52642018-09-27 Alan Hayward <alan.hayward@arm.com>
5265
5266 * gdb.threads/check-libthread-db.c (thread_routine): Use a
5267 pthread barrier.
5268 (main): Likewise.
5269
d354055e
AB
52702018-09-26 Andrew Burgess <andrew.burgess@embecosm.com>
5271
5272 * gdb.base/large-frame-1.c: New file.
5273 * gdb.base/large-frame-2.c: New file.
5274 * gdb.base/large-frame.exp: New file.
5275 * gdb.base/large-frame.h: New file.
5276
db727370
JL
52772018-09-24 Jozef Lawrynowicz <jozef.l@mittosystems.com>
5278
5279 PR gdb/20948
5280 * gdb.base/write_mem.exp: New test.
5281 * gdb.base/write_mem.c: Likewise.
5282
ae778caf
TT
52832018-09-23 Tom Tromey <tom@tromey.com>
5284
5285 PR python/18852:
5286 * gdb.python/py-parameter.exp: Add test for parameter that throws
5287 on "set".
5288
fd3ba736
TT
52892018-09-23 Tom Tromey <tom@tromey.com>
5290
5291 PR python/17284:
5292 * gdb.python/py-template.exp (test_template_arg): Add test for
5293 negative template argument number.
5294
39a24317
TT
52952018-09-23 Tom Tromey <tom@tromey.com>
5296
5297 PR python/14062:
5298 * gdb.python/python.exp: Add test for post_event error.
5299
f5769a2c
TT
53002018-09-23 Tom Tromey <tom@tromey.com>
5301
5302 PR python/18170:
5303 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests to
5304 convert pointers to int and long.
5305
1c1e54f6
TT
53062018-09-23 Tom Tromey <tom@tromey.com>
5307
5308 PR python/20126:
5309 * gdb.python/py-value.exp (test_value_numeric_ops): Add
5310 signed-ness conversion tests.
5311
fb4fa946
TT
53122018-09-23 Tom Tromey <tom@tromey.com>
5313
5314 PR python/18352;
5315 * gdb.python/py-value.exp (test_float_conversion): New proc.
5316 Use it.
5317
a466edac
HAQ
53182018-09-20 Hafiz Abid Qadeer <abidh@codesourcery.com>
5319
5320 gdb.base/reggroups.exp (fetch_reggroups): Add '_' in match pattern.
5321
4ee9b0c5
SL
53222018-09-18 Sandra Loosemore <sandra@codesourcery.com>
5323
5324 * gdb.base/complete-empty.exp: Skip tab-completion tests if
5325 no readline.
5326 * gdb.base/utf8-identifiers.exp: Likewise.
5327 * gdb.cp/cpcompletion.exp: Likewise.
5328 * gdb.linespec/cpcompletion.exp: Likewise.
5329 * gdb.linespec/cpls-abi-tag.exp: Likewise.
5330 * gdb.linespec/cpls-ops.exp: Likewise.
5331
23be8da7
RB
53322018-09-19 Richard Bunt <richard.bunt@arm.com>
5333 Chris January <chris.january@arm.com>
5334
5335 * gdb.cp/koenig.exp: Extend to test logical short circuiting.
5336 * gdb.fortran/short-circuit-argument-list.exp: New file.
5337 * gdb.fortran/short-circuit-argument-list.f90: New test.
5338
5031d0ae
SDJ
53392018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
5340
5341 * gdb.arch/amd64-invalid-stack-top.exp: Expect optional
5342 "arch=" keyword when executing "-stack-list-frames".
5343
b4c0d1a4
SDJ
53442018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
5345
5346 * gdb.arch/amd64-invalid-stack-middle.exp: Expect optional
5347 "arch=" keyword when executing "-stack-list-frames".
5348
7a6d2b45
SDJ
53492018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
5350
5351 * gdb.ada/complete.exp: Expect for "@" when doing "complete
5352 break ada".
5353
8588b356
SM
53542018-09-17 Simon Marchi <simon.marchi@polymtl.ca>
5355
5356 PR python/23669
5357 * gdb.python/python.exp: Test gdb.execute("show commands").
5358
65e65158
TT
53592018-09-16 Tom Tromey <tom@tromey.com>
5360
5361 * gdb.base/new-ui.exp (do_execution_tests): Update.
5362 * gdb.base/dbx.exp (test_breakpoints): Update.
5363
bf326452
AH
53642018-09-14 Alan Hayward <alan.hayward@arm.com>
5365
5366 * lib/gdb.exp (gdb_simple_compile): Add proc.
5367 (is_elf_target): Use gdb_simple_compile.
5368 (skip_altivec_tests): Likewise.
5369 (skip_vsx_tests): Likewise.
5370 (skip_tsx_tests): Likewise.
5371 (skip_btrace_tests): Likewise.
5372 (skip_btrace_pt_tests): Likewise.
5373 (gdb_can_simple_compile): Likewise.
5374 (gdb_has_argv0): Likewise.
5375 (gdb_target_symbol_prefix): Likewise.
5376 (target_supports_scheduler_locking): Likewise.
5377
2361b0fb
TT
53782018-09-13 Tom Tromey <tom@tromey.com>
5379
5380 * Makefile.in (TAGS): Recognize proc_with_prefix and
5381 gdb_caching_proc.
5382
0ae1a321
SM
53832018-09-13 Simon Marchi <simon.marchi@ericsson.com>
5384
5385 * gdb.python/py-progspace.exp: Test the Progspace.objfiles
5386 method.
5387
a40bf0c2
SM
53882018-09-13 Simon Marchi <simon.marchi@ericsson.com>
5389
5390 * gdb.python/py-inferior.exp: Add tests for Inferior.progspace
5391 and a few other Inferior properties when the Inferior is no
5392 longer valid.
5393
4a3fe98f
TT
53942018-09-13 Tom Tromey <tom@tromey.com>
5395
5396 PR rust/23650:
5397 * gdb.rust/simple.exp: Add test for enum field access error.
5398
098b2108
TT
53992018-09-13 Tom Tromey <tom@tromey.com>
5400
5401 PR rust/23626:
5402 * gdb.rust/simple.rs (EmptyEnum): New type.
5403 (main): Use it.
5404 * gdb.rust/simple.exp (test_one_slice): Add empty enum test.
5405
1256af7d
SM
54062018-09-13 Simon Marchi <simon.marchi@ericsson.com>
5407
5408 * gdb.python/py-inferior.exp: Test repr() of gdb.Inferior.
5409 * gdb.python/py-objfile.exp: Test repr() of gdb.Objfile.
5410 * gdb.python/py-symtab.exp: Update test printing an objfile.
5411
4aa8e6c2
SM
54122018-09-12 Simon Marchi <simon.marchi@ericsson.com>
5413
5414 * gdb.python/py-inferior.exp: Test using an invalid gdb.Inferior
5415 object.
5416
c221b2f7
AH
54172018-09-12 Alan Hayward <alan.hayward@arm.com>
5418
5419 * lib/gdb.exp (gdb_can_simple_compile): Add proc.
5420 (support_complex_tests): Use gdb_can_simple_compile.
5421 (is_ilp32_target): Likewise.
5422 (is_lp64_target): Likewise.
5423 (is_64_target): Likewise.
5424 (is_amd64_regs_target): Likewise.
5425 (is_aarch32_target): Likewise.
5426 (gdb_int128_helper): Likewise.
5427
6f1107b5
JK
54282018-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5429
5430 * Makefile.in (check-parallel-racy): Fix dg-extract-results.sh path.
5431
1f5d1570
JG
54322018-09-10 Jerome Guitton <guitton@adacore.com>
5433
5434 * gdb.ada/same_component_name: Add test for case of tagged record
5435 with variable-length fields.
5436
cc330e39
XR
54372018-09-10 Xavier Roirand <roirand@adacore.com>
5438
5439 * gdb.ada/access_to_unbounded_array.exp: New testcase.
5440 * gdb.ada/access_to_unbounded_array/foo.adb: New file.
5441 * gdb.ada/access_to_unbounded_array/pack.adb: New file.
5442 * gdb.ada/access_to_unbounded_array/pack.ads: New file.
5443
b9c50e9a
XR
54442018-09-10 Xavier Roirand <roirand@adacore.com>
5445
5446 * gdb.ada/mi_string_access.exp: New testcase.
5447 * gdb.ada/mi_string_access/bar.adb: New file.
5448 * gdb.ada/mi_string_access/pck.adb: New file.
5449 * gdb.ada/mi_string_access/pck.asd: New file.
5450
2963898f
XR
54512018-09-10 Xavier Roirand <roirand@adacore.com>
5452
5453 * gdb.ada/mi_var_union.exp: New testcase.
5454 * gdb.ada/mi_var_union/bar.adb: New file.
5455 * gdb.ada/mi_var_union/pck.adb: New file.
5456 * gdb.ada/mi_var_union/pck.asd: New file.
5457
1aac008f
TT
54582018-09-08 Tom Tromey <tom@tromey.com>
5459
5460 * gdb.python/py-prettyprint.exp: Use with_test_prefix.
5461
332cf4c9
TT
54622018-09-08 Tom Tromey <tom@tromey.com>
5463
5464 PR python/16047:
5465 * gdb.python/py-prettyprint.py (pp_int_typedef3): New class.
5466 (register_pretty_printers): Register new printer.
5467 * gdb.python/py-prettyprint.exp (run_lang_tests): Add int_type3
5468 test.
5469 * gdb.python/py-prettyprint.c (int_type3): New typedef.
5470 (an_int_type3): New global.
5471
424da6cf
JB
54722018-09-08 Joel Brobecker <brobecker@adacore.com>
5473
5474 * gdb.ada/expr_with_funcall: New testcase.
5475
2a62dfa9
JB
54762018-09-08 Joel Brobecker <brobecker@adacore.com>
5477
5478 * gdb.ada/packed_array_assign: New testcase.
5479
96b6697f
AB
54802018-09-07 Andrew Burgess <andrew.burgess@embecosm.com>
5481
5482 * gdb.base/watchpoint.exp (test_complex_watchpoint): Extend test
5483 names, and add test prefixes to make test names unique.
5484
e4a62c65
TV
54852018-09-05 Tom de Vries <tdevries@suse.de>
5486
5487 * gdb.dwarf2/varval.exp: Add test.
5488
dd083ee2
GB
54892018-09-04 Gary Benson <gbenson@redhat.com>
5490
5491 * gdb.base/batch-exit-status.exp: Use gdb_test_multiple and expect
5492 'eof' before 'wait -i'. Use remote_close and clear_gdb_spawn_id.
5493
aef9346c
TT
54942018-08-31 Tom Tromey <tom@tromey.com>
5495
5496 * gdb.rust/simple.rs: Rename second variable "v".
5497
c67f2e15
AB
54982018-08-30 Andrew Burgess <andrew.burgess@embecosm.com>
5499
5500 * gdb.base/funcargs.c (use_a): New function.
5501 (recurse): Call use_a.
5502
078a0207
KS
55032018-08-29 Keith Seitz <keiths@redhat.com>
5504
5505 * gdb.compile/compile-cplus-anonymous.cc: New file.
5506 * gdb.compile/compile-cplus-anonymous.exp: New file.
5507 * gdb.compile/compile-cplus-array-decay.cc: New file.
5508 * gdb.compile/compile-cplus-array-decay.exp: New file.
5509 * gdb.compile/compile-cplus-inherit.cc: New file.
5510 * gdb.compile/compile-cplus-inherit.exp: New file.
5511 * gdb.compile/compile-cplus-member.cc: New file.
5512 * gdb.compile/compile-cplus-member.exp: New file.
5513 * gdb.compile/compile-cplus-method.cc: New file.
5514 * gdb.compile/compile-cplus-method.exp: New file.
5515 * gdb.compile/compile-cplus-mod.c: "New" file.
5516 * gdb.compile/compile-cplus-namespace.cc: New file.
5517 * gdb.compile/compile-cplus-namespace.exp: New file.
5518 * gdb.compile/compile-cplus-nested.cc: New file.
5519 * gdb.compile/compile-cplus-nested.exp: New file.
5520 * gdb.compile/compile-cplus-print.c: "New" file.
5521 * gdb.compile/compile-cplus-print.exp: "New" file.
5522 * gdb.compile/compile-cplus-virtual.cc: New file.
5523 * gdb.compile/compile-cplus-virtual.exp: New file.
5524 * gdb.compile/compile-cplus.c: "New" file.
5525 * gdb.compile/compile-cplus.exp: "New" file.
5526 * lib/compile-support.exp: New file.
5527
b0f492b9
GB
55282018-08-16 Gary Benson <gbenson@redhat.com>
5529
5530 PR gdb/13000:
5531 * gdb.base/batch-exit-status.exp: New file.
5532 * gdb.base/batch-exit-status.good-commands: Likewise.
5533 * gdb.base/batch-exit-status.bad-commands: Likewise.
5534
36eb4c5f
AH
55352018-08-29 Alan Hayward <alan.hayward@arm.com>
5536
5537 * gdb.base/infcall-nested-structs.c (struct struct01): Remove.
5538 (struct struct02): Likewise.
5539 (struct struct03): Likewise.
5540 (struct struct04): Likewise.
5541 (struct struct_01_01): New struct.
5542 (struct struct_01_02): Likewise.
5543 (struct struct_01_03): Likewise.
5544 (struct struct_01_04): Likewise.
5545 (struct struct_02_01): Likewise.
5546 (struct struct_02_02): Likewise.
5547 (struct struct_02_03): Likewise.
5548 (struct struct_02_04): Likewise.
5549 (struct struct_04_01): Likewise.
5550 (struct struct_04_02): Likewise.
5551 (struct struct_04_03): Likewise.
5552 (struct struct_04_04): Likewise.
5553 (struct struct_05_01): Likewise.
5554 (struct struct_05_02): Likewise.
5555 (struct struct_05_03): Likewise.
5556 (struct struct_05_04): Likewise.
5557 (cmp_struct01): Remove function.
5558 (cmp_struct02): Likewise.
5559 (cmp_struct03): Likewise.
5560 (cmp_struct04): Likewise.
5561 (cmp_struct_01_01): Add Function.
5562 (cmp_struct_01_02): Likewise.
5563 (cmp_struct_01_03): Likewise.
5564 (cmp_struct_01_04): Likewise.
5565 (cmp_struct_02_01): Likewise.
5566 (cmp_struct_02_02): Likewise.
5567 (cmp_struct_02_03): Likewise.
5568 (cmp_struct_02_04): Likewise.
5569 (cmp_struct_04_01): Likewise.
5570 (cmp_struct_04_02): Likewise.
5571 (cmp_struct_04_03): Likewise.
5572 (cmp_struct_04_04): Likewise.
5573 (cmp_struct_05_01): Likewise.
5574 (cmp_struct_05_02): Likewise.
5575 (cmp_struct_05_03): Likewise.
5576 (cmp_struct_05_04): Likewise.
5577 (call_all): Add new structs.
5578 * gdb.base/infcall-nested-structs.exp: Likewise.
5579
3bf9c013
JV
55802018-08-27 Jan Vrany <jan.vrany@fit.cvut.cz>
5581
5582 * gdb.python/py-framefilter-mi.exp: Update regexp to
5583 check for "arch" field in frame output.
5584
450d1e88
KB
55852018-08-23 Kevin Buettner <kevinb@redhat.com>
5586
5587 * gdb.dwarf2/dw2-ranges-func.c: New file.
5588 * gdb.dwarf2/dw2-ranges-func.exp: New file.
5589
ae739fe7
SM
55902018-08-22 Simon Marchi <simon.marchi@polymtl.ca>
5591
5592 * gdb.base/term.exp: Compare terminal settings with values from
5593 the inferior.
5594 * gdb.base/term.c: Get and set terminal settings.
5595
6d52907e
JV
55962018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
5597
5598 * lib/mi-support.exp (mi_expect_stop): Update regexp to
5599 accommodate new "arch" field in frame output.
5600 * gdb.mi/mi-return.exp: Likewise.
5601 * gdb.mi/mi-stack.exp: Likewise.
5602 * gdb.mi/mi-syn-frame.exp: Likewise.
5603 * gdb.mi/user-selected-context-sync.exp: Likewise.
5604
be2d111a
MS
56052018-08-19 Michael Spang <spang@google.com>
5606
5607 PR gdb/11786
5608 * gdb.base/gcore-tls-pie.c: New file.
5609 * gdb.base/gcore-tls-pie.exp: New file.
5610
ae3a7c47
KB
56112018-08-18 Kevin Buettner <kevinb@redhat.com>
5612
5613 * lib/dwarf.exp: Add support for DW_OP_GNU_variable_value.
7d140d1a
KB
5614 * gdb.dwarf2/varval.c: New file.
5615 * gdb.dwarf2/varval.exp: New file.
ae3a7c47 5616
2ecae92e
AH
56172018-08-17 Alan Hayward <alan.hayward@arm.com>
5618
5619 PR gdb/18931
5620 * gdb.arch/aarch64-fp.c (main): Fix asm registers.
5621
c1854f1d
KS
56222018-08-16 Keith Seitz <keiths@redhat.com>
5623
5624 * gdb.compile/compile.exp: Use gdb_test_no_output for "compile code"
5625 tests expected to pass.
5626
26fb3983
JV
56272018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
5628
5629 * gdb.mi/mi-disassemble.exp (test_disassembly_only): Add tests for
5630 -data-disassemble -a.
5631 (test_disassembly_bogus_args): Likewise.
5632
67943c00
AB
56332018-08-14 Andrew Burgess <andrew.burgess@embecosm.com>
5634
5635 * gdb.mi/list-thread-groups-available.exp: Update test regexp.
5636
5ff2bbae
AB
56372018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
5638
5639 * gdb.base/vla-optimized-out.exp: Add new test.
5640
e5bbcd0f
AB
56412018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
5642
5643 * gdb.base/vla-optimized-out-o3.exp: Delete.
5644 * gdb.base/vla-optimized-out-o3-strict.exp: Delete.
5645 * gdb.base/vla-optimized-out.exp: Extend to cover all of the
5646 deleted tests.
5647
9d4a934c
AB
56482018-08-08 Andrew Burgess <andrew.burgess@embecosm.com>
5649
5650 PR gdb/18050:
5651 * gdb.server/extended-remote-restart.c: New file.
5652 * gdb.server/extended-remote-restart.exp: New file.
5653
045cf012
SM
56542018-08-07 Simon Marchi <simon.marchi@polymtl.ca>
5655
5656 * gdb.fortran/nested-funcs.exp: Replace "set index = 42" with
5657 "set variable index = 42".
5658
87d6a7aa
SM
56592018-08-07 Simon Marchi <simon.marchi@ericsson.com>
5660
5661 * boards/index-cache-gdb.exp: New file.
5662 * gdb.dwarf2/index-cache.exp: New file.
5663 * gdb.dwarf2/index-cache.c: New file.
5664 * gdb.base/maint.exp: Check if we are using the index cache.
5665
96d68bd4
RO
56662018-08-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
5667
5668 * Makefile.in (saw_dash_j): Allow for GNU make 4.2+ passing -jN in
5669 MAKEFLAGS.
5670
5a699617
RO
56712018-08-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
5672
5673 * dg-extract-results.sh: Move to toplevel contrib.
5674 * Makefile.in (check-parallel): Reflect dg-extract-results.sh move.
5675 * Makefile.in (check-parallel-racy): Likewise.
5676
5bd18990
AB
56772018-08-06 Andrew Burgess <andrew.burgess@embecosm.com>
5678
5679 * lib/gdb.exp (target_supports_scheduler_locking): New proc.
5680 * gdb.mi/mi-cmd-param-changed.exp: Only run scheduler locking
5681 tests if the target supports scheduler locking.
5682
3fbbcf47
TV
56832018-08-04 Tom de Vries <tdevries@suse.de>
5684
5685 * gdb.python/py-rbreak.exp: Fix rbreak regexp.
5686
3e1d3d8c
TT
56872018-08-02 Tom Tromey <tom@tromey.com>
5688
5689 PR symtab/16842.
5690 * gdb.cp/temargs.exp: Test "info address" of a template
5691 parameter.
5692
5abe0f0c
JV
56932018-07-31 Jan Vrany <jan.vrany@fit.cvut.cz>
5694
5695 * gdb.python/py-mi-var-info-path-expression.c: New file.
5696 * gdb.python/py-mi-var-info-path-expression.py: New file.
5697 * gdb.python/py-mi-var-info-path-expression.exp: New file.
5698
fb66cde8
SDJ
56992018-07-30 Sergio Durigan Junior <sergiodj@redhat.com>
5700
5701 * lib/gdbserver-support.exp (gdbserver_start): Match any kind of
5702 error after "cannot resolve name" string.
5703
c708f4d2
AB
57042018-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
5705
5706 * gdb.trace/tspeed.exp: Only call gdb_load_shlib after gdb has
5707 started.
5708 * lib/gdb.exp (gdb_load_shlib): Call perror if GDB is not running.
5709
37cc0cae
TV
57102018-07-28 Tom de Vries <tdevries@suse.de>
5711
5712 * gdb.base/vla-optimized-out-o3-strict.exp: New file.
5713
63b4ecf7
TV
57142018-07-26 Tom de Vries <tdevries@suse.de>
5715
5716 * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
5717
3c3bb058
AB
57182018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
5719
5720 * gdb.base/maint.exp: Add check that dwarf unwinders control flag
5721 is visible.
5722
9e7f3bbb
TV
57232018-07-26 Tom de Vries <tdevries@suse.de>
5724
5725 PR breakpoints/23366
5726 * gdb.base/catch-follow-exec.c: New test.
5727 * gdb.base/catch-follow-exec.exp: New file.
5728
16f808ec
TV
57292018-07-25 Tom de Vries <tdevries@suse.de>
5730
5731 * gdb.base/vla-optimized-out-o3.exp: New file. Reuse
5732 vla-optimized-out.c.
5733
d7154a8d
JV
57342018-07-25 Jan Vrany <jan.vrany@fit.cvut.cz>
5735
5736 * gdb.mi/mi-breakpoint-location-ena-dis.cc: New file.
5737 * gdb.mi/mi-breakpoint-location-ena-dis.exp: New file.
5738
232a0032
TV
57392018-07-20 Tom de Vries <tdevries@suse.de>
5740
5741 * gdb.base/vla-optimized-out.c: Make noclone attribute conditional on
5742 NOCLONE macro.
5743 * gdb.base/vla-optimized-out.exp: Use additional_flags -DNOCLONE.
5744
fbb1d502
TV
57452018-07-19 Tom de Vries <tdevries@suse.de>
5746
5747 * gdb.mi/list-thread-groups-available.exp (cores_re): Fix quoting in
5748 regular expression.
5749
42dc7699
TV
57502018-07-18 Tom de Vries <tdevries@suse.de>
5751
5752 * gdb.base/vla-optimized-out.c: New test.
5753 * gdb.base/vla-optimized-out.exp: New file.
5754
7f1f7e23
SDJ
57552018-07-13 Sergio Durigan Junior <sergiodj@redhat.com>
5756
5757 * lib/gdbserver-support.exp (gdbserver_start): Expect for the
5758 message "No address associated with hostname" when gdbserver
5759 cannot resolve the hostname.
5760
5759ebb3
PW
57612018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5762
5763 * gdb.threads/pthreads.exp: Test qcs FLAG arguments.
5764 Add some test prefixes to make tests unique.
5765
3606ccab
PW
57662018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5767
5768 * gdb.base/frameapply.c: New file.
5769 * gdb.base/frameapply.exp: New file.
5770
529c08b2
PW
57712018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5772
5773 * gdb.base/skip.exp: Update expected error message.
5774
c7ab0aef
SDJ
57752018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
5776 Jan Kratochvil <jan.kratochvil@redhat.com>
5777 Paul Fertser <fercerpav@gmail.com>
5778 Tsutomu Seki <sekiriki@gmail.com>
5779
5780 * README (Testsuite Parameters): Mention new 'GDB_TEST_SOCKETHOST'
5781 parameter.
5782 * boards/native-extended-gdbserver.exp: Do not set 'sockethost'
5783 by default.
5784 * boards/native-gdbserver.exp: Likewise.
5785 * gdb.server/run-without-local-binary.exp: Improve regexp used
5786 for detecting when a remote debugging connection succeeds.
5787 * gdb.server/server-connect.exp: New file.
5788 * lib/gdbserver-support.exp (gdbserver_default_get_comm_port):
5789 Do not prefix the port number with ":".
5790 (gdbserver_start): New global GDB_TEST_SOCKETHOST. Implement
5791 support for detecting and using it. Add '$debughost_gdbserver'
5792 to the list of arguments used to start gdbserver. Handle case
5793 when gdbserver cannot resolve a network name.
5794
16ff70dd
SDJ
57952018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
5796
5797 PR c++/23373
5798 * gdb.base/ptype-offsets.cc (struct static_member): New
5799 struct.
5800 (main) <stmember>: New variable.
5801 * gdb.base/ptype-offsets.exp: Add test for printing a struct
5802 with a static member in it.
5803
3541979f
AB
58042018-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
5805
5806 * gdb.base/watchpoint-reuse-slot.exp: Test with hardware
5807 watchpoints enabled and disabled.
5808
c8ad9b9a
AB
58092018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
5810
5811 * gdb.base/examine-backward.exp: Still run tests around address
5812 0x0, even if address 0x0 is not readable. Update the pattern for
5813 matching address 0x0 in expected output.
5814
e0e5e971
AB
58152018-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
5816
5817 * gdb.base/share-env-with-gdbserver.c (main): Add call to
5818 malloc/free.
5819
1ea5da02
TV
58202018-07-04 Tom de Vries <tdevries@suse.de>
5821
5822 * gdb.dwarf2/dw2-error.exp: Update expected error message.
5823
471b9d15
MR
58242018-07-02 Maciej W. Rozycki <macro@mips.com>
5825
5826 PR tdep/8282
5827 * gdb.arch/mips-disassembler-options.exp: New test.
5828 * gdb.arch/mips-disassembler-options.s: New test source.
5829
75acb486
PA
58302018-06-29 Pedro Alves <palves@redhat.com>
5831
5832 * gdb.threads/names.exp: Adjust expected "info threads" output.
5833
cd2bb709
PA
58342018-06-29 Pedro Alves <palves@redhat.com>
5835
5836 * gdb.opt/inline-break.exp (line number, address): Add "info
5837 break" tests.
5838
991ff292
PA
58392018-06-29 Pedro Alves <palves@redhat.com>
5840
5841 * gdb.opt/inline-break.c (func1): Add "break here" marker.
5842 * gdb.opt/inline-break.exp: Test setting breakpoints by line
5843 number and address and running to them.
5844
356819b6 58452018-06-29 Richard Bunt <richard.bunt@arm.com>
49af4b70
RB
5846
5847 * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
5848
2512d7ef
JK
58492018-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
5850
5851 * lib/compiler.c: Remove executable permission flag.
5852
be1b6474
RB
58532018-06-28 Richard Bunt <richard.bunt@arm.com>
5854
5855 * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
5856 code.
5857 * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
5858
291f9a96
PT
58592018-06-28 Petr Tesarik <ptesarik@suse.cz>
5860
5861 * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
5862
ed6dfe51
PT
58632018-06-28 Petr Tesarik <ptesarik@suse.cz>
5864
5865 * gdb.base/relocate.exp: Test add-symbol-file behavior when the
5866 address argument is omitted.
5867
d4d429d5
PT
58682018-06-28 Petr Tesarik <ptesarik@suse.cz>
5869
5870 * gdb.base/relocate.exp: Add test for "symbol-file -o ".
5871
7ab6656f
OJ
58722018-06-27 Omair Javaid <omair.javaid@linaro.org>
5873
5874 PR gdb/21695
5875 * gdb.base/infoline-reloc-main-from-zero.exp: New test.
5876 * gdb.base/infoline-reloc-main-from-zero.c: New file.
5877
a33ccfc7
TT
58782018-06-26 Tom Tromey <tom@tromey.com>
5879
5880 PR rust/22574:
5881 * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
5882 * gdb.rust/simple.rs (struct SimpleLayout): New.
5883
6d72d289
SM
58842018-06-22 Simon Marchi <simon.marchi@ericsson.com>
5885
5886 * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
5887 "info registers" output.
5888
8363f9d5
RB
58892018-06-21 Richard Bunt <richard.bunt@arm.com>
5890
5891 * gdb.base/watchpoint-hw-attach.c: New test.
5892 * gdb.base/watchpoint-hw-attach.exp: New file.
5893
f00674fe
SM
58942018-06-20 Simon Marchi <simon.marchi@ericsson.com>
5895
5896 * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
5897 through /bin/sh.
5898 * boards/dwarf4-gdb-index.exp: Likewise.
5899 * boards/fission-dwp.exp: Likewise.
5900
1d554008
UW
59012018-06-20 Ulrich Weigand <uweigand@de.ibm.com>
5902
5903 * gdb.base/float128.exp: Add comment and improved fail message
5904 to the failure case of "print large128" test.
5905
d0ac1c44
SM
59062018-06-19 Simon Marchi <simon.marchi@ericsson.com>
5907
5908 * configure.ac: Remove AC_PREREQ.
5909 * configure: Re-generate.
5910
61b04dd0
PA
59112018-06-19 Pedro Alves <palves@redhat.com>
5912
5913 * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
5914 (func_extern_caller): New.
5915 (main): Call func_extern_caller.
5916 * gdb.opt/inline-break.exp: Add tests for inline frame skipping
5917 logic change.
5918
f63b508a
SM
59192018-06-18 Weimin Pan <weimin.pan@oracle.com>
5920
5921 PR gdb/16841
5922 * gdb.cp/typedef-base.cc: New file.
5923 * gdb.cp/typedef-base.exp: New file.
5924
0fe3a558
TV
59252018-06-18 Tom de Vries <tdevries@suse.de>
5926
5927 * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
5928
7010835a
AB
59292018-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
5930 Richard Bunt <Richard.Bunt@arm.com>
5931
5932 * gdb.threads/attach-slow-waitpid.c: New file.
5933 * gdb.threads/attach-slow-waitpid.exp: New file.
5934 * gdb.threads/slow-waitpid.c: New file.
5935
14897d65
PA
59362018-06-14 Pedro Alves <palves@redhat.com>
5937
5938 * gdb.base/fork-running-state.c: Include <errno.h>.
5939 (exit_if_relative_exits): New.
5940 (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
5941 exits.
5942 (fork_parent): If 'exit_if_relative_exits' is true, exit if the
5943 child exits.
5944
5d9a0608
TV
59452018-06-14 Tom de Vries <tdevries@suse.de>
5946
5947 PR cli/22573
5948 * gdb.base/finish-pretty.c: New test.
5949 * gdb.base/finish-pretty.exp: New file.
5950
11ae5818
PA
59512018-06-14 Pedro Alves <palves@redhat.com>
5952
5953 * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
5954 gdb's expected startup output.
5955
1d39de44
PA
59562018-06-14 Pedro Alves <palves@redhat.com>
5957
5958 * lib/selftest-support.exp (selftest_setup): Remove inlined
5959 function handling.
5960
70ee0000
TV
59612018-06-14 Tom de Vries <tdevries@suse.de>
5962
5963 * lib/selftest-support.exp (selftest_setup): Allow function arguments in
5964 matching of breakpoint printing.
5965
11f4b608
TV
59662018-06-13 Tom de Vries <tdevries@suse.de>
5967
5968 PR testsuite/23269
5969 * gdb.base/fork-running-state.c (main): Move setting of alarm ...
5970 (fork_child): ... here, and ...
5971 (fork_parent): ... here.
5972
59732018-06-12 Tom de Vries <tdevries@suse.de>
5974
5975 * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
5976
9516f85a
AB
59772018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
5978 Stephen Roberts <stephen.roberts@arm.com>
5979
5980 * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
5981 rewrite test to describe action performed, rather than possible
5982 failure.
5983
5045b3d7
GB
59842018-06-08 Gary Benson <gbenson@redhat.com>
5985
5986 * gdb.threads/check-libthread-db.exp: New file.
5987 * gdb.threads/check-libthread-db.c: Likewise.
5988
c61b06a1
TT
59892018-06-05 Tom Tromey <tom@tromey.com>
5990
5991 * gdb.base/default.exp: Update expected "show version" output.
5992
eb6af809
TT
59932018-06-05 Tom Tromey <tom@tromey.com>
5994
5995 PR cli/12326:
5996 * gdb.cp/static-print-quit.exp: Update.
5997 * lib/gdb.exp (pagination_prompt): Update.
5998 * gdb.base/page.exp: Use pagination_prompt. Add new tests.
5999 * gdb.python/python.exp: Update.
6000
178d6a63
JB
60012018-06-04 Joel Brobecker <brobecker@adacore.com>
6002
6003 * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
6004
8e817061
JB
60052018-06-01 Joel Brobecker <brobecker@adacore.com>
6006
6007 * gdb.ada/bp_fun_addr: New testcase.
6008
e86ca25f
TT
60092018-06-01 Tom Tromey <tom@tromey.com>
6010
6011 * gdb.xml/tdesc-regs.exp (load_description): Update expected
6012 results.
6013 * gdb.dwarf2/method-ptr.exp: Set language to C++.
6014 * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
6015 * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
6016 * gdb.base/maint.exp (maint_pass_if): Update.
6017
4b2dfa9d
MR
60182018-05-31 Maciej W. Rozycki <macro@mips.com>
6019
6020 * gdb.base/endian.exp: New test.
6021 * gdb.base/endian.c: New test source.
6022
45f25d6c
AB
60232018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
6024
6025 PR gdb/23203
6026 * gdb.base/bt-selected-frame.c: New file.
6027 * gdb.base/bt-selected-frame.exp: New file.
6028 * lib/gdb.exp (get_current_frame_number): New function.
6029
d9f6d7f8
MR
60302018-05-24 Maciej W. Rozycki <macro@mips.com>
6031 Pedro Alves <palves@redhat.com>
6032
6033 * gdb.threads/tls-core.c: Include <stdlib.h>
6034 (thread_proc): Call `abort'.
6035 * gdb.threads/tls-core.exp: Generate a core with core_find too.
6036 (tls_core_test): New procedure, bits factored out from ...
6037 (top level): ... here. Test both native cores and gcore cores.
6038
ff1cf532
TT
60392018-05-23 Tom Tromey <tom@tromey.com>
6040
6041 * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
6042
b98664d3
TT
60432018-05-23 Tom Tromey <tom@tromey.com>
6044
6045 * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
6046 symfile_complaints.
6047 (test_short_complaints): Likewise.
6048 (test_empty_complaints): Likewise.
6049 (test_initial_complaints): Update.
6050
4e9668d0
TT
60512018-05-23 Tom Tromey <tom@tromey.com>
6052
6053 * gdb.gdb/complaints.exp (test_empty_complaints): Update.
6054
43ba33c7
TT
60552018-05-23 Tom Tromey <tom@tromey.com>
6056
6057 * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
6058 (test_short_complaints): Update.
6059
035522c0
PA
60602018-05-22 Pedro Alves <palves@redhat.com>
6061
6062 * gdb.base/remote.exp: Only gdb_start after compiling the
6063 testcase. Issue "disconnect" before testing "set remote" command
6064 defaults. Issue clean_restart before running to main.
6065
cc0be08f
PA
60662018-05-22 Pedro Alves <palves@redhat.com>
6067
6068 * gdb.base/remote.exp: Adjust expected output of "show remote
6069 memory-write-packet-size". Add tests for "set remote
6070 memory-write-packet-size 0" and "set remote
6071 memory-write-packet-size fixed/limit".
6072
b1b60145
PA
60732018-05-22 Pedro Alves <palves@redhat.com>
6074
6075 PR gdb/22973
6076 * gdb.base/utf8-identifiers.c: New file.
6077 * gdb.base/utf8-identifiers.exp: New file.
6078
0ec848ad
PFC
60792018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
6080
6081 * gdb.arch/powerpc-fpscr-gcore.exp: New file.
6082
2c3305f6
PFC
60832018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
6084
6085 * gdb.arch/powerpc-vsx-gcore.exp: New file.
6086
ce1e8424
TT
60872018-05-18 Tom Tromey <tom@tromey.com>
6088
6089 * gdb.base/ptype-offsets.exp: Update.
6090
ddfe970e
KS
60912018-05-17 Keith Seitz <keiths@redhat.com>
6092
6093 * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
6094 in expected breakpoint stop locations.
6095 * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
6096 move to proper scope to test variable values.
6097 * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
6098 (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
6099 New functions.
6100 (main): Call not_inline_func3.
6101 * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
6102 inline_func1, inline_func2, and inline_func3. Test that when each
6103 breakpoint is hit, GDB properly reports both the stop location
6104 and the backtrace. Repeat tests for temporary breakpoints.
6105
0726fcc6
MR
61062018-05-15 Maciej W. Rozycki <macro@mips.com>
6107
6108 * gdb.server/server-kill.exp: Verify whether `server_pid' exists
6109 rather then trying to access it in determining whether the PID
6110 of `gdbserver' could have been retrieved.
6111
8ee22052
AB
61122018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
6113
6114 * gdb.arch/amd64-init-x87-values.S: New file.
6115 * gdb.arch/amd64-init-x87-values.exp: New file.
6116
7785df48
JK
61172018-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
6118
6119 * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
6120
56bcdbea
TT
61212018-05-04 Tom Tromey <tom@tromey.com>
6122
6123 PR python/22730:
6124 * gdb.python/python.exp: Test multi-line execute.
6125
a913fffb
TT
61262018-05-04 Tom Tromey <tom@tromey.com>
6127
6128 PR python/22731:
6129 * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
6130
7a2c85f2
TT
61312018-05-04 Tom Tromey <tom@tromey.com>
6132
6133 PR gdb/11750:
6134 * gdb.base/define.exp: Test defining a user command inside a user
6135 command.
6136 * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
6137
a3b60e45
JK
61382018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
6139 Pedro Alves <palves@redhat.com>
6140
6141 PR breakpoints/19806 and support for PR external/20207.
6142 * gdb.base/watchpoint-unaligned.c: New file.
6143 * gdb.base/watchpoint-unaligned.exp: New file.
6144
45fe4a03
AB
61452018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
6146
6147 * gdb.base/maint.exp: Make test names unique, use
6148 test_prefix_command_help to test 'help maint info', and remove
6149 repeated test of 'help maint'.
6150
9be2ae8f
TT
61512018-05-04 Tom Tromey <tom@tromey.com>
6152
6153 PR gdb/22619:
6154 * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
6155 behavior.
6156
11859c31
AB
61572018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
6158
6159 * gdb.base/maint.exp: Process output from 'maint print registers'
6160 line at a time.
6161
089a9490
AB
61622018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
6163
6164 * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
6165 timeout.
6166
9b0797e2
AB
61672018-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
6168
6169 * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
6170 filter pattern.
6171
f6ac5f3d
PA
61722018-05-02 Pedro Alves <palves@redhat.com>
6173
6174 * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
6175 to_log_command renames.
6176 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
6177
77d3c63b
TT
61782018-05-02 Tom Tromey <tom@tromey.com>
6179
6180 * gdb.python/py-parameter.exp: Set test message.
6181
0489430a
TT
61822018-05-02 Tom Tromey <tom@tromey.com>
6183
6184 PR python/20084:
6185 * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
6186 PARAM_ZUINTEGER_UNLIMITED tests.
6187
1632f8ba
DR
61882018-04-28 Dan Robertson <danlrobertson89@gmail.com>
6189
6190 PR rust/23124
6191 * gdb.rust/expr.exp: Test that the unit type is correctly parsed
6192 when casting.
6193
6d7bb824
TT
61942018-04-30 Tom Tromey <tom@tromey.com>
6195
6196 * gdb.python/py-type.exp: Check align attribute.
6197 * gdb.python/py-type.c: New "aligncheck" global.
6198
007e1530
TT
61992018-04-30 Tom Tromey <tom@tromey.com>
6200
6201 PR exp/17095:
6202 * gdb.dwarf2/dw2-align.exp: New file.
6203 * gdb.cp/align.exp: New file.
6204 * gdb.base/align.exp: New file.
6205 * lib/gdb.exp (gdb_int128_helper): New proc.
6206 (has_int128_c, has_int128_cxx): New caching procs.
6207
6873858b
TT
62082018-04-27 Tom Tromey <tom@tromey.com>
6209
6210 PR rust/22545:
6211 * gdb.rust/simple.exp: Add inclusive range tests.
6212
79188d8d
PA
62132018-04-26 Pedro Alves <palves@redhat.com>
6214
6215 * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
6216 ifunc breakpoint locations correctly of ifunc breakpoints set
6217 while the program resolves the ifunc.
6218
c7075ad5
PA
62192018-04-26 Pedro Alves <palves@redhat.com>
6220
6221 * gdb.base/gnu-ifunc-final.c: New file.
6222 * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
6223 * gdb.base/gnu-ifunc.exp (executable): Delete.
6224 (staticexecutable): Adjust.
6225 (lib_opts, exec_opts): Delete.
6226 (make_binsuffix, build, set-break): New procedures.
6227 (misc_tests): New, with tests factored out from the top level.
6228 (top level): Test different combinations of ifunc resolver name,
6229 resolver with and with debug info, and ifunc target with and
6230 without debug info. Wrap static tests with with_target_prefix.
6231
8388016d
PA
62322018-04-26 Pedro Alves <palves@redhat.com>
6233
6234 * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
6235 return type" warnings.
6236
249b5733
PA
62372018-04-25 Pedro Alves <palves@redhat.com>
6238
6239 * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
6240 killed".
6241 * gdb.base/kill-after-signal.exp: Likewise.
6242 * gdb.threads/kill.exp: Likewise.
6243
f67c0c91
SDJ
62442018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
6245 Sergio Durigan Junior <sergiodj@redhat.com>
6246 Pedro Alves <palves@redhat.com>
6247
6248 * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
6249 regexps to expect for '[Inferior ... detached]' as well.
6250 * gdb.base/attach.exp: Likewise.
6251 * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
6252 "gdb_continue_to_end".
6253 (test_catch_syscall_with_wrong_args): Likewise.
6254 * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
6255 ']'. Don't set 'verbose' on.
6256 * gdb.base/foll-vfork.exp: Likewise.
6257 * gdb.base/fork-print-inferior-events.c: New file.
6258 * gdb.base/fork-print-inferior-events.exp: New file.
6259 * gdb.base/hook-stop.exp: Adjust regexps to expect for new
6260 '[Inferior ... has been killed]' message.
6261 * gdb.base/kill-after-signal.exp: Likewise.
6262 * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
6263 detach message.
6264 * gdb.threads/kill.exp: Adjust regexps to expect for new kill
6265 message.
6266 * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
6267 regexps to expect for '[Inferior ... detached]' as well.
6268 * gdb.threads/process-dies-while-detaching.exp: Likewise.
6269
0a8ddac4
SM
62702018-04-24 Simon Marchi <simon.marchi@ericsson.com>
6271
6272 PR gdb/23104
6273 * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
6274
701adfb0
PA
62752018-04-22 Rajendra SY <rajendra.sy@gmail.com>
6276
6277 PR gdb/23095
6278 * gdb.base/break-probes.exp: Pass shlib_load to
6279 prepare_for_testing. Set normal_bp to r_debug_state if target is
6280 bsd.
6281
d27d16bf
RB
62822018-04-19 Richard Bunt <richard.bunt@arm.com>
6283
6284 * gdb.threads/multiple-successive-infcall.c: New test.
6285 * gdb.threads/multiple-successive-infcall.exp: New file.
6286
a037790e
TT
62872018-04-17 Tom Tromey <tom@tromey.com>
6288
6289 * gdb.rust/simple.rs (Union): New type.
6290 (main): New local "u".
6291 * gdb.rust/simple.exp (test_one_slice): Add new test case.
6292
e3a91079
AA
62932018-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
6294
6295 * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
6296 number information in output of "whereis" command.
6297 * gdb.base/info-fun.exp: Likewise, for "info fun" command.
6298
b744723f
AA
62992018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6300
6301 * gdb.ada/info_types.exp: Adjust expected output to the line
6302 numbers now printed by "info var/func/type".
6303 * gdb.base/completion.exp: Likewise.
6304 * gdb.base/included.exp: Likewise.
6305 * gdb.cp/cp-relocate.exp: Likewise.
6306 * gdb.cp/cplusfuncs.exp: Likewise.
6307 * gdb.cp/namespace.exp: Likewise.
6308 * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
6309
4a4495d6
MM
63102018-04-13 Markus Metzger <markus.t.metzger@intel.com>
6311
6312 * gdb.btrace/cpu.exp: New.
6313
1d509aa6
MM
63142018-04-13 Markus Metzger <markus.t.metzger@intel.com>
6315
6316 * gdb.base/step-indirect-call-thunk.exp: New.
6317 * gdb.base/step-indirect-call-thunk.c: New.
6318 * gdb.reverse/step-indirect-call-thunk.exp: New.
6319 * gdb.reverse/step-indirect-call-thunk.c: New.
6320
6295b6da
SM
63212018-04-11 Simon Marchi <simon.marchi@ericsson.com>
6322
6323 * gdb.base/pie-fork.c: New file.
6324 * gdb.base/pie-fork.exp: New file.
6325
50146e70
TT
63262018-04-11 Tom Tromey <tom@tromey.com>
6327
6328 * gdb.rust/simple.exp: Add test for ".." struct initializer.
6329
f50d8a2e
PA
63302018-04-10 Pedro Alves <palves@redhat.com>
6331
6332 * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
6333 exits. Instead loop running forever.
6334 (fork_parent): Run forever too.
6335
a0be7a36
SM
63362018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
6337
6338 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
6339 mi_continue_to_line.
6340 * gdb.mi/mi-stack.c (callee4): Add comment.
6341
9b73db36
SM
63422018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
6343
6344 * gdb.mi/mi-stack.exp: Fix indentation.
6345
c912f608
SM
63462018-04-07 Simon Marchi <simon.marchi@ericsson.com>
6347
6348 PR gdb/22979
6349 * gdb.arch/amd64-osabi.exp: New file.
6350
26540402
SM
63512018-04-07 Simon Marchi <simon.marchi@ericsson.com>
6352
6353 PR gdb/22980
6354 * gdb.base/osabi.exp: New file.
6355
121ad66c 63562018-04-02 Weimin Pan <weimin.pan@oracle.com>
79f18731
WP
6357
6358 * gdb.cp/static-typedef-print.exp: New file.
6359 * gdb.cp/static-typedef-print.cc: New file.
6360
3fcded8f
JB
63612018-03-27 Joel Brobecker <brobecker@adacore.com>
6362
6363 * gdb.ada/varsize_limit: New testcase.
6364
59cc4834
JB
63652018-03-27 Joel Brobecker <brobecker@adacore.com>
6366
6367 * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
6368
6369 * gdb.ada/notcplusplus: New testcase.
6370
6371 * gdb.base/c-linkage-name.c: New file.
6372 * gdb.base/c-linkage-name.exp: New testcase.
6373
4ca59a9f
TT
63742018-03-26 Tom Tromey <tom@tromey.com>
6375
6376 * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
6377 * gdb.python/py-framefilter.py (name_error): New global.
6378 (ErrorInName.function): Use name_error.
6379
978d6c75
TT
63802018-03-26 Tom Tromey <tom@tromey.com>
6381
6382 PR backtrace/15582:
6383 * gdb.python/py-framefilter.exp: Add "bt hide" test.
6384
b7fee5a3
KS
63852018-03-23 Keith Seitz <keiths@redhat.com>
6386
6387 PR c++/22968
6388 * gdb.cp/subtypes.exp: New file.
6389 * gdb.cp/subtypes.h: New file.
6390 * gdb.cp/subtypes.cc: New file.
6391 * gdb.cp/subtypes-2.cc: New file.
6392
376be529
AB
63932018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
6394
6395 * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
6396 (done): Call '_exit' not 'exit' to avoid atexit handlers.
6397 * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
6398 -nostartfiles when compiling the test. Confirm that all registers
6399 xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
6400
066cfa98
AB
64012018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
6402
6403 * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
6404 option, syntax was wrong anyway.
6405 * gdb.arch/arm-disp-step.exp: Likewise.
6406 * gdb.arch/sparc64-regs.exp: Likewise.
6407 * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
6408 option, syntax was wrong anyway, switch to use
6409 prepare_for_testing.
6410 * gdb.arch/i386-disp-step.exp: Likewise.
6411
079670b9
AA
64122018-03-23 Andreas Arnez <arnez@linux.vnet.ibm.com>
6413
6414 * gdb.ada/exec_changed.exp: Replace "target_info exists
6415 use_gdb_stub" by "use_gdb_stub".
6416 * gdb.ada/start.exp: Likewise.
6417 * gdb.base/async-shell.exp: Likewise.
6418 * gdb.base/attach-pie-misread.exp: Likewise.
6419 * gdb.base/attach-wait-input.exp: Likewise.
6420 * gdb.base/break-entry.exp: Likewise.
6421 * gdb.base/break-interp.exp: Likewise.
6422 * gdb.base/dprintf-detach.exp: Likewise.
6423 * gdb.base/nostdlib.exp: Likewise.
6424 * gdb.base/solib-nodir.exp: Likewise.
6425 * gdb.base/statistics.exp: Likewise.
6426 * gdb.base/testenv.exp: Likewise.
6427 * gdb.mi/mi-exec-run.exp: Likewise.
6428 * gdb.mi/mi-start.exp: Likewise.
6429 * gdb.multi/dummy-frame-restore.exp: Likewise.
6430 * gdb.multi/multi-arch-exec.exp: Likewise.
6431 * gdb.multi/multi-arch.exp: Likewise.
6432 * gdb.multi/tids.exp: Likewise.
6433 * gdb.multi/watchpoint-multi.exp: Likewise.
6434 * gdb.python/py-events.exp: Likewise.
6435 * gdb.threads/attach-into-signal.exp: Likewise.
6436 * gdb.threads/attach-stopped.exp: Likewise.
6437 * gdb.threads/threadapply.exp: Likewise.
6438 * lib/selftest-support.exp: Likewise.
6439
26d6cec4
AA
64402018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
6441
6442 * gdb.base/info-proc.exp: Add test for "info proc cmdline".
6443
4ee89e90
SR
64442018-03-20 Stephen Roberts <stephen.roberts@arm.com>
6445
6446 * gdb.perf/template-breakpoints.cc: New file.
6447 * gdb.perf/template-breakpoints.exp: New file.
6448 * gdb.perf/template-breakpoints.py: New file.
6449
92630041
TT
64502018-03-19 Tom Tromey <tom@tromey.com>
6451
6452 * gdb.rust/simple.rs (main): Add local variables field1, field2,
6453 y0.
6454 * gdb.rust/simple.exp: Test bare identifier form of struct
6455 initializer.
6456
76727919
TT
64572018-03-19 Tom Tromey <tom@tromey.com>
6458
6459 * gdb.gdb/observer.exp: Remove.
6460
194ed413
AA
64612018-03-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
6462
6463 * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
6464 "qualified" option when setting breakpoints.
6465 * gdb.trace/backtrace.exp: Likewise.
6466 * gdb.trace/circ.exp: Likewise.
6467 * gdb.trace/collection.exp: Likewise.
6468 * gdb.trace/disconnected-tracing.exp: Likewise.
6469 * gdb.trace/ftrace-lock.exp: Likewise.
6470 * gdb.trace/ftrace.exp: Likewise.
6471 * gdb.trace/infotrace.exp: Likewise.
6472 * gdb.trace/packetlen.exp: Likewise.
6473 * gdb.trace/passc-dyn.exp: Likewise.
6474 * gdb.trace/qtro.exp: Likewise.
6475 * gdb.trace/read-memory.exp: Likewise.
6476 * gdb.trace/report.exp: Likewise.
6477 * gdb.trace/signal.exp: Likewise.
6478 * gdb.trace/status-stop.exp: Likewise.
6479 * gdb.trace/strace.exp: Likewise.
6480 * gdb.trace/tfind.exp: Likewise.
6481 * gdb.trace/trace-break.exp: Likewise.
6482 * gdb.trace/trace-condition.exp: Likewise.
6483 * gdb.trace/trace-mt.exp: Likewise.
6484 * gdb.trace/tstatus.exp: Likewise.
6485 * gdb.trace/tsv.exp: Likewise.
6486 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
6487 * gdb.trace/unavailable.exp: Likewise.
6488 * gdb.trace/while-dyn.exp: Likewise.
6489
8b067d2c
AA
64902018-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
6491
6492 * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
6493 that libinproctrace is copied to the target.
6494
3ae9ce5d
TT
64952018-03-14 Tom Tromey <tom@tromey.com>
6496
6497 PR cli/14977:
6498 * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
6499 a null pointer.
6500 * gdb.base/wchar.exp: Likewise.
6501
b8c2339b
TT
65022018-03-14 Tom Tromey <tom@tromey.com>
6503
6504 PR cli/19918:
6505 * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
6506 flag.
6507
4872dc46
SM
65082018-03-08 Simon Marchi <simon.marchi@ericsson.com>
6509
6510 PR gdb/22841
6511 * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
6512 "target" to remote_exec.
6513
e4fe3756
SM
65142018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
6515
6516 PR gdb/22841
6517 * boards/gdbserver-base.exp (${board}_file, ${board}_download,
6518 ${board}_upload): Remove.
6519
e95a97d4
AA
65202018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
6521
6522 * gdb.cp/watch-cp.cc: New test.
6523 * gdb.cp/watch-cp.exp: New file.
6524
dbbb1059
AB
65252018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
6526
6527 * gdb.base/infcall-nested-structs.exp: New file.
6528 * gdb.base/infcall-nested-structs.c: New file.
6529 * gdb.base/float.exp: Add riscv support.
6530
ecc054c0
TP
65312018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
6532
6533 * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
6534 * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
6535
25e3c82c
SDJ
65362018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
6537
6538 * gdb.server/abspath.exp: New file.
6539 * lib/gdb.exp (with_cwd): New procedure.
6540
3083294d
SM
65412018-02-28 Simon Marchi <simon.marchi@ericsson.com>
6542
6543 * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
6544 use it.
6545 (gdb_is_target_remote_prompt): New proc.
6546 (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
6547 (gdb_is_target_native): Pass prompt parameter to
6548 gdb_is_target_1.
6549
3275ef47
SM
65502018-02-26 Simon Marchi <simon.marchi@polymtl.ca>
6551
6552 * gdb.base/load-command.c: New file.
6553 * gdb.base/load-command.exp: New file.
6554 * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
6555 (gdb_is_target_1): ...this, and generalize for other targets
6556 than just remote.
6557 (gdb_is_target_remote): Use gdb_is_target_1.
6558 (gdb_is_target_native): use gdb_is_target_1.
6559
6893c19a
TT
65602018-02-26 Tom Tromey <tom@tromey.com>
6561
6562 PR python/16497:
6563 * gdb.python/py-framefilter.exp: Update test.
6564
2ddeaf8a
TT
65652018-02-26 Tom Tromey <tom@tromey.com>
6566
6567 * gdb.dwarf2/variant.c: New file.
6568 * gdb.dwarf2/variant.exp: New file.
6569
c9317f21
TT
65702018-02-26 Tom Tromey <tom@tromey.com>
6571
6572 * gdb.rust/simple.exp: Accept more possible results in enum test.
6573
6f6d0c26
SM
65742018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
6575
6576 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
6577 parentheses.
6578
11b03145
MR
65792018-02-23 Maciej W. Rozycki <macro@mips.com>
6580
6581 * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
6582 name of a variable: $actual_linejj -> $actual_line.
6583
54a27fe5
JB
65842018-02-21 John Baldwin <jhb@FreeBSD.org>
6585
6586 * gdb.arch/amd64-i386-address.exp: Fix a typo.
6587
de65820c
MM
65882018-02-20 Markus Metzger <markus.t.metzger@intel.com>
6589
6590 * gdb.btrace/buffer-size.exp: Do not force BTS.
6591
980548fd
PA
65922018-02-14 Pedro Alves <palves@redhat.com>
6593
6594 * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
6595 getting a "Quit".
6596
c4e12631
MM
65972018-02-09 Markus Metzger <markus.t.metzger@intel.com>
6598
6599 * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
6600 Fix test name.
6601
c2e0e465
SM
66022018-02-07 Simon Marchi <simon.marchi@ericsson.com>
6603
6604 * gdb.cp/m-static.exp: Check type of optimized out static
6605 member.
6606
f7216783
AB
66072018-02-03 Andrew Burgess <andrew.burgess@embecosm.com>
6608
6609 * config/sid.exp (gdb_target_sid): Remove use of cleanup.
6610 * config/sim.exp (gdb_target_sim): Remove use of cleanup.
6611
0625771b
LS
66122018-02-01 Simon Marchi <simon.marchi@polymtl.ca>
6613 Leszek Swirski <leszeks@google.com>
6614
6615 * gdb.python/py-prettyprint.c
6616 (struct to_string_returns_value_inner,
6617 struct to_string_returns_value_wrapper): New.
6618 (main): Add tsrvw variable.
6619 * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
6620 ToStringReturnsValueWrapper): New classes.
6621 (register_pretty_printers): Register new pretty-printers.
6622 * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
6623 recursive pretty printer.
6624 * gdb.python/py-mi.exp: Likewise.
6625
59498c30
LS
66262018-02-01 Leszek Swirski <leszeks@google.com>
6627
6628 * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
6629 functions with the same name as an include file are parsed
6630 correctly.
6631
d4d38844
YQ
66322018-02-01 Yao Qi <yao.qi@linaro.org>
6633
6634 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
6635 "\[^\r\n\]*".
6636
07e5f5cf
NP
66372018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
6638
6639 * gdb.arch/powerpc-prologue-frame.s: New file.
6640 * gdb.arch/powerpc-prologue-frame.c: Likewise.
6641 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
6642
929b5ad4
JB
66432018-01-31 Joel Brobecker <brobecker@adacore.com>
6644
6645 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
6646
e671cd59
PA
66472018-01-30 Pedro Alves <palves@redhat.com>
6648
6649 PR gdb/13211
6650 * gdb.base/interrupt-daemon.c: New.
6651 * gdb.base/interrupt-daemon.exp: New.
6652 * gdb.multi/multi-term-settings.c: New.
6653 * gdb.multi/multi-term-settings.exp: New.
6654
fc413dc4
JB
66552018-01-30 Joel Brobecker <brobecker@adacore.com>
6656
6657 * gdb.base/break.exp: Save the location where the breakpoint
6658 on break.c:47 was actually inserted when debugging the version
6659 compiled at -O2 and use it in the expected output of the "info
6660 break" test performed soon after.
6661
5c319bb2
PA
66622018-01-22 Pedro Alves <palves@redhat.com>
6663 Sergio Durigan Junior <sergiodj@redhat.com>
6664
6665 * gdb.base/whatis.exp: Add tests for 'set print object on' +
6666 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
6667
a9e40818
JB
66682018-01-22 Joel Brobecker <brobecker@adacore.com>
6669
6670 * gdb.base/break-include.c, gdb.base/break-include.inc,
6671 gdb.base/break-include.exp: New files.
6672 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
6673 line number now being the actual line number where the breakpoint
6674 was inserted.
6675 * gdb.mi/mi-break.exp: Likewise.
6676 * gdb.mi/mi-reverse.exp: Likewise.
6677 * gdb.mi/mi-simplerun.exp: Ditto.
6678
e707fc44
AB
66792018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
6680
6681 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
6682 varobj.
6683 * gdb.mi/mi-var-create-rtti.exp: Likewise.
6684
ae451627
AB
66852018-01-21 Don Breazeal <donb@codesourcery.com>
6686 Andrew Burgess <andrew.burgess@embecosm.com>
6687
6688 * gdb.mi/basics.c: Add new global.
6689 * gdb.mi/mi-frame-regs.exp: New file.
6690 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
6691 case.
6692
b1b189e0
AB
66932018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
6694
6695 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
6696 non-parameter, and on an unknown symbol.
6697
fcfcc376
TT
66982018-01-19 Tom Tromey <tom@tromey.com>
6699
6700 * gdb.rust/modules.rs (TWENTY_THREE): New global.
6701 * gdb.rust/modules.exp: Add ::-qualified lookup test.
6702
634c1c31
AA
67032018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
6704
6705 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
6706 setrlimit and chdir to int.
6707
d6ad07fd
AA
67082018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
6709
6710 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
6711 function.
6712 (my_tend): Likewise.
6713 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
6714 rationale of avoiding FP- and vector instructions.
6715
adf8243b
RK
67162018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
6717
6718 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
6719 "info reg" with "\[ \t\]*".
6720 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
6721 "\[ \t\]+".
6722 * gdb.arch/s390-multiarch.exp: Ditto.
6723 * gdb.base/pc-fp.exp: Ditto.
6724 * gdb.reverse/i386-precsave.exp: Ditto.
6725 * gdb.reverse/i386-reverse.exp: Ditto.
6726 * gdb.reverse/i387-env-reverse.exp: Ditto.
6727 * gdb.reverse/i387-stack-reverse.exp: Ditto.
6728
dcc06925
AA
67292018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
6730
6731 * lib/gdb.exp (gdb_compile): Re-enable use of
6732 universal_compile_options for languages other than Rust.
6733
25d4fd80
AA
67342018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
6735
6736 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
6737
ee7f689e 67382018-01-17 Mike Gulick <mgulick@mathworks.com>
41667530
MG
6739
6740 PR gdb/16577
6741 * gdb.base/solib-vanish.exp: New.
6742 * gdb.base/solib-vanish-main.c: New.
6743 * gdb.base/solib-vanish-lib1.c: New.
6744 * gdb.base/solib-vanish-lib2.c: New.
6745
d8447b6b
YQ
67462018-01-17 Yao Qi <yao.qi@linaro.org>
6747
6748 * gdb.compile/compile.exp: Match the address printed for
6749 frame in the output of command "bt".
6750
86d6a90c
TT
67512018-01-15 Tom Tromey <tom@tromey.com>
6752
6753 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
6754 compute sp_reg.
6755
cbcdb1aa
AB
67562018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
6757
6758 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
6759 to prepare.
6760 (prepare): Return 0 on error, 1 on success.
6761
eea61984
PA
67622018-01-12 Pedro Alves <palves@redhat.com>
6763
6764 * gdb.base/continue-after-aborted-step-over.c: New.
6765 * gdb.base/continue-after-aborted-step-over.exp: New.
6766
6181e9c2
SM
67672018-01-11 Simon Marchi <simon.marchi@ericsson.com>
6768
6769 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
6770 options when not creating an executable.
6771
3cada740
PA
67722018-01-11 Pedro Alves <palves@redhat.com>
6773
6774 PR remote/22597
6775 * gdb.server/stop-reply-no-thread.c: New file.
6776 * gdb.server/stop-reply-no-thread.exp: New file.
6777
c63d3e8d
PA
67782018-01-10 Pedro Alves <palves@redhat.com>
6779
6780 PR gdb/22670
6781 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
6782 functions too. Test setting breakpoints and printing C functions
6783 with no debug info too.
6784 * gdb.ada/bp_c_mixed_case/qux.c: New file.
6785
d4c2a405
PA
67862018-01-10 Pedro Alves <palves@redhat.com>
6787
6788 PR gdb/22670
6789 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
6790 a fail.
6791
8825213e
PA
67922018-01-10 Pedro Alves <palves@redhat.com>
6793
6794 PR gdb/22670
6795 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
6796
605fd3c6
YQ
67972018-01-08 Simon Marchi <simon.marchi@ericsson.com>
6798
6799 * gdb.server/unittest.exp: Match the output in non-development
6800 mode.
6801
1e5ded6c
YQ
68022018-01-08 Simon Marchi <simon.marchi@ericsson.com>
6803
6804 * gdb.gdb/unittest.exp: Match output in non-development mode.
6805
30066b0b
JB
68062018-01-08 Joel Brobecker <brobecker@adacore.com>
6807
6808 * gdb.ada/access_tagged_param.exp: Relax expected output
6809 for value of "ObjL" in "continue" to pck.inspect breakpoint
6810 test.
6811
04bafb1e
XR
68122018-01-08 Joel Brobecker <brobecker@adacore.com>
6813
9f86398b
JB
6814 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
6815 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
04bafb1e 6816
e379cee6
PA
68172018-01-05 Pedro Alves <palves@redhat.com>
6818
6819 PR gdb/18653
6820 * gdb.base/libsegfault.exp: New.
6821
de63c46b
PA
68222018-01-05 Joel Brobecker <brobecker@adacore.com>
6823
6824 PR gdb/22670
6825 * gdb.ada/access_tagged_param.exp: New file.
6826 * gdb.ada/access_tagged_param/foo.adb: New file.
6827
f98fc17b
PA
68282018-01-05 Pedro Alves <palves@redhat.com>
6829
6830 PR gdb/22670
6831 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
6832 exercise lower case too, and to exercise both full matching and
6833 wild matching.
6834
342f8240
JB
68352018-01-05 Joel Brobecker <brobecker@adacore.com>
6836
6837 * gdb.ada/rename_subscript_param: New testcase.
6838
7150d33c
JG
68392018-01-05 Jerome Guitton <guitton@adacore.com>
6840
6841 * gdb.ada/arr_acc_idx_w_gap: New testcase.
6842
cc0e770c
JB
68432018-01-05 Joel Brobecker <brobecker@adacore.com>
6844
6845 * gdb.ada/convvar_comp: New testcase.
6846
672a41aa 68472018-01-05 Xavier Roirand <roirand@adacore.com>
e3861a03
XR
6848
6849 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
6850 (My_Table): New global variable.
6851 * testsuite/gdb.ada/array_char_idx.exp: Add test.
6852
7365ec2f
JB
68532018-01-04 Joel Brobecker <brobecker@adacore.com>
6854
6855 PR gdb/22670
6856 * gdb.ada/maint_with_ada: New testcase.
6857
289483b6
JB
68582018-01-04 Joel Brobecker <brobecker@adacore.com>
6859
6860 PR gdb/22670
6861 * gdb.ada/bp_c_mixed_case: New testcase.
6862
344420da
JB
68632018-01-04 Joel Brobecker <brobecker@adacore.com>
6864
6865 PR gdb/22670
6866 * gdb.ada/complete.exp: Add "complete break ada" test.
6867
66fc87a0
JB
68682018-01-04 Joel Brobecker <brobecker@adacore.com>
6869
6870 PR gdb/22670
6871 * gdb.ada/info_addr_mixed_case: New testcase.
6872
9f757bf7
XR
68732018-01-03 Xavier Roirand <roirand@adacore.com>
6874
6875 * gdb.ada/excep_handle.exp: New testcase.
6876 * gdb.ada/excep_handle/foo.adb: New file.
6877 * gdb.ada/excep_handle/pck.ads: New file.
6878
bd570f80
JB
68792018-01-03 Joel Brobecker <brobecker@adacore.com>
6880
6881 * gdb.base/step-line.c: Add extra empty line in copyright header.
6882 * gdb.base/step-line.inp: Likewise.
6883
9fe561ab
JB
68842018-01-02 Joel Brobecker <brobecker@adacore.com>
6885
6886 * gdb.ada/dyn_stride.exp: Add slice test.
6887
a405673c
JB
68882018-01-02 Joel Brobecker <brobecker@adacore.com>
6889
6890 * gdb.ada/dyn_stride: New testcase.
6891
cef0f868
SH
68922017-12-27 Stafford Horne <shorne@gmail.com>
6893
6894 * gdb.xml/extra-regs.xml: Add example foo reggroup.
6895 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
6896
b67d92b0
SH
68972017-12-27 Stafford Horne <shorne@gmail.com>
6898
6899 * gdb.base/reggroups.c: New file.
6900 * gdb.base/reggroups.exp: New file.
6901
eccab96d
JB
69022017-12-18 Joel Brobecker <brobecker@adacore.com>
6903
6904 * gdb.dwarf2/ada-valprint-error.c: New file.
6905 * gdb.dwarf2/ada-valprint-error.exp: New file.
6906
0e2da9f0
JB
69072017-12-18 Joel Brobecker <brobecker@adacore.com>
6908
6909 * gdb.ada/assign_arr: New testcase.
6910
cb923fcc
XR
69112017-12-18 Xavier Roirand <roirand@adacore.com>
6912
6913 * gdb.ada/funcall_ptr: New testcase.
6914
7c161838
SDJ
69152017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
6916
6917 PR cli/16224
6918 * gdb.base/ptype-offsets.cc: New file.
6919 * gdb.base/ptype-offsets.exp: New file.
6920
1af17fd9
YQ
69212017-12-15 Yao Qi <yao.qi@linaro.org>
6922
6923 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
6924 if XML is disabled.
6925
828d5846
XR
69262017-12-15 Xavier Roirand <roirand@adacore.com>
6927
6928 * gdb.ada/same_component_name: New testcase.
6929
79e8fcaa
JB
69302017-12-14 Joel Brobecker <brobecker@adacore.com>
6931
6932 * gdb.ada/str_binop_equal: New testcase.
6933
e05fa6f9
JB
69342017-12-14 Joel Brobecker <brobecker@adacore.com>
6935
6936 * gdb.ada/task_switch_in_core: New testcase.
6937
b89641ba
SM
69382017-12-13 Simon Marchi <simon.marchi@ericsson.com>
6939
6940 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
6941 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
6942 call test_bkpt_qualified.
6943 (test_bkpt_qualified): New proc.
6944
6892d2e4
PA
69452017-12-13 Pedro Alves <palves@redhat.com>
6946
6947 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
6948 Tighten regexp by matching with an anchor.
6949
a22ecf70
PA
69502017-12-13 Pedro Alves <palves@redhat.com>
6951
6952 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
6953 ("expression with namespace"): New set of tests.
6954 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
6955 (Nested::Test_NS::qux): New.
6956 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
6957 defaults to 'start_quote_char' and 'end_quote_char' parameters.
6958
9937536c
JB
69592017-12-13 Joel Brobecker <brobecker@adacore.com>
6960
6961 * gdb.base/server-del-break.c: New file.
6962 * gdb.base/server-del-break.exp: New file.
6963
fe49c6f5
SH
69642017-12-12 Stafford Horne <shorne@gmail.com>
6965
6966 * gdb.xml/tdesc-regs.exp: Add or1k support.
6967
c3d18620
SH
69682017-12-12 Stafford Horne <shorne@gmail.com>
6969
6970 * gdb.base/bp-permanent.c: Define nop of or1k.
6971
c5f9cfc8
JB
69722017-12-11 Joel Brobecker <brobecker@adacore.com>
6973
6974 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
6975 output with components being reordered.
6976
a9c135fc
JB
69772017-12-11 Joel Brobecker <brobecker@adacore.com>
6978
6979 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
6980 output with components being reordered.
6981
927aa2e7
JK
69822017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
6983 Pedro Alves <palves@redhat.com>
6984
6985 * gdb.base/maint.exp (check for .gdb_index): Check also for
6986 .debug_names.
6987 * gdb.dlang/watch-loc.c (.debug_aranges): New.
6988 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
6989 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
6990 (.gdb_index used after symbol reloading): Support also .debug_names.
6991 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
6992
f17d9474
YQ
69932017-12-08 Yao Qi <yao.qi@linaro.org>
6994
6995 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
6996 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
6997
a0de8c21
YQ
69982017-12-08 Yao Qi <yao.qi@linaro.org>
6999
7000 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
7001 * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
7002
a738ea1d
YQ
70032017-12-08 Yao Qi <yao.qi@linaro.org>
7004
7005 * gdb.arch/aarch64-tagged-pointer.c: New file.
7006 * gdb.arch/aarch64-tagged-pointer.exp: New file.
7007
1cd9a73b
SDJ
70082017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
7009
7010 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
7011 "int".
7012
fa6eb693
KS
70132017-12-07 Keith Seitz <keiths@redhat.com>
7014
7015 PR breakpoints/22569
7016 * gdb.linespec/ls-errs.exp: Change expected result of "break
7017 -source this file has spaces.c -line 3".
7018 Check that an explicit source file followed by whitespace is
7019 identified as an invalid explicit location.
7020
883fd55a
KS
70212017-12-07 Keith Seitz <keiths@redhat.com>
7022
7023 * gdb.cp/nested-types.cc: New file.
7024 * gdb.cp/nested-types.exp: New file.
7025 * lib/cp-support.exp: Load data-structures.exp library.
7026 (debug_cp_test_ptype_class): New global.
7027 (cp_ptype_class_verbose, next_line): New procedures.
7028 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
7029 Add and document new return value.
7030 Switch the list of lines to a queue.
7031 Add support for new `type' key for nested type definitions.
7032 Add debugging/troubleshooting messages.
7033 * lib/data-structures.exp: New file.
7034
ec72db3e
SM
70352017-12-07 Simon Marchi <simon.marchi@ericsson.com>
7036
7037 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
7038 with proc_with_prefix, don't use with_test_prefix.
7039
99598d71
TT
70402017-12-07 Tom Tromey <tom@tromey.com>
7041
7042 * gdb.base/break.exp: Add test for empty "commands".
7043
a8806230
YQ
70442017-12-07 Yao Qi <yao.qi@linaro.org>
7045
7046 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
7047 malloc and catch syscall.
7048
824cc835
PM
70492017-12-07 Phil Muldoon <pmuldoon@redhat.com>
7050
e79be6e5 7051 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
824cc835
PM
7052 tests for explicit locations.
7053
7cc244de
PA
70542017-12-06 Pedro Alves <palves@redhat.com>
7055
7056 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
7057 force-disabling XML descriptions.
7058
50a1fdd5
PA
70592017-12-04 Pedro Alves <palves@redhat.com>
7060
7061 PR gdb/22499
7062 * gdb.arch/amd64-disp-step-avx.S: New file.
7063 * gdb.arch/amd64-disp-step-avx.exp: New file.
7064
f0fb2488
PA
70652017-12-03 Pedro Alves <palves@redhat.com>
7066
7067 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
7068 and <string.h>.
7069 (parent_function): Print distinct messages when waitpid fails, or
7070 the child exits with a signal, or the child exits for an unhandled
7071 reason.
7072 * gdb.threads/process-dies-while-detaching.exp
7073 (detach_and_expect_exit): New 'inf_output_re' parameter and use
7074 it. Wait for both inferior output and GDB's prompt. Use an
7075 indirect spawn id list.
7076 (do_detach): New parameter 'child_exit'. Use it to compute
7077 expected inferior output.
7078 (test_detach, test_detach_watch, test_detach_killed_outside):
7079 Adjust to pass down the expected child exit kind.
7080
97cbe998
SDJ
70812017-12-01 Joel Brobecker <brobecker@adacore.com>
7082 Sergio Durigan Junior <sergiodj@redhat.com>
7083 Pedro Alves <palves@redhat.com>
7084
7085 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
7086
40fc416f
SDJ
70872017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
7088
7089 * gdb.base/relocate.exp: Add tests to guarantee that arguments
7090 to 'symbol-file' and 'add-symbol-file' can be
7091 position-independent.
7092
1cc75e92
YQ
70932017-12-01 Yao Qi <yao.qi@linaro.org>
7094
7095 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
7096 the URL in copyright header.
7097 * gdb.arch/aarch64-fp.exp: Likewise.
7098 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
7099 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
7100 * gdb.base/expand-psymtabs.exp: Likewise.
7101 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
7102 * gdb.fortran/common-block.exp: Likewise.
7103 * gdb.fortran/common-block.f90: Likewise.
7104 * gdb.fortran/logical.exp: Likewise.
7105 * gdb.fortran/vla-datatypes.f90: Likewise.
7106 * gdb.fortran/vla-sub.f90: Likewise.
7107
875fb7a7
JB
71082017-11-30 Joel Brobecker <brobecker@adacore.com>
7109
7110 * gdb.ada/repeat_dyn: New testcase.
7111
6f14765f
UW
71122017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
7113
7114 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
7115 Update for changed thread numbering.
7116 * gdb.cell/bt.exp: Update for changed GDB output.
7117
f1af7b94
SM
71182017-11-30 Simon Marchi <simon.marchi@ericsson.com>
7119
7120 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
7121 setting isremote by hand.
7122 * boards/dwarf4-gdb-index.exp: Likewise.
7123 * boards/fission.exp: Likewise.
7124 * boards/stabs.exp: Likewise.
7125
e3919f3e
PA
71262017-11-30 Pedro Alves <palves@redhat.com>
7127
7128 * gdb.linespec/cpls-ops.exp
7129 (check_explicit_skips_function_argument): Extract the underlying
7130 type of size_t instead of hardcoding it.
7131
bd69330d
PA
71322017-11-29 Pedro Alves <palves@redhat.com>
7133
7134 PR c++/19436
7135 * gdb.linespec/cpls-abi-tag.cc: New file.
7136 * gdb.linespec/cpls-abi-tag.exp: New file.
7137
a20714ff
PA
71382017-11-29 Pedro Alves <palves@redhat.com>
7139
7140 * gdb.base/langs.exp: Use -qualified.
7141 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
7142 it.
7143 * gdb.cp/namespace.exp: Use -qualified.
7144 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
7145 (overload-3, template-overload, template-ret-type, const-overload)
7146 (const-overload-quoted, anon-ns, ambiguous-prefix): New
7147 procedures.
7148 (test_driver): Call them.
7149 * gdb.cp/save-bp-qualified.cc: New.
7150 * gdb.cp/save-bp-qualified.exp: New.
7151 * gdb.linespec/explicit.exp: Test -qualified.
7152 * lib/completion-support.exp (completion::explicit_opts_list): Add
7153 "-qualified".
7154 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
7155
f6f1d339
PM
71562017-11-29 Phil Muldoon <pmuldoon@redhat.com>
7157
7158 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
7159
02ca603a
TT
71602017-11-29 Tom Tromey <tom@tromey.com>
7161
7162 * gdb.base/relocate.exp: Update invalid argument test.
7163 Add new tests for invalid arguments.
7164
ed6c0bfb
TP
71652017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
7166
7167 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
7168 Return 0 as a long.
7169 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
7170
f106e10e
TP
71712017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
7172
7173 * gdb.cp/breakpoint.cc (bar): Set return type to void.
7174 * gdb.cp/psymtab-parameter.cc (func): Likewise.
7175 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
7176 func ().
7177 * gdb.cp/shadow.cc (B.func): Return 0.
7178
10329bb2
JB
71792017-11-27 Joel Brobecker <brobecker@adacore.com>
7180
7181 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
7182 expected output in gdb_expect call to allow the exception
7183 message to be present as well. Fix syntax confusion to avoid
7184 TCL thinking that exception_name is an array.
7185
617cd4bc
UW
71862017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
7187
7188 * gdb.arch/spu-info.c: Include <unistd.h>.
7189 (do_signal_test): Fix broken calls to write.
7190 * gdb.arch/spu-info.exp: Use prepare_for_testing.
7191 Fix checks for empty mailboxes. Update signal tests for corrected
7192 do_signal_test routine. Allow nonzero event status.
58f7f0bf
UW
7193 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
7194 * gdb.cell/arch.exp: Use standard_output_file.
7195 * gdb.cell/break.exp: Likewise.
7196 * gdb.cell/bt.exp: Likewise.
7197 * gdb.cell/core.exp: Likewise.
7198 * gdb.cell/dwarfaddr.exp: Likewise.
7199 * gdb.cell/ea-cache.exp: Likewise.
7200 * gdb.cell/ea-standalone.exp: Likewise.
7201 * gdb.cell/f-regs.exp: Likewise.
7202 * gdb.cell/fork.exp: Likewise.
7203 * gdb.cell/gcore.exp: Likewise.
7204 * gdb.cell/mem-access.exp: Likewise.
7205 * gdb.cell/ptype.exp: Likewise.
7206 * gdb.cell/registers.exp: Likewise.
7207 * gdb.cell/sizeof.exp: Likewise.
7208 * gdb.cell/solib-symbol.exp: Likewise.
7209 * gdb.cell/solib.exp: Likewise.
617cd4bc 7210
a81aaca0
PA
72112017-11-25 Pedro Alves <palves@redhat.com>
7212
7213 * gdb.base/complete-empty.exp: New file.
7214 * gdb.base/completion.exp: Adjust.
7215
6a3c6ee4
PA
72162017-11-25 Pedro Alves <palves@redhat.com>
7217
7218 * gdb.linespec/cpls-ops.cc: New file.
7219 * gdb.linespec/cpls-ops.exp: New file.
7220 * lib/completion-support.exp (test_complete_prefix_range_re): New,
7221 factored out from ...
7222 (test_complete_prefix_range): ... this.
7223
8955eb2d
PA
72242017-11-24 Pedro Alves <palves@redhat.com>
7225
7226 * gdb.linespec/cpcompletion.exp: New file.
7227 * gdb.linespec/cpls-hyphen.cc: New file.
7228 * gdb.linespec/cpls.cc: New file.
7229 * gdb.linespec/cpls2.cc: New file.
7230 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
7231 test to use test_gdb_complete_unique. Add label completion,
7232 keyword completion and explicit location completion tests.
7233 * lib/completion-support.exp: New file.
7234
e547c119
JB
72352017-11-24 Joel Brobecker <brobecker@adacore.com>
7236
7237 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
7238 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
7239 when hitting an exception catchpoint.
7240
7c3c1aa8
YQ
72412017-11-22 Yao Qi <yao.qi@linaro.org>
7242
7243 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
7244
41bd68f5
SM
72452017-11-22 Simon Marchi <simon.marchi@ericsson.com>
7246
7247 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
7248 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
7249 * gdb.dwarf2/info-locals-optimized-out.c: New file.
7250
1daad298
YQ
72512017-11-22 Yao Qi <yao.qi@linaro.org>
7252
7253 * gdb.base/info-os.exp: Pass pthreads.
7254 * gdb.multi/multi-attach.exp: Likewise.
7255
88465e87
YQ
72562017-11-22 Yao Qi <yao.qi@linaro.org>
7257
7258 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
7259 compiler.
7260
dc196b23
YQ
72612017-11-22 Yao Qi <yao.qi@linaro.org>
7262
7263 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
7264 * gdb.base/break-interp.exp: Likewise.
7265 * gdb.base/jit-attach-pie.exp: Likewise.
7266
2400729e
UW
72672017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
7268
7269 * gdb.base/float128.c (large128): New variable.
7270 * gdb.base/float128.exp: Add test to print largest __float128 value.
7271
7a26362d
UW
72722017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
7273
7274 * gdb.arch/vsx-regs.exp: Update register content checks.
7275
ed0f4273
UW
72762017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
7277
7278 * gdb.arch/ppc-longdouble.exp: New file.
7279 * gdb.arch/ppc-longdouble.c: Likewise.
7280
a25d69c6
PA
72812017-11-21 Pedro Alves <palves@redhat.com>
7282
7283 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
7284
73fcf641
PA
72852017-11-20 Pedro Alves <palves@redhat.com>
7286
7287 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
7288 (long_double_typedef): New typedefs.
7289 Use DEF on double and long double.
7290 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
7291 cases.
7292 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
7293 and 'long_double_ptr_same_size' locals. Use them to decide
7294 whether cast from array/function to float is valid/invalid.
7295
71a3c369
TT
72962017-11-17 Tom Tromey <tom@tromey.com>
7297
7298 * gdb.rust/traits.rs: New file.
7299 * gdb.rust/traits.exp: New file.
7300
ced9779b
JB
73012017-11-17 Joel Brobecker <brobecker@adacore.com>
7302
7303 * gdb.ada/minsyms: New testcase.
7304
a0922d80
PA
73052017-11-16 Pedro Alves <palves@redhat.com>
7306
7307 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
7308 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
7309
ea04e54c
PA
73102017-11-16 Pedro Alves <palves@redhat.com>
7311
7312 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
7313 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
7314
e849ea89
PA
73152017-11-16 Pedro Alves <palves@redhat.com>
7316
7317 * gdb.server/reconnect-ctrl-c.c: New file.
7318 * gdb.server/reconnect-ctrl-c.exp: New file.
7319
d8ae99a7
PM
73202017-11-16 Phil Muldoon <pmuldoon@redhat.com>
7321
7322 * gdb.python/py-rbreak.exp: New file.
7323 * gdb.python/py-rbreak.c: New file.
7324 * gdb.python/py-rbreak-func2.c: New file.
7325
968a13f8
PA
73262017-11-16 Pedro Alves <palves@redhat.com>
7327
7328 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
7329 pattern.
7330 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
7331 GDB.
7332
71774bc9
SM
73332017-11-15 Simon Marchi <simon.marchi@ericsson.com>
7334
7335 * gdb.tui/completionn.exp (test_tab_completion): Add space in
7336 regex.
7337
ddbb44cf
SM
73382017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
7339
7340 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
7341 test names.
7342
584a564f
PA
73432017-11-09 Pedro Alves <palves@redhat.com>
7344
7345 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
7346 factored out from ...
7347 (top level): ... here, and adjusted to avoid expecting beyond the
7348 prompt in a single gdb_test_multiple.
7349
5ed7a928
PA
73502017-11-09 Pedro Alves <palves@redhat.com>
7351
7352 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
7353 output.
7354 * gdb.server/ext-attach.exp ("kill" test): Likewise.
7355 * gdb.server/ext-restart.exp ("kill" test): Likewise.
7356 * gdb.server/ext-run.exp ("kill" test): Likewise.
7357 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
7358
a60e0738
PA
73592017-11-09 Pedro Alves <palves@redhat.com>
7360
7361 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
7362 match till end of line.
7363
2c88253f
PA
73642017-11-09 Pedro Alves <palves@redhat.com>
7365
7366 * gdb.base/memattr.exp: Tighten regexes to match the end line.
7367
c7a38517
PA
73682017-11-09 Pedro Alves <palves@redhat.com>
7369
7370 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
7371 New procedures, factored out from ...
7372 (top level): ... here, and adjusted to avoid expecting beyond the
7373 prompt in one go.
7374
f29f4b6b
PA
73752017-11-09 Pedro Alves <palves@redhat.com>
7376
7377 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
7378 output. Fix '?' match.
7379
286acbb5
JB
73802017-11-08 Joel Brobecker <brobecker@adacore.com>
7381
7382 * gdb.ada/scoped_watch: New testcase.
7383 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
7384 which is actually correct.
7385 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
7386 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
7387
62d7ae92
PA
73882017-11-08 Pedro Alves <palves@redhat.com>
7389
7390 * gdb.gdb/complaints.exp (test_initial_complaints)
7391 (test_serial_complaints, test_short_complaints): Call
7392 complaint_internal instead of complaint.
7393
280ca31f
DT
73942017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
7395
7396 * gdb.threads/tls-core.c: New file.
7397 * gdb.threads/tls-core.exp: Likewise.
7398
b5ec771e
PA
73992017-11-08 Pedro Alves <palves@redhat.com>
7400
7401 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
7402 (p Exported_Capitalized): New test.
7403 (p exported_capitalized): New test.
7404
a02b41a7
PA
74052017-11-07 Pedro Alves <palves@redhat.com>
7406
7407 * gdb.cp/ena-dis-br-range.exp: Add more tests.
7408
95e95a6d
PA
74092017-11-07 Pedro Alves <palves@redhat.com>
7410
7411 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
7412 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
7413 (disable_invalid, disable_inverted, disable_negative): New
7414 procedures.
7415 ("bad numbers"): New set of tests.
7416
cee62dbd
PA
74172017-11-07 Pedro Alves <palves@redhat.com>
7418
7419 * gdb.cp/ena-dis-br-range.exp: Add tests.
7420
cc638e86
PA
74212017-11-07 Pedro Alves <palves@redhat.com>
7422
7423 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
7424
d0fe4701
XR
74252017-11-07 Xavier Roirand <roirand@adacore.com>
7426 Pedro Alves <palves@redhat.com>
7427
7428 * gdb.base/ena-dis-br.exp: Add reference to
7429 gdb.cp/ena-dis-br-range.exp.
7430 * gdb.cp/ena-dis-br-range.exp: New file.
7431 * gdb.cp/ena-dis-br-range.cc: New file.
7432
46f67f80
PA
74332017-11-06 Pedro Alves <palves@redhat.com>
7434
7435 * gdb.base/attach-non-pgrp-leader.c: New.
7436 * gdb.base/attach-non-pgrp-leader.exp: New.
7437
726e1356
PA
74382017-11-06 Pedro Alves <palves@redhat.com>
7439
7440 * configure.ac: No longer check for termio.h and sgtty.h.
7441 * configure: Regenerate.
7442 * remote-utils.c: Include termios.h instead of gdb_termios.h.
7443 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
7444 Remove termio and sgtty code.
7445
50ab6ace
YQ
74462017-11-03 Yao Qi <yao.qi@linaro.org>
7447
7448 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
7449 in GDB is disabled.
7450
8e68731c
YQ
74512017-11-03 Yao Qi <yao.qi@linaro.org>
7452
7453 * gdb.python/py-thrhandle.exp: Skip it if python is not
7454 enabled.
7455
3a87ae65
SM
74562017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
7457
7458 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
7459 as a breakpoint command.
7460
484d8d36
MD
74612017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
7462
7463 PR python/21213
7464 * gdb.python/py-infthread.exp: Test calling
7465 InferiorThread.inferior () multiple times in a row.
7466
4a27f119
KS
74672017-10-27 Keith Seitz <keiths@redhat.com>
7468
7469 * gdb.opt/inline-break.exp (break_info_1): New procedure.
7470 Test "info break" for every inlined function breakpoint.
7471
bb11dd58
YQ
74722017-10-27 Yao Qi <yao.qi@linaro.org>
7473
7474 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
7475
a43f3893
PF
74762017-10-26 Patrick Frants <osscontribute@gmail.com>
7477
7478 * gdb.cp/classes.exp (test_static_members): Test printing
7479 Outer::instance.
7480 * gdb.cp/classes.c (struct Inner, struct Outer): New.
7481 (Inner::instance, Outer::instance): New.
7482
792ccf00
PA
74832017-10-24 Pedro Alves <palves@redhat.com>
7484
7485 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
7486 extra console" test in two stages.
7487
eb2bfbad
PA
74882017-10-24 Pedro Alves <palves@redhat.com>
7489
7490 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
7491
1f75a651
PA
74922017-10-24 Pedro Alves <palves@redhat.com>
7493
7494 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
7495 loop.
7496
779990d9
PA
74972017-10-24 Pedro Alves <palves@redhat.com>
7498
7499 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
7500 $attempt" and "stoppedtry $stoppedtry" test prefixes.
7501
ad9b8f5d
PA
75022017-10-24 Pedro Alves <palves@redhat.com>
7503
7504 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
7505 parameter and handle it. Don't output read value in test name.
7506
fee6da6e
PA
75072017-10-24 Pedro Alves <palves@redhat.com>
7508
7509 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
7510 custom test name.
7511
10389c2c
PA
75122017-10-24 Pedro Alves <palves@redhat.com>
7513
7514 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
7515 include the unstable output directory name in the test's name.
7516 (initial_setup_simple) <'set args'>: Use custom test name.
7517
a80e65a9
PA
75182017-10-24 Pedro Alves <palves@redhat.com>
7519
7520 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
7521 with explicit test name.
7522
15763a09
PA
75232017-10-20 Pedro Alves <palves@redhat.com>
7524
7525 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
7526 'wait -i'. Use gdb_assert and remote_close.
7527
49a4ce2e
AB
75282017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
7529
7530 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
7531 number from variable rather than hard-coded.
7532
a75868f5
PA
75332017-10-19 Pedro Alves <palves@redhat.com>
7534
7535 * gdb.base/long-inferior-output.c: New file.
7536 * gdb.base/long-inferior-output.exp: New file.
7537
c8ba13ad
KS
75382017-11-18 Keith Seitz <keiths@redhat.com>
7539
7540 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
7541 method.
7542 (main): Call it.
7543 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
7544 Add additional user-defined conversion operator tests.
7545
b27de576
PA
75462017-10-17 Pedro Alves <palves@redhat.com>
7547
7548 * boards/native-stdio-gdbserver.exp: Load "local-board".
7549
8484c955
PA
75502017-10-17 Pedro Alves <palves@redhat.com>
7551
7552 * gdb.base/quit-live.c: New file.
7553 * gdb.base/quit-live.exp: New file.
7554
83d5a34d
KS
75552017-10-16 Keith Seitz <keiths@redhat.com>
7556
7557 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
7558 (class_with_protected_typedef, class_with_private_typedef)
7559 (struct_with_public_typedef, struct_with_protected_typedef)
7560 (struct_with_private_typedef): New classes/structs.
7561 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
7562 typedefs and access specifiers.
7563
739b3f1d
PA
75642017-10-16 Pedro Alves <palves@redhat.com>
7565 Simon Marchi <simon.marchi@polymtl.ca>
7566
7567 * README (Local vs Remote vs Native): New section.
7568 * boards/local-board.exp: New file, with bits factored out from
7569 ...
7570 * boards/native-extended-gdbserver.exp: ... here. Load
7571 "local-board".
7572 * boards/native-gdbserver.exp: Load "local-board".
7573 (${board}_spawn, ${board}_exec): Delete.
7574 * boards/native-stdio-gdbserver.exp: Most contents factored out to
7575 ...
7576 * boards/stdio-gdbserver-base.exp: ... this new file.
7577 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
7578 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
7579 procedure.
7580 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
7581 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
7582 stdio_gdbserver_command.
7583 (${board}_get_remote_address, ${board}_get_comm_port)
7584 (${board}_download, ${board}_upload): Delete.
7585 (get_target_remote_pipe_cmd): New.
7586
fe68b953
SM
75872017-10-16 Simon Marchi <simon.marchi@ericsson.com>
7588
7589 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
7590 test_bkpt_deletion, test_bkpt_cond_and_cmds,
7591 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
7592 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
7593 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
7594 remove with_test_prefix.
7595
300b6685
PA
75962017-10-13 Pedro Alves <palves@redhat.com>
7597
7598 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
7599 * gdb.base/annota1.exp: Use it instead of is_remote.
7600 * gdb.base/annota3.exp: Use it instead of is_remote.
7601 * gdb.cp/annota2.exp: Use it instead of is_remote.
7602 * gdb.cp/annota3.exp: Use it instead of is_remote.
7603 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
7604
50500caf
PA
76052017-10-13 Pedro Alves <palves@redhat.com>
7606
7607 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
7608 (test_num_test_vars, run_and_count_vars, find_env)
7609 (test_set_unset_env, test_inherit_env_var): New procedures.
7610 (top level): Use them.
7611
dad0c6d2
PA
76122017-10-13 Pedro Alves <palves@redhat.com>
7613
7614 * lib/selftest-support.exp (selftest_setup): Extend comments, and
7615 also skip on stub-like targets.
7616
8b0553c1
PA
76172017-10-13 Pedro Alves <palves@redhat.com>
7618
7619 PR gdb/22293
7620 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
7621 (top level): Move some tests to ...
7622 (test_not_found): ... this new procedure.
7623 (top level): Call it.
7624
7594f623
PA
76252017-10-13 Pedro Alves <palves@redhat.com>
7626
7627 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
7628 expect different "info terminal" output if testing with a
7629 non-native target.
7630
ebe3b402
PA
76312017-10-13 Pedro Alves <palves@redhat.com>
7632 Simon Marchi <simon.marchi@polymtl.ca>
7633
7634 PR python/12966
7635 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
7636
42f1b161
PA
76372017-10-13 Pedro Alves <palves@redhat.com>
7638
7639 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
7640 already.
7641
8d6ef72b
PA
76422017-10-13 Pedro Alves <palves@redhat.com>
7643
7644 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
7645 is_remote.
7646
d7bcd5b8
PA
76472017-10-13 Pedro Alves <palves@redhat.com>
7648
7649 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
7650 is_remote.
7651
df479dc6
PA
76522017-10-13 Pedro Alves <palves@redhat.com>
7653
7654 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
7655 is set.
7656 (corefile_test_attach): Likewise. Check can_spawn_for_attach
7657 instead of is_remote.
7658
23fb630a
PA
76592017-10-13 Pedro Alves <palves@redhat.com>
7660
7661 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
7662 (top level): Add comment.
7663
cc77b1dc
PA
76642017-10-13 Pedro Alves <palves@redhat.com>
7665
7666 * gdb.base/remote.exp (top level): Fix comment typo and add
7667 missing return.
7668
27c9e813
PA
76692017-10-13 Pedro Alves <palves@redhat.com>
7670 Simon Marchi <simon.marchi@polymtl.ca>
7671
7672 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
7673 calls and add comments. Skip test if use_gdb_stub is set.
7674 (top level): Use "set cwd" command instead of "cd" command.
7675
5e830d98
PA
76762017-10-13 Pedro Alves <palves@redhat.com>
7677
7678 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
7679 is_remote target check.
7680
f5ca0032
PA
76812017-10-13 Pedro Alves <palves@redhat.com>
7682
7683 * gdb.base/scope.exp: Use build_executable + clean_restart +
7684 gdb_file_cmd instead of prepare_for_testing and no longer skip
7685 "before run" tests on is_remote target boards. Update comments.
7686 * boards/native-extended-gdbserver.exp
7687 (extended_gdbserver_load_last_file): New, factored out from ...
7688 (gdb_load): ... this. Move further below and add comment.
7689 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
7690
8aed1c0d
PA
76912017-10-12 Pedro Alves <palves@redhat.com>
7692
7693 * gdb.base/attach.exp: Remove references to gdb64.
7694 * gdb.base/dbx.exp: Remove references to gdb64.
7695
cfa34c87
SM
76962017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
7697 Pedro Alves <palves@redhat.com>
7698
7699 * gdb.base/label.exp: Remove is_remote target check.
7700
9192b7de
PA
77012017-10-12 Pedro Alves <palves@redhat.com>
7702
7703 * gdb.base/auvx.exp (coredir): Update comment.
7704 (top level) <core_works>: Use "set cwd" command instead of "cd"
7705 command.
7706
6bf0052d
PA
77072017-10-12 Pedro Alves <palves@redhat.com>
7708 Simon Marchi <simon.marchi@polymtl.ca>
7709
7710 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
7711 target boards.
7712
e48ef82d
PA
77132017-10-12 Pedro Alves <palves@redhat.com>
7714 Simon Marchi <simon.marchi@polymtl.ca>
7715
7716 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
7717 Instead skip if there's any gdb_protocol set.
7718
8d7aea57
SM
77192017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
7720 Pedro Alves <palves@redhat.com>
7721
7722 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
7723
30440677
PA
77242017-10-12 Pedro Alves <palves@redhat.com>
7725 Simon Marchi <simon.marchi@polymtl.ca>
7726
7727 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
7728 instead of on dejagnu remote boards.
7729
4e04f045 77302017-10-12 Pedro Alves <palves@redhat.com>
175654b9 7731 Simon Marchi <simon.marchi@polymtl.ca>
4e04f045
PA
7732
7733 * gdb.base/inferior-died.exp: Remove is_remote and isnative
7734 checks. Use build_executable + clean_restart instead of
7735 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
7736 of enabling non-stop after starting gdb.
7737
871a186e
PA
77382017-10-12 Pedro Alves <palves@redhat.com>
7739
7740 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
7741 * gdb.threads/non-ldr-exc-2.exp: Ditto.
7742 * gdb.threads/non-ldr-exc-3.exp: Ditto.
7743 * gdb.threads/non-ldr-exc-4.exp: Ditto.
7744
56d704da
AK
77452017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
7746
7747 * gdb.arch/arc-tdesc-cpu.exp: New file.
7748 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
7749
2f20e312
SM
77502017-10-10 Simon Marchi <simon.marchi@ericsson.com>
7751
7752 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
7753
65630365
PA
77542017-10-10 Pedro Alves <palves@redhat.com>
7755
7756 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
7757 expect CLI output.
7758
bf469271
PA
77592017-10-10 Pedro Alves <palves@redhat.com>
7760
7761 * lib/selftest-support.exp (selftest_setup): Update for
7762 captured_command_loop's prototype change.
7763
777a42f1
PA
77642017-10-09 Pedro Alves <palves@redhat.com>
7765
7766 Test both arch1=>arch2 and arch2=>arch1.
7767
7768 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
7769 (srcfile2, binfile2, march1, march2): Remove globals. Largely
7770 factored out to...
7771 (append_arch1_options, append_arch2_options, append_arch_options)
7772 (build_executables): New procedures.
7773 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
7774 local.
7775 (top level): Add new 'first_arch' testing axis.
7776
cbd2b4e3
PA
77772017-10-09 Pedro Alves <palves@redhat.com>
7778
7779 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
7780 (barrier): New.
7781 (thread_start, all_started): New functions.
7782 (main): Spawn new thread and wait until it is scheduled.
7783 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
7784 option.
7785 (do_test): Add 'selected_thread' parameter. Run to all_started
7786 instead of main. Explicitly set the breakpoint at main. Switch
7787 to the SELECTED_THREAD thread.
7788 (top level): Test handling the exec event with either the main
7789 thread or the second thread selected.
7790
5c9e4427
PA
77912017-10-09 Pedro Alves <palves@redhat.com>
7792
7793 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
7794 logic. Move STOP marker after the value checks.
7795 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
7796 regexp.
7797
b3b7c423
SL
77982017-10-06 Sandra Loosemore <sandra@codesourcery.com>
7799
7800 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
7801
3b4b2f16
UW
78022017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
7803
7804 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
7805 integer-to-dfp conversion.
7806 * gdb.base/dfp-test.exp: Likewise.
7807
5cd63fda
PA
78082017-10-04 Pedro Alves <palves@redhat.com>
7809
7810 * gdb.multi/hangout.c: Include <unistd.h>.
7811 (hangout_loop): New function.
7812 (main): Call alarm. Call hangout_loop in a loop.
7813 * gdb.multi/hello.c: Include <unistd.h>.
7814 (hello_loop): New function.
7815 (main): Call alarm. Call hangout_loop in a loop.
7816 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
7817 inferior with the other selected.
7818
4c71c105
SM
78192017-10-04 Simon Marchi <simon.marchi@ericsson.com>
7820
7821 * gdb.mi/list-thread-groups-available.exp: New file.
7822 * gdb.mi/list-thread-groups-available.c: New file.
7823
bc3b087d
SDJ
78242017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
7825
7826 * gdb.base/set-cwd.exp: Make it available on
7827 native-extended-gdbserver.
7828
d092c5a2
SDJ
78292017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
7830
7831 * gdb.base/set-cwd.c: New file.
7832 * gdb.base/set-cwd.exp: Likewise.
7833
45320ffa
TT
78342017-10-02 Tom Tromey <tom@tromey.com>
7835
7836 PR rust/22236:
7837 * gdb.rust/simple.rs (main): New variable "fslice".
7838 * gdb.rust/simple.exp: Add slice tests. Update string tests.
7839
b3e3859b
TT
78402017-10-02 Tom Tromey <tom@tromey.com>
7841
7842 * gdb.rust/simple.exp: Test ptype of a slice.
7843
01af5e0d
TT
78442017-10-02 Tom Tromey <tom@tromey.com>
7845
7846 * gdb.rust/simple.exp: Test index of slice.
7847
a9bbfbd8
TT
78482017-09-27 Tom Tromey <tom@tromey.com>
7849
7850 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
7851
df8899e5
TP
78522017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
7853 Pedro Alves <palves@redhat.com>
7854
7855 * gdb.base/compare-sections.exp (get value of read-only section): Read
7856 as unsigned value.
7857 (corrupt read-only section): Likewise and don't set written if patching
7858 failed.
7859
757bf54b
KB
78602017-09-21 Kevin Buettner <kevinb@redhat.com>
7861
7862 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
7863 files.
7864
06871ae8
PA
78652017-09-20 Pedro Alves <palves@redhat.com>
7866
7867 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
7868 symbol names in gdb's output.
7869 * gdb.cp/overload.exp ("list all overloads"): Likewise.
7870
e5f25bc5
PA
78712017-09-20 Pedro Alves <palves@redhat.com>
7872
7873 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
7874 Rename to ...
7875 (test_list_ambiguous_symbol): ... this and add a symbol name
7876 parameter. Adjust.
7877 (test_list_ambiguous_function): Reimplement on top of
7878 test_list_ambiguous_symbol and also test listing ambiguous
7879 variables.
7880 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
7881 (ambiguous_fun): ... this.
7882 (ambiguous_var): New.
7883 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
7884 (ambiguous_fun): ... this.
7885 (ambiguous_var): New.
7886
4e5a4f58
JB
78872017-09-19 John Baldwin <jhb@FreeBSD.org>
7888
7889 * gdb.base/starti.c: New file.
7890 * gdb.base/starti.exp: New file.
7891 * lib/gdb.exp (gdb_starti_cmd): New procedure.
7892
26e53f3e
PA
78932017-09-14 Pedro Alves <palves@redhat.com>
7894
7895 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
7896 (top level): Use it instead of runto.
7897
cb791d59
TT
78982017-09-11 Tom Tromey <tom@tromey.com>
7899
7900 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
7901
7c96f8c1
TT
79022017-09-11 Tom Tromey <tom@tromey.com>
7903
7904 * gdb.python/py-infthread.exp: Add tests for new_thread event.
7905 * gdb.python/py-inferior.exp: Add tests for new inferior events.
7906
469412dd
CW
79072017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
7908
7909 * gdb.fortran/printing-types.exp: New file.
7910 * gdb.fortran/printing-types.exp: New file.
7911
e0f86435
BH
79122017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
7913
7914 * gdb.fortran/vla-ptype.exp: Fix typos.
7915 * gdb.fortran/vla-value.exp: Same.
7916
9e9af4be
BH
79172017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
7918
7919 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
7920 * gdb.mi/mi-var-child-f.exp: Likewise.
7921 * gdb.mi/mi-vla-fortran.exp: Likewise.
7922
a5ad232b 79232017-09-08 Frank Penczek <frank.penczek@intel.com>
e79be6e5
SM
7924 Christoph Weinmann <christoph.t.weinmann@intel.com>
7925 Bernhard Heckel <bernhard.heckel@intel.com>
a5ad232b
FP
7926
7927 * gdb.fortran/ptr-indentation.f90: New file.
7928 * gdb.fortran/ptr-indentation.exp: New file.
7929
5aec60eb
TT
79302017-09-05 Tom Tromey <tom@tromey.com>
7931
7932 PR gdb/22010:
7933 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
7934
8f8f8152
TP
79352017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
7936
7937 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
7938
fbd1b771
JK
79392017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
7940
7941 * gdb.threads/tls-nodebug-pie.c: New file.
7942 * gdb.threads/tls-nodebug-pie.exp: New file.
7943
5eb5f850
TT
79442017-09-05 Tom Tromey <tom@tromey.com>
7945
7946 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
7947 for rust.
7948
ae780a21
SM
79492017-09-05 Simon Marchi <simon.marchi@ericsson.com>
7950
7951 * gdb.multi/multi-arch-exec.exp: Test with different
7952 "follow-exec-mode" settings.
7953 (do_test): New procedure.
7954
3693fdb3
PA
79552017-09-04 Pedro Alves <palves@redhat.com>
7956
7957 * gdb.base/func-static.c (S::method const, S::method volatile)
7958 (S::method volatile const): New methods.
7959 (c_s, v_s, cv_s): New instances.
7960 (main): Call method() on them.
7961 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
7962 (cannot_resolve): New procedure.
7963 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
7964 print-quote-unquoted columns.
7965 (do_test): Test printing each scope too.
7966
e68cb8e0
PA
79672017-09-04 Pedro Alves <palves@redhat.com>
7968
7969 * gdb.base/local-static.exp: Also test with
7970 class::method::variable wholly quoted.
7971 * gdb.cp/m-static.exp (class::method::variable): Remove test.
7972
858be34c
PA
79732017-09-04 Pedro Alves <palves@redhat.com>
7974
7975 * gdb.base/local-static.c: New.
7976 * gdb.base/local-static.cc: New.
7977 * gdb.base/local-static.exp: New.
7978
46a4882b
PA
79792017-09-04 Pedro Alves <palves@redhat.com>
7980
7981 * gdb.asm/asm-source.exp: Add casts to int.
7982 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
7983 (dataglobal64_1, dataglobal64_2): New globals.
7984 * gdb.base/nodebug.exp: Test different expressions involving the
7985 new globals, with print, whatis and ptype. Add casts to int.
7986 * gdb.base/solib-display.exp: Add casts to int.
7987 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
7988 * gdb.cp/m-static.exp: Add cast to int.
7989 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
7990 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
7991 tls variable with no debug info without a cast. Test with a cast
7992 to int too.
7993 * gdb.trace/entry-values.exp: Add casts.
7994
2c5a2be1
PA
79952017-09-04 Pedro Alves <palves@redhat.com>
7996
7997 * gdb.base/nodebug.exp: Test that ptype's error about functions
7998 with unknown return type includes the function name too.
7999
7022349d
PA
80002017-09-04 Pedro Alves <palves@redhat.com>
8001
8002 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
8003 return type of munmap in infcall.
8004 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
8005 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
8006 type of ftell in infcall.
8007 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
8008 type of getpid in infcall.
8009 * gdb.base/infcall-exec.exp: Cast return type of execlp in
8010 infcall.
8011 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
8012 Bail on failure to extract the pid.
8013 * gdb.base/nodebug.c: #include <stdint.h>.
8014 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
8015 New functions.
8016 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
8017 Change expected output of print/whatis/ptype with functions with
8018 no debug info. Test all supported languages. Call
8019 test_call_promotion.
8020 * gdb.compile/compile.exp: Adjust expected output to expect
8021 warning.
8022 * gdb.threads/siginfo-threads.exp: Likewise.
8023
54990598
PA
80242017-09-04 Pedro Alves <palves@redhat.com>
8025
8026 * gdb.base/callfuncs.exp (do_function_calls): New parameter
8027 "prototypes". Test calling float functions via prototyped and
8028 unprototyped function pointers.
8029 (perform_all_tests): New parameter "prototypes". Pass it down.
8030 (top level): Pass down "prototypes" parameter to
8031 perform_all_tests.
8032
34d16ea2
SM
80332017-09-04 Simon Marchi <simon.marchi@ericsson.com>
8034
8035 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
8036 Test with nested loops.
8037
9521ecda
SM
80382017-09-04 Simon Marchi <simon.marchi@ericsson.com>
8039
8040 * gdb.base/commands.exp: Call the new procedures.
8041 (loop_break_test, loop_continue_test): New procedures.
8042
80a65e9b
SM
80432017-09-04 Simon Marchi <simon.marchi@ericsson.com>
8044
8045 * gdb.base/commands.exp: Call new procedure.
8046 (define_if_without_arg_test): New procedure.
8047
e439fa14
PA
80482017-09-04 Pedro Alves <palves@redhat.com>
8049
8050 * gdb.base/list-ambiguous.exp: New file.
8051 * gdb.base/list-ambiguous0.c: New file.
8052 * gdb.base/list-ambiguous1.c: New file.
8053 * gdb.base/list.exp (test_list_range): Adjust expected output.
8054
0a2dde4a
SDJ
80552017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
8056
8057 * gdb.base/share-env-with-gdbserver.c: New file.
8058 * gdb.base/share-env-with-gdbserver.exp: Likewise.
8059
5e89eb3a
SM
80602017-08-28 Simon Marchi <simon.marchi@ericsson.com>
8061
8062 * gdb.base/commands.exp (gdbvar_simple_if_test,
8063 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
8064 progvar_simple_if_test, progvar_simple_while_test,
8065 progvar_complex_if_while_test, user_defined_command_test,
8066 user_defined_command_args_eval,
8067 user_defined_command_args_stack_test,
8068 user_defined_command_manyargs_test, bp_deleted_in_command_test,
8069 temporary_breakpoint_commands,
8070 gdb_test_no_prompt, redefine_hook_test,
8071 redefine_backtrace_test): Remove "global gdb_prompt".
8072
fd437cbc
SM
80732017-08-28 Simon Marchi <simon.marchi@ericsson.com>
8074
8075 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
8076 New proc, call it from toplevel.
8077
87215ad1
SDJ
80782017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
8079
8080 PR remote/21852
8081 * gdb.server/normal.c: New file, copied from gdb.base.
8082 * gdb.server/run-without-local-binary.exp: New file.
8083
58afddc6
WP
80842017-08-07 Weimin Pan <weimin.pan@oracle.com>
8085
8086 * gdb.arch/sparc64-adi.exp: New file.
8087 * gdb.arch/sparc64-adi.c: New file.
8088
5277199a
PA
80892017-08-22 Pedro Alves <palves@redhat.com>
8090
8091 * gdb.cp/overload.exp (line_range_pattern): New procedure.
8092 (top level): Add "list all overloads" tests.
8093
14278e1f
TT
80942017-08-22 Tom Tromey <tom@tromey.com>
8095
8096 * gdb.gdb/xfullpath.exp: Remove.
8097
bf223d3e
PA
80982017-08-21 Pedro Alves <palves@redhat.com>
8099
8100 PR gdb/19487
8101 * gdb.base/symbol-alias.c: New.
8102 * gdb.base/symbol-alias2.c: New.
8103 * gdb.base/symbol-alias.exp: New.
8104
c973d0aa
PA
81052017-08-21 Pedro Alves <palves@redhat.com>
8106
8107 * gdb.base/dfp-test.c
8108 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
8109 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
8110 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
8111 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
8112 * gdb.base/whatis-ptype-typedefs.c: New.
8113 * gdb.base/whatis-ptype-typedefs.exp: New.
8114 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
8115 (an_int, an_int_type, an_int_type2): New globals.
8116 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
8117 involving typedefs and cast expressions.
8118 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
8119 (lookup_typedefs_function): New.
8120 (typedefs_pretty_printers_dict): New.
8121 (top level): Register lookup_typedefs_function in
8122 gdb.pretty_printers.
8123
6d580b63
YQ
81242017-08-18 Yao Qi <yao.qi@linaro.org>
8125
8126 * gdb.server/unittest.exp: New.
8127
206726fb
SDJ
81282017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
8129
8130 PR gdb/21954
8131 * gdb.base/environ.exp: Add test to check if 'unset environment'
8132 works.
8133
bf0ec4c2
AA
81342017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
8135
8136 * lib/gdb.exp (universal_compile_options): New caching proc.
8137 (gdb_compile): Suppress GCC's coloring of messages.
8138
d6382fff
TT
81392017-08-14 Tom Tromey <tom@tromey.com>
8140
8141 PR gdb/21675:
8142 * gdb.base/printcmds.exp (test_radices): New function.
8143 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
8144 * gdb.base/sizeof.exp (check_valueof): Use p/d.
8145 * lib/gdb.exp (get_integer_valueof): Use p/d.
8146
c2c2dd9f
SM
81472017-08-12 Simon Marchi <simon.marchi@ericsson.com>
8148
8149 * lib/gdb.exp (get_valueof): Don't capture end-of-line
8150 characters.
8151
fdffd6f4
TT
81522017-08-05 Tom Tromey <tom@tromey.com>
8153
8154 * gdb.rust/simple.exp: Allow String to appear in a different
8155 namespace.
8156
27d41eac
YQ
81572017-07-26 Yao Qi <yao.qi@linaro.org>
8158
8159 * gdb.gdb/unittest.exp: Invoke command
8160 "maintenance check xml-descriptions".
8161
031ed05d
AA
81622017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
8163
8164 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
8165 calling context.
8166 (hex128): Drop erroneous calculation of parameters.
8167
dcd27ddf
SM
81682017-07-22 Simon Marchi <simon.marchi@ericsson.com>
8169
8170 * gdb.python/py-unwind.exp: Disable stack protection when
8171 building test file.
8172
47e77640
PA
81732017-07-20 Pedro Alves <palves@redhat.com>
8174
8175 * gdb.base/default.exp (set language): Adjust expected output.
8176
62d2a18a
PA
81772017-07-20 Pedro Alves <palves@redhat.com>
8178
8179 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
8180 (test_minsym): ... this, and make static.
8181 (get_pck__foo__bar__minsym): Rename to ...
8182 (get_test_minsym): ... this.
8183 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
8184 symbol names and comments.
8185 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
8186 (get_test_minsym): ... this.
8187 (pck__foo__bar__minsym__2): Rename to ...
8188 (test_minsym): ... this.
8189 (main): Adjust.
8190
c45ec17c
PA
81912017-07-17 Pedro Alves <palves@redhat.com>
8192
8193 * gdb.base/completion.exp: Adjust expected output.
8194 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
8195 the completer works.
8196
c6756f62
PA
81972017-07-17 Pedro Alves <palves@redhat.com>
8198
8199 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
8200
5bd68487
AB
82012017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
8202
8203 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
8204
8880f2a9
TT
82052017-07-14 Tom Tromey <tom@tromey.com>
8206
8207 PR rust/21764:
8208 * gdb.rust/simple.exp: Add tests.
8209
65547233
TT
82102017-07-14 Tom Tromey <tom@tromey.com>
8211
8212 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
8213
8f14146e
PA
82142017-07-14 Pedro Alves <palves@redhat.com>
8215
8216 * gdb.linespec/base/one/thefile.cc (z1): New function.
8217 * gdb.linespec/base/two/thefile.cc (z2): New function.
8218 * gdb.linespec/linespec.exp: Add tests.
8219
b4365d02
AB
82202017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
8221
8222 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
8223 to mi_create_breakpoint.
8224
5d2cbaa5
AB
82252017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
8226
8227 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
8228 mi_create_breakpoint.
8229
11cb5716
IB
82302017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
8231
8232 * gdb.dlang/demangle.exp: Update for demangling changes.
8233
03278692
TT
82342017-07-09 Tom Tromey <tom@tromey.com>
8235
8236 * gdb.dwarf2/shortpiece.exp: New file.
8237
33c5cd75
DB
82382017-07-06 David Blaikie <dblaikie@gmail.com>
8239
8240 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
8241 built from fissiont-multi-cu{1,2}.c.
8242 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
8243 except putting 'main' and 'func' in separate CUs in the same DWO file.
8244 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
8245 test.
8246 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
8247 test.
8248
8455d262
PA
82492017-07-06 Pedro Alves <palves@redhat.com>
8250
8251 * gdb.python/py-unwind.exp: Test flushregs.
8252
dc4bde35
SDJ
82532017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
8254
8255 PR cli/21688
8256 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
8257 tests for alias commands and trailing whitespace.
8258
51ed89aa
SDJ
82592017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
8260
8261 PR cli/21688
8262 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
8263 procedure. Call it.
8264
eb17d413
PA
82652017-06-29 Pedro Alves <palves@redhat.com>
8266
8267 * gdb.base/printcmds.exp: Add tests.
8268
41664b45
DG
82692017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
8270
8271 PR gdb/21337
8272 * gdb.base/reread-readsym.exp: New file.
8273 * gdb.base/reread-readsym.c: New file.
8274
75312ae3
KB
82752017-06-21 Kevin Buettner <kevinb@redhat.com>
8276
8277 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
8278 subpattern.
8279
66953522
PB
82802017-06-19 Peter Bergner <bergner@vnet.ibm.com>
8281
8282 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
8283 extended mnemonic.
8284 * gdb.arch/powerpc-power9.s: Likewise.
8285
5524b525
AA
82862017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
8287
8288 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
8289 on 32-bit x86 targets. Exploit is_*_target macros where
8290 appropriate.
8291
03c8af18
AA
82922017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8293
8294 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
8295 register pieces.
8296
3bf31011
AA
82972017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8298
8299 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
8300 located in one or more DWARF pieces.
8301
805acca0
AA
83022017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8303
8304 * lib/gdb.exp (get_endianness): New proc.
8305 * gdb.arch/aarch64-fp.exp: Use it.
8306 * gdb.arch/altivec-regs.exp: Likewise.
8307 * gdb.arch/e500-regs.exp: Likewise.
8308 * gdb.arch/vsx-regs.exp: Likewise.
8309 * gdb.base/dump.exp: Likewise.
8310 * gdb.base/funcargs.exp: Likewise.
8311 * gdb.base/gnu_vector.exp: Likewise.
8312 * gdb.dwarf2/formdata16.exp: Likewise.
8313 * gdb.dwarf2/implptrpiece.exp: Likewise.
8314 * gdb.dwarf2/nonvar-access.exp: Likewise.
8315 * gdb.python/py-inferior.exp: Likewise.
8316 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
8317
e9352324
AA
83182017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8319
8320 PR gdb/21226
8321 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
8322 stack value pieces are taken from the LSB end.
8323
d5d1163e
AA
83242017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8325
8326 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
8327 variable at nonzero offset.
8328
0567c986
AA
83292017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8330
8331 * gdb.dwarf2/var-access.c: New file.
8332 * gdb.dwarf2/var-access.exp: New test.
8333 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
8334
973e9aab
TT
83352017-06-12 Tom Tromey <tom@tromey.com>
8336
8337 * gdb.dwarf2/formdata16.exp: Add tests.
8338
d9109c80
TT
83392017-06-12 Tom Tromey <tom@tromey.com>
8340
8341 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
8342
30a25466
TT
83432017-06-12 Tom Tromey <tom@tromey.com>
8344
8345 PR exp/16225:
8346 * gdb.reverse/i386-sse-reverse.exp: Update tests.
8347 * gdb.arch/vsx-regs.exp: Update tests.
8348 * gdb.arch/s390-vregs.exp (hex128): New proc.
8349 Update test.
8350 * gdb.arch/altivec-regs.exp: Update tests.
8351
aefd8b33
SDJ
83522017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
8353
8354 * gdb.base/startup-with-shell.c: New file.
8355 * gdb.base/startup-with-shell.exp: Likewise.
8356
2090129c
SDJ
83572017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
8358
8359 * gdb.server/non-existing-program.exp: Update regex in order to
8360 reflect the fact that gdbserver is now using fork_inferior (with a
8361 shell) to startup the inferior.
8362
8e86a419
SM
83632017-05-30 Simon Marchi <simon.marchi@ericsson.com>
8364
8365 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
8366 support function calls from GDB.
8367
e6cf65f2
TT
83682017-05-21 Tom Tromey <tom@tromey.com>
8369
8370 PR rust/21466:
8371 * gdb.rust/unsized.exp: New file.
8372 * gdb.rust/unsized.rs: New file.
8373
43cc5389
TT
83742017-05-19 Tom Tromey <tom@tromey.com>
8375
8376 PR rust/21484:
8377 * gdb.rust/watch.exp: New file.
8378 * gdb.rust/watch.rs: New file.
8379
ec8df234
TT
83802017-05-18 Tom Tromey <tom@tromey.com>
8381
8382 * gdb.rust/simple.exp: Allow Box to be qualified.
8383
3e3e7fae
TP
83842017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
8385
8386 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
8387
59cc050d
PA
83882017-05-18 Pedro Alves <palves@redhat.com>
8389
8390 * gdb.base/fileio.c (test_write, test_read, test_close)
8391 (test_fstat): Don't print 'ret' in the fail path.
8392
c8f6abd1
PA
83932017-05-18 Pedro Alves <palves@redhat.com>
8394
8395 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
8396 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
8397 (test_system, test_rename, test_unlink, test_time): Change
8398 prototypes.
8399 * gdb.base/fileio.exp (stop_msg): Adjust.
8400
d2a03b77
PA
84012017-05-18 Pedro Alves <palves@redhat.com>
8402
8403 * gdb.base/fileio.c (null_str): New global.
8404 (test_stat): Use it.
8405 * gdb.base/fileio.exp: Remove nowarnings.
8406
0d5c6999
YQ
84072017-05-17 Yao Qi <yao.qi@linaro.org>
8408
8409 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
8410
21873064
YQ
84112017-05-17 Simon Marchi <simon.marchi@ericsson.com>
8412
8413 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
8414 argument command.
8415 (top-level): Invoke test_set_inferior_tty.
8416
d512d31c
PA
84172017-05-04 Pedro Alves <palves@redhat.com>
8418
8419 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
8420 Add parens to print call for Python 3.
8421
90cef2ed
KS
84222017-05-03 Keith Seitz <keiths@redhat.com>
8423
8424 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
8425 (main): Call it.
8426
14f819c8
TW
84272017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
8428
8429 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
8430 to prev and next.
8431
913aeadd
TW
84322017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
8433
8434 * gdb.python/py-record-btrace.exp: Remove test for
8435 gdb.BtraceInstruction.error.
8436
a3be24ad
TW
84372017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
8438
8439 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
8440
ae20e79a
TW
84412017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
8442
8443 * gdb.python/py-record-btrace-threads.c: New file.
8444 * gdb.python/py-record-btrace-threads.exp: New file.
8445
45ce1b47
SDJ
84462017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
8447
8448 PR testsuite/8595
8449 * gdb.base/environ.exp: Make test available in all architectures.
8450 Move bits related to "info program" testing to
8451 gdb.base/info-program.exp. Rewrite tests to use the two new
8452 procedures mentione below.
8453 (test_set_show_env_var) New procedure.
8454 (test_set_show_env_var_equal): Likewise.
8455 * gdb.base/info-program.exp: New file.
8456
e15c3eb4
KS
84572017-04-27 Keith Seitz <keiths@redhat.com>
8458
8459 * gdb.cp/oranking.cc (test15): New function.
8460 (main): Call test15 and declare additional variables for testing.
8461 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
8462 "p foo101('abc')" tests.
8463 Add tests for cv qualifier overloads.
8464 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
8465 "lvalue reference overload" test.
8466 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
8467 "print value of f1 on Child&& in f2" test.
8468
3a3fd0fd
PA
84692017-04-19 Pedro Alves <palves@redhat.com>
8470
8471 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
8472 procedure.
8473 (top level): Call it.
8474 * lib/gdb.exp (gdb_define_cmd): New procedure.
8475
53375380
PA
84762017-04-12 Pedro Alves <palves@redhat.com>
8477
8478 PR gdb/21323
8479 * gdb.cp/wide_char_types.c: Include <wchar.h>.
8480 (wchar): New global.
8481 * gdb.cp/wide_char_types.exp (wide_char_types_program)
8482 (do_test_wide_char, wide_char_types_no_program, top level): Add
8483 wchar_t testing.
8484
53e710ac
PA
84852017-04-12 Pedro Alves <palves@redhat.com>
8486
8487 PR c++/21323
8488 * gdb.cp/wide_char_types.c: New file.
8489 * gdb.cp/wide_char_types.exp: New file.
8490
0ad9d8c7
SDJ
84912017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
8492
8493 PR gdb/21352
8494 * gdb.trace/tsv.exp: Add test for "tsave -r".
8495
b1b45502
IB
84962017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
8497
8498 * gdb.dlang/watch-loc.c: New file.
8499 * gdb.dlang/watch-loc.exp: New file.
8500
ec13808e
JK
85012017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
8502
8503 * gdb.python/py-section-script.exp (sepdebug): New testcases.
8504
fe5f7374
AK
85052017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
8506
8507 * gdb.arch/arc-analyze-prologue.S: New file.
8508 * gdb.arch/arc-analyze-prologue.exp: Likewise.
8509
eea78757
AK
85102017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
8511
8512 * gdb.arch/arc-decode-insn.S: New file.
8513 * gdb.arch/arc-decode-insn.exp: Likewise.
8514
5badf10a
IR
85152017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
8516
8517 PR tdep/20928
8518 * gdb.arch/sparc64-regs.exp: New file.
8519 * gdb.arch/sparc64-regs.S: Likewise.
8520
cee59b3f
TW
85212017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
8522
8523 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
8524 and memory view on Python 3.
8525
c0f55cc6
AV
85262017-03-20 Artemiy Volkov <artemiyv@acm.org>
8527 Keith Seitz <keiths@redhat.com>
8528
8529 PR gdb/14441
8530 * gdb.cp/demangle.exp: Add rvalue reference tests.
8531 * gdb.cp/rvalue-ref-casts.cc: New file.
8532 * gdb.cp/rvalue-ref-casts.exp: New file.
8533 * gdb.cp/rvalue-ref-overload.cc: New file.
8534 * gdb.cp/rvalue-ref-overload.exp: New file.
8535 * gdb.cp/rvalue-ref-params.cc: New file.
8536 * gdb.cp/rvalue-ref-params.exp: New file.
8537 * gdb.cp/rvalue-ref-sizeof.cc: New file.
8538 * gdb.cp/rvalue-ref-sizeof.exp: New file.
8539 * gdb.cp/rvalue-ref-types.cc: New file.
8540 * gdb.cp/rvalue-ref-types.exp: New file.
8541 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
8542 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
8543
51457a05
MAL
85442017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
8545
8546 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
8547 New procedure.
8548
5b291c04
MAL
85492017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
8550
8551 * lib/mi-support.exp (mi_gdb_test): Add additional message
8552 for unexpected output.
8553
59a56148
AA
85542017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
8555
8556 * gdb.base/examine-backward.c (Barrier): New character array
8557 constant, to ensure that TestStrings is preceded by a string
8558 terminator.
8559
7942e96e
AA
85602017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
8561
8562 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
8563 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
8564 and implicit pointer into such a location.
8565
6ebac3fb
DE
85662017-03-16 Doug Evans <dje@google.com>
8567
8568 * gdb.python/py-lazy-string (pointer): Really add new typedef.
8569
ec3b243d
TP
85702017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
8571
8572 * gdb.cp/m-static.exp: Fix expectation for prototype of
8573 test5.single_constructor and single_constructor::single_constructor.
2cc36e25
DE
8574
85752017-03-16 Doug Evans <dje@google.com>
a7c0469f
DE
8576
8577 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
8578 * gdb.guile/scm-lazy-string.c: New file.
8579 * gdb.guile/scm-value.exp: Move lazy string tests to ...
8580 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
8581 for pointer, array, typedef lazy strings.
8582
2cc36e25 85832017-03-16 Doug Evans <dje@google.com>
34b43320
DE
8584
8585 PR python/17728, python/18439, python/18779
8586 * gdb.python/py-value.c (main) Delete locals sptr, sn.
8587 * gdb.python/py-lazy-string.c (pointer): New typedef.
8588 (main): New locals ptr, array, typedef_ptr.
8589 * gdb.python/py-value.exp: Move lazy string tests to ...
8590 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
8591 array, typedef lazy strings.
ec3b243d 8592
0efcde63
AK
85932017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
8594
8595 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
8596 Add optional 'test' parameter.
8597
7978d7c3
SM
85982017-03-13 Simon Marchi <simon.marchi@ericsson.com>
8599
8600 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
8601 Skip for versions of DejaGnu < 1.5.
8602
896c0c1e
SM
86032017-03-13 Simon Marchi <simon.marchi@ericsson.com>
8604
8605 * lib/gdb.exp (dejagnu_version): New proc.
8606 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
8607 Use dejagnu_version.
8608
5f4d1085
KS
86092017-03-10 Keith Seitz <keiths@redhat.com>
8610
8611 PR c++/8128
8612 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
8613 type from destructor regexps.
8614 Add a branch which actually passes the test.
8615 Adjust "ptype t5i" test names.
8616
1de05205
PA
86172017-03-08 Pedro Alves <palves@redhat.com>
8618
8619 * gdb.base/step-over-exit.exp: Add explicit test message.
8620
c65d6b55
PA
86212017-03-08 Pedro Alves <palves@redhat.com>
8622
8623 PR gdb/18360
8624 * gdb.threads/interrupt-while-step-over.c: New file.
8625 * gdb.threads/interrupt-while-step-over.exp: New file.
8626
2e86a283
PA
86272017-03-08 Pedro Alves <palves@redhat.com>
8628
8629 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
8630 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
8631
25dcbff6
PA
86322017-03-08 Pedro Alves <palves@redhat.com>
8633
8634 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
8635 PKRU as not supported as a PASS.
8636
dc9366eb
PA
86372017-03-08 Pedro Alves <palves@redhat.com>
8638
8639 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
8640 prefix instead of $binfile1/$binfile2.
8641 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
8642 in test message.
8643 * gdb.python/py-completion.exp: Use "load python file" as test
8644 messages instead of unstable path names.
8645
6e5d74e7
PA
86462017-03-08 Pedro Alves <palves@redhat.com>
8647 Jan Kratochvil <jan.kratochvil@redhat.com>
8648
8649 PR cli/21218
8650 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
8651 New proc.
8652 (top level): Call it.
8653
9753a2f6
PA
86542017-03-08 Pedro Alves <palves@redhat.com>
8655
8656 PR tui/21216
8657 * gdb.tui/tui-nl-filtered-output.exp: New file.
8658
1a4dd9dd
PA
86592017-03-08 Pedro Alves <palves@redhat.com>
8660
8661 * gdb.base/completion.exp: Move TUI completion tests to ...
8662 * gdb.tui/completion.exp: ... this new file.
8663
7cbbff33
PA
86642017-03-08 Pedro Alves <palves@redhat.com>
8665
8666 * gdb.base/tui-disasm-long-lines.c,
8667 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
8668 gdb.base/tui-layout.exp: Move to ...
8669 * gdb.tui/: ... this new directory.
8670
5f6fd321
PA
86712017-03-07 Pedro Alves <palves@redhat.com>
8672
8673 * gdb.base/tui-layout.c: New file.
8674 * gdb.base/tui-layout.exp: New file.
8675
44959fa8
PA
86762017-03-07 Pedro Alves <palves@redhat.com>
8677
8678 * gdb.base/tui-layout.c: Rename to ...
8679 * gdb.base/tui-disasm-long-lines.c: ... this.
8680 * gdb.base/tui-layout.exp: Rename to ...
8681 * gdb.base/tui-disasm-long-lines.exp: ... this.
8682
f8c4e718
PA
86832017-03-07 Pedro Alves <palves@redhat.com>
8684
8685 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
8686
6dbb839a 86872017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
4a612d6f
WT
8688
8689 * i386-mpx-call.c: New file.
8690 * i386-mpx-call.exp: New file.
8691
65b48a81
PB
86922017-02-28 Peter Bergner <bergner@vnet.ibm.com>
8693
8694 * gdb.arch/powerpc-power.exp: Delete test.
8695 * gdb.arch/powerpc-power.s: Likewise.
8696 * gdb.disasm/disassembler-options.exp: New test.
8697 * gdb.arch/powerpc-altivec.exp: Likewise.
8698 * gdb.arch/powerpc-altivec.s: Likewise.
8699 * gdb.arch/powerpc-altivec2.exp: Likewise.
8700 * gdb.arch/powerpc-altivec2.s: Likewise.
8701 * gdb.arch/powerpc-altivec3.exp: Likewise.
8702 * gdb.arch/powerpc-altivec3.s: Likewise.
8703 * gdb.arch/powerpc-power7.exp: Likewise.
8704 * gdb.arch/powerpc-power7.s: Likewise.
8705 * gdb.arch/powerpc-power8.exp: Likewise.
8706 * gdb.arch/powerpc-power8.s: Likewise.
8707 * gdb.arch/powerpc-power9.exp: Likewise.
8708 * gdb.arch/powerpc-power9.s: Likewise.
8709 * gdb.arch/powerpc-vsx.exp: Likewise.
8710 * gdb.arch/powerpc-vsx.s: Likewise.
8711 * gdb.arch/powerpc-vsx2.exp: Likewise.
8712 * gdb.arch/powerpc-vsx2.s: Likewise.
8713 * gdb.arch/powerpc-vsx3.exp: Likewise.
8714 * gdb.arch/powerpc-vsx3.s: Likewise.
8715 * gdb.arch/arm-disassembler-options.exp: Likewise.
8716 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
8717 * gdb.arch/s390-disassembler-options.exp: Likewise.
8718
17cd4947
LM
87192017-02-23 Luis Machado <lgustavo@codesourcery.com>
8720
8721 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
8722 (check_supported_features): ... this. Changed return type to void.
8723 (supports_rdseed): New static global.
8724 (rdseed): Check supports_rdseed.
8725 (initialize): Call check_supported_features.
8726
2039d74e
EBM
87272017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
8728
8729 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
8730 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
8731 and lqarx/stqcx.
8732 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
8733 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
8734
a51d7ecf
EBM
87352017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
8736
8737 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
8738 uppercase.
8739
0224619f
JK
87402017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8741
8742 * gdb.dwarf2/formdata16.c: New file.
8743 * gdb.dwarf2/formdata16.exp: New file.
8744 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
8745
216f72a1
JK
87462017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8747
8748 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
8749 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
8750 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
8751 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
8752 DW_AT_GNU_*.
8753
43988095
JK
87542017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8755
8756 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
8757
99e8a4f9
SDJ
87582017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
8759
8760 PR gdb/21164
8761 * gdb.base/maint.exp: Add testcases for when the commands do
8762 not have arguments.
8763
b58a8c0c
TP
87642017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
8765
8766 * gdb.cp/chained-calls.exp: Use p instead of P.
8767
4e746bb6
TW
87682017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
8769
8770 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
8771 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
8772
3f77c769
TT
87732017-02-14 Tom Tromey <tom@tromey.com>
8774
8775 PR python/13598:
8776 * gdb.python/py-events.exp: Add before_prompt event tests.
8777
075beec0
AA
87782017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
8779
8780 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
8781
bf5f525c
LM
87822017-02-13 Luis Machado <lgustavo@codesourcery.com>
8783
8784 * gdb.linespec/explicit.c (my_unique_function_name): New function.
8785 (main): Call my_unique_function_name.
8786 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
8787 completion of patterns with a single match.
8788 Add missing -re switches to gdb_test_multiple calls.
8789
13a66184
LM
87902017-02-13 Luis Machado <lgustavo@codesourcery.com>
8791
8792 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
8793 return if core file is not recognized.
8794
26a06916
SM
87952017-02-10 Simon Marchi <simon.marchi@ericsson.com>
8796
8797 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
8798 and extra UIs.
8799
b761ca9e
SM
88002017-02-10 Simon Marchi <simon.marchi@ericsson.com>
8801
8802 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
8803 proc_with_prefix.
8804
b964bee0
TT
88052017-02-10 Tom Tromey <tom@tromey.com>
8806
8807 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
8808
18da0c51
MG
88092017-02-10 Martin Galvan <martingalvan@sourceware.org>
8810
8811 PR gdb/21122
8812 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
8813
604c4576
JG
88142017-02-08 Jerome Guitton <guitton@adacore.com>
8815
8816 * gdb.base/define.exp: Add test for command abbreviations
8817 in define.
8818
20b477a7
LM
88192017-02-06 Luis Machado <lgustavo@codesourcery.com>
8820
8821 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
8822 * gdb.reverse/insn-reverse-x86.c: New file.
8823
3f7b46f2
IR
88242017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
8825
8826 PR tdep/20936
8827 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
8828
f0fd41c1
TT
88292017-02-03 Tom Tromey <tom@tromey.com>
8830
8831 PR rust/21097:
8832 * gdb.rust/simple.exp: Add new tests.
8833
5be5dbf0
PA
88342017-02-02 Pedro Alves <palves@redhat.com>
8835
8836 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
8837 tests.
8838
7346ef59
AA
88392017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
8840
8841 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
8842 taking a 2-byte value out of a 4-byte DWARF implicit value on
8843 big-endian targets.
8844 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
8845 logic. Add test cases for DW_OP_implicit.
8846
787f0025
MM
88472017-02-01 Markus Metzger <markus.t.metzger@intel.com>
8848
8849 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
8850
68777c29
MM
88512017-02-01 Markus Metzger <markus.t.metzger@intel.com>
8852
8853 * gdb.btrace/enable.exp: Call gdb_exit before
8854 skip_gdbserver_tests.
8855
0a1c7e28
MM
88562017-02-01 Markus Metzger <markus.t.metzger@intel.com>
8857
8858 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
8859 GDBFLAGS.
8860
b5ac99b0
MM
88612017-02-01 Markus Metzger <markus.t.metzger@intel.com>
8862
8863 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
8864 the test is skipped.
8865 * gdb.btrace/data.exp: Likewise.
8866 * gdb.btrace/delta.exp: Likewise.
8867 * gdb.btrace/dlopen.exp: Likewise.
8868 * gdb.btrace/enable-running.exp: Likewise.
8869 * gdb.btrace/enable.exp: Likewise.
8870 * gdb.btrace/exception.exp: Likewise.
8871 * gdb.btrace/function_call_history.exp: Likewise.
8872 * gdb.btrace/gcore.exp: Likewise.
8873 * gdb.btrace/instruction_history.exp: Likewise.
8874 * gdb.btrace/multi-thread-step.exp: Likewise.
8875 * gdb.btrace/nohist.exp: Likewise.
8876 * gdb.btrace/non-stop.exp: Likewise.
8877 * gdb.btrace/reconnect.exp: Likewise.
8878 * gdb.btrace/record_goto-step.exp: Likewise.
8879 * gdb.btrace/record_goto.exp: Likewise.
8880 * gdb.btrace/rn-dl-bind.exp: Likewise.
8881 * gdb.btrace/segv.exp: Likewise.
8882 * gdb.btrace/step.exp: Likewise.
8883 * gdb.btrace/stepi.exp: Likewise.
8884 * gdb.btrace/tailcall-only.exp: Likewise.
8885 * gdb.btrace/tailcall.exp: Likewise.
8886 * gdb.btrace/tsx.exp: Likewise.
8887 * gdb.btrace/unknown_functions.exp: Likewise.
8888 * gdb.btrace/vdso.exp: Likewise.
8889
cd4007e4
MM
88902017-02-01 Markus Metzger <markus.t.metzger@intel.com>
8891
8892 * gdb.btrace/enable-running.c: New.
8893 * gdb.btrace/enable-running.exp: New.
8894
2735833d
WT
88952017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
8896
8897 * gdb.arch/amd64-gs_base.c: New file.
8898 * gdb.arch/amd64-gs_base.exp: New file.
8899
b51e1e94
LM
89002017-01-26 Luis Machado <lgustavo@codesourcery.com>
8901
8902 * lib/memory.exp: Remove spurious empty newlines.
8903
72ca0410
SM
89042017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
8905
8906 * gdb.python/py-bad-printers.exp: Load python file using "source".
8907 * gdb.python/py-events.exp: Likewise.
8908 * gdb.python/py-evsignal.exp: Likewise.
8909 * gdb.python/py-evthreads.exp: Likewise.
8910 * gdb.python/py-frame-args.exp: Likewise.
8911 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
8912 * gdb.python/py-framefilter-mi.exp: Likewise.
8913 * gdb.python/py-framefilter.exp: Likewise.
8914 * gdb.python/py-mi.exp: Likewise.
8915 * gdb.python/py-pp-maint.exp: Likewise.
8916 * gdb.python/py-pp-registration.exp: Likewise.
8917 * gdb.python/py-prettyprint.exp: Likewise.
8918 (run_lang_tests): Likewise.
8919 * gdb.python/py-typeprint.exp: Likewise.
8920
e309aa65
LM
89212017-01-26 Luis Machado <lgustavo@codesourcery.com>
8922
8923 * lib/memory.exp: New file.
8924 * lib/gdb.exp: Load memory.exp.
8925 * gdb.base/memattr.exp (delete_memory): Move proc to
8926 lib/memory.exp and rename to delete_memory_regions.
8927 Replace delete_memory with delete_memory_regions.
8928 Cleanup memory regions before tests.
8929 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
8930 before tests.
8931
515aff23
LM
89322017-01-26 Luis Machado <lgustavo@codesourcery.com>
8933
8934 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
8935 files.
8936 (initialize): New function conditionally defined.
8937 (testcases): Move within conditional block.
8938 (main): Call initialize.
8939 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
8940 of gdb.reverse/insn-reverse.c.
8941 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
8942 gdb.reverse/insn-reverse.c.
8943
d8b49cf0
YQ
89442017-01-26 Yao Qi <yao.qi@linaro.org>
8945
8946 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
8947 disassemble on address 0.
8948
f13a9a0c
YQ
89492017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
8950 Yao Qi <yao.qi@linaro.org>
8951
8952 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
8953 * gdb.dwarf2/implptr-64bit.S: Remove.
8954 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
8955 variables in caller's context. Add DW_OP_implicit_value.
8956
5ac95241
YQ
89572017-01-25 Yao Qi <yao.qi@linaro.org>
8958
8959 * lib/dwarf.exp (Dwarf::_location): Handle
8960 DW_OP_GNU_implicit_pointer with proper size.
8961
23e82930
LM
89622017-01-20 Luis Machado <lgustavo@codesourcery.com>
8963
8964 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
8965 and add untested calls.
8966
d334ae25
LM
89672017-01-20 Luis Machado <lgustavo@codesourcery.com>
8968
8969 * gdb.python/python.exp: Check line number against what GDB thinks
8970 the line number is for func1.
8971
f5e6296e
IB
89722017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
8973
8974 * gdb.dlang/debug-expr.exp: New file.
8975
5b362f04
LM
89762016-12-23 Luis Machado <lgustavo@codesourcery.com>
8977
8978 Fix test names for the following files:
8979
8980 * gdb.ada/exec_changed.exp
8981 * gdb.ada/info_types.exp
8982 * gdb.arch/aarch64-atomic-inst.exp
8983 * gdb.arch/aarch64-fp.exp
8984 * gdb.arch/altivec-abi.exp
8985 * gdb.arch/altivec-regs.exp
8986 * gdb.arch/amd64-byte.exp
8987 * gdb.arch/amd64-disp-step.exp
8988 * gdb.arch/amd64-dword.exp
8989 * gdb.arch/amd64-entry-value-inline.exp
8990 * gdb.arch/amd64-entry-value-param.exp
8991 * gdb.arch/amd64-entry-value-paramref.exp
8992 * gdb.arch/amd64-entry-value.exp
8993 * gdb.arch/amd64-i386-address.exp
8994 * gdb.arch/amd64-invalid-stack-middle.exp
8995 * gdb.arch/amd64-invalid-stack-top.exp
8996 * gdb.arch/amd64-optimout-repeat.exp
8997 * gdb.arch/amd64-prologue-skip.exp
8998 * gdb.arch/amd64-prologue-xmm.exp
8999 * gdb.arch/amd64-stap-special-operands.exp
9000 * gdb.arch/amd64-stap-wrong-subexp.exp
9001 * gdb.arch/amd64-tailcall-cxx.exp
9002 * gdb.arch/amd64-tailcall-noret.exp
9003 * gdb.arch/amd64-tailcall-ret.exp
9004 * gdb.arch/amd64-tailcall-self.exp
9005 * gdb.arch/amd64-word.exp
9006 * gdb.arch/arm-bl-branch-dest.exp
9007 * gdb.arch/arm-disp-step.exp
9008 * gdb.arch/arm-neon.exp
9009 * gdb.arch/arm-single-step-kernel-helper.exp
9010 * gdb.arch/avr-flash-qualifier.exp
9011 * gdb.arch/disp-step-insn-reloc.exp
9012 * gdb.arch/e500-abi.exp
9013 * gdb.arch/e500-regs.exp
9014 * gdb.arch/ftrace-insn-reloc.exp
9015 * gdb.arch/i386-avx512.exp
9016 * gdb.arch/i386-bp_permanent.exp
9017 * gdb.arch/i386-byte.exp
9018 * gdb.arch/i386-cfi-notcurrent.exp
9019 * gdb.arch/i386-disp-step.exp
9020 * gdb.arch/i386-dr3-watch.exp
9021 * gdb.arch/i386-float.exp
9022 * gdb.arch/i386-gnu-cfi.exp
9023 * gdb.arch/i386-mpx-map.exp
9024 * gdb.arch/i386-mpx-sigsegv.exp
9025 * gdb.arch/i386-mpx-simple_segv.exp
9026 * gdb.arch/i386-mpx.exp
9027 * gdb.arch/i386-permbkpt.exp
9028 * gdb.arch/i386-prologue.exp
9029 * gdb.arch/i386-signal.exp
9030 * gdb.arch/i386-size-overlap.exp
9031 * gdb.arch/i386-unwind.exp
9032 * gdb.arch/i386-word.exp
9033 * gdb.arch/mips-fcr.exp
9034 * gdb.arch/powerpc-d128-regs.exp
9035 * gdb.arch/powerpc-stackless.exp
9036 * gdb.arch/ppc64-atomic-inst.exp
9037 * gdb.arch/s390-stackless.exp
9038 * gdb.arch/s390-tdbregs.exp
9039 * gdb.arch/s390-vregs.exp
9040 * gdb.arch/sparc-sysstep.exp
9041 * gdb.arch/thumb-bx-pc.exp
9042 * gdb.arch/thumb-singlestep.exp
9043 * gdb.arch/thumb2-it.exp
9044 * gdb.arch/vsx-regs.exp
9045 * gdb.asm/asm-source.exp
9046 * gdb.base/a2-run.exp
9047 * gdb.base/advance.exp
9048 * gdb.base/all-bin.exp
9049 * gdb.base/anon.exp
9050 * gdb.base/args.exp
9051 * gdb.base/arithmet.exp
9052 * gdb.base/async-shell.exp
9053 * gdb.base/async.exp
9054 * gdb.base/attach-pie-noexec.exp
9055 * gdb.base/attach-twice.exp
9056 * gdb.base/auto-load.exp
9057 * gdb.base/bang.exp
9058 * gdb.base/bitfields.exp
9059 * gdb.base/break-always.exp
9060 * gdb.base/break-caller-line.exp
9061 * gdb.base/break-entry.exp
9062 * gdb.base/break-inline.exp
9063 * gdb.base/break-on-linker-gcd-function.exp
9064 * gdb.base/break-probes.exp
9065 * gdb.base/break.exp
9066 * gdb.base/breakpoint-shadow.exp
9067 * gdb.base/call-ar-st.exp
9068 * gdb.base/call-sc.exp
9069 * gdb.base/call-signal-resume.exp
9070 * gdb.base/call-strs.exp
9071 * gdb.base/callfuncs.exp
9072 * gdb.base/catch-fork-static.exp
9073 * gdb.base/catch-gdb-caused-signals.exp
9074 * gdb.base/catch-load.exp
9075 * gdb.base/catch-signal-fork.exp
9076 * gdb.base/catch-signal.exp
9077 * gdb.base/catch-syscall.exp
9078 * gdb.base/charset.exp
9079 * gdb.base/checkpoint.exp
9080 * gdb.base/chng-syms.exp
9081 * gdb.base/code-expr.exp
9082 * gdb.base/code_elim.exp
9083 * gdb.base/commands.exp
9084 * gdb.base/completion.exp
9085 * gdb.base/complex.exp
9086 * gdb.base/cond-expr.exp
9087 * gdb.base/condbreak.exp
9088 * gdb.base/consecutive.exp
9089 * gdb.base/continue-all-already-running.exp
9090 * gdb.base/coredump-filter.exp
9091 * gdb.base/corefile.exp
9092 * gdb.base/dbx.exp
9093 * gdb.base/debug-expr.exp
9094 * gdb.base/define.exp
9095 * gdb.base/del.exp
9096 * gdb.base/disabled-location.exp
9097 * gdb.base/disasm-end-cu.exp
9098 * gdb.base/disasm-optim.exp
9099 * gdb.base/display.exp
9100 * gdb.base/duplicate-bp.exp
9101 * gdb.base/ena-dis-br.exp
9102 * gdb.base/ending-run.exp
9103 * gdb.base/enumval.exp
9104 * gdb.base/environ.exp
9105 * gdb.base/eu-strip-infcall.exp
9106 * gdb.base/eval-avoid-side-effects.exp
9107 * gdb.base/eval-skip.exp
9108 * gdb.base/exitsignal.exp
9109 * gdb.base/expand-psymtabs.exp
9110 * gdb.base/filesym.exp
9111 * gdb.base/find-unmapped.exp
9112 * gdb.base/finish.exp
9113 * gdb.base/float.exp
9114 * gdb.base/foll-exec-mode.exp
9115 * gdb.base/foll-exec.exp
9116 * gdb.base/foll-fork.exp
9117 * gdb.base/fortran-sym-case.exp
9118 * gdb.base/freebpcmd.exp
9119 * gdb.base/func-ptr.exp
9120 * gdb.base/func-ptrs.exp
9121 * gdb.base/funcargs.exp
9122 * gdb.base/gcore-buffer-overflow.exp
9123 * gdb.base/gcore-relro-pie.exp
9124 * gdb.base/gcore-relro.exp
9125 * gdb.base/gcore.exp
9126 * gdb.base/gdb1090.exp
9127 * gdb.base/gdb11530.exp
9128 * gdb.base/gdb11531.exp
9129 * gdb.base/gdb1821.exp
9130 * gdb.base/gdbindex-stabs.exp
9131 * gdb.base/gdbvars.exp
9132 * gdb.base/hbreak.exp
9133 * gdb.base/hbreak2.exp
9134 * gdb.base/included.exp
9135 * gdb.base/infcall-input.exp
9136 * gdb.base/inferior-died.exp
9137 * gdb.base/infnan.exp
9138 * gdb.base/info-macros.exp
9139 * gdb.base/info-os.exp
9140 * gdb.base/info-proc.exp
9141 * gdb.base/info-shared.exp
9142 * gdb.base/info-target.exp
9143 * gdb.base/infoline.exp
9144 * gdb.base/interp.exp
9145 * gdb.base/interrupt.exp
9146 * gdb.base/jit-reader.exp
9147 * gdb.base/jit-simple.exp
9148 * gdb.base/kill-after-signal.exp
9149 * gdb.base/kill-detach-inferiors-cmd.exp
9150 * gdb.base/label.exp
9151 * gdb.base/langs.exp
9152 * gdb.base/ldbl_e308.exp
9153 * gdb.base/line-symtabs.exp
9154 * gdb.base/linespecs.exp
9155 * gdb.base/list.exp
9156 * gdb.base/long_long.exp
9157 * gdb.base/longest-types.exp
9158 * gdb.base/maint.exp
9159 * gdb.base/max-value-size.exp
9160 * gdb.base/memattr.exp
9161 * gdb.base/mips_pro.exp
9162 * gdb.base/morestack.exp
9163 * gdb.base/moribund-step.exp
9164 * gdb.base/multi-forks.exp
9165 * gdb.base/nested-addr.exp
9166 * gdb.base/nextoverexit.exp
9167 * gdb.base/noreturn-finish.exp
9168 * gdb.base/noreturn-return.exp
9169 * gdb.base/nostdlib.exp
9170 * gdb.base/offsets.exp
9171 * gdb.base/opaque.exp
9172 * gdb.base/pc-fp.exp
9173 * gdb.base/permissions.exp
9174 * gdb.base/print-symbol-loading.exp
9175 * gdb.base/prologue-include.exp
9176 * gdb.base/psymtab.exp
9177 * gdb.base/ptype.exp
9178 * gdb.base/random-signal.exp
9179 * gdb.base/randomize.exp
9180 * gdb.base/range-stepping.exp
9181 * gdb.base/readline-ask.exp
9182 * gdb.base/recpar.exp
9183 * gdb.base/recurse.exp
9184 * gdb.base/relational.exp
9185 * gdb.base/restore.exp
9186 * gdb.base/return-nodebug.exp
9187 * gdb.base/return.exp
9188 * gdb.base/run-after-attach.exp
9189 * gdb.base/save-bp.exp
9190 * gdb.base/scope.exp
9191 * gdb.base/sect-cmd.exp
9192 * gdb.base/set-lang-auto.exp
9193 * gdb.base/set-noassign.exp
9194 * gdb.base/setvar.exp
9195 * gdb.base/sigall.exp
9196 * gdb.base/sigbpt.exp
9197 * gdb.base/siginfo-addr.exp
9198 * gdb.base/siginfo-infcall.exp
9199 * gdb.base/siginfo-obj.exp
9200 * gdb.base/siginfo.exp
9201 * gdb.base/signals-state-child.exp
9202 * gdb.base/signest.exp
9203 * gdb.base/sigstep.exp
9204 * gdb.base/sizeof.exp
9205 * gdb.base/skip.exp
9206 * gdb.base/solib-corrupted.exp
9207 * gdb.base/solib-nodir.exp
9208 * gdb.base/solib-search.exp
9209 * gdb.base/stack-checking.exp
9210 * gdb.base/stale-infcall.exp
9211 * gdb.base/stap-probe.exp
9212 * gdb.base/start.exp
9213 * gdb.base/step-break.exp
9214 * gdb.base/step-bt.exp
9215 * gdb.base/step-line.exp
9216 * gdb.base/step-over-exit.exp
9217 * gdb.base/step-over-syscall.exp
9218 * gdb.base/step-resume-infcall.exp
9219 * gdb.base/step-test.exp
9220 * gdb.base/store.exp
9221 * gdb.base/structs3.exp
9222 * gdb.base/sym-file.exp
9223 * gdb.base/symbol-without-target_section.exp
9224 * gdb.base/term.exp
9225 * gdb.base/testenv.exp
9226 * gdb.base/ui-redirect.exp
9227 * gdb.base/until.exp
9228 * gdb.base/unwindonsignal.exp
9229 * gdb.base/value-double-free.exp
9230 * gdb.base/vla-datatypes.exp
9231 * gdb.base/vla-ptr.exp
9232 * gdb.base/vla-sideeffect.exp
9233 * gdb.base/volatile.exp
9234 * gdb.base/watch-cond-infcall.exp
9235 * gdb.base/watch-cond.exp
9236 * gdb.base/watch-non-mem.exp
9237 * gdb.base/watch-read.exp
9238 * gdb.base/watch-vfork.exp
9239 * gdb.base/watchpoint-cond-gone.exp
9240 * gdb.base/watchpoint-delete.exp
9241 * gdb.base/watchpoint-hw-hit-once.exp
9242 * gdb.base/watchpoint-hw.exp
9243 * gdb.base/watchpoint-stops-at-right-insn.exp
9244 * gdb.base/watchpoints.exp
9245 * gdb.base/wchar.exp
9246 * gdb.base/whatis-exp.exp
9247 * gdb.btrace/buffer-size.exp
9248 * gdb.btrace/data.exp
9249 * gdb.btrace/delta.exp
9250 * gdb.btrace/dlopen.exp
9251 * gdb.btrace/enable.exp
9252 * gdb.btrace/exception.exp
9253 * gdb.btrace/function_call_history.exp
9254 * gdb.btrace/gcore.exp
9255 * gdb.btrace/instruction_history.exp
9256 * gdb.btrace/nohist.exp
9257 * gdb.btrace/reconnect.exp
9258 * gdb.btrace/record_goto-step.exp
9259 * gdb.btrace/record_goto.exp
9260 * gdb.btrace/rn-dl-bind.exp
9261 * gdb.btrace/segv.exp
9262 * gdb.btrace/step.exp
9263 * gdb.btrace/stepi.exp
9264 * gdb.btrace/tailcall-only.exp
9265 * gdb.btrace/tailcall.exp
9266 * gdb.btrace/tsx.exp
9267 * gdb.btrace/unknown_functions.exp
9268 * gdb.btrace/vdso.exp
9269 * gdb.compile/compile-ifunc.exp
9270 * gdb.compile/compile-ops.exp
9271 * gdb.compile/compile-print.exp
9272 * gdb.compile/compile-setjmp.exp
9273 * gdb.cp/abstract-origin.exp
9274 * gdb.cp/ambiguous.exp
9275 * gdb.cp/annota2.exp
9276 * gdb.cp/annota3.exp
9277 * gdb.cp/anon-ns.exp
9278 * gdb.cp/anon-struct.exp
9279 * gdb.cp/anon-union.exp
9280 * gdb.cp/arg-reference.exp
9281 * gdb.cp/baseenum.exp
9282 * gdb.cp/bool.exp
9283 * gdb.cp/breakpoint.exp
9284 * gdb.cp/bs15503.exp
9285 * gdb.cp/call-c.exp
9286 * gdb.cp/casts.exp
9287 * gdb.cp/chained-calls.exp
9288 * gdb.cp/class2.exp
9289 * gdb.cp/classes.exp
9290 * gdb.cp/cmpd-minsyms.exp
9291 * gdb.cp/converts.exp
9292 * gdb.cp/cp-relocate.exp
9293 * gdb.cp/cpcompletion.exp
9294 * gdb.cp/cpexprs.exp
9295 * gdb.cp/cplabel.exp
9296 * gdb.cp/cplusfuncs.exp
9297 * gdb.cp/cpsizeof.exp
9298 * gdb.cp/ctti.exp
9299 * gdb.cp/derivation.exp
9300 * gdb.cp/destrprint.exp
9301 * gdb.cp/dispcxx.exp
9302 * gdb.cp/enum-class.exp
9303 * gdb.cp/exception.exp
9304 * gdb.cp/exceptprint.exp
9305 * gdb.cp/expand-psymtabs-cxx.exp
9306 * gdb.cp/expand-sals.exp
9307 * gdb.cp/extern-c.exp
9308 * gdb.cp/filename.exp
9309 * gdb.cp/formatted-ref.exp
9310 * gdb.cp/fpointer.exp
9311 * gdb.cp/gdb1355.exp
9312 * gdb.cp/gdb2495.exp
9313 * gdb.cp/hang.exp
9314 * gdb.cp/impl-this.exp
9315 * gdb.cp/infcall-dlopen.exp
9316 * gdb.cp/inherit.exp
9317 * gdb.cp/iostream.exp
9318 * gdb.cp/koenig.exp
9319 * gdb.cp/local.exp
9320 * gdb.cp/m-data.exp
9321 * gdb.cp/m-static.exp
9322 * gdb.cp/mb-ctor.exp
9323 * gdb.cp/mb-inline.exp
9324 * gdb.cp/mb-templates.exp
9325 * gdb.cp/member-name.exp
9326 * gdb.cp/member-ptr.exp
9327 * gdb.cp/meth-typedefs.exp
9328 * gdb.cp/method.exp
9329 * gdb.cp/method2.exp
9330 * gdb.cp/minsym-fallback.exp
9331 * gdb.cp/misc.exp
9332 * gdb.cp/namelessclass.exp
9333 * gdb.cp/namespace-enum.exp
9334 * gdb.cp/namespace-nested-import.exp
9335 * gdb.cp/namespace.exp
9336 * gdb.cp/nextoverthrow.exp
9337 * gdb.cp/no-dmgl-verbose.exp
9338 * gdb.cp/non-trivial-retval.exp
9339 * gdb.cp/noparam.exp
9340 * gdb.cp/nsdecl.exp
9341 * gdb.cp/nsimport.exp
9342 * gdb.cp/nsnested.exp
9343 * gdb.cp/nsnoimports.exp
9344 * gdb.cp/nsrecurs.exp
9345 * gdb.cp/nsstress.exp
9346 * gdb.cp/nsusing.exp
9347 * gdb.cp/operator.exp
9348 * gdb.cp/oranking.exp
9349 * gdb.cp/overload-const.exp
9350 * gdb.cp/overload.exp
9351 * gdb.cp/ovldbreak.exp
9352 * gdb.cp/ovsrch.exp
9353 * gdb.cp/paren-type.exp
9354 * gdb.cp/parse-lang.exp
9355 * gdb.cp/pass-by-ref.exp
9356 * gdb.cp/pr-1023.exp
9357 * gdb.cp/pr-1210.exp
9358 * gdb.cp/pr-574.exp
9359 * gdb.cp/pr10687.exp
9360 * gdb.cp/pr12028.exp
9361 * gdb.cp/pr17132.exp
9362 * gdb.cp/pr17494.exp
9363 * gdb.cp/pr9067.exp
9364 * gdb.cp/pr9167.exp
9365 * gdb.cp/pr9631.exp
9366 * gdb.cp/printmethod.exp
9367 * gdb.cp/psmang.exp
9368 * gdb.cp/psymtab-parameter.exp
9369 * gdb.cp/ptype-cv-cp.exp
9370 * gdb.cp/ptype-flags.exp
9371 * gdb.cp/re-set-overloaded.exp
9372 * gdb.cp/ref-types.exp
9373 * gdb.cp/rtti.exp
9374 * gdb.cp/scope-err.exp
9375 * gdb.cp/shadow.exp
9376 * gdb.cp/smartp.exp
9377 * gdb.cp/static-method.exp
9378 * gdb.cp/static-print-quit.exp
9379 * gdb.cp/temargs.exp
9380 * gdb.cp/templates.exp
9381 * gdb.cp/try_catch.exp
9382 * gdb.cp/typedef-operator.exp
9383 * gdb.cp/typeid.exp
9384 * gdb.cp/userdef.exp
9385 * gdb.cp/using-crash.exp
9386 * gdb.cp/var-tag.exp
9387 * gdb.cp/virtbase.exp
9388 * gdb.cp/virtfunc.exp
9389 * gdb.cp/virtfunc2.exp
9390 * gdb.cp/vla-cxx.exp
9391 * gdb.disasm/t01_mov.exp
9392 * gdb.disasm/t02_mova.exp
9393 * gdb.disasm/t03_add.exp
9394 * gdb.disasm/t04_sub.exp
9395 * gdb.disasm/t05_cmp.exp
9396 * gdb.disasm/t06_ari2.exp
9397 * gdb.disasm/t07_ari3.exp
9398 * gdb.disasm/t08_or.exp
9399 * gdb.disasm/t09_xor.exp
9400 * gdb.disasm/t10_and.exp
9401 * gdb.disasm/t11_logs.exp
9402 * gdb.disasm/t12_bit.exp
9403 * gdb.disasm/t13_otr.exp
9404 * gdb.dlang/circular.exp
9405 * gdb.dwarf2/arr-stride.exp
9406 * gdb.dwarf2/arr-subrange.exp
9407 * gdb.dwarf2/atomic-type.exp
9408 * gdb.dwarf2/bad-regnum.exp
9409 * gdb.dwarf2/bitfield-parent-optimized-out.exp
9410 * gdb.dwarf2/callframecfa.exp
9411 * gdb.dwarf2/clztest.exp
9412 * gdb.dwarf2/corrupt.exp
9413 * gdb.dwarf2/data-loc.exp
9414 * gdb.dwarf2/dup-psym.exp
9415 * gdb.dwarf2/dw2-anon-mptr.exp
9416 * gdb.dwarf2/dw2-anonymous-func.exp
9417 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
9418 * gdb.dwarf2/dw2-bad-unresolved.exp
9419 * gdb.dwarf2/dw2-basic.exp
9420 * gdb.dwarf2/dw2-canonicalize-type.exp
9421 * gdb.dwarf2/dw2-case-insensitive.exp
9422 * gdb.dwarf2/dw2-common-block.exp
9423 * gdb.dwarf2/dw2-compdir-oldgcc.exp
9424 * gdb.dwarf2/dw2-compressed.exp
9425 * gdb.dwarf2/dw2-const.exp
9426 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
9427 * gdb.dwarf2/dw2-cu-size.exp
9428 * gdb.dwarf2/dw2-dup-frame.exp
9429 * gdb.dwarf2/dw2-entry-value.exp
9430 * gdb.dwarf2/dw2-icycle.exp
9431 * gdb.dwarf2/dw2-ifort-parameter.exp
9432 * gdb.dwarf2/dw2-inline-break.exp
9433 * gdb.dwarf2/dw2-inline-param.exp
9434 * gdb.dwarf2/dw2-intercu.exp
9435 * gdb.dwarf2/dw2-intermix.exp
9436 * gdb.dwarf2/dw2-lexical-block-bare.exp
9437 * gdb.dwarf2/dw2-linkage-name-trust.exp
9438 * gdb.dwarf2/dw2-minsym-in-cu.exp
9439 * gdb.dwarf2/dw2-noloc.exp
9440 * gdb.dwarf2/dw2-op-call.exp
9441 * gdb.dwarf2/dw2-op-out-param.exp
9442 * gdb.dwarf2/dw2-opt-structptr.exp
9443 * gdb.dwarf2/dw2-param-error.exp
9444 * gdb.dwarf2/dw2-producer.exp
9445 * gdb.dwarf2/dw2-ranges-base.exp
9446 * gdb.dwarf2/dw2-ref-missing-frame.exp
9447 * gdb.dwarf2/dw2-reg-undefined.exp
9448 * gdb.dwarf2/dw2-regno-invalid.exp
9449 * gdb.dwarf2/dw2-restore.exp
9450 * gdb.dwarf2/dw2-restrict.exp
9451 * gdb.dwarf2/dw2-single-line-discriminators.exp
9452 * gdb.dwarf2/dw2-strp.exp
9453 * gdb.dwarf2/dw2-undefined-ret-addr.exp
9454 * gdb.dwarf2/dw2-unresolved.exp
9455 * gdb.dwarf2/dw2-var-zero-addr.exp
9456 * gdb.dwarf2/dw4-sig-types.exp
9457 * gdb.dwarf2/dwz.exp
9458 * gdb.dwarf2/dynarr-ptr.exp
9459 * gdb.dwarf2/enum-type.exp
9460 * gdb.dwarf2/gdb-index.exp
9461 * gdb.dwarf2/implptr-64bit.exp
9462 * gdb.dwarf2/implptr-optimized-out.exp
9463 * gdb.dwarf2/implptr.exp
9464 * gdb.dwarf2/implref-array.exp
9465 * gdb.dwarf2/implref-const.exp
9466 * gdb.dwarf2/implref-global.exp
9467 * gdb.dwarf2/implref-struct.exp
9468 * gdb.dwarf2/mac-fileno.exp
9469 * gdb.dwarf2/main-subprogram.exp
9470 * gdb.dwarf2/member-ptr-forwardref.exp
9471 * gdb.dwarf2/method-ptr.exp
9472 * gdb.dwarf2/missing-sig-type.exp
9473 * gdb.dwarf2/nonvar-access.exp
9474 * gdb.dwarf2/opaque-type-lookup.exp
9475 * gdb.dwarf2/pieces-optimized-out.exp
9476 * gdb.dwarf2/pieces.exp
9477 * gdb.dwarf2/pr10770.exp
9478 * gdb.dwarf2/pr13961.exp
9479 * gdb.dwarf2/staticvirtual.exp
9480 * gdb.dwarf2/subrange.exp
9481 * gdb.dwarf2/symtab-producer.exp
9482 * gdb.dwarf2/trace-crash.exp
9483 * gdb.dwarf2/typeddwarf.exp
9484 * gdb.dwarf2/valop.exp
9485 * gdb.dwarf2/watch-notconst.exp
9486 * gdb.fortran/array-element.exp
9487 * gdb.fortran/charset.exp
9488 * gdb.fortran/common-block.exp
9489 * gdb.fortran/complex.exp
9490 * gdb.fortran/derived-type-function.exp
9491 * gdb.fortran/derived-type.exp
9492 * gdb.fortran/logical.exp
9493 * gdb.fortran/module.exp
9494 * gdb.fortran/multi-dim.exp
9495 * gdb.fortran/nested-funcs.exp
9496 * gdb.fortran/print-formatted.exp
9497 * gdb.fortran/subarray.exp
9498 * gdb.fortran/vla-alloc-assoc.exp
9499 * gdb.fortran/vla-datatypes.exp
9500 * gdb.fortran/vla-history.exp
9501 * gdb.fortran/vla-ptr-info.exp
9502 * gdb.fortran/vla-ptype-sub.exp
9503 * gdb.fortran/vla-ptype.exp
9504 * gdb.fortran/vla-sizeof.exp
9505 * gdb.fortran/vla-type.exp
9506 * gdb.fortran/vla-value-sub-arbitrary.exp
9507 * gdb.fortran/vla-value-sub-finish.exp
9508 * gdb.fortran/vla-value-sub.exp
9509 * gdb.fortran/vla-value.exp
9510 * gdb.fortran/whatis_type.exp
9511 * gdb.go/chan.exp
9512 * gdb.go/handcall.exp
9513 * gdb.go/hello.exp
9514 * gdb.go/integers.exp
9515 * gdb.go/methods.exp
9516 * gdb.go/package.exp
9517 * gdb.go/strings.exp
9518 * gdb.go/types.exp
9519 * gdb.go/unsafe.exp
9520 * gdb.guile/scm-arch.exp
9521 * gdb.guile/scm-block.exp
9522 * gdb.guile/scm-breakpoint.exp
9523 * gdb.guile/scm-cmd.exp
9524 * gdb.guile/scm-disasm.exp
9525 * gdb.guile/scm-equal.exp
9526 * gdb.guile/scm-frame-args.exp
9527 * gdb.guile/scm-frame-inline.exp
9528 * gdb.guile/scm-frame.exp
9529 * gdb.guile/scm-iterator.exp
9530 * gdb.guile/scm-math.exp
9531 * gdb.guile/scm-objfile.exp
9532 * gdb.guile/scm-ports.exp
9533 * gdb.guile/scm-symbol.exp
9534 * gdb.guile/scm-symtab.exp
9535 * gdb.guile/scm-value-cc.exp
9536 * gdb.guile/types-module.exp
9537 * gdb.linespec/break-ask.exp
9538 * gdb.linespec/cpexplicit.exp
9539 * gdb.linespec/explicit.exp
9540 * gdb.linespec/keywords.exp
9541 * gdb.linespec/linespec.exp
9542 * gdb.linespec/ls-dollar.exp
9543 * gdb.linespec/ls-errs.exp
9544 * gdb.linespec/skip-two.exp
9545 * gdb.linespec/thread.exp
9546 * gdb.mi/mi-async.exp
9547 * gdb.mi/mi-basics.exp
9548 * gdb.mi/mi-break.exp
9549 * gdb.mi/mi-catch-load.exp
9550 * gdb.mi/mi-cli.exp
9551 * gdb.mi/mi-cmd-param-changed.exp
9552 * gdb.mi/mi-console.exp
9553 * gdb.mi/mi-detach.exp
9554 * gdb.mi/mi-disassemble.exp
9555 * gdb.mi/mi-eval.exp
9556 * gdb.mi/mi-file-transfer.exp
9557 * gdb.mi/mi-file.exp
9558 * gdb.mi/mi-fill-memory.exp
9559 * gdb.mi/mi-inheritance-syntax-error.exp
9560 * gdb.mi/mi-linespec-err-cp.exp
9561 * gdb.mi/mi-logging.exp
9562 * gdb.mi/mi-memory-changed.exp
9563 * gdb.mi/mi-read-memory.exp
9564 * gdb.mi/mi-record-changed.exp
9565 * gdb.mi/mi-reg-undefined.exp
9566 * gdb.mi/mi-regs.exp
9567 * gdb.mi/mi-return.exp
9568 * gdb.mi/mi-reverse.exp
9569 * gdb.mi/mi-simplerun.exp
9570 * gdb.mi/mi-solib.exp
9571 * gdb.mi/mi-stack.exp
9572 * gdb.mi/mi-stepi.exp
9573 * gdb.mi/mi-syn-frame.exp
9574 * gdb.mi/mi-until.exp
9575 * gdb.mi/mi-var-block.exp
9576 * gdb.mi/mi-var-child.exp
9577 * gdb.mi/mi-var-cmd.exp
9578 * gdb.mi/mi-var-cp.exp
9579 * gdb.mi/mi-var-display.exp
9580 * gdb.mi/mi-var-invalidate.exp
9581 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
9582 * gdb.mi/mi-vla-fortran.exp
9583 * gdb.mi/mi-watch.exp
9584 * gdb.mi/mi2-var-child.exp
9585 * gdb.mi/user-selected-context-sync.exp
9586 * gdb.modula2/unbounded-array.exp
9587 * gdb.multi/dummy-frame-restore.exp
9588 * gdb.multi/multi-arch-exec.exp
9589 * gdb.multi/multi-arch.exp
9590 * gdb.multi/tids.exp
9591 * gdb.multi/watchpoint-multi.exp
9592 * gdb.opencl/callfuncs.exp
9593 * gdb.opencl/convs_casts.exp
9594 * gdb.opencl/datatypes.exp
9595 * gdb.opencl/operators.exp
9596 * gdb.opencl/vec_comps.exp
9597 * gdb.opt/clobbered-registers-O2.exp
9598 * gdb.opt/inline-break.exp
9599 * gdb.opt/inline-bt.exp
9600 * gdb.opt/inline-cmds.exp
9601 * gdb.opt/inline-locals.exp
9602 * gdb.pascal/case-insensitive-symbols.exp
9603 * gdb.pascal/floats.exp
9604 * gdb.pascal/gdb11492.exp
9605 * gdb.python/lib-types.exp
9606 * gdb.python/py-arch.exp
9607 * gdb.python/py-as-string.exp
9608 * gdb.python/py-bad-printers.exp
9609 * gdb.python/py-block.exp
9610 * gdb.python/py-breakpoint-create-fail.exp
9611 * gdb.python/py-breakpoint.exp
9612 * gdb.python/py-caller-is.exp
9613 * gdb.python/py-cmd.exp
9614 * gdb.python/py-explore-cc.exp
9615 * gdb.python/py-explore.exp
9616 * gdb.python/py-finish-breakpoint.exp
9617 * gdb.python/py-finish-breakpoint2.exp
9618 * gdb.python/py-frame-args.exp
9619 * gdb.python/py-frame-inline.exp
9620 * gdb.python/py-frame.exp
9621 * gdb.python/py-framefilter-mi.exp
9622 * gdb.python/py-infthread.exp
9623 * gdb.python/py-lazy-string.exp
9624 * gdb.python/py-linetable.exp
9625 * gdb.python/py-mi-events.exp
9626 * gdb.python/py-mi-objfile.exp
9627 * gdb.python/py-mi.exp
9628 * gdb.python/py-objfile.exp
9629 * gdb.python/py-pp-integral.exp
9630 * gdb.python/py-pp-maint.exp
9631 * gdb.python/py-pp-re-notag.exp
9632 * gdb.python/py-pp-registration.exp
9633 * gdb.python/py-recurse-unwind.exp
9634 * gdb.python/py-strfns.exp
9635 * gdb.python/py-symbol.exp
9636 * gdb.python/py-symtab.exp
9637 * gdb.python/py-sync-interp.exp
9638 * gdb.python/py-typeprint.exp
9639 * gdb.python/py-unwind-maint.exp
9640 * gdb.python/py-unwind.exp
9641 * gdb.python/py-value-cc.exp
9642 * gdb.python/py-xmethods.exp
9643 * gdb.reverse/amd64-tailcall-reverse.exp
9644 * gdb.reverse/break-precsave.exp
9645 * gdb.reverse/break-reverse.exp
9646 * gdb.reverse/consecutive-precsave.exp
9647 * gdb.reverse/consecutive-reverse.exp
9648 * gdb.reverse/finish-precsave.exp
9649 * gdb.reverse/finish-reverse-bkpt.exp
9650 * gdb.reverse/finish-reverse.exp
9651 * gdb.reverse/fstatat-reverse.exp
9652 * gdb.reverse/getresuid-reverse.exp
9653 * gdb.reverse/i386-precsave.exp
9654 * gdb.reverse/i386-reverse.exp
9655 * gdb.reverse/i386-sse-reverse.exp
9656 * gdb.reverse/i387-env-reverse.exp
9657 * gdb.reverse/i387-stack-reverse.exp
9658 * gdb.reverse/insn-reverse.exp
9659 * gdb.reverse/machinestate-precsave.exp
9660 * gdb.reverse/machinestate.exp
9661 * gdb.reverse/next-reverse-bkpt-over-sr.exp
9662 * gdb.reverse/pipe-reverse.exp
9663 * gdb.reverse/readv-reverse.exp
9664 * gdb.reverse/recvmsg-reverse.exp
9665 * gdb.reverse/rerun-prec.exp
9666 * gdb.reverse/s390-mvcle.exp
9667 * gdb.reverse/step-precsave.exp
9668 * gdb.reverse/step-reverse.exp
9669 * gdb.reverse/time-reverse.exp
9670 * gdb.reverse/until-precsave.exp
9671 * gdb.reverse/until-reverse.exp
9672 * gdb.reverse/waitpid-reverse.exp
9673 * gdb.reverse/watch-precsave.exp
9674 * gdb.reverse/watch-reverse.exp
9675 * gdb.rust/generics.exp
9676 * gdb.rust/methods.exp
9677 * gdb.rust/modules.exp
9678 * gdb.rust/simple.exp
9679 * gdb.server/connect-with-no-symbol-file.exp
9680 * gdb.server/ext-attach.exp
9681 * gdb.server/ext-restart.exp
9682 * gdb.server/ext-wrapper.exp
9683 * gdb.server/file-transfer.exp
9684 * gdb.server/server-exec-info.exp
9685 * gdb.server/server-kill.exp
9686 * gdb.server/server-mon.exp
9687 * gdb.server/wrapper.exp
9688 * gdb.stabs/exclfwd.exp
9689 * gdb.stabs/gdb11479.exp
9690 * gdb.threads/clone-new-thread-event.exp
9691 * gdb.threads/corethreads.exp
9692 * gdb.threads/current-lwp-dead.exp
9693 * gdb.threads/dlopen-libpthread.exp
9694 * gdb.threads/gcore-thread.exp
9695 * gdb.threads/sigstep-threads.exp
9696 * gdb.threads/watchpoint-fork.exp
9697 * gdb.trace/actions-changed.exp
9698 * gdb.trace/backtrace.exp
9699 * gdb.trace/change-loc.exp
9700 * gdb.trace/circ.exp
9701 * gdb.trace/collection.exp
9702 * gdb.trace/disconnected-tracing.exp
9703 * gdb.trace/ftrace.exp
9704 * gdb.trace/mi-trace-frame-collected.exp
9705 * gdb.trace/mi-trace-unavailable.exp
9706 * gdb.trace/mi-traceframe-changed.exp
9707 * gdb.trace/mi-tsv-changed.exp
9708 * gdb.trace/no-attach-trace.exp
9709 * gdb.trace/passc-dyn.exp
9710 * gdb.trace/qtro.exp
9711 * gdb.trace/range-stepping.exp
9712 * gdb.trace/read-memory.exp
9713 * gdb.trace/save-trace.exp
9714 * gdb.trace/signal.exp
9715 * gdb.trace/status-stop.exp
9716 * gdb.trace/tfile.exp
9717 * gdb.trace/trace-break.exp
9718 * gdb.trace/trace-buffer-size.exp
9719 * gdb.trace/trace-condition.exp
9720 * gdb.trace/tracefile-pseudo-reg.exp
9721 * gdb.trace/tstatus.exp
9722 * gdb.trace/unavailable.exp
9723 * gdb.trace/while-dyn.exp
9724 * gdb.trace/while-stepping.exp
9725
34c41c68
DE
97262016-12-22 Doug Evans <xdje42@gmail.com>
9727
9728 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
9729 and msymbols.
9730
16e69324
YQ
97312016-12-19 Yao Qi <yao.qi@linaro.org>
9732
9733 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
9734 (test_with_self): Don't call do_steps_and_nexts, and remove
9735 code about stepping into xmalloc.
9736
f94f411b
YQ
97372016-12-09 Yao Qi <yao.qi@linaro.org>
9738
9739 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
9740
97412016-12-09 Yao Qi <yao.qi@linaro.org>
9742
9743 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
9744
f1b5deee
PA
97452016-12-09 Pedro Alves <palves@redhat.com>
9746
9747 * gdb.base/all-architectures-0.exp: New file.
9748 * gdb.base/all-architectures-1.exp: New file.
9749 * gdb.base/all-architectures-2.exp: New file.
9750 * gdb.base/all-architectures-3.exp: New file.
9751 * gdb.base/all-architectures-4.exp: New file.
9752 * gdb.base/all-architectures-5.exp: New file.
9753 * gdb.base/all-architectures-6.exp: New file.
9754 * gdb.base/all-architectures-7.exp: New file.
9755 * gdb.base/all-architectures.exp.in: New file.
9756
364ca42e
YQ
97572016-12-09 Yao Qi <yao.qi@linaro.org>
9758
9759 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
9760
107c2d62
LM
97612016-12-02 Luis Machado <lgustavo@codesourcery.com>
9762
9763 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
9764 possible.
9765 Remove useless pattern-matching code.
9766
df3ee9ca
PA
97672016-12-02 Pedro Alves <palves@redhat.com>
9768
9769 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
9770 procedure.
9771 (top level): Call it.
9772
ec835369
PA
97732016-12-02 Pedro Alves <palves@redhat.com>
9774
9775 * gdb.base/commands.exp (user_defined_command_args_stack_test):
9776 New procedure.
9777 (top level): Call it.
9778
01770bbd
PA
97792016-12-02 Pedro Alves <palves@redhat.com>
9780
9781 PR cli/20559
9782 * gdb.base/commands.exp (user_defined_command_args_eval): New
9783 procedure.
9784 (top level): Call it.
9785
008459ea
LM
97862016-12-02 Luis Machado <lgustavo@codesourcery.com>
9787
9788 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
9789 timeout handling.
9790
0c1b455e
TT
97912016-12-02 Tom Tromey <tom@tromey.com>
9792
9793 * gdb.dwarf2/main-subprogram.c: New file.
9794 * gdb.dwarf2/main-subprogram.exp: New file.
9795
018572b8
LM
97962016-12-01 Luis Machado <lgustavo@codesourcery.com>
9797
9798 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
9799 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
9800 gdb_test_no_output for a couple of cases.
9801 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
9802
84c93cd5
LM
98032016-12-01 Luis Machado <lgustavo@codesourcery.com>
9804
9805 Fix test names and standardize compilation error messages throughout
9806 the following files:
9807
9808 * gdb.ada/start.exp
9809 * gdb.arch/alpha-step.exp
9810 * gdb.arch/e500-prologue.exp
9811 * gdb.arch/ftrace-insn-reloc.exp
9812 * gdb.arch/gdb1291.exp
9813 * gdb.arch/gdb1431.exp
9814 * gdb.arch/gdb1558.exp
9815 * gdb.arch/i386-dr3-watch.exp
9816 * gdb.arch/i386-sse-stack-align.exp
9817 * gdb.arch/ia64-breakpoint-shadow.exp
9818 * gdb.arch/pa-nullify.exp
9819 * gdb.arch/powerpc-aix-prologue.exp
9820 * gdb.arch/thumb-bx-pc.exp
9821 * gdb.base/annota1.exp
9822 * gdb.base/annota3.exp
9823 * gdb.base/arrayidx.exp
9824 * gdb.base/assign.exp
9825 * gdb.base/attach.exp
9826 * gdb.base/auxv.exp
9827 * gdb.base/bang.exp
9828 * gdb.base/bfp-test.exp
9829 * gdb.base/bigcore.exp
9830 * gdb.base/bitfields2.exp
9831 * gdb.base/break-fun-addr.exp
9832 * gdb.base/break-probes.exp
9833 * gdb.base/call-rt-st.exp
9834 * gdb.base/callexit.exp
9835 * gdb.base/catch-fork-kill.exp
9836 * gdb.base/charset.exp
9837 * gdb.base/checkpoint.exp
9838 * gdb.base/comprdebug.exp
9839 * gdb.base/constvars.exp
9840 * gdb.base/coredump-filter.exp
9841 * gdb.base/cursal.exp
9842 * gdb.base/cvexpr.exp
9843 * gdb.base/detach.exp
9844 * gdb.base/display.exp
9845 * gdb.base/dmsym.exp
9846 * gdb.base/dprintf-pending.exp
9847 * gdb.base/dso2dso.exp
9848 * gdb.base/dtrace-probe.exp
9849 * gdb.base/dump.exp
9850 * gdb.base/enum_cond.exp
9851 * gdb.base/exe-lock.exp
9852 * gdb.base/exec-invalid-sysroot.exp
9853 * gdb.base/execl-update-breakpoints.exp
9854 * gdb.base/exprs.exp
9855 * gdb.base/fileio.exp
9856 * gdb.base/find.exp
9857 * gdb.base/finish.exp
9858 * gdb.base/fixsection.exp
9859 * gdb.base/foll-vfork.exp
9860 * gdb.base/frame-args.exp
9861 * gdb.base/gcore.exp
9862 * gdb.base/gdb1250.exp
9863 * gdb.base/global-var-nested-by-dso.exp
9864 * gdb.base/gnu-ifunc.exp
9865 * gdb.base/hashline1.exp
9866 * gdb.base/hashline2.exp
9867 * gdb.base/hashline3.exp
9868 * gdb.base/hbreak-in-shr-unsupported.exp
9869 * gdb.base/huge.exp
9870 * gdb.base/infcall-input.exp
9871 * gdb.base/info-fun.exp
9872 * gdb.base/info-shared.exp
9873 * gdb.base/jit-simple.exp
9874 * gdb.base/jit-so.exp
9875 * gdb.base/jit.exp
9876 * gdb.base/jump.exp
9877 * gdb.base/label.exp
9878 * gdb.base/lineinc.exp
9879 * gdb.base/logical.exp
9880 * gdb.base/longjmp.exp
9881 * gdb.base/macscp.exp
9882 * gdb.base/miscexprs.exp
9883 * gdb.base/new-ui-echo.exp
9884 * gdb.base/new-ui-pending-input.exp
9885 * gdb.base/new-ui.exp
9886 * gdb.base/nodebug.exp
9887 * gdb.base/nofield.exp
9888 * gdb.base/offsets.exp
9889 * gdb.base/overlays.exp
9890 * gdb.base/pending.exp
9891 * gdb.base/pointers.exp
9892 * gdb.base/pr11022.exp
9893 * gdb.base/printcmds.exp
9894 * gdb.base/prologue.exp
9895 * gdb.base/ptr-typedef.exp
9896 * gdb.base/realname-expand.exp
9897 * gdb.base/relativedebug.exp
9898 * gdb.base/relocate.exp
9899 * gdb.base/remote.exp
9900 * gdb.base/reread.exp
9901 * gdb.base/return2.exp
9902 * gdb.base/savedregs.exp
9903 * gdb.base/sep.exp
9904 * gdb.base/sepdebug.exp
9905 * gdb.base/sepsymtab.exp
9906 * gdb.base/set-inferior-tty.exp
9907 * gdb.base/setshow.exp
9908 * gdb.base/shlib-call.exp
9909 * gdb.base/sigaltstack.exp
9910 * gdb.base/siginfo-addr.exp
9911 * gdb.base/signals.exp
9912 * gdb.base/signull.exp
9913 * gdb.base/sigrepeat.exp
9914 * gdb.base/so-impl-ld.exp
9915 * gdb.base/solib-display.exp
9916 * gdb.base/solib-overlap.exp
9917 * gdb.base/solib-search.exp
9918 * gdb.base/solib-symbol.exp
9919 * gdb.base/structs.exp
9920 * gdb.base/structs2.exp
9921 * gdb.base/symtab-search-order.exp
9922 * gdb.base/twice.exp
9923 * gdb.base/unload.exp
9924 * gdb.base/varargs.exp
9925 * gdb.base/watchpoint-solib.exp
9926 * gdb.base/watchpoint.exp
9927 * gdb.base/whatis.exp
9928 * gdb.base/wrong_frame_bt_full.exp
9929 * gdb.btrace/dlopen.exp
9930 * gdb.cell/ea-standalone.exp
9931 * gdb.cell/ea-test.exp
9932 * gdb.cp/dispcxx.exp
9933 * gdb.cp/gdb2384.exp
9934 * gdb.cp/method2.exp
9935 * gdb.cp/nextoverthrow.exp
9936 * gdb.cp/pr10728.exp
9937 * gdb.disasm/am33.exp
9938 * gdb.disasm/h8300s.exp
9939 * gdb.disasm/mn10300.exp
9940 * gdb.disasm/sh3.exp
9941 * gdb.dwarf2/dw2-dir-file-name.exp
9942 * gdb.fortran/complex.exp
9943 * gdb.fortran/library-module.exp
9944 * gdb.guile/scm-pretty-print.exp
9945 * gdb.guile/scm-symbol.exp
9946 * gdb.guile/scm-type.exp
9947 * gdb.guile/scm-value.exp
9948 * gdb.linespec/linespec.exp
9949 * gdb.mi/gdb701.exp
9950 * gdb.mi/gdb792.exp
9951 * gdb.mi/mi-breakpoint-changed.exp
9952 * gdb.mi/mi-dprintf-pending.exp
9953 * gdb.mi/mi-dprintf.exp
9954 * gdb.mi/mi-exit-code.exp
9955 * gdb.mi/mi-pending.exp
9956 * gdb.mi/mi-solib.exp
9957 * gdb.mi/new-ui-mi-sync.exp
9958 * gdb.mi/pr11022.exp
9959 * gdb.mi/user-selected-context-sync.exp
9960 * gdb.opt/solib-intra-step.exp
9961 * gdb.python/py-events.exp
9962 * gdb.python/py-finish-breakpoint.exp
9963 * gdb.python/py-mi.exp
9964 * gdb.python/py-prettyprint.exp
9965 * gdb.python/py-shared.exp
9966 * gdb.python/py-symbol.exp
9967 * gdb.python/py-template.exp
9968 * gdb.python/py-type.exp
9969 * gdb.python/py-value.exp
9970 * gdb.reverse/solib-precsave.exp
9971 * gdb.reverse/solib-reverse.exp
9972 * gdb.server/solib-list.exp
9973 * gdb.stabs/weird.exp
9974 * gdb.threads/reconnect-signal.exp
9975 * gdb.threads/stepi-random-signal.exp
9976 * gdb.trace/actions.exp
9977 * gdb.trace/ax.exp
9978 * gdb.trace/backtrace.exp
9979 * gdb.trace/change-loc.exp
9980 * gdb.trace/deltrace.exp
9981 * gdb.trace/ftrace-lock.exp
9982 * gdb.trace/ftrace.exp
9983 * gdb.trace/infotrace.exp
9984 * gdb.trace/mi-tracepoint-changed.exp
9985 * gdb.trace/packetlen.exp
9986 * gdb.trace/passcount.exp
9987 * gdb.trace/pending.exp
9988 * gdb.trace/range-stepping.exp
9989 * gdb.trace/report.exp
9990 * gdb.trace/stap-trace.exp
9991 * gdb.trace/tfind.exp
9992 * gdb.trace/trace-break.exp
9993 * gdb.trace/trace-condition.exp
9994 * gdb.trace/trace-enable-disable.exp
9995 * gdb.trace/trace-mt.exp
9996 * gdb.trace/tracecmd.exp
9997 * gdb.trace/tspeed.exp
9998 * gdb.trace/tsv.exp
9999 * lib/perftest.exp
10000
fb9feb35
LM
100012016-12-01 Luis Machado <lgustavo@codesourcery.com>
10002
10003 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
10004 with gdb_test_no_output.
10005 Use command as test name.
10006
cd2ddb6c
LM
100072016-12-01 Luis Machado <lgustavo@codesourcery.com>
10008
10009 Fix test names starting with uppercase throughout the files.
10010
10011 * gdb.ada/assign_1.exp
10012 * gdb.ada/boolean_expr.exp
10013 * gdb.base/arrayidx.exp
10014 * gdb.base/del.exp
10015 * gdb.base/gcore-buffer-overflow.exp
10016 * gdb.base/testenv.exp
10017 * gdb.compile/compile.exp
10018 * gdb.python/py-framefilter-invalidarg.exp
10019 * gdb.python/py-framefilter.exp
10020
bb95117e
LM
100212016-12-01 Luis Machado <lgustavo@codesourcery.com>
10022
10023 Fix test names starting with uppercase throughout the files.
10024
10025 * gdb.ada/array_return.exp
10026 * gdb.ada/expr_delims.exp
10027 * gdb.ada/mi_dyn_arr.exp
10028 * gdb.ada/mi_interface.exp
10029 * gdb.ada/mi_var_array.exp
10030 * gdb.ada/watch_arg.exp
10031 * gdb.arch/alpha-step.exp
10032 * gdb.arch/altivec-regs.exp
10033 * gdb.arch/e500-regs.exp
10034 * gdb.arch/powerpc-d128-regs.exp
10035 * gdb.base/arrayidx.exp
10036 * gdb.base/break.exp
10037 * gdb.base/checkpoint.exp
10038 * gdb.base/debug-expr.exp
10039 * gdb.base/dmsym.exp
10040 * gdb.base/radix.exp
10041 * gdb.base/sepdebug.exp
10042 * gdb.base/testenv.exp
10043 * gdb.base/watch_thread_num.exp
10044 * gdb.base/watchpoint-cond-gone.exp
10045 * gdb.cell/break.exp
10046 * gdb.cell/ea-cache.exp
10047 * gdb.compile/compile.exp
10048 * gdb.cp/gdb2495.exp
10049 * gdb.gdb/selftest.exp
10050 * gdb.gdb/xfullpath.exp
10051 * gdb.go/hello.exp
10052 * gdb.go/integers.exp
10053 * gdb.objc/basicclass.exp
10054 * gdb.pascal/hello.exp
10055 * gdb.pascal/integers.exp
10056 * gdb.python/py-breakpoint.exp
10057 * gdb.python/py-cmd.exp
10058 * gdb.python/py-linetable.exp
10059 * gdb.python/py-xmethods.exp
10060 * gdb.python/python.exp
10061 * gdb.reverse/consecutive-precsave.exp
10062 * gdb.reverse/finish-precsave.exp
10063 * gdb.reverse/i386-precsave.exp
10064 * gdb.reverse/machinestate-precsave.exp
10065 * gdb.reverse/sigall-precsave.exp
10066 * gdb.reverse/solib-precsave.exp
10067 * gdb.reverse/step-precsave.exp
10068 * gdb.reverse/until-precsave.exp
10069 * gdb.reverse/watch-precsave.exp
10070 * gdb.threads/leader-exit.exp
10071 * gdb.threads/pthreads.exp
10072 * gdb.threads/wp-replication.exp
10073 * gdb.trace/actions.exp
10074 * gdb.trace/mi-tsv-changed.exp
10075 * gdb.trace/tsv.exp
10076
de97fdd4
LM
100772016-12-01 Luis Machado <lgustavo@codesourcery.com>
10078
10079 Fix test names starting with uppercase throughout the files.
10080
10081 * gdb.arch/i386-bp_permanent.exp
10082 * gdb.arch/i386-gnu-cfi.exp
10083 * gdb.base/disasm-end-cu.exp
10084 * gdb.base/macscp.exp
10085 * gdb.base/pending.exp
10086 * gdb.base/watch_thread_num.exp
10087 * gdb.cp/exception.exp
10088 * gdb.cp/gdb2495.exp
10089 * gdb.cp/local.exp
10090 * gdb.python/py-evsignal.exp
10091 * gdb.python/python.exp
10092 * gdb.trace/tracecmd.exp
10093
9f058c10
LM
100942016-12-01 Luis Machado <lgustavo@codesourcery.com>
10095
10096 Fix test names starting with uppercase throughout the files.
10097
10098 * gdb.base/charset.exp
10099 * gdb.base/eval.exp
10100 * gdb.base/multi-forks.exp
10101 * gdb.guile/scm-progspace.exp
10102 * gdb.opencl/datatypes.exp
10103 * gdb.python/py-block.exp
10104 * gdb.python/py-function.exp
10105 * gdb.python/py-symbol.exp
10106 * gdb.python/py-symtab.exp
10107 * gdb.python/py-xmethods.exp
10108 * gdb.reverse/break-precsave.exp
10109 * gdb.reverse/break-reverse.exp
10110 * gdb.reverse/consecutive-precsave.exp
10111 * gdb.reverse/consecutive-reverse.exp
10112 * gdb.reverse/finish-precsave.exp
10113 * gdb.reverse/finish-reverse-bkpt.exp
10114 * gdb.reverse/finish-reverse.exp
10115 * gdb.reverse/fstatat-reverse.exp
10116 * gdb.reverse/getresuid-reverse.exp
10117 * gdb.reverse/i386-precsave.exp
10118 * gdb.reverse/i386-reverse.exp
10119 * gdb.reverse/i386-sse-reverse.exp
10120 * gdb.reverse/i387-stack-reverse.exp
10121 * gdb.reverse/insn-reverse.exp
10122 * gdb.reverse/machinestate-precsave.exp
10123 * gdb.reverse/machinestate.exp
10124 * gdb.reverse/next-reverse-bkpt-over-sr.exp
10125 * gdb.reverse/pipe-reverse.exp
10126 * gdb.reverse/readv-reverse.exp
10127 * gdb.reverse/recvmsg-reverse.exp
10128 * gdb.reverse/rerun-prec.exp
10129 * gdb.reverse/s390-mvcle.exp
10130 * gdb.reverse/sigall-precsave.exp
10131 * gdb.reverse/sigall-reverse.exp
10132 * gdb.reverse/solib-precsave.exp
10133 * gdb.reverse/solib-reverse.exp
10134 * gdb.reverse/step-precsave.exp
10135 * gdb.reverse/step-reverse.exp
10136 * gdb.reverse/time-reverse.exp
10137 * gdb.reverse/until-precsave.exp
10138 * gdb.reverse/until-reverse.exp
10139 * gdb.reverse/waitpid-reverse.exp
10140 * gdb.reverse/watch-precsave.exp
10141 * gdb.reverse/watch-reverse.exp
10142
cdc7edd7
LM
101432016-12-01 Luis Machado <lgustavo@codesourcery.com>
10144
10145 Fix test names starting with uppercase throughout the files.
10146
10147 * gdb.arch/i386-mpx-simple_segv.exp
10148 * gdb.arch/i386-mpx.exp
10149 * gdb.arch/i386-permbkpt.exp
10150 * gdb.arch/pa-nullify.exp
10151 * gdb.arch/powerpc-d128-regs.exp
10152 * gdb.arch/vsx-regs.exp
10153 * gdb.base/bfp-test.exp
10154 * gdb.base/break.exp
10155 * gdb.base/breakpoint-shadow.exp
10156 * gdb.base/callfuncs.exp
10157 * gdb.base/charset.exp
10158 * gdb.base/commands.exp
10159 * gdb.base/completion.exp
10160 * gdb.base/dfp-test.exp
10161 * gdb.base/echo.exp
10162 * gdb.base/ending-run.exp
10163 * gdb.base/eval.exp
10164 * gdb.base/expand-psymtabs.exp
10165 * gdb.base/float128.exp
10166 * gdb.base/floatn.exp
10167 * gdb.base/foll-exec-mode.exp
10168 * gdb.base/gdb1056.exp
10169 * gdb.base/gdb11531.exp
10170 * gdb.base/kill-after-signal.exp
10171 * gdb.base/multi-forks.exp
10172 * gdb.base/overlays.exp
10173 * gdb.base/pending.exp
10174 * gdb.base/sepdebug.exp
10175 * gdb.base/testenv.exp
10176 * gdb.base/valgrind-db-attach.exp
10177 * gdb.base/watch_thread_num.exp
10178 * gdb.base/watchpoint-cond-gone.exp
10179 * gdb.base/watchpoint.exp
10180 * gdb.base/watchpoints.exp
10181 * gdb.cp/arg-reference.exp
10182 * gdb.cp/baseenum.exp
10183 * gdb.cp/operator.exp
10184 * gdb.cp/shadow.exp
10185 * gdb.dwarf2/dw2-op-out-param.exp
10186 * gdb.dwarf2/dw2-reg-undefined.exp
10187 * gdb.go/chan.exp
10188 * gdb.go/hello.exp
10189 * gdb.go/integers.exp
10190 * gdb.go/methods.exp
10191 * gdb.go/package.exp
10192 * gdb.guile/scm-parameter.exp
10193 * gdb.guile/scm-progspace.exp
10194 * gdb.guile/scm-value.exp
10195 * gdb.mi/mi-pending.exp
10196 * gdb.mi/user-selected-context-sync.exp
10197 * gdb.multi/multi-attach.exp
10198 * gdb.multi/tids.exp
10199 * gdb.opt/clobbered-registers-O2.exp
10200 * gdb.pascal/floats.exp
10201 * gdb.pascal/integers.exp
10202 * gdb.python/py-block.exp
10203 * gdb.python/py-events.exp
10204 * gdb.python/py-parameter.exp
10205 * gdb.python/py-symbol.exp
10206 * gdb.python/py-symtab.exp
10207 * gdb.python/py-type.exp
10208 * gdb.python/py-value.exp
10209 * gdb.python/py-xmethods.exp
10210 * gdb.python/python.exp
10211 * gdb.reverse/break-precsave.exp
10212 * gdb.reverse/consecutive-precsave.exp
10213 * gdb.reverse/finish-precsave.exp
10214 * gdb.reverse/i386-precsave.exp
10215 * gdb.reverse/machinestate-precsave.exp
10216 * gdb.reverse/sigall-precsave.exp
10217 * gdb.reverse/solib-precsave.exp
10218 * gdb.reverse/step-precsave.exp
10219 * gdb.reverse/until-precsave.exp
10220 * gdb.reverse/watch-precsave.exp
10221 * gdb.server/ext-attach.exp
10222 * gdb.server/ext-restart.exp
10223 * gdb.server/ext-run.exp
10224 * gdb.server/ext-wrapper.exp
10225 * gdb.stabs/gdb11479.exp
10226 * gdb.stabs/weird.exp
10227 * gdb.threads/attach-many-short-lived-threads.exp
10228 * gdb.threads/kill.exp
10229 * gdb.threads/watchpoint-fork.exp
10230
bc6c7af4
LM
102312016-12-01 Luis Machado <lgustavo@codesourcery.com>
10232
10233 Fix test names starting with uppercase throughout all the files below.
10234
10235 * gdb.ada/array_return.exp
10236 * gdb.ada/catch_ex.exp
10237 * gdb.ada/info_exc.exp
10238 * gdb.ada/mi_catch_ex.exp
10239 * gdb.ada/mi_dyn_arr.exp
10240 * gdb.ada/mi_ex_cond.exp
10241 * gdb.ada/mi_exc_info.exp
10242 * gdb.ada/mi_interface.exp
10243 * gdb.ada/mi_task_arg.exp
10244 * gdb.ada/mi_task_info.exp
10245 * gdb.ada/mi_var_array.exp
10246 * gdb.arch/alpha-step.exp
10247 * gdb.arch/amd64-disp-step.exp
10248 * gdb.arch/arm-disp-step.exp
10249 * gdb.arch/disp-step-insn-reloc.exp
10250 * gdb.arch/e500-prologue.exp
10251 * gdb.arch/ftrace-insn-reloc.exp
10252 * gdb.arch/gdb1558.exp
10253 * gdb.arch/i386-bp_permanent.exp
10254 * gdb.arch/i386-disp-step.exp
10255 * gdb.arch/i386-float.exp
10256 * gdb.arch/i386-gnu-cfi.exp
10257 * gdb.arch/ia64-breakpoint-shadow.exp
10258 * gdb.arch/mips16-thunks.exp
10259 * gdb.arch/pa-nullify.exp
10260 * gdb.arch/powerpc-aix-prologue.exp
10261 * gdb.arch/powerpc-power.exp
10262 * gdb.arch/ppc-dfp.exp
10263 * gdb.arch/s390-tdbregs.exp
10264 * gdb.arch/spu-info.exp
10265 * gdb.arch/spu-ls.exp
10266 * gdb.arch/thumb-bx-pc.exp
10267 * gdb.base/advance.exp
10268 * gdb.base/annota-input-while-running.exp
10269 * gdb.base/arrayidx.exp
10270 * gdb.base/asmlabel.exp
10271 * gdb.base/async.exp
10272 * gdb.base/attach-wait-input.exp
10273 * gdb.base/auto-connect-native-target.exp
10274 * gdb.base/batch-preserve-term-settings.exp
10275 * gdb.base/bfp-test.exp
10276 * gdb.base/bigcore.exp
10277 * gdb.base/bp-permanent.exp
10278 * gdb.base/break-always.exp
10279 * gdb.base/break-fun-addr.exp
10280 * gdb.base/break-idempotent.exp
10281 * gdb.base/break-main-file-remove-fail.exp
10282 * gdb.base/break-probes.exp
10283 * gdb.base/break-unload-file.exp
10284 * gdb.base/break.exp
10285 * gdb.base/call-ar-st.exp
10286 * gdb.base/call-rt-st.exp
10287 * gdb.base/call-sc.exp
10288 * gdb.base/call-signal-resume.exp
10289 * gdb.base/call-strs.exp
10290 * gdb.base/callexit.exp
10291 * gdb.base/callfuncs.exp
10292 * gdb.base/catch-gdb-caused-signals.exp
10293 * gdb.base/catch-signal-siginfo-cond.exp
10294 * gdb.base/catch-syscall.exp
10295 * gdb.base/compare-sections.exp
10296 * gdb.base/cond-eval-mode.exp
10297 * gdb.base/condbreak-call-false.exp
10298 * gdb.base/consecutive-step-over.exp
10299 * gdb.base/cursal.exp
10300 * gdb.base/disabled-location.exp
10301 * gdb.base/disasm-end-cu.exp
10302 * gdb.base/display.exp
10303 * gdb.base/double-prompt-target-event-error.exp
10304 * gdb.base/dprintf-bp-same-addr.exp
10305 * gdb.base/dprintf-detach.exp
10306 * gdb.base/dprintf-next.exp
10307 * gdb.base/dprintf-non-stop.exp
10308 * gdb.base/dprintf-pending.exp
10309 * gdb.base/dso2dso.exp
10310 * gdb.base/ending-run.exp
10311 * gdb.base/enum_cond.exp
10312 * gdb.base/examine-backward.exp
10313 * gdb.base/exe-lock.exp
10314 * gdb.base/exec-invalid-sysroot.exp
10315 * gdb.base/execl-update-breakpoints.exp
10316 * gdb.base/execution-termios.exp
10317 * gdb.base/fileio.exp
10318 * gdb.base/fixsection.exp
10319 * gdb.base/foll-exec-mode.exp
10320 * gdb.base/foll-exec.exp
10321 * gdb.base/fork-running-state.exp
10322 * gdb.base/frame-args.exp
10323 * gdb.base/fullpath-expand.exp
10324 * gdb.base/func-ptr.exp
10325 * gdb.base/gcore-relro-pie.exp
10326 * gdb.base/gdb1090.exp
10327 * gdb.base/gdb1555.exp
10328 * gdb.base/global-var-nested-by-dso.exp
10329 * gdb.base/gnu-ifunc.exp
10330 * gdb.base/hbreak-in-shr-unsupported.exp
10331 * gdb.base/hbreak-unmapped.exp
10332 * gdb.base/hook-stop.exp
10333 * gdb.base/infcall-input.exp
10334 * gdb.base/info-fun.exp
10335 * gdb.base/info-shared.exp
10336 * gdb.base/interrupt-noterm.exp
10337 * gdb.base/jit-so.exp
10338 * gdb.base/jit.exp
10339 * gdb.base/line-symtabs.exp
10340 * gdb.base/list.exp
10341 * gdb.base/longjmp.exp
10342 * gdb.base/macscp.exp
10343 * gdb.base/max-value-size.exp
10344 * gdb.base/nodebug.exp
10345 * gdb.base/nofield.exp
10346 * gdb.base/overlays.exp
10347 * gdb.base/paginate-after-ctrl-c-running.exp
10348 * gdb.base/paginate-bg-execution.exp
10349 * gdb.base/paginate-inferior-exit.exp
10350 * gdb.base/pending.exp
10351 * gdb.base/pr11022.exp
10352 * gdb.base/printcmds.exp
10353 * gdb.base/ptr-typedef.exp
10354 * gdb.base/ptype.exp
10355 * gdb.base/randomize.exp
10356 * gdb.base/range-stepping.exp
10357 * gdb.base/realname-expand.exp
10358 * gdb.base/relativedebug.exp
10359 * gdb.base/remote.exp
10360 * gdb.base/savedregs.exp
10361 * gdb.base/sepdebug.exp
10362 * gdb.base/set-noassign.exp
10363 * gdb.base/shlib-call.exp
10364 * gdb.base/shreloc.exp
10365 * gdb.base/sigaltstack.exp
10366 * gdb.base/sigbpt.exp
10367 * gdb.base/siginfo-addr.exp
10368 * gdb.base/siginfo-obj.exp
10369 * gdb.base/siginfo-thread.exp
10370 * gdb.base/signest.exp
10371 * gdb.base/signull.exp
10372 * gdb.base/sigrepeat.exp
10373 * gdb.base/skip.exp
10374 * gdb.base/so-impl-ld.exp
10375 * gdb.base/solib-corrupted.exp
10376 * gdb.base/solib-disc.exp
10377 * gdb.base/solib-display.exp
10378 * gdb.base/solib-overlap.exp
10379 * gdb.base/solib-search.exp
10380 * gdb.base/solib-symbol.exp
10381 * gdb.base/source-execution.exp
10382 * gdb.base/sss-bp-on-user-bp-2.exp
10383 * gdb.base/sss-bp-on-user-bp.exp
10384 * gdb.base/stack-checking.exp
10385 * gdb.base/stale-infcall.exp
10386 * gdb.base/step-break.exp
10387 * gdb.base/step-line.exp
10388 * gdb.base/step-over-exit.exp
10389 * gdb.base/step-test.exp
10390 * gdb.base/structs.exp
10391 * gdb.base/sym-file.exp
10392 * gdb.base/symtab-search-order.exp
10393 * gdb.base/term.exp
10394 * gdb.base/type-opaque.exp
10395 * gdb.base/unload.exp
10396 * gdb.base/until-nodebug.exp
10397 * gdb.base/until.exp
10398 * gdb.base/unwindonsignal.exp
10399 * gdb.base/watch-cond.exp
10400 * gdb.base/watch-non-mem.exp
10401 * gdb.base/watch_thread_num.exp
10402 * gdb.base/watchpoint-reuse-slot.exp
10403 * gdb.base/watchpoint-solib.exp
10404 * gdb.base/watchpoint.exp
10405 * gdb.btrace/dlopen.exp
10406 * gdb.cell/arch.exp
10407 * gdb.cell/break.exp
10408 * gdb.cell/bt.exp
10409 * gdb.cell/core.exp
10410 * gdb.cell/data.exp
10411 * gdb.cell/dwarfaddr.exp
10412 * gdb.cell/ea-cache.exp
10413 * gdb.cell/ea-standalone.exp
10414 * gdb.cell/ea-test.exp
10415 * gdb.cell/f-regs.exp
10416 * gdb.cell/fork.exp
10417 * gdb.cell/gcore.exp
10418 * gdb.cell/mem-access.exp
10419 * gdb.cell/ptype.exp
10420 * gdb.cell/registers.exp
10421 * gdb.cell/sizeof.exp
10422 * gdb.cell/solib-symbol.exp
10423 * gdb.cell/solib.exp
10424 * gdb.compile/compile-tls.exp
10425 * gdb.cp/exception.exp
10426 * gdb.cp/gdb2495.exp
10427 * gdb.cp/local.exp
10428 * gdb.cp/mb-inline.exp
10429 * gdb.cp/mb-templates.exp
10430 * gdb.cp/pr10687.exp
10431 * gdb.cp/pr9167.exp
10432 * gdb.cp/scope-err.exp
10433 * gdb.cp/templates.exp
10434 * gdb.cp/virtfunc.exp
10435 * gdb.dwarf2/dw2-dir-file-name.exp
10436 * gdb.dwarf2/dw2-single-line-discriminators.exp
10437 * gdb.fortran/complex.exp
10438 * gdb.fortran/library-module.exp
10439 * gdb.guile/guile.exp
10440 * gdb.guile/scm-cmd.exp
10441 * gdb.guile/scm-frame-inline.exp
10442 * gdb.guile/scm-objfile.exp
10443 * gdb.guile/scm-pretty-print.exp
10444 * gdb.guile/scm-symbol.exp
10445 * gdb.guile/scm-type.exp
10446 * gdb.guile/scm-value.exp
10447 * gdb.linespec/keywords.exp
10448 * gdb.linespec/ls-errs.exp
10449 * gdb.linespec/macro-relative.exp
10450 * gdb.linespec/thread.exp
10451 * gdb.mi/mi-breakpoint-changed.exp
10452 * gdb.mi/mi-dprintf-pending.exp
10453 * gdb.mi/mi-fullname-deleted.exp
10454 * gdb.mi/mi-logging.exp
10455 * gdb.mi/mi-pending.exp
10456 * gdb.mi/mi-solib.exp
10457 * gdb.mi/new-ui-mi-sync.exp
10458 * gdb.mi/user-selected-context-sync.exp
10459 * gdb.multi/dummy-frame-restore.exp
10460 * gdb.multi/multi-arch-exec.exp
10461 * gdb.multi/remove-inferiors.exp
10462 * gdb.multi/watchpoint-multi-exit.exp
10463 * gdb.opt/solib-intra-step.exp
10464 * gdb.perf/backtrace.exp
10465 * gdb.perf/single-step.exp
10466 * gdb.perf/skip-command.exp
10467 * gdb.perf/skip-prologue.exp
10468 * gdb.perf/solib.exp
10469 * gdb.python/lib-types.exp
10470 * gdb.python/py-as-string.exp
10471 * gdb.python/py-bad-printers.exp
10472 * gdb.python/py-block.exp
10473 * gdb.python/py-breakpoint.exp
10474 * gdb.python/py-cmd.exp
10475 * gdb.python/py-events.exp
10476 * gdb.python/py-evthreads.exp
10477 * gdb.python/py-finish-breakpoint.exp
10478 * gdb.python/py-finish-breakpoint2.exp
10479 * gdb.python/py-frame-inline.exp
10480 * gdb.python/py-frame.exp
10481 * gdb.python/py-inferior.exp
10482 * gdb.python/py-infthread.exp
10483 * gdb.python/py-mi.exp
10484 * gdb.python/py-objfile.exp
10485 * gdb.python/py-pp-maint.exp
10486 * gdb.python/py-pp-registration.exp
10487 * gdb.python/py-prettyprint.exp
10488 * gdb.python/py-recurse-unwind.exp
10489 * gdb.python/py-shared.exp
10490 * gdb.python/py-symbol.exp
10491 * gdb.python/py-symtab.exp
10492 * gdb.python/py-template.exp
10493 * gdb.python/py-type.exp
10494 * gdb.python/py-unwind-maint.exp
10495 * gdb.python/py-unwind.exp
10496 * gdb.python/py-value.exp
10497 * gdb.python/python.exp
10498 * gdb.reverse/finish-reverse-bkpt.exp
10499 * gdb.reverse/insn-reverse.exp
10500 * gdb.reverse/next-reverse-bkpt-over-sr.exp
10501 * gdb.reverse/solib-precsave.exp
10502 * gdb.reverse/solib-reverse.exp
10503 * gdb.stabs/gdb11479.exp
10504 * gdb.stabs/weird.exp
10505 * gdb.threads/fork-child-threads.exp
10506 * gdb.threads/fork-plus-threads.exp
10507 * gdb.threads/fork-thread-pending.exp
10508 * gdb.threads/forking-threads-plus-breakpoint.exp
10509 * gdb.threads/hand-call-in-threads.exp
10510 * gdb.threads/interrupted-hand-call.exp
10511 * gdb.threads/linux-dp.exp
10512 * gdb.threads/local-watch-wrong-thread.exp
10513 * gdb.threads/next-while-other-thread-longjmps.exp
10514 * gdb.threads/non-ldr-exit.exp
10515 * gdb.threads/pending-step.exp
10516 * gdb.threads/print-threads.exp
10517 * gdb.threads/process-dies-while-detaching.exp
10518 * gdb.threads/process-dies-while-handling-bp.exp
10519 * gdb.threads/pthreads.exp
10520 * gdb.threads/queue-signal.exp
10521 * gdb.threads/reconnect-signal.exp
10522 * gdb.threads/signal-command-handle-nopass.exp
10523 * gdb.threads/signal-command-multiple-signals-pending.exp
10524 * gdb.threads/signal-delivered-right-thread.exp
10525 * gdb.threads/signal-sigtrap.exp
10526 * gdb.threads/sigthread.exp
10527 * gdb.threads/staticthreads.exp
10528 * gdb.threads/stepi-random-signal.exp
10529 * gdb.threads/thread-unwindonsignal.exp
10530 * gdb.threads/thread_check.exp
10531 * gdb.threads/thread_events.exp
10532 * gdb.threads/tid-reuse.exp
10533 * gdb.threads/tls-nodebug.exp
10534 * gdb.threads/tls-shared.exp
10535 * gdb.threads/tls-so_extern.exp
10536 * gdb.threads/tls.exp
10537 * gdb.threads/wp-replication.exp
10538 * gdb.trace/actions-changed.exp
10539 * gdb.trace/actions.exp
10540 * gdb.trace/backtrace.exp
10541 * gdb.trace/change-loc.exp
10542 * gdb.trace/collection.exp
10543 * gdb.trace/deltrace.exp
10544 * gdb.trace/disconnected-tracing.exp
10545 * gdb.trace/entry-values.exp
10546 * gdb.trace/ftrace-lock.exp
10547 * gdb.trace/ftrace.exp
10548 * gdb.trace/infotrace.exp
10549 * gdb.trace/mi-trace-frame-collected.exp
10550 * gdb.trace/mi-trace-unavailable.exp
10551 * gdb.trace/mi-traceframe-changed.exp
10552 * gdb.trace/mi-tracepoint-changed.exp
10553 * gdb.trace/mi-tsv-changed.exp
10554 * gdb.trace/no-attach-trace.exp
10555 * gdb.trace/packetlen.exp
10556 * gdb.trace/passc-dyn.exp
10557 * gdb.trace/passcount.exp
10558 * gdb.trace/pending.exp
10559 * gdb.trace/pr16508.exp
10560 * gdb.trace/qtro.exp
10561 * gdb.trace/range-stepping.exp
10562 * gdb.trace/read-memory.exp
10563 * gdb.trace/report.exp
10564 * gdb.trace/save-trace.exp
10565 * gdb.trace/signal.exp
10566 * gdb.trace/stap-trace.exp
10567 * gdb.trace/status-stop.exp
10568 * gdb.trace/strace.exp
10569 * gdb.trace/tfile.exp
10570 * gdb.trace/tfind.exp
10571 * gdb.trace/trace-break.exp
10572 * gdb.trace/trace-condition.exp
10573 * gdb.trace/trace-enable-disable.exp
10574 * gdb.trace/trace-mt.exp
10575 * gdb.trace/tracecmd.exp
10576 * gdb.trace/tracefile-pseudo-reg.exp
10577 * gdb.trace/tspeed.exp
10578 * gdb.trace/tstatus.exp
10579 * gdb.trace/tsv.exp
10580 * gdb.trace/unavailable.exp
10581 * gdb.trace/while-dyn.exp
10582 * gdb.trace/while-stepping.exp
10583 * lib/gdb-guile.exp
10584 * lib/gdb.exp
10585 * lib/mi-support.exp
10586 * lib/pascal.exp
10587 * lib/perftest.exp
10588 * lib/prelink-support.exp
10589 * lib/selftest-support.exp
10590
ad02e4fe
SM
105912016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
10592
10593 * Makefile.in: Include disable-implicit-rules.mk.
10594
22347e55
AA
105952016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
10596
10597 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
10598 non-byte-aligned bit fields.
10599
da5b30da
AA
106002016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
10601
10602 PR gdb/12616
10603 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
10604 respects the DW_AT_data_bit_offset attribute.
10605
b593ecca
SM
106062016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
10607
10608 * gdb.base/default.exp: Fix output of "set language".
10609
3b165252
SM
106102016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
10611
10612 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
10613 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
10614 make.
10615 * configure.ac: Remove checks for the make program.
10616 * configure: Re-generate.
10617
1a2f3d7f
KB
106182016-11-16 Kevin Buettner <kevinb@redhat.com>
10619
10620 * gdb.python/py-recurse-unwind.c (main): Add loop.
10621 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
10622 to read_register() and gdb.parse_and_eval(). Make each code
10623 call a separate case that can be individually tested.
10624 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
10625 proc. Call cont_and_backtrace for each of the code paths that
10626 we want to test in the unwinder.
10627
b7f38fda
AA
106282016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
10629
10630 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
10631 the definition of struct S.
10632
1f8db343
CM
106332016-11-11 Catherine Moore <clm@codesourcery.com>
10634
10635 * gdb.base/dump.exp: Identify verilog format dump tests as such.
10636
fad0c9fb
PA
106372016-11-09 Pedro Alves <palves@redhat.com>
10638
10639 * gdb.base/commands.exp (runto_or_return): New procedure.
10640 (gdbvar_simple_if_test, gdbvar_simple_while_test)
10641 (gdbvar_complex_if_while_test, progvar_simple_if_test)
10642 (progvar_simple_while_test, progvar_complex_if_while_test)
10643 (if_while_breakpoint_command_test)
10644 (infrun_breakpoint_command_test, breakpoint_command_test)
10645 (user_defined_command_test, watchpoint_command_test)
10646 (test_command_prompt_position, redefine_hook_test)
10647 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
10648 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
10649 multi_line_input and multi_line. Remove gdb_expect and
10650 gdb_stop_suppressing_tests uses.
10651 * lib/gdb.exp (valnum_re): New global.
10652 (multi_line_input): New procedure.
10653
8354c62c
SM
106542016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
10655
10656 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
10657 Remove.
10658 (test_setup): Define with proc_with_prefix.
10659 (test_cli_inferior): Likewise.
10660 (test_cli_thread): Likewise.
10661 (test_cli_frame): Likewise.
10662 (test_cli_select_frame): Likewise.
10663 (test_cli_up_down): Likewise.
10664 (test_mi_thread_select): Likewise.
10665 (test_mi_stack_select_frame): Likewise.
10666 (test_cli_in_mi_inferior): Likewise.
10667 (test_cli_in_mi_thread): Likewise.
10668 (test_cli_in_mi_frame): Likewise.
10669 (top level): Do not use with_test_prefix_procname.
10670
64f367a2
PA
106712016-11-09 Pedro Alves <palves@redhat.com>
10672
10673 * gdb.base/commands.exp (gdbvar_simple_if_test)
10674 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
10675 (progvar_simple_if_test, progvar_simple_while_test)
10676 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
10677 (infrun_breakpoint_command_test, breakpoint_command_test)
10678 (user_defined_command_test, watchpoint_command_test)
10679 (test_command_prompt_position, deprecated_command_test)
10680 (bp_deleted_in_command, temporary_breakpoint_commands)
10681 (stray_arg0_test, source_file_with_indented_comment)
10682 (recursive_source_test, if_commands_test)
10683 (error_clears_commands_left, redefine_hook_test)
10684 (redefine_backtrace_test): Use proc_with_prefix.
10685 * lib/gdb.exp (proc_with_prefix): New proc.
10686
0bb65f1e
AA
106872016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
10688
10689 * gdb.base/tui-layout.c: New file.
10690 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
10691 disassembly window contains very long lines.
10692
7353f247
TT
106932016-11-08 Tom Tromey <tom@tromey.com>
10694
10695 * gdb.python/py-value.exp (test_value_creation): Make "long" test
10696 depend on Python 2.
10697
30a7bb83
TT
106982016-11-08 Tom Tromey <tom@tromey.com>
10699
10700 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
10701 New method.
10702
cdf5a07c
MG
107032016-10-29 Manish Goregaokar <manish@mozilla.com>
10704
2806dc7e 10705 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
cdf5a07c 10706
51a789c3
MG
107072016-10-27 Manish Goregaokar <manish@mozilla.com>
10708
2806dc7e
PA
10709 * gdb.rust/simple.rs: Add test for univariant enums without
10710 discriminants and for encoded struct-like enums.
51a789c3 10711
f610ab6d
PA
107122016-10-28 Pedro Alves <palves@redhat.com>
10713
10714 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
10715 gdb_test_multiple, tighten regexps and match symtabs and line
10716 tables incrementally.
10717
b129b0ca
LM
107182016-10-28 Luis Machado <lgustavo@codesourcery.com>
10719
10720 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
10721 general.
10722
ecf45d2c
SL
107232016-10-25 Luis Machado <lgustavo@codesourcery.com>
10724
10725 * gdb.base/exec-invalid-sysroot.exp: New file.
10726
b8d38ee4
JK
107272016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
10728
10729 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
10730
f90fd8c2
JK
107312016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10732
10733 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
10734
2d2476aa
MR
107352016-10-19 Maciej W. Rozycki <macro@imgtec.com>
10736
2806dc7e
PA
10737 * gdb.base/killed-outside.exp: Remove $options from a call to
10738 `prepare_for_testing'.
2d2476aa 10739
e42b25a0
SM
107402016-10-17 Simon Marchi <simon.marchi@ericsson.com>
10741
10742 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
10743 Change test message.
10744
3ccdb432
SM
107452016-10-17 Simon Marchi <simon.marchi@ericsson.com>
10746
10747 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
10748 Update comment.
10749
5bad3170
SM
107502016-10-17 Simon Marchi <simon.marchi@ericsson.com>
10751
10752 * gdb.trace/mi-trace-save.exp: New file.
10753
5ad9dba7
YQ
107542016-10-13 Yao Qi <yao.qi@linaro.org>
10755
10756 * gdb.base/code_elim.exp (get_var_address): Remove.
10757 * gdb.base/relocate.exp: Likewise.
10758 * gdb.base/shreloc.exp: Likewise.
10759 * lib/gdb.exp (get_var_address): New.
10760
62df7e21
YQ
107612016-10-13 Yao Qi <yao.qi@linaro.org>
10762
10763 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
10764 floating point tests if $skip_float_test is false.
10765
4dac951e
LM
107662016-10-12 Luis Machado <lgustavo@codesourcery.com>
10767
10768 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
10769 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
10770 argc values.
10771 Add 1 to argc so we guarantee distinct initial/modified argc values.
10772
8f1a8fc4
JK
107732016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10774
10775 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
10776
16c85b5d
JK
107772016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10778
10779 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
10780 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
10781 * gdb.arch/vsx-regs.exp: Likewise.
10782
1d0e042a
YQ
107832016-10-07 Yao Qi <yao.qi@linaro.org>
10784
10785 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
10786
68dadef5
MM
107872016-10-07 Markus Metzger <markus.t.metzger@intel.com>
10788
10789 * gdb.python/python.exp: Test decode_line("*0").
10790
33fa2c6e
DE
107912016-10-06 Doug Evans <dje@google.com>
10792
10793 * gdb.python/py-value.exp (test_value_creation): Add test for large
10794 unsigned 64-bit value.
10795
9c37b5ae
TT
107962016-10-06 Tom Tromey <tom@tromey.com>
10797
10798 * gdb.compile/compile.exp: Change java tests to rust.
10799 * gdb.base/setshow.exp: Change java tests to rust.
10800 * gdb.base/default.exp: Remove java from language list.
10801 * README (Examples): Update language example.
10802 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
10803 test.
10804 * lib/gdb.exp (skip_java_tests): Remove.
10805 * lib/java.exp: Remove.
10806 * gdb.java: Remove.
10807
78b86327
MR
108082016-10-06 Maciej W. Rozycki <macro@imgtec.com>
10809
10810 * gdb.arch/mips-fcr.exp: New test.
10811 * gdb.arch/mips-fcr.c: Source for the new test.
10812
7470adbb
MR
108132016-10-06 Maciej W. Rozycki <macro@imgtec.com>
10814
10815 * gdb.base/solib-disc.exp: Use `standard_output_file'
10816 throughout.
10817
4a556533
PA
108182016-10-06 Pedro Alves <palves@redhat.com>
10819
10820 * gdb.base/jit-simple-dl.c: New file.
10821 * gdb.base/jit-simple-jit.c: New file, factored out from ...
10822 * gdb.base/jit-simple.c: ... this.
10823 * gdb.base/jit-simple.exp (jit_run): Delete.
10824 (build_jit): New proc.
10825 (jit_test_reread): Recompile either the main program or the shared
10826 library, depending on what is being tested. Skip changing address
10827 if caller wants to. Compare before/after addresses. If testing
10828 standalone, explicitly load the binary. Test "maint info
10829 breakpoints".
10830 (top level): Add "standalone vs shared lib" and "change address"
10831 vs "same address" axes.
10832
5a122fbc
PA
108332016-10-06 Pedro Alves <palves@redhat.com>
10834
10835 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
10836 call.
10837 (jit_run): Delete.
10838 (jit_test_reread): Use with_test_prefix. Reload the main binary
10839 explicitly. Compare the before/after addresses of the JIT
10840 descriptor.
10841
ee8da4b8
DE
108422016-08-15 Doug Evans <dje@google.com>
10843
10844 * gdb.xml/extra-regs.xml: Update, end field now required, default type
10845 for single bitfields is bool.
10846 * gdb.xml/tdesc-regs.exp: Ditto.
10847
f389f6fe
JK
108482016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
10849
10850 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
10851
fdebf1a4
YQ
108522016-10-05 Yao Qi <yao.qi@linaro.org>
10853
10854 * lib/gdb.exp (support_complex_tests): Return zero if
10855 gdb_skip_float_test return true.
10856
9c36d954 108572016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2806dc7e 10858 Simon Marchi <simon.marchi@ericsson.com>
9c36d954
AT
10859
10860 PR gdb/20487
10861 * gdb.mi/user-selected-context-sync.exp: New file.
10862 * gdb.mi/user-selected-context-sync.c: New file.
10863
4034d0ff 108642016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2806dc7e 10865 Simon Marchi <simon.marchi@ericsson.com>
4034d0ff
AT
10866
10867 PR gdb/20487
10868 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
10869 =thread-select-event check.
10870
a4297203
PB
108712016-09-29 Peter Bergner <bergner@vnet.ibm.com>
10872
10873 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
10874 the compulsory L operand changes.
10875 * gdb.arch/powerpc-power.s: Likewise.
10876
bb805577
JK
108772016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
10878
10879 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
10880 * gdb.base/jit-attach-pie.c: New file.
10881 * gdb.base/jit-attach-pie.exp: New file.
10882
6d61dee5
PA
108832016-09-28 Pedro Alves <palves@redhat.com>
10884
10885 * gdb.base/infcall-input.c: New file.
10886 * gdb.base/infcall-input.exp: New file.
10887
f73842fc
YQ
108882016-09-22 Yao Qi <yao.qi@linaro.org>
10889
10890 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
10891 (gdb_exit): Rename it to ...
10892 (gdbserver_gdb_exit): ... Close GDBserver.
10893 (gdb_exit): New proc, call gdbserver_gdb_exit.
10894 (mi_gdb_exit): Likewise.
10895
90681dab
YQ
108962016-09-22 Yao Qi <yao.qi@linaro.org>
10897
10898 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
10899 path.
10900 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
10901 Remove duplication.
10902
9c211fd8
YQ
109032016-09-22 Yao Qi <yao.qi@linaro.org>
10904
10905 * lib/gdbserver-support.exp: Check the existence of
10906 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
10907
ad0a504f
AK
109082016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
10909
10910 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
10911
36cf1806
TT
109122016-09-21 Tom Tromey <tom@tromey.com>
10913
10914 PR gdb/20604:
10915 * gdb.base/quit.exp: New file.
10916
74172ecf
SM
109172016-09-21 Simon Marchi <simon.marchi@ericsson.com>
10918
10919 * .gitignore: New file.
10920
3d0ec882
MR
109212016-09-21 Maciej W. Rozycki <macro@imgtec.com>
10922
10923 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
10924 throughout.
10925
8193adea
AA
109262016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
10927
10928 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
10929
d41a5c09
JK
109302016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
10931
10932 * gdb.cp/casts.cc (decltype): Move it ...
10933 (main): ... with its call to ...
10934 * gdb.cp/casts03.cc: ... a new file.
10935 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
10936
d2dfe700
JK
109372016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
10938
10939 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
10940
e2a92b16
PB
109412016-09-15 Peter Bergner <bergner@vnet.ibm.com>
10942
10943 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
10944 and sync up the test with tests in gas/testsuite/gas/ppc.
10945 * gdb.arch/powerpc-power.exp: Likewise.
10946
49b4de64
JK
109472016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
10948
10949 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
10950
2c29df25
SDJ
109512016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
10952 Jan Kratochvil <jan.kratochvil@redhat.com>
10953
10954 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
10955 make m1's definition to be different from m2's. Use 'dummy' as an
10956 argument for probe 'two'.
10957
cc3c2846
JB
109582016-09-10 Jon Beniston <jon@beniston.com>
10959
10960 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
10961 for sim target.
10962
e1b2624a
AA
109632016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
10964
10965 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
10966 variable declaration.
10967 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
10968 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
10969 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
10970 received HWCAP as its argument.
10971
4295e285
PA
109722016-09-06 Pedro Alves <palves@redhat.com>
10973
10974 * gdb.base/new-ui-pending-input.c: New file.
10975 * gdb.base/new-ui-pending-input.exp: New file.
10976 * gdb.exp (clear_gdb_spawn_id): New procedure.
10977 (with_spawn_id): Check whether gdb_spawn_id exists before
10978 referencing it. If gdb_spawn_id didn't exist on entry, clear it
10979 on exit.
10980
00d5215e
UW
109812016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
10982
10983 * gdb.base/float128.c: New file.
10984 * gdb.base/float128.exp: Likewise.
10985 * gdb.base/floatn.c: Likewise.
10986 * gdb.base/floatn.exp: Likewise.
10987
a9ff5f12
UW
109882016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
10989
10990 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
10991
f245535c
PA
109922016-09-05 Pedro Alves <palves@redhat.com>
10993
10994 PR backtrace/19927
10995 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
10996 unwinders are immediately called as side effect of "source" or
10997 "disable unwinder" commands.
10998 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
10999
ae9cf263
YQ
110002016-09-02 Yao Qi <yao.qi@linaro.org>
11001
11002 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
11003 is true and $type is "float" or "double".
11004
27aba047
YQ
110052016-09-02 Yao Qi <yao.qi@linaro.org>
11006
11007 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
11008 true.
11009 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
11010 * gdb.base/call-rt-st.exp: Likewise.
11011 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
11012 return value instead of gdb,skip_float_test.
11013 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
11014 (do_function_calls): Use its return value instead of
11015 gdb,skip_float_test.
11016 * gdb.base/finish.exp: Likewise.
11017 * gdb.base/funcargs.exp: Likewise.
11018 * gdb.base/return.exp: Likewise.
11019 * gdb.base/return2.exp: Likewise.
11020 * gdb.base/varargs.exp: Likewise.
11021 * lib/gdb.exp (gdb_skip_float_test): Change it to
11022 gdb_caching_proc. Detect the broken ptrace on arm-linux.
11023
5af962df
AA
110242016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
11025
11026 * gdb.multi/tids.exp: Test "thread apply all".
11027
7fac6910
JK
110282016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
11029
11030 * gdb.base/default.exp (tty): Remove.
11031
bb1fe4ac
KB
110322016-08-24 Kevin Buettner <kevinb@redhat.com>
11033
2806dc7e
PA
11034 * gdb.python/py-recurse-unwind.c: New file.
11035 * gdb.python/py-recurse-unwind.py: New file.
11036 * gdb.python/py-recurse-unwind.exp: New file.
bb1fe4ac 11037
0a1ddfa6
SM
110382016-08-24 Simon Marchi <simon.marchi@ericsson.com>
11039
11040 * gdb.base/set-inferior-tty.exp: New file.
11041 * gdb.base/set-inferior-tty.c: New file.
11042
d9de1fe3
PA
110432016-08-23 Pedro Alves <palves@redhat.com>
11044
11045 PR gdb/20494
11046 * gdb.base/new-ui-echo.c: New file.
11047 * gdb.base/new-ui-echo.exp: New file.
11048
e9d9abd7
YQ
110492016-08-23 Yao Qi <yao.qi@linaro.org>
11050
11051 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
11052 gdbserver_spawn.
11053 * gdb.server/connect-without-multi-process.exp (do_test):
11054 Likewise.
11055
3589529e
YQ
110562016-08-23 Yao Qi <yao.qi@linaro.org>
11057
11058 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
11059 standalone_txt. Delete gdb_txt and standalone_txt on host
11060 and target. Spawn the binary on target. Copy files from
11061 target to host.
11062
6bb90213
PA
110632016-08-22 Pedro Alves <palves@redhat.com>
11064
11065 PR gdb/20505
11066 * gdb.base/vdso-warning.exp: Test core dumps too. Use
11067 with_test_prefix. Factor out bits to ...
11068 (test_no_vdso): ... this new procedure.
11069
20c2c024
CL
110702016-08-19 Carl Love <cel@us.ibm.com>
11071
11072 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
11073 maintaining separate logic for constructing the output path.
11074 * gdb.arch/powerpc-d128-regs.exp: Likewise.
11075 * gdb.arch/ppc-dfp.exp: Likewise.
11076 * gdb.arch/ppc-fp.exp: Likewise.
11077 * gdb.arch/vsx-regs.exp: Likewise.
11078 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
11079 binprefix for generating the additional binary files.
11080
0646e07d
PA
110812016-08-19 Pedro Alves <palves@redhat.com>
11082
11083 * gdb.trace/mi-trace-frame-collected.exp
11084 (test_trace_frame_collected): On x32, expect two registers.
11085
46da9242
CL
110862016-08-18 Carl Love <cel@us.ibm.com>
11087
11088 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
11089 and sync up the test with tests in gas/testsuite/gas/ppc.
11090 * gdb.arch/powerpc-power.exp: Likewise.
11091
eb2332d7
SM
110922016-08-17 Simon Marchi <simon.marchi@ericsson.com>
11093
11094 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
11095 expected error message.
11096
63c61e04
SM
110972016-08-17 Simon Marchi <simon.marchi@ericsson.com>
11098
11099 * gdb.multi/remove-inferiors.exp: New file.
11100 * gdb.multi/remove-inferiors.c: New file.
11101
7b17065f
YQ
111022016-08-12 Yao Qi <yao.qi@linaro.org>
11103
11104 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
11105 argument list.
11106
01d3dedf
PA
111072016-08-10 Pedro Alves <palves@redhat.com>
11108
11109 PR gdb/19187
11110 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
11111 setup_kfails.
11112
3eb7562a
PA
111132016-08-09 Pedro Alves <palves@redhat.com>
11114 Simon Marchi <simon.marchi@ericsson.com>
11115
11116 PR gdb/20418
11117 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
11118 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
11119
80614914
PA
111202016-08-09 Pedro Alves <palves@redhat.com>
11121
11122 PR mi/20431
11123 * gdb.mi/mi-cmd-error.exp: New file.
11124
f348d89a
PA
111252016-08-09 Pedro Alves <palves@redhat.com>
11126
11127 PR gdb/18653
11128 * gdb.base/signals-state-child.c: New file.
11129 * gdb.base/signals-state-child.exp: New file.
11130 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
11131
e5ca03b4
PA
111322016-08-09 Pedro Alves <palves@redhat.com>
11133
11134 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
11135
282a0691
TT
111362016-08-03 Tom Tromey <tom@tromey.com>
11137
11138 PR python/18565:
11139 * gdb.python/py-frame-inline.exp: Add Frame.function test.
11140
41bfcd63
YQ
111412016-08-01 Yao Qi <yao.qi@linaro.org>
11142
11143 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
11144 variable mode to "multi-process" if $multi_process is 1, otherwise
11145 set it to "single-process".
11146
e3465b24
YQ
111472016-08-01 Yao Qi <yao.qi@linaro.org>
11148
11149 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
11150 * gdb.cp/cpexprs.exp: Likewise.
11151 * gdb.cp/m-static.exp: Likewise.
11152
0b31a4bc
TT
111532016-07-26 Tom Tromey <tom@tromey.com>
11154
11155 PR python/20190:
11156 * gdb.threads/tls.exp (check_thread_local): Add python symbol
11157 test.
11158
e0461dbb
MM
111592016-07-26 Markus Metzger <markus.t.metzger@intel.com>
11160
11161 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
11162 selecting assembly source files.
11163 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
11164 assembly source files.
11165 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
11166 assembly source files.
11167 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
11168 selecting assembly source files.
11169
8194e927
SM
111702016-07-25 Simon Marchi <simon.marchi@ericsson.com>
11171
11172 * gdb.base/new-ui.exp (do_test_invalid_args): New
11173 procedure.
11174
c0272db5
TW
111752016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
11176
11177 * gdb.btrace/reconnect.c: New file.
11178 * gdb.btrace/reconnect.exp: New file.
11179
e3487908
GKB
111802016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
11181
11182 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
11183 to test_catch_syscall_group.
11184 (test_catch_syscall_group): New.
11185
12df5c00
TT
111862016-07-21 Tom Tromey <tom@tromey.com>
11187
11188 * gdb.rust/simple.rs (main): Use empty struct expression.
11189 * gdb.rust/simple.exp: Add tests for empty struct expression.
11190
bae62ee2
YQ
111912016-07-21 Yao Qi <yao.qi@linaro.org>
11192
11193 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
11194 if gdb_skip_xml_test is true on some targets.
11195
b1b53fb3
YQ
111962016-07-21 Yao Qi <yao.qi@linaro.org>
11197
11198 * gdb.server/solib-list.exp: Unset last_loaded_file.
11199
027d97f8
JK
112002016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11201
11202 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
11203 "step into captured_main (args)".
11204
7674d381
JK
112052016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11206
11207 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
11208
72b5d099
JK
112092016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11210
11211 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
11212
1f960ced
PA
112132016-07-19 Pedro Alves <palves@redhat.com>
11214
11215 * gdb.opt/inline-break.exp: Remove optimize=-O2.
11216 * gdb.opt/inline-bt.exp: Likewise.
11217 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
11218 additional_flags=-Winline.
11219 * gdb.opt/inline-locals.exp: Likewise.
11220 * gdb.opt/inline-markers.c (ATTR): Define.
11221 (inlined_fn): Use it.
11222
f25827c1
YQ
112232016-07-19 Yao Qi <yao.qi@linaro.org>
11224
11225 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
11226 (test_with_self): Remove some code. Remove argument executable.
11227 (top-level): Use do_self_tests.
11228
37539ebe
DB
112292016-07-15 Zachary Welch <zwelch@codesourcery.com>
11230 Don Breazeal <donb@codesourcery.com>
11231
11232 * gdb.base/maint.exp: Escape paths used in regular expressions.
11233 * gdb.stabs/weird.exp: Likewise.
11234
dac790e1
TT
112352016-07-13 Tom Tromey <tom@tromey.com>
11236
11237 PR python/15620, PR python/18620:
11238 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
11239 (test_bkpt_events): New procs.
11240
93daf339
TT
112412016-07-13 Tom Tromey <tom@tromey.com>
11242
11243 PR python/17698:
11244 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
11245 test.
11246 (test_watchpoints): Likewise.
11247 (test_bkpt_pending): New proc.
11248
6571a381
TT
112492016-07-13 Tom Tromey <tom@tromey.com>
11250
11251 PR cli/18053:
11252 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
11253 completion test.
11254
e8732474
JK
112552016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
11256
11257 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
11258 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
11259 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
11260 f_label.
11261 (g): Rename g_end_lbl to g_label.
11262 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
11263 low_pc and high_pc.
11264 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
11265
e0f3fd7c
TT
112662016-07-12 Tom Tromey <tom@tromey.com>
11267
11268 PR python/19293:
11269 * gdb.python/py-unwind-maint.exp: Update tests.
11270
3cfe46b6
YQ
112712016-07-12 Yao Qi <yao.qi@linaro.org>
11272
11273 * lib/selftest-support.exp (selftest_setup): Match the output
11274 when captured_main is inlined.
11275
4f19a0e6
WT
112762016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
11277
11278 * gdb.fortran/derived-types.exp (result_line, result_line_2):
11279 New variables.
11280 (print this%a, print this%b, print this): New tests.
11281 * gdb.fortran/derived-types.f90 (this): New object and
11282 initialization.
11283
986cf455
SM
112842016-07-06 Simon Marchi <simon.marchi@ericsson.com>
11285
11286 * gdb.ada/arraydim.exp: Remove extra directory level in build
11287 directory.
11288
f0464b23
SM
112892016-07-06 Simon Marchi <simon.marchi@ericsson.com>
11290
11291 * lib/ada.exp: Remove extra directory level in build directory.
11292 * gdb.ada/cond_lang.exp: Likewise.
11293 * gdb.ada/exec_changed.exp: Likewise.
11294 * gdb.ada/lang_switch.exp: Likewise.
11295
42d94011
MG
112962016-07-06 Manish Goregaokar <manish@mozilla.com>
11297
2806dc7e
PA
11298 * simple.rs: Add test for raw pointer subscripting.
11299 * simple.exp: Add test expectations.
42d94011 11300
647c264c
YQ
113012016-07-05 Yao Qi <yao.qi@linaro.org>
11302
11303 * gdb.mi/mi-reverse.exp: Match =record-started output.
11304
20aa2c60
PA
113052016-07-01 Pedro Alves <palves@redhat.com>
11306
11307 * gdb.base/jit-reader.exp (info_registers_current_frame): New
11308 procedure.
11309 (jit_reader_test): Test the jit reader's unwinder.
11310 * gdb.base/jithost.c (jit_function_00_code): New global.
11311 (main): Use memcpy to fill in the mmapped code, instead of poking
11312 bytes manually here.
11313 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
11314 value.
11315 (read_debug_info): Save the function's range.
11316 (read_sp): New function.
11317 (unwind_frame): Use it. Also unwind RBP.
11318 (get_frame_id): Use read_sp.
11319 (gdb_init_reader): Use calloc instead of malloc.
11320 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
11321 parameter. Use gdb_test_multiple.
11322
ced2dffb
PA
113232016-07-01 Pedro Alves <palves@redhat.com>
11324 Antoine Tremblay <antoine.tremblay@ericsson.com>
11325
11326 * gdb.threads/process-dies-while-detaching.c: New file.
11327 * gdb.threads/process-dies-while-detaching.exp: New file.
11328
63000888
PA
113292016-07-01 Pedro Alves <palves@redhat.com>
11330
11331 * gdb.multi/watchpoint-multi-exit.c: New file.
11332 * gdb.multi/watchpoint-multi-exit.exp: New file.
11333
038d4868
PA
113342016-06-30 Pedro Alves <palves@redhat.com>
11335
11336 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
11337 unset inferior_spawn_id.
11338
994e9c83
PA
113392016-06-30 Pedro Alves <palves@redhat.com>
11340
11341 * lib/mi-support.exp (default_mi_gdb_start): Declare global
11342 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
11343
e5653468
YQ
113442016-06-29 Yao Qi <yao.qi@linaro.org>
11345
11346 * gdb.base/return.c: Add copyright header.
11347
803b47e5
TT
113482016-06-29 Tom Tromey <tom@tromey.com>
11349
11350 PR python/20129:
11351 * gdb.python/py-framefilter.exp: Add tests for setting priority
11352 and disabling of non-existent frame filter.
11353
28244707
YQ
113542016-06-29 Yao Qi <yao.qi@linaro.org>
11355
11356 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
11357 0x0f07ff.
11358
a31d2f06
YQ
113592016-06-28 Yao Qi <yao.qi@linaro.org>
11360
11361 * gdb.base/catch-syscall.exp: Remove check on isnative and target
11362 triplets. Start gdb, execute catch syscall, and continue. Check
11363 gdb's output to determine catch syscall is supported.
11364
921d8f54
MG
113652016-06-27 Manish Goregaokar <manish@mozilla.com>
11366
25d49b86
PA
11367 * gdb.rust/simple.rs: Add test for returning unit in a function.
11368 * gdb.rust/simple.exp: Add expectation for functions returning
11369 unit.
921d8f54 11370
f4952523
PMR
113712016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
11372
11373 * gdb.python/py-breakpoint-create-fail.c,
11374 gdb.python/py-breakpoint-create-fail.exp,
11375 gdb.python/py-breakpoint-create-fail.py: New testcase.
11376
fccb08f8
MG
113772016-06-25 Manish Goregaokar <manish@mozilla.com>
11378
11379 PR gdb/20239
11380 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
25d49b86
PA
11381 * gdb.rust/simple.exp: Add test expectations for new NonZero
11382 tests.
fccb08f8 11383
6b850546
DT
113842016-06-24 David Taylor <dtaylor@emc.com>
11385
11386 * gdb.base/offsets.exp: New file.
11387 * gdb.base/offsets.c: New file.
11388
17621150
TT
113892016-06-23 Tom Tromey <tom@tromey.com>
11390
11391 PR gdb/16483:
11392 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
11393 before any filters are loaded.
11394
04d59df6
WT
113952016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
11396
11397 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
11398 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
11399 structs.
11400 * gdb.fortran/derived-type-function.exp: New file.
11401 * gdb.fortran/derived-type-function.f90: New file.
11402
11403
ac69f786
PA
114042016-06-21 Pedro Alves <palves@redhat.com>
11405
11406 * gdb.base/new-ui.exp: New file.
11407 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
11408 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
11409 (with_spawn_id): New procedure.
11410
49940788
PA
114112016-06-21 Pedro Alves <palves@redhat.com>
11412
11413 * gdb.mi/mi-exec-run.exp: New file.
11414
ef274d26
PA
114152016-06-21 Pedro Alves <palves@redhat.com>
11416
11417 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
11418 breakpoint command's output on the main UI.
11419 (test_break): New procedure, factored out from calls in the top
11420 level.
11421 (top level): Use foreach_with_prefix to test MI as main UI and as
11422 separate UI.
11423
468afe6c
PA
114242016-06-21 Pedro Alves <palves@redhat.com>
11425
11426 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
11427 (test_awatch_creation_and_listing)
11428 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
11429 Remove 'type' parameter.
11430 (test_watchpoint_all): New parameter mi_mode. Remove
11431 with_test_prefix.
11432 (top level): Use foreach_with_prefix, and add main/separate UI MI
11433 testing axis.
11434
51f77c37
PA
114352016-06-21 Pedro Alves <palves@redhat.com>
11436
11437 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
11438 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
11439 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
11440 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
11441 (gdb_main_spawn_id, mi_spawn_id): Declare and
11442 comment.
11443 (mi_create_inferior_pty): New procedure,
11444 factored out from default_mi_gdb_start.
11445 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
11446 procedures.
11447 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
11448 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
11449 Use mi_create_inferior_pty.
11450 (mi_gdb_start): Use eval to pass down args list.
11451
8980e177
PA
114522016-06-21 Pedro Alves <palves@redhat.com>
11453
11454 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
11455 * gdb.opt/inline-cmds.exp: Add MI tests.
11456
f38d3ad1
PA
114572016-06-21 Pedro Alves <palves@redhat.com>
11458
11459 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
11460
45db7c09
PA
114612016-06-21 Pedro Alves <palves@redhat.com>
11462
11463 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
11464 (top level): Use it instead of mi_execute_to.
11465
5a069ab3
PA
114662016-06-21 Pedro Alves <palves@redhat.com>
11467
11468 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
11469 (cont_handler_str): New.
11470 (signal_stop_handler): Set stop_handler_str instead of printing to
11471 stdout.
11472 (continue_handler): Set cont_handler_str instead of printing to
11473 stdout.
11474 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
11475 mi_send_resuming_command. Print stop_handler_str and
11476 cont_handler_str instead of expecting the python events print
11477 directly.
11478
2838cc1d
SD
114792016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
11480
11481 * gdb.base/jit-reader.exp: New file.
11482 * gdb.base/jithost.c: New file.
11483 * gdb.base/jithost.h: New file.
11484 * gdb.base/jitreader.c : New file.
11485 * gdb.base/jit-protocol.h: New file.
11486
21a77091
YQ
114872016-06-17 Yao Qi <yao.qi@linaro.org>
11488
11489 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
11490 parameters follow_fork and detach_on_fork. Set follow-fork-mode
11491 and detach-on-fork. Adjust tests.
11492 (top level): Invoke break_cond_on_syscall with combinations of
11493 syscall, follow-fork-mode and detach-on-fork.
11494
f50bf8e5
YQ
114952016-06-17 Yao Qi <yao.qi@linaro.org>
11496
11497 * gdb.base/step-over-exit.c: New.
11498 * gdb.base/step-over-exit.exp: New.
11499
a28d8e50
YTL
115002016-06-17 Yan-Ting Lin <currygt52@gmail.com>
11501
11502 * gdb.base/float.exp: Add target check for nds32*-*-*.
11503 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
11504
cad8e26d
AB
115052016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
11506
11507 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
11508 for unsupported target features.
11509 * gdb.base/call-rt-st.exp: Likewise.
11510 * gdb.base/call-sc.exp: Likewise.
11511 * gdb.base/call-signal-resume.exp: Likewise.
11512 * gdb.base/call-strs.exp: Likewise.
11513 * gdb.base/callexit.exp: Likewise.
11514 * gdb.base/callfuncs.exp: Likewise.
11515 * gdb.base/nodebug.exp: Likewise.
11516 * gdb.base/printcmds.exp: Likewise.
11517 * gdb.base/ptype.exp: Likewise.
11518 * gdb.base/structs.exp: Likewise.
11519 * gdb.base/unwindonsignal.exp: Likewise.
11520 * gdb.cp/gdb2495.exp: Likewise.
11521 * gdb.cp/templates.exp: Likewise.
11522 * gdb.cp/virtfunc.exp: Likewise.
11523 * gdb.threads/hand-call-in-threads.exp: Likewise.
11524 * gdb.threads/interrupted-hand-call.exp: Likewise.
11525 * gdb.threads/thread-unwindonsignal.exp: Likewise.
11526
347dc102
TT
115272016-06-10 Tom Tromey <tom@tromey.com>
11528
11529 PR rust/20110:
11530 * gdb.rust/expr.exp: Add test for integer constant larger than
11531 i32.
11532
5e13cf25
BH
115332016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
11534
11535 * gdb.fortran/nested-funcs.exp: New.
11536 * gdb.fortran/nested-funcs.f90: New.
11537
bb556f1f
TK
115382016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
11539
11540 * gdb.base/examine-backward.c: New file.
11541 * gdb.base/examine-backward.exp: New file.
11542
38b022b4
SM
115432016-06-06 Simon Marchi <simon.marchi@ericsson.com>
11544
11545 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
11546 matching.
11547
1b40ec05
TT
115482016-06-02 Tom Tromey <tom@tromey.com>
11549
11550 PR python/18984:
11551 * gdb.python/py-shared.exp: Add solib_name test.
11552
193bd378
SM
115532016-06-02 Simon Marchi <simon.marchi@ericsson.com>
11554
11555 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
11556
3326303b
MG
115572016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
11558
11559 PR c++/19893
11560 * gdb.dwarf2/implref.exp: Rename to...
11561 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
11562 * gdb.dwarf2/implref-array.c: New file.
11563 * gdb.dwarf2/implref-array.exp: Likewise.
11564 * gdb.dwarf2/implref-global.c: Likewise.
11565 * gdb.dwarf2/implref-global.exp: Likewise.
11566 * gdb.dwarf2/implref-struct.c: Likewise.
11567 * gdb.dwarf2/implref-struct.exp: Likewise.
11568
825c8ef2
AT
115692016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
11570
11571 * gdb.trace/trace-condition.exp: Add 64bit tests.
11572
2320162a
AT
115732016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
11574
11575 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
11576 bits types.
11577 (main): Adapt to 8 to 64 bits types.
11578 * gdb.trace/trace-condition.exp: Add new tests.
11579
a7818233
AT
115802016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
11581
11582 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
11583
0d336466
AT
115842016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
11585
11586 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
11587 Move condition tests...
11588 * gdb.trace/trace-condition.exp: Here.
11589
7faeb45a
AT
115902016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
11591
11592 * gdb.trace/trace-condition.exp: Add counter-case tests.
11593
e385593e
JK
115942016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
11595
11596 PR c++/15231
11597 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
11598 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
11599
744608cc
PA
116002016-05-27 Pedro Alves <palves@redhat.com>
11601
11602 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
11603 New procedure.
11604 (top level): Call it, and bail out of DejaGnu is known to be bad.
11605
ac775bf4
AB
116062016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
11607
11608 * gdb.base/whatis.c: Extend the test case.
11609 * gdb.base/whatis.exp: Add additional tests.
11610
2bbad2ea
BH
116112016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
11612
11613* gdb.fortran/type.f90: Add pointer variable.
11614* gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
11615
8b70175d
BH
116162016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
11617
11618 * gdb.fortran/vla-type.exp: Fix testcase name.
11619
86d8a848
BH
116202016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
11621
11622 * gdb.fortran/vla-type.exp: Access elements in nested structs.
11623
e188eb36
BH
116242016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
11625
11626 * gdb.fortran/type.f90: Add nested structures.
11627 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
11628 * gdb.fortran/derived-type.exp: Adapt expected output.
11629 * gdb.fortran/vla-type.exp: Adapt expected output.
11630
9b2db1fd
BH
116312016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
11632
11633 * gdb.fortran/whatis_type.exp: Adapt expected output.
11634
72b17055
BH
116352016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
11636
11637 * gdb.fortran/print_type.exp: Fix expected output.
11638 * gdb.fortran/whatis_type.exp: Fix expected output.
11639
3cd81d8d
BH
116402016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
11641
11642 * gdb.fortran/whatis_type.exp: Use multi_line.
11643
ddae9462
TT
116442016-05-24 Tom Tromey <tom@tromey.com>
11645
11646 PR python/17386:
11647 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
11648 use value as an index.
11649
1957f6b8
TT
116502016-05-23 Tom Tromey <tom@tromey.com>
11651
11652 PR python/17981:
11653 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
11654 no-breakpoint case.
11655
026a9174
PA
116562016-05-24 Pedro Alves <palves@redhat.com>
11657
11658 PR gdb/19828
11659 * gdb.threads/clone-attach-detach.c: New file.
11660 * gdb.threads/clone-attach-detach.exp: New file.
11661
e70a7231
FR
116622016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
11663
11664 * gdb.base/annota-input-while-running.exp: Fix syntax error.
11665
0f6ed0e0
TT
116662016-05-23 Tom Tromey <tom@tromey.com>
11667
11668 PR python/19438, PR python/18393:
11669 * gdb.python/py-progspace.exp: Add "dir" test.
11670 * gdb.python/py-objfile.exp: Add "dir" test.
11671
ffd19d61
YQ
116722016-05-23 Yao Qi <yao.qi@linaro.org>
11673
11674 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
11675 * gdb.arch/thumb2-it.exp: Likewise.
11676
9e8f9b05
SM
116772016-05-18 Simon Marchi <simon.marchi@ericsson.com>
11678
11679 * gdb.mi/mi-threads-interrupt.c: New file.
11680 * gdb.mi/mi-threads-interrupt.exp: New file.
11681
61c6156d
SM
116822016-05-17 Simon Marchi <simon.marchi@ericsson.com>
11683
11684 PR gdb/18077
11685 * gdb.mi/mi-async-run.exp: New file.
11686 * gdb.mi/mi-async-run.c: New file.
11687
67218854
TT
116882016-05-17 Tom Tromey <tom@tromey.com>
11689 Manish Goregaokar <manishsmail@gmail.com>
11690
11691 * lib/rust-support.exp: New file.
11692 * lib/gdb.exp (skip_rust_tests): New proc.
11693 (build_executable_from_specs): Handle rust.
11694 * lib/future.exp (gdb_find_rustc): New proc.
11695 (gdb_default_target_compile): Handle rust.
11696 * gdb.rust/expr.exp: New file.
11697 * gdb.rust/generics.exp: New file.
11698 * gdb.rust/generics.rs: New file.
11699 * gdb.rust/methods.exp: New file.
11700 * gdb.rust/methods.rs: New file.
11701 * gdb.rust/modules.exp: New file.
11702 * gdb.rust/modules.rs: New file.
11703 * gdb.rust/simple.exp: New file.
11704 * gdb.rust/simple.rs: New file.
11705
c44af4eb
TT
117062016-05-17 Tom Tromey <tom@tromey.com>
11707
11708 * gdb.base/default.exp (set language): Add rust.
11709
dcd1f979
TT
117102016-05-17 Tom Tromey <tom@tromey.com>
11711
11712 * gdb.gdb/unittest.exp: New file.
11713
155b7f57
YQ
117142016-05-16 Yao Qi <yao.qi@linaro.org>
11715
11716 * gdb.base/batch-preserve-term-settings.exp: Remove variable
11717 shell_prompt. Update shell_prompt_re.
11718
8ddd5a6c
DE
117192016-05-12 Doug Evans <dje@google.com>
11720
11721 PR symtab/19999
11722 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
11723 $options when building executable.
11724 * gdb.dwarf2/fission-loclists-pie.S: New file.
11725 * gdb.dwarf2/fission-loclists-pie.exp: New file.
11726
02e370d9
SM
117272016-05-04 Simon Marchi <simon.marchi@ericsson.com>
11728
11729 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
11730 of [is_remote target],
11731
8929ad8b
SM
117322016-05-04 Simon Marchi <simon.marchi@ericsson.com>
11733
11734 * lib/gdb.exp (use_gdb_stub): New procedure.
11735
6c447423
DE
117362016-05-03 Yunlian Jiang <yunlian@google.com>
11737 Doug Evans <dje@google.com>
11738
11739 PR symtab/19914
11740 * gdb.dwarf2/dwp-sepdebug.c: New file.
11741 * gdb.dwarf2/dwp-sepdebug.exp: New file.
11742
444e826c
SM
117432016-05-02 Simon Marchi <simon.marchi@ericsson.com>
11744
11745 * gdb.base/detach.exp: Remove is_remote check.
11746
740feeaa
SM
117472016-05-02 Simon Marchi <simon.marchi@ericsson.com>
11748
11749 * gdb.base/annota-input-while-running.exp: Don't check for
11750 [is_remote target]. Enable annotations after running to main.
11751 Remove unused "set test..." line.
11752
9080ac9d
SM
117532016-04-28 Simon Marchi <simon.marchi@ericsson.com>
11754
11755 * gdb.trace/trace-enable-disable.exp: New file.
11756 * gdb.trace/trace-enable-disable.c: New file.
11757
952ebca5
SM
117582016-04-28 Simon Marchi <simon.marchi@ericsson.com>
11759
11760 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
11761 use it in info sharedlibrary test.
11762 * gdb.trace/ftrace-lock.exp: Likewise.
11763 * gdb.trace/ftrace.exp: Likewise.
11764 * gdb.trace/range-stepping.exp: Likewise.
11765 * gdb.trace/trace-break.exp: Likewise.
11766 * gdb.trace/trace-condition.exp: Likewise.
11767 * gdb.trace/trace-mt.exp: Likewise.
11768
d9019901
SM
117692016-04-27 Simon Marchi <simon.marchi@ericsson.com>
11770
11771 * lib/gdb.exp (gdb_load_shlibs): Rename to...
11772 (gdb_load_shlib): ... this.
11773 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
11774 gdb_load_shlib.
11775 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
11776 * gdb.base/ctxobj.exp: Likewise.
11777 * gdb.base/dprintf-pending.exp: Likewise.
11778 * gdb.base/dso2dso.exp: Likewise.
11779 * gdb.base/fixsection.exp: Likewise.
11780 * gdb.base/gcore-relro.exp: Likewise.
11781 * gdb.base/gdb1555.exp: Likewise.
11782 * gdb.base/global-var-nested-by-dso.exp: Likewise.
11783 * gdb.base/gnu-ifunc.exp: Likewise.
11784 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
11785 * gdb.base/jit-so.exp (one_jit_test): Likewise.
11786 * gdb.base/pending.exp: Likewise.
11787 * gdb.base/print-file-var.exp: Likewise.
11788 * gdb.base/print-symbol-loading.exp: Likewise.
11789 * gdb.base/shlib-call.exp: Likewise.
11790 * gdb.base/shreloc.exp: Likewise.
11791 * gdb.base/so-impl-ld.exp: Likewise.
11792 * gdb.base/solib-disc.exp: Likewise.
11793 * gdb.base/solib-nodir.exp: Likewise.
11794 * gdb.base/solib-overlap.exp: Likewise.
11795 * gdb.base/solib-symbol.exp: Likewise.
11796 * gdb.base/solib-weak.exp (do_test): Likewise.
11797 * gdb.base/sym-file.exp: Likewise.
11798 * gdb.base/symtab-search-order.exp: Likewise.
11799 * gdb.base/type-opaque.exp: Likewise.
11800 * gdb.base/unload.exp: Likewise.
11801 * gdb.base/watchpoint-solib.exp: Likewise.
11802 * gdb.compile/compile.exp: Likewise.
11803 * gdb.cp/gdb2384.exp: Likewise.
11804 * gdb.cp/infcall-dlopen.exp: Likewise.
11805 * gdb.cp/re-set-overloaded.exp: Likewise.
11806 * gdb.fortran/library-module.exp: Likewise.
11807 * gdb.opt/solib-intra-step.exp: Likewise.
11808 * gdb.python/py-finish-breakpoint.exp: Likewise.
11809 * gdb.python/py-shared.exp: Likewise.
11810 * gdb.reverse/solib-precsave.exp: Likewise.
11811 * gdb.reverse/solib-reverse.exp: Likewise.
11812 * gdb.server/solib-list.exp: Likewise.
11813 * gdb.threads/dlopen-libpthread.exp: Likewise.
11814 * gdb.threads/tls-shared.exp: Likewise.
11815 * gdb.threads/tls-so_extern.exp: Likewise.
11816 * gdb.trace/change-loc.exp: Likewise.
11817 * gdb.trace/ftrace-lock.exp: Likewise.
11818 * gdb.trace/ftrace.exp: Likewise.
11819 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
11820 * gdb.trace/pending.exp: Likewise.
11821 * gdb.trace/range-stepping.exp: Likewise.
11822 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
11823 (strace_info_marker): Likewise.
11824 (strace_probe_marker): Likewise.
11825 (strace_trace_on_same_addr): Likewise.
11826 (strace_trace_on_diff_addr): Likewise.
11827 * gdb.trace/trace-break.exp: Likewise.
11828 * gdb.trace/trace-condition.exp: Likewise.
11829 * gdb.trace/trace-mt.exp: Likewise.
11830
fca4cfd9
SM
118312016-04-27 Simon Marchi <simon.marchi@ericsson.com>
11832
11833 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
11834 result of gdb_remote_download.
11835 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
11836 * gdb.base/dso2dso.exp: Likewise.
11837 * gdb.base/global-var-nested-by-dso.exp: Likewise.
11838 * gdb.base/print-file-var.exp: Likewise.
11839 * gdb.base/shlib-call.exp: Likewise.
11840 * gdb.base/shreloc.exp: Likewise.
11841 * gdb.base/solib-overlap.exp: Likewise.
11842 * gdb.base/solib-weak.exp (do_test): Likewise.
11843 * gdb.base/unload.exp: Likewise.
11844
11cf4ffb
YQ
118452016-04-27 Yao Qi <yao.qi@linaro.org>
11846
11847 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
11848 exists.
11849
3e2e34f8
KB
118502016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
11851
11852 * vla-type.exp: Print structure from toplevel.
11853
8f07e298
BH
118542016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
11855
11856 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
11857 of dynamic types.
11858 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
11859 of dynamic types.
11860
9920b434
BH
118612016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
11862
11863 * gdb.fortran/vla-type.f90: New file.
11864 * gdb.fortran/vla-type.exp: New file.
11865
f3abeff5
YQ
118662016-04-25 Yao Qi <yao.qi@linaro.org>
11867
11868 * gdb.base/branch-to-self.c: New file.
11869 * gdb.base/branch-to-self.exp: New file.
11870
0a5d52f0
YQ
118712016-04-22 Yao Qi <yao.qi@linaro.org>
11872
11873 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
11874 more after $hex.
11875
495346f6
YQ
118762016-04-22 Yao Qi <yao.qi@linaro.org>
11877
11878 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
11879 * gdb.base/annota3.exp: Likewise.
11880
4a7e075c
YQ
118812016-04-22 Yao Qi <yao.qi@linaro.org>
11882
11883 * gdb.reverse/step-precsave.exp: Do one step and test program
11884 stops in "callee" and do multiple steps until program goes out
11885 of "callee".
11886 * gdb.reverse/step-reverse.exp: Likewise.
11887
5b061e98
YQ
118882016-04-22 Yao Qi <yao.qi@linaro.org>
11889
11890 * gdb.trace/signal.exp: Also pass if
11891 $tracepoint_hits($i) > $iterations.
11892
5c5dc57f
YQ
118932016-04-22 Yao Qi <yao.qi@linaro.org>
11894
11895 * gdb.trace/signal.c: New file.
11896 * gdb.trace/signal.exp: New file.
11897
a55411b9
DE
118982016-04-19 Doug Evans <xdje42@gmail.com>
11899
11900 * gdb.base/bad-file.exp: New file.
11901
a22df60a
MG
119022016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
11903
11904 * gdb.dwarf2/implref.exp: New file.
11905
0c13f7e5
BH
119062016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
11907
11908 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
11909 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
11910 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
11911 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
11912 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
11913 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
11914 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
11915 * lib/fortran.exp (fortran_int4): New procedure.
11916 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
11917 (fortran_logical4): Likewise.
11918
9b9b09e9
BH
119192016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
11920
11921 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
11922
a14d1f4d
BH
119232016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
11924
11925 * lib/compiler.c: Add Intel specific preprocessor macros.
11926 * lib/compiler.cc: Likewise.
25d49b86 11927
7d49b1d0
LM
119282016-04-13 Luis Machado <lgustavo@codesourcery.com>
11929
11930 * gdb.server/connect-with-no-symbol-file.c: New file.
11931 * gdb.server/connect-with-no-symbol-file.exp: New file.
11932
8392fa22
SM
119332016-04-13 Simon Marchi <simon.marchi@ericsson.com>
11934
11935 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
11936
8c4c4aeb
SM
119372016-04-13 Simon Marchi <simon.marchi@ericsson.com>
11938
11939 * boards/gdbserver-base.exp (${board}_download): Copy source file to
11940 standard output directory.
11941
45e3745e
AT
119422016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
11943
11944 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
11945
e26b7e41
MM
119462016-04-13 Markus Metzger <markus.t.metzger@intel.com>
11947
11948 * gdb.btrace/instruction_history.c (loop): Add declaration.
11949
8ce09462
AT
119502016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
11951
11952 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
11953
2e88a1ea
SM
119542016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
11955
11956 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
11957 parentheses to print.
11958 (continue_handler): Likewise.
11959
f48e22e3
SM
119602016-04-08 Simon Marchi <simon.marchi@ericsson.com>
11961
11962 * gdb.server/solib-list.exp: Remove is_remote check.
11963 Pass shlib= to gdb_compile. Don't link shared library with
11964 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
11965 Run binary filename through "readlink -f" on the target.
11966
096be756
PA
119672016-04-08 Pedro Alves <palves@redhat.com>
11968
11969 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
11970 interpreter filename as argument to gdbserver_spawn.
11971 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
11972 Return empty if $last_loaded_file does not exist.
11973
06500533
JK
119742016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
11975
11976 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
11977 * gdb.base/jit-main.c: Use exit after usage.
11978
2d35e871
JK
119792016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
11980
11981 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
11982 GDBHISTSIZE prior to the tests.
11983 * gdb.base/gdbinit-history.exp: Likewise.
11984
119852016-04-07 Pedro Alves <palves@redhat.com>
9553661a
PA
11986
11987 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
11988 instead of build_executable. Use gdb_load_shlibs.
11989
c8064e7e
YQ
119902016-04-07 Yao Qi <yao.qi@linaro.org>
11991
11992 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
11993 Execute "si" command.
11994
bde47561
YQ
119952016-04-07 Yao Qi <yao.qi@linaro.org>
11996
11997 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
11998 number instead of the comments on some line.
11999
b16f8a3b
DB
120002016-04-06 Don Breazeal <donb@codesourcery.com>
12001
12002 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
12003 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
12004
c2f901df
SM
120052016-04-06 Simon Marchi <simon.marchi@ericsson.com>
12006
12007 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
12008 standard_output_file. Remove unused binfile variable.
12009
ac17fda0
CU
120102016-04-05 Catalin Udma <catalin.udma@freescale.com>
12011
12012 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
12013 * gdb.python/py-mi-objfile.exp: Match "list main" output
12014 in console format.
12015
03a8c4df
SM
120162016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
12017
12018 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
12019 absolute.
12020
6e774b13
SM
120212016-04-05 Simon Marchi <simon.marchi@ericsson.com>
12022
12023 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
12024 absolute.
12025 * gdb.trace/ftrace.exp: Likewise.
12026 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
12027 targets as well.
12028 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
12029 (gdb_load_shlibs): Copy libraries to test directory when testing
12030 natively. Only set solib-search-path if testing remotely.
12031 * lib/mi-support.exp (mi_load_shlibs): Likewise.
12032
7817ea46
SM
120332016-04-05 Simon Marchi <simon.marchi@ericsson.com>
12034
12035 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
12036 gdb_download. Use it even if the target is not remote.
12037 * gdb.base/jit.exp (compile_jit_test): Likewise.
12038 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
12039 output directory if the destination board is local, otherwise use
12040 the standard remote_download from DejaGnu.
12041 (gdb_download): Remove.
12042 (gdb_load_shlibs): Use gdb_remote_download instead of
12043 gdb_download.
12044 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
12045 Use gdb_remote_download instead of gdb_download. Use it even if
12046 the target is not remote.
12047 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
12048 instead of gdb_download.
12049
7beb7f68
SM
120502016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
12051
12052 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
12053 (test_insert_delete_modify): Call mi_load_shlibs before trying to
12054 run.
12055
cc63428a
AV
120562016-04-01 Artemiy Volkov <artemiyv@acm.org>
12057
12058 PR gdb/19820
12059 * gdb.base/printcmds.exp: Add artificial arrays tests.
12060
64cdf930
PA
120612016-03-31 Pedro Alves <palves@redhat.com>
12062
12063 PR gdb/19858
12064 * gdb.base/jit-main.c: Include unistd.h.
12065 (ATTACH): Define to 0 if not already defined.
12066 (wait_for_gdb, mypid): New globals.
12067 (WAIT_FOR_GDB): New macro.
12068 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
12069 some breakpoint locations.
12070 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
12071 New procedures.
12072 (one_jit_test): Add REATTACH parameter, and handle it. Use
12073 continue_to_test_location.
12074 (top level): Test attach, and adjusts calls to one_jit_test.
12075
40dea8cb
PA
120762016-03-31 Pedro Alves <palves@redhat.com>
12077
12078 PR gdb/19858
12079 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
12080 BINSUFFIX parameter, and handle it.
12081 (top level): Adjust calls compile_jit_test.
12082
e7ea3ec7
CU
120832016-03-31 Catalin Udma <catalin.udma@freescale.com>
12084
12085 PR python/19743
12086 * gdb.python/py-mi-events-gdb.py: New file.
12087 * gdb.python/py-mi-events.c: New file.
12088 * gdb.python/py-mi-events.exp: New file.
12089
e6359af3
YQ
120902016-03-30 Yao Qi <yao.qi@linaro.org>
12091
12092 * gdb.reverse/until-precsave.exp: Match function name only.
12093 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
12094 Move malloc to a condition block.
12095 * gdb.reverse/until-reverse.exp: Match function name only.
12096
a4105d04
MK
120972016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
12098
12099 * gdb.trace/ftrace.exp: Set arg0exp for s390.
12100 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
12101 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
12102 variable for GPR 0 instead of assuming it is register 0.
12103 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
12104 * lib/trace-support.exp: Add s390 registers.
12105
bfa6adb9
YQ
121062016-03-29 Yao Qi <yao.qi@linaro.org>
12107
12108 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
12109
1e6697ea
YQ
121102016-03-24 Yao Qi <yao.qi@linaro.org>
12111
12112 * gdb.reverse/break-reverse.exp: Add quotation mark in the
12113 test message.
12114
64bcd522
AA
121152016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
12116
12117 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
12118 maintaining separate logic for constructing the output path.
12119
7868401b
DB
121202016-03-16 Don Breazeal <donb@codesourcery.com>
12121
12122 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
12123 Retry fork and waitpid on interrupted system call errors.
12124 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
12125 Use with_timeout_factor to increase timeout by factor of 10.
12126
1cafadb4
DB
121272016-03-15 Don Breazeal <donb@codesourcery.com>
12128
12129 * gdb.cp/scope-err.cc: New test program.
12130 * gdb.cp/scope-err.exp: New test script.
12131 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
12132 lines and "set breakpoint here" comment.
12133 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
12134 Fixed some whitespace and format issues.
12135 * gdb.mi/mi-linespec-err-cp.cc: New test program.
12136 * gdb.mi/mi-linespec-err-cp.exp: New test script.
12137
81516450
DE
121382016-03-15 Doug Evans <dje@google.com>
12139
12140 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
12141 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
12142 All callers updated. Add tests for enums, mixed flags register.
12143
aa52b601
DE
121442016-03-15 Doug Evans <dje@google.com>
12145
12146 * gdb.base/skip.c (main): Call test_skip_file_and_function.
12147 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
12148
fa4ff313
SM
121492016-03-14 Simon Marchi <simon.marchi@ericsson.com>
12150
12151 * gdb.base/default.exp: Add $_as_string to the list of expected
12152 convenience functions.
12153
f2403c39
AB
121542016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
12155
12156 * gdb.base/maint.exp: New tests for 'maint info line-table'.
12157
f2f3ccb9
SM
121582016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
12159
12160 * gdb.python/py-as-string.exp: New file.
12161 * gdb.python/py-as-string.c: New file.
12162
00dbd492
PA
121632016-03-09 Pedro Alves <palves@redhat.com>
12164
12165 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
12166 signal" -> "Thread NN received signal" output change.
12167 * gdb.threads/ia64-sigill.exp: Likewise.
12168 * gdb.threads/linux-dp.exp: Likewise.
12169 * gdb.threads/manythreads.exp: Likewise.
12170 * gdb.threads/pending-step.exp: Likewise.
12171 * gdb.threads/print-threads.exp: Likewise.
12172 * gdb.threads/sigstep-threads.exp: Likewise.
12173 * gdb.threads/staticthreads.exp: Likewise.
12174 * gdb.threads/tls.exp: Likewise.
12175
1e6697ea
YQ
121762016-03-09 Pedro Alves <palves@redhat.com>
12177
12178 * gdb.base/command-line-input.exp: New file.
12179
b04fd3be
MK
121802016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
12181
12182 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
12183 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
12184 * gdb.trace/pending.exp: Accept leading dot before function name.
12185 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
12186 * lib/trace-support.exp: Set registers for ppc.
12187
98fa59e9
MK
121882016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
12189
12190 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
12191 use it for disassembly; accept .main in addition to main in backtrace.
12192
f77198c8
MK
121932016-03-09 Wei-cheng Wang <cole945@gmail.com>
12194 Marcin Kościelnicki <koriakin@0x04.net>
12195
12196 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
12197 (gdb_recursion_test_ptr): New global variable.
12198 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
12199 gdb_recursion_test.
12200 (gdb_c_test): Ditto.
12201
ba84e0da
MK
122022016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
12203
12204 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
12205 ordering.
12206
4366d36e
MK
122072016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
12208
12209 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
12210 (bar): Add bar_start_lbl label.
12211 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
12212 of foo/bar for emitting DWARF and tracing.
12213
5eb264df
SDJ
122142016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
12215
12216 * analyze-racy-logs.py: Set executable bit.
12217
fb6a751f
SDJ
122182016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
12219
12220 * Makefile.in (DEFAULT_RACY_ITER): New variable.
12221 (CHECK_TARGET_TMP): Likewise.
12222 (check-single-racy): New rule.
12223 (check-parallel-racy): Likewise.
12224 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
12225 (do-check-parallel-racy): New rule.
12226 (check-racy/%.exp): Likewise.
12227 * README (Racy testcases): New section.
12228 * analyze-racy-logs.py: New file.
12229
bdf7e230
DE
122302016-03-03 Doug Evans <dje@google.com>
12231
12232 * gdb.base/skip.exp: Use with_test_prefix.
12233
4719d415
YQ
122342016-03-03 Yao Qi <yao.qi@linaro.org>
12235
12236 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
12237 Invoke step_over_syscall "clone" and break_cond_on_syscall
12238 "clone".
12239 * gdb.base/step-over-clone.c: New file.
12240
ea507862
YQ
122412016-03-03 Yao Qi <yao.qi@linaro.org>
12242
12243 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
12244 code format.
12245
8fc8cbda
YQ
122462016-03-03 Yao Qi <yao.qi@linaro.org>
12247
12248 * gdb.base/disp-step-fork.c: Rename to ...
12249 * gdb.base/step-over-fork.c: ... it. New file.
12250 * gdb.base/disp-step-vfork.c: Rename to ...
12251 * gdb.base/step-over-vfork.c: ... it. New file.
12252 * gdb.base/disp-step-syscall.exp: Rename to ...
12253 * gdb.base/step-over-syscall.exp: ... it. New file.
12254 (disp_step_cross_syscall): Rename to ...
12255 (step_over_syscall): ... it.
12256
92fa70b0
YQ
122572016-03-03 Yao Qi <yao.qi@linaro.org>
12258
12259 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
12260 If target supports condition evaluation on target, invoke
12261 break_cond_on_syscall for fork and vfork.
12262
e197ad3c
YQ
122632016-03-03 Yao Qi <yao.qi@linaro.org>
12264
12265 * gdb.base/disp-step-syscall.exp: Don't invoke
12266 support_displaced_stepping.
12267 (disp_step_cross_syscall): Test with displaced stepping off and
12268 on if supported.
12269
0b47da9f
YQ
122702016-03-03 Yao Qi <yao.qi@linaro.org>
12271
12272 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
12273 proc.
12274 (setup): New proc.
12275 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
12276 and setup.
12277
065ab6dc
BH
122782016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
12279
12280 * gdb.fortran/vla-history.exp: Remove breakpoint.
12281
07e448ad 122822016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
12283
25d49b86
PA
12284 * gdb.fortran/vla-history.exp: Lookup array elements and printing
12285 exceeds timeout.
07e448ad 12286
9ac2d526 122872016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
12288
25d49b86
PA
12289 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
12290 breakpoint.
9ac2d526 12291
17807369
BH
122922016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
12293
12294 * gdb.mi/vla.f90: Nullify pointer after declaration.
12295
86e501af
PA
122962016-03-01 Pedro Alves <palves@redhat.com>
12297
12298 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
12299
1e903e32
PA
123002016-03-01 Pedro Alves <palves@redhat.com>
12301
12302 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
12303 before anything else.
12304 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
12305 _GNU_SOURCE here.
12306 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
12307 before anything else.
12308 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
12309
6ccb54e2
PA
123102016-03-01 Pedro Alves <palves@redhat.com>
12311
12312 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
12313
30ca9da1
YQ
123142016-03-01 Yao Qi <yao.qi@linaro.org>
12315
12316 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
12317 prepare_for_testing.
12318
dc856b38
YQ
123192016-03-01 Yao Qi <yao.qi@linaro.org>
12320
12321 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
12322
4a932159
AA
123232016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
12324
12325 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
12326 manually constructing the output path.
12327
f2489477
AA
123282016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
12329
12330 * gdb.arch/s390-stackless.S: New.
12331 * gdb.arch/s390-stackless.exp: New.
12332
38899f16
IB
123332016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
12334
12335 * gdb.dlang/circular.c: New file.
12336 * gdb.dlang/circular.exp: New file.
12337
9fde51ed
YQ
123382016-02-26 Yao Qi <yao.qi@linaro.org>
12339
12340 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
12341 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
12342 (testcases): Update.
12343
ce90fefe
YQ
123442016-02-26 Yao Qi <yao.qi@linaro.org>
12345
12346 * gdb.reverse/aarch64.c: Rename to ...
12347 * gdb.reverse/insn-reverse.c: ... it.
12348 * gdb.reverse/aarch64.exp: Rename to ...
12349 * gdb.reverse/insn-reverse.exp: ... it.
12350
3263bceb
YQ
123512016-02-26 Yao Qi <yao.qi@linaro.org>
12352
12353 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
12354 (testcase_ftype): New.
12355 (testcases): New array.
12356 (n_testcases): New.
12357 (main): Call each element in testcases.
12358 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
12359 (read_testcase): New.
12360 Do the tests in a loop.
12361
6cb59ff1
YQ
123622016-02-25 Yao Qi <yao.qi@linaro.org>
12363
12364 * gdb.base/branches.c: Remove.
12365
ae91f625
MK
123662016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
12367
12368 PR gdb/13808
12369 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
12370
678b48b7
MK
123712016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
12372
12373 * gdb.trace/ftrace.exp: Remove unnecessary target check.
12374
7337a6f2
MK
123752016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
12376
12377 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
12378 change x86_64 call_insn to 'callq'.
12379
861ca91f
AT
123802016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
12381
12382 * gdb.trace/tfile-avx.c: Move to...
12383 * gdb.trace/tracefile-pseudo-reg.c: Here.
12384 * gdb.trace/tfile-avx.exp: Move to...
12385 * gdb.trace/tracefile-pseudo-reg.exp: Here.
12386
bf74e428
GB
123872016-02-24 Gary Benson <gbenson@redhat.com>
12388
12389 * gdb.base/attach-pie-noexec.exp: Do not expect an error
12390 message on attach.
12391
cce0e923
DE
123922016-02-23 Doug Evans <dje@google.com>
12393
12394 * gdb.base/skip.c (test_skip): New function.
12395 (end_test_skip_file_and_function): New function.
12396 (test_skip_file_and_function): New function.
12397 * gdb.base/skip1.c (test_skip): New function.
12398 (skip1_test_skip_file_and_function): New function.
12399 * gdb.base/skip.exp: Add tests for new skip options.
12400 * gdb.base/skip-solib.exp: Update expected output.
12401 * gdb.perf/skip-command.cc: New file.
12402 * gdb.perf/skip-command.exp: New file.
12403 * gdb.perf/skip-command.py: New file.
12404
4000e47e
MK
124052016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
12406
12407 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
12408 info registers pattern.
12409
24f75ead
IB
124102016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
12411
12412 * lib/future.exp: Add D support.
12413 (gdb_find_gdc): New proc.
12414 (gdb_default_target_compile): Add D support.
12415
fbb7bcbe
WW
124162016-02-18 Wei-cheng Wang <cole945@gmail.com>
12417
12418 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
12419 user+system time.
12420 (trace_speed_test): Determine the iteration count for a time
12421 between 15..30 seconds.
12422
012b3a21
WT
124232016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
12424
12425 * gdb.arch/i386-mpx-sigsegv.c: New file.
12426 * gdb.arch/i386-mpx-sigsegv.exp: New file.
12427 * gdb.arch/i386-mpx-simple_segv.c: New file.
12428 * gdb.arch/i386-mpx-simple_segv.exp: New file.
12429
2d5189bd
YQ
124302016-02-18 Yao Qi <yao.qi@linaro.org>
12431
12432 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
12433 Don't call setup_kfail.
12434
40fb20d0
YQ
124352016-02-18 Yao Qi <yao.qi@linaro.org>
12436
12437 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
12438 Set "set breakpoint condition-evaluation" per $cond_bp_target.
12439
21b1f8d2
DE
124402016-02-16 Doug Evans <dje@google.com>
12441
12442 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
12443 * gdb.base/skip1.c: Ditto.
12444 * gdb.base/skip.exp: Whitespace cleanup.
12445
4041ed77
DB
124462016-02-16 Don Breazeal <donb@codesourcery.com>
12447
12448 PR remote/19496
12449 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
12450 Remove kfail for PR remote/19496.
12451
c4ef31bf
SM
124522016-02-16 Simon Marchi <simon.marchi@ericsson.com>
12453
12454 * lib/gdb.exp (standard_temp_file): Return a path specific to
12455 the runtest invocation.
12456
266b65b3
SM
124572016-02-16 Simon Marchi <simon.marchi@ericsson.com>
12458
12459 * gdb.trace/save-trace.exp: Change relative path to be in the
12460 standard output directory.
12461
a7a0a6a9
JK
124622016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
12463
12464 * gdb.arch/i386-prologue.c: Add missing prototypes.
12465
c99dbb42
JK
124662016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
12467
12468 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
12469 * gdb.arch/i386-prologue.exp: Likewise.
12470 * gdb.arch/i386-size.exp: Likewise.
12471
aa480355
SM
124722016-02-15 Simon Marchi <simon.marchi@ericsson.com>
12473
12474 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
12475 define object file path.
12476 * gdb.btrace/gcore.exp: Use standard_output_file to define core
12477 file path.
12478 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
12479 standard_output_file to define binfile.
12480
ba881f50
JK
124812016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
12482
12483 Fix compatibility with recent gfortran-5.3.1.
12484 * gdb.fortran/vla-history.exp (print vla1 allocated)
12485 (print vla2 allocated, print $2, print $3): Remove
12486 (print $4): Rename to ...
12487 (print $2): ... here.
12488 (print $9): Rename to ...
12489 (print $5): ... here.
12490 (print $10): Rename to ...
12491 (print $6): ... here.
12492 * gdb.fortran/vla.f90: Add pvla initialization.
12493
e9fb005c
JK
124942016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
12495
12496 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
12497 New test.
12498 * gdb.fortran/vla-value-sub.exp: Likewise.
12499
e44e00ff
MK
125002016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
12501
12502 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
12503
97e94151
SM
125042016-02-12 Simon Marchi <simon.marchi@ericsson.com>
12505
12506 * i386-biarch-core.exp: Define corefile using
12507 standard_output_file.
12508
01113bc1
YQ
125092016-02-12 Yao Qi <yao.qi@linaro.org>
12510
12511 * gdb.arch/arm-single-step-kernel-helper.c: New.
12512 * gdb.arch/arm-single-step-kernel-helper.exp: New.
12513
33b4777c
MM
125142016-02-12 Markus Metzger <markus.t.metzger@intel.com>
12515
12516 * gdb.btrace/tailcall-only.exp: New.
12517 * gdb.btrace/tailcall-only.c: New.
12518 * gdb.btrace/x86_64-tailcall-only.S: New.
12519 * gdb.btrace/i686-tailcall-only.S: New.
12520
acc23c11
PA
125212016-02-11 Pedro Alves <palves@redhat.com>
12522
12523 * README (Parallel testing): Add missing double quotes.
12524
e352bf0a
PA
125252016-02-11 Pedro Alves <palves@redhat.com>
12526
12527 * README (Parallel testing): New section.
12528 (GDB_PARALLEL): Rewrite.
12529 (FORCE_PARALLEL): Document.
12530
9f5fed78
MK
125312016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
12532
12533 * gdb.trace/tfile-avx.c: New test.
12534 * gdb.trace/tfile-avx.exp: New test.
12535
9ef9e6a6
KS
125362016-02-09 Keith Seitz <keiths@redhat.com>
12537
12538 PR breakpoints/19546
12539 * gdb.base/infcall-exec.c: New file.
12540 * gdb.base/infcall-exec2.c: New file.
12541 * gdb.base/infcall-exec.exp: New file.
12542
a96e36da
KS
125432016-02-09 Keith Seitz <keiths@redhat.com>
12544
12545 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
12546 (toplevel): Call test_bkpt_address.
12547
9f61929f
KS
125482016-02-09 Keith Seitz <keiths@redhat.com>
12549
12550 PR python/19506
12551 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
12552 (toplevel): Call test_bkpt_address.
12553
1e94266c
SM
125542016-02-09 Simon Marchi <simon.marchi@ericsson.com>
12555
12556 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
12557 to AC_OUTPUT.
12558 * configure: Regenerate.
12559
2a7f3dff
PA
125602016-02-09 Pedro Alves <palves@redhat.com>
12561
12562 PR breakpoints/19548
12563 * gdb.base/execl-update-breakpoints.c (some_function): New
12564 function.
12565 (main): Call it.
12566 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
12567 Tighten expected GDB output.
12568
2151ccc5
SM
125692016-02-08 Simon Marchi <simon.marchi@ericsson.com>
12570
12571 * Makefile.in (ALL_SUBDIRS): Remove.
12572 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
12573 (distclean maintainer-clean realclean): Likewise.
12574 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
12575 * configure: Regenerate.
12576 * gdb.ada/Makefile.in: Delete.
12577 * gdb.arch/Makefile.in: Likewise.
12578 * gdb.asm/Makefile.in: Likewise.
12579 * gdb.base/Makefile.in: Likewise.
12580 * gdb.btrace/Makefile.in: Likewise.
12581 * gdb.cell/Makefile.in: Likewise.
12582 * gdb.compile/Makefile.in: Likewise.
12583 * gdb.cp/Makefile.in: Likewise.
12584 * gdb.disasm/Makefile.in: Likewise.
12585 * gdb.dlang/Makefile.in: Likewise.
12586 * gdb.dwarf2/Makefile.in: Likewise.
12587 * gdb.fortran/Makefile.in: Likewise.
12588 * gdb.gdb/Makefile.in: Likewise.
12589 * gdb.go/Makefile.in: Likewise.
12590 * gdb.guile/Makefile.in: Likewise.
12591 * gdb.java/Makefile.in: Likewise.
12592 * gdb.linespec/Makefile.in: Likewise.
12593 * gdb.mi/Makefile.in: Likewise.
12594 * gdb.modula2/Makefile.in: Likewise.
12595 * gdb.multi/Makefile.in: Likewise.
12596 * gdb.objc/Makefile.in: Likewise.
12597 * gdb.opencl/Makefile.in: Likewise.
12598 * gdb.opt/Makefile.in: Likewise.
12599 * gdb.pascal/Makefile.in: Likewise.
12600 * gdb.perf/Makefile.in: Likewise.
12601 * gdb.python/Makefile.in: Likewise.
12602 * gdb.reverse/Makefile.in: Likewise.
12603 * gdb.server/Makefile.in: Likewise.
12604 * gdb.stabs/Makefile.in: Likewise.
12605 * gdb.threads/Makefile.in: Likewise.
12606 * gdb.trace/Makefile.in: Likewise.
12607 * gdb.xml/Makefile.in: Likewise.
12608 * lib/gdb.exp (make_gdb_parallel_path): Add check for
12609 GDB_PARALLEL.
12610 (standard_output_file): Remove check for GDB_PARALLEL, always
12611 return path in outputs/$subdir/$testname.
12612
437277d4
SM
126132016-02-08 Simon Marchi <simon.marchi@ericsson.com>
12614
12615 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
12616 (site.exp): Assign abs_srcdir to tcl's srcdir.
12617
31d913c7
YQ
126182016-02-04 Yao Qi <yao.qi@linaro.org>
12619
12620 * gdb.base/foll-exec-mode.c: Include limits.h.
12621 (main): Add parameters argc and argv. Get directory from
12622 argv[0].
12623 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
12624 compilation.
12625 * gdb.base/foll-exec.c: Include limits.h.
12626 (main): Add parameters argc and argv.
12627 Get directory from argv[0].
12628 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
12629 Adjust tests on the number of lines as source code changed.
12630 * gdb.base/foll-vfork-exit.c: Include limits.h.
12631 (main): Add one line of statement before vfork.
12632 * gdb.base/foll-vfork.c: Include limits.h and string.h.
12633 (main): Add parameters argc and argv. Get directory from
12634 argv[0].
12635 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
12636 (setup_gdb): Set tbreak to skip some source lines.
12637 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
12638 (main): Add parameters argc and argv. Get directory from
12639 argv[0].
12640 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
12641 compilation.
12642 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
12643 (main): Add parameters argc and argv. Get directory from
12644 argv[0].
12645 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
12646 compilation.
12647
9482b9fb
DE
126482016-02-01 Doug Evans <dje@google.com>
12649
12650 * gdb.base/skip.exp: Clean up multiple references to same test name.
12651
6b2e4f10
PA
126522016-02-01 Pedro Alves <palves@redhat.com>
12653
ccb6afd6 12654 PR remote/19496
6b2e4f10
PA
12655 * gdb.threads/forking-threads-plus-breakpoint.exp
12656 (displaced_stepping_supported): New global.
12657 (probe_displaced_stepping_support): New procedure.
12658 (do_test): Add 'displaced' parameter, and use it.
12659 (top level): Check for displaced stepping support. Add displaced
12660 stepping on/off testing axis.
12661
37a8db1a
AB
126622016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
12663
12664 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
12665 pointer. Don't perform further tests on the unassociated pointer
12666 if the first test fails.
12667
5fdf6324
AB
126682016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
12669
12670 * gdb.base/max-value-size.c: New file.
12671 * gdb.base/max-value-size.exp: New file.
12672 * gdb.base/huge.exp: Disable max-value-size for this test.
12673
935c6144
IB
126742016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
12675
12676 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
12677
7fe8399d
YQ
126782016-01-28 Yao Qi <yao.qi@linaro.org>
12679
12680 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
12681
a2077e25
PA
126822016-01-25 Pedro Alves <palves@redhat.com>
12683
12684 PR threads/19461
12685 * gdb.base/fork-running-state.c: New file.
12686 * gdb.base/fork-running-state.exp: New file.
12687
1d2736d4
PA
126882016-01-25 Pedro Alves <palves@redhat.com>
12689
12690 PR gdb/19494
12691 * gdb.base/catch-fork-kill.c: New file.
12692 * gdb.base/catch-fork-kill.exp: New file.
12693
f1da4b11
PA
126942016-01-25 Pedro Alves <palves@redhat.com>
12695
12696 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
12697 Delete, moved to lib/gdb.exp.
12698 * gdb.threads/forking-threads-plus-breakpoint.exp
12699 (foreach_with_prefix): Likewise.
12700 * gdb.threads/process-dies-while-handling-bp.exp
12701 (foreach_with_prefix): Likewise.
12702 * lib/gdb.exp (foreach_with_prefix): New procedure.
12703
45f38546
MK
127042016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
12705
12706 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
12707 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
12708
dc29a1ce
MK
127092016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
12710
12711 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
12712 endian targets.
12713
092127d7
JK
127142016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
12715 Pedro Alves <palves@redhat.com>
12716
12717 Fix testsuite compatibility with Guile.
12718 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
12719 number.
12720
31d765d3
JK
127212016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
12722
12723 Fix testsuite compatibility with Guile.
12724 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
12725 (thread 1): New test for backtrace through signal handler.
12726
1ac78c04
YQ
127272016-01-22 Yao Qi <yao.qi@linaro.org>
12728
12729 PR testsuite/19491
12730 * gdb.base/multi-forks.c: Include
12731 ../lib/unbuffer_output.c
12732 (main): Call gdb_unbuffer_output.
12733
4f5946a8
DE
127342016-01-21 Doug Evans <dje@google.com>
12735
12736 * lib/ada.exp (gdb_compile_ada): Fix typo.
12737
305e13e6
JB
127382016-01-21 Joel Brobecker <brobecker@adacore.com>
12739
12740 * gdb.base/break-fun-addr.exp: New file.
12741 * gdb.base/break-fun-addr1.c: New file.
12742 * gdb.base/break-fun-addr2.c: New file.
12743
5f5dfff6
SM
127442016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
12745
12746 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
12747 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
12748 enum flag values.
12749
fd356fa2
AA
127502016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
12751
12752 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
12753 when GDB can not set the vector return value. Add more comments
12754 for clarification.
12755
9df22175
AT
127562016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
12757
12758 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
12759 command.
12760
41d1845e
SM
127612016-01-19 Simon Marchi <simon.marchi@ericsson.com>
12762
12763 * Makefile.in (DO_RUNTEST): Add --status and update usages.
12764
01ac6840
SM
127652016-01-19 Simon Marchi <simon.marchi@ericsson.com>
12766
12767 * Makefile.in (check-single): Pass --status to runtest.
12768 (check/%.exp): Likewise.
12769
127702016-01-19 Simon Marchi <simon.marchi@ericsson.com>
12771
12772 * Makefile.in (check-parallel): Propagate return code from make
12773 do-check-parallel.
12774
bd0a71fa
MK
127752016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
12776
12777 * gdb.trace/ftrace.exp: Fix expected message on continue.
12778 * gdb.trace/pending.exp: Fix expected message on continue.
12779 * gdb.trace/trace-break.exp: Fix expected message on continue.
12780
8bcbad33
SM
127812016-01-18 Simon Marchi <simon.marchi@ericsson.com>
12782
12783 * lib/gdb.exp (gdb_test): Remove unused global references.
12784
f303dbd6
PA
127852016-01-18 Pedro Alves <palves@redhat.com>
12786
12787 * gdb.base/async-shell.exp: Adjust expected output.
12788 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
12789 * gdb.base/siginfo-thread.exp: Adjust expected output.
12790 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
12791 * gdb.java/jnpe.exp: Adjust expected output.
12792 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
12793 * gdb.threads/continue-pending-status.exp: Adjust expected output.
12794 * gdb.threads/leader-exit.exp: Adjust expected output.
12795 * gdb.threads/manythreads.exp: Adjust expected output.
12796 * gdb.threads/pthreads.exp: Adjust expected output.
12797 * gdb.threads/schedlock.exp: Adjust expected output.
12798 * gdb.threads/siginfo-threads.exp: Adjust expected output.
12799 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
12800 expected output.
12801 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
12802 output.
12803 * gdb.threads/sigthread.exp: Adjust expected output.
12804 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
12805
b2789696
YQ
128062016-01-18 Yao Qi <yao.qi@linaro.org>
12807
12808 * gdb.guile/scm-section-script.c: Replace @progbits with
12809 %progbits.
12810 * gdb.python/py-section-script.c: Likewise.
12811
71ef29a8
PA
128122016-01-15 Pedro Alves <palves@redhat.com>
12813
12814 * gdb.multi/tids.exp: Test star wildcard ranges.
12815
3f5b7598
PA
128162016-01-15 Pedro Alves <palves@redhat.com>
12817
12818 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
12819 command from "thread apply" invocation.
12820 (thr_apply_info_thr_invalid): Default the expected output to the
12821 input tid list.
12822 (top level): Add tests that use convenience variables. Add tests
12823 for "thread apply" with a valid TID list, but missing the command.
12824
663f6d42
PA
128252016-01-13 Pedro Alves <palves@redhat.com>
12826
12827 * gdb.base/default.exp: Expect $_gthread as well.
12828 * gdb.multi/tids.exp: Test $_gthread.
12829 * gdb.threads/thread-specific.exp: Test $_gthread.
12830
c84f6bbf
PA
128312016-01-13 Pedro Alves <palves@redhat.com>
12832
12833 * gdb.multi/tids.exp: Test "info threads -gid".
12834
22a02324
PA
128352016-01-13 Pedro Alves <palves@redhat.com>
12836
12837 * gdb.multi/tids.exp: Test InferiorThread.global_num and
12838 Breakpoint.thread.
12839 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
12840
5d5658a1
PA
128412016-01-07 Pedro Alves <palves@redhat.com>
12842
12843 * gdb.base/break.exp: Adjust to output changes.
12844 * gdb.base/hbreak2.exp: Likewise.
12845 * gdb.base/sepdebug.exp: Likewise.
12846 * gdb.base/watch_thread_num.exp: Likewise.
12847 * gdb.linespec/keywords.exp: Likewise.
12848 * gdb.multi/info-threads.exp: Likewise.
12849 * gdb.threads/thread-find.exp: Likewise.
12850 * gdb.multi/tids.c: New file.
12851 * gdb.multi/tids.exp: New file.
12852
84654457
PA
128532016-01-13 Pedro Alves <palves@redhat.com>
12854
12855 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
12856
e3940304
PA
128572016-01-13 Pedro Alves <palves@redhat.com>
12858
12859 * gdb.base/default.exp: Expect $_inferior as well.
12860 * gdb.multi/base.exp: Test $_inferior.
12861
a911d87a
PA
128622016-01-13 Pedro Alves <palves@redhat.com>
12863
12864 PR breakpoints/19388
12865 * gdb.base/catch-signal-siginfo-cond.c: New file.
12866 * gdb.base/catch-signal-siginfo-cond.exp: New file.
12867
82075af2
JS
128682016-01-12 Josh Stone <jistone@redhat.com>
12869 Philippe Waroquiers <philippe.waroquiers@skynet.be>
12870
12871 * gdb.base/catch-syscall.c (do_execve): New variable.
12872 (main): Conditionally trigger an execve.
12873 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
12874 (test_catch_syscall_execve): New, check entry/return across execve.
12875 (do_syscall_tests): Call test_catch_syscall_execve.
12876
e46eeedd
PA
128772016-01-12 Pedro Alves <palves@redhat.com>
12878
12879 * gdb.base/random-signal.exp (do_test): New procedure, with body
12880 of testcase moved in.
12881
01d8c27e
JK
128822016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
12883 Pedro Alves <palves@redhat.com>
12884
12885 * gdb.base/funcargs.exp (finish from indirectly called function):
12886 Reintroduce the case for 'First'.
12887
9a706302
JK
128882016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
12889 Pedro Alves <palves@redhat.com>
12890
12891 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
12892 (tcatch_vfork_then_child_follow_exec)
12893 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
12894 identification.
12895
c0ecb95f
JK
128962016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
12897
12898 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
12899 and repeats to unlimited.
12900 * gdb.python/py-value.exp: Likewise.
12901 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
12902 and repeats to unlimited.
12903
6cfc1fcb
JK
129042016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
12905
12906 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
12907 and reordering the functions.
12908 * gdb.multi/hangout.c: Likewise.
12909 * gdb.multi/hello.c: Likewise.
12910
582a1b00
SM
129112016-01-08 Simon Marchi <simon.marchi@ericsson.com>
12912
12913 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
12914 absolute.
12915 (SingleStatisticTestResult.report): Use dict.keys instead of
12916 dict.iterkeys.
12917
79bc59cb
PA
129182016-01-06 Pedro Alves <palves@redhat.com>
12919
12920 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
12921
43368e1d
MM
129222016-01-04 Markus Metzger <markus.t.metzger@intel.com>
12923
12924 * gdb.btrace/dlopen.exp: New.
12925 * gdb.btrace/dlopen.c: New.
12926 * gdb.btrace/dlopen-dso.c: New.
12927
79fad5b8
SL
129282015-12-25 Sandra Loosemore <sandra@codesourcery.com>
12929
12930 * lib/gdb.exp (gdb_test): Update comments to clarify that the
12931 PATTERN argument is optional.
12932
ab8314b3
JB
129332015-12-24 Joel Brobecker <brobecker@adacore.com>
12934
12935 * lib/ada.exp (target_compile_ada_from_dir): New function.
12936 (gdb_compile_ada): Reimplement avoiding the use of project files.
12937 * gdb.ada/gnat_ada.gpr: Delete.
12938 * gdb.ada/cond_lang.exp: Adjust test to make path before
12939 filename optional.
12940 * gdb.ada/small_reg_param.exp: Likewise.
12941
fe33faff
SM
129422015-12-22 Simon Marchi <simon.marchi@ericsson.com>
12943
12944 * gdb.base/foll-vork.exp: Remove HP-UX special case.
12945
6d265cb4
TP
129462015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
12947
12948 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
12949 case.
12950
10125099
SM
129512015-12-21 Simon Marchi <simon.marchi@ericsson.com>
12952
12953 * gdb.base/break.exp: Remove dead code.
12954 * gdb.base/sepdebug.exp: Likewise.
12955
3ca22649
SM
129562015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
12957
12958 * gdb.asm/asm-source.exp: Remove HP-UX references.
12959 * gdb.base/annota1.exp: Likewise.
12960 * gdb.base/annota3.exp: Likewise.
12961 * gdb.base/attach.exp: Likewise.
12962 * gdb.base/bigcore.exp: Likewise.
12963 * gdb.base/break.exp: Likewise.
12964 * gdb.base/call-ar-st.exp: Likewise.
12965 * gdb.base/callfuncs.exp: Likewise.
12966 * gdb.base/catch-fork-static.exp: Likewise.
12967 * gdb.base/display.exp: Likewise.
12968 * gdb.base/foll-exec-mode.exp: Likewise.
12969 * gdb.base/foll-exec.exp: Likewise.
12970 * gdb.base/foll-fork.exp: Likewise.
12971 * gdb.base/foll-vfork.exp: Likewise.
12972 * gdb.base/funcargs.exp: Likewise.
12973 * gdb.base/hbreak2.exp: Likewise.
12974 * gdb.base/inferior-died.exp: Likewise.
12975 * gdb.base/interrupt.exp: Likewise.
12976 * gdb.base/multi-forks.exp: Likewise.
12977 * gdb.base/nodebug.exp: Likewise.
12978 * gdb.base/sepdebug.exp: Likewise.
12979 * gdb.base/solib1.c: Likewise.
12980 * gdb.base/step-test.exp: Likewise.
12981 * gdb.mi/non-stop.c: Likewise.
12982 * gdb.mi/pthreads.c: Likewise.
12983 * gdb.multi/bkpt-multi-exec.ex: Likewise.
12984 * gdb.threads/pthreads.c: Likewise.
12985 * gdb.threads/staticthreads.exp: Likewise.
12986 * lib/future.exp: Likewise.
12987 * lib/gdb.exp: Likewise.
12988 * gdb.base/so-indr-cl.c: Remove.
12989 * gdb.base/so-indr-cl.exp: Likewise.
12990 * gdb.base/solib.c: Likewise.
12991 * gdb.base/solib.exp: Likewise.
12992 * gdb.base/solib2.c: Likewise.
12993
b6304613
SM
129942015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
12995
12996 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
12997 * gdb.base/call-ar-st.exp: Likewise.
12998 * gdb.base/callfuncs.exp: Likewise.
12999 * gdb.base/condbreak.exp: Likewise.
13000 * gdb.base/constvars.exp: Likewise.
13001 * gdb.base/hbreak2.exp: Likewise.
13002 * gdb.base/langs.exp: Likewise.
13003 * gdb.base/list.exp: Likewise.
13004 * gdb.base/long_long.exp: Likewise.
13005 * gdb.base/ptype.exp: Likewise.
13006 * gdb.base/scope.exp: Likewise.
13007 * gdb.base/signals.exp: Likewise.
13008 * gdb.base/so-impl-ld.exp: Likewise.
13009 * gdb.base/varargs.exp: Likewise.
13010 * gdb.base/volatile.exp: Likewise.
13011 * gdb.base/whatis.exp: Likewise.
13012 * gdb.cp/cplusfuncs.exp: Likewise.
13013 * gdb.cp/inherit.exp: Likewise.
13014 * gdb.cp/local.exp: Likewise.
13015 * gdb.cp/member-ptr.exp: Likewise.
13016 * gdb.cp/method.exp: Likewise.
13017 * gdb.cp/overload.exp: Likewise.
13018 * gdb.cp/templates.exp: Likewise.
13019 * gdb.stabs/weird.exp: Likewise.
13020 * lib/compiler.c: Likewise.
13021 * lib/compiler.cc: Likewise.
13022 * lib/cp-support.exp: Likewise.
13023 * lib/gdb.exp: Likewise.
13024
bf401b07
SM
130252015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
13026
13027 * configure.ac: Remove HP-UX case.
13028 * configure: Regenerate.
13029
aff9c0f8
SM
130302015-12-18 Simon Marchi <simon.marchi@ericsson.com>
13031
13032 * lib/gdb.exp (gdb_compile): Add function doc.
13033
a6904d5a
PA
130342015-12-17 Pedro Alves <palves@redhat.com>
13035
13036 PR threads/19354
13037 * gdb.multi/info-threads.exp: New file.
13038
a22279dd
YQ
130392015-12-15 Yao Qi <yao.qi@linaro.org>
13040
13041 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
13042 is aarch64*-*-*.
13043
0588c796
SL
130442015-12-14 Sandra Loosemore <sandra@codesourcery.com>
13045
13046 * gdb.base/history-duplicates.exp: Skip if no readline support.
13047
5d978e17
SL
130482015-12-14 Sandra Loosemore <sandra@codesourcery.com>
13049
13050 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
13051
7e763b86
SL
130522015-12-14 Sandra Loosemore <sandra@codesourcery.com>
13053
13054 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
13055
87a3a92c
SL
130562015-12-14 Sandra Loosemore <sandra@codesourcery.com>
13057
13058 * gdb.base/completion.exp: Skip tests that interrupt GDB with
13059 ctrl-C if nointerrupts target property is set.
13060 * gdb.base/double-prompt-target-event-error.exp: Likewise.
13061 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
13062 * gdb.base/paginate-bg-execution.exp: Likewise.
13063 * gdb.base/paginate-execution-startup.exp: Likewise.
13064 * gdb.base/random-signal.exp: Likewise.
13065 * gdb.base/range-stepping.exp: Likewise.
13066 * gdb.cp/annota2.exp: Likewise.
13067 * gdb.cp/annota3.exp: Likewise.
13068 * gdb.gdb/selftest.exp: Likewise.
13069 * gdb.threads/continue-pending-status.exp: Likewise.
13070 * gdb.threads/leader-exit.exp: Likewise.
13071 * gdb.threads/manythreads.exp: Likewise.
13072 * gdb.threads/pthreads.exp: Likewise.
13073 * gdb.threads/schedlock.exp: Likewise.
13074 * gdb.threads/sigthread.exp: Likewise.
13075
a8f077dc
DB
130762015-12-11 Don Breazeal <donb@codesourcery.com>
13077
13078 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
13079 remote.
13080 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
13081 * gdb.base/foll-exec.exp (main): Enable for target remote.
13082 * gdb.base/foll-fork.exp (main): Likewise.
13083 * gdb.base/foll-vfork.exp (main): Likewise.
13084 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
13085 (proc continue_to_exit_bp_loc): Use clean_restart.
13086 * gdb.base/pie-execl.exp (main): Disable for target remote.
13087 * gdb.base/watch-vfork.exp (main): Enable for target remote.
13088 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
13089 * gdb.threads/execl.exp (main): Likewise.
13090 * gdb.threads/fork-child-threads.exp (main): Likewise.
13091 * gdb.threads/fork-plus-threads.exp (main): Disable for target
13092 remote.
13093 * gdb.threads/fork-thread-pending.exp (main): Enable for target
13094 remote.
13095 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
13096 pid.tid style ptids, instead of just tid.
13097 * gdb.threads/thread-execl.exp (main): Enable for target remote.
13098 * gdb.threads/watchpoint-fork.exp (main): Likewise.
13099 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
13100 ptids, instead of just tid.
13101
3b2464a8
AB
131022015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
13103
13104 * gdb.base/list.exp (test_list_forward): Add end of file error
13105 test.
13106 (test_repeat_list_command): Add end of file error test.
13107 (test_list_backwards): Add beginning of file error test.
13108
a0def019
AB
131092015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
13110
13111 * gdb.base/list.exp (test_list_invalid_args): New function,
13112 defined, and called.
13113
5c000dff
AB
131142015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
13115
13116 * gdb.base/list.exp (test_list): Make test names unique.
13117
f1637ebe
YQ
131182015-12-11 Yao Qi <yao.qi@linaro.org>
13119
13120 * gdb.base/coremaker2.c: Remove.
13121
36d6fc0a
PA
131222015-12-10 Pedro Alves <palves@redhat.com>
13123
13124 * gdb.multi/base.exp: Remove stale "spaces" references.
13125
762f7747
PA
131262015-12-10 Pedro Alves <palves@redhat.com>
13127
13128 * gdb.multi/base.exp: Don't use nowarnings.
13129 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
13130 * gdb.multi/hangout.c: Include stdio.h.
13131 * gdb.multi/hello.c: Include stdlib.h.
13132 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
13133 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
13134 * gdb.multi/multi-arch.exp: Don't use nowarnings.
13135
28d2bfb9
AB
131362015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
13137
13138 * gdb.dwarf2/dw2-ranges-base.c: New file.
13139 * gdb.dwarf2/dw2-ranges-base.exp: New file.
13140 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
13141 support additional line table, and debug ranges generation.
13142 (Dwarf::ranges): New function, generate .debug_ranges.
13143 (Dwarf::lines): Support generating simple line table programs.
13144 (Dwarf::assemble): Initialise new namespace variables.
13145
5fc2beac
KB
131462015-12-09 Kevin Buettner <kevinb@redhat.com>
13147
13148 * gdb.base/async.exp (proc test_background): Add case for
13149 asynchronous execution not supported.
13150
1c35a88f
LM
131512015-12-09 Luis Machado <lgustavo@codesourcery.com>
13152
13153 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
13154 format and change test names to make them unique.
13155
b593e3d9
RK
131562015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
13157 Pedro Alves <pedro@redhat.com>
13158
13159 PR gdb/18702
13160 Add checking of floatformats setup on x86_64 hosts.
13161 * gdb.arch/i386-float.S (main): Load bigval and smallval.
13162 (smallval, bigval): New labels/constants.
13163 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
13164 float" after loading bigval and smallval.
13165
d72413e6
PMR
131662015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
13167
13168 * gdb.ada/fun_overload_menu.exp: New testcase.
13169 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
13170
ece66d65
JS
131712015-12-04 Josh Stone <jistone@redhat.com>
13172
13173 * gdb.base/catch-fork-static.exp: New.
13174
41d0efca
YQ
131752015-12-03 Yao Qi <yao.qi@linaro.org>
13176
13177 * gdb.base/sizeof.c: Don't include stdio.h and
13178 ../lib/unbuffer_output.c.
13179 (main): New variable 'size' and 'value'. Remove printf and
13180 gdb_unbuffer_output. Assign return value to size and value.
13181 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
13182 at the beginning.
13183 (check_sizeof): Check the result by printing variable 'size'.
13184 (check_valueof): Check the result by printing variable 'value'.
13185
99fd02d9
YQ
131862015-12-01 Yao Qi <yao.qi@linaro.org>
13187
13188 * gdb.base/disp-step-syscall.exp: Define syscall instruction
13189 for aarch64*-*-linux* target.
13190
f2faf941
PA
131912015-11-30 Pedro Alves <palves@redhat.com>
13192
13193 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
13194
04bf20c5
PA
131952015-11-30 Pedro Alves <palves@redhat.com>
13196
13197 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
13198 Handle non-stop mode vCont replies.
13199
09df4675
PA
132002015-11-30 Pedro Alves <palves@redhat.com>
13201
13202 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
13203 prepare_for_testing. Start gdb with "set non-stop on" appended to
13204 GDBFLAGS. Lax expected stop output.
13205
58b584af
YQ
132062015-11-27 Yao Qi <yao.qi@linaro.org>
13207
13208 * gdb.arch/arm-neon.exp: New.
13209 * gdb.arch/arm-neon.c: New.
13210
dfcb77a8
YQ
132112015-11-27 Yao Qi <yao.qi@linaro.org>
13212
13213 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
13214
88e8ec1b
YQ
132152015-11-27 Yao Qi <yao.qi@linaro.org>
13216
13217 * gdb.cp/annota2.exp: Allow multiple occurrences of the
13218 frames-invalid annotation.
13219
bfde72c2
YQ
132202015-11-27 Yao Qi <yao.qi@linaro.org>
13221
13222 * gdb.cp/annota2.exp: Use ${frames_invalid}.
13223
f6512a69
SM
132242015-11-26 Simon Marchi <simon.marchi@ericsson.com>
13225
13226 * gdb.threads/names.exp: New file.
13227 * gdb.threads/names.c: New file.
13228 * README: Mention gdb,no_thread_names.
13229
46a3515b
MM
132302015-11-26 Markus Metzger <markus.t.metzger@intel.com>
13231
13232 PR 19297
13233 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
13234 support" error.
13235
62147a22
PA
132362015-11-24 Pedro Alves <palves@redhat.com>
13237
13238 PR 17539
13239 * gdb.base/display.exp: Expect displays to be sorted in ascending
13240 order. Use multi_line.
13241 * gdb.base/solib-display.exp: Likewise.
13242
2f341b6e
PA
132432015-11-24 Pedro Alves <palves@redhat.com>
13244
13245 PR 17539
25d49b86
PA
13246 * gdb.base/display.exp: Expect displays to be sorted in ascending
13247 order. Use multi_line.
13248 * gdb.base/solib-display.exp: Likewise.
2f341b6e 13249
7e0aa6aa
PA
132502015-11-24 Pedro Alves <palves@redhat.com>
13251
13252 PR 17539
13253 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
13254 threads in ascending order.
13255 * gdb.base/foll-fork.exp: Likewise.
13256 * gdb.base/foll-vfork.exp: Likewise.
13257 * gdb.base/multi-forks.exp: Likewise.
13258 * gdb.mi/mi-nonstop.exp: Likewise.
13259 * gdb.mi/mi-nsintrall.exp: Likewise.
13260 * gdb.multi/base.exp: Likewise.
13261 * gdb.multi/multi-arch.exp: Likewise.
13262 * gdb.python/py-inferior.exp: Likewise.
13263 * gdb.threads/break-while-running.exp: Likewise.
13264 * gdb.threads/execl.exp: Likewise.
13265 * gdb.threads/gcore-thread.exp: Likewise.
13266 * gdb.threads/info-threads-cur-sal.exp: Likewise.
13267 * gdb.threads/kill.exp: Likewise.
13268 * gdb.threads/linux-dp.exp: Likewise.
13269 * gdb.threads/multiple-step-overs.exp: Likewise.
13270 * gdb.threads/next-bp-other-thread.exp: Likewise.
13271 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
13272 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
13273 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
13274 * gdb.threads/thread-find.exp: Likewise.
13275 * gdb.threads/tls.exp: Likewise.
13276 * lib/mi-support.exp (mi_reverse_list): Delete.
13277 (mi_check_thread_states): No longer reverse list.
13278
2cc57ad8
PA
132792015-11-24 Pedro Alves <palves@redhat.com>
13280
13281 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
13282 use lowercase.
13283
c93e8391
SM
132842015-11-23 Simon Marchi <simon.marchi@ericsson.com>
13285
13286 * gdb.trace/actions.c: Include trace-common.h.
13287 (main): Add a location for a fast tracepoint.
13288 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
13289 the normal tracepoints.
13290 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
13291
045ccf91
SM
132922015-11-23 Simon Marchi <simon.marchi@ericsson.com>
13293
13294 * save-trace.exp: Factor out code to these...
13295 (gdb_save_tracepoints): New.
13296 (gdb_load_tracepoints): New.
13297 (do_save_load_test): New.
13298
5506f9f6
KB
132992015-11-23 Kevin Buettner <kevinb@redhat.com>
13300
13301 * gdb.base/asmlabel.exp: New test.
13302 * gdb.base/asmlabel.c: New test case.
13303
16c3b12f
JB
133042015-11-23 Joel Brobecker <brobecker@adacore.com>
13305
13306 * gdb.base/wrong_frame_bt_full-main.c: New file.
13307 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
13308 * gdb.base/wrong_frame_bt_full.exp: New file.
13309
155bfbd3
JB
133102015-11-23 Joel Brobecker <brobecker@adacore.com>
13311
13312 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
13313
bb097445
JM
133142015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
13315
206853a0 13316 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
bb097445
JM
13317 pstate register when comparing registers values in
13318 sparc64-*-linux-gnu targets to avoid spurious differences.
13319
9c88ed8f
JM
133202015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
13321
206853a0 13322 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
9c88ed8f 13323
96161e25
SL
133242015-11-19 Sandra Loosemore <sandra@codesourcery.com>
13325
13326 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
13327 as type argument to gdb_compile.
13328 * gdb.base/nested-subp2.exp: Likewise.
13329 * gdb.base/nested-subp3.exp: Likewise.
13330
340c2830
DV
133312015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
13332
13333 * lib/dwarf.exp (_note): Fix left shift of negative value.
13334 * gdb.trace/trace-condition.exp: Likewise.
13335
c1862d0f
YQ
133362015-11-13 Yao Qi <yao.qi@linaro.org>
13337
13338 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
13339 comments about d10v.
13340 (test_scalar_returns): Likewise.
13341 * gdb.base/d10v.ld: Remove.
13342 * gdb.base/overlays.exp: Remove the target triplet checking for
13343 d10v-*-*.
13344 * gdb.base/structs.exp (test_struct_returns): Remove the
13345 comments about d10v.
13346 (test_struct_calls): Likewise.
13347
77ae9c19
YQ
133482015-11-13 Yao Qi <yao.qi@linaro.org>
13349
13350 * gdb.base/gnu_vector.exp: Check the return value by "p res".
13351 * gdb.base/gnu_vector.c: Don't include stdio.h.
13352 (main): Don't print res and call add_some_intvecs.
13353
430e004e
MK
133542015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
13355
13356 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
13357 macro.
13358 (func5): Removed.
13359 (func4): Use FAST_TRACEPOINT_LABEL.
13360 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
13361 macro.
13362 (func): Removed.
13363 (thread_function): Use FAST_TRACEPOINT_LABEL.
13364 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
13365 (func): Remove.
13366 (marker): Use FAST_TRACEPOINT_LABEL.
13367 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
13368 (pendfunc1): Remove.
13369 (pendfunc): Use FAST_TRACEPOINT_LABEL.
13370 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
13371 (foo): Remove.
13372 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
13373 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
13374 macro.
13375 (func): Remove.
13376 (marker): Use FAST_TRACEPOINT_LABEL.
13377 * gdb.trace/trace-common.h: New header.
13378 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
13379 macro.
13380 (func): Remove.
13381 (marker): Use FAST_TRACEPOINT_LABEL.
13382 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
13383 (func): Remove.
13384 (thread_function): Use FAST_TRACEPOINT_LABEL.
13385
6e7675a7
MK
133862015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
13387
13388 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
13389 in front.
13390 * gdb.trace/change-loc.exp: Use global pcreg definition.
13391 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
13392 * gdb.trace/entry-values.exp: Use global spreg definition, add $
13393 in front.
13394 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
13395 * gdb.trace/pending.exp: Likewise.
13396 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
13397 * gdb.trace/trace-break.exp: Likewise.
13398 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
13399 in front.
13400 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
13401 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
13402 in front.
13403 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
13404
dddc0e16
JB
134052015-11-09 Joel Brobecker <brobecker@adacore.com>
13406
13407 * gdb.ada/fin_fun_out: New testcase.
13408
c6f0b406
KB
134092015-11-07 Kevin Buettner <kevinb@redhat.com>
13410
13411 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
13412 value associated with DW_AT_byte_size.
13413 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
13414 constants for DW_AT_byte_size, DW_AT_lower_bound, and
13415 DW_AT_upper_bound.
13416
f01dcfd9
KB
134172015-11-07 Kevin Buettner <kevinb@redhat.com>
13418
13419 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
13420 (gdb_target_symbol_prefix_flags): Define in terms of _asm
13421 version.
13422 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
13423 gdb.dwarf2/dw2-canonicalize-type.exp,
13424 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
13425 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
13426 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
13427 provided by gdb_target_symbol_prefix_flags_asm.
13428 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
13429 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
13430 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
13431 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
13432 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
13433 macros where needed). Use this macro for symbols which require
13434 the prefix provided by SYMBOL_PREFIX.
13435
2223449a
KB
134362015-11-05 Kevin Buettner <kevinb@redhat.com>
13437
13438 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
13439 New procs.
13440 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
13441 representing expressions, of more than one list element.
13442 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
13443 to prepend linker symbol prefix to f.
13444 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
13445 table_1 and table_2.
13446 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
13447 Likewise, for f and g.
13448 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
13449 for ptr.
13450 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
13451 for main.
13452 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
13453 table_1_ptr and table_2_ptr.
13454
6f2f1a3a
JK
134552015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
13456 Joel Brobecker <brobecker@adacore.com>
13457
13458 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
13459
566c56c9
MK
134602015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
13461
13462 * gdb.reverse/s390-mvcle.c: New test.
13463 * gdb.reverse/s390-mvcle.exp: New file.
13464 * lib/gdb.exp: Enable reverse tests on s390*-linux.
13465
d5f0636b
MK
134662015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
13467
13468 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
13469
7ad8b86c
MK
134702015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
13471
13472 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
13473 reaching marker2.
13474 * gdb.reverse/getresuid-reverse.exp: Likewise.
13475 * gdb.reverse/pipe-reverse.exp: Likewise.
13476 * gdb.reverse/readv-reverse.exp: Likewise.
13477 * gdb.reverse/recvmsg-reverse.exp: Likewise.
13478 * gdb.reverse/time-reverse.exp: Likewise.
13479 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
13480
4081c0f1
YQ
134812015-10-30 Yao Qi <yao.qi@linaro.org>
13482
13483 * gdb.threads/wp-replication.c (watch_count_done): Remove.
13484 (empty_cycle): Remove.
13485 (main): Don't call empty_cycle. Don't use watch_count_done.
13486 * gdb.threads/wp-replication.exp: Don't set breakpoint on
13487 empty_cycle. Rewrite the code counting HW watchpoints.
13488
452b4ba5
MK
134892015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
13490
13491 * gdb.reverse/fstatat-reverse.c: New test.
13492 * gdb.reverse/fstatat-reverse.exp: New file.
13493 * gdb.reverse/getresuid-reverse.c: New test.
13494 * gdb.reverse/getresuid-reverse.exp: New file.
13495 * gdb.reverse/pipe-reverse.c: New test.
13496 * gdb.reverse/pipe-reverse.exp: New file.
13497 * gdb.reverse/readv-reverse.c: New test.
13498 * gdb.reverse/readv-reverse.exp: New file.
13499 * gdb.reverse/recvmsg-reverse.c: New test.
13500 * gdb.reverse/recvmsg-reverse.exp: New file.
13501 * gdb.reverse/time-reverse.c: New test.
13502 * gdb.reverse/time-reverse.exp: New file.
13503 * gdb.reverse/waitpid-reverse.c: New test.
13504 * gdb.reverse/waitpid-reverse.exp: New file.
13505
5e2e7507
JK
135062015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
13507
13508 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
13509
0fde2c53
DE
135102015-10-26 Doug Evans <dje@google.com>
13511
13512 PR symtab/17391
13513 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
13514 * gdb.dwarf2/bad-regnum.c: New file.
13515 * gdb.dwarf2/bad-regnum.exp: New file.
13516
1a70ae97
DE
135172015-10-26 Doug Evans <dje@google.com>
13518
13519 PR python/18938
13520 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
13521 file.
13522
27dc26ab
JK
135232015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
13524
13525 * gdb.compile/compile.exp (compile code globalvar): Update expectation
13526 for a change by "Mention language in compile error message".
13527
bed91f4d
SM
135282015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
13529
13530 PR python/18073
13531 * gdb.python/py-type.c (C::a_method): New.
13532 (C::a_const_method): New.
13533 (C::a_static_method): New.
13534 (a_function): New.
13535 * gdb.python/py-type.exp (test_fields): Test getting fields
13536 from function and method.
13537
3f2f83dd
KB
135382015-10-21 Keven Boell <keven.boell@intel.com>
13539
13540 * gdb.fortran/vla-alloc-assoc.exp: New file.
13541 * gdb.fortran/vla-datatypes.exp: New file.
13542 * gdb.fortran/vla-datatypes.f90: New file.
13543 * gdb.fortran/vla-history.exp: New file.
13544 * gdb.fortran/vla-ptype-sub.exp: New file.
13545 * gdb.fortran/vla-ptype.exp: New file.
13546 * gdb.fortran/vla-sizeof.exp: New file.
13547 * gdb.fortran/vla-sub.f90: New file.
13548 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
13549 * gdb.fortran/vla-value-sub-finish.exp: New file.
13550 * gdb.fortran/vla-value-sub.exp: New file.
13551 * gdb.fortran/vla-value.exp: New file.
13552 * gdb.fortran/vla-ptr-info.exp: New file.
13553 * gdb.mi/mi-vla-fortran.exp: New file.
13554 * gdb.mi/vla.f90: New file.
13555
27145d50
SL
135562015-10-21 Sandra Loosemore <sandra@codesourcery.com>
13557
13558 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
13559 of hardwired timeout value.
13560
5f3ff4f8
JK
135612015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
13562 Pedro Alves <palves@redhat.com>
13563
13564 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
13565 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
13566
bfd09d20
JS
135672015-10-19 Josh Stone <jistone@redhat.com>
13568
13569 * gdb.base/catch-syscall.c: Include <sched.h>.
13570 (unknown_syscall): New variable.
13571 (main): Trigger a vfork and an unknown syscall.
13572 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
13573 (unknown_syscall_number): Likewise.
13574 (check_call_to_syscall): Accept an optional syscall pattern.
13575 (check_return_from_syscall): Likewise.
13576 (check_continue): Likewise.
13577 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
13578 (test_catch_syscall_skipping_return): New test toggling off 'catch
13579 syscall' to step over the syscall return, then toggling back on.
13580 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
13581 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
13582 (do_syscall_tests): Call test_catch_syscall_without_args and
13583 test_catch_syscall_mid_vfork.
13584 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
13585 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
13586
b32b93c6
AS
135872015-10-19 Andrew Stubbs <ams@codesourcery.com>
13588
13589 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
13590 print g_vE): Add new pass patterns.
13591 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
13592 print various symbol names for vptr fields.
13593
9d622bda
AB
135942015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
13595
13596 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
13597 results.
13598
0fd8ac1c
YQ
135992015-10-12 Yao Qi <yao.qi@linaro.org>
13600
13601 * gdb.arch/disp-step-insn-reloc.exp: New test case.
13602
34240514
YQ
136032015-10-12 Yao Qi <yao.qi@linaro.org>
13604
13605 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
13606 is aarch64*-*-linux*.
13607
8240f442
YQ
136082015-10-12 Yao Qi <yao.qi@linaro.org>
13609
13610 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
13611 (can_relocate_bcond_true): ... it.
13612 (can_relocate_bcond_false): New function.
13613 (foo): Likewise.
13614 (can_relocate_bl): Likewise.
13615 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
13616 can_relocate_bl.
13617
2520f728
PMR
136182015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
13619
13620 * gdb.base/nested-addr.c: New file.
13621 * gdb.base/nested-addr.exp: New testcase.
13622
abcef95a
MM
136232015-10-09 Markus Metzger <markus.t.metzger@intel.com>
13624
13625 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
13626 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
13627 its output. Ignore the output of "record goto begin" and instead
13628 check that GDB is replaying.
13629
145e3ddb
PA
136302015-10-09 Pedro Alves <palves@redhat.com>
13631
13632 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
13633 (top level): Use it in the run with no args test.
13634
d5d8c4e1
IB
136352015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
13636
13637 * gdb.dlang/properties.exp: New file.
13638
06e635ef
SL
136392015-10-02 Sandra Loosemore <sandra@codesourcery.com>
13640
13641 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
13642 whether or not address 0x1000 is mapped on the target.
13643
e019fd1d
SM
136442015-09-30 Simon Marchi <simon.marchi@ericsson.com>
13645
13646 * gdb.python/py-type.exp: Do not run tests if binaries fail to
13647 build.
13648
77ba2a67
MM
136492015-09-30 Markus Metzger <markus.t.metzger@intel.com>
13650
13651 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
13652 instruction-history test.
13653
c60eb31f
DE
136542015-09-28 Doug Evans <dje@google.com>
13655
13656 * gdb.base/gcore.c (array_func): Add reference to static_array.
13657
9a3c8263
SM
136582015-09-25 Simon Marchi <simon.marchi@ericsson.com>
13659
13660 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
13661 source line.
13662
9720e656
SL
136632015-09-24 Sandra Loosemore <sandra@codesourcery.com>
13664
13665 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
13666 short or char as base type.
13667
938d3bf2
SL
136682015-09-23 Sandra Loosemore <sandra@codesourcery.com>
13669
13670 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
13671 to allow any size enum.
13672
e6c2c623
PMR
136732015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
13674
13675 * gdb.ada/array_ptr_renaming.exp: New testcase.
13676 * gdb.ada/array_ptr_renaming/foo.adb: New file.
13677 * gdb.ada/array_ptr_renaming/pack.ads: New file.
13678
06da0f77
PL
136792015-09-21 Pierre Langlois <pierre.langlois@arm.com>
13680
13681 * gdb.trace/ftrace-lock.c: New file.
13682 * gdb.trace/ftrace-lock.exp: New file.
13683
4f51c22a
PL
136842015-09-21 Pierre Langlois <pierre.langlois@arm.com>
13685
13686 * gdb.arch/insn-reloc.c: New file.
13687 * gdb.arch/ftrace-insn-reloc.exp: New file.
13688
7041adf4
PL
136892015-09-21 Pierre Langlois <pierre.langlois@arm.com>
13690
13691 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
13692 instruction.
13693 * gdb.trace/pendshr1.c (pendfunc): Likewise.
13694 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
13695 * gdb.trace/range-stepping.c: Likewise.
13696 * gdb.trace/trace-break.c: Likewise.
13697 * gdb.trace/trace-mt.c (thread_function): Likewise.
13698 * gdb.trace/ftrace.c (marker): Likewise.
13699 * gdb.trace/trace-condition.c (marker): Likewise.
13700 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
13701 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
13702 is_aarch64_target.
13703
015d2e7e
DE
137042015-09-18 Doug Evans <xdje42@gmail.com>
13705
13706 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
13707 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
13708
26b188a2
SL
137092015-09-18 Sandra Loosemore <sandra@codesourcery.com>
13710
13711 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
13712 the breakpoint.
13713
79dc332b
SL
137142015-09-18 Sandra Loosemore <sandra@codesourcery.com>
13715
13716 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
13717 the pending breakpoint. Remove timeout override for "Run till
13718 MI pending breakpoint on pendfunc3 on thread 2" test.
13719
f57929f2
SL
137202015-09-18 Sandra Loosemore <sandra@codesourcery.com>
13721
13722 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
13723 filename pattern.
13724
3f469b17
SL
137252015-09-18 Sandra Loosemore <sandra@codesourcery.com>
13726
13727 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
13728 in breakpoint filename pattern.
13729
515b89b3
SL
137302015-09-18 Sandra Loosemore <sandra@codesourcery.com>
13731
7800dbe4
SL
13732 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
13733
137342015-09-18 Sandra Loosemore <sandra@codesourcery.com>
13735
515b89b3
SL
13736 * gdb.linespec/explicit.exp: Check for readline support for
13737 tab-completion tests. Fix obvious typo.
13738
d2939ba2
MM
137392015-09-18 Markus Metzger <markus.t.metzger@intel.com>
13740
13741 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
13742 and replay.
13743
cbb55fa7
MM
137442015-09-18 Markus Metzger <markus.t.metzger@intel.com>
13745
13746 * gdb.btrace/non-stop.c: New.
13747 * gdb.btrace/non-stop.exp: New.
13748
43691ca1
PL
137492015-09-17 Pierre Langlois <pierre.langlois@arm.com>
13750 Yao Qi <yao.qi@linaro.org>
13751
13752 * gdb.trace/trace-condition.c: New file.
13753 * gdb.trace/trace-condition.exp: New file.
13754
d78908cf
WW
137552015-09-16 Wei-cheng Wang <cole945@gmail.com>
13756
13757 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
13758 for testing bytecode compilation.
13759
1ed415e2
PA
137602015-09-16 Pedro Alves <palves@redhat.com>
13761 Sandra Loosemore <sandra@codesourcery.com>
13762
13763 * gdb.threads/non-stop-fair-events.c (timeout): New global.
13764 (SECONDS): Redefine.
13765 (main): Call pthread_kill and alarm early.
13766 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
13767 support.
13768 (test): If the target can't hardware step and doesn't support
13769 displaced stepping, increase the timeout.
13770
d136eff5
PA
137712015-09-16 Pedro Alves <palves@redhat.com>
13772
13773 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
13774 (enable_debug): New procedures.
13775 (test): Use them. Bail out if waiting for threads fails.
13776 (top level): Bail out if a test fails.
13777
991f019c
YQ
137782015-09-16 Yao Qi <yao.qi@linaro.org>
13779
13780 * gdb.asm/asm-source.exp: Set asm-arch for
13781 aarch64*-*-* target.
13782 * gdb.asm/aarch64.inc: New file.
13783
bfca584f
PMR
137842015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
13785
13786 * gdb.ada/array_of_variable_length.exp: New testcase.
13787 * gdb.ada/array_of_variable_length/foo.adb: New file.
13788 * gdb.ada/array_of_variable_length/pck.adb: New file.
13789 * gdb.ada/array_of_variable_length/pck.ads: New file.
13790
b326e587
DE
137912015-09-15 Doug Evans <dje@google.com>
13792
13793 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
13794 of function static local variable.
13795
5382cfab
PW
137962015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
13797
13798 * gdb.threads/tls-so_extern.exp: New test file.
13799 * gdb.threads/tls-so_extern.c: New test file.
13800 * gdb.threads/tls-so_extern_main.c: New test file.
13801
141c5cc4
JK
138022015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
13803
13804 * gdb.opt/solib-intra-step-lib.c: New file.
13805 * gdb.opt/solib-intra-step-main.c: New file.
13806 * gdb.opt/solib-intra-step.exp: New file.
13807
d15dcecd
PA
138082015-09-15 Pedro Alves <palves@redhat.com>
13809
13810 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
13811 gdb_continue_to_breakpoint instead of gdb_test_multiple.
13812
4c2f2a79
PA
138132015-09-14 Pedro Alves <palves@redhat.com>
13814
13815 * gdb.base/hook-stop-continue.c: Delete.
13816 * gdb.base/hook-stop-continue.exp: Delete.
13817 * gdb.base/hook-stop-frame.c: Delete.
13818 * gdb.base/hook-stop-frame.exp: Delete.
13819 * gdb.base/hook-stop.c: New file.
13820 * gdb.base/hook-stop.exp: New file.
13821
919e6dbe
PMR
138222015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
13823
13824 * gdb.ada/access_to_packed_array.exp: New testcase.
13825 * gdb.ada/access_to_packed_array/foo.adb: New file.
13826 * gdb.ada/access_to_packed_array/pack.adb: New file.
13827 * gdb.ada/access_to_packed_array/pack.ads: New file.
13828
157280a4
MM
138292015-09-14 Markus Metzger <markus.t.metzger@intel.com>
13830
13831 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
13832 buffer size test.
13833
2fd33e94
DB
138342015-09-11 Don Breazeal <donb@codesourcery.com>
13835
13836 * gdb.base/foll-exec.c: Add copyright header. Fix
13837 formatting issues.
13838 * gdb.base/foll-exec.exp (zap_session): Delete proc.
13839 (do_exec_tests): Use clean_restart in place of zap_session,
13840 and for test initialization. Fix formatting issues. Use
13841 fail in place of perror.
13842 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
13843 an expect statement to match an expression with output from
13844 the program under debug.
13845 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
13846 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
13847 * gdb.threads/non-ldr-exc-2.exp: Likewise.
13848 * gdb.threads/non-ldr-exc-3.exp: Likewise.
13849 * gdb.threads/non-ldr-exc-4.exp: Likewise.
13850
e70b6e8e
DE
138512015-09-09 Doug Evans <dje@google.com>
13852
13853 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
13854
7a551a51
DE
138552015-09-09 Doug Evans <dje@google.com>
13856
13857 * gdb.base/pie-execl.exp: Fix result test of build_executable.
13858
4c666f84
DE
138592015-09-09 Doug Evans <dje@google.com>
13860
13861 * gdb.base/savedregs.exp: Fix typo.
13862
243a9253
PA
138632015-09-09 Pedro Alves <palves@redhat.com>
13864
13865 * gdb.mi/mi-cli.exp: Add CLI finish tests.
13866
c0fa8fbd
SL
138672015-09-08 Sandra Loosemore <sandra@codesourcery.com>
13868
13869 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
13870 command actually switches threads. Give up on remaining
13871 tests if target fails to stop at breakpoint.
13872
cd7c1778
PMR
138732015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
13874
13875 * gdb.ada/funcall_char.exp: New testcase.
13876 * gdb.ada/funcall_char/foo.adb: New file.
13877
dc5c8746
PMR
138782015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
13879
13880 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
13881 expected outputs. Add two testcases for completing ambiguous
13882 functions.
13883 * gdb.ada/complete/aux_pck.adb: New file.
13884 * gdb.ada/complete/aux_pck.ads: New file.
13885 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
13886 Ambiguous_Func functions.
13887 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
13888 * gdb.ada/complete/pck.adb: Likewise.
13889
4e83a1e7
UW
138902015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
13891
13892 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
13893 failures to run the test program under GDB.
13894
8ce74153
LM
138952015-08-26 Luis Machado <lgustavo@codesourcery.com>
13896
13897 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
13898 to C.
13899
e9756d52
PP
139002015-08-26 Patrick Palka <patrick@parcs.ath.cx>
13901
13902 * gdb.base/run-after-attach.exp: New test file.
13903 * gdb.base/run-after-attach.c: New test file.
13904
8d37573b
DB
139052015-08-26 Don Breazeal <donb@codesourcery.com>
13906
13907 * gdb.base/foll-exec-2.c: New test program.
13908 * gdb.base/foll-exec-2.exp: New test.
13909
63e43d3a
PMR
139102015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
13911
13912 * gdb.base/nested-subp1.exp: New file.
13913 * gdb.base/nested-subp1.c: New file.
13914 * gdb.base/nested-subp2.exp: New file.
13915 * gdb.base/nested-subp2.c: New file.
13916 * gdb.base/nested-subp3.exp: New file.
13917 * gdb.base/nested-subp3.c: New file.
13918
3d40fbb5
PA
139192015-08-24 Pedro Alves <palves@redhat.com>
13920
13921 * gdb.server/connect-without-multi-process.c: New file.
13922 * gdb.server/connect-without-multi-process.exp: New file.
13923
4422ac93
LM
139242015-08-24 Luis Machado <lgustavo@codesourcery.com>
13925
13926 * gdb.opt/inline-markers.c: Make z int.
13927
91dddb86
LM
139282015-08-24 Luis Machado <lgustavo@codesourcery.com>
13929
13930 * gdb.opt/inline-markers.c: Make z volatile.
13931
a48847ee
LM
139322015-08-24 Luis Machado <lgustavo@codesourcery.com>
13933
13934 * gdb.opt/inline-bt.c: New volatile global z.
13935 * gdb.opt/inline-cmds.c: Likewise.
13936 * gdb.opt/inline-locals.c: Likewise.
13937 * gdb.opt/inline-markers.c: New extern global z.
13938 (marker): Use z.
13939 (inline_fn): Likewise.
13940
0ebbc52b
PA
139412015-08-24 Pedro Alves <palves@redhat.com>
13942
13943 * config/m32r-stub.exp: Remove file.
13944 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
13945 * gdb.base/call-rt-st.exp: Likewise.
13946 * gdb.base/call-strs.exp: Likewise.
13947 * gdb.base/default.exp: Remove references to h8300-*-hms and
13948 *-*-udi*.
13949 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
13950
77c365df
AA
139512015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
13952
13953 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
13954 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
13955 and "return" use KFAIL when GDB can not read/write the vector
13956 return value.
13957
4313b8c0
GB
139582015-08-21 Gary Benson <gbenson@redhat.com>
13959
13960 * gdb.trace/pending.exp: Cope with remote transfer warnings.
13961
0e433b32
PA
139622015-08-20 Pedro Alves <palves@redhat.com>
13963
13964 * gdb.server/solib-list.exp: No longer expect an interior stop in
13965 non-stop mode.
13966
221e1a37
PA
139672015-08-20 Pedro Alves <palves@redhat.com>
13968
13969 * gdb.server/connect-stopped-target.c: New file.
13970 * gdb.server/connect-stopped-target.exp: New file.
13971
40e3ad0e
PA
139722015-08-20 Pedro Alves <palves@redhat.com>
13973
13974 * gdb.dwarf2/comp-unit-lang.exp: New file.
13975 * gdb.dwarf2/comp-unit-lang.c: New file.
13976
af39b327
PMR
139772015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
13978
13979 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
13980 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
13981
7d45c7c3 139822015-08-19 Kevin Buettner <kevinb@redhat.com>
206853a0 13983
7d45c7c3
KB
13984 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
13985 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
13986
4d6cceb4
DE
139872015-08-18 Doug Evans <dje@google.com>
13988 Adrian Sendroiu <adrian.sendroiu@freescale.com>
13989
13990 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
13991 skip_python_tests. New arg prompt_regexp.
13992 (skip_python_tests): New function.
13993 * lib/mi-support.exp (mi_skip_python_tests): New function.
13994 * gdb.python/py-mi-objfile-gdb.py: New file.
13995 * gdb.python/py-mi-objfile.c: New file.
13996 * gdb.python/py-mi-objfile.exp: New file.
13997
ad89c2aa
KS
139982015-08-17 Keith Seitz <keiths@redhat.com>
13999
14000 * gdb.linespec/explicit.exp: Move strace test from here ...
14001 * gdb.trace/strace.exp: ... to here.
14002
e3ae3c43
PP
140032015-08-15 Patrick Palka <patrick@parcs.ath.cx>
14004
14005 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
14006 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
14007
604b2636
DE
140082015-08-14 Doug Evans <xdje42@gmail.com>
14009
14010 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
14011 inferior before selecting a new file.
14012
6ff0ba5f
DE
140132015-08-14 Doug Evans <xdje42@gmail.com>
14014
14015 * gdb.mi/mi-disassemble.exp: Update.
14016 * gdb.base/disasm-optim.S: New file.
14017 * gdb.base/disasm-optim.c: New file.
14018 * gdb.base/disasm-optim.h: New file.
14019 * gdb.base/disasm-optim.exp: New file.
14020
9ca98f92
KS
140212015-08-14 Keith Seitz <keiths@redhat.com>
14022
14023 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
14024 "evaluated-by".
14025
52bbc560
JB
140262015-08-13 Joel Brobecker <brobecker@adacore.com>
14027
14028 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
14029
5d8c3ed3
PMR
140302015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
14031
14032 * gdb.ada/fun_renaming.exp: New testcase.
14033 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
14034 * gdb.ada/fun_renaming/pack.adb: New file.
14035 * gdb.ada/fun_renaming/pack.ads: New file.
14036
ea8812bc
KS
140372015-08-12 Keith Seitz <keiths@redhat.com>
14038
14039 * gdb.base/dso2dso.exp: Pass basename of source file in call to
14040 gdb_get_line_number.
14041
4dafcdeb
JB
140422015-08-12 Joel Brobecker <brobecker@adacore.com>
14043
14044 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
14045 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
14046 gdb.base/dso2dso.exp: New files.
14047
5ba32597
SDJ
140482015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
14049 Pedro Alves <palves@redhat.com>
14050 Keith Seitz <keiths@redhat.com>
14051
14052 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
14053 GDBFLAGS.
14054
b6dafabf
PP
140552015-08-12 Patrick Palka <patrick@parcs.ath.cx>
14056
14057 * gdb.base/gdbhistsize-history.exp
14058 (test_histsize_history_setting): Use save_vars.
14059 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
14060 Use save_vars.
14061 (test_no_truncation_of_unlimited_history_file): Use save_vars.
14062 * gdb.base/readline.exp: Use save_vars.
14063
abe8e607
PP
140642015-08-12 Patrick Palka <patrick@parcs.ath.cx>
14065
14066 * lib/gdb.exp (save_vars): New proc.
14067
629500fa
KS
140682015-08-11 Keith Seitz <keiths@redhat.com>
14069
14070 * gdb.base/help.exp: Update help_breakpoint_text.
14071
eb8c4e2e
KS
140722015-08-11 Keith Seitz <keiths@redhat.com>
14073
14074 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
14075 (at toplevel): Call test_explicit_breakpoints.
14076 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
14077 breakpoints.
14078 * lib/mi-support.exp (mi_make_breakpoint): Add support for
14079 breakpoint conditions, "-cond".
14080
87f0e720
KS
140812015-08-11 Keith Seitz <keiths@redhat.com>
14082
14083 * gdb.linespec/3explicit.c: New file.
14084 * gdb.linespec/cpexplicit.cc: New file.
14085 * gdb.linespec/cpexplicit.exp: New file.
14086 * gdb.linespec/explicit.c: New file.
14087 * gdb.linespec/explicit.exp: New file.
14088 * gdb.linespec/explicit2.c: New file.
14089 * gdb.linespec/ls-errs.exp: Add explicit location tests.
14090 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
14091 before using in the matching pattern.
14092 Clarify that `prefix' is a regular expression.
14093
f00aae0f
KS
140942015-08-11 Keith Seitz <keiths@redhat.com>
14095
14096 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
14097 test.
14098 Add tests for missing ",FMT" and ",".
14099
e27852be
DE
141002015-08-10 Doug Evans <dje@google.com>
14101 Keith Seitz <keiths@redhat.com>
14102
14103 PR gdb/17960
14104 * gdb.base/completion.exp: Add location completer tests.
14105
7f03bd92
PA
141062015-08-07 Pedro Alves <palves@redhat.com>
14107
14108 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
14109 tests here.
14110 (top level): Run do_test with and without displaced stepping.
14111
3fc8eb30
PA
141122015-08-07 Pedro Alves <palves@redhat.com>
14113
14114 * gdb.base/valgrind-disp-step.c: New file.
14115 * gdb.base/valgrind-disp-step.exp: New file.
14116
d4569d7b
PA
141172015-08-07 Pedro Alves <palves@redhat.com>
14118
14119 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
14120 Delete function.
14121 (main): Add alarm. Run an infinite loop instead of calling
14122 wait_threads.
14123 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
14124 comment.
14125 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
14126 Delete function.
14127 (main): Add alarm. Run an infinite loop instead of calling
14128 wait_threads.
14129 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
14130 comment.
14131
e1316e60
PA
141322015-08-07 Pedro Alves <palves@redhat.com>
14133
14134 * gdb.base/checkpoint-ns.exp: New file.
14135 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
14136 standard_testfile.
14137
da8c46d2
MM
141382015-08-07 Markus Metzger <markus.t.metzger@intel.com>
14139
14140 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
14141 * gdb.btrace/instruction_history.exp: Update.
14142 * gdb.btrace/tsx.exp: New.
14143 * gdb.btrace/tsx.c: New.
14144
de1c2c52
PA
141452015-08-06 Pedro Alves <palves@redhat.com>
14146
14147 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
14148 increase timeout.
14149 * gdb.reverse/until-precsave.exp: Bump timeouts.
14150
782e0bf4
PA
141512015-08-06 Pedro Alves <palves@redhat.com>
14152
14153 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
14154
83e97ed0
PA
141552015-08-06 Pedro Alves <palves@redhat.com>
14156
14157 PR gdb/18749
14158 * gdb.threads/process-dies-while-handling-bp.c: New file.
14159 * gdb.threads/process-dies-while-handling-bp.exp: New file.
14160
863d01bd
PA
141612015-08-06 Pedro Alves <palves@redhat.com>
14162
14163 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
14164 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
14165
0a39bb32
PA
141662015-08-05 Pedro Alves <palves@redhat.com>
14167
14168 * gdb.threads/next-while-other-thread-longjmps.c: New file.
14169 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
14170
ee2d2b10
SL
141712015-08-03 Sandra Loosemore <sandra@codesourcery.com>
14172
14173 * gdb.base/bp-permanent.exp: Report test as unsupported if
14174 the target cannot stop at the permanent breakpoint.
14175
4e1bdb00
DE
141762015-08-03 Doug Evans <dje@google.com>
14177
14178 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
14179 10000.
14180
3d338901
DE
141812015-08-03 Doug Evans <dje@google.com>
14182
14183 * Makefile.in (workers/%.worker, build-perf): New rule.
14184 (GDB_PERFTEST_MODE): New variable.
14185 (check-perf): Use it.
14186 (clean): Clean up gdb.perf parallel build subdirs.
14187 * lib/build-piece.exp: New file.
14188 * lib/gdb.exp (make_gdb_parallel_path): New function
14189 (standard_output_file, standard_temp_file): Call it.
14190 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
14191 of $GDB_PARALLEL.
14192 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
14193
af061d3e
DE
141942015-08-03 Doug Evans <dje@google.com>
14195
8e1afc81 14196 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
af061d3e
DE
14197 (LOG_FILE_NAME): New global.
14198 (TextReporter.__init__): Initialize self.txt_sum.
14199 (TextReporter.report): Add support for multiple data-points.
14200 Move report to perftest.sum, put raw data in perftest.log.
14201 (TextReporter.start): Open sum and log files.
14202 (TextReporter.end): Close sum and log files.
8e1afc81
DE
14203 * gdb.perf/lib/perftest/testresult.py
14204 (SingleStatisticTestResult.record): Handle multiple data-points.
af061d3e 14205
2c8c5d37
PA
142062015-07-31 Pedro Alves <palves@redhat.com>
14207
14208 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
14209 Use spawn_id_get_pid. Wait for spawn id after eof. Use
14210 kill_wait_spawned_process instead of explicit "kill -9".
14211 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
14212 returning a spawn id instead of a pid. Use spawn_id_get_pid and
14213 kill_wait_spawned_process.
14214 * gdb.base/attach-twice.exp: Likewise.
14215 * gdb.base/attach.exp: Likewise.
14216 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
14217 gdb_test_multiple.
14218 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
14219 returning a spawn id instead of a pid. Use spawn_id_get_pid and
14220 kill_wait_spawned_process.
14221 * gdb.base/valgrind-infcall.exp: Likewise.
14222 * gdb.multi/multi-attach.exp: Likewise.
14223 * gdb.python/py-prompt.exp: Likewise.
14224 * gdb.python/py-sync-interp.exp: Likewise.
14225 * gdb.server/ext-attach.exp: Likewise.
14226 * gdb.threads/attach-into-signal.exp (corefunc): Use
14227 spawn_wait_for_attach, spawn_id_get_pid and
14228 kill_wait_spawned_process.
14229 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
14230 spawn_wait_for_attach returning a spawn id instead of a pid. Use
14231 spawn_id_get_pid and kill_wait_spawned_process.
14232 * gdb.threads/attach-stopped.exp (corefunc): Use
14233 spawn_wait_for_attach, spawn_id_get_pid and
14234 kill_wait_spawned_process.
14235 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
14236 Use spawn_id_get_pid. Wait for spawn id after eof. Use
14237 kill_wait_spawned_process instead of explicit "kill -9".
14238 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
14239 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
14240 (spawn_wait_for_attach): Use spawn instead of exec to spawn
14241 processes. Don't map cygwin/windows pids here. Now returns a
14242 spawn id list.
14243
032a0fca
SL
142442015-07-30 Sandra Loosemore <sandra@codesourcery.com>
14245
14246 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
14247 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
14248 correct patch.
14249
61a934ca
SL
142502015-07-30 Sandra Loosemore <sandra@codesourcery.com>
14251
14252 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
14253
4bc4d428
SL
142542015-07-30 Sandra Loosemore <sandra@codesourcery.com>
14255
14256 Reapply:
14257 2014-05-21 Mark Wielaard <mjw@redhat.com>
14258
14259 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
14260
998d452a
PA
142612015-07-30 Pedro Alves <palves@redhat.com>
14262
14263 * linux-low.c (handle_extended_wait): Set the child's last
14264 reported status to TARGET_WAITKIND_STOPPED.
14265
69dde7dc
PA
142662015-07-30 Pedro Alves <palves@redhat.com>
14267
14268 PR threads/18600
14269 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
14270 only shows inferior 1.
14271
4dd63d48
PA
142722015-07-30 Simon Marchi <simon.marchi@ericsson.com>
14273 Pedro Alves <palves@redhat.com>
14274
14275 PR threads/18600
14276 * gdb.threads/fork-plus-threads.c: New file.
14277 * gdb.threads/fork-plus-threads.exp: New file.
14278
d618e4c5
PP
142792015-07-29 Patrick Palka <patrick@parcs.ath.cx>
14280
14281 * gdb.base/batch-preserve-term-settings.exp
14282 (test_terminal_settings_preserved_after_cli_exit): Use
14283 send_quit_command.
14284
1eef6428
PA
142852015-07-29 Pedro Alves <palves@redhat.com>
14286 Don Breazeal <donb@codesourcery.com>
14287
14288 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
14289 output from both inferior_spawn_id and gdb_spawn_id.
14290
7da5b897
SDJ
142912015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
14292
14293 * gdb.threads/attach-into-signal.exp (corefunc): Use
14294 with_test_prefix on nested loops, uniquefying the test messages.
14295
dac804df
SDJ
142962015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
14297
14298 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
14299 commit.
14300
06265e53
PP
143012015-07-29 Patrick Palka <patrick@parcs.ath.cx>
14302
14303 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
14304 New proc.
14305 (test_terminal_settings_preserved_after_sigterm): New test.
14306
18206ca3
PP
143072015-07-29 Patrick Palka <patrick@parcs.ath.cx>
14308
14309 * gdb.base/batch-preserve-term-settings.exp
14310 (test_terminal_settings_preserved_after_cli_exit): New test.
14311
90074d11
PP
143122015-07-29 Patrick Palka <patrick@parcs.ath.cx>
14313
14314 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
14315 manipulation of saved_gdbflags.
14316 (test_terminal_settings_preserved): Remove global declaration of
14317 the unused variable pagination_prompt. Remove manipulation of
14318 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
14319 GDBFLAGS.
14320
eb1a7902
PA
143212015-07-29 Pedro Alves <palves@redhat.com>
14322
14323 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
14324
8b75dd3b
PA
143252015-07-29 Pedro Alves <palves@redhat.com>
14326
14327 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
14328 at the top.
14329
dedad4e3
PA
143302015-07-29 Pedro Alves <palves@redhat.com>
14331
14332 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
14333 (main): Call gdb_unbuffer_output.
14334 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
14335 (main): Call gdb_unbuffer_output.
14336 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
14337 (main): Call gdb_unbuffer_output.
14338 * gdb.base/call-strs.exp: Adjust to step over the
14339 gdb_unbuffer_output call.
14340 * gdb.base/catch-gdb-caused-signals.c: Include
14341 "../lib/unbuffer_output.c".
14342 (main): Call gdb_unbuffer_output.
14343 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
14344 (main): Call gdb_unbuffer_output.
14345 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
14346 (main): Call gdb_unbuffer_output.
14347 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
14348 (main): Call gdb_unbuffer_output.
14349 * gdb.base/shlib-call.exp: Adjust to step over the
14350 gdb_unbuffer_output call.
14351 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
14352 (main): Call gdb_unbuffer_output.
14353 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
14354 (main): Call gdb_unbuffer_output.
14355 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
14356 (main): Rename to ...
14357 (test): ... this.
14358 (main): Reimplement.
14359 * gdb.base/varargs.exp: Run to test instead of to main.
14360 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
14361 (main): Call gdb_unbuffer_output.
14362
58789a91
PA
143632015-07-29 Pedro Alves <palves@redhat.com>
14364
14365 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
14366 factore out from mi_continue_dprintf. For call-style dprintfs,
14367 expect dprintf output out of $inferior_spawn_id.
14368 (mi_continue_dprintf): Use mi_expect_dprintf.
14369 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
14370 (main): Call gdb_unbuffer_output.
14371
e8376742
PA
143722015-07-29 Pedro Alves <palves@redhat.com>
14373
14374 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
14375 (default_mi_gdb_start): Set inferior_spawn_id instead of
14376 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
14377 gdb_spawn_id.
14378 (mi_gdb_test): Always expect inferior output from both
14379 $inferior_spawn_id and $gdb_spawn_id.
14380
08280010
PA
143812015-07-29 Pedro Alves <palves@redhat.com>
14382
14383 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
14384 send_inferior and $inferior_spawn_id.
14385
4d30e432
PA
143862015-07-29 Pedro Alves <palves@redhat.com>
14387
14388 * gdb.gdb/complaints.exp (test_initial_complaints)
14389 (test_serial_complaints, test_short_complaints): Use
14390 gdb_test_stdio.
14391 (test_empty_complaint): Handle $inferior_spawn_id !=
14392 $gdb_spawn_id.
14393
0d30a335
PA
143942015-07-29 Pedro Alves <palves@redhat.com>
14395
14396 * gdb.base/varargs.exp: Use gdb_test_stdio.
14397
39413b29
PA
143982015-07-29 Pedro Alves <palves@redhat.com>
14399
14400 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
14401
7cb000a9
PA
144022015-07-29 Pedro Alves <palves@redhat.com>
14403
14404 * gdb.base/ending-run.exp: Use gdb_test_stdio.
14405
d7b8ac82
PA
144062015-07-29 Pedro Alves <palves@redhat.com>
14407
14408 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
14409 parameter into two new parameters, "inf_result" and "gdb_result".
14410 Expect inferior output and gdb output from $inferior_spawn_id and
14411 $gdb_spawn_id, respectively. Adjust all callers.
14412
789c3a0c
PA
144132015-07-29 Pedro Alves <palves@redhat.com>
14414
14415 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
14416 of gdb_test_sequence.
14417
77e760c3
PA
144182015-07-29 Pedro Alves <palves@redhat.com>
14419
14420 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
14421 (saw_spurious_output): Expect inferior output from
14422 $inferior_spawn_id. Use gdb_test_stdio.
14423
8396d2cd
PA
144242015-07-29 Pedro Alves <palves@redhat.com>
14425
14426 * gdb.base/dprintf.exp: Use standard_testfile. Change
14427 prepare_for_testing call.
14428 (srcfile): Don't set.
14429 (restart): New procedure.
14430 (test_dprintf): New procecure, use to continue over dprintfs.
14431 (test_call, test_agent): New procedures, tests moved here.
14432 Restart gdb and recreate dprintfs. Adjust expected output.
14433
2051d61f
PA
144342015-07-29 Pedro Alves <palves@redhat.com>
14435
14436 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
14437
452397af
PA
144382015-07-29 Pedro Alves <palves@redhat.com>
14439
14440 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
14441
8aed9555
PA
144422015-07-29 Pedro Alves <palves@redhat.com>
14443
14444 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
14445 gdb_test_stdio.
14446
188a61b4
PA
144472015-07-29 Pedro Alves <palves@redhat.com>
14448
14449 * lib/gdb.exp (gdb_test_stdio): New procedure.
14450
12264a45
PA
144512015-07-29 Pedro Alves <palves@redhat.com>
14452
14453 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
14454
23ffc893
PA
144552015-07-29 Pedro Alves <palves@redhat.com>
14456
14457 * gdb.base/call-signal-resume.exp: Remove check for
14458 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
14459 * gdb.base/unwindonsignal.exp: Likewise.
14460 * gdb.base/call-signals.c (gen_signal): Remove printf call.
14461 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
14462
65566918
PA
144632015-07-29 Pedro Alves <palves@redhat.com>
14464
14465 * gdb.base/siginfo-addr.c (pass): New function.
14466 (handler): Call it iff si_addr is correct.
14467 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
14468 Set a breakpoint at "pass" and continue to it.
14469
d60a9221
SDJ
144702015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
14471
14472 * gdb.python/py-objfile.exp: Make some tests have unique names.
14473 * gdb.python/py-pp-registration.exp: Likewise.
14474
bde40b8f
PA
144752015-07-28 Pedro Alves <palves@redhat.com>
14476
14477 * gdb.server/server-exec-info.exp: Issue a "disconnect".
14478
13e1dec8
SM
144792015-07-27 Simon Marchi <simon.marchi@ericsson.com>
14480
14481 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
14482
da33c9a7
SM
144832015-07-27 Simon Marchi <simon.marchi@ericsson.com>
14484
14485 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
14486
077836f7
PP
144872015-07-27 Patrick Palka <patrick@parcs.ath.cx>
14488
14489 * gdb.base/gdb-sigterm-2.exp: New test.
14490
b8cc7b2e
DE
144912015-07-25 Doug Evans <xdje42@gmail.com>
14492
14493 Revert:
14494 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
14495 (workers/%.worker, build-perf): New rule.
14496 (GDB_PERFTEST_MODE): New variable.
14497 (check-perf): Use it.
14498 (clean): Clean up gdb.perf parallel build subdirs.
14499 * lib/build-piece.exp: New file.
14500 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
14501 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
14502 name.
14503 (standard_temp_file): Ditto.
14504 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
14505 of $GDB_PARALLEL.
14506
c8bd4544
DE
145072015-07-24 Doug Evans <dje@google.com>
14508
14509 * gdb.perf/lib/perftest/utils.py: New file.
14510 * gdb.perf/gm-hello.cc: New file.
14511 * gdb.perf/gm-pervasive-typedef.cc: New file.
14512 * gdb.perf/gm-pervasive-typedef.h: New file.
14513 * gdb.perf/gm-std.cc: New file.
14514 * gdb.perf/gm-std.h: New file.
14515 * gdb.perf/gm-use-cerr.cc: New file.
14516 * gdb.perf/gm-utils.h: New file.
14517 * gdb.perf/gmonster-null-lookup.py: New file.
14518 * gdb.perf/gmonster-pervasive-typedef.py: New file.
14519 * gdb.perf/gmonster-print-cerr.py: New file.
14520 * gdb.perf/gmonster-ptype-string.py: New file.
14521 * gdb.perf/gmonster-runto-main.py: New file.
14522 * gdb.perf/gmonster-select-file.py: New file.
14523 * gdb.perf/gmonster1-null-lookup.exp: New file.
14524 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
14525 * gdb.perf/gmonster1-print-cerr.exp: New file.
14526 * gdb.perf/gmonster1-ptype-string.exp: New file.
14527 * gdb.perf/gmonster1-runto-main.exp: New file.
14528 * gdb.perf/gmonster1-select-file.exp: New file.
14529 * gdb.perf/gmonster1.cc: New file.
14530 * gdb.perf/gmonster1.exp: New file.
14531 * gdb.perf/gmonster2-null-lookup.exp: New file.
14532 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
14533 * gdb.perf/gmonster2-print-cerr.exp: New file.
14534 * gdb.perf/gmonster2-ptype-string.exp: New file.
14535 * gdb.perf/gmonster2-runto-main.exp: New file.
14536 * gdb.perf/gmonster2-select-file.exp: New file.
14537 * gdb.perf/gmonster2.cc: New file.
14538 * gdb.perf/gmonster2.exp: New file.
14539
6eab34f3
DE
145402015-07-24 Doug Evans <dje@google.com>
14541
14542 * gdb.perf/README: New file.
14543 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
14544 * lib/gen-perf-test.exp: New file.
14545
63738bfd
DE
145462015-07-24 Doug Evans <dje@google.com>
14547
14548 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
14549 (PerfTest::startup): New function.
14550 (PerfTest::run): Return result of calling body.
14551 (PerfTest::assemble): Rewrite.
14552 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
14553 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
14554 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
14555 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
14556 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
14557
7b606f95
DE
145582015-07-24 Doug Evans <dje@google.com>
14559
14560 * lib/gdb.exp (clean_restart): Make executable optional.
14561
a97b16b8
DE
145622015-07-24 Doug Evans <dje@google.com>
14563
14564 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
14565 compiler_info references.
14566 * gdb.cp/temargs.exp: Ditto.
14567 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
14568 (get_compiler_info): Early exit if already computed. Set compiler_info
14569 to "unknown" if there was a problem.
14570 (test_compiler_info): Add function comment. Call get_compiler_info.
14571
35baa57f
DE
145722015-07-24 Doug Evans <dje@google.com>
14573
14574 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
14575 (workers/%.worker, build-perf): New rule.
14576 (GDB_PERFTEST_MODE): New variable.
14577 (check-perf): Use it.
14578 (clean): Clean up gdb.perf parallel build subdirs.
14579 * lib/build-piece.exp: New file.
14580 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
14581 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
14582 name.
14583 (standard_temp_file): Ditto.
14584 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
14585 of $GDB_PARALLEL.
14586
6ebea266
DE
145872015-07-24 Doug Evans <dje@google.com>
14588
14589 * lib/future.exp (gdb_default_target_compile): New option
14590 "early_flags".
14591 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
14592 --as-needed.
14593
1e76a7e9
SDJ
145942015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
14595
14596 * gdb.base/catch-syscall.exp: Call gdb_exit before
14597 gdb_skip_xml_test.
14598
5068630a
PA
145992015-07-24 Pedro Alves <palves@redhat.com>
14600
14601 * gdb.python/py-events.exp: Accept output between the stop event
14602 and the prompt.
14603 * gdb.python/py-evsignal.exp: Likewise.
14604 * gdb.python/py-evthreads.exp: Likewise.
14605
77598427
PA
146062015-07-24 Pedro Alves <palves@redhat.com>
14607
14608 PR gdb/18717
14609 * gdb.threads/non-ldr-exit.c: New file.
14610 * gdb.threads/non-ldr-exit.exp: New file.
14611
11e6c98f
YQ
146122015-07-24 Yao Qi <yao.qi@linaro.org>
14613
14614 * gdb.server/ext-wrapper.exp: Test --wrapper option when
14615 restarting process.
14616
51aee833
YQ
146172015-07-24 Yao Qi <yao.qi@linaro.org>
14618
14619 * gdb.server/ext-restart.exp: New file.
14620
8cfe207c
YQ
146212015-07-24 Yao Qi <yao.qi@linaro.org>
14622
14623 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
14624 argument options.
14625 * gdb.server/ext-wrapper.exp: New file.
14626
cc12ce38
DE
146272015-07-23 Doug Evans <dje@google.com>
14628
14629 * gdb.dwarf2/dw2-dummy-cu.S: New file.
14630 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
14631
d0d84780
PMR
146322015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
14633
14634 * gdb.ada/var_arr_typedef.exp: New testcase.
14635 * gdb.ada/var_arr_typedef/pack.adb: New file.
14636 * gdb.ada/var_arr_typedef/pack.ads: New file.
14637 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
14638
8b558f79
JB
146392015-07-20 Joel Brobecker <brobecker@adacore.com>
14640
14641 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
14642
775a3298
JK
146432015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
14644
14645 * gdb.arch/i386-biarch-core.exp: Replace istarget
14646 by "complete set gnutarget". Remove expectation for the "core-file"
14647 command.
14648
db1ff28b
JK
146492015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
14650
14651 Revert the previous commit:
14652 Tests for validate symbol file using build-id.
14653
0a94970d
JK
146542015-07-15 Aleksandar Ristovski <aristovski@qnx.com
14655
14656 Tests for validate symbol file using build-id.
14657 * gdb.base/solib-mismatch-lib.c: New file.
14658 * gdb.base/solib-mismatch-libmod.c: New file.
14659 * gdb.base/solib-mismatch.c: New file.
14660 * gdb.base/solib-mismatch.exp: New file.
14661
03346981
SL
146622015-07-15 Sandra Loosemore <sandra@codesourcery.com>
14663
14664 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
14665 nios2-*-linux*.
14666 * gdb.base/sigbpt.exp (stepi_out): Likewise.
14667 * gdb.base/siginfo.exp: Likewise.
14668 * gdb.base/sigstep.exp (advance, advancei): Likewise.
14669
42422cc7
PL
146702015-07-15 Pierre Langlois <pierre.langlois@arm.com>
14671
14672 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
14673 Move it to ...
14674 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
14675 ... here.
14676 * gdb.trace/range-stepping.exp: Check that the target supports
14677 range stepping.
14678
cfa68bae
JK
146792015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
14680
14681 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
14682
8ffdba26
PA
146832015-07-14 Pedro Alves <palves@redhat.com>
14684
14685 * gdb.base/killed-outside.exp: New file.
14686 * gdb.base/killed-outside.c: New file.
14687
218a5a11
JK
146882015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
14689
14690 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
14691 (n at main): New.
14692 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
14693
e03ed3c6
AA
146942015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
14695
14696 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
14697 infcall tests instead of setting up for KFAIL.
14698
485668e5
MM
146992015-07-10 Markus Metzger <markus.t.metzger@intel.com>
14700
14701 * gdb.btrace/record_goto-step.exp: New.
14702
08464196
JK
147032015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
14704
14705 PR compile/18484
14706 * gdb.compile/compile.c (struct struct_type): Add volatile to
14707 selffield's type.
14708 * gdb.compile/compile.exp
14709 (compile code struct_object.selffield = &struct_object): Skip further
14710 struct_object tests if this one xfails.
14711
bcf5c1d9
RC
147122015-07-08 Robert O'Callahan <robert@ocallahan.org>
14713
14714 PR exp/18617
14715 * gdb.trace/ax.exp: Add test.
14716
4931af25
YQ
147172015-07-07 Yao Qi <yao.qi@linaro.org>
14718
14719 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
14720 instead of istarget "aarch64*-*-*".
14721 * gdb.arch/aarch64-fp.exp: Likewise.
14722 * gdb.base/float.exp: Likewise.
14723 * gdb.reverse/aarch64.exp: Likewise.
14724 * lib/gdb.exp (is_aarch64_target): New proc.
14725
9fcf688e
YQ
147262015-07-07 Yao Qi <yao.qi@linaro.org>
14727
14728 * lib/gdb.exp (is_aarch32_target): New proc.
14729 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
14730 instead of "istarget "arm*-*-*"".
14731 * gdb.arch/arm-disp-step.exp: Likewise.
14732 * gdb.arch/thumb-bx-pc.exp: Likewise.
14733 * gdb.arch/thumb-prologue.exp: Likewise.
14734 * gdb.arch/thumb-singlestep.exp: Likewise.
14735 * gdb.base/disp-step-syscall.exp: Likewise.
14736 * gdb.base/float.exp: Likewise.
14737
fbd8d50d
YQ
147382015-07-07 Yao Qi <yao.qi@linaro.org>
14739
14740 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
14741 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
14742
71be1fdc
YQ
147432015-07-07 Yao Qi <yao.qi@linaro.org>
14744
14745 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
14746 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
14747 if it exists.
14748 * gdb.multi/multi-arch.exp: Likewise.
14749
3e221d36
SM
147502015-07-07 Simon Marchi <simon.marchi@ericsson.com>
14751
14752 * gdb.python/py-lazy-string.exp: Add missing parentheses to
14753 print.
14754
d441430b
YQ
147552015-07-07 Yao Qi <yao.qi@linaro.org>
14756
14757 * gdb.arch/thumb-singlestep.exp: Do one more single step.
14758
06f810bd
MG
147592015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
14760
14761 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
14762 '[' and ']' characters.
14763
5e61e7c0
IB
147642015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
14765
14766 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
14767
28bf096c
PA
147682015-06-29 Pedro Alves <palves@redhat.com>
14769
14770 PR threads/18127
14771 * gdb.threads/hand-call-new-thread.c: New file.
14772 * gdb.threads/hand-call-new-thread.c: New file.
14773
ee93cd5e
KS
147742015-06-26 Keith Seitz <keiths@redhat.com>
14775 Doug Evans <dje@google.com>
14776
14777 PR 16253
14778 * gdb.cp/var-tag-2.cc: New file.
14779 * gdb.cp/var-tag-3.cc: New file.
14780 * gdb.cp/var-tag-4.cc: New file.
14781 * gdb.cp/var-tag.cc: New file.
14782 * gdb.cp/var-tag.exp: New file.
14783
fc637f04
PP
147842015-06-26 Patrick Palka <patrick@parcs.ath.cx>
14785
14786 * gdb.base/history-duplicates.exp: New test.
14787
2e52ae68
PP
147882015-06-26 Patrick Palka <patrick@parcs.ath.cx>
14789
14790 * gdb.base/completion.exp: Test the completion of the "focus"
14791 command.
14792
6e22494e
JK
147932015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
14794
14795 * gdb.arch/amd64-prologue-skip.S: New file.
14796 * gdb.arch/amd64-prologue-skip.exp: New file.
14797
bf7b9cd9
SM
147982015-06-25 Simon Marchi <simon.marchi@ericsson.com>
14799
14800 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
14801 is_address_zero_readable check.
14802
201e8dfd
PB
148032015-06-24 Peter Bergner <bergner@vnet.ibm.com>
14804
14805 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
14806 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
14807
5cd867b4
YQ
148082015-06-24 Yao Qi <yao.qi@linaro.org>
14809
14810 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
14811 linux targets.
14812
4d7be007
YQ
148132015-06-24 Yao Qi <yao.qi@linaro.org>
14814
14815 * lib/gdb.exp (supports_get_siginfo_type): New proc.
14816 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
14817 * gdb.base/siginfo-thread.exp: Likewise.
14818
07fcd301
YQ
148192015-06-22 Yao Qi <yao.qi@linaro.org>
14820
14821 * boards/remote-gdbserver-on-localhost.exp: Add comments.
14822
52042a00
YQ
148232015-06-22 Yao Qi <yao.qi@linaro.org>
14824
14825 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
14826 aarch64*-*-*.
14827 (skip_hw_watchpoint_tests): Likewise.
14828
74bd41ce
PP
148292015-06-18 Patrick Palka <patrick@parcs.ath.cx>
14830
14831 * gdb.base/gdbinit-history.exp: Test the interaction between
14832 setting GDBHISTSIZE and setting the history size via .gdbinit.
14833
bc460514
PP
148342015-06-17 Patrick Palka <patrick@parcs.ath.cx>
14835
14836 PR gdb/16999
14837 * gdb.base/gdbhistsize-history.exp: New test.
14838
b58c513b
PP
148392015-06-17 Patrick Palka <patrick@parcs.ath.cx>
14840
14841 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
14842 with GDBHISTSIZE.
14843 * gdb.base/readline.exp: Likewise.
14844
92046791
YQ
148452015-06-17 Yao Qi <yao.qi@linaro.org>
14846
14847 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
14848 line.
14849
2093d2d3
PP
148502015-06-17 Patrick Palka <patrick@parcs.ath.cx>
14851
14852 * gdb.base/gdbinit-history.exp: Add test case to check that
14853 an unlimited history file does not get truncated on exit.
14854
e6c693af
AA
148552015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
14856
14857 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
14858 (VECTOR): New macro. Use it...
14859 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
14860 ...for these typedefs.
14861 (int8, char1, int1, double1): New typedefs.
14862 (struct just_int2, struct two_int2): New structures.
14863 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
14864 (add_structvecs, add_singlevecs): New functions.
14865 (main): Call add_some_intvecs twice.
14866 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
14867 the compile and exit upon failure. Try compiling for the "native"
14868 architecture. Test inferior function calls with vector arguments
14869 and vector return value handling with "finish" and "return".
14870
c74f7d1c
JT
148712015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
14872
14873 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
14874 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
14875 PE file.
14876 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
14877
98aa42ee
AT
148782015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
14879
14880 PR breakpoints/16465
14881 * gdb.mi/mi-dprintf-pending.c: New file.
14882 * gdb.mi/mi-dprintf-pending.exp: New test.
14883 * gdb.mi/mi-dprintf-pendshr.c: New file.
14884
7d73c23c 148852015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
72f4393d 14886 Mircea Gherzan <mircea.gherzan@intel.com>
7d73c23c
WT
14887
14888 * gdb.arch/i386-mpx-map.c: New file.
14889 * gdb.arch/i386-mpx-map.exp: New File.
14890
148912015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
14892
14893 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
14894 * gdb.arch/i386-mpx.exp: Indentation fixed.
14895
148962015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
14897
14898 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
14899 function and improved indentation.
14900 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
14901 gdb_test_multiple. Added additional tests to skip the test.
14902
149032015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
14904
14905 * gdb.arch/i386-avx512.c: Change path in include file.
14906 * gdb.arch/i386-avx512.exp: Change include dir path
14907 compilation flag.
14908 * gdb.arch/i386-mpx.c: Change path in include file.
14909 * gdb.arch/i386-mpx.exp: Change include dir path compilation
14910 flag.
14911
d5eba19a
JK
149122015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
14913
14914 * gdb.compile/compile-print.exp (compile print *vararray@3)
14915 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
14916
7f361056
JK
149172015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
14918
14919 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
14920 (do not keep jit in memory): ... this.
14921 (expect 5): Change it to ...
14922 (expect no 5): ... this.
14923
3b462ec2
SM
149242015-06-02 Simon Marchi <simon.marchi@ericsson.com>
14925
14926 PR gdb/15564
14927 * gdb.mi/mi-detach.exp: New file.
14928
e0619de6
JK
149292015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
14930
14931 PR symtab/18392
14932 * gdb.arch/amd64-tailcall-self.S: New file.
14933 * gdb.arch/amd64-tailcall-self.c: New file.
14934 * gdb.arch/amd64-tailcall-self.exp: New file.
14935
e970cb34
DB
149362015-05-28 Don Breazeal <donb@codesourcery.com>
14937
14938 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
14939 tests for remote targets by checking is_target_gdbserver.
14940
b2e2f908
DE
149412015-05-27 Doug Evans <dje@google.com>
14942
14943 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
14944 * gdb.dwarf2/opaque-type-lookup.c: New file.
14945 * gdb.dwarf2/opaque-type-lookup.exp: New file.
14946
82c7be31
DE
149472015-05-26 Doug Evans <dje@google.com>
14948
14949 * gdb.cp/iostream.cc: New file.
14950 * gdb.cp/iostream.exp: New file.
14951
b4f54984
DE
149522015-05-26 Doug Evans <dje@google.com>
14953
14954 * gdb.dwarf2/dw2-op-call.exp: Update.
14955 * gdb.dwarf2/dw4-sig-types.exp: Update.
14956 * gdb.dwarf2/implptr.exp: Update.
14957 * gdb.mi/mi-cmd-param-changed.exp: Update.
14958
4ea6efe9
DE
149592015-05-26 Doug Evans <dje@google.com>
14960
14961 * gdb.python/py-lazy-string.c: New file.
14962 * gdb.python/py-lazy-string.exp: New file.
14963 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
14964 (main): Update. Add estring3.
14965 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
14966 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
14967
f6bb7db3
YQ
149682015-05-26 Omair Javaid <omair.javaid@linaro.org>
14969 Yao Qi <yao.qi@linaro.org>
14970
14971 * gdb.reverse/aarch64.c: New.
14972 * gdb.reverse/aarch64.exp: New.
14973
a81bfbd0
OJ
149742015-05-26 Omair Javaid <omair.javaid@linaro.org>
14975
25d49b86
PA
14976 * lib/gdb.exp (supports_process_record): Return true for
14977 aarch64*-linux*.
a81bfbd0
OJ
14978 (supports_reverse): Likewise.
14979
158bf1b4
PP
149802015-05-22 Patrick Palka <patrick@parcs.ath.cx>
14981
14982 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
14983 Use with_test_prefix.
14984
a0145030
AB
149852015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
14986
14987 * gdb.base/completion.exp: Add test for completion of layout
14988 names.
14989
ebe3b578
AB
149902015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
14991
14992 * lib/gdb.exp (skip_tui_tests): New proc.
14993 * gdb.base/tui-layout.exp: Check skip_tui_tests.
14994
84204ed7
PA
149952015-05-19 Pedro Alves <palves@redhat.com>
14996
14997 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
14998 Save the whole env array instead of just HOME. Unset HISTSIZE in
14999 the environment while testing. Restore whole environment
15000 afterwards.
15001
37442ce1
DE
150022015-05-16 Doug Evans <xdje42@gmail.com>
15003
15004 * gdb.guile/scm-ports.c: New file.
15005 * gdb.guile/scm-ports.exp: Add memory port tests.
15006
36de76f9
JK
150072015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
15008
15009 * gdb.compile/compile-print.c: New file.
15010 * gdb.compile/compile-print.exp: New file.
15011
3a9558c4
JK
150122015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
15013
15014 * gdb.compile/compile-ops.exp: Cast param to void.
15015 * gdb.compile/compile.exp: Complete type for _gdb_expr.
15016 (compile code struct_object.selffield = &struct_object): Add xfail.
15017
aa715135
JG
150182015-05-15 Joel Brobecker <brobecker@adacore.com>
15019
15020 * gdb.ada/arr_enum_with_gap: New testcase.
15021
931e5bc3
JG
150222015-05-15 Joel Brobecker <brobecker@adacore.com>
15023
15024 * gdb.ada/byte_packed_arr: New testcase.
15025
9cd4d857
JB
150262015-05-15 Joel Brobecker <brobecker@adacore.com>
15027
15028 * gdb.ada/pckd_neg: New testcase.
15029
ebfd00d2
PP
150302015-05-13 Patrick Palka <patrick@parcs.ath.cx>
15031
15032 PR gdb/17820
15033 * gdb.base/gdbinit-history.exp: New test.
15034 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
15035 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
15036
4c082a81
SC
150372015-05-09 Siva Chandra Reddy <sivachandra@google.com>
15038
15039 * gdb.python/py-xmethods.cc: Enhance test case.
15040 * gdb.python/py-xmethods.exp: New tests.
15041 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
15042 function.
15043 (B_indexoper): Likewise.
15044 (global_dm_list) : Add new xmethod worker functions.
15045
f7797074
SDJ
150462015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
15047
15048 * gdb.base/coredump-filter.exp: Correctly unset
15049 "coredump_var_addr" array.
15050
a4674e4e
PA
150512015-05-08 Pedro Alves <palves@redhat.com>
15052
15053 * gdb.server/non-existing-program.exp: Unset spawn_id.
15054
df2eb078
SC
150552015-05-08 Siva Chandra Reddy <sivachandra@google.com>
15056
15057 PR python/18291
15058 * gdb.python/py-xmethods.exp: Add tests.
15059
422349a3
YQ
150602015-05-08 Yao Qi <yao.qi@linaro.org>
15061
15062 PR gdb/18208
15063 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
15064 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
15065 function set_coredump_filter, and remove remote_exec call.
15066 Remove argument ipid. Callers update.
15067 (top level): Don't get inferior's PID.
15068
63fc80ce
AA
150692015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
15070
15071 * gdb.base/watch_thread_num.exp: Skip test on targets without
15072 access watchpoints.
15073
80ad801e
PA
150742015-05-06 Pedro Alves <palves@redhat.com>
15075
15076 PR server/18081
15077 * gdb.server/non-existing-program.exp: New file.
15078
0fa7fe50
JB
150792015-05-05 Joel Brobecker <brobecker@adacore.com>
15080
15081 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
15082
3ea89b92
PMR
150832015-05-05 Joel Brobecker <brobecker@adacore.com>
15084
15085 * gdb.ada/out_of_line_in_inlined: New testcase.
15086
87b8eff0
JB
150872015-05-05 Joel Brobecker <brobecker@adacore.com>
15088
15089 * gdb.ada/var_rec_arr: New testcase.
15090
5fccc635
YQ
150912015-04-30 Yao Qi <yao.qi@linaro.org>
15092
15093 * gdb.base/break-idempotent.exp: If
15094 skip_hw_watchpoint_multi_tests returns true, skip the tests
15095 on "rwatch" and "awatch".
15096
42d38f42
YQ
150972015-04-30 Yao Qi <yao.qi@linaro.org>
15098
15099 * gdb.base/relativedebug.exp: Invoke gdb command
15100 "info sharedlibrary", and if libc.so doesn't have debug info,
15101 skip the test.
15102
2ce1cdbf
DE
151032015-04-29 Doug Evans <dje@google.com>
15104
15105 * gdb.python/py-xmethods.exp: Add ptype tests.
15106 * gdb.python/py-xmethods.py (E_method_char_worker): Add
15107 get_result_type method.
15108
f24a38c5
LM
151092015-04-29 Luis Machado <lgustavo@codesourcery.com>
15110
15111 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
15112 the target does not support hardware watchpoints.
15113
ecbf2b3c
LM
151142015-04-29 Luis Machado <lgustavo@codesourcery.com>
15115
15116 * gdb.base/break-always.exp: Abort testing if writing to memory
15117 causes an error.
15118
34f5f757
DE
151192015-04-28 Doug Evans <dje@google.com>
15120
15121 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
15122 * gdb.python/py-pp-registration.exp: ... here. New file.
15123 * gdb.python/py-pp-registration.c: New file.
15124 * gdb.python/py-pp-registration.py: New file.
15125
69b4374a
DE
151262015-04-28 Doug Evans <dje@google.com>
15127
15128 * gdb.python/py-bad-printers.c: New file.
15129 * gdb.python/py-bad-printers.py: New file.
15130 * gdb.python/py-bad-printers.exp: New file.
15131
59fb7612
SS
151322015-04-28 Sasha Smundak <asmundak@google.com>
15133
15134 * gdb.python/py-type.exp: New test.
15135
2631b16a
AW
151362015-04-28 Andy Wingo <wingo@igalia.com>
15137
15138 * gdb.python/py-parameter.exp:
15139 * gdb.guile/scm-parameter.exp: Escape the path that we are
15140 matching against, as it might contain characters that are special
15141 to regular expressions.
15142
460efde1
JB
151432015-04-27 Joel Brobecker <brobecker@adacore.com>
15144
15145 * gdb.ada/rec_comp: New testcase.
15146
2d369d8e
SDJ
151472015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
15148
15149 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
15150 before using it.
15151
cf75d6c3
AB
151522015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
15153
15154 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
15155 new tests for verilog output.
15156
8dbe7ca5
YQ
151572015-04-24 Yao Qi <yao.qi@linaro.org>
15158
15159 * boards/remote-gdbserver-on-localhost.exp: New file.
15160
4ef9fb2f
PA
151612015-04-23 Pedro Alves <palves@redhat.com>
15162
15163 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
15164 $inferior_spawn_id instead of $inferior_spawn_id directly. On
15165 "end of file", remove $inferior_spawn_id from the indirect list.
15166
0a803169
PA
151672015-04-23 Pedro Alves <palves@redhat.com>
15168
15169 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
15170
749ef8f8
PA
151712015-04-23 Pedro Alves <palves@redhat.com>
15172
15173 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
15174 on $any_spawn_id instead of only on $gdb_spawn_id.
15175
8aae4344
PM
151762015-04-21 Pierre Muller <muller@sourceware.org>
15177
15178 PR pascal/17815
15179 * lib/pascal.exp (gpc_compile): Add new option "class".
15180 (fpc_compile): Likewise.
15181 * gdb.pascal/case-insensitive-symbols.pas: New file.
15182 * gdb.pascal/case-insensitive-symbols.exp: New file.
15183
1586c8fb
GB
151842015-04-20 Gary Benson <gbenson@redhat.com>
15185
15186 * gdb.base/attach.exp: Fix three extended remote failures.
15187
1b6e6f5c
GB
151882015-04-17 Gary Benson <gbenson@redhat.com>
15189
15190 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
15191 the main executable over the remote protocol.
15192
e797481d
PA
151932015-04-16 Pedro Alves <palves@redhat.com>
15194
15195 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
15196 a new gdbserver if gdbserver_reconnect_p is set.
15197
1ca99c42
PA
151982015-04-16 Pedro Alves <palves@redhat.com>
15199
15200 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
15201 is set, don't exit gdbserver.
15202
af9fd6f8
AA
152032015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
15204
15205 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
15206 appropriate .insn, such that an older assembler can be used.
15207 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
15208 the z/Architecture instruction set on 31-bit targets as well.
15209
04ff1e61
AA
152102015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
15211
15212 * gdb.go/handcall.exp: Remove all logic related to the first
15213 breakpoint and rely on go_runto_main instead.
15214 * gdb.go/strings.exp: Likewise.
15215 * gdb.go/unsafe.exp: Likewise.
15216 * gdb.go/hello.exp: Likewise. Also rename the remaining
15217 breakpoint marker to "breakpoint 1".
15218 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
15219 * gdb.go/strings.go: Likewise.
15220 * gdb.go/unsafe.go: Likewise.
15221 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
15222 "set breakpoint 2 here" and rename the remaining breakpoint marker
15223 to "breakpoint 1".
15224
40d2f8d6
SM
152252015-04-15 Simon Marchi <simon.marchi@ericsson.com>
15226
15227 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
15228 if itertools.imap is not present.
15229 * gdb.python/py-objfile.exp: Add parentheses.
15230 * gdb.python/py-type.exp: Same.
15231 * gdb.python/py-unwind-maint.py: Same.
15232
8cbc97c6
YQ
152332015-04-15 Yao Qi <yao.qi@linaro.org>
15234
15235 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
15236 of ":$ptr_size" and set its form explicitly.
15237
45fd756c
YQ
152382015-04-15 Pedro Alves <palves@redhat.com>
15239 Yao Qi <yao.qi@linaro.org>
15240
15241 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
15242 timeout by factor of 4.
15243 (test_regular_watch): Likewise.
15244 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
15245 * gdb.reverse/sigall-reverse.exp: Likewise.
15246 * gdb.reverse/until-precsave.exp: Likewise.
15247 * lib/gdb.exp (with_timeout_factor): New proc.
15248 (gdb_expect): Move some code to ...
15249 (get_largest_timeout): ... here. New procedure.
15250
9e811bc3
LM
152512015-04-14 Luis Machado <lgustavo@codesourcery.com>
15252
15253 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
15254
0ff6fcb2
LM
152552015-04-13 Luis Machado <lgustavo@codesourcery.com>
15256
15257 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
15258 to write to the .text section.
15259
7578d5f7
LM
152602015-04-13 Luis Machado <lgustavo@codesourcery.com>
15261
15262 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
15263 Handle the case of targets that do not provide PID information.
15264
2efe15c4
YQ
152652015-04-13 Yao Qi <yao.qi@linaro.org>
15266
15267 * lib/gdbserver-support.exp (gdb_exit): Catch exception
15268 and use expect instead of gdb_expect.
15269
8cd8f2f8
SDJ
152702015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
15271
15272 * gdb.base/coredump-filter.exp: Rename variable "addr" to
15273 "coredump_var_addr" to avoid naming conflict with other testcases.
15274
9ee41772
PA
152752015-04-10 Pedro Alves <palves@redhat.com>
15276
15277 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
15278 gdb_test_sequence and gdb_assert.
15279
07473109
PA
152802015-04-10 Pedro Alves <palves@redhat.com>
15281
15282 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
15283 test messages that don't include the breakpoint address.
15284
de3db44c
YQ
152852015-04-10 Yao Qi <yao.qi@linaro.org>
15286
15287 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
15288 false for some offset and width combinations which aren't
15289 supported by linux kernel.
15290
c79d856c
PA
152912015-04-10 Pedro Alves <palves@redhat.com>
15292
15293 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
15294 procedure, factored out from ...
15295 (top level): ... here. Add "set displaced-stepping" testing axis.
15296 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
15297 parameter "displaced". Use it.
15298 (top level): Use foreach and add "set displaced-stepping" testing
15299 axis.
15300
ebc90b50
PA
153012015-04-10 Pedro Alves <palves@redhat.com>
15302
15303 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
15304 Remove comment.
15305 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
15306 both the address of the instruction that triggers the watchpoint
15307 and the address of the instruction immediately after, and use
15308 those addresses for the test. Fix comment.
15309
8f572e5c
PA
153102015-04-10 Pedro Alves <palves@redhat.com>
15311
15312 * gdb.base/sigstep.exp (breakpoint_to_handler)
15313 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
15314 Test "backtrace" in handler.
15315 (breakpoint_over_handler): New parameter 'displaced'. Use it.
15316 (top level): Add new "displaced" test axis to
15317 breakpoint_to_handler, breakpoint_to_handler_entry and
15318 breakpoint_over_handler.
15319
8d707a12
PA
153202015-04-10 Pedro Alves <palves@redhat.com>
15321
15322 PR gdb/18216
15323 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
15324
ef713951
YQ
153252015-04-10 Yao Qi <yao.qi@linaro.org>
15326
15327 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
15328 (test_add_rn_pc): New function.
15329 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
15330 (top level): Invoke test_add_rn_pc.
15331
906d60cf
PA
153322015-04-10 Pedro Alves <palves@redhat.com>
15333
15334 PR gdb/13858
15335 * gdb.base/step-over-no-symbols.exp: New file.
15336
f2983cc3
AW
153372015-04-09 Andy Wingo <wingo@igalia.com>
15338
15339 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
15340 after the Python tests.
15341
6d62641c
SDJ
153422015-04-08 Keith Seitz <keiths@redhat.com>
15343
15344 PR python/16699
15345 * gdb.python/py-completion.exp: New tests for completion.
15346 * gdb.python/py-completion.py (CompleteLimit1): New class.
15347 (CompleteLimit2): Likewise.
15348 (CompleteLimit3): Likewise.
15349 (CompleteLimit4): Likewise.
15350 (CompleteLimit5): Likewise.
15351 (CompleteLimit6): Likewise.
15352 (CompleteLimit7): Likewise.
15353
f3770638
PA
153542015-04-08 Pedro Alves <palves@redhat.com>
15355
15356 PR gdb/18214
15357 PR gdb/18216
15358 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
15359 function.
15360 (main): Install it as SIGUSR1 handler.
15361 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
15362 parameter. Always use "setup" as prefix. Toggle "set
15363 displaced-stepping" off/on depending on global. Don't switch to
15364 thread 1 here.
15365 (top level): Add displaced stepping "off/on" test axis. Update
15366 "setup" calls. Wrap each subtest with with_test_prefix. Test
15367 continuing with a queued signal in each thread.
15368
4496bed7
PA
153692015-04-08 Pedro Alves <palves@redhat.com>
15370
15371 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
15372 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
15373 gdb_breakpoint instead of gdb_test that doesn't expect anything.
15374 Return early if running to main fails.
15375 * gdb.trace/while-stepping.exp: Likewise.
15376
b97fde92
PA
153772015-04-07 Pedro Alves <palves@redhat.com>
15378
15379 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
15380 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
15381 interact with inferior program.
15382
f71c18e7
PA
153832015-04-07 Pedro Alves <palves@redhat.com>
15384
15385 * lib/gdb.exp (inferior_spawn_id): New global.
15386 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
15387 spawn id after processing the user code.
15388 (default_gdb_start): Set inferior_spawn_id.
15389 (send_inferior): New procedure.
15390 * lib/gdbserver-support.exp (gdbserver_start): Set
15391 inferior_spawn_id.
15392 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
15393
6423214f
PA
153942015-04-07 Pedro Alves <palves@redhat.com>
15395
15396 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
15397 * lib/gdbserver-support.exp (gdbserver_start): Make
15398 $server_spawn_id global.
15399 (gdbserver_start): Don't wait for gdbserver's spawn id with
15400 expect_background.
15401 (close_gdbserver): New procedure.
15402 (gdb_exit): Rename the default version and reimplement.
15403
71c0ee8c
PA
154042015-04-07 Pedro Alves <palves@redhat.com>
15405
72f4393d 15406 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
71c0ee8c
PA
15407 append the substituted item, not the original item.
15408
203bc29b
PA
154092015-04-07 Pedro Alves <palves@redhat.com>
15410
15411 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
15412 gdb_expect.
15413
508a3ddf
PA
154142015-04-07 Pedro Alves <palves@redhat.com>
15415
15416 * gdb.base/interrupt.exp: Don't handle the case of the inferior
15417 output appearing once only.
15418
9f6dbe2b
PA
154192015-04-07 Pedro Alves <palves@redhat.com>
15420
15421 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
15422 that doesn't expect anything. Return early if running to main
15423 fails.
15424
337532fa
YQ
154252015-04-07 Yao Qi <yao.qi@linaro.org>
15426
15427 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
15428 (child_function): Call alarm.
15429 (main): Move call to alarm into the loop.
15430 * gdb.threads/non-stop-fair-events.exp: Build program with
15431 -DTIMEOUT=$timeout.
15432
01b622d4
DE
154332015-04-06 Doug Evans <xdje42@gmail.com>
15434
15435 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
15436 Fix dest parameter to board_info.
15437 (fpc_compile): Ditto.
15438 (gdb_compile_pascal): Rename dest arg to destfile.
15439
961f4160
PMR
154402015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
15441
15442 * gdb.ada/funcall_ref.exp: New file.
15443 * gdb.ada/funcall_ref/foo.adb: New file.
15444
cafda597
YQ
154452015-04-02 Yao Qi <yao.qi@linaro.org>
15446
15447 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
15448 is remote.
15449
fed040c6
GB
154502015-04-02 Gary Benson <gbenson@redhat.com>
15451
15452 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
15453
d11916aa
SS
154542015-04-01 Sasha Smundak <asmundak@google.com>
15455
15456 * gdb.python/py-unwind-maint.c: New file.
15457 * gdb.python/py-unwind-maint.exp: New test.
15458 * gdb.python/py-unwind-maint.py: New file.
15459 * gdb.python/py-unwind.c: New file.
15460 * gdb.python/py-unwind.exp: New test.
15461 * gdb.python/py-unwind.py: New test.
15462
a1471180
PA
154632015-04-01 Pedro Alves <palves@redhat.com>
15464
15465 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
15466 to fail instead of non-existent $test.
15467
0bbeccb1
PA
154682015-04-01 Pedro Alves <palves@redhat.com>
15469
15470 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
15471 GDBFLAGS if not empty.
15472
3c724c8c
PMR
154732015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
15474
15475 * gdb.ada/complete.exp: Remove "multi_line".
15476 * gdb.ada/info_exc.exp: Remove "multi_line".
15477 * gdb.ada/packed_tagged.exp: Remove "multi_line".
15478 * gdb.ada/ptype_field.exp: Remove "multi_line".
15479 * gdb.ada/sym_print_name.exp: Remove "multi_line".
15480 * gdb.ada/tagged.exp: Remove "multi_line".
15481 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
15482 [multi_line ...]
15483 * gdb.btrace/delta.exp: Likewise.
15484 * gdb.btrace/exception.exp: Likewise.
15485 * gdb.btrace/function_call_history.exp: Likewise.
15486 * gdb.btrace/instruction_history.exp: Likewise.
15487 * gdb.btrace/nohist.exp: Likewise.
15488 * gdb.btrace/record_goto.exp: Likewise.
15489 * gdb.btrace/segv.exp: Likewise.
15490 * gdb.btrace/stepi.exp: Likewise.
15491 * gdb.btrace/tailcall.exp: Likewise.
15492 * gdb.btrace/unknown_functions.exp: Likewise.
15493 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
15494 * lib/gdb.exp: Add the "multi_line" helper.
15495
4eec2deb
PA
154962015-04-01 Pedro Alves <palves@redhat.com>
15497
15498 * gdb.threads/tid-reuse.c: New file.
15499 * gdb.threads/tid-reuse.exp: New file.
15500
df8411da
SDJ
155012015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
15502
15503 PR corefiles/16092
15504 * gdb.base/coredump-filter.c: New file.
15505 * gdb.base/coredump-filter.exp: Likewise.
15506
6ef37366
PM
155072015-03-27 Petr Machata <pmachata@redhat.com>
15508
15509 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
15510 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
15511 (Dwarf::assemble): Initialize them.
15512 (Dwarf::lines): New function.
15513
7ec911b0
JT
155142015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
15515
15516 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
15517 SYMBOL_PREFIX for x86_64-*-cygwin.
15518
ff908ebf
AW
155192015-03-26 Andy Wingo <wingo@igalia.com>
15520
15521 PR symtab/18148
15522 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
15523 const_value but not a location.
15524 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
15525 location defined in non-main CUs are visible.
15526
6d5f0679
YQ
155272015-03-26 Yao Qi <yao.qi@linaro.org>
15528
15529 PR testsuite/18139
15530 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
15531 Add a line number entry for the same line.
15532 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
15533 Add a line number entry for the same line.
15534
2898689b
YQ
155352015-03-26 Yao Qi <yao.qi@linaro.org>
15536
15537 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
15538 .int 0.
15539 (func): Likewise. Add .Lfunc_1 label.
15540 Use .Lfunc_1 label.
15541 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
15542 .int 0.
15543 (func): Likewise.
15544 Use .Lfunc_1 label.
15545
85180498
YQ
155462015-03-26 Yao Qi <yao.qi@linaro.org>
15547
15548 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
15549 Call gdb_compile instead to compile each .s files without debug
15550 information.
15551
8aa08a8d
YQ
155522015-03-26 Yao Qi <yao.qi@linaro.org>
15553
15554 * gdb.base/savedregs.exp (process_saved_regs): Make
15555 "Saved registers:" optional in the pattern.
15556
66849923
MM
155572015-03-25 Markus Metzger <markus.t.metzger@intel.com>
15558
15559 * gdb.btrace/next.exp: Merged into step.exp.
15560 * gdb.btrace/finish.exp: Merged into step.exp.
15561 * gdb.btrace/nexti.exp: Merged into stepi.exp.
15562 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
15563 "record goto" and checking the exact replay position.
15564 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
15565 check for "Recording format" in "info record" output.
15566 * gdb.btrace/record_goto.exp: Choose test file based on target.
15567 * gdb.btrace/x86-record_goto.S: Renamed into ...
15568 * gdb.btrace/x86_64-record_goto.S: ... this.
15569 * gdb.btrace/i686-record_goto.S: New.
15570 * gdb.btrace/x86-tailcall.S: Renamed into ...
15571 * gdb.btrace/x86_64-tailcall.S: ... this.
15572 * gdb.btrace/i686-tailcall.S: New.
15573 * gdb.btrace/x86-tailcall.c: Renamed into ...
15574 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
15575 separate statements. Update test.
15576 * gdb.btrace/delta.exp: Use record_goto.c as test file.
15577 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
15578 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
15579 * gdb.btrace/tailcall.exp: Choose test file based on target.
15580 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
15581
11cc1b74
MM
155822015-03-25 Markus Metzger <markus.t.metzger@intel.com>
15583
15584 * gdb.btrace/exception.exp: Increase BTS buffer size.
15585
a25d8bf9
PA
155862015-03-24 Pedro Alves <palves@redhat.com>
15587
15588 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
15589
856e7dd6
PA
155902015-03-24 Pedro Alves <palves@redhat.com>
15591
15592 * gdb.threads/schedlock.exp (test_step): No longer expect that
15593 "set scheduler-locking step" with "next" over a function call runs
15594 threads unlocked.
15595
ad235a41
AT
155962015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
15597
15598 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
15599
15630549
AT
156002015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
15601
15602 PR breakpoints/16466
15603 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
15604 * gdb.mi/mi-pending.c (thread_func): New function.
15605 (int main): Add threading support required.
15606 * gdb.mi/mi-pending.exp: Add tests for this issue.
15607 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
15608 (pendfunc2): Remove stdio dependency.
15609 * gdb.mi/mi-pendshr2.c: New file.
15610
693dca06
KS
156112015-03-23 Keith Seitz <keiths@redhat.com>
15612
15613 * gdb.linespec/keywords.c: New file.
15614 * gdb.linespec/keywords.exp: New file.
15615
7e993ebf
KS
156162015-03-23 Keith Seitz <keiths@redhat.com>
15617
15618 PR gdb/18021
15619 * gdb.dwarf2/staticvirtual.exp: New test.
15620
bc23328c
JK
156212015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
15622
15623 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
15624 * README: Remove HP-UX and gdb.hp.
15625 (configuration):
15626 * configure: Regenerate.
15627 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
15628 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
15629 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
15630 gdb.hp/gdb.defects/Makefile.
15631 * gdb.hp/Makefile.in: File deleted.
15632 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
15633 * gdb.hp/gdb.aCC/optimize.c: File deleted.
15634 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
15635 * gdb.hp/gdb.aCC/run.c: File deleted.
15636 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
15637 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
15638 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
15639 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
15640 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
15641 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
15642 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
15643 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
15644 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
15645 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
15646 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
15647 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
15648 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
15649 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
15650 * gdb.hp/gdb.base-hp/reg.s: File deleted.
15651 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
15652 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
15653 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
15654 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
15655 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
15656 * gdb.hp/gdb.compat/Makefile.in: File deleted.
15657 * gdb.hp/gdb.compat/average.c: File deleted.
15658 * gdb.hp/gdb.compat/sum.c: File deleted.
15659 * gdb.hp/gdb.compat/xdb.c: File deleted.
15660 * gdb.hp/gdb.compat/xdb0.c: File deleted.
15661 * gdb.hp/gdb.compat/xdb0.h: File deleted.
15662 * gdb.hp/gdb.compat/xdb1.c: File deleted.
15663 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
15664 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
15665 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
15666 * gdb.hp/gdb.defects/Makefile.in: File deleted.
15667 * gdb.hp/gdb.defects/bs14602.c: File deleted.
15668 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
15669 * gdb.hp/gdb.defects/solib-d.c: File deleted.
15670 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
15671 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
15672 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
15673 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
15674 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
15675 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
15676 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
15677 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
15678 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
15679 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
15680 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
15681 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
15682 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
15683 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
15684 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
15685 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
15686 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
15687 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
15688 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
15689 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
15690 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
15691 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
15692 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
15693 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
15694 * gdb.hp/tools/odump: File deleted.
15695
8bf3b159
PA
156962015-03-19 Pedro Alves <palves@redhat.com>
15697
15698 * gdb.threads/continue-pending-status.exp (saw_thread_2)
15699 (saw_thread_3): New globals.
15700 (top level): Increment them when an event for the corresponding
15701 thread is seen.
15702 (no thread starvation): New test.
15703
eb54c8bf
PA
157042015-03-19 Pedro Alves <palves@redhat.com>
15705
15706 * gdb.threads/continue-pending-status.c: New file.
15707 * gdb.threads/continue-pending-status.exp: New file.
15708
32d2e5d6
PA
157092015-03-18 Pedro Alves <palves@redhat.com>
15710
15711 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
15712 Use gdb_is_target_remote instead of is_remote. Use
15713 gdb_test_multiple instead of gdb_expect. Exit early if
15714 gdb_test_multiple hits its internal matches. Tighten stepi tests
15715 expected output. Fail on exit with any signal, instead of just
15716 SIGILL.
15717
f68f11b7
YQ
157182015-03-18 Yao Qi <yao.qi@linaro.org>
15719
15720 PR tdep/18107
15721 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
15722 variable.
15723 * gdb.base/catch-syscall.exp: Don't skip it on
15724 aarch64*-*-linux* target. Remove elements in all_syscalls.
15725 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
15726 target.
15727 (setup_all_syscalls): New proc.
15728
ca5fd19b
YQ
157292015-03-16 Yao Qi <yao.qi@linaro.org>
15730
15731 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
15732 (top level): Skip tests if valid_addr_p returns false for
15733 $cmd1 or $cmd2.
15734
85642ba0
AW
157352015-03-11 Andy Wingo <wingo@igalia.com>
15736
15737 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
15738
e03f9645
YQ
157392015-03-11 Yao Qi <yao.qi@linaro.org>
15740
15741 * gdb.base/catch-syscall.exp: Fix typo in comments.
15742
5d0962b2
YQ
157432015-03-11 Yao Qi <yao.qi@linaro.org>
15744
15745 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
15746
b2df3cef
PA
157472015-03-09 Pedro Alves <palves@redhat.com>
15748
15749 * dg-extract-results.py: Delete.
15750
ef878e53
PA
157512015-03-09 Pedro Alves <palves@redhat.com>
15752
15753 Merge dg-extract-results.sh from GCC upstream (r218843).
15754
15755 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
15756 * dg-extract-results.sh: Use --text with grep to avoid issues with
15757 binary files. Fall back to cat -v, if that doesn't work.
15758
9494d219
PA
157592015-03-05 Pedro Alves <palves@redhat.com>
15760
15761 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
15762
a8d9763a
SM
157632015-03-04 Simon Marchi <simon.marchi@ericsson.com>
15764
15765 * lib/mi-support.exp (mi_expect_interrupt): Accept
15766 alternative event for when in all-stop mode.
15767
be9957b8
PA
157682015-03-04 Pedro Alves <palves@redhat.com>
15769
15770 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
15771
d57be0f4 157722015-03-04 Mark Kettenis <kettenis@gnu.org>
4727d613
MK
15773
15774 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
15775
c214c7cf
AA
157762015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
15777
15778 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
15779 regexps for GDB's current line display, accept a hex address
15780 preceding the line number.
15781
6d74a497
AA
157822015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
15783
15784 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
15785 the 'arch1' variable for "s390*-linux*" targets.
15786
511aee7c
PA
157872015-03-04 Pedro Alves <palves@redhat.com>
15788
15789 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
15790 (main): Pass missing retval argument to pthread_join call.
15791
95e50b27
PA
157922015-03-02 Pedro Alves <palves@redhat.com>
15793
15794 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
15795 (top level): Call do_test with non-stop as well.
15796
28054d69
PA
157972015-03-02 Pedro Alves <palves@redhat.com>
15798
15799 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
15800 -1.
15801
4fa5d7b4
AA
158022015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
15803
15804 * gdb.arch/s390-vregs.exp: New test.
15805 * gdb.arch/s390-vregs.S: New file.
15806
97c18565
PA
158072015-02-27 Pedro Alves <palves@redhat.com>
15808
15809 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
15810 call to catch_command_errors.
15811 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
15812 catch_command_errors.
15813
a37bfa30
PA
158142015-02-27 Pedro Alves <palves@redhat.com>
15815
15816 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
15817 "true" for boolean result.
15818 * gdb.gdb/selftest.exp (test_with_self): Also accept full
15819 prototype of main.
15820
6f98576f
PA
158212015-02-27 Pedro Alves <palves@redhat.com>
15822
15823 * lib/unbuffer_output.c: New file.
15824 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
15825 (main): Call gdb_unbuffer_output.
15826
eba5ab56
YQ
158272015-02-27 Yao Qi <yao.qi@linaro.org>
15828
15829 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
15830 target.
15831
0def5aaa
DE
158322015-02-26 Doug Evans <dje@google.com>
15833
15834 * gdb.cp/class2.cc (Dbase, D): New classes.
15835 (main): New local delta.
15836 * gdb.cp/class2.exp: Test printing delta.
15837 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
15838 (dynbar): New global.
15839 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
15840
081a1c2c
JK
158412015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
15842
15843 * gdb.compile/compile-ifunc.c: New file.
15844 * gdb.compile/compile-ifunc.exp: New file.
15845
2f41223f
AT
158462015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
15847
15848 * gdb.base/structs.exp: Check for correct struct on finish.
15849
03eddd80
YQ
158502015-02-26 Yao Qi <yao.qi@linaro.org>
15851
15852 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
15853 is zero.
15854
80c57053
JK
158552015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
15856
15857 * gdb.arch/cordic.ko.bz2: New file.
15858 * gdb.arch/cordic.ko.debug.bz2: New file.
15859 * gdb.arch/ppc64-symtab-cordic.exp: New file.
15860
21613c12
YQ
158612015-02-25 Yao Qi <yao.qi@linaro.org>
15862
15863 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
15864 aarch64*-*-* target.
15865
d8b901ed
PA
158662015-02-23 Pedro Alves <palves@redhat.com>
15867
15868 * lib/gdb.exp (delete_breakpoints): Rewrite using
15869 gdb_test_multiple.
15870
e5b85ead
PA
158712015-02-23 Pedro Alves <palves@redhat.com>
15872
15873 * gdb.base/info-os.c: Include stdlib.h.
15874
85c3a371
DE
158752015-02-22 Doug Evans <xdje42@gmail.com>
15876
15877 PR symtab/17855
15878 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
15879 is read after symbols have been re-read.
15880 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
15881 * gdb.ada/exec_changed/second.adb (Second): Ditto.
15882
96553a0c
DE
158832015-02-21 Doug Evans <dje@google.com>
15884
15885 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
15886
97a0c697
JK
158872015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
15888
15889 PR corefiles/17808
15890 * gdb.arch/i386-biarch-core.core.bz2: New file.
15891 * gdb.arch/i386-biarch-core.exp: New file.
15892
a47cd6e9
PA
158932015-02-21 Pedro Alves <palves@redhat.com>
15894
15895 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
15896 runto_main fails.
15897
c5facdc4
PA
158982015-02-20 Pedro Alves <palves@redhat.com>
15899
15900 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
15901 info probes.
15902
2db9a427
PA
159032015-02-20 Pedro Alves <palves@redhat.com>
15904
15905 * gdb.threads/multi-create-ns-info-thr.exp: New file.
15906
60fb7e9e
PA
159072015-02-20 Pedro Alves <palves@redhat.com>
15908
15909 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
15910 clean_restart before gdb_target_supports_trace.
15911
5c5019c2
PA
159122015-02-20 Pedro Alves <palves@redhat.com>
15913
15914 PR threads/18006
15915 * gdb.threads/clone-thread_db.c: New file.
15916 * gdb.threads/clone-thread_db.exp: New file.
15917
c9587f88
AT
159182015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
15919
15920 PR breakpoints/16812
15921 * gdb.base/catch-gdb-caused-signals.c: New file.
15922 * gdb.base/catch-gdb-caused-signals.exp: New file.
15923
f6a88844
JM
159242015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
15925
15926 * configure: Regenerated.
15927 * configure.ac: Use GDB_AC_TRANSFORM.
15928 * aclocal.m4: sinclude ../transform.m4.
15929
497c491b
JM
159302015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
15931
15932 * lib/dtrace.exp: New file.
15933 * gdb.base/dtrace-probe.exp: Likewise.
15934 * gdb.base/dtrace-probe.d: Likewise.
15935 * gdb.base/dtrace-probe.c: Likewise.
15936 * lib/pdtrace.in: Likewise.
15937 * configure.ac: Output variables with the transformed names of
15938 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
15939 * configure: Regenerated.
15940
03e98035
JM
159412015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
15942
15943 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
15944 expected message when trying to access $_probe_* convenience
15945 variables while not on a probe.
15946
63cc30e9
JK
159472015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
15948
15949 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
15950
0703599a
PA
159512015-02-11 Pedro Alves <pedro@codesourcery.com>
15952
15953 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
15954 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
15955
7e60a48e
DE
159562015-02-10 Doug Evans <xdje42@gmail.com>
15957
15958 * lib/gdb.exp (gdb_load): Always return a result.
15959
01b088bc
PA
159602015-02-10 Pedro Alves <palves@redhat.com>
15961
15962 * gdb.threads/signal-sigtrap.c: New file.
15963 * gdb.threads/signal-sigtrap.exp: New file.
15964
b05ec7a5
AT
159652015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
15966
15967 * gdb.trace/no-attach-trace.c: New file.
15968 * gdb.trace/no-attach-trace.exp: New file.
15969
a2c2acaf
MW
159702015-02-09 Mark Wielaard <mjw@redhat.com>
15971
15972 * gdb.dwarf2/atomic.c: New file.
15973 * gdb.dwarf2/atomic-type.exp: Likewise.
15974
31fd9caa
MM
159752015-02-09 Markus Metzger <markus.t.metzger@intel.com>
15976
15977 * gdb.btrace/buffer-size.exp: Update "info record" output.
15978 * gdb.btrace/delta.exp: Update "info record" output.
15979 * gdb.btrace/enable.exp: Update "info record" output.
15980 * gdb.btrace/finish.exp: Update "info record" output.
15981 * gdb.btrace/instruction_history.exp: Update "info record" output.
15982 * gdb.btrace/next.exp: Update "info record" output.
15983 * gdb.btrace/nexti.exp: Update "info record" output.
15984 * gdb.btrace/step.exp: Update "info record" output.
15985 * gdb.btrace/stepi.exp: Update "info record" output.
15986 * gdb.btrace/nohist.exp: Update "info record" output.
15987
d33501a5
MM
159882015-02-09 Markus Metzger <markus.t.metzger@intel.com>
15989
15990 * gdb.btrace/buffer-size: New.
15991
f4abbc16
MM
159922015-02-09 Markus Metzger <markus.t.metzger@intel.com>
15993
15994 * gdb.btrace/delta.exp: Update "info record" output.
15995 * gdb.btrace/enable.exp: Update "info record" output.
15996 * gdb.btrace/finish.exp: Update "info record" output.
15997 * gdb.btrace/instruction_history.exp: Update "info record" output.
15998 * gdb.btrace/next.exp: Update "info record" output.
15999 * gdb.btrace/nexti.exp: Update "info record" output.
16000 * gdb.btrace/step.exp: Update "info record" output.
16001 * gdb.btrace/stepi.exp: Update "info record" output.
16002 * gdb.btrace/nohist.exp: Update "info record" output.
16003
b9d61307
SM
160042015-02-06 Simon Marchi <simon.marchi@ericsson.com>
16005
16006 PR gdb/15678
16007 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
16008
e584fdbc
PA
160092015-02-06 Pedro Alves <palves@redhat.com>
16010
16011 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
16012 macro.
16013 (seconds_left, again): New globals.
16014 (main): Wait seconds_left in a 1-second sleep loop instead of
16015 sleeping 180 seconds. If 'again' is set, reset the seconds
16016 counter.
16017 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
16018 'again' in the inferior before detaching. Print the seconds left.
16019 (options): New global.
16020 (top level): Build program with -DTIMEOUT=$timeout.
16021
77f41761
PA
160222015-02-06 Pedro Alves <palves@redhat.com>
16023
16024 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
16025 determine how many seconds to pass to 'alarm'.
16026 * gdb.base/gdb-sigterm.exp (top level): Build program with
16027 -DTIMEOUT=$timeout.
16028 (do_test): Return success/failure indication. Add more verbose
16029 logging. Don't fail if 200 single steps are seen. Instead, fail
16030 when the test times out.
16031 (passes): New global.
16032 (top level): Break the testing loop if testing fails on any
16033 iteration. Use gdb_assert.
16034
b9394193
DB
160352015-02-04 Don Breazeal <donb@codesourcery.com>
16036
16037 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
16038 and initialize them.
16039 (ipc_cleanup): New function.
16040 (main): Don't declare shmid, semid, and msqid. Add a call to
16041 atexit so that we call ipc_cleanup on exit.
16042
42d9e528
PA
160432015-02-04 Pedro Alves <palves@redhat.com>
16044
16045 * boards/native-extended-gdbserver.exp: Remove any target variant
16046 specifications from the board name before clearing the isremote
16047 flag from board_info.
16048
ae6ae975
DE
160492015-01-31 Doug Evans <xdje42@gmail.com>
16050
16051 * gdb.base/maint.exp <maint print type argc>: Update expected output.
16052
cfb069a8
GB
160532015-01-31 Gary Benson <gbenson@redhat.com>
16054
16055 * gdb.base/completion.exp: Disable completion limiting for
16056 existing tests. Add new tests to check completion limiting.
16057 * gdb.linespec/ls-errs.exp: Disable completion limiting.
16058
5dd31d79
DE
160592015-01-31 Doug Evans <xdje42@gmail.com>
16060
16061 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
16062
9f050062
DE
160632015-01-31 Doug Evans <xdje42@gmail.com>
16064
16065 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
16066 entries. Duplicate file section script entries.
16067 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
16068 inlined entries. Add test for safe-path rejection.
16069 * gdb.python/py-section-script.c: Add duplicate inlined section script
16070 entries. Duplicate file section script entries.
16071 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
16072 inlined entries. Add test for safe-path rejection.
16073
df25ebbd
JB
160742015-01-29 Joel Brobecker <brobecker@adacore.com>
16075
16076 * gdb.ada/disc_arr_bound: New testcase.
16077
4a0ca9ec
JB
160782015-01-29 Joel Brobecker <brobecker@adacore.com>
16079
16080 * gdb.ada/mi_var_array: New testcase.
16081
3a8b707a
DE
160822015-01-27 Doug Evans <dje@google.com>
16083
16084 * gdb.python/py-objfile.exp: Add tests for objfile.username.
16085 Add test for objfile.filename, objfile.username after objfile
16086 has been unloaded.
16087
f8313f6e
JB
160882015-01-26 Joel Brobecker <brobecker@adacore.com>
16089
16090 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
16091 the second test to print the name attribute of value
16092 returned by the call to gdb.lookup_type, and adjust
16093 the expected output accordingly.
16094
37bc665e
MW
160952015-01-25 Mark Wielaard <mjw@redhat.com>
16096
16097 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
16098 * gdb.base/disp-step-fork.c: Include unistd.h.
16099 * gdb.base/siginfo-obj.c: Include stdio.h.
16100 * gdb.base/siginfo-thread.c: Likewise.
16101 * gdb.mi/non-stop.c: Include unistd.h.
16102 * gdb.mi/nsthrexec.c: Include stdio.h.
16103 * gdb.mi/pthreads.c: Include unistd.h.
16104 * gdb.modula2/unbounded1.c (main): Declare returns int.
16105 * gdb.reverse/consecutive-reverse.c: Likewise.
16106 * gdb.threads/create-fail.c: Include unistd.h.
16107 * gdb.threads/killed.c: Likewise.
16108 * gdb.threads/linux-dp.c: Likewise.
16109 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
16110 * gdb.threads/non-ldr-exc-2.c: Likewise.
16111 * gdb.threads/non-ldr-exc-3.c: Likewise.
16112 * gdb.threads/non-ldr-exc-4.c: Likewise.
16113 * gdb.threads/pthreads.c: Include unistd.h.
16114 (main): Declare returns int.
16115 * gdb.threads/tls-main.c (foo): New declaration.
16116 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
16117
f7e5394d
SM
161182015-01-23 Simon Marchi <simon.marchi@ericsson.com>
16119
16120 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
16121 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
16122
743649fd
MW
161232015-01-15 Mark Wielaard <mjw@redhat.com>
16124
16125 * gdb.base/noreturn-return.c: New file.
16126 * gdb.base/noreturn-return.exp: New file.
16127 * gdb.base/noreturn-finish.c: New file.
16128 * gdb.base/noreturn-finish.exp: New file.
16129
198297aa
PA
161302015-01-23 Pedro Alves <palves@redhat.com>
16131
16132 * gdb.threads/continue-pending-after-query.c: New file.
16133 * gdb.threads/continue-pending-after-query.exp: New file.
16134
717cf30c
AG
161352015-01-22 Anders Granlund <anders.granlund@ericsson.com>
16136 Simon Marchi <simon.marchi@ericsson.com>
16137
16138 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
16139 * gdb.base/valgrind-db-attach.exp: Same.
16140 * gdb.base/valgrind-infcall.exp: Same.
16141 * lib/mi-support.exp (default_mi_gdb_start): Same.
16142 * lib/prompt.exp (default_prompt_gdb_start): Same.
16143 * lib/gdb.exp (default_gdb_spawn): Same.
16144 (gdb_interact): New.
16145
16146
4b62a76e
JK
161472015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
16148
16149 * gdb.compile/compile.exp (pointer to jit function): New test.
16150
b4cdae6f
WW
161512015-01-17 Wei-cheng Wang <cole945@gmail.com>
16152
16153 * lib/gdb.exp (supports_process_record): Return true for
16154 powerpc*-*-linux*.
16155 (supports_reverse): Likewise.
16156
d221e7ef
DB
161572015-01-15 Don Breazeal <donb@codesourcery.com>
16158
16159 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
16160 instead of checking whether the target board is remote and
16161 use spawn_wait_for_attach instead of exec/sleep.
16162 * gdb.base/attach-twice.exp: Likewise.
16163
bafffb51
JB
161642015-01-15 Joel Brobecker <brobecker@adacore.com>
16165
16166 * gdb.ada/var_arr_attrs: New testcase.
16167
5589af0e
PA
161682015-01-14 Pedro Alves <palves@redhat.com>
16169 Joel Brobecker <brobecker@adacore.com>
16170
16171 PR gdb/17525
16172 * gdb.base/bp-cmds-execution-x-script.c: New file.
16173 * gdb.base/bp-cmds-execution-x-script.exp: New file.
16174 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
16175
6c400b59
PA
161762015-01-14 Pedro Alves <palves@redhat.com>
16177
16178 PR cli/17828
16179 * gdb.base/batch-preserve-term-settings.c: New file.
16180 * gdb.base/batch-preserve-term-settings.exp: New file.
16181
e02c96a7
DE
161822015-01-13 Doug Evans <dje@google.com>
16183
16184 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
16185 binary.
16186
576fd14c
JB
161872015-01-13 Joel Brobecker <brobecker@adacore.com>
16188
16189 * Makefile.in (clean mostlyclean): Do not delete *.py.
16190
04dccad0
JB
161912015-01-13 Joel Brobecker <brobecker@adacore.com>
16192
16193 * gdb.python/py-lookup-type.exp: New file.
16194
3d230f71
PA
161952015-01-12 Pedro Alves <palves@redhat.com>
16196
16197 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
16198 restore GDBFLAGS before returning.
16199
7e67715d
JK
162002015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
16201
16202 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
16203 is_amd64_regs_target and is_x86_like_target.
16204
f2e0d4b4
DE
162052015-01-11 Doug Evans <xdje42@gmail.com>
16206
16207 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
16208 is given without an explicit form.
16209 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
16210 attributes.
16211 * gdb.dwarf/corrupt.exp: Ditto.
16212 * gdb.dwarf2/enum-type.exp: Ditto.
16213 * gdb.trace/entry-values.exp: Ditto.
16214 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
16215
439250fb
DE
162162015-01-11 Doug Evans <xdje42@gmail.com>
16217
16218 PR gdb/15830
16219 * gdb.base/maint.exp: Remove references to "maint demangle".
16220 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
16221 Add tests for explicitly specifying language to demangle.
16222 * gdb.dlang/demangle.exp: Ditto.
16223
ede9f622
PA
162242015-01-09 Pedro Alves <palves@redhat.com>
16225
16226 * gdb.threads/non-stop-fair-events.c: New file.
16227 * gdb.threads/non-stop-fair-events.exp: New file.
16228
a7b796db
PA
162292015-01-09 Pedro Alves <palves@redhat.com>
16230
16231 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
16232 the global scope. Set a breakpoint after all threads are started
16233 rather than stepping over two source lines. Expect the prompt.
16234 * gdb.base/watch_thread_num.c (threads_started_barrier): New
16235 global.
16236 (NUM): Now 15.
16237 (main): Use threads_started_barrier to wait for all threads to
16238 start. Main thread no longer calls thread_function. Exit after
16239 180 seconds.
16240 (loop): New function.
16241 (thread_function): Wait on threads_started_barrier barrier. Call
16242 'loop' at each iteration.
16243 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
16244 threads have started, instead of hardcoding number of "next"
16245 steps. Use an access watchpoint instead of a write watchpoint.
16246
9665ffdd
PA
162472015-01-09 Pedro Alves <palves@redhat.com>
16248
16249 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
16250 (thread_func): Wait on barrier.
16251 (main): Wait for all threads to start before stopping GDB.
16252 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
16253 global.
16254 (thread1_func, thread2_func): Wait on barrier.
16255 (main): Wait for all threads to start before stopping GDB.
16256 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
16257 New global.
16258 (thread1_func, thread2_func): Wait on barrier.
16259 (main): Wait for all threads to start before stopping GDB.
16260
c945a99f
PA
162612015-01-09 Pedro Alves <palves@redhat.com>
16262
16263 * gdb.threads/attach-many-short-lived-threads.c: New file.
16264 * gdb.threads/attach-many-short-lived-threads.exp: New file.
16265
c1a747c1
PA
162662014-01-09 Pedro Alves <palves@redhat.com>
16267
16268 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
16269 instead of to thread 2.
16270 * gdb.threads/signal-command-multiple-signals-pending.c (main):
16271 Add barrier around each pthread_create call instead of around all
16272 calls.
16273 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
16274 Set a break on thread_function and have the child threads hit it
16275 one at at a time.
16276
60b3033e
PA
162772015-01-09 Pedro Alves <palves@redhat.com>
16278
16279 * lib/gdb.exp (can_spawn_for_attach): New procedure.
16280 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
16281 false.
16282 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
16283 checking whether the target board is remote.
16284 * gdb.multi/multi-attach.exp: Likewise.
16285 * gdb.python/py-sync-interp.exp: Likewise.
16286 * gdb.server/ext-attach.exp: Likewise.
16287 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
16288 tests that need to attach, instead of checking whether the target
16289 board is remote at the top of the file.
16290
acc018ac
YQ
162912015-01-08 Yao Qi <yao@codesourcery.com>
16292
16293 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
16294
50a18af8
JK
162952015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
16296
16297 Fix testcase compilation.
16298 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
16299
8503d6e1
JB
163002015-01-06 Joel Brobecker <brobecker@adacore.com>
16301
16302 * gdb.python/py-type.exp: Add a couple test about empty
16303 array creation, and negative-length array creation.
16304
cc73dbcc
DE
163052015-01-02 Doug Evans <xdje42@gmail.com>
16306
16307 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
16308
0300bbc7
DE
163092015-01-02 Doug Evans <dje@google.com>
16310
16311 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
16312
9d85a0ec
YQ
163132014-12-29 Yao Qi <yao@codesourcery.com>
16314
16315 * gdb.trace/entry-values.exp: Update comments. Rename variable
16316 bar_call_foo to returned_from_foo.
16317
87186c6a
MMN
163182014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
16319
16320 PR gdb/17394
16321 * gdb.linespec/break-asm-file.c: New file.
16322 * gdb.linespec/break-asm-file.exp: New file.
16323 * gdb.linespec/break-asm-file0.s: New file.
16324 * gdb.linespec/break-asm-file1.s: New file.
16325
1bab7383
YQ
163262014-12-18 Nigel Stephens <nigel@mips.com>
16327 Maciej W. Rozycki <macro@codesourcery.com>
16328
16329 * gdb.base/float.exp: Handle the new output from "info float" on
16330 MIPS targets.
16331
1bc1068a
JK
163322014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
16333
16334 Fix MinGW compilation.
16335 * gdb.compile/compile-ops.exp: Update untested message if
16336 !skip_compile_feature_tests.
16337 * gdb.compile/compile-setjmp.exp: Likewise.
16338 * gdb.compile/compile-tls.exp: Likewise.
16339 * gdb.compile/compile.exp: Likewise.
16340 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
16341 supported on this host".
16342
b6615d10
DE
163432014-12-16 Doug Evans <xdje42@gmail.com>
16344
16345 * boards/stabs.exp: New file.
16346
25dda427
AA
163472014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
16348
16349 * gdb.base/completion.exp: Adjust to format changes of "maint
16350 print user-registers".
16351
bf330350
CU
163522014-12-16 Catalin Udma <catalin.udma@freescale.com>
16353
16354 PR server/17457
16355 * gdb.arch/aarch64-fp.c: New file.
16356 * gdb.arch/aarch64-fp.exp: New file.
16357
395cf596
SDJ
163582014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
16359
16360 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
16361 r210637, r210913, r211666, r215400, r215817).
16362
16363 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
16364 * dg-extract-results.py: New file.
16365 * dg-extract-results.sh: Use it if the environment seems
16366 suitable.
16367
16368 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
16369
16370 * dg-extract-results.py (parse_run): Handle warnings that
16371 are printed before a test harness is run.
16372
16373 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
16374
16375 * dg-extract-results.py (Named): Remove __cmp__ method.
16376 (output_variation): Use a key to sort variation.harnesses.
16377
16378 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
16379
16380 * dg-extract-results.py: For Python 3, force sys.stdout to
16381 handle surrogate escape sequences.
16382 (safe_open): New function.
16383 (output_segment, main): Use it.
16384
16385 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
16386
16387 * dg-extract-results.py (Prog.result_re): Include options
16388 in test name.
16389
16390 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
16391
16392 * dg-extract-results.py (output_variation): Always sort if
16393 do_sum.
16394
e882ef3c
SM
163952014-12-15 Simon Marchi <simon.marchi@ericsson.com>
16396
16397 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
16398 as long as we get pagination notifications.
16399
4992aa20
JM
164002014-12-15 Jason Merrill <jason@redhat.com>
16401
16402 * Makefile.in (check-gdb.%): Restore.
16403 * README: Mention it.
16404
c1b5a1a6
JB
164052014-12-13 Joel Brobecker <brobecker@adacore.com>
16406
16407 * gdb.ada/str_uninit: New testcase.
16408
5537b577
JK
164092014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
16410
16411 PR symtab/17642
16412 * gdb.base/vla-stub-define.c: New file.
16413 * gdb.base/vla-stub.c: New file.
16414 * gdb.base/vla-stub.exp: New file.
16415
bb2ec1b3
TT
164162014-12-12 Phil Muldoon <pmuldoon@redhat.com>
16417 Jan Kratochvil <jan.kratochvil@redhat.com>
16418 Tom Tromey <tromey@redhat.com>
16419
16420 * configure.ac: Add gdb.compile/.
16421 * configure: Regenerate.
16422 * gdb.compile/Makefile.in: New file.
16423 * gdb.compile/compile-ops.exp: New file.
16424 * gdb.compile/compile-ops.c: New file.
16425 * gdb.compile/compile-tls.c: New file.
16426 * gdb.compile/compile-tls.exp: New file.
16427 * gdb.compile/compile-constvar.S: New file.
16428 * gdb.compile/compile-constvar.c: New file.
16429 * gdb.compile/compile-mod.c: New file.
16430 * gdb.compile/compile-nodebug.c: New file.
16431 * gdb.compile/compile-setjmp-mod.c: New file.
16432 * gdb.compile/compile-setjmp.c: New file.
16433 * gdb.compile/compile-setjmp.exp: New file.
16434 * gdb.compile/compile-shlib.c: New file.
16435 * gdb.compile/compile.c: New file.
16436 * gdb.compile/compile.exp: New file.
16437 * lib/gdb.exp (skip_compile_feature_tests): New proc.
16438
4ff709eb
TT
164392014-12-12 Tom Tromey <tromey@redhat.com>
16440
16441 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
16442 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
16443
6dddd6a5
DE
164442014-12-12 Doug Evans <dje@google.com>
16445
16446 * lib/gdb-python.exp (get_python_valueof): New function.
16447 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
16448
71c24708
AA
164492014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
16450
16451 * gdb.base/completion.exp: Add test for completion of "info
16452 registers ".
16453
3e29f34a
MR
164542014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
16455
16456 * gdb.base/func-ptrs.c: New file.
16457 * gdb.base/func-ptrs.exp: New file.
16458
fc126975
SM
164592014-12-10 Simon Marchi <simon.marchi@ericsson.com>
16460
16461 PR breakpoints/17012
16462 * gdb.base/dprintf-detach.c: New file.
16463 * gdb.base/dprintf-detach.exp: New file.
16464
0a46d518
SM
164652014-12-10 Simon Marchi <simon.marchi@ericsson.com>
16466
16467 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
16468 * lib/gdb.exp (target_is_gdbserver): New procedure.
16469
a0be3e44
DE
164702014-12-08 Doug Evans <dje@google.com>
16471
16472 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
16473
df1b803a
YQ
164742014-12-05 Yao Qi <yao@codesourcery.com>
16475
16476 * gdb.guile/scm-error.exp: Remove the third argument to
16477 gdb_remote_download.
16478 * gdb.guile/scm-frame-args.exp: Likewise.
16479 * gdb.guile/scm-section-script.exp: Likewise.
16480
ddb9f679
YQ
164812014-12-05 Yao Qi <yao@codesourcery.com>
16482
16483 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
16484
86e4ed39
DE
164852014-12-04 Doug Evans <dje@google.com>
16486
16487 * gdb.python/py-objfile.exp: Add tests for
16488 objfile.add_separate_debug_file.
16489
7c50a931
DE
164902014-12-04 Doug Evans <dje@google.com>
16491
16492 * lib/gdb.exp (get_build_id): New function.
16493 (build_id_debug_filename_get): Rewrite to use it.
16494 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
16495
621661e3
MR
164962014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
16497
16498 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
16499 `method(long)', not just 0x0.
16500 * gdb.cp/nsalias.exp: Align code labels to 4.
16501 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
16502 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
16503 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
16504 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
16505 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
16506 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
16507
29f0c3b7
DE
165082014-12-02 Doug Evans <dje@google.com>
16509
e1e061e7 16510 PR symtab/17602
29f0c3b7 16511 * gdb.cp/anon-ns.cc: Move guts of this file to ...
e1e061e7 16512 * gdb.cp/anon-ns2.cc: ... here. New file.
29f0c3b7
DE
16513 * gdb.cp/anon-ns.exp: Update.
16514
162078c8
NB
165152014-12-02 Nick Bull <nicholaspbull@gmail.com>
16516
16517 * gdb.python/py-events.py (inferior_call_handler): New.
16518 (register_changed_handler, memory_changed_handler): New.
16519 (test_events.invoke): Register new handlers.
16520 * gdb.python/py-events.exp: Add tests for inferior call,
16521 memory_changed and register_changed events.
16522
fdb09caf
AA
165232014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
16524
16525 * gdb.base/execl-update-breakpoints.exp: Specify the link address
16526 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
16527 if the linker doesn't understand this.
16528
55cfb2c4
SM
165292014-12-01 Simon Marchi <simon.marchi@ericsson.com>
16530
16531 * gdb.python/python.exp: Change expected reply to help().
16532
9e8cd6df
YQ
165332014-12-01 Yao Qi <yao@codesourcery.com>
16534
16535 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
16536 AC_CONFIG_SUBDIRS(gdb.gdbtk).
16537 * configure: Re-generated.
16538
6c659fc2
SC
165392014-11-28 Siva Chandra Reddy <sivachandra@google.com>
16540
16541 * gdb.cp/chained-calls.cc: New file.
16542 * gdb.cp/chained-calls.exp: New file.
16543 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
16544
d7fc3181
SM
165452014-11-28 Simon Marchi <simon.marchi@ericsson.com>
16546
16547 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
16548 * gdb.dwarf2/symtab-producer.exp: Same.
16549 * gdb.gdb/python-interrupts.exp: Same.
16550 * gdb.gdb/python-selftest.exp: Same.
16551 * gdb.python/py-linetable.exp: Same.
16552 * gdb.python/py-type.exp: Same.
16553 * gdb.python/py-value-cc.exp: Same.
16554 * gdb.python/py-value.exp: Same.
16555
10e79639
YQ
165562014-11-28 Yao Qi <yao@codesourcery.com>
16557
16558 * gdb.base/break-probes.exp: Match library name prefixed with
16559 sysroot.
16560
f28a0564
SM
165612014-11-27 Simon Marchi <simon.marchi@ericsson.com>
16562
16563 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
16564 test expected output. Add parentheses for the call to print.
16565 Remove L suffix from integers.
16566
3fe1ce1d
DE
165672014-11-26 Doug Evans <dje@google.com>
16568
16569 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
16570
84429e27
YQ
165712014-11-22 Yao Qi <yao@codesourcery.com>
16572
16573 * gdb.trace/entry-values.c: Remove asms.
16574 (foo): Add foo_label.
16575 (bar): Add bar_label.
16576 * gdb.trace/entry-values.exp: Remove code computing foo's
16577 length and bar's length.
16578 (Dwarf::assemble): Invoke function_range for bar and use
16579 MACRO_AT_func for foo.
16580
26741859
YQ
165812014-11-22 Yao Qi <yao@codesourcery.com>
16582
16583 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
16584 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
16585 Use .Lgcc43_procstart instead of gcc43.
16586
45e44d27
JB
165872014-11-21 Joel Brobecker <brobecker@adacore.com>
16588
16589 * gdb.ada/n_arr_bound: New testcase.
16590
458c8db8
SDJ
165912014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
16592
16593 PR breakpoints/10737
16594 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
16595 test_catch_syscall_multi_arch.
16596 (test_catch_syscall_multi_arch): New function.
16597
43f3e411
DE
165982014-11-20 Doug Evans <xdje42@gmail.com>
16599
16600 * gdb.base/maint.exp: Update expected output.
16601
0d7b2549
AA
166022014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
16603
16604 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
16605 4-byte instruction on S390.
16606
8908fca5
JB
166072014-11-19 Joel Brobecker <brobecker@adacore.com>
16608
16609 * gdb.ada/arr_arr: New testcase.
16610
4a46959e
JB
166112014-11-19 Joel Brobecker <brobecker@adacore.com>
16612
16613 * gdb.ada/pkd_arr_elem: New Testcase.
16614
470e2f4e
LM
166152014-11-18 Luis Machado <lgustavo@codesourcery.com>
16616
16617 * gdb.reverse/break-precsave: Expect completion message for
16618 core file reads.
16619 * gdb.reverse/consecutive-precsave.exp: Likewise.
16620 * gdb.reverse/finish-precsave.exp: Likewise.
16621 * gdb.reverse/i386-precsave.exp: Likewise.
16622 * gdb.reverse/machinestate-precsave.exp: Likewise.
16623 * gdb.reverse/sigall-precsave.exp: Likewise.
16624 * gdb.reverse/solib-precsave.exp: Likewise.
16625 * gdb.reverse/step-precsave.exp: Likewise.
16626 * gdb.reverse/until-precsave.exp: Likewise.
16627 * gdb.reverse/watch-precsave.exp: Likewise.
16628
a267f3ad
AA
166292014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
16630
16631 * gdb.base/bp-permanent.c: Include unistd.h.
16632 * gdb.python/py-framefilter-mi.c (main): Add return type.
16633 * gdb.python/py-framefilter.c (main): Likewise.
16634 * gdb.trace/actions-changed.c (main): Likewise.
16635
12084a9a
AA
166362014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
16637
16638 * gdb.mi/until.c: Add eye-catchers.
16639 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
16640 line numbers.
16641
dc7e1a77
AA
166422014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
16643
16644 * gdb.base/condbreak.exp: Drop references to removed non-prototype
16645 function header variants in break1.c.
16646 * gdb.base/ena-dis-br.exp: Likewise.
16647 * gdb.base/hbreak2.exp: Likewise.
16648 * gdb.reverse/until-precsave.exp: Drop references to removed
16649 non-prototype function header variants in ur1.c.
16650 * gdb.reverse/until-reverse.exp: Likewise.
16651
41c77605
PM
166522014-11-17 Petr Machata <pmachata@redhat.com>
16653
16654 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
16655 ${_cu_offset_size} bytes abbrev offset.
16656
34248c3a
DE
166572014-11-15 Doug Evans <xdje42@gmail.com>
16658
16659 PR symtab/17559
16660 * gdb.base/line-symtabs.exp: New file.
16661 * gdb.base/line-symtabs.c: New file.
16662 * gdb.base/line-symtabs.h: New file.
16663
646da059
YQ
166642014-11-14 Yao Qi <yao@codesourcery.com>
16665
16666 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
16667 (func): Add label func_label.
16668 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
16669 Replace low_pc and high_pc with MACRO_AT_range.
16670 Replace name, low_pc and high_pc with MACRO_AT_func.
16671
9301ebe6
YQ
166722014-11-14 Yao Qi <yao@codesourcery.com>
16673
16674 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
16675 Replace name, low_pc and high_pc with MACRO_AT_func.
16676
f166b542
YQ
166772014-11-14 Yao Qi <yao@codesourcery.com>
16678
16679 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
16680 produce debug information.
16681 * gdb.dwarf2/implptr-optimized-out.S: Removed.
16682
0f6e71e3
YQ
166832014-11-14 Yao Qi <yao@codesourcery.com>
16684
16685 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
16686 object and get function length.
16687 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
16688 with MACRO_AT_func.
16689 (top-level): Replace gdb_compile and clean_restart with
16690 prepare_for_testing.
16691 * gdb.dwarf2/main.c (main): Add label main_label.
16692
876c4df9
YQ
166932014-11-14 Yao Qi <yao@codesourcery.com>
16694
16695 * lib/dwarf.exp (function_range): New procedure.
16696 (Dwarf::_handle_macro_at_func): New procedure.
16697 (Dwarf::_handle_macro_at_range): New procedure.
16698 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
16699
02ad9cf1
YQ
167002014-11-14 Yao Qi <yao@codesourcery.com>
16701
16702 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
16703 (_handle_attribute): New procedure.
16704
a59add0c
AA
167052014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16706
16707 * gdb.ada/cond_lang/foo.c (callme): Add return type.
16708 * gdb.base/call-sc.c (zed): Likewise.
16709 * gdb.base/checkpoint.c (main): Likewise.
16710 * gdb.base/dump.c (main): Likewise.
16711 * gdb.base/gcore.c (main): Likewise.
16712 * gdb.base/huge.c (main): Likewise.
16713 * gdb.base/multi-forks.c (main): Likewise.
16714 * gdb.base/pr10179-a.c (main): Likewise.
16715 * gdb.base/savedregs.c (main): Likewise.
16716 * gdb.base/sigaltstack.c (main): Likewise.
16717 * gdb.base/siginfo.c (main): Likewise.
16718 * gdb.base/structs.c (zed): Likewise.
16719 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
16720 * gdb.mi/mi-syn-frame.c (main): Likewise.
16721 * gdb.mi/until.c (foo, main): Likewise.
16722 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
16723 * gdb.base/solib-weak.c (foo): Declare.
16724 * gdb.base/attach-twice.c: Include stdio.h.
16725 * gdb.base/weaklib1.c: Likewise.
16726 * gdb.base/weaklib2.c: Likewise.
16727 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
16728 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
16729 unistd.h.
16730 * gdb.base/attach-pie-misread.c: Include stdlib.h.
16731 * gdb.mi/mi-exit-code.c: Likewise.
16732 * gdb.base/break-interp-lib.c: Include string.h.
16733 * gdb.base/coremaker.c: Likewise.
16734 * gdb.base/testenv.c: Likewise.
16735 * gdb.python/py-finish-breakpoint.c: Likewise.
16736 * gdb.base/inferior-died.c: Include sys/wait.h.
16737 * gdb.base/fileio.c: Include time.h.
16738 * gdb.base/async-shell.c: Include unistd.h.
16739 * gdb.base/dprintf-non-stop.c: Likewise.
16740 * gdb.base/info-os.c: Likewise.
16741 * gdb.mi/mi-console.c: Likewise.
16742 * gdb.mi/watch-nonstop.c: Likewise.
16743 * gdb.python/py-events.c: Likewise.
16744 * gdb.base/async.c (baz): Move up before its invocation.
16745 * gdb.base/code_elim2.c (my_global_func): Likewise.
16746 * gdb.base/skip-solib-lib.c (multiply): Likewise.
16747 * gdb.base/advance.c (func2): Likewise.
16748
3b5d5997
AA
167492014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16750
16751 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
16752 variant.
16753 * gdb.base/annota3.c: Likewise.
16754 * gdb.base/async.c: Likewise.
16755 * gdb.base/average.c: Likewise.
16756 * gdb.base/call-ar-st.c: Likewise.
16757 * gdb.base/call-rt-st.c: Likewise.
16758 * gdb.base/call-sc.c: Likewise.
16759 * gdb.base/call-strs.c: Likewise.
16760 * gdb.base/ending-run.c: Likewise.
16761 * gdb.base/execd-prog.c: Likewise.
16762 * gdb.base/exprs.c: Likewise.
16763 * gdb.base/foll-exec.c: Likewise.
16764 * gdb.base/foll-fork.c: Likewise.
16765 * gdb.base/foll-vfork.c: Likewise.
16766 * gdb.base/funcargs.c: Likewise.
16767 * gdb.base/gcore.c: Likewise.
16768 * gdb.base/jump.c: Likewise.
16769 * gdb.base/langs0.c: Likewise.
16770 * gdb.base/langs1.c: Likewise.
16771 * gdb.base/langs2.c: Likewise.
16772 * gdb.base/mips_pro.c: Likewise.
16773 * gdb.base/nodebug.c: Likewise.
16774 * gdb.base/opaque0.c: Likewise.
16775 * gdb.base/opaque1.c: Likewise.
16776 * gdb.base/recurse.c: Likewise.
16777 * gdb.base/run.c: Likewise.
16778 * gdb.base/scope0.c: Likewise.
16779 * gdb.base/scope1.c: Likewise.
16780 * gdb.base/setshow.c: Likewise.
16781 * gdb.base/setvar.c: Likewise.
16782 * gdb.base/shmain.c: Likewise.
16783 * gdb.base/shr1.c: Likewise.
16784 * gdb.base/shr2.c: Likewise.
16785 * gdb.base/sigall.c: Likewise.
16786 * gdb.base/signals.c: Likewise.
16787 * gdb.base/so-indr-cl.c: Likewise.
16788 * gdb.base/solib2.c: Likewise.
16789 * gdb.base/structs.c: Likewise.
16790 * gdb.base/sum.c: Likewise.
16791 * gdb.base/vforked-prog.c: Likewise.
16792 * gdb.base/watchpoint.c: Likewise.
16793 * gdb.reverse/shr2.c: Likewise.
16794 * gdb.reverse/until-reverse.c: Likewise.
16795 * gdb.reverse/ur1.c: Likewise.
16796 * gdb.reverse/watch-reverse.c: Likewise.
16797
066a77c5
AA
167982014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16799
16800 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
16801 variant.
16802 * gdb.base/sepdebug.exp: Drop references to removed code.
16803
4f204ea5
AA
168042014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16805
16806 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
16807 variant. Preserve original line numbering.
16808 * gdb.base/list1.c: Likewise.
16809
3b377a3a
AA
168102014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16811
16812 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
16813 variant.
16814 * gdb.base/break1.c: Likewise.
16815 * gdb.base/break.exp: Drop references to removed code.
16816
e444df73
AA
168172014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16818
16819 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
16820 variant.
16821
8008f2a7
AA
168222014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16823
16824 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
16825
a5a06887
AA
168262014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16827
16828 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
16829 logic into perform_all_tests() and invoke it with and without
16830 function header prototypes.
16831 (do_function_calls): Remove conditional XFAIL for PR 5318.
16832 (rerun_and_prepare): Remove duplicate code.
16833 (perform_all_tests): New. Main logic moved here.
16834
44dba9b9
AA
168352014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16836
16837 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
16838 code guarded by #ifdef NO_PROTOTYPES.
16839 (t_double_many_args): Likewise.
16840 (DEF_FUNC_MANY_ARGS_1): Likewise.
16841 (DEF_FUNC_VALUES_1): Likewise.
16842 (t_structs_ldc): Renamed from t_structs_fc in conditional code
16843 guarded by #ifdef PROTOTYPES.
16844
d1fbcd56
AA
168452014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16846
16847 * gdb.mi/mi-console.c: Add eye-catcher.
16848 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
16849 instead of literal line number.
16850
b0e59b8f
AA
168512014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16852
16853 * gdb.base/shr2.c: Add eye-catcher.
16854 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
16855 line number.
16856
78f98cca
AA
168572014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16858
16859 * gdb.base/jump.c: Add eye-catchers.
16860 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
16861 numbers.
16862
58fa2af0
AA
168632014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16864
16865 * gdb.base/execd-prog.c: Add eye-catchers.
16866 * gdb.base/foll-exec.c: Likewise.
16867 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
16868 line numbers.
16869
04e5059b
AA
168702014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16871
16872 * gdb.base/ending-run.c: Add eye-catchers.
16873 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
16874 literal line numbers.
16875
dbfdb174
AA
168762014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16877
16878 * gdb.base/call-rt-st.c: Add eye-catchers.
16879 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
16880 literal line numbers.
16881
888a2ade
AA
168822014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16883
16884 * gdb.base/call-ar-st.c: Add eye-catchers.
16885 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
16886 literal line numbers.
16887
6acc2dde
AA
168882014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16889
16890 * gdb.base/average.c: Add eye-catchers.
16891 * gdb.base/sum.c: Likewise.
16892 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
16893 regexps dynamically.
16894
9ecfcd1d
AA
168952014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16896
16897 * gdb.base/solib1.c: Add eye-catchers.
16898 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
16899 literal line numbers.
16900
78708b7c
PA
169012014-11-12 Pedro Alves <palves@redhat.com>
16902
16903 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
16904 leader has exited.
16905
af48d08f
PA
169062014-11-12 Pedro Alves <palves@redhat.com>
16907
16908 * gdb.arch/i386-bp_permanent.c: New file.
16909 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
16910 (srcfile): Set to i386-bp_permanent.c.
16911 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
16912 that stepi does not execute the 'leave' instruction, instead of
16913 testing it does execute.
16914 * gdb.base/bp-permanent.c: New file.
16915 * gdb.base/bp-permanent.exp: New file.
16916
af3768e9
DE
169172014-11-10 Doug Evans <xdje42@gmail.com>
16918
16919 PR symtab/17564
16920 * gdb.base/symtab-search-order.exp: New file.
16921 * gdb.base/symtab-search-order.c: New file.
16922 * gdb.base/symtab-search-order-1.c: New file.
16923 * gdb.base/symtab-search-order-shlib-1.c: New file.
16924
9de00a4a
PA
169252014-11-07 Pedro Alves <palves@redhat.com>
16926
16927 PR gdb/17511
16928 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
16929 i?86-*-linux*.
16930
e0f52461
SC
169312014-11-03 Siva Chandra Reddy <sivachandra@google.com>
16932
16933 PR c++/17494
16934 * gdb.cp/pr17494.cc: New file.
16935 * gdb.cp/pr17494.exp: New file.
16936
6ce8c980
YQ
169372014-11-02 Yao Qi <yao@codesourcery.com>
16938
16939 * gdb.python/python.exp: Get working directory and match the
16940 output of "set extended-prompt \\w " with it.
16941
02be9a71
DE
169422014-10-30 Doug Evans <dje@google.com>
16943
16944 * gdb.python/py-objfile.exp: Add tests for setting random attributes
16945 in objfiles.
16946 * gdb.python/py-progspace.exp: Add tests for setting random attributes
16947 in progspaces.
16948
3bdff46b
LM
169492014-10-30 Janis Johnson <janisjo@codesourcery.com>
16950
16951 * gdb.base/fullpath-expand.exp: Skip for a remote host.
16952 * gdb.base/realname-expand.exp: Likewise.
16953 * gdb.linespec/macro-relative.exp: Likewise.
16954
ab917dfb
PA
169552014-10-29 Pedro Alves <palves@redhat.com>
16956
16957 PR gdb/17408
16958 * gdb.threads/schedlock.c (some_function): New function.
16959 (call_function): New global.
16960 (MAYBE_CALL_SOME_FUNCTION): New macro.
16961 (thread_function): Call it.
16962 * gdb.threads/schedlock.exp (get_args): Add description parameter,
16963 and use it instead of a global counter. Adjust all callers.
16964 (get_current_thread): Use "find current thread" for test message
16965 here rather than having all callers pass down the same string.
16966 (goto_loop): New procedure, factored out from ...
16967 (my_continue): ... this.
16968 (step_ten_loops): Change parameter from test message to command to
16969 use. Adjust.
16970 (list_count): Delete global.
16971 (check_result): New procedure, factored out from duplicate top
16972 level code.
16973 (continue tests): Wrap in with_test_prefix.
16974 (test_step): New procedure, factored out from duplicate top level
16975 code.
16976 (top level): Test "step" in combination with all scheduler-locking
16977 modes. Test "next" in combination with all scheduler-locking
16978 modes, and in combination with stepping over a function call or
16979 not.
16980 * gdb.threads/next-bp-other-thread.c: New file.
16981 * gdb.threads/next-bp-other-thread.exp: New file.
16982
d3d4baed
PA
169832014-10-29 Pedro Alves <palves@redhat.com>
16984
16985 PR python/17372
16986 * gdb.python/python.exp: Test a multi-line command that spawns
16987 interactive Python.
16988 * gdb.base/multi-line-starts-subshell.exp: New file.
16989
563e8d85
YQ
169902014-10-29 Yao Qi <yao@codesourcery.com>
16991
16992 * gdb.base/fileio.exp: Make directories on host.
16993
0ea4d52e
YQ
169942014-10-29 Yao Qi <yao@codesourcery.com>
16995
16996 * gdb.base/fileio.c (test_write): Close the file.
16997
7f5ef605
PA
169982014-10-28 Pedro Alves <palves@redhat.com>
16999
17000 PR gdb/12623
17001 * gdb.base/sigstep.c (no_handler): New global.
17002 (main): If 'no_handler is true, set the signal handlers to
17003 SIG_IGN.
17004 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
17005 with_sw_watch and no_handler parameters. Handle them.
17006 (top level) <stepping over handler when stopped at a breakpoint
17007 test>: Add a test axis for testing with a software watchpoint, and
17008 another for testing with the signal handler set to SIG_IGN.
17009 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
17010 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
17011
abbdbd03
PA
170122014-10-28 Pedro Alves <palves@redhat.com>
17013
17014 PR gdb/17511
17015 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
17016 * gdb.base/sigstep.exp (other_handler_location): New global.
17017 (advance): Support stepping into the signal handler, and running
17018 commands while in the handler.
17019 (in_handler_map): New global.
17020 (top level): In the advance test, add combinations for getting
17021 into the handler with stepping commands, and for running commands
17022 in the handler. Add comment descripting the advancei tests.
17023
1df4399f
PA
170242014-10-28 Pedro Alves <palves@redhat.com>
17025
17026 * gdb.base/sigstep.exp: Use build_executable instead of
17027 prepare_for_testing.
17028 (top level): Move code that starts GDB, runs to main and creates a
17029 display to ...
17030 (restart): ... this new procedure.
17031 (top level): Move backtrace from signal handler test to ...
17032 (validate_backtrace): ... this new procedure.
17033 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
17034 with_test_prefix. Always restart GDB.
17035 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
17036 with_test_prefix. Always restart GDB. No need to delete
17037 breakpoints after the test.
17038 (test_skip_handler): Remove prefix parameter.
17039 (skip_over_handler, breakpoint_to_handler)
17040 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
17041 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
17042 restart GDB. No need to delete breakpoints after the test.
17043 (top level): Use foreach to call the test procedures with
17044 different commands.
17045
a5b6e449
PA
170462014-10-28 Pedro Alves <palves@redhat.com>
17047
17048 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
17049 instead of GNATS numbers.
17050 * gdb.base/sigbpt.exp: Likewise.
17051 * gdb.base/siginfo.exp: Likewise.
17052 * gdb.base/sigstep.exp: Likewise.
17053
e5f8a7cc
PA
170542014-10-27 Pedro Alves <palves@redhat.com>
17055
17056 * gdb.base/sigstep.c (dummy): New global.
17057 (main): Issue a couple writes to the new global.
17058 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
17059 procedures.
17060 (skip_over_handler): Use test_skip_handler.
17061 (top level): Call skip_over_handler for stepi and nexti too.
17062 (breakpoint_over_handler): Use test_skip_handler.
17063 (top level): Call breakpoint_over_handler for stepi and nexti too.
17064
763905a3
YQ
170652014-10-27 Yao Qi <yao@codesourcery.com>
17066
17067 * gdb.trace/tfile.c (adjust_function_address)
17068 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
17069 function descriptor.
17070
6f259a23
DB
170712014-10-24 Don Breazeal <donb@codesourcery.com>
17072
17073 * gdb.base/foll-fork.exp (test_follow_fork,
17074 catch_fork_child_follow): Check for updated fork messages emitted
17075 from infrun.c.
17076 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
17077 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
17078 vfork_and_exec_child_follow_through_step): Check for updated vfork
17079 messages emitted from infrun.c.
17080
09dd9a69
PA
170812014-10-24 Pedro Alves <palves@redhat.com>
17082
17083 * gdb.base/corefile.exp: Remove references to ultrix.
17084 * gdb.base/interrupt.exp: Likewise.
17085 * gdb.base/whatis.exp: Likewise.
17086 * gdb.gdb/selftest.exp: Likewise.
17087 * gdb.threads/manythreads.exp: Likewise.
17088 * gdb.threads/print-threads.exp: Likewise.
17089 * gdb.threads/pthreads.exp:: Likewise.
17090 * gdb.threads/schedlock.exp: Likewise.
17091
3433cfa5
SC
170922014-10-24 Siva Chandra Reddy <sivachandra@google.com>
17093
17094 * gdb.cp/non-trivial-retval.cc: Add a test case.
17095 * gdb.cp/non-trivial-retval.exp: Add a test.
17096
092f880b
YQ
170972014-10-20 Yao Qi <yao@codesourcery.com>
17098
17099 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
17100 * gdb.python/py-objfile-script-gdb.py: New file.
17101 * gdb.python/py-objfile-script.exp: Update reference to
17102 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
17103 of remote_download. Remove the dest file.
17104
acbdb7f3
YQ
171052014-10-20 Yao Qi <yao@codesourcery.com>
17106
17107 * gdb.base/checkpoint.exp: Don't remove file copied on host.
17108 * gdb.base/step-line.exp: Likewise.
17109 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
17110 * gdb.dwarf2/dw2-basic.exp: Likewise.
17111 * gdb.dwarf2/dw2-compressed.exp: Likewise.
17112 * gdb.dwarf2/dw2-filename.exp: Likewise.
17113 * gdb.dwarf2/dw2-intercu.exp: Likewise.
17114 * gdb.dwarf2/dw2-intermix.exp: Likewise.
17115 * gdb.dwarf2/dw2-producer.exp: Likewise.
17116 * gdb.dwarf2/mac-fileno.exp: Likewise.
17117 * gdb.python/py-frame-args.exp: Likewise.
17118 * gdb.python/py-framefilter.exp: Likewise.
17119 * gdb.python/py-mi.exp: Likewise.
17120 * gdb.python/py-objfile-script.exp: Likewise
17121 * gdb.python/py-pp-integral.exp: Likewise.
17122 * gdb.python/py-pp-re-notag.exp: Likewise.
17123 * gdb.python/py-prettyprint.exp: Likewise.
17124 * gdb.python/py-section-script.exp: Likewise.
17125 * gdb.python/py-typeprint.exp: Likewise.
17126 * gdb.python/py-xmethods.exp: Likewise.
17127 * gdb.stabs/weird.exp: Likewise.
17128 * gdb.xml/tdesc-regs.exp: Likewise.
17129
bd286a29
KCY
171302014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
17131
17132 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
17133 (out_cu): Use addr_len for the size of addresses.
17134 (out_line): Likewise. Size DW_LNE_set_address instruction
17135 according to addr_len.
17136 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
17137 (FUNC): Add START_INSNS to definition.
17138
673dc4a0
YQ
171392014-10-18 Yao Qi <yao@codesourcery.com>
17140
17141 * gdb.base/argv0-symlink.exp: Check argv[0] value if
17142 gdb_has_argv0 return true.
17143 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
17144 check [target_info exists noargs], check [gdb_has_argv0]
17145 instead.
17146 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
17147 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
17148 procedures.
17149
4ffbba72
DE
171502014-10-17 Doug Evans <dje@google.com>
17151
17152 * gdb.python/py-events.exp: Update expected output for clear_objfiles
17153 event.
17154 * gdb.python/py-events.py: Add clear_objfiles event.
17155
d096d8c1
DE
171562014-10-17 Doug Evans <dje@google.com>
17157
17158 * gdb.python/py-objfile.exp: Test progspace attribute.
17159
a80db015
LM
171602014-10-17 Luis Machado <lgustavo@codesourcery.com>
17161
17162 * gdb.guile/scm-breakpoint.exp: Do not assume any
17163 directory separators when matching source file paths.
17164 * gdb.python/py-breakpoint.exp: Likewise.
17165 * gdb.reverse/break-precsave.exp: Likewise.
17166 * gdb.reverse/break-reverse.exp: Likewise.
17167 * gdb.reverse/consecutive-precsave.exp: Likewise.
17168 * gdb.reverse/finish-precsave.exp: Likewise.
17169 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
17170 * gdb.reverse/finish-reverse.exp: Likewise.
17171 * gdb.reverse/i386-precsave.exp: Likewise.
17172 * gdb.reverse/i387-env-reverse.exp: Likewise.
17173 * gdb.reverse/i387-stack-reverse.exp: Likewise.
17174 * gdb.reverse/machinestate-precsave.exp: Likewise.
17175 * gdb.reverse/machinestate.exp: Likewise.
17176 * gdb.reverse/sigall-precsave.exp: Likewise.
17177 * gdb.reverse/solib-precsave.exp: Likewise.
17178 * gdb.reverse/step-precsave.exp: Likewise.
17179 * gdb.reverse/until-precsave.exp: Likewise.
17180 * gdb.reverse/watch-precsave.exp: Likewise.
17181 * gdb.reverse/watch-reverse.exp: Likewise.
17182
b22089ab
YQ
171832014-10-17 Yao Qi <yao@codesourcery.com>
17184
17185 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
17186 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
17187
6c4486e6
PA
171882014-10-17 Pedro Alves <palves@redhat.com>
17189
17190 PR gdb/17471
17191 * gdb.base/bg-execution-repeat.c: New file.
17192 * gdb.base/bg-execution-repeat.exp: New file.
17193
0ff33695
PA
171942014-10-17 Pedro Alves <palves@redhat.com>
17195
17196 PR gdb/17300
17197 * gdb.base/continue-all-already-running.c: New file.
17198 * gdb.base/continue-all-already-running.exp: New file.
17199
6fdebc3d
PA
172002014-10-17 Pedro Alves <palves@redhat.com>
17201
17202 PR gdb/17472
17203 * gdb.base/annota-input-while-running.c: New file.
17204 * gdb.base/annota-input-while-running.exp: New file.
17205
32a8097b
PA
172062014-10-17 Pedro Alves <palves@redhat.com>
17207
17208 * gdb.base/callfuncs.exp: emove references to osf.
17209 * gdb.base/sigall.exp: Likewise.
17210 * gdb.gdb/selftest.exp: Likewise.
17211 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
17212 * gdb.mi/non-stop.c: Likewise.
17213 * gdb.mi/pthreads.c: Likewise.
17214 * gdb.reverse/sigall-precsave.exp: Likewise.
17215 * gdb.reverse/sigall-reverse.exp: Likewise.
17216 * gdb.threads/pthreads.c: Likewise.
17217 * gdb.threads/pthreads.exp: Likewise.
17218
7a3517ff
YQ
172192014-10-17 Yao Qi <yao@codesourcery.com>
17220
17221 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
17222 check 'target_info exists noargs'.
17223 (test_command_prompt_position): Likewise.
17224 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
17225 Remove "set args".
17226 (progvar_simple_while_test): Likewise.
17227 (progvar_complex_if_while_test): Likewise.
17228 (if_while_breakpoint_command_test): Likewise.
17229 (infrun_breakpoint_command_test): Likewise.
17230 (breakpoint_command_test): Likewise.
17231 (watchpoint_command_test): Likewise.
17232 (bp_deleted_in_command_test): Likewise.
17233 (temporary_breakpoint_commands): Likewise.
17234
bb99c472
YQ
172352014-10-16 Yao Qi <yao@codesourcery.com>
17236
17237 * gdb.base/remotetimeout.exp: Remove noargs checking.
17238
7c16b83e
PA
172392014-10-15 Pedro Alves <palves@redhat.com>
17240
17241 PR breakpoints/9649
17242 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
17243 * gdb.base/breakpoint-in-ro-region.exp
17244 (probe_target_hardware_step): New procedure.
17245 (top level): Probe hardware stepping and hardware breakpoint
17246 support. Test stepping through a read-only region, with both
17247 "breakpoint auto-hw" on and off and both "always-inserted" on and
17248 off.
17249
35a49624
IB
172502014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
17251
17252 * gdb.dlang/demangle.exp: Update for demangling changes.
17253
2d1c107c
SC
172542014-10-15 Siva Chandra Reddy <sivachandra@google.com>
17255
17256 * gdb.cp/non-trivial-retval.cc: Add new test cases.
17257 * gdb.cp/non-trivial-retval.exp: Add new tests.
17258
778811d5
SC
172592014-10-15 Siva Chandra Reddy <sivachandra@google.com>
17260
17261 PR c++/13403
17262 PR c++/15154
17263 * gdb.cp/non-trivial-retval.cc: New file.
17264 * gdb.cp/non-trivial-retval.exp: New file.
17265
10c5f0a8
YQ
172662014-10-15 Yao Qi <yao@codesourcery.com>
17267
17268 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
17269 remote host.
17270
65d7b369
YQ
172712014-10-15 Yao Qi <yao@codesourcery.com>
17272
17273 * gdb.python/py-symbol.exp: Match file base name if host is
17274 remote, otherwise match file name with dir name.
17275 * gdb.python/py-symtab.exp: Likewise.
17276 * gdb.python/python.exp: Likewise.
17277
46dc1394
YQ
172782014-10-15 Yao Qi <yao@codesourcery.com>
17279
17280 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
17281 pattern.
17282 * gdb.python/py-symtab.exp: Likewise.
17283 * gdb.python/python.exp: Remove trailing ".*". Fix typo
17284 locationn.
17285
c40cc657
JB
172862014-10-14 Joel Brobecker <brobecker@adacore.com>
17287
17288 * gdb.ada/addr_arith: New testcase.
17289
2abf49e1
MR
172902014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
17291
17292 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
17293 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
17294 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
17295 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
17296
f7088df3
SDJ
172972014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
17298
17299 * gdb.arch/stap-eval-lang-ada.S: Likewise.
17300 * gdb.arch/stap-eval-lang-ada.c: Likewise.
17301 * gdb.arch/stap-eval-lang-ada.exp: New file.
17302
4dc06805
YQ
173032014-10-14 Yao Qi <yao@codesourcery.com>
17304
17305 * gdb.mi/mi-var-child.c (nothing1): New function.
17306 (nothing2): New function.
17307 (do_children_tests): Set function pointers by nothing1 and
17308 nothing2.
17309 * gdb.mi/mi-var-child.exp: Step over new added statements.
17310 Update test to match the new output.
17311 * gdb.mi/var-cmd.c (nothing1): New function.
17312 (nothing2): New function.
17313 (do_children_tests): Set function pointers by nothing1 and
17314 nothing2.
17315 * gdb.mi/mi-var-display.exp: Update test to match output.
17316 Step to the line specified by $line_dct_nothing.
17317 Increase the number of lines to step.
17318
46a93de2
YQ
173192014-10-14 Yao Qi <yao@codesourcery.com>
17320
17321 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
17322 tests.
17323 * gdb.mi/mi2-var-child.exp: Likewise.
17324
14ea52ee
DE
173252014-10-13 Doug Evans <dje@google.com>
17326
17327 * gdb.python/py-objfile.exp: Change name of file name test.
17328
e5c6e92b
DE
173292014-10-13 Doug Evans <dje@google.com>
17330
17331 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
17332 from the start of the CU.
17333
c780cc2f
JK
173342014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
17335 Yao Qi <yao@codesourcery.com>
17336
17337 Fix "save breakpoints" for "catch" command.
17338 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
17339 Remove -nonewline. Match also the added "main" line.
17340
99894e11
JK
173412014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
17342
17343 Fix "save breakpoints" for "disable $bpnum" command.
17344 * gdb.base/save-bp.c (main): Add label.
17345 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
17346
6e1ac5a3
JK
173472014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
17348
17349 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
17350
754dd2b0
YQ
173512014-10-11 Yao Qi <yao@codesourcery.com>
17352
17353 * gdb.server/server-kill.exp: Execute command
17354 "set remote trace-status-packet on" before "tstatus".
17355
f90183d7
YQ
173562014-10-11 Yao Qi <yao@codesourcery.com>
17357
17358 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
17359 (main): Call getppid.
17360 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
17361 and continue to it. Read variable "server_pid".
17362
bf40a607
YQ
173632014-10-11 Yao Qi <yao@codesourcery.com>
17364
17365 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
17366
052ca370
YQ
173672014-10-11 Yao Qi <yao@codesourcery.com>
17368
17369 * gdb.threads/thread-find.exp: Don't execute command
17370 "info threads".
17371 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
17372 * gdb.threads/linux-dp.exp: Don't check the condition
17373 $threads_created equals to zero.
17374
3831839c
PA
173752014-10-10 Pedro Alves <palves@redhat.com>
17376
17377 * gdb.base/bigcore.exp: Remove references to IRIX.
17378 * gdb.base/funcargs.exp: Likewise.
17379 * gdb.base/interrupt.exp: Likewise.
17380 * gdb.base/mips_pro.exp: Likewise.
17381 * gdb.base/nodebug.exp: Likewise.
17382 * gdb.base/setvar.exp: Likewise.
17383 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
17384
8b9a549d
PA
173852014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
17386 Pedro Alves <palves@redhat.com>
17387
17388 PR symtab/14466
17389 * gdb.base/vdso-warning.c: New file.
17390 * gdb.base/vdso-warning.exp: New file.
17391
d48ba5e8
DE
173922014-10-02 Doug Evans <dje@google.com>
17393
17394 * gdb.base/structs.c (main): Don't run forever.
17395
2278c276
PA
173962014-10-02 Pedro Alves <palves@redhat.com>
17397
17398 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
17399 (top level) <stop threads 1, stop threads 2>: Use it.
17400
b57bacec
PA
174012014-10-02 Pedro Alves <palves@redhat.com>
17402
17403 * gdb.threads/break-while-running.exp (test): Add new
17404 'update_thread_list' argument. Skip "info threads" if false.
17405 (top level): Add new 'update_thread_list' axis.
17406
13fd3ff3
PA
174072014-10-02 Pedro Alves <palves@redhat.com>
17408
17409 PR breakpoints/17431
17410 * gdb.base/execl-update-breakpoints.c: New file.
17411 * gdb.base/execl-update-breakpoints.exp: New file.
17412
0fec99e8
PA
174132014-10-01 Pedro Alves <palves@redhat.com>
17414
17415 * gdb.base/breakpoint-in-ro-region.c: New file.
17416 * gdb.base/breakpoint-in-ro-region.exp: New file.
17417
2ddf4301
SM
174182014-10-01 Simon Marchi <simon.marchi@ericsson.com>
17419
17420 * gdb.mi/mi-exit-code.exp: New file.
17421 * gdb.mi/mi-exit-code.c: New file.
17422
6a5f3f43
YQ
174232014-09-30 Yao Qi <yao@codesourcery.com>
17424
17425 * lib/prelink-support.exp (build_executable_own_libs): Error if
17426 the target isn't native.
17427
345bcc73
YQ
174282014-09-30 Yao Qi <yao@codesourcery.com>
17429
17430 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
17431 false.
17432
a25a5a45
PA
174332014-09-22 Pedro Alves <palves@redhat.com>
17434
17435 * gdb.threads/break-while-running.exp: New file.
17436 * gdb.threads/break-while-running.c: New file.
17437
00ba3162
YQ
174382014-09-19 Yao Qi <yao@codesourcery.com>
17439
17440 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
17441 Invoke test. Restart GDB with --readnow and invoke test again.
17442
c3b7b696
YQ
174432014-09-19 Yao Qi <yao@codesourcery.com>
17444
17445 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
17446 proc set_breakpoint_on_gcd_function. Invoke
17447 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
17448 invoke set_breakpoint_on_gcd_function again.
17449
2b4fd423
DE
174502014-09-18 Doug Evans <dje@google.com>
17451
17452 * gdb.dwarf2/symtab-producer.exp: New file.
17453
a5947601
SDJ
174542014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
17455
17456 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
17457 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
17458 * gdb.base/global-var-nested-by-dso.c: Likewise.
17459 * gdb.base/global-var-nested-by-dso.exp: Likewise.
17460
91c19059
SDJ
174612014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
17462 Pedro Alves <palves@redhat.com>
17463
17464 * gdb.base/watch-bitfields.exp: Pass string other than test file
17465 name to prepare_for_testing.
17466 (watch): New procedure.
17467 (expect_watchpoint): Use with_test_prefix.
17468 (top level): Factor out tests to ...
17469 (test_watch_location, test_regular_watch): ... these new
17470 procedures, and use with_test_prefix and gdb_continue_to_end.
17471
bb9d5f81
PP
174722014-09-16 Patrick Palka <patrick@parcs.ath.cx>
17473
17474 PR breakpoints/12526
17475 * gdb.base/watch-bitfields.exp: New file.
17476 * gdb.base/watch-bitfields.c: New file.
17477
635856f5
PA
174782014-09-16 Pedro Alves <palves@redhat.com>
17479
17480 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
17481 software and hardware addresses, not software address against
17482 itself.
17483
7280ceea
PA
174842014-09-16 Pedro Alves <palves@redhat.com>
17485
17486 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
17487 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
17488
428b16bd
PA
174892014-09-16 Pedro Alves <palves@redhat.com>
17490
17491 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
17492 files.
17493 * gdb.base/a2-run.exp: Remove all code guarded by istarget
17494 "*-*-vxworks*" throughout.
17495 * gdb.base/break.exp: Likewise.
17496 * gdb.base/default.exp: Likewise.
17497 * gdb.base/scope.exp: Likewise.
17498 * gdb.base/sepdebug.exp: Likewise.
17499 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
17500 throughout.
17501 * gdb.base/run.c: Likewise.
17502 * gdb.base/sepdebug.c: Likewise.
17503 * gdb.hp/gdb.aCC/run.c: Likewise.
17504 * gdb.reverse/until-reverse.c: Likewise.
17505 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
17506
666d413c
YQ
175072014-09-16 Yao Qi <yao@codesourcery.com>
17508
17509 * boards/local-remote-host-native.exp: New file.
17510
57cbd724
DE
175112014-09-14 Doug Evans <xdje42@gmail.com>
17512
17513 * gdb.threads/queue-signal.c (thread_count): New variable.
17514 (thread_count_mutex, thread_count_condvar): New variables.
17515 (incr_thread_count, wait_all_threads_running): New functions.
17516 (main): Wait for all threads to be in their thread functions.
17517
81219e53
DE
175182014-09-13 Doug Evans <xdje42@gmail.com>
17519
17520 * gdb.threads/queue-signal.c: New file.
17521 * gdb.threads/queue-signal.exp: New file.
17522
3714cea7
DE
175232014-09-13 Doug Evans <xdje42@gmail.com>
17524
17525 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
17526 be consistent with what default_gdb_init uses.
17527 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
17528 the plain text of the prompt. Add some logging printfs.
17529 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
17530
fa43b1d7
PA
175312014-09-12 Pedro Alves <palves@redhat.com>
17532
17533 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
17534 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
17535 * gdb.arch/i386-size-overlap.exp: Likewise.
17536 * gdb.arch/i386-size.exp: Likewise.
17537 * gdb.arch/i386-unwind.exp: Likewise.
17538 * gdb.base/a2-run.exp: Likewise.
17539 * gdb.base/break.exp: Likewise.
17540 * gdb.base/charset.exp: Likewise.
17541 * gdb.base/chng-syms.exp: Likewise.
17542 * gdb.base/commands.exp: Likewise.
17543 * gdb.base/dbx.exp: Likewise.
17544 * gdb.base/find.exp: Likewise.
17545 * gdb.base/funcargs.exp: Likewise.
17546 * gdb.base/jit-simple.exp: Likewise.
17547 * gdb.base/reread.exp: Likewise.
17548 * gdb.base/sepdebug.exp: Likewise.
17549 * gdb.base/step-bt.exp: Likewise.
17550 * gdb.cp/mb-inline.exp: Likewise.
17551 * gdb.cp/mb-templates.exp: Likewise.
17552 * gdb.objc/basicclass.exp: Likewise.
17553 * gdb.threads/killed.exp: Likewise.
17554
9d9bf2df
EBM
175552014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
17556
17557 PR tdep/17379
17558 * gdb.arch/powerpc-stackless.S: New file.
17559 * gdb.arch/powerpc-stackless.exp: New file.
17560
1cf2f1b0
JK
175612014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
17562
17563 * gdb.base/attach.c: Include unistd.h.
17564 (main): Call alarm. Add label postloop.
17565 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
17566 gdb_breakpoint, gdb_continue_to_breakpoint.
17567 (test_command_line_attach_run): Kill ${testpid} in one exit path.
17568
98880d46
PA
175692014-09-11 Pedro Alves <palves@redhat.com>
17570
17571 PR gdb/17347
17572 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
17573 * gdb.base/attach.exp (test_command_line_attach_run): New
17574 procedure.
17575 (top level): Call it.
17576
4c92ff2c
PA
175772014-09-11 Pedro Alves <palves@redhat.com>
17578
17579 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
17580 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
17581 (do_command_attach_tests): Use spawn_wait_for_attach.
17582 * gdb.base/solib-overlap.exp: Likewise.
17583 * gdb.multi/multi-attach.exp: Likewise.
17584 * gdb.python/py-prompt.exp: Likewise.
17585 * gdb.python/py-sync-interp.exp: Likewise.
17586 * gdb.server/ext-attach.exp: Likewise.
17587
3adc1a7d
GKB
175882014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
17589
17590 * gdb.fortran/array-element.exp: Remove unexpected "continue"
17591 command in testcase. Simplify testcase.
17592
96334934
JB
175932014-09-10 Joel Brobecker <brobecker@adacore.com>
17594
17595 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
17596
eb479039
JB
175972014-09-10 Joel Brobecker <brobecker@adacore.com>
17598
17599 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
17600
deede10c
JB
176012014-09-10 Joel Brobecker <brobecker@adacore.com>
17602
17603 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
17604
7828a5f5
JB
176052014-09-10 Joel Brobecker <brobecker@adacore.com>
17606
17607 * gdb.dwarf2/dynarr-ptr.c: New file.
17608 * gdb.dwarf2/dynarr-ptr.exp: New file.
17609
33aeebcf
MR
176102014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
17611
17612 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
17613 of 30 rather than hardcoding 120 for a slow test case. Take the
17614 `gdb,timeout' target setting into account for this calculation.
17615 Don't extend the timeout for the test cases that don't need it.
17616
7b415901
MR
176172014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
17618
17619 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
17620 a factor of 2 for a slow test case. Take the `gdb,timeout'
17621 target setting into account for this calculation.
17622 * gdb.reverse/until-precsave.exp: Increase the timeout by
17623 a factor of 15 and 3 respectively rather than adding 120
17624 for a pair of slow test cases. Take the `gdb,timeout'
17625 target setting into account for this calculation.
17626
4a40f85a
MR
176272014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
17628
17629 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
17630 timeout, don't pass one down to gdb_expect.
17631 (gdb_expect): Rework timeout selection.
17632
09635af7
MR
176332014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
17634
17635 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
17636 exception on timeout.
17637 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
17638 (gdbserver_start_extended): Catch any `gdbserver_start' error
17639 exceptions.
17640 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
17641 * lib/mi-support.exp (mi_gdb_target_load): Catch any
17642 `gdbserver_gdb_load' error exceptions.
17643
2bdd10b7
MR
176442014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
17645
17646 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
17647 120 on waiting for the TCP socket to open.
17648
316935f0
DE
176492014-09-09 Doug Evans <xdje42@gmail.com>
17650
17651 * gdb.base/default.exp (show_conv_list): Add _caller_is,
17652 _caller_matches, _any_caller_is, _any_caller_matches.
17653
83740597
DE
176542014-09-09 Doug Evans <xdje42@gmail.com>
17655
17656 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
17657
4c122fc3
YQ
176582014-09-09 Yao Qi <yao@codesourcery.com>
17659
17660 * gdb.mi/mi-var-display.exp: Set print symbol off.
17661
a9f116cb
GKB
176622014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
17663
17664 PR gdb/17035
17665 * gdb.base/commands.exp: Add tests to verify user-defined
17666 commands with empty bodies.
17667 * gdb.python/py-cmd.exp: Test that we don't show user-defined
17668 python commands in `show user command`.
17669 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
17670 scheme commands in `show user command`.
17671
c75bd3a2
JK
176722014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
17673
17674 PR python/17355
17675 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
17676 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
17677 * gdb.python/py-framefilter-invalidarg.exp: New file.
17678 * gdb.python/py-framefilter-invalidarg.py: New file.
17679
faa42425
DE
176802014-09-06 Doug Evans <xdje42@gmail.com>
17681
17682 PR 15276
17683 * gdb.python/py-caller-is.c: New file.
17684 * gdb.python/py-caller-is.exp: New file.
17685
474ca4f6
SDJ
176862014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
17687
17688 PR gdb/17235
17689 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
17690 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
17691
eb0b0463
SDJ
176922014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
17693
17694 PR fortran/17237
17695 * gdb.fortran/print-formatted.exp: New file.
17696 * gdb.fortran/print-formatted.f90: Likewise.
17697
5f3b99cf
SS
176982014-09-03 Sasha Smundak <asmundak@google.com>
17699
17700 * gdb.python/py-frame.exp: Test Frame.read_register.
17701
7d793aa9
SDJ
177022014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
17703
17704 PR python/16699
17705 * gdb.python/py-completion.exp: New file.
17706 * gdb.python/py-completion.py: Likewise.
17707
fb0576e9
DE
177082014-08-28 Doug Evans <dje@google.com>
17709
17710 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
17711 eax,etc. are live with values set by gdb and thus the compiler can't
17712 use them.
17713 * gdb.arch/i386-pseudo.c (main): Ditto.
17714
ee92b0dd
DE
177152014-08-27 Doug Evans <dje@google.com>
17716
17717 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
17718
6649db35
DE
177192014-08-25 Doug Evans <dje@google.com>
17720
17721 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
17722 (main): Ditto.
17723
564b7600
DE
177242014-08-25 Doug Evans <dje@google.com>
17725
17726 * gdb.threads/thread-execl.exp: #include <stdio.h>.
17727
3881fb67
YQ
177282014-08-24 Yao Qi <yao@codesourcery.com>
17729
17730 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
17731 symbol off.
17732 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
17733
a05a36a5
DE
177342014-08-22 Doug Evans <dje@google.com>
17735
17736 PR 17276
17737 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
17738 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
17739 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
17740
7c343b48
YQ
177412014-08-22 Yao Qi <yao@codesourcery.com>
17742
17743 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
17744 * gdb.python/py-finish-breakpoint2.exp: Likewise.
17745 * gdb.python/python.exp: Likewise. Use .py file on the host
17746 instead of the build.
17747
22fd09ae
JK
177482014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
17749
17750 * gdb.threads/gcore-stale-thread.c: New file.
17751 * gdb.threads/gcore-stale-thread.exp: New file.
17752
a8454a7c
PA
177532014-08-21 Pedro Alves <palves@redhat.com>
17754
17755 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
17756 * gdb.base/gcore-relro-pie.exp: Likewise.
17757 * gdb.base/gcore-relro.exp: Likewise.
17758 * gdb.base/gcore.exp: Likewise.
17759 * gdb.base/print-symbol-loading.exp: Likewise.
17760 * gdb.threads/gcore-thread.exp: Likewise.
17761 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
17762
2a31c623
PA
177632014-08-20 Pedro Alves <palves@redhat.com>
17764 Jan Kratochvil <jan.kratochvil@redhat.com>
17765
17766 * Makefile.in (EXTRA_RULES, CC): New variables, get from
17767 configure.
17768 (EXPECT): Handle READ1 being set.
17769 (all): Depend on EXTRA_RULES.
17770 (check-read1, expect-read1, read1.so, read1): New rules.
17771 * README (Testsuite Parameters): Document the READ1 make variable.
17772 (Race detection): New section.
17773 * configure: Regenerate.
17774 * configure.ac: If build==host==target, and running under a
17775 GNU/glibc system, add read1 to the extra Makefile rules.
17776 (EXTRA_RULES): AC_SUBST it.
17777 * lib/read1.c: New file.
17778
d36430db
JB
177792014-08-20 Joel Brobecker <brobecker@adacore.com>
17780
17781 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
17782 the handling of variables declared as a typedef to an array
17783 which a DW_AT_data_location attribute.
17784
9a0dc9e3
PA
177852014-08-19 Andrew Burgess <aburgess@broadcom.com>
17786 Pedro Alves <palves@redhat.com>
17787
17788 PR symtab/14604
17789 PR symtab/14605
17790 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
17791 gdb_test.
17792
0718a8da
PA
177932014-08-19 Pedro Alves <palves@redhat.com>
17794
17795 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
17796
13b448cd
YQ
177972014-08-19 Yao Qi <yao@codesourcery.com>
17798
17799 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
17800 right line.
17801
1cbf5077
DB
178022014-08-18 David Blaikie <dblaikie@gmail.com>
17803
17804 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
17805
bf0fae19
JB
178062014-08-18 Joel Brobecker <brobecker@adacore.com>
17807
17808 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
17809 attribute in array range.
17810
3c8c5dcc
JB
178112014-08-18 Joel Brobecker <brobecker@adacore.com>
17812
17813 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
17814
e66d4446
SC
178152014-08-15 Siva Chandra Reddy <sivachandra@google.com>
17816
17817 PR c++/17132
17818 * gdb.cp/pr17132.cc: New file.
17819 * gdb.cp/pr17132.exp: New file.
17820
940df408
SC
178212014-08-15 Siva Chandra Reddy <sivachandra@google.com>
17822
17823 * gdb.python/py-xmethods.py (A_getarrayind)
17824 (E_method_char_worker.__call__, E_method_int_worker.__call__):
17825 Use 'print' with function call syntax.
17826 (E_method_matcher.match): Fix tab vs space indentation mixup.
17827
ebcc6c3a
YQ
178282014-08-15 Yao Qi <yao@codesourcery.com>
17829
17830 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
17831 false.
17832
775e0f04
YQ
178332014-08-15 Yao Qi <yao@codesourcery.com>
17834
17835 * gdb.cp/casts.exp: Set print symbol off.
17836 * gdb.cp/class2.exp: Likewise.
17837 * gdb.cp/overload.exp: Likewise.
17838 * gdb.cp/templates.exp: Likewise.
17839
d769e349
DE
178402014-08-11 Doug Evans <dje@google.com>
17841
17842 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
17843 (test_load_shlib): Update.
17844
20c6f1e1
YQ
178452014-08-09 Yao Qi <yao@codesourcery.com>
17846
17847 * gdb.base/display.exp: Invoke is_address_zero_readable.
17848 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
17849 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
17850 * gdb.base/hbreak-unmapped.exp: Return if
17851 is_address_zero_readable returns true.
17852 * gdb.base/signest.exp: Likewise.
17853 * gdb.base/signull.exp: Likewise.
17854 * gdb.base/sigbpt.exp: Likewise.
17855 * gdb.guile/scm-disasm.exp: Do the test if
17856 is_address_zero_readable returns false.
17857 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
17858 * gdb.python/py-arch.exp: Likewise.
17859 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
17860 * lib/gdb.exp (is_address_zero_readable): New proc.
17861
5792e8e3
YQ
178622014-08-09 Yao Qi <yao@codesourcery.com>
17863
17864 PR testsuite/13443
17865 * gdb.mi/mi-var-display.exp: Make test messages unique.
17866
3cecbbbe
TT
178672014-08-04 Tom Tromey <tromey@redhat.com>
17868
17869 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
17870 target 0".
17871
00b51ff5
TT
178722014-08-04 Tom Tromey <tromey@redhat.com>
17873
17874 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
17875 "target_resume".
17876
6908c509
JB
178772014-08-01 Joel Brobecker <brobecker@adacore.com>
17878
17879 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
17880 inner_vla_struct_object_size.
17881 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
17882 as xfail.
17883
cc6563d2
PA
178842014-07-30 Pedro Alves <palves@redhat.com>
17885
17886 * gdb.threads/signal-command-handle-nopass.exp (test): Add
17887 comment.
17888
7e09a223
YQ
178892014-07-29 Yao Qi <yao@codesourcery.com>
17890
17891 PR gdb/17206
17892 * gdb.base/until-nodebug.exp: New.
17893
7ebdbe92
DE
178942014-07-28 Doug Evans <xdje42@gmail.com>
17895
17896 PR guile/17203
17897 * gdb.guile/scm-parameter.exp: Add tests for trying to create
17898 previously existing parameter, and previously ambiguously spelled
17899 parameter.
17900
fdb1adc6
WN
179012014-07-28 Will Newton <will.newton@linaro.org>
17902
17903 * gdb.base/varargs.exp: Remove KFAILs for ARM.
17904
186fcde0
DE
179052014-07-26 Ludovic Courtès <ludo@gnu.org>
17906 Doug Evans <xdje42@gmail.com>
17907
17908 PR guile/17146
17909 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
17910
70509625
PA
179112014-07-25 Pedro Alves <palves@redhat.com>
17912
17913 * gdb.threads/signal-command-handle-nopass.c: New file.
17914 * gdb.threads/signal-command-handle-nopass.exp: New file.
17915 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
17916 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
17917 * gdb.threads/signal-delivered-right-thread.c: New file.
17918 * gdb.threads/signal-delivered-right-thread.exp: New file.
17919
c3f814a1
PA
179202014-07-25 Pedro Alves <palves@redhat.com>
17921
17922 * gdb.base/double-prompt-target-event-error.exp
17923 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
17924 match.
17925 (cancel_pagination_in_target_event): Rework double prompt
17926 detection.
17927 * gdb.base/paginate-after-ctrl-c-running.exp
17928 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
17929 <return>' match.
17930 * gdb.base/paginate-bg-execution.exp
17931 (test_bg_execution_pagination_return)
17932 (test_bg_execution_pagination_cancel): Remove '-notransfer
17933 <return>' matches.
17934 * gdb.base/paginate-execution-startup.exp
17935 (test_fg_execution_pagination_return)
17936 (test_fg_execution_pagination_cancel): Remove '-notransfer
17937 <return>' matches.
17938 * gdb.base/paginate-inferior-exit.exp
17939 (test_paginate_inferior_exited): Remove '-notransfer <return>'
17940 match.
17941 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
17942 * lib/gdb.exp (pagination_prompt): Run text through
17943 string_to_regexp.
17944 (gdb_test_multiple): Match $pagination_prompt instead of
17945 "<return>".
17946 (string_to_regexp): Move to lib/gdb-utils.exp.
17947
e214cf6c
JK
179482014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
17949
17950 * gdb.arch/amd64-entry-value-paramref.S: New file.
17951 * gdb.arch/amd64-entry-value-paramref.cc: New file.
17952 * gdb.arch/amd64-entry-value-paramref.exp: New file.
17953 * gdb.arch/amd64-optimout-repeat.S: New file.
17954 * gdb.arch/amd64-optimout-repeat.c: New file.
17955 * gdb.arch/amd64-optimout-repeat.exp: New file.
17956
17d0c5c8
JK
179572014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
17958
17959 PR gdb/17170
17960 * gdb.base/statistics.exp: New file.
17961
b8b8facf
DE
179622014-07-17 Doug Evans <dje@google.com>
17963
74b49205 17964 PR gdb/17170
b8b8facf
DE
17965 * gdb.base/maint.exp: Update testing of per-command stats.
17966
1b5d0ab3
PA
179672014-07-16 Pedro Alves <palves@redhat.com>
17968
17969 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
17970 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
17971 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
17972 (tfile_write_buf): New functions.
17973 (add_memory_block): Rewrite using the above.
17974 (adjust_function_address): New function.
17975 (FUNCTION_ADDRESS): New macro.
17976 (write_basic_trace_file): Remove short_x local, and use
17977 tfile_write_16. Change type of func_addr local to unsigned long
17978 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
17979 here. Cast argument of add_memory_block to char pointer.
17980 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
17981 (main): Remove parameters.
17982 * gdb.trace/tfile.exp: Remove nowarnings.
17983
4d974e88
SM
179842014-07-15 Simon Marchi <simon.marchi@ericsson.com>
17985
17986 * gdb.base/debug-expr.exp: Test string evaluation with
17987 "debug expression" on.
17988
41e99568
PA
179892014-07-15 Pedro Alves <palves@redhat.com>
17990
17991 * gdb.base/reread.exp: Use clean_restart.
17992
487d9753
PL
179932014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
17994
17995 * gdb.arch/avr-flash-qualifer.c: New.
17996 * gdb.arch/avr-flash-qualifer.exp: New.
17997
cc1c52ad
PA
179982014-07-14 Pedro Alves <palves@redhat.com>
17999
18000 * gdb.base/paginate-after-ctrl-c-running.c: New file.
18001 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
18002
1e973570
PA
180032014-07-14 Pedro Alves <palves@redhat.com>
18004
18005 * gdb.base/double-prompt-target-event-error.c: New file.
18006 * gdb.base/double-prompt-target-event-error.exp: New file.
18007
93d6eb10
PA
180082014-07-14 Pedro Alves <palves@redhat.com>
18009
18010 PR gdb/17072
18011 * gdb.base/paginate-inferior-exit.c: New file.
18012 * gdb.base/paginate-inferior-exit.exp: New file.
18013
0017922d
PA
180142014-07-14 Pedro Alves <palves@redhat.com>
18015
18016 PR gdb/17072
18017 * gdb.base/paginate-bg-execution.c: New file.
18018 * gdb.base/paginate-bg-execution.exp: New file.
18019
94696ad3
PA
180202014-07-14 Pedro Alves <palves@redhat.com>
18021
18022 PR gdb/17072
18023 * gdb.base/paginate-execution-startup.c: New file.
18024 * gdb.base/paginate-execution-startup.exp: New file.
18025 * lib/gdb.exp (pagination_prompt): New global.
18026 (default_gdb_spawn): New procedure, factored out from
18027 default_gdb_spawn.
18028 (default_gdb_start): Adjust to call default_gdb_spawn.
18029 (gdb_spawn): New procedure.
18030
bd293940
PA
180312014-07-14 Pedro Alves <palves@redhat.com>
18032
18033 * lib/gdb.exp (gdb_assert): New procedure.
18034 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
18035
c933f875
PA
180362014-07-14 Pedro Alves <palves@redhat.com>
18037
18038 * gdb.base/execution-termios.c: New file.
18039 * gdb.base/execution-termios.exp: New file.
18040
d98b7a16
TT
180412014-07-14 Tom Tromey <tromey@redhat.com>
18042
18043 * gdb.cp/vla-cxx.cc: New file.
18044 * gdb.cp/vla-cxx.exp: New file.
18045
548740d6
TT
180462014-07-14 Tom Tromey <tromey@redhat.com>
18047
18048 * gdb.reverse/rerun-prec.c: New file.
18049 * gdb.reverse/rerun-prec.exp: New file.
18050
a25eb028
MR
180512014-07-12 Maciej W. Rozycki <macro@mips.com>
18052 Maciej W. Rozycki <macro@codesourcery.com>
18053
18054 * lib/gdb-utils.exp: New file.
18055 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
18056 inline `gdb_init_command' processing.
18057 (gdb_start_cmd): Likewise.
18058 * lib/mi-support.exp (mi_run_cmd): Likewise.
18059 * README: Document `gdb_init_command' and `gdb_init_commands'.
18060
218c2655
JK
180612014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
18062
18063 Fix false FAIL running under a very long directory name.
18064 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
18065 and "set print elements 10000". Twice.
18066
5401fde3
YQ
180672014-07-11 Yao Qi <yao@codesourcery.com>
18068
18069 * gdb.base/exprs.exp: "set print symbol off".
18070
e76126e8
PA
180712014-07-11 Pedro Alves <palves@redhat.com>
18072
18073 * gdb.threads/kill.c: New file.
18074 * gdb.threads/kill.exp: New file.
18075
2d6f0de6
YQ
180762014-07-10 Yao Qi <yao@codesourcery.com>
18077
18078 * gdb.trace/tfile.c (write_basic_trace_file)
18079 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
18080 address written to trace file.
18081
7180e04a
PA
180822014-07-09 Pedro Alves <palves@redhat.com>
18083
18084 * gdb.base/attach-wait-input.exp: New file.
18085 * gdb.base/attach-wait-input.c: New file.
18086
9a9a7608
AB
180872014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
18088
18089 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
18090 setting up test structures.
18091 (main): Call new test function.
18092 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
18093 test function, continue into test function and walk test
18094 structures.
18095
161ac41e
YQ
180962014-07-02 Yao Qi <yao@codesourcery.com>
18097
18098 * gdb.trace/entry-values.c: Define labels 'foo_start' and
18099 'bar_start' at the beginning of functions 'foo' and 'bar'
18100 respectively.
18101 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
18102 instead of 'foo' and 'bar'.
18103
1f267ae3
MM
181042014-07-08 Markus Metzger <markus.t.metzger@intel.com>
18105
18106 * gdb.btrace/segv.exp: New.
18107 * gdb.btrace/segv.c: New.
18108
2b239efb
LM
181092014-07-02 Luis Machado <lgustavo@codesourcery.com>
18110
18111 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
18112 instruction.
18113
cf363f18
MW
181142014-06-30 Mark Wielaard <mjw@redhat.com>
18115
18116 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
18117 vulture, vilify, villar): New volatile array constants.
18118 (vindictive, vegetation): New const volatile array constants.
18119 * gdb.base/volatile.exp: Test volatile and const volatile array
18120 types.
18121
aebf9d24
AA
181222014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
18123
18124 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
18125 target lacks support for awatch, rwatch, or hbreak.
18126
b67a2c6f
YQ
181272014-06-27 Yao Qi <yao@codesourcery.com>
18128
18129 * gdb.multi/dummy-frame-restore.exp: New.
18130 * gdb.multi/dummy-frame-restore.c: New.
18131
aef92902
MM
181322014-06-25 Markus Metzger <markus.t.metzger@intel.com>
18133
18134 * gdb.btrace/gcore.exp: New.
18135
8e9db26e
PA
181362014-06-23 Pedro Alves <palves@redhat.com>
18137
18138 * gdb.base/watchpoint-reuse-slot.c: New file.
18139 * gdb.base/watchpoint-reuse-slot.exp: New file.
18140
70afc5b7
SC
181412014-06-23 Siva Chandra Reddy <sivachandra@google.com>
18142
18143 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
18144 progspace's filename in 'info', 'enable' and 'disable' command
18145 tests.
18146
b972bd9c
JK
181472014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
18148
18149 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
18150 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
18151 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
18152
125f8a3d
GB
181532014-06-20 Gary Benson <gbenson@redhat.com>
18154
18155 * gdb.arch/i386-avx.exp: Fix include file location.
18156 * gdb.arch/i386-sse.exp: Likewise.
18157
3ed9baed
IB
181582014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
18159
18160 * gdb.dlang/expression.exp: New file.
18161
034f788c
PA
181622014-06-19 Pedro Alves <palves@redhat.com>
18163
18164 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
18165 out from ...
18166 (top level): ... here. Iterate running tests under different
18167 scheduler-locking settings.
18168
45371d0c
LM
181692014-06-18 Luis Machado <lgustavo@codesourcery.com>
18170
18171 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
18172 to DW_FORM_addr and use non-zero addresses.
18173
5d376983
SC
181742014-06-18 Siva Chandra Reddy <sivachandra@google.com>
18175
18176 PR gdb/17017
18177 * gdb.python/py-xmethods.cc: Add global function call counters and
18178 increment them in their respective functions. Remove "cout"
18179 statements.
18180 * gdb.python/py-xmethods.exp: Make tests check the global function
18181 call counters instead of depending on inferior IO.
18182
a1aa2221
LM
181832014-06-18 Don Breazeal <donb@codesourcery.com>
18184
18185 * gdb.base/foll-fork.exp (default_fork_parent_follow):
18186 Deleted procedure.
18187 (explicit_fork_parent_follow): Deleted procedure.
18188 (explicit_fork_child_follow): Deleted procedure.
18189 (test_follow_fork): New procedure.
18190 (do_fork_tests): Replace calls to deleted procedures with
72f4393d 18191 calls to test_follow_fork and reset GDB for subsequent
a1aa2221
LM
18192 procedure calls.
18193
0fc05997
YQ
181942014-06-17 Yao Qi <yao@codesourcery.com>
18195
18196 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
18197 CP1252.
18198
70795c52
LM
181992014-06-17 Luis Machado <lgustavo@codesourcery.com>
18200
18201 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
18202 Initialize ptr and S explicitly.
18203 (skip_type_update_when_not_use_rtti_test): Likewise.
18204
6be47f0c
KS
182052014-06-16 Keith Seitz <keiths@redhat.com>
18206
18207 PR mi/15863
18208 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
18209 the inferior is started.
18210
d03de421
PA
182112014-06-16 Pedro Alves <palves@redhat.com>
18212
18213 * gdb.base/break-main-file-remove-fail.c: New file.
18214 * gdb.base/break-main-file-remove-fail.exp: New file.
18215 * gdb.base/break-unload-file.exp: Use build_executable instead of
18216 prepare_for_testing.
18217 (test_break): New parameter "initial_load". Handle it.
18218 (top level): Add initial_load cmdline/file axis.
18219
f9579b99
TT
182202014-06-12 Tom Tromey <tromey@redhat.com>
18221
18222 * gdb.base/completion.exp: Don't use directory name in test.
18223
3657956b
GB
182242014-06-09 Gary Benson <gbenson@redhat.com>
18225
18226 * gdb.base/sigall.c [Functions to send signals]: Reorder to
18227 separate the always-available ANSI-standard signals from the
18228 signals that require checking.
18229 (main): Likewise.
18230 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
18231 Likewise.
18232 (main): Likewise.
18233
4186eb54
KS
182342014-06-07 Keith Seitz <keiths@redhat.com>
18235
18236 Revert:
18237 PR c++/16253
18238 * gdb.cp/var-tag.cc: New file.
18239 * gdb.cp/var-tag.exp: New file.
18240 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
18241 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
18242 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
18243 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
18244
25326a28 182452014-06-06 Doug Evans <xdje42@gmail.com>
6da01dbe
DE
18246
18247 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
18248
829155c9
PA
182492014-06-06 Pedro Alves <palves@redhat.com>
18250
18251 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
18252 in target debug output instead of looking at RSP packets,
18253 disabling the test on any target that uses hardware stepping.
18254 Update comments.
18255
61c8d22e
PA
182562014-06-06 Pedro Alves <palves@redhat.com>
18257
18258 * gdb.base/break-unload-file.exp: Fix typo.
18259
d9a47287
YQ
182602014-06-06 Yao Qi <yao@codesourcery.com>
18261
18262 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
18263 from "jit_function" to "^jit_function".
18264
e5e01dbf
YQ
182652014-06-06 Yao Qi <yao@codesourcery.com>
18266
18267 * gdb.base/async.c (foo): Add one statement.
18268 * gdb.base/async.exp: Get the next instruction address and
18269 match the output of "nexti" by instruction address. Match
18270 the hex address in the output of "finish".
18271
73ba372c
GB
182722014-06-06 Gary Benson <gbenson@redhat.com>
18273
18274 * gdb.base/call-signals.c: Remove preprocessor conditionals
18275 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
18276 SIGSEGV and SIGTERM.
18277 * gdb.base/sigall.c: Likewise.
18278 * gdb.base/unwindonsignal.c: Likewise.
18279 * gdb.reverse/sigall-reverse.c: Likewise.
18280
831517df
YQ
182812014-06-06 Yao Qi <yao@codesourcery.com>
18282
18283 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
18284 readable, skip the test.
18285
b8b91e98
YQ
182862014-06-06 Yao Qi <yao@codesourcery.com>
18287
18288 * gdb.threads/staticthreads.c (thread_function): Move the line
18289 setting breakpoint on forward.
18290 * gdb.threads/staticthreads.exp: Update comments.
18291
fb934770
LC
182922014-06-05 Ludovic Courtès <ludo@gnu.org>
18293
18294 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
18295 "history-append! type error".
18296
6ef284bd
SM
182972014-06-05 Simon Marchi <simon.marchi@ericsson.com>
18298
18299 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
18300 erroneous dprintf expected input.
18301
a872e241
DE
183022014-06-04 Doug Evans <xdje42@gmail.com>
18303
18304 * gdb.guile/scm-generics.exp: Delete.
18305
16f691fb
DE
183062014-06-04 Doug Evans <xdje42@gmail.com>
18307
18308 * gdb.guile/scm-breakpoint.exp: Update.
18309 Add tests for breakpoint registration.
18310
012370f6
TT
183112014-06-04 Tom Tromey <tromey@redhat.com>
18312
18313 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
18314 VLA-in-union.
18315 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
18316 inner_vla_struct, vla_union types. Initialize objects of those
18317 types and compute their sizes.
18318
9f5a4cef
HZ
183192014-06-04 Nathan Sidwell <nathan@codesourcery.com>
18320 Hui Zhu <hui@codesourcery.com>
18321
18322 * gdb.base/fileio.exp: Add test for shell not available as well as
18323 available.
18324 * gdb.base/fileio.c (test_system): Check for shell twice.
18325
90a45c4d
YQ
183262014-06-04 Yao Qi <yao@codesourcery.com>
18327
18328 * gdb.base/auto-connect-native-target.exp: Remove redundant
18329 space from the regexp pattern.
18330
70017e41
YQ
183312014-06-04 Yao Qi <yao@codesourcery.com>
18332
18333 * gdb.base/default.exp: Replace "child" with "native" in
18334 regexp pattern.
18335
883964a7
SC
183362014-06-03 Siva Chandra Reddy <sivachandra@google.com>
18337
18338 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
18339 * gdb.python/py-xmethods.exp: New tests to test xmethods.
18340 * gdb.python/py-xmethods.py: Python script supporting the
18341 new testcase and tests.
18342
ef370185
JB
183432014-06-03 Joel Brobecker <brobecker@adacore.com>
18344 Pedro Alves <palves@redhat.com>
18345
18346 PR breakpoints/17000
18347 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
18348 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
18349
1e2ccb61
BM
183502014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
18351
18352 * gdb.base/subst.exp: Add tests to verify partial path matching
18353 output.
18354
c6ec5ab2
PA
183552014-06-03 Pedro Alves <palves@redhat.com>
18356
18357 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
18358 target that doesn't use software single-stepping.
18359
835c559f
PA
183602014-06-03 Pedro Alves <palves@redhat.com>
18361
18362 PR breakpoints/17000
18363 * gdb.base/sss-bp-on-user-bp-2.c: New file.
18364 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
18365
06eb1586
DE
183662014-06-02 Doug Evans <xdje42@gmail.com>
18367
18368 * gdb.guile/scm-parameter.exp: New file.
18369
e698b8c4
DE
183702014-06-02 Doug Evans <xdje42@gmail.com>
18371
18372 * gdb.guile/scm-cmd.c: New file.
18373 * gdb.guile/scm-cmd.exp: New file.
18374
ded03782
DE
183752014-06-02 Doug Evans <xdje42@gmail.com>
18376
18377 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
18378 pretty-printer lookup.
18379 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
18380 (make-pp_s-printer): Call it.
18381 (make-pretty-printer-from-dict): New function.
18382 (lookup-pretty-printer-maker-from-dict): New function.
18383 (*pretty-printer*): Simplify.
18384 (make-objfile-pp_s-printer): New function.
18385 (install-objfile-pretty-printers!): New function.
18386 (make-progspace-pp_s-printer): New function.
18387 (install-progspace-pretty-printers!): New function.
18388 * gdb.guile/scm-progspace.c: New file.
18389 * gdb.guile/scm-progspace.exp: New file.
18390
41fac0cf
PA
183912014-06-02 Pedro Alves <palves@redhat.com>
18392
18393 * gdb.base/dprintf-bp-same-addr.c: New file.
18394 * gdb.base/dprintf-bp-same-addr.exp: New file.
18395
96ae5695
EBM
183962014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
18397
18398 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
18399 * gdb.arch/powerpc-power.s: Likewise.
18400
da02b3a8
JB
184012014-06-02 Joel Brobecker <brobecker@adacore.com>
18402
18403 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
18404
c72b2e7b
YQ
184052014-06-01 Yao Qi <yao@codesourcery.com>
18406
18407 * gdb.base/watchpoint.exp (test_watch_location): Check null
18408 pointer can be dereferenced. If not, do the test, otherwise
18409 skip it.
18410
53e8a631
AB
184112014-05-30 Andrew Burgess <aburgess@broadcom.com>
18412
18413 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
18414 results.
18415 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
18416
938f0e2f
AB
184172014-05-30 Andrew Burgess <aburgess@broadcom.com>
18418
18419 * gdb.arch/amd64-invalid-stack-middle.S: New file.
18420 * gdb.arch/amd64-invalid-stack-middle.c: New file.
18421 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
18422 * gdb.arch/amd64-invalid-stack-top.c: New file.
18423 * gdb.arch/amd64-invalid-stack-top.exp: New file.
18424
9ba6657a
PA
184252014-05-30 Pedro Alves <palves@redhat.com>
18426
18427 PR breakpoints/17000
18428 * gdb.base/sss-bp-on-user-bp.c: New file.
18429 * gdb.base/sss-bp-on-user-bp.exp: New file.
18430
522c09bf
DB
184312014-05-30 David Blaikie <dblaikie@gmail.com>
18432
18433 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
18434 gnu_inline semantics via attribute.
18435 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
18436 source explicitly specifies the required semantics.
18437
bf4ef81e
MR
184382014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
18439
18440 * gdb.reverse/sigall-reverse.exp: Fix a typo.
18441
329ea579
PA
184422014-05-29 Pedro Alves <palves@redhat.com>
18443 Tom Tromey <tromey@redhat.com>
18444
18445 * gdb.base/async-shell.exp: Don't enable target-async.
18446 * gdb.base/async.exp
18447 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
18448 parameter. Adjust.
18449 (top level): Don't test with "target-async".
18450 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
18451 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
18452 * gdb.base/inferior-died.exp: Don't enable target-async.
18453 * gdb.base/interrupt-noterm.exp: Likewise.
18454 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
18455 * gdb.mi/mi-nonstop-exit.exp: Likewise.
18456 * gdb.mi/mi-nonstop.exp: Likewise.
18457 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
18458 * gdb.mi/mi-nsintrall.exp: Likewise.
18459 * gdb.mi/mi-nsmoribund.exp: Likewise.
18460 * gdb.mi/mi-nsthrexec.exp: Likewise.
18461 * gdb.mi/mi-watch-nonstop.exp: Likewise.
18462 * gdb.multi/watchpoint-multi.exp: Adjust comment.
18463 * gdb.python/py-evsignal.exp: Don't enable target-async.
18464 * gdb.python/py-evthreads.exp: Likewise.
18465 * gdb.python/py-prompt.exp: Likewise.
18466 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
18467 * gdb.server/solib-list.exp: Don't enable target-async.
18468 * gdb.threads/thread-specific-bp.exp: Likewise.
18469 * lib/mi-support.exp: Adjust to use mi-async.
18470
fd664c91
PA
184712014-05-29 Pedro Alves <palves@redhat.com>
18472
18473 PR gdb/13860
18474 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
18475 reason, even in sync mode.
18476
251bde03
PA
184772014-05-29 Pedro Alves <palves@redhat.com>
18478 Hui Zhu <hui@codesourcery.com>
18479
18480 PR PR15693
18481 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
18482 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
18483 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
18484 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
18485
7f3c0343
JB
184862014-05-28 Joel Brobecker <brobecker@adacore.com>
18487
18488 * config/monitor.exp (gdb_target_monitor): Replace use of
18489 "set remotebaud" by "set serial baud".
18490
b2715b27
AW
184912014-05-26 Andy Wingo <wingo@igalia.com>
18492
18493 * gdb.guile/scm-breakpoint.exp:
18494 * gdb.guile/scm-gsmob.exp: Update to use plain old object
18495 properties instead of gdb-object-properties.
18496
498a4489
YQ
184972014-05-26 Yao Qi <yao@codesourcery.com>
18498
18499 * gdb.server/no-thread-db.exp: Specify source file name
18500 explicitly when setting a breakpoint.
18501
589fdceb
MM
185022014-05-23 Markus Metzger <markus.t.metzger@intel.com>
18503
18504 * gdb.btrace/vdso.c: New.
18505 * gdb.btrace/vdso.exp: New.
18506
e9089e05
MM
185072014-05-23 Markus Metzger <markus.t.metzger@intel.com>
18508
18509 * gdb.base/gcore.exp (capture_command_output): Move ...
18510 * lib/gdb.exp (capture_command_output): ... here.
18511
67b5c0c1
MM
185122014-05-23 Markus Metzger <markus.t.metzger@intel.com>
18513
18514 * gdb.btrace/data.exp: Test memory access during btrace replay.
18515
a2199296
SM
185162014-05-22 Simon Marchi <simon.marchi@ericsson.com>
18517
18518 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
18519
17b2616c
PA
185202014-05-21 Pedro Alves <palves@redhat.com>
18521
18522 PR gdb/13860
18523 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
18524 (top level): Test that output related to execution commands is
18525 sent to the console with CLI commands, but not with MI commands.
18526 Test that breakpoint events are always mirrored to the console.
18527 Also expect the new source line to be output after a "next" in
18528 async mode too. Make it a pass/fail test.
18529 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
18530 output.
18531 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
18532
5166082f
PA
185332014-05-21 Pedro Alves <palves@redhat.com>
18534
18535 * gdb.base/list.exp (build_pattern, test_list): New procedures.
18536 Use them to test variations of "list" after reaching a breakpoint.
18537 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
18538 Test "list" with listsize 10 after reaching a breakpoint.
18539 * gdb.python/python.exp (decode_line current location line
18540 number): Adjust expected line number.
18541
2f25d70f
SM
185422014-05-21 Simon Marchi <simon.marchi@ericsson.com>
18543
18544 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
18545 behavior for $args, pass it directly to "run".
18546
ff604a67
MR
185472014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
18548
18549 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
18550 30000 to 65536.
18551
6a3cb8e8
PA
185522014-05-21 Pedro Alves <palves@redhat.com>
18553
18554 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
18555 auto-connect-native-target off".
18556 * gdb.base/auto-connect-native-target.c: New file.
18557 * gdb.base/auto-connect-native-target.exp: New file.
18558
4ebfc96e
PA
185592014-05-21 Pedro Alves <palves@redhat.com>
18560
18561 * gdb.base/default.exp: Test "target native" instead of "target
18562 child".
18563
36d46afb
MW
185642014-05-21 Mark Wielaard <mjw@redhat.com>
18565
18566 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
18567
5876f503
JK
185682014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
18569
18570 Fix TLS access for -static -pthread.
18571 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
18572 <HAVE_TLS> (thread_function, main): Initialize it.
18573 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
18574 Add clean_restart.
18575 <$have_tls != "">: Check TLSVAR.
18576
0256a6ac
PA
185772014-05-21 Pedro Alves <palves@redhat.com>
18578
18579 * gdb.base/dcache-line-read-error.c: New.
18580 * gdb.base/dcache-line-read-error.exp: New.
18581
936d2992
PA
185822014-05-20 Pedro Alves <palves@redhat.com>
18583
18584 * gdb.base/compare-sections.c: New file.
18585 * gdb.base/compare-sections.exp: New file.
18586
802e8e6d
PA
185872014-05-20 Pedro Alves <palves@redhat.com>
18588
18589 * gdb.base/break-idempotent.c: New file.
18590 * gdb.base/break-idempotent.exp: New file.
18591
e59fa00f
MM
185922014-05-20 Markus Metzger <markus.t.metzger@intel.com>
18593
18594 * gdb.btrace/nohist.exp: New.
18595
8b696e31
YQ
185962014-05-20 Yao Qi <yao@codesourcery.com>
18597
18598 * lib/gdb.exp (gdb_init): Set timeout if test file is under
18599 gdb.reverse directory and gdb_reverse_timeout exists in board
18600 setting.
18601 * README: Document gdb_reverse_timeout.
18602
73c9764f
YQ
186032014-05-20 Yao Qi <yao@codesourcery.com>
18604
18605 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
18606 'test_file_name'. Treat args as a string instead of a list.
18607 (gdb_init): Rename argument 'args' by 'test_file_name'.
18608
f1f4348a
JK
186092014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
18610
18611 * gdb.arch/powerpc-power.exp: New file.
18612 * gdb.arch/powerpc-power.s: New file.
18613
0dbe70ce
DE
186142014-05-16 Doug Evans <dje@google.com>
18615
18616 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
d7761c2c
DE
18617 * gdb.base/completion.exp: Check that all expected files exist
18618 before doing file completion.
0dbe70ce 18619
8d551b02
DE
186202014-05-16 Doug Evans <dje@google.com>
18621
18622 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
18623 Update.
18624 (do_syscall_tests_without_xml): Update.
18625
73eb7709
PA
186262014-05-16 Pedro Alves <palves@redhat.com>
18627
18628 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
18629 instead of "unknown output after running".
18630
3fae92fc
YQ
186312014-05-16 Yao Qi <yao@codesourcery.com>
18632
18633 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
18634 file1.txt from host at the end.
18635 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
18636
c2b2ccc5
DE
186372014-05-15 Doug Evans <dje@google.com>
18638
18639 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
18640 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
18641 loading file. Add test for TU lookup.
18642
8c217a4b
SM
186432014-05-15 Simon Marchi <simon.marchi@ericsson.com>
18644
18645 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
18646 calling "-exec-arguments" or "set args" before running the
18647 inferior.
18648
3deb39c6
SM
186492014-05-15 Simon Marchi <simon.marchi@ericsson.com>
18650
18651 * lib/mi-support.exp (mi_expect_stop): Expect message for
18652 inferiors that exit with non-zero exit code.
18653
71a79f8c
YQ
186542014-05-14 Yao Qi <yao@codesourcery.com>
18655
18656 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
18657 match absolute path on remote host.
18658 (test_file_list_exec_source_files): Remove "/" from the
18659 pattern.
18660
f23fcd46
YQ
186612014-05-14 Yao Qi <yao@codesourcery.com>
18662
18663 * boards/local-remote-host-notty.exp (${board}_file): New
18664 proc.
18665
9404b58f
KM
186662014-05-07 Kyle McMartin <kyle@redhat.com>
18667
18668 Pushed by Joel Brobecker <brobecker@adacore.com>.
18669 * gdb.arch/aarch64-atomic-inst.c: New file.
18670 * gdb.arch/aarch64-atomic-inst.exp: New file.
18671
5e45f04c
YQ
186722014-05-07 Yao Qi <yao@codesourcery.com>
18673
18674 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
18675 in current context" too.
18676
c888a17d
KS
186772014-05-05 Keith Seitz <keiths@redhat.com>
18678
18679 * gdb.linespec/ls-dollar.exp: Add test for linespec
18680 file:convenience_variable.
18681
290a839c
YQ
186822014-05-05 Yao Qi <yao@codesourcery.com>
18683
18684 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
18685 traceframes into tfile and ctf trace files. Read data from
18686 trace file and test collected data.
18687 (gdb_collect_locals_test): Likewise.
18688 (gdb_unavailable_registers_test): Likewise.
18689 (gdb_unavailable_floats): Likewise.
18690 (gdb_collect_globals_test): Likewise.
18691 (top-level): Append "ctf" to trace_file_targets if GDB
18692 supports.
18693
b5262cd0
YQ
186942014-05-05 Yao Qi <yao@codesourcery.com>
18695
18696 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
18697 code to ...
18698 (gdb_collect_args_test_1): ... it. New proc.
18699 (gdb_collect_locals_test): Move some code to ...
18700 (gdb_collect_locals_test_1): ... it. New proc.
18701 (gdb_unavailable_registers_test): Move some code to ...
18702 (gdb_unavailable_registers_test_1): ... it. New proc.
18703 (gdb_unavailable_floats): Move some code to ...
18704 (gdb_unavailable_floats_1): ... it. New proc.
18705
30a1e6cc
SDJ
187062014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
18707
18708 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
18709 probes to test for bitness recognition.
18710 * gdb.arch/amd64-stap-optional-prefix.exp
18711 (test_probe_value_without_reg): New procedure.
18712 Add code to test for different kinds of bitness.
18713
f33da99a
SDJ
187142014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
18715
18716 PR breakpoints/16889
18717 * gdb.arch/amd64-stap-optional-prefix.S: New file.
18718 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
18719
5b80f00d
PA
187202014-05-01 Pedro Alves <palves@redhat.com>
18721
18722 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
18723 gdb_file_cmd if no file is specified.
18724 * boards/native-extended-gdbserver.exp (gdb_load): Use the
18725 last_loaded_file to set the remote exec-file.
18726
f8c2a73c
PA
187272014-05-01 Pedro Alves <palves@redhat.com>
18728
18729 * boards/local-remote-host.exp: New file.
18730
be6e8ac7
PA
187312014-05-01 Pedro Alves <palves@redhat.com>
18732
18733 * boards/local-remote-host.exp: Rename to ...
18734 * boards/local-remote-host-notty.exp: ... this.
18735
cac0dc8f
JB
187362014-04-28 Joel Brobecker <brobecker@adacore.com>
18737
18738 * gdb.ada/dyn_arrayidx: New testcase.
18739
9730e6cc
YQ
187402014-04-26 Yao Qi <yao@codesourcery.com>
18741
18742 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
18743 and compute the length of function main. Save it in
18744 $main_length.
18745 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
18746 (top-level): Use gdb_compile to compile objects into
18747 executable and restart GDB. Remove invocation to
18748 prepare_for_testing.
18749
7ae1a6a6
PA
187502014-04-25 Simon Marchi <simon.marchi@ericsson.com>
18751 Pedro Alves <palves@redhat.com>
18752
18753 PR server/16255
18754 * gdb.multi/multi-attach.c: New file.
18755 * gdb.multi/multi-attach.exp: New file.
18756
4082afcc
PA
187572014-04-25 Pedro Alves <palves@redhat.com>
18758
18759 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
18760 user.
18761 (top level): Test that "set remote conditional-breakpoints-packet
18762 off" works as intended.
18763 * gdb.base/dprintf.exp: Test that "set remote
18764 breakpoint-commands-packet off" works as intended.
18765 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
18766 New function.
18767 (top level): Call it.
18768 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
18769 remote fast-tracepoints-packet off" works as intended.
18770 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
18771 * lib/gdb.exp (gdb_is_target_remote): ... here.
18772
2abc3f8d
DB
187732014-04-24 David Blaikie <dblaikie@gmail.com>
18774
18775 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
18776 ensure clang would not discard them.
18777 * gdb.base/gdbvars.c: Ditto.
18778 * gdb.base/memattr.c: Ditto.
18779 * gdb.base/whatis.c: Ditto.
18780 * gdb.python/py-prettyprint.c: Ditto.
18781 * gdb.trace/actions.c: Ditto.
18782 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
18783 ensure clang would not discard it.
18784
bfd39632
DB
187852014-04-24 David Blaikie <dblaikie@gmail.com>
18786
18787 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
18788 clang to emit the full definition of type required by the test
18789 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
18790
22842ff6
DB
187912014-04-24 David Blaikie <dblaikie@gmail.com>
18792
18793 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
18794 coax Clang into emitting the definition of the type.
18795 * gdb.cp/pr10728-x.h (y): Ditto.
18796 * gdb.cp/pr10728-y.cc (y): Ditto.
18797
c2e827ad
DB
187982014-04-24 David Blaikie <dblaikie@gmail.com>
18799
18800 * gdb.base/label.exp: XFAIL label related tests under Clang.
18801 * gdb.cp/cplabel.exp: Ditto.
18802 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
18803 under Clang those using labels.
18804
4c2d33e7
YQ
188052014-04-25 Yao Qi <yao@codesourcery.com>
18806
18807 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
18808 double_label.
18809 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
18810 partial_label and double_label.
18811
56083b99
DB
188122014-04-24 David Blaikie <dblaikie@gmail.com>
18813
18814 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
18815
25d4e99d
DB
188162014-04-24 David Blaikie <dblaikie@gmail.com>
18817
18818 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
18819 of the function to work across GCC and Clang.
18820 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
18821 pointer types (const void ** const V void **).
18822
01f9f808
MS
188232014-04-24 Michael Sturm <michael.sturm@mintel.com>
18824 Walfred Tedeschi <walfred.tedeschi@intel.com>
18825
18826 * Makefile.in (EXECUTABLES): Added i386-avx512.
18827 * gdb.arch/i386-avx512.c: New file.
18828 * gdb.arch/i386-avx512.exp: Likewise.
18829
4b48d439
KS
188302014-04-23 Keith Seitz <keiths@redhat.com>
18831
18832 * lib/mi-support.exp (mi_list_breakpoints): Delete.
18833 (mi_make_breakpoint_table): New procedure.
18834 (mi_create_breakpoint): Use mi_make_breakpoint
18835 and return the result.
18836 (mi_make_breakpoint): New procedure.
18837 (mi_build_kv_pairs): New procedure.
18838
18839 * gdb.mi/mi-break.exp: Remove unused globals,
18840 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
18841 All callers updated.
18842 * gdb.mi/mi-dprintf.exp: Use variable to track command
18843 number.
18844 Update all callers of mi_create_breakpoint and use
18845 mi_make_breakpoint_table.
18846 Remove any unused global variables.
18847 * gdb.mi/mi-nonstop.exp: Likewise.
18848 * gdb.mi/mi-nsintrall.exp: Likewise.
18849 * gdb.mi/mi-nsmoribund.exp: Likewise.
18850 * gdb.mi/mi-nsthrexec.exp: Likewise.
18851 * gdb.mi/mi-reverse.exp: Likewise.
18852 * gdb.mi/mi-simplerun.exp: Likewise.
18853 * gdb.mi/mi-stepn.exp: Likewise.
18854 * gdb.mi/mi-syn-frame.exp: Likewise.
18855 * gdb.mi/mi-until.exp: Likewise.
18856 * gdb.mi/mi-var-cp.exp: Likewise.
18857 * gdb.mi/mi-var-display.exp: Likewise.
18858 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
18859 * gdb.mi/mi2-var-child.exp: Likewise.
18860 * gdb.mi/mi-vla-c99.exp: Likewise.
18861 * lib/mi-support.exp: Likewise.
18862
18863 From Ian Lance Taylor <iant@cygnus.com>:
18864 * lib/gdb.exp (parse_args): New procedure.
18865
08351840
PA
188662014-04-23 Pedro Alves <palves@redhat.com>
18867
18868 * gdb.base/break-unload-file.c: New file.
18869 * gdb.base/break-unload-file.exp: New file.
18870 * gdb.base/sym-file-lib.c (baz): New function.
18871 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
18872 field.
18873 (load): Store the segment's mapped size.
18874 (unload): New function.
18875 (unload_shlib): New function.
18876 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
18877 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
18878 set a breakpoint at baz, and call it.
18879 * gdb.base/sym-file.exp: New tests for stale breakpoint
18880 instructions.
18881
076855f9
PA
188822014-04-23 Pedro Alves <palves@redhat.com>
18883
18884 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
18885 * gdb.base/hbreak-in-shr-unsupported.c: New file.
18886 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
18887 * gdb.base/hbreak-unmapped.c: New file.
18888 * gdb.base/hbreak-unmapped.exp: New file.
18889 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
18890 * lib/gdb.exp (gdb_is_target_remote): ... here.
18891
483805cf
PA
188922014-04-22 Pedro Alves <palves@redhat.com>
18893
18894 * gdb.base/consecutive-step-over.c: New file.
18895 * gdb.base/consecutive-step-over.exp: New file.
18896
06d97543
PA
188972014-04-22 Pedro Alves <palves@redhat.com>
18898
18899 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
18900 instead of send_gdb/gdb_expect.
18901
b4429ea2
YQ
189022014-04-22 Yao Qi <yao@codesourcery.com>
18903
18904 * lib/trace-support.exp (generate_tracefile): New procedure.
18905 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
18906 return 0.
18907 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
18908 if generate_tracefile returns 1.
18909
51d48146
PA
189102014-04-18 Tom Tromey <palves@redhat.com>
18911 Pedro alves <tromey@redhat.com>
18912
18913 PR backtrace/15558
18914 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
18915 with a backtrace limit.
18916 * gdb.python/py-frame-inline.exp: Test running to an inline
18917 function with a backtrace limit, and printing the newest frame.
18918 * gdb.python/py-frame-inline.c (main): Call f.
18919
bd1dce5f
MS
189202014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
18921
18922 * gdb.java/jnpe.exp: Drop srcdir from untested path.
18923
40d1a503
MS
189242014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
18925
18926 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
18927 Drop prefix from unsupported source file path.
18928
389b98f7
YQ
189292014-04-17 Yao Qi <yao@codesourcery.com>
18930
18931 * lib/gdb.exp (with_target_charset): New proc.
18932 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
18933 with_target_charset.
18934 (test_print_strings): Likewise.
18935 (test_repeat_bytes): Likewise.
18936 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
18937 for some tests.
18938
22869d73
KS
189392014-04-16 Keith Seitz <keiths@redhat.com>
18940
18941 PR gdb/15827
18942 * gdb.dwarf2/corrupt.c: New file.
18943 * gdb.dwarf2/corrupt.exp: New file.
18944
c4f87ca6
KS
189452014-04-16 Keith Seitz <keiths@redhat.com>
18946
18947 PR c++/16597
18948 * gdb.cp/namelessclass.cc: New file.
18949 * gdb.cp/namelessclass.exp: New file.
18950 * gdb.cp/namelessclass.S: New file.
18951
ab19de87
DE
189522014-04-16 Doug Evans <dje@google.com>
18953
18954 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
18955 Add comment.
18956 (gdbserver_default_get_comm_port): New function.
18957 (gdbserver_start): Check if board file provided
18958 "gdbserver,get_comm_port" and use it if so.
18959 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
18960 (gdb,socketport): Set to "stdio".
18961 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
18962 (stdio_gdbserver_template): Delete.
18963 (${board}_get_remote_address): Update.
18964 (${board}_build_remote_cmd): Delete.
18965 (${board}_get_comm_port): New function.
18966 (${board}_spawn): Update.
18967 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
18968 Delete.
18969 (${board}_get_remote_address): Update.
18970 (${board}_get_comm_port): New function.
18971
fc98a809
AB
189722014-04-16 Andrew Burgess <aburgess@broadcom.com>
18973
18974 * gdb.base/memattr.exp: Improve regexps to handle memory regions
18975 appearing in any order.
18976
87fd9e6e
DE
189772014-04-15 Doug Evans <dje@google.com>
18978
18979 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
18980 uninitialized value of "description".
18981
099fc3ea
KS
189822014-04-15 Keith Seitz <keiths@redhat.com>
18983
18984 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
18985 Remove unused globals.
18986 (test_running_the_program): Likewise.
18987 (test_controlled_execution): Likewise.
18988 (test_controlling_breakpoints): Likewise.
18989 (test_program_termination): Likewise.
18990
5da151d4
KS
189912014-04-15 Keith Seitz <keiths@redhat.com>
18992
18993 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
18994 unused globals.
18995 (test_rbreak_creation_and_listing): Likewise.
18996 (test_ignore_count): Likewise.
18997 (test_error): Likewise.
18998
35e5d2f0
PA
189992014-04-15 Pedro Alves <palves@redhat.com>
19000
19001 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
19002 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
19003 sym-file-loader.c.
19004 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
19005 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
19006 to sym-file-loader.c.
19007 (struct library): Forward declare.
19008 (load_shlib, lookup_function): Change prototypes.
19009 (find_shstrtab, find_strtab, find_shdr, find_symtab)
19010 (translate_offset): Remove declarations.
19011 (get_text_addr): New declaration.
19012 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
19013 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
19014 sym-file-loader.h.
19015 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
19016 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
19017 here from sym-file-loader.h.
19018 (struct library): New structure.
19019 (load_shlib, lookup_function): Change prototypes and adjust to
19020 work with a struct library.
19021 (find_shstrtab, find_strtab, find_shdr, find_symtab)
19022 (translate_offset): Make static.
19023 (get_text_addr): New function.
19024 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
19025
eb4c1710
PA
190262014-04-15 Pedro Alves <palves@redhat.com>
19027
19028 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
19029
2d1baf52
PA
190302014-04-15 Pedro Alves <palves@redhat.com>
19031
19032 * gdb.base/sym-file-loader.c: Include <limits.h>.
19033 (SELF_LINK): New define.
19034 (get_origin): New function.
19035 (load_shlib): Use it.
19036 * gdb.base/sym-file.exp: Don't early return if the target is
19037 remote. Use runto_main, and issue fail is that fails. Use
19038 gdb_load_shlibs.
19039 (shlib_name): Delete.
19040 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
19041
7dd6df01
PA
190422014-04-15 Pedro Alves <palves@redhat.com>
19043
19044 * gdb.base/sym-file.exp: Remove regex characters from test
19045 message. Don't refer to breakpoint numbers in test messages.
19046
b50c8614
KS
190472014-04-14 Keith Seitz <keiths@redhat.com>
19048
19049 PR c++/16253
19050 * gdb.cp/var-tag.cc: New file.
19051 * gdb.cp/var-tag.exp: New file.
19052 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
19053 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
19054 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
19055 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
19056
3d567982
TT
190572014-04-14 Tom Tromey <tromey@redhat.com>
19058
19059 * gdb.cp/classes.exp (test_enums): Handle underlying type.
19060 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
19061 type.
19062 * gdb.cp/enum-class.exp: New file.
19063 * gdb.cp/enum-class.cc: New file.
19064
0626fc76
TT
190652014-04-14 Tom Tromey <tromey@redhat.com>
19066
19067 * gdb.dwarf2/enum-type.exp: New file.
19068
dca325b3
SA
190692014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
19070
19071 * gdb.mi/mi-vla-c99.exp: New file.
19072 * gdb.mi/vla.c: New file.
19073
5854b38a
SA
190742014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
19075
19076 * gdb.base/vla-datatypes.c: New file.
19077 * gdb.base/vla-datatypes.exp: New file.
19078
463bb957
SA
190792014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
19080
19081 * gdb.base/vla-ptr.c: New file.
19082 * gdb.base/vla-ptr.exp: New file.
19083
3dd170be
SA
190842014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
19085
19086 * gdb.dwarf2/count.exp: New file.
19087
5ecaaa66
SA
190882014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
19089
19090 * gdb.base/vla-sideeffect.c: New file.
19091 * gdb.base/vla-sideeffect.exp: New file.
19092
41f1ada5
DB
190932014-04-14 David Blaikie <dblaikie@gmail.com>
19094
19095 * gdb.mi/non-stop.c: Add return value for non-void function return
19096 statement.
19097 * gdb.threads/staticthreads.c: Ditto.
19098
0be03e84
DE
190992014-04-12 Siva Chandra Reddy <sivachandra@google.com>
19100 Doug Evans <xdje42@gmail.com>
19101
19102 * gdb.guile/scm-value.c: Improve test case.
19103 * gdb.guile/scm-value.exp: Add new test.
19104
f180a1fb
DB
191052014-04-11 David Blaikie <dblaikie@gmail.com>
19106
19107 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
19108 override Clang's default.
19109
6b662e19
JB
191102014-04-11 Joel Brobecker <brobecker@adacore.com>
19111
19112 Revert the following changes (regressions):
19113
19114 * gdb.base/vla-sideeffect.c: New file.
19115 * gdb.base/vla-sideeffect.exp: New file.
19116
19117 * gdb.dwarf2/count.exp: New file.
19118
19119 * gdb.base/vla-multi.c: New file.
19120 * gdb.base/vla-multi.exp: New file.
19121
19122 * gdb.base/vla-ptr.c: New file.
19123 * gdb.base/vla-ptr.exp: New file.
19124
19125 * gdb.base/vla-datatypes.c: New file.
19126 * gdb.base/vla-datatypes.exp: New file.
19127
19128 * gdb.mi/mi-vla-c99.exp: New file.
19129 * gdb.mi/vla.c: New file.
19130
245a5f0b
KS
191312014-04-11 Keith Seitz <keiths@redhat.com>
19132
19133 PR c++/16675
19134 * gdb.cp/cpsizeof.exp: New file.
19135 * gdb.cp/cpsizeof.cc: New file.
19136
58a84dcf
SA
191372014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19138
191a8a90
JB
19139 * gdb.mi/mi-vla-c99.exp: New file.
19140 * gdb.mi/vla.c: New file.
58a84dcf 19141
c8655f75
SA
191422014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19143
19144 * gdb.base/vla-datatypes.c: New file.
19145 * gdb.base/vla-datatypes.exp: New file.
19146
024e13b4
SA
191472014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19148
19149 * gdb.base/vla-ptr.c: New file.
19150 * gdb.base/vla-ptr.exp: New file.
19151
1a237e0e
SA
191522014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19153
19154 * gdb.base/vla-multi.c: New file.
19155 * gdb.base/vla-multi.exp: New file.
19156
504f3432
SA
191572014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19158
19159 * gdb.dwarf2/count.exp: New file.
19160
3bce8237
SA
191612014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19162
191a8a90
JB
19163 * gdb.base/vla-sideeffect.c: New file.
19164 * gdb.base/vla-sideeffect.exp: New file.
3bce8237 19165
322f9c21
YQ
191662014-04-11 Yao Qi <yao@codesourcery.com>
19167
19168 * gdb.base/completion.exp: Check file exists before running tests
19169 on file completion.
19170
d708bcd1
PA
191712014-04-10 Pedro Alves <palves@redhat.com>
19172
19173 * gdb.base/cond-eval-mode.c: New file.
19174 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
19175 prepare_for_testing to build the new file. Check result of
19176 runto_main.
19177 (test_break, test_watch): New procedures.
19178 (top level): Use them.
19179
ae1d2761
PM
191802014-04-08 Pierre Muller <muller@sourceware.org>
19181
19182 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
19183 Ctrl-V use for mingw hosts.
19184
7af389b8
SC
191852014-04-07 Siva Chandra Reddy <sivachandra@google.com>
19186
19187 * gdb.python/py-value.c: Improve test case.
19188 * gdb.python/py-value.exp: Add new test.
19189
5e703181
DE
191902014-04-07 David Blaikie <dblaikie@gmail.com>
19191
19192 * lib/compiler.c: Identify the clang compiler.
19193 * lib/compiler.cc: Ditto.
19194
9810b410
YQ
191952014-04-03 Yao Qi <yao@codesourcery.com>
19196
19197 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
19198
98d1b8dc
AB
191992014-04-01 Anton Blanchard <anton@samba.org>
19200
19201 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
19202 messages unique.
19203
3114cea1
AB
192042014-04-01 Anton Blanchard <anton@samba.org>
19205
19206 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
19207 prepare_for_testing.
19208
62f7182c
AB
192092014-04-01 Anton Blanchard <anton@samba.org>
19210
19211 * gdb.arch/ppc64-atomic-inst.c: Remove.
19212 * gdb.arch/ppc64-atomic-inst.S: New file.
19213 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
19214
770e7fc7
DE
192152014-03-31 Doug Evans <dje@google.com>
19216
19217 * gdb.base/print-symbol-loading-lib.c: New file.
19218 * gdb.base/print-symbol-loading-main.c: New file.
19219 * gdb.base/print-symbol-loading.exp: New file.
19220
46e2bafa
YQ
192212014-03-31 Yao Qi <yao@codesourcery.com>
19222
19223 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
19224
8776cfe9
JB
192252014-03-28 Joel Brobecker <brobecker@adacore.com>
19226
19227 * gdb.ada/mi_dyn_arr: New testcase.
19228
5d1ef361
DE
192292014-03-27 Doug Evans <dje@google.com>
19230
19231 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
19232
b5bee914
YQ
192332014-03-27 Yao Qi <yao@codesourcery.com>
19234
19235 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
19236 if target is nios2-*-*.
19237
0d4d0e77
YQ
192382014-03-26 Yao Qi <yao@codesourcery.com>
19239
19240 * lib/gdb.exp (readline_is_used): New proc.
19241 * gdb.base/completion.exp: Move tests on command complete up.
19242 Skip the rest of tests if readline is not used.
19243 * gdb.ada/complete.exp: Skp the test if readline is not
19244 used.
19245 * gdb.base/filesym.exp: Likewise.
19246 * gdb.base/macscp.exp: Likewise.
19247 * gdb.base/readline-ask.exp: Likewise.
19248 * gdb.base/readline.exp: Likewise.
19249 * gdb.python/py-cmd.exp: Likewise.
19250 * gdb.trace/tfile.exp: Likewise.
19251
29361eee
YQ
192522014-03-26 Yao Qi <yao@codesourcery.com>
19253
19254 * gdb.base/macscp.exp: Fix code format issues.
19255
bc9a5525
UW
192562014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
19257
19258 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
19259 * gdb.asm/powerpc64le.inc: New file.
19260
d3839ede
PA
192612014-03-25 Pedro Alves <palves@redhat.com>
19262 Doug Evans <dje@google.com>
19263
19264 * gdb.base/source-execution.c: New file.
19265 * gdb.base/source-execution.exp: New file.
19266 * gdb.base/source-execution.gdb: New file.
19267
01672a57
DE
192682014-03-24 Doug Evans <dje@google.com>
19269
19270 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
19271 using fission.
19272
88bbeca9
HZ
192732014-03-24 Hui Zhu <hui@codesourcery.com>
19274 Pedro Alves <palves@redhat.com>
19275
19276 PR breakpoints/16101
19277 * gdb.base/dprintf.exp: Use unsupported rather than changing the
19278 test pass/fail messages. Detect missing support for dprintf when
19279 breakpoints are actually inserted.
19280 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
19281 breakpoints are actually inserted.
19282 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
19283 fails.
19284
d2348791
JK
192852014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
19286
19287 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
19288
feef67ab
DE
192892014-03-22 Doug Evans <xdje42@gmail.com>
19290
19291 * gdb.python/python.exp (python not supported): Verify multi-line
19292 python command issues an error.
25d743f9 19293 * gdb.guile/guile.exp (guile not supported): Verify multi-line
51b8d20c 19294 guile command issues an error.
feef67ab 19295
ecebef6a
MR
192962014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
19297
19298 * gdb.threads/thread-specific.exp: Handle the lack of usable
19299 $this_breakpoint and $this_thread.
19300
ccdd1909
HZ
193012014-03-21 Hui Zhu <hui@codesourcery.com>
19302
19303 * gdb.base/attach.exp (do_command_attach_tests): New.
19304
beb460e8
PA
193052014-03-20 Tom Tromey <tromey@redhat.com>
19306 Pedro Alves <palves@redhat.com>
19307
19308 PR cli/15718
19309 * gdb.base/condbreak-call-false.c: New file.
19310 * gdb.base/condbreak-call-false.exp: New file.
19311
40acf43a
PA
193122014-03-20 Pedro Alves <palves@redhat.com>
19313
19314 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
19315 Delete.
19316 (block_signals, unblock_signals): Delete.
19317 (child_function_2, main): Remove references to deleted variable
19318 and functions.
19319
9f5e1e02
PA
193202014-03-20 Pedro Alves <palves@redhat.com>
19321
19322 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
19323 Use pthread_kill to signal thread 2.
19324 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
19325 Adjust to make the test send itself a signal rather than using the
19326 host's "kill" command.
19327
99619bea
PA
193282014-03-20 Pedro Alves <palves@redhat.com>
19329
19330 * gdb.threads/multiple-step-overs.c: New file.
19331 * gdb.threads/multiple-step-overs.exp: New file.
19332 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
19333 Adjust expected infrun debug output.
19334
2adfaa28
PA
193352014-03-20 Pedro Alves <palves@redhat.com>
19336
19337 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
19338 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
19339
31e77af2
PA
193402014-03-20 Pedro Alves <palves@redhat.com>
19341
19342 PR breakpoints/7143
19343 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
19344 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
19345 of gdb_test_multiple.
19346 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
19347 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
19348
b9f437de
PA
193492014-03-20 Pedro Alves <palves@redhat.com>
19350
19351 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
19352 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
19353
05adc73e
PA
193542014-03-19 Pedro Alves <palves@redhat.com>
19355
19356 * gdb.base/async.exp: Remove early return.
19357
6048b950
PA
193582014-03-19 Pedro Alves <palves@redhat.com>
19359
19360 * gdb.base/async.exp (step& tests): Pass explicit test messages.
19361
8bcfb00a
PA
193622014-03-19 Pedro Alves <palves@redhat.com>
19363
19364 * gdb.base/async.exp (test_background): Expect \r\n after
19365 "completed." in the fail pattern.
19366
884e37dc
PA
193672014-03-19 Pedro Alves <palves@redhat.com>
19368
19369 * gdb.base/async.exp (test_background): New procedure.
19370 Use it for all background execution command tests.
19371
148e57e2
PA
193722014-03-19 Pedro Alves <palves@redhat.com>
19373
19374 * gdb.base/async.exp: Use prepare_for_testing.
19375
f48088c7
PA
193762014-03-19 Pedro Alves <palves@redhat.com>
19377
19378 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
19379 the same line.
19380
e2f6c966
PA
193812014-03-19 Pedro Alves <palves@redhat.com>
19382
19383 * gdb.base/async.c (main): Add "jump here" and "until here" line
19384 marker comments.
19385 * gdb.base/async.exp (jump_here): New global.
19386 (jump& test): Use it.
19387 (until_here): New global.
19388 (until& test): Use it.
19389
c30568d4
PA
193902014-03-19 Pedro Alves <palves@redhat.com>
19391
19392 * gdb.base/async.exp: Don't frob gdb_protocol.
19393
0172b6a7
DE
193942014-03-18 Doug Evans <xdje42@gmail.com>
19395
19396 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
19397 Fix spelling of exec-done-display.
19398
06c868a8
JK
193992014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
19400
19401 PR gdb/15358
19402 * gdb.base/gdb-sigterm.c: New file.
19403 * gdb.base/gdb-sigterm.exp: New file.
19404
0c7e1a46
PA
194052014-03-18 Pedro Alves <palves@redhat.com>
19406
19407 PR gdb/13860
19408 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
19409 * lib/mi-support.exp (mi_expect_stop): Add special handling for
19410 solib-event.
19411
f7c77d93
JB
194122014-03-17 Joel Brobecker <brobecker@adacore.com>
19413
19414 * gdb.ada/pckd_arr_ren: New testcase.
19415
5a1e8c7a
DE
194162014-03-13 Doug Evans <xdje42@gmail.com>
19417
19418 PR guile/16612
19419 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
19420 collect after discarding symbols.
19421
350e1a76
DE
194222014-03-13 Ludovic Courtès <ludo@gnu.org>
19423 Doug Evans <xdje42@gmail.com>
19424
19425 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
19426 to history survives a gc.
19427
a69900ae
PA
194282014-03-13 Pedro Alves <palves@redhat.com>
19429
19430 * gdb.base/default.exp: Don't test "target procfs".
19431
5db9f0bd
PA
194322014-03-13 Pedro Alves <palves@redhat.com>
19433
19434 * gdb.base/default.exp: Update "target child" and "target procfs"
19435 tests to not expect "Unix".
19436
b3ccfe11
TT
194372014-03-12 Tom Tromey <tromey@redhat.com>
19438
19439 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
19440 New procs. Add target-async tests.
19441 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
19442 Add target-async tests.
19443
646f4417
AA
194442014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
19445
19446 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
19447 'func_start' and 'func_end' for the beginning and end of the
19448 function code, respectively.
19449 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
19450 'func_end' instead of 'func' and 'main'.
19451
288c211f
AA
194522014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
19453
19454 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
19455 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
19456 generate the debug info assembler source.
19457
e0c0f156
AA
194582014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
19459
19460 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
19461 * gdb.dwarf2/arr-subrange.exp: Likewise.
19462 * gdb.dwarf2/dwz.exp: Likewise.
19463 * gdb.dwarf2/method-ptr.exp: Likewise.
19464 * gdb.dwarf2/missing-sig-type.exp: Likewise.
19465 * gdb.dwarf2/subrange.exp: Likewise.
19466 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
19467 * gdb.dwarf2/implptrpiece.exp: Likewise.
19468 * gdb.dwarf2/nostaticblock.exp: Likewise.
19469
0e5c4555
AA
194702014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
19471
19472 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
19473 directory to absolute path name arguments.
19474
5ec18f2b
JG
194752014-03-10 Joel Brobecker <brobecker@adacore.com>
19476
19477 * gdb.ada/tagged_access: New testcase.
19478
847fc4f2
MM
194792014-03-07 Markus Metzger <markus.t.metzger@intel.com>
19480
19481 * gdb.btrace/data.exp: Update expected output.
19482
cc3da688
YQ
194832014-03-06 Yao Qi <yao@codesourcery.com>
19484
19485 * gdb.trace/pr16508.exp: New file.
19486
0f26cec1
PA
194872014-03-05 Pedro Alves <palves@redhat.com>
19488
19489 PR gdb/16575
19490 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
19491 procedure.
19492 (top level): Adjust to use it. Add tests that exercise breakpoint
19493 interaction with the code-cache.
19494
7a5a839f
LC
194952014-02-26 Ludovic Courtès <ludo@gnu.org>
19496
19497 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
19498 test for 'history-append!'.
19499
31aa7e4e
JB
195002014-02-26 Joel Brobecker <brobecker@adacore.com>
19501
19502 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
19503 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
19504 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
19505 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
19506 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
19507 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
19508
1b588015
JB
195092014-02-26 Joel Brobecker <brobecker@adacore.com>
19510
19511 * testsuite/gdb.python/py-pp-re-notag.c: New file.
19512 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
19513 * testsuite/gdb.python/py-pp-re-notag.p: New file.
19514
55426c9d
JB
195152014-02-26 Joel Brobecker <brobecker@adacore.com>
19516
19517 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
19518
dc53a7ad
JB
195192014-02-26 Joel Brobecker <brobecker@adacore.com>
19520
19521 * gdb.dwarf2/arr-stride.c: New file.
19522 * gdb.dwarf2/arr-stride.exp: New file.
19523
12ab52e9
PA
195242014-02-26 Pedro Alves <palves@redhat.com>
19525
19526 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
19527 that won't ever trigger. Make sure that GDB reports the correct
19528 breakpoint that caused the stop.
19529
849c862e
JK
195302014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
19531
19532 PR gdb/16626
19533 * gdb.base/auto-load-script: New file.
19534 * gdb.base/auto-load.c: New file.
19535 * gdb.base/auto-load.exp: New file.
19536
71b7d793
JK
19537 PR gdb/16626
19538 * gdb.base/auto-load.exp: Fix out-of-srctree run.
19539
e2f0d509
JK
195402014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
19541
19542 Fix dw2-icycle.exp -fsanitize=address GDB crash.
19543 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
19544
50cc37c8
DE
195452014-02-24 Doug Evans <dje@google.com>
19546
19547 * lib/gdb.exp (run_on_host): Log error output if program fails.
19548
ea4758f2
PA
195492014-02-21 Pedro Alves <palves@redhat.com>
19550
19551 * gdb.threads/step-after-sr-lock.c: Rename to ...
19552 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
19553 * gdb.threads/step-after-sr-lock.exp: Rename to ...
19554 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
19555 ... this.
19556
d7b30f67
SDJ
195572014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
19558
19559 PR tdep/16397
19560 * gdb.arch/amd64-stap-special-operands.exp: New file.
19561 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
19562 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
19563 * gdb.arch/amd64-stap-triplet.S: Likewise.
19564 * gdb.arch/amd64-stap-triplet.c: Likewise.
19565
83deb43f
JB
195662014-02-20 Joel Brobecker <brobecker@adacore.com>
19567
19568 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
19569 in .section pseudo-op.
19570
adde2bff
DE
195712014-02-20 lin zuojian <manjian2006@gmail.com>
19572 Joel Brobecker <brobecker@adacore.com>
19573 Doug Evans <xdje42@gmail.com>
19574
19575 PR symtab/16581
19576 * gdb.dwarf2/dw2-icycle.S: New file.
19577 * gdb.dwarf2/dw2-icycle.c: New file.
19578 * gdb.dwarf2/dw2-icycle.exp: New file.
19579
f7bd0f78
SC
195802014-02-19 Siva Chandra Reddy <sivachandra@google.com>
19581
19582 * gdb.python/py-value-cc.cc: Improve test case to enable testing
19583 operations on gdb.Value objects.
19584 * gdb.python/py-value-cc.exp: Add new test to test operations on
19585 gdb.Value objects.
19586
c17ef0d5
DE
195872014-02-18 Doug Evans <dje@google.com>
19588
19589 * Makefile.in (TESTS): New variable.
19590 (expanded_tests, expanded_tests_or_none): New variables
19591 (check-single): Pass $(expanded_tests_or_none) to runtest.
19592 (check-parallel): Only run tests in $(TESTS) if non-empty.
19593 (check/no-matching-tests-found): New rule.
19594 * README: Document TESTS makefile variable.
19595
5dd3176f
DE
195962014-02-18 Doug Evans <dje@google.com>
19597
19598 * Makefile.in (check-parallel): rm -rf outputs temp.
19599
0b10be4f
JK
196002014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
19601
19602 Fix "ERROR: no fileid for" in the testsuite.
19603 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
19604
85f224e7
DE
196052014-02-12 Doug Evans <dje@google.com>
19606
19607 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
19608 (MISCELLANEOUS): New variable.
19609 (clean): rm -rf $(MISCELLANEOUS).
19610 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
19611 dwp live in the same directory as symlinks, with each symlink pointed
19612 to a differently named file in a different directory.
19613
149b30ff
DE
196142014-02-11 Doug Evans <dje@google.com>
19615
19616 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
19617 of Tcl file commands.
19618
1dfdac32
MK
196192014-02-10 Mark Kettenis <kettenis@gnu.org>
19620
19621 * gdb.threads/step-after-sr-lock.exp: Avoid executing
19622 "kill -SIGUSR1 -1".
19623
aa4fb036
JB
196242014-02-10 Joel Brobecker <brobecker@adacore.com>
19625
19626 * gdb.ada/tick_length_array_enum_idx: New testcase.
19627
ed3ef339
DE
196282014-02-10 Doug Evans <xdje42@gmail.com>
19629
19630 * configure.ac (AC_OUTPUT): Add gdb.guile.
19631 * configure: Regenerate.
19632 * lib/gdb-guile.exp: New file.
19633 * lib/gdb.exp (get_target_charset): New function.
19634 * gdb.base/help.exp: Update expected output from "apropos apropos".
19635 * gdb.guile/Makefile.in: New file.
19636 * gdb.guile/guile.exp: New file.
19637 * gdb.guile/scm-arch.c: New file.
19638 * gdb.guile/scm-arch.exp: New file.
19639 * gdb.guile/scm-block.c: New file.
19640 * gdb.guile/scm-block.exp: New file.
19641 * gdb.guile/scm-breakpoint.c: New file.
19642 * gdb.guile/scm-breakpoint.exp: New file.
19643 * gdb.guile/scm-disasm.c: New file.
19644 * gdb.guile/scm-disasm.exp: New file.
19645 * gdb.guile/scm-equal.c: New file.
19646 * gdb.guile/scm-equal.exp: New file.
19647 * gdb.guile/scm-error.exp: New file.
19648 * gdb.guile/scm-error.scm: New file.
19649 * gdb.guile/scm-frame-args.c: New file.
19650 * gdb.guile/scm-frame-args.exp: New file.
19651 * gdb.guile/scm-frame-args.scm: New file.
19652 * gdb.guile/scm-frame-inline.c: New file.
19653 * gdb.guile/scm-frame-inline.exp: New file.
19654 * gdb.guile/scm-frame.c: New file.
19655 * gdb.guile/scm-frame.exp: New file.
19656 * gdb.guile/scm-generics.exp: New file.
19657 * gdb.guile/scm-gsmob.exp: New file.
19658 * gdb.guile/scm-iterator.c: New file.
19659 * gdb.guile/scm-iterator.exp: New file.
19660 * gdb.guile/scm-math.c: New file.
19661 * gdb.guile/scm-math.exp: New file.
19662 * gdb.guile/scm-objfile-script-gdb.in: New file.
19663 * gdb.guile/scm-objfile-script.c: New file.
19664 * gdb.guile/scm-objfile-script.exp: New file.
19665 * gdb.guile/scm-objfile.c: New file.
19666 * gdb.guile/scm-objfile.exp: New file.
19667 * gdb.guile/scm-ports.exp: New file.
19668 * gdb.guile/scm-pretty-print.c: New file.
19669 * gdb.guile/scm-pretty-print.exp: New file.
19670 * gdb.guile/scm-pretty-print.scm: New file.
19671 * gdb.guile/scm-section-script.c: New file.
19672 * gdb.guile/scm-section-script.exp: New file.
19673 * gdb.guile/scm-section-script.scm: New file.
19674 * gdb.guile/scm-symbol.c: New file.
19675 * gdb.guile/scm-symbol.exp: New file.
19676 * gdb.guile/scm-symtab-2.c: New file.
19677 * gdb.guile/scm-symtab.c: New file.
19678 * gdb.guile/scm-symtab.exp: New file.
19679 * gdb.guile/scm-type.c: New file.
19680 * gdb.guile/scm-type.exp: New file.
19681 * gdb.guile/scm-value-cc.cc: New file.
19682 * gdb.guile/scm-value-cc.exp: New file.
19683 * gdb.guile/scm-value.c: New file.
19684 * gdb.guile/scm-value.exp: New file.
19685 * gdb.guile/source2.scm: New file.
19686 * gdb.guile/types-module.cc: New file.
19687 * gdb.guile/types-module.exp: New file.
19688
7026a7c1
YQ
196892014-02-10 Yao Qi <yao@codesourcery.com>
19690
19691 PR testsuite/16543
19692 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
19693 * configure: Regenerated.
19694 * Makefile.in: New file.
19695
6c466447
AS
196962014-02-08 Andreas Schwab <schwab@linux-m68k.org>
19697
19698 * gdb.python/py-framefilter.exp: Fix typo.
19699
6e854735
YQ
197002014-02-08 Yao Qi <yao@codesourcery.com>
19701
19702 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
19703 that no =breakpoint-modified is emitted when breakpoints are
19704 modified through MI commands.
19705
d137e6dc
PA
197062014-02-07 Pedro Alves <pedro@codesourcery.com>
19707 Pedro Alves <palves@redhat.com>
19708
19709 * gdb.threads/step-after-sr-lock.c: New file.
19710 * gdb.threads/step-after-sr-lock.exp: New file.
19711
b5ee5a50
PA
197122014-02-07 Pedro Alves <palves@redhat.com>
19713
19714 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
19715
3c77faf3
JK
197162014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
19717
19718 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
19719 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
19720
6dddc817
DE
197212014-02-06 Doug Evans <xdje42@gmail.com>
19722
19723 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
19724 output.
19725
19726 * gdb.gdb/python-interrupts.exp: New file.
19727
de7b2893
YQ
197282014-02-05 Yao Qi <yao@codesourcery.com>
19729
19730 * gdb.trace/report.exp (use_collected_data): Test the output
19731 of "info threads" and "info inferiors".
19732
66d032ac
YQ
197332014-02-05 Yao Qi <yao@codesourcery.com>
19734
19735 Revert this patch:
19736
19737 2013-05-24 Yao Qi <yao@codesourcery.com>
19738
19739 * gdb.trace/tfile.exp: Test inferior and thread.
19740
591a12a1
UW
197412014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
19742
19743 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
19744 on a function.
19745 * gdb.base/step-bt.c: Call hello via function pointer to make
19746 sure its first instruction is executed on powerpc64le-linux.
19747
0ff3e01f
UW
197482014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
19749
19750 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
19751
084ee545
UW
197522014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
19753
19754 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
19755 of the test patterns for use on little-endian systems.
19756
6ed14ff3
UW
197572014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
19758
19759 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
19760 (decimal_vector): Fix for little-endian.
19761
401e27fd
JM
197622014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
19763
19764 * gdb.arch/sparc-sysstep.exp: New file.
19765 * gdb.arch/sparc-sysstep.c: Likewise.
19766
19767 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
19768
8b924729
EBM
197692014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
19770
19771 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
19772
fb151210
JB
197732014-01-23 Tom Tromey <tromey@redhat.com>
19774
19775 * gdb.ada/array_char_idx: New testcase.
19776
0740f8d8
TT
197772014-01-23 Tom Tromey <tromey@redhat.com>
19778
19779 PR python/16487:
19780 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
19781 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
19782 classes.
19783
21909fa1
TT
197842014-01-23 Tom Tromey <tromey@redhat.com>
19785
19786 PR python/16491:
19787 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
19788 string from an inferior frame.
19789 * gdb.python/py-framefilter-mi.exp: Update.
19790
87ce2a04
DE
197912014-01-22 Doug Evans <dje@google.com>
19792
19793 * gdb.server/server-mon.exp: Add tests for "set debug-format".
19794
237b092b
AA
197952014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
19796
19797 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
19798
d674a709
AA
197992014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
19800
19801 * gdb.trace/entry-values.exp: Remove excess space character from
19802 regex patterns. Handle s390 call instruction.
19803
20fa3390
AA
198042014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
19805
19806 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
19807 define "*_start" label. Make "name" static.
19808 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
19809 ${name} by references to ${name}_start.
19810
78466714
AA
198112014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
19812
19813 * gdb.base/info-macros.exp: Remove "debug" from the compile
19814 options.
19815
ec9f644a
IB
198162014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
19817
19818 * gdb.dlang/demangle.exp: New file.
19819
94b1b47e
IB
198202014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
19821
19822 * gdb.dlang/primitive-types.exp: New file.
19823
7f420862
IB
198242014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
19825
19826 * configure.ac: Create gdb.dlang/Makefile.
19827 * configure: Regenerate.
19828 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
19829 * gdb.dlang/Makefile.in: New file.
19830 * lib/d-support.exp: New file.
19831 * lib/gdb.exp (skip_d_tests): New proc.
19832
52834460
MM
198332014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19834
19835 * gdb.btrace/delta.exp: Check reverse stepi.
19836 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
19837 * gdb.btrace/finish.exp: New.
19838 * gdb.btrace/next.exp: New.
19839 * gdb.btrace/nexti.exp: New.
19840 * gdb.btrace/record_goto.c: Add comments.
19841 * gdb.btrace/step.exp: New.
19842 * gdb.btrace/stepi.exp: New.
19843 * gdb.btrace/multi-thread-step.c: New.
19844 * gdb.btrace/multi-thread-step.exp: New.
19845 * gdb.btrace/rn-dl-bind.c: New.
19846 * gdb.btrace/rn-dl-bind.exp: New.
19847 * gdb.btrace/data.c: New.
19848 * gdb.btrace/data.exp: New.
19849 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
19850
6e07b1d2
MM
198512014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19852
19853 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
19854 * gdb.btrace/exception.exp: Update.
19855 * gdb.btrace/instruction_history.exp: Update.
19856 * gdb.btrace/record_goto.exp: Update.
19857 * gdb.btrace/tailcall.exp: Update.
19858 * gdb.btrace/unknown_functions.exp: Update.
19859 * gdb.btrace/delta.exp: New.
19860
0b722aec
MM
198612014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19862
19863 * gdb.btrace/record_goto.exp: Add backtrace test.
19864 * gdb.btrace/tailcall.exp: Add backtrace test.
19865
066ce621
MM
198662014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19867
19868 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
19869 * gdb.btrace/record_goto.c: New.
19870 * gdb.btrace/record_goto.exp: New.
19871 * gdb.btrace/x86-record_goto.S: New.
19872
0688d04e
MM
198732014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19874
19875 * gdb.btrace/function_call_history.exp: Update tests.
19876 * gdb.btrace/instruction_history.exp: Update tests.
19877
8710b709
MM
198782014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19879
19880 * gdb.btrace/function_call_history.exp: Fix expected field
19881 order for "record function-call-history".
19882 Add new tests for "record function-call-history /c".
19883 * gdb.btrace/exception.cc: New.
19884 * gdb.btrace/exception.exp: New.
19885 * gdb.btrace/tailcall.exp: New.
19886 * gdb.btrace/x86-tailcall.S: New.
19887 * gdb.btrace/x86-tailcall.c: New.
19888 * gdb.btrace/unknown_functions.c: New.
19889 * gdb.btrace/unknown_functions.exp: New.
19890 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
19891
5de9129b
MM
198922014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19893
19894 * gdb.btrace/instruction_history.exp: Update.
19895 * gdb.btrace/function_call_history.exp: Update.
19896
23a7fe75
MM
198972014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19898
19899 * gdb.btrace/function_call_history.exp: Fix expected function
19900 trace.
19901 * gdb.btrace/instruction_history.exp: Initialize traced.
19902 Remove traced_functions.
19903
724c7dd8
MM
199042014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19905
19906 * gdb.btrace/function_call_history.exp: Update
19907 * gdb.btrace/instruction_history.exp: Update.
19908
6d78d93b
MM
199092014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19910
19911 * gdb.btrace/enable.exp: Update expected text.
19912
93a360cc
OJ
199132014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
19914
19915 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
19916 bytes.
19917
3772b53f
MR
199182014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
19919
19920 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
19921
596662fa
OJ
199222014-01-15 Omair Javaid <omair.javaid@linaro.org>
19923
19924 * lib/gdb.exp (supports_process_record): Return true for
19925 arm*-linux*. (supports_reverse): Likewise.
19926
b5b08fb4
SC
199272014-01-13 Siva Chandra Reddy <sivachandra@google.com>
19928
19929 PR python/15464
19930 PR python/16113
19931 * gdb.python/py-type.c: Enhance test case.
19932 * gdb.python/py-value-cc.cc: Likewise
19933 * gdb.python/py-type.exp: Add new tests.
19934 * gdb.python/py-value-cc.exp: Likewise
19935
52d7fb13
AA
199362014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
19937 Pedro Alves <palves@redhat.com>
19938
19939 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
19940 Make "name" extern.
19941 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
19942 references to ${name}_start by references to ${name}.
19943
a2cd8cfe
JB
199442014-01-10 Joel Brobecker <brobecker@adacore.com>
19945
19946 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
19947
4e23fced
JB
199482014-01-10 Joel Brobecker <brobecker@adacore.com>
19949
19950 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
19951
c6a9e42c
PA
199522014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
19953 Pedro Alves <palves@redhat.com>
19954
19955 * gdb.mi/mi-info-os.exp: Connect to the target with
72f4393d 19956 mi_gdb_target_load.
c6a9e42c 19957
b7ea362b
PA
199582014-01-08 Pedro Alves <palves@redhat.com>
19959
19960 * gdb.threads/reconnect-signal.c: New file.
19961 * gdb.threads/reconnect-signal.exp: New file.
19962
5e3f4fab
EBM
199632014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
19964
19965 * gdb.base/source-dir.exp: New file.
19966
79301218
JB
199672014-01-07 Joel Brobecker <brobecker@adacore.com>
19968
19969 * gdb.ada/mi_interface: New testcase.
19970
8e355c5d
JB
199712014-01-07 Joel Brobecker <brobecker@adacore.com>
19972
19973 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
19974 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
19975 gdb.ada/pp-rec-component/pck.ads: New files.
19976
c0d48811
JB
199772014-01-07 Joel Brobecker <brobecker@adacore.com>
19978
19979 * gdb.python/py-pp-integral.c: New file.
19980 * gdb.python/py-pp-integral.py: New file.
19981 * gdb.python/py-pp-integral.exp: New file.
19982
17b609c3 19983For older changes see ChangeLog-1993-2013.
c906108c 19984\f
8d8cb839
EZ
19985;; Local Variables:
19986;; mode: change-log
19987;; left-margin: 8
19988;; fill-column: 74
19989;; version-control: never
19990;; End:
902f2ccb 19991
b811d2c2 19992 Copyright 2014-2020 Free Software Foundation, Inc.
902f2ccb
MC
19993 Copying and distribution of this file, with or without modification,
19994 are permitted provided the copyright notice and this notice are preserved.