]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gdb/testsuite/ChangeLog
Fix "enumeration values not handled in switch" error in testsuite
[thirdparty/binutils-gdb.git] / gdb / testsuite / ChangeLog
CommitLineData
4ad2c6a0
GB
12020-05-28 Gary Benson <gbenson@redhat.com>
2
3 * gdb.base/sigaltstack.c (catcher): Add default case to switch
4 statement.
5
09fe663e
GB
62020-05-28 Gary Benson <gbenson@redhat.com>
7
8 * gdb.cp/classes.exp (prepare_for_testing): Add
9 additional_flags=-Wno-deprecated-register.
10 * gdb.cp/inherit.exp (prepare_for_testing): Likewise.
11 * gdb.cp/misc.exp: Likewise.
12
cee00f17
GB
132020-05-28 Gary Benson <gbenson@redhat.com>
14
15 * gdb.linespec/cpls-ops.cc (dummy): New static global.
16 (test_op_new::operator new): Add return statement.
17 (test_op_new_array::operator new[]): Likewise.
18
636edd00
PA
192020-05-27 Pedro Alves <palves@redhat.com>
20
21 * gdb.linespec/cp-completion-aliases.exp: Remove readline_is_used
22 check. Use test_gdb_complete_unique instead of
23 test_gdb_complete_tab_unique + test_gdb_complete_cmd_unique. Use
24 test_gdb_complete_multiple instead of
25 test_gdb_complete_tab_multiple + test_gdb_complete_cmd_multiple.
26
c2b75043
LM
272020-05-27 Luis Machado <luis.machado@linaro.org>
28
29 * gdb.arch/aarch64-sighandler-regs.exp: Fix duplicated test names.
30 * gdb.arch/aarch64-tagged-pointer.exp: Likewise.
31 * gdb.arch/arm-disassembler-options.exp: Likewise.
32 * gdb.arch/arm-disp-step.exp: Likewise.
33 * gdb.arch/thumb-prologue.exp: Likewise.
34 * gdb.base/async.exp: Likewise.
35 * gdb.base/auxv.exp: Likewise.
36 * gdb.base/complex-parts.exp: Likewise.
37 * gdb.base/ena-dis-br.exp: Likewise.
38 * gdb.base/foll-exec.exp: Likewise.
39 * gdb.base/permissions.exp: Likewise.
40 * gdb.base/relocate.exp: Likewise.
41 * gdb.base/return2.exp: Likewise.
42 * gdb.base/sigbpt.exp: Likewise.
43 * gdb.base/siginfo-obj.exp: Likewise.
44 * gdb.cp/converts.exp: Likewise.
45 * gdb.cp/exceptprint.exp: Likewise.
46 * gdb.cp/inherit.exp: Likewise.
47 * gdb.cp/nsnoimports.exp: Likewise.
48 * gdb.cp/virtbase2.exp: Likewise.
49 * gdb.mi/mi-var-cmd.exp: Likewise.
50 * gdb.mi/var-cmd.c: Likewise.
51
53a47a3e
TT
522020-05-26 Tom Tromey <tromey@adacore.com>
53
54 * gdb.ada/arr_acc_idx_w_gap.exp: Add tests.
55
0bc2354b
TT
562020-05-26 Tom Tromey <tromey@adacore.com>
57
58 * gdb.ada/arr_acc_idx_w_gap.exp: Add enum subrange tests.
59 * gdb.ada/arr_acc_idx_w_gap/enum_with_gap.ads (Enum_Subrange): New
60 type.
61 * gdb.ada/arr_acc_idx_w_gap/enum_with_gap_main.adb (V): New
62 variable.
63
0db49895
CBG
642020-05-26 Christian Biesinger <cbiesinger@google.com>
65
66 * Makefile.in: Use = instead of == for the test command
67 for portability.
68
40d22035
TV
692020-05-26 Tom de Vries <tdevries@suse.de>
70
71 * gdb.base/gold-gdb-index-2.c: New test.
72 * gdb.base/gold-gdb-index.c: New test.
73 * gdb.base/gold-gdb-index.exp: New file.
74 * gdb.base/gold-gdb-index.h: New test.
75
043e2e02
TV
762020-05-25 Tom de Vries <tdevries@suse.de>
77
78 * boards/gold-gdb-index.exp: New file.
79
462f72c5
SM
802020-05-25 Simon Marchi <simon.marchi@efficios.com>
81
82 * boards/simavr.exp: New file.
83
6cf66e76
SM
842020-05-25 Simon Marchi <simon.marchi@efficios.com>
85
86 * lib/gdb.exp (gdb_run_cmd): Return success or failure.
87 * gdb.base/inferior-args.exp: New file.
88 * gdb.base/inferior-args.c: New file.
89
75d04512
SM
902020-05-25 Simon Marchi <simon.marchi@efficios.com>
91
92 * lib/gdb.exp (gdb_run_cmd): Change argument from args to
93 inferior_args. Pass it to gdb_reload.
94 (gdb_start_cmd, gdb_starti_cmd): Change argument from args to
95 inferior_args.
96 (gdb_reload): Add inferior_args argument.
97 * config/gdbserver.exp (gdb_reload): Add inferior_args argument,
98 pass it to gdbserver_run.
99 * boards/native-gdbserver.exp: Do not set noargs.
100 * boards/native-extended-gdbserver.exp (gdb_reload): Add
101 inferior_args argument.
102 * boards/stdio-gdbserver-base.exp (gdb_reload): Likewise.
103 * gdb.base/a2-run.exp: Check for use_gdb_stub.
104 * gdb.base/args.exp: Likewise.
105
42cf1844
TV
1062020-05-25 Tom de Vries <tdevries@suse.de>
107
108 * lib/gdb.exp (exec_is_pie): Add comment.
109
8f7d38ef
TV
1102020-05-25 Tom de Vries <tdevries@suse.de>
111
112 * lib/jit-elf-helpers.exp (compile_and_download_n_jit_so): Use $f
113 instead of $binfile in the untested message.
114
465e1b0f
TV
1152020-05-25 Tom de Vries <tdevries@suse.de>
116
117 PR testsuite/26031
118 * lib/gdb.exp (exec_is_pie): Test readelf -h output.
119
3c5a0e02
TV
1202020-05-25 Tom de Vries <tdevries@suse.de>
121
122 * boards/gold.exp: New file.
123
0a4f5f8c
TT
1242020-05-23 Tom Tromey <tom@tromey.com>
125
126 * gdb.base/style.exp: Remove completion styling test.
127 * lib/gdb-utils.exp (style): Remove completion styles.
128
eca1f90c
TT
1292020-05-23 Tom Tromey <tom@tromey.com>
130
131 * gdb.base/style.exp: Add completion styling test.
132 * lib/gdb-utils.exp (style): Add completion styles.
133
7c13f4e8
AB
1342020-05-22 Andrew Burgess <andrew.burgess@embecosm.com>
135
136 * gdb.base/annota1.exp: Update expected results.
137 * gdb.cp/annota2.exp: Update expected results, remove duplicate
138 test name.
139 * gdb.cp/annota3.exp: Update expected results.
140
41977d16
SM
1412020-05-20 Simon Marchi <simon.marchi@efficios.com>
142
143 PR gdb/26016
144 * gdb.base/coredump-filter.c (do_mmap): Check mmap ret val
145 against MAP_FAILED.
146 * gdb.base/coremaker.c (mmapdata): Likewise.
147 * gdb.base/jit-reader-host.c (main): Likewise.
148 * gdb.base/sym-file-loader.c (load): Likewise.
149 (load_shlib): Likewise.
150
b4757f2e
TT
1512020-05-20 Tom Tromey <tromey@adacore.com>
152
153 * gdb.ada/array_char_idx.exp: Recognize initialized array.
154
9a0bacfb
TV
1552020-05-20 Tom de Vries <tdevries@suse.de>
156
157 PR symtab/25833
158 * gdb.base/with-mf-inc.c: New test.
159 * gdb.base/with-mf-main.c: New test.
160 * gdb.base/with-mf.exp: New file.
161
76571211
TT
1622020-05-19 Tom Tromey <tromey@adacore.com>
163
164 * gdb.rust/simple.exp: Restore missing test result.
165
4cd9f3d5
TV
1662020-05-19 Tom de Vries <tdevries@suse.de>
167
168 * gdb.base/gdb-caching-proc.exp: Fix typo.
169
7d874253
TT
1702020-05-19 Tom Tromey <tromey@adacore.com>
171
172 * gdb.rust/simple.exp: Add some test descriptions.
173 (test_one_slice): Use with_test_prefix.
174
1d727695
TV
1752020-05-18 Tom de Vries <tdevries@suse.de>
176
177 * gdb.base/gdb-caching-proc.exp: Use with_test_prefix.
178
7f32a4d5
PA
1792020-05-17 Pedro Alves <palves@redhat.com>
180
181 PR gdb/25741
182 * gdb.base/hw-sw-break-same-address.exp: New file.
183
7cfd74cf
PA
1842020-05-16 Pedro Alves <palves@redhat.com>
185
186 * gdb.multi/multi-re-run.exp (test_re_run): Switch
187 LAST_LOADED_FILE accordingly.
188
57b4f16e
PW
1892020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
190
191 * gdb.base/alias.exp: Verify 'help aliases' shows user defined aliases.
192
7c05caf7
PW
1932020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
194
195 * gdb.base/help.exp: Test apropos and help for commands
196 having aliases. Fixed comments not starting with an
197 upper-case letter or not finishing with a dot.
198
7aa1b46f
PW
1992020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
200
3b3aaacb
PW
201 * gdb.base/alias.exp: Update help output check.
202
57b4f16e 2032020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3b3aaacb 204
7aa1b46f
PW
205 * gdb.base/default.exp: Update output following fixes.
206
0605465f
PW
2072020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
208
209 * gdb.base/alias.exp: Test aliases starting with a prefix of
210 another alias.
211
86e4e63d
GB
2122020-05-15 Gary Benson <gbenson@redhat.com>
213
214 * gdb.base/info-os.c (main): Add return statement.
215 * gdb.base/info_minsym.c (minsym_fun): Likewise.
216 * gdb.base/large-frame-2.c (func): Likewise.
217 * gdb.base/pr10179-a.c (foo1, bar1): Likewise.
218 * gdb.base/pr10179-b.c (foo2): Likewise.
219 * gdb.base/valgrind-disp-step.c (foo): Likewise.
220 * gdb.base/watch-cond.c (func): Likewise.
221 * gdb.multi/goodbye.c (verylongfun): Likewise.
222 * gdb.multi/hello.c (commonfun): Likewise.
223 * gdb.python/py-finish-breakpoint.c (call_longjmp): Likewise.
224 * gdb.threads/fork-plus-threads.c (thread_func): Likewise.
225 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
226 Likewise.
227 * gdb.threads/hand-call-new-thread.c (foo): Likewise.
228 * gdb.threads/interrupt-while-step-over.c (child_function):
229 Likewise.
230 * gdb.trace/actions-changed.c (end): Likewise.
231
163df4df
GB
2322020-05-15 Gary Benson <gbenson@redhat.com>
233
234 * gdb.opencl/callfuncs.exp: Report when test skipped.
235 * gdb.opencl/convs_casts.exp: Likewise.
236 * gdb.opencl/datatypes.exp: Likewise.
237 * gdb.opencl/operators.exp: Likewise.
238 * gdb.opencl/vec_comps.exp: Likewise.
239
6dbc505a
TV
2402020-05-15 Tom de Vries <tdevries@suse.de>
241
242 * gdb.base/align.exp.in: Rename to ...
243 * gdb.base/align.exp.tcl: ... this.
244 * gdb.base/align-c++.exp: Update.
245 * gdb.base/align-c.exp: Update.
246 * gdb.base/all-architectures.exp.in: Rename to ...
247 * gdb.base/all-architectures.exp: ... this.
248 * gdb.base/all-architectures-0.exp: Update.
249 * gdb.base/all-architectures-1.exp: Update.
250 * gdb.base/all-architectures-2.exp: Update.
251 * gdb.base/all-architectures-3.exp: Update.
252 * gdb.base/all-architectures-4.exp: Update.
253 * gdb.base/all-architectures-5.exp: Update.
254 * gdb.base/all-architectures-6.exp: Update.
255 * gdb.base/all-architectures-7.exp: Update.
256 * gdb.base/infcall-nested-structs.exp.in: Rename to ...
257 * gdb.base/infcall-nested-structs.exp.tcl: ... this.
258 * gdb.base/infcall-nested-structs-c++.exp: Update.
259 * gdb.base/infcall-nested-structs-c.exp: Update.
260 * gdb.base/info-types.exp.in: Rename to ...
261 * gdb.base/info-types.exp.tcl: ... this.
262 * gdb.base/info-types-c++.exp: Update.
263 * gdb.base/info-types-c.exp: Update.
264 * gdb.base/max-depth.exp.in: Rename to ...
265 * gdb.base/max-depth.exp.tcl: ... this.
266 * gdb.base/max-depth-c++.exp: Update.
267 * gdb.base/max-depth-c.exp: Update.
268 * gdb.cp/cpexprs.exp.in: Rename to ...
269 * gdb.cp/cpexprs.exp.tcl: ... this.
270 * gdb.cp/cpexprs-debug-types.exp: Update.
271 * gdb.cp/cpexprs.exp: Update.
272 * gdb.cp/infcall-nodebug.exp.in: Rename to ...
273 * gdb.cp/infcall-nodebug.exp.tcl: ... this.
274 * gdb.cp/infcall-nodebug-c++-d0.exp: Update.
275 * gdb.cp/infcall-nodebug-c++-d1.exp: Update.
276 * gdb.cp/infcall-nodebug-c-d0.exp: Update.
277 * gdb.cp/infcall-nodebug-c-d1.exp: Update.
278 * gdb.dwarf2/clang-debug-names.exp.in: Rename to ...
279 * gdb.dwarf2/clang-debug-names.exp.tcl: ... this.
280 * gdb.dwarf2/clang-debug-names-2.exp: Update.
281 * gdb.dwarf2/clang-debug-names.exp: Update.
282
d1034d78
AB
2832020-05-15 Andrew Burgess <andrew.burgess@embecosm.com>
284
285 * lib/check-test-names.exp: Remove code that prevents this file
286 loading when tests are run in parallel.
287
3c5c3649
PA
2882020-05-15 Pedro Alves <palves@redhat.com>
289
290 * gdb.multi/multi-kill.exp (start_inferior): Remove
291 'testpid' parameter. Refer to namespace variable directly.
292 (testpid): Declare as namespace variable.
293
272c36b8
PA
2942020-05-15 Pedro Alves <palves@redhat.com>
295
296 * gdb.multi/multi-kill.exp: Wrap in namespace.
297 (start_inferior): Add TESTPID parameter. Use it instead of the
298 testpid global.
299 (top level): Define empty TESTPID array, and pass it down to
300 start_inferior.
301
02eba61a
TV
3022020-05-14 Tom de Vries <tdevries@suse.de>
303
304 * gdb.fortran/nested-funcs-2.exp: Use gdb_test_stdio to test inferior
305 output.
306
971a3747
TV
3072020-05-14 Tom de Vries <tdevries@suse.de>
308
309 * gdb.base/align.exp: Split into ...
310 * gdb.base/align.exp.in: ...
311 * gdb.base/align-c++.exp: ...
312 * gdb.base/align-c.exp: ... these.
313 * gdb.base/infcall-nested-structs.exp: Split into ...
314 * gdb.base/infcall-nested-structs.exp.in: ...
315 * gdb.base/infcall-nested-structs-c++.exp: ...
316 * gdb.base/infcall-nested-structs-c.exp: ... these.
317 * gdb.base/info-types.exp: Split into ...
318 * gdb.base/info-types.exp.in: ...
319 * gdb.base/info-types-c++.exp: ...
320 * gdb.base/info-types-c.exp: ... these.
321 * gdb.base/max-depth.exp: Split into ...
322 * gdb.base/max-depth.exp.in: ...
323 * gdb.base/max-depth-c++.exp: ...
324 * gdb.base/max-depth-c.exp: ... these.
325 * gdb.cp/infcall-nodebug.exp: Split into ...
326 * gdb.cp/infcall-nodebug.exp.in: ...
327 * gdb.cp/infcall-nodebug-c++-d0.exp: ...
328 * gdb.cp/infcall-nodebug-c++-d1.exp: ...
329 * gdb.cp/infcall-nodebug-c-d0.exp: ...
330 * gdb.cp/infcall-nodebug-c-d1.exp: ... these.
331
a05575d3
TBA
3322020-05-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
333 Pedro Alves <palves@redhat.com>
334
335 * gdb.multi/multi-exit.c: New file.
336 * gdb.multi/multi-exit.exp: New file.
337 * gdb.multi/multi-kill.c: New file.
338 * gdb.multi/multi-kill.exp: New file.
339
6ad82919
TBA
3402020-05-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
341
342 * gdb.base/annota1.exp: Update the expected output.
343 * gdb.cp/annota2.exp: Ditto.
344
843f4d93
AB
3452020-05-12 Andrew Burgess <andrew.burgess@embecosm.com>
346
347 * lib/check-test-names.exp: Disable when testing is being run in
348 parallel.
349
c7c66341
TV
3502020-05-12 Tom de Vries <tdevries@suse.de>
351
352 * gdb.base/jit-elf.exp: Fix string concat.
353
1b59ca1c
TV
3542020-05-12 Tom de Vries <tdevries@suse.de>
355
356 * lib/jit-elf-helpers.exp: Don't use undefined variables in untested
357 messages.
358
b4991d29
TV
3592020-05-12 Tom de Vries <tdevries@suse.de>
360
361 * gdb.multi/multi-term-settings.exp: Use with_test_prefix.
362
dbb0ab10
TV
3632020-05-12 Tom de Vries <tdevries@suse.de>
364
365 * gdb.ada/catch_ex.exp: Use with_test_prefix.
366 * gdb.ada/mi_catch_ex.exp: Same.
367 * gdb.ada/mi_catch_ex_hand.exp: Same.
368
7549fed8
TV
3692020-05-12 Tom de Vries <tdevries@suse.de>
370
371 * gdb.fortran/complex.exp: Use with_test_prefix.
372
af2d5cd8
TV
3732020-05-12 Tom de Vries <tdevries@suse.de>
374
375 * gdb.trace/passcount.exp: Fix test-names.
376
7c121311
TV
3772020-05-12 Tom de Vries <tdevries@suse.de>
378
379 * gdb.pascal/gdb11492.exp: Use with_test_prefix.
380
c9f3b40e
TV
3812020-05-12 Tom de Vries <tdevries@suse.de>
382
383 * gdb.gdb/complaints.exp: Use with_test_prefix.
384 * gdb.xml/tdesc-regs.exp: Same.
385 * gdb.opt/inline-locals.exp: Fix test name.
386
111b33f0
TV
3872020-05-12 Tom de Vries <tdevries@suse.de>
388
389 * gdb.dwarf2/comp-unit-lang.exp: Use with_test_prefix.
390 * gdb.dwarf2/dw2-bad-parameter-type.exp: Same.
391 * gdb.dwarf2/implref-struct.exp: Same.
392 * gdb.dwarf2/varval.exp: Ensure get_sizeof is called once per type.
393 * gdb.dwarf2/data-loc.exp: Same. Remove duplicate test.
394
ebf47080
SM
3952020-05-11 Simon Marchi <simon.marchi@polymtl.ca>
396
397 * gdb.base/jit-so.exp (one_jit_test): Change test name.
398
d30dcd12
AB
3992020-05-11 Andrew Burgess <andrew.burgess@embecosm.com>
400
401 * lib/check-test-names.exp (all_test_names): New module variable.
402 (counts): Add 'duplicates' field.
403 (_check_duplicates): New procedure.
404 (check): Also check for duplicates.
405 (do_log_summary): Print duplicates count.
406 (do_reset_vars): Reset counter for duplicate test names, and
407 discard all know test names.
408
34584c09
AB
4092020-05-11 Andrew Burgess <andrew.burgess@embecosm.com>
410
411 * lib/gdb.exp: Include check-test-names.exp library.
412 * lib/check-test-names.exp: New file.
413
e0002117
TV
4142020-05-11 Tom de Vries <tdevries@suse.de>
415
416 * gdb.ada/packed_tagged.exp: Change kfail into xfail.
417
53f539a3
KS
4182020-05-11 Keith Seitz <keiths@redhat.com>
419
420 * gdb.ada/attr_ref_and_charlit.exp: Fix typo.
421
113ee09a
TV
4222020-05-11 Tom de Vries <tdevries@suse.de>
423
424 * gdb.cp/cpexprs.exp: Move everything except flags setting ...
425 * gdb.cp/cpexprs.exp.in: .. here.
426 * gdb.cp/cpexprs-debug-types.exp: Include cpexprs.exp.in instead of
427 cpexprs.exp.
428
ba3e70b0
KS
4292020-05-11 Keith Seitz <keiths@redhat.com>
430
431 * gdb.ada/arrayparam.exp: Resolve duplicate and tail parentheses
432 test names.
433 * gdb.ada/arrayptr.exp: Likewise.
434 * gdb.ada/assign_arr.exp: Likewise.
435 * gdb.ada/attr_ref_and_charlit.exp: Likewise.
436 * gdb.ada/bp_on_var.exp: Likewise.
437 * gdb.ada/call_pn.exp: Likewise.
438 * gdb.ada/complete.exp: Likewise.
439 * gdb.ada/fun_overload_menu.exp: Likewise.
440 * gdb.ada/funcall_param.exp: Likewise.
441 * gdb.ada/funcall_ref.exp: Likewise.
442 * gdb.ada/packed_array_assign.exp: Likewise.
443 * gdb.ada/same_component_name.exp: Likewise.
444 * gdb.ada/type_coercion.exp: Likewise.
445 * gdb.ada/unc_arr_ptr_in_var_rec.exp: Likewise.
446 * gdb.ada/variant_record_packed_array.exp: Likewise.
447
3ee6bb11
TV
4482020-05-11 Tom de Vries <tdevries@suse.de>
449
450 PR symtab/25941
451 * gdb.dwarf2/clang-debug-names.exp.in: New include exp file, factored
452 out of ...
453 * gdb.dwarf2/clang-debug-names.exp: ... here.
454 * gdb.dwarf2/clang-debug-names-2.exp: New file. Include
455 clang-debug-names.exp.in.
456 * gdb.dwarf2/clang-debug-names-2-foo.c: New test.
457 * gdb.dwarf2/clang-debug-names-2.c: New test.
458
86cd6bc8
AKS
4592020-05-10 Alok Kumar Sharma <alokkumar.sharma@amd.com>
460
461 * lib/fortran.exp (fortran_main): New Proc, handle flang MAIN_,
462 (fortran_runto_main): New Proc, fortran version of runto_main.
463 * gdb.fortran/array-bounds-high.exp: Handle flang MAIN_
464 * gdb.fortran/array-bounds.exp: Likewise.
465 * gdb.fortran/array-slices.exp: Likewise.
466 * gdb.fortran/block-data.exp: Likewise.
467 * gdb.fortran/charset.exp: Likewise.
468 * gdb.fortran/common-block.exp: Likewise.
469 * gdb.fortran/complex.exp: Likewise.
470 * gdb.fortran/derived-type-function.exp: Likewise.
471 * gdb.fortran/derived-type.exp: Likewise.
472 * gdb.fortran/info-modules.exp: Likewise.
473 * gdb.fortran/info-types.exp: Likewise.
474 * gdb.fortran/intrinsics.exp: Likewise.
475 * gdb.fortran/library-module.exp: Likewise.
476 * gdb.fortran/logical.exp: Likewise.
477 * gdb.fortran/max-depth.exp: Likewise.
478 * gdb.fortran/module.exp: Likewise.
479 * gdb.fortran/multi-dim.exp: Likewise.
480 * gdb.fortran/nested-funcs.exp: Likewise.
481 * gdb.fortran/print-formatted.exp: Likewise.
482 * gdb.fortran/print_type.exp: Likewise.
483 * gdb.fortran/printing-types.exp: Likewise.
484 * gdb.fortran/ptr-indentation.exp: Likewise.
485 * gdb.fortran/ptype-on-functions.exp: Likewise.
486 * gdb.fortran/subarray.exp: Likewise.
487 * gdb.fortran/vla-alloc-assoc.exp: Likewise.
488 * gdb.fortran/vla-datatypes.exp: Likewise.
489 * gdb.fortran/vla-history.exp: Likewise.
490 * gdb.fortran/vla-ptr-info.exp: Likewise.
491 * gdb.fortran/vla-ptype-sub.exp: Likewise.
492 * gdb.fortran/vla-ptype.exp: Likewise.
493 * gdb.fortran/vla-sizeof.exp: Likewise.
494 * gdb.fortran/vla-type.exp: Likewise.
495 * gdb.fortran/vla-value-sub-arbitrary.exp: Likewise.
496 * gdb.fortran/vla-value-sub-finish.exp: Likewise.
497 * gdb.fortran/vla-value-sub.exp: Likewise.
498 * gdb.fortran/vla-value.exp: Likewise.
499 * gdb.fortran/whatis_type.exp: Likewise.
500 * gdb.mi/mi-var-child-f.exp: Likewise.
501
6dc55ce9 5022020-05-09 Tom de Vries <tdevries@suse.de>
503
504 * gdb.dwarf2/clang-debug-names.exp: Remove PR25952 kfail.
505
283cb58c
TV
5062020-05-08 Tom de Vries <tdevries@suse.de>
507
508 * gdb.dwarf2/clang-debug-names.c: New test.
509 * gdb.dwarf2/clang-debug-names.exp: New file.
510
ac4a4f1c
SM
5112020-05-06 Simon Marchi <simon.marchi@efficios.com>
512
513 * gdb.arch/amd64-prologue-skip-cf-protection.exp: New file.
514 * gdb.arch/amd64-prologue-skip-cf-protection.c: New file.
515
24fe640b
TV
5162020-05-06 Tom de Vries <tdevries@suse.de>
517
518 * gdb.reverse/consecutive-precsave.exp: Handle if instruction after
519 breakpoint is at a "recommended breakpoint location".
520 * gdb.reverse/consecutive-reverse.exp: Same.
521
0d8683a3
TV
5222020-05-06 Tom de Vries <tdevries@suse.de>
523
524 * gdb.base/watchpoint-reuse-slot.exp (stepi): Print $pc to get current
525 address.
526
b8983c46
TV
5272020-05-06 Tom de Vries <tdevries@suse.de>
528
529 * gdb.base/watchpoint-reuse-slot.exp: Fix incorrect assignment.
530
abf6d805
TV
5312020-05-06 Tom de Vries <tdevries@suse.de>
532
533 * gdb.base/store.exp (check_set, up_set): Allowing missing location
534 info for r.
535
0fc2a808
TV
5362020-05-06 Tom de Vries <tdevries@suse.de>
537
538 * gdb.base/shlib-call.exp: Add extra step to reach shmain.c:42, if
539 necessary.
540
873dd427
TV
5412020-05-06 Tom de Vries <tdevries@suse.de>
542
543 * lib/unbuffer_output.c (gdb_unbuffer_output): Change return type to
544 void.
545
7c99e7e2
TV
5462020-05-06 Tom de Vries <tdevries@suse.de>
547
548 * lib/gdb.exp (is_stmt_addresses, hex_in_list): New proc, factored out
549 of ...
550 * gdb.base/async.exp: ... here.
551 * gdb.base/consecutive.exp: Handle if 2nd breakpoint is at a
552 "recommended breakpoint location".
553
6173d6a6
TV
5542020-05-06 Tom de Vries <tdevries@suse.de>
555
556 * gdb.compile/compile-ifunc.exp: Use -Wno-attribute-alias.
557
6015a067
TV
5582020-05-04 Tom de Vries <tdevries@suse.de>
559
560 * gdb.base/async.exp: Check whether instruction addresses are a
561 "recommended breakpoint location".
562
3b6acaee
TT
5632020-05-03 Tom Tromey <tom@tromey.com>
564
565 * gdb.base/sepdebug.exp: Remove "catch" test.
566 * gdb.base/break.exp: Remove "catch" test.
567 * gdb.base/default.exp: Update expected output.
568
5beb4d17
TV
5692020-05-02 Tom de Vries <tdevries@suse.de>
570
571 * lib/gdb.exp (supports_mpx_check_pointer_bounds): New proc.
572 * gdb.arch/i386-mpx-call.exp: Use supports_mpx_check_pointer_bounds.
573 * gdb.arch/i386-mpx-map.exp: Same.
574 * gdb.arch/i386-mpx-sigsegv.exp: Same.
575 * gdb.arch/i386-mpx-simple_segv.exp: Same.
576 * gdb.arch/i386-mpx.exp: Same.
577
8caf140d
TV
5782020-05-02 Tom de Vries <tdevries@suse.de>
579
580 * gdb.base/psym-external-decl.c (main): Add use of variable aaa.
581
693196cb
TV
5822020-05-01 Tom de Vries <tdevries@suse.de>
583
584 * gdb.ada/operator_bp.exp: Allow more than required amount of
585 breakpoint.
586
53ae0aa9
TV
5872020-05-01 Tom de Vries <tdevries@suse.de>
588
589 * gdb.reverse/until-reverse.c (main): Fix Wunused-result warning.
590
ee9d1e5f
HD
5912020-04-30 Hannes Domani <ssbssa@yahoo.de>
592
593 PR gdb/18706
594 * gdb.cp/stub-array-size.cc: New test.
595 * gdb.cp/stub-array-size.exp: New file.
596 * gdb.cp/stub-array-size.h: New test.
597 * gdb.cp/stub-array-size2.cc: New test.
598
d5cf82c0
HD
5992020-04-30 Hannes Domani <ssbssa@yahoo.de>
600
601 * gdb.python/py-format-string.exp: Adjust pretty_arrays expected
602 output to the new format.
603
42e165c3
SM
6042020-04-29 Simon Marchi <simon.marchi@efficios.com>
605
606 * gdb.base/break.exp: Use with_test_prefix.
607
6e4e3fe1
TV
6082020-04-29 Tom de Vries <tdevries@suse.de>
609
610 * lib/gdb.exp (debug_types): New proc.
611 * gdb.guile/scm-symtab.exp: Add xfail for PR gcc/90232.
612 * gdb.python/py-symtab.exp: Same.
613
d642b692
HD
6142020-04-29 Hannes Domani <ssbssa@yahoo.de>
615
616 PR gdb/17320
617 * gdb.base/pretty-array.c: New test.
618 * gdb.base/pretty-array.exp: New file.
619
ea90f227
TV
6202020-04-29 Tom de Vries <tdevries@suse.de>
621
622 PR symtab/25889
623 * gdb.cp/cpexprs.exp: Adapt for inclusion.
624 * gdb.cp/cpexprs-debug-types.exp: New file. Set -fdebug-types-section
625 and include cpexprs.exp.
626
a65189c9
TV
6272020-04-28 Mark Williams <mark@myosotissp.com>
628
629 PR gdb/24480
630 * dw4-toplevel-types.exp: Test for top level types.
631 * dw4-toplevel-types.cc: Test for top level types.
632
32d1f47a
TBA
6332020-04-28 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
634
635 * gdb.threads/stop-with-handle.exp: Fix typo in comment
636 (theads -> threads).
637
56a4f5a1
TV
6382020-04-28 Tom de Vries <tdevries@suse.de>
639
640 * gdb.opt/inline-cmds.exp: Set KFAIL PR.
641
0b2f8a3b
TV
6422020-04-28 Tom de Vries <tdevries@suse.de>
643
644 * gdb.base/info-macros.exp: Remove KFAIL. Add missing trailing ".*".
645
5390c717
TV
6462020-04-28 Tom de Vries <tdevries@suse.de>
647
648 * gdb.ada/array_ptr_renaming.exp: Add PR number in KFAIL.
649
15cd93d0
TV
6502020-04-28 Tom de Vries <tdevries@suse.de>
651
652 * gdb.dwarf2/main-foo.c: New test.
653 * gdb.dwarf2/struct-with-sig.exp: New file.
654
d472f0fb
TV
6552020-04-25 Tom de Vries <tdevries@suse.de>
656
657 * boards/debug-types.exp: New file.
658
8d840e05
AB
6592020-04-25 Andrew Burgess <andrew.burgess@embecosm.com>
660
661 * gdb.btrace/multi-inferior.exp: Avoid paths in test names.
662
bcfe6157
TT
6632020-04-24 Tom Tromey <tom@tromey.com>
664
665 PR symtab/12707:
666 * gdb.python/py-symbol.exp: Update expected results for
667 linkage_name test.
668 * gdb.cp/print-demangle.exp: New file.
669 * gdb.base/c-linkage-name.exp: Fix test.
670 * gdb.guile/scm-symbol.exp: Update expected results for
671 linkage_name test.
672
f049a313
TT
6732020-04-24 Tom Tromey <tom@tromey.com>
674
675 * gdb.dwarf2/dw2-namespaceless-anonymous.S: Remove.
676 * gdb.dwarf2/dw2-namespaceless-anonymous.c: New file.
677 * gdb.dwarf2/dw2-namespaceless-anonymous.exp: Use DWARF
678 assembler.
679
7cf28874
TV
6802020-04-24 Tom de Vries <tdevries@suse.de>
681
682 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Set language of CU to
683 C++.
684
dac2fef7
TT
6852020-04-24 Tom Tromey <tromey@adacore.com>
686
687 * gdb.ada/frame_arg_lang.exp: Run with multiple -fgnat-encodings
688 values.
689 * gdb.ada/funcall_ref.exp: Run with multiple -fgnat-encodings
690 values. Update test for minimal encodings.
691 * gdb.ada/lang_switch.exp: Update test for minimal encodings.
692 * gdb.ada/var_rec_arr.exp: Run with multiple -fgnat-encodings
693 values. Update test for minimal encodings.
694
1acda803
TT
6952020-04-24 Tom Tromey <tromey@adacore.com>
696
697 PR python/23662:
698 * gdb.ada/variant.exp: Add Python checks.
699 * gdb.rust/simple.exp: Add dynamic type checks.
700
adfb9815
TT
7012020-04-24 Tom Tromey <tromey@adacore.com>
702
703 * gdb.ada/mi_var_array.exp: Try all -fgnat-encodings settings.
704 Make array type matching more lax.
705 * gdb.ada/mi_var_union.exp: Try all -fgnat-encodings settings.
706 * gdb.ada/mi_variant.exp: New file.
707 * gdb.ada/mi_variant/pck.ads: New file.
708 * gdb.ada/mi_variant/pkg.adb: New file.
709 * gdb.ada/packed_tagged.exp: Try all -fgnat-encodings settings.
710 * gdb.ada/unchecked_union.exp: Try all -fgnat-encodings settings.
711
7d79de9a
TT
7122020-04-24 Tom Tromey <tromey@adacore.com>
713
714 * gdb.ada/variant.exp: Add dynamic field offset tests.
715 * gdb.ada/variant/pck.ads (Nested_And_Variable): New type.
716 * gdb.ada/variant/pkg.adb: Add new variables.
717
f8e89861
TT
7182020-04-24 Tom Tromey <tromey@adacore.com>
719
720 * gdb.ada/variant.exp: New file
721 * gdb.ada/variant/pkg.adb: New file
722 * gdb.ada/variant/pck.adb: New file
723
86e887ae
TV
7242020-04-24 Tom de Vries <tdevries@suse.de>
725
726 * lib/gdb.exp (clean_restart): Reset errcnt and warncnt.
727
88428775
TV
7282020-04-24 Tom de Vries <tdevries@suse.de>
729
730 * gdb.dwarf2/dwzbuildid.exp: Add quiet to dwzbuildid-mismatch compile
731 flags.
732
4e86f6e7
TV
7332020-04-24 Tom de Vries <tdevries@suse.de>
734
735 * gdb.dwarf2/dw2-error.exp: Add quiet to compile flags.
736
2016d3e6
TV
7372020-04-24 Tom de Vries <tdevries@suse.de>
738
739 * lib/gdb.exp (default_gdb_start): Handle eof.
740 (clean_restart): Detect and handle gdb_start failure. Return -1 upon
741 failure.
742 * gdb.base/readnever.exp: Handle clean_restart failure.
743
70bc38f5
TV
7442020-04-23 Tom de Vries <tdevries@suse.de>
745
746 * gdb.base/decl-before-def.exp: Run to main and print a again.
747
de82891c
TV
7482020-04-23 Tom de Vries <tdevries@suse.de>
749
750 * gdb.base/decl-before-def-decl.c: New test.
751 * gdb.base/decl-before-def-def.c: New test.
752 * gdb.base/decl-before-def.exp: New file.
753
96038148
TV
7542020-04-23 Tom de Vries <tdevries@suse.de>
755
756 * gdb.base/readnever.exp: Skip if GDBFLAGS contain -readnow/--readnow.
757
54ac3df1
TV
7582020-04-22 Tom de Vries <tdevries@suse.de>
759
760 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): Fix
761 debug_info_offset.
762 * gdb.mi/dw2-ref-missing-frame.exp: Make sure $objfuncfile comes
763 before $objsfile in the line line.
764
714534e1
TV
7652020-04-22 Tom de Vries <tdevries@suse.de>
766
767 * gdb.dlang/watch-loc.c (.debug_aranges): Fix _Dmain length.
768
16a7dbf4
MS
7692020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
770
771 * gdb.base/jit-attach-pie.c: Use jit-protocol.h.
772 * gdb.base/jit-elf-main.c: Use jit-protocol.h.
773 * gdb.base/jit-reader-host.c: Use jit-protocol.h.
774 * gdb.base/jit-reader-simple-jit.c: Use jit-protocol.h.
775 * gdb.base/jit-protocol.h: Update definitions to match all usage
776 contexts.
777
7782020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
779
780 * gdb.base: Rename all jit related test and source files.
781
7822020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
783
784 * gdb.base/jit-reader.exp: Relax register output check.
785
317d2668
TV
7862020-04-22 Tom de Vries <tdevries@suse.de>
787
788 PR symtab/25764
789 * gdb.base/psym-external-decl-2.c: New test.
790 * gdb.base/psym-external-decl.c: New test.
791 * gdb.base/psym-external-decl.exp: New file.
792 * gdb.threads/tls.exp: Add PR25807 kfail.
793
eea9e357
TV
7942020-04-22 Tom de Vries <tdevries@suse.de>
795
796 PR symtab/25801
797 * gdb.dwarf2/imported-unit.exp: Test that we can get imported_unit.c
798 in "info source" output.
799
3d5afab3
TV
8002020-04-22 Tom de Vries <tdevries@suse.de>
801
802 PR symtab/25700
803 * gdb.dwarf2/imported-unit.exp: Verify that there's only one partial
804 symtab for imported_unit.c.
805
b32102f6
GB
8062020-04-21 Gary Benson <gbenson@redhat.com>
807
808 * gdb.base/advance.c (func): New argument, to match call site.
809 (func2, func3): Add return statements.
810
d43b7a2d
TBA
8112020-04-21 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
812
813 * gdb.multi/run-only-second-inf.c: New file.
814 * gdb.multi/run-only-second-inf.exp: New file.
815
d89edf9b
MM
8162020-04-21 Markus Metzger <markus.t.metzger@intel.com>
817
818 * gdb.btrace/multi-inferior.c: New test.
819 * gdb.btrace/multi-inferior.exp: New file.
820
1a476b6d
MM
8212020-04-21 Markus Metzger <markus.t.metzger@intel.com>
822
823 * gdb.btrace/enable-new-thread.c: New test.
824 * gdb.btrace/enable-new-thread.exp: New file.
825
4778a5f8
TV
8262020-04-21 Tom de Vries <tdevries@suse.de>
827
828 PR gdb/25471
829 * gdb.threads/killed-outside.c: New test.
830 * gdb.threads/killed-outside.exp: New file.
831
9b2c992c
GB
8322020-04-20 Gary Benson <gbenson@redhat.com>
833
834 * gdb.base/nested-subp1.exp: Use support_nested_function_tests.
835 * gdb.base/nested-subp2.exp: Likewise.
836 * gdb.base/nested-subp3.exp: Likewise.
837
b5d1d6f7
GB
8382020-04-20 Gary Benson <gbenson@redhat.com>
839
840 * gdb.base/nested-subp1.exp: Disable test when using clang.
841 * gdb.base/nested-subp2.exp: Likewise.
842 * gdb.base/nested-subp3.exp: Likewise.
843
25230285
GB
8442020-04-20 Gary Benson <gbenson@redhat.com>
845
846 * gdb.cp/exception.cc: Fix compilation error with clang.
847
fa93cc8f
GB
8482020-04-20 Gary Benson <gbenson@redhat.com>
849
809730f3 850 * gdb.trace/tspeed.c: Fix compilation error with clang.
fa93cc8f 851
e0c45f30
GB
8522020-04-20 Gary Benson <gbenson@redhat.com>
853
854 * gdb.base/jit-main.c: Fix compilation error with clang.
855
4ddfec93
KR
8562020-04-17 Kamil Rytarowski <n54@gmx.com>
857
858 * gdb.base/attach-twice.c: Include "sys/types.h".
859 (PTRACE_ATTACH): Add fallback definition.
860 (main): Pass `0' to the 4th argument of `ptrace'.
861
2bed205e
KR
8622020-04-17 Kamil Rytarowski <n54@gmx.com>
863
864 * gdb.base/fork-running-state.c: Include "signal.h".
865
0743fc83
TT
8662020-04-17 Tom Tromey <tromey@adacore.com>
867
868 * gdb.cp/maint.exp (test_help): Simplify multiple_help_body.
869 Update tests.
870 * gdb.btrace/cpu.exp: Update tests.
871 * gdb.base/maint.exp: Update tests.
872 * gdb.base/default.exp: Update tests.
873 * gdb.base/completion.exp: Update tests.
874
efba5c23
TV
8752020-04-16 Tom de Vries <tdevries@suse.de>
876
877 PR symtab/25791
878 * gdb.dwarf2/gdb-add-index.exp (add_gdb_index): Move ...
879 (ensure_gdb_index): and factor out and move ...
880 * lib/gdb.exp (add_gdb_index, ensure_gdb_index): ... here.
881 * gdb.dwarf2/imported-unit-runto-main.exp: New file.
882
d191d716
TV
8832020-04-16 Tom de Vries <tdevries@suse.de>
884
885 * gdb.base/maint-expand-symbols-header-file.exp: Set language before
886 loading exec.
887
99f1bc6a
AB
8882020-04-15 Andrew Burgess <andrew.burgess@embecosm.com>
889
890 * gdb.base/many-completions.exp: New file.
891
194d088f
TV
8922020-04-14 Tom de Vries <tdevries@suse.de>
893
894 PR symtab/25718
895 * gdb.dwarf2/dw2-symtab-includes.exp: New file.
896
c1a66c06
TV
8972020-04-14 Tom de Vries <tdevries@suse.de>
898
899 PR symtab/25720
900 * gdb.base/maint-expand-symbols-header-file.c: New test.
901 * gdb.base/maint-expand-symbols-header-file.exp: New file.
902 * gdb.base/maint-expand-symbols-header-file.h: New test.
903
21b0982c
AB
9042020-04-14 Andrew Burgess <andrew.burgess@embecosm.com>
905
906 * gdb.dwarf2/dw2-inline-many-frames.exp (get_func_info): Delete.
907 * gdb.dwarf2/dw2-inline-small-func.exp: Pass options to
908 get_func_info.
909 (get_func_info): Delete.
910 * gdb.dwarf2/dw2-is-stmt-2.exp (get_func_info): Delete.
911 * gdb.dwarf2/dw2-is-stmt.exp (get_func_info): Delete.
912 * lib/dwarf.exp (get_func_info): New function.
913
dd1cab06
TV
9142020-04-13 Tom de Vries <tdevries@suse.de>
915
916 * lib/ada.exp (find_ada_tool): Pass --GCC and -B to gnatlink, similar
917 to what find_gnatmake does.
918
71ea2b6b
TV
9192020-04-10 Tom de Vries <tdevries@suse.de>
920
921 * gdb.base/style.exp: Expect "Expanding full symbols" message for
922 -readnow.
923
bdfc1e8a
TV
9242020-04-10 Tom de Vries <tdevries@suse.de>
925
926 PR cli/25808
927 * gdb.base/style.c: Add leading newlines.
928 * gdb.base/style.exp: Use gdb_get_line_number to get specific lines.
929 Check listing of main's one-line body.
930
14ca8ecf
TV
9312020-04-08 Tom de Vries <tdevries@suse.de>
932
933 * lib/gdb.exp (psymtabs_p): New proc.
934 * gdb.dwarf2/imported-unit.exp: Mark "no static partial symbols in
935 importing unit" unsupported if there are no partial symbols.
936
e21d048f
TV
9372020-04-08 Tom de Vries <tdevries@suse.de>
938
939 PR testsuite/25760
940 * gdb.ada/call_pn.exp: Call "maint expand-symtabs". Add xfails.
941
25c11aca
TV
9422020-04-07 Tom de Vries <tdevries@suse.de>
943
944 PR symtab/25796
945 * gdb.dwarf2/imported-unit-abstract-const-value.exp: New file.
946
5707e24b
TV
9472020-04-07 Tom de Vries <tdevries@suse.de>
948
949 * gdb.base/check-psymtab.c: New test.
950 * gdb.base/check-psymtab.exp: New file.
951
6ee448cc
TT
9522020-04-06 Tom Tromey <tromey@adacore.com>
953
954 * gdb.ada/variant-record/proc.adb: New file.
955 * gdb.ada/variant-record/value.adb: New file.
956 * gdb.ada/variant-record/value.s: New file.
957 * gdb.ada/variant-record.exp: New file.
958
9e7c9a03
HD
9592020-04-03 Hannes Domani <ssbssa@yahoo.de>
960
961 PR gdb/25325
962 * gdb.cp/typed-enum.cc: New test.
963 * gdb.cp/typed-enum.exp: New file.
964
c90d28ac
AB
9652020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
966
967 * gdb.dwarf2/dw2-inline-small-func-lbls.c: New file.
968 * gdb.dwarf2/dw2-inline-small-func.c: New file.
969 * gdb.dwarf2/dw2-inline-small-func.exp: New file.
970 * gdb.dwarf2/dw2-inline-small-func.h: New file.
971 * gdb.opt/inline-small-func.c: New file.
972 * gdb.opt/inline-small-func.exp: New file.
973 * gdb.opt/inline-small-func.h: New file.
974
34e9a9fa
AB
9752020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
976
977 * lib/dwarf.exp (Dwarf::lines::program::DW_LNS_set_file): New
978 function.
979
6a354911
AB
9802020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
981
982 * lib/dwarf.exp (function_range): Allow compiler options to be
983 specified.
984
880d9777
TV
9852020-04-02 Tom de Vries <tdevries@suse.de>
986
987 * gdb.dwarf2/break-inline-psymtab-2.c (bar): Add
988 __attribute__((always_inline)).
989 * gdb.dwarf2/break-inline-psymtab.exp: Don't use -O2.
990
f32682ea
TV
9912020-04-02 Tom de Vries <tdevries@suse.de>
992
993 * lib/gdbserver-support.exp (gdbserver_exit): Factor out of ...
994 (gdbserver_gdb_exit): ... here. Add timeout warning.
995 * gdb.multi/multi-target.exp (server_spawn_ids): New global var.
996 (connect_target_extended_remote): Append new server_spawn_id to
997 server_spawn_ids.
998 (cleanup): New proc.
999 (setup, <toplevel>): Call cleanup.
1000
d3214198
TV
10012020-04-02 Tom de Vries <tdevries@suse.de>
1002
1003 * gdb.base/main-psymtab.exp: New file.
1004
cc77ed24
TV
10052020-04-02 Tom de Vries <tdevries@suse.de>
1006
1007 * gdb.fortran/mixed-lang-stack.exp: Accept new complex printing style.
1008
3638a098
TT
10092020-04-01 Tom Tromey <tom@tromey.com>
1010
1011 * gdb.base/complex-parts.exp: Add type tests.
1012
c34e8714
TT
10132020-04-01 Tom Tromey <tom@tromey.com>
1014
1015 * gdb.base/complex-parts.exp: Add arithmetic tests.
1016
981c08ce
TT
10172020-04-01 Tom Tromey <tom@tromey.com>
1018
1019 * gdb.compile/compile.exp: Update.
1020 * gdb.compile/compile-cplus.exp: Update.
1021 * gdb.base/varargs.exp: Update.
1022 * gdb.base/floatn.exp: Update.
1023 * gdb.base/endianity.exp: Update.
1024 * gdb.base/callfuncs.exp (do_function_calls): Update.
1025 * gdb.base/funcargs.exp (complex_args, complex_integral_args)
1026 (complex_float_integral_args): Update.
1027 * gdb.base/complex.exp: Update.
1028 * gdb.base/complex-parts.exp: Update.
1029
3d1cfd43
TT
10302020-04-01 Tom Tromey <tromey@adacore.com>
1031
1032 * gdb.rust/union.rs: New file.
1033 * gdb.rust/union.exp: New file.
1034 * gdb.rust/simple.rs (Union, Union2): Move to union.rs.
1035 (main): Update.
1036 * gdb.rust/simple.exp: Move union tests to union.exp.
1037
e033dfa9
TT
10382020-04-01 Tom Tromey <tromey@adacore.com>
1039
1040 * gdb.rust/simple.rs (main): Remove "y0".
1041
53cccef1
TBA
10422020-04-01 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1043
1044 * gdb.multi/stop-all-on-exit.c: New test.
1045 * gdb.multi/stop-all-on-exit.exp: New file.
1046
60e22c1e
HD
10472020-04-01 Hannes Domani <ssbssa@yahoo.de>
1048
1049 PR gdb/24789
1050 * gdb.cp/misc.cc: Add integer reference variable.
1051 * gdb.cp/misc.exp: Add test.
1052
e139a727
TBA
10532020-04-01 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1054
1055 * gdb.server/stop-reply-no-thread.exp: Enhance the test
1056 scenario to cover execution until the end and also the case
1057
16b0db75
TV
10582020-03-31 Tom de Vries <tdevries@suse.de>
1059
1060 * gdb.base/c-linkage-name.exp: Fix test-case comment. Set language to
1061 c. Use "maint info symtabs" to check symtab expansion.
1062
c0502da6
TV
10632020-03-30 Tom de Vries <tdevries@suse.de>
1064
1065 * gdb.base/c-linkage-name.exp: Use readnow call to mark a test
1066 unsupported.
1067 (verify_psymtab_expanded): Move ...
1068 * lib/gdb.exp (verify_psymtab_expanded): ... here. Add unsupported
1069 test.
1070 (readnow): New proc.
1071
5935fd15
AB
10722020-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
1073
1074 * gdb.fortran/mixed-lang-stack.exp: Replace two hard coded address
1075 with $hex.
1076
1773be9e
TT
10772020-03-20 Tom Tromey <tromey@adacore.com>
1078
1079 * gdb.dwarf2/dw2-ranges-base.exp: Update regular expressions.
1080
70304be9
TT
10812020-03-20 Tom Tromey <tromey@adacore.com>
1082
1083 * gdb.ada/sub_variant/subv.adb: New file.
1084 * gdb.ada/sub_variant.exp: New file.
1085
0dd7b8f7
TV
10862020-03-20 Tom de Vries <tdevries@suse.de>
1087
1088 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Bail out if
1089 first break fails.
1090 * gdb.threads/step-over-trips-on-watchpoint.exp: (do_test): Same.
1091
cada5fc9
AB
10922020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
1093
1094 * gdb.server/exit-multiple-threads.c: New file.
1095 * gdb.server/exit-multiple-threads.exp: New file.
1096
6b8c53f2
AB
10972020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
1098
1099 * gdb.fortran/mixed-lang-stack.c: New file.
1100 * gdb.fortran/mixed-lang-stack.cpp: New file.
1101 * gdb.fortran/mixed-lang-stack.exp: New file.
1102 * gdb.fortran/mixed-lang-stack.f90: New file.
1103
19a2740f
AB
11042020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
1105
1106 * gdb.linespec/cp-completion-aliases.cc: New file.
1107 * gdb.linespec/cp-completion-aliases.exp: New file.
1108
d8c8b848
TV
11092020-03-19 Tom de Vries <tdevries@suse.de>
1110
1111 * gdb.opt/inline-locals.exp: Add kfail PR number. Make kfail matching
1112 more precise.
1113
a9933ccf
TV
11142020-03-18 Tom de Vries <tdevries@suse.de>
1115
1116 * gdb.dwarf2/break-inline-psymtab-2.c: New test.
1117 * gdb.dwarf2/break-inline-psymtab.c: New test.
1118 * gdb.dwarf2/break-inline-psymtab.exp: New file.
1119
2f89101f
TV
11202020-03-16 Tom de Vries <tdevries@suse.de>
1121
1122 * lib/cache.exp (gdb_do_cache): Add and handle local variables
1123 cache_verify and cache_verify_proc.
1124
6b9374f1
TV
11252020-03-15 Tom de Vries <tdevries@suse.de>
1126
1127 * gdb.server/solib-list.exp: Handle
1128 'Load new symbol table from "/lib64/ld-2.26.so"? (y or n)'.
1129
eaeaf44c
TV
11302020-03-15 Tom de Vries <tdevries@suse.de>
1131
1132 * gdb.base/maint.exp: Use exp_continue in long lines for "maint print
1133 objfiles".
1134
3293bbaf
TT
11352020-03-14 Tom Tromey <tom@tromey.com>
1136
1137 * gdb.base/cvexpr.exp: Add test for _Atomic and restrict.
1138
ab44624c
TV
11392020-03-14 Tom de Vries <tdevries@suse.de>
1140
1141 * gdb.mi/mi-fortran-modules.exp: Use exp_continue.
1142
54c43825
TV
11432020-03-14 Tom de Vries <tdevries@suse.de>
1144
1145 * gdb.threads/attach-many-short-lived-threads.exp: Read "info threads"
1146 result in line-by-line fashion.
1147
2ac70237
TV
11482020-03-14 Tom de Vries <tdevries@suse.de>
1149
1150 * lib/gdb.exp (supports_statement_frontiers): New proc.
1151 * gdb.cp/step-and-next-inline.exp: Use supports_statement_frontiers.
1152
09546b56
TV
11532020-03-14 Tom de Vries <tdevries@suse.de>
1154
1155 * gdb.base/printcmds.exp: Add missing quoting for "print
1156 teststring2".
1157
a1f6a07c
TT
11582020-03-13 Tom Tromey <tom@tromey.com>
1159
1160 * gdb.base/printcmds.exp (test_print_strings): Add regression
1161 test.
1162 * gdb.base/printcmds.c (charptr): New typedef.
1163 (teststring2): New global.
1164
1b83d09c
AB
11652020-03-13 Andrew Burgess <andrew.burgess@embecosm.com>
1166
1167 * gdb.base/break-interp.exp: Use the tail of the filename, not the
1168 full path in the test name.
1169 (test_ld): Add some with_test_prefix blocks to make test names
1170 unique.
1171
2d61316c
TV
11722020-03-13 Tom de Vries <tdevries@suse.de>
1173
1174 * gdb.mi/mi-sym-info.exp: Fix buffer full errors, and timeouts.
1175
2e9145ac
TV
11762020-03-13 Tom de Vries <tdevries@suse.de>
1177
1178 * gdb.mi/mi-sym-info.exp: Make matching more precise.
1179
96c7f873
TV
11802020-03-13 Tom de Vries <tdevries@suse.de>
1181
1182 PR symtab/25646
1183 * gdb.dwarf2/imported-unit.exp: Add test.
1184
49ba92c0
TV
11852020-03-13 Tom de Vries <tdevries@suse.de>
1186
1187 * gdb.mi/mi-sym-info-2.c (another_char_t, another_short_t): New typedef.
1188 (var1, var2): New variable.
1189 * gdb.mi/mi-sym-info.exp: Add --name to various commands to restrict
1190 matching symbols.
1191
301b21e0
TV
11922020-03-13 Tom de Vries <tdevries@suse.de>
1193
1194 * lib/tuiterm.exp (Term::command_no_prompt_prefix): New proc.
1195 (Term::command): Use prompt prefix.
1196 (Term::enter_tui): Use command_no_prompt_prefix instead of prefix.
1197 * gdb.tui/tui-layout-asm-short-prog.exp: Use
1198 command_no_prompt_prefix instead of prefix.
1199 * gdb.tui/tui-layout-asm.exp: Same.
1200
3f512721
SM
12012020-03-12 Simon Marchi <simon.marchi@efficios.com>
1202
1203 * gdb.base/break-interp.exp: Use foreach_with_prefix.
1204
40310f30
SM
12052020-03-12 Simon Marchi <simon.marchi@efficios.com>
1206
1207 * gdb.arch/amd64-disp-step-avx.S: Add nops after _start.
1208 * gdb.arch/amd64-disp-step-avx.exp: Enable "set debug displaced
1209 on" while stepping over the test instruction, match printed
1210 message.
1211
09252140
TV
12122020-03-12 Tom de Vries <tdevries@suse.de>
1213
1214 * gdb.base/info-types.exp: Use exp_continue during matching of output
1215 of "info types".
1216
14e9c72c
TV
12172020-03-12 Tom de Vries <tdevries@suse.de>
1218
1219 * gdb.threads/execl.exp: Delete breakpoint after hitting it.
1220
e515d67e
TV
12212020-03-12 Tom de Vries <tdevries@suse.de>
1222
1223 * gdb.fortran/module.exp: Use exp_continue during matching of output
1224 of "info variable -n".
1225
307eafd8
TV
12262020-03-12 Tom de Vries <tdevries@suse.de>
1227
1228 * gdb.dwarf2/dw2-ranges-base.exp: Limit "maint info line-table" to
1229 gdb.dwarf2/dw2-ranges-base.c.
1230
9a2de3fc
TV
12312020-03-12 Tom de Vries <tdevries@suse.de>
1232
1233 * gdb.linespec/explicit.exp: Fix "complete non-unique file name" test
1234 in presence of GLIBC debuginfo.
1235
3217502e
TV
12362020-03-12 Tom de Vries <tdevries@suse.de>
1237
1238 * lib/gdb.exp (gdb_core_cmd): Use string_to_regexp for regexp-matching
1239 $core.
1240
1281424c
TV
12412020-03-12 Tom de Vries <tdevries@suse.de>
1242
1243 * lib/gdb.exp (gdb_core_cmd): Make "No such file or directory" regexp
1244 more precise.
1245
038b97fc
SM
12462020-03-11 Simon Marchi <simon.marchi@efficios.com>
1247
1248 * lib/gdb.exp (standard_output_file): Use `pwd -W` to convert
1249 from Unix to Windows path.
1250
5308d1e7
TV
12512020-03-11 Tom de Vries <tdevries@suse.de>
1252
1253 * gdb.ada/minsyms.exp: Set language to ada.
1254
f870f78f
TV
12552020-03-11 Tom de Vries <tdevries@suse.de>
1256
1257 * gdb.server/sysroot.exp: Allow GLIBC's printf alias __printf.
1258
5a13315d
TV
12592020-03-11 Tom de Vries <tdevries@suse.de>
1260
1261 * gdb.btrace/reconnect.exp: Allow source line pattern after stepi.
1262
976862ed
TT
12632020-03-11 Tom Tromey <tromey@adacore.com>
1264
1265 * gdb.dwarf2/variant.exp: Mark discriminants as artificial.
1266
7462c383
TV
12672020-03-11 Tom de Vries <tdevries@suse.de>
1268
1269 * gdb.base/foll-fork.exp: Allow "Reading in symbols" messages.
1270
1c6c46a0
TV
12712020-03-11 Tom de Vries <tdevries@suse.de>
1272
1273 * gdb.base/break-interp.exp: Limit verbose scope.
1274
44f41bb7
TV
12752020-03-11 Tom de Vries <tdevries@suse.de>
1276
1277 * gdb.fortran/logical.f90: Define variable with character type.
1278 * gdb.fortran/logical.exp: Use character type instead of uint8_t.
1279
b76f3a42
TV
12802020-03-11 Tom de Vries <tdevries@suse.de>
1281
1282 * gdb.base/list-ambiguous.exp: Set EDITOR to true.
1283
1c33af77
TV
12842020-03-11 Tom de Vries <tdevries@suse.de>
1285
1286 * gdb.ada/access_to_packed_array.exp: Test printing of expanded
1287 symtabs.
1288
8c95582d
AB
12892020-03-10 Andrew Burgess <andrew.burgess@embecosm.com>
1290 Bernd Edlinger <bernd.edlinger@hotmail.de>
1291
1292 * gdb.cp/step-and-next-inline.cc: New file.
1293 * gdb.cp/step-and-next-inline.exp: New file.
1294 * gdb.cp/step-and-next-inline.h: New file.
1295 * gdb.dwarf2/dw2-is-stmt.c: New file.
1296 * gdb.dwarf2/dw2-is-stmt.exp: New file.
1297 * gdb.dwarf2/dw2-is-stmt-2.c: New file.
1298 * gdb.dwarf2/dw2-is-stmt-2.exp: New file.
1299 * gdb.dwarf2/dw2-ranges-base.exp: Update line table pattern.
1300
cecf8547
AB
13012020-03-10 Andrew Burgess <andrew.burgess@embecosm.com>
1302
1303 * lib/dwarf.exp (Dwarf::lines) Add support for modifying the
1304 is-stmt flag in the line table.
1305
0ba678c9
TV
13062020-03-09 Tom de Vries <tdevries@suse.de>
1307
1308 * lib/gdb.exp (cached_file): Create cache dir.
1309
72fbdf83
TV
13102020-03-07 Tom de Vries <tdevries@suse.de>
1311
1312 * gdb.cp/ref-params.exp: Compare build_executable result with -1.
1313 * gdb.cp/rvalue-ref-params.exp: Same.
1314
436b5e99
TV
13152020-03-06 Tom de Vries <tdevries@suse.de>
1316
1317 * lib/gdb.exp (tentative_rename, cached_file): New proc.
1318 * boards/cc-with-tweaks.exp: Use cached_file to create gdb.sh.
1319
09f2921c
TV
13202020-03-06 Tom de Vries <tdevries@suse.de>
1321
1322 * README: Fix "the the".
1323 * gdb.base/dprintf.exp: Same.
1324
50a3cc5d
TV
13252020-03-05 Tom de Vries <tdevries@suse.de>
1326
1327 * gdb.base/maint.exp: Update "main print statistics" expected output.
1328
0a709cba
AKS
13292020-03-04 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
1330
1331 * lib/fortran.exp (fortran_int4): Handle flang kind printing.
1332 (fortran_int8): Likewise.
1333 (fortran_real4): Likewise.
1334 (fortran_real8): Likewise.
1335 (fortran_complex4): Likewise.
1336 (fortran_logical4): Likewise.
1337 (fortran_character1): Likewise.
1338
5e5d66b6
AB
13392020-03-03 Andrew Burgess <andrew.burgess@embecosm.com>
1340
1341 * gdb.fortran/logical.exp: Add tests that any non-zero value is
1342 printed as true.
1343
7b973adc
SDJ
13442020-03-03 Sergio Durigan Junior <sergiodj@redhat.com>
1345
1346 * gdb.base/printcmds.exp: Add test to verify printf of a
1347 variable holding an address.
1348
478e490a
TV
13492020-03-03 Tom de Vries <tdevries@suse.de>
1350
1351 * gdb.mi/gdb2549.exp: Fix "register values t" check-read1 timeout.
1352
1ef44e86
TV
13532020-03-03 Tom de Vries <tdevries@suse.de>
1354
1355 * gdb.mi/list-thread-groups-available.exp: Use -prompt syntax for
1356 gdb_test_multiple call.
1357
b98cc2cf
TV
13582020-03-03 Tom de Vries <tdevries@suse.de>
1359
1360 * gdb.mi/mi-sym-info.exp: Add missing -prompt "$mi_gdb_prompt$" to
1361 gdb_test_multiple calls.
1362
63e163f2
AB
13632020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
1364
1365 * gdb.base/default.exp: Remove test of 'set history filename'.
1366 * gdb.base/gdbinit-history.exp: Add tests for setting the history
1367 filename to the empty string.
1368 * lib/gdb.exp (gdb_init): Unset environment variables GDBHISTFILE
1369 and GDBHISTSIZE.
1370
24ed6739
AB
13712020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
1372
1373 * gdb.server/stop-reply-no-thread.exp: Add test where T packet is
1374 disabled.
1375
590003dc
TV
13762020-03-02 Pedro Alves <palves@redhat.com>
1377 Tom de Vries <tdevries@suse.de>
1378
1379 * lib/gdb.exp (gdb_test_multiple): Handle prompt_regexp option using
1380 -prompt prefix, before user_code argument. Add -lbl option likewise.
1381 (skip_python_tests_prompt, skip_libstdcxx_probe_tests_prompt)
1382 (gdb_is_target_1): Add -prompt prefix and move to before user_code
1383 argument.
1384 * gdb.base/corefile-buildid.exp: Use -lbl option. Rewrite regexps to
1385 have "\r\n" at start-of-line, instead of at end-of-line.
1386
f5e46084
SM
13872020-02-28 Simon Marchi <simon.marchi@efficios.com>
1388
1389 * lib/trace-support.exp (get_in_proc_agent): Adjust path to
1390 libinproctrace.so.
1391
f7a7000d
LM
13922020-02-28 Luis Machado <luis.machado@linaro.org>
1393
1394 * gdb.arch/aarch64-fp.exp: Switch from "info registers" command
1395 to "p/x".
1396
718e0816
LM
13972020-02-28 Luis Machado <luis.machado@linaro.org>
1398
1399 * gdb.arch/aarch64-dbreg-contents.c: Include stdlib.h, unistd.h,
1400 asm/ptrace.h and error.h.
1401
13c3a74a
TV
14022020-02-28 Tom de Vries <tdevries@suse.de>
1403
1404 * gdb.base/c-linkage-name.c (main): Call do_something_other_cu.
1405 (struct wrapper, do_something, mundane/symada__cS): Move ...
1406 * gdb.base/c-linkage-name-2.c: ... here. New source file.
1407 * gdb.base/c-linkage-name.exp: Add verification of psymtab expansion.
1408 Update "print symada__cS before partial symtab expansion" regexp.
1409 Update breakpoint location. Flush symbol cache after expansion.
1410
85d2d5bb
LM
14112020-02-28 Luis Machado <luis.machado@linaro.org>
1412
1413 * gdb.arch/aarch64-pauth.exp: Recognize optional PAC output.
1414
3608f86c
TV
14152020-02-27 Tom de Vries <tdevries@suse.de>
1416
1417 * config/sid.exp: Remove unused globals.
1418 * gdb.base/attach.exp: Same.
1419 * gdb.base/catch-load.exp: Same.
1420 * gdb.base/dbx.exp: Same.
1421 * lib/gdb.exp: Same.
1422 * lib/mi-support.exp: Same.
1423 * lib/prompt.exp: Same.
1424
c8d4f6df
TV
14252020-02-27 Tom de Vries <tdevries@suse.de>
1426
1427 * lib/tuiterm.exp (spawn): Handle case that spawn_out(slave,name) is
1428 not set.
1429
0d79cdc4
AM
14302020-02-26 Aaron Merey <amerey@redhat.com>
1431
1432 * gdb.debuginfod: New directory for debuginfod tests.
1433 * gdb.debuginfod/main.c: New test file.
1434 * gdb.debuginfod/fetch_src_and_symbols.exp: New tests.
1435
0dce4280
TV
14362020-02-26 Tom de Vries <tdevries@suse.de>
1437
1438 PR gdb/25603
1439 * gdb.base/persistent-lang.cc: New test.
1440 * gdb.base/persistent-lang.exp: New file.
1441
9e80cfa1
AB
14422020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
1443
1444 * gdb.fortran/derived-type-striding.exp: Add a new test.
1445 * gdb.fortran/derived-type-striding.f90: Add pointer variable for
1446 new test.
1447
2078dbb2
AB
14482020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
1449
1450 * gdb.base/cached-source-file.exp: Avoid source file paths in test
1451 names.
1452
70d49700
TV
14532020-02-25 Tom de Vries <tdevries@suse.de>
1454
1455 PR go/18926
1456 * gdb.go/methods.exp: Remove gcc/93866 xfail.
1457
a88ef40d
TV
14582020-02-24 Tom de Vries <tdevries@suse.de>
1459
1460 PR gdb/25592
1461 * gdb.base/info-locals-unused-static-var.c: New test.
1462 * gdb.base/info-locals-unused-static-var.exp: New file.
1463
01b1af32
TT
14642020-02-22 Tom Tromey <tom@tromey.com>
1465
1466 * gdb.python/tui-window.exp: New file.
1467 * gdb.python/tui-window.py: New file.
1468
7c043ba6
TT
14692020-02-22 Tom Tromey <tom@tromey.com>
1470
1471 PR tui/17850:
1472 * gdb.tui/new-layout.exp: Add horizontal layout and winheight
1473 tests.
1474
c22fef7e
TT
14752020-02-22 Tom Tromey <tom@tromey.com>
1476
1477 * gdb.tui/new-layout.exp: Add sub-layout tests.
1478
ee325b61
TT
14792020-02-22 Tom Tromey <tom@tromey.com>
1480
1481 * gdb.tui/new-layout.exp: New file.
1482
3f0cbb04
TT
14832020-02-22 Tom Tromey <tom@tromey.com>
1484
1485 * gdb.rust/rust-style.rs: New file.
1486 * gdb.rust/rust-style.exp: New file.
1487 * gdb.base/style.exp: Test structure printing.
1488 * gdb.base/style.c (struct some_struct): New type.
1489 (enum etype): New type.
1490 (struct_value): New global.
1491
75525152
TV
14922020-02-21 Tom de Vries <tdevries@suse.de>
1493
1494 PR go/18926
1495 * lib/gdb.exp (bp_location2/bp_location2_regexp): Fix.
1496 Remove blanket xfails. Use message argument for gdb_breakpoint.
1497 Make continuing to breakpoint test conditional on setting breakpoint.
1498 Fix continuing to breakpoint regexp. Add xfails for gccgo-6/7
1499 DW_AT_name attribute. Add xfail for GCC PR93866.
1500
bd360d30
AB
15012020-02-21 Andrew Burgess <andrew.burgess@embecosm.com>
1502
1503 * gdb.dwarf2/cpp-linkage-name.c: New file.
1504 * gdb.dwarf2/cpp-linkage-name.exp: New file.
1505
c7adb09f 15062020-02-21 Shahab Vahedi <shahab@synopsys.com>
24ac169a
SV
1507
1508 * lib/gdb.exp (gdb_wrapper_init): Reset
1509 "gdb_wrapper_initialized" to 0 if "wrapper_file" does
1510 not exist.
1511
a9c79803
TV
15122020-02-20 Tom de Vries <tdevries@suse.de>
1513
1514 PR go/17018
1515 * gdb.go/hello.exp: Copy ...
1516 * gdb.go/global-local-var-shadow.exp: ... here. New file. Expect
1517 print of st to print value of global definition. Add xfail for GCC
1518 PR93844.
1519 * gdb.go/hello.exp: Remove printing of st before definition.
1520 * gdb.go/hello.go: Copy ...
1521 * gdb.go/global-local-var-shadow.go: ... here. New test. Rename myst
1522 to st.
1523 * gdb.go/hello.go: Remove myst. Remove comment about shadowing.
1524
d7445728
TV
15252020-02-20 Tom de Vries <tdevries@suse.de>
1526
1527 * lib/gdb.exp (support_go_compile): New gdb_caching_proc.
1528 (gdb_simple_compile): Handle compile_flags go by using .go extension
1529 for source file.
1530 * gdb.go/chan.exp: Use support_go_compile.
1531 * gdb.go/handcall.exp: Same.
1532 * gdb.go/hello.exp: Same.
1533 * gdb.go/integers.exp: Same.
1534 * gdb.go/max-depth.exp: Same.
1535 * gdb.go/methods.exp: Same.
1536 * gdb.go/package.exp: Same.
1537 * gdb.go/strings.exp: Same.
1538 * gdb.go/types.exp: Same.
1539 * gdb.go/unsafe.exp: Same.
1540
c9c41e6d
TV
15412020-02-19 Tom de Vries <tdevries@suse.de>
1542
1543 * gdb.python/lib-types.exp: Make xfail more strict.
1544
f20ff837
TV
15452020-02-19 Tom de Vries <tdevries@suse.de>
1546
1547 * gdb.ada/funcall_ref.exp: Replace xfail setup by unsupported check.
1548
08410482
DE
15492020-02-19 Doug Evans <dje@google.com>
1550
1551 PR rust/25535
1552 * gdb.rust/simple.exp: Add test.
1553 * gdb.rust/simple.rs: Add test.
1554
623563f7
TV
15552020-02-19 Tom de Vries <tdevries@suse.de>
1556
1557 * gdb.base/corefile-buildid.exp (check_exec_file): Match info files
1558 output line-by-line.
1559
d3308cfd
TV
15602020-02-19 Tom de Vries <tdevries@suse.de>
1561
1562 * gdb.cp/cpexprs.exp: Remove c++/14186 kfail.
1563
86cbc5dc
TV
15642020-02-19 Tom de Vries <tdevries@suse.de>
1565
1566 * gdb.base/solib-overlap.exp: Use exec instead of system to execute
1567 prelink.
1568
9db2b96b
TV
15692020-02-19 Tom de Vries <tdevries@suse.de>
1570
1571 * lib/cache.exp (ignore_pass, gdb_do_cache_wrap): New proc.
1572 (gdb_do_cache): Use gdb_do_cache_wrap.
1573 * gdb.base/gdb-caching-proc.exp (test_proc): Use gdb_do_cache_wrap.
1574
89e2fdc5
TV
15752020-02-19 Tom de Vries <tdevries@suse.de>
1576
1577 * lib/dtrace.exp (dtrace_build_usdt_test_program): Use quiet as
1578 gdb_compile option.
1579
373d7ac0
SM
15802020-02-18 Simon Marchi <simon.marchi@efficios.com>
1581
1582 * gdb.base/printcmds.exp (test_print_enums): Update expected
1583 output.
1584
b29a2df0
SM
15852020-02-18 Simon Marchi <simon.marchi@efficios.com>
1586
1587 * gdb.base/printcmds.exp (test_print_enums): Expect hex values
1588 for "unknown".
1589
6740f0cc
SM
15902020-02-18 Simon Marchi <simon.marchi@efficios.com>
1591
1592 * gdb.base/printcmds.c (enum flag_enum): Add FE_TWO_LEGACY
1593 enumerator.
1594
edd45eb0
SM
15952020-02-18 Simon Marchi <simon.marchi@efficios.com>
1596
1597 * gdb.base/printcmds.c (enum flag_enum): Prefix enumerators with
1598 FE_, add FE_NONE.
1599 (three): Update.
1600 (enum flag_enum_without_zero): New enum.
1601 (flag_enum_without_zero): New variable.
1602 (enum not_flag_enum): New enum.
1603 (three_not_flag): New variable.
1604 * gdb.base/printcmds.exp (test_artificial_arrays): Update.
1605 (test_print_enums): Add more tests for printing flag enums.
1606
d4295de4
TV
16072020-02-18 Tom de Vries <tdevries@suse.de>
1608
1609 * lib/ada.exp (gdb_compile_ada_1): Factor out of ...
1610 (gdb_compile_ada): ... here.
1611 (gnat_runtime_has_debug_info): Remove fail call for gdb_compile_ada
1612 failure. Use gdb_compile_ada_1 instead of gdb_compile_ada.
1613
f251f505
TT
16142020-02-14 Tom Tromey <tom@tromey.com>
1615
1616 * lib/gdbserver-support.exp (find_gdbserver): Find gdbserver in
1617 build directory.
1618 * boards/gdbserver-base.exp: Update path to gdbserver.
1619
8f432634
TV
16202020-02-13 Tom de Vries <tdevries@suse.de>
1621
1622 * lib/ada.exp (gdb_compile_ada): Delete stale exec before compilation.
1623
92b6eaf7
TV
16242020-02-13 Tom de Vries <tdevries@suse.de>
1625
1626 * gdb.ada/catch_ex_std.exp: Indicate unsupported if gnatbind/gnatlink
1627 are missing.
1628
f3b0f7fe
TV
16292020-02-13 Tom de Vries <tdevries@suse.de>
1630
1631 * lib/ada.exp (gnatmake_version_at_least): Wrap exec call in a catch
1632 call.
1633
f6be8713
SDJ
16342020-02-11 Sergio Durigan Junior <sergiodj@redhat.com>
1635
1636 PR tui/25126
1637 https://bugzilla.redhat.com/show_bug.cgi?id=1784210
1638 * gdb.base/cached-source-file.c: New file.
1639 * gdb.base/cached-source-file.exp: New file.
1640
b2770d5e
TV
16412020-02-11 Tom de Vries <tdevries@suse.de>
1642
1643 PR testsuite/25488
1644 * lib/gdb.exp (gdb_init): Unset $file_last_loaded.
1645
44f6938e
TV
16462020-02-10 Tom de Vries <tdevries@suse.de>
1647
1648 * gdb.multi/multi-target.exp: Skip if skip_gdbserver_tests.
1649
5f0e2eb7
MR
16502020-02-10 Maciej W. Rozycki <macro@wdc.com>
1651
1652 * gdb.base/step-over-no-symbols.exp: Verify that $before_addr
1653 and $after_addr are both integers before making a comparison.
1654
46ce2b6f
TV
16552020-02-09 Tom de Vries <tdevries@suse.de>
1656
1657 * gdb.base/many-headers.exp: Echo gdb command to gdb.log. Capture gdb
1658 command output and paste it into gdb.log. If any, paste catch message
1659 to gdb.log.
1660
5abbbe1d
TT
16612020-02-07 Tom Tromey <tromey@adacore.com>
1662
1663 PR breakpoints/24915:
1664 * gdb.base/annotate-symlink.exp: Use setup_xfail.
1665
1d5d29e7
SV
16662020-02-06 Shahab Vahedi <shahab@synopsys.com>
1667
1668 * gdb.tui/tui-missing-src.exp: Add the "missing source
1669 file" test for the TUI.
1670
b0999b9b
AB
16712020-02-06 Andrew Burgess <andrew.burgess@embecosm.com>
1672
1673 * gdb.server/multi-ui-errors.exp: Give a test a real name to avoid
1674 including a port number in the output.
1675
c3b149eb
AKS
16762020-02-04 Alok Kumar Sharma <alokkumar.sharma@amd.com>
1677
1678 * lib/fortran.exp (fortran_int4): Handle clang.
1679 (fortran_int8): Likewise.
1680 (fortran_real4): Likewise.
1681 (fortran_real8): Likewise.
1682 (fortran_complex4): Likewise.
1683 (fortran_logical4): Likewise.
1684 (fortran_character1): Likewise.
1685
f8dcc90b
TV
16862020-02-04 Tom de Vries <tdevries@suse.de>
1687
1688 * README (Race detection): Add note.
1689
f90ac7c2
TV
16902020-02-04 Tom de Vries <tdevries@suse.de>
1691
1692 * lib/gdb.exp (inferior_exited_re): Use "\[^\n\r\]*" instead of ".*".
1693
780636ae
TV
16942020-02-04 Tom de Vries <tdevries@suse.de>
1695
1696 * lib/gdb.exp (inferior_exited_re): Use non-capturing parentheses.
1697
5d2e1193
RA
16982020-02-03 Rogerio A. Cardoso <rcardoso@linux.ibm.com>
1699
1700 * gdb.arch/powerpc-power8.exp: Delete trailing whitespace of
1701 tbegin., tend. instructions. Replace bctar-, bctar+, bctarl-,
1702 bctarl+ extended mnemonics when avaliable by bgttar, bnstarl,
1703 blttar, bnetarl.
1704 * gdb.arch/powerpc-power8.s: Fix comments. Fix instructions
1705 binary for blttar, bnetarl.
1706 * gdb.arch/powerpc-power9.exp: Delete trailing whitespace of
1707 wait instruction. Delete ldmx test.
1708 * gdb.arch/powerpc-power9.s: Delete ldmx instruction.
1709
e409c542
AKS
17102020-02-03 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
1711
1712 * gdb.fortran/array-bounds-high.exp: New file.
1713 * gdb.fortran/array-bounds-high.f90: New file.
1714
b0029748
LD
17152020-02-03 Lukas Durfina <ldurfina@tachyum.com> (tiny change)
1716
1717 * gdb.base/fileio.c: Remove #include of <sys/errno.h>.
1718 Replace #include of <sys/fcntl.h> by <fcntl.h>.
1719
195a8287
TV
17202020-02-01 Tom de Vries <tdevries@suse.de>
1721
1722 * gdb.server/server-kill-python.exp: Fix $gdb_tst_name typo.
1723
42330a68
AB
17242020-01-31 Andrew Burgess <andrew.burgess@embecosm.com>
1725
1726 PR tui/9765
1727 * gdb.tui/tui-layout-asm-short-prog.S: New file.
1728 * gdb.tui/tui-layout-asm-short-prog.exp: New file.
1729
b62a8028
LM
17302020-01-29 Luis Machado <luis.machado@linaro.org>
1731
1732 * gdb.arch/aarch64-brk-patterns.c: New source file.
1733 * gdb.arch/aarch64-brk-patterns.exp: New test.
1734
5f440116
TBA
17352020-01-29 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1736
1737 * gdb.cp/pass-by-ref-2.exp: Mark some tests as XFAIL based on the
1738 GCC/Clang version.
1739 * gdb.cp/pass-by-ref.exp: Ditto.
1740
ee2a6fc6
TV
17412020-01-29 Tom de Vries <tdevries@suse.de>
1742
1743 * gdb.threads/watchpoint-fork-child.c: Guard prints with #if DEBUG.
1744 * gdb.threads/watchpoint-fork-mt.c: Same.
1745 * gdb.threads/watchpoint-fork-parent.c: Same.
1746 * gdb.threads/watchpoint-fork-st.c: Same.
1747 * gdb.threads/watchpoint-fork.exp: Compile with DEBUG=0.
1748
16b10d6e
LM
17492020-01-27 Luis Machado <luis.machado@linaro.org>
1750
1751 * gdb.base/step-over-syscall.exp (setup): Check if we're already
1752 sitting at a syscall instruction when we hit the syscall function's
1753 breakpoint.
1754 Check PC against one obtained with the x command.
1755 Validate syscall number.
1756 (step_over_syscall): Don't continue to the syscall instruction if
1757 we're already there.
1758
b1468492
PW
17592020-01-25 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1760
1761 * gdb.base/attach.exp: Test 'set exec-file-mismatch'.
1762
7ffa82e1
AB
17632020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
1764
1765 * gdb.dwarf2/dw2-inline-many-frames.c: New file.
1766 * gdb.dwarf2/dw2-inline-many-frames.exp: New file.
1767
3d92a3e3
AB
17682020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
1769
1770 * gdb.dwarf2/dw2-inline-stepping.c: New file.
1771 * gdb.dwarf2/dw2-inline-stepping.exp: New file.
1772
94a72be7
AB
17732020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
1774
1775 * gdb.base/maint.exp: Update line table parsing test.
1776 * gdb.dwarf2/dw2-ranges-base.exp: Add new line table parsing test.
1777
53af73bf
PA
17782020-01-24 Pedro Alves <palves@redhat.com>
1779
1780 PR gdb/25410
1781 * gdb.multi/multi-re-run-1.c: New.
1782 * gdb.multi/multi-re-run-2.c: New.
1783 * gdb.multi/multi-re-run.exp: New.
1784
1ba1ac88
AB
17852020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
1786
1787 PR gdb/23718
1788 * gdb.server/server-kill-python.exp: New file.
1789
f3364a6d
AB
17902020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
1791
1792 * gdb.server/multi-ui-errors.c: New file.
1793 * gdb.server/multi-ui-errors.exp: New file.
1794
733d0a67
AB
17952020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
1796
1797 PR tui/9765
1798 * gdb.tui/tui-layout-asm.exp: Add scrolling test for asm window.
1799
4f13c1c0
TT
18002020-01-19 Tom Tromey <tom@tromey.com>
1801
1802 * gdb.tui/main.exp: Add check for plain "file".
1803
40c94099
CB
18042020-01-16 Christian Biesinger <cbiesinger@google.com>
1805
1806 * lib/gdb.exp: Fix spelling error (seperatelly).
1807
ff47f4f0
TT
18082020-01-14 Tom Tromey <tom@tromey.com>
1809
1810 PR symtab/12535:
1811 * gdb.python/python.exp: Test decode_line with empty string
1812 argument.
1813
717c684d
BE
18142020-01-14 Bernd Edlinger <bernd.edlinger@hotmail.de>
1815
1816 * gdb.base/skip-inline.exp: Extend test.
1817
44e4c775
AB
18182020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
1819
1820 * gdb.dwarf2/dw2-bad-elf-other.S: New file.
1821 * gdb.dwarf2/dw2-bad-elf.c: New file.
1822 * gdb.dwarf2/dw2-bad-elf.exp: New file.
1823
d93c6db7
AB
18242020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
1825
1826 * lib/dwarf.exp (Dwarf::lines): Reset _line_saw_program and
1827 _line_saw_file.
1828
9a6d629c
AB
18292020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
1830
1831 * lib/tuiterm.exp (Term::_check_box): Check some parts of the top
1832 border.
1833
d9ebdab7
TBA
18342020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1835
1836 * gdb.multi/multi-target.exp (setup): Factor out "info
1837 connections" and "info inferiors" tests to ...
1838 (test_info_inferiors): ... this new procedure.
1839 (top level): Run new "info-inferiors" tests.
1840
f3c469b9
PA
18412020-01-10 Pedro Alves <palves@redhat.com>
1842
1843 * gdb.server/bkpt-other-inferior.exp: New file.
1844
121b3efd
PA
18452020-01-10 Pedro Alves <palves@redhat.com>
1846
1847 * gdb.base/kill-detach-inferiors-cmd.exp: Adjust expected output
1848 of "add-inferior".
1849 * gdb.base/quit-live.exp: Likewise.
1850 * gdb.base/remote-exec-file.exp: Likewise.
1851 * gdb.guile/scm-progspace.exp: Likewise.
1852 * gdb.linespec/linespec.exp: Likewise.
1853 * gdb.mi/new-ui-mi-sync.exp: Likewise.
1854 * gdb.mi/user-selected-context-sync.exp: Likewise.
1855 * gdb.multi/multi-target.exp (setup): Add "info connection" and
1856 "info inferiors" tests.
1857 * gdb.multi/remove-inferiors.exp: Adjust expected output of
1858 "add-inferior".
1859 * gdb.multi/watchpoint-multi.exp: Likewise.
1860 * gdb.python/py-inferior.exp: Likewise.
1861 * gdb.server/extended-remote-restart.exp: Likewise.
1862 * gdb.threads/fork-plus-threads.exp: Adjust expected output of
1863 "info inferiors".
1864 * gdb.threads/forking-threads-plus-breakpoint.exp: Likewise.
1865 * gdb.trace/report.exp: Likewise.
1866
1dadb1dd
PA
18672020-01-10 Pedro Alves <palves@redhat.com>
1868
1869 * gdb.multi/multi-target.c: New file.
1870 * gdb.multi/multi-target.exp: New file.
1871 * lib/gdbserver-support.exp (gdb_target_cmd): Handle "Non-stop
1872 mode requested, but remote does not support non-stop".
1873
78f2c40a
PA
18742020-01-10 Pedro Alves <palves@redhat.com>
1875
1876 * gdb.server/extended-remote-restart.exp (test_reload): Explicitly
1877 disconnect before reconnecting.
1878
e7af6c70
TBA
18792020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1880 Pedro Alves <palves@redhat.com>
1881
1882 * gdb.server/connect-without-multi-process.exp: Also test
1883 continuing to end.
1884
acdf84a6
PA
18852020-01-10 Pedro Alves <palves@redhat.com>
1886
1887 * gdb.base/remote-exec-file.exp: New file.
1888
873657b9
PA
18892020-01-10 Pedro Alves <palves@redhat.com>
1890
1891 * gdb.base/fork-running-state.exp (do_test): Adjust expected
1892 output.
1893 * gdb.threads/async.c: New.
1894 * gdb.threads/async.exp: New.
1895 * gdb.multi/tids-gid-reset.c: New.
1896 * gdb.multi/tids-gid-reset.exp: New.
1897
7f0ae84c
GB
18982020-01-10 George Barrett <bob@bob131.so>
1899
1900 * gdb.base/stap-probe.c (relocation_marker): Add dummy variable
1901 to help in finding the image relocation offset.
1902 * gdb.base/stap-probe.exp (stap_test): Accept arbitrary compile
1903 options in arguments.
1904 (stap_test_no_debuginfo): Likewise.
1905 (stap-probe-nosem-noopt-pie, stap-probe-nosem-noopt-nopie): Add
1906 test variants.
1907 (stap_test): Add null semaphore relocation test.
1908
47e9d49d
GB
19092020-01-10 George Barrett <bob@bob131.so>
1910
1911 * gdb.base/stap-probe.c: Rename USE_PROBES to USE_SEMAPHORES.
1912 * gdb.base/stap-probe.exp: Likewise.
1913 (stap_test): Pass argument as an additional flag.
1914 (stap_test_no_debuginfo): Likewise.
1915 (stap_test): Check `info probes stap' output for semaphore
1916 addresses if the test binary is supposed to have them.
1917
f5a7c406
AB
19182020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
1919
1920 * gdb.tui/basic.exp: Add more scrolling tests.
1921
9ae6bf64
TT
19222020-01-09 Tom Tromey <tom@tromey.com>
1923
1924 PR tui/18932:
1925 * lib/tuiterm.exp (Term::wait_for): Rename from _accept. Return a
1926 meangingful value.
1927 (Term::command, Term::resize): Update.
1928 * gdb.tui/basic.exp: Add scrolling test.
1929
b2efe70c
AB
19302020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
1931
1932 * gdb.tui/tui-layout-asm.exp: New file.
1933
3804da7e
AB
19342020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
1935
1936 * lib/tuiterm.exp (Term::check_box_contents): New proc.
1937
b40aa28f
AB
19382020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
1939
1940 * lib/tuiterm.exp (Term::prepare_for_tui): New proc.
1941 (Term::enter_tui): Use Term::prepare_for_tui.
1942
63ffd7c9
AB
19432020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
1944
1945 * lib/tuiterm.exp (Term::dump_screen): Always dump the screen when
1946 called.
1947
3be966f6
AB
19482020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
1949
1950 * gdb.base/skip.exp: Fix race condition in test.
1951
153d79c4
AB
19522020-01-06 Andrew Burgess <andrew.burgess@embecosm.com>
1953
1954 * gdb.base/backtrace.c: New file.
1955 * gdb.base/backtrace.exp: New file.
1956
f2302a34
AB
19572020-01-05 Andrew Burgess <andrew.burgess@embecosm.com>
1958
1959 * gdb.tui/list.exp: Test 'focus next' after 'list main'.
1960
6ec1d75e
PW
19612020-01-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1962
1963 * gdb.base/style.exp: Test that warnings are styled.
1964
c296cbe6
BE
19652019-12-29 Bernd Edlinger <bernd.edlinger@hotmail.de>
1966
1967 * gdb.base/line65535.exp: New file.
1968 * gdb.base/line65535.c: New file.
1969
b28a729d
SM
19702019-12-27 Simon Marchi <simon.marchi@polymtl.ca>
1971
1972 * lib/ada.exp (gnat_runtime_has_debug_info): New proc.
1973 * lib/gnat_debug_info_test.adb: New file.
1974 * gdb.ada/ptype_tagged_param.exp: Use
1975 gnat_runtime_has_debug_info, expect a different output if
1976 runtime does not have debug info.
1977
7f2d7a0d
SM
19782019-12-20 Simon Marchi <simon.marchi@efficios.com>
1979
1980 * lib/sym-info-cmds.exp (GDBInfoSymbols::check_no_entry): Add
1981 (another) quote in test name.
1982
f3bce483
SM
19832019-12-20 Simon Marchi <simon.marchi@efficios.com>
1984
1985 * lib/sym-info-cmds.exp (GDBInfoModuleSymbols::check_no_entry):
1986 Add quote in test name.
1987
c855a912
TBA
19882019-12-20 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1989
1990 * gdb.cp/pass-by-ref.cc: Delete. Generated in the output
1991 directory instead.
1992 * gdb.cp/pass-by-ref.exp: Extend with more cases.
1993 * gdb.cp/pass-by-ref-2.cc: New file.
1994 * gdb.cp/pass-by-ref-2.exp: New file.
1995
fc9d2d72
TT
19962019-12-20 Tom Tromey <tom@tromey.com>
1997
1998 * gdb.tui/list-before.exp: New file.
1999
77b97e00
TT
20002019-12-20 Tom Tromey <tom@tromey.com>
2001
2002 * gdb.tui/list.exp: Check for source on initial listing.
2003
f69656d0
TT
20042019-12-11 Tom Tromey <tromey@adacore.com>
2005
2006 * gdb.xml/tdesc-arch.exp (set_arch): Add "trans_mode" parameter.
2007 Add crlf test.
2008
99a55965
SM
20092019-12-18 Simon Marchi <simon.marchi@efficios.com>
2010
2011 * gdb.base/default.exp: Update value of $_gdb_major.
2012
5024637f
BE
20132019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
2014
2015 * gdb.base/skip.exp: Fix test failure observed with gcc-9.2.0.
2016
b63634be
BE
20172019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
2018
2019 * gdb.base/skip.exp: Whitespace fix.
2020
45d73523
BE
20212019-12-16 Bernd Edlinger <bernd.edlinger@hotmail.de>
2022
2023 * gdb.base/skip-inline.c: New file.
2024 * gdb.base/skip-inline.exp: New file.
2025
d043f8c8
SM
20262019-12-16 Simon Marchi <simon.marchi@polymtl.ca>
2027
2028 * gdb.base/jit-reader.exp (jit_reader_test): Rename
2029 jit_function_00 to jit_function_stack_mangle.
2030 * gdb.base/jithost.c (jit_function_t): Rename to...
2031 (jit_function_stack_mangle_t): ... this.
2032 (jit_function_add_t): New typedef.
2033 (jit_function_00_code): Rename to...
2034 (jit_function_stack_mangle_code): ... this, make static.
2035 (jit_function_add_code): New.
2036 (main): Generate "add" function and call it. Adjust to changes
2037 in jithost_abi.
2038 * gdb.base/jithost.h (struct jithost_abi_bounds): New.
2039 (struct jithost_abi) <begin, end>: Remove fields.
2040 <object, function_stack_mangle, function_add>: New fields.
2041 * gdb.base/jitreader.c (struct reader_state) <code_begin,
2042 code_end>: Remove fields.
2043 <func_stack_mangle>: New field.
2044 (read_debug_info): Adjust to renaming, create block for "add"
2045 function.
2046 (read_sp, unwind_frame, get_frame_id): Adjust to other changes.
2047
873de05c
TT
20482019-12-11 Tom Tromey <tom@tromey.com>
2049
2050 * gdb.tui/resize.exp: Fix regexp.
2051 * gdb.tui/regs.exp: Fix regexps.
2052 * gdb.tui/main.exp: Fix regexp.
2053
3d979945
TT
20542019-12-11 Tom Tromey <tom@tromey.com>
2055
2056 * gdb.tui/resize.exp: Update.
2057 * gdb.tui/empty.exp (layouts): Update.
2058
2192a9d3
TT
20592019-12-11 Tom Tromey <tom@tromey.com>
2060
2061 * gdb.tui/regs.exp: Update.
2062 * gdb.tui/empty.exp (layouts): Update.
2063 * gdb.tui/basic.exp: Update.
2064 * lib/tuiterm.exp (_check_box): Don't check bottom border.
2065
d8edc8b7
PW
20662019-12-11 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2067
2068 * gdb.base/options.exp: Add -raw-values in the print completion list.
2069 * gdb.python/py-prettyprint.exp: Add tests for -raw-values.
2070
4c12d936
KB
20712019-12-10 Kevin Buettner <kevinb@redhat.com>
2072
2073 * gdb.threads/omp-par-scope.c: New file.
2074 * gdb/threads/omp-par-scope.exp: New file.
2075
26b911fb
KB
20762019-12-10 Kevin Buettner <kevinb@redhat.com>
2077
bb47f919
KB
2078 * lib/gdb.exp (support_nested_function_tests): New proc.
2079
20802019-12-10 Kevin Buettner <kevinb@redhat.com>
2081
2082 * lib/gdb.exp (gdb_compile_openmp): New proc.
2083 (build_executable_from_specs): Add an "openmp" option.
2084 (gdb_compile_pthreads): Add non-executable case.
26b911fb 2085
6c71eb7d
TT
20862019-12-10 Tom Tromey <tromey@adacore.com>
2087
2088 * gdb.ada/unchecked_union.exp: New file.
2089 * gdb.ada/unchecked_union/pck.adb: New file.
2090 * gdb.ada/unchecked_union/pck.ads: New file.
2091 * gdb.ada/unchecked_union/unchecked_union.adb: New file.
2092 * gdb-utils.exp (string_to_regexp): Also quote "?".
2093
bac7c5cf
GB
20942019-12-10 George Barrett <bob@bob131.so>
2095
2096 Test scripted probe breakpoints.
2097 * gdb.guile/scm-breakpoint.c (main): Add probe point.
2098 * gdb.python/py-breakpoint.c (main): Likewise.
2099 * gdb.guile/scm-breakpoint.exp (test_bkpt_probe): Add probe
2100 specifier test.
2101 * gdb.python/py-breakpoint.exp (test_bkpt_probe): Likewise.
2102
330f1d38
TBA
21032019-12-09 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2104
2105 * gdb.cp/rvalue-ref-overload.cc (g): New function that takes
2106 an rvalue parameter.
2107 * gdb.cp/rvalue-ref-overload.exp: Test calling it with an lvalue
2108 parameter.
2109
b43315e2
AB
21102019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
2111
2112 * gdb.mi/mi-fortran-modules.exp: Add patterns to skip system
2113 modules.
2114
54f73dad
AB
21152019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
2116
2117 * gdb.fortran/derived-type-striding.exp: KFAIL if we are using a
2118 broken version of GCC.
2119
d57cbee9
AB
21202019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
2121
2122 * gdb.fortran/info-modules.exp: Rewrite to make use of new
2123 sym-info-cmds library.
2124 * gdb.fortran/info-types.exp: Likewise.
2125 * lib/sym-info-cmds.exp: New file.
2126
c14aab8c
TV
21272019-12-08 Tom de Vries <tdevries@suse.de>
2128
2129 * gdb.dwarf2/imported-unit.exp: Fix inter-CU references.
2130
aa2d5a42
KS
21312019-12-07 Keith Seitz <keiths@redhat.com>
2132
2133 * gdb.base/corefile-buildid-shlib-shr.c: New file.
2134 * gdb.base/corefile-buildid-shlib.c: New file.
2135 * gdb.base/corefile-buildid.c: New file.
2136 * gdb.base/corefile-buildid.exp: New file.
2137
93e55f0a
TV
21382019-12-06 Tom de Vries <tdevries@suse.de>
2139
2140 * gdb.dwarf2/varval.exp: Add decl before def test.
2141
c7d12402
TBA
21422019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2143
2144 * gdb.cp/rvalue-ref-overload.exp: Minor cleanup.
2145
06acc08f
TBA
21462019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2147
2148 * gdb.cp/rvalue-ref-overload.cc: Add a case that involves both
2149 CV and reference conversion for overload resolution.
2150 * gdb.cp/rvalue-ref-overload.exp: Test it.
2151
e0fad1ea
PW
21522019-12-06 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2153
2154 * gdb.threads/pthreads.exp: Test taas and tfaas without command.
2155 * gdb.base/frameapply.exp: Test faas without command.
2156
8d70a9f0
AB
21572019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
2158
2159 * lib/gdb.exp (gdb_compile): Add -J compiler option when building
2160 Fortran tests.
2161 * gdb.mi/mi-fortran-modules.exp: Compile source files in correct
2162 order.
2163
36c8fb93
AB
21642019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
2165
2166 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Handle
2167 casting to type with no kind specified.
2168 (test_basic_parsing_of_type_kinds): Additional tests for types
2169 with no kind specified, and add tests for single/double
2170 precision/complex types.
2171
4139ff00
TT
21722019-12-04 Tom Tromey <tromey@adacore.com>
2173
2174 * gdb.base/endianity.c (struct other) <x>: New field.
2175 (main): Initialize it.
2176 * gdb.base/endianity.exp: Update.
2177
a05cf17a
TT
21782019-12-04 Tom Tromey <tromey@adacore.com>
2179
2180 * gdb.ada/scalar_storage/storage.adb: New file.
2181 * gdb.ada/scalar_storage/pck.adb: New file.
2182 * gdb.ada/scalar_storage/pck.ads: New file.
2183 * gdb.ada/scalar_storage.exp: New file.
2184
103a685e
TT
21852019-12-04 Tom Tromey <tromey@adacore.com>
2186
2187 * gdb.base/endianity.c (struct otherendian) <f>: New field.
2188 (main): Initialize it.
2189 * gdb.base/endianity.exp: Update.
2190
c2512106
AB
21912019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
2192
2193 * gdb.mi/mi-sym-info.exp: Add tests for -max-results parameter.
2194
293b38d6
AB
21952019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
2196
2197 * gdb.mi/mi-fortran-modules.exp: Add additional tests for
2198 -symbol-info-module-functions and -symbol-info-module-variables.
2199
216a7e6b
AB
22002019-12-01 Andrew Burgess <andrew.burgess@embecosm.com>
2201
2202 * gdb.fortran/array-slices.exp: Add test for dynamic strings.
2203
5bbd8269
AB
22042019-12-01 Richard Bunt <richard.bunt@arm.com>
2205 Andrew Burgess <andrew.burgess@embecosm.com>
2206
2207 * gdb.fortran/derived-type-striding.exp: New file.
2208 * gdb.fortran/derived-type-striding.f90: New file.
2209 * gdb.fortran/array-slices.exp: New file.
2210 * gdb.fortran/array-slices.f90: New file.
2211
be09caf1
PW
22122019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2213
2214 * gdb.base/define.exp: Test . in command names.
2215 * gdb.base/setshow.exp: Update test, as . is now part of
2216 command name.
2217
643c0cbe
PW
22182019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2219
2220 * gdb.base/define-prefix.exp: New file.
2221
dcdec678
AB
22222019-11-28 Andrew Burgess <andrew.burgess@embecosm.com>
2223
2224 * lib/gdb.exp (skip_btrace_tests): Return 1 if the test fails to
2225 compile.
2226 (skip_btrace_pt_tests): Likewise.
2227
640ab947
AB
22282019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
2229
2230 * gdb.fortran/info-modules.exp: Compile source files in correct
2231 order.
2232
d22670f0
KB
22332019-11-27 Kevin Buettner <kevinb@redhat.com>
2234
2235 * gdb.dwarf2/imported-unit.exp: New file.
2236 * gdb.dwarf2/imported-unit.c: New file.
2237
db5960b4
AB
22382019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
2239
2240 * gdb.mi/mi-fortran-modules-2.f90: New file.
2241 * gdb.mi/mi-fortran-modules.exp: New file.
2242 * gdb.mi/mi-fortran-modules.f90: New file.
2243
7dc42066
AB
22442019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
2245
2246 * gdb.mi/mi-sym-info-1.c: New file.
2247 * gdb.mi/mi-sym-info-2.c: New file.
2248 * gdb.mi/mi-sym-info.exp: New file.
2249
0dfeecca
TT
22502019-11-22 Tom Tromey <tromey@adacore.com>
2251
2252 * gdb.ada/tasks.exp: Add -ada-task-info regression test.
2253 * gdb.ada/tasks/foo.adb: Add another stopping location.
2254
34877895
PJ
22552019-11-21 Peeter Joot <peeter.joot@lzlabs.com>
2256
2257 * gdb.base/endianity.c: New test.
2258 * gdb.base/endianity.exp: New file.
2259
2e84f897
LD
22602019-11-21 Lukas Durfina <ldurfina@tachyum.com>
2261
2262 * gdb.arch/amd64-eval.exp: Skip test if target is not x86-64.
2263
65d1cd5f
TV
22642019-11-21 Tom de Vries <tdevries@suse.de>
2265
2266 PR gdb/24956
2267 * gdb.base/ui-redirect.exp: Test output of user-defined command.
2268
4f22c3f4
SDJ
22692019-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
2270
2271 * gdb.python/py-progspace.exp: Add missing parentheses on some
2272 'print' commands.
2273
9f6ad286
TT
22742019-11-19 Tom Tromey <tom@tromey.com>
2275
2276 * gdb.tui/winheight.exp: New file.
2277
0b8dbf3f
AB
22782019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
2279
2280 * gdb.base/ctf-whatis.c: Delete.
2281 * gdb.base/ctf-whatis.exp: Delete.
2282 * gdb.base/whatis.exp: Rewrite to compile as both dwarf and ctf.
2283
f833b7a7
AB
22842019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
2285
2286 * gdb.base/ctf-cvexpr.exp: Delete.
2287 * gdb.base/cvexpr.exp: Rewrite to compile as both dwarf and ctf.
2288
30d0a636
AB
22892019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
2290
2291 * gdb.base/ctf-constvars.exp: Skip test if CTF is not supported in
2292 the compiler. Clean up header comment a little.
2293 * gdb.base/ctf-ptype.exp: Likewise.
2294 * gdb.base/ctf-whatis.exp: Likewise.
2295 * lib/gdb.exp (skip_ctf_tests): New proc.
2296
494409bb
SDJ
22972019-11-18 Sergio Durigan Junior <sergiodj@redhat.com>
2298
2299 https://bugzilla.redhat.com/show_bug.cgi?id=1765117
2300 * gdb.tui/corefile-run.exp: New file.
2301
55708e99
TT
23022019-11-14 Tom Tromey <tromey@adacore.com>
2303
2304 * gdb.base/gdbvars.exp (test_convenience_variables): Add
2305 regression tests.
2306
45e42163
TT
23072019-11-12 Tom Tromey <tom@tromey.com>
2308
2309 * lib/tuiterm.exp (_accept): Add wait_for parameter. Check output
2310 after any command. Expect prompt after WAIT_FOR is seen.
2311 (enter_tui): Enable resize messages.
2312 (command): Expect command in output.
2313 (get_line): Avoid error when cursor appears to be off-screen.
2314 (dump_screen): Include screen size in title.
2315 (_do_resize): New proc, from "resize".
2316 (resize): Rewrite. Do resize in two steps.
2317 * gdb.tui/empty.exp (layouts): Fix entries.
2318 (check_boxes): Remove xfail.
2319 (check_text): Dump screen on failure.
2320
086baaf1
AB
23212019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
2322
2323 * gdb.python/py-symbol.exp: Add test for
2324 gdb.lookup_static_symbols.
2325
09ff83af
AB
23262019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
2327
2328 * gdb.python/py-symbol.c: Declare and call function from new
2329 py-symbol-2.c file.
2330 * gdb.python/py-symbol.exp: Compile both source files, and add new
2331 tests for gdb.lookup_static_symbol.
2332 * gdb.python/py-symbol-2.c: New file.
2333
11af934b
TV
23342019-11-02 Tom de Vries <tdevries@suse.de>
2335
2336 * gdb.base/advance.exp: Drop superfluous 3rd argument to gdb_test.
2337 * gdb.base/anon.exp: Same.
2338 * gdb.base/auto-connect-native-target.exp: Same.
2339 * gdb.base/call-ar-st.exp: Same.
2340 * gdb.base/catch-syscall.exp: Same.
2341 * gdb.base/commands.exp: Same.
2342 * gdb.base/default.exp: Same.
2343 * gdb.base/display.exp: Same.
2344 * gdb.base/float.exp: Same.
2345 * gdb.base/foll-fork.exp: Same.
2346 * gdb.base/help.exp: Same.
2347 * gdb.base/info-macros.exp: Same.
2348 * gdb.base/info-proc.exp: Same.
2349 * gdb.base/info-target.exp: Same.
2350 * gdb.base/long_long.exp: Same.
2351 * gdb.base/macscp.exp: Same.
2352 * gdb.base/memattr.exp: Same.
2353 * gdb.base/nofield.exp: Same.
2354 * gdb.base/pointers.exp: Same.
2355 * gdb.base/printcmds.exp: Same.
2356 * gdb.base/ptype.exp: Same.
2357 * gdb.base/restore.exp: Same.
2358 * gdb.base/return.exp: Same.
2359 * gdb.base/scope.exp: Same.
2360 * gdb.base/set-noassign.exp: Same.
2361 * gdb.base/setshow.exp: Same.
2362 * gdb.base/shlib-call.exp: Same.
2363 * gdb.base/signals.exp: Same.
2364 * gdb.base/sigstep.exp: Same.
2365 * gdb.base/skip.exp: Same.
2366 * gdb.base/solib-symbol.exp: Same.
2367 * gdb.base/stap-probe.exp: Same.
2368 * gdb.base/step-line.exp: Same.
2369 * gdb.base/step-test.exp: Same.
2370 * gdb.base/style.exp: Same.
2371 * gdb.base/varargs.exp: Same.
2372 * gdb.base/vla-datatypes.exp: Same.
2373 * gdb.base/vla-ptr.exp: Same.
2374 * gdb.base/vla-sideeffect.exp: Same.
2375 * gdb.base/volatile.exp: Same.
2376 * gdb.base/watch-cond-infcall.exp: Same.
2377 * gdb.base/watchpoint.exp: Same.
2378
e96ec2ba
TV
23792019-11-02 Tom de Vries <tdevries@suse.de>
2380
2381 * gdb.cp/anon-union.exp: Drop superfluous 3rd argument to gdb_test.
2382 * gdb.cp/cpexprs.exp: Same.
2383 * gdb.cp/except-multi-location.exp: Same.
2384 * gdb.cp/exceptprint.exp: Same.
2385 * gdb.cp/gdb2384.exp: Same.
2386 * gdb.cp/inherit.exp: Same.
2387 * gdb.cp/m-static.exp: Same.
2388 * gdb.cp/meth-typedefs.exp: Same.
2389 * gdb.cp/misc.exp: Same.
2390 * gdb.cp/namespace.exp: Same.
2391 * gdb.cp/non-trivial-retval.exp: Same.
2392 * gdb.cp/overload.exp: Same.
2393 * gdb.cp/pr17132.exp: Same.
2394 * gdb.cp/re-set-overloaded.exp: Same.
2395 * gdb.cp/rvalue-ref-types.exp: Same.
2396 * gdb.cp/templates.exp: Same.
2397
bd5766ec
LM
23982019-11-01 Luis Machado <luis.machado@linaro.org>
2399
2400 PR gdb/25124
2401
2402 * gdb.arch/pr25124.S: New file.
2403 * gdb.arch/pr25124.exp: New file.
2404
165f8965
AB
24052019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
2406
2407 * gdb.fortran/info-modules.exp: Update expected results, and add
2408 additional tests for 'info module functinos', and 'info module
2409 variables'.
2410 * gdb.fortran/info-types.exp: Update expected results.
2411 * gdb.fortran/info-types.f90: Extend testcase with additional
2412 module variables and functions.
2413
59c35742
AB
24142019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
2415
2416 * gdb.fortran/info-modules.exp: New file.
2417 * gdb.fortran/info-types.exp: Build with new file.
2418 * gdb.fortran/info-types.f90: Include and use new module.
2419 * gdb.fortran/info-types-2.f90: New file.
2420
f3fb2519
PW
24212019-10-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2422
2423 * gdb.base/setshow.exp: Test $_gdb_setting and $_gdb_setting_str.
2424 * gdb.base/settings.exp: Test all settings types using
2425 $_gdb_maint_setting and $_gdb_maint_setting_str in proc_show_setting,
2426 that now verifies that the value of "maint show" is the same as
2427 returned by the settings functions. Test the type of the
2428 maintenance settings.
2429 * gdb.base/default.exp: Update show_conv_list.
2430
d1e36019
TV
24312019-10-31 Tom de Vries <tdevries@suse.de>
2432
2433 * gdb.arch/amd64-disp-step-avx.exp: Drop superfluous 3rd argument to
2434 gdb_test.
2435 * gdb.arch/amd64-disp-step.exp: Same.
2436 * gdb.asm/asm-source.exp: Same.
2437 * gdb.btrace/buffer-size.exp: Same.
2438 * gdb.btrace/cpu.exp: Same.
2439 * gdb.btrace/enable.exp: Same.
2440 * gdb.dwarf2/count.exp: Same.
2441 * gdb.dwarf2/dw2-ranges-func.exp: Same.
2442 * gdb.dwarf2/dw2-ranges-psym.exp: Same.
2443 * gdb.fortran/vla-datatypes.exp: Same.
2444 * gdb.fortran/vla-history.exp: Same.
2445 * gdb.fortran/vla-ptype.exp: Same.
2446 * gdb.fortran/vla-value.exp: Same.
2447 * gdb.fortran/whatis_type.exp: Same.
2448 * gdb.guile/guile.exp: Same.
2449 * gdb.multi/tids.exp: Same.
2450 * gdb.python/py-finish-breakpoint.exp: Same.
2451 * gdb.python/py-framefilter.exp: Same.
2452 * gdb.python/py-pp-registration.exp: Same.
2453 * gdb.python/py-xmethods.exp: Same.
2454 * gdb.python/python.exp: Same.
2455 * gdb.server/connect-with-no-symbol-file.exp: Same.
2456 * gdb.server/no-thread-db.exp: Same.
2457 * gdb.server/run-without-local-binary.exp: Same.
2458 * gdb.stabs/weird.exp: Same.
2459 * gdb.threads/attach-many-short-lived-threads.exp: Same.
2460 * gdb.threads/thread-find.exp: Same.
2461 * gdb.threads/tls-shared.exp: Same.
2462 * gdb.threads/tls.exp: Same.
2463 * gdb.threads/wp-replication.exp: Same.
2464 * gdb.trace/ax.exp: Same.
2465 * lib/gdb.exp (gdb_test_exact, help_test_raw): Same.
2466
3d11e68e
TV
24672019-10-31 Tom de Vries <tdevries@suse.de>
2468
2469 * gdb.ada/array_bounds.exp: Drop superfluous 3rd argument to gdb_test.
2470 * gdb.ada/array_subscript_addr.exp: Same.
2471 * gdb.ada/arrayidx.exp: Same.
2472 * gdb.ada/arrayparam.exp: Same.
2473 * gdb.ada/arrayptr.exp: Same.
2474 * gdb.ada/boolean_expr.exp: Same.
2475 * gdb.ada/call_pn.exp: Same.
2476 * gdb.ada/complete.exp: Same.
2477 * gdb.ada/fixed_cmp.exp: Same.
2478 * gdb.ada/fun_addr.exp: Same.
2479 * gdb.ada/funcall_param.exp: Same.
2480 * gdb.ada/interface.exp: Same.
2481 * gdb.ada/mod_from_name.exp: Same.
2482 * gdb.ada/null_array.exp: Same.
2483 * gdb.ada/packed_array.exp: Same.
2484 * gdb.ada/packed_tagged.exp: Same.
2485 * gdb.ada/print_chars.exp: Same.
2486 * gdb.ada/print_pc.exp: Same.
2487 * gdb.ada/ptype_arith_binop.exp: Same.
2488 * gdb.ada/ptype_field.exp: Same.
2489 * gdb.ada/ptype_tagged_param.exp: Same.
2490 * gdb.ada/rec_return.exp: Same.
2491 * gdb.ada/ref_tick_size.exp: Same.
2492 * gdb.ada/str_ref_cmp.exp: Same.
2493 * gdb.ada/taft_type.exp: Same.
2494 * gdb.ada/tagged.exp: Same.
2495 * gdb.ada/type_coercion.exp: Same.
2496 * gdb.ada/uninitialized_vars.exp: Same.
2497
60b6ede8
TV
24982019-10-30 Tom de Vries <tdevries@suse.de>
2499
2500 * lib/gdb.exp (gdb_test_multiple): Handle -early pattern flag.
2501
30baf67b
TV
25022019-10-26 Tom de Vries <tdevries@suse.de>
2503
2504 * gdb.base/bigcore.c: Fix typos in comments.
2505 * gdb.base/ctf-ptype.c: Same.
2506 * gdb.base/long_long.c: Same.
2507 * gdb.dwarf2/dw2-op-out-param.S: Same.
2508 * gdb.python/py-evthreads.c: Same.
2509 * gdb.reverse/i387-stack-reverse.c: Same.
2510 * gdb.trace/tfile.c: Same.
2511 * lib/compiler.c: Same.
2512 * lib/compiler.cc: Same.
2513
158da0d1
TV
25142019-10-25 Tom de Vries <tdevries@suse.de>
2515
2516 * gdb.reverse/sigall-precsave.exp: Use -wrap and $gdb_test_name in
2517 gdb_test_multiple calls.
2518 * gdb.reverse/sigall-reverse.exp: Same.
2519 * gdb.reverse/solib-precsave.exp: Same.
2520 * gdb.reverse/solib-reverse.exp: Same.
2521 * gdb.reverse/until-precsave.exp: Same.
2522 * gdb.reverse/until-reverse.exp: Same.
2523
4ccdfbec
TV
25242019-10-24 Tom de Vries <tdevries@suse.de>
2525
2526 * lib/gdb.exp (gdb_test_multiple): Add -wrap pattern flag.
2527 * gdb.reverse/step-precsave.exp: Rewrite gdb_test_multiple containing
2528 kfail using -wrap pattern flag and convenience variable
2529 gdb_test_name.
2530
33d569b7
AB
25312019-10-24 Andrew Burgess <andrew.burgess@embecosm.com>
2532
2533 * gdb.python/py-progspace.exp: Add tests for the
2534 Progspace.block_for_pc method.
2535
4d0b984b
TT
25362019-10-23 Tom Tromey <tom@tromey.com>
2537
2538 * configure: Rebuild.
2539 * aclocal.m4: Use m4_include, not sinclude.
2540
94cb3754
TV
25412019-10-21 Tom de Vries <tdevries@suse.de>
2542
2543 * gdb.base/infcall-nested-structs.c: Add
2544 __attribute__((noinline,noclone)) to all functions.
2545 (call_all): Add missing variable initialization. Simplify return value.
2546 (breakpt): Increment volatile variable, to prevent call from being
2547 optimized out.
2548 * gdb.base/infcall-nested-structs.exp: Compile with -O2.
2549
062f1fc1
TV
25502019-10-17 Tom de Vries <tdevries@suse.de>
2551
2552 * gdb.fortran/module.exp: Allow info variables to print info for files
2553 other than module.f90.
2554
0b54364d
AB
25552019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
2556
2557 * gdb.fortran/module.exp: Extend with 'info variables' test.
2558
7ff5fae7
AB
25592019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
2560
2561 * boards/cc-with-tweaks.exp: Setup F90_FOR_TARGET and
2562 F77_FOR_TARGET.
2563
d10eccaa
TV
25642019-10-16 Tom de Vries <tdevries@suse.de>
2565
2566 PR tdep/25096
2567 * gdb.base/infcall-nested-structs.exp: Remove PR25096 KFAILs.
2568
745ff14e
TV
25692019-10-16 Tom de Vries <tdevries@suse.de>
2570
2571 PR tdep/24104
2572 * gdb.base/infcall-nested-structs.exp: Remove XFAIL for PR tdep/24104.
2573 Add KFAIL for PR tdep/25096.
2574
03e1ab94
TV
25752019-10-16 Tom de Vries <tdevries@suse.de>
2576
2577 PR testsuite/25059
2578 * gdb.cp/local-static.exp (do_test): Add xfails for gcc PR debug/55541.
2579
b17fcc10
TV
25802019-10-16 Tom de Vries <tdevries@suse.de>
2581
2582 * gdb.base/jit-reader.exp: Allow non-pointer registers to be printed
2583 as signed.
2584
9223170f
SM
25852019-10-14 Simon Marchi <simon.marchi@polymtl.ca>
2586
2587 * gdb.mi/list-thread-groups-available.exp: Read entries one by
2588 one instead of increasing timeout.
2589
d6e76313
TV
25902019-10-13 Tom de Vries <tdevries@suse.de>
2591
2592 PR record/25038
2593 * gdb.reverse/sigall-precsave.exp: Add PR record/25038 KFAIL.
2594 * gdb.reverse/sigall-reverse.exp: Same.
2595 * gdb.reverse/solib-precsave.exp: Same.
2596 * gdb.reverse/solib-reverse.exp: Same.
2597 * gdb.reverse/step-precsave.exp: Same.
2598 * gdb.reverse/until-precsave.exp: Same.
2599 * gdb.reverse/until-reverse.exp: Same.
2600 * lib/gdb.exp (gdb_continue_to_breakpoint): Same.
2601
6dfc0041
AA
26022019-10-10 Andreas Arnez <arnez@linux.ibm.com>
2603
2604 * gdb.base/infcall-nested-structs.c (cmp_struct_02_01)
2605 (cmp_struct_02_02, cmp_struct_04_01, cmp_struct_04_02)
2606 (cmp_struct_05_01, cmp_struct_static_02_01)
2607 (cmp_struct_static_04_01, cmp_struct_static_06_01): Fix redundant
2608 comparisons.
2609
abcf2cc8
TV
26102019-10-10 Tom de Vries <tdevries@suse.de>
2611
2612 PR testsuite/24888
2613 * lib/ada.exp (target_compile_ada_from_dir): Route -pie/-no-pie to
2614 gnatlink.
2615
a50faaf6
TV
26162019-10-09 Tom de Vries <tdevries@suse.de>
2617
2618 PR testsuite/25048
2619 * gdb.rust/simple.exp: Add xfails for incorrect DWARF.
2620
60ff3cd7
AB
26212019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
2622
2623 * gdb.ada/catch_ex_std.exp: Handle being unabled to catch Ada
2624 exceptions due to missing debug information.
2625
dfee8566
TV
26262019-10-07 Tom de Vries <tdevries@suse.de>
2627
2628 * gdb.base/default.exp: Expect _gdb_major/_gdb_minor to be 9.1.
2629
3d63690a
AB
26302019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
2631
2632 * lib/gdb.exp (gdb_test_multiple): Add gdb_test_name mechanism.
2633 * gdb.base/annota1.exp: Update to use gdb_test_name.
2634
30d1f018
WP
26352019-10-07 Weimin Pan <weimin.pan@oracle.com>
2636
2637 * gdb.base/ctf-whatis.exp: New file.
2638 * gdb.base/ctf-whatis.c: New file.
2639 * gdb.base/ctf-ptype.exp: New file.
2640 * gdb.base/ctf-ptype.c: New file.
2641 * gdb.base/ctf-constvars.exp: New file.
2642 * gdb.base/ctf-constvars.c: New file.
2643 * gdb.base/ctf-cvexpr.exp: New file.
2644
4dbbb47c
TV
26452019-10-04 Tom de Vries <tdevries@suse.de>
2646
2647 * gdb.cp/local-static.c (main): Move declaration of int i out of the
2648 for loop.
2649
77c2dba3
TT
26502019-10-03 Tom Tromey <tom@tromey.com>
2651
2652 PR rust/24976:
2653 * gdb.rust/simple.rs (Union2): New type.
2654 (main): Use Union2.
2655 * gdb.rust/simple.exp: Add test.
2656
179aed7f
AB
26572019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2658
2659 * gdb.fortran/nested-funcs-2.exp: Run tests with and without the
2660 nested function prefix.
2661
0a4b0913
AB
26622019-10-03 Bernhard Heckel <bernhard.heckel@intel.com>
2663 Richard Bunt <richard.bunt@arm.com>
2664 Andrew Burgess <andrew.burgess@embecosm.com>
2665
2666 * gdb.fortran/nested-funcs.exp: Tests for placing breakpoints on
2667 nested functions.
2668 * gdb.fortran/nested-funcs.f90: Update expected results.
2669 * gdb.fortran/nested-funcs-2.exp: New file.
2670 * gdb.fortran/nested-funcs-2.f90: New file.
2671
082cce05
AB
26722019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2673
2674 * gdb.python/py-parameter.exp: Make test names unique.
2675 * gdb.python/py-template.exp: Likewise.
2676 * gdb.python/py-value.exp: Likewise.
2677
2b74ba5a
AB
26782019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2679
2680 * gdb.base/break-interp.exp: Reduce test name duplication.
2681 * gdb.base/call-sc.exp: Likewise.
2682 * gdb.base/callfuncs.exp: Likewise.
2683 * gdb.base/charset.exp: Likewise.
2684 * gdb.base/dump.exp: Likewise.
2685 * gdb.base/ena-dis-br.exp: Likewise.
2686 * gdb.base/relational.exp: Likewise.
2687 * gdb.base/step-over-syscall.exp: Likewise.
2688 * gdb.base/structs.exp: Likewise.
2689
58eb20d5
AB
26902019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2691
2692 * gdb.linespec/explicit.exp: Make test names unique.
2693 * gdb.linespec/ls-errs.exp: Likewise.
2694
4d421147
AB
26952019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2696
2697 * gdb.reverse/break-precsave.exp: Make test names unique.
2698 * gdb.reverse/break-reverse.exp: Likewise.
2699 * gdb.reverse/finish-precsave.exp: Likewise.
2700 * gdb.reverse/finish-reverse.exp: Likewise.
2701 * gdb.reverse/machinestate-precsave.exp: Likewise.
2702 * gdb.reverse/machinestate.exp: Likewise.
2703 * gdb.reverse/readv-reverse.exp: Likewise.
2704 * gdb.reverse/recvmsg-reverse.exp: Likewise.
2705 * gdb.reverse/sigall-precsave.exp: Likewise.
2706 * gdb.reverse/sigall-reverse.exp: Likewise.
2707 * gdb.reverse/step-indirect-call-thunk.exp: Likewise.
2708 * gdb.reverse/watch-precsave.exp: Likewise.
2709 * gdb.reverse/watch-reverse.exp: Likewise.
2710
d8c06f22
AB
27112019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2712
2713 * gdb.threads/stop-with-handle.c: New file.
2714 * gdb.threads/stop-with-handle.exp: New file.
2715
3a56ed86
TV
27162019-10-03 Tom de Vries <tdevries@suse.de>
2717
2718 PR testsuite/25059
2719 * gdb.base/list-missing-source.exp: Allowing the "Compilation
2720 directory" line to be missing.
2721
42275044
TV
27222019-10-03 Tom de Vries <tdevries@suse.de>
2723
2724 PR testsuite/25059
2725 * gdb.base/info-types.exp: Make the presence of the 'unsigned int'
2726 type optional.
2727
9ef62df0
AA
27282019-10-02 Andreas Arnez <arnez@linux.ibm.com>
2729
2730 * gdb.python/py-format-string.c (string.h): New include.
2731 (main): Fill a_struct_with_union.the_union.an_int with bytes of
2732 the same value, for endianness-independence.
2733 * gdb.python/py-format-string.exp (default_regexp_dict)
2734 (test_pretty_structs, test_format): Adjust expected output to the
2735 changed initialization.
2736
37f6a7f4
TT
27372019-10-02 Tom Tromey <tromey@adacore.com>
2738
2739 * gdb.ada/catch_ex_std.exp: Add $_ada_exception test.
2740
1d58d6a2
PA
27412019-10-02 Pedro Alves <palves@redhat.com>
2742 Andrew Burgess <andrew.burgess@embecosm.com>
2743
2744 * gdb.base/print-file-var-lib1.c: Include <stdio.h> and
2745 "print-file-var.h".
2746 (this_version_id) Use ATTRIBUTE_VISIBILITY.
2747 (get_version_1): Print this_version_id and its address.
2748 Add extern "C" wrappers around interface functions.
2749 * gdb.base/print-file-var-lib2.c: Include <stdio.h> and
2750 "print-file-var.h".
2751 (this_version_id) Use ATTRIBUTE_VISIBILITY.
2752 (get_version_2): Print this_version_id and its address.
2753 Add extern "C" wrappers around interface functions.
2754 * gdb.base/print-file-var-main.c: Include <dlfcn.h>, <assert.h>,
2755 <stddef.h> and "print-file-var.h".
2756 Add extern "C" wrappers around interface functions.
2757 [VERSION_ID_MAIN] (this_version_id): Define.
2758 (main): Define v0. Use dlopen if SHLIB_NAME is defined.
2759 * gdb.base/print-file-var.h: Add some #defines to simplify setting
2760 up extern "C" blocks.
2761 * gdb.base/print-file-var.exp (test): New, factored out from top
2762 level.
2763 (top level): Test all combinations of attribute hidden or not,
2764 dlopen or not, and this_version_id symbol in main file or not.
2765 Compile tests as both C++ and C, make test names unique.
2766
d770d56f
TT
27672019-10-01 Tom Tromey <tom@tromey.com>
2768
2769 * gdb.base/style.exp: Test "show logging filename".
2770
7f6aba03
TT
27712019-10-01 Tom Tromey <tom@tromey.com>
2772
2773 * lib/gdb-utils.exp (style): Handle "metadata" argument.
2774 * gdb.base/style.exp: Add metadata style test.
2775
14309bb6
TT
27762019-10-01 Tom Tromey <tom@tromey.com>
2777
2778 * gdb.base/style.exp: Test "pwd".
2779
2a3c1174
PA
27802019-10-01 Tom Tromey <tom@tromey.com>
2781
2782 * gdb.base/style.exp: Update tests.
2783
53d666ec
AA
27842019-10-01 Andreas Arnez <arnez@linux.ibm.com>
2785
2786 * gdb.base/pretty-print.c (struct s1_t): Change fields 'three' and
2787 'six' to unsigned.
2788 (s1): Initialize fields 'four' and 'six' instead of 'three' and
2789 'five'. Use an all-ones bit pattern for each.
2790 * gdb.base/pretty-print.exp: Adjust expected output of "print s1"
2791 to its changed values.
2792
4a56a520
TT
27932019-09-30 Tom Tromey <tromey@adacore.com>
2794
2795 * gdb.rust/traits.rs: Disable all warnings.
2796
0df0352a
TV
27972019-09-29 Tom de Vries <tdevries@suse.de>
2798
aac66a4c 2799 * gdb.dwarf2/gdb-index.exp: Handle new location of .dwz file.
0df0352a 2800
73d9a918
TV
28012019-09-29 Tom de Vries <tdevries@suse.de>
2802
2803 * gdb.dwarf2/gdb-index.exp: Use with_test_prefix for second objcopy.
2804
060b3ab4
TV
28052019-09-27 Tom de Vries <tdevries@suse.de>
2806
2807 * gdb.reverse/step-precsave.exp: Add missing $gdb_prompt in regexps.
2808
68f7d34d
TV
28092019-09-27 Tom de Vries <tdevries@suse.de>
2810
2811 PR record/23188
2812 * gdb.reverse/step-precsave.exp: Add kfail for PR record/23188.
2813
5d63b30a
TT
28142019-09-26 Tom Tromey <tromey@adacore.com>
2815
2816 * gdb.ada/py_taft.exp: New file.
2817 * gdb.ada/py_taft/main.adb: New file.
2818 * gdb.ada/py_taft/pkg.adb: New file.
2819 * gdb.ada/py_taft/pkg.ads: New file.
2820
3d435220
TV
28212019-09-24 Tom de Vries <tdevries@suse.de>
2822
2823 PR gdb/24598
2824 * gdb.arch/amd64-init-x87-values.exp: Add xfail.
2825
77d03678
TV
28262019-09-22 Tom de Vries <tdevries@suse.de>
2827
2828 * gdb.base/restore.exp: Allow register variables to be optimized out at
2829 -O0.
2830
abf516c6
UW
28312019-09-20 Ulrich Weigand <uweigand@de.ibm.com>
2832
2833 * gdb.arch/spu-info.exp: Remove file.
2834 * gdb.arch/spu-info.c: Remove file.
2835 * gdb.arch/spu-ls.exp: Remove file.
2836 * gdb.arch/spu-ls.c: Remove file.
2837
2838 * gdb.asm/asm-source.exp: Remove support for spu*-*-*.
2839 * gdb.asm/spu.inc: Remove file.
2840
2841 * gdb.base/dump.exp: Remove support for spu*-*-*.
2842 * gdb.base/stack-checking.exp: Likewise.
2843 * gdb.base/overlays.exp: Likewise.
2844 * gdb.base/ovlymgr.c: Likewise.
2845 * gdb.base/spu.ld: Remove file.
2846
2847 * gdb.cp/bs15503.exp: Remove support for spu*-*-*.
2848 * gdb.cp/cpexprs.exp: Likewise.
2849 * gdb.cp/exception.exp: Likewise.
2850 * gdb.cp/gdb2495.exp: Likewise.
2851 * gdb.cp/mb-templates.exp: Likewise.
2852 * gdb.cp/pr9167.exp: Likewise.
2853 * gdb.cp/userdef.exp: Likewise.
2854
2855 * gdb.xml/tdesc-regs.exp: Remove support for spu*-*-*.
2856
2857 * gdb.cell: Remove directory.
2858 * lib/cell.exp: Remove file.
2859
e452e88f
TV
28602019-09-19 Tom de Vries <tdevries@suse.de>
2861
2862 * lib/gdb.exp (gdb_test): Eliminate "^FOOBAR$" pattern.
2863
8a625130
TV
28642019-09-19 Tom de Vries <tdevries@suse.de>
2865
2866 * lib/gdbserver-support.exp (gdb_target_cmd): Fix argument passing.
2867
81dc3ab5
TV
28682019-09-19 Tom de Vries <tdevries@suse.de>
2869
2870 * lib/gdbserver-support.exp (gdb_target_cmd_ext): Return 2 (meaning
2871 UNSUPPORTED) for 'Network is unreachable' message. Factor out of ...
2872 (gdb_target_cmd): ... here.
2873 * gdb.server/server-connect.exp: Use gdb_target_cmd_ext, handle return
2874 value 2.
2875
b078f3ac
AB
28762019-09-18 Andrew Burgess <andrew.burgess@embecosm.com>
2877
2878 * gdb.base/source-dir.exp: Avoid having directory names in test
2879 names.
2880
f1b620e9
MG
28812019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
2882
2883 * gdb.base/source-dir.exp: Add extra test for mapped compilation
2884 directory.
2885
67f3ed6a
AB
28862019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
2887
2888 * gdb.base/list-missing-source.exp: New file.
2889
d1b70248
TV
28902019-09-14 Tom de Vries <tdevries@suse.de>
2891
2892 PR teststuite/24599
2893 * gdb.ada/rename_subscript_param.exp: Require gnatmake 8.
2894 * lib/ada.exp (gnatmake_version_at_least): New proc.
2895
5fabdcd6
AB
28962019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
2897
2898 * gdb.base/maint.exp: Use exec_has_index_section.
2899
aa17805f
AB
29002019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
2901
2902 * gdb.base/maint.exp: Add test for 'maint info sections'.
2903
25e5c209
TV
29042019-09-12 Tom de Vries <tdevries@suse.de>
2905
2906 * gdb.base/store.exp: Allow register variables to be optimized out at
2907 -O0.
2908
4993045d
PW
29092019-09-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2910
2911 * gdb.ada/rdv_wait.exp: Update to new task names.
2912 * gdb.base/task_switch_in_core.exp: Likewise.
2913 * gdb.base/info_sources_base.c: Likewise.
2914
8a516164
TT
29152019-09-10 Tom Tromey <tromey@adacore.com>
2916
2917 * boards/cc-with-tweaks.exp: Set GNATMAKE_FOR_TARGET.
2918
aa391654
TT
29192019-09-10 Tom Tromey <tromey@adacore.com>
2920
2921 * gdb.ada/dgopt.exp: New file.
2922 * gdb.ada/dgopt/x.adb: New file.
2923
8634b462
TT
29242019-09-08 Tom Tromey <tom@tromey.com>
2925
2926 * gdb.tui/resize.exp: Remove setup_xfail.
2927 * gdb.tui/regs.exp: Remove setup_xfail.
2928 * gdb.tui/basic.exp: Remove setup_xfail.
2929
736b0f76
DB
29302019-09-06 David Blaikie <dblaikie@gmail.com>
2931
2932 * gdb.base/label.exp: un-XFAIL label related tests under Clang.
2933 * gdb.cp/cplabel.exp: Ditto.
2934 * gdb.linespec/ls-errs.exp: Ditto.
2935
30331a6c
TV
29362019-09-05 Tom de Vries <tdevries@suse.de>
2937
2938 * lib/gdb.exp (cmp_file_string): New proc.
2939 * gdb.base/ui-redirect.exp: Replace "gdb_breakpoint main" with
2940 runto_main. Verify save breakpoints output.
2941
98b0ebab
PW
29422019-09-04 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2943
2944 * gdb.base/info-var.exp: Test info variables without running
2945 to main, to avoid expect's buffer overflow.
2946
4e962e74
TT
29472019-09-03 Tom Tromey <tromey@adacore.com>
2948
2949 * gdb.ada/bias.exp: New file.
2950 * gdb.ada/bias/bias.adb: New file.
2951 * gdb.ada/print_chars.exp: Add regression test.
2952 * gdb.ada/print_chars/foo.adb (My_Character): New type.
2953 (MC): New variable.
2954
2ea1a07a
SL
29552019-08-29 Sandra Loosemore <sandra@codesourcery.com>
2956
2957 * gdb.base/argv0-symlink.exp: Run only on native target
2958 and local host.
2959
8077c50d
TV
29602019-08-29 Tom de Vries <tdevries@suse.de>
2961
2962 * gdb.fortran/info-types.exp: Fix gdb_test regexp to allow more
2963 diverse debug info.
2964 * lib/fortran.exp (fortran_int8): New proc, based on fortran_int4.
2965
48352473
TV
29662019-08-28 Tom de Vries <tdevries@suse.de>
2967
2968 * gdb.base/info-var.exp: Allow info variables to print info for files
2969 other than info-var-f1.c and info-var-f2.c.
2970
d8f27c60
AB
29712019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
2972
2973 * gdb.fortran/info-types.exp: Add module.
2974 * gdb.fortran/info-types.f90: Update expected results.
2975
1f20c35e
AB
29762019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
2977
2978 * gdb.fortran/info-types.exp: New file.
2979 * gdb.fortran/info-types.f90: New file.
2980 * lib/fortran.exp (fortran_character1): New proc.
2981
4acfdd20
AB
29822019-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
2983
2984 * gdb.base/info-fun.exp: Extend to test the -n flag for 'info
2985 functions'. Reindent as needed.
2986 * gdb.base/info-var-f1.c: New file.
2987 * gdb.base/info-var-f2.c: New file.
2988 * gdb.base/info-var.exp: New file.
2989 * gdb.base/info-var.h: New file.
2990
5c31b358
TV
29912019-08-26 Tom de Vries <tdevries@suse.de>
2992
2993 PR c++/24852
2994 * gdb.cp/no-libstdcxx-probe.exp: New test.
2995
b694989f
TV
29962019-08-26 Tom de Vries <tdevries@suse.de>
2997
2998 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Return 1 if probe
2999 * tests need to be skipped.
3000 * gdb.cp/exceptprint.exp: Update call to skip_libstdcxx_probe_tests.
3001 * gdb.mi/mi-catch-cpp-exceptions.exp: Update call to
3002 mi_skip_libstdcxx_probe_tests.
3003
d9c4ba53
SDJ
30042019-08-26 Sergio Durigan Junior <sergiodj@redhat.com>
3005
3006 * gdb.python/py-xmethods.exp: Use raw strings when passing
3007 arguments to SimpleXMethodMatcher.
3008
395fad09
TV
30092019-08-22 Tom de Vries <tdevries@suse.de>
3010
3011 * gdb.multi/multi-term-settings.exp (coretest): Make gdb_test messages
3012 more informative.
3013
26c957f1
PA
30142019-08-21 Pedro Alves <palves@redhat.com>
3015
3016 * gdb.base/with.exp: Test "with" with no arguments.
3017
61f80d5d
TV
30182019-08-21 Tom de Vries <tdevries@suse.de>
3019
3020 * gdb.base/gdb-caching-proc.exp: Sort files.
3021
d7a11d13
TV
30222019-08-20 Tom de Vries <tdevries@suse.de>
3023
3024 * lib/pascal.exp (gdb_compile_pascal): Remove $destfile before
3025 compilation.
3026
34dafe9f
TV
30272019-08-16 Tom de Vries <tdevries@suse.de>
3028
3029 * gdb.base/compare-sections.exp ("after run to main"): Allow
3030 mismatched read-only sections for PIE executables.
3031
398fdd60
TT
30322019-08-16 Tom Tromey <tom@tromey.com>
3033
3034 * lib/tuiterm.exp (_csi_Z): New proc.
3035 * gdb.tui/basic.exp: Update window positions.
3036 * gdb.tui/empty.exp: Update window positions.
3037
d8f9e51c
SL
30382019-08-15 Sandra Loosemore <sandra@codesourcery.com>
3039
3040 * gdb.base/examine-backward.exp: Correct regexp for
3041 "examine 3 bytes backward from ${address_zero}".
3042
3df505f6
TT
30432019-08-15 Tom Tromey <tom@tromey.com>
3044
3045 * gdb.tui/empty.exp: Enable resizing tests.
3046
272560b5
TT
30472019-08-15 Tom Tromey <tromey@adacore.com>
3048
3049 * gdb.ada/char_enum.exp: Add regression tests.
3050 * gdb.ada/char_enum/foo.adb (Char_Enum_Type): Use '_'
3051 and '0'.
3052 (Char, Gchar): Update.
3053 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): Use '+'.
3054
08235187
CB
30552019-08-15 Christian Biesinger <cbiesinger@google.com>
3056
3057 * gdb.python/python.exp: Expect a leading underscore on
3058 GdbOutput{,Error}File.
3059
22a2ab04
SL
30602019-08-15 Sandra Loosemore <sandra@codesourcery.com>
3061
3062 * gdb.dwarf2/dw2-dir-file-name.exp: Skip on remote or
3063 Windows host.
3064
835b995b
SL
30652019-08-15 Sandra Loosemore <sandra@codesourcery.com>
3066
3067 * gdb.base/batch-preserve-term-settings.exp
3068 (test_terminal_settings_preserved_after_sigterm): Skip on Windows.
3069
97dd8e07
CB
30702019-08-15 Christian Biesinger <cbiesinger@google.com>
3071
3072 * lib/gdb.exp: When running on a mingw target, replace
3073 /x/ with x:/.
3074
75faf5c4
AH
30752019-08-14 Alan Hayward <alan.hayward@arm.com>
3076
3077 * gdb.arch/aarch64-prologue.c: New test.
3078 * gdb.arch/aarch64-prologue.exp: New file.
3079
abc6c00f
TV
30802019-08-13 Tom de Vries <tdevries@suse.de>
3081
3082 * gdb.gdb/selftest.exp (send ^C to child process again): Accept also
3083 Thread.
3084
74c2c1f4
SL
30852019-08-13 Sandra Loosemore <sandra@codesourcery.com>
3086
3087 * gdb.python/py-completion.exp: Download the .py file to the host
3088 and use its host pathname. Conditionalize tests that use
3089 tab completion and manipulate files on the build machine.
3090 * gdb.python/py-events.exp: Download the .py file to the host
3091 and use its host pathname.
3092 * gdb.python/py-evsignal.exp: Likewise.
3093 * gdb.python/py-evthreads.exp: Likewise.
3094 * gdb.python/py-framefilter-invalidarg.exp: Match Windows
3095 pathname syntax.
3096 * gdb.python/py-framefilter.exp: Download the .py file to the right
3097 place on the host. Match Windows pathname syntax.
3098 * gdb.python/py-mi-var-info-path-expression.exp: Download the
3099 .py file to the host and use its host pathname.
3100 * gdb.python/py-objfile-script.exp: Match Windows pathname syntax.
3101 * gdb.python/py-objfile.exp: Expect a host pathname, not a
3102 build pathname. Skip symlink test on Windows host. Add missing
3103 newline at end of file.
3104 * gdb.python/py-pp-maint.exp: Download the .py file to the host
3105 and use its host pathname.
3106 * gdb.python/py-pp-registration.exp: Match Windows pathname syntax.
3107 * gdb.python/py-section-script.exp: Use host location of binfile
3108 on safe-path. Use correct path separator on Windows host.
3109 Reorder alternatives in gdb_test_multiple to prevent matching
3110 the wrong alternative on success.
3111 * gdb.python/py-symtab.exp: Match Windows pathname syntax.
3112
ca2589f3
PP
31132019-08-12 Patrick Palka <patrick@parcs.ath.cx>
3114
3115 * gdb.gdb/selftest.exp (test_with_self): Update test to now
3116 expect the GDB inferior to no longer immediately stop after
3117 being resumed with "signal SIGINT".
3118
020a839d
SL
31192019-08-09 Sandra Loosemore <sandra@codesourcery.com>
3120
3121 * gdb.linespec/break-ask.exp: Generalize regexps to match
3122 Windows pathnames too.
3123
128d6509
TV
31242019-08-08 Tom de Vries <tdevries@suse.de>
3125
3126 PR testsuite/24862
3127 * lib/tuiterm.exp (_accept): Fix CSI regexp.
3128
590042fc
PW
31292019-08-07 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3130
3131 * gdb.base/style.exp: Update tests for help doc new invariants.
3132 * gdb.base/help.exp: Likewise.
3133
046bebe1
TT
31342019-08-06 Tom Tromey <tom@tromey.com>
3135
3136 * gdb.base/style.exp: Add disassemble test.
3137 * gdb.base/style.c (some_called_function): New function.
3138 (main): Use it.
3139
0b27c27d
CB
31402019-08-05 Christian Biesinger <cbiesinger@google.com>
3141
3142 * gdb.python/py-block.exp: Test dictionary access on blocks.
3143
580f1034
SM
31442019-08-05 Simon Marchi <simon.marchi@efficios.com>
3145
3146 PR gdb/24863
3147 * gdb.mi/list-thread-groups-available.exp: Increase timeout for
3148 -list-thread-groups --available test when running under
3149 check-read1.
3150
d86bd7cb
TV
31512019-08-05 Tom de Vries <tdevries@suse.de>
3152
3153 PR testsuite/24863
3154 * lib/gdb.exp (with_read1_timeout_factor): New proc.
3155 * gdb.base/help.exp: Use with_read1_timeout_factor.
3156 * gdb.base/info-macros.exp: Same.
3157 * gdb.cp/nested-types.exp: Same.
3158
a80cf5d8
TV
31592019-08-05 Tom de Vries <tdevries@suse.de>
3160
3161 * lib/gdb.exp (version_at_least): Factor out of ...
3162 (tcl_version_at_least): ... here.
3163 (gdb_compile): Fail if pie results in non-PIE executable.
3164 (readelf_version, readelf_prints_pie): New proc.
3165 (exec_is_pie): Return -1 if unknown.
3166
d0962838
TV
31672019-08-05 Tom de Vries <tdevries@suse.de>
3168
3169 * lib/gdb.exp (tcl_version_at_least): Fix typo.
3170
2252ff3d
SL
31712019-08-04 Sandra Loosemore <sandra@codesourcery.com>
3172
3173 * gdb.server/reconnect-ctrl-c.exp: Skip if nointerrupts.
3174
26655f53
SL
31752019-08-04 Sandra Loosemore <sandra@codesourcery.com>
3176
3177 * lib/completion-support.exp (test_gdb_complete_none): Skip
3178 tab completion tests if no readline support.
3179 (test_gdb_complete_unique_re): Likewise.
3180 (test_gdb_complete_multiple): Likewise.
3181
db4dc13e
PW
31822019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3183
3184 * gdb.base/info_sources.exp: New file.
3185 * gdb.base/info_sources.c: New file.
3186 * gdb.base/info_sources_base.c: New file.
3187
0eba165a
PFC
31882019-08-01 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
3189
3190 * gdb.base/batch-exit-status.exp: Call test_exit_status with
3191 prefix argument.
3192 (test_exit_status): Add prefix argument.
3193
59bd512b
TV
31942019-08-01 Tom de Vries <tdevries@suse.de>
3195
3196 PR testsuite/24863
3197 * gdb.threads/fork-plus-threads.exp: Fix check-run1 timeout by
3198 calling exp_continue for new thread and thread exited messages.
3199
2a3ad588
TV
32002019-08-01 Tom de Vries <tdevries@suse.de>
3201
3202 PR testsuite/24863
3203 * gdb.base/structs.exp: Fix check-read1 timeout using
3204 gdb_test_sequence.
3205 * lib/gdb.exp (tcl_version_at_least, lrepeat): New proc.
3206
117eb594
TV
32072019-08-01 Tom de Vries <tdevries@suse.de>
3208
3209 PR testsuite/24863
3210 * gdb.base/break-interp.exp: Use exp_continue after each "info files"
3211 line.
3212
ed591340
TV
32132019-08-01 Tom de Vries <tdevries@suse.de>
3214
3215 PR testsuite/24863
3216 * gdb.base/signals.exp: Fix check-read1 timeout using gdb_test_sequence.
3217
aa3b6533
TT
32182019-07-30 Tom Tromey <tromey@adacore.com>
3219
3220 * gdb.ada/display_nested.exp: New file.
3221 * gdb.ada/display_nested/foo.adb: New file.
3222 * gdb.ada/display_nested/pack.adb: New file.
3223 * gdb.ada/display_nested/pack.ads: New file.
3224
2906593f
CB
32252019-07-30 Christian Biesinger <cbiesinger@google.com>
3226
3227 * gdb.python/py-symbol.c: Add a static variable and one in an anonymous
3228 namespace.
3229 * gdb.python/py-symbol.exp: Test gdb.lookup_static_symbol.
3230
0f575925
TV
32312019-07-30 Tom de Vries <tdevries@suse.de>
3232
3233 * lib/read1.c (read): Don't use unsetenv (v), use setenv (v, "", 1)
3234 instead.
3235
b13057d9
TV
32362019-07-30 Tom de Vries <tdevries@suse.de>
3237
3238 PR testsuite/24834
3239 * lib/gdb.exp (gdb_compile): Fail if nopie results in PIE executable.
3240 (exec_is_pie): New proc.
3241
5c4dde85
CB
32422019-07-29 Christian Biesinger <cbiesinger@google.com>
3243
3244 * gdb.python/py-objfile.exp: Fix misspelling (nonexistant -> nonexistent)
3245
c620ed88
CB
32462019-07-29 Christian Biesinger <cbiesinger@google.com>
3247
3248 * gdb.python/py-objfile.c: Add global and static vars.
3249 * gdb.python/py-objfile.exp: Test new functions Objfile.
3250 lookup_global_symbol and lookup_static_symbol.
3251
3d235706
TT
32522019-07-29 Tom Tromey <tom@tromey.com>
3253
3254 * lib/tuiterm.exp (Term::_csi_@): New proc.
3255 (Term::_csi_X): Don't move cursor.
3256
c7e4c0a6
PW
32572019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3258
3259 * gdb.base/options.exp: Update backtrace - completion to
3260 new option -frame-info.
3261 * gdb.base/frame-args.exp: Test new 'frame-arguments presence'.
3262 Test new 'set print frame-info'. Test backtrace -frame-info
3263 overriding 'set print frame-info'.
3264 * gdb.python/py-framefilter.exp: Test new 'frame-arguments presence'.
3265 Test new 'set print frame-info'.
3266 Verify consistency of backtrace with and without filters, with and
3267 without -no-filters.
3268 * gdb.python/py-framefilter-invalidarg.exp: Update to new print_what
3269 default.
3270
de28a3b7
TV
32712019-07-29 Tom de Vries <tdevries@suse.de>
3272
3273 * gdb.linespec/explicit.exp: Fix completion trigger for "complete with
3274 no arguments".
3275
507dd60e
TV
32762019-07-29 Tom de Vries <tdevries@suse.de>
3277
3278 * gdb.linespec/explicit.exp: Fix gdb_test_multiple regexps where second
3279 is a substring of the first for "complete non-unique file name".
3280
5beafce9
TV
32812019-07-29 Tom de Vries <tdevries@suse.de>
3282
3283 * gdb.python/python.exp: Don't terminate gdb_test_multiple regexp
3284 with ".*".
3285
2d274232
TV
32862019-07-29 Tom de Vries <tdevries@suse.de>
3287
3288 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt, gdb_is_target_1):
3289 Pass prompt_regexp parameter to gdb_test_multiple calls.
3290
9197cd8b
TV
32912019-07-29 Tom de Vries <tdevries@suse.de>
3292
3293 * gdb.base/maint.exp: Use "\r\n" instead of "\[\r\n\]+" in "maint
aac66a4c 3294 print registers" regexps.
9197cd8b 3295
b528dae0
TV
32962019-07-29 Tom de Vries <tdevries@suse.de>
3297
3298 * gdb.base/define.exp: Add "\r\n" to "reset gdb_prompt" regexp.
3299
d17725d7
TV
33002019-07-29 Tom de Vries <tdevries@suse.de>
3301
3302 PR gdb/24855
3303 * lib/gdb.exp (gdb_test_multiple): Add prompt_regexp parameter.
3304 (skip_python_tests_prompt): Add prompt_regexp argument to
3305 gdb_test_multiple calls.
3306
52b75bf1
TT
33072019-07-27 Tom Tromey <tom@tromey.com>
3308
3309 * gdb.tui/main.exp: New file.
3310
2b1d00c2
TT
33112019-07-27 Tom Tromey <tom@tromey.com>
3312
3313 * lib/tuiterm.exp (Term::clean_restart): Make "executable"
3314 optional.
3315 * gdb.tui/empty.exp: New file.
3316
ded631d5
TT
33172019-07-27 Tom Tromey <tom@tromey.com>
3318
3319 * lib/tuiterm.exp (spawn): New proc.
3320 (Term::resize): New proc.
3321 * gdb.tui/resize.exp: New file.
3322
58ac439d
TT
33232019-07-27 Tom Tromey <tom@tromey.com>
3324
3325 * gdb.tui/list.exp: New file.
3326
fe1f56ee
TT
33272019-07-27 Tom Tromey <tom@tromey.com>
3328
3329 * gdb.tui/regs.exp: New file.
3330
f790b310
TT
33312019-07-27 Tom Tromey <tom@tromey.com>
3332
3333 * gdb.tui/basic.exp: Add "layout split" test.
3334
d95fc6ee
TT
33352019-07-27 Tom Tromey <tom@tromey.com>
3336
3337 * gdb.tui/basic.exp: Add "layout asm" test.
3338
c3786b3a
TT
33392019-07-27 Tom Tromey <tom@tromey.com>
3340
3341 * lib/tuiterm.exp: New file.
3342 * gdb.tui/basic.exp: New file.
3343
98a617f8
KB
33442019-07-27 Kevin Buettner <kevinb@redhat.com>
3345
3346 * gdb.dwarf2/dw2-ranges-func.exp (enable_foo_cold_stepping):
3347 Enable tests associated with this flag. Adjust regex
3348 referencing "foo_low" to now refer to "foo_cold" instead.
3349
5c076da4
KB
33502019-07-27 Kevin Buettner <kevinb@redhat.com>
3351
3352 * gdb.dwarf2/dw2-ranges-func.c: Rename to...
3353 * gdb.dwarf2/dw2-ranges-func-lo-cold.c: ...this.
3354 * gdb.dwarf2/dw2-ranges-func-lo-cold.c (foo_low): Change name to
3355 foo_cold. Revise comments to match.
3356 * gdb.dwarf2/dw2-ranges-func-hi-cold.c: New file.
3357 * gdb.dwarf2/dw2-ranges-func.exp (do_test): New proc. Existing tests
3358 were wrapped into this proc; Call do_test in loop from outermost
3359 level.
3360 (foo_low): Rename all occurrences to "foo_cold".
3361 (backtrace from baz): New test.
3362 (x2/i foo_cold): New test.
3363 (info line *foo_cold): New test.
3364
1512d3b7
TV
33652019-07-26 Tom de Vries <tdevries@suse.de>
3366
3367 * gdb.arch/i386-pkru.exp: Fix unterminated string.
3368
297989a1
TV
33692019-07-25 Tom de Vries <tdevries@suse.de>
3370
3371 PR testsuite/24830
3372 * gdb.mi/mi-catch-cpp-exceptions.exp: Call
3373 mi_skip_libstdcxx_probe_tests, and skip unsupported tests.
3374 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Factor out of ...
3375 (skip_libstdcxx_probe_tests): ... here.
3376 * lib/mi-support.exp (mi_skip_libstdcxx_probe_tests): New proc.
3377
b3b965fb
TV
33782019-07-24 Tom de Vries <tdevries@suse.de>
3379
3380 PR testsuite/24807
3381 * gdb.objc/basicclass.m: Include stdio.h.
3382 * gdb.objc/nondebug.m: Same.
3383 * gdb.objc/objcdecode.m: Same.
3384
4625b4d0
TV
33852019-07-24 Tom de Vries <tdevries@suse.de>
3386
3387 PR testsuite/24612
3388 * gdb.base/infoline-reloc-main-from-zero.exp: Add -Wl,-N to
3389 additional_flags.
3390
024a5840
TV
33912019-07-24 Tom de Vries <tdevries@suse.de>
3392
3393 PR testsuite/24831
3394 * gdb.multi/tids.exp: Update error messages for info threads.
3395
c76ddaa3
TV
33962019-07-24 Tom de Vries <tdevries@suse.de>
3397
3398 * gdb.base/info-types.exp: Allow info types to print info for more than
3399 one file.
3400
9a618ef6
TV
34012019-07-23 Tom de Vries <tdevries@suse.de>
3402
3403 PR testsuite/24842
3404 * gdb.dwarf2/multidictionary.exp: Consume initial prompt after
3405 gdb_spawn_with_cmdline_opts.
3406
40eadf04
SP
34072019-07-23 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
3408
3409 * gdb.arch/arm-cmse-sgstubs.c: New test.
3410 * gdb.arch/arm-cmse-sgstubs.exp: New file.
3411
5ba29434
TV
34122019-07-23 Tom de Vries <tdevries@suse.de>
3413
3414 PR testsuite/24711
3415 * gdb.mi/mi-complete.exp: Wait for "set max-completions" result before
3416 issuing next command.
3417
a8e9d247
AB
34182019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
3419
3420 * gdb.ada/info_auto_lang.exp: Update expected results.
3421 * gdb.base/info-types.c: Add additional types to check.
3422 * gdb.base/info-types.exp: Update expected results.
3423
eb86c5e2
AB
34242019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
3425
3426 * gdb.base/info-types.c: New file.
3427 * gdb.base/info-types.exp: New file.
3428
01e175fe
AB
34292019-07-19 Andrew Burgess <andrew.burgess@embecosm.com>
3430
3431 * gdb.arch/riscv-bp-infcall.c: New file.
3432 * gdb.arch/riscv-bp-infcall.exp: New file.
3433
6b78c3f8
AB
34342019-07-17 Andrew Burgess <andrew.burgess@embecosm.com>
3435
3436 PR breakpoints/24541
3437 * gdb.mi/mi-catch-cpp-exceptions.exp: Remove kfail due to 24541.
3438
da738167
TV
34392019-07-14 Tom de Vries <tdevries@suse.de>
3440
3441 PR testsuite/24760
3442 * gdb.objc/basicclass.exp: Fix unterminated string.
3443
0d4e84ed
AB
34442019-07-12 Bernhard Heckel <bernhard.heckel@intel.com>
3445 Andrew Burgess <andrew.burgess@embecosm.com>
3446
3447 * gdb.fortran/vla-ptype.exp: Print array with negative bounds.
3448 * gdb.fortran/vla-sizeof.exp: Print the size of an array with
3449 negative bounds.
3450 * gdb.fortran/vla-value.exp: Print elements of an array with
3451 negative bounds.
3452 * gdb.fortran/vla.f90: Setup an array with negative bounds for
3453 testing.
3454
021d8588
AB
34552019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
3456
3457 * gdb.base/options.exp (expect_string): Dequote strings in
3458 results.
3459 (test-string): Test strings with different quoting and reindent.
3460
f06f1252
TT
34612019-07-10 Tom Tromey <tromey@adacore.com>
3462
3463 * gdb.ada/mi_ex_cond.exp: Update expected results.
3464 * gdb.ada/mi_catch_ex_hand.exp: Update expected results.
3465 * gdb.ada/mi_catch_ex.exp: Update expected results.
3466 * gdb.ada/mi_catch_assert.exp: Update expected results.
3467 * gdb.ada/catch_ex.exp (catch_exception_info)
3468 (catch_exception_entry, catch_assert_entry)
3469 (catch_unhandled_entry): Update.
3470 * gdb.ada/catch_assert_if.exp: Update expected results.
3471
b863685d
RB
34722019-07-10 Richard Bunt <richard.bunt@arm.com>
3473 Stephen Roberts <stephen.roberts@arm.com>
3474
3475 * gdb.base/define.exp: Restore original prompt.
3476
cb1e4e32
PA
34772019-07-09 Pedro Alves <palves@redhat.com>
3478
3479 * gdb.cp/catch-multi-stdlib.exp: Adjust expected "info
3480 breakpoints" output.
3481 * gdb.cp/exception.exp: Adjust expected "info breakpoints" output.
3482 * gdb.python/py-breakpoint.exp: No longer expect that "catch
3483 throw" creates breakpoint.
3484 * gdb.mi/mi-catch-cpp-exceptions.exp (setup_catchpoint): Expect
3485 'type="catchpoint"'.
3486
b58a68fe
PA
34872019-07-09 Pedro Alves <palves@redhat.com>
3488
3489 PR c++/15468
3490 * gdb.cp/except-multi-location-lib.cc: New.
3491 * gdb.cp/except-multi-location-main.cc: New.
3492 * gdb.cp/except-multi-location.exp: New.
3493
0826779b
PW
34942019-07-09 Sergio Durigan Junior <sergiodj@redhat.com>
3495
3496 * gdb.base/printcmds.exp (test_printf_convenience_var): Set
3497 language to "c++" before dealing with wchar_t. Remove DO_WSTRING
3498 argument and update callers.
3499
5b0e2db4
AB
35002019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
3501
3502 * gdb.arch/amd64-break-on-asm-line.S: New file.
3503 * gdb.arch/amd64-break-on-asm-line.exp: New file.
3504
1f6f6e21
PW
35052019-07-08 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3506
3507 * gdb.base/printcmds.exp: Test printing C string and
3508 C wide string convenience vars without transiting via the inferior.
3509 Also make test names unique.
3510
ea142fbf
AH
35112019-07-08 Alan Hayward <alan.hayward@arm.com>
3512
5862c886 3513 PR breakpoints/25011
ea142fbf
AH
3514 * gdb.base/break-idempotent.exp: Test both PIE and non PIE.
3515
213fd9fa
PA
35162019-07-04 Pedro Alves <palves@redhat.com>
3517
3518 * lib/gdb.exp (foreach_with_prefix): Don't return early if
3519 body returned ok(0), break(3) or continue(4).
3520 * gdb.testsuite/foreach_with_prefix.exp: New file.
3521
2b40fda7
AH
35222019-07-04 Alan Hayward <alan.hayward@arm.com>
3523
3524 * gdb.server/unittest.exp: Allow 0 unit tests to run.
3525
a26c8de0
PA
35262019-07-03 Pedro Alves <palves@redhat.com>
3527
3528 * lib/gdb.exp (foreach_with_prefix): Use "catch" and
3529 "return -code".
3530
5f4ba3e7
PA
35312019-07-03 Pedro Alves <palves@redhat.com>
3532
3533 PR cli/24732
3534 * gdb.base/shell.exp: Load completion-support.exp.
3535 Adjust expected error output. Add completion tests.
3536
a994424f
PA
35372019-07-03 Pedro Alves <palves@redhat.com>
3538
3539 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Use
3540 string_to_regexp.
3541
3d9be6f5
PA
35422019-07-03 Pedro Alves <palves@redhat.com>
3543
3544 * gdb.base/options.exp (expect_none, expect_flag, expect_bool)
3545 (expect_integer): Adjust to expect "-string".
3546 (expect_string): New.
3547 (all_options): Expect "-string".
3548 (test-flag, test-boolean): Adjust to expect "-string".
3549 (test-string): New proc.
3550 (top level): Call it.
3551
41fc454c
PA
35522019-07-03 Pedro Alves <palves@redhat.com>
3553
3554 * gdb.base/options.exp (test-misc, test-flag, test-boolean)
3555 (test-uinteger, test-enum): Adjust res_test_gdb_... calls to pass
3556 the expected output in the success.
3557
b2b2a215
PA
35582019-07-03 Pedro Alves <palves@redhat.com>
3559
3560 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
3561 Split one gdb_test_multiple call in two to avoid a race.
3562
fdbc9870
PA
35632019-07-03 Pedro Alves <palves@redhat.com>
3564
3565 * gdb.base/with.c: New file.
3566 * gdb.base/with.exp: New file.
3567
c6ac8931
PA
35682019-07-03 Pedro Alves <palves@redhat.com>
3569
3570 * gdb.base/settings.exp: Replace all references to "maint
3571 test-settings set" with references to "maint set test-settings",
3572 and all references to "maint test-settings show" with references
3573 to "maint show test-settings".
3574
970f9d09
PA
35752019-07-03 Pedro Alves <palves@redhat.com>
3576
3577 * gdb.base/settings.exp (test-string): Adjust expected out when
3578 testing "maint test-settings show filename"
3579
54d66006
PA
35802019-07-02 Pedro Alves <palves@redhat.com>
3581
3582 * gdb.base/options.exp (test-info-threads): New procedure.
3583 (top level): Call it.
3584
10d06d82
TT
35852019-06-28 Tom Tromey <tromey@adacore.com>
3586
3587 * gdb.dwarf2/ada-linkage-name.c: New file.
3588 * gdb.dwarf2/ada-linkage-name.exp: New file.
3589
3d507ff2
TT
35902019-06-27 Tom Tromey <tromey@adacore.com>
3591
d039f014 3592 PR c++/20020:
3d507ff2
TT
3593 * gdb.cp/constexpr-field.exp: Use setup_xfail.
3594
8af58ffe
TV
35952019-06-26 Tom de Vries <tdevries@suse.de>
3596
3597 * gdb.dwarf2/varval.exp: Compile twice, once without bad DWARF.
3598
22e21752
TV
35992019-06-26 Tom de Vries <tdevries@suse.de>
3600
3601 * gdb.base/index-cache.exp: Add back missing debug option.
3602
b65b566c
PW
36032019-06-23 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3604
3605 * gdb.base/alias.exp: Test non matching/non existing prefixes.
3606
5c2c8c69
TV
36072019-06-25 Tom de Vries <tdevries@suse.de>
3608
3609 PR testsuite/24727
3610 * gdb.dwarf2/dw2-restrict.S: Regenerate using clang 5.0.1.
3611
164e3873
TV
36122019-06-24 Tom de Vries <tdevries@suse.de>
3613
3614 * gdb.dwarf2/implptr-64bit.exp: Fix intra-CU '%' label reference.
3615
824eacee
TV
36162019-06-24 Tom de Vries <tdevries@suse.de>
3617
3618 * gdb.trace/entry-values.exp: Use DW_FORM_udata instead of
3619 DW_FOR_sdata for DW_AT_decl_file. Use 0 for DW_AT_decl_file.
3620 * gdb.trace/unavailable-dwarf-piece.exp: Same.
3621
385b97d3
TV
36222019-06-24 Tom de Vries <tdevries@suse.de>
3623
3624 * gdb.dwarf2/inlined_subroutine-inheritance.exp:
3625
c596f180
TV
36262019-06-21 Tom de Vries <tdevries@suse.de>
3627
3628 * gdb.base/index-cache.exp: Add additional_flags=-Wl,--build-id.
3629
b13a7d03
TV
36302019-06-21 Tom de Vries <tdevries@suse.de>
3631
3632 PR testsuite/24518
3633 PR ada/24713
3634 * gdb.ada/ptype_union.exp: Mark as unsupported if executable contains
3635 index.
3636
899277ae
TT
36372019-06-19 Tom Tromey <tromey@adacore.com>
3638
3639 * gdb.ada/length_cond.exp: Add intro comment.
3640
680e1bee
TT
36412019-06-19 Tom Tromey <tromey@adacore.com>
3642
3643 * gdb.ada/length_cond.exp: New file.
3644 * gdb.ada/length_cond/length_cond.adb: New file.
3645 * gdb.ada/length_cond/pck.adb: New file.
3646 * gdb.ada/length_cond/pck.ads: New file.
3647
0ed4690a
TV
36482019-06-18 Tom de Vries <tdevries@suse.de>
3649
3650 * boards/fission.exp (debug_flags): Add "-fuse-ld=gold".
3651
d20ed5fd
TT
36522019-06-18 Tom Tromey <tromey@adacore.com>
3653
3654 * gdb.base/list0.h: Add comment explaining control character.
3655
86e04673
TV
36562019-06-18 Tom de Vries <tdevries@suse.de>
3657
3658 * boards/fission.exp: Break up long debug_flags line.
3659
c4973306
SM
36602019-06-16 Tom de Vries <tdevries@suse.de>
3661
3662 PR gdb/24445
3663 * gdb.dwarf2/gdb-index.exp (add_gdb_index): Update dwz file with
3664 generated index.
3665
93cb9841
AB
36662019-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
3667
3668 PR gdb/24686
3669 * gdb.mi/mi-catch-cpp-exceptions.exp: Add an extra pattern to
3670 improve detection of bug gdb/24541.
3671
399aaebd
SM
36722019-06-16 Simon Marchi <simon.marchi@polymtl.ca>
3673
3674 PR gdb/24669
3675 * gdb.base/index-cache.exp (uses_readnow,
3676 expecting_index_cache_use): Define global variable.
3677 (test_cache_enabled_miss, test_cache_enabled_hit): Use
3678 expecting_index_cache_use.
3679
584a927c
AB
36802019-06-16 Bernhard Heckel <bernhard.heckel@intel.com>
3681 Andrew Burgess <andrew.burgess@embecosm.com>
3682
3683 * gdb.fortran/pointers.f90: New file.
3684 * gdb.fortran/print_type.exp: New file.
3685 * gdb.fortran/vla-ptype.exp: Adapt expected results.
3686 * gdb.fortran/vla-type.exp: Likewise.
3687 * gdb.fortran/vla-value.exp: Likewise.
3688 * gdb.mi/mi-vla-fortran.exp: Likewise.
3689
30056ea0
AB
36902019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
3691
3692 * gdb.mi/mi-catch-cpp-exceptions.cc: New file.
3693 * gdb.mi/mi-catch-cpp-exceptions.exp: New file.
3694 * lib/mi-support.exp (mi_expect_stop): Handle 'exception-caught'
3695 as a stop reason.
3696
ec8e2b6d
AB
36972019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
3698
3699 * gdb.base/annota1.exp: Update expected results.
3700 * gdb.cp/annota2.exp: Likewise.
3701 * gdb.cp/annota3.exp: Likewise.
3702
09e4c4e1
AB
37032019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
3704
3705 * gdb.base/style-logging.exp: Remove path from test name.
3706
0735b091
TT
37072019-06-14 Tom Tromey <tromey@adacore.com>
3708
3709 PR gdb/24502:
3710 * gdb.base/style-logging.exp: New file.
3711
f5686554
TT
37122019-06-14 Tom Tromey <tromey@adacore.com>
3713
3714 * gdb.base/symfile-warn.exp: New file.
3715 * gdb.base/symfile-warn.c: New file.
3716
a0c1ffed
TT
37172019-06-14 Tom Tromey <tromey@adacore.com>
3718
3719 * gdb.base/annotate-symlink.exp: New file.
3720
f411722c
TT
37212019-06-14 Tom Tromey <tromey@adacore.com>
3722
3723 * gdb.ada/set_wstr.exp: Add reassignment test.
3724
4268ec18
TT
37252019-06-14 Tom Tromey <tromey@adacore.com>
3726
3727 * gdb.ada/formatted_ref.exp (test_p_x_addr): Check
3728 'unchecked_access and 'unrestricted_access as well.
3729
9a9e394b
TT
37302019-06-14 Tom Tromey <tromey@adacore.com>
3731
3732 PR ada/24539:
3733 * gdb.ada/vla.exp: Update tests.
3734 * gdb.ada/vla/vla.adb (Record_Type): Use No_Component_Reordering
3735 pragma.
3736
4c048731
PA
37372019-06-13 Pedro Alves <palves@redhat.com>
3738
3739 * gdb.base/settings.exp (test-integer): Test junk after
3740 "unlimited".
3741
6665660a
PA
37422019-06-13 Pedro Alves <palves@redhat.com>
3743
3744 * gdb.base/options.exp (test-thread-apply): New.
3745 (top level): Call it.
3746
5d707134
PA
37472019-06-13 Pedro Alves <palves@redhat.com>
3748
3749 * gdb.base/options.exp (test-frame-apply): New.
3750 (top level): Test print commands with different "frame apply"
3751 prefixes.
3752
e2a689da
PA
37532019-06-13 Pedro Alves <palves@redhat.com>
3754
e79be6e5 3755 * lib/completion-support.exp (test_gdb_complete_tab_multiple)
e2a689da
PA
3756 (test_gdb_complete_cmd_multiple, test_gdb_complete_multiple): Add
3757 'max_completions' parameter and handle it.
3758 (test_gdb_completion_offers_commands): New.
3759
90a1ef87
PA
37602019-06-13 Pedro Alves <palves@redhat.com>
3761
3762 * gdb.base/options.exp (test-backtrace): Test completing qualifiers.
3763
d4c16835
PA
37642019-06-13 Pedro Alves <palves@redhat.com>
3765
3766 * gdb.base/options.exp (test-backtrace): New.
3767 (top level): Call it.
3768
2daf894e
PA
37692019-06-13 Pedro Alves <palves@redhat.com>
3770
3771 * gdb.guile/scm-frame-args.exp: Use "set print
3772 raw-frame-arguments" instead of "set print raw frame-arguments".
3773 * gdb.python/py-frame-args.exp: Likewise.
3774
e6ed716c
PA
37752019-06-13 Pedro Alves <palves@redhat.com>
3776
3777 * gdb.compile/compile.exp: Adjust expected output to option
3778 processing changes.
3779
7d8062de
PA
37802019-06-13 Pedro Alves <palves@redhat.com>
3781
3782 * gdb.base/options.exp: Build executable.
3783 (test-print): New procedure.
3784 (top level): Call it, once for "print" and another for "compile
3785 print".
3786
9d0faba9
PA
37872019-06-13 Pedro Alves <palves@redhat.com>
3788
3789 * gdb.base/options.c: New file.
3790 * gdb.base/options.exp: New file.
3791
dee7b4c8
PA
37922019-06-13 Pedro Alves <palves@redhat.com>
3793
3794 * gdb.base/settings.exp (test-boolean, test-auto-boolean): Check
3795 that "o" is ambiguous.
3796
dca0f6c0
PA
37972019-06-13 Pedro Alves <palves@redhat.com>
3798
3799 * gdb.base/settings.c: New file.
3800 * gdb.base/settings.exp: New file.
3801
ccf46844
PA
38022019-06-13 Pedro Alves <palves@redhat.com>
3803
3804 * gdb.base/completion.exp: Fix comment typo.
3805
b9a3f842
PA
38062019-06-13 Pedro Alves <palves@redhat.com>
3807
3808 * gdb.multi/tids.exp: Adjust expected output. Add "thread apply 1
3809 foo --1" test.
3810
d106773e
PA
38112019-06-11 Bernhard Heckel <bernhard.heckel@intel.com>
3812
3813 * gdb.fortran/block-data.f: New.
3814 * gdb.fortran/block-data.exp: New.
3815
fea82da0
TV
38162019-06-11 Tom de Vries <tdevries@suse.de>
3817
3818 PR testsuite/24521
3819 * gdb.multi/remove-inferiors.exp: Allow "Expanding full symbols"
3820 message.
3821
8c2e74f1
TV
38222019-06-11 Tom de Vries <tdevries@suse.de>
3823
3824 PR testsuite/24521
3825 * gdb.dwarf2/nonvar-access.exp: Fix main high_pc.
3826
b49851c8
TV
38272019-06-11 Tom de Vries <tdevries@suse.de>
3828
3829 * boards/readnow.exp: New file.
3830
a7067863
AB
38312019-06-10 Andrew Burgess <andrew.burgess@embecosm.com>
3832
3833 * gdb.fortran/vla-sizeof.exp: Update expected results.
3834
1a3da2cd
AB
38352019-06-06 Amos Bird <amosbird@gmail.com>
3836
3837 * gdb.base/annota1.exp (thread_switch): Add test for
3838 thread-exited annotation.
3839
3847a7bf
TT
38402019-06-06 Tom Tromey <tromey@adacore.com>
3841
3842 * gdb.base/maint.exp: Expect command started/finished output.
3843
0088ba59
AB
38442019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
3845
3846 * gdb.arch/riscv-unwind-long-insn-6.s: Remove use of 'I' in
3847 comment.
3848 * gdb.arch/riscv-unwind-long-insn-8.s: Likewise.
3849
312617a3
AB
38502019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
3851
3852 * gdb.arch/riscv-unwind-long-insn-6.s: New file.
3853 * gdb.arch/riscv-unwind-long-insn-8.s: New file.
3854 * gdb.arch/riscv-unwind-long-insn.c: New file.
3855 * gdb.arch/riscv-unwind-long-insn.exp: New file.
3856
e1f2e1a2
CB
38572019-06-04 Christian Biesinger <cbiesinger@google.com>
3858
d3238f7d 3859 * gdb.python/py-type.exp: Test for new gdb.Type.objfile property.
e1f2e1a2 3860
206584bd
PW
38612019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3862
3863 * lib/gdb.exp (help_list_trailer): New regexp variable
3864 factorizing the help trailer message.
3865 (test_class_help): Use help_list_trailer. Add LIST_OF_COMMANDS
3866 arg to allow to better factorize various tests.
3867 (test_user_defined_class_help): Factorizes testing 'help user-defined'.
3868 (test_prefix_command_help): Use help_list_trailer.
3869 * gdb.python/py-cmd.exp: Use test_user_defined_class_help.
3870 * gdb.guile/scm-cmd.exp: Likewise.
3871 * gdb.trace/tracecmd.exp: Update caller of test_class_help.
3872 * gdb.base/help.exp: Use test_user_defined_class_help.
3873 * gdb.base/style.exp: Add tests for styling of help and apropos.
3874 * lib/gdb-utils.exp (style): Add title and highlight styles.
3875
708dc93e
PW
38762019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3877
3878 * gdb.base/shell.exp: Test pipe command, $_shell_exitcode,
3879 $_shell_exitsignal.
3880 * gdb.base/default.exp: Update for new convenience variables.
3881
f49055a5
TT
38822019-05-29 Tom Tromey <tromey@adacore.com>
3883
3884 * gdb.ada/complete.exp (test_gdb_no_completion): Add "/" and "-"
3885 to "break complete ada" test case's regexp.
3886
4330d61d
TT
38872019-05-29 Tom Tromey <tromey@adacore.com>
3888
3889 PR c++/20020:
3890 * gdb.cp/constexpr-field.exp: New file.
3891 * gdb.cp/constexpr-field.cc: New file.
3892
000439d5
TT
38932019-05-29 Tom Tromey <tromey@adacore.com>
3894
3895 * gdb.base/finish.exp (finish_no_print): New proc.
3896 (finish_tests): Call it.
3897
5a01c34c
TV
38982019-05-24 Tom de Vries <tdevries@suse.de>
3899
3900 * gdb.dwarf2/gdb-add-index.exp: New file.
3901
18125b16
TT
39022019-05-22 Tom Tromey <tromey@adacore.com>
3903
3904 * gdb.base/info-shared.exp (check_info_shared): Use "style".
3905 * gdb.base/style.exp: Use "style".
3906 * lib/gdb-utils.exp (style): New proc.
3907
af1a8d03
TV
39082019-05-22 Tom de Vries <tdevries@suse.de>
3909
3910 * gdb.base/align.exp: Require c++11.
3911
e7fe496b
TV
39122019-05-22 Tom de Vries <tdevries@suse.de>
3913
3914 PR testsuite/24586
3915 * gdb.python/py-mi-var-info-path-expression.exp: Call
3916 mi_skip_python_tests to check if python is supported.
3917
8fca4da0
AH
39182019-05-22 Alan Hayward <alan.hayward@arm.com>
3919
3920 * gdb.arch/aarch64-pauth.c: New test.
3921 * gdb.arch/aarch64-pauth.exp: New file.
3922
b7060614
AH
39232019-05-22 Alan Hayward <alan.hayward@arm.com>
3924
3925 * README (Re-running Tests Outside The Testsuite): New section.
3926
669d0468
TV
39272019-05-21 Tom de Vries <tdevries@suse.de>
3928
3929 * gdb.arch/amd64-eval.exp: Require c++11.
3930 * gdb.base/max-depth.exp: Same.
3931 * gdb.compile/compile-cplus-array-decay.exp: Same.
3932 * gdb.cp/meth-typedefs.exp: Same.
3933 * gdb.cp/subtypes.exp: Same.
3934 * gdb.cp/temargs.exp: Same.
3935
ce3ebcaa
AH
39362019-05-21 Alan Hayward <alan.hayward@arm.com>
3937
3938 * lib/gdbserver-support.exp (gdbserver_run): Mark kill as optional.
3939
34d11c68
AB
39402019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
3941
3942 PR gdb/18644
3943 * gdb.fortran/complex.exp: Remove setup_kfail calls.
3944 * gdb.fortran/printing-types.exp: Add new test.
3945 * gdb.fortran/printing-types.f90: Add 16-byte real variable for
3946 testing.
3947 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Remove
3948 setup_kfail call.
3949
87781e84
AH
39502019-05-17 Alan Hayward <alan.hayward@arm.com>
3951
3952 * README (Running the Testsuite): Change example.
3953 (Testsuite Parameters): Remove TRANSCRIPT.
3954 * lib/gdb.exp: Remove TRANSCRIPT check.
3955
b420b89e
AH
39562019-05-17 Alan Hayward <alan.hayward@arm.com>
3957
3958 * README (Testsuite Parameters): Add replay logging to
3959 GDBSERVER_DEBUG.
3960 (gdbserver,debug): Refer to GDBSERVER_DEBUG.
3961 * lib/gdbserver-support.exp (gdbserver_start): Treat gdbserverdebug
3962 as a comma separated list.
3963 (gdb_debug_init): Override procedure.
3964
408e9b8b
AH
39652019-05-17 Alan Hayward <alan.hayward@arm.com>
3966
3967 * lib/gdb.exp (default_gdb_spawn): Call gdb_write_cmd_file.
3968 (gdb_write_cmd_file): New procedure.
3969 * lib/gdbserver-support.exp (gdbserver_start): Call
3970 gdbserver_write_cmd_file.
3971 (gdbserver_write_cmd_file): New procedure.
3972
f9e2e39d
AH
39732019-05-17 Alan Hayward <alan.hayward@arm.com>
3974
3975 * lib/gdb.exp (gdb_unload): Mark Y as an answer.
3976 (delete_breakpoints): Likewise.
3977 (gdb_run_cmd): Likewise.
3978 (gdb_start_cmd): Likewise.
3979 (gdb_starti_cmd): Likewise.
3980 (gdb_internal_error_resync): Likewise.
3981 (gdb_test_multiple): Likewise.
3982 (gdb_reinitialize_dir): Likewise.
3983 (default_gdb_exit): Likewise.
3984 (gdb_file_cmd): Mark kill as optional.
3985 (default_gdb_start): Call gdb_stdin_log_init.
3986 (send_gdb): Call gdb_stdin_log_write.
3987 (rerun_to_main): Mark Y as an answer.
3988 (gdb_stdin_log_init): New function.
3989 (gdb_stdin_log_write): Likewise.
3990
81f47ac2
AH
39912019-05-17 Alan Hayward <alan.hayward@arm.com>
3992
3993 * gdb.base/breakpoint-in-ro-region.exp: Disable when debugging.
3994 * gdb.base/debug-expr.exp: Likewise.
3995 * gdb.base/foll-fork.exp: Likewise.
3996 * gdb.base/foll-vfork.exp: Likewise.
3997 * gdb.base/fork-print-inferior-events.exp: Likewise.
3998 * gdb.base/gdb-sigterm.exp: Likewise.
3999 * gdb.base/gdbinit-history.exp: Likewise.
4000 * gdb.base/osabi.exp: Likewise.
4001 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
4002 * gdb.base/ui-redirect.exp: Likewise.
4003 * gdb.gdb/unittest.exp: Likewise.
4004 * gdb.mi/mi-break.exp: Disable separate-mi-tty when debugging.
4005 * gdb.mi/mi-watch.exp: Likewise.
4006 * gdb.mi/new-ui-mi-sync.exp: Likewise.
4007 * gdb.mi/user-selected-context-sync.exp: Likewise.
4008 * gdb.python/python.exp: Disable debug test when debugging.
4009 * gdb.threads/check-libthread-db.exp: Disable when debugging.
4010 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
4011 Likewise.
4012 * gdb.threads/stepi-random-signal.exp: Likewise.
4013
29b52314
AH
40142019-05-17 Alan Hayward <alan.hayward@arm.com>
4015
4016 * Makefile.in: Pass through GDB_DEBUG.
4017 * README (Testsuite Parameters): Add GDB_DEBUG.
81f47ac2
AH
4018 (gdb,debug): Add board setting.
4019 * lib/gdb.exp (default_gdb_start): Start debugging.
4020 (gdb_debug_enabled): New procedure.
4021 (gdb_debug_init): Likewise.
29b52314
AH
4022
40232019-05-17 Alan Hayward <alan.hayward@arm.com>
e79be6e5 4024
29b52314
AH
4025 * Makefile.in: Pass through GDB_DEBUG.
4026 * README (Testsuite Parameters): Add GDB_DEBUG.
81f47ac2
AH
4027 (gdb,debug): Add board setting.
4028 * lib/gdb.exp (default_gdb_start): Start debugging.
4029 (gdb_debug_enabled): New procedure.
4030 (gdb_debug_init): Likewise.
29b52314 4031
ca1285d1
AH
40322019-05-17 Alan Hayward <alan.hayward@arm.com>
4033
4034 * gdb.base/ui-redirect.exp: Add debug redirect tests.
4035
f3a09c80
AH
40362019-05-17 Alan Hayward <alan.hayward@arm.com>
4037
4038 * gdb.base/ui-redirect.exp: Test redirection.
4039
26648588
JV
40402019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
4041
4042 * gdb.mi/mi-complete.exp: New file.
4043 * gdb.mi/mi-complete.cc: Likewise.
4044
14237686
AB
40452019-05-15 Bernhard Heckel <bernhard.heckel@intel.com>
4046
4047 * gdb.fortran/vla-sizeof.exp: Add tests of sizeof applied to
4048 indexed and sliced arrays, and pointers to arrays.
4049
e7bd7fba
TT
40502019-05-14 Tom Tromey <tromey@adacore.com>
4051
4052 * gdb.base/info-shared.exp (check_info_shared): Add "info shared"
4053 styling test.
4054
2764128d
TV
40552019-05-14 Tom de Vries <tdevries@suse.de>
4056
4057 * gdb.dwarf2/dw2-skip-prologue.S (.debug_loc): Fix base address
4058 selection entry encoding.
4059
71bed2db
TT
40602019-05-10 Tom Tromey <tromey@adacore.com>
4061
4062 * gdb.ada/info_exc.exp: Add "complete" test.
4063
63b667ad
TV
40642019-05-09 Tom de Vries <tdevries@suse.de>
4065
4066 * gdb.arch/amd64-tailcall-self.S: Make DW_FORM_ref4 references
4067 CU-relative.
4068
9cfd2b89
TV
40692019-05-09 Tom de Vries <tdevries@suse.de>
4070
4071 * gdb.arch/amd64-entry-value-paramref.S: Make DW_FORM_ref4 references
4072 CU-relative.
4073
2228ef77
XR
40742019-05-08 Joel Brobecker <brobecker@adacore.com>
4075
4076 * gdb.ada/frame_arg_lang.exp: New testcase.
4077 * gdb.ada/frame_arg_lang/bla.adb: New file.
4078 * gdb.ada/frame_arg_lang/pck.ads: New file.
4079 * gdb.ada/frame_arg_lang/pck.adb: New file.
4080 * gdb.ada/frame_arg_lang/foo.c: New file.
4081
80e55b13
TT
40822019-05-08 Tom Tromey <tromey@adacore.com>
4083
4084 * gdb.python/py-value.exp (test_value_in_inferior): Add Ada test.
4085
9d3421af
TT
40862019-05-08 Tom Tromey <tromey@adacore.com>
4087
4088 * gdb.base/ptype-offsets.exp: Update tests.
4089
844333e2
TT
40902019-05-08 Tom Tromey <tromey@adacore.com>
4091
4092 * gdb.base/ptype-offsets.exp: Use string_to_regexp. Fix test
4093 cases.
4094 * gdb.base/ptype-offsets.cc (struct abc) <my_int_type>: Now
4095 "short".
4096
988915ee
TT
40972019-05-08 Tom Tromey <tromey@adacore.com>
4098
4099 * gdb.ada/vla.exp: New file.
4100 * gdb.ada/vla/vla.adb: New file.
4101
7bd55dac
TV
41022019-05-07 Tom de Vries <tdevries@suse.de>
4103
4104 * gdb.base/index-cache.exp (ls_host): Fix return statement.
4105
75f06e9d
TV
41062019-05-07 Tom de Vries <tdevries@suse.de>
4107
4108 PR testsuite/24522
4109 * gdb.dlang/watch-loc.c: Fix debug_info_offset in .debug_aranges
4110 section.
4111
77e7aaa4
TV
41122019-05-07 Tom de Vries <tdevries@suse.de>
4113
4114 PR testsuite/24522
4115 * gdb.dwarf2/dw2-case-insensitive-debug.S: Fix debug_info_offset in
4116 .debug_aranges section.
4117
456ba0fa
TV
41182019-05-07 Tom de Vries <tdevries@suse.de>
4119
4120 PR testsuite/24159
4121 * lib/dwarf.exp: Fix handling of DW_FORM_ref_addr.
4122
5a56d6a6
TV
41232019-05-06 Tom de Vries <tdevries@suse.de>
4124
4125 * lib/gdb.exp (exec_has_index_section): New proc.
4126 * gdb.base/index-cache.exp: Handle case that binfile contains an index
4127 section.
4128
9d6d4be8
TV
41292019-05-04 Tom de Vries <tdevries@suse.de>
4130
4131 * boards/cc-with-debug-names.exp: New file.
4132
222a8d25
TT
41332019-05-03 Tom Tromey <tromey@adacore.com>
4134
4135 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): New type.
4136 * gdb.ada/char_enum/foo.adb: Use Global_Enum_Type.
4137 * gdb.ada/char_enum.exp: Add test.
4138
0fdfd794
TV
41392019-05-03 Tom de Vries <tdevries@suse.de>
4140
4141 * boards/cc-with-gdb-index.exp: New file.
4142
80062eb9
AB
41432019-05-02 Andrew Burgess <andrew.burgess@embecosm.com>
4144
4145 * gdb.rust/simple.exp: Add new test case.
4146 * gdb.rust/simple.rs (struct StringAtOffset): New struct.
4147 (main): Initialise an instance of the new struct.
4148
4504bbde
TT
41492019-05-01 Tom Tromey <tromey@adacore.com>
4150
4151 * gdb.ada/packed_array_assign/aggregates.ads (Nested_Packed): New
4152 record.
4153 (NPR): New variable.
4154 * gdb.ada/packed_array_assign.exp: Add nested packed assignment
4155 test.
4156
d48e62f4
TT
41572019-05-01 Tom Tromey <tromey@adacore.com>
4158
4159 * gdb.ada/packed_array_assign.exp: Add packed assignment
4160 regression test.
4161
f59f30f5
TV
41622019-05-01 Tom de Vries <tdevries@suse.de>
4163
4164 * boards/cc-with-tweaks.exp: Generate gdb.sh, and pass it in env(GDB).
4165
b70bfc54
TV
41662019-05-01 Tom de Vries <tdevries@suse.de>
4167
4168 * boards/dwarf4-gdb-index.exp: Use cc-with-tweaks.exp.
4169
15f18d14
AT
41702019-04-30 Ali Tamur <tamur@google.com>
4171
4172 * lib/dwarf.exp(): Added DW_FORM_strx1-4.
4173
2ff0a947
TT
41742019-04-30 Tom Tromey <tromey@adacore.com>
4175
4176 * lib/ada.exp (find_ada_tool): New proc.
4177 * lib/gdb.exp (gdb_compile_shlib): Allow .o files as inputs.
4178 * gdb.ada/catch_ex_std.exp: New file.
4179 * gdb.ada/catch_ex_std/foo.adb: New file.
4180 * gdb.ada/catch_ex_std/some_package.adb: New file.
4181 * gdb.ada/catch_ex_std/some_package.ads: New file.
4182
a776957c
TT
41832019-04-30 Tom Tromey <tromey@adacore.com>
4184
4185 PR c++/24470:
4186 * gdb.cp/temargs.cc: Add test code from PR.
4187
bc68014d
AB
41882019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4189
4190 * gdb.fortran/vla-datatypes.exp: Update expected results.
4191 * gdb.fortran/vla-ptype.exp: Likewise.
4192 * gdb.fortran/vla-type.exp: Likewise.
4193 * gdb.fortran/vla-value.exp: Likewise.
4194
f1fdc960
AB
41952019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4196
4197 * gdb.fortran/ptr-indentation.exp: Update expected results.
4198 * gdb.fortran/ptype-on-functions.exp: Likewise.
4199 * gdb.fortran/vla-ptr-info.exp: Likewise.
4200 * gdb.fortran/vla-value.exp: Likewise.
4201
bf7a4de1
AB
42022019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4203
4204 * gdb.fortran/ptype-on-functions.exp: New file.
4205 * gdb.fortran/ptype-on-functions.f90: New file.
4206
bbe75b9d
AB
42072019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4208
4209 * gdb.fortran/exprs.exp (test_convenience_variables): Expect lower
4210 case void string.
4211
1db455a7
AB
42122019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4213
4214 * gdb.fortran/complex.exp: Expand.
4215 * gdb.fortran/complex.f: Renamed to...
4216 * gdb.fortran/complex.f90: ...this, and extended to add more
4217 complex values.
4218
b6d03bb2
AB
42192019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4220
4221 * gdb.fortran/intrinsics.exp: Extend to cover MOD, CEILING, FLOOR,
4222 MODULO, CMPLX.
4223
2e62ab40
AB
42242019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
4225 Richard Bunt <richard.bunt@arm.com>
4226
4227 * gdb.base/max-depth.c: New file.
4228 * gdb.base/max-depth.exp: New file.
4229 * gdb.python/py-nested-maps.c: New file.
4230 * gdb.python/py-nested-maps.exp: New file.
4231 * gdb.python/py-nested-maps.py: New file.
4232 * gdb.python/py-format-string.exp (test_max_depth): New proc.
4233 (test_all_common): Call test_max_depth.
4234 * gdb.fortran/max-depth.exp: New file.
4235 * gdb.fortran/max-depth.f90: New file.
4236 * gdb.go/max-depth.exp: New file.
4237 * gdb.go/max-depth.go: New file.
4238 * gdb.modula2/max-depth.exp: New file.
4239 * gdb.modula2/max-depth.c: New file.
4240 * lib/gdb.exp (get_print_expr_at_depths): New proc.
4241
d2b584a5
TV
42422019-04-29 Tom de Vries <tdevries@suse.de>
4243
4244 * lib/opencl.exp (skip_opencl_tests): Add missing "with" in regexp.
4245
136afab8
PW
42462019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4247
4248 * gdb.base/callexit.exp: Test may-call-functions off.
4249
725cbb63
KS
42502019-04-25 Keith Seitz <keiths@redhat.com>
4251
4252 PR c++/24367
4253 * gdb.cp/meth-typedefs.cc (incomplete_struct)
4254 (another_incomplete_struct, test_incomplete): New definitions.
4255 (main): Use new definitions.
4256 * gdb.cp/meth-typedefs.exp: Add new tests for `test_incomplete'
4257 functions.
4258
701adfb0
PA
42592019-04-25 Ali Tamur <tamur@google.com>
4260
4261 * lib/dwarf.exp (_handle_DW_FORM): Add DW_FORM_strx.
4262
82433e3e
SDJ
42632019-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
4264
4265 PR corefiles/11608
4266 PR corefiles/18187
4267 * gdb.base/coredump-filter-build-id.exp: New file.
4268
dd06d4d6
AH
42692019-04-25 Alan Hayward <alan.hayward@arm.com>
4270
e79be6e5
SM
4271 * Makefile.in: Pass through GDBSERVER_DEBUG.
4272 * README (Testsuite Parameters): Add GDBSERVER_DEBUG.
4273 (gdbserver,debug): Add board setting.
4274 * gdb.trace/tspeed.exp: Skip when debugging.
4275 * lib/gdb.exp (gdbserver_debug_enabled): New procedure.
4276 * lib/gdbserver-support.exp: Likewise
dd06d4d6 4277
1670072e
TT
42782019-04-24 Tom Tromey <tromey@adacore.com>
4279
4280 * lib/gdb.exp (gdb_compile): Don't add -fno-stack-protector for
4281 Rust.
4282
a59240a4
TT
42832019-04-24 Tom Tromey <tromey@adacore.com>
4284
4285 * gdb.arch/amd64-eval.exp: Test bitfield return.
4286 * gdb.arch/amd64-eval.cc (struct Bitfields): New.
4287 (class Foo) <return_bitfields>: New method.
4288 (main): Call it.
4289
b907456c
AB
42902019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
4291
4292 * gdb.cp/many-args.cc: New file.
4293 * gdb.cp/many-args.exp: New file.
4294
5c565afd
TV
42952019-04-23 Tom de Vries <tdevries@suse.de>
4296
4297 PR gdb/24433
4298 * gdb.btrace/reconnect.exp: Fix stepi 19 pattern.
4299
ba22ff86
AH
43002019-04-23 Alan Hayward <alan.hayward@arm.com>
4301
4302 * gdb.trace/backtrace.exp: Use nopie flag.
4303 * gdb.trace/circ.exp: Likewise.
4304 * gdb.trace/collection.exp: Likewise.
4305 * gdb.trace/ftrace.exp: Likewise.
4306 * gdb.trace/mi-trace-unavailable.exp: Likewise.
4307 * gdb.trace/mi-traceframe-changed.exp: Likewise.
4308 * gdb.trace/qtro.exp: Likewise.
4309 * gdb.trace/read-memory.exp: Likewise.
4310 * gdb.trace/report.exp: Likewise.
4311 * gdb.trace/tfile.exp: Likewise.
4312 * gdb.trace/tfind.exp: Likewise.
4313 * gdb.trace/unavailable.exp: Likewise.
4314
7905fc35
PA
43152019-04-22 Pedro Alves <palves@redhat.com>
4316
4317 * gdb.base/solib-probes-nosharedlibrary.c,
4318 gdb.base/solib-probes-nosharedlibrary.exp: New files.
4319
8ecb59f8
TT
43202019-04-19 Tom Tromey <tromey@adacore.com>
4321
4322 * gdb.ada/ptype_union.c: New file.
4323 * gdb.ada/ptype_union.exp: New file.
4324
62160ec9
TT
43252019-04-19 Tom Tromey <tromey@adacore.com>
4326
4327 PR symtab/24423:
4328 * gdb.base/list0.h (foo): Add a control-l character.
4329
36cd4ba5
TV
43302019-04-18 Tom de Vries <tdevries@suse.de>
4331
4332 PR gdb/24433
4333 * boards/local-board.exp: Set sysroot to "".
4334
b73715df
TV
43352019-04-18 Tom de Vries <tdevries@suse.de>
4336 Pedro Alves <palves@redhat.com>
4337
4338 PR gdb/24454
4339 * gdb.threads/vfork-follow-child-exec.c: New file.
4340 * gdb.threads/vfork-follow-child-exec.exp: New file.
4341 * gdb.threads/vfork-follow-child-exit.c: New file.
4342 * gdb.threads/vfork-follow-child-exit.exp: New file.
4343
4aa866af
LS
43442019-04-15 Leszek Swirski <leszeks@google.com>
4345
4346 * gdb.arch/amd64-eval.cc: New file.
4347 * gdb.arch/amd64-eval.exp: New file.
4348
e5a1a79a
AH
43492019-04-11 Alan Hayward <alan.hayward@arm.com>
4350
4351 * gdb.server/sysroot.c: New test.
4352 * gdb.server/sysroot.exp: New file.
4353 * lib/gdbserver-support.exp (gdb_target_cmd): Add additional text
4354 matching param.
4355
41077b66
AB
43562019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
4357
4358 * gdb.base/align.exp: Extend test to cover structures containing
4359 only static fields.
4360
c30391f8
TV
43612019-04-11 Tom de Vries <tdevries@suse.de>
4362
4363 * boards/cc-with-dwz-m.exp: New file.
4364 * boards/cc-with-dwz.exp: New file.
4365 * boards/cc-with-tweaks.exp: Note that check-gdb doesn't work.
4366
e242fd12
SM
43672019-04-09 Simon Marchi <simon.marchi@efficios.com>
4368
4369 * gdb.base/start-cpp.exp: New file.
4370 * gdb.base/start-cpp.cc: New file.
4371
2b0c8b01
KB
43722019-04-08 Kevin Buettner <kevinb@redhat.com>
4373
4374 * gdb.python/py-thrhandle.exp: Adjust tests to call
4375 thread_from_handle instead of thread_from_thread_handle.
4376
947210e5
KB
43772019-04-08 Kevin Buettner <kevinb@redhat.com>
4378
4379 * gdb.python/py-thrhandle.exp: Add tests for
4380 gdb.InferiorThread.handle.
4381
d7df6549
AB
43822019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
4383
4384 * gdb.python/py-function.exp: Check calling helper function from
4385 all languages.
4386 * lib/gdb.exp (gdb_supported_languages): New proc.
4387
8bdc1658
AB
43882019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
4389
4390 * gdb.base/complex-parts.c: New file.
4391 * gdb.base/complex-parts.exp: New file.
4392
05caa1d2
TT
43932019-04-01 Tom Tromey <tromey@adacore.com>
4394
4395 PR symtab/23331:
4396 * gdb.dwarf2/dw2-ranges-main.c: New file.
4397 * gdb.dwarf2/dw2-ranges-psym.c: New file.
4398 * gdb.dwarf2/dw2-ranges-psym.exp: New file.
4399
7734102d
EZ
44002019-03-30 Simon Marchi <simark@simark.ca>
4401
4402 * gdb.base/default.exp: Add values for $_gdb_major and
4403 $_gdb_minor.
4404
188e1fa9
TT
44052019-03-29 Tom Tromey <tromey@adacore.com>
4406
4407 * gdb.base/help.exp: Tighten apropos regexp.
4408
2880242d
KS
44092019-03-29 Keith Seitz <keiths@redhat.com>
4410
4411 * gdb.fortran/array-bounds.exp: New file.
4412 * gdb.fortran/array-bounds.f90: New file.
4413
077cad8e
PW
44142019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4415
4416 * gdb.multi/multi-term-settings.c (main): Increase alarm timer.
4417
80047cfc
PW
44182019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4419
4420 * gdb.multi/hello.c (main): Increase alarm timer.
4421
f489207e
SL
44222019-03-28 Sandra Loosemore <sandra@codesourcery.com>
4423
4424 * gdb.threads/watchpoint-fork.exp (test): Use large timeout
4425 factor when no hardware watchpoint support.
4426
c92df149
AH
44272019-03-28 Alan Hayward <alan.hayward@arm.com>
4428 Pedro Alves <palves@redhat.com>
4429
4430 * boards/local-board.exp: set sysroot to /.
4431
933aebfa
AH
44322019-03-27 Alan Hayward <alan.hayward@arm.com>
4433
4434 * gdb.base/interrupt-daemon-attach.c (main): Add alarm and sleep
4435 in child.
4436
9f9aa852
AB
44372019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
4438
4439 * gdb.python/py-prettyprint.c (struct container) <is_map_p>: New
4440 field.
4441 (make_container): Initialise new field.
4442 * gdb.python/py-prettyprint.exp: Add new tests.
4443 * gdb.python/py-prettyprint.py (class ContainerPrinter)
4444 <display_hint>: New method.
4445
3714a195
AB
44462019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
4447
4448 * gdb.python/py-prettyprint.exp: Use gdb_breakpoint and
4449 gdb_continue_to_breakpoint more throughout this test.
4450 (run_lang_tests) Supply unique test names, and use
4451 gdb_test_no_output.
4452
18c77628
AB
44532019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
4454
4455 * gdb.base/finish-pretty.exp: Update expected results.
4456 * gdb.base/pretty-print.c: New file.
4457 * gdb.base/pretty-print.exp: New file.
4458
9a93502f
PA
44592019-03-25 Pedro Alves <palves@redhat.com>
4460
4461 * lib/gdb.exp (gdb_test_multiple): Split appends to $code and
4462 move comments outside list. Append '-i "" eof' section.
4463
968aa7ae
AH
44642019-03-22 Alan Hayward <alan.hayward@arm.com>
4465
34a7f2a4 4466 PR testsuite/25016
968aa7ae
AH
4467 * README: Add pie options.
4468 * gdb.base/break-interp.exp: Ensure pie is disabled.
4469 * gdb.base/dump.exp: Likewise.
4470 * lib/gdb.exp (gdb_compile): Add pie option.
4471
4c7d57e7
TT
44722019-03-19 Tom Tromey <tromey@adacore.com>
4473
4474 * gdb.mi/mi2-cli-display.c: New file.
4475 * gdb.mi/mi2-cli-display.exp: New file.
4476
bff8c71f
TT
44772019-03-18 Joel Brobecker <brobecker@adacore.com>
4478 Tom Tromey <tromey@adacore.com>
4479
4480 * gdb.ada/ptype_array/pck.adb: New file.
4481 * gdb.ada/ptype_array/pck.ads: New file.
4482 * gdb.ada/ptype_array/foo.adb: New file.
4483 * gdb.ada/ptype_array.exp: New file.
4484
d085f989
TT
44852019-03-14 Tom Tromey <tromey@adacore.com>
4486
4487 * gdb.base/style.exp: Add "set style sources" test.
4488
b4be1b06
SM
44892019-03-13 Simon Marchi <simon.marchi@ericsson.com>
4490
4491 * mi-breakpoint-location-ena-dis.exp: Rename to ...
4492 * mi-breakpoint-multiple-locations.exp: ... this.
4493 (make_breakpoints_pattern): New proc.
4494 (do_test): Add mi_version parameter, test -break-insert,
4495 -break-info and =breakpoint-created.
4496
7cde5fc2
AB
44972019-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
4498
4499 * config/default.exp: Remove 'load_lib gdb.exp'.
4500 * config/monitor.exp: Likewise.
4501 * config/sid.exp: Likewise.
4502 * config/sim.exp: Likewise.
4503 * config/slite.exp: Likewise.
4504 * config/unix.exp: Likewise.
4505 * gdb.base/default.exp: Remove unhelpful comment.
4506
efbecbc1
AB
45072019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4508
4509 * gdb.fortran/type-kinds.exp: Extend to cover TYPE*SIZE cases.
4510
0841c79a
AB
45112019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4512
4513 * gdb.fortran/intrinsics.exp: Extend to cover ABS.
4514
4a270568
AB
45152019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4516
4517 * gdb.fortran/type-kinds.exp: Update expected results.
4518
067630bd
AB
45192019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4520
4521 * gdb.fortran/type-kinds.exp: Test new integer type kind.
4522
3be47f7a
AB
45232019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4524
4525 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): New
4526 function.
4527 (test_basic_parsing_of_type_kinds): Expand types tested.
4528 (test_parsing_invalid_type_kinds): New function.
4529
4d00f5d8
AB
45302019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4531
4532 * gdb.fortran/intrinsics.exp: New file.
4533 * gdb.fortran/intrinsics.f90: New file.
4534 * gdb.fortran/type-kinds.exp: New file.
4535
c8f91604
AB
45362019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4537
4538 * gdb.fortran/dot-ops.exp: New file.
4539
dd9f2c76
AB
45402019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4541
4542 * gdb.fortran/types.exp (test_logical_literal_types_accepted):
4543 Check upper and lower case logical literals.
4544
84ec9724
AB
45452019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4546
4547 * gdb.fortran/types.exp (test_float_literal_types_accepted):
4548 Remove duplicate tests.
4549
c3734e09
AH
45502019-03-06 Alan Hayward <alan.hayward@arm.com>
4551
4552 * lib/gdb.exp (builtin_cd): rename of cd.
4553 (cd): Override builtin.
4554
aa3cfbda
RB
45552019-03-06 Richard Bunt <richard.bunt@arm.com>
4556
4557 * gdb.fortran/function-calls.exp: New file.
4558 * gdb.fortran/function-calls.f90: New test.
4559
7b63ad86
RB
45602019-03-04 Richard Bunt <richard.bunt@arm.com>
4561
4562 * gdb.fortran/short-circuit-argument-list.exp: Remove reliance
4563 on user program standard output.
4564 * gdb.fortran/short-circuit-argument-list.f90: Record function
4565 calls.
4566
01abb042
AH
45672019-02-28 Alan Hayward <alan.hayward@arm.com>
4568
c3734e09
AH
4569 * lib/gdbserver-support.exp (gdbserver_start): Check for listen
4570 failure.
01abb042 4571
92137da0
RO
45722019-02-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4573
4574 PR gdb/8527
4575 * gdb.base/interrupt-daemon-attach.c,
4576 gdb.base/interrupt-daemon-attach.exp: New test.
4577
5862844d
PA
45782019-02-27 Pedro Alves <palves@redhat.com>
4579
4580 * gdb.base/page.exp: Add tests for "set width/height -1".
4581
8ed25214
PA
45822019-02-27 Pedro Alves <palves@redhat.com>
4583
4584 * gdb.base/page.exp: Add tests for "set/show width/height" with
4585 "infinite" values.
4586
6c28e44a
TT
45872019-02-27 Tom Tromey <tromey@adacore.com>
4588
4589 * lib/gdb.exp (skip_python_tests_prompt): Don't check for Python
4590 2.4.
4591 * gdb.python/py-finish-breakpoint.exp: Remove Python 2.4
4592 workaround.
4593
bf9a735e
AB
45942019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
4595
4596 * gdb.base/align.exp: Extend to compile in both C and C++, and add
4597 tests for structs with static members.
4598
8791793c
TT
45992019-02-26 Tom Tromey <tromey@adacore.com>
4600
4601 * gdb.python/py-value.exp (test_value_from_buffer): Check for
4602 ValueError, not TypeError.
4603
bc2a507e
KB
46042019-02-26 Kevin Buettner <kevinb@redhat.com>
4605
4606 * gdb.python/py-value.exp (test_value_from_buffer): New proc with
4607 call from main program.
4608
e0e7d3bd
JB
46092019-02-23 Joel Brobecker <brobecker@adacore.com>
4610
4611 * gdb.ada/mi_ref_changeable.exp: Update copyright year range.
4612 * gdb.ada/mi_ref_changeable/foo_rb20_056.adb: Likewise.
4613 * gdb.ada/mi_ref_changeable/pck.adb: Likewise.
4614 * gdb.ada/mi_ref_changeable/pck.ads: Likewise.
4615 * gdb.dwarf2/inlined_subroutine-inheritance.exp: Likewise.
4616
9600246d
KS
46172019-02-22 Keith Seitz <keiths@redhat.com>
4618
4619 PR symtab/23853
4620 * gdb.base/symlink-sourcefile.c: New file.
4621 * gdb.base/symlink-sourcefile.exp: New file.
4622
0c95f9ed
TT
46232019-02-20 Tom Tromey <tom@tromey.com>
4624
4625 * gdb.base/info_qt.exp: Update.
4626
6caa91b6
SM
46272019-02-19 Simon Marchi <simon.marchi@polymtl.ca>
4628
4629 * gdb.base/source.exp: Move "error in sourced script" code to
4630 the end.
4631 * gdb.base/source-error.gdb: Move contents to
4632 source-error-1.gdb. Add new code to source source-error-1.gdb.
4633 * gdb.base/source-error-1.gdb: New file, from previous
4634 source-error.gdb.
4635
6506371f
TT
46362019-02-17 Tom Tromey <tom@tromey.com>
4637
4638 * gdb.base/style.exp: Use -g3 to compile when possible. Add test
4639 for macro styling.
4640 * gdb.base/style.c (SOME_MACRO): New macro.
4641
a0087920
TT
46422019-02-17 Tom Tromey <tom@tromey.com>
4643
4644 * gdb.base/style.exp: Add line-wrapping tests.
4645 * gdb.base/page.exp: Add test for quitting during pagination.
4646
a2cd4f14
JB
46472019-02-17 Joel Brobecker <brobecker@adacore.com>
4648
4649 * gdb.ada/big_packed_array: New testcase.
4650 * gdb.ada/homonym.exp: Fix incorrect expected output for
4651 "break <homonym__get_value>" test.
4652
9d70ffbc
WP
46532019-02-13 Weimin Pan <weimin.pan@oracle.com>
4654
4655 PR breakpoints/21870
4656 * gdb.arch/aarch64-dbreg-contents.exp: Use runto_main + continue
4657 and prepare_for_testing. Add comment.
4658 * gdb.arch/aarch64-dbreg-contents.c: Remove SET_WATCHPOINT and
4659 redundant cleanup call. Clean up comment.
4660
01c7ae81
WP
46612019-02-12 Weimin Pan <weimin.pan@oracle.com>
4662
4663 PR breakpoints/21870
4664 * gdb.arch/aarch64-dbreg-contents.exp: New file.
4665 * gdb.arch/aarch64-dbreg-contents.c: New file.
4666
aff29d1c
JB
46672019-02-10 Joel Brobecker <brobecker@adacore.com>
4668
4669 * gdb.ada/mi_ref_changeable: New testcase.
4670
df0da8a2
AH
46712019-02-07 Alan Hayward <alan.hayward@arm.com>
4672
4673 * gdb.base/attach.exp: Add double attach test.
4674
bd447abb
SM
46752019-02-07 Simon Marchi <simon.marchi@polymtl.ca>
4676
4677 * lib/gdb.exp (default_gdb_start): Don't match pagination
4678 prompt.
4679 (gdb_init): Set stty_init.
4680
1dbc40b9
TT
46812019-01-27 Tom Tromey <tom@tromey.com>
4682
4683 * gdb.python/py-finish-breakpoint.exp: Remove duplicate call to
4684 skip_python_tests.
4685
353229bf
AH
46862019-01-24 Alan Hayward <alan.hayward@arm.com>
4687
4688 * gdb.base/infcall-nested-structs.c (struct struct_static_02_01):
4689 New structure.
4690 (struct struct_static_02_02): Likewise.
4691 (struct struct_static_02_03): Likewise.
4692 (struct struct_static_02_04): Likewise.
4693 (struct struct_static_04_01): Likewise.
4694 (struct struct_static_04_02): Likewise.
4695 (struct struct_static_04_03): Likewise.
4696 (struct struct_static_04_04): Likewise.
4697 (struct struct_static_06_01): Likewise.
4698 (struct struct_static_06_02): Likewise.
4699 (struct struct_static_06_03): Likewise.
4700 (struct struct_static_06_04): Likewise.
4701 (cmp_struct_static_02_01): Likewise.
4702 (cmp_struct_static_02_02): Likewise.
4703 (cmp_struct_static_02_03): Likewise.
4704 (cmp_struct_static_02_04): Likewise.
4705 (cmp_struct_static_04_01): Likewise.
4706 (cmp_struct_static_04_02): Likewise.
4707 (cmp_struct_static_04_03): Likewise.
4708 (cmp_struct_static_04_04): Likewise.
4709 (cmp_struct_static_06_01): Likewise.
4710 (cmp_struct_static_06_02): Likewise.
4711 (cmp_struct_static_06_03): Likewise.
4712 (cmp_struct_static_06_04): Likewise.
4713 (call_all): Test new structs.
4714 * gdb.base/infcall-nested-structs.exp: Likewise.
4715
73021deb
AH
47162019-01-21 Alan Hayward <alan.hayward@arm.com>
4717 * gdb.base/infcall-nested-structs.exp: Test C++ in addition to C.
4718
fc65c7db
AH
47192019-01-21 Alan Hayward <alan.hayward@arm.com>
4720 * gdb.base/stack-protector.c: New test.
4721 * gdb.base/stack-protector.exp: New file.
4722 * gdb.cp/ovldbreak.exp: Only allow a single break line.
4723 * lib/gdb.exp (get_compiler_info): Use getting_compiler_info
4724 option.
4725 (gdb_compile): Remove stack protector for GCC and prevent
4726 recursion.
4727
c24bdb02
KS
47282019-01-16 Keith Seitz <keiths@redhat.com>
4729
4730 PR gdb/23773
4731 * gdb.dwarf2/inlined_subroutine-inheritance.exp: New file.
4732
6f072a10
PFC
47332019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
4734
4735 * gdb.arch/vsx-regs.exp: Add tests that use the vector register
4736 aliases.
4737 * gdb.arch/altivec-regs.exp: Likewise. Fix indentation of two
4738 tests.
4739 * gdb.arch/powerpc-vector-regs.c: New file.
4740 * gdb.arch/powerpc-vector-regs.exp: New file.
4741
a7b8d682
PFC
47422019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
4743
4744 * gdb.arch/altivec-regs.exp: Fix the list passed to
4745 gdb_expect_list when testing "info vector".
4746
6eb6fb67
AB
47472019-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
4748
4749 * gdb.base/style.exp: Don't include path in testname.
4750
b56f80d8
KS
47512019-01-10 Keith Seitz <keiths@redhat.com>
4752
4753 PR gdb/23712
4754 PR symtab/23010
4755 * gdb.dwarf2/multidictionary.exp: New file.
4756
041be526
SM
47572019-01-09 Simon Marchi <simon.marchi@ericsson.com>
4758
4759 * gdb.cp/demangle.exp (test_gnu_style_demangling): Rename to...
4760 (test_gnuv3_style_demangling): ... this.
4761 (test_lucid_style_demangling): Remove.
4762 (test_arm_style_demangling): Remove.
4763 (test_hp_style_demangling): Remove.
4764 (do_tests): Remove calls to the above.
4765
d820d0c3
AB
47662019-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
4767
4768 * lib/mi-support.exp (mi_gdb_test): Remove interactive prompt
4769 case.
4770
f097f5ad
TT
47712019-01-06 Tom Tromey <tom@tromey.com>
4772
4773 PR gdb/28155:
4774 * gdb.dwarf2/typedef-void-finish.exp: New file.
4775
2cd8cc0b
TT
47762018-12-28 Tom Tromey <tom@tromey.com>
4777 Simon Marchi <simark@simark.ca>
4778
4779 * gdb.base/jit-exec.exp: New file.
4780 * gdb.base/jit-exec.c: New file.
4781 * gdb.base/jit-execd.c: New file.
4782
35fb8261
TT
47832018-12-28 Tom Tromey <tom@tromey.com>
4784
4785 * gdb.base/style.exp: Update test to check for address styling.
4786
47fd17cd
TT
47872018-12-28 Tom Tromey <tom@tromey.com>
4788
4789 * gdb.base/style.exp: Add test for styling of "Reading symbols"
4790 message.
4791
d47032b7
TT
47922018-12-28 Tom Tromey <tom@tromey.com>
4793
4794 * gdb.base/style.exp: Add test for version number styling.
4795
af79b68d
TT
47962018-12-28 Tom Tromey <tom@tromey.com>
4797
4798 * gdb.base/style.exp: Add test for print_address_symbolic.
4799
0bb296cb
TT
48002018-12-28 Tom Tromey <tom@tromey.com>
4801
4802 * gdb.base/style.exp: Add test for breakpoint setting.
4803
80ae2043
TT
48042018-12-28 Tom Tromey <tom@tromey.com>
4805
4806 * gdb.base/style.exp: Add test for variable names.
4807
cbe56571
TT
48082018-12-28 Tom Tromey <tom@tromey.com>
4809
4810 * gdb.base/style.exp: New file.
4811 * gdb.base/style.c: New file.
4812
9162a27c
TT
48132018-12-28 Tom Tromey <tom@tromey.com>
4814
4815 * lib/gdb.exp (gdb_init): Set the TERM environment variable to
4816 "dumb".
4817 * gdb.base/readline.exp (operate_and_get_next): Save and restore
4818 the TERM environment variable.
4819
bc543c90
TT
48202018-12-27 Tom Tromey <tom@tromey.com>
4821
4822 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add
4823 pagination test.
4824
6f0ffe50
AB
48252018-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
4826
4827 * gdb.dwarf2/dw2-unusual-field-names.c: New file.
4828 * gdb.dwarf2/dw2-unusual-field-names.exp: New file.
4829
b5a1e557
PW
48302018-12-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4831
4832 * gdb.ada/bp_fun_addr/a.adb (a): Rename to bp_fun_addr.
4833 Filename a.adb changed to bp_fun_addr.adb.
4834 gdb.ada/bp_fun_addr.exp: Update test accordingly.
4835
6e8b1ab2
JV
48362018-12-21 Jan Vrany <jan.vrany@fit.cvut.cz>
4837
4838 * lib/gdb.exp (gdb_compile): Add new nopie flag enforce
4839 non-PIE executables.
4840 * README: Mention the gdb,nopie_flag board setting.
4841 * gdb.arch/amd64-disp-step.exp: Use nopie flag to enforce
4842 non-PIE executable.
4843 * gdb.arch/amd64-entry-value.exp: Likewise.
4844 * gdb.arch/amd64-invalid-stack-middle.exp: Likewise.
4845 * gdb.arch/i386-float.exp: Likewise.
4846 * gdb.arch/i386-signal.exp: Likewise.
4847 * gdb.mi/mi-reg-undefined.exp: Likewise.
4848
d00a27c5
PM
48492018-12-21 Paul Marechal <paul.marechal@ericsson.com>
4850
4851 PR gdb/23974
4852 * gdb.base/info-os.exp: Check return for unknown "info os" type.
4853
161d081c
PW
48542018-12-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4855
4856 * gdb.ada/info_auto_lang.exp: Normalize some_c source file.
4857 Update order of results accordingly.
4858
b001de23
AB
48592018-12-12 Andrew Burgess <andrew.burgess@embecosm.com>
4860
4861 * gdb.base/annota1.exp: Update a test regexp.
4862
99e1a184
AB
48632018-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
4864
4865 * gdb.base/float.exp: Handle RISC-V targets without an FPU.
4866
7a81c1e2
PW
48672018-12-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4868
4869 * gdb.threads/tid-reuse.c (REUSE_TIME_CAP): Declare as 60.
4870 (reuse_time): Initialize to REUSE_TIME_CAP.
4871 (check_rc): New function.
4872 (main): Use REUSE_TIME_CAP instead of hardcoded 60.
4873 Check pthread_create rc.
4874 (spawner_thread_func): Check pthread_create and pthread_join rc.
4875
73e8dc90
PA
48762018-12-08 Pedro Alves <palves@redhat.com>
4877
4878 * gdb.base/list.exp (test_forward_search): Rename to ...
4879 (test_forward_reverse_search): ... this. Also test reverse-search
4880 and the forward-search alias.
4881
13f2ed32
AB
48822018-12-05 Andrew Burgess <andrew.burgess@embecosm.com>
4883
4884 * config/sim.exp (gdb_target_sim): Remove redundant adjustment of
4885 local timeout variable before return, and remove all local timeout
4886 variable entirely.
4887 (gdb_load): Likewise.
4888
64d27cfc
TV
48892018-12-01 Tom de Vries <tdevries@suse.de>
4890
4891 * gdb.base/gdb-caching-proc.exp: New file.
4892
f63c03b4
SDJ
48932018-11-25 Sergio Durigan Junior <sergiodj@redhat.com>
4894
4895 * Makefile.in (TIMESTAMP): New variable.
4896 (check-single): Add $(TIMESTAMP) to the end of $(DO_RUNTEST)
4897 command.
4898 (check-single-racy): Likewise.
4899 (check/%.exp): Likewise.
4900 (check-racy/%.exp): Likewise.
4901 (workers/%.worker): Likewise.
4902 (build-perf): Likewise.
4903 (check-perf): Likewise.
4904 * README: Describe new "TS" and "TS_FORMAT" variables.
4905 * print-ts.py: New file.
4906
1c97054b
BF
49072018-11-21 Benno Fünfstück <benno.fuenfstueck@gmail.com>
4908
4909 PR python/23714
4910 * gdb.python/python.exp: Test command repetition after
4911 gdb.execute.
4912
1871a62d
AB
49132018-11-20 Andrew Burgess <andrew.burgess@embecosm.com>
4914
4915 * gdb.opt/inline-break.exp: Add test that info breakpoint output
4916 is correctly aligned.
4917
fb5e1ed9
PW
49182018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4919
4920 * gdb.ada/info_auto_lang.exp: New testcase.
4921 * gdb.ada/info_auto_lang/global_pack.ads: New file.
4922 * gdb.ada/info_auto_lang/proc_in_ada.adb: New file.
4923 * gdb.ada/info_auto_lang/some_c.c: New file.
4924
43d397ca
PW
49252018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4926
4927 * gdb.dwarf2/dw2-case-insensitive.exp: Update due to auto switch to
4928 FUNC_lang language syntax.
4929
beddd671
PW
49302018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4931
4932 * gdb.base/info_minsym.c: New file.
4933 * gdb.base/info_minsym.exp: New file.
4934
73fc52c4
TT
49352018-11-19 Tom Tromey <tom@tromey.com>
4936
4937 PR rust/23625:
4938 * gdb.rust/simple.exp: Add ptype test. Update expected output.
4939 * gdb.rust/expr.exp: Update expected output. Change one test.
4940
994b876a
TT
49412018-11-19 Tom Tromey <tom@tromey.com>
4942
4943 * gdb.rust/simple.rs: Don't initialize empty_enum_value.
4944
6769f276
PA
49452018-11-19 Pedro Alves <palves@redhat.com>
4946
4947 * gdb.base/warning.exp: Don't override INTERNAL_FLAGS. Use
4948 gdb_spawn_with_cmdline_opts instead of gdb_start. Check that we
4949 see the expected warning.
4950
38a72da0
AH
49512018-11-16 Alan Hayward <alan.hayward@arm.com>
4952
4953 PR gdb/22736:
4954 * gdb.cp/infcall-nodebug-lib.c: New test.
4955 * gdb.cp/infcall-nodebug-main.c: New test.
4956 * gdb.cp/infcall-nodebug.exp: New file.
4957
53a89d6e
SM
49582018-11-12 Simon Marchi <simon.marchi@polymtl.ca>
4959
4960 * gdb.base/skip.exp: Add standard_testfile. Add "skip delete"
4961 completer tests.
4962
9325300d
TV
49632018-11-09 Tom de Vries <tdevries@suse.de>
4964
4965 * gdb.base/msym-lang.c: New test.
4966 * gdb.base/msym-lang.exp: New file.
4967 * gdb.base/msym-lang-main.c: New test.
4968
20f0d60d
TT
49692018-11-08 Tom Tromey <tom@tromey.com>
4970
4971 PR gdb/23555:
4972 PR gdb/23838:
4973 * gdb.base/warning.exp: New file.
4974
b5420128
JB
49752018-11-08 Jan Beulich <jbeulich@suse.com>
4976
4977 * testsuite/gdb.arch/i386-avx512.c,
4978 testsuite/gdb.arch/i386-avx512.exp: Add 7th test.
4979
cd115d61
AB
49802018-11-08 Andrew Burgess <andrew.burgess@embecosm.com>
4981
4982 * gdb.arch/riscv-reg-aliases.exp: Handle targets without floating
4983 point hardware.
4984
35ee2dc2
AB
49852018-11-07 Andrew Burgess <andrew.burgess@embecosm.com>
4986
4987 * gdb.dwarf2/void-type.exp: Rename types, and make var_a an 'int'.
4988 * gdb.dwarf2/missing-type-name.exp: New file.
4989
31aceee8
TV
49902018-11-06 Tom de Vries <tdevries@suse.de>
4991
4992 * gdb.base/many-headers.c: New test.
4993 * gdb.base/many-headers.exp: New file.
4994
109be305
JW
49952018-11-06 Jim Wilson <jimw@sifive.com>
4996
4997 * gdb.base/code_elim.exp: For riscv, set additional_flags
4998 to include -msmall-data-limit=0.
4999
e2b7af72
JB
50002018-11-01 Joel Brobecker <brobecker@adacore.com>
5001
5002 * gdb.ada/watch_minus_l: New testcase.
5003
cdcda965
SM
50042018-11-01 Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
5005
5006 * gdb.arch/aix-sighandle.c: New file.
5007 * gdb.arch/aix-sighandle.exp: New file.
5008
92dcebf3
AB
50092018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
5010
5011 * gdb.arch/riscv-reg-aliases.exp: Rewrite to take account of float
5012 registers being unions.
5013
68b9ac18
TV
50142018-10-31 Tom de Vries <tdevries@suse.de>
5015
5016 * lib/valgrind.exp: New file.
5017 (vgdb_start, vgdb_stop): New procs, factored out of ...
5018 * gdb.base/valgrind-bt.exp: ... here, ...
5019 * gdb.base/valgrind-disp-step.exp: ... here and ...
5020 * gdb.base/valgrind-infcall.exp: ... here.
5021
1443936e
TV
50222018-10-31 Tom de Vries <tdevries@suse.de>
5023
5024 * lib/gdb.exp (get_valueof): Don't output read value in test name.
5025
eb77c9df
AB
50262018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
5027
5028 * gdb.dwarf2/void-type.c: New file.
5029 * gdb.dwarf2/void-type.exp: New file.
5030
82b5e646
PW
50312018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5032
5033 * gdb.base/info_qt.c: New file.
5034 * gdb.base/info_qt.exp: New file.
5035
8d619c01
EBM
50362018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
5037
5038 * gdb.arch/powerpc-htm-regs.c: New file.
5039 * gdb.arch/powerpc-htm-regs.exp: New file.
5040
f2cf6173
EBM
50412018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
5042
5043 * gdb.arch/powerpc-tar.c: New file.
5044 * gdb.arch/powerpc-tar.exp: New file.
5045
7ca18ed6
EBM
50462018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
5047
5048 * gdb.arch/powerpc-ppr-dscr.c: New file.
5049 * gdb.arch/powerpc-ppr-dscr.exp: New file.
5050
bfcc0eba
TV
50512018-10-25 Tom de Vries <tdevries@suse.de>
5052
5053 * gdb.base/valgrind-db-attach.exp: Rewrite to use vgdb.
5054
fe1a5cad
TV
50552018-10-24 Tom de Vries <tdevries@suse.de>
5056
5057 * lib/gdb.exp (gdb_test_multiple): Log wait status on process no
5058 longer exists error.
5059
a76dc3b7
TV
50602018-10-24 Tom de Vries <tdevries@suse.de>
5061
5062 * gdb.base/catch-follow-exec.exp: Rewrite using gdb_test.
5063
4df46df7
TV
50642018-10-24 Tom de Vries <tdevries@suse.de>
5065
5066 * gdb.base/valgrind-db-attach.exp: Handle removed support for
5067 --db-attach in valgrind.
5068
0dbfcfff
AB
50692018-10-23 Andrew Burgess <andrew.burgess@embecosm.com>
5070
5071 * gdb.arch/riscv-reg-aliases.c: New file.
5072 * gdb.arch/riscv-reg-aliases.exp: New file.
5073
b04480b1
AH
50742018-10-19 Alan Hayward <alan.hayward@arm.com>
5075
5076 * gdb.python/py-cmd.exp: Check for gdb_prompt.
5077
2c6ac8d7
AH
50782018-10-19 Alan Hayward <alan.hayward@arm.com>
5079
5080 * gdb.base/vla-optimized-out.exp: Allow either optimized out or 6.
5081
2bc69f25
AH
50822018-10-19 Alan Hayward <alan.hayward@arm.com>
5083
5084 * gdb.cp/ovldbreak.exp: Fix regexps.
5085
1f1ae3a3
AH
50862018-10-19 Alan Hayward <alan.hayward@arm.com>
5087
5088 * gdb.compile/compile-cplus-print.exp: Start inferior earlier.
5089
94c18618
SDJ
50902018-10-18 Sergio Durigan Junior <sergiodj@redhat.com>
5091
5092 PR cli/23785
5093 * gdb.base/restore.exp: New test to check if "restore" with an
5094 invalid file doesn't segfault.
5095
812cd6eb
TV
50962018-10-18 Tom de Vries <tdevries@suse.de>
5097
5098 * gdb.ada/bp_inlined_func.exp: Fix capitalized test name.
5099 * gdb.ada/excep_handle.exp: Same.
5100 * gdb.ada/mi_string_access.exp: Same.
5101 * gdb.ada/mi_var_union.exp: Same.
5102 * gdb.arch/arc-analyze-prologue.exp: Same.
5103 * gdb.arch/arc-decode-insn.exp: Same.
5104 * gdb.base/readnever.exp: Same.
5105 * gdb.fortran/printing-types.exp: Same.
5106 * gdb.guile/scm-lazy-string.exp: Same.
5107
c4b90788
TV
51082018-10-16 Tom de Vries <tdevries@suse.de>
5109
5110 PR gdb/23730
5111 * gdb.base/catch-follow-exec.c: Add copyright notice.
5112 * gdb.base/catch-follow-exec.exp: Rewrite to use
5113 gdb_spawn_with_cmdline_opts. Require gdb-native.
5114
8bca2978
SL
51152018-10-12 Sandra Loosemore <sandra@codesourcery.com>
5116
5117 * gdb.trace/actions-changed.exp: Check for arch support.
5118 * gdb.trace/actions.exp: Likewise.
5119 * gdb.trace/ax.exp: Likewise.
5120 * gdb.trace/backtrace.exp: Likewise.
5121 * gdb.trace/change-loc.exp: Likewise.
5122 * gdb.trace/deltrace.exp: Likewise.
5123 * gdb.trace/ftrace-lock.exp: Check for shlib and arch support.
5124 * gdb.trace/ftrace.exp: Likewise.
5125 * gdb.trace/infotrace.exp: Check for arch support.
5126 * gdb.trace/mi-trace-frame-collected.exp: Likewise.
5127 * gdb.trace/mi-tracepoint-changed.exp: Likewise.
5128 * gdb.trace/mi-tsv-changed.exp: Likewise.
5129 * gdb.trace/packetlen.exp: Likewise.
5130 * gdb.trace/passc-dyn.exp: Likewise.
5131 * gdb.trace/passcount.exp: Likewise.
5132 * gdb.trace/pending.exp: Likewise.
5133 * gdb.trace/range-stepping.exp: Check for shlib support.
5134 * gdb.trace/report.exp: Check for arch support.
5135 * gdb.trace/save-trace.exp: Likewise.
5136 * gdb.trace/signal.exp: Check for signal support.
5137 * gdb.trace/tfind.exp: Check for arch support.
5138 * gdb.trace/trace-break.exp: Check for arch and shlib support.
5139 * gdb.trace/trace-common.h: Add comment.
5140 * gdb.trace/trace-condition.exp: Check for shlib and arch support.
5141 * gdb.trace/trace-enable-disable.exp: Likewise.
5142 * gdb.trace/trace-mt.exp: Likewise. Remove redundant untested call.
5143 * gdb.trace/tracecmd.exp: Check for arch support.
5144 * gdb.trace/tspeed.exp: Check for shlib and target support.
5145 * gdb.trace/tstatus.exp: Check for arch support.
5146 * gdb.trace/tsv.exp: Likewise.
5147 * gdb.trace/while-dyn.exp: Likewise.
5148 * gdb.trace/while-stepping.exp: Likewise.
5149 * lib/trace-support.exp (gdb_trace_common_supports_arch): New.
5150
f9c49bff
SM
51512018-10-12 Simon Marchi <simon.marchi@ericsson.com>
5152
5153 * gdb.trace/tspeed.exp: Remove nowarnings.
5154 (prepare_for_trace_test): Declare "global ipalib".
5155 * gdb.trace/tspeed.c: Include unistd.h.
5156 (main): Remove superfluous printf argument.
5157
d4330bde
SL
51582018-10-11 Sandra Loosemore <sandra@codesourcery.com>
5159
5160 * gdb.base/solib-vanish.exp: Fix regexp not to require a POSIX
5161 directory prefix on the filename.
5162
8ecfd7bd
SDJ
51632018-10-10 Sergio Durigan Junior <sergiodj@redhat.com>
5164
5165 * gdb.gdb/unittest.exp: Update expected message informing that
5166 selftests have been disabled.
5167 * gdb.server/unittest.exp: Likewise.
5168
58bbcd02
TV
51692018-10-09 Tom de Vries <tdevries@suse.de>
5170
5171 * lib/gdb.exp (target_supports_scheduler_locking): Replace gdb_start_cmd
5172 with runto_main.
5173
9f6b697b
WP
51742018-10-08 Weimin Pan <weimin.pan@oracle.com>
5175
5176 PR c++/16841
5177 * gdb.cp/virtbase2.cc: New file.
5178 * gdb.cp/virtbase2.exp: New file.
5179
add5ded5
TT
51802018-10-06 Tom Tromey <tom@tromey.com>
5181
5182 PR python/19399:
5183 * gdb.python/py-inferior.exp: Add architecture test.
5184
f9e48344
TT
51852018-10-06 Tom Tromey <tom@tromey.com>
5186
5187 * gdb.base/gnu-ifunc.exp (build): Use standard_output_file.
5188 * gdb.trace/unavailable-dwarf-piece.exp: Use standard_output_file.
5189
2a8be203
TT
51902018-10-06 Tom Tromey <tom@tromey.com>
5191
5192 * gdb.python/py-breakpoint.exp (check_last_event): Check location
5193 of a "throw" catchpoint.
5194
e04caa70
SDJ
51952018-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
5196
5197 * gdb.base/info-proc.exp: Update string expected from "help info
5198 proc".
5199
5ca8c39f
TT
52002018-10-04 Tom Tromey <tom@tromey.com>
5201
5202 * gdb.cp/maint.exp (test_invalid_name): Update expected output.
5203 * gdb.gdb/complaints.exp (test_short_complaints): Remove.
5204 (test_initial_complaints, test_empty_complaints): Update.
5205 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
5206
3453e7e4
TT
52072018-10-04 Tom Tromey <tom@tromey.com>
5208
5209 PR cli/19551:
5210 * lib/mi-support.exp (mi_gdb_file_cmd): Update.
5211 * lib/gdb.exp (gdb_file_cmd): Update.
5212 * gdb.stabs/weird.exp (print_weird_var): Update.
5213 * gdb.server/solib-list.exp: Update.
5214 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Update.
5215 * gdb.mi/mi-cli.exp: Update.
5216 * gdb.linespec/linespec.exp: Update.
5217 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
5218 * gdb.dwarf2/dw2-objfile-overlap.exp: Update.
5219 * gdb.cp/cp-relocate.exp: Update.
5220 * gdb.base/sym-file.exp: Update.
5221 * gdb.base/relocate.exp: Update.
5222 * gdb.base/readnever.exp: Update.
5223 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
5224 * gdb.base/kill-detach-inferiors-cmd.exp: Update.
5225 * gdb.base/dbx.exp (gdb_file_cmd): Update.
5226 * gdb.base/code_elim.exp: Update.
5227 * gdb.base/break-unload-file.exp (test_break): Update.
5228 * gdb.base/break-interp.exp (test_attach_gdb): Update.
5229 * gdb.base/break-idempotent.exp (force_breakpoint_re_set):
5230 Update.
5231 * gdb.base/attach.exp (do_attach_tests): Update.
5232 * gdb.base/sepdebug.exp: Update.
5233 * gdb.python/py-section-script.exp: Update.
5234
6afcf761
TT
52352018-10-04 Tom Tromey <tom@tromey.com>
5236
5237 PR cli/22234:
5238 * gdb.dwarf2/dw2-stack-boundary.exp: Update expected output.
5239 * gdb.gdb/complaints.exp (test_short_complaints): Update expected
5240 output.
5241
fef1b293
TT
52422018-10-04 Tom Tromey <tom@tromey.com>
5243
5244 * gdb.base/attach.exp (test_command_line_attach_run): Use -quiet;
5245 set width and height to 0.
5246 (test_command_line_attach_run): Use -quiet.
5247
ca98345e
SL
52482018-10-03 Sandra Loosemore <sandra@codesourcery.com>
5249
5250 * lib/gdb.exp (skip_ifunc_tests): New.
5251 * gdb.base/gnu-ifunc.exp: Skip if no ifunc support. Handle
5252 other compile failures.
5253 * gdb.compile/compile-ifunc.exp: Skip if no ifunc support.
5254
ff34e6ae
SM
52552018-10-01 Simon Marchi <simon.marchi@ericsson.com>
5256
5257 * gdb.arch/i386-avx512.exp: Fix setting of nr_regs based on
5258 is_amd64_regs_target.
5259
6bb8890e
AH
52602018-10-01 Alan Hayward <alan.hayward@arm.com>
5261
5262 * gdb.arch/aarch64-sighandler-regs.c: New test.
5263 * gdb.arch/aarch64-sighandler-regs.exp: New file.
5264 * lib/gdb.exp (skip_aarch64_sve_tests): New proc.
5265
224d30d3
MM
52662018-10-01 Markus Metzger <markus.t.metzger@intel.com>
5267
5268 * lib/gdb.exp (is_amd64_regs_target): Change assembly to C inline
5269 assembly.
5270
f67ffa6a
AB
52712018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
5272
5273 * gdb.base/frame-selection.exp: New file.
5274 * gdb.base/frame-selection.c: New file.
5275
9fc3183f
AH
52762018-09-27 Alan Hayward <alan.hayward@arm.com>
5277
5278 * gdb.threads/check-libthread-db.c (thread_routine): Use a
5279 pthread barrier.
5280 (main): Likewise.
5281
d354055e
AB
52822018-09-26 Andrew Burgess <andrew.burgess@embecosm.com>
5283
5284 * gdb.base/large-frame-1.c: New file.
5285 * gdb.base/large-frame-2.c: New file.
5286 * gdb.base/large-frame.exp: New file.
5287 * gdb.base/large-frame.h: New file.
5288
db727370
JL
52892018-09-24 Jozef Lawrynowicz <jozef.l@mittosystems.com>
5290
5291 PR gdb/20948
5292 * gdb.base/write_mem.exp: New test.
5293 * gdb.base/write_mem.c: Likewise.
5294
ae778caf
TT
52952018-09-23 Tom Tromey <tom@tromey.com>
5296
5297 PR python/18852:
5298 * gdb.python/py-parameter.exp: Add test for parameter that throws
5299 on "set".
5300
fd3ba736
TT
53012018-09-23 Tom Tromey <tom@tromey.com>
5302
5303 PR python/17284:
5304 * gdb.python/py-template.exp (test_template_arg): Add test for
5305 negative template argument number.
5306
39a24317
TT
53072018-09-23 Tom Tromey <tom@tromey.com>
5308
5309 PR python/14062:
5310 * gdb.python/python.exp: Add test for post_event error.
5311
f5769a2c
TT
53122018-09-23 Tom Tromey <tom@tromey.com>
5313
5314 PR python/18170:
5315 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests to
5316 convert pointers to int and long.
5317
1c1e54f6
TT
53182018-09-23 Tom Tromey <tom@tromey.com>
5319
5320 PR python/20126:
5321 * gdb.python/py-value.exp (test_value_numeric_ops): Add
5322 signed-ness conversion tests.
5323
fb4fa946
TT
53242018-09-23 Tom Tromey <tom@tromey.com>
5325
5326 PR python/18352;
5327 * gdb.python/py-value.exp (test_float_conversion): New proc.
5328 Use it.
5329
a466edac
HAQ
53302018-09-20 Hafiz Abid Qadeer <abidh@codesourcery.com>
5331
5332 gdb.base/reggroups.exp (fetch_reggroups): Add '_' in match pattern.
5333
4ee9b0c5
SL
53342018-09-18 Sandra Loosemore <sandra@codesourcery.com>
5335
5336 * gdb.base/complete-empty.exp: Skip tab-completion tests if
5337 no readline.
5338 * gdb.base/utf8-identifiers.exp: Likewise.
5339 * gdb.cp/cpcompletion.exp: Likewise.
5340 * gdb.linespec/cpcompletion.exp: Likewise.
5341 * gdb.linespec/cpls-abi-tag.exp: Likewise.
5342 * gdb.linespec/cpls-ops.exp: Likewise.
5343
23be8da7
RB
53442018-09-19 Richard Bunt <richard.bunt@arm.com>
5345 Chris January <chris.january@arm.com>
5346
5347 * gdb.cp/koenig.exp: Extend to test logical short circuiting.
5348 * gdb.fortran/short-circuit-argument-list.exp: New file.
5349 * gdb.fortran/short-circuit-argument-list.f90: New test.
5350
5031d0ae
SDJ
53512018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
5352
5353 * gdb.arch/amd64-invalid-stack-top.exp: Expect optional
5354 "arch=" keyword when executing "-stack-list-frames".
5355
b4c0d1a4
SDJ
53562018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
5357
5358 * gdb.arch/amd64-invalid-stack-middle.exp: Expect optional
5359 "arch=" keyword when executing "-stack-list-frames".
5360
7a6d2b45
SDJ
53612018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
5362
5363 * gdb.ada/complete.exp: Expect for "@" when doing "complete
5364 break ada".
5365
8588b356
SM
53662018-09-17 Simon Marchi <simon.marchi@polymtl.ca>
5367
5368 PR python/23669
5369 * gdb.python/python.exp: Test gdb.execute("show commands").
5370
65e65158
TT
53712018-09-16 Tom Tromey <tom@tromey.com>
5372
5373 * gdb.base/new-ui.exp (do_execution_tests): Update.
5374 * gdb.base/dbx.exp (test_breakpoints): Update.
5375
bf326452
AH
53762018-09-14 Alan Hayward <alan.hayward@arm.com>
5377
5378 * lib/gdb.exp (gdb_simple_compile): Add proc.
5379 (is_elf_target): Use gdb_simple_compile.
5380 (skip_altivec_tests): Likewise.
5381 (skip_vsx_tests): Likewise.
5382 (skip_tsx_tests): Likewise.
5383 (skip_btrace_tests): Likewise.
5384 (skip_btrace_pt_tests): Likewise.
5385 (gdb_can_simple_compile): Likewise.
5386 (gdb_has_argv0): Likewise.
5387 (gdb_target_symbol_prefix): Likewise.
5388 (target_supports_scheduler_locking): Likewise.
5389
2361b0fb
TT
53902018-09-13 Tom Tromey <tom@tromey.com>
5391
5392 * Makefile.in (TAGS): Recognize proc_with_prefix and
5393 gdb_caching_proc.
5394
0ae1a321
SM
53952018-09-13 Simon Marchi <simon.marchi@ericsson.com>
5396
5397 * gdb.python/py-progspace.exp: Test the Progspace.objfiles
5398 method.
5399
a40bf0c2
SM
54002018-09-13 Simon Marchi <simon.marchi@ericsson.com>
5401
5402 * gdb.python/py-inferior.exp: Add tests for Inferior.progspace
5403 and a few other Inferior properties when the Inferior is no
5404 longer valid.
5405
4a3fe98f
TT
54062018-09-13 Tom Tromey <tom@tromey.com>
5407
5408 PR rust/23650:
5409 * gdb.rust/simple.exp: Add test for enum field access error.
5410
098b2108
TT
54112018-09-13 Tom Tromey <tom@tromey.com>
5412
5413 PR rust/23626:
5414 * gdb.rust/simple.rs (EmptyEnum): New type.
5415 (main): Use it.
5416 * gdb.rust/simple.exp (test_one_slice): Add empty enum test.
5417
1256af7d
SM
54182018-09-13 Simon Marchi <simon.marchi@ericsson.com>
5419
5420 * gdb.python/py-inferior.exp: Test repr() of gdb.Inferior.
5421 * gdb.python/py-objfile.exp: Test repr() of gdb.Objfile.
5422 * gdb.python/py-symtab.exp: Update test printing an objfile.
5423
4aa8e6c2
SM
54242018-09-12 Simon Marchi <simon.marchi@ericsson.com>
5425
5426 * gdb.python/py-inferior.exp: Test using an invalid gdb.Inferior
5427 object.
5428
c221b2f7
AH
54292018-09-12 Alan Hayward <alan.hayward@arm.com>
5430
5431 * lib/gdb.exp (gdb_can_simple_compile): Add proc.
5432 (support_complex_tests): Use gdb_can_simple_compile.
5433 (is_ilp32_target): Likewise.
5434 (is_lp64_target): Likewise.
5435 (is_64_target): Likewise.
5436 (is_amd64_regs_target): Likewise.
5437 (is_aarch32_target): Likewise.
5438 (gdb_int128_helper): Likewise.
5439
6f1107b5
JK
54402018-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5441
5442 * Makefile.in (check-parallel-racy): Fix dg-extract-results.sh path.
5443
1f5d1570
JG
54442018-09-10 Jerome Guitton <guitton@adacore.com>
5445
5446 * gdb.ada/same_component_name: Add test for case of tagged record
5447 with variable-length fields.
5448
cc330e39
XR
54492018-09-10 Xavier Roirand <roirand@adacore.com>
5450
5451 * gdb.ada/access_to_unbounded_array.exp: New testcase.
5452 * gdb.ada/access_to_unbounded_array/foo.adb: New file.
5453 * gdb.ada/access_to_unbounded_array/pack.adb: New file.
5454 * gdb.ada/access_to_unbounded_array/pack.ads: New file.
5455
b9c50e9a
XR
54562018-09-10 Xavier Roirand <roirand@adacore.com>
5457
5458 * gdb.ada/mi_string_access.exp: New testcase.
5459 * gdb.ada/mi_string_access/bar.adb: New file.
5460 * gdb.ada/mi_string_access/pck.adb: New file.
5461 * gdb.ada/mi_string_access/pck.asd: New file.
5462
2963898f
XR
54632018-09-10 Xavier Roirand <roirand@adacore.com>
5464
5465 * gdb.ada/mi_var_union.exp: New testcase.
5466 * gdb.ada/mi_var_union/bar.adb: New file.
5467 * gdb.ada/mi_var_union/pck.adb: New file.
5468 * gdb.ada/mi_var_union/pck.asd: New file.
5469
1aac008f
TT
54702018-09-08 Tom Tromey <tom@tromey.com>
5471
5472 * gdb.python/py-prettyprint.exp: Use with_test_prefix.
5473
332cf4c9
TT
54742018-09-08 Tom Tromey <tom@tromey.com>
5475
5476 PR python/16047:
5477 * gdb.python/py-prettyprint.py (pp_int_typedef3): New class.
5478 (register_pretty_printers): Register new printer.
5479 * gdb.python/py-prettyprint.exp (run_lang_tests): Add int_type3
5480 test.
5481 * gdb.python/py-prettyprint.c (int_type3): New typedef.
5482 (an_int_type3): New global.
5483
424da6cf
JB
54842018-09-08 Joel Brobecker <brobecker@adacore.com>
5485
5486 * gdb.ada/expr_with_funcall: New testcase.
5487
2a62dfa9
JB
54882018-09-08 Joel Brobecker <brobecker@adacore.com>
5489
5490 * gdb.ada/packed_array_assign: New testcase.
5491
96b6697f
AB
54922018-09-07 Andrew Burgess <andrew.burgess@embecosm.com>
5493
5494 * gdb.base/watchpoint.exp (test_complex_watchpoint): Extend test
5495 names, and add test prefixes to make test names unique.
5496
e4a62c65
TV
54972018-09-05 Tom de Vries <tdevries@suse.de>
5498
5499 * gdb.dwarf2/varval.exp: Add test.
5500
dd083ee2
GB
55012018-09-04 Gary Benson <gbenson@redhat.com>
5502
5503 * gdb.base/batch-exit-status.exp: Use gdb_test_multiple and expect
5504 'eof' before 'wait -i'. Use remote_close and clear_gdb_spawn_id.
5505
aef9346c
TT
55062018-08-31 Tom Tromey <tom@tromey.com>
5507
5508 * gdb.rust/simple.rs: Rename second variable "v".
5509
c67f2e15
AB
55102018-08-30 Andrew Burgess <andrew.burgess@embecosm.com>
5511
5512 * gdb.base/funcargs.c (use_a): New function.
5513 (recurse): Call use_a.
5514
078a0207
KS
55152018-08-29 Keith Seitz <keiths@redhat.com>
5516
5517 * gdb.compile/compile-cplus-anonymous.cc: New file.
5518 * gdb.compile/compile-cplus-anonymous.exp: New file.
5519 * gdb.compile/compile-cplus-array-decay.cc: New file.
5520 * gdb.compile/compile-cplus-array-decay.exp: New file.
5521 * gdb.compile/compile-cplus-inherit.cc: New file.
5522 * gdb.compile/compile-cplus-inherit.exp: New file.
5523 * gdb.compile/compile-cplus-member.cc: New file.
5524 * gdb.compile/compile-cplus-member.exp: New file.
5525 * gdb.compile/compile-cplus-method.cc: New file.
5526 * gdb.compile/compile-cplus-method.exp: New file.
5527 * gdb.compile/compile-cplus-mod.c: "New" file.
5528 * gdb.compile/compile-cplus-namespace.cc: New file.
5529 * gdb.compile/compile-cplus-namespace.exp: New file.
5530 * gdb.compile/compile-cplus-nested.cc: New file.
5531 * gdb.compile/compile-cplus-nested.exp: New file.
5532 * gdb.compile/compile-cplus-print.c: "New" file.
5533 * gdb.compile/compile-cplus-print.exp: "New" file.
5534 * gdb.compile/compile-cplus-virtual.cc: New file.
5535 * gdb.compile/compile-cplus-virtual.exp: New file.
5536 * gdb.compile/compile-cplus.c: "New" file.
5537 * gdb.compile/compile-cplus.exp: "New" file.
5538 * lib/compile-support.exp: New file.
5539
b0f492b9
GB
55402018-08-16 Gary Benson <gbenson@redhat.com>
5541
5542 PR gdb/13000:
5543 * gdb.base/batch-exit-status.exp: New file.
5544 * gdb.base/batch-exit-status.good-commands: Likewise.
5545 * gdb.base/batch-exit-status.bad-commands: Likewise.
5546
36eb4c5f
AH
55472018-08-29 Alan Hayward <alan.hayward@arm.com>
5548
5549 * gdb.base/infcall-nested-structs.c (struct struct01): Remove.
5550 (struct struct02): Likewise.
5551 (struct struct03): Likewise.
5552 (struct struct04): Likewise.
5553 (struct struct_01_01): New struct.
5554 (struct struct_01_02): Likewise.
5555 (struct struct_01_03): Likewise.
5556 (struct struct_01_04): Likewise.
5557 (struct struct_02_01): Likewise.
5558 (struct struct_02_02): Likewise.
5559 (struct struct_02_03): Likewise.
5560 (struct struct_02_04): Likewise.
5561 (struct struct_04_01): Likewise.
5562 (struct struct_04_02): Likewise.
5563 (struct struct_04_03): Likewise.
5564 (struct struct_04_04): Likewise.
5565 (struct struct_05_01): Likewise.
5566 (struct struct_05_02): Likewise.
5567 (struct struct_05_03): Likewise.
5568 (struct struct_05_04): Likewise.
5569 (cmp_struct01): Remove function.
5570 (cmp_struct02): Likewise.
5571 (cmp_struct03): Likewise.
5572 (cmp_struct04): Likewise.
5573 (cmp_struct_01_01): Add Function.
5574 (cmp_struct_01_02): Likewise.
5575 (cmp_struct_01_03): Likewise.
5576 (cmp_struct_01_04): Likewise.
5577 (cmp_struct_02_01): Likewise.
5578 (cmp_struct_02_02): Likewise.
5579 (cmp_struct_02_03): Likewise.
5580 (cmp_struct_02_04): Likewise.
5581 (cmp_struct_04_01): Likewise.
5582 (cmp_struct_04_02): Likewise.
5583 (cmp_struct_04_03): Likewise.
5584 (cmp_struct_04_04): Likewise.
5585 (cmp_struct_05_01): Likewise.
5586 (cmp_struct_05_02): Likewise.
5587 (cmp_struct_05_03): Likewise.
5588 (cmp_struct_05_04): Likewise.
5589 (call_all): Add new structs.
5590 * gdb.base/infcall-nested-structs.exp: Likewise.
5591
3bf9c013
JV
55922018-08-27 Jan Vrany <jan.vrany@fit.cvut.cz>
5593
5594 * gdb.python/py-framefilter-mi.exp: Update regexp to
5595 check for "arch" field in frame output.
5596
450d1e88
KB
55972018-08-23 Kevin Buettner <kevinb@redhat.com>
5598
5599 * gdb.dwarf2/dw2-ranges-func.c: New file.
5600 * gdb.dwarf2/dw2-ranges-func.exp: New file.
5601
ae739fe7
SM
56022018-08-22 Simon Marchi <simon.marchi@polymtl.ca>
5603
5604 * gdb.base/term.exp: Compare terminal settings with values from
5605 the inferior.
5606 * gdb.base/term.c: Get and set terminal settings.
5607
6d52907e
JV
56082018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
5609
5610 * lib/mi-support.exp (mi_expect_stop): Update regexp to
5611 accommodate new "arch" field in frame output.
5612 * gdb.mi/mi-return.exp: Likewise.
5613 * gdb.mi/mi-stack.exp: Likewise.
5614 * gdb.mi/mi-syn-frame.exp: Likewise.
5615 * gdb.mi/user-selected-context-sync.exp: Likewise.
5616
be2d111a
MS
56172018-08-19 Michael Spang <spang@google.com>
5618
5619 PR gdb/11786
5620 * gdb.base/gcore-tls-pie.c: New file.
5621 * gdb.base/gcore-tls-pie.exp: New file.
5622
ae3a7c47
KB
56232018-08-18 Kevin Buettner <kevinb@redhat.com>
5624
5625 * lib/dwarf.exp: Add support for DW_OP_GNU_variable_value.
7d140d1a
KB
5626 * gdb.dwarf2/varval.c: New file.
5627 * gdb.dwarf2/varval.exp: New file.
ae3a7c47 5628
2ecae92e
AH
56292018-08-17 Alan Hayward <alan.hayward@arm.com>
5630
5631 PR gdb/18931
5632 * gdb.arch/aarch64-fp.c (main): Fix asm registers.
5633
c1854f1d
KS
56342018-08-16 Keith Seitz <keiths@redhat.com>
5635
5636 * gdb.compile/compile.exp: Use gdb_test_no_output for "compile code"
5637 tests expected to pass.
5638
26fb3983
JV
56392018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
5640
5641 * gdb.mi/mi-disassemble.exp (test_disassembly_only): Add tests for
5642 -data-disassemble -a.
5643 (test_disassembly_bogus_args): Likewise.
5644
67943c00
AB
56452018-08-14 Andrew Burgess <andrew.burgess@embecosm.com>
5646
5647 * gdb.mi/list-thread-groups-available.exp: Update test regexp.
5648
5ff2bbae
AB
56492018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
5650
5651 * gdb.base/vla-optimized-out.exp: Add new test.
5652
e5bbcd0f
AB
56532018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
5654
5655 * gdb.base/vla-optimized-out-o3.exp: Delete.
5656 * gdb.base/vla-optimized-out-o3-strict.exp: Delete.
5657 * gdb.base/vla-optimized-out.exp: Extend to cover all of the
5658 deleted tests.
5659
9d4a934c
AB
56602018-08-08 Andrew Burgess <andrew.burgess@embecosm.com>
5661
5662 PR gdb/18050:
5663 * gdb.server/extended-remote-restart.c: New file.
5664 * gdb.server/extended-remote-restart.exp: New file.
5665
045cf012
SM
56662018-08-07 Simon Marchi <simon.marchi@polymtl.ca>
5667
5668 * gdb.fortran/nested-funcs.exp: Replace "set index = 42" with
5669 "set variable index = 42".
5670
87d6a7aa
SM
56712018-08-07 Simon Marchi <simon.marchi@ericsson.com>
5672
5673 * boards/index-cache-gdb.exp: New file.
5674 * gdb.dwarf2/index-cache.exp: New file.
5675 * gdb.dwarf2/index-cache.c: New file.
5676 * gdb.base/maint.exp: Check if we are using the index cache.
5677
96d68bd4
RO
56782018-08-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
5679
5680 * Makefile.in (saw_dash_j): Allow for GNU make 4.2+ passing -jN in
5681 MAKEFLAGS.
5682
5a699617
RO
56832018-08-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
5684
5685 * dg-extract-results.sh: Move to toplevel contrib.
5686 * Makefile.in (check-parallel): Reflect dg-extract-results.sh move.
5687 * Makefile.in (check-parallel-racy): Likewise.
5688
5bd18990
AB
56892018-08-06 Andrew Burgess <andrew.burgess@embecosm.com>
5690
5691 * lib/gdb.exp (target_supports_scheduler_locking): New proc.
5692 * gdb.mi/mi-cmd-param-changed.exp: Only run scheduler locking
5693 tests if the target supports scheduler locking.
5694
3fbbcf47
TV
56952018-08-04 Tom de Vries <tdevries@suse.de>
5696
5697 * gdb.python/py-rbreak.exp: Fix rbreak regexp.
5698
3e1d3d8c
TT
56992018-08-02 Tom Tromey <tom@tromey.com>
5700
5701 PR symtab/16842.
5702 * gdb.cp/temargs.exp: Test "info address" of a template
5703 parameter.
5704
5abe0f0c
JV
57052018-07-31 Jan Vrany <jan.vrany@fit.cvut.cz>
5706
5707 * gdb.python/py-mi-var-info-path-expression.c: New file.
5708 * gdb.python/py-mi-var-info-path-expression.py: New file.
5709 * gdb.python/py-mi-var-info-path-expression.exp: New file.
5710
fb66cde8
SDJ
57112018-07-30 Sergio Durigan Junior <sergiodj@redhat.com>
5712
5713 * lib/gdbserver-support.exp (gdbserver_start): Match any kind of
5714 error after "cannot resolve name" string.
5715
c708f4d2
AB
57162018-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
5717
5718 * gdb.trace/tspeed.exp: Only call gdb_load_shlib after gdb has
5719 started.
5720 * lib/gdb.exp (gdb_load_shlib): Call perror if GDB is not running.
5721
37cc0cae
TV
57222018-07-28 Tom de Vries <tdevries@suse.de>
5723
5724 * gdb.base/vla-optimized-out-o3-strict.exp: New file.
5725
63b4ecf7
TV
57262018-07-26 Tom de Vries <tdevries@suse.de>
5727
5728 * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
5729
3c3bb058
AB
57302018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
5731
5732 * gdb.base/maint.exp: Add check that dwarf unwinders control flag
5733 is visible.
5734
9e7f3bbb
TV
57352018-07-26 Tom de Vries <tdevries@suse.de>
5736
5737 PR breakpoints/23366
5738 * gdb.base/catch-follow-exec.c: New test.
5739 * gdb.base/catch-follow-exec.exp: New file.
5740
16f808ec
TV
57412018-07-25 Tom de Vries <tdevries@suse.de>
5742
5743 * gdb.base/vla-optimized-out-o3.exp: New file. Reuse
5744 vla-optimized-out.c.
5745
d7154a8d
JV
57462018-07-25 Jan Vrany <jan.vrany@fit.cvut.cz>
5747
5748 * gdb.mi/mi-breakpoint-location-ena-dis.cc: New file.
5749 * gdb.mi/mi-breakpoint-location-ena-dis.exp: New file.
5750
232a0032
TV
57512018-07-20 Tom de Vries <tdevries@suse.de>
5752
5753 * gdb.base/vla-optimized-out.c: Make noclone attribute conditional on
5754 NOCLONE macro.
5755 * gdb.base/vla-optimized-out.exp: Use additional_flags -DNOCLONE.
5756
fbb1d502
TV
57572018-07-19 Tom de Vries <tdevries@suse.de>
5758
5759 * gdb.mi/list-thread-groups-available.exp (cores_re): Fix quoting in
5760 regular expression.
5761
42dc7699
TV
57622018-07-18 Tom de Vries <tdevries@suse.de>
5763
5764 * gdb.base/vla-optimized-out.c: New test.
5765 * gdb.base/vla-optimized-out.exp: New file.
5766
7f1f7e23
SDJ
57672018-07-13 Sergio Durigan Junior <sergiodj@redhat.com>
5768
5769 * lib/gdbserver-support.exp (gdbserver_start): Expect for the
5770 message "No address associated with hostname" when gdbserver
5771 cannot resolve the hostname.
5772
5759ebb3
PW
57732018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5774
5775 * gdb.threads/pthreads.exp: Test qcs FLAG arguments.
5776 Add some test prefixes to make tests unique.
5777
3606ccab
PW
57782018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5779
5780 * gdb.base/frameapply.c: New file.
5781 * gdb.base/frameapply.exp: New file.
5782
529c08b2
PW
57832018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5784
5785 * gdb.base/skip.exp: Update expected error message.
5786
c7ab0aef
SDJ
57872018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
5788 Jan Kratochvil <jan.kratochvil@redhat.com>
5789 Paul Fertser <fercerpav@gmail.com>
5790 Tsutomu Seki <sekiriki@gmail.com>
5791
5792 * README (Testsuite Parameters): Mention new 'GDB_TEST_SOCKETHOST'
5793 parameter.
5794 * boards/native-extended-gdbserver.exp: Do not set 'sockethost'
5795 by default.
5796 * boards/native-gdbserver.exp: Likewise.
5797 * gdb.server/run-without-local-binary.exp: Improve regexp used
5798 for detecting when a remote debugging connection succeeds.
5799 * gdb.server/server-connect.exp: New file.
5800 * lib/gdbserver-support.exp (gdbserver_default_get_comm_port):
5801 Do not prefix the port number with ":".
5802 (gdbserver_start): New global GDB_TEST_SOCKETHOST. Implement
5803 support for detecting and using it. Add '$debughost_gdbserver'
5804 to the list of arguments used to start gdbserver. Handle case
5805 when gdbserver cannot resolve a network name.
5806
16ff70dd
SDJ
58072018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
5808
5809 PR c++/23373
5810 * gdb.base/ptype-offsets.cc (struct static_member): New
5811 struct.
5812 (main) <stmember>: New variable.
5813 * gdb.base/ptype-offsets.exp: Add test for printing a struct
5814 with a static member in it.
5815
3541979f
AB
58162018-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
5817
5818 * gdb.base/watchpoint-reuse-slot.exp: Test with hardware
5819 watchpoints enabled and disabled.
5820
c8ad9b9a
AB
58212018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
5822
5823 * gdb.base/examine-backward.exp: Still run tests around address
5824 0x0, even if address 0x0 is not readable. Update the pattern for
5825 matching address 0x0 in expected output.
5826
e0e5e971
AB
58272018-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
5828
5829 * gdb.base/share-env-with-gdbserver.c (main): Add call to
5830 malloc/free.
5831
1ea5da02
TV
58322018-07-04 Tom de Vries <tdevries@suse.de>
5833
5834 * gdb.dwarf2/dw2-error.exp: Update expected error message.
5835
471b9d15
MR
58362018-07-02 Maciej W. Rozycki <macro@mips.com>
5837
5838 PR tdep/8282
5839 * gdb.arch/mips-disassembler-options.exp: New test.
5840 * gdb.arch/mips-disassembler-options.s: New test source.
5841
75acb486
PA
58422018-06-29 Pedro Alves <palves@redhat.com>
5843
5844 * gdb.threads/names.exp: Adjust expected "info threads" output.
5845
cd2bb709
PA
58462018-06-29 Pedro Alves <palves@redhat.com>
5847
5848 * gdb.opt/inline-break.exp (line number, address): Add "info
5849 break" tests.
5850
991ff292
PA
58512018-06-29 Pedro Alves <palves@redhat.com>
5852
5853 * gdb.opt/inline-break.c (func1): Add "break here" marker.
5854 * gdb.opt/inline-break.exp: Test setting breakpoints by line
5855 number and address and running to them.
5856
356819b6 58572018-06-29 Richard Bunt <richard.bunt@arm.com>
49af4b70
RB
5858
5859 * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
5860
2512d7ef
JK
58612018-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
5862
5863 * lib/compiler.c: Remove executable permission flag.
5864
be1b6474
RB
58652018-06-28 Richard Bunt <richard.bunt@arm.com>
5866
5867 * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
5868 code.
5869 * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
5870
291f9a96
PT
58712018-06-28 Petr Tesarik <ptesarik@suse.cz>
5872
5873 * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
5874
ed6dfe51
PT
58752018-06-28 Petr Tesarik <ptesarik@suse.cz>
5876
5877 * gdb.base/relocate.exp: Test add-symbol-file behavior when the
5878 address argument is omitted.
5879
d4d429d5
PT
58802018-06-28 Petr Tesarik <ptesarik@suse.cz>
5881
5882 * gdb.base/relocate.exp: Add test for "symbol-file -o ".
5883
7ab6656f
OJ
58842018-06-27 Omair Javaid <omair.javaid@linaro.org>
5885
5886 PR gdb/21695
5887 * gdb.base/infoline-reloc-main-from-zero.exp: New test.
5888 * gdb.base/infoline-reloc-main-from-zero.c: New file.
5889
a33ccfc7
TT
58902018-06-26 Tom Tromey <tom@tromey.com>
5891
5892 PR rust/22574:
5893 * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
5894 * gdb.rust/simple.rs (struct SimpleLayout): New.
5895
6d72d289
SM
58962018-06-22 Simon Marchi <simon.marchi@ericsson.com>
5897
5898 * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
5899 "info registers" output.
5900
8363f9d5
RB
59012018-06-21 Richard Bunt <richard.bunt@arm.com>
5902
5903 * gdb.base/watchpoint-hw-attach.c: New test.
5904 * gdb.base/watchpoint-hw-attach.exp: New file.
5905
f00674fe
SM
59062018-06-20 Simon Marchi <simon.marchi@ericsson.com>
5907
5908 * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
5909 through /bin/sh.
5910 * boards/dwarf4-gdb-index.exp: Likewise.
5911 * boards/fission-dwp.exp: Likewise.
5912
1d554008
UW
59132018-06-20 Ulrich Weigand <uweigand@de.ibm.com>
5914
5915 * gdb.base/float128.exp: Add comment and improved fail message
5916 to the failure case of "print large128" test.
5917
d0ac1c44
SM
59182018-06-19 Simon Marchi <simon.marchi@ericsson.com>
5919
5920 * configure.ac: Remove AC_PREREQ.
5921 * configure: Re-generate.
5922
61b04dd0
PA
59232018-06-19 Pedro Alves <palves@redhat.com>
5924
5925 * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
5926 (func_extern_caller): New.
5927 (main): Call func_extern_caller.
5928 * gdb.opt/inline-break.exp: Add tests for inline frame skipping
5929 logic change.
5930
f63b508a
SM
59312018-06-18 Weimin Pan <weimin.pan@oracle.com>
5932
5933 PR gdb/16841
5934 * gdb.cp/typedef-base.cc: New file.
5935 * gdb.cp/typedef-base.exp: New file.
5936
0fe3a558
TV
59372018-06-18 Tom de Vries <tdevries@suse.de>
5938
5939 * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
5940
7010835a
AB
59412018-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
5942 Richard Bunt <Richard.Bunt@arm.com>
5943
5944 * gdb.threads/attach-slow-waitpid.c: New file.
5945 * gdb.threads/attach-slow-waitpid.exp: New file.
5946 * gdb.threads/slow-waitpid.c: New file.
5947
14897d65
PA
59482018-06-14 Pedro Alves <palves@redhat.com>
5949
5950 * gdb.base/fork-running-state.c: Include <errno.h>.
5951 (exit_if_relative_exits): New.
5952 (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
5953 exits.
5954 (fork_parent): If 'exit_if_relative_exits' is true, exit if the
5955 child exits.
5956
5d9a0608
TV
59572018-06-14 Tom de Vries <tdevries@suse.de>
5958
5959 PR cli/22573
5960 * gdb.base/finish-pretty.c: New test.
5961 * gdb.base/finish-pretty.exp: New file.
5962
11ae5818
PA
59632018-06-14 Pedro Alves <palves@redhat.com>
5964
5965 * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
5966 gdb's expected startup output.
5967
1d39de44
PA
59682018-06-14 Pedro Alves <palves@redhat.com>
5969
5970 * lib/selftest-support.exp (selftest_setup): Remove inlined
5971 function handling.
5972
70ee0000
TV
59732018-06-14 Tom de Vries <tdevries@suse.de>
5974
5975 * lib/selftest-support.exp (selftest_setup): Allow function arguments in
5976 matching of breakpoint printing.
5977
11f4b608
TV
59782018-06-13 Tom de Vries <tdevries@suse.de>
5979
5980 PR testsuite/23269
5981 * gdb.base/fork-running-state.c (main): Move setting of alarm ...
5982 (fork_child): ... here, and ...
5983 (fork_parent): ... here.
5984
59852018-06-12 Tom de Vries <tdevries@suse.de>
5986
5987 * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
5988
9516f85a
AB
59892018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
5990 Stephen Roberts <stephen.roberts@arm.com>
5991
5992 * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
5993 rewrite test to describe action performed, rather than possible
5994 failure.
5995
5045b3d7
GB
59962018-06-08 Gary Benson <gbenson@redhat.com>
5997
5998 * gdb.threads/check-libthread-db.exp: New file.
5999 * gdb.threads/check-libthread-db.c: Likewise.
6000
c61b06a1
TT
60012018-06-05 Tom Tromey <tom@tromey.com>
6002
6003 * gdb.base/default.exp: Update expected "show version" output.
6004
eb6af809
TT
60052018-06-05 Tom Tromey <tom@tromey.com>
6006
6007 PR cli/12326:
6008 * gdb.cp/static-print-quit.exp: Update.
6009 * lib/gdb.exp (pagination_prompt): Update.
6010 * gdb.base/page.exp: Use pagination_prompt. Add new tests.
6011 * gdb.python/python.exp: Update.
6012
178d6a63
JB
60132018-06-04 Joel Brobecker <brobecker@adacore.com>
6014
6015 * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
6016
8e817061
JB
60172018-06-01 Joel Brobecker <brobecker@adacore.com>
6018
6019 * gdb.ada/bp_fun_addr: New testcase.
6020
e86ca25f
TT
60212018-06-01 Tom Tromey <tom@tromey.com>
6022
6023 * gdb.xml/tdesc-regs.exp (load_description): Update expected
6024 results.
6025 * gdb.dwarf2/method-ptr.exp: Set language to C++.
6026 * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
6027 * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
6028 * gdb.base/maint.exp (maint_pass_if): Update.
6029
4b2dfa9d
MR
60302018-05-31 Maciej W. Rozycki <macro@mips.com>
6031
6032 * gdb.base/endian.exp: New test.
6033 * gdb.base/endian.c: New test source.
6034
45f25d6c
AB
60352018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
6036
6037 PR gdb/23203
6038 * gdb.base/bt-selected-frame.c: New file.
6039 * gdb.base/bt-selected-frame.exp: New file.
6040 * lib/gdb.exp (get_current_frame_number): New function.
6041
d9f6d7f8
MR
60422018-05-24 Maciej W. Rozycki <macro@mips.com>
6043 Pedro Alves <palves@redhat.com>
6044
6045 * gdb.threads/tls-core.c: Include <stdlib.h>
6046 (thread_proc): Call `abort'.
6047 * gdb.threads/tls-core.exp: Generate a core with core_find too.
6048 (tls_core_test): New procedure, bits factored out from ...
6049 (top level): ... here. Test both native cores and gcore cores.
6050
ff1cf532
TT
60512018-05-23 Tom Tromey <tom@tromey.com>
6052
6053 * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
6054
b98664d3
TT
60552018-05-23 Tom Tromey <tom@tromey.com>
6056
6057 * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
6058 symfile_complaints.
6059 (test_short_complaints): Likewise.
6060 (test_empty_complaints): Likewise.
6061 (test_initial_complaints): Update.
6062
4e9668d0
TT
60632018-05-23 Tom Tromey <tom@tromey.com>
6064
6065 * gdb.gdb/complaints.exp (test_empty_complaints): Update.
6066
43ba33c7
TT
60672018-05-23 Tom Tromey <tom@tromey.com>
6068
6069 * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
6070 (test_short_complaints): Update.
6071
035522c0
PA
60722018-05-22 Pedro Alves <palves@redhat.com>
6073
6074 * gdb.base/remote.exp: Only gdb_start after compiling the
6075 testcase. Issue "disconnect" before testing "set remote" command
6076 defaults. Issue clean_restart before running to main.
6077
cc0be08f
PA
60782018-05-22 Pedro Alves <palves@redhat.com>
6079
6080 * gdb.base/remote.exp: Adjust expected output of "show remote
6081 memory-write-packet-size". Add tests for "set remote
6082 memory-write-packet-size 0" and "set remote
6083 memory-write-packet-size fixed/limit".
6084
b1b60145
PA
60852018-05-22 Pedro Alves <palves@redhat.com>
6086
6087 PR gdb/22973
6088 * gdb.base/utf8-identifiers.c: New file.
6089 * gdb.base/utf8-identifiers.exp: New file.
6090
0ec848ad
PFC
60912018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
6092
6093 * gdb.arch/powerpc-fpscr-gcore.exp: New file.
6094
2c3305f6
PFC
60952018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
6096
6097 * gdb.arch/powerpc-vsx-gcore.exp: New file.
6098
ce1e8424
TT
60992018-05-18 Tom Tromey <tom@tromey.com>
6100
6101 * gdb.base/ptype-offsets.exp: Update.
6102
ddfe970e
KS
61032018-05-17 Keith Seitz <keiths@redhat.com>
6104
6105 * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
6106 in expected breakpoint stop locations.
6107 * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
6108 move to proper scope to test variable values.
6109 * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
6110 (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
6111 New functions.
6112 (main): Call not_inline_func3.
6113 * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
6114 inline_func1, inline_func2, and inline_func3. Test that when each
6115 breakpoint is hit, GDB properly reports both the stop location
6116 and the backtrace. Repeat tests for temporary breakpoints.
6117
0726fcc6
MR
61182018-05-15 Maciej W. Rozycki <macro@mips.com>
6119
6120 * gdb.server/server-kill.exp: Verify whether `server_pid' exists
6121 rather then trying to access it in determining whether the PID
6122 of `gdbserver' could have been retrieved.
6123
8ee22052
AB
61242018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
6125
6126 * gdb.arch/amd64-init-x87-values.S: New file.
6127 * gdb.arch/amd64-init-x87-values.exp: New file.
6128
7785df48
JK
61292018-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
6130
6131 * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
6132
56bcdbea
TT
61332018-05-04 Tom Tromey <tom@tromey.com>
6134
6135 PR python/22730:
6136 * gdb.python/python.exp: Test multi-line execute.
6137
a913fffb
TT
61382018-05-04 Tom Tromey <tom@tromey.com>
6139
6140 PR python/22731:
6141 * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
6142
7a2c85f2
TT
61432018-05-04 Tom Tromey <tom@tromey.com>
6144
6145 PR gdb/11750:
6146 * gdb.base/define.exp: Test defining a user command inside a user
6147 command.
6148 * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
6149
a3b60e45
JK
61502018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
6151 Pedro Alves <palves@redhat.com>
6152
6153 PR breakpoints/19806 and support for PR external/20207.
6154 * gdb.base/watchpoint-unaligned.c: New file.
6155 * gdb.base/watchpoint-unaligned.exp: New file.
6156
45fe4a03
AB
61572018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
6158
6159 * gdb.base/maint.exp: Make test names unique, use
6160 test_prefix_command_help to test 'help maint info', and remove
6161 repeated test of 'help maint'.
6162
9be2ae8f
TT
61632018-05-04 Tom Tromey <tom@tromey.com>
6164
6165 PR gdb/22619:
6166 * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
6167 behavior.
6168
11859c31
AB
61692018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
6170
6171 * gdb.base/maint.exp: Process output from 'maint print registers'
6172 line at a time.
6173
089a9490
AB
61742018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
6175
6176 * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
6177 timeout.
6178
9b0797e2
AB
61792018-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
6180
6181 * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
6182 filter pattern.
6183
f6ac5f3d
PA
61842018-05-02 Pedro Alves <palves@redhat.com>
6185
6186 * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
6187 to_log_command renames.
6188 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
6189
77d3c63b
TT
61902018-05-02 Tom Tromey <tom@tromey.com>
6191
6192 * gdb.python/py-parameter.exp: Set test message.
6193
0489430a
TT
61942018-05-02 Tom Tromey <tom@tromey.com>
6195
6196 PR python/20084:
6197 * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
6198 PARAM_ZUINTEGER_UNLIMITED tests.
6199
1632f8ba
DR
62002018-04-28 Dan Robertson <danlrobertson89@gmail.com>
6201
6202 PR rust/23124
6203 * gdb.rust/expr.exp: Test that the unit type is correctly parsed
6204 when casting.
6205
6d7bb824
TT
62062018-04-30 Tom Tromey <tom@tromey.com>
6207
6208 * gdb.python/py-type.exp: Check align attribute.
6209 * gdb.python/py-type.c: New "aligncheck" global.
6210
007e1530
TT
62112018-04-30 Tom Tromey <tom@tromey.com>
6212
6213 PR exp/17095:
6214 * gdb.dwarf2/dw2-align.exp: New file.
6215 * gdb.cp/align.exp: New file.
6216 * gdb.base/align.exp: New file.
6217 * lib/gdb.exp (gdb_int128_helper): New proc.
6218 (has_int128_c, has_int128_cxx): New caching procs.
6219
6873858b
TT
62202018-04-27 Tom Tromey <tom@tromey.com>
6221
6222 PR rust/22545:
6223 * gdb.rust/simple.exp: Add inclusive range tests.
6224
79188d8d
PA
62252018-04-26 Pedro Alves <palves@redhat.com>
6226
6227 * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
6228 ifunc breakpoint locations correctly of ifunc breakpoints set
6229 while the program resolves the ifunc.
6230
c7075ad5
PA
62312018-04-26 Pedro Alves <palves@redhat.com>
6232
6233 * gdb.base/gnu-ifunc-final.c: New file.
6234 * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
6235 * gdb.base/gnu-ifunc.exp (executable): Delete.
6236 (staticexecutable): Adjust.
6237 (lib_opts, exec_opts): Delete.
6238 (make_binsuffix, build, set-break): New procedures.
6239 (misc_tests): New, with tests factored out from the top level.
6240 (top level): Test different combinations of ifunc resolver name,
6241 resolver with and with debug info, and ifunc target with and
6242 without debug info. Wrap static tests with with_target_prefix.
6243
8388016d
PA
62442018-04-26 Pedro Alves <palves@redhat.com>
6245
6246 * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
6247 return type" warnings.
6248
249b5733
PA
62492018-04-25 Pedro Alves <palves@redhat.com>
6250
6251 * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
6252 killed".
6253 * gdb.base/kill-after-signal.exp: Likewise.
6254 * gdb.threads/kill.exp: Likewise.
6255
f67c0c91
SDJ
62562018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
6257 Sergio Durigan Junior <sergiodj@redhat.com>
6258 Pedro Alves <palves@redhat.com>
6259
6260 * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
6261 regexps to expect for '[Inferior ... detached]' as well.
6262 * gdb.base/attach.exp: Likewise.
6263 * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
6264 "gdb_continue_to_end".
6265 (test_catch_syscall_with_wrong_args): Likewise.
6266 * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
6267 ']'. Don't set 'verbose' on.
6268 * gdb.base/foll-vfork.exp: Likewise.
6269 * gdb.base/fork-print-inferior-events.c: New file.
6270 * gdb.base/fork-print-inferior-events.exp: New file.
6271 * gdb.base/hook-stop.exp: Adjust regexps to expect for new
6272 '[Inferior ... has been killed]' message.
6273 * gdb.base/kill-after-signal.exp: Likewise.
6274 * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
6275 detach message.
6276 * gdb.threads/kill.exp: Adjust regexps to expect for new kill
6277 message.
6278 * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
6279 regexps to expect for '[Inferior ... detached]' as well.
6280 * gdb.threads/process-dies-while-detaching.exp: Likewise.
6281
0a8ddac4
SM
62822018-04-24 Simon Marchi <simon.marchi@ericsson.com>
6283
6284 PR gdb/23104
6285 * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
6286
701adfb0
PA
62872018-04-22 Rajendra SY <rajendra.sy@gmail.com>
6288
6289 PR gdb/23095
6290 * gdb.base/break-probes.exp: Pass shlib_load to
6291 prepare_for_testing. Set normal_bp to r_debug_state if target is
6292 bsd.
6293
d27d16bf
RB
62942018-04-19 Richard Bunt <richard.bunt@arm.com>
6295
6296 * gdb.threads/multiple-successive-infcall.c: New test.
6297 * gdb.threads/multiple-successive-infcall.exp: New file.
6298
a037790e
TT
62992018-04-17 Tom Tromey <tom@tromey.com>
6300
6301 * gdb.rust/simple.rs (Union): New type.
6302 (main): New local "u".
6303 * gdb.rust/simple.exp (test_one_slice): Add new test case.
6304
e3a91079
AA
63052018-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
6306
6307 * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
6308 number information in output of "whereis" command.
6309 * gdb.base/info-fun.exp: Likewise, for "info fun" command.
6310
b744723f
AA
63112018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6312
6313 * gdb.ada/info_types.exp: Adjust expected output to the line
6314 numbers now printed by "info var/func/type".
6315 * gdb.base/completion.exp: Likewise.
6316 * gdb.base/included.exp: Likewise.
6317 * gdb.cp/cp-relocate.exp: Likewise.
6318 * gdb.cp/cplusfuncs.exp: Likewise.
6319 * gdb.cp/namespace.exp: Likewise.
6320 * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
6321
4a4495d6
MM
63222018-04-13 Markus Metzger <markus.t.metzger@intel.com>
6323
6324 * gdb.btrace/cpu.exp: New.
6325
1d509aa6
MM
63262018-04-13 Markus Metzger <markus.t.metzger@intel.com>
6327
6328 * gdb.base/step-indirect-call-thunk.exp: New.
6329 * gdb.base/step-indirect-call-thunk.c: New.
6330 * gdb.reverse/step-indirect-call-thunk.exp: New.
6331 * gdb.reverse/step-indirect-call-thunk.c: New.
6332
6295b6da
SM
63332018-04-11 Simon Marchi <simon.marchi@ericsson.com>
6334
6335 * gdb.base/pie-fork.c: New file.
6336 * gdb.base/pie-fork.exp: New file.
6337
50146e70
TT
63382018-04-11 Tom Tromey <tom@tromey.com>
6339
6340 * gdb.rust/simple.exp: Add test for ".." struct initializer.
6341
f50d8a2e
PA
63422018-04-10 Pedro Alves <palves@redhat.com>
6343
6344 * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
6345 exits. Instead loop running forever.
6346 (fork_parent): Run forever too.
6347
a0be7a36
SM
63482018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
6349
6350 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
6351 mi_continue_to_line.
6352 * gdb.mi/mi-stack.c (callee4): Add comment.
6353
9b73db36
SM
63542018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
6355
6356 * gdb.mi/mi-stack.exp: Fix indentation.
6357
c912f608
SM
63582018-04-07 Simon Marchi <simon.marchi@ericsson.com>
6359
6360 PR gdb/22979
6361 * gdb.arch/amd64-osabi.exp: New file.
6362
26540402
SM
63632018-04-07 Simon Marchi <simon.marchi@ericsson.com>
6364
6365 PR gdb/22980
6366 * gdb.base/osabi.exp: New file.
6367
121ad66c 63682018-04-02 Weimin Pan <weimin.pan@oracle.com>
79f18731
WP
6369
6370 * gdb.cp/static-typedef-print.exp: New file.
6371 * gdb.cp/static-typedef-print.cc: New file.
6372
3fcded8f
JB
63732018-03-27 Joel Brobecker <brobecker@adacore.com>
6374
6375 * gdb.ada/varsize_limit: New testcase.
6376
59cc4834
JB
63772018-03-27 Joel Brobecker <brobecker@adacore.com>
6378
6379 * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
6380
6381 * gdb.ada/notcplusplus: New testcase.
6382
6383 * gdb.base/c-linkage-name.c: New file.
6384 * gdb.base/c-linkage-name.exp: New testcase.
6385
4ca59a9f
TT
63862018-03-26 Tom Tromey <tom@tromey.com>
6387
6388 * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
6389 * gdb.python/py-framefilter.py (name_error): New global.
6390 (ErrorInName.function): Use name_error.
6391
978d6c75
TT
63922018-03-26 Tom Tromey <tom@tromey.com>
6393
6394 PR backtrace/15582:
6395 * gdb.python/py-framefilter.exp: Add "bt hide" test.
6396
b7fee5a3
KS
63972018-03-23 Keith Seitz <keiths@redhat.com>
6398
6399 PR c++/22968
6400 * gdb.cp/subtypes.exp: New file.
6401 * gdb.cp/subtypes.h: New file.
6402 * gdb.cp/subtypes.cc: New file.
6403 * gdb.cp/subtypes-2.cc: New file.
6404
376be529
AB
64052018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
6406
6407 * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
6408 (done): Call '_exit' not 'exit' to avoid atexit handlers.
6409 * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
6410 -nostartfiles when compiling the test. Confirm that all registers
6411 xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
6412
066cfa98
AB
64132018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
6414
6415 * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
6416 option, syntax was wrong anyway.
6417 * gdb.arch/arm-disp-step.exp: Likewise.
6418 * gdb.arch/sparc64-regs.exp: Likewise.
6419 * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
6420 option, syntax was wrong anyway, switch to use
6421 prepare_for_testing.
6422 * gdb.arch/i386-disp-step.exp: Likewise.
6423
079670b9
AA
64242018-03-23 Andreas Arnez <arnez@linux.vnet.ibm.com>
6425
6426 * gdb.ada/exec_changed.exp: Replace "target_info exists
6427 use_gdb_stub" by "use_gdb_stub".
6428 * gdb.ada/start.exp: Likewise.
6429 * gdb.base/async-shell.exp: Likewise.
6430 * gdb.base/attach-pie-misread.exp: Likewise.
6431 * gdb.base/attach-wait-input.exp: Likewise.
6432 * gdb.base/break-entry.exp: Likewise.
6433 * gdb.base/break-interp.exp: Likewise.
6434 * gdb.base/dprintf-detach.exp: Likewise.
6435 * gdb.base/nostdlib.exp: Likewise.
6436 * gdb.base/solib-nodir.exp: Likewise.
6437 * gdb.base/statistics.exp: Likewise.
6438 * gdb.base/testenv.exp: Likewise.
6439 * gdb.mi/mi-exec-run.exp: Likewise.
6440 * gdb.mi/mi-start.exp: Likewise.
6441 * gdb.multi/dummy-frame-restore.exp: Likewise.
6442 * gdb.multi/multi-arch-exec.exp: Likewise.
6443 * gdb.multi/multi-arch.exp: Likewise.
6444 * gdb.multi/tids.exp: Likewise.
6445 * gdb.multi/watchpoint-multi.exp: Likewise.
6446 * gdb.python/py-events.exp: Likewise.
6447 * gdb.threads/attach-into-signal.exp: Likewise.
6448 * gdb.threads/attach-stopped.exp: Likewise.
6449 * gdb.threads/threadapply.exp: Likewise.
6450 * lib/selftest-support.exp: Likewise.
6451
26d6cec4
AA
64522018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
6453
6454 * gdb.base/info-proc.exp: Add test for "info proc cmdline".
6455
4ee89e90
SR
64562018-03-20 Stephen Roberts <stephen.roberts@arm.com>
6457
6458 * gdb.perf/template-breakpoints.cc: New file.
6459 * gdb.perf/template-breakpoints.exp: New file.
6460 * gdb.perf/template-breakpoints.py: New file.
6461
92630041
TT
64622018-03-19 Tom Tromey <tom@tromey.com>
6463
6464 * gdb.rust/simple.rs (main): Add local variables field1, field2,
6465 y0.
6466 * gdb.rust/simple.exp: Test bare identifier form of struct
6467 initializer.
6468
76727919
TT
64692018-03-19 Tom Tromey <tom@tromey.com>
6470
6471 * gdb.gdb/observer.exp: Remove.
6472
194ed413
AA
64732018-03-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
6474
6475 * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
6476 "qualified" option when setting breakpoints.
6477 * gdb.trace/backtrace.exp: Likewise.
6478 * gdb.trace/circ.exp: Likewise.
6479 * gdb.trace/collection.exp: Likewise.
6480 * gdb.trace/disconnected-tracing.exp: Likewise.
6481 * gdb.trace/ftrace-lock.exp: Likewise.
6482 * gdb.trace/ftrace.exp: Likewise.
6483 * gdb.trace/infotrace.exp: Likewise.
6484 * gdb.trace/packetlen.exp: Likewise.
6485 * gdb.trace/passc-dyn.exp: Likewise.
6486 * gdb.trace/qtro.exp: Likewise.
6487 * gdb.trace/read-memory.exp: Likewise.
6488 * gdb.trace/report.exp: Likewise.
6489 * gdb.trace/signal.exp: Likewise.
6490 * gdb.trace/status-stop.exp: Likewise.
6491 * gdb.trace/strace.exp: Likewise.
6492 * gdb.trace/tfind.exp: Likewise.
6493 * gdb.trace/trace-break.exp: Likewise.
6494 * gdb.trace/trace-condition.exp: Likewise.
6495 * gdb.trace/trace-mt.exp: Likewise.
6496 * gdb.trace/tstatus.exp: Likewise.
6497 * gdb.trace/tsv.exp: Likewise.
6498 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
6499 * gdb.trace/unavailable.exp: Likewise.
6500 * gdb.trace/while-dyn.exp: Likewise.
6501
8b067d2c
AA
65022018-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
6503
6504 * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
6505 that libinproctrace is copied to the target.
6506
3ae9ce5d
TT
65072018-03-14 Tom Tromey <tom@tromey.com>
6508
6509 PR cli/14977:
6510 * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
6511 a null pointer.
6512 * gdb.base/wchar.exp: Likewise.
6513
b8c2339b
TT
65142018-03-14 Tom Tromey <tom@tromey.com>
6515
6516 PR cli/19918:
6517 * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
6518 flag.
6519
4872dc46
SM
65202018-03-08 Simon Marchi <simon.marchi@ericsson.com>
6521
6522 PR gdb/22841
6523 * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
6524 "target" to remote_exec.
6525
e4fe3756
SM
65262018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
6527
6528 PR gdb/22841
6529 * boards/gdbserver-base.exp (${board}_file, ${board}_download,
6530 ${board}_upload): Remove.
6531
e95a97d4
AA
65322018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
6533
6534 * gdb.cp/watch-cp.cc: New test.
6535 * gdb.cp/watch-cp.exp: New file.
6536
dbbb1059
AB
65372018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
6538
6539 * gdb.base/infcall-nested-structs.exp: New file.
6540 * gdb.base/infcall-nested-structs.c: New file.
6541 * gdb.base/float.exp: Add riscv support.
6542
ecc054c0
TP
65432018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
6544
6545 * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
6546 * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
6547
25e3c82c
SDJ
65482018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
6549
6550 * gdb.server/abspath.exp: New file.
6551 * lib/gdb.exp (with_cwd): New procedure.
6552
3083294d
SM
65532018-02-28 Simon Marchi <simon.marchi@ericsson.com>
6554
6555 * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
6556 use it.
6557 (gdb_is_target_remote_prompt): New proc.
6558 (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
6559 (gdb_is_target_native): Pass prompt parameter to
6560 gdb_is_target_1.
6561
3275ef47
SM
65622018-02-26 Simon Marchi <simon.marchi@polymtl.ca>
6563
6564 * gdb.base/load-command.c: New file.
6565 * gdb.base/load-command.exp: New file.
6566 * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
6567 (gdb_is_target_1): ...this, and generalize for other targets
6568 than just remote.
6569 (gdb_is_target_remote): Use gdb_is_target_1.
6570 (gdb_is_target_native): use gdb_is_target_1.
6571
6893c19a
TT
65722018-02-26 Tom Tromey <tom@tromey.com>
6573
6574 PR python/16497:
6575 * gdb.python/py-framefilter.exp: Update test.
6576
2ddeaf8a
TT
65772018-02-26 Tom Tromey <tom@tromey.com>
6578
6579 * gdb.dwarf2/variant.c: New file.
6580 * gdb.dwarf2/variant.exp: New file.
6581
c9317f21
TT
65822018-02-26 Tom Tromey <tom@tromey.com>
6583
6584 * gdb.rust/simple.exp: Accept more possible results in enum test.
6585
6f6d0c26
SM
65862018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
6587
6588 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
6589 parentheses.
6590
11b03145
MR
65912018-02-23 Maciej W. Rozycki <macro@mips.com>
6592
6593 * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
6594 name of a variable: $actual_linejj -> $actual_line.
6595
54a27fe5
JB
65962018-02-21 John Baldwin <jhb@FreeBSD.org>
6597
6598 * gdb.arch/amd64-i386-address.exp: Fix a typo.
6599
de65820c
MM
66002018-02-20 Markus Metzger <markus.t.metzger@intel.com>
6601
6602 * gdb.btrace/buffer-size.exp: Do not force BTS.
6603
980548fd
PA
66042018-02-14 Pedro Alves <palves@redhat.com>
6605
6606 * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
6607 getting a "Quit".
6608
c4e12631
MM
66092018-02-09 Markus Metzger <markus.t.metzger@intel.com>
6610
6611 * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
6612 Fix test name.
6613
c2e0e465
SM
66142018-02-07 Simon Marchi <simon.marchi@ericsson.com>
6615
6616 * gdb.cp/m-static.exp: Check type of optimized out static
6617 member.
6618
f7216783
AB
66192018-02-03 Andrew Burgess <andrew.burgess@embecosm.com>
6620
6621 * config/sid.exp (gdb_target_sid): Remove use of cleanup.
6622 * config/sim.exp (gdb_target_sim): Remove use of cleanup.
6623
0625771b
LS
66242018-02-01 Simon Marchi <simon.marchi@polymtl.ca>
6625 Leszek Swirski <leszeks@google.com>
6626
6627 * gdb.python/py-prettyprint.c
6628 (struct to_string_returns_value_inner,
6629 struct to_string_returns_value_wrapper): New.
6630 (main): Add tsrvw variable.
6631 * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
6632 ToStringReturnsValueWrapper): New classes.
6633 (register_pretty_printers): Register new pretty-printers.
6634 * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
6635 recursive pretty printer.
6636 * gdb.python/py-mi.exp: Likewise.
6637
59498c30
LS
66382018-02-01 Leszek Swirski <leszeks@google.com>
6639
6640 * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
6641 functions with the same name as an include file are parsed
6642 correctly.
6643
d4d38844
YQ
66442018-02-01 Yao Qi <yao.qi@linaro.org>
6645
6646 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
6647 "\[^\r\n\]*".
6648
07e5f5cf
NP
66492018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
6650
6651 * gdb.arch/powerpc-prologue-frame.s: New file.
6652 * gdb.arch/powerpc-prologue-frame.c: Likewise.
6653 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
6654
929b5ad4
JB
66552018-01-31 Joel Brobecker <brobecker@adacore.com>
6656
6657 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
6658
e671cd59
PA
66592018-01-30 Pedro Alves <palves@redhat.com>
6660
6661 PR gdb/13211
6662 * gdb.base/interrupt-daemon.c: New.
6663 * gdb.base/interrupt-daemon.exp: New.
6664 * gdb.multi/multi-term-settings.c: New.
6665 * gdb.multi/multi-term-settings.exp: New.
6666
fc413dc4
JB
66672018-01-30 Joel Brobecker <brobecker@adacore.com>
6668
6669 * gdb.base/break.exp: Save the location where the breakpoint
6670 on break.c:47 was actually inserted when debugging the version
6671 compiled at -O2 and use it in the expected output of the "info
6672 break" test performed soon after.
6673
5c319bb2
PA
66742018-01-22 Pedro Alves <palves@redhat.com>
6675 Sergio Durigan Junior <sergiodj@redhat.com>
6676
6677 * gdb.base/whatis.exp: Add tests for 'set print object on' +
6678 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
6679
a9e40818
JB
66802018-01-22 Joel Brobecker <brobecker@adacore.com>
6681
6682 * gdb.base/break-include.c, gdb.base/break-include.inc,
6683 gdb.base/break-include.exp: New files.
6684 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
6685 line number now being the actual line number where the breakpoint
6686 was inserted.
6687 * gdb.mi/mi-break.exp: Likewise.
6688 * gdb.mi/mi-reverse.exp: Likewise.
6689 * gdb.mi/mi-simplerun.exp: Ditto.
6690
e707fc44
AB
66912018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
6692
6693 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
6694 varobj.
6695 * gdb.mi/mi-var-create-rtti.exp: Likewise.
6696
ae451627
AB
66972018-01-21 Don Breazeal <donb@codesourcery.com>
6698 Andrew Burgess <andrew.burgess@embecosm.com>
6699
6700 * gdb.mi/basics.c: Add new global.
6701 * gdb.mi/mi-frame-regs.exp: New file.
6702 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
6703 case.
6704
b1b189e0
AB
67052018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
6706
6707 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
6708 non-parameter, and on an unknown symbol.
6709
fcfcc376
TT
67102018-01-19 Tom Tromey <tom@tromey.com>
6711
6712 * gdb.rust/modules.rs (TWENTY_THREE): New global.
6713 * gdb.rust/modules.exp: Add ::-qualified lookup test.
6714
634c1c31
AA
67152018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
6716
6717 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
6718 setrlimit and chdir to int.
6719
d6ad07fd
AA
67202018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
6721
6722 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
6723 function.
6724 (my_tend): Likewise.
6725 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
6726 rationale of avoiding FP- and vector instructions.
6727
adf8243b
RK
67282018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
6729
6730 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
6731 "info reg" with "\[ \t\]*".
6732 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
6733 "\[ \t\]+".
6734 * gdb.arch/s390-multiarch.exp: Ditto.
6735 * gdb.base/pc-fp.exp: Ditto.
6736 * gdb.reverse/i386-precsave.exp: Ditto.
6737 * gdb.reverse/i386-reverse.exp: Ditto.
6738 * gdb.reverse/i387-env-reverse.exp: Ditto.
6739 * gdb.reverse/i387-stack-reverse.exp: Ditto.
6740
dcc06925
AA
67412018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
6742
6743 * lib/gdb.exp (gdb_compile): Re-enable use of
6744 universal_compile_options for languages other than Rust.
6745
25d4fd80
AA
67462018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
6747
6748 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
6749
ee7f689e 67502018-01-17 Mike Gulick <mgulick@mathworks.com>
41667530
MG
6751
6752 PR gdb/16577
6753 * gdb.base/solib-vanish.exp: New.
6754 * gdb.base/solib-vanish-main.c: New.
6755 * gdb.base/solib-vanish-lib1.c: New.
6756 * gdb.base/solib-vanish-lib2.c: New.
6757
d8447b6b
YQ
67582018-01-17 Yao Qi <yao.qi@linaro.org>
6759
6760 * gdb.compile/compile.exp: Match the address printed for
6761 frame in the output of command "bt".
6762
86d6a90c
TT
67632018-01-15 Tom Tromey <tom@tromey.com>
6764
6765 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
6766 compute sp_reg.
6767
cbcdb1aa
AB
67682018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
6769
6770 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
6771 to prepare.
6772 (prepare): Return 0 on error, 1 on success.
6773
eea61984
PA
67742018-01-12 Pedro Alves <palves@redhat.com>
6775
6776 * gdb.base/continue-after-aborted-step-over.c: New.
6777 * gdb.base/continue-after-aborted-step-over.exp: New.
6778
6181e9c2
SM
67792018-01-11 Simon Marchi <simon.marchi@ericsson.com>
6780
6781 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
6782 options when not creating an executable.
6783
3cada740
PA
67842018-01-11 Pedro Alves <palves@redhat.com>
6785
6786 PR remote/22597
6787 * gdb.server/stop-reply-no-thread.c: New file.
6788 * gdb.server/stop-reply-no-thread.exp: New file.
6789
c63d3e8d
PA
67902018-01-10 Pedro Alves <palves@redhat.com>
6791
6792 PR gdb/22670
6793 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
6794 functions too. Test setting breakpoints and printing C functions
6795 with no debug info too.
6796 * gdb.ada/bp_c_mixed_case/qux.c: New file.
6797
d4c2a405
PA
67982018-01-10 Pedro Alves <palves@redhat.com>
6799
6800 PR gdb/22670
6801 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
6802 a fail.
6803
8825213e
PA
68042018-01-10 Pedro Alves <palves@redhat.com>
6805
6806 PR gdb/22670
6807 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
6808
605fd3c6
YQ
68092018-01-08 Simon Marchi <simon.marchi@ericsson.com>
6810
6811 * gdb.server/unittest.exp: Match the output in non-development
6812 mode.
6813
1e5ded6c
YQ
68142018-01-08 Simon Marchi <simon.marchi@ericsson.com>
6815
6816 * gdb.gdb/unittest.exp: Match output in non-development mode.
6817
30066b0b
JB
68182018-01-08 Joel Brobecker <brobecker@adacore.com>
6819
6820 * gdb.ada/access_tagged_param.exp: Relax expected output
6821 for value of "ObjL" in "continue" to pck.inspect breakpoint
6822 test.
6823
04bafb1e
XR
68242018-01-08 Joel Brobecker <brobecker@adacore.com>
6825
9f86398b
JB
6826 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
6827 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
04bafb1e 6828
e379cee6
PA
68292018-01-05 Pedro Alves <palves@redhat.com>
6830
6831 PR gdb/18653
6832 * gdb.base/libsegfault.exp: New.
6833
de63c46b
PA
68342018-01-05 Joel Brobecker <brobecker@adacore.com>
6835
6836 PR gdb/22670
6837 * gdb.ada/access_tagged_param.exp: New file.
6838 * gdb.ada/access_tagged_param/foo.adb: New file.
6839
f98fc17b
PA
68402018-01-05 Pedro Alves <palves@redhat.com>
6841
6842 PR gdb/22670
6843 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
6844 exercise lower case too, and to exercise both full matching and
6845 wild matching.
6846
342f8240
JB
68472018-01-05 Joel Brobecker <brobecker@adacore.com>
6848
6849 * gdb.ada/rename_subscript_param: New testcase.
6850
7150d33c
JG
68512018-01-05 Jerome Guitton <guitton@adacore.com>
6852
6853 * gdb.ada/arr_acc_idx_w_gap: New testcase.
6854
cc0e770c
JB
68552018-01-05 Joel Brobecker <brobecker@adacore.com>
6856
6857 * gdb.ada/convvar_comp: New testcase.
6858
672a41aa 68592018-01-05 Xavier Roirand <roirand@adacore.com>
e3861a03
XR
6860
6861 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
6862 (My_Table): New global variable.
6863 * testsuite/gdb.ada/array_char_idx.exp: Add test.
6864
7365ec2f
JB
68652018-01-04 Joel Brobecker <brobecker@adacore.com>
6866
6867 PR gdb/22670
6868 * gdb.ada/maint_with_ada: New testcase.
6869
289483b6
JB
68702018-01-04 Joel Brobecker <brobecker@adacore.com>
6871
6872 PR gdb/22670
6873 * gdb.ada/bp_c_mixed_case: New testcase.
6874
344420da
JB
68752018-01-04 Joel Brobecker <brobecker@adacore.com>
6876
6877 PR gdb/22670
6878 * gdb.ada/complete.exp: Add "complete break ada" test.
6879
66fc87a0
JB
68802018-01-04 Joel Brobecker <brobecker@adacore.com>
6881
6882 PR gdb/22670
6883 * gdb.ada/info_addr_mixed_case: New testcase.
6884
9f757bf7
XR
68852018-01-03 Xavier Roirand <roirand@adacore.com>
6886
6887 * gdb.ada/excep_handle.exp: New testcase.
6888 * gdb.ada/excep_handle/foo.adb: New file.
6889 * gdb.ada/excep_handle/pck.ads: New file.
6890
bd570f80
JB
68912018-01-03 Joel Brobecker <brobecker@adacore.com>
6892
6893 * gdb.base/step-line.c: Add extra empty line in copyright header.
6894 * gdb.base/step-line.inp: Likewise.
6895
9fe561ab
JB
68962018-01-02 Joel Brobecker <brobecker@adacore.com>
6897
6898 * gdb.ada/dyn_stride.exp: Add slice test.
6899
a405673c
JB
69002018-01-02 Joel Brobecker <brobecker@adacore.com>
6901
6902 * gdb.ada/dyn_stride: New testcase.
6903
cef0f868
SH
69042017-12-27 Stafford Horne <shorne@gmail.com>
6905
6906 * gdb.xml/extra-regs.xml: Add example foo reggroup.
6907 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
6908
b67d92b0
SH
69092017-12-27 Stafford Horne <shorne@gmail.com>
6910
6911 * gdb.base/reggroups.c: New file.
6912 * gdb.base/reggroups.exp: New file.
6913
eccab96d
JB
69142017-12-18 Joel Brobecker <brobecker@adacore.com>
6915
6916 * gdb.dwarf2/ada-valprint-error.c: New file.
6917 * gdb.dwarf2/ada-valprint-error.exp: New file.
6918
0e2da9f0
JB
69192017-12-18 Joel Brobecker <brobecker@adacore.com>
6920
6921 * gdb.ada/assign_arr: New testcase.
6922
cb923fcc
XR
69232017-12-18 Xavier Roirand <roirand@adacore.com>
6924
6925 * gdb.ada/funcall_ptr: New testcase.
6926
7c161838
SDJ
69272017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
6928
6929 PR cli/16224
6930 * gdb.base/ptype-offsets.cc: New file.
6931 * gdb.base/ptype-offsets.exp: New file.
6932
1af17fd9
YQ
69332017-12-15 Yao Qi <yao.qi@linaro.org>
6934
6935 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
6936 if XML is disabled.
6937
828d5846
XR
69382017-12-15 Xavier Roirand <roirand@adacore.com>
6939
6940 * gdb.ada/same_component_name: New testcase.
6941
79e8fcaa
JB
69422017-12-14 Joel Brobecker <brobecker@adacore.com>
6943
6944 * gdb.ada/str_binop_equal: New testcase.
6945
e05fa6f9
JB
69462017-12-14 Joel Brobecker <brobecker@adacore.com>
6947
6948 * gdb.ada/task_switch_in_core: New testcase.
6949
b89641ba
SM
69502017-12-13 Simon Marchi <simon.marchi@ericsson.com>
6951
6952 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
6953 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
6954 call test_bkpt_qualified.
6955 (test_bkpt_qualified): New proc.
6956
6892d2e4
PA
69572017-12-13 Pedro Alves <palves@redhat.com>
6958
6959 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
6960 Tighten regexp by matching with an anchor.
6961
a22ecf70
PA
69622017-12-13 Pedro Alves <palves@redhat.com>
6963
6964 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
6965 ("expression with namespace"): New set of tests.
6966 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
6967 (Nested::Test_NS::qux): New.
6968 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
6969 defaults to 'start_quote_char' and 'end_quote_char' parameters.
6970
9937536c
JB
69712017-12-13 Joel Brobecker <brobecker@adacore.com>
6972
6973 * gdb.base/server-del-break.c: New file.
6974 * gdb.base/server-del-break.exp: New file.
6975
fe49c6f5
SH
69762017-12-12 Stafford Horne <shorne@gmail.com>
6977
6978 * gdb.xml/tdesc-regs.exp: Add or1k support.
6979
c3d18620
SH
69802017-12-12 Stafford Horne <shorne@gmail.com>
6981
6982 * gdb.base/bp-permanent.c: Define nop of or1k.
6983
c5f9cfc8
JB
69842017-12-11 Joel Brobecker <brobecker@adacore.com>
6985
6986 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
6987 output with components being reordered.
6988
a9c135fc
JB
69892017-12-11 Joel Brobecker <brobecker@adacore.com>
6990
6991 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
6992 output with components being reordered.
6993
927aa2e7
JK
69942017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
6995 Pedro Alves <palves@redhat.com>
6996
6997 * gdb.base/maint.exp (check for .gdb_index): Check also for
6998 .debug_names.
6999 * gdb.dlang/watch-loc.c (.debug_aranges): New.
7000 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
7001 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
7002 (.gdb_index used after symbol reloading): Support also .debug_names.
7003 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
7004
f17d9474
YQ
70052017-12-08 Yao Qi <yao.qi@linaro.org>
7006
7007 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
7008 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
7009
a0de8c21
YQ
70102017-12-08 Yao Qi <yao.qi@linaro.org>
7011
7012 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
7013 * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
7014
a738ea1d
YQ
70152017-12-08 Yao Qi <yao.qi@linaro.org>
7016
7017 * gdb.arch/aarch64-tagged-pointer.c: New file.
7018 * gdb.arch/aarch64-tagged-pointer.exp: New file.
7019
1cd9a73b
SDJ
70202017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
7021
7022 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
7023 "int".
7024
fa6eb693
KS
70252017-12-07 Keith Seitz <keiths@redhat.com>
7026
7027 PR breakpoints/22569
7028 * gdb.linespec/ls-errs.exp: Change expected result of "break
7029 -source this file has spaces.c -line 3".
7030 Check that an explicit source file followed by whitespace is
7031 identified as an invalid explicit location.
7032
883fd55a
KS
70332017-12-07 Keith Seitz <keiths@redhat.com>
7034
7035 * gdb.cp/nested-types.cc: New file.
7036 * gdb.cp/nested-types.exp: New file.
7037 * lib/cp-support.exp: Load data-structures.exp library.
7038 (debug_cp_test_ptype_class): New global.
7039 (cp_ptype_class_verbose, next_line): New procedures.
7040 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
7041 Add and document new return value.
7042 Switch the list of lines to a queue.
7043 Add support for new `type' key for nested type definitions.
7044 Add debugging/troubleshooting messages.
7045 * lib/data-structures.exp: New file.
7046
ec72db3e
SM
70472017-12-07 Simon Marchi <simon.marchi@ericsson.com>
7048
7049 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
7050 with proc_with_prefix, don't use with_test_prefix.
7051
99598d71
TT
70522017-12-07 Tom Tromey <tom@tromey.com>
7053
7054 * gdb.base/break.exp: Add test for empty "commands".
7055
a8806230
YQ
70562017-12-07 Yao Qi <yao.qi@linaro.org>
7057
7058 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
7059 malloc and catch syscall.
7060
824cc835
PM
70612017-12-07 Phil Muldoon <pmuldoon@redhat.com>
7062
e79be6e5 7063 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
824cc835
PM
7064 tests for explicit locations.
7065
7cc244de
PA
70662017-12-06 Pedro Alves <palves@redhat.com>
7067
7068 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
7069 force-disabling XML descriptions.
7070
50a1fdd5
PA
70712017-12-04 Pedro Alves <palves@redhat.com>
7072
7073 PR gdb/22499
7074 * gdb.arch/amd64-disp-step-avx.S: New file.
7075 * gdb.arch/amd64-disp-step-avx.exp: New file.
7076
f0fb2488
PA
70772017-12-03 Pedro Alves <palves@redhat.com>
7078
7079 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
7080 and <string.h>.
7081 (parent_function): Print distinct messages when waitpid fails, or
7082 the child exits with a signal, or the child exits for an unhandled
7083 reason.
7084 * gdb.threads/process-dies-while-detaching.exp
7085 (detach_and_expect_exit): New 'inf_output_re' parameter and use
7086 it. Wait for both inferior output and GDB's prompt. Use an
7087 indirect spawn id list.
7088 (do_detach): New parameter 'child_exit'. Use it to compute
7089 expected inferior output.
7090 (test_detach, test_detach_watch, test_detach_killed_outside):
7091 Adjust to pass down the expected child exit kind.
7092
97cbe998
SDJ
70932017-12-01 Joel Brobecker <brobecker@adacore.com>
7094 Sergio Durigan Junior <sergiodj@redhat.com>
7095 Pedro Alves <palves@redhat.com>
7096
7097 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
7098
40fc416f
SDJ
70992017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
7100
7101 * gdb.base/relocate.exp: Add tests to guarantee that arguments
7102 to 'symbol-file' and 'add-symbol-file' can be
7103 position-independent.
7104
1cc75e92
YQ
71052017-12-01 Yao Qi <yao.qi@linaro.org>
7106
7107 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
7108 the URL in copyright header.
7109 * gdb.arch/aarch64-fp.exp: Likewise.
7110 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
7111 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
7112 * gdb.base/expand-psymtabs.exp: Likewise.
7113 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
7114 * gdb.fortran/common-block.exp: Likewise.
7115 * gdb.fortran/common-block.f90: Likewise.
7116 * gdb.fortran/logical.exp: Likewise.
7117 * gdb.fortran/vla-datatypes.f90: Likewise.
7118 * gdb.fortran/vla-sub.f90: Likewise.
7119
875fb7a7
JB
71202017-11-30 Joel Brobecker <brobecker@adacore.com>
7121
7122 * gdb.ada/repeat_dyn: New testcase.
7123
6f14765f
UW
71242017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
7125
7126 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
7127 Update for changed thread numbering.
7128 * gdb.cell/bt.exp: Update for changed GDB output.
7129
f1af7b94
SM
71302017-11-30 Simon Marchi <simon.marchi@ericsson.com>
7131
7132 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
7133 setting isremote by hand.
7134 * boards/dwarf4-gdb-index.exp: Likewise.
7135 * boards/fission.exp: Likewise.
7136 * boards/stabs.exp: Likewise.
7137
e3919f3e
PA
71382017-11-30 Pedro Alves <palves@redhat.com>
7139
7140 * gdb.linespec/cpls-ops.exp
7141 (check_explicit_skips_function_argument): Extract the underlying
7142 type of size_t instead of hardcoding it.
7143
bd69330d
PA
71442017-11-29 Pedro Alves <palves@redhat.com>
7145
7146 PR c++/19436
7147 * gdb.linespec/cpls-abi-tag.cc: New file.
7148 * gdb.linespec/cpls-abi-tag.exp: New file.
7149
a20714ff
PA
71502017-11-29 Pedro Alves <palves@redhat.com>
7151
7152 * gdb.base/langs.exp: Use -qualified.
7153 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
7154 it.
7155 * gdb.cp/namespace.exp: Use -qualified.
7156 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
7157 (overload-3, template-overload, template-ret-type, const-overload)
7158 (const-overload-quoted, anon-ns, ambiguous-prefix): New
7159 procedures.
7160 (test_driver): Call them.
7161 * gdb.cp/save-bp-qualified.cc: New.
7162 * gdb.cp/save-bp-qualified.exp: New.
7163 * gdb.linespec/explicit.exp: Test -qualified.
7164 * lib/completion-support.exp (completion::explicit_opts_list): Add
7165 "-qualified".
7166 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
7167
f6f1d339
PM
71682017-11-29 Phil Muldoon <pmuldoon@redhat.com>
7169
7170 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
7171
02ca603a
TT
71722017-11-29 Tom Tromey <tom@tromey.com>
7173
7174 * gdb.base/relocate.exp: Update invalid argument test.
7175 Add new tests for invalid arguments.
7176
ed6c0bfb
TP
71772017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
7178
7179 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
7180 Return 0 as a long.
7181 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
7182
f106e10e
TP
71832017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
7184
7185 * gdb.cp/breakpoint.cc (bar): Set return type to void.
7186 * gdb.cp/psymtab-parameter.cc (func): Likewise.
7187 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
7188 func ().
7189 * gdb.cp/shadow.cc (B.func): Return 0.
7190
10329bb2
JB
71912017-11-27 Joel Brobecker <brobecker@adacore.com>
7192
7193 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
7194 expected output in gdb_expect call to allow the exception
7195 message to be present as well. Fix syntax confusion to avoid
7196 TCL thinking that exception_name is an array.
7197
617cd4bc
UW
71982017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
7199
7200 * gdb.arch/spu-info.c: Include <unistd.h>.
7201 (do_signal_test): Fix broken calls to write.
7202 * gdb.arch/spu-info.exp: Use prepare_for_testing.
7203 Fix checks for empty mailboxes. Update signal tests for corrected
7204 do_signal_test routine. Allow nonzero event status.
58f7f0bf
UW
7205 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
7206 * gdb.cell/arch.exp: Use standard_output_file.
7207 * gdb.cell/break.exp: Likewise.
7208 * gdb.cell/bt.exp: Likewise.
7209 * gdb.cell/core.exp: Likewise.
7210 * gdb.cell/dwarfaddr.exp: Likewise.
7211 * gdb.cell/ea-cache.exp: Likewise.
7212 * gdb.cell/ea-standalone.exp: Likewise.
7213 * gdb.cell/f-regs.exp: Likewise.
7214 * gdb.cell/fork.exp: Likewise.
7215 * gdb.cell/gcore.exp: Likewise.
7216 * gdb.cell/mem-access.exp: Likewise.
7217 * gdb.cell/ptype.exp: Likewise.
7218 * gdb.cell/registers.exp: Likewise.
7219 * gdb.cell/sizeof.exp: Likewise.
7220 * gdb.cell/solib-symbol.exp: Likewise.
7221 * gdb.cell/solib.exp: Likewise.
617cd4bc 7222
a81aaca0
PA
72232017-11-25 Pedro Alves <palves@redhat.com>
7224
7225 * gdb.base/complete-empty.exp: New file.
7226 * gdb.base/completion.exp: Adjust.
7227
6a3c6ee4
PA
72282017-11-25 Pedro Alves <palves@redhat.com>
7229
7230 * gdb.linespec/cpls-ops.cc: New file.
7231 * gdb.linespec/cpls-ops.exp: New file.
7232 * lib/completion-support.exp (test_complete_prefix_range_re): New,
7233 factored out from ...
7234 (test_complete_prefix_range): ... this.
7235
8955eb2d
PA
72362017-11-24 Pedro Alves <palves@redhat.com>
7237
7238 * gdb.linespec/cpcompletion.exp: New file.
7239 * gdb.linespec/cpls-hyphen.cc: New file.
7240 * gdb.linespec/cpls.cc: New file.
7241 * gdb.linespec/cpls2.cc: New file.
7242 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
7243 test to use test_gdb_complete_unique. Add label completion,
7244 keyword completion and explicit location completion tests.
7245 * lib/completion-support.exp: New file.
7246
e547c119
JB
72472017-11-24 Joel Brobecker <brobecker@adacore.com>
7248
7249 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
7250 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
7251 when hitting an exception catchpoint.
7252
7c3c1aa8
YQ
72532017-11-22 Yao Qi <yao.qi@linaro.org>
7254
7255 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
7256
41bd68f5
SM
72572017-11-22 Simon Marchi <simon.marchi@ericsson.com>
7258
7259 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
7260 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
7261 * gdb.dwarf2/info-locals-optimized-out.c: New file.
7262
1daad298
YQ
72632017-11-22 Yao Qi <yao.qi@linaro.org>
7264
7265 * gdb.base/info-os.exp: Pass pthreads.
7266 * gdb.multi/multi-attach.exp: Likewise.
7267
88465e87
YQ
72682017-11-22 Yao Qi <yao.qi@linaro.org>
7269
7270 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
7271 compiler.
7272
dc196b23
YQ
72732017-11-22 Yao Qi <yao.qi@linaro.org>
7274
7275 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
7276 * gdb.base/break-interp.exp: Likewise.
7277 * gdb.base/jit-attach-pie.exp: Likewise.
7278
2400729e
UW
72792017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
7280
7281 * gdb.base/float128.c (large128): New variable.
7282 * gdb.base/float128.exp: Add test to print largest __float128 value.
7283
7a26362d
UW
72842017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
7285
7286 * gdb.arch/vsx-regs.exp: Update register content checks.
7287
ed0f4273
UW
72882017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
7289
7290 * gdb.arch/ppc-longdouble.exp: New file.
7291 * gdb.arch/ppc-longdouble.c: Likewise.
7292
a25d69c6
PA
72932017-11-21 Pedro Alves <palves@redhat.com>
7294
7295 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
7296
73fcf641
PA
72972017-11-20 Pedro Alves <palves@redhat.com>
7298
7299 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
7300 (long_double_typedef): New typedefs.
7301 Use DEF on double and long double.
7302 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
7303 cases.
7304 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
7305 and 'long_double_ptr_same_size' locals. Use them to decide
7306 whether cast from array/function to float is valid/invalid.
7307
71a3c369
TT
73082017-11-17 Tom Tromey <tom@tromey.com>
7309
7310 * gdb.rust/traits.rs: New file.
7311 * gdb.rust/traits.exp: New file.
7312
ced9779b
JB
73132017-11-17 Joel Brobecker <brobecker@adacore.com>
7314
7315 * gdb.ada/minsyms: New testcase.
7316
a0922d80
PA
73172017-11-16 Pedro Alves <palves@redhat.com>
7318
7319 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
7320 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
7321
ea04e54c
PA
73222017-11-16 Pedro Alves <palves@redhat.com>
7323
7324 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
7325 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
7326
e849ea89
PA
73272017-11-16 Pedro Alves <palves@redhat.com>
7328
7329 * gdb.server/reconnect-ctrl-c.c: New file.
7330 * gdb.server/reconnect-ctrl-c.exp: New file.
7331
d8ae99a7
PM
73322017-11-16 Phil Muldoon <pmuldoon@redhat.com>
7333
7334 * gdb.python/py-rbreak.exp: New file.
7335 * gdb.python/py-rbreak.c: New file.
7336 * gdb.python/py-rbreak-func2.c: New file.
7337
968a13f8
PA
73382017-11-16 Pedro Alves <palves@redhat.com>
7339
7340 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
7341 pattern.
7342 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
7343 GDB.
7344
71774bc9
SM
73452017-11-15 Simon Marchi <simon.marchi@ericsson.com>
7346
7347 * gdb.tui/completionn.exp (test_tab_completion): Add space in
7348 regex.
7349
ddbb44cf
SM
73502017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
7351
7352 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
7353 test names.
7354
584a564f
PA
73552017-11-09 Pedro Alves <palves@redhat.com>
7356
7357 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
7358 factored out from ...
7359 (top level): ... here, and adjusted to avoid expecting beyond the
7360 prompt in a single gdb_test_multiple.
7361
5ed7a928
PA
73622017-11-09 Pedro Alves <palves@redhat.com>
7363
7364 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
7365 output.
7366 * gdb.server/ext-attach.exp ("kill" test): Likewise.
7367 * gdb.server/ext-restart.exp ("kill" test): Likewise.
7368 * gdb.server/ext-run.exp ("kill" test): Likewise.
7369 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
7370
a60e0738
PA
73712017-11-09 Pedro Alves <palves@redhat.com>
7372
7373 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
7374 match till end of line.
7375
2c88253f
PA
73762017-11-09 Pedro Alves <palves@redhat.com>
7377
7378 * gdb.base/memattr.exp: Tighten regexes to match the end line.
7379
c7a38517
PA
73802017-11-09 Pedro Alves <palves@redhat.com>
7381
7382 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
7383 New procedures, factored out from ...
7384 (top level): ... here, and adjusted to avoid expecting beyond the
7385 prompt in one go.
7386
f29f4b6b
PA
73872017-11-09 Pedro Alves <palves@redhat.com>
7388
7389 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
7390 output. Fix '?' match.
7391
286acbb5
JB
73922017-11-08 Joel Brobecker <brobecker@adacore.com>
7393
7394 * gdb.ada/scoped_watch: New testcase.
7395 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
7396 which is actually correct.
7397 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
7398 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
7399
62d7ae92
PA
74002017-11-08 Pedro Alves <palves@redhat.com>
7401
7402 * gdb.gdb/complaints.exp (test_initial_complaints)
7403 (test_serial_complaints, test_short_complaints): Call
7404 complaint_internal instead of complaint.
7405
280ca31f
DT
74062017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
7407
7408 * gdb.threads/tls-core.c: New file.
7409 * gdb.threads/tls-core.exp: Likewise.
7410
b5ec771e
PA
74112017-11-08 Pedro Alves <palves@redhat.com>
7412
7413 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
7414 (p Exported_Capitalized): New test.
7415 (p exported_capitalized): New test.
7416
a02b41a7
PA
74172017-11-07 Pedro Alves <palves@redhat.com>
7418
7419 * gdb.cp/ena-dis-br-range.exp: Add more tests.
7420
95e95a6d
PA
74212017-11-07 Pedro Alves <palves@redhat.com>
7422
7423 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
7424 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
7425 (disable_invalid, disable_inverted, disable_negative): New
7426 procedures.
7427 ("bad numbers"): New set of tests.
7428
cee62dbd
PA
74292017-11-07 Pedro Alves <palves@redhat.com>
7430
7431 * gdb.cp/ena-dis-br-range.exp: Add tests.
7432
cc638e86
PA
74332017-11-07 Pedro Alves <palves@redhat.com>
7434
7435 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
7436
d0fe4701
XR
74372017-11-07 Xavier Roirand <roirand@adacore.com>
7438 Pedro Alves <palves@redhat.com>
7439
7440 * gdb.base/ena-dis-br.exp: Add reference to
7441 gdb.cp/ena-dis-br-range.exp.
7442 * gdb.cp/ena-dis-br-range.exp: New file.
7443 * gdb.cp/ena-dis-br-range.cc: New file.
7444
46f67f80
PA
74452017-11-06 Pedro Alves <palves@redhat.com>
7446
7447 * gdb.base/attach-non-pgrp-leader.c: New.
7448 * gdb.base/attach-non-pgrp-leader.exp: New.
7449
726e1356
PA
74502017-11-06 Pedro Alves <palves@redhat.com>
7451
7452 * configure.ac: No longer check for termio.h and sgtty.h.
7453 * configure: Regenerate.
7454 * remote-utils.c: Include termios.h instead of gdb_termios.h.
7455 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
7456 Remove termio and sgtty code.
7457
50ab6ace
YQ
74582017-11-03 Yao Qi <yao.qi@linaro.org>
7459
7460 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
7461 in GDB is disabled.
7462
8e68731c
YQ
74632017-11-03 Yao Qi <yao.qi@linaro.org>
7464
7465 * gdb.python/py-thrhandle.exp: Skip it if python is not
7466 enabled.
7467
3a87ae65
SM
74682017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
7469
7470 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
7471 as a breakpoint command.
7472
484d8d36
MD
74732017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
7474
7475 PR python/21213
7476 * gdb.python/py-infthread.exp: Test calling
7477 InferiorThread.inferior () multiple times in a row.
7478
4a27f119
KS
74792017-10-27 Keith Seitz <keiths@redhat.com>
7480
7481 * gdb.opt/inline-break.exp (break_info_1): New procedure.
7482 Test "info break" for every inlined function breakpoint.
7483
bb11dd58
YQ
74842017-10-27 Yao Qi <yao.qi@linaro.org>
7485
7486 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
7487
a43f3893
PF
74882017-10-26 Patrick Frants <osscontribute@gmail.com>
7489
7490 * gdb.cp/classes.exp (test_static_members): Test printing
7491 Outer::instance.
7492 * gdb.cp/classes.c (struct Inner, struct Outer): New.
7493 (Inner::instance, Outer::instance): New.
7494
792ccf00
PA
74952017-10-24 Pedro Alves <palves@redhat.com>
7496
7497 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
7498 extra console" test in two stages.
7499
eb2bfbad
PA
75002017-10-24 Pedro Alves <palves@redhat.com>
7501
7502 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
7503
1f75a651
PA
75042017-10-24 Pedro Alves <palves@redhat.com>
7505
7506 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
7507 loop.
7508
779990d9
PA
75092017-10-24 Pedro Alves <palves@redhat.com>
7510
7511 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
7512 $attempt" and "stoppedtry $stoppedtry" test prefixes.
7513
ad9b8f5d
PA
75142017-10-24 Pedro Alves <palves@redhat.com>
7515
7516 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
7517 parameter and handle it. Don't output read value in test name.
7518
fee6da6e
PA
75192017-10-24 Pedro Alves <palves@redhat.com>
7520
7521 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
7522 custom test name.
7523
10389c2c
PA
75242017-10-24 Pedro Alves <palves@redhat.com>
7525
7526 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
7527 include the unstable output directory name in the test's name.
7528 (initial_setup_simple) <'set args'>: Use custom test name.
7529
a80e65a9
PA
75302017-10-24 Pedro Alves <palves@redhat.com>
7531
7532 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
7533 with explicit test name.
7534
15763a09
PA
75352017-10-20 Pedro Alves <palves@redhat.com>
7536
7537 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
7538 'wait -i'. Use gdb_assert and remote_close.
7539
49a4ce2e
AB
75402017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
7541
7542 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
7543 number from variable rather than hard-coded.
7544
a75868f5
PA
75452017-10-19 Pedro Alves <palves@redhat.com>
7546
7547 * gdb.base/long-inferior-output.c: New file.
7548 * gdb.base/long-inferior-output.exp: New file.
7549
c8ba13ad
KS
75502017-11-18 Keith Seitz <keiths@redhat.com>
7551
7552 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
7553 method.
7554 (main): Call it.
7555 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
7556 Add additional user-defined conversion operator tests.
7557
b27de576
PA
75582017-10-17 Pedro Alves <palves@redhat.com>
7559
7560 * boards/native-stdio-gdbserver.exp: Load "local-board".
7561
8484c955
PA
75622017-10-17 Pedro Alves <palves@redhat.com>
7563
7564 * gdb.base/quit-live.c: New file.
7565 * gdb.base/quit-live.exp: New file.
7566
83d5a34d
KS
75672017-10-16 Keith Seitz <keiths@redhat.com>
7568
7569 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
7570 (class_with_protected_typedef, class_with_private_typedef)
7571 (struct_with_public_typedef, struct_with_protected_typedef)
7572 (struct_with_private_typedef): New classes/structs.
7573 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
7574 typedefs and access specifiers.
7575
739b3f1d
PA
75762017-10-16 Pedro Alves <palves@redhat.com>
7577 Simon Marchi <simon.marchi@polymtl.ca>
7578
7579 * README (Local vs Remote vs Native): New section.
7580 * boards/local-board.exp: New file, with bits factored out from
7581 ...
7582 * boards/native-extended-gdbserver.exp: ... here. Load
7583 "local-board".
7584 * boards/native-gdbserver.exp: Load "local-board".
7585 (${board}_spawn, ${board}_exec): Delete.
7586 * boards/native-stdio-gdbserver.exp: Most contents factored out to
7587 ...
7588 * boards/stdio-gdbserver-base.exp: ... this new file.
7589 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
7590 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
7591 procedure.
7592 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
7593 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
7594 stdio_gdbserver_command.
7595 (${board}_get_remote_address, ${board}_get_comm_port)
7596 (${board}_download, ${board}_upload): Delete.
7597 (get_target_remote_pipe_cmd): New.
7598
fe68b953
SM
75992017-10-16 Simon Marchi <simon.marchi@ericsson.com>
7600
7601 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
7602 test_bkpt_deletion, test_bkpt_cond_and_cmds,
7603 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
7604 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
7605 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
7606 remove with_test_prefix.
7607
300b6685
PA
76082017-10-13 Pedro Alves <palves@redhat.com>
7609
7610 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
7611 * gdb.base/annota1.exp: Use it instead of is_remote.
7612 * gdb.base/annota3.exp: Use it instead of is_remote.
7613 * gdb.cp/annota2.exp: Use it instead of is_remote.
7614 * gdb.cp/annota3.exp: Use it instead of is_remote.
7615 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
7616
50500caf
PA
76172017-10-13 Pedro Alves <palves@redhat.com>
7618
7619 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
7620 (test_num_test_vars, run_and_count_vars, find_env)
7621 (test_set_unset_env, test_inherit_env_var): New procedures.
7622 (top level): Use them.
7623
dad0c6d2
PA
76242017-10-13 Pedro Alves <palves@redhat.com>
7625
7626 * lib/selftest-support.exp (selftest_setup): Extend comments, and
7627 also skip on stub-like targets.
7628
8b0553c1
PA
76292017-10-13 Pedro Alves <palves@redhat.com>
7630
7631 PR gdb/22293
7632 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
7633 (top level): Move some tests to ...
7634 (test_not_found): ... this new procedure.
7635 (top level): Call it.
7636
7594f623
PA
76372017-10-13 Pedro Alves <palves@redhat.com>
7638
7639 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
7640 expect different "info terminal" output if testing with a
7641 non-native target.
7642
ebe3b402
PA
76432017-10-13 Pedro Alves <palves@redhat.com>
7644 Simon Marchi <simon.marchi@polymtl.ca>
7645
7646 PR python/12966
7647 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
7648
42f1b161
PA
76492017-10-13 Pedro Alves <palves@redhat.com>
7650
7651 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
7652 already.
7653
8d6ef72b
PA
76542017-10-13 Pedro Alves <palves@redhat.com>
7655
7656 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
7657 is_remote.
7658
d7bcd5b8
PA
76592017-10-13 Pedro Alves <palves@redhat.com>
7660
7661 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
7662 is_remote.
7663
df479dc6
PA
76642017-10-13 Pedro Alves <palves@redhat.com>
7665
7666 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
7667 is set.
7668 (corefile_test_attach): Likewise. Check can_spawn_for_attach
7669 instead of is_remote.
7670
23fb630a
PA
76712017-10-13 Pedro Alves <palves@redhat.com>
7672
7673 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
7674 (top level): Add comment.
7675
cc77b1dc
PA
76762017-10-13 Pedro Alves <palves@redhat.com>
7677
7678 * gdb.base/remote.exp (top level): Fix comment typo and add
7679 missing return.
7680
27c9e813
PA
76812017-10-13 Pedro Alves <palves@redhat.com>
7682 Simon Marchi <simon.marchi@polymtl.ca>
7683
7684 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
7685 calls and add comments. Skip test if use_gdb_stub is set.
7686 (top level): Use "set cwd" command instead of "cd" command.
7687
5e830d98
PA
76882017-10-13 Pedro Alves <palves@redhat.com>
7689
7690 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
7691 is_remote target check.
7692
f5ca0032
PA
76932017-10-13 Pedro Alves <palves@redhat.com>
7694
7695 * gdb.base/scope.exp: Use build_executable + clean_restart +
7696 gdb_file_cmd instead of prepare_for_testing and no longer skip
7697 "before run" tests on is_remote target boards. Update comments.
7698 * boards/native-extended-gdbserver.exp
7699 (extended_gdbserver_load_last_file): New, factored out from ...
7700 (gdb_load): ... this. Move further below and add comment.
7701 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
7702
8aed1c0d
PA
77032017-10-12 Pedro Alves <palves@redhat.com>
7704
7705 * gdb.base/attach.exp: Remove references to gdb64.
7706 * gdb.base/dbx.exp: Remove references to gdb64.
7707
cfa34c87
SM
77082017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
7709 Pedro Alves <palves@redhat.com>
7710
7711 * gdb.base/label.exp: Remove is_remote target check.
7712
9192b7de
PA
77132017-10-12 Pedro Alves <palves@redhat.com>
7714
7715 * gdb.base/auvx.exp (coredir): Update comment.
7716 (top level) <core_works>: Use "set cwd" command instead of "cd"
7717 command.
7718
6bf0052d
PA
77192017-10-12 Pedro Alves <palves@redhat.com>
7720 Simon Marchi <simon.marchi@polymtl.ca>
7721
7722 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
7723 target boards.
7724
e48ef82d
PA
77252017-10-12 Pedro Alves <palves@redhat.com>
7726 Simon Marchi <simon.marchi@polymtl.ca>
7727
7728 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
7729 Instead skip if there's any gdb_protocol set.
7730
8d7aea57
SM
77312017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
7732 Pedro Alves <palves@redhat.com>
7733
7734 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
7735
30440677
PA
77362017-10-12 Pedro Alves <palves@redhat.com>
7737 Simon Marchi <simon.marchi@polymtl.ca>
7738
7739 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
7740 instead of on dejagnu remote boards.
7741
4e04f045 77422017-10-12 Pedro Alves <palves@redhat.com>
175654b9 7743 Simon Marchi <simon.marchi@polymtl.ca>
4e04f045
PA
7744
7745 * gdb.base/inferior-died.exp: Remove is_remote and isnative
7746 checks. Use build_executable + clean_restart instead of
7747 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
7748 of enabling non-stop after starting gdb.
7749
871a186e
PA
77502017-10-12 Pedro Alves <palves@redhat.com>
7751
7752 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
7753 * gdb.threads/non-ldr-exc-2.exp: Ditto.
7754 * gdb.threads/non-ldr-exc-3.exp: Ditto.
7755 * gdb.threads/non-ldr-exc-4.exp: Ditto.
7756
56d704da
AK
77572017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
7758
7759 * gdb.arch/arc-tdesc-cpu.exp: New file.
7760 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
7761
2f20e312
SM
77622017-10-10 Simon Marchi <simon.marchi@ericsson.com>
7763
7764 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
7765
65630365
PA
77662017-10-10 Pedro Alves <palves@redhat.com>
7767
7768 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
7769 expect CLI output.
7770
bf469271
PA
77712017-10-10 Pedro Alves <palves@redhat.com>
7772
7773 * lib/selftest-support.exp (selftest_setup): Update for
7774 captured_command_loop's prototype change.
7775
777a42f1
PA
77762017-10-09 Pedro Alves <palves@redhat.com>
7777
7778 Test both arch1=>arch2 and arch2=>arch1.
7779
7780 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
7781 (srcfile2, binfile2, march1, march2): Remove globals. Largely
7782 factored out to...
7783 (append_arch1_options, append_arch2_options, append_arch_options)
7784 (build_executables): New procedures.
7785 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
7786 local.
7787 (top level): Add new 'first_arch' testing axis.
7788
cbd2b4e3
PA
77892017-10-09 Pedro Alves <palves@redhat.com>
7790
7791 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
7792 (barrier): New.
7793 (thread_start, all_started): New functions.
7794 (main): Spawn new thread and wait until it is scheduled.
7795 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
7796 option.
7797 (do_test): Add 'selected_thread' parameter. Run to all_started
7798 instead of main. Explicitly set the breakpoint at main. Switch
7799 to the SELECTED_THREAD thread.
7800 (top level): Test handling the exec event with either the main
7801 thread or the second thread selected.
7802
5c9e4427
PA
78032017-10-09 Pedro Alves <palves@redhat.com>
7804
7805 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
7806 logic. Move STOP marker after the value checks.
7807 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
7808 regexp.
7809
b3b7c423
SL
78102017-10-06 Sandra Loosemore <sandra@codesourcery.com>
7811
7812 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
7813
3b4b2f16
UW
78142017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
7815
7816 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
7817 integer-to-dfp conversion.
7818 * gdb.base/dfp-test.exp: Likewise.
7819
5cd63fda
PA
78202017-10-04 Pedro Alves <palves@redhat.com>
7821
7822 * gdb.multi/hangout.c: Include <unistd.h>.
7823 (hangout_loop): New function.
7824 (main): Call alarm. Call hangout_loop in a loop.
7825 * gdb.multi/hello.c: Include <unistd.h>.
7826 (hello_loop): New function.
7827 (main): Call alarm. Call hangout_loop in a loop.
7828 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
7829 inferior with the other selected.
7830
4c71c105
SM
78312017-10-04 Simon Marchi <simon.marchi@ericsson.com>
7832
7833 * gdb.mi/list-thread-groups-available.exp: New file.
7834 * gdb.mi/list-thread-groups-available.c: New file.
7835
bc3b087d
SDJ
78362017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
7837
7838 * gdb.base/set-cwd.exp: Make it available on
7839 native-extended-gdbserver.
7840
d092c5a2
SDJ
78412017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
7842
7843 * gdb.base/set-cwd.c: New file.
7844 * gdb.base/set-cwd.exp: Likewise.
7845
45320ffa
TT
78462017-10-02 Tom Tromey <tom@tromey.com>
7847
7848 PR rust/22236:
7849 * gdb.rust/simple.rs (main): New variable "fslice".
7850 * gdb.rust/simple.exp: Add slice tests. Update string tests.
7851
b3e3859b
TT
78522017-10-02 Tom Tromey <tom@tromey.com>
7853
7854 * gdb.rust/simple.exp: Test ptype of a slice.
7855
01af5e0d
TT
78562017-10-02 Tom Tromey <tom@tromey.com>
7857
7858 * gdb.rust/simple.exp: Test index of slice.
7859
a9bbfbd8
TT
78602017-09-27 Tom Tromey <tom@tromey.com>
7861
7862 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
7863
df8899e5
TP
78642017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
7865 Pedro Alves <palves@redhat.com>
7866
7867 * gdb.base/compare-sections.exp (get value of read-only section): Read
7868 as unsigned value.
7869 (corrupt read-only section): Likewise and don't set written if patching
7870 failed.
7871
757bf54b
KB
78722017-09-21 Kevin Buettner <kevinb@redhat.com>
7873
7874 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
7875 files.
7876
06871ae8
PA
78772017-09-20 Pedro Alves <palves@redhat.com>
7878
7879 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
7880 symbol names in gdb's output.
7881 * gdb.cp/overload.exp ("list all overloads"): Likewise.
7882
e5f25bc5
PA
78832017-09-20 Pedro Alves <palves@redhat.com>
7884
7885 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
7886 Rename to ...
7887 (test_list_ambiguous_symbol): ... this and add a symbol name
7888 parameter. Adjust.
7889 (test_list_ambiguous_function): Reimplement on top of
7890 test_list_ambiguous_symbol and also test listing ambiguous
7891 variables.
7892 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
7893 (ambiguous_fun): ... this.
7894 (ambiguous_var): New.
7895 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
7896 (ambiguous_fun): ... this.
7897 (ambiguous_var): New.
7898
4e5a4f58
JB
78992017-09-19 John Baldwin <jhb@FreeBSD.org>
7900
7901 * gdb.base/starti.c: New file.
7902 * gdb.base/starti.exp: New file.
7903 * lib/gdb.exp (gdb_starti_cmd): New procedure.
7904
26e53f3e
PA
79052017-09-14 Pedro Alves <palves@redhat.com>
7906
7907 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
7908 (top level): Use it instead of runto.
7909
cb791d59
TT
79102017-09-11 Tom Tromey <tom@tromey.com>
7911
7912 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
7913
7c96f8c1
TT
79142017-09-11 Tom Tromey <tom@tromey.com>
7915
7916 * gdb.python/py-infthread.exp: Add tests for new_thread event.
7917 * gdb.python/py-inferior.exp: Add tests for new inferior events.
7918
469412dd
CW
79192017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
7920
7921 * gdb.fortran/printing-types.exp: New file.
7922 * gdb.fortran/printing-types.exp: New file.
7923
e0f86435
BH
79242017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
7925
7926 * gdb.fortran/vla-ptype.exp: Fix typos.
7927 * gdb.fortran/vla-value.exp: Same.
7928
9e9af4be
BH
79292017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
7930
7931 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
7932 * gdb.mi/mi-var-child-f.exp: Likewise.
7933 * gdb.mi/mi-vla-fortran.exp: Likewise.
7934
a5ad232b 79352017-09-08 Frank Penczek <frank.penczek@intel.com>
e79be6e5
SM
7936 Christoph Weinmann <christoph.t.weinmann@intel.com>
7937 Bernhard Heckel <bernhard.heckel@intel.com>
a5ad232b
FP
7938
7939 * gdb.fortran/ptr-indentation.f90: New file.
7940 * gdb.fortran/ptr-indentation.exp: New file.
7941
5aec60eb
TT
79422017-09-05 Tom Tromey <tom@tromey.com>
7943
7944 PR gdb/22010:
7945 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
7946
8f8f8152
TP
79472017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
7948
7949 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
7950
fbd1b771
JK
79512017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
7952
7953 * gdb.threads/tls-nodebug-pie.c: New file.
7954 * gdb.threads/tls-nodebug-pie.exp: New file.
7955
5eb5f850
TT
79562017-09-05 Tom Tromey <tom@tromey.com>
7957
7958 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
7959 for rust.
7960
ae780a21
SM
79612017-09-05 Simon Marchi <simon.marchi@ericsson.com>
7962
7963 * gdb.multi/multi-arch-exec.exp: Test with different
7964 "follow-exec-mode" settings.
7965 (do_test): New procedure.
7966
3693fdb3
PA
79672017-09-04 Pedro Alves <palves@redhat.com>
7968
7969 * gdb.base/func-static.c (S::method const, S::method volatile)
7970 (S::method volatile const): New methods.
7971 (c_s, v_s, cv_s): New instances.
7972 (main): Call method() on them.
7973 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
7974 (cannot_resolve): New procedure.
7975 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
7976 print-quote-unquoted columns.
7977 (do_test): Test printing each scope too.
7978
e68cb8e0
PA
79792017-09-04 Pedro Alves <palves@redhat.com>
7980
7981 * gdb.base/local-static.exp: Also test with
7982 class::method::variable wholly quoted.
7983 * gdb.cp/m-static.exp (class::method::variable): Remove test.
7984
858be34c
PA
79852017-09-04 Pedro Alves <palves@redhat.com>
7986
7987 * gdb.base/local-static.c: New.
7988 * gdb.base/local-static.cc: New.
7989 * gdb.base/local-static.exp: New.
7990
46a4882b
PA
79912017-09-04 Pedro Alves <palves@redhat.com>
7992
7993 * gdb.asm/asm-source.exp: Add casts to int.
7994 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
7995 (dataglobal64_1, dataglobal64_2): New globals.
7996 * gdb.base/nodebug.exp: Test different expressions involving the
7997 new globals, with print, whatis and ptype. Add casts to int.
7998 * gdb.base/solib-display.exp: Add casts to int.
7999 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
8000 * gdb.cp/m-static.exp: Add cast to int.
8001 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
8002 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
8003 tls variable with no debug info without a cast. Test with a cast
8004 to int too.
8005 * gdb.trace/entry-values.exp: Add casts.
8006
2c5a2be1
PA
80072017-09-04 Pedro Alves <palves@redhat.com>
8008
8009 * gdb.base/nodebug.exp: Test that ptype's error about functions
8010 with unknown return type includes the function name too.
8011
7022349d
PA
80122017-09-04 Pedro Alves <palves@redhat.com>
8013
8014 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
8015 return type of munmap in infcall.
8016 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
8017 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
8018 type of ftell in infcall.
8019 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
8020 type of getpid in infcall.
8021 * gdb.base/infcall-exec.exp: Cast return type of execlp in
8022 infcall.
8023 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
8024 Bail on failure to extract the pid.
8025 * gdb.base/nodebug.c: #include <stdint.h>.
8026 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
8027 New functions.
8028 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
8029 Change expected output of print/whatis/ptype with functions with
8030 no debug info. Test all supported languages. Call
8031 test_call_promotion.
8032 * gdb.compile/compile.exp: Adjust expected output to expect
8033 warning.
8034 * gdb.threads/siginfo-threads.exp: Likewise.
8035
54990598
PA
80362017-09-04 Pedro Alves <palves@redhat.com>
8037
8038 * gdb.base/callfuncs.exp (do_function_calls): New parameter
8039 "prototypes". Test calling float functions via prototyped and
8040 unprototyped function pointers.
8041 (perform_all_tests): New parameter "prototypes". Pass it down.
8042 (top level): Pass down "prototypes" parameter to
8043 perform_all_tests.
8044
34d16ea2
SM
80452017-09-04 Simon Marchi <simon.marchi@ericsson.com>
8046
8047 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
8048 Test with nested loops.
8049
9521ecda
SM
80502017-09-04 Simon Marchi <simon.marchi@ericsson.com>
8051
8052 * gdb.base/commands.exp: Call the new procedures.
8053 (loop_break_test, loop_continue_test): New procedures.
8054
80a65e9b
SM
80552017-09-04 Simon Marchi <simon.marchi@ericsson.com>
8056
8057 * gdb.base/commands.exp: Call new procedure.
8058 (define_if_without_arg_test): New procedure.
8059
e439fa14
PA
80602017-09-04 Pedro Alves <palves@redhat.com>
8061
8062 * gdb.base/list-ambiguous.exp: New file.
8063 * gdb.base/list-ambiguous0.c: New file.
8064 * gdb.base/list-ambiguous1.c: New file.
8065 * gdb.base/list.exp (test_list_range): Adjust expected output.
8066
0a2dde4a
SDJ
80672017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
8068
8069 * gdb.base/share-env-with-gdbserver.c: New file.
8070 * gdb.base/share-env-with-gdbserver.exp: Likewise.
8071
5e89eb3a
SM
80722017-08-28 Simon Marchi <simon.marchi@ericsson.com>
8073
8074 * gdb.base/commands.exp (gdbvar_simple_if_test,
8075 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
8076 progvar_simple_if_test, progvar_simple_while_test,
8077 progvar_complex_if_while_test, user_defined_command_test,
8078 user_defined_command_args_eval,
8079 user_defined_command_args_stack_test,
8080 user_defined_command_manyargs_test, bp_deleted_in_command_test,
8081 temporary_breakpoint_commands,
8082 gdb_test_no_prompt, redefine_hook_test,
8083 redefine_backtrace_test): Remove "global gdb_prompt".
8084
fd437cbc
SM
80852017-08-28 Simon Marchi <simon.marchi@ericsson.com>
8086
8087 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
8088 New proc, call it from toplevel.
8089
87215ad1
SDJ
80902017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
8091
8092 PR remote/21852
8093 * gdb.server/normal.c: New file, copied from gdb.base.
8094 * gdb.server/run-without-local-binary.exp: New file.
8095
58afddc6
WP
80962017-08-07 Weimin Pan <weimin.pan@oracle.com>
8097
8098 * gdb.arch/sparc64-adi.exp: New file.
8099 * gdb.arch/sparc64-adi.c: New file.
8100
5277199a
PA
81012017-08-22 Pedro Alves <palves@redhat.com>
8102
8103 * gdb.cp/overload.exp (line_range_pattern): New procedure.
8104 (top level): Add "list all overloads" tests.
8105
14278e1f
TT
81062017-08-22 Tom Tromey <tom@tromey.com>
8107
8108 * gdb.gdb/xfullpath.exp: Remove.
8109
bf223d3e
PA
81102017-08-21 Pedro Alves <palves@redhat.com>
8111
8112 PR gdb/19487
8113 * gdb.base/symbol-alias.c: New.
8114 * gdb.base/symbol-alias2.c: New.
8115 * gdb.base/symbol-alias.exp: New.
8116
c973d0aa
PA
81172017-08-21 Pedro Alves <palves@redhat.com>
8118
8119 * gdb.base/dfp-test.c
8120 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
8121 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
8122 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
8123 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
8124 * gdb.base/whatis-ptype-typedefs.c: New.
8125 * gdb.base/whatis-ptype-typedefs.exp: New.
8126 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
8127 (an_int, an_int_type, an_int_type2): New globals.
8128 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
8129 involving typedefs and cast expressions.
8130 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
8131 (lookup_typedefs_function): New.
8132 (typedefs_pretty_printers_dict): New.
8133 (top level): Register lookup_typedefs_function in
8134 gdb.pretty_printers.
8135
6d580b63
YQ
81362017-08-18 Yao Qi <yao.qi@linaro.org>
8137
8138 * gdb.server/unittest.exp: New.
8139
206726fb
SDJ
81402017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
8141
8142 PR gdb/21954
8143 * gdb.base/environ.exp: Add test to check if 'unset environment'
8144 works.
8145
bf0ec4c2
AA
81462017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
8147
8148 * lib/gdb.exp (universal_compile_options): New caching proc.
8149 (gdb_compile): Suppress GCC's coloring of messages.
8150
d6382fff
TT
81512017-08-14 Tom Tromey <tom@tromey.com>
8152
8153 PR gdb/21675:
8154 * gdb.base/printcmds.exp (test_radices): New function.
8155 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
8156 * gdb.base/sizeof.exp (check_valueof): Use p/d.
8157 * lib/gdb.exp (get_integer_valueof): Use p/d.
8158
c2c2dd9f
SM
81592017-08-12 Simon Marchi <simon.marchi@ericsson.com>
8160
8161 * lib/gdb.exp (get_valueof): Don't capture end-of-line
8162 characters.
8163
fdffd6f4
TT
81642017-08-05 Tom Tromey <tom@tromey.com>
8165
8166 * gdb.rust/simple.exp: Allow String to appear in a different
8167 namespace.
8168
27d41eac
YQ
81692017-07-26 Yao Qi <yao.qi@linaro.org>
8170
8171 * gdb.gdb/unittest.exp: Invoke command
8172 "maintenance check xml-descriptions".
8173
031ed05d
AA
81742017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
8175
8176 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
8177 calling context.
8178 (hex128): Drop erroneous calculation of parameters.
8179
dcd27ddf
SM
81802017-07-22 Simon Marchi <simon.marchi@ericsson.com>
8181
8182 * gdb.python/py-unwind.exp: Disable stack protection when
8183 building test file.
8184
47e77640
PA
81852017-07-20 Pedro Alves <palves@redhat.com>
8186
8187 * gdb.base/default.exp (set language): Adjust expected output.
8188
62d2a18a
PA
81892017-07-20 Pedro Alves <palves@redhat.com>
8190
8191 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
8192 (test_minsym): ... this, and make static.
8193 (get_pck__foo__bar__minsym): Rename to ...
8194 (get_test_minsym): ... this.
8195 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
8196 symbol names and comments.
8197 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
8198 (get_test_minsym): ... this.
8199 (pck__foo__bar__minsym__2): Rename to ...
8200 (test_minsym): ... this.
8201 (main): Adjust.
8202
c45ec17c
PA
82032017-07-17 Pedro Alves <palves@redhat.com>
8204
8205 * gdb.base/completion.exp: Adjust expected output.
8206 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
8207 the completer works.
8208
c6756f62
PA
82092017-07-17 Pedro Alves <palves@redhat.com>
8210
8211 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
8212
5bd68487
AB
82132017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
8214
8215 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
8216
8880f2a9
TT
82172017-07-14 Tom Tromey <tom@tromey.com>
8218
8219 PR rust/21764:
8220 * gdb.rust/simple.exp: Add tests.
8221
65547233
TT
82222017-07-14 Tom Tromey <tom@tromey.com>
8223
8224 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
8225
8f14146e
PA
82262017-07-14 Pedro Alves <palves@redhat.com>
8227
8228 * gdb.linespec/base/one/thefile.cc (z1): New function.
8229 * gdb.linespec/base/two/thefile.cc (z2): New function.
8230 * gdb.linespec/linespec.exp: Add tests.
8231
b4365d02
AB
82322017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
8233
8234 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
8235 to mi_create_breakpoint.
8236
5d2cbaa5
AB
82372017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
8238
8239 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
8240 mi_create_breakpoint.
8241
11cb5716
IB
82422017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
8243
8244 * gdb.dlang/demangle.exp: Update for demangling changes.
8245
03278692
TT
82462017-07-09 Tom Tromey <tom@tromey.com>
8247
8248 * gdb.dwarf2/shortpiece.exp: New file.
8249
33c5cd75
DB
82502017-07-06 David Blaikie <dblaikie@gmail.com>
8251
8252 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
8253 built from fissiont-multi-cu{1,2}.c.
8254 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
8255 except putting 'main' and 'func' in separate CUs in the same DWO file.
8256 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
8257 test.
8258 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
8259 test.
8260
8455d262
PA
82612017-07-06 Pedro Alves <palves@redhat.com>
8262
8263 * gdb.python/py-unwind.exp: Test flushregs.
8264
dc4bde35
SDJ
82652017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
8266
8267 PR cli/21688
8268 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
8269 tests for alias commands and trailing whitespace.
8270
51ed89aa
SDJ
82712017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
8272
8273 PR cli/21688
8274 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
8275 procedure. Call it.
8276
eb17d413
PA
82772017-06-29 Pedro Alves <palves@redhat.com>
8278
8279 * gdb.base/printcmds.exp: Add tests.
8280
41664b45
DG
82812017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
8282
8283 PR gdb/21337
8284 * gdb.base/reread-readsym.exp: New file.
8285 * gdb.base/reread-readsym.c: New file.
8286
75312ae3
KB
82872017-06-21 Kevin Buettner <kevinb@redhat.com>
8288
8289 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
8290 subpattern.
8291
66953522
PB
82922017-06-19 Peter Bergner <bergner@vnet.ibm.com>
8293
8294 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
8295 extended mnemonic.
8296 * gdb.arch/powerpc-power9.s: Likewise.
8297
5524b525
AA
82982017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
8299
8300 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
8301 on 32-bit x86 targets. Exploit is_*_target macros where
8302 appropriate.
8303
03c8af18
AA
83042017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8305
8306 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
8307 register pieces.
8308
3bf31011
AA
83092017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8310
8311 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
8312 located in one or more DWARF pieces.
8313
805acca0
AA
83142017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8315
8316 * lib/gdb.exp (get_endianness): New proc.
8317 * gdb.arch/aarch64-fp.exp: Use it.
8318 * gdb.arch/altivec-regs.exp: Likewise.
8319 * gdb.arch/e500-regs.exp: Likewise.
8320 * gdb.arch/vsx-regs.exp: Likewise.
8321 * gdb.base/dump.exp: Likewise.
8322 * gdb.base/funcargs.exp: Likewise.
8323 * gdb.base/gnu_vector.exp: Likewise.
8324 * gdb.dwarf2/formdata16.exp: Likewise.
8325 * gdb.dwarf2/implptrpiece.exp: Likewise.
8326 * gdb.dwarf2/nonvar-access.exp: Likewise.
8327 * gdb.python/py-inferior.exp: Likewise.
8328 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
8329
e9352324
AA
83302017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8331
8332 PR gdb/21226
8333 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
8334 stack value pieces are taken from the LSB end.
8335
d5d1163e
AA
83362017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8337
8338 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
8339 variable at nonzero offset.
8340
0567c986
AA
83412017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8342
8343 * gdb.dwarf2/var-access.c: New file.
8344 * gdb.dwarf2/var-access.exp: New test.
8345 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
8346
973e9aab
TT
83472017-06-12 Tom Tromey <tom@tromey.com>
8348
8349 * gdb.dwarf2/formdata16.exp: Add tests.
8350
d9109c80
TT
83512017-06-12 Tom Tromey <tom@tromey.com>
8352
8353 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
8354
30a25466
TT
83552017-06-12 Tom Tromey <tom@tromey.com>
8356
8357 PR exp/16225:
8358 * gdb.reverse/i386-sse-reverse.exp: Update tests.
8359 * gdb.arch/vsx-regs.exp: Update tests.
8360 * gdb.arch/s390-vregs.exp (hex128): New proc.
8361 Update test.
8362 * gdb.arch/altivec-regs.exp: Update tests.
8363
aefd8b33
SDJ
83642017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
8365
8366 * gdb.base/startup-with-shell.c: New file.
8367 * gdb.base/startup-with-shell.exp: Likewise.
8368
2090129c
SDJ
83692017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
8370
8371 * gdb.server/non-existing-program.exp: Update regex in order to
8372 reflect the fact that gdbserver is now using fork_inferior (with a
8373 shell) to startup the inferior.
8374
8e86a419
SM
83752017-05-30 Simon Marchi <simon.marchi@ericsson.com>
8376
8377 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
8378 support function calls from GDB.
8379
e6cf65f2
TT
83802017-05-21 Tom Tromey <tom@tromey.com>
8381
8382 PR rust/21466:
8383 * gdb.rust/unsized.exp: New file.
8384 * gdb.rust/unsized.rs: New file.
8385
43cc5389
TT
83862017-05-19 Tom Tromey <tom@tromey.com>
8387
8388 PR rust/21484:
8389 * gdb.rust/watch.exp: New file.
8390 * gdb.rust/watch.rs: New file.
8391
ec8df234
TT
83922017-05-18 Tom Tromey <tom@tromey.com>
8393
8394 * gdb.rust/simple.exp: Allow Box to be qualified.
8395
3e3e7fae
TP
83962017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
8397
8398 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
8399
59cc050d
PA
84002017-05-18 Pedro Alves <palves@redhat.com>
8401
8402 * gdb.base/fileio.c (test_write, test_read, test_close)
8403 (test_fstat): Don't print 'ret' in the fail path.
8404
c8f6abd1
PA
84052017-05-18 Pedro Alves <palves@redhat.com>
8406
8407 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
8408 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
8409 (test_system, test_rename, test_unlink, test_time): Change
8410 prototypes.
8411 * gdb.base/fileio.exp (stop_msg): Adjust.
8412
d2a03b77
PA
84132017-05-18 Pedro Alves <palves@redhat.com>
8414
8415 * gdb.base/fileio.c (null_str): New global.
8416 (test_stat): Use it.
8417 * gdb.base/fileio.exp: Remove nowarnings.
8418
0d5c6999
YQ
84192017-05-17 Yao Qi <yao.qi@linaro.org>
8420
8421 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
8422
21873064
YQ
84232017-05-17 Simon Marchi <simon.marchi@ericsson.com>
8424
8425 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
8426 argument command.
8427 (top-level): Invoke test_set_inferior_tty.
8428
d512d31c
PA
84292017-05-04 Pedro Alves <palves@redhat.com>
8430
8431 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
8432 Add parens to print call for Python 3.
8433
90cef2ed
KS
84342017-05-03 Keith Seitz <keiths@redhat.com>
8435
8436 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
8437 (main): Call it.
8438
14f819c8
TW
84392017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
8440
8441 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
8442 to prev and next.
8443
913aeadd
TW
84442017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
8445
8446 * gdb.python/py-record-btrace.exp: Remove test for
8447 gdb.BtraceInstruction.error.
8448
a3be24ad
TW
84492017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
8450
8451 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
8452
ae20e79a
TW
84532017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
8454
8455 * gdb.python/py-record-btrace-threads.c: New file.
8456 * gdb.python/py-record-btrace-threads.exp: New file.
8457
45ce1b47
SDJ
84582017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
8459
8460 PR testsuite/8595
8461 * gdb.base/environ.exp: Make test available in all architectures.
8462 Move bits related to "info program" testing to
8463 gdb.base/info-program.exp. Rewrite tests to use the two new
8464 procedures mentione below.
8465 (test_set_show_env_var) New procedure.
8466 (test_set_show_env_var_equal): Likewise.
8467 * gdb.base/info-program.exp: New file.
8468
e15c3eb4
KS
84692017-04-27 Keith Seitz <keiths@redhat.com>
8470
8471 * gdb.cp/oranking.cc (test15): New function.
8472 (main): Call test15 and declare additional variables for testing.
8473 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
8474 "p foo101('abc')" tests.
8475 Add tests for cv qualifier overloads.
8476 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
8477 "lvalue reference overload" test.
8478 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
8479 "print value of f1 on Child&& in f2" test.
8480
3a3fd0fd
PA
84812017-04-19 Pedro Alves <palves@redhat.com>
8482
8483 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
8484 procedure.
8485 (top level): Call it.
8486 * lib/gdb.exp (gdb_define_cmd): New procedure.
8487
53375380
PA
84882017-04-12 Pedro Alves <palves@redhat.com>
8489
8490 PR gdb/21323
8491 * gdb.cp/wide_char_types.c: Include <wchar.h>.
8492 (wchar): New global.
8493 * gdb.cp/wide_char_types.exp (wide_char_types_program)
8494 (do_test_wide_char, wide_char_types_no_program, top level): Add
8495 wchar_t testing.
8496
53e710ac
PA
84972017-04-12 Pedro Alves <palves@redhat.com>
8498
8499 PR c++/21323
8500 * gdb.cp/wide_char_types.c: New file.
8501 * gdb.cp/wide_char_types.exp: New file.
8502
0ad9d8c7
SDJ
85032017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
8504
8505 PR gdb/21352
8506 * gdb.trace/tsv.exp: Add test for "tsave -r".
8507
b1b45502
IB
85082017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
8509
8510 * gdb.dlang/watch-loc.c: New file.
8511 * gdb.dlang/watch-loc.exp: New file.
8512
ec13808e
JK
85132017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
8514
8515 * gdb.python/py-section-script.exp (sepdebug): New testcases.
8516
fe5f7374
AK
85172017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
8518
8519 * gdb.arch/arc-analyze-prologue.S: New file.
8520 * gdb.arch/arc-analyze-prologue.exp: Likewise.
8521
eea78757
AK
85222017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
8523
8524 * gdb.arch/arc-decode-insn.S: New file.
8525 * gdb.arch/arc-decode-insn.exp: Likewise.
8526
5badf10a
IR
85272017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
8528
8529 PR tdep/20928
8530 * gdb.arch/sparc64-regs.exp: New file.
8531 * gdb.arch/sparc64-regs.S: Likewise.
8532
cee59b3f
TW
85332017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
8534
8535 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
8536 and memory view on Python 3.
8537
c0f55cc6
AV
85382017-03-20 Artemiy Volkov <artemiyv@acm.org>
8539 Keith Seitz <keiths@redhat.com>
8540
8541 PR gdb/14441
8542 * gdb.cp/demangle.exp: Add rvalue reference tests.
8543 * gdb.cp/rvalue-ref-casts.cc: New file.
8544 * gdb.cp/rvalue-ref-casts.exp: New file.
8545 * gdb.cp/rvalue-ref-overload.cc: New file.
8546 * gdb.cp/rvalue-ref-overload.exp: New file.
8547 * gdb.cp/rvalue-ref-params.cc: New file.
8548 * gdb.cp/rvalue-ref-params.exp: New file.
8549 * gdb.cp/rvalue-ref-sizeof.cc: New file.
8550 * gdb.cp/rvalue-ref-sizeof.exp: New file.
8551 * gdb.cp/rvalue-ref-types.cc: New file.
8552 * gdb.cp/rvalue-ref-types.exp: New file.
8553 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
8554 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
8555
51457a05
MAL
85562017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
8557
8558 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
8559 New procedure.
8560
5b291c04
MAL
85612017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
8562
8563 * lib/mi-support.exp (mi_gdb_test): Add additional message
8564 for unexpected output.
8565
59a56148
AA
85662017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
8567
8568 * gdb.base/examine-backward.c (Barrier): New character array
8569 constant, to ensure that TestStrings is preceded by a string
8570 terminator.
8571
7942e96e
AA
85722017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
8573
8574 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
8575 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
8576 and implicit pointer into such a location.
8577
6ebac3fb
DE
85782017-03-16 Doug Evans <dje@google.com>
8579
8580 * gdb.python/py-lazy-string (pointer): Really add new typedef.
8581
ec3b243d
TP
85822017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
8583
8584 * gdb.cp/m-static.exp: Fix expectation for prototype of
8585 test5.single_constructor and single_constructor::single_constructor.
2cc36e25
DE
8586
85872017-03-16 Doug Evans <dje@google.com>
a7c0469f
DE
8588
8589 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
8590 * gdb.guile/scm-lazy-string.c: New file.
8591 * gdb.guile/scm-value.exp: Move lazy string tests to ...
8592 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
8593 for pointer, array, typedef lazy strings.
8594
2cc36e25 85952017-03-16 Doug Evans <dje@google.com>
34b43320
DE
8596
8597 PR python/17728, python/18439, python/18779
8598 * gdb.python/py-value.c (main) Delete locals sptr, sn.
8599 * gdb.python/py-lazy-string.c (pointer): New typedef.
8600 (main): New locals ptr, array, typedef_ptr.
8601 * gdb.python/py-value.exp: Move lazy string tests to ...
8602 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
8603 array, typedef lazy strings.
ec3b243d 8604
0efcde63
AK
86052017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
8606
8607 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
8608 Add optional 'test' parameter.
8609
7978d7c3
SM
86102017-03-13 Simon Marchi <simon.marchi@ericsson.com>
8611
8612 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
8613 Skip for versions of DejaGnu < 1.5.
8614
896c0c1e
SM
86152017-03-13 Simon Marchi <simon.marchi@ericsson.com>
8616
8617 * lib/gdb.exp (dejagnu_version): New proc.
8618 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
8619 Use dejagnu_version.
8620
5f4d1085
KS
86212017-03-10 Keith Seitz <keiths@redhat.com>
8622
8623 PR c++/8128
8624 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
8625 type from destructor regexps.
8626 Add a branch which actually passes the test.
8627 Adjust "ptype t5i" test names.
8628
1de05205
PA
86292017-03-08 Pedro Alves <palves@redhat.com>
8630
8631 * gdb.base/step-over-exit.exp: Add explicit test message.
8632
c65d6b55
PA
86332017-03-08 Pedro Alves <palves@redhat.com>
8634
8635 PR gdb/18360
8636 * gdb.threads/interrupt-while-step-over.c: New file.
8637 * gdb.threads/interrupt-while-step-over.exp: New file.
8638
2e86a283
PA
86392017-03-08 Pedro Alves <palves@redhat.com>
8640
8641 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
8642 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
8643
25dcbff6
PA
86442017-03-08 Pedro Alves <palves@redhat.com>
8645
8646 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
8647 PKRU as not supported as a PASS.
8648
dc9366eb
PA
86492017-03-08 Pedro Alves <palves@redhat.com>
8650
8651 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
8652 prefix instead of $binfile1/$binfile2.
8653 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
8654 in test message.
8655 * gdb.python/py-completion.exp: Use "load python file" as test
8656 messages instead of unstable path names.
8657
6e5d74e7
PA
86582017-03-08 Pedro Alves <palves@redhat.com>
8659 Jan Kratochvil <jan.kratochvil@redhat.com>
8660
8661 PR cli/21218
8662 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
8663 New proc.
8664 (top level): Call it.
8665
9753a2f6
PA
86662017-03-08 Pedro Alves <palves@redhat.com>
8667
8668 PR tui/21216
8669 * gdb.tui/tui-nl-filtered-output.exp: New file.
8670
1a4dd9dd
PA
86712017-03-08 Pedro Alves <palves@redhat.com>
8672
8673 * gdb.base/completion.exp: Move TUI completion tests to ...
8674 * gdb.tui/completion.exp: ... this new file.
8675
7cbbff33
PA
86762017-03-08 Pedro Alves <palves@redhat.com>
8677
8678 * gdb.base/tui-disasm-long-lines.c,
8679 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
8680 gdb.base/tui-layout.exp: Move to ...
8681 * gdb.tui/: ... this new directory.
8682
5f6fd321
PA
86832017-03-07 Pedro Alves <palves@redhat.com>
8684
8685 * gdb.base/tui-layout.c: New file.
8686 * gdb.base/tui-layout.exp: New file.
8687
44959fa8
PA
86882017-03-07 Pedro Alves <palves@redhat.com>
8689
8690 * gdb.base/tui-layout.c: Rename to ...
8691 * gdb.base/tui-disasm-long-lines.c: ... this.
8692 * gdb.base/tui-layout.exp: Rename to ...
8693 * gdb.base/tui-disasm-long-lines.exp: ... this.
8694
f8c4e718
PA
86952017-03-07 Pedro Alves <palves@redhat.com>
8696
8697 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
8698
6dbb839a 86992017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
4a612d6f
WT
8700
8701 * i386-mpx-call.c: New file.
8702 * i386-mpx-call.exp: New file.
8703
65b48a81
PB
87042017-02-28 Peter Bergner <bergner@vnet.ibm.com>
8705
8706 * gdb.arch/powerpc-power.exp: Delete test.
8707 * gdb.arch/powerpc-power.s: Likewise.
8708 * gdb.disasm/disassembler-options.exp: New test.
8709 * gdb.arch/powerpc-altivec.exp: Likewise.
8710 * gdb.arch/powerpc-altivec.s: Likewise.
8711 * gdb.arch/powerpc-altivec2.exp: Likewise.
8712 * gdb.arch/powerpc-altivec2.s: Likewise.
8713 * gdb.arch/powerpc-altivec3.exp: Likewise.
8714 * gdb.arch/powerpc-altivec3.s: Likewise.
8715 * gdb.arch/powerpc-power7.exp: Likewise.
8716 * gdb.arch/powerpc-power7.s: Likewise.
8717 * gdb.arch/powerpc-power8.exp: Likewise.
8718 * gdb.arch/powerpc-power8.s: Likewise.
8719 * gdb.arch/powerpc-power9.exp: Likewise.
8720 * gdb.arch/powerpc-power9.s: Likewise.
8721 * gdb.arch/powerpc-vsx.exp: Likewise.
8722 * gdb.arch/powerpc-vsx.s: Likewise.
8723 * gdb.arch/powerpc-vsx2.exp: Likewise.
8724 * gdb.arch/powerpc-vsx2.s: Likewise.
8725 * gdb.arch/powerpc-vsx3.exp: Likewise.
8726 * gdb.arch/powerpc-vsx3.s: Likewise.
8727 * gdb.arch/arm-disassembler-options.exp: Likewise.
8728 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
8729 * gdb.arch/s390-disassembler-options.exp: Likewise.
8730
17cd4947
LM
87312017-02-23 Luis Machado <lgustavo@codesourcery.com>
8732
8733 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
8734 (check_supported_features): ... this. Changed return type to void.
8735 (supports_rdseed): New static global.
8736 (rdseed): Check supports_rdseed.
8737 (initialize): Call check_supported_features.
8738
2039d74e
EBM
87392017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
8740
8741 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
8742 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
8743 and lqarx/stqcx.
8744 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
8745 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
8746
a51d7ecf
EBM
87472017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
8748
8749 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
8750 uppercase.
8751
0224619f
JK
87522017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8753
8754 * gdb.dwarf2/formdata16.c: New file.
8755 * gdb.dwarf2/formdata16.exp: New file.
8756 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
8757
216f72a1
JK
87582017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8759
8760 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
8761 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
8762 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
8763 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
8764 DW_AT_GNU_*.
8765
43988095
JK
87662017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8767
8768 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
8769
99e8a4f9
SDJ
87702017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
8771
8772 PR gdb/21164
8773 * gdb.base/maint.exp: Add testcases for when the commands do
8774 not have arguments.
8775
b58a8c0c
TP
87762017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
8777
8778 * gdb.cp/chained-calls.exp: Use p instead of P.
8779
4e746bb6
TW
87802017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
8781
8782 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
8783 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
8784
3f77c769
TT
87852017-02-14 Tom Tromey <tom@tromey.com>
8786
8787 PR python/13598:
8788 * gdb.python/py-events.exp: Add before_prompt event tests.
8789
075beec0
AA
87902017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
8791
8792 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
8793
bf5f525c
LM
87942017-02-13 Luis Machado <lgustavo@codesourcery.com>
8795
8796 * gdb.linespec/explicit.c (my_unique_function_name): New function.
8797 (main): Call my_unique_function_name.
8798 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
8799 completion of patterns with a single match.
8800 Add missing -re switches to gdb_test_multiple calls.
8801
13a66184
LM
88022017-02-13 Luis Machado <lgustavo@codesourcery.com>
8803
8804 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
8805 return if core file is not recognized.
8806
26a06916
SM
88072017-02-10 Simon Marchi <simon.marchi@ericsson.com>
8808
8809 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
8810 and extra UIs.
8811
b761ca9e
SM
88122017-02-10 Simon Marchi <simon.marchi@ericsson.com>
8813
8814 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
8815 proc_with_prefix.
8816
b964bee0
TT
88172017-02-10 Tom Tromey <tom@tromey.com>
8818
8819 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
8820
18da0c51
MG
88212017-02-10 Martin Galvan <martingalvan@sourceware.org>
8822
8823 PR gdb/21122
8824 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
8825
604c4576
JG
88262017-02-08 Jerome Guitton <guitton@adacore.com>
8827
8828 * gdb.base/define.exp: Add test for command abbreviations
8829 in define.
8830
20b477a7
LM
88312017-02-06 Luis Machado <lgustavo@codesourcery.com>
8832
8833 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
8834 * gdb.reverse/insn-reverse-x86.c: New file.
8835
3f7b46f2
IR
88362017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
8837
8838 PR tdep/20936
8839 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
8840
f0fd41c1
TT
88412017-02-03 Tom Tromey <tom@tromey.com>
8842
8843 PR rust/21097:
8844 * gdb.rust/simple.exp: Add new tests.
8845
5be5dbf0
PA
88462017-02-02 Pedro Alves <palves@redhat.com>
8847
8848 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
8849 tests.
8850
7346ef59
AA
88512017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
8852
8853 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
8854 taking a 2-byte value out of a 4-byte DWARF implicit value on
8855 big-endian targets.
8856 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
8857 logic. Add test cases for DW_OP_implicit.
8858
787f0025
MM
88592017-02-01 Markus Metzger <markus.t.metzger@intel.com>
8860
8861 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
8862
68777c29
MM
88632017-02-01 Markus Metzger <markus.t.metzger@intel.com>
8864
8865 * gdb.btrace/enable.exp: Call gdb_exit before
8866 skip_gdbserver_tests.
8867
0a1c7e28
MM
88682017-02-01 Markus Metzger <markus.t.metzger@intel.com>
8869
8870 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
8871 GDBFLAGS.
8872
b5ac99b0
MM
88732017-02-01 Markus Metzger <markus.t.metzger@intel.com>
8874
8875 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
8876 the test is skipped.
8877 * gdb.btrace/data.exp: Likewise.
8878 * gdb.btrace/delta.exp: Likewise.
8879 * gdb.btrace/dlopen.exp: Likewise.
8880 * gdb.btrace/enable-running.exp: Likewise.
8881 * gdb.btrace/enable.exp: Likewise.
8882 * gdb.btrace/exception.exp: Likewise.
8883 * gdb.btrace/function_call_history.exp: Likewise.
8884 * gdb.btrace/gcore.exp: Likewise.
8885 * gdb.btrace/instruction_history.exp: Likewise.
8886 * gdb.btrace/multi-thread-step.exp: Likewise.
8887 * gdb.btrace/nohist.exp: Likewise.
8888 * gdb.btrace/non-stop.exp: Likewise.
8889 * gdb.btrace/reconnect.exp: Likewise.
8890 * gdb.btrace/record_goto-step.exp: Likewise.
8891 * gdb.btrace/record_goto.exp: Likewise.
8892 * gdb.btrace/rn-dl-bind.exp: Likewise.
8893 * gdb.btrace/segv.exp: Likewise.
8894 * gdb.btrace/step.exp: Likewise.
8895 * gdb.btrace/stepi.exp: Likewise.
8896 * gdb.btrace/tailcall-only.exp: Likewise.
8897 * gdb.btrace/tailcall.exp: Likewise.
8898 * gdb.btrace/tsx.exp: Likewise.
8899 * gdb.btrace/unknown_functions.exp: Likewise.
8900 * gdb.btrace/vdso.exp: Likewise.
8901
cd4007e4
MM
89022017-02-01 Markus Metzger <markus.t.metzger@intel.com>
8903
8904 * gdb.btrace/enable-running.c: New.
8905 * gdb.btrace/enable-running.exp: New.
8906
2735833d
WT
89072017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
8908
8909 * gdb.arch/amd64-gs_base.c: New file.
8910 * gdb.arch/amd64-gs_base.exp: New file.
8911
b51e1e94
LM
89122017-01-26 Luis Machado <lgustavo@codesourcery.com>
8913
8914 * lib/memory.exp: Remove spurious empty newlines.
8915
72ca0410
SM
89162017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
8917
8918 * gdb.python/py-bad-printers.exp: Load python file using "source".
8919 * gdb.python/py-events.exp: Likewise.
8920 * gdb.python/py-evsignal.exp: Likewise.
8921 * gdb.python/py-evthreads.exp: Likewise.
8922 * gdb.python/py-frame-args.exp: Likewise.
8923 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
8924 * gdb.python/py-framefilter-mi.exp: Likewise.
8925 * gdb.python/py-framefilter.exp: Likewise.
8926 * gdb.python/py-mi.exp: Likewise.
8927 * gdb.python/py-pp-maint.exp: Likewise.
8928 * gdb.python/py-pp-registration.exp: Likewise.
8929 * gdb.python/py-prettyprint.exp: Likewise.
8930 (run_lang_tests): Likewise.
8931 * gdb.python/py-typeprint.exp: Likewise.
8932
e309aa65
LM
89332017-01-26 Luis Machado <lgustavo@codesourcery.com>
8934
8935 * lib/memory.exp: New file.
8936 * lib/gdb.exp: Load memory.exp.
8937 * gdb.base/memattr.exp (delete_memory): Move proc to
8938 lib/memory.exp and rename to delete_memory_regions.
8939 Replace delete_memory with delete_memory_regions.
8940 Cleanup memory regions before tests.
8941 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
8942 before tests.
8943
515aff23
LM
89442017-01-26 Luis Machado <lgustavo@codesourcery.com>
8945
8946 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
8947 files.
8948 (initialize): New function conditionally defined.
8949 (testcases): Move within conditional block.
8950 (main): Call initialize.
8951 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
8952 of gdb.reverse/insn-reverse.c.
8953 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
8954 gdb.reverse/insn-reverse.c.
8955
d8b49cf0
YQ
89562017-01-26 Yao Qi <yao.qi@linaro.org>
8957
8958 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
8959 disassemble on address 0.
8960
f13a9a0c
YQ
89612017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
8962 Yao Qi <yao.qi@linaro.org>
8963
8964 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
8965 * gdb.dwarf2/implptr-64bit.S: Remove.
8966 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
8967 variables in caller's context. Add DW_OP_implicit_value.
8968
5ac95241
YQ
89692017-01-25 Yao Qi <yao.qi@linaro.org>
8970
8971 * lib/dwarf.exp (Dwarf::_location): Handle
8972 DW_OP_GNU_implicit_pointer with proper size.
8973
23e82930
LM
89742017-01-20 Luis Machado <lgustavo@codesourcery.com>
8975
8976 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
8977 and add untested calls.
8978
d334ae25
LM
89792017-01-20 Luis Machado <lgustavo@codesourcery.com>
8980
8981 * gdb.python/python.exp: Check line number against what GDB thinks
8982 the line number is for func1.
8983
f5e6296e
IB
89842017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
8985
8986 * gdb.dlang/debug-expr.exp: New file.
8987
5b362f04
LM
89882016-12-23 Luis Machado <lgustavo@codesourcery.com>
8989
8990 Fix test names for the following files:
8991
8992 * gdb.ada/exec_changed.exp
8993 * gdb.ada/info_types.exp
8994 * gdb.arch/aarch64-atomic-inst.exp
8995 * gdb.arch/aarch64-fp.exp
8996 * gdb.arch/altivec-abi.exp
8997 * gdb.arch/altivec-regs.exp
8998 * gdb.arch/amd64-byte.exp
8999 * gdb.arch/amd64-disp-step.exp
9000 * gdb.arch/amd64-dword.exp
9001 * gdb.arch/amd64-entry-value-inline.exp
9002 * gdb.arch/amd64-entry-value-param.exp
9003 * gdb.arch/amd64-entry-value-paramref.exp
9004 * gdb.arch/amd64-entry-value.exp
9005 * gdb.arch/amd64-i386-address.exp
9006 * gdb.arch/amd64-invalid-stack-middle.exp
9007 * gdb.arch/amd64-invalid-stack-top.exp
9008 * gdb.arch/amd64-optimout-repeat.exp
9009 * gdb.arch/amd64-prologue-skip.exp
9010 * gdb.arch/amd64-prologue-xmm.exp
9011 * gdb.arch/amd64-stap-special-operands.exp
9012 * gdb.arch/amd64-stap-wrong-subexp.exp
9013 * gdb.arch/amd64-tailcall-cxx.exp
9014 * gdb.arch/amd64-tailcall-noret.exp
9015 * gdb.arch/amd64-tailcall-ret.exp
9016 * gdb.arch/amd64-tailcall-self.exp
9017 * gdb.arch/amd64-word.exp
9018 * gdb.arch/arm-bl-branch-dest.exp
9019 * gdb.arch/arm-disp-step.exp
9020 * gdb.arch/arm-neon.exp
9021 * gdb.arch/arm-single-step-kernel-helper.exp
9022 * gdb.arch/avr-flash-qualifier.exp
9023 * gdb.arch/disp-step-insn-reloc.exp
9024 * gdb.arch/e500-abi.exp
9025 * gdb.arch/e500-regs.exp
9026 * gdb.arch/ftrace-insn-reloc.exp
9027 * gdb.arch/i386-avx512.exp
9028 * gdb.arch/i386-bp_permanent.exp
9029 * gdb.arch/i386-byte.exp
9030 * gdb.arch/i386-cfi-notcurrent.exp
9031 * gdb.arch/i386-disp-step.exp
9032 * gdb.arch/i386-dr3-watch.exp
9033 * gdb.arch/i386-float.exp
9034 * gdb.arch/i386-gnu-cfi.exp
9035 * gdb.arch/i386-mpx-map.exp
9036 * gdb.arch/i386-mpx-sigsegv.exp
9037 * gdb.arch/i386-mpx-simple_segv.exp
9038 * gdb.arch/i386-mpx.exp
9039 * gdb.arch/i386-permbkpt.exp
9040 * gdb.arch/i386-prologue.exp
9041 * gdb.arch/i386-signal.exp
9042 * gdb.arch/i386-size-overlap.exp
9043 * gdb.arch/i386-unwind.exp
9044 * gdb.arch/i386-word.exp
9045 * gdb.arch/mips-fcr.exp
9046 * gdb.arch/powerpc-d128-regs.exp
9047 * gdb.arch/powerpc-stackless.exp
9048 * gdb.arch/ppc64-atomic-inst.exp
9049 * gdb.arch/s390-stackless.exp
9050 * gdb.arch/s390-tdbregs.exp
9051 * gdb.arch/s390-vregs.exp
9052 * gdb.arch/sparc-sysstep.exp
9053 * gdb.arch/thumb-bx-pc.exp
9054 * gdb.arch/thumb-singlestep.exp
9055 * gdb.arch/thumb2-it.exp
9056 * gdb.arch/vsx-regs.exp
9057 * gdb.asm/asm-source.exp
9058 * gdb.base/a2-run.exp
9059 * gdb.base/advance.exp
9060 * gdb.base/all-bin.exp
9061 * gdb.base/anon.exp
9062 * gdb.base/args.exp
9063 * gdb.base/arithmet.exp
9064 * gdb.base/async-shell.exp
9065 * gdb.base/async.exp
9066 * gdb.base/attach-pie-noexec.exp
9067 * gdb.base/attach-twice.exp
9068 * gdb.base/auto-load.exp
9069 * gdb.base/bang.exp
9070 * gdb.base/bitfields.exp
9071 * gdb.base/break-always.exp
9072 * gdb.base/break-caller-line.exp
9073 * gdb.base/break-entry.exp
9074 * gdb.base/break-inline.exp
9075 * gdb.base/break-on-linker-gcd-function.exp
9076 * gdb.base/break-probes.exp
9077 * gdb.base/break.exp
9078 * gdb.base/breakpoint-shadow.exp
9079 * gdb.base/call-ar-st.exp
9080 * gdb.base/call-sc.exp
9081 * gdb.base/call-signal-resume.exp
9082 * gdb.base/call-strs.exp
9083 * gdb.base/callfuncs.exp
9084 * gdb.base/catch-fork-static.exp
9085 * gdb.base/catch-gdb-caused-signals.exp
9086 * gdb.base/catch-load.exp
9087 * gdb.base/catch-signal-fork.exp
9088 * gdb.base/catch-signal.exp
9089 * gdb.base/catch-syscall.exp
9090 * gdb.base/charset.exp
9091 * gdb.base/checkpoint.exp
9092 * gdb.base/chng-syms.exp
9093 * gdb.base/code-expr.exp
9094 * gdb.base/code_elim.exp
9095 * gdb.base/commands.exp
9096 * gdb.base/completion.exp
9097 * gdb.base/complex.exp
9098 * gdb.base/cond-expr.exp
9099 * gdb.base/condbreak.exp
9100 * gdb.base/consecutive.exp
9101 * gdb.base/continue-all-already-running.exp
9102 * gdb.base/coredump-filter.exp
9103 * gdb.base/corefile.exp
9104 * gdb.base/dbx.exp
9105 * gdb.base/debug-expr.exp
9106 * gdb.base/define.exp
9107 * gdb.base/del.exp
9108 * gdb.base/disabled-location.exp
9109 * gdb.base/disasm-end-cu.exp
9110 * gdb.base/disasm-optim.exp
9111 * gdb.base/display.exp
9112 * gdb.base/duplicate-bp.exp
9113 * gdb.base/ena-dis-br.exp
9114 * gdb.base/ending-run.exp
9115 * gdb.base/enumval.exp
9116 * gdb.base/environ.exp
9117 * gdb.base/eu-strip-infcall.exp
9118 * gdb.base/eval-avoid-side-effects.exp
9119 * gdb.base/eval-skip.exp
9120 * gdb.base/exitsignal.exp
9121 * gdb.base/expand-psymtabs.exp
9122 * gdb.base/filesym.exp
9123 * gdb.base/find-unmapped.exp
9124 * gdb.base/finish.exp
9125 * gdb.base/float.exp
9126 * gdb.base/foll-exec-mode.exp
9127 * gdb.base/foll-exec.exp
9128 * gdb.base/foll-fork.exp
9129 * gdb.base/fortran-sym-case.exp
9130 * gdb.base/freebpcmd.exp
9131 * gdb.base/func-ptr.exp
9132 * gdb.base/func-ptrs.exp
9133 * gdb.base/funcargs.exp
9134 * gdb.base/gcore-buffer-overflow.exp
9135 * gdb.base/gcore-relro-pie.exp
9136 * gdb.base/gcore-relro.exp
9137 * gdb.base/gcore.exp
9138 * gdb.base/gdb1090.exp
9139 * gdb.base/gdb11530.exp
9140 * gdb.base/gdb11531.exp
9141 * gdb.base/gdb1821.exp
9142 * gdb.base/gdbindex-stabs.exp
9143 * gdb.base/gdbvars.exp
9144 * gdb.base/hbreak.exp
9145 * gdb.base/hbreak2.exp
9146 * gdb.base/included.exp
9147 * gdb.base/infcall-input.exp
9148 * gdb.base/inferior-died.exp
9149 * gdb.base/infnan.exp
9150 * gdb.base/info-macros.exp
9151 * gdb.base/info-os.exp
9152 * gdb.base/info-proc.exp
9153 * gdb.base/info-shared.exp
9154 * gdb.base/info-target.exp
9155 * gdb.base/infoline.exp
9156 * gdb.base/interp.exp
9157 * gdb.base/interrupt.exp
9158 * gdb.base/jit-reader.exp
9159 * gdb.base/jit-simple.exp
9160 * gdb.base/kill-after-signal.exp
9161 * gdb.base/kill-detach-inferiors-cmd.exp
9162 * gdb.base/label.exp
9163 * gdb.base/langs.exp
9164 * gdb.base/ldbl_e308.exp
9165 * gdb.base/line-symtabs.exp
9166 * gdb.base/linespecs.exp
9167 * gdb.base/list.exp
9168 * gdb.base/long_long.exp
9169 * gdb.base/longest-types.exp
9170 * gdb.base/maint.exp
9171 * gdb.base/max-value-size.exp
9172 * gdb.base/memattr.exp
9173 * gdb.base/mips_pro.exp
9174 * gdb.base/morestack.exp
9175 * gdb.base/moribund-step.exp
9176 * gdb.base/multi-forks.exp
9177 * gdb.base/nested-addr.exp
9178 * gdb.base/nextoverexit.exp
9179 * gdb.base/noreturn-finish.exp
9180 * gdb.base/noreturn-return.exp
9181 * gdb.base/nostdlib.exp
9182 * gdb.base/offsets.exp
9183 * gdb.base/opaque.exp
9184 * gdb.base/pc-fp.exp
9185 * gdb.base/permissions.exp
9186 * gdb.base/print-symbol-loading.exp
9187 * gdb.base/prologue-include.exp
9188 * gdb.base/psymtab.exp
9189 * gdb.base/ptype.exp
9190 * gdb.base/random-signal.exp
9191 * gdb.base/randomize.exp
9192 * gdb.base/range-stepping.exp
9193 * gdb.base/readline-ask.exp
9194 * gdb.base/recpar.exp
9195 * gdb.base/recurse.exp
9196 * gdb.base/relational.exp
9197 * gdb.base/restore.exp
9198 * gdb.base/return-nodebug.exp
9199 * gdb.base/return.exp
9200 * gdb.base/run-after-attach.exp
9201 * gdb.base/save-bp.exp
9202 * gdb.base/scope.exp
9203 * gdb.base/sect-cmd.exp
9204 * gdb.base/set-lang-auto.exp
9205 * gdb.base/set-noassign.exp
9206 * gdb.base/setvar.exp
9207 * gdb.base/sigall.exp
9208 * gdb.base/sigbpt.exp
9209 * gdb.base/siginfo-addr.exp
9210 * gdb.base/siginfo-infcall.exp
9211 * gdb.base/siginfo-obj.exp
9212 * gdb.base/siginfo.exp
9213 * gdb.base/signals-state-child.exp
9214 * gdb.base/signest.exp
9215 * gdb.base/sigstep.exp
9216 * gdb.base/sizeof.exp
9217 * gdb.base/skip.exp
9218 * gdb.base/solib-corrupted.exp
9219 * gdb.base/solib-nodir.exp
9220 * gdb.base/solib-search.exp
9221 * gdb.base/stack-checking.exp
9222 * gdb.base/stale-infcall.exp
9223 * gdb.base/stap-probe.exp
9224 * gdb.base/start.exp
9225 * gdb.base/step-break.exp
9226 * gdb.base/step-bt.exp
9227 * gdb.base/step-line.exp
9228 * gdb.base/step-over-exit.exp
9229 * gdb.base/step-over-syscall.exp
9230 * gdb.base/step-resume-infcall.exp
9231 * gdb.base/step-test.exp
9232 * gdb.base/store.exp
9233 * gdb.base/structs3.exp
9234 * gdb.base/sym-file.exp
9235 * gdb.base/symbol-without-target_section.exp
9236 * gdb.base/term.exp
9237 * gdb.base/testenv.exp
9238 * gdb.base/ui-redirect.exp
9239 * gdb.base/until.exp
9240 * gdb.base/unwindonsignal.exp
9241 * gdb.base/value-double-free.exp
9242 * gdb.base/vla-datatypes.exp
9243 * gdb.base/vla-ptr.exp
9244 * gdb.base/vla-sideeffect.exp
9245 * gdb.base/volatile.exp
9246 * gdb.base/watch-cond-infcall.exp
9247 * gdb.base/watch-cond.exp
9248 * gdb.base/watch-non-mem.exp
9249 * gdb.base/watch-read.exp
9250 * gdb.base/watch-vfork.exp
9251 * gdb.base/watchpoint-cond-gone.exp
9252 * gdb.base/watchpoint-delete.exp
9253 * gdb.base/watchpoint-hw-hit-once.exp
9254 * gdb.base/watchpoint-hw.exp
9255 * gdb.base/watchpoint-stops-at-right-insn.exp
9256 * gdb.base/watchpoints.exp
9257 * gdb.base/wchar.exp
9258 * gdb.base/whatis-exp.exp
9259 * gdb.btrace/buffer-size.exp
9260 * gdb.btrace/data.exp
9261 * gdb.btrace/delta.exp
9262 * gdb.btrace/dlopen.exp
9263 * gdb.btrace/enable.exp
9264 * gdb.btrace/exception.exp
9265 * gdb.btrace/function_call_history.exp
9266 * gdb.btrace/gcore.exp
9267 * gdb.btrace/instruction_history.exp
9268 * gdb.btrace/nohist.exp
9269 * gdb.btrace/reconnect.exp
9270 * gdb.btrace/record_goto-step.exp
9271 * gdb.btrace/record_goto.exp
9272 * gdb.btrace/rn-dl-bind.exp
9273 * gdb.btrace/segv.exp
9274 * gdb.btrace/step.exp
9275 * gdb.btrace/stepi.exp
9276 * gdb.btrace/tailcall-only.exp
9277 * gdb.btrace/tailcall.exp
9278 * gdb.btrace/tsx.exp
9279 * gdb.btrace/unknown_functions.exp
9280 * gdb.btrace/vdso.exp
9281 * gdb.compile/compile-ifunc.exp
9282 * gdb.compile/compile-ops.exp
9283 * gdb.compile/compile-print.exp
9284 * gdb.compile/compile-setjmp.exp
9285 * gdb.cp/abstract-origin.exp
9286 * gdb.cp/ambiguous.exp
9287 * gdb.cp/annota2.exp
9288 * gdb.cp/annota3.exp
9289 * gdb.cp/anon-ns.exp
9290 * gdb.cp/anon-struct.exp
9291 * gdb.cp/anon-union.exp
9292 * gdb.cp/arg-reference.exp
9293 * gdb.cp/baseenum.exp
9294 * gdb.cp/bool.exp
9295 * gdb.cp/breakpoint.exp
9296 * gdb.cp/bs15503.exp
9297 * gdb.cp/call-c.exp
9298 * gdb.cp/casts.exp
9299 * gdb.cp/chained-calls.exp
9300 * gdb.cp/class2.exp
9301 * gdb.cp/classes.exp
9302 * gdb.cp/cmpd-minsyms.exp
9303 * gdb.cp/converts.exp
9304 * gdb.cp/cp-relocate.exp
9305 * gdb.cp/cpcompletion.exp
9306 * gdb.cp/cpexprs.exp
9307 * gdb.cp/cplabel.exp
9308 * gdb.cp/cplusfuncs.exp
9309 * gdb.cp/cpsizeof.exp
9310 * gdb.cp/ctti.exp
9311 * gdb.cp/derivation.exp
9312 * gdb.cp/destrprint.exp
9313 * gdb.cp/dispcxx.exp
9314 * gdb.cp/enum-class.exp
9315 * gdb.cp/exception.exp
9316 * gdb.cp/exceptprint.exp
9317 * gdb.cp/expand-psymtabs-cxx.exp
9318 * gdb.cp/expand-sals.exp
9319 * gdb.cp/extern-c.exp
9320 * gdb.cp/filename.exp
9321 * gdb.cp/formatted-ref.exp
9322 * gdb.cp/fpointer.exp
9323 * gdb.cp/gdb1355.exp
9324 * gdb.cp/gdb2495.exp
9325 * gdb.cp/hang.exp
9326 * gdb.cp/impl-this.exp
9327 * gdb.cp/infcall-dlopen.exp
9328 * gdb.cp/inherit.exp
9329 * gdb.cp/iostream.exp
9330 * gdb.cp/koenig.exp
9331 * gdb.cp/local.exp
9332 * gdb.cp/m-data.exp
9333 * gdb.cp/m-static.exp
9334 * gdb.cp/mb-ctor.exp
9335 * gdb.cp/mb-inline.exp
9336 * gdb.cp/mb-templates.exp
9337 * gdb.cp/member-name.exp
9338 * gdb.cp/member-ptr.exp
9339 * gdb.cp/meth-typedefs.exp
9340 * gdb.cp/method.exp
9341 * gdb.cp/method2.exp
9342 * gdb.cp/minsym-fallback.exp
9343 * gdb.cp/misc.exp
9344 * gdb.cp/namelessclass.exp
9345 * gdb.cp/namespace-enum.exp
9346 * gdb.cp/namespace-nested-import.exp
9347 * gdb.cp/namespace.exp
9348 * gdb.cp/nextoverthrow.exp
9349 * gdb.cp/no-dmgl-verbose.exp
9350 * gdb.cp/non-trivial-retval.exp
9351 * gdb.cp/noparam.exp
9352 * gdb.cp/nsdecl.exp
9353 * gdb.cp/nsimport.exp
9354 * gdb.cp/nsnested.exp
9355 * gdb.cp/nsnoimports.exp
9356 * gdb.cp/nsrecurs.exp
9357 * gdb.cp/nsstress.exp
9358 * gdb.cp/nsusing.exp
9359 * gdb.cp/operator.exp
9360 * gdb.cp/oranking.exp
9361 * gdb.cp/overload-const.exp
9362 * gdb.cp/overload.exp
9363 * gdb.cp/ovldbreak.exp
9364 * gdb.cp/ovsrch.exp
9365 * gdb.cp/paren-type.exp
9366 * gdb.cp/parse-lang.exp
9367 * gdb.cp/pass-by-ref.exp
9368 * gdb.cp/pr-1023.exp
9369 * gdb.cp/pr-1210.exp
9370 * gdb.cp/pr-574.exp
9371 * gdb.cp/pr10687.exp
9372 * gdb.cp/pr12028.exp
9373 * gdb.cp/pr17132.exp
9374 * gdb.cp/pr17494.exp
9375 * gdb.cp/pr9067.exp
9376 * gdb.cp/pr9167.exp
9377 * gdb.cp/pr9631.exp
9378 * gdb.cp/printmethod.exp
9379 * gdb.cp/psmang.exp
9380 * gdb.cp/psymtab-parameter.exp
9381 * gdb.cp/ptype-cv-cp.exp
9382 * gdb.cp/ptype-flags.exp
9383 * gdb.cp/re-set-overloaded.exp
9384 * gdb.cp/ref-types.exp
9385 * gdb.cp/rtti.exp
9386 * gdb.cp/scope-err.exp
9387 * gdb.cp/shadow.exp
9388 * gdb.cp/smartp.exp
9389 * gdb.cp/static-method.exp
9390 * gdb.cp/static-print-quit.exp
9391 * gdb.cp/temargs.exp
9392 * gdb.cp/templates.exp
9393 * gdb.cp/try_catch.exp
9394 * gdb.cp/typedef-operator.exp
9395 * gdb.cp/typeid.exp
9396 * gdb.cp/userdef.exp
9397 * gdb.cp/using-crash.exp
9398 * gdb.cp/var-tag.exp
9399 * gdb.cp/virtbase.exp
9400 * gdb.cp/virtfunc.exp
9401 * gdb.cp/virtfunc2.exp
9402 * gdb.cp/vla-cxx.exp
9403 * gdb.disasm/t01_mov.exp
9404 * gdb.disasm/t02_mova.exp
9405 * gdb.disasm/t03_add.exp
9406 * gdb.disasm/t04_sub.exp
9407 * gdb.disasm/t05_cmp.exp
9408 * gdb.disasm/t06_ari2.exp
9409 * gdb.disasm/t07_ari3.exp
9410 * gdb.disasm/t08_or.exp
9411 * gdb.disasm/t09_xor.exp
9412 * gdb.disasm/t10_and.exp
9413 * gdb.disasm/t11_logs.exp
9414 * gdb.disasm/t12_bit.exp
9415 * gdb.disasm/t13_otr.exp
9416 * gdb.dlang/circular.exp
9417 * gdb.dwarf2/arr-stride.exp
9418 * gdb.dwarf2/arr-subrange.exp
9419 * gdb.dwarf2/atomic-type.exp
9420 * gdb.dwarf2/bad-regnum.exp
9421 * gdb.dwarf2/bitfield-parent-optimized-out.exp
9422 * gdb.dwarf2/callframecfa.exp
9423 * gdb.dwarf2/clztest.exp
9424 * gdb.dwarf2/corrupt.exp
9425 * gdb.dwarf2/data-loc.exp
9426 * gdb.dwarf2/dup-psym.exp
9427 * gdb.dwarf2/dw2-anon-mptr.exp
9428 * gdb.dwarf2/dw2-anonymous-func.exp
9429 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
9430 * gdb.dwarf2/dw2-bad-unresolved.exp
9431 * gdb.dwarf2/dw2-basic.exp
9432 * gdb.dwarf2/dw2-canonicalize-type.exp
9433 * gdb.dwarf2/dw2-case-insensitive.exp
9434 * gdb.dwarf2/dw2-common-block.exp
9435 * gdb.dwarf2/dw2-compdir-oldgcc.exp
9436 * gdb.dwarf2/dw2-compressed.exp
9437 * gdb.dwarf2/dw2-const.exp
9438 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
9439 * gdb.dwarf2/dw2-cu-size.exp
9440 * gdb.dwarf2/dw2-dup-frame.exp
9441 * gdb.dwarf2/dw2-entry-value.exp
9442 * gdb.dwarf2/dw2-icycle.exp
9443 * gdb.dwarf2/dw2-ifort-parameter.exp
9444 * gdb.dwarf2/dw2-inline-break.exp
9445 * gdb.dwarf2/dw2-inline-param.exp
9446 * gdb.dwarf2/dw2-intercu.exp
9447 * gdb.dwarf2/dw2-intermix.exp
9448 * gdb.dwarf2/dw2-lexical-block-bare.exp
9449 * gdb.dwarf2/dw2-linkage-name-trust.exp
9450 * gdb.dwarf2/dw2-minsym-in-cu.exp
9451 * gdb.dwarf2/dw2-noloc.exp
9452 * gdb.dwarf2/dw2-op-call.exp
9453 * gdb.dwarf2/dw2-op-out-param.exp
9454 * gdb.dwarf2/dw2-opt-structptr.exp
9455 * gdb.dwarf2/dw2-param-error.exp
9456 * gdb.dwarf2/dw2-producer.exp
9457 * gdb.dwarf2/dw2-ranges-base.exp
9458 * gdb.dwarf2/dw2-ref-missing-frame.exp
9459 * gdb.dwarf2/dw2-reg-undefined.exp
9460 * gdb.dwarf2/dw2-regno-invalid.exp
9461 * gdb.dwarf2/dw2-restore.exp
9462 * gdb.dwarf2/dw2-restrict.exp
9463 * gdb.dwarf2/dw2-single-line-discriminators.exp
9464 * gdb.dwarf2/dw2-strp.exp
9465 * gdb.dwarf2/dw2-undefined-ret-addr.exp
9466 * gdb.dwarf2/dw2-unresolved.exp
9467 * gdb.dwarf2/dw2-var-zero-addr.exp
9468 * gdb.dwarf2/dw4-sig-types.exp
9469 * gdb.dwarf2/dwz.exp
9470 * gdb.dwarf2/dynarr-ptr.exp
9471 * gdb.dwarf2/enum-type.exp
9472 * gdb.dwarf2/gdb-index.exp
9473 * gdb.dwarf2/implptr-64bit.exp
9474 * gdb.dwarf2/implptr-optimized-out.exp
9475 * gdb.dwarf2/implptr.exp
9476 * gdb.dwarf2/implref-array.exp
9477 * gdb.dwarf2/implref-const.exp
9478 * gdb.dwarf2/implref-global.exp
9479 * gdb.dwarf2/implref-struct.exp
9480 * gdb.dwarf2/mac-fileno.exp
9481 * gdb.dwarf2/main-subprogram.exp
9482 * gdb.dwarf2/member-ptr-forwardref.exp
9483 * gdb.dwarf2/method-ptr.exp
9484 * gdb.dwarf2/missing-sig-type.exp
9485 * gdb.dwarf2/nonvar-access.exp
9486 * gdb.dwarf2/opaque-type-lookup.exp
9487 * gdb.dwarf2/pieces-optimized-out.exp
9488 * gdb.dwarf2/pieces.exp
9489 * gdb.dwarf2/pr10770.exp
9490 * gdb.dwarf2/pr13961.exp
9491 * gdb.dwarf2/staticvirtual.exp
9492 * gdb.dwarf2/subrange.exp
9493 * gdb.dwarf2/symtab-producer.exp
9494 * gdb.dwarf2/trace-crash.exp
9495 * gdb.dwarf2/typeddwarf.exp
9496 * gdb.dwarf2/valop.exp
9497 * gdb.dwarf2/watch-notconst.exp
9498 * gdb.fortran/array-element.exp
9499 * gdb.fortran/charset.exp
9500 * gdb.fortran/common-block.exp
9501 * gdb.fortran/complex.exp
9502 * gdb.fortran/derived-type-function.exp
9503 * gdb.fortran/derived-type.exp
9504 * gdb.fortran/logical.exp
9505 * gdb.fortran/module.exp
9506 * gdb.fortran/multi-dim.exp
9507 * gdb.fortran/nested-funcs.exp
9508 * gdb.fortran/print-formatted.exp
9509 * gdb.fortran/subarray.exp
9510 * gdb.fortran/vla-alloc-assoc.exp
9511 * gdb.fortran/vla-datatypes.exp
9512 * gdb.fortran/vla-history.exp
9513 * gdb.fortran/vla-ptr-info.exp
9514 * gdb.fortran/vla-ptype-sub.exp
9515 * gdb.fortran/vla-ptype.exp
9516 * gdb.fortran/vla-sizeof.exp
9517 * gdb.fortran/vla-type.exp
9518 * gdb.fortran/vla-value-sub-arbitrary.exp
9519 * gdb.fortran/vla-value-sub-finish.exp
9520 * gdb.fortran/vla-value-sub.exp
9521 * gdb.fortran/vla-value.exp
9522 * gdb.fortran/whatis_type.exp
9523 * gdb.go/chan.exp
9524 * gdb.go/handcall.exp
9525 * gdb.go/hello.exp
9526 * gdb.go/integers.exp
9527 * gdb.go/methods.exp
9528 * gdb.go/package.exp
9529 * gdb.go/strings.exp
9530 * gdb.go/types.exp
9531 * gdb.go/unsafe.exp
9532 * gdb.guile/scm-arch.exp
9533 * gdb.guile/scm-block.exp
9534 * gdb.guile/scm-breakpoint.exp
9535 * gdb.guile/scm-cmd.exp
9536 * gdb.guile/scm-disasm.exp
9537 * gdb.guile/scm-equal.exp
9538 * gdb.guile/scm-frame-args.exp
9539 * gdb.guile/scm-frame-inline.exp
9540 * gdb.guile/scm-frame.exp
9541 * gdb.guile/scm-iterator.exp
9542 * gdb.guile/scm-math.exp
9543 * gdb.guile/scm-objfile.exp
9544 * gdb.guile/scm-ports.exp
9545 * gdb.guile/scm-symbol.exp
9546 * gdb.guile/scm-symtab.exp
9547 * gdb.guile/scm-value-cc.exp
9548 * gdb.guile/types-module.exp
9549 * gdb.linespec/break-ask.exp
9550 * gdb.linespec/cpexplicit.exp
9551 * gdb.linespec/explicit.exp
9552 * gdb.linespec/keywords.exp
9553 * gdb.linespec/linespec.exp
9554 * gdb.linespec/ls-dollar.exp
9555 * gdb.linespec/ls-errs.exp
9556 * gdb.linespec/skip-two.exp
9557 * gdb.linespec/thread.exp
9558 * gdb.mi/mi-async.exp
9559 * gdb.mi/mi-basics.exp
9560 * gdb.mi/mi-break.exp
9561 * gdb.mi/mi-catch-load.exp
9562 * gdb.mi/mi-cli.exp
9563 * gdb.mi/mi-cmd-param-changed.exp
9564 * gdb.mi/mi-console.exp
9565 * gdb.mi/mi-detach.exp
9566 * gdb.mi/mi-disassemble.exp
9567 * gdb.mi/mi-eval.exp
9568 * gdb.mi/mi-file-transfer.exp
9569 * gdb.mi/mi-file.exp
9570 * gdb.mi/mi-fill-memory.exp
9571 * gdb.mi/mi-inheritance-syntax-error.exp
9572 * gdb.mi/mi-linespec-err-cp.exp
9573 * gdb.mi/mi-logging.exp
9574 * gdb.mi/mi-memory-changed.exp
9575 * gdb.mi/mi-read-memory.exp
9576 * gdb.mi/mi-record-changed.exp
9577 * gdb.mi/mi-reg-undefined.exp
9578 * gdb.mi/mi-regs.exp
9579 * gdb.mi/mi-return.exp
9580 * gdb.mi/mi-reverse.exp
9581 * gdb.mi/mi-simplerun.exp
9582 * gdb.mi/mi-solib.exp
9583 * gdb.mi/mi-stack.exp
9584 * gdb.mi/mi-stepi.exp
9585 * gdb.mi/mi-syn-frame.exp
9586 * gdb.mi/mi-until.exp
9587 * gdb.mi/mi-var-block.exp
9588 * gdb.mi/mi-var-child.exp
9589 * gdb.mi/mi-var-cmd.exp
9590 * gdb.mi/mi-var-cp.exp
9591 * gdb.mi/mi-var-display.exp
9592 * gdb.mi/mi-var-invalidate.exp
9593 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
9594 * gdb.mi/mi-vla-fortran.exp
9595 * gdb.mi/mi-watch.exp
9596 * gdb.mi/mi2-var-child.exp
9597 * gdb.mi/user-selected-context-sync.exp
9598 * gdb.modula2/unbounded-array.exp
9599 * gdb.multi/dummy-frame-restore.exp
9600 * gdb.multi/multi-arch-exec.exp
9601 * gdb.multi/multi-arch.exp
9602 * gdb.multi/tids.exp
9603 * gdb.multi/watchpoint-multi.exp
9604 * gdb.opencl/callfuncs.exp
9605 * gdb.opencl/convs_casts.exp
9606 * gdb.opencl/datatypes.exp
9607 * gdb.opencl/operators.exp
9608 * gdb.opencl/vec_comps.exp
9609 * gdb.opt/clobbered-registers-O2.exp
9610 * gdb.opt/inline-break.exp
9611 * gdb.opt/inline-bt.exp
9612 * gdb.opt/inline-cmds.exp
9613 * gdb.opt/inline-locals.exp
9614 * gdb.pascal/case-insensitive-symbols.exp
9615 * gdb.pascal/floats.exp
9616 * gdb.pascal/gdb11492.exp
9617 * gdb.python/lib-types.exp
9618 * gdb.python/py-arch.exp
9619 * gdb.python/py-as-string.exp
9620 * gdb.python/py-bad-printers.exp
9621 * gdb.python/py-block.exp
9622 * gdb.python/py-breakpoint-create-fail.exp
9623 * gdb.python/py-breakpoint.exp
9624 * gdb.python/py-caller-is.exp
9625 * gdb.python/py-cmd.exp
9626 * gdb.python/py-explore-cc.exp
9627 * gdb.python/py-explore.exp
9628 * gdb.python/py-finish-breakpoint.exp
9629 * gdb.python/py-finish-breakpoint2.exp
9630 * gdb.python/py-frame-args.exp
9631 * gdb.python/py-frame-inline.exp
9632 * gdb.python/py-frame.exp
9633 * gdb.python/py-framefilter-mi.exp
9634 * gdb.python/py-infthread.exp
9635 * gdb.python/py-lazy-string.exp
9636 * gdb.python/py-linetable.exp
9637 * gdb.python/py-mi-events.exp
9638 * gdb.python/py-mi-objfile.exp
9639 * gdb.python/py-mi.exp
9640 * gdb.python/py-objfile.exp
9641 * gdb.python/py-pp-integral.exp
9642 * gdb.python/py-pp-maint.exp
9643 * gdb.python/py-pp-re-notag.exp
9644 * gdb.python/py-pp-registration.exp
9645 * gdb.python/py-recurse-unwind.exp
9646 * gdb.python/py-strfns.exp
9647 * gdb.python/py-symbol.exp
9648 * gdb.python/py-symtab.exp
9649 * gdb.python/py-sync-interp.exp
9650 * gdb.python/py-typeprint.exp
9651 * gdb.python/py-unwind-maint.exp
9652 * gdb.python/py-unwind.exp
9653 * gdb.python/py-value-cc.exp
9654 * gdb.python/py-xmethods.exp
9655 * gdb.reverse/amd64-tailcall-reverse.exp
9656 * gdb.reverse/break-precsave.exp
9657 * gdb.reverse/break-reverse.exp
9658 * gdb.reverse/consecutive-precsave.exp
9659 * gdb.reverse/consecutive-reverse.exp
9660 * gdb.reverse/finish-precsave.exp
9661 * gdb.reverse/finish-reverse-bkpt.exp
9662 * gdb.reverse/finish-reverse.exp
9663 * gdb.reverse/fstatat-reverse.exp
9664 * gdb.reverse/getresuid-reverse.exp
9665 * gdb.reverse/i386-precsave.exp
9666 * gdb.reverse/i386-reverse.exp
9667 * gdb.reverse/i386-sse-reverse.exp
9668 * gdb.reverse/i387-env-reverse.exp
9669 * gdb.reverse/i387-stack-reverse.exp
9670 * gdb.reverse/insn-reverse.exp
9671 * gdb.reverse/machinestate-precsave.exp
9672 * gdb.reverse/machinestate.exp
9673 * gdb.reverse/next-reverse-bkpt-over-sr.exp
9674 * gdb.reverse/pipe-reverse.exp
9675 * gdb.reverse/readv-reverse.exp
9676 * gdb.reverse/recvmsg-reverse.exp
9677 * gdb.reverse/rerun-prec.exp
9678 * gdb.reverse/s390-mvcle.exp
9679 * gdb.reverse/step-precsave.exp
9680 * gdb.reverse/step-reverse.exp
9681 * gdb.reverse/time-reverse.exp
9682 * gdb.reverse/until-precsave.exp
9683 * gdb.reverse/until-reverse.exp
9684 * gdb.reverse/waitpid-reverse.exp
9685 * gdb.reverse/watch-precsave.exp
9686 * gdb.reverse/watch-reverse.exp
9687 * gdb.rust/generics.exp
9688 * gdb.rust/methods.exp
9689 * gdb.rust/modules.exp
9690 * gdb.rust/simple.exp
9691 * gdb.server/connect-with-no-symbol-file.exp
9692 * gdb.server/ext-attach.exp
9693 * gdb.server/ext-restart.exp
9694 * gdb.server/ext-wrapper.exp
9695 * gdb.server/file-transfer.exp
9696 * gdb.server/server-exec-info.exp
9697 * gdb.server/server-kill.exp
9698 * gdb.server/server-mon.exp
9699 * gdb.server/wrapper.exp
9700 * gdb.stabs/exclfwd.exp
9701 * gdb.stabs/gdb11479.exp
9702 * gdb.threads/clone-new-thread-event.exp
9703 * gdb.threads/corethreads.exp
9704 * gdb.threads/current-lwp-dead.exp
9705 * gdb.threads/dlopen-libpthread.exp
9706 * gdb.threads/gcore-thread.exp
9707 * gdb.threads/sigstep-threads.exp
9708 * gdb.threads/watchpoint-fork.exp
9709 * gdb.trace/actions-changed.exp
9710 * gdb.trace/backtrace.exp
9711 * gdb.trace/change-loc.exp
9712 * gdb.trace/circ.exp
9713 * gdb.trace/collection.exp
9714 * gdb.trace/disconnected-tracing.exp
9715 * gdb.trace/ftrace.exp
9716 * gdb.trace/mi-trace-frame-collected.exp
9717 * gdb.trace/mi-trace-unavailable.exp
9718 * gdb.trace/mi-traceframe-changed.exp
9719 * gdb.trace/mi-tsv-changed.exp
9720 * gdb.trace/no-attach-trace.exp
9721 * gdb.trace/passc-dyn.exp
9722 * gdb.trace/qtro.exp
9723 * gdb.trace/range-stepping.exp
9724 * gdb.trace/read-memory.exp
9725 * gdb.trace/save-trace.exp
9726 * gdb.trace/signal.exp
9727 * gdb.trace/status-stop.exp
9728 * gdb.trace/tfile.exp
9729 * gdb.trace/trace-break.exp
9730 * gdb.trace/trace-buffer-size.exp
9731 * gdb.trace/trace-condition.exp
9732 * gdb.trace/tracefile-pseudo-reg.exp
9733 * gdb.trace/tstatus.exp
9734 * gdb.trace/unavailable.exp
9735 * gdb.trace/while-dyn.exp
9736 * gdb.trace/while-stepping.exp
9737
34c41c68
DE
97382016-12-22 Doug Evans <xdje42@gmail.com>
9739
9740 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
9741 and msymbols.
9742
16e69324
YQ
97432016-12-19 Yao Qi <yao.qi@linaro.org>
9744
9745 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
9746 (test_with_self): Don't call do_steps_and_nexts, and remove
9747 code about stepping into xmalloc.
9748
f94f411b
YQ
97492016-12-09 Yao Qi <yao.qi@linaro.org>
9750
9751 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
9752
97532016-12-09 Yao Qi <yao.qi@linaro.org>
9754
9755 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
9756
f1b5deee
PA
97572016-12-09 Pedro Alves <palves@redhat.com>
9758
9759 * gdb.base/all-architectures-0.exp: New file.
9760 * gdb.base/all-architectures-1.exp: New file.
9761 * gdb.base/all-architectures-2.exp: New file.
9762 * gdb.base/all-architectures-3.exp: New file.
9763 * gdb.base/all-architectures-4.exp: New file.
9764 * gdb.base/all-architectures-5.exp: New file.
9765 * gdb.base/all-architectures-6.exp: New file.
9766 * gdb.base/all-architectures-7.exp: New file.
9767 * gdb.base/all-architectures.exp.in: New file.
9768
364ca42e
YQ
97692016-12-09 Yao Qi <yao.qi@linaro.org>
9770
9771 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
9772
107c2d62
LM
97732016-12-02 Luis Machado <lgustavo@codesourcery.com>
9774
9775 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
9776 possible.
9777 Remove useless pattern-matching code.
9778
df3ee9ca
PA
97792016-12-02 Pedro Alves <palves@redhat.com>
9780
9781 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
9782 procedure.
9783 (top level): Call it.
9784
ec835369
PA
97852016-12-02 Pedro Alves <palves@redhat.com>
9786
9787 * gdb.base/commands.exp (user_defined_command_args_stack_test):
9788 New procedure.
9789 (top level): Call it.
9790
01770bbd
PA
97912016-12-02 Pedro Alves <palves@redhat.com>
9792
9793 PR cli/20559
9794 * gdb.base/commands.exp (user_defined_command_args_eval): New
9795 procedure.
9796 (top level): Call it.
9797
008459ea
LM
97982016-12-02 Luis Machado <lgustavo@codesourcery.com>
9799
9800 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
9801 timeout handling.
9802
0c1b455e
TT
98032016-12-02 Tom Tromey <tom@tromey.com>
9804
9805 * gdb.dwarf2/main-subprogram.c: New file.
9806 * gdb.dwarf2/main-subprogram.exp: New file.
9807
018572b8
LM
98082016-12-01 Luis Machado <lgustavo@codesourcery.com>
9809
9810 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
9811 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
9812 gdb_test_no_output for a couple of cases.
9813 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
9814
84c93cd5
LM
98152016-12-01 Luis Machado <lgustavo@codesourcery.com>
9816
9817 Fix test names and standardize compilation error messages throughout
9818 the following files:
9819
9820 * gdb.ada/start.exp
9821 * gdb.arch/alpha-step.exp
9822 * gdb.arch/e500-prologue.exp
9823 * gdb.arch/ftrace-insn-reloc.exp
9824 * gdb.arch/gdb1291.exp
9825 * gdb.arch/gdb1431.exp
9826 * gdb.arch/gdb1558.exp
9827 * gdb.arch/i386-dr3-watch.exp
9828 * gdb.arch/i386-sse-stack-align.exp
9829 * gdb.arch/ia64-breakpoint-shadow.exp
9830 * gdb.arch/pa-nullify.exp
9831 * gdb.arch/powerpc-aix-prologue.exp
9832 * gdb.arch/thumb-bx-pc.exp
9833 * gdb.base/annota1.exp
9834 * gdb.base/annota3.exp
9835 * gdb.base/arrayidx.exp
9836 * gdb.base/assign.exp
9837 * gdb.base/attach.exp
9838 * gdb.base/auxv.exp
9839 * gdb.base/bang.exp
9840 * gdb.base/bfp-test.exp
9841 * gdb.base/bigcore.exp
9842 * gdb.base/bitfields2.exp
9843 * gdb.base/break-fun-addr.exp
9844 * gdb.base/break-probes.exp
9845 * gdb.base/call-rt-st.exp
9846 * gdb.base/callexit.exp
9847 * gdb.base/catch-fork-kill.exp
9848 * gdb.base/charset.exp
9849 * gdb.base/checkpoint.exp
9850 * gdb.base/comprdebug.exp
9851 * gdb.base/constvars.exp
9852 * gdb.base/coredump-filter.exp
9853 * gdb.base/cursal.exp
9854 * gdb.base/cvexpr.exp
9855 * gdb.base/detach.exp
9856 * gdb.base/display.exp
9857 * gdb.base/dmsym.exp
9858 * gdb.base/dprintf-pending.exp
9859 * gdb.base/dso2dso.exp
9860 * gdb.base/dtrace-probe.exp
9861 * gdb.base/dump.exp
9862 * gdb.base/enum_cond.exp
9863 * gdb.base/exe-lock.exp
9864 * gdb.base/exec-invalid-sysroot.exp
9865 * gdb.base/execl-update-breakpoints.exp
9866 * gdb.base/exprs.exp
9867 * gdb.base/fileio.exp
9868 * gdb.base/find.exp
9869 * gdb.base/finish.exp
9870 * gdb.base/fixsection.exp
9871 * gdb.base/foll-vfork.exp
9872 * gdb.base/frame-args.exp
9873 * gdb.base/gcore.exp
9874 * gdb.base/gdb1250.exp
9875 * gdb.base/global-var-nested-by-dso.exp
9876 * gdb.base/gnu-ifunc.exp
9877 * gdb.base/hashline1.exp
9878 * gdb.base/hashline2.exp
9879 * gdb.base/hashline3.exp
9880 * gdb.base/hbreak-in-shr-unsupported.exp
9881 * gdb.base/huge.exp
9882 * gdb.base/infcall-input.exp
9883 * gdb.base/info-fun.exp
9884 * gdb.base/info-shared.exp
9885 * gdb.base/jit-simple.exp
9886 * gdb.base/jit-so.exp
9887 * gdb.base/jit.exp
9888 * gdb.base/jump.exp
9889 * gdb.base/label.exp
9890 * gdb.base/lineinc.exp
9891 * gdb.base/logical.exp
9892 * gdb.base/longjmp.exp
9893 * gdb.base/macscp.exp
9894 * gdb.base/miscexprs.exp
9895 * gdb.base/new-ui-echo.exp
9896 * gdb.base/new-ui-pending-input.exp
9897 * gdb.base/new-ui.exp
9898 * gdb.base/nodebug.exp
9899 * gdb.base/nofield.exp
9900 * gdb.base/offsets.exp
9901 * gdb.base/overlays.exp
9902 * gdb.base/pending.exp
9903 * gdb.base/pointers.exp
9904 * gdb.base/pr11022.exp
9905 * gdb.base/printcmds.exp
9906 * gdb.base/prologue.exp
9907 * gdb.base/ptr-typedef.exp
9908 * gdb.base/realname-expand.exp
9909 * gdb.base/relativedebug.exp
9910 * gdb.base/relocate.exp
9911 * gdb.base/remote.exp
9912 * gdb.base/reread.exp
9913 * gdb.base/return2.exp
9914 * gdb.base/savedregs.exp
9915 * gdb.base/sep.exp
9916 * gdb.base/sepdebug.exp
9917 * gdb.base/sepsymtab.exp
9918 * gdb.base/set-inferior-tty.exp
9919 * gdb.base/setshow.exp
9920 * gdb.base/shlib-call.exp
9921 * gdb.base/sigaltstack.exp
9922 * gdb.base/siginfo-addr.exp
9923 * gdb.base/signals.exp
9924 * gdb.base/signull.exp
9925 * gdb.base/sigrepeat.exp
9926 * gdb.base/so-impl-ld.exp
9927 * gdb.base/solib-display.exp
9928 * gdb.base/solib-overlap.exp
9929 * gdb.base/solib-search.exp
9930 * gdb.base/solib-symbol.exp
9931 * gdb.base/structs.exp
9932 * gdb.base/structs2.exp
9933 * gdb.base/symtab-search-order.exp
9934 * gdb.base/twice.exp
9935 * gdb.base/unload.exp
9936 * gdb.base/varargs.exp
9937 * gdb.base/watchpoint-solib.exp
9938 * gdb.base/watchpoint.exp
9939 * gdb.base/whatis.exp
9940 * gdb.base/wrong_frame_bt_full.exp
9941 * gdb.btrace/dlopen.exp
9942 * gdb.cell/ea-standalone.exp
9943 * gdb.cell/ea-test.exp
9944 * gdb.cp/dispcxx.exp
9945 * gdb.cp/gdb2384.exp
9946 * gdb.cp/method2.exp
9947 * gdb.cp/nextoverthrow.exp
9948 * gdb.cp/pr10728.exp
9949 * gdb.disasm/am33.exp
9950 * gdb.disasm/h8300s.exp
9951 * gdb.disasm/mn10300.exp
9952 * gdb.disasm/sh3.exp
9953 * gdb.dwarf2/dw2-dir-file-name.exp
9954 * gdb.fortran/complex.exp
9955 * gdb.fortran/library-module.exp
9956 * gdb.guile/scm-pretty-print.exp
9957 * gdb.guile/scm-symbol.exp
9958 * gdb.guile/scm-type.exp
9959 * gdb.guile/scm-value.exp
9960 * gdb.linespec/linespec.exp
9961 * gdb.mi/gdb701.exp
9962 * gdb.mi/gdb792.exp
9963 * gdb.mi/mi-breakpoint-changed.exp
9964 * gdb.mi/mi-dprintf-pending.exp
9965 * gdb.mi/mi-dprintf.exp
9966 * gdb.mi/mi-exit-code.exp
9967 * gdb.mi/mi-pending.exp
9968 * gdb.mi/mi-solib.exp
9969 * gdb.mi/new-ui-mi-sync.exp
9970 * gdb.mi/pr11022.exp
9971 * gdb.mi/user-selected-context-sync.exp
9972 * gdb.opt/solib-intra-step.exp
9973 * gdb.python/py-events.exp
9974 * gdb.python/py-finish-breakpoint.exp
9975 * gdb.python/py-mi.exp
9976 * gdb.python/py-prettyprint.exp
9977 * gdb.python/py-shared.exp
9978 * gdb.python/py-symbol.exp
9979 * gdb.python/py-template.exp
9980 * gdb.python/py-type.exp
9981 * gdb.python/py-value.exp
9982 * gdb.reverse/solib-precsave.exp
9983 * gdb.reverse/solib-reverse.exp
9984 * gdb.server/solib-list.exp
9985 * gdb.stabs/weird.exp
9986 * gdb.threads/reconnect-signal.exp
9987 * gdb.threads/stepi-random-signal.exp
9988 * gdb.trace/actions.exp
9989 * gdb.trace/ax.exp
9990 * gdb.trace/backtrace.exp
9991 * gdb.trace/change-loc.exp
9992 * gdb.trace/deltrace.exp
9993 * gdb.trace/ftrace-lock.exp
9994 * gdb.trace/ftrace.exp
9995 * gdb.trace/infotrace.exp
9996 * gdb.trace/mi-tracepoint-changed.exp
9997 * gdb.trace/packetlen.exp
9998 * gdb.trace/passcount.exp
9999 * gdb.trace/pending.exp
10000 * gdb.trace/range-stepping.exp
10001 * gdb.trace/report.exp
10002 * gdb.trace/stap-trace.exp
10003 * gdb.trace/tfind.exp
10004 * gdb.trace/trace-break.exp
10005 * gdb.trace/trace-condition.exp
10006 * gdb.trace/trace-enable-disable.exp
10007 * gdb.trace/trace-mt.exp
10008 * gdb.trace/tracecmd.exp
10009 * gdb.trace/tspeed.exp
10010 * gdb.trace/tsv.exp
10011 * lib/perftest.exp
10012
fb9feb35
LM
100132016-12-01 Luis Machado <lgustavo@codesourcery.com>
10014
10015 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
10016 with gdb_test_no_output.
10017 Use command as test name.
10018
cd2ddb6c
LM
100192016-12-01 Luis Machado <lgustavo@codesourcery.com>
10020
10021 Fix test names starting with uppercase throughout the files.
10022
10023 * gdb.ada/assign_1.exp
10024 * gdb.ada/boolean_expr.exp
10025 * gdb.base/arrayidx.exp
10026 * gdb.base/del.exp
10027 * gdb.base/gcore-buffer-overflow.exp
10028 * gdb.base/testenv.exp
10029 * gdb.compile/compile.exp
10030 * gdb.python/py-framefilter-invalidarg.exp
10031 * gdb.python/py-framefilter.exp
10032
bb95117e
LM
100332016-12-01 Luis Machado <lgustavo@codesourcery.com>
10034
10035 Fix test names starting with uppercase throughout the files.
10036
10037 * gdb.ada/array_return.exp
10038 * gdb.ada/expr_delims.exp
10039 * gdb.ada/mi_dyn_arr.exp
10040 * gdb.ada/mi_interface.exp
10041 * gdb.ada/mi_var_array.exp
10042 * gdb.ada/watch_arg.exp
10043 * gdb.arch/alpha-step.exp
10044 * gdb.arch/altivec-regs.exp
10045 * gdb.arch/e500-regs.exp
10046 * gdb.arch/powerpc-d128-regs.exp
10047 * gdb.base/arrayidx.exp
10048 * gdb.base/break.exp
10049 * gdb.base/checkpoint.exp
10050 * gdb.base/debug-expr.exp
10051 * gdb.base/dmsym.exp
10052 * gdb.base/radix.exp
10053 * gdb.base/sepdebug.exp
10054 * gdb.base/testenv.exp
10055 * gdb.base/watch_thread_num.exp
10056 * gdb.base/watchpoint-cond-gone.exp
10057 * gdb.cell/break.exp
10058 * gdb.cell/ea-cache.exp
10059 * gdb.compile/compile.exp
10060 * gdb.cp/gdb2495.exp
10061 * gdb.gdb/selftest.exp
10062 * gdb.gdb/xfullpath.exp
10063 * gdb.go/hello.exp
10064 * gdb.go/integers.exp
10065 * gdb.objc/basicclass.exp
10066 * gdb.pascal/hello.exp
10067 * gdb.pascal/integers.exp
10068 * gdb.python/py-breakpoint.exp
10069 * gdb.python/py-cmd.exp
10070 * gdb.python/py-linetable.exp
10071 * gdb.python/py-xmethods.exp
10072 * gdb.python/python.exp
10073 * gdb.reverse/consecutive-precsave.exp
10074 * gdb.reverse/finish-precsave.exp
10075 * gdb.reverse/i386-precsave.exp
10076 * gdb.reverse/machinestate-precsave.exp
10077 * gdb.reverse/sigall-precsave.exp
10078 * gdb.reverse/solib-precsave.exp
10079 * gdb.reverse/step-precsave.exp
10080 * gdb.reverse/until-precsave.exp
10081 * gdb.reverse/watch-precsave.exp
10082 * gdb.threads/leader-exit.exp
10083 * gdb.threads/pthreads.exp
10084 * gdb.threads/wp-replication.exp
10085 * gdb.trace/actions.exp
10086 * gdb.trace/mi-tsv-changed.exp
10087 * gdb.trace/tsv.exp
10088
de97fdd4
LM
100892016-12-01 Luis Machado <lgustavo@codesourcery.com>
10090
10091 Fix test names starting with uppercase throughout the files.
10092
10093 * gdb.arch/i386-bp_permanent.exp
10094 * gdb.arch/i386-gnu-cfi.exp
10095 * gdb.base/disasm-end-cu.exp
10096 * gdb.base/macscp.exp
10097 * gdb.base/pending.exp
10098 * gdb.base/watch_thread_num.exp
10099 * gdb.cp/exception.exp
10100 * gdb.cp/gdb2495.exp
10101 * gdb.cp/local.exp
10102 * gdb.python/py-evsignal.exp
10103 * gdb.python/python.exp
10104 * gdb.trace/tracecmd.exp
10105
9f058c10
LM
101062016-12-01 Luis Machado <lgustavo@codesourcery.com>
10107
10108 Fix test names starting with uppercase throughout the files.
10109
10110 * gdb.base/charset.exp
10111 * gdb.base/eval.exp
10112 * gdb.base/multi-forks.exp
10113 * gdb.guile/scm-progspace.exp
10114 * gdb.opencl/datatypes.exp
10115 * gdb.python/py-block.exp
10116 * gdb.python/py-function.exp
10117 * gdb.python/py-symbol.exp
10118 * gdb.python/py-symtab.exp
10119 * gdb.python/py-xmethods.exp
10120 * gdb.reverse/break-precsave.exp
10121 * gdb.reverse/break-reverse.exp
10122 * gdb.reverse/consecutive-precsave.exp
10123 * gdb.reverse/consecutive-reverse.exp
10124 * gdb.reverse/finish-precsave.exp
10125 * gdb.reverse/finish-reverse-bkpt.exp
10126 * gdb.reverse/finish-reverse.exp
10127 * gdb.reverse/fstatat-reverse.exp
10128 * gdb.reverse/getresuid-reverse.exp
10129 * gdb.reverse/i386-precsave.exp
10130 * gdb.reverse/i386-reverse.exp
10131 * gdb.reverse/i386-sse-reverse.exp
10132 * gdb.reverse/i387-stack-reverse.exp
10133 * gdb.reverse/insn-reverse.exp
10134 * gdb.reverse/machinestate-precsave.exp
10135 * gdb.reverse/machinestate.exp
10136 * gdb.reverse/next-reverse-bkpt-over-sr.exp
10137 * gdb.reverse/pipe-reverse.exp
10138 * gdb.reverse/readv-reverse.exp
10139 * gdb.reverse/recvmsg-reverse.exp
10140 * gdb.reverse/rerun-prec.exp
10141 * gdb.reverse/s390-mvcle.exp
10142 * gdb.reverse/sigall-precsave.exp
10143 * gdb.reverse/sigall-reverse.exp
10144 * gdb.reverse/solib-precsave.exp
10145 * gdb.reverse/solib-reverse.exp
10146 * gdb.reverse/step-precsave.exp
10147 * gdb.reverse/step-reverse.exp
10148 * gdb.reverse/time-reverse.exp
10149 * gdb.reverse/until-precsave.exp
10150 * gdb.reverse/until-reverse.exp
10151 * gdb.reverse/waitpid-reverse.exp
10152 * gdb.reverse/watch-precsave.exp
10153 * gdb.reverse/watch-reverse.exp
10154
cdc7edd7
LM
101552016-12-01 Luis Machado <lgustavo@codesourcery.com>
10156
10157 Fix test names starting with uppercase throughout the files.
10158
10159 * gdb.arch/i386-mpx-simple_segv.exp
10160 * gdb.arch/i386-mpx.exp
10161 * gdb.arch/i386-permbkpt.exp
10162 * gdb.arch/pa-nullify.exp
10163 * gdb.arch/powerpc-d128-regs.exp
10164 * gdb.arch/vsx-regs.exp
10165 * gdb.base/bfp-test.exp
10166 * gdb.base/break.exp
10167 * gdb.base/breakpoint-shadow.exp
10168 * gdb.base/callfuncs.exp
10169 * gdb.base/charset.exp
10170 * gdb.base/commands.exp
10171 * gdb.base/completion.exp
10172 * gdb.base/dfp-test.exp
10173 * gdb.base/echo.exp
10174 * gdb.base/ending-run.exp
10175 * gdb.base/eval.exp
10176 * gdb.base/expand-psymtabs.exp
10177 * gdb.base/float128.exp
10178 * gdb.base/floatn.exp
10179 * gdb.base/foll-exec-mode.exp
10180 * gdb.base/gdb1056.exp
10181 * gdb.base/gdb11531.exp
10182 * gdb.base/kill-after-signal.exp
10183 * gdb.base/multi-forks.exp
10184 * gdb.base/overlays.exp
10185 * gdb.base/pending.exp
10186 * gdb.base/sepdebug.exp
10187 * gdb.base/testenv.exp
10188 * gdb.base/valgrind-db-attach.exp
10189 * gdb.base/watch_thread_num.exp
10190 * gdb.base/watchpoint-cond-gone.exp
10191 * gdb.base/watchpoint.exp
10192 * gdb.base/watchpoints.exp
10193 * gdb.cp/arg-reference.exp
10194 * gdb.cp/baseenum.exp
10195 * gdb.cp/operator.exp
10196 * gdb.cp/shadow.exp
10197 * gdb.dwarf2/dw2-op-out-param.exp
10198 * gdb.dwarf2/dw2-reg-undefined.exp
10199 * gdb.go/chan.exp
10200 * gdb.go/hello.exp
10201 * gdb.go/integers.exp
10202 * gdb.go/methods.exp
10203 * gdb.go/package.exp
10204 * gdb.guile/scm-parameter.exp
10205 * gdb.guile/scm-progspace.exp
10206 * gdb.guile/scm-value.exp
10207 * gdb.mi/mi-pending.exp
10208 * gdb.mi/user-selected-context-sync.exp
10209 * gdb.multi/multi-attach.exp
10210 * gdb.multi/tids.exp
10211 * gdb.opt/clobbered-registers-O2.exp
10212 * gdb.pascal/floats.exp
10213 * gdb.pascal/integers.exp
10214 * gdb.python/py-block.exp
10215 * gdb.python/py-events.exp
10216 * gdb.python/py-parameter.exp
10217 * gdb.python/py-symbol.exp
10218 * gdb.python/py-symtab.exp
10219 * gdb.python/py-type.exp
10220 * gdb.python/py-value.exp
10221 * gdb.python/py-xmethods.exp
10222 * gdb.python/python.exp
10223 * gdb.reverse/break-precsave.exp
10224 * gdb.reverse/consecutive-precsave.exp
10225 * gdb.reverse/finish-precsave.exp
10226 * gdb.reverse/i386-precsave.exp
10227 * gdb.reverse/machinestate-precsave.exp
10228 * gdb.reverse/sigall-precsave.exp
10229 * gdb.reverse/solib-precsave.exp
10230 * gdb.reverse/step-precsave.exp
10231 * gdb.reverse/until-precsave.exp
10232 * gdb.reverse/watch-precsave.exp
10233 * gdb.server/ext-attach.exp
10234 * gdb.server/ext-restart.exp
10235 * gdb.server/ext-run.exp
10236 * gdb.server/ext-wrapper.exp
10237 * gdb.stabs/gdb11479.exp
10238 * gdb.stabs/weird.exp
10239 * gdb.threads/attach-many-short-lived-threads.exp
10240 * gdb.threads/kill.exp
10241 * gdb.threads/watchpoint-fork.exp
10242
bc6c7af4
LM
102432016-12-01 Luis Machado <lgustavo@codesourcery.com>
10244
10245 Fix test names starting with uppercase throughout all the files below.
10246
10247 * gdb.ada/array_return.exp
10248 * gdb.ada/catch_ex.exp
10249 * gdb.ada/info_exc.exp
10250 * gdb.ada/mi_catch_ex.exp
10251 * gdb.ada/mi_dyn_arr.exp
10252 * gdb.ada/mi_ex_cond.exp
10253 * gdb.ada/mi_exc_info.exp
10254 * gdb.ada/mi_interface.exp
10255 * gdb.ada/mi_task_arg.exp
10256 * gdb.ada/mi_task_info.exp
10257 * gdb.ada/mi_var_array.exp
10258 * gdb.arch/alpha-step.exp
10259 * gdb.arch/amd64-disp-step.exp
10260 * gdb.arch/arm-disp-step.exp
10261 * gdb.arch/disp-step-insn-reloc.exp
10262 * gdb.arch/e500-prologue.exp
10263 * gdb.arch/ftrace-insn-reloc.exp
10264 * gdb.arch/gdb1558.exp
10265 * gdb.arch/i386-bp_permanent.exp
10266 * gdb.arch/i386-disp-step.exp
10267 * gdb.arch/i386-float.exp
10268 * gdb.arch/i386-gnu-cfi.exp
10269 * gdb.arch/ia64-breakpoint-shadow.exp
10270 * gdb.arch/mips16-thunks.exp
10271 * gdb.arch/pa-nullify.exp
10272 * gdb.arch/powerpc-aix-prologue.exp
10273 * gdb.arch/powerpc-power.exp
10274 * gdb.arch/ppc-dfp.exp
10275 * gdb.arch/s390-tdbregs.exp
10276 * gdb.arch/spu-info.exp
10277 * gdb.arch/spu-ls.exp
10278 * gdb.arch/thumb-bx-pc.exp
10279 * gdb.base/advance.exp
10280 * gdb.base/annota-input-while-running.exp
10281 * gdb.base/arrayidx.exp
10282 * gdb.base/asmlabel.exp
10283 * gdb.base/async.exp
10284 * gdb.base/attach-wait-input.exp
10285 * gdb.base/auto-connect-native-target.exp
10286 * gdb.base/batch-preserve-term-settings.exp
10287 * gdb.base/bfp-test.exp
10288 * gdb.base/bigcore.exp
10289 * gdb.base/bp-permanent.exp
10290 * gdb.base/break-always.exp
10291 * gdb.base/break-fun-addr.exp
10292 * gdb.base/break-idempotent.exp
10293 * gdb.base/break-main-file-remove-fail.exp
10294 * gdb.base/break-probes.exp
10295 * gdb.base/break-unload-file.exp
10296 * gdb.base/break.exp
10297 * gdb.base/call-ar-st.exp
10298 * gdb.base/call-rt-st.exp
10299 * gdb.base/call-sc.exp
10300 * gdb.base/call-signal-resume.exp
10301 * gdb.base/call-strs.exp
10302 * gdb.base/callexit.exp
10303 * gdb.base/callfuncs.exp
10304 * gdb.base/catch-gdb-caused-signals.exp
10305 * gdb.base/catch-signal-siginfo-cond.exp
10306 * gdb.base/catch-syscall.exp
10307 * gdb.base/compare-sections.exp
10308 * gdb.base/cond-eval-mode.exp
10309 * gdb.base/condbreak-call-false.exp
10310 * gdb.base/consecutive-step-over.exp
10311 * gdb.base/cursal.exp
10312 * gdb.base/disabled-location.exp
10313 * gdb.base/disasm-end-cu.exp
10314 * gdb.base/display.exp
10315 * gdb.base/double-prompt-target-event-error.exp
10316 * gdb.base/dprintf-bp-same-addr.exp
10317 * gdb.base/dprintf-detach.exp
10318 * gdb.base/dprintf-next.exp
10319 * gdb.base/dprintf-non-stop.exp
10320 * gdb.base/dprintf-pending.exp
10321 * gdb.base/dso2dso.exp
10322 * gdb.base/ending-run.exp
10323 * gdb.base/enum_cond.exp
10324 * gdb.base/examine-backward.exp
10325 * gdb.base/exe-lock.exp
10326 * gdb.base/exec-invalid-sysroot.exp
10327 * gdb.base/execl-update-breakpoints.exp
10328 * gdb.base/execution-termios.exp
10329 * gdb.base/fileio.exp
10330 * gdb.base/fixsection.exp
10331 * gdb.base/foll-exec-mode.exp
10332 * gdb.base/foll-exec.exp
10333 * gdb.base/fork-running-state.exp
10334 * gdb.base/frame-args.exp
10335 * gdb.base/fullpath-expand.exp
10336 * gdb.base/func-ptr.exp
10337 * gdb.base/gcore-relro-pie.exp
10338 * gdb.base/gdb1090.exp
10339 * gdb.base/gdb1555.exp
10340 * gdb.base/global-var-nested-by-dso.exp
10341 * gdb.base/gnu-ifunc.exp
10342 * gdb.base/hbreak-in-shr-unsupported.exp
10343 * gdb.base/hbreak-unmapped.exp
10344 * gdb.base/hook-stop.exp
10345 * gdb.base/infcall-input.exp
10346 * gdb.base/info-fun.exp
10347 * gdb.base/info-shared.exp
10348 * gdb.base/interrupt-noterm.exp
10349 * gdb.base/jit-so.exp
10350 * gdb.base/jit.exp
10351 * gdb.base/line-symtabs.exp
10352 * gdb.base/list.exp
10353 * gdb.base/longjmp.exp
10354 * gdb.base/macscp.exp
10355 * gdb.base/max-value-size.exp
10356 * gdb.base/nodebug.exp
10357 * gdb.base/nofield.exp
10358 * gdb.base/overlays.exp
10359 * gdb.base/paginate-after-ctrl-c-running.exp
10360 * gdb.base/paginate-bg-execution.exp
10361 * gdb.base/paginate-inferior-exit.exp
10362 * gdb.base/pending.exp
10363 * gdb.base/pr11022.exp
10364 * gdb.base/printcmds.exp
10365 * gdb.base/ptr-typedef.exp
10366 * gdb.base/ptype.exp
10367 * gdb.base/randomize.exp
10368 * gdb.base/range-stepping.exp
10369 * gdb.base/realname-expand.exp
10370 * gdb.base/relativedebug.exp
10371 * gdb.base/remote.exp
10372 * gdb.base/savedregs.exp
10373 * gdb.base/sepdebug.exp
10374 * gdb.base/set-noassign.exp
10375 * gdb.base/shlib-call.exp
10376 * gdb.base/shreloc.exp
10377 * gdb.base/sigaltstack.exp
10378 * gdb.base/sigbpt.exp
10379 * gdb.base/siginfo-addr.exp
10380 * gdb.base/siginfo-obj.exp
10381 * gdb.base/siginfo-thread.exp
10382 * gdb.base/signest.exp
10383 * gdb.base/signull.exp
10384 * gdb.base/sigrepeat.exp
10385 * gdb.base/skip.exp
10386 * gdb.base/so-impl-ld.exp
10387 * gdb.base/solib-corrupted.exp
10388 * gdb.base/solib-disc.exp
10389 * gdb.base/solib-display.exp
10390 * gdb.base/solib-overlap.exp
10391 * gdb.base/solib-search.exp
10392 * gdb.base/solib-symbol.exp
10393 * gdb.base/source-execution.exp
10394 * gdb.base/sss-bp-on-user-bp-2.exp
10395 * gdb.base/sss-bp-on-user-bp.exp
10396 * gdb.base/stack-checking.exp
10397 * gdb.base/stale-infcall.exp
10398 * gdb.base/step-break.exp
10399 * gdb.base/step-line.exp
10400 * gdb.base/step-over-exit.exp
10401 * gdb.base/step-test.exp
10402 * gdb.base/structs.exp
10403 * gdb.base/sym-file.exp
10404 * gdb.base/symtab-search-order.exp
10405 * gdb.base/term.exp
10406 * gdb.base/type-opaque.exp
10407 * gdb.base/unload.exp
10408 * gdb.base/until-nodebug.exp
10409 * gdb.base/until.exp
10410 * gdb.base/unwindonsignal.exp
10411 * gdb.base/watch-cond.exp
10412 * gdb.base/watch-non-mem.exp
10413 * gdb.base/watch_thread_num.exp
10414 * gdb.base/watchpoint-reuse-slot.exp
10415 * gdb.base/watchpoint-solib.exp
10416 * gdb.base/watchpoint.exp
10417 * gdb.btrace/dlopen.exp
10418 * gdb.cell/arch.exp
10419 * gdb.cell/break.exp
10420 * gdb.cell/bt.exp
10421 * gdb.cell/core.exp
10422 * gdb.cell/data.exp
10423 * gdb.cell/dwarfaddr.exp
10424 * gdb.cell/ea-cache.exp
10425 * gdb.cell/ea-standalone.exp
10426 * gdb.cell/ea-test.exp
10427 * gdb.cell/f-regs.exp
10428 * gdb.cell/fork.exp
10429 * gdb.cell/gcore.exp
10430 * gdb.cell/mem-access.exp
10431 * gdb.cell/ptype.exp
10432 * gdb.cell/registers.exp
10433 * gdb.cell/sizeof.exp
10434 * gdb.cell/solib-symbol.exp
10435 * gdb.cell/solib.exp
10436 * gdb.compile/compile-tls.exp
10437 * gdb.cp/exception.exp
10438 * gdb.cp/gdb2495.exp
10439 * gdb.cp/local.exp
10440 * gdb.cp/mb-inline.exp
10441 * gdb.cp/mb-templates.exp
10442 * gdb.cp/pr10687.exp
10443 * gdb.cp/pr9167.exp
10444 * gdb.cp/scope-err.exp
10445 * gdb.cp/templates.exp
10446 * gdb.cp/virtfunc.exp
10447 * gdb.dwarf2/dw2-dir-file-name.exp
10448 * gdb.dwarf2/dw2-single-line-discriminators.exp
10449 * gdb.fortran/complex.exp
10450 * gdb.fortran/library-module.exp
10451 * gdb.guile/guile.exp
10452 * gdb.guile/scm-cmd.exp
10453 * gdb.guile/scm-frame-inline.exp
10454 * gdb.guile/scm-objfile.exp
10455 * gdb.guile/scm-pretty-print.exp
10456 * gdb.guile/scm-symbol.exp
10457 * gdb.guile/scm-type.exp
10458 * gdb.guile/scm-value.exp
10459 * gdb.linespec/keywords.exp
10460 * gdb.linespec/ls-errs.exp
10461 * gdb.linespec/macro-relative.exp
10462 * gdb.linespec/thread.exp
10463 * gdb.mi/mi-breakpoint-changed.exp
10464 * gdb.mi/mi-dprintf-pending.exp
10465 * gdb.mi/mi-fullname-deleted.exp
10466 * gdb.mi/mi-logging.exp
10467 * gdb.mi/mi-pending.exp
10468 * gdb.mi/mi-solib.exp
10469 * gdb.mi/new-ui-mi-sync.exp
10470 * gdb.mi/user-selected-context-sync.exp
10471 * gdb.multi/dummy-frame-restore.exp
10472 * gdb.multi/multi-arch-exec.exp
10473 * gdb.multi/remove-inferiors.exp
10474 * gdb.multi/watchpoint-multi-exit.exp
10475 * gdb.opt/solib-intra-step.exp
10476 * gdb.perf/backtrace.exp
10477 * gdb.perf/single-step.exp
10478 * gdb.perf/skip-command.exp
10479 * gdb.perf/skip-prologue.exp
10480 * gdb.perf/solib.exp
10481 * gdb.python/lib-types.exp
10482 * gdb.python/py-as-string.exp
10483 * gdb.python/py-bad-printers.exp
10484 * gdb.python/py-block.exp
10485 * gdb.python/py-breakpoint.exp
10486 * gdb.python/py-cmd.exp
10487 * gdb.python/py-events.exp
10488 * gdb.python/py-evthreads.exp
10489 * gdb.python/py-finish-breakpoint.exp
10490 * gdb.python/py-finish-breakpoint2.exp
10491 * gdb.python/py-frame-inline.exp
10492 * gdb.python/py-frame.exp
10493 * gdb.python/py-inferior.exp
10494 * gdb.python/py-infthread.exp
10495 * gdb.python/py-mi.exp
10496 * gdb.python/py-objfile.exp
10497 * gdb.python/py-pp-maint.exp
10498 * gdb.python/py-pp-registration.exp
10499 * gdb.python/py-prettyprint.exp
10500 * gdb.python/py-recurse-unwind.exp
10501 * gdb.python/py-shared.exp
10502 * gdb.python/py-symbol.exp
10503 * gdb.python/py-symtab.exp
10504 * gdb.python/py-template.exp
10505 * gdb.python/py-type.exp
10506 * gdb.python/py-unwind-maint.exp
10507 * gdb.python/py-unwind.exp
10508 * gdb.python/py-value.exp
10509 * gdb.python/python.exp
10510 * gdb.reverse/finish-reverse-bkpt.exp
10511 * gdb.reverse/insn-reverse.exp
10512 * gdb.reverse/next-reverse-bkpt-over-sr.exp
10513 * gdb.reverse/solib-precsave.exp
10514 * gdb.reverse/solib-reverse.exp
10515 * gdb.stabs/gdb11479.exp
10516 * gdb.stabs/weird.exp
10517 * gdb.threads/fork-child-threads.exp
10518 * gdb.threads/fork-plus-threads.exp
10519 * gdb.threads/fork-thread-pending.exp
10520 * gdb.threads/forking-threads-plus-breakpoint.exp
10521 * gdb.threads/hand-call-in-threads.exp
10522 * gdb.threads/interrupted-hand-call.exp
10523 * gdb.threads/linux-dp.exp
10524 * gdb.threads/local-watch-wrong-thread.exp
10525 * gdb.threads/next-while-other-thread-longjmps.exp
10526 * gdb.threads/non-ldr-exit.exp
10527 * gdb.threads/pending-step.exp
10528 * gdb.threads/print-threads.exp
10529 * gdb.threads/process-dies-while-detaching.exp
10530 * gdb.threads/process-dies-while-handling-bp.exp
10531 * gdb.threads/pthreads.exp
10532 * gdb.threads/queue-signal.exp
10533 * gdb.threads/reconnect-signal.exp
10534 * gdb.threads/signal-command-handle-nopass.exp
10535 * gdb.threads/signal-command-multiple-signals-pending.exp
10536 * gdb.threads/signal-delivered-right-thread.exp
10537 * gdb.threads/signal-sigtrap.exp
10538 * gdb.threads/sigthread.exp
10539 * gdb.threads/staticthreads.exp
10540 * gdb.threads/stepi-random-signal.exp
10541 * gdb.threads/thread-unwindonsignal.exp
10542 * gdb.threads/thread_check.exp
10543 * gdb.threads/thread_events.exp
10544 * gdb.threads/tid-reuse.exp
10545 * gdb.threads/tls-nodebug.exp
10546 * gdb.threads/tls-shared.exp
10547 * gdb.threads/tls-so_extern.exp
10548 * gdb.threads/tls.exp
10549 * gdb.threads/wp-replication.exp
10550 * gdb.trace/actions-changed.exp
10551 * gdb.trace/actions.exp
10552 * gdb.trace/backtrace.exp
10553 * gdb.trace/change-loc.exp
10554 * gdb.trace/collection.exp
10555 * gdb.trace/deltrace.exp
10556 * gdb.trace/disconnected-tracing.exp
10557 * gdb.trace/entry-values.exp
10558 * gdb.trace/ftrace-lock.exp
10559 * gdb.trace/ftrace.exp
10560 * gdb.trace/infotrace.exp
10561 * gdb.trace/mi-trace-frame-collected.exp
10562 * gdb.trace/mi-trace-unavailable.exp
10563 * gdb.trace/mi-traceframe-changed.exp
10564 * gdb.trace/mi-tracepoint-changed.exp
10565 * gdb.trace/mi-tsv-changed.exp
10566 * gdb.trace/no-attach-trace.exp
10567 * gdb.trace/packetlen.exp
10568 * gdb.trace/passc-dyn.exp
10569 * gdb.trace/passcount.exp
10570 * gdb.trace/pending.exp
10571 * gdb.trace/pr16508.exp
10572 * gdb.trace/qtro.exp
10573 * gdb.trace/range-stepping.exp
10574 * gdb.trace/read-memory.exp
10575 * gdb.trace/report.exp
10576 * gdb.trace/save-trace.exp
10577 * gdb.trace/signal.exp
10578 * gdb.trace/stap-trace.exp
10579 * gdb.trace/status-stop.exp
10580 * gdb.trace/strace.exp
10581 * gdb.trace/tfile.exp
10582 * gdb.trace/tfind.exp
10583 * gdb.trace/trace-break.exp
10584 * gdb.trace/trace-condition.exp
10585 * gdb.trace/trace-enable-disable.exp
10586 * gdb.trace/trace-mt.exp
10587 * gdb.trace/tracecmd.exp
10588 * gdb.trace/tracefile-pseudo-reg.exp
10589 * gdb.trace/tspeed.exp
10590 * gdb.trace/tstatus.exp
10591 * gdb.trace/tsv.exp
10592 * gdb.trace/unavailable.exp
10593 * gdb.trace/while-dyn.exp
10594 * gdb.trace/while-stepping.exp
10595 * lib/gdb-guile.exp
10596 * lib/gdb.exp
10597 * lib/mi-support.exp
10598 * lib/pascal.exp
10599 * lib/perftest.exp
10600 * lib/prelink-support.exp
10601 * lib/selftest-support.exp
10602
ad02e4fe
SM
106032016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
10604
10605 * Makefile.in: Include disable-implicit-rules.mk.
10606
22347e55
AA
106072016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
10608
10609 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
10610 non-byte-aligned bit fields.
10611
da5b30da
AA
106122016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
10613
10614 PR gdb/12616
10615 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
10616 respects the DW_AT_data_bit_offset attribute.
10617
b593ecca
SM
106182016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
10619
10620 * gdb.base/default.exp: Fix output of "set language".
10621
3b165252
SM
106222016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
10623
10624 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
10625 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
10626 make.
10627 * configure.ac: Remove checks for the make program.
10628 * configure: Re-generate.
10629
1a2f3d7f
KB
106302016-11-16 Kevin Buettner <kevinb@redhat.com>
10631
10632 * gdb.python/py-recurse-unwind.c (main): Add loop.
10633 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
10634 to read_register() and gdb.parse_and_eval(). Make each code
10635 call a separate case that can be individually tested.
10636 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
10637 proc. Call cont_and_backtrace for each of the code paths that
10638 we want to test in the unwinder.
10639
b7f38fda
AA
106402016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
10641
10642 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
10643 the definition of struct S.
10644
1f8db343
CM
106452016-11-11 Catherine Moore <clm@codesourcery.com>
10646
10647 * gdb.base/dump.exp: Identify verilog format dump tests as such.
10648
fad0c9fb
PA
106492016-11-09 Pedro Alves <palves@redhat.com>
10650
10651 * gdb.base/commands.exp (runto_or_return): New procedure.
10652 (gdbvar_simple_if_test, gdbvar_simple_while_test)
10653 (gdbvar_complex_if_while_test, progvar_simple_if_test)
10654 (progvar_simple_while_test, progvar_complex_if_while_test)
10655 (if_while_breakpoint_command_test)
10656 (infrun_breakpoint_command_test, breakpoint_command_test)
10657 (user_defined_command_test, watchpoint_command_test)
10658 (test_command_prompt_position, redefine_hook_test)
10659 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
10660 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
10661 multi_line_input and multi_line. Remove gdb_expect and
10662 gdb_stop_suppressing_tests uses.
10663 * lib/gdb.exp (valnum_re): New global.
10664 (multi_line_input): New procedure.
10665
8354c62c
SM
106662016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
10667
10668 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
10669 Remove.
10670 (test_setup): Define with proc_with_prefix.
10671 (test_cli_inferior): Likewise.
10672 (test_cli_thread): Likewise.
10673 (test_cli_frame): Likewise.
10674 (test_cli_select_frame): Likewise.
10675 (test_cli_up_down): Likewise.
10676 (test_mi_thread_select): Likewise.
10677 (test_mi_stack_select_frame): Likewise.
10678 (test_cli_in_mi_inferior): Likewise.
10679 (test_cli_in_mi_thread): Likewise.
10680 (test_cli_in_mi_frame): Likewise.
10681 (top level): Do not use with_test_prefix_procname.
10682
64f367a2
PA
106832016-11-09 Pedro Alves <palves@redhat.com>
10684
10685 * gdb.base/commands.exp (gdbvar_simple_if_test)
10686 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
10687 (progvar_simple_if_test, progvar_simple_while_test)
10688 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
10689 (infrun_breakpoint_command_test, breakpoint_command_test)
10690 (user_defined_command_test, watchpoint_command_test)
10691 (test_command_prompt_position, deprecated_command_test)
10692 (bp_deleted_in_command, temporary_breakpoint_commands)
10693 (stray_arg0_test, source_file_with_indented_comment)
10694 (recursive_source_test, if_commands_test)
10695 (error_clears_commands_left, redefine_hook_test)
10696 (redefine_backtrace_test): Use proc_with_prefix.
10697 * lib/gdb.exp (proc_with_prefix): New proc.
10698
0bb65f1e
AA
106992016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
10700
10701 * gdb.base/tui-layout.c: New file.
10702 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
10703 disassembly window contains very long lines.
10704
7353f247
TT
107052016-11-08 Tom Tromey <tom@tromey.com>
10706
10707 * gdb.python/py-value.exp (test_value_creation): Make "long" test
10708 depend on Python 2.
10709
30a7bb83
TT
107102016-11-08 Tom Tromey <tom@tromey.com>
10711
10712 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
10713 New method.
10714
cdf5a07c
MG
107152016-10-29 Manish Goregaokar <manish@mozilla.com>
10716
2806dc7e 10717 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
cdf5a07c 10718
51a789c3
MG
107192016-10-27 Manish Goregaokar <manish@mozilla.com>
10720
2806dc7e
PA
10721 * gdb.rust/simple.rs: Add test for univariant enums without
10722 discriminants and for encoded struct-like enums.
51a789c3 10723
f610ab6d
PA
107242016-10-28 Pedro Alves <palves@redhat.com>
10725
10726 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
10727 gdb_test_multiple, tighten regexps and match symtabs and line
10728 tables incrementally.
10729
b129b0ca
LM
107302016-10-28 Luis Machado <lgustavo@codesourcery.com>
10731
10732 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
10733 general.
10734
ecf45d2c
SL
107352016-10-25 Luis Machado <lgustavo@codesourcery.com>
10736
10737 * gdb.base/exec-invalid-sysroot.exp: New file.
10738
b8d38ee4
JK
107392016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
10740
10741 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
10742
f90fd8c2
JK
107432016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10744
10745 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
10746
2d2476aa
MR
107472016-10-19 Maciej W. Rozycki <macro@imgtec.com>
10748
2806dc7e
PA
10749 * gdb.base/killed-outside.exp: Remove $options from a call to
10750 `prepare_for_testing'.
2d2476aa 10751
e42b25a0
SM
107522016-10-17 Simon Marchi <simon.marchi@ericsson.com>
10753
10754 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
10755 Change test message.
10756
3ccdb432
SM
107572016-10-17 Simon Marchi <simon.marchi@ericsson.com>
10758
10759 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
10760 Update comment.
10761
5bad3170
SM
107622016-10-17 Simon Marchi <simon.marchi@ericsson.com>
10763
10764 * gdb.trace/mi-trace-save.exp: New file.
10765
5ad9dba7
YQ
107662016-10-13 Yao Qi <yao.qi@linaro.org>
10767
10768 * gdb.base/code_elim.exp (get_var_address): Remove.
10769 * gdb.base/relocate.exp: Likewise.
10770 * gdb.base/shreloc.exp: Likewise.
10771 * lib/gdb.exp (get_var_address): New.
10772
62df7e21
YQ
107732016-10-13 Yao Qi <yao.qi@linaro.org>
10774
10775 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
10776 floating point tests if $skip_float_test is false.
10777
4dac951e
LM
107782016-10-12 Luis Machado <lgustavo@codesourcery.com>
10779
10780 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
10781 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
10782 argc values.
10783 Add 1 to argc so we guarantee distinct initial/modified argc values.
10784
8f1a8fc4
JK
107852016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10786
10787 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
10788
16c85b5d
JK
107892016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10790
10791 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
10792 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
10793 * gdb.arch/vsx-regs.exp: Likewise.
10794
1d0e042a
YQ
107952016-10-07 Yao Qi <yao.qi@linaro.org>
10796
10797 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
10798
68dadef5
MM
107992016-10-07 Markus Metzger <markus.t.metzger@intel.com>
10800
10801 * gdb.python/python.exp: Test decode_line("*0").
10802
33fa2c6e
DE
108032016-10-06 Doug Evans <dje@google.com>
10804
10805 * gdb.python/py-value.exp (test_value_creation): Add test for large
10806 unsigned 64-bit value.
10807
9c37b5ae
TT
108082016-10-06 Tom Tromey <tom@tromey.com>
10809
10810 * gdb.compile/compile.exp: Change java tests to rust.
10811 * gdb.base/setshow.exp: Change java tests to rust.
10812 * gdb.base/default.exp: Remove java from language list.
10813 * README (Examples): Update language example.
10814 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
10815 test.
10816 * lib/gdb.exp (skip_java_tests): Remove.
10817 * lib/java.exp: Remove.
10818 * gdb.java: Remove.
10819
78b86327
MR
108202016-10-06 Maciej W. Rozycki <macro@imgtec.com>
10821
10822 * gdb.arch/mips-fcr.exp: New test.
10823 * gdb.arch/mips-fcr.c: Source for the new test.
10824
7470adbb
MR
108252016-10-06 Maciej W. Rozycki <macro@imgtec.com>
10826
10827 * gdb.base/solib-disc.exp: Use `standard_output_file'
10828 throughout.
10829
4a556533
PA
108302016-10-06 Pedro Alves <palves@redhat.com>
10831
10832 * gdb.base/jit-simple-dl.c: New file.
10833 * gdb.base/jit-simple-jit.c: New file, factored out from ...
10834 * gdb.base/jit-simple.c: ... this.
10835 * gdb.base/jit-simple.exp (jit_run): Delete.
10836 (build_jit): New proc.
10837 (jit_test_reread): Recompile either the main program or the shared
10838 library, depending on what is being tested. Skip changing address
10839 if caller wants to. Compare before/after addresses. If testing
10840 standalone, explicitly load the binary. Test "maint info
10841 breakpoints".
10842 (top level): Add "standalone vs shared lib" and "change address"
10843 vs "same address" axes.
10844
5a122fbc
PA
108452016-10-06 Pedro Alves <palves@redhat.com>
10846
10847 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
10848 call.
10849 (jit_run): Delete.
10850 (jit_test_reread): Use with_test_prefix. Reload the main binary
10851 explicitly. Compare the before/after addresses of the JIT
10852 descriptor.
10853
ee8da4b8
DE
108542016-08-15 Doug Evans <dje@google.com>
10855
10856 * gdb.xml/extra-regs.xml: Update, end field now required, default type
10857 for single bitfields is bool.
10858 * gdb.xml/tdesc-regs.exp: Ditto.
10859
f389f6fe
JK
108602016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
10861
10862 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
10863
fdebf1a4
YQ
108642016-10-05 Yao Qi <yao.qi@linaro.org>
10865
10866 * lib/gdb.exp (support_complex_tests): Return zero if
10867 gdb_skip_float_test return true.
10868
9c36d954 108692016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2806dc7e 10870 Simon Marchi <simon.marchi@ericsson.com>
9c36d954
AT
10871
10872 PR gdb/20487
10873 * gdb.mi/user-selected-context-sync.exp: New file.
10874 * gdb.mi/user-selected-context-sync.c: New file.
10875
4034d0ff 108762016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2806dc7e 10877 Simon Marchi <simon.marchi@ericsson.com>
4034d0ff
AT
10878
10879 PR gdb/20487
10880 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
10881 =thread-select-event check.
10882
a4297203
PB
108832016-09-29 Peter Bergner <bergner@vnet.ibm.com>
10884
10885 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
10886 the compulsory L operand changes.
10887 * gdb.arch/powerpc-power.s: Likewise.
10888
bb805577
JK
108892016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
10890
10891 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
10892 * gdb.base/jit-attach-pie.c: New file.
10893 * gdb.base/jit-attach-pie.exp: New file.
10894
6d61dee5
PA
108952016-09-28 Pedro Alves <palves@redhat.com>
10896
10897 * gdb.base/infcall-input.c: New file.
10898 * gdb.base/infcall-input.exp: New file.
10899
f73842fc
YQ
109002016-09-22 Yao Qi <yao.qi@linaro.org>
10901
10902 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
10903 (gdb_exit): Rename it to ...
10904 (gdbserver_gdb_exit): ... Close GDBserver.
10905 (gdb_exit): New proc, call gdbserver_gdb_exit.
10906 (mi_gdb_exit): Likewise.
10907
90681dab
YQ
109082016-09-22 Yao Qi <yao.qi@linaro.org>
10909
10910 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
10911 path.
10912 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
10913 Remove duplication.
10914
9c211fd8
YQ
109152016-09-22 Yao Qi <yao.qi@linaro.org>
10916
10917 * lib/gdbserver-support.exp: Check the existence of
10918 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
10919
ad0a504f
AK
109202016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
10921
10922 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
10923
36cf1806
TT
109242016-09-21 Tom Tromey <tom@tromey.com>
10925
10926 PR gdb/20604:
10927 * gdb.base/quit.exp: New file.
10928
74172ecf
SM
109292016-09-21 Simon Marchi <simon.marchi@ericsson.com>
10930
10931 * .gitignore: New file.
10932
3d0ec882
MR
109332016-09-21 Maciej W. Rozycki <macro@imgtec.com>
10934
10935 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
10936 throughout.
10937
8193adea
AA
109382016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
10939
10940 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
10941
d41a5c09
JK
109422016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
10943
10944 * gdb.cp/casts.cc (decltype): Move it ...
10945 (main): ... with its call to ...
10946 * gdb.cp/casts03.cc: ... a new file.
10947 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
10948
d2dfe700
JK
109492016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
10950
10951 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
10952
e2a92b16
PB
109532016-09-15 Peter Bergner <bergner@vnet.ibm.com>
10954
10955 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
10956 and sync up the test with tests in gas/testsuite/gas/ppc.
10957 * gdb.arch/powerpc-power.exp: Likewise.
10958
49b4de64
JK
109592016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
10960
10961 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
10962
2c29df25
SDJ
109632016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
10964 Jan Kratochvil <jan.kratochvil@redhat.com>
10965
10966 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
10967 make m1's definition to be different from m2's. Use 'dummy' as an
10968 argument for probe 'two'.
10969
cc3c2846
JB
109702016-09-10 Jon Beniston <jon@beniston.com>
10971
10972 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
10973 for sim target.
10974
e1b2624a
AA
109752016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
10976
10977 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
10978 variable declaration.
10979 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
10980 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
10981 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
10982 received HWCAP as its argument.
10983
4295e285
PA
109842016-09-06 Pedro Alves <palves@redhat.com>
10985
10986 * gdb.base/new-ui-pending-input.c: New file.
10987 * gdb.base/new-ui-pending-input.exp: New file.
10988 * gdb.exp (clear_gdb_spawn_id): New procedure.
10989 (with_spawn_id): Check whether gdb_spawn_id exists before
10990 referencing it. If gdb_spawn_id didn't exist on entry, clear it
10991 on exit.
10992
00d5215e
UW
109932016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
10994
10995 * gdb.base/float128.c: New file.
10996 * gdb.base/float128.exp: Likewise.
10997 * gdb.base/floatn.c: Likewise.
10998 * gdb.base/floatn.exp: Likewise.
10999
a9ff5f12
UW
110002016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
11001
11002 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
11003
f245535c
PA
110042016-09-05 Pedro Alves <palves@redhat.com>
11005
11006 PR backtrace/19927
11007 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
11008 unwinders are immediately called as side effect of "source" or
11009 "disable unwinder" commands.
11010 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
11011
ae9cf263
YQ
110122016-09-02 Yao Qi <yao.qi@linaro.org>
11013
11014 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
11015 is true and $type is "float" or "double".
11016
27aba047
YQ
110172016-09-02 Yao Qi <yao.qi@linaro.org>
11018
11019 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
11020 true.
11021 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
11022 * gdb.base/call-rt-st.exp: Likewise.
11023 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
11024 return value instead of gdb,skip_float_test.
11025 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
11026 (do_function_calls): Use its return value instead of
11027 gdb,skip_float_test.
11028 * gdb.base/finish.exp: Likewise.
11029 * gdb.base/funcargs.exp: Likewise.
11030 * gdb.base/return.exp: Likewise.
11031 * gdb.base/return2.exp: Likewise.
11032 * gdb.base/varargs.exp: Likewise.
11033 * lib/gdb.exp (gdb_skip_float_test): Change it to
11034 gdb_caching_proc. Detect the broken ptrace on arm-linux.
11035
5af962df
AA
110362016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
11037
11038 * gdb.multi/tids.exp: Test "thread apply all".
11039
7fac6910
JK
110402016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
11041
11042 * gdb.base/default.exp (tty): Remove.
11043
bb1fe4ac
KB
110442016-08-24 Kevin Buettner <kevinb@redhat.com>
11045
2806dc7e
PA
11046 * gdb.python/py-recurse-unwind.c: New file.
11047 * gdb.python/py-recurse-unwind.py: New file.
11048 * gdb.python/py-recurse-unwind.exp: New file.
bb1fe4ac 11049
0a1ddfa6
SM
110502016-08-24 Simon Marchi <simon.marchi@ericsson.com>
11051
11052 * gdb.base/set-inferior-tty.exp: New file.
11053 * gdb.base/set-inferior-tty.c: New file.
11054
d9de1fe3
PA
110552016-08-23 Pedro Alves <palves@redhat.com>
11056
11057 PR gdb/20494
11058 * gdb.base/new-ui-echo.c: New file.
11059 * gdb.base/new-ui-echo.exp: New file.
11060
e9d9abd7
YQ
110612016-08-23 Yao Qi <yao.qi@linaro.org>
11062
11063 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
11064 gdbserver_spawn.
11065 * gdb.server/connect-without-multi-process.exp (do_test):
11066 Likewise.
11067
3589529e
YQ
110682016-08-23 Yao Qi <yao.qi@linaro.org>
11069
11070 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
11071 standalone_txt. Delete gdb_txt and standalone_txt on host
11072 and target. Spawn the binary on target. Copy files from
11073 target to host.
11074
6bb90213
PA
110752016-08-22 Pedro Alves <palves@redhat.com>
11076
11077 PR gdb/20505
11078 * gdb.base/vdso-warning.exp: Test core dumps too. Use
11079 with_test_prefix. Factor out bits to ...
11080 (test_no_vdso): ... this new procedure.
11081
20c2c024
CL
110822016-08-19 Carl Love <cel@us.ibm.com>
11083
11084 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
11085 maintaining separate logic for constructing the output path.
11086 * gdb.arch/powerpc-d128-regs.exp: Likewise.
11087 * gdb.arch/ppc-dfp.exp: Likewise.
11088 * gdb.arch/ppc-fp.exp: Likewise.
11089 * gdb.arch/vsx-regs.exp: Likewise.
11090 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
11091 binprefix for generating the additional binary files.
11092
0646e07d
PA
110932016-08-19 Pedro Alves <palves@redhat.com>
11094
11095 * gdb.trace/mi-trace-frame-collected.exp
11096 (test_trace_frame_collected): On x32, expect two registers.
11097
46da9242
CL
110982016-08-18 Carl Love <cel@us.ibm.com>
11099
11100 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
11101 and sync up the test with tests in gas/testsuite/gas/ppc.
11102 * gdb.arch/powerpc-power.exp: Likewise.
11103
eb2332d7
SM
111042016-08-17 Simon Marchi <simon.marchi@ericsson.com>
11105
11106 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
11107 expected error message.
11108
63c61e04
SM
111092016-08-17 Simon Marchi <simon.marchi@ericsson.com>
11110
11111 * gdb.multi/remove-inferiors.exp: New file.
11112 * gdb.multi/remove-inferiors.c: New file.
11113
7b17065f
YQ
111142016-08-12 Yao Qi <yao.qi@linaro.org>
11115
11116 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
11117 argument list.
11118
01d3dedf
PA
111192016-08-10 Pedro Alves <palves@redhat.com>
11120
11121 PR gdb/19187
11122 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
11123 setup_kfails.
11124
3eb7562a
PA
111252016-08-09 Pedro Alves <palves@redhat.com>
11126 Simon Marchi <simon.marchi@ericsson.com>
11127
11128 PR gdb/20418
11129 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
11130 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
11131
80614914
PA
111322016-08-09 Pedro Alves <palves@redhat.com>
11133
11134 PR mi/20431
11135 * gdb.mi/mi-cmd-error.exp: New file.
11136
f348d89a
PA
111372016-08-09 Pedro Alves <palves@redhat.com>
11138
11139 PR gdb/18653
11140 * gdb.base/signals-state-child.c: New file.
11141 * gdb.base/signals-state-child.exp: New file.
11142 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
11143
e5ca03b4
PA
111442016-08-09 Pedro Alves <palves@redhat.com>
11145
11146 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
11147
282a0691
TT
111482016-08-03 Tom Tromey <tom@tromey.com>
11149
11150 PR python/18565:
11151 * gdb.python/py-frame-inline.exp: Add Frame.function test.
11152
41bfcd63
YQ
111532016-08-01 Yao Qi <yao.qi@linaro.org>
11154
11155 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
11156 variable mode to "multi-process" if $multi_process is 1, otherwise
11157 set it to "single-process".
11158
e3465b24
YQ
111592016-08-01 Yao Qi <yao.qi@linaro.org>
11160
11161 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
11162 * gdb.cp/cpexprs.exp: Likewise.
11163 * gdb.cp/m-static.exp: Likewise.
11164
0b31a4bc
TT
111652016-07-26 Tom Tromey <tom@tromey.com>
11166
11167 PR python/20190:
11168 * gdb.threads/tls.exp (check_thread_local): Add python symbol
11169 test.
11170
e0461dbb
MM
111712016-07-26 Markus Metzger <markus.t.metzger@intel.com>
11172
11173 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
11174 selecting assembly source files.
11175 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
11176 assembly source files.
11177 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
11178 assembly source files.
11179 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
11180 selecting assembly source files.
11181
8194e927
SM
111822016-07-25 Simon Marchi <simon.marchi@ericsson.com>
11183
11184 * gdb.base/new-ui.exp (do_test_invalid_args): New
11185 procedure.
11186
c0272db5
TW
111872016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
11188
11189 * gdb.btrace/reconnect.c: New file.
11190 * gdb.btrace/reconnect.exp: New file.
11191
e3487908
GKB
111922016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
11193
11194 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
11195 to test_catch_syscall_group.
11196 (test_catch_syscall_group): New.
11197
12df5c00
TT
111982016-07-21 Tom Tromey <tom@tromey.com>
11199
11200 * gdb.rust/simple.rs (main): Use empty struct expression.
11201 * gdb.rust/simple.exp: Add tests for empty struct expression.
11202
bae62ee2
YQ
112032016-07-21 Yao Qi <yao.qi@linaro.org>
11204
11205 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
11206 if gdb_skip_xml_test is true on some targets.
11207
b1b53fb3
YQ
112082016-07-21 Yao Qi <yao.qi@linaro.org>
11209
11210 * gdb.server/solib-list.exp: Unset last_loaded_file.
11211
027d97f8
JK
112122016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11213
11214 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
11215 "step into captured_main (args)".
11216
7674d381
JK
112172016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11218
11219 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
11220
72b5d099
JK
112212016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11222
11223 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
11224
1f960ced
PA
112252016-07-19 Pedro Alves <palves@redhat.com>
11226
11227 * gdb.opt/inline-break.exp: Remove optimize=-O2.
11228 * gdb.opt/inline-bt.exp: Likewise.
11229 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
11230 additional_flags=-Winline.
11231 * gdb.opt/inline-locals.exp: Likewise.
11232 * gdb.opt/inline-markers.c (ATTR): Define.
11233 (inlined_fn): Use it.
11234
f25827c1
YQ
112352016-07-19 Yao Qi <yao.qi@linaro.org>
11236
11237 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
11238 (test_with_self): Remove some code. Remove argument executable.
11239 (top-level): Use do_self_tests.
11240
37539ebe
DB
112412016-07-15 Zachary Welch <zwelch@codesourcery.com>
11242 Don Breazeal <donb@codesourcery.com>
11243
11244 * gdb.base/maint.exp: Escape paths used in regular expressions.
11245 * gdb.stabs/weird.exp: Likewise.
11246
dac790e1
TT
112472016-07-13 Tom Tromey <tom@tromey.com>
11248
11249 PR python/15620, PR python/18620:
11250 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
11251 (test_bkpt_events): New procs.
11252
93daf339
TT
112532016-07-13 Tom Tromey <tom@tromey.com>
11254
11255 PR python/17698:
11256 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
11257 test.
11258 (test_watchpoints): Likewise.
11259 (test_bkpt_pending): New proc.
11260
6571a381
TT
112612016-07-13 Tom Tromey <tom@tromey.com>
11262
11263 PR cli/18053:
11264 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
11265 completion test.
11266
e8732474
JK
112672016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
11268
11269 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
11270 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
11271 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
11272 f_label.
11273 (g): Rename g_end_lbl to g_label.
11274 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
11275 low_pc and high_pc.
11276 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
11277
e0f3fd7c
TT
112782016-07-12 Tom Tromey <tom@tromey.com>
11279
11280 PR python/19293:
11281 * gdb.python/py-unwind-maint.exp: Update tests.
11282
3cfe46b6
YQ
112832016-07-12 Yao Qi <yao.qi@linaro.org>
11284
11285 * lib/selftest-support.exp (selftest_setup): Match the output
11286 when captured_main is inlined.
11287
4f19a0e6
WT
112882016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
11289
11290 * gdb.fortran/derived-types.exp (result_line, result_line_2):
11291 New variables.
11292 (print this%a, print this%b, print this): New tests.
11293 * gdb.fortran/derived-types.f90 (this): New object and
11294 initialization.
11295
986cf455
SM
112962016-07-06 Simon Marchi <simon.marchi@ericsson.com>
11297
11298 * gdb.ada/arraydim.exp: Remove extra directory level in build
11299 directory.
11300
f0464b23
SM
113012016-07-06 Simon Marchi <simon.marchi@ericsson.com>
11302
11303 * lib/ada.exp: Remove extra directory level in build directory.
11304 * gdb.ada/cond_lang.exp: Likewise.
11305 * gdb.ada/exec_changed.exp: Likewise.
11306 * gdb.ada/lang_switch.exp: Likewise.
11307
42d94011
MG
113082016-07-06 Manish Goregaokar <manish@mozilla.com>
11309
2806dc7e
PA
11310 * simple.rs: Add test for raw pointer subscripting.
11311 * simple.exp: Add test expectations.
42d94011 11312
647c264c
YQ
113132016-07-05 Yao Qi <yao.qi@linaro.org>
11314
11315 * gdb.mi/mi-reverse.exp: Match =record-started output.
11316
20aa2c60
PA
113172016-07-01 Pedro Alves <palves@redhat.com>
11318
11319 * gdb.base/jit-reader.exp (info_registers_current_frame): New
11320 procedure.
11321 (jit_reader_test): Test the jit reader's unwinder.
11322 * gdb.base/jithost.c (jit_function_00_code): New global.
11323 (main): Use memcpy to fill in the mmapped code, instead of poking
11324 bytes manually here.
11325 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
11326 value.
11327 (read_debug_info): Save the function's range.
11328 (read_sp): New function.
11329 (unwind_frame): Use it. Also unwind RBP.
11330 (get_frame_id): Use read_sp.
11331 (gdb_init_reader): Use calloc instead of malloc.
11332 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
11333 parameter. Use gdb_test_multiple.
11334
ced2dffb
PA
113352016-07-01 Pedro Alves <palves@redhat.com>
11336 Antoine Tremblay <antoine.tremblay@ericsson.com>
11337
11338 * gdb.threads/process-dies-while-detaching.c: New file.
11339 * gdb.threads/process-dies-while-detaching.exp: New file.
11340
63000888
PA
113412016-07-01 Pedro Alves <palves@redhat.com>
11342
11343 * gdb.multi/watchpoint-multi-exit.c: New file.
11344 * gdb.multi/watchpoint-multi-exit.exp: New file.
11345
038d4868
PA
113462016-06-30 Pedro Alves <palves@redhat.com>
11347
11348 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
11349 unset inferior_spawn_id.
11350
994e9c83
PA
113512016-06-30 Pedro Alves <palves@redhat.com>
11352
11353 * lib/mi-support.exp (default_mi_gdb_start): Declare global
11354 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
11355
e5653468
YQ
113562016-06-29 Yao Qi <yao.qi@linaro.org>
11357
11358 * gdb.base/return.c: Add copyright header.
11359
803b47e5
TT
113602016-06-29 Tom Tromey <tom@tromey.com>
11361
11362 PR python/20129:
11363 * gdb.python/py-framefilter.exp: Add tests for setting priority
11364 and disabling of non-existent frame filter.
11365
28244707
YQ
113662016-06-29 Yao Qi <yao.qi@linaro.org>
11367
11368 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
11369 0x0f07ff.
11370
a31d2f06
YQ
113712016-06-28 Yao Qi <yao.qi@linaro.org>
11372
11373 * gdb.base/catch-syscall.exp: Remove check on isnative and target
11374 triplets. Start gdb, execute catch syscall, and continue. Check
11375 gdb's output to determine catch syscall is supported.
11376
921d8f54
MG
113772016-06-27 Manish Goregaokar <manish@mozilla.com>
11378
25d49b86
PA
11379 * gdb.rust/simple.rs: Add test for returning unit in a function.
11380 * gdb.rust/simple.exp: Add expectation for functions returning
11381 unit.
921d8f54 11382
f4952523
PMR
113832016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
11384
11385 * gdb.python/py-breakpoint-create-fail.c,
11386 gdb.python/py-breakpoint-create-fail.exp,
11387 gdb.python/py-breakpoint-create-fail.py: New testcase.
11388
fccb08f8
MG
113892016-06-25 Manish Goregaokar <manish@mozilla.com>
11390
11391 PR gdb/20239
11392 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
25d49b86
PA
11393 * gdb.rust/simple.exp: Add test expectations for new NonZero
11394 tests.
fccb08f8 11395
6b850546
DT
113962016-06-24 David Taylor <dtaylor@emc.com>
11397
11398 * gdb.base/offsets.exp: New file.
11399 * gdb.base/offsets.c: New file.
11400
17621150
TT
114012016-06-23 Tom Tromey <tom@tromey.com>
11402
11403 PR gdb/16483:
11404 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
11405 before any filters are loaded.
11406
04d59df6
WT
114072016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
11408
11409 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
11410 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
11411 structs.
11412 * gdb.fortran/derived-type-function.exp: New file.
11413 * gdb.fortran/derived-type-function.f90: New file.
11414
11415
ac69f786
PA
114162016-06-21 Pedro Alves <palves@redhat.com>
11417
11418 * gdb.base/new-ui.exp: New file.
11419 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
11420 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
11421 (with_spawn_id): New procedure.
11422
49940788
PA
114232016-06-21 Pedro Alves <palves@redhat.com>
11424
11425 * gdb.mi/mi-exec-run.exp: New file.
11426
ef274d26
PA
114272016-06-21 Pedro Alves <palves@redhat.com>
11428
11429 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
11430 breakpoint command's output on the main UI.
11431 (test_break): New procedure, factored out from calls in the top
11432 level.
11433 (top level): Use foreach_with_prefix to test MI as main UI and as
11434 separate UI.
11435
468afe6c
PA
114362016-06-21 Pedro Alves <palves@redhat.com>
11437
11438 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
11439 (test_awatch_creation_and_listing)
11440 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
11441 Remove 'type' parameter.
11442 (test_watchpoint_all): New parameter mi_mode. Remove
11443 with_test_prefix.
11444 (top level): Use foreach_with_prefix, and add main/separate UI MI
11445 testing axis.
11446
51f77c37
PA
114472016-06-21 Pedro Alves <palves@redhat.com>
11448
11449 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
11450 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
11451 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
11452 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
11453 (gdb_main_spawn_id, mi_spawn_id): Declare and
11454 comment.
11455 (mi_create_inferior_pty): New procedure,
11456 factored out from default_mi_gdb_start.
11457 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
11458 procedures.
11459 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
11460 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
11461 Use mi_create_inferior_pty.
11462 (mi_gdb_start): Use eval to pass down args list.
11463
8980e177
PA
114642016-06-21 Pedro Alves <palves@redhat.com>
11465
11466 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
11467 * gdb.opt/inline-cmds.exp: Add MI tests.
11468
f38d3ad1
PA
114692016-06-21 Pedro Alves <palves@redhat.com>
11470
11471 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
11472
45db7c09
PA
114732016-06-21 Pedro Alves <palves@redhat.com>
11474
11475 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
11476 (top level): Use it instead of mi_execute_to.
11477
5a069ab3
PA
114782016-06-21 Pedro Alves <palves@redhat.com>
11479
11480 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
11481 (cont_handler_str): New.
11482 (signal_stop_handler): Set stop_handler_str instead of printing to
11483 stdout.
11484 (continue_handler): Set cont_handler_str instead of printing to
11485 stdout.
11486 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
11487 mi_send_resuming_command. Print stop_handler_str and
11488 cont_handler_str instead of expecting the python events print
11489 directly.
11490
2838cc1d
SD
114912016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
11492
11493 * gdb.base/jit-reader.exp: New file.
11494 * gdb.base/jithost.c: New file.
11495 * gdb.base/jithost.h: New file.
11496 * gdb.base/jitreader.c : New file.
11497 * gdb.base/jit-protocol.h: New file.
11498
21a77091
YQ
114992016-06-17 Yao Qi <yao.qi@linaro.org>
11500
11501 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
11502 parameters follow_fork and detach_on_fork. Set follow-fork-mode
11503 and detach-on-fork. Adjust tests.
11504 (top level): Invoke break_cond_on_syscall with combinations of
11505 syscall, follow-fork-mode and detach-on-fork.
11506
f50bf8e5
YQ
115072016-06-17 Yao Qi <yao.qi@linaro.org>
11508
11509 * gdb.base/step-over-exit.c: New.
11510 * gdb.base/step-over-exit.exp: New.
11511
a28d8e50
YTL
115122016-06-17 Yan-Ting Lin <currygt52@gmail.com>
11513
11514 * gdb.base/float.exp: Add target check for nds32*-*-*.
11515 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
11516
cad8e26d
AB
115172016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
11518
11519 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
11520 for unsupported target features.
11521 * gdb.base/call-rt-st.exp: Likewise.
11522 * gdb.base/call-sc.exp: Likewise.
11523 * gdb.base/call-signal-resume.exp: Likewise.
11524 * gdb.base/call-strs.exp: Likewise.
11525 * gdb.base/callexit.exp: Likewise.
11526 * gdb.base/callfuncs.exp: Likewise.
11527 * gdb.base/nodebug.exp: Likewise.
11528 * gdb.base/printcmds.exp: Likewise.
11529 * gdb.base/ptype.exp: Likewise.
11530 * gdb.base/structs.exp: Likewise.
11531 * gdb.base/unwindonsignal.exp: Likewise.
11532 * gdb.cp/gdb2495.exp: Likewise.
11533 * gdb.cp/templates.exp: Likewise.
11534 * gdb.cp/virtfunc.exp: Likewise.
11535 * gdb.threads/hand-call-in-threads.exp: Likewise.
11536 * gdb.threads/interrupted-hand-call.exp: Likewise.
11537 * gdb.threads/thread-unwindonsignal.exp: Likewise.
11538
347dc102
TT
115392016-06-10 Tom Tromey <tom@tromey.com>
11540
11541 PR rust/20110:
11542 * gdb.rust/expr.exp: Add test for integer constant larger than
11543 i32.
11544
5e13cf25
BH
115452016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
11546
11547 * gdb.fortran/nested-funcs.exp: New.
11548 * gdb.fortran/nested-funcs.f90: New.
11549
bb556f1f
TK
115502016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
11551
11552 * gdb.base/examine-backward.c: New file.
11553 * gdb.base/examine-backward.exp: New file.
11554
38b022b4
SM
115552016-06-06 Simon Marchi <simon.marchi@ericsson.com>
11556
11557 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
11558 matching.
11559
1b40ec05
TT
115602016-06-02 Tom Tromey <tom@tromey.com>
11561
11562 PR python/18984:
11563 * gdb.python/py-shared.exp: Add solib_name test.
11564
193bd378
SM
115652016-06-02 Simon Marchi <simon.marchi@ericsson.com>
11566
11567 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
11568
3326303b
MG
115692016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
11570
11571 PR c++/19893
11572 * gdb.dwarf2/implref.exp: Rename to...
11573 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
11574 * gdb.dwarf2/implref-array.c: New file.
11575 * gdb.dwarf2/implref-array.exp: Likewise.
11576 * gdb.dwarf2/implref-global.c: Likewise.
11577 * gdb.dwarf2/implref-global.exp: Likewise.
11578 * gdb.dwarf2/implref-struct.c: Likewise.
11579 * gdb.dwarf2/implref-struct.exp: Likewise.
11580
825c8ef2
AT
115812016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
11582
11583 * gdb.trace/trace-condition.exp: Add 64bit tests.
11584
2320162a
AT
115852016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
11586
11587 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
11588 bits types.
11589 (main): Adapt to 8 to 64 bits types.
11590 * gdb.trace/trace-condition.exp: Add new tests.
11591
a7818233
AT
115922016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
11593
11594 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
11595
0d336466
AT
115962016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
11597
11598 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
11599 Move condition tests...
11600 * gdb.trace/trace-condition.exp: Here.
11601
7faeb45a
AT
116022016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
11603
11604 * gdb.trace/trace-condition.exp: Add counter-case tests.
11605
e385593e
JK
116062016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
11607
11608 PR c++/15231
11609 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
11610 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
11611
744608cc
PA
116122016-05-27 Pedro Alves <palves@redhat.com>
11613
11614 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
11615 New procedure.
11616 (top level): Call it, and bail out of DejaGnu is known to be bad.
11617
ac775bf4
AB
116182016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
11619
11620 * gdb.base/whatis.c: Extend the test case.
11621 * gdb.base/whatis.exp: Add additional tests.
11622
2bbad2ea
BH
116232016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
11624
11625* gdb.fortran/type.f90: Add pointer variable.
11626* gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
11627
8b70175d
BH
116282016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
11629
11630 * gdb.fortran/vla-type.exp: Fix testcase name.
11631
86d8a848
BH
116322016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
11633
11634 * gdb.fortran/vla-type.exp: Access elements in nested structs.
11635
e188eb36
BH
116362016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
11637
11638 * gdb.fortran/type.f90: Add nested structures.
11639 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
11640 * gdb.fortran/derived-type.exp: Adapt expected output.
11641 * gdb.fortran/vla-type.exp: Adapt expected output.
11642
9b2db1fd
BH
116432016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
11644
11645 * gdb.fortran/whatis_type.exp: Adapt expected output.
11646
72b17055
BH
116472016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
11648
11649 * gdb.fortran/print_type.exp: Fix expected output.
11650 * gdb.fortran/whatis_type.exp: Fix expected output.
11651
3cd81d8d
BH
116522016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
11653
11654 * gdb.fortran/whatis_type.exp: Use multi_line.
11655
ddae9462
TT
116562016-05-24 Tom Tromey <tom@tromey.com>
11657
11658 PR python/17386:
11659 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
11660 use value as an index.
11661
1957f6b8
TT
116622016-05-23 Tom Tromey <tom@tromey.com>
11663
11664 PR python/17981:
11665 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
11666 no-breakpoint case.
11667
026a9174
PA
116682016-05-24 Pedro Alves <palves@redhat.com>
11669
11670 PR gdb/19828
11671 * gdb.threads/clone-attach-detach.c: New file.
11672 * gdb.threads/clone-attach-detach.exp: New file.
11673
e70a7231
FR
116742016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
11675
11676 * gdb.base/annota-input-while-running.exp: Fix syntax error.
11677
0f6ed0e0
TT
116782016-05-23 Tom Tromey <tom@tromey.com>
11679
11680 PR python/19438, PR python/18393:
11681 * gdb.python/py-progspace.exp: Add "dir" test.
11682 * gdb.python/py-objfile.exp: Add "dir" test.
11683
ffd19d61
YQ
116842016-05-23 Yao Qi <yao.qi@linaro.org>
11685
11686 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
11687 * gdb.arch/thumb2-it.exp: Likewise.
11688
9e8f9b05
SM
116892016-05-18 Simon Marchi <simon.marchi@ericsson.com>
11690
11691 * gdb.mi/mi-threads-interrupt.c: New file.
11692 * gdb.mi/mi-threads-interrupt.exp: New file.
11693
61c6156d
SM
116942016-05-17 Simon Marchi <simon.marchi@ericsson.com>
11695
11696 PR gdb/18077
11697 * gdb.mi/mi-async-run.exp: New file.
11698 * gdb.mi/mi-async-run.c: New file.
11699
67218854
TT
117002016-05-17 Tom Tromey <tom@tromey.com>
11701 Manish Goregaokar <manishsmail@gmail.com>
11702
11703 * lib/rust-support.exp: New file.
11704 * lib/gdb.exp (skip_rust_tests): New proc.
11705 (build_executable_from_specs): Handle rust.
11706 * lib/future.exp (gdb_find_rustc): New proc.
11707 (gdb_default_target_compile): Handle rust.
11708 * gdb.rust/expr.exp: New file.
11709 * gdb.rust/generics.exp: New file.
11710 * gdb.rust/generics.rs: New file.
11711 * gdb.rust/methods.exp: New file.
11712 * gdb.rust/methods.rs: New file.
11713 * gdb.rust/modules.exp: New file.
11714 * gdb.rust/modules.rs: New file.
11715 * gdb.rust/simple.exp: New file.
11716 * gdb.rust/simple.rs: New file.
11717
c44af4eb
TT
117182016-05-17 Tom Tromey <tom@tromey.com>
11719
11720 * gdb.base/default.exp (set language): Add rust.
11721
dcd1f979
TT
117222016-05-17 Tom Tromey <tom@tromey.com>
11723
11724 * gdb.gdb/unittest.exp: New file.
11725
155b7f57
YQ
117262016-05-16 Yao Qi <yao.qi@linaro.org>
11727
11728 * gdb.base/batch-preserve-term-settings.exp: Remove variable
11729 shell_prompt. Update shell_prompt_re.
11730
8ddd5a6c
DE
117312016-05-12 Doug Evans <dje@google.com>
11732
11733 PR symtab/19999
11734 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
11735 $options when building executable.
11736 * gdb.dwarf2/fission-loclists-pie.S: New file.
11737 * gdb.dwarf2/fission-loclists-pie.exp: New file.
11738
02e370d9
SM
117392016-05-04 Simon Marchi <simon.marchi@ericsson.com>
11740
11741 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
11742 of [is_remote target],
11743
8929ad8b
SM
117442016-05-04 Simon Marchi <simon.marchi@ericsson.com>
11745
11746 * lib/gdb.exp (use_gdb_stub): New procedure.
11747
6c447423
DE
117482016-05-03 Yunlian Jiang <yunlian@google.com>
11749 Doug Evans <dje@google.com>
11750
11751 PR symtab/19914
11752 * gdb.dwarf2/dwp-sepdebug.c: New file.
11753 * gdb.dwarf2/dwp-sepdebug.exp: New file.
11754
444e826c
SM
117552016-05-02 Simon Marchi <simon.marchi@ericsson.com>
11756
11757 * gdb.base/detach.exp: Remove is_remote check.
11758
740feeaa
SM
117592016-05-02 Simon Marchi <simon.marchi@ericsson.com>
11760
11761 * gdb.base/annota-input-while-running.exp: Don't check for
11762 [is_remote target]. Enable annotations after running to main.
11763 Remove unused "set test..." line.
11764
9080ac9d
SM
117652016-04-28 Simon Marchi <simon.marchi@ericsson.com>
11766
11767 * gdb.trace/trace-enable-disable.exp: New file.
11768 * gdb.trace/trace-enable-disable.c: New file.
11769
952ebca5
SM
117702016-04-28 Simon Marchi <simon.marchi@ericsson.com>
11771
11772 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
11773 use it in info sharedlibrary test.
11774 * gdb.trace/ftrace-lock.exp: Likewise.
11775 * gdb.trace/ftrace.exp: Likewise.
11776 * gdb.trace/range-stepping.exp: Likewise.
11777 * gdb.trace/trace-break.exp: Likewise.
11778 * gdb.trace/trace-condition.exp: Likewise.
11779 * gdb.trace/trace-mt.exp: Likewise.
11780
d9019901
SM
117812016-04-27 Simon Marchi <simon.marchi@ericsson.com>
11782
11783 * lib/gdb.exp (gdb_load_shlibs): Rename to...
11784 (gdb_load_shlib): ... this.
11785 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
11786 gdb_load_shlib.
11787 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
11788 * gdb.base/ctxobj.exp: Likewise.
11789 * gdb.base/dprintf-pending.exp: Likewise.
11790 * gdb.base/dso2dso.exp: Likewise.
11791 * gdb.base/fixsection.exp: Likewise.
11792 * gdb.base/gcore-relro.exp: Likewise.
11793 * gdb.base/gdb1555.exp: Likewise.
11794 * gdb.base/global-var-nested-by-dso.exp: Likewise.
11795 * gdb.base/gnu-ifunc.exp: Likewise.
11796 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
11797 * gdb.base/jit-so.exp (one_jit_test): Likewise.
11798 * gdb.base/pending.exp: Likewise.
11799 * gdb.base/print-file-var.exp: Likewise.
11800 * gdb.base/print-symbol-loading.exp: Likewise.
11801 * gdb.base/shlib-call.exp: Likewise.
11802 * gdb.base/shreloc.exp: Likewise.
11803 * gdb.base/so-impl-ld.exp: Likewise.
11804 * gdb.base/solib-disc.exp: Likewise.
11805 * gdb.base/solib-nodir.exp: Likewise.
11806 * gdb.base/solib-overlap.exp: Likewise.
11807 * gdb.base/solib-symbol.exp: Likewise.
11808 * gdb.base/solib-weak.exp (do_test): Likewise.
11809 * gdb.base/sym-file.exp: Likewise.
11810 * gdb.base/symtab-search-order.exp: Likewise.
11811 * gdb.base/type-opaque.exp: Likewise.
11812 * gdb.base/unload.exp: Likewise.
11813 * gdb.base/watchpoint-solib.exp: Likewise.
11814 * gdb.compile/compile.exp: Likewise.
11815 * gdb.cp/gdb2384.exp: Likewise.
11816 * gdb.cp/infcall-dlopen.exp: Likewise.
11817 * gdb.cp/re-set-overloaded.exp: Likewise.
11818 * gdb.fortran/library-module.exp: Likewise.
11819 * gdb.opt/solib-intra-step.exp: Likewise.
11820 * gdb.python/py-finish-breakpoint.exp: Likewise.
11821 * gdb.python/py-shared.exp: Likewise.
11822 * gdb.reverse/solib-precsave.exp: Likewise.
11823 * gdb.reverse/solib-reverse.exp: Likewise.
11824 * gdb.server/solib-list.exp: Likewise.
11825 * gdb.threads/dlopen-libpthread.exp: Likewise.
11826 * gdb.threads/tls-shared.exp: Likewise.
11827 * gdb.threads/tls-so_extern.exp: Likewise.
11828 * gdb.trace/change-loc.exp: Likewise.
11829 * gdb.trace/ftrace-lock.exp: Likewise.
11830 * gdb.trace/ftrace.exp: Likewise.
11831 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
11832 * gdb.trace/pending.exp: Likewise.
11833 * gdb.trace/range-stepping.exp: Likewise.
11834 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
11835 (strace_info_marker): Likewise.
11836 (strace_probe_marker): Likewise.
11837 (strace_trace_on_same_addr): Likewise.
11838 (strace_trace_on_diff_addr): Likewise.
11839 * gdb.trace/trace-break.exp: Likewise.
11840 * gdb.trace/trace-condition.exp: Likewise.
11841 * gdb.trace/trace-mt.exp: Likewise.
11842
fca4cfd9
SM
118432016-04-27 Simon Marchi <simon.marchi@ericsson.com>
11844
11845 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
11846 result of gdb_remote_download.
11847 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
11848 * gdb.base/dso2dso.exp: Likewise.
11849 * gdb.base/global-var-nested-by-dso.exp: Likewise.
11850 * gdb.base/print-file-var.exp: Likewise.
11851 * gdb.base/shlib-call.exp: Likewise.
11852 * gdb.base/shreloc.exp: Likewise.
11853 * gdb.base/solib-overlap.exp: Likewise.
11854 * gdb.base/solib-weak.exp (do_test): Likewise.
11855 * gdb.base/unload.exp: Likewise.
11856
11cf4ffb
YQ
118572016-04-27 Yao Qi <yao.qi@linaro.org>
11858
11859 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
11860 exists.
11861
3e2e34f8
KB
118622016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
11863
11864 * vla-type.exp: Print structure from toplevel.
11865
8f07e298
BH
118662016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
11867
11868 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
11869 of dynamic types.
11870 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
11871 of dynamic types.
11872
9920b434
BH
118732016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
11874
11875 * gdb.fortran/vla-type.f90: New file.
11876 * gdb.fortran/vla-type.exp: New file.
11877
f3abeff5
YQ
118782016-04-25 Yao Qi <yao.qi@linaro.org>
11879
11880 * gdb.base/branch-to-self.c: New file.
11881 * gdb.base/branch-to-self.exp: New file.
11882
0a5d52f0
YQ
118832016-04-22 Yao Qi <yao.qi@linaro.org>
11884
11885 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
11886 more after $hex.
11887
495346f6
YQ
118882016-04-22 Yao Qi <yao.qi@linaro.org>
11889
11890 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
11891 * gdb.base/annota3.exp: Likewise.
11892
4a7e075c
YQ
118932016-04-22 Yao Qi <yao.qi@linaro.org>
11894
11895 * gdb.reverse/step-precsave.exp: Do one step and test program
11896 stops in "callee" and do multiple steps until program goes out
11897 of "callee".
11898 * gdb.reverse/step-reverse.exp: Likewise.
11899
5b061e98
YQ
119002016-04-22 Yao Qi <yao.qi@linaro.org>
11901
11902 * gdb.trace/signal.exp: Also pass if
11903 $tracepoint_hits($i) > $iterations.
11904
5c5dc57f
YQ
119052016-04-22 Yao Qi <yao.qi@linaro.org>
11906
11907 * gdb.trace/signal.c: New file.
11908 * gdb.trace/signal.exp: New file.
11909
a55411b9
DE
119102016-04-19 Doug Evans <xdje42@gmail.com>
11911
11912 * gdb.base/bad-file.exp: New file.
11913
a22df60a
MG
119142016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
11915
11916 * gdb.dwarf2/implref.exp: New file.
11917
0c13f7e5
BH
119182016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
11919
11920 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
11921 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
11922 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
11923 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
11924 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
11925 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
11926 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
11927 * lib/fortran.exp (fortran_int4): New procedure.
11928 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
11929 (fortran_logical4): Likewise.
11930
9b9b09e9
BH
119312016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
11932
11933 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
11934
a14d1f4d
BH
119352016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
11936
11937 * lib/compiler.c: Add Intel specific preprocessor macros.
11938 * lib/compiler.cc: Likewise.
25d49b86 11939
7d49b1d0
LM
119402016-04-13 Luis Machado <lgustavo@codesourcery.com>
11941
11942 * gdb.server/connect-with-no-symbol-file.c: New file.
11943 * gdb.server/connect-with-no-symbol-file.exp: New file.
11944
8392fa22
SM
119452016-04-13 Simon Marchi <simon.marchi@ericsson.com>
11946
11947 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
11948
8c4c4aeb
SM
119492016-04-13 Simon Marchi <simon.marchi@ericsson.com>
11950
11951 * boards/gdbserver-base.exp (${board}_download): Copy source file to
11952 standard output directory.
11953
45e3745e
AT
119542016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
11955
11956 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
11957
e26b7e41
MM
119582016-04-13 Markus Metzger <markus.t.metzger@intel.com>
11959
11960 * gdb.btrace/instruction_history.c (loop): Add declaration.
11961
8ce09462
AT
119622016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
11963
11964 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
11965
2e88a1ea
SM
119662016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
11967
11968 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
11969 parentheses to print.
11970 (continue_handler): Likewise.
11971
f48e22e3
SM
119722016-04-08 Simon Marchi <simon.marchi@ericsson.com>
11973
11974 * gdb.server/solib-list.exp: Remove is_remote check.
11975 Pass shlib= to gdb_compile. Don't link shared library with
11976 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
11977 Run binary filename through "readlink -f" on the target.
11978
096be756
PA
119792016-04-08 Pedro Alves <palves@redhat.com>
11980
11981 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
11982 interpreter filename as argument to gdbserver_spawn.
11983 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
11984 Return empty if $last_loaded_file does not exist.
11985
06500533
JK
119862016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
11987
11988 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
11989 * gdb.base/jit-main.c: Use exit after usage.
11990
2d35e871
JK
119912016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
11992
11993 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
11994 GDBHISTSIZE prior to the tests.
11995 * gdb.base/gdbinit-history.exp: Likewise.
11996
119972016-04-07 Pedro Alves <palves@redhat.com>
9553661a
PA
11998
11999 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
12000 instead of build_executable. Use gdb_load_shlibs.
12001
c8064e7e
YQ
120022016-04-07 Yao Qi <yao.qi@linaro.org>
12003
12004 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
12005 Execute "si" command.
12006
bde47561
YQ
120072016-04-07 Yao Qi <yao.qi@linaro.org>
12008
12009 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
12010 number instead of the comments on some line.
12011
b16f8a3b
DB
120122016-04-06 Don Breazeal <donb@codesourcery.com>
12013
12014 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
12015 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
12016
c2f901df
SM
120172016-04-06 Simon Marchi <simon.marchi@ericsson.com>
12018
12019 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
12020 standard_output_file. Remove unused binfile variable.
12021
ac17fda0
CU
120222016-04-05 Catalin Udma <catalin.udma@freescale.com>
12023
12024 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
12025 * gdb.python/py-mi-objfile.exp: Match "list main" output
12026 in console format.
12027
03a8c4df
SM
120282016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
12029
12030 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
12031 absolute.
12032
6e774b13
SM
120332016-04-05 Simon Marchi <simon.marchi@ericsson.com>
12034
12035 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
12036 absolute.
12037 * gdb.trace/ftrace.exp: Likewise.
12038 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
12039 targets as well.
12040 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
12041 (gdb_load_shlibs): Copy libraries to test directory when testing
12042 natively. Only set solib-search-path if testing remotely.
12043 * lib/mi-support.exp (mi_load_shlibs): Likewise.
12044
7817ea46
SM
120452016-04-05 Simon Marchi <simon.marchi@ericsson.com>
12046
12047 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
12048 gdb_download. Use it even if the target is not remote.
12049 * gdb.base/jit.exp (compile_jit_test): Likewise.
12050 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
12051 output directory if the destination board is local, otherwise use
12052 the standard remote_download from DejaGnu.
12053 (gdb_download): Remove.
12054 (gdb_load_shlibs): Use gdb_remote_download instead of
12055 gdb_download.
12056 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
12057 Use gdb_remote_download instead of gdb_download. Use it even if
12058 the target is not remote.
12059 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
12060 instead of gdb_download.
12061
7beb7f68
SM
120622016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
12063
12064 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
12065 (test_insert_delete_modify): Call mi_load_shlibs before trying to
12066 run.
12067
cc63428a
AV
120682016-04-01 Artemiy Volkov <artemiyv@acm.org>
12069
12070 PR gdb/19820
12071 * gdb.base/printcmds.exp: Add artificial arrays tests.
12072
64cdf930
PA
120732016-03-31 Pedro Alves <palves@redhat.com>
12074
12075 PR gdb/19858
12076 * gdb.base/jit-main.c: Include unistd.h.
12077 (ATTACH): Define to 0 if not already defined.
12078 (wait_for_gdb, mypid): New globals.
12079 (WAIT_FOR_GDB): New macro.
12080 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
12081 some breakpoint locations.
12082 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
12083 New procedures.
12084 (one_jit_test): Add REATTACH parameter, and handle it. Use
12085 continue_to_test_location.
12086 (top level): Test attach, and adjusts calls to one_jit_test.
12087
40dea8cb
PA
120882016-03-31 Pedro Alves <palves@redhat.com>
12089
12090 PR gdb/19858
12091 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
12092 BINSUFFIX parameter, and handle it.
12093 (top level): Adjust calls compile_jit_test.
12094
e7ea3ec7
CU
120952016-03-31 Catalin Udma <catalin.udma@freescale.com>
12096
12097 PR python/19743
12098 * gdb.python/py-mi-events-gdb.py: New file.
12099 * gdb.python/py-mi-events.c: New file.
12100 * gdb.python/py-mi-events.exp: New file.
12101
e6359af3
YQ
121022016-03-30 Yao Qi <yao.qi@linaro.org>
12103
12104 * gdb.reverse/until-precsave.exp: Match function name only.
12105 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
12106 Move malloc to a condition block.
12107 * gdb.reverse/until-reverse.exp: Match function name only.
12108
a4105d04
MK
121092016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
12110
12111 * gdb.trace/ftrace.exp: Set arg0exp for s390.
12112 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
12113 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
12114 variable for GPR 0 instead of assuming it is register 0.
12115 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
12116 * lib/trace-support.exp: Add s390 registers.
12117
bfa6adb9
YQ
121182016-03-29 Yao Qi <yao.qi@linaro.org>
12119
12120 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
12121
1e6697ea
YQ
121222016-03-24 Yao Qi <yao.qi@linaro.org>
12123
12124 * gdb.reverse/break-reverse.exp: Add quotation mark in the
12125 test message.
12126
64bcd522
AA
121272016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
12128
12129 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
12130 maintaining separate logic for constructing the output path.
12131
7868401b
DB
121322016-03-16 Don Breazeal <donb@codesourcery.com>
12133
12134 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
12135 Retry fork and waitpid on interrupted system call errors.
12136 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
12137 Use with_timeout_factor to increase timeout by factor of 10.
12138
1cafadb4
DB
121392016-03-15 Don Breazeal <donb@codesourcery.com>
12140
12141 * gdb.cp/scope-err.cc: New test program.
12142 * gdb.cp/scope-err.exp: New test script.
12143 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
12144 lines and "set breakpoint here" comment.
12145 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
12146 Fixed some whitespace and format issues.
12147 * gdb.mi/mi-linespec-err-cp.cc: New test program.
12148 * gdb.mi/mi-linespec-err-cp.exp: New test script.
12149
81516450
DE
121502016-03-15 Doug Evans <dje@google.com>
12151
12152 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
12153 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
12154 All callers updated. Add tests for enums, mixed flags register.
12155
aa52b601
DE
121562016-03-15 Doug Evans <dje@google.com>
12157
12158 * gdb.base/skip.c (main): Call test_skip_file_and_function.
12159 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
12160
fa4ff313
SM
121612016-03-14 Simon Marchi <simon.marchi@ericsson.com>
12162
12163 * gdb.base/default.exp: Add $_as_string to the list of expected
12164 convenience functions.
12165
f2403c39
AB
121662016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
12167
12168 * gdb.base/maint.exp: New tests for 'maint info line-table'.
12169
f2f3ccb9
SM
121702016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
12171
12172 * gdb.python/py-as-string.exp: New file.
12173 * gdb.python/py-as-string.c: New file.
12174
00dbd492
PA
121752016-03-09 Pedro Alves <palves@redhat.com>
12176
12177 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
12178 signal" -> "Thread NN received signal" output change.
12179 * gdb.threads/ia64-sigill.exp: Likewise.
12180 * gdb.threads/linux-dp.exp: Likewise.
12181 * gdb.threads/manythreads.exp: Likewise.
12182 * gdb.threads/pending-step.exp: Likewise.
12183 * gdb.threads/print-threads.exp: Likewise.
12184 * gdb.threads/sigstep-threads.exp: Likewise.
12185 * gdb.threads/staticthreads.exp: Likewise.
12186 * gdb.threads/tls.exp: Likewise.
12187
1e6697ea
YQ
121882016-03-09 Pedro Alves <palves@redhat.com>
12189
12190 * gdb.base/command-line-input.exp: New file.
12191
b04fd3be
MK
121922016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
12193
12194 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
12195 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
12196 * gdb.trace/pending.exp: Accept leading dot before function name.
12197 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
12198 * lib/trace-support.exp: Set registers for ppc.
12199
98fa59e9
MK
122002016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
12201
12202 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
12203 use it for disassembly; accept .main in addition to main in backtrace.
12204
f77198c8
MK
122052016-03-09 Wei-cheng Wang <cole945@gmail.com>
12206 Marcin Kościelnicki <koriakin@0x04.net>
12207
12208 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
12209 (gdb_recursion_test_ptr): New global variable.
12210 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
12211 gdb_recursion_test.
12212 (gdb_c_test): Ditto.
12213
ba84e0da
MK
122142016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
12215
12216 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
12217 ordering.
12218
4366d36e
MK
122192016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
12220
12221 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
12222 (bar): Add bar_start_lbl label.
12223 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
12224 of foo/bar for emitting DWARF and tracing.
12225
5eb264df
SDJ
122262016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
12227
12228 * analyze-racy-logs.py: Set executable bit.
12229
fb6a751f
SDJ
122302016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
12231
12232 * Makefile.in (DEFAULT_RACY_ITER): New variable.
12233 (CHECK_TARGET_TMP): Likewise.
12234 (check-single-racy): New rule.
12235 (check-parallel-racy): Likewise.
12236 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
12237 (do-check-parallel-racy): New rule.
12238 (check-racy/%.exp): Likewise.
12239 * README (Racy testcases): New section.
12240 * analyze-racy-logs.py: New file.
12241
bdf7e230
DE
122422016-03-03 Doug Evans <dje@google.com>
12243
12244 * gdb.base/skip.exp: Use with_test_prefix.
12245
4719d415
YQ
122462016-03-03 Yao Qi <yao.qi@linaro.org>
12247
12248 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
12249 Invoke step_over_syscall "clone" and break_cond_on_syscall
12250 "clone".
12251 * gdb.base/step-over-clone.c: New file.
12252
ea507862
YQ
122532016-03-03 Yao Qi <yao.qi@linaro.org>
12254
12255 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
12256 code format.
12257
8fc8cbda
YQ
122582016-03-03 Yao Qi <yao.qi@linaro.org>
12259
12260 * gdb.base/disp-step-fork.c: Rename to ...
12261 * gdb.base/step-over-fork.c: ... it. New file.
12262 * gdb.base/disp-step-vfork.c: Rename to ...
12263 * gdb.base/step-over-vfork.c: ... it. New file.
12264 * gdb.base/disp-step-syscall.exp: Rename to ...
12265 * gdb.base/step-over-syscall.exp: ... it. New file.
12266 (disp_step_cross_syscall): Rename to ...
12267 (step_over_syscall): ... it.
12268
92fa70b0
YQ
122692016-03-03 Yao Qi <yao.qi@linaro.org>
12270
12271 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
12272 If target supports condition evaluation on target, invoke
12273 break_cond_on_syscall for fork and vfork.
12274
e197ad3c
YQ
122752016-03-03 Yao Qi <yao.qi@linaro.org>
12276
12277 * gdb.base/disp-step-syscall.exp: Don't invoke
12278 support_displaced_stepping.
12279 (disp_step_cross_syscall): Test with displaced stepping off and
12280 on if supported.
12281
0b47da9f
YQ
122822016-03-03 Yao Qi <yao.qi@linaro.org>
12283
12284 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
12285 proc.
12286 (setup): New proc.
12287 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
12288 and setup.
12289
065ab6dc
BH
122902016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
12291
12292 * gdb.fortran/vla-history.exp: Remove breakpoint.
12293
07e448ad 122942016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
12295
25d49b86
PA
12296 * gdb.fortran/vla-history.exp: Lookup array elements and printing
12297 exceeds timeout.
07e448ad 12298
9ac2d526 122992016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
12300
25d49b86
PA
12301 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
12302 breakpoint.
9ac2d526 12303
17807369
BH
123042016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
12305
12306 * gdb.mi/vla.f90: Nullify pointer after declaration.
12307
86e501af
PA
123082016-03-01 Pedro Alves <palves@redhat.com>
12309
12310 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
12311
1e903e32
PA
123122016-03-01 Pedro Alves <palves@redhat.com>
12313
12314 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
12315 before anything else.
12316 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
12317 _GNU_SOURCE here.
12318 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
12319 before anything else.
12320 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
12321
6ccb54e2
PA
123222016-03-01 Pedro Alves <palves@redhat.com>
12323
12324 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
12325
30ca9da1
YQ
123262016-03-01 Yao Qi <yao.qi@linaro.org>
12327
12328 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
12329 prepare_for_testing.
12330
dc856b38
YQ
123312016-03-01 Yao Qi <yao.qi@linaro.org>
12332
12333 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
12334
4a932159
AA
123352016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
12336
12337 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
12338 manually constructing the output path.
12339
f2489477
AA
123402016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
12341
12342 * gdb.arch/s390-stackless.S: New.
12343 * gdb.arch/s390-stackless.exp: New.
12344
38899f16
IB
123452016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
12346
12347 * gdb.dlang/circular.c: New file.
12348 * gdb.dlang/circular.exp: New file.
12349
9fde51ed
YQ
123502016-02-26 Yao Qi <yao.qi@linaro.org>
12351
12352 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
12353 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
12354 (testcases): Update.
12355
ce90fefe
YQ
123562016-02-26 Yao Qi <yao.qi@linaro.org>
12357
12358 * gdb.reverse/aarch64.c: Rename to ...
12359 * gdb.reverse/insn-reverse.c: ... it.
12360 * gdb.reverse/aarch64.exp: Rename to ...
12361 * gdb.reverse/insn-reverse.exp: ... it.
12362
3263bceb
YQ
123632016-02-26 Yao Qi <yao.qi@linaro.org>
12364
12365 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
12366 (testcase_ftype): New.
12367 (testcases): New array.
12368 (n_testcases): New.
12369 (main): Call each element in testcases.
12370 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
12371 (read_testcase): New.
12372 Do the tests in a loop.
12373
6cb59ff1
YQ
123742016-02-25 Yao Qi <yao.qi@linaro.org>
12375
12376 * gdb.base/branches.c: Remove.
12377
ae91f625
MK
123782016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
12379
12380 PR gdb/13808
12381 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
12382
678b48b7
MK
123832016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
12384
12385 * gdb.trace/ftrace.exp: Remove unnecessary target check.
12386
7337a6f2
MK
123872016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
12388
12389 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
12390 change x86_64 call_insn to 'callq'.
12391
861ca91f
AT
123922016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
12393
12394 * gdb.trace/tfile-avx.c: Move to...
12395 * gdb.trace/tracefile-pseudo-reg.c: Here.
12396 * gdb.trace/tfile-avx.exp: Move to...
12397 * gdb.trace/tracefile-pseudo-reg.exp: Here.
12398
bf74e428
GB
123992016-02-24 Gary Benson <gbenson@redhat.com>
12400
12401 * gdb.base/attach-pie-noexec.exp: Do not expect an error
12402 message on attach.
12403
cce0e923
DE
124042016-02-23 Doug Evans <dje@google.com>
12405
12406 * gdb.base/skip.c (test_skip): New function.
12407 (end_test_skip_file_and_function): New function.
12408 (test_skip_file_and_function): New function.
12409 * gdb.base/skip1.c (test_skip): New function.
12410 (skip1_test_skip_file_and_function): New function.
12411 * gdb.base/skip.exp: Add tests for new skip options.
12412 * gdb.base/skip-solib.exp: Update expected output.
12413 * gdb.perf/skip-command.cc: New file.
12414 * gdb.perf/skip-command.exp: New file.
12415 * gdb.perf/skip-command.py: New file.
12416
4000e47e
MK
124172016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
12418
12419 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
12420 info registers pattern.
12421
24f75ead
IB
124222016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
12423
12424 * lib/future.exp: Add D support.
12425 (gdb_find_gdc): New proc.
12426 (gdb_default_target_compile): Add D support.
12427
fbb7bcbe
WW
124282016-02-18 Wei-cheng Wang <cole945@gmail.com>
12429
12430 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
12431 user+system time.
12432 (trace_speed_test): Determine the iteration count for a time
12433 between 15..30 seconds.
12434
012b3a21
WT
124352016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
12436
12437 * gdb.arch/i386-mpx-sigsegv.c: New file.
12438 * gdb.arch/i386-mpx-sigsegv.exp: New file.
12439 * gdb.arch/i386-mpx-simple_segv.c: New file.
12440 * gdb.arch/i386-mpx-simple_segv.exp: New file.
12441
2d5189bd
YQ
124422016-02-18 Yao Qi <yao.qi@linaro.org>
12443
12444 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
12445 Don't call setup_kfail.
12446
40fb20d0
YQ
124472016-02-18 Yao Qi <yao.qi@linaro.org>
12448
12449 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
12450 Set "set breakpoint condition-evaluation" per $cond_bp_target.
12451
21b1f8d2
DE
124522016-02-16 Doug Evans <dje@google.com>
12453
12454 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
12455 * gdb.base/skip1.c: Ditto.
12456 * gdb.base/skip.exp: Whitespace cleanup.
12457
4041ed77
DB
124582016-02-16 Don Breazeal <donb@codesourcery.com>
12459
12460 PR remote/19496
12461 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
12462 Remove kfail for PR remote/19496.
12463
c4ef31bf
SM
124642016-02-16 Simon Marchi <simon.marchi@ericsson.com>
12465
12466 * lib/gdb.exp (standard_temp_file): Return a path specific to
12467 the runtest invocation.
12468
266b65b3
SM
124692016-02-16 Simon Marchi <simon.marchi@ericsson.com>
12470
12471 * gdb.trace/save-trace.exp: Change relative path to be in the
12472 standard output directory.
12473
a7a0a6a9
JK
124742016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
12475
12476 * gdb.arch/i386-prologue.c: Add missing prototypes.
12477
c99dbb42
JK
124782016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
12479
12480 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
12481 * gdb.arch/i386-prologue.exp: Likewise.
12482 * gdb.arch/i386-size.exp: Likewise.
12483
aa480355
SM
124842016-02-15 Simon Marchi <simon.marchi@ericsson.com>
12485
12486 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
12487 define object file path.
12488 * gdb.btrace/gcore.exp: Use standard_output_file to define core
12489 file path.
12490 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
12491 standard_output_file to define binfile.
12492
ba881f50
JK
124932016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
12494
12495 Fix compatibility with recent gfortran-5.3.1.
12496 * gdb.fortran/vla-history.exp (print vla1 allocated)
12497 (print vla2 allocated, print $2, print $3): Remove
12498 (print $4): Rename to ...
12499 (print $2): ... here.
12500 (print $9): Rename to ...
12501 (print $5): ... here.
12502 (print $10): Rename to ...
12503 (print $6): ... here.
12504 * gdb.fortran/vla.f90: Add pvla initialization.
12505
e9fb005c
JK
125062016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
12507
12508 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
12509 New test.
12510 * gdb.fortran/vla-value-sub.exp: Likewise.
12511
e44e00ff
MK
125122016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
12513
12514 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
12515
97e94151
SM
125162016-02-12 Simon Marchi <simon.marchi@ericsson.com>
12517
12518 * i386-biarch-core.exp: Define corefile using
12519 standard_output_file.
12520
01113bc1
YQ
125212016-02-12 Yao Qi <yao.qi@linaro.org>
12522
12523 * gdb.arch/arm-single-step-kernel-helper.c: New.
12524 * gdb.arch/arm-single-step-kernel-helper.exp: New.
12525
33b4777c
MM
125262016-02-12 Markus Metzger <markus.t.metzger@intel.com>
12527
12528 * gdb.btrace/tailcall-only.exp: New.
12529 * gdb.btrace/tailcall-only.c: New.
12530 * gdb.btrace/x86_64-tailcall-only.S: New.
12531 * gdb.btrace/i686-tailcall-only.S: New.
12532
acc23c11
PA
125332016-02-11 Pedro Alves <palves@redhat.com>
12534
12535 * README (Parallel testing): Add missing double quotes.
12536
e352bf0a
PA
125372016-02-11 Pedro Alves <palves@redhat.com>
12538
12539 * README (Parallel testing): New section.
12540 (GDB_PARALLEL): Rewrite.
12541 (FORCE_PARALLEL): Document.
12542
9f5fed78
MK
125432016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
12544
12545 * gdb.trace/tfile-avx.c: New test.
12546 * gdb.trace/tfile-avx.exp: New test.
12547
9ef9e6a6
KS
125482016-02-09 Keith Seitz <keiths@redhat.com>
12549
12550 PR breakpoints/19546
12551 * gdb.base/infcall-exec.c: New file.
12552 * gdb.base/infcall-exec2.c: New file.
12553 * gdb.base/infcall-exec.exp: New file.
12554
a96e36da
KS
125552016-02-09 Keith Seitz <keiths@redhat.com>
12556
12557 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
12558 (toplevel): Call test_bkpt_address.
12559
9f61929f
KS
125602016-02-09 Keith Seitz <keiths@redhat.com>
12561
12562 PR python/19506
12563 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
12564 (toplevel): Call test_bkpt_address.
12565
1e94266c
SM
125662016-02-09 Simon Marchi <simon.marchi@ericsson.com>
12567
12568 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
12569 to AC_OUTPUT.
12570 * configure: Regenerate.
12571
2a7f3dff
PA
125722016-02-09 Pedro Alves <palves@redhat.com>
12573
12574 PR breakpoints/19548
12575 * gdb.base/execl-update-breakpoints.c (some_function): New
12576 function.
12577 (main): Call it.
12578 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
12579 Tighten expected GDB output.
12580
2151ccc5
SM
125812016-02-08 Simon Marchi <simon.marchi@ericsson.com>
12582
12583 * Makefile.in (ALL_SUBDIRS): Remove.
12584 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
12585 (distclean maintainer-clean realclean): Likewise.
12586 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
12587 * configure: Regenerate.
12588 * gdb.ada/Makefile.in: Delete.
12589 * gdb.arch/Makefile.in: Likewise.
12590 * gdb.asm/Makefile.in: Likewise.
12591 * gdb.base/Makefile.in: Likewise.
12592 * gdb.btrace/Makefile.in: Likewise.
12593 * gdb.cell/Makefile.in: Likewise.
12594 * gdb.compile/Makefile.in: Likewise.
12595 * gdb.cp/Makefile.in: Likewise.
12596 * gdb.disasm/Makefile.in: Likewise.
12597 * gdb.dlang/Makefile.in: Likewise.
12598 * gdb.dwarf2/Makefile.in: Likewise.
12599 * gdb.fortran/Makefile.in: Likewise.
12600 * gdb.gdb/Makefile.in: Likewise.
12601 * gdb.go/Makefile.in: Likewise.
12602 * gdb.guile/Makefile.in: Likewise.
12603 * gdb.java/Makefile.in: Likewise.
12604 * gdb.linespec/Makefile.in: Likewise.
12605 * gdb.mi/Makefile.in: Likewise.
12606 * gdb.modula2/Makefile.in: Likewise.
12607 * gdb.multi/Makefile.in: Likewise.
12608 * gdb.objc/Makefile.in: Likewise.
12609 * gdb.opencl/Makefile.in: Likewise.
12610 * gdb.opt/Makefile.in: Likewise.
12611 * gdb.pascal/Makefile.in: Likewise.
12612 * gdb.perf/Makefile.in: Likewise.
12613 * gdb.python/Makefile.in: Likewise.
12614 * gdb.reverse/Makefile.in: Likewise.
12615 * gdb.server/Makefile.in: Likewise.
12616 * gdb.stabs/Makefile.in: Likewise.
12617 * gdb.threads/Makefile.in: Likewise.
12618 * gdb.trace/Makefile.in: Likewise.
12619 * gdb.xml/Makefile.in: Likewise.
12620 * lib/gdb.exp (make_gdb_parallel_path): Add check for
12621 GDB_PARALLEL.
12622 (standard_output_file): Remove check for GDB_PARALLEL, always
12623 return path in outputs/$subdir/$testname.
12624
437277d4
SM
126252016-02-08 Simon Marchi <simon.marchi@ericsson.com>
12626
12627 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
12628 (site.exp): Assign abs_srcdir to tcl's srcdir.
12629
31d913c7
YQ
126302016-02-04 Yao Qi <yao.qi@linaro.org>
12631
12632 * gdb.base/foll-exec-mode.c: Include limits.h.
12633 (main): Add parameters argc and argv. Get directory from
12634 argv[0].
12635 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
12636 compilation.
12637 * gdb.base/foll-exec.c: Include limits.h.
12638 (main): Add parameters argc and argv.
12639 Get directory from argv[0].
12640 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
12641 Adjust tests on the number of lines as source code changed.
12642 * gdb.base/foll-vfork-exit.c: Include limits.h.
12643 (main): Add one line of statement before vfork.
12644 * gdb.base/foll-vfork.c: Include limits.h and string.h.
12645 (main): Add parameters argc and argv. Get directory from
12646 argv[0].
12647 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
12648 (setup_gdb): Set tbreak to skip some source lines.
12649 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
12650 (main): Add parameters argc and argv. Get directory from
12651 argv[0].
12652 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
12653 compilation.
12654 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
12655 (main): Add parameters argc and argv. Get directory from
12656 argv[0].
12657 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
12658 compilation.
12659
9482b9fb
DE
126602016-02-01 Doug Evans <dje@google.com>
12661
12662 * gdb.base/skip.exp: Clean up multiple references to same test name.
12663
6b2e4f10
PA
126642016-02-01 Pedro Alves <palves@redhat.com>
12665
ccb6afd6 12666 PR remote/19496
6b2e4f10
PA
12667 * gdb.threads/forking-threads-plus-breakpoint.exp
12668 (displaced_stepping_supported): New global.
12669 (probe_displaced_stepping_support): New procedure.
12670 (do_test): Add 'displaced' parameter, and use it.
12671 (top level): Check for displaced stepping support. Add displaced
12672 stepping on/off testing axis.
12673
37a8db1a
AB
126742016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
12675
12676 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
12677 pointer. Don't perform further tests on the unassociated pointer
12678 if the first test fails.
12679
5fdf6324
AB
126802016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
12681
12682 * gdb.base/max-value-size.c: New file.
12683 * gdb.base/max-value-size.exp: New file.
12684 * gdb.base/huge.exp: Disable max-value-size for this test.
12685
935c6144
IB
126862016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
12687
12688 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
12689
7fe8399d
YQ
126902016-01-28 Yao Qi <yao.qi@linaro.org>
12691
12692 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
12693
a2077e25
PA
126942016-01-25 Pedro Alves <palves@redhat.com>
12695
12696 PR threads/19461
12697 * gdb.base/fork-running-state.c: New file.
12698 * gdb.base/fork-running-state.exp: New file.
12699
1d2736d4
PA
127002016-01-25 Pedro Alves <palves@redhat.com>
12701
12702 PR gdb/19494
12703 * gdb.base/catch-fork-kill.c: New file.
12704 * gdb.base/catch-fork-kill.exp: New file.
12705
f1da4b11
PA
127062016-01-25 Pedro Alves <palves@redhat.com>
12707
12708 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
12709 Delete, moved to lib/gdb.exp.
12710 * gdb.threads/forking-threads-plus-breakpoint.exp
12711 (foreach_with_prefix): Likewise.
12712 * gdb.threads/process-dies-while-handling-bp.exp
12713 (foreach_with_prefix): Likewise.
12714 * lib/gdb.exp (foreach_with_prefix): New procedure.
12715
45f38546
MK
127162016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
12717
12718 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
12719 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
12720
dc29a1ce
MK
127212016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
12722
12723 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
12724 endian targets.
12725
092127d7
JK
127262016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
12727 Pedro Alves <palves@redhat.com>
12728
12729 Fix testsuite compatibility with Guile.
12730 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
12731 number.
12732
31d765d3
JK
127332016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
12734
12735 Fix testsuite compatibility with Guile.
12736 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
12737 (thread 1): New test for backtrace through signal handler.
12738
1ac78c04
YQ
127392016-01-22 Yao Qi <yao.qi@linaro.org>
12740
12741 PR testsuite/19491
12742 * gdb.base/multi-forks.c: Include
12743 ../lib/unbuffer_output.c
12744 (main): Call gdb_unbuffer_output.
12745
4f5946a8
DE
127462016-01-21 Doug Evans <dje@google.com>
12747
12748 * lib/ada.exp (gdb_compile_ada): Fix typo.
12749
305e13e6
JB
127502016-01-21 Joel Brobecker <brobecker@adacore.com>
12751
12752 * gdb.base/break-fun-addr.exp: New file.
12753 * gdb.base/break-fun-addr1.c: New file.
12754 * gdb.base/break-fun-addr2.c: New file.
12755
5f5dfff6
SM
127562016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
12757
12758 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
12759 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
12760 enum flag values.
12761
fd356fa2
AA
127622016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
12763
12764 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
12765 when GDB can not set the vector return value. Add more comments
12766 for clarification.
12767
9df22175
AT
127682016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
12769
12770 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
12771 command.
12772
41d1845e
SM
127732016-01-19 Simon Marchi <simon.marchi@ericsson.com>
12774
12775 * Makefile.in (DO_RUNTEST): Add --status and update usages.
12776
01ac6840
SM
127772016-01-19 Simon Marchi <simon.marchi@ericsson.com>
12778
12779 * Makefile.in (check-single): Pass --status to runtest.
12780 (check/%.exp): Likewise.
12781
127822016-01-19 Simon Marchi <simon.marchi@ericsson.com>
12783
12784 * Makefile.in (check-parallel): Propagate return code from make
12785 do-check-parallel.
12786
bd0a71fa
MK
127872016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
12788
12789 * gdb.trace/ftrace.exp: Fix expected message on continue.
12790 * gdb.trace/pending.exp: Fix expected message on continue.
12791 * gdb.trace/trace-break.exp: Fix expected message on continue.
12792
8bcbad33
SM
127932016-01-18 Simon Marchi <simon.marchi@ericsson.com>
12794
12795 * lib/gdb.exp (gdb_test): Remove unused global references.
12796
f303dbd6
PA
127972016-01-18 Pedro Alves <palves@redhat.com>
12798
12799 * gdb.base/async-shell.exp: Adjust expected output.
12800 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
12801 * gdb.base/siginfo-thread.exp: Adjust expected output.
12802 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
12803 * gdb.java/jnpe.exp: Adjust expected output.
12804 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
12805 * gdb.threads/continue-pending-status.exp: Adjust expected output.
12806 * gdb.threads/leader-exit.exp: Adjust expected output.
12807 * gdb.threads/manythreads.exp: Adjust expected output.
12808 * gdb.threads/pthreads.exp: Adjust expected output.
12809 * gdb.threads/schedlock.exp: Adjust expected output.
12810 * gdb.threads/siginfo-threads.exp: Adjust expected output.
12811 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
12812 expected output.
12813 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
12814 output.
12815 * gdb.threads/sigthread.exp: Adjust expected output.
12816 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
12817
b2789696
YQ
128182016-01-18 Yao Qi <yao.qi@linaro.org>
12819
12820 * gdb.guile/scm-section-script.c: Replace @progbits with
12821 %progbits.
12822 * gdb.python/py-section-script.c: Likewise.
12823
71ef29a8
PA
128242016-01-15 Pedro Alves <palves@redhat.com>
12825
12826 * gdb.multi/tids.exp: Test star wildcard ranges.
12827
3f5b7598
PA
128282016-01-15 Pedro Alves <palves@redhat.com>
12829
12830 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
12831 command from "thread apply" invocation.
12832 (thr_apply_info_thr_invalid): Default the expected output to the
12833 input tid list.
12834 (top level): Add tests that use convenience variables. Add tests
12835 for "thread apply" with a valid TID list, but missing the command.
12836
663f6d42
PA
128372016-01-13 Pedro Alves <palves@redhat.com>
12838
12839 * gdb.base/default.exp: Expect $_gthread as well.
12840 * gdb.multi/tids.exp: Test $_gthread.
12841 * gdb.threads/thread-specific.exp: Test $_gthread.
12842
c84f6bbf
PA
128432016-01-13 Pedro Alves <palves@redhat.com>
12844
12845 * gdb.multi/tids.exp: Test "info threads -gid".
12846
22a02324
PA
128472016-01-13 Pedro Alves <palves@redhat.com>
12848
12849 * gdb.multi/tids.exp: Test InferiorThread.global_num and
12850 Breakpoint.thread.
12851 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
12852
5d5658a1
PA
128532016-01-07 Pedro Alves <palves@redhat.com>
12854
12855 * gdb.base/break.exp: Adjust to output changes.
12856 * gdb.base/hbreak2.exp: Likewise.
12857 * gdb.base/sepdebug.exp: Likewise.
12858 * gdb.base/watch_thread_num.exp: Likewise.
12859 * gdb.linespec/keywords.exp: Likewise.
12860 * gdb.multi/info-threads.exp: Likewise.
12861 * gdb.threads/thread-find.exp: Likewise.
12862 * gdb.multi/tids.c: New file.
12863 * gdb.multi/tids.exp: New file.
12864
84654457
PA
128652016-01-13 Pedro Alves <palves@redhat.com>
12866
12867 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
12868
e3940304
PA
128692016-01-13 Pedro Alves <palves@redhat.com>
12870
12871 * gdb.base/default.exp: Expect $_inferior as well.
12872 * gdb.multi/base.exp: Test $_inferior.
12873
a911d87a
PA
128742016-01-13 Pedro Alves <palves@redhat.com>
12875
12876 PR breakpoints/19388
12877 * gdb.base/catch-signal-siginfo-cond.c: New file.
12878 * gdb.base/catch-signal-siginfo-cond.exp: New file.
12879
82075af2
JS
128802016-01-12 Josh Stone <jistone@redhat.com>
12881 Philippe Waroquiers <philippe.waroquiers@skynet.be>
12882
12883 * gdb.base/catch-syscall.c (do_execve): New variable.
12884 (main): Conditionally trigger an execve.
12885 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
12886 (test_catch_syscall_execve): New, check entry/return across execve.
12887 (do_syscall_tests): Call test_catch_syscall_execve.
12888
e46eeedd
PA
128892016-01-12 Pedro Alves <palves@redhat.com>
12890
12891 * gdb.base/random-signal.exp (do_test): New procedure, with body
12892 of testcase moved in.
12893
01d8c27e
JK
128942016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
12895 Pedro Alves <palves@redhat.com>
12896
12897 * gdb.base/funcargs.exp (finish from indirectly called function):
12898 Reintroduce the case for 'First'.
12899
9a706302
JK
129002016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
12901 Pedro Alves <palves@redhat.com>
12902
12903 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
12904 (tcatch_vfork_then_child_follow_exec)
12905 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
12906 identification.
12907
c0ecb95f
JK
129082016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
12909
12910 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
12911 and repeats to unlimited.
12912 * gdb.python/py-value.exp: Likewise.
12913 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
12914 and repeats to unlimited.
12915
6cfc1fcb
JK
129162016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
12917
12918 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
12919 and reordering the functions.
12920 * gdb.multi/hangout.c: Likewise.
12921 * gdb.multi/hello.c: Likewise.
12922
582a1b00
SM
129232016-01-08 Simon Marchi <simon.marchi@ericsson.com>
12924
12925 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
12926 absolute.
12927 (SingleStatisticTestResult.report): Use dict.keys instead of
12928 dict.iterkeys.
12929
79bc59cb
PA
129302016-01-06 Pedro Alves <palves@redhat.com>
12931
12932 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
12933
43368e1d
MM
129342016-01-04 Markus Metzger <markus.t.metzger@intel.com>
12935
12936 * gdb.btrace/dlopen.exp: New.
12937 * gdb.btrace/dlopen.c: New.
12938 * gdb.btrace/dlopen-dso.c: New.
12939
79fad5b8
SL
129402015-12-25 Sandra Loosemore <sandra@codesourcery.com>
12941
12942 * lib/gdb.exp (gdb_test): Update comments to clarify that the
12943 PATTERN argument is optional.
12944
ab8314b3
JB
129452015-12-24 Joel Brobecker <brobecker@adacore.com>
12946
12947 * lib/ada.exp (target_compile_ada_from_dir): New function.
12948 (gdb_compile_ada): Reimplement avoiding the use of project files.
12949 * gdb.ada/gnat_ada.gpr: Delete.
12950 * gdb.ada/cond_lang.exp: Adjust test to make path before
12951 filename optional.
12952 * gdb.ada/small_reg_param.exp: Likewise.
12953
fe33faff
SM
129542015-12-22 Simon Marchi <simon.marchi@ericsson.com>
12955
12956 * gdb.base/foll-vork.exp: Remove HP-UX special case.
12957
6d265cb4
TP
129582015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
12959
12960 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
12961 case.
12962
10125099
SM
129632015-12-21 Simon Marchi <simon.marchi@ericsson.com>
12964
12965 * gdb.base/break.exp: Remove dead code.
12966 * gdb.base/sepdebug.exp: Likewise.
12967
3ca22649
SM
129682015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
12969
12970 * gdb.asm/asm-source.exp: Remove HP-UX references.
12971 * gdb.base/annota1.exp: Likewise.
12972 * gdb.base/annota3.exp: Likewise.
12973 * gdb.base/attach.exp: Likewise.
12974 * gdb.base/bigcore.exp: Likewise.
12975 * gdb.base/break.exp: Likewise.
12976 * gdb.base/call-ar-st.exp: Likewise.
12977 * gdb.base/callfuncs.exp: Likewise.
12978 * gdb.base/catch-fork-static.exp: Likewise.
12979 * gdb.base/display.exp: Likewise.
12980 * gdb.base/foll-exec-mode.exp: Likewise.
12981 * gdb.base/foll-exec.exp: Likewise.
12982 * gdb.base/foll-fork.exp: Likewise.
12983 * gdb.base/foll-vfork.exp: Likewise.
12984 * gdb.base/funcargs.exp: Likewise.
12985 * gdb.base/hbreak2.exp: Likewise.
12986 * gdb.base/inferior-died.exp: Likewise.
12987 * gdb.base/interrupt.exp: Likewise.
12988 * gdb.base/multi-forks.exp: Likewise.
12989 * gdb.base/nodebug.exp: Likewise.
12990 * gdb.base/sepdebug.exp: Likewise.
12991 * gdb.base/solib1.c: Likewise.
12992 * gdb.base/step-test.exp: Likewise.
12993 * gdb.mi/non-stop.c: Likewise.
12994 * gdb.mi/pthreads.c: Likewise.
12995 * gdb.multi/bkpt-multi-exec.ex: Likewise.
12996 * gdb.threads/pthreads.c: Likewise.
12997 * gdb.threads/staticthreads.exp: Likewise.
12998 * lib/future.exp: Likewise.
12999 * lib/gdb.exp: Likewise.
13000 * gdb.base/so-indr-cl.c: Remove.
13001 * gdb.base/so-indr-cl.exp: Likewise.
13002 * gdb.base/solib.c: Likewise.
13003 * gdb.base/solib.exp: Likewise.
13004 * gdb.base/solib2.c: Likewise.
13005
b6304613
SM
130062015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
13007
13008 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
13009 * gdb.base/call-ar-st.exp: Likewise.
13010 * gdb.base/callfuncs.exp: Likewise.
13011 * gdb.base/condbreak.exp: Likewise.
13012 * gdb.base/constvars.exp: Likewise.
13013 * gdb.base/hbreak2.exp: Likewise.
13014 * gdb.base/langs.exp: Likewise.
13015 * gdb.base/list.exp: Likewise.
13016 * gdb.base/long_long.exp: Likewise.
13017 * gdb.base/ptype.exp: Likewise.
13018 * gdb.base/scope.exp: Likewise.
13019 * gdb.base/signals.exp: Likewise.
13020 * gdb.base/so-impl-ld.exp: Likewise.
13021 * gdb.base/varargs.exp: Likewise.
13022 * gdb.base/volatile.exp: Likewise.
13023 * gdb.base/whatis.exp: Likewise.
13024 * gdb.cp/cplusfuncs.exp: Likewise.
13025 * gdb.cp/inherit.exp: Likewise.
13026 * gdb.cp/local.exp: Likewise.
13027 * gdb.cp/member-ptr.exp: Likewise.
13028 * gdb.cp/method.exp: Likewise.
13029 * gdb.cp/overload.exp: Likewise.
13030 * gdb.cp/templates.exp: Likewise.
13031 * gdb.stabs/weird.exp: Likewise.
13032 * lib/compiler.c: Likewise.
13033 * lib/compiler.cc: Likewise.
13034 * lib/cp-support.exp: Likewise.
13035 * lib/gdb.exp: Likewise.
13036
bf401b07
SM
130372015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
13038
13039 * configure.ac: Remove HP-UX case.
13040 * configure: Regenerate.
13041
aff9c0f8
SM
130422015-12-18 Simon Marchi <simon.marchi@ericsson.com>
13043
13044 * lib/gdb.exp (gdb_compile): Add function doc.
13045
a6904d5a
PA
130462015-12-17 Pedro Alves <palves@redhat.com>
13047
13048 PR threads/19354
13049 * gdb.multi/info-threads.exp: New file.
13050
a22279dd
YQ
130512015-12-15 Yao Qi <yao.qi@linaro.org>
13052
13053 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
13054 is aarch64*-*-*.
13055
0588c796
SL
130562015-12-14 Sandra Loosemore <sandra@codesourcery.com>
13057
13058 * gdb.base/history-duplicates.exp: Skip if no readline support.
13059
5d978e17
SL
130602015-12-14 Sandra Loosemore <sandra@codesourcery.com>
13061
13062 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
13063
7e763b86
SL
130642015-12-14 Sandra Loosemore <sandra@codesourcery.com>
13065
13066 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
13067
87a3a92c
SL
130682015-12-14 Sandra Loosemore <sandra@codesourcery.com>
13069
13070 * gdb.base/completion.exp: Skip tests that interrupt GDB with
13071 ctrl-C if nointerrupts target property is set.
13072 * gdb.base/double-prompt-target-event-error.exp: Likewise.
13073 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
13074 * gdb.base/paginate-bg-execution.exp: Likewise.
13075 * gdb.base/paginate-execution-startup.exp: Likewise.
13076 * gdb.base/random-signal.exp: Likewise.
13077 * gdb.base/range-stepping.exp: Likewise.
13078 * gdb.cp/annota2.exp: Likewise.
13079 * gdb.cp/annota3.exp: Likewise.
13080 * gdb.gdb/selftest.exp: Likewise.
13081 * gdb.threads/continue-pending-status.exp: Likewise.
13082 * gdb.threads/leader-exit.exp: Likewise.
13083 * gdb.threads/manythreads.exp: Likewise.
13084 * gdb.threads/pthreads.exp: Likewise.
13085 * gdb.threads/schedlock.exp: Likewise.
13086 * gdb.threads/sigthread.exp: Likewise.
13087
a8f077dc
DB
130882015-12-11 Don Breazeal <donb@codesourcery.com>
13089
13090 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
13091 remote.
13092 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
13093 * gdb.base/foll-exec.exp (main): Enable for target remote.
13094 * gdb.base/foll-fork.exp (main): Likewise.
13095 * gdb.base/foll-vfork.exp (main): Likewise.
13096 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
13097 (proc continue_to_exit_bp_loc): Use clean_restart.
13098 * gdb.base/pie-execl.exp (main): Disable for target remote.
13099 * gdb.base/watch-vfork.exp (main): Enable for target remote.
13100 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
13101 * gdb.threads/execl.exp (main): Likewise.
13102 * gdb.threads/fork-child-threads.exp (main): Likewise.
13103 * gdb.threads/fork-plus-threads.exp (main): Disable for target
13104 remote.
13105 * gdb.threads/fork-thread-pending.exp (main): Enable for target
13106 remote.
13107 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
13108 pid.tid style ptids, instead of just tid.
13109 * gdb.threads/thread-execl.exp (main): Enable for target remote.
13110 * gdb.threads/watchpoint-fork.exp (main): Likewise.
13111 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
13112 ptids, instead of just tid.
13113
3b2464a8
AB
131142015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
13115
13116 * gdb.base/list.exp (test_list_forward): Add end of file error
13117 test.
13118 (test_repeat_list_command): Add end of file error test.
13119 (test_list_backwards): Add beginning of file error test.
13120
a0def019
AB
131212015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
13122
13123 * gdb.base/list.exp (test_list_invalid_args): New function,
13124 defined, and called.
13125
5c000dff
AB
131262015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
13127
13128 * gdb.base/list.exp (test_list): Make test names unique.
13129
f1637ebe
YQ
131302015-12-11 Yao Qi <yao.qi@linaro.org>
13131
13132 * gdb.base/coremaker2.c: Remove.
13133
36d6fc0a
PA
131342015-12-10 Pedro Alves <palves@redhat.com>
13135
13136 * gdb.multi/base.exp: Remove stale "spaces" references.
13137
762f7747
PA
131382015-12-10 Pedro Alves <palves@redhat.com>
13139
13140 * gdb.multi/base.exp: Don't use nowarnings.
13141 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
13142 * gdb.multi/hangout.c: Include stdio.h.
13143 * gdb.multi/hello.c: Include stdlib.h.
13144 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
13145 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
13146 * gdb.multi/multi-arch.exp: Don't use nowarnings.
13147
28d2bfb9
AB
131482015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
13149
13150 * gdb.dwarf2/dw2-ranges-base.c: New file.
13151 * gdb.dwarf2/dw2-ranges-base.exp: New file.
13152 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
13153 support additional line table, and debug ranges generation.
13154 (Dwarf::ranges): New function, generate .debug_ranges.
13155 (Dwarf::lines): Support generating simple line table programs.
13156 (Dwarf::assemble): Initialise new namespace variables.
13157
5fc2beac
KB
131582015-12-09 Kevin Buettner <kevinb@redhat.com>
13159
13160 * gdb.base/async.exp (proc test_background): Add case for
13161 asynchronous execution not supported.
13162
1c35a88f
LM
131632015-12-09 Luis Machado <lgustavo@codesourcery.com>
13164
13165 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
13166 format and change test names to make them unique.
13167
b593e3d9
RK
131682015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
13169 Pedro Alves <pedro@redhat.com>
13170
13171 PR gdb/18702
13172 Add checking of floatformats setup on x86_64 hosts.
13173 * gdb.arch/i386-float.S (main): Load bigval and smallval.
13174 (smallval, bigval): New labels/constants.
13175 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
13176 float" after loading bigval and smallval.
13177
d72413e6
PMR
131782015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
13179
13180 * gdb.ada/fun_overload_menu.exp: New testcase.
13181 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
13182
ece66d65
JS
131832015-12-04 Josh Stone <jistone@redhat.com>
13184
13185 * gdb.base/catch-fork-static.exp: New.
13186
41d0efca
YQ
131872015-12-03 Yao Qi <yao.qi@linaro.org>
13188
13189 * gdb.base/sizeof.c: Don't include stdio.h and
13190 ../lib/unbuffer_output.c.
13191 (main): New variable 'size' and 'value'. Remove printf and
13192 gdb_unbuffer_output. Assign return value to size and value.
13193 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
13194 at the beginning.
13195 (check_sizeof): Check the result by printing variable 'size'.
13196 (check_valueof): Check the result by printing variable 'value'.
13197
99fd02d9
YQ
131982015-12-01 Yao Qi <yao.qi@linaro.org>
13199
13200 * gdb.base/disp-step-syscall.exp: Define syscall instruction
13201 for aarch64*-*-linux* target.
13202
f2faf941
PA
132032015-11-30 Pedro Alves <palves@redhat.com>
13204
13205 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
13206
04bf20c5
PA
132072015-11-30 Pedro Alves <palves@redhat.com>
13208
13209 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
13210 Handle non-stop mode vCont replies.
13211
09df4675
PA
132122015-11-30 Pedro Alves <palves@redhat.com>
13213
13214 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
13215 prepare_for_testing. Start gdb with "set non-stop on" appended to
13216 GDBFLAGS. Lax expected stop output.
13217
58b584af
YQ
132182015-11-27 Yao Qi <yao.qi@linaro.org>
13219
13220 * gdb.arch/arm-neon.exp: New.
13221 * gdb.arch/arm-neon.c: New.
13222
dfcb77a8
YQ
132232015-11-27 Yao Qi <yao.qi@linaro.org>
13224
13225 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
13226
88e8ec1b
YQ
132272015-11-27 Yao Qi <yao.qi@linaro.org>
13228
13229 * gdb.cp/annota2.exp: Allow multiple occurrences of the
13230 frames-invalid annotation.
13231
bfde72c2
YQ
132322015-11-27 Yao Qi <yao.qi@linaro.org>
13233
13234 * gdb.cp/annota2.exp: Use ${frames_invalid}.
13235
f6512a69
SM
132362015-11-26 Simon Marchi <simon.marchi@ericsson.com>
13237
13238 * gdb.threads/names.exp: New file.
13239 * gdb.threads/names.c: New file.
13240 * README: Mention gdb,no_thread_names.
13241
46a3515b
MM
132422015-11-26 Markus Metzger <markus.t.metzger@intel.com>
13243
13244 PR 19297
13245 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
13246 support" error.
13247
62147a22
PA
132482015-11-24 Pedro Alves <palves@redhat.com>
13249
13250 PR 17539
13251 * gdb.base/display.exp: Expect displays to be sorted in ascending
13252 order. Use multi_line.
13253 * gdb.base/solib-display.exp: Likewise.
13254
2f341b6e
PA
132552015-11-24 Pedro Alves <palves@redhat.com>
13256
13257 PR 17539
25d49b86
PA
13258 * gdb.base/display.exp: Expect displays to be sorted in ascending
13259 order. Use multi_line.
13260 * gdb.base/solib-display.exp: Likewise.
2f341b6e 13261
7e0aa6aa
PA
132622015-11-24 Pedro Alves <palves@redhat.com>
13263
13264 PR 17539
13265 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
13266 threads in ascending order.
13267 * gdb.base/foll-fork.exp: Likewise.
13268 * gdb.base/foll-vfork.exp: Likewise.
13269 * gdb.base/multi-forks.exp: Likewise.
13270 * gdb.mi/mi-nonstop.exp: Likewise.
13271 * gdb.mi/mi-nsintrall.exp: Likewise.
13272 * gdb.multi/base.exp: Likewise.
13273 * gdb.multi/multi-arch.exp: Likewise.
13274 * gdb.python/py-inferior.exp: Likewise.
13275 * gdb.threads/break-while-running.exp: Likewise.
13276 * gdb.threads/execl.exp: Likewise.
13277 * gdb.threads/gcore-thread.exp: Likewise.
13278 * gdb.threads/info-threads-cur-sal.exp: Likewise.
13279 * gdb.threads/kill.exp: Likewise.
13280 * gdb.threads/linux-dp.exp: Likewise.
13281 * gdb.threads/multiple-step-overs.exp: Likewise.
13282 * gdb.threads/next-bp-other-thread.exp: Likewise.
13283 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
13284 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
13285 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
13286 * gdb.threads/thread-find.exp: Likewise.
13287 * gdb.threads/tls.exp: Likewise.
13288 * lib/mi-support.exp (mi_reverse_list): Delete.
13289 (mi_check_thread_states): No longer reverse list.
13290
2cc57ad8
PA
132912015-11-24 Pedro Alves <palves@redhat.com>
13292
13293 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
13294 use lowercase.
13295
c93e8391
SM
132962015-11-23 Simon Marchi <simon.marchi@ericsson.com>
13297
13298 * gdb.trace/actions.c: Include trace-common.h.
13299 (main): Add a location for a fast tracepoint.
13300 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
13301 the normal tracepoints.
13302 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
13303
045ccf91
SM
133042015-11-23 Simon Marchi <simon.marchi@ericsson.com>
13305
13306 * save-trace.exp: Factor out code to these...
13307 (gdb_save_tracepoints): New.
13308 (gdb_load_tracepoints): New.
13309 (do_save_load_test): New.
13310
5506f9f6
KB
133112015-11-23 Kevin Buettner <kevinb@redhat.com>
13312
13313 * gdb.base/asmlabel.exp: New test.
13314 * gdb.base/asmlabel.c: New test case.
13315
16c3b12f
JB
133162015-11-23 Joel Brobecker <brobecker@adacore.com>
13317
13318 * gdb.base/wrong_frame_bt_full-main.c: New file.
13319 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
13320 * gdb.base/wrong_frame_bt_full.exp: New file.
13321
155bfbd3
JB
133222015-11-23 Joel Brobecker <brobecker@adacore.com>
13323
13324 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
13325
bb097445
JM
133262015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
13327
206853a0 13328 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
bb097445
JM
13329 pstate register when comparing registers values in
13330 sparc64-*-linux-gnu targets to avoid spurious differences.
13331
9c88ed8f
JM
133322015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
13333
206853a0 13334 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
9c88ed8f 13335
96161e25
SL
133362015-11-19 Sandra Loosemore <sandra@codesourcery.com>
13337
13338 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
13339 as type argument to gdb_compile.
13340 * gdb.base/nested-subp2.exp: Likewise.
13341 * gdb.base/nested-subp3.exp: Likewise.
13342
340c2830
DV
133432015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
13344
13345 * lib/dwarf.exp (_note): Fix left shift of negative value.
13346 * gdb.trace/trace-condition.exp: Likewise.
13347
c1862d0f
YQ
133482015-11-13 Yao Qi <yao.qi@linaro.org>
13349
13350 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
13351 comments about d10v.
13352 (test_scalar_returns): Likewise.
13353 * gdb.base/d10v.ld: Remove.
13354 * gdb.base/overlays.exp: Remove the target triplet checking for
13355 d10v-*-*.
13356 * gdb.base/structs.exp (test_struct_returns): Remove the
13357 comments about d10v.
13358 (test_struct_calls): Likewise.
13359
77ae9c19
YQ
133602015-11-13 Yao Qi <yao.qi@linaro.org>
13361
13362 * gdb.base/gnu_vector.exp: Check the return value by "p res".
13363 * gdb.base/gnu_vector.c: Don't include stdio.h.
13364 (main): Don't print res and call add_some_intvecs.
13365
430e004e
MK
133662015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
13367
13368 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
13369 macro.
13370 (func5): Removed.
13371 (func4): Use FAST_TRACEPOINT_LABEL.
13372 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
13373 macro.
13374 (func): Removed.
13375 (thread_function): Use FAST_TRACEPOINT_LABEL.
13376 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
13377 (func): Remove.
13378 (marker): Use FAST_TRACEPOINT_LABEL.
13379 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
13380 (pendfunc1): Remove.
13381 (pendfunc): Use FAST_TRACEPOINT_LABEL.
13382 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
13383 (foo): Remove.
13384 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
13385 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
13386 macro.
13387 (func): Remove.
13388 (marker): Use FAST_TRACEPOINT_LABEL.
13389 * gdb.trace/trace-common.h: New header.
13390 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
13391 macro.
13392 (func): Remove.
13393 (marker): Use FAST_TRACEPOINT_LABEL.
13394 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
13395 (func): Remove.
13396 (thread_function): Use FAST_TRACEPOINT_LABEL.
13397
6e7675a7
MK
133982015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
13399
13400 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
13401 in front.
13402 * gdb.trace/change-loc.exp: Use global pcreg definition.
13403 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
13404 * gdb.trace/entry-values.exp: Use global spreg definition, add $
13405 in front.
13406 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
13407 * gdb.trace/pending.exp: Likewise.
13408 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
13409 * gdb.trace/trace-break.exp: Likewise.
13410 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
13411 in front.
13412 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
13413 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
13414 in front.
13415 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
13416
dddc0e16
JB
134172015-11-09 Joel Brobecker <brobecker@adacore.com>
13418
13419 * gdb.ada/fin_fun_out: New testcase.
13420
c6f0b406
KB
134212015-11-07 Kevin Buettner <kevinb@redhat.com>
13422
13423 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
13424 value associated with DW_AT_byte_size.
13425 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
13426 constants for DW_AT_byte_size, DW_AT_lower_bound, and
13427 DW_AT_upper_bound.
13428
f01dcfd9
KB
134292015-11-07 Kevin Buettner <kevinb@redhat.com>
13430
13431 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
13432 (gdb_target_symbol_prefix_flags): Define in terms of _asm
13433 version.
13434 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
13435 gdb.dwarf2/dw2-canonicalize-type.exp,
13436 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
13437 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
13438 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
13439 provided by gdb_target_symbol_prefix_flags_asm.
13440 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
13441 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
13442 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
13443 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
13444 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
13445 macros where needed). Use this macro for symbols which require
13446 the prefix provided by SYMBOL_PREFIX.
13447
2223449a
KB
134482015-11-05 Kevin Buettner <kevinb@redhat.com>
13449
13450 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
13451 New procs.
13452 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
13453 representing expressions, of more than one list element.
13454 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
13455 to prepend linker symbol prefix to f.
13456 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
13457 table_1 and table_2.
13458 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
13459 Likewise, for f and g.
13460 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
13461 for ptr.
13462 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
13463 for main.
13464 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
13465 table_1_ptr and table_2_ptr.
13466
6f2f1a3a
JK
134672015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
13468 Joel Brobecker <brobecker@adacore.com>
13469
13470 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
13471
566c56c9
MK
134722015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
13473
13474 * gdb.reverse/s390-mvcle.c: New test.
13475 * gdb.reverse/s390-mvcle.exp: New file.
13476 * lib/gdb.exp: Enable reverse tests on s390*-linux.
13477
d5f0636b
MK
134782015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
13479
13480 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
13481
7ad8b86c
MK
134822015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
13483
13484 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
13485 reaching marker2.
13486 * gdb.reverse/getresuid-reverse.exp: Likewise.
13487 * gdb.reverse/pipe-reverse.exp: Likewise.
13488 * gdb.reverse/readv-reverse.exp: Likewise.
13489 * gdb.reverse/recvmsg-reverse.exp: Likewise.
13490 * gdb.reverse/time-reverse.exp: Likewise.
13491 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
13492
4081c0f1
YQ
134932015-10-30 Yao Qi <yao.qi@linaro.org>
13494
13495 * gdb.threads/wp-replication.c (watch_count_done): Remove.
13496 (empty_cycle): Remove.
13497 (main): Don't call empty_cycle. Don't use watch_count_done.
13498 * gdb.threads/wp-replication.exp: Don't set breakpoint on
13499 empty_cycle. Rewrite the code counting HW watchpoints.
13500
452b4ba5
MK
135012015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
13502
13503 * gdb.reverse/fstatat-reverse.c: New test.
13504 * gdb.reverse/fstatat-reverse.exp: New file.
13505 * gdb.reverse/getresuid-reverse.c: New test.
13506 * gdb.reverse/getresuid-reverse.exp: New file.
13507 * gdb.reverse/pipe-reverse.c: New test.
13508 * gdb.reverse/pipe-reverse.exp: New file.
13509 * gdb.reverse/readv-reverse.c: New test.
13510 * gdb.reverse/readv-reverse.exp: New file.
13511 * gdb.reverse/recvmsg-reverse.c: New test.
13512 * gdb.reverse/recvmsg-reverse.exp: New file.
13513 * gdb.reverse/time-reverse.c: New test.
13514 * gdb.reverse/time-reverse.exp: New file.
13515 * gdb.reverse/waitpid-reverse.c: New test.
13516 * gdb.reverse/waitpid-reverse.exp: New file.
13517
5e2e7507
JK
135182015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
13519
13520 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
13521
0fde2c53
DE
135222015-10-26 Doug Evans <dje@google.com>
13523
13524 PR symtab/17391
13525 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
13526 * gdb.dwarf2/bad-regnum.c: New file.
13527 * gdb.dwarf2/bad-regnum.exp: New file.
13528
1a70ae97
DE
135292015-10-26 Doug Evans <dje@google.com>
13530
13531 PR python/18938
13532 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
13533 file.
13534
27dc26ab
JK
135352015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
13536
13537 * gdb.compile/compile.exp (compile code globalvar): Update expectation
13538 for a change by "Mention language in compile error message".
13539
bed91f4d
SM
135402015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
13541
13542 PR python/18073
13543 * gdb.python/py-type.c (C::a_method): New.
13544 (C::a_const_method): New.
13545 (C::a_static_method): New.
13546 (a_function): New.
13547 * gdb.python/py-type.exp (test_fields): Test getting fields
13548 from function and method.
13549
3f2f83dd
KB
135502015-10-21 Keven Boell <keven.boell@intel.com>
13551
13552 * gdb.fortran/vla-alloc-assoc.exp: New file.
13553 * gdb.fortran/vla-datatypes.exp: New file.
13554 * gdb.fortran/vla-datatypes.f90: New file.
13555 * gdb.fortran/vla-history.exp: New file.
13556 * gdb.fortran/vla-ptype-sub.exp: New file.
13557 * gdb.fortran/vla-ptype.exp: New file.
13558 * gdb.fortran/vla-sizeof.exp: New file.
13559 * gdb.fortran/vla-sub.f90: New file.
13560 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
13561 * gdb.fortran/vla-value-sub-finish.exp: New file.
13562 * gdb.fortran/vla-value-sub.exp: New file.
13563 * gdb.fortran/vla-value.exp: New file.
13564 * gdb.fortran/vla-ptr-info.exp: New file.
13565 * gdb.mi/mi-vla-fortran.exp: New file.
13566 * gdb.mi/vla.f90: New file.
13567
27145d50
SL
135682015-10-21 Sandra Loosemore <sandra@codesourcery.com>
13569
13570 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
13571 of hardwired timeout value.
13572
5f3ff4f8
JK
135732015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
13574 Pedro Alves <palves@redhat.com>
13575
13576 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
13577 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
13578
bfd09d20
JS
135792015-10-19 Josh Stone <jistone@redhat.com>
13580
13581 * gdb.base/catch-syscall.c: Include <sched.h>.
13582 (unknown_syscall): New variable.
13583 (main): Trigger a vfork and an unknown syscall.
13584 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
13585 (unknown_syscall_number): Likewise.
13586 (check_call_to_syscall): Accept an optional syscall pattern.
13587 (check_return_from_syscall): Likewise.
13588 (check_continue): Likewise.
13589 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
13590 (test_catch_syscall_skipping_return): New test toggling off 'catch
13591 syscall' to step over the syscall return, then toggling back on.
13592 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
13593 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
13594 (do_syscall_tests): Call test_catch_syscall_without_args and
13595 test_catch_syscall_mid_vfork.
13596 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
13597 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
13598
b32b93c6
AS
135992015-10-19 Andrew Stubbs <ams@codesourcery.com>
13600
13601 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
13602 print g_vE): Add new pass patterns.
13603 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
13604 print various symbol names for vptr fields.
13605
9d622bda
AB
136062015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
13607
13608 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
13609 results.
13610
0fd8ac1c
YQ
136112015-10-12 Yao Qi <yao.qi@linaro.org>
13612
13613 * gdb.arch/disp-step-insn-reloc.exp: New test case.
13614
34240514
YQ
136152015-10-12 Yao Qi <yao.qi@linaro.org>
13616
13617 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
13618 is aarch64*-*-linux*.
13619
8240f442
YQ
136202015-10-12 Yao Qi <yao.qi@linaro.org>
13621
13622 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
13623 (can_relocate_bcond_true): ... it.
13624 (can_relocate_bcond_false): New function.
13625 (foo): Likewise.
13626 (can_relocate_bl): Likewise.
13627 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
13628 can_relocate_bl.
13629
2520f728
PMR
136302015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
13631
13632 * gdb.base/nested-addr.c: New file.
13633 * gdb.base/nested-addr.exp: New testcase.
13634
abcef95a
MM
136352015-10-09 Markus Metzger <markus.t.metzger@intel.com>
13636
13637 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
13638 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
13639 its output. Ignore the output of "record goto begin" and instead
13640 check that GDB is replaying.
13641
145e3ddb
PA
136422015-10-09 Pedro Alves <palves@redhat.com>
13643
13644 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
13645 (top level): Use it in the run with no args test.
13646
d5d8c4e1
IB
136472015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
13648
13649 * gdb.dlang/properties.exp: New file.
13650
06e635ef
SL
136512015-10-02 Sandra Loosemore <sandra@codesourcery.com>
13652
13653 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
13654 whether or not address 0x1000 is mapped on the target.
13655
e019fd1d
SM
136562015-09-30 Simon Marchi <simon.marchi@ericsson.com>
13657
13658 * gdb.python/py-type.exp: Do not run tests if binaries fail to
13659 build.
13660
77ba2a67
MM
136612015-09-30 Markus Metzger <markus.t.metzger@intel.com>
13662
13663 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
13664 instruction-history test.
13665
c60eb31f
DE
136662015-09-28 Doug Evans <dje@google.com>
13667
13668 * gdb.base/gcore.c (array_func): Add reference to static_array.
13669
9a3c8263
SM
136702015-09-25 Simon Marchi <simon.marchi@ericsson.com>
13671
13672 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
13673 source line.
13674
9720e656
SL
136752015-09-24 Sandra Loosemore <sandra@codesourcery.com>
13676
13677 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
13678 short or char as base type.
13679
938d3bf2
SL
136802015-09-23 Sandra Loosemore <sandra@codesourcery.com>
13681
13682 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
13683 to allow any size enum.
13684
e6c2c623
PMR
136852015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
13686
13687 * gdb.ada/array_ptr_renaming.exp: New testcase.
13688 * gdb.ada/array_ptr_renaming/foo.adb: New file.
13689 * gdb.ada/array_ptr_renaming/pack.ads: New file.
13690
06da0f77
PL
136912015-09-21 Pierre Langlois <pierre.langlois@arm.com>
13692
13693 * gdb.trace/ftrace-lock.c: New file.
13694 * gdb.trace/ftrace-lock.exp: New file.
13695
4f51c22a
PL
136962015-09-21 Pierre Langlois <pierre.langlois@arm.com>
13697
13698 * gdb.arch/insn-reloc.c: New file.
13699 * gdb.arch/ftrace-insn-reloc.exp: New file.
13700
7041adf4
PL
137012015-09-21 Pierre Langlois <pierre.langlois@arm.com>
13702
13703 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
13704 instruction.
13705 * gdb.trace/pendshr1.c (pendfunc): Likewise.
13706 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
13707 * gdb.trace/range-stepping.c: Likewise.
13708 * gdb.trace/trace-break.c: Likewise.
13709 * gdb.trace/trace-mt.c (thread_function): Likewise.
13710 * gdb.trace/ftrace.c (marker): Likewise.
13711 * gdb.trace/trace-condition.c (marker): Likewise.
13712 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
13713 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
13714 is_aarch64_target.
13715
015d2e7e
DE
137162015-09-18 Doug Evans <xdje42@gmail.com>
13717
13718 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
13719 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
13720
26b188a2
SL
137212015-09-18 Sandra Loosemore <sandra@codesourcery.com>
13722
13723 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
13724 the breakpoint.
13725
79dc332b
SL
137262015-09-18 Sandra Loosemore <sandra@codesourcery.com>
13727
13728 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
13729 the pending breakpoint. Remove timeout override for "Run till
13730 MI pending breakpoint on pendfunc3 on thread 2" test.
13731
f57929f2
SL
137322015-09-18 Sandra Loosemore <sandra@codesourcery.com>
13733
13734 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
13735 filename pattern.
13736
3f469b17
SL
137372015-09-18 Sandra Loosemore <sandra@codesourcery.com>
13738
13739 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
13740 in breakpoint filename pattern.
13741
515b89b3
SL
137422015-09-18 Sandra Loosemore <sandra@codesourcery.com>
13743
7800dbe4
SL
13744 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
13745
137462015-09-18 Sandra Loosemore <sandra@codesourcery.com>
13747
515b89b3
SL
13748 * gdb.linespec/explicit.exp: Check for readline support for
13749 tab-completion tests. Fix obvious typo.
13750
d2939ba2
MM
137512015-09-18 Markus Metzger <markus.t.metzger@intel.com>
13752
13753 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
13754 and replay.
13755
cbb55fa7
MM
137562015-09-18 Markus Metzger <markus.t.metzger@intel.com>
13757
13758 * gdb.btrace/non-stop.c: New.
13759 * gdb.btrace/non-stop.exp: New.
13760
43691ca1
PL
137612015-09-17 Pierre Langlois <pierre.langlois@arm.com>
13762 Yao Qi <yao.qi@linaro.org>
13763
13764 * gdb.trace/trace-condition.c: New file.
13765 * gdb.trace/trace-condition.exp: New file.
13766
d78908cf
WW
137672015-09-16 Wei-cheng Wang <cole945@gmail.com>
13768
13769 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
13770 for testing bytecode compilation.
13771
1ed415e2
PA
137722015-09-16 Pedro Alves <palves@redhat.com>
13773 Sandra Loosemore <sandra@codesourcery.com>
13774
13775 * gdb.threads/non-stop-fair-events.c (timeout): New global.
13776 (SECONDS): Redefine.
13777 (main): Call pthread_kill and alarm early.
13778 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
13779 support.
13780 (test): If the target can't hardware step and doesn't support
13781 displaced stepping, increase the timeout.
13782
d136eff5
PA
137832015-09-16 Pedro Alves <palves@redhat.com>
13784
13785 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
13786 (enable_debug): New procedures.
13787 (test): Use them. Bail out if waiting for threads fails.
13788 (top level): Bail out if a test fails.
13789
991f019c
YQ
137902015-09-16 Yao Qi <yao.qi@linaro.org>
13791
13792 * gdb.asm/asm-source.exp: Set asm-arch for
13793 aarch64*-*-* target.
13794 * gdb.asm/aarch64.inc: New file.
13795
bfca584f
PMR
137962015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
13797
13798 * gdb.ada/array_of_variable_length.exp: New testcase.
13799 * gdb.ada/array_of_variable_length/foo.adb: New file.
13800 * gdb.ada/array_of_variable_length/pck.adb: New file.
13801 * gdb.ada/array_of_variable_length/pck.ads: New file.
13802
b326e587
DE
138032015-09-15 Doug Evans <dje@google.com>
13804
13805 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
13806 of function static local variable.
13807
5382cfab
PW
138082015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
13809
13810 * gdb.threads/tls-so_extern.exp: New test file.
13811 * gdb.threads/tls-so_extern.c: New test file.
13812 * gdb.threads/tls-so_extern_main.c: New test file.
13813
141c5cc4
JK
138142015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
13815
13816 * gdb.opt/solib-intra-step-lib.c: New file.
13817 * gdb.opt/solib-intra-step-main.c: New file.
13818 * gdb.opt/solib-intra-step.exp: New file.
13819
d15dcecd
PA
138202015-09-15 Pedro Alves <palves@redhat.com>
13821
13822 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
13823 gdb_continue_to_breakpoint instead of gdb_test_multiple.
13824
4c2f2a79
PA
138252015-09-14 Pedro Alves <palves@redhat.com>
13826
13827 * gdb.base/hook-stop-continue.c: Delete.
13828 * gdb.base/hook-stop-continue.exp: Delete.
13829 * gdb.base/hook-stop-frame.c: Delete.
13830 * gdb.base/hook-stop-frame.exp: Delete.
13831 * gdb.base/hook-stop.c: New file.
13832 * gdb.base/hook-stop.exp: New file.
13833
919e6dbe
PMR
138342015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
13835
13836 * gdb.ada/access_to_packed_array.exp: New testcase.
13837 * gdb.ada/access_to_packed_array/foo.adb: New file.
13838 * gdb.ada/access_to_packed_array/pack.adb: New file.
13839 * gdb.ada/access_to_packed_array/pack.ads: New file.
13840
157280a4
MM
138412015-09-14 Markus Metzger <markus.t.metzger@intel.com>
13842
13843 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
13844 buffer size test.
13845
2fd33e94
DB
138462015-09-11 Don Breazeal <donb@codesourcery.com>
13847
13848 * gdb.base/foll-exec.c: Add copyright header. Fix
13849 formatting issues.
13850 * gdb.base/foll-exec.exp (zap_session): Delete proc.
13851 (do_exec_tests): Use clean_restart in place of zap_session,
13852 and for test initialization. Fix formatting issues. Use
13853 fail in place of perror.
13854 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
13855 an expect statement to match an expression with output from
13856 the program under debug.
13857 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
13858 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
13859 * gdb.threads/non-ldr-exc-2.exp: Likewise.
13860 * gdb.threads/non-ldr-exc-3.exp: Likewise.
13861 * gdb.threads/non-ldr-exc-4.exp: Likewise.
13862
e70b6e8e
DE
138632015-09-09 Doug Evans <dje@google.com>
13864
13865 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
13866
7a551a51
DE
138672015-09-09 Doug Evans <dje@google.com>
13868
13869 * gdb.base/pie-execl.exp: Fix result test of build_executable.
13870
4c666f84
DE
138712015-09-09 Doug Evans <dje@google.com>
13872
13873 * gdb.base/savedregs.exp: Fix typo.
13874
243a9253
PA
138752015-09-09 Pedro Alves <palves@redhat.com>
13876
13877 * gdb.mi/mi-cli.exp: Add CLI finish tests.
13878
c0fa8fbd
SL
138792015-09-08 Sandra Loosemore <sandra@codesourcery.com>
13880
13881 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
13882 command actually switches threads. Give up on remaining
13883 tests if target fails to stop at breakpoint.
13884
cd7c1778
PMR
138852015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
13886
13887 * gdb.ada/funcall_char.exp: New testcase.
13888 * gdb.ada/funcall_char/foo.adb: New file.
13889
dc5c8746
PMR
138902015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
13891
13892 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
13893 expected outputs. Add two testcases for completing ambiguous
13894 functions.
13895 * gdb.ada/complete/aux_pck.adb: New file.
13896 * gdb.ada/complete/aux_pck.ads: New file.
13897 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
13898 Ambiguous_Func functions.
13899 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
13900 * gdb.ada/complete/pck.adb: Likewise.
13901
4e83a1e7
UW
139022015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
13903
13904 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
13905 failures to run the test program under GDB.
13906
8ce74153
LM
139072015-08-26 Luis Machado <lgustavo@codesourcery.com>
13908
13909 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
13910 to C.
13911
e9756d52
PP
139122015-08-26 Patrick Palka <patrick@parcs.ath.cx>
13913
13914 * gdb.base/run-after-attach.exp: New test file.
13915 * gdb.base/run-after-attach.c: New test file.
13916
8d37573b
DB
139172015-08-26 Don Breazeal <donb@codesourcery.com>
13918
13919 * gdb.base/foll-exec-2.c: New test program.
13920 * gdb.base/foll-exec-2.exp: New test.
13921
63e43d3a
PMR
139222015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
13923
13924 * gdb.base/nested-subp1.exp: New file.
13925 * gdb.base/nested-subp1.c: New file.
13926 * gdb.base/nested-subp2.exp: New file.
13927 * gdb.base/nested-subp2.c: New file.
13928 * gdb.base/nested-subp3.exp: New file.
13929 * gdb.base/nested-subp3.c: New file.
13930
3d40fbb5
PA
139312015-08-24 Pedro Alves <palves@redhat.com>
13932
13933 * gdb.server/connect-without-multi-process.c: New file.
13934 * gdb.server/connect-without-multi-process.exp: New file.
13935
4422ac93
LM
139362015-08-24 Luis Machado <lgustavo@codesourcery.com>
13937
13938 * gdb.opt/inline-markers.c: Make z int.
13939
91dddb86
LM
139402015-08-24 Luis Machado <lgustavo@codesourcery.com>
13941
13942 * gdb.opt/inline-markers.c: Make z volatile.
13943
a48847ee
LM
139442015-08-24 Luis Machado <lgustavo@codesourcery.com>
13945
13946 * gdb.opt/inline-bt.c: New volatile global z.
13947 * gdb.opt/inline-cmds.c: Likewise.
13948 * gdb.opt/inline-locals.c: Likewise.
13949 * gdb.opt/inline-markers.c: New extern global z.
13950 (marker): Use z.
13951 (inline_fn): Likewise.
13952
0ebbc52b
PA
139532015-08-24 Pedro Alves <palves@redhat.com>
13954
13955 * config/m32r-stub.exp: Remove file.
13956 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
13957 * gdb.base/call-rt-st.exp: Likewise.
13958 * gdb.base/call-strs.exp: Likewise.
13959 * gdb.base/default.exp: Remove references to h8300-*-hms and
13960 *-*-udi*.
13961 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
13962
77c365df
AA
139632015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
13964
13965 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
13966 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
13967 and "return" use KFAIL when GDB can not read/write the vector
13968 return value.
13969
4313b8c0
GB
139702015-08-21 Gary Benson <gbenson@redhat.com>
13971
13972 * gdb.trace/pending.exp: Cope with remote transfer warnings.
13973
0e433b32
PA
139742015-08-20 Pedro Alves <palves@redhat.com>
13975
13976 * gdb.server/solib-list.exp: No longer expect an interior stop in
13977 non-stop mode.
13978
221e1a37
PA
139792015-08-20 Pedro Alves <palves@redhat.com>
13980
13981 * gdb.server/connect-stopped-target.c: New file.
13982 * gdb.server/connect-stopped-target.exp: New file.
13983
40e3ad0e
PA
139842015-08-20 Pedro Alves <palves@redhat.com>
13985
13986 * gdb.dwarf2/comp-unit-lang.exp: New file.
13987 * gdb.dwarf2/comp-unit-lang.c: New file.
13988
af39b327
PMR
139892015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
13990
13991 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
13992 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
13993
7d45c7c3 139942015-08-19 Kevin Buettner <kevinb@redhat.com>
206853a0 13995
7d45c7c3
KB
13996 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
13997 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
13998
4d6cceb4
DE
139992015-08-18 Doug Evans <dje@google.com>
14000 Adrian Sendroiu <adrian.sendroiu@freescale.com>
14001
14002 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
14003 skip_python_tests. New arg prompt_regexp.
14004 (skip_python_tests): New function.
14005 * lib/mi-support.exp (mi_skip_python_tests): New function.
14006 * gdb.python/py-mi-objfile-gdb.py: New file.
14007 * gdb.python/py-mi-objfile.c: New file.
14008 * gdb.python/py-mi-objfile.exp: New file.
14009
ad89c2aa
KS
140102015-08-17 Keith Seitz <keiths@redhat.com>
14011
14012 * gdb.linespec/explicit.exp: Move strace test from here ...
14013 * gdb.trace/strace.exp: ... to here.
14014
e3ae3c43
PP
140152015-08-15 Patrick Palka <patrick@parcs.ath.cx>
14016
14017 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
14018 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
14019
604b2636
DE
140202015-08-14 Doug Evans <xdje42@gmail.com>
14021
14022 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
14023 inferior before selecting a new file.
14024
6ff0ba5f
DE
140252015-08-14 Doug Evans <xdje42@gmail.com>
14026
14027 * gdb.mi/mi-disassemble.exp: Update.
14028 * gdb.base/disasm-optim.S: New file.
14029 * gdb.base/disasm-optim.c: New file.
14030 * gdb.base/disasm-optim.h: New file.
14031 * gdb.base/disasm-optim.exp: New file.
14032
9ca98f92
KS
140332015-08-14 Keith Seitz <keiths@redhat.com>
14034
14035 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
14036 "evaluated-by".
14037
52bbc560
JB
140382015-08-13 Joel Brobecker <brobecker@adacore.com>
14039
14040 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
14041
5d8c3ed3
PMR
140422015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
14043
14044 * gdb.ada/fun_renaming.exp: New testcase.
14045 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
14046 * gdb.ada/fun_renaming/pack.adb: New file.
14047 * gdb.ada/fun_renaming/pack.ads: New file.
14048
ea8812bc
KS
140492015-08-12 Keith Seitz <keiths@redhat.com>
14050
14051 * gdb.base/dso2dso.exp: Pass basename of source file in call to
14052 gdb_get_line_number.
14053
4dafcdeb
JB
140542015-08-12 Joel Brobecker <brobecker@adacore.com>
14055
14056 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
14057 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
14058 gdb.base/dso2dso.exp: New files.
14059
5ba32597
SDJ
140602015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
14061 Pedro Alves <palves@redhat.com>
14062 Keith Seitz <keiths@redhat.com>
14063
14064 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
14065 GDBFLAGS.
14066
b6dafabf
PP
140672015-08-12 Patrick Palka <patrick@parcs.ath.cx>
14068
14069 * gdb.base/gdbhistsize-history.exp
14070 (test_histsize_history_setting): Use save_vars.
14071 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
14072 Use save_vars.
14073 (test_no_truncation_of_unlimited_history_file): Use save_vars.
14074 * gdb.base/readline.exp: Use save_vars.
14075
abe8e607
PP
140762015-08-12 Patrick Palka <patrick@parcs.ath.cx>
14077
14078 * lib/gdb.exp (save_vars): New proc.
14079
629500fa
KS
140802015-08-11 Keith Seitz <keiths@redhat.com>
14081
14082 * gdb.base/help.exp: Update help_breakpoint_text.
14083
eb8c4e2e
KS
140842015-08-11 Keith Seitz <keiths@redhat.com>
14085
14086 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
14087 (at toplevel): Call test_explicit_breakpoints.
14088 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
14089 breakpoints.
14090 * lib/mi-support.exp (mi_make_breakpoint): Add support for
14091 breakpoint conditions, "-cond".
14092
87f0e720
KS
140932015-08-11 Keith Seitz <keiths@redhat.com>
14094
14095 * gdb.linespec/3explicit.c: New file.
14096 * gdb.linespec/cpexplicit.cc: New file.
14097 * gdb.linespec/cpexplicit.exp: New file.
14098 * gdb.linespec/explicit.c: New file.
14099 * gdb.linespec/explicit.exp: New file.
14100 * gdb.linespec/explicit2.c: New file.
14101 * gdb.linespec/ls-errs.exp: Add explicit location tests.
14102 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
14103 before using in the matching pattern.
14104 Clarify that `prefix' is a regular expression.
14105
f00aae0f
KS
141062015-08-11 Keith Seitz <keiths@redhat.com>
14107
14108 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
14109 test.
14110 Add tests for missing ",FMT" and ",".
14111
e27852be
DE
141122015-08-10 Doug Evans <dje@google.com>
14113 Keith Seitz <keiths@redhat.com>
14114
14115 PR gdb/17960
14116 * gdb.base/completion.exp: Add location completer tests.
14117
7f03bd92
PA
141182015-08-07 Pedro Alves <palves@redhat.com>
14119
14120 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
14121 tests here.
14122 (top level): Run do_test with and without displaced stepping.
14123
3fc8eb30
PA
141242015-08-07 Pedro Alves <palves@redhat.com>
14125
14126 * gdb.base/valgrind-disp-step.c: New file.
14127 * gdb.base/valgrind-disp-step.exp: New file.
14128
d4569d7b
PA
141292015-08-07 Pedro Alves <palves@redhat.com>
14130
14131 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
14132 Delete function.
14133 (main): Add alarm. Run an infinite loop instead of calling
14134 wait_threads.
14135 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
14136 comment.
14137 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
14138 Delete function.
14139 (main): Add alarm. Run an infinite loop instead of calling
14140 wait_threads.
14141 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
14142 comment.
14143
e1316e60
PA
141442015-08-07 Pedro Alves <palves@redhat.com>
14145
14146 * gdb.base/checkpoint-ns.exp: New file.
14147 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
14148 standard_testfile.
14149
da8c46d2
MM
141502015-08-07 Markus Metzger <markus.t.metzger@intel.com>
14151
14152 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
14153 * gdb.btrace/instruction_history.exp: Update.
14154 * gdb.btrace/tsx.exp: New.
14155 * gdb.btrace/tsx.c: New.
14156
de1c2c52
PA
141572015-08-06 Pedro Alves <palves@redhat.com>
14158
14159 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
14160 increase timeout.
14161 * gdb.reverse/until-precsave.exp: Bump timeouts.
14162
782e0bf4
PA
141632015-08-06 Pedro Alves <palves@redhat.com>
14164
14165 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
14166
83e97ed0
PA
141672015-08-06 Pedro Alves <palves@redhat.com>
14168
14169 PR gdb/18749
14170 * gdb.threads/process-dies-while-handling-bp.c: New file.
14171 * gdb.threads/process-dies-while-handling-bp.exp: New file.
14172
863d01bd
PA
141732015-08-06 Pedro Alves <palves@redhat.com>
14174
14175 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
14176 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
14177
0a39bb32
PA
141782015-08-05 Pedro Alves <palves@redhat.com>
14179
14180 * gdb.threads/next-while-other-thread-longjmps.c: New file.
14181 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
14182
ee2d2b10
SL
141832015-08-03 Sandra Loosemore <sandra@codesourcery.com>
14184
14185 * gdb.base/bp-permanent.exp: Report test as unsupported if
14186 the target cannot stop at the permanent breakpoint.
14187
4e1bdb00
DE
141882015-08-03 Doug Evans <dje@google.com>
14189
14190 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
14191 10000.
14192
3d338901
DE
141932015-08-03 Doug Evans <dje@google.com>
14194
14195 * Makefile.in (workers/%.worker, build-perf): New rule.
14196 (GDB_PERFTEST_MODE): New variable.
14197 (check-perf): Use it.
14198 (clean): Clean up gdb.perf parallel build subdirs.
14199 * lib/build-piece.exp: New file.
14200 * lib/gdb.exp (make_gdb_parallel_path): New function
14201 (standard_output_file, standard_temp_file): Call it.
14202 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
14203 of $GDB_PARALLEL.
14204 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
14205
af061d3e
DE
142062015-08-03 Doug Evans <dje@google.com>
14207
8e1afc81 14208 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
af061d3e
DE
14209 (LOG_FILE_NAME): New global.
14210 (TextReporter.__init__): Initialize self.txt_sum.
14211 (TextReporter.report): Add support for multiple data-points.
14212 Move report to perftest.sum, put raw data in perftest.log.
14213 (TextReporter.start): Open sum and log files.
14214 (TextReporter.end): Close sum and log files.
8e1afc81
DE
14215 * gdb.perf/lib/perftest/testresult.py
14216 (SingleStatisticTestResult.record): Handle multiple data-points.
af061d3e 14217
2c8c5d37
PA
142182015-07-31 Pedro Alves <palves@redhat.com>
14219
14220 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
14221 Use spawn_id_get_pid. Wait for spawn id after eof. Use
14222 kill_wait_spawned_process instead of explicit "kill -9".
14223 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
14224 returning a spawn id instead of a pid. Use spawn_id_get_pid and
14225 kill_wait_spawned_process.
14226 * gdb.base/attach-twice.exp: Likewise.
14227 * gdb.base/attach.exp: Likewise.
14228 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
14229 gdb_test_multiple.
14230 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
14231 returning a spawn id instead of a pid. Use spawn_id_get_pid and
14232 kill_wait_spawned_process.
14233 * gdb.base/valgrind-infcall.exp: Likewise.
14234 * gdb.multi/multi-attach.exp: Likewise.
14235 * gdb.python/py-prompt.exp: Likewise.
14236 * gdb.python/py-sync-interp.exp: Likewise.
14237 * gdb.server/ext-attach.exp: Likewise.
14238 * gdb.threads/attach-into-signal.exp (corefunc): Use
14239 spawn_wait_for_attach, spawn_id_get_pid and
14240 kill_wait_spawned_process.
14241 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
14242 spawn_wait_for_attach returning a spawn id instead of a pid. Use
14243 spawn_id_get_pid and kill_wait_spawned_process.
14244 * gdb.threads/attach-stopped.exp (corefunc): Use
14245 spawn_wait_for_attach, spawn_id_get_pid and
14246 kill_wait_spawned_process.
14247 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
14248 Use spawn_id_get_pid. Wait for spawn id after eof. Use
14249 kill_wait_spawned_process instead of explicit "kill -9".
14250 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
14251 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
14252 (spawn_wait_for_attach): Use spawn instead of exec to spawn
14253 processes. Don't map cygwin/windows pids here. Now returns a
14254 spawn id list.
14255
032a0fca
SL
142562015-07-30 Sandra Loosemore <sandra@codesourcery.com>
14257
14258 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
14259 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
14260 correct patch.
14261
61a934ca
SL
142622015-07-30 Sandra Loosemore <sandra@codesourcery.com>
14263
14264 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
14265
4bc4d428
SL
142662015-07-30 Sandra Loosemore <sandra@codesourcery.com>
14267
14268 Reapply:
14269 2014-05-21 Mark Wielaard <mjw@redhat.com>
14270
14271 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
14272
998d452a
PA
142732015-07-30 Pedro Alves <palves@redhat.com>
14274
14275 * linux-low.c (handle_extended_wait): Set the child's last
14276 reported status to TARGET_WAITKIND_STOPPED.
14277
69dde7dc
PA
142782015-07-30 Pedro Alves <palves@redhat.com>
14279
14280 PR threads/18600
14281 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
14282 only shows inferior 1.
14283
4dd63d48
PA
142842015-07-30 Simon Marchi <simon.marchi@ericsson.com>
14285 Pedro Alves <palves@redhat.com>
14286
14287 PR threads/18600
14288 * gdb.threads/fork-plus-threads.c: New file.
14289 * gdb.threads/fork-plus-threads.exp: New file.
14290
d618e4c5
PP
142912015-07-29 Patrick Palka <patrick@parcs.ath.cx>
14292
14293 * gdb.base/batch-preserve-term-settings.exp
14294 (test_terminal_settings_preserved_after_cli_exit): Use
14295 send_quit_command.
14296
1eef6428
PA
142972015-07-29 Pedro Alves <palves@redhat.com>
14298 Don Breazeal <donb@codesourcery.com>
14299
14300 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
14301 output from both inferior_spawn_id and gdb_spawn_id.
14302
7da5b897
SDJ
143032015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
14304
14305 * gdb.threads/attach-into-signal.exp (corefunc): Use
14306 with_test_prefix on nested loops, uniquefying the test messages.
14307
dac804df
SDJ
143082015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
14309
14310 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
14311 commit.
14312
06265e53
PP
143132015-07-29 Patrick Palka <patrick@parcs.ath.cx>
14314
14315 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
14316 New proc.
14317 (test_terminal_settings_preserved_after_sigterm): New test.
14318
18206ca3
PP
143192015-07-29 Patrick Palka <patrick@parcs.ath.cx>
14320
14321 * gdb.base/batch-preserve-term-settings.exp
14322 (test_terminal_settings_preserved_after_cli_exit): New test.
14323
90074d11
PP
143242015-07-29 Patrick Palka <patrick@parcs.ath.cx>
14325
14326 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
14327 manipulation of saved_gdbflags.
14328 (test_terminal_settings_preserved): Remove global declaration of
14329 the unused variable pagination_prompt. Remove manipulation of
14330 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
14331 GDBFLAGS.
14332
eb1a7902
PA
143332015-07-29 Pedro Alves <palves@redhat.com>
14334
14335 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
14336
8b75dd3b
PA
143372015-07-29 Pedro Alves <palves@redhat.com>
14338
14339 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
14340 at the top.
14341
dedad4e3
PA
143422015-07-29 Pedro Alves <palves@redhat.com>
14343
14344 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
14345 (main): Call gdb_unbuffer_output.
14346 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
14347 (main): Call gdb_unbuffer_output.
14348 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
14349 (main): Call gdb_unbuffer_output.
14350 * gdb.base/call-strs.exp: Adjust to step over the
14351 gdb_unbuffer_output call.
14352 * gdb.base/catch-gdb-caused-signals.c: Include
14353 "../lib/unbuffer_output.c".
14354 (main): Call gdb_unbuffer_output.
14355 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
14356 (main): Call gdb_unbuffer_output.
14357 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
14358 (main): Call gdb_unbuffer_output.
14359 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
14360 (main): Call gdb_unbuffer_output.
14361 * gdb.base/shlib-call.exp: Adjust to step over the
14362 gdb_unbuffer_output call.
14363 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
14364 (main): Call gdb_unbuffer_output.
14365 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
14366 (main): Call gdb_unbuffer_output.
14367 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
14368 (main): Rename to ...
14369 (test): ... this.
14370 (main): Reimplement.
14371 * gdb.base/varargs.exp: Run to test instead of to main.
14372 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
14373 (main): Call gdb_unbuffer_output.
14374
58789a91
PA
143752015-07-29 Pedro Alves <palves@redhat.com>
14376
14377 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
14378 factore out from mi_continue_dprintf. For call-style dprintfs,
14379 expect dprintf output out of $inferior_spawn_id.
14380 (mi_continue_dprintf): Use mi_expect_dprintf.
14381 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
14382 (main): Call gdb_unbuffer_output.
14383
e8376742
PA
143842015-07-29 Pedro Alves <palves@redhat.com>
14385
14386 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
14387 (default_mi_gdb_start): Set inferior_spawn_id instead of
14388 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
14389 gdb_spawn_id.
14390 (mi_gdb_test): Always expect inferior output from both
14391 $inferior_spawn_id and $gdb_spawn_id.
14392
08280010
PA
143932015-07-29 Pedro Alves <palves@redhat.com>
14394
14395 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
14396 send_inferior and $inferior_spawn_id.
14397
4d30e432
PA
143982015-07-29 Pedro Alves <palves@redhat.com>
14399
14400 * gdb.gdb/complaints.exp (test_initial_complaints)
14401 (test_serial_complaints, test_short_complaints): Use
14402 gdb_test_stdio.
14403 (test_empty_complaint): Handle $inferior_spawn_id !=
14404 $gdb_spawn_id.
14405
0d30a335
PA
144062015-07-29 Pedro Alves <palves@redhat.com>
14407
14408 * gdb.base/varargs.exp: Use gdb_test_stdio.
14409
39413b29
PA
144102015-07-29 Pedro Alves <palves@redhat.com>
14411
14412 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
14413
7cb000a9
PA
144142015-07-29 Pedro Alves <palves@redhat.com>
14415
14416 * gdb.base/ending-run.exp: Use gdb_test_stdio.
14417
d7b8ac82
PA
144182015-07-29 Pedro Alves <palves@redhat.com>
14419
14420 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
14421 parameter into two new parameters, "inf_result" and "gdb_result".
14422 Expect inferior output and gdb output from $inferior_spawn_id and
14423 $gdb_spawn_id, respectively. Adjust all callers.
14424
789c3a0c
PA
144252015-07-29 Pedro Alves <palves@redhat.com>
14426
14427 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
14428 of gdb_test_sequence.
14429
77e760c3
PA
144302015-07-29 Pedro Alves <palves@redhat.com>
14431
14432 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
14433 (saw_spurious_output): Expect inferior output from
14434 $inferior_spawn_id. Use gdb_test_stdio.
14435
8396d2cd
PA
144362015-07-29 Pedro Alves <palves@redhat.com>
14437
14438 * gdb.base/dprintf.exp: Use standard_testfile. Change
14439 prepare_for_testing call.
14440 (srcfile): Don't set.
14441 (restart): New procedure.
14442 (test_dprintf): New procecure, use to continue over dprintfs.
14443 (test_call, test_agent): New procedures, tests moved here.
14444 Restart gdb and recreate dprintfs. Adjust expected output.
14445
2051d61f
PA
144462015-07-29 Pedro Alves <palves@redhat.com>
14447
14448 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
14449
452397af
PA
144502015-07-29 Pedro Alves <palves@redhat.com>
14451
14452 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
14453
8aed9555
PA
144542015-07-29 Pedro Alves <palves@redhat.com>
14455
14456 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
14457 gdb_test_stdio.
14458
188a61b4
PA
144592015-07-29 Pedro Alves <palves@redhat.com>
14460
14461 * lib/gdb.exp (gdb_test_stdio): New procedure.
14462
12264a45
PA
144632015-07-29 Pedro Alves <palves@redhat.com>
14464
14465 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
14466
23ffc893
PA
144672015-07-29 Pedro Alves <palves@redhat.com>
14468
14469 * gdb.base/call-signal-resume.exp: Remove check for
14470 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
14471 * gdb.base/unwindonsignal.exp: Likewise.
14472 * gdb.base/call-signals.c (gen_signal): Remove printf call.
14473 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
14474
65566918
PA
144752015-07-29 Pedro Alves <palves@redhat.com>
14476
14477 * gdb.base/siginfo-addr.c (pass): New function.
14478 (handler): Call it iff si_addr is correct.
14479 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
14480 Set a breakpoint at "pass" and continue to it.
14481
d60a9221
SDJ
144822015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
14483
14484 * gdb.python/py-objfile.exp: Make some tests have unique names.
14485 * gdb.python/py-pp-registration.exp: Likewise.
14486
bde40b8f
PA
144872015-07-28 Pedro Alves <palves@redhat.com>
14488
14489 * gdb.server/server-exec-info.exp: Issue a "disconnect".
14490
13e1dec8
SM
144912015-07-27 Simon Marchi <simon.marchi@ericsson.com>
14492
14493 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
14494
da33c9a7
SM
144952015-07-27 Simon Marchi <simon.marchi@ericsson.com>
14496
14497 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
14498
077836f7
PP
144992015-07-27 Patrick Palka <patrick@parcs.ath.cx>
14500
14501 * gdb.base/gdb-sigterm-2.exp: New test.
14502
b8cc7b2e
DE
145032015-07-25 Doug Evans <xdje42@gmail.com>
14504
14505 Revert:
14506 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
14507 (workers/%.worker, build-perf): New rule.
14508 (GDB_PERFTEST_MODE): New variable.
14509 (check-perf): Use it.
14510 (clean): Clean up gdb.perf parallel build subdirs.
14511 * lib/build-piece.exp: New file.
14512 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
14513 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
14514 name.
14515 (standard_temp_file): Ditto.
14516 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
14517 of $GDB_PARALLEL.
14518
c8bd4544
DE
145192015-07-24 Doug Evans <dje@google.com>
14520
14521 * gdb.perf/lib/perftest/utils.py: New file.
14522 * gdb.perf/gm-hello.cc: New file.
14523 * gdb.perf/gm-pervasive-typedef.cc: New file.
14524 * gdb.perf/gm-pervasive-typedef.h: New file.
14525 * gdb.perf/gm-std.cc: New file.
14526 * gdb.perf/gm-std.h: New file.
14527 * gdb.perf/gm-use-cerr.cc: New file.
14528 * gdb.perf/gm-utils.h: New file.
14529 * gdb.perf/gmonster-null-lookup.py: New file.
14530 * gdb.perf/gmonster-pervasive-typedef.py: New file.
14531 * gdb.perf/gmonster-print-cerr.py: New file.
14532 * gdb.perf/gmonster-ptype-string.py: New file.
14533 * gdb.perf/gmonster-runto-main.py: New file.
14534 * gdb.perf/gmonster-select-file.py: New file.
14535 * gdb.perf/gmonster1-null-lookup.exp: New file.
14536 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
14537 * gdb.perf/gmonster1-print-cerr.exp: New file.
14538 * gdb.perf/gmonster1-ptype-string.exp: New file.
14539 * gdb.perf/gmonster1-runto-main.exp: New file.
14540 * gdb.perf/gmonster1-select-file.exp: New file.
14541 * gdb.perf/gmonster1.cc: New file.
14542 * gdb.perf/gmonster1.exp: New file.
14543 * gdb.perf/gmonster2-null-lookup.exp: New file.
14544 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
14545 * gdb.perf/gmonster2-print-cerr.exp: New file.
14546 * gdb.perf/gmonster2-ptype-string.exp: New file.
14547 * gdb.perf/gmonster2-runto-main.exp: New file.
14548 * gdb.perf/gmonster2-select-file.exp: New file.
14549 * gdb.perf/gmonster2.cc: New file.
14550 * gdb.perf/gmonster2.exp: New file.
14551
6eab34f3
DE
145522015-07-24 Doug Evans <dje@google.com>
14553
14554 * gdb.perf/README: New file.
14555 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
14556 * lib/gen-perf-test.exp: New file.
14557
63738bfd
DE
145582015-07-24 Doug Evans <dje@google.com>
14559
14560 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
14561 (PerfTest::startup): New function.
14562 (PerfTest::run): Return result of calling body.
14563 (PerfTest::assemble): Rewrite.
14564 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
14565 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
14566 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
14567 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
14568 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
14569
7b606f95
DE
145702015-07-24 Doug Evans <dje@google.com>
14571
14572 * lib/gdb.exp (clean_restart): Make executable optional.
14573
a97b16b8
DE
145742015-07-24 Doug Evans <dje@google.com>
14575
14576 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
14577 compiler_info references.
14578 * gdb.cp/temargs.exp: Ditto.
14579 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
14580 (get_compiler_info): Early exit if already computed. Set compiler_info
14581 to "unknown" if there was a problem.
14582 (test_compiler_info): Add function comment. Call get_compiler_info.
14583
35baa57f
DE
145842015-07-24 Doug Evans <dje@google.com>
14585
14586 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
14587 (workers/%.worker, build-perf): New rule.
14588 (GDB_PERFTEST_MODE): New variable.
14589 (check-perf): Use it.
14590 (clean): Clean up gdb.perf parallel build subdirs.
14591 * lib/build-piece.exp: New file.
14592 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
14593 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
14594 name.
14595 (standard_temp_file): Ditto.
14596 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
14597 of $GDB_PARALLEL.
14598
6ebea266
DE
145992015-07-24 Doug Evans <dje@google.com>
14600
14601 * lib/future.exp (gdb_default_target_compile): New option
14602 "early_flags".
14603 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
14604 --as-needed.
14605
1e76a7e9
SDJ
146062015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
14607
14608 * gdb.base/catch-syscall.exp: Call gdb_exit before
14609 gdb_skip_xml_test.
14610
5068630a
PA
146112015-07-24 Pedro Alves <palves@redhat.com>
14612
14613 * gdb.python/py-events.exp: Accept output between the stop event
14614 and the prompt.
14615 * gdb.python/py-evsignal.exp: Likewise.
14616 * gdb.python/py-evthreads.exp: Likewise.
14617
77598427
PA
146182015-07-24 Pedro Alves <palves@redhat.com>
14619
14620 PR gdb/18717
14621 * gdb.threads/non-ldr-exit.c: New file.
14622 * gdb.threads/non-ldr-exit.exp: New file.
14623
11e6c98f
YQ
146242015-07-24 Yao Qi <yao.qi@linaro.org>
14625
14626 * gdb.server/ext-wrapper.exp: Test --wrapper option when
14627 restarting process.
14628
51aee833
YQ
146292015-07-24 Yao Qi <yao.qi@linaro.org>
14630
14631 * gdb.server/ext-restart.exp: New file.
14632
8cfe207c
YQ
146332015-07-24 Yao Qi <yao.qi@linaro.org>
14634
14635 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
14636 argument options.
14637 * gdb.server/ext-wrapper.exp: New file.
14638
cc12ce38
DE
146392015-07-23 Doug Evans <dje@google.com>
14640
14641 * gdb.dwarf2/dw2-dummy-cu.S: New file.
14642 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
14643
d0d84780
PMR
146442015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
14645
14646 * gdb.ada/var_arr_typedef.exp: New testcase.
14647 * gdb.ada/var_arr_typedef/pack.adb: New file.
14648 * gdb.ada/var_arr_typedef/pack.ads: New file.
14649 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
14650
8b558f79
JB
146512015-07-20 Joel Brobecker <brobecker@adacore.com>
14652
14653 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
14654
775a3298
JK
146552015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
14656
14657 * gdb.arch/i386-biarch-core.exp: Replace istarget
14658 by "complete set gnutarget". Remove expectation for the "core-file"
14659 command.
14660
db1ff28b
JK
146612015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
14662
14663 Revert the previous commit:
14664 Tests for validate symbol file using build-id.
14665
0a94970d
JK
146662015-07-15 Aleksandar Ristovski <aristovski@qnx.com
14667
14668 Tests for validate symbol file using build-id.
14669 * gdb.base/solib-mismatch-lib.c: New file.
14670 * gdb.base/solib-mismatch-libmod.c: New file.
14671 * gdb.base/solib-mismatch.c: New file.
14672 * gdb.base/solib-mismatch.exp: New file.
14673
03346981
SL
146742015-07-15 Sandra Loosemore <sandra@codesourcery.com>
14675
14676 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
14677 nios2-*-linux*.
14678 * gdb.base/sigbpt.exp (stepi_out): Likewise.
14679 * gdb.base/siginfo.exp: Likewise.
14680 * gdb.base/sigstep.exp (advance, advancei): Likewise.
14681
42422cc7
PL
146822015-07-15 Pierre Langlois <pierre.langlois@arm.com>
14683
14684 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
14685 Move it to ...
14686 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
14687 ... here.
14688 * gdb.trace/range-stepping.exp: Check that the target supports
14689 range stepping.
14690
cfa68bae
JK
146912015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
14692
14693 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
14694
8ffdba26
PA
146952015-07-14 Pedro Alves <palves@redhat.com>
14696
14697 * gdb.base/killed-outside.exp: New file.
14698 * gdb.base/killed-outside.c: New file.
14699
218a5a11
JK
147002015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
14701
14702 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
14703 (n at main): New.
14704 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
14705
e03ed3c6
AA
147062015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
14707
14708 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
14709 infcall tests instead of setting up for KFAIL.
14710
485668e5
MM
147112015-07-10 Markus Metzger <markus.t.metzger@intel.com>
14712
14713 * gdb.btrace/record_goto-step.exp: New.
14714
08464196
JK
147152015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
14716
14717 PR compile/18484
14718 * gdb.compile/compile.c (struct struct_type): Add volatile to
14719 selffield's type.
14720 * gdb.compile/compile.exp
14721 (compile code struct_object.selffield = &struct_object): Skip further
14722 struct_object tests if this one xfails.
14723
bcf5c1d9
RC
147242015-07-08 Robert O'Callahan <robert@ocallahan.org>
14725
14726 PR exp/18617
14727 * gdb.trace/ax.exp: Add test.
14728
4931af25
YQ
147292015-07-07 Yao Qi <yao.qi@linaro.org>
14730
14731 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
14732 instead of istarget "aarch64*-*-*".
14733 * gdb.arch/aarch64-fp.exp: Likewise.
14734 * gdb.base/float.exp: Likewise.
14735 * gdb.reverse/aarch64.exp: Likewise.
14736 * lib/gdb.exp (is_aarch64_target): New proc.
14737
9fcf688e
YQ
147382015-07-07 Yao Qi <yao.qi@linaro.org>
14739
14740 * lib/gdb.exp (is_aarch32_target): New proc.
14741 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
14742 instead of "istarget "arm*-*-*"".
14743 * gdb.arch/arm-disp-step.exp: Likewise.
14744 * gdb.arch/thumb-bx-pc.exp: Likewise.
14745 * gdb.arch/thumb-prologue.exp: Likewise.
14746 * gdb.arch/thumb-singlestep.exp: Likewise.
14747 * gdb.base/disp-step-syscall.exp: Likewise.
14748 * gdb.base/float.exp: Likewise.
14749
fbd8d50d
YQ
147502015-07-07 Yao Qi <yao.qi@linaro.org>
14751
14752 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
14753 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
14754
71be1fdc
YQ
147552015-07-07 Yao Qi <yao.qi@linaro.org>
14756
14757 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
14758 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
14759 if it exists.
14760 * gdb.multi/multi-arch.exp: Likewise.
14761
3e221d36
SM
147622015-07-07 Simon Marchi <simon.marchi@ericsson.com>
14763
14764 * gdb.python/py-lazy-string.exp: Add missing parentheses to
14765 print.
14766
d441430b
YQ
147672015-07-07 Yao Qi <yao.qi@linaro.org>
14768
14769 * gdb.arch/thumb-singlestep.exp: Do one more single step.
14770
06f810bd
MG
147712015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
14772
14773 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
14774 '[' and ']' characters.
14775
5e61e7c0
IB
147762015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
14777
14778 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
14779
28bf096c
PA
147802015-06-29 Pedro Alves <palves@redhat.com>
14781
14782 PR threads/18127
14783 * gdb.threads/hand-call-new-thread.c: New file.
14784 * gdb.threads/hand-call-new-thread.c: New file.
14785
ee93cd5e
KS
147862015-06-26 Keith Seitz <keiths@redhat.com>
14787 Doug Evans <dje@google.com>
14788
14789 PR 16253
14790 * gdb.cp/var-tag-2.cc: New file.
14791 * gdb.cp/var-tag-3.cc: New file.
14792 * gdb.cp/var-tag-4.cc: New file.
14793 * gdb.cp/var-tag.cc: New file.
14794 * gdb.cp/var-tag.exp: New file.
14795
fc637f04
PP
147962015-06-26 Patrick Palka <patrick@parcs.ath.cx>
14797
14798 * gdb.base/history-duplicates.exp: New test.
14799
2e52ae68
PP
148002015-06-26 Patrick Palka <patrick@parcs.ath.cx>
14801
14802 * gdb.base/completion.exp: Test the completion of the "focus"
14803 command.
14804
6e22494e
JK
148052015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
14806
14807 * gdb.arch/amd64-prologue-skip.S: New file.
14808 * gdb.arch/amd64-prologue-skip.exp: New file.
14809
bf7b9cd9
SM
148102015-06-25 Simon Marchi <simon.marchi@ericsson.com>
14811
14812 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
14813 is_address_zero_readable check.
14814
201e8dfd
PB
148152015-06-24 Peter Bergner <bergner@vnet.ibm.com>
14816
14817 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
14818 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
14819
5cd867b4
YQ
148202015-06-24 Yao Qi <yao.qi@linaro.org>
14821
14822 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
14823 linux targets.
14824
4d7be007
YQ
148252015-06-24 Yao Qi <yao.qi@linaro.org>
14826
14827 * lib/gdb.exp (supports_get_siginfo_type): New proc.
14828 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
14829 * gdb.base/siginfo-thread.exp: Likewise.
14830
07fcd301
YQ
148312015-06-22 Yao Qi <yao.qi@linaro.org>
14832
14833 * boards/remote-gdbserver-on-localhost.exp: Add comments.
14834
52042a00
YQ
148352015-06-22 Yao Qi <yao.qi@linaro.org>
14836
14837 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
14838 aarch64*-*-*.
14839 (skip_hw_watchpoint_tests): Likewise.
14840
74bd41ce
PP
148412015-06-18 Patrick Palka <patrick@parcs.ath.cx>
14842
14843 * gdb.base/gdbinit-history.exp: Test the interaction between
14844 setting GDBHISTSIZE and setting the history size via .gdbinit.
14845
bc460514
PP
148462015-06-17 Patrick Palka <patrick@parcs.ath.cx>
14847
14848 PR gdb/16999
14849 * gdb.base/gdbhistsize-history.exp: New test.
14850
b58c513b
PP
148512015-06-17 Patrick Palka <patrick@parcs.ath.cx>
14852
14853 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
14854 with GDBHISTSIZE.
14855 * gdb.base/readline.exp: Likewise.
14856
92046791
YQ
148572015-06-17 Yao Qi <yao.qi@linaro.org>
14858
14859 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
14860 line.
14861
2093d2d3
PP
148622015-06-17 Patrick Palka <patrick@parcs.ath.cx>
14863
14864 * gdb.base/gdbinit-history.exp: Add test case to check that
14865 an unlimited history file does not get truncated on exit.
14866
e6c693af
AA
148672015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
14868
14869 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
14870 (VECTOR): New macro. Use it...
14871 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
14872 ...for these typedefs.
14873 (int8, char1, int1, double1): New typedefs.
14874 (struct just_int2, struct two_int2): New structures.
14875 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
14876 (add_structvecs, add_singlevecs): New functions.
14877 (main): Call add_some_intvecs twice.
14878 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
14879 the compile and exit upon failure. Try compiling for the "native"
14880 architecture. Test inferior function calls with vector arguments
14881 and vector return value handling with "finish" and "return".
14882
c74f7d1c
JT
148832015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
14884
14885 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
14886 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
14887 PE file.
14888 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
14889
98aa42ee
AT
148902015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
14891
14892 PR breakpoints/16465
14893 * gdb.mi/mi-dprintf-pending.c: New file.
14894 * gdb.mi/mi-dprintf-pending.exp: New test.
14895 * gdb.mi/mi-dprintf-pendshr.c: New file.
14896
7d73c23c 148972015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
72f4393d 14898 Mircea Gherzan <mircea.gherzan@intel.com>
7d73c23c
WT
14899
14900 * gdb.arch/i386-mpx-map.c: New file.
14901 * gdb.arch/i386-mpx-map.exp: New File.
14902
149032015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
14904
14905 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
14906 * gdb.arch/i386-mpx.exp: Indentation fixed.
14907
149082015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
14909
14910 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
14911 function and improved indentation.
14912 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
14913 gdb_test_multiple. Added additional tests to skip the test.
14914
149152015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
14916
14917 * gdb.arch/i386-avx512.c: Change path in include file.
14918 * gdb.arch/i386-avx512.exp: Change include dir path
14919 compilation flag.
14920 * gdb.arch/i386-mpx.c: Change path in include file.
14921 * gdb.arch/i386-mpx.exp: Change include dir path compilation
14922 flag.
14923
d5eba19a
JK
149242015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
14925
14926 * gdb.compile/compile-print.exp (compile print *vararray@3)
14927 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
14928
7f361056
JK
149292015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
14930
14931 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
14932 (do not keep jit in memory): ... this.
14933 (expect 5): Change it to ...
14934 (expect no 5): ... this.
14935
3b462ec2
SM
149362015-06-02 Simon Marchi <simon.marchi@ericsson.com>
14937
14938 PR gdb/15564
14939 * gdb.mi/mi-detach.exp: New file.
14940
e0619de6
JK
149412015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
14942
14943 PR symtab/18392
14944 * gdb.arch/amd64-tailcall-self.S: New file.
14945 * gdb.arch/amd64-tailcall-self.c: New file.
14946 * gdb.arch/amd64-tailcall-self.exp: New file.
14947
e970cb34
DB
149482015-05-28 Don Breazeal <donb@codesourcery.com>
14949
14950 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
14951 tests for remote targets by checking is_target_gdbserver.
14952
b2e2f908
DE
149532015-05-27 Doug Evans <dje@google.com>
14954
14955 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
14956 * gdb.dwarf2/opaque-type-lookup.c: New file.
14957 * gdb.dwarf2/opaque-type-lookup.exp: New file.
14958
82c7be31
DE
149592015-05-26 Doug Evans <dje@google.com>
14960
14961 * gdb.cp/iostream.cc: New file.
14962 * gdb.cp/iostream.exp: New file.
14963
b4f54984
DE
149642015-05-26 Doug Evans <dje@google.com>
14965
14966 * gdb.dwarf2/dw2-op-call.exp: Update.
14967 * gdb.dwarf2/dw4-sig-types.exp: Update.
14968 * gdb.dwarf2/implptr.exp: Update.
14969 * gdb.mi/mi-cmd-param-changed.exp: Update.
14970
4ea6efe9
DE
149712015-05-26 Doug Evans <dje@google.com>
14972
14973 * gdb.python/py-lazy-string.c: New file.
14974 * gdb.python/py-lazy-string.exp: New file.
14975 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
14976 (main): Update. Add estring3.
14977 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
14978 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
14979
f6bb7db3
YQ
149802015-05-26 Omair Javaid <omair.javaid@linaro.org>
14981 Yao Qi <yao.qi@linaro.org>
14982
14983 * gdb.reverse/aarch64.c: New.
14984 * gdb.reverse/aarch64.exp: New.
14985
a81bfbd0
OJ
149862015-05-26 Omair Javaid <omair.javaid@linaro.org>
14987
25d49b86
PA
14988 * lib/gdb.exp (supports_process_record): Return true for
14989 aarch64*-linux*.
a81bfbd0
OJ
14990 (supports_reverse): Likewise.
14991
158bf1b4
PP
149922015-05-22 Patrick Palka <patrick@parcs.ath.cx>
14993
14994 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
14995 Use with_test_prefix.
14996
a0145030
AB
149972015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
14998
14999 * gdb.base/completion.exp: Add test for completion of layout
15000 names.
15001
ebe3b578
AB
150022015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
15003
15004 * lib/gdb.exp (skip_tui_tests): New proc.
15005 * gdb.base/tui-layout.exp: Check skip_tui_tests.
15006
84204ed7
PA
150072015-05-19 Pedro Alves <palves@redhat.com>
15008
15009 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
15010 Save the whole env array instead of just HOME. Unset HISTSIZE in
15011 the environment while testing. Restore whole environment
15012 afterwards.
15013
37442ce1
DE
150142015-05-16 Doug Evans <xdje42@gmail.com>
15015
15016 * gdb.guile/scm-ports.c: New file.
15017 * gdb.guile/scm-ports.exp: Add memory port tests.
15018
36de76f9
JK
150192015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
15020
15021 * gdb.compile/compile-print.c: New file.
15022 * gdb.compile/compile-print.exp: New file.
15023
3a9558c4
JK
150242015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
15025
15026 * gdb.compile/compile-ops.exp: Cast param to void.
15027 * gdb.compile/compile.exp: Complete type for _gdb_expr.
15028 (compile code struct_object.selffield = &struct_object): Add xfail.
15029
aa715135
JG
150302015-05-15 Joel Brobecker <brobecker@adacore.com>
15031
15032 * gdb.ada/arr_enum_with_gap: New testcase.
15033
931e5bc3
JG
150342015-05-15 Joel Brobecker <brobecker@adacore.com>
15035
15036 * gdb.ada/byte_packed_arr: New testcase.
15037
9cd4d857
JB
150382015-05-15 Joel Brobecker <brobecker@adacore.com>
15039
15040 * gdb.ada/pckd_neg: New testcase.
15041
ebfd00d2
PP
150422015-05-13 Patrick Palka <patrick@parcs.ath.cx>
15043
15044 PR gdb/17820
15045 * gdb.base/gdbinit-history.exp: New test.
15046 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
15047 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
15048
4c082a81
SC
150492015-05-09 Siva Chandra Reddy <sivachandra@google.com>
15050
15051 * gdb.python/py-xmethods.cc: Enhance test case.
15052 * gdb.python/py-xmethods.exp: New tests.
15053 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
15054 function.
15055 (B_indexoper): Likewise.
15056 (global_dm_list) : Add new xmethod worker functions.
15057
f7797074
SDJ
150582015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
15059
15060 * gdb.base/coredump-filter.exp: Correctly unset
15061 "coredump_var_addr" array.
15062
a4674e4e
PA
150632015-05-08 Pedro Alves <palves@redhat.com>
15064
15065 * gdb.server/non-existing-program.exp: Unset spawn_id.
15066
df2eb078
SC
150672015-05-08 Siva Chandra Reddy <sivachandra@google.com>
15068
15069 PR python/18291
15070 * gdb.python/py-xmethods.exp: Add tests.
15071
422349a3
YQ
150722015-05-08 Yao Qi <yao.qi@linaro.org>
15073
15074 PR gdb/18208
15075 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
15076 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
15077 function set_coredump_filter, and remove remote_exec call.
15078 Remove argument ipid. Callers update.
15079 (top level): Don't get inferior's PID.
15080
63fc80ce
AA
150812015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
15082
15083 * gdb.base/watch_thread_num.exp: Skip test on targets without
15084 access watchpoints.
15085
80ad801e
PA
150862015-05-06 Pedro Alves <palves@redhat.com>
15087
15088 PR server/18081
15089 * gdb.server/non-existing-program.exp: New file.
15090
0fa7fe50
JB
150912015-05-05 Joel Brobecker <brobecker@adacore.com>
15092
15093 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
15094
3ea89b92
PMR
150952015-05-05 Joel Brobecker <brobecker@adacore.com>
15096
15097 * gdb.ada/out_of_line_in_inlined: New testcase.
15098
87b8eff0
JB
150992015-05-05 Joel Brobecker <brobecker@adacore.com>
15100
15101 * gdb.ada/var_rec_arr: New testcase.
15102
5fccc635
YQ
151032015-04-30 Yao Qi <yao.qi@linaro.org>
15104
15105 * gdb.base/break-idempotent.exp: If
15106 skip_hw_watchpoint_multi_tests returns true, skip the tests
15107 on "rwatch" and "awatch".
15108
42d38f42
YQ
151092015-04-30 Yao Qi <yao.qi@linaro.org>
15110
15111 * gdb.base/relativedebug.exp: Invoke gdb command
15112 "info sharedlibrary", and if libc.so doesn't have debug info,
15113 skip the test.
15114
2ce1cdbf
DE
151152015-04-29 Doug Evans <dje@google.com>
15116
15117 * gdb.python/py-xmethods.exp: Add ptype tests.
15118 * gdb.python/py-xmethods.py (E_method_char_worker): Add
15119 get_result_type method.
15120
f24a38c5
LM
151212015-04-29 Luis Machado <lgustavo@codesourcery.com>
15122
15123 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
15124 the target does not support hardware watchpoints.
15125
ecbf2b3c
LM
151262015-04-29 Luis Machado <lgustavo@codesourcery.com>
15127
15128 * gdb.base/break-always.exp: Abort testing if writing to memory
15129 causes an error.
15130
34f5f757
DE
151312015-04-28 Doug Evans <dje@google.com>
15132
15133 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
15134 * gdb.python/py-pp-registration.exp: ... here. New file.
15135 * gdb.python/py-pp-registration.c: New file.
15136 * gdb.python/py-pp-registration.py: New file.
15137
69b4374a
DE
151382015-04-28 Doug Evans <dje@google.com>
15139
15140 * gdb.python/py-bad-printers.c: New file.
15141 * gdb.python/py-bad-printers.py: New file.
15142 * gdb.python/py-bad-printers.exp: New file.
15143
59fb7612
SS
151442015-04-28 Sasha Smundak <asmundak@google.com>
15145
15146 * gdb.python/py-type.exp: New test.
15147
2631b16a
AW
151482015-04-28 Andy Wingo <wingo@igalia.com>
15149
15150 * gdb.python/py-parameter.exp:
15151 * gdb.guile/scm-parameter.exp: Escape the path that we are
15152 matching against, as it might contain characters that are special
15153 to regular expressions.
15154
460efde1
JB
151552015-04-27 Joel Brobecker <brobecker@adacore.com>
15156
15157 * gdb.ada/rec_comp: New testcase.
15158
2d369d8e
SDJ
151592015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
15160
15161 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
15162 before using it.
15163
cf75d6c3
AB
151642015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
15165
15166 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
15167 new tests for verilog output.
15168
8dbe7ca5
YQ
151692015-04-24 Yao Qi <yao.qi@linaro.org>
15170
15171 * boards/remote-gdbserver-on-localhost.exp: New file.
15172
4ef9fb2f
PA
151732015-04-23 Pedro Alves <palves@redhat.com>
15174
15175 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
15176 $inferior_spawn_id instead of $inferior_spawn_id directly. On
15177 "end of file", remove $inferior_spawn_id from the indirect list.
15178
0a803169
PA
151792015-04-23 Pedro Alves <palves@redhat.com>
15180
15181 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
15182
749ef8f8
PA
151832015-04-23 Pedro Alves <palves@redhat.com>
15184
15185 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
15186 on $any_spawn_id instead of only on $gdb_spawn_id.
15187
8aae4344
PM
151882015-04-21 Pierre Muller <muller@sourceware.org>
15189
15190 PR pascal/17815
15191 * lib/pascal.exp (gpc_compile): Add new option "class".
15192 (fpc_compile): Likewise.
15193 * gdb.pascal/case-insensitive-symbols.pas: New file.
15194 * gdb.pascal/case-insensitive-symbols.exp: New file.
15195
1586c8fb
GB
151962015-04-20 Gary Benson <gbenson@redhat.com>
15197
15198 * gdb.base/attach.exp: Fix three extended remote failures.
15199
1b6e6f5c
GB
152002015-04-17 Gary Benson <gbenson@redhat.com>
15201
15202 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
15203 the main executable over the remote protocol.
15204
e797481d
PA
152052015-04-16 Pedro Alves <palves@redhat.com>
15206
15207 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
15208 a new gdbserver if gdbserver_reconnect_p is set.
15209
1ca99c42
PA
152102015-04-16 Pedro Alves <palves@redhat.com>
15211
15212 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
15213 is set, don't exit gdbserver.
15214
af9fd6f8
AA
152152015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
15216
15217 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
15218 appropriate .insn, such that an older assembler can be used.
15219 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
15220 the z/Architecture instruction set on 31-bit targets as well.
15221
04ff1e61
AA
152222015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
15223
15224 * gdb.go/handcall.exp: Remove all logic related to the first
15225 breakpoint and rely on go_runto_main instead.
15226 * gdb.go/strings.exp: Likewise.
15227 * gdb.go/unsafe.exp: Likewise.
15228 * gdb.go/hello.exp: Likewise. Also rename the remaining
15229 breakpoint marker to "breakpoint 1".
15230 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
15231 * gdb.go/strings.go: Likewise.
15232 * gdb.go/unsafe.go: Likewise.
15233 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
15234 "set breakpoint 2 here" and rename the remaining breakpoint marker
15235 to "breakpoint 1".
15236
40d2f8d6
SM
152372015-04-15 Simon Marchi <simon.marchi@ericsson.com>
15238
15239 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
15240 if itertools.imap is not present.
15241 * gdb.python/py-objfile.exp: Add parentheses.
15242 * gdb.python/py-type.exp: Same.
15243 * gdb.python/py-unwind-maint.py: Same.
15244
8cbc97c6
YQ
152452015-04-15 Yao Qi <yao.qi@linaro.org>
15246
15247 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
15248 of ":$ptr_size" and set its form explicitly.
15249
45fd756c
YQ
152502015-04-15 Pedro Alves <palves@redhat.com>
15251 Yao Qi <yao.qi@linaro.org>
15252
15253 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
15254 timeout by factor of 4.
15255 (test_regular_watch): Likewise.
15256 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
15257 * gdb.reverse/sigall-reverse.exp: Likewise.
15258 * gdb.reverse/until-precsave.exp: Likewise.
15259 * lib/gdb.exp (with_timeout_factor): New proc.
15260 (gdb_expect): Move some code to ...
15261 (get_largest_timeout): ... here. New procedure.
15262
9e811bc3
LM
152632015-04-14 Luis Machado <lgustavo@codesourcery.com>
15264
15265 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
15266
0ff6fcb2
LM
152672015-04-13 Luis Machado <lgustavo@codesourcery.com>
15268
15269 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
15270 to write to the .text section.
15271
7578d5f7
LM
152722015-04-13 Luis Machado <lgustavo@codesourcery.com>
15273
15274 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
15275 Handle the case of targets that do not provide PID information.
15276
2efe15c4
YQ
152772015-04-13 Yao Qi <yao.qi@linaro.org>
15278
15279 * lib/gdbserver-support.exp (gdb_exit): Catch exception
15280 and use expect instead of gdb_expect.
15281
8cd8f2f8
SDJ
152822015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
15283
15284 * gdb.base/coredump-filter.exp: Rename variable "addr" to
15285 "coredump_var_addr" to avoid naming conflict with other testcases.
15286
9ee41772
PA
152872015-04-10 Pedro Alves <palves@redhat.com>
15288
15289 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
15290 gdb_test_sequence and gdb_assert.
15291
07473109
PA
152922015-04-10 Pedro Alves <palves@redhat.com>
15293
15294 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
15295 test messages that don't include the breakpoint address.
15296
de3db44c
YQ
152972015-04-10 Yao Qi <yao.qi@linaro.org>
15298
15299 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
15300 false for some offset and width combinations which aren't
15301 supported by linux kernel.
15302
c79d856c
PA
153032015-04-10 Pedro Alves <palves@redhat.com>
15304
15305 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
15306 procedure, factored out from ...
15307 (top level): ... here. Add "set displaced-stepping" testing axis.
15308 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
15309 parameter "displaced". Use it.
15310 (top level): Use foreach and add "set displaced-stepping" testing
15311 axis.
15312
ebc90b50
PA
153132015-04-10 Pedro Alves <palves@redhat.com>
15314
15315 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
15316 Remove comment.
15317 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
15318 both the address of the instruction that triggers the watchpoint
15319 and the address of the instruction immediately after, and use
15320 those addresses for the test. Fix comment.
15321
8f572e5c
PA
153222015-04-10 Pedro Alves <palves@redhat.com>
15323
15324 * gdb.base/sigstep.exp (breakpoint_to_handler)
15325 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
15326 Test "backtrace" in handler.
15327 (breakpoint_over_handler): New parameter 'displaced'. Use it.
15328 (top level): Add new "displaced" test axis to
15329 breakpoint_to_handler, breakpoint_to_handler_entry and
15330 breakpoint_over_handler.
15331
8d707a12
PA
153322015-04-10 Pedro Alves <palves@redhat.com>
15333
15334 PR gdb/18216
15335 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
15336
ef713951
YQ
153372015-04-10 Yao Qi <yao.qi@linaro.org>
15338
15339 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
15340 (test_add_rn_pc): New function.
15341 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
15342 (top level): Invoke test_add_rn_pc.
15343
906d60cf
PA
153442015-04-10 Pedro Alves <palves@redhat.com>
15345
15346 PR gdb/13858
15347 * gdb.base/step-over-no-symbols.exp: New file.
15348
f2983cc3
AW
153492015-04-09 Andy Wingo <wingo@igalia.com>
15350
15351 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
15352 after the Python tests.
15353
6d62641c
SDJ
153542015-04-08 Keith Seitz <keiths@redhat.com>
15355
15356 PR python/16699
15357 * gdb.python/py-completion.exp: New tests for completion.
15358 * gdb.python/py-completion.py (CompleteLimit1): New class.
15359 (CompleteLimit2): Likewise.
15360 (CompleteLimit3): Likewise.
15361 (CompleteLimit4): Likewise.
15362 (CompleteLimit5): Likewise.
15363 (CompleteLimit6): Likewise.
15364 (CompleteLimit7): Likewise.
15365
f3770638
PA
153662015-04-08 Pedro Alves <palves@redhat.com>
15367
15368 PR gdb/18214
15369 PR gdb/18216
15370 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
15371 function.
15372 (main): Install it as SIGUSR1 handler.
15373 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
15374 parameter. Always use "setup" as prefix. Toggle "set
15375 displaced-stepping" off/on depending on global. Don't switch to
15376 thread 1 here.
15377 (top level): Add displaced stepping "off/on" test axis. Update
15378 "setup" calls. Wrap each subtest with with_test_prefix. Test
15379 continuing with a queued signal in each thread.
15380
4496bed7
PA
153812015-04-08 Pedro Alves <palves@redhat.com>
15382
15383 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
15384 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
15385 gdb_breakpoint instead of gdb_test that doesn't expect anything.
15386 Return early if running to main fails.
15387 * gdb.trace/while-stepping.exp: Likewise.
15388
b97fde92
PA
153892015-04-07 Pedro Alves <palves@redhat.com>
15390
15391 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
15392 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
15393 interact with inferior program.
15394
f71c18e7
PA
153952015-04-07 Pedro Alves <palves@redhat.com>
15396
15397 * lib/gdb.exp (inferior_spawn_id): New global.
15398 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
15399 spawn id after processing the user code.
15400 (default_gdb_start): Set inferior_spawn_id.
15401 (send_inferior): New procedure.
15402 * lib/gdbserver-support.exp (gdbserver_start): Set
15403 inferior_spawn_id.
15404 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
15405
6423214f
PA
154062015-04-07 Pedro Alves <palves@redhat.com>
15407
15408 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
15409 * lib/gdbserver-support.exp (gdbserver_start): Make
15410 $server_spawn_id global.
15411 (gdbserver_start): Don't wait for gdbserver's spawn id with
15412 expect_background.
15413 (close_gdbserver): New procedure.
15414 (gdb_exit): Rename the default version and reimplement.
15415
71c0ee8c
PA
154162015-04-07 Pedro Alves <palves@redhat.com>
15417
72f4393d 15418 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
71c0ee8c
PA
15419 append the substituted item, not the original item.
15420
203bc29b
PA
154212015-04-07 Pedro Alves <palves@redhat.com>
15422
15423 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
15424 gdb_expect.
15425
508a3ddf
PA
154262015-04-07 Pedro Alves <palves@redhat.com>
15427
15428 * gdb.base/interrupt.exp: Don't handle the case of the inferior
15429 output appearing once only.
15430
9f6dbe2b
PA
154312015-04-07 Pedro Alves <palves@redhat.com>
15432
15433 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
15434 that doesn't expect anything. Return early if running to main
15435 fails.
15436
337532fa
YQ
154372015-04-07 Yao Qi <yao.qi@linaro.org>
15438
15439 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
15440 (child_function): Call alarm.
15441 (main): Move call to alarm into the loop.
15442 * gdb.threads/non-stop-fair-events.exp: Build program with
15443 -DTIMEOUT=$timeout.
15444
01b622d4
DE
154452015-04-06 Doug Evans <xdje42@gmail.com>
15446
15447 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
15448 Fix dest parameter to board_info.
15449 (fpc_compile): Ditto.
15450 (gdb_compile_pascal): Rename dest arg to destfile.
15451
961f4160
PMR
154522015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
15453
15454 * gdb.ada/funcall_ref.exp: New file.
15455 * gdb.ada/funcall_ref/foo.adb: New file.
15456
cafda597
YQ
154572015-04-02 Yao Qi <yao.qi@linaro.org>
15458
15459 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
15460 is remote.
15461
fed040c6
GB
154622015-04-02 Gary Benson <gbenson@redhat.com>
15463
15464 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
15465
d11916aa
SS
154662015-04-01 Sasha Smundak <asmundak@google.com>
15467
15468 * gdb.python/py-unwind-maint.c: New file.
15469 * gdb.python/py-unwind-maint.exp: New test.
15470 * gdb.python/py-unwind-maint.py: New file.
15471 * gdb.python/py-unwind.c: New file.
15472 * gdb.python/py-unwind.exp: New test.
15473 * gdb.python/py-unwind.py: New test.
15474
a1471180
PA
154752015-04-01 Pedro Alves <palves@redhat.com>
15476
15477 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
15478 to fail instead of non-existent $test.
15479
0bbeccb1
PA
154802015-04-01 Pedro Alves <palves@redhat.com>
15481
15482 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
15483 GDBFLAGS if not empty.
15484
3c724c8c
PMR
154852015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
15486
15487 * gdb.ada/complete.exp: Remove "multi_line".
15488 * gdb.ada/info_exc.exp: Remove "multi_line".
15489 * gdb.ada/packed_tagged.exp: Remove "multi_line".
15490 * gdb.ada/ptype_field.exp: Remove "multi_line".
15491 * gdb.ada/sym_print_name.exp: Remove "multi_line".
15492 * gdb.ada/tagged.exp: Remove "multi_line".
15493 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
15494 [multi_line ...]
15495 * gdb.btrace/delta.exp: Likewise.
15496 * gdb.btrace/exception.exp: Likewise.
15497 * gdb.btrace/function_call_history.exp: Likewise.
15498 * gdb.btrace/instruction_history.exp: Likewise.
15499 * gdb.btrace/nohist.exp: Likewise.
15500 * gdb.btrace/record_goto.exp: Likewise.
15501 * gdb.btrace/segv.exp: Likewise.
15502 * gdb.btrace/stepi.exp: Likewise.
15503 * gdb.btrace/tailcall.exp: Likewise.
15504 * gdb.btrace/unknown_functions.exp: Likewise.
15505 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
15506 * lib/gdb.exp: Add the "multi_line" helper.
15507
4eec2deb
PA
155082015-04-01 Pedro Alves <palves@redhat.com>
15509
15510 * gdb.threads/tid-reuse.c: New file.
15511 * gdb.threads/tid-reuse.exp: New file.
15512
df8411da
SDJ
155132015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
15514
15515 PR corefiles/16092
15516 * gdb.base/coredump-filter.c: New file.
15517 * gdb.base/coredump-filter.exp: Likewise.
15518
6ef37366
PM
155192015-03-27 Petr Machata <pmachata@redhat.com>
15520
15521 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
15522 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
15523 (Dwarf::assemble): Initialize them.
15524 (Dwarf::lines): New function.
15525
7ec911b0
JT
155262015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
15527
15528 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
15529 SYMBOL_PREFIX for x86_64-*-cygwin.
15530
ff908ebf
AW
155312015-03-26 Andy Wingo <wingo@igalia.com>
15532
15533 PR symtab/18148
15534 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
15535 const_value but not a location.
15536 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
15537 location defined in non-main CUs are visible.
15538
6d5f0679
YQ
155392015-03-26 Yao Qi <yao.qi@linaro.org>
15540
15541 PR testsuite/18139
15542 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
15543 Add a line number entry for the same line.
15544 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
15545 Add a line number entry for the same line.
15546
2898689b
YQ
155472015-03-26 Yao Qi <yao.qi@linaro.org>
15548
15549 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
15550 .int 0.
15551 (func): Likewise. Add .Lfunc_1 label.
15552 Use .Lfunc_1 label.
15553 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
15554 .int 0.
15555 (func): Likewise.
15556 Use .Lfunc_1 label.
15557
85180498
YQ
155582015-03-26 Yao Qi <yao.qi@linaro.org>
15559
15560 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
15561 Call gdb_compile instead to compile each .s files without debug
15562 information.
15563
8aa08a8d
YQ
155642015-03-26 Yao Qi <yao.qi@linaro.org>
15565
15566 * gdb.base/savedregs.exp (process_saved_regs): Make
15567 "Saved registers:" optional in the pattern.
15568
66849923
MM
155692015-03-25 Markus Metzger <markus.t.metzger@intel.com>
15570
15571 * gdb.btrace/next.exp: Merged into step.exp.
15572 * gdb.btrace/finish.exp: Merged into step.exp.
15573 * gdb.btrace/nexti.exp: Merged into stepi.exp.
15574 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
15575 "record goto" and checking the exact replay position.
15576 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
15577 check for "Recording format" in "info record" output.
15578 * gdb.btrace/record_goto.exp: Choose test file based on target.
15579 * gdb.btrace/x86-record_goto.S: Renamed into ...
15580 * gdb.btrace/x86_64-record_goto.S: ... this.
15581 * gdb.btrace/i686-record_goto.S: New.
15582 * gdb.btrace/x86-tailcall.S: Renamed into ...
15583 * gdb.btrace/x86_64-tailcall.S: ... this.
15584 * gdb.btrace/i686-tailcall.S: New.
15585 * gdb.btrace/x86-tailcall.c: Renamed into ...
15586 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
15587 separate statements. Update test.
15588 * gdb.btrace/delta.exp: Use record_goto.c as test file.
15589 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
15590 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
15591 * gdb.btrace/tailcall.exp: Choose test file based on target.
15592 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
15593
11cc1b74
MM
155942015-03-25 Markus Metzger <markus.t.metzger@intel.com>
15595
15596 * gdb.btrace/exception.exp: Increase BTS buffer size.
15597
a25d8bf9
PA
155982015-03-24 Pedro Alves <palves@redhat.com>
15599
15600 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
15601
856e7dd6
PA
156022015-03-24 Pedro Alves <palves@redhat.com>
15603
15604 * gdb.threads/schedlock.exp (test_step): No longer expect that
15605 "set scheduler-locking step" with "next" over a function call runs
15606 threads unlocked.
15607
ad235a41
AT
156082015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
15609
15610 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
15611
15630549
AT
156122015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
15613
15614 PR breakpoints/16466
15615 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
15616 * gdb.mi/mi-pending.c (thread_func): New function.
15617 (int main): Add threading support required.
15618 * gdb.mi/mi-pending.exp: Add tests for this issue.
15619 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
15620 (pendfunc2): Remove stdio dependency.
15621 * gdb.mi/mi-pendshr2.c: New file.
15622
693dca06
KS
156232015-03-23 Keith Seitz <keiths@redhat.com>
15624
15625 * gdb.linespec/keywords.c: New file.
15626 * gdb.linespec/keywords.exp: New file.
15627
7e993ebf
KS
156282015-03-23 Keith Seitz <keiths@redhat.com>
15629
15630 PR gdb/18021
15631 * gdb.dwarf2/staticvirtual.exp: New test.
15632
bc23328c
JK
156332015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
15634
15635 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
15636 * README: Remove HP-UX and gdb.hp.
15637 (configuration):
15638 * configure: Regenerate.
15639 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
15640 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
15641 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
15642 gdb.hp/gdb.defects/Makefile.
15643 * gdb.hp/Makefile.in: File deleted.
15644 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
15645 * gdb.hp/gdb.aCC/optimize.c: File deleted.
15646 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
15647 * gdb.hp/gdb.aCC/run.c: File deleted.
15648 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
15649 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
15650 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
15651 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
15652 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
15653 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
15654 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
15655 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
15656 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
15657 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
15658 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
15659 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
15660 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
15661 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
15662 * gdb.hp/gdb.base-hp/reg.s: File deleted.
15663 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
15664 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
15665 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
15666 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
15667 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
15668 * gdb.hp/gdb.compat/Makefile.in: File deleted.
15669 * gdb.hp/gdb.compat/average.c: File deleted.
15670 * gdb.hp/gdb.compat/sum.c: File deleted.
15671 * gdb.hp/gdb.compat/xdb.c: File deleted.
15672 * gdb.hp/gdb.compat/xdb0.c: File deleted.
15673 * gdb.hp/gdb.compat/xdb0.h: File deleted.
15674 * gdb.hp/gdb.compat/xdb1.c: File deleted.
15675 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
15676 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
15677 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
15678 * gdb.hp/gdb.defects/Makefile.in: File deleted.
15679 * gdb.hp/gdb.defects/bs14602.c: File deleted.
15680 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
15681 * gdb.hp/gdb.defects/solib-d.c: File deleted.
15682 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
15683 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
15684 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
15685 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
15686 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
15687 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
15688 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
15689 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
15690 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
15691 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
15692 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
15693 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
15694 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
15695 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
15696 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
15697 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
15698 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
15699 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
15700 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
15701 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
15702 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
15703 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
15704 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
15705 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
15706 * gdb.hp/tools/odump: File deleted.
15707
8bf3b159
PA
157082015-03-19 Pedro Alves <palves@redhat.com>
15709
15710 * gdb.threads/continue-pending-status.exp (saw_thread_2)
15711 (saw_thread_3): New globals.
15712 (top level): Increment them when an event for the corresponding
15713 thread is seen.
15714 (no thread starvation): New test.
15715
eb54c8bf
PA
157162015-03-19 Pedro Alves <palves@redhat.com>
15717
15718 * gdb.threads/continue-pending-status.c: New file.
15719 * gdb.threads/continue-pending-status.exp: New file.
15720
32d2e5d6
PA
157212015-03-18 Pedro Alves <palves@redhat.com>
15722
15723 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
15724 Use gdb_is_target_remote instead of is_remote. Use
15725 gdb_test_multiple instead of gdb_expect. Exit early if
15726 gdb_test_multiple hits its internal matches. Tighten stepi tests
15727 expected output. Fail on exit with any signal, instead of just
15728 SIGILL.
15729
f68f11b7
YQ
157302015-03-18 Yao Qi <yao.qi@linaro.org>
15731
15732 PR tdep/18107
15733 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
15734 variable.
15735 * gdb.base/catch-syscall.exp: Don't skip it on
15736 aarch64*-*-linux* target. Remove elements in all_syscalls.
15737 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
15738 target.
15739 (setup_all_syscalls): New proc.
15740
ca5fd19b
YQ
157412015-03-16 Yao Qi <yao.qi@linaro.org>
15742
15743 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
15744 (top level): Skip tests if valid_addr_p returns false for
15745 $cmd1 or $cmd2.
15746
85642ba0
AW
157472015-03-11 Andy Wingo <wingo@igalia.com>
15748
15749 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
15750
e03f9645
YQ
157512015-03-11 Yao Qi <yao.qi@linaro.org>
15752
15753 * gdb.base/catch-syscall.exp: Fix typo in comments.
15754
5d0962b2
YQ
157552015-03-11 Yao Qi <yao.qi@linaro.org>
15756
15757 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
15758
b2df3cef
PA
157592015-03-09 Pedro Alves <palves@redhat.com>
15760
15761 * dg-extract-results.py: Delete.
15762
ef878e53
PA
157632015-03-09 Pedro Alves <palves@redhat.com>
15764
15765 Merge dg-extract-results.sh from GCC upstream (r218843).
15766
15767 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
15768 * dg-extract-results.sh: Use --text with grep to avoid issues with
15769 binary files. Fall back to cat -v, if that doesn't work.
15770
9494d219
PA
157712015-03-05 Pedro Alves <palves@redhat.com>
15772
15773 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
15774
a8d9763a
SM
157752015-03-04 Simon Marchi <simon.marchi@ericsson.com>
15776
15777 * lib/mi-support.exp (mi_expect_interrupt): Accept
15778 alternative event for when in all-stop mode.
15779
be9957b8
PA
157802015-03-04 Pedro Alves <palves@redhat.com>
15781
15782 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
15783
d57be0f4 157842015-03-04 Mark Kettenis <kettenis@gnu.org>
4727d613
MK
15785
15786 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
15787
c214c7cf
AA
157882015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
15789
15790 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
15791 regexps for GDB's current line display, accept a hex address
15792 preceding the line number.
15793
6d74a497
AA
157942015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
15795
15796 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
15797 the 'arch1' variable for "s390*-linux*" targets.
15798
511aee7c
PA
157992015-03-04 Pedro Alves <palves@redhat.com>
15800
15801 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
15802 (main): Pass missing retval argument to pthread_join call.
15803
95e50b27
PA
158042015-03-02 Pedro Alves <palves@redhat.com>
15805
15806 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
15807 (top level): Call do_test with non-stop as well.
15808
28054d69
PA
158092015-03-02 Pedro Alves <palves@redhat.com>
15810
15811 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
15812 -1.
15813
4fa5d7b4
AA
158142015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
15815
15816 * gdb.arch/s390-vregs.exp: New test.
15817 * gdb.arch/s390-vregs.S: New file.
15818
97c18565
PA
158192015-02-27 Pedro Alves <palves@redhat.com>
15820
15821 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
15822 call to catch_command_errors.
15823 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
15824 catch_command_errors.
15825
a37bfa30
PA
158262015-02-27 Pedro Alves <palves@redhat.com>
15827
15828 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
15829 "true" for boolean result.
15830 * gdb.gdb/selftest.exp (test_with_self): Also accept full
15831 prototype of main.
15832
6f98576f
PA
158332015-02-27 Pedro Alves <palves@redhat.com>
15834
15835 * lib/unbuffer_output.c: New file.
15836 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
15837 (main): Call gdb_unbuffer_output.
15838
eba5ab56
YQ
158392015-02-27 Yao Qi <yao.qi@linaro.org>
15840
15841 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
15842 target.
15843
0def5aaa
DE
158442015-02-26 Doug Evans <dje@google.com>
15845
15846 * gdb.cp/class2.cc (Dbase, D): New classes.
15847 (main): New local delta.
15848 * gdb.cp/class2.exp: Test printing delta.
15849 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
15850 (dynbar): New global.
15851 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
15852
081a1c2c
JK
158532015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
15854
15855 * gdb.compile/compile-ifunc.c: New file.
15856 * gdb.compile/compile-ifunc.exp: New file.
15857
2f41223f
AT
158582015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
15859
15860 * gdb.base/structs.exp: Check for correct struct on finish.
15861
03eddd80
YQ
158622015-02-26 Yao Qi <yao.qi@linaro.org>
15863
15864 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
15865 is zero.
15866
80c57053
JK
158672015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
15868
15869 * gdb.arch/cordic.ko.bz2: New file.
15870 * gdb.arch/cordic.ko.debug.bz2: New file.
15871 * gdb.arch/ppc64-symtab-cordic.exp: New file.
15872
21613c12
YQ
158732015-02-25 Yao Qi <yao.qi@linaro.org>
15874
15875 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
15876 aarch64*-*-* target.
15877
d8b901ed
PA
158782015-02-23 Pedro Alves <palves@redhat.com>
15879
15880 * lib/gdb.exp (delete_breakpoints): Rewrite using
15881 gdb_test_multiple.
15882
e5b85ead
PA
158832015-02-23 Pedro Alves <palves@redhat.com>
15884
15885 * gdb.base/info-os.c: Include stdlib.h.
15886
85c3a371
DE
158872015-02-22 Doug Evans <xdje42@gmail.com>
15888
15889 PR symtab/17855
15890 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
15891 is read after symbols have been re-read.
15892 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
15893 * gdb.ada/exec_changed/second.adb (Second): Ditto.
15894
96553a0c
DE
158952015-02-21 Doug Evans <dje@google.com>
15896
15897 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
15898
97a0c697
JK
158992015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
15900
15901 PR corefiles/17808
15902 * gdb.arch/i386-biarch-core.core.bz2: New file.
15903 * gdb.arch/i386-biarch-core.exp: New file.
15904
a47cd6e9
PA
159052015-02-21 Pedro Alves <palves@redhat.com>
15906
15907 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
15908 runto_main fails.
15909
c5facdc4
PA
159102015-02-20 Pedro Alves <palves@redhat.com>
15911
15912 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
15913 info probes.
15914
2db9a427
PA
159152015-02-20 Pedro Alves <palves@redhat.com>
15916
15917 * gdb.threads/multi-create-ns-info-thr.exp: New file.
15918
60fb7e9e
PA
159192015-02-20 Pedro Alves <palves@redhat.com>
15920
15921 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
15922 clean_restart before gdb_target_supports_trace.
15923
5c5019c2
PA
159242015-02-20 Pedro Alves <palves@redhat.com>
15925
15926 PR threads/18006
15927 * gdb.threads/clone-thread_db.c: New file.
15928 * gdb.threads/clone-thread_db.exp: New file.
15929
c9587f88
AT
159302015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
15931
15932 PR breakpoints/16812
15933 * gdb.base/catch-gdb-caused-signals.c: New file.
15934 * gdb.base/catch-gdb-caused-signals.exp: New file.
15935
f6a88844
JM
159362015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
15937
15938 * configure: Regenerated.
15939 * configure.ac: Use GDB_AC_TRANSFORM.
15940 * aclocal.m4: sinclude ../transform.m4.
15941
497c491b
JM
159422015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
15943
15944 * lib/dtrace.exp: New file.
15945 * gdb.base/dtrace-probe.exp: Likewise.
15946 * gdb.base/dtrace-probe.d: Likewise.
15947 * gdb.base/dtrace-probe.c: Likewise.
15948 * lib/pdtrace.in: Likewise.
15949 * configure.ac: Output variables with the transformed names of
15950 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
15951 * configure: Regenerated.
15952
03e98035
JM
159532015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
15954
15955 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
15956 expected message when trying to access $_probe_* convenience
15957 variables while not on a probe.
15958
63cc30e9
JK
159592015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
15960
15961 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
15962
0703599a
PA
159632015-02-11 Pedro Alves <pedro@codesourcery.com>
15964
15965 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
15966 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
15967
7e60a48e
DE
159682015-02-10 Doug Evans <xdje42@gmail.com>
15969
15970 * lib/gdb.exp (gdb_load): Always return a result.
15971
01b088bc
PA
159722015-02-10 Pedro Alves <palves@redhat.com>
15973
15974 * gdb.threads/signal-sigtrap.c: New file.
15975 * gdb.threads/signal-sigtrap.exp: New file.
15976
b05ec7a5
AT
159772015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
15978
15979 * gdb.trace/no-attach-trace.c: New file.
15980 * gdb.trace/no-attach-trace.exp: New file.
15981
a2c2acaf
MW
159822015-02-09 Mark Wielaard <mjw@redhat.com>
15983
15984 * gdb.dwarf2/atomic.c: New file.
15985 * gdb.dwarf2/atomic-type.exp: Likewise.
15986
31fd9caa
MM
159872015-02-09 Markus Metzger <markus.t.metzger@intel.com>
15988
15989 * gdb.btrace/buffer-size.exp: Update "info record" output.
15990 * gdb.btrace/delta.exp: Update "info record" output.
15991 * gdb.btrace/enable.exp: Update "info record" output.
15992 * gdb.btrace/finish.exp: Update "info record" output.
15993 * gdb.btrace/instruction_history.exp: Update "info record" output.
15994 * gdb.btrace/next.exp: Update "info record" output.
15995 * gdb.btrace/nexti.exp: Update "info record" output.
15996 * gdb.btrace/step.exp: Update "info record" output.
15997 * gdb.btrace/stepi.exp: Update "info record" output.
15998 * gdb.btrace/nohist.exp: Update "info record" output.
15999
d33501a5
MM
160002015-02-09 Markus Metzger <markus.t.metzger@intel.com>
16001
16002 * gdb.btrace/buffer-size: New.
16003
f4abbc16
MM
160042015-02-09 Markus Metzger <markus.t.metzger@intel.com>
16005
16006 * gdb.btrace/delta.exp: Update "info record" output.
16007 * gdb.btrace/enable.exp: Update "info record" output.
16008 * gdb.btrace/finish.exp: Update "info record" output.
16009 * gdb.btrace/instruction_history.exp: Update "info record" output.
16010 * gdb.btrace/next.exp: Update "info record" output.
16011 * gdb.btrace/nexti.exp: Update "info record" output.
16012 * gdb.btrace/step.exp: Update "info record" output.
16013 * gdb.btrace/stepi.exp: Update "info record" output.
16014 * gdb.btrace/nohist.exp: Update "info record" output.
16015
b9d61307
SM
160162015-02-06 Simon Marchi <simon.marchi@ericsson.com>
16017
16018 PR gdb/15678
16019 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
16020
e584fdbc
PA
160212015-02-06 Pedro Alves <palves@redhat.com>
16022
16023 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
16024 macro.
16025 (seconds_left, again): New globals.
16026 (main): Wait seconds_left in a 1-second sleep loop instead of
16027 sleeping 180 seconds. If 'again' is set, reset the seconds
16028 counter.
16029 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
16030 'again' in the inferior before detaching. Print the seconds left.
16031 (options): New global.
16032 (top level): Build program with -DTIMEOUT=$timeout.
16033
77f41761
PA
160342015-02-06 Pedro Alves <palves@redhat.com>
16035
16036 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
16037 determine how many seconds to pass to 'alarm'.
16038 * gdb.base/gdb-sigterm.exp (top level): Build program with
16039 -DTIMEOUT=$timeout.
16040 (do_test): Return success/failure indication. Add more verbose
16041 logging. Don't fail if 200 single steps are seen. Instead, fail
16042 when the test times out.
16043 (passes): New global.
16044 (top level): Break the testing loop if testing fails on any
16045 iteration. Use gdb_assert.
16046
b9394193
DB
160472015-02-04 Don Breazeal <donb@codesourcery.com>
16048
16049 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
16050 and initialize them.
16051 (ipc_cleanup): New function.
16052 (main): Don't declare shmid, semid, and msqid. Add a call to
16053 atexit so that we call ipc_cleanup on exit.
16054
42d9e528
PA
160552015-02-04 Pedro Alves <palves@redhat.com>
16056
16057 * boards/native-extended-gdbserver.exp: Remove any target variant
16058 specifications from the board name before clearing the isremote
16059 flag from board_info.
16060
ae6ae975
DE
160612015-01-31 Doug Evans <xdje42@gmail.com>
16062
16063 * gdb.base/maint.exp <maint print type argc>: Update expected output.
16064
cfb069a8
GB
160652015-01-31 Gary Benson <gbenson@redhat.com>
16066
16067 * gdb.base/completion.exp: Disable completion limiting for
16068 existing tests. Add new tests to check completion limiting.
16069 * gdb.linespec/ls-errs.exp: Disable completion limiting.
16070
5dd31d79
DE
160712015-01-31 Doug Evans <xdje42@gmail.com>
16072
16073 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
16074
9f050062
DE
160752015-01-31 Doug Evans <xdje42@gmail.com>
16076
16077 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
16078 entries. Duplicate file section script entries.
16079 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
16080 inlined entries. Add test for safe-path rejection.
16081 * gdb.python/py-section-script.c: Add duplicate inlined section script
16082 entries. Duplicate file section script entries.
16083 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
16084 inlined entries. Add test for safe-path rejection.
16085
df25ebbd
JB
160862015-01-29 Joel Brobecker <brobecker@adacore.com>
16087
16088 * gdb.ada/disc_arr_bound: New testcase.
16089
4a0ca9ec
JB
160902015-01-29 Joel Brobecker <brobecker@adacore.com>
16091
16092 * gdb.ada/mi_var_array: New testcase.
16093
3a8b707a
DE
160942015-01-27 Doug Evans <dje@google.com>
16095
16096 * gdb.python/py-objfile.exp: Add tests for objfile.username.
16097 Add test for objfile.filename, objfile.username after objfile
16098 has been unloaded.
16099
f8313f6e
JB
161002015-01-26 Joel Brobecker <brobecker@adacore.com>
16101
16102 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
16103 the second test to print the name attribute of value
16104 returned by the call to gdb.lookup_type, and adjust
16105 the expected output accordingly.
16106
37bc665e
MW
161072015-01-25 Mark Wielaard <mjw@redhat.com>
16108
16109 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
16110 * gdb.base/disp-step-fork.c: Include unistd.h.
16111 * gdb.base/siginfo-obj.c: Include stdio.h.
16112 * gdb.base/siginfo-thread.c: Likewise.
16113 * gdb.mi/non-stop.c: Include unistd.h.
16114 * gdb.mi/nsthrexec.c: Include stdio.h.
16115 * gdb.mi/pthreads.c: Include unistd.h.
16116 * gdb.modula2/unbounded1.c (main): Declare returns int.
16117 * gdb.reverse/consecutive-reverse.c: Likewise.
16118 * gdb.threads/create-fail.c: Include unistd.h.
16119 * gdb.threads/killed.c: Likewise.
16120 * gdb.threads/linux-dp.c: Likewise.
16121 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
16122 * gdb.threads/non-ldr-exc-2.c: Likewise.
16123 * gdb.threads/non-ldr-exc-3.c: Likewise.
16124 * gdb.threads/non-ldr-exc-4.c: Likewise.
16125 * gdb.threads/pthreads.c: Include unistd.h.
16126 (main): Declare returns int.
16127 * gdb.threads/tls-main.c (foo): New declaration.
16128 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
16129
f7e5394d
SM
161302015-01-23 Simon Marchi <simon.marchi@ericsson.com>
16131
16132 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
16133 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
16134
743649fd
MW
161352015-01-15 Mark Wielaard <mjw@redhat.com>
16136
16137 * gdb.base/noreturn-return.c: New file.
16138 * gdb.base/noreturn-return.exp: New file.
16139 * gdb.base/noreturn-finish.c: New file.
16140 * gdb.base/noreturn-finish.exp: New file.
16141
198297aa
PA
161422015-01-23 Pedro Alves <palves@redhat.com>
16143
16144 * gdb.threads/continue-pending-after-query.c: New file.
16145 * gdb.threads/continue-pending-after-query.exp: New file.
16146
717cf30c
AG
161472015-01-22 Anders Granlund <anders.granlund@ericsson.com>
16148 Simon Marchi <simon.marchi@ericsson.com>
16149
16150 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
16151 * gdb.base/valgrind-db-attach.exp: Same.
16152 * gdb.base/valgrind-infcall.exp: Same.
16153 * lib/mi-support.exp (default_mi_gdb_start): Same.
16154 * lib/prompt.exp (default_prompt_gdb_start): Same.
16155 * lib/gdb.exp (default_gdb_spawn): Same.
16156 (gdb_interact): New.
16157
16158
4b62a76e
JK
161592015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
16160
16161 * gdb.compile/compile.exp (pointer to jit function): New test.
16162
b4cdae6f
WW
161632015-01-17 Wei-cheng Wang <cole945@gmail.com>
16164
16165 * lib/gdb.exp (supports_process_record): Return true for
16166 powerpc*-*-linux*.
16167 (supports_reverse): Likewise.
16168
d221e7ef
DB
161692015-01-15 Don Breazeal <donb@codesourcery.com>
16170
16171 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
16172 instead of checking whether the target board is remote and
16173 use spawn_wait_for_attach instead of exec/sleep.
16174 * gdb.base/attach-twice.exp: Likewise.
16175
bafffb51
JB
161762015-01-15 Joel Brobecker <brobecker@adacore.com>
16177
16178 * gdb.ada/var_arr_attrs: New testcase.
16179
5589af0e
PA
161802015-01-14 Pedro Alves <palves@redhat.com>
16181 Joel Brobecker <brobecker@adacore.com>
16182
16183 PR gdb/17525
16184 * gdb.base/bp-cmds-execution-x-script.c: New file.
16185 * gdb.base/bp-cmds-execution-x-script.exp: New file.
16186 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
16187
6c400b59
PA
161882015-01-14 Pedro Alves <palves@redhat.com>
16189
16190 PR cli/17828
16191 * gdb.base/batch-preserve-term-settings.c: New file.
16192 * gdb.base/batch-preserve-term-settings.exp: New file.
16193
e02c96a7
DE
161942015-01-13 Doug Evans <dje@google.com>
16195
16196 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
16197 binary.
16198
576fd14c
JB
161992015-01-13 Joel Brobecker <brobecker@adacore.com>
16200
16201 * Makefile.in (clean mostlyclean): Do not delete *.py.
16202
04dccad0
JB
162032015-01-13 Joel Brobecker <brobecker@adacore.com>
16204
16205 * gdb.python/py-lookup-type.exp: New file.
16206
3d230f71
PA
162072015-01-12 Pedro Alves <palves@redhat.com>
16208
16209 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
16210 restore GDBFLAGS before returning.
16211
7e67715d
JK
162122015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
16213
16214 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
16215 is_amd64_regs_target and is_x86_like_target.
16216
f2e0d4b4
DE
162172015-01-11 Doug Evans <xdje42@gmail.com>
16218
16219 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
16220 is given without an explicit form.
16221 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
16222 attributes.
16223 * gdb.dwarf/corrupt.exp: Ditto.
16224 * gdb.dwarf2/enum-type.exp: Ditto.
16225 * gdb.trace/entry-values.exp: Ditto.
16226 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
16227
439250fb
DE
162282015-01-11 Doug Evans <xdje42@gmail.com>
16229
16230 PR gdb/15830
16231 * gdb.base/maint.exp: Remove references to "maint demangle".
16232 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
16233 Add tests for explicitly specifying language to demangle.
16234 * gdb.dlang/demangle.exp: Ditto.
16235
ede9f622
PA
162362015-01-09 Pedro Alves <palves@redhat.com>
16237
16238 * gdb.threads/non-stop-fair-events.c: New file.
16239 * gdb.threads/non-stop-fair-events.exp: New file.
16240
a7b796db
PA
162412015-01-09 Pedro Alves <palves@redhat.com>
16242
16243 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
16244 the global scope. Set a breakpoint after all threads are started
16245 rather than stepping over two source lines. Expect the prompt.
16246 * gdb.base/watch_thread_num.c (threads_started_barrier): New
16247 global.
16248 (NUM): Now 15.
16249 (main): Use threads_started_barrier to wait for all threads to
16250 start. Main thread no longer calls thread_function. Exit after
16251 180 seconds.
16252 (loop): New function.
16253 (thread_function): Wait on threads_started_barrier barrier. Call
16254 'loop' at each iteration.
16255 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
16256 threads have started, instead of hardcoding number of "next"
16257 steps. Use an access watchpoint instead of a write watchpoint.
16258
9665ffdd
PA
162592015-01-09 Pedro Alves <palves@redhat.com>
16260
16261 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
16262 (thread_func): Wait on barrier.
16263 (main): Wait for all threads to start before stopping GDB.
16264 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
16265 global.
16266 (thread1_func, thread2_func): Wait on barrier.
16267 (main): Wait for all threads to start before stopping GDB.
16268 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
16269 New global.
16270 (thread1_func, thread2_func): Wait on barrier.
16271 (main): Wait for all threads to start before stopping GDB.
16272
c945a99f
PA
162732015-01-09 Pedro Alves <palves@redhat.com>
16274
16275 * gdb.threads/attach-many-short-lived-threads.c: New file.
16276 * gdb.threads/attach-many-short-lived-threads.exp: New file.
16277
c1a747c1
PA
162782014-01-09 Pedro Alves <palves@redhat.com>
16279
16280 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
16281 instead of to thread 2.
16282 * gdb.threads/signal-command-multiple-signals-pending.c (main):
16283 Add barrier around each pthread_create call instead of around all
16284 calls.
16285 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
16286 Set a break on thread_function and have the child threads hit it
16287 one at at a time.
16288
60b3033e
PA
162892015-01-09 Pedro Alves <palves@redhat.com>
16290
16291 * lib/gdb.exp (can_spawn_for_attach): New procedure.
16292 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
16293 false.
16294 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
16295 checking whether the target board is remote.
16296 * gdb.multi/multi-attach.exp: Likewise.
16297 * gdb.python/py-sync-interp.exp: Likewise.
16298 * gdb.server/ext-attach.exp: Likewise.
16299 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
16300 tests that need to attach, instead of checking whether the target
16301 board is remote at the top of the file.
16302
acc018ac
YQ
163032015-01-08 Yao Qi <yao@codesourcery.com>
16304
16305 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
16306
50a18af8
JK
163072015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
16308
16309 Fix testcase compilation.
16310 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
16311
8503d6e1
JB
163122015-01-06 Joel Brobecker <brobecker@adacore.com>
16313
16314 * gdb.python/py-type.exp: Add a couple test about empty
16315 array creation, and negative-length array creation.
16316
cc73dbcc
DE
163172015-01-02 Doug Evans <xdje42@gmail.com>
16318
16319 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
16320
0300bbc7
DE
163212015-01-02 Doug Evans <dje@google.com>
16322
16323 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
16324
9d85a0ec
YQ
163252014-12-29 Yao Qi <yao@codesourcery.com>
16326
16327 * gdb.trace/entry-values.exp: Update comments. Rename variable
16328 bar_call_foo to returned_from_foo.
16329
87186c6a
MMN
163302014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
16331
16332 PR gdb/17394
16333 * gdb.linespec/break-asm-file.c: New file.
16334 * gdb.linespec/break-asm-file.exp: New file.
16335 * gdb.linespec/break-asm-file0.s: New file.
16336 * gdb.linespec/break-asm-file1.s: New file.
16337
1bab7383
YQ
163382014-12-18 Nigel Stephens <nigel@mips.com>
16339 Maciej W. Rozycki <macro@codesourcery.com>
16340
16341 * gdb.base/float.exp: Handle the new output from "info float" on
16342 MIPS targets.
16343
1bc1068a
JK
163442014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
16345
16346 Fix MinGW compilation.
16347 * gdb.compile/compile-ops.exp: Update untested message if
16348 !skip_compile_feature_tests.
16349 * gdb.compile/compile-setjmp.exp: Likewise.
16350 * gdb.compile/compile-tls.exp: Likewise.
16351 * gdb.compile/compile.exp: Likewise.
16352 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
16353 supported on this host".
16354
b6615d10
DE
163552014-12-16 Doug Evans <xdje42@gmail.com>
16356
16357 * boards/stabs.exp: New file.
16358
25dda427
AA
163592014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
16360
16361 * gdb.base/completion.exp: Adjust to format changes of "maint
16362 print user-registers".
16363
bf330350
CU
163642014-12-16 Catalin Udma <catalin.udma@freescale.com>
16365
16366 PR server/17457
16367 * gdb.arch/aarch64-fp.c: New file.
16368 * gdb.arch/aarch64-fp.exp: New file.
16369
395cf596
SDJ
163702014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
16371
16372 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
16373 r210637, r210913, r211666, r215400, r215817).
16374
16375 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
16376 * dg-extract-results.py: New file.
16377 * dg-extract-results.sh: Use it if the environment seems
16378 suitable.
16379
16380 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
16381
16382 * dg-extract-results.py (parse_run): Handle warnings that
16383 are printed before a test harness is run.
16384
16385 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
16386
16387 * dg-extract-results.py (Named): Remove __cmp__ method.
16388 (output_variation): Use a key to sort variation.harnesses.
16389
16390 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
16391
16392 * dg-extract-results.py: For Python 3, force sys.stdout to
16393 handle surrogate escape sequences.
16394 (safe_open): New function.
16395 (output_segment, main): Use it.
16396
16397 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
16398
16399 * dg-extract-results.py (Prog.result_re): Include options
16400 in test name.
16401
16402 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
16403
16404 * dg-extract-results.py (output_variation): Always sort if
16405 do_sum.
16406
e882ef3c
SM
164072014-12-15 Simon Marchi <simon.marchi@ericsson.com>
16408
16409 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
16410 as long as we get pagination notifications.
16411
4992aa20
JM
164122014-12-15 Jason Merrill <jason@redhat.com>
16413
16414 * Makefile.in (check-gdb.%): Restore.
16415 * README: Mention it.
16416
c1b5a1a6
JB
164172014-12-13 Joel Brobecker <brobecker@adacore.com>
16418
16419 * gdb.ada/str_uninit: New testcase.
16420
5537b577
JK
164212014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
16422
16423 PR symtab/17642
16424 * gdb.base/vla-stub-define.c: New file.
16425 * gdb.base/vla-stub.c: New file.
16426 * gdb.base/vla-stub.exp: New file.
16427
bb2ec1b3
TT
164282014-12-12 Phil Muldoon <pmuldoon@redhat.com>
16429 Jan Kratochvil <jan.kratochvil@redhat.com>
16430 Tom Tromey <tromey@redhat.com>
16431
16432 * configure.ac: Add gdb.compile/.
16433 * configure: Regenerate.
16434 * gdb.compile/Makefile.in: New file.
16435 * gdb.compile/compile-ops.exp: New file.
16436 * gdb.compile/compile-ops.c: New file.
16437 * gdb.compile/compile-tls.c: New file.
16438 * gdb.compile/compile-tls.exp: New file.
16439 * gdb.compile/compile-constvar.S: New file.
16440 * gdb.compile/compile-constvar.c: New file.
16441 * gdb.compile/compile-mod.c: New file.
16442 * gdb.compile/compile-nodebug.c: New file.
16443 * gdb.compile/compile-setjmp-mod.c: New file.
16444 * gdb.compile/compile-setjmp.c: New file.
16445 * gdb.compile/compile-setjmp.exp: New file.
16446 * gdb.compile/compile-shlib.c: New file.
16447 * gdb.compile/compile.c: New file.
16448 * gdb.compile/compile.exp: New file.
16449 * lib/gdb.exp (skip_compile_feature_tests): New proc.
16450
4ff709eb
TT
164512014-12-12 Tom Tromey <tromey@redhat.com>
16452
16453 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
16454 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
16455
6dddd6a5
DE
164562014-12-12 Doug Evans <dje@google.com>
16457
16458 * lib/gdb-python.exp (get_python_valueof): New function.
16459 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
16460
71c24708
AA
164612014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
16462
16463 * gdb.base/completion.exp: Add test for completion of "info
16464 registers ".
16465
3e29f34a
MR
164662014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
16467
16468 * gdb.base/func-ptrs.c: New file.
16469 * gdb.base/func-ptrs.exp: New file.
16470
fc126975
SM
164712014-12-10 Simon Marchi <simon.marchi@ericsson.com>
16472
16473 PR breakpoints/17012
16474 * gdb.base/dprintf-detach.c: New file.
16475 * gdb.base/dprintf-detach.exp: New file.
16476
0a46d518
SM
164772014-12-10 Simon Marchi <simon.marchi@ericsson.com>
16478
16479 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
16480 * lib/gdb.exp (target_is_gdbserver): New procedure.
16481
a0be3e44
DE
164822014-12-08 Doug Evans <dje@google.com>
16483
16484 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
16485
df1b803a
YQ
164862014-12-05 Yao Qi <yao@codesourcery.com>
16487
16488 * gdb.guile/scm-error.exp: Remove the third argument to
16489 gdb_remote_download.
16490 * gdb.guile/scm-frame-args.exp: Likewise.
16491 * gdb.guile/scm-section-script.exp: Likewise.
16492
ddb9f679
YQ
164932014-12-05 Yao Qi <yao@codesourcery.com>
16494
16495 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
16496
86e4ed39
DE
164972014-12-04 Doug Evans <dje@google.com>
16498
16499 * gdb.python/py-objfile.exp: Add tests for
16500 objfile.add_separate_debug_file.
16501
7c50a931
DE
165022014-12-04 Doug Evans <dje@google.com>
16503
16504 * lib/gdb.exp (get_build_id): New function.
16505 (build_id_debug_filename_get): Rewrite to use it.
16506 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
16507
621661e3
MR
165082014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
16509
16510 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
16511 `method(long)', not just 0x0.
16512 * gdb.cp/nsalias.exp: Align code labels to 4.
16513 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
16514 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
16515 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
16516 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
16517 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
16518 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
16519
29f0c3b7
DE
165202014-12-02 Doug Evans <dje@google.com>
16521
e1e061e7 16522 PR symtab/17602
29f0c3b7 16523 * gdb.cp/anon-ns.cc: Move guts of this file to ...
e1e061e7 16524 * gdb.cp/anon-ns2.cc: ... here. New file.
29f0c3b7
DE
16525 * gdb.cp/anon-ns.exp: Update.
16526
162078c8
NB
165272014-12-02 Nick Bull <nicholaspbull@gmail.com>
16528
16529 * gdb.python/py-events.py (inferior_call_handler): New.
16530 (register_changed_handler, memory_changed_handler): New.
16531 (test_events.invoke): Register new handlers.
16532 * gdb.python/py-events.exp: Add tests for inferior call,
16533 memory_changed and register_changed events.
16534
fdb09caf
AA
165352014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
16536
16537 * gdb.base/execl-update-breakpoints.exp: Specify the link address
16538 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
16539 if the linker doesn't understand this.
16540
55cfb2c4
SM
165412014-12-01 Simon Marchi <simon.marchi@ericsson.com>
16542
16543 * gdb.python/python.exp: Change expected reply to help().
16544
9e8cd6df
YQ
165452014-12-01 Yao Qi <yao@codesourcery.com>
16546
16547 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
16548 AC_CONFIG_SUBDIRS(gdb.gdbtk).
16549 * configure: Re-generated.
16550
6c659fc2
SC
165512014-11-28 Siva Chandra Reddy <sivachandra@google.com>
16552
16553 * gdb.cp/chained-calls.cc: New file.
16554 * gdb.cp/chained-calls.exp: New file.
16555 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
16556
d7fc3181
SM
165572014-11-28 Simon Marchi <simon.marchi@ericsson.com>
16558
16559 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
16560 * gdb.dwarf2/symtab-producer.exp: Same.
16561 * gdb.gdb/python-interrupts.exp: Same.
16562 * gdb.gdb/python-selftest.exp: Same.
16563 * gdb.python/py-linetable.exp: Same.
16564 * gdb.python/py-type.exp: Same.
16565 * gdb.python/py-value-cc.exp: Same.
16566 * gdb.python/py-value.exp: Same.
16567
10e79639
YQ
165682014-11-28 Yao Qi <yao@codesourcery.com>
16569
16570 * gdb.base/break-probes.exp: Match library name prefixed with
16571 sysroot.
16572
f28a0564
SM
165732014-11-27 Simon Marchi <simon.marchi@ericsson.com>
16574
16575 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
16576 test expected output. Add parentheses for the call to print.
16577 Remove L suffix from integers.
16578
3fe1ce1d
DE
165792014-11-26 Doug Evans <dje@google.com>
16580
16581 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
16582
84429e27
YQ
165832014-11-22 Yao Qi <yao@codesourcery.com>
16584
16585 * gdb.trace/entry-values.c: Remove asms.
16586 (foo): Add foo_label.
16587 (bar): Add bar_label.
16588 * gdb.trace/entry-values.exp: Remove code computing foo's
16589 length and bar's length.
16590 (Dwarf::assemble): Invoke function_range for bar and use
16591 MACRO_AT_func for foo.
16592
26741859
YQ
165932014-11-22 Yao Qi <yao@codesourcery.com>
16594
16595 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
16596 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
16597 Use .Lgcc43_procstart instead of gcc43.
16598
45e44d27
JB
165992014-11-21 Joel Brobecker <brobecker@adacore.com>
16600
16601 * gdb.ada/n_arr_bound: New testcase.
16602
458c8db8
SDJ
166032014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
16604
16605 PR breakpoints/10737
16606 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
16607 test_catch_syscall_multi_arch.
16608 (test_catch_syscall_multi_arch): New function.
16609
43f3e411
DE
166102014-11-20 Doug Evans <xdje42@gmail.com>
16611
16612 * gdb.base/maint.exp: Update expected output.
16613
0d7b2549
AA
166142014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
16615
16616 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
16617 4-byte instruction on S390.
16618
8908fca5
JB
166192014-11-19 Joel Brobecker <brobecker@adacore.com>
16620
16621 * gdb.ada/arr_arr: New testcase.
16622
4a46959e
JB
166232014-11-19 Joel Brobecker <brobecker@adacore.com>
16624
16625 * gdb.ada/pkd_arr_elem: New Testcase.
16626
470e2f4e
LM
166272014-11-18 Luis Machado <lgustavo@codesourcery.com>
16628
16629 * gdb.reverse/break-precsave: Expect completion message for
16630 core file reads.
16631 * gdb.reverse/consecutive-precsave.exp: Likewise.
16632 * gdb.reverse/finish-precsave.exp: Likewise.
16633 * gdb.reverse/i386-precsave.exp: Likewise.
16634 * gdb.reverse/machinestate-precsave.exp: Likewise.
16635 * gdb.reverse/sigall-precsave.exp: Likewise.
16636 * gdb.reverse/solib-precsave.exp: Likewise.
16637 * gdb.reverse/step-precsave.exp: Likewise.
16638 * gdb.reverse/until-precsave.exp: Likewise.
16639 * gdb.reverse/watch-precsave.exp: Likewise.
16640
a267f3ad
AA
166412014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
16642
16643 * gdb.base/bp-permanent.c: Include unistd.h.
16644 * gdb.python/py-framefilter-mi.c (main): Add return type.
16645 * gdb.python/py-framefilter.c (main): Likewise.
16646 * gdb.trace/actions-changed.c (main): Likewise.
16647
12084a9a
AA
166482014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
16649
16650 * gdb.mi/until.c: Add eye-catchers.
16651 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
16652 line numbers.
16653
dc7e1a77
AA
166542014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
16655
16656 * gdb.base/condbreak.exp: Drop references to removed non-prototype
16657 function header variants in break1.c.
16658 * gdb.base/ena-dis-br.exp: Likewise.
16659 * gdb.base/hbreak2.exp: Likewise.
16660 * gdb.reverse/until-precsave.exp: Drop references to removed
16661 non-prototype function header variants in ur1.c.
16662 * gdb.reverse/until-reverse.exp: Likewise.
16663
41c77605
PM
166642014-11-17 Petr Machata <pmachata@redhat.com>
16665
16666 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
16667 ${_cu_offset_size} bytes abbrev offset.
16668
34248c3a
DE
166692014-11-15 Doug Evans <xdje42@gmail.com>
16670
16671 PR symtab/17559
16672 * gdb.base/line-symtabs.exp: New file.
16673 * gdb.base/line-symtabs.c: New file.
16674 * gdb.base/line-symtabs.h: New file.
16675
646da059
YQ
166762014-11-14 Yao Qi <yao@codesourcery.com>
16677
16678 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
16679 (func): Add label func_label.
16680 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
16681 Replace low_pc and high_pc with MACRO_AT_range.
16682 Replace name, low_pc and high_pc with MACRO_AT_func.
16683
9301ebe6
YQ
166842014-11-14 Yao Qi <yao@codesourcery.com>
16685
16686 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
16687 Replace name, low_pc and high_pc with MACRO_AT_func.
16688
f166b542
YQ
166892014-11-14 Yao Qi <yao@codesourcery.com>
16690
16691 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
16692 produce debug information.
16693 * gdb.dwarf2/implptr-optimized-out.S: Removed.
16694
0f6e71e3
YQ
166952014-11-14 Yao Qi <yao@codesourcery.com>
16696
16697 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
16698 object and get function length.
16699 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
16700 with MACRO_AT_func.
16701 (top-level): Replace gdb_compile and clean_restart with
16702 prepare_for_testing.
16703 * gdb.dwarf2/main.c (main): Add label main_label.
16704
876c4df9
YQ
167052014-11-14 Yao Qi <yao@codesourcery.com>
16706
16707 * lib/dwarf.exp (function_range): New procedure.
16708 (Dwarf::_handle_macro_at_func): New procedure.
16709 (Dwarf::_handle_macro_at_range): New procedure.
16710 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
16711
02ad9cf1
YQ
167122014-11-14 Yao Qi <yao@codesourcery.com>
16713
16714 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
16715 (_handle_attribute): New procedure.
16716
a59add0c
AA
167172014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16718
16719 * gdb.ada/cond_lang/foo.c (callme): Add return type.
16720 * gdb.base/call-sc.c (zed): Likewise.
16721 * gdb.base/checkpoint.c (main): Likewise.
16722 * gdb.base/dump.c (main): Likewise.
16723 * gdb.base/gcore.c (main): Likewise.
16724 * gdb.base/huge.c (main): Likewise.
16725 * gdb.base/multi-forks.c (main): Likewise.
16726 * gdb.base/pr10179-a.c (main): Likewise.
16727 * gdb.base/savedregs.c (main): Likewise.
16728 * gdb.base/sigaltstack.c (main): Likewise.
16729 * gdb.base/siginfo.c (main): Likewise.
16730 * gdb.base/structs.c (zed): Likewise.
16731 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
16732 * gdb.mi/mi-syn-frame.c (main): Likewise.
16733 * gdb.mi/until.c (foo, main): Likewise.
16734 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
16735 * gdb.base/solib-weak.c (foo): Declare.
16736 * gdb.base/attach-twice.c: Include stdio.h.
16737 * gdb.base/weaklib1.c: Likewise.
16738 * gdb.base/weaklib2.c: Likewise.
16739 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
16740 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
16741 unistd.h.
16742 * gdb.base/attach-pie-misread.c: Include stdlib.h.
16743 * gdb.mi/mi-exit-code.c: Likewise.
16744 * gdb.base/break-interp-lib.c: Include string.h.
16745 * gdb.base/coremaker.c: Likewise.
16746 * gdb.base/testenv.c: Likewise.
16747 * gdb.python/py-finish-breakpoint.c: Likewise.
16748 * gdb.base/inferior-died.c: Include sys/wait.h.
16749 * gdb.base/fileio.c: Include time.h.
16750 * gdb.base/async-shell.c: Include unistd.h.
16751 * gdb.base/dprintf-non-stop.c: Likewise.
16752 * gdb.base/info-os.c: Likewise.
16753 * gdb.mi/mi-console.c: Likewise.
16754 * gdb.mi/watch-nonstop.c: Likewise.
16755 * gdb.python/py-events.c: Likewise.
16756 * gdb.base/async.c (baz): Move up before its invocation.
16757 * gdb.base/code_elim2.c (my_global_func): Likewise.
16758 * gdb.base/skip-solib-lib.c (multiply): Likewise.
16759 * gdb.base/advance.c (func2): Likewise.
16760
3b5d5997
AA
167612014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16762
16763 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
16764 variant.
16765 * gdb.base/annota3.c: Likewise.
16766 * gdb.base/async.c: Likewise.
16767 * gdb.base/average.c: Likewise.
16768 * gdb.base/call-ar-st.c: Likewise.
16769 * gdb.base/call-rt-st.c: Likewise.
16770 * gdb.base/call-sc.c: Likewise.
16771 * gdb.base/call-strs.c: Likewise.
16772 * gdb.base/ending-run.c: Likewise.
16773 * gdb.base/execd-prog.c: Likewise.
16774 * gdb.base/exprs.c: Likewise.
16775 * gdb.base/foll-exec.c: Likewise.
16776 * gdb.base/foll-fork.c: Likewise.
16777 * gdb.base/foll-vfork.c: Likewise.
16778 * gdb.base/funcargs.c: Likewise.
16779 * gdb.base/gcore.c: Likewise.
16780 * gdb.base/jump.c: Likewise.
16781 * gdb.base/langs0.c: Likewise.
16782 * gdb.base/langs1.c: Likewise.
16783 * gdb.base/langs2.c: Likewise.
16784 * gdb.base/mips_pro.c: Likewise.
16785 * gdb.base/nodebug.c: Likewise.
16786 * gdb.base/opaque0.c: Likewise.
16787 * gdb.base/opaque1.c: Likewise.
16788 * gdb.base/recurse.c: Likewise.
16789 * gdb.base/run.c: Likewise.
16790 * gdb.base/scope0.c: Likewise.
16791 * gdb.base/scope1.c: Likewise.
16792 * gdb.base/setshow.c: Likewise.
16793 * gdb.base/setvar.c: Likewise.
16794 * gdb.base/shmain.c: Likewise.
16795 * gdb.base/shr1.c: Likewise.
16796 * gdb.base/shr2.c: Likewise.
16797 * gdb.base/sigall.c: Likewise.
16798 * gdb.base/signals.c: Likewise.
16799 * gdb.base/so-indr-cl.c: Likewise.
16800 * gdb.base/solib2.c: Likewise.
16801 * gdb.base/structs.c: Likewise.
16802 * gdb.base/sum.c: Likewise.
16803 * gdb.base/vforked-prog.c: Likewise.
16804 * gdb.base/watchpoint.c: Likewise.
16805 * gdb.reverse/shr2.c: Likewise.
16806 * gdb.reverse/until-reverse.c: Likewise.
16807 * gdb.reverse/ur1.c: Likewise.
16808 * gdb.reverse/watch-reverse.c: Likewise.
16809
066a77c5
AA
168102014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16811
16812 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
16813 variant.
16814 * gdb.base/sepdebug.exp: Drop references to removed code.
16815
4f204ea5
AA
168162014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16817
16818 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
16819 variant. Preserve original line numbering.
16820 * gdb.base/list1.c: Likewise.
16821
3b377a3a
AA
168222014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16823
16824 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
16825 variant.
16826 * gdb.base/break1.c: Likewise.
16827 * gdb.base/break.exp: Drop references to removed code.
16828
e444df73
AA
168292014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16830
16831 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
16832 variant.
16833
8008f2a7
AA
168342014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16835
16836 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
16837
a5a06887
AA
168382014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16839
16840 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
16841 logic into perform_all_tests() and invoke it with and without
16842 function header prototypes.
16843 (do_function_calls): Remove conditional XFAIL for PR 5318.
16844 (rerun_and_prepare): Remove duplicate code.
16845 (perform_all_tests): New. Main logic moved here.
16846
44dba9b9
AA
168472014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16848
16849 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
16850 code guarded by #ifdef NO_PROTOTYPES.
16851 (t_double_many_args): Likewise.
16852 (DEF_FUNC_MANY_ARGS_1): Likewise.
16853 (DEF_FUNC_VALUES_1): Likewise.
16854 (t_structs_ldc): Renamed from t_structs_fc in conditional code
16855 guarded by #ifdef PROTOTYPES.
16856
d1fbcd56
AA
168572014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16858
16859 * gdb.mi/mi-console.c: Add eye-catcher.
16860 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
16861 instead of literal line number.
16862
b0e59b8f
AA
168632014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16864
16865 * gdb.base/shr2.c: Add eye-catcher.
16866 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
16867 line number.
16868
78f98cca
AA
168692014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16870
16871 * gdb.base/jump.c: Add eye-catchers.
16872 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
16873 numbers.
16874
58fa2af0
AA
168752014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16876
16877 * gdb.base/execd-prog.c: Add eye-catchers.
16878 * gdb.base/foll-exec.c: Likewise.
16879 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
16880 line numbers.
16881
04e5059b
AA
168822014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16883
16884 * gdb.base/ending-run.c: Add eye-catchers.
16885 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
16886 literal line numbers.
16887
dbfdb174
AA
168882014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16889
16890 * gdb.base/call-rt-st.c: Add eye-catchers.
16891 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
16892 literal line numbers.
16893
888a2ade
AA
168942014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16895
16896 * gdb.base/call-ar-st.c: Add eye-catchers.
16897 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
16898 literal line numbers.
16899
6acc2dde
AA
169002014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16901
16902 * gdb.base/average.c: Add eye-catchers.
16903 * gdb.base/sum.c: Likewise.
16904 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
16905 regexps dynamically.
16906
9ecfcd1d
AA
169072014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16908
16909 * gdb.base/solib1.c: Add eye-catchers.
16910 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
16911 literal line numbers.
16912
78708b7c
PA
169132014-11-12 Pedro Alves <palves@redhat.com>
16914
16915 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
16916 leader has exited.
16917
af48d08f
PA
169182014-11-12 Pedro Alves <palves@redhat.com>
16919
16920 * gdb.arch/i386-bp_permanent.c: New file.
16921 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
16922 (srcfile): Set to i386-bp_permanent.c.
16923 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
16924 that stepi does not execute the 'leave' instruction, instead of
16925 testing it does execute.
16926 * gdb.base/bp-permanent.c: New file.
16927 * gdb.base/bp-permanent.exp: New file.
16928
af3768e9
DE
169292014-11-10 Doug Evans <xdje42@gmail.com>
16930
16931 PR symtab/17564
16932 * gdb.base/symtab-search-order.exp: New file.
16933 * gdb.base/symtab-search-order.c: New file.
16934 * gdb.base/symtab-search-order-1.c: New file.
16935 * gdb.base/symtab-search-order-shlib-1.c: New file.
16936
9de00a4a
PA
169372014-11-07 Pedro Alves <palves@redhat.com>
16938
16939 PR gdb/17511
16940 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
16941 i?86-*-linux*.
16942
e0f52461
SC
169432014-11-03 Siva Chandra Reddy <sivachandra@google.com>
16944
16945 PR c++/17494
16946 * gdb.cp/pr17494.cc: New file.
16947 * gdb.cp/pr17494.exp: New file.
16948
6ce8c980
YQ
169492014-11-02 Yao Qi <yao@codesourcery.com>
16950
16951 * gdb.python/python.exp: Get working directory and match the
16952 output of "set extended-prompt \\w " with it.
16953
02be9a71
DE
169542014-10-30 Doug Evans <dje@google.com>
16955
16956 * gdb.python/py-objfile.exp: Add tests for setting random attributes
16957 in objfiles.
16958 * gdb.python/py-progspace.exp: Add tests for setting random attributes
16959 in progspaces.
16960
3bdff46b
LM
169612014-10-30 Janis Johnson <janisjo@codesourcery.com>
16962
16963 * gdb.base/fullpath-expand.exp: Skip for a remote host.
16964 * gdb.base/realname-expand.exp: Likewise.
16965 * gdb.linespec/macro-relative.exp: Likewise.
16966
ab917dfb
PA
169672014-10-29 Pedro Alves <palves@redhat.com>
16968
16969 PR gdb/17408
16970 * gdb.threads/schedlock.c (some_function): New function.
16971 (call_function): New global.
16972 (MAYBE_CALL_SOME_FUNCTION): New macro.
16973 (thread_function): Call it.
16974 * gdb.threads/schedlock.exp (get_args): Add description parameter,
16975 and use it instead of a global counter. Adjust all callers.
16976 (get_current_thread): Use "find current thread" for test message
16977 here rather than having all callers pass down the same string.
16978 (goto_loop): New procedure, factored out from ...
16979 (my_continue): ... this.
16980 (step_ten_loops): Change parameter from test message to command to
16981 use. Adjust.
16982 (list_count): Delete global.
16983 (check_result): New procedure, factored out from duplicate top
16984 level code.
16985 (continue tests): Wrap in with_test_prefix.
16986 (test_step): New procedure, factored out from duplicate top level
16987 code.
16988 (top level): Test "step" in combination with all scheduler-locking
16989 modes. Test "next" in combination with all scheduler-locking
16990 modes, and in combination with stepping over a function call or
16991 not.
16992 * gdb.threads/next-bp-other-thread.c: New file.
16993 * gdb.threads/next-bp-other-thread.exp: New file.
16994
d3d4baed
PA
169952014-10-29 Pedro Alves <palves@redhat.com>
16996
16997 PR python/17372
16998 * gdb.python/python.exp: Test a multi-line command that spawns
16999 interactive Python.
17000 * gdb.base/multi-line-starts-subshell.exp: New file.
17001
563e8d85
YQ
170022014-10-29 Yao Qi <yao@codesourcery.com>
17003
17004 * gdb.base/fileio.exp: Make directories on host.
17005
0ea4d52e
YQ
170062014-10-29 Yao Qi <yao@codesourcery.com>
17007
17008 * gdb.base/fileio.c (test_write): Close the file.
17009
7f5ef605
PA
170102014-10-28 Pedro Alves <palves@redhat.com>
17011
17012 PR gdb/12623
17013 * gdb.base/sigstep.c (no_handler): New global.
17014 (main): If 'no_handler is true, set the signal handlers to
17015 SIG_IGN.
17016 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
17017 with_sw_watch and no_handler parameters. Handle them.
17018 (top level) <stepping over handler when stopped at a breakpoint
17019 test>: Add a test axis for testing with a software watchpoint, and
17020 another for testing with the signal handler set to SIG_IGN.
17021 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
17022 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
17023
abbdbd03
PA
170242014-10-28 Pedro Alves <palves@redhat.com>
17025
17026 PR gdb/17511
17027 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
17028 * gdb.base/sigstep.exp (other_handler_location): New global.
17029 (advance): Support stepping into the signal handler, and running
17030 commands while in the handler.
17031 (in_handler_map): New global.
17032 (top level): In the advance test, add combinations for getting
17033 into the handler with stepping commands, and for running commands
17034 in the handler. Add comment descripting the advancei tests.
17035
1df4399f
PA
170362014-10-28 Pedro Alves <palves@redhat.com>
17037
17038 * gdb.base/sigstep.exp: Use build_executable instead of
17039 prepare_for_testing.
17040 (top level): Move code that starts GDB, runs to main and creates a
17041 display to ...
17042 (restart): ... this new procedure.
17043 (top level): Move backtrace from signal handler test to ...
17044 (validate_backtrace): ... this new procedure.
17045 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
17046 with_test_prefix. Always restart GDB.
17047 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
17048 with_test_prefix. Always restart GDB. No need to delete
17049 breakpoints after the test.
17050 (test_skip_handler): Remove prefix parameter.
17051 (skip_over_handler, breakpoint_to_handler)
17052 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
17053 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
17054 restart GDB. No need to delete breakpoints after the test.
17055 (top level): Use foreach to call the test procedures with
17056 different commands.
17057
a5b6e449
PA
170582014-10-28 Pedro Alves <palves@redhat.com>
17059
17060 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
17061 instead of GNATS numbers.
17062 * gdb.base/sigbpt.exp: Likewise.
17063 * gdb.base/siginfo.exp: Likewise.
17064 * gdb.base/sigstep.exp: Likewise.
17065
e5f8a7cc
PA
170662014-10-27 Pedro Alves <palves@redhat.com>
17067
17068 * gdb.base/sigstep.c (dummy): New global.
17069 (main): Issue a couple writes to the new global.
17070 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
17071 procedures.
17072 (skip_over_handler): Use test_skip_handler.
17073 (top level): Call skip_over_handler for stepi and nexti too.
17074 (breakpoint_over_handler): Use test_skip_handler.
17075 (top level): Call breakpoint_over_handler for stepi and nexti too.
17076
763905a3
YQ
170772014-10-27 Yao Qi <yao@codesourcery.com>
17078
17079 * gdb.trace/tfile.c (adjust_function_address)
17080 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
17081 function descriptor.
17082
6f259a23
DB
170832014-10-24 Don Breazeal <donb@codesourcery.com>
17084
17085 * gdb.base/foll-fork.exp (test_follow_fork,
17086 catch_fork_child_follow): Check for updated fork messages emitted
17087 from infrun.c.
17088 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
17089 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
17090 vfork_and_exec_child_follow_through_step): Check for updated vfork
17091 messages emitted from infrun.c.
17092
09dd9a69
PA
170932014-10-24 Pedro Alves <palves@redhat.com>
17094
17095 * gdb.base/corefile.exp: Remove references to ultrix.
17096 * gdb.base/interrupt.exp: Likewise.
17097 * gdb.base/whatis.exp: Likewise.
17098 * gdb.gdb/selftest.exp: Likewise.
17099 * gdb.threads/manythreads.exp: Likewise.
17100 * gdb.threads/print-threads.exp: Likewise.
17101 * gdb.threads/pthreads.exp:: Likewise.
17102 * gdb.threads/schedlock.exp: Likewise.
17103
3433cfa5
SC
171042014-10-24 Siva Chandra Reddy <sivachandra@google.com>
17105
17106 * gdb.cp/non-trivial-retval.cc: Add a test case.
17107 * gdb.cp/non-trivial-retval.exp: Add a test.
17108
092f880b
YQ
171092014-10-20 Yao Qi <yao@codesourcery.com>
17110
17111 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
17112 * gdb.python/py-objfile-script-gdb.py: New file.
17113 * gdb.python/py-objfile-script.exp: Update reference to
17114 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
17115 of remote_download. Remove the dest file.
17116
acbdb7f3
YQ
171172014-10-20 Yao Qi <yao@codesourcery.com>
17118
17119 * gdb.base/checkpoint.exp: Don't remove file copied on host.
17120 * gdb.base/step-line.exp: Likewise.
17121 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
17122 * gdb.dwarf2/dw2-basic.exp: Likewise.
17123 * gdb.dwarf2/dw2-compressed.exp: Likewise.
17124 * gdb.dwarf2/dw2-filename.exp: Likewise.
17125 * gdb.dwarf2/dw2-intercu.exp: Likewise.
17126 * gdb.dwarf2/dw2-intermix.exp: Likewise.
17127 * gdb.dwarf2/dw2-producer.exp: Likewise.
17128 * gdb.dwarf2/mac-fileno.exp: Likewise.
17129 * gdb.python/py-frame-args.exp: Likewise.
17130 * gdb.python/py-framefilter.exp: Likewise.
17131 * gdb.python/py-mi.exp: Likewise.
17132 * gdb.python/py-objfile-script.exp: Likewise
17133 * gdb.python/py-pp-integral.exp: Likewise.
17134 * gdb.python/py-pp-re-notag.exp: Likewise.
17135 * gdb.python/py-prettyprint.exp: Likewise.
17136 * gdb.python/py-section-script.exp: Likewise.
17137 * gdb.python/py-typeprint.exp: Likewise.
17138 * gdb.python/py-xmethods.exp: Likewise.
17139 * gdb.stabs/weird.exp: Likewise.
17140 * gdb.xml/tdesc-regs.exp: Likewise.
17141
bd286a29
KCY
171422014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
17143
17144 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
17145 (out_cu): Use addr_len for the size of addresses.
17146 (out_line): Likewise. Size DW_LNE_set_address instruction
17147 according to addr_len.
17148 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
17149 (FUNC): Add START_INSNS to definition.
17150
673dc4a0
YQ
171512014-10-18 Yao Qi <yao@codesourcery.com>
17152
17153 * gdb.base/argv0-symlink.exp: Check argv[0] value if
17154 gdb_has_argv0 return true.
17155 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
17156 check [target_info exists noargs], check [gdb_has_argv0]
17157 instead.
17158 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
17159 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
17160 procedures.
17161
4ffbba72
DE
171622014-10-17 Doug Evans <dje@google.com>
17163
17164 * gdb.python/py-events.exp: Update expected output for clear_objfiles
17165 event.
17166 * gdb.python/py-events.py: Add clear_objfiles event.
17167
d096d8c1
DE
171682014-10-17 Doug Evans <dje@google.com>
17169
17170 * gdb.python/py-objfile.exp: Test progspace attribute.
17171
a80db015
LM
171722014-10-17 Luis Machado <lgustavo@codesourcery.com>
17173
17174 * gdb.guile/scm-breakpoint.exp: Do not assume any
17175 directory separators when matching source file paths.
17176 * gdb.python/py-breakpoint.exp: Likewise.
17177 * gdb.reverse/break-precsave.exp: Likewise.
17178 * gdb.reverse/break-reverse.exp: Likewise.
17179 * gdb.reverse/consecutive-precsave.exp: Likewise.
17180 * gdb.reverse/finish-precsave.exp: Likewise.
17181 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
17182 * gdb.reverse/finish-reverse.exp: Likewise.
17183 * gdb.reverse/i386-precsave.exp: Likewise.
17184 * gdb.reverse/i387-env-reverse.exp: Likewise.
17185 * gdb.reverse/i387-stack-reverse.exp: Likewise.
17186 * gdb.reverse/machinestate-precsave.exp: Likewise.
17187 * gdb.reverse/machinestate.exp: Likewise.
17188 * gdb.reverse/sigall-precsave.exp: Likewise.
17189 * gdb.reverse/solib-precsave.exp: Likewise.
17190 * gdb.reverse/step-precsave.exp: Likewise.
17191 * gdb.reverse/until-precsave.exp: Likewise.
17192 * gdb.reverse/watch-precsave.exp: Likewise.
17193 * gdb.reverse/watch-reverse.exp: Likewise.
17194
b22089ab
YQ
171952014-10-17 Yao Qi <yao@codesourcery.com>
17196
17197 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
17198 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
17199
6c4486e6
PA
172002014-10-17 Pedro Alves <palves@redhat.com>
17201
17202 PR gdb/17471
17203 * gdb.base/bg-execution-repeat.c: New file.
17204 * gdb.base/bg-execution-repeat.exp: New file.
17205
0ff33695
PA
172062014-10-17 Pedro Alves <palves@redhat.com>
17207
17208 PR gdb/17300
17209 * gdb.base/continue-all-already-running.c: New file.
17210 * gdb.base/continue-all-already-running.exp: New file.
17211
6fdebc3d
PA
172122014-10-17 Pedro Alves <palves@redhat.com>
17213
17214 PR gdb/17472
17215 * gdb.base/annota-input-while-running.c: New file.
17216 * gdb.base/annota-input-while-running.exp: New file.
17217
32a8097b
PA
172182014-10-17 Pedro Alves <palves@redhat.com>
17219
17220 * gdb.base/callfuncs.exp: emove references to osf.
17221 * gdb.base/sigall.exp: Likewise.
17222 * gdb.gdb/selftest.exp: Likewise.
17223 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
17224 * gdb.mi/non-stop.c: Likewise.
17225 * gdb.mi/pthreads.c: Likewise.
17226 * gdb.reverse/sigall-precsave.exp: Likewise.
17227 * gdb.reverse/sigall-reverse.exp: Likewise.
17228 * gdb.threads/pthreads.c: Likewise.
17229 * gdb.threads/pthreads.exp: Likewise.
17230
7a3517ff
YQ
172312014-10-17 Yao Qi <yao@codesourcery.com>
17232
17233 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
17234 check 'target_info exists noargs'.
17235 (test_command_prompt_position): Likewise.
17236 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
17237 Remove "set args".
17238 (progvar_simple_while_test): Likewise.
17239 (progvar_complex_if_while_test): Likewise.
17240 (if_while_breakpoint_command_test): Likewise.
17241 (infrun_breakpoint_command_test): Likewise.
17242 (breakpoint_command_test): Likewise.
17243 (watchpoint_command_test): Likewise.
17244 (bp_deleted_in_command_test): Likewise.
17245 (temporary_breakpoint_commands): Likewise.
17246
bb99c472
YQ
172472014-10-16 Yao Qi <yao@codesourcery.com>
17248
17249 * gdb.base/remotetimeout.exp: Remove noargs checking.
17250
7c16b83e
PA
172512014-10-15 Pedro Alves <palves@redhat.com>
17252
17253 PR breakpoints/9649
17254 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
17255 * gdb.base/breakpoint-in-ro-region.exp
17256 (probe_target_hardware_step): New procedure.
17257 (top level): Probe hardware stepping and hardware breakpoint
17258 support. Test stepping through a read-only region, with both
17259 "breakpoint auto-hw" on and off and both "always-inserted" on and
17260 off.
17261
35a49624
IB
172622014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
17263
17264 * gdb.dlang/demangle.exp: Update for demangling changes.
17265
2d1c107c
SC
172662014-10-15 Siva Chandra Reddy <sivachandra@google.com>
17267
17268 * gdb.cp/non-trivial-retval.cc: Add new test cases.
17269 * gdb.cp/non-trivial-retval.exp: Add new tests.
17270
778811d5
SC
172712014-10-15 Siva Chandra Reddy <sivachandra@google.com>
17272
17273 PR c++/13403
17274 PR c++/15154
17275 * gdb.cp/non-trivial-retval.cc: New file.
17276 * gdb.cp/non-trivial-retval.exp: New file.
17277
10c5f0a8
YQ
172782014-10-15 Yao Qi <yao@codesourcery.com>
17279
17280 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
17281 remote host.
17282
65d7b369
YQ
172832014-10-15 Yao Qi <yao@codesourcery.com>
17284
17285 * gdb.python/py-symbol.exp: Match file base name if host is
17286 remote, otherwise match file name with dir name.
17287 * gdb.python/py-symtab.exp: Likewise.
17288 * gdb.python/python.exp: Likewise.
17289
46dc1394
YQ
172902014-10-15 Yao Qi <yao@codesourcery.com>
17291
17292 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
17293 pattern.
17294 * gdb.python/py-symtab.exp: Likewise.
17295 * gdb.python/python.exp: Remove trailing ".*". Fix typo
17296 locationn.
17297
c40cc657
JB
172982014-10-14 Joel Brobecker <brobecker@adacore.com>
17299
17300 * gdb.ada/addr_arith: New testcase.
17301
2abf49e1
MR
173022014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
17303
17304 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
17305 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
17306 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
17307 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
17308
f7088df3
SDJ
173092014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
17310
17311 * gdb.arch/stap-eval-lang-ada.S: Likewise.
17312 * gdb.arch/stap-eval-lang-ada.c: Likewise.
17313 * gdb.arch/stap-eval-lang-ada.exp: New file.
17314
4dc06805
YQ
173152014-10-14 Yao Qi <yao@codesourcery.com>
17316
17317 * gdb.mi/mi-var-child.c (nothing1): New function.
17318 (nothing2): New function.
17319 (do_children_tests): Set function pointers by nothing1 and
17320 nothing2.
17321 * gdb.mi/mi-var-child.exp: Step over new added statements.
17322 Update test to match the new output.
17323 * gdb.mi/var-cmd.c (nothing1): New function.
17324 (nothing2): New function.
17325 (do_children_tests): Set function pointers by nothing1 and
17326 nothing2.
17327 * gdb.mi/mi-var-display.exp: Update test to match output.
17328 Step to the line specified by $line_dct_nothing.
17329 Increase the number of lines to step.
17330
46a93de2
YQ
173312014-10-14 Yao Qi <yao@codesourcery.com>
17332
17333 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
17334 tests.
17335 * gdb.mi/mi2-var-child.exp: Likewise.
17336
14ea52ee
DE
173372014-10-13 Doug Evans <dje@google.com>
17338
17339 * gdb.python/py-objfile.exp: Change name of file name test.
17340
e5c6e92b
DE
173412014-10-13 Doug Evans <dje@google.com>
17342
17343 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
17344 from the start of the CU.
17345
c780cc2f
JK
173462014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
17347 Yao Qi <yao@codesourcery.com>
17348
17349 Fix "save breakpoints" for "catch" command.
17350 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
17351 Remove -nonewline. Match also the added "main" line.
17352
99894e11
JK
173532014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
17354
17355 Fix "save breakpoints" for "disable $bpnum" command.
17356 * gdb.base/save-bp.c (main): Add label.
17357 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
17358
6e1ac5a3
JK
173592014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
17360
17361 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
17362
754dd2b0
YQ
173632014-10-11 Yao Qi <yao@codesourcery.com>
17364
17365 * gdb.server/server-kill.exp: Execute command
17366 "set remote trace-status-packet on" before "tstatus".
17367
f90183d7
YQ
173682014-10-11 Yao Qi <yao@codesourcery.com>
17369
17370 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
17371 (main): Call getppid.
17372 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
17373 and continue to it. Read variable "server_pid".
17374
bf40a607
YQ
173752014-10-11 Yao Qi <yao@codesourcery.com>
17376
17377 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
17378
052ca370
YQ
173792014-10-11 Yao Qi <yao@codesourcery.com>
17380
17381 * gdb.threads/thread-find.exp: Don't execute command
17382 "info threads".
17383 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
17384 * gdb.threads/linux-dp.exp: Don't check the condition
17385 $threads_created equals to zero.
17386
3831839c
PA
173872014-10-10 Pedro Alves <palves@redhat.com>
17388
17389 * gdb.base/bigcore.exp: Remove references to IRIX.
17390 * gdb.base/funcargs.exp: Likewise.
17391 * gdb.base/interrupt.exp: Likewise.
17392 * gdb.base/mips_pro.exp: Likewise.
17393 * gdb.base/nodebug.exp: Likewise.
17394 * gdb.base/setvar.exp: Likewise.
17395 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
17396
8b9a549d
PA
173972014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
17398 Pedro Alves <palves@redhat.com>
17399
17400 PR symtab/14466
17401 * gdb.base/vdso-warning.c: New file.
17402 * gdb.base/vdso-warning.exp: New file.
17403
d48ba5e8
DE
174042014-10-02 Doug Evans <dje@google.com>
17405
17406 * gdb.base/structs.c (main): Don't run forever.
17407
2278c276
PA
174082014-10-02 Pedro Alves <palves@redhat.com>
17409
17410 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
17411 (top level) <stop threads 1, stop threads 2>: Use it.
17412
b57bacec
PA
174132014-10-02 Pedro Alves <palves@redhat.com>
17414
17415 * gdb.threads/break-while-running.exp (test): Add new
17416 'update_thread_list' argument. Skip "info threads" if false.
17417 (top level): Add new 'update_thread_list' axis.
17418
13fd3ff3
PA
174192014-10-02 Pedro Alves <palves@redhat.com>
17420
17421 PR breakpoints/17431
17422 * gdb.base/execl-update-breakpoints.c: New file.
17423 * gdb.base/execl-update-breakpoints.exp: New file.
17424
0fec99e8
PA
174252014-10-01 Pedro Alves <palves@redhat.com>
17426
17427 * gdb.base/breakpoint-in-ro-region.c: New file.
17428 * gdb.base/breakpoint-in-ro-region.exp: New file.
17429
2ddf4301
SM
174302014-10-01 Simon Marchi <simon.marchi@ericsson.com>
17431
17432 * gdb.mi/mi-exit-code.exp: New file.
17433 * gdb.mi/mi-exit-code.c: New file.
17434
6a5f3f43
YQ
174352014-09-30 Yao Qi <yao@codesourcery.com>
17436
17437 * lib/prelink-support.exp (build_executable_own_libs): Error if
17438 the target isn't native.
17439
345bcc73
YQ
174402014-09-30 Yao Qi <yao@codesourcery.com>
17441
17442 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
17443 false.
17444
a25a5a45
PA
174452014-09-22 Pedro Alves <palves@redhat.com>
17446
17447 * gdb.threads/break-while-running.exp: New file.
17448 * gdb.threads/break-while-running.c: New file.
17449
00ba3162
YQ
174502014-09-19 Yao Qi <yao@codesourcery.com>
17451
17452 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
17453 Invoke test. Restart GDB with --readnow and invoke test again.
17454
c3b7b696
YQ
174552014-09-19 Yao Qi <yao@codesourcery.com>
17456
17457 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
17458 proc set_breakpoint_on_gcd_function. Invoke
17459 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
17460 invoke set_breakpoint_on_gcd_function again.
17461
2b4fd423
DE
174622014-09-18 Doug Evans <dje@google.com>
17463
17464 * gdb.dwarf2/symtab-producer.exp: New file.
17465
a5947601
SDJ
174662014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
17467
17468 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
17469 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
17470 * gdb.base/global-var-nested-by-dso.c: Likewise.
17471 * gdb.base/global-var-nested-by-dso.exp: Likewise.
17472
91c19059
SDJ
174732014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
17474 Pedro Alves <palves@redhat.com>
17475
17476 * gdb.base/watch-bitfields.exp: Pass string other than test file
17477 name to prepare_for_testing.
17478 (watch): New procedure.
17479 (expect_watchpoint): Use with_test_prefix.
17480 (top level): Factor out tests to ...
17481 (test_watch_location, test_regular_watch): ... these new
17482 procedures, and use with_test_prefix and gdb_continue_to_end.
17483
bb9d5f81
PP
174842014-09-16 Patrick Palka <patrick@parcs.ath.cx>
17485
17486 PR breakpoints/12526
17487 * gdb.base/watch-bitfields.exp: New file.
17488 * gdb.base/watch-bitfields.c: New file.
17489
635856f5
PA
174902014-09-16 Pedro Alves <palves@redhat.com>
17491
17492 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
17493 software and hardware addresses, not software address against
17494 itself.
17495
7280ceea
PA
174962014-09-16 Pedro Alves <palves@redhat.com>
17497
17498 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
17499 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
17500
428b16bd
PA
175012014-09-16 Pedro Alves <palves@redhat.com>
17502
17503 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
17504 files.
17505 * gdb.base/a2-run.exp: Remove all code guarded by istarget
17506 "*-*-vxworks*" throughout.
17507 * gdb.base/break.exp: Likewise.
17508 * gdb.base/default.exp: Likewise.
17509 * gdb.base/scope.exp: Likewise.
17510 * gdb.base/sepdebug.exp: Likewise.
17511 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
17512 throughout.
17513 * gdb.base/run.c: Likewise.
17514 * gdb.base/sepdebug.c: Likewise.
17515 * gdb.hp/gdb.aCC/run.c: Likewise.
17516 * gdb.reverse/until-reverse.c: Likewise.
17517 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
17518
666d413c
YQ
175192014-09-16 Yao Qi <yao@codesourcery.com>
17520
17521 * boards/local-remote-host-native.exp: New file.
17522
57cbd724
DE
175232014-09-14 Doug Evans <xdje42@gmail.com>
17524
17525 * gdb.threads/queue-signal.c (thread_count): New variable.
17526 (thread_count_mutex, thread_count_condvar): New variables.
17527 (incr_thread_count, wait_all_threads_running): New functions.
17528 (main): Wait for all threads to be in their thread functions.
17529
81219e53
DE
175302014-09-13 Doug Evans <xdje42@gmail.com>
17531
17532 * gdb.threads/queue-signal.c: New file.
17533 * gdb.threads/queue-signal.exp: New file.
17534
3714cea7
DE
175352014-09-13 Doug Evans <xdje42@gmail.com>
17536
17537 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
17538 be consistent with what default_gdb_init uses.
17539 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
17540 the plain text of the prompt. Add some logging printfs.
17541 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
17542
fa43b1d7
PA
175432014-09-12 Pedro Alves <palves@redhat.com>
17544
17545 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
17546 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
17547 * gdb.arch/i386-size-overlap.exp: Likewise.
17548 * gdb.arch/i386-size.exp: Likewise.
17549 * gdb.arch/i386-unwind.exp: Likewise.
17550 * gdb.base/a2-run.exp: Likewise.
17551 * gdb.base/break.exp: Likewise.
17552 * gdb.base/charset.exp: Likewise.
17553 * gdb.base/chng-syms.exp: Likewise.
17554 * gdb.base/commands.exp: Likewise.
17555 * gdb.base/dbx.exp: Likewise.
17556 * gdb.base/find.exp: Likewise.
17557 * gdb.base/funcargs.exp: Likewise.
17558 * gdb.base/jit-simple.exp: Likewise.
17559 * gdb.base/reread.exp: Likewise.
17560 * gdb.base/sepdebug.exp: Likewise.
17561 * gdb.base/step-bt.exp: Likewise.
17562 * gdb.cp/mb-inline.exp: Likewise.
17563 * gdb.cp/mb-templates.exp: Likewise.
17564 * gdb.objc/basicclass.exp: Likewise.
17565 * gdb.threads/killed.exp: Likewise.
17566
9d9bf2df
EBM
175672014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
17568
17569 PR tdep/17379
17570 * gdb.arch/powerpc-stackless.S: New file.
17571 * gdb.arch/powerpc-stackless.exp: New file.
17572
1cf2f1b0
JK
175732014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
17574
17575 * gdb.base/attach.c: Include unistd.h.
17576 (main): Call alarm. Add label postloop.
17577 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
17578 gdb_breakpoint, gdb_continue_to_breakpoint.
17579 (test_command_line_attach_run): Kill ${testpid} in one exit path.
17580
98880d46
PA
175812014-09-11 Pedro Alves <palves@redhat.com>
17582
17583 PR gdb/17347
17584 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
17585 * gdb.base/attach.exp (test_command_line_attach_run): New
17586 procedure.
17587 (top level): Call it.
17588
4c92ff2c
PA
175892014-09-11 Pedro Alves <palves@redhat.com>
17590
17591 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
17592 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
17593 (do_command_attach_tests): Use spawn_wait_for_attach.
17594 * gdb.base/solib-overlap.exp: Likewise.
17595 * gdb.multi/multi-attach.exp: Likewise.
17596 * gdb.python/py-prompt.exp: Likewise.
17597 * gdb.python/py-sync-interp.exp: Likewise.
17598 * gdb.server/ext-attach.exp: Likewise.
17599
3adc1a7d
GKB
176002014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
17601
17602 * gdb.fortran/array-element.exp: Remove unexpected "continue"
17603 command in testcase. Simplify testcase.
17604
96334934
JB
176052014-09-10 Joel Brobecker <brobecker@adacore.com>
17606
17607 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
17608
eb479039
JB
176092014-09-10 Joel Brobecker <brobecker@adacore.com>
17610
17611 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
17612
deede10c
JB
176132014-09-10 Joel Brobecker <brobecker@adacore.com>
17614
17615 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
17616
7828a5f5
JB
176172014-09-10 Joel Brobecker <brobecker@adacore.com>
17618
17619 * gdb.dwarf2/dynarr-ptr.c: New file.
17620 * gdb.dwarf2/dynarr-ptr.exp: New file.
17621
33aeebcf
MR
176222014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
17623
17624 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
17625 of 30 rather than hardcoding 120 for a slow test case. Take the
17626 `gdb,timeout' target setting into account for this calculation.
17627 Don't extend the timeout for the test cases that don't need it.
17628
7b415901
MR
176292014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
17630
17631 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
17632 a factor of 2 for a slow test case. Take the `gdb,timeout'
17633 target setting into account for this calculation.
17634 * gdb.reverse/until-precsave.exp: Increase the timeout by
17635 a factor of 15 and 3 respectively rather than adding 120
17636 for a pair of slow test cases. Take the `gdb,timeout'
17637 target setting into account for this calculation.
17638
4a40f85a
MR
176392014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
17640
17641 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
17642 timeout, don't pass one down to gdb_expect.
17643 (gdb_expect): Rework timeout selection.
17644
09635af7
MR
176452014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
17646
17647 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
17648 exception on timeout.
17649 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
17650 (gdbserver_start_extended): Catch any `gdbserver_start' error
17651 exceptions.
17652 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
17653 * lib/mi-support.exp (mi_gdb_target_load): Catch any
17654 `gdbserver_gdb_load' error exceptions.
17655
2bdd10b7
MR
176562014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
17657
17658 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
17659 120 on waiting for the TCP socket to open.
17660
316935f0
DE
176612014-09-09 Doug Evans <xdje42@gmail.com>
17662
17663 * gdb.base/default.exp (show_conv_list): Add _caller_is,
17664 _caller_matches, _any_caller_is, _any_caller_matches.
17665
83740597
DE
176662014-09-09 Doug Evans <xdje42@gmail.com>
17667
17668 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
17669
4c122fc3
YQ
176702014-09-09 Yao Qi <yao@codesourcery.com>
17671
17672 * gdb.mi/mi-var-display.exp: Set print symbol off.
17673
a9f116cb
GKB
176742014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
17675
17676 PR gdb/17035
17677 * gdb.base/commands.exp: Add tests to verify user-defined
17678 commands with empty bodies.
17679 * gdb.python/py-cmd.exp: Test that we don't show user-defined
17680 python commands in `show user command`.
17681 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
17682 scheme commands in `show user command`.
17683
c75bd3a2
JK
176842014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
17685
17686 PR python/17355
17687 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
17688 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
17689 * gdb.python/py-framefilter-invalidarg.exp: New file.
17690 * gdb.python/py-framefilter-invalidarg.py: New file.
17691
faa42425
DE
176922014-09-06 Doug Evans <xdje42@gmail.com>
17693
17694 PR 15276
17695 * gdb.python/py-caller-is.c: New file.
17696 * gdb.python/py-caller-is.exp: New file.
17697
474ca4f6
SDJ
176982014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
17699
17700 PR gdb/17235
17701 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
17702 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
17703
eb0b0463
SDJ
177042014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
17705
17706 PR fortran/17237
17707 * gdb.fortran/print-formatted.exp: New file.
17708 * gdb.fortran/print-formatted.f90: Likewise.
17709
5f3b99cf
SS
177102014-09-03 Sasha Smundak <asmundak@google.com>
17711
17712 * gdb.python/py-frame.exp: Test Frame.read_register.
17713
7d793aa9
SDJ
177142014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
17715
17716 PR python/16699
17717 * gdb.python/py-completion.exp: New file.
17718 * gdb.python/py-completion.py: Likewise.
17719
fb0576e9
DE
177202014-08-28 Doug Evans <dje@google.com>
17721
17722 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
17723 eax,etc. are live with values set by gdb and thus the compiler can't
17724 use them.
17725 * gdb.arch/i386-pseudo.c (main): Ditto.
17726
ee92b0dd
DE
177272014-08-27 Doug Evans <dje@google.com>
17728
17729 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
17730
6649db35
DE
177312014-08-25 Doug Evans <dje@google.com>
17732
17733 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
17734 (main): Ditto.
17735
564b7600
DE
177362014-08-25 Doug Evans <dje@google.com>
17737
17738 * gdb.threads/thread-execl.exp: #include <stdio.h>.
17739
3881fb67
YQ
177402014-08-24 Yao Qi <yao@codesourcery.com>
17741
17742 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
17743 symbol off.
17744 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
17745
a05a36a5
DE
177462014-08-22 Doug Evans <dje@google.com>
17747
17748 PR 17276
17749 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
17750 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
17751 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
17752
7c343b48
YQ
177532014-08-22 Yao Qi <yao@codesourcery.com>
17754
17755 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
17756 * gdb.python/py-finish-breakpoint2.exp: Likewise.
17757 * gdb.python/python.exp: Likewise. Use .py file on the host
17758 instead of the build.
17759
22fd09ae
JK
177602014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
17761
17762 * gdb.threads/gcore-stale-thread.c: New file.
17763 * gdb.threads/gcore-stale-thread.exp: New file.
17764
a8454a7c
PA
177652014-08-21 Pedro Alves <palves@redhat.com>
17766
17767 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
17768 * gdb.base/gcore-relro-pie.exp: Likewise.
17769 * gdb.base/gcore-relro.exp: Likewise.
17770 * gdb.base/gcore.exp: Likewise.
17771 * gdb.base/print-symbol-loading.exp: Likewise.
17772 * gdb.threads/gcore-thread.exp: Likewise.
17773 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
17774
2a31c623
PA
177752014-08-20 Pedro Alves <palves@redhat.com>
17776 Jan Kratochvil <jan.kratochvil@redhat.com>
17777
17778 * Makefile.in (EXTRA_RULES, CC): New variables, get from
17779 configure.
17780 (EXPECT): Handle READ1 being set.
17781 (all): Depend on EXTRA_RULES.
17782 (check-read1, expect-read1, read1.so, read1): New rules.
17783 * README (Testsuite Parameters): Document the READ1 make variable.
17784 (Race detection): New section.
17785 * configure: Regenerate.
17786 * configure.ac: If build==host==target, and running under a
17787 GNU/glibc system, add read1 to the extra Makefile rules.
17788 (EXTRA_RULES): AC_SUBST it.
17789 * lib/read1.c: New file.
17790
d36430db
JB
177912014-08-20 Joel Brobecker <brobecker@adacore.com>
17792
17793 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
17794 the handling of variables declared as a typedef to an array
17795 which a DW_AT_data_location attribute.
17796
9a0dc9e3
PA
177972014-08-19 Andrew Burgess <aburgess@broadcom.com>
17798 Pedro Alves <palves@redhat.com>
17799
17800 PR symtab/14604
17801 PR symtab/14605
17802 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
17803 gdb_test.
17804
0718a8da
PA
178052014-08-19 Pedro Alves <palves@redhat.com>
17806
17807 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
17808
13b448cd
YQ
178092014-08-19 Yao Qi <yao@codesourcery.com>
17810
17811 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
17812 right line.
17813
1cbf5077
DB
178142014-08-18 David Blaikie <dblaikie@gmail.com>
17815
17816 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
17817
bf0fae19
JB
178182014-08-18 Joel Brobecker <brobecker@adacore.com>
17819
17820 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
17821 attribute in array range.
17822
3c8c5dcc
JB
178232014-08-18 Joel Brobecker <brobecker@adacore.com>
17824
17825 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
17826
e66d4446
SC
178272014-08-15 Siva Chandra Reddy <sivachandra@google.com>
17828
17829 PR c++/17132
17830 * gdb.cp/pr17132.cc: New file.
17831 * gdb.cp/pr17132.exp: New file.
17832
940df408
SC
178332014-08-15 Siva Chandra Reddy <sivachandra@google.com>
17834
17835 * gdb.python/py-xmethods.py (A_getarrayind)
17836 (E_method_char_worker.__call__, E_method_int_worker.__call__):
17837 Use 'print' with function call syntax.
17838 (E_method_matcher.match): Fix tab vs space indentation mixup.
17839
ebcc6c3a
YQ
178402014-08-15 Yao Qi <yao@codesourcery.com>
17841
17842 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
17843 false.
17844
775e0f04
YQ
178452014-08-15 Yao Qi <yao@codesourcery.com>
17846
17847 * gdb.cp/casts.exp: Set print symbol off.
17848 * gdb.cp/class2.exp: Likewise.
17849 * gdb.cp/overload.exp: Likewise.
17850 * gdb.cp/templates.exp: Likewise.
17851
d769e349
DE
178522014-08-11 Doug Evans <dje@google.com>
17853
17854 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
17855 (test_load_shlib): Update.
17856
20c6f1e1
YQ
178572014-08-09 Yao Qi <yao@codesourcery.com>
17858
17859 * gdb.base/display.exp: Invoke is_address_zero_readable.
17860 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
17861 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
17862 * gdb.base/hbreak-unmapped.exp: Return if
17863 is_address_zero_readable returns true.
17864 * gdb.base/signest.exp: Likewise.
17865 * gdb.base/signull.exp: Likewise.
17866 * gdb.base/sigbpt.exp: Likewise.
17867 * gdb.guile/scm-disasm.exp: Do the test if
17868 is_address_zero_readable returns false.
17869 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
17870 * gdb.python/py-arch.exp: Likewise.
17871 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
17872 * lib/gdb.exp (is_address_zero_readable): New proc.
17873
5792e8e3
YQ
178742014-08-09 Yao Qi <yao@codesourcery.com>
17875
17876 PR testsuite/13443
17877 * gdb.mi/mi-var-display.exp: Make test messages unique.
17878
3cecbbbe
TT
178792014-08-04 Tom Tromey <tromey@redhat.com>
17880
17881 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
17882 target 0".
17883
00b51ff5
TT
178842014-08-04 Tom Tromey <tromey@redhat.com>
17885
17886 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
17887 "target_resume".
17888
6908c509
JB
178892014-08-01 Joel Brobecker <brobecker@adacore.com>
17890
17891 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
17892 inner_vla_struct_object_size.
17893 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
17894 as xfail.
17895
cc6563d2
PA
178962014-07-30 Pedro Alves <palves@redhat.com>
17897
17898 * gdb.threads/signal-command-handle-nopass.exp (test): Add
17899 comment.
17900
7e09a223
YQ
179012014-07-29 Yao Qi <yao@codesourcery.com>
17902
17903 PR gdb/17206
17904 * gdb.base/until-nodebug.exp: New.
17905
7ebdbe92
DE
179062014-07-28 Doug Evans <xdje42@gmail.com>
17907
17908 PR guile/17203
17909 * gdb.guile/scm-parameter.exp: Add tests for trying to create
17910 previously existing parameter, and previously ambiguously spelled
17911 parameter.
17912
fdb1adc6
WN
179132014-07-28 Will Newton <will.newton@linaro.org>
17914
17915 * gdb.base/varargs.exp: Remove KFAILs for ARM.
17916
186fcde0
DE
179172014-07-26 Ludovic Courtès <ludo@gnu.org>
17918 Doug Evans <xdje42@gmail.com>
17919
17920 PR guile/17146
17921 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
17922
70509625
PA
179232014-07-25 Pedro Alves <palves@redhat.com>
17924
17925 * gdb.threads/signal-command-handle-nopass.c: New file.
17926 * gdb.threads/signal-command-handle-nopass.exp: New file.
17927 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
17928 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
17929 * gdb.threads/signal-delivered-right-thread.c: New file.
17930 * gdb.threads/signal-delivered-right-thread.exp: New file.
17931
c3f814a1
PA
179322014-07-25 Pedro Alves <palves@redhat.com>
17933
17934 * gdb.base/double-prompt-target-event-error.exp
17935 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
17936 match.
17937 (cancel_pagination_in_target_event): Rework double prompt
17938 detection.
17939 * gdb.base/paginate-after-ctrl-c-running.exp
17940 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
17941 <return>' match.
17942 * gdb.base/paginate-bg-execution.exp
17943 (test_bg_execution_pagination_return)
17944 (test_bg_execution_pagination_cancel): Remove '-notransfer
17945 <return>' matches.
17946 * gdb.base/paginate-execution-startup.exp
17947 (test_fg_execution_pagination_return)
17948 (test_fg_execution_pagination_cancel): Remove '-notransfer
17949 <return>' matches.
17950 * gdb.base/paginate-inferior-exit.exp
17951 (test_paginate_inferior_exited): Remove '-notransfer <return>'
17952 match.
17953 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
17954 * lib/gdb.exp (pagination_prompt): Run text through
17955 string_to_regexp.
17956 (gdb_test_multiple): Match $pagination_prompt instead of
17957 "<return>".
17958 (string_to_regexp): Move to lib/gdb-utils.exp.
17959
e214cf6c
JK
179602014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
17961
17962 * gdb.arch/amd64-entry-value-paramref.S: New file.
17963 * gdb.arch/amd64-entry-value-paramref.cc: New file.
17964 * gdb.arch/amd64-entry-value-paramref.exp: New file.
17965 * gdb.arch/amd64-optimout-repeat.S: New file.
17966 * gdb.arch/amd64-optimout-repeat.c: New file.
17967 * gdb.arch/amd64-optimout-repeat.exp: New file.
17968
17d0c5c8
JK
179692014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
17970
17971 PR gdb/17170
17972 * gdb.base/statistics.exp: New file.
17973
b8b8facf
DE
179742014-07-17 Doug Evans <dje@google.com>
17975
74b49205 17976 PR gdb/17170
b8b8facf
DE
17977 * gdb.base/maint.exp: Update testing of per-command stats.
17978
1b5d0ab3
PA
179792014-07-16 Pedro Alves <palves@redhat.com>
17980
17981 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
17982 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
17983 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
17984 (tfile_write_buf): New functions.
17985 (add_memory_block): Rewrite using the above.
17986 (adjust_function_address): New function.
17987 (FUNCTION_ADDRESS): New macro.
17988 (write_basic_trace_file): Remove short_x local, and use
17989 tfile_write_16. Change type of func_addr local to unsigned long
17990 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
17991 here. Cast argument of add_memory_block to char pointer.
17992 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
17993 (main): Remove parameters.
17994 * gdb.trace/tfile.exp: Remove nowarnings.
17995
4d974e88
SM
179962014-07-15 Simon Marchi <simon.marchi@ericsson.com>
17997
17998 * gdb.base/debug-expr.exp: Test string evaluation with
17999 "debug expression" on.
18000
41e99568
PA
180012014-07-15 Pedro Alves <palves@redhat.com>
18002
18003 * gdb.base/reread.exp: Use clean_restart.
18004
487d9753
PL
180052014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
18006
18007 * gdb.arch/avr-flash-qualifer.c: New.
18008 * gdb.arch/avr-flash-qualifer.exp: New.
18009
cc1c52ad
PA
180102014-07-14 Pedro Alves <palves@redhat.com>
18011
18012 * gdb.base/paginate-after-ctrl-c-running.c: New file.
18013 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
18014
1e973570
PA
180152014-07-14 Pedro Alves <palves@redhat.com>
18016
18017 * gdb.base/double-prompt-target-event-error.c: New file.
18018 * gdb.base/double-prompt-target-event-error.exp: New file.
18019
93d6eb10
PA
180202014-07-14 Pedro Alves <palves@redhat.com>
18021
18022 PR gdb/17072
18023 * gdb.base/paginate-inferior-exit.c: New file.
18024 * gdb.base/paginate-inferior-exit.exp: New file.
18025
0017922d
PA
180262014-07-14 Pedro Alves <palves@redhat.com>
18027
18028 PR gdb/17072
18029 * gdb.base/paginate-bg-execution.c: New file.
18030 * gdb.base/paginate-bg-execution.exp: New file.
18031
94696ad3
PA
180322014-07-14 Pedro Alves <palves@redhat.com>
18033
18034 PR gdb/17072
18035 * gdb.base/paginate-execution-startup.c: New file.
18036 * gdb.base/paginate-execution-startup.exp: New file.
18037 * lib/gdb.exp (pagination_prompt): New global.
18038 (default_gdb_spawn): New procedure, factored out from
18039 default_gdb_spawn.
18040 (default_gdb_start): Adjust to call default_gdb_spawn.
18041 (gdb_spawn): New procedure.
18042
bd293940
PA
180432014-07-14 Pedro Alves <palves@redhat.com>
18044
18045 * lib/gdb.exp (gdb_assert): New procedure.
18046 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
18047
c933f875
PA
180482014-07-14 Pedro Alves <palves@redhat.com>
18049
18050 * gdb.base/execution-termios.c: New file.
18051 * gdb.base/execution-termios.exp: New file.
18052
d98b7a16
TT
180532014-07-14 Tom Tromey <tromey@redhat.com>
18054
18055 * gdb.cp/vla-cxx.cc: New file.
18056 * gdb.cp/vla-cxx.exp: New file.
18057
548740d6
TT
180582014-07-14 Tom Tromey <tromey@redhat.com>
18059
18060 * gdb.reverse/rerun-prec.c: New file.
18061 * gdb.reverse/rerun-prec.exp: New file.
18062
a25eb028
MR
180632014-07-12 Maciej W. Rozycki <macro@mips.com>
18064 Maciej W. Rozycki <macro@codesourcery.com>
18065
18066 * lib/gdb-utils.exp: New file.
18067 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
18068 inline `gdb_init_command' processing.
18069 (gdb_start_cmd): Likewise.
18070 * lib/mi-support.exp (mi_run_cmd): Likewise.
18071 * README: Document `gdb_init_command' and `gdb_init_commands'.
18072
218c2655
JK
180732014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
18074
18075 Fix false FAIL running under a very long directory name.
18076 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
18077 and "set print elements 10000". Twice.
18078
5401fde3
YQ
180792014-07-11 Yao Qi <yao@codesourcery.com>
18080
18081 * gdb.base/exprs.exp: "set print symbol off".
18082
e76126e8
PA
180832014-07-11 Pedro Alves <palves@redhat.com>
18084
18085 * gdb.threads/kill.c: New file.
18086 * gdb.threads/kill.exp: New file.
18087
2d6f0de6
YQ
180882014-07-10 Yao Qi <yao@codesourcery.com>
18089
18090 * gdb.trace/tfile.c (write_basic_trace_file)
18091 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
18092 address written to trace file.
18093
7180e04a
PA
180942014-07-09 Pedro Alves <palves@redhat.com>
18095
18096 * gdb.base/attach-wait-input.exp: New file.
18097 * gdb.base/attach-wait-input.c: New file.
18098
9a9a7608
AB
180992014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
18100
18101 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
18102 setting up test structures.
18103 (main): Call new test function.
18104 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
18105 test function, continue into test function and walk test
18106 structures.
18107
161ac41e
YQ
181082014-07-02 Yao Qi <yao@codesourcery.com>
18109
18110 * gdb.trace/entry-values.c: Define labels 'foo_start' and
18111 'bar_start' at the beginning of functions 'foo' and 'bar'
18112 respectively.
18113 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
18114 instead of 'foo' and 'bar'.
18115
1f267ae3
MM
181162014-07-08 Markus Metzger <markus.t.metzger@intel.com>
18117
18118 * gdb.btrace/segv.exp: New.
18119 * gdb.btrace/segv.c: New.
18120
2b239efb
LM
181212014-07-02 Luis Machado <lgustavo@codesourcery.com>
18122
18123 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
18124 instruction.
18125
cf363f18
MW
181262014-06-30 Mark Wielaard <mjw@redhat.com>
18127
18128 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
18129 vulture, vilify, villar): New volatile array constants.
18130 (vindictive, vegetation): New const volatile array constants.
18131 * gdb.base/volatile.exp: Test volatile and const volatile array
18132 types.
18133
aebf9d24
AA
181342014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
18135
18136 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
18137 target lacks support for awatch, rwatch, or hbreak.
18138
b67a2c6f
YQ
181392014-06-27 Yao Qi <yao@codesourcery.com>
18140
18141 * gdb.multi/dummy-frame-restore.exp: New.
18142 * gdb.multi/dummy-frame-restore.c: New.
18143
aef92902
MM
181442014-06-25 Markus Metzger <markus.t.metzger@intel.com>
18145
18146 * gdb.btrace/gcore.exp: New.
18147
8e9db26e
PA
181482014-06-23 Pedro Alves <palves@redhat.com>
18149
18150 * gdb.base/watchpoint-reuse-slot.c: New file.
18151 * gdb.base/watchpoint-reuse-slot.exp: New file.
18152
70afc5b7
SC
181532014-06-23 Siva Chandra Reddy <sivachandra@google.com>
18154
18155 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
18156 progspace's filename in 'info', 'enable' and 'disable' command
18157 tests.
18158
b972bd9c
JK
181592014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
18160
18161 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
18162 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
18163 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
18164
125f8a3d
GB
181652014-06-20 Gary Benson <gbenson@redhat.com>
18166
18167 * gdb.arch/i386-avx.exp: Fix include file location.
18168 * gdb.arch/i386-sse.exp: Likewise.
18169
3ed9baed
IB
181702014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
18171
18172 * gdb.dlang/expression.exp: New file.
18173
034f788c
PA
181742014-06-19 Pedro Alves <palves@redhat.com>
18175
18176 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
18177 out from ...
18178 (top level): ... here. Iterate running tests under different
18179 scheduler-locking settings.
18180
45371d0c
LM
181812014-06-18 Luis Machado <lgustavo@codesourcery.com>
18182
18183 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
18184 to DW_FORM_addr and use non-zero addresses.
18185
5d376983
SC
181862014-06-18 Siva Chandra Reddy <sivachandra@google.com>
18187
18188 PR gdb/17017
18189 * gdb.python/py-xmethods.cc: Add global function call counters and
18190 increment them in their respective functions. Remove "cout"
18191 statements.
18192 * gdb.python/py-xmethods.exp: Make tests check the global function
18193 call counters instead of depending on inferior IO.
18194
a1aa2221
LM
181952014-06-18 Don Breazeal <donb@codesourcery.com>
18196
18197 * gdb.base/foll-fork.exp (default_fork_parent_follow):
18198 Deleted procedure.
18199 (explicit_fork_parent_follow): Deleted procedure.
18200 (explicit_fork_child_follow): Deleted procedure.
18201 (test_follow_fork): New procedure.
18202 (do_fork_tests): Replace calls to deleted procedures with
72f4393d 18203 calls to test_follow_fork and reset GDB for subsequent
a1aa2221
LM
18204 procedure calls.
18205
0fc05997
YQ
182062014-06-17 Yao Qi <yao@codesourcery.com>
18207
18208 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
18209 CP1252.
18210
70795c52
LM
182112014-06-17 Luis Machado <lgustavo@codesourcery.com>
18212
18213 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
18214 Initialize ptr and S explicitly.
18215 (skip_type_update_when_not_use_rtti_test): Likewise.
18216
6be47f0c
KS
182172014-06-16 Keith Seitz <keiths@redhat.com>
18218
18219 PR mi/15863
18220 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
18221 the inferior is started.
18222
d03de421
PA
182232014-06-16 Pedro Alves <palves@redhat.com>
18224
18225 * gdb.base/break-main-file-remove-fail.c: New file.
18226 * gdb.base/break-main-file-remove-fail.exp: New file.
18227 * gdb.base/break-unload-file.exp: Use build_executable instead of
18228 prepare_for_testing.
18229 (test_break): New parameter "initial_load". Handle it.
18230 (top level): Add initial_load cmdline/file axis.
18231
f9579b99
TT
182322014-06-12 Tom Tromey <tromey@redhat.com>
18233
18234 * gdb.base/completion.exp: Don't use directory name in test.
18235
3657956b
GB
182362014-06-09 Gary Benson <gbenson@redhat.com>
18237
18238 * gdb.base/sigall.c [Functions to send signals]: Reorder to
18239 separate the always-available ANSI-standard signals from the
18240 signals that require checking.
18241 (main): Likewise.
18242 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
18243 Likewise.
18244 (main): Likewise.
18245
4186eb54
KS
182462014-06-07 Keith Seitz <keiths@redhat.com>
18247
18248 Revert:
18249 PR c++/16253
18250 * gdb.cp/var-tag.cc: New file.
18251 * gdb.cp/var-tag.exp: New file.
18252 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
18253 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
18254 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
18255 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
18256
25326a28 182572014-06-06 Doug Evans <xdje42@gmail.com>
6da01dbe
DE
18258
18259 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
18260
829155c9
PA
182612014-06-06 Pedro Alves <palves@redhat.com>
18262
18263 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
18264 in target debug output instead of looking at RSP packets,
18265 disabling the test on any target that uses hardware stepping.
18266 Update comments.
18267
61c8d22e
PA
182682014-06-06 Pedro Alves <palves@redhat.com>
18269
18270 * gdb.base/break-unload-file.exp: Fix typo.
18271
d9a47287
YQ
182722014-06-06 Yao Qi <yao@codesourcery.com>
18273
18274 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
18275 from "jit_function" to "^jit_function".
18276
e5e01dbf
YQ
182772014-06-06 Yao Qi <yao@codesourcery.com>
18278
18279 * gdb.base/async.c (foo): Add one statement.
18280 * gdb.base/async.exp: Get the next instruction address and
18281 match the output of "nexti" by instruction address. Match
18282 the hex address in the output of "finish".
18283
73ba372c
GB
182842014-06-06 Gary Benson <gbenson@redhat.com>
18285
18286 * gdb.base/call-signals.c: Remove preprocessor conditionals
18287 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
18288 SIGSEGV and SIGTERM.
18289 * gdb.base/sigall.c: Likewise.
18290 * gdb.base/unwindonsignal.c: Likewise.
18291 * gdb.reverse/sigall-reverse.c: Likewise.
18292
831517df
YQ
182932014-06-06 Yao Qi <yao@codesourcery.com>
18294
18295 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
18296 readable, skip the test.
18297
b8b91e98
YQ
182982014-06-06 Yao Qi <yao@codesourcery.com>
18299
18300 * gdb.threads/staticthreads.c (thread_function): Move the line
18301 setting breakpoint on forward.
18302 * gdb.threads/staticthreads.exp: Update comments.
18303
fb934770
LC
183042014-06-05 Ludovic Courtès <ludo@gnu.org>
18305
18306 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
18307 "history-append! type error".
18308
6ef284bd
SM
183092014-06-05 Simon Marchi <simon.marchi@ericsson.com>
18310
18311 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
18312 erroneous dprintf expected input.
18313
a872e241
DE
183142014-06-04 Doug Evans <xdje42@gmail.com>
18315
18316 * gdb.guile/scm-generics.exp: Delete.
18317
16f691fb
DE
183182014-06-04 Doug Evans <xdje42@gmail.com>
18319
18320 * gdb.guile/scm-breakpoint.exp: Update.
18321 Add tests for breakpoint registration.
18322
012370f6
TT
183232014-06-04 Tom Tromey <tromey@redhat.com>
18324
18325 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
18326 VLA-in-union.
18327 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
18328 inner_vla_struct, vla_union types. Initialize objects of those
18329 types and compute their sizes.
18330
9f5a4cef
HZ
183312014-06-04 Nathan Sidwell <nathan@codesourcery.com>
18332 Hui Zhu <hui@codesourcery.com>
18333
18334 * gdb.base/fileio.exp: Add test for shell not available as well as
18335 available.
18336 * gdb.base/fileio.c (test_system): Check for shell twice.
18337
90a45c4d
YQ
183382014-06-04 Yao Qi <yao@codesourcery.com>
18339
18340 * gdb.base/auto-connect-native-target.exp: Remove redundant
18341 space from the regexp pattern.
18342
70017e41
YQ
183432014-06-04 Yao Qi <yao@codesourcery.com>
18344
18345 * gdb.base/default.exp: Replace "child" with "native" in
18346 regexp pattern.
18347
883964a7
SC
183482014-06-03 Siva Chandra Reddy <sivachandra@google.com>
18349
18350 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
18351 * gdb.python/py-xmethods.exp: New tests to test xmethods.
18352 * gdb.python/py-xmethods.py: Python script supporting the
18353 new testcase and tests.
18354
ef370185
JB
183552014-06-03 Joel Brobecker <brobecker@adacore.com>
18356 Pedro Alves <palves@redhat.com>
18357
18358 PR breakpoints/17000
18359 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
18360 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
18361
1e2ccb61
BM
183622014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
18363
18364 * gdb.base/subst.exp: Add tests to verify partial path matching
18365 output.
18366
c6ec5ab2
PA
183672014-06-03 Pedro Alves <palves@redhat.com>
18368
18369 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
18370 target that doesn't use software single-stepping.
18371
835c559f
PA
183722014-06-03 Pedro Alves <palves@redhat.com>
18373
18374 PR breakpoints/17000
18375 * gdb.base/sss-bp-on-user-bp-2.c: New file.
18376 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
18377
06eb1586
DE
183782014-06-02 Doug Evans <xdje42@gmail.com>
18379
18380 * gdb.guile/scm-parameter.exp: New file.
18381
e698b8c4
DE
183822014-06-02 Doug Evans <xdje42@gmail.com>
18383
18384 * gdb.guile/scm-cmd.c: New file.
18385 * gdb.guile/scm-cmd.exp: New file.
18386
ded03782
DE
183872014-06-02 Doug Evans <xdje42@gmail.com>
18388
18389 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
18390 pretty-printer lookup.
18391 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
18392 (make-pp_s-printer): Call it.
18393 (make-pretty-printer-from-dict): New function.
18394 (lookup-pretty-printer-maker-from-dict): New function.
18395 (*pretty-printer*): Simplify.
18396 (make-objfile-pp_s-printer): New function.
18397 (install-objfile-pretty-printers!): New function.
18398 (make-progspace-pp_s-printer): New function.
18399 (install-progspace-pretty-printers!): New function.
18400 * gdb.guile/scm-progspace.c: New file.
18401 * gdb.guile/scm-progspace.exp: New file.
18402
41fac0cf
PA
184032014-06-02 Pedro Alves <palves@redhat.com>
18404
18405 * gdb.base/dprintf-bp-same-addr.c: New file.
18406 * gdb.base/dprintf-bp-same-addr.exp: New file.
18407
96ae5695
EBM
184082014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
18409
18410 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
18411 * gdb.arch/powerpc-power.s: Likewise.
18412
da02b3a8
JB
184132014-06-02 Joel Brobecker <brobecker@adacore.com>
18414
18415 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
18416
c72b2e7b
YQ
184172014-06-01 Yao Qi <yao@codesourcery.com>
18418
18419 * gdb.base/watchpoint.exp (test_watch_location): Check null
18420 pointer can be dereferenced. If not, do the test, otherwise
18421 skip it.
18422
53e8a631
AB
184232014-05-30 Andrew Burgess <aburgess@broadcom.com>
18424
18425 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
18426 results.
18427 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
18428
938f0e2f
AB
184292014-05-30 Andrew Burgess <aburgess@broadcom.com>
18430
18431 * gdb.arch/amd64-invalid-stack-middle.S: New file.
18432 * gdb.arch/amd64-invalid-stack-middle.c: New file.
18433 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
18434 * gdb.arch/amd64-invalid-stack-top.c: New file.
18435 * gdb.arch/amd64-invalid-stack-top.exp: New file.
18436
9ba6657a
PA
184372014-05-30 Pedro Alves <palves@redhat.com>
18438
18439 PR breakpoints/17000
18440 * gdb.base/sss-bp-on-user-bp.c: New file.
18441 * gdb.base/sss-bp-on-user-bp.exp: New file.
18442
522c09bf
DB
184432014-05-30 David Blaikie <dblaikie@gmail.com>
18444
18445 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
18446 gnu_inline semantics via attribute.
18447 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
18448 source explicitly specifies the required semantics.
18449
bf4ef81e
MR
184502014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
18451
18452 * gdb.reverse/sigall-reverse.exp: Fix a typo.
18453
329ea579
PA
184542014-05-29 Pedro Alves <palves@redhat.com>
18455 Tom Tromey <tromey@redhat.com>
18456
18457 * gdb.base/async-shell.exp: Don't enable target-async.
18458 * gdb.base/async.exp
18459 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
18460 parameter. Adjust.
18461 (top level): Don't test with "target-async".
18462 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
18463 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
18464 * gdb.base/inferior-died.exp: Don't enable target-async.
18465 * gdb.base/interrupt-noterm.exp: Likewise.
18466 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
18467 * gdb.mi/mi-nonstop-exit.exp: Likewise.
18468 * gdb.mi/mi-nonstop.exp: Likewise.
18469 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
18470 * gdb.mi/mi-nsintrall.exp: Likewise.
18471 * gdb.mi/mi-nsmoribund.exp: Likewise.
18472 * gdb.mi/mi-nsthrexec.exp: Likewise.
18473 * gdb.mi/mi-watch-nonstop.exp: Likewise.
18474 * gdb.multi/watchpoint-multi.exp: Adjust comment.
18475 * gdb.python/py-evsignal.exp: Don't enable target-async.
18476 * gdb.python/py-evthreads.exp: Likewise.
18477 * gdb.python/py-prompt.exp: Likewise.
18478 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
18479 * gdb.server/solib-list.exp: Don't enable target-async.
18480 * gdb.threads/thread-specific-bp.exp: Likewise.
18481 * lib/mi-support.exp: Adjust to use mi-async.
18482
fd664c91
PA
184832014-05-29 Pedro Alves <palves@redhat.com>
18484
18485 PR gdb/13860
18486 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
18487 reason, even in sync mode.
18488
251bde03
PA
184892014-05-29 Pedro Alves <palves@redhat.com>
18490 Hui Zhu <hui@codesourcery.com>
18491
18492 PR PR15693
18493 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
18494 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
18495 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
18496 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
18497
7f3c0343
JB
184982014-05-28 Joel Brobecker <brobecker@adacore.com>
18499
18500 * config/monitor.exp (gdb_target_monitor): Replace use of
18501 "set remotebaud" by "set serial baud".
18502
b2715b27
AW
185032014-05-26 Andy Wingo <wingo@igalia.com>
18504
18505 * gdb.guile/scm-breakpoint.exp:
18506 * gdb.guile/scm-gsmob.exp: Update to use plain old object
18507 properties instead of gdb-object-properties.
18508
498a4489
YQ
185092014-05-26 Yao Qi <yao@codesourcery.com>
18510
18511 * gdb.server/no-thread-db.exp: Specify source file name
18512 explicitly when setting a breakpoint.
18513
589fdceb
MM
185142014-05-23 Markus Metzger <markus.t.metzger@intel.com>
18515
18516 * gdb.btrace/vdso.c: New.
18517 * gdb.btrace/vdso.exp: New.
18518
e9089e05
MM
185192014-05-23 Markus Metzger <markus.t.metzger@intel.com>
18520
18521 * gdb.base/gcore.exp (capture_command_output): Move ...
18522 * lib/gdb.exp (capture_command_output): ... here.
18523
67b5c0c1
MM
185242014-05-23 Markus Metzger <markus.t.metzger@intel.com>
18525
18526 * gdb.btrace/data.exp: Test memory access during btrace replay.
18527
a2199296
SM
185282014-05-22 Simon Marchi <simon.marchi@ericsson.com>
18529
18530 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
18531
17b2616c
PA
185322014-05-21 Pedro Alves <palves@redhat.com>
18533
18534 PR gdb/13860
18535 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
18536 (top level): Test that output related to execution commands is
18537 sent to the console with CLI commands, but not with MI commands.
18538 Test that breakpoint events are always mirrored to the console.
18539 Also expect the new source line to be output after a "next" in
18540 async mode too. Make it a pass/fail test.
18541 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
18542 output.
18543 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
18544
5166082f
PA
185452014-05-21 Pedro Alves <palves@redhat.com>
18546
18547 * gdb.base/list.exp (build_pattern, test_list): New procedures.
18548 Use them to test variations of "list" after reaching a breakpoint.
18549 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
18550 Test "list" with listsize 10 after reaching a breakpoint.
18551 * gdb.python/python.exp (decode_line current location line
18552 number): Adjust expected line number.
18553
2f25d70f
SM
185542014-05-21 Simon Marchi <simon.marchi@ericsson.com>
18555
18556 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
18557 behavior for $args, pass it directly to "run".
18558
ff604a67
MR
185592014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
18560
18561 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
18562 30000 to 65536.
18563
6a3cb8e8
PA
185642014-05-21 Pedro Alves <palves@redhat.com>
18565
18566 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
18567 auto-connect-native-target off".
18568 * gdb.base/auto-connect-native-target.c: New file.
18569 * gdb.base/auto-connect-native-target.exp: New file.
18570
4ebfc96e
PA
185712014-05-21 Pedro Alves <palves@redhat.com>
18572
18573 * gdb.base/default.exp: Test "target native" instead of "target
18574 child".
18575
36d46afb
MW
185762014-05-21 Mark Wielaard <mjw@redhat.com>
18577
18578 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
18579
5876f503
JK
185802014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
18581
18582 Fix TLS access for -static -pthread.
18583 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
18584 <HAVE_TLS> (thread_function, main): Initialize it.
18585 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
18586 Add clean_restart.
18587 <$have_tls != "">: Check TLSVAR.
18588
0256a6ac
PA
185892014-05-21 Pedro Alves <palves@redhat.com>
18590
18591 * gdb.base/dcache-line-read-error.c: New.
18592 * gdb.base/dcache-line-read-error.exp: New.
18593
936d2992
PA
185942014-05-20 Pedro Alves <palves@redhat.com>
18595
18596 * gdb.base/compare-sections.c: New file.
18597 * gdb.base/compare-sections.exp: New file.
18598
802e8e6d
PA
185992014-05-20 Pedro Alves <palves@redhat.com>
18600
18601 * gdb.base/break-idempotent.c: New file.
18602 * gdb.base/break-idempotent.exp: New file.
18603
e59fa00f
MM
186042014-05-20 Markus Metzger <markus.t.metzger@intel.com>
18605
18606 * gdb.btrace/nohist.exp: New.
18607
8b696e31
YQ
186082014-05-20 Yao Qi <yao@codesourcery.com>
18609
18610 * lib/gdb.exp (gdb_init): Set timeout if test file is under
18611 gdb.reverse directory and gdb_reverse_timeout exists in board
18612 setting.
18613 * README: Document gdb_reverse_timeout.
18614
73c9764f
YQ
186152014-05-20 Yao Qi <yao@codesourcery.com>
18616
18617 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
18618 'test_file_name'. Treat args as a string instead of a list.
18619 (gdb_init): Rename argument 'args' by 'test_file_name'.
18620
f1f4348a
JK
186212014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
18622
18623 * gdb.arch/powerpc-power.exp: New file.
18624 * gdb.arch/powerpc-power.s: New file.
18625
0dbe70ce
DE
186262014-05-16 Doug Evans <dje@google.com>
18627
18628 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
d7761c2c
DE
18629 * gdb.base/completion.exp: Check that all expected files exist
18630 before doing file completion.
0dbe70ce 18631
8d551b02
DE
186322014-05-16 Doug Evans <dje@google.com>
18633
18634 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
18635 Update.
18636 (do_syscall_tests_without_xml): Update.
18637
73eb7709
PA
186382014-05-16 Pedro Alves <palves@redhat.com>
18639
18640 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
18641 instead of "unknown output after running".
18642
3fae92fc
YQ
186432014-05-16 Yao Qi <yao@codesourcery.com>
18644
18645 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
18646 file1.txt from host at the end.
18647 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
18648
c2b2ccc5
DE
186492014-05-15 Doug Evans <dje@google.com>
18650
18651 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
18652 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
18653 loading file. Add test for TU lookup.
18654
8c217a4b
SM
186552014-05-15 Simon Marchi <simon.marchi@ericsson.com>
18656
18657 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
18658 calling "-exec-arguments" or "set args" before running the
18659 inferior.
18660
3deb39c6
SM
186612014-05-15 Simon Marchi <simon.marchi@ericsson.com>
18662
18663 * lib/mi-support.exp (mi_expect_stop): Expect message for
18664 inferiors that exit with non-zero exit code.
18665
71a79f8c
YQ
186662014-05-14 Yao Qi <yao@codesourcery.com>
18667
18668 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
18669 match absolute path on remote host.
18670 (test_file_list_exec_source_files): Remove "/" from the
18671 pattern.
18672
f23fcd46
YQ
186732014-05-14 Yao Qi <yao@codesourcery.com>
18674
18675 * boards/local-remote-host-notty.exp (${board}_file): New
18676 proc.
18677
9404b58f
KM
186782014-05-07 Kyle McMartin <kyle@redhat.com>
18679
18680 Pushed by Joel Brobecker <brobecker@adacore.com>.
18681 * gdb.arch/aarch64-atomic-inst.c: New file.
18682 * gdb.arch/aarch64-atomic-inst.exp: New file.
18683
5e45f04c
YQ
186842014-05-07 Yao Qi <yao@codesourcery.com>
18685
18686 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
18687 in current context" too.
18688
c888a17d
KS
186892014-05-05 Keith Seitz <keiths@redhat.com>
18690
18691 * gdb.linespec/ls-dollar.exp: Add test for linespec
18692 file:convenience_variable.
18693
290a839c
YQ
186942014-05-05 Yao Qi <yao@codesourcery.com>
18695
18696 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
18697 traceframes into tfile and ctf trace files. Read data from
18698 trace file and test collected data.
18699 (gdb_collect_locals_test): Likewise.
18700 (gdb_unavailable_registers_test): Likewise.
18701 (gdb_unavailable_floats): Likewise.
18702 (gdb_collect_globals_test): Likewise.
18703 (top-level): Append "ctf" to trace_file_targets if GDB
18704 supports.
18705
b5262cd0
YQ
187062014-05-05 Yao Qi <yao@codesourcery.com>
18707
18708 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
18709 code to ...
18710 (gdb_collect_args_test_1): ... it. New proc.
18711 (gdb_collect_locals_test): Move some code to ...
18712 (gdb_collect_locals_test_1): ... it. New proc.
18713 (gdb_unavailable_registers_test): Move some code to ...
18714 (gdb_unavailable_registers_test_1): ... it. New proc.
18715 (gdb_unavailable_floats): Move some code to ...
18716 (gdb_unavailable_floats_1): ... it. New proc.
18717
30a1e6cc
SDJ
187182014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
18719
18720 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
18721 probes to test for bitness recognition.
18722 * gdb.arch/amd64-stap-optional-prefix.exp
18723 (test_probe_value_without_reg): New procedure.
18724 Add code to test for different kinds of bitness.
18725
f33da99a
SDJ
187262014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
18727
18728 PR breakpoints/16889
18729 * gdb.arch/amd64-stap-optional-prefix.S: New file.
18730 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
18731
5b80f00d
PA
187322014-05-01 Pedro Alves <palves@redhat.com>
18733
18734 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
18735 gdb_file_cmd if no file is specified.
18736 * boards/native-extended-gdbserver.exp (gdb_load): Use the
18737 last_loaded_file to set the remote exec-file.
18738
f8c2a73c
PA
187392014-05-01 Pedro Alves <palves@redhat.com>
18740
18741 * boards/local-remote-host.exp: New file.
18742
be6e8ac7
PA
187432014-05-01 Pedro Alves <palves@redhat.com>
18744
18745 * boards/local-remote-host.exp: Rename to ...
18746 * boards/local-remote-host-notty.exp: ... this.
18747
cac0dc8f
JB
187482014-04-28 Joel Brobecker <brobecker@adacore.com>
18749
18750 * gdb.ada/dyn_arrayidx: New testcase.
18751
9730e6cc
YQ
187522014-04-26 Yao Qi <yao@codesourcery.com>
18753
18754 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
18755 and compute the length of function main. Save it in
18756 $main_length.
18757 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
18758 (top-level): Use gdb_compile to compile objects into
18759 executable and restart GDB. Remove invocation to
18760 prepare_for_testing.
18761
7ae1a6a6
PA
187622014-04-25 Simon Marchi <simon.marchi@ericsson.com>
18763 Pedro Alves <palves@redhat.com>
18764
18765 PR server/16255
18766 * gdb.multi/multi-attach.c: New file.
18767 * gdb.multi/multi-attach.exp: New file.
18768
4082afcc
PA
187692014-04-25 Pedro Alves <palves@redhat.com>
18770
18771 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
18772 user.
18773 (top level): Test that "set remote conditional-breakpoints-packet
18774 off" works as intended.
18775 * gdb.base/dprintf.exp: Test that "set remote
18776 breakpoint-commands-packet off" works as intended.
18777 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
18778 New function.
18779 (top level): Call it.
18780 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
18781 remote fast-tracepoints-packet off" works as intended.
18782 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
18783 * lib/gdb.exp (gdb_is_target_remote): ... here.
18784
2abc3f8d
DB
187852014-04-24 David Blaikie <dblaikie@gmail.com>
18786
18787 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
18788 ensure clang would not discard them.
18789 * gdb.base/gdbvars.c: Ditto.
18790 * gdb.base/memattr.c: Ditto.
18791 * gdb.base/whatis.c: Ditto.
18792 * gdb.python/py-prettyprint.c: Ditto.
18793 * gdb.trace/actions.c: Ditto.
18794 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
18795 ensure clang would not discard it.
18796
bfd39632
DB
187972014-04-24 David Blaikie <dblaikie@gmail.com>
18798
18799 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
18800 clang to emit the full definition of type required by the test
18801 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
18802
22842ff6
DB
188032014-04-24 David Blaikie <dblaikie@gmail.com>
18804
18805 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
18806 coax Clang into emitting the definition of the type.
18807 * gdb.cp/pr10728-x.h (y): Ditto.
18808 * gdb.cp/pr10728-y.cc (y): Ditto.
18809
c2e827ad
DB
188102014-04-24 David Blaikie <dblaikie@gmail.com>
18811
18812 * gdb.base/label.exp: XFAIL label related tests under Clang.
18813 * gdb.cp/cplabel.exp: Ditto.
18814 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
18815 under Clang those using labels.
18816
4c2d33e7
YQ
188172014-04-25 Yao Qi <yao@codesourcery.com>
18818
18819 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
18820 double_label.
18821 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
18822 partial_label and double_label.
18823
56083b99
DB
188242014-04-24 David Blaikie <dblaikie@gmail.com>
18825
18826 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
18827
25d4e99d
DB
188282014-04-24 David Blaikie <dblaikie@gmail.com>
18829
18830 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
18831 of the function to work across GCC and Clang.
18832 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
18833 pointer types (const void ** const V void **).
18834
01f9f808
MS
188352014-04-24 Michael Sturm <michael.sturm@mintel.com>
18836 Walfred Tedeschi <walfred.tedeschi@intel.com>
18837
18838 * Makefile.in (EXECUTABLES): Added i386-avx512.
18839 * gdb.arch/i386-avx512.c: New file.
18840 * gdb.arch/i386-avx512.exp: Likewise.
18841
4b48d439
KS
188422014-04-23 Keith Seitz <keiths@redhat.com>
18843
18844 * lib/mi-support.exp (mi_list_breakpoints): Delete.
18845 (mi_make_breakpoint_table): New procedure.
18846 (mi_create_breakpoint): Use mi_make_breakpoint
18847 and return the result.
18848 (mi_make_breakpoint): New procedure.
18849 (mi_build_kv_pairs): New procedure.
18850
18851 * gdb.mi/mi-break.exp: Remove unused globals,
18852 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
18853 All callers updated.
18854 * gdb.mi/mi-dprintf.exp: Use variable to track command
18855 number.
18856 Update all callers of mi_create_breakpoint and use
18857 mi_make_breakpoint_table.
18858 Remove any unused global variables.
18859 * gdb.mi/mi-nonstop.exp: Likewise.
18860 * gdb.mi/mi-nsintrall.exp: Likewise.
18861 * gdb.mi/mi-nsmoribund.exp: Likewise.
18862 * gdb.mi/mi-nsthrexec.exp: Likewise.
18863 * gdb.mi/mi-reverse.exp: Likewise.
18864 * gdb.mi/mi-simplerun.exp: Likewise.
18865 * gdb.mi/mi-stepn.exp: Likewise.
18866 * gdb.mi/mi-syn-frame.exp: Likewise.
18867 * gdb.mi/mi-until.exp: Likewise.
18868 * gdb.mi/mi-var-cp.exp: Likewise.
18869 * gdb.mi/mi-var-display.exp: Likewise.
18870 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
18871 * gdb.mi/mi2-var-child.exp: Likewise.
18872 * gdb.mi/mi-vla-c99.exp: Likewise.
18873 * lib/mi-support.exp: Likewise.
18874
18875 From Ian Lance Taylor <iant@cygnus.com>:
18876 * lib/gdb.exp (parse_args): New procedure.
18877
08351840
PA
188782014-04-23 Pedro Alves <palves@redhat.com>
18879
18880 * gdb.base/break-unload-file.c: New file.
18881 * gdb.base/break-unload-file.exp: New file.
18882 * gdb.base/sym-file-lib.c (baz): New function.
18883 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
18884 field.
18885 (load): Store the segment's mapped size.
18886 (unload): New function.
18887 (unload_shlib): New function.
18888 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
18889 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
18890 set a breakpoint at baz, and call it.
18891 * gdb.base/sym-file.exp: New tests for stale breakpoint
18892 instructions.
18893
076855f9
PA
188942014-04-23 Pedro Alves <palves@redhat.com>
18895
18896 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
18897 * gdb.base/hbreak-in-shr-unsupported.c: New file.
18898 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
18899 * gdb.base/hbreak-unmapped.c: New file.
18900 * gdb.base/hbreak-unmapped.exp: New file.
18901 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
18902 * lib/gdb.exp (gdb_is_target_remote): ... here.
18903
483805cf
PA
189042014-04-22 Pedro Alves <palves@redhat.com>
18905
18906 * gdb.base/consecutive-step-over.c: New file.
18907 * gdb.base/consecutive-step-over.exp: New file.
18908
06d97543
PA
189092014-04-22 Pedro Alves <palves@redhat.com>
18910
18911 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
18912 instead of send_gdb/gdb_expect.
18913
b4429ea2
YQ
189142014-04-22 Yao Qi <yao@codesourcery.com>
18915
18916 * lib/trace-support.exp (generate_tracefile): New procedure.
18917 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
18918 return 0.
18919 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
18920 if generate_tracefile returns 1.
18921
51d48146
PA
189222014-04-18 Tom Tromey <palves@redhat.com>
18923 Pedro alves <tromey@redhat.com>
18924
18925 PR backtrace/15558
18926 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
18927 with a backtrace limit.
18928 * gdb.python/py-frame-inline.exp: Test running to an inline
18929 function with a backtrace limit, and printing the newest frame.
18930 * gdb.python/py-frame-inline.c (main): Call f.
18931
bd1dce5f
MS
189322014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
18933
18934 * gdb.java/jnpe.exp: Drop srcdir from untested path.
18935
40d1a503
MS
189362014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
18937
18938 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
18939 Drop prefix from unsupported source file path.
18940
389b98f7
YQ
189412014-04-17 Yao Qi <yao@codesourcery.com>
18942
18943 * lib/gdb.exp (with_target_charset): New proc.
18944 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
18945 with_target_charset.
18946 (test_print_strings): Likewise.
18947 (test_repeat_bytes): Likewise.
18948 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
18949 for some tests.
18950
22869d73
KS
189512014-04-16 Keith Seitz <keiths@redhat.com>
18952
18953 PR gdb/15827
18954 * gdb.dwarf2/corrupt.c: New file.
18955 * gdb.dwarf2/corrupt.exp: New file.
18956
c4f87ca6
KS
189572014-04-16 Keith Seitz <keiths@redhat.com>
18958
18959 PR c++/16597
18960 * gdb.cp/namelessclass.cc: New file.
18961 * gdb.cp/namelessclass.exp: New file.
18962 * gdb.cp/namelessclass.S: New file.
18963
ab19de87
DE
189642014-04-16 Doug Evans <dje@google.com>
18965
18966 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
18967 Add comment.
18968 (gdbserver_default_get_comm_port): New function.
18969 (gdbserver_start): Check if board file provided
18970 "gdbserver,get_comm_port" and use it if so.
18971 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
18972 (gdb,socketport): Set to "stdio".
18973 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
18974 (stdio_gdbserver_template): Delete.
18975 (${board}_get_remote_address): Update.
18976 (${board}_build_remote_cmd): Delete.
18977 (${board}_get_comm_port): New function.
18978 (${board}_spawn): Update.
18979 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
18980 Delete.
18981 (${board}_get_remote_address): Update.
18982 (${board}_get_comm_port): New function.
18983
fc98a809
AB
189842014-04-16 Andrew Burgess <aburgess@broadcom.com>
18985
18986 * gdb.base/memattr.exp: Improve regexps to handle memory regions
18987 appearing in any order.
18988
87fd9e6e
DE
189892014-04-15 Doug Evans <dje@google.com>
18990
18991 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
18992 uninitialized value of "description".
18993
099fc3ea
KS
189942014-04-15 Keith Seitz <keiths@redhat.com>
18995
18996 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
18997 Remove unused globals.
18998 (test_running_the_program): Likewise.
18999 (test_controlled_execution): Likewise.
19000 (test_controlling_breakpoints): Likewise.
19001 (test_program_termination): Likewise.
19002
5da151d4
KS
190032014-04-15 Keith Seitz <keiths@redhat.com>
19004
19005 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
19006 unused globals.
19007 (test_rbreak_creation_and_listing): Likewise.
19008 (test_ignore_count): Likewise.
19009 (test_error): Likewise.
19010
35e5d2f0
PA
190112014-04-15 Pedro Alves <palves@redhat.com>
19012
19013 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
19014 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
19015 sym-file-loader.c.
19016 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
19017 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
19018 to sym-file-loader.c.
19019 (struct library): Forward declare.
19020 (load_shlib, lookup_function): Change prototypes.
19021 (find_shstrtab, find_strtab, find_shdr, find_symtab)
19022 (translate_offset): Remove declarations.
19023 (get_text_addr): New declaration.
19024 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
19025 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
19026 sym-file-loader.h.
19027 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
19028 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
19029 here from sym-file-loader.h.
19030 (struct library): New structure.
19031 (load_shlib, lookup_function): Change prototypes and adjust to
19032 work with a struct library.
19033 (find_shstrtab, find_strtab, find_shdr, find_symtab)
19034 (translate_offset): Make static.
19035 (get_text_addr): New function.
19036 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
19037
eb4c1710
PA
190382014-04-15 Pedro Alves <palves@redhat.com>
19039
19040 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
19041
2d1baf52
PA
190422014-04-15 Pedro Alves <palves@redhat.com>
19043
19044 * gdb.base/sym-file-loader.c: Include <limits.h>.
19045 (SELF_LINK): New define.
19046 (get_origin): New function.
19047 (load_shlib): Use it.
19048 * gdb.base/sym-file.exp: Don't early return if the target is
19049 remote. Use runto_main, and issue fail is that fails. Use
19050 gdb_load_shlibs.
19051 (shlib_name): Delete.
19052 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
19053
7dd6df01
PA
190542014-04-15 Pedro Alves <palves@redhat.com>
19055
19056 * gdb.base/sym-file.exp: Remove regex characters from test
19057 message. Don't refer to breakpoint numbers in test messages.
19058
b50c8614
KS
190592014-04-14 Keith Seitz <keiths@redhat.com>
19060
19061 PR c++/16253
19062 * gdb.cp/var-tag.cc: New file.
19063 * gdb.cp/var-tag.exp: New file.
19064 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
19065 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
19066 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
19067 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
19068
3d567982
TT
190692014-04-14 Tom Tromey <tromey@redhat.com>
19070
19071 * gdb.cp/classes.exp (test_enums): Handle underlying type.
19072 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
19073 type.
19074 * gdb.cp/enum-class.exp: New file.
19075 * gdb.cp/enum-class.cc: New file.
19076
0626fc76
TT
190772014-04-14 Tom Tromey <tromey@redhat.com>
19078
19079 * gdb.dwarf2/enum-type.exp: New file.
19080
dca325b3
SA
190812014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
19082
19083 * gdb.mi/mi-vla-c99.exp: New file.
19084 * gdb.mi/vla.c: New file.
19085
5854b38a
SA
190862014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
19087
19088 * gdb.base/vla-datatypes.c: New file.
19089 * gdb.base/vla-datatypes.exp: New file.
19090
463bb957
SA
190912014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
19092
19093 * gdb.base/vla-ptr.c: New file.
19094 * gdb.base/vla-ptr.exp: New file.
19095
3dd170be
SA
190962014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
19097
19098 * gdb.dwarf2/count.exp: New file.
19099
5ecaaa66
SA
191002014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
19101
19102 * gdb.base/vla-sideeffect.c: New file.
19103 * gdb.base/vla-sideeffect.exp: New file.
19104
41f1ada5
DB
191052014-04-14 David Blaikie <dblaikie@gmail.com>
19106
19107 * gdb.mi/non-stop.c: Add return value for non-void function return
19108 statement.
19109 * gdb.threads/staticthreads.c: Ditto.
19110
0be03e84
DE
191112014-04-12 Siva Chandra Reddy <sivachandra@google.com>
19112 Doug Evans <xdje42@gmail.com>
19113
19114 * gdb.guile/scm-value.c: Improve test case.
19115 * gdb.guile/scm-value.exp: Add new test.
19116
f180a1fb
DB
191172014-04-11 David Blaikie <dblaikie@gmail.com>
19118
19119 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
19120 override Clang's default.
19121
6b662e19
JB
191222014-04-11 Joel Brobecker <brobecker@adacore.com>
19123
19124 Revert the following changes (regressions):
19125
19126 * gdb.base/vla-sideeffect.c: New file.
19127 * gdb.base/vla-sideeffect.exp: New file.
19128
19129 * gdb.dwarf2/count.exp: New file.
19130
19131 * gdb.base/vla-multi.c: New file.
19132 * gdb.base/vla-multi.exp: New file.
19133
19134 * gdb.base/vla-ptr.c: New file.
19135 * gdb.base/vla-ptr.exp: New file.
19136
19137 * gdb.base/vla-datatypes.c: New file.
19138 * gdb.base/vla-datatypes.exp: New file.
19139
19140 * gdb.mi/mi-vla-c99.exp: New file.
19141 * gdb.mi/vla.c: New file.
19142
245a5f0b
KS
191432014-04-11 Keith Seitz <keiths@redhat.com>
19144
19145 PR c++/16675
19146 * gdb.cp/cpsizeof.exp: New file.
19147 * gdb.cp/cpsizeof.cc: New file.
19148
58a84dcf
SA
191492014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19150
191a8a90
JB
19151 * gdb.mi/mi-vla-c99.exp: New file.
19152 * gdb.mi/vla.c: New file.
58a84dcf 19153
c8655f75
SA
191542014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19155
19156 * gdb.base/vla-datatypes.c: New file.
19157 * gdb.base/vla-datatypes.exp: New file.
19158
024e13b4
SA
191592014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19160
19161 * gdb.base/vla-ptr.c: New file.
19162 * gdb.base/vla-ptr.exp: New file.
19163
1a237e0e
SA
191642014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19165
19166 * gdb.base/vla-multi.c: New file.
19167 * gdb.base/vla-multi.exp: New file.
19168
504f3432
SA
191692014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19170
19171 * gdb.dwarf2/count.exp: New file.
19172
3bce8237
SA
191732014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19174
191a8a90
JB
19175 * gdb.base/vla-sideeffect.c: New file.
19176 * gdb.base/vla-sideeffect.exp: New file.
3bce8237 19177
322f9c21
YQ
191782014-04-11 Yao Qi <yao@codesourcery.com>
19179
19180 * gdb.base/completion.exp: Check file exists before running tests
19181 on file completion.
19182
d708bcd1
PA
191832014-04-10 Pedro Alves <palves@redhat.com>
19184
19185 * gdb.base/cond-eval-mode.c: New file.
19186 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
19187 prepare_for_testing to build the new file. Check result of
19188 runto_main.
19189 (test_break, test_watch): New procedures.
19190 (top level): Use them.
19191
ae1d2761
PM
191922014-04-08 Pierre Muller <muller@sourceware.org>
19193
19194 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
19195 Ctrl-V use for mingw hosts.
19196
7af389b8
SC
191972014-04-07 Siva Chandra Reddy <sivachandra@google.com>
19198
19199 * gdb.python/py-value.c: Improve test case.
19200 * gdb.python/py-value.exp: Add new test.
19201
5e703181
DE
192022014-04-07 David Blaikie <dblaikie@gmail.com>
19203
19204 * lib/compiler.c: Identify the clang compiler.
19205 * lib/compiler.cc: Ditto.
19206
9810b410
YQ
192072014-04-03 Yao Qi <yao@codesourcery.com>
19208
19209 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
19210
98d1b8dc
AB
192112014-04-01 Anton Blanchard <anton@samba.org>
19212
19213 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
19214 messages unique.
19215
3114cea1
AB
192162014-04-01 Anton Blanchard <anton@samba.org>
19217
19218 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
19219 prepare_for_testing.
19220
62f7182c
AB
192212014-04-01 Anton Blanchard <anton@samba.org>
19222
19223 * gdb.arch/ppc64-atomic-inst.c: Remove.
19224 * gdb.arch/ppc64-atomic-inst.S: New file.
19225 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
19226
770e7fc7
DE
192272014-03-31 Doug Evans <dje@google.com>
19228
19229 * gdb.base/print-symbol-loading-lib.c: New file.
19230 * gdb.base/print-symbol-loading-main.c: New file.
19231 * gdb.base/print-symbol-loading.exp: New file.
19232
46e2bafa
YQ
192332014-03-31 Yao Qi <yao@codesourcery.com>
19234
19235 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
19236
8776cfe9
JB
192372014-03-28 Joel Brobecker <brobecker@adacore.com>
19238
19239 * gdb.ada/mi_dyn_arr: New testcase.
19240
5d1ef361
DE
192412014-03-27 Doug Evans <dje@google.com>
19242
19243 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
19244
b5bee914
YQ
192452014-03-27 Yao Qi <yao@codesourcery.com>
19246
19247 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
19248 if target is nios2-*-*.
19249
0d4d0e77
YQ
192502014-03-26 Yao Qi <yao@codesourcery.com>
19251
19252 * lib/gdb.exp (readline_is_used): New proc.
19253 * gdb.base/completion.exp: Move tests on command complete up.
19254 Skip the rest of tests if readline is not used.
19255 * gdb.ada/complete.exp: Skp the test if readline is not
19256 used.
19257 * gdb.base/filesym.exp: Likewise.
19258 * gdb.base/macscp.exp: Likewise.
19259 * gdb.base/readline-ask.exp: Likewise.
19260 * gdb.base/readline.exp: Likewise.
19261 * gdb.python/py-cmd.exp: Likewise.
19262 * gdb.trace/tfile.exp: Likewise.
19263
29361eee
YQ
192642014-03-26 Yao Qi <yao@codesourcery.com>
19265
19266 * gdb.base/macscp.exp: Fix code format issues.
19267
bc9a5525
UW
192682014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
19269
19270 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
19271 * gdb.asm/powerpc64le.inc: New file.
19272
d3839ede
PA
192732014-03-25 Pedro Alves <palves@redhat.com>
19274 Doug Evans <dje@google.com>
19275
19276 * gdb.base/source-execution.c: New file.
19277 * gdb.base/source-execution.exp: New file.
19278 * gdb.base/source-execution.gdb: New file.
19279
01672a57
DE
192802014-03-24 Doug Evans <dje@google.com>
19281
19282 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
19283 using fission.
19284
88bbeca9
HZ
192852014-03-24 Hui Zhu <hui@codesourcery.com>
19286 Pedro Alves <palves@redhat.com>
19287
19288 PR breakpoints/16101
19289 * gdb.base/dprintf.exp: Use unsupported rather than changing the
19290 test pass/fail messages. Detect missing support for dprintf when
19291 breakpoints are actually inserted.
19292 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
19293 breakpoints are actually inserted.
19294 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
19295 fails.
19296
d2348791
JK
192972014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
19298
19299 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
19300
feef67ab
DE
193012014-03-22 Doug Evans <xdje42@gmail.com>
19302
19303 * gdb.python/python.exp (python not supported): Verify multi-line
19304 python command issues an error.
25d743f9 19305 * gdb.guile/guile.exp (guile not supported): Verify multi-line
51b8d20c 19306 guile command issues an error.
feef67ab 19307
ecebef6a
MR
193082014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
19309
19310 * gdb.threads/thread-specific.exp: Handle the lack of usable
19311 $this_breakpoint and $this_thread.
19312
ccdd1909
HZ
193132014-03-21 Hui Zhu <hui@codesourcery.com>
19314
19315 * gdb.base/attach.exp (do_command_attach_tests): New.
19316
beb460e8
PA
193172014-03-20 Tom Tromey <tromey@redhat.com>
19318 Pedro Alves <palves@redhat.com>
19319
19320 PR cli/15718
19321 * gdb.base/condbreak-call-false.c: New file.
19322 * gdb.base/condbreak-call-false.exp: New file.
19323
40acf43a
PA
193242014-03-20 Pedro Alves <palves@redhat.com>
19325
19326 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
19327 Delete.
19328 (block_signals, unblock_signals): Delete.
19329 (child_function_2, main): Remove references to deleted variable
19330 and functions.
19331
9f5e1e02
PA
193322014-03-20 Pedro Alves <palves@redhat.com>
19333
19334 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
19335 Use pthread_kill to signal thread 2.
19336 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
19337 Adjust to make the test send itself a signal rather than using the
19338 host's "kill" command.
19339
99619bea
PA
193402014-03-20 Pedro Alves <palves@redhat.com>
19341
19342 * gdb.threads/multiple-step-overs.c: New file.
19343 * gdb.threads/multiple-step-overs.exp: New file.
19344 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
19345 Adjust expected infrun debug output.
19346
2adfaa28
PA
193472014-03-20 Pedro Alves <palves@redhat.com>
19348
19349 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
19350 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
19351
31e77af2
PA
193522014-03-20 Pedro Alves <palves@redhat.com>
19353
19354 PR breakpoints/7143
19355 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
19356 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
19357 of gdb_test_multiple.
19358 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
19359 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
19360
b9f437de
PA
193612014-03-20 Pedro Alves <palves@redhat.com>
19362
19363 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
19364 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
19365
05adc73e
PA
193662014-03-19 Pedro Alves <palves@redhat.com>
19367
19368 * gdb.base/async.exp: Remove early return.
19369
6048b950
PA
193702014-03-19 Pedro Alves <palves@redhat.com>
19371
19372 * gdb.base/async.exp (step& tests): Pass explicit test messages.
19373
8bcfb00a
PA
193742014-03-19 Pedro Alves <palves@redhat.com>
19375
19376 * gdb.base/async.exp (test_background): Expect \r\n after
19377 "completed." in the fail pattern.
19378
884e37dc
PA
193792014-03-19 Pedro Alves <palves@redhat.com>
19380
19381 * gdb.base/async.exp (test_background): New procedure.
19382 Use it for all background execution command tests.
19383
148e57e2
PA
193842014-03-19 Pedro Alves <palves@redhat.com>
19385
19386 * gdb.base/async.exp: Use prepare_for_testing.
19387
f48088c7
PA
193882014-03-19 Pedro Alves <palves@redhat.com>
19389
19390 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
19391 the same line.
19392
e2f6c966
PA
193932014-03-19 Pedro Alves <palves@redhat.com>
19394
19395 * gdb.base/async.c (main): Add "jump here" and "until here" line
19396 marker comments.
19397 * gdb.base/async.exp (jump_here): New global.
19398 (jump& test): Use it.
19399 (until_here): New global.
19400 (until& test): Use it.
19401
c30568d4
PA
194022014-03-19 Pedro Alves <palves@redhat.com>
19403
19404 * gdb.base/async.exp: Don't frob gdb_protocol.
19405
0172b6a7
DE
194062014-03-18 Doug Evans <xdje42@gmail.com>
19407
19408 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
19409 Fix spelling of exec-done-display.
19410
06c868a8
JK
194112014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
19412
19413 PR gdb/15358
19414 * gdb.base/gdb-sigterm.c: New file.
19415 * gdb.base/gdb-sigterm.exp: New file.
19416
0c7e1a46
PA
194172014-03-18 Pedro Alves <palves@redhat.com>
19418
19419 PR gdb/13860
19420 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
19421 * lib/mi-support.exp (mi_expect_stop): Add special handling for
19422 solib-event.
19423
f7c77d93
JB
194242014-03-17 Joel Brobecker <brobecker@adacore.com>
19425
19426 * gdb.ada/pckd_arr_ren: New testcase.
19427
5a1e8c7a
DE
194282014-03-13 Doug Evans <xdje42@gmail.com>
19429
19430 PR guile/16612
19431 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
19432 collect after discarding symbols.
19433
350e1a76
DE
194342014-03-13 Ludovic Courtès <ludo@gnu.org>
19435 Doug Evans <xdje42@gmail.com>
19436
19437 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
19438 to history survives a gc.
19439
a69900ae
PA
194402014-03-13 Pedro Alves <palves@redhat.com>
19441
19442 * gdb.base/default.exp: Don't test "target procfs".
19443
5db9f0bd
PA
194442014-03-13 Pedro Alves <palves@redhat.com>
19445
19446 * gdb.base/default.exp: Update "target child" and "target procfs"
19447 tests to not expect "Unix".
19448
b3ccfe11
TT
194492014-03-12 Tom Tromey <tromey@redhat.com>
19450
19451 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
19452 New procs. Add target-async tests.
19453 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
19454 Add target-async tests.
19455
646f4417
AA
194562014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
19457
19458 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
19459 'func_start' and 'func_end' for the beginning and end of the
19460 function code, respectively.
19461 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
19462 'func_end' instead of 'func' and 'main'.
19463
288c211f
AA
194642014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
19465
19466 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
19467 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
19468 generate the debug info assembler source.
19469
e0c0f156
AA
194702014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
19471
19472 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
19473 * gdb.dwarf2/arr-subrange.exp: Likewise.
19474 * gdb.dwarf2/dwz.exp: Likewise.
19475 * gdb.dwarf2/method-ptr.exp: Likewise.
19476 * gdb.dwarf2/missing-sig-type.exp: Likewise.
19477 * gdb.dwarf2/subrange.exp: Likewise.
19478 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
19479 * gdb.dwarf2/implptrpiece.exp: Likewise.
19480 * gdb.dwarf2/nostaticblock.exp: Likewise.
19481
0e5c4555
AA
194822014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
19483
19484 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
19485 directory to absolute path name arguments.
19486
5ec18f2b
JG
194872014-03-10 Joel Brobecker <brobecker@adacore.com>
19488
19489 * gdb.ada/tagged_access: New testcase.
19490
847fc4f2
MM
194912014-03-07 Markus Metzger <markus.t.metzger@intel.com>
19492
19493 * gdb.btrace/data.exp: Update expected output.
19494
cc3da688
YQ
194952014-03-06 Yao Qi <yao@codesourcery.com>
19496
19497 * gdb.trace/pr16508.exp: New file.
19498
0f26cec1
PA
194992014-03-05 Pedro Alves <palves@redhat.com>
19500
19501 PR gdb/16575
19502 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
19503 procedure.
19504 (top level): Adjust to use it. Add tests that exercise breakpoint
19505 interaction with the code-cache.
19506
7a5a839f
LC
195072014-02-26 Ludovic Courtès <ludo@gnu.org>
19508
19509 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
19510 test for 'history-append!'.
19511
31aa7e4e
JB
195122014-02-26 Joel Brobecker <brobecker@adacore.com>
19513
19514 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
19515 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
19516 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
19517 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
19518 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
19519 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
19520
1b588015
JB
195212014-02-26 Joel Brobecker <brobecker@adacore.com>
19522
19523 * testsuite/gdb.python/py-pp-re-notag.c: New file.
19524 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
19525 * testsuite/gdb.python/py-pp-re-notag.p: New file.
19526
55426c9d
JB
195272014-02-26 Joel Brobecker <brobecker@adacore.com>
19528
19529 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
19530
dc53a7ad
JB
195312014-02-26 Joel Brobecker <brobecker@adacore.com>
19532
19533 * gdb.dwarf2/arr-stride.c: New file.
19534 * gdb.dwarf2/arr-stride.exp: New file.
19535
12ab52e9
PA
195362014-02-26 Pedro Alves <palves@redhat.com>
19537
19538 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
19539 that won't ever trigger. Make sure that GDB reports the correct
19540 breakpoint that caused the stop.
19541
849c862e
JK
195422014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
19543
19544 PR gdb/16626
19545 * gdb.base/auto-load-script: New file.
19546 * gdb.base/auto-load.c: New file.
19547 * gdb.base/auto-load.exp: New file.
19548
71b7d793
JK
19549 PR gdb/16626
19550 * gdb.base/auto-load.exp: Fix out-of-srctree run.
19551
e2f0d509
JK
195522014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
19553
19554 Fix dw2-icycle.exp -fsanitize=address GDB crash.
19555 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
19556
50cc37c8
DE
195572014-02-24 Doug Evans <dje@google.com>
19558
19559 * lib/gdb.exp (run_on_host): Log error output if program fails.
19560
ea4758f2
PA
195612014-02-21 Pedro Alves <palves@redhat.com>
19562
19563 * gdb.threads/step-after-sr-lock.c: Rename to ...
19564 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
19565 * gdb.threads/step-after-sr-lock.exp: Rename to ...
19566 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
19567 ... this.
19568
d7b30f67
SDJ
195692014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
19570
19571 PR tdep/16397
19572 * gdb.arch/amd64-stap-special-operands.exp: New file.
19573 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
19574 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
19575 * gdb.arch/amd64-stap-triplet.S: Likewise.
19576 * gdb.arch/amd64-stap-triplet.c: Likewise.
19577
83deb43f
JB
195782014-02-20 Joel Brobecker <brobecker@adacore.com>
19579
19580 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
19581 in .section pseudo-op.
19582
adde2bff
DE
195832014-02-20 lin zuojian <manjian2006@gmail.com>
19584 Joel Brobecker <brobecker@adacore.com>
19585 Doug Evans <xdje42@gmail.com>
19586
19587 PR symtab/16581
19588 * gdb.dwarf2/dw2-icycle.S: New file.
19589 * gdb.dwarf2/dw2-icycle.c: New file.
19590 * gdb.dwarf2/dw2-icycle.exp: New file.
19591
f7bd0f78
SC
195922014-02-19 Siva Chandra Reddy <sivachandra@google.com>
19593
19594 * gdb.python/py-value-cc.cc: Improve test case to enable testing
19595 operations on gdb.Value objects.
19596 * gdb.python/py-value-cc.exp: Add new test to test operations on
19597 gdb.Value objects.
19598
c17ef0d5
DE
195992014-02-18 Doug Evans <dje@google.com>
19600
19601 * Makefile.in (TESTS): New variable.
19602 (expanded_tests, expanded_tests_or_none): New variables
19603 (check-single): Pass $(expanded_tests_or_none) to runtest.
19604 (check-parallel): Only run tests in $(TESTS) if non-empty.
19605 (check/no-matching-tests-found): New rule.
19606 * README: Document TESTS makefile variable.
19607
5dd3176f
DE
196082014-02-18 Doug Evans <dje@google.com>
19609
19610 * Makefile.in (check-parallel): rm -rf outputs temp.
19611
0b10be4f
JK
196122014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
19613
19614 Fix "ERROR: no fileid for" in the testsuite.
19615 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
19616
85f224e7
DE
196172014-02-12 Doug Evans <dje@google.com>
19618
19619 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
19620 (MISCELLANEOUS): New variable.
19621 (clean): rm -rf $(MISCELLANEOUS).
19622 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
19623 dwp live in the same directory as symlinks, with each symlink pointed
19624 to a differently named file in a different directory.
19625
149b30ff
DE
196262014-02-11 Doug Evans <dje@google.com>
19627
19628 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
19629 of Tcl file commands.
19630
1dfdac32
MK
196312014-02-10 Mark Kettenis <kettenis@gnu.org>
19632
19633 * gdb.threads/step-after-sr-lock.exp: Avoid executing
19634 "kill -SIGUSR1 -1".
19635
aa4fb036
JB
196362014-02-10 Joel Brobecker <brobecker@adacore.com>
19637
19638 * gdb.ada/tick_length_array_enum_idx: New testcase.
19639
ed3ef339
DE
196402014-02-10 Doug Evans <xdje42@gmail.com>
19641
19642 * configure.ac (AC_OUTPUT): Add gdb.guile.
19643 * configure: Regenerate.
19644 * lib/gdb-guile.exp: New file.
19645 * lib/gdb.exp (get_target_charset): New function.
19646 * gdb.base/help.exp: Update expected output from "apropos apropos".
19647 * gdb.guile/Makefile.in: New file.
19648 * gdb.guile/guile.exp: New file.
19649 * gdb.guile/scm-arch.c: New file.
19650 * gdb.guile/scm-arch.exp: New file.
19651 * gdb.guile/scm-block.c: New file.
19652 * gdb.guile/scm-block.exp: New file.
19653 * gdb.guile/scm-breakpoint.c: New file.
19654 * gdb.guile/scm-breakpoint.exp: New file.
19655 * gdb.guile/scm-disasm.c: New file.
19656 * gdb.guile/scm-disasm.exp: New file.
19657 * gdb.guile/scm-equal.c: New file.
19658 * gdb.guile/scm-equal.exp: New file.
19659 * gdb.guile/scm-error.exp: New file.
19660 * gdb.guile/scm-error.scm: New file.
19661 * gdb.guile/scm-frame-args.c: New file.
19662 * gdb.guile/scm-frame-args.exp: New file.
19663 * gdb.guile/scm-frame-args.scm: New file.
19664 * gdb.guile/scm-frame-inline.c: New file.
19665 * gdb.guile/scm-frame-inline.exp: New file.
19666 * gdb.guile/scm-frame.c: New file.
19667 * gdb.guile/scm-frame.exp: New file.
19668 * gdb.guile/scm-generics.exp: New file.
19669 * gdb.guile/scm-gsmob.exp: New file.
19670 * gdb.guile/scm-iterator.c: New file.
19671 * gdb.guile/scm-iterator.exp: New file.
19672 * gdb.guile/scm-math.c: New file.
19673 * gdb.guile/scm-math.exp: New file.
19674 * gdb.guile/scm-objfile-script-gdb.in: New file.
19675 * gdb.guile/scm-objfile-script.c: New file.
19676 * gdb.guile/scm-objfile-script.exp: New file.
19677 * gdb.guile/scm-objfile.c: New file.
19678 * gdb.guile/scm-objfile.exp: New file.
19679 * gdb.guile/scm-ports.exp: New file.
19680 * gdb.guile/scm-pretty-print.c: New file.
19681 * gdb.guile/scm-pretty-print.exp: New file.
19682 * gdb.guile/scm-pretty-print.scm: New file.
19683 * gdb.guile/scm-section-script.c: New file.
19684 * gdb.guile/scm-section-script.exp: New file.
19685 * gdb.guile/scm-section-script.scm: New file.
19686 * gdb.guile/scm-symbol.c: New file.
19687 * gdb.guile/scm-symbol.exp: New file.
19688 * gdb.guile/scm-symtab-2.c: New file.
19689 * gdb.guile/scm-symtab.c: New file.
19690 * gdb.guile/scm-symtab.exp: New file.
19691 * gdb.guile/scm-type.c: New file.
19692 * gdb.guile/scm-type.exp: New file.
19693 * gdb.guile/scm-value-cc.cc: New file.
19694 * gdb.guile/scm-value-cc.exp: New file.
19695 * gdb.guile/scm-value.c: New file.
19696 * gdb.guile/scm-value.exp: New file.
19697 * gdb.guile/source2.scm: New file.
19698 * gdb.guile/types-module.cc: New file.
19699 * gdb.guile/types-module.exp: New file.
19700
7026a7c1
YQ
197012014-02-10 Yao Qi <yao@codesourcery.com>
19702
19703 PR testsuite/16543
19704 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
19705 * configure: Regenerated.
19706 * Makefile.in: New file.
19707
6c466447
AS
197082014-02-08 Andreas Schwab <schwab@linux-m68k.org>
19709
19710 * gdb.python/py-framefilter.exp: Fix typo.
19711
6e854735
YQ
197122014-02-08 Yao Qi <yao@codesourcery.com>
19713
19714 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
19715 that no =breakpoint-modified is emitted when breakpoints are
19716 modified through MI commands.
19717
d137e6dc
PA
197182014-02-07 Pedro Alves <pedro@codesourcery.com>
19719 Pedro Alves <palves@redhat.com>
19720
19721 * gdb.threads/step-after-sr-lock.c: New file.
19722 * gdb.threads/step-after-sr-lock.exp: New file.
19723
b5ee5a50
PA
197242014-02-07 Pedro Alves <palves@redhat.com>
19725
19726 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
19727
3c77faf3
JK
197282014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
19729
19730 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
19731 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
19732
6dddc817
DE
197332014-02-06 Doug Evans <xdje42@gmail.com>
19734
19735 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
19736 output.
19737
19738 * gdb.gdb/python-interrupts.exp: New file.
19739
de7b2893
YQ
197402014-02-05 Yao Qi <yao@codesourcery.com>
19741
19742 * gdb.trace/report.exp (use_collected_data): Test the output
19743 of "info threads" and "info inferiors".
19744
66d032ac
YQ
197452014-02-05 Yao Qi <yao@codesourcery.com>
19746
19747 Revert this patch:
19748
19749 2013-05-24 Yao Qi <yao@codesourcery.com>
19750
19751 * gdb.trace/tfile.exp: Test inferior and thread.
19752
591a12a1
UW
197532014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
19754
19755 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
19756 on a function.
19757 * gdb.base/step-bt.c: Call hello via function pointer to make
19758 sure its first instruction is executed on powerpc64le-linux.
19759
0ff3e01f
UW
197602014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
19761
19762 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
19763
084ee545
UW
197642014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
19765
19766 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
19767 of the test patterns for use on little-endian systems.
19768
6ed14ff3
UW
197692014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
19770
19771 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
19772 (decimal_vector): Fix for little-endian.
19773
401e27fd
JM
197742014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
19775
19776 * gdb.arch/sparc-sysstep.exp: New file.
19777 * gdb.arch/sparc-sysstep.c: Likewise.
19778
19779 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
19780
8b924729
EBM
197812014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
19782
19783 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
19784
fb151210
JB
197852014-01-23 Tom Tromey <tromey@redhat.com>
19786
19787 * gdb.ada/array_char_idx: New testcase.
19788
0740f8d8
TT
197892014-01-23 Tom Tromey <tromey@redhat.com>
19790
19791 PR python/16487:
19792 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
19793 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
19794 classes.
19795
21909fa1
TT
197962014-01-23 Tom Tromey <tromey@redhat.com>
19797
19798 PR python/16491:
19799 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
19800 string from an inferior frame.
19801 * gdb.python/py-framefilter-mi.exp: Update.
19802
87ce2a04
DE
198032014-01-22 Doug Evans <dje@google.com>
19804
19805 * gdb.server/server-mon.exp: Add tests for "set debug-format".
19806
237b092b
AA
198072014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
19808
19809 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
19810
d674a709
AA
198112014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
19812
19813 * gdb.trace/entry-values.exp: Remove excess space character from
19814 regex patterns. Handle s390 call instruction.
19815
20fa3390
AA
198162014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
19817
19818 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
19819 define "*_start" label. Make "name" static.
19820 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
19821 ${name} by references to ${name}_start.
19822
78466714
AA
198232014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
19824
19825 * gdb.base/info-macros.exp: Remove "debug" from the compile
19826 options.
19827
ec9f644a
IB
198282014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
19829
19830 * gdb.dlang/demangle.exp: New file.
19831
94b1b47e
IB
198322014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
19833
19834 * gdb.dlang/primitive-types.exp: New file.
19835
7f420862
IB
198362014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
19837
19838 * configure.ac: Create gdb.dlang/Makefile.
19839 * configure: Regenerate.
19840 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
19841 * gdb.dlang/Makefile.in: New file.
19842 * lib/d-support.exp: New file.
19843 * lib/gdb.exp (skip_d_tests): New proc.
19844
52834460
MM
198452014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19846
19847 * gdb.btrace/delta.exp: Check reverse stepi.
19848 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
19849 * gdb.btrace/finish.exp: New.
19850 * gdb.btrace/next.exp: New.
19851 * gdb.btrace/nexti.exp: New.
19852 * gdb.btrace/record_goto.c: Add comments.
19853 * gdb.btrace/step.exp: New.
19854 * gdb.btrace/stepi.exp: New.
19855 * gdb.btrace/multi-thread-step.c: New.
19856 * gdb.btrace/multi-thread-step.exp: New.
19857 * gdb.btrace/rn-dl-bind.c: New.
19858 * gdb.btrace/rn-dl-bind.exp: New.
19859 * gdb.btrace/data.c: New.
19860 * gdb.btrace/data.exp: New.
19861 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
19862
6e07b1d2
MM
198632014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19864
19865 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
19866 * gdb.btrace/exception.exp: Update.
19867 * gdb.btrace/instruction_history.exp: Update.
19868 * gdb.btrace/record_goto.exp: Update.
19869 * gdb.btrace/tailcall.exp: Update.
19870 * gdb.btrace/unknown_functions.exp: Update.
19871 * gdb.btrace/delta.exp: New.
19872
0b722aec
MM
198732014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19874
19875 * gdb.btrace/record_goto.exp: Add backtrace test.
19876 * gdb.btrace/tailcall.exp: Add backtrace test.
19877
066ce621
MM
198782014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19879
19880 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
19881 * gdb.btrace/record_goto.c: New.
19882 * gdb.btrace/record_goto.exp: New.
19883 * gdb.btrace/x86-record_goto.S: New.
19884
0688d04e
MM
198852014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19886
19887 * gdb.btrace/function_call_history.exp: Update tests.
19888 * gdb.btrace/instruction_history.exp: Update tests.
19889
8710b709
MM
198902014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19891
19892 * gdb.btrace/function_call_history.exp: Fix expected field
19893 order for "record function-call-history".
19894 Add new tests for "record function-call-history /c".
19895 * gdb.btrace/exception.cc: New.
19896 * gdb.btrace/exception.exp: New.
19897 * gdb.btrace/tailcall.exp: New.
19898 * gdb.btrace/x86-tailcall.S: New.
19899 * gdb.btrace/x86-tailcall.c: New.
19900 * gdb.btrace/unknown_functions.c: New.
19901 * gdb.btrace/unknown_functions.exp: New.
19902 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
19903
5de9129b
MM
199042014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19905
19906 * gdb.btrace/instruction_history.exp: Update.
19907 * gdb.btrace/function_call_history.exp: Update.
19908
23a7fe75
MM
199092014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19910
19911 * gdb.btrace/function_call_history.exp: Fix expected function
19912 trace.
19913 * gdb.btrace/instruction_history.exp: Initialize traced.
19914 Remove traced_functions.
19915
724c7dd8
MM
199162014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19917
19918 * gdb.btrace/function_call_history.exp: Update
19919 * gdb.btrace/instruction_history.exp: Update.
19920
6d78d93b
MM
199212014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19922
19923 * gdb.btrace/enable.exp: Update expected text.
19924
93a360cc
OJ
199252014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
19926
19927 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
19928 bytes.
19929
3772b53f
MR
199302014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
19931
19932 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
19933
596662fa
OJ
199342014-01-15 Omair Javaid <omair.javaid@linaro.org>
19935
19936 * lib/gdb.exp (supports_process_record): Return true for
19937 arm*-linux*. (supports_reverse): Likewise.
19938
b5b08fb4
SC
199392014-01-13 Siva Chandra Reddy <sivachandra@google.com>
19940
19941 PR python/15464
19942 PR python/16113
19943 * gdb.python/py-type.c: Enhance test case.
19944 * gdb.python/py-value-cc.cc: Likewise
19945 * gdb.python/py-type.exp: Add new tests.
19946 * gdb.python/py-value-cc.exp: Likewise
19947
52d7fb13
AA
199482014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
19949 Pedro Alves <palves@redhat.com>
19950
19951 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
19952 Make "name" extern.
19953 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
19954 references to ${name}_start by references to ${name}.
19955
a2cd8cfe
JB
199562014-01-10 Joel Brobecker <brobecker@adacore.com>
19957
19958 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
19959
4e23fced
JB
199602014-01-10 Joel Brobecker <brobecker@adacore.com>
19961
19962 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
19963
c6a9e42c
PA
199642014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
19965 Pedro Alves <palves@redhat.com>
19966
19967 * gdb.mi/mi-info-os.exp: Connect to the target with
72f4393d 19968 mi_gdb_target_load.
c6a9e42c 19969
b7ea362b
PA
199702014-01-08 Pedro Alves <palves@redhat.com>
19971
19972 * gdb.threads/reconnect-signal.c: New file.
19973 * gdb.threads/reconnect-signal.exp: New file.
19974
5e3f4fab
EBM
199752014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
19976
19977 * gdb.base/source-dir.exp: New file.
19978
79301218
JB
199792014-01-07 Joel Brobecker <brobecker@adacore.com>
19980
19981 * gdb.ada/mi_interface: New testcase.
19982
8e355c5d
JB
199832014-01-07 Joel Brobecker <brobecker@adacore.com>
19984
19985 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
19986 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
19987 gdb.ada/pp-rec-component/pck.ads: New files.
19988
c0d48811
JB
199892014-01-07 Joel Brobecker <brobecker@adacore.com>
19990
19991 * gdb.python/py-pp-integral.c: New file.
19992 * gdb.python/py-pp-integral.py: New file.
19993 * gdb.python/py-pp-integral.exp: New file.
19994
17b609c3 19995For older changes see ChangeLog-1993-2013.
c906108c 19996\f
8d8cb839
EZ
19997;; Local Variables:
19998;; mode: change-log
19999;; left-margin: 8
20000;; fill-column: 74
20001;; version-control: never
20002;; End:
902f2ccb 20003
b811d2c2 20004 Copyright 2014-2020 Free Software Foundation, Inc.
902f2ccb
MC
20005 Copying and distribution of this file, with or without modification,
20006 are permitted provided the copyright notice and this notice are preserved.